DelphiShowcase

World Famous Native Windows PHP IDE Is Built In Delphi

NuSphere PhpED is a powerful native Windows IDE for PHP and it is built in Delphi. According to the developer’s site it handles PHP, HTML, CSS, XML, SMARTY, XHTML, and more. Additionally, they state that it has a balanced combination of advanced code editor, reliable dbg debugger, productive database connectivity client and fast and secure deployment abilities make PhpED a complete solution…
Read more
C++DelphiTech Partner

Powerful Enterprise-Grade Authorization And Authentication Features For Your Delphi And C++ Builder Apps

IPWorks Auth Library provides embedding secure user authentication into the web, desktop, and mobile applications using C++ Builder or Delphi. With IPWorks Auth Library you can easily create OAuth supported cross-platform applications easily. Moreover, the IPWorks Auth Library also supports NTLM, RADIUS, Kerberos, SAML, LDAP, Certificate Management, and more. IPWorks Auth Library…
Read more
CodeDelphiNews

Fast Inverse Square Root in Delphi's Object Pascal

Does Delphi make you a better programmer? Is Object Pascal code more readable? There is an algorithm with a mystery constant that rose to fame in John Carmack’s Quake III Arena C code for quickly estimating the inverse square root of a 32-bit floating-point number. float Q_rsqrt( float number ) { long i; float x2, y; const float threehalfs = 1.5F; x2 = number * 0.5F; y =…
Read more
DelphiRAD Studio

Powerful Advanced Hashing Library For Delphi Windows Development

Delphi has its hashing unit which helps you to hash with a number of different hashes including MD5, Bob Jenkins, SHA1, and SHA 2 (SHA224, SHA256, SHA384, SHA512, SHA512_224, SHA512_256). But, if you need some other hashing algorithms for your project you can use a free and open-source library called HashLib4Pascal. HashLib4Pascal is an Object Pascal hashing library released under the…
Read more