Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
python -m SimpleHTTPServer 8000Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
python -m SimpleHTTPServer 8000| # Load JavaScript code from here | |
| js_include conf.d/header_logging.js; | |
| # Fill variable from JS function | |
| js_set $access_log_with_headers kvAccessLog; | |
| # Define special log format | |
| log_format kvpairs $access_log_with_headers; | |
| server { |
| /** | |
| * @info React hook that keeps up to date with the current location. | |
| */ | |
| import { useState, useEffect } from 'react' | |
| function getCurrentLocation() { | |
| return { | |
| pathname: window.location.pathname, | |
| search: window.location.search |
| #!/bin/bash | |
| # create_jwt.sh (c) NGINX, Inc. [v0.3 10-Jul-2019] Liam Crilly <[email protected]> | |
| # | |
| # This script accepts a JSON claimset (JWT payload) and creates produces a | |
| # JOSE-signed token to stdout using one of the supported signature algorithms. | |
| # | |
| # CHANGELOG | |
| # v0.1 Initial version (hs256 only) | |
| # v0.2 Added support for various hs signature lengths | |
| # v0.3 Checks for expired exp claims, option to specify exp duration |
| title | Talk slides template |
|---|---|
| tags | Templates, Talk |
| description | View the slide with "Slide Mode". |
| // Plain SASS Trigonometry Algorithm in Taylor Expansion | |
| $pi: 3.14159265359; | |
| $_precision: 10; | |
| @function pow($base, $exp) { | |
| $value: $base; | |
| @if $exp > 1 { | |
| @for $i from 2 through $exp { | |
| $value: $value * $base; |
| JavaScript 22 hrs 33 mins βββββββββββββββββββββ 35.4% | |
| Other 17 hrs 39 mins βββββββββββββββββββββ 27.7% | |
| YAML 6 hrs 13 mins βββββββββββββββββββββ 9.8% | |
| Lua 5 hrs 6 mins βββββββββββββββββββββ 8.0% | |
| Markdown 4 hrs 42 mins βββββββββββββββββββββ 7.4% |