The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "KARASIK"

VB - Visual Builder for the Prima toolkit River stage two • 17 direct dependents • 19 total dependents

Visual Builder is a RAD-style suite for designing forms using the Prima toolkit. It provides a rich set of perl-based widgets which can be inserted into a window-based form by simple actions. The form can be stored in a file and loaded by either a us...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

PHP - embedded PHP interpreter River stage one • 2 direct dependents • 2 total dependents

The module makes it possible to execute PHP code, call PHP functions and methods, manipulate PHP arrays, and create PHP objects....

MOB/PHP-0.15 - 22 Jan 2013 05:12:52 UTC - Search in distribution

iterm - the interactive tool for Prima::IPA library River stage one • 1 direct dependent • 1 total dependent

iterm is a mostly command-line tool for basic image processing. It has terminal representation, where the main window is capable of viewing the image and accepting commands. The command syntax is pure perl, plus all functions available in the Prima::...

KARASIK/Prima-IPA-1.09 - 04 Jun 2016 18:35:24 UTC - Search in distribution

sqlpp - SQL preprocessor River stage zero No dependents

"sqlpp" is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also #perldef for calling arbitrary perl code....

KARASIK/bin-sqlpp-0.06 - 24 Mar 2007 12:27:13 UTC - Search in distribution

IO::Lambda - non-blocking I/O as lambda calculus River stage one • 4 direct dependents • 4 total dependents

This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

DBIx::Perlish - a perlish interface to SQL databases River stage zero No dependents

The "DBIx::Perlish" module provides the ability to work with databases supported by the "DBI" module using Perl's own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using "DBIx::Perlish", you can write most of your dat...

KARASIK/DBIx-Perlish-1.07 - 07 May 2023 17:54:12 UTC - Search in distribution

perlsecret - Perl secret operators and constants River stage zero No dependents

Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...

BOOK/perlsecret-1.017 - 08 Nov 2021 21:32:57 UTC - Search in distribution

IO::Events - Non-blocking IO using events River stage zero No dependents

The module implements object-oriented approach to select-driven events and contains set of convenience objects for inter-process communication. The main part of the module is the 'loop' instance of "IO::Events::Loop" class, which knows about all IO h...

KARASIK/IO-Events-0.6 - 29 Mar 2007 12:46:36 UTC - Search in distribution

DBIx::Roles - Roles for DBI handles River stage zero No dependents

The module provides common API for using roles (AKA mixins/interfaces/plugins) on DBI handles. The problem it solves is that there are a lot of interesting and useful "DBIx::" modules on CPAN, that extend the DBI functionality in one or another way, ...

KARASIK/DBIx-Roles-1.04 - 30 Jan 2006 11:02:26 UTC - Search in distribution

Win32::GuiTest - Perl GUI Test Utilities. River stage one • 2 direct dependents • 2 total dependents

Most GUI test scripts I have seen/written for Win32 use some variant of Visual Basic (e.g. MS-VB or MS-Visual Test). The main reason is the availability of the SendKeys function. A nice way to drive Win32 programs from a test script is to use OLE Aut...

KARASIK/Win32-GuiTest-1.64 - 16 Aug 2019 08:52:42 UTC - Search in distribution

Selenium::Remote::Driver - Perl Client for Selenium Remote Driver River stage two • 10 direct dependents • 12 total dependents

Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote dr...

TEODESIAN/Selenium-Remote-Driver-1.49 - 06 Apr 2023 14:28:10 UTC - Search in distribution

subplay - play subtitles file River stage zero No dependents

So, you're thinking that my player doesn't display subtitles? No, it does wery well. The reason for this script is there, is that it happened so that I wanted to see a movie with both Danish and English subtitles. Usually, not a problem, if you've te...

KARASIK/Subtitles-1.04 - 14 Feb 2012 13:23:24 UTC - Search in distribution
  • Subtitles - handle video subtitles in various text formats

B::Generate - Create your own op trees. River stage two • 10 direct dependents • 14 total dependents

The "B" module allows you to examine the Perl op tree at runtime, in Perl space; it's the basis of the Perl compiler. But what it doesn't let you do is manipulate that op tree: it won't let you create new ops, or modify old ones. Now you can. Well, i...

RURBAN/B-Generate-1.56 - 20 Dec 2017 15:55:16 UTC - Search in distribution

Prima::OpenGL - Prima extension for OpenGL drawing River stage zero No dependents

The module allows for programming GL library together with Prima widgets. OpenGL module does a similar jobs using freeglut GUI library....

KARASIK/Prima-OpenGL-1.03 - 10 Jan 2023 20:32:40 UTC - Search in distribution

OCR::Naive - convert images into text in an extremely naive fashion River stage zero No dependents

The module implements a very simple and unsophisticated OCR by finding all known images in a larger image. The known images are mapped to text using the preexisting dictionary, and the text lines are returned. The interesting stuff here is the image ...

KARASIK/OCR-Naive-0.07 - 16 Feb 2009 13:17:04 UTC - Search in distribution

greplog - filter log entries by time scope River stage zero No dependents

KARASIK/Regexp-Log-DateRange-0.02 - 17 Aug 2007 10:34:33 UTC - Search in distribution

Image::Match - locate an image inside another River stage zero No dependents

The module searches for occurencies of an image inside of a larger image. The interesting stuff here is the image finding itself - it is done by a regex! For all practical reasons, regexes operate on strings of bytes, and images can be easily treated...

KARASIK/Image-Match-1.02 - 03 Sep 2008 07:03:02 UTC - Search in distribution

Win32::GUIRobot - send keyboard and mouse input to win32, analyze graphical output River stage one • 1 direct dependent • 1 total dependent

The module is a superset of "Win32::GuiTest" module functionality, with addition of simple analysis of graphic output. The module is useful where analysis based on enumeration of window by title, class, etc is not enough (in particular in Citrix envi...

KARASIK/Win32-GUIRobot-0.05 - 22 Oct 2007 11:43:28 UTC - Search in distribution

MooseX::Lists - treat arrays and hashes as lists River stage zero No dependents

Provides asymmetric list access for arrays and hashes. The problem this module tries to solve is to provide an acceptable API for setting and accessing array and hash properties in list context. The problem in implementing such interface is when a ha...

KARASIK/MooseX-Lists-0.05 - 18 Jan 2010 13:21:05 UTC - Search in distribution

Prima::Cairo - Prima extension for Cairo drawing River stage zero No dependents

The module allows for programming Cairo library together with Prima widgets....

KARASIK/Prima-Cairo-1.07 - 17 Nov 2019 17:12:33 UTC - Search in distribution
47 results (0.066 seconds)