Tips and Tricks

Programming is a field where tips and tricks are abundant.

IT Hares proudly present their own bag of programming tips and tricks.

Optimizing Big Number Arithmetic Without SSE

March 1, 2014 by “No Bugs” Bunny

Juggling ASM operators

Abstract:

How to optimize big number maths without SSE

Quote:

OpenSSL prefers to use assembler for big number calculations

Filed under: On.ProgrammingTips and TricksOptimizations

Read more

‘No Bugs’ Top Five C++ Cooking Recipes

March 1, 2013 by “No Bugs” Bunny

Bit cooking

Abstract:

When cooking a C++ program, there are a few spices to consider.

Quote:

"If strict weak ordering is violated, all kinds of weird things can happen: from identical multiple entries in a supposedly-unique collection, to memory corruption

Filed under: On.ProgrammingTips and Tricks

Read more

Compiling a Static Web Site Using the C Preprocessor

May 1, 2012 by “No Bugs” Bunny

Desktop or Mobile?

Abstract:

Sometimes you can use existing tools in a very unusual way.

Quote:

"This is so crazy it might just work

Filed under: On.ProgrammingTips and TricksProgramming Languages

Read more

To DLL or Not To DLL

November 1, 2010 by “No Bugs” Bunny

DLL Hell

Abstract:

Are DLLs a ‘holy grail’ or a ‘necessary evil’?

Quote:

It might not be your fault, but it is your problem.

Filed under: On.System ArchitectureDesign decisionsOn.ProgrammingTips and Tricks

Tagged With: Overload
Read more