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_gpujs_gpu.js_12f0c2522cebfd2a59be187e951d3a8f8f3739bf
JavaScript
gpujs
gpu.js
15,367
663
GPU Accelerated JavaScript
[ "glsl", "gpgpu", "gpu", "javascript", "math", "nodejs", "webgl" ]
MIT
src/input.js
input.js
1,462
class Input { constructor(value, size) { this.value = value; if (Array.isArray(size)) { this.size = size; } else { this.size = new Int32Array(3); if (size.z) { this.size = new Int32Array([size.x, size.y, size.z]); } else if (size.y) { this.size = new Int32Array([siz...
200
1,462
54
0.98
2026-04-23T06:52:14.476717
true
github_dani-garcia_vaultwarden_5462ef8e1ee6d44990db56a2f7ea5439bc8fa593
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/http_client.rs
http_client.rs
9,160
use std::{ fmt, net::{IpAddr, SocketAddr}, str::FromStr, sync::{Arc, LazyLock, Mutex}, time::Duration, }; use hickory_resolver::{name_server::TokioConnectionProvider, TokioResolver}; use regex::Regex; use reqwest::{ dns::{Name, Resolve, Resolving}, header, Client, ClientBuilder, }; use url:...
779
9,160
308
0.98
2026-04-17T13:16:35.803853
true
github_Kiln-AI_Kiln_9e7547dcbd1947356b5086cf7c452df11ef295f5
JavaScript
Kiln-AI
Kiln
4,755
353
Build, Evaluate, and Optimize AI Systems. Includes evals, RAG, agents, fine-tuning, synthetic data generation, dataset management, MCP, and more.
[ "ai", "chain-of-thought", "collaboration", "dataset-generation", "evals", "evaluation", "evaluation-framework", "fine-tuning", "machine-learning", "macos", "mcp", "ml", "ollama", "openai", "prompt", "prompt-engineering", "python", "rlhf", "synthetic-data", "windows" ]
NOASSERTION
app/web_ui/tailwind.config.js
tailwind.config.js
1,078
/** @type {import('tailwindcss').Config} */ import daisyui from "daisyui" import typography from "@tailwindcss/typography" export default { content: ["./src/**/*.{html,js,svelte,ts}"], safelist: ["h-18", "h-36", "h-60", "h-96"], theme: { extend: {}, }, plugins: [typography, daisyui], daisyui: { the...
82
1,078
41
0.98
2026-04-17T15:47:37.166786
true
github_zhouxiaoka_autoclip_mvp_0bfd8fd93d8e898cb3ed6201c7b3f1340d5a984f
Python
zhouxiaoka
autoclip_mvp
957
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
src/utils/error_handler.py
error_handler.py
12,104
""" 分层错误处理系统 - 提供统一的错误处理、重试机制和熔断器 """ import logging import time import functools from typing import Type, Callable, Any, Optional, Dict, List from enum import Enum from dataclasses import dataclass from contextlib import contextmanager logger = logging.getLogger(__name__) class ErrorLevel(Enum): """错误级别枚举""" ...
840
11,346
320
0.98
2026-04-22T17:02:53.096603
true
github_starpig1129_DATAGEN_852e23c6662976a855a4e868d7815f937ba38962
Python
starpig1129
DATAGEN
1,693
227
DATAGEN: AI-driven multi-agent research assistant automating hypothesis generation, data analysis, and report writing.
[ "agent", "ai", "ai-data-analysis", "artificial-intelligence", "code-generation", "data-analysis", "data-analytics", "data-science", "langchain", "langgraph", "large-language-model", "large-language-models", "llm", "multiagent-systems", "python" ]
MIT
main.py
main.py
2,280
import sys import logging import os import warnings import asyncio import threading # 1. Suppress the USER_AGENT warning os.environ["USER_AGENT"] = "MultiAgentDataAnalysis/1.0" # 2. Setup a stream interceptor to filter out unwanted prints from libraries/subprocesses class OutputFilter: def __init__(self, stream, ...
224
2,280
79
0.98
2026-04-22T15:53:22.935742
true
github_thiswillbeyourgithub_AnkiAIUtils_f5cbf36752c8f8523d45367318b70a975f67c1ce
Python
thiswillbeyourgithub
AnkiAIUtils
846
28
AI-powered tools to enhance Anki flashcards with explanations, mnemonics, illustrations, and adaptive learning for medical school and beyond
[ "anki", "dalle-2", "dalle-3", "illustrations", "learning", "llm", "medical", "mnemonics", "openai", "spaced-repetition", "stable-diffusion", "summary" ]
AGPL-3.0
explainer.py
explainer.py
20,662
""" A module for explaining Anki cards using LLMs. This module provides functionality to automatically generate explanations for failed Anki cards using large language models, helping users better understand concepts they're struggling with. """ from inspect import signature from bs4 import BeautifulSoup from tqdm imp...
1,800
20,662
579
0.98
2026-04-23T01:11:01.885470
true
github_bunkerity_bunkerweb_9ae867c3b75c0e7286c199b9e5056eace39dbaf6
Python
bunkerity
bunkerweb
10,319
586
🛡️ Open-source and next-generation Web Application Firewall (WAF)
[ "antibot", "bunkerized-nginx", "cybersecurity", "devops", "devsecops", "dnsbl", "docker", "hardening", "hosting", "kubernetes", "letsencrypt", "modsecurity", "nginx", "reverse-proxy", "security", "security-tuning", "swarm", "waf", "web-application-firewall", "web-security" ]
AGPL-3.0
src/ui/main.py
main.py
59,854
#!/usr/bin/env python3 from contextlib import suppress from atexit import register from concurrent.futures import ThreadPoolExecutor from datetime import datetime, timedelta from importlib.util import module_from_spec, spec_from_file_location from ipaddress import ip_address from itertools import chain from json import...
4,503
59,852
1,435
0.98
2026-04-18T00:35:36.895359
true
github_ethereum_go-ethereum_98d7bd76aee115e5f8285f8d3532a4d4a06e1e58
Go
ethereum
go-ethereum
50,986
21,888
Go implementation of the Ethereum protocol
[ "blockchain", "ethereum", "geth", "go", "p2p" ]
LGPL-3.0
cmd/devp2p/keycmd.go
keycmd.go
3,656
// Copyright 2020 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...
492
3,656
164
0.98
2026-04-17T07:21:13.839093
true
github_huggingface_transformers_f434d78d404083ce9fc322fdd9dd07bb9259d863
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/trainer.py
trainer.py
215,739
# Copyright 2020-present 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,793
215,703
4,419
0.98
2026-04-22T13:18:09.796337
true
github_rclone_rclone_e99ead6f824ae47c22d5bc54183f4a82ff8f2770
Go
rclone
rclone
56,681
5,039
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
[ "azure-blob", "azure-blob-storage", "azure-files", "backblaze-b2", "cloud-storage", "dropbox", "encryption", "ftp", "fuse-filesystem", "go", "golang", "google-cloud-storage", "google-drive", "onedrive", "openstack-swift", "rclone", "s3", "sftp", "sync", "webdav" ]
MIT
cmd/bisync/operations.go
operations.go
20,449
// Package bisync implements bisync // Copyright (c) 2017-2020 Chris Nelson // Contributions to original python version: Hildo G. Jr., e2t, kalemas, silenceleaf package bisync import ( "context" "errors" "fmt" "os" "path/filepath" "runtime" "strings" gosync "sync" "time" "github.com/rclone/rclone/cmd/bisync...
2,602
20,449
648
0.98
2026-04-17T07:18:32.052119
true
github_kserve_kserve_1f92699247e5940e304c6b50fa83c29f71b9e515
Go
kserve
kserve
5,343
1,450
Standardized Distributed Generative and Predictive AI Inference Platform for Scalable, Multi-Framework Deployment on Kubernetes
[ "artificial-intelligence", "cncf", "genai", "hacktoberfest", "istio", "k8s", "knative", "kserve", "kubeflow", "kubernetes", "llm-inference", "machine-learning", "mlops", "model-interpretability", "model-serving", "pytorch", "service-mesh", "tensorflow", "vllm", "xgboost" ]
Apache-2.0
cmd/llmisvc/manager_options_default.go
manager_options_default.go
870
//go:build !distro /* Copyright 2025 The KServe 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...
120
870
26
0.98
2026-04-17T21:29:57.690062
true
github_starship_starship_228b2ce10569b7d0727023cf5c90090b2c0dffff
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/character.rs
character.rs
1,028
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct CharacterConfig<'a> { pub format: &'a str, pub success_symbol: &'a str, pub error_symb...
91
1,016
36
0.98
2026-04-17T13:17:29.120502
true
github_wavetermdev_waveterm_33bb10cdfb0d96b77730eb3f2b05b2c302963f58
Go
wavetermdev
waveterm
19,626
898
An open-source, AI-integrated, cross-platform terminal for seamless workflows
[ "command-line", "developer-tools", "linux", "macos", "productivity", "terminal", "terminal-emulators", "windows" ]
Apache-2.0
pkg/jobmanager/mainserverconn.go
mainserverconn.go
4,379
// Copyright 2026, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package jobmanager import ( "context" "fmt" "log" "net" "sync" "sync/atomic" "github.com/wavetermdev/waveterm/pkg/baseds" "github.com/wavetermdev/waveterm/pkg/wavejwt" "github.com/wavetermdev/waveterm/pkg/wshrpc" "github.com/wavete...
370
4,379
135
0.98
2026-04-17T09:34:16.999329
true
github_usememos_memos_579edfa56dc53aea9d111b04bec1c0a4ed39b3d9
Go
usememos
memos
58,942
4,277
Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.
[ "docker", "foss", "go", "markdown", "memo", "microblog", "note-taking", "notecard", "own-your-data", "react", "self-hosted", "social-network", "sqlite" ]
MIT
internal/webhook/validate.go
validate.go
2,555
package webhook import ( "net" "net/url" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) // reservedCIDRs lists IP ranges that must never be targeted by outbound webhook requests. // Covers loopback, RFC-1918 private, link-local (including cloud IMDS at 169.254.169.254), // and their IPv6 equiva...
360
2,555
84
0.98
2026-04-17T07:16:51.857116
true
github_ardatan_graphql-mesh_2e9720d1810be5b7f729c6898fb6fe0e80a935ce
JavaScript
ardatan
graphql-mesh
3,497
362
🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...
[ "gateway", "graphql", "grpc", "grpc-gateway", "odata", "openapi", "rest-api", "soap", "swagger", "thrift" ]
MIT
jest.config.js
jest.config.js
4,505
const { resolve } = require('path'); const { pathsToModuleNameMapper } = require('ts-jest'); const JSON5 = require('json5'); const CI = !!process.env.CI; const { readFileSync } = require('fs'); const { platform } = require('os'); const ROOT_DIR = __dirname; const TSCONFIG = resolve(ROOT_DIR, 'tsconfig.json'); const ts...
272
4,505
127
0.98
2026-04-18T01:36:50.784690
true
github_Canop_broot_f2128464e8f2b460cf7ebbb532e561cfe32219d5
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/filesystems/mod.rs
mod.rs
505
//! The whole module is only available on linux and macos mod filesystems_state; mod mount_list; mod mount_space_display; pub use { filesystems_state::FilesystemState, mount_list::MountList, mount_space_display::MountSpaceDisplay, }; use { once_cell::sync::Lazy, std::sync::Mutex, }; pub static M...
47
505
24
0.98
2026-04-17T14:18:09.850599
true
github_dani-garcia_vaultwarden_854bcc53de564970ec766eec224694a0ffbfb1b3
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/ratelimit.rs
ratelimit.rs
1,441
use std::{net::IpAddr, num::NonZeroU32, sync::LazyLock, time::Duration}; use governor::{clock::DefaultClock, state::keyed::DashMapStateStore, Quota, RateLimiter}; use crate::{Error, CONFIG}; type Limiter<T = IpAddr> = RateLimiter<T, DashMapStateStore<T>, DefaultClock>; static LIMITER_LOGIN: LazyLock<Limiter> = Lazy...
115
1,441
38
0.98
2026-04-17T13:16:36.799592
true
github_BrainJS_brain.js_39c83e208d035ac35273c2b7513dc3670d69f97b
TypeScript
BrainJS
brain.js
14,860
1,078
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
[ "api", "brain", "browser", "convolutional-neural-networks", "easy-to-use", "hacktoberfest", "neural-network", "node", "nodejs", "recurrent-neural-networks", "stream", "web" ]
MIT
src/layer/soft-max.ts
soft-max.ts
8,325
import { IConstantsThis, IKernelFunctionThis, IKernelRunShortcut, KernelOutput, Texture, } from 'gpu.js'; import { makeKernel, release, clone } from '../utilities/kernel'; import { randos, randos2D, randos3D } from '../utilities/randos'; import { zeros } from '../utilities/zeros'; import { zeros2D } from '.....
896
8,325
330
0.98
2026-04-17T17:56:13.896906
true
github_XTLS_Xray-core_58135c96b80073894270cc66d84fa5ef4a020bb2
Go
XTLS
Xray-core
37,134
5,192
Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses.
[ "anticensorship", "dns", "network", "proxy", "reality", "shadowsocks", "socks5", "tls", "trojan", "tunnel", "utls", "vision", "vless", "vmess", "vpn", "wireguard", "xhttp", "xray", "xtls", "xudp" ]
MPL-2.0
core/xray.go
xray.go
10,205
package core import ( "context" "reflect" "sync" "github.com/xtls/xray-core/common" "github.com/xtls/xray-core/common/errors" "github.com/xtls/xray-core/common/platform" "github.com/xtls/xray-core/common/serial" "github.com/xtls/xray-core/features" "github.com/xtls/xray-core/features/dns" "github.com/xtls/x...
1,221
10,205
399
0.98
2026-04-17T07:37:22.403334
true
github_open-telemetry_opentelemetry-js_21c4ab2fcf485b3a49e016463a21fc6fd6127ce4
TypeScript
open-telemetry
opentelemetry-js
3,359
1,027
OpenTelemetry JavaScript Client
[ "api", "distributed-tracing", "metrics", "monitoring", "telemetry" ]
Apache-2.0
api/src/propagation-api.ts
propagation-api.ts
365
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ // Split module-level variable definition into separate files to allow // tree-shaking on each api instance. import { PropagationAPI } from './api/propagation'; /** * Entrypoint for propagation API * * @since 1.0.0 */ export const...
48
365
15
0.98
2026-04-17T18:04:29.542720
true
github_vercel_swr_56912273de1cb9c566098eae008675fbebbd132e
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/index.ts
index.ts
710
// useSWR import useSWR from './use-swr' export default useSWR // Core APIs export { SWRConfig } from './use-swr' export { unstable_serialize } from './serialize' export { useSWRConfig } from '../_internal' export { mutate } from '../_internal' export { preload } from '../_internal' // Config // eslint-disable-next-l...
80
710
38
0.98
2026-04-23T09:00:05.015988
true
github_starship_starship_2c37639bed82177c2fee68bf94367a06a3515404
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/kotlin.rs
kotlin.rs
960
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct KotlinConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a s...
92
957
37
0.98
2026-04-17T13:17:47.672411
true
github_lbjlaq_Antigravity-Manager_706c2e337c71668aaa2fe99a53c65e84921c1d80
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/stores/networkMonitorStore.ts
networkMonitorStore.ts
1,257
import { create } from 'zustand'; export interface NetworkRequest { id: string; cmd: string; args?: any; startTime: number; endTime?: number; duration?: number; status: 'pending' | 'success' | 'error'; response?: any; error?: any; } interface NetworkMonitorState { requests: NetworkRequest[]; isO...
152
1,257
46
0.98
2026-04-17T13:28:44.916805
true
github_huggingface_transformers_444c8bc457bb131806ac6b9cc0a0517fcf21b137
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/pytorch_utils.py
pytorch_utils.py
10,077
# Copyright 2022 The HuggingFace Team. 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 applicabl...
1,000
10,077
261
0.98
2026-04-22T13:18:04.661795
true
github_graphql_graphql-js_7727e6d57c112bbe4e688ffea009e967467123c9
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/execution/index.ts
index.ts
432
export { pathToArray as responsePathAsArray } from '../jsutils/Path'; export { execute, executeSync, defaultFieldResolver, defaultTypeResolver, } from './execute'; export type { ExecutionArgs, ExecutionResult, FormattedExecutionResult, } from './execute'; export { subscribe, createSourceEventStream } f...
41
432
23
0.98
2026-04-18T01:24:41.055111
true
github_ubugeeei_vize_18b48a928cd176527226c45b78ab91a45e2e8b84
TypeScript
ubugeeei
vize
673
26
Unofficial High-Performance Vue.js Toolchain in Rust
[ "compiler", "lint", "lsp", "parser", "performance", "semantic-analysis", "storybook", "toolchain", "typechecker", "vue", "vuejs" ]
MIT
vite.config.ts
vite.config.ts
9,891
import { defineConfig } from "vite-plus"; const checkedPackages = [ "./npm/vize", "./npm/vite-plugin-vize", "./npm/vite-plugin-musea", "./npm/unplugin-vize", "./npm/rspack-vize-plugin", "./npm/nuxt", "./npm/musea-nuxt", "./npm/musea-mcp-server", "./npm/fresco", "./npm/vite-plugin-vize/example", "...
831
9,891
271
0.98
2026-04-17T17:09:11.001077
true
github_nodejs_node_92993d037fb653cf4425d4f976e3c211230f14c9
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/options.js
options.js
5,134
'use strict'; const { ArrayPrototypeMap, ArrayPrototypeSort, ObjectEntries, ObjectFromEntries, ObjectKeys, StringPrototypeReplace, } = primordials; const { getCLIOptionsValues, getCLIOptionsInfo, getOptionsAsFlags, getEmbedderOptions: getEmbedderOptionsFromBinding, getEnvOptionsInputType, getN...
483
5,134
177
0.98
2026-04-23T06:15:59.500765
true
github_SuperTails_langcraft_26ef4ba933499725c139d5a0ff20fa815cb6fba0
Rust
SuperTails
langcraft
561
7
Compiler from LLVM IR to Minecraft datapacks.
[ "compiler", "llvm", "minecraft" ]
Apache-2.0
src/lib.rs
lib.rs
3,692
use cir::{Function, FunctionId}; pub use compile_ir::BuildOptions; pub use interpreter::Interpreter; use serde_json::json; use std::path::Path; pub mod cir; pub mod compile_ir; pub mod interpreter; pub mod analysis; mod intrinsics; static SETUP_STR: &str = include_str!("setup.mcfunction"); static PUTC_STR: &str = inc...
259
3,692
123
0.98
2026-04-17T17:10:15.913565
true
github_zhouxiaoka_autoclip_mvp_ecceeb3a93531e6b7ef5de017e30d54de973f5ff
Python
zhouxiaoka
autoclip_mvp
957
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
src/pipeline/step4_title.py
step4_title.py
6,562
""" Step 4: 标题生成 - 为高分片段生成爆点标题 """ import json import logging from typing import List, Dict, Optional from pathlib import Path from collections import defaultdict from ..utils.llm_factory import LLMFactory from ..utils.text_processor import TextProcessor from ..config import PROMPT_FILES, METADATA_DIR logger = loggin...
374
5,752
151
0.98
2026-04-22T17:02:49.482528
true
github_docsifyjs_docsify_1b48cb43b1f258de03bcf502a3f4770893badbf9
JavaScript
docsifyjs
docsify
31,158
5,826
🃏 A magical documentation site generator.
[ "doc", "docs", "docsify", "documentation", "documentation-tool", "github-pages", "markdown", "vue" ]
MIT
src/core/global-api.js
global-api.js
507
import * as prism from 'prismjs'; import { marked } from 'marked'; import * as util from './util/index.js'; import * as dom from './util/dom.js'; import { Compiler } from './render/compiler.js'; import { slugify } from './render/slugify.js'; import { get } from './util/ajax.js'; export default function initGlobalAPI()...
67
507
21
0.98
2026-04-23T11:44:41.359790
true
github_ipfs_kubo_0ebb1ac437941251305024fd0922d195117255b5
Go
ipfs
kubo
16,988
3,152
An IPFS implementation in Go
[ "ipfs" ]
NOASSERTION
core/commands/log.go
log.go
9,310
package commands import ( "fmt" "io" "slices" cmds "github.com/ipfs/go-ipfs-cmds" logging "github.com/ipfs/go-log/v2" ) const ( // allLogSubsystems is used to specify all log subsystems when setting the // log level. allLogSubsystems = "*" // allLogSubsystemsAlias is a convenience alias for allLogSubsystems...
1,224
9,310
283
0.98
2026-04-17T10:17:55.309602
true
github_triggerdotdev_jsonhero-web_b91a579cdf60fc07213e20538e36eb04e2dbb223
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/services/apihero.server.ts
apihero.server.ts
243
import { createFetchProxy } from "@apihero/fetch"; export const fetchProxy = typeof APIHERO_PROJECT_KEY === "string" ? createFetchProxy({ projectKey: APIHERO_PROJECT_KEY, env: process.env.NODE_ENV, }) : fetch;
23
243
10
0.98
2026-04-18T00:22:21.562580
true
github_DrizzleTime_Foxel_1b84210d75208661bf02f937280472ba695bb63d
Python
DrizzleTime
Foxel
1,016
91
A highly extensible private cloud storage solution for individuals and teams, featuring AI-powered semantic search.
[ "ai", "cloud", "filesystem", "image", "photo-gallery", "photos", "python", "react", "typescript", "video" ]
MIT
main.py
main.py
3,859
import os from pathlib import Path from contextlib import asynccontextmanager from domain.adapters import runtime_registry from domain.agent.mcp import MCP_HTTP_APP from domain.config import ConfigService, VERSION from db.session import close_db, init_db from api.routers import include_routers from fastapi.middleware....
278
3,779
119
0.98
2026-04-17T16:35:04.851803
true
github_gardener_gardener_87125bd6fcfe0aa63ad5b3ee6d5697934f6f28f7
Go
gardener
gardener
3,366
562
Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes.
[ "cluster", "controller", "extensibility", "gardener", "golang", "hcp", "hosted-control-planes", "hosted-controlplanes", "k8s", "k8s-in-k8s", "kubernetes", "kubernetes-cluster", "kubernetes-in-kubernetes" ]
Apache-2.0
pkg/utils/numbers.go
numbers.go
624
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors // // SPDX-License-Identifier: Apache-2.0 package utils // MinGreaterThanZero returns the minimum of the given two integers that is greater than 0. If both integers are less // than or equal to 0, it returns 0. // I.e., it works l...
119
624
19
0.98
2026-04-17T22:36:25.562196
true
github_redwoodjs_graphql_81b3f87b61ef1e7f97f7359dfcb18f94ab136883
JavaScript
redwoodjs
graphql
17,623
1,002
RedwoodGraphQL
[ "apollo", "graphql", "jamstack", "prisma", "react" ]
MIT
.eslintrc.js
.eslintrc.js
12,700
const { findUp } = require('@redwoodjs/project-config') // Framework Babel config is monorepo root ./babel.config.js // `yarn lint` runs for each workspace, which needs findUp for path to root const findBabelConfig = (cwd = process.cwd()) => { const configPath = findUp('babel.config.js', cwd) if (!configPath) { ...
1,023
12,700
394
0.98
2026-04-18T01:26:29.147166
true
github_avajs_ava_ccf058364ddd5bf4eaf77346a0a7b6db3508c112
JavaScript
avajs
ava
20,850
1,406
Node.js test runner that lets you develop with confidence 🚀
[ "assert", "async", "async-functions", "ava", "cli", "cli-app", "concurrency", "javascript", "node", "nodejs", "performance", "tap", "tdd", "test-framework", "test-runner", "testing", "unicorns", "unit-testing" ]
MIT
lib/snapshot-manager.js
snapshot-manager.js
13,308
import {Buffer} from 'node:buffer'; import crypto from 'node:crypto'; import fs from 'node:fs'; import {findSourceMap} from 'node:module'; import path from 'node:path'; import {fileURLToPath} from 'node:url'; import zlib from 'node:zlib'; import cbor from 'cbor'; import concordance from 'concordance'; import indentStr...
1,397
13,308
506
0.98
2026-04-23T06:48:16.259941
true
github_trunk-rs_trunk_c808ea09fcd1f50d81bae81d5ce640f4ddbe27cc
Rust
trunk-rs
trunk
4,238
315
Build, bundle & ship your Rust WASM application to the web.
[ "assets", "build-tool", "bundler", "compiler", "html", "rust", "sass", "scss", "wasm", "wasm-bindgen" ]
Apache-2.0
src/hooks.rs
hooks.rs
2,435
use crate::{config::rt::RtcBuild, pipelines::PipelineStage}; use anyhow::{Context, Result, bail}; use futures_util::stream::{FuturesUnordered, StreamExt}; use std::{process::Stdio, sync::Arc}; use tokio::{process::Command, task::JoinHandle}; /// A `FuturesUnordered` containing a `JoinHandle` for each hook-running task...
185
2,435
62
0.95
2026-04-13T14:09:19.911458
true
github_NodeBB_NodeBB_9757a70903e83f63f982bccadbb2767dfce39d26
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/cli/colors.js
colors.js
520
'use strict'; // todo: replace with styleText from node:util in node 20+ const chalk = require('chalk'); // https://github.com/tj/commander.js/blob/master/examples/color-help.mjs module.exports = { styleTitle: str => chalk.bold(str), styleCommandText: str => chalk.cyan(str), styleCommandDescription: str => chalk.m...
50
520
16
0.98
2026-04-23T06:53:02.854920
true
github_kubernetes_ingress-nginx_d943ab28b7f7b9e07daabdc6b4632c3b017aa6fb
Go
kubernetes
ingress-nginx
19,501
8,538
Ingress NGINX Controller for Kubernetes
[ "ingress-controller", "kubernetes", "nginx" ]
Apache-2.0
internal/net/net_test.go
net_test.go
1,580
/* Copyright 2015 The Kubernetes 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, ...
205
1,580
61
0.98
2026-04-17T09:35:40.254409
true
github_LinkSoul-AI_Chinese-Llama-2-7b_14792e1ad117c2dc0c4dc0a8945e76d26741b50f
Python
LinkSoul-AI
Chinese-Llama-2-7b
2,215
197
开源社区第一个能下载、能运行的中文 LLaMA2 模型!
[ "deep-learning", "llama2", "llama2-docker", "llm", "pytorch" ]
Apache-2.0
api.py
api.py
2,858
# Modified from https://github.com/THUDM/ChatGLM-6B/blob/main/api.py from fastapi import FastAPI, Request from transformers import AutoTokenizer, AutoModelForCausalLM import uvicorn, json, datetime import torch def torch_gc(): if torch.cuda.is_available(): torch.cuda.empty_cache() torch.cuda.ipc_c...
270
2,858
72
0.98
2026-04-22T15:44:24.836354
true
github_alexellis_arkade_89e9a3eb6854c79396da5b6f918519be3a73600e
Go
alexellis
arkade
4,573
303
Open Source Marketplace For Developer Tools
[ "apps", "arkade", "automation", "cert-manager", "cka", "ckad", "cli", "devops", "hacktoberfest", "helm", "inlets", "istio", "k3s", "k8s", "kubernetes", "learning", "nginx", "openfaas", "oss" ]
MIT
cmd/system/buildkitd.go
buildkitd.go
3,078
// Copyright (c) arkade author(s) 2022. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. package system import ( "fmt" "os" "path" "strings" "github.com/alexellis/arkade/pkg/archive" "github.com/alexellis/arkade/pkg/env" "github.com/ale...
354
3,078
112
0.98
2026-04-17T21:47:32.606480
true
github_TheAlgorithms_Rust_4a056ed3052f42721a95ef6af77f0d0a6624c146
Rust
TheAlgorithms
Rust
25,663
2,550
All Algorithms implemented in Rust
[ "algorithms", "data-structures", "hacktoberfest", "rust", "rust-lang" ]
MIT
src/conversions/length_conversion.rs
length_conversion.rs
2,887
/// Author : https://github.com/ali77gh /// Conversion of length units. /// /// Available Units: /// -> Wikipedia reference: https://en.wikipedia.org/wiki/Millimeter /// -> Wikipedia reference: https://en.wikipedia.org/wiki/Centimeter /// -> Wikipedia reference: https://en.wikipedia.org/wiki/Meter /// -> Wikipedia refe...
270
2,887
95
0.98
2026-04-17T13:32:12.587631
true
github_apollographql_apollo-client-devtools_25733b61700a15ddfe4d860c7905435a35c5902b
JavaScript
apollographql
apollo-client-devtools
1,525
174
Apollo Client browser developer tools.
[ "apollo-client", "apollo-client-devtools", "chrome-extension", "devtools", "firefox-extension", "graphql" ]
MIT
eslint.config.js
eslint.config.js
1,435
import eslint from "@eslint/js"; import tseslint from "typescript-eslint"; import testingLibrary from "eslint-plugin-testing-library"; import hooksPlugin from "eslint-plugin-react-hooks"; import globals from "globals"; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, {...
108
1,435
53
0.98
2026-04-18T00:28:39.290698
true
github_graphql-go_graphql_8457b3889a4b50a2c4b540db25ef8504387805d3
Go
graphql-go
graphql
10,151
838
An implementation of GraphQL for Go / Golang
[ "graphql", "graphql-go", "subscriptions" ]
MIT
rules_default_values_of_correct_type_test.go
rules_default_values_of_correct_type_test.go
3,663
package graphql_test import ( "testing" "github.com/graphql-go/graphql" "github.com/graphql-go/graphql/gqlerrors" "github.com/graphql-go/graphql/testutil" ) func TestValidate_VariableDefaultValuesOfCorrectType_VariablesWithNoDefaultValues(t *testing.T) { testutil.ExpectPassesRule(t, graphql.DefaultValuesOfCorre...
331
3,663
108
0.98
2026-04-17T12:45:09.520174
true
github_harry0703_MoneyPrinterTurbo_122e341e07529b720f6a422d57f1f7a4d80a6638
Python
harry0703
MoneyPrinterTurbo
55,879
8,001
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
[ "ai", "automation", "chatgpt", "moviepy", "python", "shortvideo", "tiktok" ]
MIT
app/controllers/base.py
base.py
803
from uuid import uuid4 from fastapi import Request from app.config import config from app.models.exception import HttpException def get_task_id(request: Request): task_id = request.headers.get("x-task-id") if not task_id: task_id = uuid4() return str(task_id) def get_api_key(request: Request):...
67
803
32
0.98
2026-04-17T15:24:17.258163
true
github_rclone_rclone_af0f627a73169ca84b127751f069fd2869c1e62c
Go
rclone
rclone
56,681
5,039
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
[ "azure-blob", "azure-blob-storage", "azure-files", "backblaze-b2", "cloud-storage", "dropbox", "encryption", "ftp", "fuse-filesystem", "go", "golang", "google-cloud-storage", "google-drive", "onedrive", "openstack-swift", "rclone", "s3", "sftp", "sync", "webdav" ]
MIT
cmd/gitannex/configparse.go
configparse.go
4,557
package gitannex import ( "fmt" "slices" "strings" "github.com/rclone/rclone/fs" "github.com/rclone/rclone/fs/config" "github.com/rclone/rclone/fs/fspath" ) type configID int const ( configRemoteName configID = iota configPrefix configLayout ) // configDefinition describes a configuration value required b...
616
4,557
132
0.98
2026-04-17T07:18:48.442809
true
github_revel_revel_aeecc7f0b181fe49208e49dcb07e4f4469d810d6
Go
revel
revel
13,232
1,366
A high productivity, full-stack web framework for the Go language.
[ "hacktoberfest", "revel", "web-application", "web-application-framework", "web-framework" ]
MIT
controller_type.go
controller_type.go
5,658
package revel import ( "reflect" "strings" ) // Controller registry and types. type ControllerType struct { Namespace string // The namespace of the controller ModuleSource *Module // The module for the controller Type reflect.Type Methods []*MethodType ControllerIndexes []...
631
5,658
167
0.98
2026-04-17T11:24:44.318242
true
github_firefox-devtools_profiler_1cb9ed6daea58f9657ffa9fb64a86fd67402c241
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/types/utils.ts
utils.ts
616
/* 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/. */ /** * This type serves as documentation for how an array is meant to be used, but does * not support type checki...
113
616
14
0.98
2026-04-18T00:30:08.454239
true
github_apollographql_apollo-client_7e767f9a4b31a822e04510fd0586c5a2f52bd781
TypeScript
apollographql
apollo-client
19,717
2,702
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/utilities/isNetworkRequestSettled.ts
isNetworkRequestSettled.ts
309
import type { NetworkStatus } from "@apollo/client"; /** * Returns true if the network request is in ready or error state according to a given network * status. */ export function isNetworkRequestSettled( networkStatus?: NetworkStatus ): boolean { return networkStatus === 7 || networkStatus === 8; }
46
309
12
0.98
2026-04-18T01:25:58.699030
true
github_knative_serving_3b4930189075d4cdc4e67d199152bcc4c19c3aa4
Go
knative
serving
6,031
1,220
Kubernetes-based, scale-to-zero, request-driven compute
[ "app", "autoscaler", "container", "developer-productivity", "function", "knative", "kubernetes", "networking", "scale", "serverless", "serverless-containers" ]
Apache-2.0
pkg/http/trace_integration_test.go
trace_integration_test.go
5,043
/* Copyright 2025 The Knative 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...
523
5,043
170
0.98
2026-04-17T20:45:08.441933
true
github_alyssaxuu_motionity_c36ac33ea8ca7584e31b5b5c6b2e9ced00957bf7
JavaScript
alyssaxuu
motionity
4,014
357
The web-based motion graphics editor for everyone 📽
[ "after-effects", "animation", "audio", "canva", "canvas", "editor", "fabric", "fabricjs", "filters", "javascript", "keyframe", "keyframes", "motion", "motion-graphics", "timeline" ]
MIT
src/js/database.js
database.js
18,425
// For debugging purposes db.config.debug = false; // Check if a project exists function checkDB() { db.collection('projects') .get() .then((project) => { if (project.length == 0) { canvas.clipPath = null; const inst = canvas.toDatalessJSON([ 'volume', 'audioSrc', ...
1,423
18,425
661
0.98
2026-04-23T13:58:21.834792
true
github_claudiajs_claudia_1eaa2943ffdd248d8d188fc27b075eb478efafda
JavaScript
claudiajs
claudia
3,893
277
Deploy Node.js projects to AWS Lambda and API Gateway easily
[ "api-gateway", "aws", "aws-lambda", "claudia", "javascript", "nodejs", "serverless" ]
MIT
src/util/extract-tar.js
extract-tar.js
415
const fs = require('fs'), gunzip = require('gunzip-maybe'), tarStream = require('tar-fs'); module.exports = function extractTar(archive, dir) { 'use strict'; return new Promise((resolve, reject) => { const extractStream = tarStream.extract(dir); extractStream.on('finish', () => resolve(dir)); extractStream.o...
37
415
14
0.98
2026-04-23T07:44:03.200532
true
github_wandb_wandb_eac4e09103ea89e1827c69c09a40de490dca8798
Python
wandb
wandb
11,016
859
The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.
[ "ai", "collaboration", "data-science", "data-versioning", "deep-learning", "experiment-track", "hyperparameter-optimization", "hyperparameter-search", "hyperparameter-tuning", "jax", "keras", "machine-learning", "ml-platform", "mlops", "model-versioning", "pytorch", "reinforcement-le...
MIT
noxfile.py
noxfile.py
28,468
from __future__ import annotations import os import pathlib import platform import re import shutil import subprocess import textwrap import time from contextlib import contextmanager from typing import Any, Callable import nox nox.options.default_venv_backend = "uv" _SUPPORTED_PYTHONS = ["3.9", "3.10", "3.11", "3....
2,380
28,464
902
0.98
2026-04-22T13:49:34.118506
true
github_VictoriaMetrics_VictoriaMetrics_47575614d5ecfef3d303d89215c6ee945f75b1c5
Go
VictoriaMetrics
VictoriaMetrics
16,785
1,616
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
[ "database", "grafana", "graphite", "influxdb", "kubernetes", "monitoring", "observability", "opentelemetry", "opentsdb", "prometheus", "promql", "thanos", "tsdb" ]
Apache-2.0
lib/contextutil/stop_chan_context.go
stop_chan_context.go
1,044
package contextutil import ( "context" "time" ) // NewStopChanContext returns new context for the given stopCh, together with cancel function. // // The returned context is canceled on the following events: // // - when stopCh is closed // - when the returned CancelFunc is called // // The caller must call the ...
143
1,044
48
0.98
2026-04-17T10:20:59.275144
true
github_axios_axios_581004d27065d46e24c03d64beb86587f3673673
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/core/AxiosError.js
AxiosError.js
2,908
'use strict'; import utils from '../utils.js'; class AxiosError extends Error { static from(error, code, config, request, response, customProps) { const axiosError = new AxiosError(error.message, code || error.code, config, request, response); axiosError.cause = error; axiosError.name = error.name; ...
302
2,908
92
0.98
2026-04-23T06:16:45.055918
true
github_junegunn_fzf_cb2ee0fff0854524a0bcc810ab64a4707d09bf4d
Go
junegunn
fzf
79,537
2,775
:cherry_blossom: A command-line fuzzy finder
[ "bash", "cli", "fish", "fzf", "go", "neovim", "tmux", "unix", "vim", "zsh" ]
MIT
src/algo/indexbyte2_amd64.go
indexbyte2_amd64.go
563
//go:build amd64 package algo var _useAVX2 bool func init() { _useAVX2 = cpuHasAVX2() } //go:noescape func cpuHasAVX2() bool // indexByteTwo returns the index of the first occurrence of b1 or b2 in s, // or -1 if neither is present. Uses AVX2 when available, SSE2 otherwise. // //go:noescape func IndexByteTwo(s []...
92
563
25
0.98
2026-04-17T07:10:26.526967
true
github_buyukakyuz_install-nothing_7c58a7623b69b8fcb119a3d896cb779c8654d257
Rust
buyukakyuz
install-nothing
1,267
37
A terminal application that simulates installing things but doesn't actually install anything
[ "cli", "rust", "simulation", "terminal" ]
MIT
src/build_logs.rs
build_logs.rs
1,000
use rand::seq::SliceRandom; /// Manages build log messages for authentic compilation output pub struct BuildLogs { logs: Vec<String>, } impl BuildLogs { /// Load build logs from file or use defaults pub fn load() -> Self { let content = include_str!("../data/build.log"); let logs = content...
117
1,000
46
0.98
2026-04-17T19:32:30.362002
true
github_Chalarangelo_30-seconds-of-code_51890fe99cf1d66ab34987171f0cdfe44603fea2
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/adapters/page.js
page.js
1,268
import PageSerializer from '#src/serializers/pageSerializer.js'; export default class Page { static pageTypes = {}; static register(pageType) { this.pageTypes[pageType.name] = pageType; } static from(object, options = {}) { const pageName = `${object.constructor.name}Page`; return new this.pageTy...
124
1,268
59
0.98
2026-04-23T06:14:51.001606
true
github_starship_starship_05251557a8f3c0b7d2f7e2ac61b79907685b6250
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/haskell.rs
haskell.rs
935
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct HaskellConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a ...
88
934
35
0.98
2026-04-17T13:17:44.020456
true
github_databricks_click_a504ac8c4aa968248e22aa12f693c6cdb6c98b4e
Rust
databricks
click
1,508
92
The "Command Line Interactive Controller for Kubernetes"
[ "cli", "kubectl", "kubernetes", "rust" ]
Apache-2.0
src/command/namespaces.rs
namespaces.rs
3,553
// Copyright 2021 Databricks, Inc. // 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 writi...
311
3,553
124
0.98
2026-04-17T19:29:27.632833
true
github_medialab_xan_6319e1abf623a9d7c9126317c67d06718f685bc9
Rust
medialab
xan
3,903
80
The CSV magician
[ "cli", "csv", "rust", "tsv" ]
Unlicense
src/cmd/reverse.rs
reverse.rs
2,335
use crate::config::{Config, Delimiter}; use crate::util; use crate::CliResult; static USAGE: &str = " Reverse rows of CSV data. If target is seekable (e.g. an uncompressed file on disk), this command is able to work in amortized linear time and constant memory. If target is not seekable, this command will need to buf...
254
2,335
74
0.98
2026-04-17T18:35:39.367173
true
github_zeromicro_go-zero_0a962e512028614da3854817609cb635879d8c50
Go
zeromicro
go-zero
32,929
4,288
A cloud-native Go microservices framework with cli tool for productivity.
[ "ai-native", "ai-native-development", "cloud-native", "code-generation", "framework", "gateway", "go", "golang", "grpc-gateway", "microservice", "microservice-framework", "microservices", "microservices-architecture", "rest-api", "restful", "restful-api", "rpc", "rpc-framework", ...
MIT
core/filex/rangereader.go
rangereader.go
961
package filex import ( "errors" "os" ) // errExceedFileSize indicates that the file size is exceeded. var errExceedFileSize = errors.New("exceed file size") // A RangeReader is used to read a range of content from a file. type RangeReader struct { file *os.File start int64 stop int64 } // NewRangeReader retu...
152
961
50
0.98
2026-04-17T08:11:49.707912
true
github_Wilfred_bfc_077d0112caa3061671b3b5a091bb81734b0f181c
Rust
Wilfred
bfc
541
34
An industrial-grade brainfuck compiler
[ "brainfuck", "compiler", "llvm", "rust" ]
GPL-2.0
src/llvm.rs
llvm.rs
29,254
//! The LLVM module handles converting a BF AST to LLVM IR. use itertools::Itertools; use llvm_sys::core::*; use llvm_sys::prelude::*; use llvm_sys::target::*; use llvm_sys::target_machine::*; use llvm_sys::transforms::pass_manager_builder::*; use llvm_sys::{LLVMBuilder, LLVMIntPredicate, LLVMModule}; use std::ffi::{...
2,656
29,254
995
0.98
2026-04-17T17:10:30.401659
true
github_google_zx_cd5648b67a1d28f0acb50a61144aa8b11fbb88a9
TypeScript
google
zx
45,409
1,253
A tool for writing better scripts
[ "bash", "child-process", "cli", "exec", "javascript", "nodejs", "pipe", "shell", "spawn" ]
Apache-2.0
src/vendor.ts
vendor.ts
656
// Copyright 2024 Google LLC // // 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 by applicable law or agreed to in ...
103
656
17
0.98
2026-04-23T06:18:12.191680
true
github_bigint_hey_ee9881268ba9a397e335583869c82f1499bddc60
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/types/misc.d.ts
misc.d.ts
797
import type { Maybe, MetadataLicenseType, PostMentionFragment } from "@/indexer/generated"; export interface NewAttachment { file?: File; id?: string; mimeType: string; previewUri: string; type: "Audio" | "Image" | "Video"; uri?: string; } export interface Emoji { aliases: string[]; category: st...
94
797
44
0.98
2026-04-18T01:23:22.203773
true
github_tokio-rs_mio_e380c6b14e32ce0706695d116c54106b1648a91c
Rust
tokio-rs
mio
6,938
825
Metal I/O library for Rust.
[ "asynchronous", "networking", "non-blocking", "rust" ]
MIT
src/macros.rs
macros.rs
2,242
//! Macros to ease conditional code based on enabled features. // Depending on the features not all macros are used. #![allow(unused_macros)] /// The `os-poll` feature is enabled. macro_rules! cfg_os_poll { ($($item:item)*) => { $( #[cfg(feature = "os-poll")] #[cfg_attr(docsrs, doc...
262
2,242
99
0.98
2026-04-17T14:41:48.534105
true
github_dandavison_delta_0508c8b6b214b6b04f9122039a0e529a373a4b78
Rust
dandavison
delta
30,170
519
A syntax-highlighting pager for git, diff, grep, rg --json, and blame output
[ "color-themes", "delta", "diff", "git", "git-delta", "pager", "rust", "syntax-highlighter" ]
MIT
src/utils/syntect.rs
syntect.rs
3,340
use std::str::FromStr; use syntect::highlighting::{Color, FontStyle, Style}; use crate::color; use crate::style as delta_style; pub fn syntect_color_from_ansi_name(name: &str) -> Option<Color> { color::ansi_16_color_name_to_number(name).and_then(syntect_color_from_ansi_number) } pub fn syntect_color_from_name(n...
260
3,340
96
0.98
2026-04-17T13:27:56.833625
true
github_Schniz_fnm_d87df449aef9076b42ca31829d0cd92e8189a4dc
Rust
Schniz
fnm
25,118
619
🚀 Fast and simple Node.js version manager, built in Rust
[ "hacktoberfest", "javascript", "nodejs", "nvm", "reasonml", "version" ]
GPL-3.0
src/path_ext.rs
path_ext.rs
490
use log::warn; pub trait PathExt { fn ensure_exists_silently(self) -> Self; } impl<T: AsRef<std::path::Path>> PathExt for T { /// Ensures a path is existing by creating it recursively /// if it is missing. No error is emitted if the creation has failed. fn ensure_exists_silently(self) -> Self { ...
64
490
17
0.98
2026-04-17T13:33:00.264221
true
github_nightwatchjs_nightwatch_9d2a6621148336859b87efa5c735380ba41c1150
JavaScript
nightwatchjs
nightwatch
11,945
1,404
Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
[ "automated-testing", "chromedriver", "end-to-end-testing", "hacktoberfest", "javascript", "nightwatch", "nightwatchjs", "nodejs", "selenium", "selenium-server", "selenium-webdriver", "testing", "w3c-webdriver", "webdriver" ]
MIT
lib/utils/mobile.js
mobile.js
10,271
const {execSync} = require('child_process'); const Logger = require('./logger'); const untildify = require('untildify'); const path = require('path'); const semver = require('semver'); /** * Function to require mobile-helper */ function requireMobileHelper() { try { return require('@nightwatch/mobile-helper');...
1,112
10,271
334
0.98
2026-04-23T06:58:54.940178
true
github_nodejs_node_e6fdb61e9997c9403dd0fe843978ce0c19764e88
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/priority_queue.js
priority_queue.js
2,755
'use strict'; // The PriorityQueue is a basic implementation of a binary heap that accepts // a custom sorting function via its constructor. This function is passed // the two nodes to compare, similar to the native Array#sort. Crucially // this enables priority queues that are based on a comparison of more than // ju...
347
2,755
120
0.98
2026-04-23T06:16:00.322121
true
github_pubkey_rxdb_2c51173f128beabf49f7c096f7dac8f3ddf2a04d
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-document-prototype-merge.ts
rx-document-prototype-merge.ts
4,244
/** * For the ORM capabilities, * we have to merge the document prototype * with the ORM functions and the data * We do this iterating over the properties and * adding them to a new object. * In the future we should do this by chaining the __proto__ objects */ import type { RxCollection, RxDocument, ...
414
4,244
135
0.98
2026-04-23T08:22:05.964959
true
github_leonardomso_33-js-concepts_3bf505d5ef71f3a65ca805903aee3b60078cf4be
JavaScript
leonardomso
33-js-concepts
66,338
9,190
📜 33 JavaScript concepts every developer should know.
[ "angular", "concepts", "es6", "es6-javascript", "hacktoberfest", "javascript", "javascript-closures", "javascript-engines", "javascript-programming", "nodejs", "primitive-types", "programming", "react" ]
MIT
vitest.config.js
vitest.config.js
174
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { include: ['tests/**/*.test.js'], globals: false, environment: 'node' } })
19
174
10
0.98
2026-04-23T04:45:22.048723
true
github_Permify_permify_2f126d9b2b5b6350844cc2d73c2fc81bc26fac88
Go
Permify
permify
5,847
303
An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application. — Permify is now part of FusionAuth 🎉
[ "abac", "access-control", "acl", "authorization", "ciam", "cloud-native", "distributed", "fga", "fine-grained-access-control", "golang", "grpc", "kubernetes", "least-privilege", "permission", "permissions", "rbac", "rebac", "security", "zanzibar" ]
AGPL-3.0
pkg/testinstance/postgres.go
postgres.go
3,043
package testinstance import ( "context" "fmt" "time" "github.com/onsi/gomega" "github.com/testcontainers/testcontainers-go" "github.com/testcontainers/testcontainers-go/wait" "github.com/Permify/permify/internal/config" "github.com/Permify/permify/internal/storage" "github.com/Permify/permify/internal/stora...
194
3,043
90
0.98
2026-04-17T21:20:43.824950
true
github_standard-things_esm_b4b3e10b9c342351bbf39b802e14756049b9e193
JavaScript
standard-things
esm
5,251
145
Tomorrow's ECMAScript modules today!
[ "es6", "es6-modules", "esm", "esmodules", "nodejs" ]
NOASSERTION
src/fs/mkdirp.js
mkdirp.js
786
import { dirname } from "../safe/path.js" import isDirectory from "../util/is-directory.js" import mkdir from "./mkdir.js" import shared from "../shared.js" function init() { function mkdirp(dirPath) { if (typeof dirPath !== "string") { return false } const paths = [] while (true) { if ...
93
786
47
0.98
2026-04-23T07:31:17.395126
true
github_openkruise_kruise_d7c7d0b2ccc18103facebf0bc6acd38671ad0de6
Go
openkruise
kruise
5,219
873
Automated management of large-scale applications on Kubernetes (incubating project under CNCF)
[ "cloud-native", "cloudnative", "cncf", "container", "k8s", "kruise", "kubernetes", "openkruise", "workload", "workloads" ]
NOASSERTION
pkg/webhook/add_broadcastjob.go
add_broadcastjob.go
828
/* Copyright 2020 The Kruise 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...
98
828
28
0.98
2026-04-17T21:33:11.413417
true
github_AlexxIT_go2rtc_7886c74f62fd105c3986384cbf9ae3d9228adbab
Go
AlexxIT
go2rtc
12,817
1,026
Ultimate camera streaming application
[ "ffmpeg", "go", "golang", "hassio", "hls", "home-assistant", "homekit", "media-server", "mjpeg", "mp4", "onvif", "rtmp", "rtsp", "rtsp-server", "streaming", "tapo", "webcam-streaming", "webrtc", "wyze", "xiaomi" ]
MIT
internal/alsa/alsa.go
alsa.go
113
//go:build !(linux && (386 || amd64 || arm || arm64 || mipsle)) package alsa func Init() { // not supported }
21
113
8
0.98
2026-04-17T11:33:11.182656
true
github_Ido-Levi_Hephaestus_3c1640297d110f84c960afa64cd45ce77a0df278
Python
Ido-Levi
Hephaestus
1,142
122
Semi-Structured Agentic Framework. Workflows build themselves as agents discover what needs to be done, not what you predicted upfront.
[ "ai-agents", "autonomous-agents", "claude-code", "llm" ]
NOASSERTION
src/sdk/process_manager.py
process_manager.py
8,192
"""Process lifecycle management for Hephaestus services.""" import os import signal import subprocess import sys import time import threading from typing import Optional, Callable, Dict from pathlib import Path from src.sdk.exceptions import ProcessSpawnError, RestartError from src.sdk.config import HephaestusConfig ...
660
8,192
246
0.98
2026-04-22T16:50:09.227832
true
github_op7418_CodePilot_c25100e947d78da737407ab383e1ee4436d47fec
TypeScript
op7418
CodePilot
5,485
588
A multi-model AI agent desktop client — connect any AI provider, extend with MCP & skills, control from your phone. Built with Electron + Next.js.
[ "ai", "anthropic", "claude", "claude-code", "desktop-app", "electron", "gui", "nextjs" ]
NOASSERTION
src/lib/media-import-mcp.ts
media-import-mcp.ts
6,290
/** * codepilot-media MCP — in-process MCP server for media library import. * * Replaces the CLI curl approach (POST /api/media/import) with a native MCP * tool that Claude can call directly. Keyword-gated: only registered when * the conversation involves media/image/video generation tasks. * * Follows the same ...
653
6,090
123
0.98
2026-04-23T10:02:49.914799
true
github_hyperium_hyper_28ffaddbabb27ac14aaef7dc0cf8a7a998f7ada1
Rust
hyperium
hyper
16,010
1,728
An HTTP library for Rust
[ "http", "hyper", "rust" ]
MIT
src/service/mod.rs
mod.rs
1,062
//! Asynchronous Services //! //! A [`Service`] is a trait representing an asynchronous //! function of a request to a response. It's similar to //! `async fn(Request) -> Result<Response, Error>`. //! //! The argument and return value isn't strictly required to be for HTTP. //! Therefore, hyper uses several "trait alia...
159
1,062
31
0.98
2026-04-17T13:51:19.538856
true
github_rvben_rumdl_fa5b1e2a9fe96a127ed309700e970ba81a09fb56
Rust
rvben
rumdl
1,039
44
Fast Markdown linter and formatter written in Rust
[ "cli", "developer-tools", "formatter", "linter", "markdown", "rust" ]
MIT
src/doc_comment_lint.rs
doc_comment_lint.rs
18,718
//! Linting of markdown embedded in Rust doc comments (`///` and `//!`). //! //! This module provides extraction and check-only logic for line doc comments. //! It is used by both the CLI and LSP to lint Rust doc comments. //! //! **Precondition:** Input content must be LF-normalized (no `\r\n`). //! The CLI path handl...
1,885
18,710
487
0.98
2026-04-17T19:36:55.267988
true
github_Jguer_yay_b754635862876d5cb9f5181a2f52841c768e5133
Go
Jguer
yay
13,356
399
Yet another Yogurt - An AUR Helper written in Go
[ "archlinux", "aur", "aur-completions", "aur-helper", "aur-packages", "pacaur", "pacman", "pkgbuild", "yaourt", "yay" ]
GPL-3.0
pkg/multierror/multierror_test.go
multierror_test.go
469
//go:build !integration // +build !integration package multierror import ( "errors" "testing" "github.com/stretchr/testify/require" ) func TestMultiError(t *testing.T) { t.Parallel() merr := &MultiError{} require.NoError(t, merr.Return()) merr.Add(errors.New("first")) require.Equal(t, "first", merr.Error(...
36
469
27
0.98
2026-04-17T11:23:00.840981
true
github_kwhitley_itty-router_86aeb5049393b5c55bd301e496600283047f580e
TypeScript
kwhitley
itty-router
2,019
83
A little router.
[ "api", "cloudflare", "cloudflare-workers", "edge", "itty-router", "javascript", "middleware", "router", "serverless", "service-worker" ]
MIT
lib/index.ts
index.ts
1,776
/* istanbul ignore file */ import { expect, it, mock } from 'bun:test' // generates a request from a string like: // GET /whatever // /foo export const toReq = (methodAndPath: string, options: RequestInit = {}) => { let [method, path] = methodAndPath.split(' ') if (!path) { path = method method = 'GET' }...
233
1,776
73
0.98
2026-04-17T18:08:27.515950
true
github_fluxcd_flux_70334b415a02988ac456d43a24c4b2456413115d
Go
fluxcd
flux
6,870
1,068
Successor: https://github.com/fluxcd/flux2
[ "gitops", "kubernetes", "legacy" ]
Apache-2.0
pkg/http/validate.go
validate.go
1,292
package http import ( "fmt" "github.com/gorilla/mux" ) // ImplementsServer verifies that a given `*mux.Router` has handlers for // all routes specified in `NewAPIRouter()`. // // We can't easily check whether a router implements the `api.Server` // interface, as would be desired, so we rely on the knowledge that /...
186
1,292
41
0.98
2026-04-17T20:31:15.324061
true
github_huggingface_huggingface_hub_7c803793858159d3afa17a11afadafe0ea57fd55
Python
huggingface
huggingface_hub
3,523
994
The official Python client for the Hugging Face Hub.
[ "deep-learning", "hacktoberfest", "machine-learning", "model-hub", "models", "natural-language-processing", "pretrained-models", "pytorch" ]
Apache-2.0
src/huggingface_hub/_space_api.py
_space_api.py
11,236
# Copyright 2019-present, 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 o...
1,238
11,236
325
0.98
2026-04-17T17:44:42.778107
true
github_nodejs_node_5da9a75d095d7aa029a0bc17af5788de4f800cfb
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/sea.js
sea.js
2,523
'use strict'; const { ArrayBufferPrototypeSlice, } = primordials; const { isSea, getAsset: getAssetInternal, getAssetKeys: getAssetKeysInternal } = internalBinding('sea'); const { TextDecoder } = require('internal/encoding'); const { validateString } = require('internal/validators'); const { ERR_NOT_IN_SINGLE_EXEC...
331
2,523
91
0.98
2026-04-23T06:16:15.328517
true
github_Consensys_quorum_7f62adb54962939644389fb8305fba2d9efb403d
Go
Consensys
quorum
4,770
1,305
A permissioned implementation of Ethereum supporting data privacy
[ "blockchain", "consensus", "eea", "enterprise-ethereum", "enterprise-ethereum-client", "ethereum", "go", "goquorum", "ledger", "privacy", "protocols-team-goquorum", "quorum" ]
LGPL-3.0
cmd/geth/config_test.go
config_test.go
23,739
package main import ( "flag" "fmt" "io/ioutil" "math/big" "os" "strings" "testing" "time" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus/istanbul" "github.com/ethereum/go-ethereum/eth/downloader" "github.com/ethereum/go-ethe...
1,585
23,739
692
0.98
2026-04-17T16:46:48.535987
true
github_facebook_react_11fb8c292e3905d3066d7d4988edbc58a3ede2ae
JavaScript
facebook
react
244,610
50,966
The library for web and native user interfaces.
[ "declarative", "frontend", "javascript", "library", "react", "ui" ]
MIT
babel.config-react-compiler.js
babel.config-react-compiler.js
702
'use strict'; /** * HACK: @poteto React Compiler inlines Zod in its build artifact. Zod spreads values passed to .map * which causes issues in @babel/plugin-transform-spread in loose mode, as it will result in * {undefined: undefined} which fails to parse. * * [@babel/plugin-transform-block-scoping', {throwIfClos...
98
702
20
0.98
2026-04-23T04:44:38.053573
true
github_vikiboss_60s_3fb42c637836ec4aa0122de28d39c7c4271e4630
TypeScript
vikiboss
60s
5,155
891
⏰ 60s API 免费接口。每天 60 秒看世界、奥运奖牌榜、小红书/B站/微博/抖音/知乎热搜、金价、油价、天气、翻译、壁纸、Epic 游戏、二维码、猫眼票房|一系列 高质量、开源、可靠、全球 CDN 加速 的开放 API 集合,支持 Docker / Deno / Bun / Cloudflare Workers / Node.js 部署
[ "60s", "api", "bilibili", "bing", "bun", "cloudflare-workers", "deno", "docker", "entertainment", "fun", "news", "today-in-history", "typescript", "weibo", "youdao" ]
MIT
src/middlewares/handle-global-error.ts
handle-global-error.ts
515
import { Common } from '../common.ts' import type { Middleware } from '@oak/oak' export function handleGlobalError(): Middleware { return async (ctx, next) => { try { await next() } catch (err: any) { const isJSON = !ctx.state.encoding || ctx.state.encoding === 'json' const message = `服务器出...
64
503
20
0.98
2026-04-17T18:01:15.856584
true
github_infracost_infracost_ea4be681b255a9d4b7c37c1cc160653457d186c4
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
cmd/infracost/completion_test.go
completion_test.go
914
package main_test import ( "testing" "github.com/infracost/infracost/internal/testutil" ) func TestCompletionHelpFlag(t *testing.T) { GoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataDirName(), []string{"completion", "--help"}, nil) } func TestCompletionShellBash(t *testing.T) { GoldenFileCommandTest(t, ...
61
914
28
0.98
2026-04-17T11:38:40.919764
true
github_Chalarangelo_30-seconds-of-code_be5e3a4df252c12df0d309bedc11f34b2a92d4ca
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/searchIndex.js
searchIndex.js
674
import fs from 'fs-extra/esm'; import Collection from '#src/models/collection.js'; import Snippet from '#src/models/snippet.js'; import SearchResultSerializer from '#src/serializers/searchResultSerializer.js'; export default class SearchIndex { static generate() { const snippets = Snippet.scope('published', 'lis...
61
674
26
0.98
2026-04-23T06:14:56.247313
true
github_Chalarangelo_30-seconds-of-code_933ed83ee87707147466619b5f8f211a47d40772
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/serializers/searchResultSerializer.js
searchResultSerializer.js
295
import Serializer from '#src/core/serializer.js'; export default class SearchResultSerializer extends Serializer { static { Serializer.prepare(this, [ ['title', 'shortTitle'], 'url', ['tag', 'formattedMiniPreviewTag'], ['searchTokens', 'docTokens'], ]); } }
25
295
13
0.98
2026-04-23T06:15:02.699258
true
github_cryxnet_DeepMCPAgent_e7cba2a4e357a631dc4b1d039a8da161d6421913
Python
cryxnet
DeepMCPAgent
813
127
Model-agnostic plug-n-play LangChain/LangGraph agents powered entirely by MCP tools over HTTP/SSE.
[ "agent-framework", "agentic-ai", "agents", "ai", "ai-agents", "ai-framework", "artificial-intelligence", "autonomous-agents", "deep-agents", "developer-tools", "langchain", "langgraph", "llm-agents", "mcp", "opensource-agents", "python", "react-agents" ]
Apache-2.0
src/deepmcpagent/cross_agent.py
cross_agent.py
16,641
# deepmcpagent/cross_agent.py """ Cross-agent communication utilities for DeepMCPAgent. Expose other in-process agents (“peers”) as standard LangChain tools so a primary (caller) agent can *delegate* to them during planning/execution. Tools provided - Per-peer ask tool → ``ask_agent_<name>`` Forward one m...
1,781
16,601
467
0.98
2026-04-23T00:47:00.306075
true
github_rustdesk_rustdesk_432e5fa386933578e634a71ad0aab3966665ceef
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/hbbs_http/http_client.rs
http_client.rs
12,028
use hbb_common::{ async_recursion::async_recursion, config::{Config, Socks5Server}, log::{self, info}, proxy::{Proxy, ProxyScheme}, tls::{ get_cached_tls_accept_invalid_cert, get_cached_tls_type, is_plain, upsert_tls_cache, TlsType, }, }; use reqwest::{blocking::Client as SyncCli...
799
12,028
337
0.98
2026-04-17T13:14:18.288943
true
github_open-telemetry_opentelemetry-js_ba45f89d015ee1a011e3985fdfbd2195f2c448f0
TypeScript
open-telemetry
opentelemetry-js
3,359
1,027
OpenTelemetry JavaScript Client
[ "api", "distributed-tracing", "metrics", "monitoring", "telemetry" ]
Apache-2.0
api/src/diag-api.ts
diag-api.ts
541
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ // Split module-level variable definition into separate files to allow // tree-shaking on each api instance. import { DiagAPI } from './api/diag'; /** * Entrypoint for Diag API. * Defines Diagnostic handler used for internal diagnos...
76
541
18
0.98
2026-04-17T18:04:28.166754
true
github_open-webui_open-webui_82e05951f3f5d45074db4404fbb899e8dd16fe99
JavaScript
open-webui
open-webui
133,328
18,916
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
[ "ai", "llm", "llm-ui", "llm-webui", "llms", "mcp", "ollama", "ollama-webui", "open-webui", "openai", "openapi", "rag", "self-hosted", "ui", "webui" ]
NOASSERTION
svelte.config.js
svelte.config.js
1,876
import adapter from '@sveltejs/adapter-static'; import * as child_process from 'node:child_process'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import fs from 'node:fs'; /** @type {import('@sveltejs/kit').Config} */ const config = { // Consult https://kit.svelte.dev/docs/integrations#preprocessors...
223
1,876
58
0.98
2026-04-22T14:51:25.538762
true
github_sharkdp_bat_79d298c3da6b40f59f0700220431a223e444a255
Rust
sharkdp
bat
58,255
1,524
A cat(1) clone with wings.
[ "cli", "command-line", "git", "hacktoberfest", "rust", "syntax-highlighting", "terminal", "tool" ]
Apache-2.0
src/syntax_mapping/builtin.rs
builtin.rs
3,317
use std::env; use globset::GlobMatcher; use once_cell::sync::Lazy; use crate::syntax_mapping::{make_glob_matcher, Case, MappingTarget}; // Static syntax mappings generated from /src/syntax_mapping/builtins/ by the // build script (/build/syntax_mapping.rs). include!(concat!( env!("OUT_DIR"), "/codegen_static...
450
3,317
92
0.98
2026-04-17T13:16:57.663433
true
github_adam-mcdaniel_oakc_8045525e854558b686483ec0409799b0e558eb21
Rust
adam-mcdaniel
oakc
747
21
A portable programming language with a compact intermediate representation
[ "c", "compiler", "compiler-design", "golang" ]
Apache-2.0
src/bin.rs
bin.rs
4,937
use clap::{clap_app, crate_authors, crate_version, AppSettings::ArgRequiredElseHelp}; use oakc::{compile, generate_docs, Go, C, TS}; use std::{ fs::{read_to_string, write}, io::Result, path::PathBuf, }; use termimad::*; fn main() { let matches = clap_app!(oak => (version: crate_version!()) ...
484
4,936
126
0.98
2026-04-17T17:08:37.199570
true
github_ReFirmLabs_binwalk_7f0de3b8b1157fb91a359860b0f1a49d3a3d5db6
Rust
ReFirmLabs
binwalk
13,850
1,782
Firmware Analysis Tool
[]
MIT
src/extractors/jboot.rs
jboot.rs
2,718
use crate::common::crc32; use crate::extractors::common::{Chroot, ExtractionResult, Extractor, ExtractorType}; use crate::structures::jboot::parse_jboot_sch2_header; /// Defines the internal extractor function for carving out JBOOT SCH2 kernels /// /// ``` /// use std::io::ErrorKind; /// use std::process::Command; ///...
248
2,718
77
0.98
2026-04-17T14:14:22.964104
true
github_rust-lang_rustlings_9297da82da1255921594850c64a413142695f319
Rust
rust-lang
rustlings
62,478
11,173
:crab: Small exercises to get you used to reading and writing Rust code!
[ "beginner-friendly", "exercises", "rust", "rustlings" ]
MIT
src/cargo_toml.rs
cargo_toml.rs
4,927
use anyhow::{Context, Result}; use std::path::Path; use crate::{exercise::RunnableExercise, info_file::ExerciseInfo}; /// Initial capacity of the bins buffer. pub const BINS_BUFFER_CAPACITY: usize = 1 << 14; /// Return the start and end index of the content of the list `bin = […]`. /// bin = [xxxxxxxxxxxxxxxxx] /// ...
395
4,925
154
0.95
2026-04-13T14:05:07.703586
true
github_pamburus_hl_8ef391f5f9e5c6a886fcaeb738d50e5854cdc5eb
Rust
pamburus
hl
3,077
63
A fast and powerful log viewer and processor that converts JSON logs or logfmt logs into a clear human-readable format.
[ "cli", "command-line-tool", "hl", "human", "json", "json-log", "json-logging", "json-logs", "log", "log-viewer", "logfmt", "logging", "logs", "rust", "structured-logging", "translates-json-logs", "viewer" ]
MIT
src/xerr/tests.rs
tests.rs
359
use super::*; #[test] fn test_highlight() { assert_eq!("hello".hl().to_string(), "\u{1b}[33mhello\u{1b}[0m"); assert_eq!(Path::new("hello").hl().to_string(), "\u{1b}[33mhello\u{1b}[0m"); assert_eq!("hello".hlq().to_string(), "\u{1b}[33m\"hello\"\u{1b}[0m"); assert_eq!(Path::new("hello").hlq().to_string...
15
359
10
0.98
2026-04-17T19:18:42.757124
true