Pessimists, we're told, look at a glass containing 50% air and 50% water and see it as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be. --Bob Lewis
Posts in developer
Posted
Monday, Aug 29, 2016 by
Steve.
Views: 21,762 Today: 0
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
Posted
Monday, Aug 29, 2016 by
Steve.
Views: 11,635 Today: 0
Cambia.BaseN is a Nuget package for converting and representing numbers in different bases. This article provides numerous code sample to show you how to use the package. I think you'll see that it's pretty straight forward. Continue...
Developer
Cambia.BaseN
Math
Package
Posted
Thursday, Oct 15, 2015 by
Steve.
Views: 35,622 Today: 0
Suitable for a Bootstrap noob, this tutorial will walk you through, start to finish, creating a Bootstrap 3 menu bar and integrating Google's free custom website search capability in a modal popup window. It's fast. It's light. And with this tutorial, easy to do. Continue...
Developer
Tips and Tutorials
Bootstrap
Client-side
Blog
Posted
Monday, Oct 12, 2015 by
Steve.
Views: 18,576 Today: 0
In 1965, Dr. Richard Feynman won the Nobel Prize in Physics. He was brash, rebellious and rarely passed up an opportunity to point out hypcrisy and irrationality. An experience from his youth can teach us something about programming standards. Continue...
Developer
The Programmer's Code
Posted
Wednesday, Jul 31, 2013 by
Steve.
Views: 58,128 Today: 0
In the process of customizing the RichTextBox for Inspire Writing Studio, I discovered the need to manage my own undo/redo stack. I present the code for a simple generic undo/redo stack. This generic undo/redo implementation can be extended for a variety of usage scenarios. Continue...
Developer
Tips and Tutorials
C#