1
0
www.mikescher.com/www/statics/programs/__all.php

665 lines
20 KiB
PHP
Raw Normal View History

2018-01-03 22:08:56 +01:00
<?php
return
[
[
'name' => 'absCanvas',
2018-01-04 01:11:41 +01:00
'internal_name' => 'absCanvas',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Engine',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'A powerful 2D Tiled-Game-Engine for java. Completely in canvas and with network support.',
'add_date' => '2012-05-28',
2018-01-26 21:49:09 +01:00
'license' => 'GPL-3.0',
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'https://github.com/Mikescher/AbsCanvas/releases',
2018-01-26 21:49:09 +01:00
'github' => 'https://github.com/Mikescher/AbsCanvas',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'All in One',
2018-01-20 03:05:15 +01:00
'internal_name' => 'All_in_One',
'internal_name_alt' => 'All in One',
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A little "swiss army knife" programm with over 100 different functionalities.',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-11-26',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Beepster',
2018-01-04 01:11:41 +01:00
'internal_name' => 'Beepster',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Hoax',
'stars' => 0,
'ui_language' => 'English',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'Continuously plays a beep sound over the internal pc speakers.',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-06-04',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'BefunUtils',
2018-01-04 01:11:41 +01:00
'internal_name' => 'BefunUtils',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Compiler',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'C#',
2018-01-20 03:05:15 +01:00
'short_description' => 'My collection of befunge93 tools. Including an interpreter, a transpiler, an compiler, an highlighter and more',
2018-01-03 22:08:56 +01:00
'add_date' => '2014-08-04',
2018-01-26 21:49:09 +01:00
'license' => 'MIT',
2018-01-03 22:08:56 +01:00
'urls' =>
[
'github' => 'https://github.com/Mikescher/BefunUtils',
'wiki' => 'https://github.com/Mikescher/BefunUtils/wiki',
2018-01-27 14:21:34 +01:00
'download#1' => ['caption'=>'BefunExec', 'url'=>'https://ci.appveyor.com/project/Mikescher/BefunExec/build/artifacts' ],
'download#2' => ['caption'=>'BefunGen', 'url'=>'https://ci.appveyor.com/project/Mikescher/BefunGen/build/artifacts' ],
'download#3' => ['caption'=>'BefunWrite', 'url'=>'https://ci.appveyor.com/project/Mikescher/BefunWrite/build/artifacts'],
'download#4' => ['caption'=>'BefunRep', 'url'=>'https://ci.appveyor.com/project/Mikescher/BefunRep/build/artifacts' ],
'download#5' => ['caption'=>'BefunRun', 'url'=>'https://ci.appveyor.com/project/Mikescher/BefunRun/build/artifacts' ],
'download#6' => ['caption'=>'BefunDebug', 'url'=>'https://ci.appveyor.com/project/Mikescher/BefunDebug/build/artifacts'],
2018-01-03 22:08:56 +01:00
],
2018-02-09 22:59:02 +01:00
'extra_images' =>
[
'BefunUtils_01.png', 'BefunUtils_02.png', 'BefunUtils_03.png',
'BefunUtils_04.png', 'BefunUtils_05.png', 'BefunUtils_06.png',
'BefunUtils_07.png', 'BefunUtils_08.png', 'BefunUtils_09.png'
],
2018-01-03 22:08:56 +01:00
],
[
'name' => 'Blitzer',
2018-01-04 01:11:41 +01:00
'internal_name' => 'Blitzer',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Hoax',
'stars' => 0,
'ui_language' => 'English',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A fullscreen black/white flicker effect.',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-05-05',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Borderline Defense',
2018-01-20 03:05:15 +01:00
'internal_name' => 'BorderlineDefense',
'internal_name_alt' => 'Borderline Defense',
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'A improved Space-Invaders clone - programmed from the Java-AG, Oken.',
'add_date' => '2012-05-24',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
'homepage' => 'http://borderlinedefense.99k.org/',
],
],
[
'name' => 'Crystal Grid',
2018-01-20 03:05:15 +01:00
'internal_name' => 'CrystalGrid',
'internal_name_alt' => 'Crystal Grid',
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'A challenging, tactical mini-game in blueprint-style.',
'add_date' => '2013-01-03',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Dynamic Link Fighters',
2018-01-20 03:05:15 +01:00
'internal_name' => 'DLF',
'internal_name_alt' => 'Dynamic Link Fighters',
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 1,
'ui_language' => 'English|German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'Program your own KI in Delphi and let it fight against others.',
2018-01-03 22:08:56 +01:00
'add_date' => '2010-12-04',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'exeExtract',
2018-01-04 01:11:41 +01:00
'internal_name' => 'exeExtract',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 0,
2018-02-08 19:06:29 +01:00
'ui_language' => 'German',
2018-01-03 22:08:56 +01:00
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A simple tool to copy all files of a specific extension to another directory.',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-03-26',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'ExtendedGitGraph',
2018-01-04 01:11:41 +01:00
'internal_name' => 'ExtendedGitGraph',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Library',
'stars' => 2,
'ui_language' => 'English',
'prog_language' => 'PHP',
2018-01-20 03:05:15 +01:00
'short_description' => 'A simple php module to display an overview of you github commits',
2018-01-03 22:08:56 +01:00
'add_date' => '2014-06-08',
2018-01-26 21:49:09 +01:00
'license' => 'MIT',
2018-01-03 22:08:56 +01:00
'urls' =>
[
'download' => 'https://github.com/Mikescher/extendedGitGraph/',
],
],
[
'name' => 'Graveyard of Numbers',
2018-01-20 03:05:15 +01:00
'internal_name' => 'Graveyard_of_Numbers',
'internal_name_alt' => 'Graveyard of Numbers',
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 0,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-20 03:05:15 +01:00
'short_description' => 'A little tool to rename multiple files with increasing numbers.',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-10-01',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
2018-01-04 01:11:41 +01:00
'name' => 'H²O',
'internal_name' => 'H2O',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 2,
'ui_language' => 'English',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A game about creating big chain reactions. Complete with online highscore',
2018-01-03 22:08:56 +01:00
'add_date' => '2009-01-24',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'HexSolver',
2018-01-04 01:11:41 +01:00
'internal_name' => 'HexSolver',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 5,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'An automatic parser and solver for Hexcells, Hexcells Plus and Hexcells Infinite.',
'add_date' => '2015-05-06',
2018-01-26 21:49:09 +01:00
'license' => 'MIT',
2018-01-03 22:08:56 +01:00
'urls' =>
[
'github' => 'https://github.com/Mikescher/HexSolver',
2018-01-04 01:11:41 +01:00
'download' => 'https://github.com/Mikescher/HexSolver/releases',
2018-01-03 22:08:56 +01:00
],
2018-02-09 22:59:02 +01:00
'extra_images' =>
[
'HexSolver_01.webm', 'HexSolver_02.png', 'HexSolver_03.png',
'HexSolver_04.png', 'HexSolver_05.png', 'HexSolver_06.png',
'HexSolver_07.png', 'HexSolver_08.png', 'HexSolver_09.png',
'HexSolver_10.png', 'HexSolver_11.png'
],
2018-01-03 22:08:56 +01:00
],
[
'name' => 'Infinity Tournament',
2018-01-20 03:05:15 +01:00
'internal_name' => 'InfinityTournament',
'internal_name_alt' => 'Infinity Tournament',
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'A never ending Tower Defense where you fight against your own score.',
'add_date' => '2012-04-14',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'jCircuits',
2018-01-04 01:11:41 +01:00
'internal_name' => 'jCircuits',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Simulation',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'A fully featured logical circuit simulator with many prebuild components',
'add_date' => '2011-12-16',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-02-03 16:50:58 +01:00
'sourceforge' => 'https://sourceforge.net/projects/jcircuits/',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'jClipCorn',
2018-01-04 01:11:41 +01:00
'internal_name' => 'jClipCorn',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 4,
'ui_language' => 'English|German',
'prog_language' => 'Java',
'short_description' => 'Organize your movies and series on an external hard drive.',
'add_date' => '2012-10-28',
2018-01-26 21:49:09 +01:00
'license' => 'GPL-3.0',
2018-01-03 22:08:56 +01:00
'urls' =>
[
'download' => 'https://github.com/Mikescher/jClipCorn/releases',
'github' => 'https://github.com/Mikescher/jClipCorn/',
'wiki' => 'https://github.com/Mikescher/jClipCorn/wiki',
2018-02-08 20:48:34 +01:00
'changelog' => 'https://raw.githubusercontent.com/Mikescher/jClipCorn/master/CHANGELOG.txt',
2018-01-03 22:08:56 +01:00
],
2018-02-09 22:59:02 +01:00
'extra_images' =>
[
'jClipCorn_01.png','jClipCorn_02.png',
'jClipCorn_03.png','jClipCorn_04.png',
'jClipCorn_05.png','jClipCorn_06.png',
'jClipCorn_07.png','jClipCorn_08.png'
],
2018-01-03 22:08:56 +01:00
],
[
'name' => 'jQCCounter',
2018-01-04 01:11:41 +01:00
'internal_name' => 'jQCCounter',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'Java',
2018-01-20 03:05:15 +01:00
'short_description' => 'A little tool to find the "line of codes" of multiple projects',
2018-01-03 22:08:56 +01:00
'add_date' => '2014-04-27',
2018-01-26 21:49:09 +01:00
'license' => 'Unlicense',
2018-01-03 22:08:56 +01:00
'urls' =>
[
'github' => 'https://github.com/Mikescher/jQCCounter',
2018-01-04 01:11:41 +01:00
'download' => 'https://github.com/Mikescher/jQCCounter/releases',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Keygen Dancer',
2018-01-20 03:05:15 +01:00
'internal_name' => 'KeygenDancer',
'internal_name_alt' => 'Keygen Dancer',
2018-01-03 22:08:56 +01:00
'category' => 'Gadget',
'stars' => 2,
'ui_language' => 'English',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'Plays 40 different keygen themes and shows a little keygen dance animation.',
2018-01-03 22:08:56 +01:00
'add_date' => '2010-03-16',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'LightShow',
2018-01-04 01:11:41 +01:00
'internal_name' => 'LightShow',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Hoax',
'stars' => 0,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-20 03:05:15 +01:00
'short_description' => 'Turn you keyboard LED\'s into a little lightshow',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-10-12',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Logistixx',
2018-01-04 01:11:41 +01:00
'internal_name' => 'Logistixx',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Mathematics',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A proof-of-concept maze game. The trick to win is ... not obvious',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-12-20',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'NedSchend',
2018-01-04 01:11:41 +01:00
'internal_name' => 'NedSchend',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Hoax',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'Send anonymous messages over the Windows Messenger service to other pc\'s in your LAN.',
2018-01-03 22:08:56 +01:00
'add_date' => '2009-02-11',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Passpad',
2018-01-04 01:11:41 +01:00
'internal_name' => 'Passpad',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'A texteditor for encrypted textfiles (AES, Twofish, Blowfish, ...)',
'add_date' => '2015-11-26',
2018-01-26 21:49:09 +01:00
'license' => 'GPL-3.0',
2018-01-03 22:08:56 +01:00
'urls' =>
[
'download' => 'https://github.com/Mikescher/Passpad/releases',
'github' => 'https://github.com/Mikescher/Passpad',
],
],
[
'name' => 'Serpilicum',
2018-01-04 01:11:41 +01:00
'internal_name' => 'Serpilicum',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C++',
2018-01-26 22:36:53 +01:00
'short_description' => 'A small "console style" snake a friend and I made for a college course',
2018-01-03 22:08:56 +01:00
'add_date' => '2013-07-08',
2018-01-26 21:49:09 +01:00
'license' => 'Unlicense',
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'https://github.com/Mikescher/Serpilicum/releases',
2018-01-03 22:08:56 +01:00
'github' => 'https://github.com/Mikescher/Serpilicum',
],
],
[
'name' => 'SharkSim',
2018-01-04 01:11:41 +01:00
'internal_name' => 'SharkSim',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Simulation',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C++',
'short_description' => 'A simple implementation of the Wa-Tor cellular automaton',
'add_date' => '2013-07-12',
2018-01-26 21:49:09 +01:00
'license' => 'Unlicense',
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'github' => 'https://github.com/Mikescher/SharkSim',
'download' => 'https://github.com/Mikescher/SharkSim/releases',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Sieb des Eratosthenes',
2018-01-20 03:05:15 +01:00
'internal_name' => 'Sieb_des_Eratosthenes',
'internal_name_alt' => 'Sieb des Eratosthenes',
2018-01-03 22:08:56 +01:00
'category' => 'Mathematics',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'Visualization of the "Sieve Of Erastothenes" algorithm.',
2018-01-03 22:08:56 +01:00
'add_date' => '2009-01-22',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Smart Directory Lister',
2018-01-20 03:05:15 +01:00
'internal_name' => 'SDL',
'internal_name_alt' => 'Smart Directory Lister',
2018-01-03 22:08:56 +01:00
'category' => 'Tool',
'stars' => 2,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'Lists all files in a folder that match a specific pattern and exports them in plaintext.',
2018-01-03 22:08:56 +01:00
'add_date' => '2010-01-12',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'SuperBitBros',
2018-01-04 01:11:41 +01:00
'internal_name' => 'SuperBitBros',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'A clone of all original SuperMarioBros (NES) levels, with a few tweaks.',
'add_date' => '2013-10-17',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'https://github.com/Mikescher/SuperBitBros/releases',
2018-01-03 22:08:56 +01:00
'github' => 'https://github.com/Mikescher/SuperBitBros',
],
],
[
'name' => 'TicTacToe',
2018-01-04 01:11:41 +01:00
'internal_name' => 'TicTacToe',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Game',
'stars' => 1,
'ui_language' => 'English',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A simple Tic-Tac-Toe, complete with KI and Sourcecode.',
2018-01-03 22:08:56 +01:00
'add_date' => '2011-01-19',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
],
[
'name' => 'Ziegenproblem',
2018-01-04 01:11:41 +01:00
'internal_name' => 'Ziegenproblem',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-03 22:08:56 +01:00
'category' => 'Mathematics',
'stars' => 0,
'ui_language' => 'German',
'prog_language' => 'Delphi',
2018-01-26 22:36:53 +01:00
'short_description' => 'A simulation of the Monty Hall problem.',
2018-01-03 22:08:56 +01:00
'add_date' => '2008-04-10',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-03 22:08:56 +01:00
'urls' =>
[
2018-01-27 14:21:34 +01:00
'download' => 'direct',
2018-01-03 22:08:56 +01:00
],
2018-01-04 01:11:41 +01:00
],
[
'name' => 'Quick HiddenFolder Toggle',
'internal_name' => 'QuickHiddenFolderToggle',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-04 01:11:41 +01:00
'category' => 'Tool',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'Quickly toggle the explorer option "Show hidden files/folders" via the taskbar',
'add_date' => '2016-01-03',
2018-01-26 21:49:09 +01:00
'license' => 'Unlicense',
2018-01-04 01:11:41 +01:00
'urls' =>
[
'download' => 'https://github.com/Mikescher/QuickHiddenFolderToggle/releases',
'github' => 'https://github.com/Mikescher/QuickHiddenFolderToggle',
],
2018-01-03 22:08:56 +01:00
],
2018-01-04 01:38:31 +01:00
[
'name' => 'Cannon Conquest',
'internal_name' => 'CannonConquest',
2018-01-26 21:49:09 +01:00
'internal_name_alt' => 'GridDominance',
2018-01-04 01:38:31 +01:00
'category' => 'Game',
'stars' => 5,
'ui_language' => 'English|German|French|Italian|Spanish',
'prog_language' => 'C#',
'short_description' => 'A 2D tactical puzzler, free with over 100 levels. Made with Xamarin for android/iPhone/WinPhone',
'add_date' => '2017-09-01',
2018-01-26 21:49:09 +01:00
'license' => null,
2018-01-04 01:38:31 +01:00
'urls' =>
[
'playstore' => 'https://play.google.com/store/apps/details?id=com.blackforestbytes.griddominance.iab',
'amazonappstore' => 'https://www.amazon.com/gp/product/B075QMHZV7',
'windowsstore' => 'https://www.microsoft.com/de-de/store/p/cannon-conquest/9nx24pbs19rp?rtc=1',
'itunesstore' => 'https://itunes.apple.com/us/app/cannon-conquest/id1303565192',
'github' => 'https://github.com/Mikescher/GridDominance',
2018-06-16 14:44:08 +02:00
'homepage' => 'https://www.cannonconquest.net/',
2018-07-23 21:16:57 +02:00
'changelog' => 'https://github.com/Mikescher/GridDominance/tree/master/Data/online/changelogs'
2018-01-04 01:38:31 +01:00
],
2018-02-09 22:59:02 +01:00
'extra_images' =>
[
'CannonConquest_01.webm', 'CannonConquest_02.png', 'CannonConquest_03.png', 'CannonConquest_04.png',
'CannonConquest_05.png', 'CannonConquest_06.png', 'CannonConquest_07.png', 'CannonConquest_08.png',
'CannonConquest_09.png', 'CannonConquest_10.png', 'CannonConquest_11.png', 'CannonConquest_12.png'
],
2018-01-04 01:38:31 +01:00
],
2018-01-04 01:50:36 +01:00
[
'name' => 'AlephNote',
'internal_name' => 'AlephNote',
2018-01-20 03:05:15 +01:00
'internal_name_alt' => null,
2018-01-04 01:50:36 +01:00
'category' => 'Tool',
'stars' => 5,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'Lightweight note taking client for Simplenote/Standard-Notes/Nextcloud/Local',
'add_date' => '2017-02-26',
2018-01-26 22:36:53 +01:00
'license' => null,
2018-01-04 01:50:36 +01:00
'urls' =>
[
2018-01-20 14:41:21 +01:00
'download' => 'https://github.com/Mikescher/AlephNote/releases',
'github' => 'https://github.com/Mikescher/AlephNote/',
'homepage' => 'https://mikescher.github.io/AlephNote/',
'alternativeto' => 'https://alternativeto.net/software/alephnote/',
2018-01-04 01:50:36 +01:00
],
2018-02-09 22:59:02 +01:00
'extra_images' =>
[
'AlephNote_01.png', 'AlephNote_02.png', 'AlephNote_03.png',
'AlephNote_04.png', 'AlephNote_05.png', 'AlephNote_06.png'
],
2018-01-04 01:50:36 +01:00
],
2018-11-18 14:32:00 +01:00
[
'name' => 'SimpleCloudNotifier',
'internal_name' => 'SCN',
'internal_name_alt' => null,
'category' => 'Tool',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST request.',
'add_date' => '2018-11-19',
'license' => null,
'urls' =>
[
'playstore' => 'https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier',
2018-11-18 17:12:27 +01:00
'github' => 'https://github.com/Mikescher/SimpleCloudNotifier/',
2018-11-18 14:32:00 +01:00
'homepage' => 'https://simplecloudnotifier.blackforestbytes.com/',
],
'extra_images' =>
[
'SCN_01.png',
'SCN_02.png',
'SCN_03.png',
],
],
2018-01-03 22:08:56 +01:00
];