サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Switch 2
github.com/cho45
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Rakefile : Makefile の変わりに全部 Rakefile にビルド定義を書いてある build_config.rb : mruby のビルド設定ファイル。ビルド時に mruby のディレクトリに symlink している main.rb : Ruby レベルのエントリポイント。コンパイルされたバイトコードが使われる main.c : C 言語レベルのエントリポイント。mruby_open() して実際にバイトコードを実行するプログラム bytecode.h : コンパイル済みの main.rb を C のヘッダファイルにしたもの。バイトコードデータファイル memmap : リンカスクリプト (メモリ上にオブジェクトをどう配置するかの定義) syscalls.c : newlib が要求するシステムコールのモック的実装 (ほぼ参考文献からのコピー) vectors.s :
NAME Plack::App::CocProxy - proxy requests and replace by local file SYNOPSIS use Plack::App::CocProxy; Plack::App::CocProxy->new(root => 'files'); or you can use this like: $ twiggy -MPlack::App::CocProxy -e 'Plack::App::CocProxy->new(root=>".")->to_app' -p 5432 or you can use installed simple script: $ cocproxy # is same as above DESCRIPTION Plack::App::CocProxy arrogates requests and redirect t
HTTP Git Read-Only This URL has Read+Write access
Once activated, we'll place the following badge in your repository's detail box:
= net-irc == Description IRC library. This is mostly conform to RFC 1459 but partly not for convenience. == Installation === Archive Installation rake install === Gem Installation gem install net-irc == Features/Problems * IRC client (for bot) * IRC server (for gateway to webservices) == Synopsis === Client require "net/irc" class SimpleClient < Net::IRC::Client def on_privmsg(m) super channel, me
このページを最初にブックマークしてみませんか?
『cho45 - Overview』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く