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 |
|---|---|---|---|---|---|---|---|---|
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | iltins Library Core and Builtins Library Core and Builtins Library Documentation Tests Build macOS Tools/Demos C API Python 3.10.0 alpha 3 Security Core and Builtins Library Core and Builtins Library Core and Builtins Library Core and Builtins Library Documentation Tests Build Windows macOS IDLE Tools/Demos C API Pytho... | 2,497 | 800 | 2026-03-23T10:57:25.356094 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/labels-annotations-taints/ | devops | yaml | et node affinity constraints on a PersistentVolume . A zone represents a logical failure domain. It is common for Kubernetes clusters to span multiple zones for increased availability. While the exact definition of a zone is left to infrastructure implementations, common properties of a zone include very low network la... | 49 | 800 | 2026-03-23T11:18:13.147907 |
branching-pitr | neon | https://neon.tech/docs/guides/branching-pitr | database | sql | ). Child branches do not support instant restore. When you restore a root branch, both the restored branch and backup branch become separate root branches with no parent-child relationship. Deleting backup branches is only supported in certain cases. See Deleting backup branches for details. Instant restore (PITR) is c... | 11 | 798 | 2026-03-23T11:26:59.006774 |
cmdline.html | python | https://docs.python.org/3/using/cmdline.html | language | python | rsion length limitation . See also PYTHONINTMAXSTRDIGITS . Added in version 3.11. -X importtime to show how long each import takes. It shows module name, cumulative time (including nested imports) and self time (excluding nested imports). Note that its output may be broken in multi-threaded application. Typical usage i... | 19 | 795 | 2026-03-23T11:00:25.087135 |
releases.html | rust | https://doc.rust-lang.org/releases.html | language | rust | tch against a literal of any type. E.g. 1 , 'A' , "Hello World" Self can now be used as a constructor and pattern for unit and tuple structs. E.g. struct Point(i32, i32); impl Point { pub fn new(x: i32, y: i32) -> Self { Self (x, y) } pub fn is_origin( & self ) -> bool { match self { Self ( 0 , 0 ) => true , _ => false... | 293 | 776 | 2026-03-23T10:51:05.440137 |
eslint | turborepo | https://turbo.build/docs/guides/tools/eslint | tooling | javascript | ESLint Skip to content Introduction Getting started Installation Start with an example Add to an existing repository Editor integration Crafting your repository API reference Core concepts Guides Community Support policy Glossary Changelog ESLint Learn how to use ESLint in a monorepo. ESLint is a static analysis tool f... | 0 | 800 | 2026-03-23T11:02:02.369162 |
data-masking | langfuse | https://langfuse.com/self-hosting/security/data-masking | ai | python | orker container level, providing centralized data masking across all clients. Key benefits: Single point of configuration for all tracing data Platform administrator control Safety net for data that bypasses client-side masking How It Works When a tracing event is processed on the Langfuse Worker container, it checks i... | 2 | 800 | 2026-03-23T11:28:54.953718 |
pagination | shadcn_ui | https://ui.shadcn.com/docs/components/base/pagination | library | typescript | "cn-pagination-next", className)} {...props} > - <span className="cn-pagination-next-text hidden sm:block">Next</span> + <span className="cn-pagination-next-text hidden sm:block">{text}</span> <ChevronRightIcon /> </PaginationLink> ) } Navigation Menu Popover On This Page Installation Usage Examples Simple Icons Only N... | 5 | 538 | 2026-03-23T11:01:17.047193 |
Qwen3.5-35B-A3B | transformers | https://huggingface.co/Qwen/Qwen3.5-35B-A3B | ai | python | rl" : { "url" : "https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3.5/demo/video/N1cdUjctpG8.mp4" } }, { "type" : "text" , "text" : "How many porcelain jars were discovered in the niches located in the primary chamber of the tomb?" } ] } ] # When vLLM is launched with `--media-io-kwargs '{"video": {"num_frames": -1}... | 20 | 747 | 2026-03-23T10:51:50.555180 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/yaml/ | devops | yaml | n rules to update a job’s needs for specific conditions. When a condition matches a rule, the job’s needs configuration is completely replaced with the needs in the rule. Keyword type : Job-specific. You can use it only as part of a job. Supported values : An array of job names as strings. A hash with a job name, optio... | 190 | 800 | 2026-03-23T10:51:59.387189 |
redis | redis | https://redis.io/docs/latest/develop/reference/modules/ | database | bash | and checking the type: RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], REDISMODULE_READ|REDISMODULE_WRITE); int keytype = RedisModule_KeyType(key); if (keytype != REDISMODULE_KEYTYPE_STRING && keytype != REDISMODULE_KEYTYPE_EMPTY) { RedisModule_CloseKey(key); return RedisModule_ReplyWithError(ctx,REDISMODULE_ERR... | 31 | 784 | 2026-03-23T11:05:39.094768 |
numpy.recarray.html | numpy | https://numpy.org/doc/stable/reference/generated/numpy.recarray.html | ml | python | (kth[, axis, kind, order]) Returns the indices that would partition this array. argsort ([axis, kind, order, stable]) Returns the indices that would sort this array. astype (dtype[, order, casting, subok, copy]) Copy of the array, cast to a specified type. byteswap ([inplace]) Swap the bytes of the array elements choos... | 6 | 799 | 2026-03-23T11:04:57.290966 |
custom-controls | angular | https://angular.dev/guide/forms/signals/custom-controls | framework | typescript | egy .OnPush, }) export class MyForm { formModel = signal ({ username: '' , subscribe: false , }); userForm = form ( this .formModel, ( schemaPath ) => { required (schemaPath.username, {message: 'Username is required' }); }); } TIP: For complete coverage of creating and managing form models, see the Form Models guide . ... | 11 | 800 | 2026-03-23T11:31:43.615490 |
qdrant | qdrant | https://qdrant.tech/documentation/embeddings/cohere/ | database | python | he best vector database" ], ) . embeddings [ 0 ], ) Was this page useful? Yes No Thank you for your feedback! 🙏 We are sorry to hear that. 😔 You can edit this page on GitHub, or create a GitHub issue. On this page: Edit on Github Create an issue | 3 | 245 | 2026-03-23T11:10:17.143839 |
previous-versions | pytorch | https://pytorch.org/get-started/previous-versions | ml | python | tall pytorch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 cpuonly -c pytorch Wheel OSX pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 Linux and Windows # ROCM 5.6 (Linux only) pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/rocm5.6 # CUDA 11.8 ... | 19 | 800 | 2026-03-23T11:37:20.126583 |
?s=service-account | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=service-account | devops | python | sends it down the metric pipeline for further processing. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.148.0 v0.148.... | 129 | 799 | 2026-03-23T11:38:39.652150 |
?s=guzzle | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=guzzle | devops | python | ery receiver runs queries run on an osquery ’s daemon on a schedule and converts the output to logs. osquery 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-contri... | 139 | 800 | 2026-03-23T11:13:19.229424 |
useEffect | react | https://react.dev/reference/react/useEffect | framework | javascript | ncies to the console: useEffect ( ( ) => { // .. } , [ serverUrl , roomId ] ) ; console . log ( [ serverUrl , roomId ] ) ; You can then right-click on the arrays from different re-renders in the console and select “Store as a global variable” for both of them. Assuming the first one got saved as temp1 and the second on... | 44 | 800 | 2026-03-23T10:56:32.967851 |
?s=prometheusremotewrite | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=prometheusremotewrite | devops | python | on OpenTelemetry native standard, and sends it to OpenTelemetry Collector through HTTP protocol. lua instrumentation Lua Language Instrumentation Component Apache 2.0 License Repository Mojolicious Instrumentation by jjatria An OpenTelemetry plugin for Perl’s Mojolicious. perl instrumentation Perl Language Instrumentat... | 304 | 798 | 2026-03-23T11:38:28.410533 |
?s=b3 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=b3 | devops | python | andler that creates OpenTelemetry spans from Phoenix events. phoenix instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository Redix Instrumentation by 🔭 OpenTelemetry Authors 🔭 OpentelemetryRedix uses telemetry handlers to create OpenTelemetry spans from Redix command events. red... | 218 | 800 | 2026-03-23T11:20:37.875599 |
?s=fusioncache | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fusioncache | devops | python | on OpenTelemetry native standard, and sends it to OpenTelemetry Collector through HTTP protocol. lua instrumentation Lua Language Instrumentation Component Apache 2.0 License Repository Mojolicious Instrumentation by jjatria An OpenTelemetry plugin for Perl’s Mojolicious. perl instrumentation Perl Language Instrumentat... | 304 | 798 | 2026-03-23T11:32:05.661205 |
?s=oshi | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oshi | devops | python | stall To install this instrumentation library run: dotnet add package ThrottlingTroll 10.0.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Repository WCF Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Instruments WCF clients and/or servi... | 212 | 800 | 2026-03-23T11:38:59.519375 |
migrating-from-javascript.html | typescript | https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html | language | javascript | config.json in src , and one in tests as well. Writing a Configuration File TypeScript uses a file called tsconfig.json for managing your project’s options, such as which files you want to include, and what sorts of checking you want to perform. Let’s create a bare-bones one for our project: json { "compilerOptions" : ... | 2 | 800 | 2026-03-23T10:53:16.094667 |
3.9.html | python | https://docs.python.org/3/whatsnew/3.9.html | language | python | mentation. The default limit is 4300 digits in string form. Notable changes in 3.9.17 ¶ tarfile ¶ The extraction methods in tarfile , and shutil.unpack_archive() , have a new a filter argument that allows limiting tar features than may be surprising or dangerous, such as creating files outside the destination directory... | 71 | 799 | 2026-03-23T11:08:29.938997 |
create-assistant | langchain | https://docs.langchain.com/langsmith/agent-server-api/assistants/create-assistant | ai | python | Create Assistant - Docs by LangChain Skip to main content Docs by LangChain home page LangSmith Search... ⌘ K Search... Navigation Assistants Create Assistant Get started Observability Evaluation Prompt engineering Agent deployment Platform setup Reference Overview LangSmith Python SDK LangSmith JS/TS SDK LangSmith Go ... | 0 | 800 | 2026-03-23T11:24:40.950626 |
?s=package | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=package | devops | python | ocumentation Repository Istio native graduated by Istio Authors Make your application participate in tracing with OpenTelemetry, regardless of the language, framework, or platform you use to build your application. go istio graduated Go Language Application integration Component Apache-2.0 License Website Documentation... | 7 | 800 | 2026-03-23T11:24:42.821537 |
feed.xml | kubernetes | https://kubernetes.io/feed.xml | devops | yaml | o try this feature, you can <a href="#getting-started">skip to the Getting Started section</a>.</p> <h2 id="what-is-changed-block-tracking">What is changed block tracking?</h2> <p>Changed block tracking enables storage systems to identify and track modifications at the block level between snapshots, eliminating the nee... | 874 | 800 | 2026-03-23T11:17:36.485643 |
?s=tyk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tyk | devops | python | 148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Delta to cumulative processor by 🔭 OpenTelemetry Authors 🔭 The delta to cumulative processor ( deltatocumulativeprocessor ) converts metrics from delta temporality to cumulative, by accumulating samples i... | 77 | 800 | 2026-03-23T11:28:40.907568 |
mcp-server | mastra | https://mastra.ai/reference/tools/mcp-server | ai | typescript | ( { url : new URL ( req . url || '' , ` http://localhost:1234 ` ) , ssePath : '/hono-sse' , messagePath : '/message' , req , res , } ) } ) httpServer . listen ( PORT , ( ) => { console . log ( ` HTTP server listening on port ${ PORT } ` ) } ) Here are the details for the values needed by the startHonoSSE method: url : ... | 15 | 800 | 2026-03-23T11:36:34.242955 |
isolates | dart | https://dart.dev/language/isolates | language | dart | The main isolate receives this SendPort , and now both sides have an open channel to send and receive messages. Create a ReceivePort in the main isolate. The SendPort is created automatically as a property on the ReceivePort . Spawn the worker isolate with Isolate.spawn() Pass a reference to ReceivePort.sendPort as the... | 14 | 673 | 2026-03-23T10:52:35.357162 |
py-modindex.html | python | https://docs.python.org/py-modindex.html | language | python | entation of the simple DBM interface. dbm.gnu GNU database manager dbm.ndbm The New Database Manager dbm.sqlite3 SQLite backend for dbm decimal Implementation of the General Decimal Arithmetic Specification. difflib Helpers for computing differences between objects. dis Disassembler for Python bytecode. distutils Depre... | 4 | 800 | 2026-03-23T10:55:12.613275 |
?s=async | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=async | devops | python | trumentation database graphql Go Language Instrumentation Component BSD-2-Clause License Repository gRPC instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for Google’s gRPC package. go instrumentation grpc Go Language Instrumentation Component Apache 2.0 License Repository Go gRPC metric instrumentation ... | 223 | 800 | 2026-03-23T11:18:54.394882 |
flutter-fix | flutter | https://docs.flutter.dev/tools/flutter-fix | mobile | dart | t_copy For more information on Flutter deprecations, see Deprecation lifetime in Flutter , a free article on Flutter's Medium publication. Was this page's content helpful? thumb_up thumb_down Unless stated otherwise, the documentation on this site reflects Flutter 3.41.2. Page last updated on 2025-10-30. View source or... | 3 | 338 | 2026-03-23T11:09:56.982103 |
ast.html | python | https://docs.python.org/3/library/ast.html | language | python | : ... break ... else: ... continue ... ... """ ), indent = 4 )) Module( body=[ For( target=Name(id='a', ctx=Store()), iter=Name(id='b', ctx=Load()), body=[ If( test=Compare( left=Name(id='a', ctx=Load()), ops=[ Gt()], comparators=[ Constant(value=5)]), body=[ Break()], orelse=[ Continue()])])]) class ast. Try ( body , ... | 45 | 800 | 2026-03-23T11:19:29.684778 |
rss.xml | langchain | https://docs.langchain.com/langsmith/agent-server-changelog/rss.xml | ai | python | [CDATA[2026-03-17]]> https://docs.langchain.com/langsmith/agent-server-changelog#2026-03-17 https://docs.langchain.com/langsmith/agent-server-changelog#2026-03-17 Tue, 17 Mar 2026 16:43:10 GMT v0.7.76 Relaxed starlette-sse version bounds to improve dependency compatibility. ]]> <![CDATA[2026-03-17]]> https://docs.langc... | 2 | 800 | 2026-03-23T11:17:21.298914 |
?s=aio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=aio | devops | python | umentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry gruf Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for gruf (gRPC Ruby Framework). gruf grpc instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-... | 347 | 799 | 2026-03-23T11:30:12.724351 |
index.html | mysql | https://dev.mysql.com/doc/mysql-secure-deployment-guide/5.7/en/index.html | database | sql | MySQL :: MySQL Secure Deployment Guide Skip to Main Content Documentation Home MySQL Secure Deployment Guide Download this Manual PDF (US Ltr) - 190.3Kb PDF (A4) - 191.6Kb version 5.7 8.0 current MySQL 5.7 Secure Deployment Guide Abstract This is the MySQL 5.7 Secure Deployment Guide. It documents procedures for deploy... | 0 | 685 | 2026-03-23T11:11:40.025001 |
create-packages | dart | https://dart.dev/tools/pub/create-packages | language | dart | publishers Security advisories Versioning Custom package repositories What not to commit Development expand_more JSON serialization Number representation Google APIs Multi-platform apps Command-line & server apps expand_more Overview Fetch data from the internet Libraries & packages Google Cloud Web apps expand_more Ov... | 2 | 800 | 2026-03-23T10:54:30.622436 |
middleware | qwik | https://qwik.builder.io/docs/middleware | framework | javascript | end/ exit() Throw to stop the execution of the middleware functions. import { type RequestHandler } from '@builder.io/qwik-city' ; export const onGet : RequestHandler = async ( { exit } ) = > { throw exit ( ) ; } ; https://qwik.dev/demo/qwikcity/middleware/exit/ env Retrieve environmental property in a platform-indepen... | 20 | 799 | 2026-03-23T10:57:39.328999 |
mui | mui | https://mui.com/x/react-date-pickers/validation/ | library | javascript | kers and the selection of all values after the current time for time pickers. For date time pickers, it will combine both. On the day view, all the days after today won't be selectable. On the month and year views, all the values beginning after today won't be selectable. On the hours and minutes views, all the values ... | 2 | 788 | 2026-03-23T11:26:26.899035 |
2.35.0 | git | https://git-scm.com/docs/git-init/2.35.0 | devops | bash | interface conventions Everyday Git Frequently Asked Questions (FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-in... | 1 | 797 | 2026-03-23T11:38:03.070046 |
postgresql | postgresql | https://www.postgresql.org/docs/release/15.2/ | database | sql | ) § Planner runs occurring just after deletion of a large number of tuples appearing at the end of an index could expend significant amounts of work setting the “ killed ” bits for those index entries. Limit the amount of work done in any one query by giving up on this process after examining 100 heap pages. All the cl... | 10 | 800 | 2026-03-23T11:41:09.560442 |
?s=redis | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis | devops | python | Telemetry SDK. oltp exporter dotnet startup hook .NET Language Exporter Component MIT License Documentation Repository Prometheus Exporter ASP.NET Core for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 An OpenTelemetry Prometheus exporter for configuring an ASP.NET Core application with an endpoint for Prometheus t... | 173 | 800 | 2026-03-23T11:25:32.724285 |
TextEncoder | javascript | https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder | language | javascript | esetButton.addEventListener("click", () => { window.location.reload(); }); Specifications Specification Encoding # interface-textencoder Browser compatibility See also The TextDecoder interface describing the inverse operation. Help improve MDN Learn how to contribute This page was last modified on Jun 28, 2025 by MDN ... | 2 | 396 | 2026-03-23T11:19:26.243718 |
mui | mui | https://mui.com/x/react-charts/components/ | library | javascript | ch series: 3 9 2 9 < ChartDataProvider xAxis = { [ { id : 'x' , data : [ 1 , 2 , 3 , 5 , 8 , 10 ] , height : 28 } ] } series = { [ { id : 'a' , type : 'line' , data : [ 4 , 6 , 4 , 9 , 3 , 5 ] } , { id : 'b' , type : 'line' , data : [ 3 , 7 , 8 , 2 , 4 , 9 ] } , ] } yAxis = { [ { min : 0 , max : 10 } ] } height = { 300... | 5 | 766 | 2026-03-23T11:23:45.269226 |
?s=edge-extension | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=edge-extension | devops | python | y/instrumentation-aws-lambda 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry aws-sdk Instrumentation by Aspecto Authors aws-sdk instrumentation for Node.js. Node.js instrumentation aws-sdk aws sqs sns dynamodb lambda Quick Install To install... | 274 | 800 | 2026-03-23T11:27:01.887009 |
?s=azure | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure | 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:38:25.447781 |
uuid-ossp | neon | https://neon.tech/docs/extensions/uuid-ossp | database | sql | UID version based on your requirements, you can ensure the uniqueness and consistency of identifiers in your Postgres database. Resources uuid-ossp on PostgreSQL Documentation RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace Need help? Join our Discord Server to ask questions or see what others are doing... | 14 | 800 | 2026-03-23T11:01:15.678940 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/architecture/nodes/ | devops | yaml | ity zone is because one availability zone might become partitioned from the control plane while the others remain connected. If your cluster does not span multiple cloud provider availability zones, then the eviction mechanism does not take per-zone unavailability into account. A key reason for spreading your nodes acr... | 11 | 800 | 2026-03-23T10:58:59.329981 |
ThinkingPart | tanstack_start | https://tanstack.com/ai/latest/docs/reference/interfaces/ThinkingPart | framework | typescript | ctModelsFromAdapter InferToolInput InferToolName InferToolOutput MessagePart RealtimeEvent RealtimeMessagePart RealtimeMode RealtimeStatus ModalitiesArrayToUnion Modality StreamChunk StreamChunkType ToolCallState ToolResultState Variable References aiEventClient defaultJSONParser latest React Latest Menu Home Framework... | 4 | 800 | 2026-03-23T11:18:05.032104 |
static-route-data | tanstack_start | https://tanstack.com/router/latest/docs/guide/static-route-data | framework | typescript | back to their routes. Untitled tsx import { createRootRoute } from '@tanstack/react-router' export const Route = createRootRoute({ component: () => { const matches = useMatches() return ( <div> {matches.map((match) => { return <div key={match.id}>{match.staticData.customData}</div> })} </div> ) }, }) Enforcing Static D... | 6 | 731 | 2026-03-23T11:30:32.924425 |
dart-run | dart | https://dart.dev/tools/dart-run | language | dart | deos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new list On this page chevron_right dart run vertical_align_top dart run Dart 3.11 is live! Learn more The dart run command supports running a Dart program—located in a file, in the curr... | 4 | 700 | 2026-03-23T11:02:11.522580 |
?s=policy | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=policy | devops | python | guage Receiver Component Apache 2.0 License Package Details (go-collector) Repository PostgreSQL Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the PostgreSQL statistics collector. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the... | 142 | 800 | 2026-03-23T11:16:13.125360 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/api-service-v1/ | devops | yaml | supported, though you are able to disable certificate verification. groupPriorityMinimum (int32), required GroupPriorityMinimum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify eve... | 1 | 798 | 2026-03-23T11:29:17.689023 |
?s=memcached | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=memcached | devops | python | rbon’s plaintext protocol. 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/carbonreceiver v0.148.0 v0.148.0 Version Collector Language Receiver... | 105 | 800 | 2026-03-23T11:12:58.232442 |
open-source-event-driven-queue | inngest | https://www.inngest.com/blog/open-source-event-driven-queue | devops | typescript | he approach we’re taking We think developers deserve a better experience and a solid way to address all of this. We’re building a layer on top of common patterns in systems using standard interfaces and tools that you’re used to. It’s our goal to abstract platforms so there isn’t specific code to create lock-in. That’s... | 4 | 800 | 2026-03-23T11:16:35.053806 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/issues/ | devops | yaml | 026d=identicon" , "web_url" : "https://gitlab.example.com/john" } ], "author" :{ "id" : 179 , "name" : "John Doe2" , "username" : "john" , "state" : "active" , "avatar_url" : "https://www.gravatar.com/avatar/10fc7f102be8de7657fb4d80898bbfe3?s=80\u0026d=identicon" , "web_url" : "https://gitlab.example.com/john" }, "type... | 67 | 800 | 2026-03-23T11:10:12.384462 |
2.44.0 | git | https://git-scm.com/docs/git-show/2.44.0 | devops | bash | option, see gitattributes[5] or git-config[1] . Giving it explicitly overrides any diff driver or configuration setting. Diff drivers override configuration settings. --color-words[=<regex>] Equivalent to --word-diff=color plus (if a regex was specified) --word-diff-regex= <regex> . --no-renames Turn off rename detecti... | 46 | 796 | 2026-03-23T11:24:26.973785 |
threading.html | python | https://docs.python.org/3/library/threading.html | language | python | wide (until the thread terminates, after which the value may be recycled by the OS). Note Similar to Process IDs, Thread IDs are only valid (guaranteed unique system-wide) from the time the thread is created until the thread has been terminated. Availability : Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, Drago... | 26 | 796 | 2026-03-23T11:18:03.003425 |
distribute-cli | firebase | https://firebase.google.com/docs/app-distribution/android/distribute-cli | database | javascript | text file: --release-notes-file "/path/to/release-notes.txt" --testers --testers-file The email addresses of the testers you want to invite. You can specify the testers as a comma-separated list of email addresses: --testers "ali@example.com, bri@example.com, cal@example.com" Or, you can specify the path to a plain tex... | 3 | 749 | 2026-03-23T11:24:27.054956 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | for Node.js. Node.js exporter Quick Install To install this exporter run: npm install @google-cloud/opentelemetry-cloud-trace-exporter 3.0.0 Version JavaScript Language Exporter Component Apache 2.0 License Package Details (npm) Repository Instana Node.js Exporter by Instana Authors The Instana Node.js OpenTelemetry Ex... | 180 | 798 | 2026-03-23T11:21:21.444600 |
app-icons | nextjs | https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons | framework | javascript | in the top level of app/ . Next.js will evaluate the file and automatically add the appropriate tags to your app's <head> element. File convention Supported file types Valid locations favicon .ico app/ icon .ico , .jpg , .jpeg , .png , .svg app/**/* apple-icon .jpg , .jpeg , .png app/**/* favicon Add a favicon.ico imag... | 1 | 800 | 2026-03-23T11:05:56.916407 |
redirecting | nextjs | https://nextjs.org/docs/pages/guides/redirecting | framework | javascript | request : NextRequest ) { // Get the path for the incoming request const pathname = request . nextUrl .pathname // Check if the path is in the bloom filter if ( bloomFilter .has (pathname)) { // Forward the pathname to the Route Handler const api = new URL ( `/api/redirects?pathname= ${ encodeURIComponent ( request . n... | 8 | 800 | 2026-03-23T11:14:55.568094 |
postgresql | postgresql | https://www.postgresql.org/docs/release/14.9/ | database | sql | . E.14.2. Changes Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign (Noah Misch) § This restriction guards against SQL-injection hazards for trusted extensions. The PostgreSQL Project thanks Micah Gates, Valerie Woolard, Tim Carey-Smith, and Ch... | 1 | 799 | 2026-03-23T11:38:57.612851 |
?s=deltatocumulative | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=deltatocumulative | devops | python | rary run: gem install opentelemetry-instrumentation-concurrent_ruby 0.24.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Dalli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Dalli instrumentation for Ruby. ruby instrumentation dalli Quick Install To install this in... | 343 | 799 | 2026-03-23T11:36:53.633118 |
server | convex | https://docs.convex.dev/api/modules/server | database | typescript | ReturnValue > The wrapped mutation. Include this as an export to name it and make it accessible. Defined in server/registration.ts:741 queryGeneric ▸ queryGeneric < ArgsValidator , ReturnsValidator , ReturnValue , OneOrZeroArgs >( query ): RegisteredQuery < "public" , ArgsArrayToObject < OneOrZeroArgs >, ReturnValue > ... | 68 | 795 | 2026-03-23T11:05:06.380930 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ync def main(): g = GraphBuilder(state_type=SimpleState, output_type=str) @g.step async def generate_number(ctx: StepContext[SimpleState, None, None]) -> int: return 42 @g.step async def format_output(ctx: StepContext[SimpleState, None, str]) -> str: return f'The answer is: {ctx.inputs}' # Transform the number to a str... | 921 | 711 | 2026-03-23T10:51:26.911822 |
autograd.html | pytorch | https://pytorch.org/docs/stable/notes/autograd.html | ml | python | Autograd mechanics — PyTorch 2.10 documentation Learn Get Started Tutorials Learn the Basics PyTorch Recipes Intro to PyTorch - YouTube Series Webinars Community Landscape Join the Ecosystem Community Hub Forums Developer Resources Contributor Awards Community Events PyTorch Ambassadors Projects PyTorch vLLM DeepSpeed ... | 0 | 800 | 2026-03-23T10:50:10.910109 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | urned by the server and not miss any modifications. fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. limit limit is a maximum number of responses to return... | 5,217 | 800 | 2026-03-23T10:56:49.349729 |
?s=thanos | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=thanos | devops | python | sql Go Language Instrumentation Component Apache 2.0 License Repository splunkpgx – Instrumentation for github.com/jackc/pgx by Splunk Inc. Instrumentation for the github.com/jackc/pgx package. go instrumentation database postgresql Go Language Instrumentation Component Apache 2.0 License Repository splunkpq – Instrume... | 234 | 800 | 2026-03-23T11:18:21.642337 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | 0.0139621488, "mean_precisions": 0.92733, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-64-ef-256", "dataset_name": "gist-960-euclidean", "upload_time": 377.4016991351, "total_upload_time": 883.2627945482, "p95_time": 0.0170907007, "rps": 137.865106077... | 3,204 | 552 | 2026-03-23T11:15:13.619220 |
?s=util | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=util | devops | python | t file like the following: providers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/googlesecretmanagerprovider v0.148.0 v0.148.0 Version Collector Language Provider Component Apache 2.0 License Package Details (go-collector) Repository Collector HTTP Provider by 🔭 OpenTelemetry... | 21 | 799 | 2026-03-23T11:27:34.360416 |
redis | redis | https://redis.io/docs/latest/commands/bitop/ | database | bash | g stored in the destination key, that is equal to the size of the longest input string. bitopXor ( destination : K , // result key of the operation. keys : K... // operation input key names. ) → Long // Long integer-reply The size of the string stored in the destination key, that is equal to the size of the longest inp... | 4 | 799 | 2026-03-23T11:33:15.770568 |
2.52.0 | git | https://git-scm.com/docs/git-fetch/2.52.0 | devops | bash | Acts like fsck. <msg-id> , but is used by git-fetch-pack[1] instead of git-fsck[1] . See the fsck. <msg-id> documentation for details. fetch.fsck.skipList Acts like fsck.skipList , but is used by git-fetch-pack[1] instead of git-fsck[1] . See the fsck.skipList documentation for details. fetch.unpackLimit If the number ... | 48 | 798 | 2026-03-23T11:07:35.674313 |
?s=confluent-kafka-go | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=confluent-kafka-go | devops | python | ributed tracing go cortex incubating Go Language Application integration Component Apache-2.0 License Website Documentation Repository CRI-O native graduated by CRI-O Authors The crio.tracing table containers settings pertaining to the export of OpenTelemetry trace data. go cri-o graduated Go Language Application integ... | 5 | 800 | 2026-03-23T11:29:52.354014 |
standalone-activities | temporal | https://docs.temporal.io/develop/python/standalone-activities | devops | go | temporalio . envconfig import ClientConfig from temporalio . worker import Worker from hello_standalone_activity . my_activity import compose_greeting async def main ( ) : connect_config = ClientConfig . load_client_connect_config ( ) connect_config . setdefault ( "target_host" , "localhost:7233" ) client = await Clien... | 5 | 798 | 2026-03-23T11:00:43.165986 |
declarations | csharp | https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/declarations | language | csharp | Declaration statements - local variables and constants, var, local reference variables (ref locals) - C# reference | 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 A... | 0 | 799 | 2026-03-23T10:56:06.206158 |
undefined_enum_constant | dart | https://dart.dev/tools/diagnostics/undefined_enum_constant | language | dart | ar e = E . c ; content_copy If the constant shouldn't be defined, then change the name to the name of an existing constant: dart enum E { a , b } var e = E . b ; content_copy Was this page's content helpful? thumb_up thumb_down Unless stated otherwise, the documentation on this site reflects Dart 3.11.0. Report an issu... | 5 | 323 | 2026-03-23T11:22:07.709067 |
connect-to-postgres | supabase | https://supabase.com/docs/guides/functions/connect-to-postgres | database | typescript | [{ id: 1, name: "Lion" }, ...] 25 26 // Encode the result as pretty printed JSON 27 const body = JSON . stringify ( 28 animals , 29 ( _key , value ) => ( typeof value === ' bigint ' ? value . toString () : value ) , 30 2 31 ) 32 33 // Return the response with the correct content type header 34 return new Response ( bod... | 3 | 799 | 2026-03-23T10:56:55.791625 |
?s=python | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=python | 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:27:43.914993 |
migrate-from-react-location | tanstack_router | https://tanstack.com/router/latest/docs/installation/migrate-from-react-location | framework | typescript | Migration from React Location | TanStack Router Docs TanStack Router v1 v1 New TanStack Intent Search... K Auto Log In Start RC Start RC Router Router Query Query Table Table DB beta DB beta AI alpha AI alpha Form new Form new Virtual Virtual Pacer beta Pacer beta Hotkeys alpha Hotkeys alpha Store alpha Store alpha Dev... | 0 | 800 | 2026-03-23T10:59:49.347602 |
?s=nservicebus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nservicebus | devops | python | o) Repository IBM MQ Instrumentation for OpenTelemetry first party integration by Mark Taylor , IBM MQ Development This package extracts metrics from an IBM MQ queue manager and forwards them to an OpenTelemetry environment. ibmmq mqseries go instrumentation Go Language Instrumentation Component Apache 2.0 License Repo... | 225 | 800 | 2026-03-23T11:20:22.287413 |
neon-mcp-server | neon | https://neon.tech/guides/neon-mcp-server | database | sql | guage requests requires careful attention to security. Always review and approve actions before they are committed. Grant access only to authorized users and applications. Supported actions (tools) The Neon MCP Server provides the following actions, which are exposed as "tools" to MCP clients. You can use these tools t... | 5 | 798 | 2026-03-23T11:31:36.308954 |
security-log-events | github_actions | https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/security-log-events | devops | yaml | e password code was sent to a user account fallback phone number. Fields @timestamp , _document_id , action , actor , actor_id , business , business_id , hashed_token , org , org_id , programmatic_access_type , repo , repo_id , repository , repository_id , request_access_security_header , request_id , token_id , token_... | 203 | 800 | 2026-03-23T10:59:54.707876 |
dashboard | planetscale | https://planetscale.com/docs/postgres/dashboard | database | sql | ut your PostgreSQL environment, including: PostgreSQL version : Shows the current PostgreSQL version (e.g., “17.4”) Tables : Total number of tables across all schemas Branches : Count of database branches in your environment CPU utilization : Percentage of CPU currently used Next backup : Shows when the next scheduled ... | 2 | 798 | 2026-03-23T11:21:28.603642 |
herodevs | nodejs | https://nodejs.org/esp/herodevs | runtime | javascript | to ensure that NES for Node.js is as dependable as the original technology it’s built on. We Give Back To Open Source HeroDevs is deeply committed to the open-source community. We support it through sponsorships, backing core contributors, and funding events that drive the ecosystem forward. Our engagement extends beyo... | 9 | 800 | 2026-03-23T10:57:43.144616 |
?s=k8sobjects | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=k8sobjects | devops | python | erformance measurement APIs (i.e. perf_hooks ). runtime node instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-runtime-node 0.26.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetr... | 299 | 800 | 2026-03-23T11:36:38.894390 |
?s=kuma | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kuma | devops | python | e Instrumentation Component Apache 2.0 License Repository c3p0 Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for c3p0 c3p0 instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Camel Instrumentation by 🔭 OpenTelemetry Authors... | 242 | 800 | 2026-03-23T11:38:06.864892 |
?s=gitlab | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gitlab | devops | python | ntrib plugin for collecting metrics from .NET Runtime .NET C# dotnet instrumentation runtime metrics Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Runtime 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repos... | 210 | 799 | 2026-03-23T11:14:54.085702 |
audit | deno | https://docs.deno.com/runtime/reference/cli/audit | runtime | javascript | Ignore specific CVEs (useful for suppressing false positives or accepted risks): deno audit --ignore = CVE-2024-12345,CVE-2024-67890 Ignore advisories that have no available fix: deno audit --ignore-unfixable Don't error if the audit data can't be retrieved from the registry: deno audit --ignore-registry-errors Did you... | 2 | 351 | 2026-03-23T11:21:51.752334 |
?s=mcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mcp | devops | python | y/instrumentation-aws-lambda 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry aws-sdk Instrumentation by Aspecto Authors aws-sdk instrumentation for Node.js. Node.js instrumentation aws-sdk aws sqs sns dynamodb lambda Quick Install To install... | 274 | 800 | 2026-03-23T11:32:00.153496 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/application_security/policies/pipeline_execution_policies/ | devops | yaml | ght duplicate the scans enforced by pipeline execution policies." echo "" echo "To avoid redundant scans and reduce pipeline time:" echo "1. Review your .gitlab-ci.yml for security scanning jobs." echo "2. Remove duplicate jobs (secret_detection, sast, dependency_scanning, and so on)." echo "3. The pipeline execution p... | 53 | 800 | 2026-03-23T11:00:45.674396 |
?s=influxdb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=influxdb | devops | python | y Splunk Inc. Instrumentation for the Golang database/sql package. go instrumentation database sql Go Language Instrumentation Component Apache 2.0 License Repository splunksqlx – Instrumentation for github.com/jmoiron/sqlx by Splunk Inc. Instrumentation for the github.com/jmoiron/sqlx package. go instrumentation datab... | 235 | 800 | 2026-03-23T11:33:32.233092 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/ | devops | yaml | as either memory.available<10% or memory.available<1Gi (you cannot use both). Soft eviction thresholds A soft eviction threshold pairs an eviction threshold with a required administrator-specified grace period. The kubelet does not evict pods until the grace period is exceeded. The kubelet returns an error on startup i... | 10 | 799 | 2026-03-23T11:07:47.474338 |
search-params | tanstack_router | https://tanstack.com/router/latest/docs/guide/search-params | framework | typescript | too! Validating Search Params The validateSearch option is a function that is provided the JSON parsed (but non-validated) search params as a Record<string, unknown> and returns a typed object of your choice. It's usually best to provide sensible fallbacks for malformed or unexpected search params so your users' experi... | 13 | 771 | 2026-03-23T10:54:01.624632 |
sharding | planetscale | https://planetscale.com/docs/vitess/sharding | database | sql | r Postgres sharding? We’re building Neki — sharded Postgres by the team behind Vitess. Learn more . You can create sharded keyspaces on any plan by adding a new sharded keyspace using the Clusters page and running an unsharded to sharded workflow in your dashboard. If you would like additional support from our expert t... | 1 | 796 | 2026-03-23T10:56:08.275398 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands/ | devops | yaml | rver|client|none] Flags Name Shorthand Default Usage allow-missing-template-keys true If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. append-hash false Append a hash of the secret to its name. dry-run none Must be "none", "s... | 59 | 800 | 2026-03-23T11:18:50.245678 |
docker | terraform | https://developer.hashicorp.com/terraform/enterprise/deploy/docker | devops | hcl | se parameters e.g. sslmode=disable>" # Object storage settings. See the configuration reference for more settings. TFE_OBJECT_STORAGE_TYPE : "s3" TFE_OBJECT_STORAGE_S3_ACCESS_KEY_ID : "<AWS Access Key ID>" TFE_OBJECT_STORAGE_S3_SECRET_ACCESS_KEY : "<AWS Secret Access Key>" TFE_OBJECT_STORAGE_S3_REGION : "<AWS Region e.... | 16 | 800 | 2026-03-23T11:26:20.699299 |
?s=simulation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulation | devops | python | m/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kubernetes Events Receiver by 🔭 OpenTelemetry Authors 🔭 The Kubernetes Events receiver collects events from the Kube... | 126 | 800 | 2026-03-23T11:13:41.625756 |
?s=julia | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=julia | devops | python | ers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OTLP Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The OTLP Receiver for the OpenTelemetry... | 140 | 800 | 2026-03-23T11:23:03.563400 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.