Pinned Repositories
axum
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
chromedp
Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol.
code2prompt
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and token counting.
CPE301-GAE-training
Preparation for the CPE301: Google App Engine exam
mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
opentofu
OpenTofu lets you declaratively manage your cloud infrastructure.
PySpam
SPAM detection using Multinomial Naive Bayes and SVMs
qdrant
Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
storm
An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
elliott-stroud's Repositories
elliott-stroud/CPE301-GAE-training
Preparation for the CPE301: Google App Engine exam
elliott-stroud/PySpam
SPAM detection using Multinomial Naive Bayes and SVMs
elliott-stroud/axum
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
elliott-stroud/chromedp
Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol.
elliott-stroud/code2prompt
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and token counting.
elliott-stroud/mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
elliott-stroud/opentofu
OpenTofu lets you declaratively manage your cloud infrastructure.
elliott-stroud/qdrant
Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
elliott-stroud/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
elliott-stroud/storm
An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
elliott-stroud/colly
Elegant Scraper and Crawler Framework for Golang
elliott-stroud/gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
elliott-stroud/kvmd
The main Pi-KVM daemon
elliott-stroud/miniforge
A conda-forge distribution.
elliott-stroud/nproc
Python implementation of nproc: Neyman-Pearson (NP) Classification Algorithms. To install: pip install nproc
elliott-stroud/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
elliott-stroud/skorch
A scikit-learn compatible neural network library that wraps PyTorch
elliott-stroud/sqlboiler
Generate a Go ORM tailored to your database schema.
elliott-stroud/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
elliott-stroud/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...