Skip to content

Instantly share code, notes, and snippets.

"""
The Premedicant Dose for animal type is the weight of animal multipled by drug dose rate, divided
by drugconcertration.
"""
from __future__ import division
drug_concentrations = {"meloxicam": 5.0, "amoxicillin clavulanic acid": 32.5, "ketamine": 100,
"enrofloxacin 2.5 percent solution": 25, "enrofloxacin 5.0 percent solution": 50}
@ninmonkey
ninmonkey / regular_expression_engine_comparison.md
Last active August 19, 2024 19:25 — forked from CMCDragonkai/regular_expression_engine_comparison.md
Forked CSS Test - Regular Expression Engine Comparison Chart

About

  • Style[s] don't affect github's render
  • it works on local markdown previews

Render from VS Code

render-of-gist