A divided sky
Right before the rain…

Right before the rain…

Since the module is not included with the default PHP installation, you have to download it from the official repository:
1cd
2mkdir mongo-php-driver
3cd mongo-php-driver
4curl https://codeload.github.com/mongodb/mongo-php-driver/zip/master > …The first step is to configure the repositories. Create the following file /etc/yum.repos.d/10gen.repo with the following contents:
For 32-bit systems:
[10gen]
name=10gen Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/i686 …

Since I installed iOS7 beta 2 version, my touch screen started to go unresponsive from time to time. After a couple hours of internet research this is what I found:
iPhone unresponsiveness is mainly caused by notification messages being sent behind …
Installing PHP/MongoDB extension is a two steps task on OSX:
You have to install autoconf in order to avoid the following error:
1Cannot find autoconf. …When I was twelve I learned something that changed my life:
110 print "Hello"
220 goto 10
This time I want to share a 1000 rows SQL table that you can use for text searches. It includes a table with 1 column, 1000 rows song title names. It is plain standard SQL so you can use it with any database manager.
Hope you find …
A Finder alias is a special kind of shortcut or link to a folder. You can place this alias anywhere, being the Desktop a common place. You can even create an alias from a shared folder on a server.
To create an alias:
Well, that depends on several things, like your current processor and compiler. The best way to know it, is by using the sizeof operator. Copy the following code, compile it and run it:
#include <iostream>
using namespace std;
int main() { …
From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
Newsgroups: comp.os.minix
Subject: What would you like to see most in minix?
Summary: small poll for my new operating system
Message-ID: 1991Aug25.205708.9541@klaava.Helsinki.FI
Date: 25 Aug …