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
Verkehrsstation | BST Code | BST ID | Produktnummer 2025 | Anmerkung | Bundesland (inkl. Liechtenstein) | |
---|---|---|---|---|---|---|
Abfaltersbach | Abf H1 | 5517155 | 3.d | Tirol | ||
Absdorf-Hippersdorf | Ah | 17 | 3.c | Niederösterreich | ||
Achau | Ach | 11 | 3.c | Niederösterreich | ||
Achenlohe | Nst H4H | 499 | 3.d | Oberösterreich | ||
Achleitnersiedlung | Puw H1A | 1787 | 3.d | Oberösterreich | ||
Admont | Ad | 12 | 3.d | Bestellung als Bedarfshalt iSd. § 121 EisbBBV gem. EisbSV nicht möglich | Steiermark | |
Aich-Assach | Grb H2 | 688 | 3.d | Steiermark | ||
Aigen-Schlägl | Ai | 24 | 3.d | Oberösterreich | ||
Aisthofen | P H1 | 1652 | 3.d | Oberösterreich |
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
# ... | |
function sl { echo -ne '\033[1A'; echo ${(%%)PS1}ls; ls } | |
# ... |
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
/(ph?|f)(i|e)l(l?i(pp?|b)(e|o)?)?/gi |
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
[Desktop Entry] | |
Name=Webcam | |
Exec=mpv /dev/video0 --profile=low-latency --untimed --no-osc --no-border | |
Icon=cheese | |
StartupNotify=false | |
StartupWMClass=mpv | |
Terminal=false | |
Type=Application | |
Categories=AudioVideo;Player;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
# you can also use bash tricks like | |
# `wget https://blabla/manifest_blabla_296221{1..9}` | |
# and use cool editors like visual studio code to edit multiple lines | |
# at the same time to avoid wasting time | |
wget https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest_video_1_5_init.mp4 | |
wget https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest_video_1_5_2962209.mp4 | |
wget https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest_video_1_5_2962210.mp4 | |
wget https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest_video_1_5_2962211.mp4 | |
wget https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest_video_1_5_2962212.mp4 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<config version="2" xmlns="http://mediatomb.cc/config/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/2 http://mediatomb.cc/config/2.xsd"> | |
<!-- | |
See http://gerbera.io or read the docs for more | |
information on creating and using config.xml configuration files. | |
--> | |
<!-- ... --> | |
<import hidden-files="no"> | |
<scripting script-charset="UTF-8"> | |
<common-script>/usr/share/gerbera/js/common.js</common-script> |
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
.layout-mobile .volumecontrol .nowPlayingVolumeSliderContainer { | |
visibility: hidden; | |
opacity: 0; | |
transform: scale(0.9); | |
transition: opacity 0.3s ease; | |
transition-property: opacity, transform; | |
position: fixed; | |
top: 50vh; | |
left: 0; | |
width: 60%; |
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 | |
PROFILES=$HOME/.mozilla/firefox | |
TEMPLATE_DIR=$PROFILES/webapp.template | |
usage() { | |
cat << EOF | |
make-web-app | |
-n name (e.g. twitter, used as profile name and wm class webapp.twitter) | |
-t title (e.g. Twitter) |
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
document.querySelectorAll('div[aria-label="More"]').forEach(more => more.addEventListener('click', () => { | |
setTimeout(() => document.querySelectorAll('div[role="menuitem"][tabindex="0"]')[0].click(), 250) | |
setTimeout(() => document.querySelector('[data-testid="confirmationSheetConfirm"]').click(), 500) | |
})) |
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 | |
rem make sure to install python3 and "pip install img2pdf" before using this script | |
echo creating pdf from files: | |
echo. | |
echo %* | |
img2pdf -o %1.pdf %* | |
echo. | |
echo saved as %1.pdf | |
echo. |
NewerOlder