<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki2.arcoslab.org/dokuwiki/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="https://wiki2.arcoslab.org/dokuwiki/feed.php">
        <title>ArcosWiki teaching:ie0117:proyectos:2013:i:waconsys</title>
        <description></description>
        <link>https://wiki2.arcoslab.org/dokuwiki/</link>
        <image rdf:resource="https://wiki2.arcoslab.org/dokuwiki/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-05-14T23:48:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:barcode_with_webcam&amp;rev=1663632524&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:python-mysql&amp;rev=1663632524&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:using_mysql&amp;rev=1663632524&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki2.arcoslab.org/dokuwiki/lib/exe/fetch.php?media=favicon.ico">
        <title>ArcosWiki</title>
        <link>https://wiki2.arcoslab.org/dokuwiki/</link>
        <url>https://wiki2.arcoslab.org/dokuwiki/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:barcode_with_webcam&amp;rev=1663632524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-20T00:08:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:ie0117:proyectos:2013:i:waconsys:barcode_with_webcam</title>
        <link>https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:barcode_with_webcam&amp;rev=1663632524&amp;do=diff</link>
        <description>Decoding and scannig barcode with webcam

Zbar installation



First, you´ll need to install zbar packages and their python bindings.

 $ sudo apt-get install libzbar-dev zbar-tools python-zbar
Now, you can run zbarcam directly from the terminal

 $ zbarcam /dev/video0</description>
    </item>
    <item rdf:about="https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:python-mysql&amp;rev=1663632524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-20T00:08:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:ie0117:proyectos:2013:i:waconsys:python-mysql</title>
        <link>https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:python-mysql&amp;rev=1663632524&amp;do=diff</link>
        <description>Relating Python with MySQL

MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API, for install it:


sudo apt-get install python-mysqldb


Then it is just like using another package. So we can use a Python environment or a text file .py:</description>
    </item>
    <item rdf:about="https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:using_mysql&amp;rev=1663632524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-20T00:08:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:ie0117:proyectos:2013:i:waconsys:using_mysql</title>
        <link>https://wiki2.arcoslab.org/dokuwiki/doku.php?id=teaching:ie0117:proyectos:2013:i:waconsys:using_mysql&amp;rev=1663632524&amp;do=diff</link>
        <description>Creating and managing databases in MySQL

First install the MySQL server.



$ sudo apt-get install mysql-server


Automatically it will request a root password. Now we can login mysqlserver, write in console:


$ mysql -uroot -p


And write your password. Now you can create and user, commands ends with semicolon:</description>
    </item>
</rdf:RDF>
