This application is just a database tool which stores text content and files into the database, in both clear and "safe" manner. Safe records are stored using AES-256/SHA-256 encryption. There is an Audit Trail table for tracking the changes.
2010-08-04
Synopse SQLite3 Framework Main Demo - draft
2010-08-04. Open Source › mORMot Framework
2010-07-30
Compiler enhancement proposal: threadlocalvar
2010-07-30. Pascal Programming
As I wrote in a previous post, Delphi string, dynamic array and memory manager don't like multi-core CPU.
My proposal is to add a threadlocalvar keyword, to be used instead of var in your code, to mark some variables to be used in only the current thread. Then the compiler and RTL won't have to use the LOCK instruction, and the application will be MUCH faster in multi-thread environment.
2010-07-27
Hyphenation in Delphi
2010-07-27. Open Source › Open Source libraries
We made some years ago a Delphi unit for hyphenation of text.
Such an unit, together with our SynPdf library for example, could be useful in your application. So we released the source!
2010-07-24
Damnatio Memoriae
2010-07-24. Pascal Programming
You sure heard about the "CrossKylixGate"... A Great tool I used for years (CrossKylix) has just been updated. Its author (named Simon) posted an announcement in the Embarcadero forums. Then the post has been deleted by "Team B" members, because of some old story.
But not only Simon has been censured. Since I like and use this free tool, I posted a very "soft" post just with the announcement of the CrossKylix update, with some explanations and precisions. No debate. Just a link to the download page. Then my whole thread was deleted.
It just sounds like a "damnatio memoriae" to me.
2010-07-23
Unit Testing light in Delphi
2010-07-23. Pascal Programming
Automated Unit Testing is a great improvement in coding safe applications.
If you don't know about it, visit http://xprogramming.com/index.php then come back here, and you'll discover how we implement unit testing in a KISS way, in pure Delphi code.
2010-07-22
Synopse SQLite3 Framework 1.8
2010-07-22. Open Source › mORMot Framework
The Synopse SQLite3 Database Framework was just released under Version 1.8.
SQLite3 just officially reached version 3.7.0, so it's time to commit our changes from our source code repository to the main "stable" zip.
2010-07-15
Delphi doesn't like multi-core CPUs (or the contrary)
2010-07-15. Pascal Programming
If you're like me, you are proud of the new CPU your computer runs on - in my case a i7-720Q with 8 embedded cores...
But Delphi is not very multi-thread or multi-core friendly... guess why....
2010-07-14
htm2pdf free tool
2010-07-14. Open Source › Synopse PDF engine
Using our SynPDF library and a public domain THtmlView component, and discussion with some of our users, we were able to make a html to pdf conversion tool.
« previous entries - page 46 of 52 - next entries »
