Skip to content

Instantly share code, notes, and snippets.

View coladarci's full-sized avatar
💁‍♂️
yet another status

Greg Coladarci coladarci

💁‍♂️
yet another status
  • Peek
  • San Francisco
View GitHub Profile

Keybase proof

I hereby claim:

  • I am coladarci on github.
  • I am coladarci (https://keybase.io/coladarci) on keybase.
  • I have a public key ASCJY7xfIeUmgecqdD62f-uO3_sPFWGBpFY4bLVWdFDyKwo

To claim this, I am signing this object:

@coladarci
coladarci / .zshrc
Created August 19, 2016 18:43
Greg's ZSHRC
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="agnoster-2"
DEFAULT_USER="gcoladarci"
@coladarci
coladarci / preferences.json
Last active August 19, 2016 18:41
Greg's preferences
{
"added_words":
[
"auth",
"mixins",
"mixin",
"config",
"i18n",
"eslint"
],
@coladarci
coladarci / key-bindings.json
Created August 19, 2016 18:40
Greg's key bindings
[
{
"keys": ["ctrl+alt+super+q"],
"command": "bh_key",
"args":
{
"lines" : true,
"plugin":
{
"type": ["single_quote", "double_quote", "py_single_quote", "py_double_quote"],
@coladarci
coladarci / f-integration.rb
Created October 21, 2014 00:20
fIntegrations
def integration
# integrations are a thing of the past.
# instead of trying to find every occurrence, let's just put this in place.
OpenStruct.new({
:integration_gid => self.id.to_s,
:integration_source => :peek_msg,
:last_sync => Time.now,
:name => self.name
})
end
buckets = [
{
capacity: 17,
bookings: [2,2,2,2,2,2]
},
{
capacity: 17,
bookings: [0]
},
info: Welcome to Nodejitsu coladarci
info: jitsu v0.12.15, node v0.8.8
info: It worked if it ends with Nodejitsu ok
info: Executing command start
info: Starting app desplay
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },