http://stackoverflow.com/questions/14290113/git-pushing-code-to-two-remotes git remote set-url –add –push origin git://another/repo.git git remote set-url –add –push origin git://one_more/repo.git
Compilers and More: MPI+X
Compilers and More: MPI+X http://www.hpcwire.com/2014/07/16/compilers-mpix/ Potholes on the Road to Exascale http://www.scientificcomputing.com/blogs/2014/05/potholes-road-exascale Software development standards for next-generation HPC systems http://www.scientific-computing.com/news/news_story.php?news_id=2228 HPC: predictions for 2014 http://www.scientific-computing.com/features/feature.php?feature_id=293 Exascale Challenges http://www.scientific-computing.com/features/feature.php?feature_id=290 Seminar: Current Topics in High-Performance Computing (HPC) http://www.hpc.rwth-aachen.de/teaching/seminar/cthpc/ The PGI Accelerator Compilers
How to Open iTerm/Terminal in Finder’s Current Folder
http://aubreypwd.com/open-itermterminal-finders-current-folder-mavericks/
Cover letters: types and samples
http://www.career.vt.edu/jobsearchguide/coverlettersamples.html
Journals
http://ip-science.thomsonreuters.com/cgi-bin/jrnlst/jloptions.cgi?PC=K http://www.impactfactorsearch.com/
Font Awesome Icons
http://fortawesome.github.io/Font-Awesome/icons/
logos
http://science.energy.gov/about/resources/logos/ https://powerpedia.energy.gov/wiki/DOE_Seal_and_Logo https://portal09.ornl.gov/sites/cm/branding/SitePages/logos.aspx
Acronym Creator
http://acronymcreator.net/
Is there a way to skip password typing when using https:// github
http://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typing-when-using-https-github git config –global credential.helper cache git config –global credential.helper store
Transform a LaTeX source document into plain text
detex -l *.tex > thesis.txt
dos2unix alternative on your Mac
http://schmeits.wordpress.com/2010/08/26/dos2unix-alternative-those-darn-m-characters/ cat foo | col -b > foo2
Icon Archive icns
http://www.iconarchive.com/
Cocoa Xcode
https://developer.apple.com/library/mac/referencelibrary/GettingStarted/RoadMapOSX/chapters/01_Introduction.html https://developer.apple.com/library/mac/referencelibrary/GettingStarted/RoadMapOSX/books/RM_YourFirstApp_Mac/Articles/Introduction.html
8 commands to check cpu information on Linux
http://www.binarytides.com/linux-cpu-information/
Linux Find Large Files
http://www.cyberciti.biz/faq/find-large-files-linux/ find {/path/to/directory/} -type f -size +{size-in-kb}k -exec ls -lh {} ; | awk ‘{ print $9 “: ” $5 }’
How to Crop Pages in a PDF Document
http://www.wikihow.com/Crop-Pages-in-a-PDF-Document
Sort Launchpad Applications by Name
https://discussions.apple.com/thread/3196957?tstart=0 rm ~/Library/Application Support/Dock/*.db ; killall Dock
OpenACC Kernels and Parallel Constructs
https://www.pgroup.com/lit/articles/insider/v4n2a1.htm
“Show desktop” keyboard shortcut in Mac OS X
command + f3 fn + f11
Vi and Vim Macro Tutorial: How To Record and Play
http://www.thegeekstuff.com/2009/01/vi-and-vim-macro-tutorial-how-to-record-and-play/