Popular recipes by jrovegno http://code.activestate.com/recipes/users/4170207/2011-06-30T13:39:29-07:00ActiveState Code RecipesExtract air quality data of Santigo , Chile on csv file (Python)
2011-06-30T13:39:29-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577773-extract-air-quality-data-of-santigo-chile-on-csv-f/
<p style="color: grey">
Python
recipe 577773
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/aire/">aire</a>, <a href="/recipes/tags/calidad/">calidad</a>, <a href="/recipes/tags/chile/">chile</a>, <a href="/recipes/tags/data_mining/">data_mining</a>, <a href="/recipes/tags/santiago/">santiago</a>).
</p>
<p>Extract air quality data of Santigo , Chile on csv file</p>
Python Gmail script (smtp) (Python)
2011-06-08T20:15:01-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577690-python-gmail-script-smtp/
<p style="color: grey">
Python
recipe 577690
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/gmail/">gmail</a>, <a href="/recipes/tags/smtp/">smtp</a>).
Revision 4.
</p>
<p>Referencias:
<a href="http://ideaschile.wordpress.com/2011/05/12/python-gmail-script-smtp/">Python Gmail script (smtp)</a></p>
Extract data from feedjit (Python)
2011-05-03T19:50:27-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577683-extract-data-from-feedjit/
<p style="color: grey">
Python
recipe 577683
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/data/">data</a>, <a href="/recipes/tags/feedjit/">feedjit</a>).
Revision 2.
</p>
<p>Script to extract data from my live traffic feed from feedjit</p>
Minimal console python (Python)
2011-03-23T20:17:53-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577622-minimal-console-python/
<p style="color: grey">
Python
recipe 577622
by <a href="/recipes/users/4170207/">jrovegno</a>
.
</p>
<p>Interpretador de linea de comandos python, sólo para uso didáctico, no debe utilizarse en producción.
Referencia
<a href="http://www.programando.org/blog/2011/03/repl/" rel="nofollow">http://www.programando.org/blog/2011/03/repl/</a></p>
Un arreglo zig-zag es un arreglo cuadrado de los primeros N2 enteros (Python)
2011-01-11T23:56:55-08:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577536-un-arreglo-zig-zag-es-un-arreglo-cuadrado-de-los-p/
<p style="color: grey">
Python
recipe 577536
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/zigzag/">zigzag</a>).
Revision 5.
</p>
<p>Un arreglo zig-zag es un arreglo cuadrado de los primeros N2 enteros, donde los números van ordenados de menor a mayor distribuidos en forma de zig zag a lo largo de las anti diagonales de la matriz (ver la figura).</p>
<p>Por ejemplo, si N es 5, el programa debe producir este arreglo:</p>
<p>0 1 5 6 14</p>
<p>2 4 7 13 15</p>
<p>3 8 12 16 21</p>
<p>9 11 17 20 22</p>
<p>10 18 19 23 24</p>
<p><a href="http://www.lnds.net/blog/2011/01/un-test-mas-dificil.html" rel="nofollow">http://www.lnds.net/blog/2011/01/un-test-mas-dificil.html</a></p>
Script para descargar videos desde http://www.chilevision.cl/ (Python)
2010-08-23T20:20:15-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577367-script-para-descargar-videos-desde-httpwwwchilevis/
<p style="color: grey">
Python
recipe 577367
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/chv/">chv</a>, <a href="/recipes/tags/download/">download</a>, <a href="/recipes/tags/tv/">tv</a>, <a href="/recipes/tags/video/">video</a>).
</p>
<p>Requiere:
- aria2c - wget
Extras:
Ofrece Descargar el resto de los videos
Uso:
# Comillas requeridas, problema parser
cvh_video.py "http://www.chilevision.cl/home/index.php?option=com_content&task=view&id=YYYYY&Itemid=XXX"</p>
Script para saber calida del aire Santiago de Chile (Python)
2011-06-02T00:55:02-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577369-script-para-saber-calida-del-aire-santiago-de-chil/
<p style="color: grey">
Python
recipe 577369
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/aire/">aire</a>, <a href="/recipes/tags/calidad/">calidad</a>, <a href="/recipes/tags/santiago/">santiago</a>).
Revision 4.
</p>
<p>Script para saber calida del aire Santiago de Chile</p>
Script para transformar videos compatibles con reproductor MP4 (Python)
2010-04-30T18:23:39-07:00jrovegnohttp://code.activestate.com/recipes/users/4170207/http://code.activestate.com/recipes/577210-script-para-transformar-videos-compatibles-con-rep/
<p style="color: grey">
Python
recipe 577210
by <a href="/recipes/users/4170207/">jrovegno</a>
(<a href="/recipes/tags/ffmpge/">ffmpge</a>, <a href="/recipes/tags/mencoder/">mencoder</a>, <a href="/recipes/tags/split/">split</a>, <a href="/recipes/tags/video/">video</a>).
Revision 3.
</p>
<p>Script para transformar videos compatibles con reproductor MP4:
MP4 2GB FUJITEL 80MP4TV2 MP4-TV (AVIConverter_320X240_20FPS_EN Setup.exe)
Requiere:
- ffmpeg - mencoder
Extras:
Divide video en partes de 10 min
Agrega subtítulos si existe el archivo file_name.srt
Uso:
avi2mp4 file_name.avi</p>