http://www.macosxtips.co.uk/index_files/10-tips-for-stickies.php
accessing protected members of superclass in C++ with templates
http://stackoverflow.com/questions/4010281/accessing-protected-members-of-superclass-in-c-with-templates This can be amended by pulling the names into the current scope using using: template<typename T> struct Subclass : public Superclass<T> { using Superclass<T>::b; using Superclass<T>::g; void f() { g(); b =3; } }; Or by qualifying the name via
Facebook Open Graph not clearing cache
http://stackoverflow.com/questions/5776567/facebook-open-graph-not-clearing-cache Go to http://developers.facebook.com/tools/debug Enter the URL following by fbrefresh=CAN_BE_ANYTHING Examples: http://www.example.com?fbrefresh=CAN_BE_ANYTHING http://www.example.com?postid=1234&fbrefresh=CAN_BE_ANYTHING OR visit: http://developers.facebook.com/tools/debug/og/object?q=http://www.example.com/?p=3568&fbrefresh=89127348912
Nvidia Tesla
http://en.wikipedia.org/wiki/Nvidia_Tesla
Inside NVIDIA’s Unified Memory
http://techenablement.com/inside-nvidias-unified-memory-multi-gpu-limitations-and-the-need-for-a-cudamadvise-api-call/
Split and merge large files
split -b 10k vecadd va. cat va.* > vecadd
rm all files except
find -not -name build.sh -delete
How to change default /tmp to /home/user/tmp
echo $TMPDIR
Worksharing Using OpenMP
https://software.intel.com/en-us/node/512744
How do I rename the extension of a batch of files?
http://stackoverflow.com/questions/1224766/how-do-i-rename-the-extension-of-a-batch-of-files rename .cc .c *.cc
rm –exclude
find . ! -name *.tgz -delete
Which is the fastest method to delete files in Linux
http://www.slashroot.in/which-is-the-fastest-method-to-delete-files-in-linux find . -size +1M -delete find . -size +1M -exec rm {} ;
tail -f
http://unix.stackexchange.com/questions/81725/issue-with-real-time-log-inspecting-piping-tail-grep-and-cut
How to change the output color of echo in Linux
http://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux
How to Endorse a Check
http://www.wikihow.com/Endorse-a-Check
OS X Mountain Lion: Shortcuts for taking pictures of the screen
http://support.apple.com/kb/ph11229
.DS_Store
http://helpx.adobe.com/dreamweaver/kb/remove-ds-store-files-mac.html#main_Solution
Discovery of Dynamic library dependency on Mac OS & Linux
http://stackoverflow.com/questions/1057234/discovery-of-dynamic-library-dependency-on-mac-os-linux otool -L a.out
Korean letter
http://news.naver.com/main/read.nhn?mode=LSD&mid=sec&sid1=102&oid=081&aid=0001996653
Inside the Machine
http://www.yes24.com/24/goods/2505514?scode=032&OzSrank=2