Main > Free Download Search >

Free paradigm shift script

paradigm shift

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 27
Bit::ShiftReg

Bit::ShiftReg


Bit::ShiftReg module implements rotate left, rotate right, arithmetic shift left and logical shift right operations with carry flag for all C integer types. more>> <<less
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
11 downloads
ArtAdminShortcuts 1.0.0

ArtAdminShortcuts 1.0.0


ArtAdminShortcuts adds quick icons and keyboard shortcuts to help administrator fast and easy access components and pages. Instead of spending a lot of time browsing through the Joomla! menu administrator can just press keyboard shortcut or quick icon more>> ArtAdminShortcuts adds quick icons and keyboard shortcuts to help administrator fast and easy access components and pages. Instead of spending a lot of time browsing through the Joomla! menu administrator can just press keyboard shortcut or quick icon to go to any page. - Created for Joomla! 1.5 CMS - Ability to select any component item/subitem to go to on icon click or keyboard shortcut - Keyboard shortcuts can be simple or more complicated: Alt+1, Ctrl+Shift+F, Shift+5, ... - Ability to use extension only for keyboard shortcuts, without quick icons - You can add any JavaScript code to be executed on keyboard shortcut - Configurable CSS styles Full description and demo: http://www.artetics.com/Articles/how-to-speed-up-your-joomla-admin-with-quick-icons-and-keyboard-shortcuts<<less
Added: 2009-05-06 License: GPL Price: $0.00USD
14 downloads
Demo of Alternate Pagination Paradigm 0.1

Demo of Alternate Pagination Paradigm 0.1


This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the more>> This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the limitations of html requests lengths, since it uses sessions. Also, it does not go to the database well for each page. Typically, for a given set of access parameters, it only accesses the database once, caching away the results in a session variable. Paging is thus more fluid. It also uses HTML form submit buttons, in conjunction with a select for page jumps, to page through the document as opposed to hyperlinks. This makes for cleaner code in general.<<less
Added: 2006-11-14 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Demo of Alternate Pagination Paradigm
Demo of Alternate Pagination ParadigmThis is a demo of a model for pagination that differs from . This is a demo of a model for pagination that differs from
Price: FreeAdditionalInfoNoincorporationintocommercialproductwithoutexpressconsentofauthor
License:Freeware
Download
1077 downloads
Added: 2006-11-14
RIGEL 0.2.2

RIGEL 0.2.2


RIGEL is a lightweight evolutionary algorithms engine, capable of handling any user-defined genome. more>> RIGEL 0.2.2 offers you a helpful evolutionary algorithms engine that is able to handle any user-defined genome with both genetic-algorithm and evolutionary-strategy optimization paradigms.<<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
17 downloads
Shift Scheduler 0.20

Shift Scheduler 0.20


Shift Scheduler is a Perl/CGI script for managing volunteer registration. It allows one or more administrative users to login to the backend and create events, jobs and shifts. Anyone can then access the frontend to sign up for shifts. The backend can more>> Shift Scheduler is a Perl/CGI script for managing volunteer registration. It allows one or more administrative users to login to the backend and create events, jobs and shifts. Anyone can then access the frontend to sign up for shifts. The backend can also be used to send an automated email reminder to volunteers who have signed up for one or more shifts. The script allows for shifts that require multiple volunteers, and does not allow a volunteer to sign up for more than one of the spots in such a shift. It also does not allow more people than are needed to sign up for a shift. All data is stored in a database (tested with Postgres 8.2 and MySQL 5.0.38).<<less
Added: 2006-08-16 License: GPL Price: $0.00USD
16 downloads
Easy Framework 0.3.0

Easy Framework 0.3.0


Easy Framework implements the Model-View-Controller (MVC) design pattern, and encourages application design based on this paradigm. MVC allows the Web page (i.e. View) to be mostly separated from the internal application code (Controller/Model), making more>> Easy Framework implements the Model-View-Controller (MVC) design pattern, and encourages application design based on this paradigm. MVC allows the Web page (i.e. View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers and programmers to maintain and organise their code. The Model contains the business logic for the application, whereas the Controller forwards the request to the appropriate View component. The view itself should not contain any further logic (apart from some design topics) or even database requests. Easy Framework is not a port of Jakarta Struts or anything else. It doesnt try to mimic anything (of the Java world), but is a collection of "best-practice" experience.<<less
Added: 2005-08-07 License: Other Price: $0.00USD
12 downloads
DG Spinner/Spinbox 1.0

DG Spinner/Spinbox 1.0


A highly customizable javascript spinner. Some features: * Change value by using mouse wheel * Change value by "nudging" the label. * Change value by using the arrow keys * Automatic validation of key input * Support for decimals * Support more>> A highly customizable javascript spinner. Some features: * Change value by using mouse wheel * Change value by "nudging" the label. * Change value by using the arrow keys * Automatic validation of key input * Support for decimals * Support for max-, and min values * Support for custom increment values * Support for "shift" key increment values. JS Unit tests are also available.<<less
Added: 2009-01-15 License: LGPL Price: $0.00USD
10 downloads
CSS Image Drop Shadows

CSS Image Drop Shadows


CSS Image Drop Shadows is a script offering you the way to add a drop shadow to any container element applying CSS and the help of a large shadow image in the background. more>> CSS Image Drop Shadows is a script offering you the way to add a drop shadow to any container element applying CSS and the help of a large shadow image in the background. It is free.

Virtually identical to the technique used to create a plain CSS shadow, the desired content is wrapped in a DIV with its background image set to an over-sized shadow image. The content itself is relatively positioned and shifted slightly upwards and to the left to expose the shadow.

A "master" DIV that surrounds the entire markup is also relatively positioned, but shifted to the right and downwards to return the entire markup to its original position on the page.

IE 6 has difficultly handling nested relatively positioned elements (yada), so instead of letting IE6 ruin the fun for everyone else, well just use conditional HTML to hide the effect in that browser. IE7 is spared for finally learning proper CSS.

<<less
Added: 2007-12-15 License: Freeware Price: Freeware
1 downloads
Smart Form 1.01

Smart Form 1.01


Smart Forms has more than 20 validation types and extra features that make using forms a better experience. The best practice of form validation involves two stages: 1) JavaScript validation since it is fast and it takes the load off the server; 2) more>> Smart Forms has more than 20 validation types and extra features that make using forms a better experience. The best practice of form validation involves two stages: 1) JavaScript validation since it is fast and it takes the load off the server; 2) Server-side validation since it does not depend on users software and therefore it can not be bypassed. Smart Forms includes PHP script that performs exactly the same validation as JavaScript, so you can easily implement this scheme. Validation is based on data types (number, word, alphanumeric, date, e-mail, etc) and comparisons (including numeric, text length, and selected items count comparisons). Also, you can add extra features to the form, including character counters for textarea & input tags (this way, when you set length limitation you can let the user know how many character he/she has left), groups of fixed size fields such as year-month-day (when you enter 4-digit year the focus automatically shifts to the month field), et<<less
Added: 2005-12-13 License: Other Price: $0.00USD
11 downloads
Aspect-oriented Software Development and PHP 2.0

Aspect-oriented Software Development and PHP 2.0


Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by more>> Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by Java developers. They developed a compiler that implements the AOP (Aspect-Oriented Programming, an implementation of AOSD) white box approach, i.e. the compiler the merges the code that implements the software components core functionality with the necessary code alterations to implement the new aspects where necessary. This paper provides an introduction into the paradigm of aspect-oriented software development (AOSD). It includes a multitude of practical examples, provided with a view to objectify such abstract approach as AOSD, as well as to help the reader easily grasp its essence and advantages. The paper is primarily intended for programmers working with PHP. Its aim is to demonstrate a way of applying AOSD in PHP-based project<<less
Added: 2006-05-14 License: Free Non-Commercial Price: $0.00USD
14 downloads
 
Other version of Aspect-oriented Software Development and PHP
Aspect-oriented Software Development and PHPinto the paradigm of aspect-oriented software development (AOSD). It includes a multitude of
License:Free for non-commercial use
Download
1265 downloads
Added: 2006-05-14
DITrack 0.7

DITrack 0.7


DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is more>> DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is a major rethought of the issue tracking system paradigm. The main difference is that instead of sticking to the centralized model (one database, one web interface, one mail integration machinery), DITrack treats underlying Subversion storage as a versioned distributed file system which enables benefits of truly distributed operation mode.<<less
Added: 2007-08-30 License: BSD Price: $0.00USD
11 downloads
About Web Services 1

About Web Services 1


The evolution of the internet and its exponential growth in recent years has resulted in gradual shift from desktop to distributed applications. This shift has led to the development of complex enterprise applications that are managed across different more>> The evolution of the internet and its exponential growth in recent years has resulted in gradual shift from desktop to distributed applications. This shift has led to the development of complex enterprise applications that are managed across different platforms and geographical boundaries. A Web Service exposes a number of methods to provide functions that can be used by one or more applications, regardless of the programming languages, operating systems, and hardware platforms used to develop them.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
11 downloads
Wasp 2.00

Wasp 2.00


Wasp is an platform-independent HTML preprocessor. Its like PHP or ASP, except with the powerful Python language at your fingertips. You can add Python code to your pages, expand boiler-plate text, etc. Wasp may be run in three ways. In client mode, more>> Wasp is an platform-independent HTML preprocessor. Its like PHP or ASP, except with the powerful Python language at your fingertips. You can add Python code to your pages, expand boiler-plate text, etc. Wasp may be run in three ways. In client mode, your files are processed in a batch to produce HTML -- no server required. In CGI mode, you get a complete web application framework with cookie and session support, activity logging, error handling (with e-mail notification), a remote debugging utility and more. In server mode Wasp runs its own threaded web server with all the CGI features embedded. In all these cases you get the simplicity of the standard URL = file paradigm. You dont need to write page classes and the like unless you wish to. Your own Python routines can be easily installed as plugins. There are no dependencies on outside libraries. Wasp is designed to be fast, robust and extensible.<<less
Added: 2001-11-05 License: GPL Price: $0.00USD
36 downloads
 
Other version of Wasp
WaspIn all these cases you get the simplicity of the standard URL = file paradigm. You dont need to
License:GPL
Download
2934 downloads
Added: 2001-11-05
JChart2D 3.0.0

JChart2D 3.0.0


JChart2D is an minimalistic charting library. more>>
JChart2D 3.0.0 is an utility which serves as an minimalistic charting library. It shows multiple traces including trace-points. JChart2D is centered around a single configurable swing widget: the Chart2D. It is a JComponent one can add to a java swing user interface.

Major Features:

  1. Easy usage: only a few lines of code are necessary to use a chart. No complex specification of data points, labels or grids necessary. This is done per default and may optionally be configured.
  2. Multiple traces with different behavior may be added to a single chart.
  3. Performance. JChart2D is designed for dynamic rendering. Rescaling is done per axis only and only if bounds are exceeded. New points within bounds are scaled without affecting old scaling. Minimum and maximum bounds of traces are cached and updated upon events. Invisible traces are not scaled and don't affect bounds.
  4. AWT is the bottleneck: Non-visible calculations (scaling, rounding, event-handling, label calculation) do not impose high load even if a point is added with bounds changes every 2ms. But enlarging the window does. So scaling is bound to painting and the adapting painting frequency is limited to a configurable amount of milliseconds. For rendering traces poly-lines are drawn by default (instead of many calls to draw-line for connecting points). No comparisons to other libraries available.
  5. Automatic choice of the unit prefix (multiplier) according to the scientific unit system (nano , milli, tera, ..).
  6. Label format for scale labels via java.text. Number Format or java.text.Date Format.
  7. Chooseable display of grids, labels, labeled scale-points, coordinate tooltips, ... .
  8. Toolbox of UI controls for chart and traces via pop-up menus and menu bar. See the applet demo. Tip: right-click on the label of the trace to get controls for it.
  9. Traces may be rendered via lines, discs, dots (is a disc with radius 1) or filled polygons. Additionally strokes may be specified (only useful for lines I think). An open interface for further graphical representations of traces exists.
  10. Different axis implementations (settable from UI): linear, log e and log 10.
  11. Multiple axes on top, bottom, left and right side. Traces may be assigned to an x and an y axis that has been assigned to the chart and will be related to them.
  12. Different view-port implementations: Zooming (Zoomable Chart), enforcing visible bounds even if data does not fill them,... .
  13. Exact visualization of labeled scale-points. No label of a scale-point is ever rounded to the next current chosen decimal, instead the scale-point is shifted to a position which represents an exact decimal.
  14. Fully resizable. The amount of labeled scale-points may increase on choosing a bigger size.
  15. Deadlock safe. Even this is hard to claim because testing depends on run-time behavior of the current system, i did not encounter a deadlock situation while letting several threads modify traces all contained in the same chart (only the art painting system may get pretty busy).
  16. Trace implementations with different behavior: unordered, ring-buffered, ordered, ojective, ...
  17. Highly configurable error bar API.
  18. Support for zooming (Zoomable Chart)
  19. Charts may be saved as images (jpeg, gif, jpg,... depending on the image writers of the java VM implementation), a snapshot UI control allows this.
<<less
Added: 2008-06-13 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
21 downloads
ActiveXPowUpload

ActiveXPowUpload


ActiveXPowUpload is easy client-side solution that can be used to perform file uploads from a user machine to the web server. more>>
ActiveXPowUpload gives a method for performing file uploads from a user machine to the web server. It is a ActiveX supported by only Internet Explorer but don't needs anything on user side and supports any standard file processing script on server side.

Major Features:

  1. Multiple file selection at once by Ctrl, Shift keys or by Ctrl A hot key.
  2. Recursive folders selection.
  3. Drag-n-drop files and folders.
  4. Rich progress and status information during the upload process.
  5. Uploads Form text items at the same request by POST or GET method.
  6. Sends selected paths info. This allows to recreate directory structure at server as it user selected.
  7. File filters by extension in the "Browse Files" dialog.
  8. Limit the maximum allowed size of individual files.
  9. Limit the maximum allowed total size of files.
  10. Limit the maximum allowed number of files to be uploaded at the same time.
  11. Possibility to cancel an upload anytime.
  12. Returns server reply with errors or success upload confirmation.
  13. Access to files date modified, date created, date last accessed, name, size information. This data accessible before upload and also can be uploaded with files to the server.
  14. Multilingual interface.
  15. Interface can be fully hidden and replaced with custom HTML and Java Script code. Control has reach properties, methods and events.
  16. Supports SSL (HTTPS).
  17. Supports Authentication (Basic, Windows integrated). ActiveXPowUpload don't ask credentials if user already entered it while opening web page.
  18. Supports Cookies and Session. ActiveXPowUpload automatically sends all Cookies and SessionID cookie that has web page containing it.
  19. Supports Proxy Servers. It using the same proxy specified at browser settings to upload files.
  20. Supports Unicode file names, text Form items, localized messages and captions.
<<less
Added: 2008-03-03 License: Freeware Price: Freeware
55 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2