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_jenkins-x_jx_2e8b9a3786a4737b50f9ff9fe679e62020588a23
Go
jenkins-x
jx
4,686
799
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
[ "accelerator", "cicd", "continuous-delivery", "continuous-integration", "devops", "environments", "gitops", "golang", "hacktoberfest", "kubernetes", "openshift", "pipeline", "tekton" ]
Apache-2.0
pkg/version/info_test.go
info_test.go
2,673
//go:build unit package version_test import ( "testing" "github.com/jenkins-x/jx/pkg/version" "github.com/blang/semver" "github.com/stretchr/testify/assert" ) var InputNonEmpty = map[string]string{ "version": "2.2.2", "revision": "abcdef", "buildDate": "20200526-19:28:09", "goVersion": "1.14...
238
2,673
104
0.98
2026-04-17T21:43:06.294095
true
github_pulumi_pulumi_79128b32ac53e8924c4bd7811e6a762d16075b33
Go
pulumi
pulumi
25,057
1,351
Pulumi - Infrastructure as Code in any programming language 🚀
[ "aws", "azure", "cloud", "cloud-computing", "containers", "csharp", "dotnet", "fsharp", "gcp", "go", "golang", "iac", "infrastructure-as-code", "javascript", "kubernetes", "python", "serverless", "typescript" ]
Apache-2.0
pkg/display/json.go
json.go
3,852
// Copyright 2016, Pulumi Corporation. // // 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 agre...
494
3,852
85
0.98
2026-04-17T08:39:53.654315
true
github_jina-ai_serve_46f3ba9eb69c5d06dc4c3dbb82536a89dacb8497
Python
jina-ai
serve
21,877
2,238
☁️ Build multimodal AI applications with cloud-native stack
[ "cloud-native", "cncf", "deep-learning", "docker", "fastapi", "framework", "generative-ai", "grpc", "jaeger", "kubernetes", "llmops", "machine-learning", "microservice", "mlops", "multimodal", "neural-search", "opentelemetry", "orchestration", "pipeline", "prometheus" ]
Apache-2.0
fastentrypoints.py
fastentrypoints.py
4,095
# noqa: D300,D400 # Copyright (c) 2016, Aaron Christianson # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # 1. Redistributions of source code must retain the above copyright # notice, this...
483
4,095
117
0.98
2026-04-22T13:36:47.206056
true
github_lusingander_serie_69ee4a993809d1eca684610415657a95d273138c
Rust
lusingander
serie
1,882
42
A rich git commit graph in your terminal, like magic 📚
[ "cli", "git", "git-client", "git-graph", "git-log", "git-tools", "ratatui", "terminal", "tui" ]
MIT
src/keybind.rs
keybind.rs
12,024
use std::ops::{Deref, DerefMut}; use ratatui::crossterm::event::{KeyCode, KeyEvent, KeyModifiers}; use rustc_hash::FxHashMap; use serde::{de::Deserializer, Deserialize}; use crate::event::UserEvent; const DEFAULT_KEY_BIND: &str = include_str!("../assets/default-keybind.toml"); #[derive(Debug, Default, Clone, Partia...
887
12,024
364
0.98
2026-04-17T19:25:27.391732
true
github_pyca_cryptography_3c7ba043b1c58f093b31699c4bcd49ceb69cea80
Rust
pyca
cryptography
7,562
1,737
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
[ "cryptography", "python" ]
NOASSERTION
src/rust/build.rs
build.rs
1,666
// This file is dual licensed under the terms of the Apache License, Version // 2.0, and the BSD License. See the LICENSE file in the root of this repository // for complete details. use std::env; #[allow(clippy::unusual_byte_groupings)] fn main() { pyo3_build_config::use_pyo3_cfgs(); if let Ok(version) = en...
121
1,666
50
0.98
2026-04-23T04:32:48.237669
true
github_ChromeDevTools_chrome-devtools-mcp_b66e0cd26bcf2667f9255861ed045f90b7e749d0
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/Mutex.ts
Mutex.ts
839
/** * @license * Copyright 2025 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ export class Mutex { static Guard = class Guard { #mutex: Mutex; constructor(mutex: Mutex) { this.#mutex = mutex; } dispose(): void { return this.#mutex.release(); } }; #locked = false; #ac...
96
839
42
0.98
2026-04-18T00:20:55.602549
true
github_yeoman_yo_74f0cbe409145b91298d90a8645664337b1c5120
JavaScript
yeoman
yo
3,956
406
CLI tool for running Yeoman generators
[ "generator", "javascript", "nodejs", "scaffolding", "templates", "yeoman" ]
BSD-2-Clause
lib/router.js
router.js
2,611
import path from 'node:path'; import titleize from 'titleize'; import humanizeString from 'humanize-string'; import {readPackageUpSync} from 'read-package-up'; import updateNotifier from 'update-notifier'; import Configstore from 'configstore'; import {namespaceToName} from './utils/namespace.js'; import pkg from './ut...
278
2,611
92
0.98
2026-04-23T07:42:58.326368
true
github_axios_axios_e8cea68734dfb16ac11232f841dc9367e63bffe8
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
lib/helpers/callbackify.js
callbackify.js
417
import utils from '../utils.js'; const callbackify = (fn, reducer) => { return utils.isAsyncFn(fn) ? function (...args) { const cb = args.pop(); fn.apply(this, args).then((value) => { try { reducer ? cb(null, ...reducer(value)) : cb(null, value); } catch (err) { ...
49
417
19
0.98
2026-04-23T06:16:52.093991
true
github_pathwaycom_pathway_c4429d4ccb70d2c6f9ac95bcf01dcfa9e1b3a64e
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/engine/telemetry.rs
telemetry.rs
22,404
use opentelemetry::{trace::noop::NoopTracerProvider, InstrumentationScope}; use std::{ sync::Arc, thread::{Builder, JoinHandle}, time::{Duration, SystemTime}, }; use super::{error::DynError, license::License, Graph, Result}; use crate::{engine::dataflow::monitoring::ProberStats, env::parse_env_var}; use ar...
1,375
22,404
638
0.98
2026-04-23T04:40:40.860469
true
github_dani-garcia_vaultwarden_c24c4641a3911fb08bc80facef6eaca18259a010
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/api/identity.rs
identity.rs
46,932
use chrono::Utc; use num_traits::FromPrimitive; use rocket::{ form::{Form, FromForm}, response::Redirect, serde::json::Json, Route, }; use serde_json::Value; use crate::{ api::{ core::{ accounts::{PreloginData, RegisterData, _prelogin, _register, kdf_upgrade}, log_us...
3,824
46,932
1,240
0.98
2026-04-17T13:16:30.302419
true
github_Ottrlang_otterlang_6301c9e365643e45870d4f46b824aeb0887030d1
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/test/snapshot.rs
snapshot.rs
3,362
use anyhow::{Context, Result}; use serde::{Deserialize, Serialize}; use std::collections::HashMap; use std::fs; use std::path::{Path, PathBuf}; pub struct SnapshotManager { snapshot_dir: PathBuf, snapshots: HashMap<String, String>, update_mode: bool, } #[derive(Debug, Serialize, Deserialize)] struct Snaps...
252
3,362
119
0.98
2026-04-17T17:09:30.222401
true
github_Ottrlang_otterlang_b03b6d3faafefaf16d0842c2b4cce6652eb1c2b1
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/bin/otter.rs
otter.rs
1,042
use otterlang::cli; fn main() -> anyhow::Result<()> { if let Err(e) = cli::run() { let msg = e.to_string(); if msg.contains("lexing failed") || msg.contains("parsing failed") || msg.contains("type checking failed") { std::process::exit(1); } ...
98
1,042
37
0.98
2026-04-17T17:09:26.370594
true
github_kopia_kopia_997f0452fa60abeba22fd7e367d1486534c33847
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/config.js
config.js
3,507
const fs = await import("fs"); const path = await import("path"); const Electron = await import("electron"); const log = await import("electron-log"); let configs = {}; const configFileSuffix = ".config"; let myConfigDir = ""; let isPortable = false; let firstRun = false; // returns the list of directories to be che...
390
3,507
167
0.98
2026-04-17T11:30:11.458430
true
github_NVIDIA_k8s-device-plugin_7cf78b267d00d76291d3f2cfe018291a5d484add
Go
NVIDIA
k8s-device-plugin
3,723
806
NVIDIA device plugin for Kubernetes
[ "kubernetes" ]
Apache-2.0
internal/rm/helper.go
helper.go
922
/* * Copyright (c) 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 requi...
155
922
33
0.98
2026-04-17T22:28:00.608274
true
github_adam-mcdaniel_oakc_ced35dac868a46882cc88d70e95c22cff7178e99
Rust
adam-mcdaniel
oakc
747
21
A portable programming language with a compact intermediate representation
[ "c", "compiler", "compiler-design", "golang" ]
Apache-2.0
src/mir.rs
mir.rs
89,739
use std::{ collections::BTreeMap, fmt::{Display, Error, Formatter}, path::PathBuf, }; use crate::{ asm::{AsmExpression, AsmFunction, AsmProgram, AsmStatement, AsmType}, Identifier, StringLiteral, }; /// A value representing an error while assembling the MIR code #[derive(Clone, Debug, PartialEq, P...
8,004
89,739
2,210
0.98
2026-04-17T17:08:39.044305
true
github_ixartz_Next-js-Boilerplate_978889809cf1ea4bfa8cabe8632b526b2b6a5ccf
TypeScript
ixartz
Next-js-Boilerplate
12,867
2,375
🚀🎉📚 Nextjs Boilerplate and Starter with App Router and Page Router support, Tailwind CSS 4 and TypeScript ⚡️ Made with developer experience first: Next.js 16 + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Sentry + PostC...
[ "boilerplate", "boilerplate-code", "jamstack", "javascript", "js-boilerplate", "netlify-template", "next-js", "next-theme", "nextjs", "nextjs-starter", "nextjs-template", "react", "react-boilerplate", "reactjs", "starter-kit", "starter-project", "starter-template", "tailwind-css", ...
MIT
src/utils/DBConnection.ts
DBConnection.ts
593
import { drizzle } from 'drizzle-orm/node-postgres'; import { Pool } from 'pg'; import { Env } from '@/libs/Env'; import { logger } from '@/libs/Logger'; import * as schema from '@/models/Schema'; // Need a database for production? Check out https://get.neon.com/BMFYNtx // Tested and compatible with Next.js Boilerplat...
77
593
23
0.98
2026-04-23T09:44:09.370085
true
github_JordanKnott_taskcafe_aa064e8f202682c88fdc1539fcda0ecd65adc9dc
Go
JordanKnott
taskcafe
5,189
466
An open source project management tool with Kanban boards
[ "golang", "gqlgen", "graphql", "kanban-board", "project-management", "react", "typescript" ]
MIT
internal/graph/team.resolvers.go
team.resolvers.go
6,683
package graph // This file will be automatically regenerated based on the schema, any resolver implementations // will be copied through when generating and any unknown code will be moved to the end. import ( "context" "fmt" "time" "github.com/google/uuid" "github.com/jordanknott/taskcafe/internal/db" "github....
662
6,683
193
0.98
2026-04-18T01:34:06.751067
true
github_quic-go_quic-go_63132f2deb1d5e56ce3deb0c62f9478f644196ee
Go
quic-go
quic-go
11,545
1,541
A production-ready QUIC implementation in pure Go
[ "go", "golang", "http3", "protocol", "qlog", "quic", "quic-client", "quic-server" ]
MIT
client.go
client.go
3,446
package quic import ( "context" "crypto/tls" "errors" "net" "github.com/quic-go/quic-go/internal/protocol" ) // make it possible to mock connection ID for initial generation in the tests var generateConnectionIDForInitial = protocol.GenerateConnectionIDForInitial // DialAddr establishes a new QUIC connection t...
507
3,446
110
0.98
2026-04-17T12:16:05.852823
true
github_simov_grant_cf0e705f0665ed0679178adf6ca45bc6cc6ce4cb
JavaScript
simov
grant
4,171
267
OAuth Proxy
[ "authentication", "authorization", "aws", "aws-lambda", "azure", "express", "gcp", "hapi", "javascript", "js", "koa", "lambda", "middleware", "node", "nodejs", "oauth", "oauth2", "server", "serverless", "vercel" ]
MIT
lib/oidc.js
oidc.js
1,262
var crypto = require('crypto') var base64url = (str) => str.toString('base64').replace(/=/g, '').replace(/\+/g, '-').replace(/\//g, '_') var kid = (jwk) => { if (jwk.kid) { return jwk.kid } var keys = jwk.kty === 'RSA' ? {e: jwk.e, kty: jwk.kty, n: jwk.n} : jwk.kty === 'EC' ? {crv: jwk.crv, kty:...
153
1,262
48
0.98
2026-04-23T07:40:19.391469
true
github_nodejs_node_5e53879bd6d5aa939dbf4a70ad7dad67bfe88b65
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/os.js
os.js
8,250
// 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...
1,042
8,250
360
0.98
2026-04-23T06:16:09.736984
true
github_quickwit-oss_tantivy_316b4cfad95c99d3cca462b4fc93b404275c1ca3
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/fieldnorm/serializer.rs
serializer.rs
999
use std::io; use std::io::Write; use crate::directory::{CompositeWrite, WritePtr}; use crate::schema::Field; /// The fieldnorms serializer is in charge of /// the serialization of field norms for all fields. pub struct FieldNormsSerializer { composite_write: CompositeWrite, } impl FieldNormsSerializer { /// ...
104
999
35
0.98
2026-04-17T13:54:27.480198
true
github_hijkzzz_pymarl2_055d57d2b69b809728667ebd630be5ef5aff3cc0
Python
hijkzzz
pymarl2
708
135
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
[ "marl", "reinforcement-learning", "smac", "sota", "starcraft" ]
Apache-2.0
src/learners/policy_gradient_v2.py
policy_gradient_v2.py
6,571
import copy from components.episode_buffer import EpisodeBatch from modules.mixers.vdn import VDNMixer from modules.mixers.qmix import QMixer from utils.rl_utils import build_td_lambda_targets from components.action_selectors import categorical_entropy import torch as th from torch.optim import Adam, RMSprop """ IAC a...
540
6,571
149
0.98
2026-04-22T20:37:51.506578
true
github_awslabs_gluonts_5ab67e77e45d6022002fa4474219a902576159c4
Python
awslabs
gluonts
5,169
816
Probabilistic time series modeling in Python
[ "artificial-intelligence", "aws", "data-science", "deep-learning", "forecasting", "machine-learning", "mxnet", "neural-networks", "pytorch", "sagemaker", "time-series", "time-series-forecasting", "time-series-prediction", "timeseries", "torch" ]
Apache-2.0
src/gluonts/pydantic.py
pydantic.py
2,103
# Copyright 2018 Amazon.com, Inc. or its affiliates. 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. # A copy of the License is located at # # http://www.apache.org/licenses/LICENSE-2.0 # # or in the "license...
215
2,103
77
0.98
2026-04-22T14:18:09.972150
true
github_deepfakes_faceswap_44a7ea12820b246bf76125d677aca4b4ac669796
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/training/__init__.py
__init__.py
595
#!/usr/bin/env python3 """ Package for handling alignments files, detected faces and aligned faces along with their associated objects. """ from __future__ import annotations import typing as T from .data_augmentation import ImageAugmentation from .lr_finder import LearningRateFinder from .lr_warmup import LearningRat...
67
595
20
0.98
2026-04-17T06:42:39.493138
true
github_bigscience-workshop_promptsource_c62323469b86a083aa7e32208d8b6ed6b4da45d1
Python
bigscience-workshop
promptsource
3,008
379
Toolkit for creating, sharing and using natural language prompts.
[ "machine-learning", "natural-language-processing", "nlp" ]
Apache-2.0
setup.py
setup.py
1,862
from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as readme_file: readme = readme_file.read() requirements = [ "black<=21.12b0", "datasets>=1.7.0", "flake8", "isort==5.8.0", "pytest", "pyyaml>=5", "streamlit==0.82", "jinja2", "plotly", ...
139
1,862
56
0.98
2026-04-22T19:39:51.076205
true
github_directus_directus_04704a3b877b3463ea7f904fac725636c58ab73e
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/flows.ts
flows.ts
18,065
import { Action } from '@directus/constants'; import { useEnv } from '@directus/env'; import { ForbiddenError } from '@directus/errors'; import { isSystemCollection } from '@directus/system-data'; import type { Accountability, ActionHandler, FilterHandler, Flow, Operation, OperationHandler, PrimaryKey, SchemaOv...
1,905
18,065
602
0.98
2026-04-23T07:57:58.440347
true
github_babel_babel_1a8d299ad9a1698152dbb42610c486c42f894760
TypeScript
babel
babel
43,892
5,813
🐠 Babel is a compiler for writing next generation JavaScript.
[ "ast", "babel", "compiler", "es2015", "es6", "flavortown", "javascript" ]
MIT
lib/globals.d.ts
globals.d.ts
257
declare const IS_STANDALONE: boolean; declare const PACKAGE_JSON: { name: string; version: string }; declare function REQUIRED_VERSION(version: string): string; declare namespace NodeJS { export interface ProcessEnv { BABEL_8_BREAKING: string; } }
30
257
10
0.98
2026-04-23T13:04:30.138741
true
github_vikiboss_60s_92809d1ee7fd9dce14160da25871caab6e636843
TypeScript
vikiboss
60s
5,155
891
⏰ 60s API 免费接口。每天 60 秒看世界、奥运奖牌榜、小红书/B站/微博/抖音/知乎热搜、金价、油价、天气、翻译、壁纸、Epic 游戏、二维码、猫眼票房|一系列 高质量、开源、可靠、全球 CDN 加速 的开放 API 集合,支持 Docker / Deno / Bun / Cloudflare Workers / Node.js 部署
[ "60s", "api", "bilibili", "bing", "bun", "cloudflare-workers", "deno", "docker", "entertainment", "fun", "news", "today-in-history", "typescript", "weibo", "youdao" ]
MIT
src/router.ts
router.ts
8,490
import { Router } from '@oak/oak/router' import { Common } from './common.ts' import { service60s } from './modules/60s.module.ts' import { service60sRss } from './modules/60s-rss.module.ts' import { serviceAINews } from './modules/ai-news.module.ts' import { serviceAnswer } from './modules/answer/answer.module.ts' im...
560
8,342
174
0.98
2026-04-17T18:01:31.689683
true
github_GyulyVGC_sniffnet_8c1d090b31a4e55aa6d17ad8279b9f327b1ba423
Rust
GyulyVGC
sniffnet
34,076
1,240
Comfortably monitor your Internet traffic 🕵️‍♂️
[ "application", "gui", "iced", "linux", "macos", "network", "network-analysis", "network-monitoring", "networking", "packet-analyser", "packet-capture", "packet-sniffer", "pcap", "rust", "rust-crate", "security", "tool", "utility", "windows" ]
Apache-2.0
src/mmdb/asn.rs
asn.rs
5,531
use crate::mmdb::types::mmdb_asn_entry::MmdbAsnEntry; use crate::mmdb::types::mmdb_reader::MmdbReader; use crate::networking::types::asn::Asn; use std::net::IpAddr; pub const ASN_MMDB: &[u8] = include_bytes!("../../resources/DB/GeoLite2-ASN.mmdb"); #[allow(clippy::module_name_repetitions)] pub fn get_asn(address: &Ip...
390
5,531
145
0.98
2026-04-17T13:21:21.639092
true
github_0xJacky_nginx-ui_1ba4a2c02fc70123a86f3973aaa77973012cc807
Go
0xJacky
nginx-ui
11,044
805
Yet another WebUI for Nginx
[ "chatgpt-app", "code-completion", "copilot", "cron", "deepseek-r1", "docker", "go", "letsencrypt", "linux", "macos", "mcp", "mcp-server", "nginx", "self-hosted", "vue", "webui", "windows" ]
AGPL-3.0
api/backup/backup_test.go
backup_test.go
11,360
package backup import ( "bytes" "encoding/base64" "encoding/json" "io" "mime/multipart" "net/http" "net/http/httptest" "os" "path/filepath" "strings" "testing" "github.com/0xJacky/Nginx-UI/internal/backup" "github.com/0xJacky/Nginx-UI/settings" "github.com/gin-gonic/gin" "github.com/stretchr/testify/as...
1,091
11,360
391
0.98
2026-04-17T12:26:04.228699
true
github_nodejs_node_60ea4457ab1bf668d2e396085c29472bc18d59c8
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/repl.js
repl.js
49,045
// 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...
4,889
49,045
1,506
0.98
2026-04-23T06:16:14.993281
true
github_hacksider_Deep-Live-Cam_f01b4ec2dc23d8444528a3eed2044d09fa55e22d
Python
hacksider
Deep-Live-Cam
90,879
13,229
real time face swap and one-click video deepfake with only a single image
[ "ai", "ai-deep-fake", "ai-face", "ai-webcam", "artificial-intelligence", "deep-fake", "deepfake", "deepfake-webcam", "faceswap", "fake-webcam", "gan", "real-time-deepfake", "realtime", "realtime-deepfake", "realtime-face-changer", "video-deepfake", "webcam", "webcamera" ]
AGPL-3.0
run.py
run.py
786
#!/usr/bin/env python3 import os import sys # Add the project root to PATH so bundled ffmpeg/ffprobe are found project_root = os.path.dirname(os.path.abspath(__file__)) os.environ["PATH"] = project_root + os.pathsep + os.environ.get("PATH", "") # Add NVIDIA CUDA DLL directories to PATH so onnxruntime-gpu can find th...
90
786
25
0.98
2026-04-17T15:22:26.705097
true
github_bigint_hey_926605e17e2004608db58573925989ab23f93b0c
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/clearLocalStorage.ts
clearLocalStorage.ts
321
import { Localstorage } from "@/data/storage"; const clearLocalStorage = (): void => { const storesToClear = Object.values(Localstorage).filter( (store) => store !== Localstorage.SearchStore ); for (const store of storesToClear) { localStorage.removeItem(store); } }; export default clearLocalStorage;...
35
321
14
0.98
2026-04-18T01:22:58.704517
true
github_vmware-archive_kubeless_950e5ffd6ed86771c00701fbe77dfef2144ad120
Go
vmware-archive
kubeless
6,855
743
Kubernetes Native Serverless Framework
[ "faas", "function-as-a-service", "golang", "kubeless", "kubernetes", "serverless", "serverless-architectures" ]
Apache-2.0
pkg/utils/configlocation.go
configlocation.go
179
package utils // ConfigLocation is a struct to store the location of kubeless configuration specific ConfigMap type ConfigLocation struct { Name string Namespace string }
25
179
8
0.98
2026-04-17T20:31:48.376541
true
github_serenity-rs_serenity_a249e34da135c180f2ec4a6fb6649a7ca44109b9
Rust
serenity-rs
serenity
5,463
661
A Rust library for the Discord API.
[ "discord", "discord-api", "hacktoberfest", "rust" ]
ISC
src/model/sticker.rs
sticker.rs
11,546
#[cfg(feature = "model")] use crate::builder::EditSticker; #[cfg(feature = "model")] use crate::http::{CacheHttp, Http}; #[cfg(feature = "model")] use crate::internal::prelude::*; use crate::model::prelude::*; use crate::model::utils::comma_separated_string; #[cfg(feature = "model")] impl StickerPackId { /// Gets ...
1,315
11,546
322
0.98
2026-04-17T15:01:18.231056
true
github_nextapps-de_flexsearch_3bbb49f139fdff39fe194d1cc160462861369f7b
JavaScript
nextapps-de
flexsearch
13,675
523
Next-generation full-text search library for Browser and Node.js
[ "elasticsearch", "full-text-search", "fulltext-search", "fuzzy", "fuzzy-search", "javascript", "javascript-library", "nodejs", "open-source", "search", "search-algorithm", "search-engine", "search-in-text", "searching", "searching-algorithms", "web", "web-worker" ]
Apache-2.0
src/resolve/or.js
or.js
1,713
import Resolver from "../resolver.js"; import { union } from "../intersect.js"; import { SearchResults, EnrichedSearchResults, IntermediateSearchResults, HighlightOptions } from "../type.js"; /** @this {Resolver} */ Resolver.prototype["or"] = function(){ return this.handler("or", return_result, arg...
178
1,713
66
0.98
2026-04-23T06:57:19.217542
true
github_fdehau_tui-rs_3a1d37fd310f42d96c4eae4abadf70ae3afe6593
Rust
fdehau
tui-rs
10,878
481
Build terminal user interfaces and dashboards using Rust
[ "dashboard", "rust", "terminal", "tui" ]
MIT
src/terminal.rs
terminal.rs
9,890
use crate::{ backend::Backend, buffer::Buffer, layout::Rect, widgets::{StatefulWidget, Widget}, }; use std::io; #[derive(Debug, Clone, PartialEq)] /// UNSTABLE enum ResizeBehavior { Fixed, Auto, } #[derive(Debug, Clone, PartialEq)] /// UNSTABLE pub struct Viewport { area: Rect, resize_...
1,177
9,890
325
0.98
2026-04-17T14:22:27.630307
true
github_imsyy_DailyHotApi_cee06de74ef9d33cccd5638d24f01f7a34ef0ab8
TypeScript
imsyy
DailyHotApi
3,749
1,256
🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot
[ "api", "daily-hot", "list", "rss", "vercel" ]
MIT
src/routes/acfun.ts
acfun.ts
2,369
import type { RouterData, ListContext, Options, RouterResType } from "../types.js"; import { get } from "../utils/getData.js"; import { getTime } from "../utils/getTime.js"; const typeMap: Record<string, string> = { "-1": "综合", "155": "番剧", "1": "动画", "60": "娱乐", "201": "生活", "58": "音乐", "123": "舞蹈·偶像", ...
238
2,243
92
0.98
2026-04-17T18:02:59.281577
true
github_keystonejs_keystone-classic_5dc3fb1c8937583e5ed38e87b68a98c7b49f129c
JavaScript
keystonejs
keystone-classic
14,530
2,175
Node.js CMS and web app framework
[ "cms", "javascript", "keystonejs", "nodejs" ]
MIT
lib/content/page.js
page.js
3,799
var _ = require('lodash'); var assign = require('object-assign'); var keystone = require('../../'); var utils = keystone.utils; var Type = require('./type'); /** * Page Class * * @param {String} key * @param {Object} options * @api public */ function Page (key, options) { if (!(this instanceof Page)) { retu...
542
3,799
218
0.98
2026-04-23T06:55:11.011777
true
github_caddyserver_caddy_08fa5c0d0dfd9cd81cc51a288d075caa262ce3b8
Go
caddyserver
caddy
71,610
4,694
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
[ "acme", "automatic-https", "caddy", "caddyfile", "go", "golang", "http", "http-server", "http3", "https", "privacy", "reverse-proxy", "security", "tls", "web-server" ]
Apache-2.0
caddy_test.go
caddy_test.go
2,198
// Copyright 2015 Matthew Holt and The Caddy 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 applicab...
312
2,198
94
0.98
2026-04-17T07:11:56.798842
true
github_ChromeDevTools_chrome-devtools-mcp_0cb1b6ba73b4b2912c83f41974534b021a13305c
TypeScript
ChromeDevTools
chrome-devtools-mcp
35,846
2,192
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/tools/inPage.ts
inPage.ts
4,561
/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { zod, ajv, type JSONSchema7, type ElementHandle, } from '../third_party/index.js'; import {ToolCategory} from './categories.js'; import {definePageTool} from './ToolDefinition.js'; export interface ToolDefinition ...
504
4,561
155
0.98
2026-04-18T00:21:12.568061
true
github_microsoft_rushstack_738cb45f517769eb5e59914cf0931b14b66db703
JavaScript
microsoft
rushstack
6,452
682
Monorepo for tools developed by the Rush Stack community
[ "api", "api-extractor", "build", "bulk-suppressions", "eslint", "hacktoberfest", "heft", "lockfile-explorer", "monorepo", "nodejs", "orchestrator", "rush", "rushstack", "toolchain", "tsdoc", "typescript" ]
NOASSERTION
.prettierrc.js
.prettierrc.js
506
// Documentation for this file: https://prettier.io/docs/en/configuration.html module.exports = { // We use a larger print width because Prettier's word-wrapping seems to be tuned // for plain JavaScript without type annotations printWidth: 110, // Microsoft style quotes singleQuote: true, // Preserve exist...
68
506
14
0.98
2026-04-17T17:59:02.241343
true
github_brianlovin_briOS_b9da7fb9785d781a611adc23441336f022dfe963
TypeScript
brianlovin
briOS
2,250
252
My personal website.
[ "apollo", "graphql", "javascript", "nextjs", "planetscale", "prisma", "react", "styled-components" ]
UNKNOWN
src/hooks/useScrollDelegation.ts
useScrollDelegation.ts
3,881
"use client"; import { useEffect } from "react"; export function useScrollDelegation() { useEffect(() => { function handleWheel(event: WheelEvent) { const target = event.target as Element; // Find the main content area const mainContent = document.querySelector("[data-main-content]") as HTMLE...
416
3,881
118
0.98
2026-04-18T01:40:02.692558
true
github_rayon-rs_rayon_a73b92468ac7ca250ea42a7b8e74b49fc54e02ed
Rust
rayon-rs
rayon
12,878
584
Rayon: A data parallelism library for Rust
[]
Apache-2.0
src/iter/mod.rs
mod.rs
120,130
//! Traits for writing parallel programs using an iterator-style interface //! //! You will rarely need to interact with this module directly unless you have //! need to name one of the iterator types. //! //! Parallel iterators make it easy to write iterator-like chains that //! execute in parallel: typically all you ...
15,649
120,130
3,605
0.98
2026-04-17T14:16:51.497496
true
github_huggingface_transformers_d5daf2875bf8c479e029db8823b6e168ad97e06c
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
setup.py
setup.py
13,167
# Copyright 2021 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,246
13,167
362
0.98
2026-04-22T13:17:44.633826
true
github_bigint_hey_ba0c7f843844516251b7ced59767d88733d03c26
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/variants.ts
variants.ts
243
export const accountsList = { hidden: { opacity: 0, y: 10 }, visible: { opacity: 1, transition: { duration: 0.3, ease: [0.42, 0, 0.58, 1] as const }, y: 0 } }; export const EXPANSION_EASE = [0.075, 0.82, 0.165, 1] as const;
42
243
11
0.98
2026-04-18T01:23:23.274555
true
github_EdoardoBotta_RQ-VAE-Recommender_0fc42d7feacb24ede6afd85ac7ed03e76a631851
Python
EdoardoBotta
RQ-VAE-Recommender
774
111
[Pytorch] Generative retrieval model using semantic IDs from "Recommender Systems with Generative Retrieval"
[ "generative", "generative-ai", "generative-retrieval", "gumbel", "recommendation", "recommendation-system", "recommender", "recommender-system", "recommendersystems", "retrieval", "retrieval-systems", "semantic-id", "semantic-ids", "vae", "variational-autoencoder", "variational-autoenc...
MIT
train_rqvae.py
train_rqvae.py
10,671
import gin import os import torch import numpy as np import wandb from accelerate import Accelerator from data.processed import ItemData from data.processed import RecDataset from data.utils import batch_to from data.utils import cycle from data.utils import next_batch from modules.rqvae import RqVae from modules.quan...
657
10,671
305
0.98
2026-04-22T22:02:49.084426
true
github_michaelthwan_searchGPT_f83000d7dd0b06c7e7a11f9497022612a1c2aef5
Python
michaelthwan
searchGPT
708
69
Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.
[ "ai", "chatgpt", "grounded-api", "grounded-bot", "language-model", "llm", "machine-learning", "nlp", "nlp-machine-learning", "openai", "python", "retrieval", "retrieval-model" ]
MIT
src/gradio_app.py
gradio_app.py
472
import gradio as gr from SearchGPTService import SearchGPTService def query_and_get_answer(search_text): search_gpt_service = SearchGPTService() response_text, source_text, data_json = search_gpt_service.query_and_get_answer(search_text) return response_text, source_text demo = gr.Interface(fn=query_an...
31
472
16
0.98
2026-04-23T01:14:58.160063
true
github_starship_starship_c27ffbf544b38ce4afe2c8ca5a9884ef241ebd81
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/bun.rs
bun.rs
911
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct BunConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str,...
87
908
35
0.98
2026-04-17T13:17:27.708691
true
github_getsentry_sentry_9175ca209126b5c88ef49029487984bb39051565
TypeScript
getsentry
sentry
43,664
4,662
Developer-first error tracking and performance monitoring
[ "apm", "crash-reporting", "crash-reports", "csp-report", "devops", "django", "error-logging", "error-monitoring", "fair-source", "hacktoberfest", "monitor", "monitoring", "python", "sentry", "tag-production" ]
NOASSERTION
jest.config.snapshots.ts
jest.config.snapshots.ts
2,428
import type {Config} from '@jest/types'; import type {Options as SwcOptions} from '@swc/core'; const swcConfig: SwcOptions = { isModule: true, module: { type: 'commonjs', }, sourceMaps: 'inline', jsc: { target: 'esnext', parser: { syntax: 'typescript', tsx: true, dynamicImport: ...
166
2,428
82
0.98
2026-04-23T01:23:53.099445
true
github_actionhero_actionhero_2ea48d3899bb684c40ca2bef04ac31282da31c54
TypeScript
actionhero
actionhero
2,418
259
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
[ "actionhero", "api", "api-server", "async-await", "cluster", "delayed-jobs", "delayed-tasks", "framework", "frameworks", "http", "https", "javascript", "nodejs", "server", "socket-client", "tcp", "ts", "typescript", "websocket" ]
Apache-2.0
src/modules/utils.ts
utils.ts
2,092
import { argv } from "./utils/argv"; import { arrayStartingMatch } from "./utils/arrayStartingMatch"; import { arrayUnique } from "./utils/arrayUnique"; import { collapseObjectToArray } from "./utils/collapseObjectToArray"; import { deepCopy } from "./utils/deepCopy"; import { ensureNoTsHeaderOrSpecFiles } from "./util...
182
2,092
67
0.98
2026-04-17T18:07:34.726579
true
github_ChromeDevTools_chrome-devtools-mcp_762c800c48f0f41740999e6b2bad9d8fa366b538
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/ToolDefinition.ts
ToolDefinition.ts
10,613
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type {ParsedArguments} from '../bin/chrome-devtools-mcp-cli-options.js'; import type {AggregatedInfoWithUid} from '../HeapSnapshotManager.js'; import type {McpPage} from '../McpPage.js'; import {zod} from '../third_party/ind...
989
10,613
404
0.98
2026-04-23T08:42:44.281105
true
github_pathwaycom_pathway_7818af869084acdfa1e513007d9e4276b82796b0
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/connectors/mod.rs
mod.rs
44,346
// Copyright © 2026 Pathway use adaptors::InputAdaptor; use crossbeam_channel::{self as channel, Sender, TryRecvError}; use itertools::Itertools; use log::{debug, error, info}; use scopeguard::guard; use std::cell::RefCell; use std::env; use std::mem::take; use std::ops::ControlFlow; use std::rc::Rc; use std::sync::{A...
3,142
44,345
1,078
0.98
2026-04-23T04:40:29.692223
true
github_redux-form_redux-form_d95e05813a1f50d012f93424550b5b5ab2e4bc4e
JavaScript
redux-form
redux-form
12,500
1,621
A Higher Order Component using react-redux to keep form state in a Redux store
[ "form", "form-validation", "forms", "react", "redux", "redux-form", "validation" ]
MIT
src/createFieldArray.js
createFieldArray.js
3,299
// @flow import React, { Component, createElement } from 'react' import PropTypes from 'prop-types' import invariant from 'invariant' import createConnectedFieldArray from './ConnectedFieldArray' import prefixName from './util/prefixName' import { withReduxForm } from './ReduxFormContext' import type { ElementRef } fro...
312
3,299
114
0.98
2026-04-23T04:56:59.597793
true
github_jetify-com_devbox_31ba559564f01f078a8f7c91338ab0d66c52fb77
Go
jetify-com
devbox
11,474
310
Instant, easy, and predictable development environments
[ "build-system", "build-tool", "buildpack", "containers", "dev-environment", "devbox", "development-environment", "nix", "venv", "virtual-environment", "virtualization" ]
Apache-2.0
internal/boxcli/init.go
init.go
2,124
// Copyright 2024 Jetify Inc. and contributors. All rights reserved. // Use of this source code is governed by the license in the LICENSE file. package boxcli import ( "fmt" "os" "github.com/pkg/errors" "github.com/spf13/cobra" "go.jetify.com/devbox/internal/devbox" "go.jetify.com/devbox/internal/ux" "go.jet...
257
2,124
79
0.98
2026-04-17T12:17:19.215833
true
github_jopohl_urh_e4390526a0e566a375532111e00afc8b379885bd
Python
jopohl
urh
12,360
995
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
[ "airspy", "bladerf", "hacking", "hackrf", "iot", "limesdr", "python", "qt", "radio", "rtl-sdr", "sdr", "sdrplay", "security", "usrp", "wireless" ]
GPL-3.0
setup.py
setup.py
5,123
import os import sys import tempfile if sys.version_info < (3, 9): print("You need at least Python 3.9 for this application!") if sys.version_info[0] < 3: print("try running with python3 {}".format(" ".join(sys.argv))) sys.exit(1) try: from setuptools import setup, Extension from setuptool...
411
5,123
181
0.98
2026-04-18T00:34:37.604698
true
github_hashicorp_vault_adaa969e275e7a5e5cb0970dca5061f49ea2f40b
Go
hashicorp
vault
35,429
4,637
A tool for secrets management, encryption as a service, and privileged access management
[ "go", "secrets", "vault" ]
NOASSERTION
api/cliconfig/hcl_dup_attr_deprecation.go
hcl_dup_attr_deprecation.go
1,985
// Copyright IBM Corp. 2016, 2025 // SPDX-License-Identifier: MPL-2.0 package cliconfig import ( "fmt" "os" "strconv" "strings" "github.com/hashicorp/hcl" "github.com/hashicorp/hcl/hcl/ast" hclParser "github.com/hashicorp/hcl/hcl/parser" ) // allowHclDuplicatesEnvVar is an environment variable that allows Va...
245
1,985
48
0.98
2026-04-17T07:37:37.247808
true
github_zhouxiaoka_autoclip_mvp_f375419969d3d5283b670c42315820709cd4c208
Python
zhouxiaoka
autoclip_mvp
953
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
src/api.py
api.py
2,102
"""FastAPI应用 - 上传API接口""" from fastapi import FastAPI, HTTPException, BackgroundTasks from fastapi.middleware.cors import CORSMiddleware from pydantic import BaseModel from typing import Dict, List, Any, Optional import asyncio from pathlib import Path from src.upload.upload_manager import UploadManager # from src.upl...
189
1,934
74
0.98
2026-04-18T00:05:03.101064
true
github_apecloud_kubeblocks_a0012d01eac67cd2bf6cd93b755edf421f79e551
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/controllerutil/metrics.go
metrics.go
970
/* 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...
135
970
31
0.98
2026-04-17T22:44:42.367814
true
github_directus_directus_895e49b1ac37008b89d24bae9d30de92bba43d5a
TypeScript
directus
directus
34,821
4,713
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
api/src/constants.ts
constants.ts
3,405
import { useEnv } from '@directus/env'; import type { TransformationParams } from '@directus/types'; import { toBoolean } from '@directus/utils'; import bytes from 'bytes'; import type { CookieOptions } from 'express'; import { getMilliseconds } from './utils/get-milliseconds.js'; const env = useEnv(); export const S...
346
3,405
112
0.98
2026-04-17T17:53:50.884420
true
github_ChromeDevTools_chrome-devtools-mcp_acc588655c952aa6727db083937178c25a12d4ab
TypeScript
ChromeDevTools
chrome-devtools-mcp
35,846
2,192
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/tools/performance.ts
performance.ts
8,424
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import zlib from 'node:zlib'; import {logger} from '../logger.js'; import {zod, DevTools} from '../third_party/index.js'; import type {Page} from '../third_party/index.js'; import type {InsightName, TraceResult} from '../trace-pro...
783
8,424
266
0.98
2026-04-18T00:21:15.228714
true
github_ultralytics_yolov5_af82dbaaddc9fc8cafc4657ce0bb6eb0decb881e
Python
ultralytics
yolov5
57,229
17,472
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
[ "coreml", "deep-learning", "ios", "machine-learning", "ml", "object-detection", "onnx", "pytorch", "tflite", "ultralytics", "yolo", "yolov3", "yolov5" ]
AGPL-3.0
train.py
train.py
47,232
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license """ Train a YOLOv5 model on a custom dataset. Models and datasets download automatically from the latest YOLOv5 release. Usage - Single-GPU training: $ python train.py --data coco128.yaml --weights yolov5s.pt --img 640 # from pretrained (recommen...
4,561
47,224
988
0.98
2026-04-17T06:41:51.553376
true
github_pubkey_rxdb_fa7b9368ab263627f5cf60d78578a76234f4bc46
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/index.d.ts
index.d.ts
1,344
export type * from './couchdb.d.ts'; export type * from './rx-attachment.d.ts'; export type * from './rx-collection.d.ts'; export type * from './rx-database.d.ts'; export type * from './rx-database-internal-store.d.ts'; export type * from './rx-document.d.ts'; export type * from './rx-error.d.ts'; export type * from '....
152
1,344
33
0.98
2026-04-23T08:22:11.287924
true
github_huggingface_transformers_14a8548d03997fa2b9ceb63c8ac3b6e63f5d4ca7
Python
huggingface
transformers
159,498
32,898
🤗 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/__init__.py
__init__.py
40,510
# 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...
2,847
40,510
853
0.98
2026-04-17T06:40:57.419066
true
github_PrismarineJS_mineflayer_97b5a0436e0cb9bfc8157794b71e014846292063
JavaScript
PrismarineJS
mineflayer
6,928
1,258
Create Minecraft bots with a powerful, stable, and high level JavaScript API.
[ "bot", "minecraft", "minecraft-api", "minecraft-bot", "network", "nodejs" ]
MIT
lib/plugin_loader.js
plugin_loader.js
1,193
const assert = require('assert') module.exports = inject function inject (bot, options) { let loaded = false const pluginList = [] bot.once('inject_allowed', onInjectAllowed) function onInjectAllowed () { loaded = true injectPlugins() } function loadPlugin (plugin) { assert.ok(typeof plugin ...
143
1,193
53
0.98
2026-04-23T07:16:53.229505
true
github_gtalarico_django-vue-template_20153dcc241b5c1579de74a5823849bad18d4d1a
JavaScript
gtalarico
django-vue-template
1,624
400
Django Rest + Vue JS Template
[ "django", "django-rest-framework", "rest-api", "vue", "vuecli", "vuejs", "whitenoise" ]
MIT
src/router.js
router.js
369
import Vue from 'vue' import Router from 'vue-router' import VueDemo from '@/components/VueDemo' import Messages from '@/components/Messages' Vue.use(Router) export default new Router({ routes: [ { path: '/', name: 'home', component: VueDemo }, { path: '/messages', name: 'm...
41
369
22
0.98
2026-04-23T01:56:20.660271
true
github_opendilab_DI-drive_b4aae43c57dc1e4a1e88f761c527fa33bb4e3cdc
Python
opendilab
DI-drive
637
60
Decision Intelligence Platform for Autonomous Driving simulation.
[ "autodrive", "autonomous-driving", "carla", "imitation-learning", "metadrive", "pytorch", "reinforcement-learning" ]
Apache-2.0
core/__init__.py
__init__.py
599
__TITLE__ = "DI-drive" __VERSION__ = "0.3.4" __DESCRIPTION__ = "Decision AI Auto-Driving Platform" __AUTHOR__ = "OpenDILab Contributors" __AUTHOR_EMAIL__ = "[REDACTED_EMAIL]" __version__ = __VERSION__ SIMULATORS = ['carla', 'metadrive'] # if 'carla' in SIMULATORS: # try: # import carla # except: # ...
71
599
20
0.98
2026-04-22T20:42:02.342678
true
github_mlfoundations_open_clip_c97e495c81390b3084418da862898bd7694b06e3
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/transform.py
transform.py
15,665
import numbers import random import warnings from dataclasses import dataclass, asdict from typing import Any, Dict, List, Optional, Sequence, Tuple, Union import numpy as np import torch import torchvision.transforms.functional as F from torchvision.transforms import Normalize, Compose, RandomResizedCrop, Interpolati...
1,491
15,665
458
0.98
2026-04-22T13:57:08.085639
true
github_slint-ui_slint_a0d9e018a30d1167f3dca95e677df33ee74d2af3
Rust
slint-ui
slint
22,265
863
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
[ "cpp", "declarative-ui", "desktop", "embedded-devices", "gui", "javascript", "language", "lsp-server", "native", "rust", "rust-lang", "toolkit", "ui", "user-interface", "wasm", "webassembly", "widgets" ]
NOASSERTION
internal/core/properties.rs
properties.rs
54,554
// Copyright © SixtyFPS GmbH <[REDACTED_EMAIL]> // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 /*! Property binding engine. The current implementation uses lots of heap allocation but that can be optimized later using thin dst container, and ...
5,336
54,553
1,505
0.98
2026-04-17T13:36:42.341847
true
github_nodejs_node_c14e899dabbf042e0b330b5f3d13a11d46a41b19
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/_http_client.js
_http_client.js
32,216
// 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...
3,487
32,216
1,092
0.98
2026-04-23T06:15:33.237649
true
github_mongodb_mongo-go-driver_c23c7d1116e39a903e57b1ae15bb31752ba775ec
Go
mongodb
mongo-go-driver
8,518
923
The Official Golang driver for MongoDB
[ "database", "driver", "go", "golang", "golang-library", "mongodb" ]
Apache-2.0
internal/assert/assertion_compare_legacy.go
assertion_compare_legacy.go
563
// Copied from https://github.com/stretchr/testify/blob/1333b5d3bda8cf5aedcf3e1aaa95cac28aaab892/assert/assertion_compare_legacy.go // Copyright 2020 Mat Ryer, Tyler Bunnell and all contributors. All rights reserved. // Use of this source code is governed by an MIT-style license that can be found in // the THIRD-PARTY...
69
563
19
0.98
2026-04-17T18:12:01.205027
true
github_RemoteDebug_remotedebug-ios-webkit-adapter_010d805e375326d44ad914621756c94ed0b23fac
TypeScript
RemoteDebug
remotedebug-ios-webkit-adapter
2,738
223
Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools
[ "chrome-devtools", "debugger", "devtools", "ios", "protocol-adapter", "remotedebug", "safari" ]
UNKNOWN
src/adapters/iosAdapter.ts
iosAdapter.ts
6,822
// // Copyright (C) Microsoft. All rights reserved. // import * as request from 'request'; import * as http from 'http'; import * as path from 'path'; import * as fs from 'fs'; import * as os from 'os'; import * as WebSocket from 'ws'; import * as which from 'which'; import { execFile } from 'child-process-promise'; i...
613
6,822
173
0.98
2026-04-18T00:26:21.434960
true
github_datadreamer-dev_DataDreamer_c859a980d68c211624c9abde40eef419ee5e4783
Python
datadreamer-dev
DataDreamer
1,109
60
DataDreamer: Prompt. Generate Synthetic Data. Train & Align Models.   🤖💤
[ "alignment", "deep-learning", "fine-tuning", "gpt", "instruction-tuning", "llm", "llmops", "llms", "machine-learning", "natural-language-processing", "nlp", "nlp-library", "openai", "python", "pytorch", "synthetic-data", "synthetic-dataset-generation", "transformers" ]
MIT
src/project/serve.py
serve.py
6,105
import os import re import signal import socket import subprocess import sys from codecs import iterdecode from contextlib import closing from subprocess import PIPE, Popen from time import sleep def sleep_infinity(): """Sleeps forever.""" while True: sleep(9999999) def find_free_port(): """Find...
561
6,105
201
0.98
2026-04-17T23:59:31.936219
true
github_rustdesk_rustdesk_1c243bc77646ba94b8c27682439a6dc49e4a7ccd
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/auth_2fa.rs
auth_2fa.rs
6,501
use hbb_common::{ anyhow::anyhow, bail, config::Config, get_time, password_security::{decrypt_vec_or_original, encrypt_vec_or_original}, ResultType, }; use serde_derive::{Deserialize, Serialize}; use std::sync::Mutex; use totp_rs::{Algorithm, Secret, TOTP}; lazy_static::lazy_static! { stati...
586
6,501
205
0.98
2026-04-17T13:14:10.404112
true
github_starship_starship_b187ae13f8d719c443f0a6fcd95d855e97cc20b7
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/directory.rs
directory.rs
2,224
use crate::config::Either; use indexmap::IndexMap; use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] pub struct SubstitutionConfig<'a> { pub from: String, pub to: &'a st...
180
2,221
75
0.98
2026-04-17T13:17:35.042160
true
github_hlorenzi_customasm_4005398819338e52a60b975d440dc4645399e6fd
Rust
hlorenzi
customasm
1,032
71
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
[ "asm", "assembler", "assembly", "assembly-language", "bytecode", "bytecode-compiler", "compiler", "custom", "customizable", "instruction-set", "instruction-set-architecture", "machine-code", "microprocessor", "processor-architecture", "rust", "rust-lang", "user-defined", "virtual-m...
Apache-2.0
src/test/mod.rs
mod.rs
1,378
use crate::*; mod examples; mod excerpt; mod expr; mod file; mod file_navigation; mod lib; // generated by build script include!(concat!(env!("OUT_DIR"), "/std_files.rs")); pub enum ExpectedResult<T> { Pass(T), Fail((&'static str, usize, &'static str)) } pub fn expect_result<T>( report: &mut diagn::Report, ...
162
1,378
72
0.98
2026-04-17T17:08:05.063596
true
github_sadmann7_tablecn_a25f6fddfc5eeeffb6797902ad77e47931ceb0c9
TypeScript
sadmann7
tablecn
6,071
541
Shadcn table with server-side sorting, filtering, and pagination.
[ "drizzle-orm", "nextjs", "open-source", "shadcn-ui", "table", "tanstack-table" ]
MIT
src/app/manifest.ts
manifest.ts
490
import type { MetadataRoute } from "next"; import { siteConfig } from "@/config/site"; export default function manifest(): MetadataRoute.Manifest { return { name: siteConfig.name, short_name: siteConfig.name, description: siteConfig.description, start_url: "/", display: "standalone", backgrou...
48
490
22
0.98
2026-04-23T10:00:19.691107
true
github_pathwaycom_pathway_c1e562c079325924dc7f4143007609fb1c102336
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/connectors/monitoring.rs
monitoring.rs
7,771
// Copyright © 2026 Pathway use std::collections::VecDeque; use std::time::{Duration, Instant}; use log::{info, warn}; use pyo3::pyclass; #[derive(Debug, Clone, Copy)] #[pyclass] pub struct ConnectorStats { #[pyo3(get, set)] pub num_messages_from_start: usize, #[pyo3(get, set)] pub num_messages_in_la...
605
7,770
238
0.98
2026-04-23T04:40:30.882358
true
github_cjpais_Handy_e2fe87241c194f4f72761eccc7b586565e2346cb
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/languages.ts
languages.ts
1,941
/** * Language metadata for supported locales. * * To add a new language: * 1. Create a new folder: src/i18n/locales/{code}/translation.json * 2. Add an entry here with the language code, English name, and native name * 3. Optionally add a priority (lower = higher in dropdown, no priority = alphabetical at end) ...
270
1,864
40
0.98
2026-04-17T13:43:27.689508
true
github_lencx_ChatGPT_a9c170e368450480adff28995628bfefe17f9006
TypeScript
lencx
ChatGPT
54,360
6,177
🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
[ "ai", "app", "application", "chatgpt", "desktop-app", "gpt", "gpt-3", "linux", "macos", "notes-app", "openai", "rust", "tauri", "webview", "windows" ]
UNKNOWN
src/types.d.ts
types.d.ts
382
declare namespace I { export type AppConf = { theme: 'light' | 'dark' | 'system'; stay_on_top: boolean; ask_mode: boolean; mac_titlebar_hidden: boolean; } export interface SVG extends React.SVGProps<SVGSVGElement> { children?: React.ReactNode; size?: number; title?: string; action...
43
382
16
0.98
2026-04-17T13:18:14.357865
true
github_yeungchenwa_FontDiffuser_d3c0c9fb6289de6878eef76ed900975246f17c74
Python
yeungchenwa
FontDiffuser
517
54
[AAAI2024] FontDiffuser: One-Shot Font Generation via Denoising Diffusion with Multi-Scale Content Aggregation and Style Contrastive Learning
[ "deep-learning", "diffusers", "diffusion", "font-generation", "image-generation" ]
UNKNOWN
utils.py
utils.py
3,534
import os import cv2 import yaml import copy import pygame import numpy as np from PIL import Image from fontTools.ttLib import TTFont import torch import torchvision.transforms as transforms def save_args_to_yaml(args, output_file): # Convert args namespace to a dictionary args_dict = vars(args) # Write...
306
3,534
124
0.98
2026-04-22T22:42:39.467082
true
github_juicedata_juicefs_1f2e15a265d79faeafb2f3d363035528f24bf6c1
Go
juicedata
juicefs
13,449
1,191
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
[ "bigdata", "cloud-native", "distributed-systems", "filesystem", "go", "golang", "hdfs", "object-storage", "posix", "redis", "s3", "storage" ]
Apache-2.0
cmd/webdav.go
webdav.go
2,939
//go:build !nowebdav // +build !nowebdav /* * * JuiceFS, Copyright 2022 Juicedata, 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.or...
327
2,939
113
0.98
2026-04-17T11:21:44.887977
true
github_Chalarangelo_30-seconds-of-code_c0216126cac59aa8613e2f232b494253c3fc2f55
JavaScript
Chalarangelo
30-seconds-of-code
127,546
12,477
Coding articles to level up your development skills
[ "astro", "awesome-list", "css", "education", "es6-javascript", "git", "html", "javascript", "learn-to-code", "learning-resources", "nodejs", "programming", "snippets" ]
CC-BY-4.0
src/models/models.js
models.js
363
import ContentModel from '#src/models/contentModel.js'; import Collection from '#src/models/collection.js'; import CollectionSnippet from '#src/models/collectionSnippet.js'; import Language from '#src/models/language.js'; import Snippet from '#src/models/snippet.js'; export default { ContentModel, Collection, Co...
29
363
14
0.98
2026-04-23T06:14:59.600055
true
github_ChromeDevTools_chrome-devtools-mcp_d3caf3934d894e018f5b5a52d52d0dd70dc3afce
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/telemetry/types.ts
types.ts
2,031
/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ // Protobuf message interfaces export interface ChromeDevToolsMcpExtension { os_type?: OsType; mcp_client?: McpClient; app_version?: string; session_id?: string; tool_invocation?: ToolInvocation; server_start?: ServerSt...
233
2,031
96
0.98
2026-04-23T08:42:42.203030
true
github_indico_indico_3db85e18ab46fde2c1e64bd60f64b2088c0dd4a5
JavaScript
indico
indico
2,056
524
Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
[ "conferences", "events", "flask", "hacktoberfest", "python", "sqlalchemy" ]
MIT
setupTests.js
setupTests.js
763
// This file is part of Indico. // Copyright (C) 2002 - 2026 CERN // // Indico is free software; you can redistribute it and/or // modify it under the terms of the MIT License; see the // LICENSE file for more details. import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; import Enzyme from 'enzyme'; Enzyme.confi...
92
763
27
0.98
2026-04-23T02:52:43.724857
true
github_quickwit-oss_tantivy_f0befd9954b008ffe831be5014b3226b4dfaef38
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/indexer/merge_policy.rs
merge_policy.rs
1,864
use std::fmt::Debug; use std::marker; use crate::index::{SegmentId, SegmentMeta}; /// Set of segment suggested for a merge. #[derive(Debug, Clone)] pub struct MergeCandidate(pub Vec<SegmentId>); /// The `MergePolicy` defines which segments should be merged. /// /// Every time the list of segments changes, the segmen...
211
1,864
64
0.98
2026-04-17T13:54:36.736303
true
github_PuerkitoBio_goquery_25afcedaa5d584020cbcac037f195ef9f0b40c07
Go
PuerkitoBio
goquery
14,929
927
A little like that j-thing, only in Go.
[ "goquery", "html-parsing", "jquery", "selector-strings" ]
BSD-3-Clause
property.go
property.go
6,624
package goquery import ( "regexp" "strings" "golang.org/x/net/html" ) var rxClassTrim = regexp.MustCompile("[\t\r\n]") // Attr gets the specified attribute's value for the first element in the // Selection. To get the value for each element individually, use a looping // construct such as Each or Map method. fun...
1,009
6,624
276
0.98
2026-04-17T10:37:55.270612
true
github_JosephusPaye_Keen-UI_885e18b24c8d6fbb1e7834ae2e403aadaf4a773b
JavaScript
JosephusPaye
Keen-UI
4,065
431
A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
[ "components", "javascript", "material-design", "ui", "vue", "vue3" ]
MIT
lib/UiCloseButton.min.js
UiCloseButton.min.js
14,526
/*! * Keen UI v1.4.0 (https://github.com/JosephusPaye/keen-ui) * (c) 2022 Josephus Paye II * Released under the MIT License. */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.UiCloseButton=t():(e...
298
14,526
6
0.98
2026-04-23T12:05:21.721665
true
github_open-webui_open-webui_df802c081cb40aaea349a9b1049c2456e3224969
TypeScript
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
vite.config.ts
vite.config.ts
663
import { sveltekit } from '@sveltejs/kit/vite'; import { defineConfig } from 'vite'; import { viteStaticCopy } from 'vite-plugin-static-copy'; export default defineConfig({ plugins: [ sveltekit(), viteStaticCopy({ targets: [ { src: 'node_modules/onnxruntime-web/dist/*.jsep.*', dest: 'wasm' ...
69
663
33
0.98
2026-04-22T14:51:26.257820
true
github_tilt-dev_tilt_53b0ab1a34cd0f9c62f32251562d784e74136abe
Go
tilt-dev
tilt
9,621
390
Define your dev environment as code. For microservice apps on Kubernetes.
[ "development-environment", "kubernetes" ]
Apache-2.0
internal/analytics/fake.go
fake.go
1,351
package analytics import ( "sync" "testing" "time" "github.com/tilt-dev/wmclient/pkg/analytics" ) type FakeOpter struct { initialOpt analytics.Opt calls []analytics.Opt mu sync.Mutex } func NewFakeOpter(initialOpt analytics.Opt) *FakeOpter { return &FakeOpter{initialOpt: initialOpt} } func Def...
148
1,351
65
0.98
2026-04-17T19:41:36.514721
true
github_gradio-app_gradio_f4bdf98d9b35af286c3688bd7911f792ea677e75
JavaScript
gradio-app
gradio
42,399
3,410
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
[ "data-analysis", "data-science", "data-visualization", "deep-learning", "deploy", "gradio", "gradio-interface", "interface", "machine-learning", "models", "python", "python-notebook", "ui", "ui-components" ]
Apache-2.0
cs.js
cs.js
5,826
import { readFileSync, writeFileSync, readdirSync } from "fs"; import path from "path"; import { execSync } from "child_process"; import { getPackages } from "@manypkg/get-packages"; const changsetsFolder = path.join(process.cwd(), ".changeset"); const files = readdirSync(changsetsFolder); const mdFiles = files.filter...
541
5,826
229
0.98
2026-04-22T13:32:42.820570
true
github_wppconnect-team_wppconnect_e579e2f69044eb41876c4f5f01567be6644c370e
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/fileTokenStore.ts
fileTokenStore.ts
5,146
/* * 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...
587
5,146
204
0.98
2026-04-17T18:05:05.250152
true
github_JIA-Lab-research_LISA_217055d9af75bbc38dc08a3274c9ebc4194a0c83
Python
JIA-Lab-research
LISA
2,625
205
Project Page for "LISA: Reasoning Segmentation via Large Language Model"
[ "large-language-model", "llm", "multi-modal", "segmentation" ]
Apache-2.0
app.py
app.py
10,816
import argparse import os import re import sys import bleach import cv2 import gradio as gr import numpy as np import torch import torch.nn.functional as F from PIL import Image from transformers import AutoTokenizer, BitsAndBytesConfig, CLIPImageProcessor from model.LISA import LISAForCausalLM from model.llava impor...
942
10,816
332
0.98
2026-04-17T23:35:47.824335
true
github_lvapeab_nmt-keras_11fb56b7f376745d9ce00e6ec492c4289d26fd7a
Python
lvapeab
nmt-keras
532
126
Neural Machine Translation with Keras
[ "attention-is-all-you-need", "attention-mechanism", "attention-model", "attention-seq2seq", "deep-learning", "gru", "keras", "lstm-networks", "machine-learning", "machine-translation", "neural-machine-translation", "nmt", "sequence-to-sequence", "tensorflow", "theano", "transformer", ...
MIT
config.py
config.py
24,092
def load_parameters(): """ Loads the defined hyperparameters. :return parameters: Dictionary of loaded parameters. """ # Input data params TASK_NAME = 'EuTrans' # Task name. DATASET_NAME = TASK_NAME # Dataset name. SRC_LAN = 'es' ...
2,619
24,092
326
0.98
2026-04-22T21:53:20.393634
true
github_chvin_react-tetris_e954b23c38c894cf1a222be34d6b8333bdac361c
JavaScript
chvin
react-tetris
8,706
2,278
Use React, Redux, Immutable to code Tetris. 🎮
[ "immutable", "react", "redux", "tetris" ]
UNKNOWN
src/unit/index.js
index.js
2,791
import { blockType, StorageKey } from './const'; const hiddenProperty = (() => { // document[hiddenProperty] 可以判断页面是否失焦 let names = [ 'hidden', 'webkitHidden', 'mozHidden', 'msHidden', ]; names = names.filter((e) => (e in document)); return names.length > 0 ? names[0] : false; })(); const visi...
320
2,571
104
0.98
2026-04-23T05:51:05.720657
true
github_lindb_lindb_a286c267080dabc8e926d6e98074d92539172ff5
Go
lindb
lindb
3,061
281
LinDB is a scalable, high performance, high availability distributed time series database.
[ "cross-datacenter-native", "database", "distributed-database", "go", "high-performance", "metrics", "monitoring", "timeseries" ]
Apache-2.0
internal/mock/http_request.go
http_request.go
1,836
// Licensed to LinDB under one or more contributor // license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright // ownership. LinDB licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may // not use this file except in compli...
241
1,836
71
0.98
2026-04-17T18:25:49.859433
true
github_sharkdp_bat_46099e3249f7bf794b687890c0e44610d1b3a1ed
Rust
sharkdp
bat
58,255
1,524
A cat(1) clone with wings.
[ "cli", "command-line", "git", "hacktoberfest", "rust", "syntax-highlighting", "terminal", "tool" ]
Apache-2.0
src/assets/serialized_syntax_set.rs
serialized_syntax_set.rs
787
use std::path::PathBuf; use syntect::parsing::SyntaxSet; use super::*; /// A SyntaxSet in serialized form, i.e. bincoded and flate2 compressed. /// We keep it in this format since we want to load it lazily. #[derive(Debug)] pub enum SerializedSyntaxSet { /// The data comes from a user-generated cache file. F...
88
787
28
0.98
2026-04-17T13:16:48.578723
true
github_altsem_gitu_8a02cfd239c494a06bf702a424d96a6bc38c4050
Rust
altsem
gitu
2,679
143
A TUI Git client inspired by Magit
[ "cli", "git", "magit", "standalone", "tui" ]
MIT
src/git/rebase_status.rs
rebase_status.rs
108
#[derive(Debug, Clone)] pub(crate) struct RebaseStatus { pub onto: String, pub head_name: String, }
13
108
6
0.98
2026-04-17T19:21:00.844388
true
github_farion1231_cc-switch_196e65e9fddc7f1e83e6003d9a3b3034469b6fbb
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/useStreamCheck.ts
useStreamCheck.ts
4,395
import { useState, useCallback } from "react"; import { toast } from "sonner"; import { useTranslation } from "react-i18next"; import { streamCheckProvider, type StreamCheckResult, } from "@/lib/api/model-test"; import type { AppId } from "@/lib/api"; import { useResetCircuitBreaker } from "@/lib/query/failover"; ...
344
4,177
127
0.98
2026-04-17T13:18:55.364533
true
github_django_django_2d99041cb87c8bc8378811dd814358c4638c1826
JavaScript
django
django
87,310
33,825
The Web framework for perfectionists with deadlines.
[ "apps", "django", "framework", "models", "orm", "python", "templates", "views", "web" ]
BSD-3-Clause
Gruntfile.js
Gruntfile.js
369
'use strict'; const globalThreshold = 50; // Global code coverage threshold (as a percentage) module.exports = function(grunt) { grunt.initConfig({ qunit: { all: ['js_tests/tests.html'] } }); grunt.loadNpmTasks('grunt-contrib-qunit'); grunt.registerTask('test', ['qunit']);...
31
369
16
0.98
2026-04-23T01:23:35.683747
true