Plumbing Life's Depths

The VRPlumber's search for the good life...

Quicksearch

Comments

Mike about Piping Data Around with Fussy
2012-05-17 07:28
nice post,thank you for inform ation


Chris2048 about Piping Data Around with Fussy
2012-05-05 17:29
Nice, I contributed to a simil ar project: https://github.com /JulienPalard/Pipe


pulakkil about Using Asterisk's manager interface to generate calls (From Python using pyst)
2012-04-05 05:31
i tried this calls are origina ting but how can i pass channe l variable when originate call s from python..just give [...]


Mike Fletcher about Libraries Exposing 8-bit Binary Strings to Python 3, Best Practice?
2012-04-04 21:56
Yeah, that was about where I a rrived (do manual analysis of every entry point). I just di dn't like the location : [...]


Mike Fletcher about Firmware Upgrade Module?
2012-04-04 21:50
Nope, hadn't come across it. It's doing pretty much the sam e thing I want to do with a di fferent focus, so it see [...]


Mike Fletcher about Firmware Upgrade Module?
2012-04-04 21:49
Oh, I use Fabric extensively, but this is the user upgradi ng their "device" (hardware) w ith a bundle of firmware [...]


Nick Coghlan about Firmware Upgrade Module?
2012-04-04 20:41
Have you ever come across Ryan Kelly's Esky package? It's primarily designed for updati ng actual Python applica [...]


Nick Coghlan about Libraries Exposing 8-bit Binary Strings to Python 3, Best Practice?
2012-04-04 20:06
Yup, case-by-case is really th e only way to do this "right" - it really does matter whethe r an API is dealing with [...]


George erickson about Firmware Upgrade Module?
2012-04-04 18:30
You've probably heard of this, but Fabric is an awesome pyth on module that should be able to do most of what you want.


Michał about Firmware Upgrade Module?
2012-04-04 15:00
Me, too. Seriously.


Mike Fletcher about Build PIL on a custom Python2.6 on recent Ubuntu
2012-03-12 08:44
Um, note the last line of the post... :-)


Alex Clark about Build PIL on a custom Python2.6 on recent Ubuntu
2012-03-11 01:07
Pillow (PIL fork) should suppo rt this already. If not, pleas e open a ticket: - http://p ypi.python.org/pypi/Pillow


Andrew Malcolmson about First Lessons in Programming, Software Carpentry Review
2012-03-02 15:47
A couple of alternatives to in stalling Python locally: 1) Pythonanywhere from the IronP ython folks in the UK. [...]


Casey Duncan about Planning to use Numpy Structured Data Types
2012-03-01 12:14
numpy is great, but the big do wnside is inevitably packaging the final product. Assuming t his is used for games or [...]


Jason about First Lessons in Programming, Software Carpentry Review
2012-02-29 03:34
I think you have a tough job, how do you prioritize teaching things that are all important ? Even though setup [...]