すべての公開記録
onayamiの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。
- 2025年3月28日 (金) 21:28 Moutaku3dayo トーク 投稿記録 がページ「Python uniq.py」を作成しました (ページの作成:「<syntaxhighlight lang="python" line> import argparse import sys def uniq(count, input_file): """ Filter out adjacent duplicate lines from input and optionally count occurrences. :param count: If True, prefix lines by the number of occurrences. :param input_file: Input file path or None for standard input. """ # Open the input file or use standard input input_source = open(input_file, "r") if input_file else sys.stdin try:…」)