id
large_stringlengths
54
122
language
large_stringclasses
5 values
repo_owner
large_stringlengths
2
28
repo_name
large_stringlengths
2
61
repo_stars
int64
501
245k
repo_forks
int64
7
109k
repo_description
large_stringlengths
9
468
repo_topics
listlengths
0
20
license
large_stringclasses
17 values
file_path
large_stringlengths
4
74
file_name
large_stringlengths
4
59
file_size
int64
101
610k
code
large_stringlengths
101
610k
word_count
int64
4
82.9k
char_count
int64
101
610k
line_count
int64
1
24.6k
data_quality_score
float64
0.95
0.98
timestamp
large_stringdate
2026-04-13 13:39:58
2026-04-23 15:56:29
scrubbed
bool
1 class
github_iperov_DeepFaceLab_223f50c87f9bc150ad5ea2e3c674033fe1b43c8c
Python
iperov
DeepFaceLab
19,159
860
DeepFaceLab is the leading software for creating deepfakes.
[ "arxiv", "creating-deepfakes", "deep-face-swap", "deep-learning", "deep-neural-networks", "deepface", "deepfacelab", "deepfakes", "deeplearning", "face-swap", "faceswap", "fakeapp", "machine-learning", "neural-nets", "neural-networks" ]
GPL-3.0
core/qtex/QSubprocessor.py
QSubprocessor.py
9,391
import multiprocessing import sys import time import traceback from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * from core.interact import interact as io from .qtex import * class QSubprocessor(object): """ """ class Cli(object): def __init__ ( self, client...
799
9,391
263
0.98
2026-04-22T13:38:32.019474
true
github_SeaQL_sea-orm_ff4131d5ba805b35973d2af2f8cbb9a70630d7b3
Rust
SeaQL
sea-orm
9,543
693
🐚 A powerful relational ORM for Rust
[ "database", "hacktoberfest", "loco", "mariadb", "mysql", "orm", "postgres", "rust", "sql", "sqlite", "sqlx", "tokio" ]
Apache-2.0
src/executor/insert.rs
insert.rs
19,345
use super::ReturningSelector; use crate::{ ActiveModelTrait, ColumnTrait, ConnectionTrait, DbBackend, EntityTrait, Insert, InsertMany, IntoActiveModel, Iterable, PrimaryKeyToColumn, PrimaryKeyTrait, SelectModel, TryFromU64, TryInsert, error::*, }; use sea_query::{FromValueTuple, Iden, InsertStatement, Query...
1,762
19,343
604
0.98
2026-04-17T14:27:20.484944
true
github_adam-mcdaniel_oakc_cb1538ac61f3bfa0f8d0376faa7cf4c468aa08f4
Rust
adam-mcdaniel
oakc
747
21
A portable programming language with a compact intermediate representation
[ "c", "compiler", "compiler-design", "golang" ]
Apache-2.0
src/target/mod.rs
mod.rs
1,299
mod c; pub use c::C; mod go; pub use go::Go; mod ts; pub use ts::TS; pub trait Target { fn get_name(&self) -> char; fn is_standard(&self) -> bool; fn std(&self) -> String; fn core_prelude(&self) -> String; fn core_postlude(&self) -> String; fn begin_entry_point(&self, global_scope_size: i32, ...
158
1,299
46
0.98
2026-04-17T17:08:39.915657
true
github_XAMPPRocky_tokei_a2b4d0e662eca4db6bea66bdf47409303c7882ff
Rust
XAMPPRocky
tokei
14,273
663
Count your code, quickly.
[ "badge", "cli", "cloc", "code", "command-line-tool", "linux", "macos", "rust", "sloc", "statistics", "tokei", "windows" ]
NOASSERTION
src/lib.rs
lib.rs
1,693
//! # Tokei: Count your code quickly. //! //! A simple, efficient library for counting code in directories. This //! functionality is also provided as a //! [CLI utility](//github.com/XAMPPRocky/tokei). Tokei uses a small state //! machine rather than regular expressions found in other code counters. Tokei //! can accu...
226
1,693
65
0.98
2026-04-17T14:13:43.108906
true
github_ChromeDevTools_chrome-devtools-mcp_4f6a4f2845608175739e2c817db9e70086900993
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.ts
chrome-devtools-mcp.ts
916
#!/usr/bin/env node /** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ process.title = 'chrome-devtools-mcp'; import {version} from 'node:process'; const [major, minor] = version.substring(1).split('.').map(Number); if (major === 20 && minor < 19) { console.error( `ERROR:...
114
916
37
0.98
2026-04-18T00:20:58.491721
true
github_jonschlinkert_remarkable_8842dc1eebee7c298c5329759884f6b8f5ed1112
JavaScript
jonschlinkert
remarkable
5,826
375
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to ge...
[ "commonmark", "compile", "docusaurus", "gfm", "javascript", "jonschlinkert", "markdown", "markdown-it", "markdown-parser", "md", "node", "nodejs", "parse", "parser", "syntax-highlighting" ]
MIT
lib/rules_block/hr.js
hr.js
906
// Horizontal rule export default function hr(state, startLine, endLine, silent) { var marker, cnt, ch, pos = state.bMarks[startLine], max = state.eMarks[startLine]; pos += state.tShift[startLine]; if (pos > max) { return false; } marker = state.src.charCodeAt(pos++); // Check hr marker if ...
142
906
43
0.98
2026-04-23T07:25:42.925338
true
github_kaleidawave_ezno_3626ffffc5013b8c09a72679519bf5cfaff2c669
Rust
kaleidawave
ezno
2,731
48
A fast and correct TypeScript type checker and compiler with additional experiments
[ "compiler", "javascript", "typechecker", "types", "typescript" ]
MIT
src/main.rs
main.rs
883
#![allow( clippy::new_without_default, // TODO: Remove when fixed clippy::result_unit_err, clippy::default_trait_access, clippy::missing_errors_doc, clippy::missing_panics_doc, clippy::implicit_hasher, clippy::too_many_lines, // More explicit sometimes to have the module name clippy...
68
883
32
0.98
2026-04-17T17:03:29.201651
true
github_GoogleCloudPlatform_microservices-demo_fa7589f1d0025afd964c4692413b1f3c8f755325
Python
GoogleCloudPlatform
microservices-demo
20,118
9,776
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
[ "gcp", "gke", "google-cloud", "grpc", "istio", "kubernetes", "kustomize", "sample-application", "samples", "skaffold", "terraform" ]
Apache-2.0
src/emailservice/demo_pb2.py
demo_pb2.py
10,536
#!/usr/bin/python # # Copyright 2018 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 a...
313
10,536
122
0.98
2026-04-17T09:30:38.813273
true
github_golang-migrate_migrate_aa8de18602397fe8abe3ddd89c31ccfdc6d9b6d1
Go
golang-migrate
migrate
18,369
1,567
Database migrations. CLI and Golang library.
[ "aws-s3", "cassandra", "database", "databases", "go", "golang", "google-cloud-spanner", "google-cloud-storage", "hacktoberfest", "mariadb", "migration", "migrations", "mongodb", "mysql", "neo4j", "postgres", "spanner", "sql", "sqlite" ]
NOASSERTION
internal/cli/build_clickhouse.go
build_clickhouse.go
150
//go:build clickhouse package cli import ( _ "github.com/ClickHouse/clickhouse-go" _ "github.com/golang-migrate/migrate/v4/database/clickhouse" )
11
150
9
0.98
2026-04-17T09:41:03.302503
true
github_rustdesk_rustdesk_ff755768cf93498fda2ebc4e76d4a09d11ac1f05
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/lang/template.rs
template.rs
26,119
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", ""), ("Your Desktop", ""), ("desk_tip", ""), ("Password", ""), ("Ready", ""), ("Established", ""), ("connecting_status", ""), ("Enable se...
2,392
26,119
748
0.98
2026-04-17T13:14:43.659258
true
github_jarrodwatts_claude-hud_f46190e80e4d737e50c7d89d6464859ce7b317e8
TypeScript
jarrodwatts
claude-hud
20,423
908
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
[ "anthropic", "claude", "claude-code", "cli", "plugin", "statusline", "typescript" ]
MIT
src/config-reader.ts
config-reader.ts
15,039
import * as fs from 'fs'; import * as path from 'path'; import * as os from 'os'; import { createHash } from 'node:crypto'; import { createDebug } from './debug.js'; import { getClaudeConfigDir, getClaudeConfigJsonPath, getHudPluginDir } from './claude-config-dir.js'; const debug = createDebug('config'); export inter...
1,521
15,039
449
0.98
2026-04-23T12:35:53.524787
true
github_siimon_prom-client_4d0906b161743a79b9fc6790b23f5651fec1e2e1
JavaScript
siimon
prom-client
3,443
399
Prometheus client for node.js
[ "metrics", "monitoring", "nodejs", "prometheus-client" ]
Apache-2.0
lib/registry.js
registry.js
8,109
'use strict'; const { getValueAsString, Grouper } = require('./util'); const { aggregators } = require('./metricAggregators'); class Registry { static get PROMETHEUS_CONTENT_TYPE() { return 'text/plain; version=0.0.4; charset=utf-8'; } static get OPENMETRICS_CONTENT_TYPE() { return 'application/openmetrics-te...
849
8,109
307
0.98
2026-04-23T07:52:14.361359
true
github_huggingface_transformers_2de6cc13fc85f5228a4ca2a16185e80e432b23f1
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/modeling_gguf_pytorch_utils.py
modeling_gguf_pytorch_utils.py
35,487
# Copyright 2024 The ggml.ai team and The HuggingFace Inc. team. and pygguf author (github.com/99991) # https://github.com/99991/pygguf # # 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 # # ...
3,074
35,483
807
0.98
2026-04-22T13:18:00.303212
true
github_kelvinBen_AppInfoScanner_7bbc87317d8589e4baff2058d83de8046e8f126b
Python
kelvinBen
AppInfoScanner
3,522
407
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
[ "android", "apk", "apk-dex", "hacking", "hacking-tool", "ipa", "network-security", "penetration-test", "penetration-testing-tools", "python3", "scanner", "security", "security-tools", "tools", "web-hacking" ]
GPL-3.0
app.py
app.py
5,176
#! /usr/bin/python3 # -*- coding: utf-8 -*- # Author: kelvinBen # Github: https://github.com/kelvinBen/AppInfoScanner import click from libs.core import Bootstrapper from libs.task.base_task import BaseTask @click.group(help="Python script for automatically retrieving key information in app.") def cli(): pass ...
551
5,168
101
0.98
2026-04-18T00:44:32.042007
true
github_nikivdev_flow_8b1a67b473799d736430dae1fe1615ca986a44c4
Rust
nikivdev
flow
21,145
836
Everything you need to move your project faster
[ "rust" ]
MIT
src/fish_install.rs
fish_install.rs
5,433
use std::env; use std::fs; use std::io::{self, IsTerminal, Write}; use std::path::PathBuf; use std::process::Command; use anyhow::{Context, Result, bail}; use crate::cli::FishInstallOpts; use crate::fish_trace; pub fn run(opts: FishInstallOpts) -> Result<()> { let bin_dir = opts.bin_dir.unwrap_or_else(default_bi...
530
5,433
175
0.98
2026-04-17T13:42:23.706150
true
github_hashicorp_nomad_0535e89be3f3b31505e24f3b0ef9a997d1c896f1
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/node_meta_test.go
node_meta_test.go
1,585
// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package api import ( "testing" "time" "github.com/hashicorp/nomad/api/internal/testutil" "github.com/shoenig/test/must" ) func TestNodeMeta_Apply(t *testing.T) { testutil.Parallel(t) cb := func(c *testutil.TestServerConfig) { c.DevMode =...
164
1,585
67
0.98
2026-04-17T10:24:54.490732
true
github_soobinseo_Transformer-TTS_094cfd8c92a0735056e154a8d0764319d75c708b
Python
soobinseo
Transformer-TTS
690
140
A Pytorch Implementation of "Neural Speech Synthesis with Transformer Network"
[ "attention-mechanism", "attention-plots", "deep-learning", "pytorch", "pytorch-implementation", "text-to-speech", "transformer", "tts" ]
MIT
synthesis.py
synthesis.py
2,152
import torch as t from utils import spectrogram2wav from scipy.io.wavfile import write import hyperparams as hp from text import text_to_sequence import numpy as np from network import ModelPostNet, Model from collections import OrderedDict from tqdm import tqdm import argparse def load_checkpoint(step, model_name="tr...
181
2,152
61
0.98
2026-04-22T21:44:24.372337
true
github_Wilfred_bfc_67091a358e13348237ae007f9431a6801fec1227
Rust
Wilfred
bfc
541
34
An industrial-grade brainfuck compiler
[ "brainfuck", "compiler", "llvm", "rust" ]
GPL-2.0
src/bfir.rs
bfir.rs
12,937
//! bfir defines an AST for BF. This datastructure represents the //! original BF source code with position data so we can find the //! source lines from a portion of AST. //! //! It also provides functions for generating ASTs from source code, //! producing good error messages on malformed inputs. use std::collection...
1,412
12,937
451
0.98
2026-04-17T17:10:28.968750
true
github_nodejs_node_ac2b12c4d45a548dd6479a603e754d6d103202bb
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/freelist.js
freelist.js
476
'use strict'; const { ReflectApply, } = primordials; class FreeList { constructor(name, max, ctor) { this.name = name; this.ctor = ctor; this.max = max; this.list = []; } alloc() { return this.list.length > 0 ? this.list.pop() : ReflectApply(this.ctor, this, arguments); } ...
59
476
31
0.98
2026-04-23T06:15:54.563789
true
github_pvolok_mprocs_4f4e5fee33d6eba75cb25eae190330b2f72f58fd
Rust
pvolok
mprocs
2,518
101
Run multiple commands in parallel
[ "cli", "linux", "macos", "rust", "terminal", "tui", "windows" ]
MIT
src/daemon/socket.rs
socket.rs
6,731
#[cfg(unix)] pub use self::unix::{bind_server_socket, connect_client_socket}; #[cfg(windows)] pub use self::windows::{bind_server_socket, connect_client_socket}; #[cfg(unix)] mod unix { use std::{fmt::Debug, path::Path, time::Duration}; use serde::{Serialize, de::DeserializeOwned}; use tokio::net::{UnixListener...
642
6,731
227
0.98
2026-04-17T19:22:15.419218
true
github_0x192_universal-android-debloater_cb44896e94302f623d324e9cbb77c0fa1a9c401a
Rust
0x192
universal-android-debloater
19,154
1,001
Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
[ "adb", "android", "debloat", "privacy" ]
GPL-3.0
src/core/sync.rs
sync.rs
10,706
use crate::core::uad_lists::PackageState; use crate::gui::views::list::PackageInfo; use crate::gui::widgets::package_row::PackageRow; use regex::Regex; use retry::{delay::Fixed, retry, OperationResult}; use serde::{Deserialize, Serialize}; use static_init::dynamic; use std::collections::HashSet; use std::env; use std::...
1,034
10,706
337
0.98
2026-04-17T13:44:31.497684
true
github_slint-ui_slint_e99dcb5852a1a709ddaa5326b60d3b01434117a1
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/interpreter/value_model.rs
value_model.rs
3,684
// 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 use crate::api::Value; use core::cell::Cell; use i_slint_core::model::{Model, ModelNotify, ModelRc, ModelTracker}; pub struct ValueModel { value: Value, } ...
386
3,683
143
0.98
2026-04-17T13:36:54.093118
true
github_sharkdp_hyperfine_b12f6d34c293eacafd5e6ebadbd52d095ca8612d
Rust
sharkdp
hyperfine
27,883
473
A command-line benchmarking tool
[ "benchmark", "cli", "command-line", "rust", "terminal", "tool" ]
Apache-2.0
src/cli.rs
cli.rs
18,989
use std::ffi::OsString; use clap::{ builder::NonEmptyStringValueParser, crate_version, Arg, ArgAction, ArgMatches, Command, ValueHint, }; pub fn get_cli_arguments<'a, I, T>(args: I) -> ArgMatches where I: IntoIterator<Item = T>, T: Into<OsString> + Clone + 'a, { let command = build_command(); ...
1,621
18,985
415
0.98
2026-04-17T13:30:02.059035
true
github_vikiboss_60s_c88c8755cb46653bec100263467d2e6fda4c2952
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/modules/whois.module.ts
whois.module.ts
24,330
import { Common } from '../common.ts' import whois from 'whois-raw' import type { RouterMiddleware } from '@oak/oak' // ============== 类型定义 ============== interface RDAPEntity { objectClassName: string handle?: string roles?: string[] vcardArray?: [string, ...VCardProperty[]] entities?: RDAPEntity[] } typ...
2,485
22,895
886
0.98
2026-04-17T18:01:30.604286
true
github_go-task_task_cd572440cf905d57eb491c00ee6c4b3896748aeb
Go
go-task
task
15,317
816
A fast, cross-platform build tool inspired by Make, designed for modern workflows.
[ "build-tool", "devops", "go", "make", "makefile", "task", "task-runner", "taskfile" ]
MIT
internal/fingerprint/checker_mock.go
checker_mock.go
9,228
// Code generated by mockery; DO NOT EDIT. // github.com/vektra/mockery // template: testify package fingerprint import ( "context" "github.com/go-task/task/v3/taskfile/ast" mock "github.com/stretchr/testify/mock" ) // NewMockStatusCheckable creates a new instance of MockStatusCheckable. It also registers a test...
1,050
9,228
321
0.98
2026-04-17T10:33:53.288451
true
github_go-gitea_gitea_45696fb79cb8872a8cc85595989a66fcc0ba12cc
TypeScript
go-gitea
gitea
54,955
6,587
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
[ "bitbucket", "cicd", "devops", "docker-registry-v2", "git", "git-gui", "git-lfs", "git-server", "gitea", "github", "github-actions", "gitlab", "go", "golang", "hacktoberfest", "maven-server", "npm-registry", "self-hosted", "typescript", "vue" ]
MIT
eslint.json.config.ts
eslint.json.config.ts
613
import {defineConfig, globalIgnores} from 'eslint/config'; import json from '@eslint/json'; export default defineConfig([ globalIgnores([ '**/.venv', '**/node_modules', '**/public', ]), { files: ['**/*.json'], plugins: {json}, language: 'json/json', extends: ['json/recommended'], },...
48
613
31
0.98
2026-04-17T07:19:30.883122
true
github_github_spec-kit_d5513c8323d4f0714d636ae6206a24dad7fb9aad
Python
github
spec-kit
88,823
7,641
💫 Toolkit to help you get started with Spec-Driven Development
[ "ai", "copilot", "development", "engineering", "prd", "spec", "spec-driven" ]
MIT
src/specify_cli/presets.py
presets.py
70,881
""" Preset Manager for Spec Kit Handles installation, removal, and management of Spec Kit presets. Presets are self-contained, versioned collections of templates (artifact, command, and script templates) that can be installed to customize the Spec-Driven Development workflow. """ import copy import json import hashli...
5,937
70,867
1,876
0.98
2026-04-17T15:22:44.266341
true
github_react-dates_react-dates_e10d2548a8a2d0b7d7c21575a1155cf5903efd96
JavaScript
react-dates
react-dates
12,203
1,683
An easily internationalizable, mobile-friendly datepicker library for the web
[ "calendar", "datepicker", "dates", "react", "react-component", "react-dates" ]
MIT
src/utils/isTransitionEndSupported.js
isTransitionEndSupported.js
130
export default function isTransitionEndSupported() { return !!(typeof window !== 'undefined' && 'TransitionEvent' in window); }
15
130
4
0.98
2026-04-23T05:38:07.887860
true
github_rustdesk_rustdesk_1645b242d8d7b0e824e23a5d5424a538e137d28e
Rust
rustdesk
rustdesk
111,120
16,633
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/ui_interface.rs
ui_interface.rs
49,129
#[cfg(any(target_os = "android", target_os = "ios"))] use hbb_common::password_security; use hbb_common::{ allow_err, bytes::Bytes, config::{self, keys::*, Config, LocalConfig, PeerConfig, CONNECT_TIMEOUT, RENDEZVOUS_PORT}, directories_next, futures::future::join_all, log, rendezvous_proto::...
4,196
49,129
1,612
0.95
2026-04-13T14:04:50.822715
true
github_fosslife_devtools-x_39c6611991dad8cfdab41af46bdfa3a8c0d858e1
TypeScript
fosslife
devtools-x
1,524
73
Collection of offline first developer utilities available as non-electron desktop application. all in one place, cross-platform, 10MB app!
[ "developer-tools", "devtools", "devtoys", "devutils", "hacktoberfest", "hacktoberfest-accepted", "linux", "macos", "tauri", "windows" ]
MIT
src/types/colors.ts
colors.ts
659
type ColorValueArr = [number, number, number]; type ColorValueArrAlpha = [number, number, number, number]; export type Hex = string; export type Rgb = ColorValueArr | ColorValueArrAlpha; export type Hsl = ColorValueArr; export type Hsv = ColorValueArr | ColorValueArrAlpha; export type Lch = ColorValueArr; export type...
106
659
29
0.98
2026-04-23T08:53:17.601985
true
github_rustdesk_rustdesk_83898420799f599136a6948f0b7277a563938bcd
Rust
rustdesk
rustdesk
111,484
16,696
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/lang/lv.rs
lv.rs
49,253
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Statuss"), ("Your Desktop", "Jūsu darbvirsma"), ("desk_tip", "Jūsu darbvirsmai var piekļūt ar šo ID un paroli."), ("Password", "Parole"), ("Ready", "Gatavs"), ...
4,398
47,471
748
0.98
2026-04-17T13:14:36.429910
true
github_orhun_gpg-tui_d1f1dcb4e1c7f27bda1a748f82d3e2e9bf603687
Rust
orhun
gpg-tui
1,682
43
Manage your GnuPG keys with ease! 🔐
[ "cli", "gnupg", "gpg", "gpg-configuration", "gpg-key", "gpg-keys", "gpg-signatures", "gpg-tui", "hacktoberfest", "key-management", "linux", "openpgp", "rust", "terminal", "tui", "tui-app", "tui-rs" ]
MIT
src/term/mod.rs
mod.rs
160
//! Low-level handling of terminal events and user interface. /// Terminal events and event handler. pub mod event; /// Terminal user interface. pub mod tui;
25
160
8
0.98
2026-04-17T19:26:54.994233
true
github_skim-rs_skim_614f0c094cf23717132a50b3cc1a820dfe56a0f3
Rust
skim-rs
skim
6,756
244
Fuzzy Finder in rust!
[ "fuzzyfinder", "rust", "skim" ]
MIT
src/fuzzy_matcher/frizbee.rs
frizbee.rs
3,086
//! Matcher using <https://crates.io/crates/frizbee> use frizbee::{Scoring, smith_waterman::SmithWatermanMatcher}; use crate::{ CaseMatching, fuzzy_matcher::{FuzzyMatcher, MatchIndices, ScoreType}, }; const RESPECT_CASE_BONUS: u16 = 10000; /// Matcher using frizbee, /// the same one that `blink.cmp` uses in ...
237
3,086
92
0.98
2026-04-17T14:43:53.033805
true
github_vercel_next.js_ba4f2a58217cb3caa2f612ec6d1e23644bc24906
JavaScript
vercel
next.js
139,094
30,951
The React Framework
[ "blog", "browser", "compiler", "components", "hybrid", "nextjs", "node", "react", "server-rendering", "ssg", "static", "static-site-generator", "universal", "vercel" ]
MIT
release.js
release.js
3,695
// section -> label const sectionLabelMap = { 'Core Changes': 'type: next', 'Documentation Changes': 'documentation', 'Example Changes': 'examples', } const fallbackSection = 'Misc Changes' // -------------------------------------------------- const prNumberRegex = /\(#([-0-9]+)\)$/ const getCommitPullRequest...
460
3,695
165
0.98
2026-04-23T04:44:56.301564
true
github_traefik_traefik_d9d55281cf7e9417aaf3575f7822c912607d248f
Go
traefik
traefik
62,733
5,920
The Cloud Native Application Proxy
[ "consul", "docker", "etcd", "go", "golang", "kubernetes", "letsencrypt", "load-balancer", "marathon", "mesos", "microservice", "reverse-proxy", "traefik", "zookeeper" ]
MIT
pkg/api/handler_overview.go
handler_overview.go
7,302
package api import ( "encoding/json" "net/http" "reflect" "github.com/rs/zerolog/log" "github.com/traefik/traefik/v3/pkg/config/runtime" "github.com/traefik/traefik/v3/pkg/config/static" "github.com/traefik/traefik/v3/pkg/tls" ) type schemeOverview struct { Routers *section `json:"routers,omitempty"` Se...
686
7,302
317
0.98
2026-04-17T07:14:39.656159
true
github_crestalnetwork_intentkit_f55776a9c3b509dd6c968b55a837f072119731f6
Python
crestalnetwork
intentkit
6,503
703
IntentKit is an open-source, self-hosted cloud agent cluster that manages a collaborative team of AI agents for you.
[ "agent-framework", "agentic", "ai", "ai-agent", "ai-agent-framework", "blockchain", "intents", "python", "web3" ]
MIT
app/common/health.py
health.py
175
from fastapi import APIRouter health_router = APIRouter() @health_router.get("/health", include_in_schema=False) async def health_check(): return {"status": "healthy"}
15
175
9
0.98
2026-04-17T15:42:38.086917
true
github_imsyy_DailyHotApi_328c0d5ff78c7143dbcafc747f418056acedb656
TypeScript
imsyy
DailyHotApi
3,759
1,259
🔥 今日热榜 API,一个聚合热门数据的 API 接口,支持 RSS 模式 及 Vercel 部署 | 前端页面:https://github.com/imsyy/DailyHot
[ "api", "daily-hot", "list", "rss", "vercel" ]
MIT
src/routes/history.ts
history.ts
1,864
import type { RouterData, ListContext, Options } from "../types.js"; import { load } from "cheerio"; import { get } from "../utils/getData.js"; import { getCurrentDateTime } from "../utils/getTime.js"; export const handleRoute = async (c: ListContext, noCache: boolean) => { // 获取日期 const day = c.req.query("day") |...
206
1,836
69
0.98
2026-04-23T08:10:33.877931
true
github_jely2002_youtube-dl-gui_aad1bd36825d43348af72393947a62f9b4b35160
TypeScript
jely2002
youtube-dl-gui
7,992
586
Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript.
[ "cross-platform-gui", "downloader", "tailwind", "tauri", "vue", "youtube", "youtube-dl", "youtube-dl-gui", "ytdl" ]
AGPL-3.0
src/stores/dragDrop.ts
dragDrop.ts
1,294
import { ref } from 'vue'; import { defineStore } from 'pinia'; import { useToastStore } from './toast.ts'; import { useMediaStore } from './media/media.ts'; export const useDragDropStore = defineStore('dragDrop', () => { const isOver = ref(false); function setOver() { isOver.value = true; } function res...
153
1,294
57
0.98
2026-04-17T14:34:36.748187
true
github_pinry_pinry_44a68479d13d122905727813785f393729e4e2a8
Python
pinry
pinry
3,363
369
Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted.
[ "django", "huaban", "images", "node", "pinterest", "python", "self-hosted", "vue" ]
BSD-2-Clause
core/migrations/0004_auto_20190222_1451.py
0004_auto_20190222_1451.py
1,194
# -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-02-22 14:51 from __future__ import unicode_literals from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('users', '0001_initial'), ('core', '0003_auto_20190...
69
1,194
36
0.98
2026-04-23T01:35:21.474440
true
github_datreeio_datree_66b06525bb5ea522ed802c3dcc2f98a4639b0a79
Go
datreeio
datree
6,347
357
Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
[ "admission-webhook", "best-practices", "cli", "datree", "devops", "guardrail", "kubernetes", "policy", "policy-management", "security", "static-code-analysis" ]
Apache-2.0
cmd/test/main.go
main.go
24,309
package test import ( "fmt" "io" "io/ioutil" "os" "path/filepath" "reflect" "regexp" "strings" "sync" "time" "github.com/datreeio/datree/bl/files" "github.com/datreeio/datree/bl/messager" policy_factory "github.com/datreeio/datree/bl/policy" "github.com/datreeio/datree/bl/validation" "github.com/datree...
1,920
24,307
723
0.98
2026-04-17T20:38:04.869746
true
github_vercel-labs_dev3000_062e8cbc472eadbd600b9d100707988718a7fdad
TypeScript
vercel-labs
dev3000
1,147
68
Captures your web app's complete development timeline - server logs, browser events, console messages, network requests, and automatic screenshots - in a unified, timestamped feed for AI debugging.
[ "ai", "devtools", "web" ]
MIT
src/cdp-monitor.ts
cdp-monitor.ts
82,216
import { type ChildProcess, spawn } from "child_process" import { existsSync, mkdtempSync, readFileSync, writeFileSync } from "fs" import { tmpdir } from "os" import { dirname, join } from "path" import { fileURLToPath } from "url" import { WebSocket } from "ws" export interface CDPEvent { method: string params: R...
7,956
82,216
2,289
0.98
2026-04-18T00:31:19.899574
true
github_Soju06_codex-lb_360f69b66fc9585ca6bc1072aebc25a86e5239b7
Python
Soju06
codex-lb
864
138
Codex/ChatGPT multiple account load balancer & proxy with usage tracking, dashboard, and OpenCode-compatible endpoints
[ "api-proxy", "chatgpt", "codex", "dashboard", "fastapi", "load-balancer", "multiple-accounts", "oauth", "openai", "openclaw", "opencode", "python", "rate-limit", "sqlalchemy", "usage-tracking" ]
MIT
app/db/session.py
session.py
13,255
from __future__ import annotations import logging import os import sqlite3 from contextlib import asynccontextmanager from pathlib import Path from typing import TYPE_CHECKING, AsyncIterator, Awaitable, Callable, Protocol, TypeVar import anyio from anyio import to_thread from sqlalchemy import event from sqlalchemy.e...
978
13,253
351
0.98
2026-04-23T01:10:44.366316
true
github_Chalarangelo_30-seconds-of-code_8086b9abcf4a6f32229b60d6fb31b64ddec70632
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
eslint.config.js
eslint.config.js
2,830
import js from '@eslint/js'; import eslintConfigPrettier from 'eslint-config-prettier/flat'; import globals from './globals.js'; export default [ js.configs.recommended, eslintConfigPrettier, { languageOptions: { ecmaVersion: 2025, sourceType: 'module', globals: { ...globals }, }, i...
216
2,830
89
0.98
2026-04-23T06:14:50.386052
true
github_projectdiscovery_nuclei_87c490a70bbdba0295ece708f6957c741d62c33d
Go
projectdiscovery
nuclei
27,950
3,357
Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
[ "attack-surface", "cve-scanner", "dast", "hacktoberfest", "nuclei-engine", "security", "security-scanner", "subdomain-takeover", "vulnerability-assessment", "vulnerability-detection", "vulnerability-scanner" ]
MIT
internal/fuzzplayground/db.go
db.go
3,520
package fuzzplayground import ( "database/sql" "encoding/xml" "fmt" "os" "strconv" "strings" _ "github.com/mattn/go-sqlite3" ) var ( db *sql.DB tempDBDir string ) func init() { dir, err := os.MkdirTemp("", "fuzzplayground-*") if err != nil { panic(err) } tempDBDir = dir db, err = sql.Open("s...
567
3,518
153
0.98
2026-04-17T08:29:08.114971
true
github_tailscale_tailscale_9c147f79aecbd874db0ae9fbf33c8791967fdfd7
Go
tailscale
tailscale
30,649
2,470
The easiest, most secure way to use WireGuard and 2FA.
[ "2fa", "oauth", "sso", "tailscale", "vpn", "wireguard" ]
BSD-3-Clause
cmd/k8s-operator/nodeport-services-ports_test.go
nodeport-services-ports_test.go
6,441
// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause //go:build !plan9 package main import ( "context" "testing" "time" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/controller-runtime/pkg/client/fake" tsapi "tailscale.com/k8s-operator/apis/v1alpha1" "tailscale....
631
6,441
278
0.98
2026-04-17T08:18:19.597731
true
github_ChromeDevTools_chrome-devtools-mcp_47862f8e5d8923cfddebcbd02172352a34cc2299
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/daemon/client.ts
client.ts
4,903
/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {spawn} from 'node:child_process'; import fs from 'node:fs'; import net from 'node:net'; import {logger} from '../logger.js'; import type {CallToolResult} from '../third_party/index.js'; import {PipeTransport} from '../thir...
498
4,903
190
0.98
2026-04-23T08:42:33.775226
true
github_pocketbase_pocketbase_fba7089a8f0a61d841d7911a60b7d185fab83966
Go
pocketbase
pocketbase
57,663
3,292
Open Source realtime backend in 1 file
[ "authentication", "backend", "golang", "realtime" ]
MIT
core/field_test.go
field_test.go
5,092
package core_test import ( "context" "strings" "testing" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/pocketbase/pocketbase/core" "github.com/pocketbase/pocketbase/tests" ) func testFieldBaseMethods(t *testing.T, fieldType string) { factory, ok := core.Fields[fieldType] if !ok { t.Fatalf(...
591
5,092
262
0.98
2026-04-17T07:17:38.528328
true
github_KaiyangZhou_pytorch-vsumm-reinforce_e7559a4e41e2a79646cbc08b2d0498af12545c24
Python
KaiyangZhou
pytorch-vsumm-reinforce
504
153
Unsupervised video summarization with deep reinforcement learning (AAAI'18)
[ "computer-vision", "deep-learning", "machine-learning", "policy-network", "reinforcement-learning", "unsupervised-learning", "video-summarization" ]
MIT
create_split.py
create_split.py
2,359
from __future__ import print_function import os import os.path as osp import argparse import h5py import math import numpy as np from utils import write_json parser = argparse.ArgumentParser("Code to create splits in json form") parser.add_argument('-d', '--dataset', type=str, required=True, help="path to h5 dataset ...
224
2,359
60
0.98
2026-04-22T20:53:41.156857
true
github_imsyy_DailyHotApi_f28cd96756683bb0a9942b42cf868d72abc8ba93
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/sina-news.ts
sina-news.ts
3,681
import type { RouterData, ListContext, Options } from "../types.js"; import { getTime, getCurrentDateTime } from "../utils/getTime.js"; import { get } from "../utils/getData.js"; // 榜单类别 const listType = { "1": { name: "总排行", www: "news", params: "www_www_all_suda_suda", }, "2": { name: "视频排行", ...
419
3,483
144
0.98
2026-04-17T18:03:15.142559
true
github_micro-editor_micro_454b5c79634ce164195916d3a0996da87a9375bc
Go
micro-editor
micro
28,429
1,304
A modern and intuitive terminal-based text editor
[ "command-line", "cross-platform", "editor", "go", "golang", "micro", "terminal", "text-editor" ]
MIT
internal/util/util_test.go
util_test.go
716
package util import ( "testing" "github.com/stretchr/testify/assert" ) func TestStringWidth(t *testing.T) { bytes := []byte("\tPot să \tmănânc sticlă și ea nu mă rănește.") n := StringWidth(bytes, 23, 4) assert.Equal(t, 26, n) } func TestSliceVisualEnd(t *testing.T) { s := []byte("\thello") slc, n, _ := Sli...
91
708
34
0.98
2026-04-17T08:23:41.335059
true
github_wassim249_YT-Navigator_515c03c0d084d9c0a8cbc55d5375ec12a9947d66
Python
wassim249
YT-Navigator
588
71
YT Navigator: AI-powered YouTube content explorer that lets you search and chat with channel videos using AI agents. Extract insights from hours of content in seconds with semantic search and precise timestamps.
[ "agentic-ai", "agentic-rag", "ai", "django", "langchain", "langgraph", "llm", "python", "rag", "reranking", "youtube", "youtube-bot" ]
MIT
app/models/user.py
user.py
891
"""User model.""" from django.contrib.auth.models import AbstractUser from django.db import models class User(AbstractUser): """A custom user model extending Django's AbstractUser. Attributes: channel (ForeignKey): Optional reference to a YouTube channel associated with the user. """ channe...
91
891
31
0.98
2026-04-23T00:53:08.165969
true
github_ganeshrvel_openmtp_5f64907e663bc13db2af58fa7f607b374e4a5fb4
JavaScript
ganeshrvel
openmtp
6,532
264
OpenMTP - Advanced Android File Transfer Application for macOS
[ "android", "electron", "file-transfer", "macos", "mtp", "nodejs", "openmtp", "react", "reactjs" ]
MIT
app/helpers/settings.js
settings.js
1,735
import { settingsStorage } from './storageHelper'; import { getAppThemeMode } from './theme'; import { isPrereleaseVersion, undefinedOrNull } from '../utils/funcs'; import { initialState } from '../containers/Settings/reducers'; import { checkIf } from '../utils/checkIf'; import { FILE_TRANSFER_DIRECTION } from '../enu...
162
1,735
70
0.98
2026-04-23T06:01:23.008641
true
github_Chainlit_chainlit_7f036f3b19af7afd1dd6c9a3fe7a506b1fafba2d
TypeScript
Chainlit
chainlit
11,961
1,694
Build Conversational AI in minutes ⚡️
[ "chatgpt", "langchain", "llm", "openai", "openai-chatgpt", "python", "ui" ]
Apache-2.0
cypress.config.ts
cypress.config.ts
1,877
import { defineConfig } from 'cypress'; import cypressSplit from 'cypress-split'; import fkill from 'fkill'; import { runChainlit } from './cypress/support/run'; export const CHAINLIT_APP_PORT = 8000; async function killChainlit() { await fkill(`:${CHAINLIT_APP_PORT}`, { force: true, silent: true }); } ...
191
1,877
79
0.98
2026-04-17T22:53:00.164925
true
github_triggerdotdev_jsonhero-web_f33b17fb6470ba08031d0f50477c774d2bd649cf
TypeScript
triggerdotdev
jsonhero-web
10,705
668
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
[ "developer-tools", "devtools", "hacktoberfest", "json", "json-viewer", "react", "tools", "typescript", "viewer" ]
Apache-2.0
app/utilities/codeMirrorSetup.ts
codeMirrorSetup.ts
1,098
import { highlightSpecialChars, drawSelection, highlightActiveLine, dropCursor, } from "@codemirror/view"; import { Extension } from "@codemirror/state"; import { highlightActiveLineGutter } from "@codemirror/gutter"; import { bracketMatching } from "@codemirror/matchbrackets"; import { highlightSelectionMatche...
91
1,098
42
0.98
2026-04-23T08:44:10.407683
true
github_rustdesk_rustdesk_19a9e74e791c166e9018cfab648eba00d8280579
Rust
rustdesk
rustdesk
111,120
16,633
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
[ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ]
AGPL-3.0
src/ui_cm_interface.rs
ui_cm_interface.rs
64,291
#[cfg(not(any(target_os = "android", target_os = "ios")))] use crate::ipc::Connection; #[cfg(not(any(target_os = "ios")))] use crate::ipc::{self, Data}; #[cfg(target_os = "windows")] use crate::{clipboard::ClipboardSide, ipc::ClipboardNonFile}; #[cfg(target_os = "windows")] use clipboard::ContextSend; #[cfg(not(any(tar...
4,922
64,289
1,737
0.95
2026-04-13T14:04:50.415061
true
github_gitalk_gitalk_b502c52e36066bf1fb66d7d6c12daed2322dacdb
JavaScript
gitalk
gitalk
7,170
621
Gitalk is a modern comment component based on Github Issue and Preact.
[ "comment", "github", "github-issues", "plugin", "preact", "react" ]
MIT
src/component/comment.spec.js
comment.spec.js
5,824
import React from 'react' import { shallow, mount } from 'enzyme' import Comment from './comment' import Avatar from './avatar' const comment = { html_url: 'https://github.com/xxxx/xxxxx/issues/1#issuecomment-xxxxx', body_html: '<p>123</p>', created_at: '2017-06-30T09:01:19Z', user: { login: 'booxood', ...
448
5,776
172
0.98
2026-04-23T05:58:53.201103
true
github_Unitech_pm2_1483b6e63cde8dab1f877b4c2c4f2a759a2ac2c5
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
constants.js
constants.js
5,097
/** * Copyright 2013-2022 the PM2 project authors. All rights reserved. * Use of this source code is governed by a license that * can be found in the LICENSE file. */ var debug = require('debug')('pm2:conf'); var p = require('path'); var util = require('util'); var chalk = require('ansis'); /** * Get PM...
404
5,097
115
0.98
2026-04-23T06:18:55.293036
true
github_rustdesk_rustdesk_f59e4c9ff78cc856ddb176eca1fc55fb8fd71361
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/manager.rs
manager.rs
20,676
// 1. Check update. // 2. Install or uninstall. use super::{desc::Meta as PluginMeta, ipc::InstallStatus, *}; use crate::flutter; use crate::hbbs_http::create_http_client; use hbb_common::{allow_err, bail, log, tokio, toml}; use serde_derive::{Deserialize, Serialize}; use serde_json; use std::{ collections::{HashM...
1,566
20,676
601
0.98
2026-04-17T13:14:54.081580
true
github_MichalLytek_type-graphql_50bad778eb2101575af12f7fc534bbc6f0208729
TypeScript
MichalLytek
type-graphql
8,087
674
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
[ "api", "controllers", "decorators", "gql", "graphql", "graphql-js", "graphql-schema", "hacktoberfest", "resolvers", "schema", "typescript" ]
MIT
src/decorators/Arg.ts
Arg.ts
1,379
import { getTypeDecoratorParams } from "@/helpers/decorators"; import { getParamInfo } from "@/helpers/params"; import { getMetadataStorage } from "@/metadata/getMetadataStorage"; import { type ParameterDecorator } from "@/typings"; import { type DecoratorTypeOptions, type DeprecationOptions, type DescriptionOpti...
119
1,379
50
0.98
2026-04-17T17:57:39.308022
true
github_jagenjo_litegraph.js_d60e3bd677615b057a2360dbacfae2ccce33e112
JavaScript
jagenjo
litegraph.js
7,976
832
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
[ "blueprints", "canvas2d", "editor", "graph", "graphs", "javascript", "modular", "nocode", "node-graph", "nodejs", "nodes", "visual", "visual-programming", "workflow" ]
MIT
src/nodes/math.js
math.js
37,262
(function(global) { var LiteGraph = global.LiteGraph; //Converter function Converter() { this.addInput("in", 0); this.addOutput("out", 0); this.size = [80, 30]; } Converter.title = "Converter"; Converter.desc = "type A to type B"; Converter.prototype.onExecute = function...
3,402
37,262
1,334
0.98
2026-04-23T07:11:51.594150
true
github_lasantosr_intelli-shell_73ba7813fe74a5f40f2abac0df2efe1cc99964f3
Rust
lasantosr
intelli-shell
1,213
18
Like IntelliSense, but for shells
[ "autocomplete", "bash", "bookmark", "cli", "command-line", "fish", "productivity", "rust", "rust-lang", "terminal", "tool", "zsh" ]
Apache-2.0
src/utils/tags.rs
tags.rs
10,275
use std::{collections::HashSet, sync::LazyLock}; use regex::Regex; use unicode_width::UnicodeWidthChar; /// Characters to be trimmed from the raw tag body const TRIM_CHARS_PATTERN: &str = r#".,!?;:)[]{}'"`<>-_\/"#; /// Extracts hashtags from a description string pub fn extract_tags_from_description(description: Opti...
995
10,257
275
0.98
2026-04-17T19:33:57.920746
true
github_starship_starship_15efae1e071386265f380c3c4eb4c7bbe85e0ef5
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/rust.rs
rust.rs
891
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct RustConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str...
85
888
35
0.98
2026-04-17T13:18:01.511927
true
github_sundowndev_phoneinfoga_a8cc170750cb050596e2def51f935e9df5a793f8
Go
sundowndev
phoneinfoga
16,253
4,926
Information gathering framework for phone numbers
[ "agregation", "footprint", "information-gathering", "investigation", "open-source-intelligence", "osint", "phone", "phone-number", "reconnaissance", "reputation" ]
GPL-3.0
lib/output/console.go
console.go
2,978
package output import ( "fmt" "github.com/fatih/color" "github.com/sirupsen/logrus" "io" "reflect" "sort" "strings" ) type ConsoleOutput struct { w io.Writer } func NewConsoleOutput(w io.Writer) *ConsoleOutput { return &ConsoleOutput{w: w} } func (o *ConsoleOutput) Write(result map[string]interface{}, errs...
353
2,978
118
0.98
2026-04-17T10:25:31.489482
true
github_web3_web3.js_833b1e74aa989054bf07920728677247eea8119b
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
webpack.base.config.js
webpack.base.config.js
1,894
/* This file is part of web3.js. web3.js is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. web3.js is distributed in the hope that it ...
228
1,894
76
0.98
2026-04-17T17:54:19.049990
true
github_Schniz_fnm_cfb52f75019963cb3e81dd9d3c4bc586ee4fe270
Rust
Schniz
fnm
25,118
619
🚀 Fast and simple Node.js version manager, built in Rust
[ "hacktoberfest", "javascript", "nodejs", "nvm", "reasonml", "version" ]
GPL-3.0
src/lts.rs
lts.rs
1,217
use crate::remote_node_index::IndexedNodeVersion; use std::fmt::Display; #[derive(Debug, PartialEq, PartialOrd, Eq, Ord, Clone)] pub enum LtsType { /// lts-*, lts/* Latest, /// lts-erbium, lts/erbium CodeName(String), } impl From<&str> for LtsType { fn from(s: &str) -> Self { if s == "*" |...
119
1,217
48
0.98
2026-04-17T13:32:59.417797
true
github_putyy_res-downloader_4c80e4670af7e402c5fd0e219f00dcf8e6c51fe4
Go
putyy
res-downloader
16,628
2,070
视频号、小程序、抖音、快手、小红书、直播流、m3u8、酷狗、QQ音乐等常见网络资源下载!
[ "douyin", "kuaishou", "res-downloader", "wechat", "wechat-video", "xiaohongshu" ]
Apache-2.0
core/bind.go
bind.go
409
package core import ( "github.com/wailsapp/wails/v2/pkg/runtime" ) type Bind struct { } func NewBind() *Bind { return &Bind{} } func (b *Bind) Config() *ResponseData { return httpServerOnce.buildResp(1, "ok", globalConfig) } func (b *Bind) AppInfo() *ResponseData { return httpServerOnce.buildResp(1, "ok", appO...
50
409
26
0.98
2026-04-17T10:21:15.588375
true
github_BrainJS_brain.js_049bac33c8fc734a5ed0184f8afc92a699096039
TypeScript
BrainJS
brain.js
14,860
1,078
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
[ "api", "brain", "browser", "convolutional-neural-networks", "easy-to-use", "hacktoberfest", "neural-network", "node", "nodejs", "recurrent-neural-networks", "stream", "web" ]
MIT
src/layer/recurrent-input.ts
recurrent-input.ts
2,687
import { KernelOutput } from 'gpu.js'; import { IPraxis } from '../praxis/base-praxis'; import { release } from '../utilities/kernel'; import { BaseLayer, ILayer } from './base-layer'; import { Internal } from './internal'; export interface IRecurrentInput extends ILayer { setDimensions?: (width: number, height: num...
271
2,687
99
0.98
2026-04-17T17:56:09.690590
true
github_albertogeniola_MerossIot_a806202037c31e3e18b99e074ba6de8dbd0e4fe6
Python
albertogeniola
MerossIot
529
101
Async Python library for controlling Meross devices
[ "automation", "domotic", "home-automation", "iot", "meross", "meross-cloud", "meross-devices", "python" ]
MIT
setup.py
setup.py
2,052
from os import path from setuptools import setup, find_packages here = path.abspath(path.dirname(__file__)) with open(path.join(here, '.version'), encoding='utf-8') as f: TARGET_VERSION = f.read() with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup( name='m...
160
2,052
53
0.98
2026-04-23T04:04:19.611227
true
github_LaoZhuJackson_SnowbreakAutoAssistant_6c5d8a8944bc2f4110720297b4ec645d46f8ede9
Python
LaoZhuJackson
SnowbreakAutoAssistant
607
29
PC自动玩尘白,自动化代理,尘白禁区助手,自动钓鱼,信源解析,水弹,异星守护,迷宫
[ "automation", "fishing", "snowbreak" ]
GPL-3.0
app/common/logger.py
logger.py
3,383
import logging import sys from PyQt5.QtCore import QObject, pyqtSignal from PyQt5.QtWidgets import QTextBrowser class Stream(QObject): """ 自定义输出流,捕获 print 的输出 """ message = pyqtSignal(str) def __init__(self, original_stream): super().__init__() self.original_stream = original_str...
209
3,061
111
0.98
2026-04-23T04:00:28.970860
true
github_mongodb_mongo-go-driver_df15a7f2c3091eebdedf73e5795e0e2551fda4fa
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/credproviders/ec2_provider.go
ec2_provider.go
5,195
// Copyright (C) MongoDB, Inc. 2023-present. // // 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 package credproviders import ( "context" "encod...
620
5,195
184
0.98
2026-04-17T18:12:09.236183
true
github_axios_axios_66af27432d8fafaa6de062f97e429dea8e9647c6
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/isURLSameOrigin.js
isURLSameOrigin.js
464
import platform from '../platform/index.js'; export default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => { url = new URL(url, platform.origin); return ( origin.protocol === url.protocol && origin.host === url.host && (isMSIE || origin.port === url.port) );...
46
464
17
0.98
2026-04-23T06:16:56.320196
true
github_nodejs_undici_17a7b717c213900017766ac7c9cc09744f90d71f
JavaScript
nodejs
undici
7,525
756
An HTTP/1.1 client, written from scratch for Node.js
[ "client", "http", "nodejs" ]
MIT
lib/mock/mock-agent.js
mock-agent.js
7,132
'use strict' const { kClients } = require('../core/symbols') const Agent = require('../dispatcher/agent') const { kAgent, kMockAgentSet, kMockAgentGet, kDispatches, kIsMockActive, kNetConnect, kGetNetConnect, kOptions, kFactory, kMockAgentRegisterCallHistory, kMockAgentIsCallHistoryEnabled, kMo...
640
7,132
233
0.98
2026-04-23T07:15:02.956089
true
github_infracost_infracost_f1d965dce55713494de3f0d3fa45da3988185b56
Go
infracost
infracost
12,271
667
Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!
[ "aws", "azure", "cloud", "cloud-cost-estimates", "cost-estimation", "cost-management", "cost-optimization", "devops", "finops", "gcp", "google", "infrastructure-as-code", "monthly-costs", "terraform", "terraform-cost-estimation" ]
Apache-2.0
cmd/infracost/generate.go
generate.go
9,143
package main import ( "bufio" "bytes" "fmt" "io" "os" "sort" "strings" "github.com/spf13/cobra" "gopkg.in/yaml.v2" "github.com/infracost/infracost/internal/config" "github.com/infracost/infracost/internal/config/template" "github.com/infracost/infracost/internal/hcl" "github.com/infracost/infracost/inte...
1,081
9,143
320
0.98
2026-04-17T11:38:43.577548
true
github_containerd_containerd_2d4c91bf3049f3834acf58ffd1379bae864dc401
Go
containerd
containerd
20,593
3,875
An open and reliable container runtime
[ "cncf", "containerd", "containers", "cri", "docker", "hacktoberfest", "kubernetes", "oci" ]
Apache-2.0
core/metadata/db_test.go
db_test.go
20,677
/* Copyright The containerd Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
2,358
20,677
910
0.98
2026-04-17T09:26:18.338961
true
github_vardanagarwal_Proctoring-AI_c7a2c52579e14b46e41be1f4332b2642093c7a3e
Python
vardanagarwal
Proctoring-AI
615
350
Creating a software for automatic monitoring in online proctoring
[ "automation", "dlib", "eye-tracking", "face-detection", "face-spoofing", "hacktoberfest", "mobilenet", "nltk", "opencv", "phone-detection", "proctoring", "proctoring-ai", "speech-to-text", "ssd", "tflite", "vision-and-language", "yolov3" ]
MIT
face_detector.py
face_detector.py
2,579
# -*- coding: utf-8 -*- """ Created on Wed Jul 29 17:52:00 2020 @author: hp """ import cv2 import numpy as np def get_face_detector(modelFile=None, configFile=None, quantized=False): """ Get the face detection caffe model of OpenCV's DNN module Parameters ...
288
2,579
95
0.98
2026-04-23T04:00:05.762586
true
github_ChatGPTNextWeb_NextChat_c098f63d17d0f9b8114a837e4b3206097ec9b7c1
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/it.ts
it.ts
20,376
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 it: PartialLocaleType = { WIP: "Work in progress...", Error: { U...
2,172
20,292
620
0.98
2026-04-23T08:58:14.798190
true
github_payloadcms_payload_bfbc3055145560bb63ca11c5d9fd52d8d7da768d
TypeScript
payloadcms
payload
41,987
3,627
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
[ "cms", "content-management", "content-management-system", "express", "graphql", "headless", "headless-cms", "jamstack", "javascript", "mit-license", "mongodb", "nextjs", "nodejs", "open-source", "payload", "payloadcms", "postgres", "react", "typescript" ]
MIT
instrumentation.ts
instrumentation.ts
172
export async function register() { if (process.env.NEXT_RUNTIME === 'nodejs' && process.env.NEXT_PUBLIC_SENTRY_DSN) { await import('./sentry.server.config.js') } }
16
172
6
0.98
2026-04-23T08:19:50.112282
true
github_pathwaycom_pathway_f94cac6118ad5876ef8ede5a98b21ee8ffb797a5
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/mod.rs
mod.rs
1,510
// Copyright © 2026 Pathway // too sensitive for `Box<dyn FnMut(...)>` #![allow(clippy::type_complexity)] pub mod error; pub mod license; pub use self::error::{DataError, Error, Result}; pub mod report_error; pub mod value; pub use self::value::{Key, KeyImpl, ShardPolicy, Type, Value}; pub mod reduce; pub use redu...
146
1,509
58
0.98
2026-04-23T04:40:38.528592
true
github_nodejs_node_19b8300e315be51abe6a6ffbbe9b61c2585d95cb
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/dgram.js
dgram.js
27,925
// 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,738
27,925
1,060
0.98
2026-04-23T06:15:40.347480
true
github_starship_starship_81942e6b0553ed9d0e036d2b8e639ef0197301d7
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/docker_context.rs
docker_context.rs
1,069
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct DockerContextConfig<'a> { pub symbol: &'a str, pub style: &'a str, pub format: &'a str...
90
1,066
41
0.98
2026-04-17T13:17:35.615076
true
github_c8r_x0_5c76d7574825a8c2e4f38dc1b335f409e55d6f44
JavaScript
c8r
x0
1,708
65
Document & develop React components without breaking a sweat
[ "components", "compositor", "design-systems", "development-environment", "docs", "documentation", "isolated", "jsx", "markdown", "mdx", "react", "static-site-generator", "testing", "ui", "webpack", "zero-configuration" ]
MIT
src/entry.js
entry.js
5,116
// Main application import path from 'path' import React from 'react' import { render, hydrate } from 'react-dom' import { StaticRouter, BrowserRouter, Switch, Route, Link, withRouter } from 'react-router-dom' import { Provider as RebassProvider } from 'rebass' import minimatch from 'minimatch' import sortB...
520
5,116
197
0.98
2026-04-23T12:28:56.533557
true
github_fyne-io_fyne_2883774390f13cd053c0d47ce34261ff5396365d
Go
fyne-io
fyne
28,125
1,523
Cross platform GUI toolkit in Go inspired by Material Design
[ "android", "cross-platform", "fyne", "go", "golang", "gui", "hacktoberfest", "ios", "theme", "toolkit" ]
NOASSERTION
animation.go
animation.go
2,459
package fyne import "time" // AnimationCurve represents an animation algorithm for calculating the progress through a timeline. // Custom animations can be provided by implementing the "func(float32) float32" definition. // The input parameter will start at 0.0 when an animation starts and travel up to 1.0 at which p...
360
2,459
85
0.98
2026-04-17T08:26:55.205749
true
github_emmett-framework_granian_f3a821814e3b2cd266e94e7bafde1b6900e046a3
Rust
emmett-framework
granian
5,285
149
A Rust HTTP server for Python applications
[ "asgi", "asyncio", "http", "http-server", "python", "rsgi", "rust", "wsgi" ]
BSD-3-Clause
src/lib.rs
lib.rs
1,450
#[cfg(all(feature = "jemalloc", not(feature = "mimalloc")))] #[global_allocator] static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc; #[cfg(all(feature = "mimalloc", not(feature = "jemalloc")))] #[global_allocator] static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc; use pyo3::prelude::*; use ...
127
1,450
60
0.98
2026-04-17T15:15:39.554973
true
github_starship_starship_bdd918d5e8b323f911c2eb1b4fddef3e06d02dee
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/python.rs
python.rs
1,723
use crate::config::VecOr; use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct PythonConfig<'a> { pub pyenv_version_name: bool, pub pyenv_pref...
131
1,720
59
0.98
2026-04-17T13:17:59.051783
true
github_kentcdodds_react-testing-library-course_52a80e0af3afac80e0ef078095ee833e3c08d12a
JavaScript
kentcdodds
react-testing-library-course
1,082
377
Test React Components with Jest and React Testing Library on TestingJavaScript.com
[ "kcd-edu", "react", "react-testing-library", "testing", "testingjavascript" ]
NOASSERTION
src/__tests__/portals.js
portals.js
354
import * as React from 'react' import {render, within} from '@testing-library/react' import {Modal} from '../modal' test('modal shows the children', () => { render( <Modal> <div data-testid="test" /> </Modal>, ) const {getByTestId} = within(document.getElementById('modal-root')) expect(getByTestI...
35
354
14
0.98
2026-04-23T12:34:01.292358
true
github_starship_starship_68e39f3fa92e09ec7bc22ca50c326ed1473239a6
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/nats.rs
nats.rs
576
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct NatsConfig<'a> { pub format: &'a str, pub symbol: &'a str, pub style: &'a str, pub...
60
572
27
0.98
2026-04-17T13:17:51.980083
true
github_seraui_seraui_f35b39905066c30e04bbaa84722deaadaadb3268
JavaScript
seraui
seraui
1,287
91
UI component library for React, Next.js, and other JSX frameworks. Built with Tailwind CSS, it makes creating beautiful, interactive and responsive interfaces fast and easy.
[ "components", "design", "framer-motion", "hacktoberfest", "jsx", "motion", "next", "nextjs", "radix-ui", "react", "reactjs", "seraui", "shadcn", "tailwind", "tailwindcss", "typescript", "ui", "ui-components", "ui-design", "uikit" ]
MIT
image-loader.js
image-loader.js
314
"use strict"; const imageLoader = ({ src, width, quality }) => { // For external URLs, return as-is if (src.startsWith("http")) { return src; } // For local images, use next-image-export-optimizer return `/_next/static/media/${src}?w=${width}&q=${quality || 75}`; }; module.exports = imageLoader;
38
314
14
0.98
2026-04-23T11:25:21.239765
true
github_Consensys_quorum_58ff3efbe98693acea4d730ff544ad7b676526ec
Go
Consensys
quorum
4,770
1,305
A permissioned implementation of Ethereum supporting data privacy
[ "blockchain", "consensus", "eea", "enterprise-ethereum", "enterprise-ethereum-client", "ethereum", "go", "goquorum", "ledger", "privacy", "protocols-team-goquorum", "quorum" ]
LGPL-3.0
cmd/puppeth/wizard_ethstats.go
wizard_ethstats.go
3,926
// Copyright 2017 The go-ethereum Authors // This file is part of go-ethereum. // // go-ethereum is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any la...
555
3,926
127
0.98
2026-04-17T16:47:00.777325
true
github_huggingface_transformers_5254dd89ecd2fbad6e16b88dcd73de2a7ccde0f4
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/tokenization_python.py
tokenization_python.py
62,393
# Copyright 2020 The HuggingFace Inc. team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
6,292
62,381
1,419
0.98
2026-04-22T13:18:07.248313
true
github_rust-lang_rust_1ed68458ae3a5cd1bcfc66a2f5713d991c5f5ab5
Python
rust-lang
rust
112,076
14,769
Empowering everyone to build reliable and efficient software.
[ "compiler", "language", "rust" ]
Apache-2.0
src/etc/rust_types.py
rust_types.py
4,106
from enum import Enum from typing import List import re class RustType(Enum): Other = 0 Struct = 1 Tuple = 2 CStyleVariant = 3 TupleVariant = 4 StructVariant = 5 Enum = 6 Empty = 7 SingletonEnum = 8 RegularEnum = 9 CompressedEnum = 10 Union = 11 Indirection = 12 ...
329
4,106
134
0.98
2026-04-17T13:13:46.512263
true
github_rustdesk_rustdesk_6b1e3612d5b9083738f103ad3869b8b93144e542
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/errno.rs
errno.rs
1,776
#![allow(dead_code)] pub const ERR_SUCCESS: i32 = 0; // ====================================================== // Errors from the plugins, must be handled by RustDesk pub const ERR_RUSTDESK_HANDLE_BASE: i32 = 10000; // not loaded pub const ERR_PLUGIN_LOAD: i32 = 10001; // not initialized pub const ERR_PLUGIN_MSG_IN...
218
1,776
51
0.98
2026-04-17T13:14:53.482245
true
github_ChromeDevTools_chrome-devtools-mcp_26ddfb71022268500b3ed75522ec34f730cb76d9
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/polyfill.ts
polyfill.ts
180
/** * @license * Copyright 2025 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ // polyfills are now bundled with all other dependencies import './third_party/index.js';
23
180
9
0.98
2026-04-18T00:21:05.486716
true
github_howtographql_howtographql_0021181780400cf34f2597332e8631ef0ce03eaf
TypeScript
howtographql
howtographql
8,728
1,137
The Fullstack Tutorial for GraphQL
[ "apollographql", "graphql", "prisma", "tutorial" ]
MIT
src/actions/quiz.ts
quiz.ts
582
import { Action, QuizReaction } from '../reducers/quiz' export const setRememberSkipped = (payload: boolean): Action => ({ payload, type: 'remember skipped', }) export const answerCorrectly = (path: string): Action => ({ path, type: 'answer correctly', }) export const addAnswer = (path: string, answer: number):...
83
582
21
0.98
2026-04-18T01:29:20.660673
true
github_mongodb_mongo-go-driver_40074dfc2731796a441f0054e75026c65d427ea9
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/integration/search_index_prose_test.go
search_index_prose_test.go
17,830
// Copyright (C) MongoDB, Inc. 2023-present. // // 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 package integration import ( "context" "os" "s...
1,631
17,830
542
0.98
2026-04-17T18:12:35.350679
true
github_apollographql_apollo-client_bcf142d74f57cc5c9489f14f07bd6f6b21b0c210
TypeScript
apollographql
apollo-client
19,717
2,702
The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development.
[ "apollo-client", "apollographql", "graphql", "graphql-client", "typescript" ]
MIT
src/errors/UnconventionalError.ts
UnconventionalError.ts
2,400
import { brand, isBranded } from "./utils.js"; /** * A wrapper error type that represents a non-standard error thrown from a * A wrapper error type that represents a non-error value thrown from the * link chain, such as a symbol, primitive or plain object. Read the `cause` property to * determine the source of the...
331
2,400
66
0.98
2026-04-18T01:25:49.097930
true
github_jdx_mise_2658deb9e7540df2e950c86d15adac1b4848e29c
Rust
jdx
mise
26,796
1,060
dev tools, env vars, task runner
[]
MIT
src/cli/install_into.rs
install_into.rs
2,634
use crate::cli::args::ToolArg; use crate::config::Config; use crate::config::settings::Settings; use crate::duration::parse_into_timestamp; use crate::install_context::InstallContext; use crate::toolset::tool_request::effective_before_date; use crate::toolset::{ResolveOptions, ToolsetBuilder}; use crate::ui::multi_prog...
208
2,634
83
0.98
2026-04-17T13:30:50.546773
true
github_gitui-org_gitui_51b7822a3113c105eaf63df250376afa4c726343
Rust
gitui-org
gitui
21,783
710
Blazing 💥 fast terminal-ui for git written in rust 🦀
[ "async", "bash", "command-line-interface", "command-line-tool", "git", "hacktoberfest", "rust", "terminal", "tui" ]
MIT
src/popups/fuzzy_find.rs
fuzzy_find.rs
7,904
use crate::components::{ visibility_blocking, CommandBlocking, CommandInfo, Component, DrawableComponent, EventState, FuzzyFinderTarget, InputType, ScrollType, TextInputComponent, }; use crate::{ app::Environment, keys::{key_match, SharedKeyConfig}, queue::{InternalEvent, Queue}, string_utils::trim_length_left, ...
698
7,904
382
0.98
2026-04-17T13:38:01.705466
true
github_graphile_crystal_32f06cd2bbaa7a41a6b1f27b3aadc1b2b52acca2
JavaScript
graphile
crystal
12,917
618
🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!
[ "api", "automatic-api", "express", "graphile", "graphql", "graphql-api", "graphql-js", "http", "instant", "koa", "koa2", "node", "nodejs", "pg", "pgsql", "postgraphql", "postgres", "postgresql", "schema", "typescript" ]
MIT
jest.config.base.js
jest.config.base.js
1,514
if (!("GRAPHILE_ENV" in process.env)) { process.env.GRAPHILE_ENV = "test"; } module.exports = (dir) => { const packageJson = require(`${dir}/package.json`); return { testEnvironment: "node", transform: { "^.+\\.jsx?$": `${__dirname}/.jest-babel-transform.js`, "^.+\\.tsx?$": `${__dirname}/.jes...
122
1,514
45
0.98
2026-04-17T17:56:49.369204
true
github_shadcn-ui_ui_4599486393849612223587371349d307506ce7bd
TypeScript
shadcn-ui
ui
112,856
8,629
A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.
[ "base-ui", "components", "laravel", "nextjs", "radix-ui", "react", "shadcn", "tailwindcss", "tanstack", "ui", "vite" ]
MIT
vitest.config.ts
vitest.config.ts
398
import tsconfigPaths from "vite-tsconfig-paths" import { configDefaults, defineConfig } from "vitest/config" export default defineConfig({ test: { exclude: [ ...configDefaults.exclude, "**/node_modules/**", "**/fixtures/**", "**/templates/**", "**/packages/tests/**", ], }, p...
33
398
20
0.98
2026-04-23T08:57:36.670365
true
github_ChromeDevTools_chrome-devtools-mcp_f740fda4ed35d4a1385d678e88c7f29da8093688
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/screenshot.ts
screenshot.ts
3,424
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {zod} from '../third_party/index.js'; import type {ElementHandle, Page} from '../third_party/index.js'; import {ToolCategory} from './categories.js'; import {definePageTool} from './ToolDefinition.js'; export const screens...
354
3,424
110
0.98
2026-04-23T08:42:49.963912
true