Staff Machine Learning Engineer/MLOps Engineer at ALDI SÜD
-
@ALDI-SOUTH-IT
- Mülhein an der Rhur, Germany
Pinned Loading
-
PythonDataScienceHandbook
PythonDataScienceHandbook PublicForked from jakevdp/PythonDataScienceHandbook
Jupyter Notebooks for the Python Data Science Handbook
-
My neovim init.vim file.
My neovim init.vim file. 1call plug#begin()
2Plug 'Xuyuanp/nerdtree-git-plugin'
3Plug 'tpope/vim-surround'
4Plug 'tpope/vim-commentary'
5Plug 'tpope/vim-fugitive'
-
my .config/termite/conf
my .config/termite/conf 1[options]
2#allow_bold = true
3#audible_bell = false
4#bold_is_bright = true
5#clickable_url = true
-
A first version of a clojure script ...
A first version of a clojure script to calculate baskara. 1(defn delta [a b c] (- (Math/pow b 2) (* 4 a c ) ) )
2(defn r1 [a b c] (/ (+ (* b -1) (Math/sqrt (delta a b c))) (* 2 a)))
3(defn r2 [a b c] (/ (- (* b -1) (Math/sqrt (delta a b c))) (* 2 a)))
4(defn baskara [a b c]
5(if (> (delta a b c) 0)
-
clear-lambda-storage
clear-lambda-storage PublicForked from epsagon/clear-lambda-storage
Removes old versions of Lambda functions
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.