- aer - sugar cane
- aqua - water bottle, sugar cane
- alkimia - nether wart
- alienis - ender pearl, chorus fruit, banner
- auram - silverwood log
- aversio - arrow
- bestia - egg, wool
- cognitio - paper
This file contains hidden or 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
| polkit.addRule(function(action, subject) { | |
| if (action.id == "org.debian.pcsc-lite.access_card" || | |
| action.id == "org.debian.pcsc-lite.access_pcsc") { | |
| if (subject.isInGroup("sudo")) { | |
| return polkit.Result.YES; | |
| } | |
| } | |
| }); |
This file contains hidden or 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
| #! /bin/bash | |
| if [[ -z $LOG4J_VERSION ]]; then | |
| LOG4J_VERSION=2.17.0 | |
| fi | |
| ################################################################################ | |
| # cleanup handler | |
| function cleanup { |
This is a guide to building emuWorks C++ software with wxWidgets or Qt toolkits.
All of our software is designed to run on Windows, Linux, and macOS. We have tested these compilation instructions on Windows 10, Ubuntu 16.04 (Xenial Xerus), and macOS 10.14 Mojave.
To build our software, you will need three things.
This file contains hidden or 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
| {"lastUpload":"2021-02-26T18:29:17.135Z","extensionVersion":"v3.4.3"} |