public marks

PUBLIC MARKS with search perl

This month

December 2011

Perl file size tutorial - How to get the size of a file in Perl using file test operators.

by sylvainulg (via)
no fseek(END), ftell(), fseek(BEGIN) hack anymore. Just $filesize = -s $filename /me love PERL ;)

September 2011

August 2011

Scripting Languages: PHP, Perl, Python, Ruby - Hyperpolyglot

by karlcow

Scripting Languages: PHP, Perl, Python, Ruby a side-by-side reference sheet

July 2011

perlfaq6 - what is /o really for ?

by sylvainulg (via)
The /o option for regular expressions (documented in perlop and perlreref) tells Perl to compile the regular expression only once. This is only useful when the pattern contains a variable. Perls 5.6 and later handle this automatically if the pattern does not change.

May 2011

ImageMagick: Convert, Edit, Or Compose Bitmap Images

by cascamorto & 15 others
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats over 100 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F Ada , MagickCore C , MagickWand C , ChMagick Ch , ImageMagickObject COM+ , Magick+ C+ , JMagick Java , L-Magick Lisp , NMagick Neko/haXe , MagickNet .NET , PascalMagick Pascal , PerlMagick Perl , MagickWand for PHP PHP , IMagick PHP , PythonMagick Python , RMagick Ruby , or TclMagick Tcl/TK . With a language interface, use ImageMagick to modify or create images dynamically and automagically. ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both OPEN and proprietary applications. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.

Gimp

by sylvainulg (via)
'pdl' for 'Perl Data Language' is available as is in ubuntu repository: "pdl - perl data language: Perl extensions for numerics"

April 2011

{{ mustache }}

by jpcaruana & 5 others
Available in Ruby, JavaScript, Python, Erlang, PHP, Perl, Objective-C, Java, .NET, Android, C++, Go, Lua, ooc, ActionScript, ColdFusion, Scala, Clojure, Fantom, CoffeeScript, D, and for node.js. Works great with TextMate, Vim, Emacs, and Coda.

February 2011

December 2010

Perl

by XavierMilaret
Pierre Epargne Retraite Logement : Le schéma PERL repose sur la dissociation du droit de propriété entre la « nue-propriété » de l'investisseur privé et « l’usufruit » au bénéfice d'un bailleur institutionnel pour une durée de 15 à 17 ans.

November 2010

PDF Hacks Software Downloads

by cascamorto & 2 others
* pdftk - the PDF Toolkit * Various Hacks Examples * AutoPasteLoop - Word and Open Office macros * BBOX - Acrobat plug-in (Win) * bookmark_page - Reader/Acrobat JavaScript (Win, Mac, Linux) * concat_pdf - Java * CopyTablesIntoNewDocument - Microsoft Word VBA script * Dynamic PDF Links Example - PHP * Dynamic PDF Text Example - PHP * forge_fdf - PHP * form_session - PHP * jumpsection - Acrobat plug-in (Win) * kw_index - C++ and Windows binary * merge_pdf_fdf - Java * open_new_view - Reader/Acrobat JavaScript (Win, Mac, Linux) * page_turner - Reader/Acrobat JavaScript (Win, Mac, Linux) * pdfportal - PHP * pdftoc - C++ and Windows binary * serving_pdf - PHP * shortcuts - Acrobat plug-in (Win) * PdfSkins - C++ and Windows binary, templates * submit_file - C++ and Windows binary * SummarizeComments - VBA and Perl scripts * switchboard - Windows batch file (of all things!) * TAPS - Reader/Acrobat plug-in (Win) * Virtual Printer Kit - Windows printer driver files and Ghostscript configuration files * watermark_pdf - Java

Rob van der Woude's Scripting Pages

by cascamorto
# Batch Files * Getting Started * Batch Techniques o Debugging o Data & Variables o Devices o Files o Folders o Internet o Inventory o Miscellaneous o Network o Printing o Processes & Services o Program Flow o Registry o Samples Collections o Schedulers o Security o Time & Date o UNIX Ports o User Interaction * Batch HowTos * Commands * Command Line Switches * Shutdown Commands * Short Command Line Tips * Admin One-Liners * Examples * Samples Collections * Tools * Links * Books * Challenges # KiXtart * Getting Started * Examples * Links * Tools * Books # Perl * Getting Started * Examples * Links * Tools * Books # PowerShell * Getting Started * Examples * Links * Tools * Books # Regular Expressions * Getting Started * Expressions * Examples * Links * Tools * Books # Rexx * Getting Started * Examples * OS/2 LAN Server * Links * Tools * Books # VBScript & WSH * Getting Started * VBScript Techniques o Debugging o Data & Variables o Databases o Engines o Files o Folders o Internet o Inventory o Multimedia o Network o Object Browsers o OLE Automation o Printing o Processes & Services o Registry o Regular Expressions o Shortcuts o Time & Date o User Interaction * Examples * HTA & WSC Examples * Links * Tools * Books * Challenges # WMI * Getting Started * Examples * Links * Books * Tools # ADSI * Getting Started * Examples * Links * Books * Tools # Silent Installs * General * Windows Installer * Specific software * Software requirements * Hardware requirements # Books * Batch Files * Windows * Resource Kits * KiXtart * Perl * PowerShell * Regular Expressions * Rexx * WSH & VBScript * WMI * ADSI * HTML, JavaScript & CSS # Scripting Tools * Batch Utilities * Resource Kits * Compilers * Editors * Code Generators * Regular Expressions * Automation Tools * VBScript Add-Ons * Code Search * Printing Tools * Inventory Tools * Shell Extensions * File viewers * Backup * Security * The Making Of...

October 2010

commentaires de Arve sur Hey Reddit, Join the Opera browser team for an IamA. More engineers than marketers, we promise.

by karlcow

The Opera browser itself is written in C++, but overall as a company, we use a large variety of languages - for instance Opera Dragonfly is JavaScript, the My Opera Community is Perl, Opera Mini is Java on some platforms, and other languages are used elsewhere in the company and for other projects.

June 2010

An eight-line REPL in Perl.

by sylvainulg (via)
interesting, but a bit crude on the input (only raw, no history) and ... @x = (paul john george ringo) just prints out "4" :-/ you have to type "@x" to actually get the beatles displayed.

May 2010

Simple DirectMedia Library Bindings for Perl

by sylvainulg
would you like to code graphical things in Perl ? Well, it took me 11 CPAN package to install manually, some of which turns out to have version conflicts, with no clear benefit but to be able to rebuild SDL from source in Build.PL. At the end fo the day, the SDL-2.530 perl module doesn't pass the tests. Time has been wasted, unfortunately

April 2010

ActiveState

by rwatuny & 5 others
The Dynamic Languages Company: Perl, Python and Tcl

March 2010

Active users

mfaure
last mark : 03/02/2012 14:39

sylvainulg
last mark : 15/12/2011 08:11

vrossign
last mark : 05/09/2011 22:03

karlcow
last mark : 15/08/2011 09:19

cascamorto
last mark : 19/05/2011 14:22

jpcaruana
last mark : 21/06/2011 11:58

PêUR
last mark : 04/02/2011 07:41

ikan
last mark : 22/12/2010 16:51

XavierMilaret
last mark : 08/12/2010 16:42

marco
last mark : 12/11/2010 14:53

rwatuny
last mark : 30/04/2010 19:09

NiMe
last mark : 13/04/2010 19:51

nicolargo
last mark : 12/04/2010 12:32