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

Scripture Look Up freeware
Filter: All | Freeware | Demo
 

Scripture Look Up

< 1 2 3 4 5 > 
Added: February 25, 2010 | Visits: 763

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :...



Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: October 18, 2010 | Visits: 880

QuikDic QuikDic project is a user-friendly Java-based DICT client. QuikDic is an Internet dictionary which will look up words over the Internet and define them. Whats New in This Release: - International characters support. The application will now correctly display international characters, such...





Platforms: *nix

License: Freeware Size: 64.51 KB Download (95): QuikDic Download

Added: September 06, 2010 | Visits: 789

Sendmail::AccessDB Sendmail::AccessDB is an interface to the Sendmail access.db list. SYNOPSIS use Sendmail::AccessDB qw(spam_friend whitelisted); $friend_or_hater = spam_friend(user@example.com); $whitelisted = whitelisted(sender@example.com); This module is designed so that users of the Sendmail::Milter...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Sendmail::AccessDB Download

Added: January 09, 2010 | Visits: 1.040

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (103): Convert::Translit Download

Added: June 16, 2010 | Visits: 908

Locale::TextDomain Locale::TextDomain is a Perl Interface to Uniforum Message Translation. SYNOPSIS use Locale::TextDomain (my-package, @locale_dirs); use Locale::TextDomain qw (my-package); my $translated = __"Hello World!n"; my $alt = $__{"Hello World!n"}; my $alt2 = $__->{"Hello World!n"}; my @list...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (99): Locale::TextDomain Download

Added: September 21, 2010 | Visits: 1.385

GNU adns GNU adns is a resolver library for C and C++ programs. Includes automatic sanity checking and responses that are automatically decoded into a natural C representation. Very easy to use for simple programs that just want to look up MX records or translate names to addresses. Time-to-live,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): GNU adns Download

Added: May 12, 2010 | Visits: 1.065

Net::eBay Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Net::eBay Download

Added: July 12, 2010 | Visits: 1.110

Maintenance for Plone Maintenance for Plone provides a set of scheduled scripts for routine work in a Plone site. PloneMaintenance consists of a portal_maintenance tool that allows you to define maintenance tasks and scripts to run according to a schedule assigned to the tasks. No task is going to be run unless it...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (93): Maintenance for Plone Download

Added: March 10, 2010 | Visits: 1.080

Apache2::AuthCookieDBI Apache2::AuthCookieDBI is an AuthCookie module backed by a DBI database. SYNOPSIS # In httpd.conf or .htaccess PerlModule Apache2::AuthCookieDBI PerlSetVar WhatEverPath / PerlSetVar WhatEverLoginScript /login.pl # Optional, to share tickets between servers. PerlSetVar WhatEverDomain...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Apache2::AuthCookieDBI Download

Added: February 11, 2010 | Visits: 2.409

The Powered Access Bible The Powered Access Bible is a tool to allow free and effective access to the Bible. This project is especially good at finding which verses contain a given word, and then easily reading those verses in full context. (This is a tool to find what the Bible says about something, and read it in...


Platforms: *nix

License: Freeware Size: 4.8 MB Download (150): The Powered Access Bible Download

Added: June 27, 2010 | Visits: 699

EtherDam EtherDam is a firewall configuration engine that relies on iptables. It presents firewall configuration as a somewhat simpler scripting language thats still flexible enough for most purposes. So why not just use iptables? Well, lets just face one thing: iptables is a pain to manage. By pain,...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (87): EtherDam Download

Added: August 02, 2010 | Visits: 1.402

WBB IRC Postbot WBB IRC Postbot is a hack for the Woltlab Burning Board (WBB) which posts new threads, posts and registrations automatically into IRC (Internet Relay Chat). Furthermore, users can search the board, show the latest threads/posts and look up a user’s last seen date via IRC. Available commands...


Platforms: *nix

License: Freeware Size: 256 KB Download (136): WBB IRC Postbot Download

Added: April 27, 2010 | Visits: 1.201

EmbedCover EmbedCover is a script for embedding album cover images in MP3 files. EmbedCover script will automatically look up the image associated to it in amaroK and embed this image in the file. The MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (118): EmbedCover Download

Added: January 08, 2010 | Visits: 1.007

mod_athena mod_athena is an Apache-based application load balancer for large systems. This module is designed to allow httpd to act as a load balancer, either internally to apaches own mod_proxy (for reverse proxying), or externally to machines querying it. Arbitrary statistics are sent to the engine...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (95): mod_athena Download

Added: May 06, 2010 | Visits: 972

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: 747

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: 577

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 (90): jBitcollider Download

Added: January 07, 2010 | Visits: 1.374

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.081

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: 745

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

< 1 2 3 4 5 >