Skip to content

Instantly share code, notes, and snippets.

View m4ycon's full-sized avatar
🎧
Focusing

Maycon Fabio m4ycon

🎧
Focusing
  • Brasil, DF
  • 00:38 (UTC -03:00)
View GitHub Profile
@davipatury
davipatury / parseNotes.js
Last active February 6, 2025 19:14
HookTheory to RISC-V midi
(async () => {
const noteTable = {
'1': 72,
'#1': 73,
'1s': 73,
'1f': 73,
'b1': 73,
'b2': 73,
'2': 74,
'#2': 75,
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 9, 2026 22:38
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites