Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.177.936 Times

California Cities List Csv software
Filter: All | Freeware | Demo
 

California Cities List Csv

< 1 2 3 4 5 
Added: February 24, 2010 | Visits: 852

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: May 22, 2010 | Visits: 1.448

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);...





Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: October 03, 2010 | Visits: 754

List::Comprehensions List::Comprehensions is a Perl module that allows for list comprehensions in Perl. SYNOPSIS use List::Comprehensions; use warnings; my @res = (); @res = comp1 { [ @_ ] } [0..4], [0..4], [0..4]; no warnings once; @res = comp2 { [$i, $j, $k] } i => [0..4], j => [0..4], k => [0..4];...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): List::Comprehensions Download

Added: September 16, 2010 | Visits: 1.123

Notes List Notes List is a simple and easy way to take Notes. - Change SIZE (width and height) - tun on/off the background image - Auto save notes. IPmonitor KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Notes List Download

Added: March 06, 2010 | Visits: 1.365

Mailing List Mailing List project is a Web-based, full-featured mailing list and newsletter system. Users can subscribe and unsubscribe themselves. Email confirmation is used for new subscriptions. The list of subscribers to a list can be imported and exported. Installation: - copy all files to your web...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (112): Mailing List Download

Added: May 06, 2010 | Visits: 1.397

Palm::Progect::Converter::CSV Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files. SYNOPSIS my $converter = Palm::Progect::Converter->new( format => CSV, # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records(); This...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (129): Palm::Progect::Converter::CSV Download

Added: August 07, 2010 | Visits: 1.029

Dir::List Dir::List is a Perl module, that provides you with various information about a specified directory. For example, it can obtain the user and group of files, the sizes of sub-directories, the filetype, and accessibility. Caching functionality is available. Whats New in This Release: - The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (116): Dir::List Download

Added: May 07, 2010 | Visits: 11.572

Password List Generator Password List Generator is a good tool to create passwords list with makepasswd and save to file.. Password List Generator KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (330): Password List Generator Download

Added: March 07, 2010 | Visits: 985

List::Intersperse List::Intersperse Perl module can intersperse / unsort / disperse a list. SYNOPSIS use List::Intersperse qw/intersperseq/; @ispersed = intersperseq {substr($_[0],0,1)} qw/A1 A2 B1 B2 C1 C2/; @ispersed = List::Intersperse::intersperse qw/A A B B B B B B C/; intersperse and intersperseq...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (93): List::Intersperse Download

Added: April 06, 2010 | Visits: 945

Ricebridge CSV Manager Ricebridge CSV Manager project allows you to read and write CSV files from within your Java application. This component covers all sorts of boundary cases and bad data that youd rather not think about..


Platforms: *nix

License: Shareware Cost: $47.00 USD Size: 143.36 KB Download (109): Ricebridge CSV Manager Download

Added: October 21, 2010 | Visits: 783

List::Util::Superpositions List::Util::Superpositions is a Perl module that provides any and all for lists. Synopsis This module extends the methods provided by List::Util to offer the any() and all() operators from Quantum::Superpositions as part of the List::Util feature set. use List::Util::Superpositions; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): List::Util::Superpositions Download

Added: May 02, 2010 | Visits: 824

I18N::LangTags::List I18N::LangTags::List Perl module contains tags and names for human languages. SYNOPSIS use I18N::LangTags::List; print "Parlez-vous... ", join(, , I18N::LangTags::List::name(elx) || unknown_language, I18N::LangTags::List::name(ar-Kw) || unknown_language, I18N::LangTags::List::name(en) ||...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): I18N::LangTags::List Download

Added: April 25, 2010 | Visits: 907

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: August 04, 2010 | Visits: 714

List::Pairwise List::Pairwise is a Perl module with map/grep arrays and hashes pairwise. SYNOPSIS use List::Pairwise qw(:all); my %a = ( snoogy1 => 4, snoogy2 => 2, NOT => 4, snoogy3 => 5, hehe => 12, ); # keys/values emulation (only slower) my @keys = mapp {$a} %a; my @values = mapp {$b} %a;...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): List::Pairwise Download

Added: November 23, 2010 | Visits: 1.851

Mutt Folder List Mutt Folder List is a mutt patch that adds a sidebar showing all mail folders and the total and number of new messages each contains. Mutt Folder List project allows users to hide or display the sidebar with a single keystroke, and optionally highlights folders with new messages. Users can...


Platforms: *nix

License: Freeware Size: 3 MB Download (151): Mutt Folder List Download

Added: March 07, 2010 | Visits: 1.534

Web Mailing List Web Mailing List project designed to be an easy to use mailing list application. Using a mailing list application can greatly enhance communication with your site visitors. Web mailing list makes it easy for users to signup for your mailing lists. Creating and sending out email newsletters is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (142): Web Mailing List Download

Released: April 28, 2011  |  Added: May 03, 2011 | Visits: 2.306

A-PDF To Excel A-PDF to Excel is a fast, affordable way to extract and convert almost any PDF data (such as Invoice, Bank statement, Price list, inventory list. Etc) to highly-editable Microsoft Excel document or CSV file format in several minutes. A-PDF to Excel is particularly useful to people who...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 2.42 MB Download (459): A-PDF To Excel Download

Released: February 17, 2010  |  Added: February 23, 2010 | Visits: 1.314

Tailwag Personal Mailing List Mailing list and label software. Ideal for personal or small business use. Maintain an unlimited number of name/address records. Maintain an unlimited number of separate address lists. Print mailing labels. Print hard copy reports. Import records from DBF (dBase) and ASCII files. Set filters to...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 3.5 MB Download (101): Tailwag Personal Mailing List Download

Released: April 19, 2010  |  Added: May 03, 2010 | Visits: 1.263

Virto SharePoint List Form Designer Virto List Form Designer is special Web Part that allows quick and simple customizing SharePoint list forms for publishing them on a SharePoint site. Design your own list forms with adding new fields from current list, grouping them into sections and moving them to optimize form's view. Publish...


Platforms: Windows

License: Shareware Cost: $495.00 USD Size: 206.52 KB Download (94): Virto SharePoint List Form Designer Download

Released: May 12, 2010  |  Added: May 21, 2010 | Visits: 1.268

CSV to DBF The CSV to DBF program allows you to convert your csv (comma-separated value) files to dbf format. Generally, you can use any delimiter, such as TAB, semicolon etc. The program supports dBase III, dBase IV, FoxPro, VFP and dBase Level 7 formats. You can run the program in a batch mode using...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.16 MB Download (2744): CSV to DBF Download

< 1 2 3 4 5