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
//@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/asm256/9bfb88336a1433e2328a/raw/bootstrap.ps1'))" | |
/* | |
コンソールの文字化けを直すUnityInjectorプラグイン | |
必要なもの | |
.net Framework 3.5 | |
ビルド方法 | |
CM3D2_KAIZOU\UnityInjector\ 内に保存して | |
C:\Windows\Microsoft.NET\Framework\v3.5\csc /t:library /lib:..\CM3D2x64_Data\Managed /r:UnityEngine.dll /r:UnityInjector.dll /unsafe CM3D2.ConsoleCodePage.Plugin.cs | |
でビルド | |
*/ |
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
% TEXT, 90JIS | |
hminl-h H !KozMinPr6N-Regular | |
hminl-v V !KozMinPr6N-Regular | |
hminr-h H !KozMinPr6N-Regular | |
hminr-v V !KozMinPr6N-Regular | |
hminb-h H !KozMinPr6N-Regular,Bold | |
hminb-v V !KozMinPr6N-Regular,Bold | |
hgothr-h H !KozGoPr6N-Medium | |
hgothr-v V !KozGoPr6N-Medium |
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
// ==UserScript== | |
// @name NarouScavenger | |
// @namespace @asm__ | |
// @description 削除された小説の情報を探す | |
// @include http://yomou.syosetu.com/rireki/list/ | |
// @include http://noc.syosetu.com/rireki/list/ | |
// @include http://mnlt.syosetu.com/rireki/list/ | |
// @version 1.02 | |
// @grant none | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js |
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
#include "stdafx.h" | |
#include "..\commonLib\PEHeader.h" | |
#include "..\JG2toys\jg2.h" | |
extern "C" | |
__declspec(dllexport) bool CheckVersion(const BYTE hash[16], LPCWSTR inipath) | |
{ | |
return memcmp(v12md5, hash, 16) == 0; | |
} | |
void __stdcall jizou(LPDWORD mode){ |
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
struct HANDLE_deleter | |
{ | |
typedef HANDLE pointer; | |
void operator () (HANDLE handle) | |
{ | |
CloseHandle(handle); | |
} | |
}; |
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
diff --git a/chaika/chrome/content/chaika/post/quote_paste.js b/chaika/chrome/content/chaika/post/quote_paste.js | |
new file mode 100644 | |
index 0000000..3d83a96 | |
--- /dev/null | |
+++ b/chaika/chrome/content/chaika/post/quote_paste.js | |
@@ -0,0 +1,13 @@ | |
+//コレ参照してるコードが他にないような気がする | |
+Components.utils.import("resource://chaika-modules/ChaikaClipboard.js"); | |
+ | |
+function quotation_paste_txt(){ |
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
#1小節 = 4beat | |
#160bpm -> 40小節/min | |
# 60*4 / 160 で1小節あたりの秒数がとれる | |
# = 1.5s | |
#1beat = 0.375s | |
require 'csv' | |
require 'rational' | |
#ここ適宜書き換え | |
#魔法のヒカリは160bpm |
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
//@original https://github.com/scriptish/scriptish/blob/master/extension/modules/api/sandboxScripts.js | |
// を元にchrome上で動く用に改変 | |
//@howto https://github.com/scriptish/scriptish/wiki/GM_xpath | |
//require https://gist.github.com/54a5327db50607678b62.txt | |
//頭に@つけてuser.jsに書くと楽 | |
if(typeof(GM_xpath) != "function"){ | |
function GM_xpath(details) { | |
var contextNode, contextDocument, paths, resolver, namespace, result,path; | |
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
// ==UserScript== | |
// @id narou_reader | |
// @name なろうをキーボードで読みたい | |
// @version 1.2 | |
// @updateURL https://gist.githubusercontent.com/asm256/747a08b74b55887634bb/raw/narou_shortcut.user.js | |
// @downloadURL https://gist.githubusercontent.com/asm256/747a08b74b55887634bb/raw/narou_shortcut.user.js | |
// @author asm__ | |
// @description nを押すと次のページへ移動します Scriptish/Greasemonkey兼用…のつもり | |
// @include https://novel18.syosetu.com/n* | |
// @include https://ncode.syosetu.com/n* |
NewerOlder