Skip to content

Instantly share code, notes, and snippets.

@mpmendespt
mpmendespt / IPTV PT
Created September 18, 2021 11:48 — forked from homemdasneves/IPTV PT
#EXTM3U
#EXTINF:-1 group-title="TV" tvg-id="RTP1" tvg-logo="https://iptv.cyberlimbo.com/logos/RTP1.png",RTP 1
https://ptiptv.tk/rtp1.m3u8|user-agent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F86.0.4240.75+Safari%2F537.36
#EXTINF:-1 group-title="TV" tvg-id="RTP2" tvg-logo="https://iptv.cyberlimbo.com/logos/RTP2.png",RTP 2
https://ptiptv.tk/rtp2.m3u8|user-agent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F86.0.4240.75+Safari%2F537.36
#EXTINF:-1 group-title="TV" tvg-id="RTP3" tvg-logo="https://iptv.cyberlimbo.com/logos/RTP3.png",RTP 3
http://streaming-live.rtp.pt/livetvhlsDVR/rtpndvr.smil/playlist.m3u8?DVR|user-agent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F86.0.4240.75+Safari%2F537.36
//
// filters.cpp
// pamEEG
//
// Created by Chris Kiefer on 03/10/2012.
// Copyright (c) 2012 Goldsmiths, University of London. EAVI. All rights reserved.
//
#include <iostream>
@mpmendespt
mpmendespt / quiz3.md
Created April 3, 2020 20:56 — forked from mGalarnyk/quiz3.md
Getting and Cleaning Data Quiz 3 (Week 3) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera/tree/master/3_Getting_and_Cleaning_Data

Getting and Cleaning Data Quiz 3 (JHU) Coursera

Question 1

The American Community Survey distributes downloadable data about United States communities. Download the 2006 microdata survey about housing for the state of Idaho using download.file() from here:

https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv

and load the data into R. The code book, describing the variable names is here:

@mpmendespt
mpmendespt / BFGminer-GS-build.sh
Created March 6, 2020 17:34 — forked from zcshiner/BFGminer-GS-build.sh
BFGminer build script for GekkoScience Compac BM1384 Stickminer
#!/bin/bash
BUILD_DIR="bfgminer"
git clone --depth 1 https://github.com/luke-jr/bfgminer $BUILD_DIR
git submodule init && git submodule update --depth 1
cd $BUILD_DIR
make distclean