広告が嫌いですか? 行く 広告なし 今日

データツール

HAR to cURL Commands Extractor

HAR to cURL Commands Extractor A HAR (HTTP Archive) file captures every network request your browser made on a page — but reading raw HAR JSON is painful, and reproducing a single request by hand is worse. This tool parses a HAR export entirely in your browser and turns each captured request into a ready-to-run cURL command, complete with method, headers, cookies and request body. Drop it into a terminal to replay an API call, share a reproducible bug report, or move a request from DevTools into a script. How to Use In your browser DevTools, open the Network tab, right-click any request and choose “Save all as HAR with ...

ツールを試す »

SQL Parameterizer

SQL Parameterizer SQL Parameterizer turns a query full of hardcoded values into a safe, reusable prepared statement. Paste SQL with inline string and numeric literals and instantly get back a parameterized query plus the extracted values as a JSON array — ready to bind in your application code. How to Use Paste your SQL into the input box, then choose a placeholder style that matches your database driver: PostgreSQL ($1, $2), MySQL or SQLite (?), or Oracle/named (:p1, :p2). Optionally toggle whether string and numeric literals are parameterized. The parameterized SQL and the ordered values array update automatically — copy or download either one. Features Multiple placeholder styles – PostgreSQL ...

ツールを試す »

ISO Week Number Calculator

ISO Week Number Calculator The ISO Week Number Calculator converts any date into its ISO 8601 week number, week-year, and Monday-to-Sunday range. It also works in reverse, turning a week-year and week number back into exact dates, and shows a full-year calendar of every ISO week. Because ISO 8601 numbering has subtle edge cases around week 53 and the year boundary, this tool gives you instant, verifiable answers for scheduling, payroll, sprint planning, and reporting. How to Use Pick any date to instantly see its ISO week number, ISO week-year, and the Monday and Sunday that bound that week. Use the Previous week, This week, and Next week buttons to ...

ツールを試す »

Fibonacci Retracement Level Calculator

Fibonacci Retracement Level Calculator The Fibonacci Retracement Level Calculator turns a single swing high and swing low into a complete table of Fibonacci retracement and extension price levels. Instead of eyeballing a chart or running the arithmetic by hand, you get the exact prices for every key ratio in an instant — ready to drop into your trading plan, alerts, or risk model. Everything runs in your browser, so your numbers never leave your device. How to Use Enter the swing high — the peak price of the move you are measuring. Enter the swing low — the trough price of the same move. Choose the trend direction: uptrend (a ...

ツールを試す »

Kustomize kustomization.yaml Generator

Kustomize kustomization.yaml Generator Assemble a valid kustomization.yaml file without memorizing the Kustomize schema. Pick the features you need — resources, name prefixes, labels, image overrides, generators, and patches — and the tool emits clean YAML using the current kustomize.config.k8s.io/v1beta1 API version, steering clear of deprecated fields that commonly slip into hand-written or AI-generated configs. How to Use List your resource files or bases, one path per line. Optionally set a namespace, name prefix/suffix, common labels, and annotations. Add image overrides as matchName=newName:newTag, or override replica counts. Toggle a configMapGenerator or secretGenerator and supply literals or files. Copy the generated kustomization.yaml or download it directly into your overlay directory. Features Current ...

ツールを試す »

INI to YAML Converter

INI to YAML Converter Convert INI configuration files into clean, structured YAML — and back again. This tool parses your INI sections, infers real data types (booleans, numbers, and null), and rebuilds the data as properly indented YAML mappings entirely in your browser. A reverse mode turns YAML back into sectioned INI, filling the gap left by tools that only handle JSON. How to Use Paste your INI configuration into the input box, or load the built-in example. Keep the direction on INI to YAML, or switch to YAML to INI to reverse the conversion. Adjust the options — type inference, comment stripping, and duplicate-key handling — to match your ...

ツールを試す »

XML to YAML Converter

XML to YAML Converter Paste any XML document and instantly get clean, readable YAML. This converter runs entirely in your browser and faithfully preserves structure, attributes, and repeated elements that automated rewriters often drop or collapse. It is ideal for migrating configuration files, API payloads, or data exports from XML into the more concise YAML format. How to Use Paste your XML into the input box, or load the built-in example. Choose how attributes should be handled: keep them with an @ or _ prefix, or merge them flat into the object. Optionally strip namespace prefixes and toggle whitespace trimming or array wrapping for repeated siblings. Pick a 2- or ...

ツールを試す »

SQL CREATE TABLE Generator

SQL CREATE TABLE Generator The SQL CREATE TABLE Generator helps developers and database administrators quickly build accurate DDL (Data Definition Language) statements for MySQL, PostgreSQL, SQLite, and SQL Server. Define your columns, data types, constraints, and indexes through a visual interface and get production-ready SQL instantly. How to Use Select your SQL dialect (MySQL, PostgreSQL, SQLite, or SQL Server), enter a table name, then add columns by clicking “Add Column”. For each column choose the data type, set a length if needed, and check any constraints (PRIMARY KEY, AUTO INCREMENT, NOT NULL, UNIQUE). Optionally fill in a default value or foreign key reference. Add indexes using “Add Index” — name ...

ツールを試す »

Environment Variable Template Expander

Environment Variable Template Expander Paste a template containing variable placeholders along with your environment variables, and instantly see the fully expanded result. Supports ${VAR}, {{VAR}}, %VAR%, and $VAR syntaxes, with auto-detection to handle all four in the same template. Unresolved placeholders are highlighted in a sidebar so you can see at a glance which keys are missing. The whole thing runs in your browser. Nothing is uploaded to a server, which matters when you are pasting actual secrets while previewing a config render. The substitution is deterministic, so the output you see is exactly what a build pipeline using the same placeholders would produce. How to Use Paste your template ...

ツールを試す »

JSONをGraphQL型定義に変換する生成器

JSON to GraphQL Type Definitions Generator Paste any JSON object or array and instantly receive a GraphQL Schema Definition Language (SDL) document that describes its shape. The generator walks the JSON tree, infers scalar types, names nested objects, merges array-of-object variants, and emits an optional root Query type so the output is ready to drop into a server like Apollo, Yoga, Mercurius, or graphql-go. Why a Deterministic JSON to GraphQL SDL Converter Matters Hand-writing GraphQL types from a sample payload is mechanical but error-prone. A single missed nullable, an inconsistent Int vs Float, or a forgotten non-null marker on a list element can break code generation for every downstream client. ...

ツールを試す »

TypeScript タイプ ストリッパー

TypeScript Type Stripper The TypeScript Type Stripper turns TypeScript source into clean, runnable JavaScript by erasing every compile-time construct the language adds on top of ECMAScript. Type annotations, interface declarations, type aliases, generic parameters, enums, decorators, and non-null assertions are removed in a single deterministic pass while the runtime logic of your program is preserved exactly as written. The tool runs entirely in your browser using the official TypeScript compiler API, so your source code never leaves your machine. Output is identical to what tsc would produce for the same input, which makes the stripper safe for porting libraries, sharing snippets in plain-JavaScript contexts, debugging post-transpile behaviour, and migrating off ...

ツールを試す »

カーボンフットプリント推定ツール

カーボンフットプリント推定器 あなたの年間個人のカーボンフットプリント(tCO2e単位)を、輸送、家庭エネルギー、食事、消費製品の分野で推定します。この推定器は、EPA、IPCC AR6、IEA、および同行レビューされた排出係数を用いて、ライフスタイルの入力情報を透明なカテゴリ別に変換し、あなたの総排出量を主要国ごとの一人当たり平均値と比較し、自発的に排出量をカーボン市場で補償するコストを推定します。使い方 年間の短距離および長距離飛行距離(乗客キロメートル単位)を入力してください。年間の自動車移動距離を入力し、エンジンタイプ(ガソリン、ディーゼル、ハイブリッド、EV)を選択してください。家庭用電気の年間使用量(kWh/年)を入力し、グリッド地域を選択してください——同じkWh ...

ツールを試す »

Sitemap XML パーサーおよびURL抽出ツール

Sitemap XML パーサーおよびURL抽出ツール sitemap.xmlまたはsitemap indexファイルのコンテンツを貼り付け、すべてのURLとlastmod、changefreq、priorityを即座に抽出します。パーサーはブラウザのネイティブDOMParserを使用して動作し、ページ外に何も送信されません。新しさに基づいてフィルタリングし、任意の列でソートし、Markdown、CSV、JSON、またはシンプルなURLリストにエクスポートできます。検索エンジンに送られる前に無効なpriorityや形式が間違った日付をキャッチします。使い方 sitemapのコンテンツを入力ボックスに貼り付け、または.xmlファイルをアップロードします。ツールはルート要素が<urlset>か<sitemapindex>かを検出し、すべての項目をパースします。出力フォーマットを選択します——Markdown ...

ツールを試す »

OpenAPI 2 から 3 へのコンバーター

OpenAPI v2 から v3 へのコンバータ スワーグル 2.0 の仕様を貼り付け、OpenAPI 3.0.3 の有効なバージョンを JSON または YAML で取得できます。このコンバータは、公式の構造マッピングルールを適用します——定義を components/schemas 以下に移動し、host、basePath、および schemes をサーバーにまとめる、consumes および produces を各操作のコンテンツマップに分割し、form パラメータおよびセキュリティ定義を再構成——これにより、あなたの仕様は現代の OpenAPI ツールで正常に動作します。使い方 スワーグル 2.0 の仕様を入力ボックスに貼り付けます。JSON および YAML はどちらも受け入れられ、形式は自動検出されます。出力形式を選択します:入力形式を維持するか、または JSON または YAML に強制します。Patch で必要なフィールドが欠落している場合、自動で埋め込みを残します。

ツールを試す »

EV充電コスト計算機

EV充電コスト計算機 エレクトリック車の次の充電費用を正確に推定します。自宅または公共の充電ステーションでの充電費用と、レベル1の出力、レベル2の壁式充電器、またはDC高速充電器での充電時間について。バッテリー容量、現在の充電状態、目標パーセンテージ、電気料金、および車両の効率を入力し、必要なエネルギー量、請求額、1キロメートルまたは1マイルあたりのコスト、月間運転コストの見積もり、および各充電器クラスごとの充電時間表を表示します。米国、英国、EU、オーストラリア、カナダ、ノルウェーの電気料金のプリセットが組み込まれており、道路旅行計画を検証できます。

ツールを試す »

GeoJSON ↔ WKT スペーシャルデータコンバーター

GeoJSON ↔ WKT スペーシャルデータコンバーター GeoJSONとWKT(Well-Known Text)の間で幾何学的データを相互に変換し、座標が逆転したかどうかを心配する必要がありません。どちらの形式も貼り付け、方向を選び(または自動検出を有効に)、リアルタイムでOpenStreetMapプレビュー上で幾何学的形状が表示され、データベース、マップタイル、またはGISパイプラインに投入する前に形状を確認できます。使い方 GeoJSONの幾何学的データ、特徴、特徴コレクション、またはWKT文字列を入力ボックスに貼り付けます。方向は「自動検出」に設定し、入力が曖昧な場合は明示的に選択します。長さの多い小数を切り捨てたい場合は、精度を設定できます。デフォルトではすべての小数を保持します...

ツールを試す »

縫製・生地用量計算機

縫製・生地用量計算機 推測せずに生地の量を買うことができる。この計算機は、衣類のデザインと体の測定値をもとに、生地の幅、縫い目、袖、パターンのマッチング、収縮や誤りへのバッファを考慮した正確な用量を算出します。fabric storeへの訪問前に毎回使用し、必要な分だけでもう少し多くてもいいように歩いて出られます。使い方 グラムを選びます:スカート、シャツ、ドレス、パンツ、またはクイートブロック。単位システムを選択します — インチとヤードのインチ制(imperial)またはセンチメートルとメートルのメートル制(metric)。ボルトのラベルから生地の幅を選択します(45、5、60インチ;115、137、150cm)。...

ツールを試す »

Kubernetes ConfigMap および Secret 生成器

Kubernetes ConfigMap および Secret 生成器 KEY=value のシンプルなリストから、kubectl が使える Kubernetes ConfigMap および Secret のマニフェストを生成します。生成器はリソース名を RFC 1123 に従って検証し、Secret のデータフィールドの値を base64 エンコードし、kubectl apply -f - に直接パイプできるクリーンな YAML を出力します。データはブラウザから離れません。使い方 リソースタイプを選択します:非機密な設定用の ConfigMap または、認証情報、トークン、証明書用の Secret。小文字のリソース名(RFC 1123)を入力し、必要に応じてネームスペースを指定します。Secret の場合、秘密タイプ(Opaque、kubernetes.io/dockerconfigjson、kubernetes.io/tls など)を選択し、値を自動 base64 エンコード(data:)にするか、そのままの形式(stringData:)にするかを決定します。キー/値ペアを貼り付け、一つ...

ツールを試す »

株式・外国為替のポジションサイズ計算機

株式・外国為替取引のポジションサイズ計算機 リスクマネージャーのように取引し、賭博のようにしない。このポジションサイズ計算機は、あなたの口座残高とリスク許容度をもとに、正確な株式、外国為替取引のロット、または暗号資産の単位数を計算します。そのため、1回の損失取引が口座を吹き飛ばすことはありません。入場価格、ストップロス、およびオプションのターゲット利益を入力し、ツールは即座に再計算し、最大ドルリスク、潜在的な利益、およびリスク対リワード比率を表示します。使い方 モードを選択:株式、外国為替、または暗号資産。口座残高を入力し、口座通貨を選択します。パーセンテージリスク(推奨:1〜2%/取引)または固定額を選択します。外国為替取引の場合は……

ツールを試す »

アパッチ アヴァロ スキーマ フォーマッター&バリデーター

Apache Avro スキーマフォーマッター&バリデーターパスティング Apache Avro JSON スキーマを入力し、ブラウザ上で整形し、公式Avro仕様に従ってバリデーションを行います。このツールは、単純なJSONリントツールやLLMが見落とす問題を検出します。たとえば、無効な型結合、デフォルト値が最初の結合ブランチと一致しない、重複するフィールド名、解決されていない名前付き型参照、命名規則に違反するenumシンボルなどです。また、Avro仕様で定義されたパーサーの標準形式(Parsing Canonical Form)を生成し、スキーマのハッシュ値やプロダクターやコンシューマー間の互換性チェックに使用されます。使い方 .avscスケーマ(JSONドキュメント)を入力エリアに貼り付け、またはドロップします……

ツールを試す »
広告なしで楽しみたいですか? 今すぐ広告なしで

拡張機能をインストールする

お気に入りのブラウザにIOツールを追加して、すぐにアクセスし、検索を高速化します。

に追加 Chrome拡張機能 に追加 エッジ拡張 に追加 Firefox 拡張機能 に追加 Opera 拡張機能

スコアボードが到着しました!

スコアボード ゲームを追跡する楽しい方法です。すべてのデータはブラウザに保存されます。さらに多くの機能がまもなく登場します!

ニュースコーナー 技術ハイライト付き

参加する

価値ある無料ツールの提供を継続するためにご協力ください

コーヒーを買って