Skip to content

Instantly share code, notes, and snippets.

View jonathanrico's full-sized avatar
💭
:shipit:

Jonathan Rico jonathanrico

💭
:shipit:
View GitHub Profile
### Keybase proof
I hereby claim:
* I am jonathanrico on github.
* I am jonathanrico (https://keybase.io/jonathanrico) on keybase.
* I have a public key whose fingerprint is C647 E323 107B 0648 AF81 945B 423A B639 62C5 86DB
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jonathanrico on github.
  • I am jonathanrico (https://keybase.io/jonathanrico) on keybase.
  • I have a public key whose fingerprint is 97FB 14C3 D5E4 26D7 2D4C 9A91 AF9A 8560 74B8 F2E4

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jonathanrico on github.
  • I am jonathanrico (https://keybase.io/jonathanrico) on keybase.
  • I have a public key whose fingerprint is 255C 7002 9AFB BBCE FE4A 23AD 5B94 4C0C 04F6 1292

To claim this, I am signing this object:

@jonathanrico
jonathanrico / .tmux.conf
Last active April 25, 2016 17:07
My tmux conf file
#Don't forget to set a Powerline font in iTerm to fix strange chars
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-sidebar'
# use UTF8
set -g utf8
set-window-option -g utf8 on
#list queues
rabbitmqctl list_queues
#list exchanges
rabbitmqctl list_exchanges
#list bindings
rabbitmqctl list_bindings
@jonathanrico
jonathanrico / gist:5745816
Last active December 18, 2015 07:19
Git snippets
##steps to sync a local project to github
#Go to your project
$ cd my_project
#Initialise the repository
$ git init
#Add all your files to the repo
$ git add .
@jonathanrico
jonathanrico / gist:5597364
Last active December 17, 2015 10:49
Salesforce.com JS snippets for those days when you don't feel like point & click ( * tested in Chrome Dev Tools Console )
//Inject jQuery - Needed to run all of the commands below
javascript:if(!window.jQuery||confirm('Overwrite\x20current\x20version?\x20v'+jQuery.fn.jquery))(function(d,s){s=d.createElement('script');s.src='https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js';(d.head||d.documentElement).appendChild(s)})(document);
//Sharing Settings
//Hide sharing rules for objects that don't have any
jQuery('.noRowsHeader').parent().parent().parent().parent().parent().css('display', 'none');
//Profiles - FLS Settings - OLD Profile View