Anyone who loves playing with deck of cards knows solitaire. And no matter how advanced the technology is, it will always be played. That is why I’m thrilled to see BVS Solitaire Collection by BVS Development as our May 2018 cool app winner. It is an award-winning multi-featured collection of solitaire card games that includes over 510 variations.
It features both old-time favorites (like…
SHA Hash with C++Builder and Delphi
May 11, 2018
I’ve always been fascinated by encryption & compression, but my favorite is probably the cryptographic hash function. A hash function is a one-way algorithm that takes an input of any size and always produces the same size output. It is one-way in that there is…
I was really excited to see BriskBard by Salvador Díaz Fau as the April 2018 winner of the Cool App Contest. BriskBard is a browser, and a whole lot more. All the other browsers out there are just browsers, while BriskBards is a web browser for Windows that…
3D Credits Scroll with Delphi
May 5, 2018
A little fun with Delphi for today’s Star Wars day!
This is a pretty simple 3D form with a 3D layout at an angle, and then a 2D layout with text and images is animated up the 3D layout. The only code is populating the labels as the animation kicks off automatically.
Download the code and run the full credit scroll, or change the message to share with your friends. It is FireMonkey, and while I…
Webinar Replay: Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
April 24, 2018
When it comes to developing mobile applications, keeping data on your device is a must-have feature, but can still be risky. With embedded InterBase, you can deploy high-performance multi-device applications that maintain 256-bit encryption, have a small footprint and need…
BEAM is Embarcadero's March Cool App Winner
April 12, 2018
Woll2Woll’s BEAM (Beacon External Advanced Mapper)makes RAD Server’s BeaconFence technology so much more flexible, and it is the March 2018 Winner of our Cool App contest. With RAD Server and BeaconFence it is easy to create an application that accurately tracks…
WhereontheMap Honored as Embarcadero Cool App for February
March 22, 2018
If you’re a parent like I am, you understand the feeling of comfort in knowing where your children are at all times and that they are safe. Modern smartphone technologies have provided parents and others to track the whereabouts of loved ones, but our Cool App for…
Google Cloud Shell Network Details
March 15, 2018
Marco Cantu’s blog post aboutRunning a Delphi Linux Application on Google Cloud Shell got me wondering more about the Google Cloud Shell,specifically around the networking. First of all, is the IP address public?
jim@cloudshell:~$ hostname -I
172.18.0.1 172.17.0.2
jim@cloudshell:~$ curl icanhazip.com
35.199.148.57
So the private IP is different from the public IP. I’ll need to test…