Main > Free Download Search >

Free minimum profit software for linux

minimum profit

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 327
Minimum Profit 5.0.0 RC2

Minimum Profit 5.0.0 RC2


Minimum Profit is a programmers text editor. more>>
Minimum Profit is a FREE text editor for programmers.
If you are reading this (you are), you probably know what a text editor is and thus I wont explain what open file, search and replace, tab size and things like those, means. Only the special or not-so-intuitive features will be explained. In any other aspect, mp is just like
the text editor you were using until today, before youve found this unknown jewel that will change your life.
Much of Minimum Profits behaviour is changeable from a configuration file, as key bindings, colors, the menu and other variables. Take a look at mprc.sample for details. The configuration files for Unix systems are /etc/mprc and $HOME/.mprc (see below to know how to set it in Win32).
Minimum Profit includes several interfaces:
- curses: the good old text interface. You need any Unix (Linux, Solaris, IRIX, any BSD...) and the curses or ncurses library. It was also sucessfully compiled under BeOS (with a locally compiled ncurses) many years ago.
- GTK: You need any X11 system with the GTK+ libraries installed. Support for GTK versions 1.2 and 2.0 is provided.
- Win32: You need Microsoft Windows 95 or later and the lccwin32 compiler.
Main features:
- Multiple files can be edited at the same time and blocks copied and pasted among them.
- Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby, Php, SQL, Python, HTML...
- Creative use of tags: tags created by the external utility ctags are used to move instantaneously to functions or variables inside your current source tree. Tags are visually highlighted (underlined), and symbol completion can be triggered to avoid typing your own function names over and over.
- Intelligent help system: pressing F1 over any word of a text being edited triggers the underlying system help (calling man when editing C or Shell files, perldoc with Perl, ri on Ruby, winhelp on MS Windows...).
- Understandable interface: drop-down menus, reasonable default key bindings.
- Configurable keys, menus and colors.
- Text templates can be easily defined / accessed.
- Multiplatform: Console/curses, GTK+ (1.2 and 2.0), MS Windows.
- Automatic indentation, word wrapping, internal grep, learning / repeating functions.
- Search and replace using plain text or regular expressions (including a special function to replace text on all open files).
- Small memory footprint.
- Multilingual.
- Password-protected, encrypted text files (using the ARCFOUR algorithm).
- It helps you abandon vi, emacs and other six-legged freaks definitely.
- Awesome easter egg.
Installation
To compile under any Unix flavour, just run
$ ./config.sh
$ make
The first step should automatically detect all usable interfaces and
additional libraries and leave a Makefile behind. Previous Minimum Profit
versions used to need GNU Make; this is no longer true. By running
$ ./config.sh --help
you can see a list of tweakable options. Also, a bunch of README.* files are
included with Minimum Profits standard distribution with information
specific to many systems and cross-compilers. Notoriously, if you have
the mingw32 cross-compiler suite in your Unix system, you can build an
MS Windows binary pretty easily (README.mingw32).
To install just run (as root):
# make install
and it will be instaled in /usr/local/bin. You can select an alternate
installation directory in the configuration phase; for example, to install
it on /usr/bin, do
$ ./config.sh --prefix=/usr/bin
Enhancements:
- This new release features a new complete action, that asks for completion on the current word using any of the words found in the same document, a new redo action, to revert undo operations, the global configuration file `/etc/mp.mpsl is also executed, in the replace action, the substitution string can contain the special character and , that will be replaced by the matched string (as in the `sed command line tool), and more documentation.
<<less
Download (0.25MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
minmax_reMiXed 1.0

minmax_reMiXed 1.0


minmax_reMiXed is a system monitor SuperKaramba theme. more>>
minmax_reMiXed is my first MOD of Sanjay Kumars minmax theme.

I have tried to keep the spirit of the original theme intact -Minimum CPU usage, maximum information.

I added a few bars to indicate CPU usage, HDD info and XMMS slider. Heres what the theme contains :

Clock from Simplewidgets
CPU info
Network Load
XMMS information (no Controls)
HDD info
Outbound Processes info

Most things are from Sanjays theme, unmodified. I just integrated all themes into one (I am bad at coding !)

<<less
Download (0.003MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Libfilth 0.4

Libfilth 0.4


Libfilth is a library for designing, analysing, transforming, and executing digital FIR and IIR filters. more>>
Libfilth is a library for designing, analysing, transforming and executing digital FIR and IIR filters.
The filter design methods include:
- FIR filter with linear-phase, least-squares design.
- FIR filter with complex specification, least-squares Design.
- FIR filter with linear-phase, minimax-design using linear programming.
- FIR filter with linear-phase, minimax-design using Remes algorithm.
- FIR filter with minimum-phase and optimal amplitude.
- FIR filter with complex specification, minimax-design.
- FIR filter with group delay constraints.
- FIR optimal window using quadratic programming.
- FIR filter with minimum-phase by spectral factorisation.
- FIR filter design by cepstrum technique.
- Analog filter design Bessel-Thomson, Butterworth, Chebyshev type I, II and Elliptic function filter.
- Transformation of analog to analog and analog to digital filters.
- All-pass realization of IIR filters.
- FIR half-band filters.
- DFT filterbanks and parallel DFT filterbanks design and implementation.
- Analysis functions for calculating the properties if analog, IIR and FIR filters.
<<less
Download (0.30MB)
Added: 2005-10-01 License: GPL (GNU General Public License) Price:
1484 downloads
Debian 3.1r6

Debian 3.1r6


The Debian Project is an association of individuals who have made common cause to create a free operating system. more>>
Debian Operating System is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel.
Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software.
Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower. At the base is the kernel. On top of that are all the basic tools.
Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Among versions of Linux, Debian is fairly unique, unlike most distributions it isnt backed by any for profit venture and instead is an all volunteer organization. There is no for profit company, or business plan behind Debian, it is a wide ranging project along the lines of GNU. Debian also provides the basis for a number of other Linux distributions, such as Lindows, Xandros, Libranet, and Knoppix.
The linchpin of Debian is a combination package management system and distribution network called forth by the mighty apt-get command. What makes this network so exceptional is that the dpkg-deb files which make up Debian packages contain information on their underlying dependencies so installing a package from the Debian network will call up all of its dependent packages.
As an example, installing a KDE application would make sure that KDE, X windows, and everything underneath was already installed on the system, and if the prerequisite packages werent already installed than the packages would automatically be downloaded and installed from the Debian network.
Enhancements:
- The Debian project has updated the stable distribution Debian GNU/Linux 3.1 (codename Sarge). This update mainly adds security updates to the stable release, along with a few corrections to serious problems. In preparation for the upcoming release of Debian GNU/Linux 4.0 (codename Etch), Debian GNU/Linux 3.1 will be moved to the oldstable part of the archive. Users who would like to continue using Debian GNU/Linux 3.1 are advised to update their sources.list network sources to refer to sarge instead of stable. Please note that this update does not constitute a new version of Debian GNU/Linux 3.1 but only updates some of the packages included.
<<less
Download (644MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
577 downloads
gnome-settings-visualeffects 0.4

gnome-settings-visualeffects 0.4


gnome-settings-visualeffects allows the control of the xcompmgr composite manager. more>>
gnome-settings-visualeffects allows the control of the xcompmgr composite manager, it provides the user with control of the shadow radius,opacity,offsets and colour, and the speed of fades and where they are applied.
Main features:
- Splitting shadow configuration into active and inactive windows
- Adding a path locator and version checker for xcompmgr/transset
- Incorporating window translucency (decided on a minimum of 25%)
- Window translucency can be added to active/inactive windows by single windows or window types i.e. File Chooser, applications or application children, and Im hoping that I can make this persistent.
- Increase compatibility with gdesklets
- Propose to luminocity developers a configuration standard for these types of settings, therefore improving the future of the project.
- Incorporate code from xcompmgr/transset to reduce reliance on what are intended to be demos rather than real life tools.
- Notification area tool/Panel applet for accessing effects quickly.
<<less
Download (0.44MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1548 downloads
PloneSelenium 1.2.2

PloneSelenium 1.2.2


PloneSelenium provides a product for web-based functional tests. more>>
PloneSelenium provides a product for web-based functional tests.
PloneSelenium is a Plone Product allowing developers to create TTW Selenium test suites with a single Python Script, in order to do browser-based functional testing of their site.
Once you have developped the tests with PloneSelenium, you can run them in batch mode in Zelenium.
Functional tests are exported from PloneSelenium to Zelenium, so you can profit from the Zelenium features.
Enhancements:
- Disjointed scripts names from action title and id
- Making it possible to start tests as anonymous when the test users were not yet created using a manager user.
<<less
Download (0.11MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
986 downloads
Userlinux Live CD 0.2

Userlinux Live CD 0.2


The UserLinux Project is developing an effective, streamlined, freely available Linux distribution for businesses of all sizes. more>>
The UserLinux Project is developing an effective, streamlined, freely available Linux distribution for businesses of all sizes. The project is not-for-profit with associated services available from a network of commercial service providers.

UserLinux organization will be a not-for-profit organization. The UserLinux product is a GNU/Linux distribution based from Debian GNU/Linux, but streamlined to a smaller set of default applications.

UserLinux will be freely available in both source and ISO formats. UserLinux will be complemented by a worldwide network of (generally for-profit) service providers offering certification, support, and professional services.

UserLinux will offer businesses unrivaled value by providing a strong base of intelligently selected software accompanied by vendor neutral support and certification options.

Security, training, and worker portability issues are greatly reduced through the selection of the prime application for a specific need. There are no licensing fees for software or development tools. Support services are available from a variety of professional service providers, but are never mandatory.

The UserLinux product is a Linux Operating System distribution streamlined to a smaller set of default applications for business use. The UserLinux variants, currently in beta testing, are freely available in both source and CD installation image formats.

UserLinux has four primary configurations:

Enterprise Server:A solid production server featuring Apache, Samba, and Postfix. Great as a web or file server.
Enterprise Desktop:GNOME desktop featuring OpenOffice.
GUI Server:Features a thin Graphical User Interface environment for more convenient local administration. Same core functionality as Enterprise Server.
SOHO Desktop (Small Office/Home Office):A desktop and server in one. A wider range of capabilities to meet the needs of small businesses.

UserLinux will be driven by the not-for-profit UserLinux Organization and backed by a network of for-profit professional service providers. The distribution will be accompanined by available certifications for people, software, and hardware.

Key UserLinux Advantages:

Streamlined:UserLinux is a streamlined distribution with one key application in mind for a given piece of functionality. One web browser, one word processor, one mail client, one web server. This reduces support overhead both for users and for maintaining security.
Standards compliant:UserLinux encourages cooperation with other open source organizations, and values compliance with open standards.
Designed for business:The UserLinux distribution is specially tailored towards the needs of business.
Professional Services:The third party network of UserLinux affiliated commercial Independent Software Vendors (ISVs) allow for choice in professional services and custom application design options. The separation between the UserLinux organization and the ISVs is a win-win proposition allowing both the support advantages of a service provider network and the neutrality advantages of an operating system not tied to a single company.
Flexible:While each UserLinux configuration is designed to support common functionality as shipped, the systems are also open for expansion beyond the standard UserLinux set.
Disclosure:As a not-for-profit organization working with software developed in the open, the UserLinux organization as well as the development process for the UserLinux distribution are in the open. Critical system updates are clearly and promptly announced so systems remain properly secured.
Lack of lock-in:There are no licensing fees for the UserLinux distribution or related development tools. Service is available from your choice of service providers, but is never mandatory.
Free to obtain:ISO images and the source code are freely available.
Inexpensive to maintain:The streamlined nature of the UserLinux distribution assures less software to update. There are no per seat charges or OS licenses to be tracked and audited.
Secure:Leveraging from the power of open source, the code used in the UserLinux distribution not only has thousands of hours of development but thousands of hours of peer review.
Certifications:Hardware, software, support and professional certifications will be available. The standards and corresponding tests will be created by UserLinux with third parties performing the testing activities.
Mature Software:UserLinux is directly based from Debian GNU/Linux, a general focus, free Linux distribution in existence for over a decade. Key components of UserLinux, including the highly popular Linux Kernel and Apache web server, are very mature with millions of critical-use installations.
<<less
Download (4.0MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1542 downloads
Voix Phone Linux 1.0.2

Voix Phone Linux 1.0.2


Voix Phone Is a multiplatform IAX soft phone, its engine derives from Voix Manager, the powerful Asterisk call manager interface, from wich it inherits stability and robustness. Voix Phone has been thought with simplicity in mind, all feature needed by the user, fast and easy usable, with the minimum configurations, just fill the phone login information and play. more>>

Voix Phone Linux - Voix Phone Is a multiplatform IAX soft phone, its engine derives from Voix Manager, the powerful Asterisk call manager interface, from wich it inherits stability and robustness.

Voix Phone has been thought with simplicity in mind, all feature needed by the user, fast and easy usable, with the minimum configurations, just fill the phone login information and play.

We hope that this our contribution could be useful to who requires of a simple but advanced soft phone, Voix Phone is distributed freeware for non commercial use.

Why IAX ?

IAX is one of the least VoIP signaling standard that eliminates the problems imposed upon the competing SIP standard by NAT firewalls. IAX is supported primarily by Asterisk.


Enhancements:
Version 1.0.2

Fixed some bugs, Added call Forwarding and DND features


System Requirements:
<<less
Download (5.1Mb)
Added: 2008-05-27 License: Free Price: Free
14 downloads
PCLinuxOS 0.93a MiniME

PCLinuxOS 0.93a MiniME


PCLinuxOS is one of the worlds up and coming providers of a Linux Desktop Solution. more>>
PCLinuxOS project is one of the worlds up and coming providers of a Linux Desktop Solution. With a small but dedicated development team, PClinuxOS delivers Desktop Ready Software that harnesses the power of the Open Source Community.

PCLinuxOS 0.93 MiniME is available for download and testing. This release is for those who have been asking for a minimum livecd/hd install allowing for full personalization.

This release includes 2.6.15-oci3 kernel, Basic KDE 3.5.2 desktop (kdebase and kdelibs only) , PCLOS Control Center, the Synaptic Software Installer and a customized xorg server from Thac to provide additional 3D support for many graphic cards. Full Version of PCLinuxOS 0.93 is currently being worked up and should be available soon.
<<less
Download (299MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1187 downloads
InspIRCd 1.1.11

InspIRCd 1.1.11


InspIRCd is a highly modular lightweight IRC Daemon written in C++. more>>
InspIRCd is a modular C++ IRC Daemon for Linux, BSD and Windows systems created to provide a stable, modern, lightweight ircd (irc server) from scratch and provide a vast number of features in a modularised form using an advanced module API.

By keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users. InspIRCd is designed primarily to be a custom irc server for the chatspike irc network (irc.chatspike.net) but we are releasing it into the public domain under GPL so that you may benifit yourself from our work.

InspIRCd is written from scratch, avoiding the inherent instability under large loads which can be seen in many other irc server distributions which have the same featureset.

<<less
Download (0.45MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
907 downloads
Hessian GTK 0.40

Hessian GTK 0.40


Hessian GTK calculates the local minimum/maximum/saddle point of a second grade math function. more>>
Hessian GTK calculates the local minimum/maximum/saddle point of a second grade math function.

Hessian is a math program that lets you find out the local minimum / maximum / saddle point of a second grade function, using the hessian matrix method. It also uses gnuplot to draw a nice graph.

I started this project as a schoolwork for Paolo Coacci, professor of Math at ITC Federico Cesi.

The software is coded in C/GTK, and it allows to find out the local minimum and maximum of a second grade function using the Hessian matrix method.

The software is released with the GPL license.

<<less
Download (0.060MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Mail::Field 1.74

Mail::Field 1.74


Mail::Field is a base class for manipulation of mail header fields. more>>
Mail::Field is a base class for manipulation of mail header fields.

SYNOPSIS

use Mail::Field;

$field = Mail::Field->new(Subject, some subject text);
print $field->tag,": ",$field->stringify,"n";

$field = Mail::Field->subject(some subject text);

Mail::Field is a base class for packages that create and manipulate fields from Email (and MIME) headers. Each different field will have its own sub-class, defining its own interface.

This document describes the minimum interface that each sub-class should provide, and also guidlines on how the field specific interface should be defined.

<<less
Download (0.047MB)
Added: 2006-06-29 License: Perl Artistic License Price:
1218 downloads
Random Music 1.1

Random Music 1.1


Random Music plays random MP3 tracks from your music collection. more>>
Random Music plays random MP3 tracks from your music collection. It maintains a flat database of tracks, detailed genres, and weights, and generates a weighted random playlist from the user-selected genres.
The ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
<<less
Download (0.47MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1464 downloads
Gtk2::Ex::MindMapView::Content 0.000001

Gtk2::Ex::MindMapView::Content 0.000001


Gtk2::Ex::MindMapView::Content is a base class for content objects. more>>
Gtk2::Ex::MindMapView::Content is a base class for content objects.

SYNOPSIS

use base Gtk2::Ex::MindMapView::Content;

This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that show content and offers several classes that are to be overidden.

INTERFACE

Properties

group (Gnome2::Canvas::Group)

The group on which the content is drawn.

x (double)

The x-coordinate of the upper left corner of the content bounding box.

y (double)

The y-coordinate of the upper left corner of the content bounding box.

width (double)

The width of the content bounding box.

height (double)

The height of the content bounding box.

min_width (double)

The minimum width of the content.

min_height (double)

The minimum height of the content.

Methods

new(group=>$group, ...)

Instantiate a content object. You must provide the Gnome2::Canvas::Group on which this content is to place itself.

content_get_image()

This method must be overridden. It is used to instantiate Gnome2::Canvas::Item content.

content_set_x($value)

This method must be overridden. It sets the value of the content x coordinate.

content_set_y($value)

This method must be overridden. It sets the value of the content y coordinate.

content_set_width($value)

This method must be overridden. It sets the value of the content width.

content_set_height($value)

This method must be overridden. It sets the value of the content height.

content_set_param($name, $value)

This method may optionally be overridden to pass values to the object created by content_get_image.

get(name)

Return the value of a property.

set(name=>$value

This method is used to set the value of a property.

get_min_height

Returns the minimum height for a Gtk2::Ex::MindMapView::Content

get_min_width

Returns the minimum width for a Gtk2::Ex::MindMapView::Content

reparent($group)

Assign this content item to another Gnome2::Canvas::Group.

<<less
Download (0.049MB)
Added: 2007-01-16 License: Perl Artistic License Price:
1011 downloads
Voix Manager Linux 1.0.2

Voix Manager Linux 1.0.2


Voix manager is a switchboard application Iax phone integrated, is written in C++ and is able to manage and display information about your Asterisk PBX activity in real time. Voix Manager has been thought with simplicity in mind, all feature needed by the attendant, fast and easy usable, with the minimum configurations, just fill the phone and manager login information and play. more>>

Voix Manager Linux - After 9 month of testing we have finally closed the beta phase and completed the last features. In this final version we added privacy rules for those countries where is required to hide the phone number.

We added double click blind transfer, transfer to user voicemail, call forwarding and DND functions.

Voix manager is a switchboard application Iax phone integrated, is written in C++ and is able to manage and display information about your Asterisk PBX activity in real time.

Voix Manager has been thought with simplicity in mind, all feature needed by the attendant, fast and easy usable, with the minimum configurations, just fill the phone and manager login information and play.


Enhancements:
Version 1.0.2

Single click blind transfer, transfer to user voicemail, call forwarding and DND functions, Agent login, improved the interface


System Requirements:minimum Pentium II 300, 256 MB RAM
<<less
Download (5.5Mb)
Added: 2008-05-28 License: Free Price: Free
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5