Author Archives: CooLMinE

QR Workshop – A portable QR code reader and generator

QR Workshop is a free, open source and portable application that allows you to generate QR codes of your choice.

As you can see below the interface is minimal and very simple to use. In order to generate a QR code you simply need to specify the dimensions (width and height) of the image you would like to create and enter the text that will be encoded in the QR code image itself. Then simply press generate and save the image.

QR Workshop Generate

The result image:
QR Workshop result

QR Workshop can also be used as a QR code reader which allows you to decode and display the information that is encoded within a QR code image. In order to do that you have to switch to the QR Code Reader tab, drag&drop the QR code image in the text field or simply click the browse button next to it in order to open the file browser which you can use to select one. Finally after you have selected the image of your liking click Decode.

QR Workshop Reader

QR Workshop requires Microsoft .NET Framework 3.5 and Windows XP or higher in order to run properly.

Download

Microsoft’s C# compiler becomes open source

Microsoft decided to open source their latest .NET Compiler Platform with the codename Roslyn under the Apache License 2.0 license. This is great news as it allows for more people to take a look at the code and suggest improvements, find bugs or even implement features.

If you would like to take a peak at the code you can visit https://roslyn.codeplex.com/, and in case you are thinking about contributing to the project make sure to read all the rules Microsoft put in place to ensure the quality of the project.

Microsoft drops support for Windows XP

After supporting Windows XP for more than 12 years Microsoft announced that they will be dropping the support for Windows XP on 8 of April 2014. After that date Windows XP users will not receive any updates through windows update and technical support from Microsoft will no longer be provided.

In addition to the above, Microsoft announced that they will also stop providing Microsoft Security Essentials for download for Windows XP users on the same date.

This is an important announcement since a Windows XP holds more than 10% of the users in the current market.

Since the upcoming security issues will no longer be fixed after the 8th of April, current Windows XP users should strongly considering moving to a newer Windows version, mainly to either Windows 7 or the Windows 8 version.

Tracert implementation in C#

While I was looking for a tracert method that I could use for an application of mine I noticed that the .NET framework doesn’t provide one out of the box, so I decided to create one that matched my requirements.

The method below works in the exact same fashion the tracert method works. Providing
the method with the IP address, the max number of hops you would like to receive and a timeout value for the hops will allow you to track down the route your data will travel in order to get to their destination, as well as the time (in milliseconds) it will take for each hop.

Main method:

Microsoft Office 2013 Service Pack 1 (SP1) is now available

Microsoft Office 2013 Service Pack 1 is now available to download. This update offers improvements in stability, performance, and security. In addition, the SP1 update contains all the previously released updates as well as some unreleased ones.

For more detailed information visit http://support.microsoft.com/kb/2817430.

This update can be applied to the following products:

  • Microsoft Office Home and Business 2013
  • Microsoft Office Home and Student 2013
  • Microsoft Office Personal 2013
  • Microsoft Office Professional 2013
  • Microsoft Office Professional Academic 2013
  • Microsoft Office Professional Plus 2013
  • Microsoft Office Standard 2013

Download Links