Skip to content

Instantly share code, notes, and snippets.

View Cybourgeoisie's full-sized avatar
💭
★ Δ

Ben Cybourgeoisie

💭
★ Δ
View GitHub Profile
@Cybourgeoisie
Cybourgeoisie / npm_link.md
Last active June 5, 2023 15:49
NPM Link local package to another repository
/**
* Render CyberBrokers
* Using the on-chain Broker renderer
**/
// Change these variables as you see fit
const WEB3_PROVIDER_URL = "http://0.0.0.0:8545";
const TOKEN_ID = 0;
const SVG_SAVE_FILE_NAME = `${__dirname}/CyberBroker_${TOKEN_ID}.svg`;
@Cybourgeoisie
Cybourgeoisie / programmer-efficiency-tips.md
Last active February 29, 2020 14:36
A list of programmer efficiency tips and tricks

Programmer Efficiency Tips

SSH

Shortcut ssh calls with ~/.ssh/config

Create and use an ~/.ssh/config file to store access info for all commonly-accessed servers.

Usage:

@Cybourgeoisie
Cybourgeoisie / getTweetReplies.js
Created September 9, 2019 12:40
A simple script to paginate through all the direct replies to a tweet, uses "twurl" CLI tool
var fs = require('fs');
var exec = require('child_process').exec;
/**
::NOTICE::
Requires `twurl` to be installed -> https://github.com/twitter/twurl
::Custom Parameters::
filename
name of the file to write to, defaults to replies_output.txt

Keybase proof

I hereby claim:

  • I am cybourgeoisie on github.
  • I am cybourgeoisie (https://keybase.io/cybourgeoisie) on keybase.
  • I have a public key ASDLHX8xWugVOY9qsEFK368NReHGE2XhKNaiqRAi07Xldgo

To claim this, I am signing this object:

@Cybourgeoisie
Cybourgeoisie / about.md
Last active September 26, 2015 17:47 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer