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]
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…
This article explains how to make Windows BootCamp scrolling as similar to Mac OS X! 1 Reverse scrolling There is a registry setting named FlipFlopWheel that does exactly this and can be found after typing regedit in Run and pressing enter which will launch Registry Editor. Then search for keyword FlipFlopWheel. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_???\VID_???\Device Parameters. The search…
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…
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]
Implementation of a text version of World of Zuul adventure game using Java. The implementation follows the Object Oriented Programming principles. [Source]
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…