Mohamed's bookshelf: all en-US Fri, 22 Oct 2021 18:12:55 -0700 60 Mohamed's bookshelf: all 144 41 /images/layout/goodreads_logo_144.jpg <![CDATA[Mastering Embedded Linux Programming]]> 37814891
Embedded Linux runs many of the devices we use every day, from smart TVs to WiFi routers, test equipment to industrial controllers - all of them have Linux at their heart. Linux is a core technology in the implementation of the inter-connected world of the Internet of Things.



The comprehensive guide shows you the technologies and techniques required to build Linux into embedded systems. You will begin by learning about the fundamental elements that underpin all embedded Linux projects: the toolchain, the bootloader, the kernel, and the root filesystem. You’ll see how to create each of these elements from scratch, and how to automate the process using Buildroot and the Yocto Project.



Moving on, you’ll find out how to implement an effective storage strategy for flash memory chips, and how to install updates to the device remotely once it is deployed. You’ll also get to know the key aspects of writing code for embedded Linux, such as how to access hardware from applications, the implications of writing multi-threaded code, and techniques to manage memory in an efficient way. The final chapters show you how to debug your code, both in applications and in the Linux kernel, and how to profile the system so that you can look out for performance bottlenecks.



By the end of the book, you will have a complete overview of the steps required to create a successful embedded Linux system.]]>
478 Chris Simmonds 1787283283 Mohamed 0 to-read 4.22 Mastering Embedded Linux Programming
author: Chris Simmonds
name: Mohamed
average rating: 4.22
book published:
rating: 0
read at:
date added: 2021/10/22
shelves: to-read
review:

]]>
ترنيمة سلام 18081717
عندما صعد الأديب الشاب خالد عبد الدايم إلى قطار القاهرة � أسوان؛ لم يكن يدرك أنه لن يستطيع خطّ حرفٍ واحد في روايته الجديدة التي خصص وقت الرحلة للعمل عليها.. كان مُقدّرًا له أن يلتقي شخصًا غامضًا سيقص عليه قصة خالد محفوظ ويطلب منه أن يكتبها لسبب لم يفصح عنه.. سيعترض في البداية لكنه لن يلبث أن يتسمّر في مقعده عندما تستغرقه الأحداث المذهلة التي تُروى على مسامعه، ولن يملك سوى أن يتساءل : هل القصة التي تُروى له هي في الحقيقة قصته التي لم يشهدها ؟

تجربة روحية فريدة، تنتقل بنا ما بين الواقع والحلم عبر ثلاث قارات، أثناء سعي بطلها لإيجاد سلامه النفسي المفقود.]]>
366 أحمد عبد المجيد Mohamed 5 currently-reading 3.92 2013 ترنيمة سلام
author: أحمد عبد المجيد
name: Mohamed
average rating: 3.92
book published: 2013
rating: 5
read at:
date added: 2020/08/11
shelves: currently-reading
review:

]]>
<![CDATA[Linux Device Drivers Development: Develop customized drivers for embedded Linux]]> 36467982
This book will initially help you understand the basics of drivers as well as prepare for the long journey through the Linux Kernel. This book then covers drivers development based on various Linux subsystems such as memory management, PWM, RTC, IIO, IRQ management, and so on. The book also offers a practical approach on direct memory access and network device drivers.

By the end of this book, you will be comfortable with the concept of device driver development and will be in a position to write any device driver from scratch using the latest kernel version (v4.13 at the time of writing this book).

What you will learnUse kernel facilities to develop powerful driversDevelop drivers for widely used I2C and SPI devices and use the regmap APIWrite and support devicetree from within your driversProgram advanced drivers for network and frame buffer devicesDelve into the Linux irqdomain API and write interrupt controller driversEnhance your skills with regulator and PWM frameworksDevelop measurement system drivers with IIO frameworkGet the best from memory management and the DMA subsystemAccess and manage GPIO subsystems and develop GPIO controller driversAbout the AuthorJohn Madieu is an embedded Linux and kernel engineer living in France, in Paris. His main activities consist of developing drivers and Board Support Packages (BSP) for companies in domains such as automation, transport, healthcare, energy, and the military. John works at EXPEMB, a French company that is a pioneer in electronical board design based on computer-on-module, and in embedded Linux solutions. He is an open source and embedded systems enthusiast, convinced that it is only by sharing knowledge that one learns more.

He is passionate about boxing, which he practised for 6 years professionally, and continues to transmit this passion through sessions of training that he provides voluntarily.

Table of ContentsIntroduction to Kernel DevelopmentDevice Driver BasisKernel Facilities and Helper FunctionsCharacter Device DriversPlatform Device DriversThe Concept of Device TreeI2C Client DriversSPI Device DriversRegmap API - A Register Map AbstractionIIO Framework Kernel Memory Management DMA � Direct Memory AccessLinux Device ModelPin Control and GPIO SubsystemGPIO Controller Drivers � gpio_chipAdvanced IRQ ManagementInput Devices DriversRTC DriversPWM DriversRegulator Framework]]>
588 John Madieu Mohamed 0 currently-reading 3.90 Linux Device Drivers Development: Develop customized drivers for embedded Linux
author: John Madieu
name: Mohamed
average rating: 3.90
book published:
rating: 0
read at:
date added: 2019/02/01
shelves: currently-reading
review:

]]>
<![CDATA[CMake Cookbook: Building, testing, and packaging modular software with modern CMake]]> 39603637 Learn CMake through a series of task-based recipes that provide you with practical, simple, and ready-to-use CMake solutions for your code

Key FeaturesLearn to configure, build, test, and package software written in C, C++, and FortranProgress from simple to advanced tasks with examples tested on Linux, macOS, and WindowsManage code complexity and library dependencies with reusable CMake building blocksBook DescriptionCMake is cross-platform, open-source software for managing the build process in a portable fashion. This book features a collection of recipes and building blocks with tips and techniques for working with CMake, CTest, CPack, and CDash.

CMake Cookbook includes real-world examples in the form of recipes that cover different ways to structure, configure, build, and test small- to large-scale code projects. You will learn to use CMake's command-line tools and master modern CMake practices for configuring, building, and testing binaries and libraries. With this book, you will be able to work with external libraries and structure your own projects in a modular and reusable way. You will be well-equipped to generate native build scripts for Linux, MacOS, and Windows, simplify and refactor projects using CMake, and port projects to CMake.

What you will learnConfigure, build, test, and install code projects using CMakeDetect operating systems, processors, libraries, files, and programs for conditional compilationIncrease the portability of your codeRefactor a large codebase into modules with the help of CMakeBuild multi-language projectsKnow where and how to tweak CMake configuration files written by somebody elsePackage projects for distributionPort projects to CMakeWho this book is forIf you are a software developer keen to manage build systems using CMake or would like to understand and modify CMake code written by others, this book is for you. A basic knowledge of C++, C, or Fortran is required to understand the topics covered in this book.

Table of ContentsFrom a Simple Executable to LibrariesDetecting the Environment Detecting External Libraries and Programs Creating and Running TestsConfigure-time and Build-time OperationsGenerating Source CodeStructuring ProjectsThe Superbuild PatternMixed-language ProjectsWriting an InstallerPackaging ProjectsBuilding Documentation Alternative Generators and Cross-compilation Testing Dashboards Porting a Project to CMake]]>
608 Radovan Bast 1788472349 Mohamed 0 currently-reading 4.25 CMake Cookbook: Building, testing, and packaging modular software with modern CMake
author: Radovan Bast
name: Mohamed
average rating: 4.25
book published:
rating: 0
read at:
date added: 2018/12/07
shelves: currently-reading
review:

]]>
<![CDATA[Mastering Embedded Linux Programming]]> 35644861 478 Chris Simmonds 1787288854 Mohamed 0 currently-reading 4.50 Mastering Embedded Linux Programming
author: Chris Simmonds
name: Mohamed
average rating: 4.50
book published:
rating: 0
read at:
date added: 2018/07/12
shelves: currently-reading
review:

]]>
<![CDATA[Managing Projects with GNU Make]]> 583690 300 Robert Mecklenburg 0596006101 Mohamed 0 the book start with Hello World Make File then go throw more rules,variables, commands and function then go throw advanced topics like make it portable, faster and how to debug it, last chapter have many advanced example of Make Files.
This Book like gnu manual but the information well explained with many example. ]]>
3.65 2004 Managing Projects with GNU Make
author: Robert Mecklenburg
name: Mohamed
average rating: 3.65
book published: 2004
rating: 0
read at: 2018/06/28
date added: 2018/06/28
shelves:
review:
It's a good book for start learning Make Files from Scratch to advanced, it shows you the power of make and add new knowledge which you'll not found in many sites that talked about Make, like improving performance, how to make it portable and how to debug it, also it list some of common Errors.
the book start with Hello World Make File then go throw more rules,variables, commands and function then go throw advanced topics like make it portable, faster and how to debug it, last chapter have many advanced example of Make Files.
This Book like gnu manual but the information well explained with many example.
]]>
<![CDATA[Programming in the Osek/VDX Environment]]> 16817999 359 Joseph Lemieux 1281022713 Mohamed 0 currently-reading 0.0 2001 Programming in the Osek/VDX Environment
author: Joseph Lemieux
name: Mohamed
average rating: 0.0
book published: 2001
rating: 0
read at:
date added: 2018/06/24
shelves: currently-reading
review:

]]>
<![CDATA[Understanding and Using C Pointers: Core Techniques for Memory Management]]> 17152739 223 Richard Reese 1449344186 Mohamed 5 as we know pointers are dangerous and hard to debug it, so before start working with it , at least read chapter 7 which covers Security Issues and the Improper Use of
Pointers and chapter 8 which cover castings pointers and Aliasing. and it's better to read the whole book it only 200 page.]]>
4.16 2013 Understanding and Using C Pointers: Core Techniques for Memory Management
author: Richard Reese
name: Mohamed
average rating: 4.16
book published: 2013
rating: 5
read at: 2018/06/18
date added: 2018/06/18
shelves:
review:
it was an amazing book, it cover pointers from different aspect, highly recommended to who wanna understand how things work underneath and pointers.
as we know pointers are dangerous and hard to debug it, so before start working with it , at least read chapter 7 which covers Security Issues and the Improper Use of
Pointers and chapter 8 which cover castings pointers and Aliasing. and it's better to read the whole book it only 200 page.
]]>
<![CDATA[Head First C: A Brain-Friendly Guide]]> 12447064 Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming—topics typically covered on a college-level course.

This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students.

We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.]]>
629 David Griffiths 1449399916 Mohamed 5 in this book from chapter 2 start talking about memory and pointer and use it all over the book,
start covering pointer to function , variadic function, many make and linker command , how to create system process and how to handle it and using signal handler, dividing you code down to libraries and it cover static and dynamic one,enum and struct, sockets and networking, threads and how to protect shared variable by MUTEX, also give hint about GDB,GPROf,GCOV.
all of this in comedic way and alot of funny images,
This is the first “technical� book that made me laugh.]]>
4.22 2011 Head First C: A Brain-Friendly Guide
author: David Griffiths
name: Mohamed
average rating: 4.22
book published: 2011
rating: 5
read at: 2018/06/04
date added: 2018/06/05
shelves:
review:
This was a really good C book. before it i thought i know C, but i found i know nothing about it.
in this book from chapter 2 start talking about memory and pointer and use it all over the book,
start covering pointer to function , variadic function, many make and linker command , how to create system process and how to handle it and using signal handler, dividing you code down to libraries and it cover static and dynamic one,enum and struct, sockets and networking, threads and how to protect shared variable by MUTEX, also give hint about GDB,GPROf,GCOV.
all of this in comedic way and alot of funny images,
This is the first “technical� book that made me laugh.
]]>
<![CDATA[MicroC/OS-II: The Real-Time Kernel]]> 3369753 498 Jean J. Labrosse 0879305436 Mohamed 0 currently-reading 3.00 1992 MicroC/OS-II: The Real-Time Kernel
author: Jean J. Labrosse
name: Mohamed
average rating: 3.00
book published: 1992
rating: 0
read at:
date added: 2017/08/21
shelves: currently-reading
review:

]]>
<![CDATA[But How Do It Know? The Basic Principles of Computers for Everyone]]> 18276352
Years of writing, diagramming, piloting and editing have culminated in one easy-to-read volume that contains all of the basic principles of computers written so that everyone can understand them.

There used to be only two types of book that delved into the insides of computers. The simple ones point out the major parts and describe their functions in broad general terms. Computer Science textbooks eventually tell the whole story, but along the way, they include every detail that an engineer could conceivably ever need to know.

Like Baby Bear's porridge, 'But How Do It Know?' is just right, but it is much more than just a happy medium. For the first time, this book thoroughly demonstrates each of the basic principles that have been used in every computer ever built, while at the same time showing the integral role that codes play in everything that computers are able to do.

It cuts through all of the electronics and mathematics, and gets right to practical matters. Here is a simple part, see what it does. Connect a few of these together and you get a new part that does another simple thing. After just a few iterations of connecting up simple parts - voilà! - it's a computer. And it is much simpler than anyone ever imagined.

'But How Do It Know?' really explains how computers work. They are far simpler than anyone has ever permitted you to believe. It contains everything you need to know, and nothing you don't need to know. No technical background of any kind is required.

The basic principles of computers have not changed one iota since they were invented in the mid 20th century. "Since the day I learned how computers work, it always felt like I knew a giant secret, but couldn't tell anyone," says the author. Now he's taken the time to explain it in such a manner that anyone can have that same moment of enlightenment and thereafter see computers in an entirely new light.]]>
221 J. Clark Scott 0615303765 Mohamed 5 Recommended for anyone interested in embedded systems]]> 4.48 2009 But How Do It Know? The Basic Principles of Computers for Everyone
author: J. Clark Scott
name: Mohamed
average rating: 4.48
book published: 2009
rating: 5
read at: 2017/08/21
date added: 2017/08/21
shelves:
review:
Very well explained, with relevant analogies.
Recommended for anyone interested in embedded systems
]]>
<![CDATA[العادات السبع للناس الأكثر فعالية]]> 18688076 413 Stephen R. Covey Mohamed 0 3.89 1989 العادات السبع للناس الأكثر فعالية
author: Stephen R. Covey
name: Mohamed
average rating: 3.89
book published: 1989
rating: 0
read at:
date added: 2015/04/03
shelves:
review:

]]>
The Complete Sherlock Holmes 188572
The sign of four --

Adventures of Sherlock Holmes : A scandal in Bohemia ; The red-headed league ; A case of identity ; The Boscombe Valley mystery ; The five orange pips ; The man with the twisted lip ; The adventure of the blue carbuncle ; The adventure of the speckled band ; The adventure of the engineer's thumb ; The adventure of the noble bachelor ; The adventure of the beryl coronet ; The adventure of the copper beeches --

Memoirs of Sherlock Holmes : Silver blaze ; The yellow face ; The stock-broker's clerk ; The "Gloria Scott" ; The Musgrave ritual ; The Reigate puzzle ; The crooked man ; The resident patient ; The Greek interpreter ; The naval treaty ; The final problem --

The return of Sherlock Holmes : The adventure of the empty house ; The adventure of the Norwood builder ; The adventure of the dancing men ; The adventure of the solitary cyclist ; The adventure of the priory school ; The adventure of Black Peter ; The adventure of Charles Augustus Milverton ; The adventure of the six Napoleons ; The adventure of the three students ; The adventure of the golden pince-nez ; The adventure of the missing three-quarter ; The adventure of the abbey grange ; The adventure of the second stain.

Volume 2. Introduction / by Loren D. Estleman --

The hound of the Baskervilles --

The valley of fear --

His last bow : The adventure of Wisteria Lodge : The singular experience of Mr. John Scott Eccles ; The tiger of San Pedro ; The adventure of the cardboard box ; The adventure of the red circle ; The adventure of the Bruce-Partington plans ; The adventure of the dying detective ; The disappearance of Lady Frances Carfax ; The adventure of the devil's foot ; His last bow --

The case-book of Sherlock Holmes : The adventure of the illustrious client ; The adventure of the blanched soldier ; The adventure of the Mazarin stone ; The adventure of the three gables ; The adventure of the Sussex vampire ; The adventure of the three Garridebs ; The problem of Thor Bridge ; The adventure of the creeping man ; The adventure of the lion's mane ; The adventure of the veiled lodger ; The adventure of Shoscombe old place ; The adventure of the retired colourman.]]>
1796 Arthur Conan Doyle Mohamed 0 currently-reading 4.50 1927 The Complete Sherlock Holmes
author: Arthur Conan Doyle
name: Mohamed
average rating: 4.50
book published: 1927
rating: 0
read at:
date added: 2014/12/19
shelves: currently-reading
review:

]]>
<![CDATA[Code: The Hidden Language of Computer Hardware and Software]]> 44882
Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines.

It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.]]>
396 Charles Petzold 0735611319 Mohamed 0 to-read 4.40 1999 Code: The Hidden Language of Computer Hardware and Software
author: Charles Petzold
name: Mohamed
average rating: 4.40
book published: 1999
rating: 0
read at:
date added: 2014/10/29
shelves: to-read
review:

]]>
The Architecture of Happiness 23418
And yet a concern for architecture and design is too often described as frivolous, even self-indulgent. The Architecture of Happiness starts from the idea that where we are heavily influences who we can be, and it argues that it is architecture's task to stand as an eloquent reminder of our full potential.

Whereas many architects are wary of openly discussing the word beauty, this book has at its center the large and naïve question: What is a beautiful building? It is a tour through the philosophy and psychology of architecture that aims to change the way we think about our homes, our streets and ourselves.]]>
288 Alain de Botton 0375424431 Mohamed 0 to-read 3.85 2006 The Architecture of Happiness
author: Alain de Botton
name: Mohamed
average rating: 3.85
book published: 2006
rating: 0
read at:
date added: 2014/08/29
shelves: to-read
review:

]]>
<![CDATA[Sams Teach Yourself Data Structures and Algorithms in 24 Hours]]> 594289 523 Robert Lafore 0672316331 Mohamed 0 to-read 3.93 1999 Sams Teach Yourself Data Structures and Algorithms in 24 Hours
author: Robert Lafore
name: Mohamed
average rating: 3.93
book published: 1999
rating: 0
read at:
date added: 2014/05/26
shelves: to-read
review:

]]>
أيها السادة اخلعوا الأقنعة 8627191 Arabic 108 مصطفى محمود Mohamed 5 3.86 1984 أيها السادة اخلعوا الأقنعة
author: مصطفى محمود
name: Mohamed
average rating: 3.86
book published: 1984
rating: 5
read at:
date added: 2014/05/22
shelves:
review:

]]>
رحلتي من الشك إلى الإيمان 3338544 127 مصطفى محمود Mohamed 4 3.98 1970 رحلتي من الشك إلى الإيمان
author: مصطفى محمود
name: Mohamed
average rating: 3.98
book published: 1970
rating: 4
read at: 2014/05/17
date added: 2014/05/17
shelves:
review:

]]>
حوار مع صديقي الملحد 5664022
صديقى رجل يحب الجدل ويهوى الكلام وهو يعتقد أننا نحن المؤمنون السذج نقتات بالاوهام ونضحك على أنفسنا بالجنة والحوار العين وتفوتنا لذات الدنيا ومفاتنها.. وصديقى بهذه المناسبة تخرج من فرنسا وحصل على دكتوراه وعاش مع الهيبيز وأصبح ينكر كل شئ.
قال لى ساخرا:
-انتم تقولون: ان الله موجود، وعمدة براهينكم هو قانون "السببية" الذى ينص على أن لكل صنعة صانعا ولكل خلق خالقاً ولكل وجود موجدا.. النسيج يدل على النساج والرسم على الرسام والنقش على النقاش والكون بهذا المنطق أبلغ دليل على الاله القدير الذى خلقه.
صدقنا وآمنا بهذا الخالق.. ألا يحق لنا بنفس المنطق أن نسأل.. ومن خلق الخالق.. من خلق الله الذى تحدثوننا عنه.. ألا تقودنا نفس استدلالاتكم الى هذا.. وتبعا لنفس قانون السببية.. ما رأيكم فى هذا المطب دام فضلكم؟. ونحن نقول له: سؤالك فاسد.. ولا مطب ولا حاجة فأنت تسلم بأن الله خالق ثم تقول من خلقه؟! فتجعل منه خالقا ومخلوقا فى نفس الجملة وهذا تناقض، والوجه الآخر لفساد السؤال أنك تتصور خضوع الخالق لقوانين مخلوقاته.. فالسببية قانوننا نحن أبناء الزمان والمكان.
والله الذى خلق الزمان والمكان هو بالضرورة فوق الزمان والمكان ولا يصح لنا أن نتصوره مقيدا بالزمان والمكان ولا بقوانين الزمان والمكان. والله هو الذى خلق قانون السببية فلا يجوز أن نتصوره خاضعا لقانون السببية الذى خلقه، وأنت بهذه السفسطة أشبه بالعرائس التى تتحرك بزمبلك وتتصور أن الانسان الذى صنعها لابد هو الآخر يتحرك بزمبلك.. فاذا قلنا لها بل هو يتحرك من تلقاء نفسه.. قالت: مستحيل أن يتحرك شئ من تلقاء نفسه.. انى أرى فى عالمى كل شئ يتحرك بزمبلك، وأنت بالمثل لا تتصور أن الله موجود بذاته بدون موجد.. لمجرد أنك ترى كل شئ حولك فى حاجة الى موجد.

لتحميل كتاب حوار مع صديقي الملحد برابط بسيط وسهل من هذا الرابط

وللتحميل المزيد من الكتب المباشره من الموقع]]>
160 مصطفى محمود Mohamed 5 3.88 1970 حوار مع صديقي الملحد
author: مصطفى محمود
name: Mohamed
average rating: 3.88
book published: 1970
rating: 5
read at:
date added: 2014/05/15
shelves:
review:

]]>
حوار مع صديقى الملحد 7705603
صديقى رجل يحب الجدل ويهوى الكلام وهو يعتقد أننا نحن المؤمنون السذج نقتات بالاوهام ونضحك على أنفسنا بالجنة والحوار العين وتفوتنا لذات الدنيا ومفاتنها.. وصديقى بهذه المناسبة تخرج من فرنسا وحصل على دكتوراه وعاش مع الهيبيز وأصبح ينكر كل شئ.
قال لى ساخرا:
-انتم تقولون: ان الله موجود، وعمدة براهينكم هو قانون "السببية" الذى ينص على أن لكل صنعة صانعا ولكل خلق خالقاً ولكل وجود موجدا.. النسيج يدل على النساج والرسم على الرسام والنقش على النقاش والكون بهذا المنطق أبلغ دليل على الاله القدير الذى خلقه.
صدقنا وآمنا بهذا الخالق.. ألا يحق لنا بنفس المنطق أن نسأل.. ومن خلق الخالق.. من خلق الله الذى تحدثوننا عنه.. ألا تقودنا نفس استدلالاتكم الى هذا.. وتبعا لنفس قانون السببية.. ما رأيكم فى هذا المطب دام فضلكم؟. ونحن نقول له: سؤالك فاسد.. ولا مطب ولا حاجة فأنت تسلم بأن الله خالق ثم تقول من خلقه؟! فتجعل منه خالقا ومخلوقا فى نفس الجملة وهذا تناقض، والوجه الآخر لفساد السؤال أنك تتصور خضوع الخالق لقوانين مخلوقاته.. فالسببية قانوننا نحن أبناء الزمان والمكان.
والله الذى خلق الزمان والمكان هو بالضرورة فوق الزمان والمكان ولا يصح لنا أن نتصوره مقيدا بالزمان والمكان ولا بقوانين الزمان والمكان. والله هو الذى خلق قانون السببية فلا يجوز أن نتصوره خاضعا لقانون السببية الذى خلقه، وأنت بهذه السفسطة أشبه بالعرائس التى تتحرك بزمبلك وتتصور أن الانسان الذى صنعها لابد هو الآخر يتحرك بزمبلك.. فاذا قلنا لها بل هو يتحرك من تلقاء نفسه.. قالت: مستحيل أن يتحرك شئ من تلقاء نفسه.. انى أرى فى عالمى كل شئ يتحرك بزمبلك، وأنت بالمثل لا تتصور أن الله موجود بذاته بدون موجد.. لمجرد أنك ترى كل شئ حولك فى حاجة الى موجد.

لتحميل كتاب حوار مع صديقي الملحد برابط بسيط وسهل من هذا الرابط

وللتحميل المزيد من الكتب المباشره من الموقع]]>
161 مصطفى محمود Mohamed 5 3.96 1970 حوار مع صديقى الملحد
author: مصطفى محمود
name: Mohamed
average rating: 3.96
book published: 1970
rating: 5
read at: 2014/05/15
date added: 2014/05/15
shelves:
review:

]]>