48 reputation
6
bio website
location
age
visits member for 1 year, 1 month
seen 2 days ago
stats profile views 13

Mar
12
revised Cannot convert Gujarati PDF(unicode) to text
edited body
Mar
12
comment Cannot convert Gujarati PDF(unicode) to text
@FilipeFedalto After your suggestion, I tried using iText but the problem is still not solved.
Mar
12
comment Cannot convert Gujarati PDF(unicode) to text
@mkl I gave those links to show the nature of the problem. The nature of the problem, according to me is being depicted by those file links. I will find the corresponding files and change the links.
Mar
12
asked Cannot convert Gujarati PDF(unicode) to text
Jan
27
accepted Difference between ps -e and ps -A
Jan
27
awarded  Commentator
Jan
27
comment Difference between ps -e and ps -A
But this doesn't answer my second question. If they are identical why do both of them exist?
Jan
27
comment Difference between ps -e and ps -A
Can you please elaborate your answer? I could not understand what other ps commands mean here.
Jan
27
asked Difference between ps -e and ps -A
Nov
3
awarded  Supporter
Oct
17
awarded  Teacher
Oct
17
answered What file types can be played in Android MediaPlayer class?
Oct
1
comment Using memoization but still code runs forever
Solved that problem and getting correct output for test cases displayed but still getting wrong ans after submitting. I am frustrated now. It took my whole day but still not able to code, though it took very less time to think about the algo. Could you please review my new code and tell me if I am missing anything like an edge case or something? My new code
Oct
1
comment Using memoization but still code runs forever
Oh! Thats a new information for me. %.2f rounds off!! Should I convert it to string and print upto 2 decimals or is there any better way?
Oct
1
awarded  Scholar
Oct
1
accepted Using memoization but still code runs forever
Oct
1
comment Using memoization but still code runs forever
Thanks for pointing out the mistake. I corrected it and now it is running fine. But the correct ans for this case is 18.02 not 18.03. I am getting 18.03 even through python code.
Oct
1
awarded  Editor
Oct
1
revised Using memoization but still code runs forever
added 64 characters in body
Oct
1
comment Using memoization but still code runs forever
Since the code with same algorithm(using recursion) is running in python, in my opinion this should not be an issue.