並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

one_linerの検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

one_linerに関するエントリは2件あります。 githubSQLite などが関連タグです。 人気エントリには 『One-liner for running queries against CSV files with SQLite』などがあります。
  • One-liner for running queries against CSV files with SQLite

    I figured out how to run a SQL query directly against a CSV file using the sqlite3 command-line utility: sqlite3 :memory: -cmd '.mode csv' -cmd '.import taxi.csv taxi' \ 'SELECT passenger_count, COUNT(*), AVG(total_amount) FROM taxi GROUP BY passenger_count' This uses the special :memory: filename to open an in-memory database. Then it uses two -cmd options to turn on CSV mode and import the taxi.

      One-liner for running queries against CSV files with SQLite
    • Cleaning up merged git branches: a one-liner from the CIA's leaked dev docs | spencer.wtf

      Cleaning up merged git branches: a one-liner from the CIA's leaked dev docs 20 Feb 2026 In 2017, WikiLeaks published Vault7 - a large cache of CIA hacking tools and internal documents. Buried among the exploits and surveillance tools was something far more mundane: a page of internal developer documentation with git tips and tricks. Most of it is fairly standard stuff, amending commits, stashing c

        Cleaning up merged git branches: a one-liner from the CIA's leaked dev docs | spencer.wtf
      1

      新着記事