Monthly Archives: April 2012

DataCleaner – Data quality, profiling, cleansing and matching utility

DataCleaner – Open source data quality, data profiling, data cleansing, data matching (via Cubrid)

Posted in Hakre's Tips, Linked, Pressed, Tools | Tagged , , , | Leave a comment

NotORM

NotORM is a PHP library for simple working with data in the database. The most interesting feature is a very easy work with table relationships. The overall performance is also very important and NotORM can do caching and run faster … Continue reading

Posted in Linked, Pressed, Tools | Tagged , , | Leave a comment

Meouw, hashcat @ Jeff Atwood

Meouw, hashcat @ Jeff Atwood.

Posted in Hashcat sightings, Linked, Pressed | Tagged , | Leave a comment

PHPStorm: WI-10767 DOMDocument::loadXML is both: static and not-static PHP: Bug #29206 DOMDocument::LoadXML: Strict Standards: DOMDocument::loadXML(); is not static

Posted on by hakre | Leave a comment

Introducing: PasswordLib

Ircmaxell is Introducing PasswordLib, a PHP library for password hashing. It’s a spin-off from CryptLib which didn’t finish so far. Github; Packagist. MIT License.

Posted in Developing, Linked, PHP Library, Pressed | Tagged , , , , | Leave a comment

PHPStorm: WI-3130 PHP: binary literal is reported as error – wow this one is opened since longer.

Posted on by hakre | Leave a comment

PHPStorm: WI-10660 $it = new MultipleIterator; – No parameters required

Posted on by hakre | Leave a comment

PHPStorm: WI-10662 Undefined variables after index 0 in sscanf

Posted on by hakre | Leave a comment

And more: <angular/>: A Radically Different Way of Building AJAX Apps. http://angularjs.org, github, MIT Licensed. (The older Google Wave Example Youtube Video)

Posted on by hakre | Leave a comment

The Best Models are Easy Models (by Court Ewing) with a link to the anemic model trap.

Posted on by hakre | Leave a comment

Iterating over Multiple Iterators at Once

PHP’s SPL has two build-in Iterators that deal with multiple iterators at once: AppendIterator and MultipleIterator. In this posting I’ll cover both a bit: AppendIterator will put one iterator after the other so it get’s like a long queue or … Continue reading

Posted in Developing, Hakre's Tips, PHP Development, Pressed | Tagged , , , , , , , | 1 Comment