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

Completion Function freeware
Filter: All | Freeware | Demo
 

Completion Function

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

Sane tab completion in pdb The Python debugger has not the bash-like tab completion that you can add to the interpreter. Fortunately pdb's interactive prompt is an instance of Cmd, so you can write our own completion function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Sane tab completion in pdb Download

Added: June 28, 2013 | Visits: 345

bzr bash-completion bzr bash-completion is a Bazaar pugin that generates a shell function which can be used by bash to automatically complete the currently typed command when the user presses the completion key (usually tab). It can be used either as a bzr plugin or directly. Installing as a plugin: You only need... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): bzr bash-completion Download

Added: September 09, 2013 | Visits: 318

genzshcomp for Linux genzshcomp is a Python module that can automatically generate to Zsh Completion Function from Python's Option Parser Modules. (Now pre-alpha release. It corresponds only to argparse module. Because I want to be created grin command's Zsh Completion Function.) Installation: used to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): genzshcomp for Linux Download

Added: December 31, 2012 | Visits: 439

Media Mover 5.x--beta4 The core of Media Mover is the media_mover_api module which creates a set of rules allowing multiple modules to interact with a file. Media Mover can take a file emailed to an email account, turn a file attachment into an FLV file, create a new node with the file data, and then save the file on... Platforms: BSD Solaris

License: Freeware Download (56): Media Mover 5.x--beta4 Download

Added: November 08, 2012 | Visits: 447

Media Mover 5.x--beta4 The core of Media Mover is the media_mover_api module which creates a set of rules allowing multiple modules to interact with a file. Media Mover can take a file emailed to an email account, turn a file attachment into an FLV file, create a new node with the file data, and then save the file on... Platforms: BSD Solaris

License: Freeware Download (59): Media Mover 5.x--beta4 Download

Added: April 24, 2013 | Visits: 440

Media Mover 5.x--beta4 The core of Media Mover is the media_mover_api module which creates a set of rules allowing multiple modules to interact with a file. Media Mover can take a file emailed to an email account, turn a file attachment into an FLV file, create a new node with the file data, and then save the file on... Platforms: BSD Solaris

License: Freeware Download (61): Media Mover 5.x--beta4 Download

Released: June 08, 2016  |  Added: July 21, 2016 | Visits: 825

OfficeTent Excel Add-in Bookmark,Add a bookmark in the current cell. When you want to return, then easy to click on the "Previous Bookmark" to the cell referred to the bookmark. Find & Replace Plus,More than 40+ types condition settings for find and replace. The default is the wildcard. You can choose Regular... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 3.92 MB Download (87): OfficeTent Excel Add-in Download

Added: May 11, 2010 | Visits: 1.164

CoreLinux++ Function Load Library CoreLinux++ Function Load Library (libclfll++) takes advantage of the abstract Library Load framework in the CoreLinux libclfw++ library by providing management of loading Linux shared libraries. Application developers define function objects as wrappers and can then dynamically load the... Platforms: *nix

License: Freeware Size: 93.18 KB Download (95): CoreLinux++ Function Load Library Download

Added: October 19, 2010 | Visits: 905

Getopt::Function Getopt::Function is a Perl module to provide mixed options with help information. SYNOPSIS use Getopt::Function qw(maketrue makevalue); $::opthandler = new Getopt::Function [ ], { => [ , , ] } $result = GetOptions (...option-descriptions...); $::opthandler->std_opts;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Getopt::Function Download

Added: April 02, 2010 | Visits: 1.627

The Tab Completion Grade Book The Tab Completion Grade Book is a full-featured grade book for teachers. The Tab Completion Grade Book is a free software Java Grade Book program. It features multiple courses, multiple students, arbitrarily-nested assignments, weighted assignments and categories, XML data storage, and a... Platforms: *nix

License: Freeware Size: 604.16 KB Download (165): The Tab Completion Grade Book Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 708

Function Plot 2D Function Plot 2D is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (443): Function Plot 2D Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 754

Function Plot 2D with Sections Function Plot 2D with Sections is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (449): Function Plot 2D with Sections Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 797

NH's Function Point Analyzer With NH's Function Point Analyzer it is easy to get a quick and clear documentation of function point countings according to IFPUG (International Function Point Users Group) standard 4.2. While counting, you will record functions and databases in NH's Function Point Analyzer and the function... Platforms: Windows

License: Freeware Size: 778.24 KB Download (51): NH's Function Point Analyzer Download

Added: May 10, 2013 | Visits: 732

getFileName Function Given a file path either physical or virtual with this function you can obtain the file name or the file directory. Platforms: Windows, ASP.NET,

License: Freeware Download (58): getFileName Function Download

Added: May 10, 2013 | Visits: 640

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 789

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 576

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 476

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 489

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Function emulation using __call__ Download

Added: May 10, 2013 | Visits: 711

Call a function/method X times per second This simple generator function is used to call a function X times per second. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Call a function/method X times per second Download

1 2 3 4 5 >