- aikeの日記
#!/usr/bin/ruby
- 武蔵の日記
( defun perltidy ()
run perltidy on the current buffer.
( interactive )
( shell-command-on-region ( point-min ) ( point-max ) perltidy -q nil t ))
- 暗号、数学、時々プログラミング
!doctype html public -//w3c//dtd xhtml 1.0 strict//en
html xmlns= xml: lang = ja lang = ja
head
title learning javascript / title
style type = text/css
body {
background : #fff ;
font-size : 13px ;
font-family : helvetica , verdana, arial, sans-serif ;
max-width : 900px ;
margin-left : auto ;
margin-right : auto ;
margin-top : 0px ;
color : #000 ;
}
|