Skip to content

Instantly share code, notes, and snippets.

@twlca
twlca / pidCheck.js
Created October 14, 2016 06:15
檢查身分證字號
/* 依據內政部:
1. 身分證編碼原則
2. 外來人口統一證號編碼原則(居留證) https://www.immigration.gov.tw/ct_cert.asp?xItem=1106801&ctNode=32601&mp=1
身分證及居留證通用
第一碼 縣市編碼原則:
A=10 台北市 J=18 新竹縣 S=26 高雄縣
B=11 台中市 K=19 苗栗縣 T=27 屏東縣
C=12 基隆市 L=20 台中縣 U=28 花蓮縣
D=13 台南市 M=21 南投縣 V=29 台東縣
@twlca
twlca / circular_date_presentation.html
Created October 13, 2016 01:13
以顯眼的日期表示方式呈現活動欄位
<style>
.circle_box { width: 64px; height: 64px; border-radius: 50%; text-align: center; vertical-align: middle; font-size: 20; font-family: helvetica; color: #888; -webkit-box-shadow: inset 3px 2px 19px -2px rgba(0,0,0,0.58);
-moz-box-shadow: inset 3px 2px 19px -2px rgba(0,0,0,0.58);
box-shadow: inset 3px 2px 19px -2px rgba(0,0,0,0.58); float: left; margin-right: 8px; }
.mon { font-size: 32px; font-weight: bold; }
.m_title { color: steelblue; font-weight: bold; font-family: helvetica; width: 360px; }
.m_title p { font-size: 14px; color: #333; margin-top: 0;}
.cr { clear: both; }
</style>
<div class="circle_box"><span class="mon">12</span><br />2</div>
@twlca
twlca / style.css
Last active October 7, 2016 01:29
Share Stylesheet for all tdv site
body { font-size: 14px; }
table { border-collapse: collapse; }
th, td { border: 1px solid #999; padding: 3px 6px; }
pre { border: 1px solid #999; padding: 9px; border-radius: 4px; font-family: courier new; background: #f8f8f8; }
nav ul { list-style-type: none; }
nav ul li { display: block; }
nav ul li a { text-decoration: none; }
@twlca
twlca / TVM_members.json
Created October 1, 2016 08:36
台東志協會員名冊
[
{
"類別": "綜合服務類",
"運用單位編號": "A00VY111",
"運用單位": "台東縣志願服務協會",
"志工隊編號": "A00VG111",
"志工隊": "臺東縣志願服務協會志願服務隊",
"電話": "089-333192",
"承辦人": "鐘雅文"
},
@twlca
twlca / 愛德組織架構
Last active September 21, 2016 06:52
105.05.11 修正版愛德組織架構
// 這個架構語法沒有錯,但陣列及物件格式仍待檢視
// 可考慮另加 劃撥帳號:06692446 & 台銀台東:023001 104433
twlca_architecture = {
"會員大會" : {
"理、監事會" : {
"理事長" : {
"執行長" : [
"英文秘書",
{"內、外聘督導" : ["督導助理"]},
{"主任" : {
@twlca
twlca / UI規劃.md
Created September 17, 2016 16:32
規劃 UI 格式

UI 規劃

  • 聯繫資源、子單位、志工、活動類別 --> 新增
  • 活動 --> 確認
@twlca
twlca / angular_model.html
Last active September 17, 2016 14:52
Demo for basic AngularJS ng-init and ng-model
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
<title>AngularJS ng-nit and ng-model</title>
</head>
<body>
<div ng-app ng-init="male_count=1;female_count=2">
<p>
<label for="male_count">男性</label>
@twlca
twlca / activities.js
Created September 16, 2016 03:37
活動內容輸入
var dt = new Date();
@twlca
twlca / 各類統計資料(政府公開訊息)
Created September 1, 2016 07:18
依據政府公開資訊之統計資料
<!-- 參考 台東市公所統計資料 2015110910070001.rar/拾.doc
台東市人數及低收入戶人數 = [
{ "year": "94", "population": null, "low_income": 4048, "low_income_family": 1590 },
{ "year": "95", "population": null, "low-income": 3695, "low_income_family": 1269 },
{ "year": "96", "population": null, "low_income": 3916, "low_income_family": 1345 },
{ "year": "97", "population": null, "low_income": 4175, "low_income_family": 1443 },
{ "year": "98", "population": null, "low_income": 3352, "low_income_family": 1290 },
{ "year": "99", "population": null, "low_income": 4247, "low_income_family": 1664 },
{ "year": "100", "population": null, "low_income": 4291, "low_income_family": 1664 },
{ "year": "101", "population": null, "low_income": 4997, "low_income_family": 1787 },
@twlca
twlca / 志工活動 引導動作
Created August 5, 2016 05:50
志工帶隊技巧演練--動作篇
活動名稱:請你借我
適用時機:腦力激盪、擧手表決、意見陳述等場合
主持人:
1. 各位志工,讓我們一起玩個遊戲
  請你借我你的右手--揮一揮(動作)
  請你借我你的左手--摇一摇(動作)
  請你借我你的雙手--XXX(動作)
  請你借我你的口---㕵㕵(出聲)
  請你借我你的眼---眨一眨(動作)