So... After some investigation, and if you don't mind using wine + MS Edge, it is possible
1) Install wine-staging
2) Install Edge-dev: https://askubuntu.com/questions/840987/microsoft-edge-on-linux
3) Run Edge:
wine 'C:\Program Files (x86)\Microsoft\Edge Dev\Application\msedge.exe'
4) Log in to amazon prime video and profit
ESP-NOW to WiFi border router for RIOT-OS using the GNRC stack - gschorcht/RIOT_ESP_NOW_WiFi_Border_Router
Open-source webmail script for existing IMAP server - afterlogic/webmail-lite-8
With bonus Let's Encrypt SSL!
Le personnel soignant de la résidence services "Les Ecrins d’Aliénor" à Agen a fabriqué des masques avec des soutiens-gorge récupérés chez des proches.
Installation of Manjaro Linux onto a BCache root device - manjaro-bcache.md
The Remarkable e-ink tablet is an awesome gadget. Is it the best solution? I went on a quest for a (cheaper) Remarkable alternative. This is what I found.
Espressif ESP32 Official Forum
Dual boot - Step by Step The tutorial originated from the issue Dual Boot Win 10 EFI and has evolved with detailed instructions to prepare your Windows installation to co-exist with Manjaro. Target systems Firmware Checklist Windows preparation Manjaro installation Revisions Target systems UEFI Computers with preinstalled Windows (Windows 10) is computers using UEFI firmware. This guide is a generic guide targeted at UEFI installations. However some of the guide does apply even if you a...
The correct solution
Since #include is a simple text replacement by the preprocessor, we can put the extern "C" declaration in our C++ code, where it belongs:
//main.cpp
extern "C" {
#include "foo.h"
}
int main() {
foo(22);
}
This way, everything inside the header, including the indirectly included declarations in other C headers, appear inside the extern "C" declaration.
The easiest pulled pork recipe you'll ever use. No tricky measurements involved, minimal ingredients and a mouth-watering smoky barbecue result
Les rochers au pralinés, c'est comme une histoire sans fin, quand on les goûte il nous en faut toujours un dans la bouche pour...
An Arduino library to control split-unit heatpumps over Infrared - ToniA
Certains diront que je débarque, mais le fait est qu'il y a eu une récente actualité autour de ce format relativement récent de compression sans perte, car il commence à être utilisé par défau
Les Honeypots ou pots de miel sont des serveurs que l'on positionne dans une infrastructure pour anticiper et détecter des tentatives d'attaques provenant de personnes mal intentionnées ou de malware. Ils exposent de faux services qui permettent de faire croire à un attaquant qu'il est s'est introduit dans la plateforme,
There's a little-known pattern in software architecture that deserves more
attention. Data-Oriented Architecture was first described by Rajive Joshi in a
200…
Shopify’s Director of Production Engineering explains how reading broadly helps him get to the bottom of things