Skip to content
View FTLturtle's full-sized avatar

Block or report FTLturtle

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. LfuCacheEvictionScheme LfuCacheEvictionScheme Public

    Forked from xt0fer/LRU-capable

    Model of a Least Frequently Used Cache Eviction Scheme with O(1) complexity for insertion, access, and eviction. Coded in Java.

    Java

  2. ZipTube.SpringBoot-public ZipTube.SpringBoot-public Public

    Forked from SWRowan/Zip-Budget-Server

    (In development) A basic backend for a RESTful video sharing library, developed with Java and Spring Boot

    Java 3

  3. ZipTube.Angular-public ZipTube.Angular-public Public

    Forked from SwapnaPanchomarthi/ZiptubeClient

    (In development) A basic frontend for a RESTful video sharing library, developed with TypeScript and Angular

    CSS

  4. PokerAnalyzer PokerAnalyzer Public

    Code for analyzing poker hands. Can determine accurately the type of hand (e.g., two pair, full house) and can compare two hands of different types or the same type and accurately determine which h…

    Java

  5. ConsoleCasino ConsoleCasino Public

    Forked from mbrahma19/Maven.Casino

    Java-based command line casino app, with games for craps, slot machines, hi-lo, go fish, and blackjack

    Java

  6. ConsoleCalculator ConsoleCalculator Public

    Implementation of a calculator that takes in mathematical expressions as strings and parses their value. Includes ability to perform calculations in multiple bases. Makes use of the mXparser librar…

    Java 1