funciton: spend_to_many
param: {[ak_2jr2r2YJWGTxBM1RBWt8pVF3zR75wnbDPnUokBEJMXr6edRCK9]= 10000000,[ak_2wSUjR2aAX4prodz33QukD1DQk5CpzCTuqb6iXmUs6WSnKkby8]= 10000000}
node_version: "2.0.0",
return:
#!/home/andrea/.local/share/miniconda3/bin/python | |
# Installation | |
# | |
# python dependencies | |
# pip3 install jira questionary | |
# | |
# create the env var to connect to jira | |
# export [email protected] | |
# export JIRA_TOKEN=*** |
{ | |
"backgroundColor": "#4d1ccb", | |
"backgroundImageUrl": "https://image.freepik.com/free-vector/abstract-jungle-print-with-silhouettes-paradise-island-foliage-flat-seamless-floral-green-pattern-inspired-by-tropical-nature-plants-with-shape-palm-leaves-summer-background_119217-1463.jpg", | |
"logoClickUrl": "https://apeunit.com", | |
"logoImageUrl": "https://pbs.twimg.com/profile_images/1019575819906240513/GySIrUqp_400x400.jpg" | |
} |
<!DOCTYPE html> | |
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" | |
xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<title> Welcome from UTU!</title> | |
<!--[if !mso]><!-- --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<!--<![endif]--> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tailwindcss/ui@latest/dist/tailwind-ui.min.css"> | |
</head> | |
<body> |
AU_HACKMD_CODE = bfScafhcTdGzzhJ4B3evlQ | |
AU_OUTFILE = $(HOME)/$(AU_HACKMD_CODE).MD.$(shell date +%F).pdf | |
AU_FORMAT = article | |
hackmd2pdf: | |
@echo format doc | |
curl -s -L "https://hackmd.io/$(AU_HACKMD_CODE)/download" \ | |
-o /tmp/$(AU_HACKMD_CODE).md | |
pandoc /tmp/$(AU_HACKMD_CODE).md -o $(AU_OUTFILE) \ | |
--table-of-contents \ |
/* eslint-disable no-unused-vars, no-var */ | |
var config = { | |
// Connection | |
// | |
hosts: { | |
// XMPP domain. | |
domain: 'apeunit.test', |
#!/bin/sh | |
service jicofo restart | |
service jitsi-videobridge restart | |
service prosody restart |
funciton: spend_to_many
param: {[ak_2jr2r2YJWGTxBM1RBWt8pVF3zR75wnbDPnUokBEJMXr6edRCK9]= 10000000,[ak_2wSUjR2aAX4prodz33QukD1DQk5CpzCTuqb6iXmUs6WSnKkby8]= 10000000}
node_version: "2.0.0",
return:
{ | |
"msg": "expired" | |
} |
{ | |
"msg": "exhausted" | |
} |