Author: Regis Debray
Publisher: Verso
ISBN: 9781859845899
Category : Religion
Languages : en
Pages : 330
Book Description
Debray's purpose in this major new book is to trace the episodes of the genesis of God, his itinerary and the costs of his survival. "God: An Itinerary" uses the histories of the Eternal and of the West to illuminate one another and to throw light on contemporary civilization itself.
God
Author: Regis Debray
Publisher: Verso
ISBN: 9781859845899
Category : Religion
Languages : en
Pages : 330
Book Description
Debray's purpose in this major new book is to trace the episodes of the genesis of God, his itinerary and the costs of his survival. "God: An Itinerary" uses the histories of the Eternal and of the West to illuminate one another and to throw light on contemporary civilization itself.
Publisher: Verso
ISBN: 9781859845899
Category : Religion
Languages : en
Pages : 330
Book Description
Debray's purpose in this major new book is to trace the episodes of the genesis of God, his itinerary and the costs of his survival. "God: An Itinerary" uses the histories of the Eternal and of the West to illuminate one another and to throw light on contemporary civilization itself.
מסעות בנימין ה-2
Author: mi-Ṭudelah Binyamin ben Yonah
Publisher:
ISBN:
Category : Africa
Languages : en
Pages : 240
Book Description
Publisher:
ISBN:
Category : Africa
Languages : en
Pages : 240
Book Description
Itinerary
Author: Octavio Paz
Publisher: Ecco
ISBN: 9780156010719
Category : Europe
Languages : en
Pages : 0
Book Description
The final legacy of the Nobel Prize-winning author of The Labyrinth of Solitude Itinerary records the evolution of the political ideas of Octavio Paz, the great Mexican writer who was awarded the Nobel Prize for Literature in 1990. It is an intellectual autobiography, in a sense, but also a sentimental and even passionate one. In his thoughts Paz realized the past was inseparable from the present. And so he tells the story of his journey through time, from youth to adulthood. It is not a straight line, nor is it a circle; it is instead a spiral that turns ceaselessly over, bringing into view a time seventy years in the past and the actions of today. It is the final work by a great thinker and a magnificent writer.
Publisher: Ecco
ISBN: 9780156010719
Category : Europe
Languages : en
Pages : 0
Book Description
The final legacy of the Nobel Prize-winning author of The Labyrinth of Solitude Itinerary records the evolution of the political ideas of Octavio Paz, the great Mexican writer who was awarded the Nobel Prize for Literature in 1990. It is an intellectual autobiography, in a sense, but also a sentimental and even passionate one. In his thoughts Paz realized the past was inseparable from the present. And so he tells the story of his journey through time, from youth to adulthood. It is not a straight line, nor is it a circle; it is instead a spiral that turns ceaselessly over, bringing into view a time seventy years in the past and the actions of today. It is the final work by a great thinker and a magnificent writer.
Numbers
Author: Rolf P. Knierim
Publisher: Wm. B. Eerdmans Publishing
ISBN: 9780802822314
Category : Religion
Languages : en
Pages : 384
Book Description
Under the guidelines of the FOTL series, the primary task of this commentary is not to reconstruct the historical growth of the book of Numbers itself. In this commentary, the growth process is presupposed in principle, but referred to in specifics with restraint. The form-critical interpretation reveals the active involvement of many generations of Israelite narrators and writers in the ongoing adaptation of their most important ancient story, and their conceptualization of its significance for their own and for future generations. - Publisher.
Publisher: Wm. B. Eerdmans Publishing
ISBN: 9780802822314
Category : Religion
Languages : en
Pages : 384
Book Description
Under the guidelines of the FOTL series, the primary task of this commentary is not to reconstruct the historical growth of the book of Numbers itself. In this commentary, the growth process is presupposed in principle, but referred to in specifics with restraint. The form-critical interpretation reveals the active involvement of many generations of Israelite narrators and writers in the ongoing adaptation of their most important ancient story, and their conceptualization of its significance for their own and for future generations. - Publisher.
Business Information Systems Workshops
Author: Witold Abramowicz
Publisher: Springer
ISBN: 331969023X
Category : Computers
Languages : en
Pages : 308
Book Description
This book contains revised papers from the three workshops and two accompanying events that took place at the 20th International Conference on Business Information Systems, BIS 2017, held in Poznan, Poland, in June 2017. The workshops included in this volume are: * The 9th Workshop on Applications of Knowledge-Based Technologies in Business – AKTB 2017 accepted 9 papers from 16 submissions and featured 1 invited paper. * The 8th Workshop on Business and IT Alignment - BITA 2017 selected 5 papers from 10 submissions. * The 1st Workshop on Sustainable Energy Systems, Smart Infrastructures, and Smart Environments – SESSISE 2017 selected 2 papers for inclusion in this book. In addition, BIS hosted a Doctoral Consortium from which 5 papers are included. Furthermore, two contributions from the Second National Congress on Information Systems, which took place during BIS, are included. The volume ends with an invited paper presented during a special session of the main BIS conference.
Publisher: Springer
ISBN: 331969023X
Category : Computers
Languages : en
Pages : 308
Book Description
This book contains revised papers from the three workshops and two accompanying events that took place at the 20th International Conference on Business Information Systems, BIS 2017, held in Poznan, Poland, in June 2017. The workshops included in this volume are: * The 9th Workshop on Applications of Knowledge-Based Technologies in Business – AKTB 2017 accepted 9 papers from 16 submissions and featured 1 invited paper. * The 8th Workshop on Business and IT Alignment - BITA 2017 selected 5 papers from 10 submissions. * The 1st Workshop on Sustainable Energy Systems, Smart Infrastructures, and Smart Environments – SESSISE 2017 selected 2 papers for inclusion in this book. In addition, BIS hosted a Doctoral Consortium from which 5 papers are included. Furthermore, two contributions from the Second National Congress on Information Systems, which took place during BIS, are included. The volume ends with an invited paper presented during a special session of the main BIS conference.
Dive Into Algorithms
Author: Bradford Tuckfield
Publisher: No Starch Press
ISBN: 1718500688
Category : Computers
Languages : en
Pages : 250
Book Description
Dive Into Algorithms is a broad introduction to algorithms using the Python Programming Language. Dive Into Algorithms is a wide-ranging, Pythonic tour of many of the world's most interesting algorithms. With little more than a bit of computer programming experience and basic high-school math, you'll explore standard computer science algorithms for searching, sorting, and optimization; human-based algorithms that help us determine how to catch a baseball or eat the right amount at a buffet; and advanced algorithms like ones used in machine learning and artificial intelligence. You'll even explore how ancient Egyptians and Russian peasants used algorithms to multiply numbers, how the ancient Greeks used them to find greatest common divisors, and how Japanese scholars in the age of samurai designed algorithms capable of generating magic squares. You'll explore algorithms that are useful in pure mathematics and learn how mathematical ideas can improve algorithms. You'll learn about an algorithm for generating continued fractions, one for quick calculations of square roots, and another for generating seemingly random sets of numbers. You'll also learn how to: Use algorithms to debug code, maximize revenue, schedule tasks, and create decision trees Measure the efficiency and speed of algorithms Generate Voronoi diagrams for use in various geometric applications Use algorithms to build a simple chatbot, win at board games, or solve sudoku puzzles Write code for gradient ascent and descent algorithms that can find the maxima and minima of functions Use simulated annealing to perform global optimization Build a decision tree to predict happiness based on a person's characteristics Once you've finished this book you'll understand how to code and implement important algorithms as well as how to measure and optimize their performance, all while learning the nitty-gritty details of today's most powerful algorithms.
Publisher: No Starch Press
ISBN: 1718500688
Category : Computers
Languages : en
Pages : 250
Book Description
Dive Into Algorithms is a broad introduction to algorithms using the Python Programming Language. Dive Into Algorithms is a wide-ranging, Pythonic tour of many of the world's most interesting algorithms. With little more than a bit of computer programming experience and basic high-school math, you'll explore standard computer science algorithms for searching, sorting, and optimization; human-based algorithms that help us determine how to catch a baseball or eat the right amount at a buffet; and advanced algorithms like ones used in machine learning and artificial intelligence. You'll even explore how ancient Egyptians and Russian peasants used algorithms to multiply numbers, how the ancient Greeks used them to find greatest common divisors, and how Japanese scholars in the age of samurai designed algorithms capable of generating magic squares. You'll explore algorithms that are useful in pure mathematics and learn how mathematical ideas can improve algorithms. You'll learn about an algorithm for generating continued fractions, one for quick calculations of square roots, and another for generating seemingly random sets of numbers. You'll also learn how to: Use algorithms to debug code, maximize revenue, schedule tasks, and create decision trees Measure the efficiency and speed of algorithms Generate Voronoi diagrams for use in various geometric applications Use algorithms to build a simple chatbot, win at board games, or solve sudoku puzzles Write code for gradient ascent and descent algorithms that can find the maxima and minima of functions Use simulated annealing to perform global optimization Build a decision tree to predict happiness based on a person's characteristics Once you've finished this book you'll understand how to code and implement important algorithms as well as how to measure and optimize their performance, all while learning the nitty-gritty details of today's most powerful algorithms.
Code of Federal Regulations
Author:
Publisher:
ISBN:
Category : Aeronautics
Languages : en
Pages : 942
Book Description
Special edition of the Federal register, containing a codification of documents of general applicability and future effect as of Jan. ... with ancillaries.
Publisher:
ISBN:
Category : Aeronautics
Languages : en
Pages : 942
Book Description
Special edition of the Federal register, containing a codification of documents of general applicability and future effect as of Jan. ... with ancillaries.
Airline Network Planning and Scheduling
Author: Ahmed Abdelghany
Publisher: John Wiley & Sons
ISBN: 1119275865
Category : Business & Economics
Languages : en
Pages : 421
Book Description
A concise resource to the best practices and problem-solving ideas for understanding the airline network planning and scheduling process Airline Network Planning and Scheduling offers a comprehensive resource that is filled with the industry's best practices that can help to inform decision-modeling and the problem-solving process. Written by two industry experts, the book is designed to be an accessible guide that contains information for addressing complex challenges, problems, and approaches that arise on the job. The chapters begin by addressing the complex topics at a broad, conceptual level before moving on to more detailed modeling in later chapters. This approach follows the standard airline planning process and reflects the duties of the day-to-day job of network/schedule planners. To help gain a practical understanding of the information presented, each chapter includes exercises and data based on real-world case studies. In addition, throughout the book there are graphs and illustrations as well as, information on the most recent advances in airline network and planning research. This important resource: Takes a practical approach when detailing airline network planning and scheduling practices as opposed to a theoretical perspective Puts the focus on the complexity and main challenges as well as current practices and approaches to problem-solving and decision-making Presents the information in a logical sequence that begins with broad, conceptual topics and gradually delves into more advanced topics that address modeling Contains international standard airline planning processes, the day-to-day responsibilities of the job, and outlines the steps taken when building an airline network and schedule Includes numerous case studies, exercises, graphs, and illustrations throughout Written for professionals and academics, Airline Network Planning and Scheduling offers a resource for understanding best practices and models as well as the challenges involved with network planning and scheduling.
Publisher: John Wiley & Sons
ISBN: 1119275865
Category : Business & Economics
Languages : en
Pages : 421
Book Description
A concise resource to the best practices and problem-solving ideas for understanding the airline network planning and scheduling process Airline Network Planning and Scheduling offers a comprehensive resource that is filled with the industry's best practices that can help to inform decision-modeling and the problem-solving process. Written by two industry experts, the book is designed to be an accessible guide that contains information for addressing complex challenges, problems, and approaches that arise on the job. The chapters begin by addressing the complex topics at a broad, conceptual level before moving on to more detailed modeling in later chapters. This approach follows the standard airline planning process and reflects the duties of the day-to-day job of network/schedule planners. To help gain a practical understanding of the information presented, each chapter includes exercises and data based on real-world case studies. In addition, throughout the book there are graphs and illustrations as well as, information on the most recent advances in airline network and planning research. This important resource: Takes a practical approach when detailing airline network planning and scheduling practices as opposed to a theoretical perspective Puts the focus on the complexity and main challenges as well as current practices and approaches to problem-solving and decision-making Presents the information in a logical sequence that begins with broad, conceptual topics and gradually delves into more advanced topics that address modeling Contains international standard airline planning processes, the day-to-day responsibilities of the job, and outlines the steps taken when building an airline network and schedule Includes numerous case studies, exercises, graphs, and illustrations throughout Written for professionals and academics, Airline Network Planning and Scheduling offers a resource for understanding best practices and models as well as the challenges involved with network planning and scheduling.
English for Hotel & Tourism Industry
Author: Mr. Rohit Manglik
Publisher: EduGorilla Community Pvt. Ltd.
ISBN: 9368425817
Category : Education
Languages : en
Pages : 236
Book Description
EduGorilla Publication is a trusted name in the education sector, committed to empowering learners with high-quality study materials and resources. Specializing in competitive exams and academic support, EduGorilla provides comprehensive and well-structured content tailored to meet the needs of students across various streams and levels.
Publisher: EduGorilla Community Pvt. Ltd.
ISBN: 9368425817
Category : Education
Languages : en
Pages : 236
Book Description
EduGorilla Publication is a trusted name in the education sector, committed to empowering learners with high-quality study materials and resources. Specializing in competitive exams and academic support, EduGorilla provides comprehensive and well-structured content tailored to meet the needs of students across various streams and levels.
SOA Patterns with BizTalk Server 2009
Author: Richard Seroter
Publisher: Packt Publishing Ltd
ISBN: 1847195016
Category : Computers
Languages : en
Pages : 545
Book Description
Implement SOA strategies for Microsoft BizTalk Server solutions with this book and eBook
Publisher: Packt Publishing Ltd
ISBN: 1847195016
Category : Computers
Languages : en
Pages : 545
Book Description
Implement SOA strategies for Microsoft BizTalk Server solutions with this book and eBook