Managed Projects

pdc

  Analyzed about 22 hours ago

PDC, the programmer's desktop calculator, is a caclulator in the 'bc' style with features designed for programmers. Focused solely in integer operations, it provides all the C operators (logical, bitwise, shifts etc.) and implements ISO C operator precedence. Functions are available to perform ... [More] useful operations such as population counts and byte swaps together with comphrensive support for binary, octal, hex and decimal number bases. [Less]

32 lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

tintamp

  Analyzed about 20 hours ago

tintamp, the integer amplifier, is a kit of parts to help build guitar amp. modellers for low resource devices such as embedded SoCs and microcontrollers. The key feature, from which it gets its name, is that the DSP is can be performed solely using integer maths (although floating point builds ... [More] are possible it you are targetting very modern microcontrollers). [Less]

10.5K lines of code

0 current contributors

about 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

hbcxx

  Analyzed 1 day ago

hbcxx uses the Unix #!/path/to/interpreter technique to make C++ source code directly executable. Modern C++, meaning C++11 or even C++14, feels like another language. This is not because the language has been changed massively but because the new features encourage a different, slightly higher ... [More] level way to think about writing C++. It's faster, more fun, supports lambdas, has tools to simplify memory management and includes regular expressions out-of-the-box. hbcxx is a tool to keep things fast and fun by putting off the moment you have to write a build system and install script. For simple programs, especially for quick and dirty personal toys, the day you have to write a proper build system may never come. Instead just copy your C++ source code into $HOME/bin. Try it. It works. [Less]

4.67K lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This