shift
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
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
Multi Bit Shift - Flash Multiple File Upload Software 1.0.1
Both applets can run on over 90% of computers, using any browser that supports Flash 9. Additionally, both are Section 508 compliant, and are accessibility enabled. The applets text and color schemes are highly customizable, all text can be modified, and more>> Both applets can run on over 90% of computers, using any browser that supports Flash 9. Additionally, both are Section 508 compliant, and are accessibility enabled. The applets text and color schemes are highly customizable, all text can be modified, and the colors can easily be modified with standard CSS. We also offer screencasts detailing the features and installation of both versions. Ruby on Rails plug-ins are provided to speed the installation and deployment, and all the code is thoroughly documented, in comments and externally.<<less
VolSched
Finding and keeping track of volunteers is an integral part of organizing any event. VolSched makes this task a bit easier. Create an event, add jobs that need doing, add shifts for which volunteers can sign up, and give the handy URL to potential more>> Finding and keeping track of volunteers is an integral part of organizing any event. VolSched makes this task a bit easier. Create an event, add jobs that need doing, add shifts for which volunteers can sign up, and give the handy URL to potential volunteers. They can decide what they want to help with and when they want to help, and you can see who has signed up. You even get the option of making your event findable to people without the URL, so you can recruit volunteers using VolSched itself. Your volunteers only need to enter their contact information once to volunteer for all the events you (and others using VolSched) hold. VolSched is 100% free to use!<<less
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
JChart2D 3.0.0
JChart2D is an minimalistic charting library. more>>
Major Features:
- 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.
- Multiple traces with different behavior may be added to a single chart.
- 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.
- 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.
- Automatic choice of the unit prefix (multiplier) according to the scientific unit system (nano , milli, tera, ..).
- Label format for scale labels via java.text. Number Format or java.text.Date Format.
- Chooseable display of grids, labels, labeled scale-points, coordinate tooltips, ... .
- 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.
- 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.
- Different axis implementations (settable from UI): linear, log e and log 10.
- 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.
- Different view-port implementations: Zooming (Zoomable Chart), enforcing visible bounds even if data does not fill them,... .
- 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.
- Fully resizable. The amount of labeled scale-points may increase on choosing a bigger size.
- 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).
- Trace implementations with different behavior: unordered, ring-buffered, ordered, ojective, ...
- Highly configurable error bar API.
- Support for zooming (Zoomable Chart)
- 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.
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
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
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.
TA-Lib 0.3.0
TA-Lib provides common functions for the technical analysis of financial market data. more>>
Major Features:
- C/C API. TA-Lib is totally embedded within your application using static library. You access the functionality by including the header file "ta_libc.h"
- Excel API. Just add the TA-Lib Excel add-ins to your workbook and you get access to all the TA functions in your spreadsheet. If you know how to enter an array formula with Ctrl-Shift-Enter, you will find that calling the TA-Lib functions is very easy.
- Java API. Native java source code is included in the package. The interface is mostly the same as the C/C API.
- .NET and Mono API. The interface is mostly similar to the C/C interface. To use TA-Lib on .NET/Mono you just need to add a reference to the assembly included in the package. There is no need to call TA_Initialize and TA_Shutdown, these are done automatically.
EditONE - Edit All in One Page! 1.4
Due to the difference in testing environment, online debugging is essential as the last stage of the development of websites. Almost all website developers have the painful experience of repeatedly shifting between HTML editing environment, source code more>> Due to the difference in testing environment, online debugging is essential as the last stage of the development of websites. Almost all website developers have the painful experience of repeatedly shifting between HTML editing environment, source code editor, FTP software and browsers. For daily maintenance of website, so many software needs to be started one by one even for modifying just one link and color, which makes those operations appear to be rather complicated. EditOne will help relieve you of these trifling details, provide convenience for your web-page editing, testing and maintenance and see you off to the last stage of the website development and testing. EditONE: Easy installation Dynamic loading of directory tree Support IE core based and Gecko based browsers Support arbitrary character encoding editing Convenient online editing Full-function file management Visual Editor (FCKeditor) may be integrated EditONE just functions as online UltraEdit/EditPlu<<less
ActiveXPowUpload
ActiveXPowUpload is easy client-side solution that can be used to perform file uploads from a user machine to the web server. more>>
Major Features:
- Multiple file selection at once by Ctrl, Shift keys or by Ctrl A hot key.
- Recursive folders selection.
- Drag-n-drop files and folders.
- Rich progress and status information during the upload process.
- Uploads Form text items at the same request by POST or GET method.
- Sends selected paths info. This allows to recreate directory structure at server as it user selected.
- File filters by extension in the "Browse Files" dialog.
- Limit the maximum allowed size of individual files.
- Limit the maximum allowed total size of files.
- Limit the maximum allowed number of files to be uploaded at the same time.
- Possibility to cancel an upload anytime.
- Returns server reply with errors or success upload confirmation.
- 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.
- Multilingual interface.
- Interface can be fully hidden and replaced with custom HTML and Java Script code. Control has reach properties, methods and events.
- Supports SSL (HTTPS).
- Supports Authentication (Basic, Windows integrated). ActiveXPowUpload don't ask credentials if user already entered it while opening web page.
- Supports Cookies and Session. ActiveXPowUpload automatically sends all Cookies and SessionID cookie that has web page containing it.
- Supports Proxy Servers. It using the same proxy specified at browser settings to upload files.
- Supports Unicode file names, text Form items, localized messages and captions.
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
ThumbView by Cool Focus 1.11
ThumbView is a JPEG thumbnail browser applet with integrated image and information display. An unlimited number of JPEG thumbnails are arranged in a scrollable row or column (depending on your choice of layout). Thumbnails react to mouse movement by more>> ThumbView is a JPEG thumbnail browser applet with integrated image and information display. An unlimited number of JPEG thumbnails are arranged in a scrollable row or column (depending on your choice of layout). Thumbnails react to mouse movement by shifting upward slightly and displaying a drop-shadow. A tooltip can also be displaying containing information about the image. Clicking a thumbnail displays its full-sized equivalent in the main display panel, along with optional text information. The information can include a single-line title and a multi-line description. It can also include a link allowing users to access a resource related to the image. All images (thumbnails and full-sized) are intelligently scaled to fit in the available space. A drop-shadow can be applied to the full-sized image. ThumbView supports dynamic selection of thumbnails, and mouse-wheel scrolling of the thumbnails panel in Internet Explorer 6+.<<less
License:Free for non-commercial use
vBulletin to Vanilla Convertor 0.1
This script allows webmasters to move from vBulletin to Vanilla and will shift users, threads, categories and replies straight into the Vanilla software database. Works with Vanilla 1.1.4+ and vB 3.6.8+ more>> This script allows webmasters to move from vBulletin to Vanilla and will shift users, threads, categories and replies straight into the Vanilla software database. Works with Vanilla 1.1.4+ and vB 3.6.8+<<less
- Page: 1 of 2
- 1
- 2