Install convmv if you don't have it
sudo apt-get install convmv
Convert all files in a directory from NFD to NFC:
convmv -r -f utf8 -t utf8 --nfc --notest .
| <?php | |
| namespace Vm\Vmtemplates\Controller; | |
| /***************************************************************** | |
| * Copyright notice | |
| * | |
| * (c) 2014 Benjamin Rau <[email protected]> | |
| * | |
| * All rights reserved | |
| * | |
| * This script is part of the TYPO3 project. The TYPO3 project is |
| #!/bin/bash | |
| BITS=2048 | |
| # In one line: | |
| # rm -f temp.key && ssh-keygen -t rsa -b 2048 -f temp.key -N "" -q && ssh-keygen -e -f temp.key -m PKCS8 | tr "\n" " " && echo && cat temp.key | tr "\n" " " && echo | |
| # In multiple lines: | |
| rm -f temp.key | |
| ssh-keygen -t rsa -b $BITS -f temp.key -N "" -q |
| 20 = HMENU | |
| 20 { | |
| special = categories | |
| special.value = 2 | |
| 1 = TMENU | |
| 1 { | |
| wrap = <ul>|</ul> | |
| NO { |
| lib.pageCategories = CONTENT | |
| lib.pageCategories { | |
| wrap = <ul>|</ul> | |
| table = pages | |
| select { | |
| uidInList = this | |
| pidInList = 0 | |
| selectFields = sys_category.title | |
| join = sys_category_record_mm ON pages.uid = sys_category_record_mm.uid_foreign JOIN sys_category ON sys_category.uid = sys_category_record_mm.uid_local | |
| where = sys_category_record_mm.tablenames = 'pages' |
| #!/usr/bin/env bash | |
| # phase one: core install | |
| # Pro tip: edit the script and use this repository instead to try out the | |
| # codename "Awesome Ocelot" project - which should be even faster than the | |
| # bare 6.2 core: https://github.com/NamelessCoder/TYPO3.CMS.git | |
| # Live demo of "Awesome Ocelot" is at http://staging.namelesscoder.net | |
| git clone https://github.com/TYPO3/TYPO3.CMS.git --depth 1 |
Install convmv if you don't have it
sudo apt-get install convmv
Convert all files in a directory from NFD to NFC:
convmv -r -f utf8 -t utf8 --nfc --notest .
A list of Sketch plugins hosted at GitHub, in no particular order.
| # Page TSConfig: | |
| tx_gridelements.setup { | |
| # ID of Element | |
| 1 { | |
| title = Two Columns | |
| config { | |
| colCount = 2 | |
| rowCount = 1 | |
| rows { | |
| 1 { |
| address=/t3cmsdev/127.0.0.1 | |
| address=/l/127.0.0.1 | |
| address=/silex/127.0.0.1 | |
| address=/symfony2/127.0.0.1 | |
| address=/dev/127.0.0.1 |