Skip to content
View jaARke's full-sized avatar
👋
Hello!
👋
Hello!
  • University of Florida
  • Gainesville

Highlights

  • Pro

Block or report jaARke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. ACE-stock-prediction ACE-stock-prediction Public

    Forked from UF-ACE/stock-prediction

    Stock trajectory analysis and prediction using machine learning techniques like sentiment analysis and long short-term memory (LSTM) neural nets.

    Python 2

  2. discord-lambda-py discord-lambda-py Public template

    An ongoing project dedicated to adapting the discord.py library for use in a serverless environment.

    Python 2

  3. CryptoGraph CryptoGraph Public

    Program for loading and displaying historic cryptocurrency data using public APIs and custom data structures.

    Python 2

  4. PLC_Project PLC_Project Public

    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.

    Java

  5. Custom-AVL-Tree Custom-AVL-Tree Public

    An implementation of a persitently-balanced BST, including recursive and non-recursive versions of primary functions.

    C++

  6. Cache-Smulation Cache-Smulation Public

    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…

    C++