Since 4/27/2012 12:59:17 AM, nun has written 3 articles and participated in 59 conversations. nun signature: nun
nun's articles:
Items(3) /1
Confusion with resource.setrlimit() and subprocesses032 (7/5/2006 11:20:18 AM) comp.lang.python I am trying to run a subprocess within given time and memory restrictions. The resource module kind of works for me, but I do not understand why and am seeking an explanation. Also, the signal module is not be... Mitja
floyd-warshall421 (4/24/2005 7:41:41 PM) comp.programming Hello, I'm stuck with a horribly simple task: given a graph with more than one component, add such an edge between two components that the newly-created component will have the smallest possible diameter. ... Mitja
ssh: acces denied (only from remote network)427 (10/21/2004 11:43:34 AM) comp.os.linux.networking Hi, I can't get my sshd to work properly: it allows connections from the other computer in my home network, but says "ssh: connect to host port 22: Connection refused" when trying to connect from the outside. ... Mitja
PIL cutting off letters416 (6/15/2007 7:00:49 PM) comp.lang.python I'm using PIL (Python Imaging Library) to generate button images. They consist of a left end image, a middle, repeating image and a right side image.... anyway, that's not important I'm using a TTF font for th... haggardii(10)
looking for name for data structure2239 (1/24/2007 5:36:00 AM) comp.programming I'm implementing a data structure that works like an array, except that it supports insertion and deletion in the middle efficiently, and it also handles contiguous ranges of identical data items efficiently. ... blp(3953)
best way to align words?1021 (11/30/2006 10:23:11 PM) comp.lang.python Hello, i would like to write a piece of code to help me to align some sequence of words and suggest me the ordered common subwords of them s0 = "this is an example of a thing i would like to have".split() s1 ... rald86(3)
"fork and exit" needed?1420 (11/27/2006 11:23:01 PM) comp.lang.python Hi I'm a Python newbie, and would like to rewrite this Perl scrip to be run with the Asterisk PBX: http://www.voip-info.org/wiki/view/Asterisk+NetCID Anyone knows if those lines are necessary, why, and what... justask(107)
Random image text generation?1225 (11/12/2006 8:00:56 PM) comp.lang.python Is there a module out there that will generate an image with a random text string such as the confirmation images you see on various websites? I'm thinking I'm going to have to add that to the forms on the Mo... skip133(1921)
A good place to learn python ?1921 (6/24/2006 8:05:55 PM) comp.programming Hi, I wandered if any of you know about a good place to learn about python. I am very eager to learn that so i can begin and build and then start on learning PERL. And JAVA and then some time latter when I find... Tobias.Skak(9)
Python in HTML722 (6/23/2006 3:40:39 PM) comp.lang.python Does anyone know of a way to embed python scripts into html, much like you would javascript or php? I do not want to use this to connect to a database, but rather for a functional script to be called when a use... brochu121(7)
Reuseable iterators - which is better?224 (6/23/2006 12:06:43 PM) comp.lang.python In the tutorial there is an example iterator class that revesrses the string given to the constructor. The problem is that this class works only once, unlike built-in types like string. How to modify it that ... zefirek(19)