Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View debugpoint136's full-sized avatar

Highlights

  • Pro

Block or report debugpoint136

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 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 Loading

  1. awk - sort, then print the high valu... awk - sort, then print the high value for each group
    1
    #nawk '{ max[$2] = !($2 in max) ? $1 : ($1 > max[$2]) ? $1 : max[$2]} END { for (i in max) print max[i], "\t"i}' 
    2
    
                  
    3
    nawk '{ max[$1] = !($1 in max) ? $2 : ($2 > max[$1]) ? $2 : max[$1]} END { for (i in max) print i, max[i]}' 
    4
    
                  
    5
    
                  
  2. babel-node-setup-neo4j-boilerplate babel-node-setup-neo4j-boilerplate Public

    An easy way to get started with JavaScript on the command line and make some neo4j db interactions

    JavaScript

  3. hapi-serverless hapi-serverless Public

    Forked from horte/hapi-serverless

    Seed project using Hapi and Serverless on AWS

    JavaScript

  4. target-data-portal-2019 target-data-portal-2019 Public

    Refactored Application

    JavaScript

Morty Proxy This is a proxified and sanitized view of the page, visit original site.