Lars D

1,653
reputation
160 views

Registered User

name Lars D
member for 11 months
seen 1 hour ago
website
location Copenhagen, Denmark
age 38
Software Development Manager.
9h
answered Delphi: constant class instance
Dec
18
comment How to protect the source of a delphi app?
@Smasher: I couldn't stop smiling when I wrote it! But unfortunately, it's true.
Dec
18
comment How to protect the source of a delphi app?
@Mihai: The interface section usually does not produce code, so that does not make sense. Anyway, you always need to pick a protection level. For many purposes, assembler statements are good enough.
Dec
18
answered How to protect the source of a delphi app?
Dec
14
comment How to Prevent the “Please tell Microsoft about this problem” Dialog Boxes
+1 because the link explains how to disable it for a single app
Dec
13
answered Why use exception handling in apparently “safe” code?
Dec
10
answered When is the MVC Pattern appropriate?
Dec
10
comment How long has EStackOverflow been deprecated and what replaces it?
I tried to google for stack overflow problems, and I got loads of links into stackoverflow.com... :-) but I did manage to find this one.
Dec
10
answered Subversion: To edit or not to edit commit-comments
Dec
10
answered Are there any way to use delphi inputbox with multiple values?
Dec
10
answered Records in Delphi
Nov
28
comment Delphi 2010 inlining useless?!
Increasing the number of bytes required to run a certain algorithm, will also use up more the CPU cache. In rare cases this could also have an effect.
Nov
27
comment 100 billion records per day in Oracle - is this a problem?
After a short discussion, this idea was abandoned and replaced with something much simpler.
Nov
26
comment 100 billion records per day in Oracle - is this a problem?
I'm not sure that the customer knows the amount of data that is involved, but they are willing to spend money on it, so the question is more like: How expensive would it be.
Nov
26
comment 100 billion records per day in Oracle - is this a problem?
Just for clarification: the 100 billion records would be copied to an EMPTY database. I'm not planning to have more than 100 billion records in the database in total. The main reason for this, is that replication (only copying the changed records) is not an option.
Nov
26
accepted Do you use invariants when you program?
Nov
26
comment 100 billion records per day in Oracle - is this a problem?
The business requirement is simple: make the data in another database available on Oracle, each day. Optimization using replication is not an option, for other reasons.
Nov
26
asked 100 billion records per day in Oracle - is this a problem?
Nov
22
comment Bash: For Filename do…
Reiler, remember to click the check-mark to this response, so that the system knows that it is the accepted answer.
Nov
22
answered normalize rotation to be within 360°
Nov
17
answered diff between application transacation scope and sql server transaction
Nov
17
answered What is ILLegal Byte code ?
Nov
15
accepted deploying webservice
Nov
15
comment What is your best programmer joke?
I'd say that if the GC in Java worked correctly, most Java programs would disappear.
Nov
15
comment What is your best programmer joke?
How does a frozen person expect something?
Nov
13
answered determining the character set to use
Nov
13
accepted Explorer is locking my IE plugin
Nov
13
comment Explorer is locking my IE plugin
In that case, you may need to use some kind of technique, which makes Windows do it on a reboot. But I cannot remember how to do that.
Nov
13
answered How to use argument in a cast with Delphi
Nov
12
answered Explorer is locking my IE plugin
Nov
12
answered what happens to older software engineers?
Nov
12
comment what happens to older software engineers?
I hear that Microsoft as an organization generally focuses on short-term measurable results, so I am not surprised.
Nov
12
answered deploying webservice
Nov
12
answered Postgres vs Firebird
Nov
12
comment GEDCOM File import export from web application
Are you programming language agnostic? I mean, is it ok for the code samples to be in assembler? ;-)
Nov
12
revised How do I redirect values from a PHP page to another?
added 93 characters in body
Nov
12
answered How do I redirect values from a PHP page to another?
Nov
12
answered What is the simplest license key generator I can develop myself in 1 day?
Nov
12
accepted google chat web client
Nov
11
answered google chat web client
Nov
10
comment Floating point again
@Stephen and David: If I calculate 2.0/2.1 on a system with 15 digits precision, what is the error in the calculation? I would say some kind of unspecified value between 1e-15 and -1e-15. Maybe it is zero, maybe it is negative, and maybe it is 1e-15. I don't know. To me, it's just a small random number. I could make some investigations and find out, but usually I don't do that. I just assume that there is an error between -1e-15 and 1e15.
Nov
9
comment How do I calculate someone’s age in C#?
This answer does not work with all locales and all ages. Several countries have skipped dates after the birth of current living people, including Russia (1918), Greece (1924) and Turkey (1926).
Nov
9
answered What is the difference between MOV and LEA [8086 Microprocessor]
Nov
9
answered How can I return a PChar from a DLL function to a VB6 application without risking crashes or memory leaks?
Nov
9
comment uniprocessor or multiprocessor
Does a Pentium 4 with hyperthreading count as uniprocessor or multiprocessor?
Nov
9
answered How to progmatically transfer files when there is “FTP Over ssh”
Nov
9
answered how to fix svn: ‘path/to/dir’ is not a working copy directory
Nov
9
accepted does ordering by lot of columns hit the performance badly?
Nov
8
answered How to create a system with 1500 servers that deliver results instantaneously?
Nov
8
answered Does WordNet have “levels”? (NLP)