Sometimes I forget this shit... So easy to hold onto it instead of constantly googling.
git init
git add -A
git commit -m ""
git remote add origin [email protected]:jerdog/my-new-project.git
Sometimes I forget this shit... So easy to hold onto it instead of constantly googling.
git init
git add -A
git commit -m ""
git remote add origin [email protected]:jerdog/my-new-project.git
# CircleCI NodeJS Starter Config | |
version: 2.1 | |
jobs: | |
test: | |
docker: | |
- image: cimg/node:lts | |
steps: | |
- checkout | |
- run: | |
name: Install dependencies |
# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml' | |
version: 2.1 | |
orbs: | |
node: circleci/[email protected] | |
jobs: | |
deploy: | |
docker: | |
- image: cimg/node:16.6.0 |
""" | |
Connect to Orbit API using this module | |
""" | |
from invoke import task | |
from product_el.data_utils import utils # type: ignore | |
from product_el.snowflake import snow_connect # type: ignore | |
config = utils.load_config() |
/* | |
* Small script to convert json data to csv | |
*/ | |
var fs = require('fs'); | |
var os = require('os'); | |
//name of files | |
var dataFile = 'data.json'; | |
var outputFile = 'output.csv'; |
// must replace: | |
// {YOUR-ACCESS-TOKEN} with your GitHub API access token | |
// {YOUR-ORG-NAME} with the GitHub organization to query | |
// Courtesy of @kukicado | |
// Running via Webtask.io | |
let express = require('express'); | |
let Webtask = require('webtask-tools'); | |
let axios = require('axios'); |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:17a6238d40012462275a1bbdac51d19efc46d62d] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:17a6238d40012462275a1bbdac51d19efc46d62d] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:17a6238d40012462275a1bbdac51d19efc46d62d] |