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_github_github-mcp-server_3f3d7bf97693e65bd7c70f9d4fa7566d9f891456
Go
github
github-mcp-server
28,940
3,995
GitHub's official MCP Server
[ "github", "mcp", "mcp-server" ]
MIT
pkg/github/feature_flags.go
feature_flags.go
1,871
package github // MCPAppsFeatureFlag is the feature flag name for MCP Apps (interactive UI forms). const MCPAppsFeatureFlag = "remote_mcp_ui_apps" // AllowedFeatureFlags is the allowlist of feature flags that can be enabled // by users via --features CLI flag or X-MCP-Features HTTP header. // Only flags in this list ...
264
1,871
57
0.98
2026-04-17T08:22:29.554330
true
github_soobinseo_Transformer-TTS_10f91a32ef4aceb2ed70098d2b8519525fa7c666
Python
soobinseo
Transformer-TTS
690
140
A Pytorch Implementation of "Neural Speech Synthesis with Transformer Network"
[ "attention-mechanism", "attention-plots", "deep-learning", "pytorch", "pytorch-implementation", "text-to-speech", "transformer", "tts" ]
MIT
network.py
network.py
6,437
from module import * from utils import get_positional_table, get_sinusoid_encoding_table import hyperparams as hp import copy class Encoder(nn.Module): """ Encoder Network """ def __init__(self, embedding_size, num_hidden): """ :param embedding_size: dimension of embedding :para...
506
6,437
173
0.98
2026-04-22T21:44:23.024189
true
github_strapi_strapi_6e4de00a1d5b5c384ba0d71d0388cc1f99967a50
JavaScript
strapi
strapi
71,921
9,657
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
[ "api", "cms", "cms-framework", "content-management", "content-management-system", "customizable", "dashboard", "graphql", "hacktoberfest", "headless-cms", "jamstack", "javascript", "koa", "koa2", "mysql", "no-code", "nodejs", "rest", "strapi", "typescript" ]
NOASSERTION
playwright.base.config.js
playwright.base.config.js
4,278
// @ts-check const path = require('path'); const { devices } = require('@playwright/test'); const { parseType } = require('@strapi/utils'); const getEnvNum = (envVar, defaultValue) => { if (envVar !== undefined && envVar !== null) { return Number(envVar); } return defaultValue; }; const getEnvString = (envV...
498
4,278
147
0.98
2026-04-17T17:53:24.674795
true
github_fluxcd_flux_7dd1c2700981751c502e813f60c55a246b6b8ffe
Go
fluxcd
flux
6,870
1,068
Successor: https://github.com/fluxcd/flux2
[ "gitops", "kubernetes", "legacy" ]
Apache-2.0
cmd/fluxctl/release_cmd_test.go
release_cmd_test.go
3,022
package main //+integration import ( "encoding/json" "reflect" "testing" "github.com/fluxcd/flux/pkg/resource" "github.com/fluxcd/flux/pkg/update" ) func TestReleaseCommand_CLIConversion(t *testing.T) { for _, v := range []struct { args []string expectedSpec update.ReleaseImageSpec }{ {[]string{...
245
3,022
87
0.98
2026-04-17T20:30:55.049333
true
github_apexcharts_apexcharts.js_03104bf44d009a3e56f98e1178794989e9a3462a
TypeScript
apexcharts
apexcharts.js
15,090
1,382
📊 Interactive JavaScript Charts built on SVG
[ "charts", "data-visualization", "graphs", "interactive", "javascript", "svg", "visualization" ]
NOASSERTION
src/types/internal.d.ts
internal.d.ts
19,516
/** * internal.d.ts — Phase 2 typed interfaces for ApexCharts internal contracts * * These types describe the *internal* data model only. They are NOT part of the * public API. The public API surface lives in types/apexcharts.d.ts. * * Key design decisions: * - ChartGlobals types the canonical flat `w.globals` ...
1,819
17,552
522
0.98
2026-04-23T14:17:29.719309
true
github_terrastruct_d2_fd42ddacc5a4add6bcada6e22a11e5bc73bd2bed
Go
terrastruct
d2
23,459
629
D2 is a modern diagram scripting language that turns text to diagrams.
[ "developer-tools", "diagramming", "diagrams", "go", "golang", "software-architecture", "text-to-diagram" ]
MPL-2.0
lib/shape/shape_circle.go
shape_circle.go
1,527
package shape import ( "math" "oss.terrastruct.com/d2/lib/geo" "oss.terrastruct.com/util-go/go2" ) type shapeCircle struct { *baseShape } func NewCircle(box *geo.Box) Shape { shape := shapeCircle{ baseShape: &baseShape{ Type: CIRCLE_TYPE, Box: box, }, } shape.FullShape = go2.Pointer(Shape(shape)) ...
173
1,527
62
0.98
2026-04-17T09:12:02.695736
true
github_payloadcms_payload_761181d34d1166bc2de04ca2c96688aadd41275f
TypeScript
payloadcms
payload
41,881
3,599
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
[ "cms", "content-management", "content-management-system", "express", "graphql", "headless", "headless-cms", "jamstack", "javascript", "mit-license", "mongodb", "nextjs", "nodejs", "open-source", "payload", "payloadcms", "postgres", "react", "typescript" ]
MIT
vitest.config.ts
vitest.config.ts
2,730
import { createRequire } from 'module' import path from 'path' import fs from 'fs' import { defineConfig } from 'vitest/config' // Use process.cwd() to be safe in both CJS and ESM contexts within Vitest const ROOT_DIR = process.cwd() const figmaPath = path.resolve(ROOT_DIR, '../enterprise-plugins/packages/figma/src/in...
301
2,730
80
0.98
2026-04-18T01:22:16.150000
true
github_axios_axios_1553fb29a757138729802a697b232fd9d21a8bd1
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/cookies.js
cookies.js
1,399
import utils from '../utils.js'; import platform from '../platform/index.js'; export default platform.hasStandardBrowserEnv ? // Standard browser envs support document.cookie { write(name, value, expires, path, domain, secure, sameSite) { if (typeof document === 'undefined') return; const ...
128
1,399
49
0.98
2026-04-23T06:16:52.993050
true
github_sindresorhus_execa_bf431e1189198b76367f43100fec5bca5197bb17
JavaScript
sindresorhus
execa
7,493
250
Process execution for humans
[ "binary", "child-process", "exec", "execute", "javascript", "nodejs", "shell", "spawn", "spawned-processes", "streams" ]
MIT
lib/return/duration.js
duration.js
313
import {hrtime} from 'node:process'; // Start counting time before spawning the subprocess export const getStartTime = () => hrtime.bigint(); // Compute duration after the subprocess ended. // Printed by the `verbose` option. export const getDurationMs = startTime => Number(hrtime.bigint() - startTime) / 1e6;
43
313
9
0.98
2026-04-23T07:15:56.274764
true
github_sigoden_aichat_0aa318458cd69b0f42ac56f5b762d7a407c9d9e2
Rust
sigoden
aichat
9,851
686
All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
[ "ai", "ai-agents", "chatbot", "claude", "cli", "function-calling", "gemini", "llm", "ollama", "openai", "rag", "rust", "shell", "webui" ]
Apache-2.0
src/render/mod.rs
mod.rs
952
mod markdown; mod stream; pub use self::markdown::{MarkdownRender, RenderOptions}; use self::stream::{markdown_stream, raw_stream}; use crate::utils::{error_text, pretty_error, AbortSignal, IS_STDOUT_TERMINAL}; use crate::{client::SseEvent, config::GlobalConfig}; use anyhow::Result; use tokio::sync::mpsc::UnboundedR...
78
952
31
0.98
2026-04-17T14:25:47.137095
true
github_rustdesk_rustdesk_78d9a4e40a3245bc36c47f3e1115f1b5bcaa5d85
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/client/io_loop.rs
io_loop.rs
115,249
#[cfg(not(any(target_os = "android", target_os = "ios")))] use crate::clipboard::{update_clipboard, ClipboardSide}; #[cfg(not(any(target_os = "ios")))] use crate::{audio_service, clipboard::CLIPBOARD_INTERVAL, ConnInner, CLIENT_SERVER}; use crate::{ client::{ self, new_voice_call_request, Client, Data, Inte...
6,424
115,249
2,473
0.98
2026-04-17T13:14:12.893955
true
github_directus_directus_bfcc7ea6348ddccb33ebe3c510dde396a41fcb2a
TypeScript
directus
directus
34,821
4,713
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
app/src/app-permissions.ts
app-permissions.ts
3,707
import { Permission } from '@directus/types'; export const appRecommendedPermissions: Partial<Permission>[] = [ { collection: 'directus_comments', action: 'read', permissions: {}, fields: ['*'], }, { collection: 'directus_files', action: 'create', permissions: {}, fields: ['*'], }, { collection:...
381
3,707
216
0.98
2026-04-17T17:53:58.207233
true
github_helmfile_helmfile_f9b1083636c07103f17fa14cfd036a694aa296ff
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
pkg/app/app_lint_test.go
app_lint_test.go
8,195
package app import ( "os" "path/filepath" "strings" "sync" "testing" "github.com/google/go-cmp/cmp" "github.com/helmfile/vals" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "go.uber.org/zap" "github.com/helmfile/helmfile/pkg/exectest" ffs "github.com/helmfile/helmfile/pkg/fil...
753
8,195
307
0.98
2026-04-17T21:37:02.683871
true
github_rhaiscript_rhai_2a1dd01d72bc329787c695418f094b793fd3e681
Rust
rhaiscript
rhai
5,282
231
Rhai - An embedded scripting language for Rust.
[ "embedded", "embedded-scripting-language", "no-std", "rhai", "scripting-engine", "scripting-language", "wasm", "webassembly" ]
Apache-2.0
src/func/native.rs
native.rs
28,319
//! Module defining interfaces to native-Rust functions. use super::call::FnCallArgs; use crate::ast::FnCallHashes; use crate::eval::{Caches, GlobalRuntimeState}; use crate::plugin::PluginFunc; use crate::tokenizer::{is_valid_function_name, Token, TokenizeState}; use crate::types::dynamic::Variant; use crate::{ ca...
3,025
28,319
820
0.98
2026-04-17T15:16:26.033515
true
github_parcel-bundler_lightningcss_990a09be12f9faeeb6c09bed0f0e5f57359c1a7f
Rust
parcel-bundler
lightningcss
7,503
259
An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.
[ "build-tool", "compiler", "css", "minifier", "parser", "rust" ]
MPL-2.0
src/stylesheet.rs
stylesheet.rs
14,514
//! CSS style sheets and style attributes. //! //! A [StyleSheet](StyleSheet) represents a `.css` file or `<style>` element in HTML. //! A [StyleAttribute](StyleAttribute) represents an inline `style` attribute in HTML. use crate::context::{DeclarationContext, PropertyHandlerContext}; use crate::css_modules::{hash, Cs...
1,516
14,514
427
0.95
2026-04-13T14:09:05.786490
true
github_vmware-archive_octant_3bd563f9bc24d6ea1c27cffbfc36d27a9d33091b
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/cluster/resource_info_test.go
resource_info_test.go
2,228
/* * Copyright (c) 2020 the Octant contributors. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ package cluster import ( "fmt" "testing" "github.com/stretchr/testify/require" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime/schema" "github.com/vmware-tanzu/octan...
211
2,228
105
0.98
2026-04-17T20:40:46.602430
true
github_deepfakes_faceswap_3460eba3948f5810395526351cfe5f014cfc8816
Python
deepfakes
faceswap
55,150
13,412
Deepfakes Software For All
[ "deep-face-swap", "deep-learning", "deep-neural-networks", "deepface", "deepfakes", "deeplearning", "face-swap", "faceswap", "fakeapp", "machine-learning", "myfakeapp", "neural-nets", "neural-networks", "openfaceswap" ]
GPL-3.0
lib/git.py
git.py
4,883
#!/usr/bin python3 """ Handles command line calls to git """ import logging import os import sys from subprocess import PIPE, Popen from lib.utils import get_module_objects logger = logging.getLogger(__name__) class Git(): """ Handles calls to github """ def __init__(self) -> None: logger.debug("In...
519
4,883
163
0.95
2026-04-13T13:40:16.660687
true
github_auth0_nextjs-auth0_2d880c46aa751600c119a3da8d75c36861d9b774
TypeScript
auth0
nextjs-auth0
2,296
455
Next.js SDK for signing in with Auth0
[ "auth0", "dx-sdk", "nextjs", "react", "typescript" ]
MIT
src/server/next-compat.ts
next-compat.ts
3,905
import type { IncomingMessage } from "http"; import type { NextConfig } from "next"; import { NextRequest, NextResponse } from "next/server.js"; import type { NextApiRequest } from "next/types.js"; function collectFromNextUrl(input: Request): NextConfig | undefined { let config: NextConfig | undefined; try { ...
491
3,905
150
0.98
2026-04-23T10:52:16.891047
true
github_fluxcd_flux2_d2cfd6758346fbe69ede0ddf6e6e1661bd29d802
Go
fluxcd
flux2
8,053
739
Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
[ "continuous-delivery", "gitops", "gitops-toolkit", "helm", "kubernetes", "kustomize" ]
Apache-2.0
cmd/flux/delete_helmrelease.go
delete_helmrelease.go
1,287
/* Copyright 2024 The Flux 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 agreed to in writing, softwar...
152
1,287
42
0.98
2026-04-17T20:21:03.507268
true
github_wasm-bindgen_wasm-pack_1fbe920dad69fdfeb887d0e950cd0de27a39af19
Rust
wasm-bindgen
wasm-pack
7,144
478
📦✨ your favorite rust -> wasm workflow tool!
[ "cli", "npm", "package", "registry", "rust", "rust-wasm", "wasm" ]
Apache-2.0
src/test/mod.rs
mod.rs
994
//! Testing a Rust crate compiled to wasm. pub mod webdriver; use crate::child; use crate::PBAR; use anyhow::{Context, Result}; use std::ffi::OsStr; use std::path::Path; use std::process::Command; /// Run `cargo test` with the `nightly` toolchain and targeting /// `wasm32-unknown-unknown`. pub fn cargo_test_wasm<I, ...
104
994
47
0.98
2026-04-17T14:41:13.689463
true
github_bigint_hey_7ea79905cfe78215dd394fc8e76aee0b4ee8fc78
TypeScript
bigint
hey
29,463
1,807
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
[ "blockchain", "crypto", "dapp", "graphql", "hacktoberfest", "lens-protocol", "nextjs", "react", "social-media", "tailwindcss", "turborepo", "typescript", "vitest", "wagmi", "web3" ]
GPL-3.0
src/helpers/parseJwt.ts
parseJwt.ts
398
import type { JwtPayload } from "@/types/jwt"; const decoded = (str: string): string => atob(str.replace(/-/g, "+").replace(/_/g, "/")); const parseJwt = (token: string): JwtPayload => { try { return JSON.parse(decoded(token.split(".")[1])) as JwtPayload; } catch { return { act: { sub: "" }, ...
53
398
20
0.98
2026-04-18T01:23:12.122009
true
github_knadh_listmonk_0eec621e89e88607faa79ab7d27c6fa811e9935a
Go
knadh
listmonk
19,550
1,998
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
[ "campaign", "campaign-management", "email-marketing", "email-subscription", "listmonk", "mailing-list", "newsletter", "newsletter-management", "newsletter-software", "self-hosted", "sms-gateway", "smtp", "transactional-emails" ]
AGPL-3.0
internal/migrations/v4.0.0.go
v4.0.0.go
5,060
package migrations import ( "encoding/json" "log" "os" "github.com/jmoiron/sqlx" "github.com/knadh/koanf/v2" "github.com/knadh/stuffbin" "github.com/lib/pq" ) // V4_0_0 performs the DB migrations. func V4_0_0(db *sqlx.DB, fs stuffbin.FileSystem, ko *koanf.Koanf, lo *log.Logger) error { lo.Println("IMPORTANT:...
679
5,060
145
0.98
2026-04-17T09:35:18.318402
true
github_cortexproject_cortex_2b4f5918360c3025e614639ac928d0daebdb4fca
Go
cortexproject
cortex
5,783
852
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
[ "cncf", "hacktoberfest", "kubernetes", "monitoring", "prometheus" ]
Apache-2.0
pkg/compactor/shuffle_sharding_grouper.go
shuffle_sharding_grouper.go
16,679
package compactor import ( "context" "fmt" "hash/fnv" "sort" "strings" "time" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/oklog/ulid/v2" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/model/labels" "github.com/thanos-io/obj...
1,839
16,679
514
0.98
2026-04-17T21:21:36.155286
true
github_puppeteer_replay_ced76a3862cd73619132e10e3dbe4bcd97a47028
JavaScript
puppeteer
replay
1,320
564
Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder
[ "automation", "devtools", "javascript", "puppeteer" ]
Apache-2.0
eslint.config.js
eslint.config.js
2,255
import js from '@eslint/js'; import { FlatCompat } from '@eslint/eslintrc'; import { fileURLToPath } from 'node:url'; import { dirname } from 'node:path'; import tsParser from '@typescript-eslint/parser'; import tsPlugin from '@typescript-eslint/eslint-plugin'; import tsdocPlugin from 'eslint-plugin-tsdoc'; import glob...
218
2,255
87
0.98
2026-04-18T00:30:33.413218
true
github_nutsdb_nutsdb_869ec15d69d546bc3a2653c6c95f994ae7076e15
Go
nutsdb
nutsdb
3,563
342
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
[ "data-structures", "database", "go", "golang", "key-value", "kv-store", "nutsdb", "supports-transactions" ]
Apache-2.0
internal/fileio/rwmanger_fileio.go
rwmanger_fileio.go
1,998
// Copyright 2019 The nutsdb Author. 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 app...
311
1,998
63
0.98
2026-04-17T18:22:05.339418
true
github_vercel_swr_e3fe4bd94342d4b417b037258081c211f86d0a52
TypeScript
vercel
swr
32,352
1,332
React Hooks for Data Fetching
[ "cache", "data", "data-fetching", "fetch", "hook", "hooks", "nextjs", "react", "react-native", "stale-while-revalidate", "suspense", "swr", "vercel" ]
MIT
src/mutation/state.ts
state.ts
2,613
import type { MutableRefObject, TransitionFunction } from 'react' import React, { useRef, useCallback, useState } from 'react' import { useIsomorphicLayoutEffect, IS_REACT_LEGACY } from '../_internal' export const startTransition: (scope: TransitionFunction) => void = IS_REACT_LEGACY ? cb => { cb() ...
340
2,613
91
0.98
2026-04-23T09:00:07.686247
true
github_Chalarangelo_30-seconds-of-code_8db7e5921e1fb87427856368d630895fd774079e
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/presenters/breadcrumbPresenter.js
breadcrumbPresenter.js
2,514
import settings from '#src/config/settings.js'; export default class BreadcrumbPresenter { constructor(object, options = {}) { this.object = object; this.options = options; } get breadcrumbs() { return [ settings.breadcrumbs.home, ...this.collectionBreadcrumbs, this.snippetBreadcru...
186
2,514
94
0.98
2026-04-23T06:15:00.142414
true
github_matt1398_claude-devtools_d5938fbadc18b3aba20a8bea65b1a63571da1fb0
JavaScript
matt1398
claude-devtools
3,116
226
The missing DevTools for Claude Code — inspect session logs, tool calls, token usage, subagents, and context window in a visual UI. Free, open source.
[ "ai", "ai-agent", "ai-debugging", "ai-tools", "anthropic", "claude", "claude-code", "claude-code-tools", "debugging", "desktop-app", "developer-tools", "devtools", "electron", "llm", "macos-app", "observability", "open-source", "session-viewer", "token-usage", "typescript" ]
MIT
eslint.config.js
eslint.config.js
18,169
import { defineConfig, globalIgnores } from 'eslint/config'; import js from '@eslint/js'; import tseslint from 'typescript-eslint'; import reactPlugin from 'eslint-plugin-react'; import reactHooks from 'eslint-plugin-react-hooks'; import reactRefresh from 'eslint-plugin-react-refresh'; import jsxA11y from 'eslint-plugi...
1,600
18,169
592
0.98
2026-04-18T00:25:49.679582
true
github_plastic-labs_honcho_2918024745243d701f8354e86814a57971944ae6
Python
plastic-labs
honcho
2,529
286
Memory library for building stateful agents
[ "agent-memory", "ai", "ai-agents", "ai-memory", "anthropic", "context-engineering", "continual-learning", "embeddings", "fastapi", "langchain", "llm", "long-term-memory", "memory", "openai", "personalization", "python", "rag", "state-management", "typescript", "vector-database"...
AGPL-3.0
src/schemas/configuration.py
configuration.py
6,092
"""Configuration schemas for hierarchical settings resolution. Covers workspace, session, and message-level configuration as well as the fully-resolved variants used at runtime. """ from enum import Enum from typing import Any, Self, cast from pydantic import BaseModel, ConfigDict, Field, model_validator class Dre...
632
6,092
187
0.98
2026-04-17T16:00:25.118293
true
github_ChatGPTNextWeb_NextChat_6624f74e9abb7a61f9b0a2f673eade97b0c268d6
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/api/iflytek.ts
iflytek.ts
3,203
import { getServerSideConfig } from "@/app/config/server"; import { IFLYTEK_BASE_URL, ApiPath, ModelProvider, ServiceProvider, } from "@/app/constant"; import { prettyObject } from "@/app/utils/format"; import { NextRequest, NextResponse } from "next/server"; import { auth } from "@/app/api/auth"; import { isMo...
344
3,203
130
0.98
2026-04-23T08:58:02.975529
true
github_louis-e_arnis_8130e298c490975cf6d0cf69eef22fbd9325b150
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/overture.rs
overture.rs
53,844
//! Overture Maps building data integration. //! //! Fetches ML-derived building footprints from Overture Maps to complement //! OpenStreetMap data. Only buildings NOT sourced from OSM are included, //! filling gaps in areas with sparse OSM coverage (e.g., rural Africa, //! parts of Asia). //! //! Data is read from Geo...
5,466
53,324
1,482
0.98
2026-04-17T13:53:45.352976
true
github_webtorrent_webtorrent-desktop_5832592ee27dbe30bdf9ddd02b980c825ad3cde4
JavaScript
webtorrent
webtorrent-desktop
10,052
1,030
❤️ Streaming torrent app for Mac, Windows, and Linux
[ "bittorrent", "electron", "hacktoberfest", "javascript", "linux", "macos", "nodejs", "p2p", "streaming", "webrtc", "webtorrent", "windows" ]
MIT
src/crash-reporter.js
crash-reporter.js
310
module.exports = { init } function init () { const config = require('./config') const { crashReporter } = require('electron') crashReporter.start({ productName: config.APP_NAME, submitURL: config.CRASH_REPORT_URL, globalExtra: { _companyName: config.APP_NAME }, compress: true }) }
33
310
16
0.98
2026-04-23T07:00:57.704026
true
github_rust-lang_rustlings_b628a682cfe408cfd0de620a010c1188366d3ac1
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/editor/zellij.rs
zellij.rs
1,216
use std::process::Command; use anyhow::{Context, Result}; use serde::Deserialize; use crate::editor::run_cmd; #[derive(Deserialize)] struct Pane { id: u32, } pub fn parse_pane_id(b: &[u8]) -> Option<(String, u32)> { // Remove newline let b = b.get("terminal_".len()..b.len().saturating_sub(1))?; let ...
121
1,216
56
0.98
2026-04-17T13:16:12.583302
true
github_Shilin-LU_TF-ICON_00f5b4d874f0f19ece54fac2dd50b39774b86c5b
Python
Shilin-LU
TF-ICON
825
101
[ICCV 2023] "TF-ICON: Diffusion-Based Training-Free Cross-Domain Image Composition" (Official Implementation)
[ "diffusion-model", "generative-ai", "image-composition", "image-inversion", "stable-diffusion", "text-to-image" ]
MIT
setup.py
setup.py
233
from setuptools import setup, find_packages setup( name='stable-diffusion', version='0.0.1', description='', packages=find_packages(), install_requires=[ 'torch', 'numpy', 'tqdm', ], )
16
233
13
0.98
2026-04-22T22:00:54.516628
true
github_Tencent_WeKnora_645d2082f969d7ce677d7bee8f32f9b4e289fdfd
Go
Tencent
WeKnora
13,907
1,655
LLM-powered framework for deep document understanding, semantic retrieval, and context-aware answers using RAG paradigm.
[ "agent", "agentic", "ai", "chatbot", "chatbots", "embeddings", "evaluation", "generative-ai", "golang", "knowledge-base", "llm", "multi-tenant", "multimodel", "ollama", "openai", "question-answering", "rag", "reranking", "semantic-search", "vector-search" ]
NOASSERTION
internal/datasource/scheduler_test.go
scheduler_test.go
10,387
package datasource import ( "context" "sync" "sync/atomic" "testing" "time" "github.com/Tencent/WeKnora/internal/types" "github.com/hibiken/asynq" ) // ────────────────────────────────────────────────────────────────────── // Fake implementations for testing // ────────────────────────────────────────────────...
1,045
9,825
361
0.98
2026-04-17T11:13:32.452857
true
github_loft-sh_vcluster_fb25c507a638fa9093f6477d4d87657e2249ffef
Go
loft-sh
vcluster
11,094
569
vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
[ "cloud-native", "helm", "k3s", "k8s", "kubectl", "kubernetes", "multi-tenancy", "platform-engineering", "vcluster", "virtual-clusters" ]
Apache-2.0
pkg/helm/labels.go
labels.go
823
package helm // labels is a map of key value pairs to be included as metadata in a configmap object. // type labels map[string]string // func (lbs *labels) init() { *lbs = labels(make(map[string]string)) } // func (lbs labels) get(key string) string { return lbs[key] } // func (lbs labels) set(key, val...
149
823
33
0.98
2026-04-17T12:24:38.308324
true
github_NodeBB_NodeBB_5867e2822c8bb3ac0442206599d437912150e9fc
JavaScript
NodeBB
NodeBB
15,048
2,942
Node.js based forum software built for the modern web
[ "community", "forum", "javascript", "mongodb", "node", "nodebb", "nodejs", "postgresql", "redis", "socket-io", "websockets" ]
GPL-3.0
src/api/helpers.js
helpers.js
4,912
'use strict'; const user = require('../user'); const topics = require('../topics'); const posts = require('../posts'); const privileges = require('../privileges'); const plugins = require('../plugins'); const activitypub = require('../activitypub'); const utils = require('../utils'); const socketHelpers = require('../...
508
4,912
184
0.98
2026-04-23T06:52:52.734614
true
github_hashicorp_terraform_e90b145c15bb6bc1b38c67b7c26cce4b7502aa63
Go
hashicorp
terraform
48,150
10,287
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
[ "cloud", "cloud-management", "graph", "infrastructure-as-code", "terraform" ]
NOASSERTION
internal/addrs/doc.go
doc.go
967
// Copyright IBM Corp. 2014, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package addrs contains types that represent "addresses", which are // references to specific objects within a Terraform configuration or // state. // // All addresses have string representations based on HCL traversal syntax // which should be u...
164
967
21
0.98
2026-04-17T07:23:50.822915
true
github_ai-dynamo_dynamo_e36c47fc5666c5375e175ca459a7c9afa0ce33b7
Rust
ai-dynamo
dynamo
6,573
1,035
A Datacenter Scale Distributed Inference Serving Framework
[]
NOASSERTION
lib/bench/multiturn_bench.rs
multiturn_bench.rs
22,527
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //! Multiturn chat benchmark. //! //! Simulates N concurrent users, each running a multiturn conversation against //! an OpenAI-compatible `/v1/chat/completions` endpoint. Mea...
1,850
22,527
745
0.98
2026-04-17T14:46:28.574744
true
github_Canop_broot_798f55c89d082f6535abb5d987f93d1f4eac2a7b
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/file_sum/mod.rs
mod.rs
4,137
/// compute consolidated data for directories: modified date, size, and count. /// A cache is used to avoid recomputing the same directories again and again. /// On unix, hard links are checked to avoid counting twice an inode. mod sum_computation; use { crate::{ app::*, task_sync::Dam, }, ...
499
4,137
149
0.98
2026-04-17T14:18:08.817237
true
github_lusingander_serie_83e34bc23e6a59b2f448ed84c46087f968089d30
Rust
lusingander
serie
1,882
42
A rich git commit graph in your terminal, like magic 📚
[ "cli", "git", "git-client", "git-graph", "git-log", "git-tools", "ratatui", "terminal", "tui" ]
MIT
src/view/help.rs
help.rs
14,419
use std::rc::Rc; use ratatui::{ crossterm::event::KeyEvent, layout::{Constraint, Layout, Rect}, style::{Modifier, Stylize}, text::{Line, Span}, widgets::{Block, Padding, Paragraph}, Frame, }; use crate::{ app::AppContext, color::ColorTheme, config::CoreConfig, event::{AppEvent,...
1,006
14,419
393
0.98
2026-04-17T19:25:29.776967
true
github_qax-os_excelize_8e0909f5d6d97e66f1eaa5ecd47e1c1800173783
Go
qax-os
excelize
20,478
1,890
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
[ "agent", "ai", "analytics", "chart", "ecma-376", "excel", "excelize", "formula", "go", "mcp", "microsoft", "office", "ooxml", "spreadsheet", "statistics", "table", "vba", "visualization", "xlsx", "xml" ]
BSD-3-Clause
templates.go
templates.go
69,671
// Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of // this source code is governed by a BSD-style license that can be found in // the LICENSE file. // // Package excelize providing a set of functions that allow you to write to and // read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports rea...
5,337
69,229
875
0.98
2026-04-17T09:27:58.188664
true
github_testing-library_vue-testing-library_0806864bcfad2d0d4a937e63e2a85ef83bec1337
JavaScript
testing-library
vue-testing-library
1,122
113
🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
[ "dom-testing-library", "test", "testing", "testing-tools", "vue", "vue-testing-library", "vuejs" ]
MIT
src/__tests__/auto-cleanup-skip.js
auto-cleanup-skip.js
681
let render beforeAll(() => { process.env.VTL_SKIP_AUTO_CLEANUP = 'true' const vtl = require('..') render = vtl.render }) // This test verifies that if VTL_SKIP_AUTO_CLEANUP is set then we DON'T // auto-wire up the afterEach cleanup for folks. test('first test render a vue component', () => { render({ templ...
77
681
29
0.98
2026-04-23T12:32:57.424264
true
github_skyzh_tiny-llm_e196fb12c7e38570ebc30ce34d4c8dc77db0f8a0
Python
skyzh
tiny-llm
4,111
308
A course of learning LLM inference serving on Apple Silicon for systems engineers: build a tiny vLLM + Qwen.
[ "course", "large-language-model", "llm", "python", "qwen", "qwen2", "serving", "vllm" ]
Apache-2.0
src/tiny_llm/qwen2_week1.py
qwen2_week1.py
1,950
import mlx.core as mx from .basics import linear, silu from .attention import scaled_dot_product_attention_grouped from .layer_norm import RMSNorm from .positional_encoding import RoPE from typing import Any from .embedding import Embedding from .quantize import dequantize_linear class Qwen2MultiHeadAttention: de...
191
1,950
94
0.98
2026-04-22T15:24:03.690189
true
github_alexiglad_EBT_929ac789a3b2eb700438aa8cc6c5b457b6890557
Python
alexiglad
EBT
624
88
PyTorch Code for Energy-Based Transformers paper -- generalizable reasoning and scalable learning
[ "ai", "deep-learning", "generative-ai", "reasoning", "thinking" ]
Apache-2.0
base_model_trainer.py
base_model_trainer.py
37,980
import pytorch_lightning as L import torch from torch import nn from torch.nn import functional as F from torch.utils.data import DataLoader, random_split, Dataset from torchvision import transforms from torchvision.transforms import ToPILImage from torch.distributed import all_reduce import wandb import gc from data....
2,937
37,980
610
0.98
2026-04-22T22:05:36.030821
true
github_graphql-nexus_nexus_3986947729ad5c9cc691938db33b4c3838fc271e
TypeScript
graphql-nexus
nexus
3,427
278
Code-First, Type-Safe, GraphQL Schema Construction
[ "graphql", "graphql-nexus", "graphql-schema", "nexus", "typescript" ]
MIT
src/plugins/index.ts
index.ts
588
export { connectionPlugin } from './connectionPlugin' export * as connectionPluginCore from './connectionPlugin' export { fieldAuthorizePlugin } from './fieldAuthorizePlugin' export * as fieldAuthorizePluginCore from './fieldAuthorizePlugin' export { nullabilityGuardPlugin } from './nullabilityGuardPlugin' export * a...
54
588
14
0.98
2026-04-18T01:37:21.886084
true
github_bfly123_claude_code_bridge_b7e13ce7ae0f4482c4632e8fc23071c0cc358bb5
Python
bfly123
claude_code_bridge
2,284
214
Real-time multi-AI collaboration: Claude, Codex & Gemini with persistent context, minimal token overhead
[ "ai-collaboration", "ai-tools", "claude-code", "cli", "codex", "cross-platform", "gemini", "llm", "multi-agent-systems", "python", "terminal" ]
NOASSERTION
lib/ccbd/keeper.py
keeper.py
4,395
from __future__ import annotations from pathlib import Path import os import time from agents.config_identity import project_config_identity_payload from agents.config_loader import load_project_config from ccbd.daemon_process import spawn_ccbd_process from ccbd.keeper_runtime.app_state import KeeperAppState, KeeperA...
286
4,395
117
0.98
2026-04-17T23:37:51.743442
true
github_huggingface_transformers_25619ca55b3ffa5311a3acfabce11267e93fab23
Python
huggingface
transformers
159,743
32,972
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
[ "audio", "deep-learning", "deepseek", "gemma", "glm", "hacktoberfest", "llm", "machine-learning", "model-hub", "natural-language-processing", "nlp", "pretrained-models", "python", "pytorch", "pytorch-transformers", "qwen", "speech-recognition", "transformer", "vlm" ]
Apache-2.0
src/transformers/tokenization_utils_base.py
tokenization_utils_base.py
175,204
# base # Copyright 2020 The HuggingFace Inc. 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 ...
17,351
175,204
3,578
0.98
2026-04-22T13:18:07.736255
true
github_Canop_broot_a281e60d3ba9900284b231966c336aa46dd36f5c
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/display/num_format.rs
num_format.rs
731
/// Format a number with commas as thousands separators pub fn format_count(count: usize) -> String { let mut s = count.to_string(); let l = s.len(); for i in 1..l { if i % 3 == 0 { s.insert(l - i, ','); } } s } #[test] fn test_format_count() { assert_eq!(&format_cou...
68
731
25
0.98
2026-04-17T14:18:06.727749
true
github_starship_starship_5a989fe2adca6d343bf2da2e1ed90e321475ea7f
Rust
starship
starship
56,483
2,470
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
[ "bash", "fish", "fish-prompt", "fish-theme", "oh-my-zsh", "powershell", "rust", "shell-prompt", "starship", "zsh", "zsh-prompt", "zsh-theme" ]
ISC
src/configs/mod.rs
mod.rs
8,926
use indexmap::IndexMap; use serde::{self, Deserialize, Serialize}; pub mod aws; pub mod azure; pub mod battery; pub mod buf; pub mod bun; pub mod c; pub mod cc; pub mod character; pub mod claude_context; pub mod claude_cost; pub mod claude_model; pub mod cmake; pub mod cmd_duration; pub mod cobol; pub mod conda; pub m...
714
8,926
358
0.98
2026-04-17T13:17:51.423585
true
github_tlsfuzzer_python-ecdsa_a982c1e492ca316ffe28c3e13e5dc1ce3859e615
Python
tlsfuzzer
python-ecdsa
974
336
pure-python ECDSA signature/verification and ECDH key agreement
[ "cryptography", "digital-signatures", "ecdh", "ecdsa", "elliptic-curves", "python" ]
NOASSERTION
src/ecdsa/ellipticcurve.py
ellipticcurve.py
54,296
#! /usr/bin/env python # -*- coding: utf-8 -*- # # Implementation of elliptic curves, for cryptographic applications. # # This module doesn't provide any way to choose a random elliptic # curve, nor to verify that an elliptic curve was chosen randomly, # because one can simply use NIST's standard curves. # # Notes from...
7,100
54,294
1,610
0.98
2026-04-23T04:34:21.785310
true
github_charmbracelet_crush_12946e29439862653e0253adc9eb6e2869bea559
Go
charmbracelet
crush
23,121
1,528
Glamourous agentic coding for all 💘
[ "agentic-ai", "ai", "llms", "ravishing" ]
NOASSERTION
internal/db/connect_ncruces.go
connect_ncruces.go
839
//go:build !((darwin && (amd64 || arm64)) || (freebsd && (amd64 || arm64)) || (linux && (386 || amd64 || arm || arm64 || loong64 || ppc64le || riscv64 || s390x)) || (windows && (386 || amd64 || arm64))) package db import ( "database/sql" "fmt" "github.com/ncruces/go-sqlite3" "github.com/ncruces/go-sqlite3/driver...
129
839
30
0.98
2026-04-17T09:14:56.517937
true
github_webtorrent_webtorrent-desktop_e813a4341854eb75567b5b059a2b168042acd296
JavaScript
webtorrent
webtorrent-desktop
10,052
1,030
❤️ Streaming torrent app for Mac, Windows, and Linux
[ "bittorrent", "electron", "hacktoberfest", "javascript", "linux", "macos", "nodejs", "p2p", "streaming", "webrtc", "webtorrent", "windows" ]
MIT
src/main/folder-watcher.js
folder-watcher.js
1,181
const chokidar = require('chokidar') const log = require('./log') class FolderWatcher { constructor ({ window, state }) { this.window = window this.state = state this.torrentsFolderPath = null this.watching = false } isEnabled () { return this.state.saved.prefs.autoAddTorrents } start (...
122
1,181
51
0.98
2026-04-23T07:00:59.704567
true
github_abinthomasonline_repo2txt_c2bdb1615dc2975077ec8a48805c06b501638dd3
JavaScript
abinthomasonline
repo2txt
1,791
214
Web-based tool converts GitHub repository contents into a single formatted text file
[ "ai", "anthropic", "chatgpt", "developer-tools", "devtools", "llm" ]
UNKNOWN
tailwind.config.js
tailwind.config.js
548
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], darkMode: 'class', theme: { extend: { colors: { primary: { 50: '#f0f9ff', 100: '#e0f2fe', 200: '#bae6fd', 300: '#7dd3fc', ...
51
548
29
0.98
2026-04-18T00:27:39.660577
true
github_vdaas_vald_06584a5ee152615e70db1537c04e865ee9e082dd
Go
vdaas
vald
1,698
92
Vald. A Highly Scalable Distributed Vector Search Engine
[ "anng", "approximate-nearest-neighbor-search", "cloud", "cloud-native", "distributed-systems", "golang", "hacktoberfest", "high-dimensional-data", "high-performance", "image-search", "image-search-engine", "kubernetes", "microservices", "nearest-neighbor-search", "ngt", "similarity-sea...
Apache-2.0
internal/circuitbreaker/breaker.go
breaker.go
6,000
// Copyright (C) 2019-2026 vdaas.org vald team <[REDACTED_EMAIL]> // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
736
6,000
196
0.98
2026-04-18T01:04:32.428328
true
github_PyO3_maturin_7906d07bfaad863c111aaeb5df93b7c78c45845f
Rust
PyO3
maturin
5,555
393
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
[ "cffi", "cpython", "cross-compile", "hacktoberfest", "manylinux", "packaging", "pyo3", "pypi", "pypy", "python", "uniffi", "wheels" ]
Apache-2.0
src/auditwheel/linux.rs
linux.rs
32,712
//! Linux/ELF wheel audit and repair. //! //! This module implements [`WheelRepairer`] for Linux ELF binaries, //! providing the Rust equivalent of [auditwheel](https://github.com/pypa/auditwheel). //! //! It contains all ELF-specific logic: manylinux/musllinux compliance //! auditing, external dependency discovery via...
2,860
32,697
884
0.98
2026-04-17T14:57:21.279575
true
github_typicode_lowdb_5a136cc3cb633b19d35f7dcb13990c0dc8871595
TypeScript
typicode
lowdb
22,525
967
Simple and fast JSON database
[ "database", "electron", "embeddable", "embedded-database", "javascript", "json", "localstorage", "lodash", "nodejs", "storage" ]
MIT
src/examples/in-memory.ts
in-memory.ts
686
// With this adapter, calling `db.write()` will do nothing. // One use case for this adapter can be for tests. import { LowSync, MemorySync, SyncAdapter } from '../index.js' import { JSONFileSync } from '../node.js' declare global { // eslint-disable-next-line @typescript-eslint/no-namespace namespace NodeJS { ...
90
686
25
0.98
2026-04-23T06:45:33.699995
true
github_rustdesk_rustdesk_7ad257fcbe9f28824eff2cd553d2bc1e3f3a97bf
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/sv.rs
sv.rs
38,255
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Status"), ("Your Desktop", "Ditt skrivbord"), ("desk_tip", "Ditt skrivbord kan delas med hjälp av detta ID och lösenord"), ("Password", "Lösenord"), ("Ready", "...
3,468
37,742
748
0.98
2026-04-17T13:14:42.404415
true
github_starship_starship_876e4d5aa7cf210bf58827d9c99b440e1b868f7d
Rust
starship
starship
56,483
2,470
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
[ "bash", "fish", "fish-prompt", "fish-theme", "oh-my-zsh", "powershell", "rust", "shell-prompt", "starship", "zsh", "zsh-prompt", "zsh-theme" ]
ISC
src/configs/pixi.rs
pixi.rs
1,117
use serde::{Deserialize, Serialize}; use crate::config::VecOr; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct PixiConfig<'a> { pub pixi_binary: VecOr<&'a str>, pub show_defa...
100
1,114
41
0.98
2026-04-17T13:17:57.664330
true
github_ZhuLinsen_daily_stock_analysis_618ed6d4c8c55ddd49fa4feda113be94d48b17bc
Python
ZhuLinsen
daily_stock_analysis
30,933
31,565
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/runner.py
runner.py
28,414
# -*- coding: utf-8 -*- """ Shared runner — extracted LLM + tool execution loop. Provides ``run_agent_loop``, the single authoritative implementation of the ReAct execute-loop that was previously inlined inside ``AgentExecutor._run_loop``. All current and future agents should delegate to this runner instead of re-impl...
2,319
28,170
753
0.98
2026-04-22T14:56:48.694022
true
github_danijar_crafter_26c0c6355f1754a6498cb76411a1e2d1ac11aaa4
Python
danijar
crafter
538
90
Benchmarking the Spectrum of Agent Capabilities
[ "artificial-intelligence", "deep-learning", "environment", "minecraft", "reinforcement-learning", "simulation" ]
MIT
setup.py
setup.py
898
import setuptools import pathlib setuptools.setup( name='crafter', version='1.8.3', description='Open world survival game for reinforcement learning.', url='http://github.com/danijar/crafter', long_description=pathlib.Path('README.md').read_text(), long_description_content_type='text/markdown'...
61
898
27
0.98
2026-04-22T20:50:43.588944
true
github_ChatGPTNextWeb_NextChat_327dc5e88f98fea6cf340d7335f34277a1c811d5
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/store/update.ts
update.ts
4,801
import { FETCH_COMMIT_URL, FETCH_TAG_URL, ModelProvider, StoreKey, } from "../constant"; import { getClientConfig } from "../config/client"; import { createPersistStore } from "../utils/store"; import { clientUpdate } from "../utils"; import ChatGptIcon from "../icons/chatgpt.png"; import Locale from "../locale...
444
4,801
165
0.98
2026-04-23T08:58:28.561080
true
github_pathwaycom_pathway_b148f7bd95581bcd7947c9b999e89cb3f7167803
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/persistence/operator_snapshot.rs
operator_snapshot.rs
16,996
// Copyright © 2026 Pathway use std::fmt::Display; use std::mem::{swap, take}; use std::str::FromStr; use std::sync::mpsc; use std::thread; use std::time::{Duration, Instant}; use bincode::{deserialize, serialize}; use differential_dataflow::ExchangeData; use differential_dataflow::{consolidation::consolidate, differ...
1,553
16,995
511
0.98
2026-04-23T04:40:48.877361
true
github_hagopj13_node-express-boilerplate_77a9976fda5d7dd8a749afb4e26065bc9ec82dd3
JavaScript
hagopj13
node-express-boilerplate
7,625
2,263
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
[ "boilerplate", "es2018", "es6", "express", "express-boilerplate", "jest", "mongodb", "mongoose", "node-boilerplate", "nodejs", "rest-api", "starter" ]
MIT
src/config/tokens.js
tokens.js
169
const tokenTypes = { ACCESS: 'access', REFRESH: 'refresh', RESET_PASSWORD: 'resetPassword', VERIFY_EMAIL: 'verifyEmail', }; module.exports = { tokenTypes, };
18
169
11
0.98
2026-04-23T07:14:00.947022
true
github_kwhitley_itty-router_4976b83ad2100bcfb9a7eee2dccdb520fef38098
TypeScript
kwhitley
itty-router
2,019
83
A little router.
[ "api", "cloudflare", "cloudflare-workers", "edge", "itty-router", "javascript", "middleware", "router", "serverless", "service-worker" ]
MIT
src/error.spec.ts
error.spec.ts
1,916
import { describe, expect, it } from 'bun:test' import { error } from './error' describe('error(status: number, body: string | object)', () => { const errorMessage = 'Bad' it('error() creates a 500 Response with no body', async () => { const response = error() const payload = await response.json() ex...
231
1,916
61
0.98
2026-04-17T18:08:32.400822
true
github_lahmatiy_react-render-tracker_2e4ae796e4ca80468276b1cbdbc3d3a136e87e8d
TypeScript
lahmatiy
react-render-tracker
2,400
35
React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
[ "devtools", "performance", "react", "rerender" ]
MIT
src/publisher/rempl-publisher.ts
rempl-publisher.ts
4,548
import { createPublisher } from "rempl"; import debounce from "lodash.debounce"; import { ToolId } from "../common/constants"; import config from "./config"; import { resolveSourceLoc } from "./utils/resolveSourceLoc"; import { getRendererInfo } from "./utils/renderer-info"; import { ReactInternals, ReactRendererIn...
392
4,548
168
0.98
2026-04-18T00:26:43.874708
true
github_triggerdotdev_jsonhero-web_38658bb9ff8fd03a1e526b2841fd8a84af88614b
TypeScript
triggerdotdev
jsonhero-web
10,697
663
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
[ "developer-tools", "devtools", "hacktoberfest", "json", "json-viewer", "react", "tools", "typescript", "viewer" ]
Apache-2.0
app/graphJSON.server.ts
graphJSON.server.ts
221
export async function sendEvent(event: Record<string, any>): Promise<void> { return; } function graphJsonReplacer(key: string, value: any): any { if (key === "api_key") { return undefined; } return value; }
28
221
12
0.98
2026-04-18T00:22:19.481167
true
github_vercel_swr_bb9b011af7e3e014b9b6da2f9c8722e73c1229c8
TypeScript
vercel
swr
32,352
1,332
React Hooks for Data Fetching
[ "cache", "data", "data-fetching", "fetch", "hook", "hooks", "nextjs", "react", "react-native", "stale-while-revalidate", "suspense", "swr", "vercel" ]
MIT
src/index/use-swr.ts
use-swr.ts
27,739
/// <reference types="react/experimental" /> import React, { useCallback, useRef, useDebugValue, useMemo } from 'react' import { useSyncExternalStore } from 'use-sync-external-store/shim' import { defaultConfig, IS_REACT_LEGACY, IS_SERVER, rAF, useIsomorphicLayoutEffect, SWRGlobalState, serialize, isUn...
3,215
27,739
861
0.98
2026-04-23T09:00:05.715525
true
github_Ottrlang_otterlang_8297842c9e255cf4410b7fdfd3b47fc21ab4269d
Rust
Ottrlang
otterlang
671
21
Otterlang programming language 🦦
[ "compiler", "general-purpose", "language", "llvm", "otter", "otterlang", "programming-language", "pythonic", "rust", "scripting-language" ]
BSD-3-Clause
src/main.rs
main.rs
1,233
#![expect(clippy::print_stderr, reason = "CLI output")] use otterlang::cli; fn main() { if let Err(e) = cli::run() { let msg = e.to_string(); // Known compilation failures already emitted diagnostics if msg.contains("lexing failed") || msg.contains("parsing failed") ...
103
1,233
48
0.98
2026-04-17T17:09:28.307672
true
github_rustdesk_rustdesk_883f2afd789c381382735d6c1ae5edb89189bcce
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/plugin/desc.rs
desc.rs
2,369
use hbb_common::ResultType; use serde_derive::{Deserialize, Serialize}; use serde_json; use std::collections::HashMap; use std::ffi::{c_char, CStr}; #[derive(Debug, Clone, Serialize, Deserialize)] pub struct UiButton { key: String, text: String, icon: String, // icon can be int in flutter, but string in ot...
282
2,369
101
0.98
2026-04-17T13:14:53.184803
true
github_gastownhall_beads_f078e0094007174ded1a0a82d82075cb52d4e670
Go
gastownhall
beads
20,845
1,396
Beads - A memory upgrade for your coding agent
[ "agents", "claude-code", "coding" ]
MIT
cmd/bd/defer.go
defer.go
3,397
package main import ( "fmt" "os" "time" "github.com/spf13/cobra" "github.com/steveyegge/beads/internal/timeparsing" "github.com/steveyegge/beads/internal/types" "github.com/steveyegge/beads/internal/ui" "github.com/steveyegge/beads/internal/utils" ) var deferCmd = &cobra.Command{ Use: "defer [id...]", Sh...
419
3,397
117
0.98
2026-04-17T09:23:55.081059
true
github_txn2_kubefwd_3ca566c0b6118a1478f5ffe7db0bbad0ad1b4266
Go
txn2
kubefwd
4,089
222
Bulk port forwarding Kubernetes services for local development.
[ "api-rest", "developer-tools", "devops", "devops-tools", "devtools", "k8s", "kubefwd", "kubernetes", "kubernetes-clusters", "kubernetes-namespace", "mcp-server", "networking", "port-forward", "port-forwarding", "proxy" ]
Apache-2.0
pkg/fwdapi/manager_test.go
manager_test.go
28,869
package fwdapi import ( "testing" "time" "github.com/txn2/kubefwd/pkg/fwdapi/types" "github.com/txn2/kubefwd/pkg/fwdmetrics" "github.com/txn2/kubefwd/pkg/fwdns" "github.com/txn2/kubefwd/pkg/fwdtui/events" "github.com/txn2/kubefwd/pkg/fwdtui/state" ) // Reset global state between tests func resetGlobalState() ...
3,086
28,869
1,031
0.98
2026-04-17T22:21:59.154232
true
github_pubkey_rxdb_3f9f233fcb506f98b29fbefa326018930c605f84
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/rx-error.ts
rx-error.ts
5,096
/** * here we use custom errors with the additional field 'parameters' */ import { overwritable } from './overwritable.ts'; import type { RxErrorParameters, RxErrorKey, RxStorageWriteError, RxStorageWriteErrorConflict } from './types/index.d.ts'; /** * transform an object of parameters to a present...
565
5,096
191
0.98
2026-04-23T08:22:06.584918
true
github_starship_starship_bbe587768fcf5740046afcd3e71137eb1c0d34bf
Rust
starship
starship
56,483
2,470
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
[ "bash", "fish", "fish-prompt", "fish-theme", "oh-my-zsh", "powershell", "rust", "shell-prompt", "starship", "zsh", "zsh-prompt", "zsh-theme" ]
ISC
src/configs/dart.rs
dart.rs
939
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct DartConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str...
87
936
35
0.98
2026-04-17T13:17:33.965420
true
github_quickwit-oss_tantivy_39bd50fee8c8af173b54b10c37a91556e9adb74a
Rust
quickwit-oss
tantivy
15,013
896
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
[ "rust", "search-engine" ]
MIT
src/fieldnorm/writer.rs
writer.rs
4,084
use std::cmp::Ordering; use std::{io, iter}; use super::{fieldnorm_to_id, FieldNormsSerializer}; use crate::schema::{Field, Schema}; use crate::DocId; /// The `FieldNormsWriter` is in charge of tracking the fieldnorm byte /// of each document for each field with field norms. /// /// `FieldNormsWriter` stores a `Vec<u...
403
4,084
108
0.98
2026-04-17T13:54:27.769595
true
github_jely2002_youtube-dl-gui_3e2e856d8d7cdd224eef80eb25961df30498814f
TypeScript
jely2002
youtube-dl-gui
7,992
586
Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript.
[ "cross-platform-gui", "downloader", "tailwind", "tauri", "vue", "youtube", "youtube-dl", "youtube-dl-gui", "ytdl" ]
AGPL-3.0
src/helpers/progress.ts
progress.ts
392
import { MediaGroupProgressPayload } from '../tauri/types/progress'; export function computeGroupPercentage(p?: MediaGroupProgressPayload): number { if (!p) return 0; if (p.done && p.total) { return (p.done / p.total) * 100; } return 0; } export function capitalizeFirstLetter(value?: string): string { r...
44
392
14
0.98
2026-04-17T14:34:32.822113
true
github_ultraworkers_claw-code_b5668fc6e04c94ae20205edc84dbc545558cf072
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/moreright/__init__.py
__init__.py
533
"""Python package placeholder for the archived `moreright` subsystem.""" from __future__ import annotations from src._archive_helper import load_archive_metadata _SNAPSHOT = load_archive_metadata("moreright") ARCHIVE_NAME = _SNAPSHOT["archive_name"] MODULE_COUNT = _SNAPSHOT["module_count"] SAMPLE_FILES = tuple(_SNA...
46
533
15
0.98
2026-04-17T13:13:15.725654
true
github_preactjs_preact_2deef9eacb5fe9fe7bf0e8ec1e2fc32071a351fd
TypeScript
preactjs
preact
38,572
2,030
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
[ "components", "dom", "jsx", "preact", "react", "vdom", "virtual-dom" ]
MIT
src/dom.d.ts
dom.d.ts
111,244
// Most of our DOM-ish types import { ClassAttributes, PreactDOMAttributes } from './index'; // Implementations of some DOM events that are not available in TS 5.1 interface ToggleEvent extends Event { readonly newState: string; readonly oldState: string; } declare var ToggleEvent: { prototype: ToggleEvent; new ...
11,306
111,244
3,071
0.98
2026-04-23T04:47:06.339606
true
github_pat-jj_DeepRetrieval_3cb0bb1461c6cc815b997ac74e103f025c106af4
Python
pat-jj
DeepRetrieval
705
85
[COLM’25] DeepRetrieval — 🔥 Training Search Agent by RLVR with Retrieval Outcome
[ "ai-search", "aiagent", "information-retrieval", "large-language-models", "reinforcement-learning", "search-agent" ]
MIT
query_rewrite.py
query_rewrite.py
4,048
import requests import json import argparse import re import time INSTRUCTION = """ You are a query rewriting expert. Your task is to create query terms for user query to find relevant literature in a Wikipedia corpus using BM25. """ def format_prompt(user_query: str) -> str: """Format the prompt for the model us...
426
4,048
106
0.98
2026-04-22T20:38:16.326303
true
github_farion1231_cc-switch_14205c043f08b1f783d0febeac66d45485e6838c
TypeScript
farion1231
cc-switch
46,404
2,957
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.
[ "ai-tools", "claude-code", "codex", "desktop-app", "mcp", "minimax", "omo", "open-source", "openclaw", "openclaw-ui", "opencode", "provider-management", "rust", "skills", "skills-management", "tauri", "typescript", "wsl-support" ]
MIT
src/config/geminiProviderPresets.ts
geminiProviderPresets.ts
9,918
import type { ProviderCategory } from "@/types"; /** * Gemini 预设供应商的视觉主题配置 */ export interface GeminiPresetTheme { /** 图标类型:'gemini' | 'generic' */ icon?: "gemini" | "generic"; /** 背景色(选中状态),支持 hex 颜色 */ backgroundColor?: string; /** 文字色(选中状态),支持 hex 颜色 */ textColor?: string; } export interface GeminiPr...
681
9,784
362
0.98
2026-04-17T13:18:45.109293
true
github_evrone_go-clean-template_eb6f52a4625f713f946c61cd0ccc31d339490239
Go
evrone
go-clean-template
7,544
649
Clean Architecture template for Golang services
[ "clean-architecture", "dependency-injection", "example", "go", "golang", "microservices", "template" ]
MIT
cmd/app/main.go
main.go
279
package main import ( "log" "github.com/evrone/go-clean-template/config" "github.com/evrone/go-clean-template/internal/app" ) func main() { // Configuration cfg, err := config.NewConfig() if err != nil { log.Fatalf("Config error: %s", err) } // Run app.Run(cfg) }
31
279
20
0.98
2026-04-18T00:53:49.023744
true
github_Pythagora-io_gpt-pilot_d046f0e2e01cb32095e406af151342c340bb424a
Python
Pythagora-io
gpt-pilot
33,775
3,498
The first real AI developer
[ "ai", "codegen", "coding-assistant", "developer-tools", "gpt-4", "research-project" ]
NOASSERTION
core/agents/legacy_handler.py
legacy_handler.py
476
from core.agents.base import BaseAgent from core.agents.response import AgentResponse class LegacyHandler(BaseAgent): agent_type = "legacy-handler" display_name = "Legacy Handler" async def run(self) -> AgentResponse: if self.data["type"] == "review_task": self.next_state.complete_ste...
39
476
15
0.98
2026-04-22T17:05:59.195745
true
github_tilt-dev_tilt_889d431f38c67eaf6cb06b4c1c786a9538b31eba
Go
tilt-dev
tilt
9,621
390
Define your dev environment as code. For microservice apps on Kubernetes.
[ "development-environment", "kubernetes" ]
Apache-2.0
internal/build/test_utils.go
test_utils.go
7,229
package build import ( "archive/tar" "context" "fmt" "log" "os/exec" "path/filepath" "strings" "testing" "time" "github.com/distribution/reference" "github.com/moby/moby/api/types/container" mobyclient "github.com/moby/moby/client" "github.com/stretchr/testify/assert" "github.com/tilt-dev/clusterid" w...
748
7,229
236
0.98
2026-04-17T19:41:48.381503
true
github_Azure-Samples_aisearch-openai-rag-audio_84fd1ce5baf5c890e18a2492662e9e1b5ccb7409
TypeScript
Azure-Samples
aisearch-openai-rag-audio
556
352
A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
[ "ai-azd-templates", "azd-templates", "azure", "azure-ai-search", "generative-ai", "gpt", "language-model", "openai", "rag", "retrieval-augmented-generation", "search", "vector-database" ]
MIT
app/frontend/vite.config.ts
vite.config.ts
631
import path from "path"; import react from "@vitejs/plugin-react"; import { defineConfig } from "vite"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], build: { outDir: "../backend/static", emptyOutDir: true, sourcemap: true }, resolve: { ...
57
631
29
0.98
2026-04-22T22:06:51.998417
true
github_agent0ai_agent-zero_6e43dc34a4a3bad4e2f190ef163230166cf1884a
Python
agent0ai
agent-zero
17,046
3,498
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
api/plugins.py
plugins.py
12,208
import json import os import subprocess import sys from datetime import datetime, timezone from helpers.api import ApiHandler, Request, Response from helpers import plugins, files, extension class Plugins(ApiHandler): """ Core plugin management API. Actions: get_config, save_config """ async def...
899
12,208
339
0.98
2026-04-17T15:31:51.306431
true
github_agent0ai_agent-zero_0d47506a7236ca67118d0241a28f7e803f16c0f1
JavaScript
agent0ai
agent-zero
17,174
3,519
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
lib/browser/extract_dom.js
extract_dom.js
4,169
function extractDOM([ selectorLabel = "", selectorName = "data-a0sel3ct0r", guidName = "data-a0gu1d", ]) { let elementCounter = 0; const time = new Date().toISOString().slice(11, -1).replace(/[:.]/g, ""); const ignoredTags = [ "style", "script", "meta", "link", "svg", "noscript", ...
469
4,169
161
0.98
2026-04-22T17:11:14.669425
true
github_plotly_plotly.js_8d0b8db496e548e8727f2efe3b0eba21712460e3
JavaScript
plotly
plotly.js
18,173
1,990
Open-source JavaScript charting library behind Plotly and Dash
[ "charting-library", "charts", "d3", "data-visualization", "plotly", "plotly-dash", "regl", "visualization", "webgl" ]
MIT
lib/locales/km.js
km.js
1,181
'use strict'; module.exports = { moduleType: 'locale', name: 'km', dictionary: {}, format: { days: [ 'ថ្ងៃ​អាទិត្យ', 'ថ្ងៃ​ចន្ទ', 'ថ្ងៃ​អង្គារ', 'ថ្ងៃ​ពុធ', 'ថ្ងៃ​ព្រហស្បត្តិ៍', 'ថ្ងៃ​សុក្រ', 'ថ្ងៃ​សៅរ៍' ], shortDays: ['អា', 'ចន្ទ', 'អង្គ', 'ពុធ', 'ព្រហ',...
65
711
24
0.98
2026-04-23T14:16:19.840662
true
github_jiran214_langup-ai_026cd1e6162d6020f6bc15ff9a0640b3b6651dee
Python
jiran214
langup-ai
715
128
AGI 社交网络 Bot. BiliBili | 直播聊天数字人 | 视频@自动回复 | 私信bot | 终端聊天 | 语音交互
[ "bilibili", "bot", "chatgpt", "gpt", "langchain", "openai" ]
MIT
src/examples/UserInputReplyUP.py
UserInputReplyUP.py
435
from langup import UserInputReplyUP, config config.proxy = 'http://127.0.0.1:7890' # config.openai_api_key = 'xxx' or 创建.env文件 OPENAI_API_KEY=xxx # 1. 终端回复 # UserInputReplyUP(system='你是一位AI助手', listen='console').loop() # 2. 语音实时识别回复 # config.convert['speech_rec']修改语音识别模块配置 UserInputReplyUP(system='你是一位AI助手', listen=...
30
347
12
0.98
2026-04-23T00:49:09.964746
true
github_ogham_dog_05a5a4840df0608a564fffdaa0843813ede5b82b
Rust
ogham
dog
6,640
207
A command-line DNS client.
[ "client", "command-line", "dns", "rust" ]
EUPL-1.2
src/connect.rs
connect.rs
1,517
//! Creating DNS transports based on the user’s input arguments. use dns_transport::*; /// A **transport type** creates a `Transport` that determines which protocols /// should be used to send and receive DNS wire data over the network. #[derive(PartialEq, Debug, Copy, Clone)] pub enum TransportType { /// Send ...
194
1,515
47
0.98
2026-04-17T14:46:01.120185
true
github_Unitech_pm2_eb4761def8a21aa9138ad3d5f655ff6accd6797d
JavaScript
Unitech
pm2
43,090
2,714
Node.js Production Process Manager with a built-in Load Balancer.
[ "command-line", "command-line-tool", "deploy", "load-balancer", "monitoring", "node", "nodejs", "pm2", "process-manager", "production" ]
NOASSERTION
lib/tools/treeify.js
treeify.js
3,541
// treeify.js // Luke Plaster <[REDACTED_EMAIL]> // https://github.com/notatestuser/treeify.js // do the universal module definition dance (function (root, factory) { if (typeof exports === 'object') { module.exports = factory(); } else if (typeof define === 'function' && define.amd) { define(...
471
3,527
114
0.98
2026-04-23T06:19:16.494461
true
github_nuclio_nuclio_06d24eb24365dde7016db51d2e49ad0be41309e6
Go
nuclio
nuclio
5,699
564
High-Performance Serverless event and data processing platform
[ "containers", "docker", "faas", "faas-platform", "functions", "go", "kubernetes", "serverless" ]
Apache-2.0
pkg/registry/registry.go
registry.go
1,797
/* Copyright 2023 The Nuclio 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 agreed to in writing, soft...
231
1,797
79
0.98
2026-04-17T21:22:47.495395
true
github_lasantosr_intelli-shell_292c3678f7fff474ddd88269ad47f4e77f3edee3
Rust
lasantosr
intelli-shell
1,213
18
Like IntelliSense, but for shells
[ "autocomplete", "bash", "bookmark", "cli", "command-line", "fish", "productivity", "rust", "rust-lang", "terminal", "tool", "zsh" ]
Apache-2.0
src/component/completion_edit.rs
completion_edit.rs
21,527
use std::{mem, sync::Arc}; use async_trait::async_trait; use color_eyre::Result; use enum_cycling::EnumCycle; use itertools::Itertools; use parking_lot::RwLock; use ratatui::{ Frame, backend::FromCrossterm, layout::{Alignment, Constraint, Layout, Rect}, style::Style, widgets::{Block, Borders, Parag...
1,645
21,527
581
0.98
2026-04-17T19:33:31.268752
true
github_babel_babel_4591a615cb35313cca2c08b88e65790701169e5b
TypeScript
babel
babel
43,892
5,813
🐠 Babel is a compiler for writing next generation JavaScript.
[ "ast", "babel", "compiler", "es2015", "es6", "flavortown", "javascript" ]
MIT
babel-worker.ts
babel-worker.ts
1,852
import { transformAsync } from "@babel/core"; import { mkdirSync, statSync, readFileSync, writeFileSync } from "node:fs"; import path from "node:path"; import { styleText } from "node:util"; import { log } from "./scripts/utils/logger.ts"; /** * Check if the source file needs to be compiled based on its modification t...
235
1,852
63
0.98
2026-04-23T13:04:27.775647
true
github_Billionmail_BillionMail_6da4a4d44fc0d6e5e94d906a44d30b7848a0408c
TypeScript
Billionmail
BillionMail
13,979
1,469
BillionMail gives you open-source MailServer, NewsLetter, Email Marketing — fully self-hosted, dev-friendly, and free from monthly fees. Join the discord: https://discord.gg/asfXzBUhZr
[ "dovecot", "email", "email-marketing", "mail", "mailserver", "newsletter", "newsletters", "postfix", "rspamd", "server", "smtp" ]
AGPL-3.0
core/frontend/uno.config.ts
uno.config.ts
6,328
import { globSync } from 'glob' import { defineConfig } from 'unocss' import path from 'path' import presetUno from '@unocss/preset-uno' import presetIcons from '@unocss/preset-icons' import transformerDirectives from '@unocss/transformer-directives' import { FileSystemIconLoader } from '@iconify/utils/lib/loader/node-...
530
6,276
67
0.98
2026-04-17T11:12:32.941964
true
github_stepfun-ai_Step-Audio-EditX_528a10edc302391764ae3aea442a5a4fa66a4a04
Python
stepfun-ai
Step-Audio-EditX
907
62
A powerful 3B-parameter, LLM-based Reinforcement Learning audio edit model excels at editing emotion, speaking style, and paralinguistics, and features robust zero-shot text-to-speech
[ "audio-editing", "cross-lingual", "emotion-control", "paralinguistics", "reinforcement-learning", "speaking-style", "style-control", "text-to-speech", "tts", "voice-cloning", "zero-shot-tts" ]
Apache-2.0
tts.py
tts.py
16,535
import hashlib import io import os import re import logging import numpy as np import torch import librosa import soundfile as sf from typing import Tuple, Optional from http import HTTPStatus import torchaudio from model_loader import model_loader, ModelSource from config.prompts import AUDIO_EDIT_CLONE_SYSTEM_PROMP...
1,321
16,514
401
0.98
2026-04-22T20:25:56.134958
true
github_paperless-ngx_paperless-ngx_7f59d45571a42b66687cfb5939779528c9c6fa2c
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/documents/file_handling.py
file_handling.py
6,261
import os from pathlib import Path from django.conf import settings from documents.models import Document from documents.templating.filepath import validate_filepath_template_and_render from documents.templating.utils import convert_format_str_to_template_format def create_source_path_directory(source_path: Path) -...
639
6,261
186
0.98
2026-04-22T13:33:46.744351
true
github_evmos_ethermint_1223274df51223c5fb8c99d339f546dfe7fc2fe4
Go
evmos
ethermint
1,816
588
Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
[ "blockchain", "cosmos-sdk", "ethereum", "evm", "go", "golang" ]
LGPL-3.0
app/app.go
app.go
32,627
// Copyright 2021 Evmos Foundation // This file is part of Evmos' Ethermint library. // // The Ethermint library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // ...
2,523
32,627
872
0.98
2026-04-17T16:53:20.069547
true
github_opendilab_DI-drive_eab5b7cba0e06bb7d9175bbd2e6620075008a786
Python
opendilab
DI-drive
637
60
Decision Intelligence Platform for Autonomous Driving simulation.
[ "autodrive", "autonomous-driving", "carla", "imitation-learning", "metadrive", "pytorch", "reinforcement-learning" ]
Apache-2.0
core/data/cilrs_dataset.py
cilrs_dataset.py
1,276
import os import numpy as np from typing import Any, Dict import torch from torch.utils.data import Dataset from core.utils.others.image_helper import read_image class CILRSDataset(Dataset): def __init__(self, root_dir: str, transform: bool = False, preloads: str = None) -> None: self._root_dir = root_d...
119
1,276
40
0.98
2026-04-22T20:42:05.085080
true
github_dotansimha_graphql-code-generator_fa6698371369a6d3fad456c0d4a35273436759fa
TypeScript
dotansimha
graphql-code-generator
11,233
1,391
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
[ "android", "angular", "code-generator", "codegen", "csharp", "graphql", "graphql-schema", "java", "react", "resolvers", "schema", "the-guild", "typescript" ]
MIT
vitest.config.ts
vitest.config.ts
435
import tsconfigPaths from 'vite-tsconfig-paths'; import { defineConfig } from 'vitest/config'; export const sharedConfig = defineConfig({ plugins: [tsconfigPaths() as any], resolve: { alias: { graphql: 'graphql/index.js', }, }, test: { globals: true, }, }); export default defineConfig({ ...
45
435
22
0.98
2026-04-18T01:27:38.220238
true
github_apollographql_apollo-client_c76d5d1e106c2393330a8fde00a894a640b23506
TypeScript
apollographql
apollo-client
19,714
2,701
The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development.
[ "apollo-client", "apollographql", "graphql", "graphql-client", "typescript" ]
MIT
src/masking/maskOperation.ts
maskOperation.ts
1,138
import type { ApolloCache, DocumentNode, TypedDocumentNode, } from "@apollo/client"; import { __DEV__ } from "@apollo/client/utilities/environment"; import { createFragmentMap, getFragmentDefinitions, getOperationDefinition, } from "@apollo/client/utilities/internal"; import { invariant } from "@apollo/clie...
107
1,138
43
0.98
2026-04-23T08:24:05.150587
true