Why aspell and Not Baghdad ?
It all started with a question from Amr Gharbeia
"Why are we working on an Arabic spell checker ?, Why not a wordlist for aspell ?"
Oh, That's a simple question but it changed a lot of things.
Written in English.
It all started with a question from Amr Gharbeia
"Why are we working on an Arabic spell checker ?, Why not a wordlist for aspell ?"
Oh, That's a simple question but it changed a lot of things.
lighttpd was doing fine but sometimes it doesn't start after the logrotation, I'm lazy to write a script to fix this plus, I miss the apache mod_security to filter out some SPAM comments. I'm using an old package from backports.org, Maybe it was fixed in a later package but it's not there for debian yet.
I've been asked this question a few months ago when I was interviewed by Google, She wanted a smart way so I told her that I can use the calculator but probably that's not the answer that you want. I decided not to answer.
Working on a new deployment, Every bone in my body is hurting me :-)
But I'm working on a new beauty!
Long ago I've applied to be a Debian Developer, Now I have an Application Manager at last.
It has been a pleasure being an EGLUG administrator for the past time. However,
I feel that I'm not qualified as an admin - at least for some people here - and
that I don't really have much time.
Why won't this shit compile ? What's wrong ? I don't get it!
#include <vector>
#include <iostream>
using namespace std;
class foo {
public:
virtual void write();
};
class fubar : public foo {
public:
void write() { cout << __PRETTY_FUNCTION__ << endl; }
};
class fubar2 : public foo {
public:
void write() { cout << __PRETTY_FUNCTION__ << endl; }
};
I disagree with you, I still like to post my articles here.
I'm not sure how he's bypassing the captcha module and I don't have time now to dig. I disabled the captcha and I'll have to approve the comments manully as I used to.
Well, I ported the patch to drupal CVS HEAD which 4.7 ATM per moshe's request. Looks like I did hit another thing. Might be my stupidity, Might be something wrong. We'll see!
PS. Patch is also in my CVS ;-)