- ずっと保存しておきたくなるような大きな名札
- お菓子を持ち寄る懇親タイム
- 個性的な名刺
- 名刺を持たない人のための名刺用紙
- Twitterのハッシュタグ
- 参加者の声を投影するサブスクリーン
- Ustreamによる映像配信
- 公開された参加者リスト
This file contains hidden or 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
| // ==UserScript== | |
| // @id kushiro-no-yabou | |
| // @name 釧路のやぼう | |
| // @version 1.0 | |
| // @namespace http://june29.jp/ | |
| // @author june29 | |
| // @description 日本は釧路になりました | |
| // @include * | |
| // @run-at document-end | |
| // ==/UserScript== |
Having a buckload of code to authorize users on your application is something you may like or not.
Speaking for myself I hate it. But I still love rails_admin, here's how you install it without devise. Thanks to phoet for providing the hints in the gist I have forked from.
do NOT add devise
gem "rails_admin", :git => "git://github.com/sferik/rails_admin.git"
-
HP ProLiant MicroServer http://h50146.www5.hp.com/products/servers/proliant/micro/
- ちっこいやつ。18000 円くらいで手に入る。低消費電力だけど CPU が Atom 相当なのでそれなりに遅い。
-
CPU model name:
AMD Turion(tm) II Neo N40L Dual-Core Processor -
CPU MHz:
800.000
This file contains hidden or 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
| class TasuHito | |
| constructor: (base) -> | |
| @base = base | |
| @tashitaAto = null | |
| tasu: (number) => | |
| result = number + @base | |
| console.log result | |
| setTimeout => |