Inverted Search is a data-structure based C project that implements a fast word-search mechanism across multiple text files. The project uses Hashing + Linked Lists to build an Inverted Index, a ...
Cloudflare's Image Resizing is a great alternative to resizing images in your Rails app. You get to resize images on-the-fly without adding any load to your server.