This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('OUTDIR', dirname(__FILE__).'/out/'); | |
define('IN_CSV', dirname(__FILE__).'/magyar_naptar_2013_indd_utf8.txt'); | |
header('Content-Type:text/html; charset=utf-8'); | |
$layouts = array( | |
-1 => 'plain', | |
/* | |
* +--+--+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# copypasted from the internet, added foreign key check disable/enable | |
line=`grep -m 1 -n "Current Database: .$2" $1 | cut -d ":" -f 1` | |
next=`sed 1,${line}d $1|grep -m 1 -n "Current Database" | cut -d ":" -f 1` | |
end=$(($line + $next -1)) | |
echo set foreign_key_checks = 0';' | |
sed -n ${line},${end}p $1 | |
echo set foreign_key_checks = 1';' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function addWithTermination(word) { | |
var vowels = [ | |
'a', 'á', | |
'e', 'é', | |
'i', 'í', | |
'o', 'ó', | |
'ö', 'ő', | |
'u', 'ú', | |
'ü', 'ű' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ if P1 .eqs. "MAIL" | |
$ then | |
$ mail 'f$env("procedure")' MAULIS /subject="VMS BEADANDO 3" | |
$ goto legvege | |
$ endif | |
$ base = p1 * 1000000 | |
$ last = 0 | |
$ cur = 999 !gyok1hez | |
$ mul_loop: | |
$ cur = cur+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: builders/VS2010/rtmpserver/rtmpserver.vcxproj | |
=================================================================== | |
--- builders/VS2010/rtmpserver/rtmpserver.vcxproj (revision 395) | |
+++ builders/VS2010/rtmpserver/rtmpserver.vcxproj (working copy) | |
@@ -14,6 +14,7 @@ | |
<ProjectGuid>{263CEFE6-3D6C-4F9F-9FE0-DA8A9A2FA996}</ProjectGuid> | |
<RootNamespace>rtmpserver</RootNamespace> | |
<Keyword>Win32Proj</Keyword> | |
+ <ProjectName>crtmpserver</ProjectName> | |
</PropertyGroup> |
NewerOlder