This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ echo "اس صفحہ کو ترامیم کیلیۓ نـیـم محفوظ کر دیا گیا ہے اور صارف کو اندراج کر کے داخل نوشتہ ہونا لازم ہے۔" \ | |
> | convert label:@- ~/Desktop/imagemagick.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
port install git-core sqlite3 virtualenv virtualenvwrapper libyaml py26-pil | |
mkdir ~/.virtualenv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export WORKON_HOME=$HOME/.virtualenvs | |
source /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/virtualenvwrapper_bashrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Projects | |
git clone git://github.com/j2labs/pinax.git | |
git clone git://github.com/j2labs/wikitrans.git | |
cd pinax | |
python ./scripts/pinax-boot.py --development $WORKON_HOME/dev-wikitrans | |
workon dev-wikitrans |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install -I -r $WORKON_HOME/dev-wikitrans/src/pinax/requirements/external_apps.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ../wikitrans | |
pip install -I pyyaml | |
pip install http://dist.repoze.org/PIL-1.1.6.tar.gz | |
pip install -I -r wt-app/requirements.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python | |
>>> import nltk | |
>>> import nltk.download('all') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd wt-app | |
./manage.py syncdb | |
./manage.py runserver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./manage.py update_wiki_articles | |
./manage.py translate_google |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10c10 | |
< ;; Last-Updated: Sat Aug 1 15:15:22 2009 (-0700) | |
--- | |
> ;; Last-Updated: Sat Dec 27 10:19:33 2008 (-0800) | |
12c12 | |
< ;; Update #: 647 | |
--- | |
> ;; Update #: 646 | |
15c15 | |
< ;; Compatibility: GNU Emacs: 21.x, 22.x, 23.x |