Scott Thompson

I have 22 followers

Source codes i have decided to share. Please like or dislike my source codes and feel free to leave comments especially if you feel the source code could be improved.

PHP Session Manager

1 likes, 0 dislikes

PHP Session Manager allows you to completely ignore the very primative session system provided by PHP out of the box. With the set of classes provided by PHP Session Manager you will be able to easily switch the storage engine being used for sessions (file based, database, apc, memcache, etc), no longer depend on the horrible $_SESSION super global, use multiple sessions each using different storage engines to suit their purpose in a single script and more...

VB6 - Binary Clock

0 likes, 0 dislikes

Did you know you can see what the time is in binary!? This is the proper geeks clock. This application is also great for helping you understand how the binary clock represents the current time by following the lights with the actual time underneath it (see the screenshot).

Slime Wars Game (Web Browser Based)

1 likes, 0 dislikes

A little game of slime wars i produced in several hours using PHP, JavaScript (prototype and scriptaculous), HTML and CSS with a drag and drop interface. The rules are the same as hexagon over at: http://www.miniclip.com/games/hexxagon/en/

VB6 - Message Box Generator

0 likes, 0 dislikes

A nice GUI interface for producing the correct code to produce Message Boxes in VB6. I wrote this just as VB.Net was coming out, that's how old it is!

Java - Movie Browser

0 likes, 0 dislikes

Do you have a collection of movies on your computer but no front covers or information about them? Then this Java Application will find all the information from IMDB and display the movies with front covers in a window. You can then filter them via genre and clicking on the film will open the folder the film is in ready for you to watch it. Disclaimer: This was built for use with legally obtained movies and i do NOT endorse misuse of this application.

PHP - Suhosin Random Number Seed Workaround

0 likes, 0 dislikes

This function solves the problem that having Suhosin installed on PHP causes. If you want the same set of random numbers being produced when using the same seed then Suhosin won't allow this. So, as a workaround using hashes i wrote this function.

PHP - Random Numbers Pool

0 likes, 0 dislikes

Add numbers to a pool or create a range of numbers. Then as the numbers are randomly picked they are removed from the pool so they will not show up again.

VB6 - Lights Out

0 likes, 0 dislikes

A VB6 version of the popular game "lights out". The general idea is that by clicking on the lights that are on, the ones around it turn on or off depending on their previous state. It's quite hard to explain but the rules can be read here: http://en.wikipedia.org/wiki/Lights_Out_%28game%29

PHP - Bitwise Settings

1 likes, 0 dislikes

Set multiple boolean settings in a single integer (by using each bit as a different setting in a 32 bit integer). This is very easy and compact when storing custom user settings in a database and is very easy to get the individual settings back again. This is also how PHP does the error reporting settings such as E_ALL and E_STRICT. This PHP class will do all the hard work for you of knowing which settings are set to true or false out of a list of settings when given a single integer.

Top Languages

Top Categories

Top Technologies

Highest Rated

Latest Additions