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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta> | |
| <title>Twitter Bootstrap Test</title> | |
| <link rel="stylesheet" style="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css"></link> | |
| <style type="text/css"> | |
| body { | |
| padding-top: 90px; | |
| } |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Magic Number Checker: CAFEBABE</title> | |
| <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script> | |
| <script type='text/javascript' src='magic.js'></script> | |
| <style type='text/css'> |
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
| require 'bindata' | |
| require 'pp' | |
| class ConstantClassInfo < BinData::Record | |
| uint16be :name_index | |
| end | |
| class ConstantFieldrefInfo < BinData::Record | |
| uint16be :class_index | |
| uint16be :name_and_type_index |
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
| require 'bindata' | |
| require 'pp' | |
| class ZipEndHeader < BinData::Record | |
| uint32be :signature, :check_value => 0x504b0506 | |
| uint16le :number_of_disks | |
| uint16le :disk_number_start | |
| uint16le :number_of_disk_entries | |
| uint16le :number_of_entries | |
| uint32le :central_dir_size |
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>Processing.js Test</title> | |
| <script type="text/javascript" src="processing.js"></script> | |
| </head> | |
| <body> | |
| <h1>Processing.js Test</h1> | |
| <script type="application/processing" src="test.processing"></script><canvas></canvas> | |
| <br/> | |
| </body> |
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>Processing.js Test</title> | |
| <script type="text/javascript" src="processing.js"></script> | |
| </head> | |
| <body> | |
| <h1>Processing.js Test</h1> | |
| <script type="application/processing" src="test.processing"></script><canvas></canvas> | |
| <br/> | |
| </body> |
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> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>Processing.js Test</title> | |
| <script type="text/javascript" src="processing.js"></script> | |
| </head> | |
| <body> | |
| <h1>Processing.js Test</h1> | |
| <script type="application/processing" src="test.processing"></script><canvas></canvas> | |
| <br/> |
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> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>Processing.js Test</title> | |
| <script type="text/javascript" src="processing.js"></script> | |
| </head> | |
| <body> | |
| <h1>Processing.js Test</h1> | |
| <script type="application/processing" src="test.processing"></script><canvas></canvas> | |
| <br/> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Test</title> | |
| <link rel="stylesheet" type="text/css" href="test.css"/> | |
| <script type='text/javascript' src='jit.js'></script> | |
| <script type='text/javascript' src='test.js'></script> | |
| </head> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Test</title> | |
| <link rel="stylesheet" type="text/css" href="test.css"/> | |
| <script type='text/javascript' src='jit.js'></script> | |
| <script type='text/javascript' src='test.js'></script> | |
| </head> |