Blog Detail

Another Computers Blog

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.

subscribe Recent Posts

  • How to create a cool Button for your website

    Posted on Saturday June 6th, 2009 at 03:25 in javascript, internet, computer tips

    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

    Posted on Saturday May 30th, 2009 at 16:53 in javascript, internet, computer tips

    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

    Posted on Monday May 25th, 2009 at 05:17 in programming, computer tips, c programming

    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]

    Posted on Thursday January 22nd, 2009 at 18:10

  • MIPS Convert a number to another base

    Posted on Saturday October 18th, 2008 at 08:28 in mips

    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

    Posted on Saturday October 18th, 2008 at 08:06 in programming, c programming

    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=...

Comments & Reviews

This blog is currently rated a 5.00 out of a possible 5 based on 1 comment.

mizhelena

5 stars Miz Helena

excellent wealth of info. Loved your Greek love poems too.

Posted: October 13th, 2008 | More Reviews From mizhelena | Report This Comment

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 3 + 3
Comment:
  Remember Information