107 projects tagged "JavaScript"
Yote is a server and set of libraries which connect JavaScript objects to backend objects using JSON RPC. It is composed of an HTTP server, a set of JavaScript libraries, and a set of Perl libraries. Yote objects are container objects connected together in a graph branching off from a root node. They are automatically loaded and saved as needed so that only a portion of the graph is in memory at one time. An account and app infrastructure are provided. Each call to the server automatically syncs the objects in the client side cache. Security is handled on the server side, which tracks which client is allowed what data and calls.
F*EX (Frams' Fast File EXchange) is a Web based service for sending very big files from one person to another. The sender uploads the file to the F*EX server and the recipient automatically gets a notification email with a download URL. Files are automatically deleted after download or an expiration date. The recipient and sender only need an email program and a Web browser. Sending to multiple recipients needs storage on the server only once. In contrast with other file transfer services, it has no file size limits at all and comes with shell tools for scripting up/downloading.
Marsk Article Directory lets you build, manage, and run an article directory with ease. It comes with everything needed to let visitors submit and modify articles, supports an unlimited number of categories, and is highly customizable and completely re-brandable. It includes visitor control panels, money-making features, custom data fields, Google Maps support, many social plugins, RSS feeds, advert/banner rotators, HTML generation, article ratings and comments, mailers, and more.
GNU GLOBAL source code tag system is a source code tagging system which works the same way across diverse environments (Emacs, vi, less, bash, Web browser, etc.). It can locate objects in source files and move there easily. It is useful for hacking a large project containing many subdirectories, many #ifdefs, and many main() functions. It is similar to ctags or etags, but is independent of any editor.
Time Based Text allows the user to include more information in written text by saving the time delta between keystrokes and offering a way to reproduce it exactly how it has been written. It offers a protocol and reference implementation that is easily embeddable in applications using text-based human communication. The idea behind it is that email systems as well poetry and literature may benefit from a time-based approach to text. It comes with a portable C++ reference implementation to generate TBT messages and save them in HTML and DokuWiki (JSON), a Website to upload and exchange TBT poetry, plus various advanced TBT implementations in Javascript, Python, and Perl.
Nagplot is a live graphing tool designed to provide a nice Web interface to Nagios and any other program that provides data that can be graphed. It is extensible in that it allows you to create a DataSource for any system you would like to create graphs from. Currently only Nagios is supported, but plugins can be added. The Web front-end can be themed and tailored to match your environment, and is completely written in JavaScript, making heavy use of Ajax and providing a JSON interface for querying and configuration.