Pinned Repositories
8080
acquaintances
apli
The Abstract Programming Language Interface (APLI) is a framework for generating Abstract Syntax Trees (ASTs) to enable developers to create domain-specific languages faster.
cpp-battle-salvo
BattleSalvo project for CS3500 Object-Oriented Design in C++. Includes functionality to test different AI strategies (for ship placement and shot prediction).
Event-Finder
FuzzyStringSearch
A library for fuzzy-string-searching using suffix trees and levenschtein automatons to perform extremely fast search queries on large data sets. Serialize and deserialize functions allow suffix trees to persist (and drastically reduce preprocessing time).
gitfs
jstream
Time-Complexity-Tester
Time Complexity Tester is a customizable time complexity testing program that allows the user to determine or assert the complexity of user-defined functions. The program uses gradient descent and mean squared error to determine the best fit time-complexity.
squidscode's Repositories
squidscode/apli
The Abstract Programming Language Interface (APLI) is a framework for generating Abstract Syntax Trees (ASTs) to enable developers to create domain-specific languages faster.
squidscode/FuzzyStringSearch
A library for fuzzy-string-searching using suffix trees and levenschtein automatons to perform extremely fast search queries on large data sets. Serialize and deserialize functions allow suffix trees to persist (and drastically reduce preprocessing time).
squidscode/jstream
squidscode/Time-Complexity-Tester
Time Complexity Tester is a customizable time complexity testing program that allows the user to determine or assert the complexity of user-defined functions. The program uses gradient descent and mean squared error to determine the best fit time-complexity.
squidscode/8080
squidscode/acquaintances
squidscode/advent_of_code2023
squidscode/cpp-battle-salvo
BattleSalvo project for CS3500 Object-Oriented Design in C++. Includes functionality to test different AI strategies (for ship placement and shot prediction).
squidscode/Event-Finder
squidscode/gitfs
squidscode/Gradient-Descent
squidscode/mergesort
squidscode/MyGroceryList
squidscode/rust-book
https://rust-book.cs.brown.edu/print.html
squidscode/Search-Algorithm
squidscode/url-fuzzy-search
Given a URL or a list of URLs, this program crawls through all linked URLs and allows for fast fuzzy-string look-ups. The program will return the URL, the matched text, and the location of the matched text.
squidscode/aoc-2024
squidscode/cs-algorithms
squidscode/glibc-harness
squidscode/glibc-json
A json file with glibc information
squidscode/linux
Linux kernel source tree
squidscode/nvim
squidscode/racket-algos
squidscode/raspi
squidscode/re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
squidscode/rust_algos
squidscode/squidscode
squidscode/stail
Scrolling `tail -f` command
squidscode/Summer2024-Internships
Collection of Summer 2023 & Summer 2024 tech internships!
squidscode/syscall-tables
JSON files specifying syscall conventions for various ISAs (x86, x86-64, arm, arm64).