Skip to content

Instantly share code, notes, and snippets.

View Kazuma's full-sized avatar

Kazuma Muramatsu Kazuma

  • Artisan Inc.
  • Okinawa, Japan
View GitHub Profile

Tiarra とは、オブジェクト指向のフレームワークを利用して Perl で書かれた IRC Proxy SoftWare

韓国には T-ARA というグループが

イメージ図

  • 導入前
@Kazuma
Kazuma / gist:2908353
Created June 11, 2012 03:23
Twitter の始め方

Twitter の始め方

Twitter に登録!

  • https://twitter.com/ へアクセスし、名前(適当)・メールアドレス・パスワードを入力
  • 入力した名前がユーザ名になっているのでここは適宜変更して アカウントを作成する をクリック

これであなたも立派なついったらーだ!

body {
background: #ccc;
}
#cloud {
width: 350px; height: 120px;
background: #f2f9fe;
background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
@Kazuma
Kazuma / regist.html
Created April 25, 2012 10:46
研修用ユーザー登録画面
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Web システム</title>
</head>
<body>
<header>
<ol>
#!/usr/bin/perl
use strict;
use warnings;
use feature 'say';
use RiveScript;
my $bot = RiveScript->new;
$bot->loadFile("./test.rs")