Python,

Thumbnail of post image 104

Python のライブラリーを使えば簡単に株価をダウンロードすることができます

yfinance

Yahoo!ファイナンスAPI を使用する Python ライブラリです

Yahoo!、Y!Finance、Yahoo! ...

bat,windows

Thumbnail of post image 199

項目を分解したり 指定した文字列を削除したり 新しい項目を追加したり 並び替えたり 項目を並び替えたりします

バッチファイルで今日の日付の項目を追加しています

数字部分のカンマを削除しています。

タ ...

bat,PowerShell ,windows

Thumbnail of post image 054

クリップボードの内容をテキストファイルにするpowershell -command "get-clipboard">225.txtテキストファイルの内容をクリップボードにコピーclip < file.txtp ...

bat,windows

Thumbnail of post image 015

バッチファイル@echo offset SKIP1=25set SKIP2=771set SPAN1=3del output.txtset N=0:::powershell -command "get-clipboard" ...

Thumbnail of post image 149

トレーダーズウェブ銘柄名
(コード/市場)業種現値前日比
騰落率特色

全ての銘柄が1画面に入っており特色の記述があり とても分かりやすい

日本経済新聞証券コード銘柄名始値(円)高値(円)安値(円)現在値(円)前日比 ...

windows

Thumbnail of post image 025

無料でWindows 11で稼働確認できるものを調べました

DiskMaster

最高の無料バックアップとリカバリ、RAMディスク、およびpartitinマネージャー (idiskhome.com)

backup ...

bat,windows

Thumbnail of post image 024

コマンドを実行したら次のコマンドを実行するコマンド1 & コマンド2 & コマンド3 & コマンド4コマンドの実行が成功したら次のコマンドを実行するコマンド1 && コマンド2コマンドの実行が失敗したら次のコマンドを実行するコマンド1 || ...

C++

Thumbnail of post image 070
方法

triton をビルドする時にllvm のバージョンが違うとビルドできない時があります。指定したバージョンでビルドできるようにします

“D:\WinPython\content\triton\cmake\l ...

C++

Thumbnail of post image 195
error C1083: include ファイルを開けません。’atlbase.h’:No such file or directoryATL(Active Template Library)

vs_Build ...

C++

Thumbnail of post image 032

Microsoft C++ Build Tools のダウンロード インストールzlib-1.3.1をビルドしてみる例

GitHub – madler/zlib: A massively spiffy yet delicat ...