Pinned Repositories
acm-problems
ACM competition problem solutions.
cis-benchmark-osx
Shell scripts to audit OS X security using CIS Benchmarks.
cranelift
Cretonne code generator
cretonne-codegen-meta-dsl-refactor-dev
Recurse Center project, work on refactoring Cretonne's Python encoding DSL into Rust.
dining-philosophers
Exercises in concurrency, solving the Dining Philosophers problem.
game-of-networking
Absurdist implementation of the Game of Life
lucet
Lucet, the Sandboxing WebAssembly Compiler.
my-config
configuration files.
twiggy
Twiggy is a code size profiler
wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
data-pup's Repositories
data-pup/dining-philosophers
Exercises in concurrency, solving the Dining Philosophers problem.
data-pup/acm-problems
ACM competition problem solutions.
data-pup/cretonne-codegen-meta-dsl-refactor-dev
Recurse Center project, work on refactoring Cretonne's Python encoding DSL into Rust.
data-pup/impl-trait-talk
Slides, notes, and examples for a brief 5 minute talk on the impl trait feature
data-pup/options-and-results-talk
Slides, notes, and examples for a brief 5 minute talk on Option and Result types.
data-pup/pxl-pond
Recurse Center project, Rust game jam.
data-pup/rust-benchmarking-exercises
Practicing Rust, learning about benchmarking.
data-pup/simple-rust-regex-example
Simple example of regex crate usage
data-pup/wat-2-wasm-exercises
Exercises writing WebAssembly by hand.
data-pup/async-and-concurrency-talk
Recurse Center talk, covering async and concurrent code.
data-pup/build-rs-talk
Recurse Center talk, covering build.rs scripts and their purpose.
data-pup/Cursive
A Text User Interface library for the Rust programming language
data-pup/eight-queens-rs
data-pup/haskell-eu
Recurse Center project, solving PE problems with Haskell.
data-pup/lazy-static.rs
A small macro for defining lazy evaluated static variables in Rust.
data-pup/lisprs
Lisp interpreter implemented in Rust
data-pup/new-contrib-talk
Recurse Center talk, discussing starting to contribute to OSS.
data-pup/object
A unified interface for parsing object file formats
data-pup/poc-context-wasm-pack
Archived PoC of a speculative refactor demonstrating a context struct pattern in wasm-pack.
data-pup/proc-macro2
data-pup/pupset
Pup's Stream Editing Tool (WIP)
data-pup/pxl
🕹 A simple framework for making games in Rust
data-pup/rust-conway
Conway's Game of Life implemented in Rust.
data-pup/rust-notes
Notes taken reading source code and documentation for existing Rust projects.
data-pup/rust-path-check-example
Basic example of finding a path given in program arguments.
data-pup/rust-wasm
A point of coordination for all things rust+wasm
data-pup/rustc-bug-report
Notes from an issue report for rustc.
data-pup/servo-warc-tests
Test Servo on Web Archive snapshots of real web sites
data-pup/twiggy-compat-dev
Recurse Center project, adding ELF/Mach-O compatibility to twiggy.
data-pup/wasm_game_of_life
A Rust and WebAssembly tutorial implementing the Game of Life