An automatic grader for this assignment can be found here. This grader does not account for penalties.
- The document should render properly on Chrome
- 10pt Base grade:
- 5pt - The student submits any form of css
- 5pt - Valid CSS is submitted
| <!DOCTYPE html> | |
| <!-- | |
| Build Documentation | |
| nothing above colored brick stack wavelength + amplitude see settings | |
| this plate [ glow palette plate ] [ -- metal feature plate -- ] [ holo setting plate ] | |
| [ holo gen plate ] [ ------------------------ plastic program plate ------------------------ ] | |
| [ ------------ metal base plate ---------- ] |
| """ | |
| ## cake's splitbot | |
| You **will** get banned for using this bot. It may take a few hours but it will happen. | |
| This will probably need tuning if you actually want to use it. | |
| I wrote this to learn opencv and because I was too lazy to sit idly clicking a few buttons. |
| <!DOCTYPE html> | |
| <script src="https://cdn.jsdelivr.net/gh/meshiest/brs-js/dist/dist.js"></script> | |
| <script src="https://cdn.jsdelivr.net/gh/josephg/noisejs/perlin.js"></script> | |
| <a id="anchor" download="generated.brs">Download</a> | |
| <script> | |
| const cake = { |
| <!DOCTYPE html> | |
| <script src="https://cdn.jsdelivr.net/npm/brs-js/dist/dist.js"></script> | |
| <script src="https://cdn.jsdelivr.net/gh/josephg/noisejs/perlin.js"></script> | |
| <a id="anchor" download="generated.brs">Download</a> | |
| <script> | |
| // my identity :) | |
| const cake = { |
| <!DOCTYPE html> | |
| <script src="https://cdn.jsdelivr.net/npm/brs-js/dist/dist.js"></script> | |
| <script src="https://cdn.jsdelivr.net/gh/josephg/noisejs/perlin.js"></script> | |
| <a id="anchor" download="generated.brs">Download</a> | |
| <script> | |
| // ported code from http://en.wikipedia.org/wiki/Hilbert_curve | |
| function xy2d (n, p) { |
| <!DOCTYPE html> | |
| <script src="https://cdn.jsdelivr.net/npm/brs-js/dist/dist.js"></script> | |
| <input id="fileInput" type="file"> | |
| <script> | |
| fileInput.addEventListener('change', e => { | |
| const file = e.target.files[0]; | |
| if (file) { | |
| file.arrayBuffer() |
| (function() { | |
| /* Create an element with tag `tag`, style `style`, and content `content` (array, ) */ | |
| function $el(tag, style, content, attrs) { | |
| const el = document.createElement(tag); | |
| Object.assign(el.style, style); | |
| if(attrs && attrs.length) | |
| Object.keys(attrs).forEach(key => el.setAttribute(key, attrs[key])); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>URL checker</title> | |
| </head> | |
| <body> | |
| <h3>Input String</h3> | |
| <form onsubmit="test(event)"> | |
| <input name="text" placeholder="JSXGagNzNLw"><br/> | |
| <input type="submit"> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>HW2 Grader</title> | |
| <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script> | |
| <script src="https://cwdoh.com/cssparser.js/demo/cssparser.min.js?cachebust=20170317"></script> | |
| <style type="text/css"> | |
| * { | |
| margin: 0; |
An automatic grader for this assignment can be found here. This grader does not account for penalties.