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 |
|---|---|---|---|---|---|---|---|---|
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | concurrency.py ```python import asyncio from pydantic_ai import Agent, ConcurrencyLimit # Simple limit: allow up to 10 concurrent runs agent = Agent('gateway/openai:gpt-5', max_concurrency=10) # With backpressure: limit concurrent runs and queue depth agent_with_backpressure = Agent( 'gateway/openai:gpt-5', max_concurr... | 107 | 764 | 2026-03-23T10:51:26.910460 |
2.9.5 | git | https://git-scm.com/docs/git-push/2.9.5 | devops | bash | y if you are certain that nobody in the meantime fetched your earlier commit A (and started building on top of it), you can run "git push --force" to overwrite it. In other words, "git push --force" is a method reserved for a case where you do mean to lose history. Examples git push Works like git push <remote> , where... | 30 | 800 | 2026-03-23T11:00:10.624364 |
?s=gateway | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gateway | devops | python | r you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository SQL Query Re... | 155 | 799 | 2026-03-23T11:31:10.785932 |
?s=dbcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dbcp | 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:37:21.825022 |
Pipe | angular | https://angular.dev/api/core/Pipe | framework | typescript | -interop @angular/core/testing @angular/elements @angular/forms @angular/forms/signals @angular/forms/signals/compat @angular/localize @angular/localize/init @angular/platform-browser @angular/platform-browser-dynamic @angular/platform-browser-dynamic/testing @angular/platform-browser/animations @angular/platform-brows... | 1 | 800 | 2026-03-23T11:25:25.687226 |
?s=action | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=action | devops | python | .148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Azure Data Explorer Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends metrics, logs and trace data to Azure Data Explorer go exporter collector Quick Install When building a custom collector you c... | 29 | 799 | 2026-03-23T11:12:37.665075 |
?s=nso | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nso | devops | python | o by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache Pekko instrumentation to track requests through OpenTelemetry. pekko instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pekko Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides an Apach... | 262 | 800 | 2026-03-23T11:27:30.314960 |
?s=purefb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=purefb | devops | python | se API integration by 🔭 OpenTelemetry Authors 🔭 The trace integration with Database API for OpenTelemetry. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Django Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests for Django applications. ... | 322 | 800 | 2026-03-23T11:25:22.485072 |
?s=meter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=meter | devops | python | wing: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/netflowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NGINX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The NGINX Receiver for the O... | 135 | 800 | 2026-03-23T11:17:39.413832 |
extending.html | pytorch | https://pytorch.org/docs/stable/notes/extending.html | ml | python | n but instead always returns a MetadataTensor to propagate metadata through operations in the torch API. The __torch_function__ protocol is designed for full coverage of the API, partial coverage may lead to undesirable results, in particular, certain functions raising a TypeError . This is especially true for subclass... | 36 | 800 | 2026-03-23T11:03:50.572054 |
?s=metric | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=metric | devops | python | enTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Java API Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Java Client. java elasticsearch api client Java ... | 244 | 800 | 2026-03-23T11:16:31.526524 |
typescript | turborepo | https://turbo.build/en/docs/guides/tools/typescript | tooling | javascript | need to adjust the guidance on this page if you are unable to features from those versions. Sharing tsconfig.json You want to build consistency into your TypeScript configurations so that your entire repo can use great defaults and your fellow developers can know what to expect when writing code in the Workspace. TypeS... | 1 | 799 | 2026-03-23T11:02:58.254090 |
redis | redis | https://redis.io/blog/building-a-rag-application-with-redis-and-spring-ai/ | database | bash | ndpoint: User Interface For the user interface, we have created a simple React front end that allows users to ask questions about beers. The front end interacts with the Spring back end by sending HTTP requests to the /chat/{chatId} endpoint and displaying the responses. And done–with just a few classes, we have implem... | 4 | 800 | 2026-03-23T10:56:20.286937 |
dependabot-alerts-filters | github_actions | https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-alerts-filters | devops | yaml | Dependabot alert filters - GitHub Docs Skip to main content Dependabot alert filters Dependabot alerts filters help you prioritize and manage alerts for vulnerable dependencies in your repositories. Copy as Markdown You can sort and filter Dependabot alerts by typing filters as key:value pairs into the search bar. Opti... | 0 | 800 | 2026-03-23T11:43:22.464822 |
3.6.html | python | https://docs.python.org/3/whatsnew/3.6.html | language | python | lloc() domain ( PYMEM_DOMAIN_MEM ) now use the pymalloc memory allocator instead of malloc() function of the C library. The pymalloc allocator is optimized for objects smaller or equal to 512 bytes with a short lifetime, and use malloc() for larger memory blocks. (Contributed by Victor Stinner in bpo-26249 ). pickle.lo... | 65 | 798 | 2026-03-23T11:30:55.893385 |
?s=business-logic-instrumentation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=business-logic-instrumentation | devops | python | on Component Apache 2.0 License Repository Elasticsearch Python Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Python Client. python elasticsearch client Python Language Instrumentation Component Apache-2.0 License Website... | 323 | 800 | 2026-03-23T11:26:38.026654 |
?s=redis | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis | devops | python | nstrumentation Java Language Instrumentation Component Apache 2.0 License Repository Settings for the PowerJob instrumentation by 🔭 OpenTelemetry Authors 🔭 powerjob instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pulsar instrumentation by 🔭 OpenTelemetry Authors 🔭 T... | 263 | 799 | 2026-03-23T11:25:32.724353 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | 'race:france' , '*' , { 'rider' : 'Castilla' , 'speed' : '29.9' , 'position' : '1' , 'location_id' : '2' } ); console . log ( res6 ); // >>> 1692629676124-0 const res7 = await client . xLen ( 'race:france' ); console . log ( res7 ); // >>> 4 const res8 = await client . xAdd ( 'race:usa' , '0-1' , { 'racer' : 'Castilla'... | 2,175 | 800 | 2026-03-23T11:04:07.562664 |
?s=high-performance-logging | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging | devops | python | /Trace Exporters for Java. java exporter metrics traces google Java Language Exporter Component Apache 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/r... | 178 | 800 | 2026-03-23T11:12:23.966717 |
changelog-2025-08-08 | mastra | https://mastra.ai/blog/changelog-2025-08-08 | ai | typescript | hogonal vectors with cosine similarity of 0. MongoDB properly maps thread_id and resource_id to the metadata subdocument for accurate semantic recall. For more details on vector store configuration, see our Memory documentation and Storage documentation . PostgreSQL Schema Support We added full schema support for Postg... | 4 | 800 | 2026-03-23T11:26:41.954836 |
kestral | mastra | https://mastra.ai/blog/kestral | ai | typescript | How Kestral Uses Mastra to Turn Company Knowledge Into Action - Mastra Blog Blog / Case Studies How Kestral Uses Mastra to Turn Company Knowledge Into Action Kestrel leverages Mastra's multi-agent workflows to transform company knowledge into actionable tasks and projects. Shreeda Segan · Jul 17, 2025 · 3 min read On t... | 0 | 800 | 2026-03-23T10:52:16.133528 |
1.25.0-notes.html | numpy | https://numpy.org/doc/stable/release/1.25.0-notes.html | ml | python | ) Add support for inplace matrix multiplication # It is now possible to perform inplace matrix multiplication via the @= operator. >>> import numpy as np >>> a = np . arange ( 6 ) . reshape ( 3 , 2 ) >>> print ( a ) [[0 1] [2 3] [4 5]] >>> b = np . ones (( 2 , 2 ), dtype = int ) >>> a @= b >>> print ( a ) [[1 1] [5 5] ... | 13 | 800 | 2026-03-23T11:01:21.666421 |
?s=active_job | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=active_job | devops | python | ing the OpenTelemetry API. asp telemetry http module instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule 1.15.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository ... | 197 | 800 | 2026-03-23T11:28:48.638508 |
hashlib.html | python | https://docs.python.org/3/library/hashlib.html | language | python | e ) ¶ Named constructors such as these are faster than passing an algorithm name to new() . Attributes ¶ Hashlib provides the following constant module attributes: hashlib. algorithms_guaranteed ¶ A set containing the names of the hash algorithms guaranteed to be supported by this module on all platforms. Note that ‘md... | 6 | 797 | 2026-03-23T11:00:54.104889 |
start-basic-authjs | tanstack_router | https://tanstack.com/start/latest/docs/framework/react/examples/start-basic-authjs | framework | typescript | charSet: 'utf-8', }, { name: 'viewport', content: 'width=device-width, initial-scale=1', }, { title: 'TanStack Start Auth Example', }, ], links: [{ rel: 'stylesheet', href: appCss }], }), component: RootComponent, }) function RootComponent() { return ( <RootDocument> <Outlet /> </RootDocument> ) } function RootDocument... | 5 | 626 | 2026-03-23T11:23:03.668399 |
kubectl-commands | kubernetes | https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands | devops | yaml | in the future. selector A label selector to use for this budget. Only equality-based selector requirements are supported. show-managed-fields false If true, keep the managedFields when printing objects in JSON or YAML format. template Template string or path to template file to use when -o=go-template, -o=go-template-f... | 37 | 800 | 2026-03-23T10:53:59.473034 |
?s=httpx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=httpx | devops | python | currently supported in order to keep the package size as small as possible. Not all features of OpenTelemetry are supported, and this package should be considered experimental. swift instrumentation ios macOS tvOS watchOS Swift Language Instrumentation Component MIT License Repository flow - tracing flow metrics by MrA... | 376 | 800 | 2026-03-23T11:33:25.492976 |
qwik | qwik | https://qwik.builder.io/docs/getting-started/ | framework | javascript | = > ( isFavoriteSignal . value = ! isFavoriteSignal . value ) } > { isFavoriteSignal . value ? '❤️' : '🤍' } < / button > < / section > ) ; } ) ; https://qwik.dev/demo/getting-started/05-tasks/ 6. Styling Styling is an important part of any application. Qwik provides a way to associate and scope styles with your compon... | 16 | 799 | 2026-03-23T10:50:28.261657 |
?s=undertow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=undertow | 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:39:02.415666 |
?s=hikaricp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=hikaricp | devops | python | .js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-dns 0.56.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Document Load Instrumentation by 🔭 OpenTelemetry Authors 🔭 Document Load in... | 279 | 800 | 2026-03-23T11:28:20.522903 |
?s=cloudwego | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cloudwego | devops | python | 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/alibabacloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter... | 24 | 799 | 2026-03-23T11:15:52.636634 |
plus | tailwind | https://tailwindcss.com/plus | library | javascript | ilwind CSS structure their components, so I (or my AI agents) can emulate their best practices. Derrick Reimer Founder of SavvyCal We’ve gone through several iterations of our pricing page recently, and every time we wanted to try a new idea I was able to find the perfect starting point in Tailwind Plus. It’s turned a ... | 5 | 800 | 2026-03-23T11:03:35.258476 |
?s=startup-hook | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=startup-hook | devops | python | cally discovers K8s resources (pods), extracts metadata from them and adds the extracted metadata to the relevant spans, metrics and logs. go processor collector Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-tele... | 84 | 800 | 2026-03-23T11:13:05.327417 |
?s=python | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=python | devops | python | memcachedreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository MongoDB Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches stats from a MongoDB instance using the [golang go receiver collector Quick Install When building a custom ... | 132 | 800 | 2026-03-23T11:27:43.914967 |
?s=telemetry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=telemetry | devops | python | Telemetry SDK. oltp exporter dotnet startup hook .NET Language Exporter Component MIT License Documentation Repository Prometheus Exporter ASP.NET Core for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 An OpenTelemetry Prometheus exporter for configuring an ASP.NET Core application with an endpoint for Prometheus t... | 173 | 800 | 2026-03-23T11:39:05.306323 |
which-sdk | terraform | https://developer.hashicorp.com/terraform/plugin/which-sdk | devops | hcl | over built-in behaviors that can cause confusion or major issues for SDKv2 providers. For example, SDKv2 attributes containing Computed: true automatically kept the prior saved state when users removed them from a configuration. The framework lets you specify whether you want to use that behavior in your provider, depe... | 4 | 800 | 2026-03-23T11:31:42.840764 |
cli | angular | https://angular.dev/tools/cli | framework | typescript | rvice Workers & PWAs Web workers Custom build pipeline Tailwind New Angular Fire Google Maps Google Pay YouTube player Angular CDK Angular Material arrow_back Angular CLI Overview Local set-up Building Angular apps Serving Angular apps for development Deployment End-to-End Testing Migrating to new build system Build en... | 1 | 800 | 2026-03-23T10:54:09.354868 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | epoch - self.epochs_since_last_check += 1 - if self.save_top_k == 0: # no models are saved return - if self.epochs_since_last_check >= self.period: - self.epochs_since_last_check = 0 - - filepath = self.format_checkpoint_name(epoch, metrics) - version_cnt = 0 - while os.path.isfile(filepath): - filepath = self.format_c... | 1,163 | 579 | 2026-03-23T11:25:24.232286 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/variables/where_variables_can_be_used/ | devops | yaml | -level persisted variables. Some of the persisted variables contain tokens and cannot be used by some definitions due to security reasons. Pipeline-level persisted variables: CI_PIPELINE_ID CI_PIPELINE_URL Job-level persisted variables: CI_DEPLOY_PASSWORD CI_DEPLOY_USER CI_JOB_ID CI_JOB_STARTED_AT CI_JOB_TOKEN CI_JOB_U... | 12 | 800 | 2026-03-23T11:30:32.792415 |
mui | mui | https://mui.com/material-ui/react-slider/ | library | javascript | nce between values in the onChange event handler. By default, when you move the pointer over a thumb while dragging another thumb, the active thumb will swap to the hovered thumb. You can disable this behavior with the disableSwap prop. If you want the range to shift when reaching minimum distance, you can utilize the ... | 6 | 794 | 2026-03-23T11:37:35.347755 |
?s=erlang | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=erlang | devops | python | mance 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 .NE... | 206 | 799 | 2026-03-23T11:19:06.934685 |
?s=lmdb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=lmdb | devops | python | . java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Settings for the PowerJob instrumentation by 🔭 OpenTelemetry Authors 🔭 powerjob instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pulsar instrumentation by 🔭 OpenTelemetry Auth... | 263 | 800 | 2026-03-23T11:11:46.432393 |
?s=apk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=apk | devops | python | instrumentation for the @cucumber/cucumber bundle. cucumber instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-cucumber 0.29.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry ins... | 278 | 798 | 2026-03-23T11:14:25.044791 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | el): """A message as displayed in the UI by Vercel AI Elements.""" id: str """A unique identifier for the message.""" role: Literal['system', 'user', 'assistant'] """The role of the message.""" metadata: Any | None = None """The metadata of the message.""" parts: list[UIMessagePart] """ The parts of the message. Use th... | 5,901 | 740 | 2026-03-23T10:51:26.922962 |
plugins | vue | https://vuejs.org/guide/reusability/plugins | framework | javascript | Plugins | Vue.js Skip to content Menu On this page On this page Sponsors Become a Sponsor Plugins Introduction Plugins are self-contained code that usually add app-level functionality to Vue. This is how we install a plugin: js import { createApp } from 'vue' const app = createApp ({}) app. use (myPlugin, { /* optional... | 0 | 796 | 2026-03-23T10:54:12.581124 |
go | go | https://go.dev/doc/articles/wiki/ | language | go | and return an error message to the user. That way if something does go wrong, the server will function exactly how we want and the user can be notified. First, let's handle the errors in renderTemplate : func renderTemplate(w http.ResponseWriter, tmpl string, p *Page) { t, err := template.ParseFiles(tmpl + ".html") if ... | 18 | 751 | 2026-03-23T10:56:50.902409 |
profiler.html | pytorch | https://pytorch.org/docs/stable/profiler.html | ml | python | anager. preset_metadata_json ( key , value ) [source] # Preset a user defined metadata when the profiler is not started and added into the trace file later. Metadata is in the format of a string key and a valid json value toggle_collection_dynamic ( enable , activities ) [source] # Toggle collection of activities on/of... | 8 | 800 | 2026-03-23T10:53:47.472128 |
data-types | turso | https://docs.turso.tech/sql-reference/data-types | database | sql | Data Types - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation SQL Reference Data Types Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Getting Started Introduction Quickstart Connect Fundamentals Change Data Capture Concurrent Writes Encryption Vector Search S... | 0 | 798 | 2026-03-23T10:50:55.788947 |
pricing | firebase | https://firebase.google.com/pricing | database | javascript | base AI Logic client SDKs keyboard_arrow_down keyboard_arrow_up Google Cloud keyboard_arrow_down keyboard_arrow_up BigQuery check Other IaaS check Gemini in Firebase keyboard_arrow_down keyboard_arrow_up Gemini in Firebase is no-cost for individuals or groups who are not using Google Workspace. Google Workspace users a... | 22 | 791 | 2026-03-23T11:03:48.676987 |
supabase-migration-up | supabase | https://supabase.com/docs/reference/cli/supabase-migration-up | database | typescript | e refer to Prepare to activate your domain section in our documentation to learn more about the steps you need to follow. Usage 1 supabase domains activate Flags --project-ref <string> Optional Project ref of the Supabase project. supabase domains create Create a custom hostname for your Supabase project. Expects your ... | 76 | 800 | 2026-03-23T11:31:35.081022 |
?s=cats-effect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cats-effect | devops | python | ense Website Documentation RoadRunner PHP application server first party integration by Spiral Scout RoadRunner offers OTel (OpenTelemetry) plugin, which provides a unified standard for tracing, logging, and metrics information. go php roadrunner Go Language Application integration Component MIT License Website Documen... | 11 | 800 | 2026-03-23T11:29:01.637636 |
tensors.html | pytorch | https://pytorch.org/docs/stable/tensors.html | ml | python | torch.bitwise_right_shift() Tensor.bitwise_right_shift_ In-place version of bitwise_right_shift() Tensor.bmm See torch.bmm() Tensor.bool self.bool() is equivalent to self.to(torch.bool) . Tensor.byte self.byte() is equivalent to self.to(torch.uint8) . Tensor.broadcast_to See torch.broadcast_to() . Tensor.cauchy_ Fills ... | 14 | 799 | 2026-03-23T11:04:19.112778 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | d_time": 1555.787695581, "p95_time": 2.3483148253, "rps": 35.754756366, "parallel": 100, "p99_time": 2.6044666941, "mean_time": 1.4028759622, "mean_precisions": 0.92498, "engine_params": { "num_candidates": 128 } }, { "engine_name": "elastic", "setup_name": "elastic-m-32-ef-128", "dataset_name": "gist-960-euclidean", "... | 143 | 584 | 2026-03-23T11:15:13.614724 |
?s=rdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rdkafka | devops | python | che 2.0 License Repository Anthropic Instrumentation by Traceloop Instrumentation for Anthropic LLMs (prompts logging, tokens, etc.) python instrumentation anthropic Python Language Instrumentation Component Apache 2.0 License Repository ASGI Middleware Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provid... | 318 | 800 | 2026-03-23T11:39:35.381103 |
postgresql | postgresql | https://www.postgresql.org/docs/release/18.0/ | database | sql | and \getresults . Allow adding pipeline status to the psql prompt and add related state variables (Anthonin Bonnefoy) § The new prompt character is %P and the new psql variables are PIPELINE_SYNC_COUNT , PIPELINE_COMMAND_COUNT , and PIPELINE_RESULT_COUNT . Allow adding the connection service name to the psql prompt or ... | 31 | 800 | 2026-03-23T11:29:48.901633 |
clustering.html | scikit_learn | https://scikit-learn.org/stable/modules/clustering.html | ml | python | the between group dispersion matrix and \(\mathrm{tr}(W_k)\) is the trace of the within-cluster dispersion matrix defined by: \[W_k = \sum_{q=1}^k \sum_{x \in C_q} (x - c_q) (x - c_q)^T\] \[B_k = \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T\] with \(C_q\) the set of points in cluster \(q\) , \(c_q\) the center of cluster... | 82 | 800 | 2026-03-23T10:52:22.806987 |
no-unused-template-literal | biome | https://biomejs.dev/linter/rules/no-unused-template-literal | tooling | javascript | ━━━━━━━━━━━━━━━━━━━━━ ⚠ Do not use template literals if interpolation and special-character handling are not needed. > 1 │ const foo = `bar` │ ^ ^ ^ ^ ^ 2 │ ℹ Safe fix : Replace with string literal 1 │ - c o n s t · f o o · = · ` b a r ` 1 │ + c o n s t · f o o · = · “ b a r ” 2 2 │ 1 const foo = ` bar ` code-block.js:... | 1 | 800 | 2026-03-23T10:52:43.838652 |
?s=krakend | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=krakend | 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:30:28.987431 |
createComponent | angular | https://angular.dev/api/core/createComponent | framework | typescript | r/core/rxjs-interop @angular/core/testing @angular/elements @angular/forms @angular/forms/signals @angular/forms/signals/compat @angular/localize @angular/localize/init @angular/platform-browser @angular/platform-browser-dynamic @angular/platform-browser-dynamic/testing @angular/platform-browser/animations @angular/pla... | 1 | 800 | 2026-03-23T11:30:32.517818 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/input/ | ai | python | content , media_type = 'image/png' ), # (1)! ] ) print ( result . output ) #> This is the logo for Pydantic, a data validation and settings management library in Python. To ensure the example is runnable we download this image from the web, but you can also use Path().read_bytes() to read a local file's contents. local... | 2 | 800 | 2026-03-23T10:59:32.477245 |
fr | git | https://git-scm.com/docs/git-grep/fr | devops | bash | Questions (FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-index for-each-ref hash-object ls-files ls-tree merge-... | 1 | 797 | 2026-03-23T11:19:14.918594 |
?s=yii | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=yii | devops | python | itory Receiver Creator Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Receiver Creator Receiver for the OpenTelemetry Collector can instantiate other receivers at runtime based on whether observed endpoints match a configured rule. go receiver collector Quick Install When building a custom collector you can add ... | 147 | 800 | 2026-03-23T11:15:59.450175 |
supabase-seed-buckets | supabase | https://supabase.com/docs/reference/cli/supabase-seed-buckets | database | typescript | 83. policy A value that indicates how the edge-runtime should forward incoming HTTP requests to the worker. per_worker allows multiple HTTP requests to be forwarded to a worker that has already been created. oneshot will force the worker to process a single HTTP request and then exit. (Debugging purpose, This is especi... | 64 | 799 | 2026-03-23T11:29:18.347863 |
?s=cri-o | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cri-o | devops | python | ck Install To install this instrumentation library run: npm install @arizeai/openinference-instrumentation-langchain 4.0.6 Version JavaScript Language Instrumentation Component Apache 2.0 License Documentation Package Details (npm) Repository OpenTelemetry Instrumentation Long Task for the Web by 🔭 OpenTelemetry Autho... | 286 | 800 | 2026-03-23T11:37:42.137894 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.3.20/ | database | sql | ility of range data types (Tom Lane) The planner mistakenly assumed that any range type could be hashed for use in hash joins or hash aggregation, but actually it must check whether the range's subtype has hash support. This does not affect any of the built-in range types, since they're all hashable anyway. Fix low-pro... | 3 | 800 | 2026-03-23T11:39:18.914850 |
supabase-vanity-subdomains-get | supabase | https://supabase.com/docs/reference/cli/supabase-vanity-subdomains-get | database | typescript | Optional Project ref of the Supabase project. supabase functions Manage Supabase Edge Functions. Supabase Edge Functions are server-less functions that run close to your users. Edge Functions allow you to execute custom server-side code without deploying or scaling a traditional server. They're ideal for handling webho... | 60 | 799 | 2026-03-23T11:29:10.635435 |
maintain-typescript-monorepos | nx | https://nx.dev/docs/features/maintain-typescript-monorepos | tooling | typescript | Whenever possible, Nx will detect the existing configuration settings of other tools and update itself to match. Project detection with workspaces Section titled “Project detection with workspaces” If your repository is using package manager workspaces, Nx will use those settings to find all the projects in your reposi... | 1 | 799 | 2026-03-23T11:15:53.490484 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | nodes: Sequence[type[BaseNode[StateT, DepsT, RunEndT]]], name: str | None = None, state_type: type[StateT] | _utils.Unset = _utils.UNSET, run_end_type: type[RunEndT] | _utils.Unset = _utils.UNSET, auto_instrument: bool = True, ): """Create a graph from a sequence of nodes. Args: nodes: The nodes which make up the graph... | 5,433 | 717 | 2026-03-23T10:51:26.922296 |
biome | biome | https://biomejs.dev/internals/changelog/version/2-4-0...latest/ | tooling | javascript | onger incorrectly flags parameters in TypeScript constructor and method overload signatures. #9371 29cac17 Thanks @ematipico ! - Fixed #5279 : Tabs in diagnostic diff output are now rendered at a consistent width across context and changed lines, fixing visual misalignment when source files use tab indentation. #9043 6... | 64 | 800 | 2026-03-23T11:43:27.539900 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When `sen... | 5,575 | 790 | 2026-03-23T10:56:49.350231 |
date-time | turso | https://docs.turso.tech/sql-reference/functions/date-time | database | sql | r month SELECT strftime( '%Y-%m' , order_date) AS month , COUNT ( * ) AS order_count FROM orders GROUP BY strftime( '%Y-%m' , order_date) ORDER BY month ; -- Count events per day of week SELECT CASE strftime( '%w' , event_date) WHEN '0' THEN 'Sunday' WHEN '1' THEN 'Monday' WHEN '2' THEN 'Tuesday' WHEN '3' THEN 'Wednesd... | 17 | 798 | 2026-03-23T10:59:36.518715 |
qdrant | qdrant | https://qdrant.tech/articles/muvera-embeddings/ | database | python | ( embeddings [ 0 ]) Try it out today If you’re already using multi-vector retrieval, upgrading to FastEmbed 0.7.2+ will unlock MUVERA’s 7x speed improvements while maintaining nearly identical search quality. And if you’ve always wanted to experiment with multi-vector retrieval but were held back by performance concern... | 13 | 800 | 2026-03-23T10:53:08.438318 |
?s=rollup | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rollup | devops | python | nstrumentation by Arize AI Instrumentation for tracing the LlamaIndex framework python instrumentation llamaindex Python Language Instrumentation Component Apache 2.0 License Documentation Repository OpenTelemetry logging integration by 🔭 OpenTelemetry Authors 🔭 Installation logging instrumentation python Python Lang... | 327 | 800 | 2026-03-23T11:30:08.832433 |
go | go | https://go.dev/dl/ | language | go | le 69MB 9d8133c7b23a557399fab870b5cf464079c2b623a43b214a7567cf11c254a444 go1.24.1.linux-ppc64.tar.gz Archive Linux ppc64 71MB 132f10999abbaccbada47fa85462db30c423955913b14d6c692de25f4636c766 go1.24.1.linux-ppc64le.tar.gz Archive Linux ppc64le 72MB 0fb522efcefabae6e37e69bdc444094e75bfe824ea6d4cc3cbc70c7ae1b16858 go1.24.... | 164 | 800 | 2026-03-23T11:25:37.381335 |
?s=bash | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bash | devops | python | umentation Traefik Proxy native by Traefik Labs Traefik supports OpenTelemetry for distributed tracing, logs, and metrics. go traefik proxy ingress Go Language Application integration Component MIT License Website Documentation Repository Tyk API Gateway native by Tyk Technologies You can leverage the power of OpenTele... | 12 | 800 | 2026-03-23T11:24:15.997161 |
cancellation | temporal | https://docs.temporal.io/develop/java/cancellation | devops | go | flow is stuck and cannot be canceled normally. Cancel a Workflow Execution Canceling a Workflow provides a graceful way to stop Workflow Execution. This action resembles sending a SIGTERM to a process. The system records a WorkflowExecutionCancelRequested event in the Workflow History. A Workflow Task gets scheduled to... | 1 | 796 | 2026-03-23T10:58:14.624470 |
?s=headers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=headers | devops | python | verno incubating Go Language Application integration Component Apache-2.0 License Website Documentation Open Policy Agent native graduated by Open Policy Agent Authors OPA will emit spans to an OpenTelemetry Collector via gRPC. go opa open policy agent graduated Go Language Application integration Component Apache-2.0 ... | 10 | 800 | 2026-03-23T11:37:50.038016 |
DEFAULT_CURRENCY_CODE | angular | https://angular.dev/api/core/DEFAULT_CURRENCY_CODE | framework | typescript | DEFAULT_CURRENCY_CODE • Angular Skip to main content menu menu API Roadmap Get involved API Reference CLI Reference Error Encyclopedia Extended Diagnostics Versioning and releases Version compatibility Update guide Configurations Migrations arrow_back API Reference Overview @angular/animations @angular/animations/brows... | 0 | 800 | 2026-03-23T11:21:17.310807 |
?s=executors | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=executors | devops | python | run: gem install opentelemetry-instrumentation-racecar 0.6.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Rack Instrumentation by 🔭 OpenTelemetry Authors 🔭 Rack instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library ... | 352 | 800 | 2026-03-23T11:39:10.067400 |
heatwave-aws-relnotes.html | mysql | https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html | database | sql | operations such as error recovery, maintenance, and system restart. See MySQL HeatWave Architectural Features . MySQL Autopilot: Auto Error Recovery from MySQL failure With Auto Error Recovery, now when MySQL fails and restarts, the MySQL HeatWave Cluster automatically restarts, identifies the tables which were loaded ... | 43 | 721 | 2026-03-23T10:59:49.299772 |
gitfaq | git | https://git-scm.com/docs/gitfaq | devops | bash | and can safely be destroyed. Therefore, it has to take the safe route and always preserve them. It’s tempting to try to use certain features of git update-index , namely the assume-unchanged and skip-worktree bits, but these don’t work properly for this purpose and shouldn’t be used this way. If your goal is to modify ... | 19 | 797 | 2026-03-23T10:52:43.958033 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.3.18/ | database | sql | datname = 'template0'; UPDATE pg_database SET datallowconn = false WHERE datname = 'template0'; Finally, remove the allow_system_table_mods configuration setting, and again restart the postmaster. Disallow empty passwords in all password-based authentication methods (Heikki Linnakangas) libpq ignores empty password spe... | 4 | 800 | 2026-03-23T11:40:25.242269 |
supabase-postgres-config-delete | supabase | https://supabase.com/docs/reference/cli/supabase-postgres-config-delete | database | typescript | │ DEAD ROW COUNT │ EXPECT AUTOVACUUM? ──────────────────────┼──────────────────────────────────┼─────────────┼──────────────────┼──────────────────────┼────────────────┼───────────────────── auth │ users │ │ 2023-06-26 12:34 │ 18,030 │ 0 │ no public │ profiles │ │ 2023-06-26 23:45 │ 13,420 │ 28 │ no public │ logs │ │ 2... | 53 | 427 | 2026-03-23T11:30:47.299165 |
2.24.0 | git | https://git-scm.com/docs/git-merge/2.24.0 | devops | bash | t-forward updates do not create a merge commit and therefore there is no way to stop those merges with --no-commit. Thus, if you want to ensure your branch is not changed or updated by the merge command, use --no-ff with --no-commit. --edit -e --no-edit Invoke an editor before committing successful mechanical merge to ... | 6 | 796 | 2026-03-23T11:13:48.884976 |
go | go | https://go.dev/dl/ | language | go | 86.zip Archive Windows x86 77MB 64abdd62ad1c9cf49b41fe457be3481537366a81295ed35ca4d1d08784b35188 go1.23.11.windows-386.msi Installer Windows x86 62MB a06ed55d6f0e9c71fa2c99fccd31f29bbd9f421931e6641d9983a16d276c4b48 go1.23.11.windows-amd64.zip Archive Windows x86-64 78MB 1dbcf0b4183066550964b22890fe119b0b867b51f12c1eea4... | 188 | 800 | 2026-03-23T11:25:37.381352 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | eplay buffers, otherwise iterable-style would provide more flexibility in feeding data. I'll post code if I get something to work. I was trying to see if there was a good way to incorporate the Data loader into the RL environment, but it doesn't seem to fit. Using it for a replay buffer sounds like a good idea. But wha... | 1,070 | 799 | 2026-03-23T11:25:24.232211 |
redis | redis | https://redis.io/docs/latest/develop/data-types/vector-sets/ | database | bash | long res38 = jedis . vdim ( "setNotReduced" ); System . out . println ( res38 ); // >>> 300 boolean res39 = jedis . vadd ( "setReduced" , values , "element" , 100 , new VAddParams ()); System . out . println ( res39 ); // >>> true long res40 = jedis . vdim ( "setReduced" ); System . out . println ( res40 ); // >>> 100 ... | 124 | 800 | 2026-03-23T11:01:42.071586 |
2.1.4 | git | https://git-scm.com/docs/git-log/2.1.4 | devops | bash | mit> . If <pattern> is given, limit tags to ones matching given shell glob. If pattern lacks ? , * , or [ , /* at the end is implied. --remotes[=<pattern>] Pretend as if all the refs in refs/remotes are listed on the command line as <commit> . If <pattern> is given, limit remote-tracking branches to ones matching given... | 14 | 800 | 2026-03-23T11:37:07.944096 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | ueue Size: 0 bytes Queue Length: 0 Flush Count: 170892 Transactions received: 132655 Transactions flushed: 132655 Transactions rejected: 0 API Key Status: API Key is valid ====================== Trace Agent (v 5.17.2) ====================== Not running (port 8126) ``` **Additional environment details (Operating System,... | 98 | 783 | 2026-03-23T11:25:24.231339 |
use-search-params | nextjs | https://nextjs.org/docs/pages/api-reference/functions/use-search-params | framework | javascript | forEach() , and toString() . Good to know : useSearchParams is a React Hook and cannot be used with classes. Behavior Behavior during prerendering For pages that are statically optimized (not using getServerSideProps ), useSearchParams will return null during prerendering. After hydration, the value will be updated to ... | 2 | 800 | 2026-03-23T11:32:22.722486 |
?s=graduated | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=graduated | devops | python | nTelemetry Rake Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Rake instrumentation is a community-maintained instrumentation for the Rake task invocation. rake instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-rake 0.5.0 Version Ruby Language ... | 353 | 800 | 2026-03-23T11:30:34.075092 |
Kimi-K2.5 | transformers | https://huggingface.co/moonshotai/Kimi-K2.5 | ai | python | e Liu and Zhengying Liu and Zhongnuo Liu and Enzhe Lu and Haoyu Lu and Zhiyuan Lu and Junyu Luo and Tongxu Luo and Yashuo Luo and Long Ma and Yingwei Ma and Shaoguang Mao and Yuan Mei and Xin Men and Fanqing Meng and Zhiyong Meng and Yibo Miao and Minqing Ni and Kun Ouyang and Siyuan Pan and Bo Pang and Yuchao Qian and... | 20 | 800 | 2026-03-23T10:55:08.737810 |
gitattributes | git | https://git-scm.com/docs/gitattributes | devops | bash | cache manually with git update-ref -d refs/notes/textconv/jpg (where "jpg" is the name of the diff driver, as in the example above). Choosing textconv versus external diff If you want to show differences between binary or specially-formatted blobs in your repository, you can choose to use either an external diff comman... | 46 | 799 | 2026-03-23T10:58:15.725403 |
reusing-logic-with-custom-hooks | react | https://react.dev/learn/reusing-logic-with-custom-hooks | framework | javascript | you share stateful logic but not state itself. Each call to a Hook is completely independent from every other call to the same Hook. This is why the two sandboxes above are completely equivalent. If you’d like, scroll back up and compare them. The behavior before and after extracting a custom Hook is identical. When yo... | 15 | 799 | 2026-03-23T11:06:01.158115 |
release-notes-2.8.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.8.0 | mobile | dart | go green) 28555 Roll Skia from c9d65f0b8ab6 to 2b868d6b9aa3 (5 revisions) (cla: yes, waiting for tree to go green) 28557 Roll Skia from 2b868d6b9aa3 to 9a1f92e4fff5 (2 revisions) (cla: yes, waiting for tree to go green) 28559 Roll Skia from 9a1f92e4fff5 to b13f36944ca7 (5 revisions) (cla: yes, waiting for tree to go gr... | 703 | 799 | 2026-03-23T11:14:04.146450 |
expo-new | drizzle_orm | https://orm.drizzle.team/docs/get-started/expo-new | database | typescript | expo install expo-sqlite Step 3 - Install required packages npm yarn pnpm bun npm i drizzle-orm npm i -D drizzle-kit yarn add drizzle-orm yarn add -D drizzle-kit pnpm add drizzle-orm pnpm add -D drizzle-kit bun add drizzle-orm bun add -D drizzle-kit Step 4 - Connect Drizzle ORM to the database Create a App.tsx file in ... | 4 | 799 | 2026-03-23T11:01:31.270710 |
mask-image | tailwind | https://tailwindcss.com/docs/mask-image | library | javascript | from var(--tw-mask-conic-position), black <percentage> , transparent var(--tw-mask-conic-to)); mask-conic-from- <color> mask-image: conic-gradient(from var(--tw-mask-conic-position), <color> var(--tw-mask-conic-from), transparent var(--tw-mask-conic-to)); mask-conic-from-( <custom-property> ) mask-image: conic-gradient... | 20 | 800 | 2026-03-23T11:03:41.497993 |
release-notes-3.16.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.16.0 | mobile | dart | gaaclarke in 45682 Tighten up ImageReaderPlatformViewRenderTarget code by @johnmccutchan in 45889 Disable HardwareBuffer backed Platform Views temporarily by @johnmccutchan in 45986 [Android] Add support for setting thread affinity based on core speed. by @jonahwilliams in 45673 [Impeller] Affinity adjustments for Vulk... | 70 | 800 | 2026-03-23T11:12:56.827778 |
?s=guzzle | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=guzzle | devops | python | elemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Apache HTTP Client Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache HTTP Client instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Co... | 239 | 800 | 2026-03-23T11:13:19.229560 |
principles-of-ai-engineering | mastra | https://mastra.ai/blog/principles-of-ai-engineering | ai | typescript | hree months have come at some personal sacrifice. Shane has traveled from South Dakota with his girlfriend Elizabeth, their three-year-old daughter and newborn son. I usually have 50-50 custody of my seven-year-old son and five-year-old daughter, but for these three months I’m down to every-other- weekend. Abhi’s up fr... | 2 | 800 | 2026-03-23T11:00:54.138653 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.