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_wavetermdev_waveterm_e41d77585c6dcd582d2012739e956e56df48bac5
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/jobcontroller/jobcontroller.go
jobcontroller.go
46,430
// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package jobcontroller import ( "context" "encoding/base64" "fmt" "io" "io/fs" "log" "strings" "sync" "time" "github.com/google/uuid" "github.com/wavetermdev/waveterm/pkg/blocklogger" "github.com/wavetermdev/waveterm/pkg/filestore...
4,844
46,426
1,616
0.98
2026-04-17T09:34:14.365878
true
github_writer_writer-framework_75ba5d824af26f2f0773378269dc1637e57d23a2
Python
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/writer/command_line.py
command_line.py
6,412
import os import shutil from typing import Optional import click import writer.serve from writer import VERSION, wf_project from writer.deploy import cloud, deploy from writer.sync import FileBuffering CONTEXT_SETTINGS = {'help_option_names': ['-h', '--help']} @click.group( context_settings=CONTEXT_SETTINGS, ...
582
6,406
162
0.98
2026-04-17T16:20:53.549260
true
github_explosion_spaCy_6f28b7340d02c48ea0142f28561ba473b7b02cf2
Python
explosion
spaCy
33,474
4,672
💫 Industrial-strength Natural Language Processing (NLP) in Python
[ "ai", "artificial-intelligence", "cython", "data-science", "deep-learning", "entity-linking", "machine-learning", "named-entity-recognition", "natural-language-processing", "neural-network", "neural-networks", "nlp", "nlp-library", "python", "spacy", "text-classification", "tokenizat...
MIT
setup.py
setup.py
6,963
#!/usr/bin/env python from setuptools import Extension, setup, find_packages import sys import numpy from setuptools.command.build_ext import build_ext from sysconfig import get_path from pathlib import Path import shutil from Cython.Build import cythonize from Cython.Compiler import Options import os import subprocess...
521
6,963
222
0.98
2026-04-17T06:44:22.811857
true
github_infiniflow_ragflow_857cf17381dccfb226df7fd8afd2303753c7de49
Python
infiniflow
ragflow
78,746
8,896
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
[ "agent", "agentic", "agentic-ai", "agentic-workflow", "ai", "context-engineering", "context-retrieval", "deep-research", "deepseek", "deepseek-r1", "document-understanding", "graphrag", "harness", "llm", "mcp", "ollama", "openai", "openclaw", "rag", "retrieval-augmented-generat...
Apache-2.0
api/utils/file_utils.py
file_utils.py
8,471
# # Copyright 2024 The InfiniFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
836
8,471
262
0.98
2026-04-22T14:52:27.834418
true
github_actionhero_actionhero_0926332529e1e7a4470262f340987ebd896fecbc
TypeScript
actionhero
actionhero
2,418
259
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
[ "actionhero", "api", "api-server", "async-await", "cluster", "delayed-jobs", "delayed-tasks", "framework", "frameworks", "http", "https", "javascript", "nodejs", "server", "socket-client", "tcp", "ts", "typescript", "websocket" ]
Apache-2.0
src/initializers/exceptions.ts
exceptions.ts
3,763
import { api, config, log, Initializer, Action } from "../index"; import { ExceptionReporter } from "../classes/exceptionReporter"; import { ParsedJob } from "node-resque"; import { ActionheroLogLevel } from "../modules/log"; export interface ExceptionHandlerAPI { reporters: Array<ExceptionReporter>; report: Excep...
415
3,763
156
0.98
2026-04-17T18:07:27.043383
true
github_axios_axios_fe10f3d795b47a2751f2f6a447961138ad0f5b3c
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/InterceptorManager.js
InterceptorManager.js
1,594
'use strict'; import utils from '../utils.js'; class InterceptorManager { constructor() { this.handlers = []; } /** * Add a new interceptor to the stack * * @param {Function} fulfilled The function to handle `then` for a `Promise` * @param {Function} rejected The function to handle `reject` for...
220
1,594
73
0.98
2026-04-23T06:16:46.143972
true
github_tsuru_tsuru_51a8af4916702cc3a67d2b0adacd0e1fa6261a6f
Go
tsuru
tsuru
5,273
551
Open source and extensible Platform as a Service (PaaS).
[ "containers", "devops", "docker", "go", "hacktoberfest", "kubernetes", "paas" ]
BSD-3-Clause
app/routerupdater_test.go
routerupdater_test.go
1,026
// Copyright 2018 tsuru authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package app import ( "context" appTypes "github.com/tsuru/tsuru/types/app" "github.com/tsuru/tsuru/types/cache" check "gopkg.in/check.v1" ) func (s *S) Te...
101
1,026
36
0.98
2026-04-17T21:32:28.655655
true
github_medialab_xan_99d87a23655992f577536e73be76a10d22f6bc61
Rust
medialab
xan
3,903
80
The CSV magician
[ "cli", "csv", "rust", "tsv" ]
Unlicense
src/cmd/fill.rs
fill.rs
3,397
use crate::config::{Config, Delimiter}; use crate::select::SelectedColumns; use crate::util; use crate::CliResult; static USAGE: &str = " Fill empty cells of a CSV file by filling them with any non-empty value seen before (this is usually called forward filling), or with any constant value given to the -v, --value fla...
310
3,397
109
0.98
2026-04-17T18:35:26.613166
true
github_nodejs_node_f8b4fd7c4ca5a0907806c7e804de8c951675a36a
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/http.js
http.js
9,212
'use strict'; const { Date, Number, NumberParseInt, Symbol, decodeURIComponent, } = primordials; const { setUnrefTimeout } = require('internal/timers'); const { getCategoryEnabledBuffer, trace } = internalBinding('trace_events'); const { CHAR_LOWERCASE_B, CHAR_LOWERCASE_E, } = require('internal/constant...
1,168
9,212
280
0.98
2026-04-23T06:15:56.322601
true
github_Nozbe_WatermelonDB_c2c6b332cf792e44f483f59de48f94d3f36f81d9
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/diagnostics/index.js
index.js
223
// @flow export { default as censorRaw } from './censorRaw' export { default as diagnoseDatabaseStructure } from './diagnoseDatabaseStructure' export { default as diagnoseSyncConsistency } from './diagnoseSyncConsistency'
26
223
6
0.98
2026-04-23T05:39:53.354724
true
github_bgreenwell_xleak_e26ad290a930ef59297ad86cec26d37eee598a36
Rust
bgreenwell
xleak
1,349
57
A fast terminal Excel viewer with an interactive TUI. Features full-text search, formula display, lazy loading for large files, clipboard support, and export to CSV/JSON. Built with Rust and ratatui.
[ "cli", "excel", "ratatui", "rust", "rust-lang", "spreadsheet", "spreadsheets", "tui" ]
MIT
src/workbook.rs
workbook.rs
22,104
use anyhow::{Context, Result, anyhow}; use calamine::{Data, Range, Reader, Sheets, Table, open_workbook_auto}; use chrono::{Duration, NaiveDate}; use std::path::Path; pub struct Workbook { sheets: Sheets<std::io::BufReader<std::fs::File>>, } impl Workbook { pub fn open(path: impl AsRef<Path>) -> Result<Self> ...
2,011
22,104
629
0.98
2026-04-17T19:31:07.200393
true
github_ChatGPTNextWeb_NextChat_b2588779de9384be739507a96b89c815f4875dd5
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/utils/object.ts
object.ts
397
export function omit<T extends object, U extends (keyof T)[]>( obj: T, ...keys: U ): Omit<T, U[number]> { const ret: any = { ...obj }; keys.forEach((key) => delete ret[key]); return ret; } export function pick<T extends object, U extends (keyof T)[]>( obj: T, ...keys: U ): Pick<T, U[number]> { const re...
61
397
18
0.98
2026-04-23T08:58:35.335816
true
github_router-for-me_CLIProxyAPI_329fc16f87c18296bb87e1f5a73d0c92a534c700
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/misc/claude_code_instructions.go
claude_code_instructions.go
675
// Package misc provides miscellaneous utility functions and embedded data for the CLI Proxy API. // This package contains general-purpose helpers and embedded resources that do not fit into // more specific domain packages. It includes embedded instructional text for Claude Code-related operations. package misc impor...
89
675
14
0.98
2026-04-17T08:32:26.918660
true
github_bee-san_Ciphey_c2811c422b7861aefb67fa7a27aae5a9d0a45445
Rust
bee-san
Ciphey
21,322
1,429
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
[ "artificial-intelligence", "cipher", "cpp", "cryptography", "ctf", "ctf-tools", "cyberchef-magic", "decryption", "deep-neural-network", "encodings", "encryptions", "hacking", "hacktoberfest", "hashes", "natural-language-processing", "pentesting", "python" ]
MIT
src/searchers/bfs.rs
bfs.rs
5,795
use crate::cli_pretty_printing::decoded_how_many_times; use crate::filtration_system::MyResults; use crate::searchers::helper_functions::check_if_string_cant_be_decoded; use crossbeam::channel::Sender; use log::trace; use std::collections::HashSet; use std::sync::atomic::AtomicBool; use std::sync::Arc; use crate::Dec...
497
5,795
146
0.98
2026-04-17T13:40:21.539109
true
github_mindspore-lab_mindnlp_44794a3fbc2181c9535a79c3e397c074e51bef52
Python
mindspore-lab
mindnlp
918
272
MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless compatibility and acceleration.
[ "deep-learning", "diffusion-models", "huggingface", "large-language-models", "llm", "mindspore", "natural-language-processing", "nlp", "nlp-library", "python", "vlm" ]
Apache-2.0
src/mindtorch/_guards.py
_guards.py
41,781
from __future__ import annotations import contextlib import dataclasses import enum import functools import logging import re import threading import traceback import unittest.mock import weakref from abc import abstractmethod from collections import defaultdict from contextlib import contextmanager from dataclasses i...
4,134
41,781
1,169
0.98
2026-04-23T00:40:28.521321
true
github_rustdesk_rustdesk_c7e07f892b4721a21a976d6b9adf93c8946f4921
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/flutter.rs
flutter.rs
79,741
use crate::{ client::*, flutter_ffi::{EventToUI, SessionID}, ui_session_interface::{io_loop, InvokeUiSession, Session}, }; use flutter_rust_bridge::StreamSink; #[cfg(not(any(target_os = "android", target_os = "ios")))] use hbb_common::dlopen::{ symbor::{Library, Symbol}, Error as LibError, }; use hb...
6,614
79,741
2,364
0.98
2026-04-17T13:14:16.028665
true
github_LaoZhuJackson_SnowbreakAutoAssistant_bd99b2b8b1f4eb038bf4cec434ed7f968cadf8f0
Python
LaoZhuJackson
SnowbreakAutoAssistant
607
29
PC自动玩尘白,自动化代理,尘白禁区助手,自动钓鱼,信源解析,水弹,异星守护,迷宫
[ "automation", "fishing", "snowbreak" ]
GPL-3.0
app/common/matcher.py
matcher.py
7,921
import json import os import cv2 import numpy as np import pyautogui from app.common.config import config from app.common.image_utils import ImageUtils class Matcher: def __init__(self, scale_steps=100, scale_factor=0.01, match_threshold=0.5, e...
609
7,369
222
0.98
2026-04-23T04:00:29.221576
true
github_hijkzzz_pymarl2_57bdee9ad86eeb7ce45f77675fd49fc8f060431d
Python
hijkzzz
pymarl2
708
135
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
[ "marl", "reinforcement-learning", "smac", "sota", "starcraft" ]
Apache-2.0
src/runners/episode_runner.py
episode_runner.py
4,518
from envs import REGISTRY as env_REGISTRY from functools import partial from components.episode_buffer import EpisodeBatch import numpy as np class EpisodeRunner: def __init__(self, args, logger): self.args = args self.logger = logger self.batch_size = self.args.batch_size_run ass...
353
4,518
128
0.98
2026-04-22T20:37:56.313022
true
github_owncast_owncast_c391382c887263cce7fecb7f4fd4743825f0a047
Go
owncast
owncast
11,179
1,190
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
[ "activitypub", "broadcasting", "chat", "decentralized", "federation", "fediverse", "golang", "hacktoberfest", "hls", "live", "livestream", "owncast", "rtmp", "self-hosted", "streaming-video", "video" ]
MIT
main.go
main.go
5,608
package main import ( "flag" "os" "strconv" "time" "github.com/owncast/owncast/logging" "github.com/owncast/owncast/persistence/configrepository" log "github.com/sirupsen/logrus" "github.com/owncast/owncast/config" "github.com/owncast/owncast/core" "github.com/owncast/owncast/core/data" "github.com/owncas...
588
5,608
178
0.98
2026-04-17T12:23:01.148789
true
github_carson-katri_dream-textures_739be2f40cb9b8fef0c753558a6f72060306150e
Python
carson-katri
dream-textures
8,148
436
Stable Diffusion built-in to Blender
[ "ai", "blender", "blender-addon", "image-generation", "stable-diffusion" ]
GPL-3.0
api/models/seamless_axes.py
seamless_axes.py
2,604
from enum import Enum class SeamlessAxes(Enum): """Unified handling of seamless axes. Can be converted from str (id or text) or bool tuple/list (x, y). Each enum is equal to their respective convertible values. Special cases: AUTO: None OFF: False, empty str BOTH: True """ ...
305
2,604
75
0.98
2026-04-22T17:17:18.334946
true
github_goofychris_art-template_5680fe9b59c1935f8c8bb6cf802a135bb7b597d6
JavaScript
goofychris
art-template
9,873
2,653
High performance JavaScript templating engine
[ "express", "javascript", "koa", "nodejs", "template-engine", "webpack" ]
MIT
src/compile/compiler.js
compiler.js
12,144
const esTokenizer = require('./es-tokenizer'); const tplTokenizer = require('./tpl-tokenizer'); /** 传递给模板的数据引用 */ const DATA = `$data`; /** 外部导入的所有全局变量引用 */ const IMPORTS = `$imports`; /** $imports.$escape */ const ESCAPE = `$escape`; /** $imports.$each */ const EACH = `$each`; /** 文本输出函数 */ const PRINT = `print...
975
11,444
437
0.98
2026-04-23T07:02:01.961717
true
github_XAMPPRocky_tokei_4d4c936a906744a83a719663deadd99799cf5701
Rust
XAMPPRocky
tokei
14,273
663
Count your code, quickly.
[ "badge", "cli", "cloc", "code", "command-line-tool", "linux", "macos", "rust", "sloc", "statistics", "tokei", "windows" ]
NOASSERTION
src/cli_utils.rs
cli_utils.rs
16,014
use std::{ borrow::Cow, fmt, io::{self, Write}, process, str::FromStr, }; use clap::crate_version; use colored::Colorize; use num_format::ToFormattedString; use crate::input::Format; use tokei::{find_char_boundary, CodeStats, Language, LanguageType, Report}; use crate::consts::{ BLANKS_COLUMN...
1,112
16,010
493
0.98
2026-04-17T14:13:38.951180
true
github_snyk_agent-scan_544a983766faa25367a941e1a5319a590111e4c1
Python
snyk
agent-scan
2,147
201
Security scanner for AI agents, MCP servers and agent skills.
[ "agent", "ai", "mcp", "modelcontextprotocol", "security" ]
Apache-2.0
src/agent_scan/printer.py
printer.py
16,358
import builtins from typing import Literal, cast import rich from mcp.types import Prompt, Resource, ResourceTemplate, Tool from rich.text import Text from rich.traceback import Traceback as rTraceback from rich.tree import Tree from agent_scan.models import ( Entity, Issue, ScanError, ScanPathResult,...
1,610
16,344
438
0.98
2026-04-17T16:03:48.739600
true
github_docker_compose_4e4c01b8cc4508ff73f93b829ced3a08b3b74ddd
Go
docker
compose
37,282
5,776
Define and run multi-container applications with Docker
[ "docker", "docker-compose", "go", "golang", "orchestration" ]
Apache-2.0
internal/paths/paths.go
paths.go
3,006
/* 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...
456
3,006
121
0.98
2026-04-17T07:36:34.942784
true
github_Huachao_vscode-restclient_c788fb78dfc653870feed37eb4a09c5122e42740
TypeScript
Huachao
vscode-restclient
5,981
516
REST Client Extension for Visual Studio Code
[ "graphql", "http", "http-client", "rest", "rest-api", "rest-client", "typescript", "visual-studio-code", "vscode", "vscode-extension" ]
MIT
src/utils/curlRequestParser.ts
curlRequestParser.ts
3,652
import * as fs from 'fs-extra'; import { RequestHeaders } from '../models/base'; import { IRestClientSettings } from '../models/configurationSettings'; import { HttpRequest } from '../models/httpRequest'; import { RequestParser } from '../models/requestParser'; import { base64, hasHeader } from './misc'; import { parse...
318
3,652
92
0.98
2026-04-18T01:32:28.136664
true
github_mtkennerly_ludusavi_0a65f913a50fb8d8c5f69ef779b3fb99452bdc3c
Rust
mtkennerly
ludusavi
5,306
109
Backup tool for PC game saves
[ "backup", "cli", "cross-platform", "games", "gui", "saves", "steam", "steam-deck", "steam-proton", "steamdeck", "videogames" ]
MIT
src/wrap.rs
wrap.rs
2,637
pub mod heroic; /// Returned game information with whatever we could find #[derive(Clone, Default, Debug)] pub struct WrapGameInfo { pub name: Option<String>, pub steam_id: Option<u32>, pub gog_id: Option<u64>, } impl WrapGameInfo { fn is_empty(&self) -> bool { let Self { name, steam_id, gog_i...
257
2,637
100
0.98
2026-04-17T15:14:41.141147
true
github_junyanz_iGAN_c42b2d5abddcf0df1ce3b74fc59d57ef99e0d6d2
Python
junyanz
iGAN
4,009
589
Interactive Image Generation via Generative Adversarial Networks
[ "computer-graphics", "computer-vision", "dcgan", "deep-learning", "gan", "generative-adversarial-network", "image-manipulation", "pix2pix" ]
MIT
lib/utils.py
utils.py
3,932
from __future__ import print_function import inspect import re import numpy as np import cv2 import os import collections try: import pickle as pickle except ImportError: import pickle def debug_trace(): from PyQt4.QtCore import pyqtRemoveInputHook from pdb import set_trace pyqtRemoveInputHook() ...
450
3,932
144
0.98
2026-04-22T14:28:27.928557
true
github_vercel_next.js_42389c37dd176a5120ad4af4f47967162be39464
JavaScript
vercel
next.js
139,094
30,951
The React Framework
[ "blog", "browser", "compiler", "components", "hybrid", "nextjs", "node", "react", "server-rendering", "ssg", "static", "static-site-generator", "universal", "vercel" ]
MIT
run-tests.js
run-tests.js
33,155
//@ts-check const path = require('path') const _glob = require('glob') const { existsSync } = require('fs') const fsp = require('fs/promises') const { createClient } = require('@vercel/kv') const { promisify } = require('util') const { createHash } = require('crypto') const { Sema } = require('async-sema') const { spa...
3,502
33,149
1,101
0.98
2026-04-23T04:44:57.399488
true
github_nodejs_node_5363ba1f3b865f3a717fcde0d25de0ed5050c2f3
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/tty.js
tty.js
7,150
// MIT License // Copyright (c) Sindre Sorhus <[REDACTED_EMAIL]> (sindresorhus.com) // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the ...
856
7,150
261
0.98
2026-04-23T06:16:03.679543
true
github_fishaudio_Bert-VITS2_b493e3be6a93e061645eb735beb4841e8ac669c3
Python
fishaudio
Bert-VITS2
8,729
1,276
vits2 backbone with multilingual-bert
[ "agent", "bert", "bert-vits", "bert-vits2", "fish", "fish-speech", "llm", "tts", "vits", "vits2", "vocoder" ]
AGPL-3.0
webui.py
webui.py
18,890
# flake8: noqa: E402 import gc import os import logging import re_matching from tools.sentence import split_by_language logging.getLogger("numba").setLevel(logging.WARNING) logging.getLogger("markdown_it").setLevel(logging.WARNING) logging.getLogger("urllib3").setLevel(logging.WARNING) logging.getLogger("mat...
1,106
18,030
570
0.98
2026-04-22T15:10:09.475900
true
github_codeceptjs_CodeceptJS_db3cc22528826d5c36f040f3e8ecda44e32b82e5
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/REST.js
REST.js
12,808
const axios = require('axios').default const Helper = require('@codeceptjs/helper') const { Agent } = require('https') const Secret = require('../secret') const { beautify } = require('../utils') /** * ## Configuration * * @typedef RESTConfig * @type {object} * @prop {string} [endpoint] - API base URL * @prop {...
1,560
12,808
472
0.98
2026-04-23T07:39:08.657415
true
github_nextapps-de_flexsearch_f45ef28710f431ccb81f991caedc3718f263db75
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/common.js
common.js
3,507
/** * @param {*} value * @param {*} default_value * @param {*=} merge_value * @return {*} */ export function merge_option(value, default_value, merge_value){ const type_merge = typeof merge_value; const type_value = typeof value; if(type_merge !== "undefined"){ if(type_value !== "undefined"){...
344
3,507
142
0.98
2026-04-23T06:57:08.491213
true
github_farion1231_cc-switch_4e9f9a04b683da277bf761dcc83e18a46bb51881
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/hooks/useDebouncedValue.ts
useDebouncedValue.ts
517
import { useState, useEffect } from "react"; /** * 返回一个延迟更新的值,在指定时间内无新变化后才更新。 * 用于搜索输入等场景,避免每次按键都触发请求。 */ export function useDebouncedValue<T>(value: T, delay: number): T { const [debouncedValue, setDebouncedValue] = useState<T>(value); useEffect(() => { const timer = setTimeout(() => setDebouncedValue(val...
46
421
17
0.98
2026-04-17T13:18:48.743817
true
github_getsentry_sentry_b1b9c930a8995a9297186b4843b0c25e4d548595
TypeScript
getsentry
sentry
43,664
4,662
Developer-first error tracking and performance monitoring
[ "apm", "crash-reporting", "crash-reports", "csp-report", "devops", "django", "error-logging", "error-monitoring", "fair-source", "hacktoberfest", "monitor", "monitoring", "python", "sentry", "tag-production" ]
NOASSERTION
knip.config.ts
knip.config.ts
3,070
import type {KnipConfig} from 'knip'; const isProductionMode = process.argv.includes('--production'); const productionEntryPoints = [ // the main entry points - app, gsAdmin & gsApp 'static/app/index.tsx', // defined in rspack.config.ts pipelines 'static/app/utils/statics-setup.tsx', // very dynamically imp...
303
3,070
93
0.98
2026-04-23T01:23:53.674228
true
github_AutoX-AI-Labs_AutoR_28b58b3de6c87bd6e045725c9af462081cde4331
Python
AutoX-AI-Labs
AutoR
542
16
AI handles execution, humans own the direction, and every run becomes an inspectable research artifact on disk.
[ "agent", "ai", "ai-scientist", "auto-research", "claude", "claude-code", "cli", "harness", "llm", "openai", "paper", "science" ]
UNKNOWN
src/approval_agent.py
approval_agent.py
11,515
from __future__ import annotations import json import re import uuid from dataclasses import dataclass from pathlib import Path from typing import Any from .operator import ClaudeOperator from .operator_codex import CodexOperator from .terminal_ui import TerminalUI from .utils import ( RunPaths, StageSpec, ...
899
11,515
306
0.98
2026-04-23T01:21:41.250136
true
github_avajs_ava_ef44b1a09d197b87a7c4cfcb7254c874440080f9
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/worker/base.js
base.js
9,105
import {mkdir} from 'node:fs/promises'; import {createRequire} from 'node:module'; import path from 'node:path'; import process from 'node:process'; import {pathToFileURL} from 'node:url'; import {workerData} from 'node:worker_threads'; import setUpCurrentlyUnhandled from 'currently-unhandled'; import writeFileAtomic ...
985
9,105
293
0.98
2026-04-23T06:48:17.779530
true
github_pubkey_rxdb_a43249f5e8b11d934de0481368be031a65300447
TypeScript
pubkey
rxdb
23,146
1,160
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/types/rx-plugin.d.ts
rx-plugin.d.ts
5,106
import type { RxQuery, RxQueryOP, MangoQuery } from './rx-query.d.ts'; import type { RxCollection, RxCollectionCreator } from './rx-collection.d.ts'; import type { RxStorageInstanceCreationParams } from './rx-storage.d.ts'; import type { DeepReadonly, FilledMangoQuery, RxDatabase, ...
453
5,106
168
0.98
2026-04-18T01:24:15.179817
true
github_labmlai_annotated_deep_learning_paper_implementations_72b56dab9b6e9305e697b0b510278f59535bfbcf
Python
labmlai
annotated_deep_learning_paper_implementations
66,288
6,676
🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
[ "attention", "deep-learning", "deep-learning-tutorial", "gan", "literate-programming", "lora", "machine-learning", "neural-networks", "optimizers", "pytorch", "reinforcement-learning", "transformer", "transformers" ]
MIT
setup.py
setup.py
2,013
import setuptools with open("readme.md", "r", encoding="utf-8") as f: long_description = f.read() setuptools.setup( name='labml_nn', version='0.5.1', author="Varuna Jayasiri, Nipun Wijerathne", author_email="[REDACTED_EMAIL], [REDACTED_EMAIL]", description="🧑‍🏫 Implementations/tutorials of d...
135
1,996
44
0.95
2026-04-13T13:39:58.357830
true
github_rustdesk_rustdesk_cae7d03acbc851d5f1476a0b2688ec3eb8cff1a9
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/clipboard.rs
clipboard.rs
30,902
#[cfg(not(target_os = "android"))] use arboard::{ClipboardData, ClipboardFormat}; use hbb_common::{bail, log, message_proto::*, ResultType}; use std::{ sync::{Arc, Mutex}, time::Duration, }; pub const CLIPBOARD_NAME: &'static str = "clipboard"; #[cfg(feature = "unix-file-copy-paste")] pub const FILE_CLIPBOARD_...
2,465
30,902
886
0.98
2026-04-17T13:14:13.503048
true
github_nearai_ironclaw_20914edaabbc9f57965808963613823dd5dafecc
Rust
nearai
ironclaw
11,845
1,350
IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security
[]
Apache-2.0
src/cli/mod.rs
mod.rs
19,177
//! CLI command handling. //! //! Provides subcommands for: //! - Running the agent (`run`) //! - Interactive onboarding wizard (`onboard`) //! - Managing configuration (`config list`, `config get`, `config set`) //! - Managing WASM tools (`tool install`, `tool list`, `tool remove`) //! - Managing MCP servers (`mcp add...
2,060
19,175
513
0.98
2026-04-17T14:19:47.218746
true
github_rustdesk_rustdesk_805898ef97dd9a15066ae5c99c6c44c694ac7772
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/ja.rs
ja.rs
57,417
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "状態"), ("Your Desktop", "あなたのコンピューター"), ("desk_tip", "下記の ID とパスワードでこのコンピューターにアクセスできます。"), ("Password", "パスワード"), ("Ready", "準備完了"), ("Established", "接続完...
2,642
37,523
748
0.98
2026-04-17T13:14:34.191462
true
github_gastownhall_beads_4bd7e198263ce95e75450e9130823392cee60be4
Go
gastownhall
beads
20,845
1,396
Beads - A memory upgrade for your coding agent
[ "agents", "claude-code", "coding" ]
MIT
cmd/bd/comment.go
comment.go
2,937
package main import ( "fmt" "io" "os" "strings" "github.com/spf13/cobra" "github.com/steveyegge/beads/internal/ui" ) var commentCmd = &cobra.Command{ Use: "comment <id> [text...]", GroupID: "issues", Short: "Add a comment to an issue", Long: `Add a comment to an issue. Shorthand for 'bd comments add...
342
2,935
115
0.98
2026-04-17T09:23:34.732287
true
github_junyanz_iGAN_db319c531b5056394381c784f7ff50b1b66c8e8d
Python
junyanz
iGAN
4,009
589
Interactive Image Generation via Generative Adversarial Networks
[ "computer-graphics", "computer-vision", "dcgan", "deep-learning", "gan", "generative-adversarial-network", "image-manipulation", "pix2pix" ]
MIT
iGAN_script.py
iGAN_script.py
3,729
from __future__ import print_function import argparse from pydoc import locate import constrained_opt import cv2 import numpy as np def parse_args(): parser = argparse.ArgumentParser(description='iGAN: Interactive Visual Synthesis Powered by GAN') parser.add_argument('--model_name', dest='model_name', help='t...
304
3,729
71
0.98
2026-04-22T14:28:22.752218
true
github_hibiken_asynq_89f3df23c233988793d27a0746fbd4077a2ec817
Go
hibiken
asynq
13,154
922
Simple, reliable, and efficient distributed task queue in Go
[ "asynchronous-tasks", "background-jobs", "go", "golang", "redis", "task-queue", "worker-pool" ]
MIT
doc.go
doc.go
2,061
// Copyright 2020 Kentaro Hibino. All rights reserved. // Use of this source code is governed by a MIT license // that can be found in the LICENSE file. /* Package asynq provides a framework for Redis based distrubted task queue. Asynq uses Redis as a message broker. To connect to redis, specify the connection using ...
296
2,061
74
0.98
2026-04-17T11:26:23.229925
true
github_OpenListTeam_OpenList_96529c15d38e10af4189ca6a27416f907ef0c629
Go
OpenListTeam
OpenList
21,963
1,882
A new AList Fork to Anti Trust Crisis
[ "alist", "aliyunpan", "baidupan", "openlist" ]
AGPL-3.0
internal/db/db.go
db.go
1,033
package db import ( log "github.com/sirupsen/logrus" "github.com/OpenListTeam/OpenList/v4/internal/conf" "github.com/OpenListTeam/OpenList/v4/internal/model" "gorm.io/gorm" ) var db *gorm.DB func Init(d *gorm.DB) { db = d err := AutoMigrate(new(model.Storage), new(model.User), new(model.Meta), new(model.Setti...
116
1,033
48
0.98
2026-04-17T09:20:36.347327
true
github_grafana_k6_c3c59f8de9e366a53b78ef352a1cddeb8bf96279
Go
grafana
k6
30,372
1,523
A modern load testing tool, using Go and JavaScript
[ "es6", "go", "golang", "hacktoberfest", "javascript", "k6", "load-generator", "load-testing", "performance" ]
AGPL-3.0
internal/cmd/config_test.go
config_test.go
11,018
package cmd import ( "encoding/json" "io/fs" "testing" "time" "github.com/mstoykov/envconfig" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "gopkg.in/guregu/null.v3" "go.k6.io/k6/cmd/state" "go.k6.io/k6/errext" "go.k6.io/k6/errext/exitcodes" "go.k6.io/k6/lib" "go.k6.io/k6/li...
932
11,018
403
0.98
2026-04-17T08:19:01.854084
true
github_ccfos_nightingale_7e03c2172a7bc95840baecfbed2e64a64ae8006e
Go
ccfos
nightingale
12,967
1,693
Nightingale is to monitoring and alerting what Grafana is to visualization.
[ "alerting", "ccf", "metrics", "monitoring", "nightingale", "observability", "open-falcon", "time-series", "tsdb" ]
Apache-2.0
pkg/hash/hash_md5.go
hash_md5.go
501
package hash import ( prommodel "github.com/prometheus/common/model" "github.com/toolkits/pkg/str" ) func GetHash2(m prommodel.Metric, ref string) string { var s string for k, v := range m { s += "/" s += string(k) s += "/" s += string(v) } s += "/" s += ref return str.MD5(s) } func GetTagHash2(m pro...
85
501
35
0.98
2026-04-17T11:31:29.427167
true
github_nearai_ironclaw_b0cdbe6232d91dad6caaa368a99c6e8427fc9589
Rust
nearai
ironclaw
11,845
1,350
IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security
[]
Apache-2.0
src/cli/skills.rs
skills.rs
11,668
//! Skills management CLI commands. //! //! Commands for listing, searching, and inspecting SKILL.md-based skills. //! List and info operate on the filesystem only; search queries the ClawHub registry. use std::path::Path; use clap::Subcommand; use crate::config::SkillsConfig; use ironclaw_skills::catalog::SkillCata...
954
11,656
377
0.98
2026-04-17T14:19:50.056498
true
github_sharkdp_bat_8054be46b6c7d30bf94d3558b2dceb7f6986d8a2
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/output.rs
output.rs
8,868
use std::fmt; use std::io; #[cfg(feature = "paging")] use std::process::Child; #[cfg(feature = "paging")] use std::thread::{spawn, JoinHandle}; use crate::error::*; #[cfg(feature = "paging")] use crate::less::{retrieve_less_version, LessVersion}; #[cfg(feature = "paging")] use crate::paging::PagingMode; #[cfg(feature ...
775
8,868
269
0.98
2026-04-17T13:16:54.235693
true
github_zhouxiaoka_autoclip_mvp_31903683e8d9359639733856ecdd93ec826d4181
Python
zhouxiaoka
autoclip_mvp
957
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
backend_server.py
backend_server.py
75,168
#!/usr/bin/env python3 """ FastAPI后端服务器 - 自动切片工具API服务 提供RESTful API接口,支持前端React应用的所有功能需求 """ import os import json import uuid import shutil import asyncio import logging from datetime import datetime from pathlib import Path from typing import Dict, List, Optional, Any, Union from contextlib import asynccontextmanage...
4,470
68,694
1,869
0.98
2026-04-22T17:02:45.076518
true
github_infiniflow_ragflow_288eb79ff67bfdf2642dabe7c1691ec0818e5f9e
Python
infiniflow
ragflow
78,360
8,839
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
[ "agent", "agentic", "agentic-ai", "agentic-workflow", "ai", "context-engineering", "context-retrieval", "deep-research", "deepseek", "deepseek-r1", "document-understanding", "graphrag", "harness", "llm", "mcp", "ollama", "openai", "openclaw", "rag", "retrieval-augmented-generat...
Apache-2.0
api/utils/health_utils.py
health_utils.py
12,700
# # Copyright 2025 The InfiniFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
1,163
12,700
365
0.98
2026-04-17T15:23:19.957274
true
github_LAION-AI_Open-Assistant_715a67aca91dead5081ceeab1c14b84094902dcb
JavaScript
LAION-AI
Open-Assistant
37,419
3,298
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
[ "ai", "assistant", "chatgpt", "discord-bot", "language-model", "machine-learning", "nextjs", "python", "rlhf" ]
Apache-2.0
inlang.config.js
inlang.config.js
515
export async function defineConfig(env) { const { default: i18nextPlugin } = await env.$import( "https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@2/dist/index.js" ); const { default: standardLintRules } = await env.$import( "https://cdn.jsdelivr.net/gh/inlang/standard-lint-rules@2/dist/index.js" ); ...
39
515
19
0.98
2026-04-22T13:34:38.796283
true
github_lucidrains_DALLE2-pytorch_249a093a1e91da1ade0482cf7e7694727e98807e
Python
lucidrains
DALLE2-pytorch
11,319
1,084
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
[ "artificial-intelligence", "deep-learning", "text-to-image" ]
MIT
train_decoder.py
train_decoder.py
33,872
from pathlib import Path from typing import List from datetime import timedelta from dalle2_pytorch.trainer import DecoderTrainer from dalle2_pytorch.dataloaders import create_image_embedding_dataloader from dalle2_pytorch.trackers import Tracker from dalle2_pytorch.train_configs import DecoderConfig, TrainDecoderConf...
2,736
33,872
652
0.98
2026-04-17T17:20:24.798003
true
github_muicss_mui_032669f21781c1584ddb373c69338be8cd6cc95c
JavaScript
muicss
mui
4,489
416
Lightweight CSS framework
[ "css-framework", "google-material", "javascript", "lightweight-css-framework", "material", "meteor", "mui", "nodejs" ]
NOASSERTION
src/angular/input.js
input.js
3,785
/** * MUI Angular Input and Textarea Components * @module angular/input */ import angular from 'angular'; const moduleName = 'mui.input'; /** * Build directive function. * @param {Boolean} isTextArea */ function inputFactory(isTextArea) { var scopeArgs, template, ngClassStr, attrs; // ...
321
3,785
144
0.98
2026-04-23T07:33:39.242938
true
github_infiniflow_ragflow_48a3639cb35c56ed1cad1401b497f11024f4940b
Go
infiniflow
ragflow
78,360
8,839
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
[ "agent", "agentic", "agentic-ai", "agentic-workflow", "ai", "context-engineering", "context-retrieval", "deep-research", "deepseek", "deepseek-r1", "document-understanding", "graphrag", "harness", "llm", "mcp", "ollama", "openai", "openclaw", "rag", "retrieval-augmented-generat...
Apache-2.0
internal/cli/user_command.go
user_command.go
56,845
// // Copyright 2026 The InfiniFlow Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless r...
7,251
56,845
1,994
0.98
2026-04-17T15:23:35.476638
true
github_AmberSahdev_Open-Interface_d0f187faa9aeef0b2c63224bf52e4a1202232036
Python
AmberSahdev
Open-Interface
2,657
270
Control Any Computer Using LLMs.
[ "assistant", "assistant-computer-control", "automation", "gpt", "gpt4", "gpt4v", "gpt4vision", "linux", "llm", "machine-learning", "macos", "openai", "pyautogui", "pyinstaller", "python", "self-driving", "self-driving-software", "windows" ]
GPL-3.0
app/app.py
app.py
3,514
import sys import threading from multiprocessing import freeze_support from core import Core from ui import UI class App: """ +----------------------------------------------------+ | App | | | | +...
243
3,514
87
0.98
2026-04-22T15:38:02.917088
true
github_grafana_loki_9b02a87de4c69f879a70ac9c4d65edaa2db85820
Go
grafana
loki
28,006
3,976
Like Prometheus, but for logs.
[ "cloudnative", "grafana", "hacktoberfest", "logging", "loki", "prometheus" ]
AGPL-3.0
cmd/chunks-inspect/labels.go
labels.go
1,629
package main import ( "bytes" "encoding/json" "sort" "strconv" ) type Label struct { Name, Value string } type Labels []Label func (ls Labels) Len() int { return len(ls) } func (ls Labels) Swap(i, j int) { ls[i], ls[j] = ls[j], ls[i] } func (ls Labels) Less(i, j int) bool { return ls[i].Name < l...
254
1,629
84
0.98
2026-04-17T08:28:00.888245
true
github_google_grumpy_f3142af5452a67457c878d1b19b2b1ec0396fc54
Python
google
grumpy
10,509
635
Grumpy is a Python to Go source code transcompiler and runtime.
[]
Apache-2.0
lib/math_test.py
math_test.py
1,713
# Copyright 2016 Google Inc. 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 applicable law or a...
232
1,713
74
0.98
2026-04-17T12:37:16.457971
true
github_puppeteer_replay_6e8ec1fc46e30431af0ea3f46a476929471519cc
TypeScript
puppeteer
replay
1,320
564
Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder
[ "automation", "devtools", "javascript", "puppeteer" ]
Apache-2.0
src/lighthouse/LighthouseStringifyExtension.ts
LighthouseStringifyExtension.ts
2,968
/** Copyright 2022 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...
292
2,968
96
0.98
2026-04-18T00:30:40.392051
true
github_qdrant_qdrant_0e1b9603a47d99db0ca99c36df1a08117040043c
Rust
qdrant
qdrant
30,396
2,171
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
[ "ai-search", "ai-search-engine", "embeddings-similarity", "hnsw", "hybrid-search", "image-search", "knn-algorithm", "machine-learning", "mlops", "nearest-neighbor-search", "neural-network", "neural-search", "recommender-system", "search", "search-engine", "search-engines", "similarit...
Apache-2.0
src/snapshots.rs
snapshots.rs
5,219
use std::io::BufReader; use std::path::{Path, PathBuf}; use collection::collection::Collection; use collection::shards::shard::PeerId; use common::fs::safe_delete_in_tmp; use common::tar_unpack::tar_unpack_file; use fs_err as fs; use fs_err::File; use log::info; use shard::snapshots::snapshot_data::SnapshotData; use s...
408
5,219
146
0.98
2026-04-17T13:25:34.066409
true
github_heroiclabs_nakama_4711ea9be808e113e4514bbfa84914229f0efc0f
Go
heroiclabs
nakama
12,485
1,393
Scalable open-source game backend server: multiplayer, matchmaking, leaderboards, chat, and social features for games.
[ "backend", "cpp", "csharp", "dotnet", "game", "game-backend", "game-framework", "gamedev", "go", "godot", "javascript", "lua", "multiplayer", "nakama", "server", "typescript", "unity", "unity3d", "unreal", "unreal-engine" ]
Apache-2.0
internal/gopher-lua/mathlib_test.go
mathlib_test.go
3,116
package lua import ( "fmt" "io" "os" "sync" "testing" ) func TestMathRandom(t *testing.T) { // // Arrange: state and script L := NewState() script := ` print(math.random()) print(math.random(100)) print(math.random(10, 100)) math.randomseed(1234) print(math.random()) print(math.random(100)) p...
444
3,116
172
0.98
2026-04-17T11:35:45.613010
true
github_vercel_chatbot_6e30fe3aa7481f08b7b45bfb88d0068e59c433ea
TypeScript
vercel
chatbot
20,168
6,512
A full-featured, hackable Next.js AI chatbot built by Vercel
[ "ai", "chatgpt", "nextjs", "react", "redis", "shadcn-ui", "vercel" ]
NOASSERTION
lib/editor/config.ts
config.ts
1,445
import { textblockTypeInputRule } from "prosemirror-inputrules"; import { Schema } from "prosemirror-model"; import { schema } from "prosemirror-schema-basic"; import { addListNodes } from "prosemirror-schema-list"; import type { Transaction } from "prosemirror-state"; import type { EditorView } from "prosemirror-view"...
140
1,445
50
0.98
2026-04-23T09:40:49.759853
true
github_hashicorp_vault_2a5c5c6b15bc9b4f711811f99431a71d5f2e69b3
Go
hashicorp
vault
35,429
4,637
A tool for secrets management, encryption as a service, and privileged access management
[ "go", "secrets", "vault" ]
NOASSERTION
api/sys_generate_root.go
sys_generate_root.go
7,258
// Copyright IBM Corp. 2016, 2025 // SPDX-License-Identifier: MPL-2.0 package api import ( "context" "net/http" ) func (c *Sys) GenerateRootStatus() (*GenerateRootStatusResponse, error) { return c.GenerateRootStatusWithContext(context.Background()) } func (c *Sys) GenerateDROperationTokenStatus() (*GenerateRootS...
580
7,258
199
0.98
2026-04-17T07:37:54.504380
true
github_ultraworkers_claw-code_d9fc2773bd300efce10f4949c6cbf70217d6429e
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/models.py
models.py
1,070
from __future__ import annotations from dataclasses import dataclass, field @dataclass(frozen=True) class Subsystem: name: str path: str file_count: int notes: str @dataclass(frozen=True) class PortingModule: name: str responsibility: str source_hint: str status: str = 'planned' @...
95
1,068
50
0.98
2026-04-17T13:13:15.415425
true
github_tlsfuzzer_python-ecdsa_d30381d7af8dd839887c6ae35feb2d10059e93ad
Python
tlsfuzzer
python-ecdsa
974
336
pure-python ECDSA signature/verification and ECDH key agreement
[ "cryptography", "digital-signatures", "ecdh", "ecdsa", "elliptic-curves", "python" ]
NOASSERTION
src/ecdsa/test_sha3.py
test_sha3.py
3,042
try: import unittest2 as unittest except ImportError: import unittest import pytest try: from gmpy2 import mpz GMPY = True except ImportError: # pragma: no cover try: from gmpy import mpz GMPY = True except ImportError: GMPY = False from ._sha3 import shake_256 from ...
205
3,042
112
0.98
2026-04-23T04:34:29.625337
true
github_akuity_kargo_0bd268bd6467ff460087e3edac4418cf5cef170a
Go
akuity
kargo
3,225
360
Application lifecycle orchestration
[ "argocd", "cd", "delivery", "gitops", "hacktoberfest", "k8s", "kubernetes", "promotions" ]
Apache-2.0
pkg/event/event.go
event.go
4,299
package event import ( "time" kargoapi "github.com/akuity/kargo/api/v1alpha1" ) // A list of all known event types var KnownEventTypes = []kargoapi.EventType{ // NOTE(thomastaylor312): This list should be updated if new event types are added kargoapi.EventTypePromotionCreated, kargoapi.EventTypePromotionSucceed...
552
4,299
146
0.98
2026-04-17T22:39:54.340244
true
github_hacksider_Deep-Live-Cam_5f809a900f740cecb9fa9706b706526f2b791ecb
Python
hacksider
Deep-Live-Cam
91,707
13,321
real time face swap and one-click video deepfake with only a single image
[ "ai", "ai-deep-fake", "ai-face", "ai-webcam", "artificial-intelligence", "deep-fake", "deepfake", "deepfake-webcam", "faceswap", "fake-webcam", "gan", "real-time-deepfake", "realtime", "realtime-deepfake", "realtime-face-changer", "video-deepfake", "webcam", "webcamera" ]
AGPL-3.0
tkinter_fix.py
tkinter_fix.py
831
import os os.environ.setdefault('TK_SILENCE_DEPRECATION', '1') import tkinter # Only needs to be imported once at the beginning of the application def apply_patch(): # Create a monkey patch for the internal _tkinter module original_init = tkinter.Tk.__init__ def patched_init(self, *args, **kwargs): ...
90
831
29
0.98
2026-04-22T17:03:56.606861
true
github_nsqio_nsq_2d8e506cc3f2b2b9cfa21cd100ef53ae5176145b
Go
nsqio
nsq
25,791
2,898
A realtime distributed messaging platform
[ "distributed-systems", "go", "message-queue", "messaging", "nsq", "queue" ]
MIT
internal/lg/lg_test.go
lg_test.go
740
package lg import ( "testing" "github.com/nsqio/nsq/internal/test" ) type mockLogger struct { Count int } func (l *mockLogger) Output(maxdepth int, s string) error { l.Count++ return nil } func TestLogging(t *testing.T) { logger := &mockLogger{} // Test only fatal get through logger.Count = 0 for i := 1;...
114
740
42
0.98
2026-04-17T08:33:52.670916
true
github_infiniflow_ragflow_7b93aa4923c8be4d25ef4e4b5aff89844228e4f4
Python
infiniflow
ragflow
78,746
8,896
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
[ "agent", "agentic", "agentic-ai", "agentic-workflow", "ai", "context-engineering", "context-retrieval", "deep-research", "deepseek", "deepseek-r1", "document-understanding", "graphrag", "harness", "llm", "mcp", "ollama", "openai", "openclaw", "rag", "retrieval-augmented-generat...
Apache-2.0
api/utils/image_utils.py
image_utils.py
1,514
# # Copyright 2025 The InfiniFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
171
1,514
41
0.98
2026-04-22T14:52:28.439791
true
github_farion1231_cc-switch_7aa6f42de367df4fba366f26fd6195bff6c2d043
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/proxy.ts
proxy.ts
3,186
export interface ProxyConfig { listen_address: string; listen_port: number; max_retries: number; request_timeout: number; enable_logging: boolean; live_takeover_active?: boolean; // 超时配置 streaming_first_byte_timeout: number; streaming_idle_timeout: number; non_streaming_timeout: number; } export in...
297
3,046
138
0.98
2026-04-17T13:19:00.648406
true
github_ollama_ollama_43a2e7d3c48da6bbe1b15e88afdf82a8f49a7927
Go
ollama
ollama
169,218
15,633
Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
[ "deepseek", "gemma", "gemma3", "glm", "go", "golang", "gpt-oss", "llama", "llama3", "llm", "llms", "minimax", "mistral", "ollama", "qwen" ]
MIT
cmd/cmd.go
cmd.go
62,358
package cmd import ( "bufio" "context" "crypto/ed25519" "crypto/rand" "encoding/json" "encoding/pem" "errors" "fmt" "io" "log" "log/slog" "math" "net" "net/http" "os" "os/exec" "os/signal" "path/filepath" "runtime" "slices" "sort" "strconv" "strings" "sync/atomic" "syscall" "time" "github.c...
7,147
62,354
2,417
0.98
2026-04-17T06:50:44.354065
true
github_infracost_infracost_bcd1c6a890c97d40409d8164194638c93336a413
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/auth_test.go
auth_test.go
365
package main_test import ( "github.com/infracost/infracost/internal/testutil" "testing" ) func TestAuthNoArgs(t *testing.T) { GoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataDirName(), []string{"auth"}, nil) } func TestAuthHelpFlag(t *testing.T) { GoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataD...
26
365
15
0.98
2026-04-17T11:38:34.826467
true
github_infiniflow_ragflow_8c896e36add37a17fba51e60dc294aaade0538d7
Python
infiniflow
ragflow
78,360
8,839
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
[ "agent", "agentic", "agentic-ai", "agentic-workflow", "ai", "context-engineering", "context-retrieval", "deep-research", "deepseek", "deepseek-r1", "document-understanding", "graphrag", "harness", "llm", "mcp", "ollama", "openai", "openclaw", "rag", "retrieval-augmented-generat...
Apache-2.0
api/apps/canvas_app.py
canvas_app.py
30,254
# # Copyright 2024 The InfiniFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
2,218
30,254
756
0.98
2026-04-17T15:23:03.609036
true
github_coderamp-labs_gitingest_f02f0270c0eb7d731093fe9ed865bd3476d40fff
Python
coderamp-labs
gitingest
14,390
1,052
Replace 'hub' with 'ingest' in any GitHub URL to get a prompt-friendly extract of a codebase
[ "ai", "code", "developer-tool", "ingestion" ]
MIT
src/server/s3_utils.py
s3_utils.py
17,775
"""S3 utility functions for uploading and managing digest files.""" from __future__ import annotations import hashlib import os from typing import TYPE_CHECKING from urllib.parse import urlparse from uuid import UUID # noqa: TC003 (typing-only-standard-library-import) needed for type checking (pydantic) import boto...
1,619
17,775
562
0.98
2026-04-22T17:12:18.276428
true
github_adam-mcdaniel_sage_3edcea9f8f5a31a245d560509fe71660b14f9304
Rust
adam-mcdaniel
sage
537
17
A programming language that's wise beyond its bytes!🌱🌿🪴
[ "algebraic-data-types", "c", "compiler", "frontend", "mobile", "pattern-matching", "polymorphism", "portable", "rust", "structural-typing", "turing-tarpit", "wasm", "web", "x86-64" ]
MIT
src/vm/core.rs
core.rs
15,787
//! The core instructions of the virtual machine are defined here. //! //! Core instructions are instructions that **must** be implemented for //! every target. Write programs in the core variant to guarantee ports //! for ***every*** target. use crate::side_effects::{Input, Output}; use super::{Error, StandardOp, Sta...
2,041
15,787
410
0.98
2026-04-17T17:14:58.121141
true
github_farion1231_cc-switch_0c7a5c21a97889768192cd024d7d1b37efd43654
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/utils/tomlUtils.ts
tomlUtils.ts
6,762
import { parse as parseToml, stringify as stringifyToml } from "smol-toml"; import { normalizeTomlText } from "@/utils/textNormalization"; import { McpServerSpec } from "../types"; /** * 验证 TOML 格式并转换为 JSON 对象 * @param text TOML 文本 * @returns 错误信息(空字符串表示成功) */ export const validateToml = (text: string): string => ...
701
5,870
222
0.98
2026-04-17T13:19:04.609143
true
github_rust-lang_rust_297485659fa148c6acacda5de867d1299d5f9eab
Rust
rust-lang
rust
112,076
14,769
Empowering everyone to build reliable and efficient software.
[ "compiler", "language", "rust" ]
Apache-2.0
src/librustdoc/visit_lib.rs
visit_lib.rs
2,306
use rustc_hir::def::DefKind; use rustc_hir::def_id::{DefId, DefIdSet}; use rustc_middle::ty::TyCtxt; use crate::core::DocContext; // FIXME: this may not be exhaustive, but is sufficient for rustdocs current uses #[derive(Default)] pub(crate) struct RustdocEffectiveVisibilities { extern_public: DefIdSet, } macro...
197
2,306
78
0.98
2026-04-17T13:13:54.019221
true
github_wooorm_markdown-rs_b559cd86bef1fb87ab8a83924e986f77386aa29c
Rust
wooorm
markdown-rs
1,496
87
CommonMark compliant markdown parser in Rust with ASTs and extensions
[ "commonmark", "compiler", "gfm", "markdown", "parse", "render", "rust", "tokenize" ]
MIT
src/construct/block_quote.rs
block_quote.rs
4,006
//! Block quotes occur in the [document][] content type. //! //! ## Grammar //! //! Block quotes form with the following BNF //! (<small>see [construct][crate::construct] for character groups</small>): //! //! ```bnf //! block_quote_start ::= '>' [ space_or_tab ] //! block_quote_cont ::= '>' [ space_or_tab ] //! ``` //...
452
4,003
136
0.98
2026-04-17T17:05:39.314522
true
github_dagger_dagger_4d629da7b229b1d40e9f914dfc652a85ac342a1f
Go
dagger
dagger
15,670
856
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud
[ "agents", "ai", "caching", "ci-cd", "containers", "continuous-deployment", "continuous-integration", "dag", "dagger", "devops", "docker", "graphql", "workflows" ]
Apache-2.0
cmd/json-schema/main.go
main.go
1,406
// dagger-json-schema is a tool to generate json schema from Dagger module config // struct. package main import ( "encoding/json" "os" "regexp" "slices" "github.com/invopop/jsonschema" "github.com/spf13/cobra" "github.com/dagger/dagger/core/modules" "github.com/dagger/dagger/engine/config" ) var rootCmd = ...
165
1,406
76
0.98
2026-04-17T10:31:20.680292
true
github_containers_podman_bc22decac16b7b71cd5793d35cf6fa90b946eb55
Go
containers
podman
31,424
3,061
Podman: A tool for managing OCI containers and pods.
[ "containers", "docker", "kubernetes", "linux", "oci" ]
Apache-2.0
pkg/machine/gvproxy_windows.go
gvproxy_windows.go
1,574
package machine import ( "errors" "os" "time" "github.com/containers/podman/v6/pkg/machine/define" "github.com/containers/winquit/pkg/winquit" "github.com/sirupsen/logrus" "golang.org/x/sys/windows" ) func waitOnProcess(processID int) error { logrus.Infof("Going to stop gvproxy (PID %d)", processID) p, err...
219
1,574
60
0.98
2026-04-17T08:17:15.858739
true
github_vercel_pkg_a238e76baf6f46fab7afea454fdfdfd65e925c90
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/index.ts
index.ts
16,407
/* eslint-disable require-atomic-updates */ import assert from 'assert'; import { existsSync, mkdirp, readFile, remove, stat, readFileSync, writeFileSync, copyFileSync, } from 'fs-extra'; import minimist from 'minimist'; import { need, system } from 'pkg-fetch'; import path from 'path'; import { log, ...
1,812
16,407
716
0.98
2026-04-23T06:43:03.614360
true
github_parse-community_parse-server_b7d05f15509f04b35711d01a4add7cbfed41df9f
JavaScript
parse-community
parse-server
21,382
4,819
Parse Server for Node.js / Express
[ "baas", "backend", "file-storage", "graphql", "graphql-api", "graphql-relay", "graphql-server", "hacktoberfest", "mbaas", "mongodb", "nodejs", "notifications", "object-storage", "parse-platform", "parse-server", "postgres", "relay", "rest-api" ]
Apache-2.0
src/defaults.js
defaults.js
1,916
import { nullParser } from './Options/parsers'; const { ParseServerOptions, DatabaseOptions } = require('./Options/Definitions'); const logsFolder = (() => { let folder = './logs/'; if (typeof process !== 'undefined' && process.env.TESTING === '1') { folder = './test_logs/'; } if (process.env.PARSE_SERVER_L...
182
1,916
65
0.98
2026-04-23T06:47:39.988085
true
github_valeriansaliou_sonic_8cc3f038424b4b47a89163ef549ba1597dfdb669
Rust
valeriansaliou
sonic
21,184
613
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
[ "backend", "database", "graph", "index", "infrastructure", "rust", "search", "search-engine", "search-server", "server" ]
MPL-2.0
src/stopwords/fin.rs
fin.rs
12,615
// Sonic // // Fast, lightweight and schema-less search backend // Copyright: 2019, Valerian Saliou <[REDACTED_EMAIL]> // License: Mozilla Public License v2.0 (MPL v2.0) pub static STOPWORDS_FIN: &[&str] = &[ "aiemmin", "aika", "aikaa", "aikaan", "aikaisemmin", "aikaisin", "aikajen", "a...
878
12,326
856
0.98
2026-04-17T13:41:30.243077
true
github_pathwaycom_pathway_e6b0c23b2c5b19f916f3732864dcbb56ff4d1520
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/bson.rs
bson.rs
21,706
use std::collections::HashMap; use std::iter::zip; use mongodb::bson::{ bson, spec::BinarySubtype as BsonBinarySubtype, Binary as BsonBinaryContents, Bson, DateTime as BsonDateTime, Document, }; use ndarray::{ArrayViewD, Axis}; use ordered_float::OrderedFloat; use crate::connectors::data_format::{ ensure_...
1,410
21,706
624
0.98
2026-04-23T04:40:26.939513
true
github_BurntSushi_xsv_f66831f4a4dc461d7c69143c02dd83ef9e88dc43
Rust
BurntSushi
xsv
10,758
329
A fast CSV command line toolkit written in Rust.
[ "cli", "command-line", "csv", "rust" ]
Unlicense
src/cmd/search.rs
search.rs
2,601
use csv; use regex::bytes::RegexBuilder; use CliResult; use config::{Config, Delimiter}; use select::SelectColumns; use util; static USAGE: &'static str = " Filters CSV data by whether the given regex matches a row. The regex is applied to each field in each row, and if any field matches, then the row is written to ...
285
2,601
81
0.98
2026-04-17T14:22:49.741253
true
github_pubkey_rxdb_5e8c1ebfe564c8e613b1c2748ba45c67fccc8dd7
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/types/rx-document.d.ts
rx-document.d.ts
5,818
import { Observable } from 'rxjs'; import type { RxCollection, } from './rx-collection.d.ts'; import type { RxAttachment, RxAttachmentCreator, RxAttachmentCreatorBase64 } from './rx-attachment.d.ts'; import type { RxDocumentData, WithDeleted } from './rx-storage.d.ts'; import type { RxChangeEvent }...
541
5,818
161
0.98
2026-04-23T08:22:14.981949
true
github_go-delve_delve_83c6527ffde937d135552a7297c1fdb276511952
Go
go-delve
delve
24,688
2,196
Delve is a debugger for the Go programming language.
[ "debugger", "go", "golang" ]
MIT
pkg/logflags/logflags.go
logflags.go
8,020
package logflags import ( "bytes" "context" "errors" "fmt" "io" "log" "log/slog" "net" "os" "sort" "strconv" "strings" "time" "golang.org/x/telemetry/counter" ) var any = false var debugger = false var gdbWire = false var lldbServerOutput = false var debugLineErrors = false var rpc = false var dap = fa...
1,119
8,020
351
0.98
2026-04-17T08:42:17.082695
true
github_Rigellute_spotify-tui_f4923f18869c15c8e0f7d9ff97401ef407f84601
Rust
Rigellute
spotify-tui
19,118
572
Spotify for the terminal written in Rust 🚀
[ "cli", "rust", "spotify", "spotify-api", "spotify-tui", "terminal", "terminal-based" ]
MIT
src/handlers/album_list.rs
album_list.rs
3,094
use super::common_key_events; use crate::{ app::{ActiveBlock, AlbumTableContext, App, RouteId, SelectedFullAlbum}, event::Key, }; pub fn handler(key: Key, app: &mut App) { match key { k if common_key_events::left_event(k) => common_key_events::handle_left_event(app), k if common_key_events::down_event(k)...
236
3,094
89
0.98
2026-04-17T13:44:49.629220
true
github_ekzhang_sshx_2abed8d8d97936100158b30734f19b6710dc9630
TypeScript
ekzhang
sshx
7,438
284
Fast, collaborative live terminal sharing over the web
[ "collaborative", "rust", "share", "ssh", "terminal", "tty", "web" ]
MIT
src/lib/typeahead.ts
typeahead.ts
52,162
// A terminal "local echo" or typeahead addon for xterm.js. // // This is forked from VSCode's typeahead implementation at // https://github.com/microsoft/vscode/blob/1.80.1/src/vs/workbench/contrib/terminalContrib/typeAhead/browser/terminalTypeAheadAddon.ts // // I made this mostly standalone by porting over the "vs" ...
5,697
52,162
1,962
0.98
2026-04-17T14:38:29.286715
true
github_rayon-rs_rayon_83709defd37f798cc05c35ba67938a29d24e8fe4
Rust
rayon-rs
rayon
12,878
584
Rayon: A data parallelism library for Rust
[]
Apache-2.0
src/iter/multizip.rs
multizip.rs
8,884
use super::plumbing::*; use super::*; /// `MultiZip` is an iterator that zips up a tuple of parallel iterators to /// produce tuples of their items. /// /// It is created by calling `into_par_iter()` on a tuple of types that /// implement `IntoParallelIterator`, or `par_iter()`/`par_iter_mut()` with /// types that are...
1,167
8,884
336
0.98
2026-04-17T14:16:52.349831
true
github_cdk-team_CDK_08cb8ce363d5ffb848a9d8703f8b6fe1730a79c3
Go
cdk-team
CDK
4,626
601
📦 Make security testing of K8s, Docker, and Containerd easier.
[ "blackhat", "cloud-native", "cloud-native-security", "container", "container-escape", "container-security", "docker", "exploits", "hacktools", "hitb", "k8s", "k8s-penetration-toolkit", "kernel-exploitation", "kubernetes", "kubernetes-security", "linux", "penetration", "penetration-...
Apache-2.0
pkg/util/kubectl.go
kubectl.go
1,130
package util type KubeConfig struct { APIVersion string `yaml:"apiVersion"` Clusters []Cluster `yaml:"clusters"` Contexts []Context `yaml:"contexts"` CurrentContext string `yaml:"current-context"` Kind string `yaml:"kind"` Preferences struct{} `yaml:"preferences"` Users ...
110
1,130
49
0.98
2026-04-17T21:45:52.039290
true
github_ultraworkers_claw-code_08a43b00c1b6a6b1e1118518bb6bf2975e7c4cb5
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/hooks/__init__.py
__init__.py
525
"""Python package placeholder for the archived `hooks` subsystem.""" from __future__ import annotations from src._archive_helper import load_archive_metadata _SNAPSHOT = load_archive_metadata("hooks") ARCHIVE_NAME = _SNAPSHOT["archive_name"] MODULE_COUNT = _SNAPSHOT["module_count"] SAMPLE_FILES = tuple(_SNAPSHOT["s...
46
525
15
0.98
2026-04-17T13:13:12.236548
true
github_TanStack_query_d9a08b85eee06f27e16910d4fb209952231f4334
JavaScript
TanStack
query
49,176
3,783
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
[ "async", "cache", "data", "fetch", "graphql", "hooks", "query", "react", "rest", "solid", "stale", "stale-while-revalidate", "svelte", "typescript", "update", "vue" ]
MIT
eslint.config.js
eslint.config.js
2,092
// @ts-check // @ts-ignore Needed due to moduleResolution Node vs Bundler import { tanstackConfig } from '@tanstack/eslint-config' import pluginCspell from '@cspell/eslint-plugin' import vitest from '@vitest/eslint-plugin' export default [ ...tanstackConfig, { name: 'tanstack/temp', plugins: { cspel...
190
2,090
65
0.98
2026-04-18T01:21:45.306683
true
github_prometheus-operator_prometheus-operator_df2c34ec7cf73b06106520ea1883099808015e8a
Go
prometheus-operator
prometheus-operator
9,895
3,851
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
[ "hacktoberfest", "kubernetes", "monitoring", "prometheus" ]
Apache-2.0
pkg/alertmanager/amcfg_test.go
amcfg_test.go
228,232
// Copyright The prometheus-operator 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 o...
16,528
228,232
8,699
0.98
2026-04-17T19:40:35.401631
true
github_podgorskiy_ALAE_5a3c40739debfeffaa07975348f11063e7e72631
Python
podgorskiy
ALAE
3,520
552
[CVPR2020] Adversarial Latent Autoencoders
[ "alae", "autoencoder", "celeba", "celeba-hq", "computer-vision", "cvpr2020", "deep-learning", "face-generation", "ffhq", "gan", "generative-adversarial-network", "generative-model", "machine-learning", "neural-network", "paper", "paper-implementations", "python", "pytorch", "pyto...
UNKNOWN
net.py
net.py
34,223
# Copyright 2019-2020 Stanislav Pidhorskyi # # 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 t...
3,372
34,223
1,023
0.98
2026-04-17T17:45:05.388201
true
github_Chalarangelo_30-seconds-of-code_b7cd099092d993fb91bbbf7b07c9935bc6fd27b9
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/config/settings.js
settings.js
3,788
const settings = { website: { name: '30 seconds of code', shortName: '30s', url: 'https://www.30secondsofcode.org', description: 'Coding articles to level up your development skills', seoDescription({ snippetCount, websiteName }) { return `Browse ${snippetCount} coding articles to level up y...
346
3,788
125
0.98
2026-04-23T06:14:52.350500
true
github_ory_hydra_9b96258a033869d4355c3d27da98ff05c8f07ed4
Go
ory
hydra
17,068
1,557
Internet-scale OpenID Certified™ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service on Ory Network or self-host. Trusted by OpenAI and many others for scale and security. Written in Go.
[ "authorization", "cloud", "docker", "federation", "hacktoberfest", "hydra", "identity", "oauth", "oauth-provider", "oauth2", "oauth2-provider", "oauth2-server", "oidc", "openid", "openid-connect", "openid-connect-provider", "openid-provider", "security", "server", "sso" ]
Apache-2.0
internal/httpclient/model_introspected_o_auth2_token.go
model_introspected_o_auth2_token.go
18,448
/* Ory Hydra API Documentation for all of Ory Hydra's APIs. API version: Contact: [REDACTED_EMAIL] */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. package openapi import ( "bytes" "encoding/json" "fmt" ) // checks if the IntrospectedOAuth2Token type satisfies the Mapped...
2,745
18,448
640
0.98
2026-04-17T10:17:06.786006
true
github_devias-io_material-kit-react_346a4c50a60c0d720681a9be885ef69742a7ebdf
TypeScript
devias-io
material-kit-react
5,583
2,576
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
[ "admin", "admin-dashboard", "admin-template", "auth0", "authentication", "dark-theme", "dashboard", "devias", "firebase", "firebase-auth", "material-dashboard", "material-theme", "mui", "nextjs", "nodejs", "react", "reactjs", "tailwind", "typescript" ]
MIT
src/config.ts
config.ts
451
import { getSiteURL } from '@/lib/get-site-url'; import { LogLevel } from '@/lib/logger'; export interface Config { site: { name: string; description: string; themeColor: string; url: string }; logLevel: keyof typeof LogLevel; } export const config: Config = { site: { name: 'Devias Kit', description: '', themeC...
59
451
13
0.98
2026-04-23T10:01:15.581335
true
github_standard-things_esm_ac5bc9c47f096eb90803d90da25f6076d151a108
JavaScript
standard-things
esm
5,251
145
Tomorrow's ECMAScript modules today!
[ "es6", "es6-modules", "esm", "esmodules", "nodejs" ]
NOASSERTION
src/constant/esm.js
esm.js
1,543
import encodeId from "../util/encode-id.js" import setDeferred from "../util/set-deferred.js" // The `process.env` properties are replaced at build time. // https://webpack.js.org/plugins/environment-plugin/ const { PACKAGE_FILENAMES } = process.env const { PACKAGE_VERSION } = process.env const ESM = { PACKAGE_DIRN...
183
1,543
62
0.98
2026-04-23T07:30:58.761191
true
github_evmos_ethermint_dcacf45a7b25b90421bf89769c2b9fcfdbef4914
Go
evmos
ethermint
1,816
588
Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
[ "blockchain", "cosmos-sdk", "ethereum", "evm", "go", "golang" ]
LGPL-3.0
cmd/ethermintd/cmd_test.go
cmd_test.go
758
package main_test import ( "fmt" "testing" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/client/flags" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" "github.com/evmos/ethermint/app" ethermintd "github.com/evmos/ethermint/cmd/etherm...
56
758
29
0.98
2026-04-17T16:53:23.410326
true