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
poplib.html
python
https://docs.python.org/3/library/poplib.html
language
python
an underlying protocol layer. Note that POP3, though widely supported, is obsolescent. The implementation quality of POP3 servers varies widely, and too many are quite poor. If your mailserver supports IMAP, you would be better off using the imaplib.IMAP4 class, as IMAP servers tend to be better implemented. Availabili...
1
797
2026-03-23T11:32:57.590621
?s=syslog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=syslog
devops
python
instrumentation 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 yo...
214
800
2026-03-23T11:19:50.049489
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
oklch(70.7% 0.165 254.624) */ border-y-blue-500 border-block-color: var(--color-blue-500); /* oklch(62.3% 0.214 259.815) */ border-y-blue-600 border-block-color: var(--color-blue-600); /* oklch(54.6% 0.245 262.881) */ border-y-blue-700 border-block-color: var(--color-blue-700); /* oklch(48.8% 0.243 264.376) */ border-y...
80
799
2026-03-23T11:21:15.589855
?s=tomee
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tomee
devops
python
etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
54
800
2026-03-23T11:19:30.884259
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/application_security/policies/merge_request_approval_policies/
devops
yaml
erge request approval policy violations. When warn mode is enabled ( enforcement_type: warn ) and a merge request triggers a security policy violation, the policy enforcement is different in several ways: Non-blocking validation: The policy generates informative bot comments listing the policy violations. Optional appr...
33
800
2026-03-23T11:14:40.774838
HistogramFixedWidth
tensorflow
https://www.tensorflow.org/api_docs/python/tf/raw_ops/HistogramFixedWidth
ml
python
, 3), [3, 4), [4, inf) nbins = 5 value_range = [ 0.0 , 5.0 ] new_values = [ - 1.0 , 0.0 , 1.5 , 2.0 , 5.0 , 15 ] with tf . get_default_session () as sess : hist = tf . histogram_fixed_width ( new_values , value_range , nbins = 5 ) variables . global_variables_initializer () . run () sess . run ( hist ) = > [ 2 , 1 , 1 ...
1
799
2026-03-23T11:31:54.180979
go
go
https://go.dev/pkg/regexp/
language
go
func main() { re := regexp.MustCompile(`(?P<first>[a-zA-Z]+) (?P<last>[a-zA-Z]+)`) fmt.Println(re.MatchString("Alan Turing")) fmt.Printf("%q\n", re.SubexpNames()) reversed := fmt.Sprintf("${%s} ${%s}", re.SubexpNames()[2], re.SubexpNames()[1]) fmt.Println(reversed) fmt.Println(re.ReplaceAllString("Alan Turing", reverse...
44
793
2026-03-23T11:28:51.675506
?s=tui
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tui
devops
python
OpenTelemetry.Exporter.Geneva 1.15.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository InfluxDB Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The InfluxDB exporter converts OpenTelemetry metrics into the InfluxDB model influxdb exporter dotnet Quick Install ...
170
800
2026-03-23T11:23:07.025710
genindex.html
pytorch
https://pytorch.org/docs/stable/genindex.html
ml
python
) shutdown() (in module torch.distributed.rpc) (torch.distributed._dist2.ProcessGroup method) (torch.distributed.elastic.rendezvous.RendezvousHandler method) Sigmoid (class in torch.ao.nn.quantized) (class in torch.nn) (class in torch.nn.modules.activation) sigmoid() (in module torch) (in module torch.nn.functional) (t...
323
800
2026-03-23T10:56:59.413338
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
0-60%, Panel B: min 40% setSizes(details.size)} minH="60" > A {sizes[0].toFixed(1)}% (min: 20%, max: 60%) B {sizes[1].toFixed(1)}% (min: 40%) ) } ``` ### Nested Panels Here's an example of how to nest splitters inside panels to create more complex layouts. Each nested splitter can have its own orientation, sizes, and b...
977
784
2026-03-23T10:52:11.339500
plus
tailwind
https://tailwindcss.com/plus
library
javascript
ence team, and so on. If you need more than 25 seats because you're a large agency or other type of company that isn't really organized into separate divisions/teams, contact us at support@tailwindcss.com for large team pricing. Support Do you offer technical support? Tailwind Plus is a self-serve product, meaning that...
12
800
2026-03-23T11:03:35.258485
weakref.html
python
https://docs.python.org/3/library/weakref.html
language
python
n oid def id2obj ( oid ): return _id2obj_dict [ oid ] Finalizer Objects ¶ The main benefit of using finalize is that it makes it simple to register a callback without needing to preserve the returned finalizer object. For instance >>> import weakref >>> class Object : ... pass ... >>> kenny = Object () >>> weakref . fi...
19
797
2026-03-23T11:05:28.748347
2.14.6
git
https://git-scm.com/docs/git-merge/2.14.6
devops
bash
eated). If --log is specified, a shortlog of the commits being merged will be appended to the specified message. The git fmt-merge-msg command can be used to give a good default for automated git merge invocations. The automated message can include the branch description. --[no-]rerere-autoupdate Allow the rerere mecha...
11
799
2026-03-23T11:13:13.136602
convex
convex
https://docs.convex.dev/http-api/
database
typescript
with a / replacing the : . You can find your backend deployment URL on the dashboard Settings page, then the API URL will be <CONVEX_URL>/api/run/{functionIdentifier} etc., for example: Shell NodeJS Python curl https://acoustic-panther-728.convex.cloud/api/run/messages/list \ -d '{"args": {}, "format": "json"}' \ -H "C...
4
799
2026-03-23T11:08:21.427485
qdrant
qdrant
https://qdrant.tech/blog/qdrant-1.13.x/
database
python
ed prices are from Google Cloud Platform (NVIDIA) and AWS (AMD) Additional Benefits: Multi-GPU Support: Index segments concurrently to handle large-scale workloads. Hardware Flexibility: Doesn’t require high-end GPUs to achieve significant performance improvements. Full Feature Support: GPU indexing supports all quanti...
3
800
2026-03-23T11:08:36.598495
neon-mcp-server
neon
https://neon.tech/guides/neon-mcp-server
database
sql
s . You will be prompted to install the required dependencies. Type y to proceed. You should see output similar to this: npx @neondatabase/mcp-server-neon init napi_xxxx Need to install the following packages: @neondatabase/mcp-server-neon@0.x.x Ok to proceed? (y) y Config written to: /Users/USERNAME/Library/Applicatio...
14
800
2026-03-23T11:31:36.308961
indexes-constraints
drizzle_orm
https://orm.drizzle.team/docs/indexes-constraints
database
typescript
roachTable ( 'user' , { id : int4 () .primaryKey () , }); const table = cockroachTable ( 'table' , { id : text () .primaryKey () , }); CREATE TABLE " user " ( "id" int4 PRIMARY KEY ); CREATE TABLE " table " ( "cuid" text PRIMARY KEY ); Composite Primary Key Just like PRIMARY KEY , composite primary key uniquely identif...
22
800
2026-03-23T10:54:58.849763
?s=dataloader
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dataloader
devops
python
tor Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 Lice...
89
800
2026-03-23T11:14:09.286473
?s=remoulade
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=remoulade
devops
python
ctions. Additionally, distributed tracing is supported by setting the traceparent header. curl instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-curl 0.1.0 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (p...
306
800
2026-03-23T11:31:41.890234
qdrant
qdrant
https://qdrant.tech/articles/relevance-feedback/
database
python
ally, the Relevance Feedback Parameters package provides an Evaluator module with two metrics: relative gain based on the abovethreshold@N metric from the “Experiments” section above, and a metric more recognizable to people in search – Discounted Cumulative Gain (DCG) Win Rate . Discounted Cumulative Gain (DCG) Win Ra...
29
800
2026-03-23T10:55:49.582372
?s=dart
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dart
devops
python
lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu...
39
800
2026-03-23T11:28:10.760758
supabase-inspect-db-locks
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-locks
database
typescript
--region <string> Optional Select a region to deploy the branch database. --size <string> Optional Select a desired instance size for the branch database. --with-data Optional Whether to clone production data to the branch database. --project-ref <string> Optional Project ref of the Supabase project. supabase branches ...
58
799
2026-03-23T11:30:11.955980
?s=dubbo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dubbo
devops
python
hon integration by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for kafka-python kafka-python instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository LangChain Instrumentation by Traceloop Instrumentation for LangChain Framework python instrumentation langchain Python Langu...
326
800
2026-03-23T11:39:18.105142
?s=oracledatabase
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oracledatabase
devops
python
sion 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 : githu...
159
800
2026-03-23T11:31:21.291931
essential-web-v1.0
transformers
https://huggingface.co/datasets/EssentialAI/essential-web-v1.0
ai
python
welcum bak too twittah @tommypug JonathanEM Some Sunday fun [S Club 7 - Tie A Yellow Ribbon] shinji_aoki ♪Bring It All Back - S Club 7 ~~ S Club ~~ ポップ #nowplaying #music #inthemood shinji_aoki ♪Bring It All Back - S Club 7 ~~ S Club ~~ ポップ #nowplaying #music #inthemood shinji_aoki ♪Bring It All Back - S Club 7 ~~ S Cl...
63
792
2026-03-23T11:26:01.808706
sharding-new-tables
planetscale
https://planetscale.com/docs/vitess/sharding/sharding-new-tables
database
sql
ers": { } ... } } Otherwise, queries will fail. Learn more about VSchema. Navigate to the Clusters page . 1 Click “New keyspace”. 2 Enter the keyspace name. For example, if your existing unsharded keyspace is named metal , you may create a sharded keyspace named metal-sharded . 3 Select the number of shards you want to...
3
800
2026-03-23T11:14:35.767440
?s=telemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=telemetry
devops
python
socket.io 0.60.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Instrumentation for SvelteKit native by Svelte contributors SvelteKit supports OpenTelemetry instrumentation out of the box. Node.js instrumentation sveltekit JavaScript Language Instrumentation Co...
300
800
2026-03-23T11:39:05.306423
supabase-projects-create
supabase
https://supabase.com/docs/reference/cli/supabase-projects-create
database
typescript
domains <strings> Optional Comma separated list of email domains to associate with the added identity provider. --metadata-file <string> Optional File containing a SAML 2.0 Metadata XML document describing the identity provider. --metadata-url <string> Optional URL pointing to a SAML 2.0 Metadata XML document describin...
70
800
2026-03-23T11:32:26.448096
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
recisions": 0.905986, "engine_params": { "search_params": { "ef": 256 } } }, { "engine_name": "redis", "setup_name": "redis-m-64-ef-256", "dataset_name": "glove-100-angular", "upload_time": 3348.692836485, "total_upload_time": 3348.6928846961, "p95_time": 0.0148309906, "rps": 332.0249770343, "parallel": 4, "p99_time": ...
3,712
552
2026-03-23T11:15:13.619897
auth
firebase
https://firebase.google.com/docs/reference/admin/dotnet/namespace/firebase-admin/auth
database
javascript
FirebaseAdmin.Auth Namespace Skip to main content English Español – América Latina Indonesia Português – Brasil 中文 – 简体 日本語 한국어 Blog Go to console Sign in Documentation Firebase Docs Reference Send feedback Stay organized with collections Save and categorize content based on your preferences. FirebaseAdmin. Auth Summar...
0
799
2026-03-23T11:37:23.243106
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
arallel": 4, "p99_time": 0.0151947017, "mean_time": 0.0085441415, "mean_precisions": 0.988106, "engine_params": { "search_params": { "hnsw_ef": 128 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 792.1997434041, "total_upload_time": 1853.9983...
963
552
2026-03-23T11:15:13.616230
register_validator
tensorflow
https://www.tensorflow.org/api_docs/python/tf/compat/v1/flags/register_validator
ml
python
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. Some content is licensed under the numpy license . Last updated 2024-0...
2
329
2026-03-23T11:01:37.547459
?s=core
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=core
devops
python
Telemetry Authors 🔭 Instrumentation to collect system performance metrics. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry threading Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides instrumentation for the threading module to ensure that ...
334
800
2026-03-23T11:38:36.158402
?s=linux
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=linux
devops
python
collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusremotewritereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository...
144
799
2026-03-23T11:28:08.295896
cli-databases
neon
https://neon.tech/docs/reference/cli-databases
database
sql
d Connect MCP on Cursor Connect the Neon MCP server on Cursor Connect MCP on VS Code Connect the Neon MCP server on VS Code Edit on GitHub Suggest changes to this page Neon Docs
5
177
2026-03-23T10:52:44.876238
pytorch
pytorch
https://pytorch.org/blog/how-ibm-uses-pt-terratorch/
ml
python
mic computation graphs, automatic differentiation, full abstraction of CUDA and rich visualization tools made it simple to test different models and training strategies. Scalability: With DDP, FSDP, PyTorch Lightning and TorchGeo, we could train models on large-scale datasets without worrying about infrastructure. Comm...
5
800
2026-03-23T11:12:41.623448
?group=cf
redis
https://redis.io/docs/latest/commands/?group=cf
database
bash
ode. Learn more → Read more READWRITE Enables read-write queries for a connection to a Reids Cluster replica node. Learn more → Read more RENAME Renames a key and overwrites the destination. Learn more → Read more RENAMENX Renames a key only when the target key name doesn't exist. Learn more → Read more REPLCONF An int...
39
800
2026-03-23T11:04:36.355761
endpoints-available-for-fine-grained-personal-access-tokens
github_actions
https://docs.github.com/en/rest/overview/endpoints-available-for-fine-grained-personal-access-tokens
devops
yaml
y_id} DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id} GET /orgs/{org}/members/{username}/codespaces DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name} POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop GET /repos/{owner}/{repo}/codespaces POST /repos/{ow...
22
800
2026-03-23T11:25:48.751649
?s=llm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=llm
devops
python
stall this instrumentation library run: dotnet add package NServiceBus 3.3.0-unstable71 Version .NET Language Instrumentation Component Reciprocal Public License 1.5 License Website Documentation Package Details (nuget) Repository OWIN Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an Ins...
208
800
2026-03-23T11:17:28.589277
changes.html
sqlite
https://www.sqlite.org/changes.html
database
sql
function from Windows DLLs. Bug fix: Do not attempt the subquery flattening optimization on queries that lack a FROM clause. To do so causes a segfault. 2002-04-22 (2.4.9) Fix a bug that was causing the precompiled binary of SQLITE.EXE to report "out of memory" under Windows 98. 2002-04-20 (2.4.8) Make sure VIEWs are c...
368
773
2026-03-23T10:50:32.103022
?s=desktop
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=desktop
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:33:39.067953
?s=browser
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=browser
devops
python
umentation Component Apache 2.0 License Repository Elasticsearch Python Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Python Client. python elasticsearch client Python Language Instrumentation Component Apache-2.0 License...
323
799
2026-03-23T11:09:59.661027
?s=mapper
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mapper
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:39:44.100967
2.35.0
git
https://git-scm.com/docs/git-merge/2.35.0
devops
bash
changes from another repository and can be used by hand to merge changes from one branch into another. Assume the following history exists and the current branch is " master ": A---B---C topic / D---E---F---G master Then " git merge topic " will replay the changes made on the topic branch since it diverged from master ...
4
779
2026-03-23T11:14:45.096756
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
rsion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When `sendInitialEvents` option is set, we require `resourceVe...
5,154
788
2026-03-23T10:56:49.349643
ApplyFtrl
tensorflow
https://www.tensorflow.org/api_docs/python/tf/raw_ops/ApplyFtrl
ml
python
tf.raw_ops.ApplyFtrl | TensorFlow v2.16.1 Skip to main content English 中文 – 简体 GitHub Sign in TensorFlow v2.16.1 TensorFlow API TensorFlow v2.16.1 Python tf.raw_ops.ApplyFtrl Stay organized with collections Save and categorize content based on your preferences. Update '*var' according to the Ftrl-proximal scheme. View ...
0
798
2026-03-23T10:54:03.790496
?s=confluent-kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=confluent-kafka
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:29:56.045319
?s=http
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=http
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:26:49.080026
postgresql
postgresql
https://www.postgresql.org/docs/release/15.0/
database
sql
hell commands. The new server variable archive_library can be set to specify a library to be called for archiving. No longer require IDENTIFY_SYSTEM to be run before START_REPLICATION (Jeff Davis) § E.18.3.2.1. Logical Replication Allow publication of all tables in a schema (Vignesh C, Hou Zhijie, Amit Kapila) § § § Fo...
22
800
2026-03-23T11:41:04.259685
tailwindcss-v4-1
tailwind
https://tailwindcss.com/blog/tailwindcss-v4-1
library
javascript
container. The new items-baseline-last utility does just that: Spencer Sharp Working on the future of astronaut recruitment at Space Recruit. spacerecruit.com Alex Reed A multidisciplinary designer. alex-reed.com < div class = "grid grid-cols-[1fr_auto] items-baseline-last " > < div > < img src = "img/spencer-sharp.jpg...
16
800
2026-03-23T10:54:24.382539
go1.4
go
https://go.dev/doc/go1.4
language
go
and GCStats structs. This array is a circular buffer of times when garbage collection pauses ended. The corresponding pause durations are already recorded in PauseNs The runtime/race package now supports FreeBSD, which means the go command’s -race flag now works on FreeBSD. The sync/atomic package has a new type, Value...
28
799
2026-03-23T11:32:10.996951
Date
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
language
javascript
toString()); // Sun Mar 10 2024 03:30:00 GMT-0400 (Eastern Daylight Time) // 2024-11-03 01:30 is within the fall-back transition and exists twice // 01:59 (UTC-4) jumps to 01:00 (UTC-5), so the earlier 01:30 (UTC-4) is chosen console.log(new Date(2024, 10, 3, 1, 30).toString()); // Sun Nov 03 2024 01:30:00 GMT-0400 (Ea...
8
800
2026-03-23T11:00:44.430435
?s=systemd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=systemd
devops
python
ble are observers for docker, ecs, ecs_task, host and K8s. go extension collector Collector Language Extension Component Apache 2.0 License Repository OIDC authenticator extension by 🔭 OpenTelemetry Authors 🔭 The OIDC authenticator extension allows gRPC and HTTP-based receivers to require authentication from remote c...
69
800
2026-03-23T11:25:52.879871
cookies
electron
https://www.electronjs.org/docs/latest/api/cookies
desktop
javascript
since the UNIX epoch. If omitted then the cookie becomes a session cookie and will not be retained between sessions. sameSite string (optional) - The Same Site policy to apply to this cookie. Can be unspecified , no_restriction , lax or strict . Default is lax . Returns Promise<void> - A promise which resolves when the...
5
793
2026-03-23T10:58:35.641971
release-notes-1.22.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.22.0
mobile
dart
instance right after method channel call from Dart (cla: yes, platform-android, platform-ios) 20610 Release the AccessibilityBridge when destroying a legacy FlutterView (cla: yes, platform-android, waiting for tree to go green) 20617 [embedder] Add FBO callback that takes frame info (cla: yes, platform-android, platfor...
234
800
2026-03-23T11:14:48.702521
?s=metric
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=metric
devops
python
ry Azure Monitor Exporter by Microsoft Authors The OpenTelemetry Azure Monitor Exporter for JavaScript (Node.js) Node.js exporter Azure Monitor Application Insights Quick Install To install this exporter run: npm install @azure/monitor-opentelemetry-exporter 1.0.0-beta.32 Version JavaScript Language Exporter Component ...
179
800
2026-03-23T11:16:31.526438
redis
redis
https://redis.io/docs/latest/develop/tools/cli/
database
bash
ers and for debugging operations. It allows for the inspection of the content a primary sends to its replicas in the replication stream in order to propagate the writes to its replicas. The option name is simply --replica . The following is a working example: $ redis-cli --replica SYNC with master, discarding 13256 byt...
41
800
2026-03-23T11:06:33.920701
2.53.0
git
https://git-scm.com/docs/git-merge/2.53.0
devops
bash
at the end of the merge. --compact-summary Show a compact-summary at the end of the merge. --squash --no-squash Produce the working tree and index state as if a real merge happened (except for the merge information), but do not actually make a commit, move the HEAD , or record $GIT_DIR/MERGE_HEAD (to cause the next git...
11
798
2026-03-23T11:17:08.489603
react-hooks
inngest
https://www.inngest.com/docs/features/realtime/react-hooks
devops
typescript
y<Realtime.Message> - All messages received on the subscription in chronological order. latestData: Realtime.Message - A shortcut to the last message received on the subscription. Useful for streams where each message is the latest state of an entity. freshData: Array<Realtime.Message> - If bufferInterval is active, th...
3
800
2026-03-23T11:29:50.015372
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/
devops
yaml
etadata.finalizers field for the object that is now pending deletion. You can remove existing finalizers (deleting an entry from the finalizers list) but you cannot add a new finalizer. You also cannot modify the deletionTimestamp for an object once it is set. After the deletion is requested, you can not resurrect this...
4
800
2026-03-23T10:52:59.078778
mctest
transformers
https://huggingface.co/datasets/sagnikrayc/mctest
ai
python
the drops in Chocolate's eyes, like the doctor told her and soon the\newlineturtle's eyes were all better. Chocolate's shell was still old and worn looking, like an\newlineold shoe, but now her eyes were beautiful, like the golden jewels on Grandma's earrings.\newlineLauren was glad that she helped Chocolate. { "author...
168
788
2026-03-23T11:30:58.217857
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-16 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and spans will automatically be created for each PSR-16 cache operation. psr16 instrumentation php Quick Install To install...
312
799
2026-03-23T11:30:38.941341
blackhole-image
numpy
https://numpy.org/case-studies/blackhole-image
ml
python
cy chart of ehtim package highlighting NumPy # Besides NumPy, many other packages, such as SciPy and Pandas , are part of the data processing pipeline for imaging the black hole. The standard astronomical file formats and time/coordinate transformations were handled by Astropy , while Matplotlib was used in visualizing...
4
800
2026-03-23T10:53:11.287373
fineweb-2
transformers
https://huggingface.co/datasets/HuggingFaceFW/fineweb-2
ai
python
’am, imih hairi wabih bukamaim kirumin isan hiyen hin. Nati ana veya Mary i yan auman, 6hiyen hina Bethlehem hima’am, Mary ana toub ana veya na tit. 7Naatu toub ana kek orot ain yai, faifuw ta bai e’armetan for hai bay te’aau ana efanamaim i’inuw in, anayabin nanawan bar etei sabuw hirun hibai karam. Bobaituw Kaifenaya...
194
800
2026-03-23T11:23:24.988570
mui
mui
https://mui.com/joy-ui/getting-started/
library
javascript
nsible components. Learn more about why you should use Joy UI for your next project below. Beautiful out of the box Joy UI follows a lightly opinionated design direction called Joy Design. Simple and functional, it offers a thoughtfully crafted set of defaults to ensure that your next project looks and feels great befo...
1
800
2026-03-23T11:02:07.319000
claude-code-mcp-neon
neon
https://neon.tech/guides/claude-code-mcp-neon
database
sql
de and Neon MCP Let's walk through a typical development scenario: Quickly adding a column for prototyping using natural language within Claude Code. The following chat log demonstrates a real interaction with Claude Code and the Neon MCP server. Scenario: During development, you decide to track timestamps for entries ...
13
800
2026-03-23T11:31:47.335566
namespace
shadcn_ui
https://ui.shadcn.com/docs/registry/namespace
library
typescript
lib" : "https://lib.company.com/utilities/{name}" , "@ai" : "https://ai-resources.com/r/{name}.json" } } Note: The {name} placeholder in the URL is automatically parsed and replaced with the resource name when you run npx shadcn@latest add @namespace/resource-name . For example, @acme/button becomes https://registry.ac...
7
799
2026-03-23T10:53:49.177778
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
disArgument , group : RedisArgument , consumer : RedisArgument , minIdleTime : number , start : RedisArgument , options? : XAutoClaimOptions ) → Any Node.js Quick-Start package io.redis.examples ; import redis.clients.jedis.StreamEntryID ; import redis.clients.jedis.RedisClient ; public class StreamsExample { public vo...
2,275
800
2026-03-23T11:04:07.562801
shell
bun
https://bun.sh/docs/runtime/shell
runtime
javascript
re. Globs : Glob patterns are supported natively, including ** , * , {expansion} , and more. Template literals : Template literals are used to execute shell commands. This allows for easy interpolation of variables and expressions. Safety : Bun Shell escapes all strings by default, preventing shell injection attacks. J...
3
797
2026-03-23T10:52:10.334619
planetscale-is-bringing-vector-search-and-storage-to-mysql
planetscale
https://planetscale.com/blog/planetscale-is-bringing-vector-search-and-storage-to-mysql
database
sql
form numerical representation of that data which can be transmitted over the network and stored. Inside of that storage engine, they can be compared to other transformed data and analyzed for similarity, using mathematical operations like the cosine similarity . For a long read that covers this and a lot more, I recomm...
2
800
2026-03-23T11:32:50.839196
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
devops
yaml
he value of that variable does not matter). Note: The suffix of a valid kubelet drop-in configuration file must be .conf . For instance: 99-kubelet-address.conf The kubelet processes files in its config drop-in directory by sorting the entire file name alphanumerically. For instance, 00-kubelet.conf is processed first,...
5
800
2026-03-23T11:09:05.000689
?s=grpc
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grpc
devops
python
omod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/gitlabreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Google Cloud Monitoring Receiver by 🔭 OpenTelemetry Authors 🔭 The primary objective of the Google Cloud ...
117
800
2026-03-23T11:38:56.254726
tauri
tauri
https://tauri.app/security/scope/
desktop
rust
selected commands when they are used in combination with a enabled command inside a permission. Reasonable read only file access to files in the APPLOCALDATA could look like this: [[set]] identifier = " read-files-applocaldata " description = ''' This set allows file read access to the `APPLOCALDATA` folder and subfold...
4
775
2026-03-23T11:00:29.888464
race_detector.html
go
https://go.dev/doc/articles/race_detector.html
language
go
nc (w *Watchdog) KeepAlive() { w.last = time.Now().UnixNano() // First conflicting access. } func (w *Watchdog) Start() { go func() { for { time.Sleep(time.Second) // Second conflicting access. if w.last < time.Now().Add(-10*time.Second).UnixNano() { fmt.Println("No keepalives for 10 seconds. Dying.") os.Exit(1) } } }(...
8
772
2026-03-23T10:51:12.367490
manage-users
firebase
https://firebase.google.com/docs/auth/admin/manage-users
database
javascript
me size as the input list, with each entry containing either the corresponding UserRecord or an error indicating why that identifier was not able to be looked up. For a full list of error codes, including descriptions and resolution steps, see Admin Authentication API Errors . Create a user The Admin SDK provides a met...
13
800
2026-03-23T11:29:30.985185
?s=shim
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shim
devops
python
python Python Language Exporter Component Apache 2.0 License Repository OpenTelemetry Zipkin protobuf Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows export of tracing data to Zipkin using protobuf for serialization. zipkin protobuf http exporter python Python Language Exporter Component Apache 2.0 License ...
187
800
2026-03-23T11:28:00.250232
redis
redis
https://redis.io/docs/latest/commands/expire/
database
bash
rr ( e ) => { println! ( "Error getting key type: {e} " ); return ; } } match r . key_type :: <& str , redis :: ValueType > ( "zkey" ) { Ok ( res ) => { println! ( " {res:?} " ); // >>> zset }, Err ( e ) => { println! ( "Error getting key type: {e} " ); return ; } } // Note: Rust redis client doesn't support scan by ty...
61
800
2026-03-23T11:28:17.931347
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
unicode/#IsPrint. fieldValidation fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate fi...
3,543
800
2026-03-23T10:56:49.347385
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
support for the IMAP APPEND command has been made RFC compliant. bpo-38735 : Fix failure when importing a module from the root directory on unix-like platforms with sys.pycache_prefix set. bpo-41839 : Allow negative priority values from os.sched_get_priority_min() and os.sched_get_priority_max() functions. IDLE ¶ gh-96...
62
799
2026-03-23T10:57:25.352690
?s=kuma
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kuma
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:38:06.864840
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
0.006674372267734728, "mean_time": 0.004383300857146969, "mean_precisions": 0.8895790000000001, "engine_params": { "hnsw_ef": 256 } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-64-ef-256", "dataset_name": "glove-100-angular", "upload_time": 31.406029968999064, "total_upload_time": 432.5092441259985, "p95_time"...
241
691
2026-03-23T10:59:06.540357
dask.html
xgboost
https://xgboost.readthedocs.io/en/stable/tutorials/dask.html
ml
python
usage and prediction time. # dtrain is the DaskDMatrix defined above. prediction = dxgb . predict ( client , booster , dtrain ) or equivalently: # where X is a dask DataFrame or dask Array. prediction = dxgb . predict ( client , booster , X ) Also for inplace prediction: # where X is a dask DataFrame or dask Array back...
6
798
2026-03-23T10:52:30.009756
?s=dbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dbcp
devops
python
ive by Microsoft Azure Authors Instrumentation for Azure SDK for .NET (Track 2 libraries). dotnet C# .NET instrumentation azure-sdk azure .NET Language Instrumentation Component MIT License Website Documentation Repository Cassandra Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumenta...
199
800
2026-03-23T11:37:21.825068
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
{ l . Value } "))}" ); // >>> Labels: location=UK, type=Mercury var sequence = new List <( string , TimeStamp , double )> { ( "thermometer:1" , 1 , 9.2 ), ( "thermometer:1" , 2 , 9.9 ), ( "thermometer:2" , 2 , 10.3 ) }; IReadOnlyList < TimeStamp > res8 = db . TS (). MAdd ( sequence ); Console . WriteLine ( $"[{string.J...
1,007
799
2026-03-23T10:54:53.791463
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
p-image-96-angular", "upload_time": 1053.560408421, "total_upload_time": 3058.8096116669, "p95_time": 0.037315647, "rps": 327.7428265085, "parallel": 8, "p99_time": 0.0449833518, "mean_time": 0.0240168562, "mean_precisions": 0.992805, "engine_params": { "search_params": { "hnsw_ef": 128 } } }, { "engine_name": "qdrant"...
1,463
584
2026-03-23T11:15:13.616890
workflow-syntax-for-github-actions
github_actions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
devops
yaml
ering , or a commit message , then checks associated with that workflow will remain in a "Pending" state. A pull request that requires those checks to be successful will be blocked from merging. Example: Excluding paths When all the path names match patterns in paths-ignore , the workflow will not run. If any path name...
18
800
2026-03-23T11:28:12.434200
?s=business-logic-instrumentation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=business-logic-instrumentation
devops
python
ation 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 Instrument...
358
800
2026-03-23T11:26:38.026681
2.39.0
git
https://git-scm.com/docs/git-push/2.39.0
devops
bash
PG-sign the push request to update refs on the receiving side, to allow it to be checked by the hooks and/or be logged. If false or --no-signed , no signing will be attempted. If true or --signed , the push will fail if the server does not support signed pushes. If set to if-asked , sign if and only if the server suppo...
13
795
2026-03-23T11:00:26.385582
postgresql
postgresql
https://www.postgresql.org/docs/release/8.4.5/
database
sql
maa) Fix possible core dump when comparing two empty tsquery values (Tom Lane) Fix LIKE 's handling of patterns containing % followed by _ (Tom Lane) We've fixed this before, but there were still some incorrectly-handled cases. Re-allow input of Julian dates prior to 0001-01-01 AD (Tom Lane) Input such as 'J100000'::da...
9
736
2026-03-23T11:17:36.955589
docker
docker
https://docs.docker.com/guides/github-sonarqube-sandbox/
devops
bash
orkflow with GitHub Actions for automated code quality checks. Troubleshoot Solutions for MCP tools not loading, authentication errors, permission issues, workflow timeouts, and other common problems when building code quality workflows with E2B.
3
246
2026-03-23T10:58:27.691452
publishing.html
typescript
https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
language
javascript
e-name" would resolve to ./index.d.ts and for 3.9 and below "./index.v3.d.ts . Note that redirections only affect the external API of a package; import resolution within a project is not affected by typesVersions . For example, a d.ts file in the previous example containing import * as foo from "./index" will still map...
6
800
2026-03-23T10:55:55.129820
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/storage/volumes/
devops
yaml
cated) FEATURE STATE: Kubernetes v1.25 [deprecated] A portworxVolume is an elastic block storage layer that runs hyperconverged with Kubernetes. Portworx fingerprints storage in a server, tiers based on capabilities, and aggregates capacity across multiple servers. Portworx runs in-guest in virtual machines or on bare ...
32
800
2026-03-23T11:07:36.793913
?s=tracing
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tracing
devops
python
NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository HttpClient and HttpWebRequest instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library, which instruments System.Net.Http.HttpClient and System.Net.HttpWebRequest and collects metrics ...
204
800
2026-03-23T11:21:26.702180
release-notes-1.22.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.22.0
mobile
dart
amework, waiting for tree to go green) 63835 add vsync overhead to FrameTimingSummarizer (a: tests, cla: yes, framework, waiting for tree to go green) 63924 Remove TODOs added for HTTP abort() change in dart sdk (a: tests, cla: yes, framework, tool) 63972 Revert "Remove TODOs added for HTTP abort() change in dart sdk" ...
161
800
2026-03-23T11:14:48.702427
sqlanalyze.html
sqlite
https://www.sqlite.org/sqlanalyze.html
database
sql
. 15869 Bytes of storage consumed......................... 196608 Bytes of payload.................................. 100292 51.0% B-tree depth...................................... 2 Average payload per entry......................... 6.32 Average unused bytes per entry.................... 3.06 Average fanout..............
44
699
2026-03-23T11:01:09.466650
supabase-snippets-list
supabase
https://supabase.com/docs/reference/cli/supabase-snippets-list
database
typescript
rojects, functions, secrets, etc. Usage 1 supabase login [flags] Flags --name <string> Optional Name that will be used to store token in your settings --no-browser Optional Do not open browser automatically --token <string> Optional Use provided token instead of automatic login flow Basic usage 1 supabase login Respons...
4
800
2026-03-23T11:27:51.329805
?s=kotlin-multiplatform
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kotlin-multiplatform
devops
python
umentation Component Apache 2.0 License Package Details (gems) Repository RubyLLM Instrumentation by thoughtbot RubyLLM instrumentation for Ruby. ruby instrumentation GenAI LLM Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ruby_llm 0.2.0 Version Ruby Language Instr...
356
800
2026-03-23T11:19:01.413562
supabase-inspect-db-bloat
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-bloat
database
typescript
nxid . PID │ DURATION │ QUERY ───────┼─────────────────┼─────────────────────────────────────────────────────────────────────────────────────── 19578 | 02:29:11.200129 | EXPLAIN SELECT "students".* FROM "students" WHERE "students"."id" = 1450645 LIMIT 1 19465 | 02:26:05.542653 | EXPLAIN SELECT "students".* FROM "studen...
44
743
2026-03-23T11:30:50.566257
gitlab_ci
gitlab_ci
https://docs.gitlab.com/administration/clusters/kas/
devops
yaml
oject . Disabled by default. Feature flags kas_user_access and kas_user_access_project enabled in GitLab 16.1. Feature flags kas_user_access and kas_user_access_project removed in GitLab 16.2. KAS proxies Kubernetes API requests to the GitLab agent for Kubernetes with either: A CI/CD job . GitLab user credentials . To ...
19
800
2026-03-23T11:30:41.537378
?s=isolationforest
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=isolationforest
devops
python
resource attributes by appending information about the geographical location of an IP address. To add geographical information, the IP address must be included in the resource attributes using the source.address semantic conventions key attribute . geoip processor collector Collector Language Processor Component Apache...
80
800
2026-03-23T11:33:12.408158