angryruby.blogspot.com
Angry Ruby: 2008-05-25
http://angryruby.blogspot.com/2008_05_25_archive.html
Just because I use it doesn't mean I have to like it. Monday, May 26, 2008. Haven't blogged here forever (mostly using Python these days, although I did break into some JRuby a couple of weeks back to avoid Java coding) but definitely check out 21 Ruby Tricks from Peter Cooper. Regex, Array Joins, file operations, and more. Subscribe to: Posts (Atom). View my complete profile.
angryruby.blogspot.com
Angry Ruby: Headius on FFI
http://angryruby.blogspot.com/2008/10/headius-on-ffi.html
Just because I use it doesn't mean I have to like it. Friday, October 31, 2008. As usual Headius is the shit. FFI stands for Foreign Function Interface. FFI has been implemented in various libraries; one of them, libffi, actually serves as the core of JNA, allowing Java code to load and call arbitrary C libraries. libffi allows code to load a library by name, retrieve a pointer to a function within that library, and invoke it, all without static bindings, header files, or any compile phase.
happypython.blogspot.com
HappyPython: March 2008
http://happypython.blogspot.com/2008_03_01_archive.html
Sunday, March 2, 2008. This week I count have actually used ieeemac. When I was writing some scripts to automate packet generation using Click Router. But of course I was using Ruby so I couldn't take advantage of this. O = commands.getoutput("ifconfig -a"). Mtu 16384 n tinet 127.0.0.1 netmask 0xff000000 n tinet6 : 1 prefixlen 128 n tinet6 fe80: 1%lo0 prefixlen 64 scopeid 0x1 ngif0: flags=8010. Mtu 1280 nstf0: flags=0. Mtu 1280 nen0: flags=8863. Status: inactive n tsupported media: autoselect.
happypython.blogspot.com
HappyPython: Talking 3.0
http://happypython.blogspot.com/2008/12/talking-30.html
Saturday, December 6, 2008. I'm embarrassed to say I've hardly touched 2.6 let alone 3.0 but Let's talk about Python 3.0. Has some interesting background on the limitations of Python 2.x as well as thoughts on process improvement. Of course CentOS5 still only comes with Python 2.4.3, which is what I'm stuck for much of my development unless is compile from scratch. Subscribe to: Post Comments (Atom). View my complete profile.
happypython.blogspot.com
HappyPython: December 2007
http://happypython.blogspot.com/2007_12_01_archive.html
Friday, December 28, 2007. Web Scripting with Twill (I wish I had this when I used to do WebApp Assessments). A few weeks ago I thought I had the need to script (for the life of my I can't remember why I wanted to do this, I should have blogged on it) Firefox. Well I didn't any Python or Ruby tools for taking control of the browser (I remember seeing how to do this with Python and IE a loooong time ago) but tonight I ran across Twill. Which looks pretty cool and I assume uses the cmd module. Echo getinpu...
happypython.blogspot.com
HappyPython: November 2009
http://happypython.blogspot.com/2009_11_01_archive.html
Saturday, November 28, 2009. Generating SVG Output (from Graphviz) in your Django App. So accomplishing new coding tasks can be a challenge with interruptions and I've had a lot of interruptions this week but I finally got there. And I'm thankful! I have an app that is storing data, meaning Django models for the uninitiated. What is in there doesn't matter, but it is something that is conducive to plotting with graphviz. So the starting point is a string that is in the .dot format. Def make svg str:.
happypython.blogspot.com
HappyPython: Google Protocol Buffers
http://happypython.blogspot.com/2008/12/google-protocol-buffers.html
Saturday, December 13, 2008. Was mentioned on the Python LinkedIn Community. Is the Link to the Python API. Subscribe to: Post Comments (Atom). View my complete profile.
happypython.blogspot.com
HappyPython: December 2008
http://happypython.blogspot.com/2008_12_01_archive.html
Saturday, December 13, 2008. Was mentioned on the Python LinkedIn Community. Is the Link to the Python API. Saturday, December 6, 2008. I'm embarrassed to say I've hardly touched 2.6 let alone 3.0 but Let's talk about Python 3.0. Has some interesting background on the limitations of Python 2.x as well as thoughts on process improvement. Of course CentOS5 still only comes with Python 2.4.3, which is what I'm stuck for much of my development unless is compile from scratch. Subscribe to: Posts (Atom).
happypython.blogspot.com
HappyPython: February 2008
http://happypython.blogspot.com/2008_02_01_archive.html
Sunday, February 24, 2008. Easy Win32 Python and Registry. So I have some experience with APIs for accessing the registry (when I wrote some SCADA Nessus Plugins) but it can't get any easier than this recipe. Subscribe to: Posts (Atom). View my complete profile. Easy Win32 Python and Registry.