Skip to content

Instantly share code, notes, and snippets.

View tani's full-sized avatar
:octocat:
LISP interpreter

TANIGUCHI Masaya tani

:octocat:
LISP interpreter
View GitHub Profile
@tani
tani / skk.py
Created January 1, 2019 06:21 — forked from yunazuno/skk.py
Python port of libskk/tools/tool.vala (prototype)
#!/usr/bin/python
# -*- coding: utf-8 -*-
from gi.repository import Skk
import sys
Skk.init()
dictionaries = []
dictionary = Skk.FileDict.new("/usr/share/skk/SKK-JISYO.L", "EUC-JP")
dictionaries.append(dictionary)
@tani
tani / gpl.md
Last active January 17, 2018 08:29 — forked from ilg-ul/license-gpl-c-header.txt
C header with GPL license text.

GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.