Main > Free Download Search >

Free built in editor software for linux

built in editor

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3027
Bitswash 0.0.4

Bitswash 0.0.4


Bitswash software is a crossplatform Bittorrent client. more>>
Bitswash software is a crossplatform Bittorrent client.

Bitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.

<<less
Download (2.2MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 downloads
Ara Editor 1.0

Ara Editor 1.0


Ara is an automatic editor of RSS feed. Only the links towards the Web pages must be given to him. more>>
Ara is an automatic editor of RSS feed. Only the links towards the Web pages must be given to him. The project is able to retrieve the title and the description of the pages and to produce a syndication file in the RSS format.

It enables you to select the pages to be syndicated instead of publishing the last articles systematically as the generators included in content managers do it.
The Ara term means "Atom and RSS API", it is also the name of a species of parrots from South America.

Using Ara

The program is a set of PHP scripts which have to be stored on a Web site. One creates a feed from the browser by entering the URL of the interface, ara.php.
It is easier to use the program with two browsers, one to display the pages to include and to copy the URLs from the URL input field, the other to edit the RSS file. Thus by just a cut and paste action one transfers the URL from the field to the interface and one clicks on "Add" to add it to the list.

The EDIT button on the left of the link makes it possible to modify the title and description if one wants.

To generate the feed, one enters the nam.

Warning
Ara is not a simple editor, when a page is added, it is reads for extracting useful information and for this purpose Ara makes use of Ajax (with the Anaa framework ), but Ajax can read files only from the site where it is installed. Actually the goal is to build the feed of the site, just avoid to give URL to other sites.

How it works

It is an Ajax script with a backend in PHP 5. In the current version only the pages of the website where it is installed can be added to the feed.

It is necessary to be authenticated to use it, to this goal the install.php program allows to register a login and a password. This file must absolutely be be erased. Once registered, the user remains registered for the whole session, even if he reads other pages meanwhile.

To generate the contents automatically, the program loads the pages given in the list and reads in the head section the contents of the title and description tags. If they are missing, the first H1 tag in the body of the page will be used for the title instead.

The same if description misses, the text of the synopsis will be taken from the page instead.

<<less
Download (0.030MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
827 downloads
TuxWordSmith 0.5.0

TuxWordSmith 0.5.0


TuxWordSmith is a sister application to TuxMathScrabble. more>>
TuxWordSmith is a sister application to TuxMathScrabble. It uses XDXF dictionaries to let you play Word Scrabble against the computer.
It currently uses the Oxford English Dictionary and is built atop the EduApp framework. The project also has a screensaver mode where two computer players play endless Scrabble.
Enhancements:
- A new admin GUI and dictionaries in 23 languages.
<<less
Download (10.0MB)
Added: 2007-07-24 License: Free To Use But Restricted Price:
823 downloads
Gateway 3.0 Beta 2

Gateway 3.0 Beta 2


Gateway is a JavaEE application developed by the Vermont Department of Taxes. more>>
Gateway is a JavaEE application developed by the Vermont Department of Taxes. It provides a web services framework for accepting Streamlined Sales Tax registrations and returns.

The project also includes a web interface for manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built.

<<less
Download (7.8MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
Aigaion Bibliography System 1.3.4

Aigaion Bibliography System 1.3.4


Aigaion Bibliography System is a Web-based shared bibliography manager built on PHP/MySQL. more>>
Aigaion Bibliography System is a Web-based shared bibliography manager built on PHP/MySQL. Aigaion Bibliography System project is based on the BibTeX format, but has support for other formats as well.
Main features:
- extensive support for organizing a bibliography in a topic structure
- personal and public annotations on each publication
- multi-user support
- easy import/export
- intuitive user interface
Enhancements:
- A remote SQL injection vulnerability issue was fixed.
<<less
Download (0.66MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
833 downloads
Java::Build::JVM 0.05

Java::Build::JVM 0.05


Java::Build::JVM is a Perl module that starts one JVM for compiling. more>>
Java::Build::JVM is a Perl module that starts one JVM for compiling.

SYNOPSIS

use Java::Build::JVM;

my $compiler = Java::Build::JVM->getCompiler();
$compiler->destination("some/path");

$compiler->classpath("some/pathto/jar.jar:some/other/path/javas");
$compiler->append_to_classpath("something/to/add/to/previous/path");

$compiler->compile([ qw(list.java of.java programs.java) ]);

This class starts a single JVM which it then helps you contact for compiling tasks. This is the most important feature of the popular Ant build tool. Using this class, you can effectively replace Ant, and its notoriously unmaintainable build.xml files, with Perl scripts. Most Ant tasks are already built in to Perl with far more flexibility than Ant provides.

To obtain a compiler, use this module, then call getCompiler. It has that name to prevent conflicts with the Java new keyword.

Once you have a compiler, you may change the destination of subsequent compiles from the location of the source files to a directory of your choice using the destination method. You can create or append to a classpath with the classpath or append_to_classpath methods. Note that your CLASSPATH environment variable still works in its usual way.

Finally, once you have the destination and classpath set, you can compile a list of files by passing them to the compile method. Note that they need to be in an array reference (if you dont know what that means, put the list in square brackets).

Note that you must have tools.jar in your CLASSPATH when you run your script. Without that, JVM.pm will not be able use Inline::Java. The classpath you use inside the script may be the same or different than your environment variable, depending on how you use the classpath and append_to_classpath methods.
Since Sun has, in its finite wisdom, chosen to deprecate the compiling methods that javac uses, there will be one warning for each time you call compile. It will say something like this:

Note: sun.tools.javac.Main has been deprecated.
1 warning

This warning is not a problem in Java 1.4.

<<less
Download (0.030MB)
Added: 2007-06-04 License: Perl Artistic License Price:
877 downloads
Apache::MyConfig 1.30

Apache::MyConfig 1.30


Apache::MyConfig is a Perl module created to build options access. more>>
Apache::MyConfig is a Perl module created to build options access.

SYNOPSIS

use Apache::MyConfig;
die unless $Apache::MyConfig::Setup{PERL_FILE_API};

Apache::MyConfig module provides access to the various hooks and features set when mod_perl is built. This circumvents the need to set up a live server just to find out if a certain callback hook is available.

Itterate through %Apache::MyConfig::Setup to get obtain build information then see Appendix B of the Eagle book for more detail on each key.

<<less
Download (0.38MB)
Added: 2007-06-01 License: Perl Artistic License Price:
879 downloads
Swiftfox 2.0.0.4pre

Swiftfox 2.0.0.4pre


Swiftfox project is an optimized build of Mozilla Firefox. more>>
Swiftfox project is an optimized build of Mozilla Firefox. Swiftfox has builds for both AMD and Intel processors. The 2.0.0.1 release is based on Firefox 2.0.0.1.

The trunk is the most cutting edge of all the builds and is where Firefox 3 is being developed.

Branch builds are built from a code base that has been tested much more than the trunk and therefore should be considered to be more stable.

Swiftfox 2.0.0.2pre is from the 1.8 branch which is where Mozilla tests security patches and other minor fixes before they release the next Firefox update. If you want your security patches as soon as possible and require a browser built from a stable code base this build is perfect for you.
<<less
Download (MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
883 downloads
DLibs 0.4 Alpha

DLibs 0.4 Alpha


DLibs is a PHP framework built keeping in mind the KISS rule. more>>
DLibs project is a PHP framework built keeping in mind the KISS rule.

Main components are ActiveDB, a simple implementation of the ActiveRecord pattern and ActiveForm, a simple form handler.
<<less
Download (0.017MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
VMware Server 1.0.3 Build 44356

VMware Server 1.0.3 Build 44356


VMware Server is a robust yet easy to use product for users new to server virtualization technology. more>>
VMware Server product is a robust yet easy to use software for users new to server virtualization technology.
VMware Server enables companies to partition a physical server into multiple virtual machines, and to start experiencing the benefits of virtualization.
Benefits of VMware Server
Provision a new server in minutes without investing in new hardware.
Run Windows and Linux operating systems and applications on the same physical server.
Increase the utilization of a physical server.
Move virtual machines from one physical host to another without re-configuration.
With VMware Server you can:
Streamline software development and testing by allowing developers to create multiple environments with different operating systems on the same server.
Evaluate software in ready-to-run virtual machines without installation and configuration.
Re-host legacy operating systems such as Windows NT Server 4.0 and Windows 2000 Server in a virtual machine running on new hardware and operating system.
Simplify server provisioning by building a virtual machine once and deploying it multiple times.
Leverage pre-built, ready-to-run virtual appliances that include virtual hardware, operating system and application environments. Virtual appliances for Web, email, proxy and other infratructure services are available for download from the VMTN Virtual Machine Center.
VMware Server is the first step to VMware Virtual Infrastructure
While VMware Server is a compelling product for new virtualization users, VMware Virtual Infrastructure products-ESX Server with Virtual SMP and VirtualCenter with VMotion-enable companies to implement large-scale production server consolidation, business continuity, and enterprise desktop solutions with enterprise-class performance, high availability, manageability and security. View a comparison between VMware Server and VMware Virtual Infrastructure.
Enhancements:
- This release fixes four security vulnerabilities, as reported in CVE-2007-1337, CVE-2007-1877, CVE-2007-1069, and CVE-2007-1876.
- These vulnerabilities permitted denial of service, crashes of Windows guests, or corrupted stack pointers.
- A problem with VMware Tools that caused the guest to run out of memory was fixed.
- A crash in the VIX API was resolved.
- Building of the kernel and the HGFS modules was improved.
- Several occasional crashes were fixed.
<<less
Download (101.7MB)
Added: 2007-05-02 License: Freeware Price:
1821 downloads
Libface 0.1

Libface 0.1


Libface is a special library exclusively for face recognition and it is built over Intels OpenCV Library. more>>
Libface is a special library exclusively for face recognition and it is built over Intels OpenCV Library. The project has got a complete collection of functions that are essential for building a face recognition system.

Considering the need for plotting functionality, Ive included N. Devillards C interface to gnuplot in this project. Special thanks to N.Devillard.

In the example section you will find some interesting examples using the Library.

Documentation for the library is not complete, but Ive tried my best to make it usable (Parallely I am also coming up with a new documentation).

<<less
Download (0.70MB)
Added: 2007-05-01 License: BSD License Price:
913 downloads
Module::Build 0.2808

Module::Build 0.2808


Module::Build is a Perl module for build and install Perl modules. more>>
Module::Build is a Perl module for build and install Perl modules.

SYNOPSIS

Standard process for building & installing modules:
perl Build.PL
./Build
./Build test
./Build install
Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this:
perl Build.PL
Build
Build test
Build install

Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker.

It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you dont even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.

<<less
Download (0.18MB)
Added: 2007-04-29 License: Perl Artistic License Price:
908 downloads
Unnamed Math Program 0.8.6

Unnamed Math Program 0.8.6


Ump is a graphical, easy to use math program, which works with complex numbers, matrices, functions and much more. more>>
Ump is a program in which all sorts of calculations can be done, from the simplest to the more advanced. It handles complex numbers and matrices of those.

The complex numbers are built up by either floating point values or ratios of arbitrary sized integers. Ump also draws graphs, ordinary, polar, and parameter, which is done through an easy to use user interface.

Unnamed Math Program is also possible to write your own functions using the built in editor.
<<less
Download (0.14MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
921 downloads
Domino for Kubuntu x86 (Dapper) 0.4

Domino for Kubuntu x86 (Dapper) 0.4


Domino for Kubuntu x86 (Dapper) is a Domino package for Kubuntu Dapper x86. more>>
Domino for Kubuntu x86 (Dapper) is a Domino package for Kubuntu Dapper x86.

Details:

- Built against KDE 3.5.5
- Separated widget style from window decoration
- NOT made using checkinstall; package is built using standard Debian packaging tools

Notes:

- This build of Domino requires KDE 3.5.5

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
932 downloads
APFP 07

APFP 07


APFP (Arbitrary Precision Floating Point) is an Unicon class for performing arbitrary precision floating point calculations. more>>
APFP (Arbitrary Precision Floating Point) is an Unicon class for performing arbitrary precision floating point calculations.
It also includes a class for calculating with arbitrary precision complex numbers. APFP requires unicon overloaded operators.
Enhancements:
- Made to use built in (to unicon) logarithm for >= 1.5. (already did this for<<less
Download (0.098MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
929 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5