Skip to content

Instantly share code, notes, and snippets.

View theikkila's full-sized avatar

Teemu Heikkilä theikkila

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>state-management-by-perkele</title>
</head>
<body>
<button id="click">c++</button>
<div id="state">
pub fn split_to_set(raw: String) -> HashSet<String> {
raw
.split(",")
.map(|member| member.trim().to_string())
.collect()
}
@theikkila
theikkila / filelist.txt
Created February 8, 2019 08:05
Kubernetes meetup raw video urls
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH011272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH021272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH031272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH041272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH051272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH061272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH071272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH081272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH091272.MP4
https://f001.backblazeb2.com/file/theikkila-tmp/kube_jan19/GH101272.MP4
from keras.layers import Input, Conv2D, Lambda, merge, Dense, Flatten, MaxPooling2D
from keras.models import Model, Sequential
from keras.regularizers import l2
from keras import backend as K
from keras.optimizers import SGD, Adam
from keras.losses import binary_crossentropy
import numpy.random as rng
import numpy as np
import os
import matplotlib.pyplot as plt
[{
"event": "account.updated",
"description": "Occurs whenever an account status or property has changed.",
"object_description": "describes an account",
"objects": ["#account_object"]
}, {
"event": "account.application.authorized",
"description": "Occurs whenever a user authorizes an application. Sent to the related application only.Show child attributes",
"object_description": "describes an \"application\"",
"objects": []
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.