This file contains hidden or 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
import asyncio | |
import time | |
from urllib.request import urlopen | |
@asyncio.coroutine | |
def count_to_10(): | |
for i in range(11): | |
print("Counter: {}".format(i)) | |
yield from asyncio.sleep(.5) |
This file contains hidden or 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
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Title</title> | |
<script> | |
(function () { | |
/** | |
* THIS OBJECT WILL ONLY WORK IF your target is positioned relative or absolute, |
This file contains hidden or 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
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Title</title> | |
<script> | |
(function () { | |
/** | |
* THIS OBJECT WILL ONLY WORK IF your target is positioned relative or absolute, |
This file contains hidden or 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
npm install -g windows-build-tools |
This file contains hidden or 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
https://www.netblocks.eu | |
http://sandboxelectronics.com | |
http://www.kaayee.com/ | |
http://www.ifroglab.com | |
http://www.lilygo.cn | |
http://www.rakwireless.com/en/ | |
https://www.futurashop.it | |
https://bsfrance.fr | |
http://www.dorji.com/ | |
https://www.digitalsmarties.net/ (jeelab shop) |
This file contains hidden or 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
- create an ubuntu docker container with kitematic | |
- load ssh-server with apt-get | |
- edit /etc/ssh/ssh_config and undash PasswordAuthentication yes | |
- restart ssh (su + service ssh restart) | |
- add a new user in the admin | |
example: adduser gbrault | |
then usermod -aG sudo gbrault | |
- add an host port 2222 to container 22 in kitematic | |
open localhost:2222 with winscp or putty |
This file contains hidden or 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
https://github.com/netbeast/docs/wiki/Cross-Compile-Nodejs-for-OpenWrt |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<body> | |
<canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;"> | |
Your browser does not support the HTML5 canvas tag.</canvas> | |
<script> | |
var c = document.getElementById("myCanvas"); |
This file contains hidden or 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
{ | |
"title":"Top Players (>={{ratio_thresold}}%MS) ranking for Automation Markets {{size}} $Bn", | |
"size":104991.775070619, | |
"currency":"$", | |
"display":"Bn", | |
"internal":"Kn", | |
"ratio_threshold":3, | |
"rows":[ | |
{"title":"01- DCS", | |
"size":13521.0076579863, |
This file contains hidden or 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
var nodes = new vis.DataSet([ | |
{id: 2696, label: "2696", hidden: false}, | |
{id: 1205, label: "1205", hidden: false}, | |
{id: 2697, label: "2697", hidden: false}, | |
{id: 2021, label: "2021", hidden: true}, | |
{id: 2047, label: "2047", hidden: true} | |
]); | |
var edges = new vis.DataSet([ | |
{id: 'e1', from: 2696, to: 2697, hidden: false}, |
NewerOlder