- https://twitter.com/ へアクセスし、名前(適当)・メールアドレス・パスワードを入力
- 入力した名前がユーザ名になっているのでここは適宜変更して アカウントを作成する をクリック
これであなたも立派なついったらーだ!
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use feature 'say'; | |
use RiveScript; | |
my $bot = RiveScript->new; | |
$bot->loadFile("./test.rs") |
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Web システム</title> | |
</head> | |
<body> | |
<header> | |
<ol> |
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%); |
これであなたも立派なついったらーだ!
Tiarra とは、オブジェクト指向のフレームワークを利用して Perl で書かれた IRC Proxy SoftWare
韓国には T-ARA というグループが
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
require 'redcarpet/compat' | |
markdown = Redcarpet::Markdown.new( | |
Redcarpet::Render::HTML, | |
:tables => true, | |
:autolink => true, | |
:superscript => true, |
curl -d 'serial=/4332799460503178/' gpkure.herokuapp.com | |
curl -d 'serial=/5369878261627612/' gpkure.herokuapp.com | |
curl -d 'serial=/5303568525959220/' gpkure.herokuapp.com |
#!/bin/sh | |
# | |
# m2p | |
# | |
# Convert to PDF from Markdown. | |
# | |
# Example: | |
# $ m2p foo.md | |
# Config |