もう旬なネタでも無いですが。 What’s is ML.NET?docs.microsoft.comML.NET の概要とそのしくみ - ML.NEThttps://docs.microsoft.com/ja-jp/dotnet/machine-learning/how-does-mldotnet-workML...
Introduction作業メモ。基本の基本ですが。 How to単純に、alias 駄目でした。どういうときに駄目だったかというと Makefile でpython呼び出してもaliasだと反映前になっていたため。 対応は 1234#!/bin/bashsudo update-alternatives --in...
Introduction追加する作業のメモ。MacMiniのTimemachine復元に失敗したため再インストールしたので。 How toOSX側まず、秘密鍵、公開鍵を作成し、authorized_keysを作成していきます。 123456789101112$ mkdir ~/.ssh$ chmod 700 ~/...
Introduction前回同様。 Answer 12345678class MyClass {public: const int& operator[](int) const ; int& operator[](int) ;};MyClass* m = new MyCl...
Introductionもうタイトルそのまま。すぐに忘れるし、調べてもキーワードが悪いのか、すぐにたどり着けないためメモ。 Answer 1234567class MyClass {public: int operator ()(int a, int b);};MyClass* m = ...
Introduction公式のGitLabのリポジトリをExportしてローカルのGitLabにImportする際、下記のエラーが発生しました。 Import version mismatch: Required 0.2.3 but was 0.2.4 What does it mean?要するに (Expor...
Introductionもう何番煎じかわからないですが。 How to?最初は公式 LaunchpadGit stable releases : “Ubuntu Git Maintainers” teamhttps://launchpad.net/~git-core/+archive/ubuntu/ppaThe...
Introductionwww.lenovo.com Lenovo Chromebook S330 | 14 型 Chromebook | レノボ・ ジャパン https://www.lenovo.com/jp/ja/notebooks/lenovo/lenovo-n-series/Lenovo-Chr...
Introductionこんな感じのエラーがでました。 12LFS: Put https://hogehoge:12345/test/sample.git/gitlab-lfs/objects/e14f763270cf193d0b5f74b169f44157a4b0c6efa708f4dd0ff78ee69176...
Introductionメモ。 Why?ssh.config の場所が悪い接続に失敗した際、出力コンソールに下記のようなログが出ていました。 123456789101112131415161718remote-ssh@0.44.0win32 x64SSH Resolver called for "ssh...