Skip to content

Instantly share code, notes, and snippets.

View medicalwei's full-sized avatar

Yao Wei medicalwei

View GitHub Profile
@medicalwei
medicalwei / gist:4648305
Last active December 11, 2015 19:28 — forked from audreyt/gist:4646732
combine kcwu's list
# no matching characters
8e5a {拚-厶+ㄊ}
8e65 {犬旁+屯}
8eb0 {云阝}
8ec8 {艸頭+契}
8ef7 {似彐}
8f57 {艸頭+舌}
8f6b {革貴}
8fd5 {奧鳥}
diff -r c42f218ebb99 apps/settings/settings.properties
--- a/apps/settings/settings.properties Sat May 04 22:56:29 2013 +0800
+++ b/apps/settings/settings.properties Tue May 28 00:43:44 2013 +0800
@@ -16,7 +16,10 @@
set=設定
notNow=現在不要
turnOn=開啟
-# Device
+
+
@medicalwei
medicalwei / sequencer.ino
Created August 5, 2013 01:39
Arduino Esplora Sequencer
#include <Esplora.h>
#include <TFT.h>
#include <SPI.h>
// these are the frequencies for the notes from middle C
// to one octave above middle C:
const int note[] = {
247,
262, // C
# Rime schema
# encoding: utf-8
schema:
schema_id: bopomofo_foolproof
name: 注音完整輸入
version: "1.0"
author:
- 佛振 <[email protected]>
- 魏藥 <[email protected]>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
int main(){
void *a, *b;
struct timespec start, end;
unsigned int i;
a = malloc(128);
@medicalwei
medicalwei / gist:bc8dd0649fff525c1c95
Created November 26, 2014 09:07
Error building m7g5yay5r5anrvc8ack4v2kq5v564rl7-gnutar-1.27.1
areadlinkat.c:44:53: error: use of undeclared identifier 'readlinkat'; did you mean 'areadlinkat'?
return careadlinkat (fd, filename, NULL, 0, NULL, readlinkat);
^~~~~~~~~~
areadlinkat
areadlinkat.c:42:1: note: 'areadlinkat' declared here
areadlinkat (int fd, char const *filename)
^
areadlinkat.c:44:53: warning: incompatible pointer types passing 'char *(int, const char *)' to parameter of type 'ssize_t (*)(int, const char *, char *, size_t)' [-Wincompatible-pointer-types]
return careadlinkat (fd, filename, NULL, 0, NULL, readlinkat);
^~~~~~~~~~

Keybase proof

I hereby claim:

  • I am medicalwei on github.
  • I am mwei (https://keybase.io/mwei) on keybase.
  • I have a public key whose fingerprint is FED5 4348 4528 7DF2 6293 1489 CFBB FCE0 B74F 1B14

To claim this, I am signing this object:

@medicalwei
medicalwei / genlist.py
Created July 4, 2015 07:43
Pebble Font Glyph List Generator
#!/usr/bin/python3
import fileinput
print('{"codepoints":[')
print(",".join(map(lambda x: str(ord(x)), fileinput.input().next().decode('utf-8'))))
print("]}")
@medicalwei
medicalwei / fontgen.py
Last active February 6, 2016 03:28
fontgen.py with faux bold and height adjustment code
#!/usr/bin/env python
import argparse
import freetype
import os
import re
import struct
import sys
import itertools
import json
2015-07-14 19:21:33 +0800
make
PREFIX=/usr/local/Cellar/mercurial/3.4
install-bin
python setup.py build
running build
running build_mo
warning: hgbuildmo: could not find msgfmt executable, no translations will be built