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
diff --git a/elf/lto.cc b/elf/lto.cc | |
index 30060ed4..38f9aa17 100644 | |
--- a/elf/lto.cc | |
+++ b/elf/lto.cc | |
@@ -88,6 +88,11 @@ | |
#include <sstream> | |
#include <unistd.h> | |
+#if defined(__APPLE__) && defined(__MACH__) | |
+#include <sys/param.h> |
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
-- original code: https://github.com/ericelliott/cuid | |
-- Add the "plv8" extension | |
create extension if not exists "plv8"; | |
-- Add the "pgcrypto" extension | |
create extension if not exists "pgcrypto"; | |
\dx | |
-- Connect a database |
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
# ~/.bash_profile | |
### Copy last command to clipboard | |
function pbcc() { | |
local HISTIGNORE=* | |
history -p \!\! | pbcopy | |
history -d $(history | awk '{a=$1}END{print $1}') | |
} |
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 install pbzip2 openssl | |
$ xcode-select --install | |
$ phpbrew install 5.4.45 +default +openssl=$(brew --prefix openssl) +bz2=$(brew --prefix pbzip2) |
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/bash | |
cat ~/.ssh/conf.d/config ~/.ssh/conf.d/*.conf > ~/.ssh/config |
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
# export PROMPT="\[\e[0;32m\]$PS1\[\e[m\]" | |
# export PROMPT="\[\e[0;33m\][\u@\H:\w]\[\e[m\] \n\[\e[0;32m\]\$\[\e[m\] " | |
# export PROMPT="\[\e[0;33m\][\u@\H:\w]\[\e[m\] \n\[\e[0;32m\]$(echo -en '\U1F363') \[\e[m\] " | |
# export PROMPT="\[\e[0;33m\][\u@\H:\w]\[\e[m\] \n\[\e[0;32m\]$(echo -en '(´・Д・)')\[\e[m\] " | |
# ref. http://stackoverflow.com/questions/16715103/bash-prompt-with-last-exit-code | |
function __prompt_command() { | |
local EXIT="$?" | |
local ColRed='\[\e[0;31m\]' |
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
{ | |
"parser": "babel-eslint", | |
"extends": "airbnb", | |
"globals": { | |
"Meteor": false, | |
"Tracker": false, | |
"Session": false, | |
"Template": false, | |
"Random": false, |
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
meteor remove insecure | |
meteor add aldeed:simple-schema |
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
meteor npm install --save react-masonry-component |
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
meteor npm install --save react-textarea-autosize |
NewerOlder