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_judahpaul16_gpt-home_83422295569daa7eb651fdd0d06ac4fed8d1618c | JavaScript | judahpaul16 | gpt-home | 640 | 65 | ChatGPT at home! A better alternative to commercial smart home assistants, built on the Raspberry Pi using LiteLLM and LangGraph. | [
"ai",
"automation",
"docker",
"fastapi",
"home-assistant",
"home-automation",
"iot",
"langchain",
"langgraph",
"langmem",
"llm",
"nginx",
"nodejs",
"openai",
"python",
"raspberry-pi",
"react",
"speech-recognition",
"spotify",
"typescript"
] | GPL-3.0 | src/frontend/tailwind.config.js | tailwind.config.js | 3,669 | /** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
darkMode: "class",
theme: {
screens: {
xs: "480px",
sm: "640px",
md: "768px",
lg: "1024px",
xl: "1280px",
... | 294 | 3,669 | 102 | 0.98 | 2026-04-23T00:50:45.033478 | true |
github_triggerdotdev_jsonhero-web_d87890e1a89753a0c5548c7fc0e797884b60c718 | TypeScript | triggerdotdev | jsonhero-web | 10,697 | 663 | JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team. | [
"developer-tools",
"devtools",
"hacktoberfest",
"json",
"json-viewer",
"react",
"tools",
"typescript",
"viewer"
] | Apache-2.0 | app/utilities/classnames.ts | classnames.ts | 107 | export default function classnames(...args: string[]): string {
return args.filter(Boolean).join(" ");
}
| 11 | 107 | 4 | 0.98 | 2026-04-18T00:22:24.640418 | true |
github_Canop_broot_e89a60e22f6b2737a7289a86d0be389259069a93 | Rust | Canop | broot | 12,607 | 285 | A new way to see and navigate directory trees : https://dystroy.org/broot | [
"balanced-bfs-descent",
"command-line",
"command-line-tool",
"fuzzy-search",
"hacktoberfest",
"linux",
"rust",
"tree"
] | MIT | src/help/help_content.rs | help_content.rs | 2,360 | use termimad::minimad::{
TextTemplate,
TextTemplateExpander,
};
static MD: &str = r"
# broot ${version}
**broot** lets you explore directory trees and launch commands.
It's best used when launched as **br**.
See **https://dystroy.org/broot** for a complete guide.
The *esc* key gets you back to the previous ... | 327 | 2,356 | 88 | 0.98 | 2026-04-17T14:18:13.575386 | true |
github_kubernetes-sigs_external-dns_4d840bdd3ae31a48131367b370611f9e64f6fccf | Go | kubernetes-sigs | external-dns | 8,903 | 2,853 | Configure external DNS servers dynamically from Kubernetes resources | [
"aws",
"clouddns",
"dns",
"dns-controller",
"dns-providers",
"dns-record",
"dns-servers",
"external-dns",
"gcp",
"ingress",
"k8s-sig-network",
"kubernetes",
"route53"
] | Apache-2.0 | pkg/metrics/models_test.go | models_test.go | 7,921 | /*
Copyright 2025 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 690 | 7,921 | 280 | 0.98 | 2026-04-17T20:16:48.074721 | true |
github_starship_starship_9aeef8b3ec332ee36d9eaa8bb6aed6ca5481eb2e | 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/aws.rs | aws.rs | 2,949 | use serde::{Deserialize, Serialize};
use std::collections::HashMap;
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
/// ## AWS
///
/// The `aws` module shows the current AWS region and profile a... | 367 | 2,945 | 66 | 0.98 | 2026-04-17T13:17:26.022861 | true |
github_alibaba_lightproxy_0873cc07001e768e6d62fec7375ea30860062c51 | TypeScript | alibaba | lightproxy | 3,186 | 270 | 💎 Cross platform Web debugging proxy | [
"chrome",
"debug",
"devtools",
"electron",
"light",
"lightproxy",
"proxy",
"typescript",
"whistle"
] | Apache-2.0 | src/main/main.ts | main.ts | 12,809 | 'use strict';
import {
app,
BrowserWindow,
Menu,
MenuItem,
MenuItemConstructorOptions,
shell,
dialog,
globalShortcut,
} from 'electron';
import * as path from 'path';
import { splash } from './splash';
import electronIsDev from 'electron-is-dev';
import { format as formatUrl } from 'ur... | 1,067 | 12,757 | 471 | 0.98 | 2026-04-23T08:47:59.995484 | true |
github_zincsearch_zincsearch_d27b94a8382e6f659281e5b49489d56f3097b58e | Go | zincsearch | zincsearch | 17,818 | 772 | ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go. | [
"elasticsearch",
"go",
"golang",
"modern",
"opensearch",
"search",
"searchengine",
"vuejs"
] | NOASSERTION | pkg/core/template_test.go | template_test.go | 8,671 | /* Copyright 2022 Zinc Labs Inc. and Contributors
*
* 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... | 965 | 8,671 | 450 | 0.98 | 2026-04-17T10:11:29.716573 | true |
github_Permify_permify_cff8183eeea7af659f3872707f81a83584009256 | 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/expand_test.go | expand_test.go | 49,211 | package engines
import (
"context"
"fmt"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"google.golang.org/protobuf/types/known/anypb"
"google.golang.org/protobuf/types/known/structpb"
"github.com/Permify/permify/internal/config"
"github.com/Permify/permify/internal/factories"
"github.com/Permify/... | 2,959 | 49,211 | 1,670 | 0.98 | 2026-04-17T21:20:07.541636 | true |
github_parcel-bundler_lightningcss_eca6d14465e1cb0e9c11a77a376bece2fc2e2c97 | Rust | parcel-bundler | lightningcss | 7,510 | 261 | An extremely fast CSS parser, transformer, bundler, and minifier written in Rust. | [
"build-tool",
"compiler",
"css",
"minifier",
"parser",
"rust"
] | MPL-2.0 | src/rules/viewport.rs | viewport.rs | 1,487 | //! The `@viewport` rule.
use super::Location;
use crate::declaration::DeclarationBlock;
use crate::error::PrinterError;
use crate::printer::Printer;
use crate::traits::ToCss;
use crate::vendor_prefix::VendorPrefix;
#[cfg(feature = "visitor")]
use crate::visitor::Visit;
/// A [@viewport](https://drafts.csswg.org/css-... | 129 | 1,487 | 47 | 0.98 | 2026-04-17T14:38:02.464449 | true |
github_cheat_cheat_45503a9c117494afa0bad661960836893cf3c6f4 | Go | cheat | cheat | 13,269 | 848 | cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember. | [
"bash",
"cheat",
"cheatsheet",
"cheatsheets",
"documentation",
"help",
"interactive-cheatsheets",
"man-page"
] | MIT | internal/sheet/tagged_fuzz_test.go | tagged_fuzz_test.go | 3,003 | package sheet
import (
"strings"
"testing"
)
// FuzzTagged tests the Tagged function with potentially malicious tag inputs
//
// Threat model: An attacker crafts a malicious cheatsheet with specially
// crafted tags that could cause issues when a user searches/filters by tags.
// This is particularly relevant for s... | 366 | 2,997 | 95 | 0.98 | 2026-04-17T11:24:22.805369 | true |
github_ultraworkers_claw-code_bb14c2e3a76bfc4042ddc2bf25b3bb284312395c | 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/query_engine.py | query_engine.py | 7,763 | from __future__ import annotations
import json
from dataclasses import dataclass, field
from uuid import uuid4
from .commands import build_command_backlog
from .models import PermissionDenial, UsageSummary
from .port_manifest import PortManifest, build_port_manifest
from .session_store import StoredSession, load_sess... | 507 | 7,763 | 194 | 0.98 | 2026-04-17T13:13:19.713878 | true |
github_github_github-mcp-server_d7576515921fb942d68689b93be79d933d81fb38 | Go | github | github-mcp-server | 28,940 | 3,995 | GitHub's official MCP Server | [
"github",
"mcp",
"mcp-server"
] | MIT | pkg/errors/error.go | error.go | 7,065 | package errors
import (
"context"
"fmt"
"net/http"
"github.com/github/github-mcp-server/pkg/utils"
"github.com/google/go-github/v82/github"
"github.com/modelcontextprotocol/go-sdk/mcp"
)
type GitHubAPIError struct {
Message string `json:"message"`
Response *github.Response `json:"-"`
Err err... | 807 | 7,065 | 190 | 0.98 | 2026-04-17T08:22:21.229329 | true |
github_open-policy-agent_opa_bab75112ebaf3c3f44485f3a61d4f5c34c21cf8b | Go | open-policy-agent | opa | 11,603 | 1,544 | Open Policy Agent (OPA) is an open source, general-purpose policy engine. | [
"authorization",
"cloud-native",
"compliance",
"declarative",
"json",
"opa",
"open-policy-agent",
"policy"
] | Apache-2.0 | internal/gojsonschema/internalLog.go | internalLog.go | 1,131 | // Copyright 2015 xeipuuv ( https://github.com/xeipuuv )
//
// 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 applic... | 160 | 1,131 | 38 | 0.98 | 2026-04-17T12:14:48.378761 | true |
github_graphql-nexus_nexus_d14a4fb8f27933141e4ed4d6e246efb386fe7df9 | TypeScript | graphql-nexus | nexus | 3,427 | 278 | Code-First, Type-Safe, GraphQL Schema Construction | [
"graphql",
"graphql-nexus",
"graphql-schema",
"nexus",
"typescript"
] | MIT | src/definitions/args.ts | args.ts | 9,992 | import type { GraphQLScalarTypeConfig } from 'graphql'
import type { AllInputTypes, GetGen2 } from '../typegenTypeHelpers'
import type { Directives } from './directive'
import type { AllNexusArgsDefs, AllNexusInputTypeDefs } from './wrapping'
import { Maybe, NexusTypes, withNexusSymbol } from './_types'
export type Ar... | 1,318 | 9,992 | 327 | 0.98 | 2026-04-18T01:37:07.384772 | true |
github_starship_starship_508ed88d6df5f77412498fb76e9fd942fb68a017 | 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/buf.rs | buf.rs | 918 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct BufConfig<'a> {
pub format: &'a str,
pub version_format: &'a str,
pub symbol: &'a str,... | 87 | 915 | 35 | 0.98 | 2026-04-17T13:17:27.399857 | true |
github_bytecodealliance_wasmtime_9c19dd0893be6a87e4efa3a831c3925fd4dd8c2b | Rust | bytecodealliance | wasmtime | 17,889 | 1,675 | A lightweight WebAssembly runtime that is fast, secure, and standards-compliant | [
"aot",
"cranelift",
"jit",
"lightweight",
"portable",
"runtime",
"rust",
"sandbox",
"standalone",
"wasi",
"wasm",
"wasmtime",
"webassembly"
] | Apache-2.0 | src/commands.rs | commands.rs | 1,074 | //! The module for the Wasmtime CLI commands.
#[cfg(any(feature = "run", feature = "wizer"))]
mod run;
#[cfg(any(feature = "run", feature = "wizer"))]
pub use self::run::*;
#[cfg(feature = "serve")]
mod serve;
#[cfg(feature = "serve")]
pub use self::serve::*;
#[cfg(feature = "explore")]
mod explore;
#[cfg(feature = ... | 130 | 1,074 | 52 | 0.98 | 2026-04-17T13:47:21.186574 | true |
github_rcourtman_Pulse_a152bbe76d296e80a3e0814ca741d2c8d8fe1dc1 | Go | rcourtman | Pulse | 5,373 | 217 | Real-time monitoring for Proxmox, Docker, and Kubernetes with AI-powered insights, smart alerts, and a beautiful unified dashboard | [
"ai",
"alerts",
"dashboard",
"docker",
"docker-monitoring",
"go",
"homelab",
"host-monitoring",
"infrastructure-monitoring",
"kubernetes",
"monitoring",
"proxmox",
"proxmox-backup-server",
"proxmox-mail-gateway",
"proxmox-ve",
"react",
"self-hosted",
"typescript",
"webhooks"
] | MIT | internal/ai/metadata_provider_test.go | metadata_provider_test.go | 2,189 | package ai
import (
"errors"
"strings"
"testing"
)
type failingMetadataProvider struct {
guestErr error
dockerErr error
hostErr error
}
func (m *failingMetadataProvider) SetGuestURL(guestID, customURL string) error {
return m.guestErr
}
func (m *failingMetadataProvider) SetDockerURL(resourceID, customURL ... | 238 | 2,189 | 78 | 0.98 | 2026-04-17T21:29:31.771273 | true |
github_apollographql_apollo-client_d56ad8fda1559f3dbcbbcc9f974cbbbf3ede0e71 | TypeScript | apollographql | apollo-client | 19,717 | 2,702 | The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development. | [
"apollo-client",
"apollographql",
"graphql",
"graphql-client",
"typescript"
] | MIT | src/errors/utils.ts | utils.ts | 387 | export function isBranded(error: unknown, name: string) {
return (
typeof error === "object" &&
error !== null &&
(error as any)[Symbol.for("apollo.error")] === name
);
}
export function brand(error: Error) {
Object.defineProperty(error, Symbol.for("apollo.error"), {
value: error.name,
enumer... | 43 | 387 | 17 | 0.98 | 2026-04-18T01:25:49.955535 | true |
github_pubkey_rxdb_465183fd66eb8ef6ef75f0fc8b4f443a033792b2 | TypeScript | pubkey | rxdb | 23,146 | 1,160 | A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/ | [
"angular",
"browser-database",
"couchdb",
"crdt",
"database",
"firebase",
"graphql",
"indexeddb",
"ionic",
"local-first",
"localstorage",
"nodejs",
"nosql",
"postgres",
"pouchdb",
"react-native",
"realtime",
"realtime-database",
"rxdb",
"sqlite"
] | Apache-2.0 | src/replication-protocol/upstream.ts | upstream.ts | 22,958 | import { firstValueFrom, filter } from 'rxjs';
import {
getChangedDocumentsSince,
getWrittenDocumentsFromBulkWriteResponse,
stackCheckpoints
} from '../rx-storage-helper.ts';
import type {
BulkWriteRow,
BulkWriteRowById,
ById,
EventBulk,
RxDocumentData,
RxError,
RxReplicationWrit... | 1,715 | 22,958 | 579 | 0.98 | 2026-04-18T01:24:03.264386 | true |
github_starpig1129_DATAGEN_4d2bc13e1b973053418c0d17d49758c7dc48530d | Python | starpig1129 | DATAGEN | 1,693 | 227 | DATAGEN: AI-driven multi-agent research assistant automating hypothesis generation, data analysis, and report writing. | [
"agent",
"ai",
"ai-data-analysis",
"artificial-intelligence",
"code-generation",
"data-analysis",
"data-analytics",
"data-science",
"langchain",
"langgraph",
"large-language-model",
"large-language-models",
"llm",
"multiagent-systems",
"python"
] | MIT | src/agents/process_agent.py | process_agent.py | 2,880 | from pydantic import BaseModel, Field
from typing import Any, Dict, Literal, List, TYPE_CHECKING
from ..core.language_models import LanguageModelManager
from .base import BaseAgent
from ..config import WORKING_DIRECTORY
if TYPE_CHECKING:
from ..core.state import State
class ProcessRouteSchema(BaseModel):
"""... | 259 | 2,880 | 73 | 0.98 | 2026-04-22T15:53:26.113732 | true |
github_dyad-sh_dyad_96db7e6eb24acf005477fb019be2f3f7c20f879a | 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/__tests__/image_utils.test.ts | image_utils.test.ts | 4,606 | import { describe, it, expect } from "vitest";
import {
getImageDimensionsFromDataUrl,
isImageTooLarge,
MAX_IMAGE_DIMENSION,
} from "@/pro/main/ipc/handlers/local_agent/tools/image_utils";
describe("image_utils", () => {
describe("getImageDimensionsFromDataUrl", () => {
it("returns null for invalid data UR... | 471 | 4,606 | 123 | 0.98 | 2026-04-23T09:39:46.918216 | true |
github_glample_Arnold_3b4aaa239ccfb176b5c6471303ba04b46fd4fd77 | Python | glample | Arnold | 536 | 111 | Arnold - DOOM Agent | [
"artificial-intelligence",
"doom",
"doom-2",
"neural-network",
"q-learning",
"reinforcement-learning",
"self-playing",
"vizdoom-competition"
] | UNKNOWN | src/doom/game_features.py | game_features.py | 4,387 | import numpy as np
from logging import getLogger
# logger
logger = getLogger()
def parse_game_features(s):
"""
Parse the game features we want to detect.
"""
game_features = ['target', 'enemy', 'health', 'weapon', 'ammo']
split = list(filter(None, s.split(',')))
assert all(x in game_features... | 476 | 4,387 | 112 | 0.98 | 2026-04-22T20:51:04.945829 | true |
github_openfaas_faasd_08761dfef954945d4d3dfad2fc872b8f04115d65 | Go | openfaas | faasd | 3,247 | 235 | Lightweight and portable version of OpenFaaS | [
"api",
"arm",
"containerd",
"containers",
"deploy",
"edge",
"faas",
"faasd",
"golang",
"http",
"microservices",
"openfaas",
"remote",
"rest",
"serverless",
"webhooks"
] | NOASSERTION | pkg/resolver.go | resolver.go | 311 | package pkg
import "time"
// Resolver resolves an upstream IP address for a given upstream host
type Resolver interface {
// Start any polling or connections required to resolve
Start()
// Get an IP address using an asynchronous operation
Get(upstream string, got chan<- string, timeout time.Duration)
}
| 47 | 311 | 13 | 0.98 | 2026-04-18T00:57:12.033155 | true |
github_rustdesk_rustdesk_218070291840e2c2e4fe62b408d92597adf2bb5a | 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/bg.rs | bg.rs | 59,063 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "Състояне"),
("Your Desktop", "Вашата работна среда"),
("desk_tip", "Вашата работна среда не може да бъде достъпена с този потребителски код и парола."),
("Password", "П... | 4,384 | 44,157 | 748 | 0.98 | 2026-04-17T13:14:22.918397 | true |
github_zeromicro_go-zero_67a779ddeabb9f86f94d85aa6a4c30028d0a442e | Go | zeromicro | go-zero | 32,929 | 4,288 | A cloud-native Go microservices framework with cli tool for productivity. | [
"ai-native",
"ai-native-development",
"cloud-native",
"code-generation",
"framework",
"gateway",
"go",
"golang",
"grpc-gateway",
"microservice",
"microservice-framework",
"microservices",
"microservices-architecture",
"rest-api",
"restful",
"restful-api",
"rpc",
"rpc-framework",
... | MIT | core/executors/delayexecutor_test.go | delayexecutor_test.go | 384 | package executors
import (
"sync/atomic"
"testing"
"time"
"github.com/stretchr/testify/assert"
)
func TestDelayExecutor(t *testing.T) {
var count int32
ex := NewDelayExecutor(func() {
atomic.AddInt32(&count, 1)
}, time.Millisecond*10)
for i := 0; i < 100; i++ {
ex.Trigger()
}
time.Sleep(time.Millisecon... | 42 | 384 | 22 | 0.98 | 2026-04-17T08:11:45.110966 | true |
github_valeriansaliou_sonic_53078bc5fe58a992d67698a874d31715e0ca80ab | 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/channel/handle.rs | handle.rs | 9,895 | // Sonic
//
// Fast, lightweight and schema-less search backend
// Copyright: 2019, Valerian Saliou <[REDACTED_EMAIL]>
// License: Mozilla Public License v2.0 (MPL v2.0)
use std::collections::VecDeque;
use std::io::{ErrorKind, Read, Write};
use std::net::TcpStream;
use std::result::Result;
use std::str;
use std::time:... | 710 | 9,895 | 271 | 0.98 | 2026-04-17T13:41:09.830150 | true |
github_ChatGPTNextWeb_NextChat_b2b1ad49da1aa32ce2bb77884286af8d5af7cfad | 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/config/build.ts | build.ts | 1,278 | import tauriConfig from "../../src-tauri/tauri.conf.json";
import { DEFAULT_INPUT_TEMPLATE } from "../constant";
export const getBuildConfig = () => {
if (typeof process === "undefined") {
throw Error(
"[Server Config] you are importing a nodejs-only module outside of nodejs",
);
}
const buildMode... | 135 | 1,278 | 47 | 0.98 | 2026-04-23T08:58:07.018361 | true |
github_starship_starship_ee5ae0032ba96146035973f04b10e4145f049824 | 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/cmake.rs | cmake.rs | 911 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct CMakeConfig<'a> {
pub format: &'a str,
pub version_format: &'a str,
pub symbol: &'a st... | 86 | 909 | 35 | 0.98 | 2026-04-17T13:17:30.362213 | true |
github_txn2_kubefwd_8e84c3b9f1f409764696f5bdf0674a5fafea891f | Go | txn2 | kubefwd | 4,089 | 222 | Bulk port forwarding Kubernetes services for local development. | [
"api-rest",
"developer-tools",
"devops",
"devops-tools",
"devtools",
"k8s",
"kubefwd",
"kubernetes",
"kubernetes-clusters",
"kubernetes-namespace",
"mcp-server",
"networking",
"port-forward",
"port-forwarding",
"proxy"
] | Apache-2.0 | pkg/fwdtui/commands.go | commands.go | 1,329 | package fwdtui
import (
"time"
tea "github.com/charmbracelet/bubbletea"
"github.com/sirupsen/logrus"
"github.com/txn2/kubefwd/pkg/fwdmetrics"
"github.com/txn2/kubefwd/pkg/fwdtui/events"
)
// ListenMetrics creates a command that listens for metrics updates
func ListenMetrics(ch <-chan []fwdmetrics.ServiceSnapsho... | 169 | 1,329 | 63 | 0.98 | 2026-04-17T22:22:22.005432 | true |
github_pubkey_rxdb_b7906aeddf25028d3104ad2b10582078d88f5982 | 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/incremental-write.ts | incremental-write.ts | 8,439 | import {
isBulkWriteConflictError,
rxStorageWriteErrorToRxError
} from './rx-error.ts';
import type {
ModifyFunction,
BulkWriteRow,
MaybePromise,
RxDocumentData,
RxDocumentWriteData,
RxError,
RxStorageBulkWriteResponse,
RxStorageInstance,
StringKeys,
WithDeleted
} from '.... | 684 | 8,439 | 228 | 0.98 | 2026-04-23T08:21:57.500668 | true |
github_serenity-rs_serenity_7f49752dae252eda14003f8c6283c85ed94513cb | Rust | serenity-rs | serenity | 5,463 | 661 | A Rust library for the Discord API. | [
"discord",
"discord-api",
"hacktoberfest",
"rust"
] | ISC | src/model/soundboard.rs | soundboard.rs | 1,766 | #[cfg(feature = "model")]
use crate::http::Http;
use crate::model::prelude::*;
/// A representation of a soundboard sound, a kind of audio that users can play
/// in voice channels.
///
/// [Discord docs](https://docs.discord.com/developers/resources/soundboard#soundboard-resource).
#[cfg_attr(feature = "typesize", de... | 235 | 1,766 | 49 | 0.98 | 2026-04-17T15:01:17.830669 | true |
github_lbjlaq_Antigravity-Manager_726fe1f0723b8bbbcde2026ecae7b7792105cd57 | 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/utils/env.ts | env.ts | 358 | /**
* Detect if the app is running in a Tauri environment
*/
export const isTauri = () => {
return typeof window !== 'undefined' &&
(!!(window as any).__TAURI_INTERNALS__ || !!(window as any).__TAURI__);
};
/**
* Detect if running on Linux
*/
export const isLinux = () => {
return navigator.userAgen... | 52 | 358 | 15 | 0.98 | 2026-04-17T13:28:48.593171 | true |
github_Chalarangelo_30-seconds-of-code_9e9262fc8b2bd9e181327456004e131871624f84 | JavaScript | Chalarangelo | 30-seconds-of-code | 127,546 | 12,477 | Coding articles to level up your development skills | [
"astro",
"awesome-list",
"css",
"education",
"es6-javascript",
"git",
"html",
"javascript",
"learn-to-code",
"learning-resources",
"nodejs",
"programming",
"snippets"
] | CC-BY-4.0 | src/core/model.js | model.js | 2,626 | import RecordSet from '#src/core/recordSet.js';
export default class Model {
static instances = {};
static indexedInstances = {};
static getterCache = {};
static prepare(model, indexes) {
const name = model.name;
// Create an array for each model to store instances
if (!Model.instances[name]) Mod... | 243 | 2,626 | 97 | 0.98 | 2026-04-23T06:14:52.640012 | true |
github_google_zx_337b529f8c3f6387d9c6014c89ba9efc45059a3a | TypeScript | google | zx | 45,409 | 1,253 | A tool for writing better scripts | [
"bash",
"child-process",
"cli",
"exec",
"javascript",
"nodejs",
"pipe",
"shell",
"spawn"
] | Apache-2.0 | src/repl.ts | repl.ts | 1,246 | // 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 in ... | 169 | 1,244 | 37 | 0.98 | 2026-04-23T06:18:10.529409 | true |
github_milvus-io_milvus_c6bdbb4d887aab4b87626f0bd469f8002520f439 | Go | milvus-io | milvus | 43,838 | 3,961 | Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search | [
"anns",
"cloud-native",
"diskann",
"distributed",
"embedding-database",
"embedding-similarity",
"embedding-store",
"faiss",
"golang",
"hnsw",
"image-search",
"llm",
"nearest-neighbor-search",
"rag",
"vector-database",
"vector-search",
"vector-similarity",
"vector-store"
] | Apache-2.0 | internal/coordinator/file_resource_observer.go | file_resource_observer.go | 7,912 | // Licensed to the LF AI & Data foundation under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use th... | 895 | 7,912 | 296 | 0.98 | 2026-04-17T07:28:59.400470 | true |
github_drprojects_superpoint_transformer_65a68f237933b186de9b75aa5717c17d4f41499c | 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/nn/mlp.py | mlp.py | 4,229 | from torch import nn
from src.nn.norm import BatchNorm, INDEX_BASED_NORMS
__all__ = ['MLP', 'FFN', 'Classifier']
def mlp(
dims,
activation=nn.LeakyReLU(),
last_activation=True,
norm=BatchNorm,
last_norm=True,
drop=None,
device='cpu'):
"""Helper to build ML... | 434 | 4,229 | 143 | 0.98 | 2026-04-22T21:13:06.319095 | true |
github_jdx_mise_1171d7958548c226b0efcd91c664743220f12f66 | Rust | jdx | mise | 26,796 | 1,060 | dev tools, env vars, task runner | [] | MIT | src/backend/backend_type.rs | backend_type.rs | 2,169 | use std::fmt::{Display, Formatter};
#[derive(
Debug,
PartialEq,
Eq,
Hash,
Clone,
strum::EnumString,
strum::EnumIter,
strum::AsRefStr,
Ord,
PartialOrd,
)]
#[strum(serialize_all = "snake_case")]
pub enum BackendType {
Aqua,
Asdf,
Cargo,
Conda,
Core,
Dotnet,... | 191 | 2,169 | 87 | 0.98 | 2026-04-17T13:30:33.354541 | true |
github_go-jet_jet_fe2807731861fb57d04dae94e99d80b603afa793 | 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/window_func.go | window_func.go | 4,029 | package jet
// Window interface
type Window interface {
Serializer
ORDER_BY(expr ...OrderByClause) Window
ROWS(start FrameExtent, end ...FrameExtent) Window
RANGE(start FrameExtent, end ...FrameExtent) Window
GROUPS(start FrameExtent, end ...FrameExtent) Window
}
type windowImpl struct {
partitionBy []Expressio... | 435 | 4,029 | 187 | 0.98 | 2026-04-17T18:21:27.535195 | true |
github_axolotl-ai-cloud_axolotl_67b1d32f184f0cfe4ad7b27f6ce687dfc580c72a | Python | axolotl-ai-cloud | axolotl | 11,714 | 1,313 | Go ahead and axolotl questions | [
"fine-tuning",
"llm"
] | Apache-2.0 | src/axolotl/logging_config.py | logging_config.py | 5,063 | """Common logging module for axolotl."""
import logging
import os
from logging import Formatter, Logger, LogRecord
from logging.config import dictConfig
from typing import Any, Dict
from colorama import Fore, Style, init
DEFAULT_AXOLOTL_LOG_LEVEL = "INFO"
DEFAULT_LOG_LEVEL = "WARNING"
class AxolotlOrWarnErrorFilte... | 387 | 5,063 | 157 | 0.98 | 2026-04-17T22:53:18.569981 | true |
github_chaskiq_chaskiq_936546c5ed46bf9cd16266498317ab0be4a86093 | JavaScript | chaskiq | chaskiq | 3,507 | 498 | A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp. | [
"chat",
"chatbot",
"graphql",
"helpdesk",
"knowledge-base",
"livechat",
"livechat-bot",
"livechat-integration",
"messenger",
"messenger-chatbots",
"messenger-platform",
"newsletter-management",
"rails",
"react",
"support-ticket",
"tour-guide-app",
"webchat",
"widget"
] | NOASSERTION | app/javascript/article.js | article.js | 338 | import React from 'react';
import ReactDOM from 'react-dom';
import Article from '@chaskiq/messenger/src/client_messenger/articles';
// eslint-disable-next-line no-undef
document.addEventListener('DOMContentLoaded', () => {
ReactDOM.render(
<Article />,
document.body.appendChild(document.getElementById('main... | 25 | 338 | 12 | 0.98 | 2026-04-18T01:36:06.589835 | true |
github_ChromeDevTools_chrome-devtools-mcp_36925f2eabd01c63f205310600cee05fc752cdca | TypeScript | ChromeDevTools | chrome-devtools-mcp | 35,846 | 2,192 | Chrome DevTools for coding agents | [
"browser",
"chrome",
"chrome-devtools",
"debugging",
"devtools",
"mcp",
"mcp-server",
"puppeteer"
] | Apache-2.0 | src/McpPage.ts | McpPage.ts | 4,272 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import type {
Dialog,
ElementHandle,
Page,
Viewport,
WebMCPTool,
} from './third_party/index.js';
import type {ToolGroup, ToolDefinition} from './tools/inPage.js';
import {takeSnapshot} from './tools/snapshot.js';
import ... | 450 | 4,272 | 168 | 0.98 | 2026-04-18T00:20:54.446441 | true |
github_ultraworkers_claw-code_ec5330915ec062f07dfa34d64cdf779325a49b76 | 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/components/__init__.py | __init__.py | 535 | """Python package placeholder for the archived `components` subsystem."""
from __future__ import annotations
from src._archive_helper import load_archive_metadata
_SNAPSHOT = load_archive_metadata("components")
ARCHIVE_NAME = _SNAPSHOT["archive_name"]
MODULE_COUNT = _SNAPSHOT["module_count"]
SAMPLE_FILES = tuple(_S... | 46 | 535 | 15 | 0.98 | 2026-04-17T13:13:07.769130 | true |
github_huggingface_transformers_62fac901ae843386777f9595066d25c30f58791a | 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/convert_slow_tokenizer.py | convert_slow_tokenizer.py | 78,179 | # Copyright 2018 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 ... | 5,403 | 78,147 | 2,152 | 0.98 | 2026-04-22T13:17:49.557254 | true |
github_testing-library_dom-testing-library_38f5b3ddea05dcea5944fe13d46e4bce5e787eb6 | JavaScript | testing-library | dom-testing-library | 3,321 | 469 | 🐙 Simple and complete DOM testing utilities that encourage good testing practices. | [
"javascript",
"testing"
] | MIT | src/__tests__/wait-for.js | wait-for.js | 12,873 | import jestSnapshotSerializerAnsi from 'jest-snapshot-serializer-ansi'
import {waitFor} from '../'
import {configure, getConfig} from '../config'
import {renderIntoDocument} from './helpers/test-utils'
expect.addSnapshotSerializer(jestSnapshotSerializerAnsi)
function deferred() {
let resolve, reject
const promise... | 1,453 | 12,873 | 453 | 0.98 | 2026-04-23T12:23:17.119543 | true |
github_php_frankenphp_c4c7a7701c0f7d663f03817d1583ed24fa15495f | Go | php | frankenphp | 10,991 | 447 | 🧟 The modern PHP app server | [
"caddy",
"frankenphp",
"go",
"php",
"sapi",
"worker"
] | MIT | cgi_test.go | cgi_test.go | 6,001 | package frankenphp
import (
"strings"
"testing"
"github.com/stretchr/testify/assert"
)
func TestEnsureLeadingSlash(t *testing.T) {
t.Parallel()
tests := []struct {
input string
expected string
}{
{"/index.php", "/index.php"},
{"index.php", "/index.php"},
{"/", "/"},
{"", ""},
{"/path/to/scrip... | 671 | 5,963 | 211 | 0.98 | 2026-04-17T12:27:25.856755 | true |
github_rustdesk_rustdesk_03f1f62506f763e0a1bbdef06be65c1044a0fed2 | 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/linux_desktop_manager.rs | linux_desktop_manager.rs | 24,060 | use super::{linux::*, ResultType};
use crate::client::{
LOGIN_MSG_DESKTOP_NO_DESKTOP, LOGIN_MSG_DESKTOP_SESSION_ANOTHER_USER,
LOGIN_MSG_DESKTOP_SESSION_NOT_READY, LOGIN_MSG_DESKTOP_XORG_NOT_FOUND,
LOGIN_MSG_DESKTOP_XSESSION_FAILED,
};
use hbb_common::{
allow_err, bail, log,
rand::prelude::*,
tok... | 1,880 | 24,060 | 745 | 0.98 | 2026-04-17T13:14:49.325329 | true |
github_pubkey_rxdb_d786a59106d2b3f7dd1fc1c853b88b549e3d8176 | 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/replication-protocol/downstream.ts | downstream.ts | 22,755 | import {
firstValueFrom,
filter,
mergeMap
} from 'rxjs';
import { newRxError } from '../rx-error.ts';
import { getWrittenDocumentsFromBulkWriteResponse, stackCheckpoints } from '../rx-storage-helper.ts';
import type {
RxStorageInstanceReplicationState,
BulkWriteRow,
BulkWriteRowById,
RxStora... | 1,558 | 22,755 | 551 | 0.98 | 2026-04-23T08:22:01.804494 | true |
github_bvaughn_react-virtualized_356685d608ab147d4cb841adc04f3c17e8c83cc1 | JavaScript | bvaughn | react-virtualized | 27,068 | 3,034 | React components for efficiently rendering large lists and tabular data | [
"grid",
"list",
"listview",
"performance",
"react",
"react-components",
"tabular-data",
"virtualization",
"windowing"
] | MIT | source/AutoSizer/AutoSizer.jest.js | AutoSizer.jest.js | 7,748 | import * as React from 'react';
import {findDOMNode} from 'react-dom';
import {render} from '../TestUtils';
import AutoSizer from './AutoSizer';
function DefaultChildComponent({height, width, foo, bar}) {
return (
<div>{`width:${width}, height:${height}, foo:${foo}, bar:${bar}`}</div>
);
}
describe('AutoSizer... | 634 | 7,748 | 239 | 0.98 | 2026-04-23T04:50:13.483386 | true |
github_yaserkl_RLSeq2Seq_b13149580e7785e6fe435cf205deb3444e58f6f3 | Python | yaserkl | RLSeq2Seq | 768 | 160 | Deep Reinforcement Learning For Sequence to Sequence Models | [
"abstractive-text-summarization",
"actor-critic",
"nlp",
"pointer-generator",
"policy-gradient",
"reinforcement-learning"
] | MIT | src/attention_decoder.py | attention_decoder.py | 38,545 | # Copyright 2016 The TensorFlow Authors. All Rights Reserved.
# Modifications Copyright 2017 Abigail See
#
# 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... | 3,733 | 38,545 | 659 | 0.98 | 2026-04-22T20:34:57.376925 | true |
github_mohsen1_yek_3a90904cb5f06988d3b6edaeb37c5796e2c71384 | Rust | mohsen1 | yek | 2,442 | 66 | A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption | [
"ai",
"cli",
"large-language-models",
"llm",
"rust-lang",
"serialization"
] | MIT | src/priority.rs | priority.rs | 5,662 | use git2;
use regex;
use serde::{Deserialize, Serialize};
use std::{collections::HashMap, path::Path};
use tracing::debug;
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
pub struct PriorityRule {
pub pattern: String,
pub score: i32,
}
/// Determine final priority of a file by scanning the priority... | 646 | 5,660 | 178 | 0.98 | 2026-04-17T19:23:01.771606 | true |
github_typicode_lowdb_3da4d0e0099470dd29a0366dacae96c4047c91e7 | TypeScript | typicode | lowdb | 22,525 | 967 | Simple and fast JSON database | [
"database",
"electron",
"embeddable",
"embedded-database",
"javascript",
"json",
"localstorage",
"lodash",
"nodejs",
"storage"
] | MIT | src/browser.ts | browser.ts | 141 | export * from './adapters/browser/LocalStorage.js'
export * from './adapters/browser/SessionStorage.js'
export * from './presets/browser.js'
| 12 | 141 | 4 | 0.98 | 2026-04-23T06:45:31.494128 | true |
github_kach_nearley_b564e11e24d2bcc597d46bb01af84a1972cc6b9d | JavaScript | kach | nearley | 3,735 | 235 | 📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript. | [
"earley-algorithm",
"earley-parser",
"javascript",
"nearley",
"node",
"nodejs",
"parser",
"parsing",
"parsing-library"
] | MIT | lib/nearley.js | nearley.js | 20,116 | (function(root, factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory();
} else {
root.nearley = factory();
}
}(this, function() {
function Rule(name, symbols, postprocess) {
this.id = ++Rule.highestId;
this.name = name;
this.sym... | 2,080 | 20,112 | 565 | 0.98 | 2026-04-23T07:46:49.132305 | true |
github_SeaQL_sea-orm_8be74a02812f543001cd50e9991c9ffbbfa6d154 | Rust | SeaQL | sea-orm | 9,543 | 693 | 🐚 A powerful relational ORM for Rust | [
"database",
"hacktoberfest",
"loco",
"mariadb",
"mysql",
"orm",
"postgres",
"rust",
"sql",
"sqlite",
"sqlx",
"tokio"
] | Apache-2.0 | src/schema/mod.rs | mod.rs | 651 | use crate::DbBackend;
mod builder;
mod entity;
#[cfg(feature = "serde_json")]
mod json;
mod topology;
pub use builder::*;
use topology::*;
/// This is a helper struct to convert [`EntityTrait`](crate::EntityTrait)
/// into different [`sea_query`](crate::sea_query) statements.
#[derive(Debug)]
pub struct Schema {
... | 85 | 651 | 30 | 0.98 | 2026-04-17T14:27:34.444569 | true |
github_moleculerjs_moleculer_0af9bc4e123fccd2b6e5dc882e6bc032980291c3 | JavaScript | moleculerjs | moleculer | 6,372 | 599 | :rocket: Progressive microservices framework for Node.js | [
"distributed-systems",
"microservice",
"microservice-framework",
"microservices",
"moleculer",
"nodejs"
] | MIT | src/middlewares/debounce.js | debounce.js | 626 | /*
* moleculer
* Copyright (c) 2019 MoleculerJS (https://github.com/moleculerjs/moleculer)
* MIT Licensed
*/
"use strict";
module.exports = function debounceMiddleware(broker) {
function wrapEventDebounceMiddleware(handler, event) {
if (event.debounce > 0) {
let timer;
return function debounceMiddleware... | 65 | 626 | 34 | 0.98 | 2026-04-23T07:19:12.841530 | true |
github_Pythagora-io_gpt-pilot_2021abdccf5264a4d8fa77d45ea58caf93bb8bdf | Python | Pythagora-io | gpt-pilot | 33,775 | 3,498 | The first real AI developer | [
"ai",
"codegen",
"coding-assistant",
"developer-tools",
"gpt-4",
"research-project"
] | NOASSERTION | core/llm/groq_client.py | groq_client.py | 3,005 | import datetime
from typing import Optional
import tiktoken
from groq import AsyncGroq, RateLimitError
from httpx import Timeout
from core.config import LLMProvider
from core.llm.base import BaseLLMClient
from core.llm.convo import Convo
from core.log import get_logger
log = get_logger(__name__)
tokenizer = tiktoken... | 241 | 3,005 | 94 | 0.98 | 2026-04-22T17:06:13.699141 | true |
github_rustdesk_rustdesk_715f47f7e4521d80bc47d6eed87d54d161aab641 | 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/plugin/callback_ext.rs | callback_ext.rs | 1,550 | // External support for callback.
// 1. Support block input for some plugins.
// -----------------------------------------------------------------------------
use super::*;
const EXT_SUPPORT_BLOCK_INPUT: &str = "block-input";
pub(super) fn ext_support_callback(
id: &str,
peer: &str,
msg: &super::callback... | 128 | 1,550 | 45 | 0.98 | 2026-04-17T13:14:51.781542 | true |
github_Permify_permify_b2a20615c160a8543e2589b3513e170257c23c91 | 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/schema/linked_schema_test.go | linked_schema_test.go | 58,815 | package schema
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/Permify/permify/pkg/dsl/compiler"
"github.com/Permify/permify/pkg/dsl/parser"
base "github.com/Permify/permify/pkg/pb/base/v1"
)
var _ = Describe("linked schema", func() {
Context("linked schema", func() {
It("Case 1... | 5,379 | 58,815 | 2,458 | 0.98 | 2026-04-17T21:20:15.922586 | true |
github_mochajs_mocha_b1fc92163fc9fa60ded4af0cd5dfa25b88a8f80d | JavaScript | mochajs | mocha | 22,882 | 3,066 | ☕️ Classic, reliable, trusted test framework for Node.js and the browser | [
"bdd",
"browser",
"javascript",
"mocha",
"mochajs",
"node",
"nodejs",
"tdd",
"test",
"test-framework",
"testing",
"testing-tools"
] | MIT | lib/reporters/html.js | html.js | 12,326 | "use strict";
/**
* @typedef {import('../runner.js')} Runner
*/
/**
* @module HTML
*/
/**
* Module dependencies.
*/
var Base = require("./base");
var utils = require("../utils");
var { escapeRegExp } = require("../utils/regexp.mjs");
var constants = require("../runner").constants;
var EVENT_TEST_PASS = constan... | 1,314 | 12,318 | 426 | 0.98 | 2026-04-23T06:44:03.476581 | true |
github_pathwaycom_pathway_6070cec3624cb62e359b2ff828879eb158c3c411 | 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_format.rs | data_format.rs | 71,569 | // Copyright © 2026 Pathway
use std::any::type_name;
use std::borrow::Cow;
use std::clone::Clone;
use std::collections::HashMap;
use std::iter::zip;
use std::str::{from_utf8, Utf8Error};
use crate::connectors::metadata::SourceMetadata;
use crate::connectors::ReaderContext::{Bson, Diff, Empty, KeyValue, RawBytes, Toke... | 5,476 | 71,568 | 2,119 | 0.98 | 2026-04-23T04:40:28.013702 | true |
github_ChromeDevTools_chrome-devtools-mcp_4efd8dc9347c7e55f66115bf05ff12ea06f62d62 | TypeScript | ChromeDevTools | chrome-devtools-mcp | 35,846 | 2,192 | Chrome DevTools for coding agents | [
"browser",
"chrome",
"chrome-devtools",
"debugging",
"devtools",
"mcp",
"mcp-server",
"puppeteer"
] | Apache-2.0 | src/types.ts | types.ts | 1,073 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import type {SerializedAXNode, Viewport, Target} from './third_party/index.js';
export interface ExtensionServiceWorker {
url: string;
target: Target;
id: string;
}
export interface TextSnapshotNode extends SerializedAXNode... | 119 | 1,073 | 46 | 0.98 | 2026-04-18T00:21:18.786277 | true |
github_baoyachi_shadow-rs_6d7ffde99e05faae70b9f6b88453072681bca3e4 | 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/date_time.rs | date_time.rs | 7,949 | use crate::{Format, SdResult, ShadowError};
use std::error::Error;
use time::format_description::well_known::{Rfc2822, Rfc3339};
#[cfg(feature = "tzdb")]
use time::UtcOffset;
use time::{format_description, OffsetDateTime};
pub enum DateTime {
Local(OffsetDateTime),
Utc(OffsetDateTime),
}
pub(crate) const DEFI... | 571 | 7,949 | 229 | 0.98 | 2026-04-17T17:08:55.254642 | true |
github_nodejs_node_4044edbddb53568c0df80af0a96d848b27bfde95 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/inspector_network_tracking.js | inspector_network_tracking.js | 444 | 'use strict';
function enable() {
require('internal/inspector/network_http').enable();
require('internal/inspector/network_http2').enable();
require('internal/inspector/network_undici').enable();
}
function disable() {
require('internal/inspector/network_http').disable();
require('internal/inspector/network... | 22 | 444 | 19 | 0.98 | 2026-04-23T06:15:56.912624 | true |
github_vitaly-t_pg-promise_49a1197f39f2cd1dd603447a24ffd7549a0142ff | JavaScript | vitaly-t | pg-promise | 3,551 | 221 | PostgreSQL interface for Node.js | [
"javascript",
"nodejs",
"postgresql",
"promise-library",
"promises",
"transaction",
"typescript"
] | MIT | lib/types/index.js | index.js | 503 | /*
* Copyright (c) 2015-present, Vitaly Tomilov
*
* See the LICENSE file at the top-level directory of this distribution
* for licensing information.
*
* Removal or modification of this copyright notice is prohibited.
*/
const {ServerFormatting} = require('./server-formatting');
const {PreparedStatement} = requ... | 55 | 503 | 19 | 0.98 | 2026-04-23T07:49:41.096996 | true |
github_streamlit_streamlit_c05be0f17c98e415d0a2f5f4eb47f3b67afb0c84 | Python | streamlit | streamlit | 44,313 | 4,212 | 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/config_util.py | config_util.py | 33,070 | # 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... | 3,173 | 33,068 | 888 | 0.98 | 2026-04-22T13:32:14.618154 | true |
github_dani-garcia_vaultwarden_914b4fe966261fcd0bbbd1cd105f8544f78c8add | 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/schema.rs | schema.rs | 10,118 | table! {
attachments (id) {
id -> Text,
cipher_uuid -> Text,
file_name -> Text,
file_size -> BigInt,
akey -> Nullable<Text>,
}
}
table! {
ciphers (uuid) {
uuid -> Text,
created_at -> Timestamp,
updated_at -> Timestamp,
user_uuid -> Nul... | 963 | 10,118 | 399 | 0.98 | 2026-04-17T13:16:34.664755 | true |
github_vanus-labs_vanus_6c292df82e6652b43b9b2bd80409738a21ef2ed2 | Go | vanus-labs | vanus | 1,697 | 92 | Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications. | [
"cloud-native",
"cloudevents",
"cloudnative",
"event-bridge",
"event-driven",
"eventbus",
"kafka",
"kubernetes",
"message-queue",
"microservices",
"rabbitmq",
"rocketmq",
"serverless",
"sns",
"sqs"
] | Apache-2.0 | api/errors/errors.go | errors.go | 8,818 | // Copyright 2022 Linkall Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 646 | 8,818 | 176 | 0.98 | 2026-04-18T01:03:27.580359 | true |
github_directus_directus_e3a8e23c1cd1b7edef77ff55a02ed36293ed799a | 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 | app/src/router.test.ts | router.test.ts | 3,537 | import { useAppStore } from '@directus/stores';
import { createTestingPinia } from '@pinia/testing';
import { setActivePinia } from 'pinia';
import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest';
import { defineComponent, h } from 'vue';
import { createMemoryHistory, createRouter, Router } from 'vu... | 396 | 3,537 | 150 | 0.98 | 2026-04-23T07:58:07.869209 | true |
github_jenkins-x_jx_2aee9b99d797dcf97598e313123ea51e38c42c54 | Go | jenkins-x | jx | 4,686 | 799 | Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton | [
"accelerator",
"cicd",
"continuous-delivery",
"continuous-integration",
"devops",
"environments",
"gitops",
"golang",
"hacktoberfest",
"kubernetes",
"openshift",
"pipeline",
"tekton"
] | Apache-2.0 | cmd/main.go | main.go | 180 | package main
import (
"os"
"github.com/jenkins-x/jx/cmd/app"
)
// Entrypoint for the command
func main() {
if err := app.Run(nil); err != nil {
os.Exit(1)
}
os.Exit(0)
}
| 27 | 180 | 16 | 0.98 | 2026-04-17T21:43:03.248817 | true |
github_AliyunContainerService_pouch_d045f80056e6775f87b83321b0db95ddfe9c1a26 | Go | AliyunContainerService | pouch | 4,655 | 940 | An Efficient Enterprise-class Container Engine | [
"cloud-native",
"containers",
"efficiency",
"go",
"isolation",
"kubernetes",
"oci",
"package",
"security"
] | Apache-2.0 | pkg/randomid/id_test.go | id_test.go | 164 | package randomid
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestGenerate(t *testing.T) {
id := Generate()
assert.Equal(t, 64, len(id))
}
| 18 | 164 | 13 | 0.98 | 2026-04-17T21:44:53.634986 | true |
github_rustdesk_rustdesk_d9cf6ad385af16eb309558617606db945de14aee | 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/nb.rs | nb.rs | 35,125 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "Status"),
("Your Desktop", "Ditt skrivebord"),
("desk_tip", "Du kan få adgang til ditt skrivebord med denne ID og passord."),
("Password", "Passord"),
("Ready",... | 3,215 | 35,017 | 748 | 0.98 | 2026-04-17T13:14:36.833786 | true |
github_fluxcd_flux2_e081ac80f61202873e3f8c2d32aaf158a340f463 | Go | fluxcd | flux2 | 8,053 | 739 | Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. | [
"continuous-delivery",
"gitops",
"gitops-toolkit",
"helm",
"kubernetes",
"kustomize"
] | Apache-2.0 | cmd/flux/create_tenant.go | create_tenant.go | 8,849 | /*
Copyright 2020 The Flux authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | 918 | 8,849 | 337 | 0.98 | 2026-04-17T20:20:59.059095 | true |
github_goofychris_art-template_88b518ec168c2ab12b2e246d21e2c87f6a32dd20 | JavaScript | goofychris | art-template | 9,873 | 2,653 | High performance JavaScript templating engine | [
"express",
"javascript",
"koa",
"nodejs",
"template-engine",
"webpack"
] | MIT | src/precompile.js | precompile.js | 8,256 | const path = require('path');
const acorn = require('acorn');
const escodegen = require('escodegen');
const estraverse = require('estraverse');
const sourceMap = require('source-map');
const mergeSourceMap = require('merge-source-map');
const compile = require('./compile');
const defaults = require('./defaults');
const... | 608 | 8,072 | 264 | 0.98 | 2026-04-23T07:02:05.897780 | true |
github_zurawiki_gptcommit_67c46c0dc0f93178bb850c6e09154e806bd34d87 | Rust | zurawiki | gptcommit | 2,421 | 82 | A git prepare-commit-msg hook for authoring commit messages with LLMs. | [
"cli",
"git",
"githook",
"large-language-models",
"rust"
] | MIT | src/summarize.rs | summarize.rs | 7,831 | use std::collections::HashMap;
use std::str::FromStr;
use std::sync::Arc;
use crate::llms::llm_client::LlmClient;
use crate::settings::Settings;
use crate::util;
use crate::{prompt::format_prompt, settings::Language};
use anyhow::Result;
use tokio::task::JoinSet;
use tokio::try_join;
use tera::{Context, Tera};
#[de... | 544 | 7,831 | 215 | 0.98 | 2026-04-17T19:23:22.776603 | true |
github_NM512_dreamerv3-torch_2b5e48fc78eb4550684d2a9c024734fd3421e536 | Python | NM512 | dreamerv3-torch | 840 | 213 | Implementation of Dreamer v3 in pytorch. | [
"deep-learning",
"pytorch",
"reinforcement-learning"
] | MIT | parallel.py | parallel.py | 6,388 | import atexit
import os
import sys
import time
import traceback
import enum
from functools import partial as bind
class Parallel:
def __init__(self, ctor, strategy):
self.worker = Worker(bind(self._respond, ctor), strategy, state=True)
self.callables = {}
def __getattr__(self, name):
... | 522 | 6,388 | 210 | 0.98 | 2026-04-22T20:27:45.822317 | true |
github_sachaos_viddy_98c1cfac479fd71caed33c38b0e63f630ec5320d | Rust | sachaos | viddy | 5,316 | 97 | 👀 A modern watch command. Time machine and pager etc. | [
"cli",
"golang",
"terminal",
"tui",
"watch"
] | MIT | src/exec.rs | exec.rs | 1,354 | use color_eyre::eyre::{OptionExt, Result};
use tokio::process::Command;
pub async fn exec(
command: Vec<String>,
shell: Option<(String, Vec<String>)>,
) -> Result<(Vec<u8>, Vec<u8>, i32)> {
let (command, args) = prepare_command(command, shell);
let mut command = Command::new(command);
let (width, ... | 127 | 1,354 | 49 | 0.98 | 2026-04-17T15:13:56.995862 | true |
github_rustdesk_rustdesk_2d3eb1d34f81b0ce96e2760c1ec6fd78760f30ba | 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/th.rs | th.rs | 63,927 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "สถานะ"),
("Your Desktop", "หน้าจอของคุณ"),
("desk_tip", "คุณสามารถเข้าถึงเดสก์ท็อปของคุณได้ด้วย ID และรหัสผ่านต่อไปนี้"),
("Password", "รหัสผ่าน"),
("Ready", "พ... | 2,649 | 39,343 | 748 | 0.98 | 2026-04-17T13:14:44.013616 | true |
github_apexcharts_apexcharts.js_cbe7f3cf633184d88e41f77daf215d66fd2ce9c4 | JavaScript | apexcharts | apexcharts.js | 15,090 | 1,382 | 📊 Interactive JavaScript Charts built on SVG | [
"charts",
"data-visualization",
"graphs",
"interactive",
"javascript",
"svg",
"visualization"
] | NOASSERTION | src/modules/Theme.js | Theme.js | 8,429 | // @ts-check
import Utils from '../utils/Utils'
import { getThemePalettes } from '../utils/ThemePalettes.js'
/**
* ApexCharts Theme Class for setting the colors and palettes.
*
* @module Theme
**/
export default class Theme {
/**
* @param {import('../types/internal').ChartStateW} w
*/
constructor(w) {
... | 781 | 8,429 | 312 | 0.98 | 2026-04-23T14:17:20.273352 | true |
github_databricks_click_a819d3d884715c1673a54ac1f381f82528ab3076 | Rust | databricks | click | 1,508 | 92 | The "Command Line Interactive Controller for Kubernetes" | [
"cli",
"kubectl",
"kubernetes",
"rust"
] | Apache-2.0 | src/env.rs | env.rs | 22,876 | // Copyright 2021 Databricks, Inc.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writi... | 1,917 | 22,876 | 669 | 0.98 | 2026-04-17T19:29:37.387586 | true |
github_ChromeDevTools_chrome-devtools-mcp_ce5dcc56201207bd6f70d33274fdbf867df30f41 | 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/third_party/devtools-heap-snapshot-worker.ts | devtools-heap-snapshot-worker.ts | 271 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// eslint-disable-next-line no-restricted-imports
import '../../node_modules/chrome-devtools-frontend/front_end/entrypoints/heap_snapshot_worker/heap_snapshot_worker-entrypoint.js';
| 17 | 271 | 9 | 0.98 | 2026-04-23T08:42:43.288770 | true |
github_merri-ment_lazy-line-painter_d97ad75c475b2f9f4d4166b345814a99bc60eb5d | JavaScript | merri-ment | lazy-line-painter | 1,984 | 317 | Lazy Line Painter - A Modern JS library for SVG path animation | [
"animation",
"animation-library",
"drawing",
"javascript",
"js",
"lightweight",
"path-animation",
"responsive",
"svg"
] | MIT | src/easing.js | easing.js | 2,330 | const Easing = {
easeLinear(n) {
return n;
},
easeInQuad(n) {
return n * n;
},
easeOutQuad(n) {
return n * (2 - n);
},
easeInOutQuad(n) {
n *= 2;
if (n < 1) return 0.5 * n * n;
return -0.5 * (--n * (n - 2) - 1);
},
easeInCubic(n) {
return n * n * n;
},
easeOutCubic... | 484 | 2,330 | 125 | 0.98 | 2026-04-23T14:06:01.423048 | true |
github_AndrewWalsh_openapi-devtools_d515f73383896966c92264945cd64478c0020034 | TypeScript | AndrewWalsh | openapi-devtools | 4,293 | 89 | Browser extension that generates API specs for any app or website | [
"api",
"chrome-extension",
"devtools",
"generator",
"openapi",
"openapi3",
"openapi31",
"specification"
] | MIT | src/utils/headers.ts | headers.ts | 4,524 | import type { Entry } from "har-format";
// Copied from har-to-openapi https://github.com/jonluca/har-to-openapi
const ignoreTheseHeaders = [
":authority",
":method",
":path",
":scheme",
":status",
"a-im",
"accept-additions",
"accept-ch-lifetime",
"accept-ch",
"accept-charset",
"accept-datetime",... | 288 | 4,524 | 243 | 0.98 | 2026-04-17T18:02:22.796779 | true |
github_stackrox_kube-linter_9e54127c70316a5bc4342e22399ee8dad06dca6a | Go | stackrox | kube-linter | 3,438 | 259 | KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices. | [
"hacktoberfest",
"hactoberfest",
"helm-charts",
"kubernetes",
"static-analysis",
"yaml-files"
] | Apache-2.0 | internal/stringutils/ternary.go | ternary.go | 186 | package stringutils
// Ternary does a ternary based on the condition.
func Ternary(condition bool, ifTrue, ifFalse string) string {
if condition {
return ifTrue
}
return ifFalse
}
| 28 | 186 | 10 | 0.98 | 2026-04-17T22:33:31.844449 | true |
github_containers_podman_f1ec7f67bd75e580d95aef2f48b7b4c4ed0524db | Go | containers | podman | 31,424 | 3,061 | Podman: A tool for managing OCI containers and pods. | [
"containers",
"docker",
"kubernetes",
"linux",
"oci"
] | Apache-2.0 | cmd/podman/compose_machine_unsupported.go | compose_machine_unsupported.go | 239 | //go:build !(amd64 || arm64)
package main
import (
"errors"
"net/url"
)
func getMachineConn(connection string, parsedConnection *url.URL) (string, error) {
return "", errors.New("podman machine not supported on this architecture")
}
| 29 | 239 | 13 | 0.98 | 2026-04-17T08:16:46.894813 | true |
github_ChromeDevTools_chrome-devtools-mcp_4f084e8e4d321a100750fcc65b14bb77c1100bc1 | 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/TextSnapshot.ts | TextSnapshot.ts | 9,723 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {logger} from './logger.js';
import type {McpPage} from './McpPage.js';
import type {
Protocol,
SerializedAXNode,
ElementHandle,
} from './third_party/index.js';
import type {DevToolsData} from './tools/ToolDefinition.... | 895 | 9,723 | 317 | 0.98 | 2026-04-23T08:42:29.472086 | true |
github_bytecodealliance_wasmtime_0dce416ba64e4ea7acb0d004871a777ee18ab1f0 | Rust | bytecodealliance | wasmtime | 17,889 | 1,675 | A lightweight WebAssembly runtime that is fast, secure, and standards-compliant | [
"aot",
"cranelift",
"jit",
"lightweight",
"portable",
"runtime",
"rust",
"sandbox",
"standalone",
"wasi",
"wasm",
"wasmtime",
"webassembly"
] | Apache-2.0 | src/commands/explore.rs | explore.rs | 2,184 | //! The module that implements the `wasmtime explore` command.
use clap::Parser;
use std::{borrow::Cow, path::PathBuf};
use tempfile::tempdir;
use wasmtime::{Result, Strategy, error::Context as _};
use wasmtime_cli_flags::CommonOptions;
/// Explore the compilation of a WebAssembly module to native code.
#[derive(Pars... | 195 | 2,184 | 70 | 0.98 | 2026-04-17T13:47:22.838397 | true |
github_apollographql_apollo-client_df1e4c090713a2d73ae7af9cc2ca8925e3c010be | TypeScript | apollographql | apollo-client | 19,714 | 2,701 | The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development. | [
"apollo-client",
"apollographql",
"graphql",
"graphql-client",
"typescript"
] | MIT | src/__tests__/dataMasking.ts | dataMasking.ts | 147,234 | import type { FragmentSpreadNode } from "graphql";
import { Kind, visit } from "graphql";
import { of } from "rxjs";
import type { FetchPolicy, TypedDocumentNode } from "@apollo/client";
import {
ApolloClient,
ApolloLink,
DocumentTransform,
gql,
InMemoryCache,
NetworkStatus,
} from "@apollo/client";
import... | 14,426 | 147,234 | 6,458 | 0.98 | 2026-04-23T08:23:44.539915 | true |
github_harness_harness_90e6343902a10c79feac4a2804405f67e9a24ea3 | Go | harness | harness | 34,927 | 3,012 | Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries. | [
"build-automation",
"build-pipelines",
"ci",
"ci-cd",
"code-repository",
"continuous-delivery",
"continuous-integration",
"docker",
"git",
"go",
"hacktoberfest",
"scm"
] | Apache-2.0 | app/connector/wire.go | wire.go | 1,339 | // Copyright 2023 Harness, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | 165 | 1,339 | 43 | 0.98 | 2026-04-17T07:38:50.865443 | true |
github_fluxcd_flagger_da0b51344f45674577b5017e5d6cbfad9b58c58a | Go | fluxcd | flagger | 5,310 | 793 | Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments) | [
"ab-testing",
"aws-appmesh",
"canary",
"contour",
"gitops",
"gloo",
"istio",
"kubernetes",
"linkerd",
"nginx",
"progressive-delivery"
] | Apache-2.0 | pkg/router/contour.go | contour.go | 13,946 | /*
Copyright 2020 The Flux authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | 1,141 | 13,946 | 489 | 0.98 | 2026-04-17T21:31:26.259826 | true |
github_svc-develop-team_so-vits-svc_13d66d3ebf39cac113191278d6641407c223b957 | Python | svc-develop-team | so-vits-svc | 28,056 | 5,069 | SoftVC VITS Singing Voice Conversion | [
"ai",
"audio-analysis",
"deep-learning",
"flow",
"generative-adversarial-network",
"pytorch",
"singing-voice-conversion",
"so-vits-svc",
"sovits",
"speech",
"variational-inference",
"vc",
"vits",
"voice",
"voice-changer",
"voice-conversion",
"voiceconversion"
] | AGPL-3.0 | train_index.py | train_index.py | 873 | import argparse
import os
import pickle
import utils
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument(
"--root_dir", type=str, default="dataset/44k", help="path to root dir"
)
parser.add_argument('-c', '--config', type=str, default="./configs/config.json",
... | 72 | 873 | 30 | 0.98 | 2026-04-22T13:54:26.966635 | true |
github_adam-mcdaniel_sage_2462a060a1cd94f39a076bff099ecc6f3da8b694 | 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/targets/mod.rs | mod.rs | 11,097 | //! # Targets Module
//!
//! This module contains the code dealing with building the virtual
//! machine code to various targets, such as C source code.
//!
//! ## Current Structure
//!
//! Right now, this module is a bit empty, only implementing C (GCC only)
//! as a compiler target. This is due to the fact that it ha... | 1,189 | 11,097 | 315 | 0.98 | 2026-04-17T17:14:57.130343 | true |
github_ClementTsang_bottom_e96f86a720b48c7038c3d1aa72b54ec4686ad814 | Rust | ClementTsang | bottom | 13,200 | 332 | Yet another cross-platform graphical process/system monitor. | [
"bottom",
"btm",
"cli",
"cross-platform",
"monitoring",
"rust",
"terminal",
"top",
"tui"
] | MIT | src/widgets/temperature_table.rs | temperature_table.rs | 5,273 | use std::{borrow::Cow, cmp::max, num::NonZeroU16};
use serde::Deserialize;
use crate::{
app::{AppConfigFields, data::TypedTemperature},
canvas::components::data_table::{
ColumnHeader, DataTableColumn, DataTableProps, DataTableStyling, DataToCell, SortColumn,
SortDataTable, SortDataTableProps, ... | 436 | 5,273 | 172 | 0.98 | 2026-04-17T14:15:57.583999 | true |
github_ChatGPTNextWeb_NextChat_68cf43e3023956abaf7c07136a10bc95491e2542 | 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/locales/id.ts | id.ts | 18,947 | import { SubmitKey } from "../store/config";
import type { PartialLocaleType } from "./index";
import { getClientConfig } from "../config/client";
import { SAAS_CHAT_UTM_URL } from "@/app/constant";
const isApp = !!getClientConfig()?.isApp;
const id: PartialLocaleType = {
WIP: "Coming Soon...",
Error: {
Unauth... | 2,053 | 18,893 | 607 | 0.98 | 2026-04-23T08:58:13.969340 | true |
github_sharkdp_bat_df6a513df1df5007060512054cad582d0fff290f | 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/less.rs | less.rs | 4,013 | #![cfg(feature = "paging")]
use std::ffi::OsStr;
use std::process::Command;
#[derive(Debug, PartialEq, Eq)]
pub enum LessVersion {
Less(usize),
BusyBox,
}
pub fn retrieve_less_version(less_path: &dyn AsRef<OsStr>) -> Option<LessVersion> {
let resolved_path = grep_cli::resolve_binary(less_path.as_ref()).o... | 413 | 4,013 | 132 | 0.98 | 2026-04-17T13:16:51.903564 | true |
github_ChatGPTNextWeb_NextChat_2e8a382b95a61e7c84ddedaa7f3519958dbdd4c7 | 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/format.ts | format.ts | 843 | export function prettyObject(msg: any) {
const obj = msg;
if (typeof msg !== "string") {
msg = JSON.stringify(msg, null, " ");
}
if (msg === "{}") {
return obj.toString();
}
if (msg.startsWith("```json")) {
return msg;
}
return ["```json", msg, "```"].join("\n");
}
export function* chunks(... | 129 | 843 | 29 | 0.98 | 2026-04-23T08:58:32.105700 | true |
github_JanDeDobbeleer_oh-my-posh_4dc03b42e3608c6b1d773b812de8bd23be441632 | Go | JanDeDobbeleer | oh-my-posh | 22,217 | 2,723 | The most customisable and low-latency cross platform/shell prompt renderer | [
"bash",
"cmd",
"fish",
"fish-shell",
"git",
"golang",
"hacktoberfest",
"nerd-fonts",
"nushell",
"powerline",
"powershell",
"prompt",
"prompt-toolkit",
"shell-prompt",
"starship",
"tooltips",
"zsh"
] | MIT | src/cache/store_test.go | store_test.go | 2,343 | package cache
import (
"strings"
"testing"
"time"
"github.com/stretchr/testify/assert"
)
func TestStore(t *testing.T) {
cases := []struct {
setupFunc func() *store
testFunc func(t *testing.T)
name string
}{
{
name: "Print store with data",
setupFunc: func() *store {
testStore := Session... | 255 | 2,343 | 90 | 0.98 | 2026-04-17T09:18:02.030916 | true |
github_lindb_lindb_4a497d7cd805163be32324a4c1bb61607f1ed3dd | Go | lindb | lindb | 3,061 | 281 | LinDB is a scalable, high performance, high availability distributed time series database. | [
"cross-datacenter-native",
"database",
"distributed-database",
"go",
"high-performance",
"metrics",
"monitoring",
"timeseries"
] | Apache-2.0 | internal/client/metric_test.go | metric_test.go | 2,815 | // Licensed to LinDB under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. LinDB licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compli... | 313 | 2,815 | 102 | 0.98 | 2026-04-17T18:25:30.212035 | true |
github_i18next_react-i18next_7f10ebe811e568d686f5c1c60e94a1eabba0f320 | JavaScript | i18next | react-i18next | 9,965 | 1,052 | Internationalization for react done right. Using the i18next i18n ecosystem. | [
"i18n",
"i18next",
"internationalization",
"react",
"react-native",
"ssr",
"translation"
] | MIT | src/Trans.js | Trans.js | 973 | import { useContext } from 'react';
import { nodesToString, Trans as TransWithoutContext } from './TransWithoutContext.js';
import { getI18n, I18nContext } from './context.js';
export { nodesToString };
export function Trans({
children,
count,
parent,
i18nKey,
context,
tOptions = {},
values,
defaults,... | 105 | 973 | 46 | 0.98 | 2026-04-23T05:46:16.237697 | true |
github_BrainJS_brain.js_e899290f307cb9d72203b175ff329d95c7d48c74 | 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/neural-network.bitwise.test.ts | neural-network.bitwise.test.ts | 4,520 | import { NeuralNetwork } from './neural-network';
describe('NeuralNetwork bitwise', () => {
describe('bitwise functions sync training', () => {
function testBitwise(
data: Array<{
input: number[];
output: number[];
}>
) {
const net = new NeuralNetwork<number[], number[]>();
... | 598 | 4,520 | 172 | 0.98 | 2026-04-17T17:56:20.650062 | true |
github_kentcdodds_react-testing-library-course_160ce0b472150fd883bfcb4e2816a36d5d24ca26 | JavaScript | kentcdodds | react-testing-library-course | 1,082 | 377 | Test React Components with Jest and React Testing Library on TestingJavaScript.com | [
"kcd-edu",
"react",
"react-testing-library",
"testing",
"testingjavascript"
] | NOASSERTION | src/hidden-message.js | hidden-message.js | 509 | import * as React from 'react'
import {CSSTransition} from 'react-transition-group'
function Fade(props) {
return (
<CSSTransition unmountOnExit timeout={1000} classNames="fade" {...props} />
)
}
function HiddenMessage({children}) {
const [show, setShow] = React.useState(false)
const toggle = () => setSho... | 53 | 509 | 24 | 0.98 | 2026-04-23T12:34:13.435975 | true |
github_SomeOddCodeGuy_WilmerAI_8331111d954f8d97ceaf1ae2310870be0a8c68aa | Python | SomeOddCodeGuy | WilmerAI | 809 | 48 | WilmerAI is one of the oldest LLM semantic routers. It uses multi-layer prompt routing and complex workflows to allow you to not only create practical chatbots, but to extend any kind of application that connects to an LLM via REST API. Wilmer sits between your app and your many LLM APIs, so that you can manipulate pro... | [
"ai",
"generative-ai",
"llms"
] | GPL-3.0 | server.py | server.py | 13,827 | # server.py
# NOTE: When using Eventlet, monkey-patching is handled by run_eventlet.py
# Do NOT monkey-patch here as it must happen before ANY imports
import sys
import argparse
import logging
import os
from logging.handlers import RotatingFileHandler
# The main import is now the ApiServer, not WilmerApi
from Middlew... | 1,176 | 13,827 | 344 | 0.98 | 2026-04-22T22:01:09.218322 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.