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_sourcegraph_sourcegraph-public-snapshot_c99a2959256fab4dadc79cd0fd1b94bbd584d878 | Go | sourcegraph | sourcegraph-public-snapshot | 10,270 | 1,367 | Code AI platform with Code Search & Cody | [
"code-intelligence",
"code-search",
"cody",
"repo-type-main",
"sourcegraph"
] | NOASSERTION | cmd/frontend/main.go | main.go | 339 | // Command frontend is a service that serves the web frontend and API.
package main
import (
"github.com/sourcegraph/sourcegraph/cmd/frontend/shared"
"github.com/sourcegraph/sourcegraph/internal/sanitycheck"
"github.com/sourcegraph/sourcegraph/ui/assets"
)
func main() {
assets.Init()
sanitycheck.Pass()
shared.F... | 28 | 339 | 15 | 0.98 | 2026-04-17T12:41:15.393629 | true |
github_librespot-org_librespot_04a336682740dda72620217854ba2a3fccf5342e | Rust | librespot-org | librespot | 6,720 | 822 | Open Source Spotify client library | [
"librespot",
"rust",
"spotify",
"spotify-connect"
] | MIT | core/src/util.rs | util.rs | 4,301 | use crate::Error;
use byteorder::{BigEndian, ByteOrder};
use futures_core::ready;
use futures_util::{FutureExt, Sink, SinkExt, future};
use hmac::digest::Digest;
use sha1::Sha1;
use std::time::{Duration, Instant};
use std::{
future::Future,
mem,
pin::Pin,
task::{Context, Poll},
};
use tokio::{task::Join... | 480 | 4,301 | 176 | 0.98 | 2026-04-17T14:44:35.062546 | true |
github_dyad-sh_dyad_fbb9cabc8373daf2e6046db0a1e25b199b9a98ea | 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/db/schema.ts | schema.ts | 9,787 | import { sql } from "drizzle-orm";
import { integer, sqliteTable, text, unique } from "drizzle-orm/sqlite-core";
import { relations } from "drizzle-orm";
import type { ModelMessage } from "ai";
import type { StoredChatMode } from "@/lib/schemas";
export const AI_MESSAGES_SDK_VERSION = "ai@v6" as const;
export type Ai... | 897 | 9,787 | 286 | 0.98 | 2026-04-23T09:40:04.522937 | true |
github_farion1231_cc-switch_3e1157cafbbd796924e2d83068d3a0a7e3748e81 | TypeScript | farion1231 | cc-switch | 46,404 | 2,957 | A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI. | [
"ai-tools",
"claude-code",
"codex",
"desktop-app",
"mcp",
"minimax",
"omo",
"open-source",
"openclaw",
"openclaw-ui",
"opencode",
"provider-management",
"rust",
"skills",
"skills-management",
"tauri",
"typescript",
"wsl-support"
] | MIT | src/types/subscription.ts | subscription.ts | 629 | export type CredentialStatus =
| "valid"
| "expired"
| "not_found"
| "parse_error";
export interface QuotaTier {
name: string;
utilization: number; // 0-100
resetsAt: string | null;
}
export interface ExtraUsage {
isEnabled: boolean;
monthlyLimit: number | null;
usedCredits: number | null;
utili... | 79 | 629 | 31 | 0.98 | 2026-04-17T13:19:00.933463 | true |
github_chaskiq_chaskiq_b961221dcdbcf5bd8d32b7baf839c5d86102758d | 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/locales.js | locales.js | 221 | import { I18n } from 'i18n-js';
import translations from './src/locales/translations.json';
const i18n = new I18n(translations);
i18n.locale = document.documentElement.lang || 'en';
window.I18n = i18n;
export { I18n };
| 27 | 221 | 9 | 0.98 | 2026-04-18T01:36:07.429077 | true |
github_ibelick_zola_7ee68896b257bb7fbbbdda7e97ed3a51d02a6bc0 | TypeScript | ibelick | zola | 1,493 | 297 | Open chat interface for all your models. | [
"ai",
"chat",
"multi-model",
"nextjs",
"open-source",
"prompt-kit",
"shadcn-ui",
"supabase",
"typescript"
] | Apache-2.0 | lib/openproviders/env.ts | env.ts | 985 | export const env = {
OPENAI_API_KEY: process.env.OPENAI_API_KEY!,
MISTRAL_API_KEY: process.env.MISTRAL_API_KEY!,
GOOGLE_GENERATIVE_AI_API_KEY: process.env.GOOGLE_GENERATIVE_AI_API_KEY!,
PERPLEXITY_API_KEY: process.env.PERPLEXITY_API_KEY!,
ANTHROPIC_API_KEY: process.env.ANTHROPIC_API_KEY!,
XAI_API_KEY: proce... | 64 | 985 | 25 | 0.98 | 2026-04-23T11:14:39.695833 | true |
github_prs-eth_RollingDepth_34ee335ad200c81b09ecac1b466f6139447fd301 | Python | prs-eth | RollingDepth | 608 | 26 | [CVPR 2025] RollingDepth: Video Depth without Video Models | [
"depth-estimation",
"diffusion",
"monocular-depth-estimation",
"video-depth",
"video-depth-estimation"
] | Apache-2.0 | src/util/colorize.py | colorize.py | 2,785 | # Author: Bingxin Ke
# Last modified: 2024-11-25
import concurrent.futures
from typing import Union
import matplotlib
import numpy as np
from tqdm import tqdm
def colorize_depth(
depth: np.ndarray,
min_depth: float,
max_depth: float,
cmap: str = "Spectral_r",
valid_mask: Union[np.ndarray, None] ... | 290 | 2,785 | 94 | 0.98 | 2026-04-22T22:41:24.478650 | true |
github_react-dates_react-dates_06975f99b89d722e115559349d6894b3c2f3a51b | JavaScript | react-dates | react-dates | 12,203 | 1,683 | An easily internationalizable, mobile-friendly datepicker library for the web | [
"calendar",
"datepicker",
"dates",
"react",
"react-component",
"react-dates"
] | MIT | src/utils/getActiveElement.js | getActiveElement.js | 115 | export default function getActiveElement() {
return typeof document !== 'undefined' && document.activeElement;
}
| 13 | 115 | 4 | 0.98 | 2026-04-23T05:31:57.515075 | true |
github_bee-san_Ciphey_d577b768307db64e449232558508446f453ee16b | 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/caesar_decoder.rs | caesar_decoder.rs | 11,211 | //! Decode a caesar cipher string
//! Performs error handling and returns a string
//! Call caesar_decoder.crack to use. It returns option<String> and check with
//! `result.is_some()` to see if it returned okay.
//! Uses Low sensitivity for gibberish detection.
use crate::checkers::CheckerTypes;
use crate::decoders::... | 1,090 | 11,207 | 306 | 0.98 | 2026-04-17T13:40:13.725188 | true |
github_pulumi_pulumi_1309f32002003678424a2dfc555af42e9bd15dd2 | 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/authhelpers/gcpauth.go | gcpauth.go | 3,849 | // Copyright 2019, 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... | 453 | 3,849 | 108 | 0.98 | 2026-04-17T08:39:40.511849 | true |
github_srizzon_git-city_57d01e4f0c7733db1f7f7f003c05a270be3533ee | TypeScript | srizzon | git-city | 5,147 | 255 | Your GitHub profile as a 3D pixel art building in an interactive city | [
"3d",
"github",
"nextjs",
"pixel-art",
"react",
"react-three-fiber",
"supabase",
"three-js",
"threejs",
"typescript",
"visualization"
] | AGPL-3.0 | src/lib/items.ts | items.ts | 5,686 | import { getSupabaseAdmin } from "./supabase";
// ─── Types ───────────────────────────────────────────────────
export interface ShopItem {
id: string;
category: "effect" | "structure" | "identity" | "consumable";
name: string;
description: string | null;
price_usd_cents: number;
price_brl_cents: number;
... | 633 | 5,474 | 195 | 0.98 | 2026-04-23T10:05:44.562301 | true |
github_pathwaycom_pathway_3bf25c768747dda6c57a346064c19fac2d87a100 | 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/persistence/mod.rs | mod.rs | 2,482 | // Copyright © 2026 Pathway
use std::sync::{Arc, Mutex};
use std::time::Duration;
use crate::persistence::input_snapshot::InputSnapshotWriter;
use crate::persistence::operator_snapshot::OperatorSnapshotWriter;
use xxhash_rust::xxh3::Xxh3 as Hasher;
use crate::engine::Timestamp;
pub mod backends;
pub mod cached_obj... | 253 | 2,481 | 88 | 0.98 | 2026-04-23T04:40:48.485118 | true |
github_mozilla_sccache_43965d04d8c0e2d5f50c69a1ec002793a6c18175 | Rust | mozilla | sccache | 7,178 | 656 | Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage. | [] | Apache-2.0 | src/net.rs | net.rs | 6,303 | // 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, software
// distributed ... | 632 | 6,303 | 185 | 0.98 | 2026-04-17T14:40:19.165773 | true |
github_ChatGPTNextWeb_NextChat_39d872e8cf867c0590bef8cde0557afdbfdc439f | 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/api/azure.ts | azure.ts | 823 | import { ModelProvider } from "@/app/constant";
import { prettyObject } from "@/app/utils/format";
import { NextRequest, NextResponse } from "next/server";
import { auth } from "./auth";
import { requestOpenai } from "./common";
export async function handle(
req: NextRequest,
{ params }: { params: { path: string[]... | 104 | 823 | 33 | 0.98 | 2026-04-23T08:58:00.334167 | true |
github_HuolalaTech_page-spy-web_419079ff39f58866d68fcc404d2390b89903680f | TypeScript | HuolalaTech | page-spy-web | 5,589 | 347 | A remote debugging platform you'll definitely find useful. Lightweight, cross-platform, out-of-box debugging tool | [
"console",
"debugger",
"devtools",
"remote-control"
] | MIT | src/apis/RequestFailed.ts | RequestFailed.ts | 538 | import { CustomError } from '@huolala-tech/custom-error';
import type { InvokeResult } from '@huolala-tech/request';
export class RequestFailed extends CustomError implements InvokeResult {
public statusCode: number;
public data: unknown;
public headers: Record<string, string>;
constructor(res: InvokeResult) {... | 58 | 538 | 17 | 0.98 | 2026-04-18T00:23:57.316174 | true |
github_Kong_kubernetes-ingress-controller_724144e2b5590a6cdcad85f554e944663448d212 | Go | Kong | kubernetes-ingress-controller | 2,380 | 618 | :gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes. | [
"apis",
"crds",
"ingress",
"ingress-controller",
"k8s",
"kong",
"kubernetes",
"kubernetes-ingress",
"kubernetes-ingress-controller",
"microservices",
"team-k8s"
] | Apache-2.0 | internal/adminapi/kong_test.go | kong_test.go | 8,477 | package adminapi_test
import (
"crypto/tls"
"crypto/x509"
"fmt"
"io"
"net/http"
"net/http/httptest"
"os"
"strings"
"testing"
"github.com/stretchr/testify/require"
"github.com/kong/kubernetes-ingress-controller/v3/internal/adminapi"
"github.com/kong/kubernetes-ingress-controller/v3/internal/versions"
man... | 761 | 8,477 | 293 | 0.98 | 2026-04-18T01:00:31.928512 | true |
github_researchmm_Stark_c9468c4b501555600004ab6595d72c1f387a3f9e | Python | researchmm | Stark | 708 | 151 | [ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking | [
"transformer"
] | MIT | lib/utils/tensor.py | tensor.py | 8,259 | import functools
import torch
import copy
from collections import OrderedDict
class TensorDict(OrderedDict):
"""Container mainly used for dicts of torch tensors. Extends OrderedDict with pytorch functionality."""
def concat(self, other):
"""Concatenates two dicts without copying internal data."""
... | 823 | 8,259 | 245 | 0.98 | 2026-04-22T21:43:54.003374 | true |
github_electron_devtron_a63724f759d2dcaf6a3ccfad3af6a7906da025a7 | JavaScript | electron | devtron | 1,771 | 110 | An Electron DevTools Extension | [
"devtools",
"electron"
] | MIT | tailwind.config.js | tailwind.config.js | 1,023 | /** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: ['./src/**/*.{js,jsx,ts,tsx,html}'],
theme: {
fontFamily: {
sans: ['ui-sans-serif', 'system-ui'],
'space-mono': ['Space Mono', 'ui-sans-serif', 'system-ui'],
roboto: ['Roboto', 'ui-sans-serif', 'system-u... | 75 | 1,023 | 38 | 0.98 | 2026-04-18T00:27:58.003081 | true |
github_zai-org_ChatGLM2-6B_72255624396b2ac5294fca39e18a7b90c5b8efa9 | Python | zai-org | ChatGLM2-6B | 15,609 | 1,814 | ChatGLM2-6B: An Open Bilingual Chat LLM | 开源双语对话语言模型 | [
"chatglm",
"chatglm-6b",
"large-language-models",
"llm"
] | NOASSERTION | openai_api.py | openai_api.py | 5,699 | # coding=utf-8
# Implements API for ChatGLM2-6B in OpenAI's format. (https://platform.openai.com/docs/api-reference/chat)
# Usage: python openai_api.py
# Visit http://localhost:8000/docs for documents.
import time
import torch
import uvicorn
from pydantic import BaseModel, Field
from fastapi import FastAPI, HTTPExcep... | 410 | 5,639 | 178 | 0.98 | 2026-04-22T15:03:52.776578 | true |
github_baichuan-inc_Baichuan2_49d167443f6f44f0274955aad8cfdc4f8a9ad147 | Python | baichuan-inc | Baichuan2 | 4,111 | 293 | A series of large language models developed by Baichuan Intelligent Technology | [
"artificial-intelligence",
"benchmark",
"ceval",
"chatgpt",
"chinese",
"gpt",
"gpt-4",
"huggingface",
"large-language-models",
"llama2",
"mmlu",
"natural-language-processing"
] | Apache-2.0 | OpenAI_api.py | OpenAI_api.py | 2,294 | from flask import Flask, request, jsonify
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
from transformers.generation.utils import GenerationConfig
app = Flask(__name__)
# Load the pre-trained model and tokenizer
model_name = "baichuan-inc/Baichuan2-13B-Chat"
tokenizer = AutoTokenizer.from_... | 173 | 2,216 | 60 | 0.98 | 2026-04-23T00:38:59.760091 | true |
github_kubevela_kubevela_1cf93ab334e766cd774babe5afef2c525775d5aa | Go | kubevela | kubevela | 7,735 | 985 | The Modern Application Platform. | [
"application",
"cloudnative",
"cncf",
"continuous-delivery",
"control-plane",
"cue",
"hacktoberfest",
"helm",
"hybridcloud",
"kubernetes",
"microservices",
"multicloud",
"multicluster",
"oam",
"paas",
"serverless",
"trait",
"workloads"
] | Apache-2.0 | pkg/multicluster/cluster_management.go | cluster_management.go | 26,007 | /*
Copyright 2021 The KubeVela 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... | 2,658 | 26,007 | 693 | 0.98 | 2026-04-17T20:23:34.471410 | true |
github_coaidev_coai_5a8ec38ef9b2df435f4f4addcfe95bda3a60629c | TypeScript | coaidev | coai | 9,081 | 1,202 | 🚀 Next Generation Multi-tenant AI One-Stop Solution. Builtin Admin & Billing System. Enterprise-Grade Unified LLM Gateway Support for 200+ Models And 35+ Providers, Load Balacing w/ Priority-base Routing, Cost Management, Chat Share, Cloud Sync, Credit/Subscription Billing, All File Parsing, Web Search, Built-in Model... | [
"ai-gateway",
"api",
"chat",
"chatgpt",
"cross-platform",
"gemini",
"golang",
"llm-gateway",
"openai",
"proxy",
"react"
] | Apache-2.0 | app/src/i18n.ts | i18n.ts | 1,941 | import i18n from "i18next";
import { initReactI18next } from "react-i18next";
import { getMemory, setMemory } from "@/utils/memory.ts";
import cn from "@/resources/i18n/cn.json";
import en from "@/resources/i18n/en.json";
import ru from "@/resources/i18n/ru.json";
import ja from "@/resources/i18n/ja.json";
import tw fr... | 215 | 1,912 | 72 | 0.98 | 2026-04-17T17:57:18.193321 | true |
github_huggingface_transformers_c89618f2d9cb57fab1f949e41edf6ede7c8c9a14 | 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/audio_utils.py | audio_utils.py | 55,156 | # Copyright 2023 The HuggingFace Inc. team and the librosa & torchaudio 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 ... | 6,653 | 55,154 | 1,249 | 0.98 | 2026-04-22T13:17:46.670667 | true |
github_lbjlaq_Antigravity-Manager_028094d5f5313e122fd4f709cc8feb243465cbf4 | TypeScript | lbjlaq | Antigravity-Manager | 28,337 | 3,089 | Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。 | [
"account-manager",
"antigravity"
] | NOASSERTION | src/stores/useDebugConsole.ts | useDebugConsole.ts | 6,195 | import { create } from 'zustand';
import { request as invoke } from '../utils/request';
import { listen, UnlistenFn } from '@tauri-apps/api/event';
import { isTauri } from '../utils/env';
import { request } from '../utils/request';
export interface LogEntry {
id: number;
timestamp: number;
level: 'ERROR' |... | 637 | 6,169 | 209 | 0.98 | 2026-04-17T13:28:46.350048 | true |
github_dapr_dapr_7c0ac1334ace73228e55b9d1c2e3e33e4670c7fe | Go | dapr | dapr | 25,691 | 2,067 | Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven architecture with workflow orchestration. | [
"containers",
"event-driven",
"kubernetes",
"microservice",
"microservices",
"pubsub",
"serverless",
"sidecar",
"state-management"
] | Apache-2.0 | pkg/resiliency/noop_test.go | noop_test.go | 3,389 | /*
Copyright 2021 The Dapr 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, software
d... | 354 | 3,389 | 128 | 0.98 | 2026-04-17T08:36:23.031575 | true |
github_filebrowser_filebrowser_bde39461f5a23979274c60d1da37157a053e6d15 | Go | filebrowser | filebrowser | 34,351 | 3,796 | 📂 Web File Browser | [
"file-browser",
"file-manager",
"file-sharing",
"go",
"material-design",
"self-hosted",
"vue"
] | Apache-2.0 | main.go | main.go | 149 | package main
import (
"os"
"github.com/filebrowser/filebrowser/v2/cmd"
)
func main() {
if err := cmd.Execute(); err != nil {
os.Exit(1)
}
}
| 21 | 149 | 14 | 0.98 | 2026-04-17T07:40:54.527085 | true |
github_fatedier_frp_2eaf3f0bd70e88da348f0a7128609167459801b8 | Go | fatedier | frp | 105,970 | 15,005 | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | [
"expose",
"firewall",
"frp",
"go",
"http-proxy",
"nat",
"p2p",
"proxy",
"reverse-proxy",
"tunnel"
] | Apache-2.0 | pkg/auth/pass.go | pass.go | 956 | // Copyright 2023 The frp 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... | 138 | 956 | 32 | 0.98 | 2026-04-17T06:53:26.794082 | true |
github_bootstrap-vue_bootstrap-vue_bcc1affc2f9dc9e91a5da156f26b35c0baa0a63c | JavaScript | bootstrap-vue | bootstrap-vue | 14,460 | 1,857 | MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next | [
"a11y",
"accessibility",
"accessible",
"bootstrap",
"bootstrapvue",
"component-library",
"components",
"icons",
"nuxt",
"nuxtjs",
"vue",
"wai-aria"
] | MIT | src/browser-icons.js | browser-icons.js | 259 | // Main entry point for the browser icons-only build
import { vueUse } from './utils/plugins'
import { BootstrapVueIcons } from './icons-only'
// Auto installation only occurs if window.Vue exists
vueUse(BootstrapVueIcons)
export default BootstrapVueIcons
| 33 | 259 | 10 | 0.98 | 2026-04-23T11:49:00.041652 | true |
github_bootstrap-vue_bootstrap-vue_5809d423c0e7420d9eec63eab76f591d2bb1323c | JavaScript | bootstrap-vue | bootstrap-vue | 14,460 | 1,857 | MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next | [
"a11y",
"accessibility",
"accessible",
"bootstrap",
"bootstrapvue",
"component-library",
"components",
"icons",
"nuxt",
"nuxtjs",
"vue",
"wai-aria"
] | MIT | babel.config.js | babel.config.js | 501 | module.exports = api => {
const isDocs = api.env('docs')
const presets = []
if (!isDocs) {
presets.push(['@babel/env', { useBuiltIns: 'entry', corejs: { version: 3 } }])
}
return {
presets,
env: {
es: {
plugins: [['@babel/plugin-transform-modules-commonjs', { loose: true }]]
... | 65 | 501 | 24 | 0.98 | 2026-04-23T11:48:59.478247 | true |
github_goreleaser_goreleaser_43471eb77d15254d3d695c3e679ac45c6db10297 | Go | goreleaser | goreleaser | 15,713 | 1,065 | Release engineering, simplified | [
"announcements",
"github-actions",
"hacktoberfest",
"package",
"release-automation",
"release-engineering"
] | MIT | cmd/config_test.go | config_test.go | 1,884 | package cmd
import (
"os"
"path/filepath"
"testing"
"github.com/goreleaser/goreleaser/v2/pkg/config"
"github.com/stretchr/testify/require"
)
func TestConfigFlagNotSetButExists(t *testing.T) {
for _, name := range []string{
".config/goreleaser.yml",
".config/goreleaser.yaml",
".goreleaser.yml",
".gorele... | 171 | 1,884 | 83 | 0.98 | 2026-04-17T10:29:53.793205 | true |
github_nginx_kubernetes-ingress_09c8d743e4c9072ee7a0d38d9ccd38e5f8186b73 | Go | nginx | kubernetes-ingress | 5,006 | 2,033 | NGINX and NGINX Plus Ingress Controllers for Kubernetes | [
"docker",
"go",
"golang",
"ingress",
"ingress-controller",
"k8s",
"kubernetes",
"nginx"
] | Apache-2.0 | internal/configs/config_params_test.go | config_params_test.go | 721 | package configs
import (
"context"
"testing"
)
func TestNewDefaultConfigParamsUpstreamZoneSize(t *testing.T) {
t.Parallel()
tests := []struct {
isPlus bool
expected string
}{
{
isPlus: false,
expected: "256k",
},
{
isPlus: true,
expected: "512k",
},
}
for _, test := range tests {... | 74 | 721 | 35 | 0.98 | 2026-04-17T21:38:51.957496 | true |
github_Netflix_pollyjs_e5d4b667a94082d61613c6ed31d614f962f53ef7 | JavaScript | Netflix | pollyjs | 10,252 | 354 | Record, Replay, and Stub HTTP Interactions. | [
"browser",
"javascript",
"netflix",
"nodejs",
"record",
"replay",
"testing"
] | Apache-2.0 | .eslintrc.js | .eslintrc.js | 1,701 | /* eslint-env node */
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
},
plugins: ['import'],
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
globals: {
global: true
},
env: {
browser: true,
es6: true
},
rules: {
'no-co... | 185 | 1,701 | 81 | 0.98 | 2026-04-23T07:00:37.166666 | true |
github_clerk_javascript_58cd27763482abad4b1e0898c3149a3c3a770ec9 | TypeScript | clerk | javascript | 1,692 | 447 | Official JavaScript repository for Clerk authentication | [
"astro",
"auth",
"authentication",
"expo",
"express",
"fastify",
"javascript",
"jwt",
"jwt-authentication",
"next",
"nextjs",
"nodejs",
"nuxt",
"react",
"react-router",
"tanstack",
"vue"
] | MIT | commitlint.config.ts | commitlint.config.ts | 1,299 | // All imports must be accounted for per `npm i` in .github/workflows/pr-title-linter.yml
import { readdirSync, readFileSync, statSync } from 'node:fs';
import { join } from 'node:path';
export const getPackageNames = () => {
const packagesDir = './packages';
const entries = readdirSync(packagesDir);
const packa... | 134 | 1,299 | 39 | 0.98 | 2026-04-23T11:05:06.415931 | true |
github_hajimehoshi_ebiten_84800a17e96da6dc3b0e09cc6611db22d7f3f565 | Go | hajimehoshi | ebiten | 13,102 | 761 | A dead simple 2D game engine for Go | [
"ebiten",
"ebitengine",
"game",
"game-2d",
"game-development",
"game-engine",
"game-engine-2d",
"game-library",
"gamedev",
"go",
"golang",
"golang-library"
] | Apache-2.0 | genkeys.go | genkeys.go | 22,801 | // Copyright 2015 Hajime Hoshi
//
// 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... | 2,363 | 22,801 | 846 | 0.98 | 2026-04-17T11:28:01.213731 | true |
github_writer_writer-framework_3c6f5606606a1e600df2bb5af9cc08ebbd60a62f | TypeScript | writer | writer-framework | 1,440 | 96 | No-code in the front, Python in the back. An open-source framework for creating data apps. | [
"ai",
"ai-in",
"data-apps",
"data-visualization",
"developer-tools",
"interface",
"interface-builder",
"models",
"no-code",
"python",
"ui",
"ui-components",
"websockets"
] | Apache-2.0 | src/ui/viteWriterPlugin.ts | viteWriterPlugin.ts | 975 | import { ResolvedConfig, Plugin } from "vite";
type WriterPluginConfig = ResolvedConfig & {
includeWriterComponentPath?: boolean;
};
export default (): Plugin => {
let config: WriterPluginConfig;
return {
name: "writer-plugin",
configResolved(resolvedConfig) {
config = resolvedConfig as WriterPluginConfig;... | 99 | 975 | 39 | 0.98 | 2026-04-17T16:20:50.023908 | true |
github_pvolok_mprocs_d44c83fb5e7dca577714e78b55a0c3a1d38bf448 | Rust | pvolok | mprocs | 2,518 | 101 | Run multiple commands in parallel | [
"cli",
"linux",
"macos",
"rust",
"terminal",
"tui",
"windows"
] | MIT | src/proc/msg.rs | msg.rs | 406 | use std::fmt::Debug;
use crate::{
kernel::kernel_message::SharedVt,
term::{key::Key, mouse::MouseEvent},
};
#[derive(Debug)]
pub enum ProcMsg {
SendKey(Key),
SendMouse(MouseEvent),
ScrollUp,
ScrollDown,
ScrollUpLines { n: usize },
ScrollDownLines { n: usize },
Resize { w: u16, h: u16 },
}
#[deriv... | 44 | 406 | 27 | 0.98 | 2026-04-17T19:22:28.321749 | true |
github_benedekrozemberczki_GraphWaveletNeuralNetwork_fd0938e83adc8945fc5e33bb16a04440c6c9c153 | Python | benedekrozemberczki | GraphWaveletNeuralNetwork | 606 | 118 | A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019) | [
"convolutional-neural-networks",
"deep-learning",
"deepwalk",
"gcn",
"gpt2",
"gpt3",
"graph-convolution",
"graph-convolutional-network",
"graph-neural-networks",
"graph-representation",
"graphsage",
"gwnn",
"iclr",
"machine-learning",
"node2vec",
"pytorch",
"research",
"sklearn",
... | GPL-3.0 | src/utils.py | utils.py | 5,372 | """GWNN data reading utils."""
import json
import pygsp
import numpy as np
import pandas as pd
import networkx as nx
from scipy import sparse
from texttable import Texttable
from sklearn.preprocessing import normalize
def tab_printer(args):
"""
Function to print the logs in a nice tabular format.
:param a... | 437 | 5,372 | 139 | 0.98 | 2026-04-22T21:47:46.114697 | true |
github_huggingface_transformers_193ca14b503c60f036785928a5f4d29ef5484cf7 | 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/_typing.py | _typing.py | 6,534 | # Copyright 2026 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 839 | 6,530 | 173 | 0.98 | 2026-04-22T13:17:45.419454 | true |
github_motiv-labs_janus_8b2d37e67f6693f57918730420704034355f15c2 | Go | motiv-labs | janus | 2,846 | 328 | An API Gateway written in Go | [
"api",
"api-gateway",
"engineering-experience-squad",
"go",
"microservices",
"platform",
"proxy",
"reverse-proxy"
] | MIT | pkg/api/in_memory_repository.go | in_memory_repository.go | 1,807 | package api
import (
"context"
"sync"
log "github.com/sirupsen/logrus"
)
// InMemoryRepository represents a in memory repository
type InMemoryRepository struct {
sync.RWMutex
definitions map[string]*Definition
}
// NewInMemoryRepository creates a in memory repository
func NewInMemoryRepository() *InMemoryRepos... | 226 | 1,807 | 83 | 0.98 | 2026-04-18T00:58:53.796451 | true |
github_kaituoxu_Speech-Transformer_be7fb71c53afd64f296b94edb739275a79ff8c92 | Python | kaituoxu | Speech-Transformer | 809 | 196 | A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese. | [
"asr",
"attention",
"attention-is-all-you-need",
"end-to-end",
"pytorch",
"self-attention",
"transformer"
] | UNKNOWN | src/utils/mergejson.py | mergejson.py | 2,853 | #!/usr/bin/env python2
# encoding: utf-8
# Copyright 2017 Johns Hopkins University (Shinji Watanabe)
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
import argparse
import json
import logging
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('jsons', type=str, nar... | 239 | 2,853 | 76 | 0.98 | 2026-04-22T21:25:15.721976 | true |
github_nodejs_node_cf8820bda0cdf72f3d8d44c6b7097d9fd262d3a0 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/webstorage.js | webstorage.js | 2,501 | 'use strict';
const {
ObjectDefineProperties,
} = primordials;
const { hasInspector } = internalBinding('config');
const { getOptionValue } = require('internal/options');
const { kConstructorKey, Storage } = internalBinding('webstorage');
const { getValidatedPath } = require('internal/fs/utils');
const kInMemoryPath ... | 223 | 2,501 | 78 | 0.98 | 2026-04-23T06:16:07.927556 | true |
github_avajs_ava_112eaf149d1ea5c583d5d2cefc92fc6460e6eec4 | JavaScript | avajs | ava | 20,850 | 1,406 | Node.js test runner that lets you develop with confidence 🚀 | [
"assert",
"async",
"async-functions",
"ava",
"cli",
"cli-app",
"concurrency",
"javascript",
"node",
"nodejs",
"performance",
"tap",
"tdd",
"test-framework",
"test-runner",
"testing",
"unicorns",
"unit-testing"
] | MIT | lib/like-selector.js | like-selector.js | 1,333 | const isPrimitive = value => value === null || typeof value !== 'object';
export function isLikeSelector(selector) {
// Require selector to be an array or plain object.
if (
isPrimitive(selector)
|| (!Array.isArray(selector) && Reflect.getPrototypeOf(selector) !== Object.prototype)
) {
return false;
}
// A... | 138 | 1,333 | 43 | 0.98 | 2026-04-23T06:48:07.933907 | true |
github_pubkey_rxdb_58308ce81daaadc08063049043aa73f65808cc86 | TypeScript | pubkey | rxdb | 23,156 | 1,161 | A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/ | [
"angular",
"browser-database",
"couchdb",
"crdt",
"database",
"firebase",
"graphql",
"indexeddb",
"ionic",
"local-first",
"localstorage",
"nodejs",
"nosql",
"postgres",
"pouchdb",
"react-native",
"realtime",
"realtime-database",
"rxdb",
"sqlite"
] | Apache-2.0 | src/types/rx-storage.d.ts | rx-storage.d.ts | 11,386 | import type { ChangeEvent } from 'event-reduce-js';
import type { RxChangeEvent } from './rx-change-event.d.ts';
import type { RxDocumentMeta } from './rx-document.d.ts';
import type { RxStorageWriteError } from './rx-error.d.ts';
import type { RxJsonSchema } from './rx-schema.d.ts';
import type { Override } from './ut... | 1,554 | 11,386 | 348 | 0.98 | 2026-04-23T08:22:17.054653 | true |
github_cosmos_cosmos-sdk_08a99d0add59ab2e04462824adcfa4e266d227f7 | Go | cosmos | cosmos-sdk | 6,981 | 4,172 | :chains: A Framework for Building High Value Public Blockchains :sparkles: | [
"blockchain",
"cometbft",
"cosmos-sdk",
"cryptocurrency",
"go",
"golang",
"tendermint"
] | Apache-2.0 | core/coins/format_test.go | format_test.go | 2,109 | package coins_test
import (
"encoding/json"
"os"
"testing"
"github.com/stretchr/testify/require"
bankv1beta1 "cosmossdk.io/api/cosmos/bank/v1beta1"
basev1beta1 "cosmossdk.io/api/cosmos/base/v1beta1"
"cosmossdk.io/core/coins"
)
// coinJSONTest is the type of test cases in the coin.json file.
type coinJSONTest... | 211 | 2,109 | 91 | 0.98 | 2026-04-17T16:45:35.315270 | true |
github_vercel_next.js_922dba1027cfb1bd7f2fc478163420415a55a229 | JavaScript | vercel | next.js | 139,094 | 30,951 | The React Framework | [
"blog",
"browser",
"compiler",
"components",
"hybrid",
"nextjs",
"node",
"react",
"server-rendering",
"ssg",
"static",
"static-site-generator",
"universal",
"vercel"
] | MIT | lint-staged.config.js | lint-staged.config.js | 346 | module.exports = {
'*.{js,jsx,mjs,ts,tsx,mts,mdx}': [
'prettier --with-node-modules --ignore-path .prettierignore --write',
'eslint --config eslint.config.mjs --fix',
],
'*.{json,md,css,html,yml,yaml,scss}': [
'prettier --with-node-modules --ignore-path .prettierignore --write',
],
'*.rs': ['rustf... | 29 | 346 | 11 | 0.98 | 2026-04-23T04:44:56.025339 | true |
github_railwayapp_nixpacks_5e4d284ccdc5a7012d2184be32fd0d8eb874f580 | Rust | railwayapp | nixpacks | 3,499 | 313 | App source + Nix packages + Docker = Image | [
"buildpacks",
"cli",
"docker",
"nix",
"nixpkgs",
"rust"
] | MIT | src/providers/zig.rs | zig.rs | 1,235 | use super::Provider;
use crate::nixpacks::{
app::App,
environment::Environment,
nix::pkg::Pkg,
plan::{
phase::{Phase, StartPhase},
BuildPlan,
},
};
use anyhow::Result;
use std::ffi::OsStr;
pub struct ZigProvider;
impl Provider for ZigProvider {
fn name(&self) -> &'static str {
... | 99 | 1,235 | 47 | 0.98 | 2026-04-17T19:16:03.019410 | true |
github_vendurehq_vendure_718b7024c854c8d5ad0fe1af31f2a1e9fb69375d | JavaScript | vendurehq | vendure | 8,050 | 1,366 | Open source headless commerce framework built with TypeScript, NestJS, React and GraphQL | [
"ecommerce",
"ecommerce-api",
"ecommerce-framework",
"ecommerce-platform",
"graphql",
"graphql-commerce",
"headless",
"headless-commerce",
"nestjs",
"nodejs",
"nodejs-ecommerce",
"react",
"shopping-cart"
] | NOASSERTION | .eslintrc.js | .eslintrc.js | 10,704 | /*
👋 Hi! This file was autogenerated by tslint-to-eslint-config.
https://github.com/typescript-eslint/tslint-to-eslint-config
It represents the closest reasonable ESLint configuration to this
project's original TSLint configuration.
We recommend eventually switching this configuration to extend from
the recommended ... | 584 | 10,698 | 296 | 0.98 | 2026-04-18T01:30:24.750752 | true |
github_supabase_cli_a8a182c500b14a51231cb3ed4fd1fca6ae642a21 | Go | supabase | cli | 2,128 | 433 | Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema. | [
"cli",
"database",
"database-management",
"dbms",
"environment",
"local",
"postgres",
"postgresql",
"supabase"
] | MIT | internal/login/login_linux.go | login_linux.go | 368 | //go:build linux
package login
import (
"bytes"
"context"
"os"
"os/exec"
)
func RunOpenCmd(ctx context.Context, input string) error {
if f, err := os.ReadFile("/proc/sys/kernel/osrelease"); err == nil && bytes.Contains(f, []byte("WSL")) {
return exec.CommandContext(ctx, "wslview", input).Run()
}
return exec... | 40 | 368 | 18 | 0.98 | 2026-04-17T18:32:59.251877 | true |
github_AutoX-AI-Labs_AutoR_1a4243e6e2fb87fdf5b4b221161f7c0a3a7ff95b | Python | AutoX-AI-Labs | AutoR | 542 | 16 | AI handles execution, humans own the direction, and every run becomes an inspectable research artifact on disk. | [
"agent",
"ai",
"ai-scientist",
"auto-research",
"claude",
"claude-code",
"cli",
"harness",
"llm",
"openai",
"paper",
"science"
] | UNKNOWN | src/operator.py | operator.py | 44,567 | from __future__ import annotations
import json
import re
import shutil
import subprocess
import sys
import threading
import time
import uuid
from datetime import datetime
from pathlib import Path
from typing import TextIO
from .terminal_ui import TerminalUI
from .utils import (
DEFAULT_REFINEMENT_SUGGESTIONS,
... | 3,360 | 44,567 | 1,082 | 0.98 | 2026-04-23T01:21:47.848743 | true |
github_nadbm_react-datasheet_b1b9fb23e392c41861e4d27a672d998876e15275 | JavaScript | nadbm | react-datasheet | 5,446 | 449 | Excel-like data grid (table) component for React | [
"component",
"grid",
"javascript",
"react",
"sheet",
"spreadsheet",
"table",
"tableau"
] | MIT | src/Sheet.js | Sheet.js | 379 | import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
class Sheet extends PureComponent {
render() {
return (
<table className={this.props.className}>
<tbody>{this.props.children}</tbody>
</table>
);
}
}
Sheet.propTypes = {
className: PropTypes.string,
d... | 38 | 379 | 20 | 0.98 | 2026-04-23T06:08:45.510048 | true |
github_pubkey_rxdb_a1897882be99e99df365e1eea16b036b0390335c | 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/custom-index.ts | custom-index.ts | 16,337 | /**
* For some RxStorage implementations,
* we need to use our custom crafted indexes
* so we can easily iterate over them. And sort plain arrays of document data.
*
* We really often have to craft an index string for a given document.
* Performance of everything in this file is very important
* which is why the... | 1,638 | 16,337 | 471 | 0.98 | 2026-04-23T08:21:55.779911 | true |
github_carbon-design-system_carbon_6676a35628c3b5adc61781d8ccda5e039c871b78 | JavaScript | carbon-design-system | carbon | 9,067 | 2,148 | A design system built by IBM | [
"design-system",
"hacktoberfest",
"javascript",
"react",
"scss"
] | Apache-2.0 | prettier.config.js | prettier.config.js | 286 | /**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
const prettierConfig = require('prettier-config-carbon');
module.exports = prettierConfig;
| 42 | 286 | 13 | 0.98 | 2026-04-23T05:50:17.200734 | true |
github_asciinema_asciinema_fbbb7ae53621d8885748aa3935c3075dcc65a665 | Rust | asciinema | asciinema | 17,176 | 1,015 | Terminal session recorder, streamer and player 📹 | [
"asciicast",
"asciinema",
"cli",
"recording",
"rustlang",
"streaming",
"terminal"
] | GPL-3.0 | src/hash.rs | hash.rs | 882 | // This module implements FNV-1a hashing algorithm
// http://www.isthe.com/chongo/tech/comp/fnv/
const FNV_128_PRIME: u128 = 309485009821345068724781371; // 2^88 + 2^8 + 0x3b
const FNV_128_OFFSET_BASIS: u128 = 144066263297769815596495629667062367629;
pub fn fnv1a_128<D: AsRef<[u8]>>(data: D) -> u128 {
let mut has... | 78 | 876 | 37 | 0.98 | 2026-04-17T13:47:59.843232 | true |
github_go-shiori_shiori_3e46c398e88d75a34fe59e1a866c67a2704bda6f | Go | go-shiori | shiori | 11,424 | 614 | Simple bookmark manager built with Go | [
"bookmark-manager",
"command-line",
"go",
"golang",
"hacktoberfest",
"web-interface"
] | MIT | internal/cmd/utils_test.go | utils_test.go | 3,268 | package cmd
import (
"reflect"
"testing"
)
func Test_normalizeSpace(t *testing.T) {
tests := []struct {
name string
args string
want string
}{{
name: "normal sentence",
args: "What a perfect, beautiful sentence",
want: "What a perfect, beautiful sentence",
}, {
name: "has unnecessary space before a... | 441 | 3,268 | 146 | 0.98 | 2026-04-17T12:18:31.093026 | true |
github_starship_starship_5c6028fe814294e6c942c9752538e81b1f3e259c | 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/haxe.rs | haxe.rs | 959 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct HaxeConfig<'a> {
pub format: &'a str,
pub version_format: &'a str,
pub symbol: &'a str... | 89 | 957 | 35 | 0.98 | 2026-04-17T13:17:44.304161 | true |
github_graphql_graphql-js_7e5d267f504520d82dc4ea43b34de1cf617dd4d0 | TypeScript | graphql | graphql-js | 20,323 | 2,056 | A reference implementation of GraphQL for JavaScript | [
"graphql",
"graphql-js"
] | MIT | src/error/index.ts | index.ts | 314 | export { GraphQLError, printError, formatError } from './GraphQLError';
export type {
GraphQLErrorOptions,
GraphQLFormattedError,
GraphQLErrorExtensions,
GraphQLFormattedErrorExtensions,
} from './GraphQLError';
export { syntaxError } from './syntaxError';
export { locatedError } from './locatedError';
| 30 | 314 | 12 | 0.98 | 2026-04-18T01:24:39.113299 | true |
github_vercel_next.js_3a3379ea8ae26367a09e034a5b251e422bb50ccc | JavaScript | vercel | next.js | 139,094 | 30,951 | The React Framework | [
"blog",
"browser",
"compiler",
"components",
"hybrid",
"nextjs",
"node",
"react",
"server-rendering",
"ssg",
"static",
"static-site-generator",
"universal",
"vercel"
] | MIT | jest.config.turbopack.js | jest.config.turbopack.js | 440 | const createJestDefaultConfig = require('./jest.config.js')
module.exports = async function createConfig() {
const jestDefaultConfig = await createJestDefaultConfig()
/** @type {import('jest').Config} */
const customConfig = {
...jestDefaultConfig,
displayName: 'Turbopack',
setupFiles: [
...(je... | 37 | 440 | 17 | 0.98 | 2026-04-23T04:44:55.735066 | true |
github_external-secrets_external-secrets_e89886293638a21fe0663bf008fef3c15e38190c | Go | external-secrets | external-secrets | 6,546 | 1,268 | External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets. | [
"external-secrets",
"hacktoberfest",
"kubernetes",
"kubernetes-secrets",
"secrets-manager"
] | Apache-2.0 | pkg/register/cloudru.go | cloudru.go | 1,018 | //go:build cloudru || all_providers
/*
Copyright © The ESO 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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | 120 | 1,017 | 31 | 0.98 | 2026-04-17T20:35:04.816071 | true |
github_harmony-one_harmony_048c1f948ded3761629aa54180d354784f5069c5 | 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/rawdb/chain_iterator.go | chain_iterator.go | 12,937 | // Copyright 2020 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License... | 1,797 | 12,937 | 359 | 0.98 | 2026-04-17T16:57:39.382162 | true |
github_ChatGPTNextWeb_NextChat_51b39ceb7cbf597459797f253abb5c5565f9f018 | 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/api/bytedance.ts | bytedance.ts | 3,165 | import { getServerSideConfig } from "@/app/config/server";
import {
BYTEDANCE_BASE_URL,
ApiPath,
ModelProvider,
ServiceProvider,
} from "@/app/constant";
import { prettyObject } from "@/app/utils/format";
import { NextRequest, NextResponse } from "next/server";
import { auth } from "@/app/api/auth";
import { is... | 333 | 3,165 | 130 | 0.98 | 2026-04-23T08:58:00.925308 | true |
github_ChatGPTNextWeb_NextChat_b96637b2c8cb83f2cb50ff00abe7c93e4db93397 | 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/api/anthropic.ts | anthropic.ts | 4,380 | import { getServerSideConfig } from "@/app/config/server";
import {
ANTHROPIC_BASE_URL,
Anthropic,
ApiPath,
ServiceProvider,
ModelProvider,
} from "@/app/constant";
import { prettyObject } from "@/app/utils/format";
import { NextRequest, NextResponse } from "next/server";
import { auth } from "./auth";
import... | 439 | 4,380 | 171 | 0.98 | 2026-04-23T08:57:59.246077 | true |
github_vercel_pkg_e77c4b5b9cbe3003862734719282e5628ed71b74 | TypeScript | vercel | pkg | 24,392 | 1,065 | Package your Node.js project into an executable | [
"binaries",
"cli",
"compiler",
"nodejs"
] | MIT | lib/producer.ts | producer.ts | 14,885 | import { createBrotliCompress, createGzip } from 'zlib';
import Multistream from 'multistream';
import assert from 'assert';
import { execFileSync } from 'child_process';
import fs from 'fs-extra';
import intoStream from 'into-stream';
import path from 'path';
import streamMeter from 'stream-meter';
import { Readable }... | 1,393 | 14,885 | 553 | 0.98 | 2026-04-23T06:43:05.355178 | true |
github_sourcegraph_sourcegraph-public-snapshot_d8efe8dcb1ba035c1c2eb5877076834f678f9c34 | JavaScript | sourcegraph | sourcegraph-public-snapshot | 10,270 | 1,367 | Code AI platform with Code Search & Cody | [
"code-intelligence",
"code-search",
"cody",
"repo-type-main",
"sourcegraph"
] | NOASSERTION | graphql-schema-linter.config.js | graphql-schema-linter.config.js | 237 | module.exports = {
schemaPaths: ['cmd/frontend/graphqlbackend/*.graphql'],
rules: [
'deprecations-have-a-reason',
'fields-have-descriptions',
'input-object-values-have-descriptions',
'types-have-descriptions',
],
}
| 13 | 237 | 10 | 0.98 | 2026-04-17T12:41:22.378164 | true |
github_standard-things_esm_7b2fe70b466c64605b4d665390630dc5569aa8d1 | JavaScript | standard-things | esm | 5,251 | 145 | Tomorrow's ECMAScript modules today! | [
"es6",
"es6-modules",
"esm",
"esmodules",
"nodejs"
] | NOASSERTION | src/constant/compiler.js | compiler.js | 445 | /* eslint-disable sort-keys */
const COMPILER = {
SOURCE_TYPE_SCRIPT: 1,
SOURCE_TYPE_MODULE: 2,
SOURCE_TYPE_UNAMBIGUOUS: 3,
SOURCE_TYPE_JSON: 4,
SOURCE_TYPE_WASM: 5,
TRANSFORMS_CONSOLE: 1,
TRANSFORMS_DYNAMIC_IMPORT: 2,
TRANSFORMS_EXPORT: 4,
TRANSFORMS_EVAL: 8,
TRANSFORMS_IMPORT: 16,
TRANSFORMS_IMP... | 40 | 445 | 20 | 0.98 | 2026-04-23T07:30:57.334316 | true |
github_farion1231_cc-switch_9da495ecb4885963aa1ef53ef7d435323840b00a | TypeScript | farion1231 | cc-switch | 46,404 | 2,957 | A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI. | [
"ai-tools",
"claude-code",
"codex",
"desktop-app",
"mcp",
"minimax",
"omo",
"open-source",
"openclaw",
"openclaw-ui",
"opencode",
"provider-management",
"rust",
"skills",
"skills-management",
"tauri",
"typescript",
"wsl-support"
] | MIT | src/utils/providerMetaUtils.ts | providerMetaUtils.ts | 2,013 | import type { CustomEndpoint, ProviderMeta } from "@/types";
/**
* 合并供应商元数据中的自定义端点。
* - 当 customEndpoints 为空对象时,明确删除自定义端点但保留其它元数据。
* - 当 customEndpoints 为 null/undefined 时,不修改端点(保留原有端点)。
* - 当 customEndpoints 存在时,覆盖原有自定义端点。
* - 若结果为空对象且非明确清空场景则返回 undefined,避免写入空 meta。
*/
export function mergeProviderMeta(
init... | 179 | 1,605 | 60 | 0.98 | 2026-04-17T13:19:03.535846 | true |
github_Windy3f3f3f3f_claude-code-from-scratch_292fb50602f03798ea2a2cab92ac7068093c04b1 | TypeScript | Windy3f3f3f3f | claude-code-from-scratch | 984 | 333 | Build your own Claude Code from scratch. 🔍 Claude Code 开源了 50 万行代码,读不动?用 ~4000 行 TypeScript / Python 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓 | [
"ai",
"ai-agent",
"anthropic",
"build-from-scratch",
"claude",
"claude-code",
"coding-agent",
"llm",
"tutorial",
"typescript"
] | MIT | src/prompt.ts | prompt.ts | 17,185 | import { readFileSync, existsSync, readdirSync } from "fs";
import { join, resolve, dirname } from "path";
import { execSync } from "child_process";
import * as os from "os";
import { buildMemoryPromptSection } from "./memory.js";
import { buildSkillDescriptions } from "./skills.js";
import { buildAgentDescriptions } f... | 2,376 | 16,735 | 231 | 0.98 | 2026-04-22T17:00:42.285680 | true |
github_parcel-bundler_lightningcss_ce7008df24d3398932b3f6f6eadcf416eabfba23 | Rust | parcel-bundler | lightningcss | 7,503 | 259 | An extremely fast CSS parser, transformer, bundler, and minifier written in Rust. | [
"build-tool",
"compiler",
"css",
"minifier",
"parser",
"rust"
] | MPL-2.0 | src/css_modules.rs | css_modules.rs | 16,863 | //! CSS module exports.
//!
//! [CSS modules](https://github.com/css-modules/css-modules) are a way of locally scoping names in a
//! CSS file. This includes class names, ids, keyframe animation names, and any other places where the
//! [CustomIdent](super::values::ident::CustomIdent) type is used.
//!
//! CSS modules ... | 1,601 | 16,863 | 549 | 0.95 | 2026-04-13T14:08:58.658472 | true |
github_mobarski_ask-my-pdf_7c644849180f959c4e26003c75e0eb5ee8bb3acb | Python | mobarski | ask-my-pdf | 597 | 274 | Question answering system for PDF files | [
"gpt3",
"openai",
"openai-api",
"pdf",
"qna",
"streamlit"
] | MIT | src/prompts.py | prompts.py | 2,785 | # INFO: some prompts are still in model.py
# TODO: Ignore OCR problems in the text below.
TASK = {
'v6': (
"Answer the question truthfully based on the text below. "
"Include verbatim quote and a comment where to find it in the text (page number). "
#"After the quote write a step by step explanation in a ne... | 473 | 2,785 | 44 | 0.98 | 2026-04-23T01:18:03.441301 | true |
github_casey_just_9fe8cc077d8aa45c94a0d2c75a412ed76a44211b | Rust | casey | just | 32,946 | 763 | 🤖 Just a command runner | [] | CC0-1.0 | src/lexer.rs | lexer.rs | 53,505 | use {super::*, CompileErrorKind::*, TokenKind::*};
static DEDENT_RE: LazyLock<Regex> = LazyLock::new(|| Regex::new(r"^[ \t\n]*\n[^ \t\n]").unwrap());
/// Just language lexer
///
/// The lexer proceeds character-by-character, as opposed to using regular
/// expressions to lex tokens or semi-tokens at a time. As a resu... | 5,088 | 53,485 | 2,561 | 0.98 | 2026-04-17T13:23:20.208867 | true |
github_matryer_xbar_056c8a95cf38a3d2fd2bf365a8c78d329694f745 | Go | matryer | xbar | 18,017 | 651 | Put the output from any script or program into your macOS Menu Bar (the BitBar reboot) | [
"bitbar",
"mac",
"macos-menu",
"macosx",
"menubar",
"scripting",
"xbar"
] | MIT | pkg/metadata/plugin_metadata_test.go | plugin_metadata_test.go | 7,152 | package metadata
import (
"strings"
"testing"
"github.com/matryer/is"
)
func TestParse(t *testing.T) {
is := is.New(t)
debugf := DebugfNoop
md, err := Parse(debugf, "test.txt", `
# <xbar.title>Title goes here</xbar.title>
# <xbar.version>v1.0</xbar.version>
# <xbar.author>Your Name,Another name</xbar.author>... | 541 | 7,152 | 204 | 0.98 | 2026-04-17T09:43:57.307222 | true |
github_pannous_tensorflow-speech-recognition_4a5a3c5ad3327c01f7a0e484aec493e8eb547c36 | Python | pannous | tensorflow-speech-recognition | 2,176 | 633 | 🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks | [
"deep-learning",
"neural-network",
"speech-recognition",
"speech-to-text",
"stt",
"tensorflow"
] | NOASSERTION | speech2text-seq2seq.py | speech2text-seq2seq.py | 4,895 | #!/usr/bin/env python
#!/usr/local/bin/python
print("""
Update:
tf.nn.seq2seq doesn't work as hoped:
It needs a 1D Tensor (chars) as input, not 2D spectrogram/mfcc/...
unless we feed it with very long 1D wave data,
but that is probably not what seq2seq was intended to for.
Fear not: 1D dilated convolution and LST... | 572 | 4,895 | 145 | 0.98 | 2026-04-22T14:50:40.249241 | true |
github_openai_openai-agents-python_5e4974e8e80a44939f6193969f5fd3bdfd68ceab | Python | openai | openai-agents-python | 21,656 | 3,475 | A lightweight, powerful framework for multi-agent workflows | [
"agents",
"ai",
"framework",
"llm",
"openai",
"python"
] | MIT | src/agents/agent_output.py | agent_output.py | 7,153 | import abc
from dataclasses import dataclass
from typing import Any, get_args, get_origin
from pydantic import BaseModel, TypeAdapter
from typing_extensions import TypedDict
from .exceptions import ModelBehaviorError, UserError
from .strict_schema import ensure_strict_json_schema
from .tracing import SpanError
from .... | 733 | 7,153 | 195 | 0.98 | 2026-04-17T15:30:19.621932 | true |
github_oliver-gomes_csswand_dfe97f7c7165890b09531f99a1caf604b176fb8b | JavaScript | oliver-gomes | csswand | 1,173 | 36 | 🎨✨ Hover your wand and use your magic spell to copy beautiful css | [
"animation",
"copy-paste",
"css",
"design",
"html",
"open-source",
"react",
"svg",
"tool",
"webapp"
] | MIT | src/effects/Input1.js | Input1.js | 7,282 | import React from "react";
import { css } from "emotion";
const input1 = () => {
return (
<div className="hl">
<p style={{ color: "#fff", fontSize: "26px;" }}>HTML </p>
<div
style={{
backgroundColor: "rgb(12, 17, 39)",
padding: "10px",
borderRadius: "10px"
... | 549 | 7,282 | 202 | 0.98 | 2026-04-23T14:14:14.396057 | true |
github_EvoMap_evolver_cafb0d23463db46a41d663d320f184e0f9eea926 | JavaScript | EvoMap | evolver | 6,584 | 643 | The GEP-powered self-evolving engine for AI agents. Auditable evolution with Genes, Capsules, and Events. | evomap.ai | [
"a2a",
"agent-evolution",
"agent-framework",
"agent-protocol",
"ai-agent",
"auditable-ai",
"autonomous-agent",
"cli",
"evomap",
"gep",
"llm-agent",
"mcp",
"memory-system",
"nodejs",
"prompt-engineering",
"prompt-governance",
"self-evolution",
"self-evolving",
"skill-library",
"... | GPL-3.0 | src/gep/validationReport.js | validationReport.js | 2,194 | // Standardized ValidationReport type for GEP.
// Machine-readable, self-contained, and interoperable.
// Can be consumed by external Hubs or Judges for automated assessment.
const { computeAssetId, SCHEMA_VERSION } = require('./contentHash');
const { captureEnvFingerprint, envFingerprintKey } = require('./envFingerpr... | 257 | 2,194 | 56 | 0.98 | 2026-04-23T07:18:08.299356 | true |
github_aws-amplify_amplify-cli_dd8c24c2f8225aaea1e4d6ccf1edf843ce00ac73 | JavaScript | aws-amplify | amplify-cli | 2,876 | 820 | The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. | [
"analytics",
"api",
"authentication",
"aws",
"aws-amplify",
"aws-appsync",
"aws-fargate",
"aws-lambda",
"cli",
"fullstack",
"graphql",
"lambda-functions",
"mobile-development",
"notifications",
"predictions",
"serverless",
"serverless-containers",
"storage",
"web-development"
] | Apache-2.0 | .eslintrc.js | .eslintrc.js | 8,102 | const dictionary = require('./.eslint-dictionary.json');
/**
* README if you have come here because you are sick and tired of some rule being on your case all the time:
* If you are trying to modify a rule for normal code, see the docs for each of the lint plugins we are using in the "rules" section.
* If you are tr... | 603 | 8,102 | 220 | 0.98 | 2026-04-17T18:06:09.414646 | true |
github_skyzh_tiny-llm_5f9047fabd36a023666071504eb39894b9b9b275 | Python | skyzh | tiny-llm | 4,096 | 307 | A course of learning LLM inference serving on Apple Silicon for systems engineers: build a tiny vLLM + Qwen. | [
"course",
"large-language-model",
"llm",
"python",
"qwen",
"qwen2",
"serving",
"vllm"
] | Apache-2.0 | src/tiny_llm_ref/qwen2_week2.py | qwen2_week2.py | 9,830 | import mlx.core as mx
from .basics import silu
from .attention import (
scaled_dot_product_attention_grouped,
flash_attention,
)
from .layer_norm import RMSNorm
from .positional_encoding import RoPE
from typing import Any
from .embedding import Embedding
from .quantize import dequantize_linear, QuantizedWeights... | 666 | 9,830 | 280 | 0.98 | 2026-04-17T23:26:59.816834 | true |
github_adam-mcdaniel_sage_0b800a3694b0b915498733b0a647f33e90cb5c89 | 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/frontend/parse.rs | parse.rs | 173,189 | use log::{error, trace};
use nom::{
branch::alt,
bytes::complete::{is_not, tag, take_while, take_while1, take_while_m_n},
character::complete::{char, digit1, hex_digit1, multispace1, oct_digit1},
combinator::{all_consuming, cut, map, map_opt, opt, recognize, verify},
error::{context, ContextError, P... | 15,472 | 173,185 | 5,045 | 0.98 | 2026-04-17T17:14:51.381340 | true |
github_dimforge_rapier_287307b882c2c278eebd911a91ce821f0d1036a6 | Rust | dimforge | rapier | 5,287 | 342 | 2D and 3D physics engines focused on performance. | [] | Apache-2.0 | src/dynamics/rigid_body_components.rs | rigid_body_components.rs | 51,168 | #[cfg(doc)]
use super::IntegrationParameters;
use crate::alloc_prelude::*;
use crate::control::PdErrors;
#[cfg(doc)]
use crate::control::PidController;
use crate::dynamics::MassProperties;
use crate::geometry::{
ColliderChanges, ColliderHandle, ColliderMassProps, ColliderParent, ColliderPosition,
ColliderSet, C... | 5,477 | 51,162 | 1,417 | 0.98 | 2026-04-17T15:15:03.505873 | true |
github_compiler-explorer_compiler-explorer_ad32044a441a8eb91c4d17807a35a4dd2c837d61 | TypeScript | compiler-explorer | compiler-explorer | 18,708 | 2,021 | Run compilers interactively from your web browser and interact with the assembly | [
"assembly",
"c",
"c-plus-plus",
"compiler",
"cpp",
"dlang",
"go",
"hacktoberfest",
"haskell",
"haskell-language",
"ispc",
"python",
"rust",
"rust-lang",
"swift"
] | BSD-2-Clause | lib/buildenvsetup/ceconan-go.ts | ceconan-go.ts | 3,751 | // Copyright (c) 2025, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// thi... | 396 | 3,751 | 100 | 0.98 | 2026-04-23T13:13:17.486966 | true |
github_roboll_helmfile_dd2038ead39e8fa911aaeb38d9273cfc5713ce92 | Go | roboll | helmfile | 4,041 | 555 | Deploy Kubernetes Helm Charts | [
"chart",
"helm",
"kubernetes"
] | MIT | pkg/environment/environment_test.go | environment_test.go | 1,846 | package environment
import (
"github.com/google/go-cmp/cmp"
"testing"
)
// See https://github.com/roboll/helmfile/issues/1150
func TestMerge_OverwriteNilValue_Issue1150(t *testing.T) {
dst := &Environment{
Name: "dst",
Values: map[string]interface{}{
"components": map[string]interface{}{
"etcd-operator"... | 174 | 1,846 | 99 | 0.98 | 2026-04-17T22:23:18.224113 | true |
github_thanos-io_thanos_5c3f40380648cf9c90f75267fdb9ea5ea1c35e84 | Go | thanos-io | thanos | 14,021 | 2,286 | Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project. | [
"cncf",
"go",
"google-cloud-storage",
"hacktoberfest",
"high-availability",
"metrics",
"monitoring",
"observability",
"prometheus",
"prometheus-ha-pairs",
"prometheus-setup",
"s3",
"storage",
"thanos"
] | Apache-2.0 | pkg/clientconfig/http.go | http.go | 14,249 | // Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.
package clientconfig
import (
"context"
"crypto/tls"
"fmt"
"maps"
"net"
"net/http"
"net/url"
"path"
"sync"
"time"
"github.com/prometheus/client_golang/prometheus"
extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http"
"... | 1,405 | 14,249 | 438 | 0.98 | 2026-04-17T11:11:41.954708 | true |
github_kgateway-dev_kgateway_34943debc8f77605041aa33daaf533a3ff3dc7ad | Go | kgateway-dev | kgateway | 5,451 | 736 | The Cloud-Native API Gateway and AI Gateway | [
"api-gateway",
"api-management",
"cloud-native",
"envoy",
"envoy-proxy",
"grpc",
"hybrid-apps",
"kubernetes",
"kubernetes-ingress-controller",
"legacy-apps",
"microservices",
"serverless"
] | Apache-2.0 | pkg/krtcollections/gateway_extensions.go | gateway_extensions.go | 1,918 | package krtcollections
import (
"context"
"istio.io/istio/pkg/kube/kclient"
"istio.io/istio/pkg/kube/krt"
ctrlclient "sigs.k8s.io/controller-runtime/pkg/client"
apiannotations "github.com/kgateway-dev/kgateway/v2/api/annotations"
"github.com/kgateway-dev/kgateway/v2/api/v1alpha1/kgateway"
"github.com/kgateway... | 105 | 1,918 | 52 | 0.98 | 2026-04-17T21:26:43.032654 | true |
github_turbot_steampipe_ab01478387382f08d3a9bef8d0de111bc2b2dd02 | Go | turbot | steampipe | 7,781 | 333 | Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required. | [
"aws",
"azure",
"cis",
"cloud",
"cnapp",
"cspm",
"devops",
"devsecops",
"etl",
"gcp",
"golang",
"hacktoberfest",
"kubernetes",
"postgresql",
"postgresql-fdw",
"security",
"sqlite",
"steampipe",
"terraform",
"zero-etl"
] | AGPL-3.0 | pkg/export/snapshot_exporter.go | snapshot_exporter.go | 896 | package export
import (
"context"
"fmt"
"strings"
"github.com/turbot/pipe-fittings/v2/steampipeconfig"
"github.com/turbot/steampipe/v2/pkg/constants"
)
type SnapshotExporter struct {
ExporterBase
}
func (e *SnapshotExporter) Export(_ context.Context, input ExportSourceData, filePath string) error {
snapshot,... | 87 | 896 | 42 | 0.98 | 2026-04-17T20:22:22.911644 | true |
github_cerbos_cerbos_b040d6ddfafc48b68f32b3ec6b5089769b33ed41 | Go | cerbos | cerbos | 4,335 | 174 | Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and authorization simple to implement and manage by writing context-aware access control policies for your application resources. | [
"access-control",
"authorization",
"go",
"golang",
"kubernetes",
"policy",
"security"
] | Apache-2.0 | internal/audit/metadata_test.go | metadata_test.go | 1,928 | // Copyright 2021-2026 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0
package audit
import (
"testing"
auditv1 "github.com/cerbos/cerbos/api/genpb/cerbos/audit/v1"
"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/require"
"google.golang.org/grpc/metadata"
"google.golang.org/protobuf/testing/pro... | 159 | 1,928 | 73 | 0.98 | 2026-04-17T22:17:38.557612 | true |
github_nvh95_jest-preview_8bb1edee69411b4ea857b34c515ae2d858b5b6b4 | TypeScript | nvh95 | jest-preview | 2,397 | 81 | Debug your Jest tests. Effortlessly.🛠🖼 | [
"angular",
"css",
"debug",
"frontend",
"javascript",
"jest",
"jest-view-html",
"nextjs",
"productivity",
"react",
"svelte",
"test",
"testing",
"vue"
] | MIT | src/preconfigTransform/css.ts | css.ts | 175 | 'use strict';
import { processCss } from '../transform';
function process(src: string, filename: string) {
return processCss(src, filename);
}
export default { process };
| 23 | 175 | 9 | 0.98 | 2026-04-23T10:50:37.071728 | true |
github_YatingMusic_remi_3db8ee3daf3e22153be1082c0a2526f2cc2cb945 | Python | YatingMusic | remi | 597 | 93 | "Pop Music Transformer: Beat-based Modeling and Generation of Expressive Pop Piano Compositions", ACM Multimedia 2020 | [
"music-generation",
"tensorflow",
"transformer"
] | GPL-3.0 | modules.py | modules.py | 9,575 | import tensorflow as tf
def embedding_lookup(lookup_table, x):
return tf.compat.v1.nn.embedding_lookup(lookup_table, x)
def normal_embedding_lookup(x, n_token, d_embed, d_proj, initializer,
proj_initializer, scope='normal_embed', **kwargs):
emb_scale = d_proj ** 0.5
with tf.co... | 764 | 9,575 | 233 | 0.98 | 2026-04-22T21:48:01.312036 | true |
github_marktext_marktext_c26fc2efd562c535e8bc41bcd3299e83d116799a | 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/main/exceptionHandler.js | exceptionHandler.js | 4,335 | // Based on electron-unhandled by sindresorhus:
//
// MIT License
// Copyright (c) Sindre Sorhus <[REDACTED_EMAIL]> (sindresorhus.com)
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without res... | 535 | 4,335 | 128 | 0.98 | 2026-04-23T11:43:13.910583 | true |
github_lsd-rs_lsd_842ffb2483fbb3d30124a6221bdb5cfe4ffb06c9 | Rust | lsd-rs | lsd | 15,887 | 497 | The next gen ls command | [
"color",
"hacktoberfest",
"icons",
"ls",
"nerd-fonts",
"rust"
] | Apache-2.0 | src/display.rs | display.rs | 31,889 | use crate::color::{Colors, Elem};
use crate::flags::blocks::Block;
use crate::flags::{Display, Flags, HyperlinkOption, Layout};
use crate::git_theme::GitTheme;
use crate::icon::Icons;
use crate::meta::name::DisplayOption;
use crate::meta::{FileType, Meta, OwnerCache};
use std::collections::HashMap;
use term_grid::{Cell... | 2,433 | 31,508 | 991 | 0.98 | 2026-04-17T13:51:32.219604 | true |
github_researchmm_Stark_a9a0099ab1d861ea27d83c56de754a0e3ea1187f | Python | researchmm | Stark | 708 | 151 | [ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking | [
"transformer"
] | MIT | lib/train/run_training.py | run_training.py | 4,893 | import os
import sys
import argparse
import importlib
import cv2 as cv
import torch.backends.cudnn
import torch.distributed as dist
import random
import numpy as np
torch.backends.cudnn.benchmark = False
import _init_paths
import lib.train.admin.settings as ws_settings
def init_seeds(seed):
random.seed(seed)
... | 388 | 4,893 | 107 | 0.98 | 2026-04-22T21:43:50.548450 | true |
github_OpenMind_OM1_69864fd445daffe17b5f593a08c7936ce17b1996 | Python | OpenMind | OM1 | 2,764 | 971 | Modular AI runtime for robots | [
"llm",
"multiagent",
"robotics",
"ros2",
"zenoh"
] | MIT | src/simulators/base.py | base.py | 2,981 | import threading
import time
from typing import List, Optional
from pydantic import BaseModel, ConfigDict, Field
from llm.output_model import Action
class SimulatorConfig(BaseModel):
"""
Configuration class for Simulator implementations.
"""
model_config = ConfigDict(extra="allow")
name: Optio... | 304 | 2,981 | 112 | 0.98 | 2026-04-22T15:36:06.571580 | true |
github_grafana_loki_6c776afd8709961d588f0f4ed7236953caca0d8f | Go | grafana | loki | 28,006 | 3,976 | Like Prometheus, but for logs. | [
"cloudnative",
"grafana",
"hacktoberfest",
"logging",
"loki",
"prometheus"
] | AGPL-3.0 | pkg/bloomgateway/stats.go | stats.go | 3,692 | package bloomgateway
import (
"context"
"time"
"go.uber.org/atomic"
)
type Stats struct {
Status string
NumTasks, NumMatchers int
ChunksRequested, ChunksFiltered int
SeriesRequested, SeriesFiltered int
QueueTime *atomic.Duration
Bl... | 362 | 3,692 | 148 | 0.98 | 2026-04-17T08:28:18.614807 | true |
github_jj-vcs_jj_1b8926e45992c0a6c78ec1d7752d9e44bfb74b9e | Rust | jj-vcs | jj | 28,085 | 1,009 | A Git-compatible VCS that is both simple and powerful | [] | Apache-2.0 | lib/src/ref_name.rs | ref_name.rs | 12,693 | // Copyright 2025 The Jujutsu 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | 1,432 | 12,693 | 426 | 0.98 | 2026-04-17T13:29:25.506762 | true |
github_imsyy_DailyHotApi_1f8b9ddfd4529c63a56f122e297c3690346d1c02 | TypeScript | imsyy | DailyHotApi | 3,749 | 1,256 | 🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot | [
"api",
"daily-hot",
"list",
"rss",
"vercel"
] | MIT | src/routes/github.ts | github.ts | 6,238 | // getTrending.ts
import fetch from "node-fetch";
import * as cheerio from "cheerio";
import { ListContext } from "../types";
import logger from "../utils/logger.js";
import { getCache, setCache } from "../utils/cache.js";
/**
* 定义 Trending 仓库信息的类型
*/
type RepoInfo = {
owner: string; // 仓库所属者
repo: string; // 仓... | 620 | 5,734 | 207 | 0.98 | 2026-04-17T18:03:04.885082 | true |
github_mindspore-lab_mindnlp_d1c1f463d88a2085375ad97b0109c3af88613be9 | Python | mindspore-lab | mindnlp | 918 | 272 | MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless compatibility and acceleration. | [
"deep-learning",
"diffusion-models",
"huggingface",
"large-language-models",
"llm",
"mindspore",
"natural-language-processing",
"nlp",
"nlp-library",
"python",
"vlm"
] | Apache-2.0 | src/torch4ms/decompositions.py | decompositions.py | 28,859 | """This file contains some decompositons that are not available in torch stable.
Most likely from Content of
https://github.com/pytorch/pytorch/blob/main/torch/_decomp/decompositions.py
at main branch HEAD that we find useful here.
Can also contain decompositions of a torch op in terms of other torch ops.
"""
import... | 1,644 | 28,859 | 777 | 0.98 | 2026-04-23T00:40:50.976382 | true |
github_51bitquant_ai-hedge-fund-crypto_e2e2e99640fdba49ac47cc080060cad5d54ef09d | Python | 51bitquant | ai-hedge-fund-crypto | 571 | 149 | AI-Hedge-Fund for Crypto 🚀 AI-powered hedge fund for cryptocurrency trading, leveraging LLM agents for intelligent decision-making. | [
"ai-agent",
"ai-trading",
"ai-trading-agent",
"algorithmic-trading",
"backtesting",
"crypto-trading",
"hedge-fund",
"langchain",
"langchain-python",
"llm",
"llm-agent",
"multi-timeframe-analysis",
"openai",
"portfolio-management",
"quantitative-finance",
"strategy-ensembling",
"techn... | MIT | src/graph/portfolio_management_node.py | portfolio_management_node.py | 7,347 | import os
from typing import Dict, Any, List, Optional
import json
from langchain_core.messages import HumanMessage
from langchain_core.prompts import ChatPromptTemplate
from .base_node import BaseNode, AgentState
from graph import show_agent_reasoning
from llm import get_llm, json_parser
class PortfolioManagementNod... | 641 | 7,338 | 185 | 0.98 | 2026-04-23T00:53:35.567571 | true |
github_jackwener_OpenCLI_765b9bc2e509ab512dd29ead21b7000988aaf677 | 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/browser/analyze.test.ts | analyze.test.ts | 6,767 | import { describe, it, expect } from 'vitest';
import {
analyzeSite,
detectAntiBot,
classifyPattern,
findNearestAdapter,
type PageSignals,
} from './analyze.js';
import type { CliCommand } from '../registry.js';
function mkSignals(overrides: Partial<PageSignals> = {}): PageSignals {
return {
requestedU... | 629 | 6,767 | 211 | 0.98 | 2026-04-23T12:36:26.986250 | true |
github_trunk-rs_trunk_20e70bcd050c7414c4dda06e5ec894084fe20452 | Rust | trunk-rs | trunk | 4,238 | 315 | Build, bundle & ship your Rust WASM application to the web. | [
"assets",
"build-tool",
"bundler",
"compiler",
"html",
"rust",
"sass",
"scss",
"wasm",
"wasm-bindgen"
] | Apache-2.0 | src/watch.rs | watch.rs | 14,609 | use crate::{
build::{BuildResult, BuildSystem},
config::{
rt::{GlobMatcher, RtcWatch},
types::WsProtocol,
},
ws,
};
use anyhow::{Context, Result};
use futures_util::stream::StreamExt;
use notify::{
EventKind, PollWatcher, RecommendedWatcher, RecursiveMode, Watcher,
event::{Metada... | 1,424 | 14,609 | 416 | 0.95 | 2026-04-13T14:09:22.334175 | true |
github_ContainerSSH_ContainerSSH_10d47645d462e0a73317759f5c54c24ef90f9847 | Go | ContainerSSH | ContainerSSH | 3,025 | 101 | ContainerSSH: Launch containers on demand | [
"containers",
"devsecops",
"docker",
"kubernetes",
"security",
"security-tools",
"ssh"
] | Apache-2.0 | internal/auditlog/compatibility_test.go | compatibility_test.go | 1,921 | package auditlog_test
import (
"testing"
"go.containerssh.io/containerssh/auditlog/message"
"go.containerssh.io/containerssh/config"
"go.containerssh.io/containerssh/internal/auditlog/codec/binary"
"go.containerssh.io/containerssh/internal/auditlog/storage"
"go.containerssh.io/containerssh/intern... | 176 | 1,921 | 88 | 0.98 | 2026-04-17T22:43:26.400190 | true |
github_requestly_requestly_0268909cf518c2a8a0d2a7b1b5398b9f98fc3e0d | JavaScript | requestly | requestly | 6,635 | 636 | Free and open-source API Client & Interceptor. | [
"api",
"api-client",
"api-mock",
"api-rest",
"api-testing",
"bruno",
"bruno-alternative",
"charles-proxy",
"chrome-extension",
"fiddler",
"firefox-extension",
"hacktoberfest",
"http-interceptor",
"insomnia",
"mock-server",
"open-source",
"postman",
"postman-api",
"postman-collect... | NOASSERTION | app/src/init.js | init.js | 209 | import StorageServiceWrapper from "./utils/StorageServiceWrapper";
//Initialize StorageService
export const StorageService = (appMode) => {
return new StorageServiceWrapper({
appMode: appMode,
});
};
| 20 | 209 | 9 | 0.98 | 2026-04-17T17:58:48.576496 | true |
github_mindspore-lab_mindnlp_d4a6c62cb9a07554fbc4cbd32f2ff4431202bce1 | Python | mindspore-lab | mindnlp | 918 | 272 | MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless compatibility and acceleration. | [
"deep-learning",
"diffusion-models",
"huggingface",
"large-language-models",
"llm",
"mindspore",
"natural-language-processing",
"nlp",
"nlp-library",
"python",
"vlm"
] | Apache-2.0 | src/mindnlp/launcher.py | launcher.py | 269 | import mindspore.multiprocessing as mp
ctx = mp.get_context("spawn")
def lanuch_wrapper(launcher, *args, **kwargs):
mp.set_start_method('spawn', force=True)
process = mp.Process(target=launcher, args=args, kwargs=kwargs)
process.start()
process.join()
| 20 | 269 | 9 | 0.98 | 2026-04-23T00:40:25.357282 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.