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

Build Chain Link Fence freeware
Filter: All | Freeware | Demo
 

Build Chain Link Fence

< 1 2 3 4 5 > 
Added: February 26, 2010 | Visits: 1.166

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec...



Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: March 26, 2010 | Visits: 1.021

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: May 22, 2010 | Visits: 1.230

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

Added: March 24, 2010 | Visits: 771

gnome-build gnome-build package contains GNOME build framework tools..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (94): gnome-build Download

Added: July 14, 2010 | Visits: 901

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: September 13, 2010 | Visits: 1.272

Java::Build::Tasks Java::Build::Tasks is a Perl module that collects common Java build tasks in one place: jar, jarsigner, etc. SYNOPSIS use Java::Build::Tasks; set_logger($log_object); copy_file(source, dest); copy_file(list, of, sources, dest); copy_file(-r, list, of, sources, with, flags, dest);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Java::Build::Tasks Download

Added: September 09, 2010 | Visits: 1.349

Link Monitor Applet Link Monitor Applet is a GNOME Panel Applet displaying the round-trip time to one or more hosts in a bar graph..


Platforms: *nix

License: Freeware Size: 1024 KB Download (94): Link Monitor Applet Download

Added: July 01, 2010 | Visits: 1.329

Copy as HTML Link Copy as HTML Link is a Firefox extension that creates an HTML link to the current page using the selected text and copies it (into the clipboard) for pasting into other applications..


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Copy as HTML Link Download

Added: July 01, 2010 | Visits: 1.147

Module::Build Module::Build is a Perl module for build and install Perl modules. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this:...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (95): Module::Build Download

Added: March 08, 2010 | Visits: 1.154

pilot-link pilot-link is a suite of tools used to connect your Palm or PalmOS compatible handheld with Unix, Linux, and any other POSIX-compatible machine. It works with all PalmOS handhelds, including those made by Handspring, Sony, and Palm, as well as others. pilot-link includes userspace "conduits"...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (100): pilot-link Download

Added: June 21, 2010 | Visits: 1.205

Lee Haywoods Chain Reaction Chain Reaction (aka Critical Mass, aka Atoms) is an addictive, multi-player board game. Lee Haywoods Chain Reaction is easy to learn to play. There is a computer player (for 2 player games only). - Players take turns to add units (blobs) of their colour to either an empty cell or a cell they...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (93): Lee Haywoods Chain Reaction Download

Added: February 24, 2010 | Visits: 1.379

Dead Link Check Dead Link Check (DLC) is a Perl script designed to find information on validity of HTTP references. The script may use/generate a cache file for avoiding redoing network requests if the user wants to check added entries. The script works by reading entries from a file (or a list of links from the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Dead Link Check Download

Added: September 03, 2010 | Visits: 873

kdesvn-build kdesvn-build script builds KDE from its Subversion source repository. Well, that and a *LOT* more... It builds qt-copy, automatically includes unsermake in the build, easily supports being run from cron, allows module-specific options such as configure flags, logs everything, and generally...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (91): kdesvn-build Download

Added: May 11, 2010 | Visits: 1.685

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: April 20, 2010 | Visits: 906

Java::Build::JVM Java::Build::JVM is a Perl module that starts one JVM for compiling. SYNOPSIS use Java::Build::JVM; my $compiler = Java::Build::JVM->getCompiler(); $compiler->destination("some/path"); $compiler->classpath("some/pathto/jar.jar:some/other/path/javas");...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Java::Build::JVM Download

Added: April 10, 2010 | Visits: 1.025

Java::Build Java::Build is a family of modules which you can use instead of Ant. SYNOPSIS use Java::Build::JVM; # access to the javac compiler in one jvm use Java::Build::Tasks; # some helpful methods similar to Ant tasks my $source_files = build_file_list( BASE_DIR => $some_path, INCLUDE_PATTERNS...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Java::Build Download

Added: July 03, 2010 | Visits: 1.319

File::Spec::Link File::Spec::Link is a Perl extension for reading and resolving symbolic links. SYNOPSIS use File::Spec::Link; my $file = File::Spec::Link->linked($link); my $file = File::Spec::Link->resolve($link); my $dirname = File::Spec::Link->chopfile($file); my $newname =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): File::Spec::Link Download

Added: June 17, 2010 | Visits: 1.205

WormBase::Archive::Build WormBase::Archive::Build can create archives of Wormbase releases. SYNOPSIS use Bio::GMOD::Admin::Archive; my $archive = Bio::GMOD::Admin::Archive->new(); $archive->create_archive(); METHODS Bio::GMOD::Admin::Archive->new(@options) Create a new WormBase::Archive object for archiving...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): WormBase::Archive::Build Download

Added: April 12, 2010 | Visits: 1.521

Build Order Analyzer Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Many sites go to great lengths to explain Build Orders, but the Build Order Analyzer is the first tool to actually allow players the ability to define a Build Order and then compare it to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (113): Build Order Analyzer Download

Released: January 04, 2012  |  Added: January 25, 2012 | Visits: 1.020

Advanced Link Provides autocomplete widget for CCK Link field and additional functionality over standard field: 1. Variants of URL filtering (external or internal). 2. Additional filter options by using URL patterns. 3. Autocomplete link field for internal mode. Use cases 1. You...


Platforms: Windows

License: Freeware Size: 10 KB Download (444): Advanced Link Download

< 1 2 3 4 5 >