Skip to content
View johnbocook's full-sized avatar
💯
I come here for the dark theme.
💯
I come here for the dark theme.
Block or Report

Block or report johnbocook

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

  1. bash-mysql-google-backup bash-mysql-google-backup Public

    Bash script that uploads database backups to google drive then moves the backup into an archive directory. I automate this using cron.

    Shell 1

  2. LunchBot is a little slack integrati... LunchBot is a little slack integration that randomly chooses where to have lunch.
    1
    <cfoutput>
    2
        <cfif #StructKeyExists(FORM, "token")#>
    3
        
    4
            <cfif #FORM.token# NEQ '#PUBLICKEY##'>
    5
                Sorry, Authentication Failed
  3. erieexplorer erieexplorer Public

    ErieExplorer showcases parks and activites surrounding Lake Erie, Ohio. The project will allow featured locations and businesses to advertise and list events.

    CSS

  4. htaccess stuff htaccess stuff
    1
    RewriteEngine On
    2
    RewriteCond %{HTTP_HOST} ^example.com$ [NC]
    3
    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
  5. System Design Cheatsheet System Design Cheatsheet
    1
    #System Design Cheatsheet
    2
    
                  
    3
    > Picking the right architecture = Picking the right battles + Managing trade-offs
    4
    5
    ##Basic Steps
  6. OSX Tools OSX Tools
    1
    Homebrew
    2
    https://brew.sh/
    3
    
                  
    4
    Oh-My-Zsh
    5
    https://github.com/robbyrussell/oh-my-zsh/