Que paso se le acabó la bateria a tu XO o te tenés que flashear?<div>Vamos arriba Uruguay</div><div>Adelante con la gurisada del Ceibal</div><div>ARRIBA FLAVIO, vamos que podemos!</div><div><br><div class="gmail_quote">2010/9/28 Flavio Danesse <span dir="ltr"><<a href="mailto:fdanesse@gmail.com">fdanesse@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">No se que me pasa que ya no puedo hablar en español más de un renglón, así que se los digo en python:<br><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(51, 51, 255)">#!/usr/bin/env python</span><br style="color:rgb(51, 51, 255)">
<span style="color:rgb(51, 51, 255)"># -*- coding: utf-8 -*-</span><br style="color:rgb(0, 0, 153)"><br style="color:rgb(0, 0, 153)"><span style="color:rgb(0, 0, 153)">import olpc</span><br style="color:rgb(0, 0, 153)">
<span style="color:rgb(0, 0, 153)">import os, sys, time</span><br style="color:rgb(102, 0, 0)"><br style="color:rgb(102, 0, 0)"><b><span style="color:rgb(102, 0, 0)">class Plan_Ceibal_Uruguay(olpc):</span><br style="color:rgb(102, 0, 0)">
<br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> def __init__(self):</span></b><br style="color:rgb(102, 0, 0)"><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> olpc.__init__(self)</span><br style="color:rgb(102, 0, 0)">
<br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.time = 2007</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.hardware = None</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> self.software = None</span><br style="color:rgb(102, 0, 0)"><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.recursos_economicos = None</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> self.recursos_humanos = None</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.apropiacion_tecnologica = 0</span><br style="color:rgb(102, 0, 0)">
<br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.estado = None</span><br style="color:rgb(102, 0, 0)"><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.time += 1</span><br style="color:rgb(102, 0, 0)">
<br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> if self.time == "2008":</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.estado = "progresando"</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> self.run()</span><br><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> time.wait()</span><br style="color:rgb(102, 0, 0)"><br style="color:rgb(102, 0, 0)">
<b><span style="color:rgb(102, 0, 0)"> def run(self):</span></b><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> </span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.recursos_economicos = "Prestamos Internacionales"</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> xo.remove_root()</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> xo.remove_clave_desarrollador()</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> self.hardware = xo * 500.000</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.software = ["Linux", "Sugar", "python"]</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> self.recursos_humanos = ["Comunidad de Software Libre del Uruguay", "CITs"]</span><br style="color:rgb(102, 0, 0)"><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> while self.estado = "progresando":</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> if "Comunidad de Software Libre del Uruguay" in self.recursos_humanos and "Linux" in self.software:</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.apropiacion_tecnologica += 1</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> else:</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.estado = "retrocediendo"</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> </span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> if self.time == 2010:</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.software.append("Microsoft")</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> self.recursos_humanos.remove("Comunidad de Software Libre del Uruguay")</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.recursos_economicos.despilfarre_todo()</span><br style="color:rgb(102, 0, 0)">
<br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> if self.estado == "retrocediendo":</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> olpc.quit()</span><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> os.system("clear")</span><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> sys.exit()</span><br style="color:rgb(102, 0, 0)">
<br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)"> self.time += 1</span><br style="color:rgb(102, 0, 0)"><b><br style="color:rgb(102, 0, 0)"><span style="color:rgb(102, 0, 0)">if __name__=="__main__":</span></b><br style="color:rgb(102, 0, 0)">
<span style="color:rgb(102, 0, 0)"> Plan_Ceibal_Uruguay()</span><br> <br>
<br>_______________________________________________<br>
Olpc-uruguay mailing list<br>
<a href="mailto:Olpc-uruguay@lists.laptop.org">Olpc-uruguay@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/olpc-uruguay" target="_blank">http://lists.laptop.org/listinfo/olpc-uruguay</a><br>
<br></blockquote></div><br></div>