Skip to content

Instantly share code, notes, and snippets.

from locust import HttpLocust, TaskSet, task, runners
from locust.clients import HttpSession
from locust.log import console_logger
from requests import ReadTimeout, ConnectTimeout
from json.decoder import JSONDecodeError
class CMCUser(HttpSession):
def login(self):
@notuxius
notuxius / PKGBUILD
Last active May 2, 2017 04:20
PKGBUILD for lightscreen AUR package - needs testing - https://aur.archlinux.org/packages/lightscreen/
# Maintainer: Chris <christopher.r.mullins g-mail>
pkgname=lightscreen
pkgver=2.4
pkgrel=6
pkgdesc='Simple tool to automate the tedious process of saving and cataloging screenshots'
arch=('i686' 'x86_64')
url='http://lightscreen.com.ar/'
depends=('qt5-base'
'qt5-declarative'