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 |
|---|---|---|---|---|---|---|---|---|
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | 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:37:34.369352 |
llms-full.txt | angular | https://angular.dev/assets/context/llms-full.txt | framework | typescript | `](api/common/http/HttpClient#post) method behaves similarly to `get()`, and accepts an additional `body` argument before its options: ```ts http.post<Config>('/api/config', newConfig).subscribe((config) => { console.log('Updated config:', config); }); ``` Many different types of values can be provided as the request's... | 355 | 612 | 2026-03-23T10:56:08.578133 |
?s=http | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=http | devops | python | etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu... | 54 | 800 | 2026-03-23T11:26:49.079993 |
message-passing | temporal | https://docs.temporal.io/develop/dotnet/message-passing | devops | go | Temporal Server version 1.28 is recommended. Update-with-Start lets you send an Update that checks whether an already-running Workflow with that ID exists: If the Workflow exists, the Update is processed. If the Workflow does not exist, a new Workflow Execution is started with the given ID, and the Update is processed ... | 14 | 799 | 2026-03-23T10:52:47.309545 |
numpy | numpy | https://numpy.org/install/ | ml | python | vironments, while with pip you may need another tool (there are many!) for dealing with environments or complex dependencies. Conda: If you use conda, you can install NumPy from the defaults or conda-forge channels: conda create -n my-env conda activate my-env conda install numpy Pip: pip install numpy Tip Tip: Use a v... | 3 | 799 | 2026-03-23T10:50:06.896139 |
inspector | deno | https://docs.deno.com/api/node/inspector | runtime | javascript | messages. callFrames description parent parentId I Runtime.StackTraceId If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. debuggerId id I Schema.Domain Description of the protocol doma... | 18 | 800 | 2026-03-23T11:38:09.725526 |
golden-image-with-hcp-packer | terraform | https://developer.hashicorp.com/packer/tutorials/cloud-production/golden-image-with-hcp-packer | devops | hcl | P Terraform Get Started tutorials first. To follow along with this tutorial, you will need: Packer 1.10.1+ installed locally. Terraform 1.2 or later installed locally. An HCP Terraform account with workspace admin permissions. An HCP account . An HCP Packer registry with Standard tier . Create a registry: click Packer ... | 4 | 800 | 2026-03-23T10:52:59.201590 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | drant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "deep-image-96-angular", "upload_time": 994.5330462659, "total_upload_time": 3151.357314484, "p95_time": 0.0213824681, "rps": 251.1158056551, "parallel": 4, "p99_time": 0.0247678081, "mean_time": 0.0156765344, "mean_precisions": 0.999329, "engine_params": { "s... | 1,135 | 592 | 2026-03-23T11:15:13.616457 |
?s=azure-monitor | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-monitor | devops | python | License Package Details (npm) Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Prometheus Exporter for Node.js. Node.js exporter Quick Install To install this exporter run: npm install @opentelemetry/exporter-prometheus 0.213.0 Version JavaScript Language Exporter Component Apache 2.0 Lic... | 181 | 800 | 2026-03-23T11:19:37.161278 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/integration/external-issue-tracker/ | devops | yaml | External issue trackers | GitLab Docs External issue trackers Tier : Free, Premium, Ultimate Offering : GitLab.com, GitLab Self-Managed, GitLab Dedicated GitLab has its own issue tracker , but you can also configure an external issue tracker per GitLab project. You can then use: The external issue tracker with the GitL... | 0 | 800 | 2026-03-23T11:24:29.481156 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | { System . out . println ( res9 ); // >>> bike:2 return asyncCommands . lrange ( "bikes:repairs" , 0 , - 1 ); }). thenCompose ( res10 -> { System . out . println ( res10 ); // >>> [bike:1] return asyncCommands . lrange ( "bikes:finished" , 0 , - 1 ); }) . thenAccept ( System . out :: println ) // >>> [bike:2] . toCompl... | 61 | 798 | 2026-03-23T11:05:26.645022 |
?s=ecs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ecs | devops | python | ctions. Additionally, distributed tracing is supported by setting the traceparent header. curl instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-curl 0.1.0 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (p... | 306 | 800 | 2026-03-23T11:26:01.524410 |
workflow | temporal | https://docs.temporal.io/cli/workflow | devops | go | al. temporal workflow execute-update-with-start \ --update-name YourUpdate \ --update-input '{"update-key": "update-value"}' \ --workflow-id YourWorkflowId \ --type YourWorkflowType \ --task-queue YourTaskQueue \ --id-conflict-policy Fail \ --input '{"wf-key": "wf-value"}' Use the following options to change the behavi... | 11 | 800 | 2026-03-23T11:15:31.538021 |
?s=ucp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ucp | devops | python | implements the Loki Push API loki 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/lokireceiver v0.148.0 v0.148.0 Version Collector Language Receiv... | 131 | 799 | 2026-03-23T11:27:55.786035 |
?s=hub | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=hub | devops | python | Details (crates) 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/receivers. rust exporter Quick Install To install this exporter run: cargo add opentelemetry-otlp 0... | 191 | 799 | 2026-03-23T11:39:42.318987 |
kcb | firebase | https://firebase.google.com/case-studies/kcb | database | javascript | r of both engagement and new customer acquisition. Challenge After launch, KCB Group wanted to raise awareness and drive downloads. AdWords was helpful, but the bank needed a unified way to measure campaign performance and user activity across iOS and Android devices. Without accurate measurement, they worried that the... | 1 | 800 | 2026-03-23T11:05:04.523619 |
git-config | git | https://git-scm.com/docs/git-config | devops | bash | ed-regexp option by default. This option is ignored when the grep.patternType option is set to a value other than default . grep.threads Number of grep worker threads to use. If unset (or set to 0), Git will use as many threads as the number of logical cores available. grep.fullName If set to true, enable --full-name o... | 203 | 799 | 2026-03-23T10:57:42.961180 |
?s=keda | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=keda | devops | python | Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-pg 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository NestJS OpenTelemetry by Ivan Santos OpenTelemetry module for NestJS framework. Node.js instrumentation nestj... | 295 | 799 | 2026-03-23T11:27:07.065546 |
feed.atom | planetscale | https://planetscale.com/blog/feed.atom | database | sql | branch and the data it holds. The PlanetScale API offers the /organizations/ /databases/ /branches/ to delete branches if you want to use curl or other tools that can send HTTP requests. In this guide, we discussed the Test phase and dedicated database branches can be used to assist with integration testing. Next up is... | 277 | 799 | 2026-03-23T11:03:06.264407 |
redis | redis | https://redis.io/docs/latest/commands/sadd/ | database | bash | s: SADD, SMEMBERS SADD ( @write , @set , @fast ) Adds one or more members to a set. Creates the key if it doesn't exist. ▶ Method SAdd ( ctx : context.Context , key : string , members : ...interface{} ) → *IntCmd SMEMBERS ( @read , @set , @slow ) Returns all members of a set. ▶ Method SMembers ( ctx : context.Context ,... | 21 | 800 | 2026-03-23T11:39:00.203194 |
add-memory | langchain | https://docs.langchain.com/oss/python/langgraph/add-memory | ai | python | to call checkpointer.setup() the first time you’re using Redis checkpointer. Sync Async Copy from langchain . chat_models import init_chat_model from langgraph . graph import StateGraph , MessagesState , START from langgraph . checkpoint . redis import RedisSaver model = init_chat_model ( model = "claude-haiku-4-5-2025... | 9 | 800 | 2026-03-23T11:19:02.990369 |
build-from-scratch | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/build-from-scratch | framework | typescript | { ReactNode } from 'react' import { Outlet, createRootRoute, HeadContent, Scripts, } from '@tanstack/react-router' export const Route = createRootRoute({ head: () => ({ meta: [ { charSet: 'utf-8', }, { name: 'viewport', content: 'width=device-width, initial-scale=1', }, { title: 'TanStack Start Starter', }, ], }), comp... | 8 | 632 | 2026-03-23T10:52:30.135180 |
?s=krakend | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=krakend | devops | python | tation Component Apache 2.0 License Repository influxdb instrumentation by 🔭 OpenTelemetry Authors 🔭 influxdb instrumentation influxdb instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Java HTTP Client Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a HTTP... | 250 | 800 | 2026-03-23T11:30:28.987346 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ | devops | yaml | tly on the pod template . Cleanup If you tried creating build-robot ServiceAccount from the example above, you can clean it up by running: kubectl delete serviceaccount/build-robot Manually create an API token for a ServiceAccount Suppose you have an existing service account named "build-robot" as mentioned earlier. Yo... | 6 | 800 | 2026-03-23T11:20:23.857947 |
?s=mistral | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mistral | devops | python | nse Package Details (go-collector) Repository JMX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The JMX Receiver will work in conjunction with the OpenTelemetry JMX Metric Gatherer to report metrics from a target MBean server using a built-in or your custom OpenTelemetry helper-utilizing Groovy script. go receiver ... | 124 | 800 | 2026-03-23T11:27:38.004099 |
2.8.6 | git | https://git-scm.com/docs/git-push/2.8.6 | devops | bash | Git - git-push Documentation English ▾ English Français Português (Brasil) Svenska українська мова 简体中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit notes restore reset rm mv Branching and Merging branch checkou... | 0 | 800 | 2026-03-23T11:01:12.481207 |
go_spec.html | go | https://go.dev/doc/go_spec.html | language | go | a run-time panic occurs a[x] is the array element at index x and the type of a[x] is the element type of A For a of pointer to array type: a[x] is shorthand for (*a)[x] For a of slice type S : if x is out of range at run time, a run-time panic occurs a[x] is the slice element at index x and the type of a[x] is the elem... | 120 | 780 | 2026-03-23T11:21:41.032791 |
mui | mui | https://mui.com/material-ui/react-typography/ | library | javascript | suscipit, quam beatae rerum inventore consectetur, neque doloribus, cupiditate numquam dignissimos laborum fugiat deleniti? Eum quasi quidem quibusdam. body2. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos blanditiis tenetur unde suscipit, quam beatae rerum inventore consectetur, neque doloribus, cupidi... | 2 | 799 | 2026-03-23T11:39:18.883102 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ans user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. Body Parameters Parameter Description body Patch Response Code Description 200 ReplicationController OK 201 ReplicationController Created Replace replace the specified ReplicationController HTTP Req... | 639 | 800 | 2026-03-23T10:56:49.342460 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands/ | devops | yaml | golang and jsonpath output formats. clusterrole ClusterRole this ClusterRoleBinding should reference dry-run none Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource. field... | 11 | 798 | 2026-03-23T11:18:50.245607 |
release-notes-1.17.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.17.0 | mobile | dart | alog and AlertDialog. (cla: yes, f: material design, framework, waiting for tree to go green) 50779 [flutter_tools] Handle asynchronous errors writing to stdio (cla: yes, tool, waiting for tree to go green) 50790 fix unnecessary_string_interpolations lint (cla: yes, team) 50803 Roll engine 0e8ed2715a35..2e6786621f7b (4... | 417 | 799 | 2026-03-23T11:13:57.629289 |
?s=stackdriver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=stackdriver | devops | python | Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kafka Metrics Receiver by 🔭 OpenTelemetry Authors 🔭 Kafka metrics receiver collects Kafka metrics (brokers, topics, partitions, consumer groups) from Kafka server, go receiver collector Quick Install When building a custom collec... | 128 | 799 | 2026-03-23T11:16:44.001195 |
manual-dte | nx | https://nx.dev/docs/guides/nx-cloud/manual-dte | tooling | typescript | single pipeline set up. Once the commands are done, it notifies Nx Cloud to stop the agent jobs. The agent jobs set up the repo and then wait for Nx Cloud to assign them tasks. Run agents directly on GitLab with the workflow below: .gitlab-ci.yml image : node:18 # Creating template for DTE agents .dte-agent : interrupt... | 11 | 800 | 2026-03-23T11:01:20.460244 |
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | devops | python | iver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sshcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository StatsD Collector Receiver by 🔭 OpenTelemet... | 157 | 800 | 2026-03-23T11:37:34.369271 |
session.html | express | https://expressjs.com/en/resources/middleware/session.html | framework | javascript | of the connection. When the connection is secure (HTTPS), the SameSite attribute will be set to None to enable cross-site usage. When the connection is not secure (HTTP), the SameSite attribute will be set to Lax for better security while maintaining functionality. This is useful when the Express "trust proxy" setting ... | 7 | 800 | 2026-03-23T10:51:45.604991 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | tch by Victor Stinner. gh-108634 : Python built with configure --with-trace-refs (tracing references) now supports the Limited API . Patch by Victor Stinner. gh-108014 : Add PyLong_AsInt() function: similar to PyLong_AsLong() , but store the result in a C int instead of a C long . Previously, it was known as the privat... | 671 | 800 | 2026-03-23T10:57:25.353538 |
?s=package | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=package | devops | python | ocol. go 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/influxdbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2... | 123 | 800 | 2026-03-23T11:24:42.821634 |
release-notes-2.0.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.0.0 | mobile | dart | kfmiRsIl... to un3JixwuO... (cla: yes, waiting for tree to go green) 22745 Don't register CanvasKit with define (cla: yes) 22746 Roll Skia from 888c5d3e57eb to 51b74afb84d4 (12 revisions) (cla: yes, waiting for tree to go green) 22749 Roll Skia from 51b74afb84d4 to 452369182f6e (1 revision) (cla: yes, waiting for tree ... | 1,324 | 799 | 2026-03-23T11:06:17.754879 |
?s=dbcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dbcp | devops | python | on Component Apache 2.0 License Package Details (gems) Repository RubyLLM Instrumentation by thoughtbot RubyLLM instrumentation for Ruby. ruby instrumentation GenAI LLM Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ruby_llm 0.2.0 Version Ruby Language Instrumentati... | 356 | 800 | 2026-03-23T11:37:21.825187 |
debugger | bun | https://bun.sh/docs/runtime/debugger | runtime | javascript | the Function object may have already been garbage collected, so some of these methods may return undefined . Error.captureStackTrace(error, startFn) The Error.captureStackTrace function lets you capture a stack trace at a specific point in your code, rather than at the point where the error was thrown. This can be help... | 14 | 799 | 2026-03-23T10:57:02.535380 |
?s=action_pack | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=action_pack | devops | python | hon integration by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for kafka-python kafka-python instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository LangChain Instrumentation by Traceloop Instrumentation for LangChain Framework python instrumentation langchain Python Langu... | 326 | 800 | 2026-03-23T11:26:18.039559 |
ddp_comm_hooks.html | pytorch | https://pytorch.org/docs/stable/ddp_comm_hooks.html | ml | python | Default communication hooks are simple stateless hooks, so the input state in register_comm_hook is either a process group or None . The input bucket is a torch.distributed.GradBucket object. torch.distributed.algorithms.ddp_comm_hooks.default_hooks. allreduce_hook ( process_group , bucket ) [source] # Call allreduce u... | 5 | 799 | 2026-03-23T10:58:36.970576 |
supabase-db-pull | supabase | https://supabase.com/docs/reference/cli/supabase-db-pull | database | typescript | ect db outliers This command displays statements, obtained from pg_stat_statements , ordered by the amount of time to execute in aggregate. This includes the statement itself, the total execution time for that statement, the proportion of total execution time for all statements that statement has taken up, the number o... | 45 | 800 | 2026-03-23T11:31:06.936940 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | /watch/flowschemas/{name} Path Parameters Parameter Description name name of the FlowSchema Query Parameters Parameter Description allowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discr... | 3,051 | 800 | 2026-03-23T10:56:49.346702 |
mui | mui | https://mui.com/x/api/charts/heatmap/ | library | javascript | showTooltip?: 'always' | 'hover' | 'never', size?: number }, step?: number } | bool }> - The configuration of the y-axes. If not provided, a default axis config is used. An array of AxisConfig objects. brushConfig { enabled?: bool, preventHighlight?: bool, preventTooltip?: bool } - Configuration for the brush interacti... | 5 | 799 | 2026-03-23T11:31:04.314095 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | ibuted by Wannes Boeykens. gh-120743 : Soft deprecate os.popen() and os.spawn* functions. They should no longer be used to write new code. The subprocess module is recommended instead. Patch by Victor Stinner. gh-120732 : Fix name passing to unittest.mock.Mock object when using unittest.mock.create_autospec() . gh-1112... | 326 | 800 | 2026-03-23T10:57:25.353056 |
?s=pinecone | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pinecone | 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:20:29.243334 |
overview | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/overview | framework | typescript | Stack Router's amazing features, Start enables even more powerful features: Full-document SSR - Server-side rendering for better performance and SEO Streaming - Progressive page loading for improved user experience Server Routes & API Routes - Build backend endpoints alongside your frontend Server Functions - Type-safe... | 5 | 800 | 2026-03-23T10:54:59.582812 |
webpack | webpack | https://webpack.js.org/plugins/json-minimizer-webpack-plugin/ | tooling | javascript | Options test Type: Copy type test = string | RegExp | ( string | RegExp ) [ ] ; Default: /\.json(\?.*)?$/i Test to match files against. Copy module . exports = { optimization : { minimize : true , minimizer : [ new JsonMinimizerPlugin ( { test : / \.foo\.json / i , } ) , ] , } , } ; include Type: Copy type include = st... | 2 | 800 | 2026-03-23T11:04:40.412113 |
sustainability | drizzle_orm | https://orm.drizzle.team/docs/sustainability | database | typescript | ts. Give him a sub on X • GitHub Andrii Sherman (Andrew) Andrew is another Drizzle co-creator and co-founder. Back in 2020, he wrote a Drizzle ORM in Java. Later, seeing the need for the same kind of tool in the TypeScript world, he and Alex pivoted it to TypeScript. That’s where it all started. Give him a sub on X • G... | 4 | 800 | 2026-03-23T10:50:45.526314 |
this | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this | language | javascript | as an exception to the normal this binding rules. If a function is called within a with statement and that function is a property of the scope object, the this value is bound to the scope object, as if the obj. prefix exists. js const obj = { foo() { return this; }, }; with (obj) { console.log(foo() === obj); // true }... | 27 | 631 | 2026-03-23T10:54:04.923469 |
?s=proxy | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=proxy | devops | python | tor-instana 0.32.0 Version JavaScript Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for Container by 🔭 OpenTelemetry Authors 🔭 Resource detector for container ID. container resource-detector php PHP Language Resource detector Component Apache ... | 375 | 799 | 2026-03-23T11:36:31.297294 |
?s=amqplib | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=amqplib | 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:28:44.984604 |
?s=orchestrator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orchestrator | devops | python | on 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 🔭 Open... | 269 | 800 | 2026-03-23T11:28:53.572125 |
manipulating-the-dom-with-refs | react | https://react.dev/learn/manipulating-the-dom-with-refs | framework | javascript | useRef } from 'react' ; export default function Form ( ) { const inputRef = useRef ( null ) ; function handleClick ( ) { inputRef . current . focus ( ) ; } return ( < > < input ref = { inputRef } /> < button onClick = { handleClick } > Focus the input </ button > </ > ) ; } Show more To implement this: Declare inputRef... | 2 | 800 | 2026-03-23T11:03:11.877128 |
?s=sentry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sentry | devops | python | -telemetry/opentelemetry-collector-contrib/receiver/udplogreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository vCenter Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches metrics from a vCenter or ESXi host running VMware vSphere... | 162 | 800 | 2026-03-23T11:22:19.424904 |
cacheLife | nextjs | https://nextjs.org/docs/app/api-reference/functions/cacheLife | framework | javascript | client can use cached data without checking the server revalidate : After this time, the next request will trigger a background refresh expire : After this time with no requests, the next one waits for fresh content stale Client-side: How long the client can use cached data without checking the server. During this time... | 3 | 799 | 2026-03-23T11:07:58.836057 |
child-workflows | temporal | https://docs.temporal.io/develop/python/child-workflows | devops | go | started. After that, Child Workflow Executions may be abandoned using the Abandon Parent Close Policy set in the Child Workflow Options. To be sure that the Child Workflow Execution has started, first call the Child Workflow Execution method on the instance of Child Workflow future, which returns a different future. Th... | 1 | 799 | 2026-03-23T11:00:56.193031 |
supabase-functions-deploy | supabase | https://supabase.com/docs/reference/cli/supabase-functions-deploy | database | typescript | ompletion fish [flags] Flags --no-descriptions Optional disable completion descriptions supabase completion bash Generate the autocompletion script for the bash shell. This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager. To load completi... | 87 | 758 | 2026-03-23T11:33:37.017415 |
?s=redis-4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis-4 | devops | python | essor converts delta sum metrics to rate metrics. This rate is a gauge. 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-telemetry/opentelemetry-collector-contrib/processor/deltatorateprocesso... | 78 | 800 | 2026-03-23T11:33:50.373164 |
redis | redis | https://redis.io/docs/latest/develop/reference/modules/ | database | bash | Redis modules API | Docs {"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"description":"Introduction to writing Redis modules\n","duplicateOf":"head:data-ai-metadata","location":"body","title":"Redis modules API","tableOfContents":{"sections":[{"id":"loading-modules","title":"Loadi... | 0 | 800 | 2026-03-23T11:05:39.094717 |
go1.1 | go | https://go.dev/doc/go1.1 | language | go | formal interface{} . Finally, the new functions ChanOf , MapOf and SliceOf construct new Types from existing types, for example to construct the type []T given only T . time On FreeBSD, Linux, NetBSD, OS X and OpenBSD, previous versions of the time package returned times with microsecond precision. The Go 1.1 implement... | 20 | 799 | 2026-03-23T11:29:47.873068 |
authentication-overview | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/guide/authentication-overview | framework | typescript | mplete Authentication Platform Ready-to-use UI Components - Sign-in, sign-up, user profile, and organization management Social Logins - Google, GitHub, Discord, and 20+ providers Multi-factor Authentication - SMS, TOTP, and backup codes Organizations & Teams - Built-in support for team-based applications Visit Clerk → ... | 8 | 800 | 2026-03-23T10:56:57.583763 |
?s=connect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=connect | devops | python | eiver fetches stats from an SNMP-enabled host using the Go SNMP client . Metrics are collected based on configuration settings. go 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/opentele... | 152 | 800 | 2026-03-23T11:24:38.264918 |
?s=console | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=console | devops | python | Node.js. Node.js exporter Quick Install To install this exporter run: npm install @google-cloud/opentelemetry-cloud-trace-exporter 3.0.0 Version JavaScript Language Exporter Component Apache 2.0 License Package Details (npm) Repository Instana Node.js Exporter by Instana Authors The Instana Node.js OpenTelemetry Export... | 180 | 799 | 2026-03-23T11:39:15.141848 |
scibench | transformers | https://huggingface.co/datasets/xw27/scibench | ai | python | ssume that all gases are perfect and that data refer to 298 K unless otherwise stated. Find an expression for the fugacity coefficient of a gas that obeys the equation of state $p V_{\mathrm{m}}=R T\left(1+B / V_{\mathrm{m}}+C / V_{\mathrm{m}}^2\right)$. Use the resulting expression to estimate the fugacity of argon at... | 33 | 800 | 2026-03-23T11:27:54.261913 |
python | tensorflow | https://www.tensorflow.org/api_docs/python | ml | python | regression tf.nn.l2_loss tf.nn.l2_normalize tf.nn.leaky_relu tf.nn.learned_unigram_candidate_sampler tf.nn.local_response_normalization tf.nn.log_poisson_loss tf.nn.log_softmax tf.nn.lrn tf.nn.max_pool tf.nn.max_pool1d tf.nn.max_pool2d tf.nn.max_pool3d tf.nn.max_pool_with_argmax tf.nn.moments tf.nn.nce_loss tf.nn.norma... | 89 | 800 | 2026-03-23T10:52:24.539802 |
?s=kong | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kong | devops | python | icense Website Documentation Package Details (npm) Repository OpenTelemetry confluent-kafka-javascript Instrumentation by Drazke This library allows tracing requests made by the confluent-kafka-javascript library. confluent-kafka-javascript instrumentation kafka javascript JavaScript Language Instrumentation Component ... | 277 | 800 | 2026-03-23T11:33:35.573828 |
index.html | rust | https://doc.rust-lang.org/std/index.html | language | rust | ne. stringify Stringifies its arguments. thread_ local Declare a new thread local storage key of type std::thread::LocalKey . todo Indicates unfinished code. try Deprecated Unwraps a result or propagates its error. unimplemented Indicates unimplemented code by panicking with a message of “not implemented”. unreachable ... | 19 | 800 | 2026-03-23T10:50:35.372329 |
database-auth | convex | https://docs.convex.dev/auth/database-auth | database | typescript | from your app getCurrentUserOrThrow retrieves the currently logged-in user or throws an error getCurrentUser retrieves the currently logged-in user or returns null userByExternalId retrieves a user given the Clerk ID, and is used only for retrieving the current user or when updating an existing user via the webhook Web... | 14 | 797 | 2026-03-23T11:02:44.458643 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/networking/virtual-ips/ | devops | yaml | Pods for a stateless image-processing workloads, running with three replicas. Those replicas are fungible—frontends do not care which backend they use. While the actual Pods that compose the backend set may change, the frontend clients should not need to be aware of that, nor should they need to keep track of the set o... | 3 | 800 | 2026-03-23T11:22:10.014765 |
mui | mui | https://mui.com/material-ui/getting-started/templates/marketing-page/ | library | javascript | eliable support Count on our responsive customer support, offering assistance that goes beyond the purchase. Precision in every detail Enjoy a meticulously crafted product where small touches make a significant impact on your overall experience. Pricing Quickly build an effective pricing table for your potential custom... | 4 | 800 | 2026-03-23T11:00:52.586674 |
?s=browser | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=browser | devops | python | s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-co... | 58 | 800 | 2026-03-23T11:09:59.660660 |
clustering.html | scikit_learn | https://scikit-learn.org/stable/modules/clustering.html | ml | python | e non-terminal CF Nodes can have CF Nodes as children. The CF Subclusters hold the necessary information for clustering which prevents the need to hold the entire input data in memory. This information includes: Number of samples in a subcluster. Linear Sum - An n-dimensional vector holding the sum of all samples Squar... | 54 | 800 | 2026-03-23T10:52:22.806951 |
handling-taps | flutter | https://docs.flutter.dev/cookbook/gestures/handling-taps | mobile | dart | Detector wraps the button. return GestureDetector( // When the child is tapped, show a snackbar. onTap: () { const snackBar = SnackBar(content: Text('Tap')); ScaffoldMessenger.of(context).showSnackBar(snackBar); }, // The custom button child: Container( padding: const EdgeInsets.all(12), decoration: BoxDecoration( colo... | 3 | 625 | 2026-03-23T10:57:43.338853 |
c4 | transformers | https://huggingface.co/datasets/allenai/c4 | ai | python | dagboek gehad, maar dit blyk verlore te wees. Anne het die meeste van haar tyd spandeer aan lees en studies en sy het dikwels aan haar dagboek gewerk: sy het nie alleen nuwe inskrywings gemaak nie, maar ook bestaandes hersien. Sy het nie slegs oor daaglikse gebeure verhaal nie, maar ook geskryf oor haar gevoelens, opva... | 164 | 800 | 2026-03-23T11:22:33.736718 |
?s=database | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=database | devops | python | y Authors 🔭 The Zookeeper Receiver for the OpenTelemetry Collector collects metrics from a Zookeeper instance, using the ‘mntr’ command. go 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-telemetr... | 167 | 800 | 2026-03-23T11:28:28.459558 |
esbuild | esbuild | https://esbuild.github.io/plugins/ | tooling | javascript | ring; pluginData: any; with : Record<string, string>; } type OnLoadArgs struct { Path string Namespace string Suffix string PluginData interface {} With map [ string ] string } path This is the fully-resolved path to the module. It should be considered a file system path if the namespace is file , but otherwise the pat... | 29 | 793 | 2026-03-23T10:50:05.321218 |
?s=bunyan | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bunyan | devops | python | tor Receiver by 🔭 OpenTelemetry Authors 🔭 The Fluent Forward Receiver for the OpenTelemetry Collector. go 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... | 115 | 800 | 2026-03-23T11:29:05.426439 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ): """Tool part in input-available state.""" type: Annotated[str, Field(pattern=r'^tool-')] tool_call_id: str state: Literal['input-available'] = 'input-available' input: Any | None = None provider_executed: bool | None = None call_provider_metadata: ProviderMetadata | None = None approval: ToolApproval | None = None `... | 5,890 | 744 | 2026-03-23T10:51:26.922948 |
webhook | planetscale | https://planetscale.com/docs/cli/webhook | database | sql | ess, Postgres test <DATABASE_NAME> <WEBHOOK_ID> Send a test event to a webhook Vitess, Postgres update <DATABASE_NAME> <WEBHOOK_ID> Update an existing webhook Vitess, Postgres Sub-command flags Sub-command flag Description Applicable sub-commands --events <EVENTS> Comma-separated list of events to trigger the webhook. ... | 2 | 794 | 2026-03-23T11:10:38.408665 |
mui | mui | https://mui.com/store/items/berry-react-material-admin/ | library | javascript | Edge, Safari (macOS), Opera. Design tested on Retina Displays, Laptop media, and responsive media like Tablet / iPad and Mobile devices. Page speed test made using Google Page Speed and GT Metrix tools. Figma design resources The Figma design file is available in the Standard Plus & Extended License. All components and... | 4 | 800 | 2026-03-23T10:55:19.624682 |
?s=connect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=connect | devops | python | ial implementation of the OpenTelemetry SDK in Perl. perl instrumentation Perl Language Instrumentation Component Artistic-1.0-Perl License Repository PHP by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Core repository for PHP. php PHP Language Core Component Apache 2.0 License Documentation Repository PHP API by 🔭 O... | 367 | 800 | 2026-03-23T11:24:38.265097 |
llms-styling.txt | chakra_ui | https://chakra-ui.com/llms-styling.txt | library | javascript | | `padding-top` | `spacing` | | `pb`, `paddingBottom` | `padding-bottom` | `spacing` | | `px`, `paddingX` | `padding-inline` | `spacing` | | `py`, `paddingY` | `padding-block` | `spacing` | | `ps`, `paddingStart` | `padding-inline-start` | `spacing` | | `pe`, `paddingEnd` | `padding-inline-end` | `spacing` | ## Margin ... | 89 | 709 | 2026-03-23T10:52:24.666456 |
redis | redis | https://redis.io/docs/latest/commands/json.mget/ | database | bash | ional-arguments","title":"Optional arguments"},{"id":"examples","title":"Examples"},{"id":"redis-software-and-redis-cloud-compatibility","title":"Redis Software and Redis Cloud compatibility"},{"id":"return-information","title":"Return information"},{"id":"see-also","title":"See also"},{"id":"related-topics","title":"R... | 1 | 800 | 2026-03-23T11:09:08.893840 |
rpc.html | pytorch | https://pytorch.org/docs/stable/rpc.html | ml | python | _gradients() should be used to retrieve the gradients. If dist_autograd_ctx_id is None , it is assumed that this is a local autograd graph and we only perform a local backward pass. In the local case, the node calling this API has to be the owner of the RRef. The value of the RRef is expected to be a scalar Tensor. Par... | 44 | 800 | 2026-03-23T10:56:05.300261 |
serve-files | convex | https://docs.convex.dev/file-storage/serve-files | database | typescript | age" its `body` is an `Id<"_storage">` ... ( message . format === "image" ? { url : await ctx . storage . getUrl ( message . body ) } : { } ) , } ) ) , ) ; } , } ) ; File URLs can be used in img elements to render images: src/App.tsx TS function Image ( { message } : { message : { url : string } } ) { return < img src ... | 1 | 798 | 2026-03-23T11:01:36.659172 |
fuzzystrmatch | neon | https://neon.tech/docs/extensions/fuzzystrmatch | database | sql | The fuzzystrmatch extension - Neon Docs Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / Extensions / fuzzystrmatch The fuzzystrmatch extension Perform fuzzy string matching for names, typos, and similar-sounding words in Postgr... | 0 | 800 | 2026-03-23T11:00:38.915471 |
go | go | https://go.dev/dl/ | language | go | 4430a751aaa19 go1.13rc1.linux-armv6l.tar.gz Archive Linux ARMv6 94MB d0118038c68276179523dfffba3ad49662842b8e4e37b5801d753c731241d745 go1.13rc1.linux-ppc64le.tar.gz Archive Linux ppc64le 92MB e351c396262b3c411459e08a2ff9bec9d720760bd8811fd1f59262d02f9f504f go1.13rc1.linux-s390x.tar.gz Archive Linux s390x 97MB 2fd642924... | 1,119 | 800 | 2026-03-23T11:25:37.382074 |
vet | go | https://go.dev/pkg/cmd/vet | language | go | vet command - cmd/vet - Go Packages Documentation ¶ Overview ¶ Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string. Vet uses heuristics that do not guarantee all reports are genuine problems, but it can find errors not caught by the com... | 0 | 800 | 2026-03-23T10:59:28.479155 |
?s=visualization | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=visualization | devops | python | ation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language Instrument... | 358 | 800 | 2026-03-23T11:39:49.908329 |
branching-circleci | neon | https://neon.tech/docs/guides/branching-circleci | database | sql | xample, 1234-1 , 1234-2 ). This allows you to identify which branch corresponds to which test executor in your CircleCI dashboard. Last updated on February 26, 2026 Was this page helpful? Yes No Thank you for your feedback! Previous Branching with GitHub Actions Next Terraform On this page Prerequisites Getting started... | 18 | 800 | 2026-03-23T11:27:31.755928 |
models?pipeline_tag=text-to-speech | transformers | https://huggingface.co/models?pipeline_tag=text-to-speech | ai | python | 15 Text-to-Speech • 2B • Updated Jan 29 • 1.02M • 1.31k Text-to-Speech • Updated Apr 10, 2025 • 9.15M • • 5.83k Text-to-Speech • 2B • Updated 6 days ago • 65.6k • 225 Text-to-Speech • 4B • Updated 6 days ago • 44.7k • 147 Text-to-Speech • 5B • Updated 1 day ago • 1.66k • 17 Text-to-Speech • 0.5B • Updated 5 days ago • ... | 1 | 800 | 2026-03-23T10:55:27.414831 |
?s=trusted-publishing | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=trusted-publishing | devops | python | s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-co... | 58 | 800 | 2026-03-23T11:23:36.389546 |
llms-styling.txt | chakra_ui | https://chakra-ui.com/llms-styling.txt | library | javascript | `. > `dvh` maps to `100dvh`, `svh` maps to `100svh`, `lvh` maps to `100lvh`. ```jsx // shorthand ``` ## Max height Use the `maxHeight` or `maxH` property to set the maximum height of an element. ```jsx // hardcoded values // shorthand // token values // shorthand ``` ## Min height Use the `minHeight` or `minH` property... | 86 | 754 | 2026-03-23T10:52:24.666452 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | For, Stack, VStack } from "@chakra-ui/react" import { LuBox } from "react-icons/lu" export const ForWithFallback = () => { return ( No items to show } > {(item, index) => ( {item} )} ) } ``` ## Props | Prop | Default | Type | Description | | --- | --- | --- | --- | | each | undefined | `T[] \| readonly T[] \| undefined... | 531 | 773 | 2026-03-23T10:52:11.338910 |
?s=loki | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=loki | devops | python | sends it down the metric pipeline for further processing. go 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/kubeletstatsreceiver v0.148.0 v0.148.... | 129 | 799 | 2026-03-23T11:12:44.942866 |
configure.html | python | https://docs.python.org/3/using/configure.html | language | python | ils of the build platform, e.g., macosx-14.3-arm64-3.12 or linux-x86_64-3.13 . 3.4.3.3. make profile-opt ¶ Build Python using profile-guided optimization (PGO). You can use the configure --enable-optimizations option to make this the default target of the make command ( make all or just make ). 3.4.3.4. make clean ¶ Re... | 38 | 799 | 2026-03-23T11:27:07.508290 |
2.52.0 | git | https://git-scm.com/docs/git-log/2.52.0 | devops | bash | diff that can be applied with git-apply . Implies --patch . --abbrev [ = <n> ] Instead of showing the full 40-byte hexadecimal object name in diff-raw format output and diff-tree header lines, show the shortest prefix that is at least <n> hexdigits long that uniquely refers the object. In diff-patch output format, --fu... | 96 | 798 | 2026-03-23T11:20:24.143114 |
?s=active_job | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=active_job | devops | python | socket.io 0.60.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Instrumentation for SvelteKit native by Svelte contributors SvelteKit supports OpenTelemetry instrumentation out of the box. Node.js instrumentation sveltekit JavaScript Language Instrumentation Co... | 300 | 800 | 2026-03-23T11:28:48.638591 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.