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

21 lines
567 B
PHP
Raw Normal View History

2018-05-13 15:46:13 +02:00
<?php
return
[
[
'id' => 'easing-cookbook',
'title' => 'Easing Cookbook',
'date' => '2017-05-13',
'repository' => 'https://github.com/Mikescher/EasingCookbook',
'url' => 'https://mikescher.github.io/EasingCookbook/',
],
[
'id' => 'befunrep',
'title' => 'BefunRep online interface',
'date' => '2016-09-23',
'repository' => 'https://github.com/Mikescher/Befunge_Number_Representations',
'url' => 'https://mikescher.github.io/Befunge_Number_Representations/',
],
];