Download http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
Make the .bin file executable
$ chmod a+x AdobeAIRInstaller.bin
Run the .bin file by executing following
Download http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
Make the .bin file executable
$ chmod a+x AdobeAIRInstaller.bin
Run the .bin file by executing following
| <?php | |
| $mongodb = new Mongo("mongodb://username:password@localhost/database_name"); | |
| $database = $mongodb->database_name; | |
| $collection = $database->collection; | |
| $page = isset($_GET['page']) ? (int) $_GET['page'] : 1; | |
| $limit = 12; | |
| $skip = ($page - 1) * $limit; | |
| $next = ($page + 1); | |
| $prev = ($page - 1); |
| { | |
| "autocomplete": true, | |
| "autoimport": true, | |
| "enable_auto_align": false, | |
| "format_on_save": true, | |
| "ignore": "Parent", | |
| "indent_with_space": 4, | |
| "passes": | |
| [ | |
| "ReindentSwitchBlocks", |