Ports Search

Results 12,16112,170 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
devel/Data-Inherited-1.100860 (Score: 6.4754924E-5)
Perl extension for hierarchy-wide accumulation of list/hash results
Hierarchy-wide accumulation of list and hash results. This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results.
devel/Data-JavaScript-Anon-1.03 (Score: 6.4754924E-5)
Dump big dumb Perl structs to anonymous JavaScript structs
Data::JavaScript::Anon provides the ability to dump large simple data structures to JavaScript. That is, things that don't need to be a class, or have special methods or whatever.
devel/Data-Page-NoTotalEntries-0.02 (Score: 6.4754924E-5)
Perl extension for paging results without total entries
Data::Page::NoTotalEntries is a generic pager object, so it's very similar with Data::Page. But so Data::Page::NoTotalEntries doesn't support $pager->total_entries and other some methods.
devel/Data-UUID-1.221 (Score: 6.4754924E-5)
Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
This module provides a framework for generating UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 A.D. Currently many different technologies rely on UUIDs to provide unique identity for various software components. The algorithm for UUID generation, used by this extension, is described in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz. It provides reasonably efficient and reliable framework for generating UUIDs and supports fairly high allocation rates - 10 million per second per machine, and therefore, is suitable for identifying both - extremely short-lived and very persistent objects on a given system as well as across the network.
devel/Date-Easter-1.22 (Score: 6.4754924E-5)
Calculates Easter for any given year
Calculates Easter for a given year. Yes, Date::Manip already has code in it to do this. But Date::Manip is very big, and rather slow. I needed something faster and smaller, and did not need all that other stuff.
devel/Data-Throttler-Memcached-0.00003 (Score: 6.4754924E-5)
Memcached-Based Data::Throttler
Data::Throttler::Memcached accepts the same arguments as Data::Throttler, plus the "cache" argument. The cache argument must be a hashref, which contains the arguments passed to the cache backend.
Dates in the pataphysical calendar
DateTime::Calendar::Pataphysical is the implementation of the pataphysical calendar. Each year in this calendar contains 13 months of 29 days. This regularity makes this a convenient alternative for the irregular Gregorian calendar.
devel/DateTime-Format-IBeat-0.16.1 (Score: 6.4754924E-5)
Format times in .beat notation
No Time Zones No Geographical Borders How long is a Swatch .beat? In short, we have divided up the virtual and real day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4 seconds. That means that 12 noon in the old time system is the equivalent of @500 Swatch .beats. We are not just creating a new way of measuring time, we are also creating a new meridian in Biel, Switzerland, home of Swatch. Biel MeanTime (BMT) is the universal reference for Internet Time. A day in Internet Time begins at midnight BMT (@000 Swatch .beats) (Central European Wintertime). The meridian is marked for all to see on the facade of the Swatch International Headquarters on Jakob-Staempfli Street, Biel, Switzerland. So, it is the same time all over the world, be it night or day, the era of time zones has disappeared.
devel/elfsh-0.51b3 (Score: 6.4754924E-5)
Attractive toolkit for the analysis of ELF object files
The ELF shell 0.5 takes advantage of a hash based, lazy typed object oriented architecture, a readline based interactive mode (35+ builtin commands, with history, completion, regular expression powered), a scripting mode (sample scripts and session logs available on this page) and brings more modification API (relocation tables, .interp, .dynamic, .dynsym, PAX bits, and +), atomic operations with get/set and add/sub/mul/div/mod commands, section injection by top (insert unlimited amount of data in the executable PT_LOAD, even in non-executable environments), a quiet output for tiny screens, ELFsh modules support, sophisticated write/printf primitives, SPARC PLT infection, experimental ET_EXEC relocation and remapping features, ET_REL injection into ET_EXEC (with bss and symtab merging support), disassembly (with good resolving) on i386 binaries with libasm, and much more.
devel/Devel-Cycle-1.12 (Score: 6.4754924E-5)
Find memory cycles in objects
This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks.