View index.pynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
View index_final.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"year": 2000, | |
"totalprecip_mm": 42.4, | |
"heatindex_c": 49.7 | |
}, | |
{ | |
"year": 2001, | |
"totalprecip_mm": 42.4, | |
"heatindex_c": 49.7 | |
}, |
View index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" |
View html_for_international_calling coes.htm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 & Barbuda (+1268)</option> |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
View index.html - kandivali
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 --> |
View zorba.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> |
View main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} |
View new.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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'); |
View newwwud.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |
NewerOlder