Skip to content

Instantly share code, notes, and snippets.

View chrisdobler's full-sized avatar
🎯
Focusing

Chris chrisdobler

🎯
Focusing
  • Dispel
  • Los Angeles
View GitHub Profile
#!/bin/bash
################################
# OS X Install ISO Creater #
# #
# Author: shela #
################################
#######################################
# Declarations
#!/bin/bash
################################
# OS X Install ISO Creater #
# #
# Author: shela #
################################
#######################################
# Declarations
@chrisdobler
chrisdobler / 0_reuse_code.js
Created May 24, 2017 09:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@chrisdobler
chrisdobler / gh_repo_stats.rb
Last active January 13, 2016 13:46
gh_archive_challenge
#!/usr/bin/env ruby
#
# Gist Leaderboard Challenge
# By Chris Dobler 2016
#
# TODO: add defaults for when no args are sent, add storage of event type for multiple event types,
# use big query to increase speed, move request to seperate thread,
require 'optparse'
require 'open-uri'