Skip to content

Instantly share code, notes, and snippets.

View smamran's full-sized avatar
🎯
Focusing

S. M. AMRAN smamran

🎯
Focusing
View GitHub Profile
@phazmatis
phazmatis / howto.md
Last active July 9, 2023 10:04
CLion / MSYS2 / JA
@pcan
pcan / README.md
Created April 3, 2017 09:16
Compile Redis with Cygwin

Prerequisites

Install Cygwin with make, gcc & g++. Download Redis tar.gz package, unpack it.

Patch

Edit deps/hiredis/net.c and add the following lines just after the include directives:

@uzxmx
uzxmx / enable_nativebridge
Created January 28, 2018 08:55
android x86 /system/bin/enable_nativebridge
#!/system/bin/sh
PATH=/system/bin:/system/xbin
houdini_bin=0
dest_dir=/system/lib$1/arm$1
binfmt_misc_dir=/proc/sys/fs/binfmt_misc
if [ -z "$1" ]; then
if [ "`uname -m`" = "x86_64" ]; then