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_iced-rs_iced_afa725d1346bc2dcbf308f01d94e0234f8482d35
Rust
iced-rs
iced
30,227
1,560
A cross-platform GUI library for Rust, inspired by Elm
[ "elm", "graphics", "gui", "interface", "renderer-agnostic", "rust", "toolkit", "user-interface", "widget", "widgets" ]
MIT
core/src/renderer.rs
renderer.rs
5,305
//! Write your own renderer. #[cfg(debug_assertions)] mod null; use crate::image; use crate::{ Background, Border, Color, Font, Pixels, Rectangle, Shadow, Size, Transformation, Vector, }; /// Whether anti-aliasing should be avoided by snapping primitive coordinates to the /// pixel grid. pub const CRISP: bool = c...
681
5,305
171
0.98
2026-04-17T13:27:00.269331
true
github_wenzhixin_bootstrap-table_5f94e5b16041c100d0ecddb3c4e96322254d712a
JavaScript
wenzhixin
bootstrap-table
11,817
4,369
An extended table for integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
[ "bootstrap", "bootstrap-table", "bulma", "checkbox", "css", "css-framework", "datatables", "foundation", "hacktoberfest", "material", "material-design", "materialize", "pagination", "radio", "semantic", "semantic-ui", "table", "vue" ]
MIT
src/utils/string.js
string.js
5,892
/** * String manipulation utilities. * * This module provides utility functions for string processing, including: * - String formatting (sprintf) * - HTML escaping and unescaping * - Accent character normalization for search * - HTML tag removal * - CSS style string normalization * * @module utils/string */ ...
921
5,778
239
0.98
2026-04-23T11:50:55.666832
true
github_brookshi_Hitchhiker_a493e2ea45de647ebf98299c6d4d3378d64cdc99
TypeScript
brookshi
Hitchhiker
2,241
401
a Restful Api test tool
[ "api", "collaboration", "hitchhiker", "nodejs", "restful-api", "schedule", "stress-test", "test", "test-automation", "testing-tools", "typescript" ]
NOASSERTION
api/src/setup.ts
setup.ts
1,247
import * as Koa from 'koa'; import 'reflect-metadata'; import * as KoaRouter from 'koa-router'; import * as Bodyparser from 'koa-bodyparser'; import { execSync } from 'child_process'; import * as fs from 'fs'; import * as path from 'path'; import * as KoaStatic from 'koa-static'; let app = new Koa(); const router = ne...
141
1,247
45
0.98
2026-04-17T18:08:06.527381
true
github_stacklok_codegate_754f4e9e29829f4271edff34d6a07830333f6e9c
Python
stacklok
codegate
785
90
CodeGate: Security, Workspaces and Multiplexing for AI Agentic Frameworks
[ "ai", "ai-gateway", "aisecurity", "artificial-intelligence", "claude", "cline", "codegen", "copilot", "developer-productivity", "developer-tools", "generative-ai", "ide", "jetbrains", "llm", "ollama", "openai", "privacy", "python", "security", "vscode" ]
Apache-2.0
src/codegate/config.py
config.py
17,105
"""Configuration management for codegate.""" import os from dataclasses import dataclass, field from pathlib import Path from typing import Dict, Optional, Union import structlog import yaml from codegate.codegate_logging import LogFormat, LogLevel from codegate.exceptions import ConfigurationError from codegate.pro...
1,394
17,105
396
0.98
2026-04-22T22:02:20.095117
true
github_drawdb-io_drawdb_5eafc3561b64ce6b018a725049873b166e78d7c7
JavaScript
drawdb-io
drawdb
37,091
2,994
Free, simple, and intuitive online database diagram editor and SQL generator.
[ "database-schema", "diagram-editor", "editor", "erd", "erdiagram", "indexeddb", "javascript", "mariadb", "oracle-database", "oracle-db", "postgresql", "react", "sql", "sql-server", "sqlite", "svg", "tailwindcss" ]
AGPL-3.0
src/data/socials.js
socials.js
201
export const socials = { docs: "https://drawdb-io.github.io/docs", discord: "https://discord.gg/BrjZgNrmR6", twitter: "https://x.com/drawDB_", github: "https://github.com/drawdb-io/drawdb", };
14
201
7
0.98
2026-04-23T04:47:38.460968
true
github_wagtail_wagtail_6666012e0080869c353d497865abe0cf9b23fd27
JavaScript
wagtail
wagtail
20,301
4,515
A Django content management system focused on flexibility and user experience
[ "cms", "django", "hacktoberfest", "python", "wagtail" ]
BSD-3-Clause
tailwind.config.js
tailwind.config.js
842
import baseConfig from './client/tailwind.config'; /** * Tailwind config file for Wagtail itself. * @see https://v3.tailwindcss.com/docs/configuration * @type {import('tailwindcss').Config} */ const config = { presets: [baseConfig], content: [ './wagtail/**/*.{py,html,ts,tsx}', './wagtail/**/static_src...
88
842
28
0.98
2026-04-23T01:24:52.010648
true
github_prometheus-operator_prometheus-operator_020649f394616b2647a2c3691201627c50844bd4
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/operator/defaults.go
defaults.go
3,853
// 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...
442
3,853
117
0.98
2026-04-17T19:40:58.015646
true
github_jaywalnut310_vits_b445fb65836a0b97e46426300eea9a820179797a
Python
jaywalnut310
vits
7,851
1,388
VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
[ "deep-learning", "pytorch", "speech-synthesis", "text-to-speech", "tts" ]
MIT
utils.py
utils.py
7,396
import os import glob import sys import argparse import logging import json import subprocess import numpy as np from scipy.io.wavfile import read import torch MATPLOTLIB_FLAG = False logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) logger = logging def load_checkpoint(checkpoint_path, model, optimizer=N...
612
7,396
259
0.98
2026-04-17T17:25:47.749839
true
github_notiz-dev_nestjs-prisma-starter_25b50d9fcb7ae0dd60534e49e3e4cc415ed023f7
TypeScript
notiz-dev
nestjs-prisma-starter
2,539
365
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
[ "bcrypt", "code-first", "graphql", "nestjs", "passport-jwt", "passportjs", "prisma" ]
MIT
src/posts/posts.resolver.ts
posts.resolver.ts
3,099
import { PrismaService } from 'nestjs-prisma'; import { Resolver, Query, Parent, Args, ResolveField, Subscription, Mutation, } from '@nestjs/graphql'; import { findManyCursorConnection } from '@devoxa/prisma-relay-cursor-connection'; import { PubSub } from 'graphql-subscriptions'; import { UseGuards } fro...
340
3,099
114
0.98
2026-04-18T01:39:04.350143
true
github_drprojects_superpoint_transformer_22db86ef0872d410937a441889e39036fba903ea
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/datasets/s3dis_config.py
s3dis_config.py
9,068
import numpy as np ######################################################################## # Download information # ######################################################################## # Credit: https://github.com/torch-points3d/torch-points3d FORM_URL = "https:/...
576
9,068
391
0.98
2026-04-22T21:12:49.828080
true
github_pubkey_rxdb_5dd9afbd63176f21dfe2479a76eb3cef26c77329
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-change-event.d.ts
rx-change-event.d.ts
2,593
import type { RxDocumentData, RxStorageChangeEvent, RxStorageDefaultCheckpoint } from './rx-storage.d.ts'; export type RxChangeEventBase<RxDocType> = { operation: 'INSERT' | 'UPDATE' | 'DELETE'; readonly documentId: string; // optional, does not exist on changes to localdocs of the database ...
307
2,593
86
0.98
2026-04-23T08:22:13.279953
true
github_NVIDIA_k8s-device-plugin_79f425ea2219bea425878de342a73d2c5ebcfb52
Go
NVIDIA
k8s-device-plugin
3,723
806
NVIDIA device plugin for Kubernetes
[ "kubernetes" ]
Apache-2.0
internal/lm/output_test.go
output_test.go
3,963
/** # Copyright 2026 NVIDIA CORPORATION # # 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 i...
379
3,963
150
0.98
2026-04-17T22:27:46.986522
true
github_FunAudioLLM_SenseVoice_eee7ae360fade81afb7ffef58c68019fd5042ae2
Python
FunAudioLLM
SenseVoice
7,985
731
Multilingual Voice Understanding Model
[ "ai", "aigc", "asr", "audio-event-classification", "cross-lingual", "gpt-4o", "llm", "multilingual", "python", "pytorch", "speech-emotion-recognition", "speech-recognition", "speech-to-text" ]
NOASSERTION
demo2.py
demo2.py
1,033
#!/usr/bin/env python3 # -*- encoding: utf-8 -*- # Copyright FunASR (https://github.com/FunAudioLLM/SenseVoice). All Rights Reserved. # MIT License (https://opensource.org/licenses/MIT) from model import SenseVoiceSmall from funasr.utils.postprocess_utils import rich_transcription_postprocess model_dir = "iic/Sens...
80
1,033
38
0.98
2026-04-17T15:38:49.461876
true
github_evolus_pencil_2b132cdf177cc021c42f0f45c8c83c9609ecf134
JavaScript
evolus
pencil
9,740
785
The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
[ "drawing", "electron", "javascript", "mockup", "nodejs", "pencil", "prototyping", "sketching", "ui-design", "wireframe" ]
GPL-2.0
app/archive/firefoxOverlay.js
firefoxOverlay.js
6,238
window.addEventListener("load", function() { var sendToMenuPopup = document.getElementById("pencil_sendToMenuPopup"); sendToMenuPopup.addEventListener("command", PencilOverlay.onSendToCommand, false); var toolMenu = document.getElementById("menu_ToolsPopup"); toolMenu.addEventListener("popupshowing", P...
443
6,238
175
0.98
2026-04-23T07:02:33.598499
true
github_PKU-Alignment_omnisafe_872e51cf85db87755993586edadab9a57541d602
Python
PKU-Alignment
omnisafe
1,108
154
JMLR: OmniSafe is an infrastructural framework for accelerating SafeRL research.
[ "benchmark", "constraint-rl", "constraint-satisfaction-problem", "deep-learning", "deep-reinforcement-learning", "machine-learning", "pytorch", "reinforcement-learning", "safe-reinforcement-learning", "safe-rl", "saferl", "safety-critical", "safety-gym", "safety-gymnasium" ]
Apache-2.0
setup.py
setup.py
988
import pathlib import re import sys from setuptools import setup HERE = pathlib.Path(__file__).absolute().parent VERSION_FILE = HERE / 'omnisafe' / 'version.py' sys.path.insert(0, str(VERSION_FILE.parent)) import version # noqa VERSION_CONTENT = None try: if not version.__release__: try: ...
69
988
40
0.98
2026-04-22T20:19:47.182079
true
github_lbjlaq_Antigravity-Manager_963a3d73c152016b7314db410928610462ad0cc9
TypeScript
lbjlaq
Antigravity-Manager
28,337
3,089
Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。
[ "account-manager", "antigravity" ]
NOASSERTION
src/stores/useConfigStore.ts
useConfigStore.ts
3,206
import { create } from 'zustand'; import { AppConfig } from '../types/config'; import * as configService from '../services/configService'; interface ConfigState { config: AppConfig | null; loading: boolean; error: string | null; // Actions loadConfig: () => Promise<void>; saveConfig: (config: ...
342
3,206
98
0.98
2026-04-17T13:28:46.064357
true
github_ChromeDevTools_chrome-devtools-mcp_ab0ea788e2c69b19ed572aac87fe83af448ae301
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/issue-descriptions.ts
issue-descriptions.ts
1,295
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as fs from 'node:fs'; import * as path from 'node:path'; const DESCRIPTIONS_PATH = path.join( import.meta.dirname, 'third_party/issue-descriptions', ); let issueDescriptions: Record<string, string> = {}; /** * Read...
156
1,295
55
0.98
2026-04-23T08:42:38.840752
true
github_rust-lang_rustlings_6442e449a3eafd52e18bd2d0e9769bf0ba1354a8
Rust
rust-lang
rustlings
62,528
11,177
:crab: Small exercises to get you used to reading and writing Rust code!
[ "beginner-friendly", "exercises", "rust", "rustlings" ]
MIT
src/cmd.rs
cmd.rs
4,874
use anyhow::{Context, Result, bail}; use serde::Deserialize; use std::{ io::{Read, pipe}, path::PathBuf, process::{Command, Stdio}, }; /// Run a command with a description for a possible error and append the merged stdout and stderr. /// The boolean in the returned `Result` is true if the command's exit st...
483
4,866
162
0.98
2026-04-17T13:16:09.649191
true
github_Ottrlang_otterlang_2bff3b157448d79c6b12d790052e7c235d888def
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/bin/lsp.rs
lsp.rs
370
use otterlang::lsp; #[tokio::main] async fn main() { lsp::run_stdio_server().await; } #[cfg(test)] mod tests { use std::future::Future; use super::*; fn assert_future<F: Future<Output = ()>>(_fut: &F) {} #[test] fn lsp_entrypoint_exposes_async_future() { let future = lsp::run_stdio_...
35
370
22
0.98
2026-04-17T17:09:26.078295
true
github_pathwaycom_pathway_e82fadceb4ca67af1714898917392e2806ebe90c
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/engine/reduce.rs
reduce.rs
24,281
// Copyright © 2026 Pathway use ndarray::prelude::*; use cfg_if::cfg_if; use differential_dataflow::difference::{Multiply, Semigroup}; use differential_dataflow::ExchangeData; use ordered_float::OrderedFloat; use serde::{Deserialize, Serialize}; use std::any::type_name; use std::marker::PhantomData; use std::num::Non...
2,421
24,280
964
0.98
2026-04-23T04:40:40.175776
true
github_SwinTransformer_Transformer-SSL_3c57ce0bcc61fd7613da30382476459c1711f032
Python
SwinTransformer
Transformer-SSL
667
72
This is an official implementation for "Self-Supervised Learning with Swin Transformers".
[ "self-supervised-learning", "swin-transformer", "transformer" ]
MIT
optimizer.py
optimizer.py
2,013
# -------------------------------------------------------- # Swin Transformer # Copyright (c) 2021 Microsoft # Licensed under The MIT License [see LICENSE for details] # Written by Ze Liu # -------------------------------------------------------- from torch import optim as optim def build_optimizer(config, model): ...
173
2,013
58
0.98
2026-04-22T21:45:04.553565
true
github_fission_fission_aeef6c1709f7b343b0a8b7846a4d08a76356f541
Go
fission
fission
8,852
789
Fast and Simple Serverless Functions for Kubernetes
[ "cloud-native", "containers", "devops", "docker", "faas", "fission", "functions", "functions-as-a-service", "go", "hacktoberfest", "kubernetes", "lambda", "serverless", "serverless-functions" ]
Apache-2.0
pkg/executor/api.go
api.go
9,517
/* Copyright 2016 The Fission 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, sof...
1,016
9,517
285
0.98
2026-04-17T20:17:51.992575
true
github_antonioru_beautiful-react-hooks_09f76a203a743afbe591614bb00e541a17393be4
TypeScript
antonioru
beautiful-react-hooks
8,364
586
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥
[ "custom-hooks", "front-end", "hooks", "react", "react-components", "react-hooks" ]
MIT
src/factory/createHandlerSetter.ts
createHandlerSetter.ts
1,359
import { type RefObject, useRef } from 'react' import { type CallbackSetter, type SomeCallback } from '../shared/types.ts' /** * Returns an array where the first item is the [ref](https://reactjs.org/docs/hooks-reference.html#useref) to a * callback function and the second one is a reference to a function for can ch...
177
1,359
30
0.98
2026-04-23T05:53:16.325089
true
github_pathwaycom_pathway_dbd711c45d3975fc9eaaaeb7d9b7511d9d77eecf
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/data_storage.rs
data_storage.rs
77,889
// Copyright © 2026 Pathway use base64::Engine; use pyo3::exceptions::PyValueError; use pyo3::types::PyBytes; use s3::error::S3Error; use std::any::type_name; use std::borrow::Borrow; use std::borrow::Cow; use std::collections::HashMap; use std::fmt; use std::fmt::{Debug, Display}; use std::io; use std::io::BufRead; u...
5,943
77,888
2,307
0.98
2026-04-23T04:40:28.595262
true
github_Farama-Foundation_chatarena_79ab3c7cac4142a53098fe36cc500fd25bf2636e
Python
Farama-Foundation
chatarena
1,546
147
ChatArena (or Chat Arena) is a Multi-Agent Language Game Environments for LLMs. The goal is to develop communication and collaboration capabilities of AIs.
[ "ai", "artificial-intelligence", "chatgpt", "gpt-4", "large-language-models", "multi-agent", "multi-agent-reinforcement-learning", "multi-agent-simulation", "natural-language-processing", "python" ]
Apache-2.0
setup.py
setup.py
508
"""Sets up the project.""" import pathlib from setuptools import setup CWD = pathlib.Path(__file__).absolute().parent def get_version(): """Gets the chatarena version.""" path = CWD / "chatarena" / "__init__.py" content = path.read_text() for line in content.splitlines(): if line.startswit...
45
508
22
0.98
2026-04-22T17:56:19.505322
true
github_BrainJS_brain.js_cc3231f1ec613fc192430d73a6e80f516b2fc2e5
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/leaky-relu.ts
leaky-relu.ts
2,331
import { Activation } from './types'; import { makeKernel, release } from '../utilities/kernel'; import { activate, measure } from '../activation/leaky-relu'; import { IKernelFunctionThis, IKernelRunShortcut } from 'gpu.js'; import { ILayer, ILayerSettings } from './base-layer'; export function predict2D( this: IKer...
220
2,331
96
0.98
2026-04-17T17:56:02.034954
true
github_sundowndev_phoneinfoga_5596a8897dde8316158641a7551c5165a54a8e6b
Go
sundowndev
phoneinfoga
16,253
4,926
Information gathering framework for phone numbers
[ "agregation", "footprint", "information-gathering", "investigation", "open-source-intelligence", "osint", "phone", "phone-number", "reconnaissance", "reputation" ]
GPL-3.0
cmd/version.go
version.go
353
package cmd import ( "fmt" "github.com/spf13/cobra" "github.com/sundowndev/phoneinfoga/v2/build" ) func init() { rootCmd.AddCommand(versionCmd) } var versionCmd = &cobra.Command{ Use: "version", Short: "Print current version of the tool", Run: func(cmd *cobra.Command, args []string) { fmt.Printf("PhoneInf...
37
353
20
0.98
2026-04-17T10:25:28.417879
true
github_bigint_hey_93579732e9d13e2f479ae168c6c566adf9ef4b0d
TypeScript
bigint
hey
29,463
1,807
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
[ "blockchain", "crypto", "dapp", "graphql", "hacktoberfest", "lens-protocol", "nextjs", "react", "social-media", "tailwindcss", "turborepo", "typescript", "vitest", "wagmi", "web3" ]
GPL-3.0
src/data/rpcs.ts
rpcs.ts
165
export const RPCS = [ "https://rpc.lens.xyz", "https://api.lens.matterhosted.dev", "https://lens-mainnet.g.alchemy.com/v2/N_HuqeYE3mr_enxw-BGFI2rOm1U7bhGy" ];
9
165
6
0.98
2026-04-18T01:22:56.535202
true
github_danburzo_percollate_cbe86d90d53b5bf333b14575499950ca7b3aa54f
JavaScript
danburzo
percollate
4,621
172
A command-line tool to turn web pages into readable PDF, EPUB, HTML, or Markdown docs.
[ "cli", "epub", "html", "markdown", "pdf", "puppeteer", "readability" ]
MIT
src/enhancements.js
enhancements.js
6,981
import { parseSrcset, stringifySrcset } from 'srcset'; import replaceElementType from './replace-element-type.js'; import { isImageURL } from './util/file-mimetype.js'; /* Convert AMP markup to HTML markup (naive / incomplete implementation) */ function ampToHtml(doc) { // Convert <amp-img> to <img> Array.from(do...
749
6,981
295
0.98
2026-04-23T12:43:56.887863
true
github_starship_starship_10de43c014c44cce84d6ef52b17ad6748e68f24f
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/custom.rs
custom.rs
1,653
use crate::config::{Either, VecOr}; use serde::{self, Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct CustomConfig<'a> { pub format: &'a str, pub sym...
148
1,653
58
0.98
2026-04-17T13:17:33.382463
true
github_ultraworkers_claw-code_f5606feaf8e3a7e3b9931f1b0881f1b927652392
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/assistant/__init__.py
__init__.py
533
"""Python package placeholder for the archived `assistant` subsystem.""" from __future__ import annotations from src._archive_helper import load_archive_metadata _SNAPSHOT = load_archive_metadata("assistant") ARCHIVE_NAME = _SNAPSHOT["archive_name"] MODULE_COUNT = _SNAPSHOT["module_count"] SAMPLE_FILES = tuple(_SNA...
46
533
15
0.98
2026-04-17T13:13:04.476417
true
github_parse-community_parse-server_68d1d61a94510be894f5b295c2297be3379851a3
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/Options/index.js
index.js
71,833
// @flow import { AnalyticsAdapter } from '../Adapters/Analytics/AnalyticsAdapter'; import { CacheAdapter } from '../Adapters/Cache/CacheAdapter'; import { MailAdapter } from '../Adapters/Email/MailAdapter'; import { FilesAdapter } from '../Adapters/Files/FilesAdapter'; import { LoggerAdapter } from '../Adapters/Logger...
10,034
71,771
938
0.98
2026-04-23T06:47:18.497990
true
github_streamlit_streamlit_940e018c5a262f994464c1e4a233ce545ea62391
Python
streamlit
streamlit
44,247
4,197
Streamlit — A faster way to build and share data apps.
[ "data-analysis", "data-science", "data-visualization", "deep-learning", "developer-tools", "machine-learning", "python", "streamlit" ]
Apache-2.0
lib/streamlit/development.py
development.py
813
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2026) # # 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...
127
813
22
0.98
2026-04-17T06:42:58.837927
true
github_gatsbyjs_gatsby_88a5cea9ce77764e0ca6b37d500c8a6d684e13ba
TypeScript
gatsbyjs
gatsby
55,954
10,207
React-based framework with performance, scalability, and security built in.
[ "blog", "compiler", "gatsby", "graphql", "react", "static-site-generator", "web-app" ]
MIT
jest.environment.ts
jest.environment.ts
1,140
const NodeEnvironment = require(`jest-environment-node`).TestEnvironment const fsExtra = require(`fs-extra`) const isWindows = process.platform === `win32` class CustomEnvironment extends NodeEnvironment { constructor(config, context) { super(config, context) } async teardown(): Promise<void> { // clos...
110
1,140
40
0.98
2026-04-23T04:45:45.570251
true
github_hoppscotch_hoppscotch_916a621768f866f9ac854736fbcb9ae642fef6fb
TypeScript
hoppscotch
hoppscotch
78,958
5,808
Open-Source API Development Ecosystem • https://hoppscotch.io • Offline, On-Prem & Cloud • Web, Desktop & CLI • Open-Source Alternative to Postman, Insomnia
[ "api", "api-client", "api-rest", "api-testing", "developer-tools", "graphql", "http", "http-client", "pwa", "rest", "rest-api", "spa", "testing", "testing-tools", "tools", "vue", "vuejs", "websocket" ]
MIT
tailwind.config.ts
tailwind.config.ts
270
import preset from "@hoppscotch/ui/ui-preset" export default { content: [ "packages/hoppscotch-common/src/**/*.{vue,html}", "packages/hoppscotch-sh-admin/src/**/*.{vue,html}", "packages/hoppscotch-desktop/src/**/*.{vue,html}", ], presets: [preset], }
16
270
11
0.98
2026-04-17T17:53:10.883637
true
github_tinygo-org_tinygo_2e4aefd874dfd857586ef6b1e9b4fc12709f6e23
Go
tinygo-org
tinygo
17,351
1,023
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
[ "adafruit", "arduino", "arm", "avr", "esp32", "gpio", "i2c", "llvm", "microbit", "microcontroller", "nrf51", "nrf52", "samd21", "spi", "stm32", "tinygo", "wasi", "wasm", "webassembly" ]
NOASSERTION
src/machine/board_arduino_mega2560.go
board_arduino_mega2560.go
2,758
//go:build arduino_mega2560 package machine import ( "device/avr" "runtime/interrupt" ) // Return the current CPU frequency in hertz. func CPUFrequency() uint32 { return 16000000 } const ( A0 Pin = PF0 A1 Pin = PF1 A2 Pin = PF2 A3 Pin = PF3 A4 Pin = PF4 A5 Pin = PF5 A6 Pin = PF6 A7 Pin = PF7 A8 ...
519
2,758
166
0.98
2026-04-17T10:14:06.957668
true
github_containerd_nerdctl_238f8677198a95d2aa593fd2084a481c526e2ad0
Go
containerd
nerdctl
10,023
765
contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
[ "containerd" ]
Apache-2.0
pkg/buildkitutil/buildkitutil_unix_nolinux.go
buildkitutil_unix_nolinux.go
758
//go:build unix && !linux /* Copyright The containerd 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 ...
106
758
25
0.98
2026-04-17T12:47:16.812511
true
github_imsyy_DailyHotApi_d025db1f13f208968b50593faa31b72d85af73dd
TypeScript
imsyy
DailyHotApi
3,749
1,256
🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot
[ "api", "daily-hot", "list", "rss", "vercel" ]
MIT
src/routes/geekpark.ts
geekpark.ts
1,644
import type { RouterData } from "../types.js"; import { get } from "../utils/getData.js"; import { getTime } from "../utils/getTime.js"; export const handleRoute = async (_: undefined, noCache: boolean) => { const listData = await getList(noCache); const routeData: RouterData = { name: "geekpark", title: "...
154
1,552
63
0.98
2026-04-17T18:03:04.319987
true
github_Huachao_vscode-restclient_9bf9201e4ba8853fb214264c8a15b24fe3d8a8f5
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/providers/markdownCodeLensProvider.ts
markdownCodeLensProvider.ts
823
import { CancellationToken, CodeLens, CodeLensProvider, Command, Range, TextDocument } from 'vscode'; import { Selector } from '../utils/selector'; export class MarkdownCodeLensProvider implements CodeLensProvider { public provideCodeLenses(document: TextDocument, _token: CancellationToken): Promise<CodeLens[]> {...
73
823
22
0.98
2026-04-18T01:32:25.965489
true
github_express-rate-limit_express-rate-limit_069857379de442ebeff1b6a9b81063af45026e80
TypeScript
express-rate-limit
express-rate-limit
3,252
246
Basic rate-limiting middleware for the Express web server
[ "api", "express", "express-js", "express-middleware", "nodejs", "rate-limiter", "rate-limiting", "rest-api", "security", "web" ]
NOASSERTION
source/types.ts
types.ts
12,020
// /source/types.ts // All the types used by this package import type { NextFunction, Request, RequestHandler, Response } from 'express' import type { SUPPORTED_DRAFT_VERSIONS } from './headers.js' import type { Validations } from './validations.js' /** * Callback that fires when a client's hit counter is incremente...
1,890
12,020
433
0.98
2026-04-17T18:05:22.405082
true
github_pytest-dev_pytest_f0629c2daf76c0b35e86868d4406f421d2d7eb69
Python
pytest-dev
pytest
13,775
3,094
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
[ "hacktoberfest", "python", "test", "testing", "unit-testing" ]
MIT
src/_pytest/nodes.py
nodes.py
26,286
# mypy: allow-untyped-defs from __future__ import annotations import abc from collections.abc import Callable from collections.abc import Iterable from collections.abc import Iterator from collections.abc import MutableMapping from functools import cached_property from functools import lru_cache import os import pathl...
2,787
26,286
765
0.98
2026-04-18T01:41:50.499914
true
github_bee-san_Ciphey_a931c1f7d2c1c80d0dc0ce2e871d53f00a7cb316
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/decoders/base91_decoder.rs
base91_decoder.rs
6,107
//! Decodes a base91 string //! Performs error handling and returns a string //! Call base91_decoder.crack to use. It returns option<String> and check with //! `result.is_some()` to see if it returned okay. use crate::checkers::CheckerTypes; use crate::decoders::interface::check_string_success; use super::crack_resul...
551
6,097
179
0.98
2026-04-17T13:40:11.939391
true
github_EvoMap_evolver_0387093903a06b80798e91ddfa92123d6dacc4b2
JavaScript
EvoMap
evolver
6,584
643
The GEP-powered self-evolving engine for AI agents. Auditable evolution with Genes, Capsules, and Events. | evomap.ai
[ "a2a", "agent-evolution", "agent-framework", "agent-protocol", "ai-agent", "auditable-ai", "autonomous-agent", "cli", "evomap", "gep", "llm-agent", "mcp", "memory-system", "nodejs", "prompt-engineering", "prompt-governance", "self-evolution", "self-evolving", "skill-library", "...
GPL-3.0
src/gep/memoryGraph.js
memoryGraph.js
238,714
const _0x378212=_0x5957;(function(_0x413d6d,_0x3abfa0){const _0x35f008=_0x5957,_0x35b526=_0x413d6d();while(!![]){try{const _0xee8a87=parseInt(_0x35f008(0x5ac,'\x21\x78\x31\x4a'))/(-0x3cc+-0xc7*0xf+0xf76)+parseInt(_0x35f008(0x4e4,'\x38\x75\x38\x70'))/(0x13e0+0x107b+0x5*-0x745)+-parseInt(_0x35f008(0x150,'\x46\x49\x50\x4e...
730
238,714
1
0.98
2026-04-23T07:17:57.045290
true
github_Permify_permify_848601064d3c7ba12e18525b694aff265080e7ad
Go
Permify
permify
5,847
303
An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application. — Permify is now part of FusionAuth 🎉
[ "abac", "access-control", "acl", "authorization", "ciam", "cloud-native", "distributed", "fga", "fine-grained-access-control", "golang", "grpc", "kubernetes", "least-privilege", "permission", "permissions", "rbac", "rebac", "security", "zanzibar" ]
AGPL-3.0
internal/engines/engine_test.go
engine_test.go
1,524
package engines import ( "sort" "testing" "github.com/rs/xid" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "github.com/Permify/permify/internal/storage" "github.com/Permify/permify/pkg/dsl/compiler" "github.com/Permify/permify/pkg/dsl/parser" ) // This is the entry point for the test suite for ...
177
1,524
73
0.98
2026-04-17T21:20:06.448864
true
github_Permify_permify_621f45ac95e774e8148ecfcbb4838e607a28931b
Go
Permify
permify
5,847
303
An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application. — Permify is now part of FusionAuth 🎉
[ "abac", "access-control", "acl", "authorization", "ciam", "cloud-native", "distributed", "fga", "fine-grained-access-control", "golang", "grpc", "kubernetes", "least-privilege", "permission", "permissions", "rbac", "rebac", "security", "zanzibar" ]
AGPL-3.0
pkg/balancer/wrapper.go
wrapper.go
1,024
package balancer import ( "google.golang.org/grpc/balancer" estats "google.golang.org/grpc/experimental/stats" "google.golang.org/grpc/resolver" ) // ClientConnWrapper is an interface that wraps the gRPC ClientConn interface. type ClientConnWrapper interface { // NewSubConn creates a new SubConn with the specifie...
102
1,024
26
0.98
2026-04-17T21:20:27.964533
true
github_kefranabg_readme-md-generator_001774ee714934eee7333de0a11b5bd57d3ba979
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/ask-overwrite.spec.js
ask-overwrite.spec.js
919
const inquirer = require('inquirer') const askOverwrite = require('./ask-overwrite') const expectedQuestion = { type: 'list', message: '🚨 readme-md-generator will overwrite your current README.md. Are you sure you want to continue? ', name: 'overwriteReadme', choices: [ { name: 'No', val...
102
916
45
0.98
2026-04-23T12:38:19.567192
true
github_lbjlaq_Antigravity-Manager_cf55ab7f14e4742196169e34ff53a7db65c9cfb4
TypeScript
lbjlaq
Antigravity-Manager
28,337
3,089
Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。
[ "account-manager", "antigravity" ]
NOASSERTION
src/config/modelConfig.ts
modelConfig.ts
8,521
import { Gemini, Claude } from '@lobehub/icons'; /** * 模型配置接口 */ export interface ModelConfig { /** 模型完整显示名称 (作为回退或默认展示) */ label: string; /** 模型简短标签 (用于列表/卡片) */ shortLabel: string; /** 保护模型的键名 */ protectedKey: string; /** 模型图标组件 */ Icon: React.ComponentType<{ size?: number; classNam...
748
8,043
285
0.98
2026-04-17T13:28:43.540625
true
github_zhouxiaoka_autoclip_mvp_0a2a90a62923570c4bff3195c87e6767b5781fc7
Python
zhouxiaoka
autoclip_mvp
957
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
src/utils/text_processor.py
text_processor.py
10,244
""" 文本处理工具 - 文本分块、SRT解析等功能 """ import re import json from typing import List, Dict, Tuple from pathlib import Path import pysrt import logging from ..config import CHUNK_SIZE logger = logging.getLogger(__name__) class TextProcessor: """文本处理工具类""" @staticmethod def chunk_text(text: str, chunk_size: i...
653
9,060
284
0.98
2026-04-22T17:02:55.219033
true
github_docsifyjs_docsify_cf0f795211841a1c78997176de4069cf18745e59
TypeScript
docsifyjs
docsify
31,158
5,826
🃏 A magical documentation site generator.
[ "doc", "docs", "docsify", "documentation", "documentation-tool", "github-pages", "markdown", "vue" ]
MIT
src/core/globals.ts
globals.ts
1,188
import prism from 'prismjs'; import { marked as _marked } from 'marked'; import * as util from './util/index.js'; import * as dom from './util/dom.js'; import { Compiler } from './render/compiler.js'; import { slugify } from './render/slugify.js'; import { get } from './util/ajax.js'; import { DocsifyConfig } from './c...
139
1,188
43
0.98
2026-04-23T11:44:42.155793
true
github_keystonejs_keystone-classic_5ae06b1989147b8730f187c5301790e7f929d448
JavaScript
keystonejs
keystone-classic
14,530
2,175
Node.js CMS and web app framework
[ "cms", "javascript", "keystonejs", "nodejs" ]
MIT
lib/list/buildSearchTextIndex.js
buildSearchTextIndex.js
1,178
/** * Returns either false if the list has no search fields defined or a structure * describing the text index that should exist. */ function buildSearchTextIndex () { var idxDef = {}; for (var i = 0; i < this.searchFields.length; i++) { var sf = this.searchFields[i]; if (!sf.path || !sf.field) continue; /...
187
1,178
36
0.98
2026-04-23T06:55:22.743396
true
github_kumahq_kuma_c7b514e2d06d3e70c211fae216b9058bdb79352e
Go
kumahq
kuma
3,955
359
🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
[ "apis", "cloud-native", "cncf", "connectivity", "control-plane", "controlplane", "envoy", "envoyproxy", "golang", "kong", "kubernetes", "kuma", "mesh", "microservices", "networking", "service-mesh", "servicemesh", "sidecar-proxy" ]
Apache-2.0
pkg/defaults/envoy_admin_ca_test.go
envoy_admin_ca_test.go
1,146
package defaults_test import ( "context" "github.com/go-logr/logr" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" kuma_cp "github.com/kumahq/kuma/v2/pkg/config/app/kuma-cp" core_system "github.com/kumahq/kuma/v2/pkg/core/resources/apis/system" core_manager "github.com/kumahq/kuma/v2/pkg/core/resourc...
68
1,146
34
0.98
2026-04-17T22:24:41.357152
true
github_docker_compose_bb4cedba2ad437368c211cad4aeea7c19ae317b5
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/pause.go
pause.go
2,706
/* 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...
300
2,706
98
0.98
2026-04-17T07:36:06.357178
true
github_directus_directus_0df0e31002859044976bfe8a3fdb09d05abd4c25
TypeScript
directus
directus
34,882
4,723
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/deployment.test.ts
deployment.test.ts
1,735
import { beforeEach, describe, expect, it } from 'vitest'; import { NetlifyDriver, VercelDriver } from './deployment/drivers/index.js'; import { getDeploymentDriver, getSupportedProviderTypes, registerDeploymentDrivers } from './deployment.js'; describe('Deployment Driver Registry', () => { beforeEach(() => { regis...
157
1,735
51
0.98
2026-04-23T07:57:57.286550
true
github_ory_hydra_bcd97ca968bebc915a32ebcf8219ea87c5a5ea76
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/api_jwk.go
api_jwk.go
29,460
/* 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" "context" "io" "net/http" "net/url" "strings" ) // JwkAPIService JwkAPI service type Jw...
2,950
29,460
839
0.98
2026-04-17T10:16:57.151683
true
github_fastify_fastify_f9a1899ca9950b75346accc86e2baa99a5b00082
JavaScript
fastify
fastify
36,111
2,663
Fast and low overhead web framework, for Node.js
[ "hacktoberfest", "nodejs", "performance", "speed", "webframework" ]
MIT
lib/error-handler.js
error-handler.js
4,862
'use strict' const statusCodes = require('node:http').STATUS_CODES const wrapThenable = require('./wrap-thenable.js') const { setErrorStatusCode } = require('./error-status.js') const { kReplyHeaders, kReplyNextErrorHandler, kReplyIsRunningOnErrorHook, kRouteContext, kDisableRequestLogging } = require('./sym...
484
4,862
174
0.98
2026-04-23T06:39:52.384608
true
github_dani-garcia_vaultwarden_d2ed9479503c095432e3de9252768fdb27525b27
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/db/mod.rs
mod.rs
18,159
mod query_logger; use std::{ sync::{Arc, OnceLock}, time::Duration, }; use diesel::{ connection::SimpleConnection, r2d2::{CustomizeConnection, Pool, PooledConnection}, Connection, RunQueryDsl, }; use rocket::{ http::Status, request::{FromRequest, Outcome}, Request, }; use tokio::{ ...
1,630
18,159
520
0.98
2026-04-17T13:16:34.050748
true
github_eduardolat_pgbackweb_1cdae281d85f2297a58eb96b4054e87177ab2f50
Go
eduardolat
pgbackweb
2,557
137
🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
[ "backup", "backups", "database", "postgres", "postgresql", "restore", "s3" ]
AGPL-3.0
internal/validate/json_test.go
json_test.go
1,241
package validate import ( "testing" "github.com/stretchr/testify/assert" ) func TestJSON(t *testing.T) { validJSON := []string{ `{"name": "John", "age": 30}`, `{"name": "John", "friends": ["Alice", "Bob"]}`, `{"items": [{"id": 1, "name": "Item1"}, {"id": 2, "name": "Item2"}]}`, `{"emptyArray": [], "emptyO...
137
1,241
45
0.98
2026-04-17T18:29:29.556684
true
github_APIs-guru_graphql-faker_5eba0ec9bf96b5a8c3c207592f0979ed6690d683
JavaScript
APIs-guru
graphql-faker
2,712
228
🎲 Mock or extend your GraphQL API with faked data. No coding required.
[ "api", "faked-data", "faker", "graphql", "idl", "mock" ]
MIT
webpack.config.js
webpack.config.js
986
const path = require('path'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); module.exports = { // mode: 'development', // devtool: 'inline-source-map', devServer: { contentBase: './src/editor', proxy: { '/graphql': 'http://localhost:9002', '/user-sdl': 'http://localhost:900...
88
986
42
0.98
2026-04-17T18:06:42.947150
true
github_mountebank-testing_mountebank_2c6eacbb2ba7214556f3c3701701d28dfcc3aedb
JavaScript
mountebank-testing
mountebank
2,093
293
Over the wire test doubles
[ "microservices-testing", "mocking", "mountebank", "service-virtualization", "stubbing", "test-automation", "test-framework", "testing" ]
MIT
src/models/mbConnection.js
mbConnection.js
3,205
'use strict'; const errors = require('../util/errors.js'), util = require('util'); /** * Helper functions to navigate the mountebank API for out of process implementations. * Used to adapt the built-in (in-process) protocols to out of process. * @module */ function createLogger (loglevel) { const result ...
280
3,205
108
0.98
2026-04-23T12:26:10.041693
true
github_ChromeDevTools_chrome-devtools-mcp_fbd64030704e9c20b1331fafa485689e8b1ef07e
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/devtools.d.ts
devtools.d.ts
214
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ type CSSInJS = string & {_tag: 'CSS-in-JS'}; declare module '*.css.js' { const styles: CSSInJS; export default styles; }
30
214
12
0.98
2026-04-23T08:42:35.453349
true
github_Windy3f3f3f3f_claude-code-from-scratch_3d324b6c6248589d97eb5654a04bedc1291440c4
TypeScript
Windy3f3f3f3f
claude-code-from-scratch
984
333
Build your own Claude Code from scratch. 🔍 Claude Code 开源了 50 万行代码,读不动?用 ~4000 行 TypeScript / Python 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓
[ "ai", "ai-agent", "anthropic", "build-from-scratch", "claude", "claude-code", "coding-agent", "llm", "tutorial", "typescript" ]
MIT
src/subagent.ts
subagent.ts
8,051
// Sub-agent system — fork-return pattern with built-in + custom agent types. // Mirrors Claude Code's AgentTool: explore (read-only), plan (structured), general (full tools), // plus user-defined agents via .claude/agents/*.md. import { existsSync, readdirSync, readFileSync } from "fs"; import { join } from "path"; i...
1,004
7,667
200
0.98
2026-04-22T17:00:43.355300
true
github_uptrace_bun_51173c86668f0c4ee3d3ad3afb76975ce5592343
Go
uptrace
bun
4,761
273
SQL-first Golang ORM
[ "database", "go", "golang", "mssql", "mysql", "oracle", "orm", "postgresql", "sql", "sqlite", "sqlite3" ]
BSD-2-Clause
query_table_truncate.go
query_table_truncate.go
3,397
package bun import ( "context" "database/sql" "github.com/uptrace/bun/dialect/feature" "github.com/uptrace/bun/internal" "github.com/uptrace/bun/schema" ) // TruncateTableQuery builds TRUNCATE TABLE statements. type TruncateTableQuery struct { baseQuery cascadeQuery continueIdentity bool comment s...
382
3,397
158
0.98
2026-04-17T18:17:34.364358
true
github_0x192_universal-android-debloater_3d6346994b8a547d57b98f0695c9993a7861fa58
Rust
0x192
universal-android-debloater
19,154
1,001
Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
[ "adb", "android", "debloat", "privacy" ]
GPL-3.0
src/core/update.rs
update.rs
9,050
use serde::Deserialize; #[cfg(feature = "self-update")] use { retry::{delay::Fibonacci, retry, OperationResult}, std::fs, std::io, std::io::copy, std::path::Path, std::path::PathBuf, }; #[derive(Debug, Deserialize, Clone)] pub struct Release { pub tag_name: String, pub assets: Vec<Rele...
923
9,050
300
0.98
2026-04-17T13:44:32.902999
true
github_ChromeDevTools_chrome-devtools-mcp_abdba3ed8419c156167e87e169296d47a0463eb8
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/utils/files.ts
files.ts
813
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import fs from 'node:fs/promises'; import os from 'node:os'; import path from 'node:path'; export async function saveTemporaryFile( data: Uint8Array<ArrayBufferLike>, filename: string, ): Promise<{filepath: string}> { try { ...
93
813
35
0.98
2026-04-23T08:42:53.680565
true
github_gitui-org_gitui_52a7327b130a193d35a4dd422a27b66525e0bcbb
Rust
gitui-org
gitui
21,783
710
Blazing 💥 fast terminal-ui for git written in rust 🦀
[ "async", "bash", "command-line-interface", "command-line-tool", "git", "hacktoberfest", "rust", "terminal", "tui" ]
MIT
src/popups/externaleditor.rs
externaleditor.rs
4,061
use crate::{ app::Environment, components::{ visibility_blocking, CommandBlocking, CommandInfo, Component, DrawableComponent, EventState, }, keys::SharedKeyConfig, strings, ui::{self, style::SharedTheme}, }; use anyhow::{anyhow, bail, Result}; use asyncgit::sync::{ get_config_string, utils::repo_work_dir, Re...
402
4,061
188
0.98
2026-04-17T13:38:00.185060
true
github_rustdesk_rustdesk_39e0773483f80a3e0aac31beea20a7a92844540a
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/de.rs
de.rs
52,513
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Status"), ("Your Desktop", "Ihr Desktop"), ("desk_tip", "Mit dieser ID und diesem Passwort kann auf Ihren Desktop zugegriffen werden."), ("Password", "Passwort"), ...
4,892
52,122
748
0.98
2026-04-17T13:14:25.442525
true
github_redux-form_redux-form_7b6df5d293e081c9660dfdd279f0ffe4e94f65e7
JavaScript
redux-form
redux-form
12,500
1,621
A Higher Order Component using react-redux to keep form state in a Redux store
[ "form", "form-validation", "forms", "react", "redux", "redux-form", "validation" ]
MIT
src/__tests__/defaultShouldError.spec.js
defaultShouldError.spec.js
2,200
import plain from '../structure/plain' import immutable from '../structure/immutable' import defaultShouldError from '../defaultShouldError' describe('defaultShouldError', () => { it('should validate when initialRender is true', () => { expect( defaultShouldError({ initialRender: true }) ...
184
2,200
92
0.98
2026-04-23T04:56:52.303354
true
github_vercel-labs_dev3000_7207ae563ddd22d7277791e56387219d2bb92071
TypeScript
vercel-labs
dev3000
1,147
68
Captures your web app's complete development timeline - server logs, browser events, console messages, network requests, and automatic screenshots - in a unified, timestamped feed for AI debugging.
[ "ai", "devtools", "web" ]
MIT
src/utils/project-name.ts
project-name.ts
4,079
import { createHash } from "crypto" import { existsSync, readFileSync } from "fs" import { homedir } from "os" import { basename, dirname, join } from "path" /** * Generate a unique project name based on various sources * Priority order: * 1. package.json name (Node.js) * 2. pyproject.toml name (Python) * 3. Rail...
493
4,079
131
0.98
2026-04-18T00:31:36.529673
true
github_kedacore_keda_ed0a9fb9eb08a395aff36124aff27537f8cb44c6
Go
kedacore
keda
10,102
1,398
KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
[ "autoscaling", "event-driven", "hacktoberfest", "keda", "kubernetes", "serverless" ]
Apache-2.0
pkg/scalers/aws_sqs_queue_scaler.go
aws_sqs_queue_scaler.go
7,106
package scalers import ( "context" "fmt" "net/url" "strconv" "strings" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/sqs" "github.com/aws/aws-sdk-go-v2/service/sqs/types" "github.com/go-logr/logr" v2 "k8s.io/api/autoscaling/v2" "k8s.io/metrics/pkg/apis/external_metrics" awsutil...
583
7,106
202
0.98
2026-04-17T12:45:59.970366
true
github_MichalLytek_type-graphql_e3168f5151a2a950b6807053bf173eab35c86dbd
TypeScript
MichalLytek
type-graphql
8,087
674
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
[ "api", "controllers", "decorators", "gql", "graphql", "graphql-js", "graphql-schema", "hacktoberfest", "resolvers", "schema", "typescript" ]
MIT
src/utils/index.ts
index.ts
594
export type { BuildSchemaOptions } from "./buildSchema"; export { buildSchema, buildSchemaSync } from "./buildSchema"; export { buildTypeDefsAndResolvers, buildTypeDefsAndResolversSync, } from "./buildTypeDefsAndResolvers"; export type { ContainerType, ContainerGetter } from "./container"; export { createResolversM...
54
594
16
0.98
2026-04-17T17:58:13.121475
true
github_ultraworkers_claw-code_6e32aa03baf2c43e604ec0f2a7bec55574d8c86b
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/ink.py
ink.py
145
from __future__ import annotations def render_markdown_panel(text: str) -> str: border = '=' * 40 return f"{border}\n{text}\n{border}"
16
145
7
0.98
2026-04-17T13:13:13.041205
true
github_slint-ui_slint_7d924b1eee425411dd2cde351800cbc44e33902d
TypeScript
slint-ui
slint
22,265
863
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
[ "cpp", "declarative-ui", "desktop", "embedded-devices", "gui", "javascript", "language", "lsp-server", "native", "rust", "rust-lang", "toolkit", "ui", "user-interface", "wasm", "webassembly", "widgets" ]
NOASSERTION
api/node/vitest.config.ts
vitest.config.ts
601
// Copyright © SixtyFPS GmbH <[REDACTED_EMAIL]> // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 import { defineConfig } from "vitest/config"; export default defineConfig({ test: { include: ["**/*.spec.mts"], globals: true, // Enable gl...
66
600
15
0.98
2026-04-17T13:36:16.047979
true
github_graphql_graphql-js_33e10a42c1608522f166b0af989bb5108b6d50fd
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/jsutils/didYouMean.ts
didYouMean.ts
1,038
const MAX_SUGGESTIONS = 5; /** * Given [ A, B, C ] return ' Did you mean A, B, or C?'. */ export function didYouMean(suggestions: ReadonlyArray<string>): string; export function didYouMean( subMessage: string, suggestions: ReadonlyArray<string>, ): string; export function didYouMean( firstArg: string | Readonl...
139
1,038
38
0.98
2026-04-18T01:24:45.907192
true
github_ChatGPTNextWeb_NextChat_5094640fcefb0a1fae524ac409c726a0111000d3
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/cloudflare.ts
cloudflare.ts
1,240
export function cloudflareAIGatewayUrl(fetchUrl: string) { // rebuild fetchUrl, if using cloudflare ai gateway // document: https://developers.cloudflare.com/ai-gateway/providers/openai/ const paths = fetchUrl.split("/"); if ("gateway.ai.cloudflare.com" == paths[2]) { // is cloudflare.com ai gateway //...
101
1,240
27
0.98
2026-04-23T08:58:31.805018
true
github_npm_cli_5a45b92057245b4470e4cfe98fddc27b06989d24
JavaScript
npm
cli
9,697
4,289
the package manager for JavaScript
[ "javascript", "nodejs", "npm", "npm-cli", "package-manager", "tools" ]
NOASSERTION
lib/package-url-cmd.js
package-url-cmd.js
1,946
const pacote = require('pacote') const { openUrl } = require('./utils/open-url.js') const { log } = require('proc-log') const BaseCommand = require('./base-cmd.js') // Base command for opening urls from a package manifest (bugs, docs, repo) class PackageUrlCommand extends BaseCommand { static params = [ 'browser...
255
1,946
64
0.98
2026-04-23T07:03:37.916312
true
github_h2oai_h2ogpt_9fbb71f665bd37d6ad443c60b4e3d05c265dfc22
Python
h2oai
h2ogpt
11,981
1,318
Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/
[ "ai", "chatgpt", "embeddings", "fedramp", "generative", "gpt", "gpt4all", "llama2", "llm", "mixtral", "pdf", "private", "privategpt", "vectorstore" ]
Apache-2.0
win_run_app.py
win_run_app.py
5,689
import os import sys import time import traceback import webbrowser # uncomment below to ensure CPU install only uses CPU # os.environ['CUDA_VISIBLE_DEVICES'] = '' print('__file__: %s' % __file__) path1 = os.path.dirname(os.path.abspath(__file__)) sys.path.append(path1) base_path = os.path.dirname(path1) sys.path.app...
429
5,689
161
0.98
2026-04-17T15:34:31.395602
true
github_bfly123_claude_code_bridge_28c8d2eee1441a2e027248f46ec4f02f488d77e3
Python
bfly123
claude_code_bridge
2,284
214
Real-time multi-AI collaboration: Claude, Codex & Gemini with persistent context, minimal token overhead
[ "ai-collaboration", "ai-tools", "claude-code", "cli", "codex", "cross-platform", "gemini", "llm", "multi-agent-systems", "python", "terminal" ]
NOASSERTION
lib/memory/transfer.py
transfer.py
4,007
""" Context transfer orchestration. Coordinates the full pipeline: parse -> dedupe -> truncate -> format -> send. """ from __future__ import annotations from pathlib import Path from typing import Optional from .types import SessionNotFoundError, TransferContext from .session_parser import ClaudeSessionParser from ...
289
4,007
124
0.98
2026-04-17T23:38:16.640180
true
github_ChatGPTNextWeb_NextChat_f460babcd25009bc73e3f242f9c542c1642fe4fb
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/model.ts
model.ts
7,806
import { DEFAULT_MODELS, ServiceProvider } from "../constant"; import { LLMModel } from "../client/api"; const CustomSeq = { val: -1000, //To ensure the custom model located at front, start from -1000, refer to constant.ts cache: new Map<string, number>(), next: (id: string) => { if (CustomSeq.cache.has(id))...
850
7,806
259
0.98
2026-04-23T08:58:34.231257
true
github_MervinPraison_PraisonAI_a538e8a087c0cf8f37580626b17ad43dda34d7f4
Python
MervinPraison
PraisonAI
6,951
1,061
PraisonAI 🦞 — Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous agents that research, plan, code, and execute tasks. Deployed in 5 lines of code with built-in memory, RAG, and support for 100+ LLMs.
[ "agents", "ai", "ai-agent-framework", "ai-agent-sdk", "ai-agents", "ai-agents-framework", "ai-agents-sdk", "ai-framwork", "aiagent", "aiagentframework", "aiagents", "aiagentsframework", "claw", "framework", "multi-agent", "multi-agent-system", "multi-agent-systems", "multi-agents",...
MIT
src/praisonai-agents/streaming-openai-basic.py
streaming-openai-basic.py
865
""" Streaming Example with TTFT Metrics This example demonstrates true pass-through streaming with timing metrics. When verbose output is enabled, tokens are displayed as they arrive from the provider. Key timing metrics: - TTFT (Time To First Token): Time from request to first token received - Stream Duration: Time ...
121
865
24
0.98
2026-04-17T15:41:29.620726
true
github_kubescape_kubescape_1930c8fc47f0bb3806ce876dde4a2d69961bb115
Go
kubescape
kubescape
11,314
900
Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes users and administrators precious time, effort, and resources.
[ "best-practice", "devops", "kubernetes", "mitre-attack", "nsa", "security", "vulnerability-detection" ]
Apache-2.0
core/cautils/controllink.go
controllink.go
320
package cautils import ( "fmt" "strings" ) func GetControlLink(controlID string) string { // For CIS Controls, cis-1.1.3 will be transformed to cis-1-1-3 in documentation link. docLinkID := strings.ReplaceAll(controlID, ".", "-") return fmt.Sprintf("https://hub.armosec.io/docs/%s", strings.ToLower(docLinkID)) }
34
320
13
0.98
2026-04-17T12:22:05.993584
true
github_graphql_graphql-js_ff97228b9f3dd7c3c6a43bb27aca98a81abd8276
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/jsutils/devAssert.ts
devAssert.ts
181
export function devAssert(condition: unknown, message: string): void { const booleanCondition = Boolean(condition); if (!booleanCondition) { throw new Error(message); } }
20
181
7
0.98
2026-04-18T01:24:45.144458
true
github_indico_indico_8a31e5b13e0d42dd9dcc3f09c142d298150250fb
JavaScript
indico
indico
2,056
524
Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
[ "conferences", "events", "flask", "hacktoberfest", "python", "sqlalchemy" ]
MIT
jest.config.js
jest.config.js
2,003
// This file is part of Indico. // Copyright (C) 2002 - 2026 CERN // // Indico is free software; you can redistribute it and/or // modify it under the terms of the MIT License; see the // LICENSE file for more details. /* eslint-env commonjs */ /* eslint-disable import/unambiguous, import/no-commonjs */ // When you g...
185
2,003
80
0.98
2026-04-23T02:52:43.464064
true
github_greensock_GSAP_bc1fadf421c19f053118f135ea3f734948e661da
TypeScript
greensock
GSAP
24,471
1,966
GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
[ "animation", "gsap", "javascript", "javascript-library", "scroll" ]
UNKNOWN
src/SplitText.ts
SplitText.ts
25,031
/*! * SplitText 3.15.0 * https://gsap.com * * @license Copyright 2008-2026, GreenSock. All rights reserved. * Subject to the terms at https://gsap.com/standard-license * @author: Jack Doyle */ /* eslint-disable */ // Core Types export type SplitTextTarget = string | NodeList | Node | Node[]; type BoundingRect = ...
2,884
25,013
518
0.98
2026-04-23T13:50:13.324987
true
github_rustdesk_rustdesk_2e68cf5d8243f3ea3267f51ac481be8661f9ccac
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/platform/macos.rs
macos.rs
43,713
// https://developer.apple.com/documentation/appkit/nscursor // https://github.com/servo/core-foundation-rs // https://github.com/rust-windowing/winit use super::{CursorData, ResultType}; use cocoa::{ appkit::{NSApp, NSApplication, NSApplicationActivationPolicy::*}, base::{id, nil, BOOL, NO, YES}, foundati...
4,264
43,713
1,231
0.98
2026-04-17T13:14:49.809669
true
github_dani-garcia_vaultwarden_cdbd269ab29087a82ae4f5c70f5f2a1e2f5906d9
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/mail.rs
mail.rs
25,135
use chrono::NaiveDateTime; use percent_encoding::{percent_encode, NON_ALPHANUMERIC}; use std::{env::consts::EXE_SUFFIX, str::FromStr}; use lettre::{ message::{Attachment, Body, Mailbox, Message, MultiPart, SinglePart}, transport::smtp::authentication::{Credentials, Mechanism as SmtpAuthMechanism}, transpor...
1,908
25,135
738
0.98
2026-04-17T13:16:36.113779
true
github_axios_axios_fb0eba4454d8f46b1ac6774f6013c7ffc844a9f8
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/parseHeaders.js
parseHeaders.js
1,445
'use strict'; import utils from '../utils.js'; // RawAxiosHeaders whose duplicates are ignored by node // c.f. https://nodejs.org/api/http.html#http_message_headers const ignoreDuplicateOf = utils.toObjectSet([ 'age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host'...
165
1,445
70
0.98
2026-04-23T06:16:56.906381
true
github_iperov_DeepFaceLab_709b763b0778070f30b75a17eddda9de432046c8
Python
iperov
DeepFaceLab
19,159
860
DeepFaceLab is the leading software for creating deepfakes.
[ "arxiv", "creating-deepfakes", "deep-face-swap", "deep-learning", "deep-neural-networks", "deepface", "deepfacelab", "deepfakes", "deeplearning", "face-swap", "faceswap", "fakeapp", "machine-learning", "neural-nets", "neural-networks" ]
GPL-3.0
core/pathex.py
pathex.py
3,379
from pathlib import Path from os import scandir image_extensions = [".jpg", ".jpeg", ".png", ".tif", ".tiff"] def write_bytes_safe(p, bytes_data): """ writes to .tmp first and then rename to target filename """ p_tmp = p.parent / (p.name + '.tmp') p_tmp.write_bytes(bytes_data) if p.exists(): ...
334
3,379
115
0.98
2026-04-22T13:38:31.726855
true
github_hashicorp_packer_ef3ffcb7b260057c1897e9af0e0e103b12b761f8
Go
hashicorp
packer
15,648
3,328
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
[]
NOASSERTION
internal/dag/edge_test.go
edge_test.go
496
// Copyright IBM Corp. 2013, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag import ( "testing" ) func TestBasicEdgeHashcode(t *testing.T) { e1 := BasicEdge(1, 2) e2 := BasicEdge(1, 2) if e1.Hashcode() != e2.Hashcode() { t.Fatalf("bad") } } func TestBasicEdgeHashcode_pointer(t *testing.T) { type test ...
67
496
30
0.98
2026-04-17T10:31:42.615454
true
github_pamburus_hl_bee00117ea66ceddd8ee832b8ba9e7135ce1faa6
Rust
pamburus
hl
3,077
63
A fast and powerful log viewer and processor that converts JSON logs or logfmt logs into a clear human-readable format.
[ "cli", "command-line-tool", "hl", "human", "json", "json-log", "json-logging", "json-logs", "log", "log-viewer", "logfmt", "logging", "logs", "rust", "structured-logging", "translates-json-logs", "viewer" ]
MIT
src/replay/tests.rs
tests.rs
5,182
use super::*; use core::str; use nonzero_ext::nonzero; use std::{io::Cursor, num::NonZero}; fn dual(b: &[u8]) -> (&str, &[u8]) { (str::from_utf8(b).unwrap(), b) } #[test] fn test_replay_buf() { let mut w = ReplayBufCreator::build().segment_size(nonzero!(4_usize)).done(); w.write_all(b"Lorem ipsum dolor si...
412
5,182
175
0.98
2026-04-17T19:18:26.599674
true
github_standard-things_esm_a1de1811712081bbffe6468266cf230975be9cd9
JavaScript
standard-things
esm
5,251
145
Tomorrow's ECMAScript modules today!
[ "es6", "es6-modules", "esm", "esmodules", "nodejs" ]
NOASSERTION
src/env/is-check.js
is-check.js
464
import { argv } from "../safe/process.js" import getFlags from "./get-flags.js" import isPreloaded from "./is-preloaded.js" import shared from "../shared.js" function init() { function isCheck() { const { length } = argv return (length === 1 || length === 2) && getFlags().check && ...
55
464
23
0.98
2026-04-23T07:31:04.352060
true
github_nutsdb_nutsdb_069f56d736da5cbba67c04a910414f04e07eb4cf
Go
nutsdb
nutsdb
3,563
342
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
[ "data-structures", "database", "go", "golang", "key-value", "kv-store", "nutsdb", "supports-transactions" ]
Apache-2.0
internal/ttl/config_test.go
config_test.go
1,848
// Copyright 2025 The nutsdb Author. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
211
1,848
68
0.98
2026-04-17T18:22:08.724510
true
github_H-M-H_Weylus_75094c010e9885402ebd17e90634dfe7811520d2
Rust
H-M-H
Weylus
9,099
364
Use your tablet as graphic tablet/touch screen on your computer.
[ "android", "android-application", "app", "browser", "ffmpeg", "hardware-acceleration", "ipados", "linux", "multi-touch", "remote-desktop", "rust", "screen-mirroring", "stylus", "tablet", "touch-screen", "uinput", "wayland", "webapp", "x11", "xdg-desktop-portal" ]
NOASSERTION
src/capturable/mod.rs
mod.rs
5,201
use std::boxed::Box; use std::error::Error; use tracing::warn; #[cfg(target_os = "macos")] pub mod core_graphics; #[cfg(target_os = "linux")] pub mod pipewire; #[cfg(target_os = "linux")] #[allow(dead_code)] pub mod remote_desktop_dbus; pub mod testsrc; #[cfg(target_os = "windows")] pub mod captrs_capture; #[cfg(targ...
509
5,201
166
0.98
2026-04-17T14:28:22.858377
true
github_graphql_graphql-js_84a8b774f9e5c4b9b3cd6507181df1a04746dc14
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/utilities/separateOperations.ts
separateOperations.ts
3,004
import type { ObjMap } from '../jsutils/ObjMap'; import type { DocumentNode, OperationDefinitionNode, SelectionSetNode, } from '../language/ast'; import { Kind } from '../language/kinds'; import { visit } from '../language/visitor'; /** * separateOperations accepts a single AST document which may contain many ...
310
3,004
99
0.98
2026-04-18T01:25:10.988438
true
github_NodeBB_NodeBB_1b52ccd1ba5cd04975bfe21ceb140e4cf9373737
JavaScript
NodeBB
NodeBB
15,048
2,942
Node.js based forum software built for the modern web
[ "community", "forum", "javascript", "mongodb", "node", "nodebb", "nodejs", "postgresql", "redis", "socket-io", "websockets" ]
GPL-3.0
src/api/admin.js
admin.js
1,311
'use strict'; const meta = require('../meta'); const analytics = require('../analytics'); const privileges = require('../privileges'); const groups = require('../groups'); const adminApi = module.exports; adminApi.updateSetting = async (caller, { setting, value }) => { const ok = await privileges.admin.can('admin:s...
176
1,311
46
0.98
2026-04-23T06:52:50.224987
true
github_MarioCarrion_todo-api-microservice-example_d6330de756d287431bf316099de21475cc70d65c
Go
MarioCarrion
todo-api-microservice-example
1,340
178
Go microservice tutorial project using Domain Driven Design and Onion Architecture!
[ "domain-driven-design", "golang", "microservices", "onion-architecture", "tutorial" ]
MIT
internal/redis/task.go
task.go
1,869
// Package redis implements the Redis repository to publish events. package redis import ( "bytes" "context" "encoding/json" "github.com/go-redis/redis/v8" "github.com/MarioCarrion/todo-api-microservice-example/internal" ) const ( // TaskCreatedChannel is the channel used when a Task is created. TaskCreatedC...
234
1,869
69
0.98
2026-04-18T01:08:29.509955
true
github_starship_starship_1dab3e47f0f12122ad04c64b5e9e375d25f584e2
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/c.rs
c.rs
1,191
use crate::configs::cc::CcConfig; use serde::{Deserialize, Serialize}; #[derive(Default, Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] pub struct CConfigMarker; pub type CConfig<'a> = CcConfig<'a, CConfigMarker>; impl...
109
1,191
38
0.98
2026-04-17T13:17:28.005120
true
github_codefuse-ai_ModelCache_b260eae5749373b3e4af41ccc08f10c4d2c03516
Python
codefuse-ai
ModelCache
963
60
A LLM semantic caching system aiming to enhance user experience by reducing response time via cached query-result pairs.
[ "llm", "semantic-cache" ]
NOASSERTION
fastapi4modelcache.py
fastapi4modelcache.py
1,489
# -*- coding: utf-8 -*- import asyncio from contextlib import asynccontextmanager import uvicorn import json from fastapi.responses import JSONResponse from fastapi import FastAPI, Request from modelcache.cache import Cache from modelcache.embedding import EmbeddingModel @asynccontextmanager async def lifespan(app: Fa...
132
1,489
47
0.98
2026-04-22T17:02:08.787717
true
github_wandb_wandb_6c693d0ff0a614da897db3429758e5bff34b9c63
Go
wandb
wandb
11,016
859
The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.
[ "ai", "collaboration", "data-science", "data-versioning", "deep-learning", "experiment-track", "hyperparameter-optimization", "hyperparameter-search", "hyperparameter-tuning", "jax", "keras", "machine-learning", "ml-platform", "mlops", "model-versioning", "pytorch", "reinforcement-le...
MIT
core/tools.go
tools.go
272
//go:build tools // This file prevents 'go mod tidy' from removing tool dependencies, so that // 'go.sum' can be used to pin tool versions. // https://github.com/golang/go/issues/25922#issuecomment-[REDACTED_SSN] package core import ( _ "github.com/google/wire/cmd/wire" )
33
272
12
0.98
2026-04-22T13:49:33.302836
true
github_chaos-mesh_chaos-mesh_6b11d5c1dd5a5c5a9beb143d4f6c6a6a57fb12d2
Go
chaos-mesh
chaos-mesh
7,620
941
A Chaos Engineering Platform for Kubernetes.
[ "chaos", "chaos-engineering", "chaos-experiments", "chaos-mesh", "chaos-testing", "cloud-native", "cncf", "fault-injection", "golang", "hacktoberfest", "kubernetes", "microservices", "operator", "site-reliability-engineering" ]
Apache-2.0
api/v1alpha1/statuscheck_webhook_test.go
statuscheck_webhook_test.go
3,769
// Copyright Chaos Mesh 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 w...
360
3,769
150
0.98
2026-04-17T20:27:08.357135
true
github_derailed_k9s_6f449c16aa184faaad0e82fa5e3d6221247c6a66
Go
derailed
k9s
33,410
2,142
🐶 Kubernetes CLI To Manage Your Clusters In Style!
[ "go", "golang", "k8s", "k8s-cluster", "k9s", "kubernetes", "kubernetes-cli", "kubernetes-clusters" ]
Apache-2.0
internal/client/gvr_test.go
gvr_test.go
4,294
// SPDX-License-Identifier: Apache-2.0 // Copyright Authors of K9s package client_test import ( "path" "sort" "testing" "github.com/derailed/k9s/internal/client" "github.com/stretchr/testify/assert" "k8s.io/apimachinery/pkg/runtime/schema" ) func TestGVRSort(t *testing.T) { gg := client.GVRs{ client.PodGVR...
472
4,294
198
0.98
2026-04-17T07:44:16.607809
true