https://www.airmeet.com/e/dc16e5f0-12b9-11eb-9896-c7756a2be0e8
[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+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
600060005560668060106000396000f360e060020a6000350480633ccc052214601e5780636435c3e714604c57005b503354801519151558600d015750600058601301565b608060020a02608060020a90045b60005260206000f3005b506064608060020a026007173355600160005260206000f300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
600060005560618060106000396000f360e060020a600035048063c218703414603b5780634700d30514604e57005b60005480151558601001575060006000fd58600701565b545b9056005b5058600701601e565b60005260206000f3005b5058600701601e565b60005260206000f300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
600060005560648060106000396000f360e060020a6000350480638ada066e146028578063d09de08a1460365780632baeceb714604d57005b5060005460005260206000f3005b5060016000540160005560005460005260206000f3005b5060016000540360005560005460005260206000f300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdio> // for printf() | |
#include <unistd.h> // for sleep() | |
int number = 0; | |
void setNumber() { | |
printf("%d\n", number); | |
} | |
void loop() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
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:
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder