| bio | website | |
|---|---|---|
| location | ||
| age | 27 | |
| visits | member for | 4 months |
| seen | 9 hours ago | |
| stats | profile views | 69 |
|
9h |
answered | Meaning of “>” in MySQL update statement |
|
Apr 15 |
comment |
Make an for(EVER) loop. System dont't want to boot You wrote memory locations that you shoudn't Weird that you can't boot. Bad luck writing to delicate memory |
|
Apr 15 |
comment |
Convert windows device filename to drive letter Check this link in case this is what you are looking for: msdn.microsoft.com/en-us/library/windows/desktop/… There is a function that looks like that do what you are asking |
|
Mar 24 |
comment |
how to import the following csv into mysql, using mysql commands? Have you triied to separate fields with other character not used in the html? maybe | (pipe) |
|
Mar 20 |
answered | Php compare interval numbers |
|
Mar 20 |
comment |
Optimized way to check distinct values in a column yea, my bad, Select Count(Distinct ColumnA) from tableX limit 2 |
|
Mar 20 |
answered | How to simplify vba copy paste separate cells values |
|
Mar 20 |
comment |
Optimized way to check distinct values in a column you should try to "limit 1", so it stop looking after first distinct |
|
Mar 17 |
answered | cin: check if number is an integer or float even if float value is 1.000 |
|
Mar 11 |
awarded | Constituent |
|
Mar 11 |
awarded | Caucus |
|
Mar 11 |
comment |
Ember.js: View listening for keypress event This doesnt work for you?: stackoverflow.com/questions/1160008/… |
|
Mar 9 |
answered | Ordering words in a file in an ascending alphabetic order in C++ |
|
Mar 9 |
comment |
Why is my Javascript not working from the PHP file? $_POST['editor'] is the variable you might want to check if it's empty, that IF is blocking the flowcode to that line that 'its not working' |
|
Mar 4 |
awarded | Tenacious |
|
Mar 3 |
answered | Approximating Pi |
|
Mar 3 |
comment |
Doing a LEFT JOIN with a default value if nothing matches Just missing the last where u.user_id='1' xP |
|
Mar 3 |
comment |
Doing a LEFT JOIN with a default value if nothing matches Can you put an example of the result you want? |
|
Mar 3 |
comment |
Approximating Pi Think parallel, go use POSIX and another aproach to aproximate more adecuate to parallel algorithm, like stackoverflow.com/questions/10890613/… |
|
Mar 3 |
comment |
How to decrement an array in Java? Whats your first language? What i can understand, you are only changing 1 spot in the array, do you want to change all? you will need a second for, to change the other values. |

