Main > Free Download Search >

Free forms of energy software for linux

forms of energy

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1458
FormFox 1.6

FormFox 1.6


FormFox is an extension which displays the the site to which the information youve entered is being sent. more>>
FormFox is an extension which displays the the site to which the information youve entered is being sent.

Do you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)

In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.

<<less
Download (0.003MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
1003 downloads
Form Saver 0.7.0

Form Saver 0.7.0


Form Saver enables you to saves form field data as autofill-bookmarklets. more>>
Form Saver enables you to saves form field data as autofill-bookmarklets.

Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.

I designed this because when testing a form, I hated filling in every option each time.

<<less
Download (0.063MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
960 downloads
Web Form Factory 0.1.3

Web Form Factory 0.1.3


Web Form Factory is a simple application that binds HTML forms to a database. more>>
Web Form Factory is a simple application that binds HTML forms to a database. It analyzes the HTML file you supply and identifies all the common input types it contains, including text fields, drop down lists, checkboxes, radio buttons, and text areas.
Once all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
<<less
Download (0.16MB)
Added: 2006-08-25 License: BSD License Price:
1157 downloads
Form Spam Bot Blocker 0.2

Form Spam Bot Blocker 0.2


Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots. more>>
Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots without requiring human users to enter special values.

The project generates hidden inputs for forms that have special values that are verified on the server after the form is submitted to eventually detect whether the form was sent by a spam robot.

The class can generate an hidden input that contains an encoded value of the user browser, user computer IP address and the current time.

The class verifies whether these browser name and IP address are still the same, and also whether the form is being submitted by a normal time interval after it was create, like when it is submitted by a real human user.

The class also generates a text input that are invisible for the user. A human user would not fill this input. If the input is submitted with a value, it was certainly a robot.

When the class detects a situation that demonstrates the form was submitted by a robot, the application should not accept the form submission.

<<less
Download (MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
908 downloads
Escape of the Unicorn 0.1.15

Escape of the Unicorn 0.1.15


Escape of the Unicorn project is a side-scrolling, 2D flying shooter game. more>>
Escape of the Unicorn project is a side-scrolling, 2D flying shooter game.
Welcome to the land of miraculous creatures.
Take a risk and play the game called
Escape of the Unicorn.
You play a unicorn,
a noble and most beautiful animal,
the most beautiful to have ever existed.
Your goal is to escape
from a cave full of monsters and traps.
You can move with the arrow keys and fire missiles.
Every missile can harm a monster if it is aimed well.
Beware of the monsters and lasers.
They decrease your energy when you touch them.
The same happens when you hit walls.
Some creatures may also shoot fireballs.
Be careful at all times.
When you are out of energy,
you die and lose the game.
Enhancements:
- Levels now have more complex shape
- 3 crafted levels
- Per-object speed control, and new types of interactions
- New game objects such as Puff Fish, Wall Spikes, Bloops
- Walls no longer damage player, immunity time much shorter
<<less
Download (MB)
Added: 2006-11-16 License: LGPL (GNU Lesser General Public License) Price:
1076 downloads
mod_form 1.0

mod_form 1.0


mod_form is a utility to decode data submitted from Web forms. more>>
mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded.

mod_form does not decode multipart/form-data (file upload) forms: for those you should use mod_upload.

Usage:

When mod_form is active, form data will be decoded to an apr_table_t*. Modules can access the table using the optional function form_data, or individual form fields using form_value:

#include "mod_form.h"

some_func(request_rec* r) {
apr_table_t* (*form_vars)(request_rec*) ;
apr_table_t* (*form_lookup)(request_rec*, const char*) ;
apr_table_t* form_data ;
const char* val ;
const char* key = "some-form-field" ;

/* get the whole table */
form_vars = APR_RETRIEVE_OPTIONAL_FN(form_data) ;
if ( form_vars ) {
form_data = form_vars(r) ;
}

/* or get individual values */
form_lookup = APR_RETRIEVE_OPTIONAL_FN(form_value) ;
if ( form_lookup ) {
val = form_lookup(r, key) ;
}
}

<<less
Download (0.009MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1256 downloads
Contact Form Killer 1.4

Contact Form Killer 1.4


Contact Form Killer is a free tool you can use to generate contact forms for your site. more>>
Contact Form Killer is a free tool you can use to generate contact forms for your site, or let your web site visitors add contact forms themselves.
Contact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The contact forms it generates are nicely formatted and can be further edited to match the look and feel of your site.
Main features:
- Easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- Quick generation of contact forms that usually take hours to code.
- JavaScript validation of each input for ultimate usability.
- PHP validation to make sure JavaScript-disablers dont slip the radar.
- Over 10 inputs to pick and choose from.
- Form generation is really easy, just click the checkboxes next to the inputs you want, click submit and youre done!
<<less
Download (0.012MB)
Added: 2006-01-31 License: Freeware Price:
768 downloads
PloneFormGen 1.0.3

PloneFormGen 1.0.3


PloneFormGen provides a generic Plone form generator using fields, widgets and validators from Archetypes. more>>
PloneFormGen provides a generic Plone form generator using fields, widgets and validators from Archetypes.

Actions like mailing or saving form input are incorporated by included plug-in adapters.

This product provides a generic Plone form generator using fields, widgets and validators from Archetypes. It makes it possible to build simple contact, information-gathering or data-entry forms through Plones interface.

To use it, create a form folder, then add form fields as contents. Individual fields can display and validate themselves for testing purposes. The form folder creates a form from all the contained field content objects.

Final disposition of form input is handled via plug in action products. Action adapters included with this release include a mailer and a save-data adapter that saves input in tab-separated format for later download. When you first add a form folder, its configured as simple response form with input mailed to the owner.

Since PloneFormGenerator uses Archetypes fields, widgets and validators, its also a good tool for rapidly prototyping forms intended for use with Archetypes-derived content types.

<<less
Download (0.081MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
581 downloads
AutoFormer 0.4.1.8

AutoFormer 0.4.1.8


AutoFormer is a Firefox extension which loads saved data in forms. more>>

AutoFormer 0.4.1.8 provides you with an excellent and very useful Firefox extension which can load saved data in forms. Loading is automatic, saving is manual (2 mouse click). All inputs data stores into the cookies. This product will be your good choice.

  • To save one input value only - choose Save this field only menu item from AutoFormer context popup menu
  • To save all input values - choose Save all fields menu item
  • By default all data are storing for current page only. If you want to save data for domain - press Ctrl when selecting
  • During next visit to this page all forms will be autofilled

Enhancements: Version is compatible with 3.2a1pre

Requirements: Mozilla Firefox
<<less
Added: 2009-06-29 License: MPL Price: FREE
14 downloads
WWW-Form 1.17

WWW-Form 1.17


WWW::Form is a module for handling the world-wide-web form process. more>>
WWW::Form is a module for handling the world-wide-web form process. The project enables generating forms, filling them from user input, verifying them, and re-displaying them in case something is wrong.

<<less
Download (0.021MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
IPv4 form 1.0

IPv4 form 1.0


IPv4 form provides a tool for making RIPE IPv4 request forms. more>>
IPv4 form provides a tool for making RIPE IPv4 request forms.

IPv4 form is a utility for checking the #ADDRESSING PLAN# part of a RIPE IPv4 PA request form. It makes a "totals:" row for this form and produces readable output with spaces between columns. This output can be directly copied to a RIPE form.

<<less
Download (0.24MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
920 downloads
phpForm 0.0.3

phpForm 0.0.3


phpForm provides a PHP3 application that allows you to easily create Web forms. more>>
phpForm provides a PHP3 application that allows you to easily create Web forms.

phpForm is a PHP3 script that allows you to easily create Web forms. It allows you to create, administer, preview, and log forms.

It also includes a simple function for including a form into a Web page.

<<less
Download (0.022MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Formitable 1.1

Formitable 1.1


Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. more>>
Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables.
Formitable project analyzes the fields of a given table and outputs the best input type for each (e.g. enum type becomes radio buttons or select, set type becomes checkboxes or multiselect). Data is automatically inserted into the table upon form submission.
Main features:
- Output a complete form in a few lines of code
- Validate data via regular expressions and provide custom feedback
- Support for normalized data/lookup tables
- Easily retrieve and update existing records
- Outputs attributes such as MAXLENGTH to reflect your table design
- Customize all aspects of output, integrate forms into your layout
- Full CSS styling
- Accessibility support such as labels, fieldsets, legends and more
Enhancements:
- Forms can now be printed using a template with printFromTemplate.
- Custom template delimiters can be set using setTemplateDelimiters.
- Bugs were fixed.
<<less
Download (0.018MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
Tie::Form 0.02

Tie::Form 0.02


Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. more>>
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form.

SYNOPSIS

require Tie::Form;

#####
# Using support methods and file handle with
# the file subroutines such as open(), readline()
# print(), close()
#
tie *FORM_FILEHANDLE, Tie::Form, @options
$form = tied *FORM_FILEHANDLE;

#####
# Using support methods only, no file subroutines
#
$form = Tie::Form->new(@options);

$encoded_fields = $form->decode_record($record);
@fields = $form->decode_field($encoded_fields);

$encoded_fields = $form->encode_field (@fields);
$record = $form->encode_record($encoded_fields);

$record = $form->get_record();

####
# Subroutine interface
#
$encoded_fields = decode_record($record);
@fields = decode_field($encoded_fields);

$encoded_fields = encode_field (@fields);
$record = encode_record($encoded_fields);

If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}.

<<less
Download (0.087MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
Max Fighter 1.0

Max Fighter 1.0


Max Fighter is a vertical-scrolling asteroids shootemup. more>>
Max Fighter is a vertical-scrolling asteroids shootemup game.

You have a bad feeling about this: For only one brief moment you let your attention slip, and suddenly, you find your spaceship heading right into a vast asteroid field. Though it does not seem very dense at the outskirts, your board computer readouts make you doubt you will ever see the other side of it - and did your radar just pick up traces of pirate activity!?

Keep control of your spaceship as you go ever deeper into the asteroid field and the gameplay reaches breakneck speed. Shoot asteroids and containers and collect power-ups, shield energy and special weapons. And last but not least - beware of the pirates!

<<less
Download (16.9MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1141 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5