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 |
|---|---|---|---|---|---|---|---|---|
postgresql | postgresql | https://www.postgresql.org/docs/release/8.4.9/ | database | sql | VACUUM so that it always updates pg_class . reltuples / relpages (Tom Lane) This fixes some scenarios where autovacuum could make increasingly poor decisions about when to vacuum tables. Defend against integer overflow when computing size of a hash table (Tom Lane) Fix cases where CLUSTER might attempt to access alread... | 5 | 735 | 2026-03-23T11:36:44.401155 |
?s=neo4j-driver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=neo4j-driver | devops | python | data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. go exporter Go Language Exporter Component Apache 2.0 License Repository otlpr - A logr implementation backed by OTLP by MrAlias Provides a logr.Logger that exports messages as OTLP logs. go exporter l... | 177 | 799 | 2026-03-23T11:17:22.475426 |
?s=prometheusremotewrite | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=prometheusremotewrite | 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:38:28.410560 |
2.2.3 | git | https://git-scm.com/docs/gitremote-helpers/2.2.3 | devops | bash | helper has the option capability. option verbosity <n> Changes the verbosity of messages displayed by the helper. A value of 0 for <n> means that processes operate quietly, and the helper produces only error output. 1 is the default level of verbosity, and higher values of <n> correspond to the number of -v flags passe... | 21 | 798 | 2026-03-23T11:26:18.187747 |
2.3.html | python | https://docs.python.org/3/whatsnew/2.3.html | language | python | 'version' : "0.5.1" , 'description' : "A highly Pythonic Web application framework" , # ... } if ( hasattr ( core , 'setup_keywords' ) and 'classifiers' in core . setup_keywords ): kw [ 'classifiers' ] = \ [ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' , 'Environment :: No Input/Output (Daemon)' , 'Intended Audie... | 30 | 800 | 2026-03-23T11:28:59.270433 |
pytorch | pytorch | https://pytorch.org/blog/pytorch-foundation-announces-new-members-as-agentic-ai-demand-grows/ | ml | python | Clockwork.io, Emmi AI, National IT Industry Promotion Agency (NIPA), Nota AI., and yasp.ai, and new Associate members include Carnegie Mellon University, CommonAI CIC, Monash University, and University of Leicester. Developers, engineers, and industry leaders alike are encouraged to register for PyTorch Conference Euro... | 1 | 800 | 2026-03-23T11:41:38.016994 |
redis | redis | https://redis.io/docs/latest/develop/data-types/bitmaps/ | database | bash | "B" , 4 , true ); jedis . setbit ( "B" , 7 , true ); byte [] res6 = jedis . get ( "B" . getBytes ()); System . out . println ( String . format ( "%8s" , Integer . toBinaryString ( res6 [ 0 ] & 0xFF )). replace ( ' ' , '0' )); // >>> 00011001 jedis . setbit ( "C" , 1 , true ); jedis . setbit ( "C" , 2 , true ); jedis . ... | 121 | 800 | 2026-03-23T11:03:25.838954 |
systemd | bun | https://bun.sh/docs/guides/ecosystem/systemd | runtime | javascript | rate a yarn-compatible lockfile Migrate from npm to bun Configure git to diff Bun's lockfile Install Bun in GitHub Actions Test Runner Run tests Watch mode Migrate from Jest Mock functions Spy on methods Mock system time Snapshot testing Update snapshots Coverage reports Coverage threshold Concurrent test glob Skip tes... | 3 | 800 | 2026-03-23T11:09:32.644905 |
?s=local | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=local | devops | python | Component Apache 2.0 License Package Details (go-collector) Repository AWS X-Ray Tracing Exporter by 🔭 OpenTelemetry Authors 🔭 The AWS X-Ray Tracing Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the fo... | 25 | 800 | 2026-03-23T11:13:53.860125 |
git-apply | git | https://git-scm.com/docs/git-apply | devops | bash | an use different <action> values to control this behavior: nowarn turns off the trailing whitespace warning. warn outputs warnings for a few such errors, but applies the patch as-is (default). fix outputs warnings for a few such errors, and applies the patch after fixing them ( strip is a synonym — the tool used to con... | 12 | 800 | 2026-03-23T10:57:52.785685 |
models | langchain | https://docs.langchain.com/oss/python/langchain/models | ai | python | del . bind_tools ([ tool ]) response = model_with_tools . invoke ( "What was a positive news story from today?" ) print ( response . content_blocks ) Result Copy [ { "type" : "server_tool_call" , "name" : "web_search" , "args" : { "query" : "positive news stories today" , "type" : "search" }, "id" : "ws_abc123" }, { "t... | 41 | 800 | 2026-03-23T11:21:54.247758 |
observability | temporal | https://docs.temporal.io/develop/go/observability | devops | go | erface { } { "CustomIntField" : 2 , "CustomKeywordField" : "seattle" , } workflow . UpsertSearchAttributes ( ctx , attr2 ) } After the second call to UpsertSearchAttributes , the map will contain: map [ string ] interface { } { "CustomIntField" : 2 , // last update wins "CustomBoolField" : true , "CustomKeywordField" :... | 18 | 798 | 2026-03-23T10:55:35.897400 |
server-routes | tanstack_router | https://tanstack.com/start/latest/docs/framework/react/guide/server-routes | framework | typescript | s/users/$id/posts/$postId.ts import { createFileRoute } from '@tanstack/react-router' export const Route = createFileRoute('/users/$id/posts/$postId')({ server: { handlers: { GET: async ({ params }) => { const { id, postId } = params return new Response(`User ID: ${id}, Post ID: ${postId}`) }, }, }, }) // Visit /users/... | 15 | 760 | 2026-03-23T11:24:09.510657 |
githooks | git | https://git-scm.com/docs/githooks | devops | bash | with the --no-verify option. It takes a single parameter, the name of the file that holds the proposed changelist text. Exiting with a non-zero status causes the command to abort. The hook is allowed to edit the changelist file and can be used to normalize the text into some project standard format. It can also be used... | 35 | 799 | 2026-03-23T10:54:13.445371 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/pipelines/downstream_pipelines/ | devops | yaml | om being passed You can stop default CI/CD variables from reaching the downstream pipeline with inherit:variables . You can list specific variables to inherit, or block all default variables. For example: Parent-child pipeline variables : DEFAULT_VAR : value trigger-job : inherit : variables : false variables : JOB_VAR... | 27 | 800 | 2026-03-23T10:55:41.706384 |
web-components | vue | https://vuejs.org/guide/extras/web-components | framework | javascript | (SomeComponent) // Remember to register the element class with the browser. customElements. define ( 'some-element' , SomeElement) // Add the new element type to Vue's GlobalComponents type. declare module 'vue' { interface GlobalComponents { // Be sure to pass in the Vue component type here // (SomeComponent, *not* So... | 14 | 797 | 2026-03-23T10:52:43.249237 |
esbuild | esbuild | https://esbuild.github.io/api/ | tooling | javascript | EntryPoints: [] string { "app.ts" }, Bundle: true , Outdir: "www" , }) if err != nil { os.Exit( 1 ) } err2 := ctx.Watch(api.WatchOptions{}) if err2 != nil { os.Exit( 1 ) } result, err3 := ctx.Serve(api.ServeOptions{ Servedir: "www" , }) if err3 != nil { os.Exit( 1 ) } } The second step is to add some code to your JavaS... | 25 | 762 | 2026-03-23T10:50:11.742136 |
phases | terraform | https://developer.hashicorp.com/terraform/intro/phases | devops | hcl | o get started with many of these topics, and you can get started for free . Edit this page on GitHub | 3 | 100 | 2026-03-23T10:50:54.097400 |
mui | mui | https://mui.com/x/react-data-grid/tree-data/ | library | javascript | t and child selection . The implementation and behavior are the same when working with tree data. Gaps in the tree If the tree data provided is missing levels in the hierarchy, the Data Grid Pro will automatically create the rows needed to fill the gaps. Consider a simple dataset with two rows: [ { path : [ 'A' ] } , {... | 4 | 800 | 2026-03-23T11:10:30.867052 |
for-app-developers | flutter | https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers | mobile | dart | your project to use Swift Package Manager the next time you run your app using the CLI. However, the Flutter CLI tool might be unable to migrate your project automatically if there are unexpected modifications. If the automatic migration fails, use the steps below to add Swift Package Manager integration to a project m... | 7 | 644 | 2026-03-23T11:03:43.760000 |
append | bun | https://bun.sh/docs/guides/write-file/append | runtime | javascript | Append content to a file - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation File System Append content to a file Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway Deploy on Render Deploy on AWS Lambda Deploy ... | 0 | 800 | 2026-03-23T11:17:48.317897 |
release-notes-2.2.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.2.0 | mobile | dart | , waiting for tree to go green) 75937 [flutter_releases] Flutter Framework 1.26.0-17.6.pre Beta Cherrypicks (cla: yes, engine, f: material design, framework, tool) 75943 Reject unaccepted pointers in Drag recognizer (cla: yes, framework, waiting for tree to go green) 75945 [web] Treeshake keymaps for web (4% code size ... | 20 | 800 | 2026-03-23T11:13:36.909257 |
backends.html | pytorch | https://pytorch.org/docs/stable/backends.html | ml | python | . torch.backends.cudnn. allow_tf32 # A bool that controls where TensorFloat-32 tensor cores may be used in cuDNN convolutions on Ampere or newer GPUs. allow_tf32 is going to be deprecated. See TensorFloat-32 (TF32) on Ampere (and later) devices . torch.backends.cudnn. deterministic # A bool that, if True, causes cuDNN ... | 16 | 799 | 2026-03-23T11:01:30.109883 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ssage_id: {info.MessageId}, consumer: {info.ConsumerName}, time_since_delivered: {info.IdleTimeInMilliseconds}, times_delivered: {info.DeliveryCount}" ); } // >>> message_id: min: 1712747506906-0, consumer: Bob, time_since_delivered: 31084, times_delivered: 1 // >>> message_id: min: 1712747506907-0, consumer: Bob, time... | 1,358 | 800 | 2026-03-23T11:04:07.561536 |
?s=dynatrace | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynatrace | 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:36:56.523578 |
in-and-out | svelte | https://svelte.dev/playground/in-and-out | framework | javascript | itions The transition directive Adding parameters In and out Custom CSS transitions Custom JS transitions Transition events Deferred transitions Animations The animate directive Easing Ease Visualiser SVG Clock Bar chart Area chart Scatterplot SVG transitions Actions The use directive Adding parameters A more complex a... | 1 | 800 | 2026-03-23T11:10:09.140566 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | 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/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co... | 46 | 798 | 2026-03-23T11:21:21.444408 |
docker | docker | https://docs.docker.com/billing/details/ | devops | bash | information from the left-hand navigation. On your billing information card, select Change . Update your billing contact and billing address information. Optional. To add or update a VAT ID, select the I'm purchasing as a business checkbox and enter your Tax ID. Important Your VAT number must include your country prefi... | 3 | 800 | 2026-03-23T11:12:39.219223 |
winsound.html | python | https://docs.python.org/3/library/winsound.html | language | python | o beep the speaker, RuntimeError is raised. winsound. PlaySound ( sound , flags ) ¶ Call the underlying PlaySound() function from the Platform API. The sound parameter may be a filename, a system sound alias, audio data as a bytes-like object , or None . Its interpretation depends on the value of flags , which can be a... | 1 | 796 | 2026-03-23T11:29:24.654608 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/ | devops | yaml | his behavior, which then applies to all CustomResourceDefinitions in your cluster. Provided you enabled the feature gate, Kubernetes implements validation ratcheting for CustomResourceDefinitions. The API server is willing to accept updates to resources that are not valid after the update, provided that each part of th... | 23 | 800 | 2026-03-23T10:56:35.719099 |
pg_uuidv7 | neon | https://neon.tech/docs/extensions/pg_uuidv7 | database | sql | ueries The ability to convert timestamps to UUIDv7s (especially with zeroed random bits) is very useful for performing efficient time-range queries directly on the UUIDv7 primary key. Suppose we want to find all events that occurred between May 14, 2025, and May 24, 2025. We can use the uuid_timestamptz_to_v7() functio... | 7 | 800 | 2026-03-23T11:03:45.880623 |
how-to-change-max-database-connections-_BQ8P5 | supabase | https://supabase.com/docs/guides/troubleshooting/how-to-change-max-database-connections-_BQ8P5 | database | typescript | Supabase Docs | Troubleshooting | How to change max database connections How to change max database connections Last edited: 9/9/2025 WARNING: Manually configuring the connection count hard codes it. This means if you upgrade or downgrade your database, the connection count will not auto-resize. You will have to make s... | 0 | 800 | 2026-03-23T11:15:25.280304 |
project-structure | mastra | https://mastra.ai/docs/getting-started/project-structure | ai | typescript | Project structure | Getting Started | Mastra Docs Skip to main content On this page Your new Mastra project, created with the create mastra command, comes with a predefined set of files and folders to help you get started. Mastra is a framework, but it's unopinionated about how you organize or colocate your files. The ... | 0 | 799 | 2026-03-23T10:55:40.873899 |
redis | redis | https://redis.io/docs/latest/commands/ft.info/ | database | bash | re available for this client. No method signature available for this client. Available in: Redis Open Source / Search 1.0.0 Time complexity: O(1) ACL categories: @search , Compatibility: Redis Software and Redis Cloud compatibility Returns information and statistics about a given index. Required arguments index is the ... | 2 | 800 | 2026-03-23T11:08:18.268176 |
?s=pooling | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pooling | devops | python | rvers implementing the LogObject specification (OPC UA Part 26) and converts them to OpenTelemetry log format for industrial automation system observability. go receiver collector opc-ua logs industrial Collector Language Receiver Component Apache 2.0 License Repository Oracle DB receiver by 🔭 OpenTelemetry Authors 🔭... | 138 | 799 | 2026-03-23T11:39:19.826397 |
redis | redis | https://redis.io/docs/latest/develop/data-types/vector-sets/ | database | bash | 3 = $r -> vadd ( 'points' , [ - 1.0 , 1.0 ], 'pt:C' ); echo $res3 . PHP_EOL ; // >>> 1 $res4 = $r -> vadd ( 'points' , [ 1.0 , - 1.0 ], 'pt:D' ); echo $res4 . PHP_EOL ; // >>> 1 $res5 = $r -> vadd ( 'points' , [ 1.0 , 0.0 ], 'pt:E' ); echo $res5 . PHP_EOL ; // >>> 1 $res6 = $r -> type ( 'points' ); echo $res6 . PHP_EOL... | 508 | 800 | 2026-03-23T11:01:42.072130 |
?s=tedious | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tedious | devops | python | ense Package Details (gems) Repository Mysql2 Instrumentation by 🔭 OpenTelemetry Authors 🔭 Mysql2 instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-mysql2 0.33.0 Version Ruby Language Instrumentation Component Apache 2.0... | 350 | 800 | 2026-03-23T11:22:30.961646 |
isDevMode | angular | https://angular.dev/api/core/isDevMode | framework | typescript | t AfterRenderOptions AfterRenderRef AfterViewChecked AfterViewInit ANIMATION_MODULE_TYPE AnimationCallbackEvent AnimationFunction APP_BOOTSTRAP_LISTENER APP_ID APP_INITIALIZER ApplicationConfig ApplicationInitStatus ApplicationModule ApplicationRef asNativeElements assertInInjectionContext assertNotInReactiveContext as... | 2 | 800 | 2026-03-23T11:18:08.961163 |
llamaindex | llamaindex | https://docs.llamaindex.ai/ | ai | python | andle the document processing and syncing. Learn more or check out the docs . Community Section titled “Community” Need help? Have a feature suggestion? Join the LlamaIndex community: Twitter Discord LinkedIn Getting the library Section titled “Getting the library” LlamaIndex Python LlamaIndex Python Github Python Docs... | 9 | 800 | 2026-03-23T10:49:53.284973 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ds no explanation. print(result2.all_messages()) """ [ ModelRequest( parts=[ UserPromptPart( content='Tell me a joke.', timestamp=datetime.datetime(...), ) ], timestamp=datetime.datetime(...), instructions='Be a helpful assistant.', run_id='...', ), ModelResponse( parts=[ TextPart( content='Did you hear about the tooth... | 499 | 550 | 2026-03-23T10:51:26.911010 |
sync-user-data-between-clerk-and-a-planetscale-database | planetscale | https://planetscale.com/blog/sync-user-data-between-clerk-and-a-planetscale-database | database | sql | mport { blocks, users } from './utils/db/schema' import { eq } from 'drizzle-orm' // This type describes the structure of the incoming webhook type ClerkWebhook = { data: { first_name: string last_name: string image_url: string username: string } type: string } const handler = async (event: HandlerEvent, context: Handl... | 8 | 731 | 2026-03-23T11:34:15.490927 |
spaced-items | flutter | https://docs.flutter.dev/cookbook/lists/spaced-items | mobile | dart | maybe because a device is too small, a user resized a window, or the number of items exceeds the screen size. Typically, you use Spacer to tune the spacing between widgets, or Expanded to expand a widget to fill the available space. However, these solutions are not possible inside scrollable widgets, because they need ... | 1 | 675 | 2026-03-23T11:37:18.717487 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ith a single user prompt as text.""" return cls(parts=[UserPromptPart(user_prompt)], instructions=instructions) __repr__ = _utils.dataclasses_no_defaults_repr ``` #### parts ```python parts: Sequence[ModelRequestPart] ``` The parts of the user message. #### timestamp ```python timestamp: datetime | None = None ``` The ... | 2,930 | 788 | 2026-03-23T10:51:26.917472 |
code-debugging | flutter | https://docs.flutter.dev/testing/code-debugging | mobile | dart | it also marks box's 13 ancestors as dirty because the new dimensions might affect those ancestors. To add information to the dump if you write your own render objects, override debugFillProperties() . Add DiagnosticsProperty objects to the method's argument then call the superclass method. Print the layer tree # To deb... | 122 | 713 | 2026-03-23T11:04:16.093039 |
?s=cri-o | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cri-o | 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:37:42.137734 |
no-react-forward-ref | biome | https://biomejs.dev/linter/rules/no-react-forward-ref | tooling | javascript | stead. This rule detects the usage of the forwardRef API, and it suggests using the prop ref instead. See the official blog post for details. This rule should be disabled if you are working with React 18 or earlier. Examples Section titled “Examples” Invalid Section titled “Invalid” 1 import { forwardRef } from " react... | 1 | 800 | 2026-03-23T11:41:31.124686 |
transcription | tanstack_start | https://tanstack.com/ai/latest/docs/guides/transcription | framework | typescript | ectionAdapter Streaming transport (SSE, HTTP stream, custom) fetcher (input) => Promise<TranscriptionResult | Response> Direct async function, or server function returning an SSE Response onResult (result) => void Callback when transcription completes onError (error) => void Callback on error onProgress (progress, mess... | 22 | 800 | 2026-03-23T11:17:29.209555 |
xmlrpc.server.html | python | https://docs.python.org/3/library/xmlrpc.server.html | language | python | rver. DocCGIXMLRPCRequestHandler ¶ Create a new instance to handle XML-RPC requests in a CGI environment. class xmlrpc.server. DocXMLRPCRequestHandler ¶ Create a new request handler instance. This request handler supports XML-RPC POST requests, documentation GET requests, and modifies logging so that the logRequests pa... | 16 | 799 | 2026-03-23T11:23:04.066448 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | Logfire web UI as long as you have the `LOGFIRE_TOKEN` environment variable set. ## What Gets Sent to Logfire When you run an evaluation, Logfire receives: 1. **Evaluation metadata** 1. Dataset name 1. Number of cases 1. Evaluator names 1. **Per-case data** 1. Inputs and outputs 1. Expected outputs 1. Metadata 1. Execu... | 6,154 | 759 | 2026-03-23T10:51:26.923355 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | ta, and send them to the next consumer at a configurable interval. 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/redisreceiver v0.148.0 v0.14... | 148 | 800 | 2026-03-23T11:26:30.537700 |
?s=jvm | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=jvm | devops | python | instrumentation oracledatabase database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-oracledb 0.38.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository PostgreSQL Instrumentation by 🔭 OpenTelemetry Authors �... | 293 | 799 | 2026-03-23T11:38:50.779960 |
contexts | github_actions | https://docs.github.com/en/actions/learn-github-actions/contexts | devops | yaml | th }} . github.action_ref string For a step executing an action, this is the ref of the action being executed. For example, v2 . Do not use in the run keyword. To make this context work with composite actions, reference it within the env context of the composite action. github.action_repository string For a step execut... | 13 | 800 | 2026-03-23T10:56:12.568356 |
redis | redis | https://redis.io/docs/latest/commands/ft.create/ | database | bash | ":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"complexity":"O(K) at creation where K is the number of fields, O(N) if scanning the keyspace is triggered, where N is the number of keys in the keyspace","description":"Creates an index with the given spec","duplicateOf":"head:data-ai-metadata",... | 6 | 794 | 2026-03-23T11:09:04.252907 |
tauri | tauri | https://tauri.app/blog/tauri-2-0-0-alpha-4/ | desktop | rust | ios add and tauri plugin android add . New plugins automatically include all the configuration needed to write native mobile code. Here’s an example of a plugin that takes a string value and resolves an object: Android plugin: ExamplePlugin.kt package com.plugin.example import android.app.Activity import app.tauri.anno... | 2 | 800 | 2026-03-23T11:10:53.384438 |
symfony | tailwind | https://tailwindcss.com/docs/installation/framework-guides/symfony | library | javascript | Install Tailwind CSS with Symfony - Tailwind CSS v 4.2 ⌘K Ctrl K Docs Blog Showcase Sponsor Plus Installation Install Tailwind CSS with Symfony Installation Install Tailwind CSS with Symfony Setting up Tailwind CSS in a Symfony project. 01 Create your project Start by creating a new Symfony project if you don’t have on... | 0 | 799 | 2026-03-23T10:59:27.187054 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | >> 0 long res39 = jedis . xtrim ( "race:italy" , XTrimParams . xTrimParams (). maxLen ( 10 )); System . out . println ( res39 ); /// >>> 0 List < StreamEntry > res40 = jedis . xrange ( "race:italy" , "-" , "+" ); System . out . println ( res40 ); // >>> [1701771356428-2 {rider=Henshaw}, 1701771356429-0 {rider=Smith}] l... | 527 | 800 | 2026-03-23T11:04:07.560288 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.6.8/ | database | sql | es and then run arbitrary SQL code with the permissions of the attacked user. While it is possible to write queries that are proof against such hijacking, it is notationally tedious, and it's very easy to overlook holes. Therefore, we now recommend configurations in which no untrusted schemas appear in one's search pat... | 2 | 800 | 2026-03-23T11:27:40.497091 |
Expm1 | tensorflow | https://www.tensorflow.org/api_docs/python/tf/raw_ops/Expm1 | ml | python | tf.raw_ops.Expm1 | TensorFlow v2.16.1 Skip to main content English 中文 – 简体 GitHub Sign in TensorFlow v2.16.1 TensorFlow API TensorFlow v2.16.1 Python tf.raw_ops.Expm1 Stay organized with collections Save and categorize content based on your preferences. Computes exp(x) - 1 element-wise. View aliases Compat aliases for ... | 0 | 798 | 2026-03-23T11:39:10.506653 |
tailwindcss-v3-1 | tailwind | https://tailwindcss.com/blog/tailwindcss-v3-1 | library | javascript | bably have some horrible boilerplate like this in your tailwind.config.js file right now: tailwind.config.js function withOpacityValue ( variable ) { return ({ opacityValue }) => { if ( opacityValue === undefined ) { return `rgb(var( ${ variable } ))` ; } return `rgb(var( ${ variable } ) / ${ opacityValue } )` ; }; } m... | 6 | 799 | 2026-03-23T10:55:46.946637 |
memory.html | python | https://docs.python.org/3/c-api/memory.html | language | python | requested. The memory layout is like so, where p represents the address returned by a malloc-like or realloc-like function ( p[i:j] means the slice of bytes from *(p+i) inclusive up to *(p+j) exclusive; note that the treatment of negative indices differs from a Python slice): p[-2*S:-S] Number of bytes originally asked... | 25 | 795 | 2026-03-23T11:01:55.039252 |
?s=isolationforest | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=isolationforest | 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:33:12.408186 |
grammar.html | python | https://docs.python.org/3/reference/grammar.html | language | python | # formatting purposes. In that case, a | must be used before the first # alternative, like so: # rule_name[return_type]: # | first_alt # | second_alt # ( e ) # Match e (allows also to use other operators in the group like '(e)*') # [ e ] or e? # Optionally match e. # e* # Match zero or more occurrences of e. # e+ # Mat... | 3 | 747 | 2026-03-23T11:22:29.600394 |
?s=sqlclient | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sqlclient | 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:37:18.460103 |
push-notifications-setup | expo | https://docs.expo.dev/push-notifications/push-notifications-setup | mobile | javascript | ions in an Expo project. This video covers configuring Firebase for FCM v1 on Android, setting up Android and iOS credentials on EAS, building with EAS Build, and testing with Expo Notifications tool. To get the client-side ready for push notifications, the following things are required: The user's permission to send t... | 1 | 800 | 2026-03-23T10:58:00.004331 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | ntation Component Apache 2.0 License Documentation Repository OpenTelemetry Boto3 SQS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Boto3 library to the SQS service. boto3sqs instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository ... | 320 | 800 | 2026-03-23T11:21:21.444793 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | ����hqQ�g�.�b_I0��wH��K ��n�Nڟ\��۟7� �PY���嚴r8T94i �� ����Գ �[�����a��b �1.v���V��9���c�5 � �H�V���&��Ɖ'�!|�� R��.|-����X*�J�|hYw����`�d�W�&Q���"���x�T��$� �K� ���?�7�k�F��kN��� �~8����� > stream x��\[�۸~ϯ��z�5#��A�n�E�Zt�-��G3��cOmO.��琔(Ҕd�3�A ��P������&��K5�ׯϪ ����_.��x������\^O(�D+3Q�Z�����������b�9��s�������l���� :... | 613 | 798 | 2026-03-23T11:06:06.480609 |
?s=thanos | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=thanos | devops | python | h) objects from the Kubernetes API server. k8sobjects 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/k8sobjectsreceiver v0.148.0 v0.148.0 Version... | 127 | 800 | 2026-03-23T11:18:21.642193 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/ | devops | yaml | Apply kubectl apply edit-last-applied deployment/<deployment_name> In the editor, remove spec.replicas . When you save and exit the editor, kubectl applies the update. No changes to Pod counts happen at this step. You can now remove spec.replicas from the manifest. If you use source code management, also commit your ch... | 34 | 800 | 2026-03-23T11:18:36.939160 |
Qwen3-Coder-480B-A35B-Instruct?inference_provider=novita | transformers | https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct?inference_provider=novita | ai | python | ber" , "description" : "output the square of the number." , "parameters" : { "type" : "object" , "required" : [ "input_num" ], "properties" : { 'input_num' : { 'type' : 'number' , 'description' : 'input_num is a number that will be squared' } }, } } } ] import OpenAI # Define LLM client = OpenAI( # Use a custom endpoin... | 4 | 744 | 2026-03-23T11:12:42.136852 |
hover-card | shadcn_ui | https://ui.shadcn.com/docs/components/radix/hover-card | library | typescript | e يسار أعلى أسفل يمين Copy "use client" import { Button } from "@/examples/radix/ui-rtl/button" View Code API Reference See the Radix UI documentation for more information. Field Input On This Page Installation Usage Trigger Delays Positioning Examples Basic Sides RTL API Reference Deploy your shadcn/ui app on Vercel T... | 3 | 468 | 2026-03-23T10:51:41.244827 |
http.html | nodejs | https://nodejs.org/api/http.html | runtime | javascript | event. http.request() returns an instance of the http.ClientRequest class. The ClientRequest instance is a writable stream. If one needs to upload a file with a POST request, then write to the ClientRequest object. import http from 'node:http' ; import { Buffer } from 'node:buffer' ; const postData = JSON . stringify (... | 133 | 800 | 2026-03-23T10:57:12.239115 |
?s=oracledatabase | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oracledatabase | devops | python | nt Apache 2.0 License Repository pymongo Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for the pymongo library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository PyMySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides tracing for PyMySQL... | 331 | 800 | 2026-03-23T11:31:21.292074 |
style | dart | https://dart.dev/effective-dart/style | language | dart | a word. good dart // Longer than two letters, so always like a word: Http // "hypertext transfer protocol" Nasa // "national aeronautics and space administration" Uri // "uniform resource identifier" Esq // "esquire" Ave // "avenue" // Two letters, capitalized in English, so capitalized in an identifier: ID // "identif... | 11 | 792 | 2026-03-23T10:52:01.156571 |
fullstack | bun | https://bun.sh/docs/bundler/fullstack | runtime | javascript | for `<script>` and `<link>` tags, runs Bun's JavaScript // & CSS bundler on them, transpiles any TypeScript, JSX, and TSX, // downlevels CSS with Bun's CSS parser and serves the result. " / " : homepage, // Bundle & route dashboard.html to "/dashboard" " /dashboard " : dashboard, // ** API endpoints ** (Bun v1.2.3+ req... | 2 | 800 | 2026-03-23T10:57:55.049827 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | M_OS_VIRTUAL_FILE_STATS: (self.gauge, SqlOsVirtualFileStat) + DM_OS_VIRTUAL_FILE_STATS: (self.gauge, SqlIoVirtualFileStat) } metric_type, cls = table_type_mapping[table] @@ -470,7 +468,7 @@ def do_perf_counter_check(self, instance): simple_rows = SqlSimpleMetric.fetch_all_values(cursor, self.instances_per_type_metrics[... | 662 | 693 | 2026-03-23T11:25:24.231815 |
changelog | langchain | https://docs.langchain.com/oss/python/releases/changelog | ai | python | s , and data keys on every chunk. Each mode has its own TypedDict , all importable from langgraph.types . See streaming docs . Type-safe invoke ( version="v2" ) : Pass version="v2" to invoke() / ainvoke() to get a GraphOutput object with .value and .interrupts attributes. See invoke docs . Pydantic and dataclass coerci... | 1 | 796 | 2026-03-23T11:18:51.234768 |
docker | docker | https://docs.docker.com/reference/cli/docker/sandbox/inspect/ | devops | bash | docker sandbox inspect | Docker Docs Answers are generated based on the documentation. Back Reference Get started Guides Manuals docker sandbox inspect Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Description Display detailed information on one or more sandboxes Usage docker sandbox inspect [OPTIONS... | 0 | 800 | 2026-03-23T11:31:04.298306 |
?s=user_events | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=user_events | devops | python | sitory StackExchange.Redis Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library, which instruments StackExchange.Redis and collects traces about outgoing calls to Redis. stackexchange redis instrumentation dotnet Quick Install To install this instrumentation library run: d... | 211 | 800 | 2026-03-23T11:30:38.941267 |
?s=hub | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=hub | devops | python | ory Azure Blob Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver reads logs and trace data from Azure Blob Storage 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-col... | 103 | 800 | 2026-03-23T11:39:42.318916 |
3.8.html | python | https://docs.python.org/3/whatsnew/3.8.html | language | python | ( 4258 * x - 369 ) // - 147 >>> 4258 * x + 147 * y 369 (Contributed by Mark Dickinson in bpo-36027 .) Dict comprehensions have been synced-up with dict literals so that the key is computed first and the value second: >>> # Dict comprehension >>> cast = { input ( 'role? ' ): input ( 'actor? ' ) for i in range ( 2 )} rol... | 19 | 799 | 2026-03-23T11:16:49.619343 |
?s=nginx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nginx | 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:33:22.910713 |
v0.18.html | scikit_learn | https://scikit-learn.org/stable/whats_new/v0.18.html | ml | python | eter to metrics.matthews_corrcoef . By Jatin Shah and Raghav RV . Speed up metrics.silhouette_score by using vectorized operations. By Manoj Kumar . Add sample_weight parameter to metrics.confusion_matrix . By Bernardo Stein . Miscellaneous Added n_jobs parameter to feature_selection.RFECV to compute the score on the t... | 21 | 799 | 2026-03-23T10:55:09.359516 |
supabase-network-bans-get | supabase | https://supabase.com/docs/reference/cli/supabase-network-bans-get | database | typescript | applied 5 Finished supabase db pull. 6 The auth and storage schemas are excluded. Run supabase db pull --schema auth,storage again to diff them. supabase db push Pushes all local migrations to a remote database. Requires your local project to be linked to a remote database by running supabase link . For self-hosted dat... | 16 | 800 | 2026-03-23T11:31:09.989028 |
blob | bun | https://bun.sh/docs/guides/write-file/blob | runtime | javascript | Migrate from npm to bun Configure git to diff Bun's lockfile Install Bun in GitHub Actions Test Runner Run tests Watch mode Migrate from Jest Mock functions Spy on methods Mock system time Snapshot testing Update snapshots Coverage reports Coverage threshold Concurrent test glob Skip tests Todo tests Test timeout Bail ... | 3 | 799 | 2026-03-23T11:01:52.737288 |
supabase-branches-delete | supabase | https://supabase.com/docs/reference/cli/supabase-branches-delete | database | typescript | CLI Reference | Supabase Docs CLI Reference Supabase CLI The Supabase CLI provides tools to develop your project locally and deploy to the Supabase Platform. The CLI is still under development, but it contains all the functionality for working with your Supabase projects and the Supabase Platform. Run Supabase locally:... | 0 | 800 | 2026-03-23T11:28:03.278260 |
postgresql | postgresql | https://www.postgresql.org/docs/release/6.2.1/ | database | sql | PostgreSQL: Release Notes February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links Documentation Manuals Archive Release Notes Books Tutorials & Other Resources FAQ Wiki Release Notes PostgreSQL 6.2.1 PostgreSQL 9.3.25 Documentation Prev Up Appendix E. Release Notes Next E.303. Release 6.... | 0 | 790 | 2026-03-23T11:38:13.857501 |
?s=remix | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=remix | devops | python | lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu... | 39 | 800 | 2026-03-23T11:33:59.676517 |
export.html | pytorch | https://pytorch.org/docs/stable/user_guide/torch_compiler/export.html | ml | python | h . Tensor ) -> torch . Tensor : a = torch . sin ( x ) b = torch . cos ( y ) return a + b example_args = ( torch . randn ( 10 , 10 ), torch . randn ( 10 , 10 )) exported_program : ExportedProgram = export ( Mod (), args = example_args ) print ( exported_program ) ExportedProgram: class GraphModule(torch.nn.Module): def... | 2 | 723 | 2026-03-23T11:01:44.263886 |
opentelemetry | opentelemetry | https://opentelemetry.io/registry/updating/ | devops | python | orm Go Language Instrumentation Component BSD-2-Clause License Repository SQL instrumentation by Vladimir Mihailenco Instrumentation for SQL that records queries (including transactions and statements) and reports DBStats metrics. go instrumentation database sql Go Language Instrumentation Component BSD-2-Clause Licens... | 236 | 800 | 2026-03-23T10:52:09.954392 |
supabase-inspect-db-locks | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-locks | database | typescript | BLOCKED PID │ BLOCKING STATEMENT │ BLOCKING DURATION │ BLOCKING PID │ BLOCKED STATEMENT │ BLOCKED DURATION ──────────────┼──────────────────────────────┼───────────────────┼──────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────── 253 │ select count(*) f... | 39 | 698 | 2026-03-23T11:30:11.955965 |
?s=kubewarden | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kubewarden | devops | python | mentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Spark Web Framework Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Spark Web Framework instrumentation to track requests through OpenTelemetry. java instr... | 268 | 800 | 2026-03-23T11:30:42.721598 |
Adding_interactivity | javascript | https://developer.mozilla.org/en-US/docs/Learn_web_development/Getting_started/Your_first_website/Adding_interactivity | language | javascript | In both cases, when you want to do something to an element, you need to select it first. Following that, we set the value of the myHeading variable's textContent property (which represents the <h1> element's text content) to Hello world! . The lines that start with // are JavaScript comments. In the same way as HTML an... | 6 | 800 | 2026-03-23T10:50:56.875750 |
?s=sentry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sentry | 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:22:19.424882 |
starring | github_actions | https://docs.github.com/en/rest/activity/starring | devops | yaml | octocat/Hello-World/events", "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", "git_tags_url": "https://api.github.com/repos/oc... | 11 | 760 | 2026-03-23T11:04:30.474977 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | nt", "setup_name": "qdrant-m-32-ef-512", "dataset_name": "deep-image-96-angular", "upload_time": 914.723768478, "total_upload_time": 3060.065229332, "p95_time": 0.0215392574, "rps": 247.1127380929, "parallel": 4, "p99_time": 0.0246669258, "mean_time": 0.0159486953, "mean_precisions": 0.999558, "engine_params": { "searc... | 1,388 | 592 | 2026-03-23T11:15:13.616790 |
?s=akka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=akka | devops | python | nTelemetry auto-instrumentation library. Node.js fastify Quick Install To install this instrumentation library run: npm install @fastify/otel 0.17.1 Version JavaScript Language Instrumentation Component MIT License Package Details (npm) Repository Fetch Instrumentation by 🔭 OpenTelemetry Authors 🔭 Fetch instrumentati... | 281 | 800 | 2026-03-23T11:18:15.453855 |
distributed.html | pytorch | https://pytorch.org/docs/stable/distributed.html | ml | python | . device ( f "cuda: { rank } " ) >>> tensor_out = torch . zeros ( 2 , dtype = torch . int64 , device = device ) >>> # Input in concatenation form >>> tensor_in = torch . arange ( world_size * 2 , dtype = torch . int64 , device = device ) >>> tensor_in tensor([0, 1, 2, 3], device='cuda:0') # Rank 0 tensor([0, 1, 2, 3], ... | 107 | 799 | 2026-03-23T11:00:36.519990 |
?s=argo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=argo | devops | python | ter python Python Language Exporter Component Apache 2.0 License Repository OpenTelemetry Zipkin protobuf Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows export of tracing data to Zipkin using protobuf for serialization. zipkin protobuf http exporter python Python Language Exporter Component Apache 2.0 Lice... | 187 | 800 | 2026-03-23T11:18:47.519467 |
zero_redundancy_optimizer.html | pytorch | https://pytorch.org/tutorials/recipes/zero_redundancy_optimizer.html | ml | python | up ( "gloo" , rank = rank , world_size = world_size ) # create local model model = nn . Sequential ( * [ nn . Linear ( 2000 , 2000 ) . to ( rank ) for _ in range ( 20 )]) print_peak_memory ( "Max memory allocated after creating local model" , rank ) # construct DDP model ddp_model = DDP ( model , device_ids = [ rank ])... | 4 | 800 | 2026-03-23T11:37:11.764885 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | -33614 : Ensures module definition files for the stable ABI on Windows are correctly regenerated. bpo-33522 : Enable CI builds on Visual Studio Team Services at https://python.visualstudio.com/cpython bpo-33012 : Add -Wno-cast-function-type for gcc 8 for silencing warnings about function casts like casting to PyCFuncti... | 1,800 | 800 | 2026-03-23T10:57:25.355133 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.