- Slides: https://speakerdeck.com/bevacqua/high-performance-in-the-critical-path
- Videos: https://www.youtube.com/watch?v=_W93QOJPpF8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/gslin/coscup2015-mysql-hands-on | |
開場 | |
# Transaction | |
## 原子不可分割性 | |
要碼全部成功不然就全部失敗 - 銀行轉帳 (林益世 v.s. 陳啟祥) | |
持久性 (D) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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(); | |
+ |
Quick post on how to create text gradients with CSS http://alexcarpenter.me/blog/2013/create-seamless-text-gradients
A Pen by Alex Carpenter on CodePen.
- Improving QA on PHP Development Projects by Michelangelo van Dam
- Caching and Tuning Fun for High Scalability by Wim Godden
- Do You Speak Design Patterns in PHP? by Enrico Zimuel, Ralph Schindler
- Clean Application Development by Adam Culp
- Extending the Zend Server UI & WebAPI by Yonni Mendes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["j", "j"], "command": "exit_insert_mode", | |
"context": | |
[ | |
{ "key": "setting.command_mode", "operand": false }, | |
{ "key": "setting.is_widget", "operand": false } | |
] | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"draw_white_space": "selection", | |
"font_size": 14.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
], | |
"rulers": | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 [[email protected]] has joined #coscup | |
00:02 -!- bobchao [[email protected]] has joined #coscup | |
00:02 -!- mode/#coscup [+o bobchao] by ChanServ | |
00:03 -!- play [[email protected]] 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 [[email protected]] has joined #coscup |
NewerOlder