Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged archive  ✕
arXiv.org e-Print archive https://arxiv.org/
Tue Dec 15 21:33:55 2020 archive.org
QRCode
archive article scientifique doctorat free opensource arxiv
Lightning Generator : POV-Ray - MORAY - Hamapatch - Spatch - Blender - Poser - Poseray - 3D News http://www.lightning-generator.org/
Tue Jan 20 19:54:59 2015 archive.org
QRCode
thumbnail

LE site francophone sur POV-RAY,
Ça me rappelle mes premières années avant Internet, ou j'achetai des Disquettes à pearl diffusion avec les version de POV et des modèles...

Ah la la voir son premier TORE s'afficher après des heures de calcul :x

Le site ferme à la fin du mois, mais il y a une copie sur l'archive du web:
https://web.archive.org/web/20141220191500/http://www.lightning-generator.org/

pov raytracing internet web archive souvenir
Comment créer un script php qui auto install une application ? /shaare/5wP54Q
Tue Aug 13 22:38:20 2013 archive.org
QRCode

1) créer un fichier install.php qui contient:

<?php
$zip_file = "install.zip";
$php_install_script = "install_zip.php";
$content;
if(file_exists($zip_file)) {
$content = base64_encode(file_get_contents($zip_file));
$install_script= '<?php
// assuming file.zip is in the same directory as the executing script.
$file = \'install.zip\';
$fp = fopen($file,\'wb\');
fwrite($fp,base64_decode(\''.$content.'\'));
fclose($fp);

$zip = new ZipArchive;
$res = $zip->open($file);
if ($res === TRUE) {
// extract it to the path we determined above
$zip->extractTo(\'.\');
$zip->close();
echo "WOOT! $file extracted to here";
} else {
echo "Doh! I couldn\'t open $file";
}
';

$fp = fopen($php_install_script,'wb');
fwrite($fp,$install_script);
fclose($fp);
echo "Creation of $php_install_script DONE !!";

} else {
echo "unable to found $zip_file";
}

(ou récupérer le fichier ici : http://shaarli.memiks.fr/snippets/install.txt)

2) mettre dans le même répertoire un fichier install.zip de votre application

3) lancer le fichier install.php

4) vous obtenez un fichier intall_zip.php qui va:

a) lors de l’exécution créer le fichier install.zip d'origine
b) l'extraire la ou est le fichier install_zip.php

voila ;)

@Seb je partage car tu nous fait partager tes "petits bouts de codes"

Attention il faut l'extension zip d'activer dans php...

Fréd.

zip auto install archive php code snippets
Internet Archive: Digital Library of Free Books, Movies, Music & Wayback Machine http://archive.org/
Wed Aug 8 16:26:32 2012 archive.org
QRCode
thumbnail

Enormément de contenu pour ce site qui tente d'archiver les documents du Web, la plupart libre de droits...

merci sebsauvage : http://sebsauvage.net/links/?w2P_8w

archive music video document web
Making a USB Key Bootable in OS X [Archive] - The macosxhints Forums http://forums.macosxhints.com/archive/index.php/t-68895.html
Thu Oct 20 07:02:32 2011 archive.org
QRCode
thumbnail

[Archive] Making a USB Key Bootable in OS X Hardware and Peripherals

Making USB Key Bootable OS X mac help tiger panther 10 applescript x11 unix finder gui Archive Hardware Peripherals
4695 links, including 1609 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn