718 reputation
1618
bio website
location
age
visits member for 3 years, 3 months
seen May 6 at 10:19
stats profile views 164

May
6
asked Print prints some extra signs
May
6
accepted Adding a scope for admins if there is only one model
May
6
accepted UnicodeEncodeError and inserting a data into db
May
6
asked Internal method in Python — unable to access to a variable
May
5
asked Adding a scope for admins if there is only one model
May
5
asked UnicodeEncodeError and inserting a data into db
Apr
5
awarded  Popular Question
Apr
1
awarded  Popular Question
Feb
4
awarded  Yearling
Jan
30
awarded  Famous Question
Jan
14
comment Ruby Net::HTTP time out
@RansomAni-Gizzle, why did you do that instead of saying http = Net::HTTP.new(uri.host, uri.port); http.open_timeout = 5* 60; http.read_timeout = 5* 60 like I did here stackoverflow.com/questions/14314375/…
Jan
14
comment Increase timeout for Net::HTTP
@philant, that's why I asked the question. It's weird to "patch" the class @read_timeout = 5*60 # 5 minutes instead of just say http.open_timeout = 50 and http.read_timeout = 50.
Jan
14
comment Increase timeout for Net::HTTP
@FrederickCheung, it takes about 5 seconds, possibly a bit less.
Jan
14
asked Increase timeout for Net::HTTP
Jan
13
awarded  Peer Pressure
Jan
13
accepted C# - capture the webcam and adding the frames
Jan
13
accepted ASP.NET validation - is client one enough
Jan
13
accepted jQuery datepicker - unable to find css
Jan
13
accepted JSON.parse for array of object
Jan
13
accepted Asp.net WebMethod - return string[] and parse it using JavaScript