Articles tagged ACCU

  1. Fixing Compiler Warnings the Hard Way. Listen when your compiler grumbles, but sometimes you should ignore its suggestions.
  2. Programming Nirvana, Plan B
  3. Fun with Erlang, ACCU 2008
  4. Ima Lumberjack, (s)he’s OK. Gender-neutral technical writing using fictional names.
  5. Tracing function calls using Python decorators. Developing code to trace function calls using Python decorators.
  6. ACCU Conference 2008
  7. Seeing with a fresh pair of ears
  8. Paralipsis
  9. PyCon UK: statistics, pictures and perennial problems
  10. Pitching Python in three syllables
  11. Koenig’s first rule of debugging. The problems caused by the C++ compilation model, dependencies and cryptic compile diagnostics. If an expert like Andrew Koenig can’t get it right, what hope for the rest of us?
  12. He Sells Shell Scripts to Intersect Sets. The Unix command shell contains a lot of what I like in a programming environment: it’s dynamic, high-level, interpreted, flexible, succinct. This article shows the Unix tools in action.
  13. Printed C++ Journals
  14. Soft Documentation. A software developer's investigation into documentation tools.
  15. The case against TODO. A neat label for work in progress or an easy way to disguise the flaws in a codebase?
  16. Metaprogramming is Your Friend. An investigation into metaprogramming techniques used by lazy C, C++, Lisp and Python programmers.
  17. A Mini-Project to Decode a Mini-Language
  18. Code in Comments. Don't comment out dead code, delete it!
  19. Brackets Off! Thoughts on operator precedence.