sth
|
Registered User
|
|
3m |
comment |
__get__ can be called by whom. not only __get__ but also __set__ and __del__ .thanks It did read print a.get('aa') in the beginning, but the OP fixed it. |
|
1d |
answered | How to get value on a certain index, in a python list? |
|
1d |
accepted | Serial port doesn’t send NULL values |
|
1d |
accepted | redirecting standard output to the calling process |
|
1d |
comment |
redirecting standard output to the calling process You could experiment with p.stdout.read() and similar functions to read the incoming data incrementally. But be aware of the potential problems if the processes also produce output on stderr: docs.python.org/library/… |
|
1d |
answered | redirecting standard output to the calling process |
|
1d |
answered | Serial port doesn’t send NULL values |
|
Dec 19 |
answered | Python - specify which function in file to use on command line |
|
Dec 19 |
comment |
How should I print out a particular character in the file after reading the file? Who should respond to what? This question already has some good answers. |
|
Dec 18 |
comment |
Dealing with large files in Haskell @Jonathan: Are you sure it won't work? The documentation says the module uses CreateFileMapping and MapViewOfFile, both of which that 64bits worth of file size/offset parameters, so those API call should work for files of any size (eg msdn.microsoft.com/en-us/library/… ). Does the module then somehow break this functionality? |
|
Dec 18 |
answered | Dealing with large files in Haskell |
|
Dec 17 |
revised |
Is there a better way to iterate over two lists, getting one element from each list for each iteration? formatting |
|
Dec 17 |
revised |
Convert list of Integers into one Int (like concat) in haskell added an explanation of `foldl` |
|
Dec 16 |
answered | Convert list of Integers into one Int (like concat) in haskell |
|
Dec 15 |
revised |
Why does javascript:alert(”foo” & “bar”); display zero? The bitwise version, not the boolean one |
|
Dec 14 |
revised |
How can I prevent a java 1.4 project from using 1.5/1.6 specific API? shortend title |
|
Dec 14 |
revised |
Python urllib proxy typo |
|
Dec 14 |
comment |
Load image from file and print it using WPF… how? You should better ask this as a new question, more people would look at it and try to help you. (And it's not an answer to this question, so not very helpful here in that respect.) Also make sure to include enough details in your question. |
|
Dec 14 |
revised |
Roulette wheel selection algorithm formatting |
|
Dec 14 |
revised |
File Read/Write Locks removed "signature" |
|
Dec 14 |
comment |
Speed up loading an image from disk in a windows forms (c#.net) app You should better ask this as a new question (or several questions), more people would look at it and try to help you. (And it's not an answer to this question, so not very helpful here in that respect.) Try to make it as clear as possible what you are doing and where the problems ae. |
|
Dec 14 |
revised |
How do I add an ASP.NET control inside an ASCX to an external RequiredFieldValidator programmatically? formatting |
|
Dec 14 |
comment |
ASP.NET DataSource & GridView databinding, setting a parameter value programmatically You should better ask this as a new question, more people would look at it and try to help you. (And it's not an answer to this question, so not very helpful here in that respect.) |
|
Dec 14 |
comment |
gcc-4.2 failed with exit code 1 iphone What kSectionTitleKey? What are you refering to? |
|
Dec 14 |
comment |
How do I pass a target parameter to a CakePHP redirect? You should better ask this as a new question, more people would look at it and try to help you. (And it's not an answer to this question, so not very helpful here in that respect.) |
|
Dec 14 |
comment |
How to convert Windows application from .NET2.0 to .NET3.5 You should better ask this as a new question, more people would look at it and try to help you. (And it's not an answer to this question, so not very helpful here in that respect.) |
|
Dec 14 |
comment |
SubSonic 3 - Simple repository - One to many relations You should better ask this as a new question, more people would look at it and try to help you. (And it's not an answer to this question, so not very helpful here in that respect.) |
|
Dec 14 |
comment |
asp.net CustomValidator never fires OnServerValidate You should better post it as a new question, more people would look at it and try to help you. (Also it's not an answer to this question.) |
|
Dec 14 |
comment |
Insert value into SQL Server Better 1) post it as a new question if it's not an answer to this one, 2) Say what the problem is you are trying you solve, and what goes wrong where in your code at the moment, 3) format you code, at the moment it's absolutely unreadable. |
|
Dec 14 |
revised |
Reversing binary numbers in Haskell added missing words |
|
Dec 13 |
answered | getopt implicit declaration in Solaris? |
|
Dec 13 |
comment |
Reversing binary numbers in Haskell Yes, you probably cannot use a list comprehension. |
|
Dec 13 |
revised |
Reversing binary numbers in Haskell deleted 1 characters in body |
|
Dec 13 |
answered | Reversing binary numbers in Haskell |
|
Dec 13 |
accepted | WTF is happening here?!?! |
|
Dec 13 |
comment |
[C++] Why shall I use “using” keyword to access my base class method? @Nate: You're right, my words got somehow mixed up there when I made some changes before posting. Fixed it now. |
|
Dec 13 |
revised |
[C++] Why shall I use “using” keyword to access my base class method? edited body |
|
Dec 13 |
accepted | [C++] Why shall I use “using” keyword to access my base class method? |
|
Dec 13 |
answered | [C++] Why shall I use “using” keyword to access my base class method? |
|
Dec 13 |
answered | How to return a float point number with a defined number of decimal places? |
|
Dec 13 |
revised |
For Loop, os.listdir() not working correctly Code formatting. Also the missing backslash in the question is probably not just a SO post formatting problem, it's also like that in the posts source view. |
|
Dec 13 |
accepted | For Loop, os.listdir() not working correctly |
|
Dec 13 |
answered | For Loop, os.listdir() not working correctly |
|
Dec 12 |
comment |
How can I create a regular expression in Python? Well, my main point was more to point to the re module, it's docs and it's basic usage. It seemed to me like this is the basic problem the OP wants to solve first, before caring about the exact regular expression and what exactly should be matched. (I basically just focused on the in python part, not the what regular expression part) |
|
Dec 12 |
comment |
How can I create a regular expression in Python? @Alex: You're absolutely right, I fixed that |
|
Dec 12 |
answered | How can I create a regular expression in Python? |
|
Dec 11 |
accepted | Change syntax color in vim? |
|
Dec 11 |
answered | Change syntax color in vim? |
|
Dec 10 |
answered | Locate bad memory access on Solaris |
|
Dec 10 |
answered | Inline Linking and Bandwidth Theft |
