Search   Feed   Browse   Add
Feed items 1 - 7 of 7 for May 2008

Marc Abramowitz

Rocking the blogosphere

links for 2008-05-31 - May 31, 2008

freshmeat.net: Project details for Extended Python Debugger More complete than pdb.py. Supports a &8220;restart&8221; command, disassembly, stack traces that give better information for exec statements, and stepping over &8220;defs&8221;. Tries to follow gdb&8217;s commands unless there is good reason not to. (tags: python debug)
http://marc-abramowitz.com/archives/2008/05/31/links-for-2008-05-31/

links for 2008-05-28 - May 28, 2008

Welcome to OpenC++ OpenC++ is C++ frontend library (lexer+parser+DOMMOP) and source-to-source translator. OpenC++ enables development of C++ language tools, extensions, domain specific compiler optimizations and runtime metaobject protocols. (tags: c++ parser)
http://marc-abramowitz.com/archives/2008/05/28/links-for-2008-05-28/

links for 2008-05-24 - May 24, 2008

Linuxart Blog Archive Super-useful inputrc (tags: bash inputrc)
http://marc-abramowitz.com/archives/2008/05/24/links-for-2008-05-24/

Python ternary operator - May 19, 2008

Today&8217;s Python discovery: Python doesn&8217;t have the C style : ternary operator (e.g.: cond valueIfTrue : valueIfFalse). But as of Python 2.5 it has a ternary operator with its own syntax: value_when_true if condition else value_when_false For example: 'a' if 1 == 1 else 'b' 'a' 'a' if 1 == 0 else 'b' 'b' This is actually clearer and more ...
http://marc-abramowitz.com/archives/2008/05/18/python-ternary-operator/

Song from the Bank of America Commercial - May 11, 2008

A recent B of A commercial has a female acoustic singersongwriter song, which sounds very similar to Shawn Colvin to me, but alas, it&8217;s not Shawn Colvin. It&8217;s &8220;Merry-Go-Round&8221; by Antje Duvekot
http://marc-abramowitz.com/archives/2008/05/10/song-from-the-bank-of-america-commercial/

links for 2008-05-09 - May 9, 2008

Macworld &124; First Look: VMware Fusion 2.0 Beta 1 (tags: vmware fusion macosx)
http://marc-abramowitz.com/archives/2008/05/09/links-for-2008-05-09/

Pole smoking - May 1, 2008

I wonder if the manufacturers of this have heard of the term &8220;pole smoking&8220;:
http://marc-abramowitz.com/archives/2008/04/30/pole-smoking/
Available Archives
- April (1 item)
- May (7 items)
- June (1 item)
- July (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact