[HowTo] Use SqLite ADO.NET with C#
SQLite is a software library written in C that implements a self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
SQLite is a software library written in C that implements a self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform…
In most cases, a company wants to efficiently maximize their bandwidth use. As you know, you can speed up your loading time when browsing by using…
Are you having a hard time looking for a text editor for Windows with complete features, fast, reliable but still free? Many good text editors have…
Are you a PC or Microsoft Windows user? Or are you using Windows XP, Windows Vista or the newest Windows 7? Can you count how many…
Today most companies already use Microsoft Office 2007 with their new file format, and for Microsoft Word 2007 you will see .docx format rather than .doc…
So far Mozilla Firefox is the best for me with useful plugins such as: Firebug, Greasemonkey, Google Toolbar, Delicious, StumbleUpon, and Google Gears. Those plugins save…
Mount and unmount an ISO CD/DVD in Ubuntu without burning them is a very useful way to check or see what is inside the CD/DVD without…
Update Sep 18, 2016: This was my very old article. It might not work anymore. It is obsolete with today’s technology. Please use other technology rather…
From the last post I showed how to install Squid Cache as an intercept (transparent) proxy. So I expect your Squid is already running smoothly right…