macOS after upgrade "fatal error: 'stdio.h' file not found" export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" macOS 10.15 Catalinaで、"fatal error: 'stdio.h' file not found"が出てしまう! #Rails - Qiita

Clone github wiki Adding or editing wiki pages - GitHub Docs Search string in git commits in history How to grep (search through) committed code in the Git history - Stack Overflow

Sync a branch of upstream repositry to my fork GitHub - Import upstream branch into fork · GitHub

Github review of PR to personal repository Need to push request changes to let the person who PRed know it. Cherry pick excluding specific files git - How to cherry-pick only changes to certain files? - Stack Overflow

Insert commits to other's PR to own repository. Looks dangerous, but possible. How to add commits to another person's PR on your Github repo | Codinhood

VSCode modern fortran extension stopped working then how it could be recovered This is just a note for me to remember what I did to make modern fortran extension in my local machine work again. Since some time, Go to definition under Fortr…

KEXP Strand of oaks

Some linear algebra ... linear algebra - Find the eigenvalues of a projection operator - Mathematics Stack Exchange

How to compile LAMMPS with polymlp on macOS (arm) with conda-forge compilers conda create -n lammps conda activate lammps conda install compilers tree Download latest LAMMPS source code https://github.com/lammps/lammps. Download polymlp so…

LAMMPS crystal structure relaxation Quite many options exist in LAMMPS, and I googled to find how to optimize crystal structure. LAMMPSで格子変形を許して構造緩和をする - lan496の日記 It seems no fix command results in relaxation of interna…

Meanings of arrow symbols , Function (mathematics) - Wikipedia

Ganglia web frontend Ubuntu 22.04ではPHPのバージョンアップが理由でGanglia web frontendが動かない。MonitorとGmetadは動く。Ganglia web frontendのためにUbuntu 20.04のVM(KVM)を用意して設定を行った。 # cat sites-enabled/ganglia.conf Alias /gang…

Updating the kernel modules for the Symantec Linux Agent https://techdocs.broadcom.com/us/en/symantec-security-software/endpoint-security-and-management/endpoint-security/sescloud/Installing-the-Symantec-Agent-and-enrolling-devices/Updatin…

Multiprocessingとjoblib Python並列処理(multiprocessingとJoblib) - Qiita

Learning NumPy array Advanced NumPy | SciPy Japan 2019 Tutorial | Juan Nunuz-Iglesias - YouTube Universal functions (ufunc) — NumPy v1.24 Manual Sparse matrices (scipy.sparse) — SciPy v1.10.1 Manual

lammps ... 8.2.3. Triclinic (non-orthogonal) simulation boxes — LAMMPS documentation

cloud-init and virt-install List of useful web sites to learn combined use of cloud-init and virt-install Create Virtual Machines using virt-install(libvert) with cloud-init - Technekey.com

AiiDA on ubuntu 22.04 Ubuntu 22.04 installs recent RabbitMQ version that requires consumer_timeout configuration for AiiDA. See RabbitMQ version to use · aiidateam/aiida-core Wiki · GitHub What should be done is as follows: sudo vi /etc/ra…

VScode managing extensions This is really helpful! Developing on Remote Machines using SSH and Visual Studio Code You can also install all locally installed extensions on the SSH host by going to the Extensions view and selecting Install L…

Intel One API installation on Ubuntu APT Intel® oneAPI Toolkits (shでインストール) Configure apt source list following above information. Then, sudo apt install cmake pkg-config build-essential sudo apt install intel-basekit intel-hpckit …

C Coding Guidelines — Axom documentation Doxygen Manual: Documenting the code Documenting C++ Code — LSST DM Developer Guide main documentation DevDocs — C documentation

Custom exception in Python Should we use custom exceptions in Python? | by Marcin Kozak | Towards Data Science

November ultra Novembre France inter

Tetrahedra of varying density and their applications https://link.springer.com/article/10.1007/s00371-021-02189-0#Sec4

Failure to run make html by sphinx Running sphinx with myst-parser and sphinx-book-theme installed via conda-forge failed. The reason could not be found, but downgrading myst-parser resolved the issue. conda install sphinx-book-theme linki…

Sphinx - MyST - 日本語 - pdf 日本語のドキュメントをsphinxで難なく作れる時代のようです。 Markdownで書きたいので、MySTを使っています。 extensions = [ "sphinx.ext.mathjax", "sphinx.ext.viewcode", "myst_parser", ] myst_enalbe_extensions = [ "a…

Matplotlib fonts in pdf Fonts in Matplotlib — Matplotlib 3.6.0 documentation plt.rcParams["pdf.use14corefonts"] = True

OpenMP version support by compilers I want to use collapse, but maybe better not to use version 3.0 because of MSVC.... OpenMP Compilers & Tools - OpenMP

_OPENMP not activated with setuptools Environment: M1 mac, conda-forge c-compiler Currently looking for the reason, but _OPENMP is not activated in C macro when using setuptools to compile, though usual build using cmake does with the same…

OpenMP info Welcome to OMP Jupyter Book — OpenMP Application Programming Interface Examples