Monthly Archives: December 2012
OmniFocus create project template in IOS
To Create A Project Template Create project for template purposes Put project “On Hold”. Project is now a template. The iOS Workaround For Copying A Template Set template to repeat everyday. To duplicate, change project from “On Hold” to “Complete”. … Continue reading
sublime – build feature
https://addyosmani.com/blog/custom-sublime-text-build-systems-for-popular-tools-and-languages/
Lua Crib Sheet
https://www.capgo.com/Resources/SoftwareDev/LuaShortRef51.pdf
how to compare binary & decimal floating point
https://hal-ens-lyon.archives-ouvertes.fr/docs/00/73/78/81/PDF/Compar-Hal-Version.pdf Aside: The decimal32, decimal64, and decimal128 forms are provided as efficient, formats used for storing numbers of up to 7, 16 or 34 decimal digits respectively, in 4, 8, or 16 bytes. These formats are similar to, and are … Continue reading
CSS Selectors (W3C)
Begin forwarded message: From: Ian Brackenbury <ian@brackenbury.nz> Subject: CSS Selectors (W3C) Date: 10 December 2012 2:35:53 PM NZDT To: Ian Brackenbury <ian@brackenbury.nz> The following table summarizes CSS 2.1 selector syntax: Pattern Meaning Described in section * Matches any element. Universal selector … Continue reading
Gopher and Archie
Begin forwarded message: From: Ian Brackenbury <ian@brackenbury.nz> Subject: Gopher and Archie Date: 8 December 2012 11:14:17 AM NZDT To: Karamu Farm Journal <ian@carefreecomputing.org> https://en.wikipedia.org/wiki/Gopher_(protocol) https://en.wikipedia.org/wiki/Archie_search_engine Archie, Gopher, Veronica and Jughead are three standard “finding” tools on the Internet. The Archie … Continue reading
re links to Arduino IDE alternatives
https://www.drdobbs.com/embedded-systems/shiny-object-syndrome/240144165 Shiny Object Syndrome I was going to talk more about lwos this time, but a shiny object appeared and so I want to say just one more thing regarding the Arduino build process. December 11, 2012URL:https://www.drdobbs.com/embedded-systems/shiny-object-syndrome/240144165 I was supposed … Continue reading
SameFringeProblem (showing off coroutines) in several languages
https://c2.com/cgi/wiki?SameFringeProblem