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

Except freeware
Filter: All | Freeware | Demo
 

Except

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

Case Insensitive Strings This script defines a class you could use in place of a string and it emulates a string in all practical ways except that comparisons and lookups are case insensitive. All uses of the string for assignments, however, yield the original case. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Case Insensitive Strings Download

Added: May 10, 2013 | Visits: 351

GNU Cim GNU Cim is a compiler for the programming language Simula (except unspecified parameters to formal or virtual procedures). It offers a class concept, separate compilation with full type checking, interface to external C routines, an application package for process simulation and a coroutine concept. Platforms: *nix, C/C++, BSD

License: Freeware Download (55): GNU Cim Download

Added: May 10, 2013 | Visits: 423

Bouncing Ball Applet As it is, it serves no real purpose except for displaying multiple bouncing balls.You can download the source code, modify it and include it in your own project.Usage - Insert this into your HTML page:   Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (56): Bouncing Ball Applet Download

Added: May 10, 2013 | Visits: 268

Using try/except unexpected input This script uses as example Minesweeper that expects the user to enter properly bounded integers for moves. If the user enters something unexpected, the resulting exception can be caught and handled in some way other than exiting. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): Using try/except unexpected input Download

Added: May 10, 2013 | Visits: 535

Ecommerce Node Access Product Define nodes which have 'purchasable access'; these nodes cannot be seen by anyone except for the Author, Administrators, and anyone who purchases the relevant 'Node Access' product. 'Node Access' products grant view access to 'purchasable access' nodes, either by category or by node. If the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): Ecommerce Node Access Product Download

Added: May 10, 2013 | Visits: 374

OG GPromote Works similarly to og_promote, except for groups.A "update all" button which promoted everyone entitled is provided in the admin section. 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 (49): OG GPromote Download

Added: May 10, 2013 | Visits: 253

Comment bury/promote Burried comments can be either invisible (except for administrators or other user specified roles) or they can be disemvoweled. Disemvoweling is a moderating technique used on boing boing where vowels are stripped from inappropriate comments. This makes the comments harder to read, sends clear... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Comment bury/promote Download

Added: May 10, 2013 | Visits: 399

Active Select An activeselect element is the same as a regular select element, except that when the user selects a new option (or set of options), one or more different select elements (the target elements) get their lists updated.This is done using AJAX, and it is designed to degrade gracefully if the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Active Select 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: 756

Product Exchange Rates At A Glance This contribution will add a small table view to your product info page with the exchange rate information for all valuta, except the shop's default valuta, you have installed in your shop.It only appears when the default currency is active. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): Product Exchange Rates At A Glance Download

Added: May 10, 2013 | Visits: 480

expresspost This shipping module is based on Steve Kemp's Auspost module, except I've recoded it to use the Auspost Delivery Rate Calculator (DRC)This contains 2 modules effectively, one for standard post and one for express post, both have options for insurance. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): expresspost Download

Added: May 10, 2013 | Visits: 726

All International Zones This file is a SQL statement that will create an International zone using all countries except the United States (includes U.S. Minor Outlying Islands and U.S. Virgin Island). Simply run this statement in your osC database. This statement assumes that you have less than 11 geo_zones installed and... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): All International Zones Download

Added: May 10, 2013 | Visits: 401

Patchs for shipping worldwild/international Now you can leave one zone blank which means that this zone contains all the countries in the world except those have been listed in other zones. For example, there are two zones currently defined, zone 1 and zone 2.In zone 1, the countries are US and CA. Then if zone 2 is blank, all the... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Patchs for shipping worldwild/international Download

Added: May 10, 2013 | Visits: 400

ThumbAds It basically will do the same thing as the featured items box, except that you don't have to specify featured items. Since the products pull randomly (from a filtered list of products), you will present your customer with changing items each time it loads.This is a very simple addition that can... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): ThumbAds Download

Added: May 10, 2013 | Visits: 649

Add percentages by country and postal code - Spain Useful to Spanish IVA:Add 16% to all states except all postal codes beginning with 07 (Palmas), 35 (Canarias), 38 (Tenerife), 51 (Ceuta) or 52 (Melilla). Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 323

List iterator with advance() and regress() The basic iterator for a list doesn't allow one to skip forward (except with "continue"), or backward (at all), nor does it behave well if the list is modified while it is being traversed. This script is NOT the be-all and end-all of improved iterators, but it gives a few ideas of how a better... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): List iterator with advance() and regress() Download

Added: May 10, 2013 | Visits: 390

Simple exception logging If you want to log exceptions, this script offers you a simple way to do so without having to explicitly repetitiously call the logger in each try-except clause. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Simple exception logging Download

Added: May 10, 2013 | Visits: 616

Web Mirror This is a script that will allow you to view any website from anywhere except all the data will come from you server's ip not the site you are browsing. For example if you want to go to ebay.com but it is blocked by a filter but you have site that isn't blocked by the filter you can put this up... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (63): Web Mirror Download

Added: May 10, 2013 | Visits: 304

admin-only-categories The default categories box under post writing will be replaced with an advanced box that only shows categories defined for all users, except admins.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): admin-only-categories Download

Added: May 10, 2013 | Visits: 575

XOOPS Info Script The script shares the same functionality as the module except it is designed to be used if you cannot access the admin section of your website. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): XOOPS Info Script Download

< 1 2 3 4 5 >