|
|\_ app
|...
|\_ docker
| |
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
$ git clone [email protected]:xxxxx/xxxx.git my-awesome-proj | |
Cloning into 'my-awesome-proj'... | |
ssh: connect to host github.com port 22: Connection timed out | |
fatal: Could not read from remote repository. | |
$ # This should also timeout | |
$ ssh -T [email protected] | |
ssh: connect to host github.com port 22: Connection timed out | |
$ # but this might work |
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
{ | |
"Ansi 5 Color" : { | |
"Green Component" : 0, | |
"Blue Component" : 0.73333334922790527, | |
"Red Component" : 0.73333334922790527 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |
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 mySingleton = (function() { | |
//Singleton constructor is private | |
function Singleton() { | |
var privateVar1 = "I'm a private var"; | |
this.publicVar1 = "I'm a public var"; | |
this.publicMethod1 = function() { | |
console.log("Private var: " + privateVar1 + " public var: " + this.publicVar1); | |
} | |
} |
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
Ocupo: | |
Del verbo pronominal ocupar, | |
emplearse en una actividad, | |
preocuparse por una persona prest谩ndole atenci贸n, | |
poner la consideraci贸n en un asunto o negocio o asumir la responsabilidad de un asunto. | |
De donde chingadas madres sacaste que 'ocupo' significa lo mismo que busco o necesito? |
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
El endpoint a donde debe de pegar tu petici贸n es a este: 'POST /v1/orders/{id}/fulfillments' | |
Suponiendo que tu tienda se llame store1.kometia.test | |
Donde 'ord_cjf09ebeo0000hxl3s20c300v' es el n煤mero de la orden. | |
Debera de quedar as铆 https://store1.kometia.test/api/v1/orders/ord_cjf09ebeo0000hxl3s20c300v/fulfillments | |
No olvides usar tu llave privada. | |
Ejemplos en postman: | |
curl -X POST \ |
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
{ | |
"id" : null, | |
"permalink" : "VESTIDO-MINI-CON-ONDAS", | |
"name" : "VESTIDO MINI CON ONDAS", | |
"excerpt" : null, | |
"description" : "<div>- Composici贸n: forro1:, 100% viscosa, forro2:, 95% acetato 5% elastano, prenda, 97% algodon, 3% elastano\r\n- Cuidados lavado en seco especializado</div><div>- * En un bello verde de menta, este vestido mini texturizado abraza la tendencia de SS17 de unas ondas de los dos lados del dobladillo que cruzan por el frente. Simplemente a帽ade accesorios met谩licos delicados para crear un impresionante look de noche de primavera o verano.</div>", | |
"modifiers" : [ "Color", "Talla" ], | |
"meta_title" : "VESTIDO MINI CON ONDAS", | |
"meta_description" : "VESTIDO MINI CON ONDAS", | |
"tags" : [ "ROPA", "VESTIDOS", "VERDE", "8", "12", "16", "4001-5000" ], |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.0</real> |
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
body{ | |
margin: 0 auto; | |
font-family: Georgia, Palatino, serif; | |
color: #444444; | |
line-height: 1; | |
max-width: 960px; | |
padding: 30px; | |
} | |
h1, h2, h3, h4 { | |
color: #111111; |
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
<<APP>> change this variables |