Skip to content
View Sharvin-M's full-sized avatar

Highlights

  • Pro

Block or report Sharvin-M

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sharvin-M/README.md

Hello World 🌎

What am I building?

AI B2B SAAS STARTUP, [insert buzzword here], That is also a paradigm-shifting next gen disruptor on the cutting edge of ai and cloud computing. Basically, we capture synergies between deep learning, quantum frameworks, and hyperpersonalized automation. It's all about providing holistic end-to-end solutions that optimize workflows and enhance decision-making possibilities. We prioritize frictionless integration and seamless connection across verticals. We leverage SaaS and machine learning to disrupt traditional markets. We're driving a holistic digital transformation at scale and doing things in a more modern way.

My Vim config

" keybindings
inoremap jk <Esc>
vnoremap ; :
nnoremap ; :
inoremap " ""<left>
inoremap ' ''<left>
inoremap ( ()<left>
inoremap [ []<left>
inoremap { {}<left>
inoremap {<CR> {<CR>}<ESC>O

filetype plugin indent on

set expandtab
set shiftwidth=4
set tabstop=4
set smarttab
syntax enable
set t_vb=
set tm=500
set showmatch
set wrap
set ai
set si
set encoding=utf8
set ffs=unix,dos,mac
filetype indent on
set number relativenumber

Pinned Loading

  1. python_cmr python_cmr Public

    Forked from nasa/python_cmr

    Python library for querying the common metadata repository.

    Python 1