AutoHotkey,bat,PowerShell 

Thumbnail of post image 001
バッチファイル:: バッチファイル用スクリプトset URL=" output="page_content.txt"start msedge.exe %URL%timeout/t 10echo MouseCli ...

Python,

Thumbnail of post image 042
Optunapip install Optunaサンプルimport osimport yfinance as yfimport pandas as pdfrom prophet import Prophetimport matplotli ...

Python,

Thumbnail of post image 140
インストール

pandas-datareader — pandas-datareader 0.10.0 documentation

pip install pandas-datareaderStooqimport datetime ...

Python

Thumbnail of post image 076
pystan

ソースファイルをダウンロードして自分でコンパイルします

install D:\WinPython\content\httpstan install D:\WinPython\content\pystan

Micr ...

Python,

Thumbnail of post image 016
prophetpip install convertdatepip install lunarcalendarpip install holidayspip install prophet

prophet · PyPI

サンプルi ...

Python,

Thumbnail of post image 039
Python のプログラムimport pandas as pd# 株価データと分割情報のCSVファイルの読み込みstock_data_csv = 'ticker225.csv' # 株価データのCSVファイルsplit_d ...

bat,LibreOffice

Thumbnail of post image 143

LibreOfficeCalc

LibreOffice CalcでCSVをインポートするマクロの使い方をご紹介します。

ステップ1: マクロを追加する

LibreOffice Calcを開きます。
任意のスプレッドシー ...

bat,windows

Thumbnail of post image 091
bitsadminset FILENAME=20231101.zipset FILENAME2=C:\data\%FILENAME%if not exist %FILENAME2% (bitsadmin/transfer "tes ...

LibreOffice

Thumbnail of post image 086

LibreOffice Calcで条件付き書式を使ってカラースケールを適用する方法

LibreOfficeCalc

セルを選択: 条件付き書式を適用したいセル範囲を選択します。
条件付き書式を選択: メニューバーから ...

bat,

Thumbnail of post image 102

sed

ストリーミングエディターで行ごとに文字列を加工

sed.exe -e "/^$/d" -e "/^ $/d" -e "s/(\(\+\))/,\1.T,/g" - ...