- Instance Extensions: count = 11
VK_EXT_debug_report
: extension revision 9VK_EXT_debug_utils
: extension revision 2VK_EXT_swapchain_colorspace
: extension revision 4VK_KHR_device_group_creation
: extension revision 1VK_KHR_external_fence_capabilities
: extension revision 1VK_KHR_external_memory_capabilities
: extension revision 1VK_KHR_external_semaphore_capabilities
: extension revision 1VK_KHR_get_physical_device_properties2
: extension revision 2
VK_KHR_get_surface_capabilities2
: extension revision 1
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
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries | |
# SPDX-FileCopyrightText: Copyright (c) 2020 Mark Roberts for Adafruit Industries | |
# SPDX-FileCopyrightText: 2021 James Carr | |
# SPDX-FileCopyrightText: 2021 Ryan Pavlik | |
# | |
# SPDX-License-Identifier: MIT | |
""" | |
`adafruit_displayio_sh1107_wrapper` | |
================================================================================ |
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
# Adapted from SpaceX Launch Display example | |
# SPDX-FileCopyrightText: Anne Barela November 2020, for Adafruit Industries LLC | |
# SPDX-FileCopyrightText: 2020-2021, Ryan Pavlik | |
# SPDX-License-Identifier: MIT | |
import time | |
import terminalio | |
from adafruit_magtag.magtag import MagTag | |
from secrets import secrets |
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
#!/usr/bin/env bash | |
# Copyright 2021, Collabora, Ltd. | |
# SPDX-License-Identifier: MIT | |
# | |
# needs bibutils and sed and wget on debian. | |
# Import the resulting .ris file into zotero and enjoy! | |
# References: | |
# https://en.wikipedia.org/wiki/EndNote#Tags_and_fields | |
# https://en.wikipedia.org/wiki/RIS_(file_format)#Tags |
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
Executing tasks: [:app:assembleDebug] in project /home/ryan/AndroidStudioProjects/PrefabProblem | |
> Task :app:preBuild UP-TO-DATE | |
> Task :app:preDebugBuild UP-TO-DATE | |
> Task :app:compileDebugAidl NO-SOURCE | |
> Task :app:compileDebugRenderscript NO-SOURCE | |
> Task :app:dataBindingMergeDependencyArtifactsDebug | |
> Task :app:dataBindingMergeGenClassesDebug | |
> Task :app:generateDebugResValues | |
> Task :app:generateDebugResources |
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
# install scoop | |
Set-ExecutionPolicy RemoteSigned -scope CurrentUser | |
# for bare metal | |
iwr -useb get.scoop.sh | iex | |
# or, for VM with a shared w:\ drive already | |
# $env:SCOOP = 'w:\scoop' | |
# [Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User') | |
# iwr get.scoop.sh -outfile 'install.ps1' |
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
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries | |
# SPDX-FileCopyrightText: Copyright (c) 2021 Melissa LeBlanc-Williams for Adafruit Industries | |
# SPDX-FileCopyrightText: 2021, Ryan Pavlik <[email protected]> | |
# SPDX-License-Identifier: MIT | |
try: | |
from typing import Optional | |
except ImportError: | |
pass |
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
[ | |
{}, | |
{ | |
"guid": "{0ccdb49b-c762-4bd6-99f4-9f85e25ffea1}", | |
"closeOnExit": true, | |
"commandline": "\"%PROGRAMFILES%\\git\\bin\\bash.exe\" -i -l", | |
"icon": "%PROGRAMFILES%\\git\\mingw64\\share\\git\\git-for-windows.ico", | |
"name": "Git Bash", | |
"startingDirectory": "W:\\src" | |
} |
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
#!/bin/sh | |
# SPDX-FileCopyrightText: 2020-2024, Rylie Pavlik | |
# SPDX-License-Identifier: CC0-1.0 | |
# Nothing sh-specific here, these work fine in pwsh as well | |
### Aliases | |
# Lots of people use these, and I guess I type them a lot... | |
git config --global alias.ci commit | |
git config --global alias.co checkout |
- Build rhsrvany using a windows toolchain like i686-w64-mingw32, and put the resulting
rhsrvany.exe
andpnp_wait.exe
in/usr/share/virt-tools
(or see https://salsa.debian.org/rpavlik/rhsrvany for a debian package of it)git clone https://github.com/rwmjones/rhsrvany.git
cd rhsrvany
autoreconf -i -f
./configure --host=i686-w64-mingw32
make
sudo mkdir -p /usr/share/virt-tools