Pinned Repositories
clucene-core
v2.3.3.4
ffviiipzl
Final Fantasy VIII Puzzle Game (Raijin Fishing). This was my application to demonstrate I knew enough to skip first semester of undergrad Computer Science in 2001. :D
in-memory-cpython
An In-memory Embedding of CPython
memory-module-loader
An implementation of a Windows loader that can load dynamic-linked libraries (DLLs) directly from memory
ntfs-cpu-search
From 2011: Quickly search for files in NTFS volumes parsing the Master File Table (MFT). A decent amount of how NTFS and MFT work was painstakingly reverse-engineered since it's undocumented.
othello
From 2008: Reinforcement Learning (Q-Learning) and playing a game of Othello. Also, Greedy Player, Random Player, and Human Player. This is grad school. More fun times.
tictactoe
3x3 or 4x4 Tic-Tac-Toe against computer opponent. From undergrad back in 2003. Good times.
woot2021
WOOT 2021 Artifacts
osquery
SQL powered operating system instrumentation, monitoring, and analytics.
cpython
The Python programming language
farfella's Repositories
farfella/in-memory-cpython
An In-memory Embedding of CPython
farfella/ntfs-cpu-search
From 2011: Quickly search for files in NTFS volumes parsing the Master File Table (MFT). A decent amount of how NTFS and MFT work was painstakingly reverse-engineered since it's undocumented.
farfella/memory-module-loader
An implementation of a Windows loader that can load dynamic-linked libraries (DLLs) directly from memory
farfella/woot2021
WOOT 2021 Artifacts
farfella/ffviiipzl
Final Fantasy VIII Puzzle Game (Raijin Fishing). This was my application to demonstrate I knew enough to skip first semester of undergrad Computer Science in 2001. :D
farfella/othello
From 2008: Reinforcement Learning (Q-Learning) and playing a game of Othello. Also, Greedy Player, Random Player, and Human Player. This is grad school. More fun times.
farfella/tictactoe
3x3 or 4x4 Tic-Tac-Toe against computer opponent. From undergrad back in 2003. Good times.
farfella/clucene-core
v2.3.3.4
farfella/cpython
The Python programming language
farfella/HElib
An Implementation of homomorphic encryption
farfella/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
farfella/mermaid-live-editor
Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
farfella/osquery
SQL powered operating system instrumentation, monitoring, and analytics.
farfella/pydoh
Python DNS over HTTPS server
farfella/qbsolv
qbsolv is a metaheuristic or partitioning solver that solves a potentially large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces that are solved either on a D-Wave system or via a classical tabu solver.
farfella/zstd
Zstandard - Fast real-time compression algorithm