The best performance improvement is the transition from the nonworking state to the working state. --John Ousterhout

Popular Blog Posts

Online Random Number Generator

Need random numbers? Learn more about our online generator of random numbers. Continue...

Developer Tools and Tables C# Math

Rule #2 - Fail Fast and Hard

It's counter intuitive, but your programs will have fewer bugs and require less maintenance time if you do less (not more) error handling. Learn how focusing on making your programs fail is the better path toward more stable and more maintainable software. Continue...

Developer The Programmer's Code

Extract Hex Digits From a String

Learn how to extract hex digits from a string using C#. Useful for cases where you have dirty hex information or extra characters. Continue...

Developer Tips and Tutorials C# Text

Intro to Number Bases and the Cambia.BaseN Package

Conversions of numbers between different bases or representations in different bases is often needed or useful in computing. This article will introduce you to alphabets, clear up some common misconceptions and discuss some of the issues one might encounter doing base conversions. We further define a new Cambia95 standard alphabet which we hope may be adopted elsewhere for conversion and encoding solutions. Continue...

Developer Tips and Tutorials Cambia.BaseN Math Package

Version: 6.0.20200920.1535