Pinned Repositories
CubingB
CubingB is a timer/analyzer for speedsolving Rubik's cubes, with smart cube support
faster-utf8-validator
A very fast library for validating UTF-8 using AVX2/SSE4 instructions
game-about-squares-solver
Solver for Game About Squares (gameaboutsquares.com)
make.py
make.py, a fast Python-based build tool (fork of https://code.google.com/archive/p/make-py/)
Miroslav
A proof-of-concept for a fast regex matcher using lossy NFA matching on SIMD
mutagen
Mutagen, a purely functional programming language with Pythonic syntax
sprdpl
Simple Python Recursive-Descent Parsing Library
x86-info-term
A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses
x86-sat
Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs
zp7
ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill
zwegner's Repositories
zwegner/boro
Boro is a very basic Amazons engine written in C. It uses very dumb monte carlo/UCT for AI.
zwegner/lc3b-sim
A simulator for the LC-3b microarchitecture.
zwegner/obfusound
Old obfuscated sound-generating program, utilizing (asexual) genetic algorithms over tiny programs that run on a simple virtual machine.
zwegner/pythonc
Pythonc, a Python 3->C++ compiler.
zwegner/tinychess
A very small obfuscated chess engine in C.
zwegner/prethon
Prethon is a Python based preprocessor. Take a text/code/whatever file with embedded Python macros and generate more text/code/whatever.
zwegner/quines
Some old quines I wrote intermittently between 2008 and 2010
zwegner/speedy
Speedy is a basic bitboard chess move generator framework in C.
zwegner/waliki
A simple yet powerful wiki engine
zwegner/zct
ZCT, my old chess program
zwegner/conque-term
git-svn mirror of http://code.google.com/p/conque/
zwegner/the-general
The General: my old general-game-playing program (C code that generates C code to play an arbitrary game passed in). Very incomplete!
zwegner/toga-mp
A fork of Toga II 1.2.1a, implementing multithreaded search.
zwegner/zchess-java
Very old java chess program, created in my 10th grade CS class