(この資料は専用のプリプロセッサで動くことを全体にしたドキュメントです)
mizchi / Increments, Inc.
@ React Meetup #1
php.ini | |
xdebugの設定サンプル | |
[xdebug] | |
xdebug.remote_enable=1 | |
xdebug.overload_var_dump=1 | |
xdebug.var_display_max_data=1024 | |
xdebug.var_display_max_depth=5 | |
xdebug.remote_enable=1 | |
xdebug.remote_host=localhost |
application:open-your-keymap | |
application:open-your-stylesheet | |
autocomplete:attach | |
autoflow:reflow-paragraph | |
bookmarks:clear-bookmarks | |
bookmarks:jump-to-next-bookmark | |
bookmarks:jump-to-previous-bookmark | |
bookmarks:toggle-bookmark | |
bookmarks:view-all | |
check:correct-misspelling |
更新: | 2014-11-20 |
---|---|
バージョン: | 0.0.5 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |
概要
// 断片 | |
TcpClient tc = new TcpClient(); | |
tc.Connect("api.twitter.com", 80); | |
using (NetworkStream ns = tc.GetStream()) | |
{ | |
System.IO.StreamWriter sw = new System.IO.StreamWriter(ns); | |
System.IO.StreamReader sr = new System.IO.StreamReader(ns); |
更新: | 2013-10-15 |
---|---|
バージョン: | 0.1.3 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |