4.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 154
RXP 1.4.4
RXP is a validating XML parser written in C. more>>
RXP is a validating XML parser written in C. RXP project is used by the LT XML toolkit, and the Festival speech synthesis system.
The current version of RXP supports XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs. To use an XML Catalog, set the environment variable XML_CATALOG_FILES to a space-separated list of catalog files.
You can try using RXP to check an XML file.
<<lessThe current version of RXP supports XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs. To use an XML Catalog, set the environment variable XML_CATALOG_FILES to a space-separated list of catalog files.
You can try using RXP to check an XML file.
Download (0.15MB)
Added: 2006-03-17 License: GPL (GNU General Public License) Price:
1324 downloads
PHP 4.4.7
PHP is a high-level scripting language. more>>
PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
PHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API.
It is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
<<lessPHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API.
It is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
Download (4.9MB)
Added: 2007-05-05 License: The PHP License Price:
1105 downloads
JCR 0.4.4
JCR is a Web application for performing and managing code reviews. more>>
JCR also know as jcodereview is a web application for performing and managing code reviews.
Although it has some special smarts for reviewing Java projects, it can be used for reviews of any type of source code.
Main features:
- Reviewers. All changes to code are highlighted, and context is shown when adding comments. If reviewing Java code, references to other classes within the file are clickable, so that you can drill into the detail if required. After review comments have been made, those comments can themselves be reviewed, and the required actions decided on and tracked
- Project owners. Review projects are easy to create and configure
- Process Nazis. Details of all comments are held in the database, along with any actions required, and whether theyve been completed. Status reports can be viewed at any time
- Architects and developers. As well as viewing the comments made for a project, its possible to see details of all review projects and comments for a specified file.
At work (Dialect Solutions), we use JCR to review more than half of the code we write. Its made a huge difference to our review process - code reviews now take less time, and the code gets reviewed much more thoroughly than it did in the past.
JCR is released under the GNU Public Licence.
<<lessAlthough it has some special smarts for reviewing Java projects, it can be used for reviews of any type of source code.
Main features:
- Reviewers. All changes to code are highlighted, and context is shown when adding comments. If reviewing Java code, references to other classes within the file are clickable, so that you can drill into the detail if required. After review comments have been made, those comments can themselves be reviewed, and the required actions decided on and tracked
- Project owners. Review projects are easy to create and configure
- Process Nazis. Details of all comments are held in the database, along with any actions required, and whether theyve been completed. Status reports can be viewed at any time
- Architects and developers. As well as viewing the comments made for a project, its possible to see details of all review projects and comments for a specified file.
At work (Dialect Solutions), we use JCR to review more than half of the code we write. Its made a huge difference to our review process - code reviews now take less time, and the code gets reviewed much more thoroughly than it did in the past.
JCR is released under the GNU Public Licence.
Download (0.16MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1420 downloads
ppp 2.4.4
ppp is an open source package which implements the Point-to-Point Protocol on Linux and Solaris systems. more>>
ppp (Pauls PPP Package) is an open source package which implements the Point-to-Point Protocol (PPP) on Linux and Solaris systems.
ppp is an implementation of (PPP) Point-to-Point Protocol for Unix systems.
Dialling out to an ISP
I use this command to get pppd to dial my ISP from my Linux box at home:
pppd call apex
I have set up a file /etc/ppp/peers/apex containing this:
ttyS0 38400 crtscts
connect /usr/sbin/chat -v -f /etc/ppp/chat/apex
defaultroute
user paulus
remotename apex
The chat script /etc/ppp/chat/apex looks like this:
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
TIMEOUT 90
REPORT CARRIER
"" at
OK "atw1&d0&c1"
OK
atdt62485791
"~"
Note the "~" as the last expect string. This isnt strictly necessary but it does mean that the chat script doesnt finish until I actually see a ppp frame from the ISP.
My ISP uses PAP authentication rather than a login dialog, which simplifies the chat script. I have this in my /etc/ppp/pap-secrets file:
# Secrets for authentication using PAP
# client server secret IP addresses
paulus apex "notmypassword"
<<lessppp is an implementation of (PPP) Point-to-Point Protocol for Unix systems.
Dialling out to an ISP
I use this command to get pppd to dial my ISP from my Linux box at home:
pppd call apex
I have set up a file /etc/ppp/peers/apex containing this:
ttyS0 38400 crtscts
connect /usr/sbin/chat -v -f /etc/ppp/chat/apex
defaultroute
user paulus
remotename apex
The chat script /etc/ppp/chat/apex looks like this:
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
TIMEOUT 90
REPORT CARRIER
"" at
OK "atw1&d0&c1"
OK
atdt62485791
"~"
Note the "~" as the last expect string. This isnt strictly necessary but it does mean that the chat script doesnt finish until I actually see a ppp frame from the ISP.
My ISP uses PAP authentication rather than a login dialog, which simplifies the chat script. I have this in my /etc/ppp/pap-secrets file:
# Secrets for authentication using PAP
# client server secret IP addresses
paulus apex "notmypassword"
Download (0.67MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1217 downloads
Glan 0.4.4
Glan is a toolkit for developing network GUI applications. more>>
Glan is a toolkit for developing network GUI applications. It consists of a remote Qt toolkit, a network (client-server) wrapper for Qt classes, and a Qt-based Application Server development platform for creating GUI oriented client-server applications.
Glan allows the developer to just write code using the Qt programming style for the server side and forget about the client side.
<<lessGlan allows the developer to just write code using the Qt programming style for the server side and forget about the client side.
Download (0.13MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
jose 1.4.4
jose is a graphical Chess tool. You can store chess games in a database (backed by MySQL). You can view games and edit variations and comments. You can play against a "plugged-in" chess engine and use it for analysis. more>>
jose - jose is a graphical Chess tool.
You can store chess games in a database (backed by MySQL).
You can view games and edit variations and comments.
You can play against a "plugged-in" chess engine and use it for analysis.
Enhancements:
Version 1.4.4
new database engine
System Requirements:<<less
Download (31.3Mb)
Added: 2006-02-11 License: Free Price: Free
13 downloads
Glom 1.4.4
Glom allows you to design database table definitions and the relationships between them. more>>
Glom allows you to design database table definitions and the relationships between them.
The design is loosely based upon FileMaker Pro, with the added advantage of separation between interface and data. It attempts to provide a simple generic framework sufficient to implement most database applications. These systems normally consists of lots of repetitive, unmaintainable code.
Glom-specific data such as the relationship definitions is saved in the Glom document. Glom re-connects to the database server when it loads a previous Glom document. The document is in XML format.
Glom uses the PostgresSQL database backend but it can not edit databases that it did not create, because it uses only a simple subset of Postgres functionality.
<<lessThe design is loosely based upon FileMaker Pro, with the added advantage of separation between interface and data. It attempts to provide a simple generic framework sufficient to implement most database applications. These systems normally consists of lots of repetitive, unmaintainable code.
Glom-specific data such as the relationship definitions is saved in the Glom document. Glom re-connects to the database server when it loads a previous Glom document. The document is in XML format.
Glom uses the PostgresSQL database backend but it can not edit databases that it did not create, because it uses only a simple subset of Postgres functionality.
Download (1.5MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Bist 0.4.4
Bist stands for bidimensional structures and is a chemical drawing tool. more>>
Bist stands for bidimensional structures (in italian it sounds like "beast" in english ) and is a chemical drawing tool. It is focused on organic chemistry but it may be useful also for chemists or teacher as well.
Bist support many of the formalism used to describe molecoles structures like single bond, double bond, stereospecific bond, charges, resonance arrows, lone pairs etc...
Bist project can export both postscript and png (poor drawing at this time) formats.
This version is now integrated with openbabel API so virtually all the formats this library can accept should be a valid input for bist too.
Currently portability is not my goal so only GNU/Linux platform is supported. However any effort in this direction is appreciated so feel free to ask me about any porting question. Please remember that bist is actually in a beta stage of development so i strongly suggest you to not using it except for testing or hacking purpose.
Main features:
- Input in native and more than 20 different formats(CML, XYZ, mol etc.) ;
- export in SVG, PostScript, FIG and PNG format via plotutils;
- simple template system;
- support for i18n;
- plug-in system;
- translation, scaling, flipping, 3D and 2D rotation;
- unlimited undo level;
- parsing of linear fragments (i.e. -CH2CH(C=OOH)2).
<<lessBist support many of the formalism used to describe molecoles structures like single bond, double bond, stereospecific bond, charges, resonance arrows, lone pairs etc...
Bist project can export both postscript and png (poor drawing at this time) formats.
This version is now integrated with openbabel API so virtually all the formats this library can accept should be a valid input for bist too.
Currently portability is not my goal so only GNU/Linux platform is supported. However any effort in this direction is appreciated so feel free to ask me about any porting question. Please remember that bist is actually in a beta stage of development so i strongly suggest you to not using it except for testing or hacking purpose.
Main features:
- Input in native and more than 20 different formats(CML, XYZ, mol etc.) ;
- export in SVG, PostScript, FIG and PNG format via plotutils;
- simple template system;
- support for i18n;
- plug-in system;
- translation, scaling, flipping, 3D and 2D rotation;
- unlimited undo level;
- parsing of linear fragments (i.e. -CH2CH(C=OOH)2).
Download (0.60MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1078 downloads
gpac 0.4.4
gpac is a multimedia framework for MPEG-4, VRML, X3D, ... more>>
GPAC is an implementation of the MPEG-4 Systems standard (ISO/IEC 14496-1) developed from scratch in ANSI C.
The main development goal is to provide a clean (a.k.a. readable by as many people as possible), small and flexible alternative to the MPEG-4 Systems reference software (known as IM1 and distributed in ISO/IEC 14496-5). The MPEG-4 Reference software is indeed a very large piece of software, designed to verify the standard rather than provide a small, production-stable software.
GPAC is written in ANSI C for portability reasons (embedded platforms and DSPs) with a simple goal: keep the memory footprint as low as possible.
The second development goal is to achieve integration of recent multimedia standards (SVG/SMIL, VRML, X3D, SWF, etc) into a single framework. This stage is still under drafting but has started with VRML97 support.
GPAC already features 2D and 3D multimedia playback, MPEG-4 Systems encoders/multiplexers and publishing tools for content distribution.
GPAC is licensed under the GNU General Public License (see FAQ).
The current GPAC release (0.2.3) already covers a very large part of the standard, and features what can probably be seen as the most advanced and robust 2D MPEG-4 Player available worldwide, as well as a decent 3D MPEG-4/VRML player with some X3D support.
GPAC is currently running under Windows, Linux platforms - WindowsCE/PocketPC platform is not actively maintained but GPAC 0.2.3 is running on an iPaq device.
Main features:
- MP4 and 3GPP file reading, both local and through http download (QuickTime FastStart).
- MP3 (local and http) and ShoutCast.
- AAC file reading and AAC http streaming (needs latest faad2 cvs tarball).
- Media Codecs: MPEG-4 Visual Simple Profile, MPEG-4 Audio AAC, JPEG, PNG, AMR audio and all codecs supported by the FFMPEG library (including AVC/H264).
- All media containers supported by the FFMPEG library: avi, mpeg, vob, etc...
- Xiph.org Media: Ogg file format (including http read and Icecast), Vorbis audio and Theora video.
- 3GPP Timed Text / MPEG-4 Streaming Text.
- Streaming support: RTP and RTSP/SDP for MPEG-4 Visual/Audio, MPEG-1/2 audio and video, 3GPP timed text, AMR audio and H263 video.
- Multichannel audio, multichannel to stereo mapper.
- MPEG-4 scenes (2D, 3D and mixed 2D/3D scenes) - read from binary format (BIFS) and textual format (BT/XMT-A).
- VRML 2.0 (VRML97) scenes (without GEO or NURBS extensions).
- X3D scenes (not complete) - supports both X3D (XML format) and X3DV (VRML format).
- JavaScript support for MPEG4/X3D/VRML.
- Compressed description (GZip) supported for all textual formats of MPEG4/X3D/VRML.
- Simple SVG scenes (not complete).
- Simple SWF (Macromedia Flash) scenes (no ActionScript, no clipping, etc).
- HTTP reading of all scene descriptions.
<<lessThe main development goal is to provide a clean (a.k.a. readable by as many people as possible), small and flexible alternative to the MPEG-4 Systems reference software (known as IM1 and distributed in ISO/IEC 14496-5). The MPEG-4 Reference software is indeed a very large piece of software, designed to verify the standard rather than provide a small, production-stable software.
GPAC is written in ANSI C for portability reasons (embedded platforms and DSPs) with a simple goal: keep the memory footprint as low as possible.
The second development goal is to achieve integration of recent multimedia standards (SVG/SMIL, VRML, X3D, SWF, etc) into a single framework. This stage is still under drafting but has started with VRML97 support.
GPAC already features 2D and 3D multimedia playback, MPEG-4 Systems encoders/multiplexers and publishing tools for content distribution.
GPAC is licensed under the GNU General Public License (see FAQ).
The current GPAC release (0.2.3) already covers a very large part of the standard, and features what can probably be seen as the most advanced and robust 2D MPEG-4 Player available worldwide, as well as a decent 3D MPEG-4/VRML player with some X3D support.
GPAC is currently running under Windows, Linux platforms - WindowsCE/PocketPC platform is not actively maintained but GPAC 0.2.3 is running on an iPaq device.
Main features:
- MP4 and 3GPP file reading, both local and through http download (QuickTime FastStart).
- MP3 (local and http) and ShoutCast.
- AAC file reading and AAC http streaming (needs latest faad2 cvs tarball).
- Media Codecs: MPEG-4 Visual Simple Profile, MPEG-4 Audio AAC, JPEG, PNG, AMR audio and all codecs supported by the FFMPEG library (including AVC/H264).
- All media containers supported by the FFMPEG library: avi, mpeg, vob, etc...
- Xiph.org Media: Ogg file format (including http read and Icecast), Vorbis audio and Theora video.
- 3GPP Timed Text / MPEG-4 Streaming Text.
- Streaming support: RTP and RTSP/SDP for MPEG-4 Visual/Audio, MPEG-1/2 audio and video, 3GPP timed text, AMR audio and H263 video.
- Multichannel audio, multichannel to stereo mapper.
- MPEG-4 scenes (2D, 3D and mixed 2D/3D scenes) - read from binary format (BIFS) and textual format (BT/XMT-A).
- VRML 2.0 (VRML97) scenes (without GEO or NURBS extensions).
- X3D scenes (not complete) - supports both X3D (XML format) and X3DV (VRML format).
- JavaScript support for MPEG4/X3D/VRML.
- Compressed description (GZip) supported for all textual formats of MPEG4/X3D/VRML.
- Simple SVG scenes (not complete).
- Simple SWF (Macromedia Flash) scenes (no ActionScript, no clipping, etc).
- HTTP reading of all scene descriptions.
Download (3.9MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
899 downloads
Download (20MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
947 downloads
Download (2.1MB)
Added: 2006-08-31 License: LGPL (GNU Lesser General Public License) Price:
1149 downloads
Download (0.015MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1386 downloads
Slibo 0.4.4
Slibo project is a chess interface and engine for KDE. more>>
Slibo project is a chess interface and engine for KDE.
Slibo aims to be a comfortable replacement for the xboard chess interface, written for OpenGL and KDE.
It uses the xboard protocol and can be used with common chess engines like crafty or gnuchess, but it provides its own chess engine too.
Though its designed to be easy to use for the new chess player, it supports playing multiple games the same time, or anaylzing PGN files with multiple engines.
<<lessSlibo aims to be a comfortable replacement for the xboard chess interface, written for OpenGL and KDE.
It uses the xboard protocol and can be used with common chess engines like crafty or gnuchess, but it provides its own chess engine too.
Though its designed to be easy to use for the new chess player, it supports playing multiple games the same time, or anaylzing PGN files with multiple engines.
Download (0.87MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1080 downloads
SMPEG 0.4.4
SMPEG is SDL MPEG Player Library. more>>
SMPEG is SDL MPEG Player Library.
SMPEG is based on UC Berkeleys mpeg_play software MPEG decoder and SPLAY, an mpeg audio decoder created by Woo-jae Jung. We have completed the initial work to wed these two projects in order to create a general purpose MPEG video/audio player for the Linux OS.
Based on our initial work, SMPEG is able to playback MPEG video with sound on Pentium II based systems. SMPEG does not achieve adequate performance on slower systems.
SMPEG is offered under the GNU Library Public License (LGPL).
We hope that by making this tool available to the open source community that others will be able to use it for their own products, and that this tool can be expanded and enhanced for everyones benefit.
<<lessSMPEG is based on UC Berkeleys mpeg_play software MPEG decoder and SPLAY, an mpeg audio decoder created by Woo-jae Jung. We have completed the initial work to wed these two projects in order to create a general purpose MPEG video/audio player for the Linux OS.
Based on our initial work, SMPEG is able to playback MPEG video with sound on Pentium II based systems. SMPEG does not achieve adequate performance on slower systems.
SMPEG is offered under the GNU Library Public License (LGPL).
We hope that by making this tool available to the open source community that others will be able to use it for their own products, and that this tool can be expanded and enhanced for everyones benefit.
Download (0.15MB)
Added: 2006-08-07 License: LGPL (GNU Lesser General Public License) Price:
1193 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 4.4 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