Skip to content

Instantly share code, notes, and snippets.

@CHFR-wide
CHFR-wide / _Readme - screenflip.jsx.md
Last active November 6, 2020 20:27
ScreenFlip - Audio-based YTPMV/otoMAD style screenflipping for After Effects

Readme

A fork of Mmaker's screenflip.jsx. With his help, I've made it a bit more confortable to work with, if you already know how to use his version this new one shouldn't require any tutorial

@CHFR-wide
CHFR-wide / ease_copy_1.0.3.lua
Last active February 16, 2025 17:48
Script for saving and applying easing presets within davinci fusion
-- Easecopy v1.0.3
-- Changelog:
-- v1.0.3 : Makes the script composition-agnostic
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script
----------------------
-- UI_MANAGER SETUP --
----------------------
@CHFR-wide
CHFR-wide / 4CCNA notes.md
Created December 13, 2023 14:08
4CCNA notes

Basic device configuration

Configure a switch with initial settings

Boot sequence:

  1. The POST (power-on self-test) stored in ROM tests the CPU, DRAM, and the flash device. Professional-grade devices also test the memory;
  2. The boot loader software is called (this is what decides if we go in recovery "ROM MON" mode);
  3. Boot loader initializes CPU registers handling memory;
  4. Boot loader initialized the flash file system;
// ==UserScript==
// @name Youtube seek undo
// @namespace https://gist.github.com/CHFR-wide/
// @version 0.5
// @description Adds undo and redo when watching a video
// @author CHFR
// @match *://www.youtube.com/*
// @grant none
// @run-at document-idle
// @downloadURL https://gist.github.com/CHFR-wide/c47d240e46112333145510cc73607429/raw