l.a.u.r.a 0.0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 281
L.A.U.R.A 0.0.1
L.A.U.R.A project provides a secure and performant e-mail proxy. more>>
L.A.U.R.A project provides a secure and performant e-mail proxy designed with the goal of shutting down the "Unsolicited Commercial/Bulk E-mail Era".
What is "Greenmarking"?
Greenmarking is something I think I invented myself (I might be wrong though, I coulndt find it anywhere else). Greenmarking works like this: if a triplet of (sender_ip, sender, recipient) is first seen, it gets marked green. The message will be sent unmarked with the meaning of "never seen it before". Next time the triplet is met, the message will also be marked green, meaning "I know this guy already".
Yes I know this sounds like greylisting (its a variation of it, hence the name). However, greenmarking is (and should be) done after greylisting. Why? Greylisting mostly means that the passing message is almost certalny originating from a valid (E)SMTP mail server daemon. Worms usually dont retry too much. So greenmarking is effective especially against evil mail selvers. Its implemented in the project. Just add an Inbox filter to your (web)mail client and move all the messages with a "neverseen" header in a special suspect folder. If you dont want to hassle with them, activate the Inbox filter only after youve run the greenmarking daemon for a while (1/2 weeks maybe?).
Main features:
- ESMTP capability for interoperating with Postfix
- Lightening fast B+ infrastructure for internal database
- No false positives
- No "lost" e-mail messages
- No miss-rate
- BSD license (the most liberal and FREE, in honour to the FreeBSD team)
- Its written in plain old C
- It was designed to be as fast as applicable
- It is (going to be) very secure (multiple audits, formal verifications, programming care)
- No package dependencies - no extra libraries or tools needed
- Hassle-free for admins - just install it
- Hassle-free for users - it just works, without user intervention
- Hassle-free and polite with other Internet neighbours - no rude messages, nothing
- Secure inter-server cooperation for MX backups - without any hassle or complexity (needs to be done)
<<lessWhat is "Greenmarking"?
Greenmarking is something I think I invented myself (I might be wrong though, I coulndt find it anywhere else). Greenmarking works like this: if a triplet of (sender_ip, sender, recipient) is first seen, it gets marked green. The message will be sent unmarked with the meaning of "never seen it before". Next time the triplet is met, the message will also be marked green, meaning "I know this guy already".
Yes I know this sounds like greylisting (its a variation of it, hence the name). However, greenmarking is (and should be) done after greylisting. Why? Greylisting mostly means that the passing message is almost certalny originating from a valid (E)SMTP mail server daemon. Worms usually dont retry too much. So greenmarking is effective especially against evil mail selvers. Its implemented in the project. Just add an Inbox filter to your (web)mail client and move all the messages with a "neverseen" header in a special suspect folder. If you dont want to hassle with them, activate the Inbox filter only after youve run the greenmarking daemon for a while (1/2 weeks maybe?).
Main features:
- ESMTP capability for interoperating with Postfix
- Lightening fast B+ infrastructure for internal database
- No false positives
- No "lost" e-mail messages
- No miss-rate
- BSD license (the most liberal and FREE, in honour to the FreeBSD team)
- Its written in plain old C
- It was designed to be as fast as applicable
- It is (going to be) very secure (multiple audits, formal verifications, programming care)
- No package dependencies - no extra libraries or tools needed
- Hassle-free for admins - just install it
- Hassle-free for users - it just works, without user intervention
- Hassle-free and polite with other Internet neighbours - no rude messages, nothing
- Secure inter-server cooperation for MX backups - without any hassle or complexity (needs to be done)
Download (0.046MB)
Added: 2006-04-20 License: BSD License Price:
1282 downloads
RTDA 0.0.1
Real Time Data Acquisition for Industrial Automation. more>>
RTDA is software product packaged with two subpacks which are very useful for embedded industry user for performing real time data acquisition using PCI- 1751 DI/o multiple channels data acquisition Boards.
<<less Download (1.7MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1439 downloads
GARP 0.0.1
GARP provides an ARP monitoring tool for the Gnome desktop. more>>
GARP provides an ARP monitoring tool for the Gnome desktop.
GARP (Gnome ARP) is an ARP monitoring program written on Gnome with the GTK toolkit and Ruby. It takes ARP tables and some system variables via SNMP and ARP protocols and determines whether any machines have changed their IP address.
It is useful for detecting new machines on the network and detecting which machine have changed addresses. It is intended especially for network admins.
Main features:
- Detecting which machine had changed its IP address.
- Archiving all machines on a network device.
- Detecting unactive machines.
- Multiple device support (two or more device can be analysed at once)
- Giving alias to the device
- System Variables Like:
- System Name
- System Description
- System Uptime
- CPU Usage
- Free Memory
<<lessGARP (Gnome ARP) is an ARP monitoring program written on Gnome with the GTK toolkit and Ruby. It takes ARP tables and some system variables via SNMP and ARP protocols and determines whether any machines have changed their IP address.
It is useful for detecting new machines on the network and detecting which machine have changed addresses. It is intended especially for network admins.
Main features:
- Detecting which machine had changed its IP address.
- Archiving all machines on a network device.
- Detecting unactive machines.
- Multiple device support (two or more device can be analysed at once)
- Giving alias to the device
- System Variables Like:
- System Name
- System Description
- System Uptime
- CPU Usage
- Free Memory
Download (0.041MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
913 downloads
Arcangel 0.0.1
Arcangel is a Jack effect and LADSPA plugin for arctan distortion. more>>
Arcangel is a Jack effect and LADSPA plugin for arctan distortion. Arcangel sounds nice and grungy without clipping at high levels, and good at lower levels.
<<less Download (0.010MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
liburlmm 0.0.1
liburlmm is a simple C++ framework for manipulating urls. more>>
liburlmm is a simple C++ framework for manipulating urls. Released under the GNU Lesser General Public License.
Installation:
You are not supposed to install liburlmm anywhere, its supposed to be some files you just include in your project - fully allowed by the LGPL.
You only need url.cpp urlpath.cpp and urlmm.h, no need to include test.cpp and test.h they are just test cases using cppunit.
Enhancements:
- url and urlpath classes works.
- Resolving a link in an url to another url works.
- Parsing of scheme, user, password, host, port, path, arguments and fragment works.
- cppUnit test cases for the most common features.
<<lessInstallation:
You are not supposed to install liburlmm anywhere, its supposed to be some files you just include in your project - fully allowed by the LGPL.
You only need url.cpp urlpath.cpp and urlmm.h, no need to include test.cpp and test.h they are just test cases using cppunit.
Enhancements:
- url and urlpath classes works.
- Resolving a link in an url to another url works.
- Parsing of scheme, user, password, host, port, path, arguments and fragment works.
- cppUnit test cases for the most common features.
Download (0.014MB)
Added: 2007-02-23 License: LGPL (GNU Lesser General Public License) Price:
973 downloads
iFLUX 0.0.1
iFLUX is a PHP Framework project based on Model-View-Controller MVC Desing Patern. more>>
iFLUX is a PHP Framework project based on Model-View-Controller MVC Desing Patern.
It uses AdoDB and other classes to implement the Model Layer, Smarty to implement the View Layer, and Fuse Box to do the Controller.
<<lessIt uses AdoDB and other classes to implement the Model Layer, Smarty to implement the View Layer, and Fuse Box to do the Controller.
Download (1.5MB)
Added: 2007-08-17 License: MPL (Mozilla Public License) Price:
802 downloads
Plump 0.0.1
Plump is a Pluggable Lightweight Ubiquitous Multithreaded Platform. more>>
Plump (Pluggable Lightweight Ubiquitous Multithreaded Platform) is a portable multithreaded plugin framework. Plump enables dynamic runtime discovery, loading, and execution of C++ plugin modules.
Plump project was founded to develop a portable multithreaded plugin framework that enables dynamic runtime discovery, loading and execution of C++ plugin modules.
Plump is aimed at developers seeking to seamlessly integrate a robust and powerful plugin framework into their software project.
Plump is pronounced /plΛmp/. Plump is a bacronym for Pluggable Lightweight Ubiquitous Multithreaded Platform. The acronym was retrofitted to the project name only after Plump had been chosen.
<<lessPlump project was founded to develop a portable multithreaded plugin framework that enables dynamic runtime discovery, loading and execution of C++ plugin modules.
Plump is aimed at developers seeking to seamlessly integrate a robust and powerful plugin framework into their software project.
Plump is pronounced /plΛmp/. Plump is a bacronym for Pluggable Lightweight Ubiquitous Multithreaded Platform. The acronym was retrofitted to the project name only after Plump had been chosen.
Download (0.67MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
LordsAWar 0.0.1
LordsAWar is a clone of Warlords 2. more>>
LordsAWar is a clone of Warlords 2.
A turn-based strategy game where up to 8 players strive for control of as many cities as possible. Produce new armies in cities to conquer nearby cities. Using the income from those cities, make more armies to take more cities.
Send a hero to a temple to get a quest, or maybe search a nearby ruin instead. Play with others or against the computer.
The abandoned freelords C++ codebase has been used as a starting point.
<<lessA turn-based strategy game where up to 8 players strive for control of as many cities as possible. Produce new armies in cities to conquer nearby cities. Using the income from those cities, make more armies to take more cities.
Send a hero to a temple to get a quest, or maybe search a nearby ruin instead. Play with others or against the computer.
The abandoned freelords C++ codebase has been used as a starting point.
Download (10.4MB)
Added: 2007-07-23 License: Freeware Price:
823 downloads
par2repair 0.0.1
par2repair is a useful script to fix par2 files. more>>
par2repair is a useful script to fix par2 files. Just add it to your /servicemenus/ folder and right click on any par2 files.
Its my first script so its pretty straight forward.
<<lessIts my first script so its pretty straight forward.
Download (MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
1022 downloads
LibYAML 0.0.1
LibYAML is a C library implementation of a YAML 1.1 parser and emitter. more>>
LibYAML is a C library implementation of a YAML 1.1 parser and emitter. LibYAML includes a Python language binding.
To build and install LibYAML, run
$ ./configure
$ make
# make install
Enhancements:
- This is a functionally complete release, although the API may change.
<<lessTo build and install LibYAML, run
$ ./configure
$ make
# make install
Enhancements:
- This is a functionally complete release, although the API may change.
Download (0.40MB)
Added: 2006-08-10 License: MIT/X Consortium License Price:
1170 downloads
paptcha 0.0.1
paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. more>>
paptcha is a PHP function that produces random numbers and results for a CAPTCHA program.
paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not
<<lesspaptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
fftrans 0.0.1
fftrans is a modification of the Quick and Dirty Transcoder script to use ffmpeg instead of gstreamer. more>>
fftrans is a modification of the "Quick and Dirty Transcoder" script to use ffmpeg instead of gstreamer.
Very quick-and-dirty, only usable for transcoding files for transfer to media devices, but as far as I know the only way one can transcode to wma for a wma player.
<<lessVery quick-and-dirty, only usable for transcoding files for transfer to media devices, but as far as I know the only way one can transcode to wma for a wma player.
Download (0.010MB)
Added: 2007-06-28 License: BSD License Price:
848 downloads
GLRCSIM 0.0.1
GLRCSIM project is an OpenGL Radio controlled flight sim. more>>
GLRCSIM project is an OpenGL Radio controlled flight sim.
GLRCSIM is a flight simulator for radio controlled models. It is aimed at slope soaring, where unpowered models glide on the breeze.
Enhancements:
- The initial release of a radio controlled plane simulator for OpenGL on Linux.
- Works best with OpenGL acceleration and has only been tested on XFree 4.0 using the NVidia TNT drivers.
- It doesnt fly like a real plane, but just heads in the direction you point it in.
<<lessGLRCSIM is a flight simulator for radio controlled models. It is aimed at slope soaring, where unpowered models glide on the breeze.
Enhancements:
- The initial release of a radio controlled plane simulator for OpenGL on Linux.
- Works best with OpenGL acceleration and has only been tested on XFree 4.0 using the NVidia TNT drivers.
- It doesnt fly like a real plane, but just heads in the direction you point it in.
Download (0.029MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1069 downloads
OcamlSpread 0.0.1
OcamlSpread is a wrapper around the Spread group communication toolkit. more>>
OcamlSpread is a wrapper around the Spread group communication toolkit (http://www.spread.org) for the Objective Caml programming language.
OcamlSpread not only wraps Spread functions, but adds an object-oriented interface and other valuable features.
<<lessOcamlSpread not only wraps Spread functions, but adds an object-oriented interface and other valuable features.
Download (0.018MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1064 downloads
NarkozaTEAM 0.0.1
NarkozaTEAM provides a simple project management system using the Model-View-Controller design pattern. more>>
NarkozaTEAM provides a simple project management system using the Model-View-Controller design pattern.
NarkozaTeam is a package of classes that implements a simple project management system using the Model-View-Controller design pattern.
The package uses the WACT framework, but expands it with user authentication modification.
<<lessNarkozaTeam is a package of classes that implements a simple project management system using the Model-View-Controller design pattern.
The package uses the WACT framework, but expands it with user authentication modification.
Download (0.14MB)
Added: 2007-02-06 License: LGPL (GNU Lesser General Public License) Price:
990 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above l.a.u.r.a 0.0.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed