$category_data) { $bins[$category] = array( "name" => $category_data["name"], "description" => $category_data["description"], "projects" => array() ); } foreach($data["projects"] as $project_name => $project_data) { $cat = $project_data["category"]; $project_data["name"] = $project_name; if(isset($bins[$cat])) { $bins[$cat]["projects"][] = $project_data; } } ?> Projects List

Projects List

This is a list of my projects. Active projects, abandoned projects, planned projects, everything. It may not yet be complete; changes will be made over time.

If you're looking for my personal homepage, this is where you want to be. Alternatively, you can donate.

Each project indicates whether contributions are welcome or not. This refers primarily to code contributions (eg. in the form of a pull request). Bug reports may be accepted, even if code contributions aren't. If contributions are not accepted for a project, that generally means it is either undergoing an architectural change, in the design stages, or simply unmaintained.

$bin): ?>