Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "your_email@example.com"
| import org.jsoup.Jsoup | |
| import org.jsoup.nodes.Document | |
| import org.jsoup.nodes.Element | |
| import org.jsoup.select.Elements | |
| import scala.collection.JavaConversions._ | |
| import java.net.{ URL, MalformedURLException } | |
| import scala.util.control.Exception._ | |
| sealed case class Link(title: String, href: String) |
| // Copyright (c) 2006 Damien Miller <djm@mindrot.org> | |
| // | |
| // Permission to use, copy, modify, and distribute this software for any | |
| // purpose with or without fee is hereby granted, provided that the above | |
| // copyright notice and this permission notice appear in all copies. | |
| // | |
| // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
| // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |
| // ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |