Skip to content

Instantly share code, notes, and snippets.

View nero-dv's full-sized avatar
💭
comfort is the enemy of progress

Louis Del Valle nero-dv

💭
comfort is the enemy of progress
View GitHub Profile
@nero-dv
nero-dv / arm-cheatsheet.pdf
Created January 18, 2023 07:35 — forked from s-aguado/arm-cheatsheet.pdf
ARMv6-M Instruction Set Cheatsheet
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nero-dv
nero-dv / Old Reddit redirect
Created December 21, 2022 00:04 — forked from tavi-vi/Old Reddit redirect
Seamlessly redirect to old.reddit.com, tampermonkey script
// ==UserScript==
// @name old reddit
// @namespace http://tampermonkey.net/
// @version 0.6
// @description seamlessly redirect to old.reddit.com
// @author Tavi
// @match https://www.reddit.com/*
// @icon https://www.google.com/s2/favicons?domain=reddit.com
// @grant none
// @run-at document-start
@nero-dv
nero-dv / README-Template.md
Created December 6, 2022 09:44 — forked from DomPizzie/README-Template.md
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started