Skip to content
View ndethore's full-sized avatar

Block or report ndethore

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. swoopswoopPublic

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

    JavaScript 14 2

  2. lambda-sendgrid-mailinglist-apilambda-sendgrid-mailinglist-apiPublic

    Serverless Sendgrid Mailing List API

    JavaScript 12 1

  3. node-rest-templatenode-rest-templatePublic

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

    JavaScript

  4. swift-memory-managementswift-memory-managementPublic

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

    Swift 3 2

  5. localizerlocalizerPublic

    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