Browsing projects by Tag(s)

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

Showing page 1 of 4

JSmooth is a Java Executable Wrapper. It creates native Windows launchers (standard .exe) for your java applications. It makes java deployment much smoother and user-friendly, as it is able to find any installed Java VM by itself. When no VM is available, the wrapper can automatically download ... [More] and install a suitable JVM, or simply display a message or redirect the user to a web site. JSmooth provides a variety of wrappers for your java application, each of them having their own behaviour: Choose your flavour! [Less]

4.0
   
  0 reviews  |  3 users  |  25,136 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

IntroductionTracking/Issues have moved to LightHouse: http://baseapp.lighthouseapp.com Source: http://github.com/ariejan/baseapp

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

PackmolThis page contains the version history of Packmol. You can download packmol from this page, but give preference to the official Packmol page, for which the link is provided here. What is PackmolPackmol creates an initial point for molecular dynamics simulations by packing molecules in ... [More] defined regions of space. The packing guarantees that short range repulsive interactions do not disrupt the simulations. The great variety of types of spatial constraints that can be attributed to the molecules, or atoms within the molecules, makes it easy to create ordered systems, such as lamellar, spherical or tubular lipid layers. The user must provide only the coordinates of one molecule of each type, the number of molecules of each type and the spatial constraints that each type of molecule must satisfy. The package is compatible with input files of PDB, TINKER, XYZ and MOLDY formats. See the Packmol's Home Page for more information. ReferencesPlease always cite one of the following references in publications for which Packmol was useful: L Martinez, R Andrade, EG Birgin, JM Martinez, Packmol: A package for building initial configurations for molecular dynamics simulations. Journal of Computational Chemistry, 30, 2157-2164, 2009. (link to journal) JM Martinez, L Martinez, Packing optimization for the automated generation of complex system's initial configurations for molecular dynamics and docking. Journal of Computational Chemistry, 24, 819-825, 2003. (link to journal) [Less]

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

Startup Manager is a program that provides you the possibility to manage the Windows startup procedure. It offers you the possibility to control which programs automatically start up and more.

0
 
  0 reviews  |  0 users  |  55,463 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Ease Is A Next Generation Computer Program Which Simulates A Computer Programming Language. This Is Targeted Towards Children And Begginers So That They Can Get A Feel Of A Computer Programming While Programming In A Good Graphical Environmet. It Is A Powerful IDE As Well, As It Can Recognize ... [More] Keywords And Give Different Colors. I Hope You TAke Advantage Of This Amazing Program [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Various prototype projects to use as the foundation for starting other more complicated projects.

0
 
  0 reviews  |  0 users  |  172,889 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
Compare

Simple and customizable script that automatically creates and configures a new django project with user's own preferences. Designed for developers that create many django projects with the same structure. It is also good for Django newbies, because after execution there is a working Django ... [More] project. Created projects are configured for working with newforms-admin branch. Installation and usage: cd [INSTALLATION_PATH] svn co https://dsnp.googlecode.com/svn/trunk/ dsnp cd [DJANGO_PROJECTS_ROOT] python [INSTALLATION_PATH]/dsnp.py [NEW_PROJECT_NAME]Customization of the script: Edit dsnp.py and modify any of following variables: APP_NAME: Name for your (first or only) django application (inside the project) ADMIN_NAME: Path for the django admin application SETTINGS_TEMPLATE: Your default settings.py file BASE_TEMPLATE: Your base.html file Moving your project to a production environment For moving your project to a production environment, as well as copying your project tree, you should do next steps: Edit env_settings.py and modify necessary values (probably all values, specially set DEBUG to False, and set up your production database) Set up your production web server. Here it is an apache + mod_python virtual host sample file: ServerAdmin me@mydomain DocumentRoot /var/www/myproject ServerName mydomain ErrorLog /var/log/apache2/mydomain_error_log CustomLog /var/log/apache2/mydomain_access_log combined SetHandler python-program PythonPath "['/opt/django/newforms-admin'] + ['/var/www'] + sys.path" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE myproject.settings PythonDebug Off SetHandler None [Less]

0
 
  0 reviews  |  0 users  |  91 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

I hope to use this for most of my hobby and home-work versioning

0
 
  0 reviews  |  0 users  |  0 current contributors
  start
 
 

Django StartA starting Django application integrating popular 3rd party applications. For each included application all the basic views are provided. The project is including a script to sync all the repositories of Django and its pluggable applications at fixed revisions, in that way all the API ... [More] will be frozen and the interoperatibility between the components will be granted. Integrated Django applicationsINSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.comments', 'django.contrib.sitemaps', 'registration', 'profiles', 'captcha', 'tagging', 'voting', 'robots', 'mysite.accounts', 'mysite.maintenance', 'mysite.items' )Revisions of the integrated librarieslibs = ( SVN('http://code.djangoproject.com/svn/django/trunk/django', 9524), SVN('http://django-tagging.googlecode.com/svn/trunk/tagging', 154), SVN('http://django-voting.googlecode.com/svn/trunk/voting', 69), SVN('http://django-simple-captcha.googlecode.com/svn/trunk/captcha', 18), HG('http://bitbucket.org/ubernostrum/django-registration/', 'registration', '00a5396be869'), HG('http://bitbucket.org/ubernostrum/django-profiles/', 'profiles', 'ff21fcacdb16'), GIT('git://github.com/jezdez/django-robots.git', 'django-robots/robots', '059c630'), )Installation# Checkout the django-start project in a {{base_dir}} cd {{base_dir}} svn checkout http://django-start.googlecode.com/svn/trunk/ django-start # Sync Django and all the external libraries cd django-start python sync.py # Create the DB and launch the site cd {{base_dir}}/django-start/mysite ./startEclipse IDETo import django-start in Eclipse: File -> Import... Existing Projects into Workspace (Next>) Select root directory: {{base_dir}}/django-start (Finish) Presentationhttp://docs.google.com/EmbedSlideshow?docid=dhjvb5p5_43dfkgt3g5 [Less]

0
 
  0 reviews  |  0 users  |  644 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

ENThe goal of this project is to create a minimum application that goes beyond the Django tutorial and shows you how to use some of the normal practises you could find in a real application. Some of the examples are also part of a blog post at http://trespams.com, my blog about Python and Django. ... [More] The blog is in catalan, but it provides authomatic translation :) Other samples comes from user request or from prototypes we have made at http://apsl.net our consulting Django company. CAL'objectiu d'aquest projecte és crear una aplicació mínima que vagi un poc més enllà del tutorial de Django i mostri algunes de les pràctiques més habituals que hom es pot trobar en aplicacions reals. Alguns dels exemples serveixen de suport a algún post del meu blog a http://trespams.com, per il·lustrar algún concepte de Python i Django. Altres exemples provenen de prototis que hem anat fent a http://apsl.net, la nostra empresa consultora de Django i que hem trobat prou interessants i senzill per a posar-los aquí. How to run the examplesOn each folder you'll find an example which shows a "how-to-do" feature. To test it just copy/rename properties.py.template to properties.py, modify it to fit your needs (99% of time it would be ok) and run python manage.py runserver Sample applicationsproject: start your project with this scheleton. ajax like tail (for log display) Use imagekit : upload your images and create thumbnails with imagekit, a practical example. upload images to a database in batch mode. performance test to compare with php. To support http://trespams.com/2009/05/10/django-vs-php-framewors/ post. appagenda : Its a minimum application with html CRUD. Show also how you can use extjs to display a table and how to use jqgrid 3.2 to get the same as in extjs. Incluses extjs and jqgird libraries. I have had to patch jqgrid adding if(ts.p.jsonReader.cell) cur = cur[ts.p.jsonReader.cell]; the patch has been sent to jqgrid author but not feedback has been received. jqagenda: Same example as above but just for jqgrid 3.3.1 with patch applied. 709d708 < 770d768 < if(ts.p.jsonReader.cell) cur = cur[ts.p.jsonReader.cell]; form_test Shows how can reuse multiple forms in an html page and then validate each form. Obvious but you have to get it! logsamples Loggin configuration for your applications. project Simple stub project. Just use svn export and you'll have a nearly configured project enabled to work in a multi-user environment. signals Sample about using django signals. uploader Sample uploader project. [Less]

0
 
  0 reviews  |  0 users  |  68,027 lines of code  |  0 current contributors  |  Analyzed 3 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.