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
| CmdUtils.CreateCommand({ | |
| name: "execute", | |
| icon: "http://example.com/example.png", | |
| homepage: "http://Dykam.nl", | |
| author: {name: "Dykam", email: "[email protected]"}, | |
| license: "GPL", | |
| description: "Execute javascript.", | |
| help: "Enter a javascript snippet.", | |
| takes: {"code": /.*/}, | |
| preview: function(pblock, code) { |
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
| CmdeUtils.CreateCommand({ | |
| name: "execute", | |
| icon: "http://example.com/example.png", | |
| homepage: "http://Dykam.nl", | |
| author: {name: "Dykam", email: "[email protected]"}, | |
| license: "GPL", | |
| description: "Execute javascript.", | |
| help: "Enter a javascript snippet.", | |
| takes: {"code": /.*/}, | |
| preview: function(pblock, code) { |
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
| # .gitignore for .NET projects | |
| # Thanks to Derick Bailey | |
| # http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx | |
| # - Alexey Abramov | |
| # Thanks to all others | |
| # Standard VS.NET and ReSharper Foo | |
| obj | |
| bin | |
| *.csproj.user |
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
| { | |
| "from": "nus", | |
| "tasks": [ | |
| { "task": "systemmenu", "installIos": false, "version": 4.2, "region": "E" }, | |
| { "task": "ios", "patchEsIdentify": false, "patchFakesign": false, "version": 70, "revision": 6687 }, | |
| { "task": "channel", "name": "News Channel", "region": "J" }, | |
| { "task": "title", "id": "000000010000001C", "revision": 1806, "patchEsIdentify": true, "patchFakesign": true, "patchNand": true, "from": "sd" } | |
| ] | |
| } |
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
| typeToName = ["gb", "rb", "bb", "yb", "sgb", "srb", "sbb", "syb", "sb", "sub", "td", "tdm", "db", "1eab", "2eab", "sbv", "sbh", "sbc", "pgb", "prb", "pbb", "pyb"]; | |
| var bitsPerChar = 14; // 14 bits fit in the CJK character range, 0x4E00 -> 0x9FCF | |
| var arrowBits = Math.ceil(Math.log( 20 )/Math.log(2)); | |
| var amountBits = Math.ceil(Math.log( 256 )/Math.log(2)); | |
| var gameWidth = 11; | |
| var gameHeight = 14; | |
| var types = typeToName.length; | |
| nameToType = []; | |
| var i = types; |
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
| <h1>{title}</h1> | |
| <p>{item}</p> |
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
| <html> | |
| <head> | |
| <title>Template</title> | |
| </head> | |
| <body> | |
| <div class="Content"> | |
| <h1>Post Title</h1> | |
| <p class="Item"></p> | |
| <p class="Author"></p> | |
| </div> |
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
| <span id="NotLoggedIn">You are not logged in! Please log in.</span> |
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
| { | |
| ".Foo": [], | |
| ".Foo": "ContentWhichYouNeverWillSee" | |
| } |
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
| <html> | |
| <head> | |
| <title>foo</title> | |
| </head> | |
| </html> |
OlderNewer