Project name | Short description | Phase | Category | ↓ Access type |
---|---|---|---|---|
Code name Chasm | Next generation board game | Concept | RPG | Open |
Remote Silencer | Remote mute control of Android devices. | Released | system | Open source |
Not your world | This world is definitely not yours | Concept | strategy | closed alpha |
WT Tactical Map | Customized tactical map for War Thunder with proximity alerts and cooperation tools. | Released | gaming | on request |
PS2 Map | App showing region ownership for the game PlanetSide 2. | Released | gaming | on request |
H&G status widget | No more F5 browser bashing or waiting for a tweet to find out if you can play again! | Released | gaming | on request |
Project name | Manager | Members | State | Phase | ↓ Access type | Category |
---|---|---|---|---|---|---|
PS2 Alerts | Button | Button | inactive | concept | Open | gaming |
Code name Chasm | Button | Button | active | concept | Open | RPG |
Remote Silencer | Button | Button | active | released | Open source | system |
BLE for Google Fit | Button | Button | inactive | concept | Open source | fitness |
Not your world | Button | Button | active | concept | closed alpha | strategy |
WT Tactical Map | Button | Button | active | released | on request | gaming |
PS2 Map | Button | Button | active | released | on request | gaming |
H&G status widget | dak | Button, dak | active | released | on request | gaming |
Code name SpaceBalls | tezar | Button, tezar, jura | inactive | development | on request | just4fun |
Qapla' | dak | Button, dak, lutzaha | inactive | development | on request | marathon |
The Zen of the Triffids | none | Button, dak, lutzaha, tezar | inactive | development | on request | marathon |
War Thunder Gauges | Button | Button | inactive | concept | on request | gaming |
wrap plugin syntax: https://www.dokuwiki.org/plugin:wrap
Page | Description | Tags |
---|---|---|
Arduino fun project | project, 2d printer, floppy drives, scanner, diy | |
Fun project aimed at rebuilding RC cars to Bluetooth control. | project, android, prototype, inactive, tool, outdoor, Button, tezar | |
Space bowling at it's finest ... prototype game. | project, android, opengl es 2.0, fun project, inactive, game, Button, jura, tezar | |
No more F5 browser bashing or waiting for a tweet to find out if you can play again! | project, android, released, active, tool, gaming, dak, Button | |
Widget showing continent alerts for game PlanetSide 2. | project, android, concept, inactive, tool, gaming, planetside 2, Button | |
App showing region ownership for the game PlanetSide 2. | project, android, released, active, tool, gaming, planetside 2, Button | |
Marathon-created game containing Klingons and evil satellites. | project, android, marathon, inactive, game, Button, dak, lutzaha | |
Remote mute control of Android devices. | project, android, released, active, tool, system, widget, Button, opensource | |
Marathon-created game with peaceful monks and their not-so-peaceful plants. | project, haxe, android, marathon, inactive, game, Button, dak, lutzaha, tezar | |
Android overlay layer showing realtime data from War Thunder game instruments. | project, android, concept, inactive, tool, gaming, war thunder, Button | |
Customized tactical map for War Thunder with proximity alerts and cooperation tools. | project, android, released, active, tool, gaming, war thunder, Button |
/** * The HelloWorldApp class implements an application that * simply displays "Hello World!" to the standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } }