Peg Solitaire
 A program that solves the peg solitaire game finding the best possible solution. It is written in C. Input files and source code are found in the attachment. [Source]
A program that solves the peg solitaire game finding the best possible solution. It is written in C. Input files and source code are found in the attachment. [Source]
 
			This article explains how to install Windows 10 on an old MacBook running El Capitan. Apple made sure to make our lives difficult but installation is still doable. 1 Download the Windows 10 .iso file from your preferred location (MSDN, torrentz etc) and place the .iso file on the desktop. 2 Insert a…
 
			Before we start Warning 1: This procedure is taken at your own risk as it may result in a bricked phone. Warning 2: After unlocking the bootloader of your device, ALL data will be wiped. This procedure may also work for other Nexus devices. I personally tried it on my Galaxy Nexus GSM 4.1.1 yakjuxw…
Implementation of a text version of World of Zuul adventure game using Java. The implementation follows the Object Oriented Programming principles. [Source]
 
			In my case, this was mostly happening in public spaces like hotels, airports and malls; when one day it started happening at home which is simply not acceptable! I have struggled with it for quite some time, searching in forums where nobody seems to know what they are talking about. Some claim that this is…
Download and install Wireshark from http://www.wireshark.org/. Launch the application. Go to Capture -> Options. Select the interface for the wireless network card and tick Capture packets in promiscuous mode. Then press Start. MSN conversation hack: Wireshark will start capturing packets that flow around. Among others we notice at the protocol field the MSNMS (Microsoft Network…
A couple of years ago trying to get a grasp of java interfaces I created this simple java calculator. I just remembered this now so I am posting it. It works very nicely for regular numbers. Rounding may not be accurate though. Give it a try! [jar and Source]