tDiary is a Web-based interface system that works as a personal diary.
It is possible for diary readers to add comments to your diary.
- require Ruby 1.9.3 or later
- currently supported: Japanese and English
tDiary is developed on http://github.com/tdiary .
See URL for more information.
xpbiff: fancy biff program under X11 environment, supporting Japanese MIME
extensions
This port supports Japanese strings in the From and Subject fields.
Please set the LANG enviroment variable to ja_JP.EUC or ja_JP.SJIS by doing:
setenv LANG ja_JP.EUC
or
setenv LANG ja_JP.SJIS
There is experimental support for Sun audio. This port also supports
XPM bitmap files.
known problem:
(1) HANKAKU-KANA with ja_JP.EUC
Xpbiff dumps core, because code conversion routines jis2euc()
assumes "the conversion does not makes the string longer". But
when converting so-called 'hankaku-kana', this assumption breaks.
This problem is only with ja_JP.EUC.
If you use with ja_JP.SJIS, this problem is not occure.
Thank you.
The xcalendar is a simple interactive calendar program with a notebook
capability. It is built on the X Toolkit and the Athena Widgets.
Just type `xcalendar [month [year]]' on command line.
If month and year are not provided on the command line they are
assumed to be current.
Note: This program is internationalized but only
app-defaults files for English (C) and Japanese (ja_JP.eucJP) are included.
Let's add another locales!
"Joseki" is a japanese term from the game Go and means "a formulaic sequence of
moves which is established for giving equal outcomes to both players", but it
has come into general use to describe any fixed form of behaviour.
Dist::Joseki offers you tools that help you in developing Perl module
distributions if you stick to a certain formulaic style of structuring your
distributions.
Ruby/SDL is a Ruby extension library to use SDL library.
Ruby/SDL has following functions.
Fast 2D graphics drawing.
Input from keyboard, mouse, joystick.
CD playback.
Sound Playback with SDL_mixer
TTF (TrueType Font) drawing with SDL_TTF
Load image files, supporting BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG,
TGA formats with SDL_image
mpeg playback with SMPGE
Japanese string input with SDLSKK
3D graphics drawing with OpenGL Interface
bdf font drawing with SDL_kanji
GNU version of Shogi, a game of Japanese chess.
Gnushogi is an updated version of the gnuchess program.
It has a simple alpha-numeric board display, or it can be
compiled for use with the chesstool program on a SUN work-
station or with the xshogi program under X-windows. The
program gets its opening moves from the file gnushogi.book
which is located in a directory specified in the makefile.
To invoke the program type:
gnushogi
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of
2D symbology that can be scanned by handy terminals such as a mobile phone
with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters,
and is highly robustness.
Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are
not supported:
* ECI and FNC1 mode
* QR Code model 1
QComicBook is a viewer for comic book archives (.cbr, .cbz and
alike) containing jpeg/png/xpm/gif/bmp images, which aims at speed,
convenience and ease of use. Features include:
* automatic handling of archives
* full-screen mode
* two-pages mode and japanese mode
* thumbnails view
* page scaling (fit to window width/height, whole page)
* mouse or keyboard navigation, whatever you prefer
* bookmarks
* PDF support
* and more...
bsfilter is a spam filter using Bayesian(statistical) algorithm.
- a filter which distinguishes spam and non-spam mail
- support mails written in English and Japanese language
- written in Ruby
- support 3 methods for access
-- traditional Unix-style filter. study and judge local files or pipe
-- IMAP. study and judge mails in an IMAP server. IMAP over SSL supported
-- POP proxy. run between POP server and MUA. POP over SSL supported
- distributed under GPL
MySQL has fulltext index search ability for text field, but it is word
based index: it cannot be used for no word delimiter language like
Japanese or Chinese. It also can't search characters in the middle of
a word (e.g. searching 'in' will not match word 'ping').
Starting from MySQL 5.1, MySQL supports a plugin that allows to change
server components (fulltext search parser) without restarting and/or
recompiling the server.
This n-gram parser uses this plugin interface to implement a simple
n-gram (bi-gram) fulltext index parser which can be used for languages
without word delimiters.