Inspired by, adapted from, and forked from the original patch by anpage
I also created a companion patch for MechWarrior 2: Mercenaries for DOS, available here.
Based on https://docs.getutm.app/guides/windows/
brew install aria2 cabextract wimlib cdrtools minacle/chntpw/chntpw
;bash uup_download_macos.sh
- this will produce an ISO;{ | |
"C_Cpp.autocomplete": "Disabled", | |
"C_Cpp.errorSquiggles": "Disabled", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"C_Cpp.default.cStandard": "c17", | |
"C_Cpp.default.compilerPath": "/usr/bin/clang", | |
"C_Cpp.default.cppStandard": "c++20", | |
"C_Cpp.default.intelliSenseMode": "clang-x64", | |
"C_Cpp.updateChannel": "Insiders", | |
"C_Cpp.suggestSnippets": false, |
Here's a method to chat in a twitch #channel with IRSSI
Get your oauth token here: https://twitchapps.com/tmi/
Server block
server = {
address = "irc.chat.twitch.tv";
brew install --cask hammerspoon
local toggleGoogleMeetMic = require('google-meet-mic')
hs.hotkey.bind({"shift"}, "F16", toggleGoogleMeetMic)
def lerp(a: float, b: float, t: float) -> float: | |
"""Linear interpolate on the scale given by a to b, using t as the point on that scale. | |
Examples | |
-------- | |
50 == lerp(0, 100, 0.5) | |
4.2 == lerp(1, 5, 0.8) | |
""" | |
return (1 - t) * a + t * b |
Das BMVI hat eine völlig nutzlose App gebaut. Eine Autobahn-Info App.
Nein, es gibt jetzt nämlich eine offene API für aktuelle Verwaltungsdaten in Bezug auf Baustellen-Informationen, Webcams, Parkplätze, … - bestimmt für jemand nützlich.
Hier gibt es eine OpenAPI Spec von @creckord: https://gist.github.com/creckord/a2e09267f5fdfadc2cd75eedb3182b8a
version: '3.6' | |
services: | |
traefik: | |
container_name: 'traefik' | |
image: 'traefik:latest' | |
restart: 'always' | |
security_opt: | |
- no-new-privileges:true | |
environment: | |
- CF_API_EMAIL=${CF_API_EMAIL} |
version: '3.6' | |
services: | |
traefik: | |
container_name: 'traefik' | |
image: 'traefik:latest' | |
restart: 'always' | |
security_opt: | |
- no-new-privileges:true | |
environment: | |
- CF_API_EMAIL=${CF_API_EMAIL} |