Last active
August 29, 2015 13:57
-
-
Save makenowjust/9661558 to your computer and use it in GitHub Desktop.
はてなの自己紹介です。
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
profile=(function () {/* | |
巫女編みツインポニーテール狐妹が好きです。 | |
Quine書いたり、GC書いたり、プログラミング言語作ったりしてコンピューターと戯れています。 | |
JavaScriptとかRubyとかHaskellとかGo言語とかD言語とかをよく書きます。 | |
実はこの自己紹介もQuineだったりして……。 | |
> node hatena_profile.js | |
========== | |
profile = 'profile=(function () {/*' | |
+ profile | |
+ '*\x2f}).toString().match(/\\/\\*([^]+)\\*\\//)[1];\n' | |
+ 'eval(profile.match(/\\n={10}([^]+)$/)[1]);'; | |
console.log(profile); | |
*/}).toString().match(/\/\*([^]+)\*\//)[1]; | |
eval(profile.match(/\n={10}([^]+)$/)[1]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment