biergaizi

Results 39 issues of biergaizi

For many modern systems, SSLv3 have been completely removed by upstream providers. In this case, the system openssl doesn't support SSLv3, hence ssl.PROTOCOL_SSLv3 is no longer a valid attribute anymore....

According to the design philosophy of `Kokkos::View`, it's meant to be a high-level abstraction for transparently handling ND arrays in spite of differences in the underlying memory layouts. The current...

Documentation
Kokkos-Core

Hi. Could you please link the research paper *Matthias Schulz. Teaching Your Wireless Card New Tricks* to a database? I tried to search it online but found nothing. Thanks!

I want to do some minor modification of the board for testing. Unfortunately, under KiCad 5.0.2, a DRC check of `cryptostick.kicad_pcb` reports more than 80 errors, including vias clearance issues...

I was trying to run the demo gcpw_bypass_cap.py, unfortunately it fails. ``` Traceback (most recent call last): File "/home/user/code/pyems/examples/gcpw_bypass_cap.py", line 33, in Microstrip( TypeError: __init__() got an unexpected keyword argument...

In the past, Darwin shipped an ancient C++ standard library by default, so most C++ programs needed to be compiled with the option `stdlib=libc++` to use the newer library shipped...

In the C programming language, `atoi()` and `atol()` don't check errors. If the input string is invalid, their behavior is undefined with no guaranteed return value (a particular implementation of...

refactor/fightwarn
C-str

In openEMS, all extensions are subclasses from the abstract `Engine_Extension` to implement features like `Engine_Extension::Apply2Voltages()`. When an `Engine_Extension` is created, it accepts a pointer to `Engine`. Simulation data is taken...

## Completely Rewrite Command-Line Argument Parsing Currently, the openEMS command-line argument parsing has two limitations. 1. If a new module is added into openEMS and that module accepts runtime options,...