Skip to content

Instantly share code, notes, and snippets.

View Glowin's full-sized avatar

Glow Chiang Glowin

View GitHub Profile
@Glowin
Glowin / dabblet.html
Created May 2, 2013 10:11 — forked from anonymous/dabblet.html
Untitled
<P>&nbsp;&nbsp;秦奋忏悔了4个小时,牧师受不了了。<br><br>&nbsp;&nbsp;牧师说:我们的教堂太小了,装不下他那么大的罪恶,前面还有一个比较大的教堂。
@Glowin
Glowin / ls.php
Created December 19, 2012 02:32 — forked from se4c0met/ls.php
<?php
/*
due to the open_basedir restriction, $tgtPath must be something like the following path param:
http://<your domain>.aws.af.cm/ls.php?path=/var/vcap.local/dea/apps/f-0-21341234123412abcdefgc75cc0f96b9/app/
to discover what are the allowed paths, try supplying any path, e.g. '/' then view the error logs via:
af logs <your app name>
*/
@Glowin
Glowin / first.js
Created September 5, 2012 12:16 — forked from sofish/first.js
面试的时候我会经常问,js 中如何获得 <ul> 下的第一个 <li>,你的答案是什么?
// 大家写在评论中吧,代码高亮可以这样写:
// ```js
// your code
// ```
// update: Fri Aug 31 08:39:21
// copyright: https://gist.github.com/3549352
// 加个性能测试:http://jsperf.com/get-dom-s-first-element
var util = {};