( 淡入 一群身著制服,表情嚴肅的軍官。)
會議桌的主位上,一位資深高階 將軍 正在說話。
將軍:報告已經證實了,紐約市已經…被殭屍占領了。
上校:又來了?明明 28 天前才發生過一次殭屍入侵!
將軍:這些僵屍…不一樣。它們是… 哲學 僵屍。
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb | |
index d1a2e77..da1c030 100644 | |
--- a/Library/Formula/postgresql.rb | |
+++ b/Library/Formula/postgresql.rb | |
@@ -2,9 +2,11 @@ require 'formula' | |
class Postgresql < Formula | |
homepage 'http://www.postgresql.org/' | |
- url 'http://ftp.postgresql.org/pub/source/v9.2.4/postgresql-9.2.4.tar.bz2' | |
- sha1 '75b53c884cb10ed9404747b51677358f12082152' |
( 淡入 一群身著制服,表情嚴肅的軍官。)
會議桌的主位上,一位資深高階 將軍 正在說話。
將軍:報告已經證實了,紐約市已經…被殭屍占領了。
上校:又來了?明明 28 天前才發生過一次殭屍入侵!
將軍:這些僵屍…不一樣。它們是… 哲學 僵屍。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
<html lang="zh-hant-TW" class="han-biaodian-pro han-la"> | |
<head id="Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>你敢有聽著咱的歌 Lí kám-ū thiann-tio̍h lán-ê kua</title> | |
<base target="moedict"> | |
<link rel="stylesheet" href="han.css"> | |
<link rel="stylesheet" href="style.css"> | |
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> |
Many of you, like me, have taken to the streets more than once this year.
At the end of last year, a series of events caused considerable concern over the deterioration in the state of democracy in Taiwan. As a result, a group of friends who work in the IT industry founded a movement called “g0v.tw” — “0” as in “007.”
The goal of g0v is to improve information transparency in the government. Using modern technology, we aim to transform society and ensure that its citizens are both heard and seen.
To have a voice, we organized a large amount of data, wrote many lines of code and built websites, so that the public can gain a deeper understanding about various issues and become more willing to participate in such matters. Why do we want to stay in front of the computer all day, instead of going out and having fun?
// Generated by CoffeeScript 1.6.2 | |
(function() { | |
'use strict'; | |
var cleanModuleName, coffeescript, commonJsWrapper, createJoinConfig, deepFreeze, exec, extend, fs, getConfigDeprecations, http, indent, install, logger, normalizeChecker, normalizeConfig, normalizeDefinition, normalizeWrapper, os, recursiveExtend, replaceSlashes, setConfigDefaults, sysPath; | |
exec = require('child_process').exec; | |
coffeescript = require('coffee-script'); | |
http = require('http'); |
@import "compass/css3"; | |
@include font-face("MOEDICT", font-files( | |
"https://www.moedict.tw/MOEDICT.woff", woff | |
, "https://www.moedict.tw/MOEDICT.otf", opentype | |
, "https://www.moedict.tw/MOEDICT.ttf", truetype | |
), "https://www.moedict.tw/MOEDICT.eot"); | |
@mixin fonts { | |
font-family: "MOEDICT", "Biaodian Pro Sans CNS", "Fira Sans OT", "Lantinghei TC", "黑體-繁", "微軟正黑體", "儷黑 Pro", "蘋果儷中黑", "Adobe 繁黑體 Std", "cwTex 明體", "Adobe 明體 Std", "PMingLiU", "MingLiU", sans-serif, "HanaMinA", "HanaMinB", "HAN NOM A", "HAN NOM B"; | |
} |
.wrap.clearfix | |
- fs=require('fs'); | |
- var glob=function(folder, regexp){ | |
- var result=[]; | |
- var files=fs.readdirSync(folder); for(var i=0;i<files.length;i++){ | |
- var target_file = folder+'/'+files[i]; | |
- var target_path = folder+'.html'; | |
- var target_topic = target_path.slice(target_path.indexOf('/'),target_path.lastIndexOf('/')); | |
- var target_author = folder.slice(folder.lastIndexOf('/')); | |
- var stat = fs.statSync(target_file); |
Q = require \q | |
p = [1 2 3] | |
q = [4 5 6] | |
(.reduce Q.when, Q!) <| for let i in p => -> | |
<- Q.delay 500ms .then | |
console.log i | |
(.reduce Q.when, Q!) <| for let j in q => -> | |
<- Q.delay 500ms .then | |
console.log i, j |
x: 1 | |
y: require \./b.json.ls | |
z: require \./c.json.ls |