Browsing projects by Tag(s)

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

Showing page 1 of 2

The scaffolding files to start hacking open social apps in PHP on top of the Ning platform (ning.com).

0
 
  0 reviews  |  2 users  |  621 lines of code  |  1 current contributor  |  Analyzed over 4 years ago
 
 

Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. Skeleton is built on three core principles:

0
 
  0 reviews  |  2 users  |  416 lines of code  |  4 current contributors  |  Analyzed 10 days ago
 
 

Tomcat servlet apps often have common code to load properties, configure the database, create database connections. BoilerPlate provides simple Java classes for these features. Use this if you are a newbie starting a Java servlet-database app from scratch and don't intend to use any ... [More] persistence or dependency injection framework. BoilerPlate is a single jar file which can be added to your classpath and you get going. Nothing to configure. See AppSkelhttp://boilerplate.googlecode.com/files/AppSkel.zip for a sample app. You can change the package names and project name within AppSkel.zip and start on your app's business logic. [Less]

4.0
   
  0 reviews  |  1 user  |  510 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

objectify-led is a small Java library for binding object or class properties at runtime using annotations, reducing boilerplate code. Values can be taken from the System, from properties files, any arbitrary source in fact, and automatically set on properties. Instead of having chunks of code ... [More] such as public class Foo { private static String BLAH = "default-value"; private String myString; private int myInt = -1; public static void main(String[] args) { if (System.getProperty("blah.value) != null) { BLAH = System.getProperty("blah.value"); } Foo foo = new Foo(); if (System.getProperty("mystring.value) != null) { foo.myString = System.getProperty("mystring.value"); } if (System.getProperty("myint.value) != null) { try { String intValue = System.getProperty("myint.value"); foo.myInt = Integer.parseInt(intValue; } catch (NumberFormatException e) { ... } } } ... }you can instead use objectify-led to bind the properties for you : public class Foo { @Property("blah.value"); private static String BLAH = "default-value"; @Property("mystring.value"); private String myString; @Property("myint.value"); private int myInt = -1; public static void main(String[] args) { Foo foo = new Foo(); new PropertySetter().process(foo); } ... }By default, Strings and all primitive/wrapper classes are handled. If you wish to convert a property value into a specific class, you just need to plug in your own object factory. Additionally, the source of the properties is completely up to you. By default, properties are taken from the system environment and any Properties objects you may have plugged in; custom property contexts can be used to provide a facade to more complex value stores. Static values are handled in two ways. If an instance of a class is processed, both its instance and static members are populated if necessary. If a class is processed, just the static members are populated (what with the lack of an instance and everything…). [Less]

0
 
  0 reviews  |  1 user  |  3,675 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

All the open-source code I produce: mainly tiny utility scripts for the moment. Code in this repository can grow to a stand-alone projects if they're successful.

5.0
 
  0 reviews  |  1 user  |  29,396 lines of code  |  3 current contributors  |  Analyzed about 9 hours ago
 
 

Converted html5 boilerplate https://github.com/h5bp/html5-boilerplate to Coffeecup

0
 
  0 reviews  |  1 user  |  6,549 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

This is my default template I am currently using for express projects Includes/Uses express coffeescript coffeekup (template engine) stylus (css languange) jquery minified 1.7.1

0
 
  0 reviews  |  1 user  |  108 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Project is moved to http://code.google.com/p/jcaki

0
 
  0 reviews  |  0 users  |  18,937 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Boilerplate provides a simple framework for Python scripts. If you start with this framework, you will have: - option parsing - help with usage - a test mode - a profiling mode - a verbose mode and in general the basics for a well-behaved Unix command line tool

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

Helper classes that I've written over the years.

0
 
  0 reviews  |  0 users  |  1,301 lines of code  |  0 current contributors  |  Analyzed about 7 hours 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.