Skip to content

Instantly share code, notes, and snippets.

View medicalwei's full-sized avatar

Yao Wei medicalwei

View GitHub Profile
#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);
# Rime schema
# encoding: utf-8
schema:
schema_id: bopomofo_foolproof
name: 注音完整輸入
version: "1.0"
author:
- 佛振 <chen.sst@gmail.com>
- 魏藥 <mwei@lxde.org>
@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 {奧鳥}
@medicalwei
medicalwei / sobel.c
Created February 20, 2011 14:41 — forked from anonymous/CODE
// ImageReadingDoc.cpp : implementation of the CImageReadingDoc class
//
#include "stdafx.h"
#include "ImageReading.h"
#include "ImageReadingDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW