Results 6 repositories owned by Adam White

Judge-Jury-and-Executable

78
Stars
13
Forks
Watchers

A file system forensics analysis scanner and threat hunting tool. Scans file systems at the MFT and OS level and stores data in SQL, SQLite or CSV. Threats and data can be probed harnessing the power...

GNFS

55
Stars
13
Forks
Watchers

A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code,...

BigDecimal

35
Stars
13
Forks
Watchers

An arbitrary-precision decimal (base 10) floating-point number class.

EntityJustworks

35
Stars
10
Forks
Watchers

Data first or code first ORM. Entity/object/class/poco to SQL repository mapping, and vice versa; data to C# class code or emit assembly. Can dynamically generate assemblies, C# code, and SQL scripts...

Roguelike-Procedual-Cave-Generator

29
Stars
4
Forks
Watchers

A procedurally generated, cave-like dungeon/map creator for rogue-like games using the cellular automata method. During its development, I solved a common/limiting problem with this algorithm that mig...

BigRational

21
Stars
2
Forks
Watchers

Arbitrary precision rational number class