Blog Detail
Another Computers Blog
http://akomaenablog.blogspot.com
JAVA and C programming examples and advices. Tips about computing. Jokes and poems in Greek. Also few MIPS examples and advices about assembly. Updates very often. You can also tell your opinion. Post your comments.
Recent Posts
How to create a cool Button for your website
With this post I will show you how to create a cool button to use in your webpages or anywhere you want for free!In my I case I wanted to add a download button for the code parts I post here.Step1:Go to Cool Text Graphics GeneratorAnd go down to Choo...
How to display source code with line numbers into a Blog
Today I realized that it will be better to have line numbers shown with the parts of code I publish into this blog.I tried with google but didn't find any "easy" way to do it.So I figured out my way which I am going to describe here!First of all I wa...
My First Program in C Programming Language
Programing in C is not that difficult if you know the basic rules.I'll show you how to create a simple program in C.First of all open a text editor(kate,kwrite,vi,whatever you want). To compile the file I will show you, you will need to have gcc inst...
MIPS Reverse a String [My Web 2.0]
MIPS Convert a number to another base
As the titles says here is a mips program converting a given number to a given base. It uses a recursive function named convert. In addition numbers must be positive and also the base must be from 2 to 10.Here is the assembly code and an output examp...
Strings and Pointers in C - Part 2
This post is the second part of the Strings and Pointers in C so you may consider reading the Strings and Pointers in C - Part 1 first.#include <stdio.h>#define N 10#define M N+N-1int main(int argc, char* argv[]) {char s1[N],s2[N],s[M];char *a=...



excellent wealth of info. Loved your Greek love poems too.
Posted: October 13th, 2008 | More Reviews From mizhelena | Report This Comment