Posts

Showing posts from 2020

Excel

Image
How to find a Rank with Average  This function returns the average value of the given numbers - It ignores text values and blank cells Difference between RANK, RANK.AVG and RANK.EQ There are three versions of the RANK formula that you can use in MS Excel RANK was available in the older versions of excel. We can still use it, probably it will not be available in the coming versions of Excel. There are two new versions of Rank now - RANK.EQ and RANK.AVG. Below example may clear the difference between these two - For values 5,6,6,7 -RANK and RANK.EQ will return ranks as 1,2,2,4 (Same rank for same values) and RANK.AVG will return ranks as 1 ,2.5 ,2.5 ,4. (Average of 2nd and 3rd rank). Because RANK.AVG takes average of the ranks where values are same, we often see decimal digits in ranks calculated using this formula. If all the values in the list are unique, all the three formulas assign same ranks in that case. Exercise 1/12: Mathematical Funtions Hope you have un...

Data Scientist

** Resources Please download the course resources from the link below: https://starttechacademy.com/machine-learning-deep-learning-in-python-r/

Domain Business

  Above .com - 2.79 million traffic (less than 3% from India) Afternic  .com - 2.5 million traffic (5.24% from India) Sedo .com - 1.9 million traffic (5.45% from India) Flippa .com - 1.5 million traffic (5.74% from India) Namepros  .com - 525k traffic (12.11 % from India)

SQL Bascis

Image
1 How to create database create database sarkarijobwob //sarkarijobwob// is database name 2 How to get all database names show databases 3 How to use a database  use  sarkarijobwob Note: After using use command then only we can create the and edit the table 4 How to show tables show table //after using use command// 5: How to get more details of a table desc user //user is table name// 6: How to insert data into a table insert into user (username) values ("vicky") //user is table name// 7: How to look all the values in a table select * from user / /user is table name//  4: How to create table on SQL Create table users ( id int, usermane text) Second example create table users (id int, username text, address_number float) 5 How to read a data base SELECT * FROM [OrderDetails] 6 : How to delete table  drop table user \\"user" is table name// **How to check engine use users show engine show table status                 ...

Business Email on Google Cloud

Image
1: Sign up with gmail on zoho.com/mail 2: enter domain for which you want to create emaill, select Domain provider and copy the similar code 3: zoho-verification=zb75175471.zmverify.zoho.com 4: Open Cloud, select project<Left three lines<Network services < Cloud DNS<Select Site<Add a record( top of the page, blue color) 5:DNS leave blank 6: Select TXT under "Resource Record Type" ,  change into "TTL" :1 min 7: Paste code which you copy form zoho under "TXT Data" 8: Wait 60 sec as per TLC on cloud under TXT then click on Verify button on Zoho 9: Enter your customer name email,  it's up to  you create multiple account or company groups on  10: Click on same page "Add a record"< Select MX under "Resource Record Type", "TTL ":1 min 11: You will get data like below on Zoho: The MX Records of Zoho are: Host Name Address Priority @ mx.zoho.com 10 @ mx2.zoho.com 20 @ mx3.zoho.com 50 12: You need to enter like thi...

Wordpress for Beginners

Image
 1: Wordpres like CMS : CMS Hub Drupal Joomla Shopify Prestashop Magento Webflow Concrete5 TYPO3 Ghost Squarespace Wix Weebly Jimdo IONOS WebNode Mozello Site123 Tumblr Medium Sqaure Space * Landing Page key points Important plugins https://drive.google.com/file/d/11IKt5B2-ZP3RvPGE2pytKbR6ejVki44-/view?usp=sharing Innser section for list type data in website ** Payment Gateway ccavenue.com  --CC avenue Payment Gate way for Woo commerce 5000= Dowload plugin  instamojo.com--instamojo for Woo commerce 10,000 + down  razorpay.com --Razor pay for Woo commernce **GST & Invoice WOo commerce  GST Plugin2000+ dow Woo Commerce product fees 4000+ dow Woo Commerce  PDF invoices & packing  slips-- 20k+ ** SMS Providers WooSMS WOOSMS- SMS Module for WooCoomerce 3k+dow  *Shiping shipkaro.com shiprocket.com shyplite.com all plugin for it Under Woo Comm Shipping< Shiprocker (after installation of plugin, for setting of app) LMS Tutuor--https://www.youtu...