Skip to content

Instantly share code, notes, and snippets.

View Anderson-Juhasc's full-sized avatar
:octocat:
Looking for work

Anderson Juhasc Anderson-Juhasc

:octocat:
Looking for work
View GitHub Profile
#!/usr/bin/env python
import hashlib
import hmac
import time
import json
import urllib2
import datetime
# Q. What are api endpoints for test and production?
# testnet -> https://api.testnet.blinktrade.com/tapi/v1/message
;(function($){
var _is = $.fn.is, _filter = $.fn.filter;
function visible(elem){
elem = $(elem);
return !!(elem.width() || elem.height()) && elem.css("display") !== "none";
}
$.fn.is = function(sel){
if(sel === ":visible"){
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
@Anderson-Juhasc
Anderson-Juhasc / BEM-inuit.css.md
Created October 4, 2012 14:36 — forked from csswizardry/BEM-inuit.css.md
Thoughts on BEM for inuit.css

Bringing BEM to inuit.css

BEM is a methodology for naming and classifying CSS selectors in a way to make them a lot more strict, transparent and informative.

The naming convention follows this pattern:

.block{}
.block__element{}
.block--modifier{}
@Anderson-Juhasc
Anderson-Juhasc / BlendedButtons.scss
Created August 23, 2012 17:51 — forked from kenwoodworth/BlendedButtons.scss
An example of a button style that adapts to a base color using the overlay blend-mode to adjust colors for effects.
$button-color: #ff6600;
%button-base {
@include adjust-font-size-to(14px, 1.5);
@include inline-block;
@include border-radius(6px);
font-weight: bold;
padding: 3px 30px;
position: relative;
text-decoration: none;
@Anderson-Juhasc
Anderson-Juhasc / DesigningInterfacesLinks.txt
Created August 23, 2012 17:19 — forked from kenwoodworth/DesigningInterfacesLinks.txt
A collection of links from my DrupalCon Munich session, Designing and Implementing Beautiful, Flexible Interfaces
@Anderson-Juhasc
Anderson-Juhasc / OOSass.md
Created August 17, 2012 16:20 — forked from scottkellum/OOSass.md
OOCSS vs OOSass

OOCSS vs OOSass

note that this requires Sass 3.2 alpha or higher

OOCSS is awesome because it helps us organize our style sheets in clean and simple ways but it can be far too rigid for the new responsive web. How can we use preprocessors to preserve both flexibility and cleanliness of code? Can these objects be abstracted to our preprocessors?

Lets first take a look at three column widths in OOCSS to see how they compare.

CSS