jis x 0213
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 75
Saper X.0.13
Saper project is a console version of mines with many features. more>>
Saper project is a console version of mines with many features.
It features an AI, different surfaces to play on (Euclids plain, Kleins bottle and Torus), and some basic settings.
<<lessIt features an AI, different surfaces to play on (Euclids plain, Kleins bottle and Torus), and some basic settings.
Download (0.018MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1038 downloads
G-SYS-X 0.2
G-SYS-X is a simple system for web masters allowing then to add galleries to webpages. more>>
G-SYS-X is a simple system for web masters allowing then to add galleries to webpages using a tree of directories to organize the structure of the gallery.
The system can also generate a Google sitemap for the gallery to help Google web crawlers spider the gallery more efficiently.
The project has been made available as open source under the LGPL license.
Enhancements:
- Added Google Sitemap generator to the system
<<lessThe system can also generate a Google sitemap for the gallery to help Google web crawlers spider the gallery more efficiently.
The project has been made available as open source under the LGPL license.
Enhancements:
- Added Google Sitemap generator to the system
Download (0.011MB)
Added: 2007-04-27 License: LGPL (GNU Lesser General Public License) Price:
910 downloads
Jet Set Willy X 20061231
Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. more>>
Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy.
There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune.
The rooms are 20 characters high instead of 16, and can have a more complicated combination of graphics characters. There are 69 rooms and over 390 items to collect.
Differences from Jet Set Willy
- There are no guardians, however there are places where you are probably going to swear even without them.
- The guy walks twice as fast, the animation is smooth 50Hz instead of 25Hz, the guy has twice as much positions and the sprites are a bit different
- There are no ropes
- There is a 2-channel tune instead of 1-channel
- The guy can fall through a 1-character hole
- The rooms are 20 chars high instead of 16
- There are much more available different characters in one room
- The attributes in the room are not used to encode meaning of the characters, they can be set arbitrarily
- What happens after the game is completed is a bit more fun
- The jump looks a bit different
- When the guy enters a room from sideways, he doesnt start 1 character away from the edge, but at the edge
- The kill and collect sounds are different
- The kill and collect events generate an effect in the border
- The main voice of the tune continues playing during the kill or collect sound
- The initial scrolling of text is pixel-smooth
- There are 69 rooms and over 390 items to collect
The screenshot and the description are released under the terms of GFDL license.
<<lessThere are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune.
The rooms are 20 characters high instead of 16, and can have a more complicated combination of graphics characters. There are 69 rooms and over 390 items to collect.
Differences from Jet Set Willy
- There are no guardians, however there are places where you are probably going to swear even without them.
- The guy walks twice as fast, the animation is smooth 50Hz instead of 25Hz, the guy has twice as much positions and the sprites are a bit different
- There are no ropes
- There is a 2-channel tune instead of 1-channel
- The guy can fall through a 1-character hole
- The rooms are 20 chars high instead of 16
- There are much more available different characters in one room
- The attributes in the room are not used to encode meaning of the characters, they can be set arbitrarily
- What happens after the game is completed is a bit more fun
- The jump looks a bit different
- When the guy enters a room from sideways, he doesnt start 1 character away from the edge, but at the edge
- The kill and collect sounds are different
- The kill and collect events generate an effect in the border
- The main voice of the tune continues playing during the kill or collect sound
- The initial scrolling of text is pixel-smooth
- There are 69 rooms and over 390 items to collect
The screenshot and the description are released under the terms of GFDL license.
Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1028 downloads
X-files 1.43
X-Files is a graphical file management program. more>>
X-Files is a graphical file management program for Unix/X-Window environment. It was inspired by the Amiga program DirWork.
This application differs slightly from the main stream file managers in that it has always only one window. On top (or bottom) of the window you have ActionbuttonsTM -area. Other main areas are the two directory listings for file related actions. You can use quick pop-up menu for basic operations. File extensions can be configured to launch any program you desire for that file.
The appearance and functionality can be fully configured according to your taste using the built-in editors.
Tested on: Intel Linux, DEC Alpha, SGI, HP-UX, Solaris
(Should work on any Unix-machine running Tcl/Tk.)
<<lessThis application differs slightly from the main stream file managers in that it has always only one window. On top (or bottom) of the window you have ActionbuttonsTM -area. Other main areas are the two directory listings for file related actions. You can use quick pop-up menu for basic operations. File extensions can be configured to launch any program you desire for that file.
The appearance and functionality can be fully configured according to your taste using the built-in editors.
Tested on: Intel Linux, DEC Alpha, SGI, HP-UX, Solaris
(Should work on any Unix-machine running Tcl/Tk.)
Download (0.15MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1649 downloads
Encode::JIS2K 0.02
Encode::JIS2K is aJIS X 0212 (aka JIS 2000) Encodings. more>>
Encode::JIS2K is a Perl module forJIS X 0212 (aka JIS 2000) Encodings.
SYNOPSIS
use Encode::JIS2K;
use Encode qw/encode decode/;
$euc_2k = encode("euc-jisx0213", $utf8);
$utf8 = decode("euc-jisx0213", $euc_jp);
ABSTRACT
This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows.
Canonical Alias Description
--------------------------------------------------------------------
euc-jisx0213 qr/beuc.*jp[ -]?(?:2000|2k)$/i EUC-JISX0213
qr/bjp.*euc[ -]?(2000|2k)$/i
qr/bujis[ -]?(?:2000|2k)$/i
shiftjisx0123 qr/bshift.*jis(?:2000|2k)$/i Shift_JISX0213
qr/bsjisp -]?(?:2000|2k)$/i
iso-2022-jp-3
jis0213-1-raw JIS X 0213 plane 1, raw format
jis0213-2-raw JIS X 0213 plane 2, raw format
--------------------------------------------------------------------
<<lessSYNOPSIS
use Encode::JIS2K;
use Encode qw/encode decode/;
$euc_2k = encode("euc-jisx0213", $utf8);
$utf8 = decode("euc-jisx0213", $euc_jp);
ABSTRACT
This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows.
Canonical Alias Description
--------------------------------------------------------------------
euc-jisx0213 qr/beuc.*jp[ -]?(?:2000|2k)$/i EUC-JISX0213
qr/bjp.*euc[ -]?(2000|2k)$/i
qr/bujis[ -]?(?:2000|2k)$/i
shiftjisx0123 qr/bshift.*jis(?:2000|2k)$/i Shift_JISX0213
qr/bsjisp -]?(?:2000|2k)$/i
iso-2022-jp-3
jis0213-1-raw JIS X 0213 plane 1, raw format
jis0213-2-raw JIS X 0213 plane 2, raw format
--------------------------------------------------------------------
Download (0.39MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
Professor X 0.4.1
Professor X is an extension which lets you see inside a pages head without viewing the sourcecode. more>>
Professor X is an extension which lets you see inside a pages head without viewing the sourcecode.
Once installed the Professor X command is available by right-clicking as well as in the Tools menu. When applied to a page it will display the contents of the pages head element, including Meta, Script and Style content.
This can help you see how a website was constructed without having to go back and forth between the sourcecode and the page in your browser.
This is the companion extension to X-Ray although either can be installed and used on their own. They were created to help people learning web design at various levels of experience.
<<lessOnce installed the Professor X command is available by right-clicking as well as in the Tools menu. When applied to a page it will display the contents of the pages head element, including Meta, Script and Style content.
This can help you see how a website was constructed without having to go back and forth between the sourcecode and the page in your browser.
This is the companion extension to X-Ray although either can be installed and used on their own. They were created to help people learning web design at various levels of experience.
Download (0.023MB)
Added: 2007-04-03 License: MPL (Mozilla Public License) Price:
936 downloads
X-DSL 0.3
X-DSL can be run as a live CD on a modded Xbox or installed to the Xbox hard drive. more>>
X-DSL can be run as a live CD on a modded Xbox or installed to the Xbox hard drive. It will automatically boot into X Windows where you can use your Xbox controller to control the mouse pointer and a virtual keyboard to enter text.
X-DSL has fluxbox based desktop, with applications for a number of common tasks including:
- Mozilla Firefox web browser
- AxY GTK+ graphical FTP Client
- Sylpheed graphical email client
- Naim console based AIM, ICQ, IRC
- VNC and Remote Desktop clients
- FLWriter word processor
- Siag spreadsheet
- Graphics editing and viewing using Xpaint and xzgv
- Viewers for PDF, Word and Postscript files
- emelFM file manager
- XMMS audio player
- Monkey web server
- FTP server
- SSH client/server
X-DSL can be customised using myDSL extensions with over 200 extensions currently available from the Damn Small Linux repository.
Enhancements:
- Based on Damn Small Linux 1.4
- Another rewrite of the the install scripts
- Improvements to loopback install to allow swap file on the same partition
- Added raincoat
- Added tool to show current IP Address (Under System, Net Setup in the desktop menu)
<<lessX-DSL has fluxbox based desktop, with applications for a number of common tasks including:
- Mozilla Firefox web browser
- AxY GTK+ graphical FTP Client
- Sylpheed graphical email client
- Naim console based AIM, ICQ, IRC
- VNC and Remote Desktop clients
- FLWriter word processor
- Siag spreadsheet
- Graphics editing and viewing using Xpaint and xzgv
- Viewers for PDF, Word and Postscript files
- emelFM file manager
- XMMS audio player
- Monkey web server
- FTP server
- SSH client/server
X-DSL can be customised using myDSL extensions with over 200 extensions currently available from the Damn Small Linux repository.
Enhancements:
- Based on Damn Small Linux 1.4
- Another rewrite of the the install scripts
- Improvements to loopback install to allow swap file on the same partition
- Added raincoat
- Added tool to show current IP Address (Under System, Net Setup in the desktop menu)
Download (40MB)
Added: 2005-08-25 License: GPL (GNU General Public License) Price:
1528 downloads
X/OS Linux 4.0
X/OS Linux is a GNU/Linux distribution for business and enterprise users. more>>
X/OS Linux is derived from the Free/Open Source rpm packages of Red Hat Enterprise Linux 4 (RHEL4) under the requirements set forth by their trademark policy.
X/OS has spent considerable effort to avoid using Red Hats trademarks in any way that would imply an association with or sponsorship by Red Hat.
After some delay, the final release of X/OS Linux 4.0 is now available to the public.
The X/OS Linux team has spent considerable effort to assure the label enterprise-grade Linux for this milestone release. With the simultaneous availability of X/OS Linux 4.0 for x86 and x86_64 processor architectures, it delivers the latest best-of-breed Free and Open Source software for both 32- and 64-bit platforms.
Highlights include the 2.6 Linux kernel featuring numerous enhancements over the previous 2.4 version, Security Enhanced Linux (SELinux) to apply more granular security policies, improved storage capabilities supporting file systems of up to 8TB and more.
The Global File System (GFS) and Cluster Suite software is included in this release to ease the task of creating and managing advanced cluster configurations, and is available as an extra option during installation. This powerful set of tools provides seamless scalability of applications such as databases, web servers and high-performance computing clusters with GFS enabling nodes to simultaneously read and write to a single shared filesystem.
Next to providing an advanced server platform, X/OS Linux 4.0 adds various enhancements to the desktop increasing usability with greatly improved office productivity tools, plug-and-play USB device recognition and power management supporting the ACPI standard.
In addition to compatibility with the de facto distribution for deploying Linux in the enterprise, X/OS Linux strides to include various other useful packages and tools that conform to the standard for mature and robust enterprise-grade software. One example is Xfce, an extra option in addition to Gnome and KDE, offering a light-weight desktop environment suited for use on low-end or thin client systems.
<<lessX/OS has spent considerable effort to avoid using Red Hats trademarks in any way that would imply an association with or sponsorship by Red Hat.
After some delay, the final release of X/OS Linux 4.0 is now available to the public.
The X/OS Linux team has spent considerable effort to assure the label enterprise-grade Linux for this milestone release. With the simultaneous availability of X/OS Linux 4.0 for x86 and x86_64 processor architectures, it delivers the latest best-of-breed Free and Open Source software for both 32- and 64-bit platforms.
Highlights include the 2.6 Linux kernel featuring numerous enhancements over the previous 2.4 version, Security Enhanced Linux (SELinux) to apply more granular security policies, improved storage capabilities supporting file systems of up to 8TB and more.
The Global File System (GFS) and Cluster Suite software is included in this release to ease the task of creating and managing advanced cluster configurations, and is available as an extra option during installation. This powerful set of tools provides seamless scalability of applications such as databases, web servers and high-performance computing clusters with GFS enabling nodes to simultaneously read and write to a single shared filesystem.
Next to providing an advanced server platform, X/OS Linux 4.0 adds various enhancements to the desktop increasing usability with greatly improved office productivity tools, plug-and-play USB device recognition and power management supporting the ACPI standard.
In addition to compatibility with the de facto distribution for deploying Linux in the enterprise, X/OS Linux strides to include various other useful packages and tools that conform to the standard for mature and robust enterprise-grade software. One example is Xfce, an extra option in addition to Gnome and KDE, offering a light-weight desktop environment suited for use on low-end or thin client systems.
Download (4336MB)
Added: 2005-07-31 License: GPL (GNU General Public License) Price:
1573 downloads
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
1005 downloads
x 3.0
x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. more>>
x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it:
$ x linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
So why use x?
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, and rpm files. If theyre compressed, x will take care of that for you, too.
- Keeps everything organized: x will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: x makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: x can find archives inside the archive and extract those too.
<<less$ x linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
So why use x?
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, and rpm files. If theyre compressed, x will take care of that for you, too.
- Keeps everything organized: x will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: x makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: x can find archives inside the archive and extract those too.
Download (0.017MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1025 downloads
ShiftJIS::Regexp 1.00
ShiftJIS::Regexp contains regular expressions in Shift-JIS. more>>
ShiftJIS::Regexp contains regular expressions in Shift-JIS.
SYNOPSIS
use ShiftJIS::Regexp qw(:all);
match($string, p{Hiragana}{2}p{Digit}{2});
match($string, pH{2}pD{2});
# these two are equivalent:
This module provides some functions to use regular expressions in Shift-JIS on the byte-oriented perl.
The legal Shift-JIS character in this module must match the following regular expression:
[x00-x7FxA1-xDF]|[x81-x9FxE0-xFC][x40-x7Ex80-xFC]
To avoid false matching in multibyte encoding, this module uses anchoring technique to ensure each matching position places at the character boundaries.
cf. perlfaq6, "How can I match strings with multibyte characters?"
Functions
re(PATTERN)
re(PATTERN, MODIFIER)
Returns a regular expression parsable by the byte-oriented perl.
PATTERN is specified as a string. MODIFIER is specified as a string. Modifiers in the following list are allowed.
i case-insensitive pattern (only for ascii alphabets)
I case-insensitive pattern (greek, cyrillic, fullwidth latin)
j hiragana-katakana-insensitive pattern (but halfwidth katakana
are not considered.)
s treat string as single line
m treat string as multiple lines
x ignore whitespace (i.e. [x20nrtf]) unless backslashed
or inside a character class; but comments are not recognized!
o once parsed (not compiled!) and the result is cached internally.
o modifier
while ( ) {
print replace($_, (perl), $1, igo);
}
is more efficient than
while ( ) {
print replace($_, (perl), $1, ig);
}
because in the latter case the pattern is parsed every time
whenever the function is called.
match(STRING, PATTERN)
match(STRING, PATTERN, MODIFIER)
An emulation of m// operator aware of Shift-JIS. But, to emulate @list = $string =~ m/PATTERN/g, the pattern should be parenthesized (capturing parentheses are not added automatically).
@list = match($string, pH, g); # wrong; returns garbage!
@list = match($string,(pH),g); # good
PATTERN is specified as a string. MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().
g match globally
z tell the function the pattern matches an empty string
(sorry, due to the poor auto-detection)
replace(STRING or SCALAR REF, PATTERN, REPLACEMENT)
replace(STRING or SCALAR REF, PATTERN, REPLACEMENT, MODIFIER)
An emulation of s/// operator but aware of Shift-JIS.
If a reference to a scalar is specified as the first argument, substitutes the referent scalar and returns the number of substitutions made. If a string (not a reference) is specified as the first argument, returns the substituted string and the specified string is unaffected.
MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().
g,z please see match().
jsplit(PATTERN or ARRAY REF of [PATTERN, MODIFIER], STRING)
jsplit(PATTERN or ARRAY REF of [PATTERN, MODIFIER], STRING, LIMIT)
An emulation of CORE::split but aware of Shift-JIS.
In scalar/void context, it does not split into the @_ array; in scalar context, only returns the number of fields found.
PATTERN is specified as a string. But as PATTERN has no special meaning; it splits the string on a single space similarly to CORE::split / /.
When you want to split the string on whitespace, pass an undefined value as PATTERN or use the splitspace() function.
jsplit(undef, " x81x40 This is x81x40 perl.");
splitspace(" x81x40 This is x81x40 perl.");
# (This, is, perl.)
If you want to pass pattern with modifiers, specify an arrayref of [PATTERN, MODIFIER] as the first argument. You can also use "Embedded Modifiers").
MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().
splitspace(STRING)
splitspace(STRING, LIMIT)
This function emulates CORE::split( , STRING, LIMIT). It returns a list given by split STRING on whitespace including "x81x40" (IDEOGRAPHIC SPACE). Leading whitespace characters do not produce any field.
Note: splitspace(STRING, LIMIT) is equivalent to jsplit(undef, STRING, LIMIT).
splitchar(STRING)
splitchar(STRING, LIMIT)
This function emulates CORE::split(//, STRING, LIMIT). It returns a list given by split of STRING into characters.
Note: splitchar(STRING, LIMIT) is equivalent to jsplit(, STRING, LIMIT).
<<lessSYNOPSIS
use ShiftJIS::Regexp qw(:all);
match($string, p{Hiragana}{2}p{Digit}{2});
match($string, pH{2}pD{2});
# these two are equivalent:
This module provides some functions to use regular expressions in Shift-JIS on the byte-oriented perl.
The legal Shift-JIS character in this module must match the following regular expression:
[x00-x7FxA1-xDF]|[x81-x9FxE0-xFC][x40-x7Ex80-xFC]
To avoid false matching in multibyte encoding, this module uses anchoring technique to ensure each matching position places at the character boundaries.
cf. perlfaq6, "How can I match strings with multibyte characters?"
Functions
re(PATTERN)
re(PATTERN, MODIFIER)
Returns a regular expression parsable by the byte-oriented perl.
PATTERN is specified as a string. MODIFIER is specified as a string. Modifiers in the following list are allowed.
i case-insensitive pattern (only for ascii alphabets)
I case-insensitive pattern (greek, cyrillic, fullwidth latin)
j hiragana-katakana-insensitive pattern (but halfwidth katakana
are not considered.)
s treat string as single line
m treat string as multiple lines
x ignore whitespace (i.e. [x20nrtf]) unless backslashed
or inside a character class; but comments are not recognized!
o once parsed (not compiled!) and the result is cached internally.
o modifier
while ( ) {
print replace($_, (perl), $1, igo);
}
is more efficient than
while ( ) {
print replace($_, (perl), $1, ig);
}
because in the latter case the pattern is parsed every time
whenever the function is called.
match(STRING, PATTERN)
match(STRING, PATTERN, MODIFIER)
An emulation of m// operator aware of Shift-JIS. But, to emulate @list = $string =~ m/PATTERN/g, the pattern should be parenthesized (capturing parentheses are not added automatically).
@list = match($string, pH, g); # wrong; returns garbage!
@list = match($string,(pH),g); # good
PATTERN is specified as a string. MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().
g match globally
z tell the function the pattern matches an empty string
(sorry, due to the poor auto-detection)
replace(STRING or SCALAR REF, PATTERN, REPLACEMENT)
replace(STRING or SCALAR REF, PATTERN, REPLACEMENT, MODIFIER)
An emulation of s/// operator but aware of Shift-JIS.
If a reference to a scalar is specified as the first argument, substitutes the referent scalar and returns the number of substitutions made. If a string (not a reference) is specified as the first argument, returns the substituted string and the specified string is unaffected.
MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().
g,z please see match().
jsplit(PATTERN or ARRAY REF of [PATTERN, MODIFIER], STRING)
jsplit(PATTERN or ARRAY REF of [PATTERN, MODIFIER], STRING, LIMIT)
An emulation of CORE::split but aware of Shift-JIS.
In scalar/void context, it does not split into the @_ array; in scalar context, only returns the number of fields found.
PATTERN is specified as a string. But as PATTERN has no special meaning; it splits the string on a single space similarly to CORE::split / /.
When you want to split the string on whitespace, pass an undefined value as PATTERN or use the splitspace() function.
jsplit(undef, " x81x40 This is x81x40 perl.");
splitspace(" x81x40 This is x81x40 perl.");
# (This, is, perl.)
If you want to pass pattern with modifiers, specify an arrayref of [PATTERN, MODIFIER] as the first argument. You can also use "Embedded Modifiers").
MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().
splitspace(STRING)
splitspace(STRING, LIMIT)
This function emulates CORE::split( , STRING, LIMIT). It returns a list given by split STRING on whitespace including "x81x40" (IDEOGRAPHIC SPACE). Leading whitespace characters do not produce any field.
Note: splitspace(STRING, LIMIT) is equivalent to jsplit(undef, STRING, LIMIT).
splitchar(STRING)
splitchar(STRING, LIMIT)
This function emulates CORE::split(//, STRING, LIMIT). It returns a list given by split of STRING into characters.
Note: splitchar(STRING, LIMIT) is equivalent to jsplit(, STRING, LIMIT).
Download (0.035MB)
Added: 2007-08-08 License: Perl Artistic License Price:
811 downloads
X-Files KDM Theme 0.1
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background. more>>
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background.
<<less Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
961 downloads
ShiftJIS::Collate 1.03
ShiftJIS::Collate is a collation of Shift-JIS strings. more>>
ShiftJIS::Collate is a collation of Shift-JIS strings.
SYNOPSIS
use ShiftJIS::Collate;
@sorted = ShiftJIS::Collate->new(%tailoring)->sort(@source);
This module provides some functions to compare and sort strings in Shift-JIS based on JIS X 4061:1996, collation of Japanese character strings, "Nihongo mojiretsu shogo junban".
This module is an implementation of JIS X 4061:1996 and the collation rules are based on that standard. See Conformance to the Standard.
<<lessSYNOPSIS
use ShiftJIS::Collate;
@sorted = ShiftJIS::Collate->new(%tailoring)->sort(@source);
This module provides some functions to compare and sort strings in Shift-JIS based on JIS X 4061:1996, collation of Japanese character strings, "Nihongo mojiretsu shogo junban".
This module is an implementation of JIS X 4061:1996 and the collation rules are based on that standard. See Conformance to the Standard.
Download (0.024MB)
Added: 2007-07-05 License: Perl Artistic License Price:
844 downloads
SimpleCDR-X 1.3.3
SimpleCDR-X is a GTK+ based tool for CD writing, mastering, and audio ripping/compression. more>>
SimpleCDR-X was born in mid-June of 2001. It was clear to me that SimpleCDRs interface had limitations that could only be overcome by going to a GUI interface. I then proceeded to look at the various toolkits and then I discovered Glade.
Glade is perhaps one of the best programming utilities that I have found for Linux to date. It the development of a 2200 line interface much easier than it would have been otherwise. If Glade wasnt around I still might just be playing with the various toolkits instead of having a finished product. Glade allowed me to focus on functionality rather than trying to get the interface to look right with straight C code.
SimpleCDR-X like its brother SimpleCDR is a hybrid of C and C++. Most of the external utilities are managed by C++ classes called from the hybrid callbacks.c. The reason that I didnt opt to use GTK-- instead of the hybird was because most everyone already has GTK+, however, not everyone has GTK-- and some dont want to download a 1.5 MB file to compile or dig up the installation CDs.
Main features:
- Disc-At-Once CD copying
- Audio CD copying via cdrecord and CDparanoia or cdda2wav
- Audio CD Mastering
- MP3/OGG import via MADplay, LAME, or OGG123
- Import from CD via CDparanoia or cdda2wav
- Data CD Mastering
- Multi-session CD writing
- Rip tracks to wav
- Rip tracks to MP3/OGG on the fly via Blade Encode, LAME, or oggenc
- GTK+ Interface
<<lessGlade is perhaps one of the best programming utilities that I have found for Linux to date. It the development of a 2200 line interface much easier than it would have been otherwise. If Glade wasnt around I still might just be playing with the various toolkits instead of having a finished product. Glade allowed me to focus on functionality rather than trying to get the interface to look right with straight C code.
SimpleCDR-X like its brother SimpleCDR is a hybrid of C and C++. Most of the external utilities are managed by C++ classes called from the hybrid callbacks.c. The reason that I didnt opt to use GTK-- instead of the hybird was because most everyone already has GTK+, however, not everyone has GTK-- and some dont want to download a 1.5 MB file to compile or dig up the installation CDs.
Main features:
- Disc-At-Once CD copying
- Audio CD copying via cdrecord and CDparanoia or cdda2wav
- Audio CD Mastering
- MP3/OGG import via MADplay, LAME, or OGG123
- Import from CD via CDparanoia or cdda2wav
- Data CD Mastering
- Multi-session CD writing
- Rip tracks to wav
- Rip tracks to MP3/OGG on the fly via Blade Encode, LAME, or oggenc
- GTK+ Interface
Download (0.40MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1600 downloads
X-Moto 0.3.0
X-Moto is a 2D motocross platform game. more>>
X-Moto is a challenging 2D motocross platform game, where physics play an all important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges.
First youll try just to complete the levels, while later youll compete with yourself and others, racing against the clock.
Main features:
- High-resolution 2D graphics accelerated by your fancy 3D hardware
- Easy extensible with custom levels and stuff (Level editor included)
- Advanced physics engine
- Levels scriptable with the Lua programming language
- Much more...
<<lessFirst youll try just to complete the levels, while later youll compete with yourself and others, racing against the clock.
Main features:
- High-resolution 2D graphics accelerated by your fancy 3D hardware
- Easy extensible with custom levels and stuff (Level editor included)
- Advanced physics engine
- Levels scriptable with the Lua programming language
- Much more...
Download (2.6MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
2166 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above jis x 0213 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed