Skip to content

Instantly share code, notes, and snippets.

View aoxu's full-sized avatar

Ao Xu aoxu

View GitHub Profile
for i = 1, 10 do
doA()
if condition then
continue
end
doB()
end
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder
@aoxu
aoxu / video.html
Created May 14, 2013 10:33
插入视频
<object id="flashObj" width="620" height="350" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=2368755253001&playerID=1275216913001&playerKey=AQ~~,AAABBzUwv1E~,xP-xFHVUstjFMsS-3Kb8-iZB6sJ0hUm_&domain=embed&dynamicStreaming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=2368755253001&playerID=1275216913001&playerKey=AQ~~,AAABBzUwv1E~,xP-xFHVUstjFMsS-3Kb8-iZB6sJ0hUm_&domain=embed&dynamicStreaming=true" base="http://admin.brig

Welcome

Welcome to your wiki! This is the default page we've installed for your convenience. Go ahead and edit it.

Wiki features

This wiki uses the Markdown syntax.

The wiki itself is actually a git repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.

@aoxu
aoxu / printtable.lua
Created May 27, 2013 09:15
递归打印lua table
function printtable(t)
for i,v in pairs(t) do
if type(v) == "table" then
printtable(v);
else
print(i.." = "..tostring(v));
end
end
end
$ traceroute v2ex.com [12:44:35]
traceroute to v2ex.com (65.255.43.91), 64 hops max, 52 byte packets
1 192.168.1.1 (192.168.1.1) 53.826 ms 19.105 ms 1.891 ms
2 183.16.196.1 (183.16.196.1) 20.201 ms 10.505 ms 18.972 ms
3 119.145.225.225 (119.145.225.225) 9.150 ms 32.201 ms 241.765 ms
4 119.145.220.86 (119.145.220.86) 15.115 ms 6.761 ms 18.875 ms
5 121.34.242.218 (121.34.242.218) 76.850 ms 11.743 ms 51.404 ms
6 202.97.35.250 (202.97.35.250) 17.460 ms 42.162 ms 43.558 ms
7 202.97.34.86 (202.97.34.86) 19.087 ms 212.982 ms 234.405 ms
8 202.97.58.214 (202.97.58.214) 202.800 ms 206.361 ms 176.665 ms
xatest@xa-macbookpro: ~
$ dig @8.8.8.8 speedof.me [21:27:48]
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 speedof.me
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5408
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
@aoxu
aoxu / test.md
Last active December 19, 2015 18:39

#这是标题 我是正文第一行。
我是正文的第二行,稍微长一点。

    Array
    (
    [gameCenter] => G:1533770571
    [lastPlunder] => 20
 [facebookName] =&gt; 
@aoxu
aoxu / wwdc_session_videos_cn.md
Created July 16, 2013 10:15
这是一份WWDC session videos的国内在线视频版本,免去了不清晰的官网在线观看和缓慢的iTunes U下载。
local userArch =
{
[1] = {
id = 1,
[1] = { index = 1, level = 1, pos = { x = 100, y = 100 }, finishedTime = 0
}
},
[2] = {
id = 2,
[1] = { index = 1, level = 3, pos = { x = 150, y = 150 }, finishedTime = 18948788493