shenbo
shenbo
A way to display geometric models in orthographic projection ( 3d mode ) with pyvista. Inspired by: https://github.com/fusion-energy/neutronics-workshop/issues/291 I try the task09 - 1. ``` python # %% # pip...
Same. In the source code ('\hexo-source\node_modules\hexo-theme-next\source\css\_variables\base.styl'), the default $selection-bg is defined as $blue-deep, #262a30; ``` bash $blue-deep = #262a30; $selection-bg = $blue-deep; ``` it's hard to indistinguish in dark-theme. ---...
my case is as follow: ``` "checkver": "github", "autoupdate": { "url": "https://github.com/{owner}/{repo}/releases/download/$version/XX-XX.zip", "hash": { "url": "https://api.github.com/repos/{owner}/{repo}/releases/tags/$version", "jsonpath": "$.assets[?(@.name == 'XX-XX.zip')].digest" } } ``` this JSONPath canwork as expected, return: `...
thankyou, but it can not work.... I've checked the ` function find_hash_in_json([String] $url, [Hashtable] $substitutions, [String] $jsonpath) ` in ` lib\autoupdate.ps1` it does not contain the ` regex ` function....
yes, it works! I try the task09 - 1. ``` python # %% # pip install "pyvista[jupyter]" vox_plot = openmc.Plot(name=fig_name) vox_plot.type = "voxel" vox_plot.width = my_geometry.bounding_box.width vox_plot.origin = my_geometry.bounding_box.center vox_plot.pixels...
Perhaps we can directly display geometric information, materials, and even counting results in Pyvista. In other word, use the information defined in the program, instead of from .xml to .h5,...
我自己好久没用了 更新了一下pyqt6,见 https://github.com/shenbo/runcat-pyqt5-win/blob/V1.0/runcat-v1.0-nogpu(pyqt6).py exe 文件在 release 里,https://github.com/shenbo/runcat-pyqt5-win/releases/download/V1.0/runcat-v1.0-nogpu.pyqt6.exe -- 原版应用的Windows 版本(基于C# .net)也有了, [RunCat for win](https://github.com/Kyome22/RunCat_for_windows) 。