<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://doku.roy20100.synology.me/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://doku.roy20100.synology.me/feed.php">
        <title>Roy'sWiki vincent</title>
        <description></description>
        <link>http://doku.roy20100.synology.me/</link>
        <image rdf:resource="http://doku.roy20100.synology.me/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-14T12:03:19+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://doku.roy20100.synology.me/doku.php?id=vincent:octavegirouxetphilomenedemers&amp;rev=1599700400&amp;do=diff"/>
                <rdf:li rdf:resource="http://doku.roy20100.synology.me/doku.php?id=vincent:pdf&amp;rev=1556988693&amp;do=diff"/>
                <rdf:li rdf:resource="http://doku.roy20100.synology.me/doku.php?id=vincent:python&amp;rev=1556935518&amp;do=diff"/>
                <rdf:li rdf:resource="http://doku.roy20100.synology.me/doku.php?id=vincent:sql&amp;rev=1556941184&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://doku.roy20100.synology.me/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Roy'sWiki</title>
        <link>http://doku.roy20100.synology.me/</link>
        <url>http://doku.roy20100.synology.me/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://doku.roy20100.synology.me/doku.php?id=vincent:octavegirouxetphilomenedemers&amp;rev=1599700400&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-09T21:13:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vincent:octavegirouxetphilomenedemers</title>
        <link>http://doku.roy20100.synology.me/doku.php?id=vincent:octavegirouxetphilomenedemers&amp;rev=1599700400&amp;do=diff</link>
        <description>Octave Giroux et Philomène Demers

2020-09-09 Tout le contenu est retourné dans le fichier Word</description>
    </item>
    <item rdf:about="http://doku.roy20100.synology.me/doku.php?id=vincent:pdf&amp;rev=1556988693&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-04T12:51:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vincent:pdf</title>
        <link>http://doku.roy20100.synology.me/doku.php?id=vincent:pdf&amp;rev=1556988693&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://doku.roy20100.synology.me/doku.php?id=vincent:python&amp;rev=1556935518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-03T22:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vincent:python</title>
        <link>http://doku.roy20100.synology.me/doku.php?id=vincent:python&amp;rev=1556935518&amp;do=diff</link>
        <description>ceci est du python


import mysql.connector as mariadb
import urllib.request as ulr
import simplekml
import time
import json
#connecte MariaDB
conn=mariadb.connect(host='192.168.0.131',port='3307',user='roy',database='genealogy')
cur=conn.cursor()
kml=simplekml.Kml()
#anc_id=1673247
anc_id=9999999
#cur.execute(&quot;with recursive anc as(select * from t_person where id=%s UNION select p.* from t_person p join anc on anc.idf=p.id or anc.idm=p.id) select max(py) py,max(pr) pr,lat,lon,group_concat(id,':…</description>
    </item>
    <item rdf:about="http://doku.roy20100.synology.me/doku.php?id=vincent:sql&amp;rev=1556941184&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-03T23:39:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vincent:sql</title>
        <link>http://doku.roy20100.synology.me/doku.php?id=vincent:sql&amp;rev=1556941184&amp;do=diff</link>
        <description>SQL

code intersection de deux arbre et aucun doublon:


/*select schema*/
use genealogy;

/*recursive cte1*/
with recursive anc1 as(select *,0000001 st from t_person where id=1673247 UNION 
select p.*,((2*anc1.st)+(p.Sexe='F')) st from t_person p join anc1 on anc1.idf=p.id or anc1.idm=p.id),

/*recursive cte2*/
anc2 as(select *,0000001 st from t_person where id=1673246 UNION 
select p.*,((2*anc2.st)+(p.Sexe='F')) st from t_person p join anc2 on anc2.idf=p.id or anc2.idm=p.id),

/*find intersect…</description>
    </item>
</rdf:RDF>
