Skip to content

Instantly share code, notes, and snippets.

View energygreek's full-sized avatar
💭
I may be slow to respond.

Heyman energygreek

💭
I may be slow to respond.
  • Shenzhen, China
View GitHub Profile
@ollyja
ollyja / wechat_amr_wav.py
Created April 7, 2017 03:29
convert weichat amr audio files into wav
# WeChat aud file converter to wav files
# Dependencies:
# SILK audio codec decoder (available at https://github.com/gaozehua/SILKCodec)
# ffmpeg
#
# By Gabriel B. Nunes (gabriel@kronopath.net)
# Adapted from another script by Nicodemo Gawronski (nico@deftlinux.net)
#
# update by ollyja
@Jxck
Jxck / README.md
Created December 16, 2012 09:16
libuv TCP server/client sample

how to compile

$ gcc -g -Wall -I /path/to/libuv/include /path/to/libuv/uv.a -framework CoreServices server.c -o server
$ gcc -g -Wall -I /path/to/libuv/include /path/to/libuv/uv.a -framework CoreServices client.c -o client
@Schnouki
Schnouki / .Xdefaults
Created May 20, 2010 17:13
Tango theme for urxvt
/* Couleurs Tango */
URxvt.foreground: #C8C8C8
URxvt.background: #323232
URxvt.color0: #2E3436
URxvt.color1: #CC0000
URxvt.color2: #4E9A06
URxvt.color3: #C4A000
URxvt.color4: #3465A4
URxvt.color5: #75507B
URxvt.color6: #06989A