Skip to content

Instantly share code, notes, and snippets.

View axiomista's full-sized avatar
🍒
weekend nerditry

Vanessa Nicole Naff axiomista

🍒
weekend nerditry
View GitHub Profile
@katekourbatova
katekourbatova / map-accessibility-a11yCampSea.md
Last active May 21, 2019 17:31
Notes from the map accessibility discussion at Accessibility Camp Seattle 2019

Map Accessibility

Discussion notes from Accessibility Camp Seattle 2019


Generalized use cases

We came up with a general list of different use cases that maps address.

  • where am I?
  • where am I in relation to something?
  • how do I get there? (for example Google Maps navigation)
@jagrosh
jagrosh / Growing A Discord Server.md
Last active February 17, 2024 04:29
Tips for creating and growing a new Discord server

This guide is kept up-to-date as Discord and available resources change!
A basic server template is available here

Creating and Growing a Discord Server

logo

Introduction

Hello! I'm jagrosh#4824! I'm writing this guide to try to help new server owners set up and grow their servers, which is a commonly-requested topic. It's very easy to go about this the wrong way, so it's best to be prepared and make smart decisions so that your community can flourish!

Background

from locust.stats import RequestStats
from locust import Locust, TaskSet, task, events
import os
import sys, getopt, argparse
from random import randint,random
import json
from locust.events import EventHook
import requests
import re
import grpc