Skip to content

Instantly share code, notes, and snippets.

View kotique123's full-sized avatar

Daniil Murashov kotique123

View GitHub Profile
@Softwave
Softwave / README.md
Last active March 25, 2025 16:00
Fibonacci Program

Fib

Simple fibonacci number calculator.

Usage: fib nth Fibonacci number

@dbrookman
dbrookman / build-mpv_silicon.sh
Last active April 5, 2025 10:57
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