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

20 lines
580 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'Beepster',
'category' => 'Hoax',
'stars' => 0,
'ui_language' => 'English',
'prog_language' => 'Delphi',
'short_description' => 'Annoy your teachers/freinds with a very high pitched sound, even without external" +
" speakers.',
'add_date' => '2008-06-04',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Beepster_description.md'); },
'thumbnail_url' => '/images/program_thumbnails/Beepster.png',
];