diff --git a/3RD-STS-2020-UPDATE.pdf b/3RD-STS-2020-UPDATE.pdf new file mode 100644 index 0000000..f83e814 Binary files /dev/null and b/3RD-STS-2020-UPDATE.pdf differ diff --git a/Anton - Calculus Edition 10th solution manual.pdf b/Anton - Calculus Edition 10th solution manual.pdf new file mode 100644 index 0000000..66b4e05 Binary files /dev/null and b/Anton - Calculus Edition 10th solution manual.pdf differ diff --git a/Assignment 1, Once_Now_ Muhammad Rouhan Farooqui 22819.docx b/Assignment 1, Once_Now_ Muhammad Rouhan Farooqui 22819.docx new file mode 100644 index 0000000..e93b68d Binary files /dev/null and b/Assignment 1, Once_Now_ Muhammad Rouhan Farooqui 22819.docx differ diff --git a/Box.java b/Box.java new file mode 100644 index 0000000..692cc89 --- /dev/null +++ b/Box.java @@ -0,0 +1,15 @@ +public class Box +{ + public static void sum() + { + int a = 3; + int b = 5; + int c = a + b; + + System.out.println(c * c * c * b * a); + } + public static void main(String[] args) + { + sum(); + } +} diff --git a/CV b/CV new file mode 100644 index 0000000..2052b2e --- /dev/null +++ b/CV @@ -0,0 +1,7 @@ +Muhammad Saad Tariq +v nice guy +hard-wroking + +Hobbies : +Sleeping +Eating diff --git a/CV.docx b/CV.docx new file mode 100644 index 0000000..4125669 Binary files /dev/null and b/CV.docx differ diff --git a/Capture.PNG b/Capture.PNG new file mode 100644 index 0000000..6357038 Binary files /dev/null and b/Capture.PNG differ diff --git a/Id_PIC.jpg b/Id_PIC.jpg new file mode 100644 index 0000000..dfec4a3 Binary files /dev/null and b/Id_PIC.jpg differ diff --git a/M.Ali 21994 Assignment.docx b/M.Ali 21994 Assignment.docx new file mode 100644 index 0000000..b90dec7 Binary files /dev/null and b/M.Ali 21994 Assignment.docx differ diff --git a/M.RasibNadeem.txt b/M.RasibNadeem.txt new file mode 100644 index 0000000..4adce3c --- /dev/null +++ b/M.RasibNadeem.txt @@ -0,0 +1,6 @@ +swimming +shopping +running +walking +kiting +sleeping \ No newline at end of file diff --git a/My CV.rtf b/My CV.rtf new file mode 100644 index 0000000..5cc322f Binary files /dev/null and b/My CV.rtf differ diff --git a/My_CV (2).docx b/My_CV (2).docx new file mode 100644 index 0000000..2191cbc Binary files /dev/null and b/My_CV (2).docx differ diff --git a/My_CV.doc b/My_CV.doc new file mode 100644 index 0000000..a561a08 Binary files /dev/null and b/My_CV.doc differ diff --git a/Picture.jpg b/Picture.jpg new file mode 100644 index 0000000..a388701 Binary files /dev/null and b/Picture.jpg differ diff --git a/REVIEW.docx b/REVIEW.docx new file mode 100644 index 0000000..7c040fc Binary files /dev/null and b/REVIEW.docx differ diff --git a/Rafi.txt b/Rafi.txt new file mode 100644 index 0000000..34322ff --- /dev/null +++ b/Rafi.txt @@ -0,0 +1 @@ +Hello g \ No newline at end of file diff --git a/Resume.docx b/Resume.docx new file mode 100644 index 0000000..f91a563 Binary files /dev/null and b/Resume.docx differ diff --git a/SUMMARY M.docx b/SUMMARY M.docx new file mode 100644 index 0000000..2a998f7 Binary files /dev/null and b/SUMMARY M.docx differ diff --git a/Saad Riazuddin Mahmood (22803) - Assignment 6.pdf b/Saad Riazuddin Mahmood (22803) - Assignment 6.pdf new file mode 100644 index 0000000..4e8a544 Binary files /dev/null and b/Saad Riazuddin Mahmood (22803) - Assignment 6.pdf differ diff --git a/The_Decline_of_Knowledge_and_the_Rise_of_Ideology_in_the_Modern_Islamic_World.pdf b/The_Decline_of_Knowledge_and_the_Rise_of_Ideology_in_the_Modern_Islamic_World.pdf new file mode 100644 index 0000000..c9106e4 Binary files /dev/null and b/The_Decline_of_Knowledge_and_the_Rise_of_Ideology_in_the_Modern_Islamic_World.pdf differ diff --git a/True Nature of prophecy.docx b/True Nature of prophecy.docx new file mode 100644 index 0000000..56ef3b1 Binary files /dev/null and b/True Nature of prophecy.docx differ diff --git a/Yousuf.jpg b/Yousuf.jpg new file mode 100644 index 0000000..e78b988 Binary files /dev/null and b/Yousuf.jpg differ diff --git a/clean.bat b/clean.bat new file mode 100644 index 0000000..3547c21 --- /dev/null +++ b/clean.bat @@ -0,0 +1,13 @@ +@echo off +del *.aux +del *.bbl +del *.tmp +del *.log +del *.blg +del *.bak +del *.bbl +del thesis.toc +del thesis.lof +del thesis.lot +del thesis.out +del thesis.pdf diff --git a/demo.docx b/demo.docx new file mode 100644 index 0000000..ff11972 Binary files /dev/null and b/demo.docx differ diff --git a/firstlab.txt b/firstlab.txt new file mode 100644 index 0000000..1704eac --- /dev/null +++ b/firstlab.txt @@ -0,0 +1 @@ +this is my first lab diff --git a/firsttext.txt b/firsttext.txt new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b/firsttext.txt @@ -0,0 +1 @@ +hello diff --git a/lab3.java b/lab3.java new file mode 100644 index 0000000..4c6f368 --- /dev/null +++ b/lab3.java @@ -0,0 +1,79 @@ +public class lab3 +{ + /* static void velocity() + { + int Vi = 100; + int a = 2; + int t = 10; + + int Vf = Vi + a * t; + + + System.out.println("The final velocity is " + Vf ); + } + + public static void main(String[] args) + { + velocity(); + }*/ + + /*public static void main(String[] args) + { + int intValue = 100; + String strValue = "john"; + + System.out.println(strValue + "scorad" + intValue ); + + + }*/ + + /*public static void main(String[] args) + { + String strValue = "188"; + int intValue = 80 + Integer.parseInt(strValue); + + System.out.println("john's score is " + intValue ); + + int score = 50; + String shirtno = Integer.toString(score) + "A"; + + System.out.println("john's T-shirt no is " + shirtno); + + }*/ + + /*public static void main(String[] args) + { + int num1 = 9; + int num2 = 4; + + System.out.println("the result of additio " + num1 + " and " + num2 + " is " +( num1 + num2) ); + System.out.println("the result of subtracting " + num1 + " and " + num2 + " is " + (num1 - num2 )); + System.out.println("the result of multiplicatin " + num1 + " and " + num2 + " is " + num1 * num2 ); + System.out.println("the result of division " + num1 + " with " + num2 + " is " + num1/num2 ); + System.out.println("the riminder after dividing " + num1 + " with " + num2 + " is " + num1 % num2 ); + + System.out.println("the result of division " + num1 + " with " + num2 + " is " + (float)num1 / num2 ); + + + }*/ + + + public static void main(String[] args) + { + int x = Integer.parseInt(args[0]); + int y = Integer.parseInt(args[1]); + + double distance = Math.sqrt(x*x + y*y); + + System.out.println("the distance from (" + x + " , " + y + ") to the (0,0) is = " + distance); + + } + + + + + + + + +} \ No newline at end of file diff --git a/lecture 12 sepi.docx b/lecture 12 sepi.docx new file mode 100644 index 0000000..4e20e8b Binary files /dev/null and b/lecture 12 sepi.docx differ diff --git a/mail merge.pdf b/mail merge.pdf new file mode 100644 index 0000000..47d84d2 Binary files /dev/null and b/mail merge.pdf differ diff --git a/natesh kumar b/natesh kumar new file mode 100644 index 0000000..3a84e52 --- /dev/null +++ b/natesh kumar @@ -0,0 +1 @@ +it is my first pull request. diff --git a/plswurk b/plswurk new file mode 100644 index 0000000..395ed23 --- /dev/null +++ b/plswurk @@ -0,0 +1 @@ +oooooooo diff --git a/random.saad b/random.saad new file mode 100644 index 0000000..1ae0392 --- /dev/null +++ b/random.saad @@ -0,0 +1,8 @@ +random stuff uwu yes +saad +yes +nothings working +idk whats happening +black clover v good la +surpass ure limits + diff --git a/spelling quiz.docx b/spelling quiz.docx new file mode 100644 index 0000000..5cedce8 Binary files /dev/null and b/spelling quiz.docx differ diff --git a/spellingquiz-NaeemaGohar.docx b/spellingquiz-NaeemaGohar.docx new file mode 100644 index 0000000..5cedce8 Binary files /dev/null and b/spellingquiz-NaeemaGohar.docx differ diff --git a/subata - LA Homework 3.pdf b/subata - LA Homework 3.pdf new file mode 100644 index 0000000..ffdd699 Binary files /dev/null and b/subata - LA Homework 3.pdf differ diff --git a/subata - dm hw4.pdf b/subata - dm hw4.pdf new file mode 100644 index 0000000..a498cf4 Binary files /dev/null and b/subata - dm hw4.pdf differ