wget https://storage.googleapis.com/golang/go1.7.linux-armv6l.tar.gz
tar -C /usr/local -xzf go1.7.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin
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://web.microsoftstream.com/video/c07b328e-0cde-4c1d-b5c0-ae443d8f2d5b | |
https://web.microsoftstream.com/video/fa1d74bc-df14-499f-ba17-fa39e7556ad2 | |
https://web.microsoftstream.com/video/0c018c2d-28cc-400e-8c09-5a1fc2685137 | |
https://web.microsoftstream.com/video/3fe6a24c-912a-4548-9a90-456e3e6f7de9 | |
https://web.microsoftstream.com/video/04311f1e-c350-493a-abe9-2131fdcd7223 | |
https://web.microsoftstream.com/video/eda6b9a4-3063-4943-8199-cf91d0666115 | |
https://web.microsoftstream.com/video/94802c12-2c70-44c2-ba71-200df52a5c55 | |
https://web.microsoftstream.com/video/0be1817f-377f-463c-ba90-e8fced2b4b04 | |
https://web.microsoftstream.com/video/911f4756-50e1-4142-9471-2a800594440f | |
https://web.microsoftstream.com/video/379b8d53-c1c8-4a68-9c0b-4d0268d3944f |
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
echo "Connecting to 192.168.1.100" | |
$Server="192.168.1.100" | |
$User="Administrator" | |
$Password="AdminPassword" | |
cmdkey /generic:TERMSRV/$Server /user:$User /pass:$Password | |
mstsc /v:$Server |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
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
General Interference with Organizations and | |
" | |
Production | |
(a) Organizations and Conferences | |
(1) Insist on doing everything through | |
"channels." Never permit short-cuts to be taken | |
in order to expedite decisions. | |
(~) ,Make "speeches," Talk as frequently as | |
possible and at great length., Illustrate your. | |
"points.. by long anecdotes and accounts of personal |
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.dropbox.com/sc/mhvnb7cejydbhrv/AAAhol0ZSJDxrviSw-erXSQma |
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 random | |
a = int(input('введите нижнюю границу диапазона ')) | |
b = int(input('введите верхнюю границу диапазона ')) | |
if a > b: | |
a, b = b, a | |
reihe = range(a, b) | |
#print(list(range(a,b))) |
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 os | |
import sys | |
import collections | |
import boto | |
from boto.s3.key import Key | |
from flask import Flask, render_template, url_for, abort, request | |
from flask.ext.frozen import Freezer |
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
{ | |
"metadata": { | |
"name": "\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0435\u0434\u0435\u043b\u0438 13.VII-VIII.29-04" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
NewerOlder