-
The State University of New York at Buffalo
- Buffalo
Stars
Papers from the computer science community to read and discuss.
🎨 Diagram as Code for prototyping cloud system architectures
An open source guide to mistake-resistant engineering(Work in progress)
🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.
Source code repo for Ben Porter (FreedomBen)'s free course on Awk (originally a talk at Linux Fest Northwest 2019 and 2020)
Free, open-source SQL client for Windows and Mac 🦅
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex di…
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
A curated list to learn about distributed systems
Tutorials, examples, discussions, research proposals, and other resources related to fuzzing
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
A novel model: Bayes-Neural Network is suggested and implemented to classify handwritten digits. Model is compared with traditional methods.
categorizing yelp reviews and rating
Implemented full Information retrieval system based on Vector Space Model from scratch, which include modules that parse raw data, filter data into different categories, creates indexes, executes u…
Collection of Python Notebooks for Many Machine Learning Related algorithm
Performed perception using a laser range finder, and use the perceived information to avoid obstacles and navigate to a given destination using Ransac and Bug2 algorithm With ROS Platform
Implementation of Total and FIFO Ordering With Failure Detection
Group messenger that can send message to multiple AVDs and store them in a permanent key-value storage and provide facility to any application to read/write to the app using Content Provider