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_etcd-io_etcd_0ae1548b97cb431329171168259e5b387c384d65
Go
etcd-io
etcd
51,637
10,323
Distributed reliable key-value store for the most critical data of a distributed system
[ "cncf", "consensus", "database", "distributed-database", "distributed-systems", "etcd", "go", "key-value", "kubernetes", "raft" ]
Apache-2.0
api/etcdserverpb/rpc_grpc.pb.go
rpc_grpc.pb.go
85,895
// Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.6.1 // - protoc v3.20.3 // source: rpc.proto package etcdserverpb import ( context "context" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" ) // Th...
8,737
85,895
2,086
0.98
2026-04-17T07:20:02.355292
true
github_testing-library_vue-testing-library_29698a4a00d5b9541d0fb47310e83c9d48a8d9b3
JavaScript
testing-library
vue-testing-library
1,122
113
🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
[ "dom-testing-library", "test", "testing", "testing-tools", "vue", "vue-testing-library", "vuejs" ]
MIT
src/__tests__/button-simple.js
button-simple.js
881
import {render, fireEvent} from '..' import Button from './components/Button' import '@testing-library/jest-dom' test('renders button with text', () => { const text = "Click me; I'm sick" // Set the prop value by using the second argument of `render()`. const {getByRole} = render(Button, { props: {text}, ...
121
881
33
0.98
2026-04-23T12:32:58.087275
true
github_kubernetes-sigs_external-dns_05637f4b49d7a83d726112da731499dd17c3baf2
Go
kubernetes-sigs
external-dns
8,903
2,853
Configure external DNS servers dynamically from Kubernetes resources
[ "aws", "clouddns", "dns", "dns-controller", "dns-providers", "dns-record", "dns-servers", "external-dns", "gcp", "ingress", "k8s-sig-network", "kubernetes", "route53" ]
Apache-2.0
source/istio_virtualservice_test.go
istio_virtualservice_test.go
68,833
/* Copyright 2020 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
5,123
68,829
2,554
0.98
2026-04-17T20:17:16.746255
true
github_4thfever_cultivation-world-simulator_a5bc026176dc8fd67b4d45fa19dda84db2844676
Python
4thfever
cultivation-world-simulator
1,562
180
基于 AI Agent 工作流的修仙世界模拟器,旨在还原智能、开放的仙侠世界。| An open-source Cultivation World Simulator using Agentic Workflow to create a dynamic, emerging Xianxia world.
[ "agentic-workflow", "ai", "ai-agents", "ai-native", "autonomous-agents", "cultivation", "cultivation-game", "game", "llm", "open-source", "procedural-generation", "prompt-engineering", "python", "simulation", "simulation-game", "simulator", "text-based-game", "world-simulation" ]
NOASSERTION
src/classes/language.py
language.py
1,308
from src.i18n.locale_registry import coerce_locale_code, get_default_locale class LanguageManager: def __init__(self): self._current = get_default_locale() @property def current(self) -> str: return self._current def set_language(self, lang_code: str): self._current = coerce_...
98
1,300
48
0.98
2026-04-22T16:34:30.726338
true
github_ChromeDevTools_chrome-devtools-mcp_338bd67941bcd9181de99953356527175240059a
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/snapshot.ts
snapshot.ts
2,178
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {zod} from '../third_party/index.js'; import {ToolCategory} from './categories.js'; import {definePageTool, timeoutSchema} from './ToolDefinition.js'; export const takeSnapshot = definePageTool({ name: 'take_snapshot', ...
244
2,178
75
0.98
2026-04-18T00:21:16.906008
true
github_kubernetes_kube-state-metrics_d99d32a93653f8d98b2ae6c2c7d1d0a53124c5f1
Go
kubernetes
kube-state-metrics
6,112
2,170
Add-on agent to generate and expose cluster-level metrics.
[ "kubernetes", "kubernetes-exporter", "kubernetes-monitoring", "metrics", "monitoring", "observability", "prometheus", "prometheus-exporter" ]
Apache-2.0
internal/store/replicaset_test.go
replicaset_test.go
5,667
/* Copyright 2016 The Kubernetes 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 applicable law or ag...
481
5,667
147
0.98
2026-04-17T20:43:07.512067
true
github_ReFirmLabs_binwalk_d1d97332dc8734218df8fab1ef8526d626e11e36
Rust
ReFirmLabs
binwalk
13,850
1,782
Firmware Analysis Tool
[]
MIT
src/extractors/androidsparse.rs
androidsparse.rs
5,320
use crate::common::is_offset_safe; use crate::extractors::common::{Chroot, ExtractionResult, Extractor, ExtractorType}; use crate::structures::androidsparse; /// Defines the internal extractor function for extracting Android Sparse files /// /// ``` /// use std::io::ErrorKind; /// use std::process::Command; /// use bi...
479
5,320
148
0.98
2026-04-17T14:14:14.822584
true
github_ipfs-shipyard_ipfs-deploy_d7a6cdb2ad17d10848496610b1004a525f82e050
JavaScript
ipfs-shipyard
ipfs-deploy
1,172
119
Zero-Config CLI to Deploy Static Websites to IPFS
[ "cli", "deploying", "dnslink", "ipfs", "need-maintainer", "pinning", "service", "storage" ]
NOASSERTION
src/cli.js
cli.js
5,800
#!/usr/bin/env node // @ts-nocheck /* eslint-disable no-console */ 'use strict' const updateNotifier = require('update-notifier') const yargs = require('yargs') const dotenv = require('dotenv') const { deploy, dnsLinkersMap, pinnersMap } = require('.') const pkg = require('../package.json') const dnsProviders = [....
595
5,798
194
0.98
2026-04-23T12:59:50.975251
true
github_eksctl-io_eksctl_51828740abba3c3f6332d802b672a8b3152f93f7
Go
eksctl-io
eksctl
5,192
1,490
The official CLI for Amazon EKS
[ "amazon-web-services", "aws-cloudformation", "aws-ec2", "aws-eks", "eks", "kubernetes", "kubernetes-cluster", "kubernetes-deployment", "kubernetes-setup" ]
NOASSERTION
pkg/authconfigmap/authconfigmap.go
authconfigmap.go
10,210
// Package authconfigmap allows manipulation of the EKS auth ConfigMap (aws-auth), // which maps IAM entities to Kubernetes groups. // // See for more information: // - https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html // - https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/README.md...
1,283
10,210
333
0.98
2026-04-17T21:34:50.514922
true
github_evmos_ethermint_2402167be71d7b779f51e1825570257e43255330
Go
evmos
ethermint
1,816
588
Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
[ "blockchain", "cosmos-sdk", "ethereum", "evm", "go", "golang" ]
LGPL-3.0
app/ante/eth.go
eth.go
13,285
// Copyright 2021 Evmos Foundation // This file is part of Evmos' Ethermint library. // // The Ethermint library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // ...
1,628
13,285
378
0.98
2026-04-17T16:53:13.278866
true
github_serwist_serwist_751abeaef39e877c6e9ecfce7c91e7ad72e0c757
JavaScript
serwist
serwist
1,401
35
A Swiss Army knife for service workers.
[ "nextjs", "nuxt", "nuxtjs", "offline-first", "progressive-web-app", "pwa", "service-worker", "service-workers", "serwist", "serwistjs", "svelte", "sveltejs", "sveltekit", "sw", "sw-precache", "sw-toolbox", "vite", "vitejs", "webpack" ]
MIT
ncu.js
ncu.js
1,592
import fg from "fast-glob"; import { run } from "npm-check-updates"; /** * Update and then log updated dependencies. * * @param {import("npm-check-updates").RunOptions} runOptions */ const updateAndLog = async (runOptions) => { const upgraded = await run(runOptions); console.log(`Upgraded dependencies for ${ru...
155
1,592
67
0.98
2026-04-23T11:18:39.089397
true
github_directus_directus_b4f846d79f690f5f585e6b674177e57d5db2795a
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/hydrate.test.ts
hydrate.test.ts
2,136
import { useAppStore } from '@directus/stores'; import { createTestingPinia } from '@pinia/testing'; import { setActivePinia } from 'pinia'; import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest'; import { hydrate } from './hydrate'; import { defaultBasemap } from './utils/geometry/basemap'; import ...
247
2,136
77
0.98
2026-04-17T17:54:00.143824
true
github_directus_directus_eaf34cf5b830b7b31bb7ca64c35d761a19f8b05c
TypeScript
directus
directus
34,882
4,723
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
[ "api", "app", "cms", "composable", "data-visualization", "database", "directus", "graphql", "headless-cms", "javascript", "mariadb", "mssql", "mysql", "no-code", "node", "postgresql", "sql", "sqlite", "typescript", "vue" ]
NOASSERTION
api/src/flows.test.ts
flows.test.ts
3,406
import type { Flow } from '@directus/types'; import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest'; vi.mock('@directus/env', () => ({ useEnv: vi.fn().mockReturnValue({ EMAIL_TEMPLATES_PATH: './templates', STORAGE_LOCATIONS: ['local'], REDIS_ENABLED: false, EXTENSIONS_PATH: './extensions',...
319
3,406
150
0.98
2026-04-23T07:57:58.148413
true
github_tnfe_FFCreator_bd06d37ca90456a8166749bef901251d1165e326
JavaScript
tnfe
FFCreator
3,147
436
A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
[ "ffmpeg", "ffmpeg-libraries", "nodejs", "short-video", "video", "video-editor", "video-processing" ]
MIT
lib/node/vtuber.js
vtuber.js
1,878
'use strict'; /** * FFVtuber - A simple virtual anchor component * * ####Example: * * const vtuber = new FFVtuber({ path, x: 320, y: 520, mode: 'video' }); * vtuber.setCutoutColor(90, 200); * * @class */ const FFVideo = require('./video'); class FFVtuber extends FFVideo { constructor(conf = { list:...
256
1,878
96
0.98
2026-04-23T07:54:10.003370
true
github_sharkdp_bat_5b7846c30d7a640bfdbe1f36b09cb9c6b842235d
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/decorations.rs
decorations.rs
4,362
#[cfg(feature = "git")] use crate::diff::LineChange; use crate::printer::{Colors, InteractivePrinter}; use nu_ansi_term::Style; #[derive(Debug, Clone)] pub(crate) struct DecorationText { pub width: usize, pub text: String, } pub(crate) trait Decoration { fn generate( &self, line_number: us...
343
4,358
159
0.98
2026-04-17T13:16:50.016932
true
github_gpujs_gpu.js_1633f0e84aca2eac13e865cfc4b66452d9b5e438
JavaScript
gpujs
gpu.js
15,367
663
GPU Accelerated JavaScript
[ "glsl", "gpgpu", "gpu", "javascript", "math", "nodejs", "webgl" ]
MIT
src/backend/function-builder.js
function-builder.js
20,466
/** * @desc This handles all the raw state, converted state, etc. of a single function. * [INTERNAL] A collection of functionNodes. * @class */ class FunctionBuilder { /** * * @param {Kernel} kernel * @param {FunctionNode} FunctionNode * @param {object} [extraNodeOptions] * @returns {FunctionBuilde...
1,857
20,466
627
0.98
2026-04-23T06:52:10.480283
true
github_adam-mcdaniel_sage_304418765f759cd0acbe226e07c55a944b543758
Rust
adam-mcdaniel
sage
537
17
A programming language that's wise beyond its bytes!🌱🌿🪴
[ "algebraic-data-types", "c", "compiler", "frontend", "mobile", "pattern-matching", "polymorphism", "portable", "rust", "structural-typing", "turing-tarpit", "wasm", "web", "x86-64" ]
MIT
src/lir/env.rs
env.rs
58,931
//! # Environment //! //! This module defines the `Env` type, which is used to store the types, constants, and procedures //! defined in a given scope. It also stores the variables defined in the scope, and the their offsets //! with respect to the frame pointer. use super::{ AssignOp, BinaryOp, Compile, ConstExpr...
5,125
58,931
1,366
0.98
2026-04-17T17:14:53.380494
true
github_marshmallow-code_apispec_758ab1634cb8275863f6f7a5289fa0293182bf09
Python
marshmallow-code
apispec
1,220
191
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
[ "api", "documentation", "flask", "http-api", "json-schema", "marshmallow", "openapi", "openapi-specification", "openapi2", "openapi3", "pluggable", "python", "rest-api", "swagger" ]
MIT
src/apispec/core.py
core.py
27,649
"""Core apispec classes and functions.""" from __future__ import annotations import typing import warnings from collections.abc import Sequence from copy import deepcopy from packaging.version import Version from .exceptions import ( APISpecError, DuplicateComponentNameError, DuplicateParameterError, ...
2,389
27,649
721
0.98
2026-04-23T02:59:03.553472
true
github_gardener_gardener_02fc1dbdc8add3ef1f8b9f92711a79b023c627b3
Go
gardener
gardener
3,366
562
Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes.
[ "cluster", "controller", "extensibility", "gardener", "golang", "hcp", "hosted-control-planes", "hosted-controlplanes", "k8s", "k8s-in-k8s", "kubernetes", "kubernetes-cluster", "kubernetes-in-kubernetes" ]
Apache-2.0
cmd/machine-controller-manager-provider-local/main.go
main.go
2,220
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors // // SPDX-License-Identifier: Apache-2.0 package main import ( "fmt" "os" machinev1alpha1 "github.com/gardener/machine-controller-manager/pkg/apis/machine/v1alpha1" _ "github.com/gardener/machine-controller-manager/pkg/util/...
157
2,220
75
0.98
2026-04-17T22:35:53.247205
true
github_MervinPraison_PraisonAI_0452af2b51136d6a0aff605257e05323669d1449
Python
MervinPraison
PraisonAI
6,951
1,061
PraisonAI 🦞 — Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous agents that research, plan, code, and execute tasks. Deployed in 5 lines of code with built-in memory, RAG, and support for 100+ LLMs.
[ "agents", "ai", "ai-agent-framework", "ai-agent-sdk", "ai-agents", "ai-agents-framework", "ai-agents-sdk", "ai-framwork", "aiagent", "aiagentframework", "aiagents", "aiagentsframework", "claw", "framework", "multi-agent", "multi-agent-system", "multi-agent-systems", "multi-agents",...
MIT
src/praisonai-agents/07_hierarchical_agents_monitoring.py
07_hierarchical_agents_monitoring.py
10,788
""" Hierarchical Agents with Performance Monitoring - Example 7 Demonstrates performance monitoring for hierarchical agent systems: - Manager-worker agent relationships - Task delegation timing - Hierarchical decision making performance - Cross-level communication monitoring Shows how to monitor complex organizationa...
955
10,729
264
0.98
2026-04-17T15:41:01.306436
true
github_c8r_kit_eb95250f77a7aa9c9ff8f708f410519d02660d1f
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/__tests__/util.js
util.js
340
import { flatten } from '../src/util' test('flatten flattens an object', () => { const result = flatten({ red: 'red', gray: { light: ['#fafafa', '#f5f5f5'], dark: ['#555', '#111'] }, brand: { black: 'black', white: 'white', tomato: 'tomato' } }) expect(result).t...
40
340
19
0.98
2026-04-23T12:31:56.270772
true
github_mysteriumnetwork_node_2d3506a24c6a41cca53e2477322663f6a6361f0d
Go
mysteriumnetwork
node
1,186
337
Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
[ "blockchain", "distributed", "distributed-systems", "golang", "networking", "vpn", "vpn-client", "vpn-server", "vpnfree" ]
GPL-3.0
core/connection/stats_publisher.go
stats_publisher.go
2,197
/* * Copyright (C) 2020 The "MysteriumNetwork/node" Authors. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * ...
248
2,197
88
0.98
2026-04-17T16:58:52.650793
true
github_amir20_phantomjs-node_7c40f59cb98d86b492389f04083034efcb4b1a79
JavaScript
amir20
phantomjs-node
3,529
473
PhantomJS integration module for NodeJS
[ "javascript", "nodejs", "phantomjs", "phantomjs-process" ]
ISC
src/phantom.js
phantom.js
11,481
// @flow import phantomjs from 'phantomjs-prebuilt'; import { spawn } from 'child_process'; import os from 'os'; import path from 'path'; import split from 'split'; import winston from 'winston'; import EventEmitter from 'events'; import Page from './page'; import Command from './command'; import OutObject from './out...
1,299
11,481
369
0.98
2026-04-23T07:50:10.842600
true
github_Automattic_mongoose_85466a107a32ef312c49416de8eaae287ec3ac01
JavaScript
Automattic
mongoose
27,471
3,979
MongoDB object modeling designed to work in an asynchronous environment.
[ "mongo", "mongodb", "nodejs", "odm", "orm" ]
MIT
lib/helpers/isMongooseObject.js
isMongooseObject.js
550
'use strict'; const isMongooseArray = require('../types/array/isMongooseArray').isMongooseArray; /** * Returns if `v` is a mongoose object that has a `toObject()` method we can use. * * This is for compatibility with libs like Date.js which do foolish things to Natives. * * @param {any} v * @api private */ mod...
82
550
23
0.98
2026-04-23T06:42:27.972502
true
github_bigint_hey_d82ec9909f42b3ec70f2f42fd2d01e81f83d6dbf
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/getPostData.ts
getPostData.ts
2,309
import { PLACEHOLDER_IMAGE } from "@/data/constants"; import type { PostMetadataFragment } from "@/indexer/generated"; import type { AttachmentData, MetadataAsset } from "@/types/misc"; import getAttachmentsData from "./getAttachmentsData"; import sanitizeDStorageUrl from "./sanitizeDStorageUrl"; const getPostData = (...
179
2,309
80
0.98
2026-04-18T01:23:07.384093
true
github_plastic-labs_honcho_0b25e126b2d2231db28b9816d47dadf7b83d003a
Python
plastic-labs
honcho
2,772
316
Memory library for building stateful agents
[ "agent-memory", "ai", "ai-agents", "ai-memory", "anthropic", "context-engineering", "continual-learning", "embeddings", "fastapi", "langchain", "llm", "long-term-memory", "memory", "openai", "personalization", "python", "rag", "state-management", "typescript", "vector-database"...
AGPL-3.0
src/telemetry/metrics_collector.py
metrics_collector.py
11,738
""" Global metrics collector for aggregating performance metrics across benchmark runs. This module provides functionality to collect, aggregate, and export performance metrics from deriver and dialectic operations during benchmarking. """ import json import logging import statistics from datetime import datetime fro...
1,089
11,738
368
0.98
2026-04-22T15:35:00.652463
true
github_Kiln-AI_Kiln_4d2748fe0383ed0d7e7ec0c75be4808379f81164
JavaScript
Kiln-AI
Kiln
4,755
353
Build, Evaluate, and Optimize AI Systems. Includes evals, RAG, agents, fine-tuning, synthetic data generation, dataset management, MCP, and more.
[ "ai", "chain-of-thought", "collaboration", "dataset-generation", "evals", "evaluation", "evaluation-framework", "fine-tuning", "machine-learning", "macos", "mcp", "ml", "ollama", "openai", "prompt", "prompt-engineering", "python", "rlhf", "synthetic-data", "windows" ]
NOASSERTION
app/web_ui/svelte.config.js
svelte.config.js
342
import adapter from "@sveltejs/adapter-static" import { vitePreprocess } from "@sveltejs/vite-plugin-svelte" /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { adapter: adapter({ fallback: "404.html", }), }, prerender: { default: true, }, preprocess: vitePreprocess(), } ...
37
342
18
0.98
2026-04-17T15:47:36.905152
true
github_Usagi-org_ai-goofish-monitor_79424092ec5e6ee3b21b64f8f3c00e202f626aa5
Python
Usagi-org
ai-goofish-monitor
11,045
1,582
基于 Playwright 和AI实现的闲鱼多任务实时/定时监控与智能分析系统,配备了功能完善的后台管理UI。帮助用户从闲鱼海量商品中,找到心仪产品。
[ "ai", "ai-assistant", "ai-tools", "automation", "gemini", "goofish", "open-source", "openai", "playwright", "tool", "xian-yu", "xianyu", "xianyu-bot" ]
MIT
src/services/task_generation_service.py
task_generation_service.py
4,745
""" 任务生成作业服务 """ import asyncio from copy import deepcopy import threading from typing import Awaitable, Dict, Iterable, Optional from uuid import uuid4 from src.domain.models.task import Task from src.domain.models.task_generation import TaskGenerationJob, TaskGenerationStep DEFAULT_GENERATION_STEPS: tuple[tuple[str...
384
4,597
139
0.98
2026-04-22T17:13:43.120093
true
github_kubevela_kubevela_95f2e75d64c70210fff57c1135eca111a17f6716
Go
kubevela
kubevela
7,735
985
The Modern Application Platform.
[ "application", "cloudnative", "cncf", "continuous-delivery", "control-plane", "cue", "hacktoberfest", "helm", "hybridcloud", "kubernetes", "microservices", "multicloud", "multicluster", "oam", "paas", "serverless", "trait", "workloads" ]
Apache-2.0
pkg/cue/convert_test.go
convert_test.go
7,754
/* Copyright 2021 The KubeVela 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, so...
876
7,754
220
0.98
2026-04-17T20:23:30.756156
true
github_canopy-network_canopy_acd2ffd9e8a33cd2cbb2b32481606a2574352d9a
Go
canopy-network
canopy
10,008
13,358
The official go implementation of the Canopy Network protocol
[ "auto-scaling-architecture", "layerless-blockchain-creator", "mesh-security-provider", "permissionless-interoperability", "recursive-cloning-model" ]
MIT
lib/crypto/ecdh_test.go
ecdh_test.go
2,822
package crypto import ( "bytes" "github.com/stretchr/testify/require" "testing" ) func TestSharedSecret(t *testing.T) { // generate a standard ed25519 private key p1, err := NewEd25519PrivateKey() require.NoError(t, err) // generate a second ed25519 private key p2, err := NewEd25519PrivateKey() require.NoErr...
321
2,822
110
0.98
2026-04-17T12:48:20.529090
true
github_gastownhall_beads_9f850191dab4f9399443dceb63585976564f0863
Go
gastownhall
beads
20,845
1,396
Beads - A memory upgrade for your coding agent
[ "agents", "claude-code", "coding" ]
MIT
cmd/bd/config_apply.go
config_apply.go
8,791
package main import ( "fmt" "os" "github.com/spf13/cobra" "github.com/steveyegge/beads/internal/beads" "github.com/steveyegge/beads/internal/config" "github.com/steveyegge/beads/internal/doltserver" "github.com/steveyegge/beads/internal/git" "github.com/steveyegge/beads/internal/storage/doltutil" ) // ApplyR...
1,029
8,773
334
0.98
2026-04-17T09:23:39.624280
true
github_grafana_loki_3c99742452b152ba3a3b77aaefb52d79a4e7a3f8
Go
grafana
loki
28,006
3,976
Like Prometheus, but for logs.
[ "cloudnative", "grafana", "hacktoberfest", "logging", "loki", "prometheus" ]
AGPL-3.0
pkg/compactor/index_set.go
index_set.go
11,597
package compactor import ( "context" "fmt" "io" "os" "path/filepath" "strings" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" "github.com/grafana/loki/v3/pkg/compactor/deletion" "github.com/grafana/loki/v3/pkg/compactor/retent...
1,387
11,597
377
0.98
2026-04-17T08:28:35.279833
true
github_axios_axios_9cb9d7c6316624f3682378548d93a26a157d0ba8
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/buildFullPath.js
buildFullPath.js
784
'use strict'; import isAbsoluteURL from '../helpers/isAbsoluteURL.js'; import combineURLs from '../helpers/combineURLs.js'; /** * Creates a new URL by combining the baseURL with the requestedURL, * only when the requestedURL is not already an absolute URL. * If the requestURL is absolute, this function returns the...
100
784
23
0.98
2026-04-23T06:16:46.449432
true
github_pubkey_rxdb_5bff0e3dbf4aef7bc70736dded6fc1473a3d6bd0
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/types/rx-schema.d.ts
rx-schema.d.ts
7,246
import { AsTyped } from 'as-typed'; import type { CRDTSchemaOptions } from './plugins/crdt.d.ts'; import type { StringKeys } from './util.d.ts'; /** * @link https://github.com/types/lib-json-schema/blob/master/v4/index.d.ts */ export type JsonSchemaTypes = 'array' | 'boolean' | 'integer' | 'number' | 'null' | 'objec...
915
7,246
215
0.98
2026-04-18T01:24:16.259180
true
github_BMW-InnovationLab_BMW-YOLOv4-Training-Automation_ad7732fb41af88964a7617a94725336fe621cb12
Python
BMW-InnovationLab
BMW-YOLOv4-Training-Automation
654
125
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or ...
[ "alexeyab-darknet", "automation", "computervision", "darknet", "deep-learning", "deeplearning", "docker", "gui", "monitoring", "neural-network", "no-code", "object-detection", "objectdetection", "rest-api", "tensorboard", "yolo", "yolo-gui", "yolo-tensorboard", "yolov3", "yolov...
BSD-3-Clause
src/train_darknetv4.py
train_darknetv4.py
17,193
import os import json import socket import shutil import logging import subprocess from train import Coach from pathlib import Path from yolo_utils import * from train_utils import * from PIL import Image, JpegImagePlugin from logging.handlers import RotatingFileHandler class DarknetCoachV4(Coach): # ----------...
1,072
17,193
413
0.98
2026-04-23T03:58:14.720825
true
github_niri-wm_niri_f4b4f861e02e10333dd7ec572479a15f90e3e37a
Rust
niri-wm
niri
22,641
820
A scrollable-tiling Wayland compositor.
[ "rust", "smithay", "tiling-window-manager", "wayland", "wayland-compositor" ]
GPL-3.0
src/render_helpers/xray.rs
xray.rs
13,821
use std::array; use std::cell::RefCell; use std::rc::Rc; use glam::{Mat3, Vec2}; use niri_config::CornerRadius; use smithay::backend::renderer::element::{Element, Id, RenderElement}; use smithay::backend::renderer::gles::{ GlesError, GlesFrame, GlesRenderer, GlesTexProgram, Uniform, }; use smithay::backend::render...
1,152
13,821
383
0.98
2026-04-17T13:35:55.371585
true
github_farion1231_cc-switch_5d9710233900aee9e3f2172f4eae96d94cf4a607
TypeScript
farion1231
cc-switch
46,404
2,957
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.
[ "ai-tools", "claude-code", "codex", "desktop-app", "mcp", "minimax", "omo", "open-source", "openclaw", "openclaw-ui", "opencode", "provider-management", "rust", "skills", "skills-management", "tauri", "typescript", "wsl-support" ]
MIT
src/hooks/useSessionSearch.ts
useSessionSearch.ts
1,819
import { useCallback, useMemo } from "react"; import FlexSearch from "flexsearch"; import type { SessionMeta } from "@/types"; interface UseSessionSearchOptions { sessions: SessionMeta[]; providerFilter: string; } interface UseSessionSearchResult { search: (query: string) => SessionMeta[]; } /** * 使用 FlexSear...
179
1,759
73
0.98
2026-04-17T13:18:53.283462
true
github_farion1231_cc-switch_764bfa295a34ff8d1f14b2dbe36db8304af56a5e
TypeScript
farion1231
cc-switch
46,404
2,957
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.
[ "ai-tools", "claude-code", "codex", "desktop-app", "mcp", "minimax", "omo", "open-source", "openclaw", "openclaw-ui", "opencode", "provider-management", "rust", "skills", "skills-management", "tauri", "typescript", "wsl-support" ]
MIT
src/hooks/useOpenClaw.ts
useOpenClaw.ts
4,247
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; import { openclawApi } from "@/lib/api/openclaw"; import { providersApi } from "@/lib/api/providers"; import type { OpenClawEnvConfig, OpenClawToolsConfig, OpenClawAgentsDefaults, } from "@/types"; /** * Centralized query keys for al...
429
4,247
145
0.98
2026-04-17T13:18:51.295179
true
github_ZhuLinsen_daily_stock_analysis_8b87cd485211e822329eb94e99b322637dff9f18
Python
ZhuLinsen
daily_stock_analysis
30,272
30,966
LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.
[ "agent", "ai", "aigc", "gemini", "llm", "quant", "quantitative-trading", "rag", "stock" ]
MIT
src/utils/analysis_metadata.py
analysis_metadata.py
271
# -*- coding: utf-8 -*- """ Shared metadata constants for analysis requests. """ from __future__ import annotations SELECTION_SOURCES: tuple[str, ...] = ("manual", "autocomplete", "import", "image") SELECTION_SOURCE_PATTERN = "^(" + "|".join(SELECTION_SOURCES) + ")$"
32
271
11
0.98
2026-04-17T15:27:52.907411
true
github_SuperTails_langcraft_83e1581397f4387383c001b554450b4aac3f09b7
Rust
SuperTails
langcraft
561
7
Compiler from LLVM IR to Minecraft datapacks.
[ "compiler", "llvm", "minecraft" ]
Apache-2.0
src/interpreter.rs
interpreter.rs
45,089
use crate::cir::*; use crate::compile_ir::{get_index, pos_to_func_idx, func_idx_to_pos, OBJECTIVE}; use crate::Datapack; use std::collections::HashMap; use std::str::FromStr; use std::convert::TryFrom; // FIXME: Multiple conditions and a `store success` does not work like I think it does!!! #[derive(Debug, Clone, Par...
3,886
45,089
1,165
0.98
2026-04-17T17:10:15.243255
true
github_starship_starship_43a2470cb4ce0f7c495ba45702b84c5f86e9f27b
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/fossil_metrics.rs
fossil_metrics.rs
723
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct FossilMetricsConfig<'a> { pub format: &'a str, pub added_style: &'a str, pub deleted_s...
66
723
29
0.98
2026-04-17T13:17:39.736807
true
github_pubkey_rxdb_36d5e7d9a1e615ae9d5e271c05e4b0304c6fd634
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/rx-query.ts
rx-query.ts
32,877
import { BehaviorSubject, Observable, merge } from 'rxjs'; import { mergeMap, filter, map, startWith, distinctUntilChanged, shareReplay } from 'rxjs/operators'; import { sortObject, pluginMissing, overwriteGetterForCaching, clone, PROMISE_RESOLVE_FALSE, RXJS_S...
3,224
32,877
937
0.98
2026-04-18T01:24:08.272915
true
github_BrainJS_brain.js_d43642e4ac0cb8392da232b4e682c7b86cd8b24e
TypeScript
BrainJS
brain.js
14,860
1,078
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
[ "api", "brain", "browser", "convolutional-neural-networks", "easy-to-use", "hacktoberfest", "neural-network", "node", "nodejs", "recurrent-neural-networks", "stream", "web" ]
MIT
src/layer/base-layer.ts
base-layer.ts
8,888
import { IKernelRunShortcut, Input, Kernel, KernelOutput, Texture, TextureArrayOutput, } from 'gpu.js'; import { IPraxis, IPraxisSettings } from '../praxis/base-praxis'; import { clear } from '../utilities/kernel'; export interface ILayerJSON { width?: number; height?: number; depth?: number; weigh...
957
8,888
322
0.98
2026-04-17T17:55:55.914134
true
github_tursodatabase_turso_af95fbb58330c86127e7a6644d295e087f1af5ec
Rust
tursodatabase
turso
18,264
837
Turso is an in-process SQL database, compatible with SQLite.
[ "database", "embedded-database", "sql", "sqlite3", "webassembly" ]
MIT
core/storage/subjournal.rs
subjournal.rs
4,105
use crate::sync::{ atomic::{AtomicBool, Ordering}, Arc, }; use crate::{turso_assert, turso_assert_eq}; use crate::{ storage::sqlite3_ondisk::finish_read_page, Buffer, Completion, CompletionError, PageRef, Result, }; #[derive(Clone)] pub struct Subjournal { file: Arc<dyn crate::io::File>, in_use: A...
352
4,105
136
0.98
2026-04-17T13:46:39.107848
true
github_strapi_strapi_86190689f94ea6cc2cef90e7c5c839afa62b6e0d
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-preset.unit.js
jest-preset.unit.js
1,571
'use strict'; module.exports = { setupFilesAfterEnv: [__dirname + '/tests/setup/unit.setup.js'], modulePathIgnorePatterns: ['.cache', 'dist'], testPathIgnorePatterns: [ '.testdata.{js,ts}', '.test.utils.{js,ts}', '.d.ts', '__tests__/resources', 'tests/resources', // Prevent Jest from runn...
103
1,571
52
0.98
2026-04-17T17:53:21.883991
true
github_ultraworkers_claw-code_32c2c3d8fce0a3e1446ae9b1d01bf16e7b5a7581
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/coordinator/__init__.py
__init__.py
537
"""Python package placeholder for the archived `coordinator` subsystem.""" from __future__ import annotations from src._archive_helper import load_archive_metadata _SNAPSHOT = load_archive_metadata("coordinator") ARCHIVE_NAME = _SNAPSHOT["archive_name"] MODULE_COUNT = _SNAPSHOT["module_count"] SAMPLE_FILES = tuple(...
46
537
15
0.98
2026-04-17T13:13:09.103438
true
github_cloudwego_kitex_968ba4927c242d95430b1594a0183e20ed564d36
Go
cloudwego
kitex
7,926
898
Go RPC framework with high-performance and strong-extensibility for building micro-services.
[ "framework", "go", "grpc", "microservices", "protobuf", "rpc", "streaming", "thrift" ]
Apache-2.0
pkg/fallback/fallback_test.go
fallback_test.go
7,510
/* * Copyright 2023 CloudWeGo 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 agre...
706
7,510
179
0.98
2026-04-18T00:53:17.702013
true
github_fish-shell_fish-shell_dbdb7f421046282cebc1ff4f0a96cce12e4670c5
Rust
fish-shell
fish-shell
33,184
2,275
The user-friendly command line shell.
[ "fish", "rust", "shell", "terminal" ]
NOASSERTION
src/builtins/read.rs
read.rs
28,342
//! Implementation of the read builtin. use super::prelude::*; use crate::{ builtins::error::Error, common::valid_var_name, env::{EnvMode, EnvVar, EnvVarFlags, Environment as _, READ_BYTE_LIMIT}, err_fmt, err_str, input_common::{DecodeState, InvalidPolicy, decode_utf8}, nix::isatty, parse_e...
2,559
28,342
803
0.98
2026-04-17T13:22:24.457460
true
github_openai_openai-python_1a58c2dfc32d173a85e3743621b53f1282cf6e42
Python
openai
openai-python
30,561
4,732
The official Python library for the OpenAI API
[ "openai", "python" ]
Apache-2.0
src/openai/_legacy_response.py
_legacy_response.py
16,374
from __future__ import annotations import os import inspect import logging import datetime import functools from typing import ( TYPE_CHECKING, Any, Union, Generic, TypeVar, Callable, Iterator, AsyncIterator, cast, overload, ) from typing_extensions import Awaitable, ParamSpec, ...
1,541
16,374
492
0.98
2026-04-23T00:55:49.647066
true
github_grafana_pyroscope_1f3e5b15a30add828d200be3a7ff59fd91374e27
Go
grafana
pyroscope
11,365
737
Continuous Profiling Platform. Debug performance issues down to a single line of code
[ "continuous-profiling", "developer-tools", "devops", "find-bottlenecks", "golang", "hacktoberfest", "linux", "monitoring", "observability", "performance", "profiling", "pyroscope", "python", "ruby" ]
AGPL-3.0
pkg/compactor/duration_list.go
duration_list.go
964
package compactor import ( "strings" "time" ) // DurationList is the block ranges for a tsdb type DurationList []time.Duration // String implements the flag.Value interface func (d *DurationList) String() string { values := make([]string, 0, len(*d)) for _, v := range *d { values = append(values, v.String()) ...
146
964
44
0.98
2026-04-17T12:21:17.976640
true
github_nvh95_jest-preview_1c860fda48ca051d4eeed6a732204136e8c98353
JavaScript
nvh95
jest-preview
2,397
81
Debug your Jest tests. Effortlessly.🛠🖼
[ "angular", "css", "debug", "frontend", "javascript", "jest", "jest-view-html", "nextjs", "productivity", "react", "svelte", "test", "testing", "vue" ]
MIT
jest.config.js
jest.config.js
1,355
/** @type {import('@jest/types').Config.InitialOptions} */ module.exports = { roots: ['<rootDir>/demo', '<rootDir>/src'], collectCoverageFrom: [ 'demo/**/*.{js,jsx,ts,tsx}', '!demo/**/*.d.ts', '!demo/mocks/**', // TODO: To report coverage in `src`. They are compiled to `dist` so it's difficult to r...
102
1,355
48
0.98
2026-04-23T10:50:33.930199
true
github_ruffle-rs_ruffle_0b826d7c0350fa0142f050ee7cdee2a55b42cff5
Rust
ruffle-rs
ruffle
17,970
1,003
A Flash Player emulator written in Rust
[ "emulator", "flash", "hacktoberfest", "reimplementation", "rust", "swf" ]
NOASSERTION
core/src/tag_utils.rs
tag_utils.rs
3,643
//! SWF decoding support use swf::{CharacterId, TagCode}; use thiserror::Error; pub use ruffle_common::tag_utils::{SwfMovie, SwfSlice, SwfStream}; #[derive(Error, Debug)] pub enum Error { #[error("Couldn't read SWF: {0}")] InvalidSwf(#[from] swf::error::Error), #[error("Couldn't register bitmap: {0}")] ...
410
3,643
108
0.98
2026-04-17T13:47:11.303724
true
github_starship_starship_2371339ed7a2d3f7ac16cc96ce2f2f16e7fcf7cc
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/git_status.rs
git_status.rs
2,016
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct GitStatusConfig<'a> { pub format: &'a str, pub style: &'a str, pub stashed: &'a str, ...
192
2,007
72
0.98
2026-04-17T13:17:41.985273
true
github_nodejs_node_f2cf3835b9a62a8b7ce1d1a49d93598032262f81
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/histogram.js
histogram.js
8,498
'use strict'; const { Map, MapPrototypeClear, MapPrototypeEntries, NumberIsNaN, NumberMAX_SAFE_INTEGER, ObjectFromEntries, ReflectConstruct, Symbol, } = primordials; const { Histogram: _Histogram, } = internalBinding('performance'); const { customInspectSymbol: kInspect, kEmptyObject, } = requi...
802
8,498
397
0.98
2026-04-23T06:15:55.510406
true
github_njbrake_agent-of-empires_08e03e3626d87996f3402423024c344b6da7762a
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/cli/worktree.rs
worktree.rs
9,983
//! `agent-of-empires worktree` command implementation use anyhow::{bail, Result}; use clap::Subcommand; use std::path::{Path, PathBuf}; use crate::git::GitWorktree; use crate::session::Storage; #[derive(Subcommand)] pub enum WorktreeCommands { /// List all worktrees in current repository #[command(alias = "...
895
9,965
306
0.98
2026-04-17T19:28:06.189949
true
github_avajs_ava_5285dbccbbc29e10cf0691eeb04d4ff91aaec46f
JavaScript
avajs
ava
20,850
1,406
Node.js test runner that lets you develop with confidence 🚀
[ "assert", "async", "async-functions", "ava", "cli", "cli-app", "concurrency", "javascript", "node", "nodejs", "performance", "tap", "tdd", "test-framework", "test-runner", "testing", "unicorns", "unit-testing" ]
MIT
lib/provider-manager.js
provider-manager.js
1,493
import * as globs from './globs.js'; import pkg from './pkg.cjs'; export const levels = { // As the protocol changes, comparing levels by integer allows AVA to be // compatible with different versions. ava6: 1, }; const levelsByProtocol = Object.assign(Object.create(null), { 'ava-6': levels.ava6, }); async funct...
168
1,493
58
0.98
2026-04-23T06:48:11.289451
true
github_SmartFlowAI_EmoLLM_d848d121f60b0b962f9a12430d3a08ce5716acdb
Python
SmartFlowAI
EmoLLM
1,733
221
心理健康大模型 (LLM x Mental Health), Pre & Post-training & Dataset & Evaluation & Depoly & RAG, with InternLM / Qwen / Baichuan / DeepSeek / Mixtral / LLama / GLM series models
[ "dataset", "depoly", "evaluation", "llm", "post-training", "the-big-model-of-mental-health" ]
MIT
web_demo-aiwei.py
web_demo-aiwei.py
11,280
""" This script refers to the dialogue example of streamlit, the interactive generation code of chatglm2 and transformers. We mainly modified part of the code logic to adapt to the generation of our model. Please refer to these links below for more information: 1. streamlit chat example: https://docs.streamlit.io/k...
868
11,020
274
0.98
2026-04-22T15:52:50.577297
true
github_ultraworkers_claw-code_e1fa9eda159910319b213b7ec75c4f93e38fe1d2
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/main.py
main.py
10,493
from __future__ import annotations import argparse from .bootstrap_graph import build_bootstrap_graph from .command_graph import build_command_graph from .commands import execute_command, get_command, get_commands, render_command_index from .direct_modes import run_deep_link, run_direct_connect from .parity_audit imp...
720
10,489
214
0.98
2026-04-17T13:13:14.066704
true
github_tulios_kafkajs_ea46915a1032d6a8a3a7b324e12404c398469762
JavaScript
tulios
kafkajs
3,994
584
A modern Apache Kafka client for node.js
[ "kafka", "kafka-client", "nodejs", "npm-package" ]
MIT
src/producer/instrumentationEvents.js
instrumentationEvents.js
1,014
const swapObject = require('../utils/swapObject') const networkEvents = require('../network/instrumentationEvents') const InstrumentationEventType = require('../instrumentation/eventType') const producerType = InstrumentationEventType('producer') const events = { CONNECT: producerType('connect'), DISCONNECT: produ...
69
1,014
29
0.98
2026-04-23T07:42:14.527016
true
github_howtographql_howtographql_0aab94e12ea3cf15a925934ec09baa1dbf1e2fef
TypeScript
howtographql
howtographql
8,728
1,137
The Fullstack Tutorial for GraphQL
[ "apollographql", "graphql", "prisma", "tutorial" ]
MIT
src/types.ts
types.ts
906
export interface RelayConnection<T> { edges: Array<RelayEdge<T>> } interface RelayEdge<T> { node: T } export interface MarkdownRemark { html: string excerpt: string fields: { slug: string } frontmatter: { title: string videoId?: string duration?: number videoAuthor?: string quest...
103
906
55
0.98
2026-04-18T01:29:25.529213
true
github_apollographql_apollo-client_2848ca35f901079e7700ef8f4ba79ce0cd92ad1c
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
tests.codegen.ts
tests.codegen.ts
1,200
import type { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { hooks: { afterAllFileWrite: ["prettier --write"], }, generates: { "./src/local-state/__tests__/LocalState/fixtures/local-resolvers.ts": { schema: [ "./src/local-state/__tests__/LocalState/fixtures/loc...
83
1,200
42
0.98
2026-04-18T01:25:59.646360
true
github_web3_web3.js_c7c7cc047b0e53639dd738f68428a2a1137ad793
JavaScript
web3
web3.js
19,946
5,077
Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
[ "abi-decoders", "abi-encoders", "api", "ethereum", "javascript", "typescript", "web3", "web3js" ]
NOASSERTION
.eslintrc.test.js
.eslintrc.test.js
156
module.exports = { parserOptions: { project: './tsconfig.base.json', tsconfigRootDir: __dirname, }, extends: ['eslint-config-base-web3/ts-jest'], };
13
156
8
0.98
2026-04-17T17:54:18.115361
true
github_usebruno_bruno_f1ec9b2e2a756b0bc098d3ca73df75526c800661
TypeScript
usebruno
bruno
43,176
2,335
Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
[ "api-client", "api-testing", "automation", "developer-tools", "git", "graphql-client", "http-client", "javascript", "openapi", "openapi3", "opensource", "rest-api", "testing", "testing-tools" ]
MIT
playwright.config.ts
playwright.config.ts
1,217
import { defineConfig } from '@playwright/test'; const reporter: any[] = [['list'], ['html'], ['json', { outputFile: 'playwright-report/results.json' }]]; if (process.env.CI) { reporter.push(['github']); } export default defineConfig({ fullyParallel: false, forbidOnly: !!process.env.CI, retries: process.env....
132
1,217
54
0.98
2026-04-23T12:17:04.734504
true
github_agones-dev_agones_776d699b0f98d2048fdc1ce26b859afebd672d3d
Go
agones-dev
agones
6,798
900
Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
[ "agones", "dedicated-game-servers", "dedicated-gameservers", "game-development", "game-server", "go", "golang", "kubernetes", "multiplayer" ]
Apache-2.0
pkg/gameservers/doc.go
doc.go
719
// Copyright 2018 Google LLC 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 applicable ...
112
719
18
0.98
2026-04-17T20:34:09.964335
true
github_XAMPPRocky_tokei_62619dfe696a68f799ce9c03cf38eafdb20a2908
Rust
XAMPPRocky
tokei
14,273
663
Count your code, quickly.
[ "badge", "cli", "cloc", "code", "command-line-tool", "linux", "macos", "rust", "sloc", "statistics", "tokei", "windows" ]
NOASSERTION
src/main.rs
main.rs
3,960
#[macro_use] extern crate log; mod cli; mod cli_utils; mod consts; mod input; use std::{error::Error, io, process}; use tokei::{Config, Languages, Sort}; use crate::{ cli::Cli, cli_utils::Printer, consts::{ BLANKS_COLUMN_WIDTH, CODE_COLUMN_WIDTH, COMMENTS_COLUMN_WIDTH, FALLBACK_ROW_LEN, ...
278
3,960
129
0.98
2026-04-17T14:13:43.405829
true
github_jonschlinkert_remarkable_a4b15f62a90a52a80766d62c96beb76f4b7667cf
JavaScript
jonschlinkert
remarkable
5,826
375
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to ge...
[ "commonmark", "compile", "docusaurus", "gfm", "javascript", "jonschlinkert", "markdown", "markdown-it", "markdown-parser", "md", "node", "nodejs", "parse", "parser", "syntax-highlighting" ]
MIT
lib/rules_inline/htmltag.js
htmltag.js
978
// Process html tags import { HTML_TAG_RE } from '../common/html_re'; function isLetter(ch) { /*eslint no-bitwise:0*/ var lc = ch | 0x20; // to lower case return (lc >= 0x61/* a */) && (lc <= 0x7a/* z */); } export default function htmltag(state, silent) { var ch, match, max, pos = state.pos; if (!state...
144
978
47
0.98
2026-04-23T07:25:52.151981
true
github_ChromeDevTools_chrome-devtools-mcp_46100ed94bf16aaf23b1b44073b197d26f4affde
TypeScript
ChromeDevTools
chrome-devtools-mcp
36,793
2,272
Chrome DevTools for coding agents
[ "browser", "chrome", "chrome-devtools", "debugging", "devtools", "mcp", "mcp-server", "puppeteer" ]
Apache-2.0
src/bin/chrome-devtools-mcp-main.ts
chrome-devtools-mcp-main.ts
1,651
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import '../polyfill.js'; import process from 'node:process'; import {createMcpServer, logDisclaimers} from '../index.js'; import {logger, saveLogsToFile} from '../logger.js'; import {computeFlagUsage} from '../telemetry/flagUtils...
143
1,651
53
0.98
2026-04-23T08:42:31.635874
true
github_ChatGPTNextWeb_NextChat_f6828c7aac4168de3d2631631de0dc52508bfd41
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/utils/audio.ts
audio.ts
1,314
type TTSPlayer = { init: () => void; play: (audioBuffer: ArrayBuffer, onended: () => void | null) => Promise<void>; stop: () => void; }; export function createTTSPlayer(): TTSPlayer { let audioContext: AudioContext | null = null; let audioBufferSourceNode: AudioBufferSourceNode | null = null; const init =...
129
1,314
46
0.98
2026-04-23T08:58:29.547939
true
github_plotly_plotly.js_88ac57227c025c7fdfb833f6e5f634b61114878c
JavaScript
plotly
plotly.js
18,173
1,990
Open-source JavaScript charting library behind Plotly and Dash
[ "charting-library", "charts", "d3", "data-visualization", "plotly", "plotly-dash", "regl", "visualization", "webgl" ]
MIT
lib/locales/he.js
he.js
633
'use strict'; module.exports = { moduleType: 'locale', name: 'he', dictionary: {}, format: { days: ['ראשון', 'שני', 'שלישי', 'רביעי', 'חמישי', 'שישי', 'שבת'], shortDays: ['א\'', 'ב\'', 'ג\'', 'ד\'', 'ה\'', 'ו\'', 'שבת'], months: [ 'ינואר', 'פברואר', 'מרץ', 'אפריל', '...
61
534
18
0.98
2026-04-23T14:16:15.440741
true
github_receyuki_stable-diffusion-prompt-reader_b97b340251e67c91504f4c2cd41a83310a361050
Python
receyuki
stable-diffusion-prompt-reader
1,320
87
A simple standalone viewer for reading prompts from Stable Diffusion generated image outside the webui.
[ "ai", "image-generation", "macos", "prompt-engineering", "prompt-toolkit", "python", "stable-diffusion", "stable-diffusion-webui", "tkinter", "windows" ]
MIT
main.py
main.py
257
from sd_prompt_reader.app import main from sd_prompt_reader.cli import cli import sys def is_console(): return False if sys.stdin is None else sys.stdin.isatty() if __name__ == "__main__": if is_console(): cli() else: main()
29
257
15
0.98
2026-04-17T16:24:32.738462
true
github_hashicorp_terraform-provider-aws_83a74e5a4e2273747f25fb248d8f512e931ff244
Go
hashicorp
terraform-provider-aws
10,842
10,081
The AWS Provider enables Terraform to manage AWS resources.
[ "aws", "terraform", "terraform-provider" ]
MPL-2.0
internal/flex/write_only.go
write_only.go
1,628
// Copyright IBM Corp. 2014, 2026 // SPDX-License-Identifier: MPL-2.0 package flex import ( "fmt" "github.com/hashicorp/go-cty/cty" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-provider-aws/internal/errs/sdkdiag" ) type writeOnlyAttrGetter interface { Get(string) any Get...
173
1,628
63
0.98
2026-04-17T12:30:21.643859
true
github_sorintlab_stolon_c185643348fcb4b8e098434504a4648b25525203
Go
sorintlab
stolon
4,816
449
PostgreSQL cloud native High Availability and more.
[ "cloud-native", "consul", "data-consistency", "declarative-config", "disaster-recovery", "docker", "etcd", "golang", "high-availability", "kubernetes", "postgresql", "standby-cluster", "synchronous-replication" ]
Apache-2.0
internal/store/etcdv3.go
etcdv3.go
5,749
// Copyright 2017 Sorint.lab // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
662
5,749
222
0.98
2026-04-17T21:42:28.805218
true
github_bootstrap-vue_bootstrap-vue_387a913214e4520519aaa957ee5692bc7e211bc4
JavaScript
bootstrap-vue
bootstrap-vue
14,460
1,857
MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next
[ "a11y", "accessibility", "accessible", "bootstrap", "bootstrapvue", "component-library", "components", "icons", "nuxt", "nuxtjs", "vue", "wai-aria" ]
MIT
src/utils/inspect.js
inspect.js
1,921
import { RX_NUMBER } from '../constants/regex' import { File } from '../constants/safe-types' // --- Convenience inspection utilities --- export const toType = value => typeof value export const toRawType = value => Object.prototype.toString.call(value).slice(8, -1) export const toRawTypeLC = value => toRawType(val...
268
1,921
56
0.98
2026-04-23T11:49:38.158316
true
github_directus_directus_fd753b26f3147916347582f0840d6cbfebabb4c2
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
app/src/main.ts
main.ts
2,275
/* eslint-disable no-console */ // Note: the import order is important. Vue has to come first. (Unhead will break if that's first) // eslint-disable-next-line import/order import { createApp } from 'vue'; import { createHead } from '@unhead/vue'; import { createPinia } from 'pinia'; import App from './app.vue'; impo...
236
2,264
73
0.98
2026-04-23T07:58:07.586328
true
github_skillrecordings_egghead-next_972e3f993ce89398b85f16efc313c8596cfb1d93
TypeScript
skillrecordings
egghead-next
1,451
195
The frontend for egghead.io.
[ "cypress", "egghead", "jest", "mdx", "nextjs", "react", "tailwindcss", "typescript" ]
NOASSERTION
src/db/index.ts
index.ts
594
import {Pool} from 'pg' const connectionString = process.env.DATABASE_URL const pool = new Pool({ connectionString, ...(process.env.NODE_ENV === 'production' ? { ssl: { rejectUnauthorized: false, }, } : {}), }) export const pgQuery = async (sql: string, params?: any[]) => {...
76
594
26
0.98
2026-04-23T11:15:37.972010
true
github_vikiboss_60s_c4f63c17315cfd0e81632a9b93b7fc67daf4332b
TypeScript
vikiboss
60s
5,155
891
⏰ 60s API 免费接口。每天 60 秒看世界、奥运奖牌榜、小红书/B站/微博/抖音/知乎热搜、金价、油价、天气、翻译、壁纸、Epic 游戏、二维码、猫眼票房|一系列 高质量、开源、可靠、全球 CDN 加速 的开放 API 集合,支持 Docker / Deno / Bun / Cloudflare Workers / Node.js 部署
[ "60s", "api", "bilibili", "bing", "bun", "cloudflare-workers", "deno", "docker", "entertainment", "fun", "news", "today-in-history", "typescript", "weibo", "youdao" ]
MIT
src/modules/60s.module.ts
60s.module.ts
4,858
import { Common, dayjs, TZ_SHANGHAI } from '../common.ts' import { SolarDay } from 'tyme4ts' import type { RouterMiddleware } from '@oak/oak' import { config } from '../config.ts' const WEEK_DAYS = ['日', '一', '二', '三', '四', '五', '六'] function getDayOfWeek(date?: string) { const day = date ? new Date(date) : new Da...
466
4,780
162
0.98
2026-04-17T18:01:17.301773
true
github_siderolabs_talos_1b76bff914d97ce1e86583e0be8d76e374446595
Go
siderolabs
talos
10,255
810
Talos Linux is a modern Linux distribution built for Kubernetes.
[ "cloud-native", "containerd", "go", "grpc", "kubernetes", "kubernetes-distribution", "linux", "linux-distribution", "musl" ]
MPL-2.0
pkg/bytesize/bytesize_test.go
bytesize_test.go
2,167
// 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://mozilla.org/MPL/2.0/. package bytesize_test import ( "testing" "github.com/stretchr/testify/assert" "github.com/siderolabs/talos/pkg/...
210
2,167
81
0.98
2026-04-17T12:42:17.412513
true
github_pubkey_rxdb_5b1e3aff790c2870aa01f6b745f7c7ebbfb019c3
TypeScript
pubkey
rxdb
23,156
1,161
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
[ "angular", "browser-database", "couchdb", "crdt", "database", "firebase", "graphql", "indexeddb", "ionic", "local-first", "localstorage", "nodejs", "nosql", "postgres", "pouchdb", "react-native", "realtime", "realtime-database", "rxdb", "sqlite" ]
Apache-2.0
src/types/rx-database-internal-store.d.ts
rx-database-internal-store.d.ts
1,348
import type { RxMigrationStatus } from '../plugins/migration-schema/index.ts'; import type { RxJsonSchema } from './rx-schema.d.ts'; export type InternalStoreDocType<Data = any> = { id: string; key: string; context: string; data: Data; }; /** * Stores information about the collections. * The col...
161
1,348
55
0.98
2026-04-23T08:22:14.358023
true
github_cheat_cheat_56fe40259a28884e4b6554720ec4cbf82622dc22
Go
cheat
cheat
13,269
848
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
[ "bash", "cheat", "cheatsheet", "cheatsheets", "documentation", "help", "interactive-cheatsheets", "man-page" ]
MIT
internal/repo/pull_test.go
pull_test.go
8,052
package repo import ( "crypto/ed25519" "crypto/x509" "encoding/pem" "os" "path/filepath" "testing" "time" "github.com/go-git/go-git/v5" gitconfig "github.com/go-git/go-git/v5/config" "github.com/go-git/go-git/v5/plumbing/object" ) // testCommitOpts returns a CommitOptions suitable for test commits. func te...
1,138
8,050
316
0.98
2026-04-17T11:24:16.522712
true
github_foresterre_cargo-msrv_76a7bfd4ca55a56b3937fd475fb46e2fc1421a13
Rust
foresterre
cargo-msrv
1,171
42
🦀 Find the minimum supported Rust version (MSRV) for your project
[ "cargo", "cargo-msrv", "cli", "hacktoberfest", "msrv", "rust", "rust-lang", "rust-tools" ]
Apache-2.0
src/sub_command/list.rs
list.rs
802
use crate::SubCommand; use crate::context::ListContext; use crate::dependency_graph::resolver::{CargoMetadataResolver, DependencyResolver}; use crate::error::TResult; use crate::reporter::Reporter; use crate::reporter::event::ListResult; #[derive(Default)] pub struct List; impl SubCommand for List { type Context ...
69
802
29
0.98
2026-04-17T19:34:49.306675
true
github_starship_starship_3601efdeeecc96b06601f621e4149499dfea3cb4
Rust
starship
starship
56,483
2,470
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
[ "bash", "fish", "fish-prompt", "fish-theme", "oh-my-zsh", "powershell", "rust", "shell-prompt", "starship", "zsh", "zsh-prompt", "zsh-theme" ]
ISC
src/configs/claude_model.rs
claude_model.rs
704
use indexmap::IndexMap; use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct ClaudeModelConfig<'a> { pub format: &'a str, pub symbol: &'a str, ...
69
701
30
0.98
2026-04-17T13:17:30.054847
true
github_ChatGPTNextWeb_NextChat_f291ebada93b86e85940ea795ac41e7906dfe0f4
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/utils/ms_edge_tts.ts
ms_edge_tts.ts
15,323
// import axios from "axios"; import { Buffer } from "buffer"; import { randomBytes } from "crypto"; import { Readable } from "stream"; // Modified according to https://github.com/Migushthe2nd/MsEdgeTTS /** * https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-synthesis-markup-voice#:~:text=Opt...
1,392
15,323
392
0.98
2026-04-23T08:58:35.043599
true
github_playcanvas_engine_583c5dd576878fda1f3989f3686758b4ad590cc5
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/scene/sprite.js
sprite.js
11,510
import { EventHandler } from '../core/event-handler.js'; import { Vec2 } from '../core/math/vec2.js'; import { SPRITE_RENDERMODE_SIMPLE, SPRITE_RENDERMODE_SLICED, SPRITE_RENDERMODE_TILED } from './constants.js'; import { Mesh } from './mesh.js'; import { Geometry } from './geometry/geometry.js'; /** * @import { Graph...
1,357
11,510
401
0.98
2026-04-23T06:54:48.040977
true
github_MrXujiang_h5-Dooring_782f1adafe4cdd773053df393938246d2fff4d40
JavaScript
MrXujiang
h5-Dooring
9,941
1,835
H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
[ "antd", "drag-and-drop", "h5", "h5-builder", "h5-dooring", "h5-editor", "javascript", "low-code", "low-code-framework", "low-code-platform", "lowcode", "miniprogram", "page-builder", "page-factory", "react", "react-dnd", "react-router", "site-generator", "typescript", "visual-d...
GPL-3.0
webpack.config.js
webpack.config.js
281
/** * 不是真实的 webpack 配置,仅为兼容 webstorm 和 intellij idea 代码跳转 * ref: https://github.com/umijs/umi/issues/1109#issuecomment-[REDACTED_SSN] */ module.exports = { resolve: { alias: { "@": require("path").resolve(__dirname, "src") } } };
27
247
13
0.98
2026-04-23T05:46:44.921198
true
github_compodoc_compodoc_a27a88e3266186f5317ebeaa06e773caa80cb2af
TypeScript
compodoc
compodoc
4,100
415
:notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application
[ "angular", "angular2", "ast", "devtools", "documentation", "documentation-tool", "generator", "jsdoc", "typescript" ]
MIT
src/locales/bg-BG.ts
bg-BG.ts
3,876
export const TRANSLATION_BG_BG = { accessors: 'Accessors', arguments: 'Аргументи', bootstrap: 'Bootstrap', branches: 'Branches', browse: 'Търсене', classe: 'Клас', classes: 'Класове', component: 'Компонент', components: 'Компоненти', constructor: 'Конструктор', controllers: '...
254
3,214
111
0.98
2026-04-18T00:24:25.164059
true
github_tinygo-org_tinygo_c30555ca54f992ef0098a223cb4e8229cd296e21
Go
tinygo-org
tinygo
17,351
1,023
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
[ "adafruit", "arduino", "arm", "avr", "esp32", "gpio", "i2c", "llvm", "microbit", "microcontroller", "nrf51", "nrf52", "samd21", "spi", "stm32", "tinygo", "wasi", "wasm", "webassembly" ]
NOASSERTION
src/machine/board_nrf52840-mdk-usb-dongle.go
board_nrf52840-mdk-usb-dongle.go
770
//go:build nrf52840_mdk_usb_dongle package machine const HasLowFrequencyCrystal = true // LEDs on the nrf52840-mdk-usb-dongle const ( LED Pin = LED_GREEN LED_GREEN Pin = 22 LED_RED Pin = 23 LED_BLUE Pin = 24 ) // RESET/USR button, depending on value of PSELRESET UICR register const ( BUTTON Pin = 18 )...
122
770
49
0.98
2026-04-17T10:14:38.703409
true
github_glideapps_quicktype_b89778992a842f0b138950140c723202edbde86d
TypeScript
glideapps
quicktype
13,712
1,181
Generate types and converters from JSON, Schema, and GraphQL
[ "cplusplus", "csharp", "elm", "golang", "graphql", "java", "json", "json-schema", "kotlin", "objective-c", "rust", "swift", "typescript" ]
Apache-2.0
src/URLGrammar.ts
URLGrammar.ts
1,301
import { checkArray, checkStringMap, panic } from "quicktype-core"; function expand(json: unknown): string[] { if (typeof json === "string") { return [json]; } if (Array.isArray(json)) { let result: string[] = [""]; for (const j of json) { const expanded = expand(j); ...
154
1,301
52
0.98
2026-04-23T08:25:40.683635
true
github_cockroachdb_cockroach_862edbb797e5a45affb7deb31d7ef2a78ad1ab2a
Go
cockroachdb
cockroach
32,059
4,116
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
[ "cockroachdb", "database", "distributed-database", "go", "hacktoberfest", "sql" ]
NOASSERTION
pkg/backup/statement_hints_restore_test.go
statement_hints_restore_test.go
6,214
// Copyright 2025 The Cockroach Authors. // // Use of this software is governed by the CockroachDB Software License // included in the /LICENSE file. package backup import ( "context" "testing" "github.com/cockroachdb/cockroach/pkg/backup/backuptestutils" "github.com/cockroachdb/cockroach/pkg/base" "github.com/...
581
6,214
167
0.98
2026-04-17T08:15:26.203019
true
github_rustdesk_rustdesk_2f1cc8734e2604d75ac1c762e131e6f690cade9c
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/ca.rs
ca.rs
47,765
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Estat"), ("Your Desktop", "Aquest ordinador"), ("desk_tip", "Es pot accedir a aquest equip mitjançant les credencials:"), ("Password", "Contrasenya"), ("Ready",...
4,955
47,319
748
0.98
2026-04-17T13:14:23.892105
true
github_explosion_spacy-course_3d4d6510771d43538353b2f56e867652e0ab083c
JavaScript
explosion
spacy-course
2,418
376
👩‍🏫 Advanced NLP with spaCy: A free online course
[ "binder", "course", "dependency-parsing", "gatsby", "gatsbyjs", "jupyter", "machine-learning", "named-entity-recognition", "natural-language-processing", "nlp", "online-course", "part-of-speech-tagging", "spacy", "word-vectors" ]
MIT
src/markdown.js
markdown.js
732
import React from 'react' import rehypeReact from 'rehype-react' import Exercise from './components/exercise' import CodeBlock from './components/code' import { Link } from './components/link' import Slides from './components/slides' import Choice, { Option } from './components/choice' import { H3, Hr, Ol, Ul, Li, Inl...
80
732
28
0.98
2026-04-22T19:42:45.003756
true
github_velero-io_velero_1d6eea197630d11d7e4167c6a2a7c4640dd77657
Go
velero-io
velero
9,963
1,531
Backup and migrate Kubernetes applications and their persistent volumes
[ "backup", "disaster-recovery", "hacktoberfest", "kubernetes", "velero" ]
Apache-2.0
pkg/builder/customresourcedefinition_v1beta1_builder.go
customresourcedefinition_v1beta1_builder.go
3,459
/* Copyright the Velero contributors. 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, soft...
288
3,459
92
0.98
2026-04-17T19:39:44.619161
true
github_4thfever_cultivation-world-simulator_491e0d88c84ff3008778d4eb46aaffad5d8d0034
Python
4thfever
cultivation-world-simulator
1,562
180
基于 AI Agent 工作流的修仙世界模拟器,旨在还原智能、开放的仙侠世界。| An open-source Cultivation World Simulator using Agentic Workflow to create a dynamic, emerging Xianxia world.
[ "agentic-workflow", "ai", "ai-agents", "ai-native", "autonomous-agents", "cultivation", "cultivation-game", "game", "llm", "open-source", "procedural-generation", "prompt-engineering", "python", "simulation", "simulation-game", "simulator", "text-based-game", "world-simulation" ]
NOASSERTION
src/classes/avatar_metrics.py
avatar_metrics.py
1,279
from dataclasses import dataclass, asdict from typing import List, Optional from enum import Enum from src.systems.time import MonthStamp class MetricTag(Enum): """预定义的度量标签""" BREAKTHROUGH = "breakthrough" INJURED = "injured" RECOVERED = "recovered" SECT_JOIN = "sect_join" SECT_LEAVE = "sect_l...
107
1,073
57
0.98
2026-04-22T16:34:21.789259
true
github_medipixel_rl_algorithms_d0931720e9155cb3bd12c0b60360449762e67c4a
Python
medipixel
rl_algorithms
517
64
Structural implementation of RL key algorithms
[ "deep-learning", "dqn", "gym", "policy-gradient", "python3", "pytorch", "reinforcement-learning" ]
MIT
run_reacher_v2.py
run_reacher_v2.py
3,620
# -*- coding: utf-8 -*- """Train or test algorithms on Reacher-v2 of Mujoco. - Author: Kyunghwan Kim - Contact: [REDACTED_EMAIL] """ import argparse import datetime import gym from rl_algorithms import build_agent import rl_algorithms.common.env.utils as env_utils import rl_algorithms.common.helper_functions as com...
266
3,620
131
0.98
2026-04-22T20:51:55.362247
true
github_facebook_react_aa54cbae1f9f889bdb4436f3d251a8576222cdc4
JavaScript
facebook
react
244,610
50,966
The library for web and native user interfaces.
[ "declarative", "frontend", "javascript", "library", "react", "ui" ]
MIT
.prettierrc.js
.prettierrc.js
621
'use strict'; const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion'); module.exports = { bracketSpacing: false, singleQuote: true, bracketSameLine: true, trailingComma: 'es5', printWidth: 80, parser: 'flow', arrowParens: 'avoid', overrides: [ { files: ['*.code-workspace'], ...
57
621
35
0.98
2026-04-23T04:44:37.486157
true
github_ZhuLinsen_daily_stock_analysis_1fa866dbdc6eb95ad47dcfa2fcba4bcc1d884633
Python
ZhuLinsen
daily_stock_analysis
30,272
30,966
LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.
[ "agent", "ai", "aigc", "gemini", "llm", "quant", "quantitative-trading", "rag", "stock" ]
MIT
src/market_context.py
market_context.py
4,062
# -*- coding: utf-8 -*- """ Market context detection for LLM prompts. Detects the market (A-shares, HK, US) from a stock code and returns market-specific role descriptions so prompts are not hardcoded to a single market. Fixes: https://github.com/ZhuLinsen/daily_stock_analysis/issues/644 """ import re from typing im...
430
3,684
125
0.98
2026-04-17T15:27:32.344860
true
github_graphql_graphiql_136eb2f83747a3a5598f12cb6f22de4ee07c9d9d
JavaScript
graphql
graphiql
16,822
1,825
GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
[ "codemirror", "graphiql", "graphql", "lsp-mode", "lsp-server", "monaco-editor", "vscode" ]
MIT
wg.config.js
wg.config.js
1,002
// @ts-check /** @type {import('wgutils').Config} */ const config = { name: 'GraphiQL WG', repoUrl: 'https://github.com/graphql/graphiql', repoSubpath: 'working-group', videoConferenceDetails: `https://zoom.us/j/[REDACTED_SSN] - _Password:_ graphiql`, liveNotesUrl: 'https://docs.google.com/document/d/1...
90
1,002
29
0.98
2026-04-18T01:26:46.518843
true
github_seanmonstar_reqwest_f2d456e1328b17beafcc532333bbc6cf16e3d147
Rust
seanmonstar
reqwest
11,552
1,352
An easy and powerful Rust HTTP Client
[ "http", "http-client", "rust" ]
Apache-2.0
src/connect.rs
connect.rs
70,040
#[cfg(feature = "__tls")] use http::header::HeaderValue; #[cfg(feature = "__tls")] use http::uri::Scheme; use http::Uri; use hyper::rt::{Read, ReadBufCursor, Write}; use hyper_util::client::legacy::connect::{Connected, Connection}; #[cfg(any(feature = "socks", feature = "__tls", unix, target_os = "windows"))] use hyper...
5,416
70,040
2,092
0.98
2026-04-17T14:21:18.270839
true
github_spinframework_spin_e4b332c06d66856bc041f2ea5d08da26c3c5d096
Rust
spinframework
spin
6,373
301
Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
[ "serverless", "spin", "webassembly" ]
Apache-2.0
src/build_info.rs
build_info.rs
1,157
//! Build information for the Spin CLI. /// The version of the Spin CLI. pub const SPIN_VERSION: &str = env!("CARGO_PKG_VERSION"); /// The major version of the Spin CLI. pub const SPIN_VERSION_MAJOR: &str = env!("CARGO_PKG_VERSION_MAJOR"); /// The minor version of the Spin CLI. pub const SPIN_VERSION_MINOR: &str = env...
158
1,157
25
0.98
2026-04-17T14:49:41.633680
true
github_payloadcms_payload_0271baa468715a628d96a16b10f02b5c237e537e
TypeScript
payloadcms
payload
41,987
3,627
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
[ "cms", "content-management", "content-management-system", "express", "graphql", "headless", "headless-cms", "jamstack", "javascript", "mit-license", "mongodb", "nextjs", "nodejs", "open-source", "payload", "payloadcms", "postgres", "react", "typescript" ]
MIT
sentry.server.config.ts
sentry.server.config.ts
305
import * as Sentry from '@sentry/nextjs' const dsn = process.env.NEXT_PUBLIC_SENTRY_DSN const enabled = !!dsn Sentry.init({ dsn, enabled, skipOpenTelemetrySetup: true, tracesSampleRate: 1.0, }) if (enabled) { // eslint-disable-next-line no-console console.log('Sentry inited') } export {}
33
305
19
0.98
2026-04-23T08:19:51.396149
true
github_nginx_kubernetes-ingress_19a19e90d0a93dae7a3ade16341cd561f54a5247
Go
nginx
kubernetes-ingress
5,006
2,033
NGINX and NGINX Plus Ingress Controllers for Kubernetes
[ "docker", "go", "golang", "ingress", "ingress-controller", "k8s", "kubernetes", "nginx" ]
Apache-2.0
internal/configs/virtualserver.go
virtualserver.go
87,649
package configs import ( "fmt" "sort" "strconv" "strings" "github.com/nginx/kubernetes-ingress/internal/configs/version2" "github.com/nginx/kubernetes-ingress/internal/k8s/secrets" nl "github.com/nginx/kubernetes-ingress/internal/logger" "github.com/nginx/kubernetes-ingress/internal/nginx" "github.com/nginx/...
7,605
87,649
2,598
0.98
2026-04-17T21:39:00.846342
true