1
0
www.mikescher.com/www/statics/programs/Sieb des Eratosthenes.php

19 lines
578 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'Sieb des Eratosthenes',
'category' => 'Mathematics',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
'short_description' => 'Visualize the prime number calculation with the Sieve of Erastothenes algorithm.',
'add_date' => '2009-01-22',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Sieb des Eratosthenes_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'Sieb des Eratosthenes.png',
2017-11-08 17:39:50 +01:00
];