Skip to content

Instantly share code, notes, and snippets.

View billglover's full-sized avatar
🎶
tap tap tapping tanzu tapping

Bill Glover billglover

🎶
tap tap tapping tanzu tapping
View GitHub Profile
@underscoreHao
underscoreHao / rsh-pleco-flash-cards-fixed
Last active June 12, 2023 16:37
This is a Pleco flash card list containing every character in both tomes of Remembering Simplified Hanzi by James Heisig and Timothy W. Richardson
// Remembering Simplified Hanzi/RSH1_01
一[一] yi1 [1] one
二[二] er4 [2] two
三[三] san1 [3] three
四[四] si4 [4] four
五[五] wu3 [5] five
六[六] liu4 [6] six
七[七] qi1 [7] seven
八[八] ba1 [8] eight
九[九] jiu3 [9] nine

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@marhan
marhan / install_hypriot_docker.sh
Created May 20, 2016 18:14
Installs the Hypriot Docker binaries on Raspbian Jessie.
#!/bin/bash
# Install Hypriot Docker
apt-get install -y debian-archive-keyring
curl -L "https://packagecloud.io/Hypriot/Schatzkiste/gpgkey" 2> /dev/null | apt-key add -
curl -sSf "https://packagecloud.io/install/repositories/Hypriot/Schatzkiste/config_file.list?os=raspbian&dist=jessie&source=script" > "/etc/apt/sources.list.d/Hypriot_Schatzkiste.list"
apt-get update && apt-get install -y docker-hypriot