view release on metacpan or search on metacpan
lib/Mac/SystemDirectory.pm view on Meta::CPAN
Available in Mac OS X v10.6 and later.
=item NSDesktopDirectory
Location of user's desktop directory.
Available in Mac OS X v10.4 and later.
=item NSCachesDirectory
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mac/iTerm/LaunchPad.pm view on Meta::CPAN
Mac::iTerm::LaunchPad - open a new iTerm window with one or more tabs
=head1 SYNOPSIS
---Frontmost finder directory, defaulting to desktop
% new-iterm
---Frontmost finder directory, using special alias
% new-iterm finder
lib/Mac/iTerm/LaunchPad.pm view on Meta::CPAN
=head3 Default aliases
=over 4
=item desktop - the Desktop folder of the current user ( ~/Desktop )
=item home - home directory of the current user ( ~ )
=item music - music directory of the current user ( ~/Music )
lib/Mac/iTerm/LaunchPad.pm view on Meta::CPAN
=cut
# defaults
my %Aliases = qw(
desktop ~/Desktop
home ~
music ~/Music
applications /Applications
);
view all matches for this distribution
view release on metacpan or search on metacpan
Info/Info.pm view on Meta::CPAN
[Ll] -locked Locked
[Ii] -inited Inited*
[Nn] -noinit No INIT resources
[Mm] -shared Shared (can run multiple times)
[Ee] -hiddenx Hidden extension*
[Dd] -desktop Desktop*
Attributes with asterisk can be applied to folders and files. Any
other can be applied to files only.
ex)
Info/Info.pm view on Meta::CPAN
-locked l
-inited i
-noinit n
-shared m
-hiddenx e
-desktop d
);
my %Letter2Key = reverse %Key2Letter;
my @Letters = qw(a v b s t c l i n m e d);
my %key2Flags =
(
Info/Info.pm view on Meta::CPAN
-locked => kFSNodeLockedMask,
-inited => kHasBeenInited,
-noinit => kHasNoINITs,
-shared => kIsShared,
-hiddenx => kIsHiddenExtention,
-desktop => kIsOnDesk,
);
sub locked{
my $self = shift;
return $self->nodeFlags & kFSNodeLockedMask;
Info/Info.pm view on Meta::CPAN
-locked => $nodeFlags & kFSNodeLockedMask,
-inited => $fdFlags & kHasBeenInited,
-noinit => $fdFlags & kHasNoINITs,
-shared => $fdFlags & kIsShared,
-hiddenx => $fdFlags & kIsHiddenExtention,
-desktop => $fdFlags & kIsOnDesk,
);
my $attrib = "";
unless (@_){
wantarray and return %attrib;
for my $l (@Letters){
view all matches for this distribution
view release on metacpan or search on metacpan
share/public_suffix_list view on Meta::CPAN
fbx-os.fr
fbxos.fr
freebox-os.fr
freeboxos.fr
// freedesktop.org : https://www.freedesktop.org
// Submitted by Daniel Stone <daniel@fooishbar.org>
freedesktop.org
// freemyip.com : https://freemyip.com
// Submitted by Cadence <contact@freemyip.com>
freemyip.com
view all matches for this distribution
view release on metacpan or search on metacpan
t/07_crashme.t view on Meta::CPAN
* 1100^1 cequal2000\.com([^\.]|$)
* 1100^1 cyberlink1\.com([^\.]|$)
* 1100^1 cyber-webcom\.com([^\.]|$)
* 1100^1 datalogical\.com([^\.]|$)
* 1100^1 data-miners\.net([^\.]|$)
* 1100^1 desktopserver\.com([^\.]|$)
* 1100^1 desktop-server\.com([^\.]|$)
* 1100^1 desktopserver2000\.com([^\.]|$)
* 1100^1 desktopserver98\.com([^\.]|$)
* 1100^1 e-announce\.com([^\.]|$)
* 1100^1 earthonline\.com([^\.]|$)
* 1100^1 e-mailblaster\.com([^\.]|$)
* 1100^1 e-maildata\.com([^\.]|$)
* 1100^1 emaildigger\.com([^\.]|$)
view all matches for this distribution
view release on metacpan or search on metacpan
test_emails/mail.eml view on Meta::CPAN
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00800000
X-Mozilla-Keys:
Message-ID: <4AEB833C.3040204@jkang-desktop.reconnex.net>
Date: Fri, 30 Oct 2009 17:22:20 -0700
From: jing kang <kxj@jkang-desktop.reconnex.net>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
MIME-Version: 1.0
To: =?GB2312?B?vrggv7U=?= <kxj@freedom.net>
Subject: =?GB2312?B?uPeyv7bT0bjL2bav1LGjrNf2usPBvb78u+HKprXEy7zP69e8sbi6zQ==?=
=?GB2312?B?zu/Xyte8sbiju9f2usPD8dfluaTX96Os1Nq3oravyLrW2rXEu/m0ocnPo6y7/Q==?=
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/welcomelists/neat_net_tricks view on Meta::CPAN
of links and toll-free numbers to each state to determine peak color times.
08. SAVINGS SCRAPS. Some oldies are worth repeating. If you're working
with text in, for example, MS Word or WordPad, and would like a handy way
to save a portion for later easy retrieval, just select (highlight) it and
click/drag it to your desktop. When the newly created icon is clicked on,
it will show the application with which the scrap was created, along with
the first few words of the text. A double click opens the text in the
application with which it was created.
09. QUICK ACCESS. To go to a frequently used program, you may find
yourself drilling down to the desktop and searching out the shortcut
icon. Consider instead setting up a key combination that will provide
quick access without using the shortcut. Right click on the shortcut and
select Properties. In the Shortcut key window, select any key you can
remember and click OK. Ctrl+Alt and that key will open the application
whenever needed.
view all matches for this distribution
view release on metacpan or search on metacpan
SpamCannibal.pm view on Meta::CPAN
=item * sc_mailcheck.pl
This script is a robot mail recipient set up in the spamcannibal user's
.forward file. Secure mail with a message body containing the headers and
spam content of a 'spam' message sent from your desktop is parsed to extract
the origination MTA. The IP address of the MTA is added to the spamcannibal
'tarpit' database and the 'spam' content is added to the spamcannibal
'evidence' database for use by the web interface.
Also see sc_mailfilter.conf.sample in the spamcannibal config directory
view all matches for this distribution
view release on metacpan or search on metacpan
cgi_files/support/imap.html view on Meta::CPAN
<P>IMAP stands for <STRONG>I</STRONG>nternet <STRONG>M</STRONG>essage <STRONG>A</STRONG>ccess
<STRONG>P</STRONG>rotocol. It is a method of accessing electronic mail or bulletin board messages that
are kept on a (possibly shared) mail server. In other words, it permits a "client" email program to
access remote message stores as if they were local. For example, email stored on an IMAP server can be
manipulated from a desktop computer at home, a workstation at the office, and a notebook computer while
traveling, <STRONG>without</STRONG> the need to transfer messages or files back and forth between these
computers. <P> IMAP's ability to access messages (both new and saved) from more than one computer has
become extremely important as reliance on electronic messaging and use of multiple computers increase,
but this functionality cannot be taken for granted: the widely used <EM>Post Office Protocol</EM> (POP)
works best when one has only a single computer, since it was designed to support "offline" message
view all matches for this distribution
view release on metacpan or search on metacpan
examples/pmake view on Meta::CPAN
=over 4
This flag forces the pmake to use the Local Scheduler (it already uses
it by default). However, it is possible to pass a optional integer
n, to specify how many parallel jobs do you want to run on your
desktop computer. We recommend to use n between 1 and maximum
logical CPUs on the target machine.
=back
pmake accepts options specific to the PBS sub-system:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
M /orig/trunk/vnc_javasrc/VncViewer.java
Implemented support for auto-scaling. To enable it, the "Scaling factor"
parameter should be set to "auto". Auto-scaling tries to choose scaling
factor such way that the whole remote framebuffer will fit on the local
screen. Currently, auto-scaling is supported only when the remote desktop
is shown in a separate frame (always true in application mode, and in
applet mode with "Open new window" parameter set to "yes").
------------------------------------------------------------------------
r2229 | const_k | 2007-02-16 21:46:17 +0600 (Fri, 16 Feb 2007) | 2 lines
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
r1527 | const_k | 2003-07-24 22:29:13 +0700 (Thu, 24 Jul 2003) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
Minor fix to move the keyboard focus to VncCanvas on opening the
desktop.
------------------------------------------------------------------------
r1526 | const_k | 2003-07-24 21:42:30 +0700 (Thu, 24 Jul 2003) | 6 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
r1090 | const | 2002-04-25 18:49:40 +0700 (Thu, 25 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/README
Documented new feature to refresh remote desktop in the view-only mode
using "R"/"r" keys.
------------------------------------------------------------------------
r1081 | const | 2002-04-23 20:02:45 +0700 (Tue, 23 Apr 2002) | 5 lines
Changed paths:
M /orig/trunk/vnc_javasrc/ButtonPanel.java
Bugfix: keyboard focus could be set incorrectly. It was returned to
desktop even when windows such as Options or Clipboard were created.
This looked like new windows had appeared behind the authenticator or
desktop window, if the viewer itself was running in a separate window.
------------------------------------------------------------------------
r1080 | const | 2002-04-10 02:10:47 +0700 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
Minor bugfix to prevent the "Refresh" button to disappear after the
"Disconnect" button changes to "Hide desktop".
------------------------------------------------------------------------
r1079 | const | 2002-04-10 02:05:52 +0700 (Wed, 10 Apr 2002) | 2 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
r1078 | const | 2002-04-10 02:01:30 +0700 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
Minor bugfix to prevent dumping exceptions on pressing "R"/"r" keys
over disconnected desktop.
------------------------------------------------------------------------
r1077 | const | 2002-04-10 01:53:08 +0700 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
r1075 | const | 2002-04-09 02:17:45 +0700 (Tue, 09 Apr 2002) | 2 lines
Changed paths:
M /orig/trunk/vnc_javasrc/README
"Show offline desktop" parameter documented.
------------------------------------------------------------------------
r1074 | const | 2002-04-09 02:12:57 +0700 (Tue, 09 Apr 2002) | 2 lines
Changed paths:
M /orig/trunk/vnc_javasrc/OptionsFrame.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
Terminating the application properly on closing the authentication
window.
Packing the window on reporting errors when in a separate window;
this is necessary because it's possible that the window was empty.
Disconnecting on fatal errors.
Always forcing the keyboard focus go to the desktop on activating the
connection.
Code re-organizations and cleanups e.g. new tryAuthenticate() method.
------------------------------------------------------------------------
r1009 | const | 2002-01-31 00:25:27 +0600 (Thu, 31 Jan 2002) | 4 lines
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
r994 | const | 2002-01-11 23:35:33 +0600 (Fri, 11 Jan 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
M /orig/trunk/vnc_javasrc/VncViewer.java
Implemented scrolling of the desktop area, when the desktop is shown
in a separate window.
------------------------------------------------------------------------
r993 | const | 2002-01-11 18:51:16 +0600 (Fri, 11 Jan 2002) | 2 lines
Changed paths:
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
Changed paths:
M /orig/trunk/vnc_javasrc/ButtonPanel.java
M /orig/trunk/vnc_javasrc/VncViewer.java
Changes in the button panel. Now keyboard focus moves back to the
authentication panel or to the desktop after pressing any button on
the panel. Additionally, keyboard focus should move to the desktop
automatically when VNC connection is established.
------------------------------------------------------------------------
r991 | const | 2002-01-11 03:53:10 +0600 (Fri, 11 Jan 2002) | 3 lines
Changed paths:
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
r990 | const | 2002-01-11 03:51:25 +0600 (Fri, 11 Jan 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
Now the viewer adjusts its desktop/window size on desktop size changes
on the remote side (working support for NewFBSize pseudo-encoding).
------------------------------------------------------------------------
r989 | const | 2002-01-11 02:50:00 +0600 (Fri, 11 Jan 2002) | 4 lines
Changed paths:
view all matches for this distribution
view release on metacpan or search on metacpan
public/css/fa/css/font-awesome-min.css view on Meta::CPAN
/*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('...
view all matches for this distribution
view release on metacpan or search on metacpan
engine/read_only/libmarpa.pc view on Meta::CPAN
# this template is filled-in by CMake `configure_file(... @ONLY)`
# the `@....@` are filled in by CMake configure_file(),
# from variables set in your CMakeLists.txt or by CMake itself
#
# Good tutoral for understanding .pc files:
# https://people.freedesktop.org/~dbn/pkg-config-guide.html
#
# The libmarpa repo is intended, and this file is set up for, use by
# packaging developers, and therefore the ultimate installation destinations
# are unpredictable. In the name of caution, the prefix variable is set
# to a relative location. A downstream package using libmarpa is likely
view all matches for this distribution
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 \
$DEBFILE
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
view release on metacpan or search on metacpan
Changes-0.5 view on Meta::CPAN
network to/from the Pi storage nodes.
As a result of the optimisations (here and in Crypt::IDA), the same
test of splitting a 256Mbyte file takes just under 10s on my XU3 Lite
board. Previously, it took 56s. This is still around three times
slower than on my proper desktop machine, but it should, theoretically
mean a bandwidth of around 160Mbit/s, which *would* be able to
saturate the 100Mbps network interface that it has.
With these new optimisations, it should now be practical to use the
Math::FastGF2 and Crypt::IDA libraries on fairly low-powered boards
view all matches for this distribution
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
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
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
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 \
$DEBFILE
TEMP="/tmp/temp-lintian-$DISTVNAME"
rm -rf $TEMP
mkdir $TEMP
view all matches for this distribution
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
view release on metacpan or search on metacpan
lib/Math/SymbolicX/FastEvaluator.pm view on Meta::CPAN
=head2 PERFORMANCE
Using all this combersome indirection, the evaluation of C<FastEvaluator>
expressions proceeded at a pace of over 200 million tokens per second on my
1.8GHz Core2 laptop which was busy with various desktop tasks at the same time.
A token is a number, variable or operator. Since I was
testing with a string of multiplications, this translates to roughly
100 MFLOPS. You can consider this fast or slow, but compared to Perl
evaluation, this is at least a factor of ten faster. When variables are added into
the picture, the improvement should be even larger.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Maypole/Manual/BuySpy.pod view on Meta::CPAN
L<Request Cookbook|Maypole::Manual::Request>.
So this is what I did. I created a method in C<Portal::Module> that would
set the template to the appropriate C<ascx> file:
sub view_desktop :Exported {
my ($self, $r) = @_;
$r->template($r->objects->[0]->definition->DesktopSrc);
}
and changed the C<pane> macro to fire off a sub-request for each module:
[% MACRO pane(panename) BLOCK;
FOR module = tab.modules("pane", panename);
SET path = "/module/view_desktop/" _ module.id;
request.component(path);
END;
END; %]
This did the right thing, and a call to C</module/view_desktop/12> would
look up the C<Html Document> module definition, find the C<DesktopSrc> to
be F<DesktopModules/HtmlModule.ascx>, and process module 12 with that
template. Once I had converted F<HtmlModule.ascx> to be a Template Toolkit
file (and we'll look at the conversion of the templates in a second) it
would display nicely on my portal.
lib/Maypole/Manual/BuySpy.pod view on Meta::CPAN
Except it was all very slow; we were firing off a large number of Maypole
requests in series, so that each template could get at the objects it
needed. Requests were taking 5 seconds.
That's when it dawned on me that these templates don't actually need different
objects at all. The only object of interest that C</module/view_desktop> is
passing in is a C<module> object, and each template figures everything out by
accessor calls on that. But we already have a C<module> object, in our C<FOR>
loop - we're using it to make the component call, after all! Why not just
C<PROCESS> each template inside the loop directly?
lib/Maypole/Manual/BuySpy.pod view on Meta::CPAN
END;
END;
END; %]
This worked somewhat better, and took request times from 5 seconds down
to acceptable sub-second levels again. I could take the C<view_desktop>
method out again; fewer lines of code to maintain is always good. Now
all that remained to do for the view side of the portal was to convert
our ASP templates over to something sensible.
=head2 ASP to Template Toolkit
view all matches for this distribution
view release on metacpan or search on metacpan
t/01_basic.t view on Meta::CPAN
==Licensing==
'''Fair use rationale:'''
# This is a historically significant work that could not be conveyed in words.
# Inclusion is for information, education and analysis only.
# Its inclusion in the article(s) adds significantly to the article(s) because it shows the subject, or the work of the subject, of the article(s).
# The image is a low resolution copy of the original work and would be unlikely to impact sales of prints or be usable as a desktop backdrop.
{{Non-free 2D art}}", undef, "Leon Golub");
is($res, 0, "Parser test #6");
$res=$wikipedia->checkimage("File:Sample.jpg", "User:Test", undef, "== Licensing ==
{{Non-free album cover}}
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/English-Wikipedia-Perl-Page-2012-04-26.html view on Meta::CPAN
<li><a href="/wiki/Apache_Software_Foundation" title="Apache Software Foundation">Apache Software Foundation</a></li>
<li><a href="/wiki/Android_Open_Source_Project" title="Android Open Source Project" class="mw-redirect">Android Open Source Project</a></li>
<li><a href="/wiki/Blender_Foundation" title="Blender Foundation">Blender Foundation</a></li>
<li><a href="/wiki/Eclipse_Foundation" title="Eclipse Foundation">Eclipse Foundation</a></li>
<li><a href="/wiki/FreeBSD_Foundation" title="FreeBSD Foundation">FreeBSD Foundation</a></li>
<li><a href="/wiki/Freedesktop.org" title="Freedesktop.org">freedesktop.org</a></li>
<li><a href="/wiki/Free_Software_Foundation" title="Free Software Foundation">Free Software Foundation</a>
<ul>
<li><a href="/wiki/Free_Software_Foundation_Europe" title="Free Software Foundation Europe">Europe</a></li>
<li><a href="/wiki/Free_Software_Foundation_of_India" title="Free Software Foundation of India">India</a></li>
<li><a href="/wiki/Free_Software_Foundation_Latin_America" title="Free Software Foundation Latin America">Latin America</a></li>
view all matches for this distribution
view release on metacpan or search on metacpan
MendeleSQLite
=============
A collection of tools written in Perl for working directly with the Mendeley client SQLite database.
For more information on how to locate the Mendeley Desktop database: http://support.mendeley.com/customer/portal/articles/227951-how-do-i-locate-mendeley-desktop-database-files-on-my-computer-
While most of these tools operate on a read-only basis, always make a backup of your data before hand: either use the built-in desktop client's backup function or make a copy of the file itself.
For more information on how to backup your local database: http://www.mendeley.com/faq/#howto-backup-data
Tools
________
view all matches for this distribution
view release on metacpan or search on metacpan
site/theme/css/skeleton.css view on Meta::CPAN
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Message/Passing/Output/PocketIO.pm view on Meta::CPAN
Message::Passing::Output::PocketIO - Output passing message as PocketIO Server
=head1 DESCRIPTION
Run a webserver using PocketIO, then we can see the passing messages by browser. Even notify by chrome desktop notification api.
=head1 SYNOPSIS
$ message-passing --input STDIN --output PocketIO
{"foo" : "bar"}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Metabrik/Remote/Wmi.pm view on Meta::CPAN
#
# Howto enable WMI on a Windows machine
# http://community.zenoss.org/docs/DOC-4517
#
# Troubleshoot WMI connexion issues:
# wbemtest.exe + https://msdn.microsoft.com/en-us/library/windows/desktop/aa394603(v=vs.85).aspx
#
# dcomcnfg => DCOM permission for user
# Computer/Manage/Properties => 'WMI Control/Properties/Security'
#
# Open firewall for DCOM service
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mojolicious/Plugin/Minion/resources/public/minion/fontawesome/fontawesome.css view on Meta::CPAN
/*!
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align...
view all matches for this distribution