youtube-dl, a YouTube downloader in Python01 (4/1/2013 8:00:49 PM) comp.lang.python
Folks may find this of interest, both from a programming and from an end-user point of view:
youtube-dl, a YouTube downloader in Python:
http://jugad2.blogspot.in/2013/03/youtube-dl-yourube-downloader-i... vasudevram
PDFBuilder can now take multiple input files from command line020 (11/5/2012 12:24:59 AM) comp.lang.python
Here is the blog post about it:
http://jugad2.blogspot.in/2012/11/pdfbuilder-can-now-take-multiple-input.html
In short: removed the temporary hard-coding, refactored the code some. PDFBuilder can now us... vasudevram
PDFBuilder can create composite PDFs019 (11/3/2012 1:03:17 AM) comp.lang.python
PDFBuilder is a tool to create composite PDFs, i.e. PDFs comprising of data from multiple different input data formats (any number of files, in any order). It is a new component of my xtopdf toolkit for PDF g... vasudevram
Using pipe_controller to swap pipe components at runtime032 (10/16/2012 12:09:59 AM) comp.lang.python
I added a couple of methods / functions to my pipe_controller Python module, the Python tool to experiment with pipelined functions within a program.
With these additions, it is now possible to swap the co... vasudevram
Using PipeController (v0.2) to run a pipe incrementally037 (9/27/2012 11:51:27 PM) comp.lang.python
I've released v0.2 of PipeController, my experimental tool to simulate pipe=
s in Python.
It can be downloaded here:
http://dancingbison.com/pipe_controller-v0.2.zip
Changes in v0.2:
- module nam... vasudevram
looking for XML parsers in Ruby536 (1/29/2008 11:20:12 AM) comp.lang.ruby Hi, I am looking for a validating XML parser for ruby. I found that there are libxml-ruby and ruby interface to expat available. Could someone please tell me which is the better in terms of performance and fun... ravin.iitb(2)
Ruby book for DRb, SOAP and friends727 (5/26/2008 12:49:42 AM) comp.lang.ruby Dear List, Any recommendations for a Ruby book that has substantial coverage on DRb, SOAP and such similar functions that may aid distributed computing. I understand that books such as "Ruby Way [Hal Fulton]",... saji(48)
Books for programmers1025 (6/3/2008 7:22:40 AM) comp.lang.python Hi, I'm a C++, Java and C programmer, and I'm searching for a (preferably printed) book that teaches me the "Python idioms", i.e. the "Python way" of doing something. Ideally, I'm searching for a book like "E... vdutto(2)
file transfer in python221 (6/26/2009 11:38:33 AM) comp.lang.python i am trying to find something useful in python to transfer html files from one terminal to other. Can this be done with some module or shall i start coding my own module using low level socket interface. If u k... bhardwajjayesh(2)
Re: XML(JSON?)-over-HTTP: How to define API?420 (7/2/2009 10:17:56 PM) comp.lang.python > I have an (in-development) python system that needs to shuttle events / requests > around over the network to other parts of itself. It will also need to > cooperate with a .net application running on... allen.fowler(20)
Looking for an IPC solution1031 (8/31/2012 7:04:54 PM) comp.lang.python There are just so many IPC modules out there. I'm looking for a solution
for developing a new a multi-tier application. The core application will
be running on a single computer, so the IPC should be using ... gandalf6471(289)