Skip to content
View cjcara036's full-sized avatar

Block or report cjcara036

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. hello-world hello-world Public

    Test on the workflow of Github

  2. SUBLEQ_Processor SUBLEQ_Processor Public

    This repository contains the Verilog code for a basic SUBLEQ processor

    Verilog

  3. Q_Learning_TicTacToe Q_Learning_TicTacToe Public

    This project is a tic-tac-toe game with three modes: player vs player, player vs computer, and computer vs computer, where the computer can use reinforcement learning to improve its gameplay.

    CodeQL

  4. KeyValueStore KeyValueStore Public

    The KeyValueStore class provides an interface to store and retrieve key-value pairs in an IndexedDB database, with the added benefit of a cache to improve read performance.

    JavaScript

  5. SimpleKeyValueStorage SimpleKeyValueStorage Public

    SimpleKeyValueStorage is a Java-based key-value storage system that supports efficient reads, writes, and wildcard searches. With optional parity file support for fault tolerance and optimized for …

    Java