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:
# 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 | |
+ | |
+ |
#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); |
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); | |
^~~~~~~~~~ |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import fileinput | |
print('{"codepoints":[') | |
print(",".join(map(lambda x: str(ord(x)), fileinput.input().next().decode('utf-8')))) | |
print("]}") |
#!/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 |