Skip to content
View servel333's full-sized avatar
Block or Report

Block or report servel333

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. Nate's custom git log. One line, gra... Nate's custom git log. One line, graphed, colored, with hash, branches, time, author and description.
    1
    ## Normal git log
    2
    git log -3
    3
    
                  
    4
    # commit 58c7c712ad122bb4739a761d71684dcb23364831
    5
    # Author: Nathan Perry <nateperry333@gmail.com>
  2. A collection of simple JavaScript ut... A collection of simple JavaScript utilities.
    1
    ////////////////////////////////////////////////////////////////////////////////
    2
    // Type utils
    3
    
                  
    4
    var is_object = function(o) { return o !== null && typeof o === 'object'; };
    5
    var is_number = function(o) { return !isNaN(parseFloat(o)) && isFinite(o); };
  3. GraphicPages GraphicPages Public archive

    An Android comic downloader and viewer.

    Java 1

  4. lsmake lsmake Public

    lsmake - Command-line utility to list targets in a Makefile

    Go

  5. mediawiki-extensions-ExternalArticles mediawiki-extensions-ExternalArticles Public

    Forked from wikimedia/mediawiki-extensions-ExternalArticles

    Github mirror of MediaWiki extension ExternalArticles - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

    PHP

  6. node-netsuite-suitetalk-wsdl-workspace node-netsuite-suitetalk-wsdl-workspace Public archive

    Workspace containing submodules for each `npm-netsuite-suitetalk-wsdl-*` project

    Shell