Skip to content

Instantly share code, notes, and snippets.

View umitkacar's full-sized avatar

Umit Kacar, PhD umitkacar

View GitHub Profile
@umitkacar
umitkacar / tmux
Last active September 13, 2023 08:48
Tmux Command
tmux
tmux ls
tmux attach -d -t 0
from redlines import Redlines
diff = Redlines(text,response)
display(Markdown(diff.output_markdown))
@Chris-hughes10
Chris-hughes10 / timm.ipynb
Last active June 22, 2024 02:22
timm.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PolarNick239
PolarNick239 / rgb_to_hsv_np.py
Last active January 14, 2023 10:48
numpy RGB to HSV
#
# Copyright (c) 2016, Nikolay Polyarnyi
# All rights reserved.
#
import numpy as np
def rgb_to_hsv(rgb):
"""