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_facebook_react_f8a28b20cc87decaa46e9b07ced0ea0b2b536fb3
JavaScript
facebook
react
244,610
50,966
The library for web and native user interfaces.
[ "declarative", "frontend", "javascript", "library", "react", "ui" ]
MIT
babel.config.js
babel.config.js
1,010
'use strict'; module.exports = { plugins: [ '@babel/plugin-syntax-jsx', '@babel/plugin-transform-flow-strip-types', ['@babel/plugin-proposal-class-properties', {loose: true}], 'syntax-trailing-function-commas', [ '@babel/plugin-proposal-object-rest-spread', {loose: true, useBuiltIns: ...
46
1,010
27
0.98
2026-04-23T04:44:39.130333
true
github_chalk_chalk_92da39d055c7988878e2e39889986d7d022634e5
TypeScript
chalk
chalk
23,152
959
🖍 Terminal string styling done right
[ "ansi", "ansi-escape-codes", "chalk", "cli", "color", "commandline", "console", "javascript", "strip-ansi", "terminal", "terminal-emulators" ]
MIT
source/index.test-d.ts
index.test-d.ts
6,211
import { expectType, expectAssignable, expectError, expectDeprecated, } from 'tsd'; import chalk, { Chalk, ChalkInstance, ColorInfo, ColorSupport, ColorSupportLevel, chalkStderr, supportsColor, supportsColorStderr, ModifierName, ForegroundColorName, BackgroundColorName, ColorName, Modifiers, } from './...
257
6,211
180
0.98
2026-04-23T12:35:02.493300
true
github_hrkfdn_ncspot_d0e7c58d5a556e5a00d48a32530d5ffcda192f2c
Rust
hrkfdn
ncspot
6,560
264
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
[]
BSD-2-Clause
src/command.rs
command.rs
31,416
use crate::queue::RepeatSetting; use crate::spotify_url::SpotifyUrl; use std::collections::HashMap; use std::fmt; use std::sync::OnceLock; use strum_macros::Display; #[derive(Display, Clone, Serialize, Deserialize, Debug)] #[strum(serialize_all = "lowercase")] pub enum TargetMode { Current, Selected, } #[der...
2,117
31,416
794
0.98
2026-04-17T14:47:46.411122
true
github_electron_devtron_a2fd8bc97c93d8b074a55923ae8be6ba321a98a8
TypeScript
electron
devtron
1,771
110
An Electron DevTools Extension
[ "devtools", "electron" ]
MIT
src/lib/electron-renderer-tracker.ts
electron-renderer-tracker.ts
6,032
import { ipcRenderer } from 'electron'; import { MSG_TYPE } from '../common/constants'; import type { Channel, Direction, IpcEventData, UUID } from '../types/shared'; interface PanelMessage { source: typeof MSG_TYPE.SEND_TO_PANEL; event: IpcEventData; } type IpcListener = (event: Electron.IpcRendererEvent, ...arg...
614
6,032
186
0.98
2026-04-18T00:27:55.297127
true
github_black0017_MedicalZooPytorch_808500e5d691bbb5845757ba19cdcde8659633f5
Python
black0017
MedicalZooPytorch
1,910
304
A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation
[ "3d-convolutional-network", "brats2018", "brats2019", "deep-learning", "densenet", "iseg", "iseg-challenge", "medical-image-processing", "medical-image-segmentation", "medical-imaging", "mrbrains18", "pytorch", "resnet", "segmentation", "segmentation-models", "unet", "unet-image-segm...
MIT
lib/augment3D/gaussian_noise.py
gaussian_noise.py
666
import numpy as np def random_noise(img_numpy, mean=0, std=0.001): noise = np.random.normal(mean, std, img_numpy.shape) return img_numpy + noise class GaussianNoise(object): def __init__(self, mean=0, std=0.001): self.mean = mean self.std = std def __call__(self, img_numpy, label=N...
65
666
27
0.98
2026-04-22T23:28:13.686451
true
github_ZhuLinsen_daily_stock_analysis_4c97da1dbb032ab865885c8e37c77fb1b1721918
Python
ZhuLinsen
daily_stock_analysis
30,933
31,565
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/core/trading_calendar.py
trading_calendar.py
6,643
# -*- coding: utf-8 -*- """ =================================== 交易日历模块 (Issue #373) =================================== 职责: 1. 按市场(A股/港股/美股)判断当日是否为交易日 2. 按市场时区取“今日”日期,避免服务器 UTC 导致日期错误 3. 支持 per-stock 过滤:只分析当日开市市场的股票 依赖:exchange-calendars(可选,不可用时 fail-open) """ import logging from datetime import date, datetime from ...
676
6,479
219
0.98
2026-04-22T14:56:53.951176
true
github_sharkdp_bat_966bc2c09678e3fa7b547bf34130889df8b4338e
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/lessopen.rs
lessopen.rs
13,558
use std::convert::TryFrom; use std::env; use std::fs::File; use std::io::{BufRead, BufReader, Cursor, Read}; use std::path::PathBuf; use std::process::{ExitStatus, Stdio}; use clircle::{Clircle, Identifier}; use execute::{shell, Execute}; use crate::error::Result; use crate::{ bat_warning, input::{Input, Inpu...
1,038
13,558
388
0.98
2026-04-17T13:16:52.202243
true
github_bfly123_claude_code_bridge_43a196511921e6445b1a21af539b9ebc08fb24e2
Python
bfly123
claude_code_bridge
2,331
221
Real-time multi-AI collaboration: Claude, Codex & Gemini with persistent context, minimal token overhead
[ "ai-collaboration", "ai-tools", "claude-code", "cli", "codex", "cross-platform", "gemini", "llm", "multi-agent-systems", "python", "terminal" ]
NOASSERTION
lib/message_bureau/models.py
models.py
2,610
from __future__ import annotations from dataclasses import dataclass, field from typing import Any from .model_codecs import ( attempt_from_record, attempt_to_record, message_from_record, message_to_record, normalize_attempt_record, normalize_message_record, normalize_reply_record, rep...
220
2,610
103
0.98
2026-04-22T15:42:00.078934
true
github_dalance_procs_a98f0988bd7f9d875ea119da76a88de3e2ad9ca2
Rust
dalance
procs
6,018
142
A modern replacement for ps written in Rust
[ "cli", "process", "rust" ]
MIT
src/columns/separator.rs
separator.rs
1,062
use crate::process::ProcessInfo; use crate::{column_default, Column}; use std::cmp; use std::collections::HashMap; pub struct Separator { header: String, unit: String, fmt_contents: HashMap<i32, String>, raw_contents: HashMap<i32, String>, width: usize, separator: String, } impl Separator { ...
95
1,062
45
0.98
2026-04-17T14:54:02.415210
true
github_BrainJS_brain.js_5547710900dc6184c6c1a6bcf1729c1da2604098
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/multiply-element.ts
multiply-element.ts
2,107
import { makeKernel, release } from '../utilities/kernel'; import { Operator } from './operator'; import { checkSameSize } from '../utilities/layer-size'; import { ILayer, ILayerSettings } from './base-layer'; import { IKernelFunctionThis, IKernelRunShortcut } from 'gpu.js'; export function predict( this: IKernelFun...
183
2,107
87
0.98
2026-04-17T17:56:04.159106
true
github_hijkzzz_pymarl2_3cb6d2f6dd4e95a058ed9510771627b0f5bbc148
Python
hijkzzz
pymarl2
708
135
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
[ "marl", "reinforcement-learning", "smac", "sota", "starcraft" ]
Apache-2.0
src/main.py
main.py
3,658
import numpy as np import os import collections from os.path import dirname, abspath, join from copy import deepcopy from sacred import Experiment, SETTINGS from sacred.observers import FileStorageObserver from sacred.utils import apply_backspaces_and_linefeeds import sys import torch as th from utils.logging import ge...
343
3,658
116
0.98
2026-04-22T20:37:52.668279
true
github_nuclio_nuclio_e5b85925992668e700086d557343627985b67ab1
Go
nuclio
nuclio
5,699
564
High-Performance Serverless event and data processing platform
[ "containers", "docker", "faas", "faas-platform", "functions", "go", "kubernetes", "serverless" ]
Apache-2.0
pkg/platformconfig/platformconfig_test.go
platformconfig_test.go
24,445
//go:build test_unit /* Copyright 2023 The Nuclio 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...
1,711
24,445
919
0.98
2026-04-17T21:22:45.458949
true
github_evmos_evmos_34164b0a2f9e9594675e89e980d00c2bc215aee6
Go
evmos
evmos
1,703
913
Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs
[ "blockchain", "cosmos", "cosmos-sdk", "ethereum", "evm", "evmos", "go", "golang", "smart-contracts" ]
NOASSERTION
app/ante/sigverify_test.go
sigverify_test.go
3,153
package ante_test import ( "testing" "github.com/stretchr/testify/require" storetypes "cosmossdk.io/store/types" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" kmultisig "github.com/cosmos/cosmos-sdk/crypto/keys/multisig" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" "github.com/cosmos/cosmos-sdk/c...
237
3,153
114
0.98
2026-04-17T16:54:52.442961
true
github_hyperledger_fabric_b5fd1e383fb1d34621989cca775f7a947c5c0a91
Go
hyperledger
fabric
16,625
9,117
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
[ "blockchain", "confidentiality", "consensus", "distributed-ledger", "fabric", "hyperledger" ]
Apache-2.0
core/chaincode/chaincode_support.go
chaincode_support.go
12,809
/* Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ package chaincode import ( "bytes" "time" "unicode/utf8" pb "github.com/hyperledger/fabric-protos-go-apiv2/peer" "github.com/hyperledger/fabric/common/util" "github.com/hyperledger/fabric/core/chaincode/extcc" "github.com/hype...
1,401
12,809
328
0.98
2026-04-17T10:21:58.547718
true
github_niri-wm_niri_fac1e4dfe0f444d72a0a667084ef41f0489ddb94
Rust
niri-wm
niri
22,641
820
A scrollable-tiling Wayland compositor.
[ "rust", "smithay", "tiling-window-manager", "wayland", "wayland-compositor" ]
GPL-3.0
src/protocols/raw.rs
raw.rs
922
pub mod mutter_x11_interop { pub mod v1 { pub use self::generated::server; mod generated { pub mod server { #![allow(dead_code, non_camel_case_types, unused_unsafe, unused_variables)] #![allow(non_upper_case_globals, non_snake_case, unused_imports)] ...
48
922
26
0.98
2026-04-17T13:35:44.267776
true
github_opendilab_DI-drive_cb54ab63cf869b0059141cdef3f33ced9a1eaf09
Python
opendilab
DI-drive
637
60
Decision Intelligence Platform for Autonomous Driving simulation.
[ "autodrive", "autonomous-driving", "carla", "imitation-learning", "metadrive", "pytorch", "reinforcement-learning" ]
Apache-2.0
core/models/vae_model.py
vae_model.py
6,681
import torch import torch.nn as nn import numpy as np from typing import Dict, Tuple, List, Any from torch.nn import functional as F class VanillaVAE(nn.Module): """ Vanilla Variational Auto Encoder model. :Interfaces: encode, decode, reparameterize, forward, loss_function, sample, generate :Argumen...
691
6,681
211
0.98
2026-04-22T20:42:14.313872
true
github_nodejs_node_91aa98e8f6fe147f4caed350d9fbb23b4f4f28fd
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/fixed_queue.js
fixed_queue.js
4,486
'use strict'; const { Array, ArrayPrototypeFill, } = primordials; // Currently optimal queue size, tested on V8 6.0 - 6.6. Must be power of two. const kSize = 2048; const kMask = kSize - 1; // The FixedQueue is implemented as a singly-linked list of fixed-size // circular buffers. It looks something like this: /...
582
4,486
128
0.98
2026-04-23T06:15:54.270533
true
github_oauth2-proxy_oauth2-proxy_c291405c3b2709cae733e9694d161c0c8a2e0ba3
Go
oauth2-proxy
oauth2-proxy
14,208
2,091
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
[ "cloud-infrastructure", "hacktoberfest", "oauth2-proxy", "ssl", "sso" ]
MIT
pkg/validation/logging.go
logging.go
1,791
package validation import ( "os" "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options" "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/logger" "gopkg.in/natefinch/lumberjack.v2" ) // configureLogger is responsible for configuring the logger based on the options given func configureLogger(o options.Logging, msg...
173
1,791
63
0.98
2026-04-17T10:45:15.048371
true
github_Postcatlab_postcat_cc9b747e48bd73b1d8757ecb39b6c255429e2a6a
JavaScript
Postcatlab
postcat
5,560
804
Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.
[ "angular", "api", "electron", "nodejs", "typescirpt", "vue" ]
Apache-2.0
src/browser/markdown-loader.js
markdown-loader.js
154
const markdownIt = require('markdown-it'); module.exports = source => { let md = new markdownIt(); const html = md.render(source); return html; };
21
154
8
0.98
2026-04-23T07:28:39.686224
true
github_nodejs_node_a9f517ffc9e4eea5bc68997ffadc85d43dde2a52
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/trace_events_async_hooks.js
trace_events_async_hooks.js
2,810
'use strict'; const { ObjectKeys, SafeMap, SafeSet, Symbol, } = primordials; const { trace } = internalBinding('trace_events'); const async_wrap = internalBinding('async_wrap'); const async_hooks = require('async_hooks'); const { CHAR_LOWERCASE_B, CHAR_LOWERCASE_E, } = require('internal/constants'); // U...
316
2,810
100
0.98
2026-04-23T06:16:03.341981
true
github_graphql_graphql-js_3e66461ae629031e2d3e6ca65cab637038c55f48
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/utilities/assertValidName.ts
assertValidName.ts
977
import { devAssert } from '../jsutils/devAssert'; import { GraphQLError } from '../error/GraphQLError'; import { assertName } from '../type/assertName'; /* c8 ignore start */ /** * Upholds the spec rules about naming. * @deprecated Please use `assertName` instead. Will be removed in v17 */ export function assertV...
139
977
40
0.98
2026-04-18T01:25:04.668330
true
github_withspectrum_spectrum_2764982df820787e089073ad65211dc2d62e086b
JavaScript
withspectrum
spectrum
10,848
1,204
Simple, powerful online communities.
[ "expo", "flowtype", "graphql", "nodejs", "react", "reactjs", "rethinkdb", "styled-components" ]
BSD-3-Clause
api/migrations/config.js
config.js
1,147
const path = require('path'); const fs = require('fs'); const debug = require('debug')('migrations'); const DEFAULT_CONFIG = { driver: 'rethinkdbdash', db: process.env.NODE_ENV === 'test' ? 'testing' : 'spectrum', host: 'localhost', port: 28015, migrationsDirectory: 'api/migrations', }; let ca; try { ca ...
125
1,147
46
0.98
2026-04-23T05:43:00.755487
true
github_helmfile_helmfile_5190f9f68d0a9f3081deb0938efefcb5b769a3f7
Go
helmfile
helmfile
5,058
338
Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD.
[ "helm", "kubernetes", "kustomize" ]
MIT
pkg/app/two_pass_renderer_test.go
two_pass_renderer_test.go
4,379
package app import ( "bytes" "strings" "testing" "github.com/helmfile/helmfile/pkg/helmexec" "github.com/helmfile/helmfile/pkg/remote" "github.com/helmfile/helmfile/pkg/state" "github.com/helmfile/helmfile/pkg/testhelper" "github.com/helmfile/helmfile/pkg/yaml" ) // nolint: unparam func makeLoader(files map[...
470
4,379
191
0.98
2026-04-17T21:37:16.724189
true
github_KubeOperator_KubeOperator_b09d2e511cc7a6a0f7ae559ff56dce59fbe4b554
Go
KubeOperator
KubeOperator
4,993
898
KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。
[ "ansible", "containers", "docker", "k8s", "kubeapps", "kubernetes", "kubernetes-installer", "lightweight", "openstack", "paas", "terraform", "vmware-vsphere" ]
Apache-2.0
pkg/controller/cluster_resource.go
cluster_resource.go
4,399
package controller import ( "github.com/KubeOperator/KubeOperator/pkg/constant" "github.com/KubeOperator/KubeOperator/pkg/controller/kolog" "github.com/KubeOperator/KubeOperator/pkg/controller/page" "github.com/KubeOperator/KubeOperator/pkg/dto" "github.com/KubeOperator/KubeOperator/pkg/service" "github.com/go-p...
387
4,285
126
0.98
2026-04-17T21:40:03.904543
true
github_huggingface_transformers_30377f5f5a6193a477b1be987b499c777566f455
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/trainer_pt_utils.py
trainer_pt_utils.py
57,264
# Copyright 2020-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...
6,280
57,264
1,337
0.98
2026-04-22T13:18:11.932416
true
github_huggingface_transformers_1f218fe408733a3b40699be163950c578d979a55
Python
huggingface
transformers
159,498
32,898
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
[ "audio", "deep-learning", "deepseek", "gemma", "glm", "hacktoberfest", "llm", "machine-learning", "model-hub", "natural-language-processing", "nlp", "pretrained-models", "python", "pytorch", "pytorch-transformers", "qwen", "speech-recognition", "transformer", "vlm" ]
Apache-2.0
src/transformers/tokenization_mistral_common.py
tokenization_mistral_common.py
80,186
# Copyright 2025 Mistral AI and The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless r...
7,415
80,184
1,686
0.98
2026-04-17T06:41:18.214199
true
github_theodo-group_GenossGPT_c61f08d70e428b6c7f42e056ece0b4d7cfccb3e4
Python
theodo-group
GenossGPT
753
63
One API for all LLMs either Private or Public (Anthropic, Llama V2, GPT 3.5/4, Vertex, GPT4ALL, HuggingFace ...) 🌈🐂 Replace OpenAI GPT with any LLMs in your app with one line.
[ "api", "gpt", "gpt4all", "huggingface", "inference", "llama", "llm", "openai", "private", "public" ]
UNKNOWN
main.py
main.py
111
from genoss.default_server import app if __name__ == "__main__": import uvicorn uvicorn.run(app=app)
11
111
7
0.98
2026-04-23T00:41:35.946701
true
github_filecoin-project_lotus_5ac75b2c6185bf2da08323688f5e9388cd37bdda
Go
filecoin-project
lotus
2,993
1,366
Reference implementation of the Filecoin protocol, written in Go
[ "blockchain", "filecoin", "golang", "ipfs" ]
NOASSERTION
cmd/lotus-shed/bitfield.go
bitfield.go
6,979
package main import ( "encoding/base64" "encoding/hex" "fmt" "io" "os" "github.com/urfave/cli/v2" "golang.org/x/xerrors" "github.com/filecoin-project/go-bitfield" rlepluslazy "github.com/filecoin-project/go-bitfield/rle" ) var bitFieldCmd = &cli.Command{ Name: "bitfield", Usage: "Bitfield an...
942
6,979
347
0.98
2026-04-17T16:51:17.121062
true
github_go-delve_delve_f8c6077f583a1c43ad5388efeb8013d8a7ae009c
Go
go-delve
delve
24,688
2,196
Delve is a debugger for the Go programming language.
[ "debugger", "go", "golang" ]
MIT
pkg/terminal/out_windows.go
out_windows.go
1,077
package terminal import ( "syscall" "unsafe" ) var ( kernel32 = syscall.NewLazyDLL("kernel32.dll") procGetStdHandle = kernel32.NewProc("GetStdHandle") procGetConsoleScreenBufferInfo = kernel32.NewProc("GetConsoleScreenBufferInfo") ) type coord struct { x, y int16 } type sma...
111
1,077
45
0.98
2026-04-17T08:42:45.378028
true
github_ChromeDevTools_chrome-devtools-mcp_e1f5d0bfb9a2f36a8c2b40cd8d8b83c645ad501b
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/DevToolsConnectionAdapter.ts
DevToolsConnectionAdapter.ts
3,425
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type * as puppeteer from './third_party/index.js'; import type {DevTools} from './third_party/index.js'; import {CDPSessionEvent} from './third_party/index.js'; /** * This class makes a puppeteer connection look like DevTo...
310
3,425
114
0.98
2026-04-23T08:42:25.963368
true
github_gethomepage_homepage_a403ef1bd36191c2179aefd72f1d0d6f05e97b7c
JavaScript
gethomepage
homepage
29,688
1,891
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
[ "docker", "homepage", "nextjs", "node", "react", "self-hosted", "startpage" ]
GPL-3.0
src/utils/highlights.js
highlights.js
9,456
const DEFAULT_LEVEL_CLASSES = { good: "bg-emerald-500/40 text-emerald-950 dark:bg-emerald-900/60 dark:text-emerald-400", warn: "bg-amber-300/30 text-amber-900 dark:bg-amber-900/30 dark:text-amber-200", danger: "bg-rose-700/45 text-rose-200 dark:bg-rose-950/70 dark:text-rose-400", }; const normalizeFieldKeys = (f...
1,112
9,456
275
0.98
2026-04-23T04:49:17.047738
true
github_final-form_react-final-form_37c863395c639821d4f08760fd21a5eccae5da5f
JavaScript
final-form
react-final-form
7,437
496
🏁 High performance subscription-based form state management for React
[ "asynchronous", "form", "form-validation", "forms", "react", "state-management", "subscription", "validation" ]
MIT
src/FormSpy.test.js
FormSpy.test.js
17,181
import React from "react"; import { render, fireEvent, cleanup } from "@testing-library/react"; import "@testing-library/jest-dom"; import { ErrorBoundary, Toggle, wrapWith } from "./testUtils"; import Form from "./ReactFinalForm"; import Field from "./Field"; import FormSpy from "./FormSpy"; const onSubmitMock = (_va...
1,186
17,178
463
0.98
2026-04-23T05:57:52.424781
true
github_jsx-eslint_eslint-plugin-react_3103be86da1bf447c358b491c6bfe9c917561c5a
JavaScript
jsx-eslint
eslint-plugin-react
9,277
2,732
React-specific linting rules for ESLint
[ "development", "ecmascript", "eslint", "javascript", "lint", "react" ]
MIT
lib/rules/jsx-props-no-spread-multi.js
jsx-props-no-spread-multi.js
1,527
/** * @fileoverview Prevent JSX prop spreading the same expression multiple times * @author Simon Schick */ 'use strict'; const docsUrl = require('../util/docsUrl'); const report = require('../util/report'); // ------------------------------------------------------------------------------ // Rule Definition // --...
139
1,527
55
0.98
2026-04-23T05:49:10.148569
true
github_seanmonstar_warp_96c6f8f3d981d0ecddd975aa819e06906bb6bf3a
Rust
seanmonstar
warp
10,274
748
A super-easy, composable, web server framework for warp speeds.
[ "framework", "http", "rust", "server" ]
MIT
src/filters/any.rs
any.rs
1,816
//! A filter that matches any route. use std::convert::Infallible; use std::future::Future; use std::pin::Pin; use std::task::{Context, Poll}; use crate::filter::{Filter, FilterBase, Internal}; /// A [`Filter`] that matches any route. /// /// This can be a useful building block to build new filters from, /// since [`...
260
1,816
77
0.98
2026-04-17T14:24:33.092592
true
github_typicode_lowdb_35278cfe712aebf305de1e1b29b171a41bf8464b
TypeScript
typicode
lowdb
22,525
967
Simple and fast JSON database
[ "database", "electron", "embeddable", "embedded-database", "javascript", "json", "localstorage", "lodash", "nodejs", "storage" ]
MIT
src/adapters/Memory.test.ts
Memory.test.ts
627
import { deepEqual, equal } from 'node:assert/strict' import test from 'node:test' import { Memory, MemorySync } from './Memory.js' await test('Memory', async () => { const obj = { a: 1 } const memory = new Memory() // Null by default equal(await memory.read(), null) // Write equal(await memory.write(o...
86
627
35
0.98
2026-04-23T06:45:30.875294
true
github_Nozbe_WatermelonDB_aa6bf44a44d8c6f4c30d5491c7b82d9cd06bc15c
TypeScript
Nozbe
WatermelonDB
11,630
644
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
[ "database", "hacktoberfest", "persistence", "react", "react-native", "reactive", "rxjs" ]
MIT
src/Relation/helpers.d.ts
helpers.d.ts
317
/* eslint-disable import/no-named-as-default-member */ /* eslint-disable import/no-named-as-default */ import type { Observable } from '../utils/rx' import type Relation from './index' import type Model from '../Model' export declare function createObservable<T extends Model>(relation: Relation<T>): Observable<T>
33
317
9
0.98
2026-04-23T05:39:42.438917
true
github_ultraworkers_claw-code_c4116b7aae2dfd21c9702cde5fcb777a6cc4cf58
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/runtime.py
runtime.py
8,233
from __future__ import annotations from dataclasses import dataclass from .commands import PORTED_COMMANDS from .context import PortContext, build_port_context, render_context from .history import HistoryLog from .models import PermissionDenial, PortingModule from .query_engine import QueryEngineConfig, QueryEnginePo...
613
8,231
193
0.98
2026-04-17T13:13:21.670167
true
github_rust-lang_rustlings_4fcbd3c353c2ed25310ed0c0c6744070a61c88f7
Rust
rust-lang
rustlings
62,528
11,177
:crab: Small exercises to get you used to reading and writing Rust code!
[ "beginner-friendly", "exercises", "rust", "rustlings" ]
MIT
src/list/state.rs
state.rs
13,827
use anyhow::{Context, Result}; use crossterm::{ QueueableCommand, cursor::{MoveTo, MoveToNextLine}, style::{ Attribute, Attributes, Color, ResetColor, SetAttribute, SetAttributes, SetForegroundColor, }, terminal::{self, BeginSynchronizedUpdate, Clear, ClearType, EndSynchronizedUpdate}, }; us...
909
13,820
412
0.98
2026-04-17T13:16:15.665552
true
github_text-mask_text-mask_13bb66bca08e058866dbbb34c33e8eb067b61add
JavaScript
text-mask
text-mask
8,222
821
Input mask for React, Angular, Ember, Vue, & plain JavaScript
[ "angular", "ember", "input-mask", "inputmask", "react", "text-formatting", "vue" ]
Unlicense
core/test/createTextMaskInputElement.spec.js
createTextMaskInputElement.spec.js
13,794
require('babel-core/register')({plugins: ['babel-plugin-rewire']}) import packageJson from '../package.json' import conformToMask from '../src/conformToMask' import {placeholderChar} from '../src/constants' const createTextMaskInputElement = (isVerify()) ? require(`../${packageJson.main}`).createTextMaskInputElemen...
1,366
13,794
364
0.98
2026-04-23T05:54:29.528916
true
github_nodejs_node_543ea6f6b02461700e03b67038e4f80a27e5a60f
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/watchdog.js
watchdog.js
1,363
'use strict'; const { TraceSigintWatchdog, } = internalBinding('watchdog'); class SigintWatchdog extends TraceSigintWatchdog { _started = false; _effective = false; _onNewListener = (eve) => { if (eve === 'SIGINT' && this._effective) { super.stop(); this._effective = false; } }; _onRem...
139
1,363
60
0.98
2026-04-23T06:16:07.180593
true
github_ssbc_patchwork_c5184a06fbf5bed9f6b7116b42bdba73a4c86149
JavaScript
ssbc
patchwork
3,571
333
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
[ "decentralized", "decentralized-messaging", "electron", "javascript", "linux", "macos", "nodejs", "off-grid", "offline", "p2p", "scuttlebutt", "server", "social", "social-network", "ssb", "windows" ]
AGPL-3.0
lib/plugins/search.js
search.js
2,469
const pull = require('pull-stream') const pullCat = require('pull-cat') module.exports = function (ssb) { return { linear: function ({ lt, gt, reverse, limit, query, old, live }) { // handle markers passed in to lt / gt const opts = { reverse, old, live, private: true } if (lt && typeof lt.time...
326
2,469
97
0.98
2026-04-23T07:49:05.879738
true
github_twpayne_chezmoi_757f0943b3deb2dcd4a4133a9d96bb8e30c6ab4f
Go
twpayne
chezmoi
19,181
628
Manage your dotfiles across multiple diverse machines, securely.
[ "configuration", "dotfile", "dotfile-management", "dotfile-manager", "dotfile-managers", "dotfiles", "linux", "macos", "security", "windows" ]
MIT
internal/chezmoi/abspath.go
abspath.go
4,679
package chezmoi import ( "fmt" "path" "path/filepath" "reflect" "strings" "github.com/go-viper/mapstructure/v2" ) var ( DotAbsPath = NewAbsPath(".") EmptyAbsPath = NewAbsPath("") RootAbsPath = NewAbsPath("/") ) // An AbsPath is an absolute path. type AbsPath string // NewAbsPath returns a new AbsPath. ...
607
4,679
197
0.98
2026-04-17T09:37:03.336498
true
github_zai-org_GLM-TTS_b82f0144843d585273e3f21d90e14346f8c95af6
Python
zai-org
GLM-TTS
977
120
GLM-TTS: Controllable & Emotion-Expressive Zero-shot TTS with Multi-Reward Reinforcement Learning
[ "edge-computing", "llm", "tts" ]
Apache-2.0
glmtts_inference.py
glmtts_inference.py
17,002
# Copyright (c) 2025 Zhipu AI Inc (authors: CogAudio Group Members) # Authors: Jiayan Cui, Zhihan Yang # # 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/LIC...
1,247
16,992
478
0.98
2026-04-18T00:03:56.807090
true
github_nightwatchjs_nightwatch_b883b85951f68167faabc25bdd395067b6fcbce1
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/runner/eventHub.js
eventHub.js
3,383
const fs = require('fs'); const path = require('path'); const EventEmitter = require('events'); const {Logger, createFolder} = require('../utils'); class NightwatchEventHub extends EventEmitter { emit(eventName, data) { if (this.isAvailable) { try { super.emit(eventName, data); } catch (err) ...
266
3,383
141
0.98
2026-04-23T06:58:42.267757
true
github_bigint_hey_3dc066230999ea57f3694e718097528d5cd84fca
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/truncateUrl.ts
truncateUrl.ts
697
const truncateUrl = (url: string, maxLength: number): string => { try { const parsed = new URL(url); const stripped = `${parsed.host}${parsed.pathname}${parsed.search}${parsed.hash}`.replace( /^www\./, "" ); if (parsed.hostname.endsWith("hey.xyz")) return stripped; return...
70
693
25
0.98
2026-04-18T01:23:17.190946
true
github_starship_starship_b608c2db930d853ec1b9ef5d4011ebd5810ba17b
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/env_var.rs
env_var.rs
895
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct EnvVarConfig<'a> { pub symbol: &'a str, pub style: &'a str, #[serde(skip_serializing_i...
86
895
35
0.98
2026-04-17T13:17:37.269711
true
github_agent0ai_agent-zero_fc4e50706d259e110c3cacfaf05d3d59cc416432
Python
agent0ai
agent-zero
17,046
3,498
Agent Zero AI framework
[ "agent", "ai", "assistant", "autonomous", "linux", "zero" ]
NOASSERTION
api/api_message.py
api_message.py
7,623
import base64 import os import uuid from datetime import datetime, timedelta from agent import AgentContext, UserMessage, AgentContextType from helpers.api import ApiHandler, Request, Response from helpers import files, projects from helpers.print_style import PrintStyle from helpers.projects import activate_project fr...
579
7,623
183
0.98
2026-04-17T15:31:33.771418
true
github_dapr_dapr_446fcdf3ad21529659e59f0ac019d48e753bf339
Go
dapr
dapr
25,691
2,067
Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven architecture with workflow orchestration.
[ "containers", "event-driven", "kubernetes", "microservice", "microservices", "pubsub", "serverless", "sidecar", "state-management" ]
Apache-2.0
pkg/buildinfo/buildinfo.go
buildinfo.go
2,319
/* Copyright 2023 The Dapr Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software d...
367
2,319
82
0.98
2026-04-17T08:35:50.645455
true
github_gofiber_fiber_d6150f055e104653c2a9af34ab7831ad4cd0b46d
Go
gofiber
fiber
39,593
1,970
⚡️ Express inspired web framework written in Go
[ "express", "expressjs", "fast", "fiber", "flexible", "framework", "friendly", "go", "golang", "hacktoberfest", "hacktoberfest2020", "nodejs", "performance", "rest-api", "web" ]
MIT
res_interface_gen.go
res_interface_gen.go
8,815
// Code generated by ifacemaker; DO NOT EDIT. package fiber import ( "bufio" "io" "github.com/valyala/fasthttp" ) // Res is an interface for response-related Ctx methods. type Res interface { // App returns the *App reference to the instance of the Fiber application App() *App // Append the specified value to...
1,293
8,815
164
0.98
2026-04-17T07:33:18.990935
true
github_ChromeDevTools_chrome-devtools-mcp_dee2c36d5b844600e00234ee0d58fcc9166361db
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/utils/string.ts
string.ts
1,518
/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Converts a given string to snake_case. * This function handles camelCase, PascalCase, and acronyms, including transitions between letters and numbers. * It uses Unicode-aware regular expressions (`\p{L}`, `\p{N}`, `\p{Lu}`...
199
1,518
39
0.98
2026-04-18T00:21:21.164260
true
github_Storia-AI_sage_f52f2e8e8252362efc361d4869fe5cd18540c6f8
Python
Storia-AI
sage
1,270
116
Chat with any codebase in under two minutes | Fully local or via third-party APIs
[ "ai", "anthropic", "claude", "copilot", "developer-tools", "hacktoberfest", "hacktoberfest-2024", "hacktoberfest2024", "langchain", "llm", "openai", "pinecone", "python", "rag" ]
Apache-2.0
setup.py
setup.py
127
# Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files. from setuptools import setup setup()
19
127
5
0.98
2026-04-17T16:26:34.532770
true
github_plastic-labs_honcho_1a339d21c84aae0e70680010d9bbd4b1f8ac17ac
Python
plastic-labs
honcho
2,529
286
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/dreamer/dream_scheduler.py
dream_scheduler.py
12,195
import asyncio import contextlib from datetime import datetime, timezone from logging import getLogger import sentry_sdk from sqlalchemy import func, select from sqlalchemy.ext.asyncio import AsyncSession from src import models from src.config import settings from src.dependencies import tracked_db from src.schemas i...
907
12,195
338
0.98
2026-04-17T16:00:14.948237
true
github_pathwaycom_pathway_7bb50a53495b89e1d3e5c4fdb0620a86ac9932f2
Rust
pathwaycom
pathway
63,434
1,631
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
[ "batch-processing", "data-analytics", "data-pipelines", "data-processing", "dataflow", "etl", "etl-framework", "iot-analytics", "kafka", "machine-learning-algorithms", "pathway", "python", "real-time", "rust", "stream-processing", "streaming", "time-series-analysis" ]
NOASSERTION
src/engine/expression.rs
expression.rs
65,936
// Copyright © 2026 Pathway #![allow(clippy::module_name_repetitions)] use arcstr::ArcStr; use log::warn; use ndarray::{ArrayD, Axis, LinalgScalar}; use num_integer::Integer; use ordered_float::OrderedFloat; use std::cmp::Ordering; use std::ops::{Deref, Range}; use std::sync::Arc; use std::vec::IntoIter; use derivat...
5,160
65,935
1,664
0.98
2026-04-23T04:40:36.121838
true
github_withspectrum_spectrum_cc1acd02798ebfb9650d584dabbf55e04236376a
JavaScript
withspectrum
spectrum
10,848
1,204
Simple, powerful online communities.
[ "expo", "flowtype", "graphql", "nodejs", "react", "reactjs", "rethinkdb", "styled-components" ]
BSD-3-Clause
api/models/message.js
message.js
5,081
//@flow const { db } = require('shared/db'); import { incrementMessageCount, decrementMessageCount } from './thread'; import type { DBMessage } from 'shared/types'; export type MessageTypes = 'text' | 'media'; export const getMessage = (messageId: string): Promise<DBMessage> => { return db .table('messages') ...
501
5,081
186
0.98
2026-04-23T05:43:03.764926
true
github_charmbracelet_crush_d9042f4298b67250168042752871fc4899256aaa
Go
charmbracelet
crush
23,121
1,528
Glamourous agentic coding for all 💘
[ "agentic-ai", "ai", "llms", "ravishing" ]
NOASSERTION
internal/cmd/session.go
session.go
20,262
package cmd import ( "context" "encoding/json" "errors" "fmt" "io" "os" "os/exec" "runtime" "sort" "strings" "syscall" "time" "charm.land/lipgloss/v2" "github.com/charmbracelet/colorprofile" "github.com/charmbracelet/crush/internal/agent/tools" "github.com/charmbracelet/crush/internal/config" "github...
2,156
20,258
723
0.98
2026-04-17T09:14:40.358254
true
github_reactstrap_reactstrap_b95744f53d1242e6b064e2281a9aeea991aeb2e5
JavaScript
reactstrap
reactstrap
10,527
1,288
Simple React Bootstrap 5 components
[ "bootstrap", "components", "hacktoberfest", "javascript", "react", "reactstrap", "ui" ]
MIT
src/CloseButton.js
CloseButton.js
1,042
import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { mapToCssModules } from './utils'; const propTypes = { /** Disable the button if needed */ active: PropTypes.bool, /** Aria label */ 'aria-label': PropTypes.string, /** Function to be triggered on clic...
110
1,042
44
0.98
2026-04-23T05:44:04.020752
true
github_H-M-H_Weylus_f3ed5e5a6e014cd63068af61e27a98102fa857a2
Rust
H-M-H
Weylus
9,099
364
Use your tablet as graphic tablet/touch screen on your computer.
[ "android", "android-application", "app", "browser", "ffmpeg", "hardware-acceleration", "ipados", "linux", "multi-touch", "remote-desktop", "rust", "screen-mirroring", "stylus", "tablet", "touch-screen", "uinput", "wayland", "webapp", "x11", "xdg-desktop-portal" ]
NOASSERTION
src/capturable/testsrc.rs
testsrc.rs
3,957
use crate::capturable::{Capturable, Geometry, Recorder}; use crate::video::PixelProvider; use std::error::Error; #[derive(Debug, Clone, Copy)] pub enum PixelFormat { BGR0, RGB0, RGB, } #[derive(Debug, Clone, Copy)] pub struct TestCapturable { pub width: usize, pub height: usize, pub pixel_form...
483
3,957
126
0.98
2026-04-17T14:28:24.278790
true
github_amir20_dozzle_345c2317327c754147316887ee223da47c534eb9
Go
amir20
dozzle
12,398
530
Realtime log viewer for containers. Supports Docker, Swarm and K8s.
[ "docker", "docker-container", "golang", "k8s", "log", "logging", "logging-server", "real-time", "sever-events", "swarm", "vuejs" ]
MIT
internal/web/routes_test.go
routes_test.go
4,207
package web import ( "context" "crypto/tls" "time" "io" "io/fs" "github.com/amir20/dozzle/internal/container" docker_support "github.com/amir20/dozzle/internal/support/docker" docker_types "github.com/docker/docker/api/types/container" "github.com/docker/docker/api/types/system" "github.com/go-chi/chi/v5" ...
366
4,207
127
0.98
2026-04-17T11:37:34.793628
true
github_GoogleContainerTools_kaniko_7346160ac87ede894555cf2e62462493ad67860a
Go
GoogleContainerTools
kaniko
15,768
1,529
Build Container Images In Kubernetes
[ "containers", "developer-tools", "docker", "kubernetes" ]
Apache-2.0
pkg/commands/expose.go
expose.go
2,095
/* Copyright 2018 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dist...
253
2,095
79
0.98
2026-04-17T10:29:02.004042
true
github_starship_starship_db2308e4972da46dc59b1ea5e9eeffb285ce3b8c
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/daml.rs
daml.rs
885
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct DamlConfig<'a> { pub symbol: &'a str, pub format: &'a str, pub version_format: &'a str...
85
884
35
0.98
2026-04-17T13:17:33.660353
true
github_adam-mcdaniel_sage_09260d323fa4c0606423c7c0a0d3e0b604f7a402
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/targets/sage_os.rs
sage_os.rs
24,715
//! # C Target //! //! An implementation of the virtual machine for the C language. //! //! This allows the virtual machine to target C programs. //! //! ## Portability //! //! Right now, this target only supports GCC due to a quirk //! with the way this implementation compiles functions. //! For some reason, Clang doe...
3,103
24,715
979
0.98
2026-04-17T17:14:57.795339
true
github_ChatGPTNextWeb_NextChat_122afd5d3cb6b1745ac6a4662e526cbc9614b778
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/index.ts
index.ts
128
export * from "./chat"; export * from "./update"; export * from "./access"; export * from "./config"; export * from "./plugin";
20
128
6
0.98
2026-04-23T08:58:25.782103
true
github_NativeScript_nativescript-cli_55ac67aa9335239ae8ddb558edd7fcdcf7ac7b82
TypeScript
NativeScript
nativescript-cli
1,051
201
NativeScript CLI - command-line tools
[ "android", "cli", "cross-platform", "hacktoberfest", "ios", "mobile", "nativescript" ]
Apache-2.0
lib/common/http-client.ts
http-client.ts
7,223
import * as _ from "lodash"; import { EOL } from "os"; import * as util from "util"; import { Server, IProxySettings, IProxyService } from "./declarations"; import { injector } from "./yok"; import axios from "axios"; import { HttpStatusCodes } from "./constants"; import * as tunnel from "tunnel"; export class HttpCli...
786
7,223
232
0.98
2026-04-23T13:02:01.080380
true
github_BrainJS_brain.js_e0900587bd0ba541ce6d833d14f48fad70223bd3
TypeScript
BrainJS
brain.js
14,862
1,079
🤖 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/svm.ts
svm.ts
961
import { KernelOutput } from 'gpu.js'; import { BaseLayer, ILayer, ILayerSettings } from './base-layer'; import { clone, release } from '../utilities/kernel'; export class SVM extends BaseLayer { inputLayer: ILayer; constructor(inputLayer: ILayer, settings: ILayerSettings) { super(settings); this.inputLay...
127
961
40
0.98
2026-04-23T08:01:15.924364
true
github_hyperledger_fabric_6b79125f715206c84555266b4a8730083f42b281
Go
hyperledger
fabric
16,625
9,117
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
[ "blockchain", "confidentiality", "consensus", "distributed-ledger", "fabric", "hyperledger" ]
Apache-2.0
core/cclifecycle/lifecycle.go
lifecycle.go
6,795
/* Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ package cclifecycle import ( "sync" "github.com/hyperledger/fabric-lib-go/common/flogging" "github.com/hyperledger/fabric/common/chaincode" "github.com/pkg/errors" ) // Logger is the logging instance for this package. // It's ex...
760
6,795
209
0.98
2026-04-17T10:21:54.780662
true
github_rust-lang_rustup_ab20922aa61c7da0801e268cefece52b11f4948d
Rust
rust-lang
rustup
6,844
1,031
The Rust toolchain installer
[ "hacktoberfest", "rust", "rustlang", "toolchain" ]
Apache-2.0
src/cli/log.rs
log.rs
6,037
use std::fmt; use anstyle::{AnsiColor, Color, Style}; #[cfg(feature = "otel")] use opentelemetry_sdk::trace::Tracer; use tracing::{Event, Subscriber, level_filters::LevelFilter}; use tracing_subscriber::{ EnvFilter, Layer, Registry, fmt::{ FmtContext, format::{self, FormatEvent, FormatFields}, ...
478
6,037
185
0.98
2026-04-17T14:42:19.288847
true
github_slimtoolkit_slim_3b97d32b3fb3a52eb28305c65ad2194340ef1d7b
Go
slimtoolkit
slim
23,148
824
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
[ "apparmor", "containers", "docker", "go", "golang", "hacktoberfest", "minify", "minify-images", "seccomp", "seccomp-profile", "security", "slim" ]
Apache-2.0
pkg/system/syscalls_x86f64.go
syscalls_x86f64.go
7,275
package system const ( SyscallX86MaxNum64 = 435 SyscallX86LastName64 = "clone3" ) // line numbers are aligned with the syscall number (-10) var syscallNumTableX86Family64 = [...]string{ "read", "write", "open", "close", "stat", "fstat", "lstat", "poll", "lseek", "mmap", "mprotect", "munmap", "brk", ...
534
7,275
479
0.98
2026-04-17T09:13:56.860747
true
github_kennethleungty_Llama-2-Open-Source-LLM-CPU-Inference_78367ba591ca8edfbdda7d890e698b9ca6b46500
Python
kennethleungty
Llama-2-Open-Source-LLM-CPU-Inference
976
207
Running Llama 2 and other Open-Source LLMs on CPU Inference Locally for Document Q&A
[ "c-transformers", "chatgpt", "cpu", "cpu-inference", "deep-learning", "document-qa", "faiss", "langchain", "language-models", "large-language-models", "llama", "llama-2", "llm", "machine-learning", "natural-language-processing", "nlp", "open-source-llm", "python", "sentence-trans...
MIT
src/prompts.py
prompts.py
714
''' =========================================== Module: Prompts collection =========================================== ''' # Note: Precise formatting of spacing and indentation of the prompt template is important for Llama-2-7B-Chat, # as it is highly sensitive to whitespace changes. For example, it could have ...
102
714
19
0.98
2026-04-22T17:01:34.178950
true
github_apollographql_apollo-client_02c04e5553aa13b0b9f099945d8c3e238c892d85
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/core/QueryInfo.ts
QueryInfo.ts
22,697
import { equal } from "@wry/equality"; import type { DocumentNode, FormattedExecutionResult } from "graphql"; import type { ApolloCache, Cache } from "@apollo/client/cache"; import type { IgnoreModifier } from "@apollo/client/cache"; import type { Incremental } from "@apollo/client/incremental"; import type { ApolloLi...
2,343
22,697
635
0.98
2026-04-18T01:25:41.711084
true
github_eragonruan_text-detection-ctpn_8722d3b7fbb2954e986eb5b88ca9c8ffeb4e0b77
Python
eragonruan
text-detection-ctpn
3,436
1,317
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
[ "ctpn", "id-card", "ocr", "robust-reading", "tensorflow", "text-detection" ]
MIT
lib/networks/factory.py
factory.py
467
from .VGGnet_test import VGGnet_test from .VGGnet_train import VGGnet_train def get_network(name): """Get a network by name.""" if name.split('_')[0] == 'VGGnet': if name.split('_')[1] == 'test': return VGGnet_test() elif name.split('_')[1] == 'train': return VGGnet_train(...
41
467
15
0.98
2026-04-23T00:02:31.752004
true
github_zeromicro_go-zero_74ee2a12c7bd638a759f85089ec61f105f464ad9
Go
zeromicro
go-zero
32,929
4,288
A cloud-native Go microservices framework with cli tool for productivity.
[ "ai-native", "ai-native-development", "cloud-native", "code-generation", "framework", "gateway", "go", "golang", "grpc-gateway", "microservice", "microservice-framework", "microservices", "microservices-architecture", "rest-api", "restful", "restful-api", "rpc", "rpc-framework", ...
MIT
core/color/color_test.go
color_test.go
310
package color import ( "testing" "github.com/stretchr/testify/assert" ) func TestWithColor(t *testing.T) { output := WithColor("Hello", BgRed) assert.Equal(t, "Hello", output) } func TestWithColorPadding(t *testing.T) { output := WithColorPadding("Hello", BgRed) assert.Equal(t, " Hello ", output) }
33
310
18
0.98
2026-04-17T08:11:28.265354
true
github_seanmonstar_warp_ef59aa21ceaba2cdbabe5da3ba1fc95c73916764
Rust
seanmonstar
warp
10,274
748
A super-easy, composable, web server framework for warp speeds.
[ "framework", "http", "rust", "server" ]
MIT
src/test.rs
test.rs
21,202
//! Test utilities to test your filters. //! //! [`Filter`](../trait.Filter.html)s can be easily tested without starting up an HTTP //! server, by making use of the [`RequestBuilder`](./struct.RequestBuilder.html) in this //! module. //! //! # Testing Filters //! //! It's easy to test filters, especially if smaller fil...
2,265
21,202
757
0.98
2026-04-17T14:24:44.452098
true
github_rust-lang_rustfmt_8839b61b353ff5c4bca88877df2a7b25d9de8ea5
Rust
rust-lang
rustfmt
6,794
1,002
Format Rust code
[ "codeformatter", "formatter", "rust", "rustfmt" ]
Apache-2.0
src/stmt.rs
stmt.rs
4,012
use rustc_ast::ast; use rustc_span::Span; use crate::comment::recover_comment_removed; use crate::config::StyleEdition; use crate::expr::{ExprType, format_expr, is_simple_block}; use crate::rewrite::{Rewrite, RewriteContext, RewriteError, RewriteResult}; use crate::shape::Shape; use crate::source_map::LineRangeUtils; ...
356
4,012
144
0.98
2026-04-17T14:43:30.700773
true
github_ritz078_transform_dc86505601257e8beabe9add7cb054ec92786b9e
TypeScript
ritz078
transform
9,138
704
A polyglot web converter.
[ "css", "flow", "golang", "graphql", "jsx", "react", "react-native", "rust", "transformations", "typescript" ]
MIT
typings.d.ts
typings.d.ts
948
declare module "@workers/prettier.worker" { class WebpackWorker extends Worker { constructor(); } export default WebpackWorker; } declare module "@workers/svgo.worker" { class WebpackWorker extends Worker { constructor(); } export default WebpackWorker; } declare module "@workers/babel.worker" {...
101
948
53
0.98
2026-04-23T08:27:02.483584
true
github_kyverno_kyverno_e48b99c00d5861e450c256aa091aa6fe775ddd4d
Go
kyverno
kyverno
7,636
1,314
Unified Policy as Code
[ "compliance", "governance", "kubernetes", "policy-as-code", "security" ]
Apache-2.0
pkg/engine/attestation_test.go
attestation_test.go
15,325
package engine import ( "encoding/json" "testing" "github.com/go-logr/logr" v1 "github.com/kyverno/kyverno/api/kyverno/v1" "github.com/kyverno/kyverno/pkg/config" "github.com/kyverno/kyverno/pkg/engine/context" "github.com/kyverno/kyverno/pkg/engine/internal" "github.com/kyverno/kyverno/pkg/engine/jmespath" ...
534
15,325
267
0.98
2026-04-17T20:25:34.178286
true
github_graphql_graphql-js_53ad685c8c1742cd3c5f1ed8920768c4ab4ab27c
TypeScript
graphql
graphql-js
20,323
2,056
A reference implementation of GraphQL for JavaScript
[ "graphql", "graphql-js" ]
MIT
src/jsutils/suggestionList.ts
suggestionList.ts
3,938
import { naturalCompare } from './naturalCompare'; /** * Given an invalid input string and a list of valid options, returns a filtered * list of valid options sorted based on their similarity with the input. */ export function suggestionList( input: string, options: ReadonlyArray<string>, ): Array<string> { c...
553
3,938
138
0.98
2026-04-18T01:24:52.540489
true
github_Automattic_mongoose_a4ef62bb5fe14696f6e4a9eae710390cc7aab137
JavaScript
Automattic
mongoose
27,471
3,979
MongoDB object modeling designed to work in an asynchronous environment.
[ "mongo", "mongodb", "nodejs", "odm", "orm" ]
MIT
lib/options/schemaDateOptions.js
schemaDateOptions.js
1,551
'use strict'; const SchemaTypeOptions = require('./schemaTypeOptions'); /** * The options defined on a Date schematype. * * #### Example: * * const schema = new Schema({ startedAt: Date }); * schema.path('startedAt').options; // SchemaDateOptions instance * * @api public * @inherits SchemaTypeOptions...
215
1,551
72
0.98
2026-04-23T06:42:39.060496
true
github_miurla_morphic_d725fb764935a74d1c57159bae21cbcfcdac4978
TypeScript
miurla
morphic
8,788
2,343
An AI-powered search engine with a generative UI
[ "deepseek-r1", "generative-ai", "generative-ui", "nextjs", "ollama", "react", "redis", "searxng", "shadcn-ui", "tailwindcss", "tavily", "typescript", "upstash", "vercel-ai-sdk" ]
Apache-2.0
lib/tools/dynamic.ts
dynamic.ts
1,315
import { dynamicTool } from 'ai' import { z } from 'zod' import type { MCPClient } from '@/lib/types/dynamic-tools' /** * Creates a dynamic tool that can be used for runtime-defined tools * such as MCP tools or user-defined functions */ export function createDynamicTool( name: string, description: string, ex...
165
1,315
55
0.98
2026-04-23T09:50:03.118983
true
github_bigint_hey_bd756d489cc246eb1de3a505ba11acc81b12bf79
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/types/jwt.d.ts
jwt.d.ts
146
export interface JwtActClaim { sub: string; } export interface JwtPayload { sub: string; exp: number; sid: string; act: JwtActClaim; }
20
146
11
0.98
2026-04-18T01:23:21.906200
true
github_harvester_harvester_3482d0801d6aab19f6a18066b83447750a132775
Go
harvester
harvester
4,992
425
Open source hyperconverged infrastructure (HCI) software
[ "harvester", "kubernetes", "virtualization" ]
Apache-2.0
pkg/version/version.go
version.go
171
package version import "fmt" var ( Version = "v0.0.0-dev" GitCommit = "HEAD" ) func FriendlyVersion() string { return fmt.Sprintf("%s (%s)", Version, GitCommit) }
23
171
13
0.98
2026-04-17T21:41:21.737076
true
github_allegro_ralph_a4fcaa1acd7189bb61d1b67a6690818d54152118
Python
allegro
ralph
2,488
592
Ralph is the CMDB / Asset Management system for data center and back office hardware.
[ "assets-management", "backoffice", "cmdb", "data-center", "dcim", "django", "hacktoberfest", "inventory", "inventory-management", "python3" ]
Apache-2.0
setup.py
setup.py
2,364
# -*- encoding: utf-8 -*- import os import subprocess import sys from setuptools import find_packages, setup assert sys.version_info >= (3, 10), "Python 3.10+ required." def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() def get_version(): script = os.path.join(os.path.ab...
196
2,364
70
0.98
2026-04-23T01:41:57.469048
true
github_zhayujie_CowAgent_4503ac678cf5f592773d56c212ea135786593bf7
Python
zhayujie
CowAgent
43,636
9,973
CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
[ "ai", "ai-agent", "chatgpt-on-wechat", "claude", "deepseek", "dingtalk", "feishu-bot", "gemini", "kimi", "linkai", "llm", "mcp", "multi-agent", "openai", "openclaw", "python3", "qwen", "skills", "wechat", "weixin" ]
MIT
app.py
app.py
13,535
# encoding:utf-8 import os import signal import sys import time from channel import channel_factory from common import const from common.log import logger from config import load_config, conf from plugins import * import threading _channel_mgr = None def get_channel_manager(): return _channel_mgr def _parse...
1,105
13,535
352
0.98
2026-04-22T14:54:30.048121
true
github_aquasecurity_tracee_13992194ec8883c011ee73691b3e2332afb64c5f
Go
aquasecurity
tracee
4,468
493
Linux Runtime Security and Forensics using eBPF
[ "bpf", "docker", "ebpf", "golang", "kubernetes", "linux", "runtime-security", "security" ]
Apache-2.0
pkg/ebpf/extension_test.go
extension_test.go
8,007
package ebpf import ( "context" "testing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/aquasecurity/tracee/types/trace" ) // mockExtension is a mock implementation of the Extension interface for testing type mockExtension struct { name string initCalled bool ...
777
8,007
272
0.98
2026-04-17T22:16:52.913057
true
github_heroiclabs_nakama_9fde3f0c2156867dceff4440c918a1bea68a24a7
Go
heroiclabs
nakama
12,485
1,393
Scalable open-source game backend server: multiplayer, matchmaking, leaderboards, chat, and social features for games.
[ "backend", "cpp", "csharp", "dotnet", "game", "game-backend", "game-framework", "gamedev", "go", "godot", "javascript", "lua", "multiplayer", "nakama", "server", "typescript", "unity", "unity3d", "unreal", "unreal-engine" ]
Apache-2.0
internal/gopher-lua/package.go
package.go
266
// GopherLua: VM and compiler for Lua in Go package lua const PackageName = "GopherLua" const PackageVersion = "0.1" const PackageAuthors = "Yusuke Inuzuka" const PackageCopyRight = PackageName + " " + PackageVersion + " Copyright (C) 2015 -2017 " + PackageAuthors
42
266
8
0.98
2026-04-17T11:35:46.984230
true
github_avwo_whistle_6ef83765db41f9a127b98b162ed28be9c13e9112
JavaScript
avwo
whistle
15,478
1,155
HTTP, HTTP2, HTTPS, Websocket debugging proxy
[ "charles", "debug", "fiddler", "hosts", "node", "nodejs", "proxy", "web", "weinre" ]
MIT
lib/util/data-server.js
data-server.js
17,477
var net = require('net'); var util = require('./index'); var logger = require('./logger'); var config = require('../config'); var socketMgr = require('../socket-mgr'); var version = config.version; var nodeVersion = process.version.substring(1); if (!(config.reqCacheSize > 0) || config.reqCacheSize < 600) { config....
2,190
17,301
713
0.98
2026-04-23T06:51:24.585672
true
github_Hans-Halverson_brimstone_692e7aed4e61ab9233893a0024e26f6e16fa361c
Rust
Hans-Halverson
brimstone
1,293
32
New JavaScript engine written in Rust
[ "compiler", "ecmascript", "interpreter", "javascript", "javascript-engine", "runtime", "vm" ]
MIT
src/main.rs
main.rs
2,038
use clap::Parser; use std::rc::Rc; use brimstone_core::{ common::{ error::{print_error_message_and_exit, FormatOptions}, options::{Args, Options}, terminal::stderr_should_use_colors, }, parser::source::Source, runtime::{ alloc_error::AllocResult, gc_object::GcObject, te...
163
2,038
83
0.98
2026-04-17T17:07:15.285414
true
github_pathwaycom_pathway_4bb0b56e8e6dd6ec5d60fb57d99be601f61ad6df
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/nats.rs
nats.rs
7,832
use log::error; use std::borrow::Cow; use std::future::{Future, IntoFuture}; use std::mem::take; use std::pin::Pin; use async_nats::header::HeaderMap as NatsHeaders; use async_nats::jetstream; use async_nats::jetstream::consumer::pull::Stream as NatsPullStream; use async_nats::jetstream::context::Context as JetStream;...
645
7,832
273
0.98
2026-04-23T04:40:31.579415
true
github_checkly_headless-recorder_8ab7908938e950db054c7be7f0ebdd1adbd1ea21
JavaScript
checkly
headless-recorder
15,278
732
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
[ "chrome", "chrome-extension", "playwright", "puppeteer", "vue" ]
MIT
src/background/index.js
index.js
8,232
import badge from '@/services/badge' import browser from '@/services/browser' import storage from '@/services/storage' import { popupActions, recordingControls } from '@/services/constants' import { overlayActions } from '@/modules/overlay/constants' import { headlessActions } from '@/modules/code-generator/constants' ...
707
8,232
306
0.98
2026-04-23T11:48:35.188675
true
github_tarcisio-marinho_GonnaCry_1249b7246045ca4af2b9e823b5db013b2d769569
Python
tarcisio-marinho
GonnaCry
772
406
A Linux Ransomware
[ "aes", "aes-encryption", "c", "crypto-library", "cryptography", "decryption", "encryption", "linux", "linux-ransomware", "malware", "malware-analysis", "malware-development", "openssl", "python", "python-2", "ransom-worm", "ransomware", "ransomware-prevention", "rsa-cryptography"...
GPL-2.0
src/build.py
build.py
1,502
#!/usr/bin/env python import argparse import base64, os, sys """ parser = argparse.ArgumentParser(description='Build GonnaCry.', add_help=True) parser.add_argument('-i', '--ip', type=str, required=True, metavar='[FILE]', help='Ip address of the server. GonnaCry will try to connect to') parser.add_argument('-p'...
139
1,502
76
0.98
2026-04-23T04:35:49.569932
true
github_tinygo-org_tinygo_fb88fb93fa501dc3a5fe9eb7adefab0b72e341d6
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_feather-m4.go
board_feather-m4.go
1,648
//go:build feather_m4 package machine // used to reset into bootloader const resetMagicValue = 0xf01669ef // GPIO Pins const ( D0 = PB17 // UART0 RX/PWM available D1 = PB16 // UART0 TX/PWM available D4 = PA14 // PWM available D5 = PA16 // PWM available D6 = PA18 // PWM available D8 = PB03 // built-in neo...
307
1,648
97
0.98
2026-04-17T10:14:22.207492
true
github_NodeBB_NodeBB_29167fcfb9db0e0743e77c01c272df9698225fb9
JavaScript
NodeBB
NodeBB
15,048
2,942
Node.js based forum software built for the modern web
[ "community", "forum", "javascript", "mongodb", "node", "nodebb", "nodejs", "postgresql", "redis", "socket-io", "websockets" ]
GPL-3.0
src/controllers/topics.js
topics.js
13,733
'use strict'; const nconf = require('nconf'); const path = require('path'); const qs = require('querystring'); const validator = require('validator'); const user = require('../user'); const meta = require('../meta'); const topics = require('../topics'); const categories = require('../categories'); const posts = requi...
1,270
13,733
440
0.98
2026-04-23T06:53:18.189313
true
github_shadowsocks_shadowsocks-rust_0c1653a0ac5fb0e5751577a93fde43b30cd8d0e4
Rust
shadowsocks
shadowsocks-rust
10,501
1,407
A Rust port of shadowsocks
[ "http-proxy", "rust", "security", "shadowsocks", "socks4", "socks5", "transparent-proxy" ]
MIT
src/daemonize/unix.rs
unix.rs
799
use std::{env::current_dir, path::Path}; use super::daemonize::Daemonize; use log::error; /// Daemonize a server process in a *nix standard way /// /// This function will redirect `stdout`, `stderr` to `/dev/null`, /// and follow the exact behavior in shadowsocks-libev pub fn daemonize<F: AsRef<Path>>(pid_path: Optio...
92
799
25
0.98
2026-04-17T14:23:38.364540
true
github_SeaQL_sea-orm_6090dfd6440625c8432e0db276bb4346d75bbcfd
Rust
SeaQL
sea-orm
9,543
693
🐚 A powerful relational ORM for Rust
[ "database", "hacktoberfest", "loco", "mariadb", "mysql", "orm", "postgres", "rust", "sql", "sqlite", "sqlx", "tokio" ]
Apache-2.0
src/driver/sqlx_common.rs
sqlx_common.rs
2,367
use crate::{ConnAcquireErr, ConnectOptions, DbErr, RuntimeErr}; /// Converts an [sqlx::error] execution error to a [DbErr] pub fn sqlx_error_to_exec_err(err: sqlx::Error) -> DbErr { DbErr::Exec(RuntimeErr::SqlxError(err.into())) } /// Converts an [sqlx::error] query error to a [DbErr] pub fn sqlx_error_to_query_e...
209
2,367
67
0.98
2026-04-17T14:27:05.678764
true
github_mswjs_msw_ff6b55706be821d9bc6413ea37f640029438e94e
TypeScript
mswjs
msw
17,848
615
Industry standard API mocking for JavaScript.
[ "api", "api-mocking", "devtools", "mock", "mock-service-worker", "mocking", "mocking-framework", "mocking-library", "msw", "mswjs", "service-worker" ]
MIT
src/core/http.ts
http.ts
2,070
import { type DefaultBodyType, type RequestHandlerOptions, type ResponseResolver, } from './handlers/RequestHandler' import { HttpMethods, HttpHandler, type HttpRequestResolverExtras, type HttpRequestPredicate, } from './handlers/HttpHandler' import type { PathParams } from './utils/matching/matchRequestU...
202
2,070
65
0.98
2026-04-17T17:54:38.617444
true
github_stanfordnmbl_osim-rl_e686d3deb8eff4284565fe7663dd6409b59edf4c
Python
stanfordnmbl
osim-rl
947
250
Reinforcement learning environments with musculoskeletal models
[ "biomechanics", "deep-reinforcement-learning", "kinematics", "machine-learning", "opensim", "physics", "reinforcement-learning", "simulation-environment", "simulator" ]
MIT
setup.py
setup.py
970
#!/usr/bin/env python import os from setuptools import setup, find_packages # This provides the variable `__version__`. # execfile('opensim/version.py') __version__ = "3.0.11" setup(name='osim-rl', version=__version__, description='OpenSim Reinforcement Learning Framework', author='Lukasz Kidzins...
65
970
30
0.98
2026-04-22T20:23:55.594716
true
github_ultralytics_yolov3_f2d02faaa5a546ed4696b0c9bfcb0cc90e2c07e2
Python
ultralytics
yolov3
10,567
3,438
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
[ "deep-learning", "machine-learning", "object-detection", "ultralytics", "yolo", "yolov3", "yolov5" ]
AGPL-3.0
hubconf.py
hubconf.py
22,267
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license """ PyTorch Hub models https://pytorch.org/hub/ultralytics_yolov5. Usage: import torch model = torch.hub.load('ultralytics/yolov5', 'yolov5s') # official model model = torch.hub.load('ultralytics/yolov5:master', 'yolov5s') # from branch ...
2,390
22,256
459
0.98
2026-04-17T06:49:29.722731
true
github_souvikmajumder26_Multi-Agent-Medical-Assistant_53fed2e5fbb435291d01e7d6053e536d6cf1f7d6
Python
souvikmajumder26
Multi-Agent-Medical-Assistant
865
192
⚕️GenAI powered multi-agentic medical diagnostics and healthcare research assistance chatbot. 🏥 Designed for healthcare professionals, researchers and patients.
[ "agent", "agentic-ai", "agents", "chatbot", "computer-vision", "disease-detection", "genai", "genai-chatbot", "generative-ai", "guardrails", "langchain", "langgraph", "large-language-models", "llm", "medical-image-processing", "medical-imaging", "python", "rag", "retrieval-augmen...
Apache-2.0
app.py
app.py
13,475
import os import uuid import tempfile from typing import Dict, Union, Optional, List import glob import threading import time from io import BytesIO from fastapi import FastAPI, UploadFile, File, Form, HTTPException, Depends, Request, Response, Cookie from fastapi.responses import JSONResponse, FileResponse, HTMLRespo...
1,122
13,475
397
0.98
2026-04-22T22:00:02.400722
true
github_cognitivetech_ollama-ebook-summary_a4e4e9828855e4fe5a3850ef6daf6835fd7d6648
Python
cognitivetech
ollama-ebook-summary
620
49
LLM for Long Text Summary (Comprehensive Bulleted Notes)
[ "generative-ai", "gpt", "llm", "localai", "localgpt", "ollama", "ollama-app", "privategpt", "privategpt4linux", "summarization" ]
UNKNOWN
lib/epubunz.py
epubunz.py
1,420
import zipfile import os import sys import re def extract_html_files(epub_path, output_dir): if not os.path.isfile(epub_path): print(f"Error: The file {epub_path} does not exist.") return # Create the output directory if it doesn't exist if not os.path.exists(output_dir): os.makedi...
135
1,420
40
0.98
2026-04-22T22:05:51.910220
true
github_bigint_hey_1fab96d52513c5ce0229ddb99995de3917b051b6
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/postHelpers.ts
postHelpers.ts
415
import type { AnyPostFragment } from "@/indexer/generated"; type Typename<T = string> = { [key in "__typename"]?: T }; type PickByTypename< T extends Typename, P extends T["__typename"] | undefined > = T extends { __typename?: P; } ? T : never; export const isRepost = <T extends AnyPostFragment>( post: n...
63
415
19
0.98
2026-04-18T01:23:12.407977
true
github_prometheus-operator_prometheus-operator_856c82a755e71b0658c3beefca2a95508640b496
Go
prometheus-operator
prometheus-operator
9,895
3,851
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
[ "hacktoberfest", "kubernetes", "monitoring", "prometheus" ]
Apache-2.0
pkg/operator/operator.go
operator.go
17,959
// Copyright The prometheus-operator 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 o...
1,905
17,959
614
0.98
2026-04-17T19:41:03.464182
true