Home > Code Dump > Code Dump Index

Code Dump Index

This section is literally used as a dumping ground for source code
By 28/12/10 [Last Edited by Joseph 28/02/11]
BOOKMARK
LOGIN
REGISTER


Javascript Snippets for Cross-Site Scripting (XSS) - Handy bits of JavaScript useful for XSS
Primitive Backdoor in Visual Basic 6 (VB6) - A reverse connecting backdoor plus keylogger written in Visual Basic 6
Basic XML Handling in PHP - When I used to think of XML, I always thought of bundles of Regex...
Battery Status in C# and VB.NET - How to get power status information in .NET
Console Support in Visual Basic 6 (VB6) - Spawn and output to a Windows Console from a VB form application
Event-Driven TCP Client in VB.NET - A handy little class I adjusted and used
Finding Roots using Change of Sign Method - Something I threw together for use in my maths coursework using PHP
OPEN COM QuickBasic DTR Fix - Avoid that annoying DTR check when opening a COM port
Simple Implementation of Pong in VB.NET - A simple implementation of pong