World of Zuul
Implementation of a text version of World of Zuul adventure game using Java. The implementation follows the Object Oriented Programming principles. [Source]
This is my final year project for the University of Kent. It allows students to be able to select their own modules and create their timetable to suit them before registering the modules. Implemented using PHP and MySQL. [Source] [Preview].
Plenty of free time recently and I decided to change my website’s theme to follow the latest web trends. This template is dedicated to photography, giving blogging a secondary role. During the porting of old posts to this new design, some links and pictures got broken. If you are here to view or download any…
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…
I first noticed “Create a Windows 7 or later version install disk” was missing from Boot Camp Assistant after installing El Capitan. So how to we solve this you ask? Read through the rest of the article to find out. Prerequisites: 1. Xcode (can be downloaded and installed from App Store) 2. Free time! …
The following process will not enable Sonarr to download the torrents as before. Instead, it is a workaround in order to Synology Download Station to do the actual search/downloading and Sonarr to do the rest; archiving, renaming etc. Sonarr configuration should remain as is. Step 1 Visit https://showrss.info/ and create an…
A Chosen Ciphertext Attack on RSA Optimal Asymmetric Encryption Padding (OAEP) as Standardized in PKCS #1 v2.0. [Source] Implementation was removed after request from University of Bristol.