LUMIERA.clone/doc/technical/howto/index.txt
Ichthyostega 25eb6a61e3 clean-up: link maintenance
- use HTTPS
- avoid redirects
- supply Archive.org snapshots for old resources
2025-09-19 19:34:27 +02:00

21 lines
722 B
Text

Developer HOWTOs
================
//MENU: title Dev HOWTOs
//MENU: prepend child crackNuts
This section contains a loose collection of instructions, recipes, tutorials and
similar usefull pieces of information targeted at Lumiera developers. See also
- the general link:/project/faq.html[Lumiera FAQ]
- the link:{ldoc}/user/index.html[User documentation]
- link::{ldoc}/technical/code/index.html[Codebase organisation]
== Notepad
- a link:crackNuts.html[collection] of solution ideas
- link:DebugGdbPretty.html[Python pretty printers for GDB]
- link:IdeSetup.html[hints for using some IDE(s)]
- link:UsingBoost.html[some remarks regarding libBoost]
- link:HashFunctions.html[Notes regarding standard hash functions]