This file contains 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
[Unit] | |
Description=TropiCal | |
[Service] | |
User=tropical | |
ExecStart=/home/tropical/.virtualenvs/pimoroni/bin/python3 /home/tropical/program | |
ExecStopPost=/home/tropical/.virtualenvs/pimoroni/bin/python3 /home/tropical/alloff | |
Type=exec | |
Restart=always |
This file contains 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 python3 | |
import time | |
import statistics | |
import automationhat | |
time.sleep(300) | |
def comp_on(): | |
automationhat.relay.one.on() |
This file contains 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by gettext configure 0.21.1, which was | |
generated by GNU Autoconf 2.71. Invocation command line was | |
$ ./configure --target=mipsel-openwrt-linux --host=mipsel-openwrt-linux --build=aarch64-unknown-linux-gnu --disable-dependency-tracking --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --enable-shared --enable-static --disable-libasprintf --disable-rpath --enable-nls --disable-java --disable-openmp --disable-curses --with-included-gettext --without-libintl-prefix --without-libexpat-prefix --with-libunistring-prefix=/media/SDStorage/builds/github-openwrt/openwrt/staging_dir/target-mipsel_24kc_musl/usr --with-libxml2-prefix=/media/SDStorage/builds/github-openwrt/openwrt/staging_dir/ |
This file contains 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
CONFIG_TARGET_ramips=y | |
CONFIG_TARGET_ramips_mt76x8=y | |
CONFIG_TARGET_ramips_mt76x8_DEVICE_tplink_tl-wr841n-v14=y | |
CONFIG_BUSYBOX_CUSTOM=y | |
CONFIG_BUSYBOX_CONFIG_ASH_OPTIMIZE_FOR_SIZE=y | |
# CONFIG_BUSYBOX_CONFIG_FEATURE_VERBOSE_USAGE is not set | |
# CONFIG_BUSYBOX_CONFIG_LONG_OPTS is not set | |
# CONFIG_BUSYBOX_CONFIG_SWAPOFF is not set | |
CONFIG_CLEAN_IPKG=y | |
# CONFIG_DROPBEAR_ED25519 is not set |
This file contains 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-16"?> | |
<Task version="1.3" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> | |
<RegistrationInfo> | |
<Author>SYSTEM</Author> | |
</RegistrationInfo> | |
<Triggers> | |
<CalendarTrigger> | |
<StartBoundary>2022-01-01T00:00:00Z</StartBoundary> | |
<Enabled>true</Enabled> | |
<ScheduleByWeek> |
This file contains 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
// ==UserScript== | |
// @name Twitch Live Checker Autobot | |
// @namespace https://gist.github.com/mpratt14/ | |
// @version 2.1 | |
// @description Automatically open a Twitch stream when they go live when watching someone else or offline | |
// @author DatPratt | |
// @match https://*.twitch.tv/* | |
// @icon https://www.google.com/s2/favicons?domain=twitch.tv | |
// @grant none | |
// ==/UserScript== |
This file contains 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
find_hif: bootstrap = 0xaf055a | |
WASP BootROM Ver. 1.1 | |
Nand Flash init | |
ONFI: Control setting = 0xb44 | |
hdr: [0xbd004000 : 0xbd004000 : 0x3000 : 0xc200e86c] | |
nand_load_fw: read 6 pages | |
nand_load_fw: 0x10000 0x800 0xbd0047f0 | |
nand_load_fw: 0x20000 0x800 0xbd004ff0 | |
nand_load_fw: 0x30000 0x800 0xbd0057f0 | |
nand_load_fw: 0x40000 0x800 0xbd005ff0 |
This file contains 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
config openvpn 'gcloud' | |
list remote 'xxx.xxx.xxx.xxx 9090' | |
option auth_user_pass '/etc/openvpn/auth.txt' | |
option askpass '/etc/openvpn/pass.txt' | |
option ca '/etc/openvpn/vpn.ca' | |
option cert '/etc/openvpn/remote.crt' | |
option key '/etc/openvpn/remote.key' | |
option tls_crypt '/etc/openvpn/hmac.key' | |
list data_ciphers 'none' | |
option client '1' |
This file has been truncated, but you can view the full file.
This file contains 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
CONFIG_TARGET_ath79=y | |
CONFIG_TARGET_ath79_generic=y | |
CONFIG_TARGET_MULTI_PROFILE=y | |
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_engenius_eap600=y | |
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_engenius_ecb600=y | |
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_watchguard_ap200=y | |
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_watchguard_ap300=y | |
CONFIG_PACKAGE_cgi-io=y | |
CONFIG_PACKAGE_libiwinfo-lua=y | |
CONFIG_PACKAGE_liblua=y |
NewerOlder