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
| const umami = require('./umami.js'); | |
| const api = await umami({ | |
| url: 'https://app.umami.is', | |
| username: 'username', | |
| password: 'password', | |
| website: 1, // internal website-id | |
| }) | |
| const stats = await api.getStats() |
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
| [Unit] | |
| Description=Node.js App | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| ExecStart=/usr/local/node-v7.4.0/bin/node index.js | |
| WorkingDirectory=/home/yago/produccion/app | |
| Environment="HOST=127.0.0.1" | |
| Environment="PORT=1234" |
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":218279855,"sha":"8381c09e18d6a1736e6f802b02d9ee3f5d022808","ref":"master","status":"failed","created_at":"2020-11-19T05:40:36.802Z","updated_at":"2020-11-19T05:47:51.098Z","web_url":"https://gitlab.com/brokentusk/setu-lobby/cou-docker/-/pipelines/218279855"},{"id":218279845,"sha":"8381c09e18d6a1736e6f802b02d9ee3f5d022808","ref":"release","status":"success","created_at":"2020-11-19T05:40:32.733Z","updated_at":"2020-11-19T05:43:38.080Z","web_url":"https://gitlab.com/brokentusk/setu-lobby/cou-docker/-/pipelines/218279845"},{"id":214657552,"sha":"4410619cb43bbfce95ac5e08bd9048cafbc6a358","ref":"master","status":"success","created_at":"2020-11-11T10:35:16.746Z","updated_at":"2020-11-11T10:37:38.630Z","web_url":"https://gitlab.com/brokentusk/setu-lobby/cou-docker/-/pipelines/214657552"},{"id":214566615,"sha":"4410619cb43bbfce95ac5e08bd9048cafbc6a358","ref":"master","status":"success","created_at":"2020-11-11T06:35:10.708Z","updated_at":"2020-11-11T06:37:26.484Z","web_url":"https://gitlab.com/brokentusk/setu- |
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
| { | |
| "brand": "Kia", | |
| "model": "Borrego", | |
| "year": "2009", | |
| "fuelType": "regular unleaded", | |
| "engineHP": "276", | |
| "engineCylinders": "6", | |
| "gearBox": "AUTOMATIC", | |
| "vehicleSize": "Midsize", | |
| "vehicleType": "4dr SUV", |
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
| import React, { Component } from "react"; | |
| import axios from "axios"; | |
| import _ from "lodash"; | |
| import { StatusBar } from "@uppy/react"; | |
| import { DragDrop } from "@uppy/react"; | |
| import "@uppy/core/dist/style.css"; | |
| import "@uppy/drag-drop/dist/style.css"; | |
| import "@uppy/status-bar/dist/style.css"; | |
| const Uppy = require("@uppy/core"); |
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
| import React, { Component } from "react"; | |
| import axios from "axios"; | |
| import * as config from "../config.json"; | |
| import _ from "lodash"; | |
| import { StatusBar } from "@uppy/react"; | |
| import { DragDrop } from "@uppy/react"; | |
| import "@uppy/core/dist/style.css"; | |
| import "@uppy/drag-drop/dist/style.css"; | |
| import "@uppy/status-bar/dist/style.css"; | |
| import "./s3uploadComponent.css"; |
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
| import React, { Component } from "react"; | |
| import { convertToRaw, convertFromRaw } from "draft-js"; | |
| import { convertFromHTML, convertToHTML } from "draft-convert"; | |
| import { | |
| DraftailEditor, | |
| BLOCK_TYPE, | |
| INLINE_STYLE, | |
| ENTITY_TYPE | |
| } from "draftail"; | |
| import "draft-js/dist/Draft.css"; |
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
| [ | |
| { | |
| "FIELD1": 1, | |
| "FIELD2": "3MINDIA:EQ", | |
| "FIELD3": "1x", | |
| "FIELD4": "3x", | |
| "FIELD5": "Calculate" | |
| }, | |
| { | |
| "FIELD1": 2, |
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
| All candidates sourced today by everyone | |
| Count of candidatesources/_count | |
| { | |
| "query": { | |
| "range":{ | |
| "candidateCreationTime":{ | |
| "gte": "28/12/2018", | |
| "format": "dd/MM/yyyy" | |
| } |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <!-- Required meta tags --> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <!-- Bootstrap CSS --> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> |
NewerOlder