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_farion1231_cc-switch_2d9890b83d2ec89c37018f7fd98ea68fe304fbaa
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/types/icon.ts
icon.ts
366
export interface IconMetadata { name: string; // 图标名称(小写,如 "openai") displayName: string; // 显示名称(如 "OpenAI") category: string; // 分类(如 "ai-provider", "cloud", "tool") keywords: string[]; // 搜索关键词 defaultColor?: string; // 默认颜色 } export interface IconPreset { [key: string]: IconMetadata; }
38
304
12
0.98
2026-04-17T13:18:59.547481
true
github_starship_starship_09f216c60a3279d735f451eda65b3ae80ce82929
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/scala.rs
scala.rs
935
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct ScalaConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub disabled: bool...
88
932
35
0.98
2026-04-17T13:18:01.798249
true
github_google_break-a-scene_a4d62b51b9b63f61b0329543edd306771db1ea21
Python
google
break-a-scene
525
26
Official implementation for "Break-A-Scene: Extracting Multiple Concepts from a Single Image" [SIGGRAPH Asia 2023]
[ "deep-learning", "diffusion-models", "generative-ai", "multimodal", "text-to-image" ]
Apache-2.0
train.py
train.py
59,531
""" Copyright 2023 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
3,924
59,531
1,525
0.98
2026-04-22T22:07:39.512078
true
github_Chalarangelo_30-seconds-of-code_11ead42e3d583e9898b586016d9feb5bfbcc943d
JavaScript
Chalarangelo
30-seconds-of-code
127,546
12,477
Coding articles to level up your development skills
[ "astro", "awesome-list", "css", "education", "es6-javascript", "git", "html", "javascript", "learn-to-code", "learning-resources", "nodejs", "programming", "snippets" ]
CC-BY-4.0
src/lib/redirects.js
redirects.js
1,135
import fs from 'fs'; import yaml from 'js-yaml'; import settings from '#src/config/settings.js'; export default class Redirects { static { this.redirects = []; const data = fs.readFileSync(settings.paths.redirectsYAML, 'utf8'); const redirects = yaml.load(data); this.redirects = redirects; } s...
99
1,135
48
0.98
2026-04-23T06:14:55.966065
true
github_rust-lang_rustc_codegen_cranelift_c3e4bf1f0c2751ce9a78e8ba1e8c318eb1617bd7
Rust
rust-lang
rustc_codegen_cranelift
2,021
132
Cranelift based backend for rustc
[ "aot", "compiler", "cranelift", "jit", "rust" ]
Apache-2.0
src/main_shim.rs
main_shim.rs
6,773
use cranelift_frontend::{FunctionBuilder, FunctionBuilderContext}; use rustc_hir::LangItem; use rustc_middle::ty::{AssocTag, GenericArg}; use rustc_session::config::EntryFnType; use rustc_span::{DUMMY_SP, Ident}; use crate::prelude::*; /// Create the `main` function which will initialize the rust runtime and call ///...
476
6,773
167
0.98
2026-04-17T17:04:59.290925
true
github_withspectrum_spectrum_8c2a4a0f702206642d8687972341f5c211d65d47
JavaScript
withspectrum
spectrum
10,848
1,204
Simple, powerful online communities.
[ "expo", "flowtype", "graphql", "nodejs", "react", "reactjs", "rethinkdb", "styled-components" ]
BSD-3-Clause
api/migrations/20171103014955-add-mention-notification-settings.js
20171103014955-add-mention-notification-settings.js
347
exports.up = function(r, conn) { return Promise.all([ r .table('usersSettings') .update({ notifications: { types: { newMention: { email: true, }, }, }, }) .run(conn), ]); }; exports.down = function(r, conn) { re...
33
347
21
0.98
2026-04-23T05:42:42.940207
true
github_pathwaycom_pathway_a92c5e14492a1c44724d0eef818b0ea2e1ca10dd
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/graph.rs
graph.rs
50,859
// Copyright © 2026 Pathway use std::any::Any; use std::cell::Cell; use std::ops::ControlFlow; use std::sync::Arc; use std::time::Duration; use futures::future::BoxFuture; use id_arena::ArenaBehavior; use itertools::Itertools; use pyo3::exceptions::{PyTypeError, PyValueError}; use pyo3::prelude::pymethods; use pyo3::...
3,754
50,858
1,757
0.98
2026-04-23T04:40:37.633754
true
github_nodejs_node_8d7204f6cb48f783adc4d1c1eb2de0c83b7fffe2
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/constants.js
constants.js
1,583
'use strict'; const isWindows = process.platform === 'win32'; module.exports = { // Alphabet chars. CHAR_UPPERCASE_A: 65, /* A */ CHAR_LOWERCASE_A: 97, /* a */ CHAR_UPPERCASE_Z: 90, /* Z */ CHAR_LOWERCASE_Z: 122, /* z */ CHAR_UPPERCASE_C: 67, /* C */ CHAR_LOWERCASE_B: 98, /* b */ CHAR_LOWERCASE_E: 101...
240
1,583
57
0.98
2026-04-23T06:15:50.688587
true
github_farion1231_cc-switch_2926cb184b9cd1a56bfda41cc478bd69ff62b383
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/lib/updater.ts
updater.ts
3,532
import { getVersion } from "@tauri-apps/api/app"; // 可选导入:在未注册插件或非 Tauri 环境下,调用时会抛错,外层需做兜底 // 我们按需加载并在运行时捕获错误,避免构建期类型问题 // eslint-disable-next-line @typescript-eslint/consistent-type-imports import type { Update } from "@tauri-apps/plugin-updater"; export type UpdateChannel = "stable" | "beta"; export type UpdaterPh...
366
3,262
127
0.98
2026-04-17T13:18:57.520124
true
github_kubernetes-sigs_kustomize_09bb4e236cb6b169cc3136645e43ced507c0d919
Go
kubernetes-sigs
kustomize
12,021
2,379
Customization of kubernetes YAML configurations
[ "hacktoberfest", "k8s-sig-cli" ]
Apache-2.0
api/provenance/provenance.go
provenance.go
3,819
// Copyright 2019 The Kubernetes Authors. // SPDX-License-Identifier: Apache-2.0 package provenance import ( "fmt" "runtime" "runtime/debug" "strings" "github.com/blang/semver/v4" ) // These variables are set at build time using ldflags. // //nolint:gochecknoglobals var ( // During a release, this will be set...
505
3,819
142
0.98
2026-04-17T11:43:16.533841
true
github_redux-form_redux-form_7640dc311078e8579d6cfa49e180ceedabfcdbf9
JavaScript
redux-form
redux-form
12,500
1,621
A Higher Order Component using react-redux to keep form state in a Redux store
[ "form", "form-validation", "forms", "react", "redux", "redux-form", "validation" ]
MIT
src/__tests__/reduxFormContext.spec.js
reduxFormContext.spec.js
756
import React from 'react' import ShallowRenderer from 'react-test-renderer/shallow' import { renderChildren } from '../ReduxFormContext' describe('renderChildren func', () => { const Component = props => <div {...props} /> const forwardedRef = React.createRef() const externalReduxForm = 'external prop' const ...
74
756
25
0.98
2026-04-23T04:56:57.429861
true
github_MarkPDFdown_markpdfdown_1520e154f7f79ea8f9963f7d96d515033b211479
Python
MarkPDFdown
markpdfdown
1,700
132
A high-quality PDF to Markdown tool based on large language model visual recognition. 一款基于大模型视觉识别的高质量PDF转Markdown工具
[ "llm", "markdown", "pdf", "pdf-converter", "pdf-markdown", "pdf2markdown", "pdf2md" ]
Apache-2.0
src/markpdfdown/__main__.py
__main__.py
108
""" Entry point for python -m markpdfdown """ from .cli import main if __name__ == "__main__": main()
17
108
9
0.98
2026-04-17T23:45:09.641701
true
github_sharkdp_bat_3017066c0b192f72fa1ee178d7a607dcca19459e
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/pager.rs
pager.rs
3,971
use shell_words::ParseError; use std::env; /// If we use a pager, this enum tells us from where we were told to use it. #[derive(Debug, PartialEq)] pub(crate) enum PagerSource { /// From --config Config, /// From the env var BAT_PAGER EnvVarBatPager, /// From the env var PAGER EnvVarPager, ...
455
3,971
139
0.98
2026-04-17T13:16:54.514980
true
github_emmett-framework_granian_e27842bd490ede1fddd1b2f6884077e13381813d
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/rsgi/conversion.rs
conversion.rs
917
use pyo3::{ IntoPyObjectExt, prelude::*, types::{PyBytes, PyString}, }; use tokio_tungstenite::tungstenite::Message; use super::errors::error_proto; use super::types::{WebsocketInboundBytesMessage, WebsocketInboundCloseMessage, WebsocketInboundTextMessage}; #[inline] pub(crate) fn ws_message_into_py(py: P...
55
917
27
0.98
2026-04-17T15:15:41.383275
true
github_kyegomez_zeta_ca7559029d319e018183aab2c97d8a4978721e8f
Python
kyegomez
zeta
588
56
Build high-performance AI models with modular building blocks
[ "attention-mechanism", "attention-model", "chatgpt", "ffns", "llms", "lucidrains", "openai", "pytorch", "pytorch-implementation", "pytorch-tutorial", "tensorflow", "transformer-architecture", "transformers" ]
Apache-2.0
example.py
example.py
925
""" This script demonstrates the usage of the FlashAttention module from zeta.nn. """ import torch from zeta.nn import FlashAttention # Set random seed for reproducibility torch.manual_seed(42) # Define input tensor shapes batch_size, num_heads, seq_len_q, d_head = 2, 4, 6, 8 seq_len_kv = 10 # Create random input t...
111
925
36
0.98
2026-04-23T01:19:00.593641
true
github_starship_starship_0a070d38e67a6cf87c2ce6130b22401457e8cadf
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/battery.rs
battery.rs
1,537
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct BatteryConfig<'a> { pub full_symbol: &'a str, pub charging_symbol: &'a str, pub discha...
142
1,522
61
0.98
2026-04-17T13:17:27.094529
true
github_starship_starship_b6080f305e0dd3edcf8d31c2f833d098d027db83
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/claude_context.rs
claude_context.rs
2,092
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct ClaudeContextConfig<'a> { pub format: &'a str, pub symbol: &'a str, pub gauge_width: u...
166
2,086
80
0.98
2026-04-17T13:17:29.430793
true
github_dapr_dapr_ee7de81af93f601764fa08fd014d095f6b5be760
Go
dapr
dapr
25,691
2,067
Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven architecture with workflow orchestration.
[ "containers", "event-driven", "kubernetes", "microservice", "microservices", "pubsub", "serverless", "sidecar", "state-management" ]
Apache-2.0
pkg/config/app_configuration.go
app_configuration.go
1,876
/* Copyright 2021 The Dapr Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software d...
191
1,876
50
0.98
2026-04-17T08:35:54.319756
true
github_harmony-one_harmony_e702ef3a81a60ce475f76d7eaa9ac92c5c6aa793
Go
harmony-one
harmony
1,453
287
The core protocol of harmony
[ "blockchain", "bls", "consensus", "distributed-ledger-technology", "harmony", "harmony-protocol", "pbft", "proof-of-stake", "sharding" ]
LGPL-3.0
core/state/metrics.go
metrics.go
1,558
// Copyright 2021 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library 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...
172
1,558
31
0.98
2026-04-17T16:57:48.297474
true
github_ory_hydra_12fbdfc7e5920351951ccbb792d883f050bf17a2
Go
ory
hydra
17,068
1,557
Internet-scale OpenID Certified™ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service on Ory Network or self-host. Trusted by OpenAI and many others for scale and security. Written in Go.
[ "authorization", "cloud", "docker", "federation", "hacktoberfest", "hydra", "identity", "oauth", "oauth-provider", "oauth2", "oauth2-provider", "oauth2-server", "oidc", "openid", "openid-connect", "openid-connect-provider", "openid-provider", "security", "server", "sso" ]
Apache-2.0
cmd/serve_public.go
serve_public.go
1,170
// Copyright © 2022 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd import ( "github.com/spf13/cobra" "github.com/ory/hydra/v2/cmd/server" "github.com/ory/hydra/v2/driver" ) func NewServePublicCmd(dOpts []driver.OptionsModifier) *cobra.Command { return &cobra.Command{ Use: "public", Short: "Se...
156
1,169
33
0.98
2026-04-17T10:16:54.199530
true
github_decodingai-magazine_llm-twin-course_dba549fcd9d43cfef954dc4deb4b279eafe27b3a
Python
decodingai-magazine
llm-twin-course
4,326
719
🤖 𝗟𝗲𝗮𝗿𝗻 for 𝗳𝗿𝗲𝗲 how to 𝗯𝘂𝗶𝗹𝗱 an end-to-end 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻-𝗿𝗲𝗮𝗱𝘆 𝗟𝗟𝗠 & 𝗥𝗔𝗚 𝘀𝘆𝘀𝘁𝗲𝗺 using 𝗟𝗟𝗠𝗢𝗽𝘀 best practices: ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 12 𝘩𝘢𝘯𝘥𝘴-𝘰𝘯 𝘭𝘦𝘴𝘴𝘰𝘯𝘴
[ "aws", "bytewax", "comet-ml", "course", "docker", "generative-ai", "infrastructure-as-code", "large-language-models", "llmops", "machine-learning-engineering", "ml-system-design", "mlops", "pulumi", "qdrant", "qwak", "rag", "superlinked" ]
MIT
src/bonus_superlinked_rag/local_test.py
local_test.py
4,085
import pprint from models.documents import ArticleDocument, PostDocument, RepositoryDocument from superlinked_client import SuperlinkedClient mock_data_articles = [ ArticleDocument( id="1", platform="Twitter", link="http://twitter.com/1", content="Cleaned content 1", author...
254
4,085
163
0.98
2026-04-22T21:55:59.779717
true
github_filecoin-project_lotus_23c533c315f4427ec2364f9055babb31332c3ffa
Go
filecoin-project
lotus
2,993
1,366
Reference implementation of the Filecoin protocol, written in Go
[ "blockchain", "filecoin", "golang", "ipfs" ]
NOASSERTION
cmd/lotus-shed/election.go
election.go
5,711
package main import ( "context" "encoding/binary" "fmt" "math/rand" "github.com/urfave/cli/v2" "golang.org/x/xerrors" "github.com/filecoin-project/go-address" "github.com/filecoin-project/go-state-types/abi" builtin2 "github.com/filecoin-project/specs-actors/v2/actors/builtin" "github.com/filecoin-project...
637
5,711
229
0.98
2026-04-17T16:51:22.798505
true
github_kubernetes_kops_7abe002f2ad04253e36fd3cf60cd486e85afd4d3
Go
kubernetes
kops
16,589
4,699
Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
[ "cncf", "containers", "go", "kops", "kubernetes" ]
Apache-2.0
cmd/kops/get_instances.go
get_instances.go
6,545
/* Copyright 2020 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
659
6,545
241
0.98
2026-04-17T10:23:30.005895
true
github_nearai_ironclaw_d121958793577bfac728fc261c68e05cac3c9f0d
Rust
nearai
ironclaw
11,845
1,350
IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security
[]
Apache-2.0
src/agent/commands.rs
commands.rs
46,741
//! System commands and job handlers for the agent. //! //! Extracted from `agent_loop.rs` to isolate the /help, /model, /status, //! and other command processing from the core agent loop. use std::sync::Arc; use tokio::sync::Mutex; use uuid::Uuid; use crate::agent::session::Session; use crate::agent::submission::Su...
3,784
46,715
1,181
0.98
2026-04-17T14:19:20.967528
true
github_gluon-framework_gluon_ea587d6311c05df3229f4a28fda281b609f50617
JavaScript
gluon-framework
gluon
3,063
78
A new framework for creating desktop apps from websites, using system installed browsers and NodeJS
[ "framework", "javascript", "nodejs", "web" ]
MIT
src/launcher/inject.js
inject.js
6,988
import { writeFile } from 'fs/promises'; import { log, logInline } from '../lib/logger.js'; import IPCApi from '../lib/ipc.js'; import LocalCDP from '../lib/local/cdp.js'; import PageApi from '../api/page.js'; import IdleApi from '../api/idle.js'; import ControlsApi from '../api/controls.js'; import ResourcesApi from...
735
6,988
190
0.98
2026-04-23T07:55:08.068685
true
github_ChatGPTNextWeb_NextChat_517f06e7c9338f6589714fe478824e7ae7ea8b44
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/polyfill.ts
polyfill.ts
623
declare global { interface Array<T> { at(index: number): T | undefined; } } if (!Array.prototype.at) { Array.prototype.at = function (index: number) { // Get the length of the array const length = this.length; // Convert negative index to a positive index if (index < 0) { index = lengt...
95
623
28
0.98
2026-04-23T08:58:24.549688
true
github_gopherjs_gopherjs_215166451047e657dfd1e70b86cdd3567b4ae774
Go
gopherjs
gopherjs
13,142
573
A compiler from Go to JavaScript for running Go code in a browser
[ "compiler", "go", "golang", "hacktoberfest", "javascript" ]
BSD-2-Clause
internal/sourcemapx/identifier_test.go
identifier_test.go
844
package sourcemapx import ( "go/token" "testing" "github.com/google/go-cmp/cmp" ) func TestIdentifier_String(t *testing.T) { ident := Identifier{ Name: "Foo$1", OriginalName: "Foo", OriginalPos: token.Pos(42), } got := ident.String() if got != ident.Name { t.Errorf("Got: ident.String() = %q....
99
844
40
0.98
2026-04-17T11:26:57.927447
true
github_juicedata_juicefs_4e751e76c0aa4126e49359a9716788e0db7e7d1e
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/umount.go
umount.go
4,499
/* * JuiceFS, Copyright 2018 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.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
599
4,499
194
0.98
2026-04-17T11:21:43.156337
true
github_Chalarangelo_30-seconds-of-code_ece56caa0236f7a954e351b94d9015fd1f7f2033
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/presenters/coverPresenter.js
coverPresenter.js
2,047
import fs from 'fs'; import path from 'path'; import settings from '#src/config/settings.js'; export default class CoverPresenter { constructor(object, options = {}) { this.object = object; this.options = options; } coverUrl(full = false) { return `${this.coverPrefix}${this.coverName}${this.coverSuf...
154
2,047
84
0.98
2026-04-23T06:15:00.419502
true
github_huggingface_transformers_984d80964fad087d77ac9ce3984a7b390915080e
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/image_utils.py
image_utils.py
41,640
# Copyright 2021 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 ...
4,489
41,640
1,070
0.98
2026-04-22T13:17:57.177007
true
github_karmada-io_karmada_a7b67edb686d22bd452c24c3afa26de93c46a4b1
Go
karmada-io
karmada
5,427
1,097
Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration
[ "cloud-computing", "cloud-native", "containers", "k8s", "kubernetes", "multi-cluster", "multicloud" ]
Apache-2.0
cmd/kubectl-karmada/kubectl-karmada.go
kubectl-karmada.go
870
/* Copyright 2020 The Karmada Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
112
870
32
0.98
2026-04-17T21:27:24.424079
true
github_PuerkitoBio_goquery_924e8d1a8634d8d17dba1833b5fc34d8eb966085
Go
PuerkitoBio
goquery
14,929
927
A little like that j-thing, only in Go.
[ "goquery", "html-parsing", "jquery", "selector-strings" ]
BSD-3-Clause
example_test.go
example_test.go
2,435
package goquery_test import ( "fmt" "log" "net/http" "os" "strings" "github.com/PuerkitoBio/goquery" ) // This example scrapes the reviews shown on the home page of metalsucks.net. func Example() { // Request the HTML page. res, err := http.Get("http://metalsucks.net") if err != nil { log.Fatal(err) } d...
321
2,435
111
0.98
2026-04-17T10:37:51.367599
true
github_rvben_rumdl_e2ddba3455ff5efa57c1a8600fad76eccd8f2926
Rust
rvben
rumdl
1,039
44
Fast Markdown linter and formatter written in Rust
[ "cli", "developer-tools", "formatter", "linter", "markdown", "rust" ]
MIT
src/file_processor/mod.rs
mod.rs
273
//! File processing and linting logic. //! //! This module handles file discovery, core linting/fixing, and embedded markdown processing. mod discovery; mod doc_comments; mod embedded; mod processing; pub use discovery::*; pub use processing::*; #[cfg(test)] mod tests;
36
273
15
0.98
2026-04-17T19:36:57.645701
true
github_prometheus_prometheus_fbea5eda6aaa6281b32fa7938dab87945f348bde
Go
prometheus
prometheus
63,621
10,333
The Prometheus monitoring system and time series database.
[ "alerting", "graphing", "hacktoberfest", "metrics", "monitoring", "prometheus", "time-series" ]
Apache-2.0
cmd/promtool/main.go
main.go
53,885
// Copyright The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
5,400
53,885
1,431
0.98
2026-04-17T07:14:09.877985
true
github_graphql-nexus_nexus_551cd7d392f47d78da42a28502d3f0ff8d769bd9
TypeScript
graphql-nexus
nexus
3,427
277
Code-First, Type-Safe, GraphQL Schema Construction
[ "graphql", "graphql-nexus", "graphql-schema", "nexus", "typescript" ]
MIT
src/definitions/wrapping.ts
wrapping.ts
13,012
import { GraphQLInputType, GraphQLList, GraphQLNamedType, GraphQLNonNull, GraphQLType, isWrappingType, isListType, isNonNullType, } from 'graphql' import type { DynamicInputMethodDef, DynamicOutputMethodDef } from '../dynamicMethod' import type { DynamicOutputPropertyDef } from '../dynamicProperty' impo...
1,354
13,012
367
0.98
2026-04-23T08:37:30.320290
true
github_BrainJS_brain.js_166903b6b1839803d9ff25d091f2e0ec2d58457b
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/autoencoder.test.ts
autoencoder.test.ts
1,652
import AE from './autoencoder'; const trainingData = [ [0, 0, 0], [0, 1, 1], [1, 0, 1], [1, 1, 0], ]; const xornet = new AE<number[], number[]>({ decodedSize: 3, hiddenLayers: [5, 2, 5], }); const errorThresh = 0.011; const result = xornet.train(trainingData, { iterations: 100000, errorThresh, }); ...
182
1,652
69
0.98
2026-04-17T17:55:49.287621
true
github_vercel_swr_c3623b7efca9139de99bacd046de445036f94ddb
TypeScript
vercel
swr
32,352
1,332
React Hooks for Data Fetching
[ "cache", "data", "data-fetching", "fetch", "hook", "hooks", "nextjs", "react", "react-native", "stale-while-revalidate", "suspense", "swr", "vercel" ]
MIT
src/mutation/types.ts
types.ts
7,584
import type { SWRResponse, Key, Arguments } from '../index' type FetcherResponse<Data> = Data | Promise<Data> type FetcherOptions<ExtraArg = unknown> = Readonly<{ arg: ExtraArg }> export type MutationFetcher< Data = unknown, SWRKey extends Key = Key, ExtraArg = unknown > = SWRKey extends () => infer Arg | nu...
918
7,584
302
0.98
2026-04-23T09:00:08.485662
true
github_ChromeDevTools_chrome-devtools-mcp_36090541f9171596e5cb9cc465280962ced5a613
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/telemetry/WatchdogClient.ts
WatchdogClient.ts
2,270
/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {spawn, type ChildProcess} from 'node:child_process'; import {fileURLToPath} from 'node:url'; import {logger} from '../logger.js'; import type {WatchdogMessage, OsType} from './types.js'; export class WatchdogClient { #...
190
2,270
86
0.98
2026-04-18T00:21:06.261978
true
github_agent0ai_agent-zero_fce201fecaaf1b46527859aaecd47b2cadbb9166
Python
agent0ai
agent-zero
17,174
3,519
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
models.py
models.py
30,031
from dataclasses import dataclass, field from enum import Enum import logging import os from typing import ( Any, Awaitable, Callable, List, Optional, Iterator, AsyncIterator, Tuple, TypedDict, ) from litellm import completion, acompletion, embedding import litellm import openai fro...
2,470
30,029
836
0.98
2026-04-22T17:11:15.175032
true
github_rustdesk_rustdesk_265006502333c6f1579e7eef8d20dd9cc1465e0c
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/platform/win_device.rs
win_device.rs
13,168
use hbb_common::{log, thiserror}; use std::{ ffi::OsStr, io, ops::{Deref, DerefMut}, os::windows::ffi::OsStrExt, ptr::null_mut, result::Result, }; use winapi::{ shared::{ guiddef::GUID, minwindef::{BOOL, DWORD, FALSE, MAX_PATH, PBOOL, TRUE}, ntdef::{HANDLE, LPCWSTR, N...
1,005
13,168
460
0.98
2026-04-17T13:14:50.942242
true
github_parcel-bundler_lightningcss_f2f6107e949e6a18ac6f6d698a97309d7d58bbc9
JavaScript
parcel-bundler
lightningcss
7,510
261
An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.
[ "build-tool", "compiler", "css", "minifier", "parser", "rust" ]
MPL-2.0
bench.js
bench.js
1,050
const css = require('./'); const cssnano = require('cssnano'); const postcss = require('postcss'); const esbuild = require('esbuild'); let opts = { filename: process.argv[process.argv.length - 1], code: require('fs').readFileSync(process.argv[process.argv.length - 1]), minify: true, // source_map: true, targ...
100
1,050
46
0.98
2026-04-17T14:37:32.775247
true
github_istio_istio_d3958fb0c3fe63196365c273ad047eb8869a477e
Go
istio
istio
38,124
8,290
Connect, secure, control, and observe services.
[ "api-management", "circuit-breaker", "consul", "enforce-policies", "envoy", "fault-injection", "kubernetes", "lyft-envoy", "microservice", "microservices", "nomad", "polyglot-microservices", "proxies", "request-routing", "resiliency", "service-mesh" ]
Apache-2.0
pkg/log/options.go
options.go
9,291
// Copyright 2017 Istio Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
1,202
9,291
277
0.98
2026-04-17T07:35:27.325386
true
github_golang-migrate_migrate_2b5505c4b580e964c7174335b8add5f00d4dff68
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
source/testing/testing.go
testing.go
5,379
// Package testing has the source tests. // All source drivers must pass the Test function. // This lives in it's own package so it stays a test dependency. package testing import ( "errors" "os" "testing" "github.com/golang-migrate/migrate/v4/source" ) // Test runs tests against source implementations. // It as...
769
5,379
182
0.98
2026-04-17T09:41:33.835657
true
github_alpa-projects_alpa_faaf10c7d33b4b38cecbeeb60519c46f923b1209
Python
alpa-projects
alpa
3,187
362
Training and serving large-scale neural networks with auto parallelization.
[ "alpa", "auto-parallelization", "compiler", "deep-learning", "distributed-computing", "distributed-training", "high-performance-computing", "jax", "llm", "machine-learning" ]
Apache-2.0
setup.py
setup.py
5,227
import glob import os import re import shutil import subprocess import sys from setuptools import setup, find_packages IS_WINDOWS = sys.platform == "win32" ROOT_DIR = os.path.dirname(__file__) HAS_CUDA = os.system("nvidia-smi > /dev/null 2>&1") == 0 def get_cuda_version(cuda_home): """Locate the CUDA version.""...
405
5,227
162
0.98
2026-04-17T17:49:08.760623
true
github_trpc_trpc_d9119d666ce25c7c59aa45d55b9a473370f2d9d9
JavaScript
trpc
trpc
40,003
1,582
🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
[ "api", "next", "nextjs", "prisma", "react", "typescript" ]
MIT
eslint.config.js
eslint.config.js
6,294
import * as path from 'node:path'; import { includeIgnoreFile } from '@eslint/compat'; import reactPlugin from 'eslint-plugin-react'; import * as reactHooks from 'eslint-plugin-react-hooks'; import unicorn from 'eslint-plugin-unicorn'; import tseslint from 'typescript-eslint'; export default tseslint.config( include...
407
6,291
205
0.98
2026-04-17T17:53:35.471329
true
github_ava_use-http_634d377b7e97b11d70ee4df425829ff1ace6ac22
TypeScript
ava
use-http
2,303
116
🐶 React hook for making isomorphic http requests
[ "fetch", "fetch-data", "graphql", "http", "isomorphic", "mutation", "query", "react", "react-cache", "react-fetch-hook", "react-hook", "react-hooks", "react-suspense", "react-usefetch", "reacthook", "request", "rest-client", "ssr", "suspense", "usefetch" ]
MIT
src/defaults.ts
defaults.ts
1,057
import { Flatten, CachePolicies, UseFetchArgsReturn } from './types' import { isObject } from './utils' export const useFetchArgsDefaults: UseFetchArgsReturn = { host: '', path: undefined, customOptions: { cacheLife: 0, cachePolicy: CachePolicies.CACHE_FIRST, interceptors: {}, onAbort: () => { /...
129
1,057
40
0.98
2026-04-23T08:40:02.543022
true
github_zhouxiaoka_autoclip_mvp_d48360091648320fabc88b0ac35322c974d47093
Python
zhouxiaoka
autoclip_mvp
953
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
check_setup.py
check_setup.py
6,911
#!/usr/bin/env python3 """ 项目启动检查脚本 验证所有必要的文件和配置是否正确 """ import os import sys import json from pathlib import Path import subprocess def check_python_version(): """检查Python版本""" print("🐍 检查Python版本...") version = sys.version_info if version.major < 3 or (version.major == 3 and version.minor < 8): ...
484
6,030
252
0.98
2026-04-18T00:05:02.009178
true
github_voxel51_fiftyone_2bec3d15519afe6aa76b5c0b61c06ca6561b2ff8
TypeScript
voxel51
fiftyone
10,591
742
Refine high-quality datasets and visual AI models
[ "active-learning", "artificial-intelligence", "computer-vision", "data-centric-ai", "data-cleaning", "data-curation", "data-quality", "data-science", "deep-learning", "developer-tools", "image-classification", "machine-learning", "object-detection", "python", "unstructured-data", "vect...
Apache-2.0
app/types/mui-theme.d.ts
mui-theme.d.ts
1,995
import "@mui/material/styles"; declare module "@mui/material/styles" { interface ZIndex { operatorPalette: number; } interface Palette { themeMode: "light" | "dark"; dividerDisabled: string; danger: { plainColor: string }; neutral: { plainColor: string; softBg: string; softBorder: string }; ...
201
1,995
87
0.98
2026-04-22T13:50:28.882164
true
github_caiyuanhao1998_SAX-NeRF_6e5465e8c3c19df9a72bbebaa3639cce9cfa8e0e
Python
caiyuanhao1998
SAX-NeRF
788
41
"Structure-Aware Sparse-View X-ray 3D Reconstruction" (CVPR 2024) - A Toolbox for CT reconstruction and X-ray Novel View Synthesis
[ "3d-graphics", "3d-reconstruction", "3d-vision", "ct-reconstruction", "cvpr", "instant-ngp", "medical-imaging", "nerf", "neural-radiance-fields", "novel-view-synthesis", "transformer", "x-ray-images" ]
MIT
src/trainer.py
trainer.py
8,041
import os import os.path as osp import json import torch from torch.utils.tensorboard import SummaryWriter from tqdm import tqdm, trange from shutil import copyfile import numpy as np from .dataset import TIGREDataset as Dataset from .utils import gen_log, time2file_name import datetime from .network import get_netw...
549
7,741
186
0.98
2026-04-22T21:28:06.242534
true
github_claudiajs_claudia_ea1f87b8e56918f1d256283f880920371af6e365
JavaScript
claudiajs
claudia
3,893
277
Deploy Node.js projects to AWS Lambda and API Gateway easily
[ "api-gateway", "aws", "aws-lambda", "claudia", "javascript", "nodejs", "serverless" ]
MIT
src/util/count-elements.js
count-elements.js
162
module.exports = function countElements(object, keys) { 'use strict'; if (!object || !keys) { return 0; } return keys.filter(key => object[key]).length; };
21
162
8
0.98
2026-04-23T07:44:00.914625
true
github_TwiN_gatus_d5add72135146dda2a9ed470e6bc0bdd2008d3ff
Go
TwiN
gatus
10,688
708
Automated developer-oriented status page with alerting and incident support
[ "alerting", "container", "dashboard", "devops", "docker", "go", "golang", "health", "monitor", "monitoring", "monitoring-tool", "notifications", "self-hosted", "selfhosted", "slack", "status", "status-page", "statuspage", "uptime", "uptime-monitoring" ]
Apache-2.0
api/chart_test.go
chart_test.go
4,356
package api import ( "net/http" "net/http/httptest" "testing" "time" "github.com/TwiN/gatus/v5/config" "github.com/TwiN/gatus/v5/config/endpoint" "github.com/TwiN/gatus/v5/storage/store" "github.com/TwiN/gatus/v5/watchdog" ) func TestResponseTimeChart(t *testing.T) { defer store.Get().Clear() defer cache.C...
329
4,356
150
0.98
2026-04-17T12:33:43.793145
true
github_ogkalu2_comic-translate_16f1afd1f64368ddc1b2416b92c2063b2454e4ce
Python
ogkalu2
comic-translate
2,519
280
Desktop app for automatically translating comics - BDs, Manga, Manhwa, Fumetti and more in a variety of formats (Image, Pdf, Epub, cbr, cbz, etc) and in multiple languages.
[ "anime", "comics", "computer-vision", "deep-learning", "gui", "inpainting", "machine-translation", "manga", "manhua", "manhwa", "neural-network", "ocr", "pyside6", "python", "pytorch", "segmentation", "text-detection", "text-segmentation", "translation", "webtoons" ]
Apache-2.0
app/controllers/task_runner.py
task_runner.py
4,987
from __future__ import annotations from collections import deque from typing import TYPE_CHECKING, Callable from PySide6 import QtCore from PySide6.QtCore import QCoreApplication from app.thread_worker import GenericWorker if TYPE_CHECKING: from controller import ComicTranslate class TaskRunnerController: ...
292
4,987
170
0.98
2026-04-18T00:18:48.168820
true
github_eriklindernoren_ML-From-Scratch_685f37b99b210e020991287fd9fd8430178ac058
Python
eriklindernoren
ML-From-Scratch
31,278
5,251
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
[ "data-mining", "data-science", "deep-learning", "deep-reinforcement-learning", "genetic-algorithm", "machine-learning", "machine-learning-from-scratch" ]
MIT
setup.py
setup.py
1,078
from setuptools import setup, find_packages from codecs import open from os import path __version__ = '0.0.4' here = path.abspath(path.dirname(__file__)) # get the dependencies and installs with open(path.join(here, 'requirements.txt'), encoding='utf-8') as f: all_reqs = f.read().split('\n') install_requires = ...
86
1,078
30
0.95
2026-04-13T14:07:17.307861
true
github_aaugustin_django-sesame_320a676c4bac1b8c724f2bae6013c939d9d7979c
Python
aaugustin
django-sesame
1,033
58
"Magic Links" - URLs with authentication tokens for one-click login
[ "authentication", "django", "python", "token-based-authentication" ]
BSD-3-Clause
src/sesame/utils.py
utils.py
3,363
from urllib.parse import urlencode from django.contrib.auth import authenticate from django.utils import timezone from . import settings from .tokens import create_token __all__ = ["get_token", "get_parameters", "get_query_string", "get_user"] def get_token(user, scope=""): """ Generate a signed token to a...
382
3,363
107
0.98
2026-04-23T02:09:01.429303
true
github_nodejs_node_9948d3f1868e326ab50c4a32828f55e6ade00db5
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/event_target.js
event_target.js
31,993
'use strict'; const { ArrayFrom, ArrayPrototypeReduce, Boolean, Error, FunctionPrototypeCall, NumberIsInteger, ObjectAssign, ObjectDefineProperties, ObjectDefineProperty, ObjectGetOwnPropertyDescriptor, ReflectApply, SafeFinalizationRegistry, SafeMap, SafeWeakMap, SafeWeakRef, SafeWeakS...
3,159
31,993
1,198
0.98
2026-04-23T06:15:53.154732
true
github_golang_go_d3b47e4cb99a39264b3f26ecd5ac1cdd3bc7b188
Go
golang
go
133,493
18,928
The Go programming language
[ "go", "golang", "language", "programming-language" ]
BSD-3-Clause
src/bufio/net_test.go
net_test.go
1,917
// Copyright 2025 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build unix package bufio_test import ( "bufio" "io" "net" "path/filepath" "strings" "sync" "testing" ) // TestCopyUnixpacket tests that we can us...
293
1,917
97
0.98
2026-04-17T06:51:29.123701
true
github_matt1398_claude-devtools_ac24a4d7f682e8637a2b5cfb8b65b9071889710e
TypeScript
matt1398
claude-devtools
3,116
226
The missing DevTools for Claude Code — inspect session logs, tool calls, token usage, subagents, and context window in a visual UI. Free, open source.
[ "ai", "ai-agent", "ai-debugging", "ai-tools", "anthropic", "claude", "claude-code", "claude-code-tools", "debugging", "desktop-app", "developer-tools", "devtools", "electron", "llm", "macos-app", "observability", "open-source", "session-viewer", "token-usage", "typescript" ]
MIT
vite.standalone.config.ts
vite.standalone.config.ts
3,487
/** * Vite build config for the standalone (non-Electron) server. * * Produces a single CJS bundle at dist-standalone/index.cjs that can be * run with `node dist-standalone/index.cjs`. */ import { resolve } from 'path' import { defineConfig } from 'vite' import type { Plugin } from 'vite' // Node.js built-in mo...
435
3,487
116
0.98
2026-04-18T00:25:51.885702
true
github_gitalk_gitalk_1a7a51a9eac52b1197d5c34b85ec4bc9187052e3
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/graphql/getComments.js
getComments.js
2,935
import { axiosGithub } from '../util' const getQL = (vars, pagerDirection) => { const cursorDirection = pagerDirection === 'last' ? 'before' : 'after' const ql = ` query getIssueAndComments( $owner: String!, $repo: String!, $id: Int!, $cursor: String, $pageSize: Int! ) { repository(ow...
266
2,935
127
0.98
2026-04-23T05:58:54.554535
true
github_fyne-io_fyne_b5dba4603fc72f4bb35d84a1d73e1b734fcb5f13
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
device.go
device.go
1,498
package fyne // DeviceOrientation represents the different ways that a mobile device can be held type DeviceOrientation int const ( // OrientationVertical is the default vertical orientation OrientationVertical DeviceOrientation = iota // OrientationVerticalUpsideDown is the portrait orientation held upside down ...
188
1,498
45
0.98
2026-04-17T08:27:20.818842
true
github_GoogleCloudPlatform_kubectl-ai_73a7354e2d2528b5b605589808e8e356c402686f
Go
GoogleCloudPlatform
kubectl-ai
7,415
692
AI powered Kubernetes Assistant
[ "ai", "assistant", "cli", "kubernetes" ]
Apache-2.0
internal/mocks/generate.go
generate.go
1,298
// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
163
1,298
30
0.98
2026-04-17T20:28:05.225866
true
github_deepfakes_faceswap_59b7bf09620ebb59ed9571e7a63f353edaf80c2e
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/system/__init__.py
__init__.py
167
#! /usr/env/bin/python3 """ Contains system information for error reporting and installation.""" from .system import Packages, System from .ml_libs import Cuda, ROCm
21
167
6
0.98
2026-04-17T06:42:37.763450
true
github_websockets_ws_54d9b4fadb47f697d35a42cebedd2a2851b85689
JavaScript
websockets
ws
22,736
2,514
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
[ "javascript", "node", "nodejs", "real-time", "rfc-6455", "websocket", "websocket-client", "websocket-compression", "websocket-server" ]
MIT
lib/receiver.js
receiver.js
16,460
'use strict'; const { Writable } = require('stream'); const PerMessageDeflate = require('./permessage-deflate'); const { BINARY_TYPES, EMPTY_BUFFER, kStatusCode, kWebSocket } = require('./constants'); const { concat, toArrayBuffer, unmask } = require('./buffer-util'); const { isValidStatusCode, isValidUTF8 } ...
1,701
16,460
707
0.98
2026-04-23T06:44:42.497579
true
github_ChatGPTNextWeb_NextChat_6183e03b057ee90c0f8c0bf6837384ec596aace5
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/utils.ts
utils.ts
12,594
import { useEffect, useState } from "react"; import { showToast } from "./components/ui-lib"; import Locale from "./locales"; import { RequestMessage } from "./client/api"; import { REQUEST_TIMEOUT_MS, REQUEST_TIMEOUT_MS_FOR_THINKING, ServiceProvider, } from "./constant"; // import { fetch as tauriFetch, Response...
1,276
12,572
482
0.98
2026-04-23T08:58:29.235154
true
github_voxel51_fiftyone_991c777c05d63add103ddbcb5e656221f5f9bec2
JavaScript
voxel51
fiftyone
10,591
742
Refine high-quality datasets and visual AI models
[ "active-learning", "artificial-intelligence", "computer-vision", "data-centric-ai", "data-cleaning", "data-curation", "data-quality", "data-science", "deep-learning", "developer-tools", "image-classification", "machine-learning", "object-detection", "python", "unstructured-data", "vect...
Apache-2.0
app/gen-docs.js
gen-docs.js
38,086
const _ = require("lodash"); const fs = require("fs"); const path = require("path"); const docs = require("./docs.json"); //////// /// RST //////// class RstString { constructor(value) { this.value = value; } toSource() { let src = []; if (this.value !== undefined && this.value !== null) src =...
4,124
38,086
1,644
0.98
2026-04-22T13:50:27.463651
true
github_AdguardTeam_AdGuardHome_8c57b84154c758ea545bf57df9b4109ca003d561
Go
AdguardTeam
AdGuardHome
33,577
2,303
Network-wide ads & trackers blocking DNS server
[ "adblock", "adguard", "dns", "dns-over-https", "dns-over-quic", "dns-over-tls", "dnscrypt", "golang", "open-source", "privacy" ]
GPL-3.0
internal/aghtls/defaultmanager.go
defaultmanager.go
4,244
package aghtls import ( "context" "fmt" "log/slog" "sync" "github.com/AdguardTeam/AdGuardHome/internal/aghos" "github.com/AdguardTeam/golibs/errors" "github.com/AdguardTeam/golibs/logutil/slogutil" ) // DefaultManagerConfig is the configuration structure for [NewDefaultManager]. type DefaultManagerConfig stru...
532
4,244
164
0.98
2026-04-17T07:43:24.831892
true
github_nodejs_node_cac193e331880552866792cac96befd71485be4c
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/async_context_frame.js
async_context_frame.js
1,571
'use strict'; const { ObjectSetPrototypeOf, SafeMap, } = primordials; const { getContinuationPreservedEmbedderData, setContinuationPreservedEmbedderData, } = internalBinding('async_context_frame'); let enabled_; class ActiveAsyncContextFrame extends SafeMap { static get enabled() { return true; } ...
153
1,571
78
0.98
2026-04-23T06:15:47.710258
true
github_yuanming-hu_exposure_7288f187bca51d3bbef182f1ef9b1ba5c8a5b249
Python
yuanming-hu
exposure
780
156
Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
[ "computational-photography", "deep-learning", "gan", "generative-adversarial-network", "image-processing", "reinforcement-learning" ]
MIT
fivek.py
fivek.py
3,678
import numpy as np import os import pickle as pickle import cv2 import random import time from data_provider import DataProvider import multiprocessing.dummy from util import read_tiff16, read_set LIMIT = 5000000 image_size = 80 AUGMENTATION_ANGLE = 0 AUGMENTATION_FACTOR = 4 SOURCE_DIR = 'data/fivek_dataset/FiveK_Ligh...
336
3,678
121
0.98
2026-04-22T20:34:36.415724
true
github_LukeMathWalker_zero-to-production_12017203e7d72777b76f3fa040ddf8b5dd97ca8a
Rust
LukeMathWalker
zero-to-production
6,445
587
Code for "Zero To Production In Rust", a book on API development using Rust.
[ "book", "rust" ]
Apache-2.0
src/configuration.rs
configuration.rs
4,362
use crate::domain::SubscriberEmail; use crate::email_client::EmailClient; use secrecy::{ExposeSecret, Secret}; use serde_aux::field_attributes::deserialize_number_from_string; use sqlx::postgres::{PgConnectOptions, PgSslMode}; use std::convert::{TryFrom, TryInto}; #[derive(serde::Deserialize, Clone)] pub struct Settin...
350
4,362
142
0.98
2026-04-17T14:48:32.111362
true
github_sagalbot_vue-select_1881fb1fe048ccf25e42a22078c4c5cff23752b4
JavaScript
sagalbot
vue-select
4,679
1,323
Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
[ "combobox", "listbox", "select", "selecting", "selector", "vue", "vue-component", "vue-select", "vue2", "vue3" ]
MIT
src/utility/sortAndStringify.js
sortAndStringify.js
287
/** * @param sortable {object} * @return {string} */ function sortAndStringify(sortable) { const ordered = {} Object.keys(sortable) .sort() .forEach((key) => { ordered[key] = sortable[key] }) return JSON.stringify(ordered) } export default sortAndStringify
31
287
18
0.98
2026-04-23T12:01:27.292224
true
github_emmett-framework_granian_6f7d0ce39662604f8949551307fab72cb8e7054c
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/asgi/io.rs
io.rs
29,240
use anyhow::Result; use futures::{StreamExt, TryStreamExt, sink::SinkExt}; use http_body_util::BodyExt; use hyper::{ Response, StatusCode, body, header::{HeaderMap, HeaderName, HeaderValue, SERVER as HK_SERVER}, }; use pyo3::{prelude::*, pybacked::PyBackedBytes, types::PyDict}; use std::{ borrow::Cow, s...
1,895
29,240
715
0.98
2026-04-17T15:15:34.861270
true
github_huggingface_diffusers_044bb0db1908cb8624390640a39ccc2c94172113
Python
huggingface
diffusers
33,366
6,933
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
[ "deep-learning", "diffusion", "flux", "image-generation", "image2image", "image2video", "latent-diffusion-models", "pytorch", "qwen-image", "score-based-generative-modeling", "stable-diffusion", "stable-diffusion-diffusers", "text2image", "text2video", "video2video" ]
Apache-2.0
src/diffusers/optimization.py
optimization.py
14,691
# coding=utf-8 # Copyright 2025 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...
1,548
14,691
361
0.98
2026-04-17T17:16:10.314125
true
github_google_zx_50ad61cd969ab84a7178ec6fbcb1425b8449d89d
TypeScript
google
zx
45,409
1,253
A tool for writing better scripts
[ "bash", "child-process", "cli", "exec", "javascript", "nodejs", "pipe", "shell", "spawn" ]
Apache-2.0
src/deps.ts
deps.ts
3,042
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
380
3,042
98
0.98
2026-04-23T06:18:06.884060
true
github_farion1231_cc-switch_d7582219708bd9559c9ec4ff9fa1008b08aa42e9
TypeScript
farion1231
cc-switch
46,404
2,957
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.
[ "ai-tools", "claude-code", "codex", "desktop-app", "mcp", "minimax", "omo", "open-source", "openclaw", "openclaw-ui", "opencode", "provider-management", "rust", "skills", "skills-management", "tauri", "typescript", "wsl-support" ]
MIT
src/config/openclawProviderPresets.ts
openclawProviderPresets.ts
45,038
/** * OpenClaw provider presets configuration * OpenClaw uses models.providers structure with custom provider configs */ import type { ProviderCategory, OpenClawProviderConfig, OpenClawDefaultModel, } from "../types"; import type { PresetTheme, TemplateValueConfig } from "./claudeProviderPresets"; /** Suggest...
3,831
45,008
1,714
0.98
2026-04-17T13:18:46.733627
true
github_open-wa_wa-automate-nodejs_a145e21a25c85cc4ce92724b1e89193b31772fc0
TypeScript
open-wa
wa-automate-nodejs
3,448
669
💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!
[ "api", "chatbots", "framework", "nodejs", "typescript" ]
NOASSERTION
src/cli/setup.ts
setup.ts
10,773
import { camelize, isBase64 } from './../utils/tools'; import commandLineUsage from 'command-line-usage'; import meow, { AnyFlags } from 'meow'; import { Merge, JsonObject } from 'type-fest'; import { HELP_HEADER } from "./logo"; import { readJsonSync, writeFile } from 'fs-extra' import * as changeCase from "change-cas...
1,079
10,773
323
0.98
2026-04-17T18:04:03.574991
true
github_apache_answer_56555cd884e5b180b2f1d8fc7a28aa663dc81711
Go
apache
answer
15,471
1,307
A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
[ "community", "forum", "go", "golang", "hacktoberfest", "q-and-a", "question", "react", "typescript" ]
Apache-2.0
internal/controller/tag_controller.go
tag_controller.go
11,408
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,228
11,408
387
0.98
2026-04-17T10:33:04.456368
true
github_ChromeDevTools_chrome-devtools-mcp_6e317a3335c617e8858fba1e77599d87800efc74
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-cli-options.ts
chrome-devtools-cli-options.ts
23,066
/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ // NOTE: do not edit manually. Auto-generated by 'npm run cli:generate'. export interface ArgDef { name: string; type: string; description: string; required: boolean; default?: string | number | boolean; enum?: Readonl...
2,605
23,066
746
0.98
2026-04-18T00:20:57.589021
true
github_vercel_swr_0ebbec81d57a92c45aa99b9ca682ec5efb0d64d5
TypeScript
vercel
swr
32,352
1,332
React Hooks for Data Fetching
[ "cache", "data", "data-fetching", "fetch", "hook", "hooks", "nextjs", "react", "react-native", "stale-while-revalidate", "suspense", "swr", "vercel" ]
MIT
src/_internal/index.react-server.ts
index.react-server.ts
128
export { serialize } from './utils/serialize' export { SWRConfig } from './index' export { INFINITE_PREFIX } from './constants'
18
128
4
0.98
2026-04-23T09:00:02.374397
true
github_redux-form_redux-form_8d36b84b72984f9a098e96197f1d49f25400baa2
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/createReduxForm.js
createReduxForm.js
38,648
// @flow import hoistStatics from 'hoist-non-react-statics' import invariant from 'invariant' import isPromise from 'is-promise' import { mapValues, merge } from 'lodash' import PropTypes from 'prop-types' import React, { createElement } from 'react' import { connect } from 'react-redux' import { bindActionCreators } f...
3,109
38,648
1,097
0.98
2026-04-23T04:57:02.684907
true
github_PyO3_pyo3_4a99b1b6fb9fff473bf8d8cd2a59d8d878340abd
Rust
PyO3
pyo3
15,582
958
Rust bindings for the Python interpreter
[ "binding", "ffi", "python", "python-c-api", "rust" ]
Apache-2.0
src/impl_/pymodule.rs
pymodule.rs
17,758
//! Implementation details of `#[pymodule]` which need to be accessible from proc-macro generated code. use std::{ cell::UnsafeCell, ffi::CStr, marker::PhantomData, os::raw::{c_int, c_void}, }; #[cfg(all( not(any(PyPy, GraalPy)), Py_3_9, not(all(windows, Py_LIMITED_API, not(Py_3_10))), ))]...
1,606
17,758
542
0.98
2026-04-17T13:52:27.750831
true
github_Shy2593666979_AgentChat_fb173ceb5da6b4a5d427f88a607656132eee5546
TypeScript
Shy2593666979
AgentChat
670
83
AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
[ "agent", "agent-memory", "agent-skills", "human-in-the-loop", "langchain", "llm", "mcp", "mcp-client", "mcp-server", "mysql", "redis" ]
MIT
src/frontend/auto-imports.d.ts
auto-imports.d.ts
233
/* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import export {} declare global { const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] }
25
233
10
0.98
2026-04-23T00:50:08.420454
true
github_nodejs_node_934d0b14bfdc8b513ca81d4f5a5adb870f0f12c8
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/http.js
http.js
8,274
// 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...
976
8,274
258
0.98
2026-04-23T06:15:44.460639
true
github_ory_kratos_3f513131e0b37f0032b24363ef98a8f77c926040
Go
ory
kratos
13,583
1,127
Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network.
[ "hacktoberfest", "identity", "identity-management", "login", "profile-management", "registration", "user", "user-management", "user-profile", "user-profiles", "users" ]
Apache-2.0
cmd/clidoc/main.go
main.go
22,810
// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main import ( "bytes" "encoding/json" "fmt" "go/ast" "go/importer" "go/parser" "go/token" "go/types" "os" "path/filepath" "regexp" "sort" "strings" "time" "github.com/pkg/errors" "github.com/ory/kratos/cmd" "github.com/ory/...
1,212
22,809
423
0.98
2026-04-17T11:17:33.164539
true
github_nodejs_node_2552aabf173e0d3518aa95d716576824d06e5e46
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/repl.js
repl.js
1,274
'use strict'; const { Number, NumberIsNaN, NumberParseInt, } = primordials; const REPL = require('repl'); const { kStandaloneREPL } = require('internal/repl/utils'); module.exports = { __proto__: REPL }; module.exports.createInternalRepl = createRepl; function createRepl(env, opts, cb) { if (typeof opts ===...
139
1,274
61
0.98
2026-04-23T06:16:01.264336
true
github_jdh-algo_JoyVASA_9e4bc69536fdc7c668821eec5ec069c8e3154527
Python
jdh-algo
JoyVASA
864
85
Diffusion-based Portrait and Animal Animation
[ "audio-driven-talking-face", "generative-ai", "image-animation", "lip-sync", "portrait-anination", "talking-head" ]
MIT
src/utils/io.py
io.py
3,195
# coding: utf-8 import os.path as osp import imageio import numpy as np import pickle import cv2; cv2.setNumThreads(0); cv2.ocl.setUseOpenCL(False) from .helper import mkdir, suffix def load_image_rgb(image_path: str): if not osp.exists(image_path): raise FileNotFoundError(f"Image not found: {image_path...
382
3,195
118
0.98
2026-04-22T22:00:36.325280
true
github_MervinPraison_PraisonAI_e02560bea26911b9ba6cb7b1813b84f8efe795d3
Python
MervinPraison
PraisonAI
6,972
1,064
PraisonAI 🦞 — Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous agents that research, plan, code, and execute tasks. Deployed in 5 lines of code with built-in memory, RAG, and support for 100+ LLMs.
[ "agents", "ai", "ai-agent-framework", "ai-agent-sdk", "ai-agents", "ai-agents-framework", "ai-agents-sdk", "ai-framwork", "aiagent", "aiagentframework", "aiagents", "aiagentsframework", "claw", "framework", "multi-agent", "multi-agent-system", "multi-agent-systems", "multi-agents",...
MIT
src/praisonai-agents/debug_telemetry_double.py
debug_telemetry_double.py
2,102
#!/usr/bin/env python3 """ Debug double-counting in telemetry. """ from praisonaiagents import Agent, Task, AgentTeam from praisonaiagents.telemetry import get_telemetry # Get telemetry instance telemetry = get_telemetry() # Clear any existing metrics by flushing telemetry.flush() print("Starting fresh telemetry tr...
217
2,098
69
0.98
2026-04-22T17:20:18.182979
true
github_odigos-io_odigos_225853a4628997ceea9fc9cff3ba7c35c59b3898
Go
odigos-io
odigos
3,652
246
Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
[ "dotnet", "ebpf", "go", "java", "javascript", "kubernetes", "logs", "metrics", "monitoring", "nodejs", "observability", "opentelemetry", "otel", "python", "traces" ]
Apache-2.0
api/k8sconsts/resources.go
resources.go
2,277
package k8sconsts const ( // OdigosAgentsMetaHashLabel is used to label pods being instrumented. // It can be used to count the number of instrumented pods for a workload and whether they are up to date // with the expected agents. OdigosAgentsMetaHashLabel = "odigos.io/agents-meta-hash" // OdigosCollectorRoleLa...
299
2,277
45
0.98
2026-04-17T22:29:19.715922
true
github_mountebank-testing_mountebank_6c38a5293b832f9ab244920f81853b0ff4f9de5b
JavaScript
mountebank-testing
mountebank
2,093
293
Over the wire test doubles
[ "microservices-testing", "mocking", "mountebank", "service-virtualization", "stubbing", "test-automation", "test-framework", "testing" ]
MIT
src/util/middleware.js
middleware.js
9,148
'use strict'; const helpers = require('../util/helpers.js'), errors = require('./errors.js'); /** * Express middleware functions to inject into the HTTP processing * @module */ /** * Returns a middleware function to transforms all outgoing relative links in the response body * to absolute URLs, incorporatin...
907
9,148
257
0.98
2026-04-23T12:26:15.822627
true
github_theatre-js_theatre_f01a67bf38d6a554a57ba8d86c233ceb8296595e
JavaScript
theatre-js
theatre
12,370
450
Motion design editor for the web
[ "animation", "devtools", "generative-art", "motion-design", "r3f", "threejs" ]
Apache-2.0
wallaby.conf.js
wallaby.conf.js
250
module.exports = () => { return { autoDetect: true, tests: [ 'theatre/**/*.test.ts', 'packages/dataverse/**/*.test.ts', '!**/node_modules/**', ], testFramework: { configFile: './jest.config.js', }, } }
22
250
14
0.98
2026-04-18T00:21:34.470595
true
github_erikgrinaker_toydb_5ed343dca257c1c980c3761204b753e9aaa28cfb
Rust
erikgrinaker
toydb
7,215
626
Distributed SQL database in Rust, written as an educational project
[ "database", "distributed", "mvcc", "raft", "rust", "sql" ]
Apache-2.0
src/raft/node.rs
node.rs
92,638
use std::cmp::{max, min}; use std::collections::{HashMap, HashSet, VecDeque}; use std::ops::Range; use crossbeam::channel::Sender; use itertools::Itertools as _; use log::{debug, info}; use rand::RngExt as _; use super::log::{Index, Log}; use super::message::{Envelope, Message, ReadSequence, Request, RequestID, Respo...
9,370
92,618
2,177
0.98
2026-04-17T14:39:28.220610
true
github_axios_axios_d6745da504f6719815c03852884af52ae6beb41d
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/buildURL.js
buildURL.js
1,590
'use strict'; import utils from '../utils.js'; import AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js'; /** * It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with * their plain counterparts (`:`, `$`, `,`, `+`). * * @param {string} val The value to be encoded. * * @returns {string} The ...
199
1,590
67
0.98
2026-04-23T06:16:51.302727
true
github_react-dates_react-dates_5bfdbe659e804f42f2195d08956ec735a51e761c
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/shapes/AnchorDirectionShape.js
AnchorDirectionShape.js
162
import PropTypes from 'prop-types'; import { ANCHOR_LEFT, ANCHOR_RIGHT, } from '../constants'; export default PropTypes.oneOf([ANCHOR_LEFT, ANCHOR_RIGHT]);
15
162
9
0.98
2026-04-23T05:22:50.219766
true
github_rustdesk_rustdesk_0dda7817f158403013b45193beff65ecfbcadd27
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/fr.rs
fr.rs
54,480
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "État"), ("Your Desktop", "Votre bureau"), ("desk_tip", "Votre bureau est accessible via l’identifiant et le mot de passe ci-dessous."), ("Password", "Mot de passe"), ...
5,685
53,046
748
0.98
2026-04-17T13:14:30.069401
true
github_IBM_mcp-context-forge_ca515977d29b23a30b4bc18593fb4458a647d161
JavaScript
IBM
mcp-context-forge
3,584
627
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
[ "agents", "ai", "api-gateway", "asyncio", "authentication-middleware", "devops", "docker", "fastapi", "federation", "gateway", "generative-ai", "jwt", "kubernetes", "llm-agents", "mcp", "model-context-protocol", "observability", "prompt-engineering", "python", "tools" ]
Apache-2.0
eslint.config.js
eslint.config.js
576
"use strict"; const neostandard = require("neostandard"); module.exports = [ // Ignore compiled build artefacts — these are minified and not authored code { ignores: ["mcpgateway/static/bundle-*.js", "mcpgateway/static/.vite/**"], }, ...neostandard({ env: ["browser"], ignores: neostandard.resolveIg...
62
574
23
0.98
2026-04-17T15:51:11.759203
true
github_Automattic_mongoose_e2ab6a08b349248309b79328604b12dd7537c227
JavaScript
Automattic
mongoose
27,471
3,979
MongoDB object modeling designed to work in an asynchronous environment.
[ "mongo", "mongodb", "nodejs", "odm", "orm" ]
MIT
lib/helpers/setDefaultsOnInsert.js
setDefaultsOnInsert.js
4,736
'use strict'; const get = require('./get'); /** * Applies defaults to update and findOneAndUpdate operations. * * @param {object} filter * @param {Schema} schema * @param {object} castedDoc * @param {object} options * @param {object} queryMongooseOptions * @param {object | null} [context] the context to pass t...
615
4,736
175
0.98
2026-04-23T06:42:32.502590
true
github_Arize-ai_phoenix_68ba4bfdb3a6209b1155ae7ed383fb4fe70f6137
TypeScript
Arize-ai
phoenix
9,387
833
AI Observability & Evaluation
[ "agents", "ai-monitoring", "ai-observability", "aiengineering", "anthropic", "datasets", "evals", "langchain", "llamaindex", "llm-eval", "llm-evaluation", "llmops", "llms", "openai", "prompt-engineering", "smolagents" ]
NOASSERTION
app/tests/auth.setup.ts
auth.setup.ts
5,405
import fs from "fs/promises"; import type { Page } from "@playwright/test"; import { expect, test as setup } from "@playwright/test"; const AUTH_DIR = "playwright/.auth"; const ADMIN_STORAGE_STATE = `${AUTH_DIR}/admin.json`; const MEMBER_STORAGE_STATE = `${AUTH_DIR}/member.json`; const VIEWER_STORAGE_STATE = `${AUTH_D...
446
5,405
197
0.98
2026-04-23T00:42:59.544853
true
github_thtrieu_darkflow_d3d255e39466bda1ef0f5fc12994d5be10121d45
Python
thtrieu
darkflow
6,147
2,032
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
[ "convolutional-networks", "convolutional-neural-networks", "darknet", "deep-learning", "deep-neural-networks", "graph", "image-processing", "machine-learning", "mobile-development", "object-detection", "real-time", "tensorflow" ]
GPL-3.0
setup.py
setup.py
2,575
from setuptools import setup, find_packages from setuptools.extension import Extension from Cython.Build import cythonize import numpy import os import imp VERSION = imp.load_source('version', os.path.join('.', 'darkflow', 'version.py')) VERSION = VERSION.__version__ if os.name =='nt' : ext_modules=[ Exte...
129
2,575
74
0.98
2026-04-22T14:13:08.634010
true
github_bigint_hey_d8f9781491d690e59ee5b0451fae24b8aecb8be8
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
possible-types.ts
possible-types.ts
17,391
export interface PossibleTypesResultData { possibleTypes: { [key: string]: string[]; }; } const result: PossibleTypesResultData = { possibleTypes: { AccountAction: ["TippingAccountAction", "UnknownAccountAction"], AccountActionExecuted: [ "TippingAccountActionExecuted", "UnknownAccountActi...
735
17,391
600
0.98
2026-04-18T01:22:54.389542
true
github_wooorm_markdown-rs_651016c20cb4c1799f15865d5da545b54866820c
Rust
wooorm
markdown-rs
1,496
87
CommonMark compliant markdown parser in Rust with ASTs and extensions
[ "commonmark", "compiler", "gfm", "markdown", "parse", "render", "rust", "tokenize" ]
MIT
src/util/gfm_tagfilter.rs
gfm_tagfilter.rs
2,473
//! Make dangerous HTML a tiny bit safer. use crate::util::constant::{GFM_HTML_TAGFILTER_NAMES, GFM_HTML_TAGFILTER_SIZE_MAX}; use alloc::string::String; use core::str; extern crate std; /// Make dangerous HTML a tiny bit safer. /// /// The tagfilter is kinda weird and kinda useless. /// The tag filter is a naïve atte...
267
2,469
79
0.98
2026-04-17T17:06:05.730837
true
github_huggingface_transformers_4db902237b50bb92649b43ebecb3f1bd11421a5d
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_outputs.py
modeling_outputs.py
108,678
# 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...
11,404
108,678
1,707
0.98
2026-04-22T13:18:01.622510
true
github_apollographql_apollo-client_c0340703e6a28be01b5a965ee163e3920492e405
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/__tests__/refetchQueries.ts
refetchQueries.ts
27,961
import type { Subscription } from "rxjs"; import { Observable, Subject } from "rxjs"; import type { OnQueryUpdated, TypedDocumentNode } from "@apollo/client"; import { ApolloClient, ApolloLink, gql, InMemoryCache, NetworkStatus, ObservableQuery, } from "@apollo/client"; import { ObservableStream } from "@a...
2,845
27,961
1,098
0.98
2026-04-18T01:25:38.427097
true