Projects tagged ‘javascript’ and ‘perl’


Jump to tag:

Projects tagged ‘javascript’ and ‘perl’

Filtered by Project Tags javascript perl

Refine results Project Tags web (13) ruby (12) php (10) python (8) xml (8) ajax (6) css (5) development (5) programming (5) java (5) html (5) framework (4)

[25 total ]

32USERS
   

"Official" TextMate Bundles

25USERS
   

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]

15USERS
 

Jifty is a way to build web applications.

5USERS
   

Estúdio Livre is the back end of the portal: http://estudiolivre.org it uses TikiWiki as a base but enhances it with a lot of personalized code to allow for the use of Ajax interfaces, to create a free multimidia archive and to integrate with ... [More] an icecast streaming server. Polvo is a sub-project that allows for seamless integration with TikiWiki's codebase. [Less]

4USERS

CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall.

2USERS

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]

2USERS
   

Appcelerator is an open source platform for building rich Internet applications (RIA).

1USERS
   

Rx is a system for simple, extensible cross-language schemata for data validation.

1USERS

A perl module for creating REST web applications. At the moment only JSON is supported as a serialization format. This will probably change in the future. Sleep is really easy to use with jQuery.

1USERS
 

noplagia is a web application which try to detect plagiarism on the Internet.

1USERS
 

Set of extensions to Apache and other Web servers to provide consistent authentication and presentation of various existing 3rd party web applications.

1USERS

XApperator is a Perl based open source MVC-like lightweight application controller framework which uses XML to store application configuration, functionality, behaviour and UI messages. It uses XSLT to transform simple application XML data structures ... [More] into vanilla web interfaces for editing and administration, and optionally renders data/content out to a static publishing point using XSLT for eventual web serving and end-user consumption [Less]

1USERS
 

Un framework en PHP escrito en español. --- A PHP framework in spanish.

0USERS

This proyect is based on a homework proposed on my University related to Object Oriented Programation. All programs reads an input file called Portafolio.txt and generates an output file in yaml format.

0USERS

Main GoalCodeIDE.com - is a website that helps building code in your Web Browser. This service is for the people who want to start programming and for those, who want to remind previous experience. On this site all people can run programs ... [More] online and sometimes it's called as WebIDE Supported languages for Now: Basic, Pascal, C/C++, JavaScript, Perl. Languages that will be supported soon: Lisp, Java, Assembler, Ruby, Python Additional ServicesSyntax Highlighting function helps programmers to understand the code quicker. Registred users can chat online and save your programs on the service Also, there is a local WIKI, that helps to learn programming And Forum that helps in discussion of programming, etc.. Quick starting HOWTOTo start programming is enought to visit the service and click Run. For instance, it's possible to start with program in Basic from WIKI (result is on screenshot): for i=1 to 10 circle (120,120), i*10 next i Links CodeIDE site CodeIDE official blog [Less]

0USERS

The Social Graph Node Mapper is a community project to build a portable library to map social networking sites' URLs to and from a new canonical form (sgn:// URLs). For example, the following URLs are all the same person: ... [More] http://brad.livejournal.com/ http://brad.livejournal.com/data/foaf http://brad.livejournal.com/data/rss http://brad.livejournal.com/data/atom http://brad.livejournal.com/profile http://www.livejournal.com/userinfo.bml?user=brad etc With sgnodemapper, all of those would map to sgn://livejournal.com/?ident=brad . And then, from the sgn URL, you can map back to http:// URLs for any known type: content page, profile page, RSS, Atom, etc. The core library is portable, implemented in JavaScript, and then there are tiny bridge layers which bind the language-specific libraries to both a JavaScript interpreter (either SpiderMonkey or Rhino) and the sgnodemapper core. Bindings are available for: C, C++ -- using SpiderMonkey Java -- using Rhino Perl -- using JavaScript::SpiderMonkey PHP -- thanks to Plaxo, wrapping the C++ library Coming soon: Python -- using python-spidermonkey Ruby -- using ruby-spidermonkey Commit emails go here: http://groups.google.com/group/sgnodemapper-commits Live web demo using the latest files in svn is here: http://google-sgnodemapper.googlecode.com/svn/trunk/webdemo/demo.html [Less]

0USERS

A simple and elegant, web based, auto-syndicated news portal. Visitor votes power the movement of articles from the inbox and continue to push them through to the watch list and finally the featured page where all of the top voted on articles are ... [More] listed. Visitors can add comments along the way, essentially building community discussion on article topics. TVS is written in Object-Oriented Perl and is built upon the CGI::Builder framework. It uses XML for configuration files and the Perl DBI module for use with a MySQL 5.x database. The template system is built upon the Perl HTML::Template module and the script.aculo.us Web 2.0 JavaScript framework for a fully customizable and MVC aspired style system. To see TVS in action, check out the test site at http://tvs.hopto.org. This is a regularly updated subversion snapshot, so bugs will be frequent and inconsistencies may be present. System RequirementsPerl 5.6 or higher UNIX / Windows Apache 2.x MySQL 5.x Required CPAN ModulesCGI::Builder CGI::Builder::HTMLtmpl CGI::Builder::LogDispatch DBI, DBD::mysql XML::Simple XML::RSS::Feed HTML::Strip LWP::Simple [Less]

0USERS

Durito: a free (as in speech) application that will manage, display and analyse various kinds of documents in a diversity of environments. Central to Durito's operation are be technologies such as XML and RDF, both cornerstones of the W3C's Semantic Web.

0USERS

A ruby-centric operating system which tries to implement the best from already known operating systems. Much focus on that things has to be intuitive.

0USERS

What's the best way to read a large XML document? Of course you'd use a SAX parser or a pull parser. What's the best way to write a large XML document? Building a DOM structure to describe a large XML document won't work because it won't fit in ... [More] memory. Even if it did, it's not a simple API to use. There hasn't been a solution that is simple and memory efficient until now. [Less]

0USERS

My javascript framework... more description will come later.

0USERS

IPFC is a distributed monitoring solution for different types of devices such as firewalls, routers, mail servers, access-card readers etc.

0USERS

Hello, I am an ordinary programmer in Japan. I will expose some scripts. Perl Script JavaScript ShellScript MortScript and more... Enjoy!