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
1. Merge commit to share columnation buffers for convolution to save memory | |
https://github.com/BVLC/caffe/commit/1dcfc3ce220f4fa80e27ffdd7cc0b3223c84c75e | |
2. Follow the instructions: | |
http://caffe.berkeleyvision.org/install_osx.html |
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
advertising.gawker.com | |
gawker.com | |
deadspin.com | |
jezebel.com | |
kotaku.com | |
deadspin.com | |
io9.com | |
jalopnik.com | |
gizmodo.com | |
lifehacker.com |
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
apps.facebook.com | |
connect.facebook.net | |
facebook.com | |
fbcdn.com | |
fbsbx.com | |
fbcdn.net | |
graph.facebook.com | |
login.facebook.com | |
s-static.ak.facebook.com | |
static.ak.connect.facebook.com |
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
twitter.com | |
www.twitter.com | |
platform.twitter.com | |
a0.twimg.com | |
a1.twimg.com | |
a2.twimg.com | |
a3.twimg.com | |
dev.twitpic.com | |
twitter-badges.s3.amazonaws.com | |
t.co |
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
# This is a blocklist to block samsung smart tv's sending meta data at home. | |
# Please help to collect domains! | |
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident. | |
abtauthprd.samsungcloudsolution.com | |
acr0.samsungcloudsolution.com | |
ad.samsungadhub.com | |
ads.samsungads.com | |
amauthprd.samsungcloudsolution.com | |
api-hub.samsungyosemite.com |
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 bash | |
# Default Variable Declarations | |
PWD="$(pwd)" | |
PKI_PATH="/usr/local/etc/pki" | |
EXT=".ovpn" | |
certPath="${PKI_PATH}/issued" | |
keyPath="${PKI_PATH}/private" | |
CRT="${certPath}/server.crt" |