Skip to content

Instantly share code, notes, and snippets.

View artob's full-sized avatar
⌨️
Coding

Arto Bendiken artob

⌨️
Coding
View GitHub Profile
@artob
artob / links.md
Last active November 12, 2020 07:00
Links for my 2020-11-11 presentation
@artob
artob / xref.md
Created November 6, 2020 15:51
Solidity Hard-Fork Cross Reference
[Solidity] [Default Target] [OpenEthereum]
0.7.4 Istanbul 2.6.6+
0.7.3 Istanbul 2.6.6+
0.7.2 Istanbul 2.6.6+
0.7.1 Istanbul 2.6.6+
0.7.0 Istanbul 2.6.6+
0.6.12 Istanbul 2.6.6+
0.6.11 Istanbul 2.6.6+
0.6.10 Istanbul 2.6.6+
@artob
artob / kv-store.bin
Created October 27, 2020 16:53
clarc kv-store.clar -t bytecode
600060005560668060106000396000f360e060020a6000350480633ccc052214601e5780636435c3e714604c57005b503354801519151558600d015750600058601301565b608060020a02608060020a90045b60005260206000f3005b506064608060020a026007173355600160005260206000f300
@artob
artob / panic.bin
Created October 27, 2020 16:53
clarc panic.clar -t bytecode
600060005560618060106000396000f360e060020a600035048063c218703414603b5780634700d30514604e57005b60005480151558601001575060006000fd58600701565b545b9056005b5058600701601e565b60005260206000f3005b5058600701601e565b60005260206000f300
@artob
artob / counter.bin
Created October 27, 2020 16:52
clarc counter.clar -t bytecode
600060005560648060106000396000f360e060020a6000350480638ada066e146028578063d09de08a1460365780632baeceb714604d57005b5060005460005260206000f3005b5060016000540160005560005460005260206000f3005b5060016000540360005560005460005260206000f300
#include <cstdio> // for printf()
#include <unistd.h> // for sleep()
int number = 0;
void setNumber() {
printf("%d\n", number);
}
void loop() {
@artob
artob / exp10.cpp
Last active February 20, 2020 13:38
int pins[] = {11, 10, 9, 8, 7, 6, 5, 4};
void setup() {
for (int i = 0; i < 7; i++) {
pinMode(pins[i], OUTPUT);
}
}
int number = 0;
@artob
artob / keybase.md
Created October 31, 2018 22:00
keybase.md

Keybase proof

I hereby claim:

  • I am artob on github.
  • I am arto (https://keybase.io/arto) on keybase.
  • I have a public key ASDW_JOyPv-7KuEMEibpz6oMFx_qmlyEZBDkVyjCBJK-3Ao

To claim this, I am signing this object:

@artob
artob / keybase.md
Created November 22, 2017 08:08
Keybase proof

Keybase proof

I hereby claim:

  • I am bendiken on github.
  • I am arto (https://keybase.io/arto) on keybase.
  • I have a public key ASDW_JOyPv-7KuEMEibpz6oMFx_qmlyEZBDkVyjCBJK-3Ao

To claim this, I am signing this object:

@artob
artob / inria-41005S02-toc.txt
Created February 8, 2016 15:58
INRIA Mobile Robots and Autonomous Vehicles MOOC
Mobile Robots and Autonomous Vehicles
by INRIA, via the FUN MOOC platform
https://www.france-universite-numerique-mooc.fr/courses/inria/41005S02/session02/about
Introduction
Course presentation
Guide: Learning Platform
Guide: Discussion Forums