Skip to content
View KittenHero's full-sized avatar
  • Sydney
  • 16:28 (UTC +11:00)

Block or report KittenHero

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

Pinned Loading

  1. audible-release-tracker audible-release-tracker Public

    A script to track new audible releases from series in your library

    Python 3 1

  2. DiscordSoundBot DiscordSoundBot Public

    A discord bot for playing sounds locally

    JavaScript 1

  3. Master Duel UR Pack Opening Monte Carlo Master Duel UR Pack Opening Monte Carlo
    1
    #!/usr/bin/python3
    2
    import random
    3
    import math
    4
    from collections import Counter
    5
    
                  
  4. binomialheap binomialheap Public

    java implementation of binomial heap because comp sci is fun

    Java

  5. unblocked-chain-godot unblocked-chain-godot Public

    GDScript

  6. A 24 solver written in ES6 A 24 solver written in ES6
    1
    /**
    2
     * @param numStr a string containing digits
    3
     * Example usage:
    4
     * > solve24("1234")
    5
     *   "4*(3+1+2)"