Main > Free Download Search >

Free nero 6.0 software for linux

nero 6.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 192
Neko 1.6.0

Neko 1.6.0


Neko is an interpreter and programming language. more>>
Neko is an interpreter and programming language. It has been designed to provide a common runtime for several different languages.
Learning and using Neko is very easy, but youre not supposed to directly program in Neko. Instead, you can write a generator from your preferred language to Neko and then use the Neko runtime to compile, run, and access libraries.
eko is a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, xml...
Neko language syntax have been created with "easy to parse" and "easy to generate" in mind. It is not especially designed to be written by a programmer but more to be generated from a higher level language.
For example one could write easily a PHP-to-Neko or a Java-to-Neko that would generate equivalent code but using Neko syntax and semantics instead of PHP or Java ones.
In particular, there are not multiple levels of expression, as in C. Every statement is also an expression, and thus enable some constructs that are not possible in other languages (for example : return if(x) { ... } else { ... }). This make the generation to Neko from functional languages more easy.
he syntax is parsed using a left-to-right LL(1) parser. That means that after reading a token we have enough information to know which expresion it will produce. This enable very lightweight parser which is easy to improve without creating ambiguities.
Enhancements:
- A bug was fixed in JIT.
- Performance was improved.
- UI and process IO APIs were added.
<<less
Download (0.33MB)
Added: 2007-08-01 License: LGPL (GNU Lesser General Public License) Price:
816 downloads
Monetra 6.0

Monetra 6.0


Monetra (formerly known as MCVE) is a scalable credit card processing engine for Linux and UNIX. more>>
Monetra (formerly known as MCVE) is a scalable credit card processing engine for Linux and UNIX. The project is designed to handle credit card authorizations and is certified to support major clearing house protocols.
Features include support for multiple modems, multiple merchant accounts, and multiple processors, all simultaneously -- as well as IP and SSL connectivity along side SQL database support.
Designed in C, conforming to POSIX standards, and utilizing light weight processes (threads), this product is able to handle a large number of transactions with high speed and minimal CPU usage.
Enhancements:
- A secure recurring billing module and card storage subsystem returning unique tracking tokens has been added and branded as Monetra DSS.
- This assists integrators with their PCI compliance so they dont need to store card numbers outside of Monetra.
- There is DNS caching for improved latency.
- Givex and FifthThrid 610 support have been added.
- Global Payments, VITAL, and NPC re-certifications.
- Visa gift-card support (balance inquiry and partial auths), as well as new card systems compliance updates for October 2007.
- Mac OS X for Intel, Windows Vista, and OpenBSD 4.0 support has also been added.
<<less
Download (MB)
Added: 2007-06-07 License: Other/Proprietary License Price:
873 downloads
Zekr 0.6.0

Zekr 0.6.0


Zekr is an open platform for research and development on the Holly Quran. more>>
Zekr is an open platform for research and development on the Holly Quran.

It is a Quran based project, planned to be a universal, open source, cross-platform application to perform most of the usual refers to Quran.

The main idea is to build an as generic as possible platform to be capable of having different add-ins for its tasks.

The current release, 0.2.0, is planned to search the Quran, and support multiple languages The program is written in Java (HotSpot JVM), using Eclipse IDE, and SWT as the widget toolkit.

<<less
Download (4.5MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
1115 downloads
Brasero 0.6.0

Brasero 0.6.0


Brasero is a disc authoring tool for the gnome desktop. more>>
Brasero is yet another application to burn discs for the gnome desktop. Brasero project is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.
Main features:
- burn data and audio discs
- copy data and audio discs
- erase rewritable discs
- allows full editing of data discs (remove/move/rename files inside a directory, ...) as well as audio discs
- preview of songs and films
- can use any file from the network (samba, ftp, ...) as long as the protocol is supported by gnome-vfs
- full drag and drop (including from nautilus)
- search through files thanks to beagle
- file change notification thanks to inotify
- convert any audio file format supported by gstreamer
- use gdl for a customizable interface
- search, parse and display of playlists
- detects discs through Hal
<<less
Download (1.3MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
838 downloads
Analog 6.0

Analog 6.0


Analog is a webserver log analyzer more>>
Analog is an application that will help you measure the usage on your web server. It tells you which pages are most popular, which countries people are visiting from, which sites they tried to follow broken links from, and all sorts of other useful information.
Main features:
- is very fast
- can handle big logfiles
- output in any of 33 different languages
- very configurable
- easy to install
<<less
Download (MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1245 downloads
NeroRip 0.1

NeroRip 0.1


NeroRip is a tool for ripping tracks from Nero 5.x images. more>>
NeroRip is a tool that rips tracks from Nero 5.x images and makes it possible to burn them using standard Linux CD mastering programs.
<<less
Download (0.008MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1631 downloads
Cyfer 0.6.0

Cyfer 0.6.0


Cyfer is a portable modular low-level cryptographic library. more>>
Cyfer is a portable low-level cryptographic library with support for several programming languages. Cyfer provides implementations of many message digest (hash), block and stream cipher, and public-key algorithms.
The library is extremely modular, providing easy way to add or modify algorithm implementations, or even separating the particular algorithm from the library physically (suitable for embedded environments).
The generic API provides a consistent way to use the library algorithms, and allows for algorithm selection at either the compile time or at runtime, so the application which uses Cyfer can be completely unaware of the algorithm specifics.
Cyfer is a low-level library. It deals only with various algorithms, and completely avoids the problems of data representation.
This is most evident in public-key sections; cyfer completely avoids the existing Public Key Infrastructure (PKI) standards. If you need this functionality, use the excellent and free OpenSSL, or some similar library.
The library design concept emphasises on simplicity and elegance (of both the algorithm implementations (if possible:) and the support library code), not maximizing performance or minimizing memory footprint.
The algorithm implementations are straightforward, so they can be used for educational purposes.
Cyfer is portable to any platform with sane C development environment, the only requirement being the availability of the GMP (GNU Multiple Precision arithmetic) library.
As the GMP is used only for public-key cryptography, hash or symmetric cipher components should work everywhere.
Enhancements:
- moved wrappers to separate packages
- unbundled win32 support gmp library
- polished the documentation
- polished the build process and package creation
<<less
Download (0.33MB)
Added: 2005-10-08 License: BSD License Price:
1476 downloads
nload 0.6.0

nload 0.6.0


nload is a console application which monitors network traffic and bandwidth usage in real time. more>>
XPortScan is a cross-platform lightweight gui multi-threaded port scanner. This is the XPortScan v. 2.1 beta
Currently only tcp connect() scanning (vanilla scan) is included, although more advance port scan methods are in the works. (actually you can see how its going in the source code.)
Enhancements:
- ported to HP-UX
- add some useful key shortcuts
- fixed some memory leaks (also on BSD), uninitialized variables
- fix compilation with gcc 3.x
- a bit of source code cleanup
<<less
Download (0.038MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
837 downloads
WebJob 1.6.0

WebJob 1.6.0


WebJob downloads a program or script from a remote WebJob server and executes it in one unified operation. more>>
WebJob downloads a program or script from a remote WebJob server and executes it in one unified operation. Any output produced by the program/script is packaged up and sent to a remote, possibly different, WebJob server.
WebJob is useful because it provides a mechanism for running known good programs on damaged or potentially compromised systems. This makes it ideal for remote diagnostics, incident response, and evidence collection.
WebJob also provides a framework that is conducive to centralized management. Therefore, it can support and help automate a large number of common administrative tasks and host-based monitoring scenarios such as periodic system checks, file updates, integrity monitoring, patch/package management, and so on.
Main features:
- WebJob was written in C and has been ported to many popular operating environments such as AIX, Cygwin, FreeBSD, HP-UX, MacOS X, NetBSD, OpenBSD, Linux, Solaris, and Windows NT/2K.
- In incident response and evidence collection scenarios, WebJob does not need to be "installed" on client machines. In many cases, it can be run from a floppy, CDROM, or network share. This means that WebJob can be configured such that it is minimally invasive to the target system. This is important when trying to collect evidence of an attack on live systems.
- In system management, monitoring, and auditing scenarios where persistence is required, only a single binary and a few configuration files actually need to reside on client machines. Logistically, this can be a big time saver in terms of software deployment and maintenance.
- The tools that actually do what you need to have done are managed in one location, namely the WebJob server. Thus, scripts and programs can be kept in a state of continual readiness. Effectively, this increases your ability to adapt and respond to unforeseen events.
- Client-Server data can be exchanged safely and securely using SSL encryption and certificate authentication.
- All harvested data is aggregated in one location -- the WebJob server.
- WebJob only requires an outbound TCP connection -- typically on port 443. A WebJob server never initiates communication with a WebJob client. This eliminates an entire class of network-based attack vectors.
- WebJob does not diminish the clients security posture because it is strictly a client side application and it runs in the security context of the user invoking it. In other words, the WebJob client does not accept inbound requests, and there are no inherent SUID/SGID issues.
- WebJobs GET, RUN, and PUT timers ensure that runaway jobs are terminated once user-specified time limits have been exceeded.
- WebJob scales horizontally. In other words, a single WebJob server can handle multiple clients, and multiple servers within a single-tiered framework create additional capacity.
- WebJob scales vertically. In other words, WebJob servers can be configured as clients to create a multi-tiered framework.
- WebJob does not limit what you can do.
Enhancements:
- The code was cleaned up and refined.
- Several bugs were fixed.
- Digital Signature Verification (DSV) support was integrated into the WebJob client/server components.
- Support for SHA256 hashes was added.
- The CGI script now provides support for GET/PUT triggers and stricter SSL-based authentication checks.
<<less
Download (0.31MB)
Added: 2006-06-01 License: BSD License Price:
1249 downloads
Hop 1.6.0

Hop 1.6.0


Hop is a new programming language designed for the Web 2.0. more>>
Hop is a new programming language designed for the Web 2.0. Hop is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc.
Hop can be viewed as a replacement for traditional graphical toolkits. HOP is implemented as a Web broker, i.e., a Web server that may act indifferently as a regular Web server or Web proxy.
Enhancements:
- The highlights of this version are support for history and bookmarking, and a (single-threaded) Mac OS X port.
<<less
Download (0.64MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
866 downloads
BIE 6.0.4

BIE 6.0.4


BIE is designed to help organizations exchange data created in different applications on various platforms with partners. more>>
The Business Integration Engine (BIE) is offered under a dual licensing approach and is the industrys first open source offering. BIE is designed to help organizations exchange data created in different applications on various platforms with partners, suppliers, and customers in order to streamline processes and improve efficiency.

BIE is a cost-effective, lightweight integration solution that provides many advantages over existing integration approaches and is evolving into a Service-Oriented Integration tool.

Created originally for manufacturers with diverse back-end systems and large, fragmented distribution networks, BIE provides integration capabilities in environments where other solutions would be cost-prohibitive or inefficient due to antiquated trading partner systems, lack of industry standards, and/or extensive requirements.

Because BIE is platform-independent, many legacy systems can be leveraged "as is." BIE is flexible, extendible and scalable, making it possible to integrate a wide variety of applications - even other integration utilities - quickly and cost-effectively.

It competes in the same space as applications like Microsoft BizTalk except that it is truly cross-platform since it written in Java.
<<less
Download (95.3MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
MMR 1.6.0

MMR 1.6.0


MMR is a that program reads UNIX mail in a terminal window, like the popular PINE mail reader. more>>
MMR is a that program reads UNIX mail in a terminal window, like the popular PINE mail reader.
Main features:
- Handles thousands of messages efficiently!
- Messages are by default sorted and threaded by subject.
- Automatic detection and merging of a modified mail file
- Automatically uncompresses and recompresses gzipped mailfiles
- Rules for automatically determining the message save file.
- Sort messages by author or subject, or neither.
- Searchable message listings, including search through message text
- Automatic ignoring of certain MIME types.
Enhancements:
- This version adds transparent caching to efficiently handle mailboxes with thousands of messages.
- There are many more improvements.
<<less
Download (0.075MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
GnomeBaker 0.6.0

GnomeBaker 0.6.0


GnomeBaker is a Gnome CD/DVD burning application. more>>
GnomeBaker is a GTK2/Gnome CD/DVD burning application. Ive been writing it in my spare time so progress is fairly slow.
Its more of a personal project as I wanted to have a go at developing on Linux and I figured that as I had got this far I may as well let it loose on the world. Maybe someone will like it and use it.
It requires a recent version of cdtools (cdrecord, readcd, cdda2wav and mkisofs), version 2 or greater should be okay.
Main features:
- Create data cds
- Blank rewritable disks
- Copy data cds
- Copy audio cds
- Burn existing cd iso images
- Can burn via scsi and atapi on linux kernels 2.4 and 2.6. Basically if cdrecord works then GnomeBaker will work.
- Drag and drop to create data cds (including DnD to and from nautilus)
- Create audio cds from existing wavs, mp3, flac and oggs
- Integrate with gconf for storage of application settings
- Burn DVDs.
- Supports multisession burning
- Blank/Format DVDs
- Burn Cue/Bin files
- Burn data cds on the fly
<<less
Download (1.1MB)
Added: 2006-09-16 License: GPL (GNU General Public License) Price:
1151 downloads
JaLingo 0.6.0

JaLingo 0.6.0


JaLingo is a free cross-platform dictionary application. more>>
JaLingo is a free cross-platform dictionary application written in Java.

It understands these dictionary formats:
- Mova
- PtkDict/phpMyLingvo MySQL dumps
- Sdictionary (near 200 dictionaries may be found on home page)

Project goals:
- good UI
- support as much different formats as possible
- do not convert dictionaries, use originals
- platform-independency
- performance and memory optimized

<<less
Download (0.40MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
Liferea 1.6.0

Liferea 1.6.0


Liferea (Linux Feed Reader) is a fast, easy to use, and easy to install GNOME news aggregator for online news feeds. more>>

Liferea 1.6.0 won't make you disappointed because it is an aggregator for online news feeds.

There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for Gtk/Gnome.

Enhancements:

  • Fixes Debian #538250: Revert item_set_description() to the 1.4 code since the HTML detection created too many false negatives.
  • Update of Swedish translation. (Daniel Nylander)
 
<<less
Added: 2009-07-26 License: GPL Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5