Main > Free Download Search >

Free extensible script

extensible

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 58
SWI-Prolog 5.7.12

SWI-Prolog 5.7.12


SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>

SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.

Major Features:

  1. Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
  2. fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
  3. Robust and free of memory leaks. In use for several servers that run 24x7.
  4. Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
  5. Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
  6. Unbounded integer and rational number arithmetic based on GMP library.
  7. Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
  8. Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
  9. The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
  10. Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
  11. Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
  12. Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
  13. UNICODE character set handling internal. Ideal for web- and international applications.
  14. Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
  15. Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
  16. attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
  17. Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
  18. Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
  19. Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
  20. Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
  21. Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
  22. Unit testing support through PlUnit.
  23. Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
  24. Regular distribution of the full source packages. The sources are also accesible through GIT.
<<less
Added: 2009-07-31 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
Joomla! 1.5.14 / 1.0.15

Joomla! 1.5.14 / 1.0.15


Joomla! will provide you with an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. more>>

Joomla! 1.5.14 / 1.0.15 will provide you with an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications.

Joomla! is a free, award-winning content management system written in PHP which is allows users to easily publish their content on the world wide web and intranets. Joomla is created as an open-source project where individuals and teams contribute their skills to its development as well as its supporting systems.
While Joomla is packed with features, its greatest quality is that it is extremely extensible. Because of its extensible structure, there aren't many things you cannot do with Joomla!.

Major Features:

  1. Page Caching
  2. Web Indexing
  3. RSS Feeds
  4. Printable Page Versions
  5. Newsflashes
  6. Blogs
  7. Forums
  8. Polls
  9. Calendars
  10. Website Searching
  11. Language Internationalisation.
<<less
Added: 2009-07-31 License: GPL Price: GPL
downloads
XRegExp 1.1.0

XRegExp 1.1.0


XRegExp is known as a useful and convenient product which provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. more>> <<less
Added: 2009-07-31 License: Other Price: $0.00USD
downloads
PropertySet 1.3

PropertySet 1.3


This Java module can be used to fulfill storage requirements in applications that change constantly more>>

PropertySet 1.3 is considered as a smart and useful Java module that can be used to fulfill storage requirements in applications that change constantly.

It is backed by EJB, Ofbiz, JDBC, Castor JDO, XML or any other persistence-agnostic mechanisms that can handle a typed key-value pair implementation.
Usage examples for this module can be a user preference feature, a game profile page, or any kind of application that needs storage and has a fast rhythm of updates and changes.

Enhancements

  • Bug in AbstractPropertySet.getAsActualType() doe snot handle text property type.
  • AggregatePropertySet is not Serializable.
  • Patch for propertyset-default.xml.
  • com.opensymphony.module.propertyset.hibernate.PropertySetItem should implement an interface.
  • JDBCPropertySet with Sybase.
  • Bug @ package com.opensymphony.module.propertyset.database.JDBCPropertySet, method setValues.
  • Throw InvalidPropertyTypeException if propertyset tries to persist object with TEXT type (ie string.length > 255).
  • Improve classloading of propertysets.
  • Default use javac not jikes.
  • Unit Tests and Fixes to HibernatePropertySet.
  • Make datasource protected in JDBCPropertySet.
  • Extensible JDBCPropertySet (refactored).
  • Proper Management of PreparedStatement.
  • Patch: more descriptive error message.
  • Mutable property sets shall allow bulk removal of properties.
  • OJB Implementation.
<<less
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
14 downloads
XD Portal 1.0

XD Portal 1.0


XD Portal V 1.0 is an ASP.NET 2.0 N-Tier open source web application written in C# and SQL stored procedure. XD Portal provides content management capabilities and administration tools to create a dynamic interactive database driven web sites such as more>> XD Portal V 1.0 is an ASP.NET 2.0 N-Tier open source web application written in C# and SQL stored procedure. XD Portal provides content management capabilities and administration tools to create a dynamic interactive database driven web sites such as community portal, intranet and other Internet portal application. This application is extensible and code is included in the download so you can play around.<<less
Added: 2009-04-17 License: Other Price: $0.00USD
12 downloads
Cotonti 0.0.4

Cotonti 0.0.4


Cotonti is the name of Content Management System (CMS), but it is so flexible and easy to customize, that you may feel free to call it Content Management Framework (CMF) as well. So it is a piece of software and design to power websites. Major more>> Cotonti is the name of Content Management System (CMS), but it is so flexible and easy to customize, that you may feel free to call it Content Management Framework (CMF) as well. So it is a piece of software and design to power websites. Major Features: * Free of charge. Open source code. Community driven. * Secure and Reliable. * Fast and Lightweight * Modular and extensible with Modules and Plugins. * Layout separated from logic. Templates render fast, no PHP skills required. * Client-side magic with on-board jQuery. * Easy to understand, easy to customize. * Internationalized.<<less
Added: 2009-02-23 License: BSD Price: $0.00USD
10 downloads
ZB Block 0.3.1 b

ZB Block 0.3.1 b


ZB Block is a fast all-around php driven security pre-parser for securing websites against several forms of attack, including robots, hackers, some spambots, and known bad hosts. It includes an installing setup.php that makes setting it up on your more>> ZB Block is a fast all-around php driven security pre-parser for securing websites against several forms of attack, including robots, hackers, some spambots, and known bad hosts. It includes an installing setup.php that makes setting it up on your website, blog, bulletin board, or CMS site as easy as puting up a graphic (task comparison). The intrusion prevention system uses intelligent, extensible signature rules to heuistically detect bad behavior. Using flat-file methods, the signatures are stored in an .inc, to prevent being disrupted by SQL injection attacks, and to expidite processing. Execution time for script is 100ms or less (unnoticeably fast) on a 930 Mhz PIII, and in that time checks more than 100 million bad addresses and hostnames. If an attack is detected it logs the pertinent data, displays the forbidden screen, and then sleeps for around 30 seconds to prevent flooding. The 403 http_forbidden error includes a description of why the client was blocked.<<less
Added: 2008-12-22 License: GPL Price: $0.00USD
12 downloads
Shinobu 0.2.2

Shinobu 0.2.2


Shinobu is a website management system built using PHP5 and MySQL. It is aimed to be simple in usage and extensible. This cms is not meant to be a "ready to use" and "a lot of features" cms. My intension is to provide a simple system that can be more>> Shinobu is a website management system built using PHP5 and MySQL. It is aimed to be simple in usage and extensible. This cms is not meant to be a "ready to use" and "a lot of features" cms. My intension is to provide a simple system that can be extended in a way that the user likes.<<less
Added: 2008-12-06 License: GPL Price: $0.00USD
14 downloads
LionWiki 1.0

LionWiki 1.0


LionWiki is minimalist file-based (doesnt need database), templatable, extensible wiki engine which works from just one file (30KB). Its written in PHP. It supports page history, recent changes, interface localization, password protection (both writing more>> LionWiki is minimalist file-based (doesnt need database), templatable, extensible wiki engine which works from just one file (30KB). Its written in PHP. It supports page history, recent changes, interface localization, password protection (both writing pages and seeing) and much more through plugins (Captcha, RSS, syntax for Tables). Its intended for small personal websites, notebooks and other simple applications. Installation is very easy, just copy file to FTP and create a directory.<<less
Added: 2008-12-05 License: GPL Price: $0.00USD
12 downloads
Projectfork 2.0.10

Projectfork 2.0.10


Projectfork is a Project Management Solution for Joomla! which enables you to share your Projects and Ideas online with other Users! You can use Projectfork for your company as a private intranet solution or as a service like basecamp or Gforge. more>> Projectfork is a Project Management Solution for Joomla! which enables you to share your Projects and Ideas online with other Users! You can use Projectfork for your company as a private intranet solution or as a service like basecamp or Gforge. Projectfork features: * Project mananager * Task manager * File repository * Calendar * Forum * Advanced user access system * Extensible and flexible framework * And much more!<<less
Added: 2008-11-10 License: LGPL Price: $0.00USD
13 downloads
Really Simple Validation (RSV) 2.5

Really Simple Validation (RSV) 2.5


This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but its fully extensible to allow programmers to augment the built-in validation rules with more>> This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but its fully extensible to allow programmers to augment the built-in validation rules with their own. RSV comes in three flavours: as a standalone script, as a jQuery plugin and as a Prototype extension. All of the versions offer the same functionality, but have separate documentation and examples to help keep things clear. If youre unfamiliar with jQuery or Prototype youll probably want to use the standalone script.<<less
Added: 2008-06-20 License: GPL Price: $0.00USD
11 downloads
Cooking Recipe Portal 2.8

Cooking Recipe Portal 2.8


World Recipe V2.8 is an ASP.NET 2.0 C# N-Tier application and SQL 2005 Database with stored procedure to contain and display recipes in a wide variety of categories, also allow your visitors to post their favorite recipes, rate recipe and add comment. more>> World Recipe V2.8 is an ASP.NET 2.0 C# N-Tier application and SQL 2005 Database with stored procedure to contain and display recipes in a wide variety of categories, also allow your visitors to post their favorite recipes, rate recipe and add comment. You can edit/delete recipes or comments in a password protected admin recipe manager area. Features: Cooking Blog/Article RichText Editor Recipe of the Day Last Viewed Recipe in the last 4 Hours Configure SMTP server address and Webmaster email Enabled/Disabled Comment Through the Admin Page Send to a Friend Email in HTML Format Cross browser compatibility Search capability Email notifications Advanced Admin Management Extremely extensible RSS Feeds Link ratings Link reviews<<less
Added: 2008-06-18 License: GPL Price: $0.00USD
14 downloads
BruisedFruit 0.2.5

BruisedFruit 0.2.5


BruisedFruit is an ultra-lightweight wiki, designed in PHP, for people who need to quickly and easily setup a small, bloat-free wiki that just works. BruisedFruit comes with out-of-the-box searching, multi-lingual support, and a highly extensible more>> BruisedFruit is an ultra-lightweight wiki, designed in PHP, for people who need to quickly and easily setup a small, bloat-free wiki that just works. BruisedFruit comes with out-of-the-box searching, multi-lingual support, and a highly extensible template system.<<less
Added: 2008-04-02 License: LGPL Price: $0.00USD
13 downloads
SkyBlue Canvas

SkyBlue Canvas


SkyBlue Canvas is a light-weight content management system. more>> SkyBlue Canvas brings you a powerful content management system which is useful for those instances where more robust systems like Joomla, WordPress and Drupal are too much horsepower.

SkyBlue Canvas allows you, the site owner, to keep your site content fresh using the skills you already have. If you can use a word processor, you can write your sites text. You can upload your photos and other art work directly from your browser with a few clicks of your mouse.

SkyBlue Canvas uses easy-to-understand menus, buttons, and forms to give you the power to change the text and artwork on your site. In most cases, it is just point, click, type and the content is changed.

Major Features:

  1. Easy-to-use
  2. Easy-to-install
  3. XML Data Storage (no database required)
  4. Extensible
  5. Skinnable
  6. Flexible Plugin API
  7. Small in size (3.5MB)
  8. Valid XHTML 1.0 Strict output
  9. Search Engine Friendly URLs (requires mod_rewrite)
  10. Customizable Meta Tags (globally or by page)
  11. Built-in all-CSS drop-down menus
  12. Built-in Portfolio Manager
  13. Built-in Custom Form builder
  14. Complete List of Available Add-ons
  15. Articles
    • Organize your site text in categorized articles.
  16. Sales Associates
    • If you have regional sales associates, you can organize them by region.
  17. Case Studies
    • Show case studies of your product or service with WYSIWYG text editing.
  18. Multiple Contacts
    • Enable your contact form to show multiple contacts within your organization.
  19. Events
    • Show a list of upcoming events on your web site.
  20. FAQs
    • Add an FAQ page to your web site.
  21. Form/Survey Builder
    • Build your own forms and surveys to use on your site. FormBuilder allows you to create custom forms, specify field types and validate the user input. The respnonses to your form can be emailed to one or multiple addresses or witten to a text file.
  22. Interviews
    • Include interviews in which you have participated on your site.
  23. Links
    • List links to useful resources by category. You can even include a description for each link.
  24. News
    • The news extension allows you to add news announcements to your site.
  25. Strategic Partners
    • Does your organization have strategic alliances with other businesses? With this extension you can include a link to your partners sites and include a blurb and image.
  26. Staff Bios
    • People like to know with whom they are doing business. This extension allows you to include photos, bios and contact info for your staff.
  27. Gallery/Portfolio
    • Photo galleries are one of the most popular features on any website. This extension allows you to include a categorized photo gallery. The gallery can be displayed with one of four navigation styles: thumbnails, numbered items, text links or a slide show.
  28. Press
    • Has your organization been in the press? This extension allows you to include the full text and/or a link to the original item.
  29. Teasers
    • Displaying a short intro on your home page that points to content on other pages is a great way to entice site visitors to go deeper into your site. This extension creates what we call teasers to draw site visitors into your site.
<<less
Added: 2008-03-31 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
13 downloads
JavaScript Encryption Library 1.1

JavaScript Encryption Library 1.1


A modular and extensible collection of cryptography functions, for encryption and hashing. Includes Blowfish, MD5, SHA functions, XXTEA, and others, all coded from easy-to-read and object-oriented JavaScript code. more>> A modular and extensible collection of cryptography functions, for encryption and hashing. Includes Blowfish, MD5, SHA functions, XXTEA, and others, all coded from easy-to-read and object-oriented JavaScript code.<<less
Added: 2008-03-25 License: GPL Price: $0.00USD
16 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4