webpiraten opensource auf github hat ein neues repo für den xgchunker als kohana 3 modul.
er konvertiert riesige csv/xml dateien in kleine chunks als StdClass objekt, um sie dann weiter zu verarbeiten.
webpiraten opensource auf github hat ein neues repo für den xgchunker als kohana 3 modul.
er konvertiert riesige csv/xml dateien in kleine chunks als StdClass objekt, um sie dann weiter zu verarbeiten.
endlich haben die webpiraten auch ihre opensource repos bei github am start.
trage einfach in die config.inc.php folgendes ans ende der datei:
// am ende der config.inc.php $cfg['ForceSSL'] = true;
# sucht im inhalt der datei nach suchbegriff /suchbegriff # ersetzt im inhalt der datei alt mit neu # slashes und * im patter/replacement müssen escaped werden :%s/alt/neu/g
finde alle dateien in directory die mit .ext enden und kopiere sie nach newdirectory
find directory/ -type f -name *.ext -print0 | xargs -0 cp -t newdirectory/
#!/bin/bash DONE=0 while [ $DONE -eq 0 ] do #do something and return something else than 0 when you want to exit this circle DONE=$? done
protected function rGlob($pattern = '*', $flags = 0, $path = false) { if (!$path) { $path = dirname($pattern).DIRECTORY_SEPARATOR; } $pattern = basename($pattern); $paths = glob($path.'*', GLOB_MARK|GLOB_ONLYDIR|GLOB_NOSORT); $files = glob($path.$pattern, $flags); foreach ($paths as $path) { $files = array_merge($files, $this->rGlob($pattern, $flags, $path)); } return $files; }
kanban – agilität als comic strip.
hier könnt ihr euch fusioncharts ansehen (und downloaden)