Skip to content

Instantly share code, notes, and snippets.

@Hydrotoast
Hydrotoast / HashTable.cpp
Created November 7, 2012 11:20
Standard Hash Table Implementation
/**
* Gio Borje
* 41894135
*/
#include "HashMap.h"
using namespace std;
/**
* Initializes the node with the specified parameters
@Protozoid
Protozoid / source.pas
Created September 12, 2012 06:22
Gaia Online Multi-Threaded ID Scanner
// Old stuff I'm preserving on git
//Made by Lan @ www.protozoid.lrn2prgm.com - v1.1
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,