Main > Free Download Search >

Free minimum profit 5.0.0 rc2 software for linux

minimum profit 5.0.0 rc2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 417
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
omniORB 4.1.0 RC2

omniORB 4.1.0 RC2


omniORB is an Object Request Broker (ORB) which implements version 2.6 of the Common Object Request Broker Architecture (CORBA). more>>
omniORB is an Object Request Broker (ORB) which implements version 2.6 of the Common Object Request Broker Architecture (CORBA).
omniORB project supports the C++ and Python language bindings, is fully multithreaded, uses IIOP as the native transport, and comes complete with a COS Naming Service. omniORB is one of the fastest available C++ ORBs.
Main features:
- C++ and Python language bindings.
- Adheres to the CORBA 2.6 specification.
- Support for GIOP and IIOP 1.0, 1.1 and 1.2.
- Fully multithreaded runtime.
- TypeCode and type Any.
- CORBA 2.6 DynAny interfaces.
- Dynamic Invocation and Dynamic Skeleton interfaces.
- Complete Naming Service, omniNames.
- Support for wchar, wstring and code set negotiation.
- Full long long, long double, fixed point support.
- PortableServer::Current.
- Unix domain socket transport.
- Bidirectional GIOP.
- Interoperable Secure Socket Layer transport.
- Flexible thread management.
- Interceptors.
- The following platforms are supported (although some have only been tested with earlier releases):
- Windows NT / XP / 9x with Visual C++ version 5.0 and above
- Linux / EGCS 2.91 or GCC 2.95 and above
- Solaris 2.{5,6,7,8} / Sun C++ version 4.2 and above, or GCC 2.95 and above
- HPUX 11.00/ aC++
- SGI Irix 6.x/ SGI C++ compiler 7.2
- Digital Unix 4.0D/ DEC C++ compiler version 6.0
- IBM AIX 4.2/ IBM C Set++ 3.1.4 and xlC 5.0 (Visual Age C++ 5.0)
- IBM AIX 4.3/ IBM C Set++ 3.6.6 and xlC 5.0 (Visual Age C++ 5.0)
- HPUX 10.20/ aC++ (B3910 A.01.04)
- OpenVMS Alpha 6.2/ DEC C++ compiler 6.2/5.5 (UCX 4.1 ECO 8)
- OpenVMS Vax 6.1/ DEC C++ compiler 5.5 (UCX 4.0 ECO 1)
- NextStep 3.3/ gcc-2.7.2
- Reliant Unix 5.43/CDS++
- Phar Laps Real Time ETS Kernel
- SCO Unixware 7
- Mac OS X
- Fujitsu Siemens BS2000 (with patch in the distribution)
- ...and many others.
- Fully interoperable with other CORBA ORBs.
<<less
Download (2.9MB)
Added: 2006-11-10 License: LGPL (GNU Lesser General Public License) Price:
1083 downloads
UMIT 0.9.3 RC2

UMIT 0.9.3 RC2


UMIT is the newest nmap frontend, and its been developed in Python and GTK. more>>
UMIT is the newest nmap frontend, and its been developed in Python and GTK and was started with the sponsoring of Googles Summer of Code.
UMIT projects goal is to develop a nmap frontend that is really useful for advanced users and easy to be used by newbies. With UMIT, a network admin could create scan profiles for faster and easier network scanning or even compare scan results to easily see any changes. A regular user will also be able to construct powerful scans with UMIT command creator wizards.
Main features:
- Command constructor wizard
- Creation of command profiles
- Results Comparison
- Search Results
- Sort ports/services by host
- Sort hosts by port/service
- Vulnerability Level
- Colored (and customizable) Nmap Output
- Allows you to run simultaneous scans
<<less
Download (1.0MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1142 downloads
SiNotes 1.0 RC2

SiNotes 1.0 RC2


SiNotes is a simple desktop notes manager that allows you to create electronic desktop notes. more>>
SiNotes project is a simple desktop notes manager that allows you to create electronic desktop notes, search them in very convenient way, and display them.

<<less
Download (0.094MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1039 downloads
MirrorMed 1.0 RC2

MirrorMed 1.0 RC2


MirrorMed is a friendly fork of ClearHealth. more>>
MirrorMed is a friendly fork of ClearHealth. MirrorMed project uses the same codebase with slower releases, further testing, and additional forms, reports, and other small improvements. As with ClearHealth, MirrorMed also borrows from FreeMed and OpenEMR.
Installation:
The installation of mirrormed is now accomplished through a graphical installer.
Untar the mirrormed tgz file into your web directory and rename it to "mirrormed". Then point your browser to the mirrormed directory.
The installer will check your dependancies, what directory permissions need to be changed, create the configuration files and install the database.
Enhancements:
- Changes allow for the correct printing of the HCFA 1500 (CMS 1500) medical billing form.
<<less
Download (7.0MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1395 downloads
RSStool 1.0.0 RC2

RSStool 1.0.0 RC2


rsstool is a software to read, parse, merge and write RSS (and Atom) feeds. more>>
RSStool is a software to read, parse, merge and write RSS (and Atom) feeds.

Lately a new technology called "RSS feeds" has caught my attention I decided to make it successful by writing this small tool.

Usage:

rsstool [OPTION] FILE|URL...

Read, parse, merge and write RSS (and ATOM) feeds

Supports: RSS 0.9x, 1.0, 2.0 and ATOM 0.1, 0.2, 0.3

The RSS (or ATOM) feeds will be merged and re-sorted if you enter more than
one URL or FILEname

Options:
--version output version information and exit
--help display this help and exit
-q be quiet/less verbose
-s strip HTML code from RSS (or Atom) feeds
-r sort reverse
--html output as html (using -q will result in single line)
--txt output as plain text (using -q will result in single line)
-1 output as single line

--template=FILE|URL parse template file and replace tags with content
Tags: "< rsstool:url item=NUM >" url/link of item NUM
"< rsstool:title item=NUM >" title of item NUM
"< rsstool:desc item=NUM >" description of item
with NUM
"< rsstool:date item=NUM >" date of item NUM
"< rsstool:site item=NUM >" site where item with
NUM came from
Thats right, you could use/replace these custom tags in HTML
pages and upload them to a server who does only static HTML
"< rsstool:start item=NUM >" start of item NUM
"< rsstool:end item=NUM >" end of item NUM
These tags will be replaced with a "< !--" and a "-- >" if
the item NUM is empty
"< rsstool:updated >" rsstool notice (Thank You!)

--property=FILENAME output feed(s) into a property file
Layout: NAME_NUM=VALUE
NAME is "title", "url", etc..
NUM is an integer counting the items
VALUE is the content

<<less
Download (0.032MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
824 downloads
xcb-proto 1.0 RC2

xcb-proto 1.0 RC2


xcb-proto contains descriptions of the X Window System core protocol and selected extensions in an XML-based data format. more>>
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.
xcb-proto project contains descriptions of the X Window System core protocol and selected extensions in an XML-based data format.
They are used by the X C Binding (XCB) library to generate much of its code, but you can also use these descriptions for other purposes, such as decoding the X protocol or building X Window System bindings for other languages.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type sh ./configure instead to prevent `csh from trying to execute configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- < import >xproto< /import > was explicitly added to extensions that use xproto. "union" was changed to "xidunion" for XID unions like DRAWABLE and FONTABLE, so that the code generator can more easily declare these XID unions as integer typedefs rather than unions.
- Structures attempting to provide C type safety were replaced with CARD32 typedefs.
- render.xml now describes CompositeGlyphs* as taking lists of BYTE, rather than lists of unions of structures of lists.
- The caller must construct an appropriate sequence of glyph elements.
- XCB didnt properly handle the previous definition.
<<less
Download (0.080MB)
Added: 2006-10-08 License: MIT/X Consortium License Price:
1113 downloads
News notification 0.5 RC2

News notification 0.5 RC2


News notification is a RSS News notification via a popup window. more>>
News notification is a RSS News notification via a popup window.
Modeled after Mail Notification. RSS News your way!
Main features:
- Drag and drop to add feeds (into the news icon on status bar)
- Font setting
- Site icons
NOTE: FG/BG Color setting has not been implented yet, but its still in the prefs.
To add site icons, make sure news-notification is not running, otherwise your config will get overwritten.
1. Get the sites favicon.ico, http://www.website.com/favicon.ico or view the main page source and look in the header for "shortcut icon"
2. Load up favicon.ico on your favorite graphics editors, save it as a .png file
3. Copy the png file into $HOME/.news-notification
4. Edit $HOME/.news-notification/config
5. Under the proper feed channel add < icon >icon.png< /icon >
<<less
Download (0.34MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
875 downloads
+CMS 2.0.0 RC2

+CMS 2.0.0 RC2


+CMS is a web content management system. more>> <<less
Download (8.3MB)
Added: 2006-09-21 License: Other/Proprietary License Price:
1129 downloads
prc 1.0 RC2

prc 1.0 RC2


prc project utilises a pioneer control out port and a soundcard to make the keypresses on a pioneer remote control available. more>>
prc project utilises a pioneer control out port and a soundcard to make the keypresses on a pioneer remote control available for the computer. With additional scripts or programmes it is possible to control your computer without additional hardware, like infrared receivers. It features automatic noise level detection and it is independent from the used sound architecture.

<<less
Download (0.021MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1074 downloads
Epiar 0.6.0 RC2

Epiar 0.6.0 RC2


Epiar is a space combat/adventure game. more>>
Epiar is a space combat/adventure game.

Epiar is a space trading/combat role playing game for Linux, Windows and FreeBSD. It is released under the GPL and is written in a modular fashion so you can create your own scenarios, ships, upgrades, and more!

It is very stable despite the version number, which merely represents the progress of original features implemented. Completely free, driven by code from the Epiar development team and artwork from Epiar players.

In Epiar, you begin as a shuttle pilot in a galaxy generally ruled by anarchy, with few stable governments and numerous rebel factions. You start your adventure off doing whatever you want, but generally trying to save up money for a new starship, and your adventure takes off from there ...

<<less
Download (7.7MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1352 downloads
PloneFilesZip 1.1.0 RC2

PloneFilesZip 1.1.0 RC2


PloneFilesZip allows your visitor download the files and images from folders in a single ZIP file. more>>
PloneFilesZip allows your visitor download the files and images from folders in a single ZIP file.
loneFilesZip provides a new document action in all folderish contents (ATFolder, ...) that let the user download files (and images) contained in the fields of any AT based content (ATContentTypes and others) in that folder.
PloneFilesZip works - out of the box - with any content type which schema has a FileField, an ImageField or any field that acts like a FileField, as the AttachmentField.
Customizing (site manager)
.Choose the content types that can profide files to the user among compatible types.
.Add Dublin Core information (RDF formatted) about the contents in the ZIP archive.
.Tweak the condition/permission to let the user download.
.Customizing (content type developers)
Some content types have schemas that do not "show" the compatible fields through the standard AT API. In order to let these content types provides files in a ZIP archive, developers can add type adapter classes in the PloneFilesZip types registry. An adapter for PloneArticle is less than 20 Python lines.
Some custom field types may provide files. In order to let the content types built with such fields provide files to a ZIP archive, developers can add field adapter classes in the PloneFilesZip fields registry.
Enhancements:
- Fix a bug in file retrieving. Append arg (full=True) while creating BaseUnit to make sure we get the entire file and not a chunk file
- Fix a bug on DeepZipStructurePolicy:getZipFilePath (add **kwargs on method)
<<less
Download (0.12MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
HessianPHP 1.0.5 RC2

HessianPHP 1.0.5 RC2


HessianPHP is a PHP implementation of the Hessian web services binary protocol. more>>
HessianPHP project is a PHP implementation of the Hessian web services binary protocol. The project includes open source implementations of client and server classes.
Main features:
- Easy to use
- Works with both PHP 4 and PHP 5
- Basic HTTP security
- File handling
- Simple DateTime class
- General purpose filters
Enhancements:
- This release supports both PHP 4 and 5.
- The internals were extensively refactored. Date handling is now performed via the DateProvider class and a default simple DateTime class was provided.
- A filter mechanism and several filter examples were included.
- HttpConnection no longer requires a content-length header to ensure compatibility.
- Several bugs were fixed.
<<less
Download (0.030MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1389 downloads
MPEG Menu System 2 1.0.8 RC2

MPEG Menu System 2 1.0.8 RC2


MPEG Menu System Version2 is a menu system for easy movie, audio, and image playback. more>>
MPEG Menu System Version2 is a menu system for easy movie, audio, and image playback. It supports many common file formats, including MP3, OGG, DivX, XviD, VCD, SVCD, DVD, JPEG, PNG, and GIF.
MPEG Menu System 2 is controlled using a remote control, USB device, or keyboard. It supports DXR3, DVB, X11, SDL, and framebuffer output.
Enhancements:
- Many small bugfixes and new "play now" functionality.
<<less
Download (2.3MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1165 downloads
Blue ERP 0.6 RC2

Blue ERP 0.6 RC2


Blue ERP is a Web based ERP application. more>>
Blue ERP is a Web based ERP application. Its goal is to provide a flexible and user friendly interface that can work out of the box and be modified to suit specific needs easily.
Blue ERP goals are to provide a featureful ERP application, to be open in licence and in spirit, and to be user-friendly by providing adequate documentation and assistance to users.
Main features:
- provide a feature full ERP application
- be open in licence and in spirit - in blue ERP everything is open, especially the development
- be user friendly by providing adequate documentation and assistance to users to encourage widespread adoption
Why Blue ERP?
Most web-based ERP software are written in java. There are a few other ones (such as SQL-Ledger or CK-ERP), however the development process of these projects is too closed for the philosophy of a true open source project. Some other projects had code which was not clean enough to easily modify without a lot of work.
Blue ERP tries to addess all those issues and to propose a new, fresher and more open approach to the question of php, web based ERP.
Enhancements:
- This version of BlueErp is one step closer to being fully stable. Several bugs were fixed.
- In particular, it is possible now to have two windows editing entities.
- Copying SO to AR now works as it should, and links from accounts history work too.
- This release also has an improved template management for "official" (printable) invoices.
<<less
Download (8.4MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
807 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5