title stringlengths 1 551 | source stringclasses 83
values | url stringlengths 13 578 | category stringclasses 11
values | language stringclasses 12
values | content stringlengths 80 800 | chunk_id int64 0 6.66k | chunk_length int64 80 800 | last_updated stringdate 2026-03-23 10:49:51 2026-03-23 11:44:43 |
|---|---|---|---|---|---|---|---|---|
Component | angular | https://angular.dev/api/core/Component | framework | typescript | ule generates a compilation error. The CSS selector that identifies this directive in a template and triggers instantiation of the directive. Declare as one of the following: element-name : Select by element name. .class : Select by class name. [attribute] : Select by attribute name. [attribute=value] : Select by attri... | 12 | 799 | 2026-03-23T10:52:47.698358 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | p and run an Inngest function. 💡 If you prefer to explore code instead, here are example apps in the frameworks currently supported by Inngest: [FastAPI](https://github.com/inngest/inngest-py/tree/main/examples/fast_api), [Django](https://github.com/inngest/inngest-py/tree/main/examples/django), [Flask](https://github... | 471 | 796 | 2026-03-23T10:50:47.948365 |
release-notes-2.5.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.5.0 | mobile | dart | la: yes, waiting for tree to go green, platform-fuchsia) 25786 Manual Skia roll to be1c99658979972e87cad02e9e5b979c190f2c99 (cla: yes, waiting for tree to go green) 25794 Roll Skia from be1c99658979 to b7223e1269f2 (12 revisions) (cla: yes, waiting for tree to go green) 25796 Roll Skia from b7223e1269f2 to 3386533c20fe... | 632 | 799 | 2026-03-23T11:13:43.940763 |
Iteration_protocols | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | language | javascript | nonWellFormedIterable[Symbol.iterator] = () => 1; [...nonWellFormedIterable]; // TypeError: [Symbol.iterator]() returned a non-object value nonWellFormedIterable[Symbol.iterator] = () => ({}); [...nonWellFormedIterable]; // TypeError: nonWellFormedIterable[Symbol.iterator]().next is not a function For async iterables, ... | 16 | 800 | 2026-03-23T11:30:36.438080 |
np1queryprob.html | sqlite | https://www.sqlite.org/np1queryprob.html | database | sql | DER BY isprim DESC; SELECT 1 FROM private WHERE rid=68024; SELECT value FROM tagxref WHERE tagid=8 AND tagtype>0 AND rid=68018; SELECT pid FROM plink WHERE cid=68018 AND pid NOT IN phantom ORDER BY isprim DESC; SELECT 1 FROM private WHERE rid=68018; SELECT value FROM tagxref WHERE tagid=8 AND tagtype>0 AND rid=68012; S... | 11 | 800 | 2026-03-23T11:09:32.349171 |
?s=ai | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ai | devops | python | eceiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 Lic... | 141 | 800 | 2026-03-23T11:24:07.879661 |
Exponential | tensorflow | https://www.tensorflow.org/api_docs/python/tf/compat/v1/distributions/Exponential | ml | python | on. Returns logcdf a Tensor of shape sample_shape(x) + self.batch_shape with values of type self.dtype . log_prob View source log_prob ( value , name = 'log_prob' ) Log probability density/mass function. Args value float or double Tensor . name Python str prepended to names of ops created by this function. Returns log_... | 10 | 750 | 2026-03-23T11:22:13.492538 |
c4 | transformers | https://huggingface.co/datasets/allenai/c4 | ai | python | igte dat hulle deur die Kruisvaarders na Europa oorgedra word, wat aandui dat die ras reeds teen daardie tyd vasgestel is. Turkse Van-katte is in 1955 na die Verenigde Koninkryk gebring en in 1969 het hulle die amptelike erkenning ontvang van die GCCF, die Britse Raad van die Koolkuns. Die eerste keer dat Turkse Vans i... | 110 | 800 | 2026-03-23T11:22:33.736671 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | nce degradation in child processes when the sys.path was required due to additional repeated work in every worker. It could also have a side effect of "" remaining in sys.path during forkserver preload imports instead of the absolute path from os.getcwd() at multiprocessing import time used in the worker sys.path . The... | 262 | 799 | 2026-03-23T10:57:25.352962 |
go | go | https://go.dev/pkg/cmd/go/ | language | go | es within existing files. Those commands can run any process but the intent is to create or update Go source files. Go generate is never run automatically by go build, go test, and so on. It must be run explicitly. Go generate scans the file for directives, which are lines of the form, //go:generate command argument...... | 29 | 800 | 2026-03-23T11:25:23.759198 |
?s=source-generator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=source-generator | devops | python | When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/aerospikereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector)... | 97 | 799 | 2026-03-23T11:33:15.587047 |
nx-cloud | nx | https://nx.dev/nx-cloud | tooling | typescript | Nx Cloud - Get to green PRs, automatically. Docs Blog Solutions Resources Nx Cloud Pricing Enterprise Contact Try Nx Cloud for Free Get to green PRs , automatically. Nx Cloud is the only monorepo platform that is smart, scalable, and self-healing so your CI isn’t your bottleneck. Get Started Now Book a Demo The Problem... | 0 | 800 | 2026-03-23T10:53:02.188962 |
blog?page=9 | planetscale | https://planetscale.com/blog?page=9 | database | sql | with destroy_async delete destroy and scheduled cron jobs. → The Slotted Counter Pattern [ Engineering ] By Sam Lambert | July 28, 2022 Handle MySQL increment counter bursts with the Slotted Counter Pattern → Behind the scenes: How we built Password Roles [ Engineering ] By Phani Raju | July 27, 2022 Learn how we lever... | 1 | 800 | 2026-03-23T11:05:01.499878 |
?s=azure-sdk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-sdk | devops | python | stall To install this instrumentation library run: dotnet add package ThrottlingTroll 10.0.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Repository WCF Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Instruments WCF clients and/or servi... | 212 | 800 | 2026-03-23T11:36:42.160549 |
?s=sigv4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sigv4 | devops | python | Telemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.148.0 v0.148.0 Version Collector Language... | 48 | 800 | 2026-03-23T11:29:48.769619 |
2.12.5 | git | https://git-scm.com/docs/git-push/2.12.5 | devops | bash | ecifying the expected value, will protect the named ref (alone), if it is going to be updated, by requiring its current value to be the same as the remote-tracking branch we have for it. --force-with-lease= <refname> : <expect> will protect the named ref (alone), if it is going to be updated, by requiring its current v... | 13 | 799 | 2026-03-23T10:59:55.445870 |
vitess | planetscale | https://planetscale.com/vitess | database | sql | Vitess — PlanetScale Get started with PlanetScale Postgres for just $5/month. Learn more Vitess Vitess is a battle-hardened open source technology invented at YouTube for deploying, scaling, and managing large clusters of database instances. It now powers some of the largest sites on the Internet. Get managed Vitess Do... | 0 | 799 | 2026-03-23T10:51:22.129269 |
changelog | turso | https://docs.turso.tech/tursodb/changelog | database | sql | th MVCC (Pere Diaz Bou) perf/btree: implement fast algorithm for defragment_page (Jussi Saurio) bindings/rust: add with_mvcc option, open with path too! (Pere Diaz Bou) core/mvcc: implement seeking operations with rowid (Pere Diaz Bou) bindings/rust: add with_mvcc option (Pere Diaz Bou) Add bitmap to track pages in are... | 132 | 799 | 2026-03-23T10:55:52.803323 |
picture-using-camera | flutter | https://docs.flutter.dev/cookbook/plugins/picture-using-camera | mobile | dart | Take a picture using the camera Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Take a picture using the camera vertical_align_t... | 0 | 727 | 2026-03-23T11:33:28.546039 |
?s=f | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=f | devops | python | e of your systems masstransit .net client .net Quick Install To install this instrumentation library run: dotnet add package MassTransit 3.2.1 Version .NET Language Instrumentation Component Apache-2.0 License Website Documentation Package Details (nuget) Repository MassTransit Instrumentation for OpenTelemetry .NET de... | 206 | 800 | 2026-03-23T11:39:40.098459 |
?s=esbuild | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=esbuild | devops | python | y to tracing. rust instrumentation Quick Install To install this instrumentation library run: cargo add tracing-opentelemetry 0.22.0 Version Rust Language Instrumentation Component MIT License Package Details (crates) Repository Trillium Instrumentation first party integration by Jacob Rothstein OpenTelemetry integrati... | 359 | 800 | 2026-03-23T11:31:45.079634 |
docker | docker | https://docs.docker.com/build/metadata/attestations/ | devops | bash | _DEFAULT_ATTESTATIONS environment variable. See Provenance attestation for more details about provenance modes and options. Storage BuildKit produces attestations in the in-toto format , as defined by the in-toto framework , a standard supported by the Linux Foundation. Attestations attach to images as a manifest in th... | 3 | 800 | 2026-03-23T11:10:34.385901 |
rate-limit-debouncing-throttling-explained | inngest | https://www.inngest.com/blog/rate-limit-debouncing-throttling-explained | devops | typescript | t data Real-time sync operations Deduplication of rapid user actions Ensuring only one payment processes per order Unlike rate limiting (which controls frequency) or debouncing (which delays execution), Singleton Functions ensure mutual exclusion—only one run per key executes at a time. Learn more about Singleton Funct... | 10 | 341 | 2026-03-23T11:22:12.485755 |
locations | turso | https://docs.turso.tech/cli/db/locations | database | sql | db locations - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation db db locations Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Turso Cloud Introduction Quickstart Local Development libSQL Migrate to Turso Durability Guarantees Private Endpoints BYOK Encryptio... | 0 | 800 | 2026-03-23T11:06:52.642217 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/languages/java/api/ | devops | python | import io.opentelemetry.api.trace.Tracer ; public class NoopUsage { private static final String SCOPE_NAME = "fully.qualified.name" ; public static void noopUsage () { // Access the no-op OpenTelemetry instance OpenTelemetry noopOpenTelemetry = OpenTelemetry . noop (); // No-op tracing Tracer noopTracer = OpenTelemetry... | 66 | 799 | 2026-03-23T10:56:34.162075 |
contents.html | python | https://docs.python.org/3/contents.html | language | python | ining Functions 4.9. More on Defining Functions 4.9.1. Default Argument Values 4.9.2. Keyword Arguments 4.9.3. Special parameters 4.9.3.1. Positional-or-Keyword Arguments 4.9.3.2. Positional-Only Parameters 4.9.3.3. Keyword-Only Arguments 4.9.3.4. Function Examples 4.9.3.5. Recap 4.9.4. Arbitrary Argument Lists 4.9.5. ... | 53 | 800 | 2026-03-23T10:50:07.794701 |
playground-model-providers | langchain | https://docs.langchain.com/langsmith/playground-model-providers | ai | python | Model providers - Docs by LangChain Skip to main content Docs by LangChain home page LangSmith Search... ⌘ K Search... Navigation Model providers Get started Observability Evaluation Prompt engineering Agent deployment Platform setup Reference Overview Quickstart Concepts Polly AI assistant Beta Model providers Create ... | 0 | 800 | 2026-03-23T10:58:01.831058 |
?s=pillarjs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pillarjs | devops | python | plugin for the gin-gonic/gin package. go instrumentation http Go Language Instrumentation Component Apache 2.0 License Repository go-pg instrumentation first party integration by go-pg Authors Instrumentation for go-pg PostgreSQL client. go instrumentation postgresql Go Language Instrumentation Component BSD-2-Clause L... | 221 | 799 | 2026-03-23T11:32:31.642069 |
xml.etree.elementtree.html | python | https://docs.python.org/3/library/xml.etree.elementtree.html | language | python | , with the name of the prefix that went out of scope. Added in version 3.8. class xml.etree.ElementTree. C14NWriterTarget ( write , * , with_comments = False , strip_text = False , rewrite_prefixes = False , qname_aware_tags = None , qname_aware_attrs = None , exclude_attrs = None , exclude_tags = None ) ¶ A C14N 2.0 w... | 53 | 796 | 2026-03-23T11:08:55.613552 |
wal.html | sqlite | https://www.sqlite.org/wal.html | database | sql | ers must exist on the same machine. This is why the write-ahead log implementation will not work on a network filesystem. Writers merely append new content to the end of the WAL file. Because writers do nothing that would interfere with the actions of readers, writers and readers can run at the same time. However, sinc... | 9 | 797 | 2026-03-23T10:54:35.527239 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/models/anthropic/ | ai | python | hropic_cache_messages setting (adds cache points to message content) Each setting uses at most 1 cache point , but you can combine them. Example: Using All 3 Cache Point Sources Define an agent with all cache settings enabled: With Pydantic AI Gateway Directly to Provider API Learn about Gateway from pydantic_ai import... | 14 | 799 | 2026-03-23T10:56:49.604149 |
?s=storage | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=storage | devops | python | ation histograms, following the OTel semantic conventions for MCP. Covers both protocol-level errors and application-level tool handler errors. go instrumentation mcp model-context-protocol gen-ai Go Language Instrumentation Component MIT License Documentation Repository MongoDB database instrumentation by 🔭 OpenTelem... | 227 | 800 | 2026-03-23T11:38:30.886287 |
docker | supabase | https://supabase.com/docs/guides/self-hosting/docker | database | typescript | ication API for user sign-ups, logins, and session management PostgREST - Web server that turns your Postgres database directly into a RESTful API Realtime - Elixir server that listens to Postgres database changes and broadcasts them to subscribed clients Storage - RESTful API for managing files in S3, with Postgres ha... | 14 | 800 | 2026-03-23T10:59:04.776801 |
physics-simulation | flutter | https://docs.flutter.dev/cookbook/animation/physics-simulation | mobile | dart | is recipe uses these steps: Set up an animation controller Move the widget using gestures Animate the widget Calculate the velocity to simulate a springing motion Step 1: Set up an animation controller # Start with a stateful widget called DraggableCard : dart import ' package:flutter/material.dart ' ; void main ( ) { ... | 1 | 788 | 2026-03-23T11:16:16.069466 |
?s=core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=core | devops | python | OpenTelemetry Authors 🔭 The Datadog APM Receiver accepts traces in the Datadog APM format datadog receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver... | 109 | 798 | 2026-03-23T11:38:36.158235 |
core-application | temporal | https://docs.temporal.io/develop/ruby/core-application | devops | go | t the top of the definition. You must register the Workflow with the Worker before it can be invoked. Only one Dynamic Workflow can be present on a Worker. Often, dynamic is used in conjunction with workflow_raw_args which does not convert arguments but instead passes them through as a splatted array of Temporalio::Con... | 15 | 800 | 2026-03-23T11:04:53.249528 |
sql | flutter | https://docs.flutter.dev/app-architecture/design-patterns/sql | mobile | dart | , and loaded by the load command. This method calls the TodoRepository and fetches the list of ToDo items. dart List < Todo > _todos = [ ] ; List < Todo > get todos => _todos ; Future < Result < void >> _load ( ) async { try { final result = await _todoRepository . fetchTodos ( ) ; switch ( result ) { case Ok < List < ... | 5 | 724 | 2026-03-23T11:33:18.531600 |
preprocessing.html | scikit_learn | https://scikit-learn.org/stable/modules/preprocessing.html | ml | python | from any distribution to as close to a Gaussian distribution as possible in order to stabilize variance and minimize skewness. PowerTransformer currently provides two such power transformations, the Yeo-Johnson transform and the Box-Cox transform. Yeo-Johnson transform # \[\begin{split}x_i^{(\lambda)} = \begin{cases} [... | 17 | 800 | 2026-03-23T10:50:20.182745 |
git-merge | git | https://git-scm.com/docs/git-merge | devops | bash | ted for such paths. If merge.renames is false , merge.directoryRenames is ignored and treated as false . Defaults to conflict . merge.renormalize Tell Git that canonical representation of files in the repository has changed over time (e.g. earlier commits record text files with CRLF line endings, but recent ones use LF... | 42 | 797 | 2026-03-23T10:50:25.729258 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | all unknown and duplicate fields encountered. Body Parameters Parameter Description body ClusterTrustBundle Response Code Description 200 ClusterTrustBundle OK 201 ClusterTrustBundle Created 202 ClusterTrustBundle Accepted Patch partially update the specified ClusterTrustBundle HTTP Request PATCH /apis/certificates.k8s... | 1,781 | 800 | 2026-03-23T10:56:49.344121 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | uture (); rule11 . join (); CompletableFuture < Void > rule2 = asyncCommands . lpush ( "bikes:repairs" , "bike:1" , "bike:2" , "bike:3" ) . thenCompose ( res30 -> { System . out . println ( res30 ); // >>> 3 return asyncCommands . exists ( "bikes:repairs" ); }). thenCompose ( res31 -> { System . out . println ( res31 )... | 586 | 800 | 2026-03-23T11:05:26.645759 |
index.html | java | https://docs.oracle.com/en/middleware/fusion-middleware/coherence/index.html | language | java | ore Resources Oracle Technology Network Coherence Community Blog Oracle Learning Library YouTube Connect LinkedIn Facebook Twitter Back to main content | 1 | 151 | 2026-03-23T11:03:18.385717 |
sla | supabase | https://supabase.com/docs/company/sla | database | typescript | n 90 days. Failures in applying configuration or service updates (e.g., Auth settings) to branches with stale or diverged states. Realtime # SLA Scope: Regional Dependencies: Postgres, Auth Downtime Definition: Any period during which the Realtime service is unavailable for permitted users to send and receive event not... | 12 | 800 | 2026-03-23T11:20:46.250957 |
supabase-storage-cp | supabase | https://supabase.com/docs/reference/cli/supabase-storage-cp | database | typescript | │ very_bloated_table │ 41.0 │ 700 MB table │ public │ my_table │ 4.0 │ 76 MB table │ public │ happy_table │ 1.0 │ 1472 kB index │ public │ happy_table::my_nice_index │ 0.7 │ 880 kB Usage 1 supabase inspect db bloat Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent... | 38 | 722 | 2026-03-23T11:33:11.340688 |
datatypes.html | sqlite | https://www.sqlite.org/datatypes.html | database | sql | * FROM t4; The SELECT statement on the left returns a single row since '0' and '0.0' are treated as numbers and are therefore indistinct. But the SELECT statement on the right returns two rows since 0 and 0.0 are treated as strings which are different. This page was last updated on 2025-05-31 13:08:22Z | 10 | 303 | 2026-03-23T10:50:54.795441 |
supabase-network-restrictions-update | supabase | https://supabase.com/docs/reference/cli/supabase-network-restrictions-update | database | typescript | nxid . PID │ DURATION │ QUERY ───────┼─────────────────┼─────────────────────────────────────────────────────────────────────────────────────── 19578 | 02:29:11.200129 | EXPLAIN SELECT "students".* FROM "students" WHERE "students"."id" = 1450645 LIMIT 1 19465 | 02:26:05.542653 | EXPLAIN SELECT "students".* FROM "studen... | 44 | 743 | 2026-03-23T11:30:04.696283 |
supabase-domains-reverify | supabase | https://supabase.com/docs/reference/cli/supabase-domains-reverify | database | typescript | on is that data manipulation statements, such as insert, update, or delete, are omitted from the squashed migration. You will have to add them back manually in a new migration file. This includes cron jobs, storage buckets, and any encrypted secrets in vault. By default, the latest <timestamp>_<name>.sql file will be u... | 34 | 799 | 2026-03-23T11:30:30.790461 |
?s=telemetry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=telemetry | devops | python | omponent Apache 2.0 License Package Details (go-collector) Repository Metric Start Time Processor by 🔭 OpenTelemetry Authors 🔭 The metric start time processor ( metricstarttime ) is used to set the start metricstarttime processor collector Quick Install When building a custom collector you can add this processor to t... | 88 | 800 | 2026-03-23T11:39:05.306252 |
arraybuffer | bun | https://bun.sh/docs/guides/read-file/arraybuffer | runtime | javascript | Read a file to an ArrayBuffer - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation File System Read a file to an ArrayBuffer Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway Deploy on Render Deploy on AWS Lamb... | 0 | 800 | 2026-03-23T11:10:00.969639 |
overview | tanstack_start | https://tanstack.com/db/latest/docs/framework/angular/overview | framework | typescript | rview Quick Start Installation Guides Live Queries Mutations Schemas Error Handling Creating Collection Options Creators Collections Query Collection Electric Collection TrailBase Collection RxDB Collection PowerSync Collection LocalStorage Collection LocalOnly Collection Frameworks React Vue Angular Solid Svelte Commu... | 1 | 800 | 2026-03-23T11:22:39.169923 |
nep-0044-restructuring-numpy-docs.html | numpy | https://numpy.org/neps/nep-0044-restructuring-numpy-docs.html | ml | python | ning for this is that it is clearer both for developers/documentation writers and to users where each piece of information should go, and the scope and tone of each document. For example, if explanations are mixed with basic tutorials, beginners might be overwhelmed and alienated. On the other hand, if the reference gu... | 3 | 799 | 2026-03-23T11:02:45.077688 |
redis | redis | https://redis.io/docs/latest/develop/get-started/document-database/ | database | bash | s" , "Kahuna" , new BigDecimal ( 3200 ), "used" , "Whether you want to try your hand at XC racing or are " + "looking for a lively trail bike that's just as inspiring" + " on the climbs as it is over rougher ground, the Wilder" + " is one heck of a bike built specifically for short women." + " Both the frames and compo... | 94 | 800 | 2026-03-23T11:07:04.803693 |
testing-suite | temporal | https://docs.temporal.io/develop/ruby/testing-suite | devops | go | nal_received } end 'got signal' rescue Timeout :: Error 'got timeout' end workflow_signal def some_signal @signal_received = true end end To test a normal Signal in minitest, you might: def test_signal_workflow Temporalio :: Testing :: WorkflowEnvironment . start_time_skipping do | env | worker = Temporalio :: Worker .... | 7 | 800 | 2026-03-23T11:05:12.553698 |
uk | git | https://git-scm.com/docs/git-fetch/uk | devops | bash | омість вона обрізатиме локальні ←→ віддалені посилання як функцію специфікації віддаленого об’єкта (див. <refspec> та CONFIGURED REMOTE-TRACKING BRANCHES вище). Тому, якщо специфікація посилань для віддаленого комп’ютера містить, наприклад, refs/tags/*:refs/tags/* , або ви вручну виконуєте, наприклад, git fetch --prune... | 41 | 800 | 2026-03-23T11:07:47.007077 |
?s=amqplib | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=amqplib | devops | python | OpenTelemetry.Exporter.Geneva 1.15.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository InfluxDB Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The InfluxDB exporter converts OpenTelemetry metrics into the InfluxDB model influxdb exporter dotnet Quick Install ... | 170 | 800 | 2026-03-23T11:28:44.984461 |
kubernetes | kubernetes | https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/ | devops | yaml | icates to understand how to configure the kubelets in a kubeadm cluster to have properly signed serving certificates. Also see How to run the metrics-server securely . Upgrade fails due to etcd hash not changing Only applicable to upgrading a control plane node with a kubeadm binary v1.28.3 or later, where the node is ... | 22 | 800 | 2026-03-23T11:14:10.735908 |
?s=ocaml | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ocaml | devops | python | om the Performance measurement APIs (i.e. perf_hooks ). runtime node instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-runtime-node 0.26.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Open... | 299 | 800 | 2026-03-23T11:17:46.074977 |
rate-limiting | inngest | https://www.inngest.com/docs/guides/rate-limiting | devops | typescript | in same bucket time window, but two runs will not happen for the same event.data.customer_id . Read our guide to writing expressions for more information. Note - To prevent duplicate events from triggering your function more than once in a 24 hour period, use the idempotency option which is the equivalent to setting ra... | 4 | 521 | 2026-03-23T10:59:28.582573 |
?s=hikaricp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=hikaricp | devops | python | for Google StackDriver rust exporter Quick Install To install this exporter run: cargo add opentelemetry-stackdriver 0.18.0 Version Rust Language Exporter Component Apache 2.0 OR MIT License Package Details (crates) Repository Stdout Exporter by 🔭 OpenTelemetry Authors 🔭 This crate provides exporters that export to s... | 192 | 798 | 2026-03-23T11:28:20.522838 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | lResponseStreamEvent]: """Handle a single server-side tool call delta, yielding stream events.""" builtin_tool_name = _get_builtin_tool_name(tool_call) if delta.role == chat_pb2.MessageRole.ROLE_ASSISTANT: # Emit the call part once per tool_call_id. if tool_call.id in seen_tool_call_ids: return seen_tool_call_ids.add(t... | 4,681 | 636 | 2026-03-23T10:51:26.920374 |
jsdoc-supported-types.html | typescript | https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html | language | javascript | should implement the { @link Pet.hello | hello} method of Pet. */ function hello ( p : Pet ) { p . hello () } Try Other @enum The @enum tag allows you to create an object literal whose members are all of a specified type. Unlike most object literals in JavaScript, it does not allow other members. @enum is intended for ... | 19 | 798 | 2026-03-23T10:55:46.009118 |
ipaddress.html | python | https://docs.python.org/3/library/ipaddress.html | language | python | eturns an iterator of network objects. Raises ValueError if network is not completely contained in this network. >>> n1 = ip_network ( '192.0.2.0/28' ) >>> n2 = ip_network ( '192.0.2.1/32' ) >>> list ( n1 . address_exclude ( n2 )) [IPv4Network('192.0.2.8/29'), IPv4Network('192.0.2.4/30'), IPv4Network('192.0.2.2/31'), I... | 25 | 797 | 2026-03-23T10:55:59.055100 |
routing | nextjs | https://nextjs.org/docs/app/building-your-application/routing | framework | javascript | function Page () { const posts = await getPosts () return ( < ul > { posts .map ((post) => ( < Post key = { post .id} post = {post} /> ))} </ ul > ) } You can continue nesting folders to create nested routes. For example, to create a route for a specific blog post, create a new [slug] folder inside blog and add a page ... | 3 | 799 | 2026-03-23T11:26:54.204812 |
uk | git | https://git-scm.com/docs/git-config/uk | devops | bash | ніше про допустимі режими див. у розділі --color-moved у git-diff[1] . Якщо просто встановити значення true , буде використано колірний режим за замовчуванням. Коли Якщо встановлено значення false , переміщені лінії не забарвлюються. diff.colorMovedWS Коли переміщені рядки забарвлюються, наприклад, за допомогою парамет... | 68 | 800 | 2026-03-23T11:31:19.290007 |
HelpSteer2 | transformers | https://huggingface.co/datasets/nvidia/HelpSteer2 | ai | python | and examples of best practices. 6. **Evaluation**: The sixth and final level of the Bloom Taxonomy is evaluation, which involves making judgments about the value or worth of ideas, products, or performances. For learner assessment and evaluation, this could involve: - Providing learners with opportunities to evaluate t... | 30 | 799 | 2026-03-23T11:29:15.680690 |
asm | go | https://go.dev/doc/asm | language | go | rchitecture-independent AXXX , defined in the cmd/internal/obj package, represents an invalid instruction). The sequence of the A names has nothing to do with the actual encoding of the machine instructions. The cmd/internal/obj package takes care of that detail. The instructions for both the 386 and AMD64 architecture... | 26 | 799 | 2026-03-23T10:52:38.363337 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ce(part, content_delta=(part.content_delta or '') + self.content_delta) if self.signature_delta is not None: part = replace(part, signature_delta=self.signature_delta) if self.provider_name is not None: part = replace(part, provider_name=self.provider_name) if self.provider_details is not None: if callable(self.provide... | 2,986 | 572 | 2026-03-23T10:51:26.917554 |
runtime-behavior | bun | https://bun.sh/docs/test/runtime-behavior | runtime | javascript | Runtime behavior - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation Test Execution Runtime behavior Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Getting Started Test runner Writing tests Test configuration Test Execution Runtime behavior Finding tests Test Features... | 0 | 800 | 2026-03-23T11:23:16.508238 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | ݓ؆����Z����K���:LN��W�ߚ~�W�~[�V���QQ �:ߘ�:|�)��V2-���Ma�qWӠi��trf��Qs��g�x;�}���9b(K=q ��18D�U[�E�_��KŒ��%�@�O%̚z2?2T�8=��� c�3ϳ��c�ϰ�ǂ q �*Mv]O�ҦH�8N�u��8���K��f<�3jQ Ǵ$��c�cL���'Mo=T�h`4�ޞ����A}ۀR-���N|'=.Ucǧ�KV ��tv.=2�"�A � �a݃�6RfAY�2 0 �r���4p(;�H���C0��˒U_ݞ+ N�>Z�ר����ƛ.�ū�Ƥ�6�Qp.7�ɴ���gX�vD�1��M��=�3W�ea���"�9�... | 442 | 800 | 2026-03-23T11:06:06.480366 |
distributed.fsdp.fully_shard.html | pytorch | https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html | ml | python | buted.fsdp. MixedPrecisionPolicy ( param_dtype = None , reduce_dtype = None , output_dtype = None , cast_forward_inputs = True ) # This configures FSDP’s mixed precision. Unlike autocast, this applies mixed precision at the module level, not op level, which means low-precision activations are saved for backward and hig... | 25 | 800 | 2026-03-23T10:58:08.376862 |
?s=swift | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=swift | devops | python | .0 License Repository VertexAI Instrumentation by Traceloop Instrumentation for VertexAI LLMs (prompts logging, tokens, etc.) python instrumentation vertexai google Python Language Instrumentation Component Apache 2.0 License Repository IBM Watsonx Instrumentation by Traceloop Instrumentation for IBM Watsonx LLMs (prom... | 336 | 800 | 2026-03-23T11:28:57.192478 |
2.4.12 | git | https://git-scm.com/docs/git-submodule/2.4.12 | devops | bash | on). --depth This option is valid for add and update commands. Create a shallow clone with a history truncated to the specified number of revisions. See git-clone[1] <path>… Paths to submodule(s). When specified this will restrict the command to only operate on the submodules found at the specified paths. (This argumen... | 23 | 691 | 2026-03-23T11:20:06.678885 |
index.html | java | https://docs.oracle.com/en/middleware/webcenter/content/12.2.1.4/index.html | language | java | Oracle WebCenter Content 12.2.1.4.0 - Get Started JavaScript must be enabled to correctly display this content Go to main content Help Center Home Get Started What's New Tasks Develop Integrate Secure Administer Use Reference Troubleshoot Books Tutorials Home Middleware WebCenter Oracle WebCenter Content Release 12.2.1... | 0 | 800 | 2026-03-23T11:02:40.168211 |
?s=c%2b%2b | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=c%2b%2b | devops | python | data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. go exporter Go Language Exporter Component Apache 2.0 License Repository otlpr - A logr implementation backed by OTLP by MrAlias Provides a logr.Logger that exports messages as OTLP logs. go exporter l... | 177 | 799 | 2026-03-23T11:19:55.468923 |
?s=remoulade | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=remoulade | devops | python | mentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Spark Web Framework Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Spark Web Framework instrumentation to track requests through OpenTelemetry. java instr... | 268 | 800 | 2026-03-23T11:31:41.890203 |
connection-adapters | tanstack_router | https://tanstack.com/ai/latest/docs/guides/connection-adapters | framework | typescript | l ExtractModelsFromAdapter InferToolInput InferToolName InferToolOutput MessagePart RealtimeEvent RealtimeMessagePart RealtimeMode RealtimeStatus ModalitiesArrayToUnion Modality StreamChunk StreamChunkType ToolCallState ToolResultState Variable References aiEventClient defaultJSONParser latest React Latest Menu Home Fr... | 4 | 800 | 2026-03-23T11:10:01.453737 |
?s=gcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gcp | devops | python | rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git... | 64 | 799 | 2026-03-23T11:24:52.624210 |
postgresql | postgresql | https://www.postgresql.org/docs/release/12.17/ | database | sql | ow actively complained of. Remove PHOT (Phoenix Islands Time) from the default timezone abbreviations list (Tom Lane) § Presence of this abbreviation in the default list can cause failures on recent Debian and Ubuntu releases, as they no longer install the underlying tzdb entry by default. Since this is a made-up abbre... | 15 | 746 | 2026-03-23T11:38:31.664964 |
running-tasks | turborepo | https://turbo.build/docs/crafting-your-repository/running-tasks | tooling | javascript | you want to ensure that one task blocks the execution of another, express that relationship in your task configurations . Using filters While caching ensures you stay fast by never doing the same work twice, you can also filter tasks to run only a subset of the Task Graph . There are many advanced use cases for filteri... | 5 | 799 | 2026-03-23T10:55:08.902785 |
?s=visualization | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=visualization | devops | python | stall When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/hydrolix/hydrolix-exporter v1.2.0 v1.2.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository InfluxDB Exporter by 🔭 OpenTelem... | 40 | 800 | 2026-03-23T11:39:49.908079 |
managing-aps-limits | temporal | https://docs.temporal.io/best-practices/managing-aps-limits | devops | go | use those to trigger capacity changes proactively Knowing if You're Hitting APS Limits In addition to understanding the patterns that can affect APS limits on a Temporal Namespace, it's also important to know if you're approaching (or exceeding) these limits. Temporal Cloud provides several metrics that, if tracked, wi... | 16 | 796 | 2026-03-23T11:21:28.291712 |
firebase-web | firebase | https://firebase.google.com/codelabs/firebase-web | database | javascript | sion() method, which will display a browser dialog asking for this permission ( in supported browsers ). Go back to the file src/app/services/chat.service.ts . Find the function requestNotificationsPermissions . Replace the entire function with the following code. chat.service.ts // Requests permissions to show notific... | 34 | 799 | 2026-03-23T10:50:44.892868 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/collector/registry/ | devops | python | umentation Java Language Instrumentation Component Apache 2.0 License Repository Struts Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Struts struts instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Tapestry Instrumentation by... | 269 | 800 | 2026-03-23T11:04:10.134423 |
contributing | mcp | https://modelcontextprotocol.io/community/contributing | ai | typescript | This gives you a personal workspace where you can make changes without affecting the main project. 2 Clone your fork Copy git clone https://github.com/YOUR-USERNAME/modelcontextprotocol.git cd modelcontextprotocol Replace YOUR-USERNAME with your GitHub username. 3 Install dependencies Copy npm install This installs the... | 5 | 797 | 2026-03-23T10:50:06.944475 |
?s=client | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=client | devops | python | .148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository qryn exporter by lorenzo@qxip.net, akvlad@qxip.net This exporter supports sending OpenTelemetry logs, traces and metrics to ClickHouse using the qryn polyglot format. go exporter qryn loki prometheus tempo ... | 49 | 800 | 2026-03-23T11:21:37.915705 |
?s=confmap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=confmap | devops | python | on Component Apache 2.0 License Repository OpentelemetryHTTPoison by 🔭 OpenTelemetry Authors 🔭 OpentelemetryHTTPoison is an Instrumentation Library for HTTPoison. httpoison instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryNebulex by 🔭 OpenTelemetry Authors �... | 217 | 800 | 2026-03-23T11:13:12.754066 |
gitattributes | git | https://git-scm.com/docs/gitattributes | devops | bash | Unspecified Use the value of the core.whitespace configuration variable to decide what to notice as error. String Specify a comma separated list of common whitespace problems to notice in the same format as the core.whitespace configuration variable. Creating an archive export-ignore Files and directories with the attr... | 55 | 798 | 2026-03-23T10:58:15.725420 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | 1706, "mean_time": 0.08638747578850416, "mean_precisions": 0.913474, "engine_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 4 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-sq-rps-m-32-ef-256", "dataset_name": "glove-100-angular", "upload_time": 53.307377715002076, "total_upload_... | 885 | 648 | 2026-03-23T10:59:06.541378 |
build-server | mcp | https://modelcontextprotocol.io/docs/develop/build-server | ai | typescript | rties : ForecastProperties , } #[derive( Debug , Deserialize )] struct ForecastProperties { periods : Vec < ForecastPeriod >, } #[derive( Debug , Deserialize )] struct ForecastPeriod { name : String , temperature : i32 , #[serde(rename = "temperatureUnit" )] temperature_unit : String , #[serde(rename = "windSpeed" )] w... | 65 | 798 | 2026-03-23T10:50:14.468683 |
mui | mui | https://mui.com/x/react-data-grid/row-ordering/ | library | javascript | 'Nike' , __reorder__ : 'Nike' } , { id : 1 , brand : 'Adidas' , __reorder__ : 'Adidas' } , { id : 2 , brand : 'Puma' , __reorder__ : 'Puma' } , ] ; < DataGridPro rows = { rows } columns = { columns } rowReordering /> ; Copy Copied (or $keyC ) Customizing the drag indicator To change the icon used in the drag indicator ... | 2 | 800 | 2026-03-23T11:12:20.245525 |
cache | drizzle_orm | https://orm.drizzle.team/docs/cache | database | typescript | witter Discord v1.0 98% Benchmarks Extension Studio Studio Package Gateway Drizzle Run Our goodies! Our Primary backer Our Cloud Partner 🚀 Drizzle is giving you 10% off Turso Scaler and Pro for 1 Year 🚀 Product by Drizzle Team One Dollar Stats $1 per mo web analytics christmas deal Cache Drizzle sends every query str... | 2 | 800 | 2026-03-23T10:56:00.577789 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | time": 424.810655746, "total_upload_time": 440.903650582, "p95_time": 0.0413095797, "rps": 29.7081991062, "parallel": 1, "p99_time": 0.0448757071, "mean_time": 0.0333559497, "mean_precisions": 0.99468, "engine_params": { "search_params": { "hnsw_ef": 512 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-1... | 1,029 | 584 | 2026-03-23T11:15:13.616316 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/project/repository/branches/protected/ | devops | yaml | or not a user can run CI/CD pipelines and execute actions on jobs. Merge request pipelines run on the source branch or a merge request reference based on the source branch. A pipeline isn’t created if the user doesn’t have permission to merge or push to the source branch. When a merge request is between protected branc... | 21 | 800 | 2026-03-23T10:51:39.055868 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/concepts/glossary/ | devops | python | Enhancement Proposal . Spelling : Write “OTEPs” as plural form. Don’t write OTep or otep in descriptions. OTLP Short for OpenTelemetry Protocol . Propagators Used to serialize and deserialize specific parts of telemetry data such as span context and Baggage in Spans . See Propagators . Proto Language independent interf... | 9 | 800 | 2026-03-23T11:05:03.571435 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | �� �;2 ����aV����i}'���FF�K��+�:��A��W�zZZ���ە}��~ JL�"xB� ^+�/��[�6�� ���n��8|�fv��F]��[���u���0�_����́/�6=�@mmӺ��B�" f���1f �Y�,3a��)O1���G�po%�|=�4Ş<�&� ���ԃ!�5�n� �e�=�[�Z;�{��#�B��p�(����& ���@,r:��*��bГ!z��v��2�vL�җ�E�j^���.��Pb��1�6�4��RN��ȥܜ#����� :� � �B��t?��@�ST�Uy�^��ZTz� x��#�fuy|��|�/���Ю-��S��:��q 3�����... | 1,491 | 800 | 2026-03-23T11:06:06.481877 |
?s=vcpkg | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vcpkg | devops | python | lect trace data and export them to their backend of choice. Node.js pillarjs pillarjs-router router Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-restify 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Reposito... | 294 | 800 | 2026-03-23T11:11:19.343183 |
pickle.html | python | https://docs.python.org/3/library/pickle.html | language | python | ode shows an implementation of this behaviour: def save ( obj ): return ( obj . __class__ , obj . __dict__ ) def restore ( cls , attributes ): obj = cls . __new__ ( cls ) obj . __dict__ . update ( attributes ) return obj Classes can alter the default behaviour by providing one or several special methods: object. __getn... | 26 | 798 | 2026-03-23T11:07:58.224275 |
?s=otlp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otlp | devops | python | implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-finatra-2.9:2.16.0-alpha' } 2.16.0-alpha Version Java Language Instrumentation Component Apache 2.0 License Package Details (maven) Repository Geode Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Geode instrumenta... | 246 | 799 | 2026-03-23T11:36:50.250037 |
models?library=tf | transformers | https://huggingface.co/models?library=tf | ai | python | d Mar 6, 2025 • 206M • • 4.6k Zero-Shot Image Classification • Updated Feb 29, 2024 • 20M • 888 Text Generation • 0.1B • Updated Feb 19, 2024 • 11.6M • 3.13k Fill-Mask • 67M • Updated May 6, 2024 • 7.02M • • 846 Text Classification • Updated May 23, 2023 • 5.2M • • 1.12k Automatic Speech Recognition • Updated Feb 29, 2... | 1 | 800 | 2026-03-23T10:57:54.472820 |
password-roles | planetscale | https://planetscale.com/docs/vitess/security/password-roles | database | sql | sswords can be created with one of four roles: Read-only — Can query rows Write-only — Can modify rows Read/Write — Can query and modify rows Admin — All read/write permissions and can modify schema* * This does not apply to production branches with safe migrations enabled, as we do not allow direct DDL on those branch... | 1 | 798 | 2026-03-23T11:23:32.183545 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.