Skip to content

Instantly share code, notes, and snippets.

@osmanatam
osmanatam / install_docker_in_ubuntu_21-10.sh
Created November 29, 2021 16:28 — forked from pablodz/install_docker_in_ubuntu_21-10.sh
Install Docker in Ubuntu 21.10, Install Dockercompose on Ubuntu 21.10
# [🟨OPTIONAL] Uninstall old docker versions
sudo apt-get remove docker docker-engine docker.io containerd runc
# Refresh latest version
sudo apt-get update
# Install pre-req
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg \
@osmanatam
osmanatam / useful_packages.md
Created May 26, 2020 18:45 — forked from kaanberke/useful_packages.md
Useful Python Packages
@osmanatam
osmanatam / useful_packages.md
Created May 26, 2020 18:45 — forked from kaanberke/useful_packages.md
Useful Python Packages
@osmanatam
osmanatam / watson-ai-technology-series.md
Created April 24, 2020 18:01 — forked from upkarlidder/deep-learning-series.md
Online Meetup: Deep Learning Master Class Series
@osmanatam
osmanatam / regression.ipynb
Created April 16, 2020 16:34 — forked from osde8info/regression.ipynb
ML REGRESSION
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

React && Firebase Workshop

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app
@osmanatam
osmanatam / python_install_for_winpython.bat
Created March 24, 2020 08:57 — forked from caglartoklu/python_install_for_winpython.bat
A .bat file to install Python packages I mostly use for WinPython.
REM Tested with WinPython:
REM https://winpython.github.io/
REM Winpython32-3.7.4.1.exe
REM
REM packages already installed in WinPython:
REM pip3 install pylint
REM pip3 install pep8
REM pip3 install autopep8
REM pip3 install pycodestyle
REM pip3 install pyinstaller