https://time.is/
MS PowerPoint: Notes are HUGE and font cannot be reduced
https://answers.microsoft.com/en-us/office/forum/office_365hp-powerpoint/notes-are-huge-and-font-cannot-be-reduced/20056c97-527c-4cdb-bf57-30a9552e49e9?auth=1 To modify the Zoom level do the following: – Click View menu at top – Select Normal View – Click Zoom in ribbon – Select 100% (or a size that matches your preference)
Summary of Profiling Tools
http://pramodkumbhar.com/profiling-tools/summary-of-profiling-tools/
Where are the class files stored?
https://latex.org/forum/viewtopic.php?t=17242#p60768 /usr/local/texlive/2017/texmf-dist/tex/latex/amscls/amsbook.cls
HOW TO FIX – APPLE CALENDAR CAN’T SAVE EVENT TO EXCHANGE
https://michaelkummer.com/technology/fix-calendar-cant-save-event-x-exchange/
Introduction to Scientific I/O
http://www.nersc.gov/users/training/online-tutorials/introduction-to-scientific-i-o/
Rewarded for RISC
https://cacm.acm.org/magazines/2018/6/228029-rewarded-for-risc/fulltext
A name for the null pointer: nullptr
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf
Resize splits more quickly
http://vim.wikia.com/wiki/Resize_splits_more_quickly Ctrl-w =
Four Distributed Systems Architectural Patterns by Tim Berglund
Syncing a git fork
https://help.github.com/articles/configuring-a-remote-for-a-fork/ https://help.github.com/articles/syncing-a-fork/
trying to compile fortran code that uses mpi – linking issues?
https://ubuntuforums.org/archive/index.php/t-1983169.html mpif90 –showme:compile mpif90 –showme:link
Language syntax to HTML
https://tohtml.com/ http://vim.wikia.com/wiki/Pasting_code_with_syntax_coloring_in_emails :runtime! syntax/2html.vim
Include another file in your Vim configuration file
http://data.agaric.com/include-another-file-your-vim-configuration-file
BBC Sound Effects
http://bbcsfx.acropolis.org.uk/
How to merge two “ar” static libraries into one
https://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one
Spack packaging
Packaging https://spack.readthedocs.io/en/latest/packaging_guide.html External packages http://spack.readthedocs.io/en/latest/build_settings.html#external-packages https://proxyapps.exascaleproject.org/downloads/ Cray https://github.com/spack/spack/issues/3153 Contribution guide http://spack.readthedocs.io/en/latest/contribution_guide.html Pull request https://github.com/spack/spack/pull/8023
YouTube Loop and Repeat
https://youtubeloop.net When is useful YouTube video in infinite loop When you have heard a music which is so addictable to have to listen again and again and again… When you have to watch that funny video for the 1000 time
numpy.sort
https://www.safaribooksonline.com/library/view/elegant-scipy/9781491922927/ch01.html http://www.numpy.org/devdocs/reference/generated/numpy.sort.html#numpy.sort http://www.numpy.org/devdocs/reference/generated/numpy.searchsorted.html#numpy.searchsorted
Go Concurrency
https://talks.golang.org/2012/concurrency.slide : Go Concurrency Patterns https://talks.golang.org/2012/waza.slide: Concurrency is not Parallelism