Map commands for completely custom keyboard sequences, keystrokes, commands and actions. Viebrc config file for all custom/Vim/Vieb commands to configure settings permanently. Set command for runtime setting configuration exactly like Vim. Vim-compatible options: showcmd, timeout, colorscheme, maxmapdepth, spelllang, splitright, smartcase etc.
SystemMap is a utility for software developers that want to create well structured software products that are understood by all stakeholders from business to developer.
It allows to:
- Create "System Maps" to describe software products
- Decompose systems deeply
Also, it has some cool goodies:
- Image viewer for linked wireframes
- Track development progress
- Trace the specification into the source code
And it’s a team player:
- System Maps can be exported to MS Word or as image
- Freemind is very tightly integrated since it’s a great decomposer as well
Robotlegs extension to facilitate the use of AS3-Signals with Robotleg
signals-extensions-CommandSignal is an ActionScript 3 extension that integrates Robotlegs and AS3-Signals frameworks to provide a cleaner, strongly typed alternative to traditional Flash Events in application architecture. Robotlegs uses events as the communication mechanism between models, services, and commands, but this project replaces that system with the more robust and object-oriented AS3-Signals. By combining the two, developers can eliminate the ambiguity and string-based event registration common in standard event-driven patterns. The library introduces the SignalCommandMap, a utility that allows developers to map Signals to Commands, enabling commands to trigger automatically when a Signal’s dispatch() method is called. ...