tylonn's Stars
ajaychawda58/UADAD
Unsupervised anomaly detection for auditing datasets and impact of categorical encodings
amazon-science/fraud-dataset-benchmark
Repository for Fraud Dataset Benchmark
sollano/forestmangr
R package for forest mensuration and management
steshaw/plt
Programming Language Theory λΠ
yallop/effects-bibliography
A collaborative bibliography of work related to the theory and practice of computational effects
prakhar1989/type-inference
The Hindley Milner Type Inference Algorithm
BLAKE3-team/BLAKE3
the official Rust and C implementations of the BLAKE3 cryptographic hash function
healeycodes/lisp-to-js
🖨 An optimizing compiler for a Lisp variant. Compiles and executes byte code in a VM. Can also output JavaScript.
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
cognitive-engineering-lab/aquascope
Interactive visualizations of Rust at compile-time and run-time
willcrichton/flowistry
Flowistry is an IDE plugin for Rust that helps you focus on relevant code.
karlseguin/http.zig
An HTTP/1.1 server for zig
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
jepsen-io/maelstrom
A workbench for writing toy implementations of distributed systems.
cosmic-cortex/mlfz
An educational machine learning library.
ibraheemdev/papaya
A fast and ergonomic concurrent hash-table for read-heavy workloads.
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
phoenixframework/phoenix
Peace of mind from prototype to production
TutteInstitute/datamapplot
Creating beautiful plots of data maps
google/earthengine-api
Python and JavaScript bindings for calling the Earth Engine API.
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
developmentseed/lonboard
A Python library for fast, interactive geospatial vector data visualization in Jupyter.
inpla/inpla
Inpla: Interaction nets as a programming language (the current version)
cch123/asm-cli-rust
interative assembly shell written in rust
LaurentMazare/tch-rs
Rust bindings for the C++ api of PyTorch.
MarginaliaSearch/MarginaliaSearch
Internet search engine for text-oriented websites. Indexing the small, old and weird web.
karpathy/nn-zero-to-hero
Neural Networks: Zero to Hero
karpathy/llama2.c
Inference Llama 2 in one file of pure C
launchbadge/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.