Git Large File Storage
Installation Usage in Your Repo Add extension to track the type of files make sure that below file is tracked…
Installation Usage in Your Repo Add extension to track the type of files make sure that below file is tracked…
About Until now, Let’s Encrypt has sent email notifications before TLS certificates expired. However, it seems that this notification service…
Github Actions Install Packages with Poetry, and Run test scripts with Pytest
About PyPI (Python Package Index) is the official repository where Python developers publish and share their packages with the world.…
Introduction Topology optimization is a technical field that involves deforming shapes while maximizing physical properties. For example, it is used…
Introduction Rather than using print function, using logging is highly recommended. Example
wget --proxy=on "https://www.something.a_file_you.want.zip" -O file.zip
About Sparse matrix is good for representing a matrix that there are so many non-zero values. If we use it,…
Code Result N=10000 N=50000 N=10000000
About In the last article(https://eye.kohei-kevin.com/2025/03/03/optimization-solver-ooenmdao/), I tested simple non linear optimization problem with a liner constraint. I tried other form…