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
Environment: | |
* CentOS 7 | |
* Mono 2.10.8-8.el7 (EPEL 7 beta) | |
* CoreTweet nightly (master) | |
Output (stacktrace): | |
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> | |
Please, report this problem to the Mono team | |
ERROR building certificate chain: System.ArgumentException: certificate ---> System.Security.Cryptography.CryptographicException: Unsupported hash algorithm: 1.2.840.113549.1.1.11 | |
at Mono.Security.X509.X509Certificate.VerifySignature (System.Security.Cryptography.RSA rsa) [0x00000] in <filename unknown>:0 |
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
l "en-US" "English (English)" 0x0409, 0x0809, 0x0c09, 0x1009, 0x1409, 0x1809, 0x1c09, 0x2009, 0x2409, 0x2809, 0x2c09, 0x3009, 0x3409, 0x3809, 0x3c09, 0x4009, 0x4409, 0x4809 | |
v 1.0.17 | |
t MSG_001 "Other instance detected" | |
t MSG_002 "Another Rufus application is running.\n" | |
"Please close the first application before running another one." | |
t MSG_003 "WARNING: ALL DATA ON DEVICE '%s' WILL BE DESTROYED.\n" | |
"To continue with this operation, click OK. To quit click CANCEL." | |
t MSG_004 "Rufus update policy" | |
t MSG_005 "Do you want to allow Rufus to check for application updates online?" | |
t MSG_006 "Close" |
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
/* | |
int_range.hpp | |
Integral range generator (for C++11/14) | |
Copyright(C) 2015 Tsukasa OI. | |
Permission to use, copy, modify, and/or distribute this software for | |
any purpose with or without fee is hereby granted, provided that the |
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 Disable resume feature on Nicovideo HTML5 player | |
// @description ニコニコ動画プレイヤー (HTML5) のレジューム機能を無効化 | |
// @namespace http://a4lg.com/ | |
// @version 1.1 | |
// @include http://www.nicovideo.jp/watch/* | |
// @author a4lg | |
// @license CC0 | |
// @run-at document-start | |
// ==/UserScript== |
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
/* | |
tilejpeg : lossless JPEG tiling program for non-optimized images | |
tilejpeg.cpp | |
Tile JPEG Program | |
Copyright (C) 2016 Tsukasa OI <floss_tilejpeg@irq.a4lg.com> | |
Based on the program code on <http://apostata.web.fc2.com/tilejpeg/index.html>. |
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 !NAJ: Download Helper | |
// @namespace http://a4lg.com/ | |
// @description Adds download control buttons | |
// @include https://www.digital.archives.go.jp/DAS/meta/listPhoto* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
var dtype = document.getElementById("download_type"); |
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
# | |
# | |
# 慧琳一切經音義 mapping table | |
# | |
# $1 : Volume (001-100) | |
# $2 : Leaf number [張] in the volume (two digits) | |
# $3 : Identifier for National Diet Library Digital Library | |
# xxxxxxx -> http://dl.ndl.go.jp/info:ndljp/pid/xxxxxxx | |
# $4 : Image number for National Diet Library Digital Library | |
# ppp -> http://dl.ndl.go.jp/info:ndljp/pid/xxxxxxx/ppp (removing trailing zeros is recommended) |
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
adapter speed 10000 | |
adapter driver ftdi | |
ftdi_device_desc "Dual RS232-HS" | |
ftdi_vid_pid 0x0403 0x6010 | |
ftdi_layout_init 0x0008 0x001b | |
ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 | |
set _CHIPNAME riscv | |
transport select jtag |
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
adapter speed 10000 | |
adapter driver ftdi | |
ftdi_device_desc "Dual RS232-HS" | |
ftdi_vid_pid 0x0403 0x6010 | |
ftdi_layout_init 0x0008 0x001b | |
ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 | |
set _CHIPNAME riscv | |
transport select jtag |
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
adapter speed 10000 | |
adapter driver ftdi | |
ftdi_device_desc "Dual RS232-HS" | |
ftdi_vid_pid 0x0403 0x6010 | |
ftdi_layout_init 0x0008 0x001b | |
ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 | |
set _CHIPNAME riscv | |
transport select jtag |
OlderNewer