Free external mailing list download - external mailing list script - page 44 - Top 4 Download

External Mailing List scripts

unzip

unzip script defines a function that represents the opposite of the zip function used for strings operations. As an alternative you could use the function call zip(zip()). ...
Python

Fifo as single linked lists

Fifo mean "First In First Out". This script  creates a container, which only allows element insertion and removal and where the first element inserted is the first element removed. ...
Python

Lazy streams using generators

... class allows you to use generators as more list-like streams. The chief advantage is that it is ... while a stream can be re-used like a list. ...
Python

Quick and easy FIFO queue class

... an easy First-In-First-Out queue class based on Python's List data structure. ...
Python

Manipulating infinite lists

... contains some useful functions which work on infinite lists, including generalized versions of map, filter, zip on gLists. ...
Python

Functional dictionary and list types

... this module is to provide a dictionary and list type that can aid in relational algebra, functional programming, list-oriented programming, and perhaps even code obfuscation. ...
Python

List iterator with advance and regress

The basic iterator for a list doesn't allow one to skip forward (except with "continue"), ... all), nor does it behave well if the list is modified while it is being traversed. This script is NOT the be-all and end-all of improved iterators, but it gives a few ideas of how a better one ...
Python

Binary search in one line

... one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1. ...
Python

Implementation of sets using sorted lists

This script implements set operations using sorted lists as the underlying data structure. Advantages: - Space savings -- lists are much more compact than a dictionary based ... its sort invariant. Disadvantages:  -  Set construction uses list.sort() with potentially N log(N) comparisons. - Membership ... element addition use log(N) comparisons. Element addition uses list.insert() with takes O(N) time. ...
Python

Convex hull and diameter of 2d point sets

... pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a coordinate-based sorted order rather than the more commonly seen radial sorted order. A rotating calipers algorithm generates candidate pairs of vertices for the diameter calculation. ...
Python

External Mailing List scripts download notice

Top 4 Download periodically updates scripts information of external mailing list full scripts versions from the publishers, but some information may be slightly out-of-date.

Using warez version or not proper external mailing list script install is risk. Download links are directly from our mirrors or publisher's website, external mailing list torrent files or shared files from free file sharing and free upload services, including Rapidshare, HellShare, HotFile, FileServe, MegaUpload, YouSendIt, Letitbit, DropSend, MediaMax, LeapFile, MyOtherDrive or MediaFire, are not allowed!