Skip to content

Instantly share code, notes, and snippets.

View haruue's full-sized avatar
✌️
Playing Vue.js

Haruue haruue

✌️
Playing Vue.js
View GitHub Profile
@haruue
haruue / ubd_kern.i
Created May 8, 2018 18:53
gcc 8.1.0 run out of memory
This file has been truncated, but you can view the full file.
# 1 "arch/um/drivers/ubd_kern.c"
# 1 "/tmp/linux-4.16//"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "././include/linux/kconfig.h" 1
# 1 "./include/generated/autoconf.h" 1
@haruue
haruue / markdown-test.md
Last active January 27, 2024 01:50
markdown sample for markdown parser

Markdown Test

title

atx title

Heading 1

Heading 2

Heading 3

@haruue
haruue / ibus.vim
Created December 2, 2017 03:36
ibus.vim
" ibus.vim 记住插入模式小企鹅输入法的状态
" Author: lilydjwg/vim-fcitx
" Maintainer: haruue
" ---------------------------------------------------------------------
" Load Once:
if (has("win32") || has("win95") || has("win64") || has("win16"))
" Windows 下不要载入
finish