This file contains hidden or 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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
This file contains hidden or 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
| ne radi!!!!! | |
| sudo apt-add-repository --remove ppa:jon-severinsson/ffmpeg | |
| !!!!! | |
| find / -name 'ffmpeg' -type d | |
| https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media | |
| sudo apt-get --purge remove ffmpeg | |
| sudo apt-get --purge autoremove |
This file contains hidden or 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
| Conceptos Basicos react js | |
| `` | |
| import React from 'react' | |
| import Link from './link' // Importar Componente | |
| export class App extends React.Component { | |
| render() { | |
| return ( |
This file contains hidden or 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
| var myConfObj = { | |
| iframeMouseOver : false | |
| } | |
| window.addEventListener('blur',function(){ | |
| if(myConfObj.iframeMouseOver){ | |
| console.log('Wow! Iframe Click!'); | |
| } | |
| }); | |
| document.getElementById('YOUR_CONTAINER_ID').addEventListener('mouseover',function(){ |
This file contains hidden or 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
| https://blog.ahoyconference.com/using-webrtc-in-chrome-extensions.html | |
| http://stackoverflow.com/questions/30731277/webkitmediastream-object-type-lost-while-using-sendmessage-in-chrome-extension | |
| http://jsfiddle.net/koldev/cw7w5/ | |
| https://www.google.es/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=chrome.tabCapture.capture+create+video&start=10 | |
| https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder |
This file contains hidden or 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
| 1 - Redux mantiene el creador de la acción fundente. Cada vez que desee cambiar el estado de la aplicación, | |
| se dispara fuera una acción. Esa es la única manera en que el Estado debe ser cambiado. |
This file contains hidden or 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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
This file contains hidden or 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
| 1 Cine y animación | |
| 2 Motor | |
| 10 Música | |
| 15 Mascotas y animales | |
| 17 Deportes | |
| 19 Viajes y eventos | |
| 20 Juegos | |
| 22 Gente y blogs | |
| 23 Comedia | |
| 24 Entretenimiento |
OlderNewer