Skip to content

Instantly share code, notes, and snippets.

View kvaradhan3's full-sized avatar

Kannan Varadhan kvaradhan3

View GitHub Profile
@kvaradhan3
kvaradhan3 / labwc-debug.log
Created August 9, 2025 01:55
labwc -d >/tmp/labwc-dbg.log 2>&1
Fontconfig warning: using without calling FcInit()
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x140 with 0x110
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x14b with 0x111
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x14c with 0x112
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x110 with 0x110
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x111 with 0x111
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x112 with 0x112
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x113 with 0x113
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x114 with 0x114
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x115 with 0x115
@kvaradhan3
kvaradhan3 / gist:8e47a6cd3e96c26f70dc9719a0a3da97
Created June 4, 2024 03:20
read weather data from visualCrossing
{/*
* VisualCrossing uses US ZIP codes,
* or "City,Country" format for location,
* Country is in ISO-3166-2 ALPHA-2 format
* (https://www.iban.com/country-codes)
*/}
import { css } from "uebersicht"
import { run } from "uebersicht"