#3565
It was originally written in C++ by Christophe Dumez (from France) in 2006 when he was a student. Now it's maintained by worldwide volunteers on their spare time. qBittorrent is a free, open-source and cross-platform BitTorrent client (torrent file downloader) with nice UI based on Qt and built-in search engines.

#3564
Decompiler and disassembler are essential tools for any sharp-sighted programmers. No matter which programming languages, they have their corresponding decompilers. For compiled Java binary class file, there are two excellent decompilers: they are freeware Java Decompiler and commercial software DJ Java Decompiler (AppNee will release its related resources later).

#3541
Aegisub (successor of the original SubStation Alpha and Sabbu) is a free, open-source and cross-platform advanced subtitles creating & modifying tool. Recognized as an industry standard of all subtitle editors, it is widely used by numerous subtitle groups and subtitling fans for the subtitling and translation of concert, OP, PV, TV, animation and some other aspects like video post-production.

#3534
People who like to watch movies probably have encountered such a situation: the cineframe or sound track is not synchronized with the subtitles. Watching films like this is wasting the film itself and our time, and that's really a mental torture at the same time! While don't worry, we can use some software to easily adjust/correct the movie subtitles.

#3500
Free online file hosts are good place to share our resources. However, these websites generally use the browser's built-in downloader to download files, and their download methods are widely different. Even a few ones support multi-threaded downloading, you often need to enter verification code, wait dozens of seconds to tens of minutes, and have to fight with the flying ads, popups first for finding out the real download button. More exasperating is, once the Internet connection is broken, all has to start from scratch (because many file hosts do not allow you to continue file transferring from breakpoint)... Therefore, for most of us, downloading files from online storage space has become a painful thing. As a consequence, JDownloader came into being many years ago.

#3478
Two core developers of dSploit went separate ways in the fall of 2014. dSploit's father merged it into the commercial zANTI 2 with ambition to build a series of security apps on Android platform. Meanwhile, the other founder (now cSploit's father) can't wait the distant promise to open source of zANTI 2. Thus, he decided to fork the killed project and finish all the original dSploit To-Dos on a new core - cSploit, by himself.

#3462
eMule used to be the largest and most trusted free P2P file sharing client developed by Hendrik Breitkreuz from Germany. It was started in 2002 as an alternative of eDonkey2000 (AKA: eD2k) based on eDonkey Network, retained all advantages of eDonkey, added new functions and more friendly UI.

#3438
To get a good mastery of vocal music, you must have certain abilities: have good music accomplishment (mainly the acquired cultivation), master the basic music knowledge and skills (sight-singing and ear-training practice, music theory, keyboard instruments...) and has a good voice condition (actually, many successful singers were not born with a good voice; on the contrary, any people who can speak can learn to sing well).

#3407
How many people still remember the Famicom (FC for short) game console or just know what it is? I do believe 80's and 90's should not feel strange about it. In 1983, this classic TV game console published by Nintendo brought us too much affect that we could never forget. Fortunately, in this era of computers and smart phones, video game emulator can help us review those classic video games on NES platform.

#3397
QEMU (short for Quick Emulator) is a free and open-source processor emulator widely used on GNU/Linux platform, written by Fabrice Bellard from France. It primarily converts the binary code written for a specific processor to another through a special 'recompiler', so as to realize the OS virtualization.