Skip to content

Instantly share code, notes, and snippets.

View ETBlue's full-sized avatar

ETBlue ETBlue

View GitHub Profile
4+565671712345~
挖挖挖挖挖挖挖挖挖挖挖挖挖~
515 515 6~5677115 11717132 5 271~
挖坑獸 挖坑獸 我是勤勞的挖坑獸 地上沒有坑的時候 我就來囉
133 133 4322133 4 343465 4+565671~
填坑獸 填坑獸 猜猜誰是填坑獸 啦啦啦啦啦啦啦啦 突突突突突~呼呼呼(笑)
176543212~ 234 4446~53
好久好久好久以前~挖坑獸長著無辜的臉~
176543456~ 671111~171~2~
一把小鏟子在胸前~最厲害的武器就在那邊~
@ETBlue
ETBlue / kuansim
Last active December 21, 2015 05:58
鄉民關心你之歌 - 完整版
5-35161-61-61253---5--635212----
鄉民做伙來關呀關心你 真正怨嘆你無義
3--56-533-216---1-6-516535615--535615---
放阮孤單寫程式 半暝未爽心稀微啊心稀微
1-1-35-61-1-5---6-5-15-561112---
報紙電視咱四界看 同一齣戲係打崗攏咧頒
1232232-21355552---321+244-255567---
網路頂頭耶消息哪耶全組顛倒翻?過無幾崗著乾那沒這遭
@ETBlue
ETBlue / the kirby song
Last active December 24, 2015 01:39
鬍子科比 - working in progress
53535-3-16-53---
科比科比科~比~科科~科比~
65656-4-3-42----
科比科比科~比~科~科比~~~~
56712345
科科科科科科科科
56712345
科科科科科科科科
56712345
科科科科科科科科
@ETBlue
ETBlue / gist:7139306
Created October 24, 2013 15:29
error running ly.g0v.tw
C:\Users\ETBlue\My Documents\github\ly.g0v.tw>npm start
> [email protected] start C:\Users\ETBlue\My Documents\github\ly.g0v.tw
> ./node_modules/.bin/brunch b --config brunch-templates.ls && ./node_modules/.b
in/brunch watch --server
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! [email protected] start: `./node_modules/.bin/brunch b --config brunch-te
mplates.ls && ./node_modules/.bin/brunch watch --server`
C:\Users\ETBlue\My Documents\github\ly.g0v.tw>npm i
> [email protected] prepublish C:\Users\ETBlue\My Documents\github\ly.g0v.tw
> ./node_modules/.bin/lsc -cj package.ls
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! [email protected] prepublish: `./node_modules/.bin/lsc -cj package.ls`
npm ERR! `cmd "/c" "./node_modules/.bin/lsc -cj package.ls"` failed with 1
npm ERR!
@ETBlue
ETBlue / npm install
Created October 24, 2013 17:17
ubumtu 12.04 LTS
npm ERR! Error: No compatible version found: LiveScript@'>=1.1.0- <1.2.0-'
npm ERR! No valid targets found.
npm ERR! Perhaps not compatible with your version of node?
npm ERR! at installTargetsError (/usr/share/npm/lib/cache.js:488:10)
npm ERR! at next_ (/usr/share/npm/lib/cache.js:438:17)
npm ERR! at next (/usr/share/npm/lib/cache.js:415:44)
npm ERR! at /usr/share/npm/lib/cache.js:408:5
npm ERR! at saved (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
npm ERR! at Object.oncomplete (/usr/lib/nodejs/graceful-fs.js:230:7)
npm ERR! You may report this log at:
.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(indexOf('/'),lastIndexOf('/'));
- var target_author = folder.slice(lastIndexOf('/'));
- var stat = fs.statSync(target_file);
c:\users\etblue\appdata\roaming\npm\node_modules\jade\lib\runtime.js:198
throw err;
^
TypeError: library.jade:23
21| .menu.item.issues
22| a(href="timeline-issues.html").item
> 23| | 兩岸服務貿易協議
24| .ui.label 10
25| a(href="timeline-issues.html").item
26| | 核能發電
@ETBlue
ETBlue / config.rb
Created January 17, 2014 20:42
Put this configuration file in your project folder which will be watched by Fire.app, or simply add the first 3 lines of this gist to your existing config.rb file.
require './tilt_jade.rb'
puts Tilt.mappings.inspect
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "public/css"
sass_dir = "sass"
images_dir = "public/img"
@ETBlue
ETBlue / tilt_jade.rb
Last active January 3, 2016 15:09
Put this file in your project folder which will be watched by Fire.app. If you are using Windows, change the user name "etblue" in line 18 and line 19 to your username.
require 'tilt'
require 'open3'
if defined? Serve
if !Serve::DynamicHandler.extensions.include?('jade')
App.alert('未載入 Jade Template engine, 請重開 Fire.app 後先 watch 這個專案')
end
end
module Tilt
class JadeTemplate < Template