Valid XHTML     Valid CSS2    

Listing du fichier pagsd_refs.php

 

00001     <?php
00002     
# # (gH) -_- pagsd_refs.php ; TimeStamp (unix) : 07 Janvier 2019 vers 13:24
00003     
error_reporting(E_ALL | E_NOTICE | E_STRICT) ;
00004     include(
"std7.php") ;
00005     include(
"pagsd_inc.php") ;
00006     
00007     
debutPage
("Production automatis&eacute;e de graphiques et documents","strict") ;
00008     
debutSection() ;
00009     
h1
("PAGSD&nbsp;:") ;
00010     
h1
(copies("&nbsp;",8).s_span("P","gbleu")."roduction ".s_span("A","gbleu")."utomatis&eacute;e de") ;
00011     
h1
(copies("&nbsp;",8).s_span("G","gbleu")."raphiques, ".s_span("S","gbleu")."tatistiques et ".s_span("D","gbleu")."ocuments") ;
00012     
$gh
= s_nbsp(20)." gilles.hunault \"at\" univ-angers.fr" ;
00013     
h2
($gh,"gvert") ;
00014     
finSection() ;
00015     
00016     
## -------------------------------------------------------------------------------------------
00017     
00018     
debutSection() ;
00019     
blockquote() ;
00020     
00021     
h1
("R&eacute;f&eacute;rences et supports de cours","grouge") ;
00022     
00023     
blockquote() ;
00024     
00025     
p
("texte") ;
00026     echo
"On trouvera ici quelques r&eacute;f&eacute;rences, supports de cours et autres documentations " ;
00027     echo
" susceptibles d'aider &agrave; la compr&eacute;hension de la r&eacute;solution des exercices. Certains " ;
00028     echo
" documents de r&eacute;f&eacute;rence sont &agrave; lire comme des "
.b("dictionnaires").", donc &agrave; ne pas lire en entier " ;
00029     echo
" de fa&ccedil;on lin&eacute;aire de la premi&egrave;re &agrave; la derni&egrave;re page. D'autres sont des "
.b("tutoriels")." ou " ;
00030     echo
" "
.b("mini-cours")." qu'il faut lire enti&egrave;rement. Enfin, ".b("d'autres cours, plus longs").", sont mis &agrave; " ;
00031     echo
" disposition pour ceux et celles qui veulent approfondir les notions pr&eacute;sent&eacute;es." ;
00032     
finp() ;
00033     
00034     
p
("texte") ;
00035     echo
"Il va sans dire que nous avons omis les liens classiques les plus &eacute;vidents des " ;
00036     echo
" WIKI fran&ccedil;ais et anglais mais que ceux-ci sont bien s&ucirc;r les premiers documents " ;
00037     echo
" &agrave; consulter." ;
00038     
finp() ;
00039     
00040     
finblockquote() ;
00041     
00042     
## -------------------------------------------------------------------------------------------
00043     
00044     
$section
= 0 ;
00045     
00046     
$section
++; h2("$section. Graphes, graphiques et trac&eacute;s") ; $item = 0 ;
00047     
00048     
table
(0,20) ;
00049     
tr() ;
00050     
td() ;
00051     
p() ;
00052     
$img
= "ddd.png" ;
00053     echo
href
($img,img($img,"",400)) ;
00054     
finp() ;
00055     
fintd() ;
00056     
td() ;
00057     
ul() ;
00058     
00059     
debutli() ;
00060     
p
("texte") ;
00061     
$item
++ ; echo bleu($section."."."$item Graphes et trac&eacute;s")."&nbsp;: " ;
00062     
finp() ;
00063     
00064     
p() ;
00065     
nbsp
(5) ;
00066     echo
href
("http://www.graphviz.org/gallery/","graphviz")." dont " ;
00067     echo
href
("http://www.graphviz.org/documentation/","DOT");
00068     echo
"&nbsp;; " ;
00069     echo
href
("http://martin-loetzsch.de/DOTML/","DOTML")." et " ;
00070     echo
href
("http://graphml.graphdrawing.org/","GRAPHML") ;
00071     echo
"&nbsp;; " ;
00072     echo
href
("http://www.gnuplot.info/help.html","Gnuplot") ;
00073     echo
"." ;
00074     
finp() ;
00075     
finli() ;
00076     
00077     
debutli() ;
00078     
p
("texte") ;
00079     
$item
++ ; echo bleu($section."."."$item SVG")."&nbsp;: " ;
00080     
finp() ;
00081     
00082     
p() ;
00083     
nbsp
(5) ;
00084     echo
href
("http://www.w3.org/TR/SVG11/","W3C SVG")."&nbsp;; " ;
00085     echo
href
("https://www.w3schools.com/graphics/svg_intro.asp","reference")."&nbsp;; " ;
00086     
00087     echo
href
("http://tutorials.jenkov.com/svg/index.html","tutorial")."&nbsp;; " ;
00088     echo
href
("http://www.alsacreations.com/tuto/lire/1421-svg-initiation-syntaxe-outils.html","initiation (FR)","nou")."." ;
00089     
finp() ;
00090     
finli() ;
00091     
00092     
debutli() ;
00093     
p
("texte") ;
00094     
$item
++ ; echo bleu($section."."."$item Data driven documents and web libraries")."&nbsp;: " ;
00095     
finp() ;
00096     
00097     
p() ;
00098     
nbsp
(5) ;
00099     echo
href
("http://d3js.org/","D3JS") ;
00100     echo
"&nbsp;; " ;
00101     echo
href
("http://mbostock.github.io/protovis/","protovis") ;
00102     echo
"&nbsp;; " ;
00103     echo
href
("http://raphaeljs.com/","Raphael","nou") ;
00104     echo
"&nbsp;; " ;
00105     echo
href
("http://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-12-385","Krona") ;
00106     echo
"&nbsp;; " ;
00107     echo
href
("http://jpgraph.net/features/gallery.php","JPGRAPH") ;
00108     echo
"." ;
00109     
finp() ;
00110     
finli() ;
00111     
00112     
finul() ;
00113     
fintd() ;
00114     
fintr() ;
00115     
fintable() ;
00116     
00117     
## -------------------------------------------------------------------------------------------
00118     
00119     
$section
++; h2("$section. Textes, tableaux et documents") ; $item = 0 ;
00120     
00121     
p
("texte") ;
00122     echo
"Il y a tellement de livres et de PDF sur
$LATEX qu'il serait illusoire de vouloir fournir " ;
00123     echo
" une liste exhaustive de bonnes r&eacute;f&eacute;rences. Celles fournies ici ont pour but d'assurer " ;
00124     echo
" un socle minimal de connaissances conceptuelles et techniques pour aborder
$LATEX." ;
00125     echo
" Nous avons aussi limit&eacute; les r&eacute;f&eacute;rences &agrave;
$xml car nous avons un " ;
00126     echo
href
("../Webrd","cours d&eacute;di&eacute; &agrave; XML","gvertf nou").". " ;
00127     
finp() ;
00128     
00129     
table
(0,20) ;
00130     
tr() ;
00131     
td() ;
00132     
ul() ;
00133     
00134     
debutli() ;
00135     
p
("texte") ;
00136     
$item
++ ; echo bleu($section."."."$item Formats et m&eacute;taformats")."&nbsp;: " ;
00137     
finp() ;
00138     
00139     
p() ;
00140     
nbsp
(5) ;
00141     
#echo href("../Tools/Word2007RTFSpec9.zip","RTF_spec9") ;
00142     
echo
href("http://www.biblioscape.com/rtf15_spec.htm","RTF specs") ;
00143     echo
"&nbsp;; " ;
00144     echo
href
("http://tools.ietf.org/html/rfc4180","CSV_rfc4180") ;
00145     echo
"&nbsp;; " ;
00146     echo
href
("https://code.google.com/p/php-excel-reader/","php-excel-reader") ;
00147     echo
"&nbsp;; " ;
00148     echo
href
("https://github.com/PHPOffice/PHPWord","PHPWord") ;
00149     echo
"." ;
00150     
finp() ;
00151     
finli() ;
00152     
00153     
debutli() ;
00154     
p
("texte") ;
00155     
$item
++ ; echo bleu($section."."."$item LATEX")."&nbsp;: " ;
00156     
finp() ;
00157     
00158     
p() ;
00159     
nbsp
(5) ;
00160     echo
href
("http://www.irem.univ-bpclermont.fr/IMG/pdf/Memento-2.pdf","memento") ;
00161     echo
"&nbsp;; " ;
00162     echo
href
("http://perso.mines-albi.fr/~gaborit/latex/initiation/initiation-latex.pdf","initiation") ;
00163     echo
"&nbsp;; " ;
00164     echo
href
("http://framabook.org/5-tout-ce-que-vous-avez-toujours-voulu-savoir-sur-latex-sans-jamais-oser-le-demander/","Lozano") ;
00165     echo
"&nbsp;; " ;
00166     echo
href
("http://www.ctan.org/","CTAN") ;
00167     echo
"&nbsp;; " ;
00168     echo
href
("http://www.grappa.univ-lille3.fr/FAQ-LaTeX/","FAQ Grappa") ;
00169     echo
"&nbsp;; " ;
00170     echo
href
("http://fr.wikibooks.org/wiki/LaTeX","fr.wikibook") ;
00171     echo
"." ;
00172     
finp() ;
00173     
finli() ;
00174     
00175     
finul() ;
00176     
fintd() ;
00177     
td() ;
00178     
p() ;
00179     
$img
= "latex.png" ;
00180     echo
href
($img,img($img,"",400)) ;
00181     
finp() ;
00182     
fintd() ;
00183     
fintr() ;
00184     
fintable() ;
00185     
00186     
## -------------------------------------------------------------------------------------------
00187     
00188     
$section
++; h2("3. Langages de programmation") ; $item = 0 ;
00189     
00190     
## -------------------------------------------------------------------------------------------
00191     
00192     
p
("texte") ;
00193     echo
"Les solutions pr&eacute;sent&eacute;es utilisent principalement
$php, $js et $R. " ;
00194     echo
" Pour de tr&egrave;s courtes manipulations de mots dans des fichiers, " ;
00195     echo
href
("../tuteurs/tutawk.htm","AWK")." et sa version GNU nomm&eacute;e ".b("gawk") ;
00196     echo
" reste le plus adapt&eacute;." ;
00197     
finp() ;
00198     
00199     
p
("texte") ;
00200     echo
" Pour d'autres langages de script, consulter mon cours " ;
00201     echo
href
("../Scripts","Langages de script","gvert nou")."." ;
00202     
finp() ;
00203     
00204     
table
(0,20) ;
00205     
tr() ;
00206     
td() ;
00207     
p() ;
00208     
$img
= "hwriter.png" ;
00209     echo
href
($img,img($img,"",400)) ;
00210     
finp() ;
00211     
fintd() ;
00212     
td() ;
00213     
ul() ;
00214     
00215     
debutli() ;
00216     
p
("texte") ;
00217     
$item
++ ; echo bleu($section."."."$item PHP")."&nbsp;: " ;
00218     
finp() ;
00219     
00220     
p() ;
00221     
nbsp
(5) ;
00222     echo
href
("../tuteurs/tutphp.htm","tuteur PHP")."&nbsp;; " ;
00223     echo
href
("http://php.net/manual/fr/","manuel PHP")."&nbsp;;" ;
00224     
finp() ;
00225     
finli() ;
00226     
00227     
debutli() ;
00228     
p
("texte") ;
00229     
$item
++ ; echo bleu($section."."."$item JAVASCRIPT")."&nbsp;: " ;
00230     
finp() ;
00231     
00232     
p() ;
00233     
nbsp
(5) ;
00234     echo
href
("../tuteurs/tutjs.htm","tuteur Javascript") ;
00235     echo
" et son compl&eacute;ment " ;
00236     echo
href
("../tuteurs/tutajax.php","tuteur Ajax")."&nbsp;;" ;
00237     
finp() ;
00238     
finli() ;
00239     
00240     
debutli() ;
00241     
p
("texte") ;
00242     
$item
++ ; echo bleu($section."."."$item Logiciel et langage R")."&nbsp;: " ;
00243     
finp() ;
00244     
00245     
p() ;
00246     
nbsp
(5) ;
00247     echo
href
("../wstat/Introduction_R","introduction &agrave; R")."&nbsp;; " ;
00248     echo
href
("http://cran.r-project.org/","CRAN")."&nbsp;; " ;
00249     echo
href
("http://www.stat.uni-muenchen.de/~leisch/Sweave/","Sweave") ;
00250     echo
"&nbsp;; " ;
00251     echo
href
("http://rmarkdown.rstudio.com/","RMarkdown")."&nbsp;; " ;
00252     echo
href
("http://pbil.univ-lyon1.fr/Rweb/Rweb.general.html","Rweb")."&nbsp;; " ;
00253     echo
href
("http://www.duclert.org/","Aide-memoire-R").". " ;
00254     
finp() ;
00255     
finli() ;
00256     
00257     
finul() ;
00258     
fintd() ;
00259     
fintr() ;
00260     
fintable() ;
00261     
00262     
## -------------------------------------------------------------------------------------------
00263     
00264     
pvide() ;
00265     
00266     
p() ;
00267     echo
href
("montresource.php?nomfic=pagsd_refs.php","Code-source de cette page","orange_stim nou")."." ;
00268     
finp() ;
00269     
00270     
finblockquote() ;
00271     
finSection() ;
00272     
00273     
## -------------------------------------------------------------------------------------------
00274     
finPage() ;
00275     
?>

Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.

 

 

retour gH    Retour à la page principale de   (gH)