id
large_stringlengths
54
122
language
large_stringclasses
5 values
repo_owner
large_stringlengths
2
28
repo_name
large_stringlengths
2
61
repo_stars
int64
501
245k
repo_forks
int64
7
109k
repo_description
large_stringlengths
9
468
repo_topics
listlengths
0
20
license
large_stringclasses
17 values
file_path
large_stringlengths
4
74
file_name
large_stringlengths
4
59
file_size
int64
101
610k
code
large_stringlengths
101
610k
word_count
int64
4
82.9k
char_count
int64
101
610k
line_count
int64
1
24.6k
data_quality_score
float64
0.95
0.98
timestamp
large_stringdate
2026-04-13 13:39:58
2026-04-23 15:56:29
scrubbed
bool
1 class
github_pathwaycom_pathway_c753a279bfa642ad87efc28af614aba9baa53a44
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/connectors/synchronization.rs
synchronization.rs
30,863
/// Below is a brief description of how a connector group functions. /// The user begins working with connector synchronization by registering /// a connector group using the `register_new_source` method in a coordinator object. /// This method returns an accessor object that provides simple access to the group itself....
2,988
30,855
817
0.98
2026-04-23T04:40:34.156333
true
github_typicode_lowdb_1eaf94b92baadc9ae5abb298e1a97d8bca123e6a
TypeScript
typicode
lowdb
22,525
967
Simple and fast JSON database
[ "database", "electron", "embeddable", "embedded-database", "javascript", "json", "localstorage", "lodash", "nodejs", "storage" ]
MIT
src/core/Low.test.ts
Low.test.ts
2,774
/* eslint-disable @typescript-eslint/ban-ts-comment */ import { deepEqual, equal, throws } from 'node:assert/strict' import fs from 'node:fs' import test from 'node:test' import lodash from 'lodash' import { temporaryFile } from 'tempy' import { Memory } from '../adapters/Memory.js' import { JSONFile, JSONFileSync } ...
373
2,774
120
0.98
2026-04-23T06:45:31.806265
true
github_lbjlaq_Antigravity-Manager_9ad26c304089a932ad7fd4b8c0a4389ff0cdca50
TypeScript
lbjlaq
Antigravity-Manager
28,337
3,089
Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。
[ "account-manager", "antigravity" ]
NOASSERTION
src/utils/format.ts
format.ts
3,341
import { formatDistanceToNow } from 'date-fns'; import { zhCN, zhTW, enUS, ja, tr, vi, ptBR } from 'date-fns/locale'; export function formatRelativeTime(timestamp: number, language: string = 'zh-CN'): string { let locale = enUS; if (language === 'zh-CN' || language === 'zh') locale = zhCN; else if (languag...
447
3,269
101
0.98
2026-04-17T13:28:48.896427
true
github_cayleygraph_cayley_a8b69481bfcf4a68688a1072bdd2e7a1c03a4346
Go
cayleygraph
cayley
15,043
1,243
An open-source graph database
[ "cayley", "go", "graph", "graph-database", "linked-data" ]
Apache-2.0
internal/http/query.go
query.go
3,396
// Copyright 2014 The Cayley Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
429
3,396
141
0.98
2026-04-17T10:36:51.500629
true
github_ultraworkers_claw-code_580a078b31b28a3eb5aadfa4062b07ecf01d2d16
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/tools.py
tools.py
3,285
from __future__ import annotations import json from dataclasses import dataclass from functools import lru_cache from pathlib import Path from .models import PortingBacklog, PortingModule from .permissions import ToolPermissionContext SNAPSHOT_PATH = Path(__file__).resolve().parent / 'reference_data' / 'tools_snapsh...
315
3,283
97
0.98
2026-04-17T13:13:27.392724
true
github_vercel_pkg_20e0424bb4d2b945e88e7abc099f1f79ee2946e3
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/common.ts
common.ts
5,508
import assert from 'assert'; import fs from 'fs'; import path from 'path'; export const STORE_BLOB = 0; export const STORE_CONTENT = 1; export const STORE_LINKS = 2; export const STORE_STAT = 3; export const ALIAS_AS_RELATIVE = 0; // require("./file.js") // file or directory export const ALIAS_AS_RESOLVABLE = 1; // re...
733
5,508
267
0.98
2026-04-23T06:43:01.240421
true
github_Chalarangelo_30-seconds-of-code_0656e952ac6f36e76923083bacca71f9c13b53ca
JavaScript
Chalarangelo
30-seconds-of-code
127,546
12,477
Coding articles to level up your development skills
[ "astro", "awesome-list", "css", "education", "es6-javascript", "git", "html", "javascript", "learn-to-code", "learning-resources", "nodejs", "programming", "snippets" ]
CC-BY-4.0
src/lib/astroContent.js
astroContent.js
1,489
import fs from 'fs-extra/esm'; import Page from '#src/adapters/page.js'; import Collection from '#src/models/collection.js'; import Snippet from '#src/models/snippet.js'; import settings from '#src/config/settings.js'; export default class AstroContent { static get outputParams() { return [({ spaces: 2 }, () => ...
139
1,489
60
0.98
2026-04-23T06:14:54.024260
true
github_jagenjo_litegraph.js_2c02bdf334987a49729b846a1f70d22695fa9e06
JavaScript
jagenjo
litegraph.js
7,976
832
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
[ "blueprints", "canvas2d", "editor", "graph", "graphs", "javascript", "modular", "nocode", "node-graph", "nodejs", "nodes", "visual", "visual-programming", "workflow" ]
MIT
src/nodes/audio.js
audio.js
46,195
(function(global) { var LiteGraph = global.LiteGraph; var LGAudio = {}; global.LGAudio = LGAudio; LGAudio.getAudioContext = function() { if (!this._audio_context) { window.AudioContext = window.AudioContext || window.webkitAudioContext; if (!wi...
3,443
46,195
1,457
0.98
2026-04-23T07:11:46.378498
true
github_infracost_infracost_b6cf731c1a1e80a2f1825cae135a97a8d97e575e
Go
infracost
infracost
12,271
667
Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!
[ "aws", "azure", "cloud", "cloud-cost-estimates", "cost-estimation", "cost-management", "cost-optimization", "devops", "finops", "gcp", "google", "infrastructure-as-code", "monthly-costs", "terraform", "terraform-cost-estimation" ]
Apache-2.0
internal/hcl/reference_test.go
reference_test.go
1,086
package hcl import ( "testing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) func Test_ReferenceParsing(t *testing.T) { cases := []struct { input []string expected string }{ { input: []string{"module", "my-mod"}, expected: "module.my-mod", }, { input: [...
96
1,086
53
0.98
2026-04-17T11:39:14.554182
true
github_ssbc_patchwork_7315715bb9112fa103aef70dc9800102a0562358
JavaScript
ssbc
patchwork
3,571
333
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
[ "decentralized", "decentralized-messaging", "electron", "javascript", "linux", "macos", "nodejs", "off-grid", "offline", "p2p", "scuttlebutt", "server", "social", "social-network", "ssb", "windows" ]
AGPL-3.0
lib/depject/sbot.js
sbot.js
7,987
const pull = require('pull-stream') const defer = require('pull-defer') const { Value, onceTrue, watch, Set: MutantSet } = require('mutant') const ref = require('ssb-ref') const Reconnect = require('pull-reconnect') const createClient = require('ssb-client') const nest = require('depnest') const ssbKeys = require('ssb-...
754
7,987
293
0.98
2026-04-23T07:48:51.573223
true
github_go-shiori_shiori_cef2ede801cb378a7d16faa1270f97ad58afe8d4
Go
go-shiori
shiori
11,424
614
Simple bookmark manager built with Go
[ "bookmark-manager", "command-line", "go", "golang", "hacktoberfest", "web-interface" ]
MIT
internal/domains/storage.go
storage.go
2,200
package domains import ( "fmt" "io" "io/fs" "os" "path/filepath" "github.com/go-shiori/shiori/internal/model" "github.com/spf13/afero" ) type StorageDomain struct { deps model.Dependencies fs afero.Fs } func NewStorageDomain(deps model.Dependencies, fs afero.Fs) *StorageDomain { return &StorageDomain{ ...
311
2,200
99
0.98
2026-04-17T12:18:45.484144
true
github_miragejs_miragejs_fbc65623b9ae5bc42dfdac4fd5e56d58ca91eceb
JavaScript
miragejs
miragejs
5,529
175
A client-side server to build, test and share your JavaScript app
[ "database", "hacktoberfest", "mock", "testing", "testing-tools" ]
MIT
lib/serializer-registry.js
serializer-registry.js
2,866
import Model from "./orm/model"; import Collection from "./orm/collection"; import PolymorphicCollection from "./orm/polymorphic-collection"; import Serializer from "./serializer"; import JsonApiSerializer from "./serializers/json-api-serializer"; import { camelize } from "./utils/inflector"; import assert from "./asse...
247
2,866
98
0.98
2026-04-23T12:19:50.779497
true
github_paperless-ngx_paperless-ngx_e95c77ae44d24bcf8de792ef62614cba3d620e56
Python
paperless-ngx
paperless-ngx
39,749
2,569
A community-supported supercharged document management system: scan, index and archive all your documents
[ "angular", "archiving", "django", "dms", "document-management", "document-management-system", "hacktoberfest", "machine-learning", "ocr", "optical-character-recognition", "pdf" ]
GPL-3.0
src/paperless/apps.py
apps.py
622
from django.apps import AppConfig from django.utils.translation import gettext_lazy as _ from paperless.signals import handle_failed_login from paperless.signals import handle_social_account_updated class PaperlessConfig(AppConfig): name = "paperless" verbose_name = _("Paperless") def ready(self) -> No...
41
622
23
0.98
2026-04-22T13:33:56.522716
true
github_eksctl-io_eksctl_f70fc41e6346d716e613308eb26bf657b08f425a
Go
eksctl-io
eksctl
5,192
1,490
The official CLI for Amazon EKS
[ "amazon-web-services", "aws-cloudformation", "aws-ec2", "aws-eks", "eks", "kubernetes", "kubernetes-cluster", "kubernetes-deployment", "kubernetes-setup" ]
NOASSERTION
pkg/drain/nodegroup_test.go
nodegroup_test.go
11,166
package drain_test import ( "context" "errors" "fmt" "time" "golang.org/x/sync/semaphore" corev1 "k8s.io/api/core/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" "github.com/weaveworks/eksctl/pkg/drain/evictor" "github.com/weaveworks/eksctl/pkg/drain/fakes" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1...
749
11,166
402
0.98
2026-04-17T21:35:10.025417
true
github_louis-e_arnis_52aaae226548ebf101a6cc44aa5cba5a4adfb26d
Rust
louis-e
arnis
15,087
1,199
Generate any location from the real world in Minecraft with a high level of detail.
[ "maps", "minecraft", "openstreetmap", "osm", "overpass-api", "rust", "tauri" ]
Apache-2.0
src/element_processing/historic.rs
historic.rs
11,693
//! Processing of historic elements. //! //! This module handles historic OSM elements including: //! - `historic=memorial` - Memorials, monuments, and commemorative structures use crate::args::Args; use crate::block_definitions::*; use crate::deterministic_rng::element_rng; use crate::floodfill_cache::FloodFillCache;...
1,368
11,693
341
0.98
2026-04-17T13:53:34.173829
true
github_QingyongHu_RandLA-Net_7e218342c99a4c451ded1aa761db224d1ddd0a66
Python
QingyongHu
RandLA-Net
1,535
335
🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
[ "3d-vision", "computer-vision", "s3dis", "semantic-segmentation", "semantic3d", "semantickitti" ]
NOASSERTION
main_S3DIS.py
main_S3DIS.py
12,436
from os.path import join from RandLANet import Network from tester_S3DIS import ModelTester from helper_ply import read_ply from helper_tool import ConfigS3DIS as cfg from helper_tool import DataProcessing as DP from helper_tool import Plot import tensorflow as tf import numpy as np import time, pickle, argparse, glob,...
928
12,436
270
0.98
2026-04-22T18:37:46.677312
true
github_mochajs_mocha_499b52b0a271fd96dd13533a830d241fe02b1008
JavaScript
mochajs
mocha
22,882
3,066
☕️ Classic, reliable, trusted test framework for Node.js and the browser
[ "bdd", "browser", "javascript", "mocha", "mochajs", "node", "nodejs", "tdd", "test", "test-framework", "testing", "testing-tools" ]
MIT
lib/test.js
test.js
2,578
"use strict"; var Runnable = require("./runnable"); var utils = require("./utils"); var errors = require("./errors"); var createInvalidArgumentTypeError = errors.createInvalidArgumentTypeError; var isString = utils.isString; const { MOCHA_ID_PROP_NAME } = utils.constants; class Test extends Runnable { /** * Init...
275
2,578
110
0.98
2026-04-23T06:44:10.356456
true
github_TryCatchHCF_PacketWhisper_c979b16addeeee33a3b91f013811a18b831ba46b
Python
TryCatchHCF
PacketWhisper
648
121
PacketWhisper: Stealthily exfiltrate data and defeat attribution using DNS queries and text-based steganography. Avoid the problems associated with typical DNS exfiltration methods. Transfer data between systems without the communicating devices directly connecting to each other or to a common endpoint. No need to cont...
[ "cryptography", "data-exfiltration", "dlp", "exfiltration", "hacking", "hacking-tools", "pentest-tool", "pentesting", "red-team", "security", "security-tools", "steganography" ]
MIT
cloakify.py
cloakify.py
3,126
#!/usr/bin/python # # Filename: cloakify.py # # Version: 1.1.0 # # Author: Joe Gervais (TryCatchHCF) # # Summary: Exfiltration toolset (see decloakify.py) that transforms any filetype (binaries, # archives, images, etc.) into lists of words / phrases / Unicode to ease exfiltration of # data across monitored netwo...
464
3,126
96
0.98
2026-04-23T04:36:28.858322
true
github_compodoc_compodoc_277dc3820f5e5dd5281d098a630f97b2a1ecfc22
TypeScript
compodoc
compodoc
4,100
415
:notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application
[ "angular", "angular2", "ast", "devtools", "documentation", "documentation-tool", "generator", "jsdoc", "typescript" ]
MIT
src/utils/angular-version.util.ts
angular-version.util.ts
1,851
import * as semver from 'semver'; import { IAngularApi } from './angular-api.util'; export class AngularVersionUtil { private static readonly CorePackage = '@angular/core'; private static instance: AngularVersionUtil; private constructor() {} public static getInstance() { if (!AngularVersionUt...
163
1,851
64
0.98
2026-04-18T00:24:34.114490
true
github_Huachao_vscode-restclient_3726ca2d0fadd32f398fd58ea86f28bf6acd0c3f
TypeScript
Huachao
vscode-restclient
5,981
516
REST Client Extension for Visual Studio Code
[ "graphql", "http", "http-client", "rest", "rest-api", "rest-client", "typescript", "visual-studio-code", "vscode", "vscode-extension" ]
MIT
src/controllers/requestController.ts
requestController.ts
6,760
import { ExtensionContext, Range, TextDocument, ViewColumn, window } from 'vscode'; import Logger from '../logger'; import { IRestClientSettings, RequestSettings, RestClientSettings } from '../models/configurationSettings'; import { HistoricalHttpRequest, HttpRequest } from '../models/httpRequest'; import { RequestMeta...
564
6,758
159
0.98
2026-04-18T01:32:14.758841
true
github_vercel-labs_dev3000_a07c144e5a01c5daecd1c0211f43f7257c29bb39
TypeScript
vercel-labs
dev3000
1,147
68
Captures your web app's complete development timeline - server logs, browser events, console messages, network requests, and automatic screenshots - in a unified, timestamped feed for AI debugging.
[ "ai", "devtools", "web" ]
MIT
src/utils/repo-validate.test.ts
repo-validate.test.ts
844
import { describe, expect, it } from "vitest" import { isValidRepoArg } from "./repo-validate.js" describe("isValidRepoArg", () => { it("accepts owner/name", () => { expect(isValidRepoArg("vercel/dev3000")).toBe(true) }) it("accepts GitHub URLs", () => { expect(isValidRepoArg("https://github.com/vercel/...
53
844
23
0.98
2026-04-18T00:31:36.814087
true
github_fluxcd_flux_4485cae5986a269f03f368d518a00d3644547e64
Go
fluxcd
flux
6,870
1,068
Successor: https://github.com/fluxcd/flux2
[ "gitops", "kubernetes", "legacy" ]
Apache-2.0
pkg/install/install_test.go
install_test.go
4,432
package install import ( "testing" "github.com/instrumenta/kubeval/kubeval" "github.com/stretchr/testify/assert" yaml "gopkg.in/yaml.v2" ) func testFillInTemplates(t *testing.T, expectedNoManifests int, params TemplateParameters) map[string][]byte { manifests, err := FillInTemplates(params) assert.NoError(t, e...
369
4,432
146
0.98
2026-04-17T20:31:17.824176
true
github_aden-hive_hive_121b831f9fc5745e7472b5ab9f288c096a6fe1cc
Python
aden-hive
hive
10,120
5,618
Multi-Agent Harness for Production AI
[ "agent", "agent-framework", "agent-skills", "anthropic", "automation", "autonomous-agents", "claude", "harness", "harness-engineering", "human-in-the-loop", "openai", "python", "self-hosted", "self-improving" ]
Apache-2.0
core/tests/test_hallucination_detection.py
test_hallucination_detection.py
8,767
""" Test hallucination detection in DataBuffer and OutputValidator. These tests verify that code detection works correctly across the entire string content, not just the first 500 characters. """ import pytest from framework.orchestrator.node import DataBuffer, DataBufferWriteError from framework.orchestrator.valida...
892
8,767
233
0.98
2026-04-23T00:56:57.345191
true
github_Canop_broot_0132f048846264d1c522ee1ff48b2a892c82efe6
Rust
Canop
broot
12,607
285
A new way to see and navigate directory trees : https://dystroy.org/broot
[ "balanced-bfs-descent", "command-line", "command-line-tool", "fuzzy-search", "hacktoberfest", "linux", "rust", "tree" ]
MIT
src/content_search/mod.rs
mod.rs
2,394
mod content_match; mod content_search_result; mod needle; pub use { crate::content_type::{ self, extensions, magic_numbers, }, content_match::ContentMatch, content_search_result::ContentSearchResult, needle::Needle, std::io::{ BufRead, BufReader, }, }...
276
2,394
96
0.98
2026-04-17T14:18:00.414601
true
github_nektos_act_6e2f4bf1ee0ecc529371d91a3177492b686f6104
Go
nektos
act
69,901
1,912
Run your GitHub Actions locally 🚀
[ "ci", "devops", "github-actions", "golang" ]
MIT
main_test.go
main_test.go
120
package main import ( "os" "testing" ) func TestMain(_ *testing.T) { os.Args = []string{"act", "--help"} main() }
17
120
12
0.98
2026-04-17T07:13:18.628028
true
github_sashabaranov_go-openai_6c6a35643fdf494b997a4d3d1925186653af7582
Go
sashabaranov
go-openai
10,623
1,689
OpenAI ChatGPT, GPT-5, GPT-Image-1, Whisper API clients for Go
[ "chatgpt", "chatgpt-api", "dall-e", "go", "golang", "gpt-4", "gpt-5", "gpt-5-api", "openai", "openai-whisper", "streaming-api" ]
Apache-2.0
audio_api_test.go
audio_api_test.go
4,107
package openai_test import ( "bytes" "context" "errors" "io" "mime" "mime/multipart" "net/http" "path/filepath" "strings" "testing" "github.com/sashabaranov/go-openai" "github.com/sashabaranov/go-openai/internal/test" "github.com/sashabaranov/go-openai/internal/test/checks" ) // TestAudio Tests the tran...
389
4,097
161
0.98
2026-04-17T12:35:13.530100
true
github_graphql-hive_graphql-config_a4c147b042295c95c798d0cff6cf3f250fc879b3
TypeScript
graphql-hive
graphql-config
1,201
101
One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)
[ "apollo", "devtools", "graphql", "graphql-schema", "graphqlrc", "intellij", "relay", "the-guild" ]
MIT
src/errors.ts
errors.ts
1,904
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type -- TODO: fix lint error function ExtendableBuiltin<T extends Function>(cls: T): T { function ExtendableBuiltin(this: any, ...args) { cls.apply(this, args); } ExtendableBuiltin.prototype = Object.create(cls.prototype); Object.setPrototype...
183
1,904
71
0.98
2026-04-18T00:31:00.438011
true
github_ultraworkers_claw-code_f4f4d132bc8310229ec493ab4b131ca6df6252cc
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/interactiveHelpers.py
interactiveHelpers.py
129
from __future__ import annotations def bulletize(items: list[str]) -> str: return '\n'.join(f'- {item}' for item in items)
16
129
6
0.98
2026-04-17T13:13:13.387758
true
github_rust-lang_rust_8b9db4638e4736ff2e470f48ddb1056ceb4f52e7
Rust
rust-lang
rust
112,076
14,769
Empowering everyone to build reliable and efficient software.
[ "compiler", "language", "rust" ]
Apache-2.0
src/librustdoc/fold.rs
fold.rs
4,910
use std::mem; use crate::clean::*; pub(crate) fn strip_item(mut item: Item) -> Item { if !matches!(item.inner.kind, StrippedItem(..)) { item.inner.kind = StrippedItem(Box::new(item.inner.kind)); } item } pub(crate) trait DocFolder: Sized { fn fold_item(&mut self, item: Item) -> Option<Item> {...
345
4,910
134
0.98
2026-04-17T13:13:50.545659
true
github_pubkey_rxdb_2858d503e43b41710570bf5b53be43cc687f11ee
TypeScript
pubkey
rxdb
23,156
1,161
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/query-cache.ts
query-cache.ts
4,279
/** * the query-cache makes sure that on every query-state, exactly one instance can exist * if you use the same mango-query more than once, it will reuse the first RxQuery */ import type { RxQuery, RxCacheReplacementPolicy, RxCollection } from './types/index.d.ts'; import { getFromMapOrCreate, n...
450
4,279
141
0.98
2026-04-23T08:21:59.662056
true
github_kyverno_kyverno_34b1993daf4be01da44c03621d70de9077a603da
Go
kyverno
kyverno
7,636
1,314
Unified Policy as Code
[ "compliance", "governance", "kubernetes", "policy-as-code", "security" ]
Apache-2.0
cmd/internal/metrics.go
metrics.go
6,210
package internal import ( "context" "crypto/tls" "errors" "fmt" "net/http" "strings" "time" "github.com/go-logr/logr" "github.com/kyverno/kyverno/pkg/config" "github.com/kyverno/kyverno/pkg/controllers/certmanager" "github.com/kyverno/kyverno/pkg/informers" "github.com/kyverno/kyverno/pkg/logging" "githu...
504
6,210
169
0.98
2026-04-17T20:25:10.847661
true
github_jbexta_AgentPilot_df176219a5b2c7c8ba29f4da160afe5686af3689
Python
jbexta
AgentPilot
549
77
A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows.
[ "agent", "agi", "ai", "artificial-intelligence", "claude", "copilot", "copilot-chat", "desktop-assistant", "gemini", "gui", "openai", "python", "realtime-api", "structured-output", "tool-calling", "windows-copilot", "workflow-automation", "workflow-engine" ]
AGPL-3.0
src/members/model.py
model.py
11,595
import base64 import json import os import re from src.gui.config import ConfigFields from src.members.base import Member from src.utils import sql from src.utils.filesystem import get_application_path from src.utils.helpers import convert_model_json_to_obj from src.utils.media import play_file class Model(Member): ...
942
11,595
322
0.98
2026-04-23T01:20:22.603716
true
github_seanmonstar_reqwest_f213b55bc9b1ee95d4b83e7e38d477752be87f53
Rust
seanmonstar
reqwest
11,552
1,352
An easy and powerful Rust HTTP Client
[ "http", "http-client", "rust" ]
Apache-2.0
src/blocking/body.rs
body.rs
11,009
use std::fmt; use std::fs::File; use std::future::Future; #[cfg(feature = "multipart")] use std::io::Cursor; use std::io::{self, Read}; use std::mem::{self, MaybeUninit}; use std::ptr; use bytes::Bytes; use futures_channel::mpsc; use crate::async_impl; /// The body of a `Request`. /// /// In most cases, this is not ...
1,319
11,009
373
0.98
2026-04-17T14:21:14.490973
true
github_devspace-sh_devspace_7057c4720edc593760c3ec413d33a19ce68ebeb9
Go
devspace-sh
devspace
4,958
408
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
[ "cli", "cloud-native", "container", "containerization", "dev", "developer-tool", "developer-tools", "development", "development-tools", "devops", "devops-tools", "devspace", "devtool", "docker", "golang", "helm", "kaniko", "kubernetes", "microservice", "minikube" ]
Apache-2.0
cmd/reset/vars.go
vars.go
1,668
package reset import ( "github.com/loft-sh/devspace/cmd/flags" "github.com/loft-sh/devspace/pkg/util/factory" "github.com/loft-sh/devspace/pkg/util/message" "github.com/pkg/errors" "github.com/spf13/cobra" ) type varsCmd struct { *flags.GlobalFlags } func newVarsCmd(f factory.Factory, flags *flags.GlobalFlags...
178
1,668
76
0.98
2026-04-17T21:41:52.448322
true
github_sharkdp_fd_5e45d3b1ce13726d7951121d26046ea27ab0a94d
Rust
sharkdp
fd
42,581
1,039
A simple, fast and user-friendly alternative to 'find'
[ "cli", "command-line", "filesystem", "hacktoberfest", "regex", "rust", "search", "terminal", "tool" ]
Apache-2.0
src/filter/mod.rs
mod.rs
158
pub use self::size::SizeFilter; pub use self::time::TimeFilter; #[cfg(unix)] pub use self::owner::OwnerFilter; mod size; mod time; #[cfg(unix)] mod owner;
17
158
12
0.98
2026-04-17T13:19:29.255445
true
github_react-dates_react-dates_204c2351037d99ba3092847c5eb2809533709276
JavaScript
react-dates
react-dates
12,203
1,683
An easily internationalizable, mobile-friendly datepicker library for the web
[ "calendar", "datepicker", "dates", "react", "react-component", "react-dates" ]
MIT
src/shapes/OpenDirectionShape.js
OpenDirectionShape.js
148
import PropTypes from 'prop-types'; import { OPEN_DOWN, OPEN_UP, } from '../constants'; export default PropTypes.oneOf([OPEN_DOWN, OPEN_UP]);
15
148
9
0.98
2026-04-23T05:28:54.609830
true
github_gtalarico_django-vue-template_ad5e09ea3e744309c863476b3806a037ee174429
JavaScript
gtalarico
django-vue-template
1,624
400
Django Rest + Vue JS Template
[ "django", "django-rest-framework", "rest-api", "vue", "vuecli", "vuejs", "whitenoise" ]
MIT
vue.config.js
vue.config.js
598
// const IS_PRODUCTION = process.env.NODE_ENV === 'production' module.exports = { outputDir: 'dist', assetsDir: 'static', // baseUrl: IS_PRODUCTION // ? 'http://cdn123.com' // : '/', // For Production, replace set baseUrl to CDN // And set the CDN origin to `yourdomain.com/static` // Wh...
77
598
22
0.98
2026-04-23T01:56:22.494692
true
github_howtographql_howtographql_58ca048a754cdd3fc03c327f150daaf4ed93144c
JavaScript
howtographql
howtographql
8,728
1,137
The Fullstack Tutorial for GraphQL
[ "apollographql", "graphql", "prisma", "tutorial" ]
MIT
gatsby-node.js
gatsby-node.js
3,222
const path = require('path') const StaticSiteGeneratorPlugin = require('static-site-generator-webpack-plugin') const xmldom = require('xmldom') const {syncToAlgolia} = require('./algoliasync') exports.onCreateNode = ({ node, boundActionCreators, getNode }) => { const { createNodeField } = boundActionCreators let s...
298
3,222
116
0.98
2026-04-18T01:29:18.782475
true
github_grafana_pyroscope_15e290acbffa632b6d8d28cd890e8014856bf86c
Go
grafana
pyroscope
11,365
737
Continuous Profiling Platform. Debug performance issues down to a single line of code
[ "continuous-profiling", "developer-tools", "devops", "find-bottlenecks", "golang", "hacktoberfest", "linux", "monitoring", "observability", "performance", "profiling", "pyroscope", "python", "ruby" ]
AGPL-3.0
pkg/clientpool/ingester_client_pool.go
ingester_client_pool.go
3,509
package clientpool import ( "context" "flag" "io" "time" "connectrpc.com/connect" "github.com/go-kit/log" "github.com/grafana/dskit/ring" ring_client "github.com/grafana/dskit/ring/client" "github.com/prometheus/client_golang/prometheus" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure...
247
3,509
92
0.98
2026-04-17T12:21:11.531421
true
github_klothoplatform_klotho_a7faff35b23b4cbefd9a131766668b9f7e327ed3
Go
klothoplatform
klotho
1,142
39
Klotho - write AWS applications at lightning speed
[ "architecture", "aws", "aws-lambda", "azure", "fargate", "gcp", "kubernetes", "microservices", "pulumi", "serverless", "terraform" ]
Apache-2.0
pkg/tui/ring_buffer.go
ring_buffer.go
1,193
package tui type RingBuffer[T any] struct { buf []T head int tail int } func NewRingBuffer[T any](size int) *RingBuffer[T] { return &RingBuffer[T]{buf: make([]T, size)} } func (r *RingBuffer[T]) Push(v T) { r.buf[r.head] = v r.head = (r.head + 1) % len(r.buf) if r.head == r.tail { r.tail = (r.tail + 1) % l...
215
1,193
74
0.98
2026-04-18T01:19:49.734271
true
github_nextapps-de_flexsearch_dc1907dd3b9bfc8db2bece28998e1d06f8099529
JavaScript
nextapps-de
flexsearch
13,675
523
Next-generation full-text search library for Browser and Node.js
[ "elasticsearch", "full-text-search", "fulltext-search", "fuzzy", "fuzzy-search", "javascript", "javascript-library", "nodejs", "open-source", "search", "search-algorithm", "search-engine", "search-in-text", "searching", "searching-algorithms", "web", "web-worker" ]
Apache-2.0
src/db/interface.js
interface.js
1,988
import { PersistentOptions, SearchResults, EnrichedSearchResults } from "../type.js"; /** * @interface */ export default function StorageInterface(name, config){}; // Mandatory Initializer // ------------------------------ // assign store to an index StorageInterface.prototype.mount = async function(index){}; // o...
228
1,988
63
0.98
2026-04-23T06:57:10.192464
true
github_graphql_graphql-js_287be40bfe912039e3d4038054f080be24f18955
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/utilities/typeComparators.ts
typeComparators.ts
3,583
import type { GraphQLCompositeType, GraphQLType } from '../type/definition'; import { isAbstractType, isInterfaceType, isListType, isNonNullType, isObjectType, } from '../type/definition'; import type { GraphQLSchema } from '../type/schema'; /** * Provided two types, return true if the types are equal (inva...
468
3,583
120
0.98
2026-04-18T01:25:12.333417
true
github_cosmos_cosmos-sdk_2d3c662cbe3b700b6fc1a94d33287940d8a2624c
Go
cosmos
cosmos-sdk
6,981
4,172
:chains: A Framework for Building High Value Public Blockchains :sparkles:
[ "blockchain", "cometbft", "cosmos-sdk", "cryptocurrency", "go", "golang", "tendermint" ]
Apache-2.0
internal/testutil/cmd.go
cmd.go
1,683
package testutil import ( "strings" "testing" "github.com/spf13/cobra" "github.com/spf13/pflag" ) // ResetArgs resets arguments for the command. It is desired to be a helpful function for the cmd.SetArgs // in the case of calling multiple times in a unit test, as cmd.SetArgs doesn't // reset the flag value as ex...
239
1,683
51
0.98
2026-04-17T16:45:53.870523
true
github_webpack_webpack-cli_4cf4e0531a6e54a87514e9c89eead222533f8aca
JavaScript
webpack
webpack-cli
2,604
668
Webpack's Command Line Interface
[ "cli", "scaffold", "webpack" ]
MIT
jest.config.js
jest.config.js
747
module.exports = { testEnvironment: "node", coverageProvider: "v8", collectCoverage: false, collectCoverageFrom: ["packages/*/src/**/*.ts"], coverageDirectory: ".jest_coverage", coverageReporters: ["json"], transform: { "^.+\\.tsx?$": [ "ts-jest", { useESM: true, tsconfig: ...
47
747
24
0.98
2026-04-23T12:49:37.194583
true
github_bnb-chain_bsc_254b3302e2cff91498b5fd76891b4d9dffc81f7d
Go
bnb-chain
bsc
3,240
1,785
A BNB Smart Chain client based on the go-ethereum fork
[ "blockchain", "bnb", "ethereum" ]
LGPL-3.0
cmd/abigen/namefilter_test.go
namefilter_test.go
1,497
// Copyright 2022 The go-ethereum Authors // This file is part of go-ethereum. // // go-ethereum is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any la...
204
1,497
56
0.98
2026-04-17T16:49:37.709841
true
github_ZhuLinsen_daily_stock_analysis_3ac0bcef9c7f048ef949887eac649ef87bc2abb4
Python
ZhuLinsen
daily_stock_analysis
30,272
30,966
LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.
[ "agent", "ai", "aigc", "gemini", "llm", "quant", "quantitative-trading", "rag", "stock" ]
MIT
src/agent/factory.py
factory.py
12,860
# -*- coding: utf-8 -*- """ Shared factory for building fully-configured AgentExecutor instances. Centralises construction to eliminate boilerplate duplicated across api/v1/endpoints/agent.py, bot/commands/chat.py, bot/commands/ask.py, and src/core/pipeline.py. Performance notes ----------------- * ``ToolRegistry`` i...
1,037
12,857
358
0.98
2026-04-17T15:27:20.686373
true
github_bvaughn_react-virtualized_8dd2bfff20b87101766ffd0384497b339f62a265
JavaScript
bvaughn
react-virtualized
27,068
3,034
React components for efficiently rendering large lists and tabular data
[ "grid", "list", "listview", "performance", "react", "react-components", "tabular-data", "virtualization", "windowing" ]
MIT
source/List/List.example.js
List.example.js
6,981
import clsx from 'clsx'; import Immutable from 'immutable'; import PropTypes from 'prop-types'; import * as React from 'react'; import styles from './List.example.css'; import AutoSizer from '../AutoSizer'; import List from './List'; import { ContentBox, ContentBoxHeader, ContentBoxParagraph, } from '../demo/Cont...
446
6,981
256
0.98
2026-04-23T04:50:32.531516
true
github_facebook_react_a486ccf2d91ecafd7437e3bcd0c59bfe8c1e9e24
JavaScript
facebook
react
244,610
50,966
The library for web and native user interfaces.
[ "declarative", "frontend", "javascript", "library", "react", "ui" ]
MIT
ReactVersions.js
ReactVersions.js
1,994
'use strict'; // This module is the single source of truth for versioning packages that we // publish to npm. // // Packages will not be published unless they are added here. // // The @latest channel uses the version as-is, e.g.: // // 19.3.0 // // The @canary channel appends additional information, with the scheme...
260
1,994
65
0.98
2026-04-23T04:44:37.778121
true
github_firefox-devtools_profiler_78b451ea5c95746fa2041fdcc3d81ac9d72f1fcb
TypeScript
firefox-devtools
profiler
1,481
465
Firefox Profiler — Web app for Firefox performance analysis
[ "devtools", "firefox", "gecko-profiler", "javascript", "performance", "profiler", "react", "redux" ]
MPL-2.0
src/profile-logic/zip-files.ts
zip-files.ts
7,889
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { ensureIsValidTabSlug, objectEntries } from '../utils/types'; import type JSZip from 'jszip'; import type ...
855
7,889
245
0.98
2026-04-18T00:29:56.064780
true
github_danvk_dygraphs_6e3db8f0e6318dbd7078894c10cbd5604ef4bcb1
JavaScript
danvk
dygraphs
3,234
594
Interactive visualizations of time series using JavaScript and the HTML canvas tag
[ "canvas", "charting-library", "dygraphs", "timeseries", "visualization" ]
NOASSERTION
src/dygraph-layout.js
dygraph-layout.js
11,155
'use strict'; /** * @license * Copyright 2011 Dan Vanderkam ([REDACTED_EMAIL]) * MIT-licenced: https://opensource.org/licenses/MIT */ /** * @fileoverview Based on PlotKitLayout, but modified to meet the needs of * dygraphs. */ /*global Dygraph:false */ import * as utils from './dygraph-utils'; /** * Create...
1,445
11,155
368
0.98
2026-04-23T14:45:25.681629
true
github_micro-editor_micro_6ecd955296e7aff1daff605795b24c7996ffa6b4
Go
micro-editor
micro
28,429
1,304
A modern and intuitive terminal-based text editor
[ "command-line", "cross-platform", "editor", "go", "golang", "micro", "terminal", "text-editor" ]
MIT
internal/action/infopane.go
infopane.go
6,013
package action import ( "bytes" "github.com/micro-editor/micro/v2/internal/buffer" "github.com/micro-editor/micro/v2/internal/config" "github.com/micro-editor/micro/v2/internal/display" "github.com/micro-editor/micro/v2/internal/info" "github.com/micro-editor/micro/v2/internal/util" "github.com/micro-editor/tc...
722
6,013
242
0.98
2026-04-17T08:23:15.777338
true
github_tursodatabase_turso_422784e160662284713922f3028c4c88f69b0b5d
Rust
tursodatabase
turso
18,264
837
Turso is an in-process SQL database, compatible with SQLite.
[ "database", "embedded-database", "sql", "sqlite3", "webassembly" ]
MIT
core/numeric/decimal.rs
decimal.rs
13,255
use bigdecimal::BigDecimal; use num_bigint::{BigInt, Sign}; use crate::LimboError; const NUMERIC_BLOB_VERSION: u8 = 0x01; const FLAG_NEGATIVE: u8 = 0x01; const MAX_SCALE_MAGNITUDE: i64 = 1_000_000; /// Serialize a BigDecimal to our portable blob format. /// /// Format (all multi-byte values little-endian): /// ```te...
1,388
13,241
390
0.98
2026-04-17T13:46:26.977859
true
github_rustdesk_rustdesk_43c033a11ae23d5b3f7ed108bacb43604d23f879
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/lang/fi.rs
fi.rs
44,671
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Tila"), ("Your Desktop", "Oma työpöytä"), ("desk_tip", "Työpöytääsi voidaan käyttää tällä tunnuksella ja salasanalla."), ("Password", "Salasana"), ("Ready", "Va...
3,711
43,568
748
0.98
2026-04-17T13:14:29.683323
true
github_knazeri_edge-connect_94d161c5ec888782493176c9c97e5b6dc6c92364
Python
knazeri
edge-connect
2,615
533
EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
[ "canny-edge-detection", "deep-learning", "edgeconnect", "gans", "generative-adversarial-network", "image-inpainting", "pytorch" ]
NOASSERTION
src/metrics.py
metrics.py
1,310
import torch import torch.nn as nn class EdgeAccuracy(nn.Module): """ Measures the accuracy of the edge map """ def __init__(self, threshold=0.5): super(EdgeAccuracy, self).__init__() self.threshold = threshold def __call__(self, inputs, outputs): labels = (inputs > self.t...
126
1,310
47
0.98
2026-04-22T23:10:09.160119
true
github_ZhuLinsen_daily_stock_analysis_211811bf1f5a90c8fd81d76af0d5340488dd8fec
Python
ZhuLinsen
daily_stock_analysis
30,272
30,966
LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.
[ "agent", "ai", "aigc", "gemini", "llm", "quant", "quantitative-trading", "rag", "stock" ]
MIT
src/data/stock_mapping.py
stock_mapping.py
3,684
# -*- coding: utf-8 -*- from __future__ import annotations """ =================================== 股票代码与名称映射 =================================== Shared stock code -> name mapping, used by analyzer, data_provider, and name_to_code_resolver. """ # Stock code -> name mapping (common stocks) STOCK_NAME_MAP = { # ===...
301
3,024
140
0.98
2026-04-17T15:27:29.951379
true
github_serverless-dns_serverless-dns_3fe0130a7f4687f53e22e7aaf7d4d26afe7c5c0b
JavaScript
serverless-dns
serverless-dns
3,466
2,265
The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io
[ "adblock", "cloudflare", "cloudflare-workers", "deno", "dns-over-https", "dns-over-tls", "doh", "fastly", "fastly-compute-at-edge", "flyio", "nodejs", "pihole", "serverless", "workers" ]
MPL-2.0
src/system.js
system.js
6,838
/* * Copyright (c) 2021 RethinkDNS and its authors. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as util from "./commons/util.js"; // Evaluate if...
900
6,838
273
0.98
2026-04-23T07:51:42.306637
true
github_chain_Core_e36d042a64c74d48e08b8060363d816ba0fc1ab5
Go
chain
Core
1,786
357
Chain Core
[ "blockchain" ]
AGPL-3.0
cmd/perfdash/histogram.go
histogram.go
4,881
package main import ( "errors" "fmt" "image" "image/color" "image/draw" "image/png" "math" "net/http" "strconv" "time" "github.com/codahale/hdrhistogram" "golang.org/x/image/font" "golang.org/x/image/font/inconsolata" "golang.org/x/image/math/fixed" ) // TODO(kr): collect more fine-grain stats const ...
644
4,881
217
0.98
2026-04-17T16:54:13.636109
true
github_cdk-team_CDK_264c1aaf85bc379457b48f773b18024d4b608fea
Go
cdk-team
CDK
4,626
601
📦 Make security testing of K8s, Docker, and Containerd easier.
[ "blackhat", "cloud-native", "cloud-native-security", "container", "container-escape", "container-security", "docker", "exploits", "hacktools", "hitb", "k8s", "k8s-penetration-toolkit", "kernel-exploitation", "kubernetes", "kubernetes-security", "linux", "penetration", "penetration-...
Apache-2.0
pkg/evaluate/registry.go
registry.go
6,154
package evaluate import ( "fmt" "sort" "sync" ) const defaultCategoryOrderStep = 100 // CategorySpec describes where a check is shown and its display metadata. type CategorySpec struct { ID string Title string DefaultProfiles []string Order int } type registeredCheck struct {...
736
6,154
269
0.98
2026-04-17T21:45:44.065624
true
github_NExT-GPT_NExT-GPT_a48643181a81246792ea0502a0ba6fceffd6487c
Python
NExT-GPT
NExT-GPT
3,622
361
Code and models for ICML 2024 paper, NExT-GPT: Any-to-Any Multimodal Large Language Model
[ "chatgpt", "foundation-models", "gpt-4", "instruction-tuning", "large-language-models", "llm", "mllm", "multi-modal-chatgpt", "multimodal", "visual-language-learning" ]
BSD-3-Clause
nextgpt_trainer.py
nextgpt_trainer.py
13,674
# Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
1,146
13,674
293
0.98
2026-04-22T15:27:14.458000
true
github_getmaxun_maxun_9ca574ebb61a1b01f539aa2d49e2cac2c52853f3
JavaScript
getmaxun
maxun
15,478
1,270
🔥 The open-source no-code platform for web scraping, crawling, search and AI data extraction • Turn websites into structured APIs in minutes 🔥
[ "agents", "api", "automation", "browser-automation", "crawler", "crawling", "data-extraction", "no-code", "nocode", "playwright", "robotic-process-automation", "rpa", "scraper", "self-hosted", "web-scraper", "web-scraping", "web-search", "webscraping" ]
AGPL-3.0
vite.config.js
vite.config.js
669
import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; import dotenv from 'dotenv'; dotenv.config(); export default defineConfig(() => { const publicUrl = process.env.VITE_PUBLIC_URL || 'http://localhost:5173'; return { define: { 'import.meta.env.VITE_BACKEND_URL': JSON.stringify...
57
669
25
0.98
2026-04-17T17:55:21.359430
true
github_graphql_graphql-js_90f08fc2258ad7f0dc735901a2f7c1e5799dfe70
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/utilities/index.ts
index.ts
3,724
// Produce the GraphQL query recommended for a full schema introspection. export { getIntrospectionQuery } from './getIntrospectionQuery'; export type { IntrospectionOptions, IntrospectionQuery, IntrospectionSchema, IntrospectionType, IntrospectionInputType, IntrospectionOutputType, IntrospectionScalarTy...
419
3,724
113
0.98
2026-04-18T01:25:08.872367
true
github_Farama-Foundation_chatarena_ecbb7d8d6e1b8c18e794a1135dc622fe0da7d266
Python
Farama-Foundation
chatarena
1,544
147
ChatArena (or Chat Arena) is a Multi-Agent Language Game Environments for LLMs. The goal is to develop communication and collaboration capabilities of AIs.
[ "ai", "artificial-intelligence", "chatgpt", "gpt-4", "large-language-models", "multi-agent", "multi-agent-reinforcement-learning", "multi-agent-simulation", "natural-language-processing", "python" ]
Apache-2.0
app.py
app.py
20,859
import json import re from glob import glob import gradio as gr from chatarena.arena import Arena, TooManyInvalidActions from chatarena.backends import BACKEND_REGISTRY from chatarena.backends.human import HumanBackendError from chatarena.config import ArenaConfig from chatarena.database import SupabaseDB, log_arena,...
1,355
20,854
577
0.98
2026-04-17T16:19:03.529958
true
github_rust-lang_miri_cf4f7d689ac228682896967781808c4c3c8cf0b5
Rust
rust-lang
miri
6,036
467
An interpreter for Rust's mid-level intermediate representation
[]
Apache-2.0
src/eval.rs
eval.rs
26,260
//! Main evaluator loop and setting up the initial stack frame. use std::ffi::{OsStr, OsString}; use std::num::NonZeroI32; use std::panic::{self, AssertUnwindSafe}; use std::path::PathBuf; use std::rc::Rc; use std::task::Poll; use std::{iter, thread}; use rustc_abi::ExternAbi; use rustc_data_structures::fx::{FxHashMa...
2,482
26,260
634
0.98
2026-04-17T14:53:22.720254
true
github_helmfile_helmfile_0197027ae5255f69c552c6a8990a7753c4ed533d
Go
helmfile
helmfile
5,058
338
Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD.
[ "helm", "kubernetes", "kustomize" ]
MIT
main.go
main.go
880
package main import ( "os" "os/signal" "syscall" "github.com/helmfile/helmfile/cmd" "github.com/helmfile/helmfile/pkg/app" "github.com/helmfile/helmfile/pkg/config" "github.com/helmfile/helmfile/pkg/errors" ) func main() { var sig os.Signal sigs := make(chan os.Signal, 1) errChan := make(chan error, 1) s...
89
880
50
0.98
2026-04-17T21:36:59.238463
true
github_rustdesk_rustdesk_37b541cbe5a6792249c293d6989ef80a45f00c69
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/platform/gtk_sudo.rs
gtk_sudo.rs
27,205
// https://github.com/aarnt/qt-sudo // Sometimes reboot is needed to refresh sudoers. use crate::lang::translate; use gtk::{glib, prelude::*}; use hbb_common::{ anyhow::{bail, Error}, log, platform::linux::CMD_SH, ResultType, }; use nix::{ libc::{fcntl, kill}, pty::{forkpty, ForkptyResult}, ...
1,980
27,205
774
0.98
2026-04-17T13:14:48.441541
true
github_cloudwego_hertz_3d8a80beb113bcffbe871f9a1094bb8fe2c1f306
Go
cloudwego
hertz
7,170
620
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
[ "go", "http", "microservices" ]
Apache-2.0
pkg/protocol/response.go
response.go
13,202
/* * Copyright 2022 CloudWeGo Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
1,754
13,202
467
0.98
2026-04-18T00:54:48.350018
true
github_apache_apisix-ingress-controller_7e8f2be065ef402324bd3ade090680f8527a6d2d
Go
apache
apisix-ingress-controller
1,127
371
APISIX Ingress Controller for Kubernetes
[ "api", "apigateway", "apisix", "controller", "crds", "devops", "ingress", "k8s", "kubernetes", "kubernetes-ingress", "loadbalancing", "microservices" ]
Apache-2.0
internal/controller/suite_test.go
suite_test.go
3,109
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
339
3,109
94
0.98
2026-04-18T01:20:29.335729
true
github_paperless-ngx_paperless-ngx_33603c45e71ee730c5b140f94aef4947bbc56a79
Python
paperless-ngx
paperless-ngx
39,749
2,569
A community-supported supercharged document management system: scan, index and archive all your documents
[ "angular", "archiving", "django", "dms", "document-management", "document-management-system", "hacktoberfest", "machine-learning", "ocr", "optical-character-recognition", "pdf" ]
GPL-3.0
src/paperless_ai/chat.py
chat.py
3,365
import logging import sys from documents.models import Document from paperless_ai.client import AIClient from paperless_ai.indexing import load_or_build_index logger = logging.getLogger("paperless_ai.chat") MAX_SINGLE_DOC_CONTEXT_CHARS = 15000 SINGLE_DOC_SNIPPET_CHARS = 800 CHAT_PROMPT_TMPL = """Context information...
284
3,363
105
0.98
2026-04-22T13:34:05.877024
true
github_deepfence_SecretScanner_acad7e1e131308a518584266534361a62860f9bc
Go
deepfence
SecretScanner
3,276
340
:unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:
[ "containers", "devsecops", "docker", "hacktoberfest", "infosectools", "k8s", "kubernetes", "password", "scanning-tool", "secret-keys", "secrets", "secrets-detection", "secrets-management", "security", "security-tools", "vulnerability-scanners" ]
MIT
core/config.go
config.go
1,859
package core import ( "os" "path/filepath" "regexp" "github.com/deepfence/match-scanner/pkg/config" ) type Config struct { Signatures []ConfigSignature `yaml:"signatures"` } type ConfigSignature struct { Name string `yaml:"name"` Part string `yaml:"part"` Match string `yaml:"match,...
218
1,859
87
0.98
2026-04-17T22:37:42.146461
true
github_cjpais_Handy_cb2cb2f3858ff0058458169eafd47881e9bd797f
TypeScript
cjpais
Handy
20,113
1,637
A free, open source, and extensible speech-to-text application that works completely offline.
[ "accessibility", "cross-platform", "speech-to-text", "tauri-v2" ]
MIT
src/hooks/useOsType.ts
useOsType.ts
525
import { type } from "@tauri-apps/plugin-os"; import { type OSType } from "../lib/utils/keyboard"; /** * Get the current OS type for keyboard handling. * This is a simple wrapper - type() is synchronous. */ export function useOsType(): OSType { const osType = type(); // type() returns "macos" | "windows" | "lin...
84
525
17
0.98
2026-04-17T13:43:26.326941
true
github_openai_openai-agents-python_ac04251ae3187ec20ba02cd7fe4ad56c08672a57
Python
openai
openai-agents-python
24,555
3,761
A lightweight, powerful framework for multi-agent workflows
[ "agents", "ai", "framework", "llm", "openai", "python" ]
MIT
src/agents/stream_events.py
stream_events.py
1,759
from __future__ import annotations from dataclasses import dataclass from typing import Any, Literal, TypeAlias from .agent import Agent from .items import RunItem, TResponseStreamEvent @dataclass class RawResponsesStreamEvent: """Streaming event from the LLM. These are 'raw' events, i.e. they are directly pass...
177
1,759
63
0.98
2026-04-22T14:58:44.371417
true
github_semaphoreui_semaphore_241d229f78670743db1d8c979614670c2c010344
Go
semaphoreui
semaphore
13,495
1,241
Modern UI and powerful API for Ansible, Terraform/OpenTofu/Terragrunt, PowerShell and other DevOps tools.
[ "ansible", "awx", "ci", "cicd", "devops", "docker", "docker-ui", "go", "golang", "jenkins", "opentofu", "pulumi", "terraform", "terraform-ui", "terragrunt" ]
MIT
api/helpers/event_log.go
event_log.go
1,473
package helpers import ( "github.com/semaphoreui/semaphore/db" "github.com/semaphoreui/semaphore/pro_interfaces" log "github.com/sirupsen/logrus" "net/http" ) type EventLogItem struct { IntegrationID int UserID int ProjectID int ObjectType db.EventObjectType ObjectID int Description string }...
142
1,473
66
0.98
2026-04-17T11:19:46.525856
true
github_voxel51_fiftyone_eef66691bfa4f3139b7856bee56d391450db6741
JavaScript
voxel51
fiftyone
10,582
740
Refine high-quality datasets and visual AI models
[ "active-learning", "artificial-intelligence", "computer-vision", "data-centric-ai", "data-cleaning", "data-curation", "data-quality", "data-science", "deep-learning", "developer-tools", "image-classification", "machine-learning", "object-detection", "python", "unstructured-data", "vect...
Apache-2.0
app/typedoc.js
typedoc.js
384
const packages = [ "plugins", "state", "aggregations", "utilities", "relay", "operators", "spaces", ]; /** * @type {import('typedoc').TypeDocOptions} */ module.exports = { entryPoints: packages.map((p) => `packages/${p}`), entryPointStrategy: "packages", exclude: ["**/node_modules/**", "**/test/*...
34
384
21
0.98
2026-04-17T06:49:04.243153
true
github_go-gitea_gitea_c9b82055c13a04a293cb4d31582080bfca40376c
Go
go-gitea
gitea
54,955
6,587
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
[ "bitbucket", "cicd", "devops", "docker-registry-v2", "git", "git-gui", "git-lfs", "git-server", "gitea", "github", "github-actions", "gitlab", "go", "golang", "hacktoberfest", "maven-server", "npm-registry", "self-hosted", "typescript", "vue" ]
MIT
cmd/migrate_storage.go
migrate_storage.go
9,450
// Copyright 2020 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package cmd import ( "context" "errors" "fmt" "io/fs" "strings" actions_model "code.gitea.io/gitea/models/actions" "code.gitea.io/gitea/models/db" git_model "code.gitea.io/gitea/models/git" packages_model "code.gitea.i...
846
9,450
311
0.98
2026-04-17T07:19:26.956494
true
github_sachaos_viddy_adfd6de82ab2338ea9fbb196ffbb1a4eeccbe540
Rust
sachaos
viddy
5,316
97
👀 A modern watch command. Time machine and pager etc.
[ "cli", "golang", "terminal", "tui", "watch" ]
MIT
src/store/memory.rs
memory.rs
2,053
use crate::store::{Record, RuntimeConfig, Store}; use crate::types::ExecutionId; use color_eyre::eyre::Result; use std::collections::HashMap; use std::sync::{Arc, RwLock}; #[derive(Debug)] struct MemoryStoreData { records: HashMap<ExecutionId, Record>, latest_id: Option<ExecutionId>, } #[derive(Debug, Clone)]...
182
2,053
79
0.98
2026-04-17T15:14:00.170191
true
github_vmware-archive_octant_a8a255bd054f9d6bb486746586e6bd23652f200a
Go
vmware-archive
octant
6,250
489
Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
[ "go", "golang", "kubernetes", "kubernetes-clusters", "octant" ]
Apache-2.0
internal/api/navigation_manager.go
navigation_manager.go
4,830
/* * Copyright (c) 2019 the Octant contributors. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ package api import ( "bytes" "context" "fmt" "sync" "github.com/vmware-tanzu/octant/internal/util/json" "github.com/vmware-tanzu/octant/pkg/api" oevent "github.com/vmware-tanzu/octant/pkg/event" ...
475
4,830
182
0.98
2026-04-17T20:40:39.055194
true
github_rustdesk_rustdesk_f2c4fbfa278c564cac6e2079d19274e073a86ae9
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/lang/sc.rs
sc.rs
50,830
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Istadu"), ("Your Desktop", "Custu elaboradore"), ("desk_tip", "Podes atzèdere a custu elaboradore impreende s'ID e sa crae de intrada inditados inoghe in suta."), ("Pas...
5,274
50,453
748
0.98
2026-04-17T13:14:40.103206
true
github_axios_axios_04e3012d479b0b239c2b8896818a6bb8480dec8e
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
lib/helpers/composeSignals.js
composeSignals.js
1,460
import CanceledError from '../cancel/CanceledError.js'; import AxiosError from '../core/AxiosError.js'; import utils from '../utils.js'; const composeSignals = (signals, timeout) => { const { length } = (signals = signals ? signals.filter(Boolean) : []); if (timeout || length) { let controller = new AbortCont...
155
1,460
57
0.98
2026-04-23T06:16:52.687623
true
github_tangly1024_NotionNext_6e11ce9377910318ca29dd99f770dbb70037aa46
JavaScript
tangly1024
NotionNext
11,344
14,587
使用 NextJS + Notion API 实现的,支持多种部署方案的静态博客,无需服务器、零门槛搭建网站,为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to set up a website. Designed for Notion and all creators.)
[ "blog", "nextjs", "notion", "react", "tailwindcss", "vercel", "zeabur" ]
MIT
lib/db/SiteDataApi.js
SiteDataApi.js
25,270
import BLOG from '@/blog.config' import { getOrSetDataWithCache } from '../cache/cache_manager' import { getAllCategories } from '@/lib/db/notion/getAllCategories' import getAllPageIds from '@/lib/db/notion/getAllPageIds' import { getAllTags } from '@/lib/db/notion/getAllTags' import { getConfigMapFromConfigPage } from...
2,477
23,956
754
0.98
2026-04-23T05:40:51.827335
true
github_GopeedLab_gopeed_a33173516efb8c382bc0da30e33eeef7cfc261fa
Go
GopeedLab
gopeed
23,946
1,617
A fast, modern download manager for HTTP, BitTorrent, Magnet, and ed2k. Cross-platform, built with Golang and Flutter.
[ "android", "bittorrent", "cross-platform", "debian", "downloader", "flutter", "golang", "http", "https", "ios", "macos", "magnet", "torrent", "ubuntu", "windows" ]
GPL-3.0
pkg/download/extract_zip.go
extract_zip.go
4,208
package download import ( "context" "fmt" "io" "os" "path/filepath" "strings" "github.com/mholt/archives" ) // extractZipMultiPart extracts a multi-part ZIP archive (.zip.001, .zip.002, etc.) // These are created by simply splitting a ZIP file into chunks, so we concatenate them func extractZipMultiPart(first...
581
4,208
192
0.98
2026-04-17T09:11:18.769845
true
github_AliyunContainerService_pouch_b9e9c9896b238d7434bf1b71f7151d23f7269a0e
Go
AliyunContainerService
pouch
4,655
940
An Efficient Enterprise-class Container Engine
[ "cloud-native", "containers", "efficiency", "go", "isolation", "kubernetes", "oci", "package", "security" ]
Apache-2.0
pkg/utils/mount.go
mount.go
1,468
package utils import ( "fmt" "strings" "time" "github.com/alibaba/pouch/pkg/exec" ) // MakeFSVolume is used to make file system on device with format type and options. func MakeFSVolume(fscmd []string, devicePath string, timeout time.Duration) error { args := []string{"-t"} args = append(args, fscmd...) args ...
204
1,468
51
0.98
2026-04-17T21:45:03.207696
true
github_makenotion_notion-sdk-js_68f9645bec9c2ee76ad5b152bdd55f5ca303b8cc
TypeScript
makenotion
notion-sdk-js
5,586
706
Official Notion JavaScript Client
[ "api", "api-client", "javascript", "js", "notion", "typescript" ]
MIT
src/api-endpoints/webhooks.ts
webhooks.ts
16,219
// cspell:disable-file // Note: This is a generated file. DO NOT EDIT! import type { EmptyObject, IdResponse } from "./common" export type BaseWebhookPayload = { // Unique identifier for this webhook event. id: string // ISO 8601 timestamp of when the event occurred. Can be used to order events. timestamp: st...
2,032
16,219
542
0.98
2026-04-17T17:59:46.652572
true
github_Lightning-AI_LitServe_acf2b18a01641aef07d52758ca55a70e61d02e43
Python
Lightning-AI
LitServe
3,863
278
A minimal Python framework for building custom AI inference servers with full control over logic, batching, and scaling.
[ "ai", "api", "artificial-intelligence", "deep-learning", "developer-tools", "fastapi", "rest-api", "serving", "web" ]
Apache-2.0
src/litserve/loggers.py
loggers.py
6,201
# Copyright The Lightning AI team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in wri...
630
6,201
171
0.98
2026-04-17T15:50:37.358395
true
github_keras-team_keras-hub_9e2466a1228dd6f29adc9be61ca0db14c6e2e49a
Python
keras-team
keras-hub
976
333
Pretrained model hub for Keras 3.
[ "cv", "deep-learning", "jax", "keras", "llm", "machine-learning", "natural-language-processing", "nlp", "python", "pytorch", "tensorflow" ]
Apache-2.0
api_gen.py
api_gen.py
2,294
"""Script to generate keras_hub public API in `keras_hub/api` directory. Usage: Run via `./shell/api_gen.sh`. It generates API and formats user and generated APIs. """ import os import shutil import namex PACKAGE = "keras_hub" BUILD_DIR_NAME = "tmp_build_dir" def ignore_files(_, filenames): return [f for f i...
187
2,294
74
0.98
2026-04-22T17:01:53.161929
true
github_google-map-react_google-map-react_e5b4e8c3d75273efa3ef8eb9cbf57a9dbd5a0c90
JavaScript
google-map-react
google-map-react
6,463
856
Google map library for react that allows rendering components as markers :tada:
[ "component", "google", "map", "maps", "react" ]
MIT
src/lib/index.js
index.js
5,280
import log2 from '../utils/log2'; const GOOGLE_TILE_SIZE = 256; function latLng2World({ lat, lng }) { const sin = Math.sin((lat * Math.PI) / 180); const x = lng / 360 + 0.5; let y = 0.5 - (0.25 * Math.log((1 + sin) / (1 - sin))) / Math.PI; y = y < 0 // eslint-disable-line ? 0 : y > 1 ? 1 ...
805
5,280
217
0.98
2026-04-23T06:02:52.848207
true
github_madroidmaq_mlx-omni-server_24ccd5fd79d524a72dcfc93b20d1a68f3657cf75
Python
madroidmaq
mlx-omni-server
707
86
MLX Omni Server is a local inference server powered by Apple's MLX framework, specifically designed for Apple Silicon (M-series) chips. It implements OpenAI-compatible API endpoints, enabling seamless integration with existing OpenAI SDK clients while leveraging the power of local ML inference.
[ "function-calling", "genai", "mlx", "openai", "openai-api", "structured-output", "stt", "tools", "tts" ]
MIT
src/mlx_omni_server/routers.py
routers.py
689
from fastapi import APIRouter from .chat.anthropic import router as anthropic_router from .chat.openai import router as chat_router from .chat.openai.models import models from .embeddings import router as embeddings_router from .images import images from .stt import stt as stt_router from .tts import tts as tts_router...
53
689
19
0.98
2026-04-23T01:15:15.625544
true
github_pathwaycom_pathway_eba441cc13ae2d6d217adcfdb2524bc662c65526
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/deepcopy.rs
deepcopy.rs
375
// Copyright © 2026 Pathway use s3::bucket::Bucket as S3Bucket; pub trait DeepCopy { #[must_use] fn deep_copy(&self) -> Self; } impl DeepCopy for S3Bucket { fn deep_copy(&self) -> Self { let mut result = self.clone(); let credentials = self.credentials().unwrap().clone(); result....
42
374
20
0.98
2026-04-23T04:40:34.946779
true
github_AgentOps-AI_agentops_f3d0a366a75876f02bb85347ddf4efcec33a6b0a
JavaScript
AgentOps-AI
agentops
5,476
562
Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks including CrewAI, Agno, OpenAI Agents SDK, Langchain, Autogen, AG2, and CamelAI
[ "agent", "agentops", "agents-sdk", "ai", "anthropic", "autogen", "cost-estimation", "crewai", "evals", "evaluation-metrics", "groq", "langchain", "llm", "mistral", "ollama", "openai", "openai-agents" ]
MIT
app/dashboard/jest.config.js
jest.config.js
223
module.exports = { roots: ['<rootDir>'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };
20
223
9
0.98
2026-04-17T15:45:00.221253
true
github_rust-lang_rustlings_b473fc2062642d013082659049d705b78cf75e7f
Rust
rust-lang
rustlings
62,528
11,177
:crab: Small exercises to get you used to reading and writing Rust code!
[ "beginner-friendly", "exercises", "rust", "rustlings" ]
MIT
src/run.rs
run.rs
1,890
use anyhow::Result; use crossterm::{ QueueableCommand, style::{Color, ResetColor, SetForegroundColor}, }; use std::{ io::{self, Write}, process::ExitCode, }; use crate::{ app_state::{AppState, ExercisesProgress}, exercise::{OUTPUT_CAPACITY, RunnableExercise, solution_link_line}, }; pub fn run(...
115
1,888
61
0.98
2026-04-17T13:16:16.302611
true
github_YatingMusic_remi_aff92635a18a9993c8946d7774598b4d5e809f1a
Python
YatingMusic
remi
597
93
"Pop Music Transformer: Beat-based Modeling and Generation of Expressive Pop Piano Compositions", ACM Multimedia 2020
[ "music-generation", "tensorflow", "transformer" ]
GPL-3.0
model.py
model.py
12,591
import tensorflow as tf import numpy as np import miditoolkit import modules import pickle import utils import time class PopMusicTransformer(object): ######################################## # initialize ######################################## def __init__(self, checkpoint, is_training=False): ...
880
12,591
295
0.98
2026-04-22T21:48:01.002780
true
github_pytest-dev_pytest_6d98676be5f20166929164e39fd0eeb17a24db20
Python
pytest-dev
pytest
13,775
3,094
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
[ "hacktoberfest", "python", "test", "testing", "unit-testing" ]
MIT
src/_pytest/capture.py
capture.py
36,829
# mypy: allow-untyped-defs """Per-test stdout/stderr capturing mechanism.""" from __future__ import annotations import abc import collections from collections.abc import Generator from collections.abc import Iterable from collections.abc import Iterator import contextlib import io from io import UnsupportedOperation ...
3,277
36,829
1,145
0.98
2026-04-18T01:41:43.642712
true
github_nodejs_node_9c7366d6ca772fe7bce95f4808942279e38d25db
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/timers.js
timers.js
20,968
'use strict'; // HOW and WHY the timers implementation works the way it does. // // Timers are crucial to Node.js. Internally, any TCP I/O connection creates a // timer so that we can time out of connections. Additionally, many user // libraries and applications also use timers. As such there may be a // significantly...
2,583
20,782
724
0.98
2026-04-23T06:16:03.039613
true
github_FredrikNoren_ungit_9de4415fc8c8c749167b4d3f688aa17f0e85af61
JavaScript
FredrikNoren
ungit
10,575
645
The easiest way to use git. On any platform. Anywhere.
[ "git", "javascript", "nodejs", "ui", "ungit" ]
MIT
source/utils/cache.js
cache.js
2,680
const NodeCache = require('node-cache'); const md5 = require('blueimp-md5'); const funcMap = {}; // Will there ever be a use case where this is a cache with TTL? func registration with TTL? class OurCache extends NodeCache { constructor() { super({ stdTTL: 0 }); } /** * Get cached result associated with ...
368
2,680
94
0.98
2026-04-23T07:00:20.195878
true
github_TykTechnologies_tyk_819bfb248e8d3acb8a2784ad116c7cb4c0e7b688
Go
TykTechnologies
tyk
10,692
1,153
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
[ "api", "api-gateway", "api-management", "cloudnative", "go", "graphql", "grpc", "k8s", "kubernetes", "microservices", "reverse-proxy", "tyk" ]
NOASSERTION
internal/httputil/request.go
request.go
1,245
package httputil import ( "net/http" "github.com/TykTechnologies/tyk/header" ) // TransferEncoding gets the header value from the request. func TransferEncoding(req *http.Request) string { for _, val := range req.TransferEncoding { if val != "" { return val } } return "" } // HasTransferEncoding returns...
171
1,245
42
0.98
2026-04-17T12:33:25.733612
true
github_openpifpaf_openpifpaf_7efad39f0aae26dd09fba42a633fec234cc6530e
Python
openpifpaf
openpifpaf
1,249
254
Official implementation of "OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association" in PyTorch.
[ "composite-fields", "computer-vision", "deep-learning", "human-pose-estimation", "keypoint-estimation", "pose-estimation" ]
NOASSERTION
src/openpifpaf/signal.py
signal.py
731
from collections import defaultdict import logging LOG = logging.getLogger(__name__) class Signal: """In-process Signal infrastructure. Objects can subscribe to 'events'. Events are triggered with the emit() function and are fanned out to all subscribers. """ subscribers = defaultdict(list) ...
70
731
27
0.98
2026-04-22T18:44:50.455287
true
github_fishaudio_Bert-VITS2_0863ac1bef9db9e567c890555b5bd330baed5258
Python
fishaudio
Bert-VITS2
8,729
1,276
vits2 backbone with multilingual-bert
[ "agent", "bert", "bert-vits", "bert-vits2", "fish", "fish-speech", "llm", "tts", "vits", "vits2", "vocoder" ]
AGPL-3.0
webui_preprocess.py
webui_preprocess.py
7,946
import gradio as gr import webbrowser import os import json import subprocess import shutil def get_path(data_dir): start_path = os.path.join("./data", data_dir) lbl_path = os.path.join(start_path, "esd.list") train_path = os.path.join(start_path, "train.list") val_path = os.path.join(start_path, "val...
453
6,996
175
0.98
2026-04-22T15:10:09.804394
true
github_MichalLytek_type-graphql_d5da27d669059504d9a69663dc65be48be3b2c86
TypeScript
MichalLytek
type-graphql
8,087
674
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
[ "api", "controllers", "decorators", "gql", "graphql", "graphql-js", "graphql-schema", "hacktoberfest", "resolvers", "schema", "typescript" ]
MIT
src/@types/Reflect.d.ts
Reflect.d.ts
2,312
// Copied from 'reflect-metadata' (https://github.com/rbuckton/reflect-metadata/blob/master/index.d.ts) /*! ***************************************************************************** Copyright (C) Microsoft. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this fi...
279
2,312
52
0.98
2026-04-17T17:57:39.006322
true
github_baoyachi_shadow-rs_78788f5f8255b863a24a985cc556704ffb29f5ce
Rust
baoyachi
shadow-rs
679
51
A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm)
[ "build", "cargo", "cargo-build", "cargo-env", "cargo-lock", "cargo-plugin", "cargo-toml", "cargolock", "compile", "compiled", "compiler", "env", "metadata", "reproducible-build", "reproducible-builds", "rust", "rust-build", "rust-crate", "shadow", "shadow-rs" ]
MIT
src/build.rs
build.rs
11,355
use crate::date_time::DEFINE_SOURCE_DATE_EPOCH; use crate::hook::HookExt; use crate::shadow::DEFINE_SHADOW_RS; use crate::{SdResult, Shadow, CARGO_METADATA}; use is_debug::is_debug; use std::collections::BTreeSet; use std::fmt::{Display, Formatter}; /// `shadow-rs` build constant identifiers. pub type ShadowConst = &'...
1,386
11,355
337
0.98
2026-04-17T17:08:54.714977
true
github_rayon-rs_rayon_40dd142e5836ddb7518ee4f8059ad337280ca90c
Rust
rayon-rs
rayon
12,878
584
Rayon: A data parallelism library for Rust
[]
Apache-2.0
src/iter/interleave_shortest.rs
interleave_shortest.rs
2,129
use super::plumbing::*; use super::*; /// `InterleaveShortest` is an iterator that works similarly to /// `Interleave`, but this version stops returning elements once one /// of the iterators run out. /// /// This struct is created by the [`interleave_shortest()`] method on /// [`IndexedParallelIterator`]. /// /// [`i...
224
2,129
81
0.98
2026-04-17T14:16:49.260319
true
github_ultraworkers_claw-code_7ba999867a0835a24b76900e4ef07e61745676a5
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/prefetch.py
prefetch.py
640
from __future__ import annotations from dataclasses import dataclass from pathlib import Path @dataclass(frozen=True) class PrefetchResult: name: str started: bool detail: str def start_mdm_raw_read() -> PrefetchResult: return PrefetchResult('mdm_raw_read', True, 'Simulated MDM raw-read prefetch fo...
61
640
24
0.98
2026-04-17T13:13:18.280546
true