Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Barry Kelly earned this badge 91 times |
mar 12 at 22:47
Export a global symbol from a Delphi DLL
dec 7 at 14:20
Hype around graph databases… why?
sep 28 at 22:32
Finding the correct formula for encoded hex value in decimal
aug 11 at 4:13
Ruby / Rails garbage collection
jun 13 '12 at 10:41
Interface “recursion” and reference counting
may 29 '12 at 21:12
Delphi “array of const” to “varargs”
may 19 '12 at 9:25
How to handle arbitrarily large integers
mar 23 '12 at 17:43
Four Dollar signs in Makefile
feb 27 '12 at 10:11
race condition in the common lock on file?
jan 2 '12 at 19:20
Why can't Delphi records have inheritance?
dec 30 '11 at 7:15
What is the opposite of 'parse'?
nov 27 '11 at 9:33
How can a function with 'varargs' retrieve the contents of the stack?
nov 11 '11 at 18:16
Do Generics Mess Up Interface Name Mapping?
nov 8 '11 at 16:55
What are the advantages of dynamic scoping?
oct 28 '11 at 13:04
How can I make the computer beep in C#?
oct 2 '11 at 18:08
C#: Connection between IFormattable, IFormatProvider and ICustomFormatter, and when to use what
aug 17 '11 at 20:35
How to avoid rounding problems when comparing currency values in Delphi?
jul 14 '11 at 21:28
Pointer to generic type
jul 7 '11 at 2:49
Are `const` string parameters (thread) safe
mar 17 '11 at 8:38
How to compare TFunc/TProc containing function/procedure of object?
feb 23 '11 at 8:32
Differences between class declarations
feb 8 '11 at 13:17
SHA1 hashing in Delphi XE
jan 20 '11 at 9:18
How do you know how much space to allocate with malloc()?
jan 13 '11 at 16:29
Should the compiler hint/warn when passing object instances directly as const interface parameters?
jan 3 '11 at 20:16
Are where any difference between array and packed array in Delphi?
dec 27 '10 at 20:51
Understanding memory allocation for TList<RecordType>
nov 16 '10 at 1:11
How can I reliably determine the type of a variable that is declared using var at design time?
nov 9 '10 at 21:26
Is the Random Generator from Delphi the same calculation as C# if fed the same seed?
oct 20 '10 at 16:51
Very poor boost::lexical_cast performance
oct 18 '10 at 17:03
How reliable is the Random function in Delphi
sep 20 '10 at 0:27
Problem with Open-Save Dialog boxes under Windows 7
sep 17 '10 at 12:46
Multi-threading libraries for .NET
sep 13 '10 at 8:53
Delphi dcu to obj
aug 12 '10 at 17:50
What does delphi compiler error E2134 mean?
jul 2 '10 at 10:12
How to create an instance of object with RTTI in Delphi 2010?
jul 2 '10 at 7:02
Is it a good idea to keep all the enums in one place?
jun 21 '10 at 6:42
Delphi Performance: Case Versus If
apr 29 '10 at 5:17
Enumerate all Delphi classes that implement a given interface?
apr 12 '10 at 8:07
Call variadic C function by its memory address in Delphi
feb 25 '10 at 5:27
Delphi 2010 RTTI : Explore Enumerations
feb 19 '10 at 9:07
Can memory be cleaned up?
feb 8 '10 at 12:52
Casting Delphi 2009/2010 string literals to PAnsiChar
jan 9 '10 at 7:52
comparing a GUID so I can sort by GUID
jan 7 '10 at 18:52
How to patch a method in Classes.pas
jan 4 '10 at 17:42
Why do I get “type has no typeinfo” error with an enum type
dec 23 '09 at 9:17
What is the difference between .LIB and .OBJ files? (Visual Studio C++)
sep 28 '09 at 15:32
Curiosity: Why does Expression<…> when compiled run faster than a minimal DynamicMethod?
sep 17 '09 at 12:22
C: Comparison to NULL
sep 12 '09 at 16:07
Why does TEnumerable<T> use pass-through methods?
sep 5 '09 at 15:02
Wrapping TStringList in a Record
aug 19 '09 at 14:27
delphi - terminate all the threads (TThread) on closing application
aug 5 '09 at 16:02
How to store and call a compiled function in C / C++?
aug 2 '09 at 23:47
How to make Ruby's N ends look better?