Skip to content

Instantly share code, notes, and snippets.

@rmtsukuru
rmtsukuru / gist_tutorial.md
Created December 6, 2022 02:23
Gist Markdown Tutorial

Markdown tutorial

Welcome to the tutorial! Etc etc

lorem ipsum dolot sur

Code example:

console.log("whatever");

Keybase proof

I hereby claim:

  • I am rmtsukuru on github.
  • I am rmtsukuru (https://keybase.io/rmtsukuru) on keybase.
  • I have a public key whose fingerprint is C88D A997 9A11 50B2 B31D B715 6A9D 1E53 D5A2 3AD3

To claim this, I am signing this object:

#!/usr/bin/ruby
# Scrapes crude HTML representation of Worm (Parahumans) web serial chapters
require 'rubygems'
require 'nokogiri'
require 'open-uri'
# URL of first chapter
nextChapterUri = URI::encode("http://parahumans.wordpress.com/category/stories-arcs-1-10/arc-1-gestation/1-01/")