Skip to content
View hagb4rd's full-sized avatar

Organizations

@f-u-c-k-u-p
Block or Report

Block or report hagb4rd

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 Loading

  1. now-cli now-cli Public

    Forked from vercel/vercel

    The command-line interface for Now

    JavaScript 1

  2. terminal-kit terminal-kit Public

    Forked from cronvel/terminal-kit

    Terminal utilities for node.js

    JavaScript

  3. spacegame spacegame Public

    JavaScript 1

  4. simple-module-pattern.md simple-module-pattern.md
    1
    ## simple-module-pattern.md
    2
    
                  
    3
    #### [read a good article here ..](https://toddmotto.com/mastering-the-module-pattern/)
    4
    
                  
    5
    ```js
  5. node-and-npm-in-30-seconds.sh node-and-npm-in-30-seconds.sh
    1
    echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
    2
    . ~/.bashrc
    3
    mkdir ~/local
    4
    mkdir ~/node-latest-install
    5
    cd ~/node-latest-install
  6. Markdown Quick Reference Cheatsheet Markdown Quick Reference Cheatsheet
    1
    This is intended as a quick reference and showcase. For more complete info, see [John Gruber's original spec](http://daringfireball.net/projects/markdown/) and the [Github-flavored Markdown info page](http://github.github.com/github-flavored-markdown/).
    2
    
                  
    3
    ##### Table of Contents  
    4
    [Headers](#headers)  
    5
    [Emphasis](#emphasis)