Created
January 29, 2012 09:43
-
-
Save martintrojer/1698056 to your computer and use it in GitHub Desktop.
javascript rant
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
<script type="text/il-bc"> | |
public static void addInt(); | |
Code: | |
0: bipush 6 | |
2: istore_0 | |
3: bipush 17 | |
5: istore_1 | |
6: iload_0 | |
7: iload_1 | |
8: iadd | |
9: istore_2 | |
10: return | |
</script> |
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
<script type="text/il-base64"> | |
TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlz | |
IHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2Yg | |
</script> |
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
<script src="http://codeserv.net/app.bar" type="bc/il-bc"> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment