Skip to content
View cowboy's full-sized avatar

Organizations

@jquery @gruntjs @node-task
Block or Report

Block or report cowboy

Report abuse

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

Report abuse
cowboy/README.md

hi my name is cowboy
during the day i write enterprise software
during the evening i make music

pro tip: if you feel you have to add a comment that says /* Valid JavaScript */ it's enterprise ready

Pinned Loading

  1. dotfiles dotfiles Public

    My Ubuntu / OS X dotfiles.

    Shell 1.6k 496

  2. synology-update-plex synology-update-plex Public

    Script to Auto Update Plex Media Server on Synology NAS

    Shell 110 20

  3. Abstraction.js 2020 Edition (ES6) Abstraction.js 2020 Edition (ES6)
    1
    /*
    2
     * Abstraction.js 2020 Edition
    3
     *
    4
     * Copyright (c) 2020 "Cowboy" Ben Alman
    5
     * Licensed under the MIT license.
  4. A modern JavaScript if-elseif-else a... A modern JavaScript if-elseif-else abstraction, because control flow statements are so 1995
    1
    /*
    2
     * Abstraction.js
    3
     *
    4
     * Copyright (c) 2012 "Cowboy" Ben Alman
    5
     * Licensed under the MIT license.
  5. Abstraction.js "Lite" (live-coded at... Abstraction.js "Lite" (live-coded at BrazilJS 2012)
    1
    /*
    2
     * Abstraction.js "Lite"
    3
     *
    4
     * Copyright (c) 2012 "Cowboy" Ben Alman
    5
     * Licensed under the MIT license.
  6. A few JavaScript quines A few JavaScript quines
    1
    // Today, I noticed that someone favorited this tweet of mine from 2012:
    2
    // https://twitter.com/cowboy/status/232587756486938624
    3
    // !function $(){console.log('!'+$+'()')}() #quine
    4
    
                  
    5
    // So I fooled around for a little bit: