Main > Free Download Search >

Free do opposite rays form a line software for mac

do opposite rays form a line

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2380
Note Form 2.4

Note Form 2.4


Note Form is considered to be a handy and innovative utility which automatically takes notes for you. more>>

Note Form 2.4 is considered to be a handy and innovative utility which automatically takes notes for you. It does this by removing unnecessary words like "and" and "the" thus resulting in simplified sentences, aka notes. You can specify the note separator and add your own separators, and save your notes to a text file. In addition, you can change the background color of the window and decide whether or not to remove capitals. This program is great if you have a presentation to make and need to take notes for it.

Requirements: Mac OS X


<<less
Download (607.4KB)
Added: 2002-11-12 License: Freeware Price:
downloads
Convert Box to Line 1.0

Convert Box to Line 1.0


Convert Box to Line - Convert a rectangle into a line more>>
Convert Box to Line is a small AppleScript that converts a rectangle into a line, for use when a thin filled rectangle is used as a line.

Completly freeware for non-commercial use.

<<less
Download (4KB)
Added: 2006-06-02 License: Freeware Price:
1274 downloads
Create Java Manifest Form 1.0

Create Java Manifest Form 1.0


Create Java Manifest Form - Creates a Java manifest assigned as a basic form to Jar tool more>>
Create Java Manifest Form is a small AppleScript creates a Java manifest file "MANIFEST.MF" that will be assigned as a basic form to Jar tool.

Select Java resource files (*.class files, package folders, graphics images, or others) and drop them on this droplet application icon. Then a manifest file will be created at the same folder as your given files.

The script will apply URL encoding to the file name if needed.


<<less
Download (10KB)
Added: 2006-01-21 License: Freeware Price:
1390 downloads
JavaScript Form Validator 3.1

JavaScript Form Validator 3.1


A simple, powerful client side JavaScript form validation code. Using this code, you can do the common form validations in a snap. more>>


Client side java script is the efficient way to validate the user input in web forms. It gives the response immediately and reduces the server load. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task. Save yourself from coding long validations for your forms. Here is a simple, powerful form validation code. Using this code, you can do the common form validations in a snap! The code is general, simple, extensible and Free!

<<less
Download (80K)
Added: 2008-06-24 License: Freeware Price:
10 downloads
Fortune command line 0.1

Fortune command line 0.1


Fortune command line comes as a version of the Berkeley fortune command, which has no GUI and is run from a terminal session. more>>

Fortune command line 0.1 comes as a version of the Berkeley fortune command, which has no GUI and is run from a terminal session. Some initial fortune files have been included. strfile has been included to allow addition fortune files to be added.

Requirements:

  • Mac OS X
<<less
Download (1.1MB)
Added: 2002-11-21 License: Freeware Price:
downloads
Stalker LineShare 3.4.2

Stalker LineShare 3.4.2


Stalker LineShare is a powerful and popular utility which allows users to concurrently have several applications ie; Fax, ARA, BBS, Data, and Voice, use one serial port, one modem and one phone line. more>> <<less
Download (185.5KB)
Added: 1999-01-12 License: update/patch Price:
downloads
DropNote 1.0

DropNote 1.0


DropNote - AppleScript to convert Newton notes from XML to XHTML more>>
DropNote is an AppleScript applet letting one convert Newton Notes in XML form (obtained from the NSOF to XML converter for example) to XHTML directly readable in any browser.
<<less
Download (3.6MB)
Added: 2006-06-01 License: Freeware Price:
1274 downloads
Rays Bar Codes 2.0

Rays Bar Codes 2.0


Rays Bar Codes - Create, save, view bar codes more>>
Pick from the Windows menu to select which type of bar code to generate (only UPC A supported in this version). Then, type the code, generate the check digit (if needed), select the bar width reduction and magnification.

Now, you may Save the barcode as a .brcdfl file for future use, or View the bar code in Illustrator CS.

<<less
Download (206KB)
Added: 2007-07-20 License: Freeware Price:
826 downloads
Isometric Line Tool 13.0

Isometric Line Tool 13.0


Isometric Line Tool is a highly-efficient, high-quality adobe Illustrator plugin to draw straight lines constrained to isometric angles. more>>

Isometric Line Tool 13.0 is a highly-efficient, high-quality adobe Illustrator plugin to draw straight lines constrained to isometric angles.

<<less
Download (40KB)
Added: 2007-07-06 License: Freeware Price:
downloads
 
Other version of Isometric Line Tool
Isometric Line Tool 12.0The Isometric Line Tool plugin adds a tool in the tool palette in Adobe Illustrator. With this ... a straight line constrained to 30, -30, or 90 degrees for isometric drawing. Hold down the shift
License:Freeware
Download (341KB)
1226 downloads
Added: 2006-06-23
Cards Videopoker online game 10

Cards Videopoker online game 10


Make videopoker cards one line. How to play video poker - Video poker tips - How to win at Video Poker Introduced in the 1970s, video poker games are... more>> <<less
Download (10KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Eclipse UI Forms 1.0.3 Build 20090509

Eclipse UI Forms 1.0.3 Build 20090509


Enhances SWT, UI Forms, Data Binding and puts them together to offer a profound framework more>> Enhances SWT, UI Forms, Data Binding and puts them together to offer a profound framework

Eclipse UI Forms are very limited for business application demands; Eclipse UI Forms enhances SWT, UI Forms, Data Binding and puts them together to offer a profound framework and best practice for creating, binding an validating forms using RCP/RAP

Main features:
- dead-simple development of forms with data binding and validation
- avoids low level error prone code e.g. for listener registration/deregistration
- 80/20: 80% of use case is written with one line using default values, e.g. if you bind a text field to a java.util.Date property, the text field will automatically be converted to a date and vice versa; if no date is entered an error marker will be shown
- 100% based on Eclipse standards, no new concepts, just a thin layer on top, e.g. above feature is available through standard Eclipse Databinding, but using a unifying API so the developer need not know any details about update strategies, converters and stuff
- automatic binding of enum properties, e.g. binding against a combo box will automatically fill the combo list with all possible enum values and do all the low-level sync stuff. It really is one line of code !
- automatic handling of Table Viewing and Editing, just configure the columns and related properties and if they should be editable, the editor type
- can run standalone, on osgi and *RAP
- Forms can be easily embedded into Eclipse Editors, Viewers, Wizards and Dialogs
- makes no assumptions on your data model, through a ModelAdapter all data models can be used which can fire change events
- model adapters can deliver additional information, e.g. *extract validation constraints like field-lengths, regular expressions for email etc. directly from your specific data model or provide possible values for object references via range adapters (this is cool for EMF-based models)

Enhancements
- separated sdk features into runtime feature and examplestests features
- fixed packaging bugs related to sources
- included sources for all plugins
- added unbind() methods to validation manager
- fixed bug in emf adapter which disabled mixed model usage
- allow form without header by passing null title

<<less
Download (53KB)
Added: 2009-05-14 License: Freeware Price: FREE
183 downloads
POV-Ray 3.6.1 build 197

POV-Ray 3.6.1 build 197


POV-Ray - Ray-tracer 3D graphics software more>>
The Persistence of Vision Ray Tracer or POV-Ray for short, is a ray tracer graphics software that can create stunning photo-realistic computer-generated images and animations.

A cost-effective solution that yields high quality results!

<<less
Download (9.1MB)
Added: 2006-11-28 License: Freeware Price:
3582 downloads
 
Other version of POV-Ray
POV-Ray 3.6.1POV-Ray is a software having the ability to design stunning photo-realistic ... POV-Ray 3.6.1 is a software having the ability to design stunning photo-realistic computer
License:Free
Download (9.1MB)
downloads
Added: 2004-08-16
POV-Ray (OS X) 3.6.1designed to provide you with a flexible three-dimensional ray-tracing engine. POV-Ray (OS X ... POV-Ray (OS X) 3.6.1 is designed to provide you with a flexible three-dimensional ray-tracing
License:Freeware
Download (9.1MB)
downloads
Added: 2007-09-12
POV-Ray 3.6.1POV-Ray is a software having the ability to make stunningphoto-realistic ... POV-Ray 3.6.1 is a software having the ability to make stunningphoto-realistic computer
License:Freeware
Download (8.7MB)
downloads
Added: 2004-08-01
POV-Ray (PowerPC) 3.1r1POV-Ray (PowerPC) offers you a professional and highly-efficient ... offers you a professional and highly-efficient three-dimensional ray tracing engine. It
License:Freeware
Download (6.3MB)
downloads
Added: 1998-09-29
Drop Script 0.5

Drop Script 0.5


Create new apps from command-line BSD programs. more>>
Drop Script lets you create new applications from any BSD program which takes files as command line arguments. Typically, these are scripts written in sh, perl, etc.
<<less
Download (40KB)
Added: 2004-11-14 License: Freeware Price:
1804 downloads
Scan Lines 1.0.0

Scan Lines 1.0.0


Scan Lines introduces artificial scan lines into the clip, making it appear like early-day computer graphics and arcade machine more>>
Scan Lines introduces artificial scan lines into your clip, making it appear like early-day computer graphics and arcade machines. This plug lets you define the scan lines thickness, opacity and separation. And since we are at it, we also let you define the scan lines color.
Use Scan Lines whenever you want to introduce some stylish, but otherwise not very useful scan line effects or other regular horizontal lines into your clip.
Main features:
- area of effect: define the area of the clip you want to be affected by the plug-in. all other parts or the clip remain untouched.
- line color: this specifies the color that the scan lines are drawn in.
- separation: this tells the plug how far apart the scan lines should be generated.
- thickness: this defines the thickness of the scan lines
- opacity: this slider controls how transparent the scan lines are.
<<less
Download (451KB)
Added: 2007-06-20 License: Freeware Price:
859 downloads
Random Lines Transition 1.0.0

Random Lines Transition 1.0.0


Random Lines Transition is a highly-efficient, high-quality set of iMovie transitions that let you fade one clip into the other -- line by line. more>>

Random Lines Transition 1.0.0 is a highly-efficient, high-quality set of iMovie transitions that let you fade one clip into the other -- line by line.

The lines are chosen randomly. The provided fade-in and fade-out let you fade a clip to any color using the same random line effect. Lines can be either horizontally or vertically, and you can choose their thickness. Transitions include crossfade, fade in, and fade out.

Requirements: iMovie 4.0 or later.

<<less
Download (1.2MB)
Added: 2004-07-29 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5