An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by denilsonsa

A curated list of projects in awesome lists by denilsonsa .

https://github.com/denilsonsa/prettyping

`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.

graph network-monitoring ping shell

Last synced: 15 May 2025

https://github.com/denilsonsa/gimp-palettes

RGB color palettes for Gimp

drawpile gimp inkscape krita mypaint palette

Last synced: 04 Apr 2025

https://github.com/denilsonsa/udev-joystick-blacklist

Fix for keyboard/mouse/tablet being detected as joystick in Linux

joystick linux-kernel udev-rules workaround

Last synced: 13 Apr 2025

https://github.com/denilsonsa/crx-reload-tab

Chrome extension to reload the current tab at a chosen interval.

chrome-extension

Last synced: 09 Apr 2025

https://github.com/denilsonsa/html5-knob

A rotary web input component

Last synced: 23 Mar 2025

https://github.com/denilsonsa/pygame-joystick-test

pygame-joystick-test is a small Python program that uses pygame to test joysticks. Upon running, it shows the state (axes, trackballs, hats and buttons) of all detected joysticks. It's a quick and simple way to check how well your joystick works.

gamepad joystick joysticks pygame python python2 python3

Last synced: 20 Oct 2025

https://github.com/denilsonsa/small_scripts

Lots of small scripts I've written over time. This includes shell scripts (written in sh or bash), small stand-alone Python programs, and Gimp plug-ins as well.

Last synced: 12 Oct 2025

https://github.com/denilsonsa/arandr-indicator

Quick and simple tray icon menu for changing the monitor layout. A great companion to ARandR tool.

arandr external-display linux-desktop xrandr xrandr-gui

Last synced: 12 Apr 2025

https://github.com/denilsonsa/lyne-solver

Solver for LYNE game.

lyne puzzle puzzle-solver solver

Last synced: 07 Mar 2026

https://github.com/denilsonsa/atmega8-magnetometer-usb-mouse

ATmega8 working as USB mouse, by reading movements from a magnetometer (digital compass). [Projeto Final do curso de Bacharelado em Ciência da Computação DCC/UFRJ]

atmega atmega8 avr usb-hid

Last synced: 12 Apr 2025

https://github.com/denilsonsa/bizhawk-lua-scripts

Lua scripts I've written for BizHawk/EmuHawk emulator

Last synced: 12 Apr 2025

https://github.com/denilsonsa/spritegen

Random game sprite generator

Last synced: 12 Apr 2025

https://github.com/denilsonsa/ets2-stuff

Collection of assorted stuff related to Euro Truck Simulator 2 game.

Last synced: 18 Oct 2025

https://github.com/denilsonsa/retroadapter

My changes on top of RetroAdapter to make it work with my microcontroller. This is basically the RetroAdapter version 2.1a with some tweaks in the Makefile, an updated usbdrv, and many modules disabled. Built as an USB adapter for SEGA Genesis / Mega Drive controllers.

atmega atmega8 avr retro-controller sega-genesis sega-mega-drive usb-game-controller usb-gamepad usb-hid

Last synced: 06 Jul 2025

https://github.com/denilsonsa/fontpreviewer

"fontpreviewer" is a nice little tool that generates PNG thumbnails of TTF fonts, and also generates a HTML file with all generated thumbnails. This program was originally written on 2007-08-08 and then completely forgotten for almost 4 years.

fonts python ttf ttf-fonts

Last synced: 07 Mar 2026

https://github.com/denilsonsa/midi-pipewire-volume

Tool to map MIDI CC (Control Change) messages to the audio volume of individual PipeWire nodes and devices.

Last synced: 23 Mar 2025

https://github.com/denilsonsa/dotfiles

Last synced: 23 Mar 2025

https://github.com/denilsonsa/browser-selector

Browser Selector is a Python script that allows you to choose what browser you want to launch for each URL. It is intended to be used as a default URL handler.

pygtk python

Last synced: 23 Mar 2025

https://github.com/denilsonsa/cpf-generator

Small and simple and fast generator of all possible CPF numbers

Last synced: 06 Jul 2026

https://github.com/denilsonsa/denilsonsa.github.io

My site at GitHub Pages

Last synced: 23 Mar 2025

https://github.com/denilsonsa/hackhands-aux-tools

Curated list of useful tools for online mentorship — http://denilsonsa.github.io/hackhands-aux-tools/

Last synced: 06 Jan 2026

https://github.com/denilsonsa/magic-square

Magic square finder (brute-force algorithm)

brute-force brute-force-search magic-square puzzle puzzle-solver

Last synced: 23 Mar 2025

https://github.com/denilsonsa/redstone_javascript

The beginnings of a (Minecraft) Redstone editor/simulator, written completely in JavaScript. It's also mirrored in BitBucket: https://bitbucket.org/denilsonsa/redstone_javascript/

Last synced: 23 Jul 2025

https://github.com/denilsonsa/atmega8-hidkeys-helloworld

USB Keyboard using ATmega8, a slightly modified version of HIDKeys.2007-03-29 firmware.

atmega atmega8 avr usb-hid

Last synced: 22 Jun 2025

https://github.com/denilsonsa/subtitle-player

A "player" for subtitles

Last synced: 07 Sep 2025

https://github.com/denilsonsa/terraria-stuff

Collection of assorted stuff related to Terraria game

Last synced: 04 Jan 2026

https://github.com/denilsonsa/pythonlogica

Módulo prático com utilitários para resolução de exercícios do curso de Lógica do DCC/UFRJ. Permite calcular a tabela verdade (e, portanto, comparar duas fórmulas, checar se é tautologia ou contradição) e possui um manipulador de expressões, o qual permite converter uma fórmula para FNC (Forma Normal Conjuntiva). Para mais detalhes, leia a documentação incluída junto com o código fonte. Há uma descrição de como usar este módulo, inclusive com exemplos.

Last synced: 23 Mar 2025

https://github.com/denilsonsa/calculator-the-game-solver

Solver for "Calculator: The Game"

Last synced: 21 Feb 2026

https://github.com/denilsonsa/simone-giertz-fish-slap

Simone Giertz fish slap → https://denilsonsa.github.io/simone-giertz-fish-slap/fishslap_view_as_bg.html

Last synced: 18 Mar 2026

https://github.com/denilsonsa/gamepad-cheatsheet

Cheatsheet of configuration shortcuts of many gamepads (think of it as a concise and comprehensive version of the gamepad manuals)

Last synced: 18 Mar 2026

https://github.com/denilsonsa/atmega8-blinking-leds

First contact with ATmega8 microcontroller - writing a blinking LEDs firmware in C and in different flavors of Assembly.

atmega atmega8 avr

Last synced: 30 Apr 2026

https://github.com/denilsonsa/cartorios-autorizados-apostila

Cartórios Autorizados - Convenção da Apostila da Haia

Last synced: 18 Jun 2026

https://github.com/denilsonsa/xhotcorners

TODO: Write a good description.

Last synced: 12 Aug 2025

https://github.com/denilsonsa/js_binary_tree

Quite old (from 2006) code to simulate a simple binary tree in JavaScript. Uses no extra library, just plain JavaScript and W3C DOM. The code was originally written before I knew what was "version control system", and only recently I've imported the old code into this repository.

binary-tree javascript

Last synced: 25 Jul 2025

https://github.com/denilsonsa/pebble_app_list

My own curated list of Pebble apps and watchfaces

Last synced: 05 Feb 2026

https://github.com/denilsonsa/servermon

Small, simple, lightweight and easy to setup server monitoring tool. Written in bash and PHP. Originally written in 2006.

Last synced: 16 Apr 2026

https://github.com/denilsonsa/autostereogram

Small Python program to generate stereograms, also called Single Image Random Dot Stereogram (SIRDS).

autostereogram python python-pil stereogram

Last synced: 27 Jun 2025

https://github.com/denilsonsa/piano_keys_stickers

Generator of stickers to be used on top of piano keys, as a helping tool for beginners.

beginner music-notation musical-instrument musical-notes piano piano-keyboard stickers

Last synced: 16 Jun 2025

https://github.com/denilsonsa/minerva_ansi_art

ASCII/ANSI art of logos from UFRJ and from IM/UFRJ.

ansi-art ascii-art

Last synced: 02 Feb 2026

https://github.com/denilsonsa/lajejs

This is the HTML/CSS/SVG/JavaScript version of some old QBasic scripts. The original code was rewritten using modern web technologies.

Last synced: 30 Apr 2026

https://github.com/denilsonsa/rpi-led-display

Custom-built RPi LED Display

Last synced: 10 May 2026

https://github.com/denilsonsa/imagespace

ImageSpace is a genetic image generator

generative-art genetic-algorithm

Last synced: 28 Apr 2026

https://github.com/denilsonsa/advent-of-code-2019

My own solutions for https://adventofcode.com/2019

Last synced: 29 Apr 2026

https://github.com/denilsonsa/hoverrace-files

Experiments in reading files from the HoverRace game

Last synced: 16 Aug 2026

https://github.com/denilsonsa/vgmusic-downloader

Scrape, download and save all songs from VGMusic, neatly organized in folders.

Last synced: 01 May 2026

https://github.com/denilsonsa/maze-solver-from-image

Given a rectangular maze as an image, this script will parse the image and solve the maze. It will print the output maze as unicode characters. This script was written as a challenge to solve a maze that was supplied as a PDF file.

maze-solver python

Last synced: 11 Jun 2025

https://github.com/denilsonsa/gpiozero-matrix-keypad

Matrix Keypad component for gpiozero (work-in-progress), hopefully will be integrated into upstream gpiozero someday

Last synced: 01 May 2026

https://github.com/denilsonsa/noise-generation

This repository contains some simple experiments about noise generation. Nothing really serious, just experiments, almost like a sandbox.

noise-generator python

Last synced: 25 Aug 2025