Pinned Repositories
csv_to_sql
Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command
cz
I was anoyed that the cz-emoji tool was written in Javascript and depends on NPM, PNPM or whatever you use to manage your node packages, so I made my own commit cittizen script with emoji support using only bash and some system utilities.
go-postr
Simple social-media-like project that I'm using to learn some fundamental concepts of web dev. Created with Golang (and love) from scratch! :muscle:
go-webservo
Interface that allows you to control the state of multiple servo motors using an web app, serial comunication and an Arduino board
kevinmarquesp.github.io
PServo
An Arduino library designed to make working with multiple servo motors simpler and more intuitive, especially for those building complex robots. With PServo, you can easily control the movements of multiple servos at the same time and even create more advanced motion sequences
shopping_app
A simple shopping list app with vanilla javascript and HTML+CSS
snake_game
It just a cli based snake game written in Python.
taegel
YouTube downloader with some advanced features
web_crawler_ex
Tool to extract all the anchor links URLs of websites, store that list of URLs inside a SQLite3 database and repeat that same process to each link recursively using multiple sub process in parallel
kevinmarquesp's Repositories
kevinmarquesp/cz
I was anoyed that the cz-emoji tool was written in Javascript and depends on NPM, PNPM or whatever you use to manage your node packages, so I made my own commit cittizen script with emoji support using only bash and some system utilities.
kevinmarquesp/PServo
An Arduino library designed to make working with multiple servo motors simpler and more intuitive, especially for those building complex robots. With PServo, you can easily control the movements of multiple servos at the same time and even create more advanced motion sequences
kevinmarquesp/go-webservo
Interface that allows you to control the state of multiple servo motors using an web app, serial comunication and an Arduino board
kevinmarquesp/kevinmarquesp.github.io
kevinmarquesp/taegel
YouTube downloader with some advanced features
kevinmarquesp/go-postr
Simple social-media-like project that I'm using to learn some fundamental concepts of web dev. Created with Golang (and love) from scratch! :muscle:
kevinmarquesp/ParallelServo
Create robots with complex movements with this Arduino library that allows you to handle more than one servo motors at time and controll the spead of each of them in parallel
kevinmarquesp/go-chat
kevinmarquesp/html2pdf_pyscript
Script/biblioteca para gerar documentos em HTML, com múltiplas fichas (4 números cada, descrição e uma imagem), que são fácilmente convertidos pra PDF
kevinmarquesp/lisp-person-register
Stupid project that I created just to learn the basics of this language. I ended up liking it! It's a TUI application that registers names and ages in a simple SQLite3 database, rendering the registered users and prompting the user to either exit or register a new person.
kevinmarquesp/spinning-heart
kevinmarquesp/ytm_api.py
Python script created to easely fetch data from the Youtube Music API from command line, where I can use jq, yt-dlp and other tools to automate some downloading process
kevinmarquesp/.dotfiles
kevinmarquesp/advent-of-code
kevinmarquesp/artistfetcher
Script to fetch all songs from a YouTube Music's artist. You can combine it with yt-dlp to backup an entire artist library locally.
kevinmarquesp/csv_to_sql
Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command
kevinmarquesp/PreciseServo
Arduino library that extends the functions of the Servo object and allows you to control the speed of each movement 🤖
kevinmarquesp/tabnews-htmx
kevinmarquesp/use-template
A small and simple command line tool to clone GitHub repositories and use them as template.
kevinmarquesp/game-of-life
kevinmarquesp/web_crawler_ex
Tool to extract all the anchor links URLs of websites, store that list of URLs inside a SQLite3 database and repeat that same process to each link recursively using multiple sub process in parallel
kevinmarquesp/arduino-servo-stream-controll_v1
Sketch that allows the user to send commands to controll a stream of servo motors, you can set how much servos you're dealing with and their positions with serial commands (parallel movements are possible and easy now)
kevinmarquesp/comenter
kevinmarquesp/kevinmarquesp
Does my README makes me look cool? 😎
kevinmarquesp/multiple-servo-handler
Arduino code that makes easier to non-software students manipulate multiple servo motors at once
kevinmarquesp/pomoduino
Small pomodoro sketch to take off the dust of my Arduino board
kevinmarquesp/pytube-dlr
[ARCHIVED] Python package to download videos/audios of YouTube videos, with pause a download feature. I used this project to learn the factory pattern.
kevinmarquesp/random-number-generator
Simple website to easely generate a list of random numbers with custom separators!
kevinmarquesp/ServoStreamControl
Sketch that uses the serial port communication to send commands and control multiple servo motors attached to the board (which you can also set the ammount via the serial port communication); Allowing the user interact with a robot, or a similar project, whithout touching any Arduino code at all
kevinmarquesp/system_installation_scripts
Colection of some scripts that help me to install some Linux distributions (Windows too in the future) more quickly