Skip to content

Instantly share code, notes, and snippets.

View zr40's full-sized avatar

Matthijs van der Vleuten zr40

View GitHub Profile
anonymous
anonymous / getECUData.py
Created January 14, 2017 07:23
Sample python3 script to scrape real-time data from an APS Systems ECU
#
# Sample python3 script to scrape real-time data from an APS Systems ECU, software version 3.10.10
# The '###' comments are instructions for setting this up to work on your system
#
### needs the bs4 libary, so "$ pip install bs4"
from bs4 import BeautifulSoup
import urllib.request
@plentz
plentz / nginx.conf
Last active June 21, 2024 14:21
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048