Skip to content

Instantly share code, notes, and snippets.

@nevillepark
nevillepark / README.md
Last active March 28, 2024 14:11
CBC radio stream URLs

CBC Radio Stream URLs

Using these URLs, you can listen to CBC radio streams with applications like VLC or Transistor. The files are M3U playlists, so you can use them as-is, edit them to suit your tastes, or use individual URLs.

This playlist contains the .m3u8 URLs from the CBC Listen website, which uses the HLS (HTTP Live Streaming) protocol. The audio stream is broken up into multiple tiny files, which are then fed into the .m3u8 playlist file that delivers them to your computer in the right order. This should work with modern media players.

This legacy playlist uses good old-fashioned MP3 streams found on PublicRadioFan.com. It will work with older programs like Winamp that don't support HLS. I don't know how lo

@nevillepark
nevillepark / README.md
Last active January 25, 2024 15:13
CBC MP3 stream urls
@nevillepark
nevillepark / key.md
Created January 20, 2023 01:14
Twitter (un)official Consumer Key

Twitter Official Consumer Key

Twitter for Android

type:            PIN
Consumer key:    3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPhone

type:            PIN

Consumer key: IQKbtAYlXLripLGPWd0HUA

@nevillepark
nevillepark / wtfplgbtq
Last active June 6, 2020 12:37
WTFPLGBTQ
🌈 W ⭐ T ⭐ F ⭐ P ⭐ L ⭐ G ⭐ B ⭐ T ⭐ Q 🌈
======================================
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE (TRANS-INCLUSIVE) V1.0
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document. Changing it is allowed as long as
the name is changed and you believe that trans women are women.
Violations will be prosecuted with the full force of TRANS ACTIVISM.
# elementary OS 5.0 fresh install
# Install deja-dup, restore latest backup (this should sort aliases, Dropbox, etc.)
sudo apt install deja-dup duplicity python-gi
# Install apps
sudo apt install com.github.cassidyjames.ideogram dconf-editor firefox gparted mypaint software-properties-common synapse tilde vlc
@nevillepark
nevillepark / twitter-stars.css
Last active December 7, 2016 18:56
Turn Twitter hearts into stars again (for web and Tweetdeck)
@-moz-document domain("tweetdeck.twitter.com") {
/* -------
Tweetdeck
------- */
.icon-favorite:before {
content: "\f007";
}
.icon-favorite-color,