Skip to content

Instantly share code, notes, and snippets.

View amrojjeh's full-sized avatar
😀
Smile!

Amr Ojjeh amrojjeh

😀
Smile!
View GitHub Profile
@amrojjeh
amrojjeh / desc.txt
Created January 3, 2023 03:00
Study Quran Murshid Al-Qari
**Nasr, Seyyed Hossein (b. 1351/1933), editor-in-chief. The Study Quran: A New Translation and Commentary. Canar K. Dagli (b. 1394/1974), Maria Massi Dakake (b. 1388/1968), and Joseph E. B. Lumbard (b. 1389/1969), general eds. Mohammed Rustom (b. c. 1402/1982), assistant ed. New York: HarperOne, 2017. lix, 1988 pp.
The five named editors, who are also the translators, are all well-known scholars. Born in Iran, Seyyed Hossein Nasr migrated to the United States after the Iranian Revolution of 1978-1979. From 1984, he has been a professor at George Washington University in Washington, DC. He is the author of many books on Muslim spirituality and philosophy, including the well-known and influential introduction to Islam, ideals and realities of Islam. Born in the United States and of Circassian descent, Caner Karacay Dagli who holds a Ph.D from Princeton University, is a professor of Religious Studies at the College of the Holy Cross. He specializes in Sufism, Islamic Philosophy, interfaith dialogue, and, Qur'an
@amrojjeh
amrojjeh / Main.java
Last active May 23, 2021 14:16
Classes - Main Code after basic point
public static void main(String[] args)
{
// (2, 3)
double x1 = 2;
double y1 = 3;
// (5, 0)
double x2 = 5;
double y2 = 0;
@amrojjeh
amrojjeh / Main.java
Last active May 23, 2021 14:03
Classes Article - No Class
public class Main
{
public static void main(String[] args)
{
// (2, 3)
double x1 = 2;
double y1 = 3;
// (5, 0)
double x2 = 5;