Skip to content

Instantly share code, notes, and snippets.

View srini5's full-sized avatar

Srinivas Iyer srini5

View GitHub Profile
@srini5
srini5 / RandomQuotesMachine_.idea_RandomQuotesMachine.iml
Created April 16, 2018 13:19
Day 1 of #100DaysOfPython Random Quote Machine
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.6.4 (~/anaconda3/bin/python) (1)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
@srini5
srini5 / index.html
Created January 10, 2017 01:55
Local Weather App
<html>
<body>
<div class="container-fluid">
<div class = "row">
<div class="col-md-4 col-sm-4 col-xs-2"></div>
<div class="col-md-4 col-sm-4 col-xs-8">
<button class="btn btn-primary hidden" id="btnWeather">Get Weather</button>
@srini5
srini5 / pomodoro-clock.markdown
Last active January 10, 2017 01:53
Pomodoro Clock
@srini5
srini5 / index.html
Created January 10, 2017 01:49
Tic Tac Toe
<html>
<body>
<br>
<div class="container-fluid">
<div class= "row">
<div class="col-md-4 col-s-3 col-xs-2"></div>
<div class= "well col-md-4 col-s-6 col-xs-8">
<h1 class="text-center">Tic Tac Toe</h1>
<div class="initial">
<h3 class="text-center"> Welcome to Tic Tac Toe </h3>
@srini5
srini5 / index.html
Created January 10, 2017 01:46
Personal Portfolio page
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><span class="glyphicon glyphicon-user" ></span> Srinivas Iyer</a>
@srini5
srini5 / Full Stack JavaScript.md
Last active December 28, 2016 07:15 — forked from royshouvik/Full Stack JavaScript.md
Learn Full Stack JavaScript Web Development for FREE using resources like YouTube, Udacity and NodeSchool