Skip to content
View 10xJSChad's full-sized avatar
🐵
monke
🐵
monke
  • segfault inc.
  • Norwegen
Block or Report

Block or report 10xJSChad

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
10xJSChad/README.md

Rojo / 10xJSChad

Dominator of domination (of doom!)

I occasionally do LeetCode, my solutions can be found here



Projects I actually like


climenu - A little application for creating tui menus, nice for organizing shortcuts.

svgshift - Quick program to shift colors in svg files, created this to fix up my desktop theme a little since GIMP was a bit confusing.

gnomefavs - cli utility for creating GNOME task bar presets, kind of like focus modes, but for the task bar.

permutations - really simple cli utility that generates permutations, I use this to bruteforce PAYDAY 3 keypads.



Some stuff I made that I find mildly amusing, all made for fun, no real use case.


ratcp - rsync if it could only recursively copy directories, and had no versatility whatsoever.

cnake - snake game.

Teordle - command-line wordle.

Pinned

  1. climenu climenu Public

    Compact application for creating text menus with executable entries. Use it to build straightforward static shortcut menus or dynamically generate advanced menus for more complex programs.

    C 25 1

  2. BulbScript-for-Wiz-Lights BulbScript-for-Wiz-Lights Public

    BulbScript is a simple scripting language for controlling Philips Wiz Lightbulbs using the pywizlight library.

    Python 22 5

  3. cmenu cmenu Public

    Vaguely dmenu-like minimal TUI menu utility. It reads entries from stdin, creates a selection menu, and writes the selected entry to stdout.

    C 4 1

  4. gnomefavs gnomefavs Public

    gnomefavs is a utility for managing GNOME favorite applications presets. It enables users to save, load, list, and remove presets, providing a flexible way to customize and switch between app layouts

    Python 1

  5. svgshift svgshift Public

    Command-line utility to quickly adjust the colors in an svg file. Allows for quick and easy color manipulation of svg files by adjusting RGB and HSL values.

    C 1

  6. LeetConnect LeetConnect Public

    LeetConnect is a program that lets you do Codewars challenges from your IDE, text editor, and whatever else you have that can write to a file.

    Python