<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.emilmont.net/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://www.emilmont.net/feed.php">
        <title>emilmont's notebook</title>
        <description></description>
        <link>http://www.emilmont.net/</link>
        <image rdf:resource="http://www.emilmont.net/lib/images/favicon.ico" />
       <dc:date>2012-02-06T13:13:11-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=tools:git&amp;rev=1328398625&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=software_engineering:languages&amp;rev=1327588758&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=tools:svn&amp;rev=1327060419&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=index&amp;rev=1325124232&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=ai:hidden_markov_model&amp;rev=1323021339&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.emilmont.net/lib/images/favicon.ico">
        <title>emilmont's notebook</title>
        <link>http://www.emilmont.net/</link>
        <url>http://www.emilmont.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.emilmont.net/doku.php?id=tools:git&amp;rev=1328398625&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-04T18:37:05-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Git</title>
        <link>http://www.emilmont.net/doku.php?id=tools:git&amp;rev=1328398625&amp;do=diff</link>
        <description>*  Notes from Version Control with Git
	*  Eclipse Pluign: EGit

Init and Cloning

Start a new project in the directory prj:


$ cd prj
$ git init
$ git add .
$ git commit -m &quot;Initial content&quot;



To clone a repository:


git clone &lt;repository_location&gt; &lt;cloned_repository_directory_name&gt;</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=software_engineering:languages&amp;rev=1327588758&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-26T09:39:18-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Languages Comparison</title>
        <link>http://www.emilmont.net/doku.php?id=software_engineering:languages&amp;rev=1327588758&amp;do=diff</link>
        <description>Open Source Activity

The 9 languages with more users in open source according to :

	*  Java
	*  C
	*  JavaScript
	*  C++
	*  Python
	*  PHP
	*  Perl
	*  Ruby
	*  C#




#!/usr/bin/python
from urllib import urlencode, urlopen
from os.path import exists, join
from os import makedirs
from hashlib import md5
from collections import defaultdict
import xml.etree.ElementTree as et
from datetime import date
from argparse import ArgumentParser

NOT_GENERAL_PROGRAMMING = [
    'HTML', 'CSS', 'Haml', 'Cl…</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=tools:svn&amp;rev=1327060419&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-20T06:53:39-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>SVN</title>
        <link>http://www.emilmont.net/doku.php?id=tools:svn&amp;rev=1327060419&amp;do=diff</link>
        <description>Splitting of a repository in its subprojects

The most common source of problem during this operation is highlighted on the SVN book:


	&quot; Subversion supports copy operations in the repository, where a new path is created by copying some already existing path. It is possible that at some point in the lifetime of your repository, you might have copied a file or directory from some location that svndumpfilter is excluding, to a location that it is including. In order to make the dump data self-suf…</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=index&amp;rev=1325124232&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-28T21:03:52-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>emilmont's notebook</title>
        <link>http://www.emilmont.net/doku.php?id=index&amp;rev=1325124232&amp;do=diff</link>
        <description>Emilio Monti's notebook.	 


&lt;emilmont@gmail.com&gt;

The most popular pages:

	*  Java Design Patterns: Model, View, Controller
	*  Python Design Patterns: Inversion of Control
	*  C: Object Oriented C
	*  Artificial Intelligence notes
	*  Tools: Doxygen
	*  Java: OpenGrok
	*  C++: By Value
	*  AI: Bayes Networks
	*  Software Engineering: Languages
	*  AI: Problem Solving
	*  C: Gsoap
	*  Linux: Real Time
	*  Python Design Patterns: Creational Patterns
	*  C: DBus
	*  Real Time DIgital Audio Proce…</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=ai:hidden_markov_model&amp;rev=1323021339&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-04T12:55:39-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Hidden Markov Model</title>
        <link>http://www.emilmont.net/doku.php?id=ai:hidden_markov_model&amp;rev=1323021339&amp;do=diff</link>
        <description>Source Code:

	*  &lt;https://github.com/emilmont/Artificial-Intelligence-and-Machine-Learning/tree/master/AI/Markov&gt;




from collections import defaultdict, Counter

from BayesNetworks.bayes_net import BayesNetwork, P


class MarkovChain:
    def __init__(self, data, n_transitions=1):
        name, p0, self.p_trans = data
        
        e = &quot;%s%%d&quot; % name
        NET = [(e % 0, p0)]
        for i in range(n_transitions):
            NET.append((e % (i+1), (
                ({e % i:True }, self.…</description>
    </item>
</rdf:RDF>

