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
| Action<string> a = s => { }; | |
| Action<string> b = s => { }; | |
| var d = new Dictionary<Action<string>, string>(); | |
| d.Add(a, "a"); | |
| d.Add(b, "b"); | |
| Assert.IsTrue(a.Equals(a)); |
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
| Twitter画像一覧 | |
| javascript:window.open(location.href.replace(/https?:\/\/twitter\.com\/([^\/]+).*/,"http://mgng.herokuapp.com/misc/kusounko.html#$1:100")); | |
| Twilog | |
| javascript:window.open(location.href.replace(/https?:\/\/twitter\.com\/([^\/]+).*/,"http://twilog.org/$1")); |
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
| javascript:(function(){var resize="800px";var foreach=function(args,f){Array.prototype.forEach.call(args,f);};var resizeTo=function(elems){foreach(elems,function(elem){elem.style.height=resize;});};var resizeClass=function(name){var elems=document.getElementsByClassName(name);resizeTo(elems);};var hide=function(elems){foreach(elems,function(elem){elem.style.display="none";});};var hideClass=function(name){var elems=document.getElementsByClassName(name);hide(elems);};var hideName=function(name){var elems=document.getElementsByName(name);hide(elems);};resizeClass("ace_editor");resizeClass("ace_gutter");hideClass("gist-header");hideClass("gisthead");hideClass("site-footer-container");hideName("gist[description]");var ev=document.createEvent('Event');ev.initEvent('resize',true,true);window.dispatchEvent(ev);return false;})(); |
OlderNewer