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/preamble.tex b/preamble.tex new file mode 100644 index 0000000..cfe7561 --- /dev/null +++ b/preamble.tex @@ -0,0 +1,198 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Packages +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[table,svgnames]{xcolor} %for providing colors to table +\usepackage{caption, subcaption} % to display figure/subfigure and table/subtable titles +\usepackage{graphics} +\usepackage{amsmath,amssymb,amsthm} % AMS Math +\usepackage{fancyhdr} % Fancy Header and Footer +\usepackage{colortbl} +%--------------WA-------------REFERENCING------------------- +\usepackage[utf8]{inputenc} +\usepackage[american]{babel} +\usepackage[autostyle]{csquotes} + +\usepackage[authordate-trad,backend=biber,autolang=none,booklongxref=false, bibencoding=latin1,postnotepunct,compresspages,strict]{biblatex-chicago} + +%\usepackage[colorlinks,urlcolor=blue,citecolor=black, plainpages=false,breaklinks=true]{hyperref} + +%-------------------------------------------------- + + +\usepackage{textcomp} + +\hyphenation{hy-phe-na-tion} +\usepackage[Lenny]{./styles/fncychap} + +\usepackage{enumerate} +\usepackage{enumitem} % to customize the symbols to enumerate +\usepackage{tabularx} % for use of itemize inside tables +\usepackage{xltabular} % for combining longtable & tabularx +\usepackage{multirow} +\usepackage{array} + +% \usepackage{float, mathtools} %WA: subfigure removed since gone obsolete + +\usepackage{txfonts} +\usepackage{latexsym} + +%--------additional packages used by WA------------------- +%tikz package for graphics used for drawing markov chains +\usepackage{tikz} +\usetikzlibrary{shapes.geometric, arrows} +\usetikzlibrary{automata, positioning, decorations.pathmorphing} +\usetikzlibrary{calc} +\tikzstyle{startstop} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=red!30] +\tikzstyle{io} = [trapezium, trapezium left angle=70, trapezium right angle=110, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=blue!30] +\tikzstyle{process} = [rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=orange!30] +\tikzstyle{decision} = [diamond, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=green!30] +\tikzstyle{arrow} = [thick,->,>=stealth] + +% some other packages that I need +\usepackage{leftidx} %arydshln, +% \usepackage{mathtools} + + +\usepackage{longtable} % to display tables across several pages +\usepackage{booktabs} % For prettier tables +\usepackage{easybmat} %for formating/lines in matrices + +\usepackage{mVersion} %Provides version with build number. +\usepackage[showseconds=false]{datetime2} %provides date time formats + +%\usepackage[latin1]{inputenc} + +%----E--N--D------------------------ + + +\usepackage[section]{placeins} +\long\def\/*#1*/{} + +% \usepackage[skip=1ex]{caption} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Layout definition for Hisham's thesis +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[ +paperheight=240mm, +paperwidth=167mm, +textheight=192mm, +textwidth=120mm, +top=25mm, +left=23mm, +headsep=8mm +]{geometry} + +% move from center +%\addtolength{\oddsidemargin}{0.5cm} +%\addtolength{\evensidemargin}{-0.5cm} + +%\linespread{3.0} % to allow for nicer line distance + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Heading commands for Hisham's thesis +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% define the headings %%% +\pagestyle{fancy} +\fancyhf{} % delete current setting for header and footer +\renewcommand{\chaptermark}[1]{ % Lower Case Chapter marker style + \markboth{\chaptername\ \thechapter.\ #1}{}} % +\renewcommand{\sectionmark}[1]{ % Lower case Section marker style + \markright{\thesection.\ #1}} +\fancyhead[LE,RO]{\bfseries\thepage} % Page number (boldface) in left on even +%\fancyhead[LO]{\nouppercase{\slshape \rightmark}} +%\fancyhead[RE]{\nouppercase{\slshape \leftmark}} +\fancyhead[LO]{\bfseries\nouppercase{\rightmark}} +\fancyhead[RE]{\bfseries\nouppercase{\leftmark}} +%---------WA: for version /date in footer----------- +\fancyfoot[R]{v-\version} +\renewcommand{\footrulewidth}{0.4pt} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Cropmark definitions for printing size in B5 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[a4,center,noinfo]{crop} + +\newcommand*\crosshairsulc{% % crosshairs +\begin{picture}(0,0) +\linethickness{0.2pt} +\put(-35,0){\line(1,0){30}} +\put(0,35){\line(0,-1){30}} +\end{picture}% +} + +\newcommand*\crosshairsurc{% % crosshairs +\linethickness{0.2pt} +\begin{picture}(0,0) +\put(35,0){\line(-1,0){30}} +\put(0,35){\line(0,-1){30}} +\end{picture}% +} +\newcommand*\crosshairsllc{% % crosshairs +\linethickness{0.2pt} +\begin{picture}(0,0) +\put(-35,0){\line(1,0){30}} +\put(0,-35){\line(0,1){30}} +\end{picture}% +} +\newcommand*\crosshairslrc{% % crosshairs +\linethickness{0.2pt} +\begin{picture}(0,0) +\put(35,0){\line(-1,0){30}} +\put(0,-35){\line(0,1){30}} +\end{picture}% +} + +\cropdef\crosshairsulc\crosshairsurc\crosshairsllc\crosshairslrc{crosshairs} + +% cropmarks for printing +\crop[crosshairs] +%\crop[frame] + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% HyperReference +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% \RequirePackage[dvips,ps2pdf,pdfpagelabels,plainpages=false]{hyperref} +\RequirePackage[pdfpagelabels,plainpages=false]{hyperref} +% \RequirePackage{hyperref} +\RequirePackage{colortbl} +\hypersetup{colorlinks=false, + breaklinks=true, + citecolor=black, + urlcolor=black, + linkcolor=black, + menucolor=darkblue, + anchorcolor=red, + pagecolor=cyan, + } + +\usepackage{./styles/breakurl} +\urlstyle{same} + +% \newcommand{\vectgreek}[1]{\boldsymbol{#1}} %define matrix/vector notation in case of Greek letterFs for Computer Modern (standard LaTeX font) +% \newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}} + +% Code for creating empty pages +% No headers on empty pages before new chapter + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% to rename bibliopage as references +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\renewcommand{\bibname}{References} + +\makeatletter +% ----- WA: Code to get latex ignore utf8 errors and replace it with "?" for removal later.. +\def\UTFviii@defined#1{% + \ifx#1\relax + ?% + \else\expandafter + #1% + \fi +} +%------E-N-D---------------------- +\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else + \hbox{} + \thispagestyle{plain} + \newpage + \if@twocolumn\hbox{}\newpage\fi\fi\fi} +\makeatother \clearpage{\pagestyle{plain}\cleardoublepage} \ No newline at end of file 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