Main > Free Download Search >

Free onlineshop dragon 4.9.8 rc2 software for linux

onlineshop dragon 4.9.8 rc2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 114
onlineshop-dragon 4.9.8 RC2

onlineshop-dragon 4.9.8 RC2


onlineshop-dragon is a set of PHP scripts with an XML reader/editor, server-side image creation, and a search engine. more>>
onlineshop-dragon is a set of PHP scripts with an XML reader/editor, server-side image creation, and a search engine. With webtools4larbin, this shop is able to handle millions of Web pages.

This is the first and hopeley not last release of MacandWins online-shop. The Source-code is open and under the terms of the gpl, so feel invited, to download the source and contact me, if you interessted in co development.

Please note this shop system is for locale testing and developing only!!!

You cant use this system in a producation envoirment, becouse there are some securety related bugs..

I.e. the register_globals var musst be set to true

Usage:

1. Download the File (latest stable release ver 4.9.8)
2. Extract macandwin-x.x.tar.bz2 in your DocumentRoot directory like: bash /var/www>tar -jxvvf macandwin-x.x.tar.bz2
3. change the folder to macandwin( by: cd macandwin), and edit the config.php file with your favorite text editor.
4. now its time to create the mysql database, i.e. type: mysql> create database macandwin; follow by mysql> exit; now its time to fill up our database with some dummy data by typing: bash>mysql -p macandwin < mysql_db.sql or upload the file with phpmyadmin Okay, if all looks good, we try our first login, check the url (http://localhost/macandwin/) and try to login. default user login: user:admin pass:web4me (Database: User Passwords are md5 endcrypted)
<<less
Download (1.4MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1375 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
Tango 0.98 RC2

Tango 0.98 RC2


Tango is a cross-platform open-source software library, written in D for D programmers. more>>
Tango is a cross-platform open-source software library, written in D for D programmers. The project is structured as a cohesive and comprehensive library for general purpose usage, and is supported by a growing number of recognized D enthusiasts.
As a team, we feel the availability of solid and extensive documentation represents a prime factor in library accessibility, and thus this project is as much about documentation production as it is about top-notch functionality.
Enhancements:
- This release added a Signal and Slots implementation, cleans up the time package, and updates the runtime for DMD 1.014.
- Many bugs were also fixed.
<<less
Download (MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
889 downloads
VerliHub 0.9.8c RC2

VerliHub 0.9.8c RC2


VerliHub is a Direct Connect protocol server (Hub), runs on almost all OS. more>> <<less
Download (0.68MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
989 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
netperf 2.4.0 rc2

netperf 2.4.0 rc2


Netperf measures the performance of many different types of networking. more>>
Netperf is a benchmark that can be used to measure the performance of many different types of networking.
It provides tests for both unidirecitonal throughput, and end-to-end latency. The environments currently measureable by netperf include:
- TCP and UDP via BSD Sockets
- DLPI
- Unix Domain Sockets
- Fore ATM API
- HP HiPPI Link Level Access
<<less
Download (1.4MB)
Added: 2005-04-12 License: Freely Distributable Price:
970 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
ispCP Omega 1.0.0 RC2

ispCP Omega 1.0.0 RC2


ispCP Omega is a powerful Web hosting control panel. more>>
ispCP project was founded to build a Multi Server Control and Administration Panel without limits. Until there is an usable version a lot of time will pass by. This Control Panel should be usable by any Internet Service Provider (isp). To develop such a tool, we need a lot of time.

To gain your interest, we decided to support the dying VHCS project. VHCS means Virtual Hosting Control Panel. It is a powerful tool to administrate your webhosting services. Our fork of VHCS is called the ispCP Omega.

The ispCP Omega release is based on the original VHCS, an open source project. As core members of the former VHCS developing team, we - Malte aka ephigenie and Benedikt aka RatS - had the wish to create a real open development of VHCS. On this platform it is possible.

Since we cannot change the copyright of the parts were using out of the VHCS project which is licensed under the Mozilla Public License, were looking forward to make all new parts available under the Gnu Public License (V2).
<<less
Download (18.1MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
913 downloads
ebtables 2.0.8 rc2

ebtables 2.0.8 rc2


ebtables is a filtering tool for a bridging firewall. more>>
ebtables is a filtering tool for a bridging firewall. A firewalling tool to transparently filter network traffic passing a bridge. The filtering possibilities are limited to link layer filtering and some basic filtering on higher network layers. Advanced logging, MAC DNAT/SNAT and brouter facilities are also included.
The ebtables tool can be used together with the other Linux filtering tools, iptables/ip6tables/arptables. There are no incompatibility issues.
This site also has the latest ebtables/bridge-nf patches for the 2.4 kernel series.
The arptables userspace tool is also maintained here.
Enhancements:
- ebtables modules are now located in /usr/lib/ebtables/
- added /sbin/service ebtables support
- added ebtables-save (thanks to Rok Papez ) and ebtables-restore (the first one a perl script, the second one written in c (fast)
- optimized the code for the -A command, making ebtables-restore very fast.
- ebtablesd/ebtablesu is deprecated and not compiled by default the ebtables-save/ebtables-restore scheme is much better
<<less
Download (0.091MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1201 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
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
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
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
Terminal 0.2.5.8 RC2

Terminal 0.2.5.8 RC2


Terminal is a modern terminal emulator for the Unix/Linux desktop more>>
Terminal project is a modern terminal emulator for the Unix/Linux desktop - primarly for the Xfce desktop environment.
We developed it because we saw the need for a lightweight and easy to use terminal emulator in the Xfce desktop environment, that doesnt require the user to install the GNOME plattform, but still provides a worthy alternative to the GNOME terminal emulator.
Enhancements:
- Add a new "Paste Selection" action to the "Edit" menu, which pastes the contents of the PRIMARY selection (#2242).
- Accept drops from the Thunar path bar (#2284).
- Fix installation in Win32 platforms (#2433).
- Fix incorrect english in usage text (#2381).
- Fix incorrectly handled SIGPIPE (#2349).
- Updated translations: Michal Varady (cs), Benedikt Meurer (de), Jarbas Araujo Jr. (eo), Piarres Beobide (eu), Jari Rahkonen (fi), Maximilian Schleiss (fr), Szymon Ka and #322;asz (pl), Adriano Winter Bess (pt_BR), Andrey Fedoseev (ru)
- New translations: Tenzin Dendup (dz)
<<less
Download (1.5MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1084 downloads
JackLab Audio Distribution 1.0 RC2

JackLab Audio Distribution 1.0 RC2


JackLab Audio Distribution is a remastered openSUSE for musicians, producers and media creators. more>>
JackLab Audio Distribution is a remastered openSUSE for musicians, producers and media creators.

The JackLab Team is proud to present the first public alpha-release of the JackLab Audio Distribution (JAD). The 1.2GB DVD iso can be downloaded from jacklab.org.

We have found that musicians have particular requirements for their Linux environment. A Linux-based distribution that is designed for music needs to be flexible, powerful, yet easy and quick to use. All of these things are essential in a busy, creative environment. Thinking about these requirements, we decided to base JAD on openSUSE due to its stability and long development history. All major administrative tasks can be done graphically and easily without having to learn any complicated terminal commands.

JAD will be fully compatible with the recently released openSUSE 10.2. It will contain a full production environment for media production, primarily music. For this, the JackLab team added a Realtime Kernel version 2.6.19 to have fast audio processing with a latency up to 1.5ms. The default audio system will be based on the the Jack Audio Connection Kit (JACK) which is designed for the needs of musicians and producers and gives a professional audio/midi controlling interface.

The installer is based on the acclaimed YaST2, which also serves as an easy-to-use administrative tool. To keep as many essential computer resources for music as possible, we have decided to use Enlightenment D17 desktop shell as the default window manager. KDE desktop environment is also included, so the user-friendly file manager - Konqueror, is available along with Kmail, Konversation, k3b and other KDE tools. For music creation and editing, we have included around 70 audio applications with sequencers, synthesizers and tools all installed and ready to go. User-friendly support for setting up and running VST instruments and effects is given. Additionally, there are applications for video production and a graphic suite that are included on the DVD. For browsing the internet, we have included Firefox 2.0 chosen for its stability, security and extendability.

JAD is a community based effort and is the culmination of the work of many contributors. Recently, JackLab and PackMan (packman.links2linux.de) have joined forces to offer JAD access to the PackMan repositories so that up-to-date audio software, non-audio software and multimedia codecs are available to JAD users. The JAD development team would like you to participate in the development process too. There are different ways you can help:

-As a tester, you can download the most recent version and use the bugtracker to report any problems.
-You can participate in the graphics contest: The best graphics submitted will be used as default for the bootscreen, wallpaper, skins and icons.
-You can submit feature requests and take part in discussions on the mailing list.
-For taking part in providing user support, there is a web based forum and an IRC channel - it is also an essential part of the development process to see feedback.
<<less
Download (1600MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
494 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5