Catégorie: Perl

17.11.09

Permalien 20:24:30, par mazet Email , 245 mots   French (FR) latin1
Catégories: Programmation, Perl

Extraire des commentaires d'un fichier C/C++

Extraction de commentaires d'un fichier C/C++ (toute la puissance du perl) #!/usr/bin/perl use strict; # default value my $format = "%"; my $pattern = ""; # help message sub usage() { print <<EOF; usage: getcomments [-f stri… suite »

14.11.09

Permalink 07:32:41 pm, by mazet Email , 5440 words   English (US) latin1
Categories: Programmation, Perl

Gnuplot Post Processor v2

Gnuplot Post Processor written in perl/gtk2 #!/usr/bin/perl -w # gpp - a GnuPlot Post Processor # Copyright (C) 2005 Laurent Mazet # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General… more »
Permalink 07:29:39 pm, by mazet Email , 4264 words   English (US) latin1
Categories: Programmation, Perl

Gnuplot Post Processor v1

Gnuplot Post Processor written in perl/tk #!/usr/bin/perl # gpp - a Gnuplot Post Processor # Copyright (C) 2005 Laurent Mazet # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Publi… more »