Skip to content

Instantly share code, notes, and snippets.

View SPodjasek's full-sized avatar

Sebastian Podjasek SPodjasek

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<style>
body {font: 10px sans-serif;shape-rendering: crispEdges;}
.week {}
.day {fill: #fff;stroke: #ccc;}
.weekend {fill: #eaeaea;}
.month {fill: none;stroke: #000;stroke-width: 2px;}
@SPodjasek
SPodjasek / dbd-oracle_install_ubuntu_1310.md
Last active December 31, 2015 00:39
Install Oracle Instant Client and DBD::Oracle for Perl on Ubuntu 13.10
@SPodjasek
SPodjasek / broken.html
Last active December 20, 2015 01:49
Test how browsers handle broken html
<html>
<head><title>Broken tag test</title></head>
<body>
<p>la<>la<>la</p>
</body>
</html>