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

Concise freeware
Filter: All | Freeware | Demo
 

Concise

< 1 2 3 4 5 > 
Added: August 08, 2010 | Visits: 734

PDL::NiceSlice PDL::NiceSlice Perl module contains a nicer slicing syntax for PDL. SYNOPSYS use PDL::NiceSlice; $a(1:4) .= 2; # concise syntax for ranges print $b((0),1:$end); # use variables in the slice expression $a->xchg(0,1)->(($pos-1)) .= 0; # default method syntax $idx = long 1, 7, 3, 0; # a... Platforms: *nix

License: Freeware Size: 2.1 MB Download (95): PDL::NiceSlice Download

Added: February 16, 2010 | Visits: 939

objc objc distribution consists of the "VICI", interactive Objective-C debugger and interpreter "objc", the actual compiler. Consists of driver script ("objc") and binary ("objc1"). "objc1" is a precompiler for C. The binary "postlink" is used for preparing tables for runtime initialization.... Platforms: *nix

License: Freeware Size: 880.64 KB Download (95): objc Download

Added: November 11, 2010 | Visits: 1.131

The ACE ORB from the doc group TAO project is a standards-compliant, real-time implementation of CORBA that provides efficient, predictable, and scalable quality of service (QoS) end-to-end. Unlike conventional implementations of CORBA, which are inefficient, unpredictable, non-scalable, and often non-portable, TAO applies... Platforms: *nix

License: Freeware Size: 34 MB Download (98): The ACE ORB from the doc group Download

Added: February 06, 2010 | Visits: 1.056

Mcube Mcube project is a 4x4x4 Rubiks Cube solver. Mcube solves 4x4x4 Rubiks Cubes. It is platform independent and supports both a pipable console-only format and a graphical format. CGI version: First finished release of mcube Solves 4x4x4 rubiks cube via a CGI web-based environment. The cube... Platforms: *nix

License: Freeware Download (134): Mcube Download

Added: July 17, 2010 | Visits: 1.330

Gibraltar Firewall Gibraltar Firewall is a firewall and router package, based on Debian/GNU Linux, which perfectly meets all individual requirements for a state-of-the-art firewall. Independent of the kind of Internet connection (dedicated line, ADSL, dial-up connection), Gibraltar provides for secure... Platforms: *nix

License: Freeware Size: 235 MB Download (124): Gibraltar Firewall Download

Added: March 09, 2010 | Visits: 1.205

Dwarf Server Framework Dwarf Server Framework is a Java technology-based framework for developing network server applications. The primary goal of Dwarf is to support development of network servers based on the Internet standards. However, its architecture is quite universal and it is not limited to this kind of... Platforms: *nix

License: Freeware Size: 512 KB Download (104): Dwarf Server Framework Download

Added: March 06, 2010 | Visits: 865

BindConfig BindConfig is a tool to reduce the error prone work of maintaining BINDs zone files. More precisely, BindConfig is the name of a Python module which can read BINDs zone files and named.conf files, and can modify and save BINDs zone files. The zone files written by the module will be as concise... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): BindConfig Download

Added: April 16, 2010 | Visits: 1.448

PWC-Config PWC-Config is a graphical user interface for configuring all Web cameras supported by the PWC driver. The following cameras are currently supported by this driver: PCA645VC PCA646VC PCVC675K "Vesta" PCVC680K "Vesta Pro" PCVC690K "Vesta Scan" PCVC720K/40 "ToUCam XS" (!) PCVC730K "ToUCam... Platforms: *nix

License: Freeware Size: 78.85 KB Download (131): PWC-Config Download

Added: August 27, 2010 | Visits: 1.180

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:... Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: May 02, 2010 | Visits: 870

DiffJ DiffJ is a commandline application that compares Java files based on content, not whitespace, comments, or reordering of types, methods, or fields. Its output is based on the Unix program diff, and it also has a "brief" output format for a concise summary of what changed. It can work on... Platforms: *nix

License: Freeware Size: 286.72 KB Download (103): DiffJ Download

Added: April 13, 2010 | Visits: 903

apex apex is a general purpose Web server that was designed with the busy sysadmin in mind. It runs on both Unix and Windows. It strives to be simple and concise, yet powerful. It installs a default home page with customized links based on its single configuration file. apex web server supports basic... Platforms: *nix

License: Freeware Size: 1.1 MB Download (95): apex Download

Added: February 09, 2010 | Visits: 1.035

Versatile Cursors for GNUemacs Versatile Cursors for GNUemacs is a set of emacs commands managing an "item" cursor (e.g. a word, expression, sentence, or defun). Versatile Cursors for GNUemacs quickly re-assigns the cursor keys between these as needed. Built on this are high-level actions such as converting code blocks to... Platforms: *nix

License: Freeware Size: 471.04 KB Download (91): Versatile Cursors for GNUemacs Download

Added: October 20, 2010 | Visits: 831

uCIFS uCIFS is a small but (slowly) growing set of modules that provide NBT and SMB networking support. uCIFSs goal is to create a small, concise library of C functions that will allow you to create a simple SMB client, or NBT and Browse Service probes. Eventually, there might be enough there to... Platforms: *nix

License: Freeware Download (93): uCIFS Download

Added: June 03, 2010 | Visits: 880

LavaPE LavaPE is a programming environment for the experimental object-oriented programming language Lava. It replaces text editing with structure editing, thereby preventing all syntactic and many semantic errors. The pure point-and-click nature of Lava programming and the concise representation of... Platforms: *nix

License: Freeware Size: 1.2 MB Download (88): LavaPE Download

Added: February 08, 2010 | Visits: 761

B::Terse B::Terse - Walk Perl syntax tree, printing terse info about ops. SYNOPSIS perl -MO=Terse[,OPTIONS] foo.pl This version of B::Terse is really just a wrapper that calls B::Concise with the -terse option. It is provided for compatibility with old scripts (and habits) but using B::Concise... Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): B::Terse Download

Added: June 25, 2010 | Visits: 720

CStyleX CStyleX project is a tool to generate documentation from XML interface definitions. CStyleX is a documentation system that uses a ref.xsl and man.xsl XSLT transforms to convert an XML input file describing the interface of a module in a C library into both an HTML reference and man pages.... Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): CStyleX Download

Added: September 07, 2010 | Visits: 905

CORBA::MICO::mapping CORBA::MICO::mapping is a CORBA mapping for Perl. This document describes a mapping of the CORBA system into Perl. It sticks most closely to the mapping in the CORBA::MICO module, however some reference is also made to the mappings implemented in COPE and ILU/Perl. These systems exhibit a... Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): CORBA::MICO::mapping Download

Added: November 25, 2010 | Visits: 925

CORBA::omniORB::mapping CORBA::omniORB::mapping is a CORBA mapping for Perl. This document describes a mapping of the CORBA system into Perl. It sticks most closely to the mapping in the CORBA::MICO, L:< CORBA:omniORB >, and CORBA::ORBit modules; however, some reference is also made to the mappings implemented in COPE... Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): CORBA::omniORB::mapping Download

Added: July 08, 2010 | Visits: 954

Rextile Rextile project allows you to build XHTML documents and entire Web sites with ease. You write text using Textile (a format much more concise than XHTML), automate document parts with Ruby scripting, and generate the site offline (the server gets static XHTML). Rextile was inspired by Xilize.... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): Rextile Download

Added: August 23, 2010 | Visits: 973

Getargs::Long Getargs::Long is a Perl module with named subroutine arguments, with optional type checking. SYNOPSIS use Getargs::Long; # case sensitive use Getargs::Long qw(ignorecase); # case insensitive # Simple, args mandatory my ($val, $other) = getargs(@_, qw(val other)); # Simple, args optional... Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): Getargs::Long Download

< 1 2 3 4 5 >