29 lines
		
	
	
		
			838 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			838 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/',
 | |
| 		],
 | |
| 
 | |
| 		[
 | |
| 			'id'          => 'aoc2019',
 | |
| 			'title'       => 'Advent of Code 2019 (GitHub Pages)',
 | |
| 			'date'        => '2019-12-25',
 | |
| 			'repository'  => 'https://github.com/Mikescher/AdventOfCode2019',
 | |
| 			'url'         => 'https://mikescher.github.io/AdventOfCode2019/',
 | |
| 		],
 | |
| 	];
 |