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
#!/bin/env python3 | |
import time, json | |
import termbox as TB | |
from urllib.request import urlopen | |
try: | |
with urlopen(f"https://api-teletext.ceskatelevize.cz/teletext-api/v2/text/?t={int(time.time())}") as f: | |
tt_json = f.read().decode('utf-8') | |
pages = json.loads(tt_json)['data'] |
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 WhatsApp event scraper | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-05-31 | |
// @description try to take over the world! | |
// @author You | |
// @match https://web.whatsapp.com/ | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @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
flf2a$ 13 1 7 -1 3 0 0 0 | |
Font Author: Albert Tomanek | |
FIGFont created with: http://patorjk.com/figfont-editor | |
@ | |
@ | |
@ | |
@ | |
@ | |
@ |
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 Bandcamp hide progress | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description hide progbar when listening to songs unless hovering over the player. | |
// @author You | |
// @match https://*.bandcamp.com/* | |
// @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
// autocxx | |
extern crate tokio; | |
use lemmy_api_common::post; | |
use reqwest::{Client}; | |
#[tokio::main] | |
async fn main() { | |
println!("Hello, world!"); |
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
import os | |
import subprocess, time, signal, glob | |
import webvtt | |
sub_lang = 'cs' | |
id_list = '''nUX6NfpYEmw | |
qlP_FUCNQwg | |
cFguVw8h0vc | |
DjfRVzZ2lWY |
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 GitHub Comic Sans MS | |
// @namespace http://tampermonkey.net/ | |
// @version 0.0 | |
// @description Swithc font to Comic Sans MS | |
// @author You | |
// @match https://*.github.com/* | |
// @icon https://www.google.com/s2/favicons?domain=github.com | |
// @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
{"nodes":[{"id":"spotify:track:1flhASyCuxRKzLA1dn0VQw","x":-151.19946432113647,"y":71.1520004272461},{"id":"spotify:track:4VX9EvbyPYgSGKqnKaxtxa","x":143.3934097290039,"y":139,"note":"Výstaviště"},{"id":"spotify:track:35MRd8ShKOIqbfklIgeaSb","x":218.22872924804688,"y":392.3872375488281},{"id":"spotify:track:0ednT1GsG9o2IGo0bS3FME","x":-138.96660232543945,"y":-196.32159805297852,"note":""},{"id":"spotify:track:5ZFslOkcftI1FCs88L99qn","x":48.17840576171875,"y":-319.4967803955078,"note":"COVID melancholy in Košíře"},{"id":"spotify:track:7vudKlxsBVvFgyQeXh4ymn","x":209.57012939453125,"y":499.6021423339844},{"id":"spotify:track:5465onzVgsFEbvIylMC0Cc","x":-79.68438911437988,"y":239.1029052734375,"note":"Výstaviště, Bubny. Learning piano classics in one of those old drafty houses, looking out onto greenery of the park."},{"id":"spotify:track:0Ez0HcZneugrMqIYjlmBFR","x":-333.47078704833984,"y":307.3156433105469},{"id":"spotify:track:61RlktJeYy38pu1vY70pgU","x":552.89404296875,"y":313.0097351074219},{"id":"spotify:tr |
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
#!/bin/sh | |
tar czvf bomb.tgz . | |
echo "#!/bin/sh" >> bomb | |
chmod +x bomb | |
echo -n "echo " >> bomb | |
base64 -w 0 bomb.tgz >> bomb | |
echo " | base64 -d | tar zxf -" >> bomb |
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
Processing articles... | |
Exception occured during loading of TN.cz. | |
Count: 160 | |
distance: 0.0 | |
current articles: [Covid pas prezidenta…, Macronův covid pas…] | |
new articles: [] | |
closest theme in history: [Covid pas prezidenta…, Macronův covid pas…] | |
distance: 0.00037027595468548875 | |
current articles: [Hamáček se v…, Hamáček se v…] |
NewerOlder