Skip to content

Instantly share code, notes, and snippets.

View kmeyerhofer's full-sized avatar

Kurt Meyerhofer kmeyerhofer

  • USA
View GitHub Profile
@kmeyerhofer
kmeyerhofer / udp_limiter.sh
Last active September 23, 2022 16:44 — forked from arthurbeggs/udp_limiter.sh
Limit UDP bandwidth
#!/bin/bash
#########################################################################################
### UDP Upload Bandwidth Throttler ###
#########################################################################################
# #
# Based upon #
# http://www.mzpeter.co.uk/limit-bandwidth-udp.html #
# and #
# https://www.cyberciti.biz/faq/linux-traffic-shaping-using-tc-to-control-http-traffic/ #
@kmeyerhofer
kmeyerhofer / rails http status codes
Created June 17, 2022 20:03 — forked from mlanett/rails http status codes
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing