Skip to content

Instantly share code, notes, and snippets.

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
@skimua
skimua / connect.ps1
Created February 5, 2018 09:25 — forked from jdforsythe/connect.ps1
Remote Desktop Auto Login Powershell Script
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
@skimua
skimua / golang_on_rpi.md
Created February 6, 2017 18:48 — forked from konradko/golang_on_rpi.md
Install Golang 1.7 on Raspberry Pi
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
@skimua
skimua / tmux-cheatsheet.markdown
Created December 15, 2016 08:13 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@skimua
skimua / introrx.md
Created December 10, 2016 20:43 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
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
@skimua
skimua / links
Created June 27, 2015 06:17
32 photos
import random
a = int(input('введите нижнюю границу диапазона '))
b = int(input('введите верхнюю границу диапазона '))
if a > b:
a, b = b, a
reihe = range(a, b)
#print(list(range(a,b)))
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
@skimua
skimua / Ссылки недели 13.VII-VIII.29-04
Created August 7, 2013 22:37
Ссылки недели 13.VII-VIII.29-04
{
"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": [
{