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_pubkey_rxdb_dda2c8325e495cd9f95db90945629727b72942c3
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-change-event.ts
rx-change-event.ts
4,523
/** * RxChangeEvents a emitted when something in the database changes * they can be grabbed by the observables of database, collection and document */ import type { ChangeEvent as EventReduceChangeEvent, } from 'event-reduce-js'; import { overwritable } from './overwritable.ts'; import type { EventBulk, ...
397
4,523
138
0.98
2026-04-23T08:22:03.832443
true
github_mudler_edgevpn_98d3e483547affe3f034f0111fc6e1fccb36e993
Go
mudler
edgevpn
1,891
193
:sailboat: The immutable, decentralized, statically built p2p VPN without any central server and automatic discovery! Create decentralized introspectable tunnels over p2p with shared tokens
[ "blockchain", "cloudvpn", "golang", "golang-library", "holepunch", "ipfs", "ipfs-blockchain", "kubernetes", "libp2p", "mesh", "mesh-networks", "nat", "networking", "p2p", "p2pvpn", "tunnel", "vpn" ]
Apache-2.0
pkg/utils/ip.go
ip.go
940
/* Copyright © 2021-2022 Ettore Di Giacinto <[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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
135
939
40
0.98
2026-04-17T16:52:53.250531
true
github_huggingface_transformers_c64124c289fa21e05f0744fa3f781be5bfc88c8d
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/monkey_patching.py
monkey_patching.py
13,972
# Copyright 2026 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 agreed ...
1,386
13,970
358
0.98
2026-04-22T13:18:02.878323
true
github_soobinseo_Transformer-TTS_58328bb477feefeb7119499809f0986fdce5b345
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
preprocess.py
preprocess.py
5,538
import hyperparams as hp import pandas as pd from torch.utils.data import Dataset, DataLoader import os import librosa import numpy as np from text import text_to_sequence import collections from scipy import signal import torch as t import math class LJDatasets(Dataset): """LJSpeech dataset.""" def __init__...
547
5,538
155
0.98
2026-04-22T21:44:23.574997
true
github_vercel_pkg_89c41fd6286e239eaa8d62759b274fc9f1121c58
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/types.ts
types.ts
1,519
import type { log } from './log'; export interface FileRecord { file: string; body?: Buffer | string; // This could be improved a bit. making this stricter opens up a lot of // changes that need to be made throughout the code though // eslint-disable-next-line @typescript-eslint/no-explicit-any [key: numbe...
193
1,519
75
0.98
2026-04-23T06:43:05.927669
true
github_nextapps-de_flexsearch_c5b1d4ab8c274336f4c8c86aa6f03581a16bc157
JavaScript
nextapps-de
flexsearch
13,675
523
Next-generation full-text search library for Browser and Node.js
[ "elasticsearch", "full-text-search", "fulltext-search", "fuzzy", "fuzzy-search", "javascript", "javascript-library", "nodejs", "open-source", "search", "search-algorithm", "search-engine", "search-in-text", "searching", "searching-algorithms", "web", "web-worker" ]
Apache-2.0
src/cache.js
cache.js
2,920
import Index from "./index.js"; import { SearchOptions, DocumentSearchOptions } from "./type.js"; /** * @param {string|SearchOptions|DocumentSearchOptions} query * @param {number|SearchOptions|DocumentSearchOptions=} limit * @param {SearchOptions|DocumentSearchOptions=} options * @this {Index} * @returns {Array<n...
314
2,920
126
0.98
2026-04-23T06:57:06.260087
true
github_microsoft_TaskWeaver_0a8be3960d00cdf30d46910f4a310885faecbf98
Python
microsoft
TaskWeaver
6,149
772
The first "code-first" agent framework for seamlessly planning and executing data analytics tasks.
[ "agent", "ai-agents", "code-interpreter", "copilot", "data-analysis", "llm", "openai" ]
MIT
setup.py
setup.py
3,166
import os import re import setuptools from scripts.get_package_version import get_package_version def update_version_file(version: str): # Extract the version from the init file. VERSIONFILE = "taskweaver/__init__.py" with open(VERSIONFILE, "rt") as f: raw_content = f.read() content = re.sub...
267
3,166
111
0.98
2026-04-22T15:15:24.478074
true
github_kwhitley_itty-router_c69321223a5fcd223994ce23c1ce1261762aeb4a
TypeScript
kwhitley
itty-router
2,021
83
A little router.
[ "api", "cloudflare", "cloudflare-workers", "edge", "itty-router", "javascript", "middleware", "router", "serverless", "service-worker" ]
MIT
src/types/IRequest.ts
IRequest.ts
150
import { GenericTraps } from './GenericTraps' import { IRequestStrict } from './IRequestStrict' export type IRequest = IRequestStrict & GenericTraps
19
150
5
0.98
2026-04-23T08:18:34.193071
true
github_googleapis_mcp-toolbox_5384734ed3e584f09c81482467dff16d4a543f02
Go
googleapis
mcp-toolbox
14,643
1,475
MCP Toolbox for Databases is an open source MCP server for databases.
[ "agent", "agents", "ai", "bigquery", "clickhouse", "cockroachdb", "database", "elasticsearch", "firestore", "genai", "llm", "mcp", "mongodb", "mysql", "oracle", "postgresql", "redis", "server", "spanner", "tidb" ]
Apache-2.0
internal/server/api.go
api.go
11,280
// 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
1,215
11,280
337
0.98
2026-04-17T10:40:04.074335
true
github_aquasecurity_tracee_a7f66c51ef379d37abb9eeae70659f34d737723c
Go
aquasecurity
tracee
4,468
493
Linux Runtime Security and Forensics using eBPF
[ "bpf", "docker", "ebpf", "golang", "kubernetes", "linux", "runtime-security", "security" ]
Apache-2.0
pkg/ebpf/hidden_kernel_module.go
hidden_kernel_module.go
2,927
package ebpf import ( gocontext "context" "time" "github.com/aquasecurity/tracee/common/logger" "github.com/aquasecurity/tracee/common/timeutil" "github.com/aquasecurity/tracee/pkg/events" "github.com/aquasecurity/tracee/pkg/events/derive" ) // lkmSeekerRoutine handles the kernel module hiding check logic. The...
357
2,927
111
0.98
2026-04-17T22:16:53.204155
true
github_juicedata_juicefs_8ffdf6a8f39a772392aebc1ba8c5147c294191bb
Go
juicedata
juicefs
13,449
1,191
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
[ "bigdata", "cloud-native", "distributed-systems", "filesystem", "go", "golang", "hdfs", "object-storage", "posix", "redis", "s3", "storage" ]
Apache-2.0
cmd/info_test.go
info_test.go
1,987
/* * JuiceFS, Copyright 2021 Juicedata, 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 ...
264
1,987
65
0.98
2026-04-17T11:21:31.503331
true
github_Siriusmart_youtube-tui_67e17833883dd0012582ea2587dae2fd086bb074
Rust
Siriusmart
youtube-tui
1,015
42
An aesthetically pleasing YouTube TUI written in Rust
[ "cli", "rust", "rust-lang", "terminal", "terminal-based", "terminal-user-interface", "tui", "youtube", "youtube-dl" ]
GPL-3.0
src/items/searchfilters.rs
searchfilters.rs
14,983
use crate::{ config::*, global::{functions::popup_area, structs::*}, }; use ratatui::{ layout::{Alignment, Constraint, Rect}, style::Style, widgets::{Block, Borders, Clear, Paragraph}, }; use tui_additions::{ framework::{FrameworkClean, FrameworkItem}, widgets::{Grid, TextList}, }; const PO...
959
14,983
465
0.98
2026-04-17T19:37:59.694139
true
github_ogham_exa_02993934ac9246db4b976798208082529c52d356
Rust
ogham
exa
24,420
657
A modern replacement for ‘ls’.
[ "command-line", "files", "ls", "rust" ]
MIT
src/options/help.rs
help.rs
5,379
use std::fmt; use crate::fs::feature::xattr; use crate::options::flags; use crate::options::parser::MatchedFlags; static USAGE_PART1: &str = "Usage: exa [options] [files...] META OPTIONS -?, --help show list of command-line options -v, --version show version of exa DISPLAY OPTIONS -1, --onelin...
660
5,365
146
0.98
2026-04-17T13:34:31.167080
true
github_rustdesk_rustdesk_e27091927fc7b573c60e3a2a307e88d9c17d2460
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/core_main.rs
core_main.rs
34,911
#[cfg(any(target_os = "windows", target_os = "macos"))] use crate::client::translate; #[cfg(not(debug_assertions))] #[cfg(not(any(target_os = "android", target_os = "ios")))] use crate::platform::breakdown_callback; #[cfg(not(debug_assertions))] #[cfg(not(any(target_os = "android", target_os = "ios")))] use hbb_common:...
2,624
34,911
851
0.98
2026-04-17T13:14:15.115119
true
github_pathwaycom_pathway_aa3e0f12aa3e2112ddab17a3f5bff9cf962a8c85
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/connectors/posix_like.rs
posix_like.rs
11,705
// Copyright © 2026 Pathway use log::{error, info, warn}; use std::borrow::Cow; use std::collections::VecDeque; use std::io::Cursor; use std::mem::take; use std::sync::Arc; use std::thread::sleep; use std::time::Duration; use crate::connectors::data_storage::{CommitPossibility, ConnectorMode}; use crate::connectors::...
784
11,704
292
0.98
2026-04-23T04:40:32.658090
true
github_router-for-me_CLIProxyAPI_3f3f530d2755800a05e2362bba10f9a3f8c77d15
Go
router-for-me
CLIProxyAPI
26,702
4,426
Wrap Gemini CLI, Antigravity, ChatGPT Codex, Claude Code as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5, Claude model through API
[ "antigravity", "claude-code", "cluade", "codex", "gemini", "openai" ]
MIT
internal/registry/model_registry.go
model_registry.go
40,147
// Package registry provides centralized model management for all AI service providers. // It implements a dynamic model registry with reference counting to track active clients // and automatically hide models when no clients are available or when quota is exceeded. package registry import ( "context" "fmt" "sort"...
4,667
40,147
1,318
0.98
2026-04-17T08:32:30.512390
true
github_SeaQL_sea-orm_875cb308bf8d9f70b7c2309d0f261af0be733b0c
Rust
SeaQL
sea-orm
9,543
693
🐚 A powerful relational ORM for Rust
[ "database", "hacktoberfest", "loco", "mariadb", "mysql", "orm", "postgres", "rust", "sql", "sqlite", "sqlx", "tokio" ]
Apache-2.0
src/tests_cfg/cake_expanded.rs
cake_expanded.rs
1,579
use crate as sea_orm; use crate::entity::prelude::*; #[derive(Copy, Clone, Default, Debug, DeriveEntity)] pub struct Entity; impl EntityName for Entity { fn table_name(&self) -> &'static str { "cake" } } #[derive(Clone, Debug, PartialEq, Eq, DeriveModel, DeriveActiveModel)] pub struct Model { pub...
178
1,579
79
0.98
2026-04-17T14:27:35.686460
true
github_AUTOMATIC1111_stable-diffusion-webui_de1a9000d4ffae9009df11df3392e166c82808cd
Python
AUTOMATIC1111
stable-diffusion-webui
162,343
30,266
Stable Diffusion web UI
[ "ai", "ai-art", "deep-learning", "diffusion", "gradio", "image-generation", "image2image", "img2img", "pytorch", "stable-diffusion", "text2image", "torch", "txt2img", "unstable", "upscaling", "web" ]
AGPL-3.0
script.js
script.js
6,600
function gradioApp() { const elems = document.getElementsByTagName('gradio-app'); const elem = elems.length == 0 ? document : elems[0]; if (elem !== document) { elem.getElementById = function(id) { return document.getElementById(id); }; } return elem.shadowRoot ? elem.sh...
698
6,600
215
0.95
2026-04-13T14:06:01.451223
true
github_harry0703_MoneyPrinterTurbo_073247ba3448688814919082faec7339d4718d3f
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/ping.py
ping.py
245
from fastapi import APIRouter, Request router = APIRouter() @router.get( "/ping", tags=["Health Check"], description="检查服务可用性", response_description="pong", ) def ping(request: Request) -> str: return "pong"
22
231
14
0.98
2026-04-17T15:24:18.067522
true
github_iuiaoin_wechat-gptbot_694627a0acf490e17f0cf3ebd2c498b233a6887f
Python
iuiaoin
wechat-gptbot
609
117
A wechat robot based on ChatGPT with no risk, very stable! 🚀
[ "chatgpt", "openai", "python", "wechat" ]
MIT
config.py
config.py
578
import json import os from utils.log import logger config = {} def load_config(): global config config_path = "config.json" if not os.path.exists(config_path): raise Exception("Config file is not exist, please create config.json according to config.template.json") config_str = read_file(conf...
62
578
27
0.98
2026-04-23T01:17:41.066448
true
github_pathwaycom_pathway_41b86fb1f95bc0c4276b92f64fa84172a3de4097
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/connectors/adaptors.rs
adaptors.rs
4,243
// Copyright © 2026 Pathway use std::collections::HashMap; use differential_dataflow::collection::AsCollection; use differential_dataflow::input::InputSession; use differential_dataflow::lattice::Lattice; use differential_dataflow::Collection; use timely::dataflow::operators::input::Handle; use timely::dataflow::opera...
415
4,242
145
0.98
2026-04-23T04:40:26.328845
true
github_rustdesk_rustdesk_39c45597c9859855ee8c8e74d38b7f7ff68d3aae
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/gu.rs
gu.rs
64,944
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "સ્થિતિ"), ("Your Desktop", "તમારું ડેસ્કટોપ"), ("desk_tip", "તમારું ડેસ્કટોપ આ ID અને પાસવર્ડ દ્વારા એક્સેસ કરી શકાય છે."), ("Password", "પાસવર્ડ"), ("Ready", "...
4,184
40,788
747
0.98
2026-04-17T13:14:31.278386
true
github_syncthing_syncthing_fadc834398712d0c44099e02ccc23239eece8625
Go
syncthing
syncthing
81,798
4,996
Open Source Continuous File Synchronization
[ "go", "p2p", "peer-to-peer", "synchronization" ]
MPL-2.0
lib/config/metrics.go
metrics.go
1,867
// Copyright (C) 2025 The Syncthing Authors. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this file, // You can obtain one at https://mozilla.org/MPL/2.0/. package config import ( "strconv" "github.com/prometheus/client_...
176
1,867
63
0.98
2026-04-17T07:10:14.026529
true
github_nadbm_react-datasheet_ff7e86dcbb242deaaf0af32af1081a6ad24958e3
JavaScript
nadbm
react-datasheet
5,446
449
Excel-like data grid (table) component for React
[ "component", "grid", "javascript", "react", "sheet", "spreadsheet", "table", "tableau" ]
MIT
lib/Cell.js
Cell.js
4,363
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } }...
423
4,363
104
0.98
2026-04-23T06:08:38.879803
true
github_jondot_hygen_e147a346098aef9db6df4a38d9b226d95c6ebd97
TypeScript
jondot
hygen
5,936
272
The simple, fast, and scalable code generator that lives in your project.
[ "cli", "generator", "nodejs", "tools" ]
MIT
src/bin.ts
bin.ts
699
#!/usr/bin/env node import path from 'path' import Logger from './logger' import { runner } from './index' const defaultTemplates = path.join(__dirname, '../src/templates') runner(process.argv.slice(2), { templates: defaultTemplates, cwd: process.cwd(), logger: new Logger(console.log.bind(console)), // eslint-d...
79
699
19
0.98
2026-04-23T07:24:42.179420
true
github_Pythagora-io_pythagora_5c1b17bd702572e567fd1a8acbd5af0badabd913
JavaScript
Pythagora-io
pythagora
1,818
114
Generate automated tests for your Node.js app via LLMs without developers having to write a single line of code.
[ "api-testing", "api-testing-framework", "automated-testing", "database-testing", "developer-tools", "integration-testing", "nodejs", "test-coverage", "testing" ]
Apache-2.0
src/helpers/jestMethods.js
jestMethods.js
1,707
const { cleanupDb, jsonObjToMongo } = require("./mongodb"); const {PYTHAGORA_JEST_DB} = require("../const/mongodb"); const {EXPORTED_TESTS_DATA_DIR, SRC_TO_ROOT} = require("@pythagora.io/js-code-processing").common; const _ = require('lodash'); // TODO can we merge this with the other prepareDB? async function prepar...
143
1,707
52
0.98
2026-04-23T12:28:20.546262
true
github_Ottrlang_otterlang_13500af4c166d3a39e79c110fbd21989da171a43
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/test/mod.rs
mod.rs
227
pub mod discovery; pub mod reporter; pub mod runner; pub mod snapshot; pub use discovery::{TestCase, TestDiscovery}; pub use reporter::{TestReporter, TestResult}; pub use runner::TestRunner; pub use snapshot::SnapshotManager;
26
227
10
0.98
2026-04-17T17:09:28.883405
true
github_deepfakes_faceswap_c22b6bcb14bdfa8abfb8d5c06f9319952dfa35c4
Python
deepfakes
faceswap
55,172
13,408
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/convert.py
convert.py
23,689
#!/usr/bin/env python3 """Converter for Faceswap""" from __future__ import annotations import logging import typing as T from dataclasses import dataclass import cv2 import numpy as np from lib.align.aligned_mask import LandmarksMask from lib.utils import get_module_objects from plugins.plugin_loader import PluginLoa...
2,003
23,689
529
0.98
2026-04-17T06:42:15.725842
true
github_huggingface_transformers_dcf4da2696c2623b2c5d8ee5bf57bfa79e8a1a75
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/video_processing_utils.py
video_processing_utils.py
39,198
# Copyright 2025 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 agreed ...
3,710
39,198
846
0.98
2026-04-22T13:18:14.698820
true
github_quay_clair_c55cd3a4ab83f6100912b803000d0af8c0f77c42
Go
quay
clair
10,968
1,201
Vulnerability Static Analysis for Containers
[ "clair", "containers", "docker", "go", "kubernetes", "oci", "oci-image", "static-analysis", "vulnerabilities" ]
Apache-2.0
internal/codec/codec.go
codec.go
1,483
// Package codec is a unified place for configuring and allocating JSON encoders // and decoders. package codec import ( "io" "sync" "github.com/ugorji/go/codec" ) var jsonHandle codec.JsonHandle func init() { // This is documented to cause "smart buffering". jsonHandle.WriterBufferSize = 4096 jsonHandle.Read...
208
1,483
69
0.98
2026-04-17T12:28:27.255398
true
github_ZhuLinsen_daily_stock_analysis_01b2a109e343fe282a6dd828a04b93f4bf0c743a
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/notification_sender/discord_sender.py
discord_sender.py
4,684
# -*- coding: utf-8 -*- """ Discord 发送提醒服务 职责: 1. 通过 webhook 或 Discord bot API 发送 Discord 消息 """ import logging import requests from src.config import Config from src.formatters import chunk_content_by_max_words logger = logging.getLogger(__name__) class DiscordSender: def __init__(self, config: Config):...
315
4,248
139
0.98
2026-04-22T14:57:00.558863
true
github_darrenburns_posting_f163a2c856c49ab1245089f7398005aaa4b7f743
Python
darrenburns
posting
11,767
235
The modern API client that lives in your terminal.
[ "automation", "cli", "developer-tools", "http", "python", "rest", "rest-api", "rest-client", "ssh", "terminal", "textual", "tui" ]
Apache-2.0
src/posting/tuple_to_multidict.py
tuple_to_multidict.py
341
from __future__ import annotations from collections import defaultdict from typing import TypeVar K = TypeVar("K") V = TypeVar("V") def tuples_to_dict(tuple_list: list[tuple[K, V]]) -> dict[K, list[V]]: result: dict[K, list[V]] = defaultdict(list) for key, value in tuple_list: result[key].append(valu...
38
341
14
0.98
2026-04-23T03:25:02.782014
true
github_pachyderm_pachyderm_e3c56ae406f5d8ee9610bd92f9bf54e26ddd124f
Go
pachyderm
pachyderm
6,297
571
Data-Centric Pipelines and Data Versioning
[ "analytics", "big-data", "containers", "data-analysis", "data-science", "distributed-systems", "docker", "go", "kubernetes", "pachyderm" ]
Apache-2.0
src/protoextensions/protoextensions.go
protoextensions.go
2,675
// Package protoextensions is the runtime support code for protoc-gen-zap (in ../etc/proto). // log.Proto also uses this code, so that embedded messages are marshaled the same way as raw // messages. package protoextensions import ( fmt "fmt" "go.uber.org/zap/zapcore" "google.golang.org/protobuf/types/known/anypb"...
308
2,675
97
0.98
2026-04-17T20:39:47.485022
true
github_simov_grant_17faf4e1e831bee9c93f03cd046f15b1ac096901
JavaScript
simov
grant
4,171
267
OAuth Proxy
[ "authentication", "authorization", "aws", "aws-lambda", "azure", "express", "gcp", "hapi", "javascript", "js", "koa", "lambda", "middleware", "node", "nodejs", "oauth", "oauth2", "server", "serverless", "vercel" ]
MIT
lib/handler/koa-1.js
koa-1.js
1,201
var qs = require('qs') var Grant = require('../grant') module.exports = function (args) { var grant = Grant((args || {}).config ? args : {config: args}) app.config = grant.config var regex = new RegExp([ '^', app.config.defaults.prefix, /(?:\/([^\/\?]+?))/.source, // /:provider /(?:\/([^\/\?]+...
124
1,201
47
0.98
2026-04-23T07:40:18.110519
true
github_HigherOrderCO_Bend_32def8ee2cf21d68717f5860e914af87bb11ad72
Rust
HigherOrderCO
Bend
19,331
477
A massively parallel, high-level programming language
[]
Apache-2.0
src/imports/mod.rs
mod.rs
3,844
use crate::{ diagnostics::{Diagnostics, WarningType}, fun::Name, }; use indexmap::{IndexMap, IndexSet}; use itertools::Itertools; use std::fmt::Display; pub mod book; pub mod loader; pub mod packages; pub use loader::*; pub type BindMap = IndexMap<Name, Name>; #[derive(Debug, Clone, Default)] pub struct ImportC...
467
3,844
155
0.98
2026-04-17T13:44:19.344452
true
github_farion1231_cc-switch_b697c544df7515032caa122b7fd8a5a4509955bd
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/codexTemplates.ts
codexTemplates.ts
581
/** * Codex 配置模板 * 用于新建自定义供应商时的默认配置 */ export interface CodexTemplate { auth: Record<string, any>; config: string; } /** * 获取 Codex 自定义模板 * @returns Codex 模板配置 */ export function getCodexCustomTemplate(): CodexTemplate { const config = `model_provider = "custom" model = "gpt-5.4" model_reasoning_effort = ...
67
519
31
0.98
2026-04-17T13:18:44.432257
true
github_open-wa_wa-automate-nodejs_2fe752bf6077e169da5d993972111856b85fcd64
JavaScript
open-wa
wa-automate-nodejs
3,448
669
💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!
[ "api", "chatbots", "framework", "nodejs", "typescript" ]
NOASSERTION
src/lib/jsSha.min.js
jsSha.min.js
8,982
'use strict';(function(I){function w(c,a,d){var l=0,b=[],g=0,f,n,k,e,h,q,y,p,m=!1,t=[],r=[],u,z=!1;d=d||{};f=d.encoding||"UTF8";u=d.numRounds||1;if(u!==parseInt(u,10)||1>u)throw Error("numRounds must a integer >= 1");if(0===c.lastIndexOf("SHA-",0))if(q=function(b,a){return A(b,a,c)},y=function(b,a,l,f){var g,e;if("SHA-...
264
8,982
1
0.98
2026-04-17T18:04:09.983651
true
github_cayleygraph_cayley_8afe949bf839a6b4898238080ee3194af115083a
Go
cayleygraph
cayley
15,043
1,243
An open-source graph database
[ "cayley", "go", "graph", "graph-database", "linked-data" ]
Apache-2.0
cmd/cayleyimport/cayleyimport_test.go
cayleyimport_test.go
2,314
package main import ( "bytes" "context" "fmt" "net" "net/http" "path" "sort" "testing" "github.com/cayleygraph/quad" "github.com/stretchr/testify/require" "github.com/cayleygraph/cayley/graph" "github.com/cayleygraph/cayley/graph/memstore" chttp "github.com/cayleygraph/cayley/internal/http" ) var expec...
163
2,314
79
0.98
2026-04-17T10:36:44.658743
true
github_paperless-ngx_paperless-ngx_1c5d656e087be469b4082620a759bf916ba0e816
Python
paperless-ngx
paperless-ngx
38,143
2,431
A community-supported supercharged document management system: scan, index and archive all your documents
[ "angular", "archiving", "django", "dms", "document-management", "document-management-system", "hacktoberfest", "machine-learning", "ocr", "optical-character-recognition", "pdf" ]
GPL-3.0
src/paperless_mail/apps.py
apps.py
197
from django.apps import AppConfig from django.utils.translation import gettext_lazy as _ class PaperlessMailConfig(AppConfig): name = "paperless_mail" verbose_name = _("Paperless mail")
19
197
9
0.98
2026-04-17T06:44:05.907811
true
github_voxel51_fiftyone_f2c40b96802f228d462c7cfc2e013485850da48d
TypeScript
voxel51
fiftyone
10,582
740
Refine high-quality datasets and visual AI models
[ "active-learning", "artificial-intelligence", "computer-vision", "data-centric-ai", "data-cleaning", "data-curation", "data-quality", "data-science", "deep-learning", "developer-tools", "image-classification", "machine-learning", "object-detection", "python", "unstructured-data", "vect...
Apache-2.0
app/__mocks__/recoil.ts
recoil.ts
3,654
import * as recoil from "recoil"; export * from "recoil"; export let mockValues = {}; export const mockValuesStore = {}; export let mockDefaults = {}; export function setMockAtoms(newMockValues: { [key: string]: any }) { mockValues = { ...mockValues, ...newMockValues, }; mockDefaults = { ...mockDefaults,...
423
3,654
138
0.98
2026-04-17T06:49:03.033558
true
github_docker_compose_02521f19b0bd1523add400a138c708f45e2adc57
Go
docker
compose
37,282
5,776
Define and run multi-container applications with Docker
[ "docker", "docker-compose", "go", "golang", "orchestration" ]
Apache-2.0
cmd/compose/hooks.go
hooks.go
4,421
/* Copyright 2020 Docker Compose CLI 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 a...
593
4,419
137
0.98
2026-04-17T07:36:03.236368
true
github_codeceptjs_CodeceptJS_e1ac68c5efa9ccca4a3d071f008e197da8fb0545
JavaScript
codeceptjs
CodeceptJS
4,221
752
Supercharged End 2 End Testing Framework for NodeJS
[ "acceptance-testing", "bdd", "bdd-framework", "codeceptjs", "e2e-tests", "end-to-end-testing", "graphql-testing", "hacktoberfest", "javascript", "nodejs", "pageobject", "playwright", "selenium", "selenium-webdriver", "testing", "webdriver", "webdriverio" ]
MIT
lib/helper/WebDriver.js
WebDriver.js
92,319
let webdriverio const assert = require('assert') const path = require('path') const Helper = require('@codeceptjs/helper') const promiseRetry = require('promise-retry') const stringIncludes = require('../assert/include').includes const { urlEquals, equals } = require('../assert/equal') const store = require('../store...
10,016
92,316
3,173
0.98
2026-04-23T07:39:09.578847
true
github_vmware-archive_octant_e3ae4b7cfbbd2842b544c6b938acbfb09d2071af
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/describer/crd_list.go
crd_list.go
1,532
/* Copyright (c) 2019 the Octant contributors. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ package describer import ( "context" "github.com/vmware-tanzu/octant/internal/printer" "github.com/vmware-tanzu/octant/pkg/view/component" ) type crdListDescriptionOption func(*crdList) type crdList struct...
153
1,532
75
0.98
2026-04-17T20:40:51.012984
true
github_huggingface_transformers_eb092019b678715c623fde1a98c5709637174cdd
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/modeling_utils.py
modeling_utils.py
258,912
# Copyright 2018 The Google AI Language Team Authors, Facebook AI Research authors and The HuggingFace Inc. team. # Copyright (c) 2018, NVIDIA CORPORATION. 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 m...
25,034
258,902
4,999
0.98
2026-04-22T13:18:02.568380
true
github_benedekrozemberczki_GraphWaveletNeuralNetwork_907da377db7dd5b4ddec82102e224299eda98c36
Python
benedekrozemberczki
GraphWaveletNeuralNetwork
606
118
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
[ "convolutional-neural-networks", "deep-learning", "deepwalk", "gcn", "gpt2", "gpt3", "graph-convolution", "graph-convolutional-network", "graph-neural-networks", "graph-representation", "graphsage", "gwnn", "iclr", "machine-learning", "node2vec", "pytorch", "research", "sklearn", ...
GPL-3.0
src/param_parser.py
param_parser.py
2,670
"""Parsing the parameters.""" import argparse def parameter_parser(): parser = argparse.ArgumentParser(description="Run GWNN.") parser.add_argument("--edge-path", nargs="?", default="./input/cora_edges.csv", help="Edge list csv.") parser....
131
2,670
80
0.98
2026-04-22T21:47:45.823317
true
github_svenstaro_miniserve_d8646834cba65d6347bcb626fb057e668e996710
Rust
svenstaro
miniserve
7,559
371
🌟 For when you really just want to serve some files over HTTP right now!
[ "cli", "command-line", "command-line-tool", "http-server", "serve", "server", "static-files" ]
MIT
src/consts.rs
consts.rs
215
use fast_qr::ECL; /// The error correction level to use for all QR code generation. pub const QR_EC_LEVEL: ECL = ECL::L; /// The margin size for the SVG QR code on the webpage. pub const SVG_QR_MARGIN: usize = 1;
38
215
8
0.98
2026-04-17T14:37:08.748920
true
github_lucidrains_DALLE-pytorch_8c0b76382323909a561731eb0579babccf6a1d4f
Python
lucidrains
DALLE-pytorch
5,624
643
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
[ "artificial-intelligence", "attention-mechanism", "deep-learning", "multi-modal", "text-to-image", "transformers" ]
MIT
generate.py
generate.py
4,695
import argparse from pathlib import Path from tqdm import tqdm # torch import torch from einops import repeat # vision imports from PIL import Image from torchvision.utils import make_grid, save_image # dalle related classes and utils from dalle_pytorch import __version__ from dalle_pytorch import DiscreteVAE, O...
490
4,695
144
0.98
2026-04-17T17:31:01.946823
true
github_jely2002_youtube-dl-gui_f07c9c64d1635ce8ce02b9bb6bc96a214e45c5e6
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
vitest.config.ts
vitest.config.ts
467
import { defineConfig } from 'vitest/config'; import vue from '@vitejs/plugin-vue'; export default defineConfig({ plugins: [vue()], test: { environment: 'jsdom', coverage: { enabled: true, provider: 'v8', include: ['src/**/*.{ts,vue}'], reportsDirectory: 'coverage/units', repo...
42
467
20
0.98
2026-04-17T14:34:41.495198
true
github_skillrecordings_egghead-next_195f3d0d96922634f9239bcbcd788d54516fa326
JavaScript
skillrecordings
egghead-next
1,451
195
The frontend for egghead.io.
[ "cypress", "egghead", "jest", "mdx", "nextjs", "react", "tailwindcss", "typescript" ]
NOASSERTION
rtl.setup.js
rtl.setup.js
155
// See https://github.com/kentcdodds/react-testing-library#global-config import 'jest-dom/extend-expect' import 'react-testing-library/cleanup-after-each'
7
155
4
0.98
2026-04-23T11:15:34.752925
true
github_bitcoinjs_bitcoinjs-lib_92d65335dac9468fcdf9e5131b93ed09f822d2ce
TypeScript
bitcoinjs
bitcoinjs-lib
5,985
2,240
A javascript Bitcoin library for node.js and browsers.
[ "bitcoin", "bitcoinjs", "bitcoinjs-lib", "browserify", "javascript", "nodejs" ]
MIT
src/cjs/psbt.d.ts
psbt.d.ts
9,822
import { Psbt as PsbtBase } from 'bip174'; import { KeyValue, PsbtGlobalUpdate, PsbtInput, PsbtInputUpdate, PsbtOutput, PsbtOutputUpdate } from 'bip174'; import { Network } from './networks.js'; import { Transaction } from './transaction.js'; import { toXOnly } from './psbt/bip371.js'; export { toXOnly }; export interf...
1,066
9,822
207
0.98
2026-04-23T07:23:24.123289
true
github_Nozbe_WatermelonDB_06083baa5433ff1ca87f4f06354e5091058b05ac
JavaScript
Nozbe
WatermelonDB
11,630
644
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
[ "database", "hacktoberfest", "persistence", "react", "react-native", "reactive", "rxjs" ]
MIT
src/react/withHooks.js
withHooks.js
915
// @flow import { type HOC, createFactory } from './helpers' type GetNewProps = <T: { ... }>(T) => T type Props$Merge<A, B> = { ...$Exact<A>, ...$Exact<B> } type EnhancedProps<PropsInput, NewProps> = Props$Merge<PropsInput, $Call<GetNewProps, NewProps>> export default function withHooks<PropsInput: { ... }, NewProps:...
104
915
25
0.98
2026-04-23T05:40:03.106918
true
github_Unity-Technologies_obstacle-tower-env_4333e010ac81b0f3867ce581b9e3cc3aa8c99bf8
Python
Unity-Technologies
obstacle-tower-env
546
123
Obstacle Tower Environment
[ "deep-learning", "gym-environment", "ml-agents", "reinforcement-learning", "unity-3d" ]
Apache-2.0
setup.py
setup.py
447
from setuptools import setup with open("README.md", "r") as fh: long_description = fh.read() setup( name="obstacle_tower_env", version="4.1", author="Unity Technologies", url="https://github.com/Unity-Technologies/obstacle-tower-env", py_modules=["obstacle_tower_env"], long_description=lon...
24
447
16
0.98
2026-04-22T20:50:28.777290
true
github_ClementTsang_bottom_2cee2bc385229be06e32b74536de147b60f77341
Rust
ClementTsang
bottom
13,200
332
Yet another cross-platform graphical process/system monitor.
[ "bottom", "btm", "cli", "cross-platform", "monitoring", "rust", "terminal", "top", "tui" ]
MIT
src/app.rs
app.rs
111,020
pub mod data; pub mod filter; pub mod layout_manager; pub mod states; use std::time::Instant; use data::*; use filter::*; use layout_manager::*; use rustc_hash::FxHashMap as HashMap; pub use states::*; use crate::{ canvas::{ components::time_graph::LegendPosition, dialogs::process_kill_dialog::ProcessKil...
6,204
111,020
2,529
0.98
2026-04-17T14:15:40.350004
true
github_txthinking_brook_c1dc731566bf6a53520de7f46d3adc4c3cadaf1c
Go
txthinking
brook
15,116
2,394
A cross-platform programmable network tool
[ "android", "cross-platform", "decryption", "encryption", "ios", "linux", "macos", "mitm", "network-analysis", "network-monitoring", "network-programming", "network-security", "openwrt", "packet-capture", "proxy", "socks5", "tls", "vpn", "windows", "zero-configuration" ]
GPL-3.0
simplepacketclient.go
simplepacketclient.go
2,549
// Copyright (c) 2016-present Cloud <[REDACTED_EMAIL]> // // This program is free software; you can redistribute it and/or // modify it under the terms of version 3 of the GNU General Public // License as published by the Free Software Foundation. // // This program is distributed in the hope that it will be useful, bu...
338
2,549
105
0.98
2026-04-17T10:36:25.035654
true
github_directus_directus_c3e22772ade16c75c7e6886b203a884e52ad2551
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
api/src/auth.ts
auth.ts
2,566
import { useEnv } from '@directus/env'; import { InvalidProviderConfigError } from '@directus/errors'; import { toArray } from '@directus/utils'; import type { AuthDriver } from './auth/auth.js'; import { LDAPAuthDriver, LocalAuthDriver, OAuth2AuthDriver, OpenIDAuthDriver, SAMLAuthDriver, } from './auth/drivers/in...
265
2,566
99
0.98
2026-04-17T17:53:50.310301
true
github_i18next_i18next_69b12a079cb390bb2b0a82b355c56dcf4929d424
JavaScript
i18next
i18next
8,548
686
i18next: learn once - translate everywhere
[ "deno", "ecosystem", "flexibility", "i18n", "internationalization", "javascript", "nodejs", "translation" ]
MIT
src/Formatter.js
Formatter.js
4,875
import baseLogger from './logger.js'; import { getCleanedCode } from './utils.js'; const parseFormatStr = (formatStr) => { let formatName = formatStr.toLowerCase().trim(); const formatOptions = {}; if (formatStr.includes('(')) { const p = formatStr.split('('); formatName = p[0].toLowerCase().trim(); ...
519
4,875
163
0.98
2026-04-23T07:08:49.770346
true
github_gildas-lormeau_SingleFile_32c72c086e8e8532b47040bf04efb87c79973b74
JavaScript
gildas-lormeau
SingleFile
20,959
1,318
Web Extension for saving a faithful copy of a complete web page in a single HTML file
[ "annotations", "archive", "archiver", "auto-save", "browser", "chrome", "chrome-extension", "cli", "firefox", "firefox-addon", "javascript", "offline-reading", "osint", "puppeteer", "screenshot", "selenium", "self-extracting", "self-extracting-zip", "snapshot", "web-clipper" ]
AGPL-3.0
lib/web-stream.js
web-stream.js
175
!function(){"use strict";void 0===globalThis.TransformStream&&(globalThis.TransformStream=class{}),void 0===globalThis.WritableStream&&(globalThis.WritableStream=class{})}();
4
175
2
0.98
2026-04-23T12:35:32.696033
true
github_LukeMathWalker_zero-to-production_5c12360c5ae71e106ecbf04cb2631c08453ed3d1
Rust
LukeMathWalker
zero-to-production
6,445
587
Code for "Zero To Production In Rust", a book on API development using Rust.
[ "book", "rust" ]
Apache-2.0
src/authentication/password.rs
password.rs
3,850
use crate::telemetry::spawn_blocking_with_tracing; use anyhow::Context; use argon2::password_hash::SaltString; use argon2::{Algorithm, Argon2, Params, PasswordHash, PasswordHasher, PasswordVerifier, Version}; use secrecy::{ExposeSecret, Secret}; use sqlx::PgPool; #[derive(thiserror::Error, Debug)] pub enum AuthError {...
292
3,850
127
0.98
2026-04-17T14:48:31.829419
true
github_terrastruct_d2_703c3f99727611eec1b7ddebd3a59b5c695dea58
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/imgbundler/imgbundler_test.go
imgbundler_test.go
17,289
package imgbundler import ( "context" "crypto/rand" _ "embed" "fmt" "net/http" "net/http/httptest" "path/filepath" "strings" "sync" "testing" tassert "github.com/stretchr/testify/assert" "oss.terrastruct.com/d2/lib/log" "oss.terrastruct.com/d2/lib/simplelog" "oss.terrastruct.com/util-go/go2" ) //go:em...
1,378
17,289
378
0.98
2026-04-17T09:11:55.345950
true
github_Pythagora-io_gpt-pilot_1acac014d4907d55139cad66cb1d5adab35d92de
Python
Pythagora-io
gpt-pilot
33,772
3,500
The first real AI developer
[ "ai", "codegen", "coding-assistant", "developer-tools", "gpt-4", "research-project" ]
NOASSERTION
core/db/fix_migrations.py
fix_migrations.py
2,851
#!/usr/bin/env python import os import sqlite3 from pathlib import Path from typing import Optional from alembic import command from alembic.config import Config from alembic.script import ScriptDirectory def get_latest_revision(alembic_cfg: Config) -> Optional[str]: """Get the most recent revision from availabl...
277
2,851
91
0.98
2026-04-17T15:26:44.147926
true
github_vuejs_vuex_75e641fceb078ecddb0e098dcad0f9a4cfe24e36
JavaScript
vuejs
vuex
28,374
9,494
🗃️ Centralized State Management for Vue.js.
[ "javascript", "state-management", "time-travel", "vue", "vuex" ]
MIT
src/module/module-collection.js
module-collection.js
3,497
import Module from './module' import { assert, forEachValue } from '../util' export default class ModuleCollection { constructor (rawRootModule) { // register root module (Vuex.Store options) this.register([], rawRootModule, false) } get (path) { return path.reduce((module, key) => { return mo...
395
3,497
152
0.98
2026-04-23T11:45:12.853418
true
github_datadreamer-dev_DataDreamer_384ebe51e68ddc00cb3cee467669a2a36eddf727
Python
datadreamer-dev
DataDreamer
1,109
60
DataDreamer: Prompt. Generate Synthetic Data. Train & Align Models.   🤖💤
[ "alignment", "deep-learning", "fine-tuning", "gpt", "instruction-tuning", "llm", "llmops", "llms", "machine-learning", "natural-language-processing", "nlp", "nlp-library", "openai", "python", "pytorch", "synthetic-data", "synthetic-dataset-generation", "transformers" ]
MIT
src/embedders/embedder.py
embedder.py
3,602
from abc import abstractmethod from functools import partial from typing import Any, Callable, Generator, Iterable from ..task_models.task_model import DEFAULT_BATCH_SIZE, TaskModel class Embedder(TaskModel): def __init__(self, model_name: str, cache_folder_path: None | str = None): """Base class for all...
345
3,602
111
0.98
2026-04-17T23:59:16.117533
true
github_Chalarangelo_30-seconds-of-code_44bab99ca801fcf5c4f6ec1acf7eb96ae17d4006
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/snippetContextSerializer.js
snippetContextSerializer.js
508
import Serializer from '#src/core/serializer.js'; export default class SnippetContextSerializer extends Serializer { static { Serializer.prepare(this, [ 'title', ['content', 'enrichedContent'], 'slug', ['date', 'dateFormatted'], ['dateTime', 'dateMachineFormatted'], ['tags', '...
38
508
19
0.98
2026-04-23T06:15:03.759959
true
github_ginuerzh_gost_a2943faf09ae2ae1cf2bbc64e51e027d549f51e4
Go
ginuerzh
gost
17,829
2,641
GO Simple Tunnel - a simple tunnel written in golang
[ "dns", "go", "golang", "http2", "kcp", "obfs4", "quic", "shadowsocks", "sni", "socks5", "ssh", "tls", "tunnel", "tuntap", "udp" ]
MIT
permissions.go
permissions.go
4,650
package gost import ( "errors" "fmt" "net" "strconv" "strings" glob "github.com/ryanuber/go-glob" ) // Permission is a rule for blacklist and whitelist. type Permission struct { Actions StringSet Hosts StringSet Ports PortSet } // PortRange specifies the range of port, such as 1000-2000. type PortRange...
723
4,650
224
0.98
2026-04-17T09:44:38.639590
true
github_Unitech_pm2_8b8e53276bf6675c95730ae3550a70a593e1c676
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/fmt.js
fmt.js
2,088
// -------------------------------------------------------------------------------------------------------------------- // // fmt.js - Command line output formatting. // // Copyright (c) 2012 Andrew Chilton - http://chilts.org/ // Written by Andrew Chilton <[REDACTED_EMAIL]> // // License: http://opensource.org/license...
189
2,088
73
0.98
2026-04-23T06:19:13.930853
true
github_chain_Core_563725defb006c953f41b2feb22ae0e1c7f3090f
Go
chain
Core
1,786
357
Chain Core
[ "blockchain" ]
AGPL-3.0
cmd/perfdash/doc.go
doc.go
506
/* Command perfdash is a web server that serves a performance dashboard for Chain Core. Environment variable LISTEN determines its listen address (default :8080). Its index page uses query param "baseurl" to connect to a running Chain Core. The default is https://localhost:1999/. Examples Connect to a local Chain C...
66
506
21
0.98
2026-04-17T16:54:13.365356
true
github_kefranabg_readme-md-generator_4a483bc0d623dab1beae27df588eae28374b3c1f
JavaScript
kefranabg
readme-md-generator
11,104
1,380
📄 CLI that generates beautiful README.md files
[ "cli", "generator", "readme", "readme-badges", "readme-generator", "readme-md", "readme-template" ]
MIT
src/questions/contributing-url.spec.js
contributing-url.spec.js
563
const askContributingUrl = require('./contributing-url') describe('askContributingUrl', () => { it('should return correct question format', () => { const contributingUrl = 'https://github.com/kefranabg/readme-md-generator/blob/master/CONTRIBUTING.md' const projectInfos = { contributingUrl } const ...
50
560
19
0.98
2026-04-23T12:38:29.724475
true
github_agent0ai_agent-zero_20f8a64c8acac4cc1e6c4938210a88952883067f
Python
agent0ai
agent-zero
17,046
3,498
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
api/mcp_servers_status.py
mcp_servers_status.py
495
from helpers.api import ApiHandler, Request, Response from typing import Any from helpers.mcp_handler import MCPConfig class McpServersStatuss(ApiHandler): async def process(self, input: dict[Any, Any], request: Request) -> dict[Any, Any] | Response: # try: status = MCPConfig.get_in...
50
495
16
0.98
2026-04-17T15:31:46.795229
true
github_ChromeDevTools_chrome-devtools-mcp_40155934893e6b03412ba02e611fe2b1362379ea
TypeScript
ChromeDevTools
chrome-devtools-mcp
35,846
2,192
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/tools/pages.ts
pages.ts
12,009
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {logger} from '../logger.js'; import type {CdpPage, Dialog} from '../third_party/index.js'; import {zod} from '../third_party/index.js'; import {ToolCategory} from './categories.js'; import { CLOSE_PAGE_ERROR, definePag...
1,138
12,009
400
0.98
2026-04-18T00:21:14.805265
true
github_jacobgil_vit-explain_9ac36e8474e24c6dd1c0c38caee048c98be2ab02
Python
jacobgil
vit-explain
1,079
108
Explainability for Vision Transformers
[ "deep-learning", "explainable-ai", "pytorch", "transformer", "vision-transformer" ]
MIT
vit_grad_rollout.py
vit_grad_rollout.py
2,451
import torch from PIL import Image import numpy import sys from torchvision import transforms import numpy as np import cv2 def grad_rollout(attentions, gradients, discard_ratio): result = torch.eye(attentions[0].size(-1)) with torch.no_grad(): for attention, grad in zip(attentions, gradients): ...
208
2,451
66
0.98
2026-04-22T21:10:19.929984
true
github_datreeio_datree_6250fa594341f3682757d46f05c64729570c8317
Go
datreeio
datree
6,347
357
Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
[ "admission-webhook", "best-practices", "cli", "datree", "devops", "guardrail", "kubernetes", "policy", "policy-management", "security", "static-code-analysis" ]
Apache-2.0
pkg/defaultRules/defaultRules_test.go
defaultRules_test.go
4,811
package defaultRules import ( "encoding/json" "errors" "fmt" "os" "testing" "github.com/datreeio/datree/pkg/fileReader" "github.com/datreeio/datree/pkg/jsonSchemaValidator" "github.com/ghodss/yaml" "github.com/stretchr/testify/assert" ) var defaultRulesFileContent string var defaultRulesSchemaFileContent st...
376
4,811
177
0.98
2026-04-17T20:38:12.051455
true
github_drprojects_superpoint_transformer_82abaeafabcdd676e2435ce1b1e7cd14cd0376ba
Python
drprojects
superpoint_transformer
987
132
Official PyTorch implementation of Superpoint Transformer [ICCV'23], SuperCluster [3DV'24 Oral], and EZ-SP [ICRA'26]
[ "3d", "3dv2024", "deep-learning", "efficient", "fast", "graph-clustering", "hierarchical", "iccv2023", "lightweight", "panoptic-segmentation", "partition", "partitioning", "point-cloud", "pytorch", "semantic-segmentation", "superpoint", "transformer" ]
MIT
src/metrics/__init__.py
__init__.py
113
from .semantic import * from .mean_average_precision import * from .panoptic import * from .weighted_li import *
16
113
5
0.98
2026-04-22T21:12:58.215176
true
github_farion1231_cc-switch_2ce50efa67ee6310b9cdf1fc9fee741664c94b70
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/types/omo.ts
omo.ts
12,355
export interface OmoLocalFileData { agents?: Record<string, Record<string, unknown>>; categories?: Record<string, Record<string, unknown>>; otherFields?: Record<string, unknown>; filePath: string; lastModified?: string; } export interface OmoAgentDef { key: string; display: string; descKey: string; t...
1,098
12,355
434
0.98
2026-04-17T13:19:00.357151
true
github_openakita_openakita_41d0aecc9c28f720c6d24fc3338180f25e687308
Python
openakita
openakita
1,637
217
An open-source AI assistant framework with skills and agent architecture
[ "agent", "ai", "assistant", "automation", "claw", "clawd", "clawdbot", "openclaw", "python" ]
Apache-2.0
src/openakita/config.py
config.py
38,429
""" OpenAkita 配置模块 """ import logging import os from pathlib import Path os.environ.setdefault("OPENAKITA", "1") from pydantic import Field, model_validator from pydantic_settings import BaseSettings logger = logging.getLogger(__name__) class Settings(BaseSettings): """应用配置""" # Anthropic API anthrop...
2,572
30,672
903
0.98
2026-04-17T16:16:41.214194
true
github_tensorspace-team_tensorspace_79bb4ea6511483a8dc51a482ea9b8753953f7e65
JavaScript
tensorspace-team
tensorspace
5,169
447
Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
[ "3d", "deep-learning", "keras", "machine-learning", "nerual-network", "tensorflow", "tfjs", "threejs", "visualization" ]
Apache-2.0
src/utils/YoloResultGenerator.js
YoloResultGenerator.js
8,141
/** * @author syt123450 / https://github.com/syt123450 * @author Charlesliuyx / https://github.com/Charlesliuyx */ let YoloResultGenerator = (function() { // utils function function sigmoid( x ) { return 1 / ( 1 + Math.pow( Math.E, - x ) ); } function softmax( arr ) { const C = ...
1,108
8,137
326
0.98
2026-04-23T14:41:36.091873
true
github_uptrace_bun_35766c9757b453303373b50aa794473796c0408a
Go
uptrace
bun
4,761
273
SQL-first Golang ORM
[ "database", "go", "golang", "mssql", "mysql", "oracle", "orm", "postgresql", "sql", "sqlite", "sqlite3" ]
BSD-2-Clause
relation_join.go
relation_join.go
10,158
package bun import ( "context" "reflect" "time" "github.com/uptrace/bun/dialect/feature" "github.com/uptrace/bun/internal" "github.com/uptrace/bun/schema" ) type relationJoin struct { Parent *relationJoin BaseModel TableModel JoinModel TableModel Relation *schema.Relation additionalJoinOnConditions [...
1,324
10,158
448
0.98
2026-04-17T18:17:35.770091
true
github_CrunchyData_postgres-operator_26ef93355cc24ce7b7a4157487bf4024bbb359d3
Go
CrunchyData
postgres-operator
4,394
668
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
[ "data-infrastructure", "database", "database-as-a-service", "database-management", "disaster-recovery", "high-availability", "kubernetes", "kubernetes-operator", "operator", "pgo", "postgres", "postgres-operator", "postgresql", "postgresql-clusters", "postgresql-metrics", "postgresql-m...
Apache-2.0
internal/pgbackrest/postgres_test.go
postgres_test.go
1,477
// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 package pgbackrest import ( "testing" "gotest.tools/v3/assert" "github.com/crunchydata/postgres-operator/internal/postgres" "github.com/crunchydata/postgres-operator/pkg/apis/postgres-operator.crunchydata.com/v1beta1...
105
1,477
50
0.98
2026-04-17T18:20:02.070863
true
github_avelino_awesome-go_9f2c58c25bc1d24055bcd2206c12ca880cc2223c
Go
avelino
awesome-go
170,179
13,150
A curated list of awesome Go frameworks, libraries and software
[ "awesome", "awesome-list", "go", "golang", "golang-library", "hacktoberfest" ]
MIT
pkg/markdown/convert_test.go
convert_test.go
1,296
package markdown import ( "strings" "testing" ) func TestToHTML(t *testing.T) { input := []byte( `## some headline followed by some paragraph with [a link](https://example.local) and some list: - first - second - nested on second level - nested on third level - ~~strikethrough~~ - yet another second level ...
154
1,296
58
0.98
2026-04-17T06:50:01.730707
true
github_reactstrap_reactstrap_214491e70f146568eea3b5e0e0a2f1caab6e5465
JavaScript
reactstrap
reactstrap
10,527
1,288
Simple React Bootstrap 5 components
[ "bootstrap", "components", "hacktoberfest", "javascript", "react", "reactstrap", "ui" ]
MIT
src/UncontrolledAccordion.js
UncontrolledAccordion.js
1,115
import React, { useState } from 'react'; import PropTypes from 'prop-types'; import { tagPropType } from './utils'; import Accordion from './Accordion'; const propTypes = { tag: tagPropType, className: PropTypes.string, cssModule: PropTypes.object, innerRef: PropTypes.oneOfType([ PropTypes.object, Prop...
119
1,115
44
0.98
2026-04-23T05:44:29.446545
true
github_segmentio_evergreen_2194f27c9677e24341059d5c1b9e3e5340eb1e24
JavaScript
segmentio
evergreen
12,428
813
🌲 Evergreen React UI Framework by Segment
[ "component-library", "design-systems", "evergreen", "react", "segment", "ui", "ui-components" ]
MIT
src/hooks/use-id.js
use-id.js
467
import { useState } from 'react' let count = 0 /** * React hook that always returns an id value that is stable across re-renders * @param {string} prefix - a prefix to apply to id * @param {string} [explicitId] - an optional explicit value that takes precedence over the generated id * @returns {string} */ export...
73
467
15
0.98
2026-04-23T04:58:37.228522
true
github_agones-dev_agones_27064f4a51ac0388b42dc973ca0042c01a3b82d0
Go
agones-dev
agones
6,798
900
Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
[ "agones", "dedicated-game-servers", "dedicated-gameservers", "game-development", "game-server", "go", "golang", "kubernetes", "multiplayer" ]
Apache-2.0
cmd/ping/udp_test.go
udp_test.go
2,915
// Copyright Contributors to Agones a Series of LF Projects, 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless require...
314
2,915
131
0.98
2026-04-17T20:33:53.964819
true
github_starship_starship_c7107d9c3c2a7d5eb5a0a16fbaf01120498d423f
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/deno.rs
deno.rs
1,084
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct DenoConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str...
93
1,081
43
0.98
2026-04-17T13:17:34.260657
true
github_Shy2593666979_AgentChat_7d47a89514f183439871108f58dca4ac06ecd6a3
TypeScript
Shy2593666979
AgentChat
670
83
AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
[ "agent", "agent-memory", "agent-skills", "human-in-the-loop", "langchain", "llm", "mcp", "mcp-client", "mcp-server", "mysql", "redis" ]
MIT
src/frontend/vite.config.ts
vite.config.ts
748
import { loadEnv, defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import AutoImport from 'unplugin-auto-import/vite' import Components from 'unplugin-vue-components/vite' import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' export default defineConfig(({ mode }) => { const env = lo...
74
748
28
0.98
2026-04-23T00:50:08.985845
true
github_avajs_ava_66c0e85d2a37beea406a928a529d1fb2c4b44192
TypeScript
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
index.d.ts
index.d.ts
156
// For compatibility with resolution algorithms other than Node16. export * from './entrypoints/main.cjs'; export {default} from './entrypoints/main.cjs';
17
156
5
0.98
2026-04-23T06:48:01.449987
true
github_hql287_Manta_a382cbaf5c1a48e1dacbebd390102d9d5ec4d3f8
JavaScript
hql287
Manta
5,437
481
🎉 Flexible invoicing desktop app with beautiful & customizable templates.
[ "customizable-templates", "electron", "electron-app", "electron-react", "electronjs", "freelancer", "freelancing", "invoice", "invoice-generator", "invoice-pdf", "invoice-template", "invoicing-application", "invoicing-software", "react", "react-app", "react-redux", "reactjs", "rece...
LGPL-3.0
app/helpers/form.js
form.js
8,106
const openDialog = require('../renderers/dialog'); const appConfig = require('electron').remote.require('electron-settings'); import { getInvoiceValue } from './invoice'; import { isEmpty, pick, includes } from 'lodash'; import i18n from '../../i18n/i18n'; import uuidv4 from 'uuid/v4'; function validateFormData(formDa...
763
8,106
297
0.98
2026-04-23T06:09:07.861593
true
github_axios_axios_c588dede07da0a6c5aa0c4c64fe9df04a256b40f
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/ZlibHeaderTransformStream.js
ZlibHeaderTransformStream.js
688
'use strict'; import stream from 'stream'; class ZlibHeaderTransformStream extends stream.Transform { __transform(chunk, encoding, callback) { this.push(chunk); callback(); } _transform(chunk, encoding, callback) { if (chunk.length !== 0) { this._transform = this.__transform; // Add De...
77
688
30
0.98
2026-04-23T06:16:50.694625
true
github_fluxcd_flux2_f3c43c3cb555ae423c938da8f224f3352c9e022d
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.go
delete.go
2,325
/* Copyright 2020 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...
284
2,325
97
0.98
2026-04-17T20:21:02.626418
true
github_BrainJS_brain.js_59bdea3098a891de0afc632f0640601551960df0
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/fully-connected.ts
fully-connected.ts
8,671
import { IConstantsThis, IKernelFunctionThis, IKernelRunShortcut, KernelOutput, } from 'gpu.js'; import { Filter, IFilterSettings } from './filter'; import { makeKernel, release } from '../utilities/kernel'; import { values } from '../utilities/values'; import { randos2D, randos3D } from '../utilities/randos'; ...
800
8,671
313
0.98
2026-04-17T17:55:59.573286
true
github_epi052_feroxbuster_4d8febaefdc89ff983496510d091352d6c0b87bb
Rust
epi052
feroxbuster
7,680
612
A fast, simple, recursive content discovery tool written in Rust.
[ "content-discovery", "enumeration", "hacktoberfest", "pentest", "pentesting-tool", "rust", "url-bruteforcer", "web" ]
MIT
src/scan_manager/menu.rs
menu.rs
12,089
use std::sync::Arc; use std::time::Duration; use crate::filters::filter_lookup; use crate::progress::PROGRESS_BAR; use crate::sync::DynamicSemaphore; use crate::traits::FeroxFilter; use console::{measure_text_width, pad_str, style, Alignment, Term}; use indicatif::{HumanCount, HumanDuration, ProgressDrawTarget}; use r...
1,144
12,071
373
0.98
2026-04-17T14:36:22.035079
true
github_mongodb_mongo-go-driver_fe9c9979ae6649e83ce6736fc335930a5583cca1
Go
mongodb
mongo-go-driver
8,518
923
The Official Golang driver for MongoDB
[ "database", "driver", "go", "golang", "golang-library", "mongodb" ]
Apache-2.0
internal/binaryutil/binaryutil.go
binaryutil.go
4,064
// Copyright (C) MongoDB, Inc. 2025-present. // // 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 // Package binaryutil provides utility functions f...
569
4,064
136
0.98
2026-04-17T18:12:05.365681
true
github_JIA-Lab-research_LongLoRA_6b5c914686d41438577226870ec36ce27e3bd990
Python
JIA-Lab-research
LongLoRA
2,694
286
Code and documents of LongLoRA and LongAlpaca (ICLR 2024 Oral)
[ "fine-tuning-llm", "large-language-models", "llm", "long-context", "lora" ]
Apache-2.0
gptneox_attn_replace.py
gptneox_attn_replace.py
8,586
# Modified based on https://github.com/dvlab-research/LongLoRA from typing import Optional, Tuple import warnings import torch import transformers from einops import rearrange from flash_attn import flash_attn_varlen_qkvpacked_func, flash_attn_varlen_func from flash_attn.bert_padding import unpad_input, pad_input g...
850
8,586
203
0.98
2026-04-17T23:34:39.624608
true
github_vercel_pkg_a4cff42f6b91f23d9203d93ea8a7b25c6a41908d
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/walker.ts
walker.ts
26,564
/* eslint-disable require-atomic-updates */ import assert from 'assert'; import fs from 'fs-extra'; import isCore from 'is-core-module'; import globby from 'globby'; import path from 'path'; import chalk from 'chalk'; import { ALIAS_AS_RELATIVE, ALIAS_AS_RESOLVABLE, STORE_BLOB, STORE_CONTENT, STORE_LINKS, ...
2,693
26,564
1,094
0.98
2026-04-23T06:43:06.841693
true
github_farion1231_cc-switch_17cd3af876dff8a475bed93ef84fc065bcf7a686
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/types/env.ts
env.ts
647
/** * 环境变量冲突检测相关类型定义 */ /** * 环境变量冲突信息 */ export interface EnvConflict { /** 环境变量名称 */ varName: string; /** 环境变量的值 */ varValue: string; /** 来源类型: "system" 表示系统环境变量, "file" 表示配置文件 */ sourceType: "system" | "file"; /** 来源路径 (注册表路径或文件路径:行号) */ sourcePath: string; } /** * 备份信息 */ export interface Ba...
64
457
30
0.98
2026-04-17T13:18:59.253172
true
github_writer_writer-framework_3df0d56c56884792ce007b3e103a43e8da6c7861
TypeScript
writer
writer-framework
1,440
96
No-code in the front, Python in the back. An open-source framework for creating data apps.
[ "ai", "ai-in", "data-apps", "data-visualization", "developer-tools", "interface", "interface-builder", "models", "no-code", "python", "ui", "ui-components", "websockets" ]
Apache-2.0
src/ui/vite.config.custom.ts
vite.config.custom.ts
1,774
import path from "path"; import { defineConfig, UserConfig } from "vite"; import vue from "@vitejs/plugin-vue"; import writerPlugin from "./viteWriterPlugin"; export default defineConfig({ base: "./", plugins: [vue(), writerPlugin()], includeWriterComponentPath: false, define: { WRITER_LIVE_CCT: JSON.stringify(...
191
1,774
77
0.98
2026-04-22T17:57:58.739552
true
github_github_github-mcp-server_b1138df86656b3ee82afa0770b017fbf24e33fc2
Go
github
github-mcp-server
28,940
3,995
GitHub's official MCP Server
[ "github", "mcp", "mcp-server" ]
MIT
internal/toolsnaps/toolsnaps_test.go
toolsnaps_test.go
10,189
package toolsnaps import ( "encoding/json" "os" "path/filepath" "testing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) type dummyTool struct { Name string `json:"name"` Value int `json:"value"` } // withIsolatedWorkingDir creates a temp dir, changes to it, and restores th...
1,224
10,189
315
0.98
2026-04-17T08:22:18.201458
true
github_http-rs_tide_c39c9601e7ae264c8616589dfde4dac7c16c3c28
Rust
http-rs
tide
5,101
327
Fast and friendly HTTP server framework for async Rust
[]
Apache-2.0
src/fs/mod.rs
mod.rs
106
mod serve_dir; mod serve_file; pub(crate) use serve_dir::ServeDir; pub(crate) use serve_file::ServeFile;
10
106
6
0.98
2026-04-17T15:18:42.446617
true
github_sindresorhus_execa_dd1b285eb251bba0054a23e68f5278363b07d3d2
JavaScript
sindresorhus
execa
7,493
250
Process execution for humans
[ "binary", "child-process", "exec", "execute", "javascript", "nodejs", "shell", "spawn", "spawned-processes", "streams" ]
MIT
lib/methods/bind.js
bind.js
973
import isPlainObject from 'is-plain-obj'; import {FD_SPECIFIC_OPTIONS} from '../arguments/specific.js'; // Deep merge specific options like `env`. Shallow merge the other ones. // Use spread (which only copies own properties) to safely read from boundOptions without prototype pollution export const mergeOptions = (bou...
96
973
26
0.98
2026-04-23T07:15:47.572580
true
github_zegl_kube-score_deb1d0f6bf5a7680523e4b8ea69f1c17569c66e4
Go
zegl
kube-score
3,053
197
Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
[ "analysis", "automation", "charts", "ci", "go", "hacktoberfest", "helm", "k8s", "kube-score", "kubernetes", "kubernetes-manifests", "kubernetes-monitoring", "linter", "security", "security-scanner", "static-code-analysis", "static-code-analyzer" ]
MIT
cmd/kube-score/main.go
main.go
11,214
package main import ( "bytes" "encoding/csv" "encoding/json" "errors" "fmt" "io" "os" "path/filepath" "github.com/mattn/go-isatty" flag "github.com/spf13/pflag" "github.com/zegl/kube-score/config" ks "github.com/zegl/kube-score/domain" "github.com/zegl/kube-score/parser" "github.com/zegl/kube-score/rend...
1,327
11,214
367
0.98
2026-04-17T22:42:18.409920
true
github_refuel-ai_autolabel_629b593dafcc5965222028cd56c5c379080d6dae
Python
refuel-ai
autolabel
2,312
161
Label, clean and enrich text datasets with LLMs.
[ "anthropic-claude", "data-science", "gpt-4", "huggingface-transformers", "langchain", "large-language-models", "llm", "llms", "machine-learning", "openai", "python" ]
MIT
src/autolabel/__init__.py
__init__.py
437
from importlib import metadata from .configs import AutolabelConfig from .dataset import AutolabelDataset from .labeler import LabelingAgent from .task_chain import TaskChainOrchestrator from .utils import get_data try: __version__ = metadata.version("refuel-autolabel") except metadata.PackageNotFoundError: #...
47
437
17
0.98
2026-04-17T23:37:24.881599
true
github_abinthomasonline_repo2txt_a29c037adba0993a8cbf8e87571494945aa72292
TypeScript
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
src/lib/tree-builder.ts
tree-builder.ts
3,136
/** * Tree building utilities * Converts flat file nodes to hierarchical tree structure */ import type { FileNode, TreeNode } from '@/types'; export interface TreeBuilderOptions { selectedPaths: Set<string>; excludedPaths: Set<string>; expandedPaths: Set<string>; getDirectorySelectionState: (path: string) ...
366
3,136
113
0.98
2026-04-18T00:27:37.798943
true