Skip to content

Instantly share code, notes, and snippets.

View pavelpetrcz's full-sized avatar

Pavel Petr pavelpetrcz

View GitHub Profile
@pavelpetrcz
pavelpetrcz / lokacePozemku.ipynb
Created March 2, 2021 21:44
lokacePozemku.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavelpetrcz
pavelpetrcz / singWithRsa.ipynb
Last active December 20, 2020 22:03
singWithRsa.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavelpetrcz
pavelpetrcz / qrCodeGenerator.bas
Last active May 11, 2020 14:06
Basic QR generator from qrplatba.cz
Sub URLPictureInsert()
'promenne
Dim Qr As Shape
Dim xRg As Range
Dim xCol As Long
Dim xRow As Long
On Error Resume Next
Application.ScreenUpdating = False
@pavelpetrcz
pavelpetrcz / start.bat
Created May 4, 2020 15:11
˛bat file to start more than one app on Win10
@echo off
cd "C:\Program Files (x86)\Microsoft Office\root\Office16"
start OUTLOOK.EXE
cd "C:\Program Files (x86)\Microsoft Office\root\Office16"
start lync.exe
cd "C:\Users\pavel\AppData\Local\OutlookGoogleCalendarSync"
start OutlookGoogleCalendarSync.exe