Archive
Thursday, 26. January 2012
2
votes
Release of OpenSSL v0.9.8t and v1.0.0g
Arvid's Blog
– Just a few weeks after the last release the OpenSSL team released important updates to fix issues in both source branches. Again… Direct links for the updated versions: http://indy.fulgan.com/SSL/openssl-0.9.8t-i386-win32.zip http://indy.fulgan.com/SSL/openssl-0.9.8t-x64_86-win64.zip ...
2
votes
DataSnap will just keep getting better!
Mat DeLong
– As you may already know, I no longer work for Embarcadero. It was a very difficult decision for me to leave the company that took such good care of me over the years. I still love Embarcadero and believe in their products. I will continue to help out the community and the company any way I can. That ...
3
votes
TMS Aurelius - A Quick Peek
TDelphiHobbyist
– The Latin name Aurelius means Golden. Has TMS Software created the “Golden” Object Relational Mapping [ORM] Framework? Like any tool, it depends on your perspective and needs ... and for me, it sure looks like they have. Let me explain ... I’m pretty sure that I’ve kissed every frog that ...
8
votes
String comparison in Delphi
Yanniel's notes
– Have you ever wondered how utilities like Beyond Compare or DIFF are comparing files? They do this (I guess) by solving the longest common subsequence (LCS) problem.After reading the Wikipedia article liked above, I obtained an overall view of the problem and I looked at the possible resolutions. ...
10
votes
What do you think of functions overloads?
DelphiTools
– In Delphi, you can overload functions, but doing so requires using the overload directive explicitly, f.i. the following code declares two functions with the same name, one that will be invoked if you pass an integer, another that will be invoked you pass a string: function MyFunc(a : Integer) : ...




