Archivo mensual: enero 2009

CodeDOM sencillamente con Method Extensions

            // Class and namespace declaration            CodeCompileUnit targetUnit = new CodeCompileUnit();             CodeNamespace namespaceDeclaration = new CodeNamespace(NAMESPACE);            namespaceDeclaration.Imports.Add(new CodeNamespaceImport("System"));            namespaceDeclaration.Imports.Add(new CodeNamespaceImport("System.Runtime.InteropServices"));            namespaceDeclaration.Imports.Add(new CodeNamespaceImport("Microsoft.Win32"));             CodeTypeDeclaration targetClass =              new CodeTypeDeclaration(CLASSNAME)              {                  IsClass = true,                  TypeAttributes = TypeAttributes.Public,                  IsPartial = true              }; … Seguir leyendo

Publicado en .NET | 8 comentarios

HttpLightClient y IELightClient Open Source: Mis librerías de creación de robots web

HttpLightClient http://cid-300f1a82465dccda.skydrive.live.com/embedrowdetail.aspx/Public/HttpLightClient.rarIELightClient http://cid-300f1a82465dccda.skydrive.live.com/embedrowdetail.aspx/Public/IELightClient.rar Brevemente, estas librerías son útiles para web scraping, web automation y también para todo lo que tiene que ver con web testing y web hacking (en términos de White hat). Como usar HttpLightClient La clase base en … Seguir leyendo

Publicado en .NET | 8 comentarios

Leyendo sobre R, salte a F#, se me ocurrio crear un open source university project y encontre

Esto Disfruten, 10 years ago..    

Publicado en Personal | 4 comentarios