21 lines
567 B
PHP
21 lines
567 B
PHP
<?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/',
|
|
],
|
|
];
|