view release on metacpan or search on metacpan
vendor/qrencode-3.4.2/aclocal.m4 view on Meta::CPAN
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
_PKG_TEXT
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
AC_MSG_RESULT([yes])
view all matches for this distribution
view release on metacpan or search on metacpan
Screenshot.pm view on Meta::CPAN
if (Imager::Screenshot->have_darwin) { ... }
=head1 DESCRIPTION
Imager::Screenshot captures either a desktop or a specified window and
returns the result as an Imager image.
Currently the image is always returned as a 24-bit image.
=over
Screenshot.pm view on Meta::CPAN
=item screenshot hwnd => I<window handle>, decor => <capture decorations>
=item screenshot hwnd => "active"
Retrieve a screenshot under Win32, if I<window handle> is zero,
capture the desktop.
By default, window decorations are not captured, if the C<decor>
parameter is set to true then window decorations are included.
As of 0.010 hwnd can also be C<"active"> to capture the active (or
"foreground") window.
=item screenshot hwnd => 0
Retrieve a screeshot of the default desktop under Win32.
=item screenshot hwnd => 0, monitor => -1
Retrieve a screenshot of all attached monitors under Win32.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Imager/Search.pm view on Meta::CPAN
L<Imager::Search> is intended to be useful for a range of tasks involving
images from computing systems and the digital world in general.
The range of potential applications include monitoring screenshots from
kiosk and advertising systems for evidence of crashes or embarrasing popup
messages, automating interactions with graphics-intense desktop or website
applications that would be otherwise intractable for traditional automation
methods, and simple text recognition in systems with fonts that register to
fixed pixel patterns.
For example, by storing captured image fragments of a sample set of playing
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Imager/Color/Table.pm view on Meta::CPAN
}
1;
__DATA__
# This color data was extracted from the freedesktop.org CVS tree, and
# appears to be under the following license:
#
# Copyright (C) 2004 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
view all matches for this distribution
view release on metacpan or search on metacpan
examples/account.pl view on Meta::CPAN
'parent_id' => 0,
'vote' => undef,
'on_album' => 1,
'has_admin_badge' => $VAR1->{'data'}[0]{'deleted'},
'ups' => 1,
'platform' => 'desktop'
}
],
'success' => 1,
'status' => 200
}
examples/account.pl view on Meta::CPAN
'author_id' => 179790421,
'on_album' => 1,
'image_id' => 'YEj8sxk',
'comment_id' => 2386713745,
'datetime' => 1711335655,
'platform' => 'desktop',
'vote' => undef,
'deleted' => 0,
'ups' => 1,
'downs' => 0,
'children' => []
view all matches for this distribution
view release on metacpan or search on metacpan
ffi/target/release/build/mlua-sys-6a99a2ae50f12319/out/luajit-build/build/src/lj_err.c view on Meta::CPAN
**
** (*) Originally, toolchains only generated unwind tables for C++ code. For
** interoperability reasons, this can be manually enabled for plain C code,
** too (with -funwind-tables). With the introduction of the x64 architecture,
** the corresponding POSIX and Windows ABIs mandated unwind tables for all
** code. Over the following years most desktop and server platforms have
** enabled unwind tables by default on all architectures. OTOH mobile and
** embedded platforms do not consistently mandate unwind tables.
*/
/* -- Error messages ------------------------------------------------------ */
view all matches for this distribution
view release on metacpan or search on metacpan
eg/rpi-clutter view on Meta::CPAN
#
# based on http://wayland.freedesktop.org/
#
debian qw(
build-essential automake libtool bison flex xutils-dev libcairo2-dev libffi-dev
libmtdev-dev libjpeg-dev libudev-dev libxcb-xfixes0-dev libxcursor-dev
eg/rpi-clutter view on Meta::CPAN
}
export 'XDG_RUNTIME_DIR="'.$xdg_runtime.'"';
export 'XDG_CONFIG_HOME="'.target_path('etc').'"';
export 'XORGONFIG="'.target_path('etc','xorg.conf').'"';
export 'LD_LIBRARY_PATH="$LD_LIBRARY_PATH${LD_LIBRARY_PATH+:}/opt/vc/lib"';
git 'git://anongit.freedesktop.org/wayland/wayland',
disable => [qw( documentation )], no_configure => 1;
git 'git://anongit.freedesktop.org/wayland/weston',
disable => [qw(
x11-compositor drm-compositor wayland-compositor simple-egl-client
egl libunwind colord resize-optimization xwayland-test
)],
enable => [qw( weston-launch )],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JQuery.pm view on Meta::CPAN
Shows an example of an accordion
=item jquery_clickmenu.pl
An example of a menu in a normal desktop application
Shows an example of an accordion
=item jquery_form.pl
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/allenpike.json view on Meta::CPAN
{
"id": "/2019/podcast-episode-numbers",
"url": "http://www.allenpike.com/2019/podcast-episode-numbers",
"title": "325: Podcast Episode Numbers",
"date_published": "2019-02-28T21:10:10+00:00",
"content_html": "<p>In iOS 11, Apple made a variety of <a href=\"https://developer.apple.com/videos/play/wwdc2017/512\">changes and improvements</a> to the Apple Podcasts app and spec. Among other things, they added support for a new show form...
},{
"id": "/2019/navigation-should-be-boring",
"url": "http://www.allenpike.com/2019/navigation-should-be-boring",
"title": "Navigation Should Be Boring",
"date_published": "2019-01-31T21:10:10+00:00",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JSON/Parse.pod view on Meta::CPAN
[â Author: L<EBASSI|https://metacpan.org/author/EBASSI>; Date: C<2015-04-19>; Version: C<0.002>]
Uses the JSON library from Glib, a library of C functions for the
Linux GNOME desktop project, so it is independent of the other CPAN
modules. Judging from the fairly sparse documentation, it seems to be
a module where you build the JSON on the fly rather than converting a
Perl structure wholesale into JSON.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Jaipo/Notify/LibNotify.pm view on Meta::CPAN
=encoding utf8
=head1 NAME
Jaipo::Notify::LibNotify - A easy-to-use interface to show desktop notifications with libnotify.
=head1 SYNOPSIS
Jaipo::Notify::LibNotify is a easy-to-use interface to show desktop notifications with libnotify.
It doesn't use libnotify directly, but talking to libnotify via dbus.
use Jaipo::Notify::LibNotify;
view all matches for this distribution
view release on metacpan or search on metacpan
bin/make-bookmarklet view on Meta::CPAN
human-readable JavaScript code into bookmarklet form.
=head1 DESCRIPTION
This script will attempt to copy the bookmarklet code to
your desktop clipboard using pbcopy if possible. A warning
will be issued if it cannot regardless of the availablity of
pbcopy, the bookmarklet code will be output.
=head1 USAGE
view all matches for this distribution
view release on metacpan or search on metacpan
duk_config.h view on Meta::CPAN
*/
#include <windows.h>
#endif
/* GetSystemTimePreciseAsFileTime() available from Windows 8:
* https://msdn.microsoft.com/en-us/library/windows/desktop/hh706895(v=vs.85).aspx
*/
#if defined(DUK_USE_DATE_NOW_WINDOWS_SUBMS) || defined(DUK_USE_DATE_NOW_WINDOWS)
/* User forced provider. */
#else
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0602)
duk_config.h view on Meta::CPAN
* there is no platform specific date parsing/formatting but there is still
* the ISO 8601 standard format.
*/
/* QueryPerformanceCounter() may go backwards in Windows XP, so enable for
* Vista and later: https://msdn.microsoft.com/en-us/library/windows/desktop/dn553408(v=vs.85).aspx#qpc_support_in_windows_versions
*/
#if !defined(DUK_USE_GET_MONOTONIC_TIME_WINDOWS_QPC) && \
defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
#define DUK_USE_GET_MONOTONIC_TIME_WINDOWS_QPC
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JavaScript/Duktape/C/lib/duk_config.h view on Meta::CPAN
*/
#include <windows.h>
#endif
/* GetSystemTimePreciseAsFileTime() available from Windows 8:
* https://msdn.microsoft.com/en-us/library/windows/desktop/hh706895(v=vs.85).aspx
*/
#if defined(DUK_USE_DATE_NOW_WINDOWS_SUBMS) || defined(DUK_USE_DATE_NOW_WINDOWS)
/* User forced provider. */
#else
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0602)
lib/JavaScript/Duktape/C/lib/duk_config.h view on Meta::CPAN
* there is no platform specific date parsing/formatting but there is still
* the ISO 8601 standard format.
*/
/* QueryPerformanceCounter() may go backwards in Windows XP, so enable for
* Vista and later: https://msdn.microsoft.com/en-us/library/windows/desktop/dn553408(v=vs.85).aspx#qpc_support_in_windows_versions
*/
#if !defined(DUK_USE_GET_MONOTONIC_TIME_WINDOWS_QPC) && \
defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
#define DUK_USE_GET_MONOTONIC_TIME_WINDOWS_QPC
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JavaScript/Embedded/C/lib/duk_config.h view on Meta::CPAN
*/
#include <windows.h>
#endif
/* GetSystemTimePreciseAsFileTime() available from Windows 8:
* https://msdn.microsoft.com/en-us/library/windows/desktop/hh706895(v=vs.85).aspx
*/
#if defined(DUK_USE_DATE_NOW_WINDOWS_SUBMS) || defined(DUK_USE_DATE_NOW_WINDOWS)
/* User forced provider. */
#else
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0602)
lib/JavaScript/Embedded/C/lib/duk_config.h view on Meta::CPAN
* there is no platform specific date parsing/formatting but there is still
* the ISO 8601 standard format.
*/
/* QueryPerformanceCounter() may go backwards in Windows XP, so enable for
* Vista and later: https://msdn.microsoft.com/en-us/library/windows/desktop/dn553408(v=vs.85).aspx#qpc_support_in_windows_versions
*/
#if !defined(DUK_USE_GET_MONOTONIC_TIME_WINDOWS_QPC) && \
defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
#define DUK_USE_GET_MONOTONIC_TIME_WINDOWS_QPC
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
share/ext-3.4.1/examples/dd/field-to-grid-dd.js
share/ext-3.4.1/examples/debug/debug-console.html
share/ext-3.4.1/examples/debug/debug.png
share/ext-3.4.1/examples/debug/inspector.gif
share/ext-3.4.1/examples/debug/sheldon.xml
share/ext-3.4.1/examples/desktop/credits.txt
share/ext-3.4.1/examples/desktop/css/desktop.css
share/ext-3.4.1/examples/desktop/desktop.html
share/ext-3.4.1/examples/desktop/images/accordian.gif
share/ext-3.4.1/examples/desktop/images/bogus.png
share/ext-3.4.1/examples/desktop/images/desktop.gif
share/ext-3.4.1/examples/desktop/images/desktop3.jpg
share/ext-3.4.1/examples/desktop/images/gears.gif
share/ext-3.4.1/examples/desktop/images/gears.png
share/ext-3.4.1/examples/desktop/images/grid.png
share/ext-3.4.1/examples/desktop/images/grid32x32.gif
share/ext-3.4.1/examples/desktop/images/grid48x48.gif
share/ext-3.4.1/examples/desktop/images/grid48x48.png
share/ext-3.4.1/examples/desktop/images/hatch.gif
share/ext-3.4.1/examples/desktop/images/hd-bg.gif
share/ext-3.4.1/examples/desktop/images/hd-tb-bg.gif
share/ext-3.4.1/examples/desktop/images/icon_padlock.png
share/ext-3.4.1/examples/desktop/images/icons-bg.png
share/ext-3.4.1/examples/desktop/images/im32x32.gif
share/ext-3.4.1/examples/desktop/images/im48x48.gif
share/ext-3.4.1/examples/desktop/images/im48x48.png
share/ext-3.4.1/examples/desktop/images/launcher-bg.gif
share/ext-3.4.1/examples/desktop/images/launcher-btn.gif
share/ext-3.4.1/examples/desktop/images/logout.gif
share/ext-3.4.1/examples/desktop/images/logout.png
share/ext-3.4.1/examples/desktop/images/member.gif
share/ext-3.4.1/examples/desktop/images/member.png
share/ext-3.4.1/examples/desktop/images/powered.gif
share/ext-3.4.1/examples/desktop/images/powered.png
share/ext-3.4.1/examples/desktop/images/s.gif
share/ext-3.4.1/examples/desktop/images/tabs.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/item-over.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/scroll-left.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/scroll-right.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/start-menu-left-corners.png
share/ext-3.4.1/examples/desktop/images/taskbar/black/start-menu-left-right.png
share/ext-3.4.1/examples/desktop/images/taskbar/black/start-menu-right-corners.png
share/ext-3.4.1/examples/desktop/images/taskbar/black/start-menu-right.png
share/ext-3.4.1/examples/desktop/images/taskbar/black/start-menu-top-bottom.png
share/ext-3.4.1/examples/desktop/images/taskbar/black/startbutton-icon.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/startbutton.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/taskbar-split-h.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/taskbar-start-panel-bg.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/taskbutton.gif
share/ext-3.4.1/examples/desktop/images/taskbar/black/taskbuttons-panel-bg.gif
share/ext-3.4.1/examples/desktop/images/winbar-bg.gif
share/ext-3.4.1/examples/desktop/images/winbar-btn.gif
share/ext-3.4.1/examples/desktop/images/windows-bg.gif
share/ext-3.4.1/examples/desktop/js/App.js
share/ext-3.4.1/examples/desktop/js/Desktop.js
share/ext-3.4.1/examples/desktop/js/Module.js
share/ext-3.4.1/examples/desktop/js/StartMenu.js
share/ext-3.4.1/examples/desktop/js/TaskBar.js
share/ext-3.4.1/examples/desktop/sample.js
share/ext-3.4.1/examples/desktop/wallpapers/blue.jpg
share/ext-3.4.1/examples/desktop/wallpapers/desk.jpg
share/ext-3.4.1/examples/desktop/wallpapers/desktop.jpg
share/ext-3.4.1/examples/desktop/wallpapers/desktop2.jpg
share/ext-3.4.1/examples/desktop/wallpapers/ext.gif
share/ext-3.4.1/examples/desktop/wallpapers/shiny.gif
share/ext-3.4.1/examples/desktop/wallpapers/sky.jpg
share/ext-3.4.1/examples/direct/direct-form.js
share/ext-3.4.1/examples/direct/direct-form.php
share/ext-3.4.1/examples/direct/direct-tree.js
share/ext-3.4.1/examples/direct/direct-tree.php
share/ext-3.4.1/examples/direct/direct.js
share/ext-3.4.1/examples/shared/screens/dd-fieldtogrid.gif
share/ext-3.4.1/examples/shared/screens/dd-gridtoformpanel.gif
share/ext-3.4.1/examples/shared/screens/dd-gridtogrid.gif
share/ext-3.4.1/examples/shared/screens/dd-zones.gif
share/ext-3.4.1/examples/shared/screens/debug-console.gif
share/ext-3.4.1/examples/shared/screens/desktop.gif
share/ext-3.4.1/examples/shared/screens/direct.gif
share/ext-3.4.1/examples/shared/screens/docs.gif
share/ext-3.4.1/examples/shared/screens/editor.gif
share/ext-3.4.1/examples/shared/screens/feeds.gif
share/ext-3.4.1/examples/shared/screens/form-adv-vtypes.gif
view all matches for this distribution
view release on metacpan or search on metacpan
quickjs/doc/quickjs.texi view on Meta::CPAN
@itemize
@item Small and easily embeddable: just a few C files, no external dependency, 210 KiB of x86 code for a simple ``hello world'' program.
@item Fast interpreter with very low startup time: runs the 77000 tests of the ECMAScript Test Suite@footnote{@url{https://github.com/tc39/test262}} in less than 2 minutes on a single core of a desktop PC. The complete life cycle of a runtime instanc...
@item Almost complete ES2023 support including modules, asynchronous
generators and full Annex B support (legacy web compatibility). Some
features from the upcoming ES2024 specification
@footnote{@url{https://tc39.es/ecma262/}} are also supported.
view all matches for this distribution
view release on metacpan or search on metacpan
debian/README.Debian view on Meta::CPAN
The dependency chain with javascript libraries might install apache2 with jifty.
You can safely remove it on a developer's desktop machine.
Or remove apache2 and use lighttpd.
libjifty-perl can be used alone on servers. The main jifty package add more
examples and tutorials which can be useless on servers.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Ekps9566.pm view on Meta::CPAN
# rejected idea ...
elsif (0) {
# MSDN SetCurrentDirectory function
# http://msdn.microsoft.com/ja-jp/library/windows/desktop/aa365530(v=vs.85).aspx
#
# Data Execution Prevention (DEP)
# http://vlaurie.com/computers2/Articles/dep.htm
#
# Learning x86 assembler with Perl -- Shibuya.pm#11
view all matches for this distribution
view release on metacpan or search on metacpan
share/public/css/bootstrap-responsive.min.css view on Meta::CPAN
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kwiki/MindMap.pm view on Meta::CPAN
*** IBM
*** Mac
** small
*** sony
*** toshiba
* desktop
** pretty
** ugly
.mindmap
The string 'computer' means the root node, and sub-nodes are prefixed
view all matches for this distribution
view release on metacpan or search on metacpan
1.11 2019-08-14 15:04:38 JST
- Add support for renewing OAuth tokens. (PR #74)
1.10 2019-08-14 14:58:51 JST
- Add an example of using altUri.desktop.
- Add APIs for getting group/room member profiles
- Add a Type library to be used in the future.
1.09 2019-06-19 12:55:11 JST
- Add broadcast APIs (PR #71)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LWP/media.types view on Meta::CPAN
application/vnd.kinar kne knp
application/vnd.koan skp skd skt skm
application/vnd.kodak-descriptor sse
application/vnd.las.las+xml lasxml
# application/vnd.liberty-request+xml
application/vnd.llamagraphics.life-balance.desktop lbd
application/vnd.llamagraphics.life-balance.exchange+xml lbe
application/vnd.lotus-1-2-3 123
application/vnd.lotus-approach apr
application/vnd.lotus-freelance pre
application/vnd.lotus-notes nsf
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
Report/examples/localTrojans.pl view on Meta::CPAN
2758 tcp/udp apollo-status APOLLO Status
2759 tcp/udp apollo-gms APOLLO GMS
2760 tcp/udp sabams Saba MS
2761 tcp/udp dicom-iscl DICOM ISCL
2762 tcp/udp dicom-tls DICOM TLS
2763 tcp/udp desktop-dna Desktop DNA
2764 tcp/udp data-insurance Data Insurance
2765 tcp/udp qip-audup qip-audup
2766 tcp/udp compaq-scp Compaq SCP
2766 tcp # used by Solaris listen/nlps_server.
It was part of System V R3 and Solaris.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/public/js/external/ace-min/mode-autohotkey.js view on Meta::CPAN
define("ace/mode/autohotkey",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/autohotkey_highlight_rules","ace/mode/folding/cstyle"],function(e,t,n){var r=e("../lib/oop"),i=e("./text").Mode,s=e("../tokenizer").Tok...
view all matches for this distribution
view release on metacpan or search on metacpan
hugs98-Nov2003/src/winhugs/menusbm.c view on Meta::CPAN
typedef VOID (WINAPI * DRAWFUNC)(HDC hdc, SIZE size);
HBITMAP WINAPI CreateMenuBitmap(DRAWFUNC lpfnDraw)
{
// Create a DC compatible with the desktop window's DC.
HWND hwndDesktop = GetDesktopWindow();
HDC hdcDesktop = GetDC(hwndDesktop);
HDC hdcMem = CreateCompatibleDC(hdcDesktop);
view all matches for this distribution
view release on metacpan or search on metacpan
assert not f, "should be false"
```
Build a dynamic proxy to one real object can be very helpful in many situations. You can find this in Hibernate (the Java ORM solution) if you choose working with Lazy Initialization.
Perl, Python, Java, Ruby or PHP: each language has some advantages to do something. I can't choose one language just based on one aspect. We need to consider the community, the environment, tools, etc. Perl is a good choice for software development i...
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/bootstrap/dist/css/bootstrap.min.css.map view on Meta::CPAN
{"version":3,"sources":["bootstrap.css","less/normalize.less","dist/css/bootstrap.css","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/typ...
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/font-awesome/css/font-awesome.css view on Meta::CPAN
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
view all matches for this distribution