Skip to content
View ArneshRC's full-sized avatar

Highlights

  • Pro

Block or report ArneshRC

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 250 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. polyrhythm-visualizer polyrhythm-visualizer Public

    Simple polyrhythm visualizer as a web app

    TypeScript 5 1

  2. SineGen SineGen Public

    Web-based sine wave generator

    TypeScript 1

  3. console.save.js console.save.js
    1
    console.save = (data, filename) => {
    2
        const a = document.createElement('a');
    3
        const blob = data instanceof Blob
    4
            ? data
    5
            : new Blob([
  4. nvim-config nvim-config Public

    My neovim config

    Lua 2

  5. Alexays/Waybar Alexays/Waybar Public

    Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉

    C++ 9.3k 899

  6. ErikReider/SwayNotificationCenter ErikReider/SwayNotificationCenter Public

    A simple GTK based notification daemon for any Wayland compositor

    Vala 2k 83