2017-11-08 17:39:50 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return
|
|
|
|
[
|
|
|
|
'name' => 'jQCCounter',
|
|
|
|
'category' => 'Tool',
|
|
|
|
'stars' => 3,
|
|
|
|
'ui_language' => 'English',
|
|
|
|
'prog_language' => 'Java',
|
|
|
|
'short_description' => 'A little tool to find the \"line of codes\" of multiple projects',
|
|
|
|
'add_date' => '2014-04-27',
|
|
|
|
'urls' =>
|
|
|
|
[
|
|
|
|
'github' => 'https://github.com/Mikescher/jQCCounter',
|
|
|
|
],
|
|
|
|
'long_description' => function(){ return file_get_contents(__DIR__ . '/jQCCounter_description.md'); },
|
2017-11-09 17:43:34 +01:00
|
|
|
'thumbnail_url' => 'jQCCounter.png',
|
2017-11-08 17:39:50 +01:00
|
|
|
];
|