├── Block or Inline ├── Block or Inline?.html └── README.md ├── Deep Dive to CSS styling ├── Beautiful IMDb │ ├── Beautiful IMDb.html │ └── README.md ├── CSS Selector │ ├── CSS Selector.html │ └── README.md └── Room Makeover │ ├── README.md │ └── Room Makeover.html ├── ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class ├── Bomberman 2.css ├── Bomberman 2.html ├── Bomberman 2.js └── README.md ├── FS Contest-2 ├── Add average to array │ ├── Add average to array.js │ └── README.md ├── Anti clockwise │ ├── Anti clockwise.js │ └── README.md ├── Find the missing number in O(n) time │ ├── Find the missing number in O(n) time.js │ └── README.md ├── Job App Form │ ├── Job App Form.html │ └── README.md ├── Semantic Navbar & Videos │ ├── README.md │ └── Semantic Navbar & Videos.html └── Sum of Product of Digits of a given number │ ├── README.md │ └── Sum of Product of Digits of a given number.js ├── FS Weekend Entrance Contest - 2 ├── HTML Feedback form │ ├── HTML Feedback form.html │ └── README.md ├── Place item in center │ ├── Place item in center.css │ ├── Place item in center.html │ └── README.md ├── Place the item in grid (Css) │ ├── Place the item in grid (Css).css │ ├── Place the item in grid (Css).html │ └── README.md └── Semantic Tables & media │ ├── README.md │ └── Semantic Tables & media.html ├── FS Weekend Entrance Contest ├── Basic HTML Tables │ ├── Basic HTML Tables.html │ └── README.md ├── Car Insurance Form │ ├── Car Insurance Form.html │ └── README.md └── Hello Newton School │ ├── Hello Newton School.html │ └── README.md ├── FS contest ├── Buildings │ ├── Buildings.js │ └── README.md ├── Compound interest │ ├── Compound interest.js │ └── README.md ├── Dog Adoption Application │ ├── Dog Adoption Application,html │ └── README.md └── Favourite Song │ ├── Favourite Song.html │ └── README.md ├── HTML Forms ├── README.md └── Signup Form Car.html ├── HTML tables and Forms ├── Myntra: Size Chart │ ├── Myntra: Size Chart.html │ └── README.md └── Semantic IMDb │ ├── README.md │ └── Semantic IMDb.html ├── HTML ├── Dog Adoption │ ├── Dog Adoption.html │ └── README.md ├── Favourite Animal │ ├── Favourite Animal.html │ └── README.md ├── Getting Started │ ├── Getting Started.html │ └── README.md ├── Newton Stream │ ├── Newton Stream.html │ └── README.md ├── Portfolio Page │ ├── Portfolio Page.html │ └── README.md ├── Shopping or Holiday? │ ├── README.md │ └── Shopping or Holiday?.html └── Why Software? │ ├── README.md │ └── Why Software?.html ├── Intro To JS [Post Class] ├── Compound interest │ ├── Compound interest.js │ └── README.md └── Number of days │ ├── Number of days.js │ └── README.md ├── JS Array [In Class] ├── Even-Odd seperate sorting.js └── README.md ├── JS Array [Post Class] ├── Easy sorting │ ├── Easy sorting.js │ └── README.md ├── Implementing Quick Sort │ ├── Implementing Quick Sort.js │ └── README.md └── Lucky Sevens │ ├── Lucky Sevens.js │ └── README.md ├── JS Contest ├── Calculator │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── Dark Theme │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── Grofers Checkout │ ├── README.md │ ├── index.html │ └── index.js └── Rotation │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── JS Object -1 [In Class] ├── Class Inheritance.html ├── README.md ├── circle.js └── shape.js ├── JS Object -1 [Post Class] ├── README.md └── Unique Elements from array.js ├── JS Placement Prep Content ├── README.md └── answers.md ├── JS control flow [Post Class] ├── Buildings │ ├── Buildings.js │ └── README.md └── Number of primes │ ├── Number of primes.js │ └── README.md ├── JS practice Contest ├── JS Reverse │ ├── README.md │ └── js-reverse.js └── Todo List - JS │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── Java ├── Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2 │ ├── Donation │ │ ├── Donation.java │ │ └── README.md │ ├── Integer Typecast │ │ ├── Integer Typecast.java │ │ └── README.md │ ├── Max numbers │ │ ├── Max numbers.java │ │ └── README.md │ ├── Maximum difference array │ │ ├── Maximum difference array.java │ │ └── README.md │ ├── Print Digits │ │ ├── Print Digits.java │ │ └── README.md │ ├── Rare numbers │ │ ├── README.md │ │ └── Rare numbers.java │ ├── String to int Typecast │ │ ├── README.md │ │ └── String to int Typecast.java │ ├── The Rotation Policy │ │ ├── README.md │ │ └── The Rotation Policy.java │ └── Waiting Time │ │ ├── README.md │ │ └── Waiting Time.java ├── Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1 │ ├── Assignment operator │ │ ├── Assignment operator.java │ │ └── README.md │ ├── Conditional statement- Even or Odd │ │ ├── Conditional statement- Even or Odd.java │ │ └── README.md │ ├── Ice cream │ │ ├── Ice cream.java │ │ └── README.md │ ├── Magic number │ │ ├── Magic number.java │ │ └── README.md │ ├── Max Integer │ │ ├── Max Integer.java │ │ └── README.md │ ├── Nobita and Profit │ │ ├── Nobita and Profit.java │ │ └── README.md │ ├── Nobits's Test │ │ ├── Nobits's Test.java │ │ └── README.md │ ├── Odd and even operations │ │ ├── Odd and even operations.java │ │ └── README.md │ ├── Rook │ │ ├── README.md │ │ └── Rook.java │ └── Sara and pattern (Functional Problem) │ │ ├── README.md │ │ └── Sara and pattern (Functional Problem).java ├── JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class │ ├── Basic Calculator │ │ ├── Basic Calculator.java │ │ └── README.md │ ├── Classes & Objects Manipulation │ │ ├── Classes & Objects Manipulation.java │ │ └── README.md │ ├── Data types │ │ ├── Data types.java │ │ └── README.md │ ├── Dishes │ │ ├── Dishes.java │ │ └── README.md │ ├── Logical operators │ │ ├── Logical operators.java │ │ └── README.md │ ├── Max Integer - Python │ │ ├── Max Integer - Python.py │ │ └── README.md │ ├── Number dilemma │ │ ├── Number dilemma.java │ │ └── README.md │ ├── Operators - Python │ │ ├── Operators - Python.py │ │ └── README.md │ ├── Operators │ │ ├── Operators.java │ │ └── README.md │ ├── Police Officer's Vicinity │ │ ├── Police Officer's Vicinity.java │ │ └── README.md │ ├── Race │ │ ├── README.md │ │ └── Race.java │ ├── Simple Clock Angle │ │ ├── README.md │ │ └── Simple Clock Angle.java │ ├── Simple Input- Integer │ │ ├── README.md │ │ └── Simple Input- Integer.java │ ├── Simple Input- String │ │ ├── README.md │ │ └── Simple Input- String.java │ ├── String Typecast │ │ ├── README.md │ │ └── String Typecast.java │ ├── String concatenation │ │ ├── README.md │ │ └── String concatenation.java │ ├── String to long typecast │ │ ├── README.md │ │ └── String to long typecast.java │ ├── Student Grades │ │ ├── README.md │ │ └── Student Grades.java │ ├── Sum(Large) │ │ ├── README.md │ │ └── Sum(Large).java │ ├── Swap │ │ ├── README.md │ │ └── Swap.java │ ├── Triangle │ │ ├── README.md │ │ └── Triangle.java │ └── Vowel or Consonant │ │ ├── README.md │ │ └── Vowel or Consonant.java └── JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class │ ├── Conditional statement - Numbers │ ├── Conditional statement - Numbers.java │ └── README.md │ ├── Dragon slayer │ ├── Dragon slayer.java │ └── README.md │ ├── FizzBuzz │ ├── FizzBuzz.java │ └── README.md │ ├── If- Leap year │ ├── If- Leap year.java │ └── README.md │ ├── Knight │ ├── Knight.java │ └── README.md │ ├── Ludo │ ├── Ludo.java │ └── README.md │ ├── Monkey Patching - Correction │ ├── Monkey Patching - Correction.py │ └── README.md │ ├── Penny and Charity │ ├── Penny and Charity.java │ └── README.md │ ├── Pokemon Master │ ├── Pokemon Master.java │ └── README.md │ ├── Queen's attack │ ├── Queen's attack.java │ └── README.md │ ├── Sara's Phone (Functional Problem) │ ├── README.md │ └── Sara's Phone (Functional Problem).java │ ├── Shinchan and Kazama (Functional Problem) │ ├── README.md │ └── Shinchan and Kazama (Functional Problem).java │ ├── Simple Sum │ ├── README.md │ └── Simple Sum.java │ └── Tic Tac Toe │ ├── README.md │ └── Tic Tac Toe.java ├── JavaScript Asynchronous Programming, Ajax intro - Post Class ├── Movie Booking JS │ ├── README.md │ └── index.js ├── Random User JS │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css └── Typing Game │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── LICENSE ├── Placement Prep Resource ├── CSS Concepts │ ├── CSS Concepts,html │ └── README.md └── HTML Concepts │ ├── HTML Concepts.html │ └── README.md ├── Promises, JSON - Post Class └── Github Issues JS │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── README.md ├── React Basics, Building a First Custom Functional Component, Working with Fragmen ... - In Class └── Paint App: Colour Picker │ ├── Paint App: Colour Picker.js │ └── README.md ├── React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class ├── Greetings with Props │ ├── Greetings with Props.js │ └── README.md ├── Import Export React │ ├── Import Export React.js │ └── README.md └── Render React Component │ ├── README.md │ └── Render-React-Component.js ├── React Basics, What Are Components?, Going through the file structure & analyzing ... - Post Class └── Debugging Challenge: Keywords │ ├── Debugging Challenge: Keywords.js │ └── README.md ├── React Basics, What Are Components?, React Basics, Going through the file structu ... - In Class └── Rendering Multiple Components with React │ ├── README.md │ └── Rendering Multiple Components with React.js ├── ReactJS └── README.md ├── Responsive CSS (In Class)-resume ├── README.md └── Responsive Resume.html ├── Responsive CSS (In Class) ├── Flexbox Froggy.html └── README.md ├── Responsive CSS (Post Class)-CSS Grid Garden ├── CSS Grid Garden.html └── README.md ├── Resposnive Resume ├── README.md └── Responsive Resume using CSS Grid.html └── setTimeout, setInterval, Intermediate function inheritance - Post Class ├── Online Notepad ├── README.md ├── index.html ├── index.js └── style.css ├── Snake Game ├── README.md ├── index.html ├── index.js └── style.css └── Whack a mole ├── README.md ├── index.html ├── index.js └── style.css /Block or Inline/Block or Inline?.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Block or Inline/Block or Inline?.html -------------------------------------------------------------------------------- /Block or Inline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Block or Inline/README.md -------------------------------------------------------------------------------- /Deep Dive to CSS styling/Beautiful IMDb/Beautiful IMDb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Deep Dive to CSS styling/Beautiful IMDb/Beautiful IMDb.html -------------------------------------------------------------------------------- /Deep Dive to CSS styling/Beautiful IMDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Deep Dive to CSS styling/Beautiful IMDb/README.md -------------------------------------------------------------------------------- /Deep Dive to CSS styling/CSS Selector/CSS Selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Deep Dive to CSS styling/CSS Selector/CSS Selector.html -------------------------------------------------------------------------------- /Deep Dive to CSS styling/CSS Selector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Deep Dive to CSS styling/CSS Selector/README.md -------------------------------------------------------------------------------- /Deep Dive to CSS styling/Room Makeover/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Deep Dive to CSS styling/Room Makeover/README.md -------------------------------------------------------------------------------- /Deep Dive to CSS styling/Room Makeover/Room Makeover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Deep Dive to CSS styling/Room Makeover/Room Makeover.html -------------------------------------------------------------------------------- /ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/Bomberman 2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/Bomberman 2.css -------------------------------------------------------------------------------- /ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/Bomberman 2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/Bomberman 2.html -------------------------------------------------------------------------------- /ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/Bomberman 2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/Bomberman 2.js -------------------------------------------------------------------------------- /ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/ES6 Inheritance, Creating and Adding html elements to page, Event bubbling, capt ... - In Class/README.md -------------------------------------------------------------------------------- /FS Contest-2/Add average to array/Add average to array.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Add average to array/Add average to array.js -------------------------------------------------------------------------------- /FS Contest-2/Add average to array/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Add average to array/README.md -------------------------------------------------------------------------------- /FS Contest-2/Anti clockwise/Anti clockwise.js: -------------------------------------------------------------------------------- 1 | did not complete 2 | -------------------------------------------------------------------------------- /FS Contest-2/Anti clockwise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Anti clockwise/README.md -------------------------------------------------------------------------------- /FS Contest-2/Find the missing number in O(n) time/Find the missing number in O(n) time.js: -------------------------------------------------------------------------------- 1 | did not complete 2 | -------------------------------------------------------------------------------- /FS Contest-2/Find the missing number in O(n) time/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Find the missing number in O(n) time/README.md -------------------------------------------------------------------------------- /FS Contest-2/Job App Form/Job App Form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Job App Form/Job App Form.html -------------------------------------------------------------------------------- /FS Contest-2/Job App Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Job App Form/README.md -------------------------------------------------------------------------------- /FS Contest-2/Semantic Navbar & Videos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Semantic Navbar & Videos/README.md -------------------------------------------------------------------------------- /FS Contest-2/Semantic Navbar & Videos/Semantic Navbar & Videos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Semantic Navbar & Videos/Semantic Navbar & Videos.html -------------------------------------------------------------------------------- /FS Contest-2/Sum of Product of Digits of a given number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Sum of Product of Digits of a given number/README.md -------------------------------------------------------------------------------- /FS Contest-2/Sum of Product of Digits of a given number/Sum of Product of Digits of a given number.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Contest-2/Sum of Product of Digits of a given number/Sum of Product of Digits of a given number.js -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/HTML Feedback form/HTML Feedback form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/HTML Feedback form/HTML Feedback form.html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/HTML Feedback form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/HTML Feedback form/README.md -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Place item in center/Place item in center.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Place item in center/Place item in center.css -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Place item in center/Place item in center.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Place item in center/Place item in center.html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Place item in center/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Place item in center/README.md -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Place the item in grid (Css)/Place the item in grid (Css).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Place the item in grid (Css)/Place the item in grid (Css).css -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Place the item in grid (Css)/Place the item in grid (Css).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Place the item in grid (Css)/Place the item in grid (Css).html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Place the item in grid (Css)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Place the item in grid (Css)/README.md -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Semantic Tables & media/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Semantic Tables & media/README.md -------------------------------------------------------------------------------- /FS Weekend Entrance Contest - 2/Semantic Tables & media/Semantic Tables & media.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest - 2/Semantic Tables & media/Semantic Tables & media.html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest/Basic HTML Tables/Basic HTML Tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest/Basic HTML Tables/Basic HTML Tables.html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest/Basic HTML Tables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest/Basic HTML Tables/README.md -------------------------------------------------------------------------------- /FS Weekend Entrance Contest/Car Insurance Form/Car Insurance Form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest/Car Insurance Form/Car Insurance Form.html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest/Car Insurance Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest/Car Insurance Form/README.md -------------------------------------------------------------------------------- /FS Weekend Entrance Contest/Hello Newton School/Hello Newton School.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest/Hello Newton School/Hello Newton School.html -------------------------------------------------------------------------------- /FS Weekend Entrance Contest/Hello Newton School/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS Weekend Entrance Contest/Hello Newton School/README.md -------------------------------------------------------------------------------- /FS contest/Buildings/Buildings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Buildings/Buildings.js -------------------------------------------------------------------------------- /FS contest/Buildings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Buildings/README.md -------------------------------------------------------------------------------- /FS contest/Compound interest/Compound interest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Compound interest/Compound interest.js -------------------------------------------------------------------------------- /FS contest/Compound interest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Compound interest/README.md -------------------------------------------------------------------------------- /FS contest/Dog Adoption Application/Dog Adoption Application,html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Dog Adoption Application/Dog Adoption Application,html -------------------------------------------------------------------------------- /FS contest/Dog Adoption Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Dog Adoption Application/README.md -------------------------------------------------------------------------------- /FS contest/Favourite Song/Favourite Song.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Favourite Song/Favourite Song.html -------------------------------------------------------------------------------- /FS contest/Favourite Song/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/FS contest/Favourite Song/README.md -------------------------------------------------------------------------------- /HTML Forms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML Forms/README.md -------------------------------------------------------------------------------- /HTML Forms/Signup Form Car.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML Forms/Signup Form Car.html -------------------------------------------------------------------------------- /HTML tables and Forms/Myntra: Size Chart/Myntra: Size Chart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML tables and Forms/Myntra: Size Chart/Myntra: Size Chart.html -------------------------------------------------------------------------------- /HTML tables and Forms/Myntra: Size Chart/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML tables and Forms/Myntra: Size Chart/README.md -------------------------------------------------------------------------------- /HTML tables and Forms/Semantic IMDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML tables and Forms/Semantic IMDb/README.md -------------------------------------------------------------------------------- /HTML tables and Forms/Semantic IMDb/Semantic IMDb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML tables and Forms/Semantic IMDb/Semantic IMDb.html -------------------------------------------------------------------------------- /HTML/Dog Adoption/Dog Adoption.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Dog Adoption/Dog Adoption.html -------------------------------------------------------------------------------- /HTML/Dog Adoption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Dog Adoption/README.md -------------------------------------------------------------------------------- /HTML/Favourite Animal/Favourite Animal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Favourite Animal/Favourite Animal.html -------------------------------------------------------------------------------- /HTML/Favourite Animal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Favourite Animal/README.md -------------------------------------------------------------------------------- /HTML/Getting Started/Getting Started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Getting Started/Getting Started.html -------------------------------------------------------------------------------- /HTML/Getting Started/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Getting Started/README.md -------------------------------------------------------------------------------- /HTML/Newton Stream/Newton Stream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Newton Stream/Newton Stream.html -------------------------------------------------------------------------------- /HTML/Newton Stream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Newton Stream/README.md -------------------------------------------------------------------------------- /HTML/Portfolio Page/Portfolio Page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Portfolio Page/Portfolio Page.html -------------------------------------------------------------------------------- /HTML/Portfolio Page/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Portfolio Page/README.md -------------------------------------------------------------------------------- /HTML/Shopping or Holiday?/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Shopping or Holiday?/README.md -------------------------------------------------------------------------------- /HTML/Shopping or Holiday?/Shopping or Holiday?.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Shopping or Holiday?/Shopping or Holiday?.html -------------------------------------------------------------------------------- /HTML/Why Software?/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Why Software?/README.md -------------------------------------------------------------------------------- /HTML/Why Software?/Why Software?.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/HTML/Why Software?/Why Software?.html -------------------------------------------------------------------------------- /Intro To JS [Post Class]/Compound interest/Compound interest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Intro To JS [Post Class]/Compound interest/Compound interest.js -------------------------------------------------------------------------------- /Intro To JS [Post Class]/Compound interest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Intro To JS [Post Class]/Compound interest/README.md -------------------------------------------------------------------------------- /Intro To JS [Post Class]/Number of days/Number of days.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Intro To JS [Post Class]/Number of days/Number of days.js -------------------------------------------------------------------------------- /Intro To JS [Post Class]/Number of days/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Intro To JS [Post Class]/Number of days/README.md -------------------------------------------------------------------------------- /JS Array [In Class]/Even-Odd seperate sorting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [In Class]/Even-Odd seperate sorting.js -------------------------------------------------------------------------------- /JS Array [In Class]/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [In Class]/README.md -------------------------------------------------------------------------------- /JS Array [Post Class]/Easy sorting/Easy sorting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [Post Class]/Easy sorting/Easy sorting.js -------------------------------------------------------------------------------- /JS Array [Post Class]/Easy sorting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [Post Class]/Easy sorting/README.md -------------------------------------------------------------------------------- /JS Array [Post Class]/Implementing Quick Sort/Implementing Quick Sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [Post Class]/Implementing Quick Sort/Implementing Quick Sort.js -------------------------------------------------------------------------------- /JS Array [Post Class]/Implementing Quick Sort/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [Post Class]/Implementing Quick Sort/README.md -------------------------------------------------------------------------------- /JS Array [Post Class]/Lucky Sevens/Lucky Sevens.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [Post Class]/Lucky Sevens/Lucky Sevens.js -------------------------------------------------------------------------------- /JS Array [Post Class]/Lucky Sevens/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Array [Post Class]/Lucky Sevens/README.md -------------------------------------------------------------------------------- /JS Contest/Calculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Calculator/README.md -------------------------------------------------------------------------------- /JS Contest/Calculator/index.html: -------------------------------------------------------------------------------- 1 | did not do 2 | -------------------------------------------------------------------------------- /JS Contest/Calculator/index.js: -------------------------------------------------------------------------------- 1 | did not do 2 | -------------------------------------------------------------------------------- /JS Contest/Calculator/style.css: -------------------------------------------------------------------------------- 1 | did not do 2 | -------------------------------------------------------------------------------- /JS Contest/Dark Theme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Dark Theme/README.md -------------------------------------------------------------------------------- /JS Contest/Dark Theme/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Dark Theme/index.html -------------------------------------------------------------------------------- /JS Contest/Dark Theme/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Dark Theme/index.js -------------------------------------------------------------------------------- /JS Contest/Dark Theme/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Dark Theme/style.css -------------------------------------------------------------------------------- /JS Contest/Grofers Checkout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Grofers Checkout/README.md -------------------------------------------------------------------------------- /JS Contest/Grofers Checkout/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Grofers Checkout/index.html -------------------------------------------------------------------------------- /JS Contest/Grofers Checkout/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Grofers Checkout/index.js -------------------------------------------------------------------------------- /JS Contest/Rotation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Rotation/README.md -------------------------------------------------------------------------------- /JS Contest/Rotation/index.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /JS Contest/Rotation/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Rotation/index.js -------------------------------------------------------------------------------- /JS Contest/Rotation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Contest/Rotation/style.css -------------------------------------------------------------------------------- /JS Object -1 [In Class]/Class Inheritance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Object -1 [In Class]/Class Inheritance.html -------------------------------------------------------------------------------- /JS Object -1 [In Class]/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Object -1 [In Class]/README.md -------------------------------------------------------------------------------- /JS Object -1 [In Class]/circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Object -1 [In Class]/circle.js -------------------------------------------------------------------------------- /JS Object -1 [In Class]/shape.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Object -1 [In Class]/shape.js -------------------------------------------------------------------------------- /JS Object -1 [Post Class]/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Object -1 [Post Class]/README.md -------------------------------------------------------------------------------- /JS Object -1 [Post Class]/Unique Elements from array.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Object -1 [Post Class]/Unique Elements from array.js -------------------------------------------------------------------------------- /JS Placement Prep Content/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Placement Prep Content/README.md -------------------------------------------------------------------------------- /JS Placement Prep Content/answers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS Placement Prep Content/answers.md -------------------------------------------------------------------------------- /JS control flow [Post Class]/Buildings/Buildings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS control flow [Post Class]/Buildings/Buildings.js -------------------------------------------------------------------------------- /JS control flow [Post Class]/Buildings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS control flow [Post Class]/Buildings/README.md -------------------------------------------------------------------------------- /JS control flow [Post Class]/Number of primes/Number of primes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS control flow [Post Class]/Number of primes/Number of primes.js -------------------------------------------------------------------------------- /JS control flow [Post Class]/Number of primes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS control flow [Post Class]/Number of primes/README.md -------------------------------------------------------------------------------- /JS practice Contest/JS Reverse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS practice Contest/JS Reverse/README.md -------------------------------------------------------------------------------- /JS practice Contest/JS Reverse/js-reverse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS practice Contest/JS Reverse/js-reverse.js -------------------------------------------------------------------------------- /JS practice Contest/Todo List - JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS practice Contest/Todo List - JS/README.md -------------------------------------------------------------------------------- /JS practice Contest/Todo List - JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS practice Contest/Todo List - JS/index.html -------------------------------------------------------------------------------- /JS practice Contest/Todo List - JS/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS practice Contest/Todo List - JS/index.js -------------------------------------------------------------------------------- /JS practice Contest/Todo List - JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JS practice Contest/Todo List - JS/style.css -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Donation/Donation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Donation/Donation.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Donation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Donation/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Integer Typecast/Integer Typecast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Integer Typecast/Integer Typecast.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Integer Typecast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Integer Typecast/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Max numbers/Max numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Max numbers/Max numbers.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Max numbers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Max numbers/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Maximum difference array/Maximum difference array.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Maximum difference array/Maximum difference array.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Maximum difference array/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Maximum difference array/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Print Digits/Print Digits.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Print Digits/Print Digits.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Print Digits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Print Digits/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Rare numbers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Rare numbers/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Rare numbers/Rare numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Rare numbers/Rare numbers.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/String to int Typecast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/String to int Typecast/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/String to int Typecast/String to int Typecast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/String to int Typecast/String to int Typecast.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/The Rotation Policy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/The Rotation Policy/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/The Rotation Policy/The Rotation Policy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/The Rotation Policy/The Rotation Policy.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Waiting Time/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Waiting Time/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Waiting Time/Waiting Time.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class - 2/Waiting Time/Waiting Time.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Assignment operator/Assignment operator.java: -------------------------------------------------------------------------------- 1 | static void Assignment_Operator(){ 2 | //Enter your code here 3 | n = 10; 4 | } 5 | -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Assignment operator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Assignment operator/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Conditional statement- Even or Odd/Conditional statement- Even or Odd.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Conditional statement- Even or Odd/Conditional statement- Even or Odd.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Conditional statement- Even or Odd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Conditional statement- Even or Odd/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Ice cream/Ice cream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Ice cream/Ice cream.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Ice cream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Ice cream/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Magic number/Magic number.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Magic number/Magic number.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Magic number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Magic number/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Max Integer/Max Integer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Max Integer/Max Integer.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Max Integer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Max Integer/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobita and Profit/Nobita and Profit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobita and Profit/Nobita and Profit.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobita and Profit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobita and Profit/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobits's Test/Nobits's Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobits's Test/Nobits's Test.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobits's Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Nobits's Test/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Odd and even operations/Odd and even operations.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Odd and even operations/Odd and even operations.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Odd and even operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Odd and even operations/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Rook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Rook/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Rook/Rook.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Rook/Rook.java -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Sara and pattern (Functional Problem)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Sara and pattern (Functional Problem)/README.md -------------------------------------------------------------------------------- /Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Sara and pattern (Functional Problem)/Sara and pattern (Functional Problem).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/Input, Output and Exceptions, Variables & Operators, Control Structures, Loops, ... - In Class-1/Sara and pattern (Functional Problem)/Sara and pattern (Functional Problem).java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Basic Calculator/Basic Calculator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Basic Calculator/Basic Calculator.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Basic Calculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Basic Calculator/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Classes & Objects Manipulation/Classes & Objects Manipulation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Classes & Objects Manipulation/Classes & Objects Manipulation.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Classes & Objects Manipulation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Classes & Objects Manipulation/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Data types/Data types.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Data types/Data types.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Data types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Data types/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Dishes/Dishes.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Dishes/Dishes.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Dishes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Dishes/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Logical operators/Logical operators.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Logical operators/Logical operators.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Logical operators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Logical operators/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Max Integer - Python/Max Integer - Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Max Integer - Python/Max Integer - Python.py -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Max Integer - Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Max Integer - Python/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Number dilemma/Number dilemma.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Number dilemma/Number dilemma.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Number dilemma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Number dilemma/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators - Python/Operators - Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators - Python/Operators - Python.py -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators - Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators - Python/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators/Operators.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators/Operators.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Operators/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Police Officer's Vicinity/Police Officer's Vicinity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Police Officer's Vicinity/Police Officer's Vicinity.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Police Officer's Vicinity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Police Officer's Vicinity/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Race/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Race/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Race/Race.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Race/Race.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Clock Angle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Clock Angle/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Clock Angle/Simple Clock Angle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Clock Angle/Simple Clock Angle.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- Integer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- Integer/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- Integer/Simple Input- Integer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- Integer/Simple Input- Integer.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- String/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- String/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- String/Simple Input- String.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Simple Input- String/Simple Input- String.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String Typecast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String Typecast/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String Typecast/String Typecast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String Typecast/String Typecast.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String concatenation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String concatenation/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String concatenation/String concatenation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String concatenation/String concatenation.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String to long typecast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String to long typecast/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String to long typecast/String to long typecast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/String to long typecast/String to long typecast.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Student Grades/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Student Grades/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Student Grades/Student Grades.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Student Grades/Student Grades.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Sum(Large)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Sum(Large)/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Sum(Large)/Sum(Large).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Sum(Large)/Sum(Large).java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Swap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Swap/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Swap/Swap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Swap/Swap.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Triangle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Triangle/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Triangle/Triangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Triangle/Triangle.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Vowel or Consonant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Vowel or Consonant/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Vowel or Consonant/Vowel or Consonant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Datatypes & Variables - In Class/Vowel or Consonant/Vowel or Consonant.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Conditional statement - Numbers/Conditional statement - Numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Conditional statement - Numbers/Conditional statement - Numbers.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Conditional statement - Numbers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Conditional statement - Numbers/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Dragon slayer/Dragon slayer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Dragon slayer/Dragon slayer.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Dragon slayer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Dragon slayer/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/FizzBuzz/FizzBuzz.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/FizzBuzz/FizzBuzz.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/FizzBuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/FizzBuzz/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/If- Leap year/If- Leap year.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/If- Leap year/If- Leap year.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/If- Leap year/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/If- Leap year/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Knight/Knight.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Knight/Knight.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Knight/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Knight/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Ludo/Ludo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Ludo/Ludo.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Ludo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Ludo/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Monkey Patching - Correction/Monkey Patching - Correction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Monkey Patching - Correction/Monkey Patching - Correction.py -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Monkey Patching - Correction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Monkey Patching - Correction/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Penny and Charity/Penny and Charity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Penny and Charity/Penny and Charity.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Penny and Charity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Penny and Charity/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Pokemon Master/Pokemon Master.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Pokemon Master/Pokemon Master.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Pokemon Master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Pokemon Master/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Queen's attack/Queen's attack.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Queen's attack/Queen's attack.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Queen's attack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Queen's attack/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Sara's Phone (Functional Problem)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Sara's Phone (Functional Problem)/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Sara's Phone (Functional Problem)/Sara's Phone (Functional Problem).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Sara's Phone (Functional Problem)/Sara's Phone (Functional Problem).java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Shinchan and Kazama (Functional Problem)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Shinchan and Kazama (Functional Problem)/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Shinchan and Kazama (Functional Problem)/Shinchan and Kazama (Functional Problem).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Shinchan and Kazama (Functional Problem)/Shinchan and Kazama (Functional Problem).java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Simple Sum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Simple Sum/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Simple Sum/Simple Sum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Simple Sum/Simple Sum.java -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Tic Tac Toe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Tic Tac Toe/README.md -------------------------------------------------------------------------------- /Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Tic Tac Toe/Tic Tac Toe.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Java/JDK Intro & Setup, Variables & Operators, Input, Output and Exceptions, Con ... - In Class/Tic Tac Toe/Tic Tac Toe.java -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Movie Booking JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Movie Booking JS/README.md -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Movie Booking JS/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Movie Booking JS/index.js -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/README.md -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/index.html -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/index.js -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Random User JS/style.css -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/README.md -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/index.html -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/index.js -------------------------------------------------------------------------------- /JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/JavaScript Asynchronous Programming, Ajax intro - Post Class/Typing Game/style.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/LICENSE -------------------------------------------------------------------------------- /Placement Prep Resource/CSS Concepts/CSS Concepts,html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Placement Prep Resource/CSS Concepts/CSS Concepts,html -------------------------------------------------------------------------------- /Placement Prep Resource/CSS Concepts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Placement Prep Resource/CSS Concepts/README.md -------------------------------------------------------------------------------- /Placement Prep Resource/HTML Concepts/HTML Concepts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Placement Prep Resource/HTML Concepts/HTML Concepts.html -------------------------------------------------------------------------------- /Placement Prep Resource/HTML Concepts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Placement Prep Resource/HTML Concepts/README.md -------------------------------------------------------------------------------- /Promises, JSON - Post Class/Github Issues JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Promises, JSON - Post Class/Github Issues JS/README.md -------------------------------------------------------------------------------- /Promises, JSON - Post Class/Github Issues JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Promises, JSON - Post Class/Github Issues JS/index.html -------------------------------------------------------------------------------- /Promises, JSON - Post Class/Github Issues JS/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Promises, JSON - Post Class/Github Issues JS/index.js -------------------------------------------------------------------------------- /Promises, JSON - Post Class/Github Issues JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Promises, JSON - Post Class/Github Issues JS/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/README.md -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - In Class/Paint App: Colour Picker/Paint App: Colour Picker.js: -------------------------------------------------------------------------------- 1 | https://github.com/agentmishra/Paint-App-Colour-Picker 2 | -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - In Class/Paint App: Colour Picker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, Building a First Custom Functional Component, Working with Fragmen ... - In Class/Paint App: Colour Picker/README.md -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Greetings with Props/Greetings with Props.js: -------------------------------------------------------------------------------- 1 | https://github.com/agentmishra/Greetings-with-Props 2 | -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Greetings with Props/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Greetings with Props/README.md -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Import Export React/Import Export React.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Import Export React/Import Export React.js -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Import Export React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Import Export React/README.md -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Render React Component/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Render React Component/README.md -------------------------------------------------------------------------------- /React Basics, Building a First Custom Functional Component, Working with Fragmen ... - Post Class/Render React Component/Render-React-Component.js: -------------------------------------------------------------------------------- 1 | https://github.com/agentmishra/Render-React-Component 2 | -------------------------------------------------------------------------------- /React Basics, What Are Components?, Going through the file structure & analyzing ... - Post Class/Debugging Challenge: Keywords/Debugging Challenge: Keywords.js: -------------------------------------------------------------------------------- 1 | https://github.com/agentmishra/Debugging-Challenge-Keywords 2 | -------------------------------------------------------------------------------- /React Basics, What Are Components?, Going through the file structure & analyzing ... - Post Class/Debugging Challenge: Keywords/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, What Are Components?, Going through the file structure & analyzing ... - Post Class/Debugging Challenge: Keywords/README.md -------------------------------------------------------------------------------- /React Basics, What Are Components?, React Basics, Going through the file structu ... - In Class/Rendering Multiple Components with React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, What Are Components?, React Basics, Going through the file structu ... - In Class/Rendering Multiple Components with React/README.md -------------------------------------------------------------------------------- /React Basics, What Are Components?, React Basics, Going through the file structu ... - In Class/Rendering Multiple Components with React/Rendering Multiple Components with React.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/React Basics, What Are Components?, React Basics, Going through the file structu ... - In Class/Rendering Multiple Components with React/Rendering Multiple Components with React.js -------------------------------------------------------------------------------- /ReactJS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/ReactJS/README.md -------------------------------------------------------------------------------- /Responsive CSS (In Class)-resume/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Responsive CSS (In Class)-resume/README.md -------------------------------------------------------------------------------- /Responsive CSS (In Class)-resume/Responsive Resume.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Responsive CSS (In Class)-resume/Responsive Resume.html -------------------------------------------------------------------------------- /Responsive CSS (In Class)/Flexbox Froggy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Responsive CSS (In Class)/Flexbox Froggy.html -------------------------------------------------------------------------------- /Responsive CSS (In Class)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Responsive CSS (In Class)/README.md -------------------------------------------------------------------------------- /Responsive CSS (Post Class)-CSS Grid Garden/CSS Grid Garden.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Responsive CSS (Post Class)-CSS Grid Garden/CSS Grid Garden.html -------------------------------------------------------------------------------- /Responsive CSS (Post Class)-CSS Grid Garden/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Responsive CSS (Post Class)-CSS Grid Garden/README.md -------------------------------------------------------------------------------- /Resposnive Resume/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Resposnive Resume/README.md -------------------------------------------------------------------------------- /Resposnive Resume/Responsive Resume using CSS Grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/Resposnive Resume/Responsive Resume using CSS Grid.html -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/README.md -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/index.html -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/index.js -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Online Notepad/style.css -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/README.md -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/index.html -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/index.js -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Snake Game/style.css -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/README.md -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/index.html -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/index.js -------------------------------------------------------------------------------- /setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentmishra/NewtonSchool-Assignments-Stuff/HEAD/setTimeout, setInterval, Intermediate function inheritance - Post Class/Whack a mole/style.css --------------------------------------------------------------------------------