Skip to content

Instantly share code, notes, and snippets.

View jake-walker's full-sized avatar

Jake Walker jake-walker

View GitHub Profile
@jake-walker
jake-walker / commands.sh
Created March 28, 2021 12:01
ST7735 Update
sudo python3 -m pip uninstall ST7735 Adafruit-GPIO
sudo python3 -m pip install st7735
@jake-walker
jake-walker / BTFL_cli_Meteor65_20210112_141122.txt
Created January 12, 2021 14:12
BetaFPV Meteor65 CLI Dump
#
# diff all
###WARNING: NO CUSTOM DEFAULTS FOUND###
# version
# Betaflight / STM32F411 (S411) 4.2.0 Jun 14 2020 / 03:04:43 (8f2d21460) MSP API: 1.43
###ERROR: diff: NO CONFIG FOUND###
# start the command batch
batch start
@jake-walker
jake-walker / BTFL_cli_TH_II Freestyle_20200715_172424.txt
Created August 22, 2020 11:03
EMAX Tiny Hawk II Freestyle CLI Dump
#
# diff all
###WARNING: NO CUSTOM DEFAULTS FOUND###
# version
# Betaflight / STM32F411 (S411) 4.1.0 Oct 16 2019 / 11:57:34 (c37a7c91a) MSP API: 1.42
# manufacturer_id: MTKS board_name: MATEKF411RX custom defaults: NO
# start the command batch
@jake-walker
jake-walker / secret-santa.html
Last active November 20, 2019 17:43
Secret Santa Card Generator
<!--
Secret Santa Card Generator by Jake Walker.
This is a quick and dirty web app for generating cards to be used for the
'Fool-Proof Secret Santa' video by Numberphile - https://www.youtube.com/watch?v=GhnCj7Fvqt0.
Save this HTML file to your computer and open in your favourite browser, then
follow the instructions on the page. This is designed to be printer friendly
so they do look a bit bland.
-->
@jake-walker
jake-walker / install.sh
Created November 14, 2019 21:00
Docker Install Script for Kali Linux
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' > /etc/apt/sources.list.d/docker.list
apt-get update
apt-get install docker-ce -y
systemctl start docker
systemctl enable docker
@jake-walker
jake-walker / 3box.txt
Created June 2, 2019 14:34
3Box Verification
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account!
✅ did:muport:QmTwAG9czY6cqvUZiabbstoiQSAuUNQEACAGX3rA6e85uf ✅
Create your profile today to start building social connection and trust online. https://3box.io/
// Import stuff
namespace Dice_Gambling
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
private Host GameHost;
@jake-walker
jake-walker / Dockerfile
Last active May 21, 2018 11:34
btc-rpc-explorer Docker
FROM node:8-alpine
RUN apk update && apk upgrade && apk add --no-cache git python alpine-sdk
WORKDIR /opt/
RUN git clone https://github.com/janoside/btc-rpc-explorer
WORKDIR /opt/btc-rpc-explorer
VOLUME ["/opt/btc-rpc-explorer"]
RUN npm install
EXPOSE 3002
ENTRYPOINT ["npm", "start"]
@jake-walker
jake-walker / Dockerfile
Created April 24, 2018 15:19
The Lounge Pre-release Dockerfile
FROM node:6
ENV NODE_ENV production
ENV THELOUNGE_HOME "/home/lounge/data"
VOLUME "${THELOUNGE_HOME}"
# Expose HTTP.
ENV PORT 9000
EXPOSE ${PORT}

Keybase proof

I hereby claim:

  • I am jake-walker on github.
  • I am jakew (https://keybase.io/jakew) on keybase.
  • I have a public key ASCdLDPXpEiKV7i7xfprT_lJKXXT-Vb01-fqTjq7N4oimQo

To claim this, I am signing this object: