Skip to content

Instantly share code, notes, and snippets.

View uxiun's full-sized avatar

uxiun uxiun

  • 13:25 (UTC +09:00)
View GitHub Profile
@uxiun
uxiun / Programming_Languages_Extensions.json
Created May 5, 2024 09:25 — forked from ppisarczyk/Programming_Languages_Extensions.json
Programming Languages and their File Extensions
[
{
"name":"ABAP",
"type":"programming",
"extensions":[
".abap"
]
},
{
"name":"AGS Script",
@uxiun
uxiun / bbs.rb
Created October 16, 2023 08:48
wwws/cgi-bin/wp/
#!/usr/bin/ruby
# encoding: utf-8
require "cgi"
cgi = CGI.new
print cgi.header("text/html; charset=utf-8")
messages = "messages..."
# f = open("bbsdata.txt", "r:UTF-8")
# messages = CGI.escapeHTML(f.read)
# f.close
@uxiun
uxiun / hangulSpell.ahk
Last active September 15, 2023 23:48
pseudo IME of easyspell-hangul using AutoHotKey ver2
isHangulMode := false
;hangulSpellChars := "wersdfzxcuiojlkmnv"
isNVswapped := true ; please change to false
baseMappingToKey := [
[".", "v"],
[",", "n"],
["n", ","],
["v", "."],
]
@uxiun
uxiun / text-rewriter_src.json
Last active April 28, 2024 07:47
my source for Text Rewriter Extension
[{"from": "アファーマティブ・アクション", "ic": false, "mw": false, "sc": false, "to": "平权行动"},
{"from": "アファーマティブアクション", "ic": false, "mw": false, "sc": false, "to": "平权行动"},
{"from": "アンティグア・バーブーダ", "ic": false, "mw": false, "sc": false, "to": "安灞勒国"},
{"from": "エチニルエストラジオール", "ic": false, "mw": false, "sc": false, "to": "乙炔雌二醇"},
{"from": "ピクチャーインピクチャー", "ic": false, "mw": false, "sc": false, "to": "画中画"},
{"from": "ボスニア・ヘルツェゴビナ", "ic": false, "mw": false, "sc": false, "to": "伯盉亚国"},
{"from": "アンティグアバーブーダ", "ic": false, "mw": false, "sc": false, "to": "安灞勒国"},
{"from": "インフォグラフィックス", "ic": false, "mw": false, "sc": false, "to": "信息图"},
{"from": "インフラストラクチャー", "ic": false, "mw": false, "sc": false, "to": "礎設"},
{"from": "カラーコンタクトレンズ", "ic": false, "mw": false, "sc": false, "to": "彩嵌眼鏡"},