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_nodejs_node_3c389ba054decc3fd9ed2303ad632044e67c204a | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/_http_common.js | _http_common.js | 10,146 | // 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... | 1,421 | 10,146 | 318 | 0.98 | 2026-04-23T06:15:33.615164 | true |
github_RafalWilinski_express-status-monitor_a623dd3a567947998139088c66325c59c7cc3dfb | JavaScript | RafalWilinski | express-status-monitor | 3,622 | 253 | 🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev | [
"express",
"expressjs",
"health-check",
"health-checks",
"javascript",
"middleware",
"monitoring",
"monitoring-page",
"node",
"nodejs",
"observability",
"socket"
] | MIT | src/helpers/validate.js | validate.js | 1,648 | const defaultConfig = require('./default-config');
module.exports = config => {
if (!config) {
return defaultConfig;
}
const mungeChartVisibility = configChartVisibility => {
Object.keys(defaultConfig.chartVisibility).forEach(key => {
if (configChartVisibility[key] === false) {
defaultConf... | 147 | 1,648 | 51 | 0.98 | 2026-04-23T07:47:50.380351 | true |
github_pocketbase_pocketbase_47237ed28d595b66855a4c30f86638a05c7c350b | Go | pocketbase | pocketbase | 57,663 | 3,292 | Open Source realtime backend in 1 file | [
"authentication",
"backend",
"golang",
"realtime"
] | MIT | core/db_table.go | db_table.go | 3,891 | package core
import (
"database/sql"
"fmt"
"github.com/pocketbase/dbx"
)
// TableColumns returns all column names of a single table by its name.
func (app *BaseApp) TableColumns(tableName string) ([]string, error) {
columns := []string{}
err := app.ConcurrentDB().NewQuery("SELECT name FROM PRAGMA_TABLE_INFO({:... | 489 | 3,891 | 138 | 0.98 | 2026-04-17T07:17:22.034114 | true |
github_enzymejs_enzyme_e75e1520113eded3c9ff5a3bc7274e567bc9ed12 | JavaScript | enzymejs | enzyme | 19,845 | 1,981 | JavaScript Testing utilities for React | [
"assertion-library",
"assertions",
"ava",
"chai",
"enzyme",
"jest",
"mocha",
"react",
"react-components",
"test",
"test-runner",
"test-runners",
"testing",
"traversal"
] | MIT | since.js | since.js | 1,087 | 'use strict';
const fs = require('fs');
const path = require('path');
const { spawnSync } = require('child_process');
const glob = require('glob-gitignore');
const packagesDir = path.join(__dirname, 'packages');
const docsDir = path.join(__dirname, 'docs');
const packages = (process.argv.length > 2 ? [process.argv[2... | 120 | 1,087 | 26 | 0.98 | 2026-04-23T04:52:11.354437 | true |
github_nodejs_node_813208f39e6622a43ae27ba0cc5d11d1e0de55c1 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/url.js | url.js | 52,846 | 'use strict';
const {
Array,
ArrayIsArray,
ArrayPrototypeJoin,
ArrayPrototypeMap,
ArrayPrototypePush,
Boolean,
Int8Array,
IteratorPrototype,
Number,
ObjectDefineProperties,
ObjectSetPrototypeOf,
ReflectGetOwnPropertyDescriptor,
ReflectOwnKeys,
SafeMap,
SafeSet,
StringPrototypeCharAt,
... | 6,258 | 52,846 | 1,710 | 0.98 | 2026-04-23T06:16:04.536792 | true |
github_parcel-bundler_lightningcss_f775a69af43c64084e0c77f1279cefa4ec2f34b0 | Rust | parcel-bundler | lightningcss | 7,510 | 261 | An extremely fast CSS parser, transformer, bundler, and minifier written in Rust. | [
"build-tool",
"compiler",
"css",
"minifier",
"parser",
"rust"
] | MPL-2.0 | src/rules/property.rs | property.rs | 6,314 | //! The `@property` rule.
use super::Location;
#[cfg(feature = "visitor")]
use crate::visitor::Visit;
use crate::{
error::{ParserError, PrinterError},
printer::Printer,
properties::custom::TokenList,
traits::{Parse, ToCss},
values::{
ident::DashedIdent,
syntax::{ParsedComponent, SyntaxString},
},
}... | 572 | 6,314 | 226 | 0.98 | 2026-04-17T14:37:59.866712 | true |
github_electron_devtron_bf0aef3f76ebb7278e80b2e68a4f3a03f1dc8b52 | TypeScript | electron | devtron | 1,771 | 110 | An Electron DevTools Extension | [
"devtools",
"electron"
] | MIT | webpack.extension.config.ts | webpack.extension.config.ts | 1,666 | import HtmlWebpackPlugin from 'html-webpack-plugin';
import CopyPlugin from 'copy-webpack-plugin';
import path from 'node:path';
import { IgnorePlugin, type Configuration } from 'webpack';
const config: Configuration = {
mode: 'production',
entry: {
contentScript: './src/extension/content/index.ts',
backgro... | 135 | 1,666 | 64 | 0.98 | 2026-04-18T00:27:58.567310 | true |
github_fish-shell_fish-shell_abbb9ca56095947a3134ab71e8c6ca94958ffe51 | Rust | fish-shell | fish-shell | 33,184 | 2,275 | The user-friendly command line shell. | [
"fish",
"rust",
"shell",
"terminal"
] | NOASSERTION | src/fds.rs | fds.rs | 11,410 | use crate::{flog::flog, prelude::*, signal::signal_check_cancel, wutil::perror_nix};
use cfg_if::cfg_if;
use fish_util::perror;
use fish_widestring::wcs2zstring;
use libc::{EINTR, F_GETFD, F_GETFL, F_SETFD, F_SETFL, FD_CLOEXEC, O_NONBLOCK, c_int};
use nix::fcntl::{FcntlArg, OFlag};
use std::{
ffi::CStr,
fs::Fil... | 1,401 | 11,410 | 360 | 0.98 | 2026-04-17T13:22:37.583159 | true |
github_starship_starship_51bc947c74b97e2e64902ed69aeebc98690e3e8b | 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/odin.rs | odin.rs | 874 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct OdinConfig<'a> {
pub format: &'a str,
pub show_commit: bool,
pub symbol: &'a str,
... | 84 | 873 | 35 | 0.98 | 2026-04-17T13:17:54.239170 | true |
github_bigint_hey_e221f07ffea89fe414587754658a3ecbd3dea098 | 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/getTokenImage.ts | getTokenImage.ts | 332 | import { STATIC_IMAGES_URL } from "@/data/constants";
const getTokenImage = (symbol?: string): string => {
if (!symbol) {
return `${STATIC_IMAGES_URL}/tokens/gho.svg`;
}
const symbolLowerCase = symbol?.toLowerCase() || "";
return `${STATIC_IMAGES_URL}/tokens/${symbolLowerCase}.svg`;
};
export default get... | 32 | 332 | 13 | 0.98 | 2026-04-18T01:23:07.960625 | true |
github_sharkdp_bat_7f78910bf285e7d887502b0a5c73076792cf1e6d | 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/paging.rs | paging.rs | 137 | #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
pub enum PagingMode {
Always,
QuitIfOneScreen,
#[default]
Never,
}
| 15 | 137 | 8 | 0.98 | 2026-04-17T13:16:54.791937 | true |
github_akuity_kargo_8aec3eedd1a9c58af471c7710c1707110906d737 | Go | akuity | kargo | 3,225 | 360 | Application lifecycle orchestration | [
"argocd",
"cd",
"delivery",
"gitops",
"hacktoberfest",
"k8s",
"kubernetes",
"promotions"
] | Apache-2.0 | pkg/api/freight.go | freight.go | 5,795 | package api
import (
"context"
"crypto/sha1" // nolint:gosec
"fmt"
"path"
"slices"
"strings"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"
kargoapi "github.com/akuity/kargo/api/v1alpha1"
"github.com/akuity/kargo/pkg/urls"
)
// GenerateFreightID deterministically calculates a ... | 745 | 5,795 | 196 | 0.98 | 2026-04-17T22:39:36.667757 | true |
github_existence-master_Sentient_2dc5128b924461ac633c35bc52fcb4e8e95d3efb | JavaScript | existence-master | Sentient | 680 | 98 | A personal AI assistant for everyone | [
"agents",
"artificial-general-intelligence",
"artificial-intelligence",
"automation",
"context",
"mcp",
"memory",
"open-source",
"personalization",
"proactive-ai"
] | NOASSERTION | src/client/eslint.config.js | eslint.config.js | 541 | // This file is for ESLint's new flat config format, but your project is set up with 'eslint-config-next',
// which is designed for the traditional .eslintrc.json format.
//
// To get ESLint working, please do the following:
// 1. Delete this file (`eslint.config.js`).
// 2. Create a new file named `.eslintrc.json` in ... | 84 | 541 | 13 | 0.98 | 2026-04-23T03:57:10.422576 | true |
github_npm_cli_00f32c642621c6d9b56ca3c1c6b6cbbd2e4b7efd | JavaScript | npm | cli | 9,697 | 4,289 | the package manager for JavaScript | [
"javascript",
"nodejs",
"npm",
"npm-cli",
"package-manager",
"tools"
] | NOASSERTION | lib/utils/oidc.js | oidc.js | 7,368 | const { log } = require('proc-log')
const npmFetch = require('npm-registry-fetch')
const ciInfo = require('ci-info')
const fetch = require('make-fetch-happen')
const npa = require('npm-package-arg')
const libaccess = require('libnpmaccess')
/**
* Handles OpenID Connect (OIDC) token retrieval and exchange for CI envir... | 782 | 7,368 | 178 | 0.98 | 2026-04-23T07:03:46.421986 | true |
github_vi_websocat_8790f76d53fbf72e6c256f2435f2984e462c03aa | Rust | vi | websocat | 8,460 | 324 | Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions | [
"cli",
"command-line",
"command-line-tool",
"curl",
"netcat",
"proxy",
"rfc-6455",
"socat",
"websocket-client",
"websocket-server",
"websockets"
] | MIT | src/lib.rs | lib.rs | 6,721 | //! Note: library usage is not semver/API-stable
//!
//! Type evolution of a websocat run:
//!
//! 1. `&str` - string as passed to command line. When it meets the list of `SpecifierClass`es, there appears:
//! 2. `SpecifierStack` - specifier class, final string argument and vector of overlays.
//! 3. `Specifier` - more... | 785 | 6,721 | 251 | 0.98 | 2026-04-17T14:31:20.426660 | true |
github_Nozbe_WatermelonDB_c5175c01004f836fb9ea1f0691674ca820105125 | JavaScript | 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/adapters/compat.js | compat.js | 3,355 | // @flow
import type { SerializedQuery } from '../Query'
import type { TableName, AppSchema } from '../Schema'
import type { SchemaMigrations } from '../Schema/migrations'
import type { RecordId } from '../Model'
import { toPromise } from '../utils/fp/Result'
import type {
DatabaseAdapter,
CachedFindResult,
Cac... | 264 | 3,355 | 106 | 0.98 | 2026-04-23T05:39:50.284898 | true |
github_kubernetes_kube-state-metrics_7642dafa48e96746c95515169259f94db204085b | Go | kubernetes | kube-state-metrics | 6,112 | 2,170 | Add-on agent to generate and expose cluster-level metrics. | [
"kubernetes",
"kubernetes-exporter",
"kubernetes-monitoring",
"metrics",
"monitoring",
"observability",
"prometheus",
"prometheus-exporter"
] | Apache-2.0 | pkg/customresourcestate/doc.go | doc.go | 773 | /*
Copyright 2021 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | 110 | 773 | 20 | 0.98 | 2026-04-17T20:43:25.924556 | true |
github_navidrome_navidrome_60990bb8b4da48e1fb511200b83ff6f753e485f2 | Go | navidrome | navidrome | 20,515 | 1,460 | 🎧 Your Personal Streaming Service | [
"airsonic",
"madsonic",
"media-server",
"music",
"music-server",
"navidrome",
"opensubsonic",
"raspberry-pi",
"self-hosted",
"streamer",
"streaming-api",
"streaming-audio",
"subsonic",
"subsonic-server"
] | GPL-3.0 | core/artwork/benchmark_helpers_test.go | benchmark_helpers_test.go | 1,303 | package artwork
import (
"bytes"
"image"
"image/color"
"image/jpeg"
"image/png"
"testing"
)
// generateJPEG creates a JPEG image of the given dimensions with a gradient pattern.
// The gradient ensures the image has realistic entropy (not trivially compressible).
func generateJPEG(t testing.TB, width, height, q... | 195 | 1,303 | 48 | 0.98 | 2026-04-17T09:26:54.775369 | true |
github_ContainerSSH_ContainerSSH_c73aa388b10d56ebddf427cf580fdba9e3a385ab | Go | ContainerSSH | ContainerSSH | 3,025 | 101 | ContainerSSH: Launch containers on demand | [
"containers",
"devsecops",
"docker",
"kubernetes",
"security",
"security-tools",
"ssh"
] | Apache-2.0 | internal/auth/kerberos_factory.go | kerberos_factory.go | 1,872 | package auth
import (
"os"
krb5cfg "github.com/containerssh/gokrb5/v8/config"
"github.com/containerssh/gokrb5/v8/iana/nametype"
"github.com/containerssh/gokrb5/v8/keytab"
"github.com/containerssh/gokrb5/v8/types"
"go.containerssh.io/containerssh/config"
"go.containerssh.io/containerssh/internal/metrics"
"go.c... | 184 | 1,872 | 83 | 0.98 | 2026-04-17T22:43:34.782587 | true |
github_lasantosr_intelli-shell_b4beda8d769eef68d5e628c89f9c3a21697ac28e | Rust | lasantosr | intelli-shell | 1,213 | 18 | Like IntelliSense, but for shells | [
"autocomplete",
"bash",
"bookmark",
"cli",
"command-line",
"fish",
"productivity",
"rust",
"rust-lang",
"terminal",
"tool",
"zsh"
] | Apache-2.0 | src/app.rs | app.rs | 12,747 | use color_eyre::Result;
use crossterm::event::MouseEventKind;
use tokio_util::sync::CancellationToken;
use tracing::instrument;
use crate::{
cli::{CliProcess, CompletionProcess, Interactive},
component::{Component, EmptyComponent},
config::{Config, KeyBindingsConfig},
errors::AppError,
process::{In... | 966 | 12,747 | 287 | 0.98 | 2026-04-17T19:33:30.601400 | true |
github_nodejs_node_efe75192d9f529bae7daf95a14f3ad3b68001cea | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/error_serdes.js | error_serdes.js | 6,023 | 'use strict';
const {
ArrayPrototypeForEach,
Error,
EvalError,
FunctionPrototypeCall,
ObjectAssign,
ObjectCreate,
ObjectDefineProperty,
ObjectGetOwnPropertyDescriptor,
ObjectGetOwnPropertyNames,
ObjectGetPrototypeOf,
ObjectKeys,
ObjectPrototypeToString,
RangeError,
ReferenceError,
SafeSet... | 549 | 6,023 | 203 | 0.98 | 2026-04-23T06:15:52.389743 | true |
github_nodejs_node_d651f5ea0a2685b1e15cbc9d7a0b9565c348be49 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/dns.js | dns.js | 9,220 | // 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... | 958 | 9,220 | 370 | 0.98 | 2026-04-23T06:15:41.498375 | true |
github_p-e-w_heretic_eced014ea065e74471b85933a6a9fedb618cf12f | Python | p-e-w | heretic | 19,719 | 1,996 | Fully automatic censorship removal for language models | [
"abliteration",
"llm",
"transformer"
] | AGPL-3.0 | src/heretic/evaluator.py | evaluator.py | 4,305 | # SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <[REDACTED_EMAIL]> + contributors
import torch.nn.functional as F
from torch import Tensor
from .config import Settings
from .model import Model
from .utils import Prompt, load_prompts, print
class Evaluator:
settin... | 326 | 4,301 | 128 | 0.98 | 2026-04-22T15:01:50.399341 | true |
github_este_este_bdf99afda05ae9076eae9d3cf8fcc9a92a98ad62 | JavaScript | este | este | 5,334 | 498 | This repo is suspended. | [
"graphql",
"nextjs",
"prisma",
"react-native-web",
"reactjs",
"relay",
"typescript"
] | MIT | .eslintrc.js | .eslintrc.js | 2,934 | module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
modules: true,
},
project: './tsconfig.json',
},
plugins: ['@typescript-eslint', 'relay', 'react-hooks'],
extends: [
'airbnb',
'p... | 266 | 2,934 | 87 | 0.98 | 2026-04-18T01:33:30.102749 | true |
github_keras-team_keras-hub_73a61a94a3f2a4028a95d6fc8142ac0096d1aedf | Python | keras-team | keras-hub | 976 | 333 | Pretrained model hub for Keras 3. | [
"cv",
"deep-learning",
"jax",
"keras",
"llm",
"machine-learning",
"natural-language-processing",
"nlp",
"python",
"pytorch",
"tensorflow"
] | Apache-2.0 | pip_build.py | pip_build.py | 6,329 | """Script to create (and optionally install) a `.whl` archive for KerasHub.
By default this will also create a shim package for `keras-nlp` (the old
package name) that provides a backwards compatible namespace.
Usage:
1. Create `.whl` files in `dist/` and `keras_nlp/dist/`:
```
python3 pip_build.py
```
2. Also ins... | 577 | 6,329 | 210 | 0.98 | 2026-04-22T17:01:53.711404 | true |
github_glasskube_glasskube_e6794d77b887b2652484f53c49565187c8a2e2cd | Go | glasskube | glasskube | 3,487 | 194 | 🧊 The next generation Package Manager for Kubernetes 📦 Featuring a GUI and a CLI. Glasskube packages are dependency aware, GitOps ready and can get automatic updates via a central public package repository. | [
"cloud-native",
"cncf",
"cobra",
"cobra-cli",
"containers",
"devops",
"devops-tools",
"docusaurus",
"giscuss",
"glasskube",
"go",
"golang",
"htmx",
"kubebuilder",
"kubernetes",
"kubernetes-operator",
"package",
"package-manager"
] | Apache-2.0 | internal/releaseinfo/releaseinfo.go | releaseinfo.go | 748 | package releaseinfo
import (
"encoding/json"
"net/http"
"sync"
"github.com/glasskube/glasskube/internal/httperror"
)
type ReleaseInfo struct {
Version string `json:"version"`
}
var cachedResponse *ReleaseInfo
var mutex sync.Mutex
func FetchLatestRelease() (*ReleaseInfo, error) {
mutex.Lock()
defer mutex.Unl... | 79 | 748 | 41 | 0.98 | 2026-04-17T22:32:23.842553 | true |
github_amilajack_eslint-plugin-compat_dbc53dbab3fbb904b531b332a826fe55e819929b | TypeScript | amilajack | eslint-plugin-compat | 3,165 | 121 | Check the browser compatibility of your code | [
"api",
"browserslist",
"caniuse",
"compat",
"eslint",
"plugin",
"polyfill"
] | MIT | src/providers/mdn-provider.ts | mdn-provider.ts | 5,607 | import apiMetadata from "ast-metadata-inferer";
import semver from "semver";
import { ApiMetadata } from "ast-metadata-inferer/lib/types";
import { reverseTargetMappings } from "../helpers";
import { STANDARD_TARGET_NAME_MAPPING } from "../constants";
import { AstMetadataApiWithTargetsResolver, Target } from "../types"... | 616 | 5,607 | 174 | 0.98 | 2026-04-17T18:05:47.543212 | true |
github_slackhq_nebula_ffeecc557e1cf7fa71389fac41221e26ec58d96f | Go | slackhq | nebula | 17,229 | 1,122 | A scalable overlay networking tool with a focus on performance, simplicity and security | [] | MIT | timeout_test.go | timeout_test.go | 4,844 | package nebula
import (
"net/netip"
"testing"
"time"
"github.com/slackhq/nebula/firewall"
"github.com/stretchr/testify/assert"
)
func TestNewTimerWheel(t *testing.T) {
// Make sure we get an object we expect
tw := NewTimerWheel[firewall.Packet](time.Second, time.Second*10)
assert.Equal(t, 12, tw.wheelLen)
a... | 529 | 4,844 | 175 | 0.98 | 2026-04-17T10:15:18.653740 | true |
github_datreeio_datree_e36d75023bdc3cfc4aa8808a5a4242dbe39c45fe | Go | datreeio | datree | 6,347 | 357 | Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io | [
"admission-webhook",
"best-practices",
"cli",
"datree",
"devops",
"guardrail",
"kubernetes",
"policy",
"policy-management",
"security",
"static-code-analysis"
] | Apache-2.0 | cmd/config/set.go | set.go | 1,025 | package config
import (
"errors"
"fmt"
"github.com/spf13/cobra"
)
func NewSetCommand(ctx *ConfigCommandContext) *cobra.Command {
setCommand := &cobra.Command{
Use: "set",
Short: "Set configuration value",
Long: `Apply value for specific key in datree config.yaml file. Defaults to $HOME/.datree/config.ya... | 118 | 1,025 | 44 | 0.98 | 2026-04-17T20:38:00.757651 | true |
github_Jeiwan_blockchain_go_cc10c1dd9a5ad5d5c97903807361d4ae154bc7ca | Go | Jeiwan | blockchain_go | 4,374 | 1,179 | A simplified blockchain implementation in Golang | [
"bitcoin",
"blockchain",
"cryptocurrency",
"golang"
] | UNKNOWN | proofofwork.go | proofofwork.go | 1,475 | package main
import (
"bytes"
"crypto/sha256"
"fmt"
"math"
"math/big"
)
var (
maxNonce = math.MaxInt64
)
const targetBits = 16
// ProofOfWork represents a proof-of-work
type ProofOfWork struct {
block *Block
target *big.Int
}
// NewProofOfWork builds and returns a ProofOfWork
func NewProofOfWork(b *Block)... | 172 | 1,475 | 87 | 0.98 | 2026-04-17T16:48:13.051341 | true |
github_withspectrum_spectrum_3e6d520b995a29f77d44b0a47ec9f92d5f1eaec6 | JavaScript | withspectrum | spectrum | 10,848 | 1,204 | Simple, powerful online communities. | [
"expo",
"flowtype",
"graphql",
"nodejs",
"react",
"reactjs",
"rethinkdb",
"styled-components"
] | BSD-3-Clause | api/loaders/threadReaction.js | threadReaction.js | 380 | // @flow
import { getThreadReactions } from '../models/threadReaction';
import createLoader from './create-loader';
export const __createThreadReactionLoader = createLoader(
threadIds => getThreadReactions(threadIds),
'group'
);
export default () => {
throw new Error(
'⚠️ Do not import loaders directly, get... | 46 | 372 | 15 | 0.98 | 2026-04-23T05:42:30.940615 | true |
github_filecoin-project_lotus_aa616410db1d99563d253be9f8d5d36275355532 | 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/address.go | address.go | 1,250 | package main
import (
"bytes"
"encoding/hex"
"fmt"
"github.com/urfave/cli/v2"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
)
var addressCmd = &cli.Command{
Name: "addr",
Usage: "interact with filecoin addresses",
Subcommands: cli.Commands{
addrDecode,
addrEncode,
},
}
var addrDeco... | 156 | 1,250 | 65 | 0.98 | 2026-04-17T16:51:14.069352 | true |
github_adam-mcdaniel_sage_677e3d66aedda27d50a977ff841fa2d14b0874ba | 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/cli.rs | cli.rs | 20,003 | //! # The Sage Compiler
//!
//! This program implements the CLI frontend to the sage programming
//! language. This can compile sage's various source languages to
//! the supported targets provided by the compiler.
use clap::*;
use sage::{
lir::*,
parse::*,
targets::{self, CompiledTarget},
vm::*,
LO... | 1,890 | 20,003 | 536 | 0.98 | 2026-04-17T17:14:50.597733 | true |
github_jamiebuilds_unstated_83d6e6a6fa71f213475aa152be479d7680415434 | JavaScript | jamiebuilds | unstated | 7,740 | 262 | State so simple, it goes without saying | [
"management",
"react",
"state"
] | MIT | .babelrc.js | .babelrc.js | 435 | const { BABEL_ENV, NODE_ENV } = process.env;
const cjs = BABEL_ENV === 'cjs' || NODE_ENV === 'test';
module.exports = {
presets: [
[
'env',
{
modules: false,
loose: true,
targets: {
browsers: ['last 1 version']
}
}
],
'flow',
'react'
],
... | 49 | 435 | 24 | 0.98 | 2026-04-23T05:56:44.403633 | true |
github_morpheuslord_GPT_Vuln-analyzer_6b5ee994710fc434ba63175ec39dbc4021d83725 | Python | morpheuslord | GPT_Vuln-analyzer | 592 | 67 | Uses ChatGPT API, Bard API, and Llama2, Python-Nmap, DNS Recon, PCAP and JWT recon modules and uses the GPT3 model to create vulnerability reports based on Nmap scan data, and DNS scan information. It can also perform subdomain enumeration to a great extent | [
"ai-vulnerability-analysis",
"bard-ai",
"bard-api",
"chatgpt",
"chatgpt-api",
"dns",
"dns-enumeration",
"dns-enumeration-ai",
"dns-record",
"hacking-tools",
"information-gathering",
"llama2",
"nmap",
"nmap-api",
"nmap-vulnerability",
"nmap-vulnerability-analysis-ai",
"openai",
"run... | MIT | GVA_gui.py | GVA_gui.py | 7,152 | import tkinter as tk
import json
from dotenv import load_dotenv
import customtkinter
import os
from components.dns_recon import DNSRecon
from components.geo import geo_ip_recon
from components.port_scanner import NetworkScanner
from components.jwt import JWTAnalyzer
from components.packet_analysis import Packe... | 478 | 7,152 | 184 | 0.98 | 2026-04-23T01:18:39.946975 | true |
github_preactjs_preact_06021f43b8f8748cf6a2d9066e6724ee184a0bef | TypeScript | preactjs | preact | 38,572 | 2,030 | ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. | [
"components",
"dom",
"jsx",
"preact",
"react",
"vdom",
"virtual-dom"
] | MIT | src/internal.d.ts | internal.d.ts | 5,747 | import * as preact from './index';
export enum HookType {
useState = 1,
useReducer = 2,
useEffect = 3,
useLayoutEffect = 4,
useRef = 5,
useImperativeHandle = 6,
useMemo = 7,
useCallback = 8,
useContext = 9,
useErrorBoundary = 10,
// Not a real hook, but the devtools treat is as such
useDebugvalue = 11
}
e... | 771 | 5,747 | 186 | 0.98 | 2026-04-23T04:47:07.238327 | true |
github_graphql_graphql-js_bafb9da9b6e2df9569fb6df8961a5ec72080d0e1 | TypeScript | graphql | graphql-js | 20,323 | 2,056 | A reference implementation of GraphQL for JavaScript | [
"graphql",
"graphql-js"
] | MIT | src/error/locatedError.ts | locatedError.ts | 1,176 | import type { Maybe } from '../jsutils/Maybe';
import { toError } from '../jsutils/toError';
import type { ASTNode } from '../language/ast';
import { GraphQLError } from './GraphQLError';
/**
* Given an arbitrary value, presumably thrown while attempting to execute a
* GraphQL operation, produce a new GraphQLError... | 136 | 1,176 | 37 | 0.98 | 2026-04-18T01:24:39.872288 | true |
github_xanderfrangos_twinkle-tray_053117618f7ebcf7c8421374e6037fce25165684 | JavaScript | xanderfrangos | twinkle-tray | 8,414 | 287 | Easily manage the brightness of your monitors in Windows from the system tray | [
"backlight",
"backlight-brightness",
"brightness",
"brightness-control",
"brightness-level",
"brightness-levels",
"brightness-slider",
"ddc-ic",
"electron-app",
"monitors",
"multiple-monitors",
"nodejs",
"react",
"reactjs",
"windows",
"windows-10",
"windows-11"
] | MIT | src/Monitors.js | Monitors.js | 51,100 | const tag = "\x1b[47m M \x1b[0m";
const oLog = console.log
console.log = (...args) => { args.unshift(tag); oLog(...args) }
console.log("Monitors.js starting. If you see this again, something bad happened!")
const w32disp = require("win32-displayconfig");
const wmibridge = require("wmi-bridge");
const hdr = require("win... | 4,456 | 51,100 | 1,390 | 0.98 | 2026-04-23T05:52:46.669713 | true |
github_uptrace_bun_8f18255cbc5f4a501917b225952d726ca84cdeb6 | Go | uptrace | bun | 4,761 | 273 | SQL-first Golang ORM | [
"database",
"go",
"golang",
"mssql",
"mysql",
"oracle",
"orm",
"postgresql",
"sql",
"sqlite",
"sqlite3"
] | BSD-2-Clause | query_table_drop.go | query_table_drop.go | 3,874 | package bun
import (
"context"
"database/sql"
"github.com/uptrace/bun/internal"
"github.com/uptrace/bun/schema"
)
// DropTableQuery builds DROP TABLE statements.
type DropTableQuery struct {
baseQuery
cascadeQuery
ifExists bool
comment string
}
var _ Query = (*DropTableQuery)(nil)
// NewDropTableQuery re... | 484 | 3,874 | 179 | 0.98 | 2026-04-17T18:17:34.072879 | true |
github_filecoin-project_lotus_22985cd09b241a6f0b9e5dd2e2d27ed3d2efbfde | 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/fevmanalytics.go | fevmanalytics.go | 5,745 | package main
import (
"context"
"fmt"
"os"
"path/filepath"
"github.com/ipfs/go-cid"
cbor "github.com/ipfs/go-ipld-cbor"
"github.com/urfave/cli/v2"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/bi... | 636 | 5,745 | 258 | 0.98 | 2026-04-17T16:51:24.866917 | true |
github_DavidHDev_react-bits_51a82071c909001e094bd0d3ce508f2ce35ecf45 | JavaScript | DavidHDev | react-bits | 38,608 | 1,727 | An open source collection of animated, interactive & fully customizable React components for building memorable websites. | [
"3d",
"animations",
"component-library",
"components",
"components-library",
"components-react",
"css-animations",
"javascript",
"react",
"react-components",
"reactjs",
"tailwind",
"tailwindcss",
"ui-components",
"ui-library",
"web"
] | NOASSERTION | src/utils/utils.js | utils.js | 1,306 | export const getLanguage = key => {
const languages = {
code: 'jsx',
usage: 'jsx',
tailwind: 'jsx',
presets: 'jsx',
utility: 'jsx',
installation: 'bash',
css: 'css'
};
return languages[key];
};
const formatNumber = num => {
if (num < 1000) return num.toString();
const rounded = ... | 145 | 1,306 | 53 | 0.98 | 2026-04-23T04:46:46.467550 | true |
github_giscus_giscus_c0cac2d90a43f868823fa9882f9ff47efb21ad52 | TypeScript | giscus | giscus | 11,586 | 466 | A commenting system powered by GitHub Discussions. :octocat: :speech_balloon: :gem: | [
"blog",
"comment-system",
"comments",
"comments-widget",
"giscus",
"github",
"github-discussions",
"hacktoberfest",
"javascript",
"nextjs",
"react",
"reactjs",
"utterances",
"widget"
] | MIT | lib/fetcher.ts | fetcher.ts | 734 | import { isEmpty } from './utils';
export class CustomError extends Error {
status: number;
data: Record<string, unknown>;
constructor(m: string, status: number, data?: Record<string, unknown>) {
super(m);
this.status = status;
this.data = data;
}
}
export async function fetcher([input, init]: Pa... | 91 | 734 | 29 | 0.98 | 2026-04-23T09:45:49.357281 | true |
github_klothoplatform_klotho_feeda6e997286e1c4ec4ce1b4472882119eb6101 | Go | klothoplatform | klotho | 1,142 | 39 | Klotho - write AWS applications at lightning speed | [
"architecture",
"aws",
"aws-lambda",
"azure",
"fargate",
"gcp",
"kubernetes",
"microservices",
"pulumi",
"serverless",
"terraform"
] | Apache-2.0 | pkg/set/set.go | set.go | 1,689 | package set
import (
"fmt"
"strings"
)
type Set[T comparable] map[T]struct{}
func SetOf[T comparable](vs ...T) Set[T] {
s := make(Set[T])
s.Add(vs...)
return s
}
func (s Set[T]) Add(vs ...T) {
for _, v := range vs {
s[v] = struct{}{}
}
}
func (s Set[T]) AddFrom(other Set[T]) {
for k := range other {
s[... | 295 | 1,689 | 112 | 0.98 | 2026-04-18T01:19:45.037463 | true |
github_redux-form_redux-form_dc22de42ca0b131547d2b9fc63cca62061094d16 | 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/ConnectedFieldArray.js | ConnectedFieldArray.js | 6,090 | // @flow
import React, { Component, createElement } from 'react'
import PropTypes from 'prop-types'
import { connect } from 'react-redux'
import { bindActionCreators } from 'redux'
import createFieldArrayProps from './createFieldArrayProps'
import { mapValues } from 'lodash'
import plain from './structure/plain'
import... | 570 | 6,090 | 194 | 0.98 | 2026-04-23T04:56:42.574135 | true |
github_niri-wm_niri_9c2615b4742e5ec26f11d21dc6c029ef341de602 | Rust | niri-wm | niri | 22,641 | 820 | A scrollable-tiling Wayland compositor. | [
"rust",
"smithay",
"tiling-window-manager",
"wayland",
"wayland-compositor"
] | GPL-3.0 | src/input/pick_window_grab.rs | pick_window_grab.rs | 4,751 | use smithay::backend::input::ButtonState;
use smithay::input::pointer::{
AxisFrame, ButtonEvent, CursorImageStatus, GestureHoldBeginEvent, GestureHoldEndEvent,
GesturePinchBeginEvent, GesturePinchEndEvent, GesturePinchUpdateEvent, GestureSwipeBeginEvent,
GestureSwipeEndEvent, GestureSwipeUpdateEvent, GrabSt... | 388 | 4,751 | 174 | 0.98 | 2026-04-17T13:35:27.646840 | true |
github_ChromeDevTools_chrome-devtools-mcp_aef789af37d097ec3c952d3ff87a6d7083dddb0d | 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/bin/cliDefinitions.ts | cliDefinitions.ts | 22,100 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// NOTE: do not edit manually. Auto-generated by 'npm run cli:generate'.
export interface ArgDef {
name: string;
type: string;
description: string;
required: boolean;
default?: string | number | boolean;
enum?: Readonl... | 2,501 | 22,100 | 707 | 0.98 | 2026-04-18T00:20:59.581022 | true |
github_matplotlib_matplotlib_8a329f7a313365a41d501efce98cf20b5b49b32a | Python | matplotlib | matplotlib | 22,719 | 8,317 | matplotlib: plotting with Python | [
"data-science",
"data-visualization",
"gtk",
"matplotlib",
"plotting",
"python",
"qt",
"tk",
"wx"
] | UNKNOWN | lib/matplotlib/_fontconfig_pattern.py | _fontconfig_pattern.py | 4,368 | """
A module for parsing and generating `fontconfig patterns`_.
.. _fontconfig patterns:
https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
"""
# This class logically belongs in `matplotlib.font_manager`, but placing it
# there would have created cyclical dependency problems, because it also need... | 418 | 4,368 | 112 | 0.98 | 2026-04-17T16:36:59.916220 | true |
github_drprojects_superpoint_transformer_ad6522af6aa68c684b3baad5cd0d18929556aef9 | Python | drprojects | superpoint_transformer | 987 | 132 | Official PyTorch implementation of Superpoint Transformer [ICCV'23], SuperCluster [3DV'24 Oral], and EZ-SP [ICRA'26] | [
"3d",
"3dv2024",
"deep-learning",
"efficient",
"fast",
"graph-clustering",
"hierarchical",
"iccv2023",
"lightweight",
"panoptic-segmentation",
"partition",
"partitioning",
"point-cloud",
"pytorch",
"semantic-segmentation",
"superpoint",
"transformer"
] | MIT | src/nn/__init__.py | __init__.py | 256 | from .norm import *
from .mlp import *
from .pool import *
from .unpool import *
from .attention import *
from .fusion import *
from .dropout import *
from .transformer import *
from .stage import *
from .position_encoding import *
from .instance import *
| 44 | 256 | 12 | 0.98 | 2026-04-22T21:13:03.976856 | true |
github_GoogleContainerTools_kaniko_1bc2bec59b2e77ce536a268adbe8a086583854e5 | Go | GoogleContainerTools | kaniko | 15,768 | 1,529 | Build Container Images In Kubernetes | [
"containers",
"developer-tools",
"docker",
"kubernetes"
] | Apache-2.0 | pkg/commands/cache_test.go | cache_test.go | 923 | /*
Copyright 2020 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... | 128 | 923 | 33 | 0.98 | 2026-04-17T10:28:57.733603 | true |
github_blocks_blocks_ba6ea4e10e079f82ef4e976b6af07e14bf0aa731 | JavaScript | blocks | blocks | 5,083 | 326 | A JSX-based page builder for creating beautiful websites without writing code | [
"jsx",
"lowcode",
"mdx",
"nocode",
"react",
"visual-editor",
"wysiwyg"
] | MIT | src/components/minimal-layout.js | minimal-layout.js | 835 | /** @jsx jsx */
import { jsx, Styled } from 'theme-ui'
import { Container } from '@theme-ui/components'
import { Link } from 'gatsby'
import { Global } from '@emotion/core'
import SEO from './seo'
export default ({ children, _frontmatter: { title } = {} }) => (
<Styled.root>
<SEO title={title} />
<Global
... | 85 | 835 | 36 | 0.98 | 2026-04-23T06:13:54.436332 | true |
github_ZhuLinsen_daily_stock_analysis_2c308a5878d0fdb0d86d5bda25e3cfa8cbdffd1a | Python | ZhuLinsen | daily_stock_analysis | 30,272 | 30,966 | LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets. | [
"agent",
"ai",
"aigc",
"gemini",
"llm",
"quant",
"quantitative-trading",
"rag",
"stock"
] | MIT | api/v1/__init__.py | __init__.py | 252 | # -*- coding: utf-8 -*-
"""
===================================
API v1 模块初始化
===================================
职责:
1. 导出 v1 版本 API 的路由
"""
from api.v1.router import router as api_v1_router
__all__ = ["api_v1_router"]
| 28 | 222 | 14 | 0.98 | 2026-04-17T15:27:16.689649 | true |
github_nodejs_node_2904779a47e64beddb2496a65e3dfd47629ae718 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/navigator.js | navigator.js | 3,589 | 'use strict';
const {
ObjectDefineProperties,
ObjectFreeze,
StringPrototypeIndexOf,
StringPrototypeSlice,
StringPrototypeToUpperCase,
Symbol,
} = primordials;
const {
ERR_ILLEGAL_CONSTRUCTOR,
} = require('internal/errors').codes;
const {
kEnumerableProperty,
} = require('internal/util');
const {
g... | 391 | 3,589 | 160 | 0.98 | 2026-04-23T06:15:58.937250 | true |
github_zincsearch_zincsearch_aa8bc4d399f6c61839e31688468ded4cb4ff33b0 | Go | zincsearch | zincsearch | 17,818 | 772 | ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go. | [
"elasticsearch",
"go",
"golang",
"modern",
"opensearch",
"search",
"searchengine",
"vuejs"
] | NOASSERTION | pkg/routes/httpcache.go | httpcache.go | 1,323 | /* Copyright 2022 Zinc Labs Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 152 | 1,323 | 43 | 0.98 | 2026-04-17T10:11:45.118589 | true |
github_react-ga_react-ga_d2143443a2349f6442ec57dd8b7edfbbae06d797 | JavaScript | react-ga | react-ga | 5,100 | 431 | React Google Analytics Module | [
"google-analytics",
"javascript",
"react",
"react-google-analytics"
] | NOASSERTION | src/utils/format.js | format.js | 324 | import redactEmail from './redactEmail';
import toTitleCase from './toTitleCase';
export default function format(
s = '',
titleCase = false,
redactingEmail = true
) {
let _str = s || '';
if (titleCase) {
_str = toTitleCase(s);
}
if (redactingEmail) {
_str = redactEmail(_str);
}
return _str... | 46 | 324 | 21 | 0.98 | 2026-04-23T06:12:55.076164 | true |
github_NodeBB_NodeBB_a5bc32f83ab7ef2029fdbcf0e4a2dc04ea545b81 | 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/api/search.js | search.js | 5,972 | 'use strict';
const _ = require('lodash');
const db = require('../database');
const user = require('../user');
const categories = require('../categories');
const messaging = require('../messaging');
const privileges = require('../privileges');
const meta = require('../meta');
const plugins = require('../plugins');
co... | 590 | 5,972 | 204 | 0.98 | 2026-04-23T06:52:54.117547 | true |
github_stepfun-ai_Step-Audio-EditX_a73380d73ba498380e7f946b50269189d9b87051 | 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 | tokenizer.py | tokenizer.py | 8,435 | import io
import threading
import time
import os
import numpy as np
import torch
import torchaudio
import soundfile as sf
import onnxruntime
import whisper
from funasr_detach import AutoModel
from utils import resample_audio, energy_norm_fn, trim_silence
from model_loader import model_loader, ModelSource
class Step... | 689 | 8,435 | 228 | 0.98 | 2026-04-22T20:25:55.751675 | true |
github_huggingface_transformers_5365e9c1b6e1fab8afee53cfb601e73e235d524b | 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/tokenization_utils_tokenizers.py | tokenization_utils_tokenizers.py | 65,803 | # Copyright 2020 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 ... | 5,527 | 65,787 | 1,395 | 0.98 | 2026-04-22T13:18:09.142988 | true |
github_bfly123_claude_code_bridge_299d3ec50b2aa9659c90bb577a4a2390fdabc05f | 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/ccbd/api_models.py | api_models.py | 627 | from __future__ import annotations
from ccbd.api_models_runtime import (
API_VERSION,
SCHEMA_VERSION,
AcceptedJobReceipt,
CancelReceipt,
DeliveryScope,
JobEvent,
JobRecord,
JobStatus,
MessageEnvelope,
RpcRequest,
RpcResponse,
SubmissionRecord,
SubmitReceipt,
Targ... | 41 | 627 | 36 | 0.98 | 2026-04-22T15:41:25.954463 | true |
github_cloudnative-pg_cloudnative-pg_376b518c0ff672552debc55d67ee62406f043cdd | Go | cloudnative-pg | cloudnative-pg | 8,452 | 651 | CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance | [
"automated-failover",
"business-continuity",
"database",
"database-management",
"devops",
"disaster-recovery",
"failover",
"high-availability",
"json-logging",
"k8s",
"kubectl-plugin",
"kubernetes",
"operator",
"postgres",
"postgresql",
"prometheus-exporter",
"replication",
"self-h... | Apache-2.0 | api/v1/base_types.go | base_types.go | 1,742 | /*
Copyright © contributors to CloudNativePG, established as
CloudNativePG a Series of LF Projects, LLC.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2... | 232 | 1,741 | 54 | 0.98 | 2026-04-17T18:13:05.873842 | true |
github_phiresky_ripgrep-all_88b83fb0cbd31c3d93814af3d805535d21baccab | Rust | phiresky | ripgrep-all | 9,576 | 210 | rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. | [] | NOASSERTION | src/lib.rs | lib.rs | 2,321 | #![warn(clippy::all)]
pub mod adapted_iter;
pub mod adapters;
mod caching_writer;
pub mod config;
pub mod expand;
pub mod matching;
pub mod preproc;
pub mod preproc_cache;
pub mod recurse;
#[cfg(test)]
pub mod test_utils;
use anyhow::Context;
use anyhow::Result;
use async_stream::stream;
use directories_next::ProjectD... | 278 | 2,321 | 85 | 0.98 | 2026-04-17T14:26:43.274320 | true |
github_zeromicro_go-zero_75bb8d48a99b42202d46dc2e67a697733c2d25fd | 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/collection/cache.go | cache.go | 6,509 | package collection
import (
"container/list"
"sync"
"sync/atomic"
"time"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/mathx"
"github.com/zeromicro/go-zero/core/syncx"
)
const (
defaultCacheName = "proc"
slots = 300
statInterval = time.Minute
// make the expiry... | 873 | 6,509 | 311 | 0.98 | 2026-04-17T08:11:22.395065 | true |
github_rustdesk_rustdesk_3f824113b17fe3c674e937b5d21045d61abe0081 | Rust | rustdesk | rustdesk | 111,484 | 16,696 | An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. | [
"android",
"anydesk",
"dart",
"flatpak",
"flutter",
"flutter-apps",
"ios",
"linux",
"macos",
"p2p",
"rdp",
"remote-control",
"remote-desktop",
"rust",
"rust-lang",
"teamviewer",
"vnc",
"wayland",
"windows"
] | AGPL-3.0 | src/hbbs_http/account.rs | account.rs | 11,072 | use super::HbbHttpResponse;
use crate::hbbs_http::create_http_client_with_url;
use hbb_common::{config::LocalConfig, log, ResultType};
use serde_derive::{Deserialize, Serialize};
use serde_repr::{Deserialize_repr, Serialize_repr};
use std::{
collections::HashMap,
sync::{Arc, RwLock},
time::{Duration, Instan... | 830 | 11,072 | 367 | 0.98 | 2026-04-17T13:14:17.552973 | true |
github_rustdesk_rustdesk_357f111a741fe9cc17f6c66a5d1cfd74031ec29e | Rust | rustdesk | rustdesk | 111,120 | 16,633 | 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/updater.rs | updater.rs | 10,720 | use crate::{common::do_check_software_update, hbbs_http::create_http_client_with_url};
use hbb_common::{bail, config, log, ResultType};
use std::{
io::Write,
path::PathBuf,
sync::{
atomic::{AtomicUsize, Ordering},
mpsc::{channel, Receiver, Sender},
Mutex,
},
time::{Duration, ... | 850 | 10,720 | 291 | 0.95 | 2026-04-13T14:04:52.043231 | true |
github_nikivdev_flow_0ec6ae954333634a5fa0e70cb6c44d61450c828a | Rust | nikivdev | flow | 21,145 | 836 | Everything you need to move your project faster | [
"rust"
] | MIT | src/commit.rs | commit.rs | 546,057 | //! AI-powered git commit command using OpenAI.
use std::cell::RefCell;
use std::collections::{HashMap, HashSet, hash_map::DefaultHasher};
use std::env;
use std::fs;
use std::hash::{Hash, Hasher};
use std::io::{self, IsTerminal, Read, Seek, SeekFrom, Write};
use std::net::IpAddr;
use std::path::{Path, PathBuf};
use st... | 44,042 | 543,444 | 16,344 | 0.98 | 2026-04-17T13:42:14.654136 | true |
github_codeceptjs_CodeceptJS_c5b5f03d3c45e8ad1804f5dfede94e2d1ea8ff76 | JavaScript | codeceptjs | CodeceptJS | 4,221 | 752 | Supercharged End 2 End Testing Framework for NodeJS | [
"acceptance-testing",
"bdd",
"bdd-framework",
"codeceptjs",
"e2e-tests",
"end-to-end-testing",
"graphql-testing",
"hacktoberfest",
"javascript",
"nodejs",
"pageobject",
"playwright",
"selenium",
"selenium-webdriver",
"testing",
"webdriver",
"webdriverio"
] | MIT | lib/assert/equal.js | equal.js | 1,638 | const Assertion = require('../assert')
const AssertionFailedError = require('./error')
const { template } = require('../utils')
const output = require('../output')
class EqualityAssertion extends Assertion {
constructor(params) {
const comparator = function (a, b) {
if (b.length === 0) {
b = ''
... | 184 | 1,638 | 55 | 0.98 | 2026-04-23T07:37:49.141678 | true |
github_ChatGPTNextWeb_NextChat_a2e00173dd0045c215b59b7797f8b2f8193fc378 | 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/client/controller.ts | controller.ts | 914 | // To store message streaming controller
export const ChatControllerPool = {
controllers: {} as Record<string, AbortController>,
addController(
sessionId: string,
messageId: string,
controller: AbortController,
) {
const key = this.key(sessionId, messageId);
this.controllers[key] = controller... | 87 | 914 | 38 | 0.98 | 2026-04-23T08:58:06.448508 | true |
github_valyala_fasthttp_44c92dc15d9576a6597145d7a30e6f8a0d4a48e8 | Go | valyala | fasthttp | 23,337 | 1,818 | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | [] | MIT | args.go | args.go | 15,144 | package fasthttp
import (
"bytes"
"errors"
"io"
"iter"
"sort"
"sync"
)
const (
argsNoValue = true
argsHasValue = false
)
// AcquireArgs returns an empty Args object from the pool.
//
// The returned Args may be returned to the pool with ReleaseArgs
// when no longer needed. This allows reducing GC load.
fun... | 2,403 | 15,144 | 659 | 0.98 | 2026-04-17T09:12:44.254766 | true |
github_Chalarangelo_30-seconds-of-code_a6f825d19b307ef23697120b4b86204561d1adf2 | JavaScript | Chalarangelo | 30-seconds-of-code | 127,546 | 12,477 | Coding articles to level up your development skills | [
"astro",
"awesome-list",
"css",
"education",
"es6-javascript",
"git",
"html",
"javascript",
"learn-to-code",
"learning-resources",
"nodejs",
"programming",
"snippets"
] | CC-BY-4.0 | src/models/snippet.js | snippet.js | 6,415 | import Model from '#src/core/model.js';
import ContentModel from '#src/models/contentModel.js';
import Language from '#src/models/language.js';
import CollectionSnippet from '#src/models/collectionSnippet.js';
import Collection from '#src/models/collection.js';
import BreadcrumbPresenter from '#src/presenters/breadcrum... | 596 | 6,415 | 243 | 0.98 | 2026-04-23T06:14:59.845617 | true |
github_fnproject_fn_6f70710ec3496e17f3cf712ce2b7a30a3d173604 | Go | fnproject | fn | 5,931 | 408 | The container native, cloud agnostic serverless platform. | [
"containers",
"docker",
"faas",
"kubernetes",
"lambda",
"serverless",
"serverless-functions",
"swarm"
] | Apache-2.0 | api/id/id_test.go | id_test.go | 1,853 | package id
import (
"encoding/binary"
"math"
"net"
"testing"
"time"
)
func BenchmarkGen(b *testing.B) {
for i := 0; i < b.N; i++ {
id := New()
_ = id
}
}
func BenchmarkMarshalText(b *testing.B) {
id := New()
for i := 0; i < b.N; i++ {
byts, _ := id.MarshalText()
_ = byts
}
}
func BenchmarkUnmarsha... | 266 | 1,853 | 98 | 0.98 | 2026-04-17T21:16:37.886904 | true |
github_payloadcms_payload_ea29d3c412c703eec008e396830c7c68cb05f0ef | TypeScript | payloadcms | payload | 41,987 | 3,627 | Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications. | [
"cms",
"content-management",
"content-management-system",
"express",
"graphql",
"headless",
"headless-cms",
"jamstack",
"javascript",
"mit-license",
"mongodb",
"nextjs",
"nodejs",
"open-source",
"payload",
"payloadcms",
"postgres",
"react",
"typescript"
] | MIT | payload-types.ts | payload-types.ts | 8,382 | /* tslint:disable */
/* eslint-disable */
/**
* This file was automatically generated by Payload.
* DO NOT MODIFY IT BY HAND. Instead, modify your source Payload config,
* and re-run `payload generate:types` to regenerate this file.
*/
/**
* Supported timezones in IANA format.
*
* This interface was referenced ... | 1,005 | 8,382 | 373 | 0.98 | 2026-04-23T08:19:50.453626 | true |
github_AgentOps-AI_agentops_328c50d7b7f7b592a0bfd55b45b212c41cdd00da | JavaScript | AgentOps-AI | agentops | 5,485 | 561 | Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks including CrewAI, Agno, OpenAI Agents SDK, Langchain, Autogen, AG2, and CamelAI | [
"agent",
"agentops",
"agents-sdk",
"ai",
"anthropic",
"autogen",
"cost-estimation",
"crewai",
"evals",
"evaluation-metrics",
"groq",
"langchain",
"llm",
"mistral",
"ollama",
"openai",
"openai-agents"
] | MIT | app/prettier.config.js | prettier.config.js | 486 | // prettier.config.js
module.exports = {
endOfLine: 'auto', // Use 'auto' for cross-platform compatibility
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 100,
tabWidth: 2,
useTabs: false,
arrowParens: 'always',
plugins: ['prettier-plugin-tailwindcss'],
tailwindF... | 49 | 486 | 15 | 0.98 | 2026-04-22T15:17:56.815619 | true |
github_PrismarineJS_mineflayer_9675a3a41969587b9c52f5355b61eea1ed43f6d1 | JavaScript | PrismarineJS | mineflayer | 6,928 | 1,258 | Create Minecraft bots with a powerful, stable, and high level JavaScript API. | [
"bot",
"minecraft",
"minecraft-api",
"minecraft-bot",
"network",
"nodejs"
] | MIT | lib/plugins/anvil.js | anvil.js | 4,057 | const assert = require('assert')
const { sleep } = require('../promise_utils')
const { once } = require('../promise_utils')
module.exports = inject
function inject (bot) {
const Item = require('prismarine-item')(bot.registry)
const matchWindowType = window => /minecraft:(?:chipped_|damaged_)?anvil/.test(window.t... | 417 | 4,057 | 116 | 0.98 | 2026-04-23T07:16:54.033341 | true |
github_mozilla_sccache_d7ffa03840b820100d203df9598a734c7bcd36d1 | Rust | mozilla | sccache | 7,178 | 656 | Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage. | [] | Apache-2.0 | src/mock_command.rs | mock_command.rs | 21,486 | // Copyright 2016 Mozilla Foundation
//
// 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... | 2,330 | 21,486 | 666 | 0.98 | 2026-04-17T14:40:18.843291 | true |
github_ajbrock_Neural-Photo-Editor_7e41aaead8fedd8cf4eef1d37531b19caa059815 | Python | ajbrock | Neural-Photo-Editor | 2,080 | 193 | A simple interface for editing natural photos with generative neural networks. | [
"computer-vision",
"convolutional-neural-networks",
"deep-learning",
"gans",
"interfaces",
"machine-learning"
] | MIT | NPE.py | NPE.py | 15,369 | ### Neural Photo Editor
# A Brock, 2016
### Imports
from Tkinter import * # Note that I dislike the * on the Tkinter import, but all the tutorials seem to do that so I stuck with it.
from tkColorChooser import askcolor # This produces an OS-dependent color selector. I like the windows one best, and can't stand the li... | 1,615 | 15,369 | 429 | 0.98 | 2026-04-22T18:30:24.635166 | true |
github_araffin_robotics-rl-srl_3c3c4e2ad164f5be45cdb9b735a4f6b652761fd7 | Python | araffin | robotics-rl-srl | 657 | 92 | S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics | [
"arm",
"baselines",
"baxter-robot",
"gym",
"kuka",
"pybullet",
"pytorch",
"reinforcement-learning",
"representation-learning",
"robotics",
"state"
] | MIT | conftest.py | conftest.py | 977 | import pytest
def pytest_addoption(parser):
parser.addoption("--fast", action="store_true", default=False,
help="only run RL with ground truth, and quickly test all the envs")
parser.addoption("--all", action="store_true", default=False,
help="run all the tests")
de... | 81 | 977 | 24 | 0.98 | 2026-04-22T20:41:14.957692 | true |
github_apollographql_apollo-client_9db94256c5a0ef1902420156af0955c5292ffc93 | 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/loadErrorMessages.ts | loadErrorMessages.ts | 209 | import { errorCodes } from "../invariantErrorCodes.js";
import { loadErrorMessageHandler } from "./loadErrorMessageHandler.js";
export function loadErrorMessages() {
loadErrorMessageHandler(errorCodes);
}
| 18 | 209 | 8 | 0.98 | 2026-04-18T01:25:45.586710 | true |
github_kgateway-dev_kgateway_198b8e2b597690f3c49afef9130cd006a2724501 | Go | kgateway-dev | kgateway | 5,451 | 736 | The Cloud-Native API Gateway and AI Gateway | [
"api-gateway",
"api-management",
"cloud-native",
"envoy",
"envoy-proxy",
"grpc",
"hybrid-apps",
"kubernetes",
"kubernetes-ingress-controller",
"legacy-apps",
"microservices",
"serverless"
] | Apache-2.0 | pkg/krtcollections/grpc_route.go | grpc_route.go | 6,069 | package krtcollections
import (
"fmt"
"istio.io/istio/pkg/kube/krt"
"k8s.io/utils/ptr"
gwv1 "sigs.k8s.io/gateway-api/apis/v1"
"github.com/kgateway-dev/kgateway/v2/pkg/kgateway/wellknown"
"github.com/kgateway-dev/kgateway/v2/pkg/pluginsdk/ir"
)
func (h *RoutesIndex) transformGRPCRoute(kctx krt.HandlerContext, ... | 527 | 6,069 | 183 | 0.98 | 2026-04-17T21:26:43.318555 | true |
github_jbexta_AgentPilot_8cfe9ad102fca5b63fc98fc84944dac72619843a | Python | jbexta | AgentPilot | 549 | 77 | A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows. | [
"agent",
"agi",
"ai",
"artificial-intelligence",
"claude",
"copilot",
"copilot-chat",
"desktop-assistant",
"gemini",
"gui",
"openai",
"python",
"realtime-api",
"structured-output",
"tool-calling",
"windows-copilot",
"workflow-automation",
"workflow-engine"
] | AGPL-3.0 | src/utils/messages.py | messages.py | 21,653 | import json
import threading
from typing import List, Dict, Any
import tiktoken
from src.members.node import Node
from src.members.user import User
from src.utils import sql
from src.utils.helpers import convert_to_safe_case, try_parse_json
class Message:
def __init__(self,
msg_id: int,
role: st... | 1,748 | 21,653 | 503 | 0.98 | 2026-04-23T01:20:32.634039 | true |
github_babel_babel_7425e5f78eae37b6b266c29b17cd2cdc85d01d23 | TypeScript | babel | babel | 43,892 | 5,813 | 🐠 Babel is a compiler for writing next generation JavaScript. | [
"ast",
"babel",
"compiler",
"es2015",
"es6",
"flavortown",
"javascript"
] | MIT | lib/archived-libs.d.ts | archived-libs.d.ts | 5,621 | /* This file is automatically generated by scripts/generators/archived-libs-typings.ts */
declare module "@babel/plugin-transform-react-jsx-compat" {
import { declare } from "@babel/helper-plugin-utils";
let exports: {default: ReturnType<typeof declare>};
export = exports;
}
declare module "@babel/plugin-transfo... | 560 | 5,621 | 148 | 0.98 | 2026-04-23T13:04:29.544587 | true |
github_bigint_hey_7ce5392079a3ba688db990170559efa4e171ea28 | 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/tokenManager.ts | tokenManager.ts | 2,175 | import parseJwt from "@/helpers//parseJwt";
import apolloClient from "@/indexer/apollo/client";
import { RefreshDocument, type RefreshMutation } from "@/indexer/generated";
import { signIn, signOut } from "@/store/persisted/useAuthStore";
import type { JwtPayload } from "@/types/jwt";
let refreshPromise: Promise<strin... | 241 | 2,175 | 78 | 0.98 | 2026-04-18T01:23:15.719872 | true |
github_egoist_docute_93f678a168dc2087d5e3e577b634b376e91436ba | JavaScript | egoist | docute | 3,815 | 413 | 📚 Effortless documentation, done right. | [
"documentation",
"documentation-tool",
"docute",
"gitbook",
"pr-welcome",
"vue"
] | MIT | src/components/InjectedComponents.js | InjectedComponents.js | 523 | export default {
name: 'InjectedComponents',
functional: true,
props: {
position: {
type: String,
required: true
}
},
render(h, {props, parent}) {
const components = parent.$pluginApi.getComponents(props.position)
if (components.length === 0) return
return h(
'div',
... | 50 | 523 | 30 | 0.98 | 2026-04-23T12:07:20.083945 | true |
github_allenai_allennlp_81d081113be72126c8e8f701de495899fc739d6c | Python | allenai | allennlp | 11,891 | 2,221 | An open-source NLP research library, built on PyTorch. | [
"data-science",
"deep-learning",
"natural-language-processing",
"nlp",
"python",
"pytorch"
] | Apache-2.0 | setup.py | setup.py | 3,674 | from collections import defaultdict
from setuptools import find_packages, setup
# PEP0440 compatible formatted version, see:
# https://www.python.org/dev/peps/pep-0440/
#
# release markers:
# X.Y
# X.Y.Z # For bugfix releases
#
# pre-release markers:
# X.YaN # Alpha release
# X.YbN # Beta release
# X.Y... | 309 | 3,674 | 108 | 0.98 | 2026-04-17T16:38:50.649230 | true |
github_michaelthwan_searchGPT_bfb4300d65a11f78fde220ab29a2cbc6430ee8a5 | Python | michaelthwan | searchGPT | 708 | 69 | Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc. | [
"ai",
"chatgpt",
"grounded-api",
"grounded-bot",
"language-model",
"llm",
"machine-learning",
"nlp",
"nlp-machine-learning",
"openai",
"python",
"retrieval",
"retrieval-model"
] | MIT | src/FrontendService.py | FrontendService.py | 7,960 | import os
import re
from urllib.parse import urlparse
import yaml
from NLPUtil import split_with_delimiters, get_longest_common_word_sequences
from Util import setup_logger, get_project_root
logger = setup_logger('FootnoteService')
class FrontendService:
def __init__(self, config, response_text, gpt_input_text... | 519 | 7,898 | 163 | 0.98 | 2026-04-23T01:14:54.804001 | true |
github_mochajs_mocha_dc3a738f672f83c008826d3da31aa0ed4aa64871 | JavaScript | mochajs | mocha | 22,882 | 3,066 | ☕️ Classic, reliable, trusted test framework for Node.js and the browser | [
"bdd",
"browser",
"javascript",
"mocha",
"mochajs",
"node",
"nodejs",
"tdd",
"test",
"test-framework",
"testing",
"testing-tools"
] | MIT | lib/cli/one-and-dones.js | one-and-dones.js | 1,567 | "use strict";
/**
* Contains "command" code for "one-and-dones"--options passed
* to Mocha which cause it to just dump some info and exit.
* See {@link module:lib/cli/one-and-dones.ONE_AND_DONE_ARGS ONE_AND_DONE_ARGS} for more info.
* @module
* @private
*/
const Mocha = require("../mocha");
/**
* Dumps a sort... | 197 | 1,567 | 71 | 0.98 | 2026-04-23T06:43:54.303782 | true |
github_bigint_hey_e9ace1520ee459b2939ab2bda549bf98002ed776 | 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/cn.ts | cn.ts | 195 | import type { ClassValue } from "clsx";
import { clsx } from "clsx";
import { twMerge } from "tailwind-merge";
const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs));
export default cn;
| 29 | 195 | 8 | 0.98 | 2026-04-18T01:22:58.997032 | true |
github_h2oai_h2ogpt_fa8574ac88de41704e174ac7bbd506f60f692ba9 | Python | h2oai | h2ogpt | 11,981 | 1,318 | Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/ | [
"ai",
"chatgpt",
"embeddings",
"fedramp",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] | Apache-2.0 | src/sagemaker.py | sagemaker.py | 3,256 | import os
import typing
import json
from langchain_community.llms import SagemakerEndpoint
from langchain.llms.sagemaker_endpoint import LLMContentHandler
from pydantic.v1 import root_validator
from utils import FakeTokenizer
class ChatContentHandler(LLMContentHandler):
content_type = "application/json"
acce... | 245 | 3,256 | 90 | 0.98 | 2026-04-17T15:34:23.161433 | true |
github_nodejs_node_de691a745031e0e54d0e3bc36c935ead56739009 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/mime.js | mime.js | 11,377 | 'use strict';
const {
FunctionPrototypeCall,
ObjectDefineProperty,
RegExpPrototypeExec,
SafeMap,
SafeStringPrototypeSearch,
StringPrototypeCharAt,
StringPrototypeIndexOf,
StringPrototypeSlice,
StringPrototypeToLowerCase,
SymbolIterator,
} = primordials;
const {
ERR_INVALID_MIME_SYNTAX,
} = requir... | 1,221 | 11,377 | 397 | 0.98 | 2026-04-23T06:15:58.653928 | true |
github_kumahq_kuma_d4b2a7d85f14d291dc873322e4b6eb1c7cb52db3 | Go | kumahq | kuma | 3,955 | 359 | 🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project. | [
"apis",
"cloud-native",
"cncf",
"connectivity",
"control-plane",
"controlplane",
"envoy",
"envoyproxy",
"golang",
"kong",
"kubernetes",
"kuma",
"mesh",
"microservices",
"networking",
"service-mesh",
"servicemesh",
"sidecar-proxy"
] | Apache-2.0 | pkg/cmd/helpers.go | helpers.go | 304 | package cmd
import (
"fmt"
"strings"
)
func UsageOptions(desc string, options ...any) string {
values := make([]string, 0, len(options))
for _, option := range options {
values = append(values, fmt.Sprintf("%v", option))
}
return fmt.Sprintf("%s: one of %s", desc, strings.Join(values, "|"))
}
| 41 | 304 | 15 | 0.98 | 2026-04-17T22:24:35.376267 | true |
github_lbjlaq_Antigravity-Manager_29354ed5be143618ac476508189e6dee534e7836 | 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/types/config.ts | config.ts | 6,167 | export interface UpstreamProxyConfig {
enabled: boolean;
url: string;
}
export interface ProxyConfig {
enabled: boolean;
allow_lan_access?: boolean;
auth_mode?: 'off' | 'strict' | 'all_except_health' | 'auto';
port: number;
api_key: string;
admin_password?: string;
auto_start: boole... | 523 | 5,775 | 208 | 0.98 | 2026-04-17T13:28:47.732721 | true |
github_jarrodwatts_claude-hud_49d7e7ae3b76d8792d6b32aab7b098e66d3846c3 | TypeScript | jarrodwatts | claude-hud | 20,423 | 908 | A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress | [
"anthropic",
"claude",
"claude-code",
"cli",
"plugin",
"statusline",
"typescript"
] | MIT | src/config.ts | config.ts | 20,524 | import * as fs from 'node:fs';
import * as path from 'node:path';
import * as os from 'node:os';
import { getHudPluginDir } from './claude-config-dir.js';
import type { Language } from './i18n/types.js';
export type LineLayoutType = 'compact' | 'expanded';
export type AutocompactBufferMode = 'enabled' | 'disabled';
e... | 1,724 | 20,520 | 596 | 0.98 | 2026-04-23T12:35:53.875879 | true |
github_thiswillbeyourgithub_AnkiAIUtils_0ee58d4ffdc4a9dcbea3ce7f2a264026fa3b1eea | Python | thiswillbeyourgithub | AnkiAIUtils | 846 | 28 | AI-powered tools to enhance Anki flashcards with explanations, mnemonics, illustrations, and adaptive learning for medical school and beyond | [
"anki",
"dalle-2",
"dalle-3",
"illustrations",
"learning",
"llm",
"medical",
"mnemonics",
"openai",
"spaced-repetition",
"stable-diffusion",
"summary"
] | AGPL-3.0 | mnemonics_helper.py | mnemonics_helper.py | 12,295 | """
Medical mnemonics generation tool using LLMs.
This module provides functionality to generate and manage mnemonic devices for medical concepts
using large language models. It includes semantic search to find similar existing mnemonics
and an interactive CLI interface for selecting from multiple generated options.
"... | 1,224 | 12,287 | 388 | 0.98 | 2026-04-23T01:11:02.988033 | true |
github_mit-han-lab_lite-transformer_6d9ac89a12322086b851d536dfcb2394b5e94972 | Python | mit-han-lab | lite-transformer | 610 | 83 | [ICLR 2020] Lite Transformer with Long-Short Range Attention | [
"nlp",
"pytorch",
"transformer"
] | NOASSERTION | score.py | score.py | 3,050 | #!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
"""
BLEU scoring of generated translations against reference translations.
"""
import argparse
import os
import sys
fr... | 249 | 3,050 | 89 | 0.98 | 2026-04-22T21:47:26.984068 | true |
github_ChromeDevTools_chrome-devtools-mcp_dd8059bbfd8baf88e887b051274367f64f73e7fe | 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/console.ts | console.ts | 2,654 | /**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {zod} from '../third_party/index.js';
import type {ConsoleMessageType} from '../third_party/index.js';
import {ToolCategory} from './categories.js';
import {definePageTool} from './ToolDefinition.js';
type ConsoleResponseTy... | 257 | 2,654 | 107 | 0.98 | 2026-04-18T00:21:11.579984 | true |
github_jdh-algo_JoyVASA_5f50b7cf5a21cd71c70a7bbaaa4b6b68b4762ea3 | 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/modules/stitching_retargeting_network.py | stitching_retargeting_network.py | 1,501 | # coding: utf-8
"""
Stitching module(S) and two retargeting modules(R) defined in the paper.
- The stitching module pastes the animated portrait back into the original image space without pixel misalignment, such as in
the stitching region.
- The eyes retargeting module is designed to address the issue of incomplete... | 156 | 1,501 | 39 | 0.98 | 2026-04-22T22:00:27.266156 | true |
github_SuperTails_langcraft_a584c9826eb86d395b89dab452acc9db0ba1c33c | Rust | SuperTails | langcraft | 561 | 7 | Compiler from LLVM IR to Minecraft datapacks. | [
"compiler",
"llvm",
"minecraft"
] | Apache-2.0 | src/analysis.rs | analysis.rs | 15,121 | use crate::cir::{Command, Execute, FuncCall, Function, FunctionId, ScoreHolder};
use std::collections::{HashSet, HashMap};
use llvm_ir::Terminator;
use llvm_ir::terminator::{Br, CondBr};
use petgraph::prelude::{DiGraph, NodeIndex};
#[derive(Debug, PartialEq, Clone)]
#[allow(clippy::large_enum_variant)]
pub(crate) enum... | 1,263 | 15,121 | 445 | 0.98 | 2026-04-17T17:10:12.625029 | true |
github_cosmos_cosmos-sdk_209da8b01cce5f790f8f88c6050e50ee9f78b964 | Go | cosmos | cosmos-sdk | 6,981 | 4,172 | :chains: A Framework for Building High Value Public Blockchains :sparkles: | [
"blockchain",
"cometbft",
"cosmos-sdk",
"cryptocurrency",
"go",
"golang",
"tendermint"
] | Apache-2.0 | internal/blockstm/mvdata_test.go | mvdata_test.go | 4,027 | package blockstm
import (
"context"
"errors"
"fmt"
"testing"
"github.com/test-go/testify/require"
)
func TestEmptyMVData(t *testing.T) {
ctx := context.Background()
data := NewMVData(1)
value, _, estimate := data.Read(ctx, []byte("a"), 1)
require.False(t, estimate)
require.Nil(t, value)
}
func KV(kv ...[]... | 385 | 4,027 | 123 | 0.98 | 2026-04-17T16:45:46.204654 | true |
github_ChromeDevTools_chrome-devtools-mcp_5d105db9928f2bd4d4b1fdcc207f9da818ee29b7 | 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/HeapSnapshotManager.ts | HeapSnapshotManager.ts | 3,003 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import fsSync from 'node:fs';
import path from 'node:path';
import {DevTools} from './third_party/index.js';
export class HeapSnapshotManager {
#snapshots = new Map<
string,
{
snapshot: DevTools.HeapSnapshotModel.... | 224 | 3,003 | 104 | 0.98 | 2026-04-18T00:20:53.772217 | true |
github_junxiaosong_AlphaZero_Gomoku_92a67484cddb920d34e6c96bdb683ed557c264f6 | Python | junxiaosong | AlphaZero_Gomoku | 3,609 | 1,027 | An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row) | [
"alphago",
"alphago-zero",
"alphazero",
"board-game",
"gobang",
"gomoku",
"mcts",
"monte-carlo-tree-search",
"pytorch",
"reinforcement-learning",
"rl",
"self-learning",
"tensorflow"
] | MIT | mcts_pure.py | mcts_pure.py | 7,192 | # -*- coding: utf-8 -*-
"""
A pure implementation of the Monte Carlo Tree Search (MCTS)
@author: Junxiao Song
"""
import numpy as np
import copy
from operator import itemgetter
def rollout_policy_fn(board):
"""a coarse, fast version of policy_fn used in the rollout phase."""
# rollout randomly
action_pr... | 791 | 7,192 | 207 | 0.98 | 2026-04-22T20:06:18.212774 | true |
github_Canop_broot_bfa9b4444ec3bec47712dd3d0c11ce4032648080 | Rust | Canop | broot | 12,607 | 285 | A new way to see and navigate directory trees : https://dystroy.org/broot | [
"balanced-bfs-descent",
"command-line",
"command-line-tool",
"fuzzy-search",
"hacktoberfest",
"linux",
"rust",
"tree"
] | MIT | src/icon/icon_plugin.rs | icon_plugin.rs | 224 | use crate::tree::TreeLineType;
pub trait IconPlugin {
fn get_icon(
&self,
tree_line_type: &TreeLineType,
name: &str,
double_ext: Option<&str>,
ext: Option<&str>,
) -> char;
}
| 21 | 224 | 12 | 0.98 | 2026-04-17T14:18:17.583766 | true |
github_lbjlaq_Antigravity-Manager_1ab7e2ec42647737f38cae0563dd1d04803e52ca | 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/types/account.ts | account.ts | 1,779 | export interface Account {
id: string;
email: string;
name?: string;
token: TokenData;
device_profile?: DeviceProfile;
device_history?: DeviceProfileVersion[];
quota?: QuotaData;
disabled?: boolean;
disabled_reason?: string;
disabled_at?: number;
proxy_disabled?: boolean;
... | 145 | 1,743 | 72 | 0.98 | 2026-04-17T13:28:46.930615 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.