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
<?xml version="1.0" encoding="utf-8"?> | |
<config xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://qconsulting.ca/fo3/ModConfig5.0.xsd"> | |
<moduleName>Simply Stronger Dragons</moduleName> | |
<installSteps order="Explicit"> | |
<installStep name="Install"> | |
<optionalFileGroups order="Explicit"> | |
<group name="Health multiplier for generic enemy dragons" type="SelectExactlyOne"> | |
<plugins order="Explicit"> | |
<plugin name="1"> | |
<description/> |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "root", | |
"style": "plain", |
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
#include <memory> | |
#include <iostream> | |
#include <vector> | |
#include <pybind11/pybind11.h> | |
#include <pybind11/embed.h> | |
#include <pybind11/stl.h> | |
#include <pybind11/stl_bind.h> | |
namespace py = pybind11; |
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
#include <pybind11/pybind11.h> | |
namespace py = pybind11; | |
struct Size { | |
double width, height; | |
}; | |
PYBIND11_MODULE(demo, m) { | |
py::class_<Size>(m, "Size") |
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
#include <vector> | |
#include <iostream> | |
#include <pybind11/pybind11.h> | |
#include <pybind11/embed.h> | |
#include <pybind11/stl.h> | |
#include <pybind11/numpy.h> | |
struct FrameInfo | |
{ |
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
!SESSION 2023-04-19 10:10:37.901 ----------------------------------------------- | |
eclipse.buildId=unknown | |
java.version=17.0.6 | |
java.vendor=Eclipse Adoptium | |
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US | |
Command-line arguments: -data c:\Users\XXX\AppData\Roaming\Code\User\workspaceStorage\b3fd66ab6fb45615dcd26987ad859ee8\redhat.java\jdt_ws | |
!ENTRY org.eclipse.jdt.ls.core 1 0 2023-04-19 10:10:39.723 | |
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started |
OlderNewer