[88 total ]
"Official" TextMate Bundles
The OpenKomodo Open Source Development Environment for Dynamic Languages and Web Technologies
The Open Komodo project provides a code base upon which integrated development environment (IDE) software packages can be developed. ActiveState's Komodo
... [More]
Edit 4.3 and later (an open source, multi-platform, multi-language editor) is an established, mature product that uses the Open Komodo platform.
With the Open Komodo Project, the focus is on dynamic languages and the open web. Open Komodo is developed on top of many open source technologies, including Mozilla, Python, and Scintilla. The primary development technologies used are XUL, JavaScript, Python, and C/C++. [Less]
This is the generator for a Ruby on Rails framework, that creates scaffold for AJAX applications.
!!!! THIS HAS BEEN DEPRECATED IN FAVOR OF ACTIVESCAFFOLD (activescaffold.com) !!!!
Omni ERP is an innovative business application platform; it is completely based in open source technologies and brings a whole new level of modularity and flexibility to the business solutions environment.
It uses a new approach combining new
... [More]
software engineering techniques like plugin based architecture, inversion of control and aspect oriented programming with a refreshing new RIA UI to bring a new level of experience to the SME market. [Less]
ORYX is a web-based editor for modeling business processes in BPMN. You can create BPMN models and share them with your business partners, clients and friends. You may not only share a model with your colleagues, but discuss and improve it within one
... [More]
working environment. Thus, Oryx brings all the advantages of Web 2.0 into the world of modeling. To start modeling you need zero installation–your model is just one click away.
You can adapt BPMN for your own needs using Oryx extensibility mechanisms. Oryx supports various modeling languages, like EPC and Petri nets. If these are not enough, you can always create your own stencil set, supporting your favorite modeling language. [Less]
Forum, mailing list, chat, weblog all in one, where one can propose, vote and delegate on any element.Security through 3 elements: P2P, pgp signatures, electoral lists.
Appcelerator is an open source platform for building rich Internet applications (RIA).
Focus on what your code can do; let your editor sweat the details.
Komodo Edit offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, syntax coloring and syntax
... [More]
checking, Vi emulation, and Emacs key bindings.
Komodo Edit is built on the Mozilla code base and versions 4.3 and later are licensed under the same terms as Firefox: Mozilla Public License (MPL), GNU General Public License (GPL), and GNU Lesser Public License (LGPL). [Less]
Rx is a system for simple, extensible cross-language schemata for data validation.
RickrollDB is a social voting web app written in Ruby using the Merb 0.5 framework.
Users are invited to submit and vote on URLs which are then transformed into an filter list compatible with AdBlockPlus
Built specifically to power
... [More]
http://rickrolldb.com, which documents and blacklists “Never Gonna Give You Up” videos, but it would be quite simple to adapt to any sort of social voting use. [Less]
rVM is a virtual machine written in Ruby that allows to include scripting capabilities to ruby programs. Scripts run completely separated from the ruby code and only publish access to selected methods.
ColdFusion on Wheels provides fast application development, a great organization system for your code, and is just plain fun to use.
One of our biggest goals is for you to be able to get up and running with Wheels quickly. We want for you to be able to learn it as rapidly as it is to write applications with it.
The flash-selenium project aims to extend the Selenium RC clients for adding Flash communication capabilities.
Webvo is a web-based PVR system. It provides easy recording of television shows without the hassle of VCRs. Utilizing a web browser interface, Webvo allows the user to connect to a recording server and manage the scheduling and recording of
... [More]
television programs from any computer connected to the network.
Webvo began as a Software Engineering project at Seattle Pacific University in Fall of 2006. The team members were Molly Jo Bault, Tim Disney, and Daryl Siu.
Webvo TodayWe are adding many more new features to our original project. We've also gained a new team member David Hopkins. He has been working to speed up Webvo's backend. [Less]
Habrahabr extensions for Firefox 3.0
GWT on Rails is a Rails plugin that integrates GWT client side compiled JavaScript with Rails REST web services.
Judo Dojo Manager
http://en.wikipedia.org/wiki/Dojo
u-lzss is a library to compress a UTF8-string to a compressed UTF8-string. Currently, ruby and javascript implementation are available.
Inheritance.jsInheritance.js is a plugin for the Prototype Javascript library that provides developers with a complete, unobtrusive, Ruby inspired, classical inheritance model. Using Inheritance.js, developers are given the power to easily define
... [More]
classes, sub-classes, and mix-ins, with a sprinkle of syntax sugar. The process of overriding methods is simplified; Inheritance.js uses a properly scoped parent method that is made available only inside an overriding method. To top it off, Inheritance.js accomplishes all this without adding any additional properties or methods to the developer's instantiated objects.
Person = Class.extend({
// adding a mixin
include: Sortable,
// initializer function
initialize: function(name) {
this.name = name;
},
// ... methods ...
toString: function() {
return this.name;
}
});
Employee = Class.extend(Person, {
// adding mixins
include: [Sortable, OtherModule],
// initializer function
initialize: function(name, dept) {
// call parent function
this.parent(name);
// more initialization
this.dept = dept;
},
// ... methods ...
toString: function() {
// call parent function
return this.parent() + ' works in ' + this.dept;
}
}); [Less]
Blogging software for groups trying to stay in touch.
our project's name must consist of a lowercase letter, followed by lowercase letters, digits, and dashes, with no spaces. The project name will be part of your project's URL and cannot be changed later. Your project's summary is a one-line description that will be shown when the project's name is shown. This project descriptio
My javascript framework... more description will come later.
Classified Ads is an easy way to add free advertising to your web site. Users post and search for ads in different Categories and Areas.Runs on The Rails Framework.
Nitro redefines Rapid Application Development by providing a clean, yet efficient API, a collection of domain specific languages implemented on top of Ruby and Og, the most powerful and elegant object relational mapping solution available everywhere.
... [More]
Nitro is Web 2.0 ready, featuring excellent support for AJAX , XML , Web Services and Syndication while staying standards compliant. [Less]
HotRuby is Ruby on JavaScript and Flash.
HotRuby runs opcode, compiled by YARV(Yet Another Ruby VM) on Ruby. To be precise, HotRuby is Ruby VM on JavaScript and Flash.
Most of the grammars are implemented. However, exceptions are not implemented.
... [More]
Most of the build-in functions and build-in classes are not implemented.
Please see http://hotruby.accelart.jp/ . [Less]
Lightweight CSS based charting package. Backed with JS to simplify output.
Collection of various Seesmic API Libraries
Drawbridge is a webased digital whiteboard allowing multiple users to concurrently edit the same drawing. The backend is a novel graph based revision control system, which attempts to move away from a document centric view of the world. The back end is written in ruby on rails, with the front end primarily consisting of standalone javascript.
This is a set of helpers to allow the use of MooTools Javascript Library with Rails. More info on what methods are contained in the plugin are at http://www.threedozen.com/projects/moo_helpers
We're designing a system for creating a RoR desktop client.