Browsing projects by Tag(s)

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

Showing page 1 of 2

This project provides a usable color-picker that can be embedded in iOS apps. Its source has been downloaded hundreds of times and used in several production iPhone and iPad apps. Extending work from Vevent described in http://www.v-vent.com/blog/?p=27

5.0
 
  0 reviews  |  10 users  |  2,618 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Allow 3rd party apps to dynamically insert template inclusions into your apps at pre-defined plugin points. Similar to how Eclipse manages plugins via contributors. You could think of this as the reverse of the {% block %} or {% include %} tags. templates/myapp/foo.html: {% load app_plugins %} ... [More] {% plugin_point "foo" %} templates/otherapp/plugins/foo.html: Anything you want... templates/thirdapp/plugins/foo.html: yet another plugin... foo.html is rendered as: Anything you want... yet another plugin... [Less]

5.0
 
  0 reviews  |  2 users  |  565 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

C Template Engine library to recursively expand placeholders in a template string, expanded string grows dynamically during template expansion, includes event notification for asynchronously reporting information, warnings and errors back to caller. Requires C99 and KVSlib.

0
 
  0 reviews  |  1 user  |  762 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

django-frontendadmindjango-frontendadmin is a set of templatetags to allow an easy and unobstrusive way to edit model-data in the frontend of your page. Primary repository: http://github.com/bartTC/django-frontendadmin/ Quick installation instruction ============================== 1. Put ... [More] ``frontendadmin`` in your ``INSTALLED_APPS`` in the settings.py of your django project. 2. Add ``django.core.context_processors.request`` to your ``TEMPLATE_CONTEXT_PROCESSORS`` in the settings.py of your django project. If this is not available (default since some days) put this snippet into your settings:: TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.request', 'django.core.context_processors.auth', 'django.core.context_processors.debug', 'django.core.context_processors.i18n', 'django.core.context_processors.media', ) 3. Include frontendadmin urls in your urlsconf:: (r'^frontendadmin/', include('frontendadmin.urls')), 4. Load the ``frontendadmin_tags`` library in every template you want to use the frontendamin links. (see below):: {% load frontendadmin_tags %} 5. There are three templatetags to either create, change or delete objects:: {% frontendadmin_add queryset_of_objects %} {% frontendadmin_change object_to_change %} {% frontendadmin_delete object_to_delete %} Assumed that you have a weblog application and using generic-views, your template might look so:: {% for entry in object_list %} {{ entry.title }} {{ entry.body }} {% endfor %} A proper implementation of frontendadmin would be:: {% frontendadmin_add object_list %} {% for entry in object_list %} {{ entry.title }} {{ entry.body }} {% frontendadmin_change entry %} {% frontendadmin_delete entry %} {% endfor %} 6. Thats all. Frontendadmin will automatically check whether the current user has add/change/delete permissions for the given model. Frontendadmin has build-in ajax support using the jquery library. See the template-sources for details. License ======= The application is licensed under the ``New BSD License``. See the LICENSE File for details. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Quickly add your own LSL Snippets to an existing script using XML. Tired of re-inventing your own LSL code? Write it once and store it in a LSLSnippet XML file! Then, the next time you write a new script, just use the LSLSnippet XML file to insert it in your new LSL script making your LSL code ... [More] reusable and fast! How To Use a LSLSnippet XML File Features of lslSnippetsApp:Complete Windows application that uses lslSnippetsLib (included in installation). XML Creator to easily create your own LSLSnippet XML files. Browse to your existing LSL scripts and insert reusable LSL code. Features of lslSnippetsLib:Reusable COM-visible .NET .dll. Add a snippet xml block to existing xml string. Create a LSLSnippet XML file title, string eventname, string code). Get a LSL Method's event line and empty block according to lslWiki documentation eventname). Much more! Features of LSLSnippetsPlugin:Plugin for LSLEditor that uses lslSnippetsLib (included in installation). Basically, all the features of lslSnippetsApp but is in LSLEditor Screenshots... [Less]

0
 
  0 reviews  |  0 users  |  3,878 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

The Django application which runs the djangoapps.net which keeps track of the many excellent reusable Django apps around the internet.

0
 
  0 reviews  |  0 users  |  596 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

An implementation of Reusable Assets Specification (RAS) within Archiva Repository Manager and Maven Repository. You can access project repository svn from https://ras4maven.googlecode.com/svn/trunk/ with your google username, using password from http://code.google.com/hosting/settings Also ... [More] , you can get readonly version by accessing http://ras4maven.googlecode.com/svn/trunk/ [Less]

0
 
  0 reviews  |  0 users  |  9,108 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

A simple application providing user themes to your Django project.

0
 
  0 reviews  |  0 users  |  395 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Windy Foundation Library(WFL) is a set of usable components for C# in .net framework.

0
 
  0 reviews  |  0 users  |  9,983 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Allows developers to create compiled, and therefore reusable themes for their ASP.NET web sites and projects.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

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.