Skip to content

Instantly share code, notes, and snippets.

View tuliocll's full-sized avatar
🎶
eu vim da roça meu bem

Tulio Calil tuliocll

🎶
eu vim da roça meu bem
View GitHub Profile
@vmarcosp
vmarcosp / links-live-rescriptbr.md
Last active November 25, 2022 16:22
Links de todas as referências, redes sociais e sites utilizados nas lives de ReScript
@tuliocll
tuliocll / mac1-aws-ec2-resize-disk.md
Last active June 12, 2021 20:40
Resize Mac1 AWS EC2 disk

First, list all disks:

diskutil list

Check the avaliable space and the identifier for the Container partition, to me is the disk1s2 identifier on /dev/disk1 disk.

Repair the disk:

diskutil repairdisk /dev/disk1
@annibal
annibal / jequiti-blinker.js
Last active October 25, 2024 20:55
Every 5 ~ 30 seconds, randomly, shows an JEQUITI image fullscreen covering the web page, for a few seconds, then hides and deletes it
const commonStyles = "display: block; position: fixed; z-index: 9999999; transition: opacity 100ms ease; left 100ms ease; top: 100ms ease; right: 100ms ease; bottom: 100ms ease; width: 100ms ease; height: 100ms ease;"
const jequitiSettings = {
min: 5000,
max: 30000,
duration: 500,
waitLoad: 1000,
waitRemove: 200,
tid: null,
src: "https://fraguru.com/mdimg/dizajneri/o.1954.jpg",
id: "jequiti-overlay",