background preloader

Php

Facebook Twitter

Sql relay - sqlrelay persistent database connection ... Sphinx - Free open-source SQL full-text search engine. Sphinx is an open source full text search server, designed from the ground up with performance, relevance (aka search quality), and integration simplicity in mind.

Sphinx - Free open-source SQL full-text search engine

It's written in C++ and works on Linux (RedHat, Ubuntu, etc), Windows, MacOS, Solaris, FreeBSD, and a few other systems. Sphinx lets you either batch index and search data stored in an SQL database, NoSQL storage, or just files quickly and easily — or index and search data on the fly, working with Sphinx pretty much as with a database server. A variety of text processing features enable fine-tuning Sphinx for your particular application requirements, and a number of relevance functions ensures you can tweak search quality as well.

Searching via SphinxAPI is as simple as 3 lines of code, and querying via SphinxQL is even simpler, with search queries expressed in good old SQL. Publish. [home] [PDF Version] 2009-05-11: This problem has been given a name in the time since I wrote this article, back in the dark ages.

publish

We call it Cross Site Request Forgery, or CSRF for short. This solution outlined below is now standard practice across the web and is generally known as using a 'secure crumb'. Engineering @ Facebook's Notes.