This file contains hidden or 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
#lang racket/gui | |
; DrRacket, version 5.2.1 | |
; 情報科学類ソフトウェアサイエンス主専攻実験 | |
; M.NAKAJIMA | |
; 2012/06/29 | |
; Create a window and show message. | |
(define frame (new frame% [label "Timer"])) | |
(define msg (new message% [parent frame] |
This file contains hidden or 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
// add following HTML to your HTML file. | |
// <div id="pankuz"></div> | |
// <script type="text/javascript" src="pankuz.js"></script> | |
// definition of each pages | |
table = { | |
"foo.github.ac.jp": { | |
"name": "foo github", | |
"directory": { | |
"name": "the title of this directory", |
This file contains hidden or 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
#coding:utf-8 | |
# | |
# input: | |
# Fullname [TAB] College [TAB] Prefecture [TAB] School code [TAB] School name | |
# | |
require 'CSV' | |
require 'pp' | |
require 'nkf' |
NewerOlder