background preloader

Free

Facebook Twitter

Roundup

Microsoft. Ebooks. Online. Games 1. Audiobooks. Abandonware. Piracy. Games 2. Command & Conquer Classic. Torus Trooper. For Windows Torus Trooper ver. 0.22 (C) Kenta Cho(ABA.

Torus Trooper

"Saba") Speed! More speed! Speeding ship sailing through barrage, 'Torus Trooper'. How to play Drive a ship forward and destroy enemies. Remaining time is displayed at the left up corner. Ship was destroyed(-15 sec.) Download Torus Trooper is the free software for Windows(OpenGL required). tt0_22.zip(6,315,755bytes) Acknowledgement Torus Trooper is written in the D Programming Language(ver. 0.110). libBulletML is used to parse BulletML files. Comments If you have any comments, please mail to cs8k-cyu@asahi-net.or.jp. Colonization makes a free comeback » gHacks tech news. Colonization was one of those games that made Sid Meier, the creator of wonderful games such as Pirates and Civilization famous.

Colonization makes a free comeback » gHacks tech news

Colonization was one of the best games that I ever played, it was highly addictive and had some resemblance to Civilization. You picked one of four nations and set out to colonize the new world. You had to deal with Indians and the other powers and in the later stages with your own European motherland. Your first task in the new world was to create some flourishing towns that would produce goods that you could sell in Europe. Many people left Europe at this time and this is also reflected in the game. You can load your ships with craftsmen, convicts or priests and use them in the new world. It was possible to live peacefully with the Indians trying to convert them to your faith in the process which would add some Indian converts to your people.

It was essential to conquer areas that would supply your colony with the needed resources. Threading in C# - Free E-book. Threading in C# Joseph Albahari Last updated: 2011-4-27 Translations: Chinese | Czech | Persian | Russian | Japanese Download PDF Part 1: Getting Started C# supports parallel execution of code through multithreading.

Threading in C# - Free E-book

A C# client program (Console, WPF, or Windows Forms) starts in a single thread created automatically by the CLR and operating system (the “main” thread), and is made multithreaded by creating additional threads. All examples assume the following namespaces are imported: using System; using System.Threading; class ThreadTest{ static void Main() { Thread t = new Thread (WriteY); t.Start(); for (int i = 0; i < 1000; i++) Console.Write ("x"); } static void WriteY() { for (int i = 0; i < 1000; i++) Console.Write ("y"); }} The main thread creates a new thread t on which it runs a method that repeatedly prints the character “y”.

Once started, a thread’s IsAlive property returns true, until the point where the thread ends. Done static void Go(){ if (! Done Done (usually!) 5 best programs to hide windows and programs free. How many times have you been doing work on your computer and didn’t really want anyone to see what you were doing?

5 best programs to hide windows and programs free

Maybe it’s confidential financial data or far-out website that would freak other people out. Whatever the case may be, it’s sometimes really useful to be able to quickly hide windows or running programs, which means making them vanish from the desktop and/or disappear from the taskbar. In this article, I will mention five of my favorite FREE desktop hiding, application disappearing programs out there. Some I have previously written about and will link to those articles if you want a more detailed review. 1. ZHider is a very good program for instantly hiding windows and programs with a single keystroke. The other cool thing about the program is that it loads up in super stealth mode, which means there is no pop up windows, sounds, and not even a system tray icon. Free Software Resources - Free Software Foundation.

Skip to content, sitemap or skip to search.

Free Software Resources - Free Software Foundation

You are here: Home › Resources As part of our efforts to promote software freedom, we collect and organize information provided by our supporters that will be of use to people who want to use free software effectively or to persuade others to use it. Resources for using free software Free Software Directory A searchable directory of over 6,500 free software packages. Free GNU/Linux distributions Full operating systems that are recommended by the FSF because they are exclusively free software. Hardware that supports free software.