Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.447.766 Times

Chinese Writing freeware
Filter: All | Freeware | Demo
 

Chinese Writing

< 1 2 3 4 5 
Added: May 16, 2010 | Visits: 825

re2c 0.12.2 / re2c is a tool for writing flexible and fast lexers. Unlike other such tools, it concentrates solely on generating efficient code for matching regular expressions. This make it suitable for a wide variety of applications. The generated scanners approach hand-crafted ones in terms of size and...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (97): re2c 0.12.2 / Download

Added: October 27, 2010 | Visits: 964

Eiffel INET Eiffel INET provides an Eiffel classes for writing IPV4 (TCP/UDP) servers and clients. Eiffel INET is a set of Eiffel classes (written to be used with SmallEiffel) which allow writing TCP and UDP clients & servers. Programs written with Eiffel INET run in a single thread-less process that...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Eiffel INET Download

Added: May 27, 2010 | Visits: 1.287

Lingua::ZH::HanConvert Lingua::ZH::HanConvert is a Perl module to convert between Traditional and Simplified Chinese characters. SYNOPSIS #!perl -lw use Lingua::ZH::HanConvert qw(simple trad); use utf8; my $t = "國"; # Traditional symbol for "country", unicode 22283 # or: my $t = v22283; print...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (111): Lingua::ZH::HanConvert Download

Added: May 05, 2010 | Visits: 845

libsndfile Libsndfile is a C library for reading and writing files containing sampled sound (such as the Apple/SGI AIFF format and MS Windows WAV) through one standard library interface. The library was written to compile and run on a Linux system but should compile and run on just about any Unix...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (97): libsndfile Download

Added: January 27, 2010 | Visits: 1.046

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: April 04, 2010 | Visits: 1.040

OPML Writer OPML Writer is a PHP4 class for writing OPML files with an object-oriented approach..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): OPML Writer Download

Added: April 09, 2010 | Visits: 876

inetlib inetlib is a small and optimized library for writing IRC bots and clients for Linux in C. A small IRC bot that uses all the features of the library is included with the source. Whats New in This Release: - New end-user funcions: irc_connect(), irc_disconnect(), irc_receive() and...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (101): inetlib Download

Added: March 15, 2010 | Visits: 1.122

DGNLib DGNLib is a small C/C++ library for reading and writing DGN files. Building: This is a preliminary source distribution, and I have not gone to any pains to make it easy to configure and build. To build please do the following: 1. Update cpl_config.h to represent your platform accurately....


Platforms: *nix

License: Freeware Size: 112.64 KB Download (200): DGNLib Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 1.255

libdaemon libdaemon is a lightweight C library that eases the writing of UNIX daemons. libdaemon consists of the following parts: - A wrapper around fork() which does the correct daemonization procedure of a process - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR -...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (100): libdaemon Download

Added: November 07, 2010 | Visits: 828

SuperTreck Supertreck is a combination of subjects that tries to recreate in the writing-desk the style Star Treck. Installation: 1) Install e16 (or better) 2) Install the “Icars Dr 16” theme 3) From KDM, choose "e-KDE" as your session 4) Install the theme "Supertreck" and modify its colour...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): SuperTreck Download

Added: May 26, 2010 | Visits: 871

Pyrex Pyrex is a Language for Writing Python Extension Modules. Pyrex is a language specially designed for writing Python extension modules. Its designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C. You may be wondering why anyone...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): Pyrex Download

Added: November 03, 2010 | Visits: 715

sixbs sixbs is a library capable of writing and reading beans to and from XML using their public properties. sixbs is especially suited for writing configuration data or sending data over the network. Contrary to normal Java serialization it is readable (i.e., you can easily edit it with your...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (94): sixbs Download

Added: August 19, 2013 | Visits: 1.818

ms-sys This is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (147): ms-sys Download

Added: October 03, 2010 | Visits: 703

Lingua::ZH::DateTime Lingua::ZH::DateTime is a Perl module to convert time to chinese format. SYNOPSIS This module can convert asctime to chinese format in your locale. you can select china singapore hongkong taiwan locale and gb2312/big5 charset. asctime is ASC C standard format will from localtime like this:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Lingua::ZH::DateTime Download

Added: October 21, 2010 | Visits: 1.063

GNOME Structured File Library GNOME Structured File Library is a utility library for reading and writing structured file formats. Support for MS OLE2 streams is complete, as is zip import. There is also support for document metadata and some initial work on decompressing VBA streams in OLE files for future conversion to...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (100): GNOME Structured File Library Download

Added: February 26, 2010 | Visits: 869

Emacs::Lisp Emacs::Lisp provides support for writing Emacs extensions in Perl. Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Emacs::Lisp Download

Added: June 14, 2010 | Visits: 1.118

WWW::Dict::Zdic WWW::Dict::Zdic is a Zdic Chinese Dictionary interface. SYNOPSIS use WWW::Dict::Zdic; my $dic = WWW::Dict::Zdic->new(); my $def = $dic->define("劉"); print YAML::Dump($def); This module provides simple interface to zdic.net Chinese character dictionary website. INTERFACE new()...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (116): WWW::Dict::Zdic Download

Added: May 04, 2010 | Visits: 1.225

MillScript-Excel MillScript-Excel project is a Java library for reading and writing Excel spreadsheets. The goal of the library is primarily to support all versions of Microsoft Excel, but other spreadsheet formats should also be added. The API is geared towards easy integration with other applications..


Platforms: *nix

License: Freeware Size: 512 KB Download (126): MillScript-Excel Download

Added: January 17, 2010 | Visits: 1.065

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: October 05, 2010 | Visits: 811

CgEddie CgEddie is a very simple editor for writing and compiling Cg shaders. It supports syntax highlighting (and also semantics), auto indentation, and multiple file editing. CgEddie uses the nVidia Cg compiler to check shaders at run-time. Whats New in This Release: - New features include Cg...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (90): CgEddie Download

< 1 2 3 4 5