The open source community scored a major victory this year as the Android OS took the dominant position in mobile market share, easily beating Microsoft’s closed-source mobile phone platform. ZDNet reports that the Android climbed to 75 percent market share in the first quarter of 2013, after enjoying explosive growth. Even though this isn’t a Linux platform, it is very encouraging news for all open-source fans. It is an especially promising sign for the upcoming Ubuntu operating system for smartphones. Gearburn reports that Canonical Ltd. CEO and founder Mark Shuttleworth has announced that this new OS will begin shipping in October.
File Watcher: Monitor Changes to Files and Folders
File Watcher is a standalone, open source, C# application that I have developed to serve a purpose that I needed for my data files. In a nutshell, File Watcher allows me to monitor several paths on my Windows server for any changes to the files or folders within those paths. Once changes are detected, one of several functions can then be performed. These functions include: sending a notification via an API request, performing an action (copy, move, delete), or running a command – such as an executable.