Skip to content

Instantly share code, notes, and snippets.

View sioncojp's full-sized avatar

Shohei "Sion" Koyama sioncojp

View GitHub Profile
## iTerm2にsolarizedを導入
http://ethanschoonover.com/solarizedを落として、~/以下に移動
iterm->preferences->profile->color->load profile
## vimにsolarizedを導入
$mkdir ~/.vim
$git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
$vim .vimrc
set nocompatible " be iMproved
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset="UTF-8">
<title>ログイン画面</title>
</head>
<body>
<form name ="login" action="check_login.pl" METHOD="POST">
<table border=0 cellspacing=0>
<tr><td>ログイン名:</td><td><input type="text" name="login_user" size="20"></td></tr>
<tr><td>パスワード:</td><td><input type="text" name="login_password" size="20"></td></tr>
#!/usr/local/bin/perl
#### 引数に株式名を入れて下さい。########
#### ex) perl kabuka.pl 引数 ########
use strict;
use warnings;
use Web::Scraper;
use URI;
use Encode;
#!/usr/bin/perl
use warnings;
use strict;
my $profile01 = {
id => 'sion_cojp',
lang => [
'perl',
'bash',