Wouter van Nifterick

4,350
reputation
525 views

Registered User

name Wouter van Nifterick
member for 1 year
seen Dec 15 at 2:33
website
location The Netherlands
age 33
Dec
12
comment Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
No, you need to buy Delphi 2010 ;)
Dec
12
answered Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
Dec
9
answered Lyrics flow (Delphi / pseudo-code)
Dec
5
accepted Correlation between BAL and quality of source code
Nov
20
awarded  Yearling
Nov
17
comment how to use = assignment operator with timestamp date column in oracle
I still wonder which imbecile invented Yoda date formatting (mmddyyyy)
Nov
12
awarded  Nice Answer
Oct
31
comment Get drive information (free space, etc.) for drives on Windows and populate a memo box
Lowest rated Delphi question on SO so far. The lowest rated answer (also by Jim Moore) has unfortunately been deleted. I think it deserved some kind of reward.
Oct
31
accepted MySQL query execution return value?
Oct
26
comment What Is The Best Database For Delphi Desktop Applications That Supports Stored Procedures?
I'll believe you if you say so, but your answer would be more interesting if you'd provide some reasons.
Oct
22
answered Why NOT use PHP as a desktop programming language?
Oct
21
comment Are there any advantages in using const parameters with an ordinal type?
@Rob: Bummer that comments cannot be edited. It's easy to misread your comment as if you're saying that records are always passed as pointers.
Oct
21
accepted Where can I find a good Delphi or Object Pascal implementation for a circular buffer
Oct
21
comment Where can I find a good Delphi or Object Pascal implementation for a circular buffer
The sources that you mean can be downloaded here: boyet.com/Code/ToDADS_source.zip. It looks like you can get the book for $28 here: lulu.com/content/435417
Oct
21
answered Where can I find a good Delphi or Object Pascal implementation for a circular buffer
Oct
21
asked GUI patterns to edit data with many-to-many relationship
Oct
20
revised Screenshot Taking Tools
added 24 characters in body
Oct
19
revised Use Googlemap from my Delphi application ?
edited body
Oct
17
comment Assembly language je jump function
Edsger Dijkstra must've hated assembler; it's full of GOTO's :-)
Oct
16
comment MYSQL: How can I find ‘last monday’s date’
The trick here is that the value is calculated once and then cached manually. You could try what the optimizer does. It might be smart enough to cache it too, but you can't really rely on it.
Oct
12
revised Image retriever in a thread
changed code to use syntax highlighting (easier to read)
Oct
12
answered How to ‘insert’ a new page inside a TPageControl
Oct
10
revised What are good arguments to convince management to upgrade to Delphi 2009 / 2010?
fixed typos, improved formatting
Oct
10
answered What does 128-bit OS mean to a software developer??
Oct
9
answered Mysql match against alternative
Oct
8
answered MySQL query execution return value?
Oct
8
comment Split large file without copy?
@Rob: Others answered that already. I read the question and realised that the OP doesn't especially want to split a file without copying it. He wants to copy a large number of files fast. I thought it would be helpful to assist him in getting that job done.
Oct
7
revised Can I generate a .RSM file myself for the Delphi Debugger to use?
Added link
Oct
7
revised Split large file without copy?
added 31 characters in body
Oct
7
answered Split large file without copy?
Oct
1
comment Result of previous line (C programming)
The code works, but it somehow feels wrong to teach a beginning programmer to rely on implicit rounding.
Oct
1
comment Best Practises - Increase Mood for Coding
+1 for the heroin tip. -1 for RTS. Net result: 0. :-)
Sep
29
comment WinForms floating windows (like Delphi7 IDE)
This question is tagged "Delphi", and you're basically saying that Delphi's UI is crap and that it should be more like Visual Studio. Oooooooh! I think it's safer to walk into a Hell's Angels bar and shout: "I JUST PISSED ON YOUR STUPID MOPEDS YOU FAGS!".
Sep
27
comment How to enumerate all available WiFi networks using Delphi
-1: Not helpful
Sep
26
revised Help me understand the logic of complex SQL queries in MySQL and relational algebra…
edited tags
Sep
26
answered Help me understand the logic of complex SQL queries in MySQL and relational algebra…
Sep
26
revised How to make dockable forms like in IDE?
deleted 10 characters in body
Sep
25
answered TortoiseSVN Error: “OPTIONS of ‘https://…’ could not connect to server (…)”
Sep
25
revised How do you ensure code is reused correctly?
added 251 characters in body; deleted 3 characters in body
Sep
25
revised How do you ensure code is reused correctly?
added 131 characters in body
Sep
25
answered How do you ensure code is reused correctly?
Sep
24
comment Best way to sort an array in delphi
looks like it's just one day later :)
Sep
23
comment how to create Delphi 4 structure to map column names in XLS to column names in SQL
I'm worried about the milk.
Sep
22
comment Major foreign programming languages
+1 for the image. This gives me an idea of what common programming languages must look like for people who don't know English.
Sep
22
awarded  Nice Question
Sep
22
revised Throw Error In MySQL Trigger
made the link clickable
Sep
21
answered How to create Chrome like application in Delphi which runs multiple processes inside one Window?
Sep
20
comment How to Recruit Great Developers?
Point 6 might not be easy in all countries. In the Netherlands the maximum time for that is 1 month for contracts up to 2 years. For contracts without an enddate it's 2 months. When you don't hire somebody directly as an employee it'll be easier to get rid of somebody, but that usually is about twice as expensive.
Sep
16
answered Is Mac experience important for a future developer?
Sep
16
answered What needs finalization in a multidimensional dynamic array?