Skip to content

Instantly share code, notes, and snippets.

View Signynt's full-sized avatar

Vincenzo Mitchell Barroso Signynt

  • Cologne, Germany
View GitHub Profile
@Signynt
Signynt / primary-cards.css
Last active December 26, 2024 00:59
Minimal Cards snippet with tweaks for Primary theme
/* Cards snippet for Obsidian
author: @kepano
Support my work:
https://github.com/sponsors/kepano
modified by @signynt for the Primary theme */
:root {
--cards-min-width:180px;
--cards-max-width:1fr;
--cards-mobile-width:120px;
@Signynt
Signynt / Example Lecture Note.md
Last active April 23, 2022 10:55
Notes for Hub with Dataview queries
title allDay startTime endTime date
Pathologie Vorlesung
false
29700
35100
2022-04-05

[!info]+

  • type:: Vorlesung
import numpy as np
import cv2
from skimage import color
import os
from os import listdir
from skimage import img_as_float
from skimage import exposure
import scipy.ndimage
import re