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_linyqh_NarratoAI_2de4086d2aa8d3d8d919793db122ab0fedcc0d18 | Python | linyqh | NarratoAI | 8,834 | 1,187 | 利用AI大模型,一键解说并剪辑视频; Using AI models to automatically provide commentary and edit videos with a single click. | [
"aiagent",
"aiops",
"gemini-api",
"llm",
"moviepy",
"python"
] | NOASSERTION | app/utils/gemini_analyzer.py | gemini_analyzer.py | 12,471 | import json
from typing import List, Union, Dict
import os
from pathlib import Path
from loguru import logger
from tqdm import tqdm
import asyncio
from tenacity import retry, stop_after_attempt, retry_if_exception_type, wait_exponential
import requests
import PIL.Image
import traceback
import base64
import io
from app.... | 752 | 11,395 | 326 | 0.98 | 2026-04-17T23:17:40.377143 | true |
github_H-M-H_Weylus_244f60d60b74c465bbb92a8aa963526d1e760eb7 | Rust | H-M-H | Weylus | 9,099 | 364 | Use your tablet as graphic tablet/touch screen on your computer. | [
"android",
"android-application",
"app",
"browser",
"ffmpeg",
"hardware-acceleration",
"ipados",
"linux",
"multi-touch",
"remote-desktop",
"rust",
"screen-mirroring",
"stylus",
"tablet",
"touch-screen",
"uinput",
"wayland",
"webapp",
"x11",
"xdg-desktop-portal"
] | NOASSERTION | src/capturable/captrs_capture.rs | captrs_capture.rs | 2,317 | use crate::capturable::{Capturable, Recorder};
use captrs::Capturer;
use std::boxed::Box;
use std::error::Error;
use winapi::shared::windef::RECT;
use super::Geometry;
#[derive(Clone)]
pub struct CaptrsCapturable {
id: u8,
name: String,
screen: RECT,
virtual_screen: RECT,
}
impl CaptrsCapturable {
... | 215 | 2,317 | 85 | 0.98 | 2026-04-17T14:28:22.283759 | true |
github_marcelo-earth_generative-manim_341eac326351827c9a843b6df6c24e9a0c3562a9 | Python | marcelo-earth | generative-manim | 824 | 119 | 🎨 GPT for video generation ⚡️ | [
"2d",
"animation",
"gpt",
"gpt-4",
"gpt3",
"gpt3-turbo",
"manim",
"openai",
"prompt2manim",
"python-3",
"rendering",
"streamlit",
"text2manim",
"video"
] | Apache-2.0 | api/routes/chat_generation.py | chat_generation.py | 48,482 | from flask import Blueprint, jsonify, request, Response, stream_with_context
import anthropic
import openai
import os
import json
import subprocess
import shutil
import string
import random
import re
import base64
from api.prompts.manimDocs import manimDocs
from azure.storage.blob import BlobServiceClient
from PIL impo... | 4,262 | 48,482 | 935 | 0.98 | 2026-04-23T01:11:26.304363 | true |
github_forwardemail_email-templates_8969c6e91aec1e322d496ccf4c93a24dabf71fd6 | JavaScript | forwardemail | email-templates | 3,732 | 334 | Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs. | [
"css",
"custom",
"ejs",
"email",
"inline",
"inline-css",
"juice",
"mailchimp",
"mandrill",
"node",
"nodejs",
"nodemailer",
"postmark",
"pug",
"responsive",
"sendgrid",
"template",
"template-engine",
"templates",
"webresource"
] | MIT | config.js | config.js | 357 | docute.init({
debug: true,
title: 'Email Templates',
repo: 'forwardemail/email-templates',
'edit-link': 'https://github.com/forwardemail/email-templates/tree/master/',
nav: {
default: [
{
title: 'Create, preview, and send custom email templates for Node.js',
path: '/'
}
]
... | 33 | 357 | 16 | 0.98 | 2026-04-23T07:47:08.652082 | true |
github_viddexa_autollm_8ffd58d715eed74f1eef3ba57aeb48464780eb9a | Python | viddexa | autollm | 1,005 | 100 | Ship RAG based LLM web apps in seconds. | [
"anthropic",
"bedrock",
"cohere",
"fastapi",
"gradio",
"langchain",
"large-language-models",
"llama-index",
"llama2",
"llm",
"openai",
"palm",
"pypi",
"python",
"retrieval-augmented-generation",
"vector-database",
"vertex-ai"
] | AGPL-3.0 | setup.py | setup.py | 2,844 | import os
import re
import setuptools
def get_requirements(req_path: str):
with open(req_path, encoding='utf8') as f:
return f.read().splitlines()
INSTALL_REQUIRES = get_requirements("requirements.txt")
DEV_REQUIREMETNS = get_requirements("dev-requirements.txt")
READERS_REQUIREMENTS = get_requirements(... | 229 | 2,844 | 75 | 0.98 | 2026-04-18T00:03:05.865235 | true |
github_kwhitley_itty-router_3cad81b5dee52da28bded52c8ae67f037614bb2e | TypeScript | kwhitley | itty-router | 2,019 | 83 | A little router. | [
"api",
"cloudflare",
"cloudflare-workers",
"edge",
"itty-router",
"javascript",
"middleware",
"router",
"serverless",
"service-worker"
] | MIT | src/cors.spec.ts | cors.spec.ts | 12,202 | import { describe, expect, it } from 'bun:test'
import { toReq } from '../lib'
import { Router } from './Router'
import { CorsOptions, cors } from './cors'
import { text } from './text'
// outputs a router with a single route at index
const corsRouter = (options?: CorsOptions) => {
const { preflight, corsify } = cor... | 1,051 | 12,202 | 288 | 0.98 | 2026-04-17T18:08:30.692361 | true |
github_zhouxiaoka_autoclip_mvp_d6a671650c30007f8597bd0b60743911e04b60fa | Python | zhouxiaoka | autoclip_mvp | 953 | 165 | AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具 | [
"ai-video-editing",
"auto-highlight",
"llm",
"video",
"video-editing"
] | MIT | src/utils/project_manager.py | project_manager.py | 18,715 | """
项目数据管理器 - 确保多项目数据完全隔离
"""
import os
import json
import shutil
import logging
from pathlib import Path
from typing import Dict, Any, List, Optional
from datetime import datetime
import uuid
try:
from .error_handler import FileIOError, ValidationError, ProcessingError
from ..config import config_manager
exce... | 1,168 | 17,285 | 564 | 0.98 | 2026-04-18T00:05:09.896126 | true |
github_WenjieDu_SAITS_af04ec6805df037d17006e047d0e77f1535ac479 | Python | WenjieDu | SAITS | 503 | 70 | The official PyTorch implementation of the paper "SAITS: Self-Attention-based Imputation for Time Series". A fast and state-of-the-art (SOTA) deep-learning neural network model for efficient time-series imputation (impute multivariate incomplete time series containing NaN missing data/values with machine learning). htt... | [
"attention",
"attention-mechanism",
"deep-learning",
"imputation",
"imputation-model",
"impute",
"incomplete-data",
"incomplete-time-series",
"interpolation",
"irregular-sampling",
"machine-learning",
"missing-values",
"partially-observed",
"partially-observed-data",
"partially-observed-... | MIT | Global_Config.py | Global_Config.py | 804 | """
This file stores RANDOM_SEED for global configuration.
If you use code in this repository, please cite our paper as below. Many thanks.
@article{DU2023SAITS,
title = {{SAITS: Self-Attention-based Imputation for Time Series}},
journal = {Expert Systems with Applications},
volume = {219},
pages = {119619},
year = {... | 101 | 804 | 29 | 0.98 | 2026-04-22T21:53:53.984281 | true |
github_jdh-algo_JoyVASA_dc41c9c37aebf1de8fc9e6be283f4a79cfface49 | Python | jdh-algo | JoyVASA | 864 | 85 | Diffusion-based Portrait and Animal Animation | [
"audio-driven-talking-face",
"generative-ai",
"image-animation",
"lip-sync",
"portrait-anination",
"talking-head"
] | MIT | src/gradio_pipeline.py | gradio_pipeline.py | 4,580 | # coding: utf-8
"""
Pipeline for gradio
"""
import os.path as osp
import gradio as gr
import torch
from .config.argument_config import ArgumentConfig
from .live_portrait_wmg_pipeline import LivePortraitPipeline
from .live_portrait_wmg_pipeline_animal import LivePortraitPipelineAnimal
from .utils.rprint import rlog as... | 292 | 4,562 | 133 | 0.98 | 2026-04-22T22:00:22.134140 | true |
github_brookshi_Hitchhiker_acc2d7e83c40210aa7df6b34a22cb895fe25fb82 | JavaScript | brookshi | Hitchhiker | 2,233 | 400 | a Restful Api test tool | [
"api",
"collaboration",
"hitchhiker",
"nodejs",
"restful-api",
"schedule",
"stress-test",
"test",
"test-automation",
"testing-tools",
"typescript"
] | NOASSERTION | api/gulpfile.js | gulpfile.js | 3,853 | var gulp = require('gulp'),
argv = require('yargs').argv,
replace = require('gulp-replace'),
exec = require('child_process').exec,
fs = require('fs-extra'),
path = require('path'),
archiver = require('archiver');
gulp.task('build', ['copyTemplate', 'copyGlobalData', 'copyLocales', 'createBackup... | 257 | 3,853 | 117 | 0.98 | 2026-04-23T08:17:42.387334 | true |
github_emmett-framework_granian_98d7f37cd7d930b26fb2ae7b9f9b15d30c68a3a0 | Rust | emmett-framework | granian | 5,285 | 149 | A Rust HTTP server for Python applications | [
"asgi",
"asyncio",
"http",
"http-server",
"python",
"rsgi",
"rust",
"wsgi"
] | BSD-3-Clause | src/rsgi/serve.rs | serve.rs | 5,573 | use pyo3::prelude::*;
use super::http::{handle, handle_ws};
use crate::callbacks::CallbackScheduler;
use crate::conversion::{worker_http1_config_from_py, worker_http2_config_from_py};
use crate::net::SocketHolder;
use crate::serve::gen_serve_match;
use crate::workers::{WorkerConfig, WorkerSignal};
#[pyclass(frozen, ... | 305 | 5,573 | 213 | 0.98 | 2026-04-17T15:15:43.418141 | true |
github_apollographql_apollo-client_2e9992c0254b1d4c56f9ed0b807e8dfa20556f63 | 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/masking/utils.ts | utils.ts | 1,398 | import type { FragmentSpreadNode } from "graphql";
import { Kind } from "graphql";
import { Slot } from "optimism";
import { __DEV__ } from "@apollo/client/utilities/environment";
import { invariant } from "@apollo/client/utilities/invariant";
// Contextual slot that allows us to disable accessor warnings on fields w... | 172 | 1,398 | 53 | 0.98 | 2026-04-18T01:25:55.287835 | true |
github_nextapps-de_flexsearch_4b7eae2599358c07ebb48989ffd2cc93e899bd1f | JavaScript | nextapps-de | flexsearch | 13,675 | 523 | Next-generation full-text search library for Browser and Node.js | [
"elasticsearch",
"full-text-search",
"fulltext-search",
"fuzzy",
"fuzzy-search",
"javascript",
"javascript-library",
"nodejs",
"open-source",
"search",
"search-algorithm",
"search-engine",
"search-in-text",
"searching",
"searching-algorithms",
"web",
"web-worker"
] | Apache-2.0 | src/keystore.js | keystore.js | 11,160 | import { create_object } from "./common.js";
function _slice(self, start, end, splice){
let arr = [];
for(let i = 0, index; i < self.index.length; i++){
index = self.index[i];
if(start >= index.length){
start -= index.length;
}
else{
const tmp = index[spl... | 1,209 | 11,160 | 442 | 0.98 | 2026-04-23T06:57:15.068149 | true |
github_ChatGPTNextWeb_NextChat_45d1d979a985915c1dce380019ac1cf3bf924fb0 | 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/mcp/types.ts | types.ts | 3,568 | // ref: https://spec.modelcontextprotocol.io/specification/basic/messages/
import { z } from "zod";
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
export interface McpRequestMessage {
jsonrpc?: "2.0";
id?: string | number;
method: "tools/call" | string;
params?: {
[key: string]: unkno... | 371 | 3,390 | 181 | 0.98 | 2026-04-23T08:58:23.457513 | true |
github_bvaughn_react-virtualized_bbfc7fc3e4da5f23bbe07d24794a2dc9977b9780 | 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/ColumnSizer/ColumnSizer.example.js | ColumnSizer.example.js | 4,383 | /**
* @flow
*/
import * as React from 'react';
import styles from './ColumnSizer.example.css';
import AutoSizer from '../AutoSizer';
import ColumnSizer from './ColumnSizer';
import Grid from '../Grid';
import {
ContentBox,
ContentBoxHeader,
ContentBoxParagraph,
} from '../demo/ContentBox';
import {LabeledInput,... | 269 | 4,383 | 149 | 0.98 | 2026-04-23T04:50:24.750126 | true |
github_avajs_ava_1b50359688b0c89913a517eeaf269317d41e073b | 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/reporters/default.js | default.js | 23,121 | import os from 'node:os';
import path from 'node:path';
import stream from 'node:stream';
import {fileURLToPath} from 'node:url';
import figures from 'figures';
import indentString from 'indent-string';
import plur from 'plur';
import prettyMs from 'pretty-ms';
import StackUtils from 'stack-utils';
import {chalk} fro... | 1,980 | 23,109 | 754 | 0.98 | 2026-04-23T06:48:12.289685 | true |
github_agent0ai_agent-zero_205ab636cec36a71e96722e7141da8a69d704fb1 | Python | agent0ai | agent-zero | 17,046 | 3,498 | Agent Zero AI framework | [
"agent",
"ai",
"assistant",
"autonomous",
"linux",
"zero"
] | NOASSERTION | api/scheduler_task_run.py | scheduler_task_run.py | 2,855 | from helpers.api import ApiHandler, Input, Output, Request
from helpers.task_scheduler import TaskScheduler, TaskState
from helpers.print_style import PrintStyle
from helpers.localization import Localization
class SchedulerTaskRun(ApiHandler):
_printer: PrintStyle = PrintStyle(italic=True, font_color="green", pa... | 269 | 2,855 | 66 | 0.98 | 2026-04-17T15:31:55.067788 | true |
github_ChatGPTNextWeb_NextChat_87e2c7f86fcaf1cbb22f2d9bfaae9588e4a10f63 | TypeScript | ChatGPTNextWeb | NextChat | 87,769 | 59,807 | ✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows | [
"calclaude",
"chatgpt",
"claude",
"cross-platform",
"desktop",
"fe",
"gemini",
"gemini-pro",
"gemini-server",
"gemini-ultra",
"gpt-4o",
"groq",
"nextjs",
"ollama",
"react",
"tauri",
"tauri-app",
"vercel",
"webui"
] | MIT | app/store/sd.ts | sd.ts | 4,677 | import {
Stability,
StoreKey,
ACCESS_CODE_PREFIX,
ApiPath,
} from "@/app/constant";
import { getBearerToken } from "@/app/client/api";
import { createPersistStore } from "@/app/utils/store";
import { nanoid } from "nanoid";
import { uploadImage, base64Image2Blob } from "@/app/utils/chat";
import { models, getMo... | 401 | 4,677 | 164 | 0.98 | 2026-04-23T08:58:27.487025 | true |
github_pvolok_mprocs_e0fda57e14fee040adcb4c34ecd7a11b95bab399 | Rust | pvolok | mprocs | 2,518 | 101 | Run multiple commands in parallel | [
"cli",
"linux",
"macos",
"rust",
"terminal",
"tui",
"windows"
] | MIT | src/kernel/task_path.rs | task_path.rs | 7,293 | use std::fmt;
use serde::{Deserialize, Serialize};
#[derive(
Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, Serialize, Deserialize,
)]
pub struct TaskPath(String);
#[derive(Debug)]
pub enum TaskPathError {
Empty,
NotAbsolute,
EmptyComponent,
InvalidCharacter(char),
}
impl fmt::Display for TaskPathErr... | 674 | 7,293 | 270 | 0.98 | 2026-04-17T19:22:20.639313 | true |
github_bigint_hey_da5c29c9b2f1cbecc018e6855437fe8fa1ac1e22 | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/helpers/imageKit.ts | imageKit.ts | 405 | import { LENS_MEDIA_SNAPSHOT_URL } from "@/data/constants";
const imageKit = (url: string, name?: string): string => {
if (!url) {
return "";
}
if (url.includes(LENS_MEDIA_SNAPSHOT_URL)) {
const splitUrl = url.split("/");
const path = splitUrl[splitUrl.length - 1];
return name ? `${LENS_MEDIA_S... | 48 | 405 | 19 | 0.98 | 2026-04-18T01:23:09.938351 | true |
github_ChromeDevTools_chrome-devtools-mcp_caf1832487c421e39fcc71f95627f139c3472fee | 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/index.ts | index.ts | 2,451 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import 'urlpattern-polyfill';
import 'core-js/modules/es.promise.with-resolvers.js';
import 'core-js/modules/es.set.union.v2.js';
import 'core-js/proposals/iterator-helpers.js';
import type {Flags, OutputMode, Result, RunnerResult... | 233 | 2,451 | 75 | 0.98 | 2026-04-23T08:42:43.603231 | true |
github_openai_openai-agents-python_68c32c38db32d149d7a220c4c847d53a76a5ee0b | Python | openai | openai-agents-python | 24,555 | 3,761 | A lightweight, powerful framework for multi-agent workflows | [
"agents",
"ai",
"framework",
"llm",
"openai",
"python"
] | MIT | src/agents/run_state.py | run_state.py | 129,122 | """RunState class for serializing and resuming agent runs with human-in-the-loop support."""
from __future__ import annotations
import asyncio
import copy
import dataclasses
import json
import threading
from collections import deque
from collections.abc import Callable, Iterator, Mapping, Sequence
from dataclasses im... | 9,536 | 129,122 | 3,305 | 0.98 | 2026-04-22T14:58:43.571327 | true |
github_golang_go_dd65b19867dcf4dc98931e6ba8ba5f595f95fe62 | JavaScript | golang | go | 133,493 | 18,928 | The Go programming language | [
"go",
"golang",
"language",
"programming-language"
] | BSD-3-Clause | lib/wasm/wasm_exec_node.js | wasm_exec_node.js | 1,186 | // Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
"use strict";
if (process.argv.length < 3) {
console.error("usage: go_js_wasm_exec [wasm binary] [arguments]");
process.exit(1);
}
globalThis.require = requ... | 134 | 1,186 | 41 | 0.98 | 2026-04-17T06:51:25.762311 | true |
github_TheAlgorithms_Rust_ed408dd0987a38a1bf868730c153946698c5c4f0 | Rust | TheAlgorithms | Rust | 25,663 | 2,550 | All Algorithms implemented in Rust | [
"algorithms",
"data-structures",
"hacktoberfest",
"rust",
"rust-lang"
] | MIT | src/conversions/hexadecimal_to_octal.rs | hexadecimal_to_octal.rs | 1,787 | // Author: NithinU2802
// Hexadecimal to Octal Converter: Converts Hexadecimal to Octal
// Wikipedia References:
// 1. https://en.wikipedia.org/wiki/Hexadecimal
// 2. https://en.wikipedia.org/wiki/Octal
pub fn hexadecimal_to_octal(hex_str: &str) -> Result<String, &'static str> {
let hex_str = hex_str.trim();
... | 159 | 1,787 | 65 | 0.98 | 2026-04-17T13:32:11.981478 | true |
github_velero-io_velero_c890c056663993c167c17fd3278ecffff2b2f98e | Go | velero-io | velero | 9,963 | 1,531 | Backup and migrate Kubernetes applications and their persistent volumes | [
"backup",
"disaster-recovery",
"hacktoberfest",
"kubernetes",
"velero"
] | Apache-2.0 | internal/credentials/getter.go | getter.go | 790 | /*
Copyright the Velero 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 agreed to in writing, soft... | 113 | 790 | 25 | 0.98 | 2026-04-17T19:39:14.190465 | true |
github_ZhuLinsen_daily_stock_analysis_309a10e8b26538cff017893f8b99a4919f0c6956 | Python | ZhuLinsen | daily_stock_analysis | 30,272 | 30,966 | LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets. | [
"agent",
"ai",
"aigc",
"gemini",
"llm",
"quant",
"quantitative-trading",
"rag",
"stock"
] | MIT | src/services/portfolio_import_service.py | portfolio_import_service.py | 16,640 | # -*- coding: utf-8 -*-
"""Portfolio CSV import service with extensible parser registry."""
from __future__ import annotations
import hashlib
import io
import logging
from dataclasses import dataclass
from datetime import date
from typing import Any, Dict, List, Optional, Tuple
import pandas as pd
from data_provide... | 1,242 | 15,942 | 449 | 0.98 | 2026-04-17T15:27:47.729816 | true |
github_XAMPPRocky_tokei_916b119396d44471b97eb966fc71ab3d940b8ffd | Rust | XAMPPRocky | tokei | 14,273 | 663 | Count your code, quickly. | [
"badge",
"cli",
"cloc",
"code",
"command-line-tool",
"linux",
"macos",
"rust",
"sloc",
"statistics",
"tokei",
"windows"
] | NOASSERTION | src/language/embedding.rs | embedding.rs | 6,847 | #![allow(clippy::trivial_regex)]
use crate::LanguageType;
use once_cell::sync::Lazy;
use regex::bytes::Regex;
pub static START_SCRIPT: Lazy<Regex> =
Lazy::new(|| Regex::new(r#"<script(?:.*type="(.*)")?.*?>"#).unwrap());
pub static END_SCRIPT: Lazy<Regex> = Lazy::new(|| Regex::new(r#"</script>"#).unwrap());
pub s... | 613 | 6,847 | 224 | 0.98 | 2026-04-17T14:13:40.664940 | true |
github_langflow-ai_langflow_dccf4ce3df7864a4a613a2d084a13b7fe78235c7 | JavaScript | langflow-ai | langflow | 147,265 | 8,829 | Langflow is a powerful tool for building and deploying AI-powered agents and workflows. | [
"agents",
"chatgpt",
"generative-ai",
"large-language-models",
"multiagent",
"react-flow"
] | MIT | src/frontend/transform-import-meta.js | transform-import-meta.js | 657 | // Custom Jest transformer to replace import.meta.env with process.env
const tsJest = require("ts-jest").default;
module.exports = {
createTransformer() {
const tsJestTransformer = tsJest.createTransformer();
return {
...tsJestTransformer,
process(sourceText, sourcePath, options) {
// Re... | 59 | 657 | 23 | 0.98 | 2026-04-22T21:54:38.251346 | true |
github_fish-shell_fish-shell_82982f28df546332565225bd36e553d957f5243a | Rust | fish-shell | fish-shell | 33,184 | 2,275 | The user-friendly command line shell. | [
"fish",
"rust",
"shell",
"terminal"
] | NOASSERTION | src/localization/gettext.rs | gettext.rs | 7,159 | use fish_widestring::{L, WString, wstr};
use std::sync::{LazyLock, Mutex};
/// Use this function to localize a message.
/// The [`MaybeStatic`] wrapper type allows avoiding allocating and leaking a new [`wstr`] when no
/// localization is found and the input is returned, but as a static reference.
fn gettext(message: ... | 692 | 7,159 | 216 | 0.98 | 2026-04-17T13:22:48.269757 | true |
github_existence-master_Sentient_6b9f7bde26ad976cd1dc41d4839a2e5dd2513df1 | Python | existence-master | Sentient | 680 | 98 | A personal AI assistant for everyone | [
"agents",
"artificial-general-intelligence",
"artificial-intelligence",
"automation",
"context",
"mcp",
"memory",
"open-source",
"personalization",
"proactive-ai"
] | NOASSERTION | src/server/delete_pg_memories.py | delete_pg_memories.py | 3,043 | import os
import asyncio
import asyncpg
from dotenv import load_dotenv
import logging
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
# --- Configuration ---
# This script is designed to be run from the `src/server` directory.
# It will load your existing .env file to get t... | 293 | 3,029 | 76 | 0.98 | 2026-04-23T03:57:13.586961 | true |
github_redux-form_redux-form_2287b526a49f365f866a0f36bb161697714713d4 | JavaScript | redux-form | redux-form | 12,500 | 1,621 | A Higher Order Component using react-redux to keep form state in a Redux store | [
"form",
"form-validation",
"forms",
"react",
"redux",
"redux-form",
"validation"
] | MIT | src/__tests__/handleSubmit.spec.js | handleSubmit.spec.js | 18,001 | import handleSubmit from '../handleSubmit'
import { SubmissionError } from '../SubmissionError'
import { noop } from 'lodash'
describe('handleSubmit', () => {
it('should stop if sync validation fails', () => {
const values = { foo: 'bar', baz: 42 }
const submit = jest.fn().mockImplementation(() => 69)
co... | 1,522 | 18,001 | 537 | 0.98 | 2026-04-23T04:56:54.860493 | true |
github_robotframework_robotframework_1c7a1f9aa9c674ed9b602b49827cdc8c9cd1c9ab | Python | robotframework | robotframework | 11,584 | 2,540 | Generic automation framework for acceptance testing and RPA | [
"attd",
"automation",
"bdd",
"python",
"robotframework",
"rpa",
"testautomation",
"testing"
] | Apache-2.0 | src/robot/__init__.py | __init__.py | 2,160 | # Copyright 2008-2015 Nokia Networks
# Copyright 2016- Robot Framework Foundation
#
# 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
... | 288 | 2,160 | 55 | 0.98 | 2026-04-23T03:25:24.100639 | true |
github_plotly_plotly.js_042766ed0e1523af13938bb9613f7cc2ca9c8204 | JavaScript | plotly | plotly.js | 18,173 | 1,990 | Open-source JavaScript charting library behind Plotly and Dash | [
"charting-library",
"charts",
"d3",
"data-visualization",
"plotly",
"plotly-dash",
"regl",
"visualization",
"webgl"
] | MIT | lib/locales/pt-pt.js | pt-pt.js | 3,942 | 'use strict';
module.exports = {
moduleType: 'locale',
name: 'pt-PT',
dictionary: {
'Autoscale': 'Escala automática',
'Box Select': 'Seleção retangular',
'Click to enter Colorscale title': 'Clique para editar o título da escala de cor',
'Click to enter Component A title': 'C... | 456 | 3,887 | 84 | 0.98 | 2026-04-23T14:16:27.028210 | true |
github_cue-lang_cue_9ad82daf1a688dcb2629f16e13a1b8fb9f95a328 | Go | cue-lang | cue | 6,056 | 351 | The home of the CUE language! Validate and define text-based and dynamic configuration | [
"configuration",
"data",
"kubernetes",
"validation"
] | Apache-2.0 | internal/cuetxtar/gc.go | gc.go | 3,254 | //go:build ignore
// This command implements "garbage collection" for cuetxtar output artifacts.
// It removes all out/* and diff/* entries from .txtar files used in the
// CUE tests that are not actually output targets of any test.
//
// It does that by running all the CUE tests to find out all the references
// (see... | 410 | 3,254 | 142 | 0.98 | 2026-04-17T20:44:07.316238 | true |
github_sjvasquez_handwriting-synthesis_c202236eab47313b3ea14fbc348a90321382afb5 | Python | sjvasquez | handwriting-synthesis | 4,748 | 675 | Handwriting Synthesis with RNNs ✏️ | [
"handwriting-generation",
"handwriting-synthesis",
"recurrent-neural-networks",
"tensorflow"
] | UNKNOWN | rnn_ops.py | rnn_ops.py | 11,079 | from tensorflow.python.framework import constant_op
from tensorflow.python.framework import dtypes
from tensorflow.python.framework import ops
from tensorflow.python.ops import array_ops
from tensorflow.python.ops import control_flow_ops
from tensorflow.python.ops import math_ops
from tensorflow.python.ops import tenso... | 856 | 11,079 | 248 | 0.98 | 2026-04-22T23:58:23.667642 | true |
github_bfly123_claude_code_bridge_00731e3f44d98c7a8bc95ec56690f0e082e00745 | Python | bfly123 | claude_code_bridge | 2,331 | 221 | Real-time multi-AI collaboration: Claude, Codex & Gemini with persistent context, minimal token overhead | [
"ai-collaboration",
"ai-tools",
"claude-code",
"cli",
"codex",
"cross-platform",
"gemini",
"llm",
"multi-agent-systems",
"python",
"terminal"
] | NOASSERTION | lib/message_bureau/reply_metadata.py | reply_metadata.py | 1,335 | from __future__ import annotations
def reply_notice(reply) -> bool:
diagnostics = _reply_diagnostics(reply)
if bool(diagnostics.get('notice')):
return True
return bool(reply_notice_kind(reply))
def reply_notice_kind(reply) -> str | None:
diagnostics = _reply_diagnostics(reply)
value = st... | 114 | 1,335 | 51 | 0.98 | 2026-04-22T15:42:00.384480 | true |
github_nodejs_node_71f6bc06414e7d0e1c8e1f50779fad1b6ac536e6 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/async_hooks.js | async_hooks.js | 20,575 | 'use strict';
const {
ArrayPrototypeSlice,
ErrorCaptureStackTrace,
ObjectDefineProperty,
ObjectPrototypeHasOwnProperty,
ReflectApply,
Symbol,
} = primordials;
const { exitCodes: { kGenericUserError } } = internalBinding('errors');
const async_wrap = internalBinding('async_wrap');
const { setCallbackTramp... | 2,293 | 20,575 | 639 | 0.98 | 2026-04-23T06:15:48.139028 | true |
github_open-webui_open-webui_37ce57ee1474e49787145f82cd6a64ad65773c4d | TypeScript | open-webui | open-webui | 133,328 | 18,916 | User-friendly AI Interface (Supports Ollama, OpenAI API, ...) | [
"ai",
"llm",
"llm-ui",
"llm-webui",
"llms",
"mcp",
"ollama",
"ollama-webui",
"open-webui",
"openai",
"openapi",
"rag",
"self-hosted",
"ui",
"webui"
] | NOASSERTION | i18next-parser.config.ts | i18next-parser.config.ts | 889 | // i18next-parser.config.ts
import { getLanguages } from './src/lib/i18n/index.ts';
const getLangCodes = async () => {
const languages = await getLanguages();
return languages.map((l) => l.code);
};
export default {
contextSeparator: '_',
createOldCatalogs: false,
defaultNamespace: 'translation',
defaultValue: ... | 83 | 889 | 39 | 0.98 | 2026-04-22T14:51:21.887850 | true |
github_cube-js_cube_337e832baa95201f95705f9fd0ce4cae7903e5c0 | JavaScript | cube-js | cube | 19,813 | 1,995 | 📊 Cube Core is open-source semantic layer for AI, BI and embedded analytics | [
"agentic-analytics",
"agents",
"ai",
"analytics",
"bi",
"bigquery",
"business-intelligence",
"businessintelligence",
"conversational-analytics",
"cube",
"databricks",
"embedded-analytics",
"headless-bi",
"mysql",
"postgresql",
"rust",
"semantic-layer",
"snowflake",
"sql"
] | NOASSERTION | jest.base-ts.config.js | jest.base-ts.config.js | 416 | const base = require('./jest.base.config');
/** @type {import('jest').Config} */
module.exports = {
...base,
preset: 'ts-jest',
testMatch: ['<rootDir>/test/**/*.test.ts'],
moduleFileExtensions: ['ts', 'js', 'json'],
transform: {
'^.+\\.ts$': ['ts-jest', { tsconfig: '../../tsconfig.jest.json' }],
},
c... | 35 | 416 | 17 | 0.98 | 2026-04-17T13:43:41.979829 | true |
github_werf_werf_ec59856e6f299e4015ff4e2e10bf49c3f0aff960 | Go | werf | werf | 4,679 | 234 | A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices. | [
"buildah",
"ci-cd",
"continuous-delivery",
"continuous-integration",
"devops",
"docker",
"docker-image",
"dockerfile",
"giterminism",
"gitops",
"golang",
"helm",
"iac",
"kubernetes",
"werf"
] | Apache-2.0 | pkg/container_backend/buildah_backend_data_archives_test.go | buildah_backend_data_archives_test.go | 10,167 | package container_backend
import (
"archive/tar"
"bytes"
"context"
"io"
"os"
"path/filepath"
"runtime"
"strings"
"syscall"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
copyrec "github.com/werf/copy-recurse"
"github.... | 687 | 10,167 | 270 | 0.98 | 2026-04-17T21:44:11.929998 | true |
github_sveltejs_kit_224b3ca761d88b4aacc488bf242c5989e2ad6131 | JavaScript | sveltejs | kit | 20,449 | 2,244 | web development, streamlined | [
"svelte"
] | MIT | eslint.config.js | eslint.config.js | 2,109 | import svelte_config from '@sveltejs/eslint-config';
import noRuntimeToExportsImports from './.eslint/no-runtime-to-exports-imports.js';
/** @type {import('eslint').Linter.Config[]} */
export default [
...svelte_config,
{
rules: {
'no-undef': 'off',
// we have some non-reactive state in our runtime modules, ... | 133 | 2,109 | 73 | 0.98 | 2026-04-23T12:12:01.519498 | true |
github_avelino_awesome-go_31a77e5e50858688877be3138ffe1e5a7f95d6f9 | Go | avelino | awesome-go | 170,179 | 13,150 | A curated list of awesome Go frameworks, libraries and software | [
"awesome",
"awesome-list",
"go",
"golang",
"golang-library",
"hacktoberfest"
] | MIT | pkg/markdown/convert.go | convert.go | 1,342 | package markdown
import (
"bytes"
"github.com/avelino/awesome-go/pkg/slug"
"github.com/yuin/goldmark"
"github.com/yuin/goldmark/ast"
"github.com/yuin/goldmark/extension"
"github.com/yuin/goldmark/parser"
"github.com/yuin/goldmark/renderer/html"
"github.com/yuin/goldmark/util"
)
// ToHTML converts markdown by... | 143 | 1,342 | 54 | 0.98 | 2026-04-17T06:50:01.448509 | true |
github_sharkdp_bat_3d15c607458503a7746273560685a427ddde0f20 | 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/line_range.rs | line_range.rs | 25,260 | use crate::error::*;
use itertools::{Itertools, MinMaxResult};
#[derive(Debug, Copy, Clone)]
pub struct LineRange {
lower: RangeBound,
upper: RangeBound,
}
/// Defines a boundary for a range
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub(crate) enum RangeBound {
// An absolute line number marking the bo... | 1,823 | 25,260 | 769 | 0.98 | 2026-04-17T13:16:52.847848 | true |
github_jesseduffield_lazygit_43e81315d07dce00a9314a20abf71bc6d9ab1355 | Go | jesseduffield | lazygit | 76,540 | 2,756 | simple terminal UI for git commands | [
"cli",
"git",
"terminal"
] | MIT | pkg/theme/style.go | style.go | 860 | package theme
import (
"github.com/gookit/color"
"github.com/jesseduffield/lazygit/pkg/gui/style"
"github.com/jesseduffield/lazygit/pkg/utils"
)
func GetTextStyle(keys []string, background bool) style.TextStyle {
s := style.New()
for _, key := range keys {
switch key {
case "bold":
s = s.SetBold()
case... | 103 | 860 | 45 | 0.98 | 2026-04-17T07:11:36.897760 | true |
github_gravitational_teleport_43c2caf71210763e3416d51671ddf6fa8326ad29 | Go | gravitational | teleport | 20,148 | 2,044 | The easiest, and most secure way to access and protect all of your infrastructure. | [
"audit",
"bastion",
"certificate",
"cluster",
"database-access",
"firewall",
"firewalls",
"go",
"golang",
"jumpserver",
"kubernetes",
"kubernetes-access",
"pam",
"postgres",
"rbac",
"rdp",
"security",
"ssh",
"teleport",
"teleport-binaries"
] | AGPL-3.0 | api/client/client_test.go | client_test.go | 35,787 | /*
Copyright 2021 Gravitational, 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 writing, soft... | 3,457 | 35,787 | 1,229 | 0.98 | 2026-04-17T09:29:50.839309 | true |
github_maticzav_graphql-shield_60a849223b5d9d66513204eab3afc71bece55cdb | JavaScript | maticzav | graphql-shield | 3,573 | 184 | 🛡 A GraphQL tool to ease the creation of permission layer. | [
"apollo",
"graphql",
"graphql-yoga",
"hacktoberfest",
"permissions",
"server",
"shield"
] | MIT | jest.config.js | jest.config.js | 879 | const { resolve } = require('path')
const { pathsToModuleNameMapper } = require('ts-jest')
const CI = !!process.env.CI
const ROOT_DIR = __dirname
const TSCONFIG = resolve(ROOT_DIR, 'tsconfig.json')
const tsconfig = require(TSCONFIG)
module.exports = {
testEnvironment: 'node',
rootDir: ROOT_DIR,
restoreMocks: tr... | 77 | 879 | 26 | 0.98 | 2026-04-18T01:35:38.820595 | true |
github_codefuse-ai_ModelCache_6aaed64573e350ea7d944c365a251eb4ff27c8c3 | Python | codefuse-ai | ModelCache | 963 | 60 | A LLM semantic caching system aiming to enhance user experience by reducing response time via cached query-result pairs. | [
"llm",
"semantic-cache"
] | NOASSERTION | websocket4modelcache.py | websocket4modelcache.py | 2,057 | # -*- coding: utf-8 -*-
from contextlib import asynccontextmanager
import uvicorn
import json
import asyncio
from fastapi import FastAPI, WebSocket
from starlette.websockets import WebSocketDisconnect
from modelcache.cache import Cache
from modelcache.embedding import EmbeddingModel
@asynccontextmanager
async def life... | 171 | 2,057 | 59 | 0.98 | 2026-04-22T17:02:11.197321 | true |
github_pubkey_rxdb_7121b0030774c2699e3f2ad5beb8621f4f0a224a | 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/rx-query-helper.ts | rx-query-helper.ts | 12,627 | import { LOGICAL_OPERATORS, getQueryPlan } from './query-planner.ts';
import { getPrimaryFieldOfPrimaryKey } from './rx-schema-helper.ts';
import type {
DeepReadonly,
DeterministicSortComparator,
FilledMangoQuery,
MangoQuery,
MangoQuerySortDirection,
PreparedQuery,
QueryMatcher,
RxDocume... | 1,290 | 12,627 | 344 | 0.98 | 2026-04-18T01:24:06.794445 | true |
github_rhaiscript_rhai_18f51b89079028d77529d0f77f69021fa5b2c038 | Rust | rhaiscript | rhai | 5,282 | 231 | Rhai - An embedded scripting language for Rust. | [
"embedded",
"embedded-scripting-language",
"no-std",
"rhai",
"scripting-engine",
"scripting-language",
"wasm",
"webassembly"
] | Apache-2.0 | src/api/mod.rs | mod.rs | 7,878 | //! Module defining the public API of the Rhai engine.
pub mod eval;
pub mod run;
pub mod compile;
pub mod json;
pub mod files;
pub mod register;
pub mod call_fn;
pub mod options;
pub mod optimize;
pub mod limits;
pub mod events;
pub mod formatting;
pub mod custom_syntax;
pub mod build_type;
#[cfg(featur... | 886 | 7,878 | 262 | 0.98 | 2026-04-17T15:16:09.003270 | true |
github_bigint_hey_f376857e75d6f974bdf4ab2a3146462a0cd73469 | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/helpers/uploadToIPFS.ts | uploadToIPFS.ts | 1,149 | import { immutable } from "@lens-chain/storage-client";
import { CHAIN } from "@/data/constants";
import { storageClient } from "./storageClient";
interface UploadResult {
mimeType: string;
uri: string;
}
const FALLBACK_TYPE = "image/jpeg";
const uploadToIPFS = async (
data: FileList | File[]
): Promise<Upload... | 137 | 1,149 | 49 | 0.98 | 2026-04-18T01:23:17.752250 | true |
github_strapi_strapi_be0d1bce5ffa368d81d3c18a5d301995eea30e0d | JavaScript | strapi | strapi | 71,981 | 9,671 | 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first. | [
"api",
"cms",
"cms-framework",
"content-management",
"content-management-system",
"customizable",
"dashboard",
"graphql",
"hacktoberfest",
"headless-cms",
"jamstack",
"javascript",
"koa",
"koa2",
"mysql",
"no-code",
"nodejs",
"rest",
"strapi",
"typescript"
] | NOASSERTION | jest.config.front.js | jest.config.front.js | 276 | 'use strict';
/** @type {import('jest').Config} */
const config = {
projects: [
'<rootDir>/packages/plugins/*/jest.config.front.js',
'<rootDir>/packages/core/*/jest.config.front.js',
'<rootDir>/scripts/*/jest.config.front.js',
],
};
module.exports = config;
| 20 | 276 | 13 | 0.98 | 2026-04-23T07:57:13.407410 | true |
github_farion1231_cc-switch_04e23a951c6caa5d9a1db72a56f872ce23032c5e | 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/formatters.ts | formatters.ts | 2,280 | /**
* 格式化 JSON 字符串
* @param value - 原始 JSON 字符串
* @returns 格式化后的 JSON 字符串(2 空格缩进)
* @throws 如果 JSON 格式无效
*/
export function formatJSON(value: string): string {
const trimmed = value.trim();
if (!trimmed) {
return "";
}
const parsed = JSON.parse(trimmed);
return JSON.stringify(parsed, null, 2);
}
/**... | 236 | 1,778 | 80 | 0.98 | 2026-04-17T13:19:02.570733 | true |
github_loft-sh_vcluster_9d36cc9ccafcd24dfcd3409d4ed8a781f367e702 | Go | loft-sh | vcluster | 11,094 | 569 | vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces. | [
"cloud-native",
"helm",
"k3s",
"k8s",
"kubectl",
"kubernetes",
"multi-tenancy",
"platform-engineering",
"vcluster",
"virtual-clusters"
] | Apache-2.0 | pkg/platform/helper.go | helper.go | 48,935 | package platform
import (
"context"
"encoding/base64"
"errors"
"fmt"
"os"
"regexp"
"strconv"
"strings"
"time"
clusterv1 "github.com/loft-sh/agentapi/v4/pkg/apis/loft/cluster/v1"
managementv1 "github.com/loft-sh/api/v4/pkg/apis/management/v1"
storagev1 "github.com/loft-sh/api/v4/pkg/apis/storage/v1"
"gith... | 5,096 | 48,935 | 1,480 | 0.98 | 2026-04-17T12:24:45.470793 | true |
github_sharkdp_bat_16525823ab638b0c810f10a2af66292454dc234d | Rust | sharkdp | bat | 58,128 | 1,512 | A cat(1) clone with wings. | [
"cli",
"command-line",
"git",
"hacktoberfest",
"rust",
"syntax-highlighting",
"terminal",
"tool"
] | Apache-2.0 | src/theme.rs | theme.rs | 19,481 | //! Utilities for choosing an appropriate theme for syntax highlighting.
use std::convert::Infallible;
use std::fmt;
use std::io::IsTerminal as _;
use std::str::FromStr;
/// Environment variable names.
pub mod env {
/// See [`crate::theme::ThemeOptions::theme`].
pub const BAT_THEME: &str = "BAT_THEME";
//... | 1,730 | 19,481 | 571 | 0.95 | 2026-04-13T14:05:36.741718 | true |
github_stackrox_kube-linter_c0831e85541fab9a61f8f51841a508c5e2556458 | 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 | pkg/objectkinds/poddisruptionbudget.go | poddisruptionbudget.go | 608 | package objectkinds
import (
policyv1 "k8s.io/api/policy/v1"
"k8s.io/apimachinery/pkg/runtime/schema"
)
const (
// PodDisruptionBudget represents Kubernetes PodDisruptionBudget objects.
PodDisruptionBudget = "PodDisruptionBudget"
)
var (
pdbGVK = policyv1.SchemeGroupVersion.WithKind("PodDisruptionBudget")
)
fu... | 52 | 608 | 27 | 0.98 | 2026-04-17T22:33:52.314170 | true |
github_njbrake_agent-of-empires_492a0712d57a103ce41534a360ae01dca1178e5e | Rust | njbrake | agent-of-empires | 1,618 | 123 | Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile. Also supports Mistral Vibe, Codex CLI, Gemini CLI, Pi.dev, Copilot CLI, Factory Droid Coding. Uses tmux and git worktrees. | [
"ai-coding",
"claude",
"claude-code",
"cli",
"codex",
"cursor",
"factory-droid-cli",
"gemini",
"gemini-cli",
"github-copilot-cli",
"llm",
"mistral-vibe",
"opencode",
"orchestrator",
"pi",
"rust",
"terminal",
"tmux",
"vibe",
"vibe-coding"
] | MIT | src/server/rate_limit.rs | rate_limit.rs | 8,572 | //! IP-based auth failure rate limiting.
//!
//! After 5 failed authentication attempts from an IP within 15 minutes,
//! subsequent requests from that IP are locked out for 15 minutes.
//! State is in-memory only; restarting the server clears all lockouts.
use std::collections::HashMap;
use std::net::IpAddr;
use std:... | 880 | 8,572 | 255 | 0.98 | 2026-04-17T19:28:18.813240 | true |
github_pathwaycom_pathway_d42ed05e0ca1c436a54b34029e9e38cc6a9a26e2 | Rust | pathwaycom | pathway | 63,434 | 1,631 | Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG. | [
"batch-processing",
"data-analytics",
"data-pipelines",
"data-processing",
"dataflow",
"etl",
"etl-framework",
"iot-analytics",
"kafka",
"machine-learning-algorithms",
"pathway",
"python",
"real-time",
"rust",
"stream-processing",
"streaming",
"time-series-analysis"
] | NOASSERTION | src/engine/progress_reporter.rs | progress_reporter.rs | 3,707 | // Copyright © 2026 Pathway
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::thread::{self, JoinHandle};
use std::time::{Duration, SystemTime};
use arc_swap::ArcSwapOption;
use pyo3::{PyObject, Python};
use crate::engine::dataflow::monitoring::ProberStats;
use crate::python_api::threads::P... | 226 | 3,706 | 114 | 0.98 | 2026-04-23T04:40:39.486246 | true |
github_ChromeDevTools_chrome-devtools-mcp_37ba96f26d6e51e688b8b07fb649c5a0822da51e | 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/formatters/HeapSnapshotFormatter.ts | HeapSnapshotFormatter.ts | 1,621 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import type {DevTools} from '../third_party/index.js';
export interface FormattedSnapshotEntry {
className: string;
count: number;
selfSize: number;
retainedSize: number;
}
export class HeapSnapshotFormatter {
#aggregat... | 129 | 1,621 | 68 | 0.98 | 2026-04-18T00:21:02.409456 | true |
github_ultraworkers_claw-code_8a4a271d0c79759f0ede0575b4dfda8eed4fe48d | 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/_archive_helper.py | _archive_helper.py | 468 | """Shared helper for archive placeholder packages."""
from __future__ import annotations
import json
from pathlib import Path
def load_archive_metadata(package_name: str) -> dict:
"""Load archive metadata from reference_data/subsystems/{package_name}.json."""
snapshot_path = (
Path(__file__).resolve... | 39 | 468 | 18 | 0.98 | 2026-04-17T13:13:04.210429 | true |
github_HuolalaTech_page-spy-web_0ca5823d143a31ae2dd22001b5e11fe9db65f143 | 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/utils/docs.ts | docs.ts | 246 | import { isString } from 'lodash-es';
export const formatSlug = (slug: string) => {
if (!slug || !isString(slug)) return slug;
return slug
.trim()
.replace(/[!"#$%&'()*+,/:;<=>?@[\\\]^_`{|}~]/g, '')
.replace(/[\.\s]/g, '-');
};
| 28 | 246 | 11 | 0.98 | 2026-04-18T00:24:01.903818 | true |
github_mattes_migrate_2af4947cc883401e76f94fa8b0f70c35c5c251e2 | Go | mattes | migrate | 2,282 | 321 | Database migrations. CLI and Golang library. | [
"aws-s3",
"cassandra",
"crate",
"database",
"databases",
"go",
"golang",
"google-cloud-spanner",
"google-cloud-storage",
"mariadb",
"migration",
"migrations",
"mongodb",
"mysql",
"neo4j",
"postgres",
"ql",
"spanner",
"sql",
"sqlite"
] | NOASSERTION | source/google-cloud-storage/storage_test.go | storage_test.go | 1,680 | package googlecloudstorage
import (
"testing"
"github.com/fsouza/fake-gcs-server/fakestorage"
"github.com/mattes/migrate/source"
st "github.com/mattes/migrate/source/testing"
)
func Test(t *testing.T) {
server := fakestorage.NewServer([]fakestorage.Object{
{BucketName: "some-bucket", Name: "staging/migrations... | 121 | 1,680 | 38 | 0.98 | 2026-04-17T18:31:30.666996 | true |
github_urfave_cli_299d8e9270125920bdea90a32ae57d9b8ea1b976 | Go | urfave | cli | 23,974 | 1,770 | A declarative, simple, fast, and fun package for building command line tools in Go | [
"cli",
"command-line",
"go",
"golang-library",
"json",
"toml",
"yaml"
] | MIT | flag_float_slice_test.go | flag_float_slice_test.go | 3,112 | package cli
import (
"io"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
func TestCommand_FloatSlice(t *testing.T) {
tests := []struct {
name string
flag Flag
arguments []string
expect []float64
expectErr bool
}{
{
flag: &FloatSliceFlag{
N... | 324 | 3,112 | 157 | 0.98 | 2026-04-17T09:10:36.868974 | true |
github_rustdesk_rustdesk_6a14ab00a3ce811f3e0ccea4a85ae323659f64fd | 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/ipc.rs | ipc.rs | 6,968 | // to-do: Interdependence(This mod and crate::ipc) is not good practice here.
use crate::ipc::{connect, Connection, Data};
use hbb_common::{allow_err, log, tokio, ResultType};
use serde_derive::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum InstallStatus {
Downloading(u8),
I... | 584 | 6,968 | 231 | 0.98 | 2026-04-17T13:14:53.769943 | true |
github_jbexta_AgentPilot_d1f01be75d3d89cc1a727b3c44cb111d8b9c72e2 | Python | jbexta | AgentPilot | 549 | 77 | A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows. | [
"agent",
"agi",
"ai",
"artificial-intelligence",
"claude",
"copilot",
"copilot-chat",
"desktop-assistant",
"gemini",
"gui",
"openai",
"python",
"realtime-api",
"structured-output",
"tool-calling",
"windows-copilot",
"workflow-automation",
"workflow-engine"
] | AGPL-3.0 | src/members/workflow.py | workflow.py | 120,667 | import asyncio
import json
import sqlite3
import uuid
from functools import partial
from typing import Optional, Dict, Tuple, List, Any
from src.members.base import Member
from src.members.agent import Agent
from src.members.block import TextBlock
from src.members.node import Node
from src.members.notification import ... | 8,452 | 120,667 | 2,965 | 0.98 | 2026-04-23T01:20:24.098065 | true |
github_velero-io_velero_92a905c8c46dda55cb5b8a5b67c4a117c8eb08ec | Go | velero-io | velero | 9,963 | 1,531 | Backup and migrate Kubernetes applications and their persistent volumes | [
"backup",
"disaster-recovery",
"hacktoberfest",
"kubernetes",
"velero"
] | Apache-2.0 | internal/hook/wait_exec_hook_handler.go | wait_exec_hook_handler.go | 10,265 | /*
Copyright 2020 the Velero 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 agreed to in writing,... | 1,216 | 10,265 | 321 | 0.98 | 2026-04-17T19:39:17.789954 | true |
github_unixzii_ibackupextractor_5b66e084a82c50b2013dbeec4629f5035bc5fa70 | Rust | unixzii | ibackupextractor | 1,329 | 58 | A simple tool for extracting files from iOS backup archive. | [
"apple",
"backup",
"cli",
"ios",
"itunes",
"rust",
"tools"
] | MIT | src/db.rs | db.rs | 5,833 | use std::collections::HashMap;
use std::path::Path;
use anyhow::{Error as AnyhowError, Result};
use fallible_iterator::FallibleIterator;
use rusqlite::{Connection as SqliteConnection, OpenFlags};
pub struct BackupManifest {
db_conn: SqliteConnection,
}
impl BackupManifest {
fn open_with_connection(db_conn: S... | 514 | 5,833 | 195 | 0.98 | 2026-04-17T19:31:35.709835 | true |
github_bigint_hey_72ae93db71e394013e59c18d3e9e15ff6d123c59 | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/data/enums.ts | enums.ts | 537 | export enum HomeFeedType {
FOLLOWING = "FOLLOWING",
FORYOU = "FORYOU",
HIGHLIGHTS = "HIGHLIGHTS"
}
export enum AccountFeedType {
Collects = "COLLECTS",
Feed = "FEED",
Media = "MEDIA",
Replies = "REPLIES"
}
export enum NotificationFeedType {
All = "ALL",
PostActions = "POST_ACTIONS",
Comments = "CO... | 76 | 537 | 32 | 0.98 | 2026-04-18T01:22:55.180322 | true |
github_sharkdp_bat_d6343c94ba08233989e724ba998cc5b76b9afae1 | 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/style.rs | style.rs | 11,438 | use std::collections::HashSet;
use std::str::FromStr;
use crate::error::*;
#[non_exhaustive]
#[derive(Debug, Eq, PartialEq, Copy, Clone, Hash)]
pub enum StyleComponent {
Auto,
#[cfg(feature = "git")]
Changes,
Grid,
Rule,
Header,
HeaderFilename,
HeaderFilesize,
LineNumbers,
Snip... | 779 | 11,438 | 365 | 0.98 | 2026-04-17T13:16:56.575955 | true |
github_avwo_whistle_6cfe732d33d951cc1b87e01a2ff923667a9cd7a6 | JavaScript | avwo | whistle | 15,478 | 1,155 | HTTP, HTTP2, HTTPS, Websocket debugging proxy | [
"charles",
"debug",
"fiddler",
"hosts",
"node",
"nodejs",
"proxy",
"web",
"weinre"
] | MIT | lib/plugins/compat.js | compat.js | 3,395 |
var extend = require('extend');
var propsMap = {
fullUrl: 'FULL_URL_HEADER',
_extraUrl: 'EXTRA_URL_HEADER',
reqId: 'REQ_ID_HEADER',
_existsCustomCert: 'CUSTOM_CERT_HEADER',
_enableCapture: 'ENABLE_CAPTURE_HEADER',
_ruleProtocol: 'RULE_PROTO_HEADER',
_ruleValue: 'RULE_VALUE_HEADER',
sniRuleValue: 'SNI_... | 225 | 3,395 | 109 | 0.98 | 2026-04-23T06:51:11.321452 | true |
github_juicedata_juicefs_9b0c14047cf72751b906dcd31a0a0351dcc5e74a | Go | juicedata | juicefs | 13,449 | 1,191 | JuiceFS is a distributed POSIX file system built on top of Redis and S3. | [
"bigdata",
"cloud-native",
"distributed-systems",
"filesystem",
"go",
"golang",
"hdfs",
"object-storage",
"posix",
"redis",
"s3",
"storage"
] | Apache-2.0 | pkg/fuse/fuse_linux.go | fuse_linux.go | 999 | /*
* JuiceFS, Copyright 2020 Juicedata, 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 ... | 152 | 999 | 40 | 0.98 | 2026-04-17T11:22:01.060719 | true |
github_Open-Dev-Society_OpenStock_9e877f5701337e2b7a31aaeb1622fb23feaa29ef | TypeScript | Open-Dev-Society | OpenStock | 10,777 | 1,448 | OpenStock is an open-source alternative to expensive market platforms. Track real-time prices, set personalized alerts, and explore detailed company insights — built openly, for everyone, forever free. | [
"coderabbit",
"inngest",
"nextjs",
"shadcn-ui",
"stock-market",
"tailwindcss"
] | AGPL-3.0 | lib/actions/watchlist.actions.ts | watchlist.actions.ts | 3,099 | 'use server';
import { connectToDatabase } from '@/database/mongoose';
import { Watchlist } from '@/database/models/watchlist.model';
import { revalidatePath } from 'next/cache';
// -- CRUD Operations --
export async function addToWatchlist(userId: string, symbol: string, company: string) {
try {
await c... | 331 | 3,099 | 93 | 0.98 | 2026-04-23T09:47:46.901196 | true |
github_lahmatiy_react-render-tracker_5dbf191adbe0381197640d3e8c5e859afa3d317b | TypeScript | lahmatiy | react-render-tracker | 2,400 | 35 | React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts | [
"devtools",
"performance",
"react",
"rerender"
] | MIT | src/publisher/index.ts | index.ts | 526 | import { getHost } from "rempl";
import config from "./config";
import { installReactDevtoolsHook } from "./react-devtools-hook";
import {
publishReactRenderer,
publishReactUnsupportedRenderer,
remoteCommands,
} from "./rempl-publisher";
import { attach } from "./react-integration";
export const hook = installRe... | 50 | 526 | 21 | 0.98 | 2026-04-23T08:49:49.001498 | true |
github_vega_ts-json-schema-generator_e99ac32541ab6b92e0fee22f8a66d9375cbef1e8 | TypeScript | vega | ts-json-schema-generator | 1,697 | 235 | Generate JSON schema from your Typescript sources | [
"compiler",
"generator",
"json-schema",
"typescript"
] | MIT | src/NodeParser/BinaryExpressionNodeParser.ts | BinaryExpressionNodeParser.ts | 3,219 | import ts from "typescript";
import type { Context, NodeParser } from "../NodeParser.js";
import type { SubNodeParser } from "../SubNodeParser.js";
import { AnyType } from "../Type/AnyType.js";
import type { BaseType } from "../Type/BaseType.js";
import { BooleanType } from "../Type/BooleanType.js";
import { LiteralTyp... | 315 | 3,219 | 100 | 0.98 | 2026-04-23T13:44:20.049648 | true |
github_tnfe_FFCreator_0ece38dbd42c07eb4329427b75f2118d3caa7821 | JavaScript | tnfe | FFCreator | 3,147 | 436 | A fast video processing library based on node.js (一个基于node.js的高速视频制作库) | [
"ffmpeg",
"ffmpeg-libraries",
"nodejs",
"short-video",
"video",
"video-editor",
"video-processing"
] | MIT | lib/shader/oblique.js | oblique.js | 1,703 | 'use strict';
/**
* Oblique - Blowing effect post processing
*
* @object
*/
module.exports = {
name: 'Oblique',
paramsTypes: {bgcolor: 'vec4'},
defaultParams: {bgcolor: [0, 0, 0, 1]},
glsl: `
const float PI = 3.1415927;
const float seed = 265.5;
const float rotAngle = PI/4.;
const float sliceCount... | 259 | 1,703 | 76 | 0.98 | 2026-04-23T07:54:15.036182 | true |
github_ChromeDevTools_chrome-devtools-mcp_f10a68de22f1fa98b45eb333d0e3261e7ebaf635 | 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/McpContext.ts | McpContext.ts | 22,743 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import fs from 'node:fs/promises';
import path from 'node:path';
import type {TargetUniverse} from './DevtoolsUtils.js';
import {UniverseManager} from './DevtoolsUtils.js';
import {HeapSnapshotManager} from './HeapSnapshotManager.... | 2,022 | 22,739 | 769 | 0.98 | 2026-04-23T08:42:27.069131 | true |
github_sharkdp_bat_4c60f10ec7e1d413b7a06352d7413f227939f4b7 | Rust | sharkdp | bat | 58,128 | 1,512 | A cat(1) clone with wings. | [
"cli",
"command-line",
"git",
"hacktoberfest",
"rust",
"syntax-highlighting",
"terminal",
"tool"
] | Apache-2.0 | src/lib.rs | lib.rs | 1,626 | //! `bat` is a library to print syntax highlighted content.
//!
//! The main struct of this crate is `PrettyPrinter` which can be used to
//! configure and run the syntax highlighting.
//!
//! If you need more control, you can also use the structs in the submodules
//! (start with `controller::Controller`), but note th... | 212 | 1,626 | 64 | 0.95 | 2026-04-13T14:05:30.973378 | true |
github_openkruise_kruise_dccdf8e8101fffe9978d66b7428cfc9639d6529e | Go | openkruise | kruise | 5,219 | 873 | Automated management of large-scale applications on Kubernetes (incubating project under CNCF) | [
"cloud-native",
"cloudnative",
"cncf",
"container",
"k8s",
"kruise",
"kubernetes",
"openkruise",
"workload",
"workloads"
] | NOASSERTION | pkg/webhook/add_namespace.go | add_namespace.go | 719 | /*
Copyright 2021 The Kruise 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, soft... | 96 | 719 | 26 | 0.98 | 2026-04-17T21:33:15.478583 | true |
github_nextapps-de_flexsearch_6780fca2b2311bd1de88239f64ae104105799800 | JavaScript | nextapps-de | flexsearch | 13,675 | 523 | Next-generation full-text search library for Browser and Node.js | [
"elasticsearch",
"full-text-search",
"fulltext-search",
"fuzzy",
"fuzzy-search",
"javascript",
"javascript-library",
"nodejs",
"open-source",
"search",
"search-algorithm",
"search-engine",
"search-in-text",
"searching",
"searching-algorithms",
"web",
"web-worker"
] | Apache-2.0 | src/profiler.js | profiler.js | 549 | // COMPILER BLOCK -->
import { PROFILER } from "./config.js";
// <-- COMPILER BLOCK
import { create_object } from "./common.js";
const data = create_object();
if(PROFILER){
if(typeof window !== "undefined"){
window.profiler = data;
}
}
/**
* @param {!string} name
*/
export default function tick(nam... | 67 | 549 | 25 | 0.98 | 2026-04-23T06:57:17.075531 | true |
github_apache_cassandra-gocql-driver_4a468b443e33d4a7d4756f221340f2c00080f66b | Go | apache | cassandra-gocql-driver | 2,683 | 645 | GoCQL Driver for Apache Cassandra® | [
"cassandra",
"client",
"database",
"driver",
"go",
"golang",
"nosql"
] | Apache-2.0 | vector.go | vector.go | 7,152 | /*
* Licensed to the Apache Software Foundation (ASF) 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 ... | 999 | 7,152 | 251 | 0.98 | 2026-04-17T18:28:07.738242 | true |
github_pytorch_torchchat_1eeee0120c0816ee823d4d1cac779063bb184219 | Python | pytorch | torchchat | 3,625 | 245 | Run PyTorch LLMs locally on servers, desktop and mobile | [
"llm",
"local",
"pytorch"
] | BSD-3-Clause | torchchat.py | torchchat.py | 3,841 | # Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
import argparse
import logging
import signal
import sys
# MPS ops missing with Multimodal torchtune
# https://github.com/... | 377 | 3,841 | 128 | 0.98 | 2026-04-22T15:26:59.295302 | true |
github_alexellis_arkade_faa12708da708842c052f79a9e27e1279bea9023 | Go | alexellis | arkade | 4,573 | 303 | Open Source Marketplace For Developer Tools | [
"apps",
"arkade",
"automation",
"cert-manager",
"cka",
"ckad",
"cli",
"devops",
"hacktoberfest",
"helm",
"inlets",
"istio",
"k3s",
"k8s",
"kubernetes",
"learning",
"nginx",
"openfaas",
"oss"
] | MIT | cmd/apps/cockroachdb_app.go | cockroachdb_app.go | 3,880 | // Copyright (c) arkade author(s) 2021. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package apps
import (
"fmt"
"github.com/alexellis/arkade/pkg"
"github.com/alexellis/arkade/pkg/apps"
"github.com/alexellis/arkade/pkg/config"
"github... | 344 | 3,880 | 116 | 0.98 | 2026-04-17T21:47:01.842606 | true |
github_bigint_hey_aab3c71077061e3e95379fcef9053d1983073cab | TypeScript | bigint | hey | 29,463 | 1,807 | Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | [
"blockchain",
"crypto",
"dapp",
"graphql",
"hacktoberfest",
"lens-protocol",
"nextjs",
"react",
"social-media",
"tailwindcss",
"turborepo",
"typescript",
"vitest",
"wagmi",
"web3"
] | GPL-3.0 | src/helpers/getURLs.ts | getURLs.ts | 185 | import { Regex } from "@/data/regex";
const getURLs = (text: string): string[] => {
if (!text) {
return [];
}
return text.match(Regex.url) || [];
};
export default getURLs;
| 28 | 185 | 11 | 0.98 | 2026-04-18T01:23:08.596819 | true |
github_LaurentMazare_tch-rs_ccf87004423084f13f0cddd1fd6d1c60b3882fdd | Rust | LaurentMazare | tch-rs | 5,352 | 419 | Rust bindings for the C++ api of PyTorch. | [
"deep-learning",
"machine-learning",
"neural-network",
"pytorch",
"rust"
] | Apache-2.0 | src/tensor/ops.rs | ops.rs | 6,660 | //! Implement various ops traits for tensors
use super::Tensor;
use crate::Scalar;
use std::ops::{Add, AddAssign, Div, DivAssign, Mul, MulAssign, Neg, Sub, SubAssign};
fn id<T>(v: T) -> T {
v
}
fn neg(t: Tensor) -> Tensor {
t.neg()
}
fn inv(t: Tensor) -> Tensor {
t.pow_tensor_scalar(-1)
}
macro_rules! i... | 749 | 6,660 | 308 | 0.98 | 2026-04-17T15:04:10.104819 | true |
github_google_zx_701890ad7f9ef7eabe81dd1f136ec41c2b022b71 | 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/index.ts | index.ts | 1,235 | // 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 ... | 178 | 1,235 | 48 | 0.98 | 2026-04-23T06:18:08.814653 | true |
github_JoeanAmier_TikTokDownloader_b617b4f813a7139a144e5ea5f6edc68db985985f | Python | JoeanAmier | TikTokDownloader | 14,133 | 2,439 | TikTok 发布/喜欢/合辑/直播/视频/图集/音乐;抖音发布/喜欢/收藏/收藏夹/视频/图集/实况/直播/音乐/合集/评论/账号/搜索/热榜数据采集工具/下载工具 | [
"abogus",
"api",
"csv",
"docker",
"douyin",
"downloader",
"ffmpeg",
"httpx",
"linux",
"macos",
"mstoken",
"pyinstaller",
"python",
"rich",
"server",
"sqlite",
"tiktok",
"ttwid",
"windows",
"xlsx"
] | GPL-3.0 | src/custom/function.py | function.py | 2,577 | from asyncio import sleep
from math import log
from random import lognormvariate
from typing import TYPE_CHECKING
from src.translation import _
if TYPE_CHECKING:
from src.tools import ColorfulConsole
def get_wait_time(
avg_delay: float | int = 6.0,
sigma: float = 0.6,
) -> float:
mu = log(avg_delay)... | 197 | 1,759 | 76 | 0.98 | 2026-04-23T03:02:46.868107 | true |
github_kopia_kopia_ac4be3014a6fdc93361d6e663a584da43f4f3034 | JavaScript | kopia | kopia | 13,024 | 637 | Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included. | [
"backup",
"cloud",
"deduplication",
"encryption",
"google-cloud-storage"
] | Apache-2.0 | app/public/preload.js | preload.js | 324 | const { contextBridge, ipcRenderer } = require("electron");
contextBridge.exposeInMainWorld("kopiaUI", {
selectDirectory: function (onSelected) {
ipcRenderer.invoke("select-dir").then((v) => {
onSelected(v);
});
},
browseDirectory: function (path) {
ipcRenderer.invoke("browse-dir", path);
},
... | 27 | 324 | 13 | 0.98 | 2026-04-17T11:30:12.545650 | true |
github_knative_serving_d08d86d9bc47f45fc809ee5484bb7c5f9af8e3c9 | Go | knative | serving | 6,031 | 1,220 | Kubernetes-based, scale-to-zero, request-driven compute | [
"app",
"autoscaler",
"container",
"developer-productivity",
"function",
"knative",
"kubernetes",
"networking",
"scale",
"serverless",
"serverless-containers"
] | Apache-2.0 | cmd/schema-tweak/overrides.go | overrides.go | 9,885 | /*
Copyright 2024 The Knative 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, soft... | 849 | 9,885 | 433 | 0.98 | 2026-04-17T20:44:58.636415 | true |
github_restic_restic_f9b45fe5141f7a377a378db8e207972a4cd28261 | Go | restic | restic | 33,144 | 1,742 | Fast, secure, efficient backup program | [
"backup",
"dedupe",
"deduplication",
"go",
"restic",
"secure-by-default"
] | BSD-2-Clause | cmd/restic/cmd_backup.go | cmd_backup.go | 21,312 | package main
import (
"bufio"
"bytes"
"context"
"fmt"
"io"
"os"
"path"
"path/filepath"
"runtime"
"strconv"
"strings"
"time"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"golang.org/x/sync/errgroup"
"github.com/restic/restic/internal/archiver"
"github.com/restic/restic/internal/data"
"github.co... | 2,671 | 21,310 | 700 | 0.98 | 2026-04-17T08:10:09.932215 | true |
github_firefox-devtools_profiler_6f8e0bd1ed153322ce1f78cf9b733ca80d258617 | TypeScript | firefox-devtools | profiler | 1,481 | 465 | Firefox Profiler — Web app for Firefox performance analysis | [
"devtools",
"firefox",
"gecko-profiler",
"javascript",
"performance",
"profiler",
"react",
"redux"
] | MPL-2.0 | src/types/actions.ts | actions.ts | 23,102 | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import type JSZip from 'jszip';
import type {
Profile,
RawProfileSharedData,
RawThread,
ThreadIndex,
Pid... | 2,349 | 23,102 | 743 | 0.98 | 2026-04-18T00:30:03.009055 | true |
github_KubeOperator_KubeOperator_cd4e250d0aabafcc8d698223016da497e7fd72dc | Go | KubeOperator | KubeOperator | 4,993 | 898 | KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。 | [
"ansible",
"containers",
"docker",
"k8s",
"kubeapps",
"kubernetes",
"kubernetes-installer",
"lightweight",
"openstack",
"paas",
"terraform",
"vmware-vsphere"
] | Apache-2.0 | pkg/cron/corn_test.go | corn_test.go | 300 | package cron
import (
"fmt"
"github.com/robfig/cron"
"testing"
)
func TestInitCronPhase_Init(t *testing.T) {
Cron := cron.New()
Cron.AddFunc("@every 10s", func() {
fmt.Println("job1 run")
})
Cron.Start()
Cron.AddFunc("@every 10s", func() {
fmt.Println("job2 run")
})
select {
}
}
| 34 | 300 | 24 | 0.98 | 2026-04-17T21:40:18.536397 | true |
github_huggingface_transformers_971e4fc08905b67d97118a4030544c4ea3b9185e | 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/video_utils.py | video_utils.py | 34,395 | # Copyright 2025 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 ... | 3,679 | 34,395 | 892 | 0.98 | 2026-04-22T13:18:15.046076 | true |
github_strapi_strapi_0af215fdfc09d860f7ba9ff76627f19e96d89ce8 | TypeScript | strapi | strapi | 71,981 | 9,671 | 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first. | [
"api",
"cms",
"cms-framework",
"content-management",
"content-management-system",
"customizable",
"dashboard",
"graphql",
"hacktoberfest",
"headless-cms",
"jamstack",
"javascript",
"koa",
"koa2",
"mysql",
"no-code",
"nodejs",
"rest",
"strapi",
"typescript"
] | NOASSERTION | vitest.config.ts | vitest.config.ts | 144 | import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
projects: ['packages/**/vitest*.config.*'],
},
});
| 15 | 144 | 8 | 0.98 | 2026-04-23T07:57:15.243699 | true |
github_vercel_swr_b5e796c177ab89eeb547d9718766fba2145600f8 | TypeScript | vercel | swr | 32,352 | 1,332 | React Hooks for Data Fetching | [
"cache",
"data",
"data-fetching",
"fetch",
"hook",
"hooks",
"nextjs",
"react",
"react-native",
"stale-while-revalidate",
"suspense",
"swr",
"vercel"
] | MIT | src/index/config.ts | config.ts | 136 | 'use client'
// TODO: fix SWRConfig re-use issue with bundler
import { SWRConfig as S } from '../_internal'
export const SWRConfig = S
| 23 | 136 | 6 | 0.98 | 2026-04-23T09:00:03.901740 | true |
github_boltdb_bolt_645ddc3edc2d69ee331b6a3bca33443cdf35e05b | Go | boltdb | bolt | 14,629 | 1,544 | An embedded key/value database for Go. | [
"database",
"go",
"key-value"
] | MIT | bolt_ppc.go | bolt_ppc.go | 227 | // +build ppc
package bolt
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x7FFFFFFF // 2GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF
| 35 | 227 | 10 | 0.98 | 2026-04-17T10:40:25.343222 | true |
github_tinygo-org_tinygo_71b05083cc0e434f1fa1981845b3fd01231e6d52 | Go | tinygo-org | tinygo | 17,351 | 1,023 | Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM. | [
"adafruit",
"arduino",
"arm",
"avr",
"esp32",
"gpio",
"i2c",
"llvm",
"microbit",
"microcontroller",
"nrf51",
"nrf52",
"samd21",
"spi",
"stm32",
"tinygo",
"wasi",
"wasm",
"webassembly"
] | NOASSERTION | src/machine/board_lgt92.go | board_lgt92.go | 1,628 | //go:build lgt92
package machine
import (
"device/stm32"
"runtime/interrupt"
)
const (
LED1 = PA12
LED2 = PA8
LED3 = PA11
LED_RED = LED1
LED_BLUE = LED2
LED_GREEN = LED3
// Default led
LED = LED1
BUTTON = PB14
// LG GPS module
GPS_STANDBY_PIN = PB3
GPS_RESET_PIN = PB4
GPS_POWER_PIN = PB5
... | 216 | 1,628 | 98 | 0.98 | 2026-04-17T10:14:29.080503 | true |
github_rustdesk_rustdesk_d0e99b2a4ad356caa79e1e1e64147024e2dc47ba | 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/sk.rs | sk.rs | 46,458 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "Stav"),
("Your Desktop", "Vaša plocha"),
("desk_tip", "K svojej ploche sa môžete pripojiť pomocou zobrazeného ID a hesla."),
("Password", "Heslo"),
("Ready", "P... | 4,306 | 44,733 | 748 | 0.98 | 2026-04-17T13:14:40.461173 | true |
github_DigitalPhonetics_IMS-Toucan_1ee20f5602abd4304b1cb147b4cac96debcb2fa8 | Python | DigitalPhonetics | IMS-Toucan | 2,198 | 319 | Controllable and fast Text-to-Speech for over 7000 languages! | [
"deep-learning",
"pytorch",
"speech",
"speech-processing",
"speech-synthesis",
"text-to-speech",
"toolkit",
"tts"
] | Apache-2.0 | run_simple_GUI_demo.py | run_simple_GUI_demo.py | 5,485 | import gradio as gr
import torch.cuda
from huggingface_hub import hf_hub_download
from InferenceInterfaces.ControllableInterface import ControllableInterface
from Utility.storage_config import MODEL_DIR
from Utility.utils import float2pcm
from Utility.utils import load_json_from_path
class TTSWebUI:
def __init_... | 266 | 5,485 | 92 | 0.98 | 2026-04-22T23:20:17.013091 | true |
github_typicode_lowdb_3f845e28058a7815b27ca8f68585eb736945e564 | TypeScript | typicode | lowdb | 22,525 | 967 | Simple and fast JSON database | [
"database",
"electron",
"embeddable",
"embedded-database",
"javascript",
"json",
"localstorage",
"lodash",
"nodejs",
"storage"
] | MIT | src/node.ts | node.ts | 166 | export * from './adapters/node/DataFile.js'
export * from './adapters/node/JSONFile.js'
export * from './adapters/node/TextFile.js'
export * from './presets/node.js'
| 16 | 166 | 5 | 0.98 | 2026-04-23T06:45:35.069779 | true |
github_parse-community_parse-server_3c55278f3300ad301dc23952896c15da243e23f5 | JavaScript | parse-community | parse-server | 21,382 | 4,819 | Parse Server for Node.js / Express | [
"baas",
"backend",
"file-storage",
"graphql",
"graphql-api",
"graphql-relay",
"graphql-server",
"hacktoberfest",
"mbaas",
"mongodb",
"nodejs",
"notifications",
"object-storage",
"parse-platform",
"parse-server",
"postgres",
"relay",
"rest-api"
] | Apache-2.0 | src/middlewares.js | middlewares.js | 26,550 | import AppCache from './cache';
import Utils from './Utils';
import Parse from 'parse/node';
import auth from './Auth';
import Config from './Config';
import ClientSDK from './ClientSDK';
import defaultLogger from './logger';
import rest from './rest';
import MongoStorageAdapter from './Adapters/Storage/Mongo/MongoStor... | 2,734 | 26,550 | 827 | 0.98 | 2026-04-23T06:47:41.684436 | true |
github_livekit_livekit_37a6f0104de301552bbb4752622b203bbeb26805 | Go | livekit | livekit | 18,220 | 1,897 | End-to-end realtime stack for connecting humans and AI | [
"golang",
"media-server",
"sfu",
"video",
"voice",
"voice-ai",
"webrtc"
] | Apache-2.0 | pkg/rtc/utils_test.go | utils_test.go | 2,147 | // Copyright 2023 LiveKit, 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... | 245 | 2,147 | 76 | 0.98 | 2026-04-17T09:42:15.536684 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.