AutoIt

Thumbnail of post image 131
方法

Chrome 上で要素を右クリック、「検証」を選ぶ
デベロッパーツール上で要素を右クリック、「Copy→Copy_full_xpath」を選ぶ

画像を認識して手で行っている作業を自動化します

/html/ ...

Python

Thumbnail of post image 130

whisper-micインストールpip install whisper-micオプション: --model 使用するモデル --device 使用するデバイス --english 英語モデルを使用するかどうか --verbose 詳細 ...

Python

Thumbnail of post image 193

インストール

ffmpegのダウンロードと展開ffmpeg-master-latest-win64-gpl.zip

Releases · BtbN/FFmpeg-Builds (github.com)

̶ ...

windows,オープンソース,スマホ

Thumbnail of post image 113

httpserver

Web ブラウザを使ってスマホからもアップロードや ダウンロードをすることができます

gohttpserver

GitHub – codeskyblue/gohttpserver: The b ...

Python

Thumbnail of post image 091
プログラムclass Person: def __init__(self, name, age, gender, hobbies, desired_age_range, desired_hobbies): self.name = name ...

お得&便利

Thumbnail of post image 052
現象

Send a message欄に文章を入力して送信ボタンを押しても反応しない

対応方法

アドレスバー左のアイコンをクリックして「Cookieとサイトデータ」→「Cookieとサイトデータを管理する」、
「デバイス ...

Thumbnail of post image 075
東証上場銘柄一覧

その他統計資料 | 日本取引所グループ (jpx.co.jp)

エクセルデータをダウンロードできます

日経平均株価の CSV データと 銘柄 一覧と株価換算係数 算出方法

指数情報 - 日経平均プ ...

お得&便利

Thumbnail of post image 195

Windows の機能では充電を80%にするなどの制御はできませんがメーカー側のソフトや BIOS を使うと対応することが可能です。フル充電のままバッテリーを使うと劣化するため 電源を挿したまま使うことを考慮してバッテリーの充電を制限 ...

Python

Thumbnail of post image 189
プログラムimport pandas as pddf = pd.read_csv ('ticker.csv')pivot_table = df.pivot (index='tick', columns= ...

Thumbnail of post image 090

trdsql

CSV、LTSV、JSON、YAML、TBLNでSQLクエリを実行できるCLIツール。様々なフォーマットに出力できます。

GitHub – noborus/trdsql: CLI tool that ...