15,652 reputation
21838
bio website
location Thailand
age
visits member for 4 years, 6 months
seen 7 hours ago
stats profile views 853

11h
comment Best Repository and project management software
Its mostly a matter of opinion. There is no best only a best fit for a particular situation. Voting to close as there is no real answer to the question.
11h
revised SQL count query
Fromatted code section
May
22
answered PHP Excel Reader - Writing Tables
May
22
comment PHP Excel Reader - Writing Tables
What happens when you invoke changeSheet.php from your browser?
May
21
comment meaning of `???-` in C++ code
@chris -- or "0" < "a", or '2' - 30 will result in an integer of value 2.
May
21
comment meaning of `???-` in C++ code
@Potatoswatter -- I meant the development environment could not support these characters. These days you mostly cross compile from a bigger "normal" machine, but, in olden times you often had to use custom hardware.
May
21
comment meaning of `???-` in C++ code
Trigraphs exist to solve two problems. Firstly some embedded systems only support a very limited character set and may not be able to display or enter characters like "^" and "~". Secondly some OSes support multiple code pages which have different encodings for "~","^","|" etc. the only way to ensure your code is supports all the code page variations is to use trigraphs(Heres looking at you IBM EBCDIC!).
May
15
comment Database Schema suggestions please
Quote: "fields are: no of users" --
May
15
answered Database Schema suggestions please
May
9
awarded  Nice Answer
Apr
20
comment Multiple Arrays - Insert Value into database
You seem to be lacking any sensible key to link the various colors together. It would help if you explained what the final database should look like.
Apr
20
answered Python sqlite3 string formatting
Apr
19
comment What should I replace small structs with in Java?
Making a new rect should not cost you that much. The Java code is never duplicated, the JVM will only allocate some control structures to track the instance of the class and the storage required for x,y etc.
Apr
18
comment String buffer - OutOfMemoryError
Either buy more memory, or, process your file line by line.
Apr
18
answered Php returning success to java after data found in database and on insert of database
Apr
11
answered Which SQLite query performs better?
Apr
11
answered DB2 query based on condition from same table
Apr
11
comment FileNotFoundException - java
Not sure if this answer is valid after OP was edited!
Apr
11
revised FileNotFoundException - java
added 2 characters in body
Apr
11
answered FileNotFoundException - java