- https://novaspec.org/cl/22_2_The_Lisp_Pretty_Printer
- https://people.cs.aau.dk/~normark/laml-distributions/laml/lib/man/scheme-pretty-printing.html
- https://cs.brown.edu/courses/cs173/2008/Manual/reference/pretty-print.html
Discover gists
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
| #!/usr/bin/env | |
| import os | |
| import sys | |
| import re | |
| import logging | |
| import time | |
| import argparse | |
| import pexpect | |
| import subprocess |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4"> | |
| <Meta name="ExplicitAutoJoints">true</Meta> | |
| <External>null</External> | |
| <External>nil</External> | |
| <Item class="Model" referent="RBX1"> | |
| <Properties> | |
| <string name="Name">Rig</string> | |
| <bool name="Archivable">true</bool> | |
| </Properties> <Item class="Humanoid" referent="RBX2"> |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4"> | |
| <Meta name="ExplicitAutoJoints">true</Meta> | |
| <External>null</External> | |
| <External>nil</External> | |
| <Item class="Model" referent="RBX1"> | |
| <Properties> | |
| <string name="Name">Rig</string> | |
| <bool name="Archivable">true</bool> | |
| </Properties> <Item class="Humanoid" referent="RBX2"> |
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
| # Copyright 2009 Brian Quinlan. All Rights Reserved. | |
| # Licensed to PSF under a Contributor Agreement. | |
| """Execute computations asynchronously using threads or processes.""" | |
| __author__ = 'Brian Quinlan ([email protected])' | |
| from concurrent.futures._base import (FIRST_COMPLETED, | |
| FIRST_EXCEPTION, | |
| ALL_COMPLETED, |
set -euo pipefail
OUT=".draft.md"
ROOT="."
EXCLUDE_PATTERNS=(
"./node_modules/*"
"./.git/*"
"./.yarn/*"
"./.astro/*"
"./dist/*"
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
| import os | |
| import pandas as pd | |
| import json | |
| import numpy as np | |
| import requests | |
| import websocket | |
| import threading | |
| import time | |
| from datetime import datetime, timedelta, timezone | |
| import uuid |
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
| [ | |
| "https://i.pinimg.com/736x/3f/b0/31/3fb0319b3ee3e3dff2188d4319fe17e7.jpg", | |
| "https://i.pinimg.com/736x/f5/eb/54/f5eb54e16d3b4ebd2e0d9a6f94f3f040.jpg", | |
| "https://i.pinimg.com/736x/a2/40/81/a24081b61483f0b5225dc7d9b1ddea63.jpg", | |
| "https://i.pinimg.com/736x/13/96/ff/1396ff69e32a4f7663f6a2c642ae7baa.jpg", | |
| "https://i.pinimg.com/736x/51/60/e8/5160e86d48beee03d228607cfbe82564.jpg", | |
| "https://i.pinimg.com/30x30_RS/28/0e/85/280e851be1ff13d3e438904ff4da9dd5.jpg", | |
| "https://i.pinimg.com/75x75_RS/be/7b/2d/be7b2d41e4b4df1e875342745e2be944.jpg", | |
| "https://i.pinimg.com/75x75_RS/9f/a3/ae/9fa3ae74e254ce73cbc36de2a01ad9c4.jpg", | |
| "https://i.pinimg.com/75x75_RS/2c/1d/60/2c1d60f58d9750b06662a4da2f7616b0.jpg", |
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
| #!/usr/bin/python | |
| #-*-coding:utf-8-*- | |
| import sys | |
| import concurrent.futures | |
| import urllib.request | |
| URLS = ['http://www.foxnews.com/', | |
| 'http://www.cnn.com/', | |
| 'http://europe.wsj.com/', |
NewerOlder