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_nektos_act_6fdfeb6a34b05fe7a830c7482c38a1d957ae697a
Go
nektos
act
69,901
1,912
Run your GitHub Actions locally 🚀
[ "ci", "devops", "github-actions", "golang" ]
MIT
pkg/container/docker_stub.go
docker_stub.go
2,004
//go:build WITHOUT_DOCKER || !(linux || darwin || windows || netbsd) package container import ( "context" "runtime" "github.com/moby/moby/api/types/system" "github.com/nektos/act/pkg/common" "github.com/pkg/errors" ) // ImageExistsLocally returns a boolean indicating if an image with the // requested name, tag...
226
2,004
70
0.98
2026-04-17T07:13:35.787018
true
github_EmbarkStudios_texture-synthesis_7690a41978723a848ac46041867bc763d8e9b2ac
Rust
EmbarkStudios
texture-synthesis
1,810
84
🎨 Example-based texture synthesis written in Rust 🦀
[ "cli", "hacktoberfest", "inpaint", "rust", "texture-synthesis" ]
Apache-2.0
lib/examples/01_single_example_synthesis.rs
01_single_example_synthesis.rs
363
use texture_synthesis as ts; fn main() -> Result<(), ts::Error> { //create a new session let texsynth = ts::Session::builder() //load a single example image .add_example(&"imgs/1.jpg") .build()?; //generate an image let generated = texsynth.run(None); //save the image to t...
40
363
16
0.98
2026-04-17T19:25:48.196962
true
github_calyxir_calyx_62ac64fbaa4475777b0c9edb534b83069b521e63
Rust
calyxir
calyx
588
64
Intermediate Language (IL) for Hardware Accelerator Generators
[ "compiler", "fpga-programming", "high-level-synthesis", "intermediate-language", "open-source-hardware" ]
MIT
src/cmdline.rs
cmdline.rs
6,846
//! Command line parsing for the Calyx compiler. use argh::FromArgs; #[cfg(feature = "serialize")] use calyx_backend::SexpBackend; use calyx_backend::{ Backend, BackendOpt, FirrtlBackend, MlirBackend, PrimitiveUsesBackend, ResourcesBackend, VerilogBackend, xilinx::{XilinxInterfaceBackend, XilinxXmlBackend},...
679
6,846
229
0.98
2026-04-17T17:09:45.577594
true
github_stashapp_stash_f4c2950f17f461d1676bc19a9b0e3e7207bbd005
Go
stashapp
stash
12,209
1,041
An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
[ "go", "golang", "graphql", "hacktoberfest", "json", "media", "organize", "organizer", "porn", "video" ]
AGPL-3.0
internal/api/check_version.go
check_version.go
7,950
package api import ( "context" "encoding/json" "errors" "fmt" "io" "net/http" "os" "regexp" "runtime" "strings" "time" "golang.org/x/sys/cpu" "github.com/stashapp/stash/internal/build" "github.com/stashapp/stash/pkg/logger" ) // we use the github REST V3 API as no login is required const apiReleases s...
931
7,950
308
0.98
2026-04-17T11:39:37.564747
true
github_Boese0601_MagicDance_8201c2e92ca12e8f35c996e915d7a7518ef6a1a5
Python
Boese0601
MagicDance
778
65
[ICML 2024] MagicPose(also known as MagicDance): Realistic Human Poses and Facial Expressions Retargeting with Identity-aware Diffusion
[ "behavior-generation", "cartoon-animation", "diffusion-models", "generative-ai", "generative-model", "image-editing", "video-editing", "video-generation" ]
NOASSERTION
test_any_image_pose.py
test_any_image_pose.py
26,508
""" Train a control net """ import os import sys import argparse import datetime import numpy as np import pdb # # torch import torch from torch.utils.data import DataLoader from torchvision.utils import make_grid, save_image from torchvision import transforms as T import torch.nn.functional as F from torch.utils.ten...
1,934
26,508
577
0.98
2026-04-22T22:02:34.435807
true
github_builderz-labs_mission-control_8df49dc0a328500ba27f9cbf7f23d8dcaa2ab684
TypeScript
builderz-labs
mission-control
4,308
742
Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.
[ "agent-orchestration", "ai-agents", "ai-automation", "ai-dashboard", "claude", "dashboard", "developer-tools", "llm", "mcp", "nextjs", "open-source", "openclaw", "self-hosted", "sqlite", "task-management", "typescript" ]
MIT
playwright.openclaw.gateway.config.ts
playwright.openclaw.gateway.config.ts
627
import { defineConfig, devices } from '@playwright/test' export default defineConfig({ testDir: 'tests', testMatch: /openclaw-harness\.spec\.ts/, timeout: 60_000, expect: { timeout: 10_000, }, fullyParallel: false, workers: 1, reporter: [['list']], use: { baseURL: 'http://127.0.0.1:3005', ...
60
627
27
0.98
2026-04-23T10:10:55.117588
true
github_0xJacky_nginx-ui_87c3d166cd741d624438d5dc4bbd6a45cb44a871
Go
0xJacky
nginx-ui
11,044
805
Yet another WebUI for Nginx
[ "chatgpt-app", "code-completion", "copilot", "cron", "deepseek-r1", "docker", "go", "letsencrypt", "linux", "macos", "mcp", "mcp-server", "nginx", "self-hosted", "vue", "webui", "windows" ]
AGPL-3.0
api/notification/router.go
router.go
242
package notification import "github.com/gin-gonic/gin" func InitRouter(r *gin.RouterGroup) { r.GET("notifications", GetList) r.GET("notifications/:id", Get) r.DELETE("notifications/:id", Destroy) r.DELETE("notifications", DestroyAll) }
17
242
11
0.98
2026-04-17T12:26:27.922254
true
github_open-policy-agent_conftest_92b48fd2a68e6129500e3c8de38dae0f5e4411ff
Go
open-policy-agent
conftest
3,157
337
Write tests against structured configuration data using the Open Policy Agent Rego query language
[ "kubernetes", "open-policy-agent", "openpolicyagent", "rego", "testing" ]
NOASSERTION
internal/commands/document.go
document.go
1,738
package commands import ( "fmt" "os" "path/filepath" "github.com/open-policy-agent/conftest/document" "github.com/spf13/cobra" ) func NewDocumentCommand() *cobra.Command { cmd := &cobra.Command{ Use: "doc <path> [path [...]]", Short: "Generate documentation", RunE: func(cmd *cobra.Command, dir []string...
218
1,738
73
0.98
2026-04-17T22:40:38.905855
true
github_mountebank-testing_mountebank_3fc74369f3b5bd206ede2b9a64cb94938728af4b
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/cli/cli.js
cli.js
14,491
'use strict'; const fs = require('fs-extra'), yargs = require('yargs'), aliases = { d: 'debug', h: 'host', i: 'allowInjection', l: 'localOnly', m: 'mock', p: 'port', r: 'removeProxies', w: 'ipWhitelist', o: 'origin' }, options = { ...
1,361
14,491
421
0.98
2026-04-23T12:26:03.201045
true
github_Mrs4s_go-cqhttp_3527431f5d8d12dd624c648e71711ad936945a89
Go
Mrs4s
go-cqhttp
10,666
1,599
cqhttp的golang实现,轻量、原生跨平台.
[ "bot", "coolq", "coolq-http-api", "qqbot", "qqrobot" ]
AGPL-3.0
internal/base/version.go
version.go
271
package base import "runtime/debug" // Version go-cqhttp的版本信息,在编译时使用ldflags进行覆盖 var Version = "unknown" func init() { if Version != "unknown" { return } info, ok := debug.ReadBuildInfo() if ok { Version = info.Main.Version } }
33
239
17
0.98
2026-04-17T12:34:42.568500
true
github_Chalarangelo_30-seconds-of-code_c6fb60065f0979c3a6fa7b34635f5207ccd6fe38
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/recommendationPresenter.js
recommendationPresenter.js
6,808
import Snippet from '#src/models/snippet.js'; import settings from '#src/config/settings.js'; export default class RecommendationPresenter { static candidates = null; static candidatesByLang = {}; static candidatesByLangAndTag = {}; static prepareRecommendableSnippets() { this.candidates = Snippet.scope('...
667
6,808
190
0.98
2026-04-23T06:15:00.718481
true
github_PanJiaChen_vue-admin-template_10473efcf85dc43627ec84b86fe06b5f7fd1296b
JavaScript
PanJiaChen
vue-admin-template
20,445
7,428
a vue2.0 minimal admin template
[ "axios", "element-ui", "javascript", "vue", "vue-admin", "vue-cli", "vue-router", "vuex" ]
MIT
postcss.config.js
postcss.config.js
197
// https://github.com/michael-ciniawsky/postcss-load-config module.exports = { 'plugins': { // to edit target browsers: use "browserslist" field in package.json 'autoprefixer': {} } }
21
197
9
0.98
2026-04-23T11:46:48.089824
true
github_deepfakes_faceswap_16310fbb5eed1642613bc70e335806bcc8cd4c01
Python
deepfakes
faceswap
55,172
13,408
Deepfakes Software For All
[ "deep-face-swap", "deep-learning", "deep-neural-networks", "deepface", "deepfakes", "deeplearning", "face-swap", "faceswap", "fakeapp", "machine-learning", "myfakeapp", "neural-nets", "neural-networks", "openfaceswap" ]
GPL-3.0
lib/training/train.py
train.py
21,596
#! /usr/env/bin/python3 """Run the training loop for a training plugin """ from __future__ import annotations import logging import os import typing as T import time import warnings import cv2 import numpy as np import torch from torch.cuda import OutOfMemoryError from lib.logger import format_array, parse_class_in...
1,903
21,596
516
0.98
2026-04-17T06:42:44.342556
true
github_sindresorhus_execa_c3ec6b8c0dd1eacebc62c5b28b086a1755578267
JavaScript
sindresorhus
execa
7,493
250
Process execution for humans
[ "binary", "child-process", "exec", "execute", "javascript", "nodejs", "shell", "spawn", "spawned-processes", "streams" ]
MIT
lib/arguments/encoding-option.js
encoding-option.js
1,492
// Validate `encoding` option export const validateEncoding = ({encoding}) => { if (ENCODINGS.has(encoding)) { return; } const correctEncoding = getCorrectEncoding(encoding); if (correctEncoding !== undefined) { throw new TypeError(`Invalid option \`encoding: ${serializeEncoding(encoding)}\`. Please rename it ...
153
1,492
51
0.98
2026-04-23T07:15:32.592695
true
github_reactstrap_reactstrap_9d7089a653ef1e17f8412b482defb61efd61307e
JavaScript
reactstrap
reactstrap
10,527
1,288
Simple React Bootstrap 5 components
[ "bootstrap", "components", "hacktoberfest", "javascript", "react", "reactstrap", "ui" ]
MIT
src/InputGroup.js
InputGroup.js
1,185
import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { mapToCssModules, tagPropType } from './utils'; import Dropdown from './Dropdown'; import { InputGroupContext } from './InputGroupContext'; const propTypes = { /** Add custom class */ className: PropTypes.st...
134
1,185
48
0.98
2026-04-23T05:44:09.976401
true
github_rust-lang_rustlings_f2be606646d771795d29372f0c2fcaab67f21002
Rust
rust-lang
rustlings
62,528
11,177
:crab: Small exercises to get you used to reading and writing Rust code!
[ "beginner-friendly", "exercises", "rust", "rustlings" ]
MIT
src/dev.rs
dev.rs
1,265
use anyhow::{Context, Result, bail}; use clap::Subcommand; use std::path::PathBuf; mod check; mod new; mod update; #[derive(Subcommand)] pub enum DevCommand { /// Create a new project for community exercises New { /// The path to create the project in path: PathBuf, /// Don't try to in...
150
1,265
47
0.98
2026-04-17T13:16:10.463541
true
github_Soju06_codex-lb_32e729e587f1ebb5d004229d284b4181a68ef61e
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/core/draining.py
draining.py
280
from __future__ import annotations from importlib import import_module shutdown_state = import_module("app.core.shutdown") def __getattr__(name: str) -> bool: if name == "_draining": return bool(getattr(shutdown_state, "_draining")) raise AttributeError(name)
25
280
12
0.98
2026-04-23T01:10:39.137665
true
github_graphile_crystal_bd5d24b7357a68821c09a7fb2265237c614863ea
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
babel.config.js
babel.config.js
580
// Babel config, used by Jest module.exports = { plugins: ["@babel/plugin-transform-modules-commonjs"], presets: [ [ "@babel/env", { targets: { node: "16.12", }, }, ], "@babel/preset-typescript", "@babel/preset-react", ], env: { test: { plugi...
49
580
33
0.98
2026-04-17T17:56:48.797759
true
github_reactjs_react.dev_fc706af9a3951d75e52f9a6d5fb29002017e6522
JavaScript
reactjs
react.dev
11,733
7,893
The React documentation website
[ "documentation", "javascript", "react", "website" ]
CC-BY-4.0
src/siteConfig.js
siteConfig.js
796
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /* * Copyright (c) Facebook, Inc. and its affiliates. */ exports.siteConfig = { version: '19.2', // ----------------------...
90
795
28
0.98
2026-04-23T05:38:55.886745
true
github_sharkdp_bat_78d20c30ad45c360a8f2d8735bfffa5c670ef264
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/diff.rs
diff.rs
2,494
#![cfg(feature = "git")] use std::collections::HashMap; use std::fs; use std::path::Path; use git2::{DiffOptions, IntoCString, Repository}; #[derive(Copy, Clone, Debug)] pub enum LineChange { Added, RemovedAbove, RemovedBelow, Modified, } pub type LineChanges = HashMap<u32, LineChange>; pub fn get_...
214
2,494
84
0.98
2026-04-17T13:16:50.274496
true
github_Chalarangelo_30-seconds-of-code_7215c0ecfa8483c6d04682185c81c5a37c8d22cf
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/core/serializer.js
serializer.js
1,276
export default class Serializer { static prepare(serializer, serializableAttributes) { serializer.serializableAttributes = []; serializableAttributes.forEach(attribute => { const isAlias = Array.isArray(attribute); const attributeName = isAlias ? attribute[0] : attribute; if (!attributeNam...
119
1,276
46
0.98
2026-04-23T06:14:53.730368
true
github_kubernetes-sigs_kustomize_928d0a6109bc6f37646988648f39408a563dc680
Go
kubernetes-sigs
kustomize
12,021
2,379
Customization of kubernetes YAML configurations
[ "hacktoberfest", "k8s-sig-cli" ]
Apache-2.0
api/krusty/kustomizer_test.go
kustomizer_test.go
695
// Copyright 2019 The Kubernetes Authors. // SPDX-License-Identifier: Apache-2.0 package krusty_test import ( "strings" "testing" "sigs.k8s.io/kustomize/api/krusty" "sigs.k8s.io/kustomize/kyaml/filesys" ) // A simple usage example to shows what happens when // there are no files to read. // For more substantial...
81
695
28
0.98
2026-04-17T11:42:59.325843
true
github_restic_restic_d05a89d868f33b9cb0d53a7e074775306fb8a08e
Go
restic
restic
33,144
1,742
Fast, secure, efficient backup program
[ "backup", "dedupe", "deduplication", "go", "restic", "secure-by-default" ]
BSD-2-Clause
cmd/restic/cmd_ls_integration_test.go
cmd_ls_integration_test.go
4,345
package main import ( "bytes" "context" "encoding/json" "fmt" "strings" "testing" "github.com/restic/restic/internal/data" "github.com/restic/restic/internal/global" "github.com/restic/restic/internal/restic" rtest "github.com/restic/restic/internal/test" ) func testRunLsWithOpts(t testing.TB, gopts global...
426
4,345
166
0.98
2026-04-17T08:10:25.047982
true
github_tensorflow_rust_1d41ba50fe27c2815664e869d74188c21c28fbdd
Rust
tensorflow
rust
5,469
436
Rust language bindings for TensorFlow
[ "machine-learning", "rust", "tensorflow" ]
Apache-2.0
src/option_insert_result.rs
option_insert_result.rs
540
// Similar to Option<T>.get_or_insert_with, for a function that returns a result. pub trait OptionInsertWithResult<T> { fn get_or_insert_with_result<F, E>(&mut self, f: F) -> Result<&mut T, E> where F: FnOnce() -> Result<T, E>; } impl<T> OptionInsertWithResult<T> for Option<T> { fn get_or_insert_wi...
64
540
19
0.98
2026-04-17T15:00:01.589175
true
github_vercel_pkg_8f9451a7955be474198893e31bd65e7ccecfc0af
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/fabricator.ts
fabricator.ts
5,146
import { spawn, ChildProcessByStdio } from 'child_process'; import { Readable, Writable } from 'stream'; import { log } from './log'; import { Target } from './types'; const script = ` var vm = require('vm'); var module = require('module'); var stdin = Buffer.alloc(0); process.stdin.on('data', function (data) ...
537
5,146
178
0.98
2026-04-23T06:43:02.640406
true
github_NoFxAiOS_nofx_330fbfd3c9359b32ae711a830ad88942a409e5bf
Go
NoFxAiOS
nofx
11,790
2,948
Your personal AI trading assistant. Any market. Any model. Pay with USDC, not API keys.
[ "agentictrading", "ai", "ai-trading", "arbitrage", "binance", "bitcoin", "bybit", "exchange", "forex", "hyperliquid", "lighter", "metals", "okx", "perp-dex", "stocks", "trading", "x402", "x402-agent" ]
AGPL-3.0
api/handler_user.go
handler_user.go
13,200
package api import ( "fmt" "net/http" "strings" "time" "nofx/auth" "nofx/logger" "nofx/store" "github.com/gin-gonic/gin" "github.com/google/uuid" "gorm.io/gorm" ) // handleLogout Add current token to blacklist func (s *Server) handleLogout(c *gin.Context) { authHeader := c.GetHeader("Authorization") if ...
1,420
12,934
398
0.98
2026-04-17T12:12:42.036603
true
github_getmaxun_maxun_32a11f69edb5c99d2bd2fd128bb1cc36d3b2aca3
TypeScript
getmaxun
maxun
15,478
1,270
🔥 The open-source no-code platform for web scraping, crawling, search and AI data extraction • Turn websites into structured APIs in minutes 🔥
[ "agents", "api", "automation", "browser-automation", "crawler", "crawling", "data-extraction", "no-code", "nocode", "playwright", "robotic-process-automation", "rpa", "scraper", "self-hosted", "web-scraper", "web-scraping", "web-search", "webscraping" ]
AGPL-3.0
src/api/auth.ts
auth.ts
474
import { default as axios } from "axios"; import { apiUrl } from "../apiConfig" export const getUserById = async (userId: string) => { try { const response = await axios.get(`${apiUrl}/auth/user/${userId}`); if (response.status === 200) { return response.data; } else { ...
59
474
16
0.98
2026-04-17T17:55:13.179739
true
github_calyxir_calyx_bad4a143ad6e6e1b7d1f120aad732d28be679e79
Rust
calyxir
calyx
588
64
Intermediate Language (IL) for Hardware Accelerator Generators
[ "compiler", "fpga-programming", "high-level-synthesis", "intermediate-language", "open-source-hardware" ]
MIT
src/main.rs
main.rs
4,322
//! # The Calyx Compiler //! //! This crate plumbs together the Calyx compiler crates and provides a command-line interface for the Calyx compiler. //! What `clang` it to `llvm`, this crate is to the Calyx IL. //! You SHOULD NOT depend on this crate since does things like installing the primitives library in a global l...
393
4,322
129
0.98
2026-04-17T17:09:45.839448
true
github_dani-garcia_vaultwarden_1a258fd19e9194b59f2720b7834581bd5657a725
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/error.rs
error.rs
14,260
// // Error generator macro // use crate::db::models::EventType; use crate::http_client::CustomHttpClientError; use serde::ser::{Serialize, SerializeStruct, Serializer}; use std::error::Error as StdError; macro_rules! make_error { ( $( $name:ident ( $ty:ty ): $src_fn:expr, $usr_msg_fun:expr ),+ $(,)? ) => { ...
1,348
14,260
419
0.98
2026-04-17T13:16:34.987182
true
github_pocketbase_pocketbase_dfee422faa810e2645e06a2b8e449ec8480a25ed
Go
pocketbase
pocketbase
57,663
3,292
Open Source realtime backend in 1 file
[ "authentication", "backend", "golang", "realtime" ]
MIT
core/field_geo_point_test.go
field_geo_point_test.go
4,765
package core_test import ( "context" "encoding/json" "fmt" "testing" "github.com/pocketbase/pocketbase/core" "github.com/pocketbase/pocketbase/tests" "github.com/pocketbase/pocketbase/tools/types" ) func TestGeoPointFieldBaseMethods(t *testing.T) { testFieldBaseMethods(t, core.FieldTypeGeoPoint) } func Test...
453
4,765
203
0.98
2026-04-17T07:17:33.354476
true
github_derailed_k9s_0b252aceb210f3063d392107e0101ddad4a96437
Go
derailed
k9s
33,410
2,142
🐶 Kubernetes CLI To Manage Your Clusters In Style!
[ "go", "golang", "k8s", "k8s-cluster", "k9s", "kubernetes", "kubernetes-cli", "kubernetes-clusters" ]
Apache-2.0
internal/dao/pod.go
pod.go
16,297
// SPDX-License-Identifier: Apache-2.0 // Copyright Authors of K9s package dao import ( "bufio" "context" "errors" "fmt" "io" "log/slog" "sync" "time" "github.com/cenkalti/backoff/v4" "github.com/derailed/k9s/internal" "github.com/derailed/k9s/internal/client" "github.com/derailed/k9s/internal/render" "...
1,981
16,297
639
0.98
2026-04-17T08:09:52.400870
true
github_ChromeDevTools_chrome-devtools-mcp_c9d0ea85911ab6b04579e59db441aada76aa0e8f
TypeScript
ChromeDevTools
chrome-devtools-mcp
35,846
2,192
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/tools/emulation.ts
emulation.ts
2,106
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 * */ import {zod, PredefinedNetworkConditions} from '../third_party/index.js'; import {ToolCategory} from './categories.js'; import { definePageTool, geolocationTransform, viewportTransform, } from './ToolDefinition.js'; cons...
206
2,106
74
0.98
2026-04-18T00:21:11.927685
true
github_makenotion_notion-sdk-js_f9e5a1b160865c4a89b618e8f3f3774ac57df964
JavaScript
makenotion
notion-sdk-js
5,586
706
Official Notion JavaScript Client
[ "api", "api-client", "javascript", "js", "notion", "typescript" ]
MIT
.eslintrc.js
.eslintrc.js
669
/* eslint-env node */ module.exports = { root: true, parser: "@typescript-eslint/parser", plugins: ["@typescript-eslint"], extends: [ "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", ], env: { node: true, commonjs: true, },...
53
669
31
0.98
2026-04-17T17:59:39.592824
true
github_wader_fq_6dd43080edb8519a9ec5b42f3638c9ef0595b67c
Go
wader
fq
10,479
247
jq for binary formats - tool, language and decoders for working with binary and text formats
[ "binary", "cli", "decode", "go", "golang", "hexdump", "jq", "json", "pcap", "query", "repl", "tls", "xml" ]
NOASSERTION
pkg/decode/errors.go
errors.go
1,872
package decode import ( "fmt" "strings" "github.com/wader/fq/internal/mathx" "github.com/wader/fq/internal/recoverfn" ) type RecoverableErrorer interface { IsRecoverableError() bool } type FormatError struct { Err error Format *Format Stacktrace recoverfn.Raw } type FormatsError struct { Errs [...
245
1,872
91
0.98
2026-04-17T12:38:45.767738
true
github_farion1231_cc-switch_81c55275fec681ba8adb6d0d4f9a542b522bd0b6
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/i18n/index.ts
index.ts
1,509
import i18n from "i18next"; import { initReactI18next } from "react-i18next"; import en from "./locales/en.json"; import ja from "./locales/ja.json"; import zh from "./locales/zh.json"; type Language = "zh" | "en" | "ja"; const DEFAULT_LANGUAGE: Language = "zh"; const getInitialLanguage = (): Language => { if (ty...
164
1,415
71
0.98
2026-04-17T13:18:56.160691
true
github_avwo_whistle_d09a5fcd721cba4344cabf4066523da281b5cfbd
JavaScript
avwo
whistle
15,478
1,155
HTTP, HTTP2, HTTPS, Websocket debugging proxy
[ "charles", "debug", "fiddler", "hosts", "node", "nodejs", "proxy", "web", "weinre" ]
MIT
lib/util/patch.js
patch.js
4,606
var EventEmitter = require('events').EventEmitter; var PassThrough = require('stream').PassThrough; var Socket = require('net').Socket; var http = require('http'); var https = require('https'); var hparser = require('hparser'); var httpRequest = http.request; var httpsRequest = https.request; var res = http.OutgoingMe...
490
4,532
164
0.98
2026-04-23T06:51:28.847333
true
github_svenstaro_genact_05e96181836761f118885fc33057d714ea70c197
Rust
svenstaro
genact
11,993
490
🌀 A nonsense activity generator
[ "cli", "fake", "hacktoberfest", "nonsense", "useless", "wasm", "webassembly" ]
MIT
src/modules/mkinitcpio.rs
mkinitcpio.rs
4,497
//! Pretend to run mkinitcpio use async_trait::async_trait; use rand::seq::IndexedRandom; use rand::{RngExt, rng}; use regex::Regex; use yansi::Paint; use crate::args::AppConfig; use crate::data::{BOOT_HOOKS_LIST, CFILES_LIST, COMPRESSION_FORMATS_LIST, OS_RELEASES_LIST}; use crate::io::{csleep, newline, print}; use cr...
426
4,497
168
0.98
2026-04-17T14:18:54.979806
true
github_i18next_i18next_8765978d21eeef2d99875ca8de4d021f0e05e405
JavaScript
i18next
i18next
8,548
686
i18next: learn once - translate everywhere
[ "deno", "ecosystem", "flexibility", "i18n", "internationalization", "javascript", "nodejs", "translation" ]
MIT
src/PluralResolver.js
PluralResolver.js
2,748
import baseLogger from './logger.js'; import { getCleanedCode } from './utils.js' const suffixesOrder = { zero: 0, one: 1, two: 2, few: 3, many: 4, other: 5, }; const dummyRule = { select: (count) => count === 1 ? 'one' : 'other', resolvedOptions: () => ({ pluralCategories: ['one', 'other'] }) }...
295
2,748
96
0.98
2026-04-23T07:08:50.756682
true
github_cleardusk_3DDFA_8e091f6dffcaf6300b8b0a337300c9018a6ea214
Python
cleardusk
3DDFA
3,677
646
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
[ "3d", "3d-face", "3dmm", "computer-vision", "deep-learning", "face-alignment", "python", "pytorch" ]
MIT
benchmark_aflw2000.py
benchmark_aflw2000.py
3,402
#!/usr/bin/env python3 # coding: utf-8 """ Notation (2019.09.15): two versions of spliting AFLW2000-3D: 1) AFLW2000-3D.pose.npy: according to the fitted pose 2) AFLW2000-3D-new.pose: according to AFLW labels There is no obvious difference between these two splits. """ import os.path as osp import numpy as np from ...
413
3,402
119
0.98
2026-04-17T17:42:59.037970
true
github_notiz-dev_nestjs-prisma-starter_6f9464fddb7ff25d580657c226744bda4cfa14c8
TypeScript
notiz-dev
nestjs-prisma-starter
2,539
365
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
[ "bcrypt", "code-first", "graphql", "nestjs", "passport-jwt", "passportjs", "prisma" ]
MIT
src/app.resolver.ts
app.resolver.ts
280
import { Resolver, Query, Args } from '@nestjs/graphql'; @Resolver() export class AppResolver { @Query(() => String) helloWorld(): string { return 'Hello World!'; } @Query(() => String) hello(@Args('name') name: string): string { return `Hello ${name}!`; } }
36
280
14
0.98
2026-04-18T01:38:59.779562
true
github_ganeshrvel_openmtp_1af267ac27c03ebe82886acf41be54cb2208ccf7
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
babel.config.js
babel.config.js
2,210
/* eslint global-require: off */ const developmentEnvironments = ['development', 'test']; const developmentPlugins = [require('react-hot-loader/babel')]; const productionPlugins = [ require('babel-plugin-dev-expression'), require('@babel/plugin-transform-react-constant-elements'), require('@babel/plugin-transfor...
129
2,210
69
0.98
2026-04-23T06:01:37.452449
true
github_atlassian_react-beautiful-dnd_b62a3b169f96d777a6680b8b98b2494ffdba8ad8
JavaScript
atlassian
react-beautiful-dnd
34,020
2,721
Beautiful and accessible drag and drop for lists with React
[ "dnd", "drag", "drag-and-drop", "react", "reordering", "sortable" ]
NOASSERTION
src/state/no-impact.js
no-impact.js
565
// @flow import type { DisplacementGroups, DragImpact, DisplacedBy, LiftEffect, } from '../types'; import { origin } from './position'; export const noDisplacedBy: DisplacedBy = { point: origin, value: 0, }; export const emptyGroups: DisplacementGroups = { invisible: {}, visible: {}, all: [], }; co...
70
565
34
0.98
2026-04-23T04:48:42.307635
true
github_ChatGPTNextWeb_NextChat_e8b1ad1d00fc9dd63a1fbe7b8239fa8350f9a3e6
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/mcp/actions.ts
actions.ts
10,414
"use server"; import { createClient, executeRequest, listTools, removeClient, } from "./client"; import { MCPClientLogger } from "./logger"; import { DEFAULT_MCP_CONFIG, McpClientData, McpConfigData, McpRequestMessage, ServerConfig, ServerStatusResponse, } from "./types"; import fs from "fs/promises...
1,010
9,878
386
0.98
2026-04-23T08:58:22.559631
true
github_pubkey_rxdb_d6c2b887636907f8cab45c3a9d52c1a6875ffbc6
TypeScript
pubkey
rxdb
23,156
1,161
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/index.ts
index.ts
1,041
/** * this is the main entry-point * for when the you call "import from 'rxdb'". */ export * from './plugin.ts'; export * from './rx-database.ts'; export * from './rx-error.ts'; export * from './rx-database-internal-store.ts'; export * from './overwritable.ts'; export * from './rx-collection.ts'; export * from './r...
118
1,041
31
0.98
2026-04-23T08:21:57.798081
true
github_hapijs_hapi_3e4c692e44c33821d82bf08d023c91ee83718278
JavaScript
hapijs
hapi
14,783
1,344
The Simple, Secure Framework Developers Trust
[ "application", "framework", "hapi", "http", "nodejs" ]
NOASSERTION
lib/compression.js
compression.js
3,242
'use strict'; const Zlib = require('zlib'); const Accept = require('@hapi/accept'); const Bounce = require('@hapi/bounce'); const Hoek = require('@hapi/hoek'); const internals = { common: ['gzip, deflate', 'deflate, gzip', 'gzip', 'deflate', 'gzip, deflate, br'] }; exports = module.exports = internals.Compres...
266
3,242
120
0.98
2026-04-23T06:53:43.269330
true
github_django-commons_django-unicorn_ff3460ec39c13d0468b383e03673097c33671a8a
JavaScript
django-commons
django-unicorn
2,644
131
The magical reactive component framework for Django ✨
[ "django", "frontend-framework", "fullstack", "javascript", "python" ]
MIT
.eslintrc.js
.eslintrc.js
795
module.exports = { root: true, parserOptions: { parser: "babel-eslint", }, env: { browser: true, }, extends: ["airbnb-base", "prettier"], rules: { "no-console": "warn", quotes: ["error", "double"], "max-len": ["error", { code: 140, ignoreStrings: true, ignoreUrls: true }], "import/...
76
795
27
0.98
2026-04-23T01:40:17.587525
true
github_aquasecurity_tracee_b0494075f2dee1d12c1895d925847b6007f99bfc
Go
aquasecurity
tracee
4,468
493
Linux Runtime Security and Forensics using eBPF
[ "bpf", "docker", "ebpf", "golang", "kubernetes", "linux", "runtime-security", "security" ]
Apache-2.0
pkg/ebpf/event_parameters.go
event_parameters.go
5,615
package ebpf import ( "fmt" "math" "strconv" "unsafe" "github.com/aquasecurity/tracee/common/errfmt" "github.com/aquasecurity/tracee/common/logger" "github.com/aquasecurity/tracee/pkg/ebpf/probes" "github.com/aquasecurity/tracee/pkg/events" "github.com/aquasecurity/tracee/pkg/filters" ) type eventParameterH...
601
5,615
160
0.98
2026-04-17T22:16:50.818283
true
github_apollographql_apollo-client_c6c3894032d55262539f9e70f7ad1ce8983cf3ff
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__/ApolloClient.ts
ApolloClient.ts
87,771
import type { TypedDocumentNode } from "@graphql-typed-document-node/core"; import { expectTypeOf } from "expect-type"; import { Kind } from "graphql"; import { gql } from "graphql-tag"; import { delay, Observable, of } from "rxjs"; import type { ApolloCache, DataValue, ObservableQuery, OperationVariables, } f...
8,133
87,769
3,588
0.98
2026-04-18T01:25:34.895973
true
github_papermark_papermark_aad7a2b435c5a5d3eb59a92ccfd9e816764d3844
TypeScript
papermark
papermark
8,182
1,188
Papermark is the open-source DocSend alternative with built-in analytics and custom domains.
[ "dataroom", "next-auth", "nextjs", "open-source", "pdf", "postgresql", "prisma", "tailwindcss", "typescript", "zod" ]
NOASSERTION
lib/documents/create-document.ts
create-document.ts
3,859
import { DocumentStorageType } from "@prisma/client"; import z from "zod"; export type DocumentData = { name: string; key: string; storageType: DocumentStorageType; contentType: string | null; // actual file mime type supportedFileType: string; // papermark types: "pdf", "sheet", "docs", "slides", "map", "zi...
379
3,859
147
0.98
2026-04-23T09:52:25.029633
true
github_pingcap_tidb_4ac2b232f0893727c785d210f69bbb25cbdea70f
Go
pingcap
tidb
39,976
6,168
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
[ "cloud-native", "database", "distributed-database", "distributed-transactions", "go", "hacktoberfest", "htap", "mysql", "mysql-compatibility", "scale", "serverless", "sql", "tidb" ]
Apache-2.0
pkg/bindinfo/binding_plan_evolution_test.go
binding_plan_evolution_test.go
4,780
// Copyright 2025 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
430
4,747
86
0.98
2026-04-17T07:31:09.502545
true
github_GoogleCloudPlatform_terraformer_dad66fb444ec0e22d7023f5863348326be0434c7
Go
GoogleCloudPlatform
terraformer
14,525
1,824
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
[ "aws", "cloud", "gcp", "golang", "google-cloud", "hcl", "infrastructure-as-code", "kubernetes", "terraform", "terraform-configurations" ]
Apache-2.0
cmd/provider_cmd_azure.go
provider_cmd_azure.go
1,626
// Copyright 2019 The Terraformer 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...
180
1,626
47
0.98
2026-04-17T10:40:56.504978
true
github_mikeroyal_Machine-Learning-Guide_31dd93ca5c3070d13bf22690c8cb404c1f8bd91f
Python
mikeroyal
Machine-Learning-Guide
691
63
Machine learning Guide. Learn all about Machine Learning Tools, Libraries, Frameworks, Large Language Models (LLMs), and Training Models.
[ "artificial-neural-networks", "aws-sagemaker", "deep-learning", "generative-ai", "gpt-3", "gpt-4", "gpt4all", "image-classification", "image-processing", "jax", "llms", "machine-learning-library", "machine-learning-models", "machinelearning", "machinelearning-python", "python", "pyto...
UNKNOWN
Getting Started with ML.py
Getting Started with ML.py
108
Code samples & snippets coming soon! # Setting up PyTorch # Setting up TensorFlow # Setting up Keras
18
108
12
0.98
2026-04-22T22:03:18.397763
true
github_VictoriaMetrics_VictoriaMetrics_248c33a5151210272996ba1bdde362dccfd7e884
Go
VictoriaMetrics
VictoriaMetrics
16,785
1,616
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
[ "database", "grafana", "graphite", "influxdb", "kubernetes", "monitoring", "observability", "opentelemetry", "opentsdb", "prometheus", "promql", "thanos", "tsdb" ]
Apache-2.0
lib/bloomfilter/filter_timing_test.go
filter_timing_test.go
1,652
package bloomfilter import ( "fmt" "testing" ) func BenchmarkFilterAdd(b *testing.B) { for _, maxItems := range []int{1e3, 1e4, 1e5, 1e6, 1e7} { b.Run(fmt.Sprintf("maxItems=%d", maxItems), func(b *testing.B) { benchmarkFilterAdd(b, maxItems) }) } } func benchmarkFilterAdd(b *testing.B, maxItems int) { b....
202
1,652
83
0.98
2026-04-17T10:20:46.638537
true
github_vanus-labs_vanus_ccdea72f85ab5286cbd246f14d36b5aec0cad5ab
Go
vanus-labs
vanus
1,697
92
Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications.
[ "cloud-native", "cloudevents", "cloudnative", "event-bridge", "event-driven", "eventbus", "kafka", "kubernetes", "message-queue", "microservices", "rabbitmq", "rocketmq", "serverless", "sns", "sqs" ]
Apache-2.0
lib/bytes/clone_go120.go
clone_go120.go
162
// SPDX-FileCopyrightText: 2023 Linkall Inc. // // SPDX-License-Identifier: Apache-2.0 //go:build go1.20 package bytes import "bytes" var Clone = bytes.Clone
19
162
12
0.98
2026-04-18T01:03:39.842692
true
github_bigint_hey_40cdda46c1e297347d3695c11f508e3c3cb73d7e
TypeScript
bigint
hey
29,463
1,807
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
[ "blockchain", "crypto", "dapp", "graphql", "hacktoberfest", "lens-protocol", "nextjs", "react", "social-media", "tailwindcss", "turborepo", "typescript", "vitest", "wagmi", "web3" ]
GPL-3.0
src/data/constants.ts
constants.ts
2,207
import { chains } from "@lens-chain/sdk/viem"; import { CONTRACTS } from "./contracts"; export const CHAIN = chains.mainnet; // Lens and Hey Env Config export const LENS_API_URL = "https://api.lens.xyz/graphql"; export const DEFAULT_COLLECT_TOKEN = CONTRACTS.defaultToken; export const HEY_APP = CONTRACTS.app; export ...
199
2,207
62
0.98
2026-04-18T01:22:54.656468
true
github_starship_starship_e98934ad56273d1fe3203fc1cb13ba0b8e48498c
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/container.rs
container.rs
592
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct ContainerConfig<'a> { pub format: &'a str, pub symbol: &'a str, pub style: &'a str, ...
61
590
27
0.98
2026-04-17T13:17:32.052460
true
github_cloudnative-pg_cloudnative-pg_ebc5977f252637ca3a9c9feac40b60a01b7534f1
Go
cloudnative-pg
cloudnative-pg
8,452
651
CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance
[ "automated-failover", "business-continuity", "database", "database-management", "devops", "disaster-recovery", "failover", "high-availability", "json-logging", "k8s", "kubectl-plugin", "kubernetes", "operator", "postgres", "postgresql", "prometheus-exporter", "replication", "self-h...
Apache-2.0
internal/controller/backup_controller.go
backup_controller.go
37,306
/* Copyright © contributors to CloudNativePG, established as CloudNativePG a Series of LF Projects, 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...
3,924
37,305
1,105
0.98
2026-04-17T18:13:21.770362
true
github_Windy3f3f3f3f_claude-code-from-scratch_d5b94b77ccadbcc0c75cf07ffeaed8dbd174c0bb
TypeScript
Windy3f3f3f3f
claude-code-from-scratch
984
333
Build your own Claude Code from scratch. 🔍 Claude Code 开源了 50 万行代码,读不动?用 ~4000 行 TypeScript / Python 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓
[ "ai", "ai-agent", "anthropic", "build-from-scratch", "claude", "claude-code", "coding-agent", "llm", "tutorial", "typescript" ]
MIT
src/ui.ts
ui.ts
6,993
import chalk from "chalk"; export function printWelcome() { console.log( chalk.bold.cyan("\n Mini Claude Code") + chalk.gray(" — A minimal coding agent\n") ); console.log(chalk.gray(" Type your request, or 'exit' to quit.")); console.log(chalk.gray(" Commands: /clear /plan /cost /compact /memory /...
710
6,562
212
0.98
2026-04-22T17:00:44.645615
true
github_isomorphic-git_isomorphic-git_652fc6589d77a1ad688fca472f034e245b11f3b5
JavaScript
isomorphic-git
isomorphic-git
8,181
460
A pure JavaScript implementation of git for node and browsers!
[ "browser", "git", "hacktoberfest", "isomorphic-javascript", "javascript", "nodejs", "vcs" ]
MIT
jest.config.js
jest.config.js
200
import { release } from 'os' import commonConfig from './.config/jest.js' export default { ...commonConfig(`node-${process.version}-${process.platform}-${release()}`), testEnvironment: 'node', }
17
200
8
0.98
2026-04-23T07:10:21.973658
true
github_huggingface_huggingface_hub_58e64100c48c461bb6d4dfb42230ffbf412bff57
Python
huggingface
huggingface_hub
3,546
997
The official Python client for the Hugging Face Hub.
[ "deep-learning", "hacktoberfest", "machine-learning", "model-hub", "models", "natural-language-processing", "pretrained-models", "pytorch" ]
Apache-2.0
src/huggingface_hub/community.py
community.py
12,325
""" Data structures to interact with Discussions and Pull Requests on the Hub. See [the Discussions and Pull Requests guide](https://huggingface.co/docs/hub/repositories-pull-requests-discussions) for more information on Pull Requests, Discussions, and the community tab. """ from dataclasses import dataclass from dat...
1,288
12,325
364
0.98
2026-04-22T14:35:08.176793
true
github_go-sql-driver_mysql_89556bfba03db626fba19d3ed4fa0b0a8e432b43
Go
go-sql-driver
mysql
15,288
2,332
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
[ "database", "go", "mariadb", "mysql", "mysql-driver", "sql" ]
MPL-2.0
dsn.go
dsn.go
19,147
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package // // Copyright 2016 The Go-MySQL-Driver Authors. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this file, // You can obtain one at http://...
2,398
19,147
702
0.98
2026-04-17T10:34:25.321574
true
github_starship_starship_ddf1cf69377b6fd33fd6680f3188a170edbcd22e
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/azure.rs
azure.rs
722
use serde::{Deserialize, Serialize}; use std::collections::HashMap; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct AzureConfig<'a> { pub format: &'a str, pub symbol: &'a str,...
70
719
30
0.98
2026-04-17T13:17:26.297677
true
github_PINTO0309_onnx2tf_9d9fefaa8c6b2ada17b1086edcf683291b9e9b39
Python
PINTO0309
onnx2tf
949
99
A tool for converting ONNX files to LiteRT/TFLite/TensorFlow, PyTorch native code (nn.Module), TorchScript (.pt), state_dict (.pt), Exported Program (.pt2), and Dynamo ONNX. It also supports direct conversion from LiteRT to PyTorch.
[ "android", "coreml", "deep-learning", "docker", "keras", "litert", "lstm", "machine-learning", "model-converter", "models", "onnx", "pytorch", "quantization", "tensorflow", "tensorflow-lite", "tfjs", "tflite", "torchscript", "transformer" ]
MIT
lowmem_test_infer.py
lowmem_test_infer.py
16,442
#!/usr/bin/env python3 from __future__ import annotations import argparse import multiprocessing as mp import os import time import traceback from typing import Any, Dict, List, Optional, Sequence, Tuple import numpy as np def _parse_args() -> argparse.Namespace: parser = argparse.ArgumentParser( descr...
1,227
16,442
469
0.98
2026-04-22T21:16:35.060556
true
github_testing-library_dom-testing-library_63e1c3ce7ec17c9fd2e04cb9bf9830d2f71382b9
JavaScript
testing-library
dom-testing-library
3,321
469
🐙 Simple and complete DOM testing utilities that encourage good testing practices.
[ "javascript", "testing" ]
MIT
src/index.js
index.js
875
import {getQueriesForElement} from './get-queries-for-element' import * as queries from './queries' import * as queryHelpers from './query-helpers' export * from './queries' export * from './wait-for' export * from './wait-for-element-to-be-removed' export {getDefaultNormalizer} from './matches' export * from './get-n...
106
875
28
0.98
2026-04-23T12:23:20.611913
true
github_Huachao_vscode-restclient_bf662f9e7ecf618e08bd71e118aeb24ab6353cd8
TypeScript
Huachao
vscode-restclient
5,981
516
REST Client Extension for Visual Studio Code
[ "graphql", "http", "http-client", "rest", "rest-api", "rest-client", "typescript", "visual-studio-code", "vscode", "vscode-extension" ]
MIT
src/providers/environmentOrFileVariableHoverProvider.ts
environmentOrFileVariableHoverProvider.ts
1,826
import { CancellationToken, Hover, HoverProvider, MarkdownString, Position, TextDocument } from 'vscode'; import { EnvironmentVariableProvider } from '../utils/httpVariableProviders/environmentVariableProvider'; import { FileVariableProvider } from '../utils/httpVariableProviders/fileVariableProvider'; import { Variabl...
144
1,826
36
0.98
2026-04-18T01:32:23.560419
true
github_ajeetdsouza_zoxide_0aeda5c5c41fb52ef05fdc3dc6f1b5f7262e1738
Rust
ajeetdsouza
zoxide
35,686
790
A smarter cd command. Supports all major shells.
[ "autojump", "bash", "cli", "command-line", "command-line-tool", "elvish", "fasd", "fish", "fish-shell", "fzf", "hacktoberfest", "jump", "nushell", "powershell", "rust", "shell", "xonsh", "xontrib", "z", "zsh" ]
MIT
src/config.rs
config.rs
1,866
use std::env; use std::ffi::OsString; use std::path::PathBuf; use anyhow::{Context, Result, ensure}; use glob::Pattern; use crate::db::Rank; pub fn data_dir() -> Result<PathBuf> { let dir = match env::var_os("_ZO_DATA_DIR") { Some(path) => PathBuf::from(path), None => dirs::data_local_dir() ...
168
1,866
63
0.98
2026-04-17T13:21:00.708416
true
github_nodejs_node_bae5da1c1f0def9cb793cc7e8cdd5b26ca03cb20
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/dgram.js
dgram.js
1,837
'use strict'; const { FunctionPrototypeBind, Symbol, } = primordials; const { codes: { ERR_SOCKET_BAD_TYPE, } } = require('internal/errors'); const { UDP } = internalBinding('udp_wrap'); const { guessHandleType } = require('internal/util'); const { isInt32, validateFunction, } = require('internal/validators...
227
1,837
92
0.98
2026-04-23T06:15:51.301707
true
github_AgentOps-AI_agentops_d780cb2d96c37a39e651efeaf4e2ffecfe563588
JavaScript
AgentOps-AI
agentops
5,476
562
Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks including CrewAI, Agno, OpenAI Agents SDK, Langchain, Autogen, AG2, and CamelAI
[ "agent", "agentops", "agents-sdk", "ai", "anthropic", "autogen", "cost-estimation", "crewai", "evals", "evaluation-metrics", "groq", "langchain", "llm", "mistral", "ollama", "openai", "openai-agents" ]
MIT
app/dashboard/next.config.js
next.config.js
5,718
/** @type {import('next').NextConfig} */ // This file sets a custom webpack configuration to use your Next.js app // with Sentry. // https://nextjs.org/docs/api-reference/next.config.js/introduction const { withSentryConfig } = require('@sentry/nextjs'); const withBundleAnalyzer = require('@next/bundle-analyzer')({ ...
579
5,718
183
0.98
2026-04-17T15:45:00.495048
true
github_firecamp-dev_firecamp_648327a8394ea0bdc05ae3d3c5964ca9722dea43
JavaScript
firecamp-dev
firecamp
2,589
166
Developer-first OpenSource API DevTool, Postman/Insomnia alternative.
[ "api", "api-client", "graphql", "graphql-playground", "hacktoberfest", "hacktoberfest2023", "open-source", "socket-io", "socket-io-playground", "websocket", "websocket-playground" ]
AGPL-3.0
webpack.dev.js
webpack.dev.js
1,757
const { readFileSync } = require('fs'); const path = require('path'); const webpack = require('webpack'); const { merge } = require('webpack-merge'); // const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer'); const TerserPlugin = require('terser-webpack-plugin'); const base = require('./webpack.common'); ...
153
1,757
61
0.98
2026-04-17T18:06:57.402617
true
github_ardatan_graphql-mesh_8ee6d269ecdf6310390f10135af89384a61d750f
JavaScript
ardatan
graphql-mesh
3,497
362
🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...
[ "gateway", "graphql", "grpc", "grpc-gateway", "odata", "openapi", "rest-api", "soap", "swagger", "thrift" ]
MIT
setup-jest.js
setup-jest.js
136
require('json-bigint-patch'); // Needed only for Jest const { patchSymbols } = require('@whatwg-node/disposablestack'); patchSymbols();
13
136
5
0.98
2026-04-18T01:36:51.069500
true
github_adam-mcdaniel_oakc_4cb7b699360b1ab636e208c712bafd85f798740d
Rust
adam-mcdaniel
oakc
747
21
A portable programming language with a compact intermediate representation
[ "c", "compiler", "compiler-design", "golang" ]
Apache-2.0
src/lib.rs
lib.rs
9,225
#![allow(warnings, clippy, unknown_lints)] use std::{ collections::BTreeMap, env::consts::{FAMILY, OS}, fmt::Display, io::Result, path::PathBuf, process::exit, }; pub type Identifier = String; pub type StringLiteral = String; pub mod asm; pub mod hir; pub mod mir; pub mod tir; use hir::{HirCons...
987
9,225
297
0.98
2026-04-17T17:08:37.976418
true
github_0xJacky_nginx-ui_6491f8b7a4d230dc06c4ac5e4e4c50cfed9b3188
Go
0xJacky
nginx-ui
11,044
805
Yet another WebUI for Nginx
[ "chatgpt-app", "code-completion", "copilot", "cron", "deepseek-r1", "docker", "go", "letsencrypt", "linux", "macos", "mcp", "mcp-server", "nginx", "self-hosted", "vue", "webui", "windows" ]
AGPL-3.0
api/certificate/router.go
router.go
1,195
package certificate import "github.com/gin-gonic/gin" func InitDNSCredentialRouter(r *gin.RouterGroup) { r.GET("dns_credentials", GetDnsCredentialList) r.GET("dns_credentials/:id", GetDnsCredential) r.POST("dns_credentials", AddDnsCredential) r.POST("dns_credentials/:id", EditDnsCredential) r.DELETE("dns_credent...
68
1,195
38
0.98
2026-04-17T12:26:08.126222
true
github_davidsandberg_facenet_7f98ca7fb7890e45f11b5e0051a818ef1c791432
Python
davidsandberg
facenet
14,321
4,791
Face recognition using Tensorflow
[ "computer-vision", "deep-learning", "face-detection", "face-recognition", "facenet", "mtcnn", "tensorflow" ]
MIT
src/align/detect_face.py
detect_face.py
31,695
""" Tensorflow implementation of the face detection / alignment algorithm found at https://github.com/kpzhang93/MTCNN_face_detection_alignment """ # MIT License # # Copyright (c) 2016 David Sandberg # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated docu...
3,024
31,695
782
0.98
2026-04-17T17:17:32.409942
true
github_xszyou_Fay_118b82906e784cb7b97094d33b8bdeeff1ca1d3d
Python
xszyou
Fay
12,724
2,270
fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的agent框架。
[ "ai", "android", "api", "python", "ue5", "unity3d", "wav2lip" ]
GPL-3.0
main.py
main.py
11,674
#入口文件main import os import sys import runpy def _resolve_runtime_dir(): if hasattr(sys, "_MEIPASS"): return os.path.abspath(sys._MEIPASS) return os.path.abspath(os.path.dirname(__file__)) _RUNTIME_DIR = _resolve_runtime_dir() os.environ['PATH'] += os.pathsep + os.path.join(_RUNTIME_DIR, "test"...
790
10,706
350
0.98
2026-04-22T17:12:39.492054
true
github_michaelthwan_searchGPT_01f3506f6d69eecf802614cfddd3cb9f758a2ea4
Python
michaelthwan
searchGPT
708
69
Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.
[ "ai", "chatgpt", "grounded-api", "grounded-bot", "language-model", "llm", "machine-learning", "nlp", "nlp-machine-learning", "openai", "python", "retrieval", "retrieval-model" ]
MIT
src/SemanticSearchService.py
SemanticSearchService.py
10,797
import openai import pandas as pd import re from openai.embeddings_utils import cosine_similarity from website.sender import Sender, MSG_TYPE_SEARCH_STEP from Util import setup_logger from NLPUtil import num_tokens_from_string # from abc import ABC, abstractmethod # from langchain.embeddings import HuggingFaceEmbeddi...
1,001
10,797
228
0.98
2026-04-23T01:14:56.556928
true
github_pathwaycom_pathway_234b6194f911db2001aa1272dd0bb09cd14b1614
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/connectors/data_tokenize.rs
data_tokenize.rs
4,077
// Copyright © 2026 Pathway use std::io::BufReader; use std::io::Read; use std::mem::take; use csv::Reader as CsvReader; use csv::ReaderBuilder as CsvReaderBuilder; use crate::connectors::data_storage::ReadMethod; use crate::connectors::{DataEventType, ReadError, ReaderContext}; type TokenizedEntry = (ReaderContext...
347
4,076
132
0.98
2026-04-23T04:40:28.885744
true
github_sharkdp_bat_c58c914dc554118b79079d96dc301f3887dca6b9
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/printer.rs
printer.rs
36,278
use std::vec::Vec; use nu_ansi_term::Color::{Fixed, Green, Red, Yellow}; use nu_ansi_term::Style; use bytesize::ByteSize; use syntect::easy::HighlightLines; use syntect::highlighting::Color; use syntect::highlighting::FontStyle; use syntect::highlighting::Theme; use syntect::parsing::SyntaxSet; use content_inspecto...
2,561
36,254
988
0.98
2026-04-17T13:16:56.218801
true
github_ouch-org_ouch_68d51d23a131a810a69ac4e82b2718458ea8788d
Rust
ouch-org
ouch
3,491
123
Painless compression and decompression in the terminal
[ "cli", "compression", "decompression", "hacktoberfest", "rust" ]
NOASSERTION
src/archive/tar.rs
tar.rs
8,230
//! Contains Tar-specific building and unpacking functions #[cfg(unix)] use std::os::unix::fs::MetadataExt; use std::{ collections::HashMap, env, io::{self, prelude::*}, ops::Not, path::{Path, PathBuf}, }; use fs_err as fs; use same_file::Handle; use crate::{ Result, error::FinalError, ...
662
8,230
220
0.98
2026-04-17T19:16:17.508784
true
github_Wilfred_difftastic_d4712a6d1b157b9e40f63d0ab9d579e8f0130312
Rust
Wilfred
difftastic
25,043
464
a structural diff that understands syntax 🟥🟩
[ "diff", "tree-sitter" ]
MIT
src/summary.rs
summary.rs
1,875
//! Data types summarising the result of diffing content. use std::fmt::Display; use crate::display::hunks::Hunk; use crate::parse::guess_language::{self, language_name}; use crate::parse::syntax::MatchedPos; #[derive(Debug, PartialEq, Eq)] pub(crate) enum FileContent { Text(String), Binary, } #[derive(Debu...
179
1,875
66
0.98
2026-04-17T13:33:28.903492
true
github_insin_nwb_57298ca8993c1f885917576c54ce5dd2d4e95678
JavaScript
insin
nwb
5,549
321
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
[ "babel", "inferno", "javascript", "karma", "npm-module", "preact", "react", "react-component", "toolkit", "webpack" ]
NOASSERTION
src/preact/renderShim.js
renderShim.js
990
/* global NWB_QUICK_MOUNT_ID */ // Enable use of Preact Devtools if (process.env.NODE_ENV === 'development') { require('preact/debug') } let Preact = require('preact') let parent = document.getElementById(NWB_QUICK_MOUNT_ID) let root = parent.firstElementChild let vnode = null function renderEntry(exported) { i...
122
990
43
0.98
2026-04-23T06:08:12.489333
true
github_sharkdp_bat_584a5cb61ab41c03a43ecde32e8c7c98da3ccd0c
Rust
sharkdp
bat
58,128
1,512
A cat(1) clone with wings.
[ "cli", "command-line", "git", "hacktoberfest", "rust", "syntax-highlighting", "terminal", "tool" ]
Apache-2.0
src/syntax_mapping.rs
syntax_mapping.rs
10,787
use std::{ path::Path, sync::{ atomic::{AtomicBool, Ordering}, Arc, }, thread, }; use globset::{Candidate, GlobBuilder, GlobMatcher}; use once_cell::sync::Lazy; use crate::error::Result; use builtin::BUILTIN_MAPPINGS; use ignored_suffixes::IgnoredSuffixes; mod builtin; pub mod ignored...
994
10,787
316
0.95
2026-04-13T14:05:36.070548
true
github_pinojs_pino_806c5362e70e6629272cbbf12ed23d9bf9b6a093
JavaScript
pinojs
pino
17,708
951
🌲 super fast, all natural json logger
[ "fast", "json", "logger", "nodejs", "pino" ]
MIT
lib/deprecations.js
deprecations.js
183
'use strict' const warning = require('process-warning')() module.exports = warning // const warnName = 'PinoWarning' // warning.create(warnName, 'PINODEP010', 'A new deprecation')
20
183
9
0.98
2026-04-23T06:50:02.607397
true
github_mindspore-lab_mindnlp_4620aef1f0d025286ac6dfec02252d2a7ed1af3d
Python
mindspore-lab
mindnlp
918
272
MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless compatibility and acceleration.
[ "deep-learning", "diffusion-models", "huggingface", "large-language-models", "llm", "mindspore", "natural-language-processing", "nlp", "nlp-library", "python", "vlm" ]
Apache-2.0
src/mindtorch/random.py
random.py
5,900
# mypy: allow-untyped-defs import contextlib import warnings from typing import Generator import mindspore import mindtorch from ._C import default_generator # from mindspore import default_generator, set_seed def get_rng_state(): """ Get the state of the default generator. Returns: ...
643
5,900
163
0.98
2026-04-23T00:40:35.329616
true
github_Ottrlang_otterlang_8881f1586728e13cc889eff9b3e6e400ac75f703
Rust
Ottrlang
otterlang
671
21
Otterlang programming language 🦦
[ "compiler", "general-purpose", "language", "llvm", "otter", "otterlang", "programming-language", "pythonic", "rust", "scripting-language" ]
BSD-3-Clause
src/cli.rs
cli.rs
41,823
#![expect( clippy::print_stdout, clippy::print_stderr, reason = "TODO: Use robust logging" )] use std::fs; use std::path::{Path, PathBuf}; use std::process::Command as ProcessCommand; use std::time::Duration; use anyhow::{Context, Result, anyhow, bail}; use clap::{Parser, Subcommand}; use colored::Coloriz...
3,557
41,822
1,356
0.98
2026-04-17T17:09:26.798938
true
github_neuralmagic_sparseml_291d1cb90fc69d1474c5926a266716d62d929709
Python
neuralmagic
sparseml
2,143
156
Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models
[ "automl", "computer-vision-algorithms", "deep-learning-algorithms", "deep-learning-library", "deep-learning-models", "image-classification", "keras", "nlp", "object-detection", "onnx", "pruning", "pruning-algorithms", "pytorch", "smaller-models", "sparsification", "sparsification-recip...
Apache-2.0
setup.py
setup.py
11,527
# Copyright (c) 2021 - 2025 / Neuralmagic, Inc. 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 a...
740
11,527
356
0.98
2026-04-22T19:47:44.777527
true
github_stretchr_testify_161895fc6db8443d99c1751337e1dd8bee4dbc24
Go
stretchr
testify
25,936
1,698
A toolkit with common assertions and mocks that plays nicely with the standard library
[ "assertions", "go", "golang", "mocking", "testify", "testing", "toolkit" ]
MIT
internal/spew/config.go
config.go
12,845
/* * Copyright (c) 2013-2016 Dave Collins <[REDACTED_EMAIL]> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" ...
1,919
12,845
307
0.98
2026-04-17T08:33:18.002497
true
github_pubkey_rxdb_e7466df9df71ec2f30ec3c10a161bce6060486b1
TypeScript
pubkey
rxdb
23,156
1,161
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/rx-schema-helper.ts
rx-schema-helper.ts
11,436
import { newRxError } from './rx-error.ts'; import type { CompositePrimaryKey, DeepReadonly, JsonSchema, PrimaryKey, RxDocumentData, RxJsonSchema, RxStorageDefaultCheckpoint, StringKeys } from './types/index.d.ts'; import { ensureNotFalsy, flatClone, getProperty, isMaybeR...
1,187
11,436
395
0.98
2026-04-23T08:22:08.852473
true
github_sadmann7_tablecn_12219d1ff9af71836cd0b4add52c59abe0d5303f
TypeScript
sadmann7
tablecn
6,071
541
Shadcn table with server-side sorting, filtering, and pagination.
[ "drizzle-orm", "nextjs", "open-source", "shadcn-ui", "table", "tanstack-table" ]
MIT
src/app/sitemap.ts
sitemap.ts
302
import type { MetadataRoute } from "next"; import { siteConfig } from "@/config/site"; export default function sitemap(): MetadataRoute.Sitemap { const routes = [""].map((route) => ({ url: `${siteConfig.url}${route}`, lastModified: new Date().toISOString(), })); return [...routes]; }
34
302
13
0.98
2026-04-23T10:00:20.999373
true
github_agent0ai_agent-zero_cf70470566d7fee74d6a1af7b3f3f465afb29f00
Python
agent0ai
agent-zero
17,174
3,519
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
api/settings_get.py
settings_get.py
394
from helpers.api import ApiHandler, Request, Response from helpers import settings class GetSettings(ApiHandler): async def process(self, input: dict, request: Request) -> dict | Response: backend = settings.get_settings() out = settings.convert_out(backend) return dict(out) @classmet...
39
394
14
0.98
2026-04-22T17:11:07.559073
true
github_asciinema_asciinema_a2fedbe0558aa145bf382490844a810adaeb8cca
Rust
asciinema
asciinema
17,176
1,015
Terminal session recorder, streamer and player 📹
[ "asciicast", "asciinema", "cli", "recording", "rustlang", "streaming", "terminal" ]
GPL-3.0
src/encoder/txt.rs
txt.rs
2,181
use avt::util::TextCollector; use crate::asciicast::{Event, EventData, Header}; pub struct TextEncoder { collector: Option<TextCollector>, } impl TextEncoder { pub fn new() -> Self { TextEncoder { collector: None } } } impl super::Encoder for TextEncoder { fn header(&mut self, header: &Heade...
166
2,181
92
0.98
2026-04-17T13:47:58.587073
true
github_axios_axios_5a3a876c8e00aa563e84306fc89ae8e19b35bba2
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/axios.js
axios.js
2,558
'use strict'; import utils from './utils.js'; import bind from './helpers/bind.js'; import Axios from './core/Axios.js'; import mergeConfig from './core/mergeConfig.js'; import defaults from './defaults/index.js'; import formDataToJSON from './helpers/formDataToJSON.js'; import CanceledError from './cancel/CanceledErr...
275
2,558
90
0.98
2026-04-23T06:16:43.039316
true
github_vercel_pkg_091ec3dfbeeda8cdbade06c79eff1a84d07fb995
TypeScript
vercel
pkg
24,392
1,065
Package your Node.js project into an executable
[ "binaries", "cli", "compiler", "nodejs" ]
MIT
lib/follow.ts
follow.ts
2,897
import { sync, SyncOpts } from 'resolve'; import fs from 'fs'; import path from 'path'; import { toNormalizedRealPath } from './common'; import type { PackageJson } from './types'; const PROOF = 'a-proof-that-main-is-captured.js'; function parentDirectoriesContain(parent: string, directory: string) { let currentPa...
296
2,897
117
0.98
2026-04-23T06:43:02.949324
true
github_mlabouardy_komiser_6e465470c0485ee86b9949c73f4bf3bffed207e4
Go
mlabouardy
komiser
4,119
452
Open-source cloud-environment inspector. Supporting AWS, GCP, Azure, and more! Your cloud resources will have nowhere to hide!
[ "aws", "azure", "civo", "cost-optimization", "digitalocean", "gcp", "hacktoberfest", "inventory-management", "kubernetes", "linode", "oci", "open-source", "tencent" ]
NOASSERTION
internal/webhook_test.go
webhook_test.go
673
package internal import ( "testing" "github.com/stretchr/testify/assert" ) func TestSlackAttachment(t *testing.T) { // default - no slack host specified in config attachment := createSlackAttachment("testViewName", 3000, 101, 99, 99.99, "", "RESOURCES") expectedActionUrl := "http://localhost:3000/inventory?view...
59
673
20
0.98
2026-04-17T22:21:40.584632
true
github_libp2p_rust-libp2p_b9c2d350e73c300353a8539bddd5f2438f68de2b
Rust
libp2p
rust-libp2p
5,477
1,197
The Rust Implementation of the libp2p networking stack.
[ "decentralization", "libp2p", "networking", "peer-to-peer", "rust" ]
MIT
core/src/peer_record.rs
peer_record.rs
11,775
use libp2p_identity::{Keypair, PeerId, SigningError}; use quick_protobuf::{BytesReader, Writer}; use web_time::SystemTime; use crate::{DecodeError, Multiaddr, proto, signed_envelope, signed_envelope::SignedEnvelope}; // Legacy constants for backward compatibility with existing Rust libp2p deployments. const LEGACY_PA...
1,018
11,775
339
0.98
2026-04-17T14:59:41.932412
true
github_cri-o_cri-o_20e447d2eefda1319a8508d8c5df6669cc4df433
Go
cri-o
cri-o
5,601
1,161
Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
[ "container-runtime-interface", "crun", "hacktoberfest", "k8s-sig-node", "kata-containers", "kubernetes", "oci", "oci-runtime", "runc" ]
Apache-2.0
internal/lib/suite_test.go
suite_test.go
7,756
package lib_test import ( "context" "os" "os/exec" "testing" "time" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "github.com/sirupsen/logrus" "go.uber.org/mock/gomock" types "k8s.io/cri-api/pkg/apis/runtime/v1" "github.com/cri-o/cri-o/internal/hostport" "github.com/cri-o/cri-o/internal/lib" ...
522
7,756
268
0.98
2026-04-17T21:23:33.937965
true
github_fyne-io_fyne_f837dc4da5aeadcee07f97aabcf76dfe4a8d37ad
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
app/icon_cache_noos.go
icon_cache_noos.go
182
//go:build noos || tinygo package app import ( "os" "path/filepath" ) func rootCacheDir() string { home, _ := os.UserHomeDir() return filepath.Join(home, ".config", "fyne") }
24
182
14
0.98
2026-04-17T08:27:06.308176
true
github_yvann-ba_ComfyUI_Yvann-Nodes_bb83c743d9b03756b66009a1b6a622a3f970bfc6
Python
yvann-ba
ComfyUI_Yvann-Nodes
686
29
Audio Reactivity Nodes for ComfyUI 🔊 Create AI generated audio-driven animations
[ "audioreactive", "comfyui", "generative-ai" ]
GPL-3.0
node_configs.py
node_configs.py
8,382
#NOTE: this abstraction allows for both the documentation to be centrally managed and inherited from abc import ABCMeta class NodeConfigMeta(type): def __new__(cls, name, bases, attrs): new_class = super().__new__(cls, name, bases, attrs) if name in NODE_CONFIGS: for key, value in NODE_C...
1,133
8,382
70
0.98
2026-04-22T22:03:31.935702
true
github_rust-unofficial_awesome-rust_1756e6e9cfac9249e4506d5842b0c56f11e8a4a2
Rust
rust-unofficial
awesome-rust
56,779
3,295
A curated list of Rust code and resources.
[ "awesome", "rust" ]
CC0-1.0
src/bin/cleanup.rs
cleanup.rs
1,170
// Cleans up `README.md` // Usage: cargo run --bin cleanup use std::fs; use std::fs::File; use std::io::Read; fn fix_dashes(lines: Vec<String>) -> Vec<String> { let mut fixed_lines: Vec<String> = Vec::with_capacity(lines.len()); let mut within_content = false; for line in lines { if within_conte...
125
1,168
46
0.98
2026-04-17T13:17:11.545499
true
github_zhouxiaoka_autoclip_mvp_03be79d1f3317102a502e952753a990d9cb0b292
Python
zhouxiaoka
autoclip_mvp
953
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
src/utils/llm_factory.py
llm_factory.py
3,363
""" LLM客户端工厂 - 根据配置选择使用通义千问或硅基流动API """ import logging from typing import Optional from .llm_client import LLMClient from .siliconflow_client import SiliconFlowClient from ..config import config_manager logger = logging.getLogger(__name__) class LLMFactory: """LLM客户端工厂""" @staticmethod def create_cli...
203
2,933
96
0.98
2026-04-18T00:05:09.600965
true
github_jonaswinkler_paperless-ng_3641c73a5a02528086e0d202250e910d187809f0
Python
jonaswinkler
paperless-ng
5,417
346
A supercharged version of paperless: scan, index and archive all your physical documents
[ "angular", "archiving", "django", "dms", "document-management-system", "full-text-search", "machine-learning", "ocr", "search" ]
GPL-3.0
src/documents/serialisers.py
serialisers.py
14,881
import re import magic import math from django.utils.text import slugify from rest_framework import serializers from rest_framework.fields import SerializerMethodField from . import bulk_edit from .models import Correspondent, Tag, Document, DocumentType, \ SavedView, SavedViewFilterRule, MatchingModel from .pars...
1,012
14,881
497
0.98
2026-04-23T01:29:53.558162
true