<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.doumith.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Doumith</id>
		<title>wiki.doumith.net - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.doumith.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Doumith"/>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Special:Contributions/Doumith"/>
		<updated>2026-04-29T06:21:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=9</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=9"/>
				<updated>2016-04-04T22:20:46Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing &amp;lt;math&amp;gt;\vspace{-2px}x_1&amp;lt;/math&amp;gt; math&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace{-9px}c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace*{+5px}\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot; line=&amp;quot;2&amp;quot; highlight=&amp;quot;4,6&amp;quot; title=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.&lt;br /&gt;
var setArray = function(elems) {&lt;br /&gt;
    this.length = 0;&lt;br /&gt;
    push.apply(this, elems);&lt;br /&gt;
    return this;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{Euphemia}% Select Java version&lt;br /&gt;
SET JAVA VERSION 7_55&lt;br /&gt;
% Execute Euphemia on all the selected sessions&lt;br /&gt;
EXEC EUPHEMIA @{\textcolor{mymauve}{SESSIONS}}@&lt;br /&gt;
% Execute the Cross-Check Module for all the selected sessions&lt;br /&gt;
EXEC CROSS_CHECK &amp;quot;%~d0\DIR1\DIR2\CroosCheck_package&amp;quot;&lt;br /&gt;
% Execute the PCR Key Indicators for the selected user&lt;br /&gt;
EXEC KEY_INDICATORS &amp;quot;%~d0\DIR1\DIR2\KeyIndicators_package&amp;quot;&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{C++}#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
    // print hello to the console&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello, world!&amp;quot; &amp;lt;&amp;lt; std::endl;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{Java}public class Hello&lt;br /&gt;
{&lt;br /&gt;
    public static void main(String[] args)&lt;br /&gt;
    {&lt;br /&gt;
        // print hello to the console&lt;br /&gt;
        System.out.println(&amp;quot;Hello, world!&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{cmdOutput}&lt;br /&gt;
Task List OK !!&lt;br /&gt;
Starting Simulation&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{PseudoCode}&lt;br /&gt;
\INPUT{$\mathcal{D}$  \COMMENT{set of requests},\\&lt;br /&gt;
       $\beth_{max}$  \COMMENT{maximim allowable congestion},\\&lt;br /&gt;
       $T_0$ and $Cnt_{max}$  \COMMENT{parameters of the algorithm}}&lt;br /&gt;
\OUTPUT{The path assigned to each request and the number of electrical ports and optical ports to be installed at each node}&lt;br /&gt;
    \BEGIN&lt;br /&gt;
    \STEPNUM{Initializing}&lt;br /&gt;
    \STEP{Initial Solution $\Pi_0$ constructed by assigning the shortest path to each request. $\zeta_0$ is its cost and $\beth_0$ is its congestion.}&lt;br /&gt;
    \STEP{Current Solution $\Pi_c$ := Initial Solution $\Pi_0$}&lt;br /&gt;
    \STEP{$Cnt:=0$}&lt;br /&gt;
&lt;br /&gt;
    \STEPNUM{Congestion Control}&lt;br /&gt;
    \STEP{\WHILE{($\beth_c &amp;gt; \beth_{max}$)}}&lt;br /&gt;
        \subSTEP{\IF{$Cnt&amp;gt;Cnt_{max}$}}&lt;br /&gt;
                \subsubSTEP{\RETURN{Unable to satisfy the congestion constraint.}}&lt;br /&gt;
            \ELSE&lt;br /&gt;
                \subsubSTEP{Apply perturbation. New Solution: $\Pi_n(\zeta_n,\beth_n)$}&lt;br /&gt;
                \subsubSTEP{$Cnt:=Cnt+1$}&lt;br /&gt;
                \subsubSTEP{\CASE{$(\beth_n-\beth_c)$}}&lt;br /&gt;
                    \VALUE{\textbf{&amp;lt;0}}&lt;br /&gt;
                    \subsubsubSTEP{$Cnt:=0$}&lt;br /&gt;
                    \subsubsubSTEP{Accept new solution $\Pi_c$:=$\Pi_n$}&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=8"/>
				<updated>2016-04-04T22:07:29Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing &amp;lt;math&amp;gt;\vspace{-2px}x_1&amp;lt;/math&amp;gt; math&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace{-9px}c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace*{+5px}\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot; line=&amp;quot;2&amp;quot; highlight=&amp;quot;4,6&amp;quot; title=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.&lt;br /&gt;
var setArray = function(elems) {&lt;br /&gt;
    this.length = 0;&lt;br /&gt;
    push.apply(this, elems);&lt;br /&gt;
    return this;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{Euphemia}% Select Java version&lt;br /&gt;
SET JAVA VERSION 7_55&lt;br /&gt;
% Execute Euphemia on all the selected sessions&lt;br /&gt;
EXEC EUPHEMIA @{\textcolor{mymauve}{SESSIONS}}@&lt;br /&gt;
% Execute the Cross-Check Module for all the selected sessions&lt;br /&gt;
EXEC CROSS_CHECK &amp;quot;%~d0\DIR1\DIR2\CroosCheck_package&amp;quot;&lt;br /&gt;
% Execute the PCR Key Indicators for the selected user&lt;br /&gt;
EXEC KEY_INDICATORS &amp;quot;%~d0\DIR1\DIR2\KeyIndicators_package&amp;quot;&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{C++}#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
    // print hello to the console&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello, world!&amp;quot; &amp;lt;&amp;lt; std::endl;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{Java}public class Hello&lt;br /&gt;
{&lt;br /&gt;
    public static void main(String[] args)&lt;br /&gt;
    {&lt;br /&gt;
        // print hello to the console&lt;br /&gt;
        System.out.println(&amp;quot;Hello, world!&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{PseudoCode}&lt;br /&gt;
\INPUT{$\mathcal{D}$  \COMMENT{set of requests},\\&lt;br /&gt;
       $\beth_{max}$  \COMMENT{maximim allowable congestion},\\&lt;br /&gt;
       $T_0$ and $Cnt_{max}$  \COMMENT{parameters of the algorithm}}&lt;br /&gt;
\OUTPUT{The path assigned to each request and the number of electrical ports and optical ports to be installed at each node}&lt;br /&gt;
    \BEGIN&lt;br /&gt;
    \STEPNUM{Initializing}&lt;br /&gt;
    \STEP{Initial Solution $\Pi_0$ constructed by assigning the shortest path to each request. $\zeta_0$ is its cost and $\beth_0$ is its congestion.}&lt;br /&gt;
    \STEP{Current Solution $\Pi_c$ := Initial Solution $\Pi_0$}&lt;br /&gt;
    \STEP{$Cnt:=0$}&lt;br /&gt;
&lt;br /&gt;
    \STEPNUM{Congestion Control}&lt;br /&gt;
    \STEP{\WHILE{($\beth_c &amp;gt; \beth_{max}$)}}&lt;br /&gt;
        \subSTEP{\IF{$Cnt&amp;gt;Cnt_{max}$}}&lt;br /&gt;
                \subsubSTEP{\RETURN{Unable to satisfy the congestion constraint.}}&lt;br /&gt;
            \ELSE&lt;br /&gt;
                \subsubSTEP{Apply perturbation. New Solution: $\Pi_n(\zeta_n,\beth_n)$}&lt;br /&gt;
                \subsubSTEP{$Cnt:=Cnt+1$}&lt;br /&gt;
                \subsubSTEP{\CASE{$(\beth_n-\beth_c)$}}&lt;br /&gt;
                    \VALUE{\textbf{&amp;lt;0}}&lt;br /&gt;
                    \subsubsubSTEP{$Cnt:=0$}&lt;br /&gt;
                    \subsubsubSTEP{Accept new solution $\Pi_c$:=$\Pi_n$}&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{cmdOutput}&lt;br /&gt;
Task List OK !!&lt;br /&gt;
Starting Simulation&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=7</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=7"/>
				<updated>2016-04-04T22:03:48Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing &amp;lt;math&amp;gt;\vspace{-2px}x_1&amp;lt;/math&amp;gt; math&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace{-9px}c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace*{+5px}\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot; line=&amp;quot;2&amp;quot; highlight=&amp;quot;4,6&amp;quot; title=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.&lt;br /&gt;
var setArray = function(elems) {&lt;br /&gt;
    this.length = 0;&lt;br /&gt;
    push.apply(this, elems);&lt;br /&gt;
    return this;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{Euphemia}% Select Java version&lt;br /&gt;
SET JAVA VERSION 7_55&lt;br /&gt;
% Execute Euphemia on all the selected sessions&lt;br /&gt;
EXEC EUPHEMIA @{\textcolor{mymauve}{SESSIONS}}@&lt;br /&gt;
% Execute the Cross-Check Module for all the selected sessions&lt;br /&gt;
EXEC CROSS_CHECK &amp;quot;%~d0\DIR1\DIR2\CroosCheck_package&amp;quot;&lt;br /&gt;
% Execute the PCR Key Indicators for the selected user&lt;br /&gt;
EXEC KEY_INDICATORS &amp;quot;%~d0\DIR1\DIR2\KeyIndicators_package&amp;quot;&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{C++}#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
    // print hello to the console&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello, world!&amp;quot; &amp;lt;&amp;lt; std::endl;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\language{Java}public class Hello&lt;br /&gt;
{&lt;br /&gt;
    public static void main(String[] args)&lt;br /&gt;
    {&lt;br /&gt;
        // print hello to the console&lt;br /&gt;
        System.out.println(&amp;quot;Hello, world!&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\nocache\language{PseudoCode}&lt;br /&gt;
\INPUT{$\mathcal{D}$  \COMMENT{set of requests},\\&lt;br /&gt;
       $\beth_{max}$  \COMMENT{maximim allowable congestion},\\&lt;br /&gt;
       $T_0$ and $Cnt_{max}$  \COMMENT{parameters of the algorithm}}&lt;br /&gt;
\OUTPUT{The path assigned to each request and the number of electrical ports and optical ports to be installed at each node}&lt;br /&gt;
    \BEGIN&lt;br /&gt;
    \STEPNUM{Initializing}&lt;br /&gt;
    \STEP{Initial Solution $\Pi_0$ constructed by assigning the shortest path to each request. $\zeta_0$ is its cost and $\beth_0$ is its congestion.}&lt;br /&gt;
    \STEP{Current Solution $\Pi_c$ := Initial Solution $\Pi_0$}&lt;br /&gt;
    \STEP{$Cnt:=0$}&lt;br /&gt;
&lt;br /&gt;
    \STEPNUM{Congestion Control}&lt;br /&gt;
    \STEP{\WHILE{($\beth_c &amp;gt; \beth_{max}$)}}&lt;br /&gt;
        \subSTEP{\IF{$Cnt&amp;gt;Cnt_{max}$}}&lt;br /&gt;
                \subsubSTEP{\RETURN{Unable to satisfy the congestion constraint.}}&lt;br /&gt;
            \ELSE&lt;br /&gt;
                \subsubSTEP{Apply perturbation. New Solution: $\Pi_n(\zeta_n,\beth_n)$}&lt;br /&gt;
                \subsubSTEP{$Cnt:=Cnt+1$}&lt;br /&gt;
                \subsubSTEP{\CASE{$(\beth_n-\beth_c)$}}&lt;br /&gt;
                    \VALUE{\textbf{&amp;lt;0}}&lt;br /&gt;
                    \subsubsubSTEP{$Cnt:=0$}&lt;br /&gt;
                    \subsubsubSTEP{Accept new solution $\Pi_c$:=$\Pi_n$}&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;latex&amp;gt;\nocache\language{cmdOutput}Task List OK !!&lt;br /&gt;
Starting Simulation&lt;br /&gt;
&amp;lt;/latex&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=6"/>
				<updated>2016-03-28T16:36:51Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing &amp;lt;math&amp;gt;\vspace{-2px}x_1&amp;lt;/math&amp;gt; math&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace{-9px}c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vspace*{+50px}\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot; line=&amp;quot;2&amp;quot; highlight=&amp;quot;4,6&amp;quot; title=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.&lt;br /&gt;
var setArray = function(elems) {&lt;br /&gt;
    this.length = 0;&lt;br /&gt;
    push.apply(this, elems);&lt;br /&gt;
    return this;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=5</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=5"/>
				<updated>2016-03-21T22:59:54Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing math&lt;br /&gt;
&amp;lt;math&amp;gt;c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot; line=&amp;quot;2&amp;quot; highlight=&amp;quot;4,6&amp;quot; title=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.&lt;br /&gt;
var setArray = function(elems) {&lt;br /&gt;
    this.length = 0;&lt;br /&gt;
    push.apply(this, elems);&lt;br /&gt;
    return this;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=4</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=4"/>
				<updated>2016-03-21T20:23:14Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing math&lt;br /&gt;
&amp;lt;math&amp;gt;c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;javascript&amp;quot; first-line=&amp;quot;2&amp;quot; highlight=&amp;quot;[4,6]&amp;quot; title=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.&lt;br /&gt;
// http://alexgorbatchev.com&lt;br /&gt;
var setArray = function(elems) {&lt;br /&gt;
    this.length = 0;&lt;br /&gt;
    push.apply(this, elems);&lt;br /&gt;
    return this;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=3"/>
				<updated>2015-11-13T10:21:32Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing math&lt;br /&gt;
&amp;lt;math&amp;gt;c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	<entry>
		<id>http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.doumith.net/index.php?title=Main_Page&amp;diff=2"/>
				<updated>2015-11-13T10:03:42Z</updated>
		
		<summary type="html">&lt;p&gt;Doumith: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
testing math&lt;br /&gt;
&amp;lt;math&amp;gt;c=\sqrt{x_1^2 + x_2^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;/div&gt;</summary>
		<author><name>Doumith</name></author>	</entry>

	</feed>