Hello. hrkt website. http://hrkt.github.io

MyPdfSlideShow

PDFをブラウザ上でスライドショー デモサイト

Dongara-iOS

iOSのアプリとしてWebを表示するときのガワのテンプレート

Dongara-Android

AndroidのアプリとしてWebを表示するときのガワのテンプレート

ドラゲナイザー

HTML5とJSでドラゲナイする「ドラゲナイザー」

Chromeで音声認識

音声認識ゲーム(Chrome用)

PortForwardUtility

summary

PortForwardUtility is a simple, cross platform, command-line based, port forwarding utility.

download

ZIP file from Github http://hrkt.github.com/dist/pfu/PortForwardUtility-0.1.zip

repo

https://github.com/hrkt/port-forward-utility

Japanese numeral system converter (for Java)

summary

A converter for BigInteger to Japanese Numeral System.

JavaのBigIntegerから、日本語の命数付きの表現に変換するためのユーティリティーです。 JavaのBigInteger(>=0)を引数として与えると、4桁区切りの命数をつけた文字列を返却します。

example (sample console utility in jar file)

MyMac: $ java -jar target/JapaneseNumeralSystemConverter-0.0.1-SNAPSHOT.jar 
[A Japanese Numerical System Converter]

usage:
- type in zero or positive value and press enter.
- press ctrl+c to quit.

- This tool cannot run on Eclipse console.
- if you have encoding problems on MacOSX + Java, try put these two lines in your .bash_profile)
alias javac='javac -J-Dfile.encoding=UTF-8'
alias java='java -Dfile.encoding=UTF-8'

number?1234567890123456789012345678901234567890123456789012345678901234567890
1234567890123456789012345678901234567890123456789012345678901234567890=>12無量大数3456不可思議7890那由他1234阿僧祇5678恒河沙9012極3456載7890正1234澗5678溝9012穣3456𥝱7890垓1234京5678兆9012億3456万7890

    

apidocs

Javadoc

license

Apache License Version 2.0

site

https://github.com/hrkt/hrktsoft-repo/tree/master/JapaneseNumeralSystemConverter

repo

maven

put these lines into mave repo
	<repositories>
	<repository>
		<id>hrkt-snapshots</id>
		<url>http://github.com/hrkt/hrktsoft-repo/snapshots</url>
	</repository>
	</repositories>
	
	<dependencies>
		<dependency>
			<groupId>com.hrktsoft</groupId>
			<artifactId>JapaneseNumeralSystemConverter</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
	</dependencies>

    

lib

or simple download as jar file. https://github.com/hrkt/hrktsoft-repo/blob/master/snapshots/com/hrktsoft/JapaneseNumerationSystemConverter/0.0.1-SNAPSHOT/JapaneseNumerationSystemConverter-0.0.1-20120918.153113-2.jar