Skip to content

Instantly share code, notes, and snippets.

View sdvg's full-sized avatar
🐦

Stefan Dietz sdvg

🐦
View GitHub Profile
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
-o-transform: rotate(-1deg);
header{
height: 150px;
width: 100%;
background:#575757;
border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 0 0 5px 2px #181818;
-moz-box-shadow: 0 0 2px 1px #181818;
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
span.lh
{
vertical-align: sub;
line-height:0
@sdvg
sdvg / client.py
Created February 7, 2012 18:59
uhuc uptime
#!/usr/bin/env python
# TCP client
"""
This file is part of utime_serve.
utime_serve is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.