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 |
|---|---|---|---|---|---|---|---|---|
start-basic-cloudflare | tanstack_router | https://tanstack.com/start/latest/docs/framework/react/examples/start-basic-cloudflare | framework | typescript | ption: `TanStack Start is a type-safe, client-first, full-stack React framework. `, }), ], links: [ { rel: 'stylesheet', href: appCss }, { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png', }, { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png', }, { rel: 'icon', type: 'i... | 5 | 598 | 2026-03-23T11:25:28.850230 |
create | inngest | https://www.inngest.com/docs/reference/typescript/v4/functions/create | devops | typescript | ed, this will be shown in the UI as a friendly display name instead of the ID. Name triggers Type Trigger | Trigger[] Required optional Description One or more triggers. Trigger helpers like eventType() and cron() are recommended, but you can also use normal objects. Name concurrency Type number | object | [object, obj... | 1 | 798 | 2026-03-23T11:13:07.522907 |
remote-sources | terraform | https://developer.hashicorp.com/sentinel/docs/configuration/remote-sources | devops | hcl | host. Mercurial ( hg ) rev - The Mercurial revision to checkout. HTTP ( http or https ) Basic Authentication To use HTTP basic authentication, simply prepend username:password@ to the hostname in the URL such as https://Aladdin:OpenSesame@www.example.com/index.html . All special characters, including the username and p... | 5 | 731 | 2026-03-23T11:17:07.660793 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | Models that don't support caching will filter these out. Supported by: - Anthropic - Amazon Bedrock (Converse API) """ kind: Literal['cache-point'] = 'cache-point' """Type identifier, this is available on all parts as a discriminator.""" ttl: Literal['5m', '1h'] = '5m' """The cache time-to-live, either "5m" (5 minutes)... | 2,875 | 757 | 2026-03-23T10:51:26.917388 |
extension_type_constructor_with_super_invocation | dart | https://dart.dev/tools/diagnostics/extension_type_constructor_with_super_invocation | language | dart | extension_type_constructor_with_super_invocation Skip to main content dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Overview docs Docs newsmode Blog public Community play_lesson Learn Dart download Get Dart Language expand_mor... | 0 | 800 | 2026-03-23T11:29:26.047978 |
concurrency.html | python | https://docs.python.org/3/library/concurrency.html | language | python | onditions, and semaphores in the with statement multiprocessing — Process-based parallelism Introduction The Process class Contexts and start methods Exchanging objects between processes Synchronization between processes Sharing state between processes Using a pool of workers Reference Global start method Process and e... | 1 | 800 | 2026-03-23T11:30:20.299504 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | sure() return ( Click Me Slide Fade ) } ``` ### Slide Here's an example that uses the animation names `slide-from-bottom-full` and `slide-to-bottom-full` to animate the entry and exit of the element. ```tsx "use client" import { Button, Center, Presence, Stack, useDisclosure, } from "@chakra-ui/react" export const Pres... | 739 | 768 | 2026-03-23T10:52:11.339186 |
?s=watsonx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=watsonx | devops | python | omod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/gitlabreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Google Cloud Monitoring Receiver by 🔭 OpenTelemetry Authors 🔭 The primary objective of the Google Cloud ... | 117 | 800 | 2026-03-23T11:25:05.667541 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | & PyUnicode_FSDecoder(). Tests ¶ bpo-27427 : Additional tests for the math module. Patch by Francisco Couzo. bpo-27953 : Skip math and cmath tests that fail on OS X 10.4 due to a poor libm implementation of tan. bpo-26040 : Improve test_math and test_cmath coverage and rigour. Patch by Jeff Allen. bpo-27787 : Call gc.c... | 2,145 | 799 | 2026-03-23T10:57:25.355623 |
non_abstract_class_inherits_abstract_member | dart | https://dart.dev/tools/diagnostics/non_abstract_class_inherits_abstract_member | language | dart | erview & usage Class modifiers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io da... | 1 | 800 | 2026-03-23T11:33:33.153527 |
?s=erlang | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=erlang | devops | python | Collector Language Utilities Component Apache 2.0 License Website Repository OpenTelemetry B3 context propagation by 🔭 OpenTelemetry Authors 🔭 This library provides support for propagating trace context in the B3 format. php b3 extension propagator PHP Language Extension Component Apache 2.0 License Repository Google... | 389 | 800 | 2026-03-23T11:19:06.934931 |
?s=opa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=opa | devops | python | cpp vcpkg package C++ Language Core Component MIT License Repository Standalone .NET Aspire dashboard by Microsoft The .NET Aspire Dashboard is a browser-based app to view run-time information about your distributed application. dashboard aspire viewer browser-based .NET Language Utilities Component MIT License Documen... | 379 | 800 | 2026-03-23T11:32:28.017151 |
code-format-sql | supabase | https://supabase.com/docs/guides/getting-started/ai-prompts/code-format-sql | database | typescript | eadability. 47 48 Smaller queries: 49 50 ``` sql 51 select * 52 from employees 53 where end_date is null ; 54 55 update employees 56 set end_date = ' 2023-12-31 ' 57 where employee_id = 1001 ; 58 ``` 59 60 Larger queries: 61 62 ``` sql 63 select 64 first_name, 65 last_name 66 from employees 67 where start_date between ... | 3 | 799 | 2026-03-23T10:55:43.859530 |
prerequisites | tauri | https://tauri.app/v1/guides/getting-started/prerequisites | desktop | rust | a terminal and enter the following command: curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh note We have audited this bash script, and it does what it says it is supposed to do. Nevertheless, before blindly curl-bashing a script, it is always wise to look at it first. Here is the file as a plain script: ... | 3 | 795 | 2026-03-23T10:50:54.135953 |
optoverview.html | sqlite | https://www.sqlite.org/optoverview.html | database | sql | QLite does do the MySQL push-down optimization too, in addition to the WHERE-clause push-down optimization. But the focus of this section is the WHERE-clause push-down optimization. 16. The OUTER JOIN Strength Reduction Optimization An OUTER JOIN (either a LEFT JOIN, a RIGHT JOIN, or a FULL JOIN) can sometimes be simpl... | 65 | 778 | 2026-03-23T10:54:59.726497 |
sqlite3.html | python | https://docs.python.org/3/library/sqlite3.html | language | python | execute ( "SELECT data FROM shared" ) assert res . fetchone () == ( 28 ,) con1 . close () con2 . close () More information about this feature, including a list of parameters, can be found in the SQLite URI documentation . How to create and use row factories ¶ By default, sqlite3 represents each row as a tuple . If a tu... | 80 | 800 | 2026-03-23T11:09:29.753598 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | n on the event loop, while sync functions are offloaded to threads. To get the best performance, *always* use an async function *unless* you're doing blocking I/O (and there's no way to use a non-blocking library instead) or CPU-bound work (like `numpy` or `scikit-learn` operations), so that simple functions are not of... | 597 | 800 | 2026-03-23T10:51:26.911145 |
declarations | csharp | https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/declarations | language | csharp | as an alternative: List<int> xs = new(); List<int>? ys = new(); When you work with anonymous types , you must use implicitly typed local variables. The following example shows a query expression that uses an anonymous type to hold a customer's name and phone number: var fromPhoenix = from cust in customers where cust.C... | 4 | 760 | 2026-03-23T10:56:06.206167 |
concurrent.interpreters.html | python | https://docs.python.org/3/library/concurrent.interpreters.html | language | python | . This usually involves some form of message passing, but can even mean sharing data in some carefully managed way. With this in mind, the concurrent.interpreters module provides a queue.Queue implementation, available through create_queue() . “Sharing” Objects ¶ Any data actually shared between interpreters loses the ... | 7 | 795 | 2026-03-23T11:09:05.670325 |
?s=tomee | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tomee | devops | python | ctor Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Memory Limiter Processor for the OpenTelemetry Collector is used to prevent out of memory situations on the collector. go processor collector Collector Lan... | 86 | 800 | 2026-03-23T11:19:30.884303 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | ateParams . createParams (). labels ( usCountry )); jedis . tsMAdd ( new AbstractMap . SimpleEntry <> ( "wind:1" , new TSElement ( 0L , 10 . 0 )), new AbstractMap . SimpleEntry <> ( "wind:2" , new TSElement ( 0L , 12 . 0 )), new AbstractMap . SimpleEntry <> ( "wind:3" , new TSElement ( 0L , 8 . 0 )), new AbstractMap . ... | 1,072 | 799 | 2026-03-23T10:54:53.791552 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | architecture/api-conventions.md#types-kinds metadata ListMeta Standard list metadata Write Operations Create create a DeviceTaintRule HTTP Request POST /apis/resource.k8s.io/v1alpha3/devicetaintrules Query Parameters Parameter Description pretty If 'true', then the output is pretty printed. Defaults to 'false' unless t... | 1,990 | 800 | 2026-03-23T10:56:49.344414 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | efaultdict(int) sums_by_name: dict[str, dict[str, float]] = defaultdict(lambda: defaultdict(float)) for lbn in labels_by_name: for name, label in lbn.items(): counts_by_name[name] += 1 sums_by_name[name][label] += 1 return { name: {value: count / counts_by_name[name] for value, count in sums_by_name[name].items()} for ... | 4,963 | 632 | 2026-03-23T10:51:26.920790 |
vscode | biome | https://biomejs.dev/reference/vscode | tooling | javascript | his might have repercussions on some lint rules that might rely on updated types or updated paths. biome.lsp.watcher.pollingInterval Section titled “biome.lsp.watcher.pollingInterval” Default: null | Scopes: global , workspace , workspace folder The polling interval in milliseconds. This is only applicable when using t... | 10 | 800 | 2026-03-23T11:38:35.403261 |
?s=gateway | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gateway | devops | python | this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/coralogixprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Cumulative to Delta Processo... | 76 | 799 | 2026-03-23T11:31:10.785869 |
adding-a-new-ssh-key-to-your-github-account | github_actions | https://docs.github.com/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account | devops | yaml | more information, see Managing remote repositories . Note GitHub improved security by dropping older, insecure key types on March 15, 2022. As of that date, DSA keys ( ssh-dss ) are no longer supported. You cannot add new DSA keys to your personal account on GitHub. RSA keys ( ssh-rsa ) with a valid_after before Novemb... | 2 | 800 | 2026-03-23T11:41:16.622379 |
tauri | tauri | https://tauri.app/start/prerequisites/ | desktop | rust | dependencies. Download and install Xcode from one of the following places: Mac App Store Apple Developer website . Be sure to launch Xcode after installing so that it can finish setting up. Only developing for desktop targets? If you’re only planning to develop desktop apps and not targeting iOS then you can install Xc... | 3 | 799 | 2026-03-23T10:54:26.180562 |
?s=pooling | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pooling | devops | python | Instrumentation Component Apache 2.0 License Repository Flask Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library builds on the OpenTelemetry WSGI middleware to track web requests in Flask applications. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository gRPC Instrumen... | 324 | 799 | 2026-03-23T11:39:19.826538 |
docker | docker | https://docs.docker.com/engine/daemon/prometheus/ | devops | bash | Collect Docker metrics with Prometheus | Docker Docs Answers are generated based on the documentation. Back Manuals Get started Guides Reference Collect Docker metrics with Prometheus Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Table of contents Prometheus is an open-source systems monitoring and a... | 0 | 800 | 2026-03-23T11:26:36.309902 |
?s=ollama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ollama | devops | python | native by Microsoft Azure Authors Instrumentation for Azure SDK for .NET (Track 2 libraries). dotnet C# .NET instrumentation azure-sdk azure .NET Language Instrumentation Component MIT License Website Documentation Repository Cassandra Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrume... | 199 | 799 | 2026-03-23T11:18:41.269990 |
pt_BR | git | https://git-scm.com/docs/git-push/pt_BR | devops | bash | xecutada na mothership para obter as alterações feitas no "satellite". git push origin HEAD: master Envie o ramo atual para a referência remota que coincida com master no repositório origin . Este formulário é conveniente para impulsionar o ramo atual sem pensar no nome local. git push origin master:refs/heads/experime... | 42 | 800 | 2026-03-23T11:03:39.505060 |
announcing-planetscale-vectors-ga | planetscale | https://planetscale.com/blog/announcing-planetscale-vectors-ga | database | sql | database. Click on a branch you want to add vectors to, and click on the small gear icon underneath the "Connect" button on the right for that branch's settings. Click the toggle next to "Enable vectors." Follow the examples in the vectors documentation to create a vector column, add data, and create and query an index... | 4 | 800 | 2026-03-23T11:30:27.753682 |
eslint-plugin-router | tanstack_start | https://tanstack.com/router/latest/docs/eslint/eslint-plugin-router | framework | typescript | legacy .eslintrc format. The TanStack Router ESLint Plugin supports this new format and provides a recommended config that you can use to enable all of the recommended rules for the plugin . Recommended Flat Config setup To enable all of the recommended rules for our plugin, add the following config: eslint.config.js e... | 6 | 770 | 2026-03-23T11:39:18.185510 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | pdated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. resourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versio... | 5,544 | 797 | 2026-03-23T10:56:49.350188 |
?s=oshi | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oshi | 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:38:59.519272 |
?s=isolationforest | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=isolationforest | devops | python | nt in KrakenD collects the activity generated for the enabled layers and pushes or exposes the data for pulling. go krakend api gateway Go Language Instrumentation Component Apache-2.0 License Website Documentation Repository Traces For Kubernetes System Components native graduated by Kubernetes Authors System componen... | 9 | 800 | 2026-03-23T11:33:12.408102 |
redis | redis | https://redis.io/docs/latest/commands/ttl/ | database | bash | } match r . exists ( & [ "key1" , "key2" , "nosuchkey" ]) { Ok ( res ) => { let res : i32 = res ; println! ( " {res} " ); // >>> 2 }, Err ( e ) => { println! ( "Error checking key existence: {e} " ); return ; } } if let Ok ( res ) = r . set ( "mykey" , "Hello" ) { let res : String = res ; println! ( " {res} " ); // >>>... | 48 | 800 | 2026-03-23T11:36:54.734762 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | g a function to `builtin_tools` that takes RunContext as an argument and returns an AbstractBuiltinTool or `None`. This is particularly useful for tools like WebSearchTool where you might want to set the user's location based on the current request, or disable the tool if the user provides no location. [Learn about Gat... | 142 | 759 | 2026-03-23T10:51:26.910514 |
?s=cgroupruntime | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cgroupruntime | devops | python | agle HTTP Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Finagle HTTP Instrumentation to track requests through OpenTelemetry. finagle http instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Finatra Instrumentation by 🔭 OpenTelemetry Authors 🔭 This libra... | 245 | 800 | 2026-03-23T11:32:52.650605 |
upgrade | bun | https://bun.sh/docs/guides/util/upgrade | runtime | javascript | : 1.x.y # See the exact commit of the Bun binary bun --revision # Output: 1.x.y+abc123def Upgrade to canary builds Canary builds are automatically released on every commit to the main branch. These are untested but useful for trying new features or verifying bug fixes before they’re released. terminal Copy bun upgrade ... | 6 | 794 | 2026-03-23T11:19:28.520578 |
?s=aspire | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=aspire | devops | python | (go-collector) Repository Microsoft SQL Server Receiver by 🔭 OpenTelemetry Authors 🔭 The sqlserver receiver grabs metrics about a Microsoft SQL Server instance using the Windows Performance Counters. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file li... | 156 | 800 | 2026-03-23T11:31:30.130412 |
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | devops | python | gorm go gorm Quick Install To install this instrumentation library run: go get gorm.io/plugin/opentelemetry v0.1.16 Version Go Language Instrumentation Component MIT License Website Documentation Package Details (go) Goyek instrumentation first party integration by Robert Pająk Package otelgoyek provides OpenTelemetry ... | 222 | 800 | 2026-03-23T11:37:34.369322 |
sponsor | pytorch | https://pytorch.org/credits/sponsor | ml | python | Sponsor PyTorch Cloud Credits Program Close Search Sponsor PyTorch Cloud Credits Program Sponsor cloud credits and support PyTorch. Please fill in the form and we will be in touch. Docs Access comprehensive developer documentation for PyTorch View Docs › Tutorials Get in-depth tutorials for beginners and advanced devel... | 0 | 800 | 2026-03-23T11:10:03.341048 |
isStandalone | angular | https://angular.dev/api/core/isStandalone | framework | typescript | isStandalone • Angular Skip to main content menu menu API Roadmap Get involved API Reference CLI Reference Error Encyclopedia Extended Diagnostics Versioning and releases Version compatibility Update guide Configurations Migrations arrow_back API Reference Overview @angular/animations @angular/animations/browser @angul... | 0 | 800 | 2026-03-23T11:26:58.806205 |
openai | tanstack_router | https://tanstack.com/ai/latest/docs/adapters/openai | framework | typescript | ides Tools Tool Architecture Server Tools Client Tools Tool Approval Flow Lazy Tool Discovery Agentic Cycle Middleware Structured Outputs Streaming Multimodal Content Connection Adapters Observability Per-Model Type Safety Runtime Adapter Switching Realtime Voice Chat Text-to-Speech Transcription Image Generation Video... | 1 | 800 | 2026-03-23T11:10:29.668281 |
app-service-web-tutorial-connect-msi | csharp | https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-connect-msi | language | csharp | Securely connect .NET apps to Azure SQL Database using Managed Identity - Azure App Service | Microsoft Learn Table of contents Exit editor mode Ask Learn Ask Learn Focus mode Table of contents Read in English Add Add to plan Edit Share via Facebook x.com LinkedIn Email Copy Markdown Print Note Access to this page requ... | 0 | 800 | 2026-03-23T11:03:11.243066 |
?s=remix | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=remix | devops | python | stom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/logdedupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Lo... | 85 | 800 | 2026-03-23T11:33:59.676555 |
?s=grpc | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=grpc | devops | python | rs 🔭 This library provides a concurrent instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Couchbase Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Couchbase instrumentation to track requests throug... | 243 | 800 | 2026-03-23T11:38:56.254825 |
multi-turn-simulation | langchain | https://docs.langchain.com/langsmith/multi-turn-simulation | ai | python | etrics in one evaluator You can also explore the OpenEvals readme for more on prebuilt evaluators. Edit this page on GitHub or file an issue . Connect these docs to Claude, VSCode, and more via MCP for real-time answers. Was this page helpful? Yes No How to evaluate a graph Previous How to evaluate your agent with traj... | 20 | 347 | 2026-03-23T11:36:30.005525 |
supabase-migration-down | supabase | https://supabase.com/docs/reference/cli/supabase-migration-down | database | typescript | n bugs and issues Supabase CLI v1 and Management API Beta Video: Announcing CLI V1 and Management API Beta Global flags Supabase CLI supports global flags for every command. Flags --create-ticket Optional no type create a support ticket for any CLI error --debug Optional no type output debug logs to stderr --dns-resolv... | 1 | 800 | 2026-03-23T11:32:19.763879 |
supabase-ssl-enforcement-update | supabase | https://supabase.com/docs/reference/cli/supabase-ssl-enforcement-update | database | typescript | n the linked project. --local Optional Runs pgTAP tests on the local database. Basic usage 1 supabase test db Response 1 /tmp/supabase/tests/nested/order_test.pg .. ok 2 /tmp/supabase/tests/pet_test.sql .......... ok 3 All tests successful. 4 Files=2, Tests=2, 6 wallclock secs ( 0.03 usr 0.01 sys + 0.05 cusr 0.02 csys ... | 11 | 795 | 2026-03-23T11:29:51.619260 |
gemini | tanstack_router | https://tanstack.com/ai/latest/docs/adapters/gemini | framework | typescript | ypes of image generation: Gemini native image models (NanoBanana) — Use the generateContent API with models like gemini-3.1-flash-image-preview . These support extended resolution tiers (1K, 2K, 4K) and aspect ratio control. Imagen models — Use the generateImages API with models like imagen-4.0-generate-001 . These are... | 12 | 798 | 2026-03-23T11:08:31.493705 |
?s=development | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=development | devops | python | .NET and collect telemetry about process behavior. process instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Process 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository Quartz... | 209 | 799 | 2026-03-23T11:23:40.558200 |
release-notes-2.2.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.2.0 | mobile | dart | local_auth, p: package_info, p: path_provider, p: plugin_platform_interface, p: quick_actions, p: sensors, p: share, p: shared_preferences, p: url_launcher, p: video_player, p: webview_flutter, p: wifi_info_flutter, platform-android, platform-ios, platform-linux, platform-macos, platform-web, platform-windows) 3741 [qu... | 718 | 800 | 2026-03-23T11:13:36.916557 |
redis | redis | https://redis.io/docs/latest/commands/scan/ | database | bash | >>> OK } match r . exists ( & [ "key1" , "key2" , "nosuchkey" ]) { Ok ( res ) => { let res : i32 = res ; println! ( " {res} " ); // >>> 2 }, Err ( e ) => { println! ( "Error checking key existence: {e} " ); return ; } } if let Ok ( res ) = r . set ( "mykey" , "Hello" ) { let res : String = res ; println! ( " {res} " );... | 233 | 799 | 2026-03-23T11:06:16.643346 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | Panel = (id: string) => { if (panelIds.length <= 1) return const indexToRemove = panelIds.indexOf(id) const newSizes = redistributeSizesAfterRemoval(sizes, indexToRemove) setSizes(newSizes) setPanelIds(panelIds.filter((panelId: string) => panelId !== id)) } return ( = MAX_PANELS} > Add Panel {panelCount} panel{panelCou... | 989 | 712 | 2026-03-23T10:52:11.339515 |
?s=req | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=req | devops | python | gorm go gorm Quick Install To install this instrumentation library run: go get gorm.io/plugin/opentelemetry v0.1.16 Version Go Language Instrumentation Component MIT License Website Documentation Package Details (go) Goyek instrumentation first party integration by Robert Pająk Package otelgoyek provides OpenTelemetry ... | 222 | 800 | 2026-03-23T11:22:57.435740 |
redis | redis | https://redis.io/docs/latest/commands/xadd/ | database | bash | -id","name":"iid","type":"string"}],"name":"idmp-with-pid-iid","type":"block"}],"name":"idmp","optional":true,"type":"oneof"},{"arguments":[{"arguments":[{"name":"maxlen","token":"MAXLEN","type":"pure-token"},{"name":"minid","since":"6.2.0","token":"MINID","type":"pure-token"}],"name":"strategy","type":"oneof"},{"argum... | 1 | 800 | 2026-03-23T11:19:18.399256 |
?s=dubbo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dubbo | devops | python | Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-3 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and automatically inject trace ID and span ID into log message context of any PSR-3 logger. psr-3 i... | 313 | 800 | 2026-03-23T11:39:18.105132 |
winsound.html | python | https://docs.python.org/3/library/winsound.html | language | python | d in version 3.14. Previous topic winreg — Windows registry access Next topic Unix-specific services This page Report a bug Improve this page Show source « Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » MS Windows Specific Services » winsound — Sound-playing i... | 6 | 800 | 2026-03-23T11:29:24.654612 |
vercel-new | drizzle_orm | https://orm.drizzle.team/docs/get-started/vercel-new | database | typescript | const usersTable = pgTable ( "users" , { id : integer () .primaryKey () .generatedAlwaysAsIdentity () , name : varchar ({ length : 255 }) .notNull () , age : integer () .notNull () , email : varchar ({ length : 255 }) .notNull () .unique () , }); Step 5 - Setup Drizzle config file Drizzle config - a configuration file ... | 5 | 800 | 2026-03-23T11:02:43.632923 |
?s=systemd | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=systemd | devops | python | ntelemetry-collector-contrib/receiver/azureeventhubreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver scrapes Azure Monitor API for resources metrics. azure monitor rece... | 104 | 800 | 2026-03-23T11:25:52.879898 |
?s=genai | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=genai | devops | python | .21.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. Compatible with OpenTelemetry JS API and SDK 1.0+. container resource-detector js Quick Insta... | 373 | 800 | 2026-03-23T11:31:34.220526 |
?s=cats-effect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cats-effect | devops | python | 🔭 The OTel web server module comprises of both Apache HTTP Server and NGINX instrumentation. c++ instrumentation apache nginx webserver C++ Language Instrumentation Component Apache 2.0 License Repository ASP.NET Instrumentation by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library, which instruments ASP.N... | 196 | 799 | 2026-03-23T11:29:01.637785 |
deno | deno | https://docs.deno.com/runtime/reference/node_apis/ | runtime | javascript | ode:sea Jump to heading # All symbols are not supported. All symbols : This symbol is not supported. node:trace_events Jump to heading # All exports are non-functional stubs. All symbols : This symbol is a non-functional stub. node:wasi Jump to heading # All exports are non-functional stubs. All symbols : This symbol i... | 9 | 799 | 2026-03-23T10:58:25.087143 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | { "engine_name": "weaviate", "setup_name": "weaviate-m-16-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 10181.846255552, "total_upload_time": 10181.8463145751, "p95_time": 0.023408924, "rps": 53.2380417546, "parallel": 1, "p99_time": 0.0264720736, "mean_time": 0.0186286886, "mean_precisions": 0.94340... | 3,873 | 590 | 2026-03-23T11:15:13.620116 |
?s=ecto | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ecto | devops | python | e 2.0 License Repository Vert.x Reactive Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Vert.x Reactive instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Viburdbcp Instrumentation by 🔭 OpenTelemetr... | 271 | 800 | 2026-03-23T11:38:33.974784 |
?s=python | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=python | devops | python | vers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nsxtreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NTP Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver periodically retrieves the clock offset ... | 137 | 800 | 2026-03-23T11:27:43.914971 |
release-notes-2.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.10.0 | mobile | dart | , platform-macos, platform-web) p: quick_actions - 3 pull request(s) # 4502 Bump plugin Android compileSdkVersions to 31 (cla: yes, waiting for tree to go green, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p... | 560 | 800 | 2026-03-23T11:13:16.598909 |
secrets | bun | https://bun.sh/docs/runtime/secrets | runtime | javascript | it Bun.secrets. delete ({ service : " my-app " , name : " alice@example.com " , value : " super-secret-password " , }); // Returns: boolean Parameters: options.service (string, required) - The service or application name options.name (string, required) - The username or account identifier Returns: Promise<boolean> - tr... | 5 | 796 | 2026-03-23T10:51:13.907821 |
backup-restore | neon | https://neon.tech/docs/guides/backup-restore | database | sql | iew page where you can: Get connection details for the new branch to preview the data restored from the snapshot Migrate connections and settings to move your database URLs and compute settings from the old branch to the new branch so you don't have to update the connection configuration in your application Limitations... | 9 | 800 | 2026-03-23T11:23:23.850948 |
output | webpack | https://webpack.js.org/configuration/output | tooling | javascript | ( ( m ) => { console . log ( m ) ; } ) ; Other Targets libraryTarget: 'jsonp' This will wrap the return value of your entry point into a jsonp wrapper. Copy MyLibrary ( _entry_return_ ) ; The dependencies for your library will be defined by the externals config. output.module boolean = false Output JavaScript files as ... | 59 | 799 | 2026-03-23T11:15:12.953567 |
log_softmax | tensorflow | https://www.tensorflow.org/api_docs/python/tf/keras/ops/log_softmax | ml | python | 596 ], shape = ( 3 ,), dtype = float64 ) Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/o... | 1 | 417 | 2026-03-23T10:57:50.950559 |
?s=pino | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pino | devops | python | ector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/collectdreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository CouchDB Receiver... | 108 | 800 | 2026-03-23T11:13:48.681542 |
llms-components.txt | chakra_ui | https://chakra-ui.com/llms-components.txt | library | javascript | ctAll = () => { return ( {frameworks.items.map((framework) => ( {framework.label} ))} ) } const ListboxHeader = (props: FlexProps) => { const listbox = useListboxContext() const isAllSelected = listbox.value.length === frameworks.items.length const isSomeSelected = listbox.value.length > 0 && listbox.value.length < fra... | 471 | 744 | 2026-03-23T10:52:18.208977 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | l Roll of Dart to 726d3c772554924f62db0b9e0d4c280dbbddc824 (cla: yes) 17994 Use g_warning instead of stderr (cla: yes) 17995 Support platform messages in Linux shell (cla: yes) 17996 Make robolectric tests run against SDK 29 by default (cla: yes, waiting for tree to go green) 17999 Roll src/third_party/skia 5f56cb1d3b4... | 494 | 800 | 2026-03-23T11:13:03.432769 |
alert-dialog | shadcn_ui | https://ui.shadcn.com/docs/components/base/alert-dialog | library | typescript | e AlertDialogContent component to control the size of the alert dialog. It accepts the following values: Prop Type Default size "default" | "sm" "default" For more information about the other components and their props, see the Base UI documentation . Alert Aspect Ratio On This Page Installation Usage Examples Basic Sm... | 4 | 567 | 2026-03-23T11:04:56.100249 |
redis | redis | https://redis.io/docs/latest/commands/redis-8-6-commands/ | database | bash | e expiration time of a key. Syntax: PERSIST key Description: Removes the expiration time of a key. Complexity: O(1) Since: 2.2.0 PEXPIRE - Sets the expiration time of a key in milliseconds. Syntax: PEXPIRE key milliseconds [NX | XX | GT | LT] Description: Sets the expiration time of a key in milliseconds. Complexity: O... | 160 | 800 | 2026-03-23T11:32:19.312176 |
llms.txt | svelte | https://svelte.dev/docs/svelte/svelte/llms.txt | framework | javascript | he type of its props: ```ts import type { Component, ComponentProps } from 'svelte'; import MyComponent from './MyComponent.svelte'; function withProps >( component: TComponent, props: ComponentProps ) {}; // Errors if the second argument is not the correct props expected by the component in the first argument. withPro... | 18 | 783 | 2026-03-23T11:24:46.160258 |
?s=wordpress | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=wordpress | devops | python | Exporter Component Apache 2.0 License Package Details (nuget) 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. .NET C# dotnet exporter Quick Install To in... | 172 | 800 | 2026-03-23T11:26:26.067634 |
ui | expo | https://docs.expo.dev/versions/latest/sdk/router/ui | mobile | javascript | structions from the Expo Router's installation guide: Install Expo Router Learn how to install Expo Router in your project. Configuration in app config If you are using the default template to create a new project, expo-router 's config plugin is already configured in your app config. Example app.json with config plugi... | 1 | 800 | 2026-03-23T11:06:10.605558 |
dart-html | dart | https://dart.dev/libraries/dart-html | language | dart | itted over a WebSocket can be a string or a blob. Often, the data is a JSON-formatted string. To use a WebSocket in your web app, first create a WebSocket object, passing the WebSocket URL as an argument: dart var ws = WebSocket ( ' ws://echo.websocket.org ' ) ; content_copy Sending data # To send string data on the We... | 18 | 719 | 2026-03-23T11:06:35.464442 |
http.html | nodejs | https://nodejs.org/api/http.html | runtime | javascript | is connected, socket.setTimeout() will be called with msecs as the first parameter. outgoingMessage.socket # Added in: v0.3.0 Type: <stream.Duplex> Reference to the underlying socket. Usually, users will not want to access this property. After calling outgoingMessage.end() , this property will be nulled. outgoingMessag... | 113 | 798 | 2026-03-23T10:57:12.239088 |
?s=oltp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oltp | devops | python | metry Authors 🔭 Serves as a placeholder receiver in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled. nop receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : go.opente... | 136 | 800 | 2026-03-23T11:25:57.743908 |
?s=confluent-kafka-go | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=confluent-kafka-go | devops | python | AWS services. sigv4 auth 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-collector-contrib/extension/sigv4authextension v0.148.0 v0.148.0 Version Collector Language Exten... | 72 | 799 | 2026-03-23T11:29:52.354071 |
?s=envoyals | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=envoyals | devops | python | lemetry Collector pipeline (traces, metrics, or logs). It embeds a lightweight implementation of the Isolation Forest algorithm that automatically learns normal behaviour from recent telemetry and tags, scores, or optionally drops anomalies in‑flight – no external ML service required. isolationforest processor collecto... | 83 | 800 | 2026-03-23T11:38:53.783982 |
android | flutter | https://docs.flutter.dev/deployment/android | mobile | dart | Build and release an Android app Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Build and release an Android app vertical_align... | 0 | 714 | 2026-03-23T11:01:19.480161 |
?s=core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=core | devops | python | currently supported in order to keep the package size as small as possible. Not all features of OpenTelemetry are supported, and this package should be considered experimental. swift instrumentation ios macOS tvOS watchOS Swift Language Instrumentation Component MIT License Repository flow - tracing flow metrics by MrA... | 376 | 800 | 2026-03-23T11:38:36.158433 |
?s=business-logic-instrumentation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=business-logic-instrumentation | devops | python | Storage FlashArray Receiver by 🔭 OpenTelemetry Authors 🔭 The Pure Storage FlashArray receiver, receives metrics from Pure Storage internal services hosts. purefa receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : g... | 145 | 800 | 2026-03-23T11:26:38.026501 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-16 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and spans will automatically be created for each PSR-16 cache operation. psr16 instrumentation php Quick Install To install... | 312 | 799 | 2026-03-23T11:26:30.537826 |
mvs@go1.26.1 | go | https://go.dev/cmd/go/internal/mvs@go1.26.1 | language | go | rror) Module() module.Version func (e *BuildListError) Unwrap() error type DowngradeReqs type Graph func NewGraph(cmp func(p, v1, v2 string) int, roots []module.Version) *Graph func (g *Graph) BuildList() []module.Version func (g *Graph) FindPath(f func(module.Version) bool) []module.Version func (g *Graph) Require(m m... | 1 | 800 | 2026-03-23T11:10:12.613115 |
latest | tanstack_router | https://tanstack.com/table/latest | framework | typescript | ce if you need a lightweight, unopinionated, and fully customizable solution. It gives you the power and leaves the presentation up to you. " Developer Review Community · " Linear-style table filters using shadcn and TanStack Table. Open source. You'll be able to use this as an add-on to the Data Table component. " Kia... | 8 | 800 | 2026-03-23T11:00:44.237258 |
kitchen-sink-react-query | tanstack_router | https://tanstack.com/router/latest/docs/framework/react/examples/kitchen-sink-react-query | framework | typescript | voiceMutation.status === 'success' ? ( <div className="inline-block px-2 py-1 rounded-sm bg-green-500 text-white animate-bounce [animation-iteration-count:2.5] [animation-duration:.3s]"> Created! </div> ) : createInvoiceMutation.status === 'error' ? ( <div className="inline-block px-2 py-1 rounded-sm bg-red-500 text-wh... | 19 | 660 | 2026-03-23T10:58:56.234471 |
daemonset | kubernetes | https://kubernetes.io/docs/concepts/workloads/controllers/daemonset | devops | yaml | ode.kubernetes.io/memory-pressure NoSchedule DaemonSet Pods can be scheduled onto nodes with memory pressure issues. node.kubernetes.io/pid-pressure NoSchedule DaemonSet Pods can be scheduled onto nodes with process pressure issues. node.kubernetes.io/unschedulable NoSchedule DaemonSet Pods can be scheduled onto nodes ... | 8 | 800 | 2026-03-23T11:08:29.845895 |
?s=sentry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sentry | devops | python | try Authors 🔭 This library allows tracing PostgreSQL queries made by the asyncpg library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository AWS Lambda Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing invocations of functions on AWS Lambda. python i... | 319 | 799 | 2026-03-23T11:22:19.425038 |
django | django | https://docs.djangoproject.com/en/3.2/genindex/ | framework | python | .contrib.gis.measure module django.contrib.gis.serializers.geojson module django.contrib.gis.utils module django.contrib.gis.utils.layermapping module django.contrib.gis.utils.ogrinspect module django.contrib.humanize module django.contrib.messages module django.contrib.messages.middleware module django.contrib.postgre... | 46 | 800 | 2026-03-23T11:17:18.574588 |
no-for-each | biome | https://biomejs.dev/linter/rules/no-for-each | tooling | javascript | lock.js:1:1 lint/complexity/noForEach ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚠ Prefer for…of instead of forEach . > 1 │ els.forEach((el) => { │ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ > 2 │ f(el); > 3 │ }) │ ^ ^ 4 │ ℹ forEach may lead to performance issues when working with large arrays. When combin... | 3 | 800 | 2026-03-23T11:05:15.715100 |
supavisor-faq-YyP5tI | supabase | https://supabase.com/docs/guides/troubleshooting/supavisor-faq-YyP5tI | database | typescript | libraries, such as Prisma, SQLAlchemy, and Postgres.js have built-in poolers. These are known as application-side poolers and they are fundamental for sustainable connection management. Most libraries have default pool sizes that may need to be changed for specific workloads. As an example, most edge/serverless functio... | 2 | 799 | 2026-03-23T11:15:11.720296 |
foreign-key-constraints-are-now-generally-available | planetscale | https://planetscale.com/blog/foreign-key-constraints-are-now-generally-available | database | sql | ic columns between the two tables. For example, given a simple project management schema, a tasks table may contain a column named project_id that can be used to look up the related project based on the id column of the projects table. A foreign key constraint is a database construct that takes foreign keys a step furt... | 3 | 799 | 2026-03-23T11:32:45.944712 |
create | turso | https://docs.turso.tech/cli/org/create | database | sql | anization that you own, run the following command: Copy turso org create < nam e > You will be asked to add a payment method and subscribe to the Scaler plan to successfully create a new organization. Was this page helpful? Yes No Suggest edits Raise issue list billing ⌘ I | 1 | 273 | 2026-03-23T11:06:23.346969 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.