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_wppconnect-team_wppconnect_2972f7cb430cce0f270e1c8da6a398936b99c197
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/token-store/index.ts
index.ts
879
/* * 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...
141
879
22
0.98
2026-04-17T18:05:05.571981
true
github_duxianwei520_react_945f377fbf4dd40463540dc560cee85df3b92cfa
JavaScript
duxianwei520
react
5,311
1,825
React+webpack+redux+ant design+axios+less全家桶后台管理框架
[ "ant-design-pro", "antd", "babel", "es6", "es7", "react", "redux", "webpack" ]
MIT
app/mocks/interfaceFilter.js
interfaceFilter.js
458
const suffix = '.json' const prefix = '/kjdsj' export default { [`${prefix}/dataManage/buildingAddress/fetchHouseCheckList${suffix}`]: function (mockData, request) { let jd = 120.000000000001 let wd = 36.26404109130858 mockData.data.list = mockData.data.list.map((one) => { jd += 0.001 wd += 0...
51
458
16
0.98
2026-04-23T06:10:53.232267
true
github_hashicorp_consul_d1dd4bbd17441fc893bb37a7fce723810d9e6451
Go
hashicorp
consul
29,853
4,582
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
[ "api-gateway", "consul", "ecs", "kubernetes", "service-discovery", "service-mesh", "vault" ]
NOASSERTION
api/operator_utilization.go
operator_utilization.go
1,422
// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0 package api import ( "io" "strconv" ) type Census struct { client *Client } // UtilizationBundleRequest configures generation of a census utilization bundle. type UtilizationBundleRequest struct { Message string TodayOnly bool SendReport...
187
1,422
65
0.98
2026-04-17T08:20:29.705430
true
github_starship_starship_e93addc913a69fd86c869f2ba73690d0adf77c23
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/jobs.rs
jobs.rs
749
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct JobsConfig<'a> { pub threshold: i64, pub symbol_threshold: i64, pub number_threshold: ...
74
747
33
0.98
2026-04-17T13:17:47.077262
true
github_jvalen_pixel-art-react_5b93f87c57a64da3905249d0b2d866edd7bda94a
JavaScript
jvalen
pixel-art-react
5,882
332
Pixel art animation and drawing web app powered by React
[ "animation", "css", "draw", "javascript", "pixel-art", "react", "redux" ]
MIT
src/utils/ImageToCanvas.js
ImageToCanvas.js
780
const drawFileImageToCanvas = (file, canvas, imageLoadedCallback) => { if (file && file.type.match('image.*')) { const reader = new FileReader(); const context = canvas.getContext('2d'); const img = new Image(); img.crossOrigin = 'anonymous'; img.style.display = 'none'; img.onload = function()...
80
780
26
0.98
2026-04-23T06:05:38.992501
true
github_CodisLabs_codis_c2e806ffa353361eabf4f0ff955d8312f847034c
Go
CodisLabs
codis
13,232
2,664
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
[ "go", "golang", "nosql", "redis", "redis-cluster" ]
MIT
pkg/proxy/proxy.go
proxy.go
13,361
// Copyright 2016 CodisLabs. All Rights Reserved. // Licensed under the MIT (MIT-LICENSE.txt) license. package proxy import ( "fmt" "net" "net/http" "os" "os/exec" "path/filepath" "runtime" "strconv" "strings" "sync" "time" "github.com/CodisLabs/codis/pkg/models" "github.com/CodisLabs/codis/pkg/utils" ...
1,515
13,361
629
0.98
2026-04-17T11:25:30.237672
true
github_web3_web3.js_04e695a8e3ab2c42d906331f74fb5c888cede1bf
JavaScript
web3
web3.js
19,946
5,077
Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
[ "abi-decoders", "abi-encoders", "api", "ethereum", "javascript", "typescript", "web3", "web3js" ]
NOASSERTION
jest.config.js
jest.config.js
1,168
/* This file is part of web3.js. web3.js 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. web3.js is distributed in the hope that it ...
162
1,168
38
0.98
2026-04-17T17:54:18.753171
true
github_bigint_hey_2bdbac3d1e70ecd56e5cc661d7d79f170d0d46a9
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/truncateByWords.ts
truncateByWords.ts
222
const truncateByWords = (str: string, count: number): string => { const words = str.trim().split(/\s+/); return words.length > count ? `${words.slice(0, count).join(" ")}…` : str; }; export default truncateByWords;
28
220
7
0.98
2026-04-18T01:23:16.251207
true
github_usememos_memos_09e4278e779e6277c8b8da4030704cc270a8e4d5
Go
usememos
memos
58,942
4,277
Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.
[ "docker", "foss", "go", "markdown", "memo", "microblog", "note-taking", "notecard", "own-your-data", "react", "self-hosted", "social-network", "sqlite" ]
MIT
internal/cron/option.go
option.go
1,081
package cron import ( "time" ) // Option represents a modification to the default behavior of a Cron. type Option func(*Cron) // WithLocation overrides the timezone of the cron instance. func WithLocation(loc *time.Location) Option { return func(c *Cron) { c.location = loc } } // WithSeconds overrides the pars...
169
1,081
46
0.98
2026-04-17T07:16:32.583418
true
github_mit-han-lab_lite-transformer_a157feeb68afba6d6583916f2ca493f1aee60a91
Python
mit-han-lab
lite-transformer
610
83
[ICLR 2020] Lite Transformer with Long-Short Range Attention
[ "nlp", "pytorch", "transformer" ]
NOASSERTION
preprocess.py
preprocess.py
10,325
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. """ Data pre-processing: build vocabularies and binarize training data. """ from collections import Counter from iterto...
775
10,325
270
0.98
2026-04-22T21:47:26.670291
true
github_restic_restic_9ff1cfae8c3c02415b3e866a15ec5ba0efd538be
Go
restic
restic
33,144
1,742
Fast, secure, efficient backup program
[ "backup", "dedupe", "deduplication", "go", "restic", "secure-by-default" ]
BSD-2-Clause
cmd/restic/cmd_generate_integration_test.go
cmd_generate_integration_test.go
1,360
package main import ( "context" "strings" "testing" "github.com/restic/restic/internal/global" rtest "github.com/restic/restic/internal/test" ) func testRunGenerate(t testing.TB, gopts global.Options, opts generateOptions) ([]byte, error) { buf, err := withCaptureStdout(t, gopts, func(ctx context.Context, gopt...
136
1,360
43
0.98
2026-04-17T08:10:20.370967
true
github_jbexta_AgentPilot_80d60ecc0bf269e6d2c1a3f2f12ff73321102ca4
Python
jbexta
AgentPilot
549
77
A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows.
[ "agent", "agi", "ai", "artificial-intelligence", "claude", "copilot", "copilot-chat", "desktop-assistant", "gemini", "gui", "openai", "python", "realtime-api", "structured-output", "tool-calling", "windows-copilot", "workflow-automation", "workflow-engine" ]
AGPL-3.0
src/members/block.py
block.py
17,953
import ast import json from textwrap import dedent import astor from src.gui.config import ConfigFields, ConfigPlugin, ConfigJoined from src.members.base import Member, LlmMember class Block(Member): def __init__(self, **kwargs): super().__init__(**kwargs) self.receivable_function = self.receive...
1,151
17,953
519
0.98
2026-04-23T01:20:21.805862
true
github_nodejs_node_7c0edfc8f7f94f8553fbf0a27f6c8078f2ee93ee
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/assert.js
assert.js
26,559
// Originally from narwhal.js (http://narwhaljs.org) // Copyright (c) 2009 Thomas Robinson <280north.com> // // 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 ...
3,044
26,559
905
0.98
2026-04-23T06:15:36.658867
true
github_code-kern-ai_refinery_544ba5e3fddac9ee42195826a1251dafbd70f3f3
Python
code-kern-ai
refinery
1,470
73
The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact.
[ "active-learning", "annotations", "artificial-intelligence", "data-centric-ai", "data-labeling", "data-science", "deep-learning", "human-in-the-loop", "labeling", "labeling-tool", "machine-learning", "natural-language-processing", "neural-search", "nlp", "python", "spacy", "supervise...
Apache-2.0
setup.py
setup.py
1,229
#!/usr/bin/env python # -*- coding: utf-8 -*- import os from setuptools import setup, find_packages this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, "README.md"), encoding="utf8") as file: long_description = file.read() setup( name="kern-refinery", versio...
87
1,229
47
0.98
2026-04-22T19:55:24.049981
true
github_hajimehoshi_ebiten_0a347d4bf20818b2e7933bd64fb5ffb82e1975a2
Go
hajimehoshi
ebiten
13,102
761
A dead simple 2D game engine for Go
[ "ebiten", "ebitengine", "game", "game-2d", "game-development", "game-engine", "game-engine-2d", "game-library", "gamedev", "go", "golang", "golang-library" ]
Apache-2.0
internal/gamepad/gamepad_iokit_darwin.go
gamepad_iokit_darwin.go
12,670
// Copyright 2022 The Ebiten 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...
1,223
12,670
440
0.98
2026-04-17T11:28:26.841328
true
github_grafana_loki_65341f848689b61f87e4e12af47b8bde7cc1e659
Go
grafana
loki
28,006
3,976
Like Prometheus, but for logs.
[ "cloudnative", "grafana", "hacktoberfest", "logging", "loki", "prometheus" ]
AGPL-3.0
pkg/columnar/mask.go
mask.go
753
package columnar import ( "fmt" "github.com/grafana/loki/v3/pkg/memory" ) type invalidMaskError struct { maskLength int inputLength int } func (e *invalidMaskError) Error() string { return fmt.Sprintf("mask length %d does not match input length %d", e.maskLength, e.inputLength) } // AllSelected returns true ...
110
753
31
0.98
2026-04-17T08:28:31.495873
true
github_huggingface_pytorch-image-models_acd1c1892fd99bcdda1d548dbaebec5dd8c8db5b
Python
huggingface
pytorch-image-models
36,683
5,146
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
[ "augmix", "convnext", "distributed-training", "efficientnet", "image-classification", "imagenet", "maxvit", "mixnet", "mobile-deep-learning", "mobilenet-v2", "mobilenetv3", "nfnets", "normalization-free-training", "optimizer", "pretrained-models", "pretrained-weights", "pytorch", "...
Apache-2.0
onnx_validate.py
onnx_validate.py
4,544
""" ONNX-runtime validation script This script was created to verify accuracy and performance of exported ONNX models running with the onnxruntime. It utilizes the PyTorch dataloader/processing pipeline for a fair comparison against the originals. Copyright 2020 Ross Wightman """ import argparse import numpy as np im...
357
4,544
111
0.98
2026-04-22T22:43:00.681693
true
github_hashicorp_terraform-provider-aws_572cedadc4b675cad9c54e14840121224490a34a
Go
hashicorp
terraform-provider-aws
10,842
10,081
The AWS Provider enables Terraform to manage AWS resources.
[ "aws", "terraform", "terraform-provider" ]
MPL-2.0
internal/backoff/backoff.go
backoff.go
6,077
// Copyright IBM Corp. 2014, 2026 // SPDX-License-Identifier: MPL-2.0 package backoff import ( "context" "time" inttypes "github.com/hashicorp/terraform-provider-aws/internal/types" ) // Inspired by https://github.com/ServiceWeaver/weaver and https://github.com/avast/retry-go. // Timer represents the timer used...
807
6,077
246
0.98
2026-04-17T12:30:01.295277
true
github_njbrake_agent-of-empires_74e6d091d02ebdfb6fae268e4d60f3d6083e1269
Rust
njbrake
agent-of-empires
1,618
123
Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile. Also supports Mistral Vibe, Codex CLI, Gemini CLI, Pi.dev, Copilot CLI, Factory Droid Coding. Uses tmux and git worktrees.
[ "ai-coding", "claude", "claude-code", "cli", "codex", "cursor", "factory-droid-cli", "gemini", "gemini-cli", "github-copilot-cli", "llm", "mistral-vibe", "opencode", "orchestrator", "pi", "rust", "terminal", "tmux", "vibe", "vibe-coding" ]
MIT
src/session/environment.rs
environment.rs
35,156
//! Environment variable helpers for session instances. //! //! Pure functions for building environment variable arguments used when //! launching tools inside Docker containers. use super::config::SandboxConfig; use super::instance::SandboxInfo; use crate::containers::container_interface::EnvEntry; /// Keys whose va...
2,998
35,156
955
0.98
2026-04-17T19:28:22.560262
true
github_vanna-ai_vanna_4ae6c293acc70736644447d8ab6b470403c4537c
Python
vanna-ai
vanna
23,305
2,345
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using Agentic Retrieval 🔄.
[ "agent", "ai", "data-visualization", "database", "llm", "rag", "sql", "text-to-sql" ]
MIT
src/vanna/__init__.py
__init__.py
3,683
""" Vanna Agents - A modular framework for building LLM agents. This package provides a flexible framework for creating conversational AI agents with tool execution, conversation management, and user scoping. """ # Version information __version__ = "0.1.0" # Import core framework components from .core import ( #...
241
3,683
173
0.98
2026-04-22T14:59:23.038717
true
github_danny-avila_rag_api_32ba2a76191369425d9a95a222d40256a8dbbcda
Python
danny-avila
rag_api
793
351
ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
[ "api", "api-rest", "embeddings", "fastapi", "langchain", "pgvector", "postgresql", "psql", "python", "rag", "vector", "vector-database" ]
MIT
app/services/database.py
database.py
3,365
# app/services/database.py import asyncpg from app.config import DSN, logger class PSQLDatabase: pool = None @classmethod async def get_pool(cls): if cls.pool is None: cls.pool = await asyncpg.create_pool(dsn=DSN) return cls.pool @classmethod async def close_pool(cls)...
335
3,359
100
0.98
2026-04-23T00:47:19.825692
true
github_SagerNet_sing-box_242ea8b666b8579be6d0c14f3c8a65761e65a81d
Go
SagerNet
sing-box
32,733
3,852
The universal proxy platform
[]
NOASSERTION
cmd/sing-box/cmd_rule_set.go
cmd_rule_set.go
196
package main import ( "github.com/spf13/cobra" ) var commandRuleSet = &cobra.Command{ Use: "rule-set", Short: "Manage rule-sets", } func init() { mainCommand.AddCommand(commandRuleSet) }
21
196
15
0.98
2026-04-17T08:13:09.281339
true
github_Unitech_pm2_5f2fa294888e6e70c5675e026d88929816da9784
JavaScript
Unitech
pm2
43,090
2,714
Node.js Production Process Manager with a built-in Load Balancer.
[ "command-line", "command-line-tool", "deploy", "load-balancer", "monitoring", "node", "nodejs", "pm2", "process-manager", "production" ]
NOASSERTION
lib/API/Monit.js
Monit.js
5,380
/** * Copyright 2013-2022 the PM2 project authors. All rights reserved. * Use of this source code is governed by a license that * can be found in the LICENSE file. */ // pm2-htop // Library who interacts with PM2 to display processes resources in htop way // by Strzelewicz Alexandre var multimeter = require('pm2-m...
651
5,374
248
0.98
2026-04-23T06:18:59.597513
true
github_nodejs_node_63b037cddfb9860b2d5e9fa20375b674ba5f3768
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/path.js
path.js
52,691
// 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...
6,787
52,691
1,714
0.98
2026-04-23T06:16:10.226427
true
github_directus_directus_520f364aa45b090e7ed841f247f23b5372eb3533
TypeScript
directus
directus
34,882
4,723
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
api/src/app.ts
app.ts
12,845
import type { ServerResponse } from 'http'; import { readFile } from 'node:fs/promises'; import { createRequire } from 'node:module'; import path from 'path'; import { useEnv } from '@directus/env'; import { InvalidPayloadError, ServiceUnavailableError } from '@directus/errors'; import { handlePressure } from '@directu...
1,107
12,845
397
0.98
2026-04-23T07:57:55.568528
true
github_tengbao_vanta_577c3831a5f8ca853271380c6c905df5a07583b0
JavaScript
tengbao
vanta
6,503
1,082
Animated 3D backgrounds for your website
[ "3d", "animation", "animations", "background", "three-js", "threejs" ]
MIT
src/_shaderBase.js
_shaderBase.js
2,587
import VantaBase from './_base.js' export {VANTA} from './_base.js' const win = typeof window == 'object' let THREE = win && window.THREE export default class ShaderBase extends VantaBase { constructor(userOptions) { THREE = userOptions.THREE || THREE THREE.Color.prototype.toVector = function(){ retur...
260
2,587
95
0.98
2026-04-23T13:54:45.673176
true
github_PaddlePaddle_FastDeploy_abbcdae5323703a035760f902fb85587c8375398
Python
PaddlePaddle
FastDeploy
3,675
739
High-performance Inference and Deployment Toolkit for LLMs and VLMs based on PaddlePaddle
[ "ernie", "ernie-45", "ernie-45-vl", "inference", "llm", "llm-serving", "openai", "serving", "vllm" ]
Apache-2.0
setup.py
setup.py
12,217
""" # Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License" # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ap...
880
12,155
342
0.98
2026-04-17T23:28:12.288505
true
github_parse-community_parse-server_8713c955186e13becab78600e6ace02868a217ae
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/Routers/SchemasRouter.js
SchemasRouter.js
4,711
// schemas.js var Parse = require('parse/node').Parse, SchemaController = require('../Controllers/SchemaController'); import PromiseRouter from '../PromiseRouter'; import * as middleware from '../middlewares'; import { createSanitizedError } from '../Error'; function classNameMismatchResponse(bodyClass, pathClass)...
404
4,711
160
0.98
2026-04-23T06:47:31.029640
true
github_oraios_serena_30ef7cc539bfa3906c950b5a754c84b5a249646b
Python
oraios
serena
23,075
1,549
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
[ "agent", "ai", "ai-coding", "claude", "claude-code", "codex", "ide", "jetbrains", "language-server", "mcp-server", "programming", "vibe-coding" ]
MIT
src/serena/agent.py
agent.py
48,995
""" The Serena Model Context Protocol (MCP) Server """ import json import multiprocessing import os import platform import signal import subprocess import sys from collections.abc import Callable, Iterator, Sequence from contextlib import contextmanager from logging import Logger from typing import TYPE_CHECKING, Opti...
4,436
48,995
1,040
0.98
2026-04-17T15:29:45.678281
true
github_kopia_kopia_75473917bdcb313aba7a97f06e7d15dbc73eb0f5
JavaScript
kopia
kopia
13,024
637
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
[ "backup", "cloud", "deduplication", "encryption", "google-cloud-storage" ]
Apache-2.0
app/public/server.js
server.js
7,962
import { ipcMain } from "electron"; const path = await import("path"); const https = await import("https"); import { defaultServerBinary } from "./utils.js"; import { spawn } from "child_process"; import log from "electron-log"; import { configDir, isPortableConfig } from "./config.js"; let servers = {}; function ne...
631
7,962
299
0.98
2026-04-17T11:30:13.465783
true
github_ChromeDevTools_chrome-devtools-mcp_51b0a3f7bc17acafa6870535ff502c73bbf517cb
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/utils/keyboard.ts
keyboard.ts
3,825
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type {KeyInput} from '../third_party/index.js'; // See the KeyInput type for the list of supported keys. const validKeys = new Set([ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'Power', 'Eject'...
415
3,825
306
0.98
2026-04-23T08:42:54.325248
true
github_Ottrlang_otterlang_d78be977975bbb81773d75ea5bc087ff2f04a7a9
Rust
Ottrlang
otterlang
671
21
Otterlang programming language 🦦
[ "compiler", "general-purpose", "language", "llvm", "otter", "otterlang", "programming-language", "pythonic", "rust", "scripting-language" ]
BSD-3-Clause
src/tools/profiler.rs
profiler.rs
4,950
#![expect(clippy::print_stdout, reason = "TODO: Use robust logging")] //! Profiler CLI tool for OtterLang //! //! Provides command-line interface for profiling OtterLang programs use std::path::{Path, PathBuf}; use std::time::Duration; use anyhow::{Context, Result}; use clap::Parser; use colored::Colorize; use otte...
468
4,950
161
0.98
2026-04-17T17:09:30.814090
true
github_Usagi-org_ai-goofish-monitor_e52e55c5f08acf762f5aa3ed06d1ca4ca3a33d0e
Python
Usagi-org
ai-goofish-monitor
10,983
1,566
基于 Playwright 和AI实现的闲鱼多任务实时/定时监控与智能分析系统,配备了功能完善的后台管理UI。帮助用户从闲鱼海量商品中,找到心仪产品。
[ "ai", "ai-assistant", "ai-tools", "automation", "gemini", "goofish", "open-source", "openai", "playwright", "tool", "xian-yu", "xianyu", "xianyu-bot" ]
MIT
src/services/process_service.py
process_service.py
11,695
""" 进程管理服务 负责管理爬虫进程的启动和停止 """ import asyncio import contextlib import os import signal import sys from datetime import datetime from typing import Awaitable, Callable, Dict, TextIO from src.ai_handler import send_ntfy_notification from src.config import STATE_FILE from src.failure_guard import FailureGuard from src.i...
827
11,177
308
0.98
2026-04-17T15:35:42.416732
true
github_pubkey_rxdb_6223d5a94e2a7de8fb39b987743e3edeaf84ba65
TypeScript
pubkey
rxdb
23,156
1,161
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/types/rx-error.d.ts
rx-error.d.ts
6,577
import type { RxJsonSchema } from './rx-schema.d.ts'; import { RxSchema } from '../rx-schema.ts'; import type { RxPlugin } from './rx-plugin.d.ts'; import { ERROR_MESSAGES } from '../plugins/dev-mode/error-messages.ts'; import type { RxReplicationWriteToMasterRow } from './replication-protocol.d.ts'; import type { ...
738
6,577
226
0.98
2026-04-23T08:22:15.264127
true
github_google-map-react_google-map-react_bfaca5ac884982c78fda498f7dd8f95ba45bd856
JavaScript
google-map-react
google-map-react
6,463
856
Google map library for react that allows rendering components as markers :tada:
[ "component", "google", "map", "maps", "react" ]
MIT
src/index.cjs.js
index.cjs.js
369
import GoogleMap from './google_map'; import { convertNeSwToNwSe, convertNwSeToNeSw, fitBounds, meters2ScreenPixels, tile2LatLng, latLng2Tile, getTilesIds, } from './lib'; Object.assign(GoogleMap, { convertNeSwToNwSe, convertNwSeToNeSw, fitBounds, meters2ScreenPixels, tile2LatLng, latLng2Til...
29
369
24
0.98
2026-04-23T06:02:52.291547
true
github_httpcats_http.cat_b68e9855485dc5aed72b8885729192220ee978b2
TypeScript
httpcats
http.cat
3,576
203
:cat: HTTP Cats API
[ "api", "cats", "codes", "http", "httpcats", "httpstatuscats", "status" ]
MIT
next.config.ts
next.config.ts
184
import type { NextConfig } from 'next'; const nextConfig: NextConfig = { output: 'export', reactStrictMode: false, images: { unoptimized: true }, }; export default nextConfig;
25
184
10
0.98
2026-04-17T18:03:45.578724
true
github_spacedriveapp_spacedrive_1a5ab5b4395dbdb4c3c2d40c51a5f1e831829c64
Rust
spacedriveapp
spacedrive
37,794
1,263
Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
[ "cross-platform", "distributed-systems", "encryption", "file-manager", "open-source", "rust", "storage", "typescript" ]
NOASSERTION
core/tests/file_structure_test.rs
file_structure_test.rs
6,305
//! Test to map exact File structure at each indexing phase use sd_core::{ infra::{ db::entities, event::{Event, EventSubscriber}, }, location::{create_location, IndexMode, LocationCreateArgs}, Core, }; use sea_orm::{ActiveModelTrait, ColumnTrait, EntityTrait, QueryFilter}; use std::{sync::Arc, time::Duration}...
535
6,301
241
0.98
2026-04-17T13:20:26.926573
true
github_fluxcd_flux_dbe6fc5245d6d87258e6299d2037057a9d7dd9d9
Go
fluxcd
flux
6,870
1,068
Successor: https://github.com/fluxcd/flux2
[ "gitops", "kubernetes", "legacy" ]
Apache-2.0
pkg/daemon/daemon_test.go
daemon_test.go
23,081
package daemon import ( "bufio" "context" "fmt" "os" "path/filepath" "strings" "sync" "testing" "time" "github.com/go-kit/kit/log" "github.com/stretchr/testify/assert" "github.com/fluxcd/flux/pkg/api/v10" "github.com/fluxcd/flux/pkg/api/v11" "github.com/fluxcd/flux/pkg/api/v6" "github.com/fluxcd/flux...
2,577
23,081
915
0.98
2026-04-17T20:31:01.789365
true
github_codeceptjs_CodeceptJS_63c512bbaccd0a9f812298a74f6f90d85e748f4f
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/effects.js
effects.js
7,500
const recorder = require('./recorder') const { debug } = require('./output') const store = require('./store') const event = require('./event') const within = require('./within') /** * A utility function for CodeceptJS tests that acts as a soft assertion. * Executes a callback within a recorded session, ensuring erro...
967
7,500
224
0.98
2026-04-23T07:39:00.245426
true
github_Schniz_fnm_7c52a6be1ca36b05ba328038610ed450a9766c93
JavaScript
Schniz
fnm
25,118
619
🚀 Fast and simple Node.js version manager, built in Rust
[ "hacktoberfest", "javascript", "nodejs", "nvm", "reasonml", "version" ]
GPL-3.0
jest.global-setup.js
jest.global-setup.js
110
import { server } from "./tests/proxy-server/index.mjs" export default function () { server.listen(8080) }
13
110
6
0.98
2026-04-17T13:32:45.451578
true
github_cheat_cheat_38226157e6531b1cbc0f24b0cc458edc0202ee4b
Go
cheat
cheat
13,269
848
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
[ "bash", "cheat", "cheatsheet", "cheatsheets", "documentation", "help", "interactive-cheatsheets", "man-page" ]
MIT
cmd/cheat/main.go
main.go
7,078
// Package main serves as the executable entrypoint. package main import ( "fmt" "os" "runtime" "github.com/mitchellh/go-homedir" "github.com/spf13/cobra" "github.com/cheat/cheat/internal/cheatpath" "github.com/cheat/cheat/internal/completions" "github.com/cheat/cheat/internal/config" "github.com/cheat/chea...
877
7,078
268
0.98
2026-04-17T11:23:56.290392
true
github_spacejam_sled_246d5b1df0965166172651c85e87ca8677842675
Rust
spacejam
sled
8,971
420
the champagne of beta embedded databases
[ "b-plus-tree", "b-tree", "concurrent", "crash-testing", "database", "embedded-kv", "formal-methods", "fuzzing", "high-performance", "incredibly-spicy", "kv", "lock-free", "log-structured", "orm", "persistence", "rust", "sled", "tree" ]
Apache-2.0
src/db.rs
db.rs
19,586
use std::collections::HashMap; use std::fmt; use std::io; use std::sync::{Arc, Mutex, mpsc}; use std::time::{Duration, Instant}; use crate::*; /// sled 1.0 alpha :) /// /// One of the main differences between this and sled 0.34 is that /// `Db` and `Tree` now have a `LEAF_FANOUT` const generic parameter. /// This par...
1,831
19,586
597
0.98
2026-04-17T14:28:44.362513
true
github_mikefarah_yq_0b154d52453f9d151541b795ab3ac805f37f8e31
Go
mikefarah
yq
15,239
759
yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
[ "bash", "cli", "csv", "devops-tools", "golang", "hcl", "json", "portable", "properties", "splat", "terraform", "toml", "xml", "yaml", "yaml-processor" ]
MIT
pkg/yqlib/lexer_participle_test.go
lexer_participle_test.go
16,550
package yqlib import ( "testing" "github.com/alecthomas/repr" "github.com/mikefarah/yq/v4/test" ) type participleLexerScenario struct { expression string tokens []*token } var participleLexerScenarios = []participleLexerScenario{ { expression: "to_entries[]", tokens: []*token{ { TokenType: oper...
1,357
16,550
806
0.98
2026-04-17T10:35:39.783879
true
github_mswjs_msw_a5a7ae628b6d7b06987fe831c1dee8087d276e4d
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/core/getResponse.test.ts
getResponse.test.ts
2,271
// @vitest-environment node import { http } from './http' import { getResponse } from './getResponse' it('returns undefined given empty headers array', async () => { await expect( getResponse([], new Request('http://localhost/')), ).resolves.toBeUndefined() }) it('returns undefined given no matching handlers'...
221
2,271
75
0.98
2026-04-17T17:54:36.415352
true
github_firefox-devtools_profiler_269fc4fc4698d265968a29775404a522c9e9069c
TypeScript
firefox-devtools
profiler
1,481
465
Firefox Profiler — Web app for Firefox performance analysis
[ "devtools", "firefox", "gecko-profiler", "javascript", "performance", "profiler", "react", "redux" ]
MPL-2.0
src/profile-logic/merge-compare.ts
merge-compare.ts
48,350
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* * This file contains all functions that are needed to achieve profiles * comparison: how to merge profiles, ho...
4,547
48,350
1,411
0.98
2026-04-18T00:29:48.034802
true
github_YiNNx_cmd-wrapped_f4b789da911bfce49409a3af2a9a70f222643755
Rust
YiNNx
cmd-wrapped
1,285
34
👩‍💻 A CLI Tool for Command Line Insights
[ "atuin", "bash", "cli", "commandline", "fish", "rust", "shell", "zsh" ]
MIT
src/history.rs
history.rs
4,357
use std::{ error::Error, fs::File, io::{BufRead, BufReader, Cursor, Read}, process::Command, str::FromStr, }; #[derive(Debug, Clone, strum::Display, strum::EnumString)] pub enum HistoryProvider { #[strum(serialize = "zsh")] Zsh, #[strum(serialize = "bash")] Bash, #[strum(seriali...
320
4,357
133
0.98
2026-04-17T19:31:51.649766
true
github_EricSteinberger_PokerRL_53d4f4da3fd71b6b548343f0883bf8661d61787f
Python
EricSteinberger
PokerRL
514
106
Framework for Multi-Agent Deep Reinforcement Learning in Poker
[ "deep-learning", "framework", "gym-environment", "poker", "ray", "reinforcement-learning", "reinforcement-learning-algorithms", "research" ]
MIT
setup.py
setup.py
1,377
# Copyright (c) 2019 Eric Steinberger import os.path as osp import setuptools with open("README.md", "r") as fh: long_description = fh.read() with open('%s/%s' % (osp.dirname(osp.realpath(__file__)), 'requirements.txt')) as f: requirements = [line.strip() for line in f] with open('%s/%s' % (osp.dirname(os...
117
1,377
44
0.98
2026-04-22T20:52:28.169553
true
github_open-webui_open-webui_4f284f1335a4d15524ee6a74b6ed75bdb2563dfd
JavaScript
open-webui
open-webui
133,328
18,916
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
[ "ai", "llm", "llm-ui", "llm-webui", "llms", "mcp", "ollama", "ollama-webui", "open-webui", "openai", "openapi", "rag", "self-hosted", "ui", "webui" ]
NOASSERTION
src/routes/+layout.js
+layout.js
653
// if you want to generate a static html file // for your page. // Documentation: https://kit.svelte.dev/docs/page-options#prerender // export const prerender = true; // if you want to Generate a SPA // you have to set ssr to false. // This is not the case (so set as true or comment the line) // Documentation: https:/...
101
653
17
0.98
2026-04-22T14:51:25.247674
true
github_rancher_rancher_97265a9b8790a05e463a7117335ea1f4ae91d122
Go
rancher
rancher
25,503
3,179
Complete container management platform
[ "cattle", "containers", "docker", "kubernetes", "orchestration", "rancher" ]
Apache-2.0
pkg/features/migrate.go
migrate.go
2,418
package features import ( v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3" "github.com/rancher/rancher/pkg/controllers/management/imported" managementv3 "github.com/rancher/rancher/pkg/generated/controllers/management.cattle.io/v3" v1 "github.com/rancher/wrangler/v3/pkg/generated/controllers/apiext...
228
2,418
94
0.98
2026-04-17T08:38:18.405247
true
github_skillrecordings_egghead-next_ef9e555b7211e4c95ff741ee397971823c2cfbf6
JavaScript
skillrecordings
egghead-next
1,451
195
The frontend for egghead.io.
[ "cypress", "egghead", "jest", "mdx", "nextjs", "react", "tailwindcss", "typescript" ]
NOASSERTION
.eslintrc.js
.eslintrc.js
860
module.exports = { root: true, env: { browser: true, node: true, es6: true, }, parserOptions: {ecmaVersion: 8}, ignorePatterns: ['node_modules/*', '.next/*', '.out/*', '!.prettierrc.js'], // We don't want to lint generated files nor node_modules, but we want to lint .prettierrc.js (ignored by defa...
90
860
22
0.98
2026-04-23T11:15:32.705634
true
github_TalkingData_inmap_5717c54e1b86eb97e2aeadff4f314b764d912b04
JavaScript
TalkingData
inmap
2,809
355
大数据地理可视化
[ "data-visualization", "inmap", "map", "talkingdata", "visualization", "visualize-data" ]
Apache-2.0
src/overlay/PointAnimationOverlay.js
PointAnimationOverlay.js
3,877
import CanvasOverlay from './base/CanvasOverlay.js'; import { merge, isArray, geoJsonPointRectangle } from './../common/Util'; import config from '../config/PointAnimation'; class Marker { constructor(opts, data, map) { this.city = opts.name; this.location = new BMap.Point(data.geometr...
360
3,877
135
0.98
2026-04-23T14:48:45.832986
true
github_triggerdotdev_jsonhero-web_f8a57d81d87f9d5c866c7217ff465812faa7e66b
TypeScript
triggerdotdev
jsonhero-web
10,697
663
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
[ "developer-tools", "devtools", "hacktoberfest", "json", "json-viewer", "react", "tools", "typescript", "viewer" ]
Apache-2.0
app/useColumnView/index.ts
index.ts
13,812
import { omit } from "lodash-es"; import React, { ReactNode, Reducer, useCallback, useEffect, useMemo, useReducer, } from "react"; import { useMemoCompare } from "~/hooks/useMemoCompare"; export type IconComponent = ( props: React.SVGProps<SVGSVGElement> ) => JSX.Element; export interface ColumnViewNode...
1,366
13,812
614
0.98
2026-04-18T00:22:23.584672
true
github_loft-sh_devpod_c91521fc8b4302f918729a87449c10198f6d33b0
Go
loft-sh
devpod
14,839
539
Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
[ "cloud", "devcontainer", "devcontainers", "developer-tools", "development", "docker", "ide", "kubernetes", "remote-development", "remote-development-environment", "vscode" ]
MPL-2.0
cmd/agent/git_ssh_signature_helper.go
git_ssh_signature_helper.go
1,519
package agent import ( "fmt" "os/user" "github.com/loft-sh/devpod/cmd/flags" "github.com/loft-sh/devpod/pkg/gitsshsigning" "github.com/loft-sh/log" "github.com/spf13/cobra" ) type GitSSHSignatureHelperCmd struct { *flags.GlobalFlags CertPath string } // NewGitSSHSignatureHelperCmd creates a new git-ssh-sig...
185
1,519
61
0.98
2026-04-17T10:39:04.154016
true
github_text-mask_text-mask_926d0c746d92ce48c347c1d741da69941d123b67
JavaScript
text-mask
text-mask
8,222
821
Input mask for React, Angular, Ember, Vue, & plain JavaScript
[ "angular", "ember", "input-mask", "inputmask", "react", "text-formatting", "vue" ]
Unlicense
core/test/utilities.spec.js
utilities.spec.js
1,300
import {convertMaskToPlaceholder, processCaretTraps} from '../src/utilities' describe('convertMaskToPlaceholder', () => { it('throws if mask is not an array', () => { const err = 'Text-mask:convertMaskToPlaceholder; The mask property must be an array.' expect(() => convertMaskToPlaceholder(false)).to.throw(e...
127
1,300
30
0.98
2026-04-23T05:54:29.813760
true
github_nsqio_nsq_ebecad9f193311574429e91588d3b010607e5c91
Go
nsqio
nsq
25,791
2,898
A realtime distributed messaging platform
[ "distributed-systems", "go", "message-queue", "messaging", "nsq", "queue" ]
MIT
internal/http_api/compress.go
compress.go
2,096
// Copyright 2013 The Gorilla Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // copied from https://github.com/gorilla/handlers/blob/master/compress.go package http_api import ( "compress/flate" "compress/gzip" "io" "net/http"...
224
2,096
92
0.98
2026-04-17T08:33:50.674843
true
github_huggingface_huggingface_hub_4aa4b8bf19400f318251838da0245f1aad2f1dbc
Python
huggingface
huggingface_hub
3,523
994
The official Python client for the Hugging Face Hub.
[ "deep-learning", "hacktoberfest", "machine-learning", "model-hub", "models", "natural-language-processing", "pretrained-models", "pytorch" ]
Apache-2.0
src/huggingface_hub/_commit_scheduler.py
_commit_scheduler.py
14,684
import atexit import logging import os import time from concurrent.futures import Future from dataclasses import dataclass from io import SEEK_END, SEEK_SET, BytesIO from pathlib import Path from threading import Lock, Thread from typing import Optional from .hf_api import DEFAULT_IGNORE_PATTERNS, CommitInfo, CommitOp...
1,576
14,684
354
0.98
2026-04-17T17:44:38.696256
true
github_drprojects_superpoint_transformer_aecb79ced47e2e2ae28982c1d134a8461b7409d8
Python
drprojects
superpoint_transformer
987
132
Official PyTorch implementation of Superpoint Transformer [ICCV'23], SuperCluster [3DV'24 Oral], and EZ-SP [ICRA'26]
[ "3d", "3dv2024", "deep-learning", "efficient", "fast", "graph-clustering", "hierarchical", "iccv2023", "lightweight", "panoptic-segmentation", "partition", "partitioning", "point-cloud", "pytorch", "semantic-segmentation", "superpoint", "transformer" ]
MIT
src/utils/encoding.py
encoding.py
2,779
import torch __all__ = ['fourier_position_encoder'] def fourier_position_encoder(pos, dim, f_min=1e-1, f_max=1e1): """ Heuristic: keeping ```f_min = 1 / f_max``` ensures that roughly 50% of the encoding dimensions are untouched and free to use. This is important when the positional encoding is added...
413
2,777
73
0.98
2026-04-22T21:13:20.532013
true
github_Comfy-Org_ComfyUI_b02856f6e71147696e14ac0ceeb2c4d0986bc9fb
Python
Comfy-Org
ComfyUI
109,089
12,675
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
[ "ai", "comfy", "comfyui", "python", "pytorch", "stable-diffusion" ]
GPL-3.0
app/database/models.py
models.py
932
from typing import Any from datetime import datetime from sqlalchemy import MetaData from sqlalchemy.orm import DeclarativeBase NAMING_CONVENTION = { "ix": "ix_%(table_name)s_%(column_0_N_name)s", "uq": "uq_%(table_name)s_%(column_0_N_name)s", "ck": "ck_%(table_name)s_%(constraint_name)s", "fk": "fk_%(...
86
932
31
0.98
2026-04-17T15:21:50.186408
true
github_preactjs_preact_438dc0336e6191565db226822739db7da2fbb69f
TypeScript
preactjs
preact
38,572
2,030
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
[ "components", "dom", "jsx", "preact", "react", "vdom", "virtual-dom" ]
MIT
src/jsx.d.ts
jsx.d.ts
12,896
// Users who only use Preact for SSR might not specify "dom" in their lib in tsconfig.json /// <reference lib="dom" /> import * as preact from './index'; type Defaultize<Props, Defaults> = // Distribute over unions Props extends any // Make any properties included in Default optional ? Partial<Pick<Props, Extract...
605
12,896
269
0.98
2026-04-23T04:47:07.545837
true
github_huggingface_transformers_bf5e0c431e42b0a4aef80141fd6b9ae609843e87
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/processing_utils.py
processing_utils.py
101,104
# Copyright 2022 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 ...
9,197
101,102
2,029
0.98
2026-04-22T13:18:04.265084
true
github_MichalLytek_type-graphql_58d5f780dd63971f371a8441b8177f20d7c36d46
TypeScript
MichalLytek
type-graphql
8,087
674
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
[ "api", "controllers", "decorators", "gql", "graphql", "graphql-js", "graphql-schema", "hacktoberfest", "resolvers", "schema", "typescript" ]
MIT
src/errors/NoExplicitTypeError.ts
NoExplicitTypeError.ts
631
export class NoExplicitTypeError extends Error { constructor(typeName: string, propertyKey: string, parameterIndex?: number, argName?: string) { let errorMessage = `Unable to infer GraphQL type from TypeScript reflection system. ` + `You need to provide explicit type for `; if (argName) { er...
72
631
17
0.98
2026-04-17T17:57:52.004085
true
github_ofek_pyapp_5c8fb9bc97eb2546c3d6e58cce8cefc124e5064d
Rust
ofek
pyapp
1,961
56
Runtime installer for Python applications
[ "application", "build", "cli", "packaging", "python", "rust" ]
UNKNOWN
src/app.rs
app.rs
7,275
#![allow(clippy::eq_op)] use std::env; use std::path::PathBuf; use anyhow::{Context, Result}; use base64::{engine::general_purpose::STANDARD_NO_PAD, Engine as _}; use directories::ProjectDirs; use once_cell::sync::OnceCell; static PLATFORM_DIRS: OnceCell<ProjectDirs> = OnceCell::new(); static INSTALLATION_DIRECTORY:...
676
7,275
304
0.98
2026-04-17T19:24:48.948721
true
github_maurosoria_dirsearch_d777740417afd4ad46c5632cff8ac0c748cf5af3
Python
maurosoria
dirsearch
14,204
2,435
Web path scanner
[ "appsec", "brute", "bug-bounty", "bugbounty", "dirsearch", "enumeration", "fuzzer", "fuzzing", "hacking", "hacking-tool", "infosec", "penetration-testing", "pentest-tool", "pentesting", "python", "red-teaming", "redteam", "scanner", "security", "wordlist" ]
UNKNOWN
lib/core/fuzzer.py
fuzzer.py
14,582
# -*- coding: utf-8 -*- # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope...
1,069
14,582
430
0.98
2026-04-23T04:12:40.622380
true
github_Anil-matcha_Chatbase-Alternative_a0109b6ab7b05eb762b998ad14931aefb4042d92
Python
Anil-matcha
Chatbase-Alternative
634
135
ChatGPT for every website.Instantly answer your visitors' questions with a personalized chatbot trained on your website content. Alternative to Chatbase, SiteGPT, Dante AI
[ "botpress", "botpress-alternative", "botsonic", "botsonic-alternative", "chatbase", "chatbase-alternative", "chatbot", "chatgpt", "customgpt", "customgpt-alternative", "dante-ai", "dante-ai-alternative", "gpt", "gpt4", "langchain", "openai", "sitegpt", "sitegpt-alternative", "web...
MIT
main.py
main.py
1,912
from langchain.tools import BaseTool from langchain.text_splitter import RecursiveCharacterTextSplitter from pydantic import Field from langchain.chains.qa_with_sources.loading import load_qa_with_sources_chain, BaseCombineDocumentsChain from langchain.chat_models import ChatOpenAI import os, asyncio, trafilatura from ...
154
1,912
41
0.98
2026-04-23T00:51:06.894779
true
github_fathyb_carbonyl_5cf491bcbd501443c3020072e20e09c52a7372aa
Rust
fathyb
carbonyl
18,524
500
Chromium running inside your terminal
[ "browser", "chromium", "terminal" ]
BSD-3-Clause
src/input/tty.rs
tty.rs
4,342
use std::fs::File; use std::io; use std::io::Write; use std::mem::MaybeUninit; use std::os::fd::RawFd; use std::os::unix::prelude::AsRawFd; use crate::utils::log; pub struct Terminal { settings: Option<TerminalSettings>, alt_screen: bool, } impl Drop for Terminal { fn drop(&mut self) { self.teard...
475
4,342
179
0.98
2026-04-17T13:45:34.845926
true
github_FairwindsOps_polaris_c73ac8d63c87106c7c08a958c5035aed03102c5d
Go
FairwindsOps
polaris
3,359
224
Validation of best practices in your Kubernetes clusters
[ "audit", "best-practices", "cluster", "dashboard", "fairwinds-official", "kubernetes" ]
Apache-2.0
pkg/config/severity.go
severity.go
1,169
// Copyright 2019 FairwindsOps 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 t...
171
1,169
35
0.98
2026-04-17T22:36:49.278141
true
github_alibaba_EasyNLP_54a16ce18fdd09fec2a84b8aea529ab189411d73
Python
alibaba
EasyNLP
2,180
257
EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit
[ "bert", "deep-learning", "fewshot-learning", "knowledge-distillation", "knowledge-pretraining", "machine-learning", "nlp", "pretrained-models", "pytorch", "text-classification", "text-image-retrieval", "text-to-image-synthesis", "transfer-learning", "transformers" ]
Apache-2.0
setup.py
setup.py
693
#!/usr/bin/env python from setuptools import find_packages, setup with open('README.md') as f: readme = f.read() with open('requirements.txt') as f: requirements = f.read() setup( # Metadata name='pai-easynlp', version='0.1.2', python_requires='>=3.6', author='PAI NLP', author_email='[...
43
693
26
0.98
2026-04-22T19:47:23.294865
true
github_ChromeDevTools_chrome-devtools-mcp_fa487047d2f6f95fc9eea687b09e3bb52c4be9ff
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/McpResponse.ts
McpResponse.ts
35,453
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type {WebMCPTool} from 'puppeteer-core'; import type {ParsedArguments} from './bin/chrome-devtools-mcp-cli-options.js'; import {ConsoleFormatter} from './formatters/ConsoleFormatter.js'; import {HeapSnapshotFormatter} from ...
2,686
35,453
1,124
0.98
2026-04-23T08:42:28.260467
true
github_libp2p_rust-libp2p_e833d7c0b912220d2e66794314086a7e7536204c
Rust
libp2p
rust-libp2p
5,477
1,197
The Rust Implementation of the libp2p networking stack.
[ "decentralization", "libp2p", "networking", "peer-to-peer", "rust" ]
MIT
core/tests/transport_upgrade.rs
transport_upgrade.rs
4,742
// Copyright 2019 Parity Technologies (UK) Ltd. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, mer...
479
4,742
144
0.98
2026-04-17T14:59:43.739942
true
github_farion1231_cc-switch_64b2edf1c3d7fc276f8e04c6da39722a67bc55ae
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/useProviderActions.ts
useProviderActions.ts
11,372
import { useCallback } from "react"; import { useQueryClient } from "@tanstack/react-query"; import { toast } from "sonner"; import { useTranslation } from "react-i18next"; import { providersApi, settingsApi, openclawApi, type AppId } from "@/lib/api"; import type { Provider, UsageScript, OpenClawProviderConfig, ...
910
10,745
354
0.98
2026-04-17T13:18:52.414479
true
github_sundowndev_phoneinfoga_6c0de510bf6c749c8151bbd1428421c8351630bc
Go
sundowndev
phoneinfoga
16,253
4,926
Information gathering framework for phone numbers
[ "agregation", "footprint", "information-gathering", "investigation", "open-source-intelligence", "osint", "phone", "phone-number", "reconnaissance", "reputation" ]
GPL-3.0
lib/remote/remote_test.go
remote_test.go
4,869
package remote_test import ( "errors" "github.com/stretchr/testify/assert" "github.com/sundowndev/phoneinfoga/v2/lib/filter" "github.com/sundowndev/phoneinfoga/v2/lib/number" "github.com/sundowndev/phoneinfoga/v2/lib/remote" "github.com/sundowndev/phoneinfoga/v2/mocks" "testing" ) func TestRemoteLibrary_Succes...
320
4,869
170
0.98
2026-04-17T10:25:37.605025
true
github_ultraworkers_claw-code_35eef4084987dba5408eeb3df60a92a483b4e0f2
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/deferred_init.py
deferred_init.py
771
from __future__ import annotations from dataclasses import dataclass @dataclass(frozen=True) class DeferredInitResult: trusted: bool plugin_init: bool skill_init: bool mcp_prefetch: bool session_hooks: bool def as_lines(self) -> tuple[str, ...]: return ( f'- plugin_init={...
53
771
32
0.98
2026-04-17T13:13:09.954970
true
github_fission_fission_43360819b152f4dd0586d0d91c402d09ec276ff3
Go
fission
fission
8,852
789
Fast and Simple Serverless Functions for Kubernetes
[ "cloud-native", "containers", "devops", "docker", "faas", "fission", "functions", "functions-as-a-service", "go", "hacktoberfest", "kubernetes", "lambda", "serverless", "serverless-functions" ]
Apache-2.0
pkg/utils/utils_test.go
utils_test.go
4,230
/* Copyright 2019 The Fission 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, sof...
550
4,230
210
0.98
2026-04-17T20:18:17.945499
true
github_fastify_fastify_6ff5091d18919d347e95abcf36a4fd45acfb769b
JavaScript
fastify
fastify
36,111
2,663
Fast and low overhead web framework, for Node.js
[ "hacktoberfest", "nodejs", "performance", "speed", "webframework" ]
MIT
lib/wrap-thenable.js
wrap-thenable.js
2,399
'use strict' const { kReplyIsError, kReplyHijacked } = require('./symbols') const { setErrorStatusCode } = require('./error-status') const diagnostics = require('node:diagnostics_channel') const channels = diagnostics.tracingChannel('fastify.request.handler') function wrapThenable (thenable, reply, store) { if...
282
2,399
85
0.98
2026-04-23T06:40:02.730472
true
github_4thfever_cultivation-world-simulator_98b1d9f67b9a4da7908f5ecdd50752ce5a52d2fa
Python
4thfever
cultivation-world-simulator
1,552
179
基于 AI Agent 工作流的修仙世界模拟器,旨在还原智能、开放的仙侠世界。| An open-source Cultivation World Simulator using Agentic Workflow to create a dynamic, emerging Xianxia world.
[ "agentic-workflow", "ai", "ai-agents", "ai-native", "autonomous-agents", "cultivation", "cultivation-game", "game", "llm", "open-source", "procedural-generation", "prompt-engineering", "python", "simulation", "simulation-game", "simulator", "text-based-game", "world-simulation" ]
NOASSERTION
src/classes/sect_decider.py
sect_decider.py
20,426
from __future__ import annotations import random from dataclasses import dataclass, field from typing import TYPE_CHECKING, Any from src.classes.alignment import Alignment from src.classes.event import Event from src.classes.sect_ranks import get_rank_from_realm from src.config import get_settings_service from src.i1...
1,351
20,386
528
0.98
2026-04-17T16:18:29.209524
true
github_vercel_pkg_da415624ae7c338f6194f850e7c65f6e9b92d305
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/bin.ts
bin.ts
447
#!/usr/bin/env node import { exec } from './index'; import { log } from './log'; async function main() { if (process.env.CHDIR && process.env.CHDIR !== process.cwd()) { // allow to override cwd by CHDIR env var // https://github.com/resin-io/etcher/pull/1713 process.chdir(process.env.CHDIR); } awai...
49
447
20
0.98
2026-04-23T06:43:00.660260
true
github_alxshelepenok_lumen_5c0d347e554681073daabd4f01cd40a6918b3227
TypeScript
alxshelepenok
lumen
2,018
644
A constantly evolving and thoughtful architecture for creating static blogs.
[ "architecture", "blog", "bun", "gatsby", "graphql", "infrastructure", "jamstack", "react", "sentry", "static", "typescript" ]
MIT
src/hooks/use-tags-list.test.ts
use-tags-list.test.ts
1,424
import { describe, expect, test, beforeEach, mock } from "bun:test"; import { renderHook } from "@testing-library/react"; import { StaticQuery, useStaticQuery } from "gatsby"; import * as mocks from "@/mocks"; import { useTagsList } from "@/hooks/use-tags-list"; const mockedUseStaticQuery = useStaticQuery as ReturnTy...
148
1,424
46
0.98
2026-04-18T01:40:38.386474
true
github_ganeshrvel_openmtp_ac63427c547c8ff5a2dd322c670a306e0adb7d39
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/helpers/deviceInfo.js
deviceInfo.js
808
import { IS_RENDERER } from '../constants/env'; import { isEmpty } from '../utils/funcs'; export function getDeviceInfo() { if (IS_RENDERER) { // import it here so that the main process doesnt crash // eslint-disable-next-line global-require const { store } = require('../store/configureStore'); const...
83
808
42
0.98
2026-04-23T06:01:20.424579
true
github_IBM_mcp-context-forge_09bc99d9fc9775344e181108860d4b2649fadefa
JavaScript
IBM
mcp-context-forge
3,584
627
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
[ "agents", "ai", "api-gateway", "asyncio", "authentication-middleware", "devops", "docker", "fastapi", "federation", "gateway", "generative-ai", "jwt", "kubernetes", "llm-agents", "mcp", "model-context-protocol", "observability", "prompt-engineering", "python", "tools" ]
Apache-2.0
vitest.config.js
vitest.config.js
940
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { environment: "jsdom", globals: true, include: [ // "tests/js/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}", "tests/unit/js/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}", ], exclude: [ "**...
55
940
32
0.98
2026-04-17T15:51:15.893841
true
github_Farama-Foundation_PettingZoo_9bf11262ee8d0452872f8feb54117ced69be5240
Python
Farama-Foundation
PettingZoo
3,386
482
An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities
[ "api", "gym", "gymnasium", "multi-agent-reinforcement-learning", "multiagent-reinforcement-learning", "reinforcement-learning" ]
NOASSERTION
conftest.py
conftest.py
515
def pytest_markdown_docs_globals(): import gymnasium import shimmy import supersuit import pettingzoo from pettingzoo.utils.all_modules import all_environments libs = { "pettingzoo": pettingzoo, "gymnasium": gymnasium, "shimmy": shimmy, "supersuit": supersuit, ...
45
515
19
0.98
2026-04-22T20:07:05.161659
true
github_serenity-rs_serenity_1f6bfa1bb1733cae4657759532097e32b4f54ee7
Rust
serenity-rs
serenity
5,463
661
A Rust library for the Discord API.
[ "discord", "discord-api", "hacktoberfest", "rust" ]
ISC
src/model/user.rs
user.rs
34,813
//! User information-related models. use std::fmt; #[cfg(feature = "model")] use std::fmt::Write; use std::num::NonZeroU16; use std::ops::{Deref, DerefMut}; use serde::{Deserialize, Serialize}; use super::prelude::*; #[cfg(feature = "model")] use crate::builder::{Builder, CreateMessage, EditProfile}; #[cfg(all(featu...
3,756
34,813
1,039
0.98
2026-04-17T15:01:18.930297
true
github_firefox-devtools_profiler_f08254578c6dd7f2b97de76d0e8c914096653cd5
TypeScript
firefox-devtools
profiler
1,481
465
Firefox Profiler — Web app for Firefox performance analysis
[ "devtools", "firefox", "gecko-profiler", "javascript", "performance", "profiler", "react", "redux" ]
MPL-2.0
src/utils/analytics.ts
analytics.ts
1,690
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /** * Document Google Analytics API that is used in the project. These definitions * can be updated as more feat...
230
1,690
70
0.98
2026-04-18T00:30:09.289201
true
github_farion1231_cc-switch_c58d0f4992fc6da561da9023d9f77bdaa46a5938
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
vitest.config.ts
vitest.config.ts
445
import path from "node:path"; import { defineConfig } from "vitest/config"; import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], resolve: { alias: { "@": path.resolve(__dirname, "./src"), }, }, test: { environment: "jsdom", setupFiles: ["./tests/setu...
45
445
21
0.98
2026-04-17T13:19:06.294999
true
github_nodejs_node_8d2d374dc8e6aed44057d4768ca1236a24919e09
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/diagnostics_channel.js
diagnostics_channel.js
16,113
'use strict'; const { ArrayPrototypeAt, ArrayPrototypeIndexOf, ArrayPrototypePush, ArrayPrototypePushApply, ArrayPrototypeSlice, ArrayPrototypeSplice, ObjectDefineProperty, ObjectGetPrototypeOf, ObjectSetPrototypeOf, PromisePrototypeThen, PromiseReject, ReflectApply, SafeFinalizationRegistry,...
1,547
16,113
646
0.98
2026-04-23T06:15:41.177696
true
github_firecracker-microvm_firecracker_5cd73550815ec3289f7ea89335b047b54a8e0e5b
Rust
firecracker-microvm
firecracker
33,754
2,346
Secure and fast microVMs for serverless computing.
[ "containers", "minimalist", "open-source", "oversubscription", "rust", "sandbox", "serverless", "virtual-machine", "virtualization" ]
Apache-2.0
src/cpu-template-helper/build.rs
build.rs
2,442
// Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 use std::io::Write; const MOCK_KERNEL_PATH: &str = "src/utils/mock_kernel/kernel.bin"; // Kernel header for aarch64 that comes from the kernel doc Documentation/arm64/booting.txt. #[derive(Default)] #[re...
238
2,442
66
0.98
2026-04-17T13:21:41.890087
true
github_AUTOMATIC1111_stable-diffusion-webui_2c417168aa6058bdf9ef8a67db009525a8405665
Python
AUTOMATIC1111
stable-diffusion-webui
162,543
30,283
Stable Diffusion web UI
[ "ai", "ai-art", "deep-learning", "diffusion", "gradio", "image-generation", "image2image", "img2img", "pytorch", "stable-diffusion", "text2image", "torch", "txt2img", "unstable", "upscaling", "web" ]
AGPL-3.0
webui.py
webui.py
5,413
from __future__ import annotations import os import time from modules import timer from modules import initialize_util from modules import initialize startup_timer = timer.startup_timer startup_timer.record("launcher") initialize.imports() initialize.check_versions() def create_api(app): fr...
361
5,413
163
0.98
2026-04-22T13:52:01.103529
true
github_avelino_awesome-go_77ad9bc3ed850e00e0a8ef4d5ef2d0a8e5f8921e
Go
avelino
awesome-go
170,179
13,150
A curated list of awesome Go frameworks, libraries and software
[ "awesome", "awesome-list", "go", "golang", "golang-library", "hacktoberfest" ]
MIT
main.go
main.go
18,682
// Package main contains code for generate static site. package main import ( "bytes" "embed" "encoding/json" "errors" "fmt" template2 "html/template" "io" "log" "net/http" "net/url" "os" "path/filepath" "strings" "text/template" "time" "github.com/avelino/awesome-go/pkg/markdown" cp "github.com/otia...
2,314
18,680
771
0.98
2026-04-17T06:50:00.609109
true
github_instavm_clickclickclick_ca8cf3e9e195f0596efc7b19ffe63a2acd2ff1e3
Python
instavm
clickclickclick
682
83
A framework to enable autonomous android and computer use using any LLM (local or remote)
[ "agents", "ai-agents-framework", "android-automation", "antrophic", "computer-use", "framework", "gemini", "generative-ai", "molmo", "ollama", "openai", "operator" ]
MIT
main.py
main.py
6,993
import click import os from clickclickclick.config import get_config from clickclickclick.planner.task import execute_with_timeout, execute_task from clickclickclick.executor.osx import MacExecutor from clickclickclick.executor.android import AndroidExecutor from clickclickclick.planner.gemini import GeminiPlanner from...
581
6,993
183
0.98
2026-04-22T22:03:48.610043
true
github_nodejs_node_46fdf564dbcc8e3de5e5c4b0052213d8990136d2
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/querystring.js
querystring.js
3,316
'use strict'; const { Array, Int8Array, NumberPrototypeToString, StringPrototypeCharCodeAt, StringPrototypeSlice, StringPrototypeToUpperCase, } = primordials; const { ERR_INVALID_URI } = require('internal/errors').codes; const hexTable = new Array(256); for (let i = 0; i < 256; ++i) hexTable[i] = '%' +...
633
3,316
120
0.98
2026-04-23T06:16:00.936783
true
github_LaurentMazare_tch-rs_cbfbb436aa35b71891a51d79fecb3b19c4838fe2
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/vision/mod.rs
mod.rs
400
//! The `vision` module groups functions and models related to //! computer vision. pub mod dataset; pub mod image; pub mod mnist; pub mod cifar; pub mod alexnet; pub mod inception; pub mod resnet; pub mod densenet; pub mod vgg; pub mod squeezenet; pub mod mobilenet; pub mod imagenet; pub mod efficientnet; ...
63
400
35
0.98
2026-04-17T15:04:17.069939
true
github_cteamx_Thief_1fbb87089ebeca0e3df89ad8778f80d8a349b90b
JavaScript
cteamx
Thief
6,036
567
一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。
[ "book", "electron", "electron-app", "js", "nodejs", "thief", "tools", "touchbar", "vue" ]
GPL-3.0
src/main/index.dev.js
index.dev.js
716
/** * This file is used specifically and only for development. It installs * `electron-debug` & `vue-devtools`. There shouldn't be any need to * modify this file, but it can be used to extend your development * environment. */ /* eslint-disable */ // Install `electron-debug` with `devtron` require('electron-de...
85
716
24
0.98
2026-04-23T07:22:32.689739
true
github_makenotion_notion-sdk-js_bc78cda9d618f3ee85bc4f0a802f525d79cdc151
TypeScript
makenotion
notion-sdk-js
5,589
704
Official Notion JavaScript Client
[ "api", "api-client", "javascript", "js", "notion", "typescript" ]
MIT
src/index.ts
index.ts
7,269
/** * index.ts * * This file is the entry point for the Notion SDK. * It exports the Client class and all the API endpoints. * * @packageDocumentation */ export type { AppendBlockChildrenParameters, AppendBlockChildrenResponse, AudioBlockObjectResponse, BlockObjectRequest, BlockObjectResponse, Bookm...
324
7,269
263
0.98
2026-04-23T08:05:58.199020
true
github_ChatGPTNextWeb_NextChat_db9842d6027700a834eab8db9e96f5999862191c
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/constant.ts
constant.ts
23,199
export const OWNER = "ChatGPTNextWeb"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const PLUGINS_REPO_URL = `https://github.com/${OWNER}/NextChat-Awesome-Plugins`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE...
2,108
23,061
934
0.98
2026-04-23T08:58:08.478639
true
github_kubevela_kubevela_fe12d5db6f0b7205aea3599aa31c2d0731d4796d
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/addon/registry.go
registry.go
9,337
/* Copyright 2021 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, so...
1,136
9,337
318
0.98
2026-04-17T20:23:08.731548
true
github_rustdesk_rustdesk_7b3dc790812d8b942ce88a1183986098edf32a52
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/cs.rs
cs.rs
46,489
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Stav"), ("Your Desktop", "Vaše plocha"), ("desk_tip", "Pomocí tohoto ID a hesla lze přistupovat k pracovní ploše."), ("Password", "Heslo"), ("Ready", "Připraven...
4,289
44,279
748
0.98
2026-04-17T13:14:24.718334
true
github_ultraworkers_claw-code_6f95f50ceaec0451ec7dcc19739b1e7abfa92d93
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/cost_tracker.py
cost_tracker.py
322
from __future__ import annotations from dataclasses import dataclass, field @dataclass class CostTracker: total_units: int = 0 events: list[str] = field(default_factory=list) def record(self, label: str, units: int) -> None: self.total_units += units self.events.append(f'{label}:{units}'...
32
322
14
0.98
2026-04-17T13:13:09.666495
true
github_websockets_ws_aa5db761dfa56144c1dc2d5d8c74b36101607f12
JavaScript
websockets
ws
22,736
2,514
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
[ "javascript", "node", "nodejs", "real-time", "rfc-6455", "websocket", "websocket-client", "websocket-compression", "websocket-server" ]
MIT
lib/permessage-deflate.js
permessage-deflate.js
14,532
'use strict'; const zlib = require('zlib'); const bufferUtil = require('./buffer-util'); const Limiter = require('./limiter'); const { kStatusCode } = require('./constants'); const FastBuffer = Buffer[Symbol.species]; const TRAILER = Buffer.from([0x00, 0x00, 0xff, 0xff]); const kPerMessageDeflate = Symbol('permessag...
1,489
14,532
529
0.98
2026-04-23T06:44:42.166934
true
github_istio_istio_9ade73b27f810a8bf22e24f734e89ed2b03e1cd4
Go
istio
istio
38,124
8,290
Connect, secure, control, and observe services.
[ "api-management", "circuit-breaker", "consul", "enforce-policies", "envoy", "fault-injection", "kubernetes", "lyft-envoy", "microservice", "microservices", "nomad", "polyglot-microservices", "proxies", "request-routing", "resiliency", "service-mesh" ]
Apache-2.0
pkg/lazy/lazy_test.go
lazy_test.go
3,093
// Copyright Istio 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 wri...
444
3,093
148
0.98
2026-04-17T07:35:24.302523
true
github_bvaughn_react-virtualized_7b77e4e94ba8b45c730510f2bed6395a534f38a5
JavaScript
bvaughn
react-virtualized
27,068
3,034
React components for efficiently rendering large lists and tabular data
[ "grid", "list", "listview", "performance", "react", "react-components", "tabular-data", "virtualization", "windowing" ]
MIT
source/Collection/TestData.js
TestData.js
760
/* 0 1 2 3 4 5 ┏━━━┯━━━┯━━━┓ 0┃0 0┊1 3┊6 6┃ 1┃0 0┊2 3┊6 6┃ ┠┈┈┈┼┈┈┈┼┈┈┈┨ 2┃4 4┊4 3┊7 8┃ 3┃4 4┊4 5┊9 9┃ ┗━━━┷━━━┷━━━┛ Sections to Cells map: 0.0 [0] 1.0 [1, 2, 3] 2.0 [6] 0.1 [4] 1.1 [3, 4, 5] 2.1 [7, 8, 9] */ export const CELLS = [ {x: 0, y: 0, width: 2, height: 2}, {x: 2, y: 0, width: 1, height: 1}, ...
140
650
34
0.98
2026-04-23T04:50:23.680874
true
github_stretchr_testify_5e2d890d6ac8ad52ee90a195fc6f44bd6f34ae8e
Go
stretchr
testify
25,936
1,698
A toolkit with common assertions and mocks that plays nicely with the standard library
[ "assertions", "go", "golang", "mocking", "testify", "testing", "toolkit" ]
MIT
internal/spew/bypasssafe.go
bypasssafe.go
1,803
// Copyright (c) 2015-2016 Dave Collins <[REDACTED_EMAIL]> // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above // copyright notice and this permission notice appear in all copies. // // THE SOFTWARE IS PROVIDED "AS IS" AND...
290
1,803
40
0.98
2026-04-17T08:33:16.528966
true