Most basic example of authenticating with Github in node.
Clone this gist, change keys inside config.js and then hit npm install && node app.js.
| Ionic and ngCordova upload example |
| function CSVImportGetHeaders() | |
| { | |
| // Get our CSV file from upload | |
| var file = document.getElementById('CSVUpload').files[0] | |
| // Instantiate a new FileReader | |
| var reader = new FileReader(); | |
| // Read our file to an ArrayBuffer | |
| reader.readAsArrayBuffer(file); |
| <?php | |
| /** | |
| * File: SimpleImage.php | |
| * Author: Simon Jarvis | |
| * Modified by: Miguel Fermín | |
| * Based in: http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php | |
| * | |
| * This program is free software; you can redistribute it and/or | |
| * modify it under the terms of the GNU General Public License | |
| * as published by the Free Software Foundation; either version 2 |