Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

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 Edit 4.3 and later (an open source ... [More] , 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]

4.37931
   
  0 reviews  |  55 users  |  2,121,770 lines of code  |  4 current contributors  |  Analyzed 5 days ago
 
 

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 checking, Vi emulation, and Emacs key bindings. ... [More] 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]

4.09524
   
  0 reviews  |  36 users  |  2,121,770 lines of code  |  4 current contributors  |  Analyzed 5 days ago
 
 

A community web site for Pardus GNU/Linux distribution. Powered by Django.

5.0
 
  0 reviews  |  23 users  |  110,846 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

Django Brasil community website.

4.5
   
  0 reviews  |  4 users  |  2,497 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
Compare

* Sofi es una aplicación web que gestiona eventos, presentaciones, ponentes y suscripciones. * Sofi es ideal como portal web de publicación de eventos tipo blog. Sofi cuenta con una interfaz de administración. * Sofi es una aplicación liberada bajo la licencia GPLv2, por lo tanto usted ... [More] tendrá derecho de utilizar, estudiar, modificar y distribuir libremente según los términos de la licencia. * Sofi esta desarrollada con el lenguaje de programación Python utilizando Django como framework. [Less]

5.0
 
  0 reviews  |  2 users  |  3,059 lines of code  |  1 current contributor  |  Analyzed almost 2 years ago
 
 

El proyecto SIGESIC se plantea con el objetivo de solventar un conjunto de necesidades y problemas expuestos por el Viceministerio de Industrias Intermedias en relación a la gestión de información del sector industrial venezolano.

4.0
   
  0 reviews  |  1 user  |  2,087,401 lines of code  |  8 current contributors  |  Analyzed about 1 year ago
 
 

Webapp that runs http://scipy.in for organizing SciPy India Conference.

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

django-seasonal-stylesheets is a goofy little project that I started as a result of a discussion I had with some co-workers. We were talking about making our organization's website change the way it looked depending on what time of year it was. That night I couldn't sleep because of my ... [More] allergies, so I decided to see what I could do in a short amount of time to make our discussion a possibility (though it will never become a reality). By the morning I had a pretty functional application that would change the color of various elements on the page based on the date. It does this using CSS. I'm not sure that this application will ever become overly popular, but I'm hoping that someone a little more creative than me will figure out a way to make it useful. Basically, all you do is create a stylesheet that can have any number of seasons associated with it. Each season can have an unlimited number of variable colors associated with it, but you should have the same variables defined in each season for a particular stylesheet. Depending on the day of the year, the application selects the most recently past season and the soonest to come season. It then determines how to transition each variable color from the past season to the coming season. Sometimes you can get some pretty funky color combinations, but you can always add a new season in between to mitigate the funkiness. RequirementsThis project was built with and requires at least Django 1.0 (though you could probably get away with any of the SVN versions since mid-July 2008). InstallationDownload django-seasonal-stylesheets using one of the following methods: Checkout from Subversionsvn co http://django-seasonal-stylesheets.googlecode.com/svn/trunk/ django-seasonal-stylesheetsPackage DownloadDownload the latest .tar.gz file from the downloads section and extract it somewhere you'll remember. After extraction, execute the following command: python setup.py installConfigurationFirst of all, you must add this project to your list of INSTALLED_APPS in settings.py: INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', ... 'dsss', ... )Run manage.py syncdb. This creates a few tables in your database that are necessary for operation. Currently, the only option for this application is DSSS_SAVE. This setting allows you to specify whether or not you want the stylesheets to be saved to the filesystem for faster retrieval in the future. Default: True Next, you must include the URLconf for this project somewhere. You can put a line like the following in your root urls.py: (r'^seasonal/', include('dsss.urls')),UsageAll you really need to do is modify your templates to include a link to the special stylesheet. Assuming I have a stylesheet with the slug sample, I could do this: By default, the application looks in [template directory]/dsss/[slug].css for the template of a particular stylesheet. You may override the template location if you so desire, but it should be somewhere in your template directories (as defined in your settings.py file). A sample template follows: body { background-color: {{ background }}; } h1 { color: {{ header1 }}; } h2 { color: {{ header2 }}; }This template assumes that my stylesheet has 3 variables: background, header1, and header2. These are the names of the variables setup in the admin interface. Good luck! Please contact me with any questions or concerns you have with the project! [Less]

0
 
  0 reviews  |  0 users  |  221 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

O DJSalon é um sistema de gerênciamento de Salões de beleza desenvolvido em Python com o framework Django. O sistema se propõe a gerir a parte de marcar horários, cadastro de clientes e funcionários, realizar impressão dos serviços feito pelo cliente.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

This is probably of no use to anybody else, except for maybe the front-end stuff. It is simply a front-end framework for our websites. It provides a standard way (within html & css) to take care of things like typography, form display, error notices, etc. There will also be some standard django views (probably generic).

0
 
  0 reviews  |  0 users  |  373 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.