Skip to content
View supaplextor's full-sized avatar
  • United States
Block or Report

Block or report supaplextor

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. ExternalDB ExternalDB Public

    Android SQL client

    Java 2

  2. aria2c-jiggy-dl aria2c-jiggy-dl Public

    Automatically exported from code.google.com/p/aria2c-jiggy-dl

    Perl

  3. pdfdeck_via_slideshare.net.pl pdfdeck_via_slideshare.net.pl
    1
    #!/usr/bin/perl
    2
    # 
    3
    # compile a pdf deck from slideshare.net
    4
    
    
    5
    use warnings;
  4. Proof Of Concept FastLED with M5Atom Proof Of Concept FastLED with M5Atom
    1
    #include <M5StickC.h> // should work with any grove port really. i2c?
    2
    #include <FastLED.h> // https://github.com/FastLED/FastLED 
    3
    /* note, two led strips in use, one cell onboard and the rest on another strip. */
    4
    
    
    5
    #define NUM_LEDS 20
  5. anbox/anbox anbox/anbox Public archive

    Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system

    C++ 8.8k 1.2k