Craig's Programming Blog
A Unique Blend of Java and .NET
Pages
(Move to ...)
Home
About Me
Sample Projects
▼
Sunday, July 13, 2014
Javascript Input Mask jQuery Plugin
›
Below is a jQuery plugin that can easily be adapted to mask or limit keystrokes while you type in a textbox. This script blocks invalid key...
Android Fragment Replace vs. Remove+Add and the Backstack
›
The Android documentation has this to say about FragmentTransaction.replace: Replace an existing fragment that was added to a container. T...
Android Drawable Cache (Xamarin / Mono)
›
The code below is useful if you need to cache images in Android. Weak references are used to help protect against memory leaks. Drawable ...
Sunday, January 5, 2014
Simple C# Artificial Neural Network
›
Artificial intelligence interests me, especially when modeled from or inspired by biology. Artificial neural networks are one such example:...
5 comments:
Saturday, October 26, 2013
UDP Proxy / Minecraft PE Proxy
›
Here is a UDP Proxy implemented in Java that can be used for Minecraft Pocket Edition. Inspired by the Node.js implementation . Runs great...
Saturday, March 23, 2013
Show / Hide Android Soft Keyboard
›
Here is a helpful utility class for showing and hiding the Android soft keyboard. The code is written in C# using Mono for Android but shou...
7 comments:
Friday, February 22, 2013
Raspberry Pi
›
My Raspberry Pi arrived in the mail today. These things are great and only cost about $35-$40. Lots of fun. Raspberry Pi Model B
1 comment:
›
Home
View web version