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

Bind Executables freeware
Filter: All | Freeware | Demo
 

Bind Executables

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 276

makeExe This is a simple Python script that allows you to automate the creation of Python executables using py2exe. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): makeExe Download

Added: May 10, 2013 | Visits: 650

WeBBind WeBBind is a Web interface for admin BIND DNS servers. It is written in PHP for everyday usage. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): WeBBind Download

Added: May 10, 2013 | Visits: 444

Smbind Smbind is a PHP-based tool for managing DNS zones for BIND via the web. It supports per-user administration of zones, error checking, and a PEAR DB database backend. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Smbind Download

Added: May 10, 2013 | Visits: 333

Dixie Dixie is a Web interface written in php for ISC bind and ISC dhcp configuration and administration. It keeps it's own database containing general dns and dhcp information and information about subnets, hosts etc. Configures DNS, DHCP, firewalls, RADIUS servers.. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Dixie Download

Added: May 22, 2013 | Visits: 586

PHP Contest System PHP Contest System is a Contest system, written on PHP (some executables - on C++) for Programming contests creation. Runs only on Windows. Can use C++, Pascal or Java codes. Platforms: PHP

License: Freeware Size: 235.52 KB Download (39): PHP Contest System Download

Added: May 12, 2013 | Visits: 523

OneClick Ruby Application Builder(OCRA) Builds one-click Windows executables from Ruby source code. OCRA Packages everything needed to run Ruby scripts into a single Windows executable. The executable contains the Ruby interpreter, your script, and any rubygems that your script depends on. Platforms: Ruby

License: Freeware Size: 102.4 KB Download (49): OneClick Ruby Application Builder(OCRA) Download

Added: June 20, 2013 | Visits: 336

bbfreeze bbfreeze creates stand-alone executables from python scripts. It's similar in purpose to the well known py2exe for windows, py2app for OS X, PyInstaller and cx_Freeze (in fact ancient versions were based on cx_Freeze. And it uses the modulegraph package, which is also used by py2app). Platforms: *nix

License: Freeware Size: 71.68 KB Download (45): bbfreeze Download

Added: August 01, 2008 | Visits: 1.490

PEBrowse Professional PEBrowse Professional is a free static-analysis tool and disassembler for Win32 executables and Microsoft .NET assemblies produced according to the Portable Executable specifications published by Microsoft. With the PEBrowse disassembler, one can open and examine any executable without the need... Platforms: Windows

License: Freeware Size: 1.5 MB Download (640): PEBrowse Professional Download

Added: August 17, 2008 | Visits: 1.803

Free UPX Free UPX is an advanced graphical interface for the UPX (Ultimate Packer for eXecutables). It allows you to compress (and decompress) files produced according to Microsoft Portable Executable and COFF Specification (EXE, DLL, OCX, BPL, CPL and other). It offers easy access to all documented and... Platforms: Windows

License: Freeware Size: 583 KB Download (214): Free UPX Download

Added: January 18, 2010 | Visits: 713

Crikey Crikey Map Strings to Keys is a program to generate key events under X11 on a Linux/Unix system, in order to provide a "QuickKeys"-like way to bind strings to a function key or other window manager event. Usage: crikey [-t] [-s sleeptime] args Acts as if args was typed in whatever X window... Platforms: *nix

License: Freeware Size: 450.56 KB Download (88): Crikey Download

Added: June 25, 2010 | Visits: 927

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: August 25, 2010 | Visits: 1.394

cx_Freeze cx_Freeze module is a set of utilities that can freeze Python scripts into executables in a cross platform way, using many of the techniques found in Thomas Hellers py2exe, Gordon McMillans Installer, and the Freeze utility that ships with Python itself. Why did I go to the trouble of creating... Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): cx_Freeze Download

Added: March 09, 2010 | Visits: 1.487

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think... Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: June 14, 2010 | Visits: 708

Motiontrack Motiontrack is a set of executables which can be used to detect motions of objects between 2 images, by comparing them pixelwise, or check whether 2 images show the same or not. Motiontrack is a backend tool, to use in your own scripts, together with other tools to get the images from a webcam,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): Motiontrack Download

Added: June 17, 2010 | Visits: 1.807

Disassembler for linux Disassembler for linux is a software that will try to provide a gui driven tool to disassemble executables. Written in C++, and will disassemble binaries from a number of OSses.. Platforms: *nix

License: Freeware Size: 368.64 KB Download (159): Disassembler for linux Download

Added: May 27, 2010 | Visits: 1.044

SQL::Interpolate SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. SYNOPSIS use SQL::Interpolate qw(:all); # Some sample data to interpolate: my $s = blue; my @v = (5, 6); # Variable references are transformed into bind parameters. # The most basic usage involves... Platforms: *nix

License: Freeware Size: 57.34 KB Download (88): SQL::Interpolate Download

Added: May 13, 2010 | Visits: 837

tinybind tinybind is an add-on library for the tinyxml XML parser that makes it easy to "bind" a C++ struct definition to an XML file format for easy serializing and deserializing. It supports nested structs and STL containers.. Get tinybind at SourceForge.net. Fast, secure and free downloads from the... Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): tinybind Download

Added: July 24, 2010 | Visits: 1.563

SysCP SysCP (System Control Panel) is an ISP server management tool for Web-based administration of a Web server (Apache), mail server (Postfix, Courier), FTP server (ProFTPd), database (MySQL), and nameserver (Bind). The project was founded in autumn 2003 by Florian Lippert and was published on... Platforms: *nix

License: Freeware Size: 327.68 KB Download (155): SysCP Download

Added: September 15, 2010 | Visits: 1.353

Computation Job Management Computation Job Management (jobman in short) is a program that calls executables according to a given program flow. Each executable is run in a separate process. It is useful when a project needs to carry out a series of calculations that are performed by software written in different languages... Platforms: *nix

License: Freeware Size: 143.36 KB Download (100): Computation Job Management Download

Added: February 06, 2010 | Visits: 1.047

Launch4j Launch4j project is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and its possible to set runtime options, like the initial/max heap... Platforms: *nix

License: Freeware Size: 1.8 MB Download (167): Launch4j Download

< 1 2 3 4 5 >