Jonathan Yu

Toronto, ON, Canada
 

Managed Projects

Debian Perl packages

Claimed by Debian No analysis available

Perl packages and related tools for Debian.

0 lines of code

0 current contributors

0 since last commit

7 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

Qt4 Bindings for Perl

  Analyzed about 2 months ago

Perl bindings for Qt4. This project aims to have a production-ready module that is similar in syntax to the PerlQt 3 binding. There is currently no official release, but you can check out the source from svn and compile them yourself. See the INSTALL file for instructions on how to do this. ... [More] Once the bindings are built, there are many examples in the example directory that are direct ports to Perl of the C++ examples that ship with the Qt library. Based on the Smoke library, so the final version will support any method that Smoke supports. Create Perl packages that subclass, extend, and override their C++ parents Create signals and slots: connect Qt defined signals to Perl subroutines, and Perl defined signals to Qt slots Signals and slots defined in parent packag [Less]

81.8K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Math::Random::ISAAC

  Analyzed about 2 months ago

As with other Pseudo-Random Number Generator (PRNG) algorithms like the Mersenne Twister (see Math::Random::MT), this algorithm is designed to take some seed information and produce seemingly random results as output. However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has different ... [More] goals than these commonly used algorithms. In particular, it's really fast - on average, it requires only 18.75 machine cycles to generate a 32-bit value. This makes it suitable for applications where a significant amount of random data needs to be produced quickly, such solving using the Monte Carlo method or for games. This is a Pure Perl port and Perl binding for ISAAC. [Less]

3.9K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Test::DistManifest

  No analysis available

This module provides a simple method of testing that a Perl module's MANIFEST matches the distribution. It tests three things: 1. Everything in MANIFEST exists 2. Everything in the package is listed in MANIFEST, or subsequently matches a regular expression mask in MANIFEST.SKIP 3. ... [More] Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP, so as to avoid an unsatisfiable dependency conditions [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Artistic_..., artistic_gpl, GPL-1-0plus

Video::FourCC::Info

  Analyzed about 2 months ago

1.42K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Debian Control File Library

  No analysis available

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses