Skip to content

Instantly share code, notes, and snippets.

View huang47's full-sized avatar

ShihChi Huang huang47

  • Cupertino, California
View GitHub Profile
<h1><%=h '藝術品交易市場' %></h1>
<%= link_to '新增', new_item_path %>
<table id="market">
<thead>
<tr>
<td class="brand"><%=h '品牌' %></td>
<td class="category"><%=h '分類' %></td>
<td class="topic"><%=h '標題' %></td>
<?php
$counts = 1000000;
$var = "ABCFDSFDSA";
$s1 = time();
for($i = 0; $i < $counts; $i++){
echo 'XD' . 'XD';
}
$s2 = time();
" VimRC used by pctao@pcsh.org s8912@cs.nccu.edu.tw
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
map ,e :e <C-R>=expand("%:p:h") . "/" <CR>
map j jzz
map k kzz
set t_Co=256