My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 16
There are many reasons why you should avoid Singletons. You can read about them here: http://programmer.97things.oreilly.com/wiki/index.php/Resist_the_Temptation_of_the_Singleton_Pattern However, once in a while you may find yourself with a project which just cannot go without one. What do you d...
singleton summary : enum, DDL, holder
*Basic Usage:* {{{ //Register only one or multiple font Classes and any id for identification FontRegister.add(Verdana, "verdana"); FontRegister.add(Arial, "arial"); FontRegister.add(Times, "times"); //Get the name of font by id FontRegister.getfontName("verdana"); }}}
This PHP Twitter API intuitively caches API requests for a set amount of time to conserve API calls. This API is still in development, so not all of Twitter's API functions are implemented (over half are, though).
Wire is a tiny framework for exporting stateless singleton services over HTTP in binary mode. Sort of simplified RMI over HTTP. === Example === Hello Service Interface {{{ public interface HelloService { String hello(String name) throws HelloServiceException; } }}} Hello Service Implementat...
JEE Cluster Tools contains a set of usefull tools to help JEE developers with some cluster particularities. Was developed by Érol T. Stocchero and distributed by Érol Labs, Brazil. The two main features: - Singleton object em multiple JVM - Replication and synchronization of objects in clust...
29/10/2009 : I will not improve this project anymore. If you are looking for a good Dependency Injection framework on Android, I suggest you to try out Guice no-aop. I am currently using the excellent robo-guice (http://code.google.com/p/robo-guice/) framework, which still has no stable release as o...
This is my collection of software development related utilities and code snippets that can be used just as it is or with minor changes. License is LGPL v3 for all the codes.
This simple project provides a simple solution for creating instance controlled classes (similar to how Java String class works), i.e instances created with the same arguments share a singleton.
Singleton object-oriented MVC PHP Framework
1 2 Next