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_actionhero_actionhero_357fc2a344af4b7356785a4e4faf4904adb32c86 | TypeScript | actionhero | actionhero | 2,418 | 259 | Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks | [
"actionhero",
"api",
"api-server",
"async-await",
"cluster",
"delayed-jobs",
"delayed-tasks",
"framework",
"frameworks",
"http",
"https",
"javascript",
"nodejs",
"server",
"socket-client",
"tcp",
"ts",
"typescript",
"websocket"
] | Apache-2.0 | src/initializers/actions.ts | actions.ts | 3,509 | import * as path from "path";
import { api, config, log, utils, Initializer, Action } from "../index";
import { safeGlobSync } from "../modules/utils/safeGlob";
import * as ActionModule from "./../modules/action";
export interface ActionsApi {
actions: {
[key: string]: {
[key: string]: Action;
};
};
... | 327 | 3,509 | 126 | 0.98 | 2026-04-17T18:07:25.675173 | true |
github_zincsearch_zincsearch_b1874851430985b30824f457a0ac8c4f4033918d | Go | zincsearch | zincsearch | 17,818 | 772 | ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go. | [
"elasticsearch",
"go",
"golang",
"modern",
"opensearch",
"search",
"searchengine",
"vuejs"
] | NOASSERTION | pkg/core/metrics.go | metrics.go | 1,667 | /* Copyright 2022 Zinc Labs Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 191 | 1,667 | 51 | 0.98 | 2026-04-17T10:11:25.647753 | true |
github_getmaxun_maxun_31950f80253de9d9ef797a690c297d5ea7ad6046 | TypeScript | getmaxun | maxun | 15,478 | 1,270 | 🔥 The open-source no-code platform for web scraping, crawling, search and AI data extraction • Turn websites into structured APIs in minutes 🔥 | [
"agents",
"api",
"automation",
"browser-automation",
"crawler",
"crawling",
"data-extraction",
"no-code",
"nocode",
"playwright",
"robotic-process-automation",
"rpa",
"scraper",
"self-hosted",
"web-scraper",
"web-scraping",
"web-search",
"webscraping"
] | AGPL-3.0 | vite-env.d.ts | vite-env.d.ts | 125 | interface ImportMetaEnv {
readonly VITE_BACKEND_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
} | 14 | 125 | 7 | 0.98 | 2026-04-17T17:55:20.546243 | true |
github_directus_directus_7fde30c6ce85e61843bba42b7bfbbb36d617e68a | TypeScript | directus | directus | 34,821 | 4,713 | The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. | [
"api",
"app",
"cms",
"composable",
"data-visualization",
"database",
"directus",
"graphql",
"headless-cms",
"javascript",
"mariadb",
"mssql",
"mysql",
"no-code",
"node",
"postgresql",
"sql",
"sqlite",
"typescript",
"vue"
] | NOASSERTION | api/vitest.config.ts | vitest.config.ts | 140 | import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globalSetup: ['./src/__setup__/global.js'],
},
});
| 15 | 140 | 8 | 0.98 | 2026-04-17T17:53:56.497173 | true |
github_rustdesk_rustdesk_f61bfe92fd306218ee31001a36b2dc203d5d5b49 | 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/cli.rs | cli.rs | 5,719 | use crate::client::*;
use async_trait::async_trait;
use hbb_common::{
config::PeerConfig,
config::READ_TIMEOUT,
futures::{SinkExt, StreamExt},
log,
message_proto::*,
protobuf::Message as _,
rendezvous_proto::ConnType,
tokio::{self, sync::mpsc},
Stream,
};
use std::sync::{Arc, RwLock}... | 439 | 5,719 | 194 | 0.98 | 2026-04-17T13:14:10.702069 | true |
github_rustdesk_rustdesk_dddc762bf0672567e231200aa9fbad86341a0572 | Rust | rustdesk | rustdesk | 111,120 | 16,633 | An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. | [
"android",
"anydesk",
"dart",
"flatpak",
"flutter",
"flutter-apps",
"ios",
"linux",
"macos",
"p2p",
"rdp",
"remote-control",
"remote-desktop",
"rust",
"rust-lang",
"teamviewer",
"vnc",
"wayland",
"windows"
] | AGPL-3.0 | src/server.rs | server.rs | 29,269 | use std::{
collections::HashMap,
net::SocketAddr,
sync::{Arc, Mutex, RwLock, Weak},
time::Duration,
};
use bytes::Bytes;
pub use connection::*;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
use hbb_common::config::Config2;
use hbb_common::tcp::{self, new_listener};
use hbb_common::{
a... | 2,358 | 29,269 | 835 | 0.95 | 2026-04-13T14:04:48.412343 | true |
github_boxyhq_saas-starter-kit_feae922291a0431a8c9095740fd4476e13a02990 | TypeScript | boxyhq | saas-starter-kit | 4,785 | 1,203 | 🔥 Enterprise SaaS Starter Kit - Kickstart your enterprise app development with the Next.js SaaS boilerplate 🚀 | [
"boilerplate",
"boilerplates",
"hacktoberfest",
"js-boilerplate",
"next-auth",
"nextjs",
"nodejs",
"react",
"saas",
"saas-app",
"saas-application",
"saas-boilerplate",
"saas-kit",
"starter-kit",
"starter-template",
"tailwindcss",
"typescript"
] | Apache-2.0 | lib/errors.ts | errors.ts | 158 | export class ApiError extends Error {
status: number;
constructor(status: number, message: string) {
super(message);
this.status = status;
}
}
| 19 | 158 | 9 | 0.98 | 2026-04-23T10:08:37.158579 | true |
github_dandavison_delta_1e2e66cf01f7fdc49e07a9ea00ff5a73644f0d4b | Rust | dandavison | delta | 30,170 | 519 | A syntax-highlighting pager for git, diff, grep, rg --json, and blame output | [
"color-themes",
"delta",
"diff",
"git",
"git-delta",
"pager",
"rust",
"syntax-highlighter"
] | MIT | src/minusplus.rs | minusplus.rs | 1,195 | use std::ops::{Index, IndexMut};
/// Represent data related to removed/minus and added/plus lines which
/// can be indexed with [`MinusPlusIndex::{Plus`](MinusPlusIndex::Plus)`,`[`Minus}`](MinusPlusIndex::Minus).
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct MinusPlus<T> {
pub minus: T,
pub plus: T,
}
#[d... | 144 | 1,195 | 52 | 0.98 | 2026-04-17T13:27:42.796365 | true |
github_weaveworks_scope_dae040e9564a5b9e4abf47ed6bbfa8b39f438895 | Go | weaveworks | scope | 5,916 | 723 | Monitoring, visualisation & management for Docker & Kubernetes | [
"containers",
"docker",
"ecs",
"kubernetes",
"mesos",
"microservices",
"monitoring",
"visualization"
] | Apache-2.0 | app/merger_test.go | merger_test.go | 2,163 | package app_test
import (
"fmt"
"math/rand"
"testing"
"github.com/weaveworks/common/test"
"github.com/weaveworks/scope/app"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/test/reflect"
)
func TestMerger(t *testing.T) {
// Use 3 reports to check the pair-wise merging in SmartMerger
report1... | 227 | 2,163 | 82 | 0.98 | 2026-04-17T21:17:12.464136 | true |
github_wppconnect-team_wppconnect_0ac774fe098335c842b1e985c71573e324816c79 | TypeScript | wppconnect-team | wppconnect | 3,282 | 539 | WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things,... | [
"ai",
"api",
"automate",
"bot",
"chat",
"chatbot",
"framework",
"message",
"nodejs",
"open-source",
"puppeteer",
"sulla",
"typescript",
"wa",
"whatsapp",
"whatsapp-api",
"whatsapp-bot",
"wpp",
"wppconnect",
"zap-api"
] | NOASSERTION | src/config/puppeteer.config.ts | puppeteer.config.ts | 2,085 | /*
* This file is part of WPPConnect.
*
* WPPConnect 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, or
* (at your option) any later version.
*
* WPPConnect is d... | 177 | 2,085 | 62 | 0.98 | 2026-04-17T18:04:59.910102 | true |
github_getmaxun_maxun_ad5c75dc194c0ee6072cc5779b8852a9f1000dfc | TypeScript | getmaxun | maxun | 15,478 | 1,270 | 🔥 The open-source no-code platform for web scraping, crawling, search and AI data extraction • Turn websites into structured APIs in minutes 🔥 | [
"agents",
"api",
"automation",
"browser-automation",
"crawler",
"crawling",
"data-extraction",
"no-code",
"nocode",
"playwright",
"robotic-process-automation",
"rpa",
"scraper",
"self-hosted",
"web-scraper",
"web-scraping",
"web-search",
"webscraping"
] | AGPL-3.0 | src/api/webhook.ts | webhook.ts | 4,747 | import { default as axios } from "axios";
import { apiUrl } from "../apiConfig";
export interface WebhookConfig {
id: string;
url: string;
events: string[];
active: boolean;
createdAt?: string;
updatedAt?: string;
lastCalledAt?: string | null;
retryAttempts?: number;
retryDelay?: nu... | 492 | 4,747 | 149 | 0.98 | 2026-04-17T17:55:15.199408 | true |
github_Project-HAMi_HAMi_3cedf92993bff75881eee02c62b089207eb9c64a | Go | Project-HAMi | HAMi | 3,326 | 526 | Heterogeneous GPU Sharing on Kubernetes | [
"ascend",
"cambricon",
"cncf",
"device-plugin",
"gpu-acceleration",
"gpu-management",
"gpu-shareable",
"gpu-virtualization",
"hygon",
"iluvatar",
"kubernetes",
"kubernetes-gpu-cluster",
"metax",
"mthreads",
"nvidia",
"vgpu",
"vgpu-hypervisor"
] | Apache-2.0 | cmd/vGPUmonitor/metrics.go | metrics.go | 23,871 | /*
Copyright 2024 The HAMi 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, softwa... | 2,556 | 23,871 | 654 | 0.98 | 2026-04-17T22:37:18.737697 | true |
github_vanus-labs_vanus_c680f294a1a891c94fbae0bf7e85be3717e84778 | Go | vanus-labs | vanus | 1,697 | 92 | Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications. | [
"cloud-native",
"cloudevents",
"cloudnative",
"event-bridge",
"event-driven",
"eventbus",
"kafka",
"kubernetes",
"message-queue",
"microservices",
"rabbitmq",
"rocketmq",
"serverless",
"sns",
"sqs"
] | Apache-2.0 | lib/bytes/parse.go | parse.go | 1,866 | // Copyright 2023 Linkall Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 317 | 1,866 | 81 | 0.98 | 2026-04-18T01:03:41.673377 | true |
github_sharkdp_bat_3a5fa4571a256cca8d40fe1b1abf8ed73b7df292 | 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/wrapping.rs | wrapping.rs | 327 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum WrappingMode {
Character,
Word,
// The bool specifies whether wrapping has been explicitly disabled by the user via --wrap=never
NoWrapping(bool),
}
impl Default for WrappingMode {
fn default() -> Self {
WrappingMode::NoWrapping(false)
... | 41 | 327 | 14 | 0.98 | 2026-04-17T13:16:59.754559 | true |
github_casesandberg_react-color_922aec339ffa5b88f3f869679216abbecf69e0ba | JavaScript | casesandberg | react-color | 12,305 | 921 | :art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more | [
"chrome",
"color-picker",
"inline-styles",
"photoshop",
"react",
"react-component",
"sketch"
] | MIT | src/helpers/saturation.js | saturation.js | 835 | export const calculateChange = (e, hsl, container) => {
const { width: containerWidth, height: containerHeight } = container.getBoundingClientRect()
const x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX
const y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY
let left = x - (container... | 122 | 835 | 31 | 0.98 | 2026-04-23T05:10:23.901361 | true |
github_dyad-sh_dyad_23e545fcbc715922b25c414465f7c9d10c3d66a4 | 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/hooks/useContextPaths.ts | useContextPaths.ts | 3,682 | import { useQuery, useMutation, useQueryClient } from "@tanstack/react-query";
import { useAtomValue } from "jotai";
import { selectedAppIdAtom } from "@/atoms/appAtoms";
import { ipc } from "@/ipc/types";
import { GlobPath, ContextPathResults } from "@/lib/schemas";
import { queryKeys } from "@/lib/queryKeys";
export... | 332 | 3,682 | 124 | 0.98 | 2026-04-23T09:40:12.189236 | true |
github_Huachao_vscode-restclient_0264d7db6220aa71ef6b9bdce5191d166da29640 | TypeScript | Huachao | vscode-restclient | 5,981 | 516 | REST Client Extension for Visual Studio Code | [
"graphql",
"http",
"http-client",
"rest",
"rest-api",
"rest-client",
"typescript",
"visual-studio-code",
"vscode",
"vscode-extension"
] | MIT | src/models/requestMetadata.ts | requestMetadata.ts | 902 | export enum RequestMetadata {
/**
* Represents a request name and used to indicate that the request is a named request
*/
Name = 'name',
/**
* Used for request confirmation, especially for critical request
*/
Note = 'note',
/**
* Represents don't follow the 3XX response as r... | 116 | 902 | 30 | 0.98 | 2026-04-18T01:32:21.214749 | true |
github_pvolok_mprocs_50c769f66a811c20923899d40a868e3be41daa13 | Rust | pvolok | mprocs | 2,518 | 101 | Run multiple commands in parallel | [
"cli",
"linux",
"macos",
"rust",
"terminal",
"tui",
"windows"
] | MIT | src/term/screen_differ.rs | screen_differ.rs | 6,501 | use std::fmt::Write;
use unicode_width::UnicodeWidthStr;
use super::{
attrs::Attrs,
common::{CursorStyle, Size},
grid::{Grid, Pos},
Cell,
};
pub struct ScreenDiffer {
cells: Vec<Cell>,
brush: Attrs,
pos: Pos,
cursor_pos: Option<Pos>,
cursor_style: CursorStyle,
}
pub trait BufferView {
fn size(&s... | 686 | 6,501 | 260 | 0.98 | 2026-04-17T19:22:40.749031 | true |
github_bailicangdu_react-pxq_18837a70d8465a4e4932b9b1260af3d434f930de | JavaScript | bailicangdu | react-pxq | 7,520 | 2,132 | 一个 react + redux 的完整项目 和 个人总结 | [
"react"
] | MIT | src/router/index.js | index.js | 1,178 | import React, { Component } from 'react';
import { HashRouter, Switch, Route, Redirect } from 'react-router-dom';
import asyncComponent from '@/utils/asyncComponent';
import home from "@/pages/home/home";
const record = asyncComponent(() => import("@/pages/record/record"));
const helpcenter = asyncComponent(() => impo... | 90 | 1,066 | 28 | 0.98 | 2026-04-23T05:57:27.688522 | true |
github_bvaughn_react-virtualized_109c568014c1c9f2cdb743ba946575bd099c7e23 | 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/Collection/SectionManager.js | SectionManager.js | 3,038 | /**
* Window Sections are used to group nearby cells.
* This enables us to more quickly determine which cells to display in a given region of the Window.
* @flow
*/
import Section from './Section';
import type {Index, SizeAndPositionInfo} from './types';
const SECTION_SIZE = 100;
type RegisterCellParams = {
cel... | 341 | 3,038 | 101 | 0.98 | 2026-04-23T04:50:22.901999 | true |
github_dagger_dagger_2298324831c06f389f3c9b1c34491b44e5c8fbaa | Go | dagger | dagger | 15,670 | 856 | Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud | [
"agents",
"ai",
"caching",
"ci-cd",
"containers",
"continuous-deployment",
"continuous-integration",
"dag",
"dagger",
"devops",
"docker",
"graphql",
"workflows"
] | Apache-2.0 | cmd/dagger/client.go | client.go | 6,956 | package main
import (
"context"
_ "embed"
"encoding/json"
"fmt"
"path/filepath"
"dagger.io/dagger"
"github.com/dagger/dagger/engine/client"
"github.com/dagger/dagger/engine/client/pathutil"
"github.com/juju/ansiterm/tabwriter"
"github.com/spf13/cobra"
)
var (
generator string
listJSONOutput bool
)
... | 788 | 6,956 | 254 | 0.98 | 2026-04-17T10:30:53.829053 | true |
github_InternLM_HuixiangDou_97f8ec9c27e71b560f0e068d92ad37ad4010663c | Python | InternLM | HuixiangDou | 2,482 | 182 | HuixiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance | [
"application",
"assistant",
"assistant-chat-bots",
"chatbot",
"dsl",
"group-chat",
"image-retrieval",
"lark",
"llm",
"multimodal",
"pipeline",
"rag",
"robot",
"wechat"
] | BSD-3-Clause | setup.py | setup.py | 2,128 | import os
import re
import sys
from setuptools import find_packages, setup
pwd = os.path.dirname(__file__)
version_file = 'huixiangdou/version.py'
def readme():
with open(os.path.join(pwd, 'README.md'), encoding='utf-8') as f:
content = f.read()
return content
def get_version():
with open(os.p... | 159 | 2,128 | 71 | 0.98 | 2026-04-22T15:39:39.255951 | true |
github_poloclub_cnn-explainer_eb2eeddf046d6650d17e8f1b350e8a034e37f3ee | JavaScript | poloclub | cnn-explainer | 8,925 | 1,336 | Learning Convolutional Neural Networks with Interactive Visualization. | [
"deep-learning",
"interactive-visualizations",
"machine-learning",
"visual-learning",
"visualization"
] | MIT | rollup_start_dev.js | rollup_start_dev.js | 296 | import * as child_process from 'child_process';
let running_dev_server = false;
export default {
writeBundle() {
if (!running_dev_server) {
running_dev_server = true;
child_process.spawn('npm', ['run', 'start:dev'], { stdio: ['ignore', 'inherit', 'inherit'], shell: true });
}
}
};
| 35 | 296 | 13 | 0.98 | 2026-04-23T14:19:11.572991 | true |
github_etcd-io_etcd_6cdae2ef6fec26da9e07f6c0104ffb5eaaa4ebc1 | Go | etcd-io | etcd | 51,637 | 10,323 | Distributed reliable key-value store for the most critical data of a distributed system | [
"cncf",
"consensus",
"database",
"distributed-database",
"distributed-systems",
"etcd",
"go",
"key-value",
"kubernetes",
"raft"
] | Apache-2.0 | pkg/report/timeseries_test.go | timeseries_test.go | 1,443 | // Copyright 2016 The etcd 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 t... | 183 | 1,443 | 39 | 0.98 | 2026-04-17T07:20:35.609231 | true |
github_pathwaycom_pathway_4d530ca19d5d4590edf7b48272f0bb71468defeb | 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/fs_helpers.rs | fs_helpers.rs | 559 | // Copyright © 2026 Pathway
use std::io::{Error, ErrorKind};
use std::path::Path;
pub fn ensure_directory(fs_path: &Path) -> Result<(), Error> {
if !fs_path.exists() {
if let Err(e) = std::fs::create_dir_all(fs_path) {
if e.kind() == ErrorKind::AlreadyExists {
return Ok(());
... | 60 | 558 | 20 | 0.98 | 2026-04-23T04:40:45.758224 | true |
github_babel_babel_b298b3bec428a567c4ccf4ca4e77ef506c1272cc | TypeScript | babel | babel | 43,892 | 5,813 | 🐠 Babel is a compiler for writing next generation JavaScript. | [
"ast",
"babel",
"compiler",
"es2015",
"es6",
"flavortown",
"javascript"
] | MIT | jest.config.ts | jest.config.ts | 2,467 | import type { Config } from "jest";
const isPublishBundle = process.env.IS_PUBLISH;
export default {
runner: "jest-light-runner",
snapshotFormat: { escapeString: true, printBasicPrototype: true },
coverageProvider: "v8",
coverageReporters: ["lcov", "text"],
collectCoverageFrom: [
"packages/*/lib/**/*.{... | 175 | 2,467 | 69 | 0.98 | 2026-04-23T13:04:29.246641 | true |
github_pranshuparmar_witr_0e82050ad36135e986bb65cf7f6b015050a3d36c | Go | pranshuparmar | witr | 14,306 | 360 | Why is this running? | [] | Apache-2.0 | internal/output/safe_writer.go | safe_writer.go | 599 | package output
import "io"
// SafeTerminalWriter sanitizes all bytes written to it so the output is safe to
// display in an interactive terminal, it should be used to print anything that
// we don't control (like processes' args, env vars, ...)
type SafeTerminalWriter struct {
W io.Writer
}
func (w SafeTerminalWri... | 93 | 599 | 26 | 0.98 | 2026-04-17T10:42:38.878130 | true |
github_firefox-devtools_profiler_beb8262852e3fe08bcdde036b040ab3a3793ff3f | JavaScript | 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 | jest-resolver.js | jest-resolver.js | 1,990 | /* 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/. */
// Custom Jest resolver that respects the "browser" field in package.json
// This allows tests to use browser impl... | 223 | 1,990 | 58 | 0.98 | 2026-04-18T00:29:30.232311 | true |
github_agent0ai_agent-zero_7957ef0d8743cf2865e7fc4b3eaec26a4ce340f5 | Python | agent0ai | agent-zero | 17,046 | 3,498 | Agent Zero AI framework | [
"agent",
"ai",
"assistant",
"autonomous",
"linux",
"zero"
] | NOASSERTION | api/synthesize.py | synthesize.py | 3,639 | # api/synthesize.py
from helpers.api import ApiHandler, Request, Response
from helpers import runtime, settings, kokoro_tts
class Synthesize(ApiHandler):
async def process(self, input: dict, request: Request) -> dict | Response:
text = input.get("text", "")
ctxid = input.get("ctxid", "")
... | 408 | 3,639 | 96 | 0.98 | 2026-04-17T15:32:00.811530 | true |
github_graphql_graphql-js_15f65fceeece469bd9437e8dbc926b101b934054 | TypeScript | graphql | graphql-js | 20,323 | 2,056 | A reference implementation of GraphQL for JavaScript | [
"graphql",
"graphql-js"
] | MIT | src/language/source.ts | source.ts | 1,566 | import { devAssert } from '../jsutils/devAssert';
import { inspect } from '../jsutils/inspect';
import { instanceOf } from '../jsutils/instanceOf';
interface Location {
line: number;
column: number;
}
/**
* A representation of source input to GraphQL. The `name` and `locationOffset` parameters are
* optional, b... | 217 | 1,566 | 58 | 0.98 | 2026-04-18T01:24:59.694182 | true |
github_niri-wm_niri_2b45588f7ba82b5b6efb4bcce774ab9b60ac3c9d | Rust | niri-wm | niri | 22,641 | 820 | A scrollable-tiling Wayland compositor. | [
"rust",
"smithay",
"tiling-window-manager",
"wayland",
"wayland-compositor"
] | GPL-3.0 | src/protocols/output_management.rs | output_management.rs | 38,956 | use std::collections::hash_map::Entry;
use std::collections::HashMap;
use std::iter::zip;
use std::mem;
use niri_config::{FloatOrInt, OutputName, Vrr};
use niri_ipc::Transform;
use smithay::reexports::wayland_protocols_wlr::output_management::v1::server::{
zwlr_output_configuration_head_v1, zwlr_output_configurati... | 2,462 | 38,956 | 924 | 0.98 | 2026-04-17T13:35:43.966344 | true |
github_pyca_pyopenssl_e0ed3f81d62d090e0310cc8b0b78042821b12e86 | Python | pyca | pyopenssl | 938 | 427 | A Python wrapper around the OpenSSL library | [
"cryptography",
"openssl",
"python",
"ssl",
"tls"
] | Apache-2.0 | src/OpenSSL/debug.py | debug.py | 1,008 | import ssl
import sys
import cffi
import cryptography
import OpenSSL.SSL
from . import version
_env_info = """\
pyOpenSSL: {pyopenssl}
cryptography: {cryptography}
cffi: {cffi}
cryptography's compiled against OpenSSL: {crypto_openssl_compile}
cryptography's linked OpenSSL: {crypto_openssl_link}
Python's OpenSSL: {p... | 67 | 1,008 | 41 | 0.98 | 2026-04-23T04:34:47.942989 | true |
github_open-telemetry_opentelemetry-js_08f88d4912a066fb5ab88c81c8e08d75c420566c | JavaScript | open-telemetry | opentelemetry-js | 3,365 | 1,028 | OpenTelemetry JavaScript Client | [
"api",
"distributed-tracing",
"metrics",
"monitoring",
"telemetry"
] | Apache-2.0 | api/.eslintrc.js | .eslintrc.js | 162 | module.exports = {
"env": {
"mocha": true,
"commonjs": true,
"shared-node-browser": true
},
...require('../eslint.base.js')
}
| 14 | 162 | 9 | 0.98 | 2026-04-23T08:12:34.747578 | true |
github_tensorflow_rust_60811f3ea6669be72ddd0361e79e8cdcf52a8a43 | Rust | tensorflow | rust | 5,469 | 436 | Rust language bindings for TensorFlow | [
"machine-learning",
"rust",
"tensorflow"
] | Apache-2.0 | src/ops.rs | ops.rs | 974 | //! This module exposes functions for building standard operations.
//!
//! Each operation has a struct which can be used as a builder and allows
//! setting optional attributes:
//!
//! ```ignore
//! MatMul::new().transpose_a(true).build(a, b, &mut scope)?;
//! ```
//!
//! and a function which is shorter when no attri... | 127 | 974 | 43 | 0.98 | 2026-04-17T14:59:59.785815 | true |
github_ChromeDevTools_chrome-devtools-mcp_57198dd31b953347bf0469dd2a1018f3d24e058f | 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/SlimMcpResponse.ts | SlimMcpResponse.ts | 684 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import type {
TextContent,
ImageContent,
} from '@modelcontextprotocol/sdk/types.js';
import type {McpContext} from './McpContext.js';
import {McpResponse} from './McpResponse.js';
export class SlimMcpResponse extends McpResp... | 71 | 684 | 33 | 0.98 | 2026-04-18T00:20:56.180529 | true |
github_kwhitley_itty-router_0a06d99ad6455c1d9c2fce96289cf5973413dd62 | 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/types/HasContent.ts | HasContent.ts | 133 | import { IRequestStrict } from './IRequestStrict'
export type HasContent<ContentType> = {
content: ContentType
} & IRequestStrict
| 16 | 133 | 6 | 0.98 | 2026-04-17T18:08:38.844160 | true |
github_adam-mcdaniel_sage_fdae6bae3562e837a9f75f5fb6b2af3df18f431e | Rust | adam-mcdaniel | sage | 537 | 17 | A programming language that's wise beyond its bytes!🌱🌿🪴 | [
"algebraic-data-types",
"c",
"compiler",
"frontend",
"mobile",
"pattern-matching",
"polymorphism",
"portable",
"rust",
"structural-typing",
"turing-tarpit",
"wasm",
"web",
"x86-64"
] | MIT | src/side_effects/ffi.rs | ffi.rs | 1,449 | //! # Foreign Function Interface
//!
//! This module contains the definition of the foreign function interface (FFI) bindings, which
//! are used in the various stages of IR to represent calls to foreign functions.
use std::fmt::{Debug, Display, Formatter, Result as FmtResult};
use serde_derive::{Deserialize, Seriali... | 206 | 1,449 | 48 | 0.98 | 2026-04-17T17:14:55.106765 | true |
github_rust-lang_rustlings_299db568c9c1f882fcae04ee9a7751bc8d2c288f | Rust | rust-lang | rustlings | 62,528 | 11,177 | :crab: Small exercises to get you used to reading and writing Rust code! | [
"beginner-friendly",
"exercises",
"rust",
"rustlings"
] | MIT | src/list/scroll_state.rs | scroll_state.rs | 2,699 | pub struct ScrollState {
n_rows: usize,
max_n_rows_to_display: usize,
selected: Option<usize>,
offset: usize,
scroll_padding: usize,
max_scroll_padding: usize,
}
impl ScrollState {
pub fn new(n_rows: usize, selected: Option<usize>, max_scroll_padding: usize) -> Self {
Self {
... | 227 | 2,699 | 101 | 0.98 | 2026-04-17T13:16:15.291518 | true |
github_graphql-hive_graphql-yoga_a24cfc90fbdf78bd0c2febb404417923736206df | JavaScript | graphql-hive | graphql-yoga | 8,514 | 588 | 🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment. | [
"bun",
"deno",
"fetch",
"graphql",
"graphql-server",
"javascript",
"nodejs",
"the-guild",
"typescript",
"w3c",
"whatwg"
] | MIT | babel.config.js | babel.config.js | 376 | module.exports = {
presets: [
['@babel/preset-env', { targets: { node: process.versions.node.split('.')[0] } }],
'@babel/preset-typescript',
],
plugins: [
'babel-plugin-transform-typescript-metadata',
['@babel/plugin-proposal-decorators', { legacy: true }],
'babel-plugin-parameter-decorator',
... | 27 | 376 | 13 | 0.98 | 2026-04-18T01:29:45.435575 | true |
github_navidrome_navidrome_d8a5633965b9753819cc0f6d9134f695145adf4d | Go | navidrome | navidrome | 20,515 | 1,460 | 🎧 Your Personal Streaming Service | [
"airsonic",
"madsonic",
"media-server",
"music",
"music-server",
"navidrome",
"opensubsonic",
"raspberry-pi",
"self-hosted",
"streamer",
"streaming-api",
"streaming-audio",
"subsonic",
"subsonic-server"
] | GPL-3.0 | cmd/scan.go | scan.go | 3,876 | package cmd
import (
"bufio"
"context"
"encoding/gob"
"fmt"
"os"
"strings"
"github.com/navidrome/navidrome/core"
"github.com/navidrome/navidrome/core/playlists"
"github.com/navidrome/navidrome/db"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/model"
"github.com/navidrome/navidrome/p... | 440 | 3,876 | 138 | 0.98 | 2026-04-17T09:26:43.750508 | true |
github_antonmedv_fx_636d828dc5f19839e6ac9aa68c83f7adfcd53060 | JavaScript | antonmedv | fx | 20,412 | 478 | Terminal JSON viewer & processor | [
"cli",
"command-line",
"json",
"tui"
] | MIT | internal/complete/prelude.js | prelude.js | 726 | const __keys = new Set()
Object.prototype.__keys = function () {
if (Array.isArray(this)) return
if (typeof this === 'string') return
if (this instanceof String) return
if (this === globalThis) return
if (typeof this === 'object' && this !== null)
Object.keys(this).forEach(x => __keys.add(x))
}
function... | 76 | 726 | 33 | 0.98 | 2026-04-17T09:28:21.713774 | true |
github_actionhero_actionhero_e068d1e6e2039645a3efdcd0085a258174eab143 | TypeScript | actionhero | actionhero | 2,418 | 259 | Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks | [
"actionhero",
"api",
"api-server",
"async-await",
"cluster",
"delayed-jobs",
"delayed-tasks",
"framework",
"frameworks",
"http",
"https",
"javascript",
"nodejs",
"server",
"socket-client",
"tcp",
"ts",
"typescript",
"websocket"
] | Apache-2.0 | src/config/tasks.ts | tasks.ts | 3,100 | import { ActionheroLogLevel } from "..";
import { MultiWorker, Queue, Scheduler } from "node-resque";
const namespace = "tasks";
declare module ".." {
export interface ActionheroConfigInterface {
[namespace]: ReturnType<(typeof DEFAULT)[typeof namespace]>;
}
}
export const DEFAULT = {
[namespace]: () => {
... | 377 | 3,100 | 85 | 0.98 | 2026-04-17T18:07:24.541633 | true |
github_huggingface_transformers_b08aa558d795a61c0ad1c7c5015b63bb48608a32 | Python | huggingface | transformers | 159,498 | 32,898 | 🤗 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/dependency_versions_table.py | dependency_versions_table.py | 3,276 | # THIS FILE HAS BEEN AUTOGENERATED. To update:
# 1. modify the `_deps` dict in setup.py
# 2. run `make fix-repo``
deps = {
"Pillow": "Pillow>=10.0.1,<=15.0",
"accelerate": "accelerate>=1.1.0",
"av": "av",
"beautifulsoup4": "beautifulsoup4",
"blobfile": "blobfile",
"codecarbon": "codecarbon>=2.8.... | 203 | 3,276 | 95 | 0.98 | 2026-04-17T06:41:03.515410 | true |
github_sachaos_viddy_a682bba9c5b4aae2dcb5050b21250edfb59fc592 | Rust | sachaos | viddy | 5,316 | 97 | 👀 A modern watch command. Time machine and pager etc. | [
"cli",
"golang",
"terminal",
"tui",
"watch"
] | MIT | src/diff.rs | diff.rs | 3,097 | use dissimilar::{diff, Chunk};
use similar::{ChangeTag, TextDiff};
use crate::termtext::Text;
pub fn diff_and_mark(current: &str, previous: &str, text: &mut Text) {
let style = anstyle::Style::new()
.fg_color(Some(anstyle::Color::Ansi(anstyle::AnsiColor::Black)))
.bg_color(Some(anstyle::Color::Ans... | 248 | 3,097 | 102 | 0.98 | 2026-04-17T15:13:56.727637 | true |
github_cjpais_Handy_edb044709b2986b8328ac6412c18cae708f46a28 | JavaScript | cjpais | Handy | 20,113 | 1,637 | A free, open source, and extensible speech-to-text application that works completely offline. | [
"accessibility",
"cross-platform",
"speech-to-text",
"tauri-v2"
] | MIT | tailwind.config.js | tailwind.config.js | 437 | /** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
colors: {
text: "var(--color-text)",
background: "var(--color-background)",
"logo-primary": "var(--color-logo-primary)",
"logo-stroke": "... | 32 | 437 | 17 | 0.98 | 2026-04-17T13:43:29.782366 | true |
github_coreybutler_nvm-windows_07d0d76f673e5aaf90f33ca48ebec396bf4d34cf | Go | coreybutler | nvm-windows | 45,978 | 3,795 | A node.js version management utility for Windows. Ironically written in Go. | [
"go",
"management",
"node",
"node-version-manager",
"nodejs",
"nvm",
"switch",
"version",
"version-manager",
"versioning",
"windows"
] | MIT | src/upgrade/notification.go | notification.go | 1,358 | package upgrade
import (
"encoding/json"
"os"
"path/filepath"
"time"
)
type LastNotification struct {
outpath string
LTS string `json:"lts,omitempty"`
Current string `json:"current,omitempty"`
NVM4W string `json:"nvm4w,omitempty"`
Author string `json:"author,omitempty"`
}
func LoadNotices() *LastNoti... | 151 | 1,358 | 70 | 0.98 | 2026-04-17T07:26:16.557201 | true |
github_apitable_apitable_322f66831d19130f2c693df152c0b919e782db32 | JavaScript | apitable | apitable | 15,313 | 1,396 | 🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. | [
"admin-dashboard",
"airtable",
"airtable-alternative",
"api",
"automatic-api",
"embed",
"hacktoberfest",
"internal-tool",
"javascript",
"low-code",
"nestjs",
"nextjs",
"no-code",
"nocodb",
"notion",
"react",
"spreadsheet",
"spring",
"typescript"
] | AGPL-3.0 | build.js | build.js | 895 | // const { exec } = require('child_process');
// const fs = require('fs');
// const packageDir = 'packages/ai-components';
// if (fs.existsSync(packageDir) && fs.lstatSync(packageDir).isDirectory()) {
// if (!fs.existsSync(`${packageDir}/rollup.config.js`)) {
// return;
// }
// process.chdir(packageDir);
// ... | 106 | 895 | 32 | 0.98 | 2026-04-17T17:55:30.944252 | true |
github_moby_moby_8e2f76dc694cc9326219c59e018fb99c16da915f | Go | moby | moby | 71,503 | 18,918 | The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | [
"containers",
"docker",
"go",
"golang"
] | Apache-2.0 | pkg/plugins/plugins.go | plugins.go | 8,205 | // Package plugins provides structures and helper functions to manage Docker
// plugins.
//
// Docker discovers plugins by looking for them in the plugin directory whenever
// a user or container tries to use one by name. UNIX domain socket files must
// be located under /run/docker/plugins, whereas spec files can be l... | 1,137 | 8,205 | 341 | 0.98 | 2026-04-17T07:12:56.261651 | true |
github_rustdesk_rustdesk_82a95bee96a1fbf6a678acb456e50eb33c4cb711 | 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/client/screenshot.rs | screenshot.rs | 2,825 | #[cfg(not(any(target_os = "android", target_os = "ios")))]
use crate::clipboard::{update_clipboard, ClipboardSide};
use hbb_common::{message_proto::*, ResultType};
use std::sync::Mutex;
lazy_static::lazy_static! {
static ref SCREENSHOT: Mutex<Screenshot> = Default::default();
}
pub enum ScreenshotAction {
Sav... | 235 | 2,825 | 100 | 0.98 | 2026-04-17T13:14:13.165181 | true |
github_sharkdp_bat_f3f3f6900025542d8d1b749cc7416b9068bbc828 | 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/assets/lazy_theme_set.rs | lazy_theme_set.rs | 3,171 | use super::*;
use std::collections::BTreeMap;
use std::convert::TryFrom;
use serde_derive::{Deserialize, Serialize};
use once_cell::unsync::OnceCell;
use syntect::highlighting::{Theme, ThemeSet};
/// Same structure as a [`syntect::highlighting::ThemeSet`] but with themes
/// stored in raw serialized form, and dese... | 331 | 3,171 | 104 | 0.98 | 2026-04-17T13:16:48.279936 | true |
github_lindb_lindb_d8ccdb363658de4d866762eff176c476b734e36d | Go | lindb | lindb | 3,061 | 281 | LinDB is a scalable, high performance, high availability distributed time series database. | [
"cross-datacenter-native",
"database",
"distributed-database",
"go",
"high-performance",
"metrics",
"monitoring",
"timeseries"
] | Apache-2.0 | internal/client/base.go | base.go | 901 | // Licensed to LinDB under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. LinDB licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compli... | 140 | 901 | 26 | 0.98 | 2026-04-17T18:25:28.558968 | true |
github_wkeeling_selenium-wire_ac0d829de4400f9b27052d5c731cf68779739c99 | Python | wkeeling | selenium-wire | 1,971 | 278 | Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser. | [
"python",
"testing",
"testing-framework",
"testing-library",
"testing-tools",
"web-testing"
] | MIT | setup.py | setup.py | 2,511 | #!/usr/bin/env python
"""The setup script."""
from setuptools import find_packages, setup
with open('README.rst') as readme_file:
readme = readme_file.read()
with open('HISTORY.rst') as history_file:
history = history_file.read()
setup(
author="Will Keeling",
author_email='[REDACTED_EMAIL]',
cl... | 186 | 2,511 | 86 | 0.98 | 2026-04-23T04:07:43.565135 | true |
github_ory_kratos_ffe6f89f1d2562df039a9534e7bb998b361e57b9 | Go | ory | kratos | 13,583 | 1,127 | Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network. | [
"hacktoberfest",
"identity",
"identity-management",
"login",
"profile-management",
"registration",
"user",
"user-management",
"user-profile",
"user-profiles",
"users"
] | Apache-2.0 | pkg/client-go/model_identity_with_credentials_oidc_config.go | model_identity_with_credentials_oidc_config.go | 5,073 | /*
Ory Identities API
This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
API version:
Contact: [REDACTED_EMAIL]
*/
// Code generated by... | 525 | 5,073 | 156 | 0.98 | 2026-04-17T11:18:09.930312 | true |
github_huggingface_transformers_267bb36a8e6eff68a7207a09eb32018d8ca532cd | 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/hyperparameter_search.py | hyperparameter_search.py | 3,684 | # Copyright 2023-present 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... | 342 | 3,684 | 124 | 0.98 | 2026-04-22T13:17:54.780676 | true |
github_jsx-eslint_eslint-plugin-react_2dd4412b87e7d57d0d46415cd2816e73f6b34e7e | JavaScript | jsx-eslint | eslint-plugin-react | 9,277 | 2,732 | React-specific linting rules for ESLint | [
"development",
"ecmascript",
"eslint",
"javascript",
"lint",
"react"
] | MIT | lib/rules/forbid-component-props.js | forbid-component-props.js | 7,769 | /**
* @fileoverview Forbid certain props on components
* @author Joe Lencioni
*/
'use strict';
const minimatch = require('minimatch');
const docsUrl = require('../util/docsUrl');
const report = require('../util/report');
// ------------------------------------------------------------------------------
// Constant... | 642 | 7,769 | 240 | 0.98 | 2026-04-23T05:48:53.078487 | true |
github_farion1231_cc-switch_f52080f6cc80eda8d90533aa0482481e3142d177 | 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/config/opencodeProviderPresets.ts | opencodeProviderPresets.ts | 38,092 | import type { ProviderCategory, OpenCodeProviderConfig } from "../types";
import type { PresetTheme, TemplateValueConfig } from "./claudeProviderPresets";
export interface OpenCodeProviderPreset {
name: string;
nameKey?: string; // i18n key for localized display name
websiteUrl: string;
apiKeyUrl?: string;
s... | 3,319 | 38,092 | 1,488 | 0.98 | 2026-04-17T13:18:47.064613 | true |
github_tealdeer-rs_tealdeer_e74e9f38de53009dd4f9d96a8e024c17dbf8ddab | Rust | tealdeer-rs | tealdeer | 6,128 | 143 | A very fast implementation of tldr in Rust. | [
"hacktoberfest",
"rust",
"tldr"
] | Apache-2.0 | src/extensions.rs | extensions.rs | 927 | use std::mem;
/// An extension trait to clear duplicates from a collection.
pub(crate) trait Dedup<T: PartialEq> {
fn clear_duplicates(&mut self);
}
/// Clear duplicates from a collection, keep the first one seen.
///
/// For small vectors, this will be faster than a `HashSet`.
impl<T: PartialEq> Dedup<T> for Vec... | 116 | 927 | 34 | 0.98 | 2026-04-17T14:52:01.821020 | true |
github_coderamp-labs_gitingest_6e83cd7fff47a02e326a29f7d59919a674fb215b | Python | coderamp-labs | gitingest | 14,354 | 1,050 | Replace 'hub' with 'ingest' in any GitHub URL to get a prompt-friendly extract of a codebase | [
"ai",
"code",
"developer-tool",
"ingestion"
] | MIT | src/server/__main__.py | __main__.py | 798 | """Server module entry point for running with python -m server."""
import os
import uvicorn
# Import logging configuration first to intercept all logging
from gitingest.utils.logging_config import get_logger
logger = get_logger(__name__)
if __name__ == "__main__":
# Get configuration from environment variables... | 81 | 798 | 33 | 0.98 | 2026-04-17T15:32:47.263805 | true |
github_JosephusPaye_Keen-UI_d4b4ee4b51b7e3b18f7f9c86ed3fbe4c1b3d3b84 | JavaScript | JosephusPaye | Keen-UI | 4,065 | 431 | A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design. | [
"components",
"javascript",
"material-design",
"ui",
"vue",
"vue3"
] | MIT | lib/UiModal.js | UiModal.js | 64,470 | /*!
* Keen UI v1.4.0 (https://github.com/JosephusPaye/keen-ui)
* (c) 2022 Josephus Paye II
* Released under the MIT License.
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'functio... | 5,517 | 64,470 | 1,860 | 0.98 | 2026-04-23T12:05:32.505133 | true |
github_gin-gonic_gin_028c4ad6d6ae329745079e3e875a09a971deae44 | Go | gin-gonic | gin | 88,327 | 8,572 | Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices. | [
"framework",
"gin",
"go",
"middleware",
"performance",
"router",
"server"
] | MIT | recovery_test.go | recovery_test.go | 10,918 | // Copyright 2014 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package gin
import (
"net"
"net/http"
"os"
"strings"
"syscall"
"testing"
"github.com/stretchr/testify/assert"
)
func TestPanicClean(t *testing.... | 1,120 | 10,918 | 370 | 0.98 | 2026-04-17T06:53:57.088571 | true |
github_rust-lang_rust_a49fb06bde35fa0691250eeb01c4e6ced61fd707 | Rust | rust-lang | rust | 112,076 | 14,769 | Empowering everyone to build reliable and efficient software. | [
"compiler",
"language",
"rust"
] | Apache-2.0 | src/librustdoc/theme.rs | theme.rs | 7,670 | use std::fs;
use std::iter::Peekable;
use std::path::Path;
use std::str::Chars;
use rustc_data_structures::fx::{FxIndexMap, IndexEntry};
use rustc_errors::DiagCtxtHandle;
#[cfg(test)]
mod tests;
#[derive(Debug)]
pub(crate) struct CssPath {
pub(crate) rules: FxIndexMap<String, String>,
pub(crate) children: Fx... | 862 | 7,670 | 255 | 0.98 | 2026-04-17T13:13:52.599768 | true |
github_gofr-dev_gofr_4f680763df68ee0b80e57340b2b33adcb1657324 | Go | gofr-dev | gofr | 21,663 | 1,758 | An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability. | [
"framework",
"go",
"go-framework",
"golang",
"golang-framework",
"grpc",
"grpc-go",
"grpc-golang",
"hacktoberfest",
"http-server",
"logging",
"metrics",
"microservice",
"microservice-framework",
"opentelemetry",
"performance",
"rest-api",
"server",
"tracing",
"web-framework"
] | Apache-2.0 | pkg/gofr/rbac.go | rbac.go | 1,649 | package gofr
import (
"go.opentelemetry.io/otel"
"gofr.dev/pkg/gofr/rbac"
)
// EnableRBAC enables RBAC by loading configuration from a JSON or YAML file.
// It loads the config directly and sets up the middleware.
//
// Pure config-based: All authorization rules are defined in the config file using:
// - Roles: ro... | 209 | 1,645 | 55 | 0.98 | 2026-04-17T09:21:39.262798 | true |
github_wassim249_fastapi-langgraph-agent-production-ready-template_d838d9865eba727aee3ec1086aae86b2cad4c874 | Python | wassim249 | fastapi-langgraph-agent-production-ready-template | 2,158 | 495 | A production-ready FastAPI template for building AI agent applications with LangGraph integration. This template provides a robust foundation for building scalable, secure, and maintainable AI agent services. | [
"agent",
"agentic-ai",
"docker",
"fastapi",
"fastapi-template",
"langchain",
"langchain-python",
"langgraph",
"langgraph-python",
"llm",
"memory"
] | MIT | app/core/logging.py | logging.py | 8,059 | """Logging configuration and setup for the application.
This module provides structured logging configuration using structlog,
with environment-specific formatters and handlers. It supports both
console-friendly development logging and JSON-formatted production logging.
"""
import json
import logging
import sys
from ... | 674 | 8,059 | 258 | 0.98 | 2026-04-17T23:40:06.712090 | true |
github_starship_starship_8d7f4ae16a8a08b7e2257b5f7831f96013c4e334 | 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/line_break.rs | line_break.rs | 275 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize, Default)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct LineBreakConfig {
pub disabled: bool,
}
| 23 | 275 | 13 | 0.98 | 2026-04-17T13:17:48.271369 | true |
github_Nozbe_WatermelonDB_bcbf8f043d9e573aae657f47575d0b811f31c313 | TypeScript | Nozbe | WatermelonDB | 11,630 | 644 | 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️ | [
"database",
"hacktoberfest",
"persistence",
"react",
"react-native",
"reactive",
"rxjs"
] | MIT | src/RawRecord/index.d.ts | index.d.ts | 1,538 | import type { ColumnName, ColumnSchema, TableSchema } from '../Schema'
import type { RecordId, SyncStatus } from '../Model'
// Raw object representing a model record, coming from an untrusted source
// (disk, sync, user data). Before it can be used to create a Model instance
// it must be sanitized (with `sanitizedRaw... | 228 | 1,536 | 38 | 0.98 | 2026-04-23T05:39:41.854997 | true |
github_binwiederhier_ntfy_c80c140b348b8286a86fb1e7b469db7a890b507f | Go | binwiederhier | ntfy | 29,760 | 1,234 | Send push notifications to your phone or desktop using PUT/POST | [
"curl",
"notifications",
"ntfy",
"ntfysh",
"pubsub",
"push-notifications",
"rest-api"
] | Apache-2.0 | cmd/publish.go | publish.go | 13,362 | package cmd
import (
"errors"
"fmt"
"github.com/urfave/cli/v2"
"heckel.io/ntfy/v2/client"
"heckel.io/ntfy/v2/log"
"heckel.io/ntfy/v2/util"
"io"
"os"
"os/exec"
"path/filepath"
"strings"
"time"
)
func init() {
commands = append(commands, cmdPublish)
}
var flagsPublish = append(
append([]cli.Flag{}, flags... | 1,591 | 13,362 | 345 | 0.98 | 2026-04-17T08:20:49.804617 | true |
github_pathwaycom_pathway_942a4bb4f0712dd0b37311a58c47b204da4cbf13 | 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/state.rs | state.rs | 10,411 | // Copyright © 2026 Pathway
use log::{error, info, warn};
use std::collections::HashMap;
use std::fmt::Display;
use std::mem::swap;
use serde::{Deserialize, Serialize};
use crate::engine::{Timestamp, TotalFrontier};
use crate::persistence::backends::PersistenceBackend;
use crate::persistence::Error;
const EXPECTED_... | 926 | 10,410 | 316 | 0.98 | 2026-04-23T04:40:49.183400 | true |
github_mindspore-lab_mindnlp_0268b3a09782f67964121f123fcca102ced2db72 | 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/mindtorch_v2/_printing.py | _printing.py | 3,315 | from dataclasses import asdict, dataclass
import math
import numpy as np
from ._dtype import float32
from ._device import _default_device
@dataclass
class PrintOptions:
precision: int = 4
threshold: float = 1000
edgeitems: int = 3
linewidth: int = 80
sci_mode: bool | None = None
_PRINT_OPTIONS ... | 291 | 3,315 | 117 | 0.98 | 2026-04-23T00:40:40.814765 | true |
github_ChromeDevTools_chrome-devtools-mcp_4f1668c310fc3fbb49b96dabc73d5b1304f37ef6 | 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/formatters/IssueFormatter.ts | IssueFormatter.ts | 7,454 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {ISSUE_UTILS} from '../issue-descriptions.js';
import {logger} from '../logger.js';
import {DevTools} from '../third_party/index.js';
export interface IssueFormatterOptions {
requestIdResolver?: (requestId: string) => num... | 676 | 7,454 | 273 | 0.98 | 2026-04-23T08:42:37.082015 | true |
github_rathole-org_rathole_993fdcce60750c6aceccfdd4059b9f21db937c18 | Rust | rathole-org | rathole | 13,373 | 743 | A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok. | [
"firewall",
"frp",
"http",
"nat",
"network",
"ngrok",
"noise",
"noise-protocol",
"proxy",
"rust",
"tunnel"
] | Apache-2.0 | src/config_watcher.rs | config_watcher.rs | 13,981 | use crate::{
config::{ClientConfig, ClientServiceConfig, ServerConfig, ServerServiceConfig},
Config,
};
use anyhow::{Context, Result};
use std::{
collections::HashMap,
env,
path::{Path, PathBuf},
};
use tokio::sync::{broadcast, mpsc};
use tracing::{error, info, instrument};
#[cfg(feature = "notify"... | 969 | 13,981 | 429 | 0.98 | 2026-04-17T14:15:10.749837 | true |
github_hyperium_hyper_980553e5e9679d5d468da371b2d0caeed4c27020 | Rust | hyperium | hyper | 16,010 | 1,728 | An HTTP library for Rust | [
"http",
"hyper",
"rust"
] | MIT | src/server/mod.rs | mod.rs | 377 | //! HTTP Server
//!
//! A "server" is usually created by listening on a port for new connections,
//! parse HTTP requests, and hand them off to a `Service`.
//!
//! How exactly you choose to listen for connections is not something hyper
//! concerns itself with. After you have a connection, you can handle HTTP over
//!... | 69 | 377 | 10 | 0.98 | 2026-04-17T13:51:18.920998 | true |
github_yvann-ba_Robby-chatbot_59a72c8ce53341a55181ecf4a9ec0616d60ba25e | Python | yvann-ba | Robby-chatbot | 813 | 289 | AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡ | [
"ai",
"chatbot",
"gpt-4",
"langchain",
"nlp",
"openai",
"streamlit"
] | Apache-2.0 | src/Home.py | Home.py | 2,155 | import streamlit as st
#Config
st.set_page_config(layout="wide", page_icon="💬", page_title="Robby | Chat-Bot 🤖")
#Contact
with st.sidebar.expander("📬 Contact"):
st.write("**GitHub:**",
"[yvann-hub/Robby-chatbot](https://github.com/yvann-hub/Robby-chatbot)")
st.write("**Medium:** "
"[@yvann-hub](https:/... | 181 | 2,134 | 64 | 0.98 | 2026-04-23T00:46:36.281359 | true |
github_AliyunContainerService_pouch_ddc863bb10aa97aa3c3d43566912f7ab5ac1640b | Go | AliyunContainerService | pouch | 4,655 | 940 | An Efficient Enterprise-class Container Engine | [
"cloud-native",
"containers",
"efficiency",
"go",
"isolation",
"kubernetes",
"oci",
"package",
"security"
] | Apache-2.0 | pkg/netutils/interface_test.go | interface_test.go | 27,377 | package netutils
import (
"fmt"
"io/ioutil"
"net"
"os"
"strings"
"testing"
)
const gatewayfirst = `Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
eth3 00000000 0100FE0A 0003 0 0 1024 00000000 0 0 0 ... | 2,971 | 27,377 | 695 | 0.98 | 2026-04-17T21:44:52.516697 | true |
github_FormidableLabs_nodejs-dashboard_8458c59dc321e531a552c10a81a048440dccb3a2 | JavaScript | FormidableLabs | nodejs-dashboard | 3,887 | 142 | Telemetry dashboard for node.js apps from the terminal! | [
"monitoring",
"nodejs",
"telemetry"
] | MIT | lib/default-layout-config.js | default-layout-config.js | 2,685 | "use strict";
module.exports = [
[
{
position: {
grow: 3
},
views: [
{
type: "log",
title: "stdout",
borderColor: "green",
streams: ["stdout"]
},
{
type: "log",
title: "stderr",
borderColor: "r... | 242 | 2,685 | 167 | 0.98 | 2026-04-23T07:44:38.113012 | true |
github_Pythagora-io_gpt-pilot_6223fa4dcb235d3c3844fd5ec83f29cfcac380e1 | Python | Pythagora-io | gpt-pilot | 33,772 | 3,500 | The first real AI developer | [
"ai",
"codegen",
"coding-assistant",
"developer-tools",
"gpt-4",
"research-project"
] | NOASSERTION | core/state/state_manager.py | state_manager.py | 41,630 | import asyncio
import os.path
import re
import traceback
from contextlib import asynccontextmanager
from typing import TYPE_CHECKING, Optional
from urllib.parse import urljoin
from uuid import UUID, uuid4
import httpx
from sqlalchemy import Row, inspect, select
from sqlalchemy.exc import PendingRollbackError
from tena... | 3,566 | 41,630 | 1,047 | 0.98 | 2026-04-17T15:26:53.274102 | true |
github_pubkey_rxdb_e9a9176644235719b2e59f548ddb02971fd8cb3e | 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/replication-protocol.d.ts | replication-protocol.d.ts | 9,843 | import { BehaviorSubject, Observable, Subject } from 'rxjs';
import type {
RxConflictHandler,
RxConflictHandlerInput
} from './conflict-handling.d.ts';
import type { RxError, RxTypeError } from './rx-error.d.ts';
import type {
BulkWriteRow,
RxDocumentData,
WithDeleted,
WithDeletedAndAttachments
... | 1,198 | 9,843 | 297 | 0.98 | 2026-04-23T08:22:12.472487 | true |
github_thiswillbeyourgithub_wdoc_c80a47a50482533ae2cfa765d281f2c6660a5b94 | Python | thiswillbeyourgithub | wdoc | 517 | 41 | Summarize and query from a lot of heterogeneous documents. Any LLM provider, any filetype, advanced RAG, advanced summaries, scriptable, etc | [
"langchain",
"llm",
"news",
"parser",
"pdf",
"python",
"question-answering",
"rag",
"summarizer"
] | AGPL-3.0 | setup.py | setup.py | 12,295 | import shutil
import subprocess
import sys
from setuptools import find_packages, setup
from setuptools.command.install import install
class PostInstallCommand(install):
def run(self):
install.run(self)
pip = ["uv", "pip"] if shutil.which("uv") else ["pip"]
# do "python -m playwright ins... | 1,089 | 12,295 | 289 | 0.98 | 2026-04-23T00:55:07.391364 | true |
github_isomorphic-git_isomorphic-git_6d6b33d1721b58afe7295de69bd1cb37a9da5898 | JavaScript | isomorphic-git | isomorphic-git | 8,181 | 460 | A pure JavaScript implementation of git for node and browsers! | [
"browser",
"git",
"hacktoberfest",
"isomorphic-javascript",
"javascript",
"nodejs",
"vcs"
] | MIT | src/api/indexPack.js | indexPack.js | 2,000 | // @ts-check
import '../typedefs.js'
import { _indexPack } from '../commands/indexPack.js'
import { FileSystem } from '../models/FileSystem.js'
import { assertParameter } from '../utils/assertParameter.js'
import { discoverGitdir } from '../utils/discoverGitdir.js'
import { join } from '../utils/join.js'
/**
* Creat... | 244 | 2,000 | 68 | 0.98 | 2026-04-23T07:10:34.551730 | true |
github_rust-bakery_nom_fc082cd0b2668538242f1913ac6cf6cc13a857d4 | Rust | rust-bakery | nom | 10,356 | 840 | Rust parser combinator framework | [
"byte-array",
"grammar",
"nom",
"parse",
"parser",
"parser-combinators",
"rust"
] | MIT | src/sequence/tests.rs | tests.rs | 7,815 | use super::*;
use crate::bytes::streaming::{tag, take};
use crate::error::{Error, ErrorKind};
use crate::internal::{Err, IResult, Needed};
use crate::number::streaming::be_u16;
#[test]
fn single_element_tuples() {
use crate::character::complete::alpha1;
use crate::{error::ErrorKind, Err};
let mut parser = (alph... | 561 | 7,815 | 284 | 0.98 | 2026-04-17T14:24:08.400725 | true |
github_Ottrlang_otterlang_8c214b3a9718682a6a6becf8a6b7ab96e8b30f67 | Rust | Ottrlang | otterlang | 671 | 21 | Otterlang programming language 🦦 | [
"compiler",
"general-purpose",
"language",
"llvm",
"otter",
"otterlang",
"programming-language",
"pythonic",
"rust",
"scripting-language"
] | BSD-3-Clause | src/lsp/mod.rs | mod.rs | 57,917 | use std::collections::{BTreeSet, HashMap};
use std::sync::Arc;
use tokio::sync::RwLock;
use tower_lsp::jsonrpc::Result;
use tower_lsp::lsp_types::*;
use tower_lsp::{Client, LanguageServer, LspService, Server};
use otterc_ast::nodes::{Expr, Function, Node, Program, Statement, Type};
use otterc_lexer::{LexerError, Toke... | 4,396 | 57,915 | 1,679 | 0.98 | 2026-04-17T17:09:28.028772 | true |
github_open-telemetry_opentelemetry-js_ab9553d533f20e0bc109aa013447206a8b493450 | JavaScript | open-telemetry | opentelemetry-js | 3,359 | 1,027 | OpenTelemetry JavaScript Client | [
"api",
"distributed-tracing",
"metrics",
"monitoring",
"telemetry"
] | Apache-2.0 | prettier.config.js | prettier.config.js | 138 | module.exports = {
arrowParens: 'avoid',
printWidth: 80,
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
};
| 16 | 138 | 9 | 0.98 | 2026-04-17T18:04:33.063365 | true |
github_fastify_fastify_6e74460a50f25ea8dd8e5daf8630d7a138abce7f | TypeScript | fastify | fastify | 36,111 | 2,663 | Fast and low overhead web framework, for Node.js | [
"hacktoberfest",
"nodejs",
"performance",
"speed",
"webframework"
] | MIT | fastify.d.ts | fastify.d.ts | 14,215 | import * as http from 'node:http'
import * as http2 from 'node:http2'
import * as https from 'node:https'
import { Socket } from 'node:net'
import { BuildCompilerFromPool, ValidatorFactory } from '@fastify/ajv-compiler'
import { FastifyError } from '@fastify/error'
import { Options as FJSOptions, SerializerFactory } f... | 1,098 | 14,215 | 254 | 0.98 | 2026-04-23T06:39:49.577647 | true |
github_dani-garcia_vaultwarden_da83d0c42e94284c6aad5d9d2811a3e2bce98370 | Rust | dani-garcia | vaultwarden | 58,525 | 2,704 | Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs | [
"bitwarden",
"bitwarden-rs",
"docker",
"rocket",
"rust",
"vaultwarden"
] | AGPL-3.0 | src/api/icons.rs | icons.rs | 32,243 | use std::{
collections::HashMap,
net::IpAddr,
sync::{Arc, LazyLock},
time::{Duration, SystemTime},
};
use bytes::{Bytes, BytesMut};
use futures::{stream::StreamExt, TryFutureExt};
use html5gum::{Emitter, HtmlString, Readable, StringReader, Tokenizer};
use regex::Regex;
use reqwest::{
header::{self,... | 3,211 | 32,243 | 864 | 0.98 | 2026-04-17T13:16:29.946617 | true |
github_rustdesk_rustdesk_2a23b03dd10a192ecef116e62837a85bec78ce9d | Rust | rustdesk | rustdesk | 111,484 | 16,696 | An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. | [
"android",
"anydesk",
"dart",
"flatpak",
"flutter",
"flutter-apps",
"ios",
"linux",
"macos",
"p2p",
"rdp",
"remote-control",
"remote-desktop",
"rust",
"rust-lang",
"teamviewer",
"vnc",
"wayland",
"windows"
] | AGPL-3.0 | src/plugin/callback_msg.rs | callback_msg.rs | 14,831 | use super::*;
use crate::hbbs_http::create_http_client;
use crate::{
flutter::{self, APP_TYPE_CM, APP_TYPE_MAIN, SESSIONS},
ui_interface::get_api_server,
};
use hbb_common::{lazy_static, log, message_proto::PluginRequest};
use serde_derive::{Deserialize, Serialize};
use serde_json;
use std::{
collections::H... | 1,163 | 14,831 | 412 | 0.98 | 2026-04-17T13:14:52.070461 | true |
github_tokio-rs_mio_bac01fce70331deb8dccb00d815cda5671d976e6 | Rust | tokio-rs | mio | 6,938 | 825 | Metal I/O library for Rust. | [
"asynchronous",
"networking",
"non-blocking",
"rust"
] | MIT | src/interest.rs | interest.rs | 6,449 | use std::num::NonZeroU8;
use std::{fmt, ops};
/// Interest used in registering.
///
/// Interest are used in [registering] [`event::Source`]s with [`Poll`], they
/// indicate what readiness should be monitored for. For example if a socket is
/// registered with [readable] interests and the socket becomes writable, no
... | 731 | 6,449 | 203 | 0.98 | 2026-04-17T14:41:47.037182 | true |
github_eza-community_eza_231c279682c1fa086614ed0786d5f06bbf594e11 | Rust | eza-community | eza | 21,264 | 433 | A modern alternative to ls | [
"color",
"command-line",
"files",
"hacktoberfest",
"icons",
"ls",
"nerd-fonts",
"rust",
"terminal",
"tools"
] | EUPL-1.2 | src/options/parser.rs | parser.rs | 14,748 | // SPDX-FileCopyrightText: 2024 Christina Sørensen
// SPDX-License-Identifier: EUPL-1.2
//
// SPDX-FileCopyrightText: 2023-2024 Christina Sørensen, eza contributors
// SPDX-FileCopyrightText: 2014 Benjamin Sago
// SPDX-License-Identifier: MIT
use std::ffi::OsString;
use clap::{Error, ValueEnum, arg, builder::PossibleV... | 1,171 | 14,728 | 350 | 0.98 | 2026-04-17T13:40:44.525023 | true |
github_insin_nwb_a9d1f8c04da8f512b4515c347c3de838336c4c43 | JavaScript | insin | nwb | 5,549 | 321 | A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) | [
"babel",
"inferno",
"javascript",
"karma",
"npm-module",
"preact",
"react",
"react-component",
"toolkit",
"webpack"
] | NOASSERTION | src/moduleBuild.js | moduleBuild.js | 5,757 | import fs from 'fs'
import path from 'path'
import spawn from 'cross-spawn'
import ora from 'ora'
import runSeries from 'run-series'
import merge from 'webpack-merge'
import cleanModule from './commands/clean-module'
import {getPluginConfig, getUserConfig} from './config'
import createBabelConfig from './createBabelC... | 610 | 5,757 | 187 | 0.98 | 2026-04-23T06:08:11.081048 | true |
github_avajs_ava_140626cb7f9dc93372a2f6fe0703b63d510f136a | 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/fork.js | fork.js | 3,960 | import childProcess from 'node:child_process';
import process from 'node:process';
import {fileURLToPath} from 'node:url';
import {Worker} from 'node:worker_threads';
import Emittery from 'emittery';
import {controlFlow} from './ipc-flow-control.cjs';
import serializeError, {tagWorkerError} from './serialize-error.js... | 399 | 3,960 | 179 | 0.98 | 2026-04-23T06:48:06.554708 | true |
github_requestly_requestly_ede8cfd870520eca9b1b50a35e91418fda713ce0 | 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 | index.js | index.js | 189 | import CONSTANTS from "./common/constants";
import LOGGER from "./common/logger";
import RULE_PROCESSOR from "./common/rule-processor/dist/";
export { CONSTANTS, LOGGER, RULE_PROCESSOR };
| 18 | 189 | 6 | 0.98 | 2026-04-17T17:58:50.911523 | true |
github_svc-develop-team_so-vits-svc_fffe12a6ff780ab4173c58009154232a4a10aa49 | Python | svc-develop-team | so-vits-svc | 28,056 | 5,069 | SoftVC VITS Singing Voice Conversion | [
"ai",
"audio-analysis",
"deep-learning",
"flow",
"generative-adversarial-network",
"pytorch",
"singing-voice-conversion",
"so-vits-svc",
"sovits",
"speech",
"variational-inference",
"vc",
"vits",
"voice",
"voice-changer",
"voice-conversion",
"voiceconversion"
] | AGPL-3.0 | wav_upload.py | wav_upload.py | 918 | import argparse
import os
import shutil
from google.colab import files
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("--type", type=str, required=True, help="type of file to upload")
args = parser.parse_args()
file_type = args.type
basepath = os.getcwd()
up... | 75 | 850 | 25 | 0.98 | 2026-04-22T13:54:27.676963 | true |
github_opendilab_DI-drive_4b7c9cf8721c09538c18232efdb3fcd79c6d504d | Python | opendilab | DI-drive | 637 | 60 | Decision Intelligence Platform for Autonomous Driving simulation. | [
"autodrive",
"autonomous-driving",
"carla",
"imitation-learning",
"metadrive",
"pytorch",
"reinforcement-learning"
] | Apache-2.0 | core/policy/auto_policy.py | auto_policy.py | 14,503 | import numpy as np
from typing import List, Dict, Optional
from .base_carla_policy import BaseCarlaPolicy
from core.models import VehiclePIDController, SteerNoiseWrapper, MPCController
from ding.utils.default_helper import deep_merge_dicts
from ding.torch_utils.data_helper import to_ndarray
DEFAULT_LATERAL_DI... | 1,346 | 14,503 | 395 | 0.98 | 2026-04-22T20:42:15.941872 | true |
github_panjf2000_ants_a181b43bf6a8055f50049c09113345e773dae609 | Go | panjf2000 | ants | 14,394 | 1,429 | 🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go. | [
"ants",
"go",
"goroutine",
"goroutine-pool",
"pool",
"worker-pool"
] | MIT | pool_func.go | pool_func.go | 2,383 | // MIT License
// Copyright (c) 2018 Andy Pan
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge,... | 378 | 2,383 | 76 | 0.98 | 2026-04-17T10:42:07.339312 | true |
github_k0sproject_k0s_4cadd6284d22882304ea8c28aa54a8cb24bcfb36 | Go | k0sproject | k0s | 5,874 | 492 | k0s - The Zero Friction Kubernetes | [
"kubernetes"
] | NOASSERTION | cmd/status/status.go | status.go | 3,571 | // SPDX-FileCopyrightText: 2021 k0s authors
// SPDX-License-Identifier: Apache-2.0
package status
import (
"encoding/json"
"fmt"
"io"
"runtime"
"github.com/k0sproject/k0s/cmd/internal"
"github.com/k0sproject/k0s/pkg/component/status"
"github.com/k0sproject/k0s/pkg/config"
"github.com/spf13/cobra"
"sigs.k8s... | 381 | 3,571 | 133 | 0.98 | 2026-04-17T21:18:31.847535 | true |
github_BrainJS_brain.js_86941c81cb68809808166ed88c34d58261f25aee | TypeScript | BrainJS | brain.js | 14,860 | 1,078 | 🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js | [
"api",
"brain",
"browser",
"convolutional-neural-networks",
"easy-to-use",
"hacktoberfest",
"neural-network",
"node",
"nodejs",
"recurrent-neural-networks",
"stream",
"web"
] | MIT | src/layer/index.ts | index.ts | 1,739 | import {
Activation,
EntryPoint,
Filter,
Internal,
InternalModel,
Model,
Modifier,
Operator,
Target,
} from './types';
export { Add, add } from './add';
export { arthurFeedForward } from './arthur-feed-forward';
export {
BaseLayer,
ILayer,
ILayerSettings,
ILayerJSON,
baseLayerDefaultSetting... | 235 | 1,739 | 61 | 0.98 | 2026-04-17T17:56:00.134288 | true |
github_directus_directus_b59a7e99e9ef54ed5d947a2dc306436cf26736b5 | TypeScript | directus | directus | 34,882 | 4,723 | The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. | [
"api",
"app",
"cms",
"composable",
"data-visualization",
"database",
"directus",
"graphql",
"headless-cms",
"javascript",
"mariadb",
"mssql",
"mysql",
"no-code",
"node",
"postgresql",
"sql",
"sqlite",
"typescript",
"vue"
] | NOASSERTION | api/src/rate-limiter.ts | rate-limiter.ts | 1,815 | import { createRequire } from 'node:module';
import { useEnv } from '@directus/env';
import { merge } from 'lodash-es';
import type { IRateLimiterOptions, IRateLimiterStoreOptions, RateLimiterAbstract } from 'rate-limiter-flexible';
import { RateLimiterMemory, RateLimiterRedis, RateLimiterRes } from 'rate-limiter-flexi... | 168 | 1,815 | 61 | 0.98 | 2026-04-23T07:58:00.132733 | true |
github_plotly_plotly.js_2e1e386de0728eec12f67f27479e021f6d9ec9c8 | 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/index-mapbox.js | index-mapbox.js | 256 | 'use strict';
var Plotly = require('./core');
Plotly.register([
// traces
require('./scattermapbox'),
require('./choroplethmapbox'),
require('./densitymapbox'),
// components
require('./calendars'),
]);
module.exports = Plotly;
| 19 | 256 | 16 | 0.98 | 2026-04-23T14:16:01.530297 | true |
github_Ottrlang_otterlang_785d5cdbeba5b5a12aeb28688a131736d9812ea2 | Rust | Ottrlang | otterlang | 671 | 21 | Otterlang programming language 🦦 | [
"compiler",
"general-purpose",
"language",
"llvm",
"otter",
"otterlang",
"programming-language",
"pythonic",
"rust",
"scripting-language"
] | BSD-3-Clause | src/test/reporter.rs | reporter.rs | 4,195 | #![expect(
clippy::print_stdout,
reason = "Printing to stdout is acceptable in tests"
)]
use colored::*;
use std::time::Duration;
use crate::test::TestCase;
#[derive(Debug, Clone)]
pub enum TestResult {
Passed {
duration: Duration,
output: String,
},
Failed {
error: String... | 354 | 4,189 | 145 | 0.98 | 2026-04-17T17:09:29.153311 | true |
github_bootstrap-vue_bootstrap-vue_895c004263ef4bd854d958ca9cb65e883db91536 | 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/constants/components.js | components.js | 5,919 | // Component names
export const NAME_ALERT = 'BAlert'
export const NAME_ASPECT = 'BAspect'
export const NAME_AVATAR = 'BAvatar'
export const NAME_AVATAR_GROUP = 'BAvatarGroup'
export const NAME_BADGE = 'BBadge'
export const NAME_BREADCRUMB = 'BBreadcrumb'
export const NAME_BREADCRUMB_ITEM = 'BBreadcrumbItem'
export con... | 657 | 5,919 | 134 | 0.98 | 2026-04-23T11:49:03.284032 | true |
github_nobody132_masr_345d5f59e7ba23e18ef2c1b211c694f605a99d14 | Python | nobody132 | masr | 1,968 | 479 | 中文语音识别; Mandarin Automatic Speech Recognition; | [
"chinese-speech-recognition",
"mandarin-chinese",
"pytorch",
"speech-recognition"
] | UNKNOWN | decoder.py | decoder.py | 5,076 | import Levenshtein as Lev
import torch
from six.moves import xrange
class Decoder(object):
"""
Basic decoder class from which all other decoders inherit. Implements several
helper functions. Subclasses should implement the decode() method.
Arguments:
labels (string): mapping from integers to ... | 521 | 5,076 | 136 | 0.98 | 2026-04-22T23:26:31.668371 | true |
github_alibaba_lightproxy_de3cd1d96353756ea474cdf0e6e4ac0aac1f447c | JavaScript | alibaba | lightproxy | 3,186 | 270 | 💎 Cross platform Web debugging proxy | [
"chrome",
"debug",
"devtools",
"electron",
"light",
"lightproxy",
"proxy",
"typescript",
"whistle"
] | Apache-2.0 | .eslintrc.js | .eslintrc.js | 1,299 | module.exports = {
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
extends: [
'plugin:react/recommended',
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier/@typescript-eslint', // Uses esli... | 128 | 1,299 | 27 | 0.98 | 2026-04-23T08:47:57.023583 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.