Hidde

Netherlands

hiddewieringa.nl

Age: 19

I am a young and learning programmer, busy with (mostly) Java and C#. Web development also interests me, I'm learning HTML, CSS, JavaScript and PHP.

Jun
16
comment Check for differentiability and limit in 0 of $f(x) = \sum_{n=5}^{+\infty}\frac{x\cdot \sqrt{n}}{n^2-x^2}$
Why don't you just fill in $0$ in $f(x)$? You can easily evaluate $\sum_{n=5}^\infty \frac{0 \cdot \sqrt{n}}{n^2 - 0^2}$.
Jun
14
answered Big-O simple explaining and use in java
Jun
3
awarded Notable Question
Jun
3
comment CSS box model issue: box-sizing + 100% height + border + inline-block
@OleksandrPshenychnyy I often see strange CSS constructions to achieve something very simple. However, because CSS has been used for such a long time, I think the barrier for people to create/use a new styling language (in combi with HTML or JS) is too high. Hopefully this whill change, because interactivity in webpages can be pushed to a much higher level with the technology of today.
May
23
awarded Famous Question
May
19
awarded Custodian
May
19
reviewed Edit suggested edit on Nullpointer exception Java
May
19
revised Nullpointer exception Java
Organization/slight grammar fixes
May
19
comment Nullpointer exception Java
Ontopic: If there is an exception, there will be a line number in the exception information.
May
19
comment Nullpointer exception Java
Please don't include line numbers in your copy data, and format your code with the code button. I edited your question
May
19
revised Nullpointer exception Java
added 30 characters in body
Apr
16
awarded Yearling
Apr
8
awarded Popular Question
Apr
3
awarded Autobiographer
Mar
19
comment Javascript Reference , is not defined
Are you sure the number is not truncated to 123 instead of 00123?
Mar
14
awarded Notable Question
Mar
5
awarded Caucus
Mar
4
awarded Popular Question
Feb
22
comment How i can create json on javascript(jquery)
That is already JSON, which is just a javaScript object. What exactly is your problem?
Feb
10
comment Cleaning up in pypy
Are you even calling del ft?
1 2 3 4 5