Skip to content

Instantly share code, notes, and snippets.

View kaiquewdev's full-sized avatar

Kaique Silva kaiquewdev

View GitHub Profile
@kaiquewdev
kaiquewdev / projection.js
Created February 12, 2018 17:10
play a list with projection
'use strict'
const Browser = require('nodecast-js');
const timestamp = 60; // in seconds
const browser = new Browser();
let args = process.argv.slice(2);
let url = args[0];
var Browser = require('nodecast-js');
var url = 'http://commondatastorage.googleapis.com/gtv-videos-bucket/big_buck_bunny_1080p.mp4';
var timestamp = 60; // in seconds
var browser = new Browser();
browser.onDevice(function (device) {
device.onError(function (err) {
console.log(err);
});
The Project Gutenberg EBook of Romeo and Juliet, by William Shakespeare
This eBook is for the use of anyone anywhere at no cost and with
almost no restrictions whatsoever. You may copy it, give it away or
re-use it under the terms of the Project Gutenberg License included
with this eBook or online at www.gutenberg.org/license
Title: Romeo and Juliet
The Project Gutenberg EBook of The Kama Sutra of Vatsyayana, by Vatsyayana
This eBook is for the use of anyone anywhere at no cost and with
almost no restrictions whatsoever. You may copy it, give it away or
re-use it under the terms of the Project Gutenberg License included
with this eBook or online at www.gutenberg.net
Title: The Kama Sutra of Vatsyayana
Translated From The Sanscrit In Seven Parts With Preface,
Template.layout.rendered = function() {
$('#login-sign-in-link').text('Login ▾');
$('.login-close-text').text('Fechar');
$('#login-username-or-email-label').text('Nome de usuário ou e-mail');
$('#login-password-label').text('Senha');
$('#signup-link').text('Criar uma conta');
$('#forgot-password-link').text('Esqueceu a senha?');
$('#login-buttons-forgot-password').text('Recuperar');
$('#back-to-login-link').text('Login');
$('#login-username-label').text('Usuário para login');
angular.element(document).on('deciveready', onReady);
function onReady() {
angular.bootstrap(document, 'app-name');
}
@kaiquewdev
kaiquewdev / frontend-blznaweb.md
Created October 16, 2015 19:38 — forked from franklinjavier/frontend-blznaweb.md
Vaga Frontend na Beleza Na Web

Vaga de Frontend na www.belezanaweb.com.br

A vaga é fulltime presencial, CLT e fica em São Paulo, região do Jaguaré (Zona Oeste).

Sobre a empresa

Somos uma rede que conecta mulheres, marcas, formadores de opinião e os melhores profissionais.

Somos o ponto de encontro na internet de quem é apaixonada por beleza.

#coding:utf-8
#!/usr/bin/env python
values = []
total = None
def is_max(a, b):
return a >= b
def is_min(a, b):
return a <= b
@kaiquewdev
kaiquewdev / without.js
Created October 16, 2014 04:11
Remove an list of itens from and array
function withoutHandler(arr, remove) {
var out = [];
var unwhiteList = [];
function _removeMapHandler(current) {
unwhiteList.push(arr.indexOf(current));
}
remove
.map(_removeMapHandler);

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google