Tag: Open Source

  • 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. Visit the GitHub page here. I also have the first release compiled with Visual Studio’s publish tool if you don’t want to…

  • Using Raphael the JavaScript graphics library.

    In this example, I go over a simple use of Raphael.js. It draws 4 boxes on the page and allows you to move and resize each independently. Here is the graphics library (licenses under the MIT license):https://dmitrybaranovskiy.github.io/raphael/ Here is my code on GitHub. The basic gist of it is to initialize the primary Raphael object…