View RSS Feed

All Blog Entries

  1. Happy Birthday to Me! (Debutante)

    by , 11-16-2009 at 12:56 AM
    thank you to the Codecall Programming Forum team for greeting me a happy birthday..


    i truly appreciate it.
    Categories
    Programming , ‎ Linux , ‎ Personal
  2. Languages for software development

    by , 11-13-2009 at 04:55 PM
    I was curious as to what programming languages are most commonly used in professional software development. I did some research, mostly on Wikipedia, and made a list of applications written in each language. Obviously, most of the applications that don't have a correlation with appealing to programmers (like Garage Band) did not have articles written by people familiar with programming (and therefore the language info was not provided), so this list is not a 100% accurate representation of the ...
    Categories
    Uncategorized
  3. Algorithms and data structures in Shell

    by , 11-10-2009 at 08:40 AM
    After learning the basics of bash shell scripting, I've been trying to come up with ways to implement algorithms and data structures in Shell. Theoretically, since it's a Turing complete language, it can solve any algorithm. It also allows for several cheat codes, like generating a random number by using cut to get the seconds from date to seed the randomizer (I know I can just use the environment variable $RANDOM, but I choose to do it the hard way. I can also create colored text by feeding ...
    Categories
    Uncategorized
  4. Hello world program in sed

    by , 11-10-2009 at 08:18 AM
    I doubt anyone's written one in sed before. Check it out:

    Code:
    #!/usr/bin/sed
    1{
    	c\
    	Hello world!\
    
    	q
    }
    Categories
    Uncategorized
  5. Sub Scrolling Game

    by , 11-10-2009 at 06:20 AM
    The first one i will try keep updated is a Uni project for a top scroller, i plan to expand after i finsh the project to use on xbox 360 creater comunity.

    Anyone Like details please leave a comment and when i next on i'll do my best.
    Categories
    Uncategorized
  6. First Blog

    by , 11-10-2009 at 06:16 AM
    I plan only to use this blog to track my project, personal and otherwise, i know that i not the best so ideas ya give i will try to concider

    thank you
    Categories
    Uncategorized
  7. This is neat.

    by , 11-08-2009 at 05:30 PM
    Just testing this blog feature. I've always wanted a blog. Not much to say right now. Wondering if anyone will read this $hit.
    Categories
    Uncategorized
Page 61 of 99 FirstFirst ... 1151596061626371 ... LastLast