Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.16 KB

UsefullLinks.md

File metadata and controls

37 lines (25 loc) · 1.16 KB

Useful Technical Links

Running Services After the Network is up

https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

Cloudflare Outage Details

https://blog.cloudflare.com/details-of-the-cloudflare-outage-on-july-2-2019/

Bash parameters and parameter expansions

https://developer.ibm.com/technologies/linux/tutorials/l-bash-parameters/

Simplifying Loops with C++11 in Qt Ways

https://embeddeduse.com/2016/05/13/simplifying-loops-with-cpp11/

RGB Images

https://www.scantips.com/lights/rgb.html https://web.stanford.edu/class/cs101/image-1-introduction.html

Mit Courses

https://ocw.mit.edu/courses/

Stream live video to browser using GStreamer

http://4youngpadawans.com/stream-live-video-to-browser-using-gstreamer/

C++ Operator Overloading

https://stackoverflow.com/questions/4421706/what-are-the-basic-rules-and-idioms-for-operator-overloading/4421719#4421719

Combine two pdfs into a single page

pdfjam Page1.pdf Page2.pdf --nup 2x1 --landscape --outfile Page1+2.pdf

pdfjam Page1.pdf Page2.pdf --nup 1x2 --no-landscape --outfile Page1+2.pdf

Nice OpenGL Notes (Tutorial)

http://www.songho.ca/opengl/index.html