** ThumbImgs Um seletor de imagens para fazer upload (mostra só as imagens selecionadas, miniaturas). O upload propriamente não é realizado por esse programa. Eum um vídeo futuro podemos mostrar como fazer essa parte.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Uma página HTML</title> | |
</head> | |
<body> | |
<h1>Regexp replace()</h1> | |
<script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Uma página HTML</title> | |
<link href="bulma.css" rel="stylesheet"> | |
<style> | |
dialog.sombreado { | |
border: 1px solid #008; | |
border-radius: 6px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<head> | |
<title>General update pattern</title> | |
</head> | |
<style> | |
body { | |
font-family: "Helvetica Neue", Helvetica, sans-serif; | |
font-size: 14px; |
Veja como capturar uma stream de video de uma webcam, tirar snapshots (congelar um quadro do vídeo) e salvar em arquivos de imagem, usando a API do WebRTC
Uma biblioteca para associar comandos de teclas, (simples ou combinadas, sequências, dependentes do elemento) a uma função para cada "binding".
Cria uma stream de vídeo no nodejs plano (sem express ou outros módulos)
Web Scraping com o NodeJS
webscrape.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#testElement { | |
margin: auto; | |
width: 50%; | |
animation-duration: 2.8s; | |
animation-delay: 1.2s; | |
animation-iteration-count: infinite; | |
} | |
.click-animations { | |
margin-top: 35px; |
NewerOlder