Note, please replace "WWW/tools" with where ever you store your web tools.
$ mkdir ~/WWW/tools
$ cd ~/WWW/tools
$ git clone https://github.com/phacility/libphutil.git
$ git clone https://github.com/phacility/arcanist.git
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiteXvYPLiAt2l3PBcZj7XepiK58Y2Xefk+NCPMABECf2zt0c0rjbA6f0oAEVvTY3bCAN+si1xigOgjivyk+0iVQ8xHiIDExFBQlS9kLABWffii/QjFL+c4u8G4bU3d+QOPZ5RNV6eJHc9LHD2TMBzfvBEqF/B1NAtql7hCPB8u5AEekoR18EK7ciJwbOnIoUJLm3Be/CdzLuDsM/IDimKfeMa8qfjigtFU98nobVA/tHuwTuUj/8fQ2IMqHPQLVVVCb5Bvftomt//N5rSvyZzb9ItfEwzviPs7Q+0hEVLb5dlkec7MNrh003xsQIW4BfKYhFpWyGM/ZzEj0WZYie1 coldzero1120@gmail.com |
Name: Flash | |
Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
Thank you! |
# First install tmux | |
brew install tmux | |
# For mouse support (for switching panes and windows) | |
# Only needed if you are using Terminal.app (iTerm has mouse support) | |
Install http://www.culater.net/software/SIMBL/SIMBL.php | |
Then install https://bitheap.org/mouseterm/ | |
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/ |
#!/usr/bin/env sh | |
# checks to see if running | |
launchctl list | grep mongo | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist | |
launchctl remove homebrew.mxcl.mongodb | |
pkill -f mongod |
var run = 0; | |
var mails = {} | |
total = 3000; //滚动次数,可以自己根据情况定义 | |
function getEmails (cont) { | |
var friendbutton=cont.getElementsByClassName("_ohe"); | |
for(var i=0; i<friendbutton.length; i++) { | |
var link = friendbutton[i].getAttribute("href"); | |
if(link && link.substr(0,25)=="https://www.facebook.com/") { |