UPDATE (2021-03-31): I've posted an improved version of this guide with newer versions of the software.
I hate when my images turn out like this:
| import json | |
| import os | |
| import requests | |
| #fhir server endpoint | |
| URL = "http://localhost:8080/hapi-fhir-jpaserver/fhir/" | |
| #fhir server json header content | |
| headers = {"Content-Type": "application/fhir+json;charset=utf-8"} |
UPDATE (2021-03-31): I've posted an improved version of this guide with newer versions of the software.
I hate when my images turn out like this:
| # Corsair headsets will stuck the apps on your linux system. This is due to wrong usb-mapping. | |
| # thx to http://www.c0urier.net/2016/corsair-gaming-void-usb-rgb-linux-fun | |
| # 1. open terminal | |
| # 2. type this and search the line with your headset | |
| lsusb | |
| # Get the USB ID of the headset and add it to xorg.conf: |
| % MIPS Assembly language definition for the LaTeX `listings' package | |
| % | |
| % The list of instructions and directives are those understood by the | |
| % MARS MIPS Simulator [http://courses.missouristate.edu/KenVollmar/MARS/] | |
| % | |
| % Author: Eric Walkingshaw <[email protected]> | |
| % | |
| % This code is in the public domain. | |
| % | |
| % Here is an example style. I like it for slides, but you might want |