Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| <?php | |
| class xxxConfiguration extends sfXxxConfiguration | |
| { | |
| public function setup() | |
| { | |
| $this->dispatcher->connect('command.filter_options', array($this, 'filterCommandOptions')); | |
| } | |
| <?php | |
| class xxxConfiguration extends sfXxxConfiguration | |
| { | |
| public function setup() | |
| { | |
| $this->dispatcher->connect('command.filter_options', array($this, 'filterCommandOptions')); | |
| } | |
| class myI18N extends sfI18N | |
| { | |
| public function __($string, $args = array(), $catalogue = 'messages') | |
| { | |
| $string = (string) $string; | |
| if ($this->cache) | |
| { | |
| // the arguments stuff should probably be removed as this will cause | |
| // a lot of cache entries |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Install ImageMagick for image conversion:
brew install imagemagick
Install tesseract for OCR:
brew install tesseract --all-languages
Or install without --all-languages and install them manually as needed.
| #!/bin/zsh | |
| # | |
| # Highlight a given file and copy it as RTF. | |
| # | |
| # Simon Olofsson <[email protected]> | |
| # | |
| set -o errexit | |
| set -o nounset |
Dear members of the development team, CU a few days ago I commented the announcement, that Neos and Flow get rid of "TYPO3" as part of their names, as follows:
Removing "TYPO3" from Neos and Flow makes it easier to quietly abandon these products. \o/
Additionally to this tweet I had a small twitter conversation resulting in this tweet: