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_ChatGPTNextWeb_NextChat_d09465d9e1f46b372125a0eeb5a2eb1f377d24d3 | 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/tw.ts | tw.ts | 17,386 | import { getClientConfig } from "../config/client";
import { SubmitKey } from "../store/config";
import { SAAS_CHAT_UTM_URL } from "@/app/constant";
const isApp = !!getClientConfig()?.isApp;
const tw = {
WIP: "此功能仍在開發中……",
Error: {
Unauthorized: isApp
? `😆 對話遇到了一些問題,不用慌:
\\ 1️⃣ 想要無須設定開箱即用,[點選這裡立刻開啟對... | 1,350 | 13,188 | 560 | 0.98 | 2026-04-23T08:58:18.918536 | true |
github_reactstrap_reactstrap_9a3b928e2c64ce5692427003d254e5075c9a9610 | JavaScript | reactstrap | reactstrap | 10,527 | 1,288 | Simple React Bootstrap 5 components | [
"bootstrap",
"components",
"hacktoberfest",
"javascript",
"react",
"reactstrap",
"ui"
] | MIT | src/ToastBody.js | ToastBody.js | 731 | import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { mapToCssModules, tagPropType } from './utils';
const propTypes = {
tag: tagPropType,
className: PropTypes.string,
cssModule: PropTypes.object,
innerRef: PropTypes.oneOfType([
PropTypes.object,
P... | 73 | 731 | 36 | 0.98 | 2026-04-23T05:44:27.811351 | true |
github_FuzzyGrim_Yamtrack_6136484abea2547d5ab2d12d1a2eac33063ae30e | Python | FuzzyGrim | Yamtrack | 2,571 | 166 | A self hosted media tracker. | [
"django",
"docker",
"docker-compose",
"media-tracker",
"postgresql",
"self-hosted",
"sqlite",
"tailwindcss"
] | AGPL-3.0 | src/app/history_processor.py | history_processor.py | 10,800 | from django.apps import apps
from django.template.defaultfilters import pluralize
from app import config, helpers
from app.models import MediaTypes, Status
from app.templatetags import app_tags
def process_history_entries(history_records, media_type, media_entry_number, user):
"""Process all history records into... | 847 | 10,800 | 314 | 0.98 | 2026-04-23T01:40:47.231282 | true |
github_rust-lang_rust_0ca070ddb8e660eef8076fca249bfe5d032332a8 | Rust | rust-lang | rust | 112,076 | 14,769 | Empowering everyone to build reliable and efficient software. | [
"compiler",
"language",
"rust"
] | Apache-2.0 | src/librustdoc/docfs.rs | docfs.rs | 2,763 | //! Rustdoc's FileSystem abstraction module.
//!
//! On Windows this indirects IO into threads to work around performance issues
//! with Defender (and other similar virus scanners that do blocking operations).
//!
//! Only calls needed to permit this workaround have been abstracted: thus
//! fs::read is still done dir... | 303 | 2,763 | 92 | 0.98 | 2026-04-17T13:13:48.822754 | true |
github_NVlabs_Sana_9939f82489cb5e5f4c04a7254509a091429e70f8 | Python | NVlabs | Sana | 5,103 | 344 | SANA: Efficient High-Resolution Image Synthesis with Linear Diffusion Transformer | [
"diffusion",
"dit",
"linear-transformer",
"nvfp4",
"pytorch",
"reinforcement-learning",
"sana",
"system-algorithm-deisgn",
"text-to-image-generation",
"text-to-video",
"transformers",
"video-generation"
] | Apache-2.0 | app/sana_video_refiner_pipeline_diffusers.py | sana_video_refiner_pipeline_diffusers.py | 9,581 | import gc
from functools import wraps
import fire
import torch
from diffusers import FlowMatchEulerDiscreteScheduler, SanaVideoPipeline
from diffusers.pipelines.ltx2 import LTX2LatentUpsamplePipeline, LTX2Pipeline
from diffusers.pipelines.ltx2.export_utils import encode_video
from diffusers.pipelines.ltx2.latent_upsam... | 714 | 9,581 | 244 | 0.98 | 2026-04-22T20:05:02.121085 | true |
github_claudiajs_claudia_8e8a6284558c88937101e6b8af934f1d8d594a8d | JavaScript | claudiajs | claudia | 3,893 | 277 | Deploy Node.js projects to AWS Lambda and API Gateway easily | [
"api-gateway",
"aws",
"aws-lambda",
"claudia",
"javascript",
"nodejs",
"serverless"
] | MIT | src/tasks/clear-api.js | clear-api.js | 345 | module.exports = function clearApi(apiGateway, restApiId, title) {
'use strict';
const apiTemplate = {
swagger: '2.0',
info: {
title: title,
version: String(Date.now())
},
paths: {
'/': {}
}
};
return apiGateway.putRestApiPromise({
restApiId: restApiId,
mode: 'overwrite',
body: JSON.stringi... | 38 | 345 | 20 | 0.98 | 2026-04-23T07:43:51.251658 | true |
github_jely2002_youtube-dl-gui_6aa42ba70537f2b2c8a061937248ad7bded9aa63 | TypeScript | jely2002 | youtube-dl-gui | 7,992 | 586 | Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript. | [
"cross-platform-gui",
"downloader",
"tailwind",
"tauri",
"vue",
"youtube",
"youtube-dl",
"youtube-dl-gui",
"ytdl"
] | AGPL-3.0 | src/helpers/formats.ts | formats.ts | 2,657 | import { MediaFormat } from '../tauri/types/media';
export function sortFormats(formats: MediaFormat[]): MediaFormat[] {
const clone = [...formats];
return clone.sort(sortFormat);
}
export function sortFormat(a: MediaFormat, b: MediaFormat): number {
if (a.height && b.height) {
const heightDiff = b.height -... | 409 | 2,657 | 99 | 0.98 | 2026-04-17T14:34:30.854563 | true |
github_mswjs_msw_43fa2f32bdd09e620837bcc631982b2477f14514 | TypeScript | mswjs | msw | 17,848 | 615 | Industry standard API mocking for JavaScript. | [
"api",
"api-mocking",
"devtools",
"mock",
"mock-service-worker",
"mocking",
"mocking-framework",
"mocking-library",
"msw",
"mswjs",
"service-worker"
] | MIT | src/browser/index.ts | index.ts | 121 | export { setupWorker, SetupWorkerApi } from './setup-worker'
export type { SetupWorker, StartOptions } from './glossary'
| 15 | 121 | 3 | 0.98 | 2026-04-17T17:54:32.771661 | true |
github_spotify_klio_65f5651853119c93c6fefa8254cc2b3f5c511f32 | Python | spotify | klio | 868 | 53 | Smarter data pipelines for audio. | [
"audio-processing",
"data-pipeline",
"media-processing",
"signal-processing"
] | Apache-2.0 | core/tests/conftest.py | conftest.py | 745 | # Copyright 2019-2020 Spotify AB
#
# 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 writin... | 111 | 745 | 26 | 0.98 | 2026-04-23T04:39:24.383482 | true |
github_deepfakes_faceswap_b70a64b8c722ea56a1912e8a3a070c3b73a184da | Python | deepfakes | faceswap | 55,172 | 13,408 | Deepfakes Software For All | [
"deep-face-swap",
"deep-learning",
"deep-neural-networks",
"deepface",
"deepfakes",
"deeplearning",
"face-swap",
"faceswap",
"fakeapp",
"machine-learning",
"myfakeapp",
"neural-nets",
"neural-networks",
"openfaceswap"
] | GPL-3.0 | lib/model/nn_blocks.py | nn_blocks.py | 37,558 | #!/usr/bin/env python3
""" Neural Network Blocks for faceswap.py. """
from __future__ import annotations
import logging
import typing as T
from keras import initializers, layers
from lib.logger import parse_class_init
from lib.utils import get_module_objects
from plugins.train import train_config as cfg
from .initia... | 3,536 | 37,558 | 912 | 0.98 | 2026-04-17T06:42:35.328980 | true |
github_Capsize-Games_airunner_fb097808fbee693bce440d4a5795ca77af5718a9 | Python | Capsize-Games | airunner | 1,314 | 98 | Offline inference engine for art, real-time voice conversations, LLM powered chatbots and automated workflows | [
"ai",
"ai-art",
"art",
"asset-generator",
"chatbot",
"deep-learning",
"desktop-app",
"image-generation",
"mistral",
"multimodal",
"privacy",
"pygame",
"pyside6",
"python",
"self-hosted",
"speech-to-text",
"stable-diffusion",
"text-to-image",
"text-to-speech",
"text-to-speech-ap... | GPL-3.0 | src/airunner/base_plugin.py | base_plugin.py | 305 | from PySide6.QtWidgets import QWidget
from abc import ABC, abstractmethod
class BasePlugin(ABC):
name: str = ""
@abstractmethod
def get_widget(self) -> QWidget:
"""
Get the widget for the plugin.
Returns:
QWidget: The widget for the plugin.
"""
| 35 | 305 | 16 | 0.98 | 2026-04-22T18:02:27.139779 | true |
github_reactstrap_reactstrap_89522dd56ece7ab5f0275a0613d48458b7f62904 | JavaScript | reactstrap | reactstrap | 10,527 | 1,288 | Simple React Bootstrap 5 components | [
"bootstrap",
"components",
"hacktoberfest",
"javascript",
"react",
"reactstrap",
"ui"
] | MIT | src/Placeholder.js | Placeholder.js | 1,334 | import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { mapToCssModules, tagPropType } from './utils';
import Col, { getColumnClasses } from './Col';
const propTypes = {
...Col.propTypes,
/** Add custom color to the placeholder */
color: PropTypes.string,
/*... | 153 | 1,334 | 60 | 0.98 | 2026-04-23T05:44:21.521199 | true |
github_voicepaw_so-vits-svc-fork_8b8276881ebe1577d53e07270e5798c295fdde70 | JavaScript | voicepaw | so-vits-svc-fork | 9,290 | 1,225 | so-vits-svc fork with realtime support, improved interface and more features. | [
"contentvec",
"deep-learning",
"gan",
"hubert",
"lightning",
"pytorch",
"pytorch-lightning",
"realtime",
"so-vits-svc",
"softvc",
"sovits",
"speech-synthesis",
"vits",
"voice-changer",
"voice-conversion"
] | NOASSERTION | commitlint.config.js | commitlint.config.js | 244 | module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"header-max-length": [0, "always", Infinity],
"body-max-line-length": [0, "always", Infinity],
"footer-max-line-length": [0, "always", Infinity],
},
};
| 21 | 244 | 9 | 0.98 | 2026-04-22T14:03:30.119241 | true |
github_Haiyang-W_TokenFormer_e4dc7a3fdcc7cc48e18cd55f3ef3f3f1a1737287 | Python | Haiyang-W | TokenFormer | 588 | 43 | [ICLR2025 Spotlight🔥] Official Implementation of TokenFormer: Rethinking Transformer Scaling with Tokenized Model Parameters | [
"architecture",
"attention-mechanism",
"foundation-models",
"llm",
"scaling-methods",
"transformer"
] | Apache-2.0 | deepy.py | deepy.py | 1,345 | #!/usr/bin/env python
# Copyright (c) 2024, EleutherAI
#
# 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... | 149 | 1,345 | 42 | 0.98 | 2026-04-22T21:49:11.687051 | true |
github_jasmine_jasmine_f833e2a1ee279180f7a014c166263ae3b12b9367 | JavaScript | jasmine | jasmine | 15,836 | 2,244 | Simple JavaScript testing framework for browsers and node.js | [
"jasmine",
"javascript",
"tdd",
"testing"
] | MIT | src/core/Expector.js | Expector.js | 2,491 | getJasmineRequireObj().Expector = function(j$) {
'use strict';
function Expector(options) {
this.matchersUtil = options.matchersUtil || {
buildFailureMessage: function() {}
};
this.actual = options.actual;
this.addExpectationResult = options.addExpectationResult || function() {};
this.fil... | 196 | 2,491 | 94 | 0.98 | 2026-04-23T12:18:00.398681 | true |
github_pathwaycom_pathway_0356c26fd0d840b6ca28029adfd380f36600690f | 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/mongodb.rs | mongodb.rs | 21,727 | use log::warn;
use std::borrow::Cow;
use std::collections::HashMap;
use std::mem::take;
use std::time::Duration;
use mongodb::bson::{doc, Document as BsonDocument};
use mongodb::change_stream::event::{ChangeStreamEvent, OperationType, ResumeToken};
use mongodb::options::{
DeleteOneModel as MongoDeleteOneModel, Ful... | 1,791 | 21,719 | 589 | 0.98 | 2026-04-23T04:40:30.574242 | true |
github_51bitquant_ai-hedge-fund-crypto_70b6f6e719287e482a4cfac870ffb9b400e4820a | Python | 51bitquant | ai-hedge-fund-crypto | 571 | 149 | AI-Hedge-Fund for Crypto 🚀 AI-powered hedge fund for cryptocurrency trading, leveraging LLM agents for intelligent decision-making. | [
"ai-agent",
"ai-trading",
"ai-trading-agent",
"algorithmic-trading",
"backtesting",
"crypto-trading",
"hedge-fund",
"langchain",
"langchain-python",
"llm",
"llm-agent",
"multi-timeframe-analysis",
"openai",
"portfolio-management",
"quantitative-finance",
"strategy-ensembling",
"techn... | MIT | src/graph/risk_management_node.py | risk_management_node.py | 2,922 | import json
from typing import Dict, Any, Optional
from langchain_core.messages import HumanMessage
from .state import AgentState, show_agent_reasoning
from .base_node import BaseNode
from utils import Interval
class RiskManagementNode(BaseNode):
def __call__(self, state: AgentState) -> Dict[str, Any]:
""... | 234 | 2,922 | 75 | 0.98 | 2026-04-23T00:53:35.861782 | true |
github_railwayapp_nixpacks_318dc792fef80f6ab50441d58ab0a0549c075501 | Rust | railwayapp | nixpacks | 3,499 | 313 | App source + Nix packages + Docker = Image | [
"buildpacks",
"cli",
"docker",
"nix",
"nixpkgs",
"rust"
] | MIT | src/nixpacks/mod.rs | mod.rs | 235 | pub mod app;
pub mod asdf;
pub mod builder;
pub mod environment;
mod files;
pub mod images;
pub mod logger;
pub mod nix;
pub mod plan;
#[macro_use]
pub mod static_assets;
pub const NIX_PACKS_VERSION: &str = env!("CARGO_PKG_VERSION");
| 36 | 235 | 14 | 0.98 | 2026-04-17T19:15:53.373976 | true |
github_pubkey_rxdb_f6ec0cf71692a3c6bae535a8600a505dbb8ae6be | TypeScript | pubkey | rxdb | 23,146 | 1,160 | A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/ | [
"angular",
"browser-database",
"couchdb",
"crdt",
"database",
"firebase",
"graphql",
"indexeddb",
"ionic",
"local-first",
"localstorage",
"nodejs",
"nosql",
"postgres",
"pouchdb",
"react-native",
"realtime",
"realtime-database",
"rxdb",
"sqlite"
] | Apache-2.0 | src/query-planner.ts | query-planner.ts | 11,923 | import { countUntilNotMatching } from './plugins/utils/index.ts';
import { newRxError } from './rx-error.ts';
import { getSchemaByObjectPath } from './rx-schema-helper.ts';
import type {
FilledMangoQuery,
MangoQuerySelector,
RxDocumentData,
RxJsonSchema,
RxQueryPlan,
RxQueryPlanKey,
RxQueryP... | 1,157 | 11,923 | 387 | 0.98 | 2026-04-18T01:23:59.832341 | true |
github_bufbuild_buf_d1f1dcc4cb97bce27997261b82535c44953f3d16 | Go | bufbuild | buf | 11,046 | 352 | The best way of working with Protocol Buffers. | [
"buf-cli",
"buf-schema-registry",
"grpc",
"protobuf",
"protoc",
"protocol-buffers"
] | Apache-2.0 | cmd/buf/buf.go | buf.go | 28,161 | // Copyright 2020-2026 Buf Technologies, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | 2,009 | 28,161 | 645 | 0.98 | 2026-04-17T12:25:23.321051 | true |
github_open-wa_wa-automate-nodejs_a7db4e5a8725cc29639598e66d36ca4f5d1ea256 | JavaScript | open-wa | wa-automate-nodejs | 3,448 | 669 | 💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates! | [
"api",
"chatbots",
"framework",
"nodejs",
"typescript"
] | NOASSERTION | src/lib/hash.js | hash.js | 34,983 | !function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var t;"undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e()}}(function(){return function o(i,u,a){function s(n,e){if(!u[n]){if(!i... | 787 | 34,983 | 1 | 0.98 | 2026-04-17T18:04:09.142280 | true |
github_jaywalnut310_vits_4e0b0c1fd48c962e21e1fbe60b23fc574927435c | Python | jaywalnut310 | vits | 7,851 | 1,388 | VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech | [
"deep-learning",
"pytorch",
"speech-synthesis",
"text-to-speech",
"tts"
] | MIT | attentions.py | attentions.py | 11,780 | import copy
import math
import numpy as np
import torch
from torch import nn
from torch.nn import functional as F
import commons
import modules
from modules import LayerNorm
class Encoder(nn.Module):
def __init__(self, hidden_channels, filter_channels, n_heads, n_layers, kernel_size=1, p_dropout=0., window_size... | 1,123 | 11,780 | 304 | 0.98 | 2026-04-17T17:25:43.482924 | true |
github_insin_nwb_2305caeaf30f34c99477054fa165fdc34e259d61 | JavaScript | insin | nwb | 5,549 | 321 | A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) | [
"babel",
"inferno",
"javascript",
"karma",
"npm-module",
"preact",
"react",
"react-component",
"toolkit",
"webpack"
] | NOASSERTION | src/commands/preact.js | preact.js | 2,945 | // @flow
import {cyan as opt, green as cmd, red, yellow as req} from 'chalk'
import parseArgs from 'minimist'
import {CONFIG_FILE_NAME} from '../constants'
import {ConfigValidationError, UserError} from '../errors'
const COMMAND_MODULES = {
build: 'build-preact',
run: 'serve-preact',
}
function handleError(error... | 313 | 2,945 | 93 | 0.98 | 2026-04-23T06:07:54.617104 | true |
github_facebook_flow_b9ee795374c37a2aa847a8806087e7b06a4585bf | JavaScript | facebook | flow | 22,210 | 1,886 | Adds static typing to JavaScript to improve developer productivity and code quality. | [] | MIT | lib/react.js | react.js | 35,349 | /**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
/**
* A UI node that can be rendered by React. React can render most primitives in
* addition to elements and arra... | 4,043 | 35,333 | 1,065 | 0.98 | 2026-04-17T13:37:11.590201 | true |
github_bigint_hey_d663efe8d136607f86db62fcaf6aecc81c58f002 | 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/convertToTitleCase.ts | convertToTitleCase.ts | 577 | const convertToTitleCase = (input: string): string => {
if (input.includes("_")) {
const words = input.toLowerCase().split("_");
const titleCasedWords = words.map(
(word) => word.charAt(0).toUpperCase() + word.slice(1)
);
return titleCasedWords.join(" ");
}
const withSpaces = input.replace(... | 57 | 577 | 20 | 0.98 | 2026-04-18T01:23:00.329258 | true |
github_buyukakyuz_install-nothing_78552f00a8fe925a94772811f0cc1217ac942c54 | Rust | buyukakyuz | install-nothing | 1,267 | 37 | A terminal application that simulates installing things but doesn't actually install anything | [
"cli",
"rust",
"simulation",
"terminal"
] | MIT | src/installer.rs | installer.rs | 5,369 | use crate::cli::Stage;
use crate::messages::{EASTER_EGGS, RETRY_MESSAGES, WARNINGS};
use crate::stages::selected_stages;
use crate::ui::Spinner;
use colored::*;
use crossterm::{
cursor,
event::{self, Event, KeyCode},
execute,
terminal::{self, ClearType},
};
use rand::Rng;
use std::io;
use std::thread;
u... | 316 | 5,117 | 177 | 0.98 | 2026-04-17T19:32:31.561064 | true |
github_OsciiArt_DeepAA_93f67dde7b9b8520d8a94a7dc48a9c1093995e22 | Python | OsciiArt | DeepAA | 1,570 | 103 | make ASCII Art by Deep Learning | [
"ascii-art",
"deep-learning",
"keras",
"python",
"tensorflow"
] | MIT | train.py | train.py | 7,460 | from keras.models import Model
from keras.layers import Dense, Activation, Reshape, Dropout, Embedding, Input, BatchNormalization
from keras.layers import Concatenate, Multiply, Conv2D, MaxPooling2D, Add, Flatten, GaussianNoise
from keras.models import model_from_json
from keras.callbacks import LearningRateScheduler, ... | 654 | 7,460 | 218 | 0.98 | 2026-04-23T00:20:29.067297 | true |
github_dtolnay_cxx_c10c112e61b09c214fec20ecad5f5a46faa827b1 | Rust | dtolnay | cxx | 6,706 | 404 | Safe interop between Rust and C++ | [] | Apache-2.0 | src/type_id.rs | type_id.rs | 237 | /// For use in impls of the `ExternType` trait. See [`ExternType`].
///
/// [`ExternType`]: crate::ExternType
#[macro_export]
macro_rules! type_id {
($($path:tt)*) => {
$crate::private::type_id! { $crate $($path)* }
};
}
| 29 | 237 | 10 | 0.98 | 2026-04-17T14:44:57.814265 | true |
github_kwhitley_itty-router_f8dea0fbe66d3c86da93795449dab95154b5b567 | TypeScript | kwhitley | itty-router | 2,019 | 83 | A little router. | [
"api",
"cloudflare",
"cloudflare-workers",
"edge",
"itty-router",
"javascript",
"middleware",
"router",
"serverless",
"service-worker"
] | MIT | src/types/ResponseHandler.ts | ResponseHandler.ts | 226 | import { IRequest } from './IRequest'
export type ResponseHandler<
ResponseType = any,
RequestType = IRequest,
Args extends any[] = any[]
> = (
response: ResponseType,
request: RequestType,
...args: Args
) => any
| 32 | 226 | 12 | 0.98 | 2026-04-17T18:08:41.578609 | true |
github_ChatGPTNextWeb_NextChat_33e76c222c4282c46a7956195d516f60e401d8ce | 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/masks/tw.ts | tw.ts | 21,458 | import { BuiltinMask } from "./typing";
export const TW_MASKS: BuiltinMask[] = [
{
avatar: "1f5bc-fe0f",
name: "以文搜圖",
context: [
{
id: "text-to-pic-0",
role: "system",
content:
"You are a useful Assistant that won't refuse to draw picture, instead, you will output... | 864 | 13,386 | 446 | 0.98 | 2026-04-23T08:58:21.398327 | true |
github_jely2002_youtube-dl-gui_4c06d897a2dfb30cc653a844ee9be19b0a7081dd | TypeScript | jely2002 | youtube-dl-gui | 7,992 | 586 | Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript. | [
"cross-platform-gui",
"downloader",
"tailwind",
"tauri",
"vue",
"youtube",
"youtube-dl",
"youtube-dl-gui",
"ytdl"
] | AGPL-3.0 | src/composables/useGroupLog.ts | useGroupLog.ts | 1,799 | import { Ref, onBeforeUnmount, onMounted, ref, watch } from 'vue';
import { invoke } from '@tauri-apps/api/core';
import { listen, UnlistenFn } from '@tauri-apps/api/event';
interface LogAppendEvent {
groupId: string;
line: string;
}
export function useGroupLog(groupId: Ref<string>) {
const logText = ref('');
... | 216 | 1,799 | 86 | 0.98 | 2026-04-17T14:34:28.157306 | true |
github_therecipe_qt_1b4bdd3f014acb4471a8e42074d8a6426a6dc06d | Go | therecipe | qt | 10,786 | 750 | Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly | [
"android",
"asteroidos",
"cross-platform-gui",
"felgo",
"freebsd",
"go",
"golang",
"gui-framework",
"ios",
"javascript",
"linux",
"macos",
"qt",
"raspberry-pi",
"sailfish-os",
"ubuntu-touch",
"webassembly",
"windows"
] | LGPL-3.0 | internal/utils/sailfish.go | sailfish.go | 1,087 | package utils
import (
"os"
"os/exec"
"path/filepath"
"runtime"
)
func VIRTUALBOX_DIR() string {
if dir, ok := os.LookupEnv("VIRTUALBOX_DIR"); ok {
return filepath.Clean(dir)
}
if runtime.GOOS == "windows" {
return windowsSystemDrive() + "\\Program Files\\Oracle\\VirtualBox"
}
path, err := exec.LookPath(... | 130 | 1,087 | 51 | 0.98 | 2026-04-17T12:30:56.884950 | true |
github_redux-form_redux-form_70896b96e485b9cb04f228fcccbe6e08991076d8 | 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/events/getValue.js | getValue.js | 1,139 | // @flow
import isEvent from './isEvent'
import type { Event } from '../types'
const getSelectedValues = options => {
const result = []
if (options) {
for (let index = 0; index < options.length; index++) {
const option = options[index]
if (option.selected) {
result.push(option.value)
... | 141 | 1,139 | 50 | 0.98 | 2026-04-23T04:57:05.339963 | true |
github_cgoinglove_better-chatbot_4004b77a86a3034971e682ec2ee6ed9687eaddfb | TypeScript | cgoinglove | better-chatbot | 1,074 | 341 | Just a Better Chatbot. Powered by Agent & MCP & Workflows. | [
"agent",
"ai",
"ai-chatbot",
"automation",
"chatbot",
"claude",
"gemini",
"low-code",
"mcp",
"mcp-client",
"mcp-server",
"nextjs",
"ollama",
"openai",
"openai-realtime",
"ui",
"vercel",
"voice-ai",
"web-ui",
"workflow"
] | MIT | src/hooks/use-file-drag-overlay.ts | use-file-drag-overlay.ts | 3,169 | import { useEffect, useRef, useState } from "react";
import type { DragEvent as ReactDragEvent } from "react";
type DragEventLike = DragEvent | ReactDragEvent;
const isFileDragDefault = (event: DragEventLike) => {
const dataTransfer = event.dataTransfer ?? null;
if (!dataTransfer) return false;
if (dataTransfer... | 300 | 3,167 | 107 | 0.98 | 2026-04-23T11:31:38.155662 | true |
github_buyukakyuz_install-nothing_169cd8c758585324a50b06ba72855ce969642bf4 | Rust | buyukakyuz | install-nothing | 1,267 | 37 | A terminal application that simulates installing things but doesn't actually install anything | [
"cli",
"rust",
"simulation",
"terminal"
] | MIT | src/deno_logs.rs | deno_logs.rs | 988 | /// Manages Deno compilation logs (both success and error cases)
pub struct DenoLogs {
success_logs: Vec<String>,
error_logs: Vec<String>,
}
impl DenoLogs {
/// Load Deno logs from files
pub fn load() -> Self {
let success_content = include_str!("../data/deno.log");
let error_content = ... | 91 | 988 | 41 | 0.98 | 2026-04-17T19:32:31.255582 | true |
github_jdx_mise_851446244b0478e32121fa6097f013cf92a557b3 | Rust | jdx | mise | 26,796 | 1,060 | dev tools, env vars, task runner | [] | MIT | src/fake_asdf.rs | fake_asdf.rs | 1,316 | use std::fs;
use std::os::unix::fs::PermissionsExt;
use std::path::PathBuf;
use color_eyre::eyre::ErrReport;
use indoc::formatdoc;
use once_cell::sync::OnceCell;
use crate::env::PATH_KEY;
use crate::path_env::PathEnv;
use crate::{env, file};
pub fn setup() -> color_eyre::Result<PathBuf> {
static SETUP: OnceCell<... | 102 | 1,316 | 47 | 0.98 | 2026-04-17T13:31:11.512979 | true |
github_PyO3_pyo3_a48839165f1c7c77d627612f70971ab7105f23f2 | Rust | PyO3 | pyo3 | 15,582 | 958 | Rust bindings for the Python interpreter | [
"binding",
"ffi",
"python",
"python-c-api",
"rust"
] | Apache-2.0 | src/conversions/jiff.rs | jiff.rs | 46,474 | #![cfg(feature = "jiff-02")]
//! Conversions to and from [jiff](https://docs.rs/jiff/)’s `Span`, `SignedDuration`, `TimeZone`,
//! `Offset`, `Date`, `Time`, `DateTime`, `Zoned`, and `Timestamp`.
//!
//! # Setup
//!
//! To use this feature, add this to your **`Cargo.toml`**:
//!
//! ```toml
//! [dependencies]
//! jiff ... | 3,719 | 46,472 | 1,319 | 0.98 | 2026-04-17T13:52:10.232218 | true |
github_fish-shell_fish-shell_b779adffe3e3f942fee996ef2a6c70ca193ec26f | Rust | fish-shell | fish-shell | 33,184 | 2,275 | The user-friendly command line shell. | [
"fish",
"rust",
"shell",
"terminal"
] | NOASSERTION | src/builtins/commandline.rs | commandline.rs | 28,048 | use super::prelude::*;
use super::read::TokenOutputMode;
use crate::{
ast::{self, Kind, Leaf as _},
builtins::error::Error,
complete::Completion,
err_fmt, err_str,
expand::{ExpandFlags, ExpandResultCode, expand_string},
input::input_function_get_code,
input_common::{CharEvent, ReadlineCmd},
... | 2,224 | 28,048 | 808 | 0.98 | 2026-04-17T13:22:13.470080 | true |
github_mlfoundations_open_clip_2d1594c126bd9b070e90c75a8f6b3a0c779fb521 | Python | mlfoundations | open_clip | 13,698 | 1,280 | An open source implementation of CLIP. | [
"computer-vision",
"contrastive-loss",
"deep-learning",
"language-model",
"multi-modal-learning",
"pretrained-models",
"pytorch",
"zero-shot-classification"
] | NOASSERTION | src/open_clip/transformer.py | transformer.py | 55,063 | from collections import OrderedDict
import math
from typing import Callable, Dict, List, Optional, Sequence, Tuple, Type, Union
import torch
from torch import nn
from torch.nn import functional as F
from torch.utils.checkpoint import checkpoint
from .utils import to_2tuple, feature_take_indices
from .pos_embed import... | 4,773 | 55,057 | 1,456 | 0.98 | 2026-04-17T17:18:24.520670 | true |
github_directus_directus_9b2523982fa73bcf529fc2f3f494e7ac2060c810 | 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 | api/src/server.ts | server.ts | 5,728 | import * as http from 'http';
import * as https from 'https';
import type { ListenOptions } from 'net';
import url from 'url';
import { useEnv } from '@directus/env';
import { toBoolean } from '@directus/utils';
import { getNodeEnv } from '@directus/utils/node';
import type { TerminusOptions } from '@godaddy/terminus';... | 580 | 5,728 | 213 | 0.98 | 2026-04-17T17:53:54.944489 | true |
github_ChatGPTNextWeb_NextChat_14175eadc8c9d59dc251d507b47d39a3a782603d | 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/config/server.ts | server.ts | 8,197 | import md5 from "spark-md5";
import { DEFAULT_MODELS, DEFAULT_GA_ID } from "../constant";
import { isGPT4Model } from "../utils/model";
declare global {
namespace NodeJS {
interface ProcessEnv {
PROXY_URL?: string; // docker only
OPENAI_API_KEY?: string;
CODE?: string;
BASE_URL?: string... | 667 | 8,197 | 279 | 0.98 | 2026-04-23T08:58:07.664159 | true |
github_filecoin-project_lotus_e6263a9c5c00a72140e6a620e776c28138162634 | Go | filecoin-project | lotus | 2,993 | 1,366 | Reference implementation of the Filecoin protocol, written in Go | [
"blockchain",
"filecoin",
"golang",
"ipfs"
] | NOASSERTION | api/v2api/proxy_gen.go | proxy_gen.go | 56,759 | // Code generated by github.com/filecoin-project/lotus/gen/api. DO NOT EDIT.
package v2api
import (
"context"
"github.com/ipfs/go-cid"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-jsonrpc"
"github.com/filecoin-project/go-state-types/abi"
apitypes "github.co... | 4,833 | 56,759 | 1,407 | 0.98 | 2026-04-17T16:51:01.772412 | true |
github_hrkfdn_ncspot_656d36c1caad7938fdc656069c381b8cf4146a7d | Rust | hrkfdn | ncspot | 6,560 | 264 | Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. | [] | BSD-2-Clause | src/spotify_api.rs | spotify_api.rs | 27,397 | use std::sync::{Arc, RwLock};
use std::thread;
use std::time::Duration;
use crate::application::ASYNC_RUNTIME;
use chrono::{DateTime, Duration as ChronoDuration, Utc};
use log::{debug, error, info};
use rspotify::http::HttpError;
use rspotify::model::{
AlbumId, AlbumType, ArtistId, CursorBasedPage, EpisodeId, Full... | 2,128 | 27,397 | 740 | 0.98 | 2026-04-17T14:47:56.635401 | true |
github_rustdesk_rustdesk_e291336879584646be69445c7c8c1743832c565d | 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/flutter_ffi.rs | flutter_ffi.rs | 96,680 | #[cfg(not(any(target_os = "android", target_os = "ios")))]
use crate::keyboard::input_source::{change_input_source, get_cur_session_input_source};
#[cfg(target_os = "linux")]
use crate::platform::linux::is_x11;
use crate::{
client::file_trait::FileManager,
common::{make_fd_to_json, make_vec_fd_to_json},
flu... | 8,377 | 96,680 | 3,083 | 0.98 | 2026-04-17T13:14:16.929437 | true |
github_baoyachi_shadow-rs_3f678c433ec003e6f49929097cd00b151f94c9b8 | Rust | baoyachi | shadow-rs | 679 | 51 | A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm) | [
"build",
"cargo",
"cargo-build",
"cargo-env",
"cargo-lock",
"cargo-plugin",
"cargo-toml",
"cargolock",
"compile",
"compiled",
"compiler",
"env",
"metadata",
"reproducible-build",
"reproducible-builds",
"rust",
"rust-build",
"rust-crate",
"shadow",
"shadow-rs"
] | MIT | src/hook.rs | hook.rs | 1,444 | use crate::{default_deny, SdResult, ShadowConst};
use std::collections::BTreeSet;
use std::fs::File;
/// A trait that extends the functionality of hooks.
/// It provides methods to get the default deny list and the inner hook function.
pub trait HookExt {
/// Returns the default deny list.
fn default_deny(&sel... | 200 | 1,444 | 46 | 0.98 | 2026-04-17T17:08:57.456602 | true |
github_cordx56_rustowl_1b31eadbb552ef07736bcdb63159ccb6233c4e51 | Rust | cordx56 | rustowl | 5,111 | 112 | Visualize Ownership and Lifetimes in Rust | [
"lifetime",
"ownership",
"rust",
"visualization"
] | MPL-2.0 | src/lsp/decoration.rs | decoration.rs | 24,371 | use crate::{lsp::progress, models::*, utils};
use std::collections::HashSet;
use std::path::PathBuf;
use tower_lsp::lsp_types;
// TODO: Variable name should be checked?
//const ASYNC_MIR_VARS: [&str; 2] = ["_task_context", "__awaitee"];
const ASYNC_RESUME_TY: [&str; 2] = [
"std::future::ResumeTy",
"impl std::f... | 1,774 | 24,371 | 728 | 0.98 | 2026-04-17T15:17:56.073709 | true |
github_deepfakes_faceswap_6bbb33ee7e505a72487523ac90bb032a76b452df | Python | deepfakes | faceswap | 55,172 | 13,408 | Deepfakes Software For All | [
"deep-face-swap",
"deep-learning",
"deep-neural-networks",
"deepface",
"deepfakes",
"deeplearning",
"face-swap",
"faceswap",
"fakeapp",
"machine-learning",
"myfakeapp",
"neural-nets",
"neural-networks",
"openfaceswap"
] | GPL-3.0 | lib/training/lr_warmup.py | lr_warmup.py | 4,011 | #! /usr/env/bin/python3
""" Handles Learning Rate Warmup when training a model """
from __future__ import annotations
import logging
import typing as T
from lib.utils import get_module_objects
if T.TYPE_CHECKING:
from keras import models
logger = logging.getLogger(__name__)
class LearningRateWarmup():
"""... | 364 | 4,011 | 106 | 0.98 | 2026-04-17T06:42:42.222776 | true |
github_quay_clair_b903cca9a9e7c1d94e8aec1cc9e8d2d0bdded79d | Go | quay | clair | 10,968 | 1,201 | Vulnerability Static Analysis for Containers | [
"clair",
"containers",
"docker",
"go",
"kubernetes",
"oci",
"oci-image",
"static-analysis",
"vulnerabilities"
] | Apache-2.0 | cmd/config_test.go | config_test.go | 1,265 | package cmd_test
import (
"encoding/json"
"os"
"path/filepath"
"strings"
"testing"
"github.com/google/go-cmp/cmp"
"github.com/quay/clair/config"
"github.com/quay/clair/v4/cmd"
)
func TestLoadConfig(t *testing.T) {
ms, err := filepath.Glob(`testdata/*/config.*[^d]`)
if err != nil {
panic("programmer erro... | 149 | 1,265 | 61 | 0.98 | 2026-04-17T12:28:26.950241 | true |
github_sagalbot_vue-select_8e13aa256fa354b02af096b7f4b6d907b5553ca7 | JavaScript | sagalbot | vue-select | 4,679 | 1,323 | Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component. | [
"combobox",
"listbox",
"select",
"selecting",
"selector",
"vue",
"vue-component",
"vue-select",
"vue2",
"vue3"
] | MIT | src/index.js | index.js | 142 | import VueSelect from './components/Select.vue'
import mixins from './mixins/index.js'
export default VueSelect
export { VueSelect, mixins }
| 16 | 142 | 6 | 0.98 | 2026-04-23T12:01:25.334250 | true |
github_saadpasta_developerFolio_2d62c1b3c2c01f134b74c4b3f02fdc336f398409 | JavaScript | saadpasta | developerFolio | 6,508 | 3,839 | 🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being actively maintained) | [
"developer-folio",
"developer-portfolio",
"hacktoberfest",
"portfolio",
"portfolio-site",
"portfolio-template",
"portfolio-website",
"portfolios",
"react",
"reactjs",
"reactjs-template",
"template"
] | GPL-3.0 | src/App.test.js | App.test.js | 616 | import React from "react";
import ReactDOM from "react-dom";
import App from "./App";
Object.defineProperty(window, "matchMedia", {
writable: true,
value: jest.fn().mockImplementation(query => ({
matches: false,
media: query,
onchange: null,
addListener: jest.fn(), // Deprecated
removeListener:... | 58 | 616 | 24 | 0.98 | 2026-04-23T06:02:01.408075 | true |
github_pathwaycom_pathway_c5a860a2490b1eafb91bd22d5e2a346907ffacc8 | 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/python_api/logging.rs | logging.rs | 6,969 | // Copyright © 2026 Pathway
#![deny(unsafe_op_in_unsafe_fn)]
use std::borrow::Cow;
use std::sync::Arc;
use std::sync::OnceLock;
use std::thread;
use crossbeam_channel as channel;
use log::{Level, LevelFilter, Log, Metadata, Record, SetLoggerError};
use pyo3::Python;
use pyo3_log::{Logger as PyLogger, ResetHandle};
... | 602 | 6,966 | 220 | 0.98 | 2026-04-23T04:40:51.387232 | true |
github_danijar_dreamer_686270502bb1899de1da0591e9fd34e5aa610859 | Python | danijar | dreamer | 593 | 119 | Dream to Control: Learning Behaviors by Latent Imagination | [
"artificial-intelligence",
"deep-learning",
"reinforcement-learning",
"robotics",
"world-models"
] | MIT | wrappers.py | wrappers.py | 13,633 | import atexit
import functools
import sys
import threading
import traceback
import gym
import numpy as np
from PIL import Image
class DeepMindControl:
def __init__(self, name, size=(64, 64), camera=None):
domain, task = name.split('_', 1)
if domain == 'cup': # Only domain with multiple words.
domai... | 1,287 | 13,633 | 477 | 0.98 | 2026-04-22T20:47:14.833436 | true |
github_react-dates_react-dates_ff44619ad06c5bf534003bfdfe3ae5ef3f695b41 | JavaScript | react-dates | react-dates | 12,203 | 1,683 | An easily internationalizable, mobile-friendly datepicker library for the web | [
"calendar",
"datepicker",
"dates",
"react",
"react-component",
"react-dates"
] | MIT | src/utils/getInputHeight.js | getInputHeight.js | 1,410 | /* eslint-disable camelcase */
function getPadding(vertical, top, bottom) {
const isTopDefined = typeof top === 'number';
const isBottomDefined = typeof bottom === 'number';
const isVerticalDefined = typeof vertical === 'number';
if (isTopDefined && isBottomDefined) {
return top + bottom;
}
if (isTop... | 142 | 1,410 | 68 | 0.98 | 2026-04-23T05:34:59.796483 | true |
github_ChromeDevTools_chrome-devtools-mcp_76cec7fb3c61a65ca30639233f056d60d3559c30 | 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/extensions.ts | extensions.ts | 3,107 | /**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {zod} from '../third_party/index.js';
import {ToolCategory} from './categories.js';
import {defineTool} from './ToolDefinition.js';
const EXTENSIONS_CONDITION = 'experimentalExtensionSupport';
export const installExtensio... | 304 | 3,107 | 106 | 0.98 | 2026-04-18T00:21:12.281189 | true |
github_firefox-devtools_profiler_285a54c7f3b23b3d829e119ba5e72e36e9b083f7 | 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/reducers/index.ts | index.ts | 1,174 | /* 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 profileView from './profile-view';
import app from './app';
import urlState from './url-state';
import icon... | 147 | 1,174 | 45 | 0.98 | 2026-04-18T00:29:57.229899 | true |
github_brianlovin_briOS_9ba517084cea62fe7f04d4f232855cf150a53f37 | TypeScript | brianlovin | briOS | 2,250 | 252 | My personal website. | [
"apollo",
"graphql",
"javascript",
"nextjs",
"planetscale",
"prisma",
"react",
"styled-components"
] | UNKNOWN | src/lib/short-id.ts | short-id.ts | 1,437 | import crypto from "crypto";
import { slugify } from "./utils";
const BASE62_CHARS = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
const SHORT_ID_LENGTH = 7;
const SHORT_ID_PATTERN = /^[a-zA-Z0-9]{7}$/;
/**
* Generate a random 7-character base62 Short ID.
* Uses crypto.randomBytes for secure ra... | 195 | 1,437 | 50 | 0.98 | 2026-04-18T01:40:10.150182 | true |
github_starship_starship_196b0d5f441406b7669fd22d1b018628b15bdb2a | 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/raku.rs | raku.rs | 942 | use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Serialize)]
#[cfg_attr(
feature = "config-schema",
derive(schemars::JsonSchema),
schemars(deny_unknown_fields)
)]
#[serde(default)]
pub struct RakuConfig<'a> {
pub format: &'a str,
pub version_format: &'a str,
pub symbol: &'a str... | 89 | 939 | 35 | 0.98 | 2026-04-17T13:17:59.661416 | true |
github_nodejs_node_32c696edf6b076ac62b11ae42342aeaa4b328075 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/assert.js | assert.js | 445 | 'use strict';
let error;
function lazyError() {
return error ??= require('internal/errors').codes.ERR_INTERNAL_ASSERTION;
}
function assert(value, message) {
if (!value) {
const ERR_INTERNAL_ASSERTION = lazyError();
throw new ERR_INTERNAL_ASSERTION(message);
}
}
function fail(message) {
const ERR_INT... | 45 | 445 | 23 | 0.98 | 2026-04-23T06:15:46.919076 | true |
github_microsoft_typescript-go_431d40b585cda7739de1e75b92d4e109104e20f8 | Go | microsoft | typescript-go | 24,802 | 893 | Staging repo for development of native port of TypeScript | [] | Apache-2.0 | internal/ast/functionflags.go | functionflags.go | 925 | package ast
type FunctionFlags uint32
const (
FunctionFlagsNormal FunctionFlags = 0
FunctionFlagsGenerator FunctionFlags = 1 << 0
FunctionFlagsAsync FunctionFlags = 1 << 1
FunctionFlagsInvalid FunctionFlags = 1 << 2
FunctionFlagsAsyncGenerator FunctionFlags = FunctionFlagsAsync | Fun... | 103 | 925 | 38 | 0.98 | 2026-04-17T08:41:23.520588 | true |
github_ChatGPTNextWeb_NextChat_10c09ad755681a73e0dac4f0e41804d171595050 | 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/masks/build.ts | build.ts | 551 | import fs from "fs";
import path from "path";
import { CN_MASKS } from "./cn";
import { TW_MASKS } from "./tw";
import { EN_MASKS } from "./en";
import { type BuiltinMask } from "./typing";
const BUILTIN_MASKS: Record<string, BuiltinMask[]> = {
cn: CN_MASKS,
tw: TW_MASKS,
en: EN_MASKS,
};
const dirname = path.... | 72 | 551 | 26 | 0.98 | 2026-04-23T08:58:19.544215 | true |
github_amplication_amplication_b80bb704de1df9930efd4c7f84240cec7117cfaa | JavaScript | amplication | amplication | 15,990 | 1,547 | Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams. | [
"api",
"code-generation",
"csharp",
"csharp-code",
"dotnet",
"dotnet-core",
"graphql",
"hacktoberfest",
"javascript",
"low-code",
"nestjs",
"nodejs",
"prisma",
"typescript",
"web"
] | NOASSERTION | jest.preset.js | jest.preset.js | 997 | const nxPreset = require("@nx/jest/preset").default;
module.exports = {
...nxPreset,
reporters: ["default", "github-actions"],
coverageProvider: "v8",
collectCoverage: true,
collectCoverageFrom: [
"**/*.{ts,tsx}",
"!**/*.types.{ts,tsx}",
"!**/*.template.{ts,tsx}",
"!**/*.spec.{ts,tsx}",
"... | 59 | 997 | 41 | 0.98 | 2026-04-17T17:54:59.096265 | true |
github_ollama_ollama_02cd422ab1fb0075682972c173931c1a5c1999e3 | Go | ollama | ollama | 169,218 | 15,633 | Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models. | [
"deepseek",
"gemma",
"gemma3",
"glm",
"go",
"golang",
"gpt-oss",
"llama",
"llama3",
"llm",
"llms",
"minimax",
"mistral",
"ollama",
"qwen"
] | MIT | app/ui/ui.go | ui.go | 53,560 | //go:build windows || darwin
// package ui implements a chat interface for Ollama
package ui
import (
"context"
"encoding/base64"
"encoding/json"
"errors"
"fmt"
"log/slog"
"net/http"
"net/http/httputil"
"os"
"runtime"
"runtime/debug"
"slices"
"strconv"
"strings"
"sync"
"time"
"github.com/google/uuid... | 6,016 | 53,558 | 1,786 | 0.98 | 2026-04-17T06:50:33.889809 | true |
github_firefox-devtools_profiler_4dbff80a3aa50cc6315031b7e6922741a194a3c0 | 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/base64.ts | base64.ts | 1,432 | /* 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/. */
/**
* Encode the ArrayBuffer bytes into a base64 data url.
*/
export async function bytesToBase64DataUrl(
byte... | 176 | 1,432 | 46 | 0.98 | 2026-04-18T00:30:09.605470 | true |
github_ollama_ollama_2fc29b069ebe9da89cea5470747d47c8ab9f8366 | Go | ollama | ollama | 169,218 | 15,633 | Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models. | [
"deepseek",
"gemma",
"gemma3",
"glm",
"go",
"golang",
"gpt-oss",
"llama",
"llama3",
"llm",
"llms",
"minimax",
"mistral",
"ollama",
"qwen"
] | MIT | api/client.go | client.go | 14,029 | // Package api implements the client-side API for code wishing to interact
// with the ollama service. The methods of the [Client] type correspond to
// the ollama REST API as described in [the API documentation].
// The ollama command-line client itself uses this package to interact with
// the backend service.
//
// ... | 1,860 | 14,029 | 479 | 0.98 | 2026-04-17T06:50:17.316962 | true |
github_RayVentura_ShortGPT_25e47cfabdba8e980cedc5625b0b9e1b5b36b831 | Python | RayVentura | ShortGPT | 7,266 | 1,012 | 🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation | [
"ai",
"artificial-intelligence",
"automation",
"autonomous-agents",
"content",
"gpt-4",
"openai",
"python",
"video",
"video-editing"
] | MIT | setup.py | setup.py | 1,645 | from setuptools import setup, find_packages
import codecs
import os
here = os.path.abspath(os.path.dirname(__file__))
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()
VERSION = '0.1.31'
DESCRIPTION = 'Automating video and short content creation with A... | 144 | 1,645 | 51 | 0.98 | 2026-04-17T15:40:13.293473 | true |
github_facefusion_facefusion_000f1e72b9457cc04fae4212479dc2ae10984fa2 | Python | facefusion | facefusion | 27,777 | 4,482 | Industry leading face manipulation platform | [
"ai",
"deep-fake",
"deepfake",
"face-swap",
"faceswap",
"lip-sync",
"lipsync"
] | NOASSERTION | install.py | install.py | 156 | #!/usr/bin/env python3
import os
os.environ['SYSTEM_VERSION_COMPAT'] = '0'
from facefusion import installer
if __name__ == '__main__':
installer.cli()
| 16 | 156 | 11 | 0.98 | 2026-04-17T15:28:38.040583 | true |
github_kgateway-dev_kgateway_0910739dca391214ee678935e77348aaf9873747 | 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/reports/reporter_suite_test.go | reporter_suite_test.go | 199 | package reports_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestReporter(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Reporter Suite")
}
| 19 | 199 | 14 | 0.98 | 2026-04-17T21:26:53.931972 | true |
github_songyouwei_ABSA-PyTorch_16bcd09833ba5b4b2042104f5db9af4a09204b47 | Python | songyouwei | ABSA-PyTorch | 2,110 | 522 | Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。 | [
"aspect-based-sentiment-analysis",
"attention",
"bert",
"natural-language-processing",
"nlp",
"sentiment-analysis",
"sentiment-classification"
] | MIT | train.py | train.py | 13,515 | # -*- coding: utf-8 -*-
# file: train.py
# author: songyouwei <[REDACTED_EMAIL]>
# Copyright (C) 2018. All Rights Reserved.
import logging
import argparse
import math
import os
import sys
import random
import numpy
from sklearn import metrics
from time import strftime, localtime
from transformers import BertModel
i... | 951 | 13,515 | 304 | 0.98 | 2026-04-22T19:48:18.235989 | true |
github_dani-garcia_vaultwarden_182b7b3b5c63af75ceff4dae9f8693e09454cfee | 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/util.rs | util.rs | 33,147 | //
// Web Headers and caching
//
use std::{collections::HashMap, io::Cursor, path::Path};
use num_traits::ToPrimitive;
use rocket::{
fairing::{Fairing, Info, Kind},
http::{ContentType, Header, HeaderMap, Method, Status},
response::{self, Responder},
Data, Orbit, Request, Response, Rocket,
};
use tokio... | 3,113 | 33,147 | 943 | 0.98 | 2026-04-17T13:16:38.373481 | true |
github_ArcReel_ArcReel_7ea33f3858b10662c4213c12c1d6aef2c6bdc046 | Python | ArcReel | ArcReel | 1,893 | 400 | AI Agent 驱动的开源视频生成工作台 — 小说→角色/场景/道具设计→剧本→分镜图→视频,跨镜头角色与场景一致 | Open-source AI video workspace powered by AI Agents, Nano Banana 2 & Veo 3.1 / Grok / Seedance / OpenAI | [
"ai-agent",
"ai-video-generator",
"claude-agent-sdk",
"docker",
"gemini",
"grok",
"image-to-video",
"nano-banana-2",
"openai",
"openclaw",
"seedance",
"seedream",
"storyboard",
"veo",
"vertex-ai",
"video-generation"
] | AGPL-3.0 | lib/cost_calculator.py | cost_calculator.py | 19,489 | """
费用计算器
基于 docs/视频&图片生成费用表.md 中的费用规则,计算图片和视频生成的费用。
支持按模型区分费用,以便不同模型的历史数据能正确计费。
"""
from __future__ import annotations
from lib.custom_provider import is_custom_provider
from lib.providers import PROVIDER_ARK, PROVIDER_GROK, PROVIDER_OPENAI, CallType
class CostCalculator:
"""费用计算器"""
# 图片费用(美元/张),按模型和分辨率... | 1,477 | 18,239 | 539 | 0.98 | 2026-04-23T01:03:32.029478 | true |
github_sindresorhus_execa_ed8a28de291c115fc2ee6ca548e7e175f21aa73d | JavaScript | sindresorhus | execa | 7,493 | 250 | Process execution for humans | [
"binary",
"child-process",
"exec",
"execute",
"javascript",
"nodejs",
"shell",
"spawn",
"spawned-processes",
"streams"
] | MIT | lib/utils/standard-stream.js | standard-stream.js | 367 | import process from 'node:process';
export const isStandardStream = stream => STANDARD_STREAMS.includes(stream);
export const STANDARD_STREAMS = [process.stdin, process.stdout, process.stderr];
export const STANDARD_STREAMS_ALIASES = ['stdin', 'stdout', 'stderr'];
export const getStreamName = fdNumber => STANDARD_STRE... | 34 | 367 | 7 | 0.98 | 2026-04-23T07:16:09.308574 | true |
github_ultraworkers_claw-code_477fd3ece6c93fa35b3524586570f5ffab236896 | 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/permissions.py | permissions.py | 776 | from __future__ import annotations
from dataclasses import dataclass, field
@dataclass(frozen=True)
class ToolPermissionContext:
deny_names: frozenset[str] = field(default_factory=frozenset)
deny_prefixes: tuple[str, ...] = ()
@classmethod
def from_iterables(cls, deny_names: list[str] | None = None,... | 74 | 776 | 21 | 0.98 | 2026-04-17T13:13:17.398089 | true |
github_kuprel_min-dalle_b9c4357f363d2a6e48815119f5d0ecbba4624c6b | Python | kuprel | min-dalle | 3,494 | 251 | min(DALL·E) is a fast, minimal port of DALL·E Mini to PyTorch | [
"artificial-intelligence",
"deep-learning",
"pytorch",
"text-to-image"
] | MIT | setup.py | setup.py | 722 | import setuptools
# from pathlib import Path
setuptools.setup(
name='min-dalle',
description = 'min(DALL·E)',
# long_description=(Path(__file__).parent / "README.rst").read_text(),
version='0.4.11',
author='Brett Kuprel',
author_email='[REDACTED_EMAIL]',
url='https://github.com/kuprel/min-d... | 45 | 721 | 31 | 0.98 | 2026-04-17T17:45:20.582398 | true |
github_ChatGPTNextWeb_NextChat_fd55fbdd3d1ea59208b531c6e17c3814cdd78a0c | TypeScript | ChatGPTNextWeb | NextChat | 87,769 | 59,807 | ✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows | [
"calclaude",
"chatgpt",
"claude",
"cross-platform",
"desktop",
"fe",
"gemini",
"gemini-pro",
"gemini-server",
"gemini-ultra",
"gpt-4o",
"groq",
"nextjs",
"ollama",
"react",
"tauri",
"tauri-app",
"vercel",
"webui"
] | MIT | app/store/access.ts | access.ts | 7,291 | import {
GoogleSafetySettingsThreshold,
ServiceProvider,
StoreKey,
ApiPath,
OPENAI_BASE_URL,
ANTHROPIC_BASE_URL,
GEMINI_BASE_URL,
BAIDU_BASE_URL,
BYTEDANCE_BASE_URL,
ALIBABA_BASE_URL,
TENCENT_BASE_URL,
MOONSHOT_BASE_URL,
STABILITY_BASE_URL,
IFLYTEK_BASE_URL,
DEEPSEEK_BASE_URL,
XAI_BASE_U... | 648 | 7,291 | 304 | 0.98 | 2026-04-23T08:58:24.849576 | true |
github_boxyhq_saas-starter-kit_727c6edc0e5ecf3db204e092b1a2ecdb8de4aa88 | TypeScript | boxyhq | saas-starter-kit | 4,785 | 1,203 | 🔥 Enterprise SaaS Starter Kit - Kickstart your enterprise app development with the Next.js SaaS boilerplate 🚀 | [
"boilerplate",
"boilerplates",
"hacktoberfest",
"js-boilerplate",
"next-auth",
"nextjs",
"nodejs",
"react",
"saas",
"saas-app",
"saas-application",
"saas-boilerplate",
"saas-kit",
"starter-kit",
"starter-template",
"tailwindcss",
"typescript"
] | Apache-2.0 | lib/nextAuth.ts | nextAuth.ts | 12,346 | import type {
NextApiRequest,
NextApiResponse,
GetServerSidePropsContext,
} from 'next';
import { Account, NextAuthOptions, Profile, User } from 'next-auth';
import BoxyHQSAMLProvider from 'next-auth/providers/boxyhq-saml';
import CredentialsProvider from 'next-auth/providers/credentials';
import EmailProvider fr... | 1,143 | 12,346 | 462 | 0.98 | 2026-04-23T10:08:41.248188 | true |
github_puppeteer_replay_83f97adbb42b8246863de849e30d6b3bb4a4fe86 | TypeScript | puppeteer | replay | 1,320 | 564 | Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder | [
"automation",
"devtools",
"javascript",
"puppeteer"
] | Apache-2.0 | src/SchemaUtils.ts | SchemaUtils.ts | 17,930 | /**
Copyright 2022 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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... | 1,825 | 17,930 | 661 | 0.98 | 2026-04-18T00:30:38.005665 | true |
github_directus_directus_e0cafb5fd0959156ba57bbc3a4ee70b3f017d575 | TypeScript | directus | directus | 34,882 | 4,723 | The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. | [
"api",
"app",
"cms",
"composable",
"data-visualization",
"database",
"directus",
"graphql",
"headless-cms",
"javascript",
"mariadb",
"mssql",
"mysql",
"no-code",
"node",
"postgresql",
"sql",
"sqlite",
"typescript",
"vue"
] | NOASSERTION | api/src/mailer.ts | mailer.ts | 2,317 | import { createRequire } from 'node:module';
import { useEnv } from '@directus/env';
import type { Transporter } from 'nodemailer';
import nodemailer from 'nodemailer';
import { useLogger } from './logger/index.js';
import { getConfigFromEnv } from './utils/get-config-from-env.js';
const require = createRequire(import... | 237 | 2,317 | 76 | 0.98 | 2026-04-23T07:57:59.825767 | true |
github_rust-lang_rustlings_c60a5299ef2b059e6c8cae70b929581dbe978316 | Rust | rust-lang | rustlings | 62,528 | 11,177 | :crab: Small exercises to get you used to reading and writing Rust code! | [
"beginner-friendly",
"exercises",
"rust",
"rustlings"
] | MIT | src/list.rs | list.rs | 5,103 | use anyhow::{Context, Result};
use crossterm::{
QueueableCommand, cursor,
event::{
self, DisableMouseCapture, EnableMouseCapture, Event, KeyCode, KeyEventKind, MouseEventKind,
},
terminal::{
DisableLineWrap, EnableLineWrap, EnterAlternateScreen, LeaveAlternateScreen,
disable_raw_... | 321 | 5,099 | 136 | 0.98 | 2026-04-17T13:16:14.942779 | true |
github_existence-master_Sentient_b44245e89a362d7e5474522f6e8398b1a5f0394f | 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/next.config.js | next.config.js | 1,044 | // src/client/next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true
},
// Add this section to keep console logs in production builds
compiler: {
removeConsole: false
},
async rewrites() {
if (process.env.NEXT_PUBLIC_POSTHOG_KEY) {
if (process.env.NEXT_... | 109 | 1,044 | 49 | 0.98 | 2026-04-23T03:57:11.586305 | true |
github_conventional-changelog_standard-version_56f3106b35b87ed46a7e32e54182c7fe2cf34241 | JavaScript | conventional-changelog | standard-version | 7,963 | 766 | :trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org | [
"changelog",
"cli",
"git",
"hacktoberfest",
"history",
"release",
"semantic",
"standard",
"tag",
"tags",
"version",
"versioning"
] | ISC | index.js | index.js | 2,773 | const bump = require('./lib/lifecycles/bump')
const changelog = require('./lib/lifecycles/changelog')
const commit = require('./lib/lifecycles/commit')
const fs = require('fs')
const latestSemverTag = require('./lib/latest-semver-tag')
const path = require('path')
const printError = require('./lib/print-error')
const t... | 296 | 2,773 | 81 | 0.98 | 2026-04-23T12:39:56.352144 | true |
github_parse-community_parse-server_f835fe2140ac5b20b26e5439eaf0309d351f418f | TypeScript | parse-community | parse-server | 21,382 | 4,819 | Parse Server for Node.js / Express | [
"baas",
"backend",
"file-storage",
"graphql",
"graphql-api",
"graphql-relay",
"graphql-server",
"hacktoberfest",
"mbaas",
"mongodb",
"nodejs",
"notifications",
"object-storage",
"parse-platform",
"parse-server",
"postgres",
"relay",
"rest-api"
] | Apache-2.0 | src/LiveQuery/ParseLiveQueryServer.ts | ParseLiveQueryServer.ts | 47,248 | import tv4 from 'tv4';
import Parse from 'parse/node';
import { Subscription } from './Subscription';
import { Client } from './Client';
import { ParseWebSocketServer } from './ParseWebSocketServer';
// @ts-ignore
import logger from '../logger';
import RequestSchema from './RequestSchema';
import { matchesQuery, queryH... | 4,076 | 47,248 | 1,319 | 0.98 | 2026-04-23T06:47:13.906516 | true |
github_BrainJS_brain.js_72789d3730b3f3066628cda334c507e5848fa31d | TypeScript | BrainJS | brain.js | 14,860 | 1,078 | 🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js | [
"api",
"brain",
"browser",
"convolutional-neural-networks",
"easy-to-use",
"hacktoberfest",
"neural-network",
"node",
"nodejs",
"recurrent-neural-networks",
"stream",
"web"
] | MIT | src/layer/base-layer.test.ts | base-layer.test.ts | 1,255 | import { ILayer } from './base-layer';
import { IPraxis, IPraxisSettings } from '../praxis/base-praxis';
import { mockLayer, mockPraxis } from '../test-utils';
jest.mock('../utilities/kernel');
describe('BaseLayer Layer', () => {
describe('dimensions', () => {
describe('when given undefined for width, height, a... | 120 | 1,255 | 43 | 0.98 | 2026-04-17T17:55:55.558108 | true |
github_nodejs_node_18aed3b8df037d00946b3780e8ceca43d6cd45d6 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/_http_incoming.js | _http_incoming.js | 15,688 | // 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,947 | 15,688 | 486 | 0.98 | 2026-04-23T06:15:34.445269 | true |
github_actionhero_actionhero_600373f820f525c9925bfbc109d2ed55181898ad | TypeScript | actionhero | actionhero | 2,418 | 259 | Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks | [
"actionhero",
"api",
"api-server",
"async-await",
"cluster",
"delayed-jobs",
"delayed-tasks",
"framework",
"frameworks",
"http",
"https",
"javascript",
"nodejs",
"server",
"socket-client",
"tcp",
"ts",
"typescript",
"websocket"
] | Apache-2.0 | src/classes/action.ts | action.ts | 3,759 | import { api } from "../index";
import type { ActionheroLogLevel } from "../modules/log";
import { ActionProcessor } from "./actionProcessor";
import { connectionVerbs } from "./connection";
import { Inputs } from "./inputs";
/**
* Create a new Actionhero Action. The required properties of an action. These can be def... | 500 | 3,759 | 99 | 0.98 | 2026-04-17T18:07:16.385944 | true |
github_helmfile_helmfile_5ec2105a569661d80cdadd66eccbccc2639ad26c | Go | helmfile | helmfile | 5,058 | 338 | Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD. | [
"helm",
"kubernetes",
"kustomize"
] | MIT | pkg/argparser/args.go | args.go | 2,250 | package argparser
import (
"fmt"
"strings"
)
type keyVal struct {
key string
val string
spaceFlag bool
}
type argMap struct {
m map[string][]*keyVal
flags []string
}
// isNewFlag checks if the given arg is a new flag
func isNewFlag(flag string) bool {
return strings.HasPrefix(flag, "--") || s... | 331 | 2,250 | 105 | 0.98 | 2026-04-17T21:37:18.071952 | true |
github_TheAlgorithms_Rust_2f1f5d6ab1eeee5edc811b94e6c8781e4b3b922a | Rust | TheAlgorithms | Rust | 25,663 | 2,550 | All Algorithms implemented in Rust | [
"algorithms",
"data-structures",
"hacktoberfest",
"rust",
"rust-lang"
] | MIT | src/ciphers/vigenere.rs | vigenere.rs | 2,288 | //! Vigenère Cipher
//!
//! # Algorithm
//!
//! Rotate each ascii character by the offset of the corresponding key character.
//! When we reach the last key character, we start over from the first one.
//! This implementation does not rotate unicode characters.
/// Vigenère cipher to rotate plain_text text by key and ... | 266 | 2,277 | 87 | 0.98 | 2026-04-17T13:32:04.545762 | true |
github_ChatGPTNextWeb_NextChat_ed130351f1e5c94d2ee2d271d82467e81d551618 | 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/masks/en.ts | en.ts | 12,849 | import { BuiltinMask } from "./typing";
export const EN_MASKS: BuiltinMask[] = [
{
avatar: "1f47e",
name: "GitHub Copilot",
context: [
{
id: "Copilot-0",
role: "system",
content:
'You are an AI programming assistant.\nWhen asked for you name, you must respond with ... | 1,893 | 12,831 | 135 | 0.98 | 2026-04-23T08:58:20.700780 | true |
github_DavidHDev_react-bits_f50b8bd299df2f37a83ff0ee3db75545ce35705c | 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/hooks/useForceRerender.js | useForceRerender.js | 278 | import { useState, useCallback } from 'react';
const useForceRerender = () => {
const [key, setKey] = useState(0);
const forceRerender = useCallback(() => {
setKey(prevKey => prevKey + 1);
}, []);
return [key, forceRerender];
};
export default useForceRerender;
| 38 | 278 | 14 | 0.98 | 2026-04-23T04:46:41.377088 | true |
github_mufeedvh_basecrack_662bf397eb2322e070ff3bb037964a927c3e8652 | Python | mufeedvh | basecrack | 582 | 91 | Decode All Bases - Base Scheme Decoder | [
"base",
"base16",
"base32",
"base58",
"base64",
"bugbounty",
"capture-the-flag",
"cryptography",
"cryptography-project",
"cryptography-tools",
"ctf",
"ctf-tools",
"decode",
"decode-strings",
"decoder",
"decoders",
"encoder-decoder",
"infosec",
"python",
"tool"
] | MIT | basecrack.py | basecrack.py | 12,518 | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
__author__ = 'Mufeed VH'
__version__ = '4.0'
__email__ = '[REDACTED_EMAIL]'
__github__ = 'https://github.com/mufeedvh/basecrack'
import os
import re
import sys
import time
import platform
import json
import argparse
from colorama import init
from termcolor import col... | 971 | 11,766 | 329 | 0.98 | 2026-04-23T04:37:54.747448 | true |
github_blueedgetechno_win11React_c99b4192d99a9e156b0531ebe573aa30a1b4c66c | JavaScript | blueedgetechno | win11React | 9,663 | 1,207 | Windows 11 in React 💻🌈⚡ | [
"css",
"hacktoberfest",
"hacktoberfest2022",
"javascript",
"react",
"reactjs",
"redux",
"website",
"windows",
"windows-11"
] | CC0-1.0 | src/reducers/globals.js | globals.js | 3,375 | const defState = {
lays: [
[
{
dim: {
width: "50%",
height: "100%",
top: 0,
left: 0,
},
br: 14,
},
{
dim: {
width: "50%",
height: "100%",
top: 0,
left: "50%",
},
br: 15... | 358 | 3,375 | 215 | 0.98 | 2026-04-23T05:47:26.775109 | true |
github_zcreativelabs_react-simple-maps_078c088453e7bdd08e528e6e013bdbf4b589a83f | JavaScript | zcreativelabs | react-simple-maps | 3,294 | 464 | Beautiful React SVG maps with d3-geo and topojson using a declarative api. | [
"d3v4",
"mapping",
"nodejs",
"react",
"svg",
"visualization"
] | MIT | src/components/Annotation.js | Annotation.js | 1,254 | import React, { useContext, forwardRef } from "react"
import PropTypes from "prop-types"
import { MapContext } from "./MapProvider"
import { createConnectorPath } from "../utils"
const Annotation = forwardRef(
(
{
subject,
children,
connectorProps,
dx = 30,
dy = 30,
curve = 0... | 120 | 1,254 | 60 | 0.98 | 2026-04-23T07:52:42.708623 | true |
github_bluenviron_mediamtx_2e8521ea5bed03ea659f6d304160bbbed4f0d6b2 | Go | bluenviron | mediamtx | 18,495 | 2,184 | Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS / MPEG-TS / RTP media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams. | [
"go",
"golang",
"hls",
"media-server",
"obs-studio",
"rtcp",
"rtmp",
"rtmp-proxy",
"rtmp-server",
"rtp",
"rtsp",
"rtsp-proxy",
"rtsp-relay",
"rtsp-server",
"srt",
"streaming",
"webrtc",
"webrtc-proxy"
] | MIT | internal/defs/api_rtsp.go | api_rtsp.go | 4,088 | package defs
import (
"time"
"github.com/google/uuid"
)
// APIRTSPServer contains methods used by the API and Metrics server.
type APIRTSPServer interface {
APIConnsList() (*APIRTSPConnsList, error)
APIConnsGet(uuid.UUID) (*APIRTSPConn, error)
APISessionsList() (*APIRTSPSessionList, error)
APISessionsGet(uuid.... | 269 | 4,088 | 91 | 0.98 | 2026-04-17T09:40:43.282254 | true |
github_explosion_spacy-course_92d05bdb3906264aecd5f2876483d6fef5bad62e | JavaScript | explosion | spacy-course | 2,418 | 376 | 👩🏫 Advanced NLP with spaCy: A free online course | [
"binder",
"course",
"dependency-parsing",
"gatsby",
"gatsbyjs",
"jupyter",
"machine-learning",
"named-entity-recognition",
"natural-language-processing",
"nlp",
"online-course",
"part-of-speech-tagging",
"spacy",
"word-vectors"
] | MIT | gatsby-node.js | gatsby-node.js | 3,021 | const path = require('path')
const fs = require('fs-extra')
const { createFilePath } = require('gatsby-source-filesystem')
const chapterTemplate = path.resolve('src/templates/chapter.js')
function replacePath(pagePath) {
return pagePath === `/` ? pagePath : pagePath.replace(/\/$/, ``)
}
async function onCreateNo... | 283 | 3,021 | 83 | 0.98 | 2026-04-22T19:42:38.583527 | true |
github_axios_axios_7d67997a007c3b50c9f6c144d38d09d38816c179 | 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/adapters/http.js | http.js | 35,370 | import utils from '../utils.js';
import settle from '../core/settle.js';
import buildFullPath from '../core/buildFullPath.js';
import buildURL from '../helpers/buildURL.js';
import { getProxyForUrl } from 'proxy-from-env';
import http from 'http';
import https from 'https';
import http2 from 'http2';
import util from '... | 3,309 | 35,370 | 1,095 | 0.98 | 2026-04-23T06:16:42.451834 | true |
github_bearpaw_pytorch-classification_b1dace62f267d19ef0c53166ef3aaa3e5b5fbf12 | Python | bearpaw | pytorch-classification | 1,741 | 557 | Classification with PyTorch. | [
"cifar10",
"cifar100",
"classification",
"densenet",
"imagenet",
"preresnet",
"pytorch",
"resnet",
"resnext",
"wide-residual-networks",
"wrn"
] | MIT | imagenet.py | imagenet.py | 13,142 | '''
Training script for ImageNet
Copyright (c) Wei YANG, 2017
'''
from __future__ import print_function
import argparse
import os
import shutil
import time
import random
import torch
import torch.nn as nn
import torch.nn.parallel
import torch.backends.cudnn as cudnn
import torch.optim as optim
import torch.utils.data... | 1,026 | 13,142 | 345 | 0.98 | 2026-04-22T23:44:16.104625 | true |
github_vercel_swr_573eca3c36a6e7f5bea2e838e58b639ca312ef58 | TypeScript | vercel | swr | 32,352 | 1,332 | React Hooks for Data Fetching | [
"cache",
"data",
"data-fetching",
"fetch",
"hook",
"hooks",
"nextjs",
"react",
"react-native",
"stale-while-revalidate",
"suspense",
"swr",
"vercel"
] | MIT | src/immutable/index.ts | index.ts | 517 | import type { Middleware } from '../index'
import useSWR from '../index'
import { withMiddleware } from '../_internal'
export const immutable: Middleware = useSWRNext => (key, fetcher, config) => {
// Always override all revalidate options.
config.revalidateOnFocus = false
config.revalidateIfStale = false
conf... | 60 | 517 | 17 | 0.98 | 2026-04-23T09:00:03.607940 | true |
github_claudiajs_claudia_37ccedd4c43e04b270f3b5c6caf9da9058dd4803 | JavaScript | claudiajs | claudia | 3,893 | 277 | Deploy Node.js projects to AWS Lambda and API Gateway easily | [
"api-gateway",
"aws",
"aws-lambda",
"claudia",
"javascript",
"nodejs",
"serverless"
] | MIT | src/util/is-kinesis-arn.js | is-kinesis-arn.js | 141 | module.exports = function isKinesisArn(string) {
'use strict';
return /^arn:aws[^:]*:kinesis:[^:]+:[^:]+:stream\/[^:]+$/.test(string);
};
| 10 | 141 | 6 | 0.98 | 2026-04-23T07:44:05.468997 | true |
github_mswjs_msw_ced990fbb61277ac56ec0f96c69a5107efdace45 | TypeScript | mswjs | msw | 17,848 | 615 | Industry standard API mocking for JavaScript. | [
"api",
"api-mocking",
"devtools",
"mock",
"mock-service-worker",
"mocking",
"mocking-framework",
"mocking-library",
"msw",
"mswjs",
"service-worker"
] | MIT | src/core/graphql.ts | graphql.ts | 4,000 | import type { OperationTypeNode } from 'graphql'
import {
type ResponseResolver,
type RequestHandlerOptions,
} from './handlers/RequestHandler'
import {
GraphQLHandler,
type GraphQLVariables,
type GraphQLOperationType,
type GraphQLResolverExtras,
type GraphQLResponseBody,
type GraphQLQuery,
type Graph... | 410 | 4,000 | 137 | 0.98 | 2026-04-17T17:54:37.985024 | true |
github_jdx_mise_f66edd9e9475f1897e70a9ff3e834ace29706c33 | Rust | jdx | mise | 26,796 | 1,060 | dev tools, env vars, task runner | [] | MIT | src/cli/env.rs | env.rs | 8,262 | use eyre::Result;
use std::{collections::BTreeMap, sync::Arc};
use crate::cli::args::ToolArg;
use crate::config::Config;
use crate::env_diff::EnvMap;
use crate::shell::{ShellType, get_shell};
use crate::toolset::{InstallOptions, Toolset, ToolsetBuilder};
use indexmap::IndexSet;
/// Exports env vars to activate mise a... | 692 | 8,262 | 264 | 0.98 | 2026-04-17T13:30:46.748633 | true |
github_nodejs_node_a24b5b556e1a5e5711bf8e5bcef9930c2edb4817 | JavaScript | nodejs | node | 116,870 | 35,414 | Node.js JavaScript runtime ✨🐢🚀✨ | [
"javascript",
"js",
"linux",
"macos",
"mit",
"node",
"nodejs",
"runtime",
"windows"
] | NOASSERTION | lib/internal/abort_controller.js | abort_controller.js | 17,953 | 'use strict';
// Modeled very closely on the AbortController implementation
// in https://github.com/mysticatea/abort-controller (MIT license)
const {
ArrayPrototypePush,
ObjectAssign,
ObjectDefineProperties,
ObjectDefineProperty,
ObjectSetPrototypeOf,
PromiseResolve,
PromiseWithResolvers,
SafeFinaliz... | 1,746 | 17,953 | 639 | 0.98 | 2026-04-23T06:15:46.619493 | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.