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_iperov_DeepFaceLab_2c429d0fa41347c1e657d4a6967ad19e39285362
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/warp.py
warp.py
6,852
import numpy as np import numpy.linalg as npla import cv2 from core import randomex def mls_rigid_deformation(vy, vx, src_pts, dst_pts, alpha=1.0, eps=1e-8): dst_pts = dst_pts[..., ::-1].astype(np.int16) src_pts = src_pts[..., ::-1].astype(np.int16) src_pts, dst_pts = dst_pts, src_pts grow = vx.shape...
648
6,852
181
0.98
2026-04-22T13:38:24.576919
true
github_ChatGPTNextWeb_NextChat_2cb7dd1e535c2c08ff4ecc6abdae460afef8381f
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/locales/cn.ts
cn.ts
24,855
import { getClientConfig } from "../config/client"; import { SubmitKey } from "../store/config"; import { SAAS_CHAT_UTM_URL } from "@/app/constant"; const isApp = !!getClientConfig()?.isApp; const cn = { WIP: "该功能仍在开发中……", Error: { Unauthorized: isApp ? `😆 对话遇到了一些问题,不用慌: \\ 1️⃣ 想要零配置开箱即用,[点击这里立刻...
1,843
19,233
875
0.98
2026-04-23T08:58:10.701410
true
github_farion1231_cc-switch_b24e01e43e01f35d3c5f1f1b3f0aff6c59b5c4ec
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/useSettings.ts
useSettings.ts
14,637
import { useCallback, useMemo } from "react"; import { useTranslation } from "react-i18next"; import { toast } from "sonner"; import { providersApi, settingsApi, type AppId } from "@/lib/api"; import { syncCurrentProvidersLiveSafe } from "@/utils/postChangeSync"; import { useSettingsQuery, useSaveSettingsMutation } fro...
1,108
13,925
442
0.98
2026-04-17T13:18:54.083791
true
github_starship_starship_46db6433ebaf6716230062bc9334523672e2629f
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/elixir.rs
elixir.rs
914
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct ElixirConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a s...
87
911
35
0.98
2026-04-17T13:17:36.189708
true
github_open-telemetry_opentelemetry-js_8b51862000fe2e4a90fe90927c83330eb4375155
JavaScript
open-telemetry
opentelemetry-js
3,359
1,027
OpenTelemetry JavaScript Client
[ "api", "distributed-tracing", "metrics", "monitoring", "telemetry" ]
Apache-2.0
karma.webpack.js
karma.webpack.js
2,579
/*! * Copyright The OpenTelemetry 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...
317
2,579
81
0.98
2026-04-17T18:04:31.771196
true
github_sorintlab_stolon_84a25b6e8ca420385b41314111e5b27d7c80d1a6
Go
sorintlab
stolon
4,816
449
PostgreSQL cloud native High Availability and more.
[ "cloud-native", "consul", "data-consistency", "declarative-config", "disaster-recovery", "docker", "etcd", "golang", "high-availability", "kubernetes", "postgresql", "standby-cluster", "synchronous-replication" ]
Apache-2.0
internal/postgresql/control.go
control.go
1,005
// Copyright 2016 Sorint.lab // // 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 w...
147
1,005
36
0.98
2026-04-17T21:42:27.344120
true
github_external-secrets_external-secrets_8171d06d7f7aea06ea61a15edcdc1f760478a8f7
Go
external-secrets
external-secrets
6,546
1,268
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
[ "external-secrets", "hacktoberfest", "kubernetes", "kubernetes-secrets", "secrets-manager" ]
Apache-2.0
pkg/register/github.go
github.go
997
//go:build github || all_providers /* Copyright © The ESO Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law...
120
996
31
0.98
2026-04-17T20:35:08.075401
true
github_kwhitley_itty-router_e9667ce76bc0a42fc5beee2c4afe87daa03d9cda
TypeScript
kwhitley
itty-router
2,019
83
A little router.
[ "api", "cloudflare", "cloudflare-workers", "edge", "itty-router", "javascript", "middleware", "router", "serverless", "service-worker" ]
MIT
src/json.ts
json.ts
143
import { createResponse } from './createResponse' export const json = createResponse( 'application/json; charset=utf-8', JSON.stringify )
15
143
7
0.98
2026-04-17T18:08:34.385044
true
github_fsnotify_fsnotify_5dba7b6e54ba5ead9f997f19765e9d0788810d38
Go
fsnotify
fsnotify
10,613
969
Cross-platform filesystem notifications for Go.
[]
BSD-3-Clause
cmd/fsnotify/main.go
main.go
1,466
// Command fsnotify provides example usage of the fsnotify library. package main import ( "fmt" "os" "path/filepath" "time" ) var usage = ` fsnotify is a Go library to provide cross-platform file system notifications. This command serves as an example and debugging tool. https://github.com/fsnotify/fsnotify Com...
199
1,466
66
0.98
2026-04-17T12:35:55.203802
true
github_ChatGPTNextWeb_NextChat_4f354c5f020b2f7576223110876e66f872d7638d
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/utils/auth-settings-events.ts
auth-settings-events.ts
629
import { sendGAEvent } from "@next/third-parties/google"; export function trackConversationGuideToCPaymentClick() { sendGAEvent("event", "ConversationGuideToCPaymentClick", { value: 1 }); } export function trackAuthorizationPageButtonToCPaymentClick() { sendGAEvent("event", "AuthorizationPageButtonToCPaymentClick...
50
629
20
0.98
2026-04-23T08:58:29.893775
true
github_pathwaycom_pathway_f86223c47415b92022418796fcd4e3fdca2042a1
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/external_integration/tantivy_integration.rs
tantivy_integration.rs
5,954
// Copyright © 2026 Pathway use crate::engine::error::DynResult; use crate::engine::{Error, Key}; use log::warn; use tantivy::collector::TopDocs; use tantivy::query::{Query, QueryParser}; use tantivy::schema::{Field, Schema, Term, Value, INDEXED, STORED, TEXT}; use tantivy::{doc, Index, IndexReader, IndexWriter, Reloa...
547
5,953
172
0.98
2026-04-23T04:40:44.653620
true
github_rust-lang_rust_9cf7d6b29b10125fa7e2e3418057b79ae5e85113
Rust
rust-lang
rust
112,076
14,769
Empowering everyone to build reliable and efficient software.
[ "compiler", "language", "rust" ]
Apache-2.0
src/librustdoc/visit.rs
visit.rs
2,742
use crate::clean::*; /// Allows a type to traverse the cleaned ast of a crate. /// /// Note that like [`rustc_ast::visit::Visitor`], but /// unlike [`rustc_lint::EarlyLintPass`], if you override a /// `visit_*` method, you will need to manually recurse into /// its contents. pub(crate) trait DocVisitor<'a>: Sized { ...
225
2,742
79
0.98
2026-04-17T13:13:52.925321
true
github_firecamp-dev_firecamp_4837dfb53d06ecd3b6e46d21c2a61529ee7728c1
JavaScript
firecamp-dev
firecamp
2,590
166
Developer-first OpenSource API DevTool, Postman/Insomnia alternative.
[ "api", "api-client", "graphql", "graphql-playground", "hacktoberfest", "hacktoberfest2023", "open-source", "socket-io", "socket-io-playground", "websocket", "websocket-playground" ]
AGPL-3.0
webpack.prod.js
webpack.prod.js
1,001
const path = require('path'); const webpack = require('webpack'); const { merge } = require('webpack-merge'); const TerserPlugin = require('terser-webpack-plugin'); // const CompressionPlugin = require('compression-webpack-plugin'); const base = require('./webpack.common'); const nodeEnv = process.env.NODE_ENV; modul...
94
1,001
38
0.98
2026-04-23T08:16:17.014878
true
github_rust-lang_rust_b09ea05688595c86f8f9dc34f1d370695a740d46
Rust
rust-lang
rust
112,076
14,769
Empowering everyone to build reliable and efficient software.
[ "compiler", "language", "rust" ]
Apache-2.0
src/librustdoc/lint.rs
lint.rs
8,524
use std::sync::LazyLock as Lazy; use rustc_data_structures::fx::FxHashMap; use rustc_lint::LintStore; use rustc_lint_defs::{Lint, LintId, declare_tool_lint}; use rustc_session::{Session, lint}; /// This function is used to setup the lint initialization. By default, in rustdoc, everything /// is "allowed". Depending i...
895
8,524
237
0.98
2026-04-17T13:13:51.683058
true
github_apache_cassandra-gocql-driver_a1e4100a84c5057b80cf84d0d5d6a2559cfbba7c
Go
apache
cassandra-gocql-driver
2,683
645
GoCQL Driver for Apache Cassandra®
[ "cassandra", "client", "database", "driver", "go", "golang", "nosql" ]
Apache-2.0
address_translators_test.go
address_translators_test.go
1,987
//go:build all || unit // +build all unit /* * 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 Li...
286
1,987
62
0.98
2026-04-17T18:27:26.286513
true
github_Automattic_mongoose_e87d9cabbcca4cffb194efef34548702e37542c5
JavaScript
Automattic
mongoose
27,471
3,979
MongoDB object modeling designed to work in an asynchronous environment.
[ "mongo", "mongodb", "nodejs", "odm", "orm" ]
MIT
lib/helpers/updateValidators.js
updateValidators.js
5,923
'use strict'; /*! * Module dependencies. */ const ValidationError = require('../error/validation'); const cleanPositionalOperators = require('./schema/cleanPositionalOperators'); const flatten = require('./common').flatten; /** * Applies validators and defaults to update and findOneAndUpdate operations, * specif...
582
5,923
187
0.98
2026-04-23T06:42:34.179901
true
github_facebook_relay_8e8c72d4eca777ca9ef6de99940b6e7df8cae598
JavaScript
facebook
relay
18,930
1,888
Relay is a JavaScript framework for building data-driven React applications.
[]
MIT
.prettier-plugins.fb.js
.prettier-plugins.fb.js
360
/** * 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. * * @format */ module.exports = [ require.resolve( '../../../../../../../tools/third-party/prettier/node_modules/prettier-p...
45
360
15
0.98
2026-04-17T13:45:11.511974
true
github_bigscience-workshop_petals_d307b8140b841e892750b190587b878248251825
Python
bigscience-workshop
petals
10,077
601
🌸 Run LLMs at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading
[ "bloom", "chatbot", "deep-learning", "distributed-systems", "falcon", "gpt", "guanaco", "language-models", "large-language-models", "llama", "machine-learning", "mixtral", "neural-networks", "nlp", "pipeline-parallelism", "pretrained-models", "pytorch", "tensor-parallelism", "tra...
MIT
src/petals/constants.py
constants.py
904
import torch PUBLIC_INITIAL_PEERS = [ # IPv4 DNS addresses "/dns/bootstrap1.petals.dev/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY", "/dns/bootstrap2.petals.dev/tcp/31338/p2p/QmQGTqmM7NKjV6ggU1ZCap8zWiyKR89RViDXiqehSiCpY5", # IPv6 DNS addresses "/dns6/bootstrap1.petals.dev/tcp/3133...
46
904
19
0.98
2026-04-17T06:49:46.370448
true
github_ChatGPTNextWeb_NextChat_b3b7269274e492cc108538cbb0098fd582a94447
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/utils/hooks.ts
hooks.ts
616
import { useMemo } from "react"; import { useAccessStore, useAppConfig } from "../store"; import { collectModelsWithDefaultModel } from "./model"; export function useAllModels() { const accessStore = useAccessStore(); const configStore = useAppConfig(); const models = useMemo(() => { return collectModelsWith...
54
616
23
0.98
2026-04-23T08:58:33.278864
true
github_loopbackio_loopback-next_e8a087e9d47aae2c6cbb8402c41bf1cc5e8f7db2
JavaScript
loopbackio
loopback-next
5,096
1,064
LoopBack makes it easy to build modern API applications that require complex integrations.
[ "api", "dependency-injection", "framework", "hacktoberfest", "ioc", "loopback", "nodejs", "openapi", "repository", "rest", "service-proxy", "strongloop", "swagger", "typescript" ]
NOASSERTION
.eslintrc.js
.eslintrc.js
940
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. // Node module: loopback-next // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT module.exports = { extends: [ './packages/eslint-config/eslintrc.js', 'plugin:prettie...
95
940
34
0.98
2026-04-17T18:01:52.633923
true
github_rustdesk_rustdesk_ce885c77c8af92aa2457427bf712d7a5773ada94
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/plugin/native.rs
native.rs
957
use std::{ ffi::{c_char, c_int, c_void}, os::raw::c_uint, }; use hbb_common::log::error; use super::{ cstr_to_string, errno::ERR_NOT_HANDLED, native_handlers::{Callable, NATIVE_HANDLERS_REGISTRAR}, }; /// The native returned value from librustdesk native. /// /// [Note] /// The data is owned by li...
98
957
41
0.98
2026-04-17T13:14:55.187935
true
github_kwhitley_itty-router_f44c156b2288dc026664b035c127f73e1a359e29
TypeScript
kwhitley
itty-router
2,019
83
A little router.
[ "api", "cloudflare", "cloudflare-workers", "edge", "itty-router", "javascript", "middleware", "router", "serverless", "service-worker" ]
MIT
src/types.ts
types.ts
775
// routers export * from './types/AutoRouterOptions' export * from './types/AutoRouterType' export * from './types/CustomRoutes' export * from './types/ErrorHandler' export * from './types/IRequest' export * from './types/IRequestStrict' export * from './types/IttyRouterOptions' export * from './types/IttyRouterType' e...
84
775
28
0.98
2026-04-17T18:08:36.286497
true
github_ChatGPTNextWeb_NextChat_20f6caefa8d2aef96a27a846f6bdd19cac67fe93
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/api/alibaba.ts
alibaba.ts
3,269
import { getServerSideConfig } from "@/app/config/server"; import { ALIBABA_BASE_URL, ApiPath, ModelProvider, ServiceProvider, } from "@/app/constant"; import { prettyObject } from "@/app/utils/format"; import { NextRequest, NextResponse } from "next/server"; import { auth } from "@/app/api/auth"; import { isMo...
347
3,269
130
0.98
2026-04-23T08:57:58.941700
true
github_lovell_sharp_1c3e5e6296bb5f76d455a7b247fd604ca966fb29
JavaScript
lovell
sharp
32,168
1,398
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
[ "avif", "crop", "exif", "icc", "image", "image-processing", "javascript", "jpeg", "libvips", "nodejs", "performance", "png", "resize", "sharp", "svg", "tiff", "webp" ]
Apache-2.0
lib/composite.js
composite.js
8,960
/*! Copyright 2013 Lovell Fuller and others. SPDX-License-Identifier: Apache-2.0 */ const is = require('./is'); /** * Blend modes. * @member * @private */ const blend = { clear: 'clear', source: 'source', over: 'over', in: 'in', out: 'out', atop: 'atop', dest: 'dest', 'dest-over': 'dest-over',...
1,073
8,960
213
0.98
2026-04-23T06:40:51.712158
true
github_loco-rs_loco_8b6ab412ae28a71915198156b3dd30d586b0da6b
Rust
loco-rs
loco
8,824
406
🚂 🦀 The one-person framework for Rust for side-projects and startups
[ "api", "axum", "rust", "rust-lang" ]
Apache-2.0
src/cargo_config.rs
cargo_config.rs
7,458
//! Cargo.toml configuration reader module //! //! This module provides functionality to read and parse Cargo.toml files, //! with specific support for accessing database entity configuration //! under the `[package.metadata.db.entity]` section. use crate::errors::Error; use crate::Result as AppResult; use std::path::...
675
7,458
251
0.98
2026-04-17T14:29:59.595353
true
github_ultraworkers_claw-code_432e459375a74df0062f839667a4a76986e58cd0
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/tasks.py
tasks.py
421
from __future__ import annotations from .task import PortingTask def default_tasks() -> list[PortingTask]: return [ PortingTask('root-module-parity', 'Mirror the root module surface of the archived snapshot'), PortingTask('directory-parity', 'Mirror top-level subsystem names as Python packages'),...
41
421
12
0.98
2026-04-17T13:13:26.293681
true
github_redux-form_redux-form_58bbebcc4d5de0a5f647cbed3d2b71a9d83c3804
JavaScript
redux-form
redux-form
12,500
1,621
A Higher Order Component using react-redux to keep form state in a Redux store
[ "form", "form-validation", "forms", "react", "redux", "redux-form", "validation" ]
MIT
src/__tests__/reduxForm.spec.js
reduxForm.spec.js
171,942
import { noop } from 'lodash' /* eslint react/no-multi-comp:0 */ import React, { Component } from 'react' import TestUtils from 'react-dom/test-utils' import { Provider } from 'react-redux' import { combineReducers as plainCombineReducers, createStore } from 'redux' import { combineReducers as immutableCombineReducers ...
13,426
171,940
5,555
0.98
2026-04-23T04:56:57.133059
true
github_lbjlaq_Antigravity-Manager_9253c82bef56f1493f7e60e86ca40c18fb6191cc
TypeScript
lbjlaq
Antigravity-Manager
28,337
3,089
Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。
[ "account-manager", "antigravity" ]
NOASSERTION
src/utils/clipboard.ts
clipboard.ts
1,365
/** * 健壮的剪贴板复制工具函数 * * 浏览器限制:在非安全上下文(非 HTTPS 或 localhost)下,navigator.clipboard 是 undefined。 * 本函数通过 execCommand('copy') 提供回退方案,确保在 HTTP 环境(如 Docker IP 访问)下也能正常工作。 */ export async function copyToClipboard(text: string): Promise<boolean> { // 1. 尝试现代 Clipboard API if (navigator.clipboard && window.isSecureC...
105
1,161
41
0.98
2026-04-17T13:28:48.040575
true
github_storj_drpc_11f1f7cbc2601d71e3374f2e3a1446a8553bd05d
Go
storj
drpc
1,619
62
drpc is a lightweight, drop-in replacement for gRPC
[ "drpc", "go", "grpc", "microservices", "nanoservices", "proto", "rpc" ]
MIT
internal/twirpcompat/clientcompat.pb.go
clientcompat.pb.go
7,787
// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 // protoc v4.24.4 // source: clientcompat.proto package twirpcompat import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" syn...
878
7,787
266
0.98
2026-04-18T01:05:39.945500
true
github_actionhero_actionhero_4ace8cdf07cfbb6556583e78581421d9a1f9c077
TypeScript
actionhero
actionhero
2,418
259
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
[ "actionhero", "api", "api-server", "async-await", "cluster", "delayed-jobs", "delayed-tasks", "framework", "frameworks", "http", "https", "javascript", "nodejs", "server", "socket-client", "tcp", "ts", "typescript", "websocket" ]
Apache-2.0
src/modules/redis.ts
redis.ts
2,756
import * as uuid from "uuid"; import { config, api, id, log } from "./../index"; export namespace redis { export interface PubSubMessage { [key: string]: any; } /** * Publish a message to all other Actionhero nodes in the cluster. Will be authenticated against `api.config.serverToken` * ```js * le...
318
2,756
94
0.98
2026-04-23T08:17:01.674790
true
github_PINTO0309_onnx2tf_8785f5b0d02e727806577dd12a49598d7f7be545
Python
PINTO0309
onnx2tf
949
99
A tool for converting ONNX files to LiteRT/TFLite/TensorFlow, PyTorch native code (nn.Module), TorchScript (.pt), state_dict (.pt), Exported Program (.pt2), and Dynamo ONNX. It also supports direct conversion from LiteRT to PyTorch.
[ "android", "coreml", "deep-learning", "docker", "keras", "litert", "lstm", "machine-learning", "model-converter", "models", "onnx", "pytorch", "quantization", "tensorflow", "tensorflow-lite", "tfjs", "tflite", "torchscript", "transformer" ]
MIT
benchmark_tflite.py
benchmark_tflite.py
18,968
#!/usr/bin/env python3 """Benchmark TFLite inference latency on CPU/CUDA backends.""" from __future__ import annotations import argparse import ctypes.util import json import os import statistics import subprocess import sys import time from pathlib import Path from typing import Any, Dict, List, Optional, Sequence, ...
1,502
18,968
584
0.98
2026-04-22T21:16:34.751690
true
github_karpathy_arxiv-sanity-lite_2a7b01018ef16dccd6ebd7776279ce6d4fc5c75d
Python
karpathy
arxiv-sanity-lite
1,565
190
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
[ "arxiv", "deep-learning", "flask", "machine-learning" ]
MIT
thumb_daemon.py
thumb_daemon.py
3,856
""" Iterates over the current database and makes best effort to download the papers, convert them to thumbnail images and save them to disk, for display in the UI. Atm only runs the most recent 5K papers. Intended to be run as a cron job daily or something like that. """ import os import time import random import requ...
483
3,856
105
0.98
2026-04-23T02:55:05.822685
true
github_jaegertracing_jaeger-client-go_a41dcf2bbad266bb0aafb77713b78a0bde39f811
Go
jaegertracing
jaeger-client-go
1,383
283
🛑 This library is DEPRECATED!
[ "distributed-tracing", "microservices", "monitoring", "opentracing" ]
Apache-2.0
internal/throttler/throttler_test.go
throttler_test.go
834
// Copyright (c) 2018 The Jaeger 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 agree...
119
834
29
0.98
2026-04-18T01:07:38.609648
true
github_NodeBB_NodeBB_3a2c5af54e6d184834970e8dbdcc4575bed32eee
JavaScript
NodeBB
NodeBB
15,048
2,942
Node.js based forum software built for the modern web
[ "community", "forum", "javascript", "mongodb", "node", "nodebb", "nodejs", "postgresql", "redis", "socket-io", "websockets" ]
GPL-3.0
src/controllers/search.js
search.js
7,292
'use strict'; const validator = require('validator'); const _ = require('lodash'); const db = require('../database'); const meta = require('../meta'); const plugins = require('../plugins'); const search = require('../search'); const categories = require('../categories'); const user = require('../user'); const topics...
642
7,292
213
0.98
2026-04-23T06:53:16.132020
true
github_react-ga_react-ga_ce3b7ed4943f3149b51601676cbfd52d94366935
JavaScript
react-ga
react-ga
5,100
431
React Google Analytics Module
[ "google-analytics", "javascript", "react", "react-google-analytics" ]
NOASSERTION
src/core.js
core.js
15,224
/** * React Google Analytics Module * * @package react-ga * @author Adam Lofting <[REDACTED_EMAIL]> * Atul Varma <[REDACTED_EMAIL]> */ /** * Utilities */ import format from './utils/format'; import removeLeadingSlash from './utils/removeLeadingSlash'; import trim from './utils/trim'; import loadGA fr...
1,820
15,224
592
0.98
2026-04-23T06:12:54.048906
true
github_ChatGPTNextWeb_NextChat_64842f6e8924098d817acfd96d4562941f592951
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/masks/cn.ts
cn.ts
21,404
import { BuiltinMask } from "./typing"; export const CN_MASKS: BuiltinMask[] = [ { avatar: "1f5bc-fe0f", name: "AI文生图", context: [ { id: "text-to-pic-0", role: "system", content: "You are a useful Assistant that won't refuse to draw picture, instead, you will outpu...
858
13,390
446
0.98
2026-04-23T08:58:20.377098
true
github_Chalarangelo_30-seconds-of-code_1e72d33b13e83f31f00e067ece91b71eb2e8ff56
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/timestampDump.js
timestampDump.js
265
import fs from 'fs'; import settings from '#src/config/settings.js'; export default class TimestampDump { static generate() { return fs.writeFileSync( settings.paths.out.timestamp, `export default '${(+new Date()).toString(16)}';\n` ); } }
26
265
12
0.98
2026-04-23T06:14:57.632147
true
github_JudgmentLabs_judgeval_e84df73315a0891db2db9d1c5be651f45d8657ff
Python
JudgmentLabs
judgeval
1,023
90
The open source post-building layer for agents. Our environment data and evals power agent post-training (RL, SFT) and monitoring.
[ "agent", "agentic-ai", "agents", "grpo", "langchain", "langgraph", "llama-index", "llm", "llm-evaluation", "llm-observability", "open-source", "openai", "prompt-engineering", "reinforcement-learning", "rl" ]
Apache-2.0
src/tests/test_client.py
test_client.py
3,228
from __future__ import annotations from unittest.mock import patch import pytest from judgeval.judgeval import Judgeval from judgeval.evaluation.evaluation_factory import EvaluationFactory from judgeval.datasets.dataset_factory import DatasetFactory from judgeval.prompts.prompt_factory import PromptFactory class T...
153
3,228
94
0.98
2026-04-22T16:59:15.701119
true
github_withspectrum_spectrum_afc1d59ddbb19e62d5fa56901f8a758e76db851a
JavaScript
withspectrum
spectrum
10,848
1,204
Simple, powerful online communities.
[ "expo", "flowtype", "graphql", "nodejs", "react", "reactjs", "rethinkdb", "styled-components" ]
BSD-3-Clause
api/migrations/20180209015734-github-provider-id-index.js
20180209015734-github-provider-id-index.js
274
exports.up = function(r, conn) { return Promise.all([ r .table('users') .indexCreate('githubProviderId') .run(conn), ]).catch(err => { console.log(err); throw err; }); }; exports.down = function(r, conn) { return Promise.resolve(); };
27
274
16
0.98
2026-04-23T05:42:45.332420
true
github_sweetalert2_sweetalert2_25adb1a18a25b0fc28d1ccae10b32886e3c4ecc0
JavaScript
sweetalert2
sweetalert2
18,065
1,636
✨ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. 🇺🇦🇪🇺
[ "accessible", "alert", "angular", "confirm", "confirmation-dialog", "dialog", "modal", "notifications", "popup", "prompt", "react", "sweetalert", "sweetalert2", "toast", "vue", "wai-aria" ]
MIT
src/sweetalert2.js
sweetalert2.js
121
import SweetAlert from './SweetAlert.js' const Swal = SweetAlert // @ts-ignore Swal.default = Swal export default Swal
16
121
8
0.98
2026-04-23T04:53:00.221196
true
github_ultraworkers_claw-code_4cc59d76ae787e6772d18cca7bb0e1200c336406
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/context.py
context.py
1,580
from __future__ import annotations from dataclasses import dataclass from pathlib import Path @dataclass(frozen=True) class PortContext: source_root: Path tests_root: Path assets_root: Path archive_root: Path python_file_count: int test_file_count: int asset_file_count: int archive_av...
129
1,580
48
0.98
2026-04-17T13:13:08.319792
true
github_alibaba_lightproxy_efe7d664767252e4af9e2037e878abf9fa166fd4
TypeScript
alibaba
lightproxy
3,184
270
💎 Cross platform Web debugging proxy
[ "chrome", "debug", "devtools", "electron", "light", "lightproxy", "proxy", "typescript", "whistle" ]
Apache-2.0
src/main/splash.ts
splash.ts
3,818
// from https://github.com/bkniffler/electron-splashscreen/blob/master/src/templates/office.ts export const splash = ({ logo = 'https://upload.wikimedia.org/wikipedia/commons/d/dd/Microsoft_Office_2013_logo.svg', brand = 'Brand', productName = 'Product', text = 'Loading ...', website = 'www.website....
348
3,818
163
0.98
2026-04-18T00:25:32.812323
true
github_youyuge34_Anime-InPainting_eeac79bc05bc82bed41e4353fb4006034a5d963f
Python
youyuge34
Anime-InPainting
1,125
151
An application tool of edge-connect, which can do anime inpainting and drawing. 动漫人物图片自动修复,去马赛克,填补,去瑕疵
[ "anime", "computer-vision", "cv", "deep-learning", "gan", "generative-adversarial-network", "inpainting", "mosaic", "neural-network", "opencv", "python", "pytorch" ]
NOASSERTION
src/dataset.py
dataset.py
5,883
import os import glob import scipy import torch import random import numpy as np import torchvision.transforms.functional as F from torch.utils.data import DataLoader from PIL import Image from scipy.misc import imread from skimage.feature import canny from skimage.color import rgb2gray from .utils import create_mask ...
611
5,883
197
0.98
2026-04-22T18:50:22.133387
true
github_open-wa_wa-automate-nodejs_a76ea3a18ba564f57f44ac7634a9ca7c0ea16d2e
TypeScript
open-wa
wa-automate-nodejs
3,448
670
💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!
[ "api", "chatbots", "framework", "nodejs", "typescript" ]
NOASSERTION
src/controllers/script_preloader.ts
script_preloader.ts
1,447
import * as path from 'path'; import * as fs from 'fs'; import { log } from '../logging/logging'; const read : (_path) => Promise<string> = (_path) => new Promise((resolve, reject) => { fs.readFile(require.resolve(path.join(__dirname, '../lib', _path)), 'utf8', (err, file) => { if (err) reject(err) res...
134
1,447
55
0.98
2026-04-23T08:12:07.523517
true
github_adam-mcdaniel_sage_02b9c41ea8fe37c24e7e54dcca2ef414f8164997
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/vm/mod.rs
mod.rs
6,495
//! # Virtual Machine Module //! //! This module contains all things related to the virtual machine. //! //! ## What is this machine? //! //! This virtual machine is a simple turing tape machine. //! There is one register, a tape of cells, and a tape pointer. Cells are //! restricted to integers in the core variant of ...
863
6,495
209
0.98
2026-04-17T17:14:58.412173
true
github_PanJiaChen_vue-admin-template_059af188c3a0a741d0b23eeaee580549150c79e8
JavaScript
PanJiaChen
vue-admin-template
20,445
7,428
a vue2.0 minimal admin template
[ "axios", "element-ui", "javascript", "vue", "vue-admin", "vue-cli", "vue-router", "vuex" ]
MIT
src/utils/auth.js
auth.js
284
import Cookies from 'js-cookie' const TokenKey = 'vue_admin_template_token' export function getToken() { return Cookies.get(TokenKey) } export function setToken(token) { return Cookies.set(TokenKey, token) } export function removeToken() { return Cookies.remove(TokenKey) }
30
284
16
0.98
2026-04-23T11:46:52.006788
true
github_iperov_DeepFaceLab_cc63559febb2ca1f30f6ac0d23dbc94a947c3b10
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/structex.py
structex.py
175
import struct def struct_unpack(data, counter, fmt): fmt_size = struct.calcsize(fmt) return (counter+fmt_size,) + struct.unpack (fmt, data[counter:counter+fmt_size])
15
175
6
0.98
2026-04-17T06:45:58.458315
true
github_terrastruct_d2_b97308bdf32d73f0deb386c392ee3a3ab5a0c314
Go
terrastruct
d2
23,459
629
D2 is a modern diagram scripting language that turns text to diagrams.
[ "developer-tools", "diagramming", "diagrams", "go", "golang", "software-architecture", "text-to-diagram" ]
MPL-2.0
lib/shape/shape_diamond.go
shape_diamond.go
1,660
package shape import ( "math" "oss.terrastruct.com/d2/lib/geo" "oss.terrastruct.com/d2/lib/svg" "oss.terrastruct.com/util-go/go2" ) type shapeDiamond struct { *baseShape } func NewDiamond(box *geo.Box) Shape { shape := shapeDiamond{ baseShape: &baseShape{ Type: DIAMOND_TYPE, Box: box, }, } shape....
201
1,660
72
0.98
2026-04-17T09:12:04.726724
true
github_rustdesk_rustdesk_ce9a09ef6e03601a675eb1fffe487c76a5638695
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
build.py
build.py
26,949
#!/usr/bin/env python3 import os import pathlib import platform import zipfile import urllib.request import shutil import hashlib import argparse import sys from pathlib import Path windows = platform.platform().startswith('Windows') osx = platform.platform().startswith( 'Darwin') or platform.platform().startswit...
1,873
26,949
648
0.95
2026-04-13T14:04:38.004035
true
github_LaurentMazare_tch-rs_bc4a7b186e5af6d73b75599d8fc8ddd06694669b
Rust
LaurentMazare
tch-rs
5,352
419
Rust bindings for the C++ api of PyTorch.
[ "deep-learning", "machine-learning", "neural-network", "pytorch", "rust" ]
Apache-2.0
src/wrappers/image.rs
image.rs
1,326
use super::tensor::Tensor; use super::utils::path_to_cstring; use crate::TchError; use libc::c_int; use std::path::Path; /// On success returns a tensor of shape [width, height, channels]. pub fn load_hwc<T: AsRef<Path>>(path: T) -> Result<Tensor, TchError> { let path = path_to_cstring(path)?; let c_tensor = u...
152
1,326
36
0.98
2026-04-17T15:04:19.362356
true
github_google_zx_f06ea2cbf856be4108a9b8d77df7bda075250309
TypeScript
google
zx
45,409
1,253
A tool for writing better scripts
[ "bash", "child-process", "cli", "exec", "javascript", "nodejs", "pipe", "shell", "spawn" ]
Apache-2.0
src/vendor-extra.ts
vendor-extra.ts
3,834
// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
501
3,834
139
0.98
2026-04-23T06:18:11.405540
true
github_k8sgpt-ai_k8sgpt_e52160543b186aa55163be6cc680cb791b667fd8
Go
k8sgpt-ai
k8sgpt
7,675
979
Giving Kubernetes Superpowers to everyone
[ "ai", "devops", "kubernetes", "llama", "openai", "sre", "tooling" ]
Apache-2.0
pkg/ai/googlegenai.go
googlegenai.go
3,627
/* Copyright 2023 The K8sGPT 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, softwar...
451
3,627
123
0.98
2026-04-17T20:24:13.677714
true
github_maqi1520_mdx-notes_57ca127237075e45f8cce5a215ff7beb46b695c5
JavaScript
maqi1520
mdx-notes
1,577
188
⛷ Cross-platform note-taking software, public layout editor, using MDX ⛷ 跨平台笔记软件,公众号排版编辑器,使用MDX来排版
[ "markdown", "markdown-editor", "mdx", "nextjs", "note-taking", "notes" ]
GPL-3.0
src/codemirror/tailwindcssMode.js
tailwindcssMode.js
14,471
import CodeMirror from 'codemirror' export function tailwindcssMode(config, parserConfig) { var inline = parserConfig.inline if (!parserConfig.propertyKeywords) parserConfig = CodeMirror.resolveMode('text/css') var indentUnit = config.indentUnit, tokenHooks = parserConfig.tokenHooks, documentTypes =...
1,652
14,471
447
0.98
2026-04-23T11:11:04.830495
true
github_babel_babel_72357eb800699172ab0fc645d34cb21b15507b9b
TypeScript
babel
babel
43,892
5,813
🐠 Babel is a compiler for writing next generation JavaScript.
[ "ast", "babel", "compiler", "es2015", "es6", "flavortown", "javascript" ]
MIT
babel.config.ts
babel.config.ts
19,368
import pathUtils from "node:path"; import fs from "node:fs"; import type { PluginItem } from "@babel/core"; import { parseSync, type InputOptions, type types as t, type NodePath, type PluginObject, type PluginAPI, type ConfigAPI, } from "@babel/core"; import packageJson from "./package.json" with { type: ...
1,779
19,368
639
0.98
2026-04-23T13:04:28.097219
true
github_motiv-labs_janus_11146ce3f68c5102619c380ce833bea973311fa5
Go
motiv-labs
janus
2,846
328
An API Gateway written in Go
[ "api", "api-gateway", "engineering-experience-squad", "go", "microservices", "platform", "proxy", "reverse-proxy" ]
MIT
pkg/api/cassandra_repository.go
cassandra_repository.go
6,099
package api import ( "context" "encoding/json" cass "github.com/hellofresh/janus/cassandra" "github.com/hellofresh/janus/cassandra/wrapper" "github.com/opentracing/opentracing-go" log "github.com/sirupsen/logrus" "strconv" "strings" "time" ) // CassandraRepository represents a cassandra repository type Cassa...
728
6,099
230
0.98
2026-04-18T00:58:51.983762
true
github_jsx-eslint_eslint-plugin-react_be7337a57fd3daf44666ca07533fa40297c115e0
JavaScript
jsx-eslint
eslint-plugin-react
9,277
2,732
React-specific linting rules for ESLint
[ "development", "ecmascript", "eslint", "javascript", "lint", "react" ]
MIT
lib/rules/forbid-dom-props.js
forbid-dom-props.js
4,148
/** * @fileoverview Forbid certain props on DOM Nodes * @author David Vázquez */ 'use strict'; const docsUrl = require('../util/docsUrl'); const report = require('../util/report'); // ------------------------------------------------------------------------------ // Constants // -----------------------------------...
392
4,147
146
0.98
2026-04-23T05:48:53.850643
true
github_MarioCarrion_todo-api-microservice-example_cd45fbc5c84776908e259faa40cd39e08dca7609
Go
MarioCarrion
todo-api-microservice-example
1,340
178
Go microservice tutorial project using Domain Driven Design and Onion Architecture!
[ "domain-driven-design", "golang", "microservices", "onion-architecture", "tutorial" ]
MIT
internal/errors.go
errors.go
1,139
package internal import ( "fmt" ) // Error represents an error that could be wrapping another error, it includes a code for determining what // triggered the error. type Error struct { orig error msg string code ErrorCode } // ErrorCode defines supported error codes. type ErrorCode uint const ( ErrorCodeUnkno...
173
1,139
56
0.98
2026-04-18T01:08:22.165154
true
github_ChromeDevTools_chrome-devtools-mcp_725628bcd1428d64f6654667e7c02b087b2608ae
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/script.ts
script.ts
5,143
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {zod} from '../third_party/index.js'; import type {Frame, JSHandle, Page, WebWorker} from '../third_party/index.js'; import type {ExtensionServiceWorker} from '../types.js'; import {ToolCategory} from './categories.js'; imp...
534
5,143
179
0.98
2026-04-18T00:21:16.610280
true
github_qinzheng93_GeoTransformer_bfb00b9a8933fbde36c31b9921d8abd5de5517b1
Python
qinzheng93
GeoTransformer
949
114
[CVPR2022] Geometric Transformer for Fast and Robust Point Cloud Registration
[ "attention-mechanism", "computer-vision", "deep-learning", "neural-network", "point-cloud", "point-cloud-registration", "pytorch", "registration", "transformer" ]
MIT
setup.py
setup.py
814
from setuptools import setup from torch.utils.cpp_extension import BuildExtension, CUDAExtension setup( name='geotransformer', version='1.0.0', ext_modules=[ CUDAExtension( name='geotransformer.ext', sources=[ 'geotransformer/extensions/extra/cloud/cloud.cpp...
28
814
23
0.98
2026-04-22T21:16:12.967794
true
github_ChatGPTNextWeb_NextChat_b4636bcd7be2e3002dd48554063b0cda67801c38
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/api/302ai.ts
302ai.ts
3,195
import { getServerSideConfig } from "@/app/config/server"; import { AI302_BASE_URL, ApiPath, ModelProvider, ServiceProvider, } from "@/app/constant"; import { prettyObject } from "@/app/utils/format"; import { NextRequest, NextResponse } from "next/server"; import { auth } from "@/app/api/auth"; import { isMode...
343
3,195
129
0.98
2026-04-23T08:57:58.650237
true
github_jingweiz_pytorch-rl_69518ddf409dd9c20fc46686913dac498132c915
Python
jingweiz
pytorch-rl
805
144
Deep Reinforcement Learning with pytorch & visdom
[ "a3c", "acer", "actor-critic", "deep-learning", "deep-reinforcement-learning", "dqn", "pytorch", "pytorch-a3c", "reinforcement-learning", "trpo", "visdom" ]
MIT
core/agents/a3c_single_process.py
a3c_single_process.py
32,739
from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np import random import time import math import torch from torch.autograd import Variable import torch.nn.functional as F from utils.helpers import A3C_Experience from core.agent_single_process ...
2,258
32,739
598
0.98
2026-04-22T20:28:49.932195
true
github_ultraworkers_claw-code_883f94aa6589d7468082fc998f0e351e7bd3a56e
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/direct_modes.py
direct_modes.py
543
from __future__ import annotations from dataclasses import dataclass @dataclass(frozen=True) class DirectModeReport: mode: str target: str active: bool def as_text(self) -> str: return f'mode={self.mode}\ntarget={self.target}\nactive={self.active}' def run_direct_connect(target: str) -> Di...
41
543
22
0.98
2026-04-17T13:13:11.021445
true
github_google_zx_fd00e2d57fc0b9b3ac3a7c17991f7727d0ac47ca
TypeScript
google
zx
45,409
1,253
A tool for writing better scripts
[ "bash", "child-process", "cli", "exec", "javascript", "nodejs", "pipe", "shell", "spawn" ]
Apache-2.0
src/versions.ts
versions.ts
836
// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
125
836
28
0.98
2026-04-23T06:18:12.517242
true
github_kimono-koans_httm_41293e375a8d0abcbc07ad8b5a789c997e5ef97f
Rust
kimono-koans
httm
1,628
34
Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even Time Machine and Restic backups!)
[ "btrfs", "btrfs-snapshots", "cli", "command-line", "command-line-tool", "freebsd", "homelab", "linux", "nilfs", "restic", "rust", "shell", "terminal", "unix", "unix-command", "unix-shell", "zfs", "zfs-snapshots", "zfsonroot", "zsh" ]
MPL-2.0
src/background/recursive.rs
recursive.rs
14,430
// ___ ___ ___ ___ // /\__\ /\ \ /\ \ /\__\ // /:/ / \:\ \ \:\ \ /::| | // /:/__/ \:\ \ \:\ \ /:|:| | // /::\ \ ___ /::\ \ /::\ \ /:/|:|__|__ // /:/\:\ /\__\ /:/\:\__\ ...
1,289
14,430
437
0.98
2026-04-17T19:27:28.935557
true
github_samdenty_gqless_9373386142663e2f953e19d67be1d8c038f7acc5
JavaScript
samdenty
gqless
3,662
51
a GraphQL client without queries
[ "gqless", "graphql", "react", "suspense", "typescript" ]
UNKNOWN
internal/website/fix-typedoc-plugin.js
fix-typedoc-plugin.js
179
module.exports = function (_context, _options) { return { name: 'Fix Typedoc', async contentLoaded() { require('./fix-typedoc'); return null; }, }; };
20
179
10
0.98
2026-04-23T08:35:10.504861
true
github_vikashplus_robohive_b5ff0b101133334ad863cf23cc208baaf83f87f0
Python
vikashplus
robohive
622
94
A unified framework for robot learning
[ "benchmarks", "environments", "imitation-learning", "mujoco", "mujoco-environments", "python", "reinforcement-learning", "robot-framework", "robot-learning", "robotics", "simulation", "tasks" ]
Apache-2.0
robohive_init.py
robohive_init.py
5,286
import os import shutil from os.path import expanduser import git curr_dir = os.path.dirname(os.path.abspath(__file__)) simhive_path = os.path.join(curr_dir, 'robohive', 'simhive') # from robohive.utils.import_utils import fetch_git def fetch_git(repo_url, commit_hash, clone_directory, clone_path=None): """ ...
258
5,286
142
0.98
2026-04-22T20:44:07.519138
true
github_aquasecurity_trivy_6f71543189fb96acb8c31ddc576f6ad9de0f9d66
Go
aquasecurity
trivy
34,561
268
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
[ "containers", "devsecops", "docker", "go", "golang", "hacktoberfest", "iac", "infrastructure-as-code", "kubernetes", "misconfiguration", "security", "security-tools", "vulnerability", "vulnerability-detection", "vulnerability-scanners" ]
Apache-2.0
pkg/cache/remote.go
remote.go
2,855
package cache import ( "context" "net/http" "github.com/twitchtv/twirp" "golang.org/x/xerrors" "github.com/aquasecurity/trivy/pkg/fanal/types" "github.com/aquasecurity/trivy/pkg/rpc" "github.com/aquasecurity/trivy/pkg/rpc/client" xhttp "github.com/aquasecurity/trivy/pkg/x/http" rpcCache "github.com/aquasecu...
316
2,855
98
0.98
2026-04-17T07:40:07.065403
true
github_eza-community_eza_30d6e4ffe65d2a96ad534d5f7841608cbba8dc21
Rust
eza-community
eza
21,264
433
A modern alternative to ls
[ "color", "command-line", "files", "hacktoberfest", "icons", "ls", "nerd-fonts", "rust", "terminal", "tools" ]
EUPL-1.2
src/info/filetype.rs
filetype.rs
19,274
// SPDX-FileCopyrightText: 2024 Christina Sørensen // SPDX-License-Identifier: EUPL-1.2 // // SPDX-FileCopyrightText: 2023-2024 Christina Sørensen, eza contributors // SPDX-FileCopyrightText: 2014 Benjamin Sago // SPDX-License-Identifier: MIT //! Tests for various types of file (video, image, compressed, etc). //! //! ...
1,872
19,264
443
0.98
2026-04-17T13:40:39.200218
true
github_botaoye_OSTrack_47869fe801110a418d5662e70235cb5e57f72c75
Python
botaoye
OSTrack
624
86
[ECCV 2022] Joint Feature Learning and Relation Modeling for Tracking: A One-Stream Framework
[ "tracking", "transformer" ]
MIT
lib/vis/plotting.py
plotting.py
5,226
import matplotlib.pyplot as plt import numpy as np import torch import cv2 def draw_figure(fig): fig.canvas.draw() fig.canvas.flush_events() plt.pause(0.001) def show_tensor(a: torch.Tensor, fig_num = None, title = None, range=(None, None), ax=None): """Display a 2D tensor. args: fig_num...
592
5,226
156
0.98
2026-04-22T21:46:38.538159
true
github_open-wa_wa-automate-nodejs_2776b8345d9f05eacb40417aaa55dbc1fed56993
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/cli/index.ts
index.ts
9,939
import { create, ev, log, now, processSend, processSendData } from '../index' import terminalLink from 'terminal-link'; import isUrl from 'is-url-superb'; import tcpPortUsed from 'tcp-port-used'; import { default as axios } from 'axios' import { cli } from './setup'; import { collections, generateCollections } from './...
780
9,935
214
0.98
2026-04-17T18:04:02.181537
true
github_go-gitea_gitea_bdf35428bc62a4e1279b27ad88b881f3c7a66b00
TypeScript
go-gitea
gitea
54,955
6,587
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
[ "bitbucket", "cicd", "devops", "docker-registry-v2", "git", "git-gui", "git-lfs", "git-server", "gitea", "github", "github-actions", "gitlab", "go", "golang", "hacktoberfest", "maven-server", "npm-registry", "self-hosted", "typescript", "vue" ]
MIT
types.d.ts
types.d.ts
2,525
declare module 'eslint-plugin-no-use-extend-native' { import type {Eslint} from 'eslint'; const plugin: Eslint.Plugin; export = plugin; } declare module 'eslint-plugin-array-func' { import type {Eslint} from 'eslint'; const plugin: Eslint.Plugin; export = plugin; } declare module 'eslint-plugin-github' { ...
287
2,525
104
0.98
2026-04-17T07:19:33.173235
true
github_farion1231_cc-switch_56261014683efa66147fdc6b5240c40e8e1bb2b8
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/iconInference.ts
iconInference.ts
2,429
/** * 根据供应商名称智能推断图标配置 */ const iconMappings = { // AI 服务商 claude: { icon: "claude", iconColor: "#D4915D" }, anthropic: { icon: "anthropic", iconColor: "#D4915D" }, deepseek: { icon: "deepseek", iconColor: "#1E88E5" }, zhipu: { icon: "zhipu", iconColor: "#0F62FE" }, glm: { icon: "zhipu", iconColor: "#0F62...
294
2,279
78
0.98
2026-04-17T13:18:45.908734
true
github_nextapps-de_flexsearch_174de034d5e798a2030ddfe2a35f1f03b4dbdfc5
JavaScript
nextapps-de
flexsearch
13,675
523
Next-generation full-text search library for Browser and Node.js
[ "elasticsearch", "full-text-search", "fulltext-search", "fuzzy", "fuzzy-search", "javascript", "javascript-library", "nodejs", "open-source", "search", "search-algorithm", "search-engine", "search-in-text", "searching", "searching-algorithms", "web", "web-worker" ]
Apache-2.0
src/charset/cjk.js
cjk.js
304
import { EncoderOptions } from "../type.js"; // https://en.wikipedia.org/wiki/CJK_characters /** @type EncoderOptions */ const options = { split: "" //normalize: true // normalize: function(str){ // return str.toLowerCase(); // }, //dedupe: false }; export default options;
34
304
15
0.98
2026-04-23T06:57:07.325440
true
github_googleforgames_open-match_653e8af53fae0a09ce5fb6888442eaba23cf744b
Go
googleforgames
open-match
3,390
355
Flexible, extensible, and scalable video game matchmaking.
[ "game-development", "go", "golang", "kubernetes", "matchmaking", "multiplayer" ]
Apache-2.0
cmd/scale-mmf/main.go
main.go
703
// Copyright 2019 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 w...
107
703
24
0.98
2026-04-17T22:34:58.199661
true
github_iib0011_omni-tools_692a78ecb8a7ad19362a79dee43e37bd6fea299f
TypeScript
iib0011
omni-tools
9,163
608
Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!
[ "alternative", "converter", "data-manipulation", "developer-tools", "devtools", "frontend", "good-first-issue", "image-manipulation", "image-processing", "javascript", "pdf-manipulation", "productivity", "react", "self-hosted", "swissarmyknife", "tools", "typescript", "video-manipu...
MIT
src/utils/color.ts
color.ts
959
export function areColorsSimilar( color1: [number, number, number], color2: [number, number, number], similarity: number ): boolean { const colorDistance = ( c1: [number, number, number], c2: [number, number, number] ) => { return Math.sqrt( Math.pow(c1[0] - c2[0], 2) + Math.pow(c1[1...
124
959
35
0.98
2026-04-23T08:45:10.799733
true
github_hijkzzz_pymarl2_038022aec05aa416a5d624382a96b008a9e8a54a
Python
hijkzzz
pymarl2
708
135
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
[ "marl", "reinforcement-learning", "smac", "sota", "starcraft" ]
Apache-2.0
src/learners/dmaq_qatten_learner.py
dmaq_qatten_learner.py
9,163
# From https://github.com/wjh720/QPLEX/, added here for convenience. import copy from components.episode_buffer import EpisodeBatch from modules.mixers.dmaq_general import DMAQer import torch.nn.functional as F import torch as th from torch.optim import Adam import numpy as np from utils.rl_utils import build_td_lambda...
673
9,163
201
0.98
2026-04-22T20:37:48.702144
true
github_ouch-org_ouch_c1a98ba2606a9e88c569ef9713def3319858422f
Rust
ouch-org
ouch
3,491
123
Painless compression and decompression in the terminal
[ "cli", "compression", "decompression", "hacktoberfest", "rust" ]
NOASSERTION
src/utils/threads.rs
threads.rs
519
use std::sync::OnceLock; static USER_DEFINED_THREAD_COUNT: OnceLock<usize> = OnceLock::new(); pub fn logical_thread_count() -> usize { USER_DEFINED_THREAD_COUNT.get().copied().unwrap_or(num_cpus::get()) } pub fn physical_thread_count() -> usize { USER_DEFINED_THREAD_COUNT .get() .copied() ...
37
519
21
0.98
2026-04-17T19:16:26.238481
true
github_ClementTsang_bottom_c1d7ea70dc03cb6613891deb8f1a0e6c4efcafc0
Rust
ClementTsang
bottom
13,200
332
Yet another cross-platform graphical process/system monitor.
[ "bottom", "btm", "cli", "cross-platform", "monitoring", "rust", "terminal", "top", "tui" ]
MIT
src/widgets/network_graph.rs
network_graph.rs
552
use std::time::Instant; pub struct NetWidgetState { pub current_display_time: u64, pub autohide_timer: Option<Instant>, pub height_cache: Option<NetWidgetHeightCache>, } pub struct NetWidgetHeightCache { pub best_point: (Instant, f64), pub right_edge: Instant, pub period: u64, } impl NetWidge...
52
552
24
0.98
2026-04-17T14:15:56.888175
true
github_51bitquant_ai-hedge-fund-crypto_f4d64a7ffd4bee3467656520971d0aed087e6b68
Python
51bitquant
ai-hedge-fund-crypto
571
149
AI-Hedge-Fund for Crypto 🚀 AI-powered hedge fund for cryptocurrency trading, leveraging LLM agents for intelligent decision-making.
[ "ai-agent", "ai-trading", "ai-trading-agent", "algorithmic-trading", "backtesting", "crypto-trading", "hedge-fund", "langchain", "langchain-python", "llm", "llm-agent", "multi-timeframe-analysis", "openai", "portfolio-management", "quantitative-finance", "strategy-ensembling", "techn...
MIT
src/strategies/macd_strategy.py
macd_strategy.py
4,954
from typing import Dict, Any import json import pandas as pd from langchain_core.messages import HumanMessage from src.graph import AgentState, BaseNode, show_agent_reasoning from indicators import (calculate_trend_signals, calculate_mean_reversion_signals, calculate_mome...
287
4,954
121
0.98
2026-04-23T00:53:38.858111
true
github_jeya-maria-jose_Medical-Transformer_2017ce5f18a0078da879eb2d788faa9b2bfd43df
Python
jeya-maria-jose
Medical-Transformer
859
176
Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image Segmentation" - MICCAI 2021
[ "attention", "deep-learning", "medical-image-analysis", "medical-imaging", "pytorch", "segmentation", "transformer", "transformers" ]
MIT
lib/models/resnet.py
resnet.py
11,433
import torch import torch.nn as nn __all__ = ['ResNet', 'resnet26', 'resnet18', 'resnet34', 'resnet50', 'resnet101', 'resnet152',] model_urls = { 'resnet18': 'https://download.pytorch.org/models/resnet18-5c106cde.pth', 'resnet34': 'https://download.pytorch.org/models/resnet34-333f7ec4.pth', '...
981
11,433
288
0.98
2026-04-22T21:20:36.664181
true
github_nodejs_node_76a87ab74b74e6caeb6143f21352562efd05d9ff
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/stream_base_commons.js
stream_base_commons.js
7,070
'use strict'; const { Array, Symbol, } = primordials; const { Buffer } = require('buffer'); const { FastBuffer } = require('internal/buffer'); const { WriteWrap, kReadBytesOrError, kArrayBufferOffset, kBytesWritten, kLastWriteWasAsync, streamBaseState, } = internalBinding('stream_wrap'); const { UV_EO...
774
7,070
281
0.98
2026-04-23T06:16:02.710185
true
github_vectordotdev_vector_6408166f1ff87cc820d9322be9f99ac2451ae7b9
Rust
vectordotdev
vector
21,666
2,093
A high-performance observability data pipeline.
[ "agent", "cloud-native", "data-transformation", "datadog", "etl", "events", "forwarder", "hacktoberfest", "high-performance", "logs", "metrics", "monitoring", "observability", "pipelines", "rust-lang", "stream-processing", "telemetry", "traces" ]
MPL-2.0
lib/prometheus-parser/build.rs
build.rs
681
fn main() { println!("cargo:rerun-if-changed=proto/prometheus-remote.proto"); println!("cargo:rerun-if-changed=proto/prometheus-types.proto"); let mut prost_build = prost_build::Config::new(); prost_build.btree_map(["."]); // It would be nice to just add these derives to all the types, but // pr...
57
681
17
0.98
2026-04-17T13:38:42.797735
true
github_bnb-chain_bsc_ae1ac6413910ee0216e561ee9ed5651f5f2e7fa7
Go
bnb-chain
bsc
3,240
1,785
A BNB Smart Chain client based on the go-ethereum fork
[ "blockchain", "bnb", "ethereum" ]
LGPL-3.0
cmd/abidump/main.go
main.go
1,945
// Copyright 2020 The go-ethereum Authors // This file is part of go-ethereum. // // go-ethereum is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any la...
247
1,945
75
0.98
2026-04-17T16:49:36.793578
true
github_plandex-ai_plandex_2977367a0d546f0f014131731253e7ee40f56a7c
Go
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/shared/ai_models_custom.go
ai_models_custom.go
9,041
package shared import ( "crypto/sha256" "encoding/hex" "encoding/json" "fmt" "strings" "time" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" ) type SchemaUrl string const ( SchemaUrlInputConfig SchemaUrl = "https://plandex.ai/schemas/models-input.schema.json" SchemaUrlPlanConfig...
824
9,035
306
0.98
2026-04-17T10:34:44.587822
true
github_nodejs_node_4922d448cfec502bf8566584637ead7135a023b4
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/v8_prof_polyfill.js
v8_prof_polyfill.js
6,256
// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
797
6,256
195
0.98
2026-04-23T06:16:05.334797
true
github_yuanchenyang_smalldiffusion_ff9d20f8d96ccd95628680ae2e872c6101b4b06f
Python
yuanchenyang
smalldiffusion
736
56
Simple and readable code for training and sampling from diffusion models
[ "diffusion", "diffusion-model", "diffusion-models" ]
MIT
src/smalldiffusion/model.py
model.py
10,239
import math import torch import torch.nn.functional as F from torch import nn from einops import rearrange, repeat from itertools import pairwise ## Basic functions used by all models class ModelMixin: def rand_input(self, batchsize): assert hasattr(self, 'input_dims'), 'Model must have "input_dims" attr...
1,029
10,239
241
0.98
2026-04-22T22:40:29.939046
true
github_ChatGPTNextWeb_NextChat_ecb327936fd4757030fa149423966f9d329c1dfb
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/typing.ts
typing.ts
577
export type Updater<T> = (updater: (value: T) => void) => void; export const ROLES = ["system", "user", "assistant"] as const; export type MessageRole = (typeof ROLES)[number]; export interface RequestMessage { role: MessageRole; content: string; } export type DalleSize = "1024x1024" | "1792x1024" | "1024x1792";...
80
577
25
0.98
2026-04-23T08:58:28.866596
true
github_sharkdp_hyperfine_34e5325cb36907bcca90c845552965d9daf40c7a
Rust
sharkdp
hyperfine
27,883
473
A command-line benchmarking tool
[ "benchmark", "cli", "command-line", "rust", "terminal", "tool" ]
Apache-2.0
src/timer/unix_timer.rs
unix_timer.rs
2,848
#![cfg(not(windows))] use std::convert::TryFrom; use std::mem; use crate::timer::CPUTimes; use crate::util::units::Second; #[derive(Debug, Copy, Clone)] pub struct CPUInterval { /// Total amount of time spent executing in user mode pub user: Second, /// Total amount of time spent executing in kernel mod...
285
2,848
107
0.98
2026-04-17T13:30:10.965850
true
github_rustdesk_rustdesk_a4f39f1e477294823afe27eda84635c6be659bfe
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/lt.rs
lt.rs
39,351
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Būsena"), ("Your Desktop", "Jūsų darbalaukis"), ("desk_tip", "Jūsų darbalaukis pasiekiamas naudojant šį ID ir slaptažodį"), ("Password", "Slaptažodis"), ("Ready...
3,469
38,632
748
0.98
2026-04-17T13:14:35.505464
true
github_Kenshin_simpread_bcf7ceb93a3f25231ba0c5e04a8f4113fca10287
JavaScript
Kenshin
simpread
8,614
557
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
[ "chrome", "chrome-extension", "crx", "firefox", "firefox-addon", "firefox-extension", "react", "readability", "reader", "reading-list" ]
GPL-3.0
src/service/config.js
config.js
22,424
console.log( "=== simpread config load ===" ) import * as ss from 'stylesheet'; const keyboard = { "控制栏 - 导出" : { md: { "kbd" : "md", "type" : "markdown", "desc" : "导出为 Markdown", }, om: { "kbd" : "om", "type" : "offlinemarkdown...
2,062
21,280
801
0.98
2026-04-23T05:51:56.758814
true
github_rusiaaman_wcgw_c3887ae80707a962b47872496934a9eb91064f9f
Python
rusiaaman
wcgw
659
61
Shell and coding agent on mcp clients
[ "agent", "ai-agent", "ai-coding", "anthropic", "chatgpt", "claude", "claude-desktop", "custom-gpt", "llm", "llm-agent", "llm-code", "mcp", "mcp-server", "openai", "shell", "terminal" ]
Apache-2.0
src/wcgw/types_.py
types_.py
13,800
import os import re from typing import Any, List, Literal, Optional, Protocol, Sequence, Union from pydantic import BaseModel as PydanticBaseModel from pydantic import Field, PrivateAttr, model_serializer, model_validator _PIPE_TAIL_RE = re.compile(r"\|\s*tail(?:\s+(?:-n\s*|-)?(\d+))?\s*$") def strip_tail_pipe(com...
1,288
13,800
386
0.98
2026-04-23T01:16:59.447219
true
github_trackmania-rl_tmrl_68191200ce5b2b59440299536d411bc6056f5d26
Python
trackmania-rl
tmrl
700
89
Reinforcement Learning for real-time applications
[ "pytorch", "reinforcement-learning", "self-driving-car", "soft-actor-critic", "trackmania" ]
MIT
setup.py
setup.py
6,355
import os import platform import sys from setuptools import find_packages, setup from pathlib import Path from shutil import copy2 from zipfile import ZipFile import urllib.request import urllib.error import socket TMRL_VERSION = '0.7.1' if sys.version_info < (3, 7): sys.exit('Sorry, Python < 3.7 is not support...
510
6,355
170
0.98
2026-04-22T20:38:45.115441
true
github_tangly1024_NotionNext_1906db6837426908b107ec06ec3914af10174aac
TypeScript
tangly1024
NotionNext
11,344
14,587
使用 NextJS + Notion API 实现的,支持多种部署方案的静态博客,无需服务器、零门槛搭建网站,为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to set up a website. Designed for Notion and all creators.)
[ "blog", "nextjs", "notion", "react", "tailwindcss", "vercel", "zeabur" ]
MIT
middleware.ts
middleware.ts
2,950
import { clerkMiddleware, createRouteMatcher } from '@clerk/nextjs/server' import { NextRequest, NextResponse } from 'next/server' import { checkStrIsNotionId, getLastPartOfUrl } from '@/lib/utils' import { idToUuid } from 'notion-utils' import BLOG from './blog.config' /** * Clerk 身份验证中间件 */ export const config = {...
256
2,682
95
0.98
2026-04-23T05:41:08.374469
true
github_nodejs_undici_ccca951195aa6b37b8965943ef20e19ee9654302
JavaScript
nodejs
undici
7,525
756
An HTTP/1.1 client, written from scratch for Node.js
[ "client", "http", "nodejs" ]
MIT
lib/mock/pending-interceptors-formatter.js
pending-interceptors-formatter.js
1,186
'use strict' const { Transform } = require('node:stream') const { Console } = require('node:console') const PERSISTENT = process.versions.icu ? '✅' : 'Y ' const NOT_PERSISTENT = process.versions.icu ? '❌' : 'N ' /** * Gets the output of `console.table(…)` as a string. */ module.exports = class PendingInterceptorsF...
135
1,180
44
0.98
2026-04-23T07:15:06.550674
true
github_PrismarineJS_mineflayer_cecae6968c9737b2ef15c48719d1286d408e8adc
JavaScript
PrismarineJS
mineflayer
6,928
1,258
Create Minecraft bots with a powerful, stable, and high level JavaScript API.
[ "bot", "minecraft", "minecraft-api", "minecraft-bot", "network", "nodejs" ]
MIT
lib/plugins/physics.js
physics.js
17,243
const { Vec3 } = require('vec3') const assert = require('assert') const math = require('../math') const conv = require('../conversions') const { performance } = require('perf_hooks') const { createDoneTask, createTask } = require('../promise_utils') const { Physics, PlayerState } = require('prismarine-physics') modul...
1,977
17,243
492
0.98
2026-04-23T07:17:04.284091
true
github_valeriansaliou_sonic_08d56196f2d20e6cb82f28427c433d18e297fb4d
Rust
valeriansaliou
sonic
21,184
613
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
[ "backend", "database", "graph", "index", "infrastructure", "rust", "search", "search-engine", "search-server", "server" ]
MPL-2.0
src/stopwords/ara.rs
ara.rs
7,920
// Sonic // // Fast, lightweight and schema-less search backend // Copyright: 2019, Valerian Saliou <[REDACTED_EMAIL]> // License: Mozilla Public License v2.0 (MPL v2.0) pub static STOPWORDS_ARA: &[&str] = &[ "،", "آض", "آمينَ", "آه", "آهاً", "آي", "أ", "أب", "أجل", "أجمع", ...
511
5,993
489
0.98
2026-04-17T13:41:24.615645
true
github_wasmerio_wasmer_417dfa229d330b647aa619964f2fee2f55243fce
Rust
wasmerio
wasmer
20,613
954
🚀 Fast, secure, lightweight containers based on WebAssembly
[ "emscripten", "linux", "macos", "rust", "wasi", "wasix", "wasm", "wasmer", "webassembly", "windows" ]
MIT
build.rs
build.rs
4,699
//! The logic that gets executed before building the binary and tests. //! We use it to auto-generate the Wasm spectests for each of the //! available compilers. //! //! Please try to keep this file as clean as possible. use std::env; use std::fs; use std::path::PathBuf; use std::process::Command; use test_generator::...
312
4,699
123
0.98
2026-04-17T13:43:01.201403
true
github_codeceptjs_CodeceptJS_bd73127f607eb10101b83fc88f648de9777bb738
JavaScript
codeceptjs
CodeceptJS
4,221
752
Supercharged End 2 End Testing Framework for NodeJS
[ "acceptance-testing", "bdd", "bdd-framework", "codeceptjs", "e2e-tests", "end-to-end-testing", "graphql-testing", "hacktoberfest", "javascript", "nodejs", "pageobject", "playwright", "selenium", "selenium-webdriver", "testing", "webdriver", "webdriverio" ]
MIT
lib/mocha/scenarioConfig.js
scenarioConfig.js
3,048
const { isAsyncFunction } = require('../utils') /** @class */ class ScenarioConfig { /** * @param {CodeceptJS.Test} test */ constructor(test) { this.test = test } /** * Declares that test throws error. * Can pass an Error object or regex matching expected message. * * @param {*} err *...
384
3,048
139
0.98
2026-04-23T07:39:20.618546
true
github_rustdesk_rustdesk_5f9d5505b4e40a01a0d36295586d780b7ddc4ba8
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/sq.rs
sq.rs
35,884
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Statusi"), ("Your Desktop", "Desktopi juaj"), ("desk_tip", "Desktopi juaj mund të aksesohet me këtë ID dhe fjalëkalim."), ("Password", "fjalëkalimi"), ("Ready",...
3,477
35,381
748
0.98
2026-04-17T13:14:41.680368
true
github_starship_starship_1e23d66d558579d0293780487646b4d0603e4a30
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/git_metrics.rs
git_metrics.rs
788
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct GitMetricsConfig<'a> { pub added_style: &'a str, pub deleted_style: &'a str, pub only_...
71
788
31
0.98
2026-04-17T13:17:41.386611
true