db.export_without__id.insert({a:1})
db.export_without__id.insert({a:2})
db.export_without__id.insert({a:3, something_id: 'name'})
db.export_without__id.find().pretty()
{
"_id": ObjectId("606ee1c03557e533795e426f"),
db.export_without__id.insert({a:1})
db.export_without__id.insert({a:2})
db.export_without__id.insert({a:3, something_id: 'name'})
db.export_without__id.find().pretty()
{
"_id": ObjectId("606ee1c03557e533795e426f"),
// console.table for mongo shell - v1.0.2 | |
// https://gist.github.com/gianpaj/63e04baed150f30b8976c16b16a0010c | |
// originally from 447dc8b on 18 Apr 2015 | |
// https://github.com/chinchang/konsole.table/blob/447dc8be4bcb463865f0527ed6aef4da864d6558/index.js | |
var SEPARATOR = '│'; | |
/** | |
* Repeat provided string a given no. of times. |
# Extract used CSS from a page | |
# https://stackoverflow.com/a/55334749/728287 | |
# | |
# $ node extractCSS.js ~/Desktop/Coverage-20190325T110812.json | |
const fs = require('fs'); | |
let final_css_bytes = ''; | |
let total_bytes = 0; | |
let used_bytes = 0; |
source 'https://github.com/CocoaPods/Specs.git' | |
# Uncomment the next line to define a global platform for your project | |
platform :ios, '9.0' | |
target 'nov17' do | |
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks | |
# use_frameworks! | |
# Pods for nov17 | |
pod 'ExpoKit', |
/** | |
Instructions: | |
npm init | |
npm install cors express multer | |
node node-js-uploader-and-serve.js | |
OR |
Verifying my Blockstack ID is secured with the address 1JKi921Q7E6o3BqUgVbogjt6QEdLxadWqF https://explorer.blockstack.org/address/1JKi921Q7E6o3BqUgVbogjt6QEdLxadWqF |
diff -r /private/var/folders/nc/scs6t9xj61l7rtzhz8cl48480000gn/T/aj3Wga_package-lock.json ./package-lock.json | |
62c62 | |
< "tsickle": "0.21.6" | |
--- | |
> "tsickle": "https://registry.npmjs.org/tsickle/-/tsickle-0.21.6.tgz" | |
105,112d104 | |
< } | |
< }, | |
< "@angular/tsc-wrapped": { | |
< "version": "4.4.3", |
{ | |
"apps": [ | |
{ | |
"name": "my-app-1", | |
"script": "./server.data/index.js" | |
}, | |
{ | |
"name": "static-http", | |
"script": "npm", | |
"args": "start" |
Verifying that +gianpaj is my blockchain ID. https://onename.com/gianpaj |