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_ishikota_PyPokerEngine_2b319dcb26881da428e98b618a82fc215bd5c8a1
Python
ishikota
PyPokerEngine
704
201
Poker engine for poker AI development in Python
[ "ai-poker-game", "poker-engine", "reinforcement-learning" ]
MIT
setup.py
setup.py
563
from setuptools import setup, find_packages setup( name = 'PyPokerEngine', version = '1.0.1', author = 'ishikota', author_email = '[REDACTED_EMAIL]', description = 'Poker engine for poker AI development in Python ', license = 'MIT', keywords = 'python poker emgine ai', url = 'https://gi...
68
563
19
0.98
2026-04-22T20:38:30.259778
true
github_PanJiaChen_vue-admin-template_c977505478d92a4975213812eb1f58b981235b2d
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
.eslintrc.js
.eslintrc.js
5,120
module.exports = { root: true, parserOptions: { parser: 'babel-eslint', sourceType: 'module' }, env: { browser: true, node: true, es6: true, }, extends: ['plugin:vue/recommended', 'eslint:recommended'], // add your custom rules here //it is base on https://github.com/vuejs/eslint-co...
438
5,120
199
0.98
2026-04-23T11:46:47.199446
true
github_google_zx_9afed3b212dc93a402e7168812bcd13983dbe9ef
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/globals.ts
globals.ts
2,182
// Copyright 2022 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 ...
299
2,182
67
0.98
2026-04-23T06:18:08.242469
true
github_dotansimha_graphql-code-generator_fa522d8587cbc09a91d99e883cad4c715b45dd34
JavaScript
dotansimha
graphql-code-generator
11,233
1,391
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
[ "android", "angular", "code-generator", "codegen", "csharp", "graphql", "graphql-schema", "java", "react", "resolvers", "schema", "the-guild", "typescript" ]
MIT
babel.config.js
babel.config.js
191
module.exports = { presets: [ ['@babel/preset-env', { targets: { node: process.versions.node.split('.')[0] } }], ['@babel/preset-typescript', { allowDeclareFields: true }], ], };
20
191
7
0.98
2026-04-18T01:27:37.959582
true
github_ReFirmLabs_binwalk_2314612a0a96215c0272cd5cdc0118d90e3a3d00
Rust
ReFirmLabs
binwalk
13,850
1,782
Firmware Analysis Tool
[]
MIT
src/extractors/inflate.rs
inflate.rs
2,887
use crate::extractors::common::Chroot; use adler32::RollingAdler32; use flate2::bufread::DeflateDecoder; use std::io::Read; #[derive(Debug, Default, Clone)] pub struct DeflateResult { pub size: usize, pub adler32: u32, pub success: bool, } /// Decompressor for inflating deflated data. /// For internal use...
314
2,887
82
0.98
2026-04-17T14:14:21.879047
true
github_open-wa_wa-automate-nodejs_bf11c186b83b335303cd5834b338fcf8e74fa462
JavaScript
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/lib/qr.min.js
qr.min.js
18,603
function QR8bitByte(t){this.mode=QRMode.MODE_8BIT_BYTE,this.data=t,this.parsedData=[];for(var e=0,r=this.data.length;e<r;e++){var o=[],n=this.data.charCodeAt(e);n>65536?(o[0]=240|(1835008&n)>>>18,o[1]=128|(258048&n)>>>12,o[2]=128|(4032&n)>>>6,o[3]=128|63&n):n>2048?(o[0]=224|(61440&n)>>>12,o[1]=128|(4032&n)>>>6,o[2]=128...
320
18,603
1
0.98
2026-04-17T18:04:10.838911
true
github_Kenshin_simpread_eb3b771451ec2a1a8d92508970131ecc9a7fb512
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/watch.js
watch.js
2,238
console.log( "=== simpread watch load ===" ) import * as msg from 'message'; import {br,browser}from 'browser'; const watcher = { site : new Map(), import : new Map(), version: new Map(), option : new Map(), }; /** * Message watcher push * * @param {string} type watcher o...
316
2,238
91
0.98
2026-04-23T05:52:03.336225
true
github_rs_zerolog_818f93023ce4f005067061696a07ab2dc4a0b8a9
Go
rs
zerolog
12,329
619
Zero Allocation JSON Logger
[ "golang", "json", "logging", "structured-logging", "zerolog" ]
MIT
internal/cbor/time.go
time.go
3,114
package cbor import ( "time" ) const ( // Import from zerolog/global.go timeFormatUnix = "" timeFormatUnixMs = "UNIXMS" timeFormatUnixMicro = "UNIXMICRO" timeFormatUnixNano = "UNIXNANO" durationFormatFloat = "float" durationFormatInt = "int" durationFormatString = "string" ) func appendInte...
418
3,114
112
0.98
2026-04-17T11:37:58.535879
true
github_drprojects_superpoint_transformer_4fec8f0d3fff15431b444318809beba7d5d88f33
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/datamodules/dales.py
dales.py
1,519
import logging from src.datamodules.base import BaseDataModule from src.datasets import DALES, MiniDALES log = logging.getLogger(__name__) class DALESDataModule(BaseDataModule): """LightningDataModule for DALES dataset. A DataModule implements 5 key methods: def prepare_data(self): # t...
159
1,519
49
0.98
2026-04-22T21:12:41.848510
true
github_strands-agents_tools_2e5169fe67f597d4a5ed9932c5722d9d7639664c
Python
strands-agents
tools
1,025
291
A set of tools that gives agents powerful capabilities.
[ "agentic", "agentic-ai", "agents", "ai", "anthropic", "autonomous-agents", "bedrock", "genai", "litellm", "llama", "llm", "machine-learning", "mcp", "multi-agent-systems", "ollama", "openai", "opentelemetry", "python", "strands-agents" ]
Apache-2.0
src/strands_tools/chat_video.py
chat_video.py
12,755
""" TwelveLabs video chat tool for Strands Agent. This module provides video understanding and Q&A functionality using TwelveLabs' Pegasus model, enabling natural language conversations about video content. It supports both direct video IDs and uploading video files for analysis. Key Features: 1. Video Analysis: •...
1,322
12,733
378
0.98
2026-04-22T16:57:52.067274
true
github_open-webui_open-webui_dbb538233809b1c26de4c0d33ae45e0c30405c2a
TypeScript
open-webui
open-webui
132,370
18,793
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
cypress.config.ts
cypress.config.ts
135
import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { baseUrl: 'http://localhost:8080' }, video: true });
17
135
9
0.98
2026-04-17T15:21:33.019280
true
github_bootstrap-vue_bootstrap-vue_c797f998e23fe86a1f6aa118b5cefed3172042fd
JavaScript
bootstrap-vue
bootstrap-vue
14,460
1,857
MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next
[ "a11y", "accessibility", "accessible", "bootstrap", "bootstrapvue", "component-library", "components", "icons", "nuxt", "nuxtjs", "vue", "wai-aria" ]
MIT
src/constants/key-codes.js
key-codes.js
404
export const CODE_BACKSPACE = 8 export const CODE_BREAK = 19 export const CODE_DELETE = 46 export const CODE_DOWN = 40 export const CODE_END = 35 export const CODE_ENTER = 13 export const CODE_ESC = 27 export const CODE_HOME = 36 export const CODE_LEFT = 37 export const CODE_PAGEDOWN = 34 export const CODE_PAGEUP = 33 ...
70
404
15
0.98
2026-04-23T11:49:05.308727
true
github_cloudflare_wrangler-legacy_312c1035d7b619ab859fe63fce1eda4dcba82022
Rust
cloudflare
wrangler-legacy
3,193
333
🤠 Home to Wrangler v1 (deprecated)
[ "cli", "cloudflare-workers", "rust", "serverless" ]
Apache-2.0
src/sites/sync.rs
sync.rs
2,142
use std::collections::HashSet; use std::path::Path; use anyhow::Result; use cloudflare::endpoints::workerskv::write_bulk::KeyValuePair; use super::directory_keys_values; use super::manifest::AssetManifest; use crate::commands::kv; use crate::http; use crate::kv::key::KeyList; use crate::settings::global_user::GlobalU...
224
2,142
61
0.98
2026-04-17T19:17:27.541235
true
github_openai_openai-agents-python_2ca74847395eb1862ff8dd273c3a95b982c6f2a5
Python
openai
openai-agents-python
24,555
3,761
A lightweight, powerful framework for multi-agent workflows
[ "agents", "ai", "framework", "llm", "openai", "python" ]
MIT
src/agents/lifecycle.py
lifecycle.py
6,189
from typing import Any, Generic from typing_extensions import TypeVar from .agent import Agent, AgentBase from .items import ModelResponse, TResponseInputItem from .run_context import AgentHookContext, RunContextWrapper, TContext from .tool import Tool TAgent = TypeVar("TAgent", bound=AgentBase, default=AgentBase) ...
641
6,189
200
0.98
2026-04-22T14:58:38.498798
true
github_NativeScript_nativescript-cli_62a00bf8ce37e084bb59b62d5bb1bf3a84c96a7d
TypeScript
NativeScript
nativescript-cli
1,051
201
NativeScript CLI - command-line tools
[ "android", "cli", "cross-platform", "hacktoberfest", "ios", "mobile", "nativescript" ]
Apache-2.0
lib/commands/clean.ts
clean.ts
9,766
import { color } from "../color"; import { ICommand, ICommandParameter } from "../common/definitions/commands"; import { injector } from "../common/yok"; import * as constants from "../constants"; import { IProjectCleanupResult, IProjectCleanupService, IProjectConfigService, IProjectService, } from "../definitions/...
1,095
9,763
389
0.98
2026-04-23T13:01:42.617740
true
github_sadanandpai_resume-builder_4253733074c7ef34e46f7b1954da8f00fe07d352
TypeScript
sadanandpai
resume-builder
1,199
482
Build a standard and professional single page resume
[ "css", "html5", "javascript", "nextjs", "reactjs", "resume-builder", "resume-creator", "resume-template" ]
MIT
src/stores/awards.interface.ts
awards.interface.ts
475
export interface IAwardItem { title: string; awarder: string; date: string | null; summary: string; id: string; } export interface IAwardsStore { awards: IAwardItem[]; add: (newEducation: IAwardItem) => void; get: (index: number) => void; remove: (index: number) => void; reset: (values: IAwardItem[...
61
475
19
0.98
2026-04-23T11:28:39.931956
true
github_ChatGPTNextWeb_NextChat_023edca4abc42136f7e87879055a29acf84133b8
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/ko.ts
ko.ts
27,536
import { SubmitKey } from "../store/config"; import type { PartialLocaleType } from "./index"; import { getClientConfig } from "../config/client"; import { SAAS_CHAT_UTM_URL } from "@/app/constant"; const isApp = !!getClientConfig()?.isApp; const ko: PartialLocaleType = { WIP: "곧 출시 예정...", Error: { Unauthoriz...
2,612
20,710
865
0.98
2026-04-23T08:58:16.146110
true
github_trunk-rs_trunk_ea8df63d5997807cbb97fc6f106b2e8bf7a5cc74
Rust
trunk-rs
trunk
4,242
315
Build, bundle & ship your Rust WASM application to the web.
[ "assets", "build-tool", "bundler", "compiler", "html", "rust", "sass", "scss", "wasm", "wasm-bindgen" ]
Apache-2.0
src/cmd/mod.rs
mod.rs
150
//! Trunk's subcommands pub mod build; pub mod clean; pub mod completion; pub mod config; pub mod core; pub mod serve; pub mod tools; pub mod watch;
27
150
11
0.98
2026-04-17T17:02:27.359536
true
github_GopeedLab_gopeed_dbaf2e6fdccbd1cdcd00d4d341c086b8f0ff9c25
Go
GopeedLab
gopeed
23,946
1,617
A fast, modern download manager for HTTP, BitTorrent, Magnet, and ed2k. Cross-platform, built with Golang and Flutter.
[ "android", "bittorrent", "cross-platform", "debian", "downloader", "flutter", "golang", "http", "https", "ios", "macos", "magnet", "torrent", "ubuntu", "windows" ]
GPL-3.0
internal/controller/controller.go
controller.go
2,182
package controller import ( "github.com/GopeedLab/gopeed/pkg/base" "net/http" "net/url" "os" "path/filepath" ) type Controller struct { GetConfig func(v any) GetProxy func(requestProxy *base.RequestProxy) func(*http.Request) (*url.URL, error) FileController //ContextDialer() (proxy.Dialer, error) } type Fi...
276
2,182
106
0.98
2026-04-17T09:11:08.580981
true
github_adam-mcdaniel_sage_455225e513e16178f73f18ac01c02bc31ad5934a
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/lir/compile.rs
compile.rs
76,406
//! # Compile //! //! This module contains the `Compile` trait, which allows an LIR expression to be compiled to one of the two variants of the assembly language. //! //! ## Compilation Process //! //! How does the compiler compile an LIR expression into an assembly program? //! //! 1. First, type check the expression....
6,199
76,406
1,525
0.98
2026-04-17T17:14:53.021804
true
github_atlassian_react-beautiful-dnd_511cca8c9d985f4e25139e1e534685ba41ae5466
JavaScript
atlassian
react-beautiful-dnd
34,020
2,721
Beautiful and accessible drag and drop for lists with React
[ "dnd", "drag", "drag-and-drop", "react", "reordering", "sortable" ]
NOASSERTION
src/invariant.js
invariant.js
975
// @flow /* eslint-disable no-restricted-syntax */ const isProduction: boolean = process.env.NODE_ENV === 'production'; const prefix: string = 'Invariant failed'; // Want to use this: // export class RbdInvariant extends Error { } // But it causes babel to bring in a lot of code export function RbdInvariant(message: ...
142
975
34
0.98
2026-04-23T04:48:33.752644
true
github_Comfy-Org_ComfyUI_a9d777661a830500c30f5a4d5fc45aff4945ff69
Python
Comfy-Org
ComfyUI
109,642
12,764
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
latent_preview.py
latent_preview.py
5,764
import torch from PIL import Image from comfy.cli_args import args, LatentPreviewMethod from comfy.taesd.taesd import TAESD from comfy.sd import VAE import comfy.model_management import folder_paths import comfy.utils import logging default_preview_method = args.preview_method MAX_PREVIEW_RESOLUTION = args.preview_si...
394
5,764
138
0.98
2026-04-22T17:03:37.877215
true
github_howtographql_howtographql_83e926960b1b3dae1087de8f5fe6a64fa20879aa
TypeScript
howtographql
howtographql
8,728
1,137
The Fullstack Tutorial for GraphQL
[ "apollographql", "graphql", "prisma", "tutorial" ]
MIT
src/actions/data.ts
data.ts
300
import { Action } from '../reducers/quiz' export const setPersonData = ( payload: Array<{ [key: string]: any }>, ): Action => ({ payload, type: 'set person data', }) export const setPostData = ( payload: Array<{ [key: string]: any }>, ): Action => ({ payload, type: 'set post data', })
48
300
16
0.98
2026-04-18T01:29:20.122620
true
github_nodejs_node_ea5d44306f09e58ffba50038699c91854dd0810f
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/_http_agent.js
_http_agent.js
20,023
// 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...
2,265
20,023
632
0.98
2026-04-23T06:15:32.853642
true
github_firefox-devtools_profiler_cdc01ac0d2e8eee8f28212b97a9afc8ba197e6e6
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/symbolication.ts
symbolication.ts
41,860
/* 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/. */ import { getEmptyRawStackTable, shallowCloneFuncTable, shallowCloneNativeSymbolTable, shallowCloneFrameTabl...
5,211
41,860
1,006
0.98
2026-04-18T00:29:54.580410
true
github_quickwit-oss_tantivy_ffe8121291c2aba8b4fe427b9e4163de7854e989
Rust
quickwit-oss
tantivy
15,013
896
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
[ "rust", "search-engine" ]
MIT
src/aggregation/agg_data.rs
agg_data.rs
44,124
use columnar::{Column, ColumnBlockAccessor, ColumnType, StrColumn}; use common::BitSet; use rustc_hash::FxHashSet; use serde::Serialize; use tantivy_fst::Regex; use crate::aggregation::accessor_helpers::{ get_all_ff_reader_or_empty, get_dynamic_columns, get_ff_reader, get_missing_val_as_u64_lenient, get_numeri...
3,098
44,124
1,159
0.98
2026-04-17T13:54:04.978020
true
github_GradientHQ_parallax_a19c645e2ba33edfcce88fe3377d70a03f273b22
Python
GradientHQ
parallax
1,246
127
Parallax is a distributed model serving framework that lets you build your own AI cluster anywhere
[ "blackwell", "chatbot", "decentralized-inference", "deepseek", "distributed-systems", "glm", "kimi", "large-language-models", "llama", "llm", "llm-serving", "minimax", "oss-gpt", "python", "pytorch", "qwen", "transformer" ]
Apache-2.0
src/scheduling/model_info.py
model_info.py
7,009
""" ModelInfo class for scheduling. Abstraction of transformer models containing key architectural configurations used for FLOPs and I/O estimation. This information is later consumed by nodes within the scheduling system to make informed layer allocation and performance estimation decisions. """ from dataclasses imp...
722
7,009
192
0.98
2026-04-17T23:54:26.671248
true
github_avelino_awesome-go_44e4699765d7afe7b65c9edd71ea35c2ff40a557
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
stale_repositories_test.go
stale_repositories_test.go
8,235
package main import ( "bytes" "context" "encoding/json" "fmt" "log" "net/http" "os" "regexp" "strings" "testing" "text/template" "time" "github.com/PuerkitoBio/goquery" "golang.org/x/oauth2" ) const issueTemplateContent = ` {{range .}} - [ ] {{.}} {{end}} ` var issueTemplate = template.Must(template.N...
967
8,235
317
0.98
2026-04-17T06:50:03.136963
true
github_ChromeDevTools_chrome-devtools-mcp_4356f1e628ba2a8f15a77612345e1f6529a2d6df
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/tools/lighthouse.ts
lighthouse.ts
3,981
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import path from 'node:path'; import { snapshot, navigation, generateReport, zod, type Flags, type RunnerResult, type OutputMode, } from '../third_party/index.js'; import {ToolCategory} from './categories.js'; impor...
389
3,981
160
0.98
2026-04-23T08:42:47.435600
true
github_SomeOddCodeGuy_WilmerAI_d04faaea8736459646bea398ab21d9dc9fc3c206
Python
SomeOddCodeGuy
WilmerAI
809
48
WilmerAI is one of the oldest LLM semantic routers. It uses multi-layer prompt routing and complex workflows to allow you to not only create practical chatbots, but to extend any kind of application that connects to an LLM via REST API. Wilmer sits between your app and your many LLM APIs, so that you can manipulate pro...
[ "ai", "generative-ai", "llms" ]
GPL-3.0
run_waitress.py
run_waitress.py
6,109
#!/usr/bin/env python """ Waitress launcher script for Windows. Reads the port from WilmerAI config and starts the Waitress WSGI server. """ import sys import argparse import os # Parse arguments FIRST to set instance_global_variables before importing anything else parser = argparse.ArgumentParser(description="Launch...
551
6,109
138
0.98
2026-04-22T22:01:08.896922
true
github_apecloud_kubeblocks_37bb1699ab09098c771ee26e05b0765e2aa300af
Go
apecloud
kubeblocks
3,013
264
KubeBlocks is a Kubernetes Operator designed to manage a variety of databases and streaming systems, including MySQL, PostgreSQL, MongoDB, Redis, RabbitMQ, RocketMQ, and more, within Kubernetes environments.
[ "databases", "elasticsearch", "elasticsearch-operator", "helm", "k8s", "kubernetes", "mongodb", "mongodb-operator", "mysql", "mysql-operator", "operator", "postgresql", "postgresql-operator", "rabbitmq", "rabbitmq-operator", "redis", "redis-operator", "rocketmq", "rocketmq-operat...
AGPL-3.0
pkg/operations/upgrade.go
upgrade.go
7,547
/* Copyright (C) 2022-2025 ApeCloud Co., Ltd This file is part of KubeBlocks project This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
732
7,547
193
0.98
2026-04-17T22:45:05.827302
true
github_Chalarangelo_30-seconds-of-code_4d08a5f8f08f25ca3e4e0d8a285ddb1dd33cc1ef
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
globals.js
globals.js
20,010
export default { __dirname: false, __filename: false, AbortController: false, AbortSignal: false, atob: false, Blob: false, BroadcastChannel: false, btoa: false, Buffer: false, ByteLengthQueuingStrategy: false, clearImmediate: false, clearInterval: false, clearTimeout: false, CompressionStre...
1,632
20,010
817
0.98
2026-04-23T06:14:50.708926
true
github_mudler_LocalAI_7f2cbd268a36b8071aab173f1f5ec5606fca9773
Go
mudler
LocalAI
45,474
3,957
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
[ "agents", "ai", "api", "audio-generation", "decentralized", "distributed", "image-generation", "libp2p", "llama", "llm", "mamba", "mcp", "musicgen", "object-detection", "rerank", "stable-diffusion", "text-generation", "tts" ]
MIT
core/explorer/database_test.go
database_test.go
2,085
package explorer_test import ( "os" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "github.com/mudler/LocalAI/core/explorer" ) var _ = Describe("Database", func() { var ( dbPath string db *explorer.Database err error ) BeforeEach(func() { // Create a temporary file path for the data...
217
2,085
93
0.98
2026-04-17T07:27:03.165823
true
github_go-sql-driver_mysql_25a166283c5384aa9cc41ea63b4782ea97a60cbf
Go
go-sql-driver
mysql
15,288
2,332
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
[ "database", "go", "mariadb", "mysql", "mysql-driver", "sql" ]
MPL-2.0
fields.go
fields.go
5,468
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package // // Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved. // // 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://...
586
5,468
229
0.98
2026-04-17T10:34:27.613094
true
github_ChromeDevTools_chrome-devtools-mcp_10e2069d10c07fb7852d9a28390cb71053eb1517
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/formatters/NetworkFormatter.ts
NetworkFormatter.ts
9,375
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 * */ import {isUtf8} from 'node:buffer'; import { DevTools, type HTTPRequest, type HTTPResponse, } from '../third_party/index.js'; const BODY_CONTEXT_SIZE_LIMIT = 10000; export interface NetworkFormatterOptions { requestId?...
770
9,375
326
0.98
2026-04-23T08:42:37.417216
true
github_NVIDIA_k8s-device-plugin_828e2cb7e2cf00ad97df665b65ed2b3d7468e049
Go
NVIDIA
k8s-device-plugin
3,723
806
NVIDIA device plugin for Kubernetes
[ "kubernetes" ]
Apache-2.0
internal/vgpu/vgpu.go
vgpu.go
4,534
/** # Copyright (c) 2021-2022, NVIDIA CORPORATION. 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...
619
4,534
154
0.98
2026-04-17T22:28:04.922522
true
github_TykTechnologies_tyk_98976fb3d3646c85616fdc31e9dc6dee7ed033e0
Go
TykTechnologies
tyk
10,692
1,153
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
[ "api", "api-gateway", "api-management", "cloudnative", "go", "graphql", "grpc", "k8s", "kubernetes", "microservices", "reverse-proxy", "tyk" ]
NOASSERTION
internal/graphengine/engine_v2_test.go
engine_v2_test.go
17,976
package graphengine import ( "bytes" "context" "errors" "io" "net/http" "net/http/httptest" "testing" "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "go.uber.org/mock/gomock" "github.com/TykTechnologies/graphql-go-tools/pkg/graphql" "github.com/T...
1,414
17,976
502
0.98
2026-04-17T12:33:10.301450
true
github_TheAlgorithms_Rust_e6adba648f44366b39aebd700c8f82584e9f42fa
Rust
TheAlgorithms
Rust
25,663
2,550
All Algorithms implemented in Rust
[ "algorithms", "data-structures", "hacktoberfest", "rust", "rust-lang" ]
MIT
src/ciphers/salsa.rs
salsa.rs
4,728
macro_rules! quarter_round { ($v1:expr,$v2:expr,$v3:expr,$v4:expr) => { $v2 ^= ($v1.wrapping_add($v4).rotate_left(7)); $v3 ^= ($v2.wrapping_add($v1).rotate_left(9)); $v4 ^= ($v3.wrapping_add($v2).rotate_left(13)); $v1 ^= ($v4.wrapping_add($v3).rotate_left(18)); }; } /// This is ...
653
4,728
129
0.98
2026-04-17T13:32:02.040457
true
github_ChatGPTNextWeb_NextChat_43b17ae81fc1d992fbbdc76e2b32251011ca6c17
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/index.ts
index.ts
3,309
import cn from "./cn"; import en from "./en"; import pt from "./pt"; import tw from "./tw"; import da from "./da"; import id from "./id"; import fr from "./fr"; import es from "./es"; import it from "./it"; import tr from "./tr"; import jp from "./jp"; import de from "./de"; import vi from "./vi"; import ru from "./ru"...
435
3,246
172
0.98
2026-04-23T08:58:14.281091
true
github_BurntSushi_xsv_213eb55bcd37846cef6f78a6de22c479fa403a80
Rust
BurntSushi
xsv
10,758
329
A fast CSV command line toolkit written in Rust.
[ "cli", "command-line", "csv", "rust" ]
Unlicense
src/cmd/count.rs
count.rs
1,401
use csv; use CliResult; use config::{Delimiter, Config}; use util; static USAGE: &'static str = " Prints a count of the number of records in the CSV data. Note that the count will not include the header row (unless --no-headers is given). Usage: xsv count [options] [<input>] Common options: -h, --help ...
156
1,401
52
0.98
2026-04-17T14:22:44.819260
true
github_axios_axios_411e17c495d00ae757d307fbc539c024cc03ac64
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
eslint.config.js
eslint.config.js
1,112
import js from '@eslint/js'; import globals from 'globals'; export default [ { ...js.configs.recommended, files: ['lib/**/*.js'], linterOptions: { reportUnusedDisableDirectives: 'off' }, languageOptions: { ecmaVersion: 2018, sourceType: 'module' }, rules: { ...js.c...
88
1,112
53
0.98
2026-04-23T06:16:40.004265
true
github_Unitech_pm2_ef3667288122e4f1e7a3ccd63757f686aa1a728a
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
.mocharc.js
.mocharc.js
216
module.exports = { 'allow-uncaught' : false, 'async-only': false, bail: true, color: true, delay: false, diff: true, exit: true, timeout: 10000, 'trace-warnings': true, ui: 'bdd', retries: 2 }
27
216
15
0.98
2026-04-23T06:18:55.004479
true
github_google_zx_2b6932e8ad63f1ffc1ae4d9c668d99d1954d3df6
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/md.ts
md.ts
2,757
// Copyright 2025 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 ...
342
2,757
101
0.98
2026-04-23T06:18:10.221593
true
github_hunvreus_devpush_452873338a817d309231cac08fd5ad1db46691c0
JavaScript
hunvreus
devpush
4,621
172
Like Vercel, but open source and for all languages.
[ "continuous-deployment", "deployment", "django", "fastapi", "flask", "github", "nextjs", "nodejs", "php", "python", "vercel" ]
MIT
app/assets/htmx-sse.min.js
htmx-sse.min.js
2,853
(function(){var g;htmx.defineExtension("sse",{init:function(e){g=e;if(htmx.createEventSource==undefined){htmx.createEventSource=t}},getSelectors:function(){return["[sse-connect]","[data-sse-connect]","[sse-swap]","[data-sse-swap]"]},onEvent:function(e,t){var r=t.target||t.detail.elt;switch(e){case"htmx:beforeCleanupEle...
45
2,853
1
0.98
2026-04-23T01:31:06.369838
true
github_pathwaycom_pathway_ee5e45b1a75bb737df79e37ee245bfa9c752e37d
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/usearch_integration.rs
usearch_integration.rs
4,624
// Copyright © 2026 Pathway use std::cmp::max; use std::sync::Arc; use crate::engine::error::DynResult; use crate::engine::{Error, Key}; use log::warn; use usearch::ffi::{IndexOptions, MetricKind, ScalarKind}; use usearch::{new_index, Index}; use super::{ DerivedFilteredSearchIndex, ExternalIndex, ExternalIndexF...
359
4,623
164
0.98
2026-04-23T04:40:44.953427
true
github_starship_starship_bf4185f39be62e5674bce13dab86d8209c49b8f2
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/red.rs
red.rs
886
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct RedConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str,...
86
883
35
0.98
2026-04-17T13:17:59.950039
true
github_ultraworkers_claw-code_16b77aa58e4b565f603217616818d977c941ccfd
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/Tool.py
Tool.py
326
from __future__ import annotations from dataclasses import dataclass @dataclass(frozen=True) class ToolDefinition: name: str purpose: str DEFAULT_TOOLS = ( ToolDefinition('port_manifest', 'Summarize the active Python workspace'), ToolDefinition('query_engine', 'Render a Python-first porting summary...
31
326
16
0.98
2026-04-17T13:13:03.631170
true
github_deepfakes_faceswap_fd774acbb8de25ac8a5dbd1ead08ac259dea36d0
Python
deepfakes
faceswap
55,172
13,408
Deepfakes Software For All
[ "deep-face-swap", "deep-learning", "deep-neural-networks", "deepface", "deepfakes", "deeplearning", "face-swap", "faceswap", "fakeapp", "machine-learning", "myfakeapp", "neural-nets", "neural-networks", "openfaceswap" ]
GPL-3.0
lib/align/thumbnails.py
thumbnails.py
2,945
#!/usr/bin/env python3 """Handles the generation of thumbnail JPGs for storing inside an alignments file/png header""" from __future__ import annotations import logging import typing as T import numpy as np from lib.logger import parse_class_init from lib.utils import get_module_objects if T.TYPE_CHECKING: from...
302
2,945
85
0.98
2026-04-17T06:42:10.544589
true
github_nodejs_node_3b8a82ba08d1a747176a9710401c711d04ebfe34
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/data_url.js
data_url.js
10,461
'use strict'; const { RegExpPrototypeExec, RegExpPrototypeSymbolReplace, StringFromCharCodeApply, StringPrototypeCharCodeAt, StringPrototypeIndexOf, StringPrototypeSlice, TypedArrayPrototypeSubarray, Uint8Array, } = primordials; const assert = require('internal/assert'); const { Buffer } = require('bu...
1,446
10,461
373
0.98
2026-04-23T06:15:50.991422
true
github_drakkan_sftpgo_58863c6d5a9213889751634b5f70c89f56f822d7
Go
drakkan
sftpgo
11,935
923
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
[ "azure-blob", "cloud-storage", "data-at-rest-encryption", "docker", "ftp", "ftp-server", "go", "google-cloud-storage", "multi-factor-authentication", "portable", "prometheus", "proxy-protocol", "s3", "scp", "sftp", "sftp-server", "webdav", "webdav-server" ]
AGPL-3.0
internal/config/config.go
config.go
77,784
// Copyright (C) 2019 Nicola Murino // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published // by the Free Software Foundation, version 3. // // This program is distributed in the hope that it will be useful, // but WITHOUT A...
5,908
77,784
2,286
0.98
2026-04-17T11:44:24.169481
true
github_gastownhall_gastown_ccdb422810937d90872f6aadd4dfc8eafe22157f
Go
gastownhall
gastown
14,234
1,286
Gas Town - multi-agent workspace manager
[]
MIT
internal/agentlog/claudecode.go
claudecode.go
11,585
package agentlog import ( "bufio" "context" "encoding/json" "fmt" "io" "os" "path/filepath" "strings" "time" ) const ( // claudeProjectsDir is the path under $HOME where Claude Code stores projects. claudeProjectsDir = ".claude/projects" // watchPollInterval is how often we poll for new JSONL content or ...
1,576
11,477
362
0.98
2026-04-17T10:43:52.121618
true
github_tidwall_tile38_9406728935537fa1eafdea2215acee3acfa88bba
Go
tidwall
tile38
9,619
610
Real-time Geospatial and Geofencing
[ "database", "geo", "geofences", "geospatial", "index", "location", "spatial" ]
MIT
internal/server/readonly.go
readonly.go
790
package server import ( "time" "github.com/tidwall/resp" "github.com/tidwall/tile38/internal/log" ) // READONLY yes|no func (s *Server) cmdREADONLY(msg *Message) (resp.Value, error) { start := time.Now() // >> Args args := msg.Args if len(args) != 2 { return retrerr(errInvalidNumberOfArguments) } switc...
94
790
51
0.98
2026-04-17T18:10:16.958930
true
github_tellform_tellform_899182850be6b58779d0320adbf19ba98130c767
JavaScript
tellform
tellform
3,028
518
✏️ Free Opensource Alternative to TypeForm or Google Forms ⛺
[ "form-builder", "forms", "google-forms", "mean-stack", "nodejs", "self-hosted", "typeform" ]
NOASSERTION
app/tests/user.server.routes.test.js
user.server.routes.test.js
3,518
'use strict'; var should = require('should'), app = require('../../server'), Session = require('supertest-session'), mongoose = require('mongoose'), User = mongoose.model('User'), config = require('../../config/config'), tmpUser = mongoose.model(config.tempUserCollection); /** * Globals */ var credentials, _U...
207
3,518
113
0.98
2026-04-23T07:56:29.651106
true
github_harry0703_MoneyPrinterTurbo_dd468128b7999ad261d03bf81a7753d5843a882e
Python
harry0703
MoneyPrinterTurbo
55,879
8,001
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
[ "ai", "automation", "chatgpt", "moviepy", "python", "shortvideo", "tiktok" ]
MIT
app/config/__init__.py
__init__.py
1,408
import os import sys from loguru import logger from app.config import config from app.utils import utils def __init_logger(): # _log_file = utils.storage_dir("logs/server.log") _lvl = config.log_level root_dir = os.path.dirname( os.path.dirname(os.path.dirname(os.path.realpath(__file__))) ) ...
104
1,274
57
0.98
2026-04-17T15:24:16.645005
true
github_ChatGPTNextWeb_NextChat_5f095dffb73521687430a9d1bbb7da2e8a3c5d19
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
jest.config.ts
jest.config.ts
769
import type { Config } from "jest"; import nextJest from "next/jest.js"; const createJestConfig = nextJest({ // Provide the path to your Next.js app to load next.config.js and .env files in your test environment dir: "./", }); // Add any custom config to be passed to Jest const config: Config = { coverageProvid...
94
769
24
0.98
2026-04-23T08:58:37.617736
true
github_web3_web3.js_28f41cacfb102ccee9126fd078b94db2d106831b
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
.eslintrc.js
.eslintrc.js
587
module.exports = { root: true, env: { browser: true, node: true, }, parserOptions: { ecmaVersion: 2016, project: './tsconfig.base.json', tsconfigRootDir: __dirname, sourceType: 'module', }, extends: ['eslint-config-base-web3/ts'], settings: { 'import/resolver': { typescript: {}, // this loads ts...
63
587
35
0.98
2026-04-17T17:54:17.793387
true
github_pressly_goose_a11949f3247dd6f0821ac17955113ea3cb401427
Go
pressly
goose
10,517
640
A database migration tool. Supports SQL migrations and Go functions.
[ "database", "database-migrations", "go", "golang", "migration", "migrations", "mysql", "postgres", "postgresql", "schema", "sql", "sqlite" ]
NOASSERTION
migrate_test.go
migrate_test.go
9,056
package goose import ( "io/fs" "math" "os" "path/filepath" "testing" "github.com/stretchr/testify/require" ) func TestMigrationSort(t *testing.T) { t.Parallel() ms := Migrations{} // insert in any order ms = append(ms, newMigration(20120000, "test")) ms = append(ms, newMigration(20128000, "test")) ms =...
972
9,056
268
0.98
2026-04-17T12:36:46.563938
true
github_golang_dep_0ababd4c6a1b6d1b6fe32c48220e8275f8942919
Go
golang
dep
12,751
1,029
Go dependency management tool experiment (deprecated)
[ "dependency-manager", "golang", "package-manager", "toolchain" ]
BSD-3-Clause
context.go
context.go
11,110
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package dep import ( "log" "os" "path/filepath" "runtime" "sort" "time" "github.com/golang/dep/gps" "github.com/golang/dep/gps/paths" "github.com/gol...
1,617
11,110
362
0.98
2026-04-17T11:34:09.217080
true
github_ChromeDevTools_chrome-devtools-mcp_804410c056086222442985ce02abfed7a6a31c59
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/bin/chrome-devtools-mcp-cli-options.ts
chrome-devtools-mcp-cli-options.ts
12,656
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type {YargsOptions} from '../third_party/index.js'; import {yargs, hideBin} from '../third_party/index.js'; export const cliOptions = { autoConnect: { type: 'boolean', description: 'If specified, automatical...
1,402
12,656
370
0.98
2026-04-18T00:20:57.917248
true
github_ChatGPTNextWeb_NextChat_707892c33d09602558c4391c53b0ecebe526e881
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/google.ts
google.ts
3,316
import { NextRequest, NextResponse } from "next/server"; import { auth } from "./auth"; import { getServerSideConfig } from "@/app/config/server"; import { ApiPath, GEMINI_BASE_URL, ModelProvider } from "@/app/constant"; import { prettyObject } from "@/app/utils/format"; const serverConfig = getServerSideConfig(); ex...
348
3,316
134
0.98
2026-04-23T08:58:02.699414
true
github_nightwatchjs_nightwatch_74c593a67a6c29211e64fbd077bd69c7569e464c
JavaScript
nightwatchjs
nightwatch
11,945
1,404
Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
[ "automated-testing", "chromedriver", "end-to-end-testing", "hacktoberfest", "javascript", "nightwatch", "nightwatchjs", "nodejs", "selenium", "selenium-server", "selenium-webdriver", "testing", "w3c-webdriver", "webdriver" ]
MIT
lib/assertion/assertion-runner.js
assertion-runner.js
2,748
const NightwatchAssertion = require('./assertion.js'); const Utils = require('../utils/'); const {Logger} = Utils; module.exports = class AssertionRunner { /** * This is deprecated. No longer possible to check the httpStatusCode of the command. * * @deprecated * @param result * @returns {boolean|boole...
264
2,748
96
0.98
2026-04-23T06:58:28.467778
true
github_OdyseeTeam_chainquery_45a7221546fbf8be9383d5909905c8dce1f58251
JavaScript
OdyseeTeam
chainquery
2,215
38
Chainquery parses and syncs the LBRY blockchain data into structured SQL
[ "blockchain", "go", "lbry", "sql" ]
MIT
main.js
main.js
174
var express = require("express") var app = express(); var docs_handler = express.static(__dirname + '/docs/'); app.use(docs_handler); // start the server app.listen(8002);
20
174
8
0.98
2026-04-17T16:52:05.096519
true
github_lbjlaq_Antigravity-Manager_c021b7e17a7414d0e6fd1ba76066625179c361f5
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/windowManager.ts
windowManager.ts
2,537
import { getCurrentWindow, LogicalSize } from '@tauri-apps/api/window'; import { isTauri } from './env'; /** * Enter mini view mode * @param contentHeight The height of the content to fit * @param shouldCenter Whether to center the window (default: false) */ export const enterMiniMode = async (contentHeight: numbe...
303
2,537
77
0.98
2026-04-17T13:28:50.224391
true
github_vlucas_frisby_7f8fd3cccdf605bdb3e83d04701ac58cba848e15
JavaScript
vlucas
frisby
1,517
196
Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.
[ "hacktoberfest", "integration-testing", "jasmine", "jest", "rest-api", "testing", "testing-framework" ]
UNKNOWN
src/frisby.js
frisby.js
3,484
'use strict'; const _ = require('lodash'); const Joi = require('joi'); const pkg = require('../package.json'); const FormData = require('form-data'); const FrisbySpec = require('./frisby/spec.js'); const utils = require('./frisby/utils.js'); /** * Export Frisby version from package.json */ const version = pkg.vers...
401
3,484
165
0.98
2026-04-23T12:29:38.366323
true
github_drprojects_superpoint_transformer_b857f5a345bda0bafc38edb61504d3abc4a5a760
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/models/semantic.py
semantic.py
70,633
import torch import os import os.path as osp from torch.nn import ModuleList import logging from copy import deepcopy from typing import List, Tuple, Dict, Union from pytorch_lightning import LightningModule from torchmetrics import MaxMetric, MeanMetric, SumMetric, CatMetric from pytorch_lightning.loggers.wandb import...
6,219
70,625
1,781
0.98
2026-04-22T21:13:03.695627
true
github_ChatGPTNextWeb_NextChat_b7e41fa2647ee31fe1ccd5981d358c15635b800a
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/common.ts
common.ts
5,974
import { NextRequest, NextResponse } from "next/server"; import { getServerSideConfig } from "../config/server"; import { OPENAI_BASE_URL, ServiceProvider } from "../constant"; import { cloudflareAIGatewayUrl } from "../utils/cloudflare"; import { getModelProvider, isModelNotavailableInServer } from "../utils/model"; ...
588
5,974
187
0.98
2026-04-23T08:58:01.275092
true
github_gogs_gogs_a43c5fafbd93dbd5566a9b48520380b5afc602be
Go
gogs
gogs
47,504
5,043
Gogs is a painless self-hosted Git service
[ "docker", "git", "go", "gogs", "mysql", "postgresql", "raspberry-pi", "self-hosted", "source-code-management", "sqlite3", "version-control" ]
MIT
internal/database/update.go
update.go
3,620
package database import ( "context" "os/exec" "strings" "github.com/cockroachdb/errors" "github.com/gogs/git-module" ) // CommitToPushCommit transforms a git.Commit to PushCommit type. func CommitToPushCommit(commit *git.Commit) *PushCommit { return &PushCommit{ Sha1: commit.ID.String(), Message:...
385
3,620
141
0.98
2026-04-17T07:25:25.007299
true
github_cjpais_Handy_cf5fd3f2bc9f4f6cf7bebca0a009a4f2a883b825
TypeScript
cjpais
Handy
20,113
1,637
A free, open source, and extensible speech-to-text application that works completely offline.
[ "accessibility", "cross-platform", "speech-to-text", "tauri-v2" ]
MIT
src/i18n/index.ts
index.ts
3,905
import i18n from "i18next"; import { initReactI18next } from "react-i18next"; import { locale } from "@tauri-apps/plugin-os"; import { LANGUAGE_METADATA } from "./languages"; import { commands } from "@/bindings"; import { getLanguageDirection, updateDocumentDirection, updateDocumentLanguage, } from "@/lib/utils/...
459
3,905
124
0.98
2026-04-17T13:43:27.403823
true
github_rustdesk_rustdesk_f1e78d36e39a2ceead77d8bb61247ba5a1adb485
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/plog.rs
plog.rs
1,104
use hbb_common::log; use std::ffi::c_char; const LOG_LEVEL_TRACE: &[u8; 6] = b"trace\0"; const LOG_LEVEL_DEBUG: &[u8; 6] = b"debug\0"; const LOG_LEVEL_INFO: &[u8; 5] = b"info\0"; const LOG_LEVEL_WARN: &[u8; 5] = b"warn\0"; const LOG_LEVEL_ERROR: &[u8; 6] = b"error\0"; #[inline] fn is_level(level: *const c_char, level...
121
1,104
35
0.98
2026-04-17T13:14:55.476027
true
github_drawdb-io_drawdb_bc9c32547ad8ca2440730c1981a1db869961c25c
JavaScript
drawdb-io
drawdb
37,091
2,994
Free, simple, and intuitive online database diagram editor and SQL generator.
[ "database-schema", "diagram-editor", "editor", "erd", "erdiagram", "indexeddb", "javascript", "mariadb", "oracle-database", "oracle-db", "postgresql", "react", "sql", "sql-server", "sqlite", "svg", "tailwindcss" ]
AGPL-3.0
src/templates/template6.js
template6.js
9,780
import { Cardinality } from "../data/constants"; export const template6 = { tables: [ { id: 0, name: "students", x: 200, y: 10, fields: [ { name: "id", type: "INT", default: "", check: "", primary: true, unique: tru...
873
9,780
464
0.98
2026-04-23T04:47:48.038790
true
github_pubkey_rxdb_517a1f1c633175b3621c7b784b538093eb862e6f
TypeScript
pubkey
rxdb
23,146
1,160
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/replication-protocol/conflicts.ts
conflicts.ts
1,786
import type { RxConflictHandler, RxConflictHandlerInput, RxDocumentData, RxStorageInstanceReplicationState } from '../types/index.d.ts'; import { getDefaultRevision, createRevision, now, flatClone } from '../plugins/utils/index.ts'; /** * Resolves a conflict error or determines that th...
182
1,786
54
0.98
2026-04-18T01:24:00.376792
true
github_huggingface_transformers_ada588adbd215cb6b2c1c1f970a48ffbb0275a5e
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/trainer_seq2seq.py
trainer_seq2seq.py
18,217
# Copyright 2020 The HuggingFace Team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicabl...
1,698
18,217
393
0.98
2026-04-22T13:18:12.293505
true
github_KichangKim_DeepDanbooru_6ce63239a4be045ef8be9476d597a5ad8beac89d
Python
KichangKim
DeepDanbooru
2,908
266
AI based multi-label girl image classification system, implemented by using TensorFlow.
[ "danbooru", "machine-learning", "tensorflow" ]
MIT
setup.py
setup.py
1,440
#!/usr/bin/env python # -*- coding: utf-8 -*- import re import setuptools with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() with open("deepdanbooru/__main__.py", encoding="utf-8") as f: version = re.search('__version__ = "([^"]+)"', f.read()).group(1) # type: ignore instal...
110
1,440
56
0.98
2026-04-23T00:05:38.686520
true
github_compodoc_compodoc_36a7bf025825043c82600f63a3c693d765a9601a
TypeScript
compodoc
compodoc
4,100
415
:notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application
[ "angular", "angular2", "ast", "devtools", "documentation", "documentation-tool", "generator", "jsdoc", "typescript" ]
MIT
src/utils/logger.ts
logger.ts
1,565
let log = require('fancy-log'); let c = require('picocolors'); enum LEVEL { INFO, DEBUG, ERROR, WARN } class Logger { public logger; public silent; constructor() { this.logger = log; this.silent = true; } public info(...args) { if (!this.silent) { ...
154
1,565
78
0.98
2026-04-18T00:24:40.195817
true
github_ChatGPTNextWeb_NextChat_5bb3a5dcb64f4a735c8feaa455566ebbc397ee93
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/openai.ts
openai.ts
2,096
import { type OpenAIListModelResponse } from "@/app/client/platforms/openai"; import { getServerSideConfig } from "@/app/config/server"; import { ModelProvider, OpenaiPath } from "@/app/constant"; import { prettyObject } from "@/app/utils/format"; import { NextRequest, NextResponse } from "next/server"; import { auth }...
220
2,096
79
0.98
2026-04-23T08:58:03.619237
true
github_hashicorp_nomad_f5ec62eea05b4d91089eea76edd4cb1dacf7c639
Go
hashicorp
nomad
16,424
2,074
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
[]
NOASSERTION
api/agent.go
agent.go
17,118
// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package api import ( "encoding/json" "fmt" "io" "net/url" "strconv" ) // Agent encapsulates an API client which talks to Nomad's // agent endpoints for a specific node. type Agent struct { client *Client // Cache static agent info nodeNam...
2,411
17,118
607
0.98
2026-04-17T10:24:37.692454
true
github_agones-dev_agones_dd00eeb1e4c85a3765a4e91f11669441502f27b2
Go
agones-dev
agones
6,798
900
Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
[ "agones", "dedicated-game-servers", "dedicated-gameservers", "game-development", "game-server", "go", "golang", "kubernetes", "multiplayer" ]
Apache-2.0
pkg/gameservers/gameservers_test.go
gameservers_test.go
8,132
// Copyright 2020 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
706
8,132
226
0.98
2026-04-17T20:34:10.531094
true
github_mlfoundations_open_clip_d0419b4d7887b5af810f6251c9e4b3c18971b59a
Python
mlfoundations
open_clip
13,726
1,281
An open source implementation of CLIP.
[ "computer-vision", "contrastive-loss", "deep-learning", "language-model", "multi-modal-learning", "pretrained-models", "pytorch", "zero-shot-classification" ]
NOASSERTION
src/open_clip/__init__.py
__init__.py
1,298
from .version import __version__ from .coca_model import CoCa from .constants import OPENAI_DATASET_MEAN, OPENAI_DATASET_STD from .factory import create_model, create_model_and_transforms, create_model_from_pretrained, get_tokenizer, create_loss from .factory import list_models, add_model_config, get_model_config, loa...
95
1,298
19
0.98
2026-04-22T13:56:47.871117
true
github_AsyncFuncAI_deepwiki-open_539857b6ae8e19252554559329ba8c4e1a58af3b
TypeScript
AsyncFuncAI
deepwiki-open
15,708
1,765
Open Source DeepWiki: AI-Powered Wiki Generator for GitHub/Gitlab/Bitbucket Repositories. Join the discord: https://discord.gg/gMwThUMeme
[ "ai", "gemini", "github", "ollama", "open-source", "openai", "openrouter", "self-hosted", "wiki" ]
MIT
next.config.ts
next.config.ts
1,816
import type { NextConfig } from "next"; const TARGET_SERVER_BASE_URL = process.env.SERVER_BASE_URL || 'http://localhost:8001'; const nextConfig: NextConfig = { /* config options here */ output: 'standalone', // Optimize build for Docker experimental: { optimizePackageImports: ['@mermaid-js/mermaid', 'reac...
142
1,816
71
0.98
2026-04-17T15:32:30.345326
true
github_microsoft_typescript-go_b167b3a3628d80cb8c6daee46ad1975fe555740e
JavaScript
microsoft
typescript-go
24,802
893
Staging repo for development of native port of TypeScript
[]
Apache-2.0
.gulp.js
.gulp.js
353
const cp = require("child_process"); const path = require("path"); const argv = process.argv.slice(2); const args = [ ...process.execArgv, path.join(__dirname, "node_modules", "hereby", "bin", "hereby.js"), ...argv, ]; const { status } = cp.spawnSync(process.execPath, args, { stdio: "inherit" ...
38
353
14
0.98
2026-04-17T08:41:11.459290
true
github_ultraworkers_claw-code_428a35e5850af0bf6e7b82f6637dbe3888c73dbe
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/tool_pool.py
tool_pool.py
1,044
from __future__ import annotations from dataclasses import dataclass from .models import PortingModule from .permissions import ToolPermissionContext from .tools import get_tools @dataclass(frozen=True) class ToolPool: tools: tuple[PortingModule, ...] simple_mode: bool include_mcp: bool def as_mark...
88
1,042
38
0.98
2026-04-17T13:13:26.598529
true
github_alibaba_sentinel-golang_7f34b4e99281a61d44729427934152697530245e
Go
alibaba
sentinel-golang
2,950
453
Sentinel Go enables reliability and resiliency for Go microservices
[ "cloud-native", "go", "golang", "microservice", "microservices", "middleware", "rate-limiting", "resiliency" ]
Apache-2.0
core/circuitbreaker/rule_test.go
rule_test.go
13,877
// Copyright 1999-2020 Alibaba Group Holding Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
966
13,877
486
0.98
2026-04-18T00:58:04.876589
true
github_ultraworkers_claw-code_b8e5a4da584a67b583650f29c549c275fed5c164
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/setup.py
setup.py
2,315
from __future__ import annotations import platform import sys from dataclasses import dataclass from pathlib import Path from .deferred_init import DeferredInitResult, run_deferred_init from .prefetch import PrefetchResult, start_keychain_prefetch, start_mdm_raw_read, start_project_scan @dataclass(frozen=True) clas...
181
2,315
78
0.98
2026-04-17T13:13:24.029284
true
github_adam-mcdaniel_sage_3d8026ed2d6490085e05c029d424a3184c15d504
Rust
adam-mcdaniel
sage
537
17
A programming language that's wise beyond its bytes!🌱🌿🪴
[ "algebraic-data-types", "c", "compiler", "frontend", "mobile", "pattern-matching", "polymorphism", "portable", "rust", "structural-typing", "turing-tarpit", "wasm", "web", "x86-64" ]
MIT
src/asm/globals.rs
globals.rs
5,300
//! # Assembly Global Variables //! //! This module contains all the logic for managing global variables in assembly programs. //! //! It is used in-between the LIR and assembly stages of compilation to manage `static` variables. //! //! When the assembly program is lowered, this module is used to resolve the locations...
629
5,300
148
0.98
2026-04-17T17:10:48.155627
true
github_MadeBaruna_paimon-moe_94c56636508f6439887db849e3463ab64c21f2cb
JavaScript
MadeBaruna
paimon-moe
1,510
282
Your best Genshin Impact companion! Help you plan what to farm with ascension calculator and database. Also track your progress with todo and wish counter.
[ "genshin", "genshin-calculator", "genshin-impact", "svelte", "tailwindcss" ]
MIT
src/stores/saveManager.js
saveManager.js
4,268
import dayjs from 'dayjs'; import { writable } from 'svelte/store'; import debounce from 'lodash.debounce'; import localforage from 'localforage'; import { t as $t } from 'svelte-i18n'; import { synced, saveId, localModified, lastSyncTime, driveSignedIn } from './dataSync'; import { pushToast } from './toast'; export...
437
4,268
175
0.98
2026-04-23T12:14:17.302146
true
github_atlassian_react-beautiful-dnd_c1c338aa8c745e14c579beae8555ada8769521e8
JavaScript
atlassian
react-beautiful-dnd
34,020
2,721
Beautiful and accessible drag and drop for lists with React
[ "dnd", "drag", "drag-and-drop", "react", "reordering", "sortable" ]
NOASSERTION
src/state/get-impact-location.js
get-impact-location.js
429
// @flow import type { DragImpact, DraggableLocation, Combine } from '../types'; export function tryGetDestination(impact: DragImpact): ?DraggableLocation { if (impact.at && impact.at.type === 'REORDER') { return impact.at.destination; } return null; } export function tryGetCombine(impact: DragImpact): ?Com...
49
429
17
0.98
2026-04-23T04:48:39.929771
true
github_thiswillbeyourgithub_AnkiAIUtils_7a5f9314807641baa6fb5b84f6ff6242c30d45aa
Python
thiswillbeyourgithub
AnkiAIUtils
846
28
AI-powered tools to enhance Anki flashcards with explanations, mnemonics, illustrations, and adaptive learning for medical school and beyond
[ "anki", "dalle-2", "dalle-3", "illustrations", "learning", "llm", "medical", "mnemonics", "openai", "spaced-repetition", "stable-diffusion", "summary" ]
AGPL-3.0
illustrator.py
illustrator.py
47,798
""" A module for generating illustrations for Anki cards using LLMs and image generation models. This module provides functionality to automatically create relevant illustrations for Anki cards using large language models to generate prompts, which are then used with image generation models like DALL-E or Stable Diff...
4,303
47,794
1,246
0.98
2026-04-23T01:11:02.382762
true
github_medialab_xan_e680c6121f22162a7702d814fbe32eb5ccb26d9f
Rust
medialab
xan
3,903
80
The CSV magician
[ "cli", "csv", "rust", "tsv" ]
Unlicense
src/cmd/tokenize.rs
tokenize.rs
22,500
use std::borrow::Cow; use std::cell::RefCell; use std::ops::RangeInclusive; use paltoquet::stemmers::{fr::carry_stemmer, s_stemmer}; use paltoquet::tokenizers::{ split_paragraphs, split_sentences, NgramsIteratorExt, WordToken, WordTokenKind, WordTokenizerBuilder, }; use pariter::IteratorExt; use regex::Regex; ...
2,039
22,497
627
0.98
2026-04-17T18:35:45.241828
true
github_bigint_hey_578749c71ea97c85423d0710ac6e3c1c70134fa9
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/splitNumber.ts
splitNumber.ts
231
const splitNumber = (num = 1, parts = 1): number[] => { const base = Math.floor(num / parts); const rem = num % parts; return Array.from({ length: parts }, (_, i) => base + (i < rem ? 1 : 0)); }; export default splitNumber;
45
231
8
0.98
2026-04-18T01:23:14.393954
true
github_k3d-io_k3d_5eb87c80b1fecf1a0f932f73989cd9921c68b6ae
Go
k3d-io
k3d
6,379
528
Little helper to run CNCF's k3s in Docker
[ "cluster", "docker", "go", "k3d", "k3s", "kubernetes", "rancher" ]
MIT
cmd/util/runtimeLabels.go
runtimeLabels.go
1,481
/* Copyright © 2020-2023 The k3d Author(s) 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, merge, publish, distri...
218
1,480
36
0.98
2026-04-17T20:37:03.922840
true
github_ageitgey_face_recognition_63b2bb35a2ce967063582f181f1182f3f442ee77
Python
ageitgey
face_recognition
56,317
13,729
The world's simplest facial recognition api for Python and the command line
[ "face-detection", "face-recognition", "machine-learning", "python" ]
MIT
setup.py
setup.py
1,752
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup with open('README.rst') as readme_file: readme = readme_file.read() with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ 'face_recognition_models>=0.3.0', 'Click>=6.0', 'dlib>=19.7', ...
144
1,752
65
0.98
2026-04-22T13:19:36.560440
true
github_bnb-chain_bsc_b74864047c823c5d183138e031485ce2fd02d6ec
JavaScript
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/jsutils/getchainstatus.js
getchainstatus.js
65,764
import { ethers } from "ethers"; import program from "commander"; program.option("--rpc <rpc>", "Rpc"); program.option("--startNum <startNum>", "start num"); program.option("--endNum <endNum>", "end num"); program.option("--miner <miner>", "miner", ""); program.option("--num <Num>", "validator num", 21); program.optio...
4,769
65,764
1,116
0.98
2026-04-17T16:50:05.079754
true
github_milvus-io_milvus_1c3904c01e1ebabc63cbc6a393a0c5615a8c71cd
Go
milvus-io
milvus
43,838
3,961
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
[ "anns", "cloud-native", "diskann", "distributed", "embedding-database", "embedding-similarity", "embedding-store", "faiss", "golang", "hnsw", "image-search", "llm", "nearest-neighbor-search", "rag", "vector-database", "vector-search", "vector-similarity", "vector-store" ]
Apache-2.0
internal/allocator/id_allocator_test.go
id_allocator_test.go
2,256
// Licensed to the LF AI & Data foundation under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not use th...
254
2,256
80
0.98
2026-04-17T07:28:52.710965
true
github_bentoml_BentoML_a5b71b8d7689c8d433f49b9a8965dd8cfc03e2c2
Python
bentoml
BentoML
8,586
951
The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
[ "ai-inference", "deep-learning", "generative-ai", "inference-platform", "llm", "llm-inference", "llm-serving", "llmops", "machine-learning", "ml-engineering", "mlops", "model-inference-service", "model-serving", "multimodal", "python" ]
Apache-2.0
src/bentoml_cli/serve.py
serve.py
18,578
from __future__ import annotations import logging import os import sys import typing as t import click import rich if t.TYPE_CHECKING: P = t.ParamSpec("P") F = t.Callable[P, t.Any] logger = logging.getLogger(__name__) DEFAULT_DEV_SERVER_HOST = "127.0.0.1" def deprecated_option(*param_decls: str, **attrs...
1,378
18,572
552
0.98
2026-04-17T17:24:21.265010
true
github_databus23_helm-diff_7f90ff3abec2c825834cda2431e422bee70b4550
Go
databus23
helm-diff
3,404
320
A helm plugin that shows a diff explaining what a helm upgrade would change
[ "charts", "helm", "kubernetes" ]
Apache-2.0
cmd/upgrade.go
upgrade.go
17,926
package cmd import ( "bytes" "errors" "fmt" "log" "os" "path/filepath" "slices" "strconv" "strings" "github.com/spf13/cobra" "helm.sh/helm/v4/pkg/action" "helm.sh/helm/v4/pkg/cli" "helm.sh/helm/v4/pkg/kube" apierrors "k8s.io/apimachinery/pkg/api/errors" "k8s.io/cli-runtime/pkg/resource" "github.com/d...
1,990
17,926
418
0.98
2026-04-17T22:34:32.863514
true
github_nodejs_node_4e9fea1f8ecb49899f85b3a44b185d76b5851325
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/readline/promises.js
promises.js
1,560
'use strict'; const { Promise, SymbolDispose, } = primordials; const { Readline, } = require('internal/readline/promises'); const { Interface: _Interface, kQuestion, kQuestionCancel, kQuestionReject, } = require('internal/readline/interface'); const { AbortError, } = require('internal/errors'); cons...
141
1,560
70
0.98
2026-04-23T06:16:14.491149
true
github_bigint_hey_d3b58422a4ab767b2f3859da26ec1b9b00280c44
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/store/createTrackedStore.ts
createTrackedStore.ts
824
import { createTrackedSelector } from "react-tracked"; import type { StateCreator, StoreApi } from "zustand"; import { create } from "zustand"; import { type PersistOptions, persist } from "zustand/middleware"; interface TrackedStore<State> { store: StoreApi<State>; useStore: () => State; } export const createTra...
91
824
27
0.98
2026-04-18T01:23:20.038218
true
github_jsx-eslint_eslint-plugin-react_6f5ad50bbf5c162122a079fbd6f353ad58b776ae
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/jsx-wrap-multilines.js
jsx-wrap-multilines.js
8,442
/** * @fileoverview Prevent missing parentheses around multilines JSX * @author Yannick Croissant */ 'use strict'; const has = require('hasown'); const docsUrl = require('../util/docsUrl'); const eslintUtil = require('../util/eslint'); const jsxUtil = require('../util/jsx'); const reportC = require('../util/report...
746
8,442
276
0.98
2026-04-23T05:49:13.223347
true
github_nodejs_node_efd2029fb67dddfa8a93660d6804ab56bc6fc393
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/net.js
net.js
71,745
// 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...
7,612
71,745
2,570
0.98
2026-04-23T06:16:09.415316
true
github_matryer_xbar_d39019abd698d2447c1b9424ed944db0dbbc6f7d
JavaScript
matryer
xbar
18,017
651
Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
[ "bitbar", "mac", "macos-menu", "macosx", "menubar", "scripting", "xbar" ]
MIT
app/frontend/postcss.config.js
postcss.config.js
142
module.exports = { plugins: [ require('postcss-import'), require('tailwindcss'), require('autoprefixer'), ], }
10
142
7
0.98
2026-04-17T09:43:51.339617
true