EditObj can create and display a Tkinter dialog
box for editing any Python object (similarly to
what Java call a Bean editor, but for Python object).
EditObj is a usefull tool for writing (text or
non-text) editors of all kinds, including GUI editor,
3D editor,... It also includes a Python console
(thanks to Ka-Ping Yee).
Haskell-mode is a major Emacs mode for editing Haskell source code. It
provides syntax highlighting and automatic indentation and comes with
inf-haskell which allows interaction with an inferior Haskell interactive
loop such as the one of Hugs or GHCi.
Note that if you want to use haskell-mode under XEmacs, you should
install editors/xemacs-packages instead.
Emacs Speaks Statistics (ESS) is an add-on package for emacs text
editors such as GNU Emacs and XEmacs. It is designed to support editing
of scripts and interaction with various statistical analysis programs
such as R, S-Plus, SAS, Stata and JAGS.
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types
of applications. The functionality of the system is provided via an
assortment of ready to use tools, XML authoring components, and an
extensible plug-in based API.
html2fo is a converter from html to xsl:fo. The html code could be written
with StarOffice or other WYSIWYM editors and must not be 100% valid html code.
html2fo is designed to produce a valid xsl:fo for using FOP from Apache.
MonteCarlo is a bitmap font suitable for code editors. All the characters
have the same width, which is ideal for alignment. It is loosely derived
from the look of the Monaco screen font that was available on the old MacOS
systems. Some changes have been made to make it easier to differentiate
certain symbols.
The majority of the web pages of the internet today are much larger than they
need to be. The reason for this is that HTML tends to be stored in a human
readable format, with indenting, newlines and comments.
However, all of these comments, whitespace etc. are ignored by the browser, and
needlessly lengthen download times.
Second, many people are using WYSIWYG HTML editors these days. This makes
creating content easy. However these editors can cause a number of compatibility
problems by tying themselves to a particular browser or operating system.
The HTML::Clean module encapsulates a number of HTML optimizations and cleanups.
The end result is HTML that loads faster, displays properly in more browsers.
Think of it as a compiler that translates HTML input into optimized machine
readable code.
Graphos roots are directly set in GDraw, written by Enrico Sersale and released
in 2000. Version 0.1 of Graphos is a direct descendant of GDraw: the interface
is almost unchanged, but the application has been refactored, reorganized,
debugged, rewritten and updated.
The main changes were the transition from post-script to NSBezierPath drawing,
total rearrangement of the objects into Drawable Objects and their Editors
organized hierachically and the porting to Macintosh.
WikipediaFS is a mountable Linux virtual file system that allows to
read and edit articles from Wikipedia (or any Mediawiki-based site) as
if they were real files.
It is thus possible to view and edit articles using your favourite
text-editor. Text-editors tend to be more convenient than a simple
browser form when it comes to editing large texts and they generally
include useful features such as Mediawiki syntax highlighting and spell
checking.
Aubio is a library for audio labelling. Its features include segmenting a
sound file before each of its attacks, performing pitch detection, tapping
the beat, and producing midi streams from live audio. The name aubio comes
from 'audio' with a typo: several transcription errors are likely to be
found in the results too.
The aim of this project is to provide these automatic labelling features to
other audio software. Functions can be used offline in sound editors and
software samplers, or online in audio effects and virtual instruments.