Skip to main content

Home/ Groups/ Perl
Alberto Adrián Schiano

The Perl Review - 0 views

  •  
    PDF con articulos interesantes - socio -
Alberto Adrián Schiano

How to Design and Publish Your Website with Nvu (thesitewizard.com) - 0 views

  •  
    All you need to know to build your own website!
Alberto Adrián Schiano

Koders - Source Code Search Engine - 0 views

  •  
    Another code search (regex?)
  • ...8 more comments...
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
  •  
    Another code search (regex?)
Alberto Adrián Schiano

Jeremy Zawodny's blog - 0 views

  •  
    sobre fotos aereas, aviones, planeadores, paracaidas y noticias-guiones en perl
Alberto Adrián Schiano

FreeTechBooks.com - Free programming and computer science books, ebooks and lecture notes - 0 views

  •  
    Free books to read at different sites. A good idea! (perl books)
Alberto Adrián Schiano

Schedule - 0 views

  •  
    Yet Another Perl Conference : North America - Madison, Wisconsin - June 13-15, 2012 Schedule with VOD links
Alberto Adrián Schiano

ODF::lpOD::Tutorial - search.cpan.org - 0 views

  •  
    ODF standard file management modules Modulos estandar para administrar archivos ODF
  •  
    ODF is Oasis standard XML compressed file for open-free data exchange besides being OpenOffice standard file extension
Alberto Adrián Schiano

Secure source code hosting and collaborative development - GitHub - 0 views

  •  
    Share code with the web Compartir codigo con la web
Alberto Adrián Schiano

Felix Liberman HomePage - free downloads - 0 views

  • Training for more advanced skills - substruction/addition of numbers from 1 to 100 (adopted for little mathematicians). Perfect for children of 6-7 years old.
Alberto Adrián Schiano

Web 2.0 - Wikipedia, the free encyclopedia - 0 views

  • "Web 2.0" refers to what some people see as a second phase of development of the World Wide Web, including its architecture and its applications.
Alberto Adrián Schiano

The New PerlTk.org - Home - 0 views

  • Tk is a GUI toolkit developed by John Ousterhout, initially as a Tcl extension, to facilitate the creation of graphical user interfaces. Since then, it has grown in popularity, and as a result has been ported to many different languages. Nick Ing-Simmons ported Tk to Perl, giving us Perl/Tk.
Alberto Adrián Schiano

The New PerlTk.org - Menus - 0 views

  • Menus are a very common element in GUIs. There are some ways for creating menus in perl/Tk, which probably caused some confusion, so I will try to clarify this a little.
Alberto Adrián Schiano

Using Expect.pm 2 managge unreliable programs - 0 views

  • here is a working example. This script shows 2 ways, one is saving the key to a file and reading it back in, the other, just hard codes the file contents into a variable. I tried a few things to avoid a temp file, but no luck. There is a Content type for the write, but it dosn't seem to work for scalar....it still writes a file.
  • Because PHP sucks: escape to Perl
  • How to Make Crypt::DSA use a your key to sign something
  • ...4 more annotations...
  • looking at a post by Sisyphus on comp.lang.perl. misc, it seems that you CAN use the numeric keys, like you tried in your original post. He showed a neat trick ( which I will have to explore further) where he reblessed the key data, and it works.
  • This node How to Make Crypt::DSA use a your key to sign something got me thinking about how to extend Crypt::DSA's potential, to make public and private keys, for signing verification. The script below, will verify 2 ways, once with scalars inside the script, and once from files. The generated sig, is actually binary, so note the base64 encoding of it, for attachment to emails, etc. I must thank sisyphus for the trick of reblessing a hash back into an object. This is the critical part of the script, where the public and private keys are generated. The docs for Crypt::DSA don't show how to separate them,( and you wouldn't want to be distributing your private key in the public PEM file. :-)
  • Note: This isn't really a Perl thing, but I'm using it for Perl scripts and it's too handy not to share
  • Expect.pm Test Program One The following test program runs the unreliable program twenty times. If the unreliable program takes longer than five seconds, the attempt to run it is terminated and the test program continues.
  •  
    Using Expect with perl - tips and references - simple examples as a starting
Alberto Adrián Schiano

ImageMagick: PerlMagick, Perl API for ImageMagick - 0 views

  • PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. You must have ImageMagick 6.2.0 or above and Perl version 5.005_02 or greater installed on your system for either of these utilities to work.
Alberto Adrián Schiano

Daring Fireball: Markdown - 0 views

  •  
    Program to translate a plain text syntax into html pages
    Programa para traducir sintaxis de texto plano en hojas html

Alberto Adrián Schiano

eXtropia - the open web technology company - 0 views

  • eXtropia is an open source resource for web application development. Contained within this site are free software applications (Perl and Java), free software application development tools (Perl and Java), free tutorials, and other related resources.
  •  
    A good programming reference and starting point for any open source idea
    Una buena referencia de programacion y punto de inicio para cualquier idea de codigo abierto

Alberto Adrián Schiano

Regular Expression Library - 0 views

  •  
    Learn, try, share regular expressions
    Aprender, probar, compartir expresiones regulares

  •  
    Save Bookmark
Alberto Adrián Schiano

Developer's Guide - Google AJAX Search API - Google Code - 0 views

  •  
    Perl Access 2 Google API Acceso con perl al Google API
Alberto Adrián Schiano

the Jellybean Object Web server - 0 views

  •  
    Iaido- a personal server for any desktop n servidor personal para cualquier escritorio
Alberto Adrián Schiano

Splint Manual-Security Programming Tests-Pruebas de Seguridad de Programas - 0 views

  •  
    Problems detected by Splint include: · Dereferencing a possibly null pointer (Section 2); · Using possibly undefined storage or returning storage that is not properly defined (Section 3); · Type mismatches, with greater precision and flexibility than provided by C compilers (Section 4.1-4.2); · Violations of information hiding (Section 4.3); · Memory management errors including uses of dangling references and memory leaks (Section 5); · Dangerous aliasing (Section 6); · Modifications and global variable uses that are inconsistent with specified interfaces (Section 7); · Problematic control flow such as likely infinite loops (Section 8.3.1), fall through cases or incomplete switches (Section 8.3.2), and suspicious statements (Section 8.4); · Buffer overflow vulnerabilities (Section 9); · Dangerous macro implementations or invocations (Section 11); and · Violations of customized naming conventions. (Section 12).
« First ‹ Previous 141 - 160 Next › Last »
Showing 20 items per page