You are here |
www.trickster.dev | ||
| | | |
domenic.me
|
|
| | | | A reference guide for JavaScript iterator and generator terminology, from back when they were just starting to see implementations in JavaScript engines. | |
| | | |
techtldr.com
|
|
| | | | Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...] | |
| | | |
davidbieber.com
|
|
| | | | If you run this snippet of Python code, it will submit this "Snippet" (the one you're currently reading) to Hacker News. from html.parser import HTMLParser import getpass import requests import time USERNAME = ( '' # Put your Hacker News username here. or getpass.getuser() # (But if you don't, we'll try a sensible default.) ) PASSWORD = ( '' # We'll prompt you for your password, or you can enter it here. | |
| | | |
vit.baisa.cz
|
|
| | A personal blog and a digital garden of Vít Baisa |