stringify,"n"; $field = Mail::Field->subject(some subject text); Mail::Field is a base class for packages that create and manipulate fields from Email (and MIME) headers. Each different field will have its own sub-class, defining its own interface." />
WareSeeker Search Software

field


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Field Lines Screensaver 2.0


windows Home Shell Desktop->People Screen Savers Free
View Detail
Download Field Lines Screensaver 2.0Download Field Lines Screensaver 2.0
38.0 KB
Field Lines Screensaver is a simulation of the electric field lines between charged particles. Physics never looked so good.

2

Mail::Field 1.74


linux Programming->Libraries Free
View Detail
Download Mail::Field 1.74Download Mail::Field 1.74
0.047 MB
Mail::Field is a base class for manipulation of mail header fields.

SYNOPSIS

use Mail::Field;

$field = Mail::Field->new(Subject, some subject text);
print $field->tag,": ",$field->stringify,"n";

$field = Mail::Field->subject(some subject text);

Mail::Field is a base class for packages that create and manipulate fields from Email (and MIME) headers. Each different field will have its own sub-class, defining its own interface.

This document describes the minimum interface that each sub-class should provide, and also guidlines on how the field specific interface should be defined.


3

Electric Field 2.01


windows Home Education->Science Free
View Detail
Download Electric Field 2.01Download Electric Field 2.01
827KB

You can see invisible electric field - if you use "Electric Field". It is an excellent tool forvisualizing electric field and equipotential lines. Visibility of field line and potential surface depends on their magnitude. You can put unlimited number of charges in the field. Also, it can simulate electric field of charged condenser, charged wire and charged dielectric objects. "Electric Filed" have ability to measure field strength and filed potential. Supports MDI, bitmap exporting, and printing.electric guitar effects

4

Field Designer 0.6.2


linux Multimedia->Graphics Free
View Detail
Download Field Designer 0.6.2Download Field Designer 0.6.2
15 MB
The Field Designer is a program for designing sub-air paintball fields. Field Designer helps you to prepare for a paintball tournament or fun game, or simply to get an overview of a field. Field owners can use it to provide online layouts of their fields.

Here are some key features of "Field Designer":

· Delete Figure
· Editable properties
· Default XML Encoding
· Tippie figure
· Tombstone figure
· Export a JPG picture of the field
· Povray Export
· Copy and Paste
· Context menu
· Tactics plugin
· Rotate figures
· 3D field walking

Whats New in This Release:

· A tactics editor was added, allowing you to develop your tactics directly in the field designer.
· Real units of measure can be used, so 32px will represent whatever unit of measure you define.
· When you create a new field layout, you can set the size of the field, which will be shown while drawing the field.
· Fields can be exported to SVG, BMP, JPEG, or PDF.
· The last page of the field creation wizard does not work correctly under Win32.


5

Dead Field 1.1


mac Games->Others Free
View Detail
Download Dead Field 1.1Download Dead Field 1.1
145 KB
Dead Field is an arcade game where you kill troopers running across the field on the screen.

You do not have any weapons and you are just able to fire some blasting compositions to stop the enemy troopers. The developers highscore is 3560. What about yours?

6

Field Filler 1.00


windows Utilities->System Tools Free
View Detail
Download Field Filler 1.00Download Field Filler 1.00
737 KB
Field Filler is a HTML Form and clipboard tool software which can open and save various Field Filler text databases. With a Field Filler you can easily copy and paste from the clipboard your most used text and also you can fill an HTML Form fields with just a one click on the button. To copy text onto clipboard you just need to select an key field. Added text you can copy form the clipboard on any other window on your screen by clickong...
7

TriVectus Warp Field 1.0b2


mac Shell Desktop->Screensavers Free
View Detail
Download TriVectus Warp Field 1.0b2Download TriVectus Warp Field 1.0b2
2.4 MB
TriVectus Warp is a remake of a classic screen saver; warping througha star field.

We werent satisfied with moving dots, however. We hadto believe we were rushing though space. To keep it interesting,weve added a few spectators and scenery to make it interesting.

8

Field Checker 2.1


pda Business->Databases 9.95 $ to buy
View Detail
Download Field Checker 2.1Download Field Checker 2.1
2.30 MB
Field Checker will help farmers and growers collect crop data. This customizable solution can be ordered with a conduit to upload all the leaf data collected in either csv or xml format. Almost all the fields are configurable, so whos to say it cant go beyond the argricultural industry!

Needs JSync to run the conduit available through above link.

Limitations:

· 30 day trial

Requirements:

· 35KB RAM

9

Woodstar Field Diary 1.0


windows Business Finance->Calendars Planners $49
View Detail
Download Woodstar Field Diary 1.0Download Woodstar Field Diary 1.0
3.29 MB
The program is developed for biologists, ecologists, naturalists and everybody who loves the nature. The program allows to enter your sightings and any record can be linked to a location. Additionally, you can attach any files to your records.

Therefore the program enables you to keep everything in one place: sightings, descriptions of locations, areas, routes and points as well as photos, audios, videos etc. And you can add a detailed description to your record using any available fonts, paste any page from Internet or part of any document. In case built-in data and fields are not enough you can add your own fields of various types.

The programs useful and clear hierarchy of objects makes working with records and objects easy and fast.


10

Search db by Field


script ASP Free
View Detail
Download Search db by FieldDownload Search db by Field
Providing search capabilities to a db enables users to query on whichever element you target them to. However allowing users to target which portion of the db they would like to query gives extra value. In this example, utilizing our db of US States (state, statename, and capital) the user can search in any of three fields (by dropdown menu input) rather than the application targeting one specific table element. Note: The db only has 50 observations in it, so it is better to search on single or double letter combinations.
11

Paintball Field Builder 1.2.2


windows Graphic Apps->CAD $69
View Detail
Download Paintball Field Builder 1.2.2Download Paintball Field Builder 1.2.2
11.6 MB
Paintball Field Builder is a useful (3D) software application which gives paintball field owners and players the ability to quickly and easily design paintball fields.

12

Mail::Message::Field 2.072


linux Programming->Libraries Free
View Detail
Download Mail::Message::Field 2.072Download Mail::Message::Field 2.072
0.58 MB
Mail::Message::Field contains one line of a message header.

INHERITANCE

Mail::Message::Field
is a Mail::Reporter

Mail::Message::Field is extended by
Mail::Message::Field::Fast
Mail::Message::Field::Flex
Mail::Message::Field::Full

SYNOPSIS

my $field = Mail::Message::Field->new(From => fish@tux.aq);
print $field->name;
print $field->body;
print $field->comment;
print $field->content; # body & comment
$field->print(*OUT);
print $field->string;
print "$fieldn";
print $field->attribute(charset) || us-ascii;

This implementation follows the guidelines of rfc2822 as close as possible, and may there produce a different output than implementations based on the obsolete rfc822. However, the old output will still be accepted.

These objects each store one header line, and facilitates access routines to the information hidden in it. Also, you may want to have a look at the added methods of a message:

my @from = $message->from;
my $sender = $message->sender;
my $subject = $message->subject;
my $msgid = $message->messageId;

my @to = $message->to;
my @cc = $message->cc;
my @bcc = $message->bcc;
my @dest = $message->destinations;

my $other = $message->get(Reply-To);


13

Record Field Exists 1.0


mac Utilities->Others Free
View Detail
Download Record Field Exists 1.0Download Record Field Exists 1.0
2 KB
Record Field Exists is a small script that provides an example of checking if an AppleScript record field exists.



14

MS SQL Field Box 1.7


windows Software Development->Databases and Networks $24.00
View Detail
Download MS SQL Field Box 1.7Download MS SQL Field Box 1.7
850 KB
MS SQL Field Box is a small tool which allows you to view MS SQL Server database structure and paste table or field names in your favorite editor using mouse or keyboard hotkeys. It is another way of using "IntelliSense" technology :) You can create SQL statements faster using MS SQL Field Box with old Query Analyzer or even in new MS SQL Server Management Studio Express. MS SQL Field Box is a good compliment to "IntelliSense" technology.
15

Weather at Lambeau Field 1.0


windows Windows Widgets->Widget Miscellaneous Free
View Detail
Download Weather at Lambeau Field 1.0Download Weather at Lambeau Field 1.0
127 KB
Weather at Lambeau Field displays the weather in Green Bay, Wisconsin. It has a cool snow effect.

Weather at Lambeau Field widget allows you to view and monitor the weather in Green Bay


16

3D Camomile Field Screensaver 1.0


windows Home Shell Desktop->People Screen Savers $14
View Detail
Download 3D Camomile Field Screensaver 1.0Download 3D Camomile Field Screensaver 1.0
1.91 MB
3D Camomile Field Screensaver is a beautiful scene of a camomile field with flying bumblebees and butterflyes. If your computer supports OpenGL hardware acceleration, this screensaver will fill up your screen with real 3D animation.


17

MS SQL Field Box 1.7


windows Network Internet->Database Utils $24
View Detail
Download MS SQL Field Box 1.7Download MS SQL Field Box 1.7
845 KB
MS SQL Field Box description
Another way to autocomplete your T-SQL statements MS SQL Field Box is a small software utility that allows you to view MS SQL Server database structure and paste table or field names in your favorite editor using keyboard hotkeys or mouse. It is another way of using "IntelliSense" technology.

You can create SQL statements faster using MS SQL Field Box with old Query Analyzer or even in new MS SQL Server Management Studio Express. MS SQL Field Box is a good compliment to "IntelliSense" technology. You can be more productive using "Field Box" and "IntelliSense" together.

Here are some key features of "MS SQL Field Box":

You can view:
· tables
· table fields
· table constraints
· table indexes
· relations beetween tables
· views and their fields
· stored procedures and their definitions

You can paste in your editor:
· table name
· table field name
· view name
· view field name
· Ctrl+MouseLeft2 or Ctrl+Enter adding comma at end of a pasted name


Requirements:

· MDAC
· MS SQL Server


Limitations:

· nag screen

18

Download Color Field Images 2.0


mac Utilities->Automator Actions Workflows Free
View Detail
Download Download Color Field Images 2.0Download Download Color Field Images 2.0
76 KB
Download Color Field Images is an Automator action that uses the Mugshot engine to download images whose average RGB color matches a color you choose.

Looking for images to for your site? Looking for complements to a given image or color palette?

Try this Automator action. (Each downloaded image is stamped with the owner s Flickr username and a URL to the photo - please respect the owner s copyright).

19

Sort by Field (Entourage) 2.0


mac Utilities->Others Free
View Detail
Download Sort by Field (Entourage) 2.0Download Sort by Field (Entourage) 2.0
847 KB
The Sort by Field (Entourage) AppleScript adds so much functionality to the sorting capabilities of Entourage that it is impossible to list them all here.

It extends the PIM capabilities of Entourage, albeit in a considerably slower implementation than Entourage manages on its own.
Whats New in This Release:

· Now Sorts GROUPS as well as entire Address Book for every Sort will work with other scripts to bulk print envelopes in zip code order, etc., etc.



20

AviSynth MSU Field Shift Fixer 0.5


windows Video->Other VIDEO Tools Free
View Detail
Download AviSynth MSU Field Shift Fixer 0.5Download AviSynth MSU Field Shift Fixer 0.5
37 KB

BrothersoftEditor, Free AviSynth filter for fixing situation when different lines of source frame are placed in different output frames. This often occures during movie capture, when odd lines are one frame later than even lines. In films after PAL->NTSC conversion there is another problem: in two neighbour frames odd lines are equal and even are different. The main idea of this filter is searching for the optimal lines position for current frame. If this position exists, optimal odd lines are placed into current frame, otherwise (for example when odd lines are in one frame after even lines and we are in the last frame) the odd field is interpolated, or no changes are done (behavior depends on filters settings). After applying MSU FieldShiftFixer to sequence visual video quality is improved, and compression and denoising processes give better results.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search