VirtualBox upgrade on macOS Upgrading VirtualBox on macOS disabled to run VM. This was because of security setting of macOS. The following steps perhaps worked: Reboot macOS System Preferences -> Security & Privacy Unlock and pushing some …

Change timezone on linxu sudo timedatectl set-timezone Asia/Tokyo How to Set or Change the Time Zone in Linux | Linuxize

Use conda-forge as default % cat .condarc channel_priority: strict channels: - conda-forge - defaults https://conda-forge.org/docs/user/tipsandtricks.html Header files of mkl % conda install -c conda-forge mkl-include

Use conda-forge as default % cat .condarc channel_priority: strict channels: - conda-forge - defaults https://conda-forge.org/docs/user/tipsandtricks.html

Resize windows in emacs Currently I'm using emacs in terminal. Resizing windows by mouse pointers is impossible. I need to learn the keybindings. What is most important is to resize windows evenly, which is C-x + as found below: How to cha…

Convert matplotlib imshow, contourf, and pcolormesh images to an image format Saving a plot by matplotlib imshow, contourf, or pcolormesh to a pdf file via savefig. It can be opened by Illustrator to handle it as a vector illustration. To …

Using mspyls instead of pyls On my computers, emacs often crashes with pyls. So now I'm trying mspyls. It seems python-language-server needs to be uninstalled. % pip uninstall python-language-server To let mspyls recognize a specific conda…

Useful python videos for scientists Numpy Introduction to Numerical Computing with NumPy | SciPy 2019 Tutorial | Alex Chabot-Leclerc - YouTube Python NumPy Tutorial for Beginners - YouTube Python Class Python Object Oriented Programming (O…

Numpy cdouble structure numpy/npy_common.h at b592ec8029a3c11f47ff69a42cb5470f9e60cc43 · numpy/numpy · GitHub Complex Number Objects — Python 3.9.2 documentation numpy.i: a SWIG Interface File for NumPy — NumPy v1.20 Manual c - C99 complex…

LASSO algorithm Lasso regression: implementation of coordinate descent — Data Blog

conda-forge compilers compilers 1.1.3 -> gcc 9.3.0 compilers 1.04 -> gcc 7.5.0

Coding style in Fortran? Fortran style guide — DFTB+ Developers guide 0.1 documentation Coding Standard - OpenCMISS Fortran Best Practices — Fortran90 1.0 documentation

Release announcement The following way seems to have a sort of popularity? GitHub - dotnet/announcements: Subscribe to this repo to be notified of Announcements and changes in .NET Core. GitHub - CoreWCF/announcements: Subscribe to this re…

texlab & lsp-latex & lsp-mode It works! Thanks for the developers' efforts! GitHub - ROCKTAKEY/lsp-latex: Emacs lsp-mode client for LaTeX, on texlab. GitHub - latex-lsp/texlab: An implementation of the Language Server Protocol for LaTeX Gi…

fortran-language-server & lsp-mode Emacs configuration (use-package lsp-mode :ensure t :mode (("\\.F90\\'" . f90-mode) ("\\.f03\\'" . f90-mode) ("\\.fpp\\'" . f90-mode) ("\\.pf\\'" . f90-mode) ("\\.F\\'" . f90-mode) ("\\.f\\'" . f90-mode) …

Fortranの解説 助かる! Fortran Advent Calendar 2018 - Qiita Fortran Advent Calendar 2019 - Qiita

To make dumb-jump case-insensitive I am reading a mixed-case fortran source-code. In my environment, dumb-jump can not jump from uppercase subroutine call to the lower case definition (and vise-versa). In dumb-jump, the word currently bein…

Emacs 24bit colors on tmux Setting up truecolor (24 bit color) in emacs in the terminal, under iTerm2, blink.sh, and others. · GitHub (install-terminfo-xterm-24bit.bash @localhost, @remotehost) How to display 24-bit color in Emacs on tmux(…

Manim 最近YouTubeで3Blue1Brownをを見る機会が増えた。3Blue1Brownをpythonで描けるということを次の記事で知った。 Pythonで美しい動画を作ろう - Qiita 早速macOS big sur上にインストールしてた。以下メモ。 conda cairoはbrewで入っている。ffmpegは無…

VMWareからVirtualBoxへ 複数に分かれているイメージファイルを一つにする。 Converting Multiple VMware disk image to single disk image - Server Fault ストレージデバイスなしで新しいVirtualBox VMを作って、VMWareイメージをIDEで接続する。 ゲストの…

結局Emacsを辞められない vscodeをチラチラ眺めながらも、結局emacsが辞められない。遺産がそれほどあるわけでもない。むしろemacsがどんどん使いやすくなっていくし、キーバインドに不満もないので辞められない。人に勧められないのが残念(良い解説を見つ…

elpy, flycheck, irony, company-modeなどなどのインストール emacsのpackage-installから。 パッケージ名は[elpy, flycheck, irony, company, company-irony, company-irony-c-hedears, smartrep, py-yapf] exec-path-from-shell, cmake-mode, yaml-mode, y…

Arlo Parks Arlo Parks

Ubuntuのタイムゾーンの設定 UTCになっていたときにJSTにするには、 % sudo timedatectl set-timezone Asia/Tokyo とする。

condaでOpenMPI enabledなhdf5のインストール conda install -c conda-forge "hdf5=*=*openmpi*"

Emacs 27.1: C-x C-fでファイルを/から探し始めるようになった。 軽い気持ちでcask upgradeしたらemacsのバージョンが上がった。 brew upgrade --cask そして表題の問題が発生した。 macos - How to set default directory for Emacs 27.1 app? - Ask Differ…

travis-CIとgithubにcodecovを加える設定 これ(Quick Start)を読んであちこちauthorizeする。 codecovとpytest-covをインストールする。 install: ... conda install --yes -c conda-forge codecov pytest-cov ... 以下を実行。 script: - pytest --cov-re…

ufwの設定 様々なportを開ける ufwをenableにするとportが全部閉じます。したがって、まずsshを通しておくか、 sudo ufw allow 22 もしくは、クラスタの内側のポートを全部開けてもいいなら sudo ufw allow from 192.168.1.0/24 sudo ufw allow from 123.123…

LDAP設定まとめ 設定の流れはこちら。https://help.ubuntu.com/community/OpenLDAPServer インストール LDAPサーバ slapdのインストールの前に、/etc/hostsの 127.0.1.1 hostname.local.domain hostname 部分を、dc=local,dc=domainと対応するように書きかえ…

gridengineのまとめ 無くなりそうでなくならないのでしぶとく使っています。 Ubuntu 22.04 対応するパッケージはこれかな? (https://packages.ubuntu.com/search?keywords=gridengine) % wget http://ftp.debian.org/debian/pool/main/g/gridengine/grideng…