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

Poster Function software
Filter: All | Freeware | Demo
 

Poster Function

< 1 2 3 4 5 > 
Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 1.020

RonyaSoft Poster Designer (Poster Forge) RonyaSoft Poster Designer (Poster Forge) is a professional application designed for quick and easy design of attractive custom posters, banners and signs. The software is shipped with a collection of ready-to-use poster templates. Alternatively, you can create posters from scratch or design your... Platforms: Windows, XP, Windows Vista

License: Freeware Download (451): RonyaSoft Poster Designer (Poster Forge) 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

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 2.151

PHPDug Social Poster PHPDug Social Poster is social bookmarking software designed to automatically submit domains to websites powered by PHPDug; one of most popular bookmarking scripts in the world. The software not only supports unlimited number of promoted domains, users, custom bookmarking websites and proxy... Platforms: Windows, Mac, Linux, Unix, Other

License: Commercial Cost: $119.00 USD Size: 13.19 MB Download (57): PHPDug Social Poster Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 719

Poster Wallpaper 1024 12 great poster wallpaper in 1024. An index page let's you to visualize the 12 wallpapers simultaneously: left click on that of your choice to increase the image, right click on the image increased to install it as wallpaper. Full automatic install and uninstall, no modification of your... Platforms: Windows

License: Freeware Size: 2.7 MB Download (48): Poster Wallpaper 1024 Download

Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 730

Poster Wallpaper 800 12 great poster wallpaper in 800. An index page let's you to visualize the 12 wallpapers simultaneously: left click on that of your choice to increase the image, right click on the image increased to install it as wallpaper. Full automatic install and uninstall, no modification of your... Platforms: Windows

License: Freeware Size: 2.21 MB Download (51): Poster Wallpaper 800 Download

Released: October 02, 2014  |  Added: March 03, 2015 | Visits: 980

Raven Poster Raven Poster is automatic Twitter marketing software that enables you to get more Twitter followers and perform all the possible Twitter promotion tasks on autopilot. Put simply, it's an advanced Twitter promotion tools package designed to save your time and deliver an unmatched productivity for... Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $99.00 USD Size: 15.35 MB Download (76): Raven Poster Download

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

WP OnlyWire Auto Poster WP OnlyWire Auto Poster plugin syndicates your blog posts to over 20 social networking sites simultaneously over OnlyWire infrastructre when you publish a post. Increase your blog traffic overnight. What is OnlyWire.com ? OnlyWire syndicates your content and articles to the web's top social... Platforms: Windows, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Unix, Other

License: Freeware Size: 390 KB Download (70): WP OnlyWire Auto Poster Download

Added: May 10, 2013 | Visits: 733

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: 641

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: 577

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: 712

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

Added: May 10, 2013 | Visits: 883

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 443

Function composition This script contains two classes that show two styles of function composition. The difference is only when the second function (g) returns a tuple. compose function passes the results of g as a tuple, mcompose treats it as a tuple of args to pass along. Note that extra args provided to... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Function composition Download

Added: May 10, 2013 | Visits: 640

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Extended great common divisor function Download

Released: January 16, 2013  |  Added: August 03, 2013 | Visits: 852

SmartPrintLab Poster Designer SmartPrintLab Poster Designer software makes it easy to create a perfect posters, banners and signs. You may save designed graphics to image format or print them directly on your home or office printer. Or produce a large version of the poster with our Poster Printer program by printing and... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 19 MB Download (56): SmartPrintLab Poster Designer Download

Added: July 20, 2013 | Visits: 630

Function Grapher Script This script allows you to graph any function you enter on the scale of your choice, assuming you use the correct javascript syntax.For example, to use Cos x, use Math.cos(x). Or, for x^2, use Math.pow(x, 2), etc. Platforms: JavaScript

License: Freeware Size: 10 KB Download (48): Function Grapher Script Download

Added: April 29, 2013 | Visits: 656

Soft Handover Probability as a function This simple m-file plots the Soft Handover probability as a function of the Soft Handover Threshold value used in the UTRA Soft Handover Algorithm. The relationship has been dertived by taking the ratio between the Cell area where Soft Handovers are enabled and the total Cell area. Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Soft Handover Probability as a function Download

< 1 2 3 4 5 >