Qogir (round) https://www.xfce-look.org/p/1645814 Qogir icons https://www.opendesktop.org/p/1296407/
Whisker menu transparent rounded DARK/LIGHT mode https://www.opendesktop.org/p/1732225
Qogir (round) https://www.xfce-look.org/p/1645814 Qogir icons https://www.opendesktop.org/p/1296407/
Whisker menu transparent rounded DARK/LIGHT mode https://www.opendesktop.org/p/1732225
| host: home | |
| port: 80 | |
| token: PUT_YOUR_TOKEN_HERE |
| // Fill out your copyright notice in the Description page of Project Settings. | |
| #include "MyGameInstance.h" | |
| void UMyGameInstance::Init() | |
| { | |
| this->bSimulateTime = false; | |
| Super::Init(); | |
| if (!this->hasPointCloud) { | |
| PointCloudActor = GetWorld()->SpawnActor<ALidarPointCloudActor>(); |
| #include "MyGameInstance.h" | |
| #include "LidarPointCloud.h" | |
| #include "LidarPointCloudShared.h" | |
| #include "LidarPointCloudActor.h" | |
| #include "LidarPointCloudComponent.h" | |
| #include "Math/Color.h" | |
| void UMyGameInstance::Init() | |
| { |
| import bpy | |
| import math | |
| # Set the number of vertices, radius, and depth of the semi-circle | |
| num_vertices = 16 | |
| radius = 1.0 | |
| depth = 0.5 | |
| # thickness between inner and outer part of the shell |
| # generate JSONSchema to validate YAML files as CLI | |
| import os | |
| from pathlib import Path | |
| import yaml | |
| import json | |
| import argparse | |
| from genson import SchemaBuilder | |
| #!/bin/bash | |
| # see comment by Florian Müllner on https://fedoramagazine.org/alt-tab-gnome-shell-extension/ | |
| gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" | |
| gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']" |
| def xmas_tree(inverted=False, radius=6): | |
| tree_map = [] | |
| in_order = range(radius+1) | |
| if inverted: | |
| in_order = range(radius+1, 0, -1) | |
| for y in in_order: | |
| y_list = [] | |
| tree_map.append(y_list) | |
| for x in range(radius*2+1): | |
| sign = 1 |
| #!/bin/bash | |
| docker system prune -fa | |
| docker images purge | |
| docker rmi $(docker images -a -q) | |
| docker volume prune -f |
| #EXTM3U | |
| #EXTINF:0,ZDF HD | |
| #EXTVLCOPT:network-caching=1000 | |
| rtsp://192.168.178.1:554/?avm=1&freq=450&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,6100,6110,6120,6121,6123,6130,6131,6170 | |
| #EXTINF:0,rbb Berlin HD | |
| #EXTVLCOPT:network-caching=1000 | |
| rtsp://192.168.178.1:554/?avm=1&freq=450&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,5310,5311,677,2171,2176,5312,5313,5314,5315 | |
| #EXTINF:0,ZDFinfo HD | |
| #EXTVLCOPT:network-caching=1000 | |
| rtsp://192.168.178.1:554/?avm=1&freq=450&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,6700,6710,6720,6721,6723,6730,6731,6770 |