jaARke
Currently enrolled as a CS student at UF's college of engineering. This portfolio consists primarily of coursework and some select side projects.
University of FloridaGainesville
Pinned Repositories
ACE-stock-prediction
Stock trajectory analysis and prediction using machine learning techniques like sentiment analysis and long short-term memory (LSTM) neural nets.
ACE_Website
A collaborative web development project to improve the ACE website
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous. Forked for CIS4930 Static Code Analysis assignment.
awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
Cache-Smulation
This was a project for Computer Organization (CDA3101). It models the hit rate of fully associative, direct mapped, and set associative caches. It also supports two different replacement techniques: FIFO and LRU.
CCAe
The Colour Contrast Analyser (CCA) helps you determine the legibility of text and the contrast of visual elements, such as graphical controls and visual indicators.
CIS4930-counter-assignment
Simple React counter component [Spring 2023]
CryptoGraph
Program for loading and displaying historic cryptocurrency data using public APIs and custom data structures.
discord-lambda-py
An ongoing project dedicated to adapting the discord.py library for use in a serverless environment.
jaARke's Repositories
jaARke/ACE-stock-prediction
Stock trajectory analysis and prediction using machine learning techniques like sentiment analysis and long short-term memory (LSTM) neural nets.
jaARke/discord-lambda-py
An ongoing project dedicated to adapting the discord.py library for use in a serverless environment.
jaARke/ACE_Website
A collaborative web development project to improve the ACE website
jaARke/Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous. Forked for CIS4930 Static Code Analysis assignment.
jaARke/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
jaARke/Cache-Smulation
This was a project for Computer Organization (CDA3101). It models the hit rate of fully associative, direct mapped, and set associative caches. It also supports two different replacement techniques: FIFO and LRU.
jaARke/CCAe
The Colour Contrast Analyser (CCA) helps you determine the legibility of text and the contrast of visual elements, such as graphical controls and visual indicators.
jaARke/CIS4930-counter-assignment
Simple React counter component [Spring 2023]
jaARke/CryptoGraph
Program for loading and displaying historic cryptocurrency data using public APIs and custom data structures.
jaARke/Custom-AVL-Tree
An implementation of a persitently-balanced BST, including recursive and non-recursive versions of primary functions.
jaARke/esep-telemetry
jaARke/esep-webhooks
A practice project using GitHub webhooks and AWS Lambda functions.
jaARke/finnhub-python
Finnhub Python API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals, global ETFs holdings and alternative data. https://finnhub.io/docs/api
jaARke/git-enterprise-strategies
Git Enterprise Strategies Assignment
jaARke/LeetCode
All of my completed LeetCode/VJudge/Codeforces/Kattis questions.
jaARke/PLC_Project
COP4020 Coursework -- included building a lexer, parser, interpreter, analyzer, and generator. Taught about the structure of programming languages and how they are understood by machines.