Rashidun CaliphateThe Rashidun Caliphate (al-Khilāfah ar-Rāšidah; 632 661) was the first caliphate to succeed the Islamic prophet Muhammad. It was ruled by the first four successive caliphs of Muhammad after his death in 632 CE (11 AH). During its existence, the empire was the most powerful economic, cultural, and military force in West Asia. The caliphate arose following Muhammad’s passing in June 632 and the subsequent debate over the succession to his leadership.
ConstitutionA constitution is the aggregate of fundamental principles or established precedents that constitute the legal basis of a polity, organisation or other type of entity, and commonly determines how that entity is to be governed. When these principles are written down into a single document or set of legal documents, those documents may be said to embody a written constitution; if they are encompassed in a single comprehensive document, it is said to embody a codified constitution.
Islamic eschatologyIslamic eschatology (عِلْم آخر الزمان في الإسلام, ) is a field of study in Islam concerning future events that would happen in the end times. It is primarily based on sources from the Quran and Sunnah. Aspects from this field of study include the signs of the final age, the destruction of the universe and Judgement Day. The general consensus of Muslim scholars agree there would be tremendous and distinctive signs before the world ends.
NP (complexity)In computational complexity theory, NP (nondeterministic polynomial time) is a complexity class used to classify decision problems. NP is the set of decision problems for which the problem instances, where the answer is "yes", have proofs verifiable in polynomial time by a deterministic Turing machine, or alternatively the set of problems that can be solved in polynomial time by a nondeterministic Turing machine. NP is the set of decision problems solvable in polynomial time by a nondeterministic Turing machine.
Knapsack problemThe knapsack problem is the following problem in combinatorial optimization: Given a set of items, each with a weight and a value, determine which items to include in the collection so that the total weight is less than or equal to a given limit and the total value is as large as possible. It derives its name from the problem faced by someone who is constrained by a fixed-size knapsack and must fill it with the most valuable items.
Common lawIn law, common law (also known as judicial precedent, judge-made law, or case law) is the body of law created by judges and similar quasi-judicial tribunals by virtue of being stated in written opinions. The defining characteristic of common law is that it arises as precedent. Common law courts look to the past decisions of courts to synthesize the legal principles of past cases. Stare decisis, the principle that cases should be decided according to consistent principled rules so that similar facts will yield similar results, lies at the heart of all common law systems.
Temple MountThe Temple Mount (הַר הַבַּיִת) is a hill in the Old City of Jerusalem that has been venerated as a holy site in Judaism, Christianity, and Islam for thousands of years. As the site of a large mosque compound, it is also known as Al-Aqsa or al-Aqsa mosque compound (المسجد الأقصى, al-Masjid al-Aqṣā, lit. 'The Furthest Mosque'), known honorifically as al-Ḥaram al-Sharīf (Arabic: الحرم الشريف, lit. 'The Noble Sanctuary'), and sometimes as Jerusalem's sacred (or holy) esplanade.
CommunicationCommunication is usually defined as the transmission of information. The term can also refer to the message itself, or the field of inquiry studying these transmissions, also known as communication studies. The precise definition of communication is disputed. Controversial issues are whether unintentional or failed transmissions are included and whether communication does not just transmit meaning but also create it. Models of communication aim to provide a simplified overview of its main components and their interaction.
Broadcast syndicationBroadcast syndication is the practice of leasing the right to broadcasting television shows and radio programs to multiple television stations and radio stations, without going through a broadcast network. It is common in the United States where broadcast programming is scheduled by television networks with local independent affiliates. Syndication is less widespread in the rest of the world, as most countries have centralized networks or television stations without local affiliates.
Decision problemIn computability theory and computational complexity theory, a decision problem is a computational problem that can be posed as a yes–no question of the input values. An example of a decision problem is deciding by means of an algorithm whether a given natural number is prime. Another is the problem "given two numbers x and y, does x evenly divide y?". The answer is either 'yes' or 'no' depending upon the values of x and y. A method for solving a decision problem, given in the form of an algorithm, is called a decision procedure for that problem.