Skip to content

Instantly share code, notes, and snippets.

View pawan1498's full-sized avatar
🎯
Focusing

Pawan Sharma pawan1498

🎯
Focusing
View GitHub Profile
@pawan1498
pawan1498 / keybase.md
Created August 2, 2021 21:15
keybase

Keybase proof

I hereby claim:

  • I am pawan1498 on github.
  • I am pawan_sh77 (https://keybase.io/pawan_sh77) on keybase.
  • I have a public key ASB7H-Yn_JHexPW1aBaCEuzq2TOW3YpRLSD0Fi1uclo9NQo

To claim this, I am signing this object:

require 'nokogiri'
require 'open-uri'
# Get a Nokogiri::HTML:Document for the page we're interested in...
doc = Nokogiri::HTML(open('http://www.google.com/search?q=tenderlove'))
# Do funky things with it using Nokogiri::XML::Node methods...
####