Freeware Listing: Commas

This script removes the dollar sign ($) and commas (,) from a a text box. It is useful if you require input of only numbers. You may also modify the script to filter out whatever characters you want..

  • Platform: JavaScript, Scripts

This script accepts a number or string and formats it like U.S. currency. It adds the dollar sign, rounds to two places past the decimal, adds place holding zeros, and commas where appropriate. Occurs when the user clicks the button or when they finish entering the money amount (and click into the next field)..

  • Publisher: Cyanide_7
  • Date: 15-06-2013
  • Size: 102 KB
  • Platform: JavaScript, Scripts

Adds a sidebar widget to display Twitter profiles. Separated by commas multiple screen names, you can view multiple profiles in this widget. This is truly a "Twitter profile widget" is :-) Installation : Upload the this plugin to your blog, Upload the twitter-profile-widget plugin to your blog, Activate it..

  • Publisher: nemooon
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

CSV (Comma Separated File) Editor eclipse plug-in, the editor support any separator (not only commas).
CSV File Editor for Eclipse License - GNU General Public License (GPL).

  • Platform: WinOther

"Important Messages Detector" is an amazing application that helps you to detect important incoming messages.

Just configure some important words, separate them using commas and choose a funny sound to use as an alarm.

Every time a SMS with the special words arrives to your phone this application will detect it and a notification will be fired to let you know about that. So if you have your phone in silent you won't miss the important messages!.

Some features of this application:

- Use of notification system.
- Twitter integration.
- Facebook integration.
- Share page.

** One important indication is that you need to disable the default SMSs notification in order to have the notification working perfectly.

  • Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x

DiamondCS CSView has everything you need in a CSV file viewer and nothing you don't, making it the ideal CSV viewer for nearly all situations. CSView, like our other free utilities, is free for both commercial and non-commercial use. What is a CSV file? CSV stands for Comma Separated Values. It is a very simple and popular text-based tabular file format that is easy for both software and humans alike to generate and read. Each line in a CSV file represents a row, and each column of data is separated by a comma (hence the name). The first row (that is, the first line in the file) is treated as the header line.

  • Platform: Win2000, Windows Server, WinOther

HTMLAsText utility converts HTML documents to simple text files, by removing all HTML tags and formatting the text according to your preferences.Features- HTMLAsText automatically removes all tags and scripts from the document.- The remained text is formatted according to the number of characters per line that you select.- All HTML entities (e.g.: &, <) are converted into the corresponding ASCII characters.- Unordered lists ( tag) and ordered lists ( tag) are formatted accordingly. The bullets beside the items of unordered lists are replaced by ASCII characters according to your selection.

  • Publisher: NirSoft
  • Date: 05-06-2009
  • Size: 27648 KB
  • Platform: Win2000, WinOther

Store contact information about your friends, family and collegues! ContactKeeper is a free personal database system designed in order to store contact information about your friends, family, colleges,... at one central place. This can be very usefull in case you lose your gsm with all the numbers of your friends for example, so you still have a back-up. You will never forget a birthday any more thanks to the integrated birthday reminder! The pick of the bunch is the possibility to let ContactKeeper generate a birthday calender based on the dates of birth of the persons in the database! Here are some key features of "ContactKeeper":Features in ContactKeeper 1.

  • Publisher: vani.be
  • Date: 10-6-2009
  • Size: 2017 KB
  • Platform: WinOther

PDFTK Builder application was designed to be a free graphical interface to the Windows version of PDFTK PDFTK Builder application was designed to be a free graphical interface to the Windows version of PDFTK making it much easier to use.Collate - allows you to rearrange (reorder, delete, & duplicate) pages in a single document and/or merge pages from multiple PDF documents. Multiple documents will be merged in the order they are listed in the 'Source Documents' window. If page ranges are not specified, PDFTK Builder will assume all pages for that document are to be included.Page ranges can be indicated by using a single page number, or a hyphen between start and end pages (reversed page orders are allowed).

  • Publisher: angusj.com
  • Date: 10-07-2009
  • Size: 2713 KB
  • Platform: WinOther

HTML To Text utility converts HTML documents to simple text files, by removing all HTML tags and formatting the text according to your preferences. Features * HTML To Text automatically removes all tags and scripts from the document. * The remained text is formatted according to the number of characters per line that you select. * All HTML entities (e.g.: &amp, &lt) are converted into the corresponding ASCII characters. * Unordered lists and ordered lists are formatted accordingly. The bullets beside the items of unordered lists are replaced by ASCII characters according to your selection.

  • Publisher: 77Freeware
  • Date: 20-06-2010
  • Size: 4339 KB
  • Platform: Win2000, Win7 x32, Win7 x64, Windows Mobile, Windows Server, WinOther, WinVista, WinVista x64

Converts text with many possible cleanups, including preparation of HTML and Java, aligning in columns, character set conversion, case converting, removing excess white space, removing blank lines, preparing regex expressions.... Converts raw text with the following possible cleanups: 1. Convert awkward characters to entities for HTML 2. Quote for Java Strings. e.g. C:MyDirMyFile.txt -> &C:MyDirMyFile.txt& 3. Convert to a CSV field with commas and spaces in quotes, and quotes doubled. 4. Convert to Java char [] literals, e.g. c: -> new char { 'c', ':', '' } 5. Strip HTML tags giving you the raw text.

  • Platform: WinOther

The Son hServer application was designed to work as WWW (HTTP) Internet or intranet server. It can also be used to test websites on a local machine before uploading to remote server. FEATURES: · Son hServer serves client requests on a standard HTTP port (80). Main web document types, multimedia, VRML models, archives and other files are supported. When receiving request on directory names without terminating forward slash (/) the redirect to right address is generated. HTTP/1.1 protocol is supported (minimal instruction set). · Connection filtering in dependence of client IP is possible.

  • Platform: WinOther
  • Align
  • License: Freeware
  • Rating

ALIGN aligns data in ASCII text files into neat columns. Also converts comma-delimited files to columns with 2 spaces between each column. Input fields must be separated by commas or white space. Fields may contain spaces if they are enclosed in single or double quotes or C comments /* ... */ or //. The best way to understand this program is to try it on a COPY of any ASCII Text file, especially one that contains badly aligned columns of data. It left justifies the output so it is designed for columns of text, rather than numbers. C source is included. Copyrighted, but may be distributed freely and used for any purpose except military.

  • Platform: WinOther

easyfitGUI(varargin) fits real data Y = f(X) easyfitGUI open a figure with uimenus devoted to process the data. VARARGIN: one or several matrix [X, Y] having: first column = vector of the independant variable (X) second column = vector of the dependant variable (Y). The Y-data are plotted versus the X-data. for instance: x1=0:0.1:3;x1=x1(:); y1=5*x1.^1.2+1+randn(size(x1)); easyfitGUI([x1,y1]) x2=-3:0.1:3;x2=x2(:); y2=5*x2.^2+1+randn(size(x2)); x3=0:0.1:pi;x3=x3(:); y3=-40*sin(x3); easyfitGUI([x2,y2],[x3,y3]) The available uimenus are : 'SELECTLINE' uimenu Select the line to be fitted.

  • Platform: Matlab, Scripts

addressdb is a graphic front end for an SQLite database. Typically the database may be an address book. addressdb incorporates flexible field searches based on SQlite's native comparison operators and word and regular expression searches.

Records may be exported as pdf files with flexible formats (eg address labels) and as text files (eg comma separated values - csv) also with flexible formatting. csv files may be used as backup and to transfer data between databases; addressdb can create a database from a csv file.

Database fields and output formats are specified through a text configuration file which may refer to more than one database and include several output formats.

  • Platform: Linux, Mac OS X, WinOther

This product allows meteorologists and weather forecasters to view the latest weather maps, models and weather conditions. It also allows the user to convert a variety of units and solve several meteorological equations. Features currently in development:
- Ability to create your own PDF 48 hour forecast for distribution using Excel and MOS data.
- Switch back and forth between the same forecast hour in both GFS and NAM models to compare.
- Key controls to stop an animation at either the very first or last frame rather than step through all frames to get there.
- More meteorological equations to work with.

  • Platform: WinOther

Developed as an educational application, Literacy - Punctuation and Word Usage can test you English grammar and vocabulary.

Literacy - Punctuation and Word Usage contains multiple choice questions where you have to identify the correct usage of commas, colons, apostrophes, homophones and other similar punctuation types.


.

  • Platform: WinOther

TxPlan is a software that creates simple transponder frequency plan diagrams. It can be used to illustrate the layout of transponders on a satellite, or the layout of carriers within a transponder

To use TxPlan, run the program, then choose "Open..." in the "File" menu, and select the text input file containing details of the carriers within the transponder. TxPlan will then display the transponder plan diagram.

To save the transponder plan diagram as a bitmap image, choose "SaveBMP..." from the "File" menu, and select the folder and enter a file name. The BMP image file is basically a screen capture of the image in the window.

  • Platform: WinOther

Yet another keyword tool using the ever popular overture keyword inventory site (now owned by Yahoo). The unique angle with this tool is that it allows you to enter multiple keywords (separated by commas) and it fetches lists for each keyword then compiles the lists together (ordered by popularity). This is really helpful for building large keyword lists. Note: the overture inventory web server has been very very slow lately. Be patient!!.

  • Platform: WinOther

Gammadyne Corporation offers the following DOS command line programs which you may download and use freely.

Notes

* These programs run on all versions of Windows since 95.
* You may distribute these programs as long as they are not modified or sold. If you would like to package them with a commercial program, please contact us.
* These programs do not have a graphical user interface. They are meant to run from a command line (DOS prompt), batch file, or shortcut. You should keep your command line programs in a directory on your hard drive, preferably one in the PATH.

  • Platform: Win2000, Windows 7, WinOther, WinServer, WinVista

Commas: Freeware | All

New Reviews


Cloud System Booster

Cloud System Booster is a very up to date and modern looking application. To me, it almost looks like it’d fit better into Mac desktop environment rather than a Windows one. Cloud System Booster exists and aims to clean the unnecessary junk ...


Brainteaser Cubes

Brain teaser cubes is a freeware first person action puzzle game, which is fully 3d, and has a fairly unique concept, most comparable to the console game portal, minus the portal elements (leaving just the cube based puzzles). The game is fairly ...


Glug Glug

Glug glug is a freeware arcade action game, playable using flash player. Glug glug is actually a fairly unique game, as although it retains many elements from the arcade genre, such as scoring, lives and the way in which level system works. The ...


KinderGarten

Kindergarten is a free ware baby care game / attempt at a day care simulation. In kindergarten, you are a woman running a day care (or as the title seems to suggest, a kindergarten) as lots of children are dropped off at the day care by their ...


Atomic Minesweeper

Atomic mine sweeper is a freeware mine sweeper clone style game, programmed and playable using flash player. Although the name (and genre) of the game suggests that it is simply a mine sweeper clone, the actual game itself is a very complex ...


FireStones

Fire stones is a freeware puzzle game in which you must match three of the same coloured block in a row to destroy them, and although this may start to sound like bejeweled, the game actually takes a lot from tetris, as your blocks will fall from ...


Skies of War

Skies of war is a top down plane shooter free ware game which really does reinvent the concept, and add a great deal to it. In skies of war you are a plane tasked with destroying a vast number of bases, enemy units and enemy planes. As you play ...


LogMeIn Hamachi

Today, world is connected wirelessly with and without VPN. In coming time, VPN is going to be an absolute necessity for every organization. VPN stands for Virtual Private Network which is required to connect to the network of an organization without ...


Bank Robber

Bank robber (the bank robber) is essentially a trial game or a demo for the full version of the bank robber, which costs $4.99, and is a third person stealth and strategy game. In the bank robber you play as a criminal having recently being released ...



New Downloads

Power Music Essentials

Management and software for
musicians - display music on
screen like a digital music
stand. No more paper, fast
search of ...

Auto-Complete Lists Report
for Outlook

Free report shows the number
of entries in Outlook
2010/2013/2016 autocomplete
list cache. Detailed report
shows the full ...

LangOver

LangOver helps in case you
write some text and forgot to
click ALT+SHIFT or CAPSLOCK.
Annoying, eh?! That\'s because
the ...

Asoftech Photo Recovery

Asoftech Photo Recovery is an
easy to use data recovery
software available to restore
your photos, music and videos
from ...

Fireworks Free Screensaver

The fascination of fireworks
with their noise and color
continues today during each
great holiday, festivals and
other ...

Portable Efficient Calendar
Free

Efficient Calendar Free is a
cross-platform and easy-to-use
scheduler, planner and
reminder. Begin to use
Efficient ...

iFree AVI to SWF Converter

ifree avi to swf converte is a
specialized and high quality
converting avi to swf video
software. which can help you
...

Roulette Game

Welcome to the world of
roulette - one of the most
known and favorite casino
table game. Play with easy
world-known ...

Vista Family Tree Maker

Simplifies making your family
tree. Fill in name, birth,
marriage, death and other
information. Displays age,
pictures, ...