Skip to content

Instantly share code, notes, and snippets.

View ixtiyoruz's full-sized avatar
:electron:
how youre doing ?

ixtiyoruz

:electron:
how youre doing ?
View GitHub Profile
@ixtiyoruz
ixtiyoruz / commands
Created August 17, 2021 00:24
useful commands linux
to replace the word with another word in given files.
'replace "bottle" "box" -- ./images/*.xml'
multithreading vs multiprocessing
@ixtiyoruz
ixtiyoruz / jupyter_magics
Created March 5, 2022 01:24
magics inside jupyter
'
@interact(n=(0, len(faces)-1))
'