Skip to content

Instantly share code, notes, and snippets.

View kotiqueTheMaid's full-sized avatar

Daniil Murashov kotiqueTheMaid

View GitHub Profile
@dbrookman
dbrookman / build-mpv_silicon.sh
Last active November 14, 2024 05:30
How to build mpv & mpv.app on an Apple silicon Mac
#!/usr/bin/env bash
# Builds mpv & mpv.app on Apple silicon Macs.
# Run this script from the root directory of the mpv repo.
# if anything fails, gtfo
set -ex
meson setup build
meson compile -C build
@Softwave
Softwave / README.md
Last active November 14, 2024 11:39
Fibonacci Program

Fib

Simple fibonacci number calculator.

Usage: fib nth Fibonacci number