Tk is a great graphical toolkit to write desktop applications. However, one can get bothered with the constant typing of quotes and options. Tk::Sugar provides handy subs for common options used when programming Tk. Benefits are obvious: * Reduced ty...
JQUELIN/Tk-Sugar-1.093190 - 15 Nov 2009 10:32:35 UTC - Search in distributionWhen Perl programs are run in a GUI environment, it is often desirable to have them run with no console attached. Unfortunately, this causes any warnings or errors to be lost. Worse, fatal errors can cause your program to silently disappear, forcing ...
JOHNSCA/TkCarp-1.2 - 12 May 2004 00:24:56 UTC - Search in distributionTk::DateEntry is a drop down widget for selecting dates. It looks like the BrowseEntry widget with an Entry followed by an arrow button, but instead of displaying a Listbox the DateEntry displays a calendar with buttons for each date. The calendar co...
SREZIC/Tk-DateEntry-1.43 - 15 May 2019 22:37:16 UTC - Search in distributionImager::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. screenshot hwnd => *window handle* screenshot hwnd => *window handle*, decor => <c...
TONYC/Imager-Screenshot-0.014 - 05 Dec 2019 10:31:35 UTC - Search in distributionThis module is for mirroring a remote location to a local directory via FTP. For example websites, documentations or developmentstuff which ones were uploaded or changed in the net. Local files will be overwritten, also in case they are newer. It is ...
KNORR/Net-DownloadMirror-0.10 - 05 Oct 2008 14:35:48 UTC - Search in distributionThis class implements an asynchronous perl wrapper around the "libtermkey" library, which provides an abstract way to read keypress events in terminal-based programs. It yields structures that describe keys, rather than simply returning raw bytes as ...
PEVANS/POE-Wheel-TermKey-0.02 - 07 Sep 2011 17:37:37 UTC - Search in distributionTk's text widget doesn't support the 'readonly' state, nor does Tk have a separate read-only text widget. This means that Tkx -- being a thin wrapper around Tcl/Tk -- doesn't either. Instead of providing a text widget that is always read-only (like P...
MJCARMAN/Tkx-ROText-0.06 - 07 Feb 2009 00:39:03 UTC - Search in distributionThis widget fills the display with a screensaver-like animation, makes a global grab and then waits for the user's authentication string, usually their password. Until the password is entered the display cannot be used: window manager commands are ig...
LUSOL/Tk-LockDisplay-1.3 - 28 Oct 1998 18:32:13 UTC - Search in distribution"Algorithm::Evolutionary" is a set of classes for doing object-oriented evolutionary computation in Perl. Why would anyone want to do that escapes my knowledge, but, in fact, we have found it quite useful for our own purposes. Same as Perl itself. Th...
JMERELO/Algorithm-Evolutionary-0.80 - 31 Oct 2014 07:18:32 UTC - Search in distributionCreates molecular cloning PCR primer pairs for a given gene so that the gene can be directionally inserted into a vector. Solver is generic, restriction enzymes and their order in the vector are specified in the caller....
SLENK/Bio-MCPrimers-2.5 - 13 Sep 2006 16:47:00 UTC - Search in distributionWVDB/Verilog-CodeGen-0.9.4 - 09 May 2003 14:55:35 UTC - Search in distribution
This section describes the common behaviour of the three public start methods. Special behaviour of a specific start method is described in section "METHODS". In general module Games::Sudoku::Preset works in 4 steps: * Purify (convert to a string of ...
WITTROCK/Games-Sudoku-Preset-v0.1.0 - 25 Jul 2014 17:46:38 UTC - Search in distributionThis is a pure Perl implementation of the error function (a.k.a. the Gauss error function). It gives an approximation with a maximum absolute difference of 0.0005 from the real value. Functions This module can export two functions. Neither is exporte...
TOBYINK/Math-Erf-Approx-0.002 - 10 Sep 2014 22:38:28 UTC - Search in distributionWith this pure perl module you can use the mpv media player through the JSON IPC interface (see <https://mpv.io/manual/stable/#json-ipc>). This is useful to integrate mpv in a foreign event loop, especially to interact with GUI toolkits. The module g...
PERLMAX/MPV-Simple-0.67 - 26 Apr 2020 09:18:46 UTC - Search in distributionCreate a table of thumbnail images, having a default size of 32 x 32 pixels. Once we have a Photo of an image, shrink it by copying a subsample of the original to a blank Photo. Images smaller than the thumbnail dimensions are enlarged by zooiming. C...
LUSOL/Tk-Thumbnail-1.3 - 15 May 2005 23:41:44 UTC - Search in distributionA "job" is a collection of processes which can be controlled as a single unit. For example, you can reliably kill a process and all of its children by launching the process in a job, then telling Windows to kill all processes in the job. There is ano...
DJOOS/Win32-JobAdd-1.00 - 22 Mar 2012 12:05:43 UTC - Search in distributionA Lib::Module object describes a Perl library module and includes the module's package name, file name, version, and superclasses, if any. The module objects are normally part of a class hierarchy generated by libdirs (), module_paths (), and scanlib...
RKIES/Lib-Module-0.7 - 03 Apr 2014 17:00:30 UTC - Search in distributionAlgorithm::QuadTree implements a quadtree algorithm (QTA) in pure Perl. Essentially, a *QTA* is used to access a particular area of a map very quickly. This is especially useful in finding objects enclosed in a given region, or in detecting intersect...
AQUMSIEH/Algorithm-QuadTree-0.1 - 09 Aug 2004 21:09:05 UTC - Search in distributionSimple code to make a Tk::Photo object from an Imager image. This works by: 1. write the image data to a scalar in PNG format 2. Base64 decode the data 3. read() it into the photo object, supplying the Base64 encoded data to the "-data" parameter....
TONYC/Imager-1.012 - 14 Jun 2020 03:26:02 UTC - Search in distributionTk::JBrowseEntry is a derived widget from Tk::BrowseEntry, but adds numerous features and options. Among them are hash lists (one set of values is displayed for the user, but another is used as data), ability to disable either the text entry widget o...
TURNERJW/Tk-JBrowseEntry-5.24 - 03 Jul 2020 04:39:17 UTC - Search in distribution