This gist demonstrates how to setup a python project that process a numpy array from C language.
To compile the project, run
make all
To test it, run
make test
| # using ssh or console, login to your X6100 | |
| # stop GUI | |
| [root@XIEGU-x6100:/root]# /etc/init.d/S99userappstart stop | |
| Stopping user app daemon: stopped /usr/app_qt/x6100_ui_v100 (pid 248) | |
| OK | |
| # recently monit introduced, now stop/start as below: | |
| [root@XIEGU-x6100:/]# cat ./etc/monitrc |
This gist demonstrates how to setup a python project that process a numpy array from C language.
To compile the project, run
make all
To test it, run
make test
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |