You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very easy but not straight-forward or documented anywhere.
First, install Wine 1.6.2. This version probably isn't required, but it's the version that currently ships with Debian Jessie and it works with VBScript.
Install Winetricks and use it to add the following libraries:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 ways to download and save a remote image on your server using PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edit policy, add your user on Local Comp Policy > Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment > Create symbolic links
enable Windows Developer mode to bypass UAC requirement
5.5 patch to support _DMA restrictions/translations for ACPI objects, to properly support xHCI with a 4GB Pi via ACPI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some years ago, I came across a simple Roguelike on Reddit called coreRL.
It's very simplistic; levels are just a box with two walls, only one enemy type with basic AI, no health or
character attributes, and the only goal is to see how far you can get before you die. Having nothing better to do, I
thought it'd be a fun little project to write a port for an Arduino Nano. The only inputs needed are the four movement
keys, and the display can just be a basic SSD1306-driven 128x64 OLED panel.
I could, of course, do this in C++. The language is a known quantity for the ATmega328P that powers the Arduino Nano.
The toolchain is mature, as are the abstractions for interacting with the onboard peripherals. There are also libraries