Gamecat

21,772
reputation
1762 views

Registered User

name Gamecat
member for 1 year
seen 4 hours ago
website
location Delft
age 41

The secret life of GameCat

I have been a programmer for almost 30 years. Use Delphi most of the time, but have experience in C/C++/Java and several other languages. And also (X)HTML/CSS/XML/ASP/PHP and more web based languages.

I like to reverse engineer (curiosity and cat) and have compiled a Delphi 2009 Syntax because there was none yet.

In real life I am a father and a husband. I like to work with (chain)mail as you can see from my picture.

If you want to contact me, try webmaster at gamecat dot com.

11h
accepted What is this naming convention?
Dec
11
comment What is the easiest or quickest or smartest way to find an answer for a problem related to programming?
And sometimes 2b: talk with somebody on the problem (even a rubber duck can be helpfull).
Dec
11
answered Records and Generic Containers in Delphi
Dec
11
awarded  Nice Answer
Dec
11
answered Why a seg fault?
Dec
10
answered What is this naming convention?
Dec
10
revised Why there is no tree tag in html?
Format
Dec
10
comment What was the strangest coding standard rule that you were forced to follow?
@jellybean, LOL.
Dec
9
answered How to assign a multiline string value without quoting each line?
Dec
6
awarded  Mortarboard
Dec
5
comment When you decide to stop writing code, what will be your next move?
Also a member of the anonymous coders ;-)
Dec
5
answered When you decide to stop writing code, what will be your next move?
Dec
4
answered C++ Linked list destroy function
Dec
4
accepted How to check if string is a valid DateTime Format string in Delphi
Dec
4
comment How to check if string is a valid DateTime Format string in Delphi
Yes, you can use the function for that purpose. You can tweak the format settings.
Dec
4
answered How to check if string is a valid DateTime Format string in Delphi
Dec
3
answered Running down a ‘stack overflow’ bug
Nov
24
comment Is Delphi dead?
Yes and no. They are releases 12 and 13, but they are also releases 1 and 2 of the post Borland period which is a huge difference.
Nov
23
comment multiplication program using recursion(in C)
hm what about b <= 0 ;-)
Nov
23
answered Is Delphi dead?
Nov
21
awarded  Nice Answer
Nov
19
answered What will happen if a application is large enough to be loaded into the available RAM memory?
Nov
19
comment Delphi: generics and ‘is’-operator problem
Its no compiler bug. Its missing a typecast ;-). But I agree with the wrong tool comment.
Nov
19
answered Delphi: generics and ‘is’-operator problem
Nov
17
comment Do you let other people use your PC?
Work: yes Home: No.
Nov
17
accepted Problem setting parented to new form in DLL.
Nov
13
comment Gnuplot Cumulative Column Question
@Xofo, just add 4 spaces before each line and the characters are even spaced. There are more solutions, but this works ;-). And welcome to SO.
Nov
13
revised Gnuplot Cumulative Column Question
format table
Nov
13
answered conversion of unicode(16bit) data to 7bit ascii
Nov
12
answered working with Delphi and Access
Nov
12
comment working with Delphi and Access
Yes you can do that. But Delphi has data aware controls that access to any database table or query you like.
Nov
11
awarded  Good Answer
Nov
10
comment Well-established scientific truths about software engineering
Even worse, if you have looked for an error for an hour or more, even a casual observer has higher probability to point to the mistake. Luckily you can turn the odds to take a break.
Nov
10
comment Well-established scientific truths about software engineering
Any poll question should be community wiki ;-).
Nov
10
answered Well-established scientific truths about software engineering
Nov
10
revised Replace the TD tag
format
Nov
10
comment BNF Grammar Derivation
Agreed, but he can add that himself, I just gave some basic example.
Nov
10
answered BNF Grammar Derivation
Nov
10
answered finding angles 0-360
Nov
10
answered Delphi 2009 Upgrade Question…
Nov
10
revised How can I stop this scroll
format + caps removal; added 3 characters in body
Nov
9
accepted Currying and compiler design
Nov
7
comment Is There Any Way To Create a Interpreted Language?
Just one flaw, the initial value is not specified so big chance several compilers/interpretors give different results.
Nov
2
answered visual studio express : free class diagram tool
Nov
2
accepted Delphi: SetLength() on argument of type “array of TObject”
Nov
1
answered Currying and compiler design
Oct
29
comment What Is The Use Of Brainfuck
Briliant, a recursive existence, just like the universe. It is there so we can question why its's there ;-).
Oct
29
comment Should entry level programmers be able to answer FizzBuzz?
Throwing staplers is not often a smart move during job interviews. But thanks for the warning, the next time I have to interview someone, I will wear a helmet.
Oct
29
comment Should entry level programmers be able to answer FizzBuzz?
You can always change the problem to A BlahBlip problem with 4 and 7 as interval times. That will fool those remembering known problems.
Oct
29
revised Delphi: SetLength() on argument of type “array of TObject”
added 172 characters in body