Main > Free Download Search >

Free native javascript barcode generator software for mac

native javascript barcode generator

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1251
Noble Avatar Generator 1.0

Noble Avatar Generator 1.0


A free avatar generator. more>>


A free avatar generator. Pick your personal avatar from over 15 trillion combinations. Spice up your forum, blog, game and online profiles. Pick your gender, head, hair style, accessories and export your avatar image to your desktop!

<<less
Download (936K)
Added: 2008-07-07 License: Freeware Price:
17 downloads
Barcode Generator 2.4a

Barcode Generator 2.4a


Barcode Generator - Code EAN, UPC, 128, 39, 2/5, Postnet, Datamatrix, PDF 417 more>>
Barcode Generator will help you create codes in EAN, UPC, 128, 39, 2/5, Postnet, Datamatrix, PDF 417 .
Enhancements:
- Added a dedicated dialog for output options
- New raster output formats: JPEG, PNG (only effective if saved to file, the pasteboard still uses TIFF if any raster format is selected)
- Added FAQ to manual
- Clarified some help texts and tips
- Added how-to for ISBN 13 creation
<<less
Download (1.7MB)
Added: 2007-04-02 License: Freeware Price:
628 downloads
 
Other version of Barcode Generator
Barcode Generator 1.0b8Barcode Generator - Generates standard barcodes. Barcode Generator 1 ... Barcode Generator generates barcodes. It supports many of the common one dimensional linear
License:Freeware
Download (739KB)
1957 downloads
Added: 2005-09-14
Mnemonic Password Generator

Mnemonic Password Generator


Free program to easily generate pronounceable and thereby easier remembered passwords more>> Free program to easily generate pronounceable and thereby easier remembered passwords

Mnemonic Password Generator, as its name suggets, is a mnemonic password generator tool that comes with an optional command line interface and two GUIs created with the help of Tkinter and wxPython.

System requirements:
- Python

<<less
Download (4KB)
Added: 2009-05-18 License: Freeware Price: FREE
195 downloads
RISE character generator 1.2

RISE character generator 1.2


RISE character generator - Character generator for the RISE RPG game more>>
RISE character generator as the name implies is a character generator for the RISE RPG game. This program is written in Java.

Running the character generator is really very simple. Enter the necessary information when prompted and dont enter ridiculous values, and you should get along with the program fine.

If you enter a number into an input field, and you dont see any change in the window, press enter, return, tab, or click outside of the input field, and things will update.


<<less
Download (29KB)
Added: 2006-01-04 License: Freeware Price:
845 downloads
Math Page Generator 2.2.1

Math Page Generator 2.2.1


Math Page Generator is a powerful and splendid tool which can randomly create arithmetic and algebra practice pages that you can easily print and use for practice or testing purposes. more>> Math Page Generator 2.2.1 is a powerful and splendid tool which can randomly create arithmetic and algebra practice pages that you can easily print and use for practice or testing purposes.

Each type of problem (Addition, Subtraction, Multiplication, and Algebra) comes with three difficulty options.

Enhancements: Version 2.2.1 is a Mac OS X only update that adds Universal Binary support.

Requirements: Mac OS X 10.4.9 or later.


<<less
Download (3.6MB)
Added: 2008-02-15 License: Free Price:
downloads
Unicode HTML Generator 1.0.1

Unicode HTML Generator 1.0.1


Unicode HTML Generator 1.0.1 gives a tool to make the generation of static web pages including unicode characters not found in the ASCII set. more>>

Unicode HTML Generator 1.0.1 gives a tool to make the generation of static web pages including unicode characters not found in the ASCII set. It works like a simple compiler in that it reads a collection of rich text files containing html source and unicode text and generates html files. This application requires the user to be very familar with html and is for web hackers of the most patient kind.

<<less
Download (75.2KB)
Added: 2003-05-16 License: Freeware Price:
1 downloads
Amnesty Generator 1.4

Amnesty Generator 1.4


Amnesty Generator - Convert any Google gadget into a Dashboard widget more>>
Amnesty Generator is a small tool that converts any Google webpage gadget into a Dashboard widget.
Using Googles new Add to your webpage feature, select a webpage gadget, copy and paste its HTML code directly into the Amnesty Generator window, tweak some settings (if you wish) and generate a new widget with the click of a button.
From there, you can install your new widgets into Apples Dashboard, Amnesty Widget Browser, or even convert them into a standalone OS X applications with Amnesty Singles.
Enhancements:
- Support for eBay To Go
- Enhanced Google Talk performance
- Added EULA clarification
<<less
Download (313KB)
Added: 2007-08-04 License: Freeware Price:
818 downloads
MSH Character Generator 1.1.3

MSH Character Generator 1.1.3


MSH Character Generator is written to be a simple and convenient program in which you just choose New from the File menu to get a blank character sheet to make a new character. more>>

MSH Character Generator 1.1.3 is written to be a simple and convenient program in which you just choose "New" from the File menu to get a blank character sheet to make a new character. You can then fill in the sheet by choosing ranks from the pull-down menus or entering rank numbers. Changing the rank from the pop-up menu will cause the rank number to revert to its default, so enter any custom ranks numbers directly; the rank pop-up will update automatically.

The MSH CG defaults to the origins in the Ultimate Powers Book. If you want to use the original Advanced Set origins, just choose "Preferences" from the Edit menu and click next to "Advanced Set" under "Origins." You will have to open a new character window for this setting to take effect.
Use the tabs at the top to switch between the Stats, Powers, Talents & Contacts and Description.

To add new Powers, press either the "Add New" button (to choose a power and rank yourself) or "Random" button (to have a power and rank chosen for you.) You can remove powers, talents, and contacts by placing a check mark next to the item you want to remove, and then pressing "Remove." You can also clear all Powers by pressing "Clear All."

<<less
Download (976.6KB)
Added: 2001-07-28 License: Freeware Price:
downloads
Hibernate POJO Generator 09062009

Hibernate POJO Generator 09062009


Generate Java code to access a database schema via the Hibernate framework Given an accessible database schema, the Hibernate POJO Generator produces all the Java code necessary to access each field more>> Generate Java code to access a database schema via the Hibernate framework

Given an accessible database schema, the Hibernate POJO Generator produces all the Java code necessary to access each field in each table via the Hibernate persistence framework.
Additionally, the Hibernate POJO Generator will also create all the necessary test units and helper classesfor each component.
Typically, invocation of the generator generates source code with no errors/warnings and test cases that are able to run immediately without further customizations.
NOTE: Hibernate POJO Generator is distributed and licensed under the terms of the GNU Library or Lesser General Public License (LGPL).

Main features:
Given a source database, Hibernate POJO Generator (hbnPojoGen) generates:
- Java objects representing each table using annotations for use with Hibernate.
- A JUnit test case per table that uses the objects generated to create, populate, save, retrieve and compare results
- DAO per class
- The appropriate enumeration files
- Spring and hibernate configuration
- DAO layers
- A data factory class per schema to return a pre-populated object with random data (for boundary checking, database population, etc)
Also supports:
- Join tables including those with additional fields in link tables
- Polymorphism/inheritance support
- Composite Keys
- One-To-One, many-to-one, many-to-many, etc
- Multiple schema support (4 modes)
- Natural Keys
- Enumerations (including those entries which cannot be mapped cleanly onto the java world)

System requirements:
- Java 6 or later

<<less
Download (15MB)
Added: 2009-06-12 License: GPL Price: FREE
177 downloads
Secret Generator 1.0.4

Secret Generator 1.0.4


Secret Generator - Password generator more>>
Secret Generator is an application that will generates passwords with letters, numbers or both.

It can generate password from just numbers, just letters, other characters, numbers and other characters, letters and numbers, and letters, numbers, and other characters.
<<less
Download (953KB)
Added: 2006-04-15 License: Freeware Price:
1293 downloads
Tone Generator 1.0.2

Tone Generator 1.0.2


Tone Generator - Plays specific music tones more>>
Tone Generator is an audio application that plays specific musical tones on your Mac.
Enhancements:
- Added Menu Item -Noise Info
- Some info on different noise types:White-Pink-Brown-Blue.
<<less
Download (6.2MB)
Added: 2006-01-04 License: Freeware Price:
1437 downloads
 
Other version of Tone Generator
Tone Generator 1.0Tone Generator lets you create audio test tones, sweeps or noise waveforms using your computer ...Tone Generator is an audio application that plays specific musical tones on
License:Freeware
Download (6.2MB)
1558 downloads
Added: 2005-07-26
Password Generator 1.0

Password Generator 1.0


Password Generator - Improve Your Security more>>
You can dramatically increase the safety of your information by using strong passwords for all your online accounts.

Password Generator can generate fixed length passwords using custom character set, readable passwords using dictionaries.
It can also generate universally unique identifiers (UUIDs).

To make dictionary based passwords as secure as possible, you are able to configure the generation algorithm as follows:

1. Configure which dictionary to use. The more words in the dictionary, the greater your security.
2. How many dictionary words will be used in the password.
3. You can define the what password separator should be used.
<<less
Download (243KB)
Added: 2006-10-03 License: Freeware Price:
1157 downloads
barCode Creator 1.1

barCode Creator 1.1


barCode Creator - Bar code generator with EPS and PDF export more>>
barCode Creator is a simple EAN13 bar codes generator with EPS and PDF export.
Enhancements:
- Corrected the bug wich caused a bad checksum with the "00000000000" string.
- Changed the way the string is drawn.
<<less
Download (317KB)
Added: 2006-05-08 License: Freeware Price:
776 downloads
Davtri Insult Generator 2.0

Davtri Insult Generator 2.0


A fun application that generates random insults in several different styles. more>>
A fun application that generates random insults in several different styles.

This new application was developed due to the huge demand for another application like the old Elizabethan Insult Generator I wrote. This application can do all the elizabethan insults and a whole lot more.
<<less
Download (496KB)
Added: 2004-06-10 License: Freeware Price:
1964 downloads
Salvo! Battle Generator 1.0

Salvo! Battle Generator 1.0


Salvo! Battle Generator - Battlefield generator for Salvo! more>>
Salvo! Battle Generator is a battlefield generator for Salvo!

Note: The Generator can be installed to any directory, but the Tweaker requires the Salvo support files, so it must be installed in your Salvo directory.

<<less
Download (33.8MB)
Added: 2006-07-25 License: Freeware Price:
1193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5