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
<!-- Ass-kicking html5 --> | |
<head> | |
<!-- BOOTSTRAP --> | |
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css"> | |
</head> | |
<body> | |
<!-- Learn some bootstrap bitch! http://getbootstrap.com/css/#forms-horizontal --> |
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
/* | |
* Algoritmo del comportamiento romántico (pseudocódigo) | |
* Pasos clave del comportamiento romántico | |
*/ | |
1. Mientras dure mi obsesión con un ALGO | |
1.1 Pensar en las formas que podría adoptar la perfección para el ALGO | |
1.2 Recordarme cuan desafortunado soy de no haber hayado la perfección en el ALGO | |
1.3 Hacer que el objetivo único en mi vida sea mi obsesión en el ALGO | |
1.4 Reconocer que soy romántico y tengo derecho a hacer de mi vida la obsesión en el ALGO |
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
/* fixes react-bootstrap-typeahead | |
-------------------------------------------------- */ | |
.input-group .rbt { | |
width:100%; | |
.rbt-input.form-control { | |
width: 100%; | |
@extend .border-primary; | |
// Fixes input-group not taking width |
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
/* | |
GENERATE AST | |
https://regexr.com/460ng | |
Valid input: | |
1 | |
12 | |
12 AND 22 | |
12 AND 22 OR 33 | |
12 AND (22 OR 33) | |
(1 AND 2) AND 3 |
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
@channel Toby and I just went through the requirements for the Demo for Wednesday, and to bring clarity I just wrote them down for everyone’s understanding: | |
By *tomorrow Tuesday 19th March evening*, we need to have finalised and deployed all changes needed to *www.yourbrandcontacts.com*: | |
- SC Product catalogue with dummy pricing (done by Levan) :white_check_mark: DONE | |
- Enrolment one-time-order (done by Alec and Albert) :white_check_mark: DONE (without the feature-toggle it can be deployed to yourbrand) | |
- YourBrand Emails working (done by Aslak) :white_check_mark: DONE | |
- Visual changes such as YourBrandLogo images, plus other potential issues (we need a deployment to full extent of this) :construction_worker: NEEDS WORK | |
- (TBD, if possible) Hooked up to ISMP4 device (we’re not certain we can deliver this by Wednesday, Josh coordinating with Toby) :construction_worker: NEEDS WORK | |
- (TBD, if possible) Connecting Sam’s club QA SAP to the www.yourbrandcontacts.com demo deployment for feeding product catalogue an |