Skip to content

Instantly share code, notes, and snippets.

View PichuChen's full-sized avatar
🏠
Working from home

Pichu Chen PichuChen

🏠
Working from home
View GitHub Profile
開源人年會小幫手的隱私權政策
台灣智慧家庭股份有限公司(Taiwan Intelligent Home Corp.,以下稱「TIH」、「我們」、「本公司」)尊重並承諾保護您的個人隱私。
當您使用TIH的服務,即代表您同意TIH的隱私權政策;若您對我們的隱私權政策有任何疑問,歡迎來信洽詢;若您不同意我們的隱私權政策,請不要使用開源人年會小幫手。
我們所蒐集的資料及蒐集的方式
當您使用開源人年會小幫手,我們可能會收集以下資訊:
喜好的議程列表、
網路傳輸請求,包括IP位址、瀏覽器類型、瀏覽器語言、日期與時間⋯⋯等
package main
/*
Copyright 2019 Pichu Chen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Keybase proof

I hereby claim:

  • I am PichuChen on github.
  • I am pichuchen (https://keybase.io/pichuchen) on keybase.
  • I have a public key whose fingerprint is 2221 B6C3 0CE3 FF74 BD7F 7AE9 883A 7ACE F7F9 449D

To claim this, I am signing this object:

@PichuChen
PichuChen / gist:272f36eb26b0c1dcdd86
Last active August 29, 2015 14:22
試著把Model和View分離之後,原先解決掉重覆生成的效能就被吃掉的第二版。
<?php
// 100 以內加減法正整數答案
// 美觀度就別管了XD
header('Content-Type: text/html; charset=utf-8');
ini_set('memory_limit', '1024M');
ini_set('display_errors', 1);
ini_set('xdebug.max_nesting_level', 0);
set_time_limit(0);
error_reporting(E_ALL);
define("DEBUG", true);
{
"name": "中華民國刑法",
"revision": [
{
"date": "二十三年十月三十一日",
"content": {
"第一條": "行為之處罰,以行為時之法律有明文規定者,為限。",
"第二條": "行為後法律有變更者,適用裁判時之法律。但裁判前之法律有利於行為人者,適用最有利於行為人之法律。保安處分,適用裁判時之法律。處罰之裁判確定後,未執行或執行未完畢,而法律有變更,不處罰其行為者,免其刑之執行。",
"第三條": "本法於在中華民國領域內犯罪者,適用之;在中華民國領域外之中華民國船艦或航空機內犯罪者,以在中華民國領域內犯罪論。",
"第四條": "犯罪之行為或結果,有一在中華民國領域內者,為在中華民國領域內犯罪。",