Main > Free Download Search >

Free chandler 1.0.3 software for linux

chandler 1.0.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 112
Chandler 1.0.3 / 1.1

Chandler 1.0.3 / 1.1


Chandler is a full-featured information manager for collecting feedback based on real usage. more>> <<less
Added: 2009-04-17 License: The Apache License 2.0 Price: FREE
3 downloads
 
Other version of Chandler
Chandler 0.7 Alpha 4Chandler personal information manager is a test release for collecting feedback based on real ... Continues to improve Chandlers developer platform framework. A developer looking to extend
License:GPL (GNU General Public License)
Download (24.3MB)
1059 downloads
Added: 2006-12-02
Shale 1.0.3

Shale 1.0.3


Shale is a modern web application framework, fundamentally based on JavaServer Faces. more>>
Shale is a modern web application framework, fundamentally based on JavaServer Faces. Architecturally, Shale is a set of loosely coupled services that can be combined as needed to meet particular application requirements.
Shale provides additional functionality such as application event callbacks, dialogs with conversation-scoped state, a view technology called Clay, annotation-based functionality to reduce configuration requirements and support for remoting. Shale also provides integration links for other frameworks, to ease development when combinations of technologies are required.
Main features:
- View Controller - Convenient mechanism to associate a "backing" Java class with each JavaServer Faces view in an application, with predefined event handers for events significant to an application developer.
- Dialog Manager - Mechanism to define a "conversation" with a user that requires multiple HTTP requests to implement, modeled as a state diagram.
- Application Manager - Traditional application wide front controller features that should be applied to every request.
- Validation - Integration with the Jakarta Commons Validator Framework, supporting both client side and server side validations based on a single set of configured validation rules.
- Remoting - Server side support for applications that employ AJAX (Asynchronous JavaScript and XML) style interactions.
- Spring Integration - Integration with the Spring Framework, allowing the use of Springs dependency injection framework to create JavaServer Faces managed beans.
- Clay - An alternative to JSP where you define views in pure HTML, in a fashion similar to Tapestry and Facelets. An innovative sub-framework for supporting the configuration of reusable subtrees of JavaServer Faces components for customizable reuse.
- Test Framework - Set of mock objects and JUnit test case base classes suitable for testing both the framework classes themselves, as well as application components built on top of the framework.
- Tiger Extensions - Optional add-on library that adds additional ease-of-use features for Shale applications that run on Java Standard Edition 5 (popularly known by its code name during development, "tiger").
<<less
Download (MB)
Added: 2007-01-12 License: The Apache License 2.0 Price:
1015 downloads
Lexter 1.0.3

Lexter 1.0.3


Lexter is a real-time word puzzle for text terminals. more>>
Lexter is a real-time word puzzle for text terminals. Arrange the falling letters into words to score points. Lexter supports internationalization and multiple dictionaries. The package contains English and French dictionaries, but needs a French gettext translation for the in game text.

If anyone would like to translate Lexter to another language Ill include any "po" files I receive in the next version.

Lexter project dynamically calculates word scores from the dictionary contents. The format is plain text with one "word" per line and can contain just about anything. They could be topical like place names or even famous number sequences. Although it might make for a very difficult game.

The Lexter archive also includes an RPM spec file. RPM users can build a binary package ready to install by running:

rpm -tb lexter-1.0.3.tar.gz

You will find the binary rpm under /usr/src/rpm/RPMS/i386 or /usr/src/redhat/RPMS/i386.

<<less
Download (0.32MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1199 downloads
Transcode 1.0.3

Transcode 1.0.3


Transcode is a suite of command line utilities for transcoding video and audio codecs. more>>
Transcode is a suite of command line utilities for transcoding video and audio codecs, and for converting beween different container formats. Transcode can decode and encode many audio and video formats, e.g.
- MPEG-1/2
- MPEG-4(-part 3) (also DivX and XviD variants)
- Quicktime / MPEG-PS (dvd) (decode only)
- MPEG-1-layer-1/2/3 audio
- AC3 audio
Transcode has a variety of video and audio pre and post-processing filters, including (but not limited to):
- video de-interlacing
- audio resampling
- framerate conversion
- smoothing
- cutting
Transcode can import DVDs on-the-fly, or record from Video4Linux (including V4L2 video capturing) devices.
A number of modules are included to enable import of DVDs on-the-fly, Video4Linux (including V4L2 video capturing), MPEG elementary streams (ES) or program streams (VOB), MPEG1/2/4 video, Digital Video (DV), YUV4MPEG streams, Nuppel Video (NUV), quicktime (MOV), MPEG audio layer-1/2/3, WAVE, DIVX, MJPEG, and raw or compressed (pass-through) video frames.
A number of export modules for enable writing DivX ;-), DivX 4.02/5.xx, XviD, Digital Video, MPEG-1/2 or uncompressed AVI files with MPEG, AC3 (pass-through) or PCM audio. More file formats and codecs for audio/video import are supported by the MPlayer and avifile import modules (exporting with avifile is restricted to video codecs, with MPEG/PCM or AC3 (pass-through) audio provided by transcode). Limited DVD subtitle rendering is also available.
Its modular concept is intended to provide flexibility and easy user extensibility to include other video/audio codecs or file types. A set of tools is available to extract, demultiplex and decode the sources into raw video/audio streams for import, non AVI-file export modules for writing single frames (PPM) or YUV4MPEG streams, auto-probing and scanning your sources and to enable post-processing of AVI files, including header fixing, merging multiple files or splitting large AVI files to fit on a CD.
Transcode runs on UN*X like systems like Linux, BSD, and MacOSX.
Transcode loads shared library modules that are responsible for feeding it with raw streams and encoding the frames:
The Import Modules for audio/video decoding are loaded with dlopen system call and are responsible for starting the video and audio streams (directly or via the popen system call) and have a single function interface to the main program. The import is handled by a thread that buffers the video/audio frames.
The main program transcode currently performs a number of simple video/audio frame manipulations (in this order) or allows simple pass-through of raw frame data:
Video:
- cut out arbitray frame region for processing
- de-interlace video frame
- fast enlarging of video width/height by a multiple of 32 rows/column up to 1024x768
- fast reduction of video width/height by a multiple of 32 rows/column
- high-quality resizing with filter
- cut out arbitray frame region for encoding
- rescale (downsample) video width/height by a power of 2
- flip video frame upside down
- mirror image of video frame
- swap R and B bytes in video frame
- transform to b/w video frame
- apply gamma correction
- anti-alias video frame
Audio:
- change the volume of the audio stream
- resample audio stream
- swap byte order in audio stream
- sync video with audio frames (V=0|A=N, V=1|A=N+1,...)
- Filter Plugins:
- Additional effects are available via external filter plugins loaded with option "-J".
The Export Modules for audio/video encoding are loaded via the dlopen system call and the encoder loop is started for the selected frames. In most cases audio and video are handled by the same module.
Enhancements:
- This release includes only critical hotfixes.
- The main highlight is compatibilty with newer releases of ffmpeg libraries.
- Some filters have been updated.
<<less
Download (2.2MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
560 downloads
drun 1.0.3

drun 1.0.3


drun 1.0.3 provides you with an outstanding and powerfulGTK run dialog box with tab completion and a simple ui, which supports common features as well as history, files, directories, urls, and more>>
drun 1.0.3 provides you with an outstanding and powerfulGTK run dialog box with tab completion and a simple ui, which supports common features as well as history, files, directories, urls, and spelling correction.

Usage:

Type in a command, and press return to run it. Tab, up, and down can be used to cycle through possible completions for that command. Delete can be used to remove a completion from the list and history. Escape dismisses the completions or exits. Return runs a command, and Shift+Return runs a command in a terminal.

If you press tab on an empty entry, then you will get a list of recently run commands in the order that you last ran them. Otherwise, it will attempt to complete an executable, directory, or file. The completions will then be ordered by how many times they were previously run. A name beginning with an equals symbol will be expanded based on where it is located in the system path. If no completions are found, then your input will be manipulated based on spell checking to find any possible completions.

The programs used to run files, directories, and urls can be edited in ~/.drunrc:

  • http-handler = firefox
  • ssh-handler = xterm -e ssh
  • file-handler = gnome-open
  • directory-handler = nautilus
  • terminal-handler = xterm -e

Normally, drun will run commands in the current directory it was launched in. If a single directory is passed in as a parameter, then it will run the command in that directory. If a non-directory or multiple files are passed in as a parameter, then it will run the command in the directory of the first parameter, and append the list of files to the end of the command.

Custom run actions can be added to thunars right-click menu by configuring them from thunars edit menu.
You can add the following commands to be able to run commands in a directory or on selections of files from a thunar window. Similar actions are possible from other file managers such as nautilus.

Major Features:

  1. Tab completion
  2. History
  3. Runs files, directories, urls, and executables
  4. Runs on thunar/nautilus file and directory selections
  5. Spelling correction
  6. Recursive directory completion
  7. Completions ordered using history
  8. Completes parameters from history

Enhancements:

  • Run terminal on shift+return or control+return
  • Run terminal in directory if shift+return or control+return is pressed with a path
  • Modified reverse search behaviour
  • Complete directories from history as well as file system
  • Go to parent directory on alt+up, undo on alt+down
  • Allow running of shortcuts and documents on Windows
  • Allow * glob in input

Requirements: gtk+

<<less
Added: 2009-05-07 License: GPL Price: FREE
18 downloads
CodePrinter 1.0.3

CodePrinter 1.0.3


CodePrinter is a tiny utility to print out source code or other text files. more>>
CodePrinter is a tiny utility to print out source code or other text files. CodePrinter projects main intent is to provide you with print-outs for your code reviews and to save some paper by fitting two code pages onto one sheet of paper.
CodePrinter is written in Java and makes use of the Java Printing API. Its an Open Source project hosted at SourceForge.net and is protected by the GNU General Public License.
Unix- & Linux people should consider a2ps as an alternative.
Main features:
- Printing of one or multiple files
- Line numbering
- Simple syntax highlighting for .java, .html and .xml files
- Preview with zoom-in/zoom-out functionality
- Printing of a single or all previewed pages
- Font and font size selection
<<less
Download (MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1413 downloads
gnuvd 1.0.3

gnuvd 1.0.3


gnuvd is a command-line client to the online Van Dale dictionary for the Dutch language. more>>
gnuvd is a command-line client to the online Van Dale dictionary for the Dutch language.
Installation:
tar xvfz gnuvd-1.0.2.tar.gz
$ cd gnuvd-1.0.2
$ ./configure
$ make
$ make install
Enhancements:
- Fixes for some memory related bugs.
- Now works on the merciless OpenBSD 3.8.
<<less
Download (0.13MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1446 downloads
Mneme 1.0.3

Mneme 1.0.3


Mneme provides an email reminder system. more>>
Mneme provides an email reminder system.
Mneme is a combination of Web application and shell scripts that are used to help people remember upcoming events or action that they need to take.
The Web application portion allows a user to add, edit, view, and delete reminders.
There are two shell scripts to choose from that generate emails when the reminders are due.
Main features:
- Fast and simple to use.
- Clear view of up-coming reminders.
<<less
Download (0.019MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
userv 1.0.3

userv 1.0.3


userv is a tool for system administrators. more>>
userv is a tool for system administrators, who often find themselves with a program running as one user which needs to be able to do certain things as another user.
For example, my machines news system needs to scan my users newsrcs to ensure that the right newsgroups are fetched. Before userv that part of the news system had to run as root, and clumsily use `su.
It can be also a component for application authors. For example, imagine a version of `cron which didnt need to run as root, so that a security bug in cron would just mean that bad people could get cron jobs to run at the wrong times, rather than everyone on the system being able to break in completely. Imagine being able to do sophisticated mail filtering at delivery time without the mail transfer or delivery agents needing to be root.
Enhancements:
- Count -continued lines properly in error message line numbers.
- Fix lexing bugs with "-quoted strings and -continuation.
- Fix interpretation of n etc. in "-quoted strings.
- Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
<<less
Download (0.18MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
oa 1.0.3

oa 1.0.3


oa is a toy I needed to experiment with some wave-forms. more>>
oa is a toy I needed to experiment with some wave-forms. I was trying to produce some "ooo" and "aaa" sound, like what do some guitarists with some pedals, so I made this program to help me doing this.
I like it so much I decided to release it ! even if it is only a toy. oa project works with Linux (for the sound) and X-Window (for the interface).
Yes, the window is very big (1024x868), yes I know, dont blame me. It was the size I needed.
You can use it very quickly, I think the interface is obvious. Try to have some wave-forms that will procude realistic "ooo" and "aaa" and send the oa data files to me !
You even can save what you do to a wav file. If you produce one, put it somewhere I could download it and send me a mail. You can do crazy things, really, like some people do with their wonderful "electro-acoustical music".
Enhancements:
- it now compiles with gcc 4.0.
<<less
Download (0.030MB)
Added: 2006-02-08 License: Public Domain Price:
1354 downloads
Sablotron 1.0.3

Sablotron 1.0.3


Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. more>>
Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project; other users and developers are encouraged to use it or to help us testing or improving it.

Sablotron is written in C++ and we try to keep it as portable as possible. Click here here to see Sablotron cross-reference sources. We compile Sablotron on Linux (using g++) and Windows 2000 (using MS Visual C++).

GA does not directly support other platforms but as far as we know, it runs on Solaris, FreeBSD, OpenBSD, HP-UX, Irix and all Win32 systems. It should be possible to port Sablotron on other systems as well. In the event you run any other port of Sablotron, please let us know.
<<less
Download (MB)
Added: 2006-10-18 License: MPL (Mozilla Public License) Price:
1175 downloads
xtarot 1.0.3

xtarot 1.0.3


xtarot is an application which plays Tarot cards. more>>
xtarot project is an application which plays Tarot cards.

It tells your fortune with virtual Tarot cards. Three tarot spreads are available via a simple user interface.

xtarot is designed to be as flexable as possible.

For this reason I have now split it into two packages. This should be very good for people who want to keep up with the latest version because you now no longer need to download over 3 Meg of graphics every time there is a change to the code!

<<less
Download (0.055MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1045 downloads
Avango 1.0.3

Avango 1.0.3


AVANGO is an object-oriented framework for the development of distributed, interactive VE applications. more>>
Data distribution is achieved by transparent replication of a shared scene graph among the participating processes of a distributed application.

A sophisticated group communication system is used to guarantee state consistency even in the presence of late joining and leaving processes. The familiar dataflow graph found in modern stand-alone 3D-application toolkits extends nicely to the distributed case.

Many toolkits for the development of stand-alone VE applications exist today. They provide the programmer with a high-level interface to represent complex geometry in a scene graph and to render that scene graph. The programmer is shielded from the details of dealing with low-level graphics and system APIs, and can concentrate on the development of the application itself.

AVANGO provides programmers with the concept of a shared scene-graph, accessible from all processes forming a distributed application. Each process owns a local copy of the scene graph and the contained state information, which is kept synchronized.

Our object-oriented framework allows the creation of application specific classes, which inherit these distribution properties. Furthermore, the shared scene-graph is augmented with a distributed dataflow graph. This provides the same evaluation characteristics in distributed applications as in stand-alone applications, and effectively supports the development of distributed interactive applications.

In contrast to similar systems like Repo-3D (MacIntyre:1998) we focus on high-end, real-time, virtual environments like CAVEs (Cruz-Neira:1993:SSP) and Workbenches (HKP:Krueger94,HKP:Krueger95), therefore the development is based on SGI Performer (Rohlf:1994:IPH).

With AVANGO, we provide a framework that combines the familiar programming model of existing stand-alone toolkits with built-in support for data distribution that is almost transparent to the application developer.
<<less
Download (3.8MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
955 downloads
phpManta Mdoc 1.0.3

phpManta Mdoc 1.0.3


phpManta is a suite of PHP classes, scripts and examples intended to help PHP programmers writing stable PHP websites. more>>
phpManta is a suite of PHP classes, examples and scripts intended to help PHP programmers writing stable PHP applications and websites.
Coding is faster using auto-documentation, templates and web widgets from the phpManta suite.
Mdoc is a new auto-documentation tool to create manuals like PHP manual at php.net web site, so in a style common to the PHP community and is very efficient to share your code as APIs.
Mdoc parses the PHP source code and its comments to build the manual for a class or a library. A class is a valid PHP4 or PHP5 class, a library is a file of functions, both may contains constant declarations.
Documentation may then be displayed formated in native or custom (X)HTML code which can be included in web pages. Native format style is mostly inspired from PHP manual at php.net web site.
Custom format is built thanks to a powerful template feature and can be in any structured language such like XML (assuming the template smart display flag is set to "off" to disable the XHTML smart display feature).
Enhancements:
- The Mdoc and Mtest classes are also available in PHP 5 syntax.
- Some corrections have been made in the example and test scripts
- $force_php4 is now disabled so that the scripts detect which PHP version is running on the server and load the appropriate classes.
<<less
Download (0.051MB)
Added: 2006-02-06 License: BSD License Price:
1356 downloads
Taskbar 1.0.3

Taskbar 1.0.3


Taskbar is a small taskbar utility for X11 with advanced features. more>>
Taskbar is a small taskbar utility for X11 with advanced features.
It supports a program launcher menu, task list, and tray notification area. It will work with any EWMH window manager (Sawfish, Metacity, KWM, etc.).
It is designed to be lightweight yet fully functional.
Main features:
- Docking taskbar aligned to bottom or top of screen
- Customizable start menu (program launcher)
- Taskbar notification area with tooltip support (area is populated via plugins)
- Support for Xft anti-aliased fonts
<<less
Download (0.43MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1130 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5