bat,windows

Thumbnail of post image 136

バッチファイル

1列目はそのまま1列目に表示し2列目を横に並べます

@echo offsetlocal enableDelayedExpansion:: ファイル名を指定set inputFile="ticker\tic ...

bat,PowerShell ,windows

Thumbnail of post image 124

バッチファイルpowershell -Command "Get-Content -Path 'output3.txt' -Encoding Default | ConvertFrom-Csv -Delimiter ...

Python,

Thumbnail of post image 070

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

yfinance

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

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

bat,windows

Thumbnail of post image 119

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

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

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

タ ...

bat,PowerShell ,windows

Thumbnail of post image 151

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

bat,windows

Thumbnail of post image 125

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

Thumbnail of post image 079

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

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

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

windows

Thumbnail of post image 028

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

DiskMaster

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

backup ...

bat,windows

Thumbnail of post image 199

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

C++

Thumbnail of post image 093
方法

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

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