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_go-gitea_gitea_9dc8a7c1b5cbfb760dd8625e4786f988d58d446c | TypeScript | go-gitea | gitea | 54,955 | 6,587 | Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD | [
"bitbucket",
"cicd",
"devops",
"docker-registry-v2",
"git",
"git-gui",
"git-lfs",
"git-server",
"gitea",
"github",
"github-actions",
"gitlab",
"go",
"golang",
"hacktoberfest",
"maven-server",
"npm-registry",
"self-hosted",
"typescript",
"vue"
] | MIT | playwright.config.ts | playwright.config.ts | 903 | import {env} from 'node:process';
import {defineConfig, devices} from '@playwright/test';
const timeoutFactor = Number(env.GITEA_TEST_E2E_TIMEOUT_FACTOR) || 1;
const timeout = 5000 * timeoutFactor;
export default defineConfig({
workers: '50%',
fullyParallel: true,
testDir: './tests/e2e/',
outputDir: './tests/... | 85 | 903 | 41 | 0.98 | 2026-04-17T07:19:32.285924 | true |
github_getsentry_sentry_db4bca87bb4266c0528417047e8e670eaa609a9c | TypeScript | getsentry | sentry | 43,664 | 4,662 | Developer-first error tracking and performance monitoring | [
"apm",
"crash-reporting",
"crash-reports",
"csp-report",
"devops",
"django",
"error-logging",
"error-monitoring",
"fair-source",
"hacktoberfest",
"monitor",
"monitoring",
"python",
"sentry",
"tag-production"
] | NOASSERTION | rspack.config.ts | rspack.config.ts | 30,826 | /* eslint-env node */
/* eslint import/no-nodejs-modules:0 */
import fs from 'node:fs';
import {createRequire} from 'node:module';
import path from 'node:path';
import {RsdoctorRspackPlugin} from '@rsdoctor/rspack-plugin';
import type {
Configuration,
DevServer,
OptimizationSplitChunksCacheGroup,
SwcLoaderOpti... | 3,033 | 30,826 | 908 | 0.98 | 2026-04-23T01:23:54.013676 | true |
github_react-dates_react-dates_86ffa2196987d0202471c6e94a62de0c87db4b1f | JavaScript | react-dates | react-dates | 12,203 | 1,683 | An easily internationalizable, mobile-friendly datepicker library for the web | [
"calendar",
"datepicker",
"dates",
"react",
"react-component",
"react-dates"
] | MIT | src/utils/isAfterDay.js | isAfterDay.js | 267 | import moment from 'moment';
import isBeforeDay from './isBeforeDay';
import isSameDay from './isSameDay';
export default function isAfterDay(a, b) {
if (!moment.isMoment(a) || !moment.isMoment(b)) return false;
return !isBeforeDay(a, b) && !isSameDay(a, b);
}
| 31 | 267 | 10 | 0.98 | 2026-04-23T05:38:03.721660 | true |
github_directus_directus_3396931d4706bb03e63dbe0ba2fff3f046551f20 | TypeScript | directus | directus | 34,882 | 4,723 | The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. | [
"api",
"app",
"cms",
"composable",
"data-visualization",
"database",
"directus",
"graphql",
"headless-cms",
"javascript",
"mariadb",
"mssql",
"mysql",
"no-code",
"node",
"postgresql",
"sql",
"sqlite",
"typescript",
"vue"
] | NOASSERTION | app/src/router.ts | router.ts | 5,563 | import { useAppStore } from '@directus/stores';
import { useLocalStorage } from '@vueuse/core';
import { createRouter, createWebHistory, NavigationGuard, NavigationHookAfter, RouteRecordRaw } from 'vue-router';
import { refresh } from '@/auth';
import { hydrate } from '@/hydrate';
import AcceptInviteRoute from '@/route... | 620 | 5,563 | 238 | 0.98 | 2026-04-23T07:58:08.180581 | true |
github_travisvn_chatterbox-tts-api_c07fc572375bd940fd73c569621c0e907a9449be | Python | travisvn | chatterbox-tts-api | 582 | 135 | Local, OpenAI-compatible text-to-speech (TTS) API using Chatterbox, enabling users to generate voice cloned speech anywhere the OpenAI API is used (e.g. Open WebUI, AnythingLLM, etc.) | [
"ai",
"chatgpt",
"chatterbox",
"cuda",
"docker",
"elevenlabs",
"gpt",
"local-llm",
"ollama",
"open-webui",
"openai",
"openai-api",
"python",
"self-hosted",
"speech",
"text-to-speech",
"tts",
"voice-clone",
"voice-cloning"
] | AGPL-3.0 | app/core/version.py | version.py | 3,275 | """
Version management utilities for Chatterbox TTS API
"""
import os
import sys
from pathlib import Path
from typing import Dict, Any, Optional
try:
import tomllib
except ImportError:
# Python < 3.11 fallback
try:
import tomli as tomllib
except ImportError:
tomllib = None
__version__... | 295 | 3,275 | 100 | 0.98 | 2026-04-23T01:19:28.765959 | true |
github_reloadware_reloadium_6624317d7629921af7863091bcb020700c8d6c3e | Python | reloadware | reloadium | 2,997 | 63 | Hot Reloading and Profiling for Python | [
"ai",
"artificial-intelligence",
"chatgpt",
"django",
"edit-and-continue",
"flask",
"hot-reload",
"hot-reloading",
"pandas",
"python",
"python3"
] | Apache-2.0 | src/asgiref/testing.py | testing.py | 3,119 | import asyncio
import time
from .compatibility import guarantee_single_callable
from .timeout import timeout as async_timeout
class ApplicationCommunicator:
"""
Runs an ASGI application in a test mode, allowing sending of
messages to it and retrieval of messages it sends.
"""
def __init__(self, ... | 269 | 3,119 | 98 | 0.98 | 2026-04-17T15:55:26.448110 | true |
github_ultraworkers_claw-code_44b4dbe484968b1d0123d5dca852bcd2d9eac309 | 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/keybindings/__init__.py | __init__.py | 537 | """Python package placeholder for the archived `keybindings` subsystem."""
from __future__ import annotations
from src._archive_helper import load_archive_metadata
_SNAPSHOT = load_archive_metadata("keybindings")
ARCHIVE_NAME = _SNAPSHOT["archive_name"]
MODULE_COUNT = _SNAPSHOT["module_count"]
SAMPLE_FILES = tuple(... | 46 | 537 | 15 | 0.98 | 2026-04-17T13:13:13.678383 | true |
github_argoproj_argo-cd_b2b2c64d3852877901c8d431c3b870498abc9116 | Go | argoproj | argo-cd | 22,625 | 7,078 | Declarative Continuous Deployment for Kubernetes | [
"argo",
"argo-cd",
"cd",
"ci-cd",
"cicd",
"continuous-delivery",
"continuous-deployment",
"devops",
"docker",
"gitops",
"hacktoberfest",
"helm",
"jsonnet",
"kubernetes",
"kustomize",
"pipeline"
] | Apache-2.0 | pkg/apiclient/grpcproxy.go | grpcproxy.go | 5,891 | package apiclient
import (
"bytes"
"context"
"encoding/binary"
"errors"
"fmt"
"io"
"net"
"net/http"
"os"
"strconv"
"strings"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/keepalive"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
"github.com/argopr... | 678 | 5,891 | 237 | 0.98 | 2026-04-17T09:17:42.036455 | true |
github_FormidableLabs_nodejs-dashboard_4d8fb740984fe21aba8b615c9e92a31bfddb250f | JavaScript | FormidableLabs | nodejs-dashboard | 3,887 | 142 | Telemetry dashboard for node.js apps from the terminal! | [
"monitoring",
"nodejs",
"telemetry"
] | MIT | lib/views/help.js | help.js | 1,862 | "use strict";
const blessed = require("blessed");
const pkg = require("../../package.json");
const HelpView = function HelpView(options) {
const content = [
"{center}{bold}keybindings{/bold}{/center}",
"",
"{cyan-fg} left, right{/} rotate through layouts",
"{cyan-fg} w, s{/} increase / dec... | 221 | 1,862 | 88 | 0.98 | 2026-04-23T07:44:44.379940 | true |
github_APIs-guru_graphql-voyager_7850e2d75e0f08b0f7a921f5a0f956604a49b896 | TypeScript | APIs-guru | graphql-voyager | 8,118 | 548 | 🛰️ Represent any GraphQL API as an interactive graph | [
"api-documentation",
"graphql",
"graphql-tools",
"graphviz",
"visualization"
] | MIT | src/graph/svg-renderer.ts | svg-renderer.ts | 4,787 | // eslint-disable-next-line import/no-unresolved
import DeprecatedIconSvg from '../components/icons/deprecated-icon.svg?raw';
// eslint-disable-next-line import/no-unresolved
import RelayIconSvg from '../components/icons/relay-icon.svg?raw';
import { stringToSvg } from '../utils/dom-helpers.ts';
import { getDot } from ... | 409 | 4,787 | 147 | 0.98 | 2026-04-18T01:30:00.945367 | true |
github_imsnif_bandwhich_fd5eb37f82a4adfbd8b26ec1d6ad855834976b62 | Rust | imsnif | bandwhich | 11,691 | 340 | Terminal bandwidth utilization tool | [
"bandwidth",
"cli",
"dashboard",
"networking"
] | MIT | src/display/raw_terminal_backend.rs | raw_terminal_backend.rs | 1,539 | // this is a bit of a hack:
// the TUI backend used by this app changes stdout to raw byte mode.
// this is not desired when we do not use it (in our --raw mode),
// since it makes writing to stdout overly complex
//
// so what we do here is provide a fake backend (RawTerminalBackend)
// that implements the Backend TUI... | 203 | 1,539 | 64 | 0.98 | 2026-04-17T14:20:38.907754 | true |
github_DATA-DOG_go-sqlmock_5fade37c75d4f842080b40a069deb0bd89086837 | Go | DATA-DOG | go-sqlmock | 6,542 | 406 | Sql mock driver for golang to test database interactions | [
"database",
"go",
"golang",
"mock",
"sql",
"sql-driver",
"tdd",
"testing"
] | NOASSERTION | expectations_go18.go | expectations_go18.go | 2,304 | //go:build go1.8
// +build go1.8
package sqlmock
import (
"database/sql"
"database/sql/driver"
"fmt"
"reflect"
)
// WillReturnRows specifies the set of resulting rows that will be returned
// by the triggered query
func (e *ExpectedQuery) WillReturnRows(rows ...*Rows) *ExpectedQuery {
defs := 0
sets := make([]... | 347 | 2,304 | 90 | 0.98 | 2026-04-17T18:15:39.740733 | true |
github_rust-lang_rust_42ade5b90048b70176a9765f44ff3f23bf442755 | Rust | rust-lang | rust | 112,076 | 14,769 | Empowering everyone to build reliable and efficient software. | [
"compiler",
"language",
"rust"
] | Apache-2.0 | src/librustdoc/externalfiles.rs | externalfiles.rs | 3,783 | use std::path::{Path, PathBuf};
use std::{fs, str};
use rustc_errors::DiagCtxtHandle;
use rustc_span::edition::Edition;
use serde::Serialize;
use crate::html::markdown::{ErrorCodes, HeadingOffset, IdMap, Markdown, Playground};
#[derive(Clone, Debug, Serialize)]
pub(crate) struct ExternalHtml {
/// Content that w... | 338 | 3,783 | 120 | 0.98 | 2026-04-17T13:13:50.259398 | true |
github_sergi0g_cup_a60aa446dd380bbec205d54020f51bc92ae065d0 | Rust | sergi0g | cup | 1,279 | 22 | 🥤Docker container updates made easy | [
"cli",
"container",
"docker",
"docker-container",
"docker-image",
"dockerhub",
"react",
"rust",
"self-hosted",
"server",
"tailwindcss",
"terminal",
"update",
"update-checker",
"updates"
] | AGPL-3.0 | src/config.rs | config.rs | 5,144 | use rustc_hash::FxHashMap;
use serde::Deserialize;
use serde::Deserializer;
use std::env;
use std::mem;
use std::path::PathBuf;
use crate::error;
// We can't assign `a` to `b` in the loop in `Config::load`, so we'll have to use swap. It looks ugly so now we have a macro for it.
macro_rules! swap {
($a:expr, $b:ex... | 543 | 5,144 | 168 | 0.98 | 2026-04-17T19:32:07.027948 | true |
github_adam-mcdaniel_oakc_cf14f5e847999be538b9d3dfcb51315af09e36bf | Rust | adam-mcdaniel | oakc | 747 | 21 | A portable programming language with a compact intermediate representation | [
"c",
"compiler",
"compiler-design",
"golang"
] | Apache-2.0 | src/target/c.rs | c.rs | 4,276 | use super::Target;
use std::{
env::consts::EXE_SUFFIX,
fs::{remove_file, write},
io::{Error, ErrorKind, Result, Write},
process::{Command, Stdio},
};
pub struct C;
impl Target for C {
fn get_name(&self) -> char {
'c'
}
fn is_standard(&self) -> bool {
true
}
fn std(... | 380 | 4,276 | 163 | 0.98 | 2026-04-17T17:08:39.331215 | true |
github_philtabor_Youtube-Code-Repository_507ab81f311c4abce1a889b03294fc2c9b4cd98a | Python | philtabor | Youtube-Code-Repository | 929 | 495 | Repository for most of the code from my YouTube channel | [
"convolutional-neural-networks",
"monte-carlo-methods",
"qlearning-algorithm",
"reinforcement-learning",
"sarsa"
] | UNKNOWN | simple_cnn_mnist.py | simple_cnn_mnist.py | 6,058 | import torch as T
import torch.nn as nn
import torch.nn.functional as F
import torch.optim as optim
from torchvision.datasets import MNIST
from torchvision.transforms import ToTensor
import numpy as np
import matplotlib.pyplot as plt
class CNN(nn.Module):
def __init__(self, lr, epochs, batch_size, num_classes=10):... | 426 | 6,058 | 170 | 0.98 | 2026-04-22T20:24:25.889079 | true |
github_Ottrlang_otterlang_9c098cea599ad8a7661cd67c26a912e2d2c4ad4b | 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/runner.rs | runner.rs | 3,649 | use anyhow::{Context, Result, bail};
use std::path::Path;
use std::process::Command;
use std::time::Instant;
use crate::cli::CompilationSettings;
use crate::test::{TestCase, TestResult};
pub struct TestRunner {
settings: CompilationSettings,
update_snapshots: bool,
}
impl TestRunner {
pub fn new(settings... | 262 | 3,649 | 105 | 0.98 | 2026-04-17T17:09:29.958386 | true |
github_danielmiessler_Fabric_666cb98b1ea48c26f751c9da7d1aa689a86f28c9 | Go | danielmiessler | Fabric | 40,676 | 4,045 | Fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere. | [
"ai",
"augmentation",
"flourishing",
"life",
"work"
] | MIT | internal/i18n/i18n_test.go | i18n_test.go | 1,490 | package i18n
import (
"testing"
gi18n "github.com/nicksnyder/go-i18n/v2/i18n"
)
func TestTranslation(t *testing.T) {
testCases := []struct {
lang string
expected string
}{
{"es", "usa la entrada original, porque no se puede aplicar la legibilidad de html"},
{"en", "use original input, because can't a... | 178 | 1,347 | 41 | 0.98 | 2026-04-17T07:30:21.840967 | true |
github_GitSquared_edex-ui_b3425cf4ee837b7f8ccf76b219ca5b1e8458e2d5 | JavaScript | GitSquared | edex-ui | 44,694 | 3,091 | A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support. | [
"desktop",
"edex-ui",
"electron",
"linux",
"macos",
"nodejs",
"science-fiction",
"shell",
"terminal",
"touchscreen",
"tron",
"unixporn",
"windows"
] | GPL-3.0 | src/classes/cpuinfo.class.js | cpuinfo.class.js | 7,015 | class Cpuinfo {
constructor(parentId) {
if (!parentId) throw "Missing parameters";
// Create initial DOM
this.parent = document.getElementById(parentId);
this.parent.innerHTML += `<div id="mod_cpuinfo">
</div>`;
this.container = document.getElementById("mod_cpuinfo")... | 470 | 7,013 | 191 | 0.98 | 2026-04-23T06:18:32.424435 | true |
github_dandavison_delta_2e6655853d8671e87032c3c707d0d77980851431 | 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/handlers/draw.rs | draw.rs | 8,318 | use std::cmp::max;
use std::io::Write;
use crate::ansi;
use crate::cli::Width;
use crate::style::{DecorationStyle, Style};
fn paint_text(text_style: Style, text: &str, addendum: &str) -> String {
if addendum.is_empty() {
text_style.paint(text).to_string()
} else {
text_style
.paint... | 693 | 8,318 | 333 | 0.98 | 2026-04-17T13:27:38.517818 | true |
github_megvii-research_MOTR_7ef9941a44282572a78f6f384a50126fd92969d3 | Python | megvii-research | MOTR | 795 | 110 | [ECCV2022] MOTR: End-to-End Multiple-Object Tracking with TRansformer | [
"end-to-end",
"multi-object-tracking",
"pytorch",
"transformer"
] | NOASSERTION | eval.py | eval.py | 17,813 | # ------------------------------------------------------------------------
# Copyright (c) 2021 megvii-model. All Rights Reserved.
# ------------------------------------------------------------------------
# Modified from Deformable DETR (https://github.com/fundamentalvision/Deformable-DETR)
# Copyright (c) 2020 SenseT... | 1,765 | 17,813 | 436 | 0.98 | 2026-04-22T21:27:10.951322 | true |
github_pranshuparmar_witr_42cae3fc95d49775133e44c91223c3d9d66f28ef | Go | pranshuparmar | witr | 14,306 | 360 | Why is this running? | [] | Apache-2.0 | internal/output/sanitize.go | sanitize.go | 2,579 | package output
import (
"strings"
"unicode"
"unicode/utf8"
)
const hexDigits = "0123456789abcdef"
// SanitizeTerminal makes a string safe to print to an interactive terminal
// by just replacing control characters with visible escape sequences (e.g. "\x1b")
// Examples:
// - "hi\x1b[31mred" -> "hi\x1b[31mred" (... | 325 | 2,579 | 109 | 0.98 | 2026-04-17T10:42:39.163243 | true |
github_rustdesk_rustdesk_099c24d341cfd2fd83dcb777ec9785806f8cf703 | 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/ipc.rs | ipc.rs | 58,620 | use crate::{
common::CheckTestNatType,
privacy_mode::PrivacyModeState,
ui_interface::{get_local_option, set_local_option},
};
use bytes::Bytes;
use parity_tokio_ipc::{
Connection as Conn, ConnectionClient as ConnClient, Endpoint, Incoming, SecurityAttributes,
};
use serde_derive::{Deserialize, Serialize... | 4,606 | 58,618 | 1,701 | 0.98 | 2026-04-17T13:14:19.787311 | true |
github_mimblewimble_grin_12a1b89e1da037290e30d81e1218c363bc1ca87c | Rust | mimblewimble | grin | 5,088 | 984 | Minimal implementation of the Mimblewimble protocol. | [
"cryptocurrency",
"cryptography",
"grin",
"mimblewimble",
"rust",
"zero-knowledge-proofs"
] | Apache-2.0 | core/tests/consensus_testnet.rs | consensus_testnet.rs | 4,466 | // Copyright 2021 The Grin Developers
// 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... | 356 | 4,466 | 127 | 0.98 | 2026-04-17T15:20:05.298894 | true |
github_DavidHDev_react-bits_1b0b770d51c1b07c133ad4f3f3c4c3ae29e6df3f | JavaScript | DavidHDev | react-bits | 38,608 | 1,727 | An open source collection of animated, interactive & fully customizable React components for building memorable websites. | [
"3d",
"animations",
"component-library",
"components",
"components-library",
"components-react",
"css-animations",
"javascript",
"react",
"react-components",
"reactjs",
"tailwind",
"tailwindcss",
"ui-components",
"ui-library",
"web"
] | NOASSERTION | src/constants/Components.js | Components.js | 9,331 | const getStarted = {
introduction: () => import('../docs/Introduction.jsx'),
installation: () => import('../docs/Installation.jsx'),
mcp: () => import('../docs/McpServer.jsx')
};
const animations = {
'gradual-blur': () => import('../demo/Animations/GradualBlurDemo'),
'blob-cursor': () => import('../demo/Anim... | 568 | 9,331 | 156 | 0.98 | 2026-04-23T04:46:37.254933 | true |
github_farion1231_cc-switch_c7df771b574667c87534722e957288af5b80fe6a | 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/hooks/useDragSort.ts | useDragSort.ts | 3,344 | import { useCallback, useMemo } from "react";
import {
KeyboardSensor,
PointerSensor,
useSensor,
useSensors,
type DragEndEvent,
} from "@dnd-kit/core";
import { arrayMove, sortableKeyboardCoordinates } from "@dnd-kit/sortable";
import { useQueryClient } from "@tanstack/react-query";
import { toast } from "son... | 333 | 3,210 | 115 | 0.98 | 2026-04-17T13:18:49.373072 | true |
github_hyperledger_fabric_37755dd7111188fbcfedd4639a13fa5de7e642d4 | Go | hyperledger | fabric | 16,625 | 9,117 | Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy. | [
"blockchain",
"confidentiality",
"consensus",
"distributed-ledger",
"fabric",
"hyperledger"
] | Apache-2.0 | cmd/cryptogen/main_test.go | main_test.go | 335 | /*
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package main
import (
"testing"
"github.com/stretchr/testify/require"
yaml "gopkg.in/yaml.v3"
)
func TestDefaultConfigParsing(t *testing.T) {
config := &Config{}
err := yaml.Unmarshal([]byte(defaultConfig), &config)
require.NoE... | 33 | 335 | 20 | 0.98 | 2026-04-17T10:21:48.505972 | true |
github_image-rs_image_146a67583e8b978eea38b42383a766f18efa9b9c | Rust | image-rs | image | 5,720 | 693 | Encoding and decoding images in Rust | [
"decoding-images",
"pixel",
"rust"
] | Apache-2.0 | src/codecs/farbfeld.rs | farbfeld.rs | 5,478 | //! Decoding of farbfeld images
//!
//! farbfeld is a lossless image format which is easy to parse, pipe and compress.
//!
//! It has the following format:
//!
//! | Bytes | Description |
//! |--------|---------------------------------------------------------|
//! | 8 |... | 519 | 5,476 | 187 | 0.98 | 2026-04-17T14:55:45.187507 | true |
github_ChatGPTNextWeb_NextChat_897871fec37b48e318b8d0a86fe4153357cac0bf | 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/global.d.ts | global.d.ts | 1,179 | declare module "*.jpg";
declare module "*.png";
declare module "*.woff2";
declare module "*.woff";
declare module "*.ttf";
declare module "*.scss" {
const content: Record<string, string>;
export default content;
}
declare module "*.svg";
declare interface Window {
__TAURI__?: {
writeText(text: string): Prom... | 107 | 1,179 | 44 | 0.98 | 2026-04-23T08:58:08.821190 | true |
github_Kong_kubernetes-ingress-controller_e49d19154faf88c606822ed34ac66de2f655cd4f | Go | Kong | kubernetes-ingress-controller | 2,380 | 618 | :gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes. | [
"apis",
"crds",
"ingress",
"ingress-controller",
"k8s",
"kong",
"kubernetes",
"kubernetes-ingress",
"kubernetes-ingress-controller",
"microservices",
"team-k8s"
] | Apache-2.0 | internal/annotations/annotations_test.go | annotations_test.go | 25,102 | /*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 2,848 | 25,102 | 1,164 | 0.98 | 2026-04-18T01:00:39.301976 | true |
github_imsyy_DailyHotApi_cdac9118cf1582098e7500330c414e8105303748 | TypeScript | imsyy | DailyHotApi | 3,749 | 1,256 | 🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot | [
"api",
"daily-hot",
"list",
"rss",
"vercel"
] | MIT | src/utils/parseRSS.ts | parseRSS.ts | 1,512 | import RSSParser from "rss-parser";
import logger from "./logger.js";
/**
* 提取 RSS 内容
* @param content HTML 内容
* @returns RSS 内容
*/
export const extractRss = (content: string): string | null => {
// 匹配 <rss> 标签及内容
const rssRegex = /(<rss[\s\S]*?<\/rss>)/i;
const matches = content.match(rssRegex);
return ma... | 183 | 1,376 | 54 | 0.98 | 2026-04-17T18:03:24.159413 | true |
github_mozilla_sccache_bfc383bbcbaf1d5830a095c317ec83667637ac34 | Rust | mozilla | sccache | 7,178 | 656 | Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage. | [] | Apache-2.0 | src/cache/multilevel_test.rs | multilevel_test.rs | 41,336 | // Copyright 2026 Mozilla 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
//
// Unless required by applicable law or agreed... | 3,708 | 41,336 | 1,344 | 0.98 | 2026-04-17T14:39:59.855843 | true |
github_judahpaul16_gpt-home_c84176a05f189b566cca0e25a986b738468cea45 | Python | judahpaul16 | gpt-home | 640 | 65 | ChatGPT at home! A better alternative to commercial smart home assistants, built on the Raspberry Pi using LiteLLM and LangGraph. | [
"ai",
"automation",
"docker",
"fastapi",
"home-assistant",
"home-automation",
"iot",
"langchain",
"langgraph",
"langmem",
"llm",
"nginx",
"nodejs",
"openai",
"python",
"raspberry-pi",
"react",
"speech-recognition",
"spotify",
"typescript"
] | GPL-3.0 | src/tools/lights.py | lights.py | 2,731 | import re
from langchain_core.tools import tool
from .env_utils import get_env, get_host_ip
HUE_COLORS = {
"red": 0,
"green": 25500,
"blue": 46920,
"yellow": 12750,
"purple": 56100,
"orange": 6000,
"pink": 56100,
"white": 15330,
}
def _get_bridge():
"""Get Philips Hue bridge con... | 275 | 2,731 | 95 | 0.98 | 2026-04-23T00:50:48.725632 | true |
github_bnb-chain_bsc_d77cbc5768d38951a7bfccc82bbf5689d8d1f21a | Go | bnb-chain | bsc | 3,240 | 1,785 | A BNB Smart Chain client based on the go-ethereum fork | [
"blockchain",
"bnb",
"ethereum"
] | LGPL-3.0 | cmd/workload/filtertest.go | filtertest.go | 7,148 | // Copyright 2025 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any la... | 838 | 7,148 | 232 | 0.98 | 2026-04-17T16:50:16.224555 | true |
github_vuejs_vuex_6256af96f234cd69c9200c5c6629a8a036433f7c | JavaScript | vuejs | vuex | 28,374 | 9,494 | 🗃️ Centralized State Management for Vue.js. | [
"javascript",
"state-management",
"time-travel",
"vue",
"vuex"
] | MIT | src/module/module.js | module.js | 1,612 | import { forEachValue } from '../util'
// Base data struct for store's module, package with some attribute and method
export default class Module {
constructor (rawModule, runtime) {
this.runtime = runtime
// Store some children item
this._children = Object.create(null)
// Store the origin module obj... | 175 | 1,612 | 72 | 0.98 | 2026-04-23T11:45:13.166029 | true |
github_sipeed_picoclaw_1085ddeaefc047924ba4f0ed6c2efab46aa04627 | Go | sipeed | picoclaw | 28,245 | 4,025 | Tiny, Fast, and Deployable anywhere — automate the mundane, unleash your creativity | [] | MIT | pkg/agent/loop_turn.go | loop_turn.go | 60,471 | // PicoClaw - Ultra-lightweight personal AI agent
package agent
import (
"context"
"encoding/json"
"errors"
"fmt"
"strings"
"time"
"github.com/sipeed/picoclaw/pkg/bus"
"github.com/sipeed/picoclaw/pkg/config"
"github.com/sipeed/picoclaw/pkg/constants"
"github.com/sipeed/picoclaw/pkg/logger"
"github.com/sip... | 5,389 | 60,469 | 1,879 | 0.98 | 2026-04-17T08:26:20.673711 | true |
github_Automattic_mongoose_3977d9d35f491830b77d76ddcd23a40665ffc294 | JavaScript | Automattic | mongoose | 27,471 | 3,979 | MongoDB object modeling designed to work in an asynchronous environment. | [
"mongo",
"mongodb",
"nodejs",
"odm",
"orm"
] | MIT | lib/options/schemaTypeOptions.js | schemaTypeOptions.js | 6,022 | 'use strict';
const clone = require('../helpers/clone');
/**
* The options defined on a schematype.
*
* #### Example:
*
* const schema = new Schema({ name: String });
* schema.path('name').options instanceof mongoose.SchemaTypeOptions; // true
*
* @api public
* @constructor SchemaTypeOptions
*/
cla... | 751 | 6,022 | 245 | 0.98 | 2026-04-23T06:42:42.133310 | true |
github_charmbracelet_crush_9031505a3db825f2c21d83e005046323bde3a6c2 | Go | charmbracelet | crush | 23,121 | 1,528 | Glamourous agentic coding for all 💘 | [
"agentic-ai",
"ai",
"llms",
"ravishing"
] | NOASSERTION | internal/db/querier.go | querier.go | 2,696 | // Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.30.0
package db
import (
"context"
)
type Querier interface {
CreateFile(ctx context.Context, arg CreateFileParams) (File, error)
CreateMessage(ctx context.Context, arg CreateMessageParams) (Message, error)
CreateSession(ctx context.Context, arg C... | 216 | 2,696 | 52 | 0.98 | 2026-04-17T09:14:58.511968 | true |
github_directus_directus_15d10f65db24977f07f12fa38a9d48523df7ad66 | TypeScript | directus | directus | 34,882 | 4,723 | The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. | [
"api",
"app",
"cms",
"composable",
"data-visualization",
"database",
"directus",
"graphql",
"headless-cms",
"javascript",
"mariadb",
"mssql",
"mysql",
"no-code",
"node",
"postgresql",
"sql",
"sqlite",
"typescript",
"vue"
] | NOASSERTION | app/src/idle.ts | idle.ts | 1,353 | import { throttle } from 'lodash';
import { emitter, Events } from './events';
const events = ['pointermove', 'pointerdown', 'keydown'];
export const time = 5 * 60 * 1000; // 5 min in ms
let timeout: number | null;
let visible = true;
let idle = false;
const throttledOnIdleEvents = throttle(onIdleEvents, 500);
ex... | 156 | 1,353 | 65 | 0.98 | 2026-04-23T07:58:07.274293 | true |
github_pytest-dev_pytest_287f0d569ffdd0714b2e3997c52ef101d34a8066 | Python | pytest-dev | pytest | 13,790 | 3,101 | The pytest framework makes it easy to write small tests, yet scales to support complex functional testing | [
"hacktoberfest",
"python",
"test",
"testing",
"unit-testing"
] | MIT | src/_pytest/terminalprogress.py | terminalprogress.py | 1,153 | # A plugin to register the TerminalProgressPlugin plugin.
#
# This plugin is not loaded by default due to compatibility issues (#13896),
# but can be enabled in one of these ways:
# - The terminal plugin enables it in a few cases where it's safe, and not
# blocked by the user (using e.g. `-p no:terminalprogress`).
# ... | 149 | 1,153 | 31 | 0.98 | 2026-04-23T04:05:18.412029 | true |
github_paperless-ngx_paperless-ngx_362676a885f0998bfafca3d57742397cca7a9f62 | JavaScript | paperless-ngx | paperless-ngx | 38,143 | 2,431 | A community-supported supercharged document management system: scan, index and archive all your documents | [
"angular",
"archiving",
"django",
"dms",
"document-management",
"document-management-system",
"hacktoberfest",
"machine-learning",
"ocr",
"optical-character-recognition",
"pdf"
] | GPL-3.0 | .prettierrc.js | .prettierrc.js | 327 | const config = {
// https://prettier.io/docs/en/options.html#semicolons
semi: false,
// https://prettier.io/docs/en/options.html#quotes
singleQuote: true,
// https://prettier.io/docs/en/options.html#trailing-commas
trailingComma: 'es5',
plugins: [require('prettier-plugin-organize-imports')],
}
module.exports = ... | 22 | 327 | 12 | 0.98 | 2026-04-17T06:43:37.821516 | true |
github_farion1231_cc-switch_0e8caa0468c292763de381fc43b0dd9d647237b5 | 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/codexProviderPresets.ts | codexProviderPresets.ts | 12,539 | /**
* Codex 预设供应商配置模板
*/
import { ProviderCategory } from "../types";
import type { PresetTheme } from "./claudeProviderPresets";
export interface CodexProviderPreset {
name: string;
nameKey?: string; // i18n key for localized display name
websiteUrl: string;
// 第三方供应商可提供单独的获取 API Key 链接
apiKeyUrl?: string... | 872 | 12,099 | 441 | 0.98 | 2026-04-17T13:18:44.128227 | true |
github_directus_directus_9ced4e4eed3425697999939d74fae4f744112e2b | TypeScript | directus | directus | 34,882 | 4,723 | The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. | [
"api",
"app",
"cms",
"composable",
"data-visualization",
"database",
"directus",
"graphql",
"headless-cms",
"javascript",
"mariadb",
"mssql",
"mysql",
"no-code",
"node",
"postgresql",
"sql",
"sqlite",
"typescript",
"vue"
] | NOASSERTION | app/histoire.config.ts | histoire.config.ts | 811 | import { HstVue } from '@histoire/plugin-vue';
import { defineConfig } from 'histoire';
export default defineConfig({
plugins: [HstVue()],
setupFile: './src/__histoire__/setup.ts',
theme: {
title: 'Directus Components',
favicon: './public/favicon.ico',
logo: {
light: './src/assets/logo-dark.svg',
dark: ... | 75 | 811 | 37 | 0.98 | 2026-04-23T07:58:03.232308 | true |
github_imsyy_DailyHotApi_1a4b5c8a8d15ed108f0a5dbe8bbc0e9a69d166bc | TypeScript | imsyy | DailyHotApi | 3,749 | 1,256 | 🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot | [
"api",
"daily-hot",
"list",
"rss",
"vercel"
] | MIT | src/routes/ithome.ts | ithome.ts | 1,739 | import type { RouterData } from "../types.js";
import { load } from "cheerio";
import { get } from "../utils/getData.js";
import { getTime } from "../utils/getTime.js";
export const handleRoute = async (_: undefined, noCache: boolean) => {
const listData = await getList(noCache);
const routeData: RouterData = {
... | 187 | 1,673 | 56 | 0.98 | 2026-04-17T18:03:09.188791 | true |
github_sindresorhus_execa_1f4520a59505e8346815479341956d3ffb76136c | JavaScript | sindresorhus | execa | 7,493 | 250 | Process execution for humans | [
"binary",
"child-process",
"exec",
"execute",
"javascript",
"nodejs",
"shell",
"spawn",
"spawned-processes",
"streams"
] | MIT | lib/io/max-buffer.js | max-buffer.js | 2,894 | import {MaxBufferError} from 'get-stream';
import {getStreamName} from '../utils/standard-stream.js';
import {getFdSpecificValue} from '../arguments/specific.js';
// When the `maxBuffer` option is hit, a MaxBufferError is thrown.
// The stream is aborted, then specific information is kept for the error message.
export... | 361 | 2,894 | 90 | 0.98 | 2026-04-23T07:15:39.772108 | true |
github_cvat-ai_cvat_81bdce34a805de5d87bf816c70ffe71587fd3142 | JavaScript | cvat-ai | cvat | 15,689 | 3,655 | Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale. | [
"annotation",
"annotation-tool",
"annotations",
"boundingbox",
"computer-vision",
"computer-vision-annotation",
"dataset",
"deep-learning",
"image-annotation",
"image-classification",
"image-labeling",
"image-labelling-tool",
"imagenet",
"labeling",
"labeling-tool",
"object-detection",... | MIT | .remarkrc.js | .remarkrc.js | 729 | exports.settings = { bullet: '*', paddedTable: false };
exports.plugins = [
'remark-frontmatter',
'remark-gfm',
'remark-preset-lint-recommended',
'remark-preset-lint-consistent',
['remark-lint-list-item-indent', 'one'],
['remark-lint-no-dead-urls', false], // Does not work because of github pro... | 45 | 729 | 19 | 0.98 | 2026-04-22T13:55:30.663794 | true |
github_Chalarangelo_30-seconds-of-code_ce07d711c823e2dea2771a5e2e9a01d0bf1b7d13 | JavaScript | Chalarangelo | 30-seconds-of-code | 127,546 | 12,477 | Coding articles to level up your development skills | [
"astro",
"awesome-list",
"css",
"education",
"es6-javascript",
"git",
"html",
"javascript",
"learn-to-code",
"learning-resources",
"nodejs",
"programming",
"snippets"
] | CC-BY-4.0 | src/lib/feed.js | feed.js | 1,517 | import fs from 'fs';
import Snippet from '#src/models/snippet.js';
import StringUtils from '#src/lib/stringUtils.js';
import settings from '#src/config/settings.js';
export default class Feed {
static generate() {
const { name, description, url } = settings.website;
const data = `\
<rss
xmlns:dc="http://p... | 96 | 1,517 | 55 | 0.98 | 2026-04-23T06:14:54.594075 | true |
github_Soju06_codex-lb_52d9e3489ce1f8ad2f4e8a0cf8d1762b95097d54 | Python | Soju06 | codex-lb | 864 | 138 | Codex/ChatGPT multiple account load balancer & proxy with usage tracking, dashboard, and OpenCode-compatible endpoints | [
"api-proxy",
"chatgpt",
"codex",
"dashboard",
"fastapi",
"load-balancer",
"multiple-accounts",
"oauth",
"openai",
"openclaw",
"opencode",
"python",
"rate-limit",
"sqlalchemy",
"usage-tracking"
] | MIT | app/core/bootstrap.py | bootstrap.py | 5,388 | from __future__ import annotations
import hashlib
import logging
import secrets
from secrets import compare_digest
from app.core.config.settings import get_settings
from app.core.config.settings_cache import get_settings_cache
from app.core.crypto import TokenEncryptor
from app.db.session import SessionLocal
from app... | 466 | 5,388 | 150 | 0.98 | 2026-04-23T01:10:37.891325 | true |
github_keystonejs_keystone-classic_6e5980a3490802c8489e5a4bddd851ef3a825da2 | JavaScript | keystonejs | keystone-classic | 14,530 | 2,175 | Node.js CMS and web app framework | [
"cms",
"javascript",
"keystonejs",
"nodejs"
] | MIT | lib/view.js | view.js | 9,296 | /*!
* Module dependencies.
*/
var _ = require('lodash');
var async = require('async');
var keystone = require('../');
var utils = require('keystone-utils');
/**
* View Constructor
* =================
*
* Helper to simplify view logic in a Keystone application
*
* @api public
*/
function View (req, res) {
... | 1,252 | 9,296 | 369 | 0.98 | 2026-04-23T06:55:40.609360 | true |
github_ChromeDevTools_chrome-devtools-mcp_ad7130455fa35f7f44e662e09630b11942209929 | 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/tools/screencast.ts | screencast.ts | 3,620 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import fs from 'node:fs/promises';
import os from 'node:os';
import path from 'node:path';
import {zod} from '../third_party/index.js';
import type {ScreenRecorder, VideoFormat} from '../third_party/index.js';
import {ensureExtens... | 363 | 3,620 | 119 | 0.98 | 2026-04-23T08:42:49.642693 | true |
github_danny-avila_rag_api_78fd6f786abe5c4b8b3608f68f96f440db859a79 | Python | danny-avila | rag_api | 793 | 351 | ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector | [
"api",
"api-rest",
"embeddings",
"fastapi",
"langchain",
"pgvector",
"postgresql",
"psql",
"python",
"rag",
"vector",
"vector-database"
] | MIT | app/utils/health.py | health.py | 419 | # app/utils/health.py
from app.config import VECTOR_DB_TYPE, VectorDBType
from app.services.database import pg_health_check
from app.services.mongo_client import mongo_health_check
async def is_health_ok():
if VECTOR_DB_TYPE == VectorDBType.PGVECTOR:
return await pg_health_check()
if VECTOR_DB_TYPE ==... | 35 | 419 | 14 | 0.98 | 2026-04-23T00:47:21.483424 | true |
github_bootstrap-vue_bootstrap-vue_2058a5d2f2948e20ad08fc67a51be4bd5d742f0a | 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/utils/loose-equal.spec.js | loose-equal.spec.js | 8,050 | import { looseEqual } from './loose-equal'
describe('utils/looseEqual', () => {
it('compares booleans correctly', () => {
expect(looseEqual(true, true)).toBe(true)
expect(looseEqual(false, false)).toBe(true)
expect(looseEqual(true, false)).toBe(false)
expect(looseEqual(true, true)).toBe(true)
exp... | 851 | 8,050 | 204 | 0.98 | 2026-04-23T11:49:39.377260 | true |
github_avelino_awesome-go_3d59d22a24304fe36f783bc94b7cef04175a5ad6 | 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 | main_test.go | main_test.go | 3,448 | package main
import (
"bytes"
"github.com/avelino/awesome-go/pkg/markdown"
"os"
"regexp"
"sort"
"strings"
"testing"
"github.com/PuerkitoBio/goquery"
)
var (
reContainsLink = regexp.MustCompile(`\* \[.*\]\(.*\)`)
reOnlyLink = regexp.MustCompile(`\* \[.*\]\([^()]*\)$`)
reLinkWithDescriptio... | 415 | 3,448 | 136 | 0.98 | 2026-04-17T06:50:00.889651 | true |
github_rust-unofficial_awesome-rust_583ade67aa51f4339d7d5679836487dc2849de3b | Rust | rust-unofficial | awesome-rust | 56,779 | 3,295 | A curated list of Rust code and resources. | [
"awesome",
"rust"
] | CC0-1.0 | src/bin/hacktoberfest.rs | hacktoberfest.rs | 8,249 | // Helper tool to dump all repos in awesome-rust that are tagged with "hacktoberfest"
use anyhow::{format_err, Result};
use chrono::{DateTime, Duration, Local};
use futures::future::{select_all, BoxFuture, FutureExt};
use lazy_static::lazy_static;
use log::{debug, warn};
use pulldown_cmark::{Event, Parser, Tag};
use r... | 717 | 8,249 | 275 | 0.98 | 2026-04-17T13:17:11.869277 | true |
github_parcel-bundler_lightningcss_e885c5975c04a0b70df668b175434a487d0c6149 | Rust | parcel-bundler | lightningcss | 7,510 | 261 | An extremely fast CSS parser, transformer, bundler, and minifier written in Rust. | [
"build-tool",
"compiler",
"css",
"minifier",
"parser",
"rust"
] | MPL-2.0 | src/properties/flex.rs | flex.rs | 26,473 | //! CSS properties related to flexbox layout.
use super::align::{
AlignContent, AlignItems, AlignSelf, ContentDistribution, ContentPosition, JustifyContent, SelfPosition,
};
use super::{Property, PropertyId};
use crate::context::PropertyHandlerContext;
use crate::declaration::{DeclarationBlock, DeclarationList};
use... | 2,510 | 26,473 | 811 | 0.98 | 2026-04-17T14:37:45.510980 | true |
github_kyverno_kyverno_7d2035ebdc4743f512d3059d8c4981fcc0e32aad | Go | kyverno | kyverno | 7,636 | 1,314 | Unified Policy as Code | [
"compliance",
"governance",
"kubernetes",
"policy-as-code",
"security"
] | Apache-2.0 | pkg/admissionpolicy/utils.go | utils.go | 7,872 | package admissionpolicy
import (
"context"
"fmt"
"slices"
"github.com/kyverno/kyverno/pkg/auth/checker"
engineapi "github.com/kyverno/kyverno/pkg/engine/api"
admissionregistrationv1 "k8s.io/api/admissionregistration/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/... | 806 | 7,872 | 202 | 0.98 | 2026-04-17T20:25:21.415393 | true |
github_dtolnay_cxx_52b3b20654f6a801b8657cfb7651b3d7d3fe12e2 | Rust | dtolnay | cxx | 6,706 | 404 | Safe interop between Rust and C++ | [] | Apache-2.0 | src/exception.rs | exception.rs | 563 | #![cfg(feature = "alloc")]
use alloc::boxed::Box;
use core::fmt::{self, Display};
use core::error::Error as StdError;
/// Exception thrown from an `extern "C++"` function.
#[cfg_attr(docsrs, doc(cfg(feature = "alloc")))]
#[derive(Debug)]
pub struct Exception {
pub(crate) what: Box<str>,
}
impl Display for Excep... | 67 | 563 | 29 | 0.98 | 2026-04-17T14:44:48.090485 | true |
github_bigint_hey_55a600b8771bd4ccf332ea5f9a5b7d6e7de2c46a | 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/tokens.ts | tokens.ts | 319 | import { CONTRACTS } from "./contracts";
export const tokens = [
{
contractAddress: CONTRACTS.defaultToken,
decimals: 18,
name: "Wrapped GHO",
symbol: "WGHO"
},
{
contractAddress: "0xB0588f9A9cADe7CD5f194a5fe77AcD6A58250f82",
decimals: 18,
name: "Bonsai",
symbol: "BONSAI"
}
];
| 33 | 319 | 17 | 0.98 | 2026-04-18T01:22:57.082561 | true |
github_nodejs_node_ac4b0a33efb8ab889d34cd18cb1af99254954957 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/crypto.js | crypto.js | 8,719 | // Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modi... | 873 | 8,719 | 387 | 0.98 | 2026-04-23T06:15:39.978052 | true |
github_deepfakes_faceswap_c941910a6e247be514f95519809d4d1c4ce1ade0 | Python | deepfakes | faceswap | 55,172 | 13,408 | Deepfakes Software For All | [
"deep-face-swap",
"deep-learning",
"deep-neural-networks",
"deepface",
"deepfakes",
"deeplearning",
"face-swap",
"faceswap",
"fakeapp",
"machine-learning",
"myfakeapp",
"neural-nets",
"neural-networks",
"openfaceswap"
] | GPL-3.0 | lib/gui/options.py | options.py | 25,309 | #!/usr/bin python3
""" Cli Options for the GUI """
from __future__ import annotations
import inspect
from argparse import SUPPRESS
from dataclasses import dataclass
from importlib import import_module
import logging
import os
import re
import sys
import typing as T
from lib.cli import actions
from lib.utils import ge... | 2,338 | 25,309 | 660 | 0.98 | 2026-04-17T06:42:23.856679 | true |
github_bigint_hey_30c9976441d2df6386e7ddf6352f074905fbdbe3 | 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/getAttachmentsData.ts | getAttachmentsData.ts | 1,119 | import type { AnyMediaFragment, Maybe } from "@/indexer/generated";
import type { AttachmentData } from "@/types/misc";
import sanitizeDStorageUrl from "./sanitizeDStorageUrl";
const getAttachmentsData = (
attachments?: Maybe<AnyMediaFragment[]>
): AttachmentData[] => {
if (!attachments) {
return [];
}
re... | 92 | 1,119 | 39 | 0.98 | 2026-04-18T01:23:04.497335 | true |
github_reacherhq_check-if-email-exists_27fffe8ae39a74b4a28c7fd65c634709a3d5ad6c | Rust | reacherhq | check-if-email-exists | 8,584 | 610 | Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend. | [
"email",
"email-validation",
"email-validation-api",
"email-verification",
"email-verification-api",
"email-verifier",
"hacktoberfest"
] | NOASSERTION | core/src/haveibeenpwned.rs | haveibeenpwned.rs | 2,079 | // check-if-email-exists
// Copyright (C) 2018-2023 Reacher
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
... | 259 | 2,079 | 71 | 0.98 | 2026-04-17T14:31:04.499826 | true |
github_cognitivetech_ollama-ebook-summary_f66aca34ea69b3c14a74c21cb3ca3c09c4ead1c7 | Python | cognitivetech | ollama-ebook-summary | 620 | 49 | LLM for Long Text Summary (Comprehensive Bulleted Notes) | [
"generative-ai",
"gpt",
"llm",
"localai",
"localgpt",
"ollama",
"ollama-app",
"privategpt",
"privategpt4linux",
"summarization"
] | UNKNOWN | sum.py | sum.py | 24,946 | import os, sys, csv, time, re, json, yaml
import requests, argparse, traceback
from typing import Dict, Any, Tuple, Optional, List
from urllib.parse import urljoin
from pathlib import Path
class Config:
"""Centralized access to configuration parameters."""
def __init__(self, config_path: str = None):
... | 2,310 | 24,946 | 621 | 0.98 | 2026-04-22T22:05:53.040173 | true |
github_redux-offline_redux-offline_371999d6d090013adc5a7ca24384112c9891970d | JavaScript | redux-offline | redux-offline | 6,136 | 393 | Build Offline-First Apps for Web and React Native | [
"hacktoberfest",
"offline-capable",
"react",
"react-native",
"redux"
] | MIT | src/defaults/retry.js | retry.js | 523 | // @flow
import type { OfflineAction } from '../types';
const decaySchedule = [
1000, // After 1 seconds
1000 * 5, // After 5 seconds
1000 * 15, // After 15 seconds
1000 * 30, // After 30 seconds
1000 * 60, // After 1 minute
1000 * 60 * 3, // After 3 minutes
1000 * 60 * 5, // After 5 minutes
1000 * 60 ... | 103 | 523 | 19 | 0.98 | 2026-04-23T06:04:16.510872 | true |
github_superlinear-ai_raglite_3ecc81a929d5a11f6a0ab0a0ed3dcb116953914f | Python | superlinear-ai | raglite | 1,151 | 101 | 🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL | [
"chainlit",
"colbert",
"duckdb",
"evals",
"late-chunking",
"late-interaction",
"llm",
"markdown",
"pdf",
"pgvector",
"postgres",
"postgresql",
"query-adapter",
"rag",
"reranking",
"retrieval-augmented-generation",
"sqlite",
"vector-search"
] | MPL-2.0 | src/raglite/_metadata_filter.py | _metadata_filter.py | 3,874 | """Helpers to build metadata filter conditions with consistent semantics."""
import json
from collections.abc import Mapping
from typing import Any
from sqlalchemy import and_, false, or_
from sqlalchemy.dialects.postgresql import JSONB
from sqlmodel import col, func
from raglite._database import _adapt_metadata
fro... | 340 | 3,874 | 101 | 0.98 | 2026-04-17T23:56:34.302952 | true |
github_reactstrap_reactstrap_29a6c0bdf663fe58c270b7a57fd6648e46886b08 | JavaScript | reactstrap | reactstrap | 10,527 | 1,288 | Simple React Bootstrap 5 components | [
"bootstrap",
"components",
"hacktoberfest",
"javascript",
"react",
"reactstrap",
"ui"
] | MIT | src/Carousel.js | Carousel.js | 9,114 | import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import CarouselItem from './CarouselItem';
import { CarouselContext } from './CarouselContext';
import { mapToCssModules, omit } from './utils';
const SWIPE_THRESHOLD = 40;
const propTypes = {
/** the current active ... | 886 | 9,114 | 324 | 0.98 | 2026-04-23T05:44:01.596702 | true |
github_gin-gonic_gin_c01b917e3be46247ff24b96cf2fdb7fcc15a6992 | Go | gin-gonic | gin | 88,301 | 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 | routergroup.go | routergroup.go | 9,279 | // 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/http"
"path"
"regexp"
"strings"
)
var (
// regEnLetter matches english letters for http method name
regEnLetter = regex... | 1,062 | 9,279 | 260 | 0.95 | 2026-04-13T14:03:16.393988 | true |
github_starship_starship_1bd7b7f1ef29ec9dd113df3c3cd1f2ba0644b5ae | 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/erlang.rs | erlang.rs | 905 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct ErlangConfig<'a> {
pub format: &'a str,
pub version_format: &'a str,
pub symbol: &'a s... | 86 | 903 | 35 | 0.98 | 2026-04-17T13:17:37.524660 | true |
github_wooorm_markdown-rs_dbb7f741000e91c63d4a390c63c72338a41f450a | Rust | wooorm | markdown-rs | 1,496 | 87 | CommonMark compliant markdown parser in Rust with ASTs and extensions | [
"commonmark",
"compiler",
"gfm",
"markdown",
"parse",
"render",
"rust",
"tokenize"
] | MIT | src/construct/partial_space_or_tab_eol.rs | partial_space_or_tab_eol.rs | 6,247 | //! Space or tab (eol) occurs in [destination][], [label][], and [title][].
//!
//! ## Grammar
//!
//! Space or tab (eol) forms with the following BNF
//! (<small>see [construct][crate::construct] for character groups</small>):
//!
//! ```bnf
//! space_or_tab_eol ::= 1*space_or_tab | *space_or_tab eol *space_or_tab
//!... | 576 | 6,165 | 209 | 0.98 | 2026-04-17T17:05:55.059585 | true |
github_abinthomasonline_repo2txt_ed2fed55d2fc46f3fe75ea7a1e18fc8edeb36ad0 | TypeScript | abinthomasonline | repo2txt | 1,791 | 214 | Web-based tool converts GitHub repository contents into a single formatted text file | [
"ai",
"anthropic",
"chatgpt",
"developer-tools",
"devtools",
"llm"
] | UNKNOWN | src/types/index.ts | index.ts | 1,604 | /**
* Core type definitions for repo2txt v2.0
*/
export type ProviderType = 'github' | 'local' | 'gitlab' | 'azure';
export type Theme = 'light' | 'dark' | 'system';
export interface FileNode {
path: string;
type: 'blob' | 'tree';
url?: string;
urlType?: 'api' | 'directory' | 'zip';
size?: number;
sha?... | 194 | 1,604 | 86 | 0.98 | 2026-04-18T00:27:39.104537 | true |
github_ChatGPTNextWeb_NextChat_a6d1919045cd5cfbaff5f8d0585e1ab233f8596a | TypeScript | ChatGPTNextWeb | NextChat | 87,769 | 59,807 | ✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows | [
"calclaude",
"chatgpt",
"claude",
"cross-platform",
"desktop",
"fe",
"gemini",
"gemini-pro",
"gemini-server",
"gemini-ultra",
"gpt-4o",
"groq",
"nextjs",
"ollama",
"react",
"tauri",
"tauri-app",
"vercel",
"webui"
] | MIT | app/locales/en.ts | en.ts | 24,515 | import { getClientConfig } from "../config/client";
import { SubmitKey } from "../store/config";
import { LocaleType } from "./index";
import { SAAS_CHAT_UTM_URL } from "@/app/constant";
// if you are adding a new translation, please use PartialLocaleType instead of LocaleType
const isApp = !!getClientConfig()?.isApp;... | 2,720 | 24,459 | 876 | 0.98 | 2026-04-23T08:58:12.257281 | true |
github_covibes_zeroshot_9e4e700d016f28d338dbed3c441c727553381b2a | JavaScript | covibes | zeroshot | 1,439 | 125 | Your autonomous engineering team in a CLI. Point Zeroshot at an issue, walk away, and return to production-grade code. Supports Claude Code, OpenAI Codex, OpenCode, and Gemini CLI. | [
"agent-orchestration",
"agentic-workflow",
"ai-agent",
"ai-agents",
"autonomous-agents",
"claude",
"cli",
"codex",
"coding-assistant",
"developer-tools",
"gemini",
"generative-ai",
"github-automation",
"llm",
"llm-ops",
"llm-tools",
"multi-agent",
"vibecoding"
] | MIT | src/tui/layout.js | layout.js | 9,134 | /**
* TUI Dashboard Layout
* Creates a blessed-contrib grid with multiple widgets for cluster monitoring
*
* Layout Grid (20 rows x 12 columns):
* - Rows 0-5: Clusters Table (cols 0-7) | System Stats (cols 8-11)
* - Rows 6-11: Agents Table (cols 0-11)
* - Rows 12-17: Live Logs (cols 0-11)
* - Rows 18-19: Hel... | 1,112 | 9,128 | 340 | 0.98 | 2026-04-23T12:57:05.975723 | true |
github_bigint_hey_266813eb578aeb9b7a78bb8552bccd0fd17b266c | 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/getBlockedMessage.ts | getBlockedMessage.ts | 589 | import getAccount from "@/helpers//getAccount";
import type { AccountFragment } from "@/indexer/generated";
const formatMessage = (
account: AccountFragment,
formatter: (username: string) => string
): string => {
const { username } = getAccount(account);
return formatter(username);
};
export const getBlocked... | 65 | 589 | 18 | 0.98 | 2026-04-18T01:23:05.560368 | true |
github_svenstaro_genact_342166d0ec94b1209c082dcaf8c578ec235e0784 | Rust | svenstaro | genact | 11,993 | 490 | 🌀 A nonsense activity generator | [
"cli",
"fake",
"hacktoberfest",
"nonsense",
"useless",
"wasm",
"webassembly"
] | MIT | src/modules/botnet.rs | botnet.rs | 3,180 | //! Pretend to run and orchestrate a botnet
use async_trait::async_trait;
use rand::{RngExt, rng};
use yansi::Paint;
use crate::args::AppConfig;
use crate::io::{csleep, cursor_up, dprint, erase_line, newline, print};
use crate::modules::Module;
pub struct Botnet;
#[async_trait(?Send)]
impl Module for Botnet {
fn... | 260 | 3,180 | 111 | 0.98 | 2026-04-17T14:18:49.778631 | true |
github_redux-form_redux-form_6051f6bb8fe7d44992538646d052f7a23d7b168b | 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/immutable/getFormSubmitErrors.js | getFormSubmitErrors.js | 182 | // @flow
import createGetFormSubmitErrors from '../selectors/getFormSubmitErrors'
import immutable from '../structure/immutable'
export default createGetFormSubmitErrors(immutable)
| 13 | 182 | 6 | 0.98 | 2026-04-23T04:57:19.145097 | true |
github_nearai_ironclaw_dccb47714ce185e955cad0c5c0a05c973da4a986 | Rust | nearai | ironclaw | 11,845 | 1,350 | IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security | [] | Apache-2.0 | src/agent/router.rs | router.rs | 6,174 | //! Message routing to appropriate handlers.
//!
//! The router handles explicit commands (starting with `/`).
//! Natural language intent classification is handled by `IntentClassifier`
//! which uses LLM + tools instead of brittle pattern matching.
use crate::channels::IncomingMessage;
/// Intent extracted from a m... | 591 | 6,174 | 201 | 0.98 | 2026-04-17T14:19:25.076779 | true |
github_stair-lab_kg-gen_f974b80cc1da12927e8fe0ee7d3ce969af7f8bec | JavaScript | stair-lab | kg-gen | 1,114 | 165 | [NeurIPS '25] Knowledge Graph Generation from Any Text | [
"benchmark",
"knowledge-graph",
"llm"
] | UNKNOWN | app/sidebar.js | sidebar.js | 27,563 | class SidebarManager {
constructor() {
this.isCollapsed = false;
this.currentMode = 'setup';
this.lastGraphData = null;
this.isMobile = false;
this.init();
}
init() {
this.createToggleButton();
this.setupEventListeners();
this.setupIframeMessa... | 1,905 | 27,547 | 689 | 0.98 | 2026-04-22T16:52:19.304770 | true |
github_NousResearch_hermes-agent_6bc0a499eed6baf83b4412874143b5eaa95724fb | Python | NousResearch | hermes-agent | 74,814 | 9,959 | The agent that grows with you | [
"ai",
"ai-agent",
"ai-agents",
"anthropic",
"chatgpt",
"claude",
"claude-code",
"clawdbot",
"codex",
"hermes",
"hermes-agent",
"llm",
"moltbot",
"nous-research",
"openai",
"openclaw"
] | MIT | trajectory_compressor.py | trajectory_compressor.py | 63,111 | #!/usr/bin/env python3
"""
Trajectory Compressor
Post-processes completed agent trajectories to compress them within a target
token budget while preserving training signal quality.
Compression Strategy:
1. Protect first turns (system, human, first gpt, first tool)
2. Protect last N turns (final actions and conclusion... | 4,882 | 62,728 | 1,458 | 0.95 | 2026-04-13T14:06:31.176486 | true |
github_isomorphic-git_isomorphic-git_4f464c7d39f5cfd7f30ea54d934f412cc8dba909 | 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/commands/deleteRemote.js | deleteRemote.js | 496 | // @ts-check
import { GitConfigManager } from '../managers/GitConfigManager.js'
/**
* @param {Object} args
* @param {import('../models/FileSystem.js').FileSystem} args.fs
* @param {string} args.gitdir
* @param {string} args.remote
*
* @returns {Promise<void>}
*/
export async function _deleteRemote({ fs, gitdir,... | 57 | 496 | 17 | 0.98 | 2026-04-23T07:10:56.678487 | true |
github_ChromeDevTools_chrome-devtools-mcp_e91e3b8de76d687d8029d10b863456ee52042833 | 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/tools/script.ts | script.ts | 5,692 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {zod} from '../third_party/index.js';
import type {Frame, JSHandle, Page, WebWorker} from '../third_party/index.js';
import type {ExtensionServiceWorker} from '../types.js';
import {ToolCategory} from './categories.js';
imp... | 592 | 5,692 | 190 | 0.98 | 2026-04-23T08:42:50.261017 | true |
github_devtron-labs_devtron_84c92eddf7e96173d1f4f02061909b28729e2f16 | Go | devtron-labs | devtron | 5,455 | 569 | The only Kubernetes dashboard you need | [
"aks",
"appops",
"argocd",
"continuous-deployment",
"dashboard",
"deployment",
"deployment-automation",
"deployment-pipeline",
"deployment-strategy",
"devtron",
"eks",
"gitops",
"gke",
"hacktoberfest",
"kubectl",
"kubernetes",
"kubernetes-dashboard",
"kubernetes-deployment",
"rel... | Apache-2.0 | api/restHandler/GitProviderRestHandler.go | GitProviderRestHandler.go | 9,112 | /*
* Copyright (c) 2020-2024. Devtron 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... | 820 | 9,112 | 251 | 0.98 | 2026-04-17T21:25:53.349996 | true |
github_gyroflow_gyroflow_2638397813c0d7cc9979294ba1a6a1e48f4751ff | Rust | gyroflow | gyroflow | 8,415 | 396 | Video stabilization using gyroscope data | [
"fpv",
"gopro",
"gpu",
"gpu-computing",
"gyroscope",
"insta360",
"rolling-shutter-undistortion",
"rust",
"sony-alpha-cameras",
"stabilization",
"video",
"video-processing"
] | GPL-3.0 | src/rendering/ffmpeg_hw.rs | ffmpeg_hw.rs | 18,381 | // SPDX-License-Identifier: GPL-3.0-or-later
// Copyright © 2021-2022 Adrian <adrian.eddy at gmail>
use ffmpeg_next::{ ffi, format, codec, encoder };
use std::collections::HashMap;
use std::collections::hash_map::Entry;
use std::ffi::{ CStr, CString };
use std::ptr;
use std::sync::LazyLock;
use parking_lot:... | 1,438 | 18,380 | 413 | 0.98 | 2026-04-17T14:32:05.356492 | true |
github_bigint_hey_8e667b0134902239bb78adbf41f7d443481d17e1 | 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/collectActionParams.ts | collectActionParams.ts | 402 | import type { PostActionConfigInput } from "@/indexer/generated";
import type { CollectActionType } from "@/types/hey";
const collectActionParams = (
collectAction: CollectActionType
): PostActionConfigInput | null => {
const { payToCollect, collectLimit, endsAt } = collectAction;
return {
simpleCollect: { ... | 47 | 402 | 15 | 0.98 | 2026-04-18T01:22:59.772445 | true |
github_klothoplatform_klotho_b62a60c9cc807a0c34ed75d8a91ba9eb50a99015 | Go | klothoplatform | klotho | 1,142 | 39 | Klotho - write AWS applications at lightning speed | [
"architecture",
"aws",
"aws-lambda",
"azure",
"fargate",
"gcp",
"kubernetes",
"microservices",
"pulumi",
"serverless",
"terraform"
] | Apache-2.0 | pkg/graph_addons/path.go | path.go | 616 | package graph_addons
import (
"fmt"
"github.com/dominikbraun/graph"
)
type Path[K comparable] []K
func PathWeight[K comparable, V any](g graph.Graph[K, V], path Path[K]) (weight int, err error) {
if !g.Traits().IsWeighted {
return len(path), nil
}
for i := 1; i < len(path)-1; i++ {
var e graph.Edge[V]
e,... | 96 | 616 | 35 | 0.98 | 2026-04-18T01:19:27.090836 | true |
github_vuejs_vuex_2df74bb16763d3dc75cc6881f15e316d09f6689a | JavaScript | vuejs | vuex | 28,374 | 9,494 | 🗃️ Centralized State Management for Vue.js. | [
"javascript",
"state-management",
"time-travel",
"vue",
"vuex"
] | MIT | src/util.js | util.js | 1,538 | /**
* Get the first item that pass the test
* by second argument function
*
* @param {Array} list
* @param {Function} f
* @return {*}
*/
export function find (list, f) {
return list.filter(f)[0]
}
/**
* Deep copy the given object considering circular structure.
* This function caches all nested objects and ... | 251 | 1,538 | 73 | 0.98 | 2026-04-23T11:45:15.194993 | true |
github_open-policy-agent_opa_27ca5559f10a12883b8357547c463aabc6b66661 | Go | open-policy-agent | opa | 11,603 | 1,544 | Open Policy Agent (OPA) is an open source, general-purpose policy engine. | [
"authorization",
"cloud-native",
"compliance",
"declarative",
"json",
"opa",
"open-policy-agent",
"policy"
] | Apache-2.0 | internal/future/filter_imports.go | filter_imports.go | 1,491 | // Copyright 2021 The OPA Authors. All rights reserved.
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
package future
import "github.com/open-policy-agent/opa/v1/ast"
// FilterFutureImports filters OUT any future imports from the passed slice of
// `*ast.Impor... | 170 | 1,491 | 50 | 0.98 | 2026-04-17T12:14:46.011512 | true |
github_kubernetes-sigs_external-dns_8056bd53c47b461d659e6db9e89806d309666e3d | Go | kubernetes-sigs | external-dns | 8,903 | 2,853 | Configure external DNS servers dynamically from Kubernetes resources | [
"aws",
"clouddns",
"dns",
"dns-controller",
"dns-providers",
"dns-record",
"dns-servers",
"external-dns",
"gcp",
"ingress",
"k8s-sig-network",
"kubernetes",
"route53"
] | Apache-2.0 | source/f5_virtualserver_test.go | f5_virtualserver_test.go | 18,561 | /*
Copyright 2022 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 1,247 | 18,561 | 646 | 0.98 | 2026-04-17T20:17:00.705778 | true |
github_ctrlplusb_easy-peasy_3df8be40aa67b9b3b55096b0573126760cbfa4bc | JavaScript | ctrlplusb | easy-peasy | 5,044 | 191 | Vegetarian friendly state for React | [
"hooks",
"immer",
"immutable",
"react",
"react-hooks",
"redux",
"state-management"
] | MIT | src/create-transform.js | create-transform.js | 787 | /**
* This file has been copied from redux-persist.
* The intention being to support as much of the redux-persist API as possible.
*/
export function createTransform(inbound, outbound, config = {}) {
const whitelist = config.whitelist || null;
const blacklist = config.blacklist || null;
function whitelistBla... | 98 | 787 | 27 | 0.98 | 2026-04-23T06:14:21.258477 | true |
github_infiniflow_ragflow_59130f3107f3af488c340bc7a7242343758e1c3a | Go | infiniflow | ragflow | 78,746 | 8,896 | RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs | [
"agent",
"agentic",
"agentic-ai",
"agentic-workflow",
"ai",
"context-engineering",
"context-retrieval",
"deep-research",
"deepseek",
"deepseek-r1",
"document-understanding",
"graphrag",
"harness",
"llm",
"mcp",
"ollama",
"openai",
"openclaw",
"rag",
"retrieval-augmented-generat... | Apache-2.0 | internal/cli/types.go | types.go | 2,698 | //
// Copyright 2026 The InfiniFlow Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless r... | 304 | 2,698 | 167 | 0.98 | 2026-04-22T14:52:43.383544 | true |
github_harry0703_MoneyPrinterTurbo_70ef47644270cd6d418ff365dbce974e58035b7b | Python | harry0703 | MoneyPrinterTurbo | 55,879 | 8,001 | 利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM. | [
"ai",
"automation",
"chatgpt",
"moviepy",
"python",
"shortvideo",
"tiktok"
] | MIT | app/services/material.py | material.py | 9,353 | import os
import random
import threading
from typing import List
from urllib.parse import urlencode
import requests
from loguru import logger
from moviepy.video.io.VideoFileClip import VideoFileClip
from app.config import config
from app.models.schema import MaterialInfo, VideoAspect, VideoConcatMode
from app.utils i... | 793 | 9,353 | 278 | 0.98 | 2026-04-17T15:24:21.227853 | true |
github_maurosoria_dirsearch_f56de493fa0007ffe2f09a6244e3d014c083193c | Python | maurosoria | dirsearch | 14,204 | 2,435 | Web path scanner | [
"appsec",
"brute",
"bug-bounty",
"bugbounty",
"dirsearch",
"enumeration",
"fuzzer",
"fuzzing",
"hacking",
"hacking-tool",
"infosec",
"penetration-testing",
"pentest-tool",
"pentesting",
"python",
"red-teaming",
"redteam",
"scanner",
"security",
"wordlist"
] | UNKNOWN | lib/core/decorators.py | decorators.py | 2,121 | # -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope... | 287 | 2,121 | 68 | 0.98 | 2026-04-23T04:12:39.205659 | true |
github_sipeed_picoclaw_31b996260134d27edc81e907af0dfff100d37b33 | Go | sipeed | picoclaw | 28,245 | 4,025 | Tiny, Fast, and Deployable anywhere — automate the mundane, unleash your creativity | [] | MIT | pkg/agent/eventbus_test.go | eventbus_test.go | 19,369 | package agent
import (
"context"
"os"
"slices"
"testing"
"time"
"github.com/sipeed/picoclaw/pkg/bus"
"github.com/sipeed/picoclaw/pkg/config"
"github.com/sipeed/picoclaw/pkg/providers"
"github.com/sipeed/picoclaw/pkg/routing"
"github.com/sipeed/picoclaw/pkg/session"
"github.com/sipeed/picoclaw/pkg/tools"
)
... | 1,979 | 19,369 | 718 | 0.98 | 2026-04-17T08:26:09.345452 | true |
github_haraka_Haraka_5851cf79174c4f50b4c12227ec58da75c3d61fbc | JavaScript | haraka | Haraka | 5,562 | 694 | A fast, highly extensible, and event driven SMTP server | [
"dkim",
"haraka",
"javascript",
"mta",
"nodejs",
"smtp",
"spf"
] | MIT | connection.js | connection.js | 67,148 | 'use strict'
// a single connection
const dns = require('node:dns')
const net = require('node:net')
const os = require('node:os')
// npm libs
const ipaddr = require('ipaddr.js')
const config = require('haraka-config')
const constants = require('haraka-constants')
const net_utils = require('haraka-net-utils')
const No... | 5,447 | 67,148 | 1,850 | 0.98 | 2026-04-23T07:28:11.440549 | true |
github_rust-lang_rustlings_16d04563ca983eacff4ca29a04feac74347edcac | 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/dev/check.rs | check.rs | 13,635 | use anyhow::{Context, Error, Result, anyhow, bail};
use std::{
cmp::Ordering,
collections::HashSet,
fs::{self, OpenOptions, read_dir},
io::{self, Read, Write},
path::{Path, PathBuf},
process::{Command, Stdio},
thread,
};
use crate::{
CURRENT_FORMAT_VERSION,
cargo_toml::{BINS_BUFFER_... | 1,271 | 13,635 | 399 | 0.98 | 2026-04-17T13:16:10.816864 | true |
github_isomorphic-git_isomorphic-git_1735d1334a648a2f6f2f93d5cf14b26a205c5b07 | 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/commands/currentBranch.js | currentBranch.js | 1,108 | // @ts-check
import '../typedefs.js'
import { GitRefManager } from '../managers/GitRefManager.js'
import { abbreviateRef } from '../utils/abbreviateRef.js'
/**
* @param {Object} args
* @param {import('../models/FileSystem.js').FileSystem} args.fs
* @param {string} args.gitdir
* @param {boolean} [args.fullname = f... | 149 | 1,108 | 40 | 0.98 | 2026-04-23T07:10:55.605582 | true |
github_HuolalaTech_page-spy-web_03f341711121a3cc86ef98ceae75b147eee57058 | 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/store/platform-config.ts | platform-config.ts | 2,268 | import StorageSvg from '@/assets/image/storage.svg?react';
import CookieSvg from '@/assets/image/cookie.svg?react';
import DatabaseSvg from '@/assets/image/database.svg?react';
import { SpyClient, SpyStorage } from '@huolala-tech/page-spy-types';
import { FunctionComponent } from 'react';
import { useSocketMessageStore... | 238 | 2,262 | 91 | 0.98 | 2026-04-18T00:23:59.440397 | true |
github_jj-vcs_jj_96dfed8f37c3c202e8ac38b19101589603311858 | Rust | jj-vcs | jj | 28,085 | 1,009 | A Git-compatible VCS that is both simple and powerful | [] | Apache-2.0 | lib/src/git_backend.rs | git_backend.rs | 94,483 | // Copyright 2020 The Jujutsu Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | 7,203 | 94,483 | 2,443 | 0.98 | 2026-04-17T13:29:15.786470 | true |
github_adam-mcdaniel_sage_7e3ac8c94fff9ee30d9fbfd00e0cf13b4219fc39 | Rust | adam-mcdaniel | sage | 537 | 17 | A programming language that's wise beyond its bytes!🌱🌿🪴 | [
"algebraic-data-types",
"c",
"compiler",
"frontend",
"mobile",
"pattern-matching",
"polymorphism",
"portable",
"rust",
"structural-typing",
"turing-tarpit",
"wasm",
"web",
"x86-64"
] | MIT | src/targets/sage_lisp.rs | sage_lisp.rs | 3,060 | //! # C Target
//!
//! An implementation of the virtual machine for the C language.
//!
//! This allows the virtual machine to target C programs.
use super::{Architecture, CompiledTarget};
use crate::{
side_effects::{Input, Output},
vm::{CoreOp, StandardOp},
};
/// The type for the C target which implements th... | 329 | 3,060 | 114 | 0.98 | 2026-04-17T17:14:57.409494 | true |
github_cloudwego_hertz_43d94b6b739edf701200c7686d93f7f962e6952b | Go | cloudwego | hertz | 7,170 | 620 | Go HTTP framework with high-performance and strong-extensibility for building micro-services. | [
"go",
"http",
"microservices"
] | Apache-2.0 | internal/bytesconv/bytesconv_table.go | bytesconv_table.go | 9,966 | /*
* Copyright 2022 CloudWeGo 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 agre... | 367 | 9,966 | 57 | 0.98 | 2026-04-18T00:54:25.051957 | true |
github_redox-os_redox_051f8b2d7cc02edc32f85ee2163565eac1c4031c | Rust | redox-os | redox | 16,234 | 994 | Mirror of https://gitlab.redox-os.org/redox-os/redox | [
"bsd",
"freebsd",
"gnu",
"gnu-hurd",
"linux",
"microkernel",
"minix",
"open-source",
"openbsd",
"operating-system",
"plan9",
"posix",
"redox",
"rust",
"sel4"
] | MIT | src/recipe.rs | recipe.rs | 22,385 | use std::{
collections::BTreeSet,
convert::TryInto,
fs,
path::{Path, PathBuf},
};
use pkg::{PackageError, PackageName};
use regex::Regex;
use serde::{Deserialize, Serialize};
use crate::{WALK_DEPTH, bail_other_err, cook::package as cook_package, staged_pkg};
/// Specifies how to download the source f... | 1,865 | 22,385 | 716 | 0.98 | 2026-04-17T13:50:50.181926 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.