1. Home
  2. What
  3. "manager"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

tipm/tipm

saved on
uri:
https://github.com/tipm/tipm This link is now broken.
about:
A Titanium package manager, "à la" npm or Composer

Packagist

saved on
about:
Composer, a php dependancies and package manager based on several symfony components. Bye bye PEAR?

get/loose commands for Mac Homebrew

saved on
uri:
http://wisser.me/software/get-lose.html This link is now broken.
about:
Adds get/loose commands for Mac Homebrew, which stand for "install" and "uninstall", plus Growl notifications. Some sugar in your coffee?

sfManagedCachePlugin | Recoursive

saved on
uri:
https://recoursive.com/blog/sfmanagedcacheplugin This link is now broken.
about:
The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios. This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.