Skip to content

Instantly share code, notes, and snippets.

View zrong's full-sized avatar
🏠
Working from home

Jacky zrong

🏠
Working from home
View GitHub Profile
#!/bin/sh
#
# redis - this script starts and stops the redis-server daemon
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
# config: /etc/redis/redis.conf
# config: /etc/sysconfig/redis
# pidfile: /var/run/redis/redis.pid
@zrong
zrong / PList.as
Created September 13, 2013 08:40 — forked from comfuture/PList.as
package maroo.codec
{
import flash.utils.ByteArray;
import mx.utils.Base64Decoder;
public class PList
{
public static function parse(source:XML):Object
{
switch (source.name().localName) {