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_matplotlib_matplotlib_25e6a3bd5ee840f9a928fc9d631f3a1d3c8db792 | Python | matplotlib | matplotlib | 22,719 | 8,317 | matplotlib: plotting with Python | [
"data-science",
"data-visualization",
"gtk",
"matplotlib",
"plotting",
"python",
"qt",
"tk",
"wx"
] | UNKNOWN | lib/matplotlib/image.py | image.py | 73,466 | """
The image module supports basic image loading, rescaling and display
operations.
"""
import os
import logging
from pathlib import Path
import warnings
import numpy as np
import PIL.Image
import PIL.PngImagePlugin
import matplotlib as mpl
from matplotlib import _api, cbook
# For clarity, names from _image are giv... | 7,857 | 73,466 | 1,854 | 0.98 | 2026-04-17T16:37:16.464608 | true |
github_dandavison_delta_c091e32a75ee930a36197260b1f8b49d83046107 | 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/utils/helpwrap.rs | helpwrap.rs | 10,440 | #![allow(clippy::comparison_to_empty)] // no_indent != "", instead of !no_indent.is_empty()
use crate::ansi::measure_text_width;
/// Wrap `text` at spaces ('` `') to fit into `width`. If `indent_with` is non-empty, indent
/// each line with this string. If a line from `text` starts with `no_indent`, do not indent.
//... | 1,173 | 10,440 | 349 | 0.98 | 2026-04-17T13:27:54.444325 | true |
github_iperov_DeepFaceLab_8aa5114c006deaf2c7a2825ab6f5b951569e19e7 | Python | iperov | DeepFaceLab | 19,159 | 860 | DeepFaceLab is the leading software for creating deepfakes. | [
"arxiv",
"creating-deepfakes",
"deep-face-swap",
"deep-learning",
"deep-neural-networks",
"deepface",
"deepfacelab",
"deepfakes",
"deeplearning",
"face-swap",
"faceswap",
"fakeapp",
"machine-learning",
"neural-nets",
"neural-networks"
] | GPL-3.0 | core/imagelib/morph.py | morph.py | 1,394 | import numpy as np
import cv2
from scipy.spatial import Delaunay
def applyAffineTransform(src, srcTri, dstTri, size) :
warpMat = cv2.getAffineTransform( np.float32(srcTri), np.float32(dstTri) )
return cv2.warpAffine( src, warpMat, (size[0], size[1]), None, flags=cv2.INTER_LINEAR, borderMode=cv2.BORDER_REFLECT... | 145 | 1,394 | 37 | 0.98 | 2026-04-22T13:38:23.638175 | true |
github_tikv_tikv_391bfe6bc2a8137e5bbb798ef6183fbc260cbc51 | Rust | tikv | tikv | 16,636 | 2,264 | Distributed transactional key-value database, originally created to complement TiDB | [
"cncf",
"consensus",
"distributed-transactions",
"hacktoberfest",
"key-value",
"raft",
"rocksdb",
"rust",
"tidb",
"tikv"
] | Apache-2.0 | src/config/configurable.rs | configurable.rs | 7,305 | // Copyright 2022 TiKV Project Authors. Licensed under Apache-2.0.
use std::{error::Error, io::Write};
use engine_rocks::RocksEngine;
use engine_traits::{
CF_DEFAULT, CachedTablet, CfOptions, CfOptionsExt, DbOptions, DbOptionsExt, TabletRegistry,
};
pub type ConfigRes = Result<(), Box<dyn Error>>;
pub trait Con... | 627 | 7,305 | 225 | 0.98 | 2026-04-17T13:49:24.973530 | true |
github_bigint_hey_59594ec95b0ea65b4646a3e81a27f574501b21b8 | 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/rules.ts | rules.ts | 1,066 | import type { Address } from "viem";
import type {
AccountFollowRuleFragment,
AccountFollowRules,
GroupRuleFragment,
GroupRules
} from "@/indexer/generated";
import getAnyKeyValue from "./getAnyKeyValue";
interface AssetDetails {
assetAddress: Address | null;
assetSymbol: string | null;
amount: number | ... | 105 | 1,066 | 38 | 0.98 | 2026-04-18T01:23:13.793597 | true |
github_PKU-YuanGroup_ConsisID_c1587d4428b435d3e4585a8837c257d37c5a1cd1 | Python | PKU-YuanGroup | ConsisID | 837 | 44 | [CVPR 2025 Highlight🔥] Identity-Preserving Text-to-Video Generation by Frequency Decomposition | [
"diffusion",
"diffusion-models",
"identity-preserving",
"text-to-video",
"video-generation",
"video-generation-dataset",
"video-generator",
"videogeneration"
] | Apache-2.0 | train.py | train.py | 72,919 | # Copyright 2024 ConsisID Authors and The HuggingFace Team. 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 ... | 4,764 | 72,919 | 1,399 | 0.98 | 2026-04-22T22:38:40.982799 | true |
github_rustdesk_rustdesk_3ef280a2a48bab8b6661fccb5c4f047c158ca89a | 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/rendezvous_mediator.rs | rendezvous_mediator.rs | 35,617 | use std::{
net::SocketAddr,
sync::{
atomic::{AtomicBool, Ordering},
Arc, RwLock,
},
time::{Duration, Instant},
};
use uuid::Uuid;
use hbb_common::{
allow_err,
anyhow::{self, bail},
config::{
self, keys::*, option2bool, use_ws, Config, CONNECT_TIMEOUT, REG_INTERVAL, ... | 2,694 | 35,617 | 934 | 0.95 | 2026-04-13T14:04:48.062797 | true |
github_graphql_graphql-js_0ba64a4b6459ea3a0b7b8507b2e0bbaff7d5b1dc | TypeScript | graphql | graphql-js | 20,323 | 2,056 | A reference implementation of GraphQL for JavaScript | [
"graphql",
"graphql-js"
] | MIT | src/jsutils/Maybe.ts | Maybe.ts | 134 | /** Conveniently represents flow's "Maybe" type https://flow.org/en/docs/types/maybe/ */
export type Maybe<T> = null | undefined | T;
| 17 | 134 | 3 | 0.98 | 2026-04-18T01:24:44.019421 | true |
github_starship_starship_7912f6d3464020a664fbfac8ab32791d0250f0b1 | 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/java.rs | java.rs | 1,179 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct JavaConfig<'a> {
pub disabled: bool,
pub format: &'a str,
pub version_format: &'a str,... | 99 | 1,177 | 44 | 0.98 | 2026-04-17T13:17:46.281926 | true |
github_GoogleContainerTools_kaniko_4cede2e370a5db2360dd5d0c49ddc6ab88f23ff9 | Go | GoogleContainerTools | kaniko | 15,768 | 1,529 | Build Container Images In Kubernetes | [
"containers",
"developer-tools",
"docker",
"kubernetes"
] | Apache-2.0 | pkg/commands/workdir_test.go | workdir_test.go | 2,866 | /*
Copyright 2018 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... | 317 | 2,866 | 121 | 0.98 | 2026-04-17T10:29:10.296396 | true |
github_facebook_flow_4d507d8e6c0894f8880c00d42cbcace9aff79167 | JavaScript | facebook | flow | 22,210 | 1,886 | Adds static typing to JavaScript to improve developer productivity and code quality. | [] | MIT | src/heap/hh_shared.js | hh_shared.js | 382 | /**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
//Provides: hh_counter_next
var __hh_counter = 0;
function hh_counter_next() {
return ++__hh_counter;
}
//Provides: hh_check_... | 54 | 382 | 18 | 0.98 | 2026-04-17T13:37:13.554698 | true |
github_yvann-ba_Robby-chatbot_ffbf2967538d7f5d38b519e2eca184482d347c23 | 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/modules/embedder.py | embedder.py | 3,154 | import os
import tempfile
from langchain_community.document_loaders import CSVLoader, PyPDFLoader, TextLoader
from langchain_community.vectorstores import FAISS
from langchain_openai import OpenAIEmbeddings
from langchain_text_splitters import RecursiveCharacterTextSplitter
class Embedder:
def __init__(self):
... | 210 | 3,154 | 92 | 0.98 | 2026-04-23T00:46:36.820118 | true |
github_Chalarangelo_30-seconds-of-code_606f6916239aa7a48041d47d8572d4dbecb8bb84 | 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/preparedQueries.js | preparedQueries.js | 3,577 | import { globSync } from 'glob';
import yaml from 'js-yaml';
import fs from 'fs';
import CoverPresenter from '#src/presenters/coverPresenter.js';
import Collection from '#src/models/collection.js';
import Snippet from '#src/models/snippet.js';
import DocumentIndex from '#src/lib/search/documentIndex.js';
import search ... | 287 | 3,577 | 112 | 0.98 | 2026-04-23T06:14:55.671786 | true |
github_bigint_hey_279f8fb3e460e357f7a9d5962091bdf308dc7b0b | TypeScript | bigint | hey | 29,455 | 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/getAccountAttribute.ts | getAccountAttribute.ts | 393 | import type { Maybe, MetadataAttributeFragment } from "@/indexer/generated";
type Key = "location" | "website" | "x" | "creatorCoinAddress";
const getAccountAttribute = (
key: Key,
attributes: Maybe<MetadataAttributeFragment[]> = []
): string => {
const attribute = attributes?.find((attr) => attr.key === key);
... | 48 | 393 | 14 | 0.98 | 2026-04-23T08:20:52.210406 | true |
github_acids-ircam_RAVE_32c6336b837dbc4413ef9be0a39079de4cc31ae3 | Python | acids-ircam | RAVE | 1,712 | 220 | Official implementation of the RAVE model: a Realtime Audio Variational autoEncoder | [
"ai",
"audio",
"deep-learning",
"generative-model",
"neural-network"
] | NOASSERTION | setup.py | setup.py | 1,027 | import os
import subprocess
import setuptools
# imports __version__
exec(open('rave/version.py').read())
with open("README.md", "r") as readme:
readme = readme.read()
with open("requirements.txt", "r") as requirements:
requirements = requirements.read()
setuptools.setup(
name="acids-rave",
version=... | 78 | 1,027 | 39 | 0.98 | 2026-04-22T17:54:15.092432 | true |
github_hunvreus_devpush_faafa3e23a6720b073ee71f7a8d19fd5d779c02e | JavaScript | hunvreus | devpush | 4,621 | 172 | Like Vercel, but open source and for all languages. | [
"continuous-deployment",
"deployment",
"django",
"fastapi",
"flask",
"github",
"nextjs",
"nodejs",
"php",
"python",
"vercel"
] | MIT | app/assets/htmx.min.js | htmx.min.js | 51,250 | var htmx=function(){"use strict";const Q={onLoad:null,process:null,on:null,off:null,trigger:null,ajax:null,find:null,findAll:null,closest:null,values:function(e,t){const n=dn(e,t||"post");return n.values},remove:null,addClass:null,removeClass:null,toggleClass:null,takeClass:null,swap:null,defineExtension:null,removeExt... | 1,119 | 51,250 | 1 | 0.98 | 2026-04-23T01:31:06.832787 | true |
github_rust-lang_rust_594c9b1af339703959d744487cd87f7c6b213b1d | Rust | rust-lang | rust | 112,076 | 14,769 | Empowering everyone to build reliable and efficient software. | [
"compiler",
"language",
"rust"
] | Apache-2.0 | src/librustdoc/markdown.rs | markdown.rs | 4,485 | //! Standalone markdown rendering.
//!
//! For the (much more common) case of rendering markdown in doc-comments, see
//! [crate::html::markdown].
//!
//! This is used when [rendering a markdown file to an html file][docs], without processing
//! rust source code.
//!
//! [docs]: https://doc.rust-lang.org/stable/rustdo... | 425 | 4,485 | 142 | 0.98 | 2026-04-17T13:13:51.987854 | true |
github_MichalLytek_type-graphql_e75fd4d01fdf4f36f858469db2397ff1d0a136d9 | TypeScript | MichalLytek | type-graphql | 8,087 | 674 | Create GraphQL schema and resolvers with TypeScript, using classes and decorators! | [
"api",
"controllers",
"decorators",
"gql",
"graphql",
"graphql-js",
"graphql-schema",
"hacktoberfest",
"resolvers",
"schema",
"typescript"
] | MIT | src/decorators/Field.ts | Field.ts | 2,139 | import { SymbolKeysNotSupportedError } from "@/errors";
import { getTypeDecoratorParams } from "@/helpers/decorators";
import { findType } from "@/helpers/findType";
import { getMetadataStorage } from "@/metadata/getMetadataStorage";
import { type AdvancedOptions, type MethodAndPropDecorator, type ReturnTypeFunc } from... | 188 | 2,139 | 65 | 0.98 | 2026-04-17T17:57:41.777729 | true |
github_rayon-rs_rayon_1479b671550703f5c87819abffdc0a105846d47f | Rust | rayon-rs | rayon | 12,878 | 584 | Rayon: A data parallelism library for Rust | [] | Apache-2.0 | src/iter/zip.rs | zip.rs | 3,716 | use super::plumbing::*;
use super::*;
use std::iter;
/// `Zip` is an iterator that zips up `a` and `b` into a single iterator
/// of pairs. This struct is created by the [`zip()`] method on
/// [`IndexedParallelIterator`]
///
/// [`zip()`]: IndexedParallelIterator::zip()
#[must_use = "iterator adaptors are lazy and do... | 365 | 3,716 | 154 | 0.98 | 2026-04-17T14:17:03.345173 | true |
github_sampsyo_bril_fcc9a76050fd845fcda1a13c8ab1b6081c5c393b | TypeScript | sampsyo | bril | 756 | 328 | an educational compiler intermediate representation | [
"bril",
"compiler",
"programming-language"
] | MIT | brili.ts | brili.ts | 27,106 | import * as bril from "./bril-ts/bril.ts";
import { readStdin, unreachable } from "./bril-ts/util.ts";
/**
* An interpreter error to print to the console.
*/
class BriliError extends Error {
constructor(message?: string) {
super(message);
Object.setPrototypeOf(this, new.target.prototype);
this.name = B... | 3,456 | 27,106 | 1,032 | 0.98 | 2026-04-17T17:08:26.806024 | true |
github_rustdesk_rustdesk_154319ce47cd7b498fc45c13ab9bee92758f0f19 | 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/ui.rs | ui.rs | 38,189 | use std::{
collections::HashMap,
iter::FromIterator,
sync::{Arc, Mutex},
};
use sciter::Value;
use hbb_common::{
allow_err,
config::{LocalConfig, PeerConfig},
log,
};
#[cfg(not(any(feature = "flutter", feature = "cli")))]
use crate::ui_session_interface::Session;
use crate::{common::get_app_n... | 2,017 | 38,189 | 873 | 0.95 | 2026-04-13T14:04:49.901256 | true |
github_sergi0g_cup_599117e8d433e613e28ddaf08a8ec3f5d93c5142 | 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/utils/sort_update_vec.rs | sort_update_vec.rs | 4,164 | use std::cmp::Ordering;
use crate::structs::update::Update;
/// Sorts the update vector alphabetically and by Status
pub fn sort_update_vec(updates: &[Update]) -> Vec<Update> {
let mut sorted_updates = updates.to_vec();
sorted_updates.sort_by(|a, b| {
let cmp = a.get_status().cmp(&b.get_status());
... | 305 | 4,164 | 131 | 0.98 | 2026-04-17T19:32:15.887139 | true |
github_Postcatlab_postcat_1e047b913e6d731a9875b9dd65a27f7e9cea54bc | JavaScript | Postcatlab | postcat | 5,560 | 804 | Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool. | [
"angular",
"api",
"electron",
"nodejs",
"typescirpt",
"vue"
] | Apache-2.0 | stylelint.config.js | stylelint.config.js | 2,466 | module.exports = {
root: true,
plugins: ['stylelint-order'],
customSyntax: 'postcss-html',
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
rules: {
'function-no-unknown': null,
'selector-class-pattern': null,
'custom-property-pattern': '.*',
'declaration-colon-newline-afte... | 170 | 2,466 | 96 | 0.98 | 2026-04-23T07:28:41.684758 | true |
github_adam-mcdaniel_sage_1be1606bf3f5d259c70082a50d28b37302e88963 | 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/c.rs | c.rs | 15,834 | //! # 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, InputMode, Output, OutputMode},
vm::{CoreOp, StandardOp},
};
use log::warn;
/// The typ... | 1,578 | 15,834 | 362 | 0.98 | 2026-04-17T17:14:56.215695 | true |
github_ChromeDevTools_chrome-devtools-mcp_f5bcda0c944f861481b0073b03f57aa5fa698289 | 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/HeapSnapshotFormatter.ts | HeapSnapshotFormatter.ts | 1,713 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import type {AggregatedInfoWithUid} from '../HeapSnapshotManager.js';
import type {DevTools} from '../third_party/index.js';
import {stableIdSymbol} from '../utils/id.js';
export interface FormattedSnapshotEntry {
className: str... | 144 | 1,713 | 67 | 0.98 | 2026-04-23T08:42:36.738533 | true |
github_adam-mcdaniel_sage_adef4631222ce045224e7431a89064bc26821ee6 | 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 | build.rs | build.rs | 148 | extern crate lalrpop;
fn main() {
let _ = lalrpop::Configuration::new()
.emit_rerun_directives(true)
.process_current_dir();
}
| 13 | 148 | 8 | 0.98 | 2026-04-17T17:10:47.365195 | true |
github_rustdesk_rustdesk_724d8aea93a75b1bb9c4b9fe776df37cbb0a373b | 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/clipboard_file.rs | clipboard_file.rs | 15,619 | use clipboard::ClipboardFile;
use hbb_common::message_proto::*;
pub fn clip_2_msg(clip: ClipboardFile) -> Message {
match clip {
ClipboardFile::NotifyCallback {
r#type,
title,
text,
} => Message {
union: Some(message::Union::MessageBox(MessageBox {
... | 882 | 15,619 | 428 | 0.98 | 2026-04-17T13:14:14.341383 | true |
github_jakobdylanc_llmcord_7d67d0dd6590132a0516fb7a3ec73c30f630b3fc | Python | jakobdylanc | llmcord | 787 | 186 | Make Discord your LLM frontend - Supports any OpenAI compatible API (Ollama, xAI, Gemini, OpenRouter and more) | [
"bot",
"chatbot",
"discord",
"discord-bot",
"gemini",
"gpt-5",
"grok-4",
"llama",
"llm",
"mistral",
"ollama",
"openai",
"openrouter",
"vllm"
] | MIT | llmcord.py | llmcord.py | 14,965 | import asyncio
from base64 import b64encode
from dataclasses import dataclass, field
from datetime import datetime
import logging
from typing import Any, Literal, Optional
import discord
from discord.app_commands import Choice
from discord.ext import commands
from discord.ui import LayoutView, TextDisplay
import httpx... | 1,157 | 14,939 | 338 | 0.98 | 2026-04-23T01:13:34.665954 | true |
github_reactstrap_reactstrap_bcd45464176e1f6b7c4f99b937d99f005f78cf9a | JavaScript | reactstrap | reactstrap | 10,527 | 1,288 | Simple React Bootstrap 5 components | [
"bootstrap",
"components",
"hacktoberfest",
"javascript",
"react",
"reactstrap",
"ui"
] | MIT | src/NavbarToggler.js | NavbarToggler.js | 1,094 | import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { mapToCssModules, tagPropType } from './utils';
const propTypes = {
/** Add custom class */
className: PropTypes.string,
/** Change underlying component's CSS base class name */
cssModule: PropTypes.obje... | 122 | 1,094 | 48 | 0.98 | 2026-04-23T05:44:18.920577 | true |
github_ChatGPTNextWeb_NextChat_87c1a8beba09aa26e26cb8bb9bb868f6ab693473 | TypeScript | ChatGPTNextWeb | NextChat | 87,769 | 59,807 | ✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows | [
"calclaude",
"chatgpt",
"claude",
"cross-platform",
"desktop",
"fe",
"gemini",
"gemini-pro",
"gemini-server",
"gemini-ultra",
"gpt-4o",
"groq",
"nextjs",
"ollama",
"react",
"tauri",
"tauri-app",
"vercel",
"webui"
] | MIT | app/store/chat.ts | chat.ts | 28,164 | import {
getMessageTextContent,
isDalle3,
safeLocalStorage,
trimTopic,
} from "../utils";
import { indexedDBStorage } from "@/app/utils/indexedDB-storage";
import { nanoid } from "nanoid";
import type {
ClientApi,
MultimodalContent,
RequestMessage,
} from "../client/api";
import { getClientApi } from "..... | 2,369 | 28,130 | 932 | 0.98 | 2026-04-23T08:58:25.188393 | true |
github_DavidHDev_react-bits_47b20a147016ea66f2927f852601d3c31528823d | TypeScript | 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 | jsrepo.config.ts | jsrepo.config.ts | 4,793 | import { defineConfig, type RegistryItem } from 'jsrepo';
import { output } from '@jsrepo/shadcn';
import { type Category, componentMetadata, type Variant } from './src/constants/Information';
// Components that have non-code assets which should use manual dependency resolution.
// Key format: `${category}/${title}` t... | 500 | 4,793 | 164 | 0.98 | 2026-04-23T04:46:36.679128 | true |
github_welldone-software_why-did-you-render_3872e80ee96911430c381c2ab8761cf93cfb5948 | JavaScript | welldone-software | why-did-you-render | 12,457 | 224 | why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.) | [
"component",
"hooks-tracking",
"performance",
"pure",
"purecomponent",
"react",
"react-native",
"render",
"tool",
"update"
] | MIT | jest.polyfills.js | jest.polyfills.js | 986 | // jest.polyfills.js
/**
* @note The block below contains polyfills for Node.js globals
* required for Jest to function when running JSDOM tests.
* These HAVE to be require's and HAVE to be in this exact
* order, since "undici" depends on the "TextEncoder" global API.
*
* Consider migrating to a more modern test ... | 128 | 986 | 43 | 0.98 | 2026-04-23T04:57:39.879584 | true |
github_tulios_kafkajs_cfc095c686791aba519a59e69875d2e8b2b58959 | JavaScript | tulios | kafkajs | 3,994 | 584 | A modern Apache Kafka client for node.js | [
"kafka",
"kafka-client",
"nodejs",
"npm-package"
] | MIT | src/admin/instrumentationEvents.js | instrumentationEvents.js | 993 | const swapObject = require('../utils/swapObject')
const networkEvents = require('../network/instrumentationEvents')
const InstrumentationEventType = require('../instrumentation/eventType')
const adminType = InstrumentationEventType('admin')
const events = {
CONNECT: adminType('connect'),
DISCONNECT: adminType('dis... | 69 | 993 | 29 | 0.98 | 2026-04-23T07:41:53.269595 | true |
github_GetStream_Winds_6fc3f96c7febd5da4095791a90ecd324165a09fc | JavaScript | GetStream | Winds | 9,148 | 632 | A Beautiful Open Source RSS & Podcast App Powered by Getstream.io | [
"activity-stream",
"algolia-api",
"create-react-app",
"electron",
"electron-app",
"express",
"feed",
"getstream",
"machine-learning",
"newsfeed",
"personalization",
"podcast",
"podcast-client",
"podcasts",
"react",
"react-native",
"redux",
"rss",
"rss-reader"
] | BSD-3-Clause | api/test/utils.js | utils.js | 4,295 | import fs from 'fs';
import jwt from 'jsonwebtoken';
import mongoose from 'mongoose';
import path from 'path';
import redis from 'redis';
import sinon from 'sinon';
import { expect, request } from 'chai';
import StreamClient from 'getstream/lib/lib/client';
import Personalization from 'getstream/lib/lib/personalization... | 470 | 4,295 | 144 | 0.98 | 2026-04-23T05:49:50.041608 | true |
github_skyzh_tiny-llm_1604cba49bc10ff12d17e11915d96ad3a1a7719e | Python | skyzh | tiny-llm | 4,111 | 308 | A course of learning LLM inference serving on Apple Silicon for systems engineers: build a tiny vLLM + Qwen. | [
"course",
"large-language-model",
"llm",
"python",
"qwen",
"qwen2",
"serving",
"vllm"
] | Apache-2.0 | src/tiny_llm/qwen2_week2.py | qwen2_week2.py | 2,490 | import mlx.core as mx
from .basics import linear, silu
from .attention import scaled_dot_product_attention_grouped
from .layer_norm import RMSNorm
from .positional_encoding import RoPE
from typing import Any
from .embedding import Embedding
from .quantize import dequantize_linear, QuantizedWeights
from .kv_cache import... | 225 | 2,490 | 108 | 0.98 | 2026-04-22T15:24:03.984024 | true |
github_farion1231_cc-switch_a5ef193506d07d0459fec4f187af08283094d7c8 | 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/lib/utils.ts | utils.ts | 169 | import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
| 22 | 169 | 7 | 0.98 | 2026-04-17T13:18:58.597407 | true |
github_FractalFir_rustc_codegen_clr_07f1d0c5cbf395b686fc46934767fc90f540786b | Rust | FractalFir | rustc_codegen_clr | 2,016 | 48 | A Rust compiler backend targeting CIL(.NET IR) and C. | [
"backend",
"c",
"compiler",
"csharp",
"dotnet",
"rust-lang"
] | MIT | src/aggregate.rs | aggregate.rs | 16,269 | use crate::{
assembly::MethodCompileCtx,
utilis::{adt::set_discr, field_name, instance_try_resolve, variant_name},
};
use cilly::{
cil_node::V1Node, cil_root::V1Root, cilnode::MethodKind, ClassRef, Const, FieldDesc, FnSig,
Int, MethodRef, Type,
};
use rustc_abi::FieldIdx;
use rustc_codegen_clr_place::{p... | 1,134 | 16,269 | 379 | 0.98 | 2026-04-17T17:05:15.262633 | true |
github_travisvn_chatterbox-tts-api_06968086125734b2c01b955efebb924f5954ccd9 | 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 | main.py | main.py | 847 | #!/usr/bin/env python3
"""
Chatterbox TTS API Entry Point
This is the main entry point for the application.
It imports the FastAPI app from the organized app package.
"""
import uvicorn
from app.main import app
from app.config import Config
def main():
"""Main entry point"""
try:
Config.validate()
... | 82 | 847 | 35 | 0.98 | 2026-04-23T01:19:31.794594 | true |
github_jagenjo_litegraph.js_8cacc7e1709e45dde1fe85864be7e556b9a6edb6 | JavaScript | jagenjo | litegraph.js | 7,976 | 832 | A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently. | [
"blueprints",
"canvas2d",
"editor",
"graph",
"graphs",
"javascript",
"modular",
"nocode",
"node-graph",
"nodejs",
"nodes",
"visual",
"visual-programming",
"workflow"
] | MIT | src/nodes/midi.js | midi.js | 49,077 | (function(global) {
var LiteGraph = global.LiteGraph;
var MIDI_COLOR = "#243";
function MIDIEvent(data) {
this.channel = 0;
this.cmd = 0;
this.data = new Uint32Array(3);
if (data) {
this.setup(data);
}
}
LiteGraph.MIDIEvent = MIDIE... | 4,220 | 49,077 | 1,587 | 0.98 | 2026-04-23T07:11:52.830466 | true |
github_authzed_spicedb_0334b5a90ea32db626980d3f5e177832f3b2f4c8 | Go | authzed | spicedb | 6,606 | 381 | Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data | [
"abac",
"acl",
"authorization",
"ciam",
"cloud-native",
"database",
"distributed-systems",
"entitlements",
"fga",
"fine-grained-access-control",
"fine-grained-authorization",
"kubernetes",
"permissions",
"rbac",
"rebac",
"security",
"security-tools",
"zanzibar"
] | Apache-2.0 | internal/fdw/util.go | util.go | 149 | package fdw
import "iter"
func mustFirst[T any](slice iter.Seq[T]) T {
for v := range slice {
return v
}
panic("mustFirst: slice is empty")
}
| 24 | 149 | 11 | 0.98 | 2026-04-17T18:15:07.689719 | true |
github_ssbc_patchwork_0be6d944100b9fe99828e6e1cf7f8d98c2b32119 | JavaScript | ssbc | patchwork | 3,571 | 333 | A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB). | [
"decentralized",
"decentralized-messaging",
"electron",
"javascript",
"linux",
"macos",
"nodejs",
"off-grid",
"offline",
"p2p",
"scuttlebutt",
"server",
"social",
"social-network",
"ssb",
"windows"
] | AGPL-3.0 | lib/plugins/recent-feeds.js | recent-feeds.js | 596 | const pull = require('pull-stream')
const pullCat = require('pull-cat')
module.exports = function (sbot) {
return {
stream: function ({ live = null, since = null } = {}) {
const pipe = [
pull(
sbot.createFeedStream({ reverse: true, gt: since }),
pull.map(msg => msg.value.author)... | 66 | 596 | 25 | 0.98 | 2026-04-23T07:49:05.609921 | true |
github_pathwaycom_pathway_f90a44c4c7c4fa2ef73fc5a32d4d6085a186560c | 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/mat_mul.rs | mat_mul.rs | 1,070 | // Copyright © 2026 Pathway
use ndarray::{arr0, ArrayD, ArrayViewD, Ix1, Ix2, LinalgScalar};
pub fn mat_mul<T>(a: &ArrayViewD<T>, b: &ArrayViewD<T>) -> Option<ArrayD<T>>
where
T: LinalgScalar,
{
if a.ndim() < 1 || 2 < a.ndim() || b.ndim() < 1 || 2 < b.ndim() {
return None;
} else if let Ok(a) = a.... | 118 | 1,069 | 30 | 0.98 | 2026-04-23T04:40:46.328871 | true |
github_open-wa_wa-automate-nodejs_fa335e6cf63fa2d3a490098d3ed02c1538c7154b | TypeScript | open-wa | wa-automate-nodejs | 3,448 | 669 | 💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates! | [
"api",
"chatbots",
"framework",
"nodejs",
"typescript"
] | NOASSERTION | src/logging/custom_transport.ts | custom_transport.ts | 714 | import TransportStream from 'winston-transport';
import { ev } from '../controllers/events';
export class LogToEvTransport extends TransportStream {
constructor(opts?: any) {
super(opts);
}
log(info, callback) {
setImmediate(() => {
this.emit('logged', info);
});
ev.emit(
`DEBUG.${in... | 78 | 714 | 33 | 0.98 | 2026-04-17T18:04:11.573432 | true |
github_rustdesk_rustdesk_5211cc92bc9a3b300cb13a4d4faa9facd6a29dfb | Rust | rustdesk | rustdesk | 111,484 | 16,696 | An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. | [
"android",
"anydesk",
"dart",
"flatpak",
"flutter",
"flutter-apps",
"ios",
"linux",
"macos",
"p2p",
"rdp",
"remote-control",
"remote-desktop",
"rust",
"rust-lang",
"teamviewer",
"vnc",
"wayland",
"windows"
] | AGPL-3.0 | src/lang/tw.rs | tw.rs | 45,435 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "狀態"),
("Your Desktop", "您的桌面"),
("desk_tip", "您可以透過此 ID 及密碼存取您的桌面"),
("Password", "密碼"),
("Ready", "就緒"),
("Established", "已建立"),
("connecting_s... | 2,668 | 33,521 | 748 | 0.98 | 2026-04-17T13:14:44.873530 | true |
github_prettier_prettier_42af68539137f2556a3b34f50af56751d18ad040 | JavaScript | prettier | prettier | 51,817 | 4,704 | Prettier is an opinionated code formatter. | [
"angular",
"ast",
"css",
"flow",
"formatter",
"graphql",
"html",
"javascript",
"json",
"jsx",
"less",
"markdown",
"prettier",
"printer",
"scss",
"typescript",
"vue",
"yaml"
] | MIT | src/document/debug.js | debug.js | 5,610 | import {
DOC_TYPE_ALIGN,
DOC_TYPE_BREAK_PARENT,
DOC_TYPE_CURSOR,
DOC_TYPE_FILL,
DOC_TYPE_GROUP,
DOC_TYPE_IF_BREAK,
DOC_TYPE_INDENT,
DOC_TYPE_INDENT_IF_BREAK,
DOC_TYPE_LABEL,
DOC_TYPE_LINE,
DOC_TYPE_LINE_SUFFIX,
DOC_TYPE_LINE_SUFFIX_BOUNDARY,
DOC_TYPE_TRIM,
} from "./builders/index.js";
functi... | 554 | 5,610 | 225 | 0.98 | 2026-04-23T11:43:52.302816 | true |
github_containernetworking_cni_5b6019d1fdcf4923a763b18bf2abb82f81c153f2 | Go | containernetworking | cni | 6,028 | 1,135 | Container Network Interface - networking for Linux containers | [
"containers",
"docker",
"kubernetes",
"networking"
] | Apache-2.0 | pkg/version/reconcile_test.go | reconcile_test.go | 1,608 | // Copyright 2016 CNI 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 ... | 197 | 1,608 | 53 | 0.98 | 2026-04-17T20:45:54.729653 | true |
github_codexu_note-gen_acb50097ee5d23aa6280861d8b339f36af2eaaa9 | TypeScript | codexu | note-gen | 11,305 | 838 | A cross-platform Markdown AI note-taking software. | [
"agent",
"chatbot",
"knowledge-base",
"llm",
"markdown",
"mcp",
"nextjs",
"note-taking",
"rag",
"tauri",
"webdav"
] | GPL-3.0 | src/stores/mcp.ts | mcp.ts | 4,780 | import { create } from 'zustand'
import { Store } from '@tauri-apps/plugin-store'
import type { MCPServerConfig, MCPServerState } from '@/lib/mcp/types'
interface MCPState {
// 服务器配置列表
servers: MCPServerConfig[]
// 服务器运行时状态
serverStates: Map<string, MCPServerState>
// 当前选中的服务器(用于对话)
selectedServerIds: st... | 478 | 4,610 | 160 | 0.98 | 2026-04-23T09:46:46.617028 | true |
github_okteto_okteto_7b02d3c32490ab7d55128cf66c0c73a3bcdce88d | Go | okteto | okteto | 3,500 | 318 | Develop your applications directly in your Kubernetes Cluster | [
"cloud-native",
"cloud-native-developers",
"debug",
"developer-tools",
"development",
"docker",
"hacktoberfest",
"helm",
"kubernetes",
"okteto"
] | Apache-2.0 | cmd/namespace/create.go | create.go | 3,182 | // Copyright 2023 The Okteto 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 ... | 369 | 3,182 | 109 | 0.98 | 2026-04-17T22:31:18.577608 | true |
github_ZhuLinsen_daily_stock_analysis_4893e4f9553241105406d2b962a64f4f03e05065 | Python | ZhuLinsen | daily_stock_analysis | 30,272 | 30,966 | LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets. | [
"agent",
"ai",
"aigc",
"gemini",
"llm",
"quant",
"quantitative-trading",
"rag",
"stock"
] | MIT | src/services/portfolio_service.py | portfolio_service.py | 55,093 | # -*- coding: utf-8 -*-
"""Portfolio service for P0 account/events/snapshot workflow."""
from __future__ import annotations
import json
import logging
from collections import defaultdict
from dataclasses import dataclass
from datetime import date, timedelta
from typing import Any, Dict, Iterable, List, Optional, Set,... | 3,831 | 55,093 | 1,415 | 0.98 | 2026-04-17T15:27:48.390957 | true |
github_nodejs_node_8c6ebebb7b6a4c44424d1945b3a0b19eee4a01c2 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/http2.js | http2.js | 520 | 'use strict';
const {
connect,
constants,
createServer,
createSecureServer,
getDefaultSettings,
getPackedSettings,
getUnpackedSettings,
performServerHandshake,
sensitiveHeaders,
Http2ServerRequest,
Http2ServerResponse,
} = require('internal/http2/core');
module.exports = {
connect,
constants... | 33 | 520 | 30 | 0.98 | 2026-04-23T06:15:44.761382 | true |
github_vdaas_vald_6df59b41b15e003d64c40db8662db281f05bfdf4 | Go | vdaas | vald | 1,698 | 92 | Vald. A Highly Scalable Distributed Vector Search Engine | [
"anng",
"approximate-nearest-neighbor-search",
"cloud",
"cloud-native",
"distributed-systems",
"golang",
"hacktoberfest",
"high-dimensional-data",
"high-performance",
"image-search",
"image-search-engine",
"kubernetes",
"microservices",
"nearest-neighbor-search",
"ngt",
"similarity-sea... | Apache-2.0 | internal/config/index_creation_test.go | index_creation_test.go | 4,029 | // Copyright (C) 2019-2026 vdaas.org vald team <[REDACTED_EMAIL]>
//
// 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 b... | 474 | 4,029 | 137 | 0.98 | 2026-04-18T01:04:58.893909 | true |
github_rcourtman_Pulse_4d84f6b546f076dc50f97155563ab33e876a5abe | Go | rcourtman | Pulse | 5,373 | 217 | Real-time monitoring for Proxmox, Docker, and Kubernetes with AI-powered insights, smart alerts, and a beautiful unified dashboard | [
"ai",
"alerts",
"dashboard",
"docker",
"docker-monitoring",
"go",
"homelab",
"host-monitoring",
"infrastructure-monitoring",
"kubernetes",
"monitoring",
"proxmox",
"proxmox-backup-server",
"proxmox-mail-gateway",
"proxmox-ve",
"react",
"self-hosted",
"typescript",
"webhooks"
] | MIT | internal/ai/findings_tools_adapter.go | findings_tools_adapter.go | 2,050 | package ai
import (
"github.com/rcourtman/pulse-go-rewrite/internal/ai/tools"
)
// FindingsMCPAdapter adapts FindingsStore to MCP FindingsProvider interface
type FindingsMCPAdapter struct {
store *FindingsStore
}
// NewFindingsMCPAdapter creates a new adapter for findings store
func NewFindingsMCPAdapter(store *Fi... | 192 | 2,050 | 80 | 0.98 | 2026-04-17T21:29:26.939651 | true |
github_JordanKnott_taskcafe_3706ea95461298b5aaf47627ffef2ed090982ab8 | Go | JordanKnott | taskcafe | 5,189 | 466 | An open source project management tool with Kanban boards | [
"golang",
"gqlgen",
"graphql",
"kanban-board",
"project-management",
"react",
"typescript"
] | MIT | internal/commands/migrate.go | migrate.go | 1,698 | package commands
import (
"fmt"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"github.com/golang-migrate/migrate/v4"
"github.com/golang-migrate/migrate/v4/database/postgres"
"github.com/golang-migrate/migrate/v4/source/httpfs"
"github.com/jmoiron/sqlx"
log "github.com/sirupsen/logrus"
)
// MigrateLog is... | 187 | 1,698 | 74 | 0.98 | 2026-04-18T01:33:51.438936 | true |
github_Chalarangelo_30-seconds-of-code_30cccbf9674be51ef864105e4c9d6056e0da34c6 | JavaScript | Chalarangelo | 30-seconds-of-code | 127,546 | 12,477 | Coding articles to level up your development skills | [
"astro",
"awesome-list",
"css",
"education",
"es6-javascript",
"git",
"html",
"javascript",
"learn-to-code",
"learning-resources",
"nodejs",
"programming",
"snippets"
] | CC-BY-4.0 | src/core/recordSet.js | recordSet.js | 1,093 | export default class RecordSet extends Array {
where(query) {
return RecordSet.from(
this.filter(record => {
return Object.keys(query).every(key => {
// If function use it to determine matches
if (typeof query[key] === 'function') return query[key](record[key]);
// If ... | 120 | 1,093 | 52 | 0.98 | 2026-04-23T06:14:52.931932 | true |
github_Morganamilo_paru_f3069302bbe0bc2e720d96e8cb794f697313b458 | Rust | Morganamilo | paru | 8,603 | 309 | Feature packed AUR helper | [
"arch",
"archlinux",
"aur-helper",
"hacktoberfest",
"pacman",
"paru",
"pkgbuild",
"yaourt",
"yay"
] | GPL-3.0 | src/remove.rs | remove.rs | 1,486 | use crate::devel::{load_devel_info, save_devel_info};
use crate::print_error;
use crate::search::interactive_search_local;
use crate::util::pkg_base_or_name;
use crate::Config;
use crate::{exec, repo};
use std::collections::HashMap;
use anyhow::Result;
pub fn remove(config: &mut Config) -> Result<i32> {
if confi... | 127 | 1,486 | 59 | 0.98 | 2026-04-17T14:30:52.739529 | true |
github_mochajs_mocha_4469621abb8cdb69b21835f359ac8c1cb716ea8c | JavaScript | mochajs | mocha | 22,882 | 3,066 | ☕️ Classic, reliable, trusted test framework for Node.js and the browser | [
"bdd",
"browser",
"javascript",
"mocha",
"mochajs",
"node",
"nodejs",
"tdd",
"test",
"test-framework",
"testing",
"testing-tools"
] | MIT | lib/plugin-loader.js | plugin-loader.js | 8,371 | /**
* @typedef {import('./types.d.ts').PluginDefinition} PluginDefinition
*/
/**
* Provides a way to load "plugins" as provided by the user.
*
* Currently supports:
*
* - Root hooks
* - Global fixtures (setup/teardown)
* @private
* @module plugin
*/
"use strict";
const debug = require("debug")("mocha:plug... | 885 | 8,371 | 288 | 0.98 | 2026-04-23T06:44:02.232805 | true |
github_pubkey_rxdb_2e614763de2bdfffa236bf218a741ce05ca2b0bb | TypeScript | pubkey | rxdb | 23,156 | 1,161 | A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/ | [
"angular",
"browser-database",
"couchdb",
"crdt",
"database",
"firebase",
"graphql",
"indexeddb",
"ionic",
"local-first",
"localstorage",
"nodejs",
"nosql",
"postgres",
"pouchdb",
"react-native",
"realtime",
"realtime-database",
"rxdb",
"sqlite"
] | Apache-2.0 | src/replication-protocol/checkpoint.ts | checkpoint.ts | 5,506 | import { getComposedPrimaryKeyOfDocumentData } from '../rx-schema-helper.ts';
import { getWrittenDocumentsFromBulkWriteResponse, stackCheckpoints } from '../rx-storage-helper.ts';
import type {
RxDocumentData,
RxStorageInstanceReplicationInput,
RxStorageInstanceReplicationState,
RxStorageReplicationDire... | 392 | 5,506 | 155 | 0.98 | 2026-04-23T08:22:00.289183 | true |
github_typicode_lowdb_e58a5ec81e00b74b47b5c88dd80c228268673f1f | TypeScript | typicode | lowdb | 22,525 | 967 | Simple and fast JSON database | [
"database",
"electron",
"embeddable",
"embedded-database",
"javascript",
"json",
"localstorage",
"lodash",
"nodejs",
"storage"
] | MIT | src/core/Low.ts | Low.ts | 1,399 | export interface Adapter<T> {
read: () => Promise<T | null>
write: (data: T) => Promise<void>
}
export interface SyncAdapter<T> {
read: () => T | null
write: (data: T) => void
}
function checkArgs(adapter: unknown, defaultData: unknown) {
if (adapter === undefined) throw new Error('lowdb: missing adapter')
... | 174 | 1,399 | 65 | 0.98 | 2026-04-23T06:45:32.323618 | true |
github_mudler_LocalAI_6dd7b0ab904e02a32bead9790cf1f4756de28d21 | Go | mudler | LocalAI | 45,474 | 3,957 | LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required. | [
"agents",
"ai",
"api",
"audio-generation",
"decentralized",
"distributed",
"image-generation",
"libp2p",
"llama",
"llm",
"mamba",
"mcp",
"musicgen",
"object-detection",
"rerank",
"stable-diffusion",
"text-generation",
"tts"
] | MIT | core/cli/worker_addr_test.go | worker_addr_test.go | 2,927 | package cli
import (
"os"
"strings"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
var _ = Describe("WorkerCMD address resolution", func() {
Describe("effectiveBasePort", func() {
DescribeTable("returns the correct port",
func(addr, serve string, want int) {
cmd := &WorkerCMD{Addr: addr, Se... | 271 | 2,927 | 84 | 0.98 | 2026-04-17T07:26:54.460289 | true |
github_fuse-box_fuse-box_c72fcd056254d57bc60bb821af6abff95ba3cd8a | TypeScript | fuse-box | fuse-box | 3,974 | 234 | A blazing fast js bundler/loader with a comprehensive API :fire: | [
"bundler",
"hmr",
"hot-reload",
"javascript",
"loader",
"performance",
"typescript",
"workflow"
] | MIT | src/bundleRuntime/constants.ts | constants.ts | 185 | export function sourceMapsURL(file: string) {
return `//# sourceMappingURL=${file}`;
}
export function sourceMapsCSSURL(file: string) {
return `/*# sourceMappingURL=${file} */`;
}
| 19 | 185 | 8 | 0.98 | 2026-04-23T13:47:54.367505 | true |
github_rustdesk_rustdesk_2cee4526831eb01acb5da7a1eaf59bb63c1fa200 | Rust | rustdesk | rustdesk | 111,484 | 16,696 | An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. | [
"android",
"anydesk",
"dart",
"flatpak",
"flutter",
"flutter-apps",
"ios",
"linux",
"macos",
"p2p",
"rdp",
"remote-control",
"remote-desktop",
"rust",
"rust-lang",
"teamviewer",
"vnc",
"wayland",
"windows"
] | AGPL-3.0 | src/lang/ta.rs | ta.rs | 63,938 | lazy_static::lazy_static! {
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "நிலை"),
("Your Desktop", "உங்கள் டெஸ்க்டாப்"),
("desk_tip", "டெஸ்க்_குறிப்பு"),
("Password", "கடவுச்சொல்"),
("Ready", "தயார்"),
("Established", "நிறைவேற... | 3,236 | 39,864 | 748 | 0.98 | 2026-04-17T13:14:42.839526 | true |
github_pathwaycom_pathway_d115ce5b812a5f7619997d3f2dc75014e0cd6b06 | 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 | build.rs | build.rs | 151 | // Copyright © 2026 Pathway
fn main() {
println!("cargo:rerun-if-changed=build.rs");
pyo3_build_config::add_extension_module_link_args();
}
| 11 | 150 | 8 | 0.98 | 2026-04-23T04:40:25.771728 | true |
github_starship_starship_e6720c4dbe6f791b678459bbb83021d1b1c2f39f | 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/kubernetes.rs | kubernetes.rs | 1,646 | use serde::{Deserialize, Serialize};
use std::collections::HashMap;
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct KubernetesConfig<'a> {
pub symbol: &'a str,
pub format: &'a... | 148 | 1,644 | 58 | 0.98 | 2026-04-17T13:17:47.967827 | true |
github_signalapp_libsignal_cc466c1c393f3ac29cf9af9a9f4aa9b67463e52e | JavaScript | signalapp | libsignal | 5,669 | 706 | Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible. | [] | AGPL-3.0 | .prettierrc.js | .prettierrc.js | 162 | module.exports = {
singleQuote: true,
trailingComma: 'es5',
overrides: [
{
files: "*.ts.in",
options: { parser: "typescript" }
}
]
};
| 20 | 162 | 11 | 0.98 | 2026-04-17T14:56:34.779134 | true |
github_webdataset_webdataset_433ab3d5d661209235bf3e3499b4fbdcee9a9aab | Python | webdataset | webdataset | 3,053 | 232 | A high-performance Python-based I/O system for large (and small) deep learning problems, with strong support for PyTorch. | [
"data-augmentation",
"deep-learning",
"pytorch",
"webdataset",
"webdataset-format"
] | BSD-3-Clause | src/webdataset/tariterators.py | tariterators.py | 9,391 | #
# Copyright (c) 2017-2021 NVIDIA CORPORATION. All rights reserved.
# This file is part of the WebDataset library.
# See the LICENSE file for licensing terms (BSD-style).
#
"""Low level iteration functions for tar archives."""
import random
import re
import tarfile
from typing import Any, BinaryIO, Callable, Dict, ... | 925 | 9,391 | 295 | 0.98 | 2026-04-17T17:51:13.818026 | true |
github_isomorphic-git_isomorphic-git_a402aba9966fbb738801a5ebd93a69c3ff48b1dd | 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/walk.js | walk.js | 8,648 | // @ts-check
import '../typedefs.js'
import { _walk } from '../commands/walk.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'
/**
* @callback Walke... | 1,347 | 8,648 | 287 | 0.98 | 2026-04-23T07:10:48.654072 | true |
github_zeromicro_go-zero_46afcd1847b3e272e7952c17e66d1eb216661244 | Go | zeromicro | go-zero | 32,929 | 4,288 | A cloud-native Go microservices framework with cli tool for productivity. | [
"ai-native",
"ai-native-development",
"cloud-native",
"code-generation",
"framework",
"gateway",
"go",
"golang",
"grpc-gateway",
"microservice",
"microservice-framework",
"microservices",
"microservices-architecture",
"rest-api",
"restful",
"restful-api",
"rpc",
"rpc-framework",
... | MIT | core/filex/lookup_test.go | lookup_test.go | 1,310 | package filex
import (
"os"
"testing"
"github.com/stretchr/testify/assert"
"github.com/zeromicro/go-zero/core/fs"
)
func TestSplitLineChunks(t *testing.T) {
const text = `first line
second line
third line
fourth line
fifth line
sixth line
seventh line
`
fp, err := fs.TempFileWithText(text)
assert.Nil(t, err)
... | 155 | 1,310 | 68 | 0.98 | 2026-04-17T08:11:48.329806 | true |
github_eythaann_Seelen-UI_601d67c482a536a5ff9da347569b52bb863cd3da | Rust | eythaann | Seelen-UI | 16,375 | 502 | The Fully Customizable Desktop Environment for Windows 10/11. | [
"app-launcher",
"desktop-application",
"dock",
"finder",
"multilanguage",
"seelen",
"seelen-ui",
"taskbar",
"tauri",
"tauri-app",
"tiling-window-manager",
"toolbar",
"tools",
"topbar",
"wallpaper",
"web",
"web-technologies",
"windows",
"windows-11"
] | AGPL-3.0 | src/background/exposed.rs | exposed.rs | 9,553 | use std::{collections::HashMap, os::windows::process::CommandExt, path::PathBuf};
use owo_colors::OwoColorize;
use seelen_core::{
command_handler_list,
constants::SUPPORTED_LANGUAGES,
resource::ResourceText,
system_state::{Color, RelaunchArguments, StartMenuLayout, StartMenuLayoutItem},
};
use tauri::... | 677 | 9,553 | 309 | 0.98 | 2026-04-17T13:49:59.271448 | true |
github_quickwit-oss_tantivy_13b6761cfaf64899e5fa31b584bd39d5497609d6 | Rust | quickwit-oss | tantivy | 15,013 | 896 | Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust | [
"rust",
"search-engine"
] | MIT | src/postings/mod.rs | mod.rs | 28,519 | //! Postings module (also called inverted index)
mod block_search;
pub(crate) use self::block_search::branchless_binary_search;
mod block_segment_postings;
pub(crate) mod compression;
mod indexing_context;
mod json_postings_writer;
mod loaded_postings;
mod per_field_postings_writer;
mod postings;
mod postings_writer... | 2,002 | 28,519 | 765 | 0.98 | 2026-04-17T13:54:47.298605 | true |
github_plandex-ai_plandex_178094a99c3baaf29bd4f3cc0a46b0e66906b623 | Python | plandex-ai | plandex | 15,247 | 1,118 | Open source AI coding agent. Designed for large projects and real world tasks. | [
"ai",
"ai-agents",
"ai-developer-tools",
"ai-tools",
"cli",
"command-line",
"developer-tools",
"git",
"golang",
"gpt-4",
"llm",
"openai",
"polyglot-programming",
"terminal",
"terminal-based",
"terminal-ui"
] | MIT | app/server/litellm_proxy.py | litellm_proxy.py | 5,558 | from litellm.llms.anthropic.common_utils import AnthropicModelInfo
from typing import List, Optional
_orig_get_hdrs = AnthropicModelInfo.get_anthropic_headers
def _oauth_get_hdrs(
self,
api_key: str,
anthropic_version: Optional[str] = None,
computer_tool_used: bool = False,
prompt_caching_set: bool = False,... | 499 | 5,556 | 183 | 0.98 | 2026-04-17T10:34:42.208115 | true |
github_vitaly-t_pg-promise_5e03b67233880ae19ed3fa42652f36de94fb88c3 | JavaScript | vitaly-t | pg-promise | 3,551 | 221 | PostgreSQL interface for Node.js | [
"javascript",
"nodejs",
"postgresql",
"promise-library",
"promises",
"transaction",
"typescript"
] | MIT | lib/connect.js | connect.js | 6,021 | /*
* Copyright (c) 2015-present, Vitaly Tomilov
*
* See the LICENSE file at the top-level directory of this distribution
* for licensing information.
*
* Removal or modification of this copyright notice is prohibited.
*/
const {Events} = require('./events');
const {ColorConsole} = require('./utils/color');
con... | 565 | 6,021 | 179 | 0.98 | 2026-04-23T07:49:30.015407 | true |
github_SortableJS_Vue.Draggable_ec3b334080819176f4c6b8b0c1a6da8a5324b6f9 | TypeScript | SortableJS | Vue.Draggable | 20,613 | 2,861 | Vue drag-and-drop component based on Sortable.js | [
"component",
"drag-and-drop",
"vue"
] | MIT | src/vuedraggable.d.ts | vuedraggable.d.ts | 1,396 | declare module 'vuedraggable' {
import Vue, { VueConstructor } from 'vue';
type CombinedVueInstance<
Instance extends Vue,
Data,
Methods,
Computed,
Props
> = Data & Methods & Computed & Props & Instance;
type ExtendedVue<
Instance extends Vue,
Data,
Methods,
Computed,
P... | 153 | 1,396 | 76 | 0.98 | 2026-04-23T11:46:24.235796 | true |
github_pathwaycom_pathway_49a071891045f9dd7312dec3c66bbed4371643b4 | Rust | pathwaycom | pathway | 63,434 | 1,631 | Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG. | [
"batch-processing",
"data-analytics",
"data-pipelines",
"data-processing",
"dataflow",
"etl",
"etl-framework",
"iot-analytics",
"kafka",
"machine-learning-algorithms",
"pathway",
"python",
"real-time",
"rust",
"stream-processing",
"streaming",
"time-series-analysis"
] | NOASSERTION | src/engine/report_error.rs | report_error.rs | 6,591 | // Copyright © 2026 Pathway
#![allow(clippy::module_name_repetitions)]
use std::panic::{catch_unwind, panic_any, AssertUnwindSafe};
use std::{io, thread};
use super::error::{DataError, DataResult, DynError, DynResult, Error, Result, Trace};
pub trait ReportError: Send {
fn report(&self, error: Error);
}
impl R... | 600 | 6,590 | 234 | 0.98 | 2026-04-23T04:40:40.466402 | true |
github_TheAlgorithms_website_b3088b9b6eef1d8270a7ddbe7e4ebda918cd7768 | TypeScript | TheAlgorithms | website | 1,011 | 220 | The Algorithms website providing GitHub's largest open-source algorithm library. | [
"algorithms",
"hacktoberfest",
"i18next",
"nextjs",
"static",
"translations",
"typescript",
"vercel",
"yarn"
] | MIT | lib/wasm.ts | wasm.ts | 507 | /* eslint-disable */
export default function check() {
try {
if (
typeof WebAssembly === "object" &&
typeof WebAssembly.instantiate === "function"
) {
const module = new WebAssembly.Module(
Uint8Array.of(0x0, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00)
);
if (module instanc... | 57 | 507 | 18 | 0.98 | 2026-04-23T11:41:57.118042 | true |
github_skillrecordings_egghead-next_b258dd6c3bf5d5c929e2986b8b22192c17748c07 | TypeScript | skillrecordings | egghead-next | 1,451 | 195 | The frontend for egghead.io. | [
"cypress",
"egghead",
"jest",
"mdx",
"nextjs",
"react",
"tailwindcss",
"typescript"
] | NOASSERTION | src/lib/name-to-slug.ts | name-to-slug.ts | 152 | import slugify from 'slugify'
const nameToSlug = (name: string) =>
slugify(name.toLowerCase(), {remove: /[*+~.()'"!:@]/g})
export default nameToSlug
| 16 | 152 | 6 | 0.98 | 2026-04-23T11:15:58.882148 | true |
github_farion1231_cc-switch_ddbb3129bc6cd31fbfb2ce78c239a887481a7f26 | 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/lib/clipboard.ts | clipboard.ts | 496 | import { invoke } from "@tauri-apps/api/core";
export async function copyText(text: string): Promise<void> {
try {
await invoke("copy_text_to_clipboard", { text });
return;
} catch (nativeError) {
try {
await navigator.clipboard.writeText(text);
return;
} catch (webError) {
throw ... | 54 | 496 | 20 | 0.98 | 2026-04-17T13:18:56.762923 | true |
github_livekit_livekit_046b2ddfc079b2e8dce9cb6090ea7232d6b2a0fa | Go | livekit | livekit | 18,220 | 1,897 | End-to-end realtime stack for connecting humans and AI | [
"golang",
"media-server",
"sfu",
"video",
"voice",
"voice-ai",
"webrtc"
] | Apache-2.0 | pkg/rtc/migrationdatacache_test.go | migrationdatacache_test.go | 1,064 | package rtc
import (
"testing"
"time"
"github.com/stretchr/testify/require"
"github.com/livekit/protocol/livekit"
)
func TestMigrationDataCache_Add(t *testing.T) {
expiredAt := time.Now().Add(100 * time.Millisecond)
cache := NewMigrationDataCache(10, expiredAt)
pkt1 := &livekit.DataPacket{Sequence: 9}
stat... | 82 | 1,064 | 39 | 0.98 | 2026-04-17T09:42:04.645616 | true |
github_merri-ment_lazy-line-painter_1ddba170e1589faad4cdebe6dc53077d8ff9dbb5 | JavaScript | merri-ment | lazy-line-painter | 1,984 | 317 | Lazy Line Painter - A Modern JS library for SVG path animation | [
"animation",
"animation-library",
"drawing",
"javascript",
"js",
"lightweight",
"path-animation",
"responsive",
"svg"
] | MIT | lib/lazy-line-painter-2.0.1.js | lazy-line-painter-2.0.1.js | 39,104 | (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("lazy-line-painter", [], factory);
else if(typeof exports === 'object')
exports["lazy-line-painter"] =... | 4,218 | 39,104 | 1,140 | 0.98 | 2026-04-23T14:05:57.853302 | true |
github_compodoc_compodoc_e530d403f075bd62ca908877c22d72e486f584d6 | TypeScript | compodoc | compodoc | 4,100 | 415 | :notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application | [
"angular",
"angular2",
"ast",
"devtools",
"documentation",
"documentation-tool",
"generator",
"jsdoc",
"typescript"
] | MIT | src/locales/nl-NL.ts | nl-NL.ts | 3,260 | export const TRANSLATION_NL_NL = {
accessors: 'Accessors',
arguments: 'Argumenten',
bootstrap: 'Bootstrap',
branches: 'Branches',
browse: 'Browse',
classe: 'Klasse',
classes: 'Klassen',
component: 'Component',
components: 'Componenten',
constructor: 'Constructor',
controllers... | 260 | 3,260 | 111 | 0.98 | 2026-04-18T00:24:29.823576 | true |
github_hashicorp_terraform_2e129bae24e318f574354cb7e29206078931181b | Go | hashicorp | terraform | 48,150 | 10,287 | Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned. | [
"cloud",
"cloud-management",
"graph",
"infrastructure-as-code",
"terraform"
] | NOASSERTION | internal/addrs/remove_target_test.go | remove_target_test.go | 3,071 | // Copyright IBM Corp. 2014, 2026
// SPDX-License-Identifier: BUSL-1.1
package addrs
import (
"testing"
"github.com/google/go-cmp/cmp"
"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"
)
func TestParseRemoveTarget(t *testing.T) {
tests := []struct {
Input string
Want ConfigMoveable... | 342 | 3,071 | 115 | 0.98 | 2026-04-17T07:24:08.634312 | true |
github_bigint_hey_8c0a36c345648114d32744cfd858fc2616815f8a | 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/storageClient.ts | storageClient.ts | 114 | import { StorageClient } from "@lens-chain/storage-client";
export const storageClient = StorageClient.create();
| 11 | 114 | 4 | 0.98 | 2026-04-18T01:23:15.436816 | true |
github_adam-mcdaniel_oakc_23d29b6283a658c8d8d1b30172dcd93a1fc8ecc0 | Rust | adam-mcdaniel | oakc | 747 | 21 | A portable programming language with a compact intermediate representation | [
"c",
"compiler",
"compiler-design",
"golang"
] | Apache-2.0 | src/asm.rs | asm.rs | 16,301 | use crate::{
target::{Target, C},
Identifier, StringLiteral,
};
use std::{
collections::BTreeMap,
fmt::{Debug, Display, Error, Formatter},
fs::read_to_string,
path::PathBuf,
};
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Debug)]
pub enum AsmError {
NonExistantExternFile(String),
Var... | 1,599 | 16,301 | 495 | 0.98 | 2026-04-17T17:08:36.949405 | true |
github_graphql_graphql-js_514cbaad39fbd4a3ac90bd61b9356a19810a831c | TypeScript | graphql | graphql-js | 20,323 | 2,056 | A reference implementation of GraphQL for JavaScript | [
"graphql",
"graphql-js"
] | MIT | src/jsutils/inspect.ts | inspect.ts | 2,797 | const MAX_ARRAY_LENGTH = 10;
const MAX_RECURSIVE_DEPTH = 2;
/**
* Used to print values in error messages.
*/
export function inspect(value: unknown): string {
return formatValue(value, []);
}
function formatValue(
value: unknown,
seenValues: ReadonlyArray<unknown>,
): string {
switch (typeof value) {
ca... | 339 | 2,797 | 124 | 0.98 | 2026-04-18T01:24:46.748048 | true |
github_bentoml_BentoML_893c8af94ff4fa5b6b7a7ad66158ba3043d4406c | Python | bentoml | BentoML | 8,586 | 951 | The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more! | [
"ai-inference",
"deep-learning",
"generative-ai",
"inference-platform",
"llm",
"llm-inference",
"llm-serving",
"llmops",
"machine-learning",
"ml-engineering",
"mlops",
"model-inference-service",
"model-serving",
"multimodal",
"python"
] | Apache-2.0 | src/bentoml_cli/api_token.py | api_token.py | 9,619 | from __future__ import annotations
import typing as t
import click
import rich
import bentoml.api_token
from bentoml.exceptions import BentoMLException
from bentoml_cli.utils import BentoMLCommandGroup
@click.group(name="api-token", cls=BentoMLCommandGroup)
def api_token_command():
"""API Token management comm... | 818 | 9,619 | 311 | 0.98 | 2026-04-17T17:24:17.105684 | true |
github_tidwall_tile38_257b102bc8ed52174cdb1a062aac5654f8f08963 | Go | tidwall | tile38 | 9,619 | 610 | Real-time Geospatial and Geofencing | [
"database",
"geo",
"geofences",
"geospatial",
"index",
"location",
"spatial"
] | MIT | internal/server/aofshrink.go | aofshrink.go | 8,081 | package server
import (
"math"
"os"
"strconv"
"strings"
"time"
"github.com/tidwall/btree"
"github.com/tidwall/tile38/internal/collection"
"github.com/tidwall/tile38/internal/field"
"github.com/tidwall/tile38/internal/log"
"github.com/tidwall/tile38/internal/object"
)
const maxkeys = 8
const maxids = 32
con... | 1,030 | 8,081 | 305 | 0.98 | 2026-04-17T18:10:04.776943 | true |
github_kriasoft_graphql-starter-kit_ad5679816cdab6bdb5e16779e43be894e461d1bc | TypeScript | kriasoft | graphql-starter-kit | 3,971 | 554 | 💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, and Joy UI. | [
"api",
"boilerplate",
"cloud-run",
"graphql",
"graphql-yoga",
"hackathon",
"jotai",
"joy-ui",
"monorepo",
"nodejs",
"postgres",
"postgresql",
"pothos",
"prisma",
"react",
"starter-kit",
"template",
"terraform",
"typescript",
"yarn"
] | MIT | app/vite.config.ts | vite.config.ts | 1,776 | /* SPDX-FileCopyrightText: 2014-present Kriasoft */
/* SPDX-License-Identifier: MIT */
import react from "@vitejs/plugin-react";
import { URL, fileURLToPath } from "node:url";
import { loadEnv } from "vite";
import { defineProject } from "vitest/config";
const publicEnvVars = [
"APP_ENV",
"APP_NAME",
"APP_ORIGI... | 164 | 1,776 | 73 | 0.98 | 2026-04-17T18:02:40.730464 | true |
github_gastownhall_gastown_2706ea9cfcfefd051ba5bfce17c83dfe72d40477 | Go | gastownhall | gastown | 14,234 | 1,286 | Gas Town - multi-agent workspace manager | [] | MIT | internal/cli/name_test.go | name_test.go | 947 | package cli
import (
"sync"
"testing"
)
func TestName_DefaultIsGt(t *testing.T) {
// Reset singleton for test isolation
nameOnce = sync.Once{}
name = ""
t.Setenv("GT_COMMAND", "")
got := Name()
if got != "gt" {
t.Errorf("Name() = %q, want %q", got, "gt")
}
}
func TestName_RespectsGT_COMMAND(t *testing.T)... | 135 | 947 | 48 | 0.98 | 2026-04-17T10:44:20.421754 | true |
github_Windy3f3f3f3f_claude-code-from-scratch_261773f7b3bfb628c4cb08437186e6f0cf85a416 | TypeScript | Windy3f3f3f3f | claude-code-from-scratch | 984 | 333 | Build your own Claude Code from scratch. 🔍 Claude Code 开源了 50 万行代码,读不动?用 ~4000 行 TypeScript / Python 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓 | [
"ai",
"ai-agent",
"anthropic",
"build-from-scratch",
"claude",
"claude-code",
"coding-agent",
"llm",
"tutorial",
"typescript"
] | MIT | src/session.ts | session.ts | 1,680 | import { readFileSync, writeFileSync, existsSync, mkdirSync, readdirSync } from "fs";
import { join } from "path";
import { homedir } from "os";
const SESSION_DIR = join(homedir(), ".mini-claude", "sessions");
interface SessionMetadata {
id: string;
model: string;
cwd: string;
startTime: string;
messageCoun... | 183 | 1,680 | 64 | 0.98 | 2026-04-22T17:00:42.581796 | true |
github_OptimalBits_bull_54aa06ac201a8e5409d7605802946c1513a00367 | JavaScript | OptimalBits | bull | 16,244 | 1,421 | Premium Queue package for handling distributed jobs and messages in NodeJS. | [
"job",
"job-queue",
"message",
"message-queue",
"nodejs",
"priority",
"queue",
"rate-limiter",
"scheduler"
] | NOASSERTION | lib/timer-manager.js | timer-manager.js | 3,466 | 'use strict';
const _ = require('lodash');
const uuid = require('uuid');
/**
Timer Manager
Keep track of timers to ensure that disconnect() is
only called (via close()) at a time when it's safe
to do so.
Queues currently use two timers:
- The first one is used for delayed jobs and is
preemptible ... | 486 | 3,466 | 143 | 0.98 | 2026-04-23T06:50:43.448269 | true |
github_apollographql_apollo-client_80fd340c05ed0e3df2e621c270fcaede539a2a36 | TypeScript | apollographql | apollo-client | 19,717 | 2,702 | The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development. | [
"apollo-client",
"apollographql",
"graphql",
"graphql-client",
"typescript"
] | MIT | src/__tests__/graphqlSubscriptions.ts | graphqlSubscriptions.ts | 35,856 | import { gql } from "graphql-tag";
import type { Subscriber } from "rxjs";
import type { TypedDocumentNode } from "@apollo/client";
import { ApolloClient, ApolloLink, Observable } from "@apollo/client";
import { InMemoryCache } from "@apollo/client/cache";
import {
CombinedGraphQLErrors,
CombinedProtocolErrors,
} ... | 2,970 | 35,856 | 1,331 | 0.98 | 2026-04-18T01:25:37.260407 | true |
github_namuan_dr-doc-search_bb38f0a0265a671d82bc875d1d1f6f44866ac7fd | Python | namuan | dr-doc-search | 596 | 58 | Converse with book - Built with GPT-3 | [
"gpt3",
"langchain",
"nlp-machine-learning",
"python",
"summarization"
] | MIT | src/doc_search/__init__.py | __init__.py | 1,599 | import logging
import os
import time
import typing
from functools import wraps
import openai
from dotenv import load_dotenv
from rich.progress import track
load_dotenv()
openai.api_key = os.getenv("OPENAI_API_KEY")
openai.debug = False
def setup_logging(verbosity: int) -> None:
logging_level = logging.WARNING
... | 148 | 1,594 | 58 | 0.98 | 2026-04-23T00:52:38.902044 | true |
github_go-jet_jet_03a94f133ae01598f5ea85df406a82c45c5e7a30 | Go | go-jet | jet | 3,644 | 183 | Type safe SQL builder with code generation and automatic query result data mapping | [
"cockroachdb",
"code-completion",
"code-generator",
"codegenerator",
"database",
"datamapper",
"golang",
"mariadb",
"mysql",
"postgres",
"postgresql",
"sql",
"sql-builder",
"sql-queries",
"sql-query",
"sql-query-builder",
"sqlbuilder",
"sqlite",
"typesafe",
"typesafety"
] | Apache-2.0 | internal/jet/projection.go | projection.go | 3,728 | package jet
// Projection is interface for all projection types. Types that can be part of, for instance SELECT clause.
type Projection interface {
serializeForProjection(statement StatementType, out *SQLBuilder)
serializeForJsonObjEntry(statement StatementType, out *SQLBuilder)
serializeForRowToJsonProjection(stat... | 396 | 3,728 | 103 | 0.98 | 2026-04-17T18:21:15.528073 | true |
github_testing-library_jest-dom_d00961649de2c97856cd3ea4e225550f7cece6c2 | JavaScript | testing-library | jest-dom | 4,593 | 414 | :owl: Custom jest matchers to test the state of the DOM | [
"custom-matcher",
"dom",
"dom-testing-library",
"javascript",
"jest",
"jest-matchers",
"jsdom",
"react-testing-library",
"testing",
"testing-library",
"testing-library-react"
] | MIT | src/__tests__/to-be-empty.js | to-be-empty.js | 1,142 | import {render} from './helpers/test-utils'
test('.toBeEmpty', () => {
// @deprecated intentionally hiding warnings for test clarity
const spy = jest.spyOn(console, 'warn').mockImplementation(() => {})
const {queryByTestId} = render(`
<span data-testid="not-empty">
<span data-testid="empty"></span>
... | 89 | 1,142 | 36 | 0.98 | 2026-04-23T12:20:23.117550 | true |
github_ganeshrvel_openmtp_7e7234bf047218da30646361a91b84e7914c9d81 | JavaScript | ganeshrvel | openmtp | 6,532 | 264 | OpenMTP - Advanced Android File Transfer Application for macOS | [
"android",
"electron",
"file-transfer",
"macos",
"mtp",
"nodejs",
"openmtp",
"react",
"reactjs"
] | MIT | app/templates/loadProfileError.js | loadProfileError.js | 485 | import { APP_NAME, APP_VERSION, AUTHOR_EMAIL } from '../constants/meta';
export const loadProfileErrorHtml = `
<html lang="en-gb">
<body>
<h3>Unable to load profile files. Please restart the app. </h3>
<p>Write to the developer if the problem persists.</p>
<a... | 45 | 485 | 12 | 0.98 | 2026-04-23T06:01:28.889423 | true |
github_bigint_hey_c82d1ae172e14a1200934bf8e6b7d78240c6f714 | 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/hooks/useHasNewNotifications.ts | useHasNewNotifications.ts | 863 | import {
NotificationOrderBy,
useNotificationIndicatorQuery
} from "@/indexer/generated";
import { useAccountStore } from "@/store/persisted/useAccountStore";
import { useNotificationStore } from "@/store/persisted/useNotificationStore";
const useHasNewNotifications = () => {
const { currentAccount } = useAccoun... | 84 | 863 | 30 | 0.98 | 2026-04-18T01:23:18.056589 | true |
github_cortexproject_cortex_805c20954291ebfbbdd3b072813ab970223582fb | Go | cortexproject | cortex | 5,783 | 852 | A horizontally scalable, highly available, multi-tenant, long term Prometheus. | [
"cncf",
"hacktoberfest",
"kubernetes",
"monitoring",
"prometheus"
] | Apache-2.0 | pkg/cortex/modules.go | modules.go | 41,982 | package cortex
import (
"context"
"flag"
"fmt"
"log/slog"
"net/http"
"runtime"
"runtime/debug"
"github.com/go-kit/log/level"
"github.com/opentracing-contrib/go-stdlib/nethttp"
"github.com/opentracing/opentracing-go"
"github.com/pkg/errors"
"github.com/prometheus/alertmanager/featurecontrol"
"github.com/p... | 3,424 | 41,040 | 983 | 0.98 | 2026-04-17T21:21:41.055239 | true |
github_yeungchenwa_FontDiffuser_7bc9fff21234007e88830284fa2c92dd6b28c48a | Python | yeungchenwa | FontDiffuser | 517 | 54 | [AAAI2024] FontDiffuser: One-Shot Font Generation via Denoising Diffusion with Multi-Scale Content Aggregation and Style Contrastive Learning | [
"deep-learning",
"diffusers",
"diffusion",
"font-generation",
"image-generation"
] | UNKNOWN | src/modules/resnet.py | resnet.py | 13,315 | from functools import partial
import torch
import torch.nn as nn
import torch.nn.functional as F
def upfirdn2d_native(tensor, kernel, up=1, down=1, pad=(0, 0)):
up_x = up_y = up
down_x = down_y = down
pad_x0 = pad_y0 = pad[0]
pad_x1 = pad_y1 = pad[1]
_, channel, in_h, in_w = tensor.shape
ten... | 1,436 | 13,315 | 354 | 0.98 | 2026-04-22T22:42:36.596044 | true |
github_avajs_ava_ddf4b479e1d7004126113265e815365c61f9b29a | 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/worker/completion-handlers.js | completion-handlers.js | 303 | import process from 'node:process';
import state from './state.cjs';
export function runCompletionHandlers() {
for (const handler of state.completionHandlers) {
process.nextTick(() => handler());
}
}
export function registerCompletionHandler(handler) {
state.completionHandlers.push(handler);
}
| 29 | 303 | 14 | 0.98 | 2026-04-23T06:48:18.106085 | true |
github_RemoteDebug_remotedebug-ios-webkit-adapter_d1d19d06cd83f1ab2700c718eca24f0325b3525a | TypeScript | RemoteDebug | remotedebug-ios-webkit-adapter | 2,738 | 223 | Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools | [
"chrome-devtools",
"debugger",
"devtools",
"ios",
"protocol-adapter",
"remotedebug",
"safari"
] | UNKNOWN | src/lib/mock-socket.d.ts | mock-socket.d.ts | 113 | declare module 'mock-socket' {
export const Server;
export const WebSocket;
export const SocketIO;
}
| 14 | 113 | 6 | 0.98 | 2026-04-18T00:26:22.751757 | true |
github_gorilla_mux_8835b56c26c2afed04d25c53a7a433d8c2412584 | Go | gorilla | mux | 21,843 | 1,879 | Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍 | [
"go",
"golang",
"gorilla",
"gorilla-web-toolkit",
"http",
"middleware",
"mux",
"router"
] | BSD-3-Clause | middleware_test.go | middleware_test.go | 19,923 | package mux
import (
"bytes"
"fmt"
"net/http"
"testing"
)
type testMiddleware struct {
timesCalled uint
}
func (tm *testMiddleware) Middleware(h http.Handler) http.Handler {
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
tm.timesCalled++
h.ServeHTTP(w, r)
})
}
func dummyHandler(w ... | 1,989 | 19,923 | 678 | 0.98 | 2026-04-17T09:21:12.918821 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.