Skip to content

Instantly share code, notes, and snippets.

View pankgeorg's full-sized avatar
🙋
let's do this

Παναγιώτης Γεωργακόπουλος pankgeorg

🙋
let's do this
View GitHub Profile
### A Pluto.jl notebook ###
# v0.18.0
using Markdown
using InteractiveUtils
# ╔═╡ c1d90180-8a47-11ec-2229-a74cca7d8eb2
import Pkg; Pkg.activate()
# ╔═╡ 6bbe1c41-8150-4b35-8891-154ac4bce694
### A Pluto.jl notebook ###
# v0.16.1
using Markdown
using InteractiveUtils
# ╔═╡ 0a227e14-2a08-11ec-19e3-63e2b9f982d8
αρχικό = 100
# ╔═╡ d5540579-07c5-4a8e-9a9a-672b4fb72793
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<title>⚡ Pluto.jl ⚡</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.12.18/frontend/editor.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.12.18/frontend/treeview.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.12.18/frontend/hide-ui.css" type="text/css" />
Created At Average of Temperature Average of Pressure Average of Wind Count Sum of Water Count Median Gas Resistance
2020-10-20 17.013083333333324 999.0778166666677 80.5583333333333333 0 24327.0
2020-10-20T01:00:00 17.050916666666634 999.0659166666682 73.2750000000000000 0 25592.0
2020-10-20T02:00:00 17.04249999999998 999.0535166666668 68.1416666666666667 0 26345.0
2020-10-20T03:00:00 16.931916666666694 999.0338666666673 80.6333333333333333 0 26060.0
2020-10-20T04:00:00 16.844916666666624 999.0158750000005 69.0000000000000000 0 25224.0
2020-10-20T05:00:00 16.511750000000013 999.007466666666 45.0666666666666667 0 19360.0
2020-10-20T06:00:00 16.557749999999988 999.0208416666654 58.2916666666666667 0 18789.5
2020-10-20T07:00:00 16.615166666666628 998.5192833333329 103.0166666666666667 0 26060.0
2020-10-20T08:00:00 17.594666666666665 999.0289333333325 80.1750000000000000 0 24859.0
### A Pluto.jl notebook ###
# v0.12.16
using Markdown
using InteractiveUtils
# ╔═╡ 7f3cb324-3c05-11eb-156b-f7cbe42681c5
begin
import DarkMode
DarkMode.Ligatures(true)
@pankgeorg
pankgeorg / population.py
Last active May 14, 2020 20:12
zn+1 = zn*r*(1-zn)
%matplotlib inline
import matplotlib
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.cm as cm
import matplotlib
L = 5000
N = 70
@pankgeorg
pankgeorg / cube.py
Created April 8, 2018 14:59
Codejam 2018 Qualification Round Problem 4a
""" We needed to dust the math textbooks! """
from math import sin
from math import cos
from math import sqrt
from math import pi
from math import atan
def reader():
"""Read the input (desired cube area)"""
N = int(input())
@pankgeorg
pankgeorg / trouble_sort.py
Created April 8, 2018 14:52
Solution to #Codejam Qualification Round 2, Problem 2a
def reader():
""" Read input """
N = int(input())
tcs = []
for i in range(N):
input()
lst = [int(x) for x in input().split()]
tcs.append(lst)
return tcs
@pankgeorg
pankgeorg / universe.py
Last active April 8, 2018 15:02
Codejam 2018 Qualification Round Problem 1a,b
def reader():
""" read the input from stdin """
N = int(input())
tcs = []
for i in range(N):
(l, instructions) = input().split(" ")
tcs.append((int(l), instructions))
return tcs
def damage(instructions):
Verifying that +pankgeorg is my openname (Bitcoin username). https://onename.com/pankgeorg