Tag Archives: C

NodeMCU

New toys are always such fun, especially when you find a replacement for a component that has more features, better specs, and costs half as much. The Arduino Uno is deservedly popular. It makes introductory embedded system design easy, and … Continue reading

Posted in Arduino, C, Digital, Reviews, Tools, Toys | Tagged , , , , , , | Leave a comment

Recursion

“To know recursion, you must first know recursion.” (Original author unknown) Much of the fun of writing code is learning about all of the various algorithms and techniques that help get the job done. Some of these are relatively straightforward: … Continue reading

Posted in Algorithms, C, Coding, Math | Tagged , , , , | Leave a comment

Longer than long

How to use really, REALLY big integers in C. Long number is long. Continue reading

Posted in C, Coding, Linux, Math | Tagged , , , , , , | Leave a comment

‘Git’ along, coder dogies!

When working on nontrivial coding projects, it’s often helpful to be able to keep track of changes made, version by version. When more than one developer is involved, it’s also helpful to be able to coordinate updates among them. Several … Continue reading

Posted in C, Coding, Digital Citizenship, Internet, Linux, System Administration | Tagged , , , , , , , , , | Leave a comment