Skip to content
View albertvaka's full-sized avatar
💾
Doing stuff
💾
Doing stuff

Organizations

@VGAFIB

Block or report albertvaka

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. KDE/kdeconnect-kde KDE/kdeconnect-kde Public

    Multi-platform app that allows your devices to communicate

    C++ 4k 280

  2. KDE/kdeconnect-android KDE/kdeconnect-android Public

    Native Android port of the KDE Connect Qt app

    Kotlin 1.4k 227

  3. bettercounter bettercounter Public

    A daily counter to track habits

    Kotlin 190 22

  4. nbgf nbgf Public

    No-Bullshit Game Framework

    C++ 5 4

  5. Powershell 'cd' that behaves properl... Powershell 'cd' that behaves properly: zero args bring you home, passing '-' brings you to the previous dir
    1
    del alias:cd -Force # Remove builtin cd alias to Set-Location
    2
    function cd {
    3
    	$pwd = Get-Location
    4
    	if ($args.Count -eq 0) {
    5
    		Set-Location ~
  6. MHI-WifiController MHI-WifiController Public

    A man-in-the-middle program for ESP32 that lets you control Mitsubishi HI heat pumps that use the RC-E1 controller (3 wires) through WiFi

    C++ 2