Skip to content

Instantly share code, notes, and snippets.

View Ayushverma8's full-sized avatar

Ayush Verma Ayushverma8

View GitHub Profile
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Predicting Customer Attrition with Survival Analysis\n",
"------------\n",
"#### <b>1. Objective <b>\n",
"* Customer Attrition or Churn refers to a decision made by the customer about ending the business relationship. \n",
[{
"year": 2000,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"year": 2001,
"totalprecip_mm": 42.4,
"heatindex_c": 49.7
},
{
"location": {
"name": "London",
"region": "City of London, Greater London",
"country": "United Kingdom",
"lat": 51.52,
"lon": -0.11,
"tz_id": "Europe/London",
"localtime_epoch": 1633110812,
"localtime": "2021-10-01 18:53"
@Ayushverma8
Ayushverma8 / html_for_international_calling coes.htm
Created March 27, 2020 05:24 — forked from andyj/html_for_international_calling coes.htm
HTML <select> international calling codes for each country
<!-- country codes (ISO 3166) and Dial codes. -->
<select name="countryCode" id="">
<option data-countryCode="GB" value="44" Selected>UK (+44)</option>
<option data-countryCode="US" value="1">USA (+1)</option>
<optgroup label="Other countries">
<option data-countryCode="DZ" value="213">Algeria (+213)</option>
<option data-countryCode="AD" value="376">Andorra (+376)</option>
<option data-countryCode="AO" value="244">Angola (+244)</option>
<option data-countryCode="AI" value="1264">Anguilla (+1264)</option>
<option data-countryCode="AG" value="1268">Antigua &amp; Barbuda (+1268)</option>
@Ayushverma8
Ayushverma8 / index.html
Created March 19, 2020 11:18
Pure CSS 404 Error Page
<div id="clouds">
<div class="cloud x1"></div>
<div class="cloud x1_5"></div>
<div class="cloud x2"></div>
<div class="cloud x3"></div>
<div class="cloud x4"></div>
<div class="cloud x5"></div>
</div>
<div class='c'>
<div class='_404'>404</div>
<!doctype html>
<html lang="en">
<head>
<!-- Title -->
<title>Yoga studio | Divayoga</title>
<!-- Meta Tags-->
<meta name="description"
content="We have different packages ranging from 6,000 to 47,500 to transform you into a Diva.">
<!-- Favicon -->
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="wordpress/xmlrpc.html">
<link rel="stylesheet" href="wordpress/wp-content/themes/yogabuzz/library/css/site.min.css" type="text/css" media="screen">
@import url('https://fonts.googleapis.com/css?family=Lato:300');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,600');
body {
font-family: 'Lato', sans-serif;
color: #333;
font-size: 14px;
font-weight: 300;
background: #fff;
overflow-x: hidden;
}
'use strict';
const express = require('express');
const req_pro = require('request-promise');
const cheerio = require('cheerio');
const mongoose = require('mongoose');
const helmet = require('helmet');
const config = require('./configurations/config');
const URL = require('url');
const schema = require('./data/models');
const request = require('request');
const DatabaseMongoAtlasSchema = require('./Models/model');
const express = require('express');
const _URL = require('url');
var querystring = require('querystring');
let concurrency = require('./Utilities/concurrent_engine')
const config = require('./Configurations/config');
const utility_url_methods = require('./Utilities/utils');
const cheerio = require('cheerio');
const mongoose = require('mongoose');