I forked BenjaminDobell's Heimdall with some patches to the CmakeList files.
# This setup works pretty well for OPL with a network link that travels through | |
# two UniFi switches and connects to a Samba server running inside Docker. The | |
# host OS is Debian with a ZFS filesystem and the container OS is also Debian. | |
# Latest Samba (4.11+). | |
[global] | |
# ====================== | |
# General Samba settings | |
# ====================== | |
log level = 1 |
import csv | |
import urllib.request | |
url = "http://nopaystation.com/tsv/PS3_GAMES.tsv" | |
print('Downloading PS3_GAMES.tsv...') | |
urllib.request.urlretrieve(url, 'PS3_GAMES.tsv') | |
newlist = [] | |
with open('PS3_GAMES.tsv', newline='', encoding="utf8") as csvfile: | |
listreader = csv.reader(csvfile, delimiter=' ', quotechar='"') |
/* | |
Tutorial: Control servo movement with gesture using ESP32 and Arduino | |
Board: | |
- ESP32 Dev Module (Node32 Lite) | |
https://my.cytron.io/p-node32-lite-wifi-and-bluetooth-development-kit | |
Input: | |
- PAJ7620U2 9 Gesture Recognition Sensor Module | |
https://my.cytron.io/p-paj7620u2-9-gesture-recognition-sensor-module |
Every so often, you may find yourself needing to preserve a website in its current state. Whether this is in advance of a significant website change, general documentation, or the possibility that the site needs to be taken offline, it is a good idea to archive the site so that it is navigable locally and without the need for a server.
Introducing HTTrack HTTrack Website Copier will do just that, download a website to a local directory, build all the directories, get HTML, images, and other files from the server to your computer.
HTTrack has a GUI for Windows that works really well: http://www.httrack.com . You can also use this tool from the command line. See the following steps to archive websites using the HTTrack command line tools.
MacOS Installation: First, you will need to install HTTrack locally. On macOS, https://brew.sh/ is the package manager of choice (as opposed to MacPorts). Homebrew is simpler to set up but does require you
#EXTM3U | |
#PLAYLISTV: pltv-logo="https://freeiptvforeveryone.ga/i/static/logo.webp" pltv-name="Canais em HD e SD" pltv-description="Uma lista IPTV simples e funcional que todos podem desfrutar à vontade." pltv-cover="https://freeiptvforeveryone.ga/i/static/cover.webp" pltv-author="FullIPTVForEveryone" | |
###################################################################### | |
# # | |
# # | |
# Esta lista é completamente gratuita! Exclusiva para uso não c # | |
# omercial de qualquer pessoa. Os links aqui encontrados são mo # | |
# nitorados, portanto, a qualquer indício de comercialização de # | |
# la, medidas serão tomadas. # | |
# # |
Guide for myself and others to get RetroArch running on the new Raspberry Pi 4 while projects like RetroPie get an image out for the rpi4.
Disclaimer: I am not an expert and this may not be the most optimal build possible, but it works.
Inspiration taken from:
- This gist showing the basic steps for building and configuring for raspberry pi 3.
I'm new to Raspberry Pi and RetroArch myself so this was super helpful and I recommend looking through it.
https://gist.github.com/AlexMax/32e5d038a66ce57253e740ea75736805 - This Reddit post showing the performanc gains over the pi 3b+
This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.
"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.
Please refer to this blogpost to get an overview.
Replace *-INSTANCE
with one of the public instances listed in the scrapers section. Replace CAPITALIZED
words with their corresponding identifiers on the website.
Courtesy of [Wine Bugzilla #46842][1].
- Microsoft .NET Framework 4.x installed in WINEPREFIX (use 'winetricks' to install it)
- Microsoft Debugging Tools for Windows installed in WINEPREFIX. Get them [here (64-bit)][2] and [here (32-bit)][3].
Set native overrides: