Main > Free Download Search >

Free minimum profit 5.0.0 software for linux

minimum profit 5.0.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 340
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
Pyro Live CD 5.0.0

Pyro Live CD 5.0.0


Pyro Live CD is based on newest Knoppix 5.1.1 and can be placed in any PC that can boot off of a CD. more>>
Pyro stands for Python Robotics. The goal of the project is to provide a programming environment for easily exploring advanced topics in artificial intelligence and robotics without having to worry about the low-level details of the underlying hardware. That is not to say that Pyro is just a toy. In fact, Pyro is used for real robotics research as well as courseware.

Robots: Currently, the robots supported include the Pioneer family (Pioneer, Pioneer2, PeopleBot robots), the Khepera family (Khepera, Khepera 2 and Hemisson robots), the AIBO, the IntelliBrain-Bot, and the Roomba.

Simulators: Pyro is integrated with several existing robot simulators including Robocup Soccer, Player/Stage, Gazebo and the Khepera simulator.

Pyro Live CD is based on newest Knoppix 5.1.1 and can be placed in any PC that can boot off of a CD., and you can be running Pyro and other robotics software immediately. No need to install anything! This works even on Windows PCs, laptops, and desktops. Great for students, labs, and presentations.
<<less
Download (616.8MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
903 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
PicoTK 0.03

PicoTK 0.03


PicoTK is a C GUI toolkit that requires only a minimum of memory resources. more>>
PicoTK is a C GUI toolkit that requires only a minimum of memory resources. It readily works with the RTEMS real time kernel - its minimum complexity and OS independency makes a port to any operating system easy. It is not comparable featurewise with real full blown windowing toolkits like nanoX or Qt/Embedded, but serves the needs for simple memory mapped graphic presentation.
Main features:
- Draw graphical primitives: points, lines, texts (different fonts, fixed and proportionally spaced using any X-Windows font ), filled rectangles, pixmaps
- Driver is easily adaptable to "homebrew" embedded display hardware based on memory-mapped framebuffer
- Generic drivers for 1, 4 and 8 bit per pixel color depth. Readily supporting VGA mode 0x11 (640x480x2), VGA mode 0x13 (320x200x8) and the VESA linear frame buffer modes (480x640x8 to 1280x1024x8) on graphic cards, which support VBE2.0 or higher.
- Framebuffer emulator (fbe) for Linux using shared memory IPC. This is used for the development of the toolkit and can be used for the development of your application as well. That is you can have a simulation version of your application that run under Linux - and look at its emulated screen. Than you can cross-compile the same application for the target system.
- Tool "fontripper" for converting X11 fonts into picoTK fonts. Use "ppmripper" for converting ppm portable pixmaps into picoTK pixmaps. Fonts and Pixmaps are encoded into linkable binaries, i.e. the system will be compiled into a single binary and does not require to have a filesystem.
- Together with RTEMS (www.oarcorp.com) you can have a nice embedded system graphical output solely using GNU technology.
- Use Linux as a development host for cross-compiling and as an emulation environment.
- Allows easy adaption/porting to your favorite operating system or hardware architecture.
Enhancements:
- Extensions to demo application
- Updated HOWTO (currently only the ASCII version is included in the sources)
- Added support for VESA VBE2.0 flat linear frame buffer
- picoTermPrintf(): Added support for VT100/320 Escapes: Change color and move cursor.
- toolkit: Change graphics configuration by changing toolkit/Makefile
<<less
Download (0.040MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1194 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
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
libucd 0.2.2-5.0.0

libucd 0.2.2-5.0.0


libucd is a C library interface to the Unicode Character Database, which contains properties of all the Unicode characters. more>>
libucd is a C library interface to the Unicode Character Database, that contains properties of all the Unicode characters.
Unicode is an industry standard whose goal is to provide the means by which text of all forms and languages can be encoded for use by computers.
The establishment of Unicode has involved an ambitious project to replace existing character encoding schemes, many of which are very limited in size and incompatible with multilingual environments.
Unicode has become the largest and most complete character encoding scheme, serving as the dominant such method in the internationalization and localization of computer software.
The standard has been implemented in many recent technologies, including XML, the Java programming language, and modern operating systems.
Enhancements:
- This version cleans up a large amount of unused Unicode source files, reducing the size of the source tarball by 85%.
- It also adjusts the enumeration for Unicode Block, so that No_Block is 0.
- This is an incompatible change.
<<less
Download (7.1MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
925 downloads
ActiveTcl (Unix) 8.5.0.0

ActiveTcl (Unix) 8.5.0.0


ActiveTcl is the industry-standard Tcl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActiveTcls completeness and ease-of-use. more>>

ActiveTcl is the industry-standard Tcl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActiveTcls completeness and ease-of-use, while corporate users protect their infrastructure and stay competitive with quality-assured ActiveTcl business solutions. ActiveTcl is 100% compatible with the reference distribution of Tcl. Code tested with ActiveTcl will run on any Tcl installation that has the appropriate extensions installed.
ActiveState is committed to making Tcl easy to install and use on all major platforms. This release of ActiveTcl brings you the most stable release of Tcl in binary form. It also includes several of the most popular extensions pre-compiled and ready to use. Beginning with this release, we distribute and install the demos and examples of the various packages.
ActiveState also provides business solutions of dynamic languages, including enterprise distributions and OEM licensing, that offer guaranteed stability, expert support, unparalleled quality and cost-efficiency to organizations.

Requirements: HP-UX PA-RISC architecture only, Minimum HP-UX 11

Whats new in this version: ActiveTcl 8.5 now runs 10% faster than the previous version, due to bytecode optimizations, object caching and reduced memory usage. Developers will also benefit from richer time and date tools including year-2038 compliance, and a new and simpler module packaging standard.

<<less
Download (17.15MB)
Added: 2009-04-20 License: Freeware Price: $0.00
217 downloads
 
Other version of ActiveTcl
ActiveTcl (Linux) 8.5.0.0ActiveTcl is the industry-standard Tcl distribution, available ... Requirements: Linux x86_64 architecture only, Minimum 2.4 kernel. Whats new in this version
Price: $0.00
License:Freeware
Download (14.47MB)
220 downloads
Added: 2009-04-29
StartCom Enterprise Linux AS-5.0.0

StartCom Enterprise Linux AS-5.0.0


StartCom Enterprise Linux operating systems, are based on the RedHat Enterprise and Fedora source code. more>>
Linux is a UNIX like Operating System, famous for its reliability and security features, that runs on all kinds of computers. Linux was started by Linus Torwalds in 1991. The Linux Kernel and most applications it offers, are mostyl GPL licensed, called Open Source.
StartCom Enterprise Linux operating systems, are based on the RedHat Enterprise and Fedora source code each modified with reliability, security and efficiency in mind, to fit the tasks assigned to each flavor of StartCom Linux.
View the Screenshots to get an idea how StartCom Linux looks.
Enhancements:
- The newest StartCom Enterprise Linux AS-5.0.0 joins a series of successful and reliable operating systems build and distributed over the last three years by StartCom Ltd. This latest release provides full support for virtualization - the running of multiple instances of operating systems on one physical hardware unit. Depending on the installation preferences, AS-5.0.0 can function as server platform as well as advanced client workstation.
- StartCom Linux is using the latest in open source technology and with its known stability, reliability and security allows for mission-critical server deployments. The Global File System (GFS) provided in AS-5.0.0 allows the building and maintaining of high availability computer clusters, mainly used for data centers.
- The natural support of the XEN hypervisor, makes the running of multiple virtualized server instances possible. The benefits of server virtualization are consolidation, increased utilization, an ability to rapidly provision and start a virtual machine, and increased ability to dynamically respond to hardware failures by moving a virtual machine to different hardware.
- The enhanced usability of the desktop applications makes AS-5.0.0 also an excellent choice for client and development workstations. Many well known products such as Firefox, OpenOffice and Eclipse IDE are provided already during installation as possible options.
- StartCom Enterprise Linux AS-5.0.0 codenamed "Kishuf" is available for Intel i386 and AMD x86_64 architectures. DVD ISO images can be downloaded for free or ordered for a nominal fee. Alternative installation options via network or harddrive are also available.
<<less
Download (3648MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
940 downloads
Squishdot 1.5.0

Squishdot 1.5.0


Squishdot project is a Slashdot-like weblog application based on Zope. more>>
Squishdot project is a Slashdot-like weblog application based on Zope.
SquishDot is a web-based news publishing and discussion product for the
Z Object Publishing Environment (ZOPE). It allows you to build a web-based
news site along with the capability to handle threaded discussions with
a minimum of configuration and day-to-day management.
Enhancements:
- Extensive bugfixes and documentation updates.
<<less
Download (0.27MB)
Added: 2007-07-06 License: BSD License Price:
840 downloads
Apache ActiveMQ for Linux 5.0.0

Apache ActiveMQ for Linux 5.0.0


open source Message Broker and Enterprise Integration Patterns provider more>> Apache ActiveMQ is the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider.
Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License
Grab yourself a Download, try our Getting Started Guide, surf our FAQ or start Contributing and join us on our Discussion Forums.
Features
Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP
OpenWire for high performance clients in Java, C, C++, C#
Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other popular Message Broker
full support for the Enterprise Integration Patterns both in the JMS client and the Message Broker
Supports many advanced features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations
Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging
Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Springs XML configuration mechanism
Tested inside popular J2EE servers such as Geronimo, JBoss 4, GlassFish and WebLogic
Includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server
Supports pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports
Supports very fast persistence using JDBC along with a high performance journal
Designed for high performance clustering, client-server, peer based communication
REST API to provide technology agnostic and language neutral web based API to messaging
Ajax to support web streaming support to web browsers
<<less
Download (1.85MB)
Added: 2009-04-04 License: Freeware Price: Free
210 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
rocap 0.1.0

rocap 0.1.0


rocap is an IP bandwidth monitoring system based on pcap. more>>
rocap is an IP bandwidth monitoring system based on pcap.

rocap was designed to provide an easy way to monitor bandwidth between hosts, group of hosts or group of subnets, in any combination.

It was built for speed, rocap runs in user space with minimum CPU usage.

It includes a console server for telnet clients to use for administration or visualization purposes. It also outputs data for rrdtool to use for generating graphs.

roteq is free software.
<<less
Download (0.11MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1325 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
DDNSNotify 0.1.0b

DDNSNotify 0.1.0b


DDNSNotify is a program that logs into a (telnet-enabled) router and retrieves the WAN IP address. more>>
DDNSNotify is a program that logs into a (telnet-enabled) router and retrieves the WAN IP address, but only if the IP address differs from the DNS (A record) address for the domain name given.

It is intend for DynamicDNS applications, where the IP address for a Web site changes (usually due to ISP rules). Thus, using the new IP address, you can update your DNS records using another external script (such as zoneclient.py), so that your Web sites downtime is reduced to a minimum.

The project currently supports Draytek Vigor routers (and possibly other Draytek models).

<<less
Download (MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
914 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5