C# Programming Tips and Examples

C# Programming and Cryptography Blog

Thursday, November 24, 2016

EntropyGlance

›
Entropy at a glance In a hurry? Skip straight to the C# source code - EntropyGlance; Entropy at a glance - A C# WinForms project - https:/...
Wednesday, September 21, 2016

RC4 stream cipher variants and visualization of table permutation state

›
Here, I present some work I have been doing on two RC4 stream cipher variants. The first variant, as seen below, I wrote to help me visual...
Tuesday, August 16, 2016

Lorenz Chaos Attractor

›
This project was inspired by one of Daniel Shiffman's 10 minute coding challenge YouTube videos, The Lorenz Attractor in Processing . ...
Tuesday, July 5, 2016

True hardware random number generator with the Raspberry PI

›
So, I have been getting into cryptology lately, (For my most recent projects that I may or may not have blogged about at this point, see B...
Wednesday, June 29, 2016

Bloom Filter - A novel, space efficient data structure like a hash-table for billions of values.

›
Introduction A bloom filter is a truly novel data structure. Similar to a hash table, it can tell you if you've hashed a particular...
Sunday, June 12, 2016

The biggest problem with Mathematics today

›
I start this time with a little disclaimer: This is, after all, a blog, and most blogs still fit the original definition, which is a public ...
Friday, January 22, 2016

Trick: How to mentally convert and calculate rate of pay

›
I have been real busy lately, so I will share only a short tip this week. However, I have some cool new projects/concepts I have been wo...
Thursday, December 24, 2015

Infix Notation Parser via Shunting-Yard Algorithm

›
Infix notation is the typical notation for writing equations in algebra. An example would be: 7 - (2 * 5) Parsing such an equation i...
Tuesday, December 1, 2015

Detailed Exception class

›
   The C# StackTrace class can be useful for logging the source of errors, but when your assembly is built in Release mode, you lose valua...

A Simple Word Prediction Library

›
   The word prediction feature on our phones are pretty handy and I've always and thought it would be fun to write one, and last nig...
‹
›
Home
View web version