Skip to content

Instantly share code, notes, and snippets.

View afutseng's full-sized avatar

Yi-Peng Tseng afutseng

  • Firstweb Limited
  • Taipei, Taiwan
View GitHub Profile
@afutseng
afutseng / Critical Rendering Path.md
Last active May 1, 2016 10:07
Critical Rendering Path reference materials

High Performance In The Critical Rendering Path by Nicolás Bevacqua, JSConfUY 2015

Delivering The Goods In Under 1000ms by Paul Irish, Front End Ops Conf 2014

Breaking news at 1000ms by Patrick Hamann, Front-Trends 2014

@afutseng
afutseng / gist:cc24abac3c64fc4ee036be6152275e56
Last active May 1, 2016 10:05
Critical Rendering Path reference materials

High Performance In The Critical Rendering Path by Nicolás Bevacqua, JSConfUY 2015

Delivering The Goods In Under 1000ms by Paul Irish, Front End Ops Conf 2014

Breaking news at 1000ms by Patrick Hamann, Front-Trends 2014

@afutseng
afutseng / gist:bdd58d8e28e7a2444a25
Last active August 29, 2015 14:27
COSCUP 2015 Hands-on MySQL 入門 by gslin 筆記
https://github.com/gslin/coscup2015-mysql-hands-on
開場
# Transaction
## 原子不可分割性
要碼全部成功不然就全部失敗 - 銀行轉帳 (林益世 v.s. 陳啟祥)
持久性 (D)
@afutseng
afutseng / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<?php
require '../vendor/autoload.php';
+ use GuzzleHttp\Client;
+ use GuzzleHttp\Cookie\CookieJar;
+
+
+ $url = 'https://www.ptt.cc/bbs/Gossiping/M.1404887907.A.886.html';
$client = new Client();
+
@afutseng
afutseng / gist:6915297
Last active December 25, 2015 04:09
ZendCon 2013 slides
@afutseng
afutseng / sublime-keymap.json
Created December 23, 2012 14:49
.sublime-keymap
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
}
]
@afutseng
afutseng / Preferences-sublime-settings.json
Created December 23, 2012 14:48
Preferences.sublime-settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "selection",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
],
"rulers":
[
@afutseng
afutseng / COSCUP-2012-Day2-irc-log
Created August 19, 2012 09:05
COSCUP 2012 Day2 irc log
--- Day changed Sun Aug 19 2012
00:01 -!- Alisha [72262a5c@gateway/web/freenode/ip.114.38.42.92] has quit [Quit: Page closed]
00:02 -!- orinx|bof is now known as orinx|sleep
00:02 -!- play [~AndChat59@111-248-106-192.dynamic.hinet.net] has joined #coscup
00:02 -!- bobchao [~bobchao@202-169-164-141.aspublic.wlan.sinica.edu.tw] has joined #coscup
00:02 -!- mode/#coscup [+o bobchao] by ChanServ
00:03 -!- play [~AndChat59@111-248-106-192.dynamic.hinet.net] has quit [Client Quit]
00:03 -!- nemu [72180666@gateway/web/freenode/ip.114.24.6.102] has joined #coscup
00:04 -!- kevin6861 [3d46d92d@gateway/web/freenode/ip.61.70.217.45] has quit []
00:06 -!- kengyu [~Keng-Yu@42.71.190.169] has joined #coscup