Skip to content

Instantly share code, notes, and snippets.

{
"name": "Aname Asirname",
"description": "Web Developer",
"sections": [
{
"type": "text",
"title": "Summary",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam."
},
{
{
"name": "Aname Asirname",
"description": "Engineering manager",
"sections": [
{
"type": "text",
"title": "Summary",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam."
},
{

hacer un juego donde hay dos grupos con divs que se pasan de uno a otro con clicks

............
.			      .
.	    A		  .
.	    B		  .
.			      .
.............

Crear una aplicación con la siguiente arquitectura.

Habrá un componente <Padre/>.

Que contendrá componentes <Hij/o>

La cantidad <Hijo> de componentes que mostrará padre será pasado por una prop llamada hijos.

Padre tendrá un css que lo haga tan ancho como necesario y de 200px de altura con fondo rojo, hijo será de 200px x 200px con fondo azul y se acumulará horizontalmente.

@trufa
trufa / ejemplo.js
Last active September 11, 2018 13:11
const col = 3;
const row = 3;
const listOfPos = [];
for (var i = 0; i < row; i++) {
for (var j = 0; j < col; j++) {
listOfPos.push({
x: j,
y: i,
});

#5 Julio 2018

Usando los componentes básicos de Bootstrap, crear un sitio que se comporte de la siguiente manera:

a) Hay cuatro componentes (divs) con las clases .uno, .dos, .tres y .cuatro.

b) Sus contenido de texto son iguales a sus respectivas clases .uno, .dos, .tres y .cuatro.

c) En las pantallas más pequeñas de todos uno y dos ocuparán el 100% del espacio horizontal.

travis_fold:start:worker_info
Worker information
hostname: a0c5f07c-b4df-4432-afd1-530c46106cd7@1.production-1-worker-com-01-packet
version: v3.7.0 https://github.com/travis-ci/worker/tree/ef8bf771ffed8568b01c5f0ed14d615c8941e87e
instance: 9b99106 travisci/ci-garnet:packer-1512502276-986baf0 (via amqp)
startup: 724.519627ms
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
Build language: ruby
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Single-Column Responsive Email Template</title>
<style>
@media only screen and (min-device-width: 541px) {
.content {
Running "watch" task
Waiting...Error: The partial page_top could not be found
at new Error (<anonymous>:null:null)
at Error.Exception (/var/www/upg/LatamWebApplicationUpg/node_modules/hbs/node_modules/handlebars/dist/cjs/handlebars/exception.js:16:41)
at Object.invokePartial (/var/www/upg/LatamWebApplicationUpg/node_modules/hbs/node_modules/handlebars/dist/cjs/handlebars/runtime.js:206:11)
at Object.invokePartialWrapper [as invokePartial] (/var/www/upg/LatamWebApplicationUpg/node_modules/hbs/node_modules/handlebars/dist/cjs/handlebars/runtime.js:47:39)
at Object.eval (<anonymous>:4:26)
at ret (/var/www/upg/LatamWebApplicationUpg/node_modules/hbs/node_modules/handlebars/dist/cjs/handlebars/runtime.js:144:30)
at ret (/var/www/upg/LatamWebApplicationUpg/node_modules/hbs/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js:462:21)
at /var/www/upg/LatamWebApplicationUpg/node_modules/hbs/lib/hbs.js:63:19
Unable to find a suitable version for underscore, please choose one:
1) underscore#>=1.5.0 which resolved to 1.6.0 and is required by backbone#1.1.2, backbone#1.1.2, backbone-relational#0.8.8
2) underscore#~1.6.0 which resolved to 1.6.0 and is required by base
3) underscore#>=1.4.0 <=1.6.0 which resolved to 1.6.0 and is required by backbone.babysitter#0.1.6
4) underscore#1.4.4 - 1.6.0 which resolved to 1.6.0 and is required by backbone.marionette#2.1.0
5) underscore#>=1.3.3 <=1.7.0 which resolved to 1.7.0 and is required by backbone.wreqr#1.3.2
6) underscore#>=1.7.0 which resolved to 1.7.0 and is required by backbone#1.2.0