Skip to content

Instantly share code, notes, and snippets.

View maheshcr's full-sized avatar

Mahesh CR maheshcr

View GitHub Profile
@maheshcr
maheshcr / 0_reuse_code.js
Created June 30, 2017 04:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@maheshcr
maheshcr / gist:e1fd0197924d1018e7ebd1c84764d55a
Last active November 29, 2016 11:20
Markvov Chain Meets Yoga
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>IPython Notebook</title>
<link rel="shortcut icon" type="image/x-icon" href="/static/base/images/favicon.ico?v=30780f272ab4aac64aa073a841546240">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@maheshcr
maheshcr / Sample-content-input.txt
Created February 14, 2012 19:44
Access Pingar API via Python + Suds
Here is the latest Twitter scam I’ve heard this week. Consider two fictitious media, the Gazette and the Tribune operating on the same market, targeting the same demographics, competing fort the same online eyeballs (and the brains behind those). Our two online papers rely on four key traffic drivers:
Their own editorial efforts, aimed at building the brand and establishing a trusted relationship with the readers. Essential but, by itself, insufficient to reach the critical mass needed to lure advertisers.
Getting in bed with Google, with a two-strokes tactic: Search Engine Optimization (SEO), which helps climb to the top of search results page; and Search Engine Marketing (SEM), in which a brand buys keywords to position its ads in the best possible context.
An audience acquisition strategy that will artificially grow page views as well as the unique visitors count. Some sites will aggregate audiences that are remotely related to their core product, but that will better dress them up for the advertising mar
@maheshcr
maheshcr / Application.html
Created December 13, 2011 17:34
Backbone Quickly Screencast Code, with tiny enhancements
<!DOCTYPE html>
<html>
<head>
<title>Backbone.js Quickly</title>
<link href='css/screen.css' media='all' rel='stylesheet' type='text/css' />
<!-- Application.js, config.js provided as part of Gist. -->
<!-- Other js files(backbone, underscore) should be downloaded and stored locally -->