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 |
|---|---|---|---|---|---|---|---|---|
NuminaMath-CoT | transformers | https://huggingface.co/datasets/AI-MO/NuminaMath-CoT | ai | python | in the combined sequences \( a_0, b_0, a_1, b_1, \ldots \), let us start with initial terms: 1. Set \( a_0 = 2 \) and \( a_1 = 9 \). Thus, we have \[ b_0 = \mathrm{gcd}(a_0, a_1) = \mathrm{gcd}(2, 9) = 1. \] 2. Suppose \( a_0, \ldots, a_n \) and \( b_0, \ldots, b_{n-1} \) are already constructed such that each term in ... | 86 | 772 | 2026-03-23T11:26:26.860188 |
vllm | langfuse | https://langfuse.com/integrations/model-providers/vllm | ai | python | t & headers os.environ[ "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL" ] = "http/protobuf" os.environ[ "OTEL_SERVICE_NAME" ] = "vllm" Step 3: Initialize OpenTelemetry Tracing vLLM automatically exposes OpenTelemetry spans when configured. The Langfuse client set up in the next step captures these OTEL spans and sends them to Lan... | 2 | 800 | 2026-03-23T11:20:18.545224 |
?s=configuration-validation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=configuration-validation | devops | python | rib plugin for the gin-gonic/gin package. go instrumentation http Go Language Instrumentation Component Apache 2.0 License Repository go-pg instrumentation first party integration by go-pg Authors Instrumentation for go-pg PostgreSQL client. go instrumentation postgresql Go Language Instrumentation Component BSD-2-Clau... | 221 | 799 | 2026-03-23T11:11:39.549089 |
Qwen3.5-9B-GGUF | transformers | https://huggingface.co/unsloth/Qwen3.5-9B-GGUF | ai | python | ialects, enabling inclusive, worldwide deployment with nuanced cultural and regional understanding. Next-Generation Training Infrastructure : Near-100% multimodal training efficiency compared to text-only training and asynchronous RL frameworks supporting massive-scale agent scaffolds and environment orchestration. For... | 2 | 800 | 2026-03-23T10:56:40.503105 |
llms-full.txt | svelte | https://svelte.dev/llms-full.txt | framework | javascript | files should have this environment, you can use a // `// @vitest-environment jsdom` comment at the top of the test files instead. environment: 'jsdom' }, // Tell Vitest to use the `browser` entry points in `package.json` files, even though it's running in Node resolve: process.env.VITEST ? { conditions: ['browser'] } :... | 113 | 779 | 2026-03-23T11:13:39.572681 |
bindgen | bun | https://bun.sh/docs/project/bindgen | runtime | javascript | sc = bun . jsc ; Then describe the API schema using a .bind.ts function. The binding file goes next to the Zig file. src/bun.js/math.bind.ts Copy import { t, fn } from " bindgen " ; export const add = fn ({ args : { global : t.globalObject, a : t.i32, b : t.i32. default ( 1 ), }, ret : t.i32, }); This function declarat... | 3 | 798 | 2026-03-23T10:56:19.870618 |
mui | mui | https://mui.com/blog/react-19-update/ | library | javascript | nder : React . ForwardRefRenderFunction < T , P & { ref : React . Ref < T > } > , ) => { if ( reactMajor >= 19 ) { const Component = ( props : any ) => render ( props , props . ref ?? null ) ; Component . displayName = render . displayName ?? render . name ; return Component as React . ForwardRefExoticComponent < P > ;... | 5 | 800 | 2026-03-23T11:37:16.841697 |
web-contents | electron | https://www.electronjs.org/docs/latest/api/web-contents | desktop | javascript | FrameMain | null - The frame to be navigated. May be null if accessed after the frame has either navigated or been destroyed. initiator WebFrameMain | null (optional) - The frame which initiated the navigation, which can be a parent frame (e.g. via window.open with a frame's name), or null if the navigation was not ini... | 14 | 799 | 2026-03-23T10:50:27.270807 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | "angular" }, { label: "Svelte", value: "svelte" }, ], }) ``` ## Usage ```jsx import { Select } from "@chakra-ui/react" ``` ```jsx ``` To setup the select, use `useListCollection` to manage the [list collection](https://ark-ui.com/docs/collections/list-collection). ## Examples ### Sizes Use the `size` prop to change the... | 911 | 763 | 2026-03-23T10:52:11.339413 |
?s=kafkaflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkaflow | devops | python | tory OpenTelemetry Rake Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Rake instrumentation is a community-maintained instrumentation for the Rake task invocation. rake instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-rake 0.5.0 Version Ruby L... | 353 | 800 | 2026-03-23T11:19:43.868140 |
useActionState | react | https://react.dev/reference/react/useActionState | framework | javascript | ion page (including the same reducerAction and permalink ) so React knows how to pass the state through. Once the page becomes interactive, this parameter has no effect. When using Server Functions, initialState needs to be serializable (values like plain objects, arrays, strings, and numbers). If dispatchAction throws... | 4 | 800 | 2026-03-23T11:01:10.828258 |
prompt-experiments | langfuse | https://langfuse.com/docs/evaluation/features/prompt-experiments | ai | python | or downstream processing. The same schemas you define in the Playground are available for use in experiments. This will trigger the Dataset Run and you will be redirected to the Dataset Runs page. The run might take a few seconds or minutes to complete depending on the prompt complexity and dataset size. Compare runs A... | 7 | 798 | 2026-03-23T10:50:15.877505 |
redis | redis | https://redis.io/docs/latest/develop/clients/jedis/vecsearch/ | database | bash | s () . addPrefix ( "doc:" ) . on ( IndexDataType . HASH ), schema ); String sentence1 = "That is a very happy person" ; byte [] embedding1 ; try { embedding1 = floatsToByteString ( predictor . predict ( sentence1 )); } catch ( Exception e ) { // This just allows the code to compile without errors. // In a real-world sc... | 29 | 800 | 2026-03-23T11:08:32.363820 |
qdrant | qdrant | https://qdrant.tech/articles/minicoil/ | database | python | same words have different meanings in different contexts, and it affects the text’s relevance. Think of “fruit bat ” and “baseball bat " —the same importance in the text, different meanings. Dense Retrieval How to capture the meaning? Bag-of-words models like BM25 assume that words are placed in a text independently, w... | 3 | 799 | 2026-03-23T10:54:24.321810 |
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | devops | python | nse Package Details (go-collector) Repository JMX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The JMX Receiver will work in conjunction with the OpenTelemetry JMX Metric Gatherer to report metrics from a target MBean server using a built-in or your custom OpenTelemetry helper-utilizing Groovy script. go receiver ... | 124 | 800 | 2026-03-23T11:37:34.369246 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/project/integrations/webhooks/ | devops | yaml | st dropdown list, select the type of event to test. To test a webhook while editing it: Locate the webhook you want to test, and select Edit . Make your changes to the webhook. Select the Test dropdown list, then select the type of event to test. Testing is not supported for some types of events for project and group w... | 15 | 799 | 2026-03-23T11:09:30.067314 |
redis | redis | https://redis.io/docs/latest/develop/get-started/document-database/ | database | bash | # "brand":"Bicyk", # "model":"Hillcraft", # "price":1200, # ... # "condition":"used" # } res = index . search ( Query ( "mountain" ) . with_scores ()) for sr in res . docs : print ( f " { sr . id } : score= { sr . score } " ) res = index . search ( Query ( "mountain" ) . with_scores () . scorer ( "BM25" )) for sr in re... | 79 | 779 | 2026-03-23T11:07:04.803669 |
supabase-inspect-db-table-stats | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-table-stats | database | typescript | on is that data manipulation statements, such as insert, update, or delete, are omitted from the squashed migration. You will have to add them back manually in a new migration file. This includes cron jobs, storage buckets, and any encrypted secrets in vault. By default, the latest <timestamp>_<name>.sql file will be u... | 34 | 799 | 2026-03-23T11:31:31.350512 |
?s=gorm | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gorm | devops | python | metry SDK, reporting data to an OpenTelemetry Collector. sandbox rust kubewarden Rust Language Application integration Component Apache-2.0 License Website Documentation rustup native by The Rust Project Developers The feature otel can be used when building rustup to turn on OpenTelemetry tracing with an OTLP gRPC expo... | 18 | 800 | 2026-03-23T11:24:34.741040 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/packages/generic_packages/ | devops | yaml | w duplicates is turned on, you can specify package names and versions that should not have duplicates in the Exceptions text box. Add a package retention policy Implement a package retention policy to manage storage and maintain relevant versions. To do so: Use the built-in GitLab cleanup policies . You can also use th... | 23 | 800 | 2026-03-23T11:13:34.330157 |
?s=google | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=google | devops | python | Authors 🔭 Ethon instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ethon 0.28.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Excon Instrumentation by 🔭 OpenTelemetry... | 345 | 800 | 2026-03-23T11:26:56.551144 |
use-literal-enum-members | biome | https://biomejs.dev/linter/rules/use-literal-enum-members | tooling | javascript | } 1 enum State { 2 Open = " Open " , 3 Close = " Close " , 4 } 1 enum FileAccess { 2 None = 0 , 3 Read = 1 , 4 Write = 1 << 1 , 5 All = Read | Write 6 } Related links Section titled “Related links” Disable a rule Configure the code fix Rule options Source Code Test Cases Sponsored by Copyright (c) 2023-present Biome De... | 2 | 346 | 2026-03-23T11:12:51.643638 |
add | turso | https://docs.turso.tech/cli/org/members/add | database | sql | ations Vercel On this page Flags To add an existing Turso user as a member to the current active organization, run the following command: Copy turso org members add < usernam e > [flags] Flags Flag Description -a , --admin Add the user as an admin. Was this page helpful? Yes No Suggest edits Raise issue invite rm ⌘ I | 1 | 318 | 2026-03-23T11:17:22.770789 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | -0', # {'rider': 'Castilla', 'speed': '30.2', 'position': '1', 'location_id': '1'} # ), # ('1692629594113-0', # {'rider': 'Norem', 'speed': '28.8', 'position': '3', 'location_id': '1'} # ), # ('1692629613374-0', # {'rider': 'Prickett', 'speed': '29.7', 'position': '2', 'location_id': '1'} # ), # ('1692629676124-0', # {... | 1,380 | 732 | 2026-03-23T11:04:07.561566 |
?s=pinecone | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pinecone | devops | python | tails (go-collector) Repository Active Directory Domain Services Receiver by 🔭 OpenTelemetry Authors 🔭 The active_directory_ds receiver scrapes metric relating to an Active Directory domain controller using the Windows Performance Counters. go receiver collector Quick Install When building a custom collector you can ... | 96 | 800 | 2026-03-23T11:20:29.243400 |
file-based-routing | tanstack_router | https://tanstack.com/router/latest/docs/api/file-based-routing | framework | typescript | , to match any of the tokens used in the File Naming Conventions guide, or you may run into unexpected behavior. routesDirectory (required) This is the path to the directory where the route files are located, relative to the cwd (current working directory). By default, the value is set to the following and cannot be se... | 6 | 800 | 2026-03-23T10:51:49.374715 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/components/ | devops | yaml | mple: spec : inputs : stage : default : test --- component-job : script : echo job 1 stage : $[[ inputs.stage ]] You can use the component immediately, but you might want to consider publishing the component to the CI/CD catalog . Directory structure The repository must contain: A README.md Markdown file documenting th... | 3 | 800 | 2026-03-23T10:50:13.240985 |
http.client.html | python | https://docs.python.org/3/library/http.client.html | language | python | the next len(b) bytes of the response body into the buffer b . Returns the number of bytes read. Added in version 3.3. HTTPResponse. getheader ( name , default = None ) ¶ Return the value of the header name , or default if there is no header matching name . If there is more than one header with the name name , return a... | 20 | 795 | 2026-03-23T11:23:32.252910 |
microsoft-agent-framework | langfuse | https://langfuse.com/integrations/frameworks/microsoft-agent-framework | ai | python | weather like in Seattle?" print ( f "User: { query } " ) result = await agent.run(query) print ( f "Agent: { result }\n " ) # Run the agent await main() 6. Using OpenAI Directly The Microsoft Agent Framework also supports using OpenAI directly (not through Azure). Simply use OpenAIResponsesClient instead of AzureOpenAI... | 5 | 798 | 2026-03-23T11:18:48.475492 |
create_password | planetscale | https://planetscale.com/docs/api/reference/create_password | database | sql | ult" : true }, "username" : "<string>" , "plain_text" : "<string>" , "replica" : true , "renewable" : true , "database_branch" : { "name" : "<string>" , "id" : "<string>" , "production" : true , "mysql_edge_address" : "<string>" , "private_edge_connectivity" : true } } POST / organizations / {organization} / databases ... | 3 | 799 | 2026-03-23T11:16:07.306497 |
security-log-events | github_actions | https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/security-log-events | devops | yaml | request_access_security_header , request_id , token_id , token_scopes , user , user_id , user_agent , operation_type , repository_selection , repositories_removed , integration , created_at , name , repositories_removed_names , actor_is_bot , application_client_id Reference /apps/using-github-apps/reviewing-and-modifyi... | 65 | 798 | 2026-03-23T10:59:54.707680 |
?s=kafkaflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkaflow | devops | python | ce-detector-instana 0.32.0 Version JavaScript Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for Container by 🔭 OpenTelemetry Authors 🔭 Resource detector for container ID. container resource-detector php PHP Language Resource detector Component... | 375 | 800 | 2026-03-23T11:19:43.868169 |
package-summary | firebase | https://firebase.google.com/docs/reference/android/com/google/firebase/firestore/pipeline/package-summary | database | javascript | his page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Last updated 2026-02-27 UTC. | 3 | 282 | 2026-03-23T11:28:17.088060 |
drawer | chakra_ui | https://chakra-ui.com/docs/components/drawer | library | javascript | lacement of the component as React.ElementType The underlying element to render. asChild boolean Use the provided child element as the default rendered element, combining their props and behavior. For more details, read our Composition guide. unstyled boolean Whether to remove the component's style. aria-label string H... | 5 | 786 | 2026-03-23T10:58:50.047967 |
executables | bun | https://bun.sh/docs/bundler/executables | runtime | javascript | bun-linux-x64-musl " | " bun-linux-arm64-musl " | " bun-windows-x64 " | " bun-windows-x64-baseline " | " bun-windows-x64-modern " | " bun-windows-arm64 " ; Complete example build.ts Copy import type { BunPlugin } from " bun " ; const myPlugin : BunPlugin = { name : " my-plugin " , setup ( build ) { // Plugin implementa... | 40 | 798 | 2026-03-23T10:59:04.318705 |
advanced-update | nx | https://nx.dev/docs/guides/tips-n-tricks/advanced-update | tooling | typescript | e prefix of chore: [nx migration] to each commit in order to clearly identify it, but you can also customize this prefix by passing --commit-prefix to the command: Terminal window nx migrate --run-migrations --create-commits --commit-prefix= " chore(core): AUTOMATED - " git log commit 8c862c780106ab8736985c01de1477309a... | 5 | 795 | 2026-03-23T11:21:27.244610 |
publishing | terraform | https://developer.hashicorp.com/terraform/registry/policy-libraries/publishing | devops | hcl | our policy library's page and select Delete library from the dropdown menu. Support Contact us at terraform-registry@hashicorp.com for help publishing your policy library to the Terraform Registry. Edit this page on GitHub | 7 | 222 | 2026-03-23T10:54:38.736664 |
spec | go | https://go.dev/ref/spec | language | go | c type interface{} var v *T // v has value nil, static type *T x = 42 // x has value 42 and dynamic type int x = v // x has value (*T)(nil) and dynamic type *T A variable's value is retrieved by referring to the variable in an expression ; it is the most recent value assigned to the variable. If a variable has not yet ... | 27 | 765 | 2026-03-23T10:49:56.000227 |
resolving-alerts | github_actions | https://docs.github.com/code-security/secret-scanning/managing-alerts-from-secret-scanning/resolving-alerts | devops | yaml | pository name, click Security . If you cannot see the "Security" tab, select the dropdown menu, and then click Security . In the left sidebar, under "Vulnerability alerts", click Secret scanning . From the alert list, click the alert you want to view. In the alert view for the leaked secret, click Report leak . Note In... | 2 | 800 | 2026-03-23T11:39:14.488465 |
legacy | react | https://react.dev/reference/react/legacy | framework | javascript | Legacy React APIs – React API Reference Copy page Copy Legacy React APIs These APIs are exported from the react package, but they are not recommended for use in newly written code. See the linked individual API pages for the suggested alternatives. Legacy APIs Children lets you manipulate and transform the JSX received... | 0 | 800 | 2026-03-23T10:55:03.933866 |
feed.xml | kubernetes | https://kubernetes.io/feed.xml | devops | yaml | scenarios discussed in the working group:</p> <ul> <li>Optimizing resource utilization for interactive workloads, such as Jupyter notebooks and AI chatbots</li> <li>Accelerating startup of applications with long initialization times, including Java applications and <a href="https://doi.org/10.1145/3731599.3767354">LLM ... | 372 | 800 | 2026-03-23T11:17:36.484984 |
?s=redis-4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis-4 | devops | python | for propagating trace context in the Jaeger format . rust jaeger utilities propagator Quick Install To install this utilities run: cargo add opentelemetry-jaeger-propagator 0.1.0 Version Rust Language Utilities Component Apache 2.0 License Package Details (crates) Repository otelify.sh by Cisco Open A shell script that... | 392 | 800 | 2026-03-23T11:33:50.373430 |
?s=cloudwego | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cloudwego | devops | python | collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sentryexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository SignalFx Colle... | 51 | 799 | 2026-03-23T11:15:52.636671 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | arify docs for -O and -OO. Patch by Terry Reedy. bpo-32800 : Update link to w3c doc for xml default namespaces. bpo-8722 : Document __getattr__() behavior when property get() method raises AttributeError . bpo-32614 : Modify RE examples in documentation to use raw strings to prevent DeprecationWarning and add text to R... | 2,023 | 799 | 2026-03-23T10:57:25.355443 |
audit-log-events-for-your-organization | github_actions | https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization | devops | yaml | , business_id , hashed_token , org , org_id , programmatic_access_type , repo , repo_id , repository , repository_id , request_access_security_header , request_id , token_id , token_scopes , user , user_id , user_agent , key , fingerprint , read_only , operation_type , created_at , title Reference /authentication/conne... | 300 | 800 | 2026-03-23T10:59:03.609083 |
async_function | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function | language | javascript | aScript code. If you use it outside of an async function's body, you will get a SyntaxError . await can be used on its own with JavaScript modules. Note: The purpose of async / await is to simplify the syntax necessary to consume promise-based APIs. The behavior of async / await is similar to combining generators and p... | 3 | 795 | 2026-03-23T11:25:28.696752 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Systemd Receiver by 🔭 OpenTelemetry Authors 🔭 systemd receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : gi... | 159 | 799 | 2026-03-23T11:21:21.444571 |
migration | tanstack_router | https://tanstack.com/ai/latest/docs/guides/migration | framework | typescript | await openai.embeddings.create({ model: 'text-embedding-3-small', input: 'Hello, world!', }) Why This Change? Vector DB services handle it - Most vector databases have native embedding support Simpler API - Reduces API surface area and complexity Direct provider access - You can use the provider SDK directly for embedd... | 18 | 781 | 2026-03-23T11:20:26.774367 |
redis | redis | https://redis.io/docs/latest/develop/get-started/document-database/ | database | bash | 100mm of travel absorbs" + " rough terrain. Fat Kenda Booster tires give you grip in corners" + " and on wet trails. The Shimano Tourney drivetrain offered enough" + " gears for finding a comfortable pace to ride uphill, and the" + " Tektro hydraulic disc brakes break smoothly. Whether you want an" + " affordable bike ... | 184 | 798 | 2026-03-23T11:07:04.803821 |
TextCompletionChunk | tanstack_start | https://tanstack.com/ai/latest/docs/reference/interfaces/TextCompletionChunk | framework | typescript | @tanstack/ai-client @tanstack/ai-react @tanstack/ai-solid @tanstack/ai-preact Adapters OpenAI OpenRouter Anthropic Google Gemini Ollama Groq Grok (xAI) Fal Community Adapters Community Adapters Guide Cencori Cloudflare Decart Soniox Mynth Class References BaseAdapter BatchStrategy CompositeStrategy ImmediateStrategy Pa... | 5 | 799 | 2026-03-23T11:09:37.372497 |
?s=tap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tap | devops | python | P Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. php exporter Quick Install To install this exporter run: composer require open-telemetry/exporter-otlp 1.4.0 Version PH... | 183 | 800 | 2026-03-23T11:23:19.949853 |
?s=dubbo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dubbo | devops | python | 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/aerospikereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector)... | 97 | 799 | 2026-03-23T11:39:18.104881 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/pipelines/settings/ | devops | yaml | To avoid this scenario: In the top bar, select Search or go to and find your project. Select Settings > CI/CD . Expand General pipelines . Select the Prevent outdated deployment jobs checkbox. Optional. Clear the Allow job retries for rollback deployments checkbox. Select Save changes . For more information, see Deploy... | 4 | 800 | 2026-03-23T10:54:40.422529 |
moral_stories | transformers | https://huggingface.co/datasets/demelin/moral_stories | ai | python | oning about Norms, Intents, Actions, and their Consequences}, author={Denis Emelin and Ronan Le Bras and Jena D. Hwang and Maxwell Forbes and Yejin Choi}, journal={ArXiv}, year={2021}, volume={abs/2012.15738} } Use this dataset Downloads last month 436 Homepage: Moral Stories repository Repository: Moral Stories reposi... | 66 | 792 | 2026-03-23T11:29:37.853417 |
selectors.html | python | https://docs.python.org/3/library/selectors.html | language | python | nstance corresponding to a ready file object. events is a bitmask of events ready on this file object. Note This method can return before any file object becomes ready or the timeout has elapsed if the current process receives a signal: in this case, an empty list will be returned. Changed in version 3.5: The selector ... | 6 | 800 | 2026-03-23T10:58:40.213461 |
7guis-crud | svelte | https://svelte.dev/playground/7guis-crud | framework | javascript | 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 complex action C... | 1 | 799 | 2026-03-23T11:04:18.133474 |
?s=cgroupruntime | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cgroupruntime | devops | python | receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Elasticsearch Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the Elasti... | 110 | 800 | 2026-03-23T11:32:52.650501 |
api-docs | terraform | https://developer.hashicorp.com/terraform/enterprise/api-docs | devops | hcl | cation Terraform Enterprise relies on a HashiCorp-developed blob storage service for storing state files and other pieces of customer data. This service does not require you to submit a bearer token with each request. Instead, each URL includes a securely-generated secret and is only valid for 25 hours. For example, th... | 3 | 800 | 2026-03-23T11:03:04.524164 |
deprecate-text-input-connection-set-style | flutter | https://docs.flutter.dev/release/breaking-changes/deprecate-text-input-connection-set-style | mobile | dart | tAlign . start , letterSpacing : 1.2 , wordSpacing : 1.0 , lineHeight : 1.5 , ) , ) ; content_copy Timeline # Landed in version: TBD In stable release: Not yet References # Relevant PR: PR 180436 Relevant issues: Issue 161592 Was this page's content helpful? thumb_up thumb_down Unless stated otherwise, the documentatio... | 2 | 425 | 2026-03-23T11:30:26.443822 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/runner/executors/kubernetes/ | devops | yaml | tor pods use to talk to Kubernetes API. service_account_overwrite_allowed Regular expression to validate the contents of the service account overwrite environment variable. When empty, it disables the service account overwrite feature. services List of services attached to the build container using the sidecar pattern ... | 29 | 800 | 2026-03-23T11:04:27.821621 |
Modifier | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Modifier | language | javascript | wildcard . character to match any character, including line terminators. Sometimes you may want these changes to only take effect in a specific part of a regex pattern. You can do so by wrapping that part in a modifier. For example: js /(?i:Hello) world/; In this regex, the i flag is only enabled for the Hello part of ... | 2 | 799 | 2026-03-23T11:27:31.809939 |
benefits | terraform | https://developer.hashicorp.com/terraform/plugin/framework/migrating/benefits | devops | hcl | t by provider during update resp.State // new state data to save } func (r ThingResource ) Delete (ctx context . Context , req resource . DeleteRequest , resp * resource . DeleteResponse ) { // No req.Config as configuration cannot be read by provider during delete // No req.Plan as it is always null req.State // prior... | 5 | 800 | 2026-03-23T11:00:34.252151 |
?s=browser | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=browser | devops | python | ceivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OTLP Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The OTLP Receiver for the OpenTelem... | 140 | 799 | 2026-03-23T11:09:59.660779 |
?s=configuration-validation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=configuration-validation | 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:11:39.548785 |
release-notes-2.5.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.5.0 | mobile | dart | green, needs tests) 27063 Roll Fuchsia Mac SDK from 2FIILk5GN... to 8L02NQinV... (cla: yes, waiting for tree to go green) 27064 Do not expect WM_CHAR if control or windows key is pressed (cla: yes, waiting for tree to go green, platform-windows) 27065 Roll Fuchsia Linux SDK from eMHAbJpmO... to pjxq0wD6b... (cla: yes, ... | 724 | 799 | 2026-03-23T11:13:43.940892 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.2.6/ | database | sql | ibya, Liechtenstein, Morocco, and Palestine. Also, new timezone abbreviations WIB, WIT, WITA for Indonesia. Prev Home Next Release 9.2.7 Up Release 9.2.5 Previous Return to the Release Notes Archive Next Versions 9.2.24 9.2.23 9.2.22 9.2.21 9.2.20 9.2.19 9.2.18 9.2.17 9.2.16 9.2.15 9.2.14 9.2.13 9.2.12 9.2.11 9.2.10 9.... | 9 | 377 | 2026-03-23T11:29:26.816005 |
?s=vaadin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vaadin | devops | python | k Install 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 Amaz... | 372 | 800 | 2026-03-23T11:20:45.496727 |
auth-bitbucket | supabase | https://supabase.com/docs/guides/auth/social-login/auth-bitbucket | database | typescript | Login with Bitbucket | Supabase Docs Auth Login with Bitbucket To enable Bitbucket Auth for your project, you need to set up a Bitbucket OAuth application and add the application credentials to your Supabase Dashboard. Overview # Setting up Bitbucket logins for your application consists of 3 parts: Create and configure... | 0 | 800 | 2026-03-23T11:34:04.699457 |
2.34.0 | git | https://git-scm.com/docs/git-merge/2.34.0 | devops | bash | 3 no changes 2.39.3 2023-04-17 2.38.1 → 2.39.2 no changes 2.38.0 2022-10-02 2.35.1 → 2.37.7 no changes 2.35.0 2022-01-24 2.34.1 → 2.34.8 no changes 2.34.0 2021-11-15 2.33.2 → 2.33.8 no changes 2.33.1 2021-10-12 2.33.0 2021-08-16 2.30.1 → 2.32.7 no changes 2.30.0 2020-12-27 2.29.1 → 2.29.3 no changes 2.29.0 2020-10-19 2... | 2 | 800 | 2026-03-23T11:13:51.636221 |
?s=webhookevent | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=webhookevent | devops | python | tion library run: gem install opentelemetry-instrumentation-concurrent_ruby 0.24.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Dalli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Dalli instrumentation for Ruby. ruby instrumentation dalli Quick Install To install... | 343 | 800 | 2026-03-23T11:11:24.950418 |
?s=ntp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ntp | devops | python | OpenTelemetry Authors 🔭 The Datadog APM Receiver accepts traces in the Datadog APM format datadog 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... | 109 | 798 | 2026-03-23T11:11:52.247390 |
?s=vaadin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vaadin | devops | python | .0 License Package Details (packagist) Repository OpenTelemetry Yii auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for Yii yii instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-yii 0.2.0 Version PHP Language Ins... | 316 | 800 | 2026-03-23T11:20:45.496654 |
evaluation-approaches | langchain | https://docs.langchain.com/langsmith/evaluation-approaches | ai | python | d examples of texts to summarize are commonly used for evaluation (see a summarization dataset example ). However, user logs from a production (summarization) app can be used for online evaluation with any of the Reference-free evaluation prompts below. LLM-as-judge is typically used for evaluation of summarization (as... | 13 | 799 | 2026-03-23T10:58:20.634819 |
supabase-start | supabase | https://supabase.com/docs/reference/cli/supabase-start | database | typescript | n bugs and issues Supabase CLI v1 and Management API Beta Video: Announcing CLI V1 and Management API Beta Global flags Supabase CLI supports global flags for every command. Flags --create-ticket Optional no type create a support ticket for any CLI error --debug Optional no type output debug logs to stderr --dns-resolv... | 1 | 800 | 2026-03-23T11:37:41.384280 |
git-gc | git | https://git-scm.com/docs/git-gc | devops | bash | .37.0 2022-06-27 2.31.1 → 2.36.6 no changes 2.31.0 2021-03-15 2.30.1 → 2.30.9 no changes 2.30.0 2020-12-27 2.24.1 → 2.29.3 no changes 2.24.0 2019-11-04 2.22.1 → 2.23.4 no changes 2.22.0 2019-06-07 2.21.1 → 2.21.4 no changes 2.21.0 2019-02-24 2.20.1 → 2.20.5 no changes 2.20.0 2018-12-09 2.19.1 → 2.19.6 no changes 2.19.0... | 2 | 800 | 2026-03-23T10:52:27.303948 |
redis | redis | https://redis.io/docs/latest/develop/data-types/sorted-sets/ | database | bash | at conditions to add the element under (defaults to always). flags : CommandFlags // The flags to use for this operation. ) → long // The number of elements added to the sorted sets, not including elements already existing for which the score was updated. ZINCRBY ( @write , @sortedset , @fast ) Increments the score of ... | 374 | 800 | 2026-03-23T11:05:31.573377 |
supabase-branches-unpause | supabase | https://supabase.com/docs/reference/cli/supabase-branches-unpause | database | typescript | al migration files against the local database. -s, --schema <strings> Optional Comma separated list of schema to include. --use-migra Optional Use migra to generate schema diff. --use-pg-delta Optional Use pg-delta to generate schema diff. --use-pg-schema Optional Use pg-schema-diff to generate schema diff. --use-pgadm... | 24 | 800 | 2026-03-23T11:33:16.074675 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ://redis.io/docs/latest/develop/data-types/streams/ """ import redis r = redis . Redis ( decode_responses = True ) res1 = r . xadd ( "race:france" , { "rider" : "Castilla" , "speed" : 30.2 , "position" : 1 , "location_id" : 1 }, ) print ( res1 ) # >>> 1692629576966-0 res2 = r . xadd ( "race:france" , { "rider" : "Norem... | 1,018 | 788 | 2026-03-23T11:04:07.561058 |
settings | planetscale | https://planetscale.com/docs/postgres/settings | database | sql | dashboard, select your database 2 Navigate to Settings on the left sidebar menu General Settings Database Name The database name field displays your current database name. This name cannot be changed because it’s used to connect to the database. Changing the name would break existing connections and applications. Defau... | 1 | 791 | 2026-03-23T11:22:00.498391 |
?s=simulation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulation | devops | python | Instrumentation 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 🔭 OpenTelemetr... | 333 | 799 | 2026-03-23T11:13:41.626027 |
?s=jodd | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=jodd | devops | python | metry/instrumentation-fs 0.32.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Generic Pool Instrumentation for Node.js by 🔭 OpenTelemetry Authors 🔭 generic-pool instrumentation for Node.js. js instrumentation generic-pool pooling Quick Install ... | 282 | 800 | 2026-03-23T11:31:38.470409 |
django | django | https://docs.djangoproject.com/el/1.11/ | framework | python | PI και άλλες πτυχές του μηχανισμού του Django. Περιγράφουν πώς λειτουργεί και πώς να το χρησιμοποιήσετε αλλά προϋποθέτει ότι έχετε γνώση βασικών θεμάτων σχετικά με το Django. Οι οδηγοί how-to είναι συνταγές. Σας καθοδηγούν μέσα από βήματα για την επίλυση κοινών προβλημάτων. Είναι πιο προχωρημένα από τα tutorials και πρ... | 2 | 800 | 2026-03-23T11:10:36.985164 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | airs" , "bike:2" ); }). thenCompose ( res8 -> { System . out . println ( res8 ); // >>> 2 return asyncCommands . lmove ( "bikes:repairs" , "bikes:finished" , LMoveArgs . Builder . leftLeft ()); }). thenCompose ( res9 -> { System . out . println ( res9 ); // >>> bike:2 return asyncCommands . lrange ( "bikes:repairs" , 0... | 735 | 799 | 2026-03-23T11:05:26.645964 |
preview-mode | nextjs | https://nextjs.org/docs/pages/guides/preview-mode | framework | javascript | ookies on the browser which turns on the preview mode. Any requests to Next.js containing these cookies will be considered as the preview mode , and the behavior for statically generated pages will change (more on this later). You can test this manually by creating an API route like below and accessing it from your bro... | 3 | 800 | 2026-03-23T11:15:13.456804 |
supabase-ssl-enforcement-update | supabase | https://supabase.com/docs/reference/cli/supabase-ssl-enforcement-update | database | typescript | ─────────────────┼────────────────┼────────────────────── Now you can run db pull again to dump the remote schema as a local migration file. $ supabase db pull Connecting to remote database... Schema written to supabase/migrations/20240414044403_remote_schema.sql Update remote migration history table? [Y/n] Repaired mi... | 32 | 767 | 2026-03-23T11:29:51.619278 |
OpenMathReasoning | transformers | https://huggingface.co/datasets/nvidia/OpenMathReasoning | ai | python | he vertices of a regular 2m-gon, then there are m axes of symmetry, each of which could be a direction for splitting the points into two lines. But in a regular 2m-gon, each axis of symmetry passes through two opposite vertices and the midpoints of two opposite edges. The lines equidistant from all points would be the ... | 42 | 800 | 2026-03-23T11:24:54.977471 |
from-npm-install-to-bun-install | bun | https://bun.sh/docs/guides/install/from-npm-install-to-bun-install | runtime | javascript | ReadableStream Uint8Array to 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 stri... | 5 | 799 | 2026-03-23T11:16:26.448196 |
?s=fastify-plugin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fastify-plugin | devops | python | e 2.0 License Repository Vert.x Reactive Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Vert.x Reactive instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Viburdbcp Instrumentation by 🔭 OpenTelemetr... | 271 | 800 | 2026-03-23T11:31:55.021214 |
?s=javalin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=javalin | devops | python | nent Apache 2.0 License Repository Anthropic Instrumentation by Traceloop Instrumentation for Anthropic LLMs (prompts logging, tokens, etc.) python instrumentation anthropic Python Language Instrumentation Component Apache 2.0 License Repository ASGI Middleware Instrumentation by 🔭 OpenTelemetry Authors 🔭 This librar... | 318 | 800 | 2026-03-23T11:15:15.388293 |
?s=opencensus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=opencensus | devops | python | 2.0 License Package Details (go-collector) Repository Apache Spark Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches metrics for an Apache Spark cluster through the Apache Spark REST API apache spark receiver collector Quick Install When building a custom collector you can add this receiver to the manifest ... | 98 | 798 | 2026-03-23T11:23:53.795932 |
?s=tui | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tui | devops | python | ector accepts metrics in the SignalFx proto format and events (Logs) in the SignalFx proto format. 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/recei... | 150 | 799 | 2026-03-23T11:23:07.025694 |
realtime-heartbeat-messages | supabase | https://supabase.com/docs/guides/troubleshooting/realtime-heartbeat-messages | database | typescript | nnections: Connection health monitoring : They detect when a connection has silently failed without triggering WebSocket close events Automatic recovery : When heartbeats time out, the client automatically attempts to reconnect Network proxy compatibility : Many network proxies and load balancers close idle connections... | 1 | 800 | 2026-03-23T11:08:59.196649 |
?s=azure | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure | devops | python | or user. Data Preboarding Delimited data validation Data loading Trusted publishing Python Language Application integration Component GNU Lesser General Public License v2.1 License Website Documentation Repository MLflow native by MLflow Authors The MLflow tracing feature is built using OpenTelemetry, and allows users ... | 17 | 799 | 2026-03-23T11:38:25.447498 |
middleware.md | tanstack_router | https://tanstack.com/ai/latest/docs/guides/middleware.md | framework | typescript | console.log(`Content: ${info.content}`); if (info.usage) { console.log(`Tokens: ${info.usage.totalTokens}`); } }, onAbort: (ctx, info) => { console.log(`Aborted: ${info.reason}, ${info.duration}ms`); }, onError: (ctx, info) => { console.error(`Error after ${info.duration}ms:`, info.error); }, }; ``` ## Context Object E... | 11 | 765 | 2026-03-23T11:34:02.740043 |
?s=exporter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=exporter | 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:22:11.662380 |
css-loader | webpack | https://webpack.js.org/loaders/css-loader | tooling | javascript | dule : { rules : [ { test : / \.css$ / i , loader : "css-loader" , options : { modules : { localIdentHashSalt : "hash" , } , } , } , ] , } , } ; localIdentHashFunction Type: Copy type localIdentHashFunction = string ; Default: md4 Allows to specify hash function to generate classes . For more information see output.has... | 22 | 799 | 2026-03-23T10:51:21.087858 |
mcp-server | mastra | https://mastra.ai/reference/tools/mcp-server | ai | typescript | ById(). name : string A descriptive name for your server (e.g., 'My Weather and Agent Server'). version : string The semantic version of your server (e.g., '1.0.0'). tools : ToolsInput An object where keys are tool names and values are Mastra tool definitions (created with `createTool` or Vercel AI SDK). These tools wi... | 3 | 800 | 2026-03-23T11:36:34.242946 |
import-json5 | bun | https://bun.sh/docs/guides/runtime/import-json5 | runtime | javascript | Watch directory Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip compression DEFLATE compression Escape HTML De... | 4 | 800 | 2026-03-23T11:04:12.149525 |
security-nextjs-server-components-actions | nextjs | https://nextjs.org/blog/security-nextjs-server-components-actions | framework | javascript | ach. It still takes advantage of many of the benefits of Server Components by sending less code to the client and inherent data waterfalls can execute with low latency. Data Access Layer Our recommended approach for new projects is to create a separate Data Access Layer inside your JavaScript codebase and consolidate a... | 3 | 800 | 2026-03-23T11:02:49.485028 |
dart-format | dart | https://dart.dev/tools/dart-format | language | dart | parameter list, or other constructs, forces the formatter to split it across multiple lines, even if it fits on one line. This provides manual control over line breaks for specific constructs. This gives you manual control over line breaks for specific constructs. Configure an individual file's line length, overriding ... | 9 | 669 | 2026-03-23T10:50:25.804156 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.