Skip to content

Instantly share code, notes, and snippets.

View excalliburbd's full-sized avatar

Sk Imtiaz Ahmed excalliburbd

View GitHub Profile
//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
{
//11/04/15
//Sk. Imtiaz Ahemd
//excalliburbd@gmail.com
//Pre-final self pratice work
import java.util.*;
public class QuadEqn
{
public int a;
@excalliburbd
excalliburbd / QjGrpW.markdown
Last active September 28, 2015 09:40
QjGrpW
{
"student":[
{ "_id": "Number",
"academicInformation":{
"name": "String",
"id": "Number",
"program": "String",
"deperment": "String",
"choices": ["String"],
"type": "String",
{
semester: String,
student:{
name: String,
id: String,
adviser: String,
creditCompleted: Number,
creditAttempted: Number,
},
courseList:[
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:37
JavaScript Calculator -- FCC Zipline
<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>
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Local Weather App -- FCC Zipline
<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
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Wikipedia Viewer -- FCC Zipline (Alpha)
<div id="app"></div>
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Twitch.tv User Status - FCC Zipline
<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>
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Random Quote Machine -- FCC Zipline
<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>