Skip to content
View servel333's full-sized avatar

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.

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. markdown-mention-highlight markdown-mention-highlight Public

    A VS Code extension that highlights `@mentions` in Markdown files with a configurable color.

    Makefile

  2. 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
    
                  
    2
    ### ------------------------------------------------------------
    3
    ### Normal git log
    4
    
                  
    5
    git log -3
  3. vogels-promisified vogels-promisified Public archive

    DynamoDB library Vogels promisified

    JavaScript 19 4

  4. Handlebars {{#if (op ... )}} operators Handlebars {{#if (op ... )}} operators
    1
     Based on https://stackoverflow.com/a/31632215/761771
    2
    
                  
    3
    ```
    4
    const reduceOp = function(args, reducer){
    5
      args = Array.from(args);
  5. node-netsuite-suitetalk-wsdl-v2016-2.0 node-netsuite-suitetalk-wsdl-v2016-2.0 Public archive

    NPM module containing the NetSuite SuiteTalk WSDL_v2016_2_0 files

    JavaScript 4 1

  6. JavaScript one-liners and simple blo... JavaScript one-liners and simple blocks, and some bash
    1
    #!/usr/bin/env node
    2
    
                  
    3
    /* eslint-disable no-alert */
    4
    /* eslint-disable no-console */
    5