Company . CS شرح Description مخفف Abbreviation Company درآمد مکرر ماهانه: درآمد مکرر ماهانه (MRR) مقدار درآمد اشتراکی است که یک شرکت می تواند انتظار داشته باشد به صورت ماهانه دریافت کند. محاسبه MRR به معنای جمع ارزش اشتراک ماهانه همه مشتریان در یک ماه معین است. Monthly Recurring Revenue: Monthly Recurring Revenue (MRR) is… Continue reading اصطلاحات B2B و تعاریف آنها
Category: Data Science
B2B Marketing KPIs abbreviations and descriptions
Abbreviation Description Company . CS MRR Monthly Recurring Revenue: Monthly Recurring Revenue (MRR) is the amount of subscription revenue that a company can expect to receive on a monthly basis. To calculate MRR is to sum the monthly subscription value of all customers in a given month. Company ARR Annual Recurring Revenue: It is defined… Continue reading B2B Marketing KPIs abbreviations and descriptions
Install a jupyter hub with a terminal access to Linux Ubuntu 20.04 with docker
here open a terminal docker ps -a docker pull jupyterhub/jupyterhub docker run -it -p 8000:8000 –name jhubcontainer [jupyterhub/juoyterhub or the ID here] bash apt update apt-get update apt-get install -y git apt-get install npm nodejs python3 python3-pip git nano python3 -m pip install jupyterhub notebook jupyterlab npm install -g configurable-http-proxy apt-get update apt-get install zsh… Continue reading Install a jupyter hub with a terminal access to Linux Ubuntu 20.04 with docker
Understand the difference between sql statements
UNION ALL and UNION LIKE and ILIKE NOT and ! and <> DATE_PART() and DATE_TRUNC() UNION ALL and UNION UNIONThe UNION command is used to select related information from two tables, much like the JOIN command. However, when using the UNION command all selected columns need to be of the same data type. With UNION, only distinct values are selected. UNION ALLThe UNION ALL command is equal to the UNION command, except that UNION ALL selects all values. The difference… Continue reading Understand the difference between sql statements
Automate Teams with your first Python Alerting Bot
In many companies, Microsoft Teams is at the heart of corporate communications. You can talk with colleagues, plan and assist meetings, create Teams to share information and files within a project. As claimed, it is the hub of Microsoft collaboration. Today, let’s see how to empower Teams with automation and use it for sending personal or professional notifications.… Continue reading Automate Teams with your first Python Alerting Bot
how set jupyter lab running in the background of remote server
jupyter-lab shoul dbe installeed nohup jupyter-lab > output.log & to set it running to the background ps aux | grep jupyter Log in – Snapp Express to check if it is running or not. and to know the process. sudo kill 123015 to kill the process
اتصال گیت به سرور gitlab
بعد از git init روی فولدر مورد نظر و ساختن پروژه اون بالا این دستور ها رو توی git bash بزنین چند تا سوال میپرسه. همه رو رد کنین با اینتر. نیازی نیست چیزی وارد کنین. https://git…./-/profile/keys بعدش از همون ترمینال این کامند رو بزنین یه متنی نشون میده اون رو کپی کنین توی باکسی… Continue reading اتصال گیت به سرور gitlab
SSAS Tabular Model what to install Visual studio 2019 Extensions
Microsoft Reporting Services Projects BIM Formatter MISM Normalizer Microsoft Analysis Services Projects
weeks ago Saturday DAX
calculated column in dates table = COUNTROWS(FILTER(Dates,([DateEN]<=TODAY() )&&( [DateEN] >= EARLIER(Dates[DateEN] )) &&( Dates[DayOfWeek]=7))
Power BI Active Sessions
it is an MDX query for SSAS