Skip to content

Instantly share code, notes, and snippets.

View 7tg's full-sized avatar
🪲
Debugging

Barbaros G. 7tg

🪲
Debugging
View GitHub Profile
alert("I'm working");
@7tg
7tg / install.sh
Created January 4, 2021 07:09 — forked from kaitwalla/install.sh
PopOS enhanced session install.sh
#!/bin/bash
#
# This script is for Ubuntu 20.04 Focal Fossa to download and install XRDP+XORGXRDP via
# source.
#
# Major thanks to: http://c-nergy.be/blog/?p=11336 for the tips.
#
###############################################################################
from statistics import mean
import numpy as np
import matplotlib.pyplot as plt
from matplotlib import style
style.use('fivethirtyeight')
xs = np.array([1, 2, 3, 4, 5, 6], dtype=np.float64)
ys = np.array([5, 4, 6, 5, 6, 7], dtype=np.float64)