Freight Tax Rules Summary Ireland (IE) IE → Great Britain (GB)
VAT at 20%
IE → Netherlands (NL)
VAT at 21%
Freight Tax Rules Summary Ireland (IE) IE → Great Britain (GB)
VAT at 20%
IE → Netherlands (NL)
VAT at 21%
| #!/bin/sh | |
| UPTERM_DIR=$(mktemp -d) | |
| cd $UPTERM_DIR | |
| wget https://github.com/owenthereal/upterm/releases/download/v0.15.2/upterm_linux_amd64.tar.gz | |
| tar xvf upterm_linux_amd64.tar.gz | |
| $UPTERM_DIR/upterm host |
| #!/bin/sh | |
| #pacmd set-default-sink alsa_output.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-stereo | |
| #pacmd set-default-source alsa_input.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-mono | |
| set -e | |
| QUDELIX_SINK="alsa_output.usb-QTIL_Qudelix-5K_USB_DAC_ABCDEF0123456789-00.analog-stereo" | |
| SPEAKER_SINK="alsa_output.pci-0000_0f_00.4.3.iec958-stereo" | |
| STAGE_SINK="alsa_output.usb-ACTIONS_Stage_V2-00.analog-stereo" | |
| BOSE_SINK="bluez_output.78_2B_64_CE_04_03.1" |
| #!/usr/bin/nu | |
| def main [] { | |
| print "main" | |
| } | |
| def "main raise" [] { | |
| let vol = currentVolume | |
| if ($vol < 100) { | |
| pactl set-sink-volume @DEFAULT_SINK@ $"($vol + 1)%" |
| [ { name: "Firefox - Personal" | |
| , app_id: "firefox_personal" | |
| , exec: "/usr/lib/firefox/firefox" | |
| , args: ["--class=firefox", "-P", "personal", "--name=firefox_personal"] | |
| } | |
| , { name: "Firefox - Work" | |
| , app_id: "firefox_work" | |
| , exec: "/usr/lib/firefox/firefox" | |
| , args: ["--class=firefox", "-P", "flipstone", "--name=firefox_work"] | |
| } |
| Africa/Abidjan | |
| Africa/Accra | |
| Africa/Addis_Ababa | |
| Africa/Algiers | |
| Africa/Asmara | |
| Africa/Asmera | |
| Africa/Bamako | |
| Africa/Bangui | |
| Africa/Banjul | |
| Africa/Bissau |
| #!/bin/sh | |
| #pacmd set-default-sink alsa_output.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-stereo | |
| #pacmd set-default-source alsa_input.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-mono | |
| function switchAudio() { | |
| case "$1" in | |
| "logitech") | |
| local sink="alsa_output.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-stereo" |
| #!/bin/sh | |
| echo "CREATING SUBSCRIPTION WITH QUEUE ARN" | |
| set -e | |
| ENDPOINT_URL="http://localhost:4100" | |
| export AWS_DEFAULT_REGION="us-east-1" | |
| export AWS_SECRET_ACCESS_KEY="fakefakefake" | |
| export AWS_ACCESS_KEY_ID="faketyfakefake" | |
| TOPIC_ARN=$(aws --endpoint-url $ENDPOINT_URL sns create-topic --name test-topic | jq -r ".TopicArn") |
| /* utilities */ | |
| .pull-left { | |
| float: left; | |
| } | |
| .sr-only { | |
| position: absolute !important; | |
| clip: rect(1px, 1px, 1px, 1px); | |
| padding: 0 !important; | |
| border: 0 !important; |