tl;dr - scripts to gather WiFi and Temp data and show it all on a screen.
Read this blog post for more info: https://blog.plip.com/2019/10/31/happy-hacker-halloween/
| license: MIT | |
| height: 900 | |
| scrolling: yes |
tl;dr - scripts to gather WiFi and Temp data and show it all on a screen.
Read this blog post for more info: https://blog.plip.com/2019/10/31/happy-hacker-halloween/
This has moved! Please see full fledged repo.
Files that power SYN Shop dashboard. See rtfm for more info
a PHP script that wraps around youtube-dl which allows you to enter in a youtube ID. The script then downloads the entire video at the highest resolution and uses javascript to write an HTML5 video element to the page which in turn autoplays the video you just downloaded.
this is a terrible idea and most likely against youtube's TOS - don't use it! Further, after I wrote this I found alltube (github or alltubedownload.net), which is almost identical to this project, but WAY more fancy. Use that instead!
If you love deploying websites using Github, but for some reason want to use your own server, this script might be exactly what you need.
github.php somewhere on your PHP-enabled web server, and make it
accessible for the outside world. Let's say for now the script lives
on http://example.com/github.php| import time | |
| import whois | |
| import whois.parser | |
| import argparse | |
| import logging.handlers | |
| import sys | |
| my_logger = logging.getLogger('MyLogger') | |
| my_logger.setLevel(logging.DEBUG) | |
| handler = logging.handlers.SysLogHandler(address='/dev/log') |
git cd ~/Documents&&git clone https://github.com/medic/cht-core.git
~/Documents/