Search
Archives
- August 2015 (1)
- September 2014 (1)
- June 2014 (2)
- January 2014 (1)
- September 2012 (1)
- July 2012 (1)
- April 2012 (1)
- January 2012 (2)
- June 2011 (2)
- November 2010 (1)
- October 2010 (1)
- May 2010 (2)
- April 2010 (1)
- December 2009 (1)
- November 2009 (1)
- August 2009 (1)
- June 2009 (1)
- April 2009 (1)
- January 2009 (5)
- December 2008 (1)
- November 2008 (1)
- August 2008 (3)
- July 2008 (3)
- June 2008 (1)
- February 2008 (2)
- January 2008 (1)
- November 2007 (2)
- September 2007 (1)
- July 2007 (1)
- May 2007 (2)
Categories
Meta
Author Archives: Sam
Programming and Debugging C on Linux
This “how-to” covers programming and debugging on linux without the use of an IDE and mainly using the console.
Writing programs on Linux can seem daunting at first, especially if your just using a simple editor like nano and manually compiling files (like how i started off doing).
But there are many things that can help and make things far more productive. (more…)
PHP and SQL injection
Ok, being someone who likes php, i get annoyed at the many sites trying to teach people the language who have example login scripts that use something like:
$result=mysql_query("select * from users where Username=$username and Password=$password"); if (mysql_num_rows($result) < 1) blah blah blah
Whats wrong with that you ask? Well imagine what would happen if someone were to use the username '' or 1=1 #
(more…)
Eve Skill Notify
New Version V1.04
This is a skill reminder for the online game Eve-Online. It can notify you when the skill training has finished, give advanced warning and say if theres no skill training. It sits in the tray, and can be set to startup with windows. (more…)
Flash Movies
Heres a collections of links to flash movies that i recommend
(more…)
Blueprint
Blueprint is a php web application I made for the online game Eve-Online, a while back i was building and selling ships and i wanted to know how much materials would cost and to be able to find out what my profit was going to be, and this was the result. (more…)