Today I found the following from SparkFun:
Tag Archives: library
Silicon Chip books
The good people at Silicon Chip are clearing out their old library, and I have just arranged to buy 43 of their old electronics books for $2 each. Bargain! The gory details are here.
Library Writing Realizations
Some thoughts on writing software libraries: Library Writing Realizations.
Modulinos In Bash
Via Hacker News today: Modulinos In Bash. “A modulino is a file which behaves like a library when it is imported, and like a script when executed.”
Common C libraries and data structures
Today I discovered: Common C libraries and data structures. (C99) over on github. So awesome.
I really like the project layout too. Each module in a directory with an example, a bunch of tests, and some documentation to go along with the code. I feel like this is how it should be done. I think today I grew as a programmer because I read this code.
Raphaël—JavaScript Library
Learning about the Raphaël—JavaScript Library. This can be used to do animations and drawing in HTML documents.