This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▶ master ✗ sudo "/Applications/Postgres.app/Contents/Versions/9.4/bin/psql" -Ufocker -ddev -p5445 | |
psql (9.4.11) | |
Type "help" for help. | |
dev=# create extension "pgcrypto"; | |
CREATE EXTENSION | |
sms_us_dev=# \q |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open -a Google\ Chrome --args --disable-web-security --user-data-dir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run create-react-app | |
# npm install --save graphiql | |
# edit App.js to look like this... | |
# enable CORS on your GraphQl API (http://0.0.0.0:4000 below) | |
import React, { Component } from 'react'; | |
import logo from './logo.svg'; | |
import './App.css'; | |
import '../node_modules/graphiql/graphiql.css'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▶ c2fo WM-292 ✗ node test-csv.js test.csv | |
test.csv | |
[ { header1: '1-1', header2: '1-2', header3: '1-3' }, | |
{ header1: '2-1', header2: '2-2', header3: '2-3' }, | |
{ header1: '3-1', header2: '3-2', header3: '3-3' } ] | |
▶ c2fo WM-292 ✗ node | |
> let val1 = false; | |
undefined | |
> t = require('./test-csv') | |
{ newTable: [Function: newTable] } |
OlderNewer