[Swift-d1] - 介紹

鐵人賽 Swift Day1:介紹蘋果 2014 年發佈的 Swift 語言特色,說明與 Objective-C 的關係及 Cocoa/Cocoa Touch framework,適合零基礎入門者。

Codeigniter on nginx

Complete Nginx + php5-fpm configuration for CodeIgniter 2.2.0 on Ubuntu 14.04, including removing index.php from URLs with proper Nginx config and config.php settings.

Add tracked file to .gitignore

已被 Git 追蹤的檔案如何加入 .gitignore:本機用 git update-index --assume-unchanged,若有遠端同步還需執行 git rm --cached。

Emoji data in MySQL

How to store Emoji in MySQL: change the character set of your database, table, and columns to utf8mb4 (supports 4 bytes), and run SET NAMES utf8mb4 before each operation.

Writing Lua on Mac

Getting started with Lua on Mac: install via Homebrew and learn basic Lua syntax with examples including Hello World and a recursive factorial function.

Openresty on Ubuntu 14.04

How to compile and install OpenResty (Nginx + Lua) from source on Ubuntu 14.04, with examples of using content_by_lua and external Lua files to build Nginx applications.