Skip to content
View RC1140's full-sized avatar
🎿
NOP Sledding
🎿
NOP Sledding
Block or Report

Block or report RC1140

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
RC1140/README.md

⚡ Fun fact: There is no fun

Pinned

  1. cr-gpg cr-gpg Public

    A chrome plugin that enables gpg encryption and decryption for the gmail web interface

    C++ 154 9

  2. Arduino LCD Scrolling Arduino LCD Scrolling
    1
    #include <LiquidCrystal.h>
    2
    #include <string.h>
    3
    
                  
    4
    // initialize the library with the numbers of the interface pins
    5
    LiquidCrystal lcd(7, 8, 9, 10, 11, 12);
  3. arborDemoStep1.html arborDemoStep1.html
    1
    <html>
    2
        <head>
    3
            <script language="javascript" type="text/javascript"  src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    4
            <script language="javascript" type="text/javascript" src="http://localhost/arbor/lib/arbor.js" ></script>
    5
            <script language="javascript" type="text/javascript" src="http://localhost/arbor/demos/_/graphics.js" ></script>
  4. rc1140.github.com rc1140.github.com Public

    rc1140.github.com

    CSS 2

  5. canary-echo-mobile canary-echo-mobile Public archive

    Canary Echo Mobile App

    JavaScript

  6. canary-echo-service canary-echo-service Public

    The echo service that powers the backend for canary echo

    Go