Light-Bot: Putting the Fun in Functions

Posted by Jetlogs @ 2:54 pm
Category: Video Games

Do you think your logical skills are still as sharp as ever? Then you should try to play the game of Light-Bot. Although it is a simple flash game, the rules are very familiar to all of us:

Enter the commands, and the robot will follow the instructions. The objective is simple: light up all the blue tiles.

It seems pretty simple, until you find out that there is a maximum limit on the number of commands available on the main program…

But don’t fret, the game has 2 additional command slots for using functions! Now there is where our cunning comes in: How do we finish the task without going over the maximum number of commands on the main program?

Although this game will be easy for programmers, this provides a very fun distraction and constrast to our day to day work.

You can play the game here

Although this is more of an exercise on logic, a lot of the problems are reflective of what developers encounter on a day-to-day basis. Even one of the problems was solved when I thought about the difference of linebreaks in notepad (“\n” vs “\r\n”). Its up for you to find out when the parallel happens.


Google Maps: Kayak Across the Pacific Ocean

Posted by Jetlogs @ 10:09 am
Category: Humor

When Google maps is asked, how do you get from Seattle to Honolulu…

Google says Kayak across the Pacific Ocean 2756 miles:

Good luck with that :)

You can view the google maps search here:
How to get from Seattle to Honolulu


Filtering Lists Using jQuery

Posted by Jetlogs @ 1:42 pm
Category: jQuery,Web Development

List filtering is when we have a list of different items, belonging to different categories and we can choose a category to hide or display. This is very convenient for users if they only want to view items belonging only to a particular category. However, list filtering can become one of the most resource-intensive workloads on a server.

Imagine a database table with the following data:

tbl_fruits

fruit color
Apple Red
Grape Blue
Lemon Yellow
Cherry Red
Banana Yellow
Strawberry Red
Blueberry Blue
Raspberry Red
Pineapple Yellow

Read more »


Pokemon Revelation: Kakuna

Posted by Jetlogs @ 10:53 am
Category: Video Games

Kakuna is wearing a Tie and Shirt


  • Archives

  • Donations

  • Social Bookmarks

  • Jetlogs.org
    Some Rights Reserved 2007
    Creative Commons License