| bio | website | hochun.tk |
|---|---|---|
| location | Hong Kong | |
| age | 18 | |
| visits | member for | 1 year |
| seen | 24 mins ago | |
| stats | profile views | 546 |
I mainly use c# and sometimes java.
Sometimes c and sometimes c++.
Sometimes javascript and sometimes php.
Sometimes windows and sometimes ubuntu.
Sometimes
android and sometimes windows-mobile (deprecated).
Sometimes eclipse and sometimes visual-studio.
Sometimes notepad++ and sometimes vim.
My comics: The Stupid Webcomics

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. by Alvin Wong.
|
May 14 |
revised |
chrome extension first run Added syntax highlight markup |
|
May 10 |
revised |
Echo mysql query Removed tags on the title |
|
May 10 |
awarded | Yearling |
|
May 9 |
comment |
How to use recursion to round a decimal to the nth place So... what's your question? |
|
May 9 |
comment |
Two Interacting C# Classes I think you'd want a List<Class1> in Class2 instead of repeating all the fields that many times. |
|
May 9 |
comment |
ruby code far faster than equivalent c++ code Is integer overflow really a bug in C++ implementation? Isn't it undefined behaviour? |
|
May 8 |
awarded | Announcer |
|
May 7 |
comment |
Focus on scroll What is childControl anyway? |
|
May 7 |
comment |
Focus on scroll Your question isn't detailed. You didn't even mention what control you are using and how they are placed. |
|
May 7 |
comment |
mono Thread.Sleep(int) thrown System.TypeLoadException So what's going on here? You have two choices: 1) Delete the question. 2) Explain how you solved the problem even if it is not related to Thread.Sleep |
|
May 7 |
reviewed | Close MySQL Syntax Error at line 5 (but there's no mysql stuff anywhere near there) |
|
May 7 |
reviewed | Close WARNING: NetBeans implementation of Preferences not found: java.lang.Exception |
|
May 7 |
reviewed | Close POST doesn't pass variable |
|
May 7 |
reviewed | Close Tetris game in java |
|
May 7 |
reviewed | Close PHP MySQL Syntax Error 'You have an error in your SQL syntax' |
|
May 7 |
reviewed | Close Protect get variable from SQL injection with PHP isnumeric function |
|
May 7 |
reviewed | Close MySQL syntax error caused by weird array value which shouldn't be there? |
|
May 7 |
reviewed | Close Why does MySQL report a syntax error on FULL OUTER JOIN? |
|
May 7 |
reviewed | Close Snake game, start |
|
May 6 |
comment |
call static method on parameter without instantiating class in argument BTW, use the Singleton Pattern instead of static methods in your case? |