Skip to content

Instantly share code, notes, and snippets.

View girvan's full-sized avatar
Hello World!

Hi girvan

Hello World!
View GitHub Profile
          time                     |  file1  |  file2  | file 3            

-----------------------------------------|----------|-------|------- 2012-12-28 00:00:01 +0800 | 464 | 199 | 7916 2012-12-28 00:01:01 +0800 | 953 | 3149 | 1987 2012-12-28 00:02:02 +0800 | 5458 | 200 | 2758 2012-12-28 00:03:01 +0800 | 413 | 593 | 2231 2012-12-28 00:04:02 +0800 | 960 | 204 | 1925 2012-12-28 00:05:02 +0800 | 1183 | 207 | 5960 2012-12-28 00:06:01 +0800 | 640 | 296 | 2867

          time                     |  file1  |  file2  | file 3            

-----------------------------------------|----------|-------|------- 2012-12-27 16:01:01 +0800 | 820 | 96 | 259 2012-12-27 16:02:01 +0800 | 741 | 254 | 260 2012-12-27 16:03:01 +0800 | 504 | 94 | 250 2012-12-27 16:04:01 +0800 | 694 | 87 | 279 2012-12-27 16:05:02 +0800 | 534 | 90 | 249 2012-12-27 16:06:01 +0800 | 830 | 388 | 250 2012-12-27 16:07:01 +0800 | 872 | 89 | 254 2012-12-27 16:08:01 +0800 | 492 | 92 | 258

2012-12-27 23:44:23 +0800 127 5111
2012-12-27 23:45:02 +0800 119 922
2012-12-27 23:46:02 +0800 125 9067
2012-12-27 23:47:01 +0800 116 3061
<?php
public function ab_jquery()
{
$files = array(
'http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js',
'http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js',
);
function round(num, pos)
{
return (Math.round( num * Math.pow(10,pos) ) / Math.pow(10,pos)).toFixed(pos);
}
@girvan
girvan / gist:4160133
Created November 28, 2012 09:28
OO邦如何產生 icons
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hant" xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#" >
<!-- 1352565810 generated -->
<head>
<meta charset="utf-8" />
<style type="text/css">
.site {
width:126px;
#!/bin/sh
sudo find /home/wwwroot/cache/piliapp/ -cmin +10 -type f -exec rm {} \;
if (-f $document_root$cache_path) {
rewrite ^ $cache_path last;
}
@girvan
girvan / gist:3366739
Created August 16, 2012 04:11
美妝邦粉絲團 2012.08.16 抽獎活動留言存檔
2012.08.16 12:00 抽獎留言存檔 如下,共72則
從 http://on.fb.me/PmAL3X
----------------------------------
Polly Yang 兩三天畫一次~
星期一 21:26 · 讚
朱珮綺 有出門才會畫~
@girvan
girvan / gist:3265038
Created August 5, 2012 14:10
jump out of iframe
if(top!=self)
{
top.location.href=location.href
}