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_google-research_bert_b118f62a38c04ab4c2d78c5678e1f8c758656c34
Python
google-research
bert
39,996
9,711
TensorFlow code and pre-trained models for BERT
[ "google", "natural-language-processing", "natural-language-understanding", "nlp", "tensorflow" ]
Apache-2.0
run_pretraining.py
run_pretraining.py
18,667
# coding=utf-8 # Copyright 2018 The Google AI Language Team 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 ...
1,516
18,667
494
0.98
2026-04-22T19:34:56.689559
true
github_codexu_note-gen_298df3d32edf5af1010094b365fbf5ded9d86236
TypeScript
codexu
note-gen
11,305
838
A cross-platform Markdown AI note-taking software.
[ "agent", "chatbot", "knowledge-base", "llm", "markdown", "mcp", "nextjs", "note-taking", "rag", "tauri", "webdav" ]
GPL-3.0
src/stores/clipboard.ts
clipboard.ts
654
import { create } from 'zustand' interface ClipboardItem { path: string name: string isDirectory: boolean sha?: string isLocale?: boolean } type ClipboardOperation = 'copy' | 'cut' | 'none' interface ClipboardState { clipboardItem: ClipboardItem | null clipboardOperation: ClipboardOperation setClipbo...
71
654
26
0.98
2026-04-23T09:46:45.182422
true
github_directus_directus_2290bafad370bb0db8dbdfdd6489b874ef756e19
TypeScript
directus
directus
34,882
4,723
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
api/tsdown.config.ts
tsdown.config.ts
310
import { defineConfig } from 'tsdown'; export default defineConfig({ entry: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/**/*.test.ts', '!src/__utils__', '!src/__setup__', '!src/test-utils', '!src/database/run-ast/lib/apply-query/mock.ts', ], unbundle: true, tsconfig: 'tsconfig.prod.json', });
24
310
16
0.98
2026-04-23T07:58:01.823622
true
github_PKU-YuanGroup_ConsisID_9d0ee99bbe1c3b979e51a3c17aab51baa37e13a9
Python
PKU-YuanGroup
ConsisID
837
44
[CVPR 2025 Highlight🔥] Identity-Preserving Text-to-Video Generation by Frequency Decomposition
[ "diffusion", "diffusion-models", "identity-preserving", "text-to-video", "video-generation", "video-generation-dataset", "video-generator", "videogeneration" ]
Apache-2.0
infer.py
infer.py
10,687
import argparse import os import random import torch from huggingface_hub import hf_hub_download, snapshot_download from diffusers.image_processor import VaeImageProcessor from diffusers.training_utils import free_memory from diffusers.utils import export_to_video from models.consisid_utils import prepare_face_models...
962
10,687
207
0.98
2026-04-22T22:38:40.513707
true
github_prettier_prettier_761633e430a74c3e391ad95882c0527b174fa326
JavaScript
prettier
prettier
51,817
4,704
Prettier is an opinionated code formatter.
[ "angular", "ast", "css", "flow", "formatter", "graphql", "html", "javascript", "json", "jsx", "less", "markdown", "prettier", "printer", "scss", "typescript", "vue", "yaml" ]
MIT
src/cli/expand-patterns.js
expand-patterns.js
5,235
import path from "node:path"; import { directoryIgnorerWithNodeModules, directoryIgnorerWithoutNodeModules, } from "./directory-ignorer.js"; import { fastGlob } from "./prettier-internal.js"; import { lstatSafe, normalizeToPosix } from "./utilities.js"; /** @import {Context} from './context.js' */ /** * @param {...
568
5,235
183
0.98
2026-04-23T11:43:42.881695
true
github_labstack_echo_a969ccb8c875223bdb6376caf4df31b39649fec2
Go
labstack
echo
32,323
2,318
High performance, minimalist Go web framework
[ "echo", "go", "http2", "https", "labstack-echo", "letsencrypt", "micro-framework", "microservice", "middleware", "ssl", "web", "web-framework", "websocket" ]
MIT
json.go
json.go
892
// SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors package echo import ( "encoding/json" ) // DefaultJSONSerializer implements JSON encoding using encoding/json. type DefaultJSONSerializer struct{} // Serialize converts an interface into a json and writes it to the...
117
891
30
0.98
2026-04-17T08:14:15.661275
true
github_agent0ai_agent-zero_8c0071201053ccc2bda4a6286659235ec6583d60
Python
agent0ai
agent-zero
17,046
3,498
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
api/image_get.py
image_get.py
5,897
import base64 import os from urllib.parse import quote from helpers.api import ApiHandler, Request, Response, send_file from helpers import files, runtime import io from mimetypes import guess_type class ImageGet(ApiHandler): @classmethod def get_methods(cls) -> list[str]: return ["GET"] async d...
498
5,897
166
0.98
2026-04-17T15:31:44.581914
true
github_GoogleContainerTools_skaffold_a214fbbc2a42e8fe2a36cb64cd6e568856ee0488
Go
GoogleContainerTools
skaffold
15,805
1,697
Easy and Repeatable Kubernetes Development
[ "containers", "developer-tools", "docker", "kubernetes" ]
Apache-2.0
pkg/diag/diag_test.go
diag_test.go
3,380
/* Copyright 2020 The Skaffold 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...
346
3,380
127
0.98
2026-04-17T10:28:36.270150
true
github_mlc-ai_web-llm-chat_db9269dfe99b38604ecb4a980459387f742be68c
TypeScript
mlc-ai
web-llm-chat
1,008
212
Chat with AI large language models running natively in your browser. Enjoy private, server-free, seamless AI conversations.
[ "ai", "chat", "chat-application", "chatbot", "chatgpt", "gemma", "generative-ai", "hermes", "large-language-models", "llama", "llm", "mistral", "nextjs", "phi2", "privacy", "qwen", "redpajama", "tinyllama", "webgpu" ]
Apache-2.0
app/locales/jp.ts
jp.ts
10,349
import { SubmitKey } from "../store/config"; import type { PartialLocaleType } from "./index"; const jp: PartialLocaleType = { WIP: "この機能は開発中です", ChatItem: { ChatItemCount: (count: number) => `${count} 通のチャット`, }, Chat: { SubTitle: (count: number) => `ChatGPTとの ${count} 通のチャット`, EditMessage: { ...
599
6,769
285
0.98
2026-04-23T11:42:32.716947
true
github_dyad-sh_dyad_aa9d9dca79a10c39d4736cf7d4418e45b8b563ec
TypeScript
dyad-sh
dyad
20,171
2,343
Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it!
[ "ai-app-builder", "anthropic", "artificial-intelligence", "bolt", "deepseek", "gemini", "generative-ai", "github", "llm", "llms", "lovable", "nextjs", "ollama", "openai", "qwen", "react", "typescript", "v0", "vercel" ]
NOASSERTION
src/db/index.ts
index.ts
2,649
// db.ts import { type BetterSQLite3Database, drizzle, } from "drizzle-orm/better-sqlite3"; import Database from "better-sqlite3"; import * as schema from "./schema"; import { migrate } from "drizzle-orm/better-sqlite3/migrator"; import path from "node:path"; import fs from "node:fs"; import { getUserDataPath } fro...
325
2,649
103
0.98
2026-04-23T09:40:04.192730
true
github_nodejs_node_bba860a78fe20ee4236e4fd1c514f8dd36dba67c
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/child_process.js
child_process.js
28,184
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
3,107
28,184
1,055
0.98
2026-04-23T06:15:38.018868
true
github_apollographql_apollo-client_22be02bf0d5ed59b7138de2f1d4bc48eed9cb471
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/dev/setErrorMessageHandler.ts
setErrorMessageHandler.ts
1,936
import { global } from "@apollo/client/utilities/internal/globals"; import type { ErrorCodes } from "../invariantErrorCodes.js"; import { ApolloErrorMessageHandler } from "./symbol.js"; /** * The error message handler is a function that is called when a message is * logged or an error is thrown to determine the co...
280
1,932
43
0.98
2026-04-18T01:25:45.875236
true
github_codenotary_immudb_c14439433587fa2cb84643024311fc1b6aa4f8e6
Go
codenotary
immudb
8,958
362
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
[ "auditable", "compliance", "cryptographic", "database", "gdpr", "go", "immutable", "immutable-database", "key-value", "merkle-tree", "pci-dss", "performance", "sql", "tamper-evident", "tamperproof", "timetravel", "verification", "verify", "zero-trust" ]
NOASSERTION
pkg/client/transaction.go
transaction.go
4,363
/* Copyright 2025 Codenotary Inc. All rights reserved. SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the Li...
515
4,363
154
0.98
2026-04-17T18:11:14.319563
true
github_rustdesk_rustdesk_38e11bfcecd28dba094f8f58ff73122bd677e8cc
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/el.rs
el.rs
74,852
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Κατάσταση"), ("Your Desktop", "Ο σταθμός εργασίας σας"), ("desk_tip", "Η πρόσβαση στον σταθμό εργασίας σας είναι δυνατή με αυτό το ID και τον κωδικό πρόσβασης."), ("Pas...
5,258
52,684
748
0.98
2026-04-17T13:14:26.336013
true
github_c8r_kit_476405ddfbe55f3a9f428580f630b1d5b5f429ab
JavaScript
c8r
kit
1,212
31
Tools for developing, documenting, and testing React component libraries
[ "cli", "components", "design-systems", "development", "documentation", "isolation", "jsx", "library", "mdx", "react", "styleguide", "testing", "ui" ]
MIT
core/src/Markdown.js
Markdown.js
722
import React from 'react' import { transform } from 'buble' import mdx from '@mdx-js/mdx' import { MDXTag } from '@mdx-js/tag' import { ThemeProvider } from 'styled-components' export default ({ children, components, theme = {} }) => { const jsx = mdx.sync(children).replace('export default ({components}) =>', '') ...
90
722
26
0.98
2026-04-23T12:32:05.926499
true
github_mindspore-lab_mindnlp_138c26f94dd50c26dbbbcf828936a00d370f000f
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/types.py
types.py
2,020
from builtins import ( # noqa: F401 bool as _bool, bytes as _bytes, complex as _complex, float as _float, int as _int, str as _str, ) import mindspore from typing import Any, IO, TYPE_CHECKING, Union, Dict, Sequence from typing_extensions import Self, TypeAlias import mindtorch from mindtorch ...
229
2,020
84
0.98
2026-04-23T00:40:37.575331
true
github_redis_go-redis_c24a931d1f380fc6cd48deb58e003bb1265a9c21
Go
redis
go-redis
22,045
2,547
Redis Go client
[ "go", "golang", "redis", "redis-client", "redis-cluster" ]
BSD-2-Clause
example_test.go
example_test.go
14,717
package redis_test import ( "context" "errors" "fmt" "sync" "time" "github.com/redis/go-redis/v9" ) var ( ctx = context.Background() rdb *redis.Client ) func init() { rdb = redis.NewClient(&redis.Options{ Addr: ":6379", DialTimeout: 10 * time.Second, ReadTimeout: 30 * time.Second, WriteTi...
1,917
14,717
706
0.98
2026-04-17T09:18:58.340648
true
github_prs-eth_OverlapPredator_bbf93b716ac93264665eeedf62f2a94d2892225b
Python
prs-eth
OverlapPredator
592
87
[CVPR 2021, Oral] PREDATOR: Registration of 3D Point Clouds with Low Overlap.
[ "3dvision", "attention-mechanism", "point-cloud", "registration", "transformer" ]
MIT
lib/trainer.py
trainer.py
10,141
import time, os, torch,copy import numpy as np import torch.nn as nn from tensorboardX import SummaryWriter from lib.timer import Timer, AverageMeter from lib.utils import Logger,validate_gradient from tqdm import tqdm import torch.nn.functional as F import gc class Trainer(object): def __init__(self, args): ...
670
10,141
263
0.98
2026-04-22T21:48:36.987042
true
github_adhikasp_mcp-client-cli_53cb61c11f42b4ae5bf40f1a8f5c8d037830ea69
Python
adhikasp
mcp-client-cli
673
81
A simple CLI to run LLM prompt and implement MCP client.
[ "langchain", "llm", "mcp", "model-context-protocol" ]
MIT
src/mcp_client_cli/output.py
output.py
7,361
import json from langchain_core.messages import BaseMessage, AIMessage, AIMessageChunk, ToolMessage from rich.console import Console, ConsoleDimensions from rich.live import Live from rich.markdown import Markdown from rich.prompt import Confirm class OutputHandler: def __init__(self, text_only: bool = False, only...
606
7,361
186
0.98
2026-04-23T00:49:44.010870
true
github_jdh-algo_JoyVASA_0d388c050aac88308c8877ccc007fe8cacd3b047
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/live_portrait_wmg_pipeline_animal.py
live_portrait_wmg_pipeline_animal.py
7,301
# coding: utf-8 """ Pipeline of LivePortrait (Animal) """ import warnings warnings.filterwarnings("ignore", message="torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument.") warnings.filterwarnings("ignore", message="torch.utils.checkpoint: please pass in use_reentrant=True or use_...
577
7,236
154
0.98
2026-04-22T22:00:22.797948
true
github_GerevAI_gerev_862300734fbb34fccf3436554fe05623ff767238
Python
GerevAI
gerev
2,813
178
🧠 AI-powered enterprise search engine 🔎
[ "ai", "chatgpt", "confluence", "enterprise-search", "helpdesk", "helpdesk-tools", "llama-index", "machine-learning", "search-engine", "semantic-search-engine", "similarity-search", "sysadmin", "tech-support", "technical-support", "vector-search", "workplace-search" ]
MIT
app/indexing/faiss_index.py
faiss_index.py
1,479
import os import torch import faiss from paths import FAISS_INDEX_PATH MODEL_DIM = 384 class FaissIndex: instance = None @staticmethod def create(): if FaissIndex.instance is not None: raise RuntimeError("Index is already initialized") FaissIndex.instance = FaissIndex() ...
116
1,479
54
0.98
2026-04-22T17:44:04.231581
true
github_trufflesecurity_trufflehog_e4a42cef8f684efa190dcd288e01f4b7a7b5f339
Go
trufflesecurity
trufflehog
25,754
2,328
Find, verify, and analyze leaked credentials
[ "credentials", "devsecops", "dynamic-analysis", "precommit", "scanning", "secret", "secret-management", "secrets", "security", "security-tools", "trufflehog", "verification" ]
AGPL-3.0
pkg/decoders/base64_test.go
base64_test.go
4,338
package decoders import ( "testing" "github.com/kylelemons/godebug/pretty" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors" "github.com/trufflesecurity/trufflehog/v3/pkg/sources" ) func TestBase64_FromChunk(t *testing.T) { tests := []struct { chunk *sources.Chunk want *sources.Chunk name string...
404
4,338
180
0.98
2026-04-17T08:34:36.222650
true
github_njbrake_agent-of-empires_748e9f673e3c2bb4a055baddfd4857fa160b6a91
Rust
njbrake
agent-of-empires
1,618
123
Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile. Also supports Mistral Vibe, Codex CLI, Gemini CLI, Pi.dev, Copilot CLI, Factory Droid Coding. Uses tmux and git worktrees.
[ "ai-coding", "claude", "claude-code", "cli", "codex", "cursor", "factory-droid-cli", "gemini", "gemini-cli", "github-copilot-cli", "llm", "mistral-vibe", "opencode", "orchestrator", "pi", "rust", "terminal", "tmux", "vibe", "vibe-coding" ]
MIT
src/session/serde_helpers.rs
serde_helpers.rs
2,748
//! Shared serde helpers for config deserialization. use serde::de; /// Deserialize a field as either a single string or a Vec of strings. /// Allows `key = "value"` as shorthand for `key = ["value"]` in TOML. pub(crate) fn string_or_vec<'de, D>(deserializer: D) -> Result<Vec<String>, D::Error> where D: de::Deser...
251
2,748
95
0.98
2026-04-17T19:28:25.973694
true
github_gogs_gogs_3eefc0ae7c7a0c21b0139fb20e1fb73290c5c71a
Go
gogs
gogs
47,504
5,043
Gogs is a painless self-hosted Git service
[ "docker", "git", "go", "gogs", "mysql", "postgresql", "raspberry-pi", "self-hosted", "source-code-management", "sqlite3", "version-control" ]
MIT
internal/database/repo_branch.go
repo_branch.go
8,202
package database import ( "context" "fmt" "slices" "strings" "github.com/cockroachdb/errors" "github.com/gogs/git-module" "gogs.io/gogs/internal/errx" "gogs.io/gogs/internal/tool" ) type Branch struct { RepoPath string Name string IsProtected bool Commit *git.Commit } func GetBranchesByPath(p...
920
8,202
277
0.98
2026-04-17T07:25:19.766136
true
github_directus_directus_3a7e700b0c68696cda04a416e09f5dd9b31c0f60
TypeScript
directus
directus
34,821
4,713
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
app/src/extensions.ts
extensions.ts
3,768
import type { AppExtensionConfigs, ModuleConfig, RefRecord } from '@directus/types'; import { App, shallowRef, type ShallowRef, watch } from 'vue'; import { getInternalDisplays, registerDisplays } from './displays'; import { getInternalInterfaces, registerInterfaces } from './interfaces'; import { i18n } from './lang';...
333
3,768
112
0.98
2026-04-17T17:53:59.861777
true
github_jaegertracing_jaeger-client-go_7bbd028897a9d5fe3d248b6a1143d2e6301da109
Go
jaegertracing
jaeger-client-go
1,383
283
🛑 This library is DEPRECATED!
[ "distributed-tracing", "microservices", "monitoring", "opentracing" ]
Apache-2.0
observer.go
observer.go
2,835
// Copyright (c) 2017 Uber Technologies, 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 a...
346
2,835
89
0.98
2026-04-18T01:07:42.382489
true
github_pubkey_rxdb_2a6b79f5f8c00d3b75721d1704e98e516396b773
TypeScript
pubkey
rxdb
23,146
1,160
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/hooks.ts
hooks.ts
3,377
/** * hook-functions that can be extended by the plugin */ export const HOOKS = { /** * Runs before a plugin is added. * Use this to block the usage of non-compatible plugins. */ preAddRxPlugin: [], /** * functions that run before the database is created */ preCreateRxDatabas...
459
3,377
129
0.98
2026-04-18T01:23:57.287973
true
github_mlfoundations_open_clip_6a9aeafdb75df7e67429feed2c73f0ef02bce480
Python
mlfoundations
open_clip
13,698
1,280
An open source implementation of CLIP.
[ "computer-vision", "contrastive-loss", "deep-learning", "language-model", "multi-modal-learning", "pretrained-models", "pytorch", "zero-shot-classification" ]
NOASSERTION
src/open_clip/convert.py
convert.py
11,091
""" Conversion functions for 3rd part state-dicts and non-torch native checkpoint formats. """ from typing import Union import torch import numpy as np from .model import CLIP, CustomTextCLIP from .transformer import TextTransformer, Transformer @torch.no_grad() def load_big_vision_weights(model: CustomTextCLIP, ch...
630
11,091
207
0.98
2026-04-17T17:18:18.147422
true
github_nodejs_undici_b3be7ab3b917c59a8cbe7d2ce33a25721e039f8e
JavaScript
nodejs
undici
7,525
756
An HTTP/1.1 client, written from scratch for Node.js
[ "client", "http", "nodejs" ]
MIT
lib/mock/mock-client.js
mock-client.js
1,736
'use strict' const { promisify } = require('node:util') const Client = require('../dispatcher/client') const { buildMockDispatch } = require('./mock-utils') const { kDispatches, kMockAgent, kClose, kOriginalClose, kOrigin, kOriginalDispatch, kConnected, kIgnoreTrailingSlash } = require('./mock-symbols'...
179
1,736
69
0.98
2026-04-23T07:15:04.115477
true
github_cli_cli_f873c643600251a4d4fa4b8399993afd30dfc4e0
Go
cli
cli
43,868
8,278
GitHub’s official command line tool
[ "cli", "git", "github-api-v4", "golang" ]
MIT
internal/keyring/keyring.go
keyring.go
1,685
// Package keyring is a simple wrapper that adds timeouts to the zalando/go-keyring package. package keyring import ( "errors" "time" "github.com/zalando/go-keyring" ) var ErrNotFound = errors.New("secret not found in keyring") type TimeoutError struct { message string } func (e *TimeoutError) Error() string {...
241
1,685
83
0.98
2026-04-17T07:28:04.191025
true
github_strapi_strapi_22ebb73ee77215255d69d9677a39885af924d6a1
JavaScript
strapi
strapi
71,921
9,657
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
[ "api", "cms", "cms-framework", "content-management", "content-management-system", "customizable", "dashboard", "graphql", "hacktoberfest", "headless-cms", "jamstack", "javascript", "koa", "koa2", "mysql", "no-code", "nodejs", "rest", "strapi", "typescript" ]
NOASSERTION
jest.config.js
jest.config.js
1,540
'use strict'; /** @type {import('jest').Config} */ const config = { projects: [ '<rootDir>/packages/plugins/*/jest.config.js', '<rootDir>/packages/utils/*/jest.config.js', '<rootDir>/packages/generators/*/jest.config.js', '<rootDir>/packages/core/*/jest.config.js', '<rootDir>/packages/providers/*...
77
1,540
52
0.98
2026-04-17T17:53:23.552431
true
github_danijar_dreamer_fa6236dd59d85ffab9be4c83775b471c55cc3260
Python
danijar
dreamer
593
119
Dream to Control: Learning Behaviors by Latent Imagination
[ "artificial-intelligence", "deep-learning", "reinforcement-learning", "robotics", "world-models" ]
MIT
dreamer.py
dreamer.py
17,730
import argparse import collections import functools import json import os import pathlib import sys import time os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' os.environ['MUJOCO_GL'] = 'egl' import numpy as np import tensorflow as tf from tensorflow.keras.mixed_precision import experimental as prec tf.get_logger().setLeve...
1,495
17,730
464
0.98
2026-04-22T20:47:13.415811
true
github_rustdesk_rustdesk_d65cd31c5780be54d45c6b674af78e65d020aa8b
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/et.rs
et.rs
44,332
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Olek"), ("Your Desktop", "Sinu töölaud"), ("desk_tip", "Sinu töölauale saab selle ID ja parooliga ligi pääseda."), ("Password", "Parool"), ("Ready", "Valmis"), ...
3,966
43,747
748
0.98
2026-04-17T13:14:28.030300
true
github_OpenListTeam_OpenList_1e5c53ee92d7975efb84e15b240545a817736220
Go
OpenListTeam
OpenList
21,963
1,882
A new AList Fork to Anti Trust Crisis
[ "alist", "aliyunpan", "baidupan", "openlist" ]
AGPL-3.0
internal/model/search.go
search.go
813
package model import ( "fmt" "time" ) type IndexProgress struct { ObjCount uint64 `json:"obj_count"` IsDone bool `json:"is_done"` LastDoneTime *time.Time `json:"last_done_time"` Error string `json:"error"` } type SearchReq struct { Parent string `json:"parent"` Keywords strin...
107
813
43
0.98
2026-04-17T09:20:54.886464
true
github_alexellis_arkade_5df6cd8524adc061103780e83019b282cbcb6fb2
Go
alexellis
arkade
4,573
303
Open Source Marketplace For Developer Tools
[ "apps", "arkade", "automation", "cert-manager", "cka", "ckad", "cli", "devops", "hacktoberfest", "helm", "inlets", "istio", "k3s", "k8s", "kubernetes", "learning", "nginx", "openfaas", "oss" ]
MIT
cmd/apps/openfaas_ce_app.go
openfaas_ce_app.go
5,888
// Copyright (c) arkade author(s) 2022. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. package apps import ( "fmt" "strconv" "github.com/alexellis/arkade/pkg/apps" "github.com/alexellis/arkade/pkg/config" "github.com/alexellis/arkade/pk...
558
5,887
185
0.98
2026-04-17T21:47:16.528020
true
github_parcel-bundler_lightningcss_ff7216a04d4f2bfbc0269f85e97d8ccc466ab21d
Rust
parcel-bundler
lightningcss
7,503
259
An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.
[ "build-tool", "compiler", "css", "minifier", "parser", "rust" ]
MPL-2.0
src/main.rs
main.rs
9,322
use atty::Stream; use clap::{ArgGroup, Parser}; use lightningcss::bundler::{Bundler, FileProvider}; use lightningcss::stylesheet::{MinifyOptions, ParserFlags, ParserOptions, PrinterOptions, StyleSheet}; use lightningcss::targets::Browsers; use parcel_sourcemap::SourceMap; use serde::Serialize; use std::borrow::Cow; use...
872
9,322
298
0.95
2026-04-13T14:09:02.535221
true
github_zeroclaw-labs_zeroclaw_e860cdde9e581e4b4b353d1b9bb886e542dc96da
Rust
zeroclaw-labs
zeroclaw
30,264
4,379
Fast, small, and fully autonomous AI personal assistant infrastructure, ANY OS, ANY PLATFORM — deploy anywhere, swap anything 🦀
[ "agent", "agentic", "ai", "infra", "ml", "openclaw", "os", "zeroclaw" ]
Apache-2.0
src/security/mod.rs
mod.rs
1,337
#[allow(unused_imports)] pub use zeroclaw_runtime::security::*; #[cfg(test)] mod tests { use super::*; #[test] fn reexported_policy_and_pairing_types_are_usable() { let policy = SecurityPolicy::default(); assert_eq!(policy.autonomy, AutonomyLevel::Supervised); let guard = PairingG...
93
1,321
45
0.98
2026-04-17T13:26:35.921452
true
github_rancher_rancher_b4549a72bb584c4cb6e4b5304b370a9e846cc47c
Go
rancher
rancher
25,503
3,179
Complete container management platform
[ "cattle", "containers", "docker", "kubernetes", "orchestration", "rancher" ]
Apache-2.0
pkg/cert/cert.go
cert.go
3,418
package cert import ( "bytes" "crypto" "crypto/ecdsa" "crypto/rsa" "crypto/sha1" "crypto/x509" "encoding/hex" "encoding/pem" "fmt" "strings" "time" "github.com/pkg/errors" ) type CertificateInfo struct { Algorithm string `json:"algorithm"` CN string `json:"cn"` ...
368
3,418
131
0.98
2026-04-17T08:38:03.399377
true
github_rustdesk_rustdesk_e943ff4cd7edcd4d95f99f552f02618eff9db52b
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/kz.rs
kz.rs
39,135
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Күй"), ("Your Desktop", "Сіздің Жұмыс үстеліңіз"), ("desk_tip", "Сіздің Жұмыс үстеліңіз осы ID мен құпия сөз арқылы қолжетімді"), ("Password", "Құпия сөз"), ("R...
3,053
33,240
748
0.98
2026-04-17T13:14:35.017461
true
github_pocketbase_pocketbase_ea95b1919aa8f2eb8901e7e04a4475ea5e33d358
Go
pocketbase
pocketbase
57,663
3,292
Open Source realtime backend in 1 file
[ "authentication", "backend", "golang", "realtime" ]
MIT
core/field_date_test.go
field_date_test.go
4,692
package core_test import ( "context" "fmt" "testing" "time" "github.com/pocketbase/pocketbase/core" "github.com/pocketbase/pocketbase/tests" "github.com/pocketbase/pocketbase/tools/types" ) func TestDateFieldBaseMethods(t *testing.T) { testFieldBaseMethods(t, core.FieldTypeDate) } func TestDateFieldColumnTy...
492
4,692
230
0.98
2026-04-17T07:17:30.256874
true
github_playcanvas_engine_b3493ce157ab63c6eb1ea6930203f575156faaa2
JavaScript
playcanvas
engine
14,770
1,766
Powerful web graphics runtime built on WebGL, WebGPU, WebXR and glTF
[ "3d-gaussian-splatting", "game-development", "game-engine", "gamedev", "gaussian-splatting", "gltf", "hacktoberfest", "javascript", "nodejs", "playcanvas", "typescript", "virtual-reality", "webgl", "webgl2", "webgpu", "webxr" ]
MIT
src/framework/template.js
template.js
1,407
import { SceneParser } from './parsers/scene.js'; /** * @import { AppBase } from './app-base.js' * @import { Entity } from './entity.js' */ /** * Create a Template resource from raw database data. */ class Template { /** * @type {AppBase} * @private */ _app; /** @private */ _data;...
181
1,407
70
0.98
2026-04-23T06:54:37.918477
true
github_rustdesk_rustdesk_0cdcf93b4db3af0c2e062299cbfd4f4ee1784090
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/pt_PT.rs
pt_PT.rs
33,860
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Estado"), ("Your Desktop", "Ambiente de Trabalho"), ("desk_tip", "O seu Ambiente de Trabalho pode ser acedido com este ID e palavra-passe."), ("Password", "Senha"), ...
3,240
33,646
748
0.98
2026-04-17T13:14:37.961417
true
github_nodejs_node_724ffd90cf77f1906a87374dc1261ba4885dd40b
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/socketaddress.js
socketaddress.js
4,472
'use strict'; const { ObjectSetPrototypeOf, Symbol, } = primordials; const { SocketAddress: _SocketAddress, AF_INET, AF_INET6, } = internalBinding('block_list'); const { validateObject, validateString, validatePort, validateUint32, } = require('internal/validators'); const { codes: { ERR_INV...
469
4,472
198
0.98
2026-04-23T06:16:02.420695
true
github_huggingface_peft_82c6ec1e40bb7b06f505b82346245b8bf00d789c
Python
huggingface
peft
20,987
2,255
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
[ "adapter", "diffusion", "fine-tuning", "llm", "lora", "parameter-efficient-learning", "peft", "python", "pytorch", "transformers" ]
Apache-2.0
src/peft/mapping.py
mapping.py
3,878
# Copyright 2023-present 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...
452
3,878
93
0.98
2026-04-22T15:01:10.794155
true
github_eolinker_goku_lite_12173adecac7cf11eafc87290595cea6c47f2625
Go
eolinker
goku_lite
3,137
591
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
[ "api", "api-gateway", "gateway", "goku", "microservices", "middleware", "proxy" ]
GPL-3.0
app/console/cluster.go
cluster.go
960
package main import ( "github.com/eolinker/goku-api-gateway/common/database" "strconv" "github.com/pkg/errors" "github.com/eolinker/goku-api-gateway/common/conf" "github.com/eolinker/goku-api-gateway/server/entity" ) func getDefaultDatabase() (*entity.ClusterDB, error) { dbType := conf.MastValue("db_type", "s...
79
960
45
0.98
2026-04-18T00:57:30.681829
true
github_loco-rs_loco_77150fe8b2ce10f9529b18130f39c1668ce4c0e0
Rust
loco-rs
loco
8,824
406
🚂 🦀 The one-person framework for Rust for side-projects and startups
[ "api", "axum", "rust", "rust-lang" ]
Apache-2.0
src/controller/routes.rs
routes.rs
18,897
use std::convert::Infallible; use axum::{extract::Request, response::IntoResponse, routing::Route}; use tower::{Layer, Service}; use super::describe; use crate::app::AppContext; #[derive(Clone, Default, Debug)] pub struct Routes { pub prefix: Option<String>, pub handlers: Vec<Handler>, // pub version: Opt...
1,919
18,897
586
0.98
2026-04-17T14:30:03.835210
true
github_rustdesk_rustdesk_1bb61943f86506e47111f2e56e72c3e2e01cf829
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/hbbs_http/sync.rs
sync.rs
14,453
use std::{ collections::HashMap, sync::{Arc, Mutex}, time::Duration, }; #[cfg(not(any(target_os = "ios")))] use crate::{ui_interface::get_builtin_option, Connection}; use hbb_common::{ config::{self, keys, Config, LocalConfig}, log, tokio::{self, sync::broadcast, time::Instant}, }; use serde::{...
1,043
14,453
311
0.98
2026-04-17T13:14:19.420439
true
github_Windy3f3f3f3f_claude-code-from-scratch_3570e39f6438b531f4dc5393bc31048c7a9fb87b
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/frontmatter.ts
frontmatter.ts
1,259
// Shared YAML frontmatter parser for memory and skills files. // Handles simple `key: value` pairs between `---` delimiters. export interface FrontmatterResult { meta: Record<string, string>; body: string; } export function parseFrontmatter(content: string): FrontmatterResult { const lines = content.split("\n"...
169
1,259
42
0.98
2026-04-22T17:00:40.793016
true
github_ChatGPTNextWeb_NextChat_0675d925cc05a4baa24fd2b8584871d51c14bdc3
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/locales/fr.ts
fr.ts
20,992
import { SubmitKey } from "../store/config"; import type { PartialLocaleType } from "./index"; import { getClientConfig } from "../config/client"; import { SAAS_CHAT_UTM_URL } from "@/app/constant"; const isApp = !!getClientConfig()?.isApp; const fr: PartialLocaleType = { WIP: "Prochainement...", Error: { Unau...
2,337
20,603
619
0.98
2026-04-23T08:58:13.617921
true
github_ultraworkers_claw-code_842a8eb6bc746a859b5de6c817d33b6bba1c0a54
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/projectOnboardingState.py
projectOnboardingState.py
184
from __future__ import annotations from dataclasses import dataclass @dataclass class ProjectOnboardingState: has_readme: bool has_tests: bool python_first: bool = True
19
184
11
0.98
2026-04-17T13:13:19.096358
true
github_aurelio-labs_semantic-router_f3291750177ab4c70a7f300959f4f59623839fad
JavaScript
aurelio-labs
semantic-router
3,448
325
Superfast AI decision making and intelligent processing of multi-modal data.
[ "ai", "artificial-intelligence", "chatbot", "computer-vision", "generative-ai", "machine-learning", "nlp" ]
MIT
commitlint.config.js
commitlint.config.js
301
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [0, 'never'], 'subject-max-length': [2, 'always', 60], 'type-enum': [2, 'always', ['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'style', 'test']], }, };
29
301
9
0.98
2026-04-22T17:37:59.868796
true
github_keystonejs_keystone-classic_e3bd0e640821a7c610ae406d35b177c3bdb3a6b2
JavaScript
keystonejs
keystone-classic
14,530
2,175
Node.js CMS and web app framework
[ "cms", "javascript", "keystonejs", "nodejs" ]
MIT
lib/core/init.js
init.js
149
/** * Initialises Keystone with the provided options */ function init (options) { this.options(options); return this; } module.exports = init;
20
149
11
0.98
2026-04-23T06:55:14.587847
true
github_claudiajs_claudia_adfde255652e719852654317fa3fdb78c9229f7a
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/tmppath.js
tmppath.js
367
const os = require('os'), uuid = require('uuid'), path = require('path'), fsUtil = require('./fs-util'); module.exports = function tmppath(ext, generator) { 'use strict'; let result; generator = generator || uuid.v4; ext = ext || ''; while (!result || fsUtil.fileExists(result)) { result = path.join(os.tmpdi...
48
367
16
0.98
2026-04-23T07:44:15.374231
true
github_go-gitea_gitea_d2d3eeef1aa20e9be9cea688affc259ec68d8689
TypeScript
go-gitea
gitea
54,955
6,587
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
[ "bitbucket", "cicd", "devops", "docker-registry-v2", "git", "git-gui", "git-lfs", "git-server", "gitea", "github", "github-actions", "gitlab", "go", "golang", "hacktoberfest", "maven-server", "npm-registry", "self-hosted", "typescript", "vue" ]
MIT
vitest.config.ts
vitest.config.ts
552
import {defineConfig} from 'vitest/config'; import vuePlugin from '@vitejs/plugin-vue'; import {stringPlugin} from 'vite-string-plugin'; export default defineConfig({ test: { include: ['web_src/**/*.test.ts'], setupFiles: ['web_src/js/vitest.setup.ts'], environment: 'happy-dom', testTimeout: 20000, ...
49
552
26
0.98
2026-04-17T07:19:34.620853
true
github_rustdesk_rustdesk_14bc963907db553e7c9639b5e5dff40fee38270e
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/ru.rs
ru.rs
68,692
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Статус"), ("Your Desktop", "Ваш рабочий стол"), ("desk_tip", "Ваш рабочий стол доступен с этим ID и паролем."), ("Password", "Пароль"), ("Ready", "Готов"), ...
4,544
49,256
748
0.98
2026-04-17T13:14:39.640280
true
github_aws-amplify_amplify-cli_d41f4c667687667f7c5e871200cfc21c7ff3b516
JavaScript
aws-amplify
amplify-cli
2,876
820
The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
[ "analytics", "api", "authentication", "aws", "aws-amplify", "aws-appsync", "aws-fargate", "aws-lambda", "cli", "fullstack", "graphql", "lambda-functions", "mobile-development", "notifications", "predictions", "serverless", "serverless-containers", "storage", "web-development" ]
Apache-2.0
commitlint.config.js
commitlint.config.js
105
module.exports = { extends: ['@commitlint/config-lerna-scopes', '@commitlint/config-conventional'], };
7
105
4
0.98
2026-04-17T18:06:09.753342
true
github_negomi_react-burger-menu_07049ba3e715eafb0e014957db47ce1be5a8127e
JavaScript
negomi
react-burger-menu
5,089
577
:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
[ "animations", "component", "hamburger-menu", "react", "sidebar", "transitions" ]
MIT
lib/helpers/dom.js
dom.js
1,619
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.focusOnFirstMenuItem = focusOnFirstMenuItem; exports.focusOnLastMenuItem = focusOnLastMenuItem; exports.focusOnCrossButton = focusOnCrossButton; exports.focusOnMenuButton = focusOnMenuButton; exports.focusOnMenuItem = focusOnMenuIte...
126
1,619
65
0.98
2026-04-23T06:13:21.564994
true
github_dagger_dagger_fde0e93f428d90f0b0a1fbe6f3061d8c9d69752f
Go
dagger
dagger
15,670
856
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud
[ "agents", "ai", "caching", "ci-cd", "containers", "continuous-deployment", "continuous-integration", "dag", "dagger", "devops", "docker", "graphql", "workflows" ]
Apache-2.0
cmd/codegen/common.go
common.go
1,376
package main import ( "context" "fmt" "os" "path/filepath" "dagger.io/dagger" "github.com/dagger/dagger/cmd/codegen/generator" ) var ( outputDir string lang string introspectionJSONPath string bundle bool ) func relativeTo(basepath string, tarpath string) (strin...
169
1,376
60
0.98
2026-04-17T10:30:49.632300
true
github_dimforge_rapier_a17bcdf6a1cd3799251feab983d6915c5c746e43
Rust
dimforge
rapier
5,287
342
2D and 3D physics engines focused on performance.
[]
Apache-2.0
src/geometry/contact_pair.rs
contact_pair.rs
23,411
#[cfg(doc)] use super::Collider; use super::CollisionEvent; use crate::alloc_prelude::*; use crate::dynamics::{RigidBodyHandle, RigidBodySet}; use crate::geometry::{ColliderHandle, ColliderSet, Contact, ContactManifold}; use crate::math::{Real, TangentImpulse, Vector}; use crate::pipeline::EventHandler; use crate::prel...
2,577
23,402
630
0.98
2026-04-17T15:15:06.736933
true
github_carloscuesta_gitmoji-cli_ddd57e34b589ae79181d8eb1390db864b0c66521
JavaScript
carloscuesta
gitmoji-cli
4,824
211
A gitmoji interactive cli tool for using emojis on commits. 💻
[ "cli", "emoji", "gitmoji", "gitmoji-cli" ]
MIT
src/utils/filterGitmojis.js
filterGitmojis.js
522
// @flow import Fuse from 'fuse.js' import { type Gitmoji } from '@commands/commit/prompts' export const options = { threshold: 0.5, keys: [ { name: 'name', weight: 0.33 }, { name: 'description', weight: 0.67 } ] } const filterGitmojis = ( input: ?string, gitmojis: A...
68
522
30
0.98
2026-04-23T12:42:41.913727
true
github_dlvhdr_gh-dash_79af55c19edec15d5934a285f3edc2f19a23f368
Go
dlvhdr
gh-dash
11,366
373
A rich terminal UI for GitHub that doesn't break your flow.
[ "bubbles", "bubbletea", "cli", "cobra", "gh-extension", "github", "glamour", "go", "golang", "lipgloss", "terminal", "tui" ]
MIT
internal/data/prapi_test.go
prapi_test.go
1,955
package data import ( "testing" gh "github.com/cli/go-gh/v2/pkg/api" "github.com/stretchr/testify/require" ) func TestClearEnrichmentCache(t *testing.T) { // Save original state originalCachedClient := cachedClient defer func() { cachedClient = originalCachedClient }() t.Run("clears nil cache without pani...
214
1,955
81
0.98
2026-04-17T12:20:08.373976
true
github_axios_axios_7dbe23b9b16816af7f364530f858abdf549ea937
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
index.js
index.js
684
import axios from './lib/axios.js'; // This module is intended to unwrap Axios default export as named. // Keep top-level export same with static properties // so that it can keep same with es module or cjs const { Axios, AxiosError, CanceledError, isCancel, CancelToken, VERSION, all, Cancel, isAxios...
79
684
44
0.98
2026-04-23T06:16:40.871546
true
github_ChatGPTNextWeb_NextChat_850abeef6f4ac6cc90b2cc23b40ecc393501ca09
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/store/mask.ts
mask.ts
3,420
import { BUILTIN_MASKS } from "../masks"; import { getLang, Lang } from "../locales"; import { DEFAULT_TOPIC, ChatMessage } from "./chat"; import { ModelConfig, useAppConfig } from "./config"; import { StoreKey } from "../constant"; import { nanoid } from "nanoid"; import { createPersistStore } from "../utils/store"; ...
368
3,420
139
0.98
2026-04-23T08:58:26.584241
true
github_ChatGPTNextWeb_NextChat_a4937d773eeb8f33bfb8df7424b250b33e42e4f9
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/lib/audio.ts
audio.ts
6,833
export class AudioHandler { private context: AudioContext; private mergeNode: ChannelMergerNode; private analyserData: Uint8Array; public analyser: AnalyserNode; private workletNode: AudioWorkletNode | null = null; private stream: MediaStream | null = null; private source: MediaStreamAudioSourceNode | nul...
633
6,833
201
0.98
2026-04-23T08:58:09.093949
true
github_pathwaycom_pathway_51a55bdecd8fe83c895bd7cc1964ff75627cfe53
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/lib.rs
lib.rs
717
// Copyright © 2026 Pathway #![warn(clippy::pedantic)] #![warn(clippy::cargo)] #![allow(clippy::must_use_candidate)] // too noisy // FIXME: #![allow(clippy::result_large_err)] // Too noisy, around 250 warnings across the codebase. Fix gradually. #![allow(clippy::missing_errors_doc)] #![allow(clippy::missing_panics_doc...
75
716
33
0.98
2026-04-23T04:40:46.054013
true
github_VictoriaMetrics_VictoriaMetrics_5b78d2fd3281f9e6aaa37971a220e40cda1ff61f
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/bytesutil/internstring.go
internstring.go
4,119
package bytesutil import ( "flag" "maps" "strings" "sync" "sync/atomic" "time" "github.com/VictoriaMetrics/VictoriaMetrics/lib/fasttime" "github.com/VictoriaMetrics/VictoriaMetrics/lib/timeutil" ) var ( internStringMaxLen = flag.Int("internStringMaxLen", 500, "The maximum length for strings to intern. A low...
469
4,119
153
0.98
2026-04-17T10:20:52.939839
true
github_nightwatchjs_nightwatch_8220c18ce794449e760014171e8decba65772a4d
JavaScript
nightwatchjs
nightwatch
11,945
1,404
Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
[ "automated-testing", "chromedriver", "end-to-end-testing", "hacktoberfest", "javascript", "nightwatch", "nightwatchjs", "nodejs", "selenium", "selenium-server", "selenium-webdriver", "testing", "w3c-webdriver", "webdriver" ]
MIT
lib/page-object/section.js
section.js
1,686
const Element = require('../element'); const CommandWrapper = require('./command-wrapper.js'); const ScopedElementAPILoader = require('../api/_loaders/element-api'); /** * Class that all sections subclass from * * @param {Object} definition User-defined section options defined in page object * @param {Object} opti...
147
1,686
55
0.98
2026-04-23T06:58:38.418201
true
github_crablang_crab_647d8358840158c6a1cf5a6721932ba859503975
Rust
crablang
crab
5,094
62
A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!
[]
NOASSERTION
src/librustdoc/scrape_examples.rs
scrape_examples.rs
13,271
//! This module analyzes crates to find call sites that can serve as examples in the documentation. use crate::clean; use crate::config; use crate::formats; use crate::formats::renderer::FormatRenderer; use crate::html::render::Context; use rustc_data_structures::fx::FxHashMap; use rustc_hir::{ self as hir, i...
1,177
13,271
365
0.98
2026-04-17T15:19:36.379381
true
github_matplotlib_matplotlib_2f2a258d568c16c93f85442bcba352429b1b4e1e
Python
matplotlib
matplotlib
22,719
8,317
matplotlib: plotting with Python
[ "data-science", "data-visualization", "gtk", "matplotlib", "plotting", "python", "qt", "tk", "wx" ]
UNKNOWN
lib/matplotlib/font_manager.py
font_manager.py
65,813
""" A module for finding, managing, and using fonts across platforms. This module provides a single `FontManager` instance, ``fontManager``, that can be shared across backends and platforms. The `findfont` function returns the best TrueType (TTF) font file in the local or system font path that matches the specified `...
6,825
65,807
1,857
0.98
2026-04-17T16:37:14.868866
true
github_axios_axios_8629ad055baf306456c3d89acd1198bb99446c12
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/core/settle.js
settle.js
880
'use strict'; import AxiosError from './AxiosError.js'; /** * Resolve or reject a Promise based on response status. * * @param {Function} resolve A function that resolves the promise. * @param {Function} reject A function that rejects the promise. * @param {object} response The response. * * @returns {object} ...
99
880
32
0.98
2026-04-23T06:16:47.346481
true
github_ultraworkers_claw-code_9f802bfae5b1a6d6607b16b01daccc6d2e0bc8c9
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/system_init.py
system_init.py
698
from __future__ import annotations from .commands import built_in_command_names, get_commands from .setup import run_setup from .tools import get_tools def build_system_init_message(trusted: bool = True) -> str: setup = run_setup(trusted=trusted) commands = get_commands() tools = get_tools() lines = ...
66
698
24
0.98
2026-04-17T13:13:25.714857
true
github_reacherhq_check-if-email-exists_f8644d5966e95a1a16f993b88e3dddba505d4e3a
Rust
reacherhq
check-if-email-exists
8,584
610
Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
[ "email", "email-validation", "email-validation-api", "email-verification", "email-verification-api", "email-verifier", "hacktoberfest" ]
NOASSERTION
core/src/lib.rs
lib.rs
8,799
// check-if-email-exists // Copyright (C) 2018-2023 Reacher // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published // by the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. ...
1,066
8,799
282
0.98
2026-04-17T14:31:04.816543
true
github_panjf2000_gnet_b29f5f9c3cda238215281068f01d4d06fda6ef05
Go
panjf2000
gnet
11,130
1,104
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
[ "async", "asynchronous", "epoll", "event-driven", "event-loop", "go", "golang", "goroutine", "io", "kqueue", "network", "networking", "non-blocking", "reactor", "tcp", "udp" ]
Apache-2.0
pkg/netpoll/defs_poller_netbsd.go
defs_poller_netbsd.go
783
// Copyright (c) 2024 The Gnet Authors. 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 ...
129
783
22
0.98
2026-04-17T12:23:33.704953
true
github_LaurentMazare_tch-rs_6338ef0a60a5a52961c2a40f1c3614f268bc03bf
Rust
LaurentMazare
tch-rs
5,352
419
Rust bindings for the C++ api of PyTorch.
[ "deep-learning", "machine-learning", "neural-network", "pytorch", "rust" ]
Apache-2.0
src/vision/alexnet.rs
alexnet.rs
1,696
//! AlexNet. //! <https://arxiv.org/abs/1404.5997> use crate::{nn, nn::Conv2D, nn::ModuleT, Tensor}; fn conv2d(p: nn::Path, c_in: i64, c_out: i64, ksize: i64, padding: i64, stride: i64) -> Conv2D { let conv2d_cfg = nn::ConvConfig { stride, padding, ..Default::default() }; nn::conv2d(p, c_in, c_out, ksize, conv...
192
1,696
45
0.98
2026-04-17T15:04:10.732994
true
github_google_oss-fuzz-gen_13c9f98facc8c9fa62cc269b82456f4e096d8032
Python
google
oss-fuzz-gen
1,387
219
LLM powered fuzzing via OSS-Fuzz.
[ "ai", "fuzzing", "llm", "security" ]
Apache-2.0
run_one_experiment.py
run_one_experiment.py
14,551
#!/usr/bin/env python3 # Copyright 2024 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 ...
1,103
14,551
362
0.98
2026-04-22T16:40:07.737922
true
github_sharkdp_bat_63b0531aa8689bfb6ccbb48157a2fa16a0ab2a6e
Rust
sharkdp
bat
58,255
1,524
A cat(1) clone with wings.
[ "cli", "command-line", "git", "hacktoberfest", "rust", "syntax-highlighting", "terminal", "tool" ]
Apache-2.0
src/assets/assets_metadata.rs
assets_metadata.rs
2,846
use std::fs::File; use std::path::Path; use std::time::SystemTime; use semver::Version; use serde_derive::{Deserialize, Serialize}; use crate::error::*; #[derive(Debug, PartialEq, Eq, Default, Serialize, Deserialize)] pub struct AssetsMetadata { bat_version: Option<String>, creation_time: Option<SystemTime>,...
281
2,846
83
0.98
2026-04-17T13:16:47.623178
true
github_loft-sh_vcluster_982375b5363e74cf4936454fe4f077da25beb301
Go
loft-sh
vcluster
11,094
569
vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
[ "cloud-native", "helm", "k3s", "k8s", "kubectl", "kubernetes", "multi-tenancy", "platform-engineering", "vcluster", "virtual-clusters" ]
Apache-2.0
pkg/etcd/util.go
util.go
2,805
package etcd import ( "context" "crypto/tls" "fmt" "strings" "time" clientv3 "go.etcd.io/etcd/client/v3" "go.uber.org/zap" "k8s.io/apimachinery/pkg/util/wait" certutil "k8s.io/client-go/util/cert" "k8s.io/klog/v2" ) const ( waitForClientTimeout = time.Minute * 10 ) type Certificates struct { CaCert ...
346
2,805
109
0.98
2026-04-17T12:24:37.205547
true
github_alibaba_sentinel-golang_471d41d53dd9f673e23a8e8363a5f3a5361a5e0c
Go
alibaba
sentinel-golang
2,950
453
Sentinel Go enables reliability and resiliency for Go microservices
[ "cloud-native", "go", "golang", "microservice", "microservices", "middleware", "rate-limiting", "resiliency" ]
Apache-2.0
core/isolation/rule_manager_test.go
rule_manager_test.go
5,490
// Copyright 1999-2020 Alibaba Group Holding Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
597
5,490
226
0.98
2026-04-18T00:58:20.423018
true
github_ahmetb_kubectx_78704c4550502e9963b8a7d41b5ce6b48cd8c39a
Go
ahmetb
kubectx
19,651
1,368
Faster way to switch between clusters and namespaces in kubectl
[ "kubectl", "kubectl-plugins", "kubernetes", "kubernetes-clusters" ]
Apache-2.0
cmd/kubectx/isolated_shell_guard.go
isolated_shell_guard.go
574
package main import ( "fmt" "os" "github.com/ahmetb/kubectx/internal/env" "github.com/ahmetb/kubectx/internal/kubeconfig" ) func checkIsolatedMode() error { if os.Getenv(env.EnvIsolatedShell) != "1" { return nil } kc := new(kubeconfig.Kubeconfig).WithLoader(kubeconfig.DefaultLoader) defer kc.Close() if e...
66
574
25
0.98
2026-04-17T09:33:01.962983
true
github_rvben_rumdl_17192929139d82101cb5640c1f57d070c6712090
Rust
rvben
rumdl
1,039
44
Fast Markdown linter and formatter written in Rust
[ "cli", "developer-tools", "formatter", "linter", "markdown", "rust" ]
MIT
src/rules/md025_single_title.rs
md025_single_title.rs
44,898
/// Rule MD025: Document must have a single top-level heading /// /// See [docs/md025.md](../../docs/md025.md) for full documentation, configuration, and examples. use crate::rule::{Fix, LintError, LintResult, LintWarning, Rule, RuleCategory, Severity}; use crate::types::HeadingLevel; use crate::utils::range_utils::cal...
4,012
44,878
1,039
0.98
2026-04-17T19:37:25.451704
true
github_paperless-ngx_paperless-ngx_8f346e36c400fb158c217e273772f904efef4202
Python
paperless-ngx
paperless-ngx
39,749
2,569
A community-supported supercharged document management system: scan, index and archive all your documents
[ "angular", "archiving", "django", "dms", "document-management", "document-management-system", "hacktoberfest", "machine-learning", "ocr", "optical-character-recognition", "pdf" ]
GPL-3.0
src/documents/tasks.py
tasks.py
28,115
import datetime import logging import shutil import uuid import zipfile from collections.abc import Callable from pathlib import Path from tempfile import TemporaryDirectory from tempfile import mkstemp from celery import Task from celery import shared_task from django.conf import settings from django.contrib.contentt...
1,810
28,109
768
0.98
2026-04-22T13:33:52.484791
true
github_ultraworkers_claw-code_26e8dee7a2e5587ff75d3bf30c30eba848b3d42b
Python
ultraworkers
claw-code
185,575
108,568
The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.
[]
UNKNOWN
src/query.py
query.py
193
from __future__ import annotations from dataclasses import dataclass @dataclass(frozen=True) class QueryRequest: prompt: str @dataclass(frozen=True) class QueryResponse: text: str
18
193
14
0.98
2026-04-17T13:13:19.423966
true
github_pathwaycom_pathway_ef84863e2d21c5460a6b1c7a87cb385c86e44a10
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/rabbitmq.rs
rabbitmq.rs
17,652
// Copyright © 2026 Pathway use arcstr::ArcStr; use log::error; use std::borrow::Cow; use std::collections::HashMap; use std::sync::atomic::{AtomicUsize, Ordering}; use std::sync::{Arc, Mutex}; use std::time::{Duration, Instant}; use futures::StreamExt; use rabbitmq_stream_client::error::{ ConsumerCreateError, Co...
1,338
17,651
462
0.98
2026-04-23T04:40:33.546099
true
github_coaidev_coai_98a633c2652da92014c274d6c5756d89590c9e1f
JavaScript
coaidev
coai
9,081
1,202
🚀 Next Generation Multi-tenant AI One-Stop Solution. Builtin Admin & Billing System. Enterprise-Grade Unified LLM Gateway Support for 200+ Models And 35+ Providers, Load Balacing w/ Priority-base Routing, Cost Management, Chat Share, Cloud Sync, Credit/Subscription Billing, All File Parsing, Web Search, Built-in Model...
[ "ai-gateway", "api", "chat", "chatgpt", "cross-platform", "gemini", "golang", "llm-gateway", "openai", "proxy", "react" ]
Apache-2.0
app/public/service.js
service.js
532
const SERVICE_NAME = "coai"; self.addEventListener('activate', function (event) { console.debug("[service] service worker activated"); }); self.addEventListener('install', function (event) { event.waitUntil( caches.open(SERVICE_NAME) .then(function (cache) { return cache.addAll([]); }) ...
43
532
25
0.98
2026-04-17T17:57:17.373804
true
github_jbexta_AgentPilot_a9b60253c6fced25fb48ec605b62308a5b8349c4
Python
jbexta
AgentPilot
549
77
A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows.
[ "agent", "agi", "ai", "artificial-intelligence", "claude", "copilot", "copilot-chat", "desktop-assistant", "gemini", "gui", "openai", "python", "realtime-api", "structured-output", "tool-calling", "windows-copilot", "workflow-automation", "workflow-engine" ]
AGPL-3.0
src/system/plugins.py
plugins.py
6,794
from src.members.agent import AgentSettings from src.members.block import TextBlockSettings, CodeBlockSettings, PromptBlockSettings, TextBlock, CodeBlock, \ PromptBlock, ModuleBlock, ModuleBlockSettings, ModuleMethodSettings, ModuleVariableSettings from src.members.model import VoiceModel, VoiceModelSettings, Imag...
484
6,794
207
0.98
2026-04-23T01:20:28.254831
true
github_brianlovin_briOS_d30cfa3fddf308cea78b826b0ed023a6653fb14e
TypeScript
brianlovin
briOS
2,250
252
My personal website.
[ "apollo", "graphql", "javascript", "nextjs", "planetscale", "prisma", "react", "styled-components" ]
UNKNOWN
src/lib/user-hash.ts
user-hash.ts
1,686
import { createHash } from "crypto"; let cachedSalt: string | null = null; function getHashSalt(): string { if (cachedSalt) return cachedSalt; const salt = process.env.LIKES_HASH_SALT; if (!salt && process.env.NODE_ENV === "production") { throw new Error("LIKES_HASH_SALT environment variable must be set in...
199
1,686
63
0.98
2026-04-18T01:40:12.035182
true
github_gravitational_teleport_f44cc28b13136c4e092aa7fdc8f8b72ee56d0d33
Go
gravitational
teleport
20,148
2,044
The easiest, and most secure way to access and protect all of your infrastructure.
[ "audit", "bastion", "certificate", "cluster", "database-access", "firewall", "firewalls", "go", "golang", "jumpserver", "kubernetes", "kubernetes-access", "pam", "postgres", "rbac", "rdp", "security", "ssh", "teleport", "teleport-binaries" ]
AGPL-3.0
api/types/cert_authority_override.go
cert_authority_override.go
1,028
// Copyright 2026 Gravitational, 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 agre...
152
1,028
30
0.98
2026-04-17T09:30:15.891461
true
github_bigint_hey_4b5811b2ea4f9a018f27e3c023fa667aa2846f7b
TypeScript
bigint
hey
29,463
1,807
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
[ "blockchain", "crypto", "dapp", "graphql", "hacktoberfest", "lens-protocol", "nextjs", "react", "social-media", "tailwindcss", "turborepo", "typescript", "vitest", "wagmi", "web3" ]
GPL-3.0
src/helpers/humanize.ts
humanize.ts
114
const humanize = (n: number): string => Number.isFinite(n) ? n.toLocaleString() : ""; export default humanize;
15
114
5
0.98
2026-04-18T01:23:09.664921
true
github_redux-offline_redux-offline_425c8334c35e427137f26bf925eaf8523af71d2b
JavaScript
redux-offline
redux-offline
6,136
393
Build Offline-First Apps for Web and React Native
[ "hacktoberfest", "offline-capable", "react", "react-native", "redux" ]
MIT
src/defaults/offlineStateLens.js
offlineStateLens.js
251
// @flow export default (state: any) => { const { offline, ...rest } = state; return { get: offline, set: (offlineState: any) => typeof offlineState === 'undefined' ? rest : { offline: offlineState, ...rest } }; };
37
251
12
0.98
2026-04-23T06:04:14.501010
true
github_socketstream_socketstream_d7954e0260d3b1117b8c04e701270f9bf6bd1cbf
JavaScript
socketstream
socketstream
3,522
280
A framework for Realtime Web Apps
[ "nodejs", "realtime" ]
MIT
lib/session/session.js
session.js
2,566
/*! * Connect - session - Session * Copyright(c) 2010 Sencha Inc. * Copyright(c) 2011 TJ Holowaychuk * MIT Licensed */ 'use strict'; /** * Expose Session. */ module.exports = Session; /** * Create a new `Session` with the given request and `data`. * * @param {IncomingRequest} req * @param {Object} data *...
348
2,566
125
0.98
2026-04-23T07:51:05.044334
true
github_huggingface_transformers_4f58a230e352eb121a81ee4f8edd6c849c681422
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/configuration_utils.py
configuration_utils.py
63,447
# Copyright 2018 The Google AI Language Team Authors and The HuggingFace Inc. team. # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the Licens...
6,349
63,447
1,356
0.98
2026-04-22T13:17:48.085361
true
github_axios_axios_938da5c1640963c3727aaf7a85b9d148648eaedd
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/bind.js
bind.js
444
'use strict'; /** * Create a bound version of a function with a specified `this` context * * @param {Function} fn - The function to bind * @param {*} thisArg - The value to be passed as the `this` parameter * @returns {Function} A new function that will call the original function with the specified `this` context...
73
444
15
0.98
2026-04-23T06:16:50.997718
true
github_kgateway-dev_kgateway_e593eecad59b948d1a663f46a6354853576c457c
Go
kgateway-dev
kgateway
5,451
736
The Cloud-Native API Gateway and AI Gateway
[ "api-gateway", "api-management", "cloud-native", "envoy", "envoy-proxy", "grpc", "hybrid-apps", "kubernetes", "kubernetes-ingress-controller", "legacy-apps", "microservices", "serverless" ]
Apache-2.0
pkg/krtcollections/option_test.go
option_test.go
2,366
package krtcollections import ( "testing" "github.com/stretchr/testify/assert" "istio.io/istio/pkg/kube/krt" "istio.io/istio/pkg/util/smallset" gwv1 "sigs.k8s.io/gateway-api/apis/v1" "github.com/kgateway-dev/kgateway/v2/api/settings" "github.com/kgateway-dev/kgateway/v2/pkg/pluginsdk/ir" "github.com/kgateway...
146
2,366
66
0.98
2026-04-17T21:26:45.314267
true
github_iotexproject_iotex-core_6394cccce8c9135a77967a0a43d780f6ba327d48
Go
iotexproject
iotex-core
1,611
368
Official implementation of IoTeX blockchain protocol in Go. An ultra-efficient EVM blockchain offering 1000 TPS with instant 1-block finality. Perfect for DeFi, DePIN tokenomics, Identities, and any trusted logic requiring Web3 composability
[ "blockchain", "crypto", "cryptography", "depin", "distributed-systems", "internet-of-everything", "internet-of-things", "machinefi" ]
Apache-2.0
api/web3server_utils.go
web3server_utils.go
21,802
package api import ( "context" "encoding/hex" "encoding/json" "fmt" "math/big" "strconv" "time" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth/tracers" "github.com/ethereum/go-ethereum...
2,353
21,802
770
0.98
2026-04-17T16:55:37.647842
true
github_sindresorhus_fkill-cli_22733271b527f532e0cba7688e1d326a0dbe00f9
JavaScript
sindresorhus
fkill-cli
6,987
164
Fabulously kill processes. Cross-platform.
[ "cli", "cli-app", "cross-platform", "fabulous", "javascript", "kill", "nodejs", "process", "unicorns" ]
MIT
test.js
test.js
3,266
import process from 'node:process'; import childProcess from 'node:child_process'; import test from 'ava'; import {execa} from 'execa'; import delay from 'delay'; import noopProcess from 'noop-process'; import {processExists} from 'process-exists'; import getPort from 'get-port'; const noopProcessKilled = async (t, pi...
395
3,266
100
0.98
2026-04-23T07:16:34.199108
true
github_danielmiessler_Fabric_5fc461fb82c8891d205d50b8599c8c3a2bb39dd6
Go
danielmiessler
Fabric
40,961
4,078
Fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
[ "ai", "augmentation", "flourishing", "life", "work" ]
MIT
cmd/generate_changelog/main.go
main.go
4,620
package main import ( "fmt" "os" "path/filepath" "github.com/danielmiessler/fabric/cmd/generate_changelog/internal" "github.com/danielmiessler/fabric/cmd/generate_changelog/internal/changelog" "github.com/danielmiessler/fabric/cmd/generate_changelog/internal/config" "github.com/danielmiessler/fabric/cmd/genera...
484
4,620
118
0.98
2026-04-23T15:45:30.631758
true
github_cloudreve_cloudreve_9664afba73699962b8673376e27f92617be0701c
Go
cloudreve
cloudreve
27,379
3,822
🌩 Self-hosted file management and sharing system, supports multiple storage providers
[ "cloud", "cloud-storage", "cloudreve", "file", "file-manager", "file-sharing", "golang" ]
GPL-3.0
pkg/wopi/wopi.go
wopi.go
3,673
package wopi import ( "context" "errors" "fmt" "github.com/cloudreve/Cloudreve/v4/inventory/types" "net/url" "strings" "time" "github.com/cloudreve/Cloudreve/v4/application/dependency" "github.com/cloudreve/Cloudreve/v4/pkg/cluster/routes" "github.com/cloudreve/Cloudreve/v4/pkg/filemanager/manager" "github...
341
3,673
134
0.98
2026-04-17T08:31:43.483326
true
github_Jguer_yay_683567f54c988b0eb09aa75276f9be3f5a366f70
Go
Jguer
yay
13,356
399
Yet another Yogurt - An AUR Helper written in Go
[ "archlinux", "aur", "aur-completions", "aur-helper", "aur-packages", "pacaur", "pacman", "pkgbuild", "yaourt", "yay" ]
GPL-3.0
pkg/dep/dep.go
dep.go
1,648
package dep import ( "strings" "github.com/Jguer/yay/v12/pkg/db" aur "github.com/Jguer/yay/v12/pkg/query" ) func splitDep(dep string) (pkg, mod, ver string) { split := strings.FieldsFunc(dep, func(c rune) bool { match := c == '>' || c == '<' || c == '=' if match { mod += string(c) } return match })...
236
1,648
88
0.98
2026-04-17T11:22:49.537230
true
github_trunk-rs_trunk_07e6f206b2d344cc6182c2e8c0a2e03048bf0f5c
Rust
trunk-rs
trunk
4,242
315
Build, bundle & ship your Rust WASM application to the web.
[ "assets", "build-tool", "bundler", "compiler", "html", "rust", "sass", "scss", "wasm", "wasm-bindgen" ]
Apache-2.0
src/cmd/serve.rs
serve.rs
8,859
use crate::{ config::{ self, Configuration, models::Proxy, rt::{self, RtcBuilder, RtcServe}, types::{AddressFamily, WsProtocol}, }, serve::ServeSystem, }; use anyhow::{Context, Result}; use axum::http::Uri; use clap::Args; use std::{net::IpAddr, path::PathBuf, sync::Arc}; use...
719
8,859
234
0.98
2026-04-17T17:02:27.662749
true
github_FullAgent_fulling_c855dc126f085a613b585661b4bab45cf45192ca
TypeScript
FullAgent
fulling
2,413
231
Fulling is an AI-powered Full-stack Engineer Agent. Built with Next.js, Claude, shadcn/ui, and PostgreSQL. Use kubernetes as infra.
[ "ai-agent", "claude", "claude-code", "docker", "kubernetes", "llm", "nextjs", "pgsql", "postgresql", "prisma", "react", "shadcn-ui", "typescript", "vibe-coding" ]
MIT
lib/k8s/versions.ts
versions.ts
1,023
import { env } from '@/lib/env' /** * Version configuration for container images and dependencies * IMPORTANT: Always use specific version tags to ensure consistency */ export const VERSIONS = { // Runtime container image version - now using centralized version RUNTIME_IMAGE: env.RUNTIME_IMAGE || 'docker.io/lim...
111
1,023
46
0.98
2026-04-23T10:50:00.945012
true