Browsing projects by Tag(s)

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

Showing page 1 of 4

A GWT Library that provides the widgets of Twitter Bootstrap.

5.0
 
  0 reviews  |  7 users  |  28,160 lines of code  |  31 current contributors  |  Analyzed 2 days ago
 
 

Bootstrap is an extension for the Yii PHP framework. This extension allows for using the awesome Bootstrap CSS toolkit from Twitter in Yii-applications and contains numerous widgets which can enhance the user interface of your application.

0
 
  0 reviews  |  4 users  |  3,801 lines of code  |  7 current contributors  |  Analyzed 4 days ago
 
 

version 0.9.5 - added Maven repository, UseCases, javadoc, JavaCodeSerializer, getResources, Vfs A Java runtime metadata analysis, in the spirit of ScannotationsReflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for ... [More] many modules within your project. Using Reflections you can query your metadata such as: get all subtypes of some type get all types/methods/fields annotated with some annotation, w/o annotation parameters matching get all resources matching matching a regular expression How to use?a typical use of Reflections would be: Reflections reflections = new Reflections("my.project.prefix"); Set> subTypes = reflections.getSubTypesOf(SomeClassOrInterface.class); Set> annotated = reflections.getTypesAnnotatedWith(SomeAnnotation.class); Set> annotated1 = reflections.getTypesAnnotatedWith( new SomeAnnotation() {public String value() {return "1";} public Class annotationType() {return SomeAnnotation.class;}}); Set propertiesFiles = reflections.getResources(Pattern.compile(".*\\.properties")); //depends on ResourcesScanner configured, as on next examplebasically, to use Reflections for scanning and querying, instantiate it with a Configuration, for example new Reflections(new ConfigurationBuilder() .filterInputsBy(new FilterBuilder.Include(FilterBuilder.prefix("my.project.prefix"))) .setUrls(ClasspathHelper.getUrlsForPackagePrefix("my.project.prefix")) .setScanners(new SubTypesScanner(), new TypeAnnotationsScanner().filterResultsBy(filter), new ResourcesScanner()));than use the convenient methods to query the metadata, such as getSubTypesOf, getTypesAnnotatedWith, getMethodsAnnotatedWith and more. You can use other scanners defined in Reflections as well, such as: SubTypesScanner, TypeAnnotationsScanner, FieldAnnotationsScanner, MethodAnnotationsScanner, ResourcrsScanner and more. Than use the equivalent query method in the Reflections object. browse the javadoc for more info also, browse the tests directory to see some more examples MavenRepoto use Reflections via a maven repository, configure your pom.xml with reflections-repo Reflections Maven2 Repository http://reflections.googlecode.com/svn/repo than add a dependency to Reflections in your pom.xml org.reflections reflections the latest version... UseCasesReflections can also: save scanned metadata and collect it later on runtime, for quick bootstrap of your application save your model entities metadata - fully qualified name of packages and types, fields and methods - so you can later reference these in a static manner find all resources matching a regular expression (for example find all .properties files or .xml files) see the UseCases wiki page Reflections Maven pluginThere is the ReflectionsMojo Maven plugin available for your project. With simple configuration you can save all scanned metadata into xml files upon compiling. Later on, when your project is bootstrapping you can let Reflections collect all those resources and re-create that metadata for you, making it available at runtime without re-scanning the classpath - thus reducing the bootstrapping time. Use this maven configuration in your pom file: org.reflections reflections-maven the latest version... reflections process-classes than, on runtime: Reflections reflections = isProduction() ? Reflections.collect() : new Reflections("your.package.here");Check out in the ReflectionsMojo wiki page Extending ReflectionsYou can easily extend Reflections by : create your specialized scan class, should implement Scanner provide a query method within that scan class next, use that scanner instance to first configure Reflections and than to query patches and extension are welcomed! Cheers [Less]

0
 
  0 reviews  |  4 users  |  35,993 lines of code  |  1 current contributor  |  Analyzed about 19 hours ago
 
 

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 4 days ago
 
 

A log analyzing web interface for logstash and elasticsearch

0
 
  0 reviews  |  2 users  |  13,869 lines of code  |  17 current contributors  |  Analyzed 6 months ago
 
 

ZMS

Compare

ZMS: Zope based Content Management for Science, Technology and Medicine: suitable for hospitals, research institutions, NGOs and small to medium-size international companies.

0
 
  0 reviews  |  2 users  |  120,144 lines of code  |  2 current contributors  |  Analyzed 8 days ago
 
 

A Plugin for simple Twitter Bootstrap integration into Struts2.

0
 
  0 reviews  |  1 user  |  6,785 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Django file repository is a simple web application for storage of public and private files (any kind).

0
 
  0 reviews  |  1 user  |  2,576 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
Compare

ACP3 is a highly customizable and easy to use web content management system based on PHP5 and MySQL. Features: - Completely module based - Valid HTML 5 and CSS 2.0 output - low barriers for disabled people - Automatic generation of breadcrumbs to improve usability even further - Secure: ... [More] protection against SQL-injections, salted passwords, complete input validation... - Wordlike text input with the WYSIWYG-Editors CKEditor and TinyMCE - Easy to customize: Layout based on html templates, which can be styled with CSS - Web 2.0 ready: The usage of the jQuery-Library makes it easy to add eye-candy effects or AJAX functionality - search engine optimized URIs - Access Control Lists, which allows fine grained permissions [Less]

0
 
  0 reviews  |  1 user  |  20,179 lines of code  |  2 current contributors  |  Analyzed 7 days ago
 
 

LESS is a ruby gem that extends CSS syntax to let you use variables, mixins, operations, and nested rules. http://lesscss.org/ LESSPHP is a port of that project to PHP 5.

0
 
  0 reviews  |  1 user  |  5,398 lines of code  |  18 current contributors  |  Analyzed 8 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.