Skip to content
View yarscript's full-sized avatar
:shipit:
I may be slow to respond.
:shipit:
I may be slow to respond.

Organizations

@truecoder8 @l1neup @finutss @slot-stream @Mandrivka @applikuha @Devurai-shared
Block or Report

Block or report yarscript

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
yarscript/README.md

🥷

Pinned

  1. emoji-cheat-sheet emoji-cheat-sheet Public

    Forked from ikatyang/emoji-cheat-sheet

    A markdown version emoji cheat sheet

    JavaScript 1

  2. empty empty Public

  3. LAMP LAMP
    1
    # LAMP intsallation guide
    2
    
    
    3
    ---
    4
    
    
    5
    ### Install utils
  4. List of `curl` options List of `curl` options
    1
    $ curl --help
    2
    Usage: curl [options...] <url>
    3
         --abstract-unix-socket <path> Connect via abstract Unix domain socket
    4
         --alt-svc <file name> Enable alt-svc with this cache file
    5
         --anyauth       Pick any authentication method
  5. Google dork cheatsheet Google dork cheatsheet
    1
    # Google dork cheatsheet
    2
    
    
    3
    ## Search filters
    4
    | Filter          | Description                                        | Example                              |
    5
    | :-------------- |:---------------------------------------------------| :------------------------------------|
  6. node.js command webshell node.js command webshell
    1
    var sys   = require('sys'),
    2
        exec  = require('child_process').exec,
    3
        child,
    4
        http = require('http');
    5