Uday Bidkar
Member
- Member since
- Jun 12, 2012
- Last active
- Feb 21, 2015
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
d15e1edf-7659-451a-9709-7877a74e73fa
Your manager/lead can have much less experience than you, and that's OK!
-
#Threads
88169370-6a54-4543-9184-ce03fef2ecdf
People are not judged if they sit on the floor (if it's a full house off course) in the conference room and...
-
#Threads
ad1e1c83-5cc0-4eb9-a703-fdeaa13248d8
@#-Link-Snipped-# , I think amount=pow(P*[1+r/2], (2*n)) won't work as it doesn't take into account the increase in interest rate after every six...
-
#Threads
855995e4-a99c-419a-b702-450ad1c83bcf
public class TimeValueOfMoney { public static void main(String[] args){ double futureValue = 0; float monthlyPayment = 200, monthlyInterestR...
-
#Threads
dbc43083-0840-44fc-969a-f79e6db81319
#-Link-Snipped-#, you don't "have" to read the file character by character just to extract user id. You can read large chunk of...
-
#Threads
3bffba3e-2c95-4296-835d-7f43b04e6bce
Lots of things to improve performance here. Don't read/write file character by character, read it in large chunk, 5-10MB should be good...