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

Block or report ndethore

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. swoop swoop Public

    Search and navigate to the right tab in a few keystrokes.

    JavaScript 14 3

  2. lambda-sendgrid-mailinglist-api lambda-sendgrid-mailinglist-api Public

    Serverless Sendgrid Mailing List API

    JavaScript 12 1

  3. node-rest-template node-rest-template Public

    Boilerplate code for building REST APIs using Node JS and MongoDB.

    JavaScript

  4. swift-memory-management swift-memory-management Public

    A playground illustrating the different ways to avoid retain cycles in swift.

    Swift 3 2

  5. localizer localizer Public

    Localizer is a tool to extract, manage and replace text with NSLocalizedString in an XCode project.

    Objective-C

  6. Patch file for adding a dumb syscall... Patch file for adding a dumb syscall into the 3.2.0 Linux Kernel
    1
    diff -ruN /usr/src/linux-source-3.2.0/linux-source-3.2.0/arch/x86/include/asm/unistd_32.h /tmp/linux-source-3.2.0/arch/x86/include/asm/unistd_32.h
    2
    --- /usr/src/linux-source-3.2.0/linux-source-3.2.0/arch/x86/include/asm/unistd_32.h	2012-01-04 15:55:44.000000000 -0800
    3
    +++ /tmp/linux-source-3.2.0/arch/x86/include/asm/unistd_32.h	2014-03-27 12:11:39.267530664 -0700
    4
    @@ -354,10 +354,11 @@
    5
     #define __NR_setns		346