background preloader

Python&AdCrwd

Facebook Twitter

Twitter Analytics. كتاب عابد المصرى | مراجعات كتب. هو كتاب إنسانى به رعشة الحب.. وضربات الحرب.. وضحكات من القلب.. ومنتهى الفرح.. وقمة الغلب” نقلاً عن “فادى رمزى” فى مقالته عن رواية “عابد المصرى” للعقيد أسامة الصادق. كانت بداية معرفتى بالكاتب من خلال روايته الواقعية “الناس والحرب” والتى يحكى فيها تجربته ما بين حربى 1967 و 1973 و ما حدث له هو و ستة من الجنود أثناء انسحابهم فى سيناء بعد النكسة. ومن وقتها بدأت أتابع إصدارات الكاتب حتى علمت بروايته “عابد المصرى”، وهى رواية واقعية ينقل لنا فيها الكاتب الأحداث كما وقعت وكما حكاها له بطل الرواية الذى هو أحد ضباط القوات المسلحة فى حرب 1967 وما بعدها.

بدأت أقرأ الرواية.. لا يمكن أن أنسي بطل الرواية “عابد” عندما رأي زملاءه يموتون أمام عينيه برصاصات الأعداء، وهو في مركب وحده في وسط البحر، ثم رأي طيور النورس تلتهم لحومهم وهو عاجز عن أن يصنع لهم شيئاً بعد أن أصابت رصاصات الأعداء رجله، وكان بالكاد يدافع عن نفسه ضد هذه الطيور التي كانت تريد التهام لحمه وهو حي! لا أنسي ما تعرض له البطل “عابد” من ظلم وذل وصدمات أدت به إلي أن فقد النطق حوالي 4 سنوات كاملة! شعرت بأن مصر فيها ناس “جدعان” جداً..

TweetBuck

A small introduction to Python Eggs. (Attention: This is a very technical post mostly for Python developerts. If you are not a programmer you might want to skip this). During a conversation esp. with Ryan Williams (Which Linden) from Linden Lab we talked about their own Python libraries eventlet and mulib and how great it would be to have them available as Python Eggs (eventlet is a co-routines based networking library and mulib is a REST framework build on top of it. Both are used internally by Linden Lab for the Second Life infrastructure). If you don’t know what a Python egg is, it’s simply a way of distributing Python packages, similar to RPM. There is also an easy method of installing them, using easy_install. Where do I find Python Eggs? You can find Python Eggs on quite a few places on the web, e.g. at a package author’s website. Once you have done this you can simply install an egg by calling: easy_install somepackage.egg You can also give a URL to an egg and use easy_install simplejson Creating Python Eggs #!

Installing wget On Your Mac For Terminal. Hey I like using Terminal, it is usually much more efficient and a lot quicker then the normal methods you use on your Mac. This post is about one widely used tool on UNIX and Linux systems, wget. Wget is a small program that can download files and folders to your computer through Terminal. There is already program similar to wget on your Mac, it is called curl. The first step is to download the source code. Cd ~/desktop/temp/wget-1.9.1 We know need to configure the package for your computer and install it. . This will configure the packages and files for your computer.

Make This will make the files into a single binary file for use on your computer. Sudo make install This will copy the binary file into the correct location on your computer. You have successfully installed wget. Wget Wget is designed to download files and web pages in Terminal but it can do a whole lot more. You can do hundreds of different things with wget.