GUI functions (e.g. waterfall) for libsdr, a simple software defined radio
(SDR) library.
txt2tags is a utility to turn simply formatted text into markup (e.g., HTML).
This module adds cancellation capabilities for threads. Cancelled threads are
terminated using threads->exit(). The thread is then detached, and hence
automatically cleaned up.
Threads that are suspended using Thread::Suspend do not need to be resumed in
order to be cancelled.
It is possible for a thread to cancel itself.
Expedite is meant to be a detailed and comprehensive benchmark
suite for Evas.
Creates a version constraint of supported Rubies,suitable for a gemspec file
Ngraph is prepared to plot 2-dimensional graph for students,
scientists and engineers. The program reads numerical data from
general ASCII text files, and plot to graph.
** Tips **
- This program support Kanji font. If you want to use it,
please set environment variable LANG to ja_JP.EUC.
(cf, under csh/tcsh)
% setenv LANG ja_JP.EUC
and you need....
- kinput2
- X True Type or X True Type Font server[best],
or kanji18 and kanji26 fonts, these fonts are in below ports[better],
- ja-ngraph-fonts (japanese/ngraph-fonts)
- ja-kanji18 (japanese/kanji18)
- ja-kanji26 (japanese/kanji26)
or to change font name in Ngraph.ini as below[poor].
font_map=Mincho,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
font_map=Gothic,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
- You can get documentation in Japanese from below URL.
** Acknowledgements to this ports file **
Special thanks to:
Satoshi Ishizaka <isizaka@msa.biglobe.ne.jp>
Nobuhiro Yasutomi <nobu@rd.isac.co.jp>
Interchange is the open source alternative to commercial e-commerce
servers and "best of breed" application server/component applications.
Interchange is one of the most powerful tools available to automate and
database-enable your web site or build online applications. It's also
one of the easiest tools to learn, plus it's open source, making it the
most open and least expensive solution to implement.
For some documentation and resources for it have a look at
http://www.interchange.rtfm.info/
A simple REST client for Python, inspired by the microframework
(Camping, Sinatra) style of specifying actions: get, put, post,
delete.
convmv is meant to help convert a single filename, a directory tree and the
contained files or a whole filesystem into a different encoding. It just
converts the filenames, not the content of the files. A special feature of
convmv is that it also takes care of symlinks, also converts the symlink target
pointer in case the symlink target is being converted, too.
All this comes in very handy when one wants to switch over from old 8-bit
locales to UTF-8 locales. It is also possible to convert directories to UTF-8
which are already partly UTF-8 encoded. convmv is able to detect if certain
files are UTF-8 encoded and will skip them by default. To turn this smartness
off use the --nosmart switch.