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

Albo Return software
Filter: All | Freeware | Demo
 

Albo Return

1 2 3 4 5 > 
Added: October 20, 2010 | Visits: 821

Contextual::Return Contextual::Return is a Perl module to create context-senstive return values. SYNOPSIS use Contextual::Return; use Carp; sub foo { return SCALAR { thirty-twelve } BOOL { 1 } NUM { 7*6 } STR { forty-two } LIST { 1,2,3 } HASHREF { {name => foo, value => 99} } ARRAYREF { [3,2,1] }...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Contextual::Return Download

Added: January 13, 2010 | Visits: 754

Contextual::Return::Failure Contextual::Return::Failure is a Perl module with a utility module for Contextual::Return. NOTE Contains no user serviceable parts. See Contextual::Return instead..





Platforms: *nix

License: Freeware Size: 22.53 KB Download (86): Contextual::Return::Failure Download

Added: July 25, 2010 | Visits: 1.158

Return To Castle Wolfenstein Return To Castle Wolfenstein is the awesome follow-up to the original Wolfenstein 3D. This is the follow-up to the old Wolfenstein 3D game, and it does not disappoint. Gorgeous graphics, wonderful sound, and awesome gameplay. Killing Nazis is fun!!! When youve finished the single player...


Platforms: *nix

License: Shareware Cost: $49.00 USD Size: 70.5 MB Download (85): Return To Castle Wolfenstein Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 575

Return of Ganon Return of Ganon is a TTF character that was designed in order to help you change the regular appearance of your papers. All you need to do is get and install the font onto your computer then use it when writing your text documents to see how it will modify their aspect. To install it, you can...


Platforms: Windows

License: Freeware Download (48): Return of Ganon Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 986

The Return of Monte Cristo for Mac OS The romantic hero Edmond Dantes is on a quest to discover Mercedes killer, and bring them to justice, in The Return of Monte Cristo, a beautiful Hidden Object game! Explore gorgeous scenes as you piece together valuable clues and solve the murder of Dantes' beloved. Travel to Paris while figuring...


Platforms: Mac

License: Freeware Size: 47.15 MB Download (474): The Return of Monte Cristo for Mac OS Download

Added: May 10, 2013 | Visits: 486

Changing return value for mutating list methods Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such as mylistinstance.append(7).sort().


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: July 18, 2013 | Visits: 402

Return Key Disable This script prevents the "early submitting" of forms by disabling the Return Key in simple Input Tags and allowing it in TextAreas.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (55): Return Key Disable Download

Added: May 15, 2013 | Visits: 465

Return-Path Fixes the problem of bad email 'Return-Path' header settings which prevent email bounce backs going to the senderof the email.DetailsMost mail servers appear to over-write any 'Return-path' headers sent by the PHP mail() function.The 'Return-Path' value is used by some mail servers to send bounce...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Return-Path Download

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

Death and Return of Superman The Death and Return of Superman is a beat 'em up video game based on the Death of Superman storyline. It features many characters from the comics, including Superman himself, Superboy, The Man of Steel, The Man of Tomorrow, The Last Son of Krypton, and Doomsday. All of the five Supermen are...


Platforms: Windows

License: Freeware Size: 2.09 MB Download (57): Death and Return of Superman Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 346

Jawbreakers Return! Jawbreakers Return! - the food devastating arcade game! Loads of food packed action including funny weapons and great power-ups! Help the jaw creatures to survive navigating them through the levels passing through different locations in order to collect all the fruits through the seasons. In your...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 16.86 MB Download (49): Jawbreakers Return! Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 457

jalada YAM II: Return of the Killer Potato for Mac OS Yam is back in 3D! Now is on you to lead the Potatos across their homeworld in a series of strategic strikes on enemy strong holds, supply lines and bases. YAM II: Return of the Killer Potato takes place a short time after the end of the previous installment, Yam the Killer Potato. With the...


Platforms: Mac

License: Freeware Size: 76.4 MB Download (472): jalada YAM II: Return of the Killer Potato for Mac OS Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 646

Mystery Case Files: Return to Ravenhearst for Mac OS Emma's soul is free. But her ghost has delivered a dire warning: evil still lurks in Ravenhearst Manor. Go deep inside the cursed estate in Mystery Case Files: Return to Ravenhearst, the thrilling sequel. Experience Ravenhearst's spectral halls as never before with new immersive adventure-style...


Platforms: Mac

License: Freeware Size: 324 MB Download (527): Mystery Case Files: Return to Ravenhearst for Mac OS Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 596

Return To Zero for Mac OS Most people tend to stop watching movies when the credits start to roll. This leaves your iTunes movies with out-of-date play counts, especially when you choose to replay the movie from the beginning rather than resume playing. Now you can easily reset movies, TV shows, and more using current...


Platforms: Mac

License: Freeware Size: 430.08 KB Download (457): Return To Zero for Mac OS Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 460

RORICX - Rate of Return Calculator Calculates the Rate of Return and Net Gain for your portfolio (investment, real estate, rental, etc.) Any time intervals, positive/negative RoR, regular contribution programs, individual transactions, combined (overall) portfolios, verification window for line-by-line review, graph, report,...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 605 KB Download (47): RORICX - Rate of Return Calculator Download

LCSSubStr-a function that return two string's largest common part (Sripts) a function that return two string's largest common part% Usage:% [ret]=LCSubstr(s,t)% s: input string 1% t: input string 2% ret: Largest Common String% z: Largest Common String Length% L : Compare matrix% Example:% >>a='This is very common string';% >>b='string is very common';%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): LCSSubStr-a function that return two string's largest common part (Sripts) Download

Added: June 08, 2013 | Visits: 404

fprintf_r - Carriage Return without Linefeed Matlab function for doing a carriage return (without linefeed!) followed by some output using fprintf.This is useful, e.g. to replace the display of a counter i in the style:fprintf('r %f',i), because the r format is not working properly on windows systems.Input is a string s and a variable x...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): fprintf_r - Carriage Return without Linefeed Download

Added: August 31, 2013 | Visits: 323

VSWR-Return Loss-Transmission Loss Conversion VSWR-Return Loss Conversion. The script also transmission Loss


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): VSWR-Return Loss-Transmission Loss Conversion Download

Modified Dijsktra's Algorithm to return all paths that tie for shortest A modification of code published by Jorge Barrera to return all paths that tie for shortest path.This code is heavily based on code published by Jorge Barrera, to the point that I have chosen to include his original documentation along with my own. His original code is linked below.I produced...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Modified Dijsktra's Algorithm to return all paths that tie for shortest Download

Added: September 14, 2013 | Visits: 526

CepCusto - return the value of SEDEX Return a value from a file DB with the value of SEDEX. This class have little use to the major of PHP users but it shows how to create a litle database with ascii files.Retorna um valor de um arquivo de banco de dados com o valor do sedex. Essa classe so eh util para poucos usuarios do PHP e...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): CepCusto - return the value of SEDEX Download

Added: August 25, 2013 | Visits: 371

The Scruffs: Return of the Duke Find the Lost Regalia that will help Grandpa Scruff prove that he is the true Duke of Scrufford in The Scruffs 2: Return of the Duke! After discovering Grandpa's regal identity, you return to Scrufford with the quirky Scruff family. An evil impostor is preparing to become the next Duke, and...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 593.92 KB Download (35): The Scruffs: Return of the Duke Download

1 2 3 4 5 >