- If you haven’t already:
brew install ffmpeg gifsicle imagemagick. - Open QuickTime Player.
- File > New Screen Recording.
- Record.
- Save as
recording.mov. mkdir framescd framesffmpeg -i ../recording.mov -r 24 recording-%03d.pngconvert recording-001.png palette.gifconvert -dither none -remap palette.gif recording-*.png recording-uncompressed.gif
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
If you just want to fix the issue quickly, scroll down to the "solution" section below.
If you're a Homebrew user and you installed node via Homebrew, there is a major philosophical issue with the way Homebrew and NPM work together. If you install node with Homebrew and then try to do npm update npm -g, you may see an error like this:
$ npm update npm -g
Service Worker - offline support for the web
- Service Worker - Revolution of the Web Platform
- The Service Worker is Coming - Look Busy (vid)
- Service Workers: Dynamic Responsive Images using WebP Images
- Is Service Worker ready?
Progressive apps - high-res icon, splash screen, no URL bar, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am mybuddymichael on github. | |
| * I am mybuddymichael (https://keybase.io/mybuddymichael) on keybase. | |
| * I have a public key ASBrByGrPY4l-9ymKtl8ITc1fa46aVEBV9X1Iym84MFuego | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sign In Screen* | |
| sign in -> Dashboard | |
| Dashboard | |
| sign out -> Sign In Screen | |
| Nothing Claimed | |
| request match -> Match Claimed | |
| Match Claimed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| # Cloze Overlapper Add-on for Anki | |
| # | |
| # Copyright (C) 2016-2019 Aristotelis P. <https://glutanimate.com/> | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU Affero General Public License as | |
| # published by the Free Software Foundation, either version 3 of the | |
| # License, or (at your option) any later version, with the additions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const GAP = 45 * 60; // Average gap between pings, in seconds | |
| // const URPING = 1184097393; // Ur-ping ie the birth of Timepie/TagTime! (unixtime) | |
| // const SEED = 11193462; // Initial state of the random number generator | |
| const URPING = 1715455233; // Ur-ping ie the birth of Timepie/TagTime! (unixtime) | |
| const SEED = 584340993; // Initial state of the random number generator | |
| const IA = 16807; // =7^5: Multiplier for LCG random number generator | |
| const IM = 2147483647; // =2^31-1: Modulus used for the RNG | |
| let totalPings = 0; | |
| // Above URPING is in 2007 and it's fine to jump to any later URPING/SEED pair |
| name | description | allowed-tools |
|---|---|---|
save-design-inspiration |
Save design inspiration from URLs (tweets, websites, videos) with media. Use when user shares URLs for design inspiration, mentions 'dinspo' or 'design inspiration', or wants to save visual references. |
Bash(mise:*), Bash(bun:*) |
Saves design inspiration from URLs with automatic media download and note creation.
OlderNewer