Skip to content

Instantly share code, notes, and snippets.

@icebeat
icebeat / class.movistar.php
Created January 15, 2009 20:00
class.movistar.php
<?php
/*
include 'class.movistar.php';
// User and Passs
$movistar = new ClientMovistar( '757...02D', 'Pass' );
// Number and Type: actual or anterior
$info = $movistar->getInfo( '649...338', 'actual' );
#!/usr/bin/env ruby
# Save: Nothing
# Input: Select text or Word
# Output: Show as Tool tip
# Key Equivalent: Your choice
# Scope Selector: Nothing
require ENV["TM_SUPPORT_PATH"] + "/lib/ui.rb"
require ENV["TM_SUPPORT_PATH"] + "/lib/textmate.rb"
@icebeat
icebeat / dabblet.css
Created January 20, 2012 15:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@icebeat
icebeat / dabblet.css
Created March 29, 2012 19:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
mola mucho pero
swsws
wdjdjidji4
s223
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
body {
text-align: center;
}
@-webkit-keyframes wink {
from { background-position: 0px; }
to { background-position: -96px; }
}
@icebeat
icebeat / dabblet.css
Created December 27, 2012 11:15
Untitled
@-webkit-keyframes wink {
from { background-position: 0px; }
ewjfijeiwfji
to { background-position: -96px; }
}
@-webkit-keyframes wink {
from { background-position: 0px; }
ewjfijeiwfji
to { background-position: -96px; }
}
@icebeat
icebeat / dabblet.css
Created December 27, 2012 11:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.spinner {
background: #f5f5f5;
width: 50px;
height: 50px;
/* -webkit-transform-style: preserve-3d;
-webkit-perspective: 500px;*/
position:relative;
@icebeat
icebeat / dabblet.css
Created December 27, 2012 15:38
Test
/**
* Test
*/
div {
border-radius: 25px;
background: #298FF3;
width: 50px;
height: 50px;
position:relative;
overflow: hidden;
@icebeat
icebeat / dabblet.css
Created December 28, 2012 14:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
width: 140px; height: 180px;
border:1px solid #C3CCD0;
border-radius: 6px 6px 0 6px;
position: relative;
}
/**
* Test
*/
div {
border-radius: 25px;
background: #298FF3;
width: 50px;
height: 50px;
position:relative;
overflow: hidden;