This file contains hidden or 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
| nos.nl | |
| nu.nl | |
| rtlnieuws.nl | |
| telegraaf.nl | |
| ad.nl | |
| folia.nl |
This file contains hidden or 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
| # ------------------------------------[UPDATE]-------------------------------------- | |
| # Title: The Block List Project - Facebook List | |
| # Expires: 1 day | |
| # Homepage: https://blocklist.site | |
| # Help: https://github.com/blocklistproject/lists/wiki/ | |
| # License: https://unlicense.org | |
| # Total number of network filters: 22459 | |
| # ------------------------------------[SUPPORT]------------------------------------- | |
| # You can support by: | |
| # - reporting false positives |
This file contains hidden or 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/bash | |
| lookandfeeltool -a org.manjaro.breath-dark.desktop | |
| # you can replace the path with your own wallpaper | |
| qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file:///usr/share/wallpapers/Bamboo at Night/contents/images/5120x2880.png")}' |
This file contains hidden or 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 program clears all metadata from mp3 files except for the title and artist | |
| from pathlib import Path | |
| from mutagen.easyid3 import EasyID3 | |
| INPUT_DIR = Path.cwd() / "Music" | |
| count = 1 | |
| for file in list(INPUT_DIR.rglob("*.mp3*")): | |
| audio = EasyID3(file) | |
| for key in audio: |
This file contains hidden or 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
| USERNAME=vinloo | |
| repos=( | |
| "repo-1" | |
| "repo-2" | |
| "repo-3" | |
| "etc" | |
| ) | |
| rm -rf "GitHub Backup" | |
| mkdir "GitHub Backup" |
This file contains hidden or 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
| /* Paste this code in scrip.google.com. | |
| * You have to manually add a (daily) trigger: | |
| * Edit -> Current project's triggers -> Add trigger */ | |
| function RunAutoArchive(){ | |
| var threadCount = 0; | |
| // All read emails older than 1 month will be archived | |
| var searchQuery = 'label:read in:Inbox older_than:1m'; | |
| var threads = GmailApp.search(searchQuery); | |
| threadCount = threads.length; |
This file contains hidden or 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
| @echo OFF | |
| echo. | |
| set m="http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60" | |
| set s="http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114" | |
| set mt="http://officecdn.microsoft.com/pr/64256afe-f5d9-4f86-8936-8840a6a4f5be" | |
| set st="http://officecdn.microsoft.com/pr/b8f9b850-328d-4355-9145-c59439a0c4cf" | |
| echo Select one of the following update channels: | |
| echo 1: Monthly Targeted (fastest updates) |
NewerOlder