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

Sponsors

@MikeStirner

Organizations

@VGAFIB
Block or Report

Block or report albertvaka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

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

    Multi-platform app that allows your devices to communicate

    C++ 2.4k 186

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

    Native Android port of the KDE Connect Qt app

    Java 872 157

  3. bettercounter bettercounter Public

    A daily counter to track habits

    Kotlin 109 14

  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. llvm-dogecode llvm-dogecode Public

    DogeCode compiler

    C++ 4 1