Skip to content

Instantly share code, notes, and snippets.

@rasmuscnielsen
rasmuscnielsen / sample.vtt
Created March 24, 2024 07:58 — forked from samdutton/sample.vtt
Sample WebVTT caption file
WEBVTT
00:00:00.500 --> 00:10:02.000
The Web is always changing
00:10:02.500 --> 00:00:04.300
and the way we access it is changing
@rasmuscnielsen
rasmuscnielsen / mamp-php-gmp.md
Last active May 22, 2024 12:20 — forked from wimarbueno/mamp-php-gmp.md
How to install GMP extension for PHP 7.4.2 using MAMP

Installing GMP extension for PHP 7.4 using MAMP

You have to build the GMP extension from the PHP source code. First install Autoconf and GMP using Homebrew.

brew install autoconf gmp

Download and unpack PHP.