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.478.817 Times

Bible Scripture Look Up freeware
Filter: All | Freeware | Demo
 

Bible Scripture Look Up

< 1 2 3 4 5 
Added: May 06, 2010 | Visits: 979

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)... Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: August 18, 2013 | Visits: 764

Bitcollider These are Bitzi's SourceForge pages dedicated to the Bitcollider utility. The Bitcollider is used to create Bitprints and extract useful metadata from files that people wish to look up using the Bitzi community metadata database. For more details on Bitzi's project, please visit the Bitzi homepage. Platforms: *nix

License: Freeware Size: 1.13 MB Download (89): Bitcollider Download

Added: January 23, 2010 | Visits: 581

jBitcollider jBitcollider is an application which can be used to lookup/submit files to Bitzi. The Bitcollider utility allows users to uniquely identify and submit files to Bitzis community metadatabase project. The Bitcollider can be used to identify any local file and has support for extracting metadata... Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): jBitcollider Download

Added: January 07, 2010 | Visits: 1.385

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a... Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

Added: May 17, 2010 | Visits: 23.093

phpMyAdmin 2.10.3 / 2.11.0 phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the WWW. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import... Platforms: *nix

License: Freeware Download (893): phpMyAdmin 2.10.3 / 2.11.0 Download

Added: February 25, 2010 | Visits: 752

CueAct CueAct is a small userspace utility that takes advantage of the Linux CueCat driver. Its purpose is to exploit barcodes read by a CueCat reader, and decoded by the CueCat driver, by performing an action of interest associated with the barcode swiped (the most obvious being to link a barcode... Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): CueAct Download

Added: August 17, 2010 | Visits: 1.201

Chess::ICClib Chess::ICClib is a Perl interface to Internet Chess Server commands. SYNOPSIS use Chess::ICClib; my $icc = Chess::ICClib->new([-prompt=>$ICC], [-host=>$host,-port=>$port] [-user=>$user,-pass=>$password]); $icc->ICCCommand("finger romm"); Chess::ICClib - Perl interface to Internet Chess... Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Chess::ICClib Download

Added: May 10, 2013 | Visits: 1.197

MapCal MapCal is a mapping event calendar. It has the ability to add/modify/delete events and show them on a list like other event calendars. The difference with MapCal is that it also shows your events on an embeded Google Map. This works great for things like a motorcycle club, or a craft show... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (115): MapCal Download

Added: June 13, 2010 | Visits: 664

Doxymacs Doxymacs is an elisp package designed to make using and creating Doxygen easier for {X}Emacs users. The project currently features the ability to look up documentation for classes, functions, members, etc in the browser of your choice, fontification of Doxygen keywords, and automagical... Platforms: *nix

License: Freeware Size: 133.12 KB Download (94): Doxymacs Download

Added: January 15, 2010 | Visits: 874

ImTranslator ImTranslator is a Firefox extension that provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages. With ImTranslator you can enter multilingual text, check it for correctness, adjust unreadable messages, translate in different languages,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): ImTranslator Download

Added: June 17, 2010 | Visits: 1.687

Courier-IMAP Courier-IMAP is a fast, scalable, enterprise IMAP server that uses Maildirs. Many E-mail service providers use Courier-IMAP to easy handle hundreds of thousands of mail accounts. With the built-in IMAP and POP3 aggregation proxy in Courier-IMAP 4.0, the only practical limit to Couriers... Platforms: *nix

License: Freeware Size: 3.1 MB Download (127): Courier-IMAP Download

Added: January 08, 2010 | Visits: 1.073

Word Inspector Word Inspector project is a GTK frontend to Dict dictionary program. The dict program allows you to search through one or more dictionary-like reference books for a word, then displays its definition. Word Inspector expands that by allowing you to enter words to look up more easily, easily... Platforms: *nix

License: Freeware Size: 55.3 KB Download (97): Word Inspector Download

Added: August 18, 2010 | Visits: 1.030

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: March 05, 2010 | Visits: 1.275

T-Sim T-Sim project is an early version of a helicopter simulator for GNU/Linux. It already has random terrain generation, a 3D cockpit view with working instruments and an external view. The flight model, however, is still very simplistic. Keys N increase throttle B decrease throttle V move... Platforms: *nix

License: Freeware Size: 41.98 KB Download (182): T-Sim Download

Added: March 03, 2010 | Visits: 896

pcap2c pcap2c converts a pcap capture file (such as one from Ethereal/Wireshark or tcpdump) into a C source file, where the packets are stored as unsigned char arrays. These packets can then be compiled into a C program where they can be easily used for further manipulation, retransmission, etc.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): pcap2c Download

Added: March 09, 2010 | Visits: 845

DisSent DisSent (short for "Distribute Sent Mails") is a program for separating your sent mail from a single folder into different folders based on properties of the individual messages in the folder. DisSent scans your mail storage and proposes a set of actions to tidy up your sent mail folders.... Platforms: *nix

License: Freeware Size: 747.52 KB Download (91): DisSent Download

Added: January 25, 2010 | Visits: 796

Griffin iTrip Station Finder iTrip Station Finder can look up available stations in over 240 cities in the US, Switzerland and 13 countries. Platforms: Mac

License: Freeware Size: 943 KB Download (151): Griffin iTrip Station Finder Download

Added: January 25, 2010 | Visits: 535

FSCalendar FSCalendar is an application designed to be quick opening and easy to use. Its only function is to display dates in a wall calendar style. This application is great if you need to look up a day in the future to find the day of the week it is on. Drop it into the dock for easy access. FSCalendar... Platforms: Mac

License: Freeware Download (94): FSCalendar Download

Added: January 25, 2010 | Visits: 652

Boink Boink can compare and automatically sync iTunes collections on multiple computers. Download your friendsl playlists, and add a now playing box to your blog.Plug into the greatest playlist social network for iTunes. Exchange playlists with friends and sync-up your music between your computers.... Platforms: Mac

License: Freeware Download (96): Boink Download

Added: January 25, 2010 | Visits: 2.084

File Extension Lookup This file extension lookup widget allows you to find out information about thousands of Macintosh and Windows file extensions, using the FileInfo.net database. Each file extension entry includes the file type, file format, a description of the file, and a list of programs that can open the... Platforms: Mac

License: Freeware Download (250): File Extension Lookup Download

< 1 2 3 4 5