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 |
|---|---|---|---|---|---|---|---|---|
crashlytics | firebase | https://firebase.google.com/terms/crashlytics | database | javascript | AUTHORIZED AGENT OF THE APPLICABLE ENTITY AND HAVE THE LEGAL AUTHORITY TO ENTER INTO THE AGREEMENT ON BEHALF OF YOURSELF AND THE ENTITY, AND (II) YOU HAVE OBTAINED, ON BEHALF OF YOURSELF AND THE ENTITY (IF APPLICABLE), ALL NECESSARY RIGHTS, WAIVERS, CONSENTS AND PERMISSIONS NECESSARY TO COLLECT, USE, STORE, AND SHARE U... | 3 | 786 | 2026-03-23T11:07:51.353133 |
webpack | webpack | https://webpack.js.org/guides/integrations/ | tooling | javascript | ve-dev webpack karma karma-webpack karma.conf.js Copy export default function ( config ) { config . set ( { frameworks : [ "webpack" ] , files : [ { pattern : "test/*_test.js" , watched : false } , { pattern : "test/**/*_test.js" , watched : false } , ] , preprocessors : { "test/*_test.js" : [ "webpack" ] , "test/**/*_... | 5 | 589 | 2026-03-23T10:58:27.601903 |
timestamp-default-value | drizzle_orm | https://orm.drizzle.team/docs/guides/timestamp-default-value | database | typescript | } from 'drizzle-orm' ; import { integer , sqliteTable , text } from 'drizzle-orm/sqlite-core' ; export const users = sqliteTable ( 'users' , { id : integer ( 'id' ) .primaryKey () , timestamp : text ( 'timestamp' ) .notNull () .default ( sql `(current_timestamp)` ) , }); CREATE TABLE ` users ` ( `id` integer PRIMARY KE... | 9 | 788 | 2026-03-23T11:02:59.107977 |
?s=kafkaflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkaflow | devops | python | umentation Java Language Instrumentation Component Apache 2.0 License Repository Struts Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Struts struts instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Tapestry Instrumentation by... | 269 | 800 | 2026-03-23T11:19:43.868027 |
reactive-declarations | svelte | https://svelte.dev/playground/reactive-declarations | framework | javascript | Reactive declarations • Playground • Svelte Skip to main content Create new Introduction Hello world Dynamic attributes Styling Nested components HTML tags Reactivity Reactive assignments Reactive declarations Reactive statements Props Declaring props Default values Spread props Logic If blocks Else blocks Else-if bloc... | 0 | 800 | 2026-03-23T11:07:16.130604 |
separating-events-from-effects | react | https://react.dev/learn/separating-events-from-effects | framework | javascript | and read the url inside it: const onVisit = useEffectEvent ( ( ) => { logVisit ( url , numberOfItems ) ; } ) ; useEffect ( ( ) => { onVisit ( ) ; } , [ url ] ) ; This would work, but it’s better to pass this url to the Effect Event explicitly. By passing url as an argument to your Effect Event, you are saying that visi... | 21 | 799 | 2026-03-23T10:56:43.030998 |
latest.yaml | docker | https://docs.docker.com/reference/api/hub/latest.yaml | devops | bash | ication/json: schema: $ref: "#/components/schemas/createAccessTokensResponse" "400": $ref: "#/components/responses/BadRequest" "401": $ref: "#/components/responses/Unauthorized" get: summary: List personal access tokens description: Returns a paginated list of personal access tokens. tags: - access-tokens security: - b... | 16 | 522 | 2026-03-23T11:26:19.925758 |
conflicting_constructor_and_static_member | dart | https://dart.dev/tools/diagnostics/conflicting_constructor_and_static_member | language | dart | leshooting pub Verified 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... | 2 | 800 | 2026-03-23T11:27:09.316509 |
MiniMax-M2.5 | transformers | https://huggingface.co/MiniMaxAI/MiniMax-M2.5 | ai | python | MiniMaxAI/MiniMax-M2.5 · Hugging Face Join Our 💬 WeChat | 🧩 Discord community. MiniMax Agent | ⚡️ API | MCP | MiniMax Website 🤗 Hugging Face | 🚀 Hugging Face API | 🐙 GitHub | 🤖️ ModelScope | 📄 License: Modified-MIT Today we're introducing our latest model, MiniMax-M2.5 . Extensively trained with reinforcement le... | 0 | 800 | 2026-03-23T10:50:50.899665 |
redis | redis | https://redis.io/blog/get-better-rag-responses-with-ragas/ | database | bash | ons—that is what an LLM is for. The question “Where is Nike located and when was it founded?” is a general knowledge question that isn’t specific to the 10-K document we loaded into our context. When designing a test and educating users about how to best interact with a RAG app, it’s important to emphasize what type of... | 8 | 800 | 2026-03-23T11:13:08.793360 |
django | django | https://docs.djangoproject.com/en/stable/genindex/ | framework | python | .EmailBackend (class in django.core.mail) BadRequest bands (GDALRaster attribute) base36_to_int() (in module django.utils.http) base_field (ArrayField attribute) (django.contrib.postgres.forms.BaseRangeField attribute) (RangeField attribute) (SimpleArrayField attribute) (SplitArrayField attribute) base_layer (BaseGeome... | 27 | 800 | 2026-03-23T10:57:13.435643 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | ": { "hnsw_ef": 256 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-32-ef-512", "dataset_name": "glove-100-angular", "upload_time": 73.6867727099, "total_upload_time": 1641.451303781, "p95_time": 0.0101907795, "rps": 954.3889253178, "parallel": 8, "p99_time": 0.0116589915, "mean_time": 0.0080310454, "mean... | 3,058 | 564 | 2026-03-23T11:15:13.619023 |
?s=executors | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=executors | devops | python | hts into the performance of your systems and how caching is performing fusioncache caching .net Quick Install To install this instrumentation library run: dotnet add package ZiggyCreatures.FusionCache 2.6.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Reposit... | 202 | 800 | 2026-03-23T11:39:10.067286 |
?s=syslog | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=syslog | devops | python | anguage Provider Component Apache 2.0 License Package Details (go-collector) Repository Alertmanager Exporter by 🔭 OpenTelemetry Authors 🔭 Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to Alertmanager backend to notify Errors or Change events. alertmanager prometheus exporter collector Qu... | 23 | 799 | 2026-03-23T11:19:50.049224 |
?s=sarama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sarama | devops | python | ation Java Language Instrumentation Component Apache 2.0 License Repository Logback Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Logback instrumentation to track requests through OpenTelemetry. java instrumentation logback Java Language Instrumentation Component Apache 2.0 License Repository M... | 258 | 800 | 2026-03-23T11:27:15.243420 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | nd the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted aft... | 4,816 | 799 | 2026-03-23T10:56:49.349176 |
tensorflow | tensorflow | https://www.tensorflow.org/ | ml | python | ects by joining interest groups or attending developer events. Get involved Learn ML New to machine learning? Begin with TensorFlow's curated curriculums or browse the resource library of books, online courses, and videos. Explore resources Stay connected Learn the latest in machine learning and TensorFlow by following... | 4 | 524 | 2026-03-23T10:50:21.170334 |
announcing-step-fetch | inngest | https://www.inngest.com/blog/announcing-step-fetch | devops | typescript | response . json ( ) // body.files } ) } ) All step.fetch() (and fetch() helper) calls appear in your Inngest Traces, improving observability and helping you debug issues with your HTTP requests: The fetch() utility: make 3rd party library HTTP requests durable The Fetch APIs also expose a fetch() utility that works exa... | 3 | 799 | 2026-03-23T11:20:31.309779 |
llmo | tanstack_router | https://tanstack.com/start/latest/docs/framework/react/guide/llmo | framework | typescript | .title }], scripts: [ { type: 'application/ld+json', children: JSON.stringify({ '@context': 'https://schema.org', '@type': 'Article', headline: loaderData.post.title, description: loaderData.post.excerpt, image: loaderData.post.coverImage, author: { '@type': 'Person', name: loaderData.post.author.name, url: loaderData.... | 6 | 552 | 2026-03-23T11:26:07.662812 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/ | devops | yaml | ubectl reference for v1.35 (fd1e78a94a) This page is automatically generated. If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project. | 5 | 255 | 2026-03-23T11:28:29.810346 |
?s=grpc | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=grpc | devops | python | on for Sentry by Sentry authors The Sentry OpenTelemetry Python integration provides a processor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . python processor propagator utilities sentry error monitoring Python Language Util... | 390 | 800 | 2026-03-23T11:38:56.254939 |
securestore | expo | https://docs.expo.dev/versions/latest/sdk/securestore | mobile | javascript | . Returns: Promise < string | null > A promise that resolves to the previously stored value. It resolves with null if there is no entry for the given key or if the key has been invalidated. It rejects if an error occurs while retrieving the value. Keys are invalidated by the system when biometrics change, such as addin... | 14 | 800 | 2026-03-23T10:57:54.310983 |
?s=local | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=local | devops | python | is not 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... | 376 | 799 | 2026-03-23T11:13:53.860587 |
?s=fastify-plugin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fastify-plugin | devops | python | crates) Repository Rust SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for Rust. rust Quick Install To install this core run: cargo add opentelemetry_sdk 0.28.0 Version Rust Language Core Component Apache 2.0 License Package Details (crates) Repository otel4s by Ross A. Baker, Zach McCoy, Maksym Ochenashko An... | 369 | 800 | 2026-03-23T11:31:55.021303 |
run | turborepo | https://turbo.build/docs/reference/run | tooling | javascript | with the following shape: { "timestamp" : 1710000000000 , "source" : "web#build" , "level" : "stdout" , "text" : "Compiled successfully" } Field Description timestamp Unix epoch milliseconds source "turbo" for Turborepo messages, or "<package>#<task>" for task output level "info" , "warn" , "error" for Turborepo messag... | 15 | 800 | 2026-03-23T10:58:37.215697 |
runtime-gdb.py | go | https://go.dev/src/runtime/runtime-gdb.py | language | go | ssue: dtype_name decoded from runtime.rtype is "nested.Foo" 390 # but the dwarf table lists it as "full/path/to/nested.Foo" 391 392 dynamic_go_type = iface_commontype(obj) 393 if dynamic_go_type is None: 394 return 395 dtype_name = dynamic_go_type['string'].dereference()['str'].string() 396 397 dynamic_gdb_type = looku... | 14 | 799 | 2026-03-23T11:28:47.224602 |
pytorch | pytorch | https://pytorch.org/case-studies/page/2/ | ml | python | a… May 12, 2022 In Medical Ambient Clinical Intelligence: Generating Medical Reports with PyTorch Complete and accurate clinical documentation is an essential tool for tracking patient care. It allows for treatment plans to be shared among care teams to aid in continuity of care and ensures a transparent and effective ... | 4 | 800 | 2026-03-23T11:12:06.657004 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/runner/configuration/advanced-configuration/ | devops | yaml | ]] name = "limited-runner" limit = 2 # Only 2 builds allowed request_concurrency = 1 # Only 1 request at a time # Creates severe bottleneck: builds at capacity + request slot blocked by long polling Example corrected configuration concurrent = 4 # Adequate worker capacity [[ runners ]] name = "high-volume-runner" reque... | 8 | 800 | 2026-03-23T10:56:32.331809 |
blog | nextjs | https://nextjs.org/blog | framework | javascript | roundtrip. This meant the server had to sometimes be dynamic, sacrificing the great initial loading performance of Jamstack. We built partial prerendering to solve this tradeoff and have the best of both worlds. Read More October 21st, 2024 Next.js 15 Our mission to create the best developer experience continues with N... | 9 | 799 | 2026-03-23T11:24:01.781758 |
?s=aio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=aio | devops | python | instrumentation oracledatabase database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-oracledb 0.38.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository PostgreSQL Instrumentation by 🔭 OpenTelemetry Authors �... | 293 | 799 | 2026-03-23T11:30:12.724310 |
?s=industrial | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=industrial | devops | python | OpenTelemetry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade librar... | 332 | 800 | 2026-03-23T11:15:21.966880 |
?s=https | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=https | devops | python | er 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. redix i... | 218 | 800 | 2026-03-23T11:32:21.376972 |
?s=headers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=headers | devops | python | Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/Jamstah/k8ssaauthextension v0.0.2 v0.0.2 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Extension by ... | 67 | 800 | 2026-03-23T11:37:50.038065 |
introduction | supabase | https://supabase.com/docs/reference/self-hosting-storage/introduction | database | typescript | * Required string Query parameters download Optional string token Required string Response codes 4XX Generate presigned urls to retrieve objects post /object/sign/{bucketName} Path parameters bucketName Required string Body expiresIn Required integer paths Required Array<string> Response codes 200 4XX Response (200) ex... | 6 | 800 | 2026-03-23T10:52:59.693718 |
http.client.html | python | https://docs.python.org/3/library/http.client.html | language | python | ated. By default, this is called automatically when making a request if the client does not already have a connection. Raises an auditing event http.client.connect with arguments self , host , port . HTTPConnection. close ( ) ¶ Close the connection to the server. HTTPConnection. blocksize ¶ Buffer size in bytes for sen... | 16 | 799 | 2026-03-23T11:23:32.252906 |
?s=julia | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=julia | devops | python | stall When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/hydrolix/hydrolix-exporter v1.2.0 v1.2.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository InfluxDB Exporter by 🔭 OpenTelem... | 40 | 800 | 2026-03-23T11:23:03.563311 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/collector/resiliency/ | devops | python | chore: convert Docsy warnings, cautions, and tips to Hugo Markdown syntax (#8904) (4edfbfc2) | 12 | 92 | 2026-03-23T11:03:42.142896 |
?s=undertow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=undertow | devops | python | # .net dotnet aspnet logs log logger logging source-generator high-performance-logging otel open-telemetry telemetry traces tracing metric metrics meter meters instrumentation instruments events distributed-traces distributed-tracing melt purview Quick Install To install this utilities run: dotnet add package Purview.T... | 380 | 800 | 2026-03-23T11:39:02.415700 |
workspaces | bun | https://bun.sh/docs/guides/install/workspaces | runtime | javascript | JSON file Get MIME type Check file exists Watch directory Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip comp... | 4 | 800 | 2026-03-23T11:19:02.214430 |
configure-common | csharp | https://learn.microsoft.com/en-us/azure/app-service/configure-common | language | csharp | ure SQL, specify type="2" . This cmdlet replaces the entire set of connection strings with the ones that you specify. To add or edit an app setting within an existing set, include the existing app settings in your input hash table by using the Get-AzWebApp cmdlet. For example: # Get app configuration $webapp=Get-AzWebA... | 15 | 795 | 2026-03-23T11:17:13.514382 |
git-log | git | https://git-scm.com/docs/git-log | devops | bash | wise, separate lines indicate the old and the new mode. Pathnames with "unusual" characters are quoted as explained for the configuration variable core.quotePath (see git-config[1] ). All the file1 files in the output refer to files before the commit, and all the file2 files refer to files after the commit. It is incor... | 115 | 798 | 2026-03-23T10:52:34.720249 |
1686-tasks | mcp | https://modelcontextprotocol.io/seps/1686-tasks | ai | typescript | /result request retrieves the result of a completed task: Copy { taskId : string ; // The task identifier to retrieve results for } Task Result Response The tasks/result response returns the original result that would have been returned by the request: Copy { // The structure matches the result type of the original req... | 36 | 794 | 2026-03-23T10:52:12.584488 |
pricing | firebase | https://firebase.google.com/pricing | database | javascript | e a valid Gemini Code Assist subscription to access Gemini in Firebase in the Firebase console. See Gemini in Firebase pricing and Purchase a Gemini Code Assist subscription for more information. Firebase Studio keyboard_arrow_down keyboard_arrow_up No-cost for three workspaces Google Developer Program members can crea... | 15 | 792 | 2026-03-23T11:03:48.676978 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/ | devops | yaml | via --cert-dir ( /etc/kubernetes/pki by default). The API server certs will have additional SAN entries for any --apiserver-cert-extra-sans arguments, lowercased if necessary. Writes kubeconfig files in /etc/kubernetes/ for the kubelet, the controller-manager, and the scheduler to connect to the API server, each with i... | 10 | 799 | 2026-03-23T11:01:13.315126 |
mui | mui | https://mui.com/material-ui/react-avatar/ | library | javascript | > </AvatarGroup> Press Enter to start editing Custom surplus Set the renderSurplus prop as a callback to customize the surplus avatar. The callback will receive the surplus number as an argument based on the children and the max prop, and should return a React.ReactNode . The renderSurplus prop is useful when you need ... | 7 | 800 | 2026-03-23T11:38:38.098508 |
effect-postgresql-new | drizzle_orm | https://orm.drizzle.team/docs/get-started/effect-postgresql-new | database | typescript | val; } return types .getTypeParser (typeId , format); } , } , }); const program = Effect .gen ( function* () { // Create the database with default services const db = yield* PgDrizzle .makeWithDefaults (); // Your queries here... }); // Run the program with the PgClient layer Effect .runPromise ( program .pipe ( Effect... | 6 | 799 | 2026-03-23T11:02:36.184000 |
?s=encoding | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=encoding | devops | python | ruby instrumentation aws-sdk aws sqs sns Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-aws_sdk 0.11.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry AWS-Lambda Instrumentation by 🔭 OpenTelemetry A... | 341 | 799 | 2026-03-23T11:37:00.885330 |
?s=watsonx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=watsonx | 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:25:05.667624 |
app | electron | https://www.electronjs.org/docs/latest/api/app | desktop | javascript | ely on browser storage like localStorage or cookies to save user data, it is recommended to set this directory to other locations to avoid polluting the userData directory. temp Temporary directory. exe The current executable file. module The location of the Chromium module. By default this is synonymous with exe . des... | 23 | 800 | 2026-03-23T10:50:00.328268 |
csharp | csharp | https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/ | language | csharp | the upcoming language release. The documentation identifies any feature first introduced in the last three versions of the language or in current public previews. Tip To find when a feature was first introduced in C#, consult the article on the C# language version history . C# supports the following special characters:... | 1 | 799 | 2026-03-23T10:50:07.207045 |
?s=oltp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oltp | devops | python | ry Ruby. zipkin exporter ruby Quick Install To install this exporter run: gem install opentelemetry-exporter-zipkin 0.24.1 Version Ruby Language Exporter Component Apache 2.0 License Package Details (gems) Repository Azure Application Insights Exporter by Jan Kuehle OpenTelemetry exporter for Azure Application Insights... | 190 | 800 | 2026-03-23T11:25:57.743950 |
redis | redis | https://redis.io/docs/latest/develop/data-types/hashes/ | database | bash | pattern: Combine HINCRBY and HMGET to track multiple counters when you need atomic updates across multiple fields","difficulty":"intermediate","id":"incrby_get_mget","languages":[{"id":"redis-cli","panelId":"panel_redis-cli_hash_tutorial-stepincrby_get_mget"},{"clientId":"redis-py","clientName":"redis-py","id":"Python"... | 7 | 800 | 2026-03-23T10:55:25.835472 |
fastapi.tiangolo.com | fastapi | https://fastapi.tiangolo.com | framework | python | Uvicorn . By default, fastapi dev will start with auto-reload enabled for local development. You can read more about it in the FastAPI CLI docs . Check it ¶ Open your browser at http://127.0.0.1:8000/items/5?q=somequery . You will see the JSON response as: { "item_id" : 5 , "q" : "somequery" } You already created an AP... | 7 | 800 | 2026-03-23T10:50:06.568439 |
LinearOperatorInversion | tensorflow | https://www.tensorflow.org/api_docs/python/tf/linalg/LinearOperatorInversion | ml | python | sert_positive_definite ( name = 'assert_positive_definite' ) Returns an Op that asserts this operator is positive definite. Here, positive definite means that the quadratic form x^H A x has positive real part for all nonzero x . Note that we do not require the operator to be self-adjoint to be positive definite. Args n... | 7 | 799 | 2026-03-23T11:17:47.612644 |
sandbox?launch=consul-service-discovery-sandbox | terraform | https://developer.hashicorp.com/consul/sandbox?launch=consul-service-discovery-sandbox | devops | hcl | Consul | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Consul Home Consul Interactive Sandboxes Experiment with HashiCorp products in a safe, pre-configured environment. HashiCorp Sandboxes provide interactive environments where you can experiment with H... | 0 | 800 | 2026-03-23T11:15:25.932919 |
?s=logs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logs | 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:38:48.486281 |
?s=ollama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ollama | devops | python | ) Repository zPages Collector Extension by 🔭 OpenTelemetry Authors 🔭 The zPages Extension for the OpenTelemetry Collector serves zPages, an HTTP endpoint that provides live data for debugging different components that were properly instrumented for such. go extension collector Collector Language Extension Component A... | 74 | 800 | 2026-03-23T11:18:41.269822 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | devops | yaml | single node failure takes your workload offline. In addition to this basic usage, there are some advanced usage examples that enable your workloads to benefit on high availability and cluster utilization. As you scale up and run more Pods, a different concern becomes important. Imagine that you have three nodes running... | 1 | 800 | 2026-03-23T11:09:31.448999 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | les. Patch by Andrey Efremov. gh-125729 : Makes the presence of the turtle module dependent on the Tcl/Tk installer option. Previously, the module was always installed but would be unusable without Tcl/Tk. Tools/Demos ¶ gh-126700 : Add support for multi-argument gettext functions in pygettext.py . Tests ¶ gh-127906 : T... | 238 | 800 | 2026-03-23T10:57:25.352930 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/overview/working-with-objects/names/ | devops | yaml | C 9834-8 and as ITU-T X.667. What's next Read about labels and annotations in Kubernetes. See the Identifiers and Names in Kubernetes design document. Feedback Was this page helpful? Yes No Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on Stack Overflow . Open ... | 5 | 518 | 2026-03-23T10:54:14.587205 |
?s=julia | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=julia | devops | python | for go-chi/chi by Riandy R.N Instrumentation for the Golang go-chi/chi package. go instrumentation go-chi chi Go Language Instrumentation Component Apache 2.0 License Repository Go runtime metrics instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for collecting metrics from Go runtime package go instrume... | 230 | 799 | 2026-03-23T11:23:03.563475 |
?s=remix | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=remix | devops | python | rocessors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Metrics Generation Processor by 🔭 OpenTelemetry Authors 🔭 The metrics genera... | 87 | 800 | 2026-03-23T11:33:59.676557 |
?s=krakend | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=krakend | devops | python | 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/opampextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Packa... | 70 | 799 | 2026-03-23T11:30:28.987202 |
?s=azure-monitor | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-monitor | devops | python | ents .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 Q... | 209 | 800 | 2026-03-23T11:19:37.161315 |
?s=krakend | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=krakend | devops | python | sion Autoinjection”, but with a few more features and a slightly different approach to content-script injection. js browser web-ext browserextension browser-extension chrome-extension firefox-extension safari-extension edge-extension autoinstrumentation JavaScript Language Utilities Component GPL-3.0 License Documentat... | 378 | 799 | 2026-03-23T11:30:28.987449 |
go | go | https://go.dev/cmd/go/ | language | go | 40 compliance measures and select alternate versions of the cryptography source code. See https://go.dev/doc/security/fips140 for details. GO_EXTLINK_ENABLED Whether the linker should use external linking mode when using -linkmode=auto with code that uses cgo. Set to 0 to disable external linking mode, 1 to enable it. ... | 128 | 787 | 2026-03-23T10:50:42.953528 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | async with agent.run_stream('Create a record with name "test" and value 42') as result: async for output in result.stream_output(debounce_by=None): print(output) #> name='test' value=None #> name='test' value=42 ``` *(This example is complete, it can be run "as is" — you'll need to add `asyncio.run(main())` to run `mai... | 427 | 755 | 2026-03-23T10:51:26.910908 |
?s=framework | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=framework | devops | python | wing: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/netflowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NGINX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The NGINX Receiver for the O... | 135 | 800 | 2026-03-23T11:30:26.064984 |
quick-start | nestjs | https://docs.nestjs.com/graphql/quick-start | framework | typescript | ding GraphQL schema. This approach is useful if you prefer to work exclusively with TypeScript and avoid context switching between language syntaxes. In the schema first approach, the source of truth is GraphQL SDL (Schema Definition Language) files. SDL is a language-agnostic way to share schema files between differen... | 3 | 800 | 2026-03-23T10:51:43.509212 |
output | webpack | https://webpack.js.org/configuration/output | tooling | javascript | gnoreBrowserWarnings : true , } , } ; output.importFunctionName string = 'import' The name of the native import() function. Can be used for polyfilling, e.g. with dynamic-import-polyfill . webpack.config.js Copy export default { // ... output : { importFunctionName : "__import__" , } , } ; output.importMetaName string ... | 25 | 800 | 2026-03-23T11:15:12.953492 |
supabase-functions-new | supabase | https://supabase.com/docs/reference/cli/supabase-functions-new | database | typescript | --region <string> Optional Select a region to deploy the branch database. --size <string> Optional Select a desired instance size for the branch database. --with-data Optional Whether to clone production data to the branch database. --project-ref <string> Optional Project ref of the Supabase project. supabase branches ... | 58 | 799 | 2026-03-23T11:32:06.885772 |
?s=cassandra | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cassandra | 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:33:08.676425 |
task-manager | expo | https://docs.expo.dev/versions/latest/sdk/task-manager | mobile | javascript | appState (optional) 'active' | 'background' | 'inactive' Only for: iOS State of the application. eventId string Unique ID of task event. taskName string Name of the task. Types TaskManagerTaskExecutor(body) Android iOS tvOS Type of task executor – a function that handles the task. Parameter Type body TaskManagerTaskBod... | 9 | 352 | 2026-03-23T11:18:04.895222 |
code-scanning | github_actions | https://docs.github.com/en/rest/code-scanning/code-scanning | devops | yaml | r}", "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", "stargazers_url": "https://api.github.co... | 123 | 760 | 2026-03-23T11:29:16.801503 |
whisper-large-v3 | transformers | https://huggingface.co/models?other=base_model:adapter:openai/whisper-large-v3 | ai | python | Adapter Models for openai/whisper-large-v3 – Hugging Face Edit Models filters Main Tasks Libraries Languages Licenses Other 1 Model Tree Reset openai/whisper-large-v3 Adapters Finetunes Quantizations Merges Apps llama.cpp LM Studio Jan Draw Things DiffusionBee Jellybox JoyFusion LocalAI vLLM Ollama MLX LM Docker Model ... | 0 | 800 | 2026-03-23T11:31:20.513726 |
?s=odddotnet | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=odddotnet | devops | python | on Component Apache 2.0 License Repository OpentelemetryHTTPoison by 🔭 OpenTelemetry Authors 🔭 OpentelemetryHTTPoison is an Instrumentation Library for HTTPoison. httpoison instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryNebulex by 🔭 OpenTelemetry Authors �... | 217 | 800 | 2026-03-23T11:15:01.957700 |
ToolConfig | tanstack_router | https://tanstack.com/ai/latest/docs/reference/interfaces/ToolConfig | framework | typescript | k/ai-client @tanstack/ai-react @tanstack/ai-solid @tanstack/ai-preact Adapters OpenAI OpenRouter Anthropic Google Gemini Ollama Groq Grok (xAI) Fal Community Adapters Community Adapters Guide Cencori Cloudflare Decart Soniox Mynth Class References BaseAdapter BatchStrategy CompositeStrategy ImmediateStrategy PartialJSO... | 5 | 800 | 2026-03-23T11:15:25.830517 |
blue-green-canary-tests-deployments | terraform | https://developer.hashicorp.com/terraform/tutorials/aws/blue-green-canary-tests-deployments | devops | hcl | 3f9a776b1232e" # (4 unchanged attributes hidden) ~ default_action { - target_group_arn = "arn:aws:elasticloadbalancing:us-west-2:561656980159:targetgroup/blue-tg-bursting-slug-lb/c8ed1be403ce253c" -> null # (2 unchanged attributes hidden) + forward { + stickiness { + duration = 1 + enabled = false } + target_group { + ... | 17 | 793 | 2026-03-23T10:55:00.309450 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | res3 ); // >>> 1692629613374-0 const res4 = await client . xRange ( 'race:france' , '1691765278160-0' , '+' , { COUNT : 2 }); console . log ( res4 ); // >>> [{ id: '1692629576966-0', message: { rider: 'Castilla', speed: '30.2', position: '1', location_id: '1' } }, { id: '1692629594113-0', message: { rider: 'Norem', spe... | 151 | 800 | 2026-03-23T11:04:07.559730 |
languages | neon | https://neon.tech/docs/get-started/languages | database | sql | en this page in Claude Copy neon init command Set up Neon in one command Connect MCP on Cursor Connect the Neon MCP server on Cursor Connect MCP on VS Code Connect the Neon MCP server on VS Code Edit on GitHub Suggest changes to this page Neon Docs | 1 | 248 | 2026-03-23T10:50:19.584389 |
?s=dubbo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dubbo | devops | python | des a Twilio instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Undertow Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Undertow undertow instrumentation java Java Langua... | 270 | 800 | 2026-03-23T11:39:18.105098 |
inputs | angular | https://angular.dev/guide/components/inputs | framework | typescript | ume = 0 ; } In the example above, the CustomSlider can write values into its value model input, which then propagates those values back to the volume property in MediaControls . This binding keeps the values of value and volume in sync. Implicit change events When you declare a model input in a component or directive, ... | 11 | 800 | 2026-03-23T11:37:32.878229 |
tutorial-tic-tac-toe | react | https://react.dev/learn/tutorial-tic-tac-toe | framework | javascript | lick = { ( ) => handleClick ( 7 ) } /> < Square value = { squares [ 8 ] } onSquareClick = { ( ) => handleClick ( 8 ) } /> </ div > </ > ) ; } export default function Game ( ) { const [ xIsNext , setXIsNext ] = useState ( true ) ; const [ history , setHistory ] = useState ( [ Array ( 9 ) . fill ( null ) ] ) ; const [ cu... | 85 | 799 | 2026-03-23T10:51:37.423303 |
git-config | git | https://git-scm.com/docs/git-config | devops | bash | . diff.wordRegex A POSIX Extended Regular Expression used to determine what is a "word" when performing word-by-word difference calculations. Character sequences that match the regular expression are "words", all other characters are ignorable whitespace. diff. <driver> .command The custom diff driver command. See gita... | 150 | 796 | 2026-03-23T10:57:42.961112 |
managing-team-synchronization-for-your-organization | github_actions | https://docs.github.com/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization | devops | yaml | synchronization for Okta Okta team synchronization requires that SAML and SCIM with Okta have already been set up for your organization. To avoid potential team synchronization errors with Okta, we recommend that you confirm that SCIM linked identities are correctly set up for all organization members who are members o... | 8 | 799 | 2026-03-23T11:30:43.272451 |
HTMLInputElement | javascript | https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement | language | javascript | ring. valueAsDate A Date that represents the value of the element, interpreted as a date, or null if conversion is not possible. valueAsNumber A number that represents the value of the element, interpreted as one of the following, in order: A time value, a number, or NaN if conversion is impossible. Instance properties... | 4 | 800 | 2026-03-23T10:59:38.800485 |
settings | terraform | https://developer.hashicorp.com/terraform/cli/cloud/settings | devops | hcl | to access HCP Terraform. We recommend using the terraform login command to log into Terraform. You can also provide a user token in the Terraform configuration. Refer to the token attribute in the Terraform configuration reference for additional information. Define connection settings Add a cloud block to your Terrafor... | 2 | 798 | 2026-03-23T11:28:38.189365 |
configurable-logs | langchain | https://docs.langchain.com/langsmith/configurable-logs | ai | python | Include HTTP headers in server logs - Docs by LangChain Skip to main content Docs by LangChain home page LangSmith Search... ⌘ K Search... Navigation Server customization Include HTTP headers in server logs Get started Observability Evaluation Prompt engineering Agent deployment Platform setup Reference Overview Quicks... | 0 | 800 | 2026-03-23T10:55:06.724513 |
version-16 | nextjs | https://nextjs.org/docs/app/guides/upgrading/version-16 | framework | javascript | y for your use case. Most performance benefits can now be achieved through Next.js's built-in optimizations and modern web standards. next lint Command The next lint command has been removed. Use Biome or ESLint directly. next build no longer runs linting. A codemod is available to automate migration: pnpm npm yarn bun... | 33 | 800 | 2026-03-23T11:07:02.863549 |
?s=dapr | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dapr | devops | python | iver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sshcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository StatsD Collector Receiver by 🔭 OpenTelemet... | 157 | 800 | 2026-03-23T11:34:08.968782 |
decomposition.html | scikit_learn | https://scikit-learn.org/stable/modules/decomposition.html | ml | python | ew training samples are available. The degree of penalization (and thus sparsity) can be adjusted through the hyperparameter alpha . Small values lead to a gently regularized factorization, while larger values shrink many coefficients to zero. Note While in the spirit of an online algorithm, the class MiniBatchSparsePC... | 10 | 799 | 2026-03-23T10:51:12.430188 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/collector/resiliency/ | devops | python | lf experiences issues like crashes. Sending queue (in-memory buffering) The most basic form of resilience built into the Collector’s exporters is the sending queue. How it works: When an exporter is configured, it usually includes a sending queue that buffers data in memory before sending it to the downstream endpoint.... | 1 | 800 | 2026-03-23T11:03:42.142875 |
deno | deno | https://docs.deno.com/lint/rules/no-empty/ | runtime | javascript | no-empty Skip to main content NOTE: this rule is part of the recommended rule set. Enable full set in deno.json : { "lint": { "rules": { "tags": ["recommended"] } } } Enable full set using the Deno CLI: deno lint --rules-tags=recommended This rule can be explictly included to or excluded from the rules present in the c... | 0 | 758 | 2026-03-23T11:31:22.975653 |
compilationMode | react | https://react.dev/reference/react-compiler/compilationMode | framework | javascript | l for most codebases that follow React conventions: { compilationMode : 'infer' } With this mode, these functions will be compiled: // ✅ Compiled: Named like a component + returns JSX function Button ( props ) { return < button > { props . label } </ button > ; } // ✅ Compiled: Named like a hook + calls hooks function ... | 2 | 799 | 2026-03-23T11:05:37.458756 |
faq | go | https://go.dev/doc/faq | language | go | mplementation for the dynamic tests. This approach would make a generic method parameterized by an unexpected type much slower than the same method parameterized by a type observed at compile time. This would make performance much less predictable. Define that generic methods cannot be used to satisfy interfaces at all... | 83 | 800 | 2026-03-23T10:52:59.330414 |
postgresql | postgresql | https://www.postgresql.org/docs/release/13.12/ | database | sql | 's Soundex difference() function to handle empty input sanely (Alexander Lakhin, Tom Lane) § An input string containing no alphabetic characters resulted in unpredictable output. Tighten whitespace checks in contrib/hstore input (Evan Jones) § In some cases, characters would be falsely recognized as whitespace and henc... | 11 | 800 | 2026-03-23T11:38:56.410710 |
qdrant | qdrant | https://qdrant.tech/qdrant-vector-database/ | database | python | s for enhanced text retrieval and memory-efficient data representation for high-dimensional data sets. Learn More Qdrant Cloud is the fastest way to get started with Qdrant. Get Started Additional Resources Documentation Discover more about Qdrant by checking out our documentation for details on advanced features and f... | 3 | 800 | 2026-03-23T11:07:46.238964 |
3.7.html | python | https://docs.python.org/3/whatsnew/3.7.html | language | python | lace), and an explicit error::BytesWarning warnings filter added to convert them to exceptions. Due to a change in the way docstrings are handled by the compiler, the implicit return None in a function body consisting solely of a docstring is now marked as occurring on the same line as the docstring, not on the functio... | 102 | 800 | 2026-03-23T11:01:20.951750 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | NGE DEL ( @keyspace , @write , @slow ) Deletes one or more keys. ▶ Method Del ( ctx : context.Context , keys : ...string ) → *IntCmd RPUSH ( @write , @list , @fast ) Appends one or more elements to a list. Creates the key if it doesn't exist. ▶ Method RPush ( ctx : context.Context , key : string , values : ...interface... | 684 | 800 | 2026-03-23T11:05:26.645894 |
levels.html | rust | https://doc.rust-lang.org/rustc/lints/levels.html | language | rust | g_docs)] | ^^^^^^^^^^^^ warning: missing documentation for a function --> lib.rs:3:1 | 3 | pub fn foo() {} | ^^^^^^^^^^^^ warn , allow , deny , and forbid all work this way. There is no way to set a lint to force-warn using an attribute. You can also pass in multiple lints per attribute: #![warn(missing_docs, unused_va... | 8 | 781 | 2026-03-23T10:52:39.984647 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.