Skip to content
View Lana-chan's full-sized avatar
🐿️
a
🐿️
a

Organizations

@LabHackerSP
Block or Report

Block or report Lana-chan

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

  1. it2p8.py it2p8.py Public

    ImpulseTracker to Pico-8 music converter

    Python 24 1

  2. webgbcam webgbcam Public

    Game Boy Camera-style filter made in HTML5 and JavaScript

    JavaScript 122 12

  3. Random Processing sketches Random Processing sketches
    1
    // Animated falling paw shapes
    2
    // originally posted as gist May 10, 2016
    3
    
                  
    4
    int pawcount = 50;
    5
    Paw[] paws = new Paw[pawcount];
  4. nes-boingball nes-boingball Public

    A simple NES imitation of the Amiga boing ball demo

    Assembly 12

  5. brochehacker brochehacker Public

    Design de um broche animado com LEDs

    C++ 1 1

  6. palmdle palmdle Public

    clone of a popular 5-letter word guessing game for Palm OS

    C 18