Skip to content

Instantly share code, notes, and snippets.

View shahariaazam's full-sized avatar
:octocat:
Open for opportunities

Shaharia Azam shahariaazam

:octocat:
Open for opportunities
View GitHub Profile
<html>
<head>
<title>Hello World</title>
<link rel="stylesheet" href="styles/default.css">
<link rel="alternate stylesheet" href="styles/arta.css" title="arta">
<link rel="alternate stylesheet" href="styles/ascetic.css" title="ascetic">
<link rel="alternate stylesheet" href="styles/brown_paper.css" title="brown_paper">
<link rel="alternate stylesheet" href="styles/dark.css" title="dark">
<link rel="alternate stylesheet" href="styles/far.css" title="far">
<link rel="alternate stylesheet" href="styles/github.css" title="github">
// Scraping Made Easy with jQuery and SelectorGadget
// (http://blog.dtrejo.com/scraping-made-easy-with-jquery-and-selectorga)
// by David Trejo
//
// Install node.js and npm:
// http://joyeur.com/2010/12/10/installing-node-and-npm/
// Then run
// npm install jsdom jquery http-agent
// node numresults.js
//