Perl Text Conversion Videos

perl6 perlintro
Web Server Attacks Demo
This is the testbed demo for a presentation on web server & web application auditing. The presentation deals with some aspects of HIPAA ยง164.312(a)(1). Some custom, intentionally weak web app examples were written to show a few different varieties of attack including SQL injection, password dictionary attacks, and insufficient data validation. In the presentation, you can see how the attack works and relevant code from the application and attack standpoint. You can view the entire presentat
An Introduction to SQLite
Google techtalks May 31, 2006 Richard Hipp ABSTRACT sqlite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. sqlite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and applications where memory space is scarce. This talk provides a quick overview of sqlite, its history, its strengths and weaknesses, and describ