Blogs about: Computer Programming
Featured Blog
Just Another Programming Puzzle (Finding one non repeating element in list of pairs)
So here is a programming question once again, Consider a list of unsorted positive numbers in which each number has a pair except one of the number, the problem is to find that number in minimum compl… more »
Haroon Saeed's Weblog..
Get out of my Brain!
— 2 comments
bitsydungaree wrote 3 days ago: I have long been intrigued by whatever program generates the “possibly relatedlinks” tha … more »
Microsoft Launch Event
cdquarles wrote 1 week ago: Microsoft is currently hosting launch events around the world for Visual Studio 2008, Windows Server … more »
Javascript differences between Firefox and IE
pdna wrote 1 week ago: What are the differences between Javascript in Firefox and Internet Explorer? Have a script that wor … more »
Tracking the Score
Jesse wrote 1 week ago: The game is starting to look like the real thing now. I can finally show the correct score using t … more »
Dream Code
plaidtheimpaler wrote 1 week ago: So, I just recently finished reading Dreaming in Code by Scott Rosenberg of Salon.com. It is a … more »
Fun Post - 5 Things People May Not Know About Christina
edgphotography wrote 2 weeks ago: Yes I am a full time photographer with Edg Photography, but recently found out that there a few thin … more »
Displaying the Scoreboard
Jesse wrote 2 weeks ago: I’ve changed the source code a bit for Pong. Lately, I’ve studied more object oriented p … more »
Codepad: Run Your Code Online Free
pdna wrote 2 weeks ago: http://codepad.org/ Run your code online free, the following languages are supported: PHP Perl R … more »
Creating Sprites for the Scoring System
Jesse wrote 2 weeks ago: Now that I have created the bare bones of Pong, I want to focus on other parts of the game. Pong def … more »
Interested in computer programming?
pgteenspace wrote 2 weeks ago: The University of Maryland’s Department of Computer Science has a Java Passport Program for mi … more »
Implementing Collisions in Pong
— 1 comment
Jesse wrote 2 weeks ago: Collision detection is what I need to work on now. If I can implement collisions, my game will be pr … more »
Moving the Ball in Pong
Jesse wrote 3 weeks ago: After spending the last couple days reading and thinking, I finally got the ball to move in Pong. It … more »
Adding Movement to Pong Part 2
Jesse wrote 3 weeks ago: I’m making steady progress towards learning SDL, C++, and programming Pong. Recently, I … more »
Adding Movement to Pong
Jesse wrote 3 weeks ago: The last couple of days, I’ve been reading the SDL documentation very closely hopefully to le … more »
10 Ways to Improve Your Programming Productivity
— 1 comment
pdna wrote 1 month ago: 10 Ways to Improve Your Programming Productivity A collection of some old methods, revisited Matt Mo … more »
Why go Into IT .. computer related career
pdna wrote 1 month ago: Why choose a computer related career? programming can be extremely exciting, thus the job itself wil … more »
The Golden Wombat of Destiny
nathany wrote 1 month ago: The Golden Wombat of Destiny was a text adventure game (interactive fiction) written by Huw Collingb … more »
Permutations of characters within a string. What are the possible combinations of arrangement of letters (javascript program)
— 2 comments
pdna wrote 1 month ago: http://friendpair.50webs.org/permutation.html I won’t go and describe the approach used.. but … more »
Just Another Programming Puzzle (Finding one non repeating element in list of pairs)
— 8 comments
Haroon Saeed wrote 1 month ago: So here is a programming question once again, Consider a list of unsorted positive numbers in which … more »
