⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO 'snippets' | |
select 487 as 'sid', ':musical_note:' as 'title', '🎵' as 'body', 'None' as 'syntax', 0 as 'usageCount' | |
union select 488, ':musical_score:', '🎼', 'None', 0 | |
union select 489, ':mute:', '🔇', 'None', 0 | |
union select 490, ':nail_care:', '💅', 'None', 0 | |
union select 491, ':name_badge:', '📛', 'None', 0 | |
union select 492, ':necktie:', '👔', 'None', 0 | |
union select 493, ':negative_squared_cross_mark:', '❎', 'None', 0 | |
union select 494, ':neutral_face:', '😐', 'None', 0 | |
union select 495, ':new:', '🆕', 'None', 0 |