Skip to content

Instantly share code, notes, and snippets.

View kotique123's full-sized avatar

Daniil Murashov kotique123

  • DFW
View GitHub Profile
@Softwave
Softwave / README.md
Last active November 27, 2025 14:05
Fibonacci Program

Fib

Simple fibonacci number calculator.

Usage: fib nth Fibonacci number

@dbrookman
dbrookman / build-mpv_silicon.sh
Last active February 28, 2026 12:48
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