Skip to content

Instantly share code, notes, and snippets.

View iCross's full-sized avatar
🚀
Solving problems with efficiency.

Lukas iCross

🚀
Solving problems with efficiency.
  • autonomad
  • Taiwan
  • 22:21 (UTC +08:00)
View GitHub Profile
@tomchentw
tomchentw / devise.zh-TW.yml
Created April 18, 2012 03:49
devise.zh-TW.yml
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
zh-TW:
errors:
messages:
expired: "已經過期,請重新申請一個"
not_found: "找不到"
already_confirmed: "已經驗證,請直接登入"
not_locked: "被鎖定了"
not_saved:
@yuchien302
yuchien302 / devise.zh-TW.yml
Created August 28, 2012 12:42 — forked from tomchentw/devise.zh-TW.yml
devise.zh-TW.yml
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
zh-TW:
errors:
messages:
expired: "已經過期,請重新申請一個"
not_found: "找不到"
already_confirmed: "已經驗證,請直接登入"
not_locked: "被鎖定了"
not_saved:
@clyang
clyang / gist:b3b2683d681c4db8deda
Created February 17, 2015 02:04
Installation Guide for Skicka on Ubuntu 14.04
** 僅在全新的Ubuntu 14.04下測試過 **
1. apt-get update && apt-get install golang git mercurial
2. cd && mkdir go
3. 編輯~/.bashrc檔, 把下列兩行加到底端: vim ~/.bashrc
export GOPATH=$HOME/go
export PATH=$PATH:$HOME/go/bin:/usr/local/go/bin
4. source ~/.bashrc
5. go get github.com/google/skicka
6. skicka init
@pingyen
pingyen / fbGroupDump.php
Last active August 29, 2015 14:20
Download Facebook Group Feed, Memebers, & About
<?php
ini_set('date.timezone', 'Asia/Taipei');
$access_token = isset($argv[1]) ? $argv[1] : 'abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz123456';
$group_id = 123456789012345;
/* feed */
@pingyen
pingyen / fb-sharer-vexed.js
Last active October 31, 2023 05:03
P_Vexed Sharer
// ==UserScript==
// @name P_Vexed Sharer
// @namespace https://www.facebook.com/groups/p.vexed
// @version 0.1
// @description Facebook Sharer + P_Vexed
// @author You
// @match https://www.facebook.com/sharer/sharer.php*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==