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 |
|---|---|---|---|---|---|---|---|---|
?s=stackdriver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=stackdriver | devops | python | instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Hikaricp Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Hikaricp hikaricp instrumentation java Java Language Instrument... | 249 | 799 | 2026-03-23T11:16:44.001358 |
?s=configuration-validation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=configuration-validation | devops | python | strumentation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language In... | 358 | 800 | 2026-03-23T11:11:39.549301 |
redis | redis | https://redis.io/docs/latest/develop/get-started/document-database/ | database | bash | icycle [] bicycles = { new Bicycle ( "Velorim" , "Jigger" , new BigDecimal ( 270 ), "new" , "Small and powerful, the Jigger is the best ride " + "for the smallest of tikes! This is the tiniest " + "kids’ pedal bike on the market available without" + " a coaster brake, the Jigger is the vehicle of " + "choice for the ra... | 222 | 799 | 2026-03-23T11:07:04.803876 |
?s=namedpipe | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=namedpipe | devops | python | rvers implementing the LogObject specification (OPC UA Part 26) and converts them to OpenTelemetry log format for industrial automation system observability. go receiver collector opc-ua logs industrial Collector Language Receiver Component Apache 2.0 License Repository Oracle DB receiver by 🔭 OpenTelemetry Authors 🔭... | 138 | 799 | 2026-03-23T11:26:08.589182 |
vtab.html | sqlite | https://www.sqlite.org/vtab.html | database | sql | update where N is the number of columns in the table. In the previous sentence, N includes any hidden columns. Every argv entry will have a non-NULL value in C but may contain the SQL value NULL. In other words, it is always true that argv[i]!=0 for i between 0 and argc-1 . However, it might be the case that sqlite3_va... | 69 | 791 | 2026-03-23T10:51:25.524311 |
preserving-and-resetting-state | react | https://react.dev/learn/preserving-and-resetting-state | framework | javascript | rue } /> ) : ( < Counter isFancy = { false } /> ) } < label > < input type = "checkbox" checked = { isFancy } onChange = { e => { setIsFancy ( e . target . checked ) } } /> Use fancy styling </ label > </ div > ) ; } function Counter ( { isFancy } ) { const [ score , setScore ] = useState ( 0 ) ; const [ hover , setHov... | 6 | 800 | 2026-03-23T10:59:24.309683 |
redis | redis | https://redis.io/docs/latest/develop/data-types/bitmaps/ | database | bash | GetDatabase (); bool res1 = db . StringSetBit ( "pings:2024-01-01-00:00" , 123 , true ); Console . WriteLine ( res1 ); // >>> 0 bool res2 = db . StringGetBit ( "pings:2024-01-01-00:00" , 123 ); Console . WriteLine ( res2 ); // >>> True bool res3 = db . StringGetBit ( "pings:2024-01-01-00:00" , 456 ); Console . WriteLin... | 430 | 798 | 2026-03-23T11:03:25.839395 |
?s=telemetry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=telemetry | devops | python | rumentation Elixir Language Instrumentation Component Apache 2.0 License Repository OpentelemetryBandit by 🔭 OpenTelemetry Authors 🔭 Telemetry handler that creates OpenTelemetry spans from Bandit events . bandit instrumentation erlang Quick Install The package can be installed by adding opentelemetry_bandit to your l... | 214 | 800 | 2026-03-23T11:39:05.306356 |
?s=axum | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=axum | devops | python | 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 🔭 OpenT... | 151 | 800 | 2026-03-23T11:32:24.869136 |
cli.html | sqlite | https://www.sqlite.org/cli.html | database | sql | able to those additional connections. This can be done by means of the extension load/usage options described at Automatically Load Statically Linked Extensions and Persistent Loadable Extensions . 17. Working With Multiple Database Connections Beginning with version 3.37.0 (2021-11-27), the CLI has the ability to hold... | 79 | 796 | 2026-03-23T11:00:40.532540 |
?s=traces | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=traces | devops | python | r Component Apache 2.0 License Documentation Repository Google Cloud Monitoring Exporter by Google Authors The OpenTelemetry Google Cloud Monitoring Exporter for Go. go exporter Go Language Exporter Component Apache 2.0 License Repository Google Cloud Trace Exporter by Google Authors The OpenTelemetry Google Cloud Trac... | 176 | 800 | 2026-03-23T11:34:02.633792 |
turbopack-for-development-stable | nextjs | https://nextjs.org/blog/turbopack-for-development-stable | framework | javascript | , which ensures sourcemaps are available in development at the expense of the bundled code being harder to inspect and debug. While webpack supports outputting full sourcemaps using the source-map option, it causes an outsized impact on compilation time and memory usage. For Turbopack, we set out to solve these by defa... | 15 | 800 | 2026-03-23T11:03:41.110050 |
3.7.html | python | https://docs.python.org/3/whatsnew/3.7.html | language | python | ils install_misc command has been removed. (Contributed by Eric N. Vander Weele in bpo-29218 .) Module Removals ¶ The fpectl module has been removed. It was never enabled by default, never worked correctly on x86-64, and it changed the Python ABI in ways that caused unexpected breakage of C extensions. (Contributed by ... | 86 | 799 | 2026-03-23T11:01:20.951729 |
?s=action_pack | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=action_pack | devops | python | entation Component Apache 2.0 License Repository SQLAlchemy Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the SQLAlchemy library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Sqlite3 Instrumentation by 🔭 OpenTelemetry Autho... | 333 | 800 | 2026-03-23T11:26:18.039565 |
processors | mastra | https://mastra.ai/docs/agents/processors | ai | typescript | turn { toolChoice : 'none' } } // No changes for other steps return { } } } The method receives the current stepNumber , model , tools , toolChoice , messages , and more. Return an object with any properties you want to override for that step, for example { model, toolChoice, tools, systemMessages } . See the Processor... | 6 | 800 | 2026-03-23T10:55:59.352100 |
?s=sigv4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sigv4 | 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/alibabacloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter... | 24 | 799 | 2026-03-23T11:29:48.769600 |
config | tauri | https://tauri.app/v1/api/config | desktop | rust | st for the file system APIs. Type: object Name Type Default Description scope FsAllowlistScope [] The access scope for the filesystem APIs. all boolean false Use this flag to enable all file system API features. readFile boolean false Read file from local filesystem. writeFile boolean false Write file to local filesyst... | 43 | 798 | 2026-03-23T11:06:35.538817 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | qdrant-rps-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 595.7114245319972, "total_upload_time": 2080.965743687004, "p95_time": 0.006169995944947003, "rps": 190.89606994130145, "parallel": 1, "p99_time": 0.006611850950866939, "mean_time": 0.005166572865098715, "mean_precisions": 0.991965, "engin... | 547 | 700 | 2026-03-23T10:59:06.540790 |
hashlib.html | python | https://docs.python.org/3/library/hashlib.html | language | python | 54f0809' >>> blake2s ( digest_size = 10 ) . hexdigest () '1bf21a98c78a1c376ae9' >>> blake2s ( digest_size = 11 ) . hexdigest () '567004bf96e4a25773ebf4' Keyed hashing ¶ Keyed hashing can be used for authentication as a faster and simpler replacement for Hash-based message authentication code (HMAC). BLAKE2 can be secur... | 22 | 800 | 2026-03-23T11:00:54.104912 |
kitchen-sink | tanstack_start | https://tanstack.com/router/latest/docs/framework/react/examples/kitchen-sink | framework | typescript | es..." className="min-w-0 flex-1 border p-1 px-2 rounded-sm" /> </div> {filteredUsers.map((user) => { return ( <div key={user.id}> <Link to="/dashboard/users/user" search={{ userId: user.id, }} className="block py-2 px-3 text-blue-700" activeProps={{ className: `font-bold` }} > <pre className="text-sm"> {user.name}{' '... | 26 | 422 | 2026-03-23T11:31:51.760182 |
worker-performance | temporal | https://docs.temporal.io/develop/worker-performance | devops | go | cs gauge hits maxWorkflowThreadCount , Workflow Executions will start to be evicted from the cache. An evicted Workflow Execution will need to be replayed when it gets any action that may advance it. If the Workflow Cache limits described above are hit, and Worker hosts have enough free RAM and are not close to reasona... | 36 | 800 | 2026-03-23T11:07:48.661366 |
APP_ID | angular | https://angular.dev/api/core/APP_ID | framework | typescript | APP_ID • Angular Skip to main content menu menu API Roadmap Get involved API Reference CLI Reference Error Encyclopedia Extended Diagnostics Versioning and releases Version compatibility Update guide Configurations Migrations arrow_back API Reference Overview @angular/animations @angular/animations/browser @angular/ani... | 0 | 800 | 2026-03-23T11:11:25.178527 |
base@go1.26.1 | go | https://go.dev/cmd/go/internal/base@go1.26.1 | language | go | ror (if any) from statting that path. func UncachedCwd ¶ added in go1.21.0 func UncachedCwd() string UncachedCwd returns the current working directory. Most callers should use Cwd, which caches the result for future use. UncachedCwd is appropriate to call early in program startup before flag parsing, because the -C fla... | 9 | 799 | 2026-03-23T11:14:20.448168 |
kubectl-commands | kubernetes | https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands | devops | yaml | all pods managed by the 'frontend' replication controller # (rc-created pods get the name of the rc as a prefix in the pod name) kubectl describe pods frontend Show details of a specific resource or group of resources. Print a detailed description of the selected resources, including related resources such as events or... | 217 | 799 | 2026-03-23T10:53:59.473281 |
fs | deno | https://docs.deno.com/api/node/fs | runtime | javascript | h . See the POSIX link(2) documentation for more detail. No arguments other than a possible exception are given to the completion callback. f linkSync Creates a new link from the existingPath to the newPath . See the POSIX link(2) documentation for more detail. Returns undefined . f lstat Retrieves the fs.Stats for the... | 9 | 800 | 2026-03-23T11:37:46.483861 |
?s=yii | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=yii | devops | python | try-collector-contrib/exporter/mezmoexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository No-op Exporter by 🔭 OpenTelemetry Authors 🔭 Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector... | 44 | 800 | 2026-03-23T11:15:59.450035 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/ | devops | yaml | art a Kubernetes API server: Run the following: etcd --listen-client-urls = http:// $IP1 :2379,http:// $IP2 :2379,http:// $IP3 :2379,http:// $IP4 :2379,http:// $IP5 :2379 --advertise-client-urls = http:// $IP1 :2379,http:// $IP2 :2379,http:// $IP3 :2379,http:// $IP4 :2379,http:// $IP5 :2379 Start the Kubernetes API ser... | 5 | 799 | 2026-03-23T10:56:07.185234 |
fastapi.tiangolo.com | fastapi | https://fastapi.tiangolo.com | framework | python | framework for building REST APIs, check out FastAPI [...] It's fast, easy to use and easy to learn [...] " " We've switched over to FastAPI for our APIs [...] I think you'll like it [...] " Ines Montani - Matthew Honnibal - [Explosion AI](https://explosion.ai) founders - [spaCy](https://spacy.io) creators (ref) - (ref)... | 3 | 799 | 2026-03-23T10:50:06.568434 |
pytorch | pytorch | https://pytorch.org/blog/accelerating-autotuning-in-helion/ | ml | python | rch Domains Blog & News Blog Announcements Case Studies Newsletter About PyTorch Foundation Members Governing Board Technical Advisory Council Cloud Credit Program Staff Contact Brand Guidelines JOIN | 14 | 199 | 2026-03-23T11:41:18.426558 |
llms-full.txt | angular | https://angular.dev/assets/context/llms-full.txt | framework | typescript | h()` and some supporting variables: ```ts describe('Banner (with beforeEach)', () => { let component: Banner; let fixture: ComponentFixture<Banner>; beforeEach(async () => { fixture = TestBed.createComponent(Banner); component = fixture.componentInstance; await fixture.whenStable(); // necessary to wait for the initial... | 708 | 768 | 2026-03-23T10:56:08.578612 |
generators | nx | https://nx.dev/docs/technologies/typescript/generators | tooling | typescript | undler=tsc Buildable, with Rollup as a bundler Section titled “Buildable, with Rollup as a bundler” Generate a buildable library using Rollup as the bundler. This will use the @nx/rollup:rollup executor. It will also use SWC as the compiler. Terminal window npx nx g @nx/js:lib libs/mylib --bundler=rollup If you do not ... | 3 | 799 | 2026-03-23T11:15:13.379635 |
gitrevisions | git | https://git-scm.com/docs/gitrevisions | devops | bash | operate on a set of commits, not just a single commit. For these commands, specifying a single revision, using the notation described in the previous section, means the set of commits reachable from the given commit. Specifying several revisions means the set of commits reachable from any of the given commits. A commit... | 16 | 799 | 2026-03-23T10:51:58.239499 |
?s=neo4j-driver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=neo4j-driver | devops | python | stall To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim ... | 314 | 800 | 2026-03-23T11:17:22.475608 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/ | devops | yaml | controller to enforce quota constraints. See the ResourceQuota API reference and the example of Resource Quota for more details. RuntimeClass Type : Mutating and Validating. If you define a RuntimeClass with Pod overhead configured, this admission controller checks incoming Pods. When enabled, this admission controller... | 37 | 799 | 2026-03-23T11:07:43.329051 |
cli | shadcn_ui | https://ui.shadcn.com/docs/cli | library | typescript | ables do not use css variables for theming. -h, --help display help for command The create command is an alias for init : pnpm npm yarn bun pnpm dlx shadcn@latest create Copy add Use the add command to add components and dependencies to your project. pnpm npm yarn bun pnpm dlx shadcn@latest add [component] Copy Options... | 3 | 800 | 2026-03-23T10:52:52.068014 |
?s=julia | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=julia | devops | python | ent Collector (HEC) Exporter by 🔭 OpenTelemetry Authors 🔭 The Splunk HTTP Event Collector (HEC) Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-teleme... | 52 | 800 | 2026-03-23T11:23:03.563322 |
?s=geoip | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=geoip | devops | python | by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Winston. Node.js winston logging Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-winston 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository XMLHt... | 303 | 800 | 2026-03-23T11:29:17.475713 |
prompts | mcp | https://modelcontextprotocol.io/specification/2025-11-25/server/prompts | ai | typescript | failure cases: Invalid prompt name: -32602 (Invalid params) Missing required arguments: -32602 (Invalid params) Internal errors: -32603 (Internal error) Implementation Considerations Servers SHOULD validate prompt arguments before processing Clients SHOULD handle pagination for large prompt lists Both parties SHOULD re... | 7 | 546 | 2026-03-23T10:57:00.572399 |
?s=fusioncache | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fusioncache | devops | python | ory OpenTelemetry Metrics for gRPC first party integration incubating by gRPC Authors gRPC provides support for an OpenTelemetry plugin that provides metrics java incubating grpc Java Language Instrumentation Component Apache-2.0 License Website Documentation Repository Guava Instrumentation by 🔭 OpenTelemetry Authors... | 248 | 800 | 2026-03-23T11:32:05.661157 |
?s=arrow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=arrow | devops | python | l To install this resource-detector run: npm install @opentelemetry/resource-detector-alibaba-cloud 0.33.3 Version JavaScript Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for AWS by 🔭 OpenTelemetry Authors 🔭 Resource detector for Amazon Web S... | 372 | 800 | 2026-03-23T11:33:43.172618 |
release-notes-2.8.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.8.0 | mobile | dart | go green, platform-fuchsia) 28820 [fuchsia] Rename FuchsiaExternalViewEmbedder to GfxExternalViewEmbedder (cla: yes, platform-fuchsia) 28821 [Fuchsia] Notify Shell when memory becomes low. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests) 28850 fuchsia: Change flatland present's release fence logi... | 792 | 800 | 2026-03-23T11:14:04.146633 |
?s=filestats | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=filestats | devops | python | e of your systems masstransit .net client .net Quick Install To install this instrumentation library run: dotnet add package MassTransit 3.2.1 Version .NET Language Instrumentation Component Apache-2.0 License Website Documentation Package Details (nuget) Repository MassTransit Instrumentation for OpenTelemetry .NET de... | 206 | 800 | 2026-03-23T11:38:11.462835 |
django | django | https://docs.djangoproject.com/en/1.8/genindex/ | framework | python | ango.forms) models.AbstractBaseUser (class in django.contrib.auth) models.AnonymousUser (class in django.contrib.auth) models.BaseInlineFormSet (class in django.forms) models.BaseModelFormSet (class in django.forms) models.BaseUserManager (class in django.contrib.auth) models.CustomUser (class in django.contrib.auth) m... | 83 | 800 | 2026-03-23T11:17:08.328308 |
?s=mssql | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mssql | devops | python | 0 License Package Details (go-collector) Repository ClickHouse Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending OpenTelemetry logs and spans to ClickHouse go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporte... | 31 | 800 | 2026-03-23T11:15:28.666199 |
exception-filters | nestjs | https://docs.nestjs.com/exception-filters | framework | typescript | for them. To do this, we'll need to access the underlying platform Request and Response objects. We'll access the Request object so we can pull out the original url and include that in the logging information. We'll use the Response object to take direct control of the response that is sent, using the response.json() m... | 9 | 800 | 2026-03-23T10:51:49.297050 |
llms-v3-migration.txt | chakra_ui | https://chakra-ui.com/llms-v3-migration.txt | library | javascript | title and description. **Component Renaming:** - `Alert` → `Alert.Root` - `AlertIcon` → `Alert.Indicator` - `AlertTitle` → `Alert.Title` - `AlertDescription` → `Alert.Description` **Prop Changes:** - Removed `addRole` prop (role is handled automatically in v3) Before: ```tsx import { Alert, AlertDescription, AlertIcon,... | 42 | 791 | 2026-03-23T10:52:01.371841 |
?s=pooling | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pooling | devops | python | age Exporter Component Apache 2.0 License Package Details (go-collector) Repository Sematext Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending metrics to Sematext Cloud in Influx line protocol format and logs using the Bulk Index API format. sematext exporter collector Quick Install When building a... | 50 | 800 | 2026-03-23T11:39:19.826330 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | hing. limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of item... | 5,686 | 798 | 2026-03-23T10:56:49.350384 |
border-color | tailwind | https://tailwindcss.com/docs/border-color | library | javascript | /* oklch(89.4% 0.057 293.283) */ border-x-violet-300 border-inline-color: var(--color-violet-300); /* oklch(81.1% 0.111 293.571) */ border-x-violet-400 border-inline-color: var(--color-violet-400); /* oklch(70.2% 0.183 293.541) */ border-x-violet-500 border-inline-color: var(--color-violet-500); /* oklch(60.6% 0.25 292... | 48 | 799 | 2026-03-23T11:21:15.589813 |
git-difftool | git | https://git-scm.com/docs/git-difftool | devops | bash | onflicts git-config[1] Get and set repository or global options GIT Part of the git[1] suite difftool | 10 | 101 | 2026-03-23T10:55:18.558960 |
?s=development | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=development | devops | python | ities sentry error monitoring .NET Language Utilities Component MIT License Repository tails by Jacob Aronoff Tails is a small webserver written in Elixir that listens on a socket and streams live messages from a collector. otel webserver tailing Elixir Language Utilities Component Apache 2.0 License Repository docker-... | 381 | 800 | 2026-03-23T11:23:40.558343 |
exhaust-swap | supabase | https://supabase.com/docs/guides/troubleshooting/exhaust-swap | database | typescript | nd Swap usage are high, you have three options: Optimize performance: Get more out of your instance's resources by optimizing your usage. See the performance tuning guide and our production readiness guide . Upgrade your compute: You can get a Compute Add-on for your project. Follow this link and select your project to... | 4 | 488 | 2026-03-23T11:03:26.042350 |
?s=kafkaflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkaflow | devops | python | rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git... | 64 | 799 | 2026-03-23T11:19:43.867744 |
debounce?ref=blog-manage-capacity-ai | inngest | https://www.inngest.com/docs/guides/debounce?ref=blog-manage-capacity-ai | devops | typescript | is triggered, the debounce period begins. If another event is received that matches the function's trigger, the debounce period is reset. This continues until no events are received for the debounce period . Once the period has passed without any new events, the function is executed using the last event received. If a ... | 2 | 798 | 2026-03-23T11:27:27.066178 |
2.47.0 | git | https://git-scm.com/docs/git-config/2.47.0 | devops | bash | g the -F option to git-repack[1] . pack.allowPackReuse When true or "single", and when reachability bitmaps are enabled, pack-objects will try to send parts of the bitmapped packfile verbatim. When "multi", and when a multi-pack reachability bitmap is available, pack-objects will try to send parts of all packs in the M... | 259 | 800 | 2026-03-23T11:24:43.756196 |
?group=cms | redis | https://redis.io/docs/latest/commands/?group=cms | database | bash | n -ASK redirect. Learn more → Read more AUTH Authenticates the connection. Learn more → Read more BF.ADD Adds an item to a Bloom Filter Learn more → Read more BF.CARD Returns the cardinality of a Bloom filter Learn more → Read more BF.EXISTS Checks whether an item exists in a Bloom Filter Learn more → Read more BF.INFO... | 3 | 800 | 2026-03-23T11:04:49.172195 |
publish-docker-images | github_actions | https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images | devops | yaml | tHub Packages ) to create a single workflow that pushes to both registries. # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation. # GitHub recommends pinning actions to a commit SH... | 17 | 800 | 2026-03-23T11:01:30.224631 |
capi3ref.html | sqlite | https://www.sqlite.org/capi3ref.html | database | sql | s in the array. The first M pointers point to zero-terminated strings that contain the names of the columns. The remaining entries all point to query results. NULL values result in NULL pointers. All other values are in their UTF-8 zero-terminated string representation as returned by sqlite3_column_text() . A result ta... | 479 | 767 | 2026-03-23T11:15:05.573886 |
opc-sft-stage2 | transformers | https://huggingface.co/datasets/OpenCoder-LLM/opc-sft-stage2 | ai | python | for i in range(1, len(arr)): if (arr[i] - min_element) > max_diff: max_diff = arr[i] - min_element if arr[i] < min_element: min_element = arr[i] return max_diff max_difference [ "assert max_difference([1, 2, 3, 4, 5]) == 4", "assert max_difference([7, 9, 5, 6, 3, 2]) == 2", "assert max_difference([2, 3, 10, 6, 4, 8, 1]... | 34 | 696 | 2026-03-23T11:30:05.698634 |
interfaces.html | typescript | https://www.typescriptlang.org/docs/handbook/interfaces.html | language | javascript | : string ; width ?: number ; [ propName : string ]: any ; } Try We’ll discuss index signatures in a bit, but here we’re saying a SquareConfig can have any number of properties, and as long as they aren’t color or width , their types don’t matter. One final way to get around these checks, which might be a bit surprising... | 11 | 800 | 2026-03-23T10:58:04.553999 |
HelpSteer3 | transformers | https://huggingface.co/datasets/nvidia/HelpSteer3 | ai | python | ABLE_NAME, NEW.id, OLD.jsonb_field, NEW.jsonb_field); ELSIF TG_OP = 'DELETE' THEN INSERT INTO change_log (operation, table_name, row_id, old_value) VALUES ('D', TG_TABLE_NAME, OLD.id, OLD.jsonb_field); END IF; RETURN NEW; END; $$ LANGUAGE plpgsql; ``` 3. Create the trigger: ```sql CREATE TRIGGER log_changes_trigger AFT... | 68 | 720 | 2026-03-23T11:29:28.969601 |
plan?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS | terraform | https://developer.hashicorp.com/terraform/tutorials/cli/plan?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS | devops | hcl | ions are indicated with the following symbols: - destroy Terraform will perform the following actions: # random_pet.instance will be destroyed - resource "random_pet" "instance" { ## ... Plan: 0 to add, 0 to change, 4 to destroy. ─────────────────────────────────────────────────────────────────────────────── Saved the ... | 38 | 800 | 2026-03-23T11:31:08.077414 |
reverse-privatelink | planetscale | https://planetscale.com/docs/vitess/managed/aws/reverse-privatelink | database | sql | driver MySQL On this page How PlanetScale Managed and AWS PrivateLink work Starting state Create and configure the NLB Create an IP target group Register a target Create a listener Create and configure the PrivateLink VPC Endpoint Service Allow inbound traffic from VPC’s subnet Configure service permissions Wrapping Up... | 1 | 799 | 2026-03-23T11:18:24.061533 |
PipeTransform | angular | https://angular.dev/api/core/PipeTransform | framework | typescript | ms ResourceOptions ResourceRef ResourceSnapshot ResourceStatus ResourceStreamingLoader ResourceStreamItem RESPONSE_INIT ResponseInit runInInjectionContext Sanitizer SchemaMetadata SecurityContext Self setTestabilityGetter signal Signal SimpleChange SimpleChanges SkipSelf StateKey StaticClassProvider StaticClassSansProv... | 6 | 800 | 2026-03-23T11:12:31.509257 |
?s=visualization | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=visualization | devops | python | erver native by MySQL MySQL Enterprise Edition generates OTel trace data on Linux platforms. mysql enterprise database c++ C++ Language Application integration Component Commercial License Website Documentation Google Gemini CLI native by Google Gemini Gemini CLI brings the capabilities of Gemini models to your termina... | 3 | 800 | 2026-03-23T11:39:49.908047 |
gw-discov | numpy | https://numpy.org/case-studies/gw-discov | ml | python | various tasks performed during the GW detection project at LIGO. NumPy helped in solving complex maths and data manipulation at high speed. Here are some examples: Signal Processing : Glitch detection, Noise identification and Data Characterization (NumPy, scikit-learn, scipy, matplotlib, pandas, pyCharm) Data retrieva... | 6 | 799 | 2026-03-23T10:52:51.280099 |
opentelemetry | opentelemetry | https://opentelemetry.io/blog/2023/end-user-q-and-a-03/ | devops | python | used mostly as a standard for collecting metrics; however, in some cases, engineers found that Prometheus did not suit their needs. With the introduction of OpenTelemetry, Farfetch was able to standardize the collection of both metrics and traces , and enabled them to collect telemetry signals from services where signa... | 4 | 800 | 2026-03-23T11:09:28.207646 |
?s=chromium | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=chromium | devops | python | h) objects from the Kubernetes API server. k8sobjects receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sobjectsreceiver v0.148.0 v0.148.0 Version... | 127 | 800 | 2026-03-23T11:39:23.237562 |
go | go | https://go.dev/dl/ | language | go | 9b5aea5cb35 go1.25.6.windows-386.msi Installer Windows x86 52MB 672c7e5f64b0457afc44cf2d6f7633d0c81aebc46955334a29810bbd40c3fc28 go1.25.6.windows-amd64.zip Archive Windows x86-64 64MB 19b4733b727ba5c611b5656187f3ac367d278d64c3d4199a845e39c0fdac5335 go1.25.6.windows-amd64.msi Installer Windows x86-64 54MB 8368bc6e1eeef0... | 35 | 800 | 2026-03-23T11:25:37.381233 |
server-and-client-components | nextjs | https://nextjs.org/learn/react-foundations/server-and-client-components | framework | javascript | e learned how to use Server and Client Components. Next Up 11: Next Steps What's next? Start Chapter 11 Was this helpful? Sign in Sign in to save progress Start Chapter 11 | 7 | 171 | 2026-03-23T11:26:57.800050 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | t but not those after. Thus, variables must be sorted by the order of first appearance and acyclic. MutatingAdmissionPolicyList v1alpha1 admissionregistration Field Description apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the... | 5,192 | 800 | 2026-03-23T10:56:49.349695 |
supabase-sso-info | supabase | https://supabase.com/docs/reference/cli/supabase-sso-info | database | typescript | nt supabase db pull supabase db push supabase db reset supabase db start supabase db pull Pulls schema changes from a remote database. A new migration file will be created under supabase/migrations directory. Requires your local project to be linked to a remote database by running supabase link . For self-hosted databa... | 14 | 799 | 2026-03-23T11:28:26.134178 |
?s=local | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=local | devops | python | upports OpenTelemetry. go docker moby buildkit Go Language Application integration Component Apache-2.0 License Website Documentation Repository containerd native graduated by containerd Authors containerd supports OpenTelemetry tracing since v1.6.0. Tracing currently targets only gRPC calls. go containerd graduated Go... | 4 | 800 | 2026-03-23T11:13:53.860096 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | bels : map [ string ] string { "location" : "us" , "unit" : "in" }, }). Result () if err != nil { panic ( err ) } fmt . Println ( res21 ) // >>> OK res22 , err := rdb . TSCreateWithArgs ( ctx , "rg:4" , & redis . TSOptions { Labels : map [ string ] string { "location" : "uk" , "unit" : "mm" }, }). Result () if err != n... | 886 | 800 | 2026-03-23T10:54:53.791294 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | <��.�� �+���8���q�ƾ���!p �$�<���*��6�\H�h�N���ְͦ�(8μ�+�k�N���01��#=��g��6 ����{ fj�w]7�>�즁X���-��m���!�T�D<Χ?E�Nʴ�P�|5�T������|s�]} ���C�v�pn�%�@��m�ǫ��Z�Z@<��xx���n0ɵ��#�Q���:��O1��Y��el��*��!�R���( �X�f�7V , X�u ��Fe��ġ?�ɝG����5 �9� G#T��4ān �1��S74� M��`{��6a��\�m�W&�丱n��&JP&�T٦�9��L��{��G��A���� ǘ"1$����S��P]��}q�... | 776 | 793 | 2026-03-23T11:06:06.480846 |
?s=sqlclient | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sqlclient | devops | python | 🔭 HttpClient instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-http_client 0.28.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry HTTPX Instrumentation by... | 348 | 800 | 2026-03-23T11:37:18.460135 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the containe... | 55 | 800 | 2026-03-23T10:56:49.341584 |
redis | redis | https://redis.io/docs/latest/develop/clients/rust/ | database | bash | ntln! ( "Error getting foo: {e} " ); return ; } }; let hash_fields = [ ( "model" , "Deimos" ), ( "brand" , "Ergonom" ), ( "type" , "Enduro bikes" ), ( "price" , "4972" ), ]; if let Ok ( res ) = r . hset_multiple ( "bike:1" , & hash_fields ) { let res : String = res ; println! ( " {res} " ); // >>> OK } else { println! ... | 19 | 800 | 2026-03-23T11:07:32.871626 |
tutorials | angular | https://angular.dev/tutorials | framework | typescript | Tutorials • Angular Skip to main content menu Welcome to the Angular tutorials! These tutorials will guide you through the core concepts of the framework, and get you started building performant, scalable apps. Learn Angular in your browser via the Playground Start coding Angular AI Tutor via MCP Server Installation an... | 0 | 545 | 2026-03-23T10:51:42.670155 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | nt may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included i... | 504 | 799 | 2026-03-23T10:56:49.342265 |
opcode.html | sqlite | https://www.sqlite.org/opcode.html | database | sql | at points to the same ephemeral table as cursor P2. The P2 cursor must have been opened by a prior OpenEphemeral opcode. Only ephemeral cursors may be duplicated. Duplicate ephemeral cursors are used for self-joins of materialized views. OpenEphemeral Open a new cursor P1 to a transient table. The cursor is always open... | 78 | 796 | 2026-03-23T10:52:48.494887 |
?s=namedpipe | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=namedpipe | devops | python | ial implementation of the OpenTelemetry SDK in Perl. perl instrumentation Perl Language Instrumentation Component Artistic-1.0-Perl License Repository PHP by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Core repository for PHP. php PHP Language Core Component Apache 2.0 License Documentation Repository PHP API by 🔭 O... | 367 | 800 | 2026-03-23T11:26:08.589362 |
docker | docker | https://docs.docker.com/guides/genai-claude-code-mcp/claude-code-mcp-guide/ | devops | bash | to launch automatically Read the MCP Horror Stories series : Learn about common MCP security pitfalls and how to avoid them | 9 | 123 | 2026-03-23T11:01:22.294549 |
?s=sso | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sso | devops | python | rumentation Component Apache 2.0 License Repository Pinecone Instrumentation by Traceloop Instrumentation for Pinecone Vector DB python instrumentation pinecone Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Psycopg Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation fo... | 330 | 800 | 2026-03-23T11:26:22.118883 |
redis | redis | https://redis.io/docs/latest/develop/data-types/probabilistic/bloom-filter/ | database | bash | is Bloom filter for this type of application provides these benefits: Very fast and efficient way to do a common operation No need to invest in expensive infrastructure Example Consider a bike manufacturer that makes a million different kinds of bikes and you'd like to avoid using a duplicate model name in new models. ... | 8 | 799 | 2026-03-23T11:02:48.868978 |
continuous | firebase | https://firebase.google.com/docs/test-lab/android/continuous | database | javascript | Start testing with continuous integration (CI) systems | Firebase Test Lab Skip to main content English Deutsch Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어 Blog Go to console Sign in Documenta... | 0 | 798 | 2026-03-23T11:06:58.514384 |
?s=logdedup | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logdedup | devops | python | etry Instrumentation for knex by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Knex. Node.js knex orm database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-knex 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Deta... | 285 | 800 | 2026-03-23T11:38:22.744531 |
?s=provider | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=provider | devops | python | 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/journaldreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repos... | 125 | 799 | 2026-03-23T11:28:15.721360 |
litellm | langfuse | https://langfuse.com/integrations/gateways/litellm | ai | python | ] 3. Start the proxy litellm --config /path/to/litellm_config.yaml 4. Use the proxy to log traces to Langfuse curl -X POST "http://0.0.0.0:4000/v1/chat/completions" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-xxxx" \ -d '{ "model": "gpt-3.5-turbo", "messages": [ {"role": "system", "content": "Y... | 2 | 800 | 2026-03-23T10:53:43.154282 |
storefront-pages | tailwind | https://tailwindcss.com/plus/ui-blocks/ecommerce/page-examples/storefront-pages | library | javascript | ons and featured products, with store navigation, promo sections, category previews, and product lists. These page examples are designed and built by the Tailwind CSS team, and include a variety of different styles and layouts. With dark nav and footer Preview Get the code → With dark nav and footer Preview Get the cod... | 1 | 673 | 2026-03-23T11:13:07.249974 |
?s=neo4j-driver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=neo4j-driver | devops | python | se/sql by Splunk Inc. Instrumentation for the Golang database/sql package. go instrumentation database sql Go Language Instrumentation Component Apache 2.0 License Repository splunksqlx – Instrumentation for github.com/jmoiron/sqlx by Splunk Inc. Instrumentation for the github.com/jmoiron/sqlx package. go instrumentati... | 235 | 800 | 2026-03-23T11:17:22.475503 |
?s=mcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mcp | devops | python | Component Apache 2.0 License Documentation Repository OpenTelemetry Boto3 SQS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Boto3 library to the SQS service. boto3sqs instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository Botocore... | 320 | 800 | 2026-03-23T11:32:00.153532 |
object.html | python | https://docs.python.org/3/c-api/object.html | language | python | LL on failure. int PyObject_RichCompareBool ( PyObject * o1 , PyObject * o2 , int opid ) ¶ Part of the Stable ABI . Compare the values of o1 and o2 using the operation specified by opid , like PyObject_RichCompare() , but returns -1 on error, 0 if the result is false, 1 otherwise. Note If o1 and o2 are the same object,... | 13 | 800 | 2026-03-23T11:02:37.807387 |
opentelemetry | opentelemetry | https://opentelemetry.io/registry/updating/ | devops | python | ector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/collectdreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository CouchDB Receiver... | 108 | 800 | 2026-03-23T10:52:09.954207 |
?keywords=hostwebapp | firebase | https://firebase.google.com/solutions/portal/?keywords=hostwebapp | database | javascript | Google AdMob Google Analytics Hosting In-App Messaging Machine Learning Performance Monitoring Realtime Database Remote Config Test Lab Can't find the solution for your use case? We're adding new solutions frequently, so make sure to check back again soon. If you have an idea for a specific solution, we'd love to hear ... | 1 | 357 | 2026-03-23T11:01:57.825704 |
?s=isolationforest | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=isolationforest | devops | python | lowing: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Schema Transformer Processor by 🔭 OpenTelemetry Authors 🔭 The Sche... | 92 | 799 | 2026-03-23T11:33:12.408167 |
?s=kong | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kong | 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:33:35.573782 |
concurrent-test-glob | bun | https://bun.sh/docs/guides/test/concurrent-test-glob | runtime | javascript | ead to ArrayBuffer Read 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 B... | 4 | 799 | 2026-03-23T11:19:52.383711 |
?s=masstransit | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=masstransit | devops | python | emetry Authors 🔭 Receives data via gRPC in Otel/STEF format. Otel/STEF is a compact and stef 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/stef... | 158 | 800 | 2026-03-23T11:39:07.434869 |
s3 | terraform | https://developer.hashicorp.com/terraform/language/backend/s3 | devops | hcl | relationship, allowing these users or groups to assume that role. Since the purpose of the administrative account is only to host tools for managing other accounts, it is useful to give the administrative accounts restricted access only to the specific operations needed to assume the environment account role and access... | 28 | 800 | 2026-03-23T11:28:30.673981 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.