Imran

2,753
reputation
278 views

Registered User

name Imran
member for 1 year
seen 26 mins ago
website
location Bangladesh
age 23
2d
revised Using Qt in a pre-existing x-platform project?
edited tags
Dec
15
comment PDO looping throug and printing fetchAll
It won't for SELECT statements. See this question: stackoverflow.com/questions/460010/…
Dec
15
comment Remove whitespace in Python using string.whitespace
Indeed. In fact, timeit shows join/split to be it's 6 times faster than re.sub() for your given string.
Dec
14
revised Serializing resultset returned from mysqldb in python
deleted 18 characters in body; added 110 characters in body; edited body
Dec
14
answered Remove whitespace in Python using string.whitespace
Dec
8
revised How do I actually get somewhere in GUI programming?
edited title; deleted 10 characters in body
Dec
7
comment Hidden features of Django
Many are not. But I made it CW now, since you ask :)
Dec
7
answered Hidden features of Django
Dec
7
asked Hidden features of Django
Dec
3
answered ValueError: invalid literal for int() with base 10: ‘’
Dec
2
awarded  Popular Question
Dec
1
answered How do I query XHTML using python?
Nov
19
revised practical uses of OOP
edited tags
Nov
14
comment Developing Eclipse plugins without Java
What about other JVM languages?
Nov
14
answered Books to learn how to make web development fun instead of frustrating
Nov
13
answered How would you plan a “learn programming” curriculum for beginners?
Nov
13
asked Developing Eclipse plugins without Java
Oct
28
revised How to ‘fix’ a SVN branch/tree conflict?
fixed typo
Oct
23
revised Can I make QCompleter complete inline and show a popup.
edited tags
Oct
21
awarded  Nice Question
Oct
20
awarded  Notable Question
Oct
16
revised Key compare using dictionary
fixed code formatting
Oct
14
revised Easy pretty printing of floats in python?
changed list comprehension to generator expression
Oct
12
revised % operator in python over string
edited tags
Oct
12
answered Extracting text fields from HTML using Python?
Oct
11
revised PHP Source Encryption - Effectiveness and Disadvantages
spelling
Oct
8
comment simple question about ‘//’ in python
I think the syntax highlighter treats both // and # as comment, regardless of language
Oct
8
answered How to build a last login script using PHP?
Oct
8
answered How to remove these duplicates in a list (python)
Oct
7
revised Free or cheap online survey software?
fixed typo; deleted 1 characters in body
Oct
6
revised What does the variable $this mean in PHP?
edited tags
Oct
4
revised What should I use instead of assignment-in-an-expression in Python?
deleted 3 characters in body
Oct
3
revised Need regular expression for this string
edited tags
Oct
3
revised Showing join table field
edited tags; edited tags
Sep
25
answered Installing PDO_MYSQL PHP extension on CPanel?
Sep
24
revised Encrypted, password-protected file creation
edited tags
Sep
23
revised How can I initiate a PHP class and use it in several files?
fixed code indentation
Sep
23
awarded  Fanatic
Sep
20
revised where can I find php_memcached.dll php extension?
edited tags
Sep
18
accepted Has anybody tried html2pdf in django?
Sep
15
comment Which open source license?
LGPL permits unmodified versions of your binaries to be distributed/sold with closed source commercial apps. As far as I understand, if they modify your program's source code, then they must release the modified version of your program's code (but their own program can still remain closed source).
Sep
15
answered Which open source license?
Sep
14
comment Python __init__ setattr on arguments?
see also: stackoverflow.com/questions/739625/…
Sep
12
revised What to learn next?
edited tags; edited tags
Sep
12
revised C Programming. How to make method to print a string
edited tags
Sep
9
revised PHP Array and ArrayObject
spelling
Sep
8
comment Inconsistency in jQuery’s attribute manipulation
I wrapped the <option> tag in <p> just to test serialization behavior.
Sep
8
asked Inconsistency in jQuery’s attribute manipulation
Sep
7
comment TortoiseHg without context menu commands
This would totally disable the shell extension, which I don't want (I only want to get rid of the context menu entries)
Sep
6
revised does php have any concept of config files or a global.asax?
fixed typo