Firstly, Download the Script Using:
curl https://dak.sh/nginxsetup.sh -o setup.shAfter that, you'd have to run the file and for that you need to make the script an executable:
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // Choose either "stable" for receiving highly polished, | |
| // or "canary" for less polished but more frequent updates | |
| updateChannel: 'stable', |
| function j(u, c) { | |
| var h = document.getElementsByTagName('head')[0], s = document.createElement('script'); | |
| s.async = true; s.src = u; | |
| s.onload = s.onreadystatechange = function () { | |
| if (!s.readyState || /loaded|complete/.test(s.readyState)) { | |
| s.onload = s.onreadystatechange = null; if (h && s.parentNode) { h.removeChild(s) } s = undefined; | |
| if (c) { c() } | |
| } | |
| }; | |
| h.insertBefore(s, h.firstChild); |
| fetch("https://cors-anywhere.herokuapp.com/https://www.validator.pizza/email/[email protected]").then(res => res.json()).then(console.log) |
| #include <iostream> | |
| #include <fstream> | |
| #include <stdlib.h> | |
| using namespace std; | |
| /* | |
| Ceaser Cipher | |
| - Julius Caesar (Inventor of July & CeaserCipher) |
| import math | |
| def quadrant(vector): | |
| x = vector[0] | |
| y = vector[1] | |
| if x > 0 and y > 0: | |
| return 1 | |
| if x < 0 and y > 0: | |
| return 2 | |
| if x < 0 and y < 0: |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "editor.fontFamily": "Operator Mono Lig", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 18.6, | |
| "files.eol": "\n", | |
| "editor.cursorStyle": "block", | |
| "editor.cursorBlinking": "solid", | |
| "editor.renderIndentGuides": true, | |
| "editor.renderWhitespace": "all", | |
| "gitlens.advanced.messages": { |
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |