Piku

353
reputation
173 views

Registered User

name Piku
member for 1 year
seen 2 days ago
website
location Wakefield, UK
age 30
I used to be a full-time software developer, but now teach IT in a school and do the coding in my spare time.
Dec
4
awarded  Popular Question
Nov
13
comment Is nesting namespaces an overkill?
Excellent. This is like the com.microsoft.foo stuff in .NET and similar in Java, isn't it.
Nov
13
asked Is nesting namespaces an overkill?
Nov
8
comment how to check whether the number ends with 9 or not in numbers 1to 100
It's not even very good homework, you could brute-force it with a loop and ten if statements.
Sep
20
awarded  Yearling
Aug
7
comment How do I calculate the normal vector of a line segment?
It's quite subtle and took me a while to realise normal.x = -dy and normal.y = dx. I had them the other way around because it looked like a typo assigning the x part to the y value...
Aug
7
asked How do I calculate the normal vector of a line segment?
Jul
27
awarded  Popular Question
Jul
16
answered Empty report when using VS2008 report wizard and stored procedure
Jul
16
comment Empty report when using VS2008 report wizard and stored procedure
The wizard knows what fields should be in the stored procedure, because it puts them on the report template for me. Also if I expand the dataset in the side panel of VS2008, I can see the live data in it.
Jul
15
asked Empty report when using VS2008 report wizard and stored procedure
Jun
25
awarded  Popular Question