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
| ++ uname -a | |
| + uname='Linux mx1 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux' | |
| + case "${uname}" in | |
| + case "${uname}" in | |
| + wget -qO - https://pkg.pujol.io/debian/gpgkey | |
| + sudo apt-key add - | |
| OK | |
| + echo 'deb https://pkg.pujol.io/debian/repo all main' | |
| + sudo tee /etc/apt/sources.list.d/pkg.pujol.io.list | |
| deb https://pkg.pujol.io/debian/repo all main |
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
| <?php | |
| // public/cliserver.php (router script) | |
| if (php_sapi_name() !== 'cli-server') { | |
| die('this is only for the php development server'); | |
| } | |
| if (is_file($_SERVER['DOCUMENT_ROOT'].'/'.$_SERVER['SCRIPT_NAME'])) { | |
| // probably a static file... | |
| return false; |
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
| const sleep = (delay) => new Promise((resolve) => setTimeout(resolve, delay)) | |
| const repeatedGreetings = async () => { | |
| await sleep(1000) | |
| console.log("First") | |
| await sleep(1000) | |
| console.log("Second") | |
| await sleep(1000) | |
| console.log("Third") | |
| } |
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
| 2021-03-23T10:12:25.4924608Z ##[group]Run pandoc -s -f latex -t markdown -o bitcoin.md bitcoin.tex | |
| 2021-03-23T10:12:25.4925672Z pandoc -s -f latex -t markdown -o bitcoin.md bitcoin.tex | |
| 2021-03-23T10:12:25.4926527Z pandoc -s -f latex -t rst -o bitcoin.rst bitcoin.tex | |
| 2021-03-23T10:12:25.4927356Z pandoc -s -f latex -t latex -o bitcoin.pdf bitcoin.tex | |
| 2021-03-23T10:12:25.4928194Z pandoc -s -f latex -t odt -o bitcoin.odt bitcoin.tex | |
| 2021-03-23T10:12:25.4929019Z pandoc -s -f latex -t docx -o bitcoin.docx bitcoin.tex | |
| 2021-03-23T10:12:25.4929897Z pandoc -s -f latex -t epub -o bitcoin.epub bitcoin.tex | |
| 2021-03-23T10:12:25.4930748Z pandoc -s -f latex -t html5 -o bitcoin.html bitcoin.tex | |
| 2021-03-23T10:12:25.4931685Z pandoc -s -f latex -t mediawiki -o bitcoin.mediawiki bitcoin.tex | |
| 2021-03-23T10:12:25.4932602Z p |
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
| { | |
| "log": { | |
| "version": "1.2", | |
| "creator": { | |
| "name": "Firefox", | |
| "version": "76.0.1" | |
| }, | |
| "browser": { | |
| "name": "Firefox", | |
| "version": "76.0.1" |
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
| { | |
| "log": { | |
| "version": "1.2", | |
| "creator": { | |
| "name": "Firefox", | |
| "version": "76.0.1" | |
| }, | |
| "browser": { | |
| "name": "Firefox", | |
| "version": "76.0.1" |