Main > Free Download Search >

Free disposable temporary e software for linux

disposable temporary e

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 197
Disposable Temporary E-mail 1.1.0

Disposable Temporary E-mail 1.1.0


Disposable Temporary E-mail project provides the user with disposable e-mail addresses which expire after a certain time. more>>
Disposable Temporary E-mail project provides the user with disposable e-mail addresses which expire after a certain time. The user can read and reply to e-mails that are sent to the temporary e-mail address within the given time frame.
Main features:
- Users can generate e-mail addresses
- Users can see their incoming e-mails
- Users can reply to e-mails
- Completely template driven
- Installation routine
How the script works:
With a click on a button the user generates a new e-mail address. That address will be stored in the database along with its creation time. The e-mail address is assigned to the user by a session cookie.
The user then uses the e-mail for any purpose where an e-mail address is required. Most commonly that will be some kind of registration.
In the background the script checks continuously for arriving e-mails. Once an e-mail that has been sent to a generated e-mail address arrives, the script displays it.
<<less
Download (MB)
Added: 2007-05-16 License: Free for non-commercial use Price:
903 downloads
Undisposable Clients 0.3

Undisposable Clients 0.3


Undisposable Clients provides easy-to-use API kits for using Undisposable.org in various programming languages. more>>
Undisposable Clients project provides easy-to-use API kits for using Undisposable.org in various programming languages.
Main features:
- Protects site owners biggest assets; userbase and emails
- Prevents userbase contamination by fake accounts
- As critical as email validity check
- Stops people registering your services with disposable email accounts like jetable.org, pookmail
- Detects public accounts (spread from sites like bugmenot.com) and bans them
- Working principle is similar to spam blacklists like spamhaus.org; power of masses
- Totally free, your donations are welcome
How to use it
Check if there is an API kit for your programming language, if there isnt, connect to our servers manually.
Add a few extra lines to your email validation function which is called from your member registration page. The following is an example in PHP language:
..
function checkEmail($email) {
include_once("undorg/php/rest/undisposable.inc.php"); // include the API kit
if(!undorg_isDisposableEmail($email)) { // check if disposable email
.. // old procedures remain here
} // add this line to close the conditional statement
}
..
?>
Thats all. Very simple...
API kits:
PHP
Supports XML-RPC, REST and PHP serialiation. Stable
@TODO: make it object oriented, test PHP5
Python
Supports XML-RPC. Stable
@TODO: make it object oriented, more protocols
Perl
Supports XML-RPC. Beta
@TODO: test it, make it object oriented, more protocols
Java
Supports XML-RPC. Alpha
@TODO: test it, make it object oriented, more protocols
We need your support for clients in other languages.
Enhancements:
- The isValidEmail function was added for PHP and Python.
- Valid RFC and TLD checks are made in real time, as well blacklist queries against disposable email addressing and public accounts from sites similar to bugmenot.com.
<<less
Download (0.004MB)
Added: 2007-01-23 License: MIT/X Consortium License Price:
1006 downloads
Temporary Inbox 2.0.1

Temporary Inbox 2.0.1


Temporary Inbox is a Firefox extension that generates random disposable email addresses. more>>
Temporary Inbox is a Firefox extension that generates random disposable email addresses. You can use these email addresses for registration in forums, adult sites or whereever.

The email addresses dont require registration. This is an easy way to avoid spam, because the spamer will never get your private email address .. only the temporaryinbox.com email address. And there the emails will be deleted after 6 hours.

Avoiding spam is sooo easy!

Here is a small instruction:

FIRST! There is no registration required!!

1. The situation: You want to signup at a website. You are at the registration form and you have to enter your private email address.
2. You dont want to give away your private email address. So you decide to use an email address from temporaryinbox.com.
3. Now click the "random email" button at the temporaryinbox firefox extension toolbar.
4. A random temporary email address has been generated for you.
5. Copy it from the toolbar to the email address field in the registration form.
6. Enter the other things and submit.
7. Now you can check the inbox of your email address on temporaryinbox.com. But its easier to use the firefox extension. Just enter the email account name you used before in the left field of the toolbar and press "Check".
8. Now you will be redirected directly to the inbox of your temporaryinbox account.
9. Open the email and click on the activation link or copy the password... or whatever.
10. Delete the mail or let it be. However the mail will be deleted after 6 hours.

<<less
Download (0.015MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
827 downloads
Temperature.app 1.4

Temperature.app 1.4


Temperature.app is a Window Maker applet which fetches local temperature information every 15 minutes. more>>
Temperature.app is a Window Maker applet which fetches local temperature information every 15 minutes from http://weather.noaa.gov and displays it (in Celsius or Fahrenheit).
Temperature.app program is licensed through the GNU General Public License.
Enhancements:
- Now fetching temperature information over http (instead of ftp).
- Fixed possible race condition when creating temporary files.
<<less
Download (0.016MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1130 downloads
Better Weather

Better Weather


Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info. more>>
Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info than KDEs weather applet. It downloads the information from the US national weather service and maps from weather.com. Two launchers on the main menubar bring up the window separately. Full details and instructions are in the readme.

This is a solution that worked for me, not being a coder. You have to make it work for you. Its an idea and a set of tools. Its also US-centric, but someone may take the idea and make it work just as well anywhere. I hope someone finds it as useful as I do.

WHAT IT DOES

The tools I wrote are two *very* simple bash scripts. The script, localwx.sh, invokes the python weather utility, and downloads the current weather conditions and forecast in text format from the weather service. It stores the information temporarily in a text file (I chose the desktop as the directory in which to save it.) It then "reads" the text file into a kdialog box. When the "ok" button is clicked, the temporary file is deleted.

The other script, wxmap.sh, downloads a current local weather map image using wget, saves it temporarily to the desktop, and calls Kview to display it. When Kview closes, the temporary image file is deleted.

HOW I DID IT

The man pages for "weather," "kdialog," and "wget" were useful for determining which options to use. The script for weather forecasts has to be edited to receive the data for the users current location. My nearest airport is PDK, so my ID was "KPDK." The rest is straightforward enough. To make the weather map script work, you can go to weather.com or your local tv station website and copy the image location for the weather map they use. It can be pasted into the script.

Once the scripts were edited to suit, I made them executable (chmod +x filename), copied them to /usr/local/bin, and created a launcher for each in my main menubar. Describing the process is a lot more difficult than actually doing the work!
<<less
Download (0.67MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
838 downloads
postprox 0.2.0

postprox 0.2.0


postprox is an SMTP proxy which copies an SMTP conversation between its input and another SMTP server. more>>
postprox is an SMTP proxy which copies an SMTP conversation between its input and another SMTP server, but spools the DATA portion to a temporary file and runs a specified program on it before passing it on to the output server - or outputting an SMTP error code instead if the content filter says so.

postprox is design to do only one job: proxy SMTP conversations and pass message contents to another program to determine whether to accept or reject the message.

With this in mind, postprox is small and has a minimal feature set; its reduced complexity reduces the risk of bugs and security holes.

<<less
Download (0.025MB)
Added: 2006-01-25 License: Artistic License Price:
1367 downloads
Sensibe IRC Handler 0.1

Sensibe IRC Handler 0.1


Sensible IRC Handler aims to provide an interface for Gaim that handles irc:// links in Firefox Browser. more>>
Sensible IRC Handler aims to provide an interface for Gaim that handles irc:// links in Firefox Browser. This will provide the same xchat-gnome functionality to handle irc:// links, but for Gaim.
Recent changes in inclusion of packages for future Ubuntu release will not include xchat-gnome because of recursive duplication with Gaims IRC capabilities, so IRC will be entirely handled in Gaim.
This will use Gaim as an IRC client, but will not alter the main Gaim configurations, this would create a temporary configurations for the current sessions. A functionality to add the IRC channels defined in InternetRelayChat in Gaim buddy list, will be easy, but will not add them by default. Adding them for a user requires further discussions.
Enhancements:
- GTK+ version 2.2.x
<<less
Download (0.20MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1242 downloads
Cruising on Broadway 0.9

Cruising on Broadway 0.9


Cruising on Broadway is a remake of the Spectrum grid-painting game. more>>
Cruising on Broadway project is a remake of the Spectrum grid-painting game.
Cruising on Broadway is a very simple minimalistic game which is more addictive than you think. Its a painting game, the object is to colour in the tracks while avoiding the chasers. To help you you can put a temporary hole in the track that neither you or the chasers can cross.
The graphics are minimalistic as well ; you are the blue blob, the chasers flash red/white. You can choose 3 levels of difficulty and 3 speeds.
There is no sound. The original didnt really have any except when displaying text.
Keys
Arrow Keys : Move
Control : Put hole
Escape : Abandon Game
In this game, there is just *one* life.
Enhancements:
- made config.h.bot obsolete
- acinclude.m4.in removed bogus message
- now #MIN_CONFIG tag takes parameters for KDE_USE_QT, too.
- acinclude.m4.in: Added kde_moduledir which points to $prefix/lib/kde2/
- acinclude.m4.in: Remove the test for malloc.h
<<less
Download (0.69MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1051 downloads
Scam-grey 1.5

Scam-grey 1.5


Scam-grey is a milter which filters mail originating from MS Windows hosts. more>>
Scam-grey is a milter which filters mail originating from MS Windows hosts. Scam-grey filter provides you the ability to mitigate the flow of unwanted email from such hosts using grey listing.

How it works:
On the first delivery attempt from a Windows host, Scam-grey generates a temporary error message. Subsequent delivery attempts made after the delay period will be allowed through. Unlike standard mail servers, virus, trojan infected hosts and zombies are not designed to retry the delivery after a temporary failure.

Scam-grey pairs

the helo string
the IP address of the sending server (host)
as a record and returns a temporary failure (SMTP code 450 extended code 4.7.1) if the host is greylisted.

The record is expired if there is no connection for the matching record within the next 24 hours. Click here to see a sample of mail servers which are currently greylisted

<<less
Download (0.018MB)
Added: 2007-05-01 License: BSD License Price:
909 downloads
QOF Generator 0.0.2

QOF Generator 0.0.2


QOF Generator is a project that generates C object source code from HTML/PHP or Perl/XML. more>>
QOF Generator is a project that generates C object source code from HTML/PHP or Perl/XML.

Generating new objects for the Query Object Framework is repetitive, tedious, and time consuming.

Qof Generator automates this process in PHP to build a working test program linked against QOF.

Objects are created from an HTML form using a temporary MySQL cache and exported with Makefile, ./autogen.sh, ChangeLog, README, C source code, and doxygen mark-up comments in a tarball built by the PHP code.

<<less
Download (0.017MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
983 downloads
P65 Assembler 0.7.2

P65 Assembler 0.7.2


P65 Assembler is a Portable 6502 cross-assembler. more>>
The P65 assemblers are assemblers for the 6502 microprocessor (such as is used in the Commodore 64, Apple II, and Nintendo Entertainment System).
They are designed to be able to support a wide variety of output formats, both to support multiple target platforms and to produce code for emulators.
The eventual goal of P65 is to be as expressive as the more powerful assemblers of the late 80s, such as DASM. Its not there yet, but its getting there.
Main features:
- Highly portable - All versions of P65 are written in portable scripting languages. The original releases were done in Perl. While P65-Perl 1.1 is stable and reasonably powerful, it lacks some major features, such as modules and macros. P65-Ophis, the Python port, will run on slightly fewer architectures, but will still run on all current major systems.
- Flexible output format - P65 allows for very flexible control over data and assemble points. Output file formats are completely independent of the final memory maps.
- Multiple file support - libraries may be kept as seperate files and included seperately, facilitating code reuse.
- Temporary label support - source may contain "anonymous labels" that help decrease namespace pollution. P65-Ophis also supports named temporary labels that only exist within a well-defined scope.
- Assemble-time expressions - P65-Ophis supports High-byte/low-byte computations along with bitmasking and traditional arithmetic operations in code and data statements. Access to the current PC is also supported. P65-Perls expressions are more limited but are generally sufficient.
- Symbol table management - Allows for creating labels and data constants outside of the code, and for allocating RAM symbolically. This includes full support for segments.
- Optimal instruction selection - Compresses as many instructions as possible into zero page format. If this compression permits other instructions to become zero page instructions, it will compress those as well.
<<less
Download (0.02MB)
Added: 2005-04-22 License: BSD License Price:
926 downloads
Sahana Disaster Management System LiveCD 1.2

Sahana Disaster Management System LiveCD 1.2


Sahana project is an integrated set of pluggable, web-based disaster management. more>>
Sahana project is an integrated set of pluggable, web-based disaster management applications that provide solutions to large-scale humanitarian problems in the aftermath of a disaster.
Main features:
- Missing Person Registry - Helping to reduce trauma by effectively finding missing persons
- Organization Registry - Coordinating and balancing the distribution of relief organizations in the affected areas and connecting relief groups allowing them to operate as one
- Request Management System - Registering and Tracking all incoming requests for support and relief upto fullfilment and helping donors connect to relief requirements
- Camp Registry - Tracking the location and numbers of victims in the various camps and temporary shelters setup all around the affected area.
<<less
Download (683.8MB)
Added: 2006-01-12 License: LGPL (GNU Lesser General Public License) Price:
1387 downloads
Online Contact Sheet Creator 2.5

Online Contact Sheet Creator 2.5


Online Contact Sheet Creator is an online tool that generates stylish contact sheets without any fussing around in Photoshop. more>>
Online Contact Sheet Creator script that generate stylish contact sheets without any fussing around in Photoshop.
You can use the script to generate contact sheets for clients (great for photographers or graphic designers), or you can use it personally for a small photo album.
You can also add Online Contact Sheet Creator to your web site to add some functionality for your visitors.
Main features:
- Online Contact Sheet Creator is easy to install, just a few simple steps and youre done!
- You select the number of images a visitor can upload for their sheet.
- A temporary file system insures that you wont max out your web hosts file size limits.
- The contact sheets look clean and professional, with each photo numbered for easy reference.
<<less
Download (0.008MB)
Added: 2006-02-23 License: Freeware Price:
1342 downloads
PloneFolderOrder 1.01

PloneFolderOrder 1.01


PloneFolderOrder is a project that allows you to keep an order on any content inside your Plone Folders. more>>
As Plone does not offer this functionality yet, PloneFolderOrder is a solution that works in todays Plone sites. Once integrated into Plone, it will become obsolete for newer versions of Plone, but there are enough Plone sites that need this functionality today to justify this temporary solution.
The difference to other solutions that store order information inside content objects themselves, PloneFolderOder stores order information in Plone Folders (Therefore the name PloneFolderOrder). Storing content order in a Plone Folder is preferable, because when the ordering changes, you only have to change a single object, the Plone Folder itself. The only drawback is that content objects have to query their container to know their place in the order.
The order screen of Plone Folders contains the list of the folders content, and the user can order the content.
The standard Plone views, and most importantly the navigation tree, are respecting the order set by users.
It is a full-fledged Plone product, installable and uninstallable using the QuickInstaller Tool.
Enhancements:
- Bug Correction : restarting zope will not delete the method getParentFromFolder
<<less
Download (0.052MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
tngCalendar 1.3

tngCalendar 1.3


tngCalendar is a Web calendar addon to the TNG software for online genealogy. more>>
tngCalendar is a Web calendar addon to the TNG software for online genealogy.
I have a fairly large family and often have trouble keeping track of birthdays, anniversaries, and the like.
Ive also started keeping track of my familys genealogy via a web-based package, so the solution seemed obvious: add the component I needed so the software I was already using.
The result is called tngCalendar. The calendar is a simple monthly view with birthdays, wedding anniversaries, and dates of death overlaid.
tngCalendar operates in conjunction with the TNG package, but can (and should) be installed separately. Simply download the package, and uncompress in a temporary directory. Edit the php file according to the directions contained inside, and copy the pieces into place.
Note that tngCalendar may circumvent your security setup by "giving away" birth and marriage dates relevent to living persons. However, since the exact year of a persons birth or marriage is not shown on the calendar (it only shows anniversaries, the year is only used for dFixed a bug in the anniversaries.php links (the day numbers on the calendar).
Enhancements:
- This release fixes a bug introduced in 1.2 that caused anniversaries to fail to display.
- It fixes a bug that caused links to point to the wrong entries in some cases.
- It adds support for nickname, lnprefix, and suffix when available.
<<less
Download (0.010MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5