I hereby claim:
- I am SamatJain on github.
- I am SamatJain (https://keybase.io/SamatJain) on keybase.
- I have a public key whose fingerprint is E95D 7465 5B35 C5F6 B3B6 68CC 20C6 F0A6 4A45 6FBA
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # Author: Samat Jain <http://samat.org/> | |
| # License: MIT (same as Bottle) | |
| import bottle | |
| from bottle import request, response, route | |
| from bottle import install, uninstall |
| #!/usr/bin/env python | |
| import json | |
| import urlparse | |
| import bottle | |
| import requests | |
| from bottle import request, response, route | |
| from bottle import install, uninstall |
| #!/usr/bin/env python3 | |
| # Take a Ubicast.tv RSS feed (usually found on channel pages) and print all the YouTube links available for the video. Said list can be fed into youtube-dl so videos can be watched offline | |
| # Author: Samat Jain <[email protected]> | |
| # License: GPLv3 | |
| import re | |
| import sys | |
| import feedparser |
| # | |
| # Copyright (C) 2013 Vinay Sajip. New BSD License. | |
| # | |
| import os | |
| import os.path | |
| from subprocess import Popen, PIPE | |
| import sys | |
| from threading import Thread | |
| from urllib.parse import urlparse | |
| from urllib.request import urlretrieve |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # GUI-related packages | |
| pkgs=" | |
| xserver-xorg-video-fbdev | |
| xserver-xorg xinit | |
| gstreamer1.0-x gstreamer1.0-omx gstreamer1.0-plugins-base | |
| gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa | |
| gstreamer1.0-libav | |
| epiphany-browser |
| #!/usr/bin/env python3 | |
| import collections | |
| import datetime | |
| import pprint | |
| import click | |
| import jinja2 | |
| import requests |
| #include <algorithm> | |
| #include <chrono> | |
| #include <functional> | |
| #include <iomanip> | |
| #include <iostream> | |
| #include <map> | |
| #include <random> | |
| #include <set> | |
| #include <unordered_set> | |
| #include <thread> |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Send a magic packet to a list pre-programmed hostnames. | |
| wakeonlan.sh is the old shell-based version; please use this program instead. | |
| Requires the "wakeonlan" program is installed, i.e. |