Skip to content

Instantly share code, notes, and snippets.

View Salec's full-sized avatar

Fernando Martin Salec

  • Vancouver, Canada
View GitHub Profile
@Salec
Salec / no-data.svg
Created March 29, 2019 00:21
Test img
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Salec
Salec / PostmanValidator.js
Last active August 4, 2018 07:14
Postman example
//Example validator using postman valitor options and tv4 to check the schemas
/*Test number 1*/
pm.test("Status code is 200", function () {
pm.response.to.have.status(200);
});
//check http://json-schema.org/latest/json-schema-validation.html for reference
@Salec
Salec / template.po
Last active November 30, 2022 19:55
Minimal .po file with translations and plural rules
msgid ""
msgstr ""
"Language: es\n"
"Content-Type: text/plain; charset=UTF-8\n"
"plural-forms: nplurals=2; plural=(n != 1);\n"
msgid "About this page"
msgstr "Sobre esta página"