This file contains 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
## 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 |
This file contains 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
<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> |
This file contains 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
#!/usr/local/bin/perl | |
#### 引数に株式名を入れて下さい。######## | |
#### ex) perl kabuka.pl 引数 ######## | |
use strict; | |
use warnings; | |
use Web::Scraper; | |
use URI; | |
use Encode; |
This file contains 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
#!/usr/bin/perl | |
use warnings; | |
use strict; | |
my $profile01 = { | |
id => 'sion_cojp', | |
lang => [ | |
'perl', | |
'bash', |
NewerOlder