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_mozilla_sccache_65f74476161cabbd7658a939bc9075fa616e5d75
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/lru_disk_cache/mod.rs
mod.rs
25,946
pub mod lru_cache; use fs::File; use fs_err as fs; use std::borrow::Borrow; use std::boxed::Box; use std::collections::hash_map::RandomState; use std::error::Error as StdError; use std::ffi::{OsStr, OsString}; use std::fmt; use std::hash::BuildHasher; use std::io; use std::io::prelude::*; use std::path::{Path, PathBuf...
2,500
25,946
733
0.98
2026-04-17T14:40:18.126158
true
github_ruffle-rs_ruffle_c4ce72c0d800b5983837b53432cfaff1b131a42c
Rust
ruffle-rs
ruffle
17,970
1,003
A Flash Player emulator written in Rust
[ "emulator", "flash", "hacktoberfest", "reimplementation", "rust", "swf" ]
NOASSERTION
core/build.rs
build.rs
589
fn main() { build_playerglobal::build_playerglobal( "../".into(), std::env::var("OUT_DIR").unwrap().into(), cfg!(feature = "known_stubs"), ) .expect("Failed to build playerglobal"); // This is overly conservative - it will cause us to rebuild playerglobal.swf // if *any* fil...
68
589
15
0.98
2026-04-17T13:46:54.239216
true
github_ixartz_Next-js-Boilerplate_45bfb4ea9d35167d408bdc10ce61d7e5772b67b8
TypeScript
ixartz
Next-js-Boilerplate
12,867
2,375
🚀🎉📚 Nextjs Boilerplate and Starter with App Router and Page Router support, Tailwind CSS 4 and TypeScript ⚡️ Made with developer experience first: Next.js 16 + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Sentry + PostC...
[ "boilerplate", "boilerplate-code", "jamstack", "javascript", "js-boilerplate", "netlify-template", "next-js", "next-theme", "nextjs", "nextjs-starter", "nextjs-template", "react", "react-boilerplate", "reactjs", "starter-kit", "starter-project", "starter-template", "tailwind-css", ...
MIT
src/app/robots.ts
robots.ts
299
import type { MetadataRoute } from 'next'; import { getBaseUrl } from '@/utils/Helpers'; export default function robots(): MetadataRoute.Robots { return { rules: { userAgent: '*', allow: '/', disallow: '/dashboard', }, sitemap: `${getBaseUrl()}/sitemap.xml`, }; }
34
299
14
0.98
2026-04-23T09:44:03.289786
true
github_clidey_whodb_a77af1effd37108b85c7ae4bb40f5ef0967f058a
Go
clidey
whodb
4,725
184
A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB, Elastic Search, and Clickhouse with Chat interface
[ "anthropic", "clickhouse", "data-analysis", "data-visualization", "database", "elasticsearch", "explorer", "golang", "lightweight", "mariadb", "mongodb", "mysql", "ollama", "openai", "postgresql", "reactjs", "sqlite3", "typescript", "vite" ]
Apache-2.0
core/graph/http_ai_stream_shared.go
http_ai_stream_shared.go
8,340
/* * Copyright 2026 Clidey, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
1,005
8,340
266
0.98
2026-04-17T18:17:57.607239
true
github_fish-shell_fish-shell_53058798d7163a59285d4693f4cfa4b1ffedee97
Rust
fish-shell
fish-shell
33,184
2,275
The user-friendly command line shell.
[ "fish", "rust", "shell", "terminal" ]
NOASSERTION
src/fs.rs
fs.rs
21,370
use crate::{ fds::wopen_cloexec, flog, flogf, path::{DirRemoteness, path_remoteness}, prelude::*, wutil::{FileId, INVALID_FILE_ID, file_id_for_file, file_id_for_path, wdirname, wunlink}, }; use fish_tempfile::random_filename; use fish_widestring::{osstr2wcstring, wcs2bytes, wcs2osstring}; use libc::...
2,555
21,370
482
0.98
2026-04-17T13:22:40.176121
true
github_calcom_cal.diy_f0e72806f9c72d69a082451801810cb5923da132
TypeScript
calcom
cal.diy
41,983
12,970
Scheduling infrastructure for absolutely everyone.
[ "next-auth", "nextjs", "open-source", "postgresql", "prisma", "t3-stack", "tailwindcss", "trpc", "turborepo", "typescript", "zod" ]
MIT
playwright.config.ts
playwright.config.ts
10,849
import type { Frame, PlaywrightTestConfig } from "@playwright/test"; import { devices, expect } from "@playwright/test"; import dotEnv from "dotenv"; import * as os from "node:os"; import * as path from "node:path"; import { WEBAPP_URL } from "@calcom/lib/constants"; dotEnv.config({ path: ".env" }); const outputDir ...
1,055
10,849
342
0.98
2026-04-23T08:59:36.488224
true
github_AutoX-AI-Labs_AutoR_feaecce5ac22f850211d9ef70a34e8df3acaa35f
Python
AutoX-AI-Labs
AutoR
542
16
AI handles execution, humans own the direction, and every run becomes an inspectable research artifact on disk.
[ "agent", "ai", "ai-scientist", "auto-research", "claude", "claude-code", "cli", "harness", "llm", "openai", "paper", "science" ]
UNKNOWN
src/manifest.py
manifest.py
15,582
from __future__ import annotations import json from dataclasses import dataclass, field from datetime import datetime from .utils import RunPaths, StageSpec, STAGES @dataclass(frozen=True) class StageManifestEntry: number: int slug: str title: str status: str = "pending" approved: bool = False ...
1,120
15,580
458
0.98
2026-04-23T01:21:47.472108
true
github_bigint_hey_c8b415228b9bec20dd828e9fb132e08e9d6cb8d4
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/getFavicon.ts
getFavicon.ts
384
const FAVICON_BASE_URL = "https://external-content.duckduckgo.com/ip3"; const UNKNOWN_DOMAIN = "unknowndomain"; const getFavicon = (url: string): string => { const domain = (() => { try { return new URL(url).hostname; } catch { return UNKNOWN_DOMAIN; } })(); return `${FAVICON_BASE_URL}/$...
42
384
17
0.98
2026-04-18T01:23:06.076707
true
github_blocks_blocks_49c3d25cd789ebcc231a84f3e3460c83060720a5
JavaScript
blocks
blocks
5,083
326
A JSX-based page builder for creating beautiful websites without writing code
[ "jsx", "lowcode", "mdx", "nocode", "react", "visual-editor", "wysiwyg" ]
MIT
src/pages/demo.js
demo.js
874
import React, { Fragment } from 'react' import Editor from 'blocks-ui' import * as Blocks from '@blocks/react' import SEO from '../components/seo' const JSX = ` import React from 'react' import { Blocks, HeaderBasic } from '@blocks/react' export default () => ( <Blocks.Root> <HeaderBasic> <HeaderBasic.Lo...
87
874
37
0.98
2026-04-23T06:13:56.981251
true
github_nutsdb_nutsdb_53a184a1d1a3aa73ff396cfdbab325873f5b4612
Go
nutsdb
nutsdb
3,563
342
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
[ "data-structures", "database", "go", "golang", "key-value", "kv-store", "nutsdb", "supports-transactions" ]
Apache-2.0
internal/data/btree_test.go
btree_test.go
26,648
// Copyright 2023 The nutsdb Author. 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 required by app...
2,974
26,648
900
0.98
2026-04-17T18:21:58.876498
true
github_unionlabs_union_5ce70f58a10ec4acd443dcc53187f5f3939d7605
Rust
unionlabs
union
74,142
3,884
The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.
[ "astro", "blockchain", "cosmos", "cosmwasm", "ethereum", "evm", "golang", "indexer", "interoperability", "move", "nix", "prover", "relayer", "rust", "solidity", "svelte", "typescipt", "typescript", "zero-knowledge" ]
Apache-2.0
lib/ucs04/build.rs
build.rs
5,123
use std::{collections::BTreeMap, env, fs, path::Path}; use heck::ToPascalCase; fn main() { let path = "well-known.json"; println!("cargo:rerun-if-changed={path}"); let universal_chain_ids = serde_json::from_str::<BTreeMap<String, Vec<String>>>(&fs::read_to_string(path).unwrap()) .unw...
337
5,123
170
0.98
2026-04-17T13:15:44.251390
true
github_kubevela_kubevela_b1d687d018b5dc8df6d6800e853e6e1cf51a3d1b
Go
kubevela
kubevela
7,735
985
The Modern Application Platform.
[ "application", "cloudnative", "cncf", "continuous-delivery", "control-plane", "cue", "hacktoberfest", "helm", "hybridcloud", "kubernetes", "microservices", "multicloud", "multicluster", "oam", "paas", "serverless", "trait", "workloads" ]
Apache-2.0
pkg/cmd/completion.go
completion.go
3,881
/* Copyright 2022 The KubeVela Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
363
3,881
98
0.98
2026-04-17T20:23:25.678006
true
github_mswjs_msw_5ed51e7ccf0f8e7066dcbe1935b91389f594352a
TypeScript
mswjs
msw
17,848
615
Industry standard API mocking for JavaScript.
[ "api", "api-mocking", "devtools", "mock", "mock-service-worker", "mocking", "mocking-framework", "mocking-library", "msw", "mswjs", "service-worker" ]
MIT
src/node/glossary.ts
glossary.ts
2,858
import type { PartialDeep } from 'type-fest' import type { HttpNetworkFrameEventMap } from '#core/experimental/frames/http-frame' import type { WebSocketNetworkFrameEventMap } from '#core/experimental/frames/websocket-frame' import type { AnyHandler } from '#core/experimental/handlers-controller' import type { LifeCycl...
321
2,858
76
0.98
2026-04-17T17:54:45.117438
true
github_parse-community_parse-server_4445f4763c754aa074fc22fcc02e5d7a5b50b30c
JavaScript
parse-community
parse-server
21,382
4,819
Parse Server for Node.js / Express
[ "baas", "backend", "file-storage", "graphql", "graphql-api", "graphql-relay", "graphql-server", "hacktoberfest", "mbaas", "mongodb", "nodejs", "notifications", "object-storage", "parse-platform", "parse-server", "postgres", "relay", "rest-api" ]
Apache-2.0
src/Controllers/ParseGraphQLController.js
ParseGraphQLController.js
12,538
import requiredParameter from '../../lib/requiredParameter'; import Utils from '../Utils'; import DatabaseController from './DatabaseController'; import CacheController from './CacheController'; const GraphQLConfigClassName = '_GraphQLConfig'; const GraphQLConfigId = '1'; const GraphQLConfigKey = 'config'; class Pars...
1,301
12,538
363
0.98
2026-04-23T06:47:06.895821
true
github_atlassian_react-beautiful-dnd_baf83f3721ea0dc536598d3499175849486e4220
JavaScript
atlassian
react-beautiful-dnd
34,020
2,721
Beautiful and accessible drag and drop for lists with React
[ "dnd", "drag", "drag-and-drop", "react", "reordering", "sortable" ]
NOASSERTION
src/native-with-fallback.js
native-with-fallback.js
1,860
// @flow /* eslint-disable es5/no-es6-methods */ /* eslint-disable es5/no-es6-static-methods */ /* eslint-disable no-restricted-globals */ type Map<T> = { [key: string]: T, }; export function isInteger(value: mixed): boolean { if (Number.isInteger) { return Number.isInteger(value); } return ( typeof v...
244
1,860
70
0.98
2026-04-23T04:48:34.029417
true
github_hrkfdn_ncspot_dee943efa57e94b7570735b272411b2c3235c88e
Rust
hrkfdn
ncspot
6,560
264
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
[]
BSD-2-Clause
src/ui/browse.rs
browse.rs
994
use std::sync::Arc; use cursive::Cursive; use cursive::view::ViewWrapper; use crate::command::Command; use crate::commands::CommandResult; use crate::library::Library; use crate::model::category::Category; use crate::queue::Queue; use crate::traits::ViewExt; use crate::ui::listview::ListView; pub struct BrowseView ...
92
994
42
0.98
2026-04-17T14:47:59.894605
true
github_nodejs_node_0b0d91171f0ba5a004ecc552e8afc5c0b1af854a
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/worker.js
worker.js
20,219
'use strict'; const { ArrayPrototypeForEach, ArrayPrototypeMap, ArrayPrototypePush, AtomicsAdd, Float64Array, FunctionPrototypeBind, MathMax, NumberMAX_SAFE_INTEGER, ObjectEntries, Promise, PromiseResolve, PromiseWithResolvers, ReflectApply, RegExpPrototypeExec, SafeArrayIterator, SafeM...
1,784
20,219
711
0.98
2026-04-23T06:16:08.265456
true
github_rust-lang_rustlings_bee4119c2bf9cfaf4b0f92a818ba82f926642559
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/embedded.rs
embedded.rs
5,142
use anyhow::{Context, Error, Result}; use std::{ fs::{self, create_dir}, io, }; use crate::info_file::ExerciseInfo; /// Contains all embedded files. pub static EMBEDDED_FILES: EmbeddedFiles = rustlings_macros::include_files!(); // Files related to one exercise. struct ExerciseFiles { // The content of th...
423
5,142
170
0.98
2026-04-17T13:16:12.937709
true
github_iperov_DeepFaceLab_874c56a6f46ed52c73b905d79ba2043c8c570516
Python
iperov
DeepFaceLab
19,141
859
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/mplib/MPSharedList.py
MPSharedList.py
3,692
import multiprocessing import pickle import struct from core.joblib import Subprocessor class MPSharedList(): """ Provides read-only pickled list of constant objects via shared memory aka 'multiprocessing.Array' Thus no 4GB limit for subprocesses. supports list concat via + or sum() """ def _...
325
3,692
112
0.98
2026-04-17T06:45:54.259725
true
github_Thysrael_Horizon_bdc85e004e016a2294f5cad2c44580b488cf9e82
Python
Thysrael
Horizon
1,063
180
📡 Your own AI-powered news radar. Generates daily briefings in English & Chinese. | 构建你专属的 AI 新闻雷达
[ "aggregator", "llm", "mcp", "news", "openclaw", "python" ]
UNKNOWN
src/scrapers/base.py
base.py
1,341
"""Base scraper interface.""" from abc import ABC, abstractmethod from datetime import datetime from typing import List import httpx from ..models import ContentItem class BaseScraper(ABC): """Abstract base class for all scrapers.""" def __init__(self, config: dict, http_client: httpx.AsyncClient): ...
132
1,341
48
0.98
2026-04-22T16:56:13.333849
true
github_axios_axios_034e37addc8e3c575de4fd10af5a0d81a3bce7cc
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
lib/core/Axios.js
Axios.js
8,015
'use strict'; import utils from '../utils.js'; import buildURL from '../helpers/buildURL.js'; import InterceptorManager from './InterceptorManager.js'; import dispatchRequest from './dispatchRequest.js'; import mergeConfig from './mergeConfig.js'; import buildFullPath from './buildFullPath.js'; import validator from '...
720
8,015
278
0.98
2026-04-23T06:16:44.792548
true
github_google_grumpy_20a8db3433d389bc29ce7550737b2874d20f9384
Python
google
grumpy
10,509
635
Grumpy is a Python to Go source code transcompiler and runtime.
[]
Apache-2.0
lib/sys_test.py
sys_test.py
2,201
# Copyright 2016 Google Inc. 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 required by applicable law or a...
269
2,201
109
0.98
2026-04-17T12:37:19.958517
true
github_paperless-ngx_paperless-ngx_3f80b699d1dd8dc177b948960818c098add79412
Python
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
src/documents/bulk_edit.py
bulk_edit.py
35,150
from __future__ import annotations import logging import tempfile from pathlib import Path from typing import TYPE_CHECKING from typing import Literal from celery import chord from celery import group from celery import shared_task from django.conf import settings from django.db import transaction from django.db.mode...
2,435
35,150
1,020
0.98
2026-04-17T06:43:40.239195
true
github_gardener_gardener_322aba742c7922787b89914cd9e0e933d455e1aa
Go
gardener
gardener
3,366
562
Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes.
[ "cluster", "controller", "extensibility", "gardener", "golang", "hcp", "hosted-control-planes", "hosted-controlplanes", "k8s", "k8s-in-k8s", "kubernetes", "kubernetes-cluster", "kubernetes-in-kubernetes" ]
Apache-2.0
pkg/features/features.go
features.go
8,727
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors // // SPDX-License-Identifier: Apache-2.0 package features import ( utilfeature "k8s.io/apiserver/pkg/util/feature" "k8s.io/component-base/featuregate" ) const ( // Every feature gate should add method here following this temp...
999
8,727
172
0.98
2026-04-17T22:36:11.132509
true
github_farion1231_cc-switch_5acef631228c370daf6bd2bb0468088244d49678
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/useSettingsMetadata.ts
useSettingsMetadata.ts
1,422
import { useCallback, useEffect, useState } from "react"; import { settingsApi } from "@/lib/api"; export interface UseSettingsMetadataResult { isPortable: boolean; requiresRestart: boolean; isLoading: boolean; acknowledgeRestart: () => void; setRequiresRestart: (value: boolean) => void; } /** * useSetting...
146
1,368
62
0.98
2026-04-17T13:18:54.634899
true
github_Canop_broot_f7b5614b39fa3f0930fb17bf0e841619b761cc37
Rust
Canop
broot
12,607
285
A new way to see and navigate directory trees : https://dystroy.org/broot
[ "balanced-bfs-descent", "command-line", "command-line-tool", "fuzzy-search", "hacktoberfest", "linux", "rust", "tree" ]
MIT
src/display/permissions.rs
permissions.rs
4,481
use { super::CropWriter, crate::{ errors::ProgramError, permissions, skin::StyleMap, tree::{ Tree, TreeLine, }, }, std::{ io::Write, os::unix::fs::MetadataExt, }, umask::*, }; /// an object which writes file permiss...
396
4,481
151
0.98
2026-04-17T14:18:07.006500
true
github_gardener_gardener_d566c0c900570b80729ffc85f42501b5292733f1
Go
gardener
gardener
3,366
562
Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes.
[ "cluster", "controller", "extensibility", "gardener", "golang", "hcp", "hosted-control-planes", "hosted-controlplanes", "k8s", "k8s-in-k8s", "kubernetes", "kubernetes-cluster", "kubernetes-in-kubernetes" ]
Apache-2.0
pkg/controllerutils/patch.go
patch.go
7,920
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors // // SPDX-License-Identifier: Apache-2.0 package controllerutils import ( "context" "fmt" apierrors "k8s.io/apimachinery/pkg/api/errors" "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/contro...
848
7,920
199
0.98
2026-04-17T22:36:03.934199
true
github_vikiboss_60s_95be56d87fe7cc20c99bed5afd532227dcfe809d
TypeScript
vikiboss
60s
5,182
902
⏰ 60s API 免费接口。每天 60 秒看世界、奥运奖牌榜、小红书/B站/微博/抖音/知乎热搜、金价、油价、天气、翻译、壁纸、Epic 游戏、二维码、猫眼票房|一系列 高质量、开源、可靠、全球 CDN 加速 的开放 API 集合,支持 Docker / Deno / Bun / Cloudflare Workers / Node.js 部署
[ "60s", "api", "bilibili", "bing", "bun", "cloudflare-workers", "deno", "docker", "entertainment", "fun", "news", "today-in-history", "typescript", "weibo", "youdao" ]
MIT
src/middlewares/blacklist.ts
blacklist.ts
867
import { config } from '../config.ts' import { Common } from '../common.ts' import type { Middleware } from '@oak/oak' const list: string[] = process.env.BLACKLIST_IPS ? JSON.parse(process.env.BLACKLIST_IPS) : [] export function blacklist(): Middleware { return async (ctx, next) => { const ip = ctx.request.ip ...
94
825
32
0.98
2026-04-23T08:07:48.813817
true
github_BrainBlend-AI_atomic-agents_6249cfbeed7581520e831311af5206d6d16c0b84
Python
BrainBlend-AI
atomic-agents
5,820
491
Building AI agents, atomically
[ "ai", "artificial-intelligence", "large-language-model", "large-language-models", "llms", "openai", "openai-api" ]
MIT
setup.py
setup.py
596
from setuptools import setup, find_packages # Read the version from pyproject.toml with open("pyproject.toml", "r") as f: for line in f: if line.startswith("version = "): version = line.split("=")[1].strip().strip('"') break setup( name="atomic-agents", version=version, ...
41
596
18
0.98
2026-04-17T15:44:28.819654
true
github_BlinkDL_ChatRWKV_c7561da18116b84594810009c876e23b59344b76
Python
BlinkDL
ChatRWKV
9,502
693
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
[ "chatbot", "chatgpt", "language-model", "pytorch", "rnn", "rwkv" ]
Apache-2.0
RWKV_v5_demo.py
RWKV_v5_demo.py
9,187
######################################################################################################## # The RWKV Language Model - https://github.com/BlinkDL/RWKV-LM ######################################################################################################## import numpy as np np.set_printoptions(precisi...
912
9,179
244
0.98
2026-04-22T22:46:13.515093
true
github_mlfoundations_open_clip_0a22476423f885df0c98da05d466f8d23db6bb9f
Python
mlfoundations
open_clip
13,698
1,280
An open source implementation of CLIP.
[ "computer-vision", "contrastive-loss", "deep-learning", "language-model", "multi-modal-learning", "pretrained-models", "pytorch", "zero-shot-classification" ]
NOASSERTION
src/open_clip/timm_model.py
timm_model.py
8,895
""" timm model adapter Wraps timm (https://github.com/rwightman/pytorch-image-models) models for use as a vision tower in CLIP model. """ import logging from collections import OrderedDict from typing import Dict, List, Optional, Tuple, Union import torch import torch.nn as nn try: import timm from timm.laye...
824
8,895
216
0.98
2026-04-17T17:18:22.967780
true
github_strapi_strapi_cf6e3b83bb143da8322ed66154f7194c85abc949
JavaScript
strapi
strapi
71,921
9,657
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
[ "api", "cms", "cms-framework", "content-management", "content-management-system", "customizable", "dashboard", "graphql", "hacktoberfest", "headless-cms", "jamstack", "javascript", "koa", "koa2", "mysql", "no-code", "nodejs", "rest", "strapi", "typescript" ]
NOASSERTION
jest.config.cli.js
jest.config.cli.js
454
'use strict'; module.exports = { displayName: 'CLI tests', testMatch: ['**/?(*.)+(spec|test).cli.(js|ts)'], testEnvironment: 'node', setupFilesAfterEnv: ['<rootDir>/../../../../tests/setup/jest-cli.setup.js'], coveragePathIgnorePatterns: [ '<rootDir>/dist/', '<rootDir>/node_modules/', '<rootDir>/...
29
454
19
0.98
2026-04-17T17:53:22.959648
true
github_jely2002_youtube-dl-gui_a1362fb6af8a8198b95e7b3b93348d4ad2287af6
TypeScript
jely2002
youtube-dl-gui
7,992
586
Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript.
[ "cross-platform-gui", "downloader", "tailwind", "tauri", "vue", "youtube", "youtube-dl", "youtube-dl-gui", "ytdl" ]
AGPL-3.0
src/tauri/window.ts
window.ts
4,735
import { computed, ref, watch } from 'vue'; import { getCurrentWindow, ProgressBarStatus, UserAttentionType } from '@tauri-apps/api/window'; import { useMediaProgressStore } from '../stores/media/progress'; import { MediaState, useMediaStateStore } from '../stores/media/state'; import { notify } from './notifications';...
429
4,735
152
0.98
2026-04-17T14:34:39.816823
true
github_AlexxIT_go2rtc_2cf7b6e774bcf94a17b23c9c168227be434fc2c1
Go
AlexxIT
go2rtc
12,817
1,026
Ultimate camera streaming application
[ "ffmpeg", "go", "golang", "hassio", "hls", "home-assistant", "homekit", "media-server", "mjpeg", "mp4", "onvif", "rtmp", "rtsp", "rtsp-server", "streaming", "tapo", "webcam-streaming", "webrtc", "wyze", "xiaomi" ]
MIT
internal/srtp/srtp.go
srtp.go
486
package srtp import ( "github.com/AlexxIT/go2rtc/internal/app" "github.com/AlexxIT/go2rtc/pkg/srtp" ) func Init() { var cfg struct { Mod struct { Listen string `yaml:"listen"` } `yaml:"srtp"` } // default config cfg.Mod.Listen = ":8443" // load config from YAML app.LoadConfig(&cfg) if cfg.Mod.Liste...
60
486
30
0.98
2026-04-17T11:33:31.406752
true
github_hack4impact_flask-base_8576a27a5821cae9196ad4e113139d1e25d460b0
Python
hack4impact
flask-base
3,068
482
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
[ "authentication", "boilerplate", "database", "flask", "python3", "redis", "sqlalchemy", "user-management" ]
MIT
app/account/views.py
views.py
10,725
from flask import ( Blueprint, flash, redirect, render_template, request, url_for, ) from flask_login import ( current_user, login_required, login_user, logout_user, ) from flask_rq import get_queue from app import db from app.account.forms import ( ChangeEmailForm, Chan...
755
10,725
292
0.98
2026-04-23T02:49:34.960797
true
github_ganeshrvel_openmtp_e89c95208fdc28600a476a885df4aa10b9fd7836
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/constants/keymaps.js
keymaps.js
1,751
/* keymaps must be in lowercase */ import { IS_DEV } from './env'; export const fileExplorerKeymaps = { newFolder: { label: `New Folder`, keys: ['command+n'], }, copy: { label: `Copy`, keys: ['command+c'], }, copyToQueue: { label: `Copy to Queue`, keys: ['command+shift+c'], }, pas...
203
1,751
86
0.98
2026-04-23T06:01:14.707904
true
github_prs-eth_OverlapPredator_6fb5669d3672b620568222b9c939fe74328c0b8e
Python
prs-eth
OverlapPredator
592
87
[CVPR 2021, Oral] PREDATOR: Registration of 3D Point Clouds with Low Overlap.
[ "3dvision", "attention-mechanism", "point-cloud", "registration", "transformer" ]
MIT
lib/timer.py
timer.py
1,335
import time class AverageMeter(object): """Computes and stores the average and current value""" def __init__(self): self.reset() def reset(self): self.val = 0 self.avg = 0 self.sum = 0.0 self.sq_sum = 0.0 self.count = 0 def update(self, val, n=1): ...
153
1,335
57
0.98
2026-04-22T21:48:36.678469
true
github_trunk-rs_trunk_ac7ca74dc9323f520105d68ceabd8c2a86f5070f
Rust
trunk-rs
trunk
4,238
315
Build, bundle & ship your Rust WASM application to the web.
[ "assets", "build-tool", "bundler", "compiler", "html", "rust", "sass", "scss", "wasm", "wasm-bindgen" ]
Apache-2.0
src/proxy.rs
proxy.rs
20,785
use crate::serve::{ServerError, ServerResult}; use anyhow::Context; use axum::{ RequestExt, body::Body, extract::{ Request, State, ws::{Message as MsgAxm, WebSocket, WebSocketUpgrade}, }, http::{Response, Uri}, routing::{Router, any, get}, }; use bytes::BytesMut; use futures_util...
1,745
20,785
591
0.95
2026-04-13T14:09:20.551059
true
github_graphql_graphql-js_5fc3c10458a44238e03b901cfbcd916183c8e0e9
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/jsutils/isPromise.ts
isPromise.ts
227
/** * Returns true if the value acts like a Promise, i.e. has a "then" function, * otherwise returns false. */ export function isPromise(value: any): value is Promise<unknown> { return typeof value?.then === 'function'; }
35
227
8
0.98
2026-04-18T01:24:48.957365
true
github_rustdesk_rustdesk_2d596bacc2f9fdd55f4feb6b952e34f01b7d9620
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/hr.rs
hr.rs
42,870
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Status"), ("Your Desktop", "Vaša radna površina"), ("desk_tip", "Vašoj radnoj površini se može pristupiti ovim ID i lozinkom."), ("Password", "Lozinka"), ("Read...
4,090
42,438
748
0.98
2026-04-17T13:14:32.063361
true
github_babel_babel_bf3af044bfdd0b304267c687930331f25557ada8
TypeScript
babel
babel
43,892
5,813
🐠 Babel is a compiler for writing next generation JavaScript.
[ "ast", "babel", "compiler", "es2015", "es6", "flavortown", "javascript" ]
MIT
Makefile.source.ts
Makefile.source.ts
12,820
/* eslint-disable @typescript-eslint/dot-notation */ import "shelljs/make.js"; import path from "node:path"; import mod from "node:module"; import { readFileSync, writeFileSync, readdirSync, existsSync, mkdirSync, } from "node:fs"; import { execaSync } from "execa"; mod.enableCompileCache?.(); const shell ...
1,113
12,820
559
0.98
2026-04-23T13:04:27.478171
true
github_slint-ui_slint_d6b9241fad105511a075deb25da7e8abcd528aa1
Python
slint-ui
slint
22,265
863
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
[ "cpp", "declarative-ui", "desktop", "embedded-devices", "gui", "javascript", "language", "lsp-server", "native", "rust", "rust-lang", "toolkit", "ui", "user-interface", "wasm", "webassembly", "widgets" ]
NOASSERTION
internal/core/gdb_pretty_printers.py
gdb_pretty_printers.py
4,952
# Copyright © Klarälvdalens Datakonsult AB, a KDAB Group company, [REDACTED_EMAIL], author David Faure <[REDACTED_EMAIL]> # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 # GDB pretty printers for types defined in i_slint_core import gdb import gdb.printing ...
393
4,950
159
0.98
2026-04-17T13:36:35.674361
true
github_BrainJS_brain.js_80374f04a8b9da1494e0fefd45d33e30a74aaecb
TypeScript
BrainJS
brain.js
14,860
1,078
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
[ "api", "brain", "browser", "convolutional-neural-networks", "easy-to-use", "hacktoberfest", "neural-network", "node", "nodejs", "recurrent-neural-networks", "stream", "web" ]
MIT
src/activation/relu.test.ts
relu.test.ts
1,079
import * as relu from './relu'; describe('relu', () => { describe('.active()', () => { describe('when weight is greater than 0', () => { it('returns weight', () => { expect(relu.activate(99)).toBe(99); }); }); describe('when value is equal to 0', () => { it('returns 0', () => { ...
134
1,079
41
0.98
2026-04-17T17:55:47.047843
true
github_handrew_browserpilot_d1552a5c3e0637db7c6b93715d2a069cef2f3e4b
Python
handrew
browserpilot
631
75
Natural language browser automation
[ "browser-automation", "generative-ai", "gpt-3", "robotic-process-automation", "rpa", "selenium", "selenium-python" ]
MIT
examples.py
examples.py
1,487
import click from browserpilot.agents.gpt_selenium_agent import GPTSeleniumAgent # from browserpilot.agents.goal_agent import GoalAgent # Set up multiple command CLI. @click.group() def cli(): pass @cli.command() @click.argument("instructions") @click.option("--chromedriver_path", default="./chromedriver", hel...
97
1,484
50
0.98
2026-04-22T22:05:18.545122
true
github_adam-mcdaniel_sage_f828fd36a97dc0037a6dc6d02f48bcd710b2b361
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/asm/core.rs
core.rs
55,913
//! # Core Assembly Variant //! //! This variant of the assembly language is intended to be used //! with the core variant of the virtual machine. It is extremely //! portable, but minimal. //! //! [***Click here to view opcodes!***](./enum.CoreOp.html) //! //! ## What kinds of instructions are supported by this varian...
5,783
55,913
1,660
0.98
2026-04-17T17:10:47.853910
true
github_vitaly-t_pg-promise_9a87525a59f9d7126df0ba1ec3a28326e68e9f36
JavaScript
vitaly-t
pg-promise
3,551
221
PostgreSQL interface for Node.js
[ "javascript", "nodejs", "postgresql", "promise-library", "promises", "transaction", "typescript" ]
MIT
lib/errors/query-result-error.js
query-result-error.js
5,093
/* * 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 npm = { os: require('os'), utils: require('../utils'), text: require('../...
678
5,093
158
0.98
2026-04-23T07:49:33.447739
true
github_ChromeDevTools_chrome-devtools-mcp_38eacf119e64612030bd4d8bc5bc550d6e226300
TypeScript
ChromeDevTools
chrome-devtools-mcp
35,846
2,192
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/tools/memory.ts
memory.ts
1,760
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {zod} from '../third_party/index.js'; import {ensureExtension} from '../utils/files.js'; import {ToolCategory} from './categories.js'; import {definePageTool, defineTool} from './ToolDefinition.js'; export const takeMemory...
171
1,760
59
0.98
2026-04-18T00:21:14.180158
true
github_go-pg_pg_546c323fa6cdb6d8e33938aa81b6f36b5b5cafde
Go
go-pg
pg
5,784
415
Golang ORM with focus on PostgreSQL features and performance
[ "database", "go", "golang", "hstore", "jsonb", "orm", "postgresql", "sql" ]
BSD-2-Clause
hook_test.go
hook_test.go
15,006
package pg_test import ( "context" "io" "strings" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/go-pg/pg/v10" ) type HookTest struct { Id int Value string beforeScan int afterScan int afterSelect int beforeInsert int afterInsert int beforeUpdate int afterUpdate int bef...
1,289
15,006
577
0.98
2026-04-17T18:16:12.853115
true
github_mlfoundations_open_flamingo_4b61c1d0dd2594436914b1d3290bbeff09107a2f
Python
mlfoundations
open_flamingo
4,085
318
An open-source framework for training large multimodal models.
[ "computer-vision", "deep-learning", "flamingo", "in-context-learning", "language-model", "multimodal-learning", "pytorch" ]
MIT
_optim_utils.py
_optim_utils.py
70,774
import copy import functools import warnings from dataclasses import dataclass from typing import ( Any, cast, Dict, Iterable, Iterator, List, NamedTuple, Optional, Sequence, Set, Tuple, Union, ) import torch import torch.distributed as dist import torch.distributed.fsdp...
6,717
70,774
1,742
0.98
2026-04-17T17:38:40.997597
true
github_pathwaycom_pathway_a9eb248dacef3f05124df5eac597f7dd490082c4
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/error.rs
error.rs
10,655
// Copyright © 2026 Pathway use std::any::Any; use std::error; use std::fmt; use std::result; use super::ColumnPath; use super::{Key, Value}; use crate::connectors::synchronization::Error as InputSynchronizationError; use crate::engine::license::Error as LicenseError; use crate::persistence::Error as PersistenceBacke...
947
10,654
393
0.98
2026-04-23T04:40:35.656143
true
github_ChromeDevTools_chrome-devtools-mcp_5b133649b8a2696d71320628da050085446db34e
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/telemetry/persistence.ts
persistence.ts
1,972
/** * @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 process from 'node:process'; import {logger} from '../logger.js'; export interface LocalState { lastActive: string; // ISO 8601 U...
211
1,972
75
0.98
2026-04-23T08:42:41.587442
true
github_axios_axios_9f04f02020a629275d6e90cb8d7cf5c5d13c8f7d
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
lib/helpers/combineURLs.js
combineURLs.js
382
'use strict'; /** * Creates a new URL by combining the specified URLs * * @param {string} baseURL The base URL * @param {string} relativeURL The relative URL * * @returns {string} The combined URL */ export default function combineURLs(baseURL, relativeURL) { return relativeURL ? baseURL.replace(/\/?\/$/,...
55
382
16
0.98
2026-04-23T06:16:52.401716
true
github_jhj0517_Whisper-WebUI_09ab88f02f01a15013da83c9788a6d414b4ed78d
Python
jhj0517
Whisper-WebUI
2,748
409
A Web UI for easy subtitle using whisper model.
[ "ai", "gradio", "open-source", "python", "pytorch", "web-ui", "whisper" ]
Apache-2.0
app.py
app.py
24,140
import os import argparse import gradio as gr from gradio_i18n import Translate, gettext as _ import yaml from modules.utils.paths import (FASTER_WHISPER_MODELS_DIR, DIARIZATION_MODELS_DIR, OUTPUT_DIR, WHISPER_MODELS_DIR, INSANELY_FAST_WHISPER_MODELS_DIR, NLLB_MODELS_DIR, DEFAULT_PARAM...
1,181
24,119
374
0.98
2026-04-17T15:58:45.594418
true
github_react-boilerplate_react-boilerplate_dcb3608738689749242ed7f4227728c3091aa901
JavaScript
react-boilerplate
react-boilerplate
29,513
6,045
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
[ "i18n", "immer", "offline-first", "react", "react-boilerplate", "redux", "redux-saga", "scaffolding", "styled-components", "webpack4" ]
MIT
app/global-styles.js
global-styles.js
578
import { createGlobalStyle } from 'styled-components'; const GlobalStyle = createGlobalStyle` html, body { height: 100%; width: 100%; line-height: 1.5; } body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } body.fontLoaded { font-family: 'Open Sans', 'Helvetica Neue',...
66
578
33
0.98
2026-04-23T04:49:38.884974
true
github_pubkey_rxdb_2bf45cc08efd1207126fc726765adada1872534a
TypeScript
pubkey
rxdb
23,146
1,160
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/rx-database-internal-store.ts
rx-database-internal-store.ts
12,047
import { isBulkWriteConflictError, newRxError } from './rx-error.ts'; import { fillWithDefaultSettings, getComposedPrimaryKeyOfDocumentData } from './rx-schema-helper.ts'; import { getSingleDocument, getWrittenDocumentsFromBulkWriteResponse, writeSingle } from './rx-storage-helper.ts'; import type { ...
993
12,047
403
0.98
2026-04-18T01:24:04.737011
true
github_stashapp_stash_e0f11416ac0acac334a4a57de8b3e4c15bf57890
Go
stashapp
stash
12,209
1,041
An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
[ "go", "golang", "graphql", "hacktoberfest", "json", "media", "organize", "organizer", "porn", "video" ]
AGPL-3.0
internal/api/images.go
images.go
2,844
package api import ( "errors" "fmt" "io" "io/fs" "os" "strings" "github.com/stashapp/stash/internal/static" "github.com/stashapp/stash/pkg/hash" "github.com/stashapp/stash/pkg/logger" "github.com/stashapp/stash/pkg/models" ) type imageBox struct { box fs.FS files []string } var imageBoxExts = []string...
347
2,844
140
0.98
2026-04-17T11:39:40.178433
true
github_graphql-hive_graphql-yoga_6bbb0439a68535b8395125cd2331eb1774a24998
JavaScript
graphql-hive
graphql-yoga
8,514
588
🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.
[ "bun", "deno", "fetch", "graphql", "graphql-server", "javascript", "nodejs", "the-guild", "typescript", "w3c", "whatwg" ]
MIT
jest.config.js
jest.config.js
2,726
/* eslint-disable @typescript-eslint/no-var-requires */ const { resolve } = require('node:path'); const { pathsToModuleNameMapper } = require('ts-jest'); const CI = !!process.env.CI; const ROOT_DIR = __dirname; const TSCONFIG = resolve(ROOT_DIR, 'tsconfig.json'); const tsconfig = require(TSCONFIG); process.env.LC_ALL...
218
2,726
90
0.98
2026-04-18T01:29:46.010346
true
github_IBM_sarama_32236e50f038b71d669b355d221c9bcf16a3f26b
Go
IBM
sarama
12,462
1,843
Sarama is a Go library for Apache Kafka.
[ "go", "kafka", "kafka-client" ]
MIT
crc32_field.go
crc32_field.go
1,774
package sarama import ( "encoding/binary" "fmt" "hash/crc32" "sync" ) type crcPolynomial int8 const ( crcIEEE crcPolynomial = iota crcCastagnoli ) var crc32FieldPool = sync.Pool{} func acquireCrc32Field(polynomial crcPolynomial) *crc32Field { val := crc32FieldPool.Get() if val != nil { c := val.(*crc32Fi...
216
1,774
88
0.98
2026-04-17T11:36:35.414424
true
github_BrainJS_brain.js_ba97f3ba7afb3399f9b7a0233ddd94e19fc067e7
TypeScript
BrainJS
brain.js
14,860
1,078
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
[ "api", "brain", "browser", "convolutional-neural-networks", "easy-to-use", "hacktoberfest", "neural-network", "node", "nodejs", "recurrent-neural-networks", "stream", "web" ]
MIT
src/likely.ts
likely.ts
823
export interface ILikelyNet<InputType, OutputType> { run: (input: InputType) => OutputType; } export function likely< NetworkType extends ILikelyNet< Parameters<NetworkType['run']>[0], ReturnType<NetworkType['run']> > >( input: Parameters<NetworkType['run']>[0], net: NetworkType ): ReturnType<Network...
97
823
37
0.98
2026-04-17T17:56:18.049340
true
github_adrianhajdin_project_next13_car_showcase_0cefe9ee167600b722277a95bc49dc70bd577354
JavaScript
adrianhajdin
project_next13_car_showcase
1,889
390
Build and Deploy a Modern Next.js 13 Application | React, Next JS 13, TypeScript, Tailwind CSS
[ "next13", "next13app", "nextjs", "nextjs13" ]
UNKNOWN
tailwind.config.js
tailwind.config.js
791
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./pages/**/*.{js,ts,jsx,tsx,mdx}", "./components/**/*.{js,ts,jsx,tsx,mdx}", "./app/**/*.{js,ts,jsx,tsx,mdx}", ], mode: "jit", theme: { extend: { fontFamily: { inter: ["Inter", "sans-serif"], }, c...
60
791
35
0.98
2026-04-23T11:01:16.431572
true
github_ardatan_graphql-mesh_a85d39eae6202699265aabc94e1f5e961c6182cf
JavaScript
ardatan
graphql-mesh
3,497
362
🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...
[ "gateway", "graphql", "grpc", "grpc-gateway", "odata", "openapi", "rest-api", "soap", "swagger", "thrift" ]
MIT
babel.config.js
babel.config.js
377
module.exports = { presets: [ ['@babel/preset-env', { targets: { node: process.versions.node.split('.')[0] } }], '@babel/preset-typescript', ], plugins: [ '@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-explicit-resource-management', '@babel/plugin-syntax-top-level-await', ...
23
377
13
0.98
2026-04-18T01:36:50.228487
true
github_huggingface_transformers_9936486c1edb0d6d1dffeb905f59e73c69da231a
Python
huggingface
transformers
159,743
32,972
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
[ "audio", "deep-learning", "deepseek", "gemma", "glm", "hacktoberfest", "llm", "machine-learning", "model-hub", "natural-language-processing", "nlp", "pretrained-models", "python", "pytorch", "pytorch-transformers", "qwen", "speech-recognition", "transformer", "vlm" ]
Apache-2.0
src/transformers/image_processing_backends.py
image_processing_backends.py
26,940
# Copyright 2025 The HuggingFace Inc. team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
2,351
26,940
690
0.98
2026-04-22T13:17:55.112961
true
github_shouldjs_should.js_d73300d1878972df8bc7e50e69509d100c97d963
JavaScript
shouldjs
should.js
1,894
120
BDD style assertions for node.js -- test framework agnostic
[ "assertions", "bdd", "javascript", "node-js", "should", "tdd", "test", "testing", "tests" ]
MIT
lib/assertion.js
assertion.js
8,434
/* * should.js - assertion library * Copyright(c) 2010-2013 TJ Holowaychuk <[REDACTED_EMAIL]> * Copyright(c) 2013-2017 Denis Bardadym <[REDACTED_EMAIL]> * MIT Licensed */ import AssertionError from "./assertion-error"; import { merge } from "should-util"; // a bit hacky way how to get error to do not have stack ...
1,092
8,434
327
0.98
2026-04-23T12:26:57.984100
true
github_apecloud_kubeblocks_6d47ad9f19e8a7276c5878ce3c5db057df4708d6
Go
apecloud
kubeblocks
3,013
264
KubeBlocks is a Kubernetes Operator designed to manage a variety of databases and streaming systems, including MySQL, PostgreSQL, MongoDB, Redis, RabbitMQ, RocketMQ, and more, within Kubernetes environments.
[ "databases", "elasticsearch", "elasticsearch-operator", "helm", "k8s", "kubernetes", "mongodb", "mongodb-operator", "mysql", "mysql-operator", "operator", "postgresql", "postgresql-operator", "rabbitmq", "rabbitmq-operator", "redis", "redis-operator", "rocketmq", "rocketmq-operat...
AGPL-3.0
pkg/constant/config.go
config.go
2,112
/* Copyright (C) 2022-2025 ApeCloud Co., Ltd 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 writin...
167
2,112
52
0.98
2026-04-17T22:44:32.399101
true
github_Chalarangelo_30-seconds-of-code_95fe3c6b3c8a93bb65ec8656c9cbfecc44205ae8
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/models/collection.js
collection.js
5,483
import Model from '#src/core/model.js'; import ContentModel from '#src/models/contentModel.js'; import CollectionSnippet from '#src/models/collectionSnippet.js'; import Snippet from '#src/models/snippet.js'; import Page from '#src/adapters/page.js'; import SublinkPresenter from '#src/presenters/sublinkPresenter.js'; im...
507
5,483
223
0.98
2026-04-23T06:14:57.917165
true
github_jmoiron_sqlx_91c5cba1d3c80ba05e15cdfeae6270e2a54acf25
Go
jmoiron
sqlx
17,582
1,110
general purpose extensions to golang's database/sql
[]
MIT
sqlx_context_test.go
sqlx_context_test.go
39,158
//go:build go1.8 // +build go1.8 // The following environment variables, if set, will be used: // // - SQLX_SQLITE_DSN // - SQLX_POSTGRES_DSN // - SQLX_MYSQL_DSN // // Set any of these variables to 'skip' to skip them. Note that for MySQL, // the string '?parseTime=True' will be appended to the DSN if it's not ...
5,411
39,158
1,428
0.98
2026-04-17T10:12:09.763947
true
github_agent0ai_agent-zero_e5db07adf661046e7a096a3a94494296fbbe98a0
Python
agent0ai
agent-zero
17,046
3,498
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
api/restart.py
restart.py
250
from helpers.api import ApiHandler, Request, Response from helpers import process class Restart(ApiHandler): async def process(self, input: dict, request: Request) -> dict | Response: process.reload() return Response(status=200)
26
250
8
0.98
2026-04-17T15:31:53.354163
true
github_unhappychoice_gitlogue_f07cbd40eda2fc45c1f15c3ee71f37f8d8d5429a
Rust
unhappychoice
gitlogue
4,609
100
A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animated story.
[ "cli", "cli-tool", "code-animation", "commit-history", "developer-tools", "git", "git-history", "git-visualization", "productivity", "ratatui", "rust", "screensaver", "syntax-highlighting", "terminal", "terminal-app", "terminal-based", "terminal-screensaver", "tree-sitter", "tui"...
ISC
src/config.rs
config.rs
6,719
use anyhow::{Context, Result}; use serde::{Deserialize, Serialize}; use std::fs; use std::path::PathBuf; #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Config { #[serde(default = "default_theme")] pub theme: String, #[serde(default = "default_speed")] pub speed: u64, #[serde(default = "...
539
6,719
211
0.98
2026-04-17T18:34:18.585180
true
github_aquasecurity_tracee_5423ad9c6ba02069a88720d3096638df99a7c2e4
Go
aquasecurity
tracee
4,468
493
Linux Runtime Security and Forensics using eBPF
[ "bpf", "docker", "ebpf", "golang", "kubernetes", "linux", "runtime-security", "security" ]
Apache-2.0
pkg/ebpf/events_enrich.go
events_enrich.go
13,087
package ebpf import ( "sync" "github.com/aquasecurity/tracee/common/cgroup" "github.com/aquasecurity/tracee/common/errfmt" "github.com/aquasecurity/tracee/common/intern" "github.com/aquasecurity/tracee/common/logger" "github.com/aquasecurity/tracee/pkg/datastores/container" "github.com/aquasecurity/tracee/pkg/...
1,647
13,087
418
0.98
2026-04-17T22:16:51.137367
true
github_ashnkumar_sketch-code_d2edbc2fc66f2fcc47cb80eeeab43b22a0edde03
Python
ashnkumar
sketch-code
5,154
681
Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
[ "augmentation", "deep-learning", "image-processing", "keras", "tensorflow" ]
UNKNOWN
src/convert_batch_of_images.py
convert_batch_of_images.py
2,196
#!/usr/bin/env python import sys import os from argparse import ArgumentParser from os.path import basename from classes.inference.Sampler import * def build_parser(): parser = ArgumentParser() parser.add_argument('--pngs_path', type=str, dest='pngs_path', help='png folder to convert into HT...
151
2,196
53
0.98
2026-04-17T17:32:57.350214
true
github_gophish_gophish_e7c914edcaa6094ea513745bc589607dac516e63
JavaScript
gophish
gophish
13,744
2,871
Open-Source Phishing Toolkit
[ "golang", "gophish", "phishing", "security" ]
NOASSERTION
gulpfile.js
gulpfile.js
3,597
/* * gulpfile.js * * Description: The Gophish gulpfile */ var gulp = require('gulp'), rename = require('gulp-rename'), concat = require('gulp-concat'), uglify = require('gulp-uglify-es').default, cleanCSS = require('gulp-clean-css'), babel = require('gulp-babel'), js_directory = 'static/js...
259
3,597
104
0.98
2026-04-17T11:16:28.017565
true
github_rustdesk_rustdesk_19ae6896f16fcc4771211c5d46c1b14ac3c3118c
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/sr.rs
sr.rs
35,098
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Status"), ("Your Desktop", "Vaša radna površina"), ("desk_tip", "Vašoj radnoj površini se može pristupiti ovim ID i lozinkom."), ("Password", "Lozinka"), ("Read...
3,267
34,899
748
0.98
2026-04-17T13:14:42.040157
true
github_rust-lang_miri_b4d53c36d19b363e563fc80163aba6c5a032bc97
Rust
rust-lang
miri
6,036
467
An interpreter for Rust's mid-level intermediate representation
[]
Apache-2.0
src/shims/alloc.rs
alloc.rs
12,375
use rustc_abi::{Align, AlignFromBytesError, CanonAbi, Size}; use rustc_ast::expand::allocator::SpecialAllocatorMethod; use rustc_middle::ty::Ty; use rustc_span::Symbol; use rustc_target::callconv::FnAbi; use rustc_target::spec::{Arch, Os}; use crate::*; impl<'tcx> EvalContextExt<'tcx> for crate::MiriInterpCx<'tcx> {}...
1,099
12,375
295
0.98
2026-04-17T14:53:28.439461
true
github_apache_apisix-ingress-controller_e36923731a664c1c55bc9d1c88999f87f4907e0e
Go
apache
apisix-ingress-controller
1,127
371
APISIX Ingress Controller for Kubernetes
[ "api", "apigateway", "apisix", "controller", "crds", "devops", "ingress", "k8s", "kubernetes", "kubernetes-ingress", "loadbalancing", "microservices" ]
Apache-2.0
internal/controller/ingress_controller.go
ingress_controller.go
29,198
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
2,862
29,198
848
0.98
2026-04-18T01:20:28.130356
true
github_AsyncFuncAI_deepwiki-open_c0b8e61dffbe0c1fcb9ba5eba04b30c09f91ec2f
JavaScript
AsyncFuncAI
deepwiki-open
15,812
1,772
Open Source DeepWiki: AI-Powered Wiki Generator for GitHub/Gitlab/Bitbucket Repositories. Join the discord: https://discord.gg/gMwThUMeme
[ "ai", "gemini", "github", "ollama", "open-source", "openai", "openrouter", "self-hosted", "wiki" ]
MIT
tailwind.config.js
tailwind.config.js
197
module.exports = { darkMode: 'selector', content: [ './src/pages/**/*.{js,ts,jsx,tsx,mdx}', './src/components/**/*.{js,ts,jsx,tsx,mdx}', './src/app/**/*.{js,ts,jsx,tsx,mdx}', ], }
12
197
8
0.98
2026-04-22T17:11:54.243018
true
github_lsd-rs_lsd_160517d9bd0319461038670581d8444755e371f5
Rust
lsd-rs
lsd
15,887
497
The next gen ls command
[ "color", "hacktoberfest", "icons", "ls", "nerd-fonts", "rust" ]
Apache-2.0
src/meta/git_file_status.rs
git_file_status.rs
2,517
use crate::color::{self, ColoredString, Colors}; use crate::git::GitStatus; use crate::git_theme::GitTheme; #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)] pub struct GitFileStatus { pub index: GitStatus, pub workdir: GitStatus, } impl Default for GitFileStatus { fn default() -> Self {...
194
2,517
68
0.98
2026-04-17T13:51:43.599760
true
github_CrunchyData_postgres-operator_63062f2c853318ad71212015ce322de3b8b4fe9d
Go
CrunchyData
postgres-operator
4,394
668
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
[ "data-infrastructure", "database", "database-as-a-service", "database-management", "disaster-recovery", "high-availability", "kubernetes", "kubernetes-operator", "operator", "pgo", "postgres", "postgres-operator", "postgresql", "postgresql-clusters", "postgresql-metrics", "postgresql-m...
Apache-2.0
internal/kubernetes/discovery_test.go
discovery_test.go
2,262
// Copyright 2024 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 package kubernetes import ( "context" "testing" "gotest.tools/v3/assert" "k8s.io/apimachinery/pkg/version" "sigs.k8s.io/controller-runtime/pkg/manager" "github.com/crunchydata/postgres-operator/internal/testing/req...
195
2,262
79
0.98
2026-04-17T18:19:42.584482
true
github_dani-garcia_vaultwarden_ecdf9408acda3a3db32f4fae3edd67a2d44e702f
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/api/mod.rs
mod.rs
4,448
mod admin; pub mod core; mod icons; mod identity; mod notifications; mod push; mod web; use rocket::serde::json::Json; use serde_json::Value; pub use crate::api::{ admin::catchers as admin_catchers, admin::routes as admin_routes, core::catchers as core_catchers, core::purge_auth_requests, core::pu...
360
4,448
124
0.98
2026-04-17T13:16:30.610254
true
github_atlassian_react-beautiful-dnd_f8cea431730f41adaf3a94075f5b3517e5c37916
JavaScript
atlassian
react-beautiful-dnd
34,020
2,721
Beautiful and accessible drag and drop for lists with React
[ "dnd", "drag", "drag-and-drop", "react", "reordering", "sortable" ]
NOASSERTION
src/view/get-border-box-center-position.js
get-border-box-center-position.js
158
// @flow import { getRect, type Position } from 'css-box-model'; export default (el: HTMLElement): Position => getRect(el.getBoundingClientRect()).center;
17
158
6
0.98
2026-04-23T04:48:48.190431
true
github_vercel_pkg_1c35d66db298fd2a8c2f16ba4727ee73e7b7dd27
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/packer.ts
packer.ts
4,962
/* eslint-disable complexity */ import assert from 'assert'; import fs from 'fs-extra'; import path from 'path'; import { STORE_BLOB, STORE_CONTENT, STORE_LINKS, STORE_STAT, isDotJS, isDotJSON, } from './common'; import { log, wasReported } from './log'; import { FileRecord, FileRecords, SymLinks } from ...
520
4,962
179
0.98
2026-04-23T06:43:05.038098
true
github_coderamp-labs_gitingest_f2f2ae90386d2a9b243bc4a0716712670dab4b0e
Python
coderamp-labs
gitingest
14,390
1,052
Replace 'hub' with 'ingest' in any GitHub URL to get a prompt-friendly extract of a codebase
[ "ai", "code", "developer-tool", "ingestion" ]
MIT
src/server/query_processor.py
query_processor.py
14,392
"""Process a query by parsing input, cloning a repository, and generating a summary.""" from __future__ import annotations import shutil from pathlib import Path from typing import TYPE_CHECKING, cast from gitingest.clone import clone_repo from gitingest.ingestion import ingest_query from gitingest.query_parser impo...
1,392
14,392
430
0.98
2026-04-22T17:12:17.088178
true
github_directus_directus_b277da7f0c51fec4eee4392b921044b56e719648
TypeScript
directus
directus
34,821
4,713
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
app/src/auth.ts
auth.ts
4,567
import { authenticateShare, AuthenticationData, getAuthEndpoint, LoginOptions, readMe, RestCommand, } from '@directus/sdk'; import { useAppStore } from '@directus/stores'; import { useCookies } from '@vueuse/integrations/useCookies'; import { RouteLocationRaw } from 'vue-router'; import { emitter, Events } from '...
569
4,567
174
0.98
2026-04-17T17:53:58.484310
true
github_z0m31en7_Uscrapper_0c3542373407dcf8a9c5e61cb8fc43a8799cf4ef
Python
z0m31en7
Uscrapper
773
82
Uscrapper Vanta: Dive deeper into the web with this powerful open-source tool. Extract valuable insights with ease and efficiency, from both surface and deep web sources. Empower your data mining and analysis with Vanta's advanced capabilities. Fast, reliable, and user-friendly, Uscrapper Vanta is the ultimate choice f...
[ "darkweb", "darkweb-crawler", "information-extraction", "information-gathering", "osint", "osint-python", "osint-tool", "python", "reconnaissance", "selenium", "selenium-webscraper", "tor", "web-scraping", "webcra", "webcrawler", "webscraping", "website-scraper", "websites" ]
MIT
tor_manager.py
tor_manager.py
646
# start_tor.py from stem import process from termcolor import colored def start_tor(): print(colored("[!] Initializing TOR Services...", "yellow")) try: tor_process = process.launch_tor_with_config( config={ 'SocksPort': '9050', 'ControlPort': '9051', ...
53
646
22
0.98
2026-04-23T03:18:32.331949
true
github_wppconnect-team_wppconnect_e4796847154c8757adb871a7aedf1937e8d00b64
TypeScript
wppconnect-team
wppconnect
3,282
539
WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things,...
[ "ai", "api", "automate", "bot", "chat", "chatbot", "framework", "message", "nodejs", "open-source", "puppeteer", "sulla", "typescript", "wa", "whatsapp", "whatsapp-api", "whatsapp-bot", "wpp", "wppconnect", "zap-api" ]
NOASSERTION
src/controllers/websocket.ts
websocket.ts
1,943
/* * This file is part of WPPConnect. * * WPPConnect is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * WPPConnect is d...
251
1,943
60
0.98
2026-04-17T18:05:01.731061
true
github_benbjohnson_litestream_fda6045eab879f00d65b7ba5bbb822424360608b
Go
benbjohnson
litestream
13,458
354
Streaming replication for SQLite.
[ "replication", "s3", "sqlite" ]
Apache-2.0
internal/log_test.go
log_test.go
3,644
package internal_test import ( "bytes" "log/slog" "strings" "testing" "github.com/benbjohnson/litestream/internal" ) func TestInitLog_PrettyHandler(t *testing.T) { var buf bytes.Buffer internal.InitLog(&buf, "INFO", "pretty", false) slog.Default().Info("test message") output := buf.String() if strings.Con...
360
3,644
144
0.98
2026-04-17T11:20:54.229409
true
github_roboll_helmfile_8958a999238ccef894358cc8fb2562a8529137bc
Go
roboll
helmfile
4,041
555
Deploy Kubernetes Helm Charts
[ "chart", "helm", "kubernetes" ]
MIT
pkg/helmexec/exec_test.go
exec_test.go
24,285
package helmexec import ( "bytes" "fmt" "io" "os" "path" "path/filepath" "reflect" "testing" "github.com/google/go-cmp/cmp" "github.com/Masterminds/semver/v3" "go.uber.org/zap" ) // Mocking the command-line runner type mockRunner struct { output []byte err error } func (mock *mockRunner) ExecuteSt...
2,798
24,285
756
0.98
2026-04-17T22:23:20.419657
true
github_nodejs_node_d63fad8b2a258b5df4568093395a1216ef4c10b8
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/fs.js
fs.js
87,660
// 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...
10,979
87,660
3,388
0.98
2026-04-23T06:15:43.866155
true
github_nodejs_node_1217172afb3ccbde30fa1327070d8082a6a15524
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/module.js
module.js
1,121
'use strict'; const { findSourceMap, getSourceMapsSupport, setSourceMapsSupport, } = require('internal/source_map/source_map_cache'); const { Module } = require('internal/modules/cjs/loader'); const { register } = require('internal/modules/esm/loader'); const { SourceMap, } = require('internal/source_map/sourc...
88
1,121
39
0.98
2026-04-23T06:16:09.042197
true
github_farion1231_cc-switch_26c19a00e7c26a29687f09e0c0e20f79d6a0bc7e
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/claudeProviderPresets.ts
claudeProviderPresets.ts
29,659
/** * 预设供应商配置模板 */ import { ProviderCategory } from "../types"; export interface TemplateValueConfig { label: string; placeholder: string; defaultValue?: string; editorValue: string; } /** * 预设供应商的视觉主题配置 */ export interface PresetTheme { /** 图标类型:'claude' | 'codex' | 'gemini' | 'generic' */ icon?: "cl...
1,882
28,577
951
0.98
2026-04-17T13:18:43.804781
true
github_farion1231_cc-switch_1f829308d8dca958e39d6012b2e9334bf23dd598
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/universalProviderPresets.ts
universalProviderPresets.ts
3,121
/** * 统一供应商(Universal Provider)预设配置 * * 统一供应商是跨应用共享的配置,修改后会自动同步到 Claude、Codex、Gemini 三个应用。 * 适用于 NewAPI 等支持多种协议的 API 网关。 */ import type { UniversalProvider, UniversalProviderApps, UniversalProviderModels, } from "@/types"; /** * 统一供应商预设接口 */ export interface UniversalProviderPreset { /** 预设名称 */ name...
266
2,717
132
0.98
2026-04-17T13:18:47.348793
true
github_r-spacex_SpaceX-API_bf0606afb77789c100ba575ba5a033d6138dec6d
JavaScript
r-spacex
SpaceX-API
10,846
976
:rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
[ "api", "capsule", "docker", "koa", "launchpad", "nasa", "nodejs", "rest-api", "restful-api", "rocket", "space", "space-program", "spacex", "spacex-api", "starlink" ]
Apache-2.0
app.js
app.js
1,388
import conditional from 'koa-conditional-get'; import etag from 'koa-etag'; import cors from 'koa2-cors'; import dotenv from 'dotenv'; import helmet from 'koa-helmet'; import Koa from 'koa'; import bodyParser from 'koa-bodyparser'; import mongoose from 'mongoose'; import { responseTime, errors, logger } from './middlew...
149
1,388
68
0.98
2026-04-23T06:59:55.733982
true
github_mozilla-ai_any-llm_e9c409c6c91f13301646deff312de6ceeb50983e
Python
mozilla-ai
any-llm
1,898
165
Communicate with an LLM provider using a single interface
[ "inference", "llm", "text-completion" ]
Apache-2.0
src/any_llm/any_llm.py
any_llm.py
47,086
# Inspired by https://github.com/andrewyng/aisuite/tree/main/aisuite from __future__ import annotations import importlib import os import warnings from abc import ABC, abstractmethod from typing import TYPE_CHECKING, Any, ClassVar, Literal, TypeVar, cast, overload from openresponses_types import ResponseResource from...
4,177
47,084
1,149
0.98
2026-04-17T23:42:48.969303
true
github_pathwaycom_pathway_da16c0a629021e654b756b6dd50e78a6b2843d7a
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/frontier.rs
frontier.rs
1,359
use serde::{Deserialize, Serialize}; use timely::order::TotalOrder; use timely::progress::Antichain; #[allow(clippy::module_name_repetitions)] #[derive(Debug, Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash, Serialize, Deserialize)] pub enum TotalFrontier<T> { At(T), Done, } impl<T: TotalOrder> From<Anticha...
140
1,359
53
0.98
2026-04-23T04:40:37.174238
true
github_HuolalaTech_page-spy-web_bd88577916e4396536234f4e17be813e619b04dc
JavaScript
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
.eslintrc.js
.eslintrc.js
563
/** * @type {import('eslint').Linter.BaseConfig} */ module.exports = { extends: [ 'alloy', 'alloy/react', 'alloy/typescript', 'plugin:react-hooks/recommended', ], settings: { react: { version: 'detect', }, }, rules: { 'no-undef': 'off', '@typescript-eslint/consistent-ty...
40
563
25
0.98
2026-04-18T00:23:57.035220
true
github_Fediory_HVI-CIDNet_ee4b01e594ed160b3b9c7914249bae42e012b24f
Python
Fediory
HVI-CIDNet
797
83
[CVPR2025 && NTIRE2025] HVI: A New Color Space for Low-light Image Enhancement (Official Implementation)
[ "cvpr", "hvi-color-space", "image-enhancement", "image-processing", "low-light-image-enhancement", "transformer" ]
MIT
measure_niqe_bris.py
measure_niqe_bris.py
1,595
import glob from tqdm import tqdm from PIL import Image import imquality.brisque as brisque from loss.niqe_utils import * import argparse def metrics(im_dir): avg_niqe = 0 n = 0 avg_brisque = 0 for item in tqdm(sorted(glob.glob(im_dir))): n += 1 im1 = Image.open(item)...
136
1,595
61
0.98
2026-04-22T21:26:35.539218
true
github_Azure-Samples_aisearch-openai-rag-audio_89d499282efe006fa7e8ad9b71f5184b5dc22186
JavaScript
Azure-Samples
aisearch-openai-rag-audio
556
352
A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
[ "ai-azd-templates", "azd-templates", "azure", "azure-ai-search", "generative-ai", "gpt", "language-model", "openai", "rag", "retrieval-augmented-generation", "search", "vector-database" ]
MIT
app/frontend/tailwind.config.js
tailwind.config.js
2,345
/** @type {import('tailwindcss').Config} */ import plugin from "tailwindcss-animate"; export default { darkMode: ["class"], content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: { borderRadius: { lg: "var(--radius)", md: "calc(var(--ra...
134
2,345
65
0.98
2026-04-22T22:06:51.684433
true
github_matplotlib_matplotlib_548da79fff04320193a7170d5cf0f9b9fa743c0a
Python
matplotlib
matplotlib
22,729
8,325
matplotlib: plotting with Python
[ "data-science", "data-visualization", "gtk", "matplotlib", "plotting", "python", "qt", "tk", "wx" ]
UNKNOWN
lib/matplotlib/_tight_layout.py
_tight_layout.py
12,675
""" Routines to adjust subplot params so that subplots are nicely fit in the figure. In doing so, only axis labels, tick labels, Axes titles and offsetboxes that are anchored to Axes are currently considered. Internally, this module assumes that the margins (left margin, etc.) which are differences between ``Axes.get_...
1,347
12,675
302
0.98
2026-04-22T18:13:33.013314
true
github_vmware-archive_octant_114b196cdaefa09c1848eaf27ab3162426ff6567
Go
vmware-archive
octant
6,250
489
Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
[ "go", "golang", "kubernetes", "kubernetes-clusters", "octant" ]
Apache-2.0
internal/cluster/namespace.go
namespace.go
3,784
/* Copyright (c) 2019 the Octant contributors. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ package cluster import ( "context" "fmt" authv1 "k8s.io/api/authorization/v1" "k8s.io/client-go/kubernetes" authClient "k8s.io/client-go/kubernetes/typed/authorization/v1" internalLog "github.com/vmware-...
354
3,784
140
0.98
2026-04-17T20:40:44.970650
true
github_directus_directus_4f3aab6198a51493ecfe375aeabb94637700702f
TypeScript
directus
directus
34,821
4,713
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
app/src/events.ts
events.ts
214
import mitt from 'mitt'; export const emitter = mitt(); export enum Events { upload = 'upload', tabIdle = 'tab-idle', tabActive = 'tab-active', tusResumableUploadsChanged = 'tus-resumable-uploads-changed', }
26
214
11
0.98
2026-04-17T17:53:59.574124
true
github_WalletConnect_walletconnect-monorepo_54340003f239921d82d7148f449f39c1ba7840c2
TypeScript
WalletConnect
walletconnect-monorepo
1,654
815
WalletConnect Monorepo
[ "devtools", "ethereum", "library", "mobile", "prod", "react-native", "team-walletkit", "typescript", "wallet", "walletconnect", "web3" ]
NOASSERTION
vitest.config.ts
vitest.config.ts
322
import { defineConfig } from "vitest/config"; export default defineConfig({ define: { "process.env.IS_VITEST": true, // Disable global core usage for tests to avoid conflicts with other tests "process.env.DISABLE_GLOBAL_CORE": true, }, test: { testTimeout: 60_000, hookTimeout: 60_000, }, })...
37
322
14
0.98
2026-04-18T00:28:23.890854
true