Skip to content

Instantly share code, notes, and snippets.

View DeviaVir's full-sized avatar
🏴‍☠️

Chase DeviaVir

🏴‍☠️
View GitHub Profile
@DeviaVir
DeviaVir / dabblet.css
Last active October 8, 2015 05:08
Hosted, with love, by DualDev Logo
/**
* Hosted, with love, by DualDev Logo
*/
html, body {
height: 100%;
}
body {
margin: 0;
@DeviaVir
DeviaVir / dabblet.css
Last active October 8, 2015 05:08
DualDev Logo (white)
/**
* DualDev Logo (white)
*/
html, body {
height: 100%;
}
body {
margin: 0;
@DeviaVir
DeviaVir / dabblet.css
Created August 7, 2012 07:37
DualDev Logo
/**
* DualDev Logo
*/
html, body {
height: 100%;
}
body {
margin: 0;
@DeviaVir
DeviaVir / dabblet.css
Last active October 8, 2015 05:08
Hosted, with love, by DualDev Logo
/**
* Hosted, with love, by DualDev Logo
*/
html, body {
height: 100%;
}
body {
margin: 0;
@DeviaVir
DeviaVir / dabblet.css
Created August 12, 2012 18:53
Untitled
.box {
width: 350px;
height: 95px;
border: 1px solid #555;
background : #CFC;
display: box;
box-orient: horizontal;
box-pack: center;
<div class="container">
<div class="actual">
<div class="" id="blurred">
<div class="gear1"></div>
<div class="gear2"></div>
<div class="circle"></div>
<div class="wheel">
<div class="slot">
<div class="container">
<div class="actual">
<div class="" id="blurred">
<div class="gear1"></div>
<div class="gear2"></div>
<div class="circle"></div>
<div class="wheel">
<div class="slot">
@DeviaVir
DeviaVir / index.html
Created August 16, 2012 18:24
A three dimensional and space efficient menu concept. Could easily be made CSS-only via :hover but touch is cool so I went for JavaScript.
<!-- Menu element that rolls in from the left -->
<div class="meny">
<h2>More Experiments</h2>
<ul>
<li><a href="http://lab.hakim.se/radar/">Radar</a></li>
<li><a href="http://lab.hakim.se/forkit-js/">forkit.js</a></li>
<li><a href="http://lab.hakim.se/scroll-effects/">stroll.js</a></li>
<li><a href="http://lab.hakim.se/zoom-js">zoom.js</a></li>
<li><a href="http://lab.hakim.se/reveal-js">reveal.js</a></li>
<li><a href="http://itunes.apple.com/us/app/sinuous/id543097218">Sinuous iOS</a></li>
@DeviaVir
DeviaVir / dabblet.css
Created August 21, 2012 21:55 — forked from JoelBesada/dabblet.css
CSS States
/* CSS States */
body {
background: url(http://dabblet.com/img/noise.png);
background-color: #F5F2F0;
font-family: Georgia, serif;
font-size: 18px;
line-height: 1.6em;
text-shadow: 0 2px 0 white;
color: #222;
}
@DeviaVir
DeviaVir / dev.py
Created August 27, 2012 20:52
Level 7
#!/usr/bin/env python
# first, download the code from http://www.vnsecurity.net/2010/03/codegate_challenge15_sha1_padding_attack/
import json
import sys
import urllib
import requests
import hashlib
from shaext import shaext