Skip to content

Instantly share code, notes, and snippets.

View acgxv's full-sized avatar
🌊
Rusting

XV acgxv

🌊
Rusting
View GitHub Profile
@baopham
baopham / Monaco for Powerline.otf
Last active July 11, 2026 11:36
Patched font Monaco for OSX Vim-Powerline
@tmiz
tmiz / build_openssl_dylib.sh
Last active September 23, 2025 16:13
Build latest OpenSSL Universal Binary on OSX
#!/bin/bash
OPENSSL_VERSION="1.0.1g"
curl -O http://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
tar -xvzf openssl-$OPENSSL_VERSION.tar.gz
mv openssl-$OPENSSL_VERSION openssl_i386
tar -xvzf openssl-$OPENSSL_VERSION.tar.gz
mv openssl-$OPENSSL_VERSION openssl_x86_64
cd openssl_i386