Pinned Repositories
clj-async-tcp-echo-nio.2
An asynchronous TCP echo client/server in Clojure using Java 7 NIO.2.
clj-dijkstra
Dijkstra's shortest-paths algorithm in Clojure.
clj-metabox
Box a primitive with metadata in Clojure.
cuckoo-filter
Cuckoo filter, implemented in Rust
file-region
Encapsulates a contiguous region (byte range) of a file
find-repeating-subsequence
An algorithm to find a repeating subsequence (if present). Written in Rust.
hamming-on-research
Two Column, Landscape PDF version of "You and Your Research" by Richard Hamming
kuzu
Simple distributed computation in Clojure on top of nREPL
rs_bandit_testbed
Replication of three bandit figures from Sutton and Barto, 2nd Edition, Section 2.3.
statistical-classification-metrics
Visual comparison of statistical classification metrics
xpe's Repositories
xpe/statistical-classification-metrics
Visual comparison of statistical classification metrics
xpe/find-repeating-subsequence
An algorithm to find a repeating subsequence (if present). Written in Rust.
xpe/cuckoo-filter
Cuckoo filter, implemented in Rust
xpe/hamming-on-research
Two Column, Landscape PDF version of "You and Your Research" by Richard Hamming
xpe/rs_bandit_testbed
Replication of three bandit figures from Sutton and Barto, 2nd Edition, Section 2.3.
xpe/file-region
Encapsulates a contiguous region (byte range) of a file
xpe/another-option
Rust library that provides `Opt<T>` as an alternative to `Option<T>`. This is advantageous when: 1. the generic type, `T`, is expensive to allocate, and 2. mutation between `None` and `Some(...)` is frequent.
xpe/cli
Dev server, hot reload, and packaging tool for Dioxus apps. Includes VSCode Extension
xpe/crates-io-index-mirror
mirror of https://github.com/rust-lang/crates.io-index
xpe/crc-store
a Rust crate that adds and verifies CRC32 checksums over an arbitary I/O object (anything that implements `Read + Write + Seek`).
xpe/docsite
Dioxuslabs.com documentation site
xpe/grass
A Sass compiler written purely in Rust
xpe/inspiration
Sources of inspiration
xpe/matklad.github.io
My coding related blog
xpe/nanorand-rs
A tiny, fast, zero-dep library for random number generation
xpe/productivity
Productivity notes, tools, and scripts.
xpe/pulldown-cmark
An efficient, reliable parser for CommonMark, a standard dialect of Markdown
xpe/q-num
Provides a proc_macro to define fixed-point numbers in Rust using Q notation.
xpe/rand
A Rust library for random number generation.
xpe/rev_bits
Rust library for reversing a specified bit range of an integer
xpe/rust-crc32fast
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust
xpe/sqlparser-rs
Extensible SQL Lexer and Parser for Rust
xpe/sqlx
š§° The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
xpe/toml-rs
A TOML encoding/decoding library for Rust
xpe/try_dialoguer
Try out the dialoguer Rust crate
xpe/try_promptly
Try out the Rust promptly crate
xpe/vscode-ron
RON (Rusty Object Notation) support for VS Code
xpe/wasm-bindgen
Facilitating high-level interactions between Wasm modules and JavaScript
xpe/xxhash-rs
xxHash implementation in Rust
xpe/zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org