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

Uiextraspanel Parent software
Filter: All | Freeware | Demo
 

Uiextraspanel Parent

< 1 2 3 4 5 
Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 635

Pediatric Medical Records Patient Medical Record Software for Pediatricians Patient Medical History: -- Search Engine -- User friendly easy to use interface -- Pathological & Non-Pathological information -- Parent's History -- Family Members His Platforms: Mac

License: Shareware Cost: $29.99 USD Size: 614.4 KB Download (56): Pediatric Medical Records Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 363

Tubby Tots Visual Infant Soother A must have for any parent of a small infant or toddler! Babies, infants and toddlers can relax to soothing nature sounds and sharp animated visuals with original relaxing sleepytime music. Parents can sit back and watch their children become captivated b Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 15.8 MB Download (52): Tubby Tots Visual Infant Soother Download

Added: May 10, 2013 | Visits: 377

Scombo Scombo enables you to include selective combo boxes that only show data relevant to parent select boxes. The script is very easy to install, use and customize to suit your needs.It is very lightweight and its output is compatible with all modern web browsers. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): Scombo Download

Added: May 10, 2013 | Visits: 448

Comment subjects 6.x-1.3 / 5.x-1.3 The subject is derived from either the title of the node, or the subject of the parent comment.This title takes the familiar form of 'Re: [parent comment tile]'. If the parent already starts with 're:', it is not added a second time.Changing the title to look entirely different still remains... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (52): Comment subjects 6.x-1.3 / 5.x-1.3 Download

Added: May 10, 2013 | Visits: 247

BookGUI It allows for editing of parent-child relationships and splitting/merging the books.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): BookGUI Download

Added: May 10, 2013 | Visits: 422

Menu Trim Trimming means skipping the display of parent menu items when any of some designated items becomes active.This module allows to hide a menu until some of its items has become the active item (by reaching the corresponding url). This is easier than configuring the menu's block visibility for each... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): Menu Trim Download

Added: May 10, 2013 | Visits: 308

InverseExtendGenerators This script is the same as InverseExtend, except it uses a yield for non-local flow of control.It iterates downward through a hierarchy calling a method at each step.Each parent class method *must* be a generator with exactly one yield statement (even if the yield statement never actually gets... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): InverseExtendGenerators Download

Added: May 10, 2013 | Visits: 389

Pageheader and Subheaders This contribution displays the Parent or Child Category Name in the HEADING_TITLE, instead of the standard "Let's See What We Have Here" message and it adds a CATEGORY_DESCRIPTION_TITLE under the HEADING_TITLE to further describe the category.In addition it adds a text section on the Category... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Pageheader and Subheaders Download

Added: May 10, 2013 | Visits: 473

Show Sub-categories A very simple modification that expands the categories infobox to include the first level sub-categories below the parent category Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Show Sub-categories Download

Added: May 10, 2013 | Visits: 607

Hierarchical Categories on Manufacturer Page If you have nested categories, they don't always make sense in the dropdown menu on the manufacturer's page because the parent categories are missing.This solves that problem by changing one line of SQL in the index.php file.Requires at least MySQL 3.23.3 in order to support the COALESCE() function. Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 571

Missed SIGINT in multithreaded programs Multithreaded Python programs often ignore the SIGINT generated by a Keyboard Interrupt, especially if the thread that gets the signal is waiting or sleeping. This module provides a workaround by forking a child process that executes the rest of the program while the parent process waits for... Platforms: Windows, Python,

License: Freeware Download (51): Missed SIGINT in multithreaded programs Download

Added: May 10, 2013 | Visits: 575

Multiple Category Selection Widget Multiple subcategories spanning multiple parent categories are chosen and intelligently filter the posts.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "Multiple Category Selection Widget": -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): Multiple Category Selection Widget Download

Added: May 06, 2013 | Visits: 348

WIN32API Trackbar WIN32API Trackbar code creates a trackbar (common control) and use WM_HSCROLL to show its position in realtime.Unlike a listbox there is no SELCHANGE message but itt;Unlike _SCROLL to its parent. Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (58): WIN32API Trackbar Download

Added: April 17, 2013 | Visits: 306

color image segmentation An implementation of [1], it works in follows:1. Compute the Jmap.2. Compute the valleys of Jmap.3. Valleys growing as the oversegmentation.4. Region merging.Example usage:%labels = colorImgSeg('imagessflowg.jpg', 12, 5, 10,0.35, 0.02, 0.88);To run the code, you have to firstly generate the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 256 KB Download (43): color image segmentation Download

Added: July 21, 2013 | Visits: 374

slocDir This function returns the line count for directory tree. If there are multiple functions in one file, subfunctions are not counted separately, but rather together. This function calls sloc.m to count lines of code on an individual file. Sloc can be obtained from the File Exchange on MATLAB... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): slocDir Download

Added: June 07, 2013 | Visits: 451

mklib: a pedestrian function library loader generator MKLIB takes one or more list(s) of valid M-files and automatically creates a library loader function (M-file), which returns a structure of function handles to all the subfunctions found in those M-filesthe structure's field names are set to the name of the subfunctionsthis allows a user to... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): mklib: a pedestrian function library loader generator Download

Added: August 15, 2013 | Visits: 278

legendflex: a more flexible legend With legendflex, you can:- position the legend relative to any object in any figure, not just the parent axis of whatever is being labeled - organize legend text and symbols in a grid with a specified number of rows and/or columns- rescale the horizontal space used by each legend symbol - create... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): legendflex: a more flexible legend Download

Added: May 31, 2013 | Visits: 279

subplotplus() - Enhanced layout MATLAB subplot function [subplot_handles,LabelsFontSize] = subplotplus(subplot_array,varargin) is an enhanced alternative to the inherit subplot() function of MATLAB. Using subplotplus() almost any layout of subplots can be created in a particular figure.The desired subplot layout is described using a complex cell array... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): subplotplus() - Enhanced layout MATLAB subplot function Download

Added: March 31, 2013 | Visits: 400

An example of Zipf' law %Input:%Suppose you have a file that lists the occurences of every n-gram,%and has a data format looks like (%s %s ... %d):%hello 367%word 5754%Output%Plot a JPG figure and saves it in the data files' parent directory Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): An example of Zipf' law Download

Added: June 09, 2013 | Visits: 288

checkClass checkClass inspects the specified java object reference or class-name, and reports its superclass(es), new/modified methods, interfaces, enumerations, sub-classes and annotations.This utility complements the more detailed UIINSPECT utility (see link below) by being Command-Prompt based and also... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): checkClass Download

< 1 2 3 4 5