Skip to content
View ravihlb's full-sized avatar
🎯
Bacana
🎯
Bacana

Block or report ravihlb

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 Loading

  1. astro-lab astro-lab Public

    Personal static blog built with Sveltekit + MDSVex

    Svelte 3

  2. cs50x2024 cs50x2024 Public

    C programs coded in CS50x2024 using libcs50

    C

  3. nvim-config nvim-config Public

    Lua 1

  4. sicp-exercises sicp-exercises Public

    Solving Structure and Interpretation of Computer Programs Lisp exercises in Scheme

    NewLisp

  5. aoc aoc Public

    Solving Advent of Code

    Go 1

  6. Autohotkey Script to toggle window (... Autohotkey Script to toggle window (run if not running, activate if minimized, minimize if active)
    1
    toggleWindow(winTitle, path) 
    2
    {
    3
        WinGet, winState, MinMax, %winTitle%
    4
    
                  
    5
        if !WinExist(winTitle)