(from http://www.macgasm.net/2011/05/23/disable-dropshadow-mac-os-window-screenshots/)
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer(from http://www.macgasm.net/2011/05/23/disable-dropshadow-mac-os-window-screenshots/)
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer| var http = require("http"), | |
| url = require("url"), | |
| path = require("path"), | |
| fs = require("fs") | |
| port = process.argv[2] || 8888; | |
| http.createServer(function(request, response) { | |
| var uri = url.parse(request.url).pathname | |
| , filename = path.join(process.cwd(), uri); |