141,007 reputation
8147267
bio website
location
age
visits member for 3 years, 7 months
seen 31 mins ago
stats profile views 4,671

unutbu leaps minitower in a single bound.


Oct
18
revised How can I delete the current line in Emacs? (Equivalent of vi's `dd`)
added 4 characters in body
Oct
18
revised How can I delete the current line in Emacs? (Equivalent of vi's `dd`)
added 63 characters in body; added 5 characters in body; added 154 characters in body
Oct
18
revised How can I delete the current line in Emacs? (Equivalent of vi's `dd`)
added 272 characters in body; added 441 characters in body
Oct
18
comment How can I set a default font (Inconsolata) in my .emacs.el in Ubuntu?
My pleasure. Enjoy :)
Oct
18
answered How can I delete the current line in Emacs? (Equivalent of vi's `dd`)
Oct
18
answered How can I set a default font (Inconsolata) in my .emacs.el in Ubuntu?
Oct
18
awarded  Nice Question
Oct
17
comment Stop when get input in Python
Possible solution: stackoverflow.com/questions/3894408/… . A minor change in the linked code can make the program pause/unpause when a key is pressed.
Oct
17
revised python: how to slice/store iter pointed data in a fixed buffer class?
added 11 characters in body
Oct
17
revised python: how to slice/store iter pointed data in a fixed buffer class?
deleted 1218 characters in body; added 80 characters in body
Oct
17
revised python: how to slice/store iter pointed data in a fixed buffer class?
added 937 characters in body; added 24 characters in body; added 71 characters in body
Oct
17
revised python: how to slice/store iter pointed data in a fixed buffer class?
deleted 40 characters in body
Oct
17
answered Getting local variables of function
Oct
17
awarded  Nice Answer
Oct
17
comment python: how to slice/store iter pointed data in a fixed buffer class?
Python is very consistent. Objects are objects. Sure, you can put iterators in a list, and use for x in iterator as usual. As long as you know what type of object you are dealing with, all its methods, and all Python syntax appropriate for that object is at your disposal. Am I answering your question? If not, please update your original post, with code to make it clearer.
Oct
17
revised Python Fibonacci Generator
added 56 characters in body
Oct
17
answered Python Fibonacci Generator
Oct
17
revised Python Fibonacci Generator
added 52 characters in body
Oct
17
comment Is XML parsing in PHP as fast as Python or other alternatives?
Liz Daly has written a great article on "High-performance XML parsing in Python with lxml" (ibm.com/developerworks/xml/library/x-hiperfparse). There are many tips there on how to speed up large XML processing jobs.
Oct
17
revised Get a sub-set of a Python dictionary
added 88 characters in body