Skip to content

Instantly share code, notes, and snippets.

View DeepakSuryaS's full-sized avatar
🎯
Focusing

Deepak Surya DeepakSuryaS

🎯
Focusing
View GitHub Profile
@DeepakSuryaS
DeepakSuryaS / crop.py
Created May 11, 2019 17:31
Crop unwanted margin from scanned images of documents.
#!/usr/bin/env python
'''Crop an image to just the portions containing text.
Usage:
./crop_morphology.py path/to/image.jpg
This will place the cropped image in path/to/image.crop.png.
For details on the methodology, see
@DeepakSuryaS
DeepakSuryaS / index.html
Created September 18, 2017 19:52
twitch.tv_api
<div class="main" style="background-color: #FF1744;">
<div class="container">
<div class="twelve columns">
<div class="app">
<div class="header">
<div class="row">
<div class="one-half column">
<h1 class="headline">twitch<span>.</span>tv</h1>
</div>
@DeepakSuryaS
DeepakSuryaS / index.html
Created September 4, 2017 13:16
wikiviewer
<html>
<head>
<title>Wiki viewer</title>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Barcode+39+Text" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Wiki Viewer</h1>
<div id="dash"><p>Get wiki articles from here</p></div>
@DeepakSuryaS
DeepakSuryaS / index.html
Created September 4, 2017 13:16
openweatherapi
<html>
<head>
<title>Weather app</title>
</head>
<body>
<div class="text-center">
<div class="title">
<h1>Eh, What's up Doc?</h1>
</div>
<p><span id="city"></span> <span id="country"></span></p>
@DeepakSuryaS
DeepakSuryaS / index.html
Created September 4, 2017 13:16
quotemachine
<html>
<head>
<meta charset="utf-8">
<title>Random quote machine</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
</head>
<body onload="startTime(); startDate()">
<div class="container">
<!--images used are downloaded from qlip.in-->
<header class="navbar navbar-default navbar-fixed-top" id="banner">
<div class="container"><a class="scrollable" href="#top"><img src="http://qlip.in/images/qlip.png" alt="qlip | UI/UX Design and Development" title="qlip | UI/UX Design and Development"/></a>
<nav class="collapse navbar-collapse" id="navbar" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a class="scrollable" href="#top">About</a></li>
<li><a class="scrollable" href="#portfolio">Portfolio</a></li>
<li><a class="scrollable" href="#contact">Contact</a></li>
</ul>
</nav>