A Pen by Sk. Imtiaz Ahmed on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //11/04/15 | |
| //Sk. Imtiaz Ahemd | |
| //excalliburbd@gmail.com | |
| //Pre-final self pratice work | |
| import static java.lang.System.*; | |
| import java.util.*; | |
| public class QuadEqnUser | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //11/04/15 | |
| //Sk. Imtiaz Ahemd | |
| //excalliburbd@gmail.com | |
| //Pre-final self pratice work | |
| import java.util.*; | |
| public class QuadEqn | |
| { | |
| public int a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "student":[ | |
| { "_id": "Number", | |
| "academicInformation":{ | |
| "name": "String", | |
| "id": "Number", | |
| "program": "String", | |
| "deperment": "String", | |
| "choices": ["String"], | |
| "type": "String", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| semester: String, | |
| student:{ | |
| name: String, | |
| id: String, | |
| adviser: String, | |
| creditCompleted: Number, | |
| creditAttempted: Number, | |
| }, | |
| courseList:[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> | |
| <!-- <div id="app"> | |
| <div class="calculator"> | |
| <div class="display"> | |
| <div class="big-row"> | |
| 1234567890+ | |
| </div> | |
| <div class="small-row"> | |
| 12345678901234567890 | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="row"> | |
| <button class="btn | |
| btn-sm | |
| pull-xs-right | |
| btn-primary" | |
| id="toggle"> | |
| Celcius</button> | |
| </div> | |
| <h1 class="display-3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> | |
| <!-- | |
| <div class="header"> | |
| <h1>Twitch Stremer Status</h1> | |
| </div> | |
| <div class="nav"> | |
| <div>All</div> | |
| <div>Online</div> | |
| <div>Offline</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="jumbotron"> | |
| <h1 class="display-3">Random Quotes!</h1> | |
| <div class="card card-inverse card-info text-xs-center"> | |
| <div class="card-block"> | |
| <blockquote class="blockquote blockquote-reverse"> | |
| <p class="m-b-0">Loading...</p> | |
| <footer class="blockquote-footer"><cite title="Source Title"></cite></footer> | |
| </blockquote> | |
| </div> |
OlderNewer