Skip to content

Instantly share code, notes, and snippets.

@jklaiho
jklaiho / feed.xml
Created January 17, 2020 07:58
SUSD feed at 17 Jan 2020 for feedbin
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" version="2.0">
<channel>
<title>Shut Up &amp; Sit Down</title>
<atom:link href="https://www.shutupandsitdown.com/feed/" rel="self" type="application/rss+xml"/>
<link>https://www.shutupandsitdown.com</link>
<description>Board Game Reviews, News, Videos &amp; Podcasts</description>
<lastBuildDate>Mon, 13 Jan 2020 20:36:53 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>
def correct_currency(pclass, curr):
if pclass == 338:
return (0 == curr)
elif pclass == 337:
return (0 == curr)
elif pclass == 336:
return (0 == curr)
elif pclass == 351:
return (3 == curr)
elif pclass == 350:
// in REPL
var exec = require('child_process').exec;
var child;
var uid = 123;
child = exec('id -u root', function(error, stdout, stderr) {
// trying to update the uid variable outside this function