News

Delphi Blogs of the Month #57

As usual, this is a collection of links to relevant blog post and other newws you might heve missed over the recent perios of time, and that relate with Delphi one way or another. Embarcadero News There is a new Sencha MVP program, similar to the RAD Studio one:https://www.sencha.com/blog/sencha-mvp-program/ Healthcare App Prototype Built In Delphi Wins First Place In Startup Weekend…
Read more
News

CAD with C++Builder, episode#0

Author: Seva Leonov Where Last year I had a course in programming with C++. They were 2nd year students, and they already got C# and Python. Then their dean called me and ask: “Look, Seva, I want to get them programming, not writing code. Can you?” That was a…
Delphi

Powerful GUIs using Scalable Vector Graphics and the RiverSoftAVG SVG Component Library with Tom Grubb

Author: Remy Lebeau Scaleable Vector Graphics (SVG) are awesome in their ability to make your GUIs stand out. Not only because they are scaleable, but perhaps even more importantly, because they are editable. Unlike bitmaps, each piece of a graphic is editable. You can change colors, rotations, visibility, etc in real-time at run-time. With the RiverSoftAVG SVG Component Library (RSCL), you get…
Read more
News

YAML and Remote Code Execution

Author: Craig Stuntz YAML’s security risks are in no way limited to Rails or Ruby. YAML documents should be treated as executable code and firewalled accordingly. Deserializing arbitrary types is user-controlled, arbitrary code execution. It’s Not Just Ruby A few weeks ago, I had a need to parse Jasmine’s jasmine.yml in some C# code. I spent some time looking at existing YAML…
Read more