Larry

1,477
reputation
203 views

Registered User

name Larry
member for 1 year
seen 15 hours ago
website
location
age
Dec
10
comment Single vs Double datatypes
Yes, according to the article, from an operations point of view (i.e. multiplying, dividing, etc...) doubles should be more efficient. Of course, as many others have pointed out, from a memory usage point of view Single is better. More importantly, you mention that customers have noticed the loss in precision, which implies that they want higher precision. So, the question is not which is better? It is, where/why are my doubles being cast to singles?
Dec
8
answered Single vs Double datatypes
Dec
3
answered approach for “site down for maintenance”
Dec
3
comment How would you make this switch statement as fast as possible?
+1 This was my first thought. @Dan are you sure that the strings are all equally likely. I don't know your project but I would assume that NYSE and NASDAQ are going to be searched much more than ARCA (which returned the Alberta roofing contractors association when googled).
Nov
29
accepted Are there any good Pascal Script resources/documentation ?
Nov
29
answered Are there any good Pascal Script resources/documentation ?
Nov
25
revised Is it possible to determine the location of a r2build script from within the script?
file extension is r2p
Nov
25
asked Is it possible to determine the location of a r2build script from within the script?
Nov
16
comment How can I get Pascal Script to recognize the ‘create’ and ‘free’ functions when importing a custom class?
Thank you. I added these two functions to the generated code and it worked. Note: I had to add this BEFORE the generated functions SIRegister_TMyPsPlugin and RIRegister_TMyPsPlugin were called.
Nov
16
comment How can I get Pascal Script to recognize the ‘create’ and ‘free’ functions when importing a custom class?
Sorry if my code was confusing. I am using the generated class. I added the additional code to show this.
Nov
16
revised How can I get Pascal Script to recognize the ‘create’ and ‘free’ functions when importing a custom class?
add more code in response to a comment
Nov
16
comment Are there any good Pascal Script resources/documentation ?
Thanks. This helped solve my problem. In Pascal Script the methods are called RegisterMethod, RegisterConstructor, etc... Also, Pascal Script comes with a tool called Unit Importer that builds the register code for you. Unfortunately, it does not add the Create and Free methods so I just added them myself. Lastly, I voted up this answer but if you repost it under the new question I'll accept it.
Nov
16
revised Are there any good Pascal Script resources/documentation ?
deleted 528 characters in body
Nov
16
asked How can I get Pascal Script to recognize the ‘create’ and ‘free’ functions when importing a custom class?
Nov
16
revised Are there any good Pascal Script resources/documentation ?
added 550 characters in body
Nov
16
asked Are there any good Pascal Script resources/documentation ?
Nov
2
awarded  Enlightened
Nov
2
accepted good version control software for Delphi 2009
Oct
30
comment Cannot get the remote debugger for Delphi 2007 to work correctly?
Very detailed. I'm sure this will help anyone who stumbles onto this question in the future.
Oct
30
comment Cannot get the remote debugger for Delphi 2007 to work correctly?
thanks. No mention of the .rsm files in the article.
Oct
30
asked Cannot get the remote debugger for Delphi 2007 to work correctly?
Oct
26
awarded  Popular Question
Oct
22
revised MySQL group by intervals in a date range
added 7 characters in body
Oct
22
revised MySQL group by intervals in a date range
added 15 characters in body
Oct
22
answered MySQL group by intervals in a date range
Oct
19
comment Is it possible to run an application as Administrator from the Delphi IDE
This is a good point. However, in my situation the code is going to run on a locked-down tablet pc running Window 2000 or XP embedded. My dev box runs Vista and I just wanted a quick and dirty way to launch the apps.
Oct
19
asked Is it possible to run an application as Administrator from the Delphi IDE
Oct
18
awarded  Good Answer
Oct
15
accepted PDO in PHP, how to improve this PDO mysql code
Oct
15
answered PDO in PHP, how to improve this PDO mysql code
Oct
15
answered Delphi #IF(DEBUG) equivalent?
Oct
14
comment Will I run into performance issues if I use a blob field as primary key in SQLite?
@Abel thanks for the detailed response. @finnw thanks for the correction.
Oct
13
asked Will I run into performance issues if I use a blob field as primary key in SQLite?
Oct
11
awarded  Nice Answer
Oct
10
answered Delphi - most successful applications developed
Oct
10
answered I know how to program. Now how do I learn to design?
Oct
5
answered Php simple caching technique for small-mid size websites
Oct
3
answered Sql insert if doesnt exist, otherwise (completely different) update
Oct
2
revised PHP: read last line from file
added 4 characters in body
Oct
2
revised PHP: read last line from file
added 255 characters in body
Oct
2
answered PHP: read last line from file
Oct
1
answered [dijit menu] catch menu positon, and edit menu after creation
Oct
1
answered PHP, json_encode, json_decode of SimpleXML Object
Oct
1
comment Getting rid of duplicate results in MySQL query when using UNION
If I understand this correctly, you get duplicate items when they appear in both the reactions and wishlist tables. This will give you the newest date when an item appears in both tables and have no affect when it appears in only one of the tables. Make sure not to include date in the 'group by'.
Oct
1
answered Getting rid of duplicate results in MySQL query when using UNION
Oct
1
accepted Splitting a form into tabbed pages using dojo
Sep
30
comment containable on hasMany relationship
Does Post belongTo User? Maybe you need to define the relationships in both directions for everything to work.
Sep
30
answered Splitting a form into tabbed pages using dojo
Sep
29
answered How do I submit data with Dojo DateTextBox after selecting a date.
Sep
29
answered Return all Fields and Distinct Rows