- ALT+SHIFT+W To wrap your selected content with a html tag, just selected your text, then press Alt-Shift-W. You'll then have the option to fill in the front and back tag simultaneously. https://coderwall.com/p/d1qphg
- CMD+L Select current line.
- CMD+X Delete line.
- CMD+R Go to method
- CMD+P ":121" go to specific line number
- CMD+P file:n go to specific line number in file
- CMD+P file@method go to specific method in file
- CMD+SHIFT+D Duplicate current line
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
brew: superenv removed: -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -g -O2 | |
brew: superenv removed: -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -g -O2 | |
brew: superenv removed: -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -g -O2 | |
brew: superenv removed: -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -I/private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2 -g -O2 | |
In file included from /private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2/imagick_file.c:21: | |
./php_imagick.h:49:12: fatal error: 'wand/MagickWand.h' file not found | |
# include <wand/MagickWand.h> | |
^ | |
In file included from /private/tmp/php54-imagick-mhqD/imagick-3.1.0RC2/imagickdraw_class.c:21: | |
./php_imagick.h:49:12: fatal error: 'wand/MagickWand.h' file not found |
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
;(function($, window, document, undefined){ | |
var defaults = { | |
label: 'yeahhhhh' | |
}; | |
var methods = { | |
"init": function (options) { | |
options = $.extend({}, defaults, options); | |
// Do whatever | |
}, |
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
window.console = window.console || {log:function(){}}; |
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
456 The session is malformed. | |
457 The session has an invalid origin. | |
458 The session is invalid, because the app is no longer installed. | |
459 The user has been checkpointed. The error_data will contain the URL the user needs to go to to clear the checkpoint. | |
460 The session is invalid likely because the user changed the password. | |
461 The session is invalid, because the user has reinstalled the app. | |
462 The session has a stale version. | |
463 The session has expired. | |
464 The session user is not confirmed. | |
465 The session user is invalid. |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> | |
<channel> | |
<title>Audiotour over dingen we niet kunnen zien</title> | |
<link>http://www.evdp.nl/</link> | |
<language>nl</language> | |
<copyright>© 2014 Eline van der Ploeg</copyright> | |
<itunes:subtitle>Korte audiotour over allerlei dingen</itunes:subtitle> | |
<itunes:author>Eline van der Ploeg</itunes:author> | |
<itunes:keywords>talk,technology,radio,mix</itunes:keywords> |
I hereby claim:
- I am MauricioKruijer on github.
- I am hackermau (https://keybase.io/hackermau) on keybase.
- I have a public key whose fingerprint is 4511 FE9B 0EE9 9302 7CF4 BDA5 66E0 ED43 62F9 5CD2
To claim this, I am signing this object:
Things I had to do using Homebrew to get my local web dev environment back up and running after migration to OSX Sierra + Xcode 8.1.
Note: I used brew reinstall
because I had already installed most of this previously under Yosemite. Probably better ways to do this, but this is what worked for me.
brew doctor
brew tap homebrew/dupes
brew tap homebrew/versions
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
#!/bin/sh | |
# Thanks dropbox, this db is read-only. You need to disable SIP to do this stuff now... `csrutil disable ` | |
# sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db "INSERT INTO access VALUES('kTCCServiceAccessibility','com.apple.Terminal',0,1,1,NULL,NULL);" | |
check=$(xcode-select --install 2>&1) | |
echo $check | |
str="xcode-select: note: install requested for command line developer tools" | |
while [[ "$check" == "$str" ]]; | |
do |
For testint purposes I have a few partitions with a clean install of macOS, these partitions contain applications I use daily. Somtimes spotlight starts applications from that volume.. that is just super annoying I use this script to unmount them after start up.
You just have to move these files
mv nl.mauriciokruijer.unmountvolumes.plist ~/Library/LaunchDeamons/
sudo mv unmountVolumes.sh /usr/local/bin/
OlderNewer