Projects tagged ‘variables’


[7 total ]

1 Users

wro4j - Web Resource Optimizer for JavaIntroductionNewsFeaturesGetting StartedWhat are the benefits?Known IssuesFAQ wro4j - Web Resource Optimizer for Java IntroductionThere are countless articles ... [More] related to web performance. The most comprehensive one is performed by researchers from Yahoo. They have identified a number of best practices for making web pages fast. You can find the details here. Also, they created a tool called YSlow: YSlow which analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. The aim of wro4j project is to help application developed on java platform to address a couple of those problems described by Yahoo research. More, exactly it is about "Minimize HTTP Requests" and "Gzip Components". It is common knowledge that it is faster to serve one large file rather than two smaller ones, because of increased HTTP negotiation and the fact that most browsers only keep two connections open to the same host at any given time. The purpose of wro4j project is to reduce the number of requests needed to load a page and the amount of data to transfer to clients, achieving drastic improvement of loading times. The resources can be benefit also from minification and compression. The main reason this project was born, is because the java community doesn't have too many options when it comes to choosing between this kind of frameworks. There are few similar projects: Jawr, JSO... but each of them has some kind of limitations or dependencies issues, no recent activity, etc... Also, I believe that competition is good and any framework brings something new you can learn from. The image below, resume the main purpose of why you should use wro4j. News# Matt Raible blog about wro4j: http://raibledesigns.com/rd/entry/javascript_and_css_concatenation FeaturesFree and open source Easy to setup Lightweight Minification and processing Resource merging Css url rewriting Css variables support Extensible Caching support ...more to come... See the detailed list of features here: Features Getting StartedWant to know how to start? Visit Getting started guide: GettingStarted What are the benefits?Here you will find a detailed analysis of the impact wro4j does on a typical web application Known IssuesWhen trying to integrate wro4j in your project, you may have some troubles. Check out this page to know what could be wrong: KnownIssues FAQDo you have any questions? You could find the answers already here: FAQ [Less]
Created 9 months ago.

0 Users

Perl extension to associate user-defined magic to variables.
Created about 1 year ago.

0 Users

Parameters allows you to add annotated variables to your classes which may have configurable default values.
Created 11 months ago.

0 Users

CSV or comma seperated values are a format used by many mail clients to save contact information. And for most of mail clients the csv files generated when contacts exported as csv, are incompatible ... [More] with other mail clients csv files in terms of fileds and order of fields, that you're importing the csv file into. CSV Convertor is a tool to convert the csv file of a mail client into csv format of other popular mail clients and as well user defined formats. It will be flexible enough for users to define mappings of their own to create a custom/unsupported csv format. [Less]
Created 10 months ago.

0 Users

Django-globals, is a very simple application, that allow to define a thread specific global variables. Also, it includes a middleware User, which can be used, to access to the current user outside a ... [More] view, when "request" variable is not defined. See additional documentation and download sources from this project's page at github.com. This SVN repository was created for convenience only. To download latest source from GIT repository, use this command: git clone git://github.com/svetlyak40wt/django-globals.git InstallationDownload sources, add place django_globals somewhere in yours python path. Next, add django_globals to the INSTALLED_APPS and, optionally, django_globals.middleware.User to the MIDDLEWARE_CLASSES. Now you can make from django_globals import globals and access to the globals.user anywhere. [Less]
Created 12 months ago.

0 Users

VarTypes is a feature-rich, object-oriented framework for managing variables in C++ / QT4. VarTypes allows hierarchical organization, thread-safety, load/store to/from xml, QT4-based signals ... [More] , QT4-based model/view visualization. VarTypes aims to make it easy for application developers to integrate automatic settings loading/storage, even for complex trees of settings. At the same time it allows a user to comfortably edit such settings in real-time without any risks of concurrency problems. Among supported base types are int, bool, double, string, string enumerations, lists, binary data, and triggers. More complex types can be added easily. To download, simply check out the latest version in the SVN trunk, by clicking on the "Source" tab above. The current version in trunk is considered stable and is fairly well tested. This project does not release other downloads under the "Downloads" tab, please use SVN instead. [Less]
Created 12 months ago.

0 Users

PHP with the error level E_NOTICE checks for a usage of the uninitialized variables in runtime and not in compile time. The first problem is that it is too late. The second problem is that PHP doesn't ... [More] warn before adding elements to uninitialized array but warns before usage of non-existing elements in properly initialized array. This project solves both problems by running a script analyzing the source code before it actually runs. [Less]
Created about 1 year ago.