Skip to content

Instantly share code, notes, and snippets.

View goteguru's full-sized avatar

Gergely Mészáros, Ph.D. goteguru

  • UNI-Óbuda/YBL
View GitHub Profile
@goteguru
goteguru / python_bool_és_shortcut_operátorok.ipynb
Last active March 7, 2025 14:54
python_bool_és_shortcut_operátorok.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQENBF/hGi4BCADhpH7PSqxX704M7nk1ZMYg4lExAeHscMgPSPmYmsOK9REq7GNV
VvZ/mrXK8oR6uINQRr6Oxzge5Bao5zLwIV+oiFO6czfd0e/wXQHYaIPRc9jLv/dG
D4bBwc91bpxYQ7Kzs1v0BdXEOPpbrvQMTGd7HfrI7skZdJuxpv9o3EOnVI9FkoYN
8Ze9Su6EZ4nieD5GiHazRXJocRZWzHJ1jSToz9oGhzd5JqMOWQuI8N0x4RzWJLSh
uIBxNABkfwiiVfkSQnUcZsRu6bPDXzw4q8MMIgHH6+B140m61VI/ALxHdgpYwXOk
kQDy9zF9WX/rqGaPp+HoNNxtrxUvPirRrWxzABEBAAG0Jk3DqXN6w6Fyb3MgR2Vy
Z2VseSA8bW9ua0BnZW90cm9uaWMuaHU+iQFUBBMBCAA+FiEELAJEAMs1XhQUFMoG
xdNMYY/6vBoFAl/hGi4CGwMFCQPCZwAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AA
@goteguru
goteguru / self-signed-certificate-with-custom-ca.md
Created October 6, 2020 16:38 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096
postqueue -j | sed -rn 's/.*"queue_id": "([^"]*)".*"address": "([^"]*)".*/\1 \2/gp'
@goteguru
goteguru / keybase.md
Created November 10, 2017 17:17
Keybase proof

Keybase proof

I hereby claim:

  • I am goteguru on github.
  • I am goteguru (https://keybase.io/goteguru) on keybase.
  • I have a public key ASBukWg5JvfggfAT9YH32qU8nK8nresYlgv9iwRdI8DKBQo

To claim this, I am signing this object:

@goteguru
goteguru / Makefile
Last active August 29, 2015 14:20 — forked from lmullen/Makefile
SLIDES := $(patsubst %.md,%.md.slides.pdf,$(wildcard *.md))
HANDOUTS := $(patsubst %.md,%.md.handout.pdf,$(wildcard *.md))
all : $(SLIDES) $(HANDOUTS)
%.md.slides.pdf : %.md
pandoc $^ -t beamer --slide-level 2 -o $@
%.md.handout.pdf : %.md
pandoc $^ -t beamer --slide-level 2 -V handout -o $@
@goteguru
goteguru / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu-button/core-menu-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../speech-mic/speech-mic.html">
<link rel="import" href="../cool-clock/cool-clock.html">
{
"translatorID": "12345",
"label": "BibTeX CiteKey-only Exporter",
"creator": "Simon Kornblith and Richard Karnesky with tweaks by Tan",
"target": "bib",
"minVersion": "2.1.9",
"maxVersion": "",
"priority": 200,
"inRepository": false,
"translatorType": 3,