On going!
$ sudo apt install mpich libmpich-dev
$ sudo apt install mpich libxc-dev
$ sudo apt install mpich libfftw3-dev
$ sudo apt install python3.12-venv
$ tar xf qe-7.4.1-ReleasePack.tar.gz
メルカリの暗号資産(ビットコインBTC、イーサリアムETH、XRP)の月間取引報告書CSVファイルから 確定申告のために年間の損益計算をするためのRubyスクリプトmercari.rbと それをCrystal言語に移植したmercari.cr
ライセンスは GPLv3 で、完全無保証です。税務署に怒られてもしりません。
参考文献: https://help.jp.mercari.com/guide/articles/1513/ メルカル ビットコイン取引 取引報告書・損益計算方法
先日、無謀にも mrubyファミリ (組み込み向け軽量Ruby) Advent Calendar 2024 向けに mrubyをC言語のシミュレーションのプログラムに組み込んでDSLとして利用する という記事を書いてしまいました。 このgist文章はそのC++言語版かもしれません。
C++のクラスは小難しい構造体にすぎないので、
Munimula CoreXY 3D Printer
| # printer.cfg for EasyTheeD ET-4000 V2 | |
| # * CoreXY | |
| # * Proximity sensor | |
| # * Sherpa Micro with NEMA14 motor | |
| # * multi-printers under one Klipper host | |
| # | |
| # I wrote Klipper firmware into ET-4000 V2 with ATmega1284P through | |
| # my Linux PC, a "USB Tiny ISP" and a 6-pin cable. | |
| # See https://gist.github.com/t-nissie/a9c81376cf0898c0ec0b453d5a385d33 | |
| ## |
| # CoreXY printer.cfg for EasyThreeD ET4000+ board | |
| # I use ET4000+ main board for my CoreXY printer project. | |
| # ET4000+ is MKS Robin Lite compatible. | |
| # Motor ampere can be controlled via pwm pins: PB0, PA7 and PA6. | |
| # Original file is https://github.com/makerbase-mks/Klipper-for-MKS-Boards/blob/main/MKS%20Robin%20Lite%20V1.1/generic-mks-robin-lite-v1.cfg | |
| # The firmware binary is also in the same GitHub directory. | |
| # To use this config, the firmware should be compiled for the | |
| # STM32F103RCT6. When running "make menuconfig", enable "extra low-level | |
| # configuration setup", select the 28KiB bootloader, and serial (on |
USBtiny or "USB Tiny ISP" is a writer/reader for in-system programming (ISP) or in-circuit serial programming (ICSP) for AVR. Although there is no drivers for Windows 10 nor 11, we can still use USBtiny with Linux.