Skip to content
View AdamWhiteHat's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report AdamWhiteHat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. GNFS GNFS Public

    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 co…

    C# 55 13

  2. Judge-Jury-and-Executable Judge-Jury-and-Executable Public

    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 pow…

    C# 78 13

  3. BigDecimal BigDecimal Public

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

    C# 35 13

  4. EntityJustworks EntityJustworks Public

    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 scrip…

    C# 35 10

  5. BigRational BigRational Public

    Arbitrary precision rational number class

    C# 21 2

  6. BloomFilter BloomFilter Public

    A novel, space-efficient, probabilistic data structure for hashing a large number of values. It is similar to a hash table, but smaller because it does not need to store the entire value like HashT…

    C# 9 1