Public Gists by itszero

Gravatar
Tue Oct 06 23:01:00 -0700 2009
1
2
3
# beanstalkd arguments
# -l Listening Interface (0.0.0.0 for all interfaces)
# -p Port to listen on (default: 11300)
Gravatar
Sun Aug 09 17:44:55 -0700 2009
1
2
3
zeros-macbook-pro-2:ZRChromaHash Zero$ ls -R .
Debug ZRChromaHashColorAnimation.j
Info.plist ZRChromaHashTextField.j
gist: 156891 VMPServer 的參考原始碼
Gravatar
Mon Jul 27 19:41:53 -0700 2009
1
2
3
package tw.mpclab.VMP.Server;
 
import org.json.JSONObject;
Gravatar
Thu Jun 25 23:51:06 -0700 2009
1
2
3
#!/usr/bin/ruby
 
dir = ARGV[0]
Gravatar
Tue May 05 23:16:58 -0700 2009
1
2
3
<!DOCTYPE html>
<html>
<head>
Gravatar
Sun Apr 26 23:49:34 -0700 2009
1
2
3
Client 連線到 Server 後送出
Client => LOGIN [使用者名稱] [MD5編碼密碼](換行)
Server 收到後如果正確就會回傳
Gravatar
Wed Apr 22 09:40:59 -0700 2009
1
2
3
#include <cstdio>
#include <cstdlib>
using namespace std;