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 |
|---|---|---|---|---|---|---|---|---|
getUserMedia | javascript | https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia | language | javascript | th and height This example gives a preference for camera resolution, and assigns the resulting MediaStream object to a video element. js // Prefer camera resolution nearest to 1280x720. const constraints = { audio: true, video: { width: 1280, height: 720 }, }; navigator.mediaDevices .getUserMedia(constraints) .then((me... | 18 | 754 | 2026-03-23T11:10:10.078450 |
mui | mui | https://mui.com/material-ui/react-radio-button/ | library | javascript | ) } /> < Radio { ... controlProps ( 'b' ) } color = " secondary " /> < Radio { ... controlProps ( 'c' ) } color = " success " /> < Radio { ... controlProps ( 'd' ) } color = " default " /> < Radio { ... controlProps ( 'e' ) } sx = { { color : pink [ 800 ] , '&.Mui-checked' : { color : pink [ 600 ] , } , } } /> <Radio {... | 5 | 776 | 2026-03-23T11:39:03.299463 |
dynamic-credentials-no-code | terraform | https://developer.hashicorp.com/terraform/tutorials/cloud/dynamic-credentials-no-code | devops | hcl | f . trust-relationship-s3/aws.tf resource "aws_iam_policy" "tfc_policy" { description = "TFC run policy" policy = jsonencode({ Statement = [ { Action = [ "s3:*" , ] Effect = "Allow" Resource = "*" }, ] Version = "2012-10-17" }) } Instead of allowing actions on EC2 instances, this policy allows access to S3 buckets. Ope... | 31 | 800 | 2026-03-23T11:05:54.216434 |
?s=psr16 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=psr16 | devops | python | ackends, MySQL, PostgreSQL and SQLite. tortoiseorm instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository Transformers Instrumentation by Traceloop Instrumentation for Transformers SDK (HuggingFace) python instrumentation transformers huggingface Python Language Instrumentation C... | 335 | 800 | 2026-03-23T11:22:24.545755 |
?s=gitlab | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gitlab | devops | python | 🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository AWS S3 Exporter for OpenTelemetry Collector by 🔭 OpenTelemetry Authors 🔭 This exporter targets to support proto/JSON and proto/binary format aws s3 exporter collector Quick Install When bui... | 27 | 799 | 2026-03-23T11:14:54.085449 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/packages/npm_registry/ | devops | yaml | t on a parent path like //gitlab.com/api/v4/ is not applied to sub-paths like //gitlab.com/api/v4/groups/<group_id>/-/packages/npm/ . Always use the full group or project path. For more information, see Yarn Classic returns 401 Unauthorized with shortened authentication paths . For example: For an instance npm config s... | 4 | 799 | 2026-03-23T11:31:03.433273 |
express-quick-start | inngest | https://www.inngest.com/docs/getting-started/express-quick-start | devops | typescript | Express Quick Start - Inngest Documentation Search... Contact sales Sign Up TypeScript SDK v4 is now available! See what's new Quick starts Node.js Express Quick Start Copy Markdown Open In this tutorial you will add Inngest to a Node.js app to easily run background tasks and build complex workflows. Inngest makes it e... | 0 | 800 | 2026-03-23T11:00:01.634735 |
sentinel-policy | terraform | https://developer.hashicorp.com/terraform/tutorials/policy/sentinel-policy | devops | hcl | gical expressions. Open the restrict-aws-instances-type-and-tag.sentinel file, which contains the Sentinel policy. This Sentinel policy enforces the following infrastructure requirements: EC2 instances must have a Name tag. EC2 instances must be of type t2.micro , t2.small , or t2.medium . If your EC2 instances do not ... | 5 | 800 | 2026-03-23T11:28:56.240011 |
supabase-sso-remove | supabase | https://supabase.com/docs/reference/cli/supabase-sso-remove | database | typescript | ase sso update < provider-i d > [flags] Flags --add-domains <strings> Optional Add this comma separated list of email domains to the identity provider. --attribute-mapping-file <string> Optional File containing a JSON mapping between SAML attributes to custom JWT claims. --domains <strings> Optional Replace domains wit... | 73 | 800 | 2026-03-23T11:31:37.481490 |
?s=envoyals | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=envoyals | devops | python | ctor you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository RabbitMQ Receiver b... | 146 | 800 | 2026-03-23T11:38:53.784031 |
playbooks_variables.html | ansible | https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html | devops | yaml | or defining variables (where to define certain types of variables) usually avoid variable precedence concerns. You should define each variable in one place. Determine where to define a variable, and keep it simple. For examples, see Tips on where to set variables . Some behavioral parameters that you can set in variabl... | 18 | 800 | 2026-03-23T10:52:22.414770 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | rps": 454.041224287, "parallel": 8, "p99_time": 0.0270056907, "mean_time": 0.0172566989, "mean_precisions": 0.993957, "engine_params": { "search_params": { "hnsw_ef": 256 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-16-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 779.39487643, "total_up... | 481 | 553 | 2026-03-23T11:15:13.615195 |
releasing-ts-sdk-2-0 | inngest | https://www.inngest.com/blog/releasing-ts-sdk-2-0 | devops | typescript | new Inngest ( { name : "My App" , middleware : [ myMiddleware ] , } ) ; One of our aims with middleware is to make sure it's powerful enough to use for some of our own internal code in the SDK itself; we can't wait to see what you do with it! Check out the Advanced: Middleware documentation to get started with middlewa... | 4 | 799 | 2026-03-23T11:25:19.339138 |
?s=thousandeyes | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=thousandeyes | devops | python | Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datasetexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apac... | 33 | 799 | 2026-03-23T11:23:10.675286 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/runner/install/kubernetes-agent/ | devops | yaml | BERNETES_PULL_POLICY value : "" volumeMounts : - name : runner-secrets mountPath : /secrets readOnly : false - name : scripts mountPath : /config readOnly : true - name : init-runner-secrets mountPath : /init-secrets readOnly : true resources : {} serviceAccountName : gitlab-runner-gitlab-runner containers : - name : g... | 11 | 800 | 2026-03-23T11:07:53.136555 |
redis | redis | https://redis.io/docs/latest/commands/redis-8-6-commands/ | database | bash | : PFCOUNT key [key ...] Description: Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s). Complexity: O(1) with a very small average constant time when called with a single key. O(N) with N being the number of keys, and much bigger constant times, when called with multiple keys. Since:... | 68 | 800 | 2026-03-23T11:32:19.312103 |
language | dart | https://dart.dev/language | language | dart | ce. Therefore, you can implement any class. dart class MockSpaceship implements Spacecraft { // ··· } content_copy Read more about implicit interfaces , or about the explicit interface keyword . You can create an abstract class to be extended (or implemented) by a concrete class. Abstract classes can contain abstract m... | 16 | 698 | 2026-03-23T10:58:10.456619 |
?s=gcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gcp | devops | python | package provides an instrumentation library for OpenSearch opensearch instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Oracle UCP Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Oracle UCP oracle ucp instrumentation java Java ... | 261 | 799 | 2026-03-23T11:24:52.624366 |
fr | git | https://git-scm.com/docs/git-grep/fr | devops | bash | exte environnant depuis la ligne précédente contenant un nom de fonction jusqu’à celle qui précède le nom de fonction suivant, affichant effectivement la fonction entière dans laquelle la correspondance a été trouvée. Les noms de fonctions sont déterminés de la même manière que git diff traite les en-têtes de rustines ... | 13 | 800 | 2026-03-23T11:19:14.918612 |
sonner | shadcn_ui | https://ui.shadcn.com/docs/components/base/sonner | library | typescript | oast } from "sonner" Copy toast ( "Event has been created." ) Examples Types Default Success Info Warning Error Promise Copy "use client" import { Button } from "@/components/ui/button" View Code Description Show Toast Copy "use client" import { Button } from "@/components/ui/button" View Code Position Use the position... | 2 | 800 | 2026-03-23T11:03:21.043278 |
2085-governance-succession-and-amendment | mcp | https://modelcontextprotocol.io/seps/2085-governance-succession-and-amendment | ai | typescript | -1036: URL Mode Elicitation for secure out-of-… SEP-1046: Support OAuth client credentials flow i… SEP-1302: Formalize Working Groups and Interest G… SEP-1303: Input Validation Errors as Tool Executi… SEP-1319: Decouple Request Payload from RPC Metho… SEP-1330: Elicitation Enum Schema Improvements an… SEP-1577: Samplin... | 1 | 800 | 2026-03-23T10:54:43.948806 |
?s=fusioncache | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fusioncache | devops | python | Node.js. Node.js exporter Quick Install To install this exporter run: npm install @google-cloud/opentelemetry-cloud-trace-exporter 3.0.0 Version JavaScript Language Exporter Component Apache 2.0 License Package Details (npm) Repository Instana Node.js Exporter by Instana Authors The Instana Node.js OpenTelemetry Export... | 180 | 799 | 2026-03-23T11:32:05.661103 |
?s=kafkaflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkaflow | 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:19:43.868111 |
?s=js | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=js | devops | python | your pom.xml file to install this package. <dependency> <groupId> io.opentelemetry.instrumentation </groupId> <artifactId> opentelemetry-okhttp-3.0 </artifactId> <version> 2.16.0-alpha </version> </dependency> Gradle Add the following dependency in your build.gradle file to install this package: dependencies { implemen... | 260 | 799 | 2026-03-23T11:15:08.510016 |
mui | mui | https://mui.com/legal/mui-x-eula/ | library | javascript | ed fees (if any) pre-paid by Licensee for access to the Software. 12.3. Effect of termination Upon termination of this agreement, Licensee's license to access and use the Software will terminate. Licensee must immediately cease the use of the Software and destroy all copies of the Software in its possession (and requir... | 24 | 800 | 2026-03-23T11:02:45.089492 |
?s=masstransit | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=masstransit | 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:39:07.434743 |
architectural-overview | flutter | https://docs.flutter.dev/resources/architectural-overview | mobile | dart | bed once and then separately updated by user code at runtime, in response to events. One challenge of this approach is that, as the application grows in complexity, the developer needs to be aware of how state changes cascade throughout the entire UI. For example, consider the following UI: There are many places where ... | 12 | 674 | 2026-03-23T10:57:11.153115 |
?s=namedpipe | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=namedpipe | devops | python | agle HTTP Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Finagle HTTP Instrumentation to track requests through OpenTelemetry. finagle http instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Finatra Instrumentation by 🔭 OpenTelemetry Authors 🔭 This libra... | 245 | 800 | 2026-03-23T11:26:08.589267 |
?s=solarwinds | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=solarwinds | devops | python | nnes Neo4j instrumentation for golang. golang instrumentation neo4j neo4j-driver Go Language Instrumentation Component Apache 2.0 License Repository nhatthm/otelsql – OpenTelemetry SQL database driver wrapper for Go by nhatthm Add a OpenTelemetry wrapper to your existing database code to instrument the interactions wit... | 228 | 800 | 2026-03-23T11:37:38.890686 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | e[[float | int], str] """The logic to use for formatting values. * If not provided, format as ints if all values are ints, otherwise at least one decimal place and at least four significant figures. * You can also use a custom string format spec, e.g. '{:.3f}' * You can also use a custom function, e.g. lambda x: f'{x:.... | 5,020 | 756 | 2026-03-23T10:51:26.920871 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | r", "upload_time": 1006.6829016301, "total_upload_time": 6120.388491023, "p95_time": 0.0127452369, "rps": 425.3175256105, "parallel": 4, "p99_time": 0.0155452145, "mean_time": 0.0091602781, "mean_precisions": 0.995012, "engine_params": { "search_params": { "hnsw_ef": 128 } } }, { "engine_name": "qdrant", "setup_name": ... | 2,336 | 584 | 2026-03-23T11:15:13.618044 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | known field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fi... | 1,829 | 799 | 2026-03-23T10:56:49.344187 |
django | django | https://docs.djangoproject.com/it/5.0/ | framework | python | cazioni web e Django fornisce molteplici strumenti e meccanismi di protezione: Panoramica sulla sicurezza Problemi di sicurezza noti in Django Protezione per clickjacking protezione Cross Site Request Forgery Firma per la crittografia Middleware di sicurezza Internazionalizzazione e localizzazione ¶ Django offre un rob... | 7 | 800 | 2026-03-23T11:26:26.717534 |
import-html | bun | https://bun.sh/docs/guides/runtime/import-html | runtime | javascript | o string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to string Readable to JSON Readabl... | 5 | 800 | 2026-03-23T11:18:56.425001 |
gitfaq | git | https://git-scm.com/docs/gitfaq | devops | bash | these classes of software and devices. Merging and Rebasing What kinds of problems can occur when merging long-lived branches with squash merges? In general, there are a variety of problems that can occur when using squash merges to merge two branches multiple times. These can include seeing extra commits in git log ou... | 23 | 796 | 2026-03-23T10:52:43.958038 |
llms-medium.txt | svelte | https://svelte.dev/llms-medium.txt | framework | javascript | elte <script> import { invalidate } from '$app/navigation'; let { data } = $props(); const increase = async () => { await invalidate('increase:count'); } </script> <p>{data.count}<p> <button on:click={increase}>Increase Count</button> ``` </div> </div> <div class="ts-block-property"> ```dts untrack: <T>(fn: () => T) =>... | 260 | 789 | 2026-03-23T11:13:00.456311 |
connect?ref=blog-node-worker-threads | inngest | https://www.inngest.com/docs/setup/connect?ref=blog-node-worker-threads | devops | typescript | different maxWorkerConcurrency limits for different connections. Due to different instanceId value, Inngest will consider each connection as a separate worker and will not share the same maxWorkerConcurrency limit. TypeScript Go Python Copy Copied // Connection 1 with different concurrency limit await connect ({ apps :... | 20 | 800 | 2026-03-23T11:32:00.293636 |
firebase-storage | supabase | https://supabase.com/docs/guides/platform/migrating-to-supabase/firebase-storage | database | typescript | e default is downloads . <bucket> : Name of the bucket to upload to. If the bucket doesn't exist, it's created as a non-public bucket. You must set permissions on this new bucket in the Supabase Dashboard before users can download any files. Resources # Supabase vs Firebase Firestore Data Migration Firebase Auth Migrat... | 3 | 475 | 2026-03-23T10:54:07.745194 |
release-notes-1.9.1 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.9.1 | mobile | dart | 030 ( announcement ) [Material] Implement TooltipTheme and Tooltip.textStyle, fix Tooltip debugLabel, update Tooltip defaults 36106 ( announcement ) Updated ColorScheme.dark() colors to match the Material Dark theme specification 36217 ( announcement ) Split Mouse from Listener 36402 ( announcement ) Teach render objec... | 3 | 800 | 2026-03-23T11:07:03.256114 |
?s=services | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=services | devops | python | e 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 fol... | 142 | 800 | 2026-03-23T11:21:57.208081 |
2.25.0 | git | https://git-scm.com/docs/git-merge/2.25.0 | devops | bash | differing checkin/checkout attributes" in gitattributes[5] for details. no-renormalize Disables the renormalize option. This overrides the merge.renormalize configuration variable. no-renames Turn off rename detection. This overrides the merge.renames configuration variable. See also git-diff[1] --no-renames . find-ren... | 29 | 796 | 2026-03-23T11:12:01.122143 |
release-notes-1.17.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.17.0 | mobile | dart | ool) 54697 fix APK location for devicelab (cla: yes, team) 54703 fix run release test APK location (cla: yes, team) 54783 [flutter_tools] Fix roll dev script, add tests (cla: yes, team, tool, waiting for tree to go green) 54787 force upgraded package dependencies (cla: yes, team) 54798 ToDo Audit - Cupertino+ Library (... | 125 | 800 | 2026-03-23T11:13:57.628850 |
llms.txt | svelte | https://svelte.dev/docs/svelte/llms.txt | framework | javascript | `, such as `mouseenter` and `mouseleave`, which don't fire on `window`. It also lets you use [actions](use) on the `` element. As with ` ` and ` `, this element may only appear at the top level of your component and must never be inside a block or element. ```svelte ``` # ` ` ```svelte ... ``` This element makes it pos... | 102 | 800 | 2026-03-23T11:13:21.347450 |
?s=purefa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=purefa | devops | python | vers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nsxtreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NTP Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver periodically retrieves the clock offset ... | 137 | 800 | 2026-03-23T11:31:49.800400 |
roadmap | neon | https://neon.tech/docs/auth/roadmap | database | sql | Neon Auth roadmap - Neon Docs Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / Neon Auth / Roadmap Neon Auth roadmap What's supported today and what's coming next Beta The Neon Auth with Better Auth is in Beta. Share your feedba... | 0 | 800 | 2026-03-23T10:54:44.607076 |
mcp | shadcn_ui | https://ui.shadcn.com/docs/mcp | library | typescript | MCP Server - shadcn/ui Sections Introduction Components Installation Theming CLI RTL Skills MCP Server Registry Forms Changelog Components Accordion Alert Alert Dialog Aspect Ratio Avatar Badge Breadcrumb Button Button Group Calendar Card Carousel Chart Checkbox Collapsible Combobox Command Context Menu Data Table Date... | 0 | 799 | 2026-03-23T10:54:57.946413 |
?s=akka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=akka | devops | python | Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for cassandra-driver by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Cassandra driver. Node.js cassandra cassandra-driver database Quick Install To install this instrumentation library run: npm install @opentelemetry/... | 276 | 799 | 2026-03-23T11:18:15.453848 |
auth-twitter | supabase | https://supabase.com/docs/guides/auth/social-login/auth-twitter | database | typescript | ack URL, which looks like this: https://<project-ref>.supabase.co/auth/v1/callback Go to your Supabase Project Dashboard Click on the Authentication icon in the left sidebar Click on Sign In / Providers under the Configuration section Click on X / Twitter (OAuth 2.0) from the accordion list to expand and you'll find yo... | 1 | 800 | 2026-03-23T11:36:46.457756 |
uk | git | https://git-scm.com/docs/git-read-tree/uk | devops | bash | , які вже існували в оригінальному файлі індексу. --index-output=<file> Замість запису результатів у $GIT_INDEX_FILE , запишіть результуючий індекс у названий файл. Під час виконання команди оригінальний індексний файл блокується тим самим механізмом, що й зазвичай. Файл має дозволяти перейменування(2) з тимчасового фа... | 6 | 800 | 2026-03-23T11:31:44.054503 |
?s=action | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=action | devops | python | open-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 vSp... | 162 | 800 | 2026-03-23T11:12:37.665255 |
authenticating-to-the-rest-api | github_actions | https://docs.github.com/en/rest/overview/authenticating-to-the-rest-api | devops | yaml | ive a 4xx error. Further reading Keeping your API credentials secure Getting started with the REST API | 12 | 102 | 2026-03-23T11:25:06.720965 |
next-15-rc2 | nextjs | https://nextjs.org/blog/next-15-rc2 | framework | javascript | ip, @r34son, @yunsii, @md-rejoyan-islam, @kartheesan05, @nattui, @KonkenBonken, @weicheng95, @brekk, @Francoscopic, @B33fb0n3, @ImDR, @nurullah, @hdodov, @ebCrypto, @soedirgo, @floriangosse, @Tim-Zj, @raeyoung-kim, @erwannbst, @DerTimonius, @hirotomoyamada, @Develliot, @chandanpasunoori, @vicb, @ankur-dwivedi, @kidonng... | 26 | 680 | 2026-03-23T11:24:54.537340 |
border-color | tailwind | https://tailwindcss.com/docs/border-color | library | javascript | tom-property> ); border-l-[ <value> ] border-left-color: <value> ; divide-inherit & > :not(:last-child) { border-color: inherit; } divide-current & > :not(:last-child) { border-color: currentColor; } divide-transparent & > :not(:last-child) { border-color: transparent; } divide-black & > :not(:last-child) { border-colo... | 382 | 784 | 2026-03-23T11:21:15.590251 |
?s=akka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=akka | devops | python | receiver fetches stats from an SNMP-enabled host using the Go SNMP client . Metrics are collected based on configuration settings. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opent... | 152 | 799 | 2026-03-23T11:18:15.453679 |
validation | angular | https://angular.dev/guide/forms/signals/validation | framework | typescript | ific constraints. Using validate() The validate() function creates custom validation rules. It receives a validator function that accesses the field context and returns: Return Value Meaning Error object Value is invalid null or undefined Value is valid import { Component , signal } from '@angular/core' ; import {form,... | 22 | 800 | 2026-03-23T11:33:32.852364 |
contents.html | python | https://docs.python.org/3/contents.html | language | python | Keyed-Hashing for Message Authentication secrets — Generate secure random numbers for managing secrets Random numbers Generating tokens How many bytes should tokens use? Other functions Recipes and best practices Generic Operating System Services os — Miscellaneous operating system interfaces File Names, Command Line A... | 88 | 799 | 2026-03-23T10:50:07.794748 |
contexts | github_actions | https://docs.github.com/en/actions/learn-github-actions/contexts | devops | yaml | matrix.node }} - name: Output node version run: node --version needs context The needs context contains outputs from all jobs that are defined as a direct dependency of the current job. Note that this doesn't include implicitly dependent jobs (for example, dependent jobs of a dependent job). For more information on def... | 48 | 800 | 2026-03-23T10:56:12.568405 |
datasets | langfuse | https://langfuse.com/docs/evaluation/features/datasets | ai | python | ample, we'll just return the expected output return item.expectedOutput; } }); In the UI, you can select a specific dataset version when running experiments: Navigate to Experiments → Run Experiment Select your dataset in the Dataset Selection step Choose a version from the Dataset Version dropdown The dropdown shows a... | 10 | 800 | 2026-03-23T10:52:16.802669 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/pipelines/ | devops | yaml | string Yes The branch or tag to run the pipeline on. For merge request pipelines use the merge requests endpoint . variables array No An array of hashes containing the variables available in the pipeline, matching the structure [{ 'key': 'UPLOAD_TO_S3', 'variable_type': 'file', 'value': 'true' }, {'key': 'TEST', 'value... | 13 | 799 | 2026-03-23T10:55:03.482818 |
setup-app-requirements-txt | langchain | https://docs.langchain.com/langsmith/setup-app-requirements-txt | ai | python | le Create a configuration file called langgraph.json . See the configuration file reference for detailed explanations of each key in the JSON object of the configuration file. Example langgraph.json file: Copy { " dependencies " : [ "./my_agent" ], " graphs " : { " agent " : "./my_agent/agent.py:graph" }, " env " : ".e... | 9 | 799 | 2026-03-23T11:10:43.890347 |
next-config-js | nextjs | https://nextjs.org/docs/pages/api-reference/config/next-config-js | framework | javascript | ure additional origins that can request the dev server. assetPrefix Learn how to use the assetPrefix config option to configure your CDN. basePath Use `basePath` to deploy a Next.js application under a sub-path of a domain. bundlePagesRouterDependencies Enable automatic dependency bundling for Pages Router compress Nex... | 5 | 800 | 2026-03-23T11:32:30.620639 |
plan | terraform | https://developer.hashicorp.com/terraform/cli/commands/plan | devops | hcl | incident) and you now need to reconcile Terraform's records with those changes. Activate refresh-only mode using the -refresh-only command line option. In situations where we need to discuss the default planning mode that Terraform uses when none of the alternative modes are selected, we refer to it as "Normal mode". B... | 6 | 800 | 2026-03-23T10:58:26.686444 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | _agent_messages += result.all_messages() ctx.state.question = result.output return Answer(result.output) @dataclass class Answer(BaseNode[QuestionState]): question: str async def run(self, ctx: GraphRunContext[QuestionState]) -> Evaluate: answer = input(f'{self.question}: ') return Evaluate(answer) class EvaluationOutp... | 6,556 | 727 | 2026-03-23T10:51:26.923959 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | | Default | | ----------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | `name` | \`str | None\` | Optional name for the case. If not pr... | 4,771 | 440 | 2026-03-23T10:51:26.920513 |
threading.html | python | https://docs.python.org/3/library/threading.html | language | python | s run() method is called. threading. settrace_all_threads ( func ) ¶ Set a trace function for all threads started from the threading module and all Python threads that are currently executing. The func will be passed to sys.settrace() for each thread, before its run() method is called. Added in version 3.12. threading.... | 9 | 800 | 2026-03-23T11:18:03.003401 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.3.15/ | database | sql | silly for numeric_recv() to reject more than 1000 digits in an input value. Avoid very-low-probability data corruption due to testing tuple visibility without holding buffer lock (Thomas Munro, Peter Geoghegan, Tom Lane) Fix file descriptor leakage when truncating a temporary relation of more than 1GB (Andres Freund) D... | 5 | 800 | 2026-03-23T11:26:13.646626 |
json.html | python | https://docs.python.org/3/library/json.html | language | python | tring value. RFC 7159 removed that restriction, and this module does not and has never implemented that restriction in either its serializer or its deserializer. Regardless, for maximum interoperability, you may wish to voluntarily adhere to the restriction yourself. Implementation Limitations ¶ Some JSON deserializer ... | 27 | 799 | 2026-03-23T11:29:43.901009 |
semantic-kernel | langfuse | https://langfuse.com/integrations/frameworks/semantic-kernel | ai | python | InputVariable, PromptTemplateConfig prompt = """ {{ $input }} Answer the question above. """ prompt_template_config = PromptTemplateConfig( template = prompt, name = "summarize" , template_format = "semantic-kernel" , input_variables = [ InputVariable( name = "input" , description = "The user input" , is_required = Tru... | 5 | 799 | 2026-03-23T11:24:41.403851 |
2.39.0 | git | https://git-scm.com/docs/git-rebase/2.39.0 | devops | bash | ch the tree structure of A, instead of reading the trees at the same level. This adjustment is also done to the common ancestor tree. With the strategies that use 3-way merge (including the default, ort ), if a change is made on both branches, but later reverted on one of the branches, that change will be present in th... | 46 | 796 | 2026-03-23T11:34:04.463567 |
gitcore-tutorial | git | https://git-scm.com/docs/gitcore-tutorial | devops | bash | led git pull , and you can simply do $ git pull <remote-repository> and optionally give a branch-name for the remote end as a second argument. Note You could do without using any branches at all, by keeping as many local repositories as you would like to have branches, and merging between them with git pull , just like... | 48 | 800 | 2026-03-23T11:37:21.958300 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | "parallel": 100, "p99_time": 0.4374762972, "mean_time": 0.349071118, "mean_precisions": 0.98332, "engine_params": { "search_params": { "hnsw_ef": 128 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "gist-960-euclidean", "upload_time": 354.865793528, "total_upload_time": 501.5191575... | 1,248 | 552 | 2026-03-23T11:15:13.616606 |
git-diff | git | https://git-scm.com/docs/git-diff | devops | bash | % sign, the number is to be read as a fraction, with a decimal point before it. I.e., -M5 becomes 0.5, and is thus the same as -M50% . Similarly, -M05 is the same as -M5% . To limit detection to exact renames, use -M100% . The default similarity index is 50%. -C [ <n> ] --find-copies [ = <n> ] Detect copies as well as ... | 30 | 790 | 2026-03-23T10:54:38.275169 |
?s=yii | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=yii | devops | python | postgresql Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-pg 0.35.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Que Instrumentation by 🔭 OpenTelemetry Authors 🔭 Que instrumentation for Ruby. ruby instrumenta... | 351 | 799 | 2026-03-23T11:15:59.450463 |
?s=azure-monitor | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-monitor | devops | python | his receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Skywalking Receiver by 🔭 O... | 151 | 800 | 2026-03-23T11:19:37.161238 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | ne_name": "qdrant", "setup_name": "qdrant-rps-m-16-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 1464.936949934, "total_upload_time": 1936.95878214, "p95_time": 0.0042120733764022585, "rps": 260.59572876168045, "parallel": 1, "p99_time": 0.004605777375400067, "mean_time": 0.0037712595774792136, "mean... | 528 | 702 | 2026-03-23T10:59:06.540764 |
?s=otlp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otlp | devops | python | hon Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry aiohttp server Integration by 🔭 OpenTelemetry Authors 🔭 This library allows tracing HTTP requests made by the aiohttp server library. aio http server instrumentation python Python Language Instrumentation Component Apache 2.0 License R... | 317 | 800 | 2026-03-23T11:36:50.250099 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | viate", "setup_name": "weaviate-m-32-ef-256", "dataset_name": "deep-image-96-angular", "upload_time": 14712.702795472, "total_upload_time": 14712.7028486431, "p95_time": 0.0485140684, "rps": 314.5537275669, "parallel": 8, "p99_time": 0.0643978666, "mean_time": 0.025214096, "mean_precisions": 0.993318, "engine_params": ... | 3,984 | 592 | 2026-03-23T11:15:13.620264 |
disabling-or-limiting-github-actions-for-your-organization | github_actions | https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization | devops | yaml | l require approval to run workflows. Click Save to apply the settings. For more information about approving workflow runs that this policy applies to, see Approving workflow runs from forks . Enabling workflows for private repository forks If you rely on using forks of your private repositories, you can configure polic... | 15 | 800 | 2026-03-23T11:15:49.599000 |
go | go | https://go.dev/dl/ | language | go | 2.windows-amd64.zip Archive Windows x86-64 177MB 91072cdc2cbf7b0e94c5706aea86e09d4a044aa6b60f4db4c0869ca29a8befa4 go1.11beta2.windows-amd64.msi Installer Windows x86-64 157MB 695af00dc74432e0e73a3b50399417bcb7ce05a4cf14db7d96b504623a8afaab go1.11beta1 go1.11beta1 This is an unstable version of Go. Use with caution. If ... | 1,141 | 800 | 2026-03-23T11:25:37.382090 |
?s=util | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=util | devops | python | rs 🔭 This library provides a concurrent instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Couchbase Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Couchbase instrumentation to track requests throug... | 243 | 800 | 2026-03-23T11:27:34.360592 |
distributed.fsdp.fully_shard.html | pytorch | https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html | ml | python | hing implementation that prefetches the next FSDP module based on the reverse post-forward order. Passing a singleton list containing the previous FSDP module gives the same all-gather overlap behavior as the default overlap behavior. Passing a list with at least length two is required for more aggressive overlap and w... | 18 | 800 | 2026-03-23T10:58:08.376852 |
rm | turso | https://docs.turso.tech/cli/org/members/rm | database | sql | org members rm - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation members org members rm Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Turso Cloud Introduction Quickstart Local Development libSQL Migrate to Turso Durability Guarantees Private Endpoints BYOK ... | 0 | 800 | 2026-03-23T11:13:41.825668 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error return... | 5,383 | 799 | 2026-03-23T10:56:49.349959 |
distributions.html | pytorch | https://pytorch.org/docs/stable/distributions.html | ml | python | niform Geometric and Geometric Gumbel and Beta Gumbel and ContinuousBernoulli Gumbel and Exponential Gumbel and Gamma Gumbel and Gumbel Gumbel and Normal Gumbel and Pareto Gumbel and Uniform HalfNormal and HalfNormal Independent and Independent Laplace and Beta Laplace and ContinuousBernoulli Laplace and Exponential La... | 80 | 800 | 2026-03-23T11:06:46.818878 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | a: yes, tool, waiting for tree to go green) 54717 [flutter_tools] don't elapse real time during fallback test (cla: yes, tool) 54741 [flutter_driver] Fix browser check (a: tests, cla: yes, framework, waiting for tree to go green) 54756 Fix/set mocks defaults (cla: yes, tool, waiting for tree to go green) 54779 Revert "... | 322 | 800 | 2026-03-23T11:13:03.432528 |
sampling | mcp | https://modelcontextprotocol.io/specification/2025-11-25/client/sampling | ai | typescript | fication. Message Flow Data Types Messages Sampling messages can contain: Text Content Copy { "type" : "text" , "text" : "The message content" } Image Content Copy { "type" : "image" , "data" : "base64-encoded-image-data" , "mimeType" : "image/jpeg" } Audio Content Copy { "type" : "audio" , "data" : "base64-encoded-aud... | 14 | 785 | 2026-03-23T10:56:51.113326 |
pt_BR | git | https://git-scm.com/docs/git-fast-import/pt_BR | devops | bash | opções são desativadas por padrão, mas podem ser permitidas usando essa opção na linha de comando. Atualmente, isso afeta apenas os comandos export-marks , import-marks e import-marks-if-exists . Ative esta opção apenas caso confie no programa que gera o fluxo de importação rápida! Esta opção é ativada automaticamente ... | 6 | 800 | 2026-03-23T11:29:56.699112 |
filter-drop-shadow | tailwind | https://tailwindcss.com/docs/filter-drop-shadow | library | javascript | --color-cyan-800); /* oklch(45% 0.085 224.283) */ drop-shadow-cyan-900 --tw-drop-shadow-color: var(--color-cyan-900); /* oklch(39.8% 0.07 227.392) */ drop-shadow-cyan-950 --tw-drop-shadow-color: var(--color-cyan-950); /* oklch(30.2% 0.056 229.695) */ drop-shadow-sky-50 --tw-drop-shadow-color: var(--color-sky-50); /* ok... | 14 | 800 | 2026-03-23T11:04:15.856437 |
?s=odd | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=odd | 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:10:25.101193 |
easing | svelte | https://svelte.dev/playground/easing | framework | javascript | Transitions The transition directive Adding parameters In and out Custom CSS transitions Custom JS transitions Transition events Deferred transitions Animations The animate directive Easing Ease Visualiser SVG Clock Bar chart Area chart Scatterplot SVG transitions Actions The use directive Adding parameters A more comp... | 1 | 800 | 2026-03-23T11:11:41.130212 |
url-parameters | expo | https://docs.expo.dev/router/reference/url-parameters | mobile | javascript | : Terminal Copy Local: evanbacon Global: evanbacon Pressing "Visit charlie" pushes a new instance of /[user] with user=charlie , and logs the following: Terminal # This log came from the new screen Local: charlie Global: charlie # This log came from the first screen Local: evanbacon Global: charlie Pressing "Visit jame... | 4 | 800 | 2026-03-23T11:23:31.886482 |
supabase-branches-list | supabase | https://supabase.com/docs/reference/cli/supabase-branches-list | database | typescript | │ │ No stats │ 0 │ no supabase_migrations │ schema_migrations │ │ │ No stats │ 0 │ no Usage 1 supabase inspect db vacuum-stats Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the lo... | 54 | 680 | 2026-03-23T11:32:09.882386 |
android | convex | https://docs.convex.dev/client/android | database | typescript | ndroid, it's not always the right choice. See the action docs for tips on calling actions from clients . Authentication You can use ConvexClientWithAuth in place of ConvexClient to use an authentication provider. You'll need to choose an existing AuthProvider implementation or possibly create your own. See the AuthProv... | 7 | 794 | 2026-03-23T10:53:02.267184 |
?s=traces | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=traces | devops | python | lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu... | 39 | 800 | 2026-03-23T11:34:02.633677 |
2.42.1 | git | https://git-scm.com/docs/git-push/2.42.1 | devops | bash | Now the victim believes that the attacker has X, and it sends the content of X back to the attacker later. (This attack is most straightforward for a client to perform on a server, by creating a ref to X in the namespace the client has access to and then fetching it. The most likely way for a server to perform it on a ... | 44 | 800 | 2026-03-23T11:02:36.351290 |
configuration | turborepo | https://turbo.build/docs/reference/configuration | tooling | javascript | .timeoutMs experimentalObservability.otel.intervalMs experimentalObservability.otel.resource experimentalObservability.otel.metrics metrics.runSummary metrics.taskDetails metrics.runAttributes runAttributes.id runAttributes.scmRevision metrics.taskAttributes taskAttributes.id taskAttributes.hashes experimentalObservabi... | 42 | 487 | 2026-03-23T10:59:06.480949 |
?s=browser | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=browser | 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:09:59.660782 |
postgresql-new | drizzle_orm | https://orm.drizzle.team/docs/get-started/postgresql-new | database | typescript | } from 'drizzle-orm/node-postgres' ; const db = drizzle ( process . env . DATABASE_URL ! ); import 'dotenv/config' ; import { drizzle } from 'drizzle-orm/node-postgres' ; // You can specify any property from the node-postgres connection options const db = drizzle ({ connection : { connectionString : process . env . DAT... | 5 | 800 | 2026-03-23T11:01:49.481724 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | 10, 20, 30, 40, 50, 60, 70] List < TSElement > res35 = jedis . tsRange ( "sensor3" , TSRangeParams . rangeParams () . fromTimestamp ( 10L ) . toTimestamp ( 70L ) . aggregation ( AggregationType . MIN , 25 ) ); System . out . println ( res35 ); // >>> [(0:1000.0), (25:3000.0), (50:5000.0)] List < TSElement > res36 = jed... | 1,479 | 799 | 2026-03-23T10:54:53.792595 |
?s=logdedup | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logdedup | devops | python | nt Apache 2.0 License Repository pymongo Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for the pymongo library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository PyMySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides tracing for PyMySQL... | 331 | 800 | 2026-03-23T11:38:22.744566 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.