Start: 2010-12-17 5:00:00 PM
End: 2010-12-19 5:00:00 PM
Link: https://groupees.com/1
1745.38 total sales
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts, | |
that detects and handles AJAXed content. | |
Usage example: | |
waitForKeyElements ( | |
"div.comments" | |
, commentCallbackFunction | |
); |
// ==UserScript== | |
// @name kokubunizer | |
// @namespace https://flavors.me/noromanba | |
// @description kokubunize aka NDKify for UserScript | |
// @include https://www.facebook.com/* | |
// @downloadURL https://raw.github.com/gist/4236851/kokubunizer.user.js | |
// @installURL https://raw.github.com/gist/4236851/kokubunizer.user.js | |
// @version 2012.12.8.3 | |
// @license WTFPL http://sam.zoy.org/wtfpl/ (Do What The Fuck You Want To Public License) | |
// @contributor udzura https://gist.github.com/4212643 |
""" | |
From a list of TV shows, check if users in a list has watched shows episodes. | |
If all users in list have watched an episode of listed show, then delete episode. | |
""" | |
import requests | |
import sys | |
import os | |
(especially while expanding)
Warning: The exact commands may not match for your particular linux OS / Synology(NAS) device. I had to customize the commands after exploring my particular system's setup.
If you're new to linux, or this is a new piece of hardware / a new synology device, jump down to the section called "Inspecting a setup"
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979

Please refer to this blogpost to get an overview.
Replace *-INSTANCE
with one of the public instances listed in the scrapers section. Replace CAPITALIZED
words with their corresponding identifiers on the website.
#!/bin/bash | |
# | |
# vtar - "visual tar with a progress bar" | |
# by Peter Ljunglöf, 2019 | |
# inspired by: http://www.campisano.org/wiki/en/Script_bkp.sh | |
show_usage() { | |
echo | |
echo "Visual tar with a progress bar. Usage:" | |
echo |
#!/bin/bash | |
### | |
# This script utilizes apprise (https://github.com/caronc/apprise) to send notifications | |
# You need to have apprise available for the user sonarr operates under. | |
# I installed it via `sudo pip install --system apprise` although the python | |
# community really dislikes it when you do that. Recommended installation would be | |
# something along the lines of: | |
# | |
# sudo su sonarr -s /bin/bash | |
# pip install --user apprise |
syno_poweroff_task -d
umount /volume1 (replace this with your volume name)
fsck.ext4 -pvf /dev/md0 (replace this with your dev)
reboot the system after the scan is completed
via: