30 September, 2012

Google App Engine SDK for Java 1.7.2.1


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Google Inc. | More scripts
code.google.com
Apache License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
Java
October 1st, 2012, 05:20 GMT [view history]
C: \ Development Tools \ Complete applications

The Engine allows developer to create web apps in standard Java code and run them on Google's scalable infrastructure.

The Java environment provides a Java 6 JVM, a Java Servlets interface, and support for standard interfaces to the App Engine scalable datastore and services, such as JDO, JPA, JavaMail, and JCache.

App Engine runs Java applications using the Java 6 virtual machine (JVM).

The App Engine SDK supports Java 5 and later, and the Java 6 JVM can use classes compiled with any version of the Java compiler up to Java 6.

App Engine uses the Java Servlet standard for web applications.

Requirements:

· Java 5 or higher

What's New in This Release: [ read full changelog ]

· Added Timezone selection widget in Admin Console Admin Logs.
· Added a warning message about caching when modifying or deleting datastore entities.
· Added a flush cache button to dev_appserver and Admin Console.
· Attempting to update multiple entity groups in a single transaction in Datastore now throws an error suggesting to use XG transactions.
· Search API now has a string maximum length limit of 2000 characters.
· Fixed an issue with namespace dropdown in Admin Console appearing blank even though the URL specified namespace is correct.
· Fixed an issue where Model.get_by_id() returns none in dev_appserver whereas this is not allowed in production.
· Fixed an issue with dev_appserver app_identity.get_default_version_hostname()
· Fixed an issue with mail service sendToAdmins() failing when using multi-arg message constructor.
· Fixed an issue with dev_appserver for mimetypes.guess_type()
· Fixed an issue with runtime failing to use scope with OAuth under certain conditions.
· Fixed an issue with AppConfigNotFound error.


Download button
Via: Google App Engine SDK for Java 1.7.2.1

Underscore.js 1.4.0


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Jeremy Ashkenas | More scripts
documentcloud.github.com
MIT License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
JavaScript
October 1st, 2012, 04:48 GMT [view history]
C: \ Development Tools \ Other Libraries

Portions of Underscore are inspired by or borrowed from Oliver Steele's Functional, Prototype.js and John Resig's Micro-Templating.

Functional programming support is added, but without extending any of the built-in JavaScript objects.

Underscore provides 60-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations of forEach, map, reduce, filter, every, some and indexOf.

What's New in This Release: [ read full changelog ]

· Added a pairs function, for turning a JavaScript object into [key, value] pairs ... as well as an object function, for converting an array of [key, value] pairs into an object.
· Added a countBy function, for counting the number of objects in a list that match a certain criteria.
· Added an invert function, for performing a simple inversion of the keys and values in an object.
· Added a where function, for easy cases of filtering a list for objects with specific values.
· Added an omit function, for filtering an object to remove certain keys.
· Added a random function, to return a random number in a given range.
· _.debounce'd functions now return their last updated value, just like _.throttle'd functions do.
· The sortBy function now runs a stable sort algorithm.
· Added the optional fromIndex option to indexOf and lastIndexOf.
· "Sparse" arrays are no longer supported in Underscore iteration functions. Use a for instead (or better yet, an object).
· The min and max functions may now be called on very large arrays.
· Interpolation in templates now represents null and undefined as the empty string.


Download button
Via: Underscore.js 1.4.0

Elxis CMS 2009.3 / 4.0 Beta


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Elxis Teams | More scripts
www.elxis.org
GPL - GNU General Public License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
PHP
October 1st, 2012, 03:54 GMT [view history]
C: \ Content Management

Geared toward users, it follows W3C standards, it is secure, flexible, easy to use, graphical appealing and modern.

Elxis provides a graphical interface, allowing users to create and manage live websites.

Here are some key features of "Elxis CMS":

· Search engines optimized
· Translated in many languages
· Subscriptional content
· Advanced WYSIWYG editor
· AJAX powered features
· Users profiles and avatars
· Extensible platform
· Database manager
· Create multi-lingual web sites
· UTF-8 support
· XHTML and CSS valid
· Integrated security tools
· Object oriented programming
· User blogs
· User comments
· Static cache

What's New in This Release: [ read full changelog ]

· Elxis 2009.3 Aphrodite is an improved version of the Elxis 2009.x generation.
· It includes all the up-to-date security fixes and enhancements and therefore it is strongly recommended to update to this version.
· Elxis 2009.3 Aphrodite provides also some new features like Gravatar images in users comments, translation support for text of more than 5000 characters, more informations on Elxis Defender alerts, fixes on KFTP, chmod, eblog css and polls and Korean language support.


Download button
Via: Elxis CMS 2009.3 / 4.0 Beta

RGraph 2012-09-28-stable / 2012-09-19-beta


Developer:

Website:

License / Price:




Platforms:

Databases:

Language:

Last Updated:

Category:
RGraph Development Team | More scripts
www.rgraph.net
Other Free / Open Source License - RGraph License
Free for non-commercial purposes.
Commercial License (£49.00) 
BUY the full version

Windows / Linux / Mac OS / BSD / Solaris
N/A
JavaScript
October 1st, 2012, 02:24 GMT [view history]
C: \ Graphs and Charts

It draws graphs and charts using the HTML5 canvas tag, now available in mostly all modern browsers.

Here are some key features of "RGraph":

Supported graphs:
· Bar chart
· Bi-polar chart
· Donut chart
· Funnel chart
· Gantt chart
· Gauge chart
· Horizontal Bar chart
· Horizontal Progress bar
· LED grid
· Line chart
· Meter
· Odometer
· Pie chart
· Rose chart
· Radial scatter chart
· Scatter chart
· Thermometer chart
· Traditional radar chart
· Vertical Progress bar

General features:
· Annotating graphs
· Combining charts
· Integrating RGraph with external libraries (ModalDialog)
· Animating graphs
· A basic example
· Available CSS classes
· About canvas color definitions
· About context menus
· Setting the width and height of a graph
· The RGraph.SetConfig() function
· Examples of keys
· Updating graphs dynamically
· Retrieving a PNG of the graph
· The DOMContentLoaded event
· Custom RGraph events
· Adjusting graphs interactively
· Using tooltips
· Resizing graphs
· Microsoft Internet Explorer support
· Asynchronous processing
· Zooming the graph

Requirements:

· JavaScript enabled on client side
· HTML 5 enabled browser

What's New in This Release: [ read full changelog ]

· RGraph now supports the DOM1 method of adding custom event listeners - as noted above and below.
· The Bipolar has new options: chart.noaxes, chart.linewidth and chart.xlabels
· Added the RGraph.DrawAxes() function which can be used to draw multiple Y axes.
· Added chart.noyaxis to the Scatter chart.
· Added chart.colors.sequential to the Bipolar.
· Added new Scissors effects, which as well as stand-alone effects, can also be used to create wipes/transitions.
· Added a HOWTO regarding using JSON data with RGraph.
· Added the trigonometry function RGraph.getRadiusEndPoint(cx, cy, angle, radius).


Download button
Via: RGraph 2012-09-28-stable / 2012-09-19-beta