eliben

9,378
Reputation
581 views

Registered User

Name eliben
Member for 1 year
Seen 15 mins ago
Website
Location Israel
Age 29

Programmer and embedded engineer.

C, Python, VHDL, Perl, C++, Lisp, Scheme, Ruby

14m
revised compare dates using cocoa objective c
edited tags
1h
answered Frequency based sorting
18h
answered About Watch Dog Timer
20h
answered Perl to Python/Ruby code translator
2d
awarded  Nice Answer
2d
comment Artificial Inteligence library in python
is this a duplicate of stackoverflow.com/questions/1605854/… ??
Nov
24
accepted Python and .NET integration
Nov
24
answered How to apply a logical operator to all elements in a python list
Nov
24
comment How to apply a logical operator to all elements in a python list
reduce isn't going away, AFAIK. it's being moved into the functools module, from its previous position in the global namespace
Nov
24
answered python inheritance and __init__ functions
Nov
24
comment How to determine if data is valid tar file
ah, you've beaten me by half a minute :-)
Nov
24
answered How to determine if data is valid tar file
Nov
24
answered How to read data from file and display in QEditText box in QT
Nov
24
comment Searching for Python http lib
What are the specific tasks you're trying to achieve? I'm sure Python has the library you need - you just have to ask.
Nov
24
answered Python and .NET integration
Nov
21
awarded  Nice Answer
Nov
21
answered using snprintf to avoid buffer overruns
Nov
21
comment More advanced Java Course or C?
then definitely C. once you know some Java, learning more of it is easy online. For C, you might learn new concepts - and that's definitely more important
Nov
21
answered More advanced Java Course or C?
Nov
21
comment Execute code in if-else statement
I wish someone would explain to me why this is downvoted and meant to be closed? because it's not a particularly good interview question? since when are we SO snobbish?
Nov
21
revised Execute code in if-else statement
added 99 characters in body
Nov
21
answered faster strlen ?
Nov
21
answered Does a exception with just a raise have any use?
Nov
21
comment Why is argc an ‘int’ (rather than an ‘unsigned int’)?
agreed, but in C loops is all you have
Nov
21
comment Execute code in if-else statement
@jonathan - you're right, fixed the code. However, I wonder whether there's any compiler these days that doesn't handle it correctly. Many C "exception" frameworks based on setjmp use its return value saved to a flag
Nov
21
revised Execute code in if-else statement
deleted 32 characters in body
Nov
21
answered Why is argc an ‘int’ (rather than an ‘unsigned int’)?
Nov
21
answered Well working and comprehensive ADT for C
Nov
21
answered Python ctypes & libspeex.dll/libspeex.so; what are the equivilents to #define, typedef, and structs?
Nov
21
answered Execute code in if-else statement
Nov
20
answered How can I list all function prototypes used in a given C file with Perl?
Nov
20
answered Can anyone suggest book for advanced C concepts?
Nov
20
comment Why is Everyone Choosing JSON Over XML for jQuery?
XML sucks. honestly.
Nov
20
answered Favorite 3rd-party Python Libraries?
Nov
20
answered What are the biggest potential time wasters in development?
Nov
19
comment How do you import your own convenience function modules in Python?
see some relevant advice here: stackoverflow.com/questions/302225/…
Nov
18
answered Help needed in writing a GUI app in C
Nov
17
revised node values for a doubly linked list
deleted 2 characters in body; edited tags
Nov
17
awarded  Necromancer
Nov
15
answered What tool can catch buffer overflows in C?
Nov
15
answered Python binary diff
Nov
15
comment Python output buffering
isn't this *nix only?
Nov
14
comment Dijkstra’s Bankers Algorithm
is this homework? if so, please add the homework tag
Nov
14
comment Which are unsolvable problems in programming world?
as well as utterly un-interesting outside theoretical domains
Nov
14
answered What is the name of the “naming convention” used in the C/C++ standard libraries?
Nov
14
comment Writing a key-value store
well, if you like it so much, you can accept it ;-)
Nov
14
answered excellent setjmp/longjmp tutorials
Nov
14
answered Writing a key-value store
Nov
14
revised What is more efficient in python new array creation or in place array manipulation?
added 325 characters in body; added 72 characters in body
Nov
14
comment What is more efficient in python new array creation or in place array manipulation?
Johan, did you try timing it with the timeit module?