This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Script by https://github.com/ProGamerGov | |
# | |
# ChangeLog: | |
# - support safetensors, save float16 if needed, check filename 2023/06/22 by wkpark | |
# | |
import os | |
import sys | |
import copy | |
import torch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am wkpark aka @hackmod known as an open-source developer in South Korea, not a high-school guy known as a scam developer named airking. | |
https://twitter.com/hackyminer/status/1123647998594961408 | |
(photo) https://twitter.com/hackyminer/status/1085167751444873217 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Saenaru Javascript Hangul Input Method by wkpark at gmail.com | |
* 2013/03/25 | |
* License: GPLv2 | |
*/ | |
var Saenaru = function() {}; | |
Saenaru.prototype = { | |
_q: [], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var keyboard_table_3final = { | |
name: "3-final", | |
desc: "세벌식", | |
type: 3, | |
table: [ | |
0x11a9, /* exclam: jongseong ssangkiyeok */ | |
0x00b7, /* quotedbl: middle dot */ | |
0x11bd, /* numbersign: jognseong cieuc */ | |
0x11b5, /* dollar: jongseong rieul-phieuph */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Hanja to hangul converter by wkpark at gmail.com (2013/03/29) | |
* | |
* License: APL | |
*/ | |
/* based on http://jinsuk.pe.kr unicode data (public domain) */ | |
var jinsuk = | |
"구첨칠마과오은굴둘절살톨이졸글올놀돌졸갈골율혈놀쌀둘올울구굴길길" + | |
"율유뜰골구설걸제서형천흉류름양용신진대올반유사마흠흘중내승풍원격" + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Author: Won-Kyu Park wkpark at gmail.com (2013/02/07) | |
// | |
// License: GPL | |
// | |
// See also http://www.nogginbox.co.uk/blog/canvas-and-multi-touch | |
// by Richard Garside - www.nogginbox.co.uk (2010) | |
// | |
// ShortStrawJS corner test added (2013/02/20) | |
// http://www.lab4games.net/zz85/blog/2010/01/21/geeknotes-shortstrawjs-fast-and-simple-corner-detection/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author : Ho-Seok Ee <[email protected]> | |
* Release: 2006/07/14 | |
* Update : 2011/01/22 | |
Copyright (C) Ho-Seok Ee <[email protected]>. All rights reserved. | |
This program is free software; you can redistribute it and/or | |
modify it under the terms of the GNU General Public License as | |
published by the Free Software Foundation; either version 2 of |