Imagine a scenario where you've been developing locally with dummy data and at some point decided to move this data to a Firebase instance.
Assuming your JSON file contents looks like the following.
[
{
"name": "Zapallo Anco",| #!/bin/bash | |
| curl -v -F "arquivoXml=@/nota.xml" https://arvixe.webdanfe.com.br/danfe/GeraDanfe.php -o /nota.pdf |
| #!/bin/bash | |
| ffmpeg -i FILE.WAV -ab 192k FILE.mp3 |
| #! /env/node | |
| node -p "require('crypto').randomBytes(16).toString('hex')" |
| FlowRouter.route('/product/:id', { | |
| name: 'product', | |
| action(params) { | |
| let product = Products.findOne({_id: new Mongo.ObjectID(params.id)}); | |
| /** | |
| * Will return undefined after a browser refresh, although | |
| * sometimes it seems to work fine. However, if activated | |
| * by FlowRouter.go('product', {id: "a valid id string"}) | |
| * will return a collection document as expected |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Hacker Assessor</title> | |
| </head> | |
| <body> | |
| <h1>This is the Hacker Assessor landing page</h1> | |
| <h1><small>It features an awesome list of hackers.</small></h1> | |
| <ul> |
| W20150804-10:50:47.375(-3)? (STDERR) | |
| W20150804-10:50:47.376(-3)? (STDERR) /Users/n370/.meteor/packages/meteor-tool/.1.1.4.rpwbv7++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:278 | |
| W20150804-10:50:47.376(-3)? (STDERR) throw(ex); | |
| W20150804-10:50:47.376(-3)? (STDERR) ^ | |
| W20150804-10:50:47.402(-3)? (STDERR) Error: socket hang up | |
| W20150804-10:50:47.402(-3)? (STDERR) at Object.Future.wait (/Users/n370/.meteor/packages/meteor-tool/.1.1.4.rpwbv7++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:398:15) | |
| W20150804-10:50:47.402(-3)? (STDERR) at Object.call (packages/meteor/helpers.js:119:1) | |
| W20150804-10:50:47.402(-3)? (STDERR) at Object.HTTP.get (packages/http/httpcall_common.js:45:1) | |
| W20150804-10:50:47.402(-3)? (STDERR) at app/model/products.js:10:19 | |
| W20150804-10:50:47.402(-3)? (STDERR) at app/model/products.js:14:3 |
| angular.module('dashboard') | |
| /** | |
| * This directive creates the Settings Form. | |
| * @summary Usage: <printer-settings settings=[MultidimensionalArray]></printer-settings> | |
| */ | |
| .directive('printerSettings', function($filter, $timeout, RecursionHelper) { | |
| 'use strict'; | |
| return { | |
| scope: { |
| #! /bin/bash | |
| curl -H "Content-Type: application/json" -X POST -d '{"some":"json"}' https://my.endpoin.net/ | python -m json.tool |
| #! /bin/bash | |
| vim $(ls * | sort -rdn | head -n 1) |
Imagine a scenario where you've been developing locally with dummy data and at some point decided to move this data to a Firebase instance.
Assuming your JSON file contents looks like the following.
[
{
"name": "Zapallo Anco",