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
#!/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 |
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="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> |
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
<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> |
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
<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> |
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
<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"> |
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
<!--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> |