Patient Database Management
Center for research in molecular medicine patient samples of University of Cyprus. This system works locally where it was build. Of course all patient details were removed for security reasons. [Source] [Preview]
Center for research in molecular medicine patient samples of University of Cyprus. This system works locally where it was build. Of course all patient details were removed for security reasons. [Source] [Preview]
This post explains how to add any program to start a service/daemon on linux (as long as the program supports this). It was created while attempting to start TeamViewer as a daemon while my home server was booting up. To start any program as a daemon, a link to the daemon script should be placed…
Build a proxy server in C using threads and sockets. Every server can have up to two connections on the proxy. Client requests must be satisfied. New servers must be added to a list/array upon a request and must be removed if no request comes within 10 seconds. [Source]
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…
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…
This is an online auction system (like eBay) that lets users add items for sale and purchase items. Users are only allowed to enter bids if they have sufficient funds and when an auction has ended the money are being transfered from the buyer to the seller automatically. An extra feature supported by this auction…