Skip to content

Instantly share code, notes, and snippets.

View 0-vortex's full-sized avatar
:shipit:
looking out for #0

TED Vortex (Teodor-Eugen Duțulescu) 0-vortex

:shipit:
looking out for #0
View GitHub Profile
@0-vortex
0-vortex / onegraph.md
Last active June 5, 2021 04:11
Open Sauced Experiments

Fragments

fragment contributionFieldsUser on GitHubActor {
  login
  url
  avatarUrl
}
@0-vortex
0-vortex / README.md
Last active May 13, 2021 04:57
A high-performance blog template for 11ty - plus NetlifyCMS deployed on GitHub Pages behind Cloudlare CDN

eleventy-high-performance-blog-plus

A high-performance blog template for 11ty - plus NetlifyCMS deployed on GitHub Pages behind Cloudlare CDN

This is a GIST containing the static files for https://avortex.name - it being a demo implementation domain

@0-vortex
0-vortex / eth.md
Last active May 13, 2021 04:56
ERC20 Token Investment
@0-vortex
0-vortex / crypto.md
Created January 5, 2018 06:50
Investment 2018

Investment 2018

Numbers in brackets define entry units.

Glossary:

  1. LT: Long Term
  2. ST: Short Term
  3. U: Unit
  4. E: Exit
@0-vortex
0-vortex / dotfiles.md
Last active May 13, 2021 04:53
dotfiles with good description, install steps and graph image

This is a GIST containing the static files for https://vortex.name like the profile picture or Digital Garage Certification, various logos, etc.

@0-vortex
0-vortex / __build-zidane.sh
Last active December 2, 2020 00:42
Zidane build setup
export GPLAYTOKEN=ya29.Glv9A4RShR1MZQtx3xnz-0K3supdu_UAT6sWrM9RMvBaY-s9xaUA80OQIHrvDelCHWij9OxYV8aHQ8k5xfCQ1Y24HWy2Zs56PqkmYjjPhYh6psvecNynAhITHzOH
export VIPS_WARNING=0
node node_modules/google-spreadsheet-to-json/gsjson 1OpTTL4486teEBAJUmkEX9lJ-37gPkFEgAElZF8zrhDQ \
-t $GPLAYTOKEN build/_cards.json -w 0
node node_modules/google-spreadsheet-to-json/gsjson 1OpTTL4486teEBAJUmkEX9lJ-37gPkFEgAElZF8zrhDQ \
-t $GPLAYTOKEN build/_jobs.json -w 2
node node_modules/google-spreadsheet-to-json/gsjson 1OpTTL4486teEBAJUmkEX9lJ-37gPkFEgAElZF8zrhDQ \
@0-vortex
0-vortex / keybase.md
Created July 14, 2019 01:20 — forked from webframp/keybase.md
Signing git commits on github using keybase.io gpg key

Probably one of the easiest things you'll ever do with gpg

Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH

First get the public key

keybase pgp export | gpg --import

Next get the private key