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_ncdai_chanhdai.com_8dbddab9327725d7b9a63528a86a20a9e6df74d9 | TypeScript | ncdai | chanhdai.com | 1,727 | 261 | A minimal, pixel-perfect dev portfolio, shadcn registry, and blog. | [
"dev-portfolio",
"motion",
"nextjs",
"portfolio",
"shadcn-ui",
"tailwindcss"
] | MIT | src/lib/events.ts | events.ts | 1,188 | import posthog from "posthog-js"
import { z } from "zod"
import { op } from "./openpanel"
const eventSchema = z.object({
name: z.enum([
"copy_npm_command",
"copy_code_block",
"copy_block_code",
"copy_email",
"copy_phone_number",
"play_name_pronunciation",
"open_command_menu",
"comman... | 92 | 1,188 | 48 | 0.98 | 2026-04-23T11:03:56.586123 | true |
github_gyroflow_gyroflow_70f91b33c8258215837a05f69b960b83b3800f90 | JavaScript | gyroflow | gyroflow | 8,415 | 396 | Video stabilization using gyroscope data | [
"fpv",
"gopro",
"gpu",
"gpu-computing",
"gyroscope",
"insta360",
"rolling-shutter-undistortion",
"rust",
"sony-alpha-cameras",
"stabilization",
"video",
"video-processing"
] | GPL-3.0 | src/ui/Util.js | Util.js | 1,555 | // SPDX-License-Identifier: GPL-3.0-or-later
// Copyright © 2022 Adrian <adrian.eddy at gmail>
function timeToStr(v) {
const d = Math.floor((v %= 31536000) / 86400),
h = Math.floor((v %= 86400) / 3600),
m = Math.floor((v %= 3600) / 60),
s = Math.round(v % 60);
if (d || h |... | 214 | 1,554 | 47 | 0.98 | 2026-04-17T14:32:10.236267 | true |
github_dagger_dagger_35085bf837b53b06fa06b3b492dec211edcc9ab7 | 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/engine/telemetry.go | telemetry.go | 1,185 | package main
import (
"context"
"log/slog"
"os"
"github.com/dagger/dagger/internal/buildkit/identity"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/sdk/resource"
semconv "go.opentelemetry.io/otel/semconv/v1.40.0"
"github.com/dagger/dagger/engine"
telemetry "github.com/dagger/otel-go"
)
con... | 115 | 1,185 | 59 | 0.98 | 2026-04-17T10:31:18.211682 | true |
github_puppeteer_replay_8e0f831b5be7ae196d5a476db4c81cf2be76a6e7 | 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/CLIUtils.ts | CLIUtils.ts | 5,302 | /**
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... | 586 | 5,272 | 201 | 0.98 | 2026-04-18T00:30:33.718627 | true |
github_PaulJuliusMartinez_jless_1f7221aab27ba8033852b331628a6ce5d710fdae | Rust | PaulJuliusMartinez | jless | 5,372 | 112 | jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data. | [
"cli",
"json",
"rust"
] | MIT | src/jsonparser.rs | jsonparser.rs | 16,845 | use logos::{Lexer, Logos};
use crate::flatjson::{ContainerType, Index, OptionIndex, Row, Value};
use crate::jsontokenizer::JsonToken;
struct JsonParser<'a> {
tokenizer: Lexer<'a, JsonToken>,
parents: Vec<Index>,
rows: Vec<Row>,
pretty_printed: String,
max_depth: usize,
peeked_token: Option<Op... | 1,366 | 16,845 | 500 | 0.98 | 2026-04-17T15:03:18.184532 | true |
github_graphql_graphql-js_6050c9a907a1259daba2adce7e8c56fcebcfbc81 | TypeScript | graphql | graphql-js | 20,323 | 2,056 | A reference implementation of GraphQL for JavaScript | [
"graphql",
"graphql-js"
] | MIT | src/utilities/sortValueNode.ts | sortValueNode.ts | 1,092 | import { naturalCompare } from '../jsutils/naturalCompare';
import type { ObjectFieldNode, ValueNode } from '../language/ast';
import { Kind } from '../language/kinds';
/**
* Sort ValueNode.
*
* This function returns a sorted copy of the given ValueNode.
*
* @internal
*/
export function sortValueNode(valueNode:... | 106 | 1,092 | 48 | 0.98 | 2026-04-18T01:25:11.780249 | true |
github_Usagi-org_ai-goofish-monitor_eeb153b2a6373cd09e56893b605f77effb2a36ed | Python | Usagi-org | ai-goofish-monitor | 10,983 | 1,566 | 基于 Playwright 和AI实现的闲鱼多任务实时/定时监控与智能分析系统,配备了功能完善的后台管理UI。帮助用户从闲鱼海量商品中,找到心仪产品。 | [
"ai",
"ai-assistant",
"ai-tools",
"automation",
"gemini",
"goofish",
"open-source",
"openai",
"playwright",
"tool",
"xian-yu",
"xianyu",
"xianyu-bot"
] | MIT | src/services/item_analysis_dispatcher.py | item_analysis_dispatcher.py | 6,430 | """
商品分析分发器
将卖家资料采集、图片下载、AI 分析和结果保存移出主抓取链路。
"""
import asyncio
import copy
import os
from dataclasses import dataclass
from typing import Awaitable, Callable, Optional
from src.keyword_rule_engine import build_search_text, evaluate_keyword_rules
SellerLoader = Callable[[str], Awaitable[dict]]
ImageDownloader = Calla... | 470 | 6,148 | 174 | 0.98 | 2026-04-17T15:35:41.162767 | true |
github_vercel-labs_dev3000_c83b1e9ef980292732b734cd3230cf36b2e79c10 | TypeScript | vercel-labs | dev3000 | 1,153 | 67 | 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/commands/fix.ts | fix.ts | 10,650 | /**
* d3k fix - Diagnose application errors from logs
*
* Analyzes d3k session logs and categorizes errors by type and severity.
* Returns a prioritized list of issues that need to be fixed.
*/
import { existsSync, readdirSync, readFileSync, statSync } from "node:fs"
import { homedir } from "node:os"
import { joi... | 1,012 | 10,627 | 366 | 0.98 | 2026-04-23T08:55:45.722470 | true |
github_benoitvallon_react-native-nw-react-calculator_a65c7fe4e050935d0651c6869d9672d18bd29265 | JavaScript | benoitvallon | react-native-nw-react-calculator | 5,218 | 860 | Mobile, desktop and website Apps with the same code | [
"android-app",
"architecture",
"desktop",
"electron",
"flux",
"ios-app",
"react",
"react-native",
"universal-app"
] | MIT | webpack.dist.config.js | webpack.dist.config.js | 1,018 | /*
* Webpack distribution configuration
*
* This file is set up for serving the distribution version. It will be compiled to dist/ by default
*/
'use strict';
var webpack = require('webpack');
module.exports = {
output: {
publicPath: '/assets/',
path: 'dist/assets/',
filename: 'main.js'
},
debu... | 99 | 1,018 | 47 | 0.98 | 2026-04-23T06:11:22.614741 | true |
github_goofychris_art-template_9d61092cd4364b1d956a5a632b9d4261ed0453cb | JavaScript | goofychris | art-template | 9,873 | 2,653 | High performance JavaScript templating engine | [
"express",
"javascript",
"koa",
"nodejs",
"template-engine",
"webpack"
] | MIT | src/extension.js | extension.js | 581 | const templatePath = require.resolve('./index.js');
/**
* require.extensions 扩展注册函数
* 使用动态编译机制
* @param {Object} module
* @param {string} flnm
*/
const extension = function(module, flnm) {
const filename = flnm || module.filename;
const imports = 'var template=require(' + JSON.stringify(templatePath) + ')... | 65 | 553 | 23 | 0.98 | 2026-04-23T07:02:05.324871 | true |
github_containerd_nerdctl_5aba7c2f480eb3cf17457d3d6b59f2d2b7c5677d | 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 | cmd/nerdctl/main_linux.go | main_linux.go | 2,510 | /*
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 applicable law or agreed to... | 334 | 2,510 | 85 | 0.98 | 2026-04-17T12:47:11.953606 | true |
github_mysteriumnetwork_node_297c6dbf1f4213e08e680c3f2763cd73263b0927 | Go | mysteriumnetwork | node | 1,186 | 337 | Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol | [
"blockchain",
"distributed",
"distributed-systems",
"golang",
"networking",
"vpn",
"vpn-client",
"vpn-server",
"vpnfree"
] | GPL-3.0 | core/location/built_in_resolver_test.go | built_in_resolver_test.go | 1,096 | /*
* Copyright (C) 2017 The "MysteriumNetwork/node" Authors.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | 149 | 1,096 | 35 | 0.98 | 2026-04-17T16:59:00.651215 | true |
github_huggingface_transformers_fdb5e0dec65804b2b03135cd055051a4eded3527 | Python | huggingface | transformers | 159,743 | 32,972 | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. | [
"audio",
"deep-learning",
"deepseek",
"gemma",
"glm",
"hacktoberfest",
"llm",
"machine-learning",
"model-hub",
"natural-language-processing",
"nlp",
"pretrained-models",
"python",
"pytorch",
"pytorch-transformers",
"qwen",
"speech-recognition",
"transformer",
"vlm"
] | Apache-2.0 | src/transformers/modeling_attn_mask_utils.py | modeling_attn_mask_utils.py | 21,843 | # Copyright 2023 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | 2,172 | 21,843 | 504 | 0.98 | 2026-04-22T13:17:59.401841 | true |
github_vercel_swr_51d634d25c15c363ddf071decd0699f16e3d3c5f | TypeScript | vercel | swr | 32,352 | 1,332 | React Hooks for Data Fetching | [
"cache",
"data",
"data-fetching",
"fetch",
"hook",
"hooks",
"nextjs",
"react",
"react-native",
"stale-while-revalidate",
"suspense",
"swr",
"vercel"
] | MIT | src/index/serialize.ts | serialize.ts | 164 | import type { Key } from '../_internal'
import { serialize } from '../_internal/utils/serialize'
export const unstable_serialize = (key: Key) => serialize(key)[0]
| 21 | 164 | 5 | 0.98 | 2026-04-23T09:00:05.317390 | true |
github_CovenantSQL_CovenantSQL_f712bd5064c697bdc41e5856c4adca0886b8523c | Go | CovenantSQL | CovenantSQL | 1,530 | 147 | A decentralized, trusted, high performance, SQL database with blockchain features | [
"bft",
"blockchain",
"covenantsql",
"cql",
"crypto",
"database",
"dbaas",
"decentralized",
"p2p",
"qldb",
"sql",
"sql-database"
] | Apache-2.0 | cmd/cql-eth-exchange/tx_record.go | tx_record.go | 7,013 | /*
* Copyright 2019 The CovenantSQL 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 ... | 832 | 7,013 | 253 | 0.98 | 2026-04-17T16:56:35.885131 | true |
github_bigint_hey_6aa6e30b22de24439017ba908483892165411b80 | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/helpers/getTransactionData.ts | getTransactionData.ts | 1,171 | import type { Address, Hex } from "viem";
import type {
Eip712TransactionRequest,
Eip1559TransactionRequest
} from "@/indexer/generated";
interface GetTransactionDataOptions {
sponsored?: boolean;
}
interface TransactionData {
data: Hex;
gas: bigint;
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
... | 114 | 1,171 | 50 | 0.98 | 2026-04-18T01:23:08.296120 | true |
github_harmony-one_harmony_ae0e690b32d1c6c30eb41d9a8da462f57ebc87a0 | Go | harmony-one | harmony | 1,453 | 287 | The core protocol of harmony | [
"blockchain",
"bls",
"consensus",
"distributed-ledger-technology",
"harmony",
"harmony-protocol",
"pbft",
"proof-of-stake",
"sharding"
] | LGPL-3.0 | core/blockchain_test.go | blockchain_test.go | 2,990 | package core
/*
import (
"math/big"
"testing"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/ethash"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/harmony-one/harmony/core/rawdb"
"github.com/harmony-one/harmony/core/vm"
... | 305 | 2,990 | 111 | 0.98 | 2026-04-17T16:57:22.665927 | true |
github_p-e-w_heretic_b65939891980ddf044f3950f5b5a96a556779a90 | Python | p-e-w | heretic | 19,719 | 1,996 | Fully automatic censorship removal for language models | [
"abliteration",
"llm",
"transformer"
] | AGPL-3.0 | src/heretic/model.py | model.py | 33,240 | # SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <[REDACTED_EMAIL]> + contributors
import math
from contextlib import suppress
from dataclasses import dataclass
from typing import Any, Type, cast
import bitsandbytes as bnb
import torch
import torch.linalg as LA
import t... | 2,957 | 33,240 | 799 | 0.98 | 2026-04-22T15:01:51.803645 | true |
github_ollama_ollama_9902c5bee2ef0f8a3e32a9550b1d9672e94c9b61 | 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 | api/types_typescript_test.go | types_typescript_test.go | 2,768 | package api
import (
"testing"
)
func TestToolParameterToTypeScriptType(t *testing.T) {
tests := []struct {
name string
param ToolProperty
expected string
}{
{
name: "single string type",
param: ToolProperty{
Type: PropertyType{"string"},
},
expected: "string",
},
{
name: "sin... | 300 | 2,768 | 143 | 0.98 | 2026-04-17T06:50:18.788939 | true |
github_plastic-labs_honcho_e79346781256a303154d0e6f25be8c3705be5580 | Python | plastic-labs | honcho | 2,529 | 286 | Memory library for building stateful agents | [
"agent-memory",
"ai",
"ai-agents",
"ai-memory",
"anthropic",
"context-engineering",
"continual-learning",
"embeddings",
"fastapi",
"langchain",
"llm",
"long-term-memory",
"memory",
"openai",
"personalization",
"python",
"rag",
"state-management",
"typescript",
"vector-database"... | AGPL-3.0 | src/deriver/__main__.py | __main__.py | 2,574 | import asyncio
import logging
import os
import uvloop
from prometheus_client import start_http_server
from src.config import settings
from src.telemetry import initialize_telemetry_async, shutdown_telemetry
from .queue_manager import main
logger = logging.getLogger(__name__)
def start_metrics_server() -> None:
... | 218 | 2,574 | 86 | 0.98 | 2026-04-17T16:00:10.117168 | true |
github_PyO3_maturin_149270aaf665d3930feff5a6751fbccba32b9f38 | Rust | PyO3 | maturin | 5,555 | 393 | Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages | [
"cffi",
"cpython",
"cross-compile",
"hacktoberfest",
"manylinux",
"packaging",
"pyo3",
"pypi",
"pypy",
"python",
"uniffi",
"wheels"
] | Apache-2.0 | src/module_writer/mock_writer.rs | mock_writer.rs | 10,870 | use std::io::Read as _;
use std::path::Path;
use std::path::PathBuf;
use std::str;
use anyhow::Result;
use anyhow::bail;
use fs_err::File;
use ignore::overrides::Override;
use indexmap::IndexMap;
use indexmap::map::Entry;
use insta::assert_snapshot;
use itertools::Itertools as _;
use crate::BuildOptions;
use crate::C... | 791 | 10,870 | 313 | 0.98 | 2026-04-17T14:57:40.825565 | true |
github_Cloud-CV_EvalAI_7a6b3a7f1978539dacbbea139e0e954721845af5 | JavaScript | Cloud-CV | EvalAI | 2,015 | 987 | :cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI | [
"ai",
"ai-challenges",
"angularjs",
"artificial-intelligence",
"challenge",
"codecov",
"coveralls",
"django",
"docker",
"evalai",
"evaluation",
"leaderboard",
"machine-learning",
"python",
"reproducibility",
"reproducible-research",
"travis-ci"
] | NOASSERTION | gulpfile.js | gulpfile.js | 11,415 | var gulp = require('gulp'),
del = require('del'),
_ = require('lodash'),
fs = require('fs'),
path = require('path'),
concat = require('gulp-concat'),
sass = require('gulp-sass')(require('sass')),
postcss = require('gulp-postcss'),
cleanCSS = require('gulp-clean-css'),
sourcemaps = re... | 827 | 11,415 | 349 | 0.98 | 2026-04-17T16:05:34.850741 | true |
github_wooorm_markdown-rs_b59741f76ee338f8951c72d546f2f39adc76e305 | 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/raw_text.rs | raw_text.rs | 9,526 | //! Raw (text) occurs in the [text][] content type.
//! It forms code (text) and math (text).
//!
//! ## Grammar
//!
//! Raw (text) forms with the following BNF
//! (<small>see [construct][crate::construct] for character groups</small>):
//!
//! ```bnf
//! ; Restriction: the number of markers in the closing sequence mu... | 1,013 | 9,511 | 272 | 0.98 | 2026-04-17T17:05:56.867046 | true |
github_photoprism_photoprism_7e21e9945c3add2c3ed888ab88e708ae163ee007 | Go | photoprism | photoprism | 39,551 | 2,251 | AI-Powered Photos App for the Decentralized Web 🌈💎✨ | [
"ai",
"golang",
"google-photos",
"machine-learning",
"photography",
"private-cloud",
"self-hosted",
"tensorflow"
] | NOASSERTION | internal/api/covers_test.go | covers_test.go | 2,521 | package api
import (
"net/http"
"testing"
"github.com/photoprism/photoprism/internal/config"
"github.com/stretchr/testify/assert"
)
func TestAlbumCover(t *testing.T) {
t.Run("InvalidType", func(t *testing.T) {
app, router, conf := NewApiTest()
AlbumCover(router)
r := PerformRequest(app, "GET", "/api/v1/a... | 185 | 2,521 | 73 | 0.98 | 2026-04-17T07:34:03.294563 | true |
github_nutsdb_nutsdb_8838be3a02fbe0a782804b82b2118c4306dea06d | 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/utils/lru.go | lru.go | 1,841 | package utils
import (
"container/list"
"sync"
)
// LRUCache is a least recently used (LRU) cache.
type LRUCache struct {
m map[any]*list.Element
l *list.List
cap int
mu *sync.RWMutex
}
// New creates a new LRUCache with the specified capacity.
func NewLruCache(cap int) *LRUCache {
return &LRUCache{
m:... | 277 | 1,841 | 111 | 0.98 | 2026-04-17T18:22:12.973286 | true |
github_avwo_whistle_cbf21d3a7c36055f71370326e44487cdfefc13e6 | JavaScript | avwo | whistle | 15,478 | 1,155 | HTTP, HTTP2, HTTPS, Websocket debugging proxy | [
"charles",
"debug",
"fiddler",
"hosts",
"node",
"nodejs",
"proxy",
"web",
"weinre"
] | MIT | lib/config.js | config.js | 37,979 | var path = require('path');
var http = require('http');
var fs = require('fs');
var net = require('net');
var dns = require('dns');
var qs = require('querystring');
var LRU = require('lru-cache');
var httpAgent = http.Agent;
var httpsAgent = require('https').Agent;
var parseUrl = require('./util/parse-url-safe');
var f... | 3,774 | 37,919 | 1,195 | 0.98 | 2026-04-23T06:51:03.186351 | true |
github_emmett-framework_granian_e58060e4bcd33b33a88c9bca108e66888172a1c0 | Rust | emmett-framework | granian | 5,285 | 149 | A Rust HTTP server for Python applications | [
"asgi",
"asyncio",
"http",
"http-server",
"python",
"rsgi",
"rust",
"wsgi"
] | BSD-3-Clause | src/rsgi/types.rs | types.rs | 11,651 | use anyhow::Result;
use futures::TryStreamExt;
use http_body_util::BodyExt;
use hyper::{
Method, Uri, Version,
body::Bytes,
header::{HeaderMap, HeaderName, HeaderValue, SERVER as HK_SERVER},
http::uri::Authority,
};
use percent_encoding::percent_decode_str;
use pyo3::types::{PyBytes, PyIterator, PyList,... | 922 | 11,651 | 414 | 0.98 | 2026-04-17T15:15:43.803470 | true |
github_triggerdotdev_jsonhero-web_2cd028a5a382f2c610dbd35be7df66ab620d32b1 | TypeScript | triggerdotdev | jsonhero-web | 10,705 | 668 | JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team. | [
"developer-tools",
"devtools",
"hacktoberfest",
"json",
"json-viewer",
"react",
"tools",
"typescript",
"viewer"
] | Apache-2.0 | app/utilities/getRandomUserAgent.ts | getRandomUserAgent.ts | 12,496 | const userAgents = [
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/[REDACTED_IP] Safari/537.36",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/[REDACTED_IP] Safari/537.36",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleW... | 1,294 | 12,496 | 107 | 0.98 | 2026-04-23T08:44:13.079769 | true |
github_sindresorhus_np_829b0cbfbd096ab70d22ab8c4e4545b6430e1a11 | JavaScript | sindresorhus | np | 7,694 | 310 | A better `npm publish` | [
"cli",
"cli-app",
"javascript",
"nodejs",
"npm",
"npm-package",
"npm-publish",
"publish",
"yarn"
] | MIT | source/cli-implementation.js | cli-implementation.js | 7,123 | #!/usr/bin/env node
import path from 'node:path';
import process from 'node:process';
import logSymbols from 'log-symbols';
import meow from 'meow';
import updateNotifier from 'update-notifier';
import isInteractive from 'is-interactive';
import {gracefulExit} from 'exit-hook';
import {getPackageManagerConfig} from './... | 811 | 7,116 | 250 | 0.98 | 2026-04-23T07:13:27.891686 | true |
github_RemoteDebug_remotedebug-ios-webkit-adapter_8c23f28bf0f68d4efadc74ee441589bc63808c7d | TypeScript | RemoteDebug | remotedebug-ios-webkit-adapter | 2,738 | 223 | Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools | [
"chrome-devtools",
"debugger",
"devtools",
"ios",
"protocol-adapter",
"remotedebug",
"safari"
] | UNKNOWN | src/adapters/adapterInterfaces.ts | adapterInterfaces.ts | 796 | //
// Copyright (C) Microsoft. All rights reserved.
//
export interface ITarget {
appId?: string;
description: string;
devtoolsFrontendUrl: string;
faviconUrl: string;
id: string;
title: string;
type: string;
url: string;
webSocketDebuggerUrl: string;
adapterType: string;
me... | 79 | 796 | 41 | 0.98 | 2026-04-18T00:26:21.153348 | true |
github_AlexxIT_go2rtc_31e6a9a4fa298bbe954f54dd94e065f323dc42f3 | Go | AlexxIT | go2rtc | 12,817 | 1,026 | Ultimate camera streaming application | [
"ffmpeg",
"go",
"golang",
"hassio",
"hls",
"home-assistant",
"homekit",
"media-server",
"mjpeg",
"mp4",
"onvif",
"rtmp",
"rtsp",
"rtsp-server",
"streaming",
"tapo",
"webcam-streaming",
"webrtc",
"wyze",
"xiaomi"
] | MIT | internal/multitrans/multitrans.go | multitrans.go | 189 | package multitrans
import (
"github.com/AlexxIT/go2rtc/internal/streams"
"github.com/AlexxIT/go2rtc/pkg/multitrans"
)
func Init() {
streams.HandleFunc("multitrans", multitrans.Dial)
}
| 13 | 189 | 11 | 0.98 | 2026-04-17T11:33:27.788105 | true |
github_prettier_prettier_47290b7f19edfc85b8363ae9196d17e62883b9bb | TypeScript | prettier | prettier | 51,817 | 4,704 | Prettier is an opinionated code formatter. | [
"angular",
"ast",
"css",
"flow",
"formatter",
"graphql",
"html",
"javascript",
"json",
"jsx",
"less",
"markdown",
"prettier",
"printer",
"scss",
"typescript",
"vue",
"yaml"
] | MIT | src/index.d.ts | index.d.ts | 27,829 | // Copied from `@types/prettier`
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/5bb07fc4b087cb7ee91084afa6fe750551a7bbb1/types/prettier/index.d.ts
// Minimum TypeScript Version: 4.2
// Add `export {}` here to shut off automatic exporting from index.d.ts. There
// are quite a few utility types here that do... | 3,586 | 27,829 | 976 | 0.98 | 2026-04-23T11:43:54.819856 | true |
github_zeroclaw-labs_zeroclaw_9649afec8f692d0b243b85eff650d400de54d8c7 | Rust | zeroclaw-labs | zeroclaw | 30,264 | 4,379 | Fast, small, and fully autonomous AI personal assistant infrastructure, ANY OS, ANY PLATFORM — deploy anywhere, swap anything 🦀 | [
"agent",
"agentic",
"ai",
"infra",
"ml",
"openclaw",
"os",
"zeroclaw"
] | Apache-2.0 | src/memory/cli.rs | cli.rs | 9,820 | use super::traits::{Memory, MemoryCategory};
use super::{
MemoryBackendKind, classify_memory_backend, create_memory_for_migration,
effective_memory_backend_name,
};
use crate::config::Config;
use anyhow::{Result, bail};
use console::style;
/// Handle `zeroclaw memory <subcommand>` CLI commands.
pub async fn ha... | 866 | 9,816 | 329 | 0.98 | 2026-04-17T13:26:30.660000 | true |
github_BrainJS_brain.js_6a6c5fb0cb4b1f339ea1482f68218bda07002a6b | 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/feed-forward.test.ts | feed-forward.test.ts | 407 | import { feedForward } from './feed-forward';
import { mockLayer } from '../test-utils';
describe('FeedForward Layer', () => {
test('properly sets width and height', () => {
const input = mockLayer({ width: 1, height: 3 });
const settings = { height: 3 };
const layer = feedForward(settings, input);
... | 50 | 407 | 14 | 0.98 | 2026-04-17T17:55:57.834094 | true |
github_pomber_git-history_d37f41ad9f5b355e0e833f3c69f2d57efeed0ff1 | JavaScript | pomber | git-history | 13,683 | 544 | Quickly browse the history of a file from any git repository | [
"animation",
"blame",
"cli",
"commit",
"git",
"github",
"history",
"log",
"text",
"vscode",
"vscode-extension"
] | MIT | src/history.js | history.js | 4,265 | import React, { useEffect, useState } from "react";
import useSpring from "react-use/lib/useSpring";
import Swipeable from "react-swipeable";
import Slide from "./slide";
import "./comment-box.css";
function CommitInfo({ commit, move, onClick }) {
const message = commit.message.split("\n")[0].slice(0, 80);
const i... | 401 | 4,265 | 156 | 0.98 | 2026-04-23T12:37:53.500361 | true |
github_getzola_zola_eda2d0876c1fbe95d3b81c8322e97c014e7281d5 | JavaScript | getzola | zola | 16,932 | 1,133 | A fast static site generator in a single binary with everything built-in. https://www.getzola.org | [
"blog-engine",
"cms",
"content-management-system",
"documentation-tool",
"markdown",
"markdown-to-html",
"rust",
"site-generator",
"static",
"static-site-generator",
"tera"
] | EUPL-1.2 | src/cmd/livereload.js | livereload.js | 67,855 | !function(){return function e(t,r,n){function o(s,c){if(!r[s]){if(!t[s]){var a="function"==typeof require&&require;if(!c&&a)return a(s,!0);if(i)return i(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}var u=r[s]={exports:{}};t[s][0].call(u.exports,function(e){return o(t[s][1][e]||e... | 1,330 | 67,854 | 2 | 0.98 | 2026-04-17T13:48:48.466254 | true |
github_facebook_relay_b590dd3dd49114648f0a704243f8487e9577a727 | JavaScript | facebook | relay | 18,930 | 1,888 | Relay is a JavaScript framework for building data-driven React applications. | [] | MIT | .prettierrc.js | .prettierrc.js | 535 | /**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall relay
*/
let plugins = ['prettier-plugin-hermes-parser'];
try {
plugins = require('./.prettier-plugins.f... | 72 | 535 | 26 | 0.98 | 2026-04-17T13:45:11.840302 | true |
github_ChatGPTNextWeb_NextChat_ec8139b2065f62a64efc640548d2dfd42c2eaa53 | 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/token.ts | token.ts | 465 | export function estimateTokenLength(input: string): number {
let tokenLength = 0;
for (let i = 0; i < input.length; i++) {
const charCode = input.charCodeAt(i);
if (charCode < 128) {
// ASCII character
if (charCode <= 122 && charCode >= 65) {
// a-Z
tokenLength += 0.25;
}... | 67 | 465 | 23 | 0.98 | 2026-04-23T08:58:37.311681 | true |
github_bee-san_Ciphey_6a65694e0e3a93c5c47ac91fafd5bc347fd3b740 | 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/base58_flickr_decoder.rs | base58_flickr_decoder.rs | 6,748 | //! Decodes a base58 flickr string
//! Performs error handling and returns a string
//! Call base58_flickr_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 supe... | 580 | 6,741 | 187 | 0.98 | 2026-04-17T13:40:09.860682 | true |
github_iperov_DeepFaceLab_e6f77a4093716f07a5b6844bf7ba0b92954d7bff | 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/joblib/ThisThreadGenerator.py | ThisThreadGenerator.py | 485 | class ThisThreadGenerator(object):
def __init__(self, generator_func, user_param=None):
super().__init__()
self.generator_func = generator_func
self.user_param = user_param
self.initialized = False
def __iter__(self):
return self
def __next__(self):
if not s... | 33 | 485 | 16 | 0.98 | 2026-04-22T13:38:27.371603 | true |
github_rustdesk_rustdesk_356a9ee2d239014847130c11948cd9a2e758e980 | 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/id.rs | id.rs | 45,907 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "Status"),
("Your Desktop", "Desktop Anda"),
("desk_tip", "Akses desktop kamu dengan ID & Kata sandi ini"),
("Password", "Kata sandi"),
("Ready", "Sudah siap"),
... | 4,534 | 45,907 | 748 | 0.98 | 2026-04-17T13:14:32.970221 | true |
github_codenotary_immudb_e5fa488ef3c6b709bacc742821f19e7d417e6b7f | Go | codenotary | immudb | 8,958 | 362 | immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history | [
"auditable",
"compliance",
"cryptographic",
"database",
"gdpr",
"go",
"immutable",
"immutable-database",
"key-value",
"merkle-tree",
"pci-dss",
"performance",
"sql",
"tamper-evident",
"tamperproof",
"timetravel",
"verification",
"verify",
"zero-trust"
] | NOASSERTION | cmd/cmdtest/random.go | random.go | 835 | /*
Copyright 2025 Codenotary Inc. All rights reserved.
SPDX-License-Identifier: BUSL-1.1
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://mariadb.com/bsl11/
Unless required by applicable law or agreed to in writing, software
distributed under the Li... | 113 | 835 | 34 | 0.98 | 2026-04-17T18:10:41.744870 | true |
github_nodejs_node_cdbb40882204ece288095cbed6a7d66f3a7cd5b5 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/_tls_common.js | _tls_common.js | 349 | 'use strict';
const { SecureContext, createSecureContext, translatePeerCertificate } = require('internal/tls/common');
module.exports = {
SecureContext,
createSecureContext,
translatePeerCertificate,
};
process.emitWarning('The _tls_common module is deprecated. Use `node:tls` instead.',
'Depr... | 27 | 349 | 11 | 0.98 | 2026-04-23T06:15:35.490756 | true |
github_BrainJS_brain.js_993acae923ba1d24c1fe72f7ad36387780e6e87d | 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/pool.ts | pool.ts | 9,524 | import { Filter } from './filter';
import { makeKernel, makeKernelMap, release } from '../utilities/kernel';
import { getPadding, getStride } from '../utilities/layer-setup';
import { zeros3D } from '../utilities/zeros-3d';
import { randos3D } from '../utilities/randos';
import {
IKernelFunctionThis,
IKernelMapRunS... | 945 | 9,524 | 349 | 0.98 | 2026-04-17T17:56:07.989415 | true |
github_containerd_nerdctl_c789e42696ac03075c1fe7dcb4e69ec01b88b2cf | 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/composer/container.go | container.go | 2,363 | /*
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 applicable law or agreed to... | 305 | 2,363 | 87 | 0.98 | 2026-04-17T12:47:22.509501 | true |
github_jingweiz_pytorch-rl_2b9c602e213661fa61956b849d95e18316dd3e8f | Python | jingweiz | pytorch-rl | 805 | 144 | Deep Reinforcement Learning with pytorch & visdom | [
"a3c",
"acer",
"actor-critic",
"deep-learning",
"deep-reinforcement-learning",
"dqn",
"pytorch",
"pytorch-a3c",
"reinforcement-learning",
"trpo",
"visdom"
] | MIT | core/agents/empty.py | empty.py | 1,837 | from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import random
from utils.helpers import Experience
from core.agent import Agent
class EmptyAgent(Agent):
def __init__(self, args, env_prototype, model_prototype, memory_prototype):
super(EmptyAgent... | 154 | 1,837 | 52 | 0.98 | 2026-04-22T20:28:51.398277 | true |
github_yuanming-hu_exposure_fef8779ecbec83a894087451d301a8c341760b5d | Python | yuanming-hu | exposure | 780 | 156 | Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model. | [
"computational-photography",
"deep-learning",
"gan",
"generative-adversarial-network",
"image-processing",
"reinforcement-learning"
] | MIT | replay_memory.py | replay_memory.py | 10,349 | import random
import numpy as np
import tensorflow as tf
from util import Dict
from util import STATE_DROPOUT_BEGIN, STATE_REWARD_DIM, STATE_STEP_DIM, STATE_STOPPED_DIM
class ReplayMemory:
def __init__(self, cfg, load):
self.cfg = cfg
self.real_dataset = cfg.real_data_provider()
if load:
self.fak... | 828 | 10,349 | 283 | 0.98 | 2026-04-22T20:34:38.844131 | true |
github_HG-ha_MTools_b87a97fbd940a17f5f022deb3a80000137076a31 | Python | HG-ha | MTools | 1,004 | 95 | MTools 是一个功能强大的全能桌面应用程序,集成了音视频处理、图片编辑、文本操作和编码工具,内置AI增强功能。旨在简化您的工作流程,提升生产效率 | [
"ai",
"funasr",
"ppocr",
"speech",
"tools",
"voice",
"whisper"
] | MIT | src/services/face_detection_service.py | face_detection_service.py | 11,897 | # -*- coding: utf-8 -*-
"""人脸检测服务模块。
提供基于 RetinaFace 的人脸检测功能,支持 GPU 加速。
参考 HivisionIDPhotos 项目实现。
"""
import gc
from itertools import product
from math import ceil
from pathlib import Path
from typing import Optional, Tuple, List, TYPE_CHECKING
import cv2
import numpy as np
from utils import logger, create_onnx_ses... | 1,020 | 10,865 | 395 | 0.98 | 2026-04-17T16:35:52.907585 | true |
github_writer_writer-framework_b55ba29bb4d2329b93b68f5b10a43aece57d114c | 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/__init__.py | __init__.py | 5,374 | import importlib.metadata
import logging
import textwrap
from types import ModuleType
from typing import Any, Dict, List, Optional, Type, TypeVar, Union, cast
from writer.core import (
BytesWrapper,
Config,
FileWrapper,
Readable,
State,
WriterState,
base_component_tree,
get_app_process,... | 571 | 5,372 | 189 | 0.98 | 2026-04-17T16:20:50.302288 | true |
github_valeriansaliou_sonic_d79d9e9d8bd0e7b44928397ef6eaeb20a445df4d | 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/executor/count.rs | count.rs | 2,902 | // Sonic
//
// Fast, lightweight and schema-less search backend
// Copyright: 2019, Valerian Saliou <[REDACTED_EMAIL]>
// License: Mozilla Public License v2.0 (MPL v2.0)
use crate::store::fst::StoreFSTPool;
use crate::store::fst::{StoreFSTActionBuilder, StoreFSTMisc};
use crate::store::item::StoreItem;
use crate::stor... | 244 | 2,902 | 73 | 0.98 | 2026-04-17T13:41:15.554121 | true |
github_stashapp_stash_585d46d4a2fa6f9c8c2a1ba7aa1c39122d20800c | Go | stashapp | stash | 12,209 | 1,041 | An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc | [
"go",
"golang",
"graphql",
"hacktoberfest",
"json",
"media",
"organize",
"organizer",
"porn",
"video"
] | AGPL-3.0 | internal/api/routes_gallery.go | routes_gallery.go | 4,065 | package api
import (
"context"
"errors"
"net/http"
"strconv"
"github.com/go-chi/chi/v5"
"github.com/stashapp/stash/internal/manager/config"
"github.com/stashapp/stash/internal/static"
"github.com/stashapp/stash/pkg/image"
"github.com/stashapp/stash/pkg/logger"
"github.com/stashapp/stash/pkg/models"
"githu... | 459 | 4,065 | 160 | 0.98 | 2026-04-17T11:40:07.806078 | true |
github_baoyachi_shadow-rs_827ed40c0d22c1c0acbe03488120e8f7539a0972 | Rust | baoyachi | shadow-rs | 679 | 51 | A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm) | [
"build",
"cargo",
"cargo-build",
"cargo-env",
"cargo-lock",
"cargo-plugin",
"cargo-toml",
"cargolock",
"compile",
"compiled",
"compiler",
"env",
"metadata",
"reproducible-build",
"reproducible-builds",
"rust",
"rust-build",
"rust-crate",
"shadow",
"shadow-rs"
] | MIT | src/shadow.rs | shadow.rs | 16,017 | use crate::build::{ConstType, ConstVal};
use crate::ci::CiType;
use crate::date_time::now_date_time;
use crate::env::{new_project, new_system_env};
use crate::gen_const::{
clap_long_version_branch_const, clap_long_version_tag_const, version_branch_const,
version_tag_const, BUILD_CONST_CLAP_LONG_VERSION, BUILD_C... | 1,439 | 16,017 | 434 | 0.98 | 2026-04-17T17:08:58.042906 | true |
github_huggingface_transformers_38ff0399641bf1b006125153db5296e1554928bb | Python | huggingface | transformers | 159,743 | 32,972 | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. | [
"audio",
"deep-learning",
"deepseek",
"gemma",
"glm",
"hacktoberfest",
"llm",
"machine-learning",
"model-hub",
"natural-language-processing",
"nlp",
"pretrained-models",
"python",
"pytorch",
"pytorch-transformers",
"qwen",
"speech-recognition",
"transformer",
"vlm"
] | Apache-2.0 | src/transformers/debug_utils.py | debug_utils.py | 12,964 | # Copyright 2020 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | 1,415 | 12,964 | 349 | 0.98 | 2026-04-22T13:17:50.685615 | true |
github_dyad-sh_dyad_24a2ce742a61889e98ccd1fbc6e1a2301fd95e81 | TypeScript | dyad-sh | dyad | 20,171 | 2,343 | Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it! | [
"ai-app-builder",
"anthropic",
"artificial-intelligence",
"bolt",
"deepseek",
"gemini",
"generative-ai",
"github",
"llm",
"llms",
"lovable",
"nextjs",
"ollama",
"openai",
"qwen",
"react",
"typescript",
"v0",
"vercel"
] | NOASSERTION | src/backup_manager.ts | backup_manager.ts | 11,511 | import * as path from "path";
import * as fs from "fs/promises";
import { app } from "electron";
import * as crypto from "crypto";
import log from "electron-log";
import Database from "better-sqlite3";
import { DyadError, DyadErrorKind } from "@/errors/dyad_error";
const logger = log.scope("backup_manager");
const MA... | 1,135 | 11,507 | 400 | 0.98 | 2026-04-23T09:40:02.466138 | true |
github_sharkdp_bat_28808e3e3084c0e2a95fe9b10da6f1fa8cac266f | 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/terminal.rs | terminal.rs | 3,073 | use nu_ansi_term::Color::{self, Fixed, Rgb};
use nu_ansi_term::{self, Style};
use syntect::highlighting::{self, FontStyle};
pub fn to_ansi_color(color: highlighting::Color, true_color: bool) -> Option<nu_ansi_term::Color> {
if color.a == 0 {
// Themes can specify one of the user-configurable terminal colo... | 342 | 3,073 | 83 | 0.98 | 2026-04-17T13:16:58.248992 | true |
github_tektoncd_pipeline_45a32127ac806084076fd391c53b02fe8fb5d11e | Go | tektoncd | pipeline | 8,938 | 1,912 | A cloud-native Pipeline resource. | [
"cdf",
"hacktoberfest",
"kubernetes",
"pipeline",
"tekton"
] | Apache-2.0 | pkg/apis/doc.go | doc.go | 654 | /*
Copyright 2019 The Tekton 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, softw... | 99 | 654 | 19 | 0.98 | 2026-04-17T20:15:48.888135 | true |
github_Comfy-Org_ComfyUI_d3d8345164b87eaa02d61db101748b905e36cf91 | Python | Comfy-Org | ComfyUI | 109,089 | 12,675 | The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. | [
"ai",
"comfy",
"comfyui",
"python",
"pytorch",
"stable-diffusion"
] | GPL-3.0 | node_helpers.py | node_helpers.py | 3,203 | import hashlib
import torch
import logging
from comfy.cli_args import args
from PIL import ImageFile, UnidentifiedImageError
def conditioning_set_values(conditioning, values={}, append=False):
c = []
for t in conditioning:
n = [t[0], t[1].copy()]
for k in values:
val = values[k]
... | 306 | 3,203 | 92 | 0.98 | 2026-04-17T15:21:56.688910 | true |
github_triggerdotdev_jsonhero-web_71ee668d012d1304879b8e29e165d831b21ac19d | TypeScript | triggerdotdev | jsonhero-web | 10,697 | 663 | JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team. | [
"developer-tools",
"devtools",
"hacktoberfest",
"json",
"json-viewer",
"react",
"tools",
"typescript",
"viewer"
] | Apache-2.0 | remix.env.d.ts | remix.env.d.ts | 157 | /// <reference types="@remix-run/dev" />
/// <reference types="@remix-run/cloudflare-workers/globals" />
/// <reference types="@cloudflare/workers-types" />
| 12 | 157 | 4 | 0.98 | 2026-04-18T00:22:31.170545 | true |
github_bigint_hey_e8df721e1437ec0926b77dcf75f17bc2824164a2 | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/helpers/generateVideoThumbnails.ts | generateVideoThumbnails.ts | 1,542 | const generateVideoThumbnails = async (
file: File,
count: number
): Promise<string[]> => {
if (!file.size) {
return [];
}
const url = URL.createObjectURL(file);
const video = document.createElement("video");
const canvas = document.createElement("canvas");
video.muted = true;
video.src = url;
... | 158 | 1,542 | 57 | 0.98 | 2026-04-18T01:23:02.485609 | true |
github_Nozbe_WatermelonDB_0120e9212f89cc2f987e1d1deed0e8dcfbf1dccf | JavaScript | Nozbe | WatermelonDB | 11,630 | 644 | 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️ | [
"database",
"hacktoberfest",
"persistence",
"react",
"react-native",
"reactive",
"rxjs"
] | MIT | src/react/DatabaseContext.js | DatabaseContext.js | 303 | // @flow
import React from 'react'
import type Database from '../Database'
const DatabaseContext: React$Context<Database> = React.createContext<Database>((undefined: any))
const { Provider, Consumer } = DatabaseContext
export { Consumer as DatabaseConsumer, Provider }
export default DatabaseContext
| 34 | 303 | 11 | 0.98 | 2026-04-23T05:39:57.145639 | true |
github_starship_starship_d468bdb6905f81ccfb154b5a6ea2f3f4ae010dbc | 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/memory_usage.rs | memory_usage.rs | 646 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct MemoryConfig<'a> {
pub threshold: i64,
pub format: &'a str,
pub style: &'a str,
pu... | 69 | 643 | 29 | 0.98 | 2026-04-17T13:17:49.941759 | true |
github_marktext_marktext_1ca13f1dd582cdfce3f318931ce79ce0046d0ca0 | JavaScript | marktext | marktext | 55,438 | 4,136 | 📝A simple and elegant markdown editor, available for Linux, macOS and Windows. | [
"dark-mode",
"editor",
"electron",
"element-ui",
"emoji",
"focus-mode",
"latex",
"linux",
"mac",
"macos",
"markdown",
"marktext",
"next-generation",
"source-code",
"typewriter-mode",
"vue",
"windows"
] | MIT | src/renderer/config.js | config.js | 726 | import path from 'path'
export const PATH_SEPARATOR = path.sep
export const THEME_STYLE_ID = 'ag-theme'
export const COMMON_STYLE_ID = 'ag-common-style'
export const DEFAULT_EDITOR_FONT_FAMILY = '"Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, Segoe UI Emoji, Apple Color Emoji, "Noto Color ... | 80 | 726 | 18 | 0.98 | 2026-04-23T11:43:16.292423 | true |
github_nodejs_node_85a89ecc990b8b8491df3922a1eda57a1e12e597 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/console.js | console.js | 1,202 | // Copyright Joyent, Inc. and other Node contributors.
//
// 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 rights to use, copy, modi... | 194 | 1,202 | 25 | 0.98 | 2026-04-23T06:15:39.144976 | true |
github_vdaas_vald_23b3b5c2d29c1907ac3ae71afd6bb7fafe4bab3a | Go | vdaas | vald | 1,698 | 92 | Vald. A Highly Scalable Distributed Vector Search Engine | [
"anng",
"approximate-nearest-neighbor-search",
"cloud",
"cloud-native",
"distributed-systems",
"golang",
"hacktoberfest",
"high-dimensional-data",
"high-performance",
"image-search",
"image-search-engine",
"kubernetes",
"microservices",
"nearest-neighbor-search",
"ngt",
"similarity-sea... | Apache-2.0 | internal/config/mirror_test.go | mirror_test.go | 4,122 | // Copyright (C) 2019-2026 vdaas.org vald team <[REDACTED_EMAIL]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required b... | 484 | 4,122 | 141 | 0.98 | 2026-04-18T01:05:04.905599 | true |
github_mlfoundations_open_clip_de8ca352472746e2529f8157940f28f316dc1c91 | Python | mlfoundations | open_clip | 13,726 | 1,281 | An open source implementation of CLIP. | [
"computer-vision",
"contrastive-loss",
"deep-learning",
"language-model",
"multi-modal-learning",
"pretrained-models",
"pytorch",
"zero-shot-classification"
] | NOASSERTION | src/open_clip_train/profiler.py | profiler.py | 9,555 | import argparse
import torch
import open_clip
import pandas as pd
from torch.utils.flop_counter import FlopCounterMode
try:
import fvcore
import fvcore.nn
except:
fvcore = None
parser = argparse.ArgumentParser(description='OpenCLIP Profiler')
# benchmark specific args
parser.add_argument('--model', metav... | 717 | 9,555 | 253 | 0.98 | 2026-04-22T13:57:00.571356 | true |
github_pathwaycom_pathway_2ba9a5d367a4421a377d605665297459a5c4b4f6 | 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/external_integration/mod.rs | mod.rs | 19,866 | // Copyright © 2026 Pathway
pub mod brute_force_knn_integration;
pub mod qdrant_integration;
pub mod tantivy_integration;
pub mod usearch_integration;
use std::ops::Deref;
use std::{collections::HashMap, rc::Rc, sync::Arc};
use glob::Pattern;
use itertools::{Either, Itertools};
use jmespath::functions::{ArgumentType,... | 1,472 | 19,865 | 605 | 0.98 | 2026-04-23T04:40:44.075185 | true |
github_npm_cli_e1d1dcad88df6d58bbd440ee6e356810c851e51a | JavaScript | npm | cli | 9,697 | 4,289 | the package manager for JavaScript | [
"javascript",
"nodejs",
"npm",
"npm-cli",
"package-manager",
"tools"
] | NOASSERTION | lib/commands/cache.js | cache.js | 11,754 | const fs = require('node:fs/promises')
const { join } = require('node:path')
const cacache = require('cacache')
const pacote = require('pacote')
const semver = require('semver')
const npa = require('npm-package-arg')
const jsonParse = require('json-parse-even-better-errors')
const localeCompare = require('@isaacs/strin... | 1,311 | 11,754 | 364 | 0.98 | 2026-04-23T07:03:11.792641 | true |
github_PrefectHQ_prefect_069ebbbf38eb05cf22389f25225ba6056ca770f3 | Python | PrefectHQ | prefect | 22,192 | 2,267 | Prefect is a workflow orchestration framework for building resilient data pipelines in Python. | [
"automation",
"data",
"data-engineering",
"data-ops",
"data-science",
"infrastructure",
"ml-ops",
"observability",
"orchestration",
"pipeline",
"prefect",
"python",
"workflow",
"workflow-engine"
] | Apache-2.0 | src/prefect/engine.py | engine.py | 6,003 | from __future__ import annotations
import asyncio
import inspect
import os
import sys
from contextlib import contextmanager
from types import GeneratorType
from typing import TYPE_CHECKING, Any, Callable
from uuid import UUID
from prefect._internal.compatibility.migration import getattr_migration
from prefect._intern... | 585 | 6,003 | 185 | 0.98 | 2026-04-17T16:37:57.106636 | true |
github_nodejs_node_f3a42271d2326d329ba654529519cc8034975ebf | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/domain.js | domain.js | 16,113 | // Copyright Joyent, Inc. and other Node contributors.
//
// 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 rights to use, copy, modi... | 2,049 | 16,113 | 541 | 0.98 | 2026-04-23T06:15:42.104021 | true |
github_epi052_feroxbuster_f9da61eab04a6d95d99265c54e0f1cb35f575060 | Rust | epi052 | feroxbuster | 7,680 | 612 | A fast, simple, recursive content discovery tool written in Rust. | [
"content-discovery",
"enumeration",
"hacktoberfest",
"pentest",
"pentesting-tool",
"rust",
"url-bruteforcer",
"web"
] | MIT | src/logger.rs | logger.rs | 2,653 | use std::env;
use std::fs::OpenOptions;
use std::io::BufWriter;
use std::sync::{Arc, RwLock};
use std::time::Instant;
use anyhow::{Context, Result};
use env_logger::Builder;
use crate::{
config::Configuration,
message::FeroxMessage,
progress::PROGRESS_PRINTER,
traits::FeroxSerialize,
utils::{fmt_e... | 239 | 2,653 | 82 | 0.98 | 2026-04-17T14:36:16.215428 | true |
github_baoyachi_shadow-rs_2f53c9ef7559ff7462a7db44c9ee3483298d953a | Rust | baoyachi | shadow-rs | 679 | 51 | A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm) | [
"build",
"cargo",
"cargo-build",
"cargo-env",
"cargo-lock",
"cargo-plugin",
"cargo-toml",
"cargolock",
"compile",
"compiled",
"compiler",
"env",
"metadata",
"reproducible-build",
"reproducible-builds",
"rust",
"rust-build",
"rust-crate",
"shadow",
"shadow-rs"
] | MIT | src/ci.rs | ci.rs | 546 | use std::fmt::{Display, Formatter};
/// [`CiType`] holds the types of CI environment that `shadow-rs` can detect.
#[derive(Debug, Default)]
pub enum CiType {
Github,
Gitlab,
// TODO: Recognize other CI types, especially Travis and Jenkins
#[default]
None,
}
impl Display for CiType {
fn fmt(&se... | 67 | 546 | 22 | 0.98 | 2026-04-17T17:08:54.979762 | true |
github_text-mask_text-mask_1ca751aa2a2e427dda09a5aa436a093693a97e07 | JavaScript | text-mask | text-mask | 8,222 | 821 | Input mask for React, Angular, Ember, Vue, & plain JavaScript | [
"angular",
"ember",
"input-mask",
"inputmask",
"react",
"text-formatting",
"vue"
] | Unlicense | core/src/utilities.js | utilities.js | 1,621 | import {placeholderChar as defaultPlaceholderChar} from './constants'
const emptyArray = []
export function convertMaskToPlaceholder(mask = emptyArray, placeholderChar = defaultPlaceholderChar) {
if (!isArray(mask)) {
throw new Error(
'Text-mask:convertMaskToPlaceholder; The mask property must be an array... | 193 | 1,621 | 55 | 0.98 | 2026-04-23T05:54:28.059298 | true |
github_bigint_hey_8c1767d1a465c51e8eb9c314d0b2afdd951d6209 | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/helpers/prepareAccountMetadata.ts | prepareAccountMetadata.ts | 2,282 | import type {
AccountOptions,
MetadataAttribute
} from "@lens-protocol/metadata";
import { MetadataAttributeType } from "@lens-protocol/metadata";
import trimify from "@/helpers//trimify";
type ExistingAttribute = {
key: string;
type: string;
value: string;
};
type ExistingMetadata = {
name?: string | nul... | 258 | 2,282 | 87 | 0.98 | 2026-04-18T01:23:13.199536 | true |
github_harmony-one_harmony_a9d47e6ba35522947a312db6fd6261dabc5b0be8 | Go | harmony-one | harmony | 1,453 | 287 | The core protocol of harmony | [
"blockchain",
"bls",
"consensus",
"distributed-ledger-technology",
"harmony",
"harmony-protocol",
"pbft",
"proof-of-stake",
"sharding"
] | LGPL-3.0 | core/gen_genesis_account.go | gen_genesis_account.go | 2,220 | // Code generated by github.com/fjl/gencodec. DO NOT EDIT.
package core
import (
"encoding/json"
"errors"
"math/big"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/math"
)
var _ = (*genesisAccountMarshaling)(nil)
// MarshalJSO... | 210 | 2,220 | 74 | 0.98 | 2026-04-17T16:57:28.739921 | true |
github_iotexproject_iotex-core_3f77119c04d419fc768b518ce122caf0a389b871 | Go | iotexproject | iotex-core | 1,611 | 368 | Official implementation of IoTeX blockchain protocol in Go. An ultra-efficient EVM blockchain offering 1000 TPS with instant 1-block finality. Perfect for DeFi, DePIN tokenomics, Identities, and any trusted logic requiring Web3 composability | [
"blockchain",
"crypto",
"cryptography",
"depin",
"distributed-systems",
"internet-of-everything",
"internet-of-things",
"machinefi"
] | Apache-2.0 | api/serverV2_test.go | serverV2_test.go | 2,762 | package api
import (
"context"
"net/http"
"net/http/httptest"
"strings"
"testing"
"time"
"github.com/gorilla/websocket"
"github.com/pkg/errors"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
"golang.org/x/time/rate"
"github.com/iotexproject/iotex-core/v2/testutil"
)
func TestServerV2(t ... | 263 | 2,762 | 109 | 0.98 | 2026-04-17T16:55:33.516152 | true |
github_testing-library_jest-dom_00608dd1f79e07c86dcfd27e1738808d14382b3f | JavaScript | testing-library | jest-dom | 4,593 | 414 | :owl: Custom jest matchers to test the state of the DOM | [
"custom-matcher",
"dom",
"dom-testing-library",
"javascript",
"jest",
"jest-matchers",
"jsdom",
"react-testing-library",
"testing",
"testing-library",
"testing-library-react"
] | MIT | src/__tests__/to-contain-element.js | to-contain-element.js | 2,391 | import {render} from './helpers/test-utils'
const {queryByTestId} = render(`
<span data-testid="grandparent">
<span data-testid="parent">
<span data-testid="child"></span>
</span>
<svg data-testid="svg-element"></svg>
</span>
`)
const grandparent = queryByTestId('grandparent')
const parent = queryByTestId('... | 123 | 2,391 | 66 | 0.98 | 2026-04-23T12:20:26.939091 | true |
github_payloadcms_payload_f3dc9cae31a82ffe9a216c5f08bc820b570d0a46 | TypeScript | payloadcms | payload | 41,987 | 3,627 | Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications. | [
"cms",
"content-management",
"content-management-system",
"express",
"graphql",
"headless",
"headless-cms",
"jamstack",
"javascript",
"mit-license",
"mongodb",
"nextjs",
"nodejs",
"open-source",
"payload",
"payloadcms",
"postgres",
"react",
"typescript"
] | MIT | vitest.config.ts | vitest.config.ts | 3,161 | import { createRequire } from 'module'
import path from 'path'
import fs from 'fs'
import { defineConfig } from 'vitest/config'
// Use process.cwd() to be safe in both CJS and ESM contexts within Vitest
const ROOT_DIR = process.cwd()
const figmaPath = path.resolve(ROOT_DIR, '../enterprise-plugins/packages/figma/src/in... | 346 | 3,161 | 89 | 0.98 | 2026-04-23T08:19:51.702647 | true |
github_henrygd_beszel_ce6a8ad37062262875291b33f66b56c5753e6c4d | TypeScript | henrygd | beszel | 20,919 | 717 | Lightweight server monitoring with historical data, docker stats, and alerts. | [
"homelab",
"monitoring",
"self-hosted"
] | MIT | internal/site/vite.config.ts | vite.config.ts | 463 | import { defineConfig } from "vite"
import path from "path"
import tailwindcss from "@tailwindcss/vite"
import react from "@vitejs/plugin-react-swc"
import { lingui } from "@lingui/vite-plugin"
export default defineConfig({
base: "./",
plugins: [
react({
plugins: [["@lingui/swc-plugin", {}]],
}),
lingui(),
... | 54 | 463 | 25 | 0.98 | 2026-04-17T09:22:52.746163 | true |
github_tulios_kafkajs_5c3878aa5d7589587e6a4b10e821488c355ba182 | JavaScript | tulios | kafkajs | 3,994 | 584 | A modern Apache Kafka client for node.js | [
"kafka",
"kafka-client",
"nodejs",
"npm-package"
] | MIT | src/admin/index.spec.js | index.spec.js | 4,927 | const createAdmin = require('./index')
const InstrumentationEventEmitter = require('../instrumentation/emitter')
const { createCluster, newLogger, secureRandom } = require('testHelpers')
const createRetry = require('../retry')
describe('Admin', () => {
let admin
afterEach(async () => {
admin && (await admin.d... | 383 | 4,927 | 174 | 0.98 | 2026-04-23T07:41:52.956345 | true |
github_pranshuparmar_witr_f476ae91450ea68b169bc24e67e2e341ec651a2c | Go | pranshuparmar | witr | 14,306 | 360 | Why is this running? | [] | Apache-2.0 | internal/proc/process_linux.go | process_linux.go | 9,210 | //go:build linux
package proc
import (
"fmt"
"os"
"os/exec"
"strconv"
"strings"
"time"
"github.com/pranshuparmar/witr/pkg/model"
)
// isValidSymlinkTarget validates that a symlink target is safe and reasonable
func isValidSymlinkTarget(target string) bool {
return target != ""
}
func ReadProcess(pid int) (... | 1,205 | 9,210 | 334 | 0.98 | 2026-04-17T10:42:59.234492 | true |
github_mtkennerly_ludusavi_b1859cc9e9f6ef7e6d39989414b489b94a15eb6b | 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/prelude.rs | prelude.rs | 11,884 | use std::{
num::NonZeroUsize,
path::PathBuf,
sync::{atomic::AtomicBool, Arc, LazyLock, Mutex},
};
use itertools::Itertools;
pub use crate::path::StrictPath;
use crate::{path::CommonPath, resource::manifest::Os};
pub static VERSION: LazyLock<&'static str> =
LazyLock::new(|| option_env!("LUDUSAVI_VERSI... | 1,047 | 11,884 | 422 | 0.98 | 2026-04-17T15:14:32.659746 | true |
github_OpenVGLab_OmniLottie_9488b0de451256c1b1992702a0d55444bfce5fbf | Python | OpenVGLab | OmniLottie | 646 | 38 | [CVPR 2026🔥] 🧑🎨 OmniLottie, an open-sourced multi-modal instructed vector animation generator that produces Lottie JSONs. | [
"generative-ai",
"generative-model",
"lottie-animation",
"multi-modal",
"svg-animations",
"vector-graphics",
"vlm"
] | Apache-2.0 | download_mmlottie_bench.py | download_mmlottie_bench.py | 6,814 | #!/usr/bin/env python3
"""
MMLottieBench 数据集下载脚本
用途:
从 HuggingFace 下载 OmniLottie/MMLottieBench 数据集并保存到本地
使用方法:
python download_mmlottie_bench.py
python download_mmlottie_bench.py --output_dir /custom/path
数据集结构:
该数据集使用 HuggingFace Datasets 格式
- Splits: real, synthetic
- Task types: Text-to-Lo... | 622 | 6,424 | 218 | 0.98 | 2026-04-22T22:04:44.648411 | true |
github_go-jet_jet_277fb2c507973dc8df4e79663644912a5fd92cdb | Go | go-jet | jet | 3,644 | 183 | Type safe SQL builder with code generation and automatic query result data mapping | [
"cockroachdb",
"code-completion",
"code-generator",
"codegenerator",
"database",
"datamapper",
"golang",
"mariadb",
"mysql",
"postgres",
"postgresql",
"sql",
"sql-builder",
"sql-queries",
"sql-query",
"sql-query-builder",
"sqlbuilder",
"sqlite",
"typesafe",
"typesafety"
] | Apache-2.0 | internal/jet/operators.go | operators.go | 5,331 | package jet
// Operators
const (
StringConcatOperator = "||"
StringRegexpLikeOperator = "REGEXP"
StringNotRegexpLikeOperator = "NOT REGEXP"
)
//----------- Logical operators ---------------//
// NOT returns negation of bool expression result
func NOT(exp BoolExpression) BoolExpression {
return newPrefi... | 632 | 5,331 | 195 | 0.98 | 2026-04-17T18:21:13.839034 | true |
github_ajnart_homarr_d85282e62b0eb64e833d6c137986add0360d9aa1 | JavaScript | ajnart | homarr | 7,117 | 297 | Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr) | [
"dashboard",
"docker",
"homepage",
"homeserver",
"mantine",
"nextjs",
"radarr",
"react",
"sonarr"
] | MIT | src/env.js | env.js | 7,300 | const { z } = require('zod');
const { createEnv } = require('@t3-oss/env-nextjs');
const trueStrings = ['1', 't', 'T', 'TRUE', 'true', 'True'];
const falseStrings = ['0', 'f', 'F', 'FALSE', 'false', 'False'];
const ldapSearchScope = z.enum(['base', 'one', 'sub']).default('base');
const zodParsedBoolean = () =>
z
... | 477 | 7,300 | 177 | 0.98 | 2026-04-23T09:54:50.500329 | true |
github_quantumsheep_sshs_1c998d4cad9191f61ee5e70c8e8630c8221056a3 | Rust | quantumsheep | sshs | 1,490 | 55 | Terminal user interface for SSH | [
"cli",
"command-line-tool",
"ssh",
"tui"
] | MIT | src/ssh_config/parser_error.rs | parser_error.rs | 951 | #[derive(Debug)]
pub struct UnknownEntryError {
pub line: String,
pub entry: String,
}
#[derive(Debug)]
pub enum InvalidIncludeErrorDetails {
Pattern(glob::PatternError),
Glob(glob::GlobError),
Io(std::io::Error),
HostsInsideHostBlock,
}
#[derive(Debug)]
pub struct InvalidIncludeError {
pu... | 86 | 951 | 46 | 0.98 | 2026-04-17T19:29:57.212246 | true |
github_nodejs_node_c40eed86bca8345ad21430eafb76f2e9d2edd514 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/errors.js | errors.js | 70,740 | /* eslint node-core/documented-errors: "error" */
/* eslint node-core/alphabetize-errors: ["error", {checkErrorDeclarations: true}] */
/* eslint node-core/prefer-util-format-errors: "error" */
'use strict';
// The whole point behind this internal module is to allow Node.js to no
// longer be forced to treat every err... | 7,970 | 70,740 | 1,955 | 0.98 | 2026-04-23T06:15:52.758918 | true |
github_starship_starship_c2370ff003ef9d22b9f189bb3bba7d8a28cf1176 | 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/openstack.rs | openstack.rs | 594 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct OspConfig<'a> {
pub format: &'a str,
pub symbol: &'a str,
pub style: &'a str,
pub ... | 61 | 590 | 27 | 0.98 | 2026-04-17T13:17:55.342503 | true |
github_jackwener_OpenCLI_55438906c79fd58548ea15190809104681d5220d | TypeScript | jackwener | OpenCLI | 16,976 | 1,661 | Make Any Website & Tool Your CLI. A universal CLI Hub and AI-native runtime. Transform any website, Electron app, or local binary into a standardized command-line interface. Built for AI Agents to discover, learn, and execute tools seamlessly via a unified AGENT.md integration. | [
"ai-agent",
"ai-agents",
"ai-tools",
"cli"
] | Apache-2.0 | src/cli.ts | cli.ts | 97,230 | /**
* CLI entry point: registers built-in commands and wires up Commander.
*
* Built-in commands are registered inline here (list, validate, explore, etc.).
* Dynamic adapter commands are registered via commanderAdapter.ts.
*/
import * as fs from 'node:fs';
import * as os from 'node:os';
import * as path from 'no... | 9,904 | 95,782 | 2,204 | 0.98 | 2026-04-23T12:36:48.331154 | true |
github_ChatGPTNextWeb_NextChat_c06edb2823c4916e06c29f61c9b365a1f37c488f | TypeScript | ChatGPTNextWeb | NextChat | 87,769 | 59,807 | ✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows | [
"calclaude",
"chatgpt",
"claude",
"cross-platform",
"desktop",
"fe",
"gemini",
"gemini-pro",
"gemini-server",
"gemini-ultra",
"gpt-4o",
"groq",
"nextjs",
"ollama",
"react",
"tauri",
"tauri-app",
"vercel",
"webui"
] | MIT | app/store/prompt.ts | prompt.ts | 4,720 | import Fuse from "fuse.js";
import { nanoid } from "nanoid";
import { StoreKey } from "../constant";
import { getLang } from "../locales";
import { createPersistStore } from "../utils/store";
export interface Prompt {
id: string;
isUser?: boolean;
title: string;
content: string;
createdAt: number;
}
export ... | 453 | 4,720 | 190 | 0.98 | 2026-04-23T08:58:27.185469 | true |
github_adam-mcdaniel_sage_a316b7a790137007456a968785e7b9ed332789b1 | 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/side_effects/mod.rs | mod.rs | 237 | //! # Side Effects Module
//!
//! This module implements all the types related to the foreign function interface
//! and I/O operations for the Sage VM and all other stages of IR
pub mod ffi;
pub mod io;
pub use ffi::*;
pub use io::*;
| 45 | 237 | 11 | 0.98 | 2026-04-17T17:14:55.838858 | true |
github_HumanSignal_labelImg_39f7eb5e9f700632ec79de382bc7b866ab00db2f | Python | HumanSignal | labelImg | 24,902 | 6,575 | LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data. | [
"annotations",
"deep-learning",
"detection",
"image-classification",
"imagenet",
"python2",
"python3",
"recognition",
"tools"
] | MIT | setup.py | setup.py | 3,565 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages, Command
from sys import platform as _platform
from shutil import rmtree
import sys
import os
here = os.path.abspath(os.path.dirname(__file__))
NAME = 'labelImg'
REQUIRES_PYTHON = '>=3.0.0'
REQUIRED_DEP = ['pyqt5', 'lxml']
about... | 312 | 3,557 | 126 | 0.98 | 2026-04-17T17:16:49.745246 | true |
github_rustdesk_rustdesk_e8db0efc0b120b8e1dfb716a0106a42cb97db793 | Rust | rustdesk | rustdesk | 111,120 | 16,633 | 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/tray.rs | tray.rs | 10,206 | use crate::client::translate;
#[cfg(windows)]
use crate::ipc::Data;
#[cfg(windows)]
use hbb_common::tokio;
use hbb_common::{allow_err, log};
use std::sync::{Arc, Mutex};
#[cfg(windows)]
use std::time::Duration;
pub fn start_tray() {
if crate::ui_interface::get_builtin_option(hbb_common::config::keys::OPTION_HIDE_T... | 786 | 10,206 | 282 | 0.95 | 2026-04-13T14:04:49.547875 | true |
github_FilippoAiraldi_mpc-reinforcement-learning_83522665b2037f7a663a96374e42922baa67a754 | Python | FilippoAiraldi | mpc-reinforcement-learning | 681 | 69 | Reinforcement Learning with Model Predictive Control | [
"casadi",
"model-predictive-control",
"optimization",
"reinforcement-learning"
] | MIT | src/mpcrl/__init__.py | __init__.py | 2,033 | r"""**M**\odel **P**\redictive **C**\ontrol-based **R**\einforcement **L**\earning
(**mpcrl**, for short) is a library for training model-based Reinforcement Learning (RL)
:cite:`sutton_reinforcement_2018` agents with Model Predictive Control (MPC) as function
approximation :cite:`rawlings_model_2017`.
===============... | 132 | 2,033 | 56 | 0.98 | 2026-04-22T20:39:49.495326 | true |
github_huggingface_transformers_f69b3fdfd9b0ab70220f0b41e15c6a66f91652ad | Python | huggingface | transformers | 159,743 | 32,972 | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. | [
"audio",
"deep-learning",
"deepseek",
"gemma",
"glm",
"hacktoberfest",
"llm",
"machine-learning",
"model-hub",
"natural-language-processing",
"nlp",
"pretrained-models",
"python",
"pytorch",
"pytorch-transformers",
"qwen",
"speech-recognition",
"transformer",
"vlm"
] | Apache-2.0 | src/transformers/feature_extraction_utils.py | feature_extraction_utils.py | 30,125 | # Copyright 2021 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 2,775 | 30,125 | 673 | 0.98 | 2026-04-22T13:17:52.908631 | true |
github_rust-lang_rust_94bb0e30fcdbce70985aaa229387f28a9c4600d0 | Rust | rust-lang | rust | 112,076 | 14,769 | Empowering everyone to build reliable and efficient software. | [
"compiler",
"language",
"rust"
] | Apache-2.0 | src/librustdoc/build.rs | build.rs | 3,066 | use std::str;
use sha2::Digest;
fn main() {
// generate sha256 files
// this avoids having to perform hashing at runtime
let files = &[
"static/css/rustdoc.css",
"static/css/noscript.css",
"static/css/normalize.css",
"static/js/main.js",
"static/js/search.js",
... | 151 | 3,066 | 71 | 0.98 | 2026-04-17T13:13:47.458173 | true |
github_ChromeDevTools_chrome-devtools-mcp_f9ffe35bfd19880e77949e0b96a5d680102ae9f6 | 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/pagination.ts | pagination.ts | 1,920 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import type {PaginationOptions} from './types.js';
export interface PaginationResult<Item> {
items: readonly Item[];
currentPage: number;
totalPages: number;
hasNextPage: boolean;
hasPreviousPage: boolean;
startIndex: ... | 205 | 1,920 | 85 | 0.98 | 2026-04-23T08:42:54.630952 | true |
github_hapijs_hapi_202f6dbe0e2ab71225df49ad8e4e264b5799682b | JavaScript | hapijs | hapi | 14,783 | 1,344 | The Simple, Secure Framework Developers Trust | [
"application",
"framework",
"hapi",
"http",
"nodejs"
] | NOASSERTION | lib/core.js | core.js | 22,167 | 'use strict';
const Http = require('http');
const Https = require('https');
const Os = require('os');
const Path = require('path');
const Boom = require('@hapi/boom');
const Bounce = require('@hapi/bounce');
const Call = require('@hapi/call');
const Catbox = require('@hapi/catbox');
const { Engine: CatboxMemory } = r... | 2,031 | 22,167 | 719 | 0.98 | 2026-04-23T06:53:43.964777 | true |
github_LaoZhuJackson_SnowbreakAutoAssistant_811d533f6a97e08b944563d190be52d8b26984ac | Python | LaoZhuJackson | SnowbreakAutoAssistant | 607 | 29 | PC自动玩尘白,自动化代理,尘白禁区助手,自动钓鱼,信源解析,水弹,异星守护,迷宫 | [
"automation",
"fishing",
"snowbreak"
] | GPL-3.0 | app/view/home.py | home.py | 40,172 | import copy
import os
import re
import subprocess
import sys
import traceback
from datetime import datetime
from functools import partial
from typing import Dict, Any
import win32con
import win32gui
from PyQt5.QtCore import QThread, pyqtSignal, Qt, QTimer
from PyQt5.QtWidgets import QFrame, QWidget, QTreeWidgetItemIte... | 1,959 | 36,492 | 887 | 0.98 | 2026-04-23T04:00:39.116456 | true |
github_pulumi_pulumi_afc453abc37a0c291eb51b8c6107b2a8d87f5516 | Go | pulumi | pulumi | 25,057 | 1,351 | Pulumi - Infrastructure as Code in any programming language 🚀 | [
"aws",
"azure",
"cloud",
"cloud-computing",
"containers",
"csharp",
"dotnet",
"fsharp",
"gcp",
"go",
"golang",
"iac",
"infrastructure-as-code",
"javascript",
"kubernetes",
"python",
"serverless",
"typescript"
] | Apache-2.0 | pkg/engine/combined_manager_test.go | combined_manager_test.go | 4,475 | // Copyright 2025, Pulumi 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 agre... | 485 | 4,475 | 177 | 0.98 | 2026-04-17T08:39:54.210262 | true |
github_cdk-team_CDK_ad4ac9494469e1f1ea20bc788d49105fbd0b3a71 | 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/cgroup.go | cgroup.go | 7,221 | /*
Copyright 2022 The Authors of https://github.com/CDK-TEAM/CDK .
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 ... | 967 | 7,221 | 268 | 0.98 | 2026-04-17T21:45:49.594684 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.