I hereby claim:
- I am luizbafilho on github.
- I am luizbafilho (https://keybase.io/luizbafilho) on keybase.
- I have a public key whose fingerprint is C981 304D 8AEF 5CF1 93BD AA02 8E3C B2E4 7A69 332C
To claim this, I am signing this object:
blueprint: | |
name: Paralelo Virtual | |
description: Acenda/Apaga todos os switchs/lights do grupo simultaneamente | |
domain: automation | |
input: | |
entrada_switchs: | |
name: Escolha os pontos de Iluminação | |
selector: | |
entity: | |
domain: |
// ==UserScript== | |
// @name Imersion Timer | |
// @namespace https://gist.github.com/luizbafilho | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author luizbafilho | |
// @match https://jpdb.io/review* | |
// @match https://bunpro.jp/* | |
// @match https://zoro.to/* | |
// @match https://htpc.luizbafilho.dev/* |
[ | |
"だ", | |
"です", | |
"は", | |
"も", | |
"これ", | |
"それ", | |
"あれ", | |
"の", | |
"いい", |
// ==UserScript== | |
// @name JPDB grammar tagger | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://jpdb.io/review* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @grant none | |
// ==/UserScript== |
あげる | |
間・あいだ(に) | |
あまり | |
ある | |
あとで | |
ば | |
ばかり | |
ばよかった | |
だい | |
だけ |
# deps: requests furl beautifulsoup4 flask | |
import requests | |
from bs4 import BeautifulSoup as Soup | |
import http | |
import pathlib | |
import furl | |
import urllib | |
import re | |
import csv |
I hereby claim:
To claim this, I am signing this object:
In order to get a general idea of how k6 is performing, and to see if there are any low-hanging fruit in terms of optimizations we could do, I did a series of tests running k6 against a local server, testing different changes to the k6 code base.
macOS High Sierra 10.13.13
MacBook Pro(Retina, 15-inch, Mid 2014)
Processor: 2,2Ghz Intel Core i7
Memory: 16GB 1600MHz DDR3
Verifying my Blockstack ID is secured with the address 1BHqsLSKBMzbkndfHdWuydkVPUtJLvt2pF https://explorer.blockstack.org/address/1BHqsLSKBMzbkndfHdWuydkVPUtJLvt2pF |
-- add users: | |
-- $ htpasswd -s -c /etc/nginx-rtmp/.htpasswd streamname | |
-- stream: | |
-- $ ffmpeg -i foo.mp4 -c copy -f flv rtmp://abc.de/streamname?auth=password | |
local users = {} | |
for line in io.lines("/etc/nginx-rtmp/.htpasswd") do | |
local user, pass = line:match("([^:]+):{SHA}([^\n]+)") | |
users[user] = pass | |
end |