Skip to content

Instantly share code, notes, and snippets.

View russom-woldezghi's full-sized avatar

Russom Woldezghi russom-woldezghi

View GitHub Profile
find . -name _notes -type d -exec rm -rf {} \;
<?php
/*
* Converts CSV to JSON
* Example uses Google Spreadsheet CSV feed
* csvToArray function I think I found on php.net
*/
header('Content-type: application/json');
// Set your CSV feed