Tag: rss
-
How to find the RSS feed URL for a Youtube Channel or Playlist
Youtube does not provide links to official RSS feeds for Youtube channels and playlists but it is quite easy to build them yourself with the individual channelID Playlist ID and a predetermined URL. Here is how it goes: To determine the RSS feed for a YouTube channel: • Go to the YouTube channel page and…
-
GitHub – Debianguru/MailWebsiteChanges
MailWebsiteChanges: Python script to keep track of website updates; sends email notifications and provides RSS2 feed. > github.com/Debianguru/MailWebsiteChanges
-
Page2RSS – Create an RSS feed for any web page
Page2RSS is a service that helps you monitor web sites that do not publish feeds. It will check any web page for updates and deliver them to your favorite RSS reader. > page2rss.com/
-
How to generate a Public and Private Key: RSA Examples and Notes from phpseclib
The phpseclib on source forge allows you to generate Public and Private Keys and is fully interoperable with OpenSSL and other standardized cryptography programs and protocols. Software is written in PHP and designed to be ultra-compatible (working with PHP4+ assuming the use of PHP Compat) and does not require any extensions. For purposes of speed,…