Skip to content

Instantly share code, notes, and snippets.

View Thijzer's full-sized avatar
😃

Thijs De Paepe Thijzer

😃
View GitHub Profile
@Thijzer
Thijzer / locale.xml
Last active August 29, 2015 13:56
fork locale.xml default file
<?xml version="1.0" encoding="utf-8"?>
<locale>
<frontend>
<core>
</core>
</frontend>
<backend>
<core>
@Thijzer
Thijzer / fork-converter.php
Last active August 29, 2015 13:56
Fork: spoon 2 twig converter
#!/usr/bin/php -q
<?php
// declaring some vars
(!empty($argv[1])) ? $inputFile = $argv[1] : exit('no input file given as parameter' . PHP_EOL);
date_default_timezone_set("Europe/Brussels");
$selection = false;
$method = false;
$fh = fopen('php://stdin', 'r');