Bongo

Component type

module

Maintenance status

Development status

Downloads

5501

Component created

Component changed

Bongo is a GPS-based, real-time passenger information system that allows riders to find current bus locations as well as predictions for upcoming bus arrivals for Iowa City, Coralville and The University of Iowa.

The Bongo module provides functions that interact with the Bongo API.

The Bongo Panes module creates a ctools content types for displaying Bongo prediction information in something like Panels.

Hudson - status report

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was put together in order to provide access to the status of current Hudson builds without ssh tunneling. Since administrators are usually logged on to the site, they might as well be able to access that data here. Hope it's useful for somebody.

Random Fonts

Component type

module

Maintenance status

Development status

Downloads

2810

Component created

Component changed

Random Fonts assigns random web fonts to elements of your site. Use it if you want to spice up your site with some web fonts, but just cannot make a choice. Just so we are clear - this module is supposed to be used in the development stage, not on production sites.

Shipped with this module is another one, Ransom Note, which lets you create mixed font displays looking like just that.

taxonomy_term_id

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

taxonomy_term_id is a module for Drupal 7.x that provides a solid and easy
accessible way to retrieve taxonomy term ids as array by passing taxonomy term title.

calling method :


/**
 * Returns the taxanomy ids curresponding to the given terms as array.
 *
 */
 $terms = get_taxonomy_id($terms);

AWS D7 Fixes

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a sandbox project to fix the D7 bugs in the project: Amazon Web Services API. The project will eventually be deprecated for the newer AWS SDK , which is a wrapper for Amazon's own PHP SDK.

There are some submodules specific to the Cloud project that needs to be fixed. Once fixed, Amazon Web Services API should not be used anymore unless another module specifically calls for it.

Role memory limit

Component type

module

Maintenance status

Development status

Downloads

4163

Component created

Component changed

Summary

Role memory limit is a small module that allow you to set php_memory_limit per role and command line usage(drush).

Example of usage

Lets say your php memory limit is set to 128mb and your site has a lot of blocks and you try to get into block listing page and drupal crashes.
That is becuse there isn't enough memory.
With this module you can set so the admin have more memory, that way you can render pages that needs alot of memory but still keep the original php memory limit for other users.