Pages
Categories
- Did you find some of my content helpful? Consider a donation to help further my work.
Popular Article Tags
.net .net framework ajax android asp.net c# client cms coding configuration configure custom view design development fix framework git html install java javascript json linux microsoft oracle php process raspberry pi regular expressions research ruby on rails scripting site svn thoughts tip tutorials Uncategorized update vb.net wamp web development web programming wordpress xna-
Most Recent Articles
- GPL-ed my text compare software!
- GPL-ed My 2D Tile Based Map Editor
- Made an app to quickly get short ebay affiliate links.
- Historic frequency based random lotto number generator.
- Updating the Raspberry PI GIT server.
- Adjusting Notepad++ to work with an ASP VBScript project.
- Using Raphael the JavaScript graphics library.
- C#: Using WebClient on CSV Formatted Stock Data
- A simple classic VB code counter made in C#
- Android: Using the CountDownTimer class
- C#: Using the Background Worker to thread your application processing.
- Android: Working with Preferences and Settings
- Javascript & HTML: Async Communication Prototype
- Android: Basic game loop with scaled graphics.
- Android: Get the size of a custom view before display.
Archives
Popular Article Tags
.net .net framework ajax android asp.net c# client cms coding configuration configure custom view design development fix framework git html install java javascript json linux microsoft oracle php process raspberry pi regular expressions research ruby on rails scripting site svn thoughts tip tutorials Uncategorized update vb.net wamp web development web programming wordpress xna-
Most Recent Articles
- GPL-ed my text compare software!
- GPL-ed My 2D Tile Based Map Editor
- Made an app to quickly get short ebay affiliate links.
- Historic frequency based random lotto number generator.
- Updating the Raspberry PI GIT server.
- Adjusting Notepad++ to work with an ASP VBScript project.
- Using Raphael the JavaScript graphics library.
- C#: Using WebClient on CSV Formatted Stock Data
- A simple classic VB code counter made in C#
- Android: Using the CountDownTimer class
- C#: Using the Background Worker to thread your application processing.
- Android: Working with Preferences and Settings
- Javascript & HTML: Async Communication Prototype
- Android: Basic game loop with scaled graphics.
- Android: Get the size of a custom view before display.
Category Archives: GPL
GPL-ed my text compare software!
Another piece of software I’m opening up by licensing it with GPLv3. This application allows you to compare text files with a focus on speed and handling larger files through temporary file buffering. GitHub: https://github.com/TheWayOfCoding/TWOCTextFileCompare I also have the first release compiled with Visual Studio’s publish tool if you don’t want to deal with that but want to try the application out. Help me out through donating (Paypal). Here is … Continue reading
GPL-ed My 2D Tile Based Map Editor
As I’ve started to consider getting back into computer work, I’m trying to refresh my memory and grow further. Today I released, with the GPLv3 license, a 2D tile based map editor I wrote in C# WinForms. If you are into software and game development this might be of interest to you! The video doesn’t go into programming, but I describe what it is currently capable of. Maybe in the … Continue reading