-
-
scaffold-resource-matrix
... multi-client access
(like one view for HTML, one for an XML API, one for ATOM,
etc). Everything comes with sample unit, functional and ... need to add a declaration to your
config/routes.rb file to hook up the rules that'll point URLs to this
new resource. ...
-
betabrite
... the BetaBrite module:
require 'betabrite/autotest'
require 'usb'
Autotest::BetaBrite.hook(BetaBrite::USB) do |failures, erorrs|
failures.rgb('0000FF') if ... .green?
end
You don't need to give the hook method a block, but you can if you'd ...
-
jssocket
... jsSocket({ port: 443, autoconnect: false })
socket.onData = function(data){ alert(data) }
socket.connect()
- Hook into connected/disconnected/data events
var socket = jsSocket({
onOpen: function() { alert('connected') ...
-
git-sentinel
... to integrate the two. By utilizing Unfuddle's API and GitHub's post-receive hook, you can start commiting code to GitHub as if ... the config.sample.yml for guidance.
4. Point the post-receive hook for your GitHub repo to where you have git-sentinel running. ...
-
reek
... /RSpec-matchers.md)
* Include Reek using the [Developer API](docs/API.md)
## Developing Reek / Contributing
The first thing ... [overcommit](https://github.com/brigade/overcommit) - a Git commit hook manager with support for
Reek
* [ruby-critic](https:// ...
-
augmentations
Rails plugin that provides a simple API for extending a model/class from a module.
# Augmentations
*Augmentations* is a ... would in the class itself, without (ab)using the `self.included` hook and thus with less boilerplate.
Use it like
class User < ...
-
mysqlplus_adapter
... a fork of mysql-2.8.4pre ) exposes an asynchronous API that lends itself very well to decoupling the stock ... ) through :
config.threadsafe!
This configuration hook removes the global Dispatcher lock and yields one connection ...
-
campfireclient
... DOM. ConsoleClient uses gnu's Java
getOpt to parse command-line options.
It collects new messages by adding a hook into
Campfire.Responders, which dispatches alerts(). HtmlUnit
provides a mechanism for handling alert events, and the
client's ability ...
-
tscontact
... If you are using the ABPeoplePickerNavigationController on the iPhone SDK you can hook
TSContact into the peoplePickerNavigationController:peoplePicker delegate method:
- (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *) ...
-
scion
... (setq scion-program "~/.cabal/bin/scion-server")
(defun my-haskell-hook ()
;; Whenever we open a file in Haskell mode, also ... example, not all error
messages are reported using the GHC API but instead are printed to
stdout/stderr. Some parts ...
-