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
2.9.5
git
https://git-scm.com/docs/git-cherry-pick/2.9.5
devops
bash
d Questions (FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-index for-each-ref hash-object ls-files ls-tree merg...
1
797
2026-03-23T11:19:26.091424
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
rider: Castilla] // >>> 1712758336128-1: [rider: Royce] // >>> 1712758336128-2: [rider: Sam-Bodden] // >>> 1712758336129-0: [rider: Prickett] // >>> 1712758336139-0: [rider: Norem] // >>> 1712758340854-0: [rider: Jones] // >>> 1712758341645-0: [rider: Wood] // >>> 1712758342134-0: [rider: Henshaw] db . StreamAdd ( "rac...
744
800
2026-03-23T11:04:07.560641
?product=all
csharp
https://learn.microsoft.com/en-us/azure/?product=all
language
csharp
ure Health Data Services Azure Information Protection Better protect your sensitive information—anytime, anywhere Azure Information Protection Azure IoT A collection of Microsoft-managed cloud and edge services that connect, monitor, and control billions of IoT assets. Azure IoT Azure IoT Central Accelerate the creatio...
10
800
2026-03-23T11:40:53.786965
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
loss(features_y, y) mean_absolute_loss = F.l1_loss(features_y, y) self.training_losses.append(mean_absolute_loss.item()) neptune_logs = {'batch/train_loss': loss, 'batch/mean_absolute_loss': mean_absolute_loss} return {'loss': loss, 'batch/mean_absolute_loss': mean_absolute_loss, 'log': neptune_logs} def on_epoch_end(s...
1,088
699
2026-03-23T11:25:24.232226
?s=systemd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=systemd
devops
python
lemetry Collector pipeline (traces, metrics, or logs). It embeds a lightweight implementation of the Isolation Forest algorithm that automatically learns normal behaviour from recent telemetry and tags, scores, or optionally drops anomalies in‑flight – no external ML service required. isolationforest processor collecto...
83
800
2026-03-23T11:25:52.879882
tauri
tauri
https://tauri.app/blog/tauri-1-0/
desktop
rust
s you can see, even small increases in size have a hefty impact on the environment! App Size Unit Time (100Mb/s) Downloads Transit Total Time (100Mb/s) Electricity Use (kWh) CO2 Produced (kg) Trees Needed 🌳 3 MB 240 milliseconds 1,000 3 GB 24 minutes 0.3 0.18 1 3 MB 240 milliseconds 100,000 300 GB 1.7 days 30 18 1 3 M...
3
800
2026-03-23T10:54:15.902986
2148-contributor-ladder
mcp
https://modelcontextprotocol.io/community/seps/2148-contributor-ladder
ai
typescript
ntribution Ongoing engagement with the MCP community and not just one-off contributions Enabled two-factor authentication on GitHub No objections from existing Members within 7 days Sponsorship: Sponsored by two existing Members or Maintainers from different organizations or sponsored by one Core Maintainer or Lead Mai...
9
800
2026-03-23T11:00:45.472174
add-auth-server
langchain
https://docs.langchain.com/langsmith/add-auth-server
ai
python
r | None ): """Validate JWT tokens and extract user information.""" assert authorization scheme , token = authorization . split () assert scheme . lower () == "bearer" try : # Verify token with auth provider async with httpx . AsyncClient () as client : response = await client . get ( f " { SUPABASE_URL } /auth/v1/user...
6
799
2026-03-23T10:55:17.780195
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
eanups in test_imaplib. Patch by Milan Oberkirch. bpo-22002 : Added load_package_tests function to test.support and used it to implement/augment test discovery in test_asyncio, test_email, test_importlib, test_json, and test_tools. bpo-21976 : Fix test_ssl to accept LibreSSL version strings. Thanks to William Orr. bpo-...
2,482
798
2026-03-23T10:57:25.356074
select
drizzle_orm
https://orm.drizzle.team/docs/select
database
typescript
2` ); await db .select () .from (users) .where ( sql ` ${ users .id } = 42` ); await db .select () .from (users) .where ( equals42 ( users .id)); await db .select () .from (users) .where ( sql ` ${ users .id } >= 42` ); await db .select () .from (users) .where ( sql ` ${ users .id } <> 42` ); await db .select () .from ...
11
800
2026-03-23T10:54:15.869997
custom-authentication-providers
neon
https://neon.tech/docs/data-api/custom-authentication-providers
database
sql
ttps://test.stytch.com/v1/sessions/jwks/{PROJECT_ID} SuperTokens {CORE_CONNECTION_URI}/.well-known/jwks.json WorkOS https://api.workos.com/sso/jwks/{CLIENT_ID} Auth0 Your Auth0 JWKS URL follows this format: https:// {YOUR_AUTH0_DOMAIN} /.well-known/jwks.json To find your domain: Open the Settings for your application i...
6
800
2026-03-23T11:22:58.999033
ServerTool
tanstack_router
https://tanstack.com/ai/latest/docs/reference/interfaces/ServerTool
framework
typescript
ModelsFromAdapter InferToolInput InferToolName InferToolOutput MessagePart RealtimeEvent RealtimeMessagePart RealtimeMode RealtimeStatus ModalitiesArrayToUnion Modality StreamChunk StreamChunkType ToolCallState ToolResultState Variable References aiEventClient defaultJSONParser latest React Latest Menu Home Frameworks ...
4
800
2026-03-23T11:04:27.978769
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
[SvelteKit](../kit), which lets you [build almost anything](../kit/project-types). It's the official application framework from the Svelte team and powered by [Vite](https://vite.dev/). Create a new project with: ```sh npx sv create myapp cd myapp npm install npm run dev ``` Don't worry if you don't know Svelte yet! Yo...
1
800
2026-03-23T11:13:00.455932
?s=socket.io
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=socket.io
devops
python
.NET and collect telemetry about process behavior. process instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Process 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository Quartz...
209
799
2026-03-23T11:26:34.686704
1
transformers
https://huggingface.co/course/ko/chapter1/1
ai
python
배워보겠습니다. (무료 강의에 광고도 없는건 비밀입니다!) 무엇을 배우나요? 강의 개요 훑어보기: 챕터 1~4에서는 🤗 Transformers 라이브러리의 핵심 개념에 대해 소개합니다. 이 부분을 마치면 트랜스포머 모델의 동작 원리를 이해하실 수 있고, Hugging Face Hub 에서 모델을 사용하여 데이터셋으로 미세 조정(fine-tune)한 후 Hub에 모델을 공유하는 방법까지 터득하게 될 것입니다! 챕터 5~8은 본격적으로 고전 NLP 업무를 수행하기 앞서, 🤗 Datasets와 🤗 Tokenizers의 기초에 대해 알아봅니다. 이 부분을 모두 학습하시...
1
798
2026-03-23T10:58:43.130720
?s=symfony
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=symfony
devops
python
on Component Apache 2.0 License Repository otelpgx - tracing support for github.com/jackc/pgx by Exaring AG. Provides OpenTelemetry tracing implementation for the pgx PostgreSQL package. go instrumentation database postgresql tracing Go Language Instrumentation Component Apache 2.0 License Repository jmoiron/sqlx instr...
229
800
2026-03-23T11:18:28.495744
gpt-oss-20b?inference_provider=hyperbolic
transformers
https://huggingface.co/openai/gpt-oss-20b?inference_provider=hyperbolic
ai
python
b for the larger model. Highlights Permissive Apache 2.0 license: Build freely without copyleft restrictions or patent risk—ideal for experimentation, customization, and commercial deployment. Configurable reasoning effort: Easily adjust the reasoning effort (low, medium, high) based on your specific use case and laten...
1
799
2026-03-23T11:09:24.864337
?s=kubewarden
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kubewarden
devops
python
entation Component Apache 2.0 License Repository SQLAlchemy Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the SQLAlchemy library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Sqlite3 Instrumentation by 🔭 OpenTelemetry Autho...
333
800
2026-03-23T11:30:42.721649
positional_field_in_object_pattern
dart
https://dart.dev/tools/diagnostics/positional_field_in_object_pattern
language
dart
on guide Glossary Books Videos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new Dart 3.11 is live! Learn more Object patterns can only use named fields. Description # The analyzer produces this diagnostic when an object pattern contains...
4
727
2026-03-23T11:27:39.879367
compatibility
neon
https://neon.tech/docs/reference/compatibility
database
sql
a tablespace with the CREATE TABLESPACE command will result in an error. This is due to Neon's managed cloud architecture, which does not permit direct file system access for custom storage locations. If you have existing applications or scripts that use tablespaces for organizing database objects across different stor...
11
800
2026-03-23T11:22:38.220515
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
bpo-27593 : sys.version and the platform module python_build(), python_branch(), and python_revision() functions now use git information rather than hg when building from a repo. bpo-29572 : Update Windows build and OS X installers to use OpenSSL 1.0.2k. bpo-26851 : Set Android compilation and link flags. bpo-28768 : F...
2,101
798
2026-03-23T10:57:25.355552
?s=psr6
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=psr6
devops
python
er that creates OpenTelemetry spans from Phoenix events. phoenix instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository Redix Instrumentation by 🔭 OpenTelemetry Authors 🔭 OpentelemetryRedix uses telemetry handlers to create OpenTelemetry spans from Redix command events. redix i...
218
800
2026-03-23T11:27:52.082518
json
go
https://go.dev/blog/json
language
go
in the JSON data. To know which messages to process, the programmer need simply test that either Cmd or Msg is not nil . Streaming Encoders and Decoders The json package provides Decoder and Encoder types to support the common operation of reading and writing streams of JSON data. The NewDecoder and NewEncoder function...
9
767
2026-03-23T11:21:23.492693
live-queries
tanstack_start
https://tanstack.com/db/latest/docs/guides/live-queries
framework
typescript
n select without groupBy , the entire result set is treated as a single group. Method Signature ts groupBy( grouper: (row: TRow) => Expression | Expression[] ): Query Parameters: grouper - A callback function that receives the row object and returns the grouping key(s). Can return a single value or an array for multi-c...
39
744
2026-03-23T11:24:09.359473
release-notes-2.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.10.0
mobile
dart
t (a: tests, framework, cla: yes, waiting for tree to go green) 93625 Add CupertinoButton interactive example (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation) 93628 Roll Plugins from 8a95012fb037 to 31268aabbaa9 (1 revision) (cla: yes, waiting for tree to ...
29
800
2026-03-23T11:13:16.598154
distributed.algorithms.join.html
pytorch
https://pytorch.org/docs/stable/distributed.algorithms.join.html
ml
python
s the first one passed into the context manager; None otherwise. class torch.distributed.algorithms. Joinable [source] # This defines an abstract base class for joinable classes. A joinable class (inheriting from Joinable ) should implement join_hook() , which returns a JoinHook instance, in addition to join_device() a...
6
800
2026-03-23T11:06:19.427051
?s=storage
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=storage
devops
python
an add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tlscheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Trace Simulation Receiver b...
161
800
2026-03-23T11:38:30.886234
supabase-db-diff
supabase
https://supabase.com/docs/reference/cli/supabase-db-diff
database
typescript
role-stats Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the local database. supabase inspect db table-stats Usage 1 supabase inspect db table-stats Flags --db-url <string> Option...
49
800
2026-03-23T11:29:55.180528
start-clerk-basic
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/examples/start-clerk-basic
framework
typescript
s } from '@tanstack/react-router-devtools' import { createServerFn } from '@tanstack/react-start' import { auth } from '@clerk/tanstack-react-start/server' import * as React from 'react' import { HeadContent, Link, Outlet, Scripts, createRootRoute, } from '@tanstack/react-router' import { DefaultCatchBoundary } from '~...
4
737
2026-03-23T11:23:40.716856
?s=kubewarden
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kubewarden
devops
python
install this instrumentation library run: gem install opentelemetry-instrumentation-koala 0.23.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository LMDB Instrumentation by 🔭 OpenTelemetry Authors 🔭 LMDB instrumentation for Ruby. ruby instrumentation lmdb Quick Install...
349
799
2026-03-23T11:30:42.721662
NVIDIA-Nemotron-3-Super-120B-A12B-BF16
transformers
https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16
ai
python
el: model = AutoModelForCausalLM.from_pretrained( "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16" , torch_dtype=torch.bfloat16, device_map= "auto" , trust_remote_code= True ) Please note that the model supports up to a 1M context size, although the default context size in the Hugging Face configuration is 256k due to h...
24
760
2026-03-23T10:52:50.802017
uk
git
https://git-scm.com/docs/git-imap-send/uk
devops
bash
адсилання, виконайте таку команду: $ git format-patch --cover-letter -M --stdout origin/master | git imap-send Просто переконайтеся, що ви вимкнули перенос рядків у поштовому клієнті (веб-інтерфейс Gmail переносить рядки в будь-якому випадку, тому вам потрібно використовувати справжній клієнт IMAP). Якщо ви використову...
9
800
2026-03-23T11:32:19.817802
redis
redis
https://redis.io/docs/latest/develop/data-types/bitmaps/
database
bash
:"lettuce","clientName":"Lettuce","id":"Java-Async","langId":"java","panelId":"panel_Java-Async_bitmap_tutorial-stepbitop_diff"},{"clientId":"lettuce","clientName":"Lettuce","id":"Java-Reactive","langId":"java","panelId":"panel_Java-Reactive_bitmap_tutorial-stepbitop_diff"},{"clientId":"go-redis","clientName":"go-redis...
14
800
2026-03-23T11:03:25.838797
compute-add-ons
supabase
https://supabase.com/docs/guides/platform/compute-add-ons
database
typescript
IOPS Max IOPS Nano (free) 5 MB/s 261 MB/s 250 IOPS 11,800 IOPS Micro 11 MB/s 261 MB/s 500 IOPS 11,800 IOPS Small 22 MB/s 261 MB/s 1,000 IOPS 11,800 IOPS Medium 43 MB/s 261 MB/s 2,000 IOPS 11,800 IOPS Large 79 MB/s 594 MB/s 3,600 IOPS 20,000 IOPS XL 149 MB/s 594 MB/s 6,000 IOPS 20,000 IOPS 2XL 297 MB/s 594 MB/s 12,000 I...
5
799
2026-03-23T10:59:50.125083
2.52.0
git
https://git-scm.com/docs/git-merge/2.52.0
devops
bash
alse , rename detection is disabled. If set to true , basic rename detection is enabled. Defaults to the value of diff.renames. merge.directoryRenames Whether Git detects directory renames, affecting what happens at merge time to new files added to a directory on one side of history when that directory was renamed on t...
41
800
2026-03-23T11:12:21.000291
collections.html
python
https://docs.python.org/3/library/collections.html
language
python
class to simulate nested contexts: c = ChainMap () # Create root context d = c . new_child () # Create nested child context e = c . new_child () # Child of c, independent from d e . maps [ 0 ] # Current context dictionary -- like Python's locals() e . maps [ - 1 ] # Root context -- like Python's globals() e . parents #...
7
799
2026-03-23T11:30:48.275390
migrate-from-heroku
neon
https://neon.tech/docs/import/migrate-from-heroku
database
sql
aws.neon.tech/dbname?sslmode=require & channel_binding = require pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: readi...
3
800
2026-03-23T10:58:49.724928
http2
deno
https://docs.deno.com/api/node/http2
runtime
javascript
ERROR No documentation available v constants.NGHTTP2_HTTP_1_1_REQUIRED No documentation available v constants.NGHTTP2_INADEQUATE_SECURITY No documentation available v constants.NGHTTP2_INTERNAL_ERROR No documentation available v constants.NGHTTP2_NO_ERROR No documentation available v constants.NGHTTP2_PROTOCOL_ERROR No...
23
800
2026-03-23T11:39:10.169430
llms.txt
svelte
https://svelte.dev/docs/svelte/bind/llms.txt
framework
javascript
tps://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/ended) - [`readyState`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/readyState) - [`played`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/played) ```svelte ``` ## ` ` ` ` elements have all the same bindings as [` ...
7
800
2026-03-23T11:30:14.189357
tutorial
flutter
https://docs.flutter.dev/ui/animations/tutorial
mobile
dart
seconds : 2 ) , vsync : this , ) ; animation = Tween < double > ( begin : 0 , end : 300 ) . animate ( controller ) .. addStatusListener ( ( status ) => print ( ' $status ' ) ) ; controller . forward ( ) ; } // ... } content_copy Running this code produces this output: AnimationStatus.forward AnimationStatus.completed c...
9
781
2026-03-23T10:53:17.528697
pathlib.html
python
https://docs.python.org/3/library/pathlib.html
language
python
e suffix is an empty string, the original suffix is removed: >>> p = PureWindowsPath ( 'c:/Downloads/pathlib.tar.gz' ) >>> p . with_suffix ( '.bz2' ) PureWindowsPath('c:/Downloads/pathlib.tar.bz2') >>> p = PureWindowsPath ( 'README' ) >>> p . with_suffix ( '.txt' ) PureWindowsPath('README.txt') >>> p = PureWindowsPath ...
24
799
2026-03-23T11:28:43.364531
?s=bandit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bandit
devops
python
ation hooks are registered via composer. There will be a new span created for each message that is consumed. The goal of this instrumentation is to allow distributed traces to happen across Kafka in PHP. This means that the following should happen extrdkafka instrumentation php Quick Install To install this instrumenta...
307
800
2026-03-23T11:37:27.149128
991-enable-url-based-client-registration-using-oauth-c
mcp
https://modelcontextprotocol.io/seps/991-enable-url-based-client-registration-using-oauth-c
ai
typescript
SEP-991: Enable URL-based Client Registration using OAuth Client ID Metadata Documents - Model Context Protocol Skip to main content Model Context Protocol home page Search... ⌘ K Search... Navigation Final SEP-991: Enable URL-based Client Registration using OAuth Client ID Metadata Documents Documentation Extensions S...
0
800
2026-03-23T10:53:08.781412
3.13.html
python
https://docs.python.org/3/whatsnew/3.13.html
language
python
ed by Malcolm Smith in gh-116622 .) wasm32-wasi is now a PEP 11 tier 2 platform. (Contributed by Brett Cannon in gh-115192 .) wasm32-emscripten is no longer a PEP 11 supported platform. (Contributed by Brett Cannon in gh-115192 .) Building CPython now requires a compiler with support for the C11 atomic library, GCC bui...
128
800
2026-03-23T11:23:11.351002
build-server
mcp
https://modelcontextprotocol.io/docs/develop/build-server
ai
typescript
periods available." }, }, }, nil , nil } // Show next 5 periods var forecasts [] string for i := range min ( 5 , len ( periods )) { forecasts = append ( forecasts , formatPeriod ( periods [ i ])) } result := strings . Join ( forecasts , " \n --- \n " ) return & mcp . CallToolResult { Content : [] mcp . Content { & mcp ...
81
799
2026-03-23T10:50:14.468706
processes-and-threads
planetscale
https://planetscale.com/blog/processes-and-threads
database
sql
wide variety of tasks that run on your computer! Note Check out man fork and man execve for more juicy details. Postgres and MySQL Postgres is one of the most popular pieces of database software in the world, perhaps only second to MySQL . Postgres is designed to handle many thousands of queries per second and tens or ...
13
800
2026-03-23T11:02:25.810097
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/tasks/
devops
yaml
ing is enabled in your project settings, the task is automatically closed when either: The added merge request is merged. A commit referencing a task with the closing pattern is committed to your project’s default branch. Related topics Create a merge request from a task
33
271
2026-03-23T11:36:48.941855
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
m/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kubernetes Events Receiver by 🔭 OpenTelemetry Authors 🔭 The Kubernetes Events receiver collects events from the Kube...
126
800
2026-03-23T11:21:57.208060
retries?ref=blog-ai-agents-inngest-durable-steps
inngest
https://www.inngest.com/docs/features/inngest-functions/error-retries/retries?ref=blog-ai-agents-inngest-durable-steps
devops
typescript
ait twilio . messages .create ({ to : event . data . user .phoneNumber , body : "Welcome to our service!" , }); if ( ! success && retryAfter) { throw new RetryAfterError ( "Hit Twilio rate limit" , retryAfter); } return { message }; }); } , );
6
243
2026-03-23T11:36:47.260468
EfficientNetB1
tensorflow
https://www.tensorflow.org/api_docs/python/tf/keras/applications/EfficientNetB1
ml
python
alse . Defaults to None . None means that the output of the model will be the 4D tensor output of the last convolutional layer. avg means that global average pooling will be applied to the output of the last convolutional layer, and thus the output of the model will be a 2D tensor. max means that global max pooling wil...
2
800
2026-03-23T11:00:31.993813
custom-link
tanstack_router
https://tanstack.com/router/latest/docs/guide/custom-link
framework
typescript
t from 'react' import { createLink, LinkComponent } from '@tanstack/react-router' interface BasicLinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> { // Add any additional props you want to pass to the anchor element } const BasicLinkComponent = React.forwardRef<HTMLAnchorElement, BasicLinkProps>( (props, ...
6
778
2026-03-23T10:52:10.576635
runtime
bun
https://bun.sh/docs/runtime
runtime
javascript
her bun or system --smol boolean Use less memory, but run garbage collection more often --expose-gc boolean Expose gc() on the global object. Has no effect on Bun.gc() --no-deprecation boolean Suppress all reporting of the custom deprecation --throw-deprecation boolean Determine whether or not deprecation warnings resu...
11
780
2026-03-23T10:53:16.047390
css-styling
nextjs
https://nextjs.org/learn/dashboard-app/css-styling
framework
javascript
/page.tsx , you'll see that we're using Tailwind classes in the example. /app/page.tsx import AcmeLogo from '@/ app /ui/acme-logo' ; import { ArrowRightIcon } from '@heroicons/react/24/outline' ; import Link from 'next/link' ; export default function Page () { return ( // These are Tailwind classes: < main className = ...
3
800
2026-03-23T11:08:24.407920
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
tor-contrib/processor/groupbytraceprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Group by Attributes processor by 🔭 OpenTelemetry Authors 🔭 This processor re-associates spans, log records and metric data points to a Resource that...
81
800
2026-03-23T11:30:38.941166
task-functions
firebase
https://firebase.google.com/docs/functions/task-functions
database
javascript
tor Suite firebase emulators : start # trigger the emulated task queue function curl \ - X POST # An HTTP POST request ... - H "content-type: application/json" \ # ... with a JSON body http : //localhost:$PORT/$PROJECT_ID/$REGION/$NAME \ # ... to function url - d ' { "data" : { ... some data ... . }} ' # ... with JSON ...
7
800
2026-03-23T11:13:42.367974
constructing-ci
turborepo
https://turbo.build/docs/crafting-your-repository/constructing-ci
tooling
javascript
s, check the Guides or dive deeper into core concepts . 9,001,168 hours Total Compute Saved Get started with Remote Caching → On this page Enabling Remote Caching Running tasks in CI Filtering for entry points Docker Skipping tasks and other unnecessary work Running only affected tasks Using --affected in GitHub Action...
12
731
2026-03-23T10:55:53.402738
postgresql
postgresql
https://www.postgresql.org/docs/release/8.3.6/
database
sql
where a.a1 = 42 ... Improve optimizer's handling of long IN lists (Tom) This change avoids wasting large amounts of time on such lists when constraint exclusion is enabled. Prevent synchronous scan during GIN index build (Tom) Because GIN is optimized for inserting tuples in increasing TID order, choosing to use a sync...
4
722
2026-03-23T11:24:26.984982
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
ector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Headers Setter extension by 🔭 OpenTelemetry Authors 🔭 The headers_setter extension implements ClientAuthenticator and is used to set requests headers in gRPC / HTTP exporters with values provided via extension configuratio...
63
800
2026-03-23T11:38:22.744363
xgboost4j_spark_tutorial.html
xgboost
https://xgboost.readthedocs.io/en/stable/jvm/xgboost4j_spark_tutorial.html
ml
python
necessary training iterations. By specifying num_early_stopping_rounds or directly call setNumEarlyStoppingRounds over a XGBoostClassifier or XGBoostRegressor, we can define number of rounds if the evaluation metric going away from the best iteration and early stop training iterations. When it comes to custom eval metr...
12
800
2026-03-23T10:56:00.729067
local-server
langchain
https://docs.langchain.com/oss/python/langgraph/local-server
ai
python
cs: http://127.0.0.1:2024/docs This in-memory server is designed for development and testing. For production use, please use LangSmith Deployment. The langgraph dev command starts Agent Server in an in-memory mode. This mode is suitable for development and testing purposes. For production use, deploy Agent Server with ...
3
795
2026-03-23T11:23:15.332642
?s=shim
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shim
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:28:00.250121
supabase-secrets
supabase
https://supabase.com/docs/reference/cli/supabase-secrets
database
typescript
your local project to be linked to a remote database by running supabase link . For self-hosted databases, you can pass in the connection parameters using --db-url flag. Runs pg_dump in a container with additional flags to exclude Supabase managed schemas. The ignored schemas include auth, storage, and those created by...
20
799
2026-03-23T10:57:49.976382
wsgiref.html
python
https://docs.python.org/3/library/wsgiref.html
language
python
es. wsgiref.util – WSGI environment utilities ¶ This module provides a variety of utility functions for working with WSGI environments. A WSGI environment is a dictionary containing HTTP request variables as described in PEP 3333 . All of the functions taking an environ parameter expect a WSGI-compliant dictionary to b...
2
796
2026-03-23T10:58:55.042592
release-notes-1.17.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.17.0
mobile
dart
eam, tool) 60231 [flutter_tools] remove most use of global packages path (cla: yes, tool) 60241 [flutter_tools] fix tests that depend on correct cache existance (cla: yes, tool) 60263 [flutter_tools] last pass on general.shard unit tests (cla: yes, tool) 60317 [flutter_tools] surface null safety/experiment flags in att...
49
800
2026-03-23T11:13:57.628740
?s=yii
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=yii
devops
python
umentation Repository Jedis Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Jedis instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Jenkins Plugin for OpenTelemetry first party integration by Jenkins...
253
800
2026-03-23T11:15:59.450317
?s=krakend
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=krakend
devops
python
rpc gem provides an OTLP exporter over gRPC for OpenTelemetry Ruby. otlp grpc exporter ruby Ruby Language Exporter Component Apache 2.0 License Repository OTLP over HTTP exporter for Ruby by 🔭 OpenTelemetry Authors 🔭 The opentelemetry-exporter-otlp-http gem provides an OTLP over HTTP exporter for OpenTelemetry Ruby. ...
189
800
2026-03-23T11:30:28.987299
text_direction_code_point_in_comment
dart
https://dart.dev/tools/diagnostics/text_direction_code_point_in_comment
language
dart
& usage Class modifiers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_i...
1
800
2026-03-23T11:31:23.941135
fineweb-2
transformers
https://huggingface.co/datasets/HuggingFaceFW/fineweb-2
ai
python
these 1.45B models per target dataset, on 30 billion tokens sampled from it (or the entire dataset when its size was < 30 billion tokens). We chose 30B as some of the comparison datasets were relatively small for some languages, but we will soon release some longer ablation runs. Hyper-parameters for ablation models Th...
290
798
2026-03-23T11:23:24.988651
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
devops
python
etails (crates) Repository Rust SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for Rust. rust Quick Install To install this core run: cargo add opentelemetry_sdk 0.28.0 Version Rust Language Core Component Apache 2.0 License Package Details (crates) Repository otel4s by Ross A. Baker, Zach McCoy, Maksym Ochen...
369
800
2026-03-23T11:10:59.940956
?s=gitlab
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gitlab
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:14:54.085522
fileformat2.html
sqlite
https://www.sqlite.org/fileformat2.html
database
sql
x25ce ON ex25(c,e); CREATE INDEX ex25acde ON ex25(a,c,d,e); CREATE INDEX ex25ae ON ex25(a COLLATE nocase,e); Each row in the ex25ce index is a record with these columns: c, e, d, a. The first two columns are the columns being indexed, c and e. The remaining columns are the primary key of the corresponding table row. No...
62
795
2026-03-23T10:59:47.377004
?s=llm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=llm
devops
python
epository runtimetelemetry by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Runtime Telemetry runtimetelemetry instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository RXJava Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a RXJav...
267
800
2026-03-23T11:17:28.589357
apps
inngest
https://www.inngest.com/docs/apps
devops
typescript
Inngest Apps - Inngest Documentation Search... Contact sales Sign Up TypeScript SDK v4 is now available! See what's new Concepts Inngest Apps Copy Markdown Open In Inngest, apps map directly to your projects or services. When you serve your functions using our serve API handler, you are hosting a new Inngest app. With ...
0
800
2026-03-23T11:00:10.559880
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
-m-32-ef-512", "dataset_name": "deep-image-96-angular", "upload_time": 21989.2723651079, "total_upload_time": 21989.272429771, "p95_time": 0.0353164564, "rps": 36.4119448748, "parallel": 1, "p99_time": 0.0392711682, "mean_time": 0.0272822789, "mean_precisions": 0.982878, "engine_params": { "vectorIndexConfig": { "ef": ...
4,014
592
2026-03-23T11:15:13.620303
docker
docker
https://docs.docker.com/reference/compose-file/services/
devops
bash
: true . build build specifies the build configuration for creating a container image from source, as defined in the Compose Build Specification . blkio_config blkio_config defines a set of configuration options to set block I/O limits for a service. services : foo : image : busybox blkio_config : weight : 300 weight_d...
4
800
2026-03-23T11:25:03.789954
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
>>> 5 return asyncCommands . lrange ( "bikes:repairs" , 0 , - 1 ); }) . thenAccept ( System . out :: println ) // >>> [bike:very_important_bike, bike:important_bike, bike:1, bike:2, bike:3] . toCompletableFuture (); variadic . join (); CompletableFuture < Void > lpoprpop = asyncCommands . rpush ( "bikes:repairs" , "bik...
890
799
2026-03-23T11:05:26.646684
?s=ansible-role
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ansible-role
devops
python
tor Receiver by 🔭 OpenTelemetry Authors 🔭 The Fluent Forward Receiver for the OpenTelemetry Collector. 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...
115
800
2026-03-23T11:20:52.430541
1330-elicitation-enum-schema-improvements-and-standards
mcp
https://modelcontextprotocol.io/seps/1330-elicitation-enum-schema-improvements-and-standards
ai
typescript
multiple selection The untitled multi-select instance schema validating invalidating an incorrect multiple selection The titled multi-select instance schema validating a correct multiple selection The titled multi-select instance schema validating invalidating an incorrect multiple selection JSON meta-schema This is ou...
15
797
2026-03-23T10:53:58.638282
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
span> </span></span><span style="display:flex;"><span><span style="color:#080;font-style:italic"># Change the &#39;&lt;node-name&gt;&#39; placeholder before running the curl command</span> </span></span><span style="display:flex;"><span>curl -X GET http://127.0.0.1:8001/api/v1/nodes/&lt;node-name&gt;/proxy/configz | jq...
599
800
2026-03-23T11:17:36.485282
?s=aspnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspnet
devops
python
sion Autoinjection”, but with a few more features and a slightly different approach to content-script injection. js browser web-ext browserextension browser-extension chrome-extension firefox-extension safari-extension edge-extension autoinstrumentation JavaScript Language Utilities Component GPL-3.0 License Documentat...
378
799
2026-03-23T11:32:10.885449
?s=webhookevent
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webhookevent
devops
python
ary provides a Jodd HTTP instrumentation to track requests through OpenTelemetry. jodd http instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository JSF Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for JSF jsf instrumentation java Java...
255
800
2026-03-23T11:11:24.950301
connect-effect-postgres
drizzle_orm
https://orm.drizzle.team/docs/connect-effect-postgres
database
typescript
goodies! Our Primary backer Our Cloud Partner 🚀 Drizzle is giving you 10% off Turso Scaler and Pro for 1 Year 🚀 Product by Drizzle Team One Dollar Stats $1 per mo web analytics christmas deal Drizzle <> Effect Postgres WARNING This page explains concepts available on drizzle versions 1.0.0-beta.9 and higher. Effect i...
2
798
2026-03-23T10:55:20.459253
ios-app-clip
flutter
https://docs.flutter.dev/platform-integration/ios/ios-app-clip
mobile
dart
lip group, delete everything except Info.plist and <app clip target>.entitlements . Move files to trash. 3.2 If you don't use the SceneDelegate.swift file, remove the reference to it in the Info.plist . Open the Info.plist file in the App Clip group. Delete the entire dictionary entry for Application Scene Manifest . S...
2
692
2026-03-23T11:05:03.711016
opentelemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry/
devops
python
rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git...
64
799
2026-03-23T10:57:19.554426
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
of kind ResourceClaim HTTP Request GET /apis/resource.k8s.io/v1/resourceclaims Query Parameters Parameter Description allowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Client...
2,497
800
2026-03-23T10:56:49.345926
supabase-db-dump
supabase
https://supabase.com/docs/reference/cli/supabase-db-dump
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:32:47.897337
?s=orm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orm
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository File Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The File Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters ...
36
799
2026-03-23T11:30:50.150934
fts5.html
sqlite
https://www.sqlite.org/fts5.html
database
sql
dex mapping from each unique token to a list of instances of that token within a set of documents, where each instance is identified by the document in which it appears and its position within that document. For example: -- Given the following SQL: CREATE VIRTUAL TABLE ft USING fts5(a, b); INSERT INTO ft(rowid, a, b) V...
192
800
2026-03-23T10:59:30.114811
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
to each instruction. The design may be a bit counter-intuitive, but it has a lot of very interesting properties. First, the VM becomes trivial! It's just a few lines of code, and it doesn't have to worry about optimizing any large switch statements. It's just repeatedly calling functions one after the other! Here’s a s...
32
782
2026-03-23T11:03:06.264075
webpack
webpack
https://webpack.js.org/plugins/html-minimizer-webpack-plugin/
tooling
javascript
ings ? : unknown [ ] | undefined ; } ) | ( ( data : Record < string , string > , minimizerOptions : Record < string , any > , ) => { code : string ; errors ? : unknown [ ] | undefined ; warnings ? : unknown [ ] | undefined ; } ) [ ] ; Default: HtmlMinimizerPlugin.htmlMinifierTerser Allows you to override default minify...
7
799
2026-03-23T11:09:16.271024
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
h(80.8% 0.114 19.571) */ border-l-red-400 border-left-color: var(--color-red-400); /* oklch(70.4% 0.191 22.216) */ border-l-red-500 border-left-color: var(--color-red-500); /* oklch(63.7% 0.237 25.331) */ border-l-red-600 border-left-color: var(--color-red-600); /* oklch(57.7% 0.245 27.325) */ border-l-red-700 border-l...
349
800
2026-03-23T11:21:15.590209
?s=krakend
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=krakend
devops
python
ce Exporters for Java. java exporter metrics traces google Java Language Exporter Component Apache 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/recei...
178
800
2026-03-23T11:30:28.987290
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
stom-card> <div class="card-shadow"> <card-title>Hello</card-title> <div class="card-divider"></div> Default Body </div> </custom-card> ``` ## Aliasing content for projection Angular supports a special attribute, `ngProjectAs`, that allows you to specify a CSS selector on any element. Whenever an element with `ngProjec...
71
773
2026-03-23T10:56:08.577740
index.html
pytorch
https://pytorch.org/audio/stable/index.html
ml
python
, & Shi, Y. (2021). TorchAudio: Building Blocks for Audio and Speech Processing. arXiv preprint arXiv:2110.15018. In BibTeX format: @misc { hwang2023torchaudio , title = {TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch} , author = {Jeff Hwang and Moto ...
6
800
2026-03-23T11:22:00.391187
filter-result-2023-02-03.json
qdrant
https://qdrant.tech/benchmarks/filter-result-2023-02-03.json
database
python
"upload_time": 44.026487107999856, "total_upload_time": 680.002582219 }, { "engine_name": "weaviate", "p95_time": 0.01175759505276801, "rps": 1135.1996266598774, "p99_time": 0.0182420709944563, "mean_time": 0.006922761877891026, "mean_precisions": 0.9999959999999999, "engine_params": { "parallel": 8, "vectorIndexConfig...
27
682
2026-03-23T10:59:10.466152
detect-bun
bun
https://bun.sh/docs/guides/util/detect-bun
runtime
javascript
Get MIME type Check file exists Watch directory Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip compression DE...
4
800
2026-03-23T11:14:35.011390
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
ation hooks are registered via composer. There will be a new span created for each message that is consumed. The goal of this instrumentation is to allow distributed traces to happen across Kafka in PHP. This means that the following should happen extrdkafka instrumentation php Quick Install To install this instrumenta...
307
800
2026-03-23T11:30:38.941337
?s=gcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gcp
devops
python
tion Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry HTTPlug async auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for PHP HTTP Async Client httpasyncclient instrumentation php Quick Install To install this instrumentation library run: composer require open-...
308
800
2026-03-23T11:24:52.624401
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
up the listbox, use `useListCollection` to manage the [list collection](https://ark-ui.com/docs/collections/list-collection). ## Examples ### Controlled Control the listbox value externally using the `value` and `onValueChange` props for custom state management. ```tsx "use client" import { Code, Listbox, Stack, create...
583
776
2026-03-23T10:52:11.338981
?s=splunkenterprise
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=splunkenterprise
devops
python
rumentation Component Apache 2.0 License Repository Pinecone Instrumentation by Traceloop Instrumentation for Pinecone Vector DB python instrumentation pinecone Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Psycopg Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation fo...
330
800
2026-03-23T11:39:47.228426