This file contains hidden or 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
| using System; | |
| using System.Diagnostics; | |
| using System.Threading; | |
| namespace ConcurrentTest | |
| { | |
| class Program | |
| { | |
| const int CONCURRENT = 100; | |
| const int LOOP = 100000; |
This file contains hidden or 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 fastladder - prevent overscroll | |
| // @description prevent overscroll on Opera. | |
| // @author miya2000 | |
| // @namespace http://d.hatena.ne.jp/miya2000/ | |
| // @version 1.0.0 | |
| // @include http://fastladder.com/reader/ | |
| // @include http://reader.livedoor.com/reader/ | |
| // ==/UserScript== | |
| (function(){ |
This file contains hidden or 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 hatebu - rewite id-call. | |
| // @description rewite id-call link from the user page to the user bookmark on the entry page. | |
| // @author miya2000 | |
| // @namespace http://d.hatena.ne.jp/miya2000/ | |
| // @include http://b.hatena.ne.jp/entry/* | |
| // ==/UserScript== | |
| (function() { | |
| function main(){ | |
| var as = document.evaluate('\/\/a[starts-with(@href,"http://b.hatena.ne.jp/")][starts-with(text(),"id:")]', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null); |
This file contains hidden or 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 fastladder - prevent click scroll. | |
| // @description prevent scroll on click feed. | |
| // @author miya2000 | |
| // @namespace http://d.hatena.ne.jp/miya2000/ | |
| // @version 1.0.0 | |
| // @inclide http://fastladder.com/reader/ | |
| // @inclide http://reader.livedoor.com/reader/ | |
| // ==/UserScript== | |
NewerOlder