| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | 2 hours ago | |
| stats | profile views | 22 |
|
Mar 2 |
awarded | Caucus |
|
Feb 15 |
comment |
Implementing a TabListener using the Support Library You'll need to commit the transaction as well - fft.commit() - as you're not using the FragmentTransaction that was passed to the method. |
|
Jan 23 |
comment |
variable not returning correctly (continued). Or if you do need to make a function call, pass the variables as arguments to the function. |
|
Jan 23 |
comment |
variable not returning correctly If you remove the recursion (e.g. by replacing it with a while loop) there will be no need to use global variables. You can keep them local to the function. |
|
Jan 23 |
revised |
variable not returning correctly added missing 'd' in 'def' |
|
Jan 23 |
suggested | suggested edit on variable not returning correctly |
|
Jan 23 |
awarded | Yearling |
|
Jan 23 |
awarded | Enthusiast |
|
Jan 22 |
comment |
How to use loops in Java @Roman C: I do not think that is the case. Rather, the switch statement should be contained in the for-loop. |
|
Jan 22 |
revised |
Test automation using visual studio 2010 Added "coded ui tests" tag |
|
Jan 22 |
suggested | suggested edit on Test automation using visual studio 2010 |
|
Jan 22 |
comment |
String comparison in Python that is case-insensitive for first letter Possible duplicate: How do I do a case insensitive string comparison in Python? |
|
Jan 21 |
revised |
how to get lng and lat from JSON file Added tag for google maps api |
|
Jan 21 |
suggested | suggested edit on how to get lng and lat from JSON file |
|
Jan 21 |
answered | how to get lng and lat from JSON file |
|
Jan 20 |
comment |
how to search and replace for multiple value of text file in python? You're still missing the condition "If value in line = 1, Keep the value" |
|
Jan 20 |
comment |
how to search and replace for multiple value of text file in python? Your conditions are inconsistent with the target data. These conditions are consistent with the data: 1. If value in line = 1, Keep the value; 2. If value in line = 255, Replace as 1; 3. If value in line < 255 (254, 253, 252...), Replace as 0 |
|
Jan 20 |
suggested | suggested edit on how to search and replace for multiple value of text file in python? |
|
Jan 16 |
comment |
whats wrong with this odd number program? Possible duplicate: What is the fastest way to find if a number is even or odd? |
|
Jan 16 |
answered | SheetCalculate - How does this sub routine run? |