├── .gitignore
├── Autumn2017
├── AmartyaBiswas
│ ├── Animation
│ │ ├── .idea
│ │ │ ├── Animation.iml
│ │ │ ├── modules.xml
│ │ │ └── workspace.xml
│ │ ├── car1.png
│ │ ├── car2.png
│ │ ├── cloud1.png
│ │ ├── index.html
│ │ ├── moon.png
│ │ ├── mountain.png
│ │ ├── road.jpg
│ │ ├── styling.css
│ │ └── sun.png
│ ├── Responsive Portfolio
│ │ ├── .idea
│ │ │ ├── Material Portfolio.iml
│ │ │ ├── Materialize Portfolio.iml
│ │ │ ├── jsLibraryMappings.xml
│ │ │ ├── modules.xml
│ │ │ └── workspace.xml
│ │ ├── Home.jpg
│ │ ├── dps.jpg
│ │ ├── flower.jpg
│ │ ├── forest.jpg
│ │ ├── hel.jpg
│ │ ├── html5css3.png
│ │ ├── image2.jpg
│ │ ├── index.html
│ │ ├── leaf.jpg
│ │ ├── node.png
│ │ ├── nsit.jpg
│ │ ├── sql.png
│ │ ├── toucan.jpg
│ │ └── wolfy.jpg
│ └── myToDoList
│ │ ├── Styling.css
│ │ ├── ToDoList.js
│ │ └── index.html
├── Ankit
│ └── ToDo list
│ │ ├── index.html
│ │ └── list.js
├── Kawal Preet
│ ├── Portfolio
│ │ ├── bg3.jpg
│ │ ├── bg6.jpg
│ │ ├── foot.jpg
│ │ ├── porfolio.html
│ │ ├── porfolio.txt
│ │ ├── portfolio.css
│ │ └── portimg.jpg
│ ├── ToDolist
│ │ ├── index.html
│ │ ├── todolist.css
│ │ └── todolist2.js
│ └── WeatherReport
│ │ ├── index.html
│ │ ├── skyicons.js
│ │ ├── weather.js
│ │ └── wether.css
├── Nilay
│ └── README.md
├── NupurBaghel
│ ├── portfolio-bootstrap
│ │ ├── .gitignore
│ │ ├── README.md
│ │ ├── css
│ │ │ ├── access.html
│ │ │ ├── access.js
│ │ │ └── stylish-portfolio.css
│ │ ├── img
│ │ │ ├── awards2.jpg
│ │ │ ├── balloon1.png
│ │ │ ├── balloon2.png
│ │ │ ├── balloon3.png
│ │ │ ├── balloon4.png
│ │ │ ├── balloon5.png
│ │ │ ├── bgblue.jpeg
│ │ │ ├── callout.jpg
│ │ │ ├── cplus1.png
│ │ │ ├── cplus2.png
│ │ │ ├── cplus3.png
│ │ │ ├── csi.jpg
│ │ │ ├── dance.jpg
│ │ │ ├── dance1.jpg
│ │ │ ├── dance2.jpg
│ │ │ ├── dance3.jpg
│ │ │ ├── dance4.jpg
│ │ │ ├── dps.jpg
│ │ │ ├── girl.png
│ │ │ ├── kvpy.png
│ │ │ ├── nsit.jpg
│ │ │ ├── ntse.jpg
│ │ │ ├── projects.jpg
│ │ │ ├── shop1.png
│ │ │ ├── shop2.png
│ │ │ ├── shop3.png
│ │ │ ├── shop4.png
│ │ │ └── shop5.png
│ │ ├── index.html
│ │ └── js
│ │ │ └── stylish-portfolio.js
│ └── todolist
│ │ ├── index.html
│ │ ├── todo.css
│ │ └── todo.js
├── PaaviniNanda
│ ├── Calculator
│ │ ├── calculator.css
│ │ ├── calculator.js
│ │ └── index.html
│ ├── Portfolio
│ │ ├── bg2.jpg
│ │ ├── index.html
│ │ └── styling.css
│ └── ToDoList
│ │ ├── index.html
│ │ └── toDoList.js
├── Parul
│ └── Todo List
│ │ ├── Todo2.js
│ │ └── index.html
├── RajatSharma
│ ├── index.html
│ ├── js.js
│ └── style.css
├── Shaily
│ ├── Animation
│ │ └── index.html
│ ├── ToDoList
│ │ ├── index.html
│ │ └── todo.js
│ └── portfolio
│ │ ├── .idea
│ │ ├── modules.xml
│ │ ├── portfolio.iml
│ │ └── workspace.xml
│ │ └── index.html
└── Tanuj
│ └── Portfolio
│ ├── .gitignore
│ └── index.html
├── README.md
├── Sarthak Goel
├── Portfolio
│ ├── images
│ │ ├── arrow.jpg
│ │ ├── cd-arrows.svg
│ │ ├── fabian-irsara-92113-unsplash.jpg
│ │ ├── modified.jpg
│ │ └── original.jpg
│ ├── index.html
│ ├── landing_page.css
│ ├── landing_page.js
│ ├── main.js
│ ├── modernizr.js
│ ├── portfolio.css
│ ├── portfolio.html
│ ├── portfolio.js
│ ├── reset.css
│ ├── resume.css
│ ├── resume.html
│ ├── style.css
│ ├── thankyou.html
│ ├── thankyou.js
│ └── typewriter-1.mp3
├── Resume
│ ├── index.html
│ └── resume.css
└── Todolist
│ ├── index.html
│ ├── todolist.css
│ ├── todolist.jpg
│ └── todolist.js
├── Summer2017
├── .gitignore
├── Avani
│ └── Blogify
│ │ ├── README.md
│ │ ├── Red.png
│ │ ├── Silver.png
│ │ ├── Turquoise.png
│ │ ├── addImage.png
│ │ ├── background.jpeg
│ │ ├── firebase.png
│ │ ├── google sign in.png
│ │ ├── homePAge.html
│ │ ├── imageAdd.png
│ │ ├── index.html
│ │ ├── javascript.js
│ │ ├── jquery.autocomplete.min.js
│ │ ├── jquery.min.js
│ │ ├── jsFile.js
│ │ ├── logInOrNot.js
│ │ ├── loggedIn.html
│ │ ├── profile.html
│ │ ├── profile.js
│ │ ├── style.css
│ │ └── userLoggedIn.js
└── Sandeep Ranjan
│ └── Expenso
│ ├── .idea
│ ├── Expenso.iml
│ ├── modules.xml
│ └── workspace.xml
│ ├── contactIndex.txt
│ ├── database.js
│ ├── files.js
│ ├── mysql.js
│ ├── package-lock.json
│ ├── package.json
│ ├── public_static
│ ├── app.html
│ ├── css
│ │ ├── grid.css
│ │ └── media.css
│ ├── header-s.jpeg
│ ├── header.jpeg
│ ├── img
│ │ ├── face-1.jpg
│ │ ├── face-2.jpg
│ │ ├── face-3.jpg
│ │ ├── face-4.jpg
│ │ ├── face-5.jpeg
│ │ ├── face-6.jpg
│ │ ├── face-7.png
│ │ ├── face-8.jpg
│ │ └── mac.jpg
│ ├── index.html
│ ├── js
│ │ ├── jquery.js
│ │ ├── script.js
│ │ ├── some1.js
│ │ └── typed.js
│ ├── login
│ │ ├── back.jpeg
│ │ ├── index.html
│ │ └── pexels-photo-531360.jpeg
│ ├── send
│ │ └── index.html
│ ├── signup
│ │ ├── back.jpeg
│ │ └── index.html
│ ├── try.html
│ ├── uploads
│ │ ├── 0a2f1897832ac80547d3306f8dd327db
│ │ ├── Screen Shot 2017-05-11 at 10.09.35 AM.png
│ │ ├── e7c257231040e85cc7370b6e9053d3fd
│ │ ├── imgonline-com-ua-compressed-uc3aBFE34kU.jpg
│ │ └── p26u5Rf.jpg
│ └── vendors
│ │ ├── animate.min.css
│ │ ├── animatedModal.min.js
│ │ ├── grid.css
│ │ ├── intro.min.js
│ │ ├── introjs.min.css
│ │ ├── jquery.waypoints.min.js
│ │ ├── slick
│ │ ├── ajax-loader.gif
│ │ ├── config.rb
│ │ ├── fonts
│ │ │ ├── slick.eot
│ │ │ ├── slick.svg
│ │ │ ├── slick.ttf
│ │ │ └── slick.woff
│ │ ├── slick-theme.css
│ │ ├── slick-theme.less
│ │ ├── slick-theme.scss
│ │ ├── slick.css
│ │ ├── slick.js
│ │ ├── slick.less
│ │ ├── slick.min.js
│ │ └── slick.scss
│ │ └── typed.js
│ └── server.js
├── Summer2018
└── Ayush Poddar
│ └── Mr-Magnificent.github.io
│ ├── README.md
│ ├── index.html
│ ├── js.js
│ ├── style-lg.css
│ ├── style-md.css
│ └── style.css
├── Winter2018
├── Dhruva
│ ├── Guardian-API
│ │ ├── index.html
│ │ ├── script.js
│ │ └── style.css
│ ├── Resume
│ │ ├── index.html
│ │ └── style.css
│ └── TODO
│ │ ├── index.html
│ │ ├── style.css
│ │ └── todo.js
├── Nikita Rai
│ ├── Animation
│ │ ├── CLOCK.png
│ │ ├── index.html
│ │ ├── minute.png
│ │ ├── second.png
│ │ └── wall.jpg
│ ├── Portfolio
│ │ ├── Nikki.jpeg
│ │ ├── abc.js
│ │ ├── index.html
│ │ ├── radialIndicator.min.js
│ │ └── stylin.css
│ ├── Resume
│ │ ├── Nikki.jpeg
│ │ ├── css
│ │ │ ├── animate.css
│ │ │ ├── animate.min.css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ ├── font-awesome.css
│ │ │ ├── font-awesome.min.css
│ │ │ └── style.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── index.html
│ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── jquery.js
│ │ │ ├── masonry.js
│ │ │ ├── menustick.js
│ │ │ ├── modernizr.js
│ │ │ └── wow.js
│ ├── ToDo List
│ │ ├── ToDo.css
│ │ ├── ToDo.js
│ │ └── index.html
│ └── Weather
│ │ ├── gm.css
│ │ ├── gn.js
│ │ └── index.html
├── Praveen
│ ├── Resume
│ │ ├── .idea
│ │ │ ├── Resume.iml
│ │ │ ├── modules.xml
│ │ │ └── workspace.xml
│ │ ├── img.jpg
│ │ └── index.html
│ └── ToDoList
│ │ ├── .idea
│ │ ├── ToDoList.iml
│ │ ├── misc.xml
│ │ ├── modules.xml
│ │ ├── watcherTasks.xml
│ │ └── workspace.xml
│ │ ├── background-websites-web.jpg
│ │ ├── index.html
│ │ ├── style.css
│ │ ├── todo.css
│ │ └── todoo.js
├── Riya
│ ├── ChatBotAPI
│ │ ├── index.html
│ │ ├── new.js
│ │ └── style.css
│ ├── ToDoList
│ │ ├── index.html
│ │ ├── to.css
│ │ └── to.js
│ └── resume
│ │ └── index.html
├── Saksham
│ ├── Animation
│ │ └── PendulumAnimation.html
│ ├── Portfolio and Resume
│ │ ├── Portfolio.html
│ │ ├── Resume.html
│ │ └── portfoliostyle.css
│ ├── SakshamTodoList
│ │ ├── myToDoList.html
│ │ └── myTodoList.js
│ └── UniversityApi
│ │ ├── UniversityApi.html
│ │ └── api.js
├── reads.txt
└── shruti
│ ├── API
│ ├── index.html
│ ├── xmlrequest.css
│ └── xmlrequest.js
│ ├── resume
│ ├── index.html
│ └── resume.css
│ └── todo
│ ├── index.html
│ ├── new.css
│ └── todoup.js
└── test
└── test.txt
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
--------------------------------------------------------------------------------
/Autumn2017/AmartyaBiswas/Animation/.idea/Animation.iml:
--------------------------------------------------------------------------------
1 |
2 |
< Hello/>
15 |Project 1
39 |Write something about your project
40 |Project 2
43 |Write something about your project
44 |Project 3
47 |Write something about your project
48 |Project 4
51 |Write something about your project
52 |Project 5
55 |Write something about your project
56 |Project 6
59 |Write something about your project
60 |Keep all your activities together!
13 |Activity | Remove | Update | Done | ${i+1} . |   | `; 19 | } 20 | else 21 | { 22 | final+=` |
---|---|---|---|
${i+1} . |   |
${i+1}. | ` 27 | 28 | } 29 | final+=` |
University | ${dataItemArr[ele.id].name} |
Country | ${dataItemArr[ele.id].country} |
Operation | 14 |Expression | 15 |Result | 16 |
---|---|---|
simplify(Simplify) | 21 |2^2+2(2) | 22 |8 | 23 |
factor(Factor) | 26 |x^2 + 2x | 27 |x (x + 2) | 28 |
derive(Derive) | 31 |x^2+2x | 32 |2 x + 2 | 33 |
integrate(Integrate) | 36 |x^2+2x | 37 |1/3 x^3 + x^2 + C | 38 |
zeroes(Find 0's) | 41 |x^2+2x | 42 |[-2, 0] | 43 |
tangent(Find Tangent) | 46 |2lx^3 | 47 |12 x + -16 | 48 |
area(Area Under Curve) | 51 |2:4lx^3 | 52 |60 | 53 |
cos(Cosine) | 56 |pi | 57 |-1 | 58 |
sin(Sine) | 61 |0 | 62 |0 | 63 |
tan(Tangent) | 66 |0 | 67 |0 | 68 |
arccos(Inverse Cosine) | 71 |1 | 72 |0 | 73 |
arcsin(Inverse Sine) | 76 |0 | 77 |0 | 78 |
arctan(Inverse Tangent) | 81 |0 | 82 |0 | 83 |
abs(Absolute Value) | 86 |-1 | 87 |1 | 88 |
log(Logarithm) | 91 |2l8 | 92 |3 | 93 |
2017UIT2532/7042652510/gargshruti30@gmail.com
18 |https://www.linkedin.com/in/gargshruti30/
20 |https://github.com/gargshruti30
21 | 22 |Examination | 28 |Year | 29 |Institute | 30 |%/CGPA | 31 |
---|---|---|---|
B.E.(IT) | 36 |2017-2021 | 37 |Netaji Subhas Institute of Technology | 38 |39 | |
AISSCE(XII) | 42 |2017 | 43 |Salwan Public School | 44 |97.2 | 45 |
AISSE(X) | 48 |2015 | 49 |Salwan Public School | 50 |10 | 51 |