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_Jguer_yay_86af9891eb5ec2d5428c992b0b114beb042ddc23
Go
Jguer
yay
13,356
399
Yet another Yogurt - An AUR Helper written in Go
[ "archlinux", "aur", "aur-completions", "aur-helper", "aur-packages", "pacaur", "pacman", "pkgbuild", "yaourt", "yay" ]
GPL-3.0
query.go
query.go
7,120
package main import ( "context" "fmt" "io/fs" "path/filepath" aur "github.com/Jguer/aur" alpm "github.com/Jguer/dyalpm" mapset "github.com/deckarep/golang-set/v2" "github.com/leonelquinteros/gotext" "github.com/Jguer/yay/v12/pkg/db" "github.com/Jguer/yay/v12/pkg/query" "github.com/Jguer/yay/v12/pkg/runtim...
911
7,120
286
0.98
2026-04-17T11:23:20.882247
true
github_autonomousvision_unimatch_f552b947761664a2032a7ddd19d6e25e0fc1b49b
Python
autonomousvision
unimatch
1,365
132
[TPAMI'23] Unifying Flow, Stereo and Depth Estimation
[ "correspondence", "cross-attention", "depth", "matching", "optical-flow", "stereo", "transformer", "unified-model" ]
MIT
evaluate_flow.py
evaluate_flow.py
32,673
from PIL import Image import os import time import numpy as np import torch import torch.nn.functional as F from dataloader.flow.datasets import FlyingChairs, FlyingThings3D, MpiSintel, KITTI from utils import frame_utils from utils.flow_viz import save_vis_flow_tofile, flow_to_image import imageio from u...
2,284
32,673
832
0.98
2026-04-22T21:04:18.648258
true
github_adam-mcdaniel_sage_8f757fcdb471f8a57acea8bdad7256bdc114a657
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/annotate.rs
annotate.rs
7,555
use crate::parse::SourceCodeLocation; use core::ops::{BitOr, BitOrAssign}; use serde_derive::{Deserialize, Serialize}; use std::collections::BTreeSet; /// An annotation for metadata about an LIR expression. /// This is used for error reporting, debugging, optimization, /// and for representing the LIR in a human-reada...
754
7,555
217
0.98
2026-04-17T17:14:52.460308
true
github_ElricLiu_AutoGPT-Next-Web_1cff063a55f85b2a286a2f2236d4d83e80070dd0
TypeScript
ElricLiu
AutoGPT-Next-Web
3,007
1,353
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.一键免费部署你的私人AutoGPT 网页应用
[ "auto-gpt", "connect-ai", "docker", "docker-compose", "langchangjs", "llm", "nextjs", "openai", "react", "vercel" ]
GPL-3.0
src/server/redis.ts
redis.ts
655
// @ts-nocheck import { Ratelimit } from "@upstash/ratelimit"; // for deno: see above import { Redis } from "@upstash/redis"; import { env } from "../env/server.mjs"; const redisRateLimiter = new Ratelimit({ redis: new Redis({ url: env.UPSTASH_REDIS_REST_URL ?? "", token: env.UPSTASH_REDIS_REST_TOKEN ?? "", ...
73
655
22
0.98
2026-04-23T10:19:51.624510
true
github_pubkey_rxdb_80157cf826f41a7c51efd1669378433cf46c711b
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-collection.d.ts
rx-collection.d.ts
4,269
import type { RxJsonSchema, RxDocument, MigrationStrategies, RxConflictHandler } from './index.d.ts'; import type { RxCollectionBase } from '../rx-collection.d.ts'; import type { QueryCache } from '../query-cache.d.ts'; import type { RxLocalDocumentMutation } from './rx-database.d.ts'; export inter...
417
4,269
118
0.98
2026-04-23T08:22:13.558067
true
github_OpenListTeam_OpenList_11d345a779cbdb1b2dc92bdab56bae85e17b6af7
Go
OpenListTeam
OpenList
21,963
1,882
A new AList Fork to Anti Trust Crisis
[ "alist", "aliyunpan", "baidupan", "openlist" ]
AGPL-3.0
internal/db/searchnode.go
searchnode.go
2,763
package db import ( "fmt" stdpath "path" "strings" "github.com/OpenListTeam/OpenList/v4/internal/conf" "github.com/OpenListTeam/OpenList/v4/internal/model" "github.com/OpenListTeam/OpenList/v4/pkg/utils" "github.com/pkg/errors" "gorm.io/gorm" ) func whereInParent(parent string) *gorm.DB { if parent == "/" {...
271
2,763
92
0.98
2026-04-17T09:20:36.940811
true
github_firefox-devtools_profiler_b19b24b15a83d8411ce8e4d5dfc660aba3457156
TypeScript
firefox-devtools
profiler
1,481
465
Firefox Profiler — Web app for Firefox performance analysis
[ "devtools", "firefox", "gecko-profiler", "javascript", "performance", "profiler", "react", "redux" ]
MPL-2.0
src/utils/codemirror-shared.ts
codemirror-shared.ts
7,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/. */ import { EditorView, Decoration, GutterMarker, gutter, gutterLineClass, } from '@codemirror/view'; impor...
877
7,167
197
0.98
2026-04-18T00:30:10.538488
true
github_jdh-algo_JoyVASA_5b7372b8239c6e67980e663f88a78cf9325fe936
Python
jdh-algo
JoyVASA
864
85
Diffusion-based Portrait and Animal Animation
[ "audio-driven-talking-face", "generative-ai", "image-animation", "lip-sync", "portrait-anination", "talking-head" ]
MIT
src/scheduler.py
scheduler.py
3,259
""" borrowed from https://github.com/ildoonet/pytorch-gradual-warmup-lr/blob/master/warmup_scheduler/scheduler.py """ from torch.optim.lr_scheduler import _LRScheduler from torch.optim.lr_scheduler import ReduceLROnPlateau class GradualWarmupScheduler(_LRScheduler): """ Gradually warm-up(increasing) learning rate...
290
3,259
68
0.98
2026-04-22T22:00:31.686636
true
github_authelia_authelia_df7b440dde5346794e044907296a1ef8b86870f9
Go
authelia
authelia
27,525
1,374
The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™
[ "2fa", "authentication", "docker", "golang", "kubernetes", "ldap", "mfa", "multifactor", "oauth2", "openid-connect", "passkeys", "push-notifications", "security", "sso", "sso-authentication", "totp", "two-factor", "two-factor-authentication", "webauthn", "yubikey" ]
Apache-2.0
internal/commands/acl_test.go
acl_test.go
13,452
package commands import ( "bytes" "net" "net/url" "testing" "github.com/spf13/cobra" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/valyala/fasthttp" "github.com/authelia/authelia/v4/internal/authorization" "github.com/authelia/authelia/v4/internal/configuration/sche...
1,116
13,452
510
0.98
2026-04-17T08:30:39.850723
true
github_Annihil_github-spray_db289e81d30b54df0ec5c129321efc240332cbef
JavaScript
Annihil
github-spray
1,446
97
:octocat: Draw on your GitHub contribution graph ░▒▓█
[ "calendar", "cli", "cli-app", "contribution", "github", "graffiti", "graph", "heatmap", "javascript", "npm-package", "pixel-art" ]
MIT
alphabet.js
alphabet.js
5,227
const alphabet = {}; alphabet.a = [ ' ', '11111', '1 1', '11111', '1 1', '1 1', ' ' ]; alphabet.b = [ ' ', '1111 ', '1 1', '11111', '1 1', '1111 ', ' ' ]; alphabet.c = [ ' ', '11111', '1 ', '1 ', '1 ', ...
892
5,227
436
0.98
2026-04-23T12:56:05.605383
true
github_hijkzzz_pymarl2_ba68c43ce3fb1f302a7a8530e0abc672db5ce338
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/controllers/conv_controller.py
conv_controller.py
2,284
from modules.agents import REGISTRY as agent_REGISTRY from components.action_selectors import REGISTRY as action_REGISTRY from .basic_controller import BasicMAC import torch as th from utils.rl_utils import RunningMeanStd import numpy as np # This multi-agent controller shares parameters between agents class ConvMAC(B...
195
2,284
47
0.98
2026-04-22T20:37:45.291391
true
github_dani-garcia_vaultwarden_6ff094675bcc1f8c19e6d414f5752b29b41caaa5
Rust
dani-garcia
vaultwarden
58,525
2,704
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
src/config.rs
config.rs
90,414
use std::{ env::consts::EXE_SUFFIX, fmt, process::exit, sync::{ atomic::{AtomicBool, Ordering}, LazyLock, RwLock, }, }; use job_scheduler_ng::Schedule; use reqwest::Url; use serde::de::{self, Deserialize, Deserializer, MapAccess, Visitor}; use crate::{ error::Error, util::{...
8,617
90,414
1,903
0.98
2026-04-17T13:16:32.933101
true
github_NVIDIA_k8s-device-plugin_742762a351f34e413262472834207521ae203500
Go
NVIDIA
k8s-device-plugin
3,723
806
NVIDIA device plugin for Kubernetes
[ "kubernetes" ]
Apache-2.0
internal/rm/rm.go
rm.go
5,537
/* * Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
664
5,537
157
0.98
2026-04-17T22:28:01.969744
true
github_triggerdotdev_jsonhero-web_3decce2932e88b1c1918b0f4b963a12504b75997
TypeScript
triggerdotdev
jsonhero-web
10,705
668
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
[ "developer-tools", "devtools", "hacktoberfest", "json", "json-viewer", "react", "tools", "typescript", "viewer" ]
Apache-2.0
app/utilities/codeMirrorTheme.ts
codeMirrorTheme.ts
8,258
import { EditorView } from "@codemirror/view"; import { Extension } from "@codemirror/state"; import { HighlightStyle, tags as t } from "@codemirror/highlight"; export function darkTheme(): Extension { const chalky = "#e5c07b", coral = "#e06c75", cyan = "#56b6c2", invalid = "#ffffff", ivory = "#abb2b...
749
8,258
288
0.98
2026-04-23T08:44:10.836383
true
github_ultraworkers_claw-code_714ef4720fd327e35950d6bb061f69fa184e4928
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/services/__init__.py
__init__.py
531
"""Python package placeholder for the archived `services` subsystem.""" from __future__ import annotations from src._archive_helper import load_archive_metadata _SNAPSHOT = load_archive_metadata("services") ARCHIVE_NAME = _SNAPSHOT["archive_name"] MODULE_COUNT = _SNAPSHOT["module_count"] SAMPLE_FILES = tuple(_SNAPS...
46
531
15
0.98
2026-04-17T13:13:23.434563
true
github_starship_starship_dbf97beb55e56e54e64d8fc68ca891c9b0e4023c
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/go.rs
go.rs
1,175
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct GoConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str, ...
100
1,172
45
0.98
2026-04-17T13:17:43.084405
true
github_bndw_wifi-card_e977ac8c835337d9e4d73c4bde3391ab47cbbd1c
JavaScript
bndw
wifi-card
7,129
496
📶 Print a QR code for connecting to your WiFi (wificard.io)
[ "dogs-over-cats", "qrcode", "react", "wifi", "wificard" ]
MIT
src/components/WifiCard.js
WifiCard.js
5,813
import { CameraIcon, Card, Heading, MobilePhoneIcon, Pane, Paragraph, Text, TextareaField, } from 'evergreen-ui'; import { QRCodeSVG as QRCode } from 'qrcode.react'; import { useEffect, useState } from 'react'; import { useTranslation } from 'react-i18next'; import logo from '../../src/images/wifi.png';...
411
5,813
194
0.98
2026-04-23T05:59:24.057359
true
github_nuclio_nuclio_763bb6948622e44b2ea678fc67be0f5e5dd910a1
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/dockerclient/mock.go
mock.go
5,736
/* 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 agreed to in writing, soft...
707
5,736
184
0.98
2026-04-17T21:22:31.213944
true
github_zkat_npx_21f44b37105675c5c3e78ccc532cab7fa96b6780
JavaScript
zkat
npx
2,619
105
execute npm package binaries (moved)
[ "cli", "npm", "package-manager" ]
NOASSERTION
index.js
index.js
12,920
'use strict' const Buffer = require('safe-buffer').Buffer const promisify = require('./util.js').promisify const child = require('./child') const fs = require('fs') const parseArgs = require('./parse-args.js') const path = require('path') const which = promisify(require('which')) module.exports = npx module.exports....
1,455
12,916
371
0.98
2026-04-23T12:48:11.427069
true
github_axolotl-ai-cloud_axolotl_0dfeb0c7fe1fd7fa27aef64587d69e3ce9b693ca
Python
axolotl-ai-cloud
axolotl
11,739
1,315
Go ahead and axolotl questions
[ "fine-tuning", "llm" ]
Apache-2.0
src/axolotl/train.py
train.py
23,683
"""Prepare and train a model on a dataset. Can also infer from a model or merge lora""" from __future__ import annotations import importlib import inspect import json import os import shutil import signal import sys import typing import weakref from collections import OrderedDict from contextlib import ExitStack from...
1,963
23,681
643
0.98
2026-04-22T15:07:57.397344
true
github_devspace-sh_devspace_8170b9b873117b80d343959ef3e80b2adef0cab1
Go
devspace-sh
devspace
4,958
408
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
[ "cli", "cloud-native", "container", "containerization", "dev", "developer-tool", "developer-tools", "development", "development-tools", "devops", "devops-tools", "devspace", "devtool", "docker", "golang", "helm", "kaniko", "kubernetes", "microservice", "minikube" ]
Apache-2.0
cmd/reset/pods.go
pods.go
4,164
package reset import ( "context" devspacecontext "github.com/loft-sh/devspace/pkg/devspace/context" "github.com/loft-sh/devspace/pkg/devspace/deploy" "github.com/loft-sh/devspace/pkg/devspace/kubectl" "github.com/loft-sh/devspace/cmd/flags" "github.com/loft-sh/devspace/pkg/devspace/dependency" "github.com/loft...
424
4,164
144
0.98
2026-04-17T21:41:51.869011
true
github_reactstrap_reactstrap_31705950c4ebbb930bc1e3db1e67215b72409327
JavaScript
reactstrap
reactstrap
10,527
1,288
Simple React Bootstrap 5 components
[ "bootstrap", "components", "hacktoberfest", "javascript", "react", "reactstrap", "ui" ]
MIT
src/CardHeader.js
CardHeader.js
718
import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { mapToCssModules, tagPropType } from './utils'; const propTypes = { /** Add custom class */ className: PropTypes.string, /** Change underlying component's CSS base class name */ cssModule: PropTypes.obje...
88
718
28
0.98
2026-04-23T05:43:59.002219
true
github_ChromeDevTools_chrome-devtools-mcp_596afa546affc2e54de7209e49839cda2f220670
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/network.ts
network.ts
4,184
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {zod} from '../third_party/index.js'; import type {ResourceType} from '../third_party/index.js'; import {ToolCategory} from './categories.js'; import {definePageTool} from './ToolDefinition.js'; const FILTERABLE_RESOURCE_T...
386
4,184
141
0.98
2026-04-18T00:21:14.489001
true
github_axios_axios_f57e98f84ca913e0a748ac48231137d607b36338
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/AxiosHeaders.js
AxiosHeaders.js
8,258
'use strict'; import utils from '../utils.js'; import parseHeaders from '../helpers/parseHeaders.js'; const $internals = Symbol('internals'); const INVALID_HEADER_VALUE_CHARS_RE = /[^\x09\x20-\x7E\x80-\xFF]/g; function trimSPorHTAB(str) { let start = 0; let end = str.length; while (start < end) { const c...
869
8,258
378
0.98
2026-04-23T06:16:45.337405
true
github_testing-library_dom-testing-library_2b5bcb9a9bf85e117a7e69dc1ec76785c590467b
JavaScript
testing-library
dom-testing-library
3,321
469
🐙 Simple and complete DOM testing utilities that encourage good testing practices.
[ "javascript", "testing" ]
MIT
src/wait-for-element-to-be-removed.js
wait-for-element-to-be-removed.js
1,602
import {waitFor} from './wait-for' const isRemoved = result => !result || (Array.isArray(result) && !result.length) // Check if the element is not present. // As the name implies, waitForElementToBeRemoved should check `present` --> `removed` function initialCheck(elements) { if (isRemoved(elements)) { throw ne...
185
1,602
55
0.98
2026-04-23T12:23:27.617700
true
github_morethanmin_morethan-log_a65f5e0ef351211a0bd70351d3c398f0d5b0fd47
JavaScript
morethanmin
morethan-log
2,282
1,808
😎 A static blog using notion database
[ "blog", "blog-template", "blog-theme", "morethan-log", "nextjs", "notion", "notion-api", "notion-blog", "notion-client", "notion-database", "resume", "resume-template", "tailwindcss", "vercel" ]
MIT
site.config.js
site.config.js
2,230
const CONFIG = { // profile setting (required) profile: { name: "morethanmin", image: "/avatar.svg", // If you want to create your own notion avatar, check out https://notion-avatar.vercel.app role: "frontend developer", bio: "I develop everything using node.", email: "[REDACTED_EMAIL]", lin...
230
2,227
76
0.98
2026-04-23T10:53:01.323579
true
github_axios_axios_ec112de211e9995e635180f45273dd6b36340076
JavaScript
axios
axios
109,012
11,651
Promise based HTTP client for the browser and node.js
[ "hacktoberfest", "http-client", "javascript", "nodejs", "promise" ]
MIT
lib/helpers/deprecatedMethod.js
deprecatedMethod.js
777
'use strict'; /*eslint no-console:0*/ /** * Supply a warning to the developer that a method they are using * has been deprecated. * * @param {string} method The name of the deprecated method * @param {string} [instead] The alternate method to use if applicable * @param {string} [docs] The documentation URL to g...
124
777
32
0.98
2026-04-23T06:16:53.290095
true
github_lbjlaq_Antigravity-Manager_d3ab570b13bcb4f5e76914b84eec4a3f145e8ae9
TypeScript
lbjlaq
Antigravity-Manager
28,337
3,089
Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。
[ "account-manager", "antigravity" ]
NOASSERTION
src/stores/useAccountStore.ts
useAccountStore.ts
10,522
import { create } from 'zustand'; import { Account } from '../types/account'; import * as accountService from '../services/accountService'; interface AccountState { accounts: Account[]; currentAccount: Account | null; loading: boolean; error: string | null; // Actions fetchAccounts: () => Prom...
974
10,302
316
0.98
2026-04-17T13:28:45.752865
true
github_microsoft_retina_9775e5881f970c47b5fc1b25a53fc80b2ffec4c9
Go
microsoft
retina
3,122
285
eBPF distributed networking observability tool for Kubernetes
[ "ebpf", "kubernetes", "networking", "observability" ]
MIT
pkg/utils/metadata_darwin.pb.go
metadata_darwin.pb.go
14,471
// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 // protoc v4.24.2 // source: pkg/utils/metadata_darwin.proto package utils import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflec...
1,652
14,471
368
0.98
2026-04-17T22:41:43.687852
true
github_nodejs_node_8ab833ea8ef1e93122d57f7b831f1b8078d4d166
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/internal/inspector_async_hook.js
inspector_async_hook.js
1,645
'use strict'; let hook; let config; function lazyHookCreation() { const inspector = internalBinding('inspector'); const { createHook } = require('async_hooks'); config = internalBinding('config'); hook = createHook({ init(asyncId, type, triggerAsyncId, resource) { // It's difficult to tell which task...
186
1,645
63
0.98
2026-04-23T06:15:56.622484
true
github_gildas-lormeau_zip.js_89757fcdee62a36381ea61caceca304008c2d765
JavaScript
gildas-lormeau
zip.js
3,830
540
JavaScript library to zip and unzip files supporting multi-core compression, web streams, zip64, split files, data encryption, and deflate64 decompression.
[ "aes-encryption", "browser", "compression-stream", "deflate64", "deno", "javascript", "multi-core", "multicore", "nodejs", "service-worker", "split-zip", "transform-stream", "unzip", "usdz", "web-stream", "web-worker", "zip", "zip-encryption", "zip64", "zipcrypto" ]
BSD-3-Clause
lib/core/web-worker-wasm.js
web-worker-wasm.js
1,886
/* Copyright (c) 2025 Gildas Lormeau. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the follo...
261
1,886
48
0.98
2026-04-23T07:45:32.571317
true
github_strands-agents_tools_da91ca4e632f8ba00cdf2f7aacdd51ccb89af2bc
Python
strands-agents
tools
1,019
289
A set of tools that gives agents powerful capabilities.
[ "agentic", "agentic-ai", "agents", "ai", "anthropic", "autonomous-agents", "bedrock", "genai", "litellm", "llama", "llm", "machine-learning", "mcp", "multi-agent-systems", "ollama", "openai", "opentelemetry", "python", "strands-agents" ]
Apache-2.0
src/strands_tools/python_repl.py
python_repl.py
27,893
""" Execute Python code in a REPL environment with PTY support and state persistence. This module provides a tool for running Python code through a Strands Agent, with features like: - Persistent state between executions - Interactive PTY support for real-time feedback - Output capturing and formatting - Error handlin...
2,360
27,886
739
0.98
2026-04-17T16:34:33.854842
true
github_openimsdk_open-im-server_5baa4f90122d82407b71bfc641527a37e3d8d76c
Go
openimsdk
open-im-server
16,217
2,865
IM Chat OpenClaw
[ "chat", "im", "messaging", "messenger", "openclaw" ]
Apache-2.0
internal/msggateway/user_map.go
user_map.go
4,352
package msggateway import ( "github.com/openimsdk/tools/utils/datautil" "sync" "time" ) type UserMap interface { GetAll(userID string) ([]*Client, bool) Get(userID string, platformID int) ([]*Client, bool, bool) Set(userID string, v *Client) DeleteClients(userID string, clients []*Client) (isDeleteUser bool) ...
525
4,352
186
0.98
2026-04-17T10:27:00.839546
true
github_apollographql_apollo-client_76a307eb4747896c3bd1930fa8291b88aa0726dc
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/cache/deprecated.ts
deprecated.ts
457
import type { ApolloCache, OperationVariables } from "@apollo/client"; /** @deprecated Use `ApolloCache.WatchFragmentOptions` instead */ export type WatchFragmentOptions< TData = unknown, TVariables extends OperationVariables = OperationVariables, > = ApolloCache.WatchFragmentOptions<TData, TVariables>; /** @depr...
40
457
11
0.98
2026-04-18T01:25:39.849598
true
github_APIs-guru_graphql-faker_db291c621547219fc684afd69a2827befa7e2cd2
TypeScript
APIs-guru
graphql-faker
2,712
228
🎲 Mock or extend your GraphQL API with faked data. No coding required.
[ "api", "faked-data", "faker", "graphql", "idl", "mock" ]
MIT
src/utils.ts
utils.ts
1,499
import * as fs from 'fs'; import { buildClientSchema, getIntrospectionQuery, GraphQLSchema, Source, } from 'graphql'; import * as fetch from 'node-fetch'; import { Headers } from 'node-fetch'; export function existsSync(filePath: string): boolean { try { fs.statSync(filePath); } catch (err) { if (e...
152
1,499
65
0.98
2026-04-17T18:06:42.694588
true
github_siderolabs_talos_8230ee7520c30ed805f92b75682005556f3bde5f
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/archiver/tar.go
tar.go
3,161
// 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 archiver import ( "archive/tar" "bytes" "context" "errors" "fmt" "io" "log" "os" "slices" "syscall...
464
3,161
157
0.98
2026-04-17T12:42:13.496467
true
github_ChatGPTNextWeb_NextChat_6508f7f38317dd72a23ca414d042769858082b3b
TypeScript
ChatGPTNextWeb
NextChat
87,769
59,807
✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows
[ "calclaude", "chatgpt", "claude", "cross-platform", "desktop", "fe", "gemini", "gemini-pro", "gemini-server", "gemini-ultra", "gpt-4o", "groq", "nextjs", "ollama", "react", "tauri", "tauri-app", "vercel", "webui" ]
MIT
app/locales/sk.ts
sk.ts
17,433
import { getClientConfig } from "../config/client"; import { SubmitKey } from "../store/config"; import type { PartialLocaleType } from "./index"; import { SAAS_CHAT_UTM_URL } from "@/app/constant"; // if you are adding a new translation, please use PartialLocaleType instead of LocaleType const isApp = !!getClientConf...
1,798
16,669
555
0.98
2026-04-23T08:58:18.219219
true
github_directus_directus_b776df0301885458fb7f7ba37f7e10f6d17728fa
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.ts
hydrate.ts
2,960
import { useAppStore } from '@directus/stores'; import { onDehydrateExtensions, onHydrateExtensions } from './extensions'; import { setLanguage } from './lang/set-language'; import { useAiStore } from '@/ai/stores/use-ai'; import { useCollectionsStore } from '@/stores/collections'; import { useFieldsStore } from '@/sto...
317
2,960
105
0.98
2026-04-17T17:54:00.436795
true
github_starship_starship_b31c7ac687e9a33633461bd9589d0023fe7226d2
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/gradle.rs
gradle.rs
972
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct GradleConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a s...
91
969
37
0.98
2026-04-17T13:17:43.397089
true
github_FiloSottile_age_dca10e64a66abb9bbc103196697e9ed17dd12897
Go
FiloSottile
age
21,992
634
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
[ "age-encryption", "built-at-rc" ]
BSD-3-Clause
internal/format/format_test.go
format_test.go
1,982
// Copyright 2021 The age Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.18 package format_test import ( "bytes" "io" "os" "path/filepath" "testing" "filippo.io/age/internal/format" ) func TestStanzaMarshal(...
272
1,982
85
0.98
2026-04-17T09:19:55.438296
true
github_zhouxiaoka_autoclip_mvp_17d16eb67c3fe541ce107d12f70c6115e1ea9475
Python
zhouxiaoka
autoclip_mvp
953
165
AutoClip: AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具
[ "ai-video-editing", "auto-highlight", "llm", "video", "video-editing" ]
MIT
src/main.py
main.py
25,913
""" 主程序 - 自动切片工具完整处理流水线 """ import logging import json from pathlib import Path from typing import Dict, Any, Optional import codecs import sys from datetime import datetime from .utils.project_manager import project_manager from .pipeline.step1_outline import run_step1_outline from .pipeline.step2_timeline import run...
1,365
23,534
627
0.98
2026-04-18T00:05:03.734547
true
github_sipeed_picoclaw_b173ef96708cbbc8a1016342edc676bfa2749696
Go
sipeed
picoclaw
28,245
4,025
Tiny, Fast, and Deployable anywhere — automate the mundane, unleash your creativity
[]
MIT
pkg/agent/registry_test.go
registry_test.go
5,660
package agent import ( "context" "testing" "github.com/sipeed/picoclaw/pkg/config" "github.com/sipeed/picoclaw/pkg/providers" ) type mockRegistryProvider struct{} func (m *mockRegistryProvider) Chat( ctx context.Context, messages []providers.Message, tools []providers.ToolDefinition, model string, options ...
583
5,660
206
0.98
2026-04-17T08:26:23.060062
true
github_apollographql_apollo-server_55a9fb00fe1c3860493a16778ee8d0ad232b2211
JavaScript
apollographql
apollo-server
13,936
2,007
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
[ "apollographql", "express", "express-graphql", "graphql", "graphql-schema", "graphql-server", "hapi", "koa", "node", "resolvers", "restify" ]
MIT
jest.config.base.js
jest.config.base.js
723
import { defaults } from 'jest-config'; import { createRequire } from 'node:module'; export default { testEnvironment: 'node', setupFilesAfterEnv: ['<rootDir>/../../jest.setup.js'], preset: 'ts-jest', testMatch: null, testRegex: '/__tests__/.*\\.test\\.(js|ts)$', testPathIgnorePatterns: ['/node_modules/', ...
65
723
27
0.98
2026-04-18T01:26:59.985183
true
github_dani-garcia_vaultwarden_4a83173720e9edb15e06b55b3f5c64b92743f4c0
Rust
dani-garcia
vaultwarden
58,348
2,697
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
[ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ]
AGPL-3.0
build.rs
build.rs
3,611
use std::env; use std::process::Command; fn main() { // This allow using #[cfg(sqlite)] instead of #[cfg(feature = "sqlite")], which helps when trying to add them through macros #[cfg(feature = "sqlite")] println!("cargo:rustc-cfg=sqlite"); #[cfg(feature = "mysql")] println!("cargo:rustc-cfg=mysql"...
341
3,611
92
0.95
2026-04-13T14:05:19.900938
true
github_crablang_crab_eb65c8bee09dfbdd28041ab65f5ac90916394fe4
Rust
crablang
crab
5,094
62
A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!
[]
NOASSERTION
src/bootstrap/toolstate.rs
toolstate.rs
17,759
use crate::builder::{Builder, RunConfig, ShouldRun, Step}; use crate::util::t; use serde_derive::{Deserialize, Serialize}; use std::collections::HashMap; use std::env; use std::fmt; use std::fs; use std::io::{Seek, SeekFrom}; use std::path::{Path, PathBuf}; use std::process::Command; use std::time; // Each cycle is 42...
1,882
17,759
481
0.98
2026-04-17T15:19:25.227464
true
github_pathwaycom_pathway_3f6576267beabc80a684e6944d23b8f51bb6b2ac
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/license.rs
license.rs
11,908
use std::borrow::Borrow; use std::collections::HashMap; use std::error::Error as StdError; use std::fmt::Write; use std::fs; use std::time::Duration; use crate::engine::error::DynResult; use base64::{prelude::BASE64_STANDARD, Engine}; use cached::proc_macro::cached; use chrono::{DateTime, Utc}; use ed25519_dalek::Veri...
891
11,908
360
0.98
2026-04-23T04:40:38.237776
true
github_stepfun-ai_Step-Audio-EditX_0b55bfb909028a45495940d802ab2fbb1f565a38
Python
stepfun-ai
Step-Audio-EditX
907
62
A powerful 3B-parameter, LLM-based Reinforcement Learning audio edit model excels at editing emotion, speaking style, and paralinguistics, and features robust zero-shot text-to-speech
[ "audio-editing", "cross-lingual", "emotion-control", "paralinguistics", "reinforcement-learning", "speaking-style", "style-control", "text-to-speech", "tts", "voice-cloning", "zero-shot-tts" ]
Apache-2.0
src/train_edit.py
train_edit.py
13,313
import sys import vllm # ================= Patch Start ================= _OriginalLLM = vllm.LLM class TrustRemoteCodeLLM(_OriginalLLM): def __init__(self, *args, **kwargs): # 这里的修改会直接传给 vllm 的初始化 kwargs["trust_remote_code"] = True print(f"🚀 [Patch生效] vLLM 初始化参数已注入: trust_remote_code=True...
1,006
13,262
369
0.98
2026-04-22T20:25:48.743980
true
github_ctrlplusb_easy-peasy_94568f4d86ca08b132333c78c162026d5e9bcaba
JavaScript
ctrlplusb
easy-peasy
5,044
191
Vegetarian friendly state for React
[ "hooks", "immer", "immutable", "react", "react-hooks", "redux", "state-management" ]
MIT
src/provider.js
provider.js
204
import React from 'react'; import StoreContext from './context'; export function StoreProvider({ children, store }) { return ( <StoreContext.Provider value={store} children={children} /> ); }
23
204
11
0.98
2026-04-23T06:14:25.389627
true
github_apollographql_apollo-client_c090148616935aa7c995ce36a9d7a955d202ca79
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/masking/PreserveTypes.ts
PreserveTypes.ts
764
import type { HKT } from "@apollo/client/utilities"; export declare namespace PreserveTypes { export interface TypeOverrides { FragmentType: HKTImplementation.FragmentType; MaybeMasked: HKTImplementation.MaybeMasked; Unmasked: HKTImplementation.Unmasked; } namespace HKTImplementation { export int...
82
764
30
0.98
2026-04-18T01:25:53.111843
true
github_rivo_tview_4665167e3097ec023d9a3d549c3f01a439faa846
Go
rivo
tview
13,771
669
Terminal UI library with rich, interactive widgets — written in Golang
[ "golang", "terminal-based", "user-interface" ]
MIT
strings.go
strings.go
19,322
package tview import ( "math/rand" "regexp" "strconv" "strings" "unicode/utf8" "github.com/gdamore/tcell/v2" "github.com/rivo/uniseg" ) // escapedTagPattern matches an escaped tag, e.g. "[red[]", at the beginning of // a string. var escapedTagPattern = regexp.MustCompile(`^\[[^\[\]]+\[+\]`) // stepOptions is...
2,628
19,322
644
0.98
2026-04-17T11:15:33.542791
true
github_ChromeDevTools_chrome-devtools-mcp_b0abe8bb5bd63b00dd49fffe16f94bce3f34aad7
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/tools/categories.ts
categories.ts
827
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export enum ToolCategory { INPUT = 'input', NAVIGATION = 'navigation', EMULATION = 'emulation', PERFORMANCE = 'performance', NETWORK = 'network', DEBUGGING = 'debugging', EXTENSIONS = 'extensions', IN_PAGE = 'in-pag...
76
827
32
0.98
2026-04-23T08:42:45.081672
true
github_redis-developer_ArXivChatGuru_55b577e23f9c19aacf0988375f543fc6dbb7c8a8
Python
redis-developer
ArXivChatGuru
560
76
Use ArXiv ChatGuru to talk to research papers. This app uses LangChain, OpenAI, Streamlit, and Redis as a vector database/semantic cache.
[ "ai", "arxiv", "langchain", "machine-learning", "openai", "python", "question-answering", "rag", "redis", "retrieval", "retrieval-augmented-generation", "streamlit", "vector-database", "vector-search" ]
MIT
app/qna/llm.py
llm.py
1,255
from typing import TYPE_CHECKING from langchain.chains import RetrievalQA from langchain_openai import ChatOpenAI, OpenAIEmbeddings from langchain.llms.base import LLM from langchain.embeddings.base import Embeddings from langchain_redis import RedisVectorStore from qna.constants import ( ensure_openai_api_key, ...
97
1,255
44
0.98
2026-04-23T00:54:05.496163
true
github_X-D-Lab_LangChain-ChatGLM-Webui_50455d7f6bc5f6ebe26145c0c582e396a4133b80
Python
X-D-Lab
LangChain-ChatGLM-Webui
3,306
494
基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答
[ "belle", "bilibili", "chatglm-6b", "chatglm-webui", "jina", "langchain", "langchain-serve", "llama", "llm", "minimax", "modelscope" ]
Apache-2.0
chinese_text_splitter.py
chinese_text_splitter.py
847
import re from typing import List from langchain.text_splitter import CharacterTextSplitter class ChineseTextSplitter(CharacterTextSplitter): def __init__(self, pdf: bool = False, **kwargs): super().__init__(**kwargs) self.pdf = pdf def split_text(self, text: str) -> List[str]: if se...
69
815
26
0.98
2026-04-22T15:29:39.399497
true
github_cortexproject_cortex_158d67e9291fccbf61280b2ab4878b1a3344d6ae
Go
cortexproject
cortex
5,783
852
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
[ "cncf", "hacktoberfest", "kubernetes", "monitoring", "prometheus" ]
Apache-2.0
pkg/cortexpb/extensions_test.go
extensions_test.go
2,836
package cortexpb import ( "context" "fmt" "sync" "testing" "github.com/stretchr/testify/require" "github.com/weaveworks/common/user" ) func BenchmarkSignRequest(b *testing.B) { ctx := context.Background() ctx = user.InjectOrgID(ctx, "user-1") tests := []struct { size int }{ {size: 10}, {size: 100}, ...
304
2,836
126
0.98
2026-04-17T21:21:48.111591
true
github_patrickkunka_mixitup_8203d0ff9a5de7d1314c5db499bc1d4dc961a579
JavaScript
patrickkunka
mixitup
4,549
736
A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
[ "animation", "dom-manipulation", "filter", "sort", "vanilla-js" ]
Apache-2.0
src/facade.js
facade.js
1,919
/* global mixitup, h */ /** * @constructor * @memberof mixitup * @private * @since 3.0.0 * @param {mixitup.Mixer} mixer */ mixitup.Facade = function Mixer(mixer) { mixitup.Base.call(this); this.callActions('beforeConstruct', arguments); this.configure = mixer.configure.bind...
113
1,919
51
0.98
2026-04-23T13:57:32.974264
true
github_smartcontractkit_chainlink_e3cd7ecea59a9c00d8cba3699e54312d22a173c8
Go
smartcontractkit
chainlink
8,198
1,964
node of the decentralized oracle network, bridging on and off-chain computation
[ "blockchain", "chainlink", "ethereum", "golang", "oracle", "solidity" ]
NOASSERTION
core/bridges/cache_test.go
cache_test.go
5,628
package bridges_test import ( "errors" "testing" "time" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" "github.com/smartcontractkit/chainlink/v2/core/bridges" "github.com/smartcontractkit/chainlink/v2/core/bridges/mocks" "github.com/smartcontrac...
480
5,628
202
0.98
2026-04-17T16:43:32.703215
true
github_Windy3f3f3f3f_claude-code-from-scratch_6a75f624a2555c5ffe3912cdf30d6d7f3bcaad23
TypeScript
Windy3f3f3f3f
claude-code-from-scratch
984
333
Build your own Claude Code from scratch. 🔍 Claude Code 开源了 50 万行代码,读不动?用 ~4000 行 TypeScript / Python 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓
[ "ai", "ai-agent", "anthropic", "build-from-scratch", "claude", "claude-code", "coding-agent", "llm", "tutorial", "typescript" ]
MIT
src/agent.ts
agent.ts
59,222
import Anthropic from "@anthropic-ai/sdk"; import OpenAI from "openai"; import chalk from "chalk"; import { toolDefinitions, executeTool, checkPermission, CONCURRENCY_SAFE_TOOLS, getActiveToolDefinitions, getDeferredToolNames, type ToolDef, type PermissionMode } from "./tools.js"; import { printAssistantText, print...
5,972
57,672
1,500
0.98
2026-04-22T17:00:40.137129
true
github_Adamdad_kat_cb20f06e613f16c382e1392e022578bd5ed93c8a
Python
Adamdad
kat
854
59
[ICLR2025] Kolmogorov-Arnold Transformer
[ "computer-vision", "kan", "kolmogorov-arnold-networks", "transformer" ]
MIT
train.py
train.py
54,748
#!/usr/bin/env python3 """ ImageNet Training Script This is intended to be a lean and easily modifiable ImageNet training script that reproduces ImageNet training results with some of the latest networks and training techniques. It favours canonical PyTorch and standard Python style over trying to be able to 'do it al...
4,209
54,748
1,186
0.98
2026-04-22T21:22:26.927121
true
github_starship_starship_458b4d0d0b44fda486fb57d04e4ab5bbde64e5b9
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/ruby.rs
ruby.rs
1,014
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct RubyConfig<'a> { pub format: &'a str, pub version_format: &'a str, pub symbol: &'a str...
93
1,011
37
0.98
2026-04-17T13:18:01.213444
true
github_QuivrHQ_quivr_06e036669719b30655569bb5f75f1a754655de43
Python
QuivrHQ
quivr
39,114
3,755
Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
[ "ai", "api", "chatbot", "chatgpt", "database", "docker", "framework", "frontend", "groq", "html", "javascript", "llm", "openai", "postgresql", "privacy", "rag", "react", "security", "typescript", "vector" ]
NOASSERTION
core/tests/fixture_chunks.py
fixture_chunks.py
1,855
import asyncio import json from uuid import uuid4 from langchain_core.embeddings import DeterministicFakeEmbedding from langchain_core.messages.ai import AIMessageChunk from langchain_core.vectorstores import InMemoryVectorStore from quivr_core.rag.entities.chat import ChatHistory from quivr_core.rag.entities.config i...
135
1,855
53
0.98
2026-04-22T14:55:27.748122
true
github_codenotary_immudb_8e361829f52e271f0a6376df74a28bc20787fa14
Go
codenotary
immudb
8,958
362
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
[ "auditable", "compliance", "cryptographic", "database", "gdpr", "go", "immutable", "immutable-database", "key-value", "merkle-tree", "pci-dss", "performance", "sql", "tamper-evident", "tamperproof", "timetravel", "verification", "verify", "zero-trust" ]
NOASSERTION
pkg/client/mtls_options.go
mtls_options.go
1,627
/* Copyright 2025 Codenotary Inc. All rights reserved. SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the Li...
201
1,627
60
0.98
2026-04-17T18:11:06.832105
true
github_harmony-one_harmony_c6b2db9c4a0887b864aaacce2cd36f89d774e927
Go
harmony-one
harmony
1,453
287
The core protocol of harmony
[ "blockchain", "bls", "consensus", "distributed-ledger-technology", "harmony", "harmony-protocol", "pbft", "proof-of-stake", "sharding" ]
LGPL-3.0
cmd/harmony/main_test.go
main_test.go
1,912
package main import ( "bytes" "testing" "github.com/ethereum/go-ethereum/common" ethCommon "github.com/ethereum/go-ethereum/common" "github.com/harmony-one/harmony/core" ) func TestAllowedTxsParse(t *testing.T) { testData := []byte(` 0x7A6Ed0a905053A21C15cB5b4F39b561B6A3FE50f->0x855Ac656956AF761439f4a451c872...
124
1,912
57
0.98
2026-04-17T16:57:18.167668
true
github_redux-form_redux-form_49c4325a6db0f8116225d3b76ee19dd1b3b457b7
JavaScript
redux-form
redux-form
12,500
1,621
A Higher Order Component using react-redux to keep form state in a Redux store
[ "form", "form-validation", "forms", "react", "redux", "redux-form", "validation" ]
MIT
src/fieldKeys.js
fieldKeys.js
1,318
/** EXPERIMENTAL function* generate(field, values, path = '') { const [ , key, rest ] = /([^.]+)\.?(.+)?/.exec(field) if (/.+\[\]/.test(key)) { // is array key const noBrackets = key.substring(0, key.length - 2) const array = values && values[ noBrackets ] if (array && !Array.isArray(array)) { ...
189
1,318
53
0.98
2026-04-23T04:57:07.278505
true
github_bbc_simorgh_6acbbd67517689eddfe04231358970787f649a88
JavaScript
bbc
simorgh
1,687
272
The BBC's Open Source Web Application. Contributions welcome! Used on some of our biggest websites, e.g.
[ "article", "bbc", "express", "news", "nextjs", "react", "reactjs", "typescript" ]
NOASSERTION
webpack.config.client.js
webpack.config.client.js
10,200
/* eslint-disable global-require, no-console */ /* A high level overview of our client-side JavaScript bundling strategy can be found here: https://github.com/bbc/simorgh/blob/latest/docs/JavaScript-Bundling-Strategy.md */ const fs = require('fs'); const crypto = require('crypto'); const CopyWebpackPlugin = requi...
910
10,200
299
0.98
2026-04-23T11:05:40.153971
true
github_nextapps-de_flexsearch_2f50b98a298f1c38e72c03a2a0617769ce310c05
JavaScript
nextapps-de
flexsearch
13,675
523
Next-generation full-text search library for Browser and Node.js
[ "elasticsearch", "full-text-search", "fulltext-search", "fuzzy", "fuzzy-search", "javascript", "javascript-library", "nodejs", "open-source", "search", "search-algorithm", "search-engine", "search-in-text", "searching", "searching-algorithms", "web", "web-worker" ]
Apache-2.0
src/worker.js
worker.js
6,102
// COMPILER BLOCK --> import { DEBUG, SUPPORT_ASYNC, SUPPORT_CACHE, SUPPORT_WORKER } from "./config.js"; // <-- COMPILER BLOCK import { IndexOptions } from "./type.js"; import { create_object } from "./common.js"; import { searchCache } from "./cache.js"; import handler from "./worker/handler.js"; impor...
549
6,102
208
0.98
2026-04-23T06:57:21.380965
true
github_starship_starship_8c6c401865bd558efc7aa0d7c0357b1ce8ca27f2
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/netns.rs
netns.rs
586
use serde::{Deserialize, Serialize}; #[derive(Clone, Deserialize, Serialize)] #[cfg_attr( feature = "config-schema", derive(schemars::JsonSchema), schemars(deny_unknown_fields) )] #[serde(default)] pub struct NetnsConfig<'a> { pub format: &'a str, pub symbol: &'a str, pub style: &'a str, pu...
61
583
27
0.98
2026-04-17T13:17:52.283272
true
github_getsentry_sentry_e65d44a49c47069fa248ec2b2c4b03819f187233
TypeScript
getsentry
sentry
43,664
4,662
Developer-first error tracking and performance monitoring
[ "apm", "crash-reporting", "crash-reports", "csp-report", "devops", "django", "error-logging", "error-monitoring", "fair-source", "hacktoberfest", "monitor", "monitoring", "python", "sentry", "tag-production" ]
NOASSERTION
jest.config.ts
jest.config.ts
12,318
import {execFileSync} from 'node:child_process'; import path from 'node:path'; import process from 'node:process'; import type {Config} from '@jest/types'; import type {Options as SwcOptions} from '@swc/core'; const swcConfig: SwcOptions = { isModule: true, module: { type: 'commonjs', }, sourceMaps: 'inli...
1,333
12,318
392
0.98
2026-04-23T01:23:53.402885
true
github_nodejs_node_30e159d647bec3545d9460a73c2241d5d9c3c1d4
JavaScript
nodejs
node
116,870
35,414
Node.js JavaScript runtime ✨🐢🚀✨
[ "javascript", "js", "linux", "macos", "mit", "node", "nodejs", "runtime", "windows" ]
NOASSERTION
lib/querystring.js
querystring.js
14,576
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
2,323
14,576
485
0.98
2026-04-23T06:16:12.864923
true
github_phiresky_ripgrep-all_40548e6c27b5b2d4178cd227fe0f3e1faac374f8
Rust
phiresky
ripgrep-all
9,576
210
rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
[]
NOASSERTION
src/adapters/zip.rs
zip.rs
9,834
use super::*; use crate::print_bytes; use anyhow::*; use async_stream::stream; use lazy_static::lazy_static; use log::*; // TODO: allow users to configure file extensions instead of hard coding the list // https://github.com/phiresky/ripgrep-all/pull/208#issuecomment-2173241243 static EXTENSIONS: &[&str] = &["zip", "j...
718
9,834
261
0.98
2026-04-17T14:26:40.322417
true
github_Semantic-Org_Semantic-UI-React_4d84845012d35f7c190d3b9ea3778550d519feb7
JavaScript
Semantic-Org
Semantic-UI-React
13,228
4,037
The official Semantic-UI-React integration
[ "component-library", "components", "frontend-components", "frontend-framework", "javascript-libraries", "javascript-library", "js-library", "react", "react-components", "react-library", "semantic-ui" ]
MIT
karma.conf.babel.js
karma.conf.babel.js
3,064
import fs from 'fs' import puppeteer from 'puppeteer' import config from './config' import webpackConfig from './webpack.karma.config' process.env.CHROME_BIN = puppeteer.executablePath() const { paths } = config const formatError = (msg) => { // filter out empty lines and node_modules if (!msg.trim() || /~/.tes...
294
3,064
103
0.98
2026-04-23T04:56:13.680796
true
github_ZHangZHengEric_Sage_ac4bcb36bed91af275d1793afc4be3063230cc3e
JavaScript
ZHangZHengEric
Sage
1,218
93
Multi-Agent System Framework For Complex Tasks
[ "agents", "ai", "llm", "manus", "muilt-agents", "workflow" ]
MIT
app/chrome-extension/content-script.js
content-script.js
4,657
(function () { const INIT_FLAG = "__sage_browser_content_script_initialized__"; const FAB_ID = "sage-browser-floating-entry"; const POS_KEY = "[REDACTED_API_KEY]"; if (globalThis[INIT_FLAG]) { return; } globalThis[INIT_FLAG] = true; function clamp(value, min, max) { return Math.max(min, Math.min...
454
4,637
165
0.98
2026-04-17T16:27:58.505121
true
github_aleju_imgaug_711e25601861237aff475d6331f3f65ce08de28b
Python
aleju
imgaug
14,736
2,458
Image augmentation for machine learning experiments.
[ "affine-transformation", "augment-images", "augmentation", "bounding-boxes", "contrast", "crop", "deep-learning", "heatmap", "image-augmentation", "images", "keypoints", "machine-learning", "polygon", "segmentation-maps" ]
MIT
setup.py
setup.py
3,821
# pylint: disable=missing-module-docstring import re from pkg_resources import get_distribution, DistributionNotFound from setuptools import setup, find_packages long_description = """A library for image augmentation in machine learning experiments, particularly convolutional neural networks. Supports the augmentatio...
313
3,821
99
0.98
2026-04-22T13:42:15.103633
true
github_Usagi-org_ai-goofish-monitor_c2149325c446129cf2dd978ca4b20b26f269f3ee
Python
Usagi-org
ai-goofish-monitor
10,983
1,566
基于 Playwright 和AI实现的闲鱼多任务实时/定时监控与智能分析系统,配备了功能完善的后台管理UI。帮助用户从闲鱼海量商品中,找到心仪产品。
[ "ai", "ai-assistant", "ai-tools", "automation", "gemini", "goofish", "open-source", "openai", "playwright", "tool", "xian-yu", "xianyu", "xianyu-bot" ]
MIT
src/services/scheduler_service.py
scheduler_service.py
2,809
""" 调度服务 负责管理定时任务的调度 """ from datetime import datetime from apscheduler.schedulers.asyncio import AsyncIOScheduler from typing import List from src.core.cron_utils import build_cron_trigger from src.domain.models.task import Task from src.services.process_service import ProcessService class SchedulerService: """...
175
2,589
82
0.98
2026-04-17T15:35:44.196161
true
github_golang_go_067530b6d80cd0597eec9a42c4436f2db94c848f
Go
golang
go
133,493
18,928
The Go programming language
[ "go", "golang", "language", "programming-language" ]
BSD-3-Clause
src/bytes/compare_test.go
compare_test.go
6,974
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package bytes_test import ( . "bytes" "fmt" "testing" ) var compareTests = []struct { a, b []byte i int }{ {[]byte(""), []byte(""), 0}, {[]byte("a")...
1,063
6,973
297
0.98
2026-04-17T06:51:33.353960
true
github_bagisto_nextjs-commerce_018955e448841657e3e2c6c61b08a173d63bc1c1
TypeScript
bagisto
nextjs-commerce
5,080
97
Open source headless commerce that’s fast, flexible, and built to scale,launch stunning storefronts that convert and grow your business without limits.
[ "headless", "headless-commerce", "nextjs", "nextjs-commerce", "open-source-headless-ecommerce" ]
MIT
src/utils/cache-revalidation.ts
cache-revalidation.ts
769
// "use server"; import { revalidatePath } from "next/cache"; /** * Revalidate all product-related caches */ export async function revalidateProducts() { revalidatePath("/", "layout"); revalidatePath("/product", "page"); } /** * Revalidate search-related caches */ export async function revalidateSearch() { ...
87
769
40
0.98
2026-04-23T10:07:19.914967
true
github_GoogleCloudPlatform_kubectl-ai_148e913d2156c88e535da2ccf9ace440289c3c96
Go
GoogleCloudPlatform
kubectl-ai
7,415
692
AI powered Kubernetes Assistant
[ "ai", "assistant", "cli", "kubernetes" ]
Apache-2.0
pkg/tools/interfaces.go
interfaces.go
1,965
// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
295
1,965
49
0.98
2026-04-17T20:28:19.584573
true
github_zeroclaw-labs_zeroclaw_6e2142d7043330e554b16c173f50a750fcff0fda
Rust
zeroclaw-labs
zeroclaw
30,264
4,379
Fast, small, and fully autonomous AI personal assistant infrastructure, ANY OS, ANY PLATFORM — deploy anywhere, swap anything 🦀
[ "agent", "agentic", "ai", "infra", "ml", "openclaw", "os", "zeroclaw" ]
Apache-2.0
src/hands/types.rs
types.rs
11,521
use chrono::{DateTime, Utc}; use serde::{Deserialize, Serialize}; use crate::cron::Schedule; // ── Hand ─────────────────────────────────────────────────────── /// A Hand is an autonomous agent package that runs on a schedule, /// accumulates knowledge over time, and reports results. /// /// Hands are defined as TOM...
1,002
10,939
346
0.98
2026-04-17T13:26:26.407138
true
github_pathwaycom_pathway_a2603d2956ae693d86189d87be29272625bd1e20
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/elasticsearch.rs
elasticsearch.rs
2,067
// Copyright © 2026 Pathway use std::mem::take; use crate::async_runtime::create_async_tokio_runtime; use crate::connectors::data_format::FormatterContext; use crate::connectors::{WriteError, Writer}; use elasticsearch::{BulkParts, Elasticsearch}; use tokio::runtime::Runtime as TokioRuntime; pub struct ElasticSearc...
151
2,066
79
0.98
2026-04-23T04:40:29.204512
true
github_etcd-io_etcd_ca1a8931a24b2af86e55693e53099bb1bf74b864
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.pb.go
rpc.pb.go
609,624
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: rpc.proto package etcdserverpb import ( fmt "fmt" io "io" math "math" math_bits "math/bits" proto "github.com/golang/protobuf/proto" _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" authpb "go.etcd.io/etcd/api/v3/authpb" ...
82,877
609,624
24,618
0.98
2026-04-17T07:20:01.740355
true
github_leecade_react-native-swiper_83b1ddc7a49247161793fdc49c85f62addc3628f
JavaScript
leecade
react-native-swiper
10,492
2,310
The best Swiper component for React Native.
[ "react", "react-native", "swipe" ]
MIT
index.js
index.js
279
import Swiper from './src/' /** * Resolve ES6 and CommonJS compatibility issues * 1. CommonJS code * const Swiper = require('react-native-swiper'); * 2. ES6 code * import Swiper from 'react-native-swiper'; */ module.exports = Swiper; module.exports.default = Swiper;
37
279
11
0.98
2026-04-23T05:44:46.461180
true
github_iperov_DeepFaceLab_31c435a0714c0525fa6dc6bb84a685fc8102396d
Python
iperov
DeepFaceLab
19,159
860
DeepFaceLab is the leading software for creating deepfakes.
[ "arxiv", "creating-deepfakes", "deep-face-swap", "deep-learning", "deep-neural-networks", "deepface", "deepfacelab", "deepfakes", "deeplearning", "face-swap", "faceswap", "fakeapp", "machine-learning", "neural-nets", "neural-networks" ]
GPL-3.0
core/imagelib/equalize_and_stack_square.py
equalize_and_stack_square.py
1,306
import numpy as np import cv2 def equalize_and_stack_square (images, axis=1): max_c = max ([ 1 if len(image.shape) == 2 else image.shape[2] for image in images ] ) target_wh = 99999 for i,image in enumerate(images): if len(image.shape) == 2: h,w = image.shape c = 1 ...
166
1,306
45
0.98
2026-04-22T13:38:22.083561
true
github_fosslife_devtools-x_877b767737e3d086d607420f867a2b5b75f105e2
TypeScript
fosslife
devtools-x
1,523
73
Collection of offline first developer utilities available as non-electron desktop application. all in one place, cross-platform, 10MB app!
[ "developer-tools", "devtools", "devtoys", "devutils", "hacktoberfest", "hacktoberfest-accepted", "linux", "macos", "tauri", "windows" ]
MIT
src/hooks/index.ts
index.ts
257
export { useDebouncedCallback } from "./useDebouceCallback"; export { useContainerSize } from "./useContainerSize"; export { useColorState } from "./useColorState"; export { useFile } from "./useFile"; export { useMdEditorState } from "./useMdEditorState";
30
257
6
0.98
2026-04-18T00:29:08.964010
true
github_sharkdp_bat_93a009304af80fe27d33099a4d6037d3b386292b
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/error.rs
error.rs
2,273
use std::io::Write; use thiserror::Error; #[derive(Error, Debug)] #[non_exhaustive] pub enum Error { #[error(transparent)] Io(#[from] ::std::io::Error), #[error(transparent)] Fmt(#[from] ::std::fmt::Error), #[error(transparent)] SyntectError(#[from] ::syntect::Error), #[error(transparent)] ...
176
2,273
81
0.98
2026-04-17T13:16:50.750627
true
github_pemami4911_neural-combinatorial-rl-pytorch_cb3483ca8dd93913df6ff760f0e73750d7723369
Python
pemami4911
neural-combinatorial-rl-pytorch
608
145
PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940
[ "neural-combinatorial-optimization", "pytorch", "reinforcement-learning", "seq2seq" ]
MIT
tsp_task.py
tsp_task.py
8,540
# code based in part on # http://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive/39225039#39225039 # and from # https://github.com/devsisters/neural-combinatorial-rl-tensorflow/blob/master/data_loader.py import requests from tqdm import tqdm from torch.utils.data import Dataset from torch.au...
712
8,540
249
0.98
2026-04-22T20:45:31.291317
true
github_XAMPPRocky_tokei_f6ffa06cab48ac7533383b6493a51ceaea64ecbb
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/language/mod.rs
mod.rs
5,348
mod embedding; pub mod language_type; pub mod languages; mod syntax; use std::{collections::BTreeMap, mem, ops::AddAssign}; pub use self::{language_type::*, languages::Languages}; use crate::{sort::Sort, stats::Report}; /// A struct representing statistics about a single Language. #[derive(Clone, Debug, Deserialize...
591
5,348
177
0.98
2026-04-17T14:13:42.422802
true
github_pvolok_mprocs_978905ad83e8b5e644887037e9ca26fdcdac6437
Rust
pvolok
mprocs
2,518
101
Run multiple commands in parallel
[ "cli", "linux", "macos", "rust", "terminal", "tui", "windows" ]
MIT
src/term/parser.rs
parser.rs
1,503
use super::common::Size; /// A parser for terminal output which produces an in-memory representation of /// the terminal contents. pub struct Parser { pub screen: super::screen::Screen, } impl Parser { /// Creates a new terminal parser of the given size and with the given /// amount of scrollback. #[must_use]...
213
1,503
52
0.98
2026-04-17T19:22:39.168629
true
github_GoogleCloudPlatform_microservices-demo_64c7c7ca453b40bddb57495c298859790433832f
JavaScript
GoogleCloudPlatform
microservices-demo
20,118
9,776
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
[ "gcp", "gke", "google-cloud", "grpc", "istio", "kubernetes", "kustomize", "sample-application", "samples", "skaffold", "terraform" ]
Apache-2.0
src/currencyservice/client.js
client.js
1,826
/* * * Copyright 2015 gRPC 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 agree...
218
1,826
69
0.98
2026-04-17T09:30:38.082837
true
github_getsentry_sentry_7451425474ccd61d1b8dcbe17f7ee5ccbb98048e
Python
getsentry
sentry
43,664
4,662
Developer-first error tracking and performance monitoring
[ "apm", "crash-reporting", "crash-reports", "csp-report", "devops", "django", "error-logging", "error-monitoring", "fair-source", "hacktoberfest", "monitor", "monitoring", "python", "sentry", "tag-production" ]
NOASSERTION
src/social_auth/decorators.py
decorators.py
966
from functools import wraps from django.urls import reverse from social_auth.backends import get_backend from social_auth.exceptions import WrongBackend def dsa_view(redirect_name=None): """Decorate djangos-social-auth views. Will check and retrieve backend or return HttpResponseServerError if backend is no...
84
966
31
0.98
2026-04-23T01:24:09.599759
true
github_ljharb_qs_16bedbcd4c78a77e52f688d9c7ee4b1f5c7c7438
JavaScript
ljharb
qs
8,925
880
A querystring parser and serializer with nesting support
[ "browsers", "encoding", "javascript", "node", "nodejs", "parse", "querystrings", "stringify", "url-parsing" ]
BSD-3-Clause
lib/parse.js
parse.js
15,584
'use strict'; var utils = require('./utils'); var has = Object.prototype.hasOwnProperty; var isArray = Array.isArray; var defaults = { allowDots: false, allowEmptyArrays: false, allowPrototypes: false, allowSparse: false, arrayLimit: 20, charset: 'utf-8', charsetSentinel: false, comma...
1,761
15,578
404
0.98
2026-04-23T07:07:40.578753
true
github_glanceapp_glance_2eec5994e57a543ef536847b8582291e5a10d243
Go
glanceapp
glance
33,457
1,292
A self-hosted dashboard that puts all your feeds in one place
[ "aggregator", "dashboard", "docker", "feed-reader", "go", "homelab", "homepage", "monitoring", "reddit", "rss", "rss-reader", "self-hosted", "startpage", "youtube" ]
AGPL-3.0
internal/glance/config-fields.go
config-fields.go
6,351
package glance import ( "crypto/tls" "fmt" "html/template" "net/http" "net/url" "regexp" "strconv" "strings" "time" "gopkg.in/yaml.v3" ) var hslColorFieldPattern = regexp.MustCompile(`^(?:hsla?\()?([\d\.]+)(?: |,)+([\d\.]+)%?(?: |,)+([\d\.]+)%?\)?$`) const ( hslHueMax = 360 hslSaturationMax = 100...
809
6,351
291
0.98
2026-04-17T07:43:41.484748
true
github_chvin_react-tetris_28b0991a5b2a742f1b0381b499bea934ea866685
JavaScript
chvin
react-tetris
8,706
2,278
Use React, Redux, Immutable to code Tetris. 🎮
[ "immutable", "react", "redux", "tetris" ]
UNKNOWN
src/unit/reducerType.js
reducerType.js
810
export const PAUSE = 'PAUSE'; export const MUSIC = 'MUSIC'; export const MATRIX = 'MATRIX'; export const NEXT_BLOCK = 'NEXT_BLOCK'; export const MOVE_BLOCK = 'MOVE_BLOCK'; export const START_LINES = 'START_LINES'; export const MAX = 'MAX'; export const POINTS = 'POINTS'; export const SPEED_START = 'SPEED_START'; export...
115
810
24
0.98
2026-04-23T05:51:06.320432
true
github_easegress-io_easegress_0556c8c705102cf0745b3108309ee99e9eecd6cc
Go
easegress-io
easegress
5,873
493
A Cloud Native traffic orchestration system
[ "api-gateway", "cloud-native", "distributed-systems", "etcd", "gateway", "go", "golang", "http", "kubernetes", "load-balancer", "mesh", "microservice", "microservices", "proxy-server", "raft", "reverse-proxy", "service-mesh", "sidecar", "traffic" ]
Apache-2.0
pkg/filters/registry_test.go
registry_test.go
1,878
/* * Copyright (c) 2017, The Easegress 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 r...
210
1,878
76
0.98
2026-04-17T21:19:28.820140
true
github_araffin_rl-baselines-zoo_16f8f1237cd4ec5ba17e66d67f5b767bbdc41b35
Python
araffin
rl-baselines-zoo
1,204
210
A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
[ "gym", "hyperparameter-optimization", "hyperparameter-search", "hyperparameter-tuning", "hyperparameters", "openai", "openai-gym", "optimization", "pybullet", "reinforcement-learning", "rl", "stable-baselines", "zoo" ]
MIT
enjoy.py
enjoy.py
8,191
import os import sys import argparse import importlib import warnings # numpy warnings because of tensorflow warnings.filterwarnings("ignore", category=FutureWarning, module='tensorflow') warnings.filterwarnings("ignore", category=UserWarning, module='gym') import gym import utils.import_envs # pytype: disable=impor...
731
8,191
183
0.98
2026-04-22T20:18:09.392528
true
github_kopia_kopia_c5963e4174dfb4827188beaae2c90e6c3668b25b
JavaScript
kopia
kopia
13,024
637
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
[ "backup", "cloud", "deduplication", "encryption", "google-cloud-storage" ]
Apache-2.0
app/public/utils.js
utils.js
1,470
import { app } from "electron"; import path from "path"; const __dirname = import.meta.dirname; const osShortName = (function () { switch (process.platform) { case "win32": return "win"; case "darwin": return "mac"; case "linux": return "linux"; default: return null; } })();...
134
1,470
73
0.98
2026-04-17T11:30:13.798817
true
github_huggingface_transformers_5e346d3e15e5a956785df989e20f624590be249c
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/feature_extraction_sequence_utils.py
feature_extraction_sequence_utils.py
18,846
# Copyright 2021 The HuggingFace Inc. team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
1,868
18,846
383
0.98
2026-04-22T13:17:52.508342
true
github_jdh-algo_JoyVASA_97e26c7bfe6ece6be97196b25acc571f84ecf3e2
Python
jdh-algo
JoyVASA
864
85
Diffusion-based Portrait and Animal Animation
[ "audio-driven-talking-face", "generative-ai", "image-animation", "lip-sync", "portrait-anination", "talking-head" ]
MIT
src/utils/cropper.py
cropper.py
13,125
# coding: utf-8 import os.path as osp import torch import numpy as np import cv2; cv2.setNumThreads(0); cv2.ocl.setUseOpenCL(False) from PIL import Image from typing import List, Tuple, Union from dataclasses import dataclass, field from ..config.crop_config import CropConfig from .crop import ( average_bbox_lst...
937
13,125
314
0.98
2026-04-22T22:00:34.333207
true
github_vercel-labs_dev3000_44914a12986e36d4589351c9c530cb42cdde9740
TypeScript
vercel-labs
dev3000
1,147
68
Captures your web app's complete development timeline - server logs, browser events, console messages, network requests, and automatic screenshots - in a unified, timestamped feed for AI debugging.
[ "ai", "devtools", "web" ]
MIT
src/utils/log-filename.test.ts
log-filename.test.ts
5,129
import { describe, expect, it } from "vitest" import { extractProjectNameFromLogFilename, extractTimestampFromLogFilename, logFilenameMatchesProject } from "./log-filename" describe("extractProjectNameFromLogFilename", () => { it("should extract project name from standard log filename", () => { expect(extr...
396
5,129
129
0.98
2026-04-18T00:31:34.351566
true
github_rustdesk_rustdesk_6c6a133154ecbceb8be8824421cb1adc8a4d4e22
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/be.rs
be.rs
58,476
lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Статус"), ("Your Desktop", "Ваш працоўны стол"), ("desk_tip", "Ваш працоўны стол даступны з гэтым ID і паролем."), ("Password", "Пароль"), ("Ready", "Гатовы"), ...
4,059
43,640
748
0.98
2026-04-17T13:14:22.499627
true
github_apollographql_apollo-client_bf77b7e5326092e6ac1422bf6c4f6dc94dd1f78c
TypeScript
apollographql
apollo-client
19,717
2,702
The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development.
[ "apollo-client", "apollographql", "graphql", "graphql-client", "typescript" ]
MIT
src/dev/index.ts
index.ts
330
export { loadDevMessages } from "./loadDevMessages.js"; export { loadErrorMessageHandler } from "./loadErrorMessageHandler.js"; export { loadErrorMessages } from "./loadErrorMessages.js"; export { setErrorMessageHandler } from "./setErrorMessageHandler.js"; export type { ErrorMessageHandler } from "./setErrorMessageHan...
31
330
6
0.98
2026-04-18T01:25:44.249108
true
github_ChromeDevTools_chrome-devtools-mcp_b3477b90698c5bd44fb5e1e8f9377c8a4e1a79ba
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/tools/tools.ts
tools.ts
2,037
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type {ParsedArguments} from '../bin/chrome-devtools-mcp-cli-options.js'; import * as consoleTools from './console.js'; import * as emulationTools from './emulation.js'; import * as extensionTools from './extensions.js'; imp...
189
2,037
63
0.98
2026-04-23T08:42:51.393767
true