This file contains hidden or 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
# To anyone worried about using servers that may not have attentive admins -- | |
# put the following line(s) in your ~/.bashrc to help protect yourself: | |
env x='() { :;}; echo "WARNING: SHELLSHOCK DETECTED"' \ | |
bash --norc -c ':' 2>/dev/null; | |
# It will print to stdout if and only if your shell is vulnerable, and nothing | |
# will be printed if your shell has been patched. It will take a little longer | |
# to launch a new shell slightly, but for some, this may be worth it. |
This file contains hidden or 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
//- JavaScript source code | |
//- parse_pfam-min.js ~~ | |
// | |
// This is the minimal version of "parse_pfam.js" requested by Malay Basu. | |
// | |
// ~~ (c) SRW, 24 Feb 2014 | |
// ~~ last updated 24 Feb 2014 | |
(function main(argv) { |
This file contains hidden or 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
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: 188db909a077dbb579ac7fb59b75ca9366dbf08b | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 4.6.3 | |
CLT: 4.6.0.0.1.1365549073 | |
LLVM-GCC: build 2336 |