Pinned Repositories
advent-of-code
Advent of Code no LLMs
advent-of-code-2021
Solutions to Advent of Code 2021 Edition
advent-of-code-23
ai-butler
An AI assistant with OpenAI Assistants API to retreive information from files
AI_farkle
Plays the game of Farkle. Uses a Markov Decision Process (MDP) to select the best moves at each stage of the game. AI class - lab 4
autoencoder-recovery
Using a Denoising Autoencoder (a neural network model) for classifying corrupted images.
hacker-news-reader
Fetch Hacker News top stories right from your terminal.
llm-semantic-search
Semantic Search with OpenAI's LLM Embeddings API
root-of-all-evil
Kernel-level rootkit to test in Docker Containers
sample-rest-api
Sample RESTful API with ASP.NET Core 7
ilee38's Repositories
ilee38/root-of-all-evil
Kernel-level rootkit to test in Docker Containers
ilee38/advent-of-code-23
ilee38/ai-butler
An AI assistant with OpenAI Assistants API to retreive information from files
ilee38/sample-rest-api
Sample RESTful API with ASP.NET Core 7
ilee38/advent-of-code
Advent of Code no LLMs
ilee38/advent-of-code-2021
Solutions to Advent of Code 2021 Edition
ilee38/autoencoder-recovery
Using a Denoising Autoencoder (a neural network model) for classifying corrupted images.
ilee38/exercism-io-coding-exercises
Solving coding exercises from Exercism.org
ilee38/google-applied-cs-skills-program
Implementation of Android projects from Google's applied CS skills program
ilee38/hacker-news-reader
Fetch Hacker News top stories right from your terminal.
ilee38/llm-semantic-search
Semantic Search with OpenAI's LLM Embeddings API
ilee38/practice-cpp
CS concepts and skills practice in C++
ilee38/practice-python
CS concepts and skills practice in python
ilee38/distributed-app
Distributed Objects-based client/server application using Java RMI. (OS hw3)
ilee38/dotfiles
My dotfiles to make tool configs easily portable
ilee38/flask-test
Simple web server with python and flask
ilee38/game-of-life-react
Game of Life with React hooks
ilee38/grokking-algos
Work space for the Grokking Algorithms book
ilee38/guess-the-flag
Guess the country's flag game. Uses React and AJAX.
ilee38/ilee38
ilee38/ilee38.github.io
My Portfolio Site
ilee38/macro-fin-data-refinement
A multi-agent workflow to analyze stock market data and make investment recommendations.
ilee38/mlh-local-hack-day
Pet Finder: a web app for pet face detection. Uses the Google Cloud Vision API.
ilee38/networking-n-stuff
Creating a basic web server
ilee38/pi-day
Pi day celebration: scripts to generate digits of pi
ilee38/practical-python
Practical Python Programming (course by @dabeaz)
ilee38/practice-go
Practice problems while learning Go with the book "The Go Programming Language"
ilee38/pthreads
Multithreaded programming using the pthreads C library. OS class hw.
ilee38/synapbox-assignment
ilee38/test-rootkit
Repository for testing different rootkit implementations