Result:
found more than 790 distributions - search limited to the first 2001 files matching your query ( run in 1.885 )


P5U-Command-Changes

 view release on metacpan or  search on metacpan

META.ttl  view on Meta::CPAN

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

_:r1369770599r0 a dcs:Update ;
	rdfs:label "Use match::simple instead of smartmatch." .
_:r1369770599r1 <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/P5U/Command/Changes.pm" ;
	<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#programmingLanguage> "Perl" ;
	a <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>, <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode> ;
	rdfs:label "P5U::Command::Changes" .
_:r1369770599r2 <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/P5U/Command/Changes.pm" ;
	<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#programmingLanguage> "Perl" ;
	a <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>, <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode> ;
	rdfs:label "P5U::Command::Changes" .
_:r1369770599r3 <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/P5U/Command/Changes.pm" ;
	<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#programmingLanguage> "Perl" ;
	a <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>, <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode> ;
	rdfs:label "P5U::Command::Changes" .
_:rbC75159A8C7CF11E2A9D4F10D5BF283EDr0 dcs:item _:r1369770599r0 .
_:rbC75159A8C7CF11E2A9D4F10D5BF283EDr1 doap:browse <https://github.com/tobyink/p5-p5u-command-changes> ;
	a doap:GitRepository .
<http://dev.perl.org/licenses/> <http://purl.org/dc/terms/title> "the same terms as the perl 5 programming language system itself" .

 view all matches for this distribution


P5U-Command-Deps

 view release on metacpan or  search on metacpan

META.ttl  view on Meta::CPAN

@prefix dc:    <http://purl.org/dc/terms/> .
@prefix dcs:   <http://ontologi.es/doap-changeset#> .
@prefix dist:  <http://purl.org/NET/cpan-uri/dist/P5U-Command-Deps/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

dist:project
	a                 doap:Project;

 view all matches for this distribution


P5U

 view release on metacpan or  search on metacpan

META.ttl  view on Meta::CPAN

@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/P5U.pm" .
_:mst foaf:nick "MSTROUT" .
_:mxh a foaf:Person ;
	foaf:mbox <mailto:hunter@missoula.org> ;
	foaf:name "Mateu X Hunter" .
_:r1369402464r0 dcs:item [

META.ttl  view on Meta::CPAN

		dcs:thanks _:mst ;
		a dcs:Update ;
		rdfs:label "Switch from Any::Moose to Moo."@en
	] ;
	dcs:versus dist:v_0-004 .
_:script <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "bin/p5u" .
<http://dev.perl.org/licenses/> <http://purl.org/dc/terms/title> "the same terms as the perl 5 programming language system itself" .
dist:project cpant:install_script _:script ;
	cpant:perl_version_from _:main ;
	cpant:readme_from _:main ;
	cpant:requires "App::Cmd", "Class::Load", "File::HomeDir", "File::pushd", "JSON 2.00", "LWP::Simple", "Module::Info", "Module::Manifest", "Moo 1.002000", "Object::AUTHORITY", "Path::Iterator::Rule", "Path::Tiny", "PerlX::Maybe", "Test::Pod", "Type::...

 view all matches for this distribution


PAR-Packer

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Perl interpreter).

- Fix RT #124445 "Par-Packer 'falsifies' PerlTk server() and Win32 GetOSName() and GetOSVersion() output on Windows 10"

  Add <compatibility> section to pp.manifest
  (cf. https://msdn.microsoft.com/en-us/library/windows/desktop/dn481241(v=vs.85).aspx)
  to make par.exe "Windows 10 aware".

- Add dependencies on stuff in myldr/winres to myldr/Makefile

- Fix parallel make: install modules into blib *before* recursing into "myldr"

 view all matches for this distribution


PDF-Create

 view release on metacpan or  search on metacpan

lib/PDF/Create/Page.pm  view on Meta::CPAN


    $page->setrgbcolor(0,0,1);
    $page->string($font, 15, 102, 792, 'MANWAR - PDF::Create');

    my $text = qq{
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It h...
    };

    $page->block_text({
        page       => $page,
        font       => $font,

 view all matches for this distribution


PDF-Reuse-Tutorial

 view release on metacpan or  search on metacpan

Tutorial.pm  view on Meta::CPAN


=for end

Change the directories (and CLASSID) so it can be run on your machine
If something goes wrong and it is within the control of PDF::Reuse, you 
get an error log on the desktop.

The first time you run via an ActiveX object, it is fairly slow, but if you
do it repeatedly, the performance is quit acceptable.

=head2 Generate OO-code

 view all matches for this distribution


PDL-NDBin

 view release on metacpan or  search on metacpan

lib/PDL/NDBin.pm  view on Meta::CPAN

most important features of PDL::NDBin aren't found in other modules on CPAN.
But there are a few histogramming modules on CPAN, and it is interesting to
examine how well PDL::NDBin does in comparison.

I've run a number of tests with PDL version 0.008 on a laptop with an Intel i3
CPU running at 2.40 GHz, and on a desktop with an Intel i7 CPU running at 2.80
GHz and fast disks. The following table, obtained with 100 bins and a data file
of 2 million data points, shows typical results on the laptop:

	Benchmark: timing 50 iterations of MGH, MH, MSHXS, PND, hist, histogram...
	       MGH: 42 wallclock secs (42.48 usr +  0.05 sys = 42.53 CPU) @  1.18/s (n=50)

 view all matches for this distribution


POE-Component-Client-Feed

 view release on metacpan or  search on metacpan

t/data/atom.xml  view on Meta::CPAN

    <author>
      <name>vti</name>
    </author>
    <updated>2010-11-03T09:56:42Z</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Here is a video a made up to show that it is possible to run a VNC client in your browser! Perl + WebSockets + VNC Source code is available on GitHub http://github.com/vti/showmethedesktop.
</div>
    </content>
  </entry>
  <entry>
    <link rel="alternate" href="http://showmetheco.de/articles/2010/11/perl-websockets-and-vnc-in-your-browser.html" type="text/html"/>

t/data/atom.xml  view on Meta::CPAN

    <author>
      <name>vti</name>
    </author>
    <updated>2010-11-03T07:57:00Z</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Here is a video a made up to show that it is possible to run a VNC client in your browser! Perl + WebSockets + VNC Source code is available on GitHub http://github.com/vti/showmethedesktop.
</div>
    </content>
  </entry>
  <entry>
    <link rel="alternate" href="http://blog.lib.umn.edu/leonard/perl/2010/11/the-lone-programmer.html" type="text/html"/>

 view all matches for this distribution


POE-Component-FeedAggregator

 view release on metacpan or  search on metacpan

t/data/atom.xml  view on Meta::CPAN

    <author>
      <name>vti</name>
    </author>
    <updated>2010-11-03T09:56:42Z</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Here is a video a made up to show that it is possible to run a VNC client in your browser! Perl + WebSockets + VNC Source code is available on GitHub http://github.com/vti/showmethedesktop.
</div>
    </content>
  </entry>
  <entry>
    <link rel="alternate" href="http://showmetheco.de/articles/2010/11/perl-websockets-and-vnc-in-your-browser.html" type="text/html"/>

t/data/atom.xml  view on Meta::CPAN

    <author>
      <name>vti</name>
    </author>
    <updated>2010-11-03T07:57:00Z</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Here is a video a made up to show that it is possible to run a VNC client in your browser! Perl + WebSockets + VNC Source code is available on GitHub http://github.com/vti/showmethedesktop.
</div>
    </content>
  </entry>
  <entry>
    <link rel="alternate" href="http://blog.lib.umn.edu/leonard/perl/2010/11/the-lone-programmer.html" type="text/html"/>

 view all matches for this distribution


POE-Component-IRC-Plugin-RTorrentStatus

 view release on metacpan or  search on metacpan

lib/POE/Component/IRC/Plugin/RTorrentStatus.pm  view on Meta::CPAN

L<POE::Component::IRC|POE::Component::IRC> plugin. It reads a log file
generated by the included L<irctor-queue> program and posts messages to
IRC describing the events. See the documentation for L<irctor-queue>
on how to set it up with RTorrent.

 -MyBot:#channel- Enqueued: ubuntu-9.10-desktop-i386.iso (700MB, by hinrik)
 -MyBot:#channel- Aborted: ubuntu-9.10-desktop-i386.iso (10% done, ratio: 0.05, up: 35MB)
 -MyBot:#channel- Enqueued: ubuntu-9.10-desktop-amd64.iso (700MB, by hinrik)
 -MyBot:#channel- Finished: ubuntu-9.10-desktop-amd64.iso in 20 minutes (597kB/s); Checking hash...
 -MyBot:#channel- Hashed: ubuntu-9.10-desktop-amd64.iso in 10 seconds
 -MyBot:#channel- Removed: ubuntu-9.10-desktop-amd64.iso (ratio: 2.00, up: 1400MB)

And if you've got unraring enabled:

 -MyBot:#channel- Enqueued: foobar (100MB, by hinrik)
 -MyBot:#channel- Finished: foobar in 10 minutes (171kB/s); Checking hash...

 view all matches for this distribution


POE-Component-Server-NRPE

 view release on metacpan or  search on metacpan

Debian_CPANTS.txt  view on Meta::CPAN

"libfeed-find-perl", "Feed-Find", "0.06", "0", "0"
"libfile-basedir-perl", "File-BaseDir", "0.03", "0", "0"
"libfile-chmod-perl", "File-chmod", "0.32", "0", "0"
"libfile-copy-recursive-perl", "File-Copy-Recursive", "0.38", "0", "0"
"libfile-counterfile-perl", "File-CounterFile", "1.04", "0", "0"
"libfile-desktopentry-perl", "File-DesktopEntry", "0.04", "0", "0"
"libfile-find-object-perl", "File-Find-Object", "0.2.0", "0", "0"
"libfile-find-rule-perl", "File-Find-Rule", "0.30", "1", "0"
"libfile-find-rule-perl-perl", "File-Find-Rule-Perl", "1.04", "0", "0"
"libfile-find-rule-vcs-perl", "File-Find-Rule-VCS", "1.05", "0", "0"
"libfile-finder-perl", "File-Finder", "0.53", "0", "0"

Debian_CPANTS.txt  view on Meta::CPAN

"libwww-topica-perl", "WWW-Topica", "0.6", "0", "0"
"libwwwbrowser-perl", "http://user.cs.tu-berlin.de/~eserte/src/perl/WWWBrowser/WWWBrowser-2.23.tar.gz", "2.23", "0", "0"
"libwx-perl", "Wx", "0.89", "1", "0"
"libwx-perl-dialog-perl", "Wx-Perl-Dialog", "0.04", "0", "0"
"libwx-perl-processstream-perl", "Wx-Perl-ProcessStream", "0.11", "0", "0"
"libx11-freedesktop-desktopentry-perl", "X11-FreeDesktop-DesktopEntry", "0.04", "0", "0"
"libx500-dn-perl", "X500-DN", "0.29", "1", "0"
"libxml-atom-perl", "XML-Atom", "0.33", "1", "0"
"libxml-atom-service-perl", "XML-Atom-Service", "0.16.0", "0", "0"
"libxml-autowriter-perl", "XML-AutoWriter", "0.39", "0", "1"
"libxml-bare-perl", "XML-Bare", "0.43", "0", "0"

 view all matches for this distribution


POE

 view release on metacpan or  search on metacpan

HISTORY  view on Meta::CPAN


There are tied hash packages that implement object naming
and message passing between named objects within the same
process.  The packages allow invocations like:

  $msg{'desktop,paint'} = 1;
  $msg{'name entry,value'} = 'J. K. Cohen';
  $active_flag = $msg{'active checkbox,value'};

The packages also do broadcasting to subsets of the object
dictionary.  Hash stores and fetches are sent to or taken

 view all matches for this distribution


POSIX-Wide

 view release on metacpan or  search on metacpan

xtools/my-deb.sh  view on Meta::CPAN


#------------------------------------------------------------------------------
# lintian .deb and source

lintian -I -i \
  --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
  ${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb

lintian -I -i \
  --suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc

 view all matches for this distribution


PPI-Tester

 view release on metacpan or  search on metacpan

lib/PPI/Tester.pm  view on Meta::CPAN


PPI::Tester - A wxPerl-based interactive PPI debugger/tester

=head1 DESCRIPTION

This package implements a wxWindows desktop application which provides the
ability to interactively test the PPI perl parser.

The C<PPI::Tester> module implements the application, but is itself of no
use to the user. The launcher for the application 'ppitester' is installed
with this module, and can be launched by simply typing the following from

 view all matches for this distribution


PPI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Added support for @*
	- Added missing classmap entry for ^ to ::Token::WhiteSpace
	- Added support for arcane "foo"x10 idiosyncracy

0.814 Sat Jun 26 2004
	- Added the PPI tester, a desktop-based interactive debugger, which
	  should greatly accelerate finding and fixing both ::Tokenizer
	  and ::Lexer bugs. This will probably end up as a separate
	  distribution though, as it has a dependency on wxPerl.

	- Fixed the misparsing of Foo::Bar::Baz

 view all matches for this distribution


PPM

 view release on metacpan or  search on metacpan

docs/ppm-desc2.txt  view on Meta::CPAN

and building Perl extensions from source, and having this well-designed
source repository has undoubtedly contributed to Perl's past and present
popularity.

But platforms such as Macintosh and Windows make up the vast majority of
desktop workstations, as well as an ever-growing percentage of the server
market, and the users of these platforms typically have a different set
of expectations regarding their software than does an experienced Perl
programmer.  These users typically install binary versions of software
onto their systems, usually with the aid of an installation program.

 view all matches for this distribution


Padre-Plugin-WxWidgets

 view release on metacpan or  search on metacpan

share/doc/wxwidgets.pod  view on Meta::CPAN


=head2 Wx::AppTraits::GetDesktopEnvironment

   virtual wxString GetDesktopEnvironment() const

   This method returns the name of the desktop environment currently
   running in a Unix desktop. Currently only "KDE" or "GNOME" are
   supported and the code uses the X11 session protocol vendor name to
   figure out, which desktop environment is running. The method returns
   an empty string otherwise and on all other platforms.

=head2 Wx::AppTraits::GetStandardPaths

   virtual wxStandardPaths & GetStandardPaths()

share/doc/wxwidgets.pod  view on Meta::CPAN


   Mac: This function is not implemented and always returns false.

   Unix: MIME manager gathers information about icons from GNOME and KDE
   settings and thus GetIcon's success depends on availability of these
   desktop environments.

=head2 Wx::FileType::GetDescription

   bool GetDescription(wxString* desc)

 view all matches for this distribution


Padre

 view release on metacpan or  search on metacpan

lib/Padre/Desktop.pm  view on Meta::CPAN


=pod

=head1 NAME

Padre::Desktop - Support library for Padre desktop integration

=head1 DESCRIPTION

This module provides a collection of functionality related to operating
system integration. It is intended to serve as a repository for code
relating to file extensions, desktop shortcuts, and so on.

This module is intended to be loadable without having to load the
main Padre code tree.

The workings of this module are currently undocumented.

lib/Padre/Desktop.pm  view on Meta::CPAN

	} else {
		return;
	}
}

sub desktop {
	if (Padre::Constant::WIN32) {

		#TODO Support Vista/Win7 UAC (User Account Control)

		# Find Padre's executable

lib/Padre/Desktop.pm  view on Meta::CPAN

				'Command/' => { '' => 'c:\\strawberry\\perl\\bin\\padre.exe "%1"' },
			}
			}
			or return 0;

		# create Padre's desktop shortcut
		require File::HomeDir;
		my $padre_lnk = File::Spec->catfile(
			File::HomeDir->my_desktop,
			'Padre.lnk',
		);
		return 1 if -f $padre_lnk;

		# NOTE: Use Padre::Perl to make this distribution agnostic

lib/Padre/Desktop.pm  view on Meta::CPAN

		return 1;
	}

	if (Padre::Constant::UNIX) {

		# create Padre's desktop shortcut
		require File::HomeDir;
		my $padre_desktop = File::Spec->catfile(
			File::HomeDir->my_desktop,
			'padre.desktop',
		);
		return 1 if -f $padre_desktop;

		require Padre::Util;
		my $icon_file = Padre::Util::sharedir('/icons/padre/64x64/logo.png');

		open my $FH, '>', $padre_desktop or die "Could not open $padre_desktop for writing\n";
		print $FH <<END;
[Desktop Entry]
Encoding=UTF-8
Name=Padre
Comment=The Perl IDE

lib/Padre/Desktop.pm  view on Meta::CPAN

Type=Application
Terminal=0

END
		close $FH;
		chmod 0755, $padre_desktop; # make executable

		return 1;
	}

	return 0;

 view all matches for this distribution


Palm-Progect

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    You can convert between various Progect database versions:

        perl progconv --output-format=23 MyOldProgect.pdb MyNewProgect.pdb

DESCRIPTION
    "progconv" is a program you run on your desktop computer to allow you to
    import to and export from Palm Progect database files.

    For its text format, it uses a layout very similar to the one used by
    Progect's own built-in converter:

 view all matches for this distribution


Palm

 view release on metacpan or  search on metacpan

lib/Palm/StdAppInfo.pm  view on Meta::CPAN

=item C<$cat-E<gt>{id}>

The category ID, an integer in the range 0-255. Each category has a
unique ID. By convention, 0 is reserved for the "Unfiled" category;
IDs assigned by the Palm are in the range 1-127, and IDs assigned by
the desktop are in the range 128-255.

=item C<$cat-E<gt>{renamed}>

A boolean. This field is true iff the category has been renamed since
the last sync.

 view all matches for this distribution


Panotools-Script

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - support new Tpy,Tpp yaw and pitch of remapping plane for translation
    - match-n-shift try and calculate fov correctly for portrait and fisheye setups
    - fix bug that failed tests with perl 5.17.*

0.27
    - remove linux desktop entries for tif2svg-gui enblend-svg process-masks-gui qtvr2erect-gui
    - apparently there is a bsd called dragonfly
    - new tool: ptoreset - reset photometric parameters in a .pto file
    - fix gigatile bug with uncropped output (Emad ud din Bhatt)
    - remove ptograph as superceded by Hugin layout mode
    - skip Panotools::Makefile tests if no suitable make executable found

Changes  view on Meta::CPAN

    - pto2fulla align_image_stack based tca calculator
    - ptoinfo hugin project reporting tool and gui wrapper
    - erect2planet output pto project instead of rendering image
    - read and write hugin image metadata and options in comment lines
    - remove pto2tiff-gui due to conflict with hugin_stitch_project
    - add .desktop files for Linux gui integration

0.11
    - replace Image::Magick with Image::Size for sizing images
    - jpeg2qtvr fix CRLF bug on windows
    - fix cubic2erect (Peter Crowley)

 view all matches for this distribution


Parley

 view release on metacpan or  search on metacpan

root/static/yui/datatable/datatable-debug.js  view on Meta::CPAN

        this.unhighlightColumn(oArgs.target);
    }
},

/**
 * Overridable custom event handler to manage selection according to desktop paradigm.
 *
 * @method onEventSelectRow
 * @param oArgs.event {HTMLEvent} Event object.
 * @param oArgs.target {HTMLElement} Target element.
 */

 view all matches for this distribution


Parse-Debian-PackageDesc

 view release on metacpan or  search on metacpan

t/01-simple.t  view on Meta::CPAN

is($package->upstream_version, "1.66");
is($package->debian_revision, "1");
is($package->distribution, "unstable");
is_deeply([$package->architecture], [ qw(source i386) ]);
is($package->urgency, "low");
is($package->maintainer, 'Esteban Manchado Velázquez <estebanm@estebanm-desktop>');
ok(Encode::is_utf8($package->maintainer),
   "The maintainer name should be correctly decoded");
is($package->date, "Tue, 18 Sep 2007 17:07:42 +0200");
is($package->changes, <<EOF);
 ack (1.66-1) unstable; urgency=low

 view all matches for this distribution


Parse-Debian-Packages

 view release on metacpan or  search on metacpan

sample  view on Meta::CPAN

Size: 31396
MD5sum: b6231d8740236f3e2cfa1c0e5ee10ca8
Description: 3D chess for X11
 3 dimensional Chess for X11R6.  Three boards, 96 pieces and 26 directions.

Package: 3ddesktop
Priority: optional
Section: utils
Installed-Size: 400
Maintainer: Marcelo E. Magallon <mmagallo@debian.org>
Architecture: i386
Version: 0.2.4-1
Depends: libc6 (>= 2.3.1-1), libgcc1 (>= 1:3.2.1-1), libglut3, libimlib2, libstdc++5 (>= 1:3.2.1-1), libttf2, xlibmesa3 | libgl1, xlibs (>> 4.1.0)
Filename: pool/main/3/3ddesktop/3ddesktop_0.2.4-1_i386.deb
Size: 65510
MD5sum: 832fbd9c1c818a7c8f64d87a4c22800a
Description: "Three-dimensional" desktop switcher
 3D-Desktop is an OpenGL program for switching virtual desktops in
 a seamless 3-dimensional manner.  The current desktop is mapped into a
 fullscreen 3D environment where you may choose other screens.  Several
 different visualization modes are available.  A window manager
 compatible with the GNOME pager standard is required.
 .
 The transition from working desktop to fullscreen 3D environment is
 seamless: when the pager activates you see your current desktop appear
 to zoom out to a point in space where you can see your other virtual
 desktops allowing you to select another.
 .
 The program is rather memory-hungry and it is CPU intensive, but it's
 accessible from the command line, which makes it perfect for show
 floors and impressing your non-UN*X-using friends.

 view all matches for this distribution


Parse-Fedora-Packages

 view release on metacpan or  search on metacpan

t/files/primary.xml  view on Meta::CPAN

      <rpm:entry name="libnotify" flags="GE" epoch="0" ver="0.4.2"/>
      <rpm:entry name="coolkey"/>
      <rpm:entry name="/bin/sh" pre="1"/>
    </rpm:requires>
    <file>/usr/bin/esc</file>
    <file>/etc/xdg/autostart/esc.desktop</file>
  </format>
</package>
<package type="rpm">
  <name>netpbm-devel</name>
  <arch>i386</arch>

t/files/primary.xml  view on Meta::CPAN

      <rpm:entry name="libkhexeditcommon.so.0"/>
      <rpm:entry name="libstdc++.so.6(GLIBCXX_3.4)"/>
      <rpm:entry name="libkabc.so.1"/>
      <rpm:entry name="rpmlib(CompressedFileNames)" flags="LE" epoch="0" ver="3.0.4" rel="1" pre="1"/>
      <rpm:entry name="libkdecore.so.4"/>
      <rpm:entry name="desktop-file-utils" pre="1"/>
      <rpm:entry name="/sbin/ldconfig" pre="1"/>
      <rpm:entry name="libc.so.6(GLIBC_2.3.4)"/>
      <rpm:entry name="libqt-mt.so.3"/>
      <rpm:entry name="libc.so.6"/>
      <rpm:entry name="libkdeinit_irkick.so"/>

 view all matches for this distribution


Parse-Gitignore

 view release on metacpan or  search on metacpan

lib/Parse/Gitignore.pod  view on Meta::CPAN

=back

=head1 HISTORY

I wrote this because I wanted to have a way to ignore generated files
for a desktop file search application.

Version 1.0 changes the way that subdirectories are dealt with. The
older versions turned out to have a problem whereby files in
subdirectories were not picked up correctly.

 view all matches for this distribution


Parse-HTTP-UserAgent

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

t/03-strings.t
t/author-distmeta.t
t/author-pod-coverage.t
t/author-pod-syntax.t
t/data/README
t/data/desktop/camino/1
t/data/desktop/chrome/1
t/data/desktop/chrome/62x
t/data/desktop/epiphany/1
t/data/desktop/firefox/0x
t/data/desktop/firefox/16x
t/data/desktop/firefox/1x
t/data/desktop/firefox/2x
t/data/desktop/firefox/3x
t/data/desktop/firefox/57x
t/data/desktop/firefox/6x
t/data/desktop/firefox/7x
t/data/desktop/firefox/suspect/3x
t/data/desktop/konqueror/1x
t/data/desktop/konqueror/2x
t/data/desktop/konqueror/3x
t/data/desktop/konqueror/4x
t/data/desktop/lunascape/1
t/data/desktop/maxthon/1x
t/data/desktop/maxthon/2x
t/data/desktop/maxthon/3x
t/data/desktop/maxthon/bogus
t/data/desktop/mozilla/1
t/data/desktop/msie/10x
t/data/desktop/msie/11x
t/data/desktop/msie/3x
t/data/desktop/msie/4x
t/data/desktop/msie/5x
t/data/desktop/msie/6x
t/data/desktop/msie/7x
t/data/desktop/msie/8x
t/data/desktop/msie/broken/6x
t/data/desktop/msie/broken/8x
t/data/desktop/msie/broken/9x
t/data/desktop/msie/extras/10x
t/data/desktop/msoffice/outlook
t/data/desktop/netscape/1x
t/data/desktop/netscape/2x
t/data/desktop/netscape/3x
t/data/desktop/netscape/4x
t/data/desktop/netscape/5x
t/data/desktop/netscape/6x
t/data/desktop/netscape/7x
t/data/desktop/opera/03x
t/data/desktop/opera/05x
t/data/desktop/opera/06x
t/data/desktop/opera/07x
t/data/desktop/opera/08x
t/data/desktop/opera/09x
t/data/desktop/opera/10x
t/data/desktop/opera/11x
t/data/desktop/opera/16x
t/data/desktop/opera/48x
t/data/desktop/safari/1
t/data/desktop/safari/11x
t/data/desktop/seamonkey/1
t/data/desktop/sleipnir/1
t/data/desktop/tinybrowser/1
t/data/mobile/firefox
t/data/mobile/opera/1
t/data/mobile/phone/android/1
t/data/mobile/phone/android/dell
t/data/mobile/phone/android/google

 view all matches for this distribution


Parse-Path

 view release on metacpan or  search on metacpan

lib/Parse/Path/File/Win32.pm  view on Meta::CPAN


with 'Parse::Path::Role::Path';

sub _build_blueprint { {
   hash_step_regexp => qr{
      # Illegal characters: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
      (?<key>[^\x00-\x1F<>:"/\\|?*]*)
   }x,

   array_step_regexp   => qr/\Z.\A/,  # no-op; arrays not supported
   delimiter_regexp    => qr{\\+},    # + to capture repetitive slashes, like foo\\\\\bar

 view all matches for this distribution


Parse-StackTrace

 view release on metacpan or  search on metacpan

t/traces/gdb/gnome-bug-583460  view on Meta::CPAN


#############################

This is from gdb following these instructions: https://wiki.ubuntu.com/Backtrace

Using the gdb like this completely locks the desktop - I have to switch to console to kill the gimp process....

GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.

 view all matches for this distribution


Passwd-Keyring-Auto

 view release on metacpan or  search on metacpan

lib/Passwd/Keyring/Auto.pm  view on Meta::CPAN

sensitive data (for example API keys, OAuth tokens etc) in backends
like Gnome Keyring, KDE Wallet, OSX/Keychain etc.

While modules like Passwd::Keyring::Gnome handle specific backends,
Passwd::Keyring::Auto tries to pick the best backend available,
considering the current desktop environment, program options, and user
configuration.

    use Passwd::Keyring::Auto;  # get_keyring

    my $keyring = get_keyring(app=>"My super scraper", group=>"Social passwords");

 view all matches for this distribution


( run in 1.885 second using v1.01-cache-2.11-cpan-299005ec8e3 )