I hereby claim:
- I am mahatigh on github.
- I am mahati (https://keybase.io/mahati) on keybase.
- I have a public key ASDB8kUFCAamDnYmY9G9Kmc0c2FCmAeoHhigMVUa5X23_Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 4<p style="line-height: 18px; font-size: 18px; font-family: times;"> | |
| Click "<i>Load samples</i>" to view and edit more JS samples.<br> | |
| <br> | |
| Labyrinth generated with JavaScript:<br><br> | |
| <script> | |
| // https://js.do/ | |
| for (var line=1; line<60; line++) { | |
| for(var i=1;i<29;i++) { | |
| var s = (Math.floor((Math.random()*2)%2)) ? "╱" : "╲"; | |
| document.write(s); |
| <script type="text/vnd.graphviz" id="graphviz"> | |
| digraph G { | |
| "browser" -> | |
| "http_request" -> | |
| "server" -> | |
| "routes" -> | |
| "controller" -> | |
| "model" -> "controller" | |
| "controller" -> "response" | |
| "response" -> "view" -> "html" |