id string | source string | environment string | split_role string | bucket string | group string | source_created_at timestamp[s] | source_updated_at string | collected_at timestamp[s] | url string | license string | text string | char_count int64 | word_count int64 | metadata dict | label int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
seen:stack_edu:5228f8a4faf45db3315788f2d762048824fb940b | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | use std::{cell::RefCell, collections::HashMap, io::Write, rc::Rc};
mod core;
mod printer;
mod reader;
mod types;
use types::MalType;
struct EnvStruct {
data: RefCell<HashMap<String, MalType>>,
pub outer: Option<Env>,
}
#[derive(Clone)]
struct Env(Rc<EnvStruct>);
impl Env {
fn new(data: RefCell<HashMap<String, M... | 2,408 | 362 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "f4d1ded27ccc84382358e1d7cf307daec8c9744c086a942dcb88c8f804f60afe",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2948,
... | 0 | |
seen:stack_edu:ae1c5ea8691ccada58fc5da9effdb7825a4990ec | dolma3_hf | stack_edu | seen | typescript | typescript | null | 2026-05-09T12:12:29 | null | ODC-BY | import { validateTextField } from "./validateTextField";
import { validateNumberField } from "./validateNumberField";
export type FieldValidator<T extends ContentFieldFormData> = (
values: T
) => Partial<Record<keyof T, string | undefined>>;
type Error = string | undefined;
export type ErrorObj<T> = Partial<Record<... | 580 | 56 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "7969548d761b233c6a0f78ec2cc113cf27725c234341c1989b09eb2f7946fef9",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 601,
"... | 0 | |
unseen:stack_edu:a3b20d9fb5fbcfa5d4b1bf481d18ac39121d11d3 | github_api | stack_edu | unseen | python | python | 2025-12-08T09:23:44 | 2026-05-09T11:15:25Z | 2026-05-09T12:13:44 | https://raw.githubusercontent.com/zai-org/Open-AutoGLM/main/phone_agent/agent_ios.py | Apache-2.0 | """iOS PhoneAgent class for orchestrating iOS phone automation."""
import json
import traceback
from dataclasses import dataclass
from typing import Any, Callable
from phone_agent.actions.handler import do, finish, parse_action
from phone_agent.actions.handler_ios import IOSActionHandler
from phone_agent.config impor... | 7,529 | 873 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "95b0d34593457c577c7f6a61c22fdc4b155d162b1a810dd710665e3322c099f0",
"repo_full_name": "zai-org/Open-AutoGLM",
"repo_stars": 25228,
"path": "phone_agent/agent_ios.py",
"raw_source_metadata": {
"repo": {
"full_name": "zai-org/Open-AutoGLM",
"... | 1 |
seen:stack_edu:c49a1def5c025522ea75f67386594e16a1e1cd31 | dolma3_hf | stack_edu | seen | typescript | typescript | null | 2026-05-09T12:12:29 | null | ODC-BY | import { expect } from 'chai';
import 'mocha';
import * as t from 'io-ts';
import * as tdc from 'io-ts-derive-class'
import { ValidationRegistry, ValidationModel} from 'validator-inator'
import { deriveFormState as internalDeriveFormState, FormState } from './index';
type TestValidationContext = {
isTest: boolean
}... | 2,571 | 281 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "97b85ec57a8c43fb68f30451c9a1eb4a67483694bc0b275e326577925939aaac",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2803,
... | 0 | |
seen:stack_edu:8919d50f41925a8c4e51040f18b6d3fe821f6233 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | use bevy::{
asset::Asset,
core::Bytes,
prelude::*,
reflect::TypeUuid,
render::pipeline::PrimitiveTopology,
render::{
mesh::Indices,
renderer::{RenderResource, RenderResourceType, RenderResources},
shader::ShaderDefs,
},
utils::HashSet,
};
use super::mesh_helper::MeshEditXU;
#[derive(Debug)]
pub enum Rotati... | 7,006 | 835 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "1b05ba49200ae6335d3c36a9d3ed12cdf27da517ac6a0a1ace20cb238a1dbbfb",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 9253,
... | 0 | |
unseen:stack_edu:6be33a623f99bc99eaa7b0a7b4fab0ed7cb08370 | github_api | stack_edu | unseen | python | python | 2025-02-19T18:03:06 | 2026-05-09T11:06:35Z | 2026-05-09T12:13:50 | https://raw.githubusercontent.com/Fosowl/agenticSeek/main/llm_server/sources/ollama_handler.py | GPL-3.0 | import time
from .generator import GeneratorLLM
from .cache import Cache
import ollama
class OllamaLLM(GeneratorLLM):
def __init__(self):
"""
Handle generation using Ollama.
"""
super().__init__()
self.cache = Cache()
def generate(self, history):
self.logger.info(f"Using {self.model} for generation with Olla... | 1,326 | 175 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "d1677c5d218c4801688d6413191d1b80b5b7fed620c5403f2b15d9a811e71536",
"repo_full_name": "Fosowl/agenticSeek",
"repo_stars": 26254,
"path": "llm_server/sources/ollama_handler.py",
"raw_source_metadata": {
"repo": {
"full_name": "Fosowl/agenticSeek",... | 1 |
unseen:stack_edu:c8dff0c208dbb7a155d4469b41c597d14ab2ccb2 | github_api | stack_edu | unseen | typescript | typescript | 2025-06-07T12:15:57 | 2026-05-09T11:29:33Z | 2026-05-09T12:17:31 | https://raw.githubusercontent.com/czlonkowski/n8n-mcp/main/src/community/community-node-fetcher.ts | MIT | import axios, { AxiosError } from 'axios';
import { logger } from '../utils/logger';
/**
* Configuration constants for community node fetching
*/
const FETCH_CONFIG = {
/** Default timeout for Strapi API requests (ms) */
STRAPI_TIMEOUT: 30000,
/** Default timeout for npm registry requests (ms) */
NPM_REGISTRY_TI... | 14,216 | 1,581 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "004c2bfee337ae9373a1aa72e40f4829d953386e7100b7878d873339afb3fe01",
"repo_full_name": "czlonkowski/n8n-mcp",
"repo_stars": 20411,
"path": "src/community/community-node-fetcher.ts",
"raw_source_metadata": {
"repo": {
"full_name": "czlonkowski/n8n-... | 1 |
unseen:stack_edu:e91c7d1a047b9f9735fa8253daa4b8effa23f011 | github_api | stack_edu | unseen | python | python | 2025-07-09T02:09:32 | 2026-05-09T10:13:40Z | 2026-05-09T12:14:04 | https://raw.githubusercontent.com/sapientinc/HRM/main/models/hrm/hrm_act_v1.py | Apache-2.0 | from typing import Tuple, List, Dict, Optional
from dataclasses import dataclass
import math
import torch
import torch.nn.functional as F
from torch import nn
from pydantic import BaseModel
from models.common import trunc_normal_init_
from models.layers import rms_norm, SwiGLU, Attention, RotaryEmbedding, CosSin, Cas... | 10,409 | 1,140 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "4d34e5b0f09b46e136125369bfdd75be0e120851a7ce30157d27c50f5b8bc5c5",
"repo_full_name": "sapientinc/HRM",
"repo_stars": 12410,
"path": "models/hrm/hrm_act_v1.py",
"raw_source_metadata": {
"repo": {
"full_name": "sapientinc/HRM",
"html_url": "... | 1 |
seen:stack_edu:57f9100cf63764469cd522fc293c7a920724c7d9 | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:26 | null | ODC-BY | console.log("Hello!!");
const weatherForm=document.querySelector('form');
const search=document.querySelector('.input');
const message_first=document.querySelector('#message-a');
const message_second=document.querySelector('#message-b');
const message_third=document.querySelector('#message-c');
const message_fourth=do... | 2,020 | 212 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "1b51cc70ccbf24ba6a0f2aed4d840f358046c5d6c7e77172a32d40d14ef6637a",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2449,
... | 0 | |
seen:stack_edu:af753fe912cb1094a08ad3322976a44b5d826572 | dolma3_hf | stack_edu | seen | typescript | typescript | null | 2026-05-09T12:12:29 | null | ODC-BY | /* eslint-disable @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-explicit-any */
import { Container, Graphics } from 'pixi.js';
import { TILE_SIZE } from '../constants';
import { mouseCol, mouseRow } from '../input';
const rangeGraphic = new Graphics();
rangeGraphic.visible = false;
export function... | 2,668 | 351 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "b71dca17351eea90bf6c15120242f5ed40f16e9ce4c1d96e66c54506bf4ed7c7",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2827,
... | 0 | |
seen:stack_edu:0459a770092c7cd5d09411a7cfbab280c2e48a26 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | use std::collections::HashMap;
use std::hash::Hash;
use std::iter::FromIterator;
use crate::core::Transformation;
use crate::dist::SymmetricDistance;
use crate::dom::{AllDomain, VectorDomain, OptionNullDomain};
use crate::error::Fallible;
use crate::traits::CheckNull;
use crate::trans::make_row_by_row;
pub fn make_fi... | 2,405 | 297 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "8a981139e9645d6dbfb29cbbbef235b1ab8b991c7b2bafc279cfb2b548c3f36e",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 2695,
... | 0 | |
seen:stack_edu:16684e4dc7809b516741962c8f8867a1ca9a2bbe | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | //! Data structures and algorithms to operate on mixed generic graphs.
//!
//! Historically, this was built after the algorithms in `brr` proved themselves worthy,
//! but the implementation was not sufficiently generic to be re-used for road, and then sidewalk, plowing.
use std::{collections::{HashMap, HashSet}, has... | 19,062 | 2,883 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "814ada117a1eaf4730d30d0dd97b738126a56a7ebbcf9984cfac470acb1bdee9",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 20106,
... | 0 | |
unseen:stack_edu:7bdda37243b300f48d7041e5f7b297b4fa48c98c | github_api | stack_edu | unseen | go | go | 2025-08-04T12:28:27 | 2026-05-09T11:59:36Z | 2026-05-09T12:23:41 | https://raw.githubusercontent.com/autobrr/qui/develop/internal/models/arr_instance.go | GPL-2.0 | // Copyright (c) 2025-2026, s0up and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package models
import (
"context"
"crypto/aes"
"crypto/cipher"
"crypto/rand"
"database/sql"
"encoding/base64"
"errors"
"fmt"
"io"
"strings"
"time"
"github.com/autobrr/qui/internal/dbinterface"
)
v... | 20,419 | 2,304 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "0d13576debd7322598feac40b4e714f89be45fe1bb371f4d1db9f0b32ef4dfdc",
"repo_full_name": "autobrr/qui",
"repo_stars": 3847,
"path": "internal/models/arr_instance.go",
"raw_source_metadata": {
"repo": {
"full_name": "autobrr/qui",
"html_url": "... | 1 |
seen:stack_edu:33654e6985c40942e812 | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | from linkedlist import LinkedList
def printKthToLast(head, k):
if head is None:
return 0
index = printKthToLast(head.next, k) + 1
if index == k:
print(f'{k}th to last node is {head.val}')
return index
def main():
n1 = LinkedList(3)
n2 = LinkedList(5)
n3 = LinkedList(8)
n4 = LinkedList(12)
n5 = LinkedList(8... | 554 | 93 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "33654e6985c40942e812c2ea8910abf085e4aca8f09c0b3aba74fb58c021c749",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
seen:stack_edu:74342d729c9a991b204be0a0469cd450e24ad9a7 | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:27 | null | ODC-BY | var mysql = require("mysql");
var inquirer = require("inquirer");
var connection = mysql.createConnection({
host:"localhost",
port:"8889",
user:"root",
password:"root",
database:"bamazon"
});
connection.connect(function(err){
if (err) throw err;
// console.log("connection sucessfully!")
runSearch();
});
func... | 2,794 | 341 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "21af1365656306594c11b22cd14792cdbaae9b766e05aae2980447515b7c92a9",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 3198,
... | 0 | |
unseen:stack_edu:b620e9ff9c8f656d98e3802977db44dff494c35e | github_api | stack_edu | unseen | typescript | python | 2025-05-07T02:50:19 | 2026-05-09T12:11:49Z | 2026-05-09T12:12:57 | https://raw.githubusercontent.com/bytedance/deer-flow/main/frontend/src/app/blog/tags/%5Btag%5D/page.tsx | MIT | import { notFound } from "next/navigation";
import { PostList } from "@/components/landing/post-list";
import {
formatTagName,
getBlogIndexData,
getPreferredBlogLang,
} from "@/core/blog";
import { getI18n } from "@/core/i18n/server";
import { useMDXComponents as getMDXComponents } from "../../../../mdx-components... | 1,130 | 122 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "4318b05bc070321e25a0e466450ddb78738e145adb254b4c823a249822901778",
"repo_full_name": "bytedance/deer-flow",
"repo_stars": 66212,
"path": "frontend/src/app/blog/tags/[tag]/page.tsx",
"raw_source_metadata": {
"repo": {
"full_name": "bytedance/deer... | 1 |
unseen:stack_edu:ce1b85ba0cf8ec105150553da7831fd0289457f3 | github_api | stack_edu | unseen | python | go | 2025-03-29T12:49:33 | 2026-05-08T18:03:19Z | 2026-05-09T12:22:58 | https://raw.githubusercontent.com/lharries/whatsapp-mcp/main/whatsapp-mcp-server/main.py | MIT | from typing import List, Dict, Any, Optional
from mcp.server.fastmcp import FastMCP
from whatsapp import (
search_contacts as whatsapp_search_contacts,
list_messages as whatsapp_list_messages,
list_chats as whatsapp_list_chats,
get_chat as whatsapp_get_chat,
get_direct_chat_by_contact as whatsapp_get_direct_chat_b... | 7,866 | 1,012 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "e6ca985f741ff26950a09b220e486f3ad07a8a3319b9450bfd80feebd755db64",
"repo_full_name": "lharries/whatsapp-mcp",
"repo_stars": 5590,
"path": "whatsapp-mcp-server/main.py",
"raw_source_metadata": {
"repo": {
"full_name": "lharries/whatsapp-mcp",
... | 1 |
seen:stack_edu:6eccffb303e65a7d5a59a6ea17a13721a6f59c9d | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:27 | null | ODC-BY | // higher order component - a component (HOC) that renders another component
// to reuse code
// render hijacking
// prop manipulation
// abstart state
import React from 'react';
import ReactDOM from 'react-dom';
const Info = (props) => (
<div>
<p>Testing HOC {props.info}</p>
</div>
);
// returns higher order com... | 1,071 | 114 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "b8695be6fb97e3b11e0e92f8959c618515d5df53fe891e03c6254b2d776c5973",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 1174,
... | 0 | |
seen:stack_edu:1f80b8f24711b3b37bde24909952ce8edc1b17b5 | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:35 | null | ODC-BY | package controllers
import (
"bytes"
"encoding/json"
"log"
"net/http"
"net/http/httptest"
"testing"
"code.jtg.tools/ayush.singhal/notifications-microservice/app/controllers/notifications"
"code.jtg.tools/ayush.singhal/notifications-microservice/db/models"
"github.com/gin-gonic/gin"
"github.com/go-playground... | 12,706 | 1,459 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "af684b33756ba1daf17edeb78d2b55944af9a10f97d98085ddcda06f4853b2f2",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 13318,
... | 0 | |
unseen:stack_edu:9e1f0511c5d5fa4c67d1a1415ac1359c89aaa9c8 | github_api | stack_edu | unseen | rust | rust | 2025-02-13T02:42:29 | 2026-05-09T12:17:05Z | 2026-05-09T12:24:46 | https://raw.githubusercontent.com/cjpais/Handy/main/src-tauri/src/managers/transcription_mock.rs | MIT | // CI-only mock TranscriptionManager - avoids whisper/Vulkan dependencies.
// This file is copied over transcription.rs during CI tests.
// Existing tests don't exercise transcription, so this is safe.
use crate::managers::model::ModelManager;
use anyhow::Result;
use serde::Serialize;
use specta::Type;
use std::sync::... | 1,986 | 236 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "e866de3d5b9d882675b044fdbc6eb08a57168ae747c54f773cb70166c0bcf7d6",
"repo_full_name": "cjpais/Handy",
"repo_stars": 21356,
"path": "src-tauri/src/managers/transcription_mock.rs",
"raw_source_metadata": {
"repo": {
"full_name": "cjpais/Handy",
... | 1 |
seen:stack_edu:dd61a0948f53ea4bc4ae | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | from typing import Optional, Union
import numpy as np
from numpy import ndarray
import mygrad as mg
from mygrad.math.misc.ops import MatMul
from mygrad.tensor_base import Tensor, implements_numpy_override
from mygrad.typing import ArrayLike, DTypeLikeReals, Mask
from mygrad.ufuncs import ufunc_creator
from .ops impo... | 23,464 | 3,607 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "dd61a0948f53ea4bc4ae25ea9169694a591bd372cfec3285adf316d45210582b",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
seen:stack_edu:81558205c10d7a152f08404111ea1ca19b738f99 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:37 | null | ODC-BY | use std::{
collections::BTreeMap,
fs,
ffi::OsStr,
};
use common::{
problem,
};
#[derive(Debug)]
pub enum Error {
IO(std::io::Error),
ProblemLoad(problem::FromFileError),
PoseExport(problem::WriteFileError),
}
fn load_problems() -> Result<BTreeMap<u64, problem::Problem>, Error> {
let mut problems = BTreeMap::... | 2,426 | 222 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "60d734ad1ec3c8d4fd6504964ebf20f8a1a36b5cb29e45ea2d86f6c02ec2cc0f",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2995,
... | 0 | |
unseen:stack_edu:aca89eba8e8900a2730300880174a0ecefb67feb | github_api | stack_edu | unseen | python | python | 2025-07-27T23:07:53 | 2026-05-09T12:01:32Z | 2026-05-09T12:12:46 | https://raw.githubusercontent.com/langchain-ai/deepagents/main/libs/cli/deepagents_cli/_version.py | MIT | """Version information and lightweight constants for `deepagents-cli`."""
__version__ = "0.0.52" # x-release-please-version
DOCS_URL = "https://docs.langchain.com/oss/python/deepagents/cli"
"""URL for `deepagents-cli` documentation."""
PYPI_URL = "https://pypi.org/pypi/deepagents-cli/json"
"""PyPI JSON API endpoint ... | 814 | 110 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "18215383be2cf97923208e4eeb31820e561ccc65e25a3bc496d4531b158a0e1a",
"repo_full_name": "langchain-ai/deepagents",
"repo_stars": 22531,
"path": "libs/cli/deepagents_cli/_version.py",
"raw_source_metadata": {
"repo": {
"full_name": "langchain-ai/dee... | 1 |
unseen:stack_edu:c9275daed74aada0889b508eb1b75244d34add27 | github_api | stack_edu | unseen | rust | rust | 2025-08-24T02:58:20 | 2026-05-04T22:30:33Z | 2026-05-09T12:24:29 | https://raw.githubusercontent.com/treadiehq/port-kill/main/src/cache/types.rs | NOASSERTION | use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct CacheEntry {
pub id: String,
pub kind: String,
pub name: String,
pub path: String,
pub size_bytes: u64,
pub last_used_at: Option<DateTime<Utc>>,
pub sta... | 1,301 | 145 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "23882e91515df5999adbcadbad7c8c01f6d3cce1ca38dcc3bf941bcc17a5979b",
"repo_full_name": "treadiehq/port-kill",
"repo_stars": 2016,
"path": "src/cache/types.rs",
"raw_source_metadata": {
"repo": {
"full_name": "treadiehq/port-kill",
"html_url"... | 1 |
seen:stack_edu:aca9c0eacf73d798e3458c936c59df7f07516dcd | dolma3_hf | stack_edu | seen | java | java | null | 2026-05-09T12:12:32 | null | ODC-BY | package com.findme.config;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotation.authentica... | 2,308 | 199 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "4a6950a484b278b28523c308068aad9edfeeb802719af1fb562da474a55301dd",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2355,
... | 0 | |
seen:stack_edu:b3976506e695867c494da596d02d7553253fd320 | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:26 | null | ODC-BY | define(["jquery","jquery-cookie"],function($){
function car(){
sc_msg();
function sc_msg(){
$.ajax({
url: "../data/goodsList.json",
success: function(arr){
//alert(arr[0].id);
//判断哪些商品的数据,被添加在cookie里
var cookieStr = $.cookie("goods");
//alert(cookieStr);
if(cookieStr){
var newArr = [];
var cookieArr = JSON... | 3,635 | 488 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "d8f3b21c0ab61f126e5cb5c6e4e825c7d3d2643c8895f937c83b0d63df842714",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 6857,
... | 0 | |
seen:stack_edu:ecf0c678cc1f69aa4265aa8ad4994499ddf2b8ee | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:34 | null | ODC-BY | package logging
import (
"log"
"reflect"
)
const (
ErrorInMarshaling = "error in marshaling"
ErrorCreatingRequestTo = "error in creating request to"
ErrorSendingRequestTo = "error sending request to"
)
func ErrorCreatingRequest(uri string, err error) {
log.Fatalf("%s %s\nmessage: %s", ErrorCreatingRequestTo, u... | 791 | 90 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "fa8b62960a636463bc520b45971e2bd27f7aa2d4821ee36ddcd32f695fb6141a",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 800,
"... | 0 | |
unseen:stack_edu:845fad6e9ff8df9a9dafb3bc60c19499dc8d6240 | github_api | stack_edu | unseen | typescript | python | 2025-03-16T04:06:05 | 2026-05-09T08:31:59Z | 2026-05-09T12:12:49 | https://raw.githubusercontent.com/mindverse/Second-Me/master/lpm_frontend/src/components/svgs/PlaygroundIcon.tsx | Apache-2.0 | import React from 'react';
import classNames from 'classnames';
interface PlaygroundIconProps {
className?: string;
}
const PlaygroundIcon: React.FC<PlaygroundIconProps> = ({ className }) => {
return (
<svg
className={classNames('w-5 h-5 flex-shrink-0', className)}
fill="none"
stroke="currentColor"
viewBox="0 ... | 545 | 77 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "91045b8cedfa5fe070bcf6133c4564090e0957208595a29e1f753ae4ca10943d",
"repo_full_name": "mindverse/Second-Me",
"repo_stars": 15519,
"path": "lpm_frontend/src/components/svgs/PlaygroundIcon.tsx",
"raw_source_metadata": {
"repo": {
"full_name": "mind... | 1 |
seen:stack_edu:d4d0b82c65936193218a47657688b81948e39e5c | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:35 | null | ODC-BY | package maps
const (
ErrorNotFound = ErrorDictionary("Não foi possível encontrar a palavra no dicionário")
ErrorAlreadyExists = ErrorDictionary("Não foi possível adicionar a palavra, pois ela já existe no dicionário")
ErrorNotExists = ErrorDictionary("Não foi possível atualizar a palavra, pois ela não existe no dic... | 423 | 52 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "477db55ded73996b9e1b6f40cc13e7c709a45ec826ed77894354cf03dd88aa81",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 444,
"... | 0 | |
seen:stack_edu:b1a7ccc9ff934fad4bc3d4fba126de81a4af53f8 | dolma3_hf | stack_edu | seen | typescript | typescript | null | 2026-05-09T12:12:29 | null | ODC-BY | import { isNil, get, has } from 'lodash';
import { execSync } from 'child_process';
import { getPackageJson, getProjectName } from './utils';
import { IProjectInfos } from '../../types/typeDeclarations.interface';
const GITHUB_URL = 'https://github.com/';
/**
* @description Clean repository url by removing '.git' an... | 4,393 | 421 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "036b3494e8a1d429c9fab2315ec21bf85015731a0eb00505492bb07536e1ccec",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 4539,
... | 0 | |
unseen:stack_edu:43e2fb379a1c72cf0ee648679cfb95888197a7c3 | github_api | stack_edu | unseen | go | go | 2025-08-18T18:21:51 | 2026-05-09T11:14:00Z | 2026-05-09T12:22:16 | https://raw.githubusercontent.com/control-theory/gonzo/main/internal/tui/charts.go | MIT | package tui
import (
"github.com/charmbracelet/lipgloss"
)
// Chart calculation helpers
// calculateRequiredChartsHeight calculates how much vertical space the charts need
func (m *DashboardModel) calculateRequiredChartsHeight() int {
// Calculate content needs for each chart
wordsContentLines := m.calculateWords... | 3,444 | 361 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "e662401b457fdbfc0d5b77c5eac7db219b818fce0d87fc6e3cbbe7fa3d2c947a",
"repo_full_name": "control-theory/gonzo",
"repo_stars": 2637,
"path": "internal/tui/charts.go",
"raw_source_metadata": {
"repo": {
"full_name": "control-theory/gonzo",
"htm... | 1 |
unseen:stack_edu:13337bcd16b0a48aa1630088b0c7691cb6237a13 | github_api | stack_edu | unseen | go | javascript | 2026-04-04T18:21:18 | 2026-05-09T12:13:48Z | 2026-05-09T12:15:34 | https://raw.githubusercontent.com/santifer/career-ops/main/dashboard/main.go | MIT | package main
import (
"flag"
"fmt"
"os"
"os/exec"
"runtime"
tea "github.com/charmbracelet/bubbletea"
"github.com/santifer/career-ops/dashboard/internal/data"
"github.com/santifer/career-ops/dashboard/internal/model"
"github.com/santifer/career-ops/dashboard/internal/theme"
"github.com/santifer/career-ops/d... | 4,498 | 582 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "6b84cac00d77f84ac7122d051d9d2f8e04ac635149dd27cd3e529aa0084e204a",
"repo_full_name": "santifer/career-ops",
"repo_stars": 43707,
"path": "dashboard/main.go",
"raw_source_metadata": {
"repo": {
"full_name": "santifer/career-ops",
"html_url"... | 1 |
unseen:stack_edu:6ef5578201fe3cb0769f9d01ad72ca070b7d58ef | github_api | stack_edu | unseen | typescript | typescript | 2025-04-16T04:02:20 | 2026-05-09T11:59:04Z | 2026-05-09T12:16:58 | https://raw.githubusercontent.com/QuipNetwork/ethereum-sdk/main/scripts/abiEncode.ts | AGPL-3.0 | #!/usr/bin/env ts-node
// Usage: ts-node abi_encode.ts <abi_json> <function_name> <params_json>
// Example: ts-node abi_encode.ts '[{"inputs":[...]}]' 'depositToWinternitz' '[{"vaultId":"0x...","to":"0x...","pqTo":{"publicSeed":"0x...","publicKeyHash":"0x..."}}]'
import { ethers } from "ethers";
if (process.argv.len... | 972 | 117 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "7fab8a930d9ee0671e2d53a5a95d6400c9095d3babf3983d71f32d1f156ee1d9",
"repo_full_name": "QuipNetwork/ethereum-sdk",
"repo_stars": 11716,
"path": "scripts/abiEncode.ts",
"raw_source_metadata": {
"repo": {
"full_name": "QuipNetwork/ethereum-sdk",
... | 1 |
unseen:stack_edu:3345df834253da85a4564ae7a701ed6c73734361 | github_api | stack_edu | unseen | python | python | 2026-02-25T08:51:11 | 2026-05-09T10:30:54Z | 2026-05-09T12:14:18 | https://raw.githubusercontent.com/nikopueringer/CorridorKey/main/backend/validators.py | NOASSERTION | """Validation utilities for frame processing.
All validators either return cleaned data or raise typed exceptions from errors.py.
"""
from __future__ import annotations
import logging
import os
import numpy as np
from .errors import (
FrameMismatchError,
FrameReadError,
MaskChannelError,
WriteFailureError,
)
... | 3,799 | 510 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "6e9b749249252ebbf89a2b1b4d5939f2d6c47cb9a9a5c0df596f7ed1e1941e6e",
"repo_full_name": "nikopueringer/CorridorKey",
"repo_stars": 13077,
"path": "backend/validators.py",
"raw_source_metadata": {
"repo": {
"full_name": "nikopueringer/CorridorKey",
... | 1 |
seen:stack_edu:caaabbedde3b5a818d8f72c6bda2dd9dd800d3cb | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:37 | null | ODC-BY | //! Internal utility functions.
use std::{fs, io, path};
/// Reads the entire contents of a file into a `String`.
pub fn read_file_to_string<P: AsRef<path::Path>>(path: P) -> io::Result<String> {
use self::io::Read;
let file = fs::File::open(path)?;
let len = file.metadata()?.len() as usize;
let mut contents = St... | 427 | 64 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "1dd0b0d43f2869c87c0ac686a2756ea7423129e3f47a1139b8506353b70e1dc5",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 446,
"... | 0 | |
unseen:stack_edu:084ea01521c5b26a1f7724292eb025562333b9d0 | github_api | stack_edu | unseen | python | python | 2025-10-17T07:15:01 | 2026-05-09T12:11:10Z | 2026-05-09T12:13:57 | https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/slack-gif-creator/templates/pulse.py | null | #!/usr/bin/env python3
"""
Pulse Animation - Scale objects rhythmically for emphasis.
Creates pulsing, heartbeat, and throbbing effects.
"""
import sys
from pathlib import Path
import math
sys.path.append(str(Path(__file__).parent.parent))
from PIL import Image
from core.gif_builder import GIFBuilder
from core.fram... | 6,988 | 840 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "162788d39171c7b3e57f434183f72e68e08de675413ac6eb908af0eca2a96be2",
"repo_full_name": "ComposioHQ/awesome-claude-skills",
"repo_stars": 58886,
"path": "slack-gif-creator/templates/pulse.py",
"raw_source_metadata": {
"repo": {
"full_name": "Compos... | 1 |
unseen:stack_edu:545737889eedbcdf5954ce81dd94cc446f6ebee2 | github_api | stack_edu | unseen | rust | rust | 2026-02-08T17:52:29 | 2026-05-09T08:57:02Z | 2026-05-09T12:24:56 | https://raw.githubusercontent.com/Veirt/weathr/main/src/animation/clouds.rs | GPL-3.0 | use crate::animation::{
AnimationSystem, FrameCommands, FrameContext, RenderLayer, TerminalSize, Wind,
};
use crate::render::TerminalRenderer;
use crossterm::style::Color;
use rand::{Rng, RngExt};
use std::io;
use std::sync::OnceLock;
const CLOUD_SHAPE_SRCS: [&str; 4] = [
include_str!("assets/cloud_0.txt"),
includ... | 5,824 | 752 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "ccc6b7cce36f8935e360d613790675c18f08139c177d895ce285aa89b558396b",
"repo_full_name": "Veirt/weathr",
"repo_stars": 2796,
"path": "src/animation/clouds.rs",
"raw_source_metadata": {
"repo": {
"full_name": "Veirt/weathr",
"html_url": "https:... | 1 |
unseen:stack_edu:510b3d92db0c88244bb898b38e8e6e31599d2ca1 | github_api | stack_edu | unseen | python | rust | 2026-02-24T22:52:22 | 2026-05-09T12:22:10Z | 2026-05-09T12:24:19 | https://raw.githubusercontent.com/NVIDIA/OpenShell/main/e2e/python/test_sandbox_gpu.py | Apache-2.0 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
from __future__ import annotations
from typing import TYPE_CHECKING
import pytest
from openshell._proto import datamodel_pb2
if TYPE_CHECKING:
from collections.abc import C... | 758 | 87 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "d59eb17b2a0c4ceb9e16892f6ba9d29f1837b532b94432997950fd1ef811105b",
"repo_full_name": "NVIDIA/OpenShell",
"repo_stars": 5648,
"path": "e2e/python/test_sandbox_gpu.py",
"raw_source_metadata": {
"repo": {
"full_name": "NVIDIA/OpenShell",
"htm... | 1 |
unseen:stack_edu:45e4fdc001836e8cad80f8627df7f12d8284c5bb | github_api | stack_edu | unseen | rust | rust | 2025-02-13T02:42:29 | 2026-05-09T12:17:05Z | 2026-05-09T12:24:47 | https://raw.githubusercontent.com/cjpais/Handy/main/src-tauri/src/commands/mod.rs | MIT | pub mod audio;
pub mod history;
pub mod models;
pub mod transcription;
use crate::settings::{get_settings, write_settings, AppSettings, LogLevel};
use crate::utils::cancel_current_operation;
use tauri::{AppHandle, Manager};
use tauri_plugin_opener::OpenerExt;
#[tauri::command]
#[specta::specta]
pub fn cancel_operatio... | 5,163 | 590 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "96056c67372cc62ab3a1841be4428949af8ada7e99dc4a99565a35d0af3bed7c",
"repo_full_name": "cjpais/Handy",
"repo_stars": 21356,
"path": "src-tauri/src/commands/mod.rs",
"raw_source_metadata": {
"repo": {
"full_name": "cjpais/Handy",
"html_url": ... | 1 |
seen:stack_edu:d2d257df3e1b4905d201 | dolma3_hf | stack_edu | seen | other | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | # banner = list("Congratulations")
# print(banner)
# temperatures = []
# temperatures.append(99.6)
# temperatures.append(98.4)
# print(temperatures)
# er_temp = [101.1, 100.8, 99.9]
# print(er_temp)
# total_temps = temperatures + er_temp
# print(total_temps)
# attendees = ["Ken", "Alena", "Treasure"]
# attendees.ap... | 2,190 | 248 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "d2d257df3e1b4905d201aac5a3226187e05d4f317271566b71a5a9d9fd773c18",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
unseen:stack_edu:ab1f2195d9098b417a2f5f3e123e081c61b4f5dd | github_api | stack_edu | unseen | go | go | 2025-02-14T06:25:45 | 2026-05-09T03:48:29Z | 2026-05-09T12:23:03 | https://raw.githubusercontent.com/Billionmail/BillionMail/dev/core/internal/controller/batch_mail/batch_mail_v1_task_mail_provider_stat.go | AGPL-3.0 | package batch_mail
import (
"billionmail-core/internal/service/batch_mail"
"billionmail-core/internal/service/public"
"context"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/errors/gerror"
"billionmail-core/api/batch_mail/v1"
)
func (c *ControllerV1) TaskMailProviderStat(ctx context.Context, req *v1.... | 2,528 | 332 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "000cd6808eb50728094d21f77568ce65a07907453b28e37cc19ca84d933b0df5",
"repo_full_name": "Billionmail/BillionMail",
"repo_stars": 14666,
"path": "core/internal/controller/batch_mail/batch_mail_v1_task_mail_provider_stat.go",
"raw_source_metadata": {
"repo... | 1 |
unseen:stack_edu:617b0cec941d06638dcf4dc04e8d345eb885c4c4 | github_api | stack_edu | unseen | java | java | 2025-01-24T08:02:34 | 2026-05-08T14:20:34Z | 2026-05-09T12:19:22 | https://raw.githubusercontent.com/alex-oos/ai-wechat-bot/main/backend/src/main/java/com/wechat/bot/entity/BotConfig.java | null | package com.wechat.bot.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.handlers.Fastjson2TypeHandler;
imp... | 1,686 | 172 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "586e55c64f4f3af8bd649b5f20ce821994dfc228cea800a4834f55c7ed7581d1",
"repo_full_name": "alex-oos/ai-wechat-bot",
"repo_stars": 416,
"path": "backend/src/main/java/com/wechat/bot/entity/BotConfig.java",
"raw_source_metadata": {
"repo": {
"full_name... | 1 |
seen:stack_edu:97edfe0fe0562176c773f11ef5dd94bce8f872d7 | dolma3_hf | stack_edu | seen | typescript | typescript | null | 2026-05-09T12:12:28 | null | ODC-BY | //const cats: (string | null)[] = ['Leopard', 'Serval', 'Jaguar', 'Tiger', 'Caracal', 'Lion', null];
const cats = ['Leopard', 'Serval', 'Jaguar', 'Tiger', 'Caracal', 'Lion', null, undefined, ""];
//const cats2 = cats.filter((cat: string | null): cat is string => cat !== null);
const cats2 = cats.filter((cat): cat is st... | 2,757 | 357 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "9fd0a74d3de4e2300d3c4e18d3becfb30fbdf9f98e5550454ddcfdfdbf7e8f8a",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 3014,
... | 0 | |
unseen:stack_edu:75f7d0e481e2bfc39bb3435f85a0638486b012ee | github_api | stack_edu | unseen | go | go | 2025-03-10T17:37:36 | 2026-05-09T07:53:03Z | 2026-05-09T12:22:10 | https://raw.githubusercontent.com/claraverse-space/ClaraVerse/main/backend/internal/services/local_provider_discovery.go | NOASSERTION | package services
import (
"claraverse/internal/database"
"claraverse/internal/models"
"encoding/json"
"fmt"
"io"
"log"
"net/http"
"os"
"strings"
"sync"
"time"
)
// LocalProviderDiscovery probes for Ollama and LM Studio on the host machine
// and auto-registers them as providers with all models visible.
typ... | 10,294 | 1,320 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "81697bb4734aa0f4faaff10a1e51872c438a0e21b3bde277ff0ad15fbfbf37cd",
"repo_full_name": "claraverse-space/ClaraVerse",
"repo_stars": 3803,
"path": "backend/internal/services/local_provider_discovery.go",
"raw_source_metadata": {
"repo": {
"full_nam... | 1 |
unseen:stack_edu:4cd7e9d3d09c7b3ca6fce6519166b1bf6f41617d | github_api | stack_edu | unseen | javascript | javascript | 2025-07-14T10:11:32 | 2026-05-09T12:11:21Z | 2026-05-09T12:15:32 | https://raw.githubusercontent.com/Wei-Shaw/claude-relay-service/main/scripts/debug-redis-keys.js | MIT | #!/usr/bin/env node
/**
* Redis 键调试工具
* 用于查看 Redis 中存储的所有键和数据结构
*/
const redis = require('../src/models/redis')
const logger = require('../src/utils/logger')
async function debugRedisKeys() {
try {
logger.info('🔄 Connecting to Redis...')
await redis.connect()
logger.success('✅ Connected to Redis')
// 获取所有键... | 3,166 | 382 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "7f5e3fdcb13e636292d8462d80d992666d0c90ca75f134c60ce707a5e790220c",
"repo_full_name": "Wei-Shaw/claude-relay-service",
"repo_stars": 11588,
"path": "scripts/debug-redis-keys.js",
"raw_source_metadata": {
"repo": {
"full_name": "Wei-Shaw/claude-re... | 1 |
unseen:stack_edu:8d818133ef3112b6c36adfeaeb00804ca1fe7b94 | github_api | stack_edu | unseen | python | python | 2025-01-21T05:21:35 | 2026-05-09T07:37:33Z | 2026-05-09T12:13:06 | https://raw.githubusercontent.com/Tencent-Hunyuan/Hunyuan3D-2/main/gradio_app.py | NOASSERTION | # Hunyuan 3D is licensed under the TENCENT HUNYUAN NON-COMMERCIAL LICENSE AGREEMENT
# except for the third-party components listed below.
# Hunyuan 3D does not impose any additional limitations beyond what is outlined
# in the repsective licenses of these third-party components.
# Users must comply with all terms and c... | 24,329 | 2,904 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "4f3ea5624fda9b52c07cbbde3997e28f47a541a46bcf4c9167b4a7627b662f3e",
"repo_full_name": "Tencent-Hunyuan/Hunyuan3D-2",
"repo_stars": 13688,
"path": "gradio_app.py",
"raw_source_metadata": {
"repo": {
"full_name": "Tencent-Hunyuan/Hunyuan3D-2",
... | 1 |
unseen:stack_edu:26d4862695633479ac1497add13ec9fdbaccf558 | github_api | stack_edu | unseen | rust | python | 2025-07-24T07:07:51 | 2026-05-09T11:30:39Z | 2026-05-09T12:13:15 | https://raw.githubusercontent.com/MemoriLabs/Memori/main/core/src/embeddings/utils.rs | NOASSERTION | //! Input cleanup and byte-packing helpers for embeddings.
/// Drops strings that contain no visible characters (whitespace, control, or
/// zero-width space).
pub fn prepare_text_inputs(mut texts: Vec<String>) -> Vec<String> {
texts.retain(|t| {
t.chars()
.any(|c| !c.is_whitespace() && !c.is_control() && c != '\u{... | 3,451 | 423 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "a8dced7f53ec8b2246bf4acfc527da5c3c46364edde1ab6e26ae2febf04dca14",
"repo_full_name": "MemoriLabs/Memori",
"repo_stars": 14188,
"path": "core/src/embeddings/utils.rs",
"raw_source_metadata": {
"repo": {
"full_name": "MemoriLabs/Memori",
"ht... | 1 |
unseen:stack_edu:ced71df0f36a8da33c96af97a1822fb91a7dc427 | github_api | stack_edu | unseen | javascript | javascript | 2025-08-15T02:17:49 | 2026-05-09T04:22:54Z | 2026-05-09T12:16:01 | https://raw.githubusercontent.com/panphora/overtype/main/src/styles.js | MIT | /**
* CSS styles for OverType editor
* Embedded in JavaScript to ensure single-file distribution
*/
import { themeToCSSVars } from './themes.js';
/**
* Generate the complete CSS for the editor
* @param {Object} options - Configuration options
* @returns {string} Complete CSS string
*/
export function generateS... | 27,210 | 3,307 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "afedb4a315ff90d5fe90c201d5f4724bac597868e3fac0ca25126040db8f6006",
"repo_full_name": "panphora/overtype",
"repo_stars": 3651,
"path": "src/styles.js",
"raw_source_metadata": {
"repo": {
"full_name": "panphora/overtype",
"html_url": "https:... | 1 |
seen:stack_edu:3313c2300aec6612d8f25d60679cba56845a80c0 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | //! In order to leverage all of Rust's type safety, this crate produces
//! a set of concrete Rust types for responses from the zcashd-RPC interface.
mod error;
mod generators;
mod utils;
use error::TypegenResult;
use proc_macro2::TokenStream;
use quote::quote;
use std::collections::BTreeMap;
/// Process quizface-for... | 7,910 | 869 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "86e10f6c496204205620a01e6e65c14bc052dbd787d9055760e96999980161f1",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 9686,
... | 0 | |
unseen:stack_edu:7443660c07171df1a2793d2303ebd1461772696a | github_api | stack_edu | unseen | python | python | 2025-10-17T07:15:01 | 2026-05-09T12:11:10Z | 2026-05-09T12:13:58 | https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/document-skills/pdf/scripts/check_bounding_boxes.py | null | from dataclasses import dataclass
import json
import sys
# Script to check that the `fields.json` file that Claude creates when analyzing PDFs
# does not have overlapping bounding boxes. See forms.md.
@dataclass
class RectAndField:
rect: list[float]
rect_type: str
field: dict
# Returns a list of messages that are... | 2,676 | 375 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "6336c0e5f9e3132e906259c876d1f65506cda361813b27c4bac11804d93d102c",
"repo_full_name": "ComposioHQ/awesome-claude-skills",
"repo_stars": 58886,
"path": "document-skills/pdf/scripts/check_bounding_boxes.py",
"raw_source_metadata": {
"repo": {
"full... | 1 |
unseen:stack_edu:e6ddc749f076fa87171673c5c92ccc5d9cec1d10 | github_api | stack_edu | unseen | rust | rust | 2026-03-27T05:54:10 | 2026-05-09T10:58:23Z | 2026-05-09T12:24:16 | https://raw.githubusercontent.com/edwardkim/rhwp/main/src/wmf/parser/objects/structure/mod.rs | MIT | //! Implementation of the definitions in Section 2.2.2 of the WMF
//! specifications.
mod bitmap16;
mod bitmap_info_header;
mod ciexyz;
mod ciexyz_triple;
mod color_ref;
mod device_independent_bitmap;
mod log_brush;
mod log_color_space;
mod log_color_space_w;
mod palette_entry;
mod pitch_and_family;
mod point_l;
mod p... | 1,365 | 147 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "13fbb6c6ae4fcb3d27552c395f50b3304d25c26fc402568e878fee76033c8b7c",
"repo_full_name": "edwardkim/rhwp",
"repo_stars": 2979,
"path": "src/wmf/parser/objects/structure/mod.rs",
"raw_source_metadata": {
"repo": {
"full_name": "edwardkim/rhwp",
... | 1 |
unseen:stack_edu:58e435c4fb23b8014cfefab61a1b6f799d7d3b82 | github_api | stack_edu | unseen | typescript | go | 2025-06-06T16:04:32 | 2026-05-09T08:41:08Z | 2026-05-09T12:23:52 | https://raw.githubusercontent.com/tbphp/gpt-load/main/web/src/api/settings.ts | MIT | import http from "@/utils/http";
export interface Setting {
key: string;
name: string;
value: string | number | boolean;
type: "int" | "string" | "bool";
min_value?: number;
description: string;
required: boolean;
}
export interface SettingCategory {
category_name: string;
settings: Setting[];
}
export type... | 785 | 81 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "703f1de2e271eb084a1b8a6f87bebdfab82dfddcfc6f5a5d21b7fd956016eb63",
"repo_full_name": "tbphp/gpt-load",
"repo_stars": 6172,
"path": "web/src/api/settings.ts",
"raw_source_metadata": {
"repo": {
"full_name": "tbphp/gpt-load",
"html_url": "ht... | 1 |
seen:stack_edu:f6c28d4b294d177ba3bb | dolma3_hf | stack_edu | seen | other | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | '''
DESAFIO 092
Crie um programa que leia nome, ano de nascimento e carteira de trabalho e
cadastre-os (com idade) em um dicionário se por acaso a CTPS for diferente de
ZERO, o dicionário receberá também o ano de contratação e o salário. Calcule
e acrescente, além da idade, com quantos anos a pessoa vai se aposentar.
... | 1,001 | 160 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "f6c28d4b294d177ba3bbeafa4a3a0934b4f1de34d15c0c0919be927f2db6071a",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
unseen:stack_edu:44196b8825b0507f9fd05b32a9eb1ba57ae784ea | github_api | stack_edu | unseen | go | javascript | 2026-04-04T18:21:18 | 2026-05-09T12:13:48Z | 2026-05-09T12:15:36 | https://raw.githubusercontent.com/santifer/career-ops/main/dashboard/internal/data/career.go | MIT | package data
import (
"fmt"
"os"
"path/filepath"
"regexp"
"sort"
"strconv"
"strings"
"time"
"github.com/santifer/career-ops/dashboard/internal/model"
)
var (
reReportLink = regexp.MustCompile(`\[(\d+)\]\(([^)]+)\)`)
reScoreValue = regexp.MustCompile(`(\d+\.?\d*)/5`)
reArchetype = regexp.MustCompile(`(?i)... | 20,355 | 2,630 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "a498d279945d72752dd7ccc16505331ff5bc79cee6a9056c1e04bc8b96ecbd88",
"repo_full_name": "santifer/career-ops",
"repo_stars": 43707,
"path": "dashboard/internal/data/career.go",
"raw_source_metadata": {
"repo": {
"full_name": "santifer/career-ops",
... | 1 |
seen:stack_edu:c683afb839af4c5e802e6fd4e8d8bc4aa1dd8ce9 | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:34 | null | ODC-BY | package main
import (
"context"
"fmt"
"github.com/gin-gonic/gin"
"github.com/spf13/pflag"
"log"
"math/rand"
"os"
"os/signal"
"sync"
"syscall"
"time"
)
var (
numCourier *int
timeout *int64
backend *string
url *string
interval *int
lag *int
ordersPerCourier *int
routesURL *string
speed *int
mode *s... | 2,951 | 373 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "42ace986c0dd00f84b56c03f03162e685b06295620c2a5fe545d5467fb4d06b7",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 3084,
... | 0 | |
unseen:stack_edu:7b28c269d786bfeafd44aad1e2e17fc728fcc109 | github_api | stack_edu | unseen | typescript | javascript | 2025-02-22T03:29:07 | 2026-05-09T06:40:02Z | 2026-05-09T12:15:58 | https://raw.githubusercontent.com/u14app/deep-research/main/src/components/ui/table.tsx | MIT | import * as React from "react"
import { cn } from "@/utils/style"
const Table = React.forwardRef<
HTMLTableElement,
React.HTMLAttributes<HTMLTableElement>
>(({ className, ...props }, ref) => (
<div className="relative w-full overflow-auto">
<table
ref={ref}
className={cn("w-full caption-bottom text-sm", classNa... | 2,694 | 278 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "c4e4daa19a616f896ce6391ed1ec426e51f9f72b4b21e636527ec9dd367a3eb3",
"repo_full_name": "u14app/deep-research",
"repo_stars": 4580,
"path": "src/components/ui/table.tsx",
"raw_source_metadata": {
"repo": {
"full_name": "u14app/deep-research",
... | 1 |
seen:stack_edu:b8fd813a344170c6a8e599bacb94d2ed15aed52a | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:37 | null | ODC-BY | use std::io::Read;
use std::collections::HashMap;
fn main() {
let mut buf = String::new();
std::io::stdin().read_to_string(&mut buf).unwrap();
let answer = solve(&buf);
println!("{}", answer);
}
fn solve(input: &str) -> String {
let mut iterator = input.split_whitespace();
let s = iterator.next().unwrap();
... | 2,169 | 273 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "29cf1ea47fbd5d18c220e9b73a07956d4bbb39bf118a686e020ea8198e71d222",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2734,
... | 0 | |
seen:stack_edu:ecdcd0d0664f663f927c66afbc56581d22ba7399 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | use crate::fmt;
use crate::iter::{adapters::SourceIter, InPlaceIterable};
use crate::ops::{ControlFlow, Try};
/// An iterator that only accepts elements while `predicate` returns `Some(_)`.
///
/// This `struct` is created by the [`map_while`] method on [`Iterator`]. See its
/// documentation for more.
///
/// [`map_w... | 2,731 | 387 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "ad826d74026c6a074b91b76b819a9d8f44cb1a40e976eddf5ed0fe745b11ece9",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 3005,
... | 0 | |
seen:stack_edu:1db346a7c1803d5a24c6c1b6e76954bfad0e9f7b | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:27 | null | ODC-BY | function checkFormOnSubmit() {
try {
// 每个业务表单,都可以有一个checkForm函数,用于在提交表单之前对表单进行一些额外的处理。
// 以及校验表单是否正确等操作。
return checkForm();
} catch (ex) {
return true;
}
}
var setDateTimePicker = function() {
$('input[name$="Time"]').each(function() {
$(this).attr("readonly", true);
});
// 绑定所有Time结尾的输入框,让它们能够选择日期时间
// $(... | 1,943 | 217 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "606398f846ab03ac08c7c6bd0573e7dd08f9d624cf3d7bb86a449d6175c6d66f",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 2413,
... | 0 | |
unseen:stack_edu:518e81999b45d587baf56b03c6e70332e0472432 | github_api | stack_edu | unseen | python | python | 2025-10-17T06:14:27 | 2026-05-09T09:53:31Z | 2026-05-09T12:14:10 | https://raw.githubusercontent.com/deepseek-ai/DeepSeek-OCR/main/DeepSeek-OCR-master/DeepSeek-OCR-vllm/deepencoder/clip_sdpa.py | MIT | from contextlib import nullcontext
import math
from typing import Optional, Tuple
# from megatron.model import LayerNorm
from easydict import EasyDict as adict
import torch
from torch.nn import functional as F
from torch import nn
from flash_attn import flash_attn_qkvpacked_func, flash_attn_func
# from optimus import f... | 13,400 | 1,572 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "20d56b512d582536459877d3d544535591367be1266fa180075e1d79c19ef6db",
"repo_full_name": "deepseek-ai/DeepSeek-OCR",
"repo_stars": 23083,
"path": "DeepSeek-OCR-master/DeepSeek-OCR-vllm/deepencoder/clip_sdpa.py",
"raw_source_metadata": {
"repo": {
"f... | 1 |
unseen:stack_edu:ca8c8440b89abdfaab980e6595ffb547d2a8caef | github_api | stack_edu | unseen | java | java | 2025-10-14T06:43:59 | 2026-05-08T22:07:27Z | 2026-05-09T12:19:18 | https://raw.githubusercontent.com/DuanYan007/markitdown/master/markitdown-java/src/main/java/com/markitdown/cli/ConfigCommands.java | MIT | package com.markitdown.cli;
import com.markitdown.config.ConfigurationManager;
import picocli.CommandLine;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
import java.util.Properties;
/**
* 配置文件管理命令
*/
public class ConfigCommands... | 4,934 | 526 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "56af52356052f63df2176cad366a4d5639bcc4d442309d4d251819899e25cf60",
"repo_full_name": "DuanYan007/markitdown",
"repo_stars": 817,
"path": "markitdown-java/src/main/java/com/markitdown/cli/ConfigCommands.java",
"raw_source_metadata": {
"repo": {
"... | 1 |
unseen:stack_edu:32405eb77bdaaaa297cdf2141b2dba794a8039ae | github_api | stack_edu | unseen | rust | rust | 2025-06-07T04:32:30 | 2026-05-09T12:12:37Z | 2026-05-09T12:25:04 | https://raw.githubusercontent.com/ruvnet/RuView/main/v2/crates/wifi-densepose-ruvector/benches/crv_bench.rs | MIT | //! Benchmarks for CRV (Coordinate Remote Viewing) integration.
//!
//! Measures throughput of gestalt classification, sensory encoding,
//! full session pipelines, cross-session convergence, and embedding
//! dimension scaling using the `ruvector-crv` crate directly.
use criterion::{black_box, criterion_group, criter... | 10,759 | 1,140 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "2587dd4d63a446e9a8b4a39b1a0dd2e19cd3b025e8014be15a3abfb5ec74bb81",
"repo_full_name": "ruvnet/RuView",
"repo_stars": 52241,
"path": "v2/crates/wifi-densepose-ruvector/benches/crv_bench.rs",
"raw_source_metadata": {
"repo": {
"full_name": "ruvnet/... | 1 |
seen:stack_edu:557e17cccbc59eabe5020e406097b5129649ea33 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | extern crate thoughtfuck;
use thoughtfuck::*;
use std::io::{Write, Read};
use std::env;
use std::path::Path;
use std::fs::File;
use vm::VM;
use program::Program;
use program::ProgramStatus;
use parse::parse;
fn main() {
let mut stdout = std::io::stdout();
let vm = VM::new(&mut stdout);
let program = Program::new... | 1,125 | 158 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "d6bd04243f27257b4834f94f2cd9d4ad9afd3f2cc6dcb9794cadde48d0b91755",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 1318,
... | 0 | |
unseen:stack_edu:03947444ddeced7d414b9a58e98f4276b70ddfe3 | github_api | stack_edu | unseen | python | python | 2025-07-09T02:09:32 | 2026-05-09T10:13:40Z | 2026-05-09T12:14:04 | https://raw.githubusercontent.com/sapientinc/HRM/main/models/layers.py | Apache-2.0 | from typing import Tuple
import torch
from torch import nn
import torch.nn.functional as F
try:
from flash_attn_interface import flash_attn_func # type: ignore[import]
except ImportError:
# Fallback to FlashAttention 2
from flash_attn import flash_attn_func # type: ignore[import]
from models.common import trunc_n... | 4,976 | 632 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "be5ce10fae905a496aa2ff0ea73b0ca0135044a29c87d2cc5c12e978c59cbb76",
"repo_full_name": "sapientinc/HRM",
"repo_stars": 12410,
"path": "models/layers.py",
"raw_source_metadata": {
"repo": {
"full_name": "sapientinc/HRM",
"html_url": "https://... | 1 |
unseen:stack_edu:cde9a12d8568fa80267a7e997d12bab9f1f868f7 | github_api | stack_edu | unseen | python | python | 2026-02-25T08:51:11 | 2026-05-09T10:30:54Z | 2026-05-09T12:14:20 | https://raw.githubusercontent.com/nikopueringer/CorridorKey/main/backend/ffmpeg_tools.py | NOASSERTION | """FFmpeg subprocess wrapper for video extraction and stitching.
Pure Python, no Qt deps. Provides:
- find_ffmpeg() / find_ffprobe() — locate binaries
- probe_video() — get fps, resolution, frame count, codec
- extract_frames() — video -> image sequence (PNG)
- stitch_video() — image sequence -> video (H.264)
- write/... | 10,224 | 1,344 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "6de516313990f37c0c89df6c5e38dbb68d7bfe50baddee472f1c25689d19b599",
"repo_full_name": "nikopueringer/CorridorKey",
"repo_stars": 13077,
"path": "backend/ffmpeg_tools.py",
"raw_source_metadata": {
"repo": {
"full_name": "nikopueringer/CorridorKey"... | 1 |
unseen:stack_edu:5018e8ba82853e57e4fe9e72c61b18f483a2b915 | github_api | stack_edu | unseen | typescript | typescript | 2025-10-22T18:17:32 | 2026-05-09T11:44:55Z | 2026-05-09T12:16:39 | https://raw.githubusercontent.com/toon-format/toon/main/benchmarks/scripts/fetch-github-repos.ts | MIT | import * as fsp from 'node:fs/promises'
import * as path from 'node:path'
import process from 'node:process'
import * as prompts from '@clack/prompts'
import { ofetch } from 'ofetch'
import pMap from 'p-map'
import { BENCHMARKS_DIR } from '../src/constants.ts'
import { ensureDir } from '../src/utils.ts'
prompts.intro(... | 2,298 | 288 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "6e406967d0bdc5a762d7aa5d329dd26102c7a12dba10723484f8024476a78fc4",
"repo_full_name": "toon-format/toon",
"repo_stars": 24166,
"path": "benchmarks/scripts/fetch-github-repos.ts",
"raw_source_metadata": {
"repo": {
"full_name": "toon-format/toon",... | 1 |
seen:stack_edu:f2371b1f74f0a80dabefa5905f394576ebdae4ca | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:27 | null | ODC-BY | var SRTParser = {
parse: function(text) {
if (!text) return [];
text = text.replace(/\r\n/g, '\n');
text = text.replace(/\r/g, '\n');
var subtitleChunks = text.split(/\n\n+/g).filter(function(chunk) { return chunk.replace(/\s*/g, '').length; });
var SUBTimestampParser = /^(\d{2})?:?(\d{2}):(\d{2})\.(\d+)\,(\d{2... | 2,593 | 349 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "33dde6de0be0e6b555723fbd8d2e8fdb86255b1678ec71f855511f9af93b1ccc",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 3476,
... | 0 | |
seen:stack_edu:4560c6c5114a219d19f03347c45c6bc29ef5b597 | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:34 | null | ODC-BY | package main
import (
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"log"
"net"
"time"
"flag"
"sort"
)
// get the local ip and port based on our destination ip
func localIPPort(dstip net.IP) (net.IP, int) {
serverAddr, err := net.ResolveUDPAddr("udp", dstip.String()+":12345")
if err != nil... | 4,589 | 657 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "88653af3a52fe6ff739f2f2abb9eb028b77a9d4e95f650be5ed4e3a8968239f5",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 4723,
... | 0 | |
unseen:stack_edu:7210c6071e8cef7a341ad6c68bc342da3643cf65 | github_api | stack_edu | unseen | python | python | 2025-07-22T22:22:28 | 2026-05-09T12:12:19Z | 2026-05-09T12:13:40 | https://raw.githubusercontent.com/NousResearch/hermes-agent/main/plugins/memory/honcho/client.py | MIT | """Honcho client initialization and configuration.
Resolution order for config file:
1. $HERMES_HOME/honcho.json (instance-local, enables isolated Hermes instances)
2. ~/.honcho/config.json (global, shared across all Honcho-enabled apps)
3. Environment variables (HONCHO_API_KEY, HONCHO_ENVIRONMENT)
Resolution orde... | 25,102 | 3,009 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "55d95782c60da5142f41ef774c528c9b57deb32b0b0c8e3964d431ce6b36554c",
"repo_full_name": "NousResearch/hermes-agent",
"repo_stars": 140239,
"path": "plugins/memory/honcho/client.py",
"raw_source_metadata": {
"repo": {
"full_name": "NousResearch/herm... | 1 |
unseen:stack_edu:8a51e996df41abdd240a2434aebaa905d93ba133 | github_api | stack_edu | unseen | c_cpp_header | rust | 2025-07-31T22:01:49 | 2026-05-09T12:23:57Z | 2026-05-09T12:25:11 | https://raw.githubusercontent.com/dmtrKovalenko/fff/main/crates/fff-c/include/fff.h | MIT | /* Generated by cbindgen — do not edit manually. */
#ifndef FFF_C_H
#define FFF_C_H
/* Generated with cbindgen:0.29.2 */
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
/**
* Result envelope returned by all `fff_*` functions.
*
* Heap-allocated — the caller must free it with `fff_free_result`.
*
*... | 36,720 | 4,352 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "53327511875d7a7d7f3ab071a40f65e2bb92174b3654997f70bfb20628faf8f1",
"repo_full_name": "dmtrKovalenko/fff",
"repo_stars": 5884,
"path": "crates/fff-c/include/fff.h",
"raw_source_metadata": {
"repo": {
"full_name": "dmtrKovalenko/fff",
"html_... | 1 |
unseen:stack_edu:d7110bbe33668fdfc477b3e3cf4ea982058a7058 | github_api | stack_edu | unseen | rust | rust | 2026-01-29T19:36:31 | 2026-05-09T09:29:56Z | 2026-05-09T12:24:39 | https://raw.githubusercontent.com/moltis-org/moltis/main/crates/provider-setup/src/service/implementation/service.rs | MIT | //! `LiveProviderSetupService` — runtime implementation of
//! `ProviderSetupService`.
use std::{
collections::HashMap,
sync::{
Arc, Mutex,
atomic::{AtomicU64, Ordering},
},
};
use secrecy::ExposeSecret;
use {
async_trait::async_trait,
serde_json::{Map, Value},
tokio::sync::{OnceCell, RwLock},
tracing::{inf... | 11,608 | 1,263 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "2aca59689bd51b68a08dd5bdecbbd824151cbb23a532d3462f349c9773844620",
"repo_full_name": "moltis-org/moltis",
"repo_stars": 2665,
"path": "crates/provider-setup/src/service/implementation/service.rs",
"raw_source_metadata": {
"repo": {
"full_name": ... | 1 |
seen:stack_edu:3d4e395b64fdf8b2ce4e | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | import streamlit as st
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.express as px
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
#reading data
data=pd.read_csv('kc_house_data.csv')
data=data.rename(col... | 5,096 | 810 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "3d4e395b64fdf8b2ce4edadbcc843c80ae88a6c89638696b6b042d9f92cc0b0e",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
unseen:stack_edu:29dc23c357a5893b3467492b72db225c270d3263 | github_api | stack_edu | unseen | java | java | 2025-01-20T17:52:58 | 2026-05-09T08:45:09Z | 2026-05-09T12:18:52 | https://raw.githubusercontent.com/modelcontextprotocol/java-sdk/main/mcp-core/src/main/java/io/modelcontextprotocol/client/transport/ResponseSubscribers.java | MIT | /*
* Copyright 2024 - 2024 the original author or authors.
*/
package io.modelcontextprotocol.client.transport;
import java.net.http.HttpResponse;
import java.net.http.HttpResponse.BodySubscriber;
import java.net.http.HttpResponse.ResponseInfo;
import java.util.concurrent.atomic.AtomicReference;
import java.util.rege... | 8,877 | 936 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "cfd8d03c74d421574184950c03b7c2162ff75bcfe23ca2cae2a466de14470a27",
"repo_full_name": "modelcontextprotocol/java-sdk",
"repo_stars": 3403,
"path": "mcp-core/src/main/java/io/modelcontextprotocol/client/transport/ResponseSubscribers.java",
"raw_source_metad... | 1 |
seen:stack_edu:e0fcb28d0d89d4a8c2520529f1189ac008ff7151 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:37 | null | ODC-BY | use std::convert::TryFrom;
use std::fmt;
use std::future::Future;
use std::time::Duration;
use serde::Serialize;
#[cfg(feature = "json")]
use serde_json;
use super::body::Body;
use super::client::{Client, Pending};
#[cfg(feature = "multipart")]
use super::multipart;
use super::response::Response;
#[cfg(feature = "mul... | 27,688 | 3,528 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "bd5a02c2682a185d273cd30d57b7c1ae250381d0f1db0c384d37ee9b52eb3794",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 33798,
... | 0 | |
unseen:stack_edu:b85d0e404bafb98714f4d62e0faea171af20f212 | github_api | stack_edu | unseen | javascript | javascript | 2026-03-14T16:28:39 | 2026-05-09T11:41:03Z | 2026-05-09T12:14:39 | https://raw.githubusercontent.com/zarazhangrui/follow-builders/main/scripts/prepare-digest.js | null | #!/usr/bin/env node
// ============================================================================
// Follow Builders — Prepare Digest
// ============================================================================
// Gathers everything the LLM needs to produce a digest:
// - Fetches the central feeds (tweets + podca... | 5,167 | 593 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "deb95fa7bf3baf105e56a56e039fc995383ea00ab6a762c96f1e04ecc224b427",
"repo_full_name": "zarazhangrui/follow-builders",
"repo_stars": 3904,
"path": "scripts/prepare-digest.js",
"raw_source_metadata": {
"repo": {
"full_name": "zarazhangrui/follow-bu... | 1 |
unseen:stack_edu:dc827f402a6a6f359409baf8fd4a131cf42249e4 | github_api | stack_edu | unseen | go | go | 2025-06-03T01:48:51 | 2026-05-09T09:07:40Z | 2026-05-09T12:22:26 | https://raw.githubusercontent.com/psviderski/unregistry/main/internal/storage/containerd/middleware.go | Apache-2.0 | package containerd
import (
"context"
"fmt"
"github.com/containerd/containerd/v2/client"
"github.com/distribution/distribution/v3"
middleware "github.com/distribution/distribution/v3/registry/middleware/registry"
storagedriver "github.com/distribution/distribution/v3/registry/storage/driver"
)
const Middleware... | 1,533 | 190 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "eaa310b4c7024219b85a4d02257fb3fdac47faf0836a4f19b8c34847d4c1b8e4",
"repo_full_name": "psviderski/unregistry",
"repo_stars": 4744,
"path": "internal/storage/containerd/middleware.go",
"raw_source_metadata": {
"repo": {
"full_name": "psviderski/un... | 1 |
unseen:stack_edu:0934dff6a87903b1ac73a24d7c0e4bfc8a169905 | github_api | stack_edu | unseen | typescript | python | 2025-11-29T17:37:26 | 2026-05-09T10:11:09Z | 2026-05-09T12:12:50 | https://raw.githubusercontent.com/Anionex/banana-slides/main/frontend/e2e/settings-backfill.spec.ts | AGPL-3.0 | /**
* E2E tests for Settings page env backfill behavior.
*
* Mock tests verify the frontend correctly renders backfilled values.
* Integration tests verify the backend actually backfills None fields from Config.
*/
import { test, expect } from '@playwright/test'
const BASE_URL = process.env.BASE_URL || 'http://l... | 5,043 | 574 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "39a5953696533bd10e37005e5d075d755afe9fc39dfd9837232420c1331f785b",
"repo_full_name": "Anionex/banana-slides",
"repo_stars": 14427,
"path": "frontend/e2e/settings-backfill.spec.ts",
"raw_source_metadata": {
"repo": {
"full_name": "Anionex/banana-... | 1 |
unseen:stack_edu:2bd83da3d3da8c689e600ca76d07461221c22aaf | github_api | stack_edu | unseen | python | typescript | 2025-12-08T14:22:57 | 2026-05-09T10:55:39Z | 2026-05-09T12:17:26 | https://raw.githubusercontent.com/tobi/qmd/main/finetune/experiments/gepa/example.py | MIT | #!/usr/bin/env python3
"""GEPA example schema for QMD training JSONL lines."""
from __future__ import annotations
import json
from dataclasses import dataclass, field
from enum import Enum
from pathlib import Path
from typing import Iterable
class SearchType(str, Enum):
LexSearch = "LexSearch"
VecSearch = "VecSear... | 3,018 | 410 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "5a1628ab4263f1624501ef065d6454cf4ebda39aa71c07504ea910515fe31526",
"repo_full_name": "tobi/qmd",
"repo_stars": 24436,
"path": "finetune/experiments/gepa/example.py",
"raw_source_metadata": {
"repo": {
"full_name": "tobi/qmd",
"html_url": "... | 1 |
seen:stack_edu:b96495e0902545379c28406bb803a85cb4020f1c | dolma3_hf | stack_edu | seen | typescript | typescript | null | 2026-05-09T12:12:29 | null | ODC-BY | import {
checkIsInvalidateRequestAction,
checkIsRequestAction,
checkIsRequestSuccessAction,
checkIsRequestFailureAction,
} from './actionTypes';
import { EMPTY_STATE, READY_STATE } from './consts';
// eslint-disable-next-line no-unused-vars
import { TAction, TRequestState } from './interface';
export default (/* f... | 1,167 | 98 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "49fe85e5578d1a55ccdd514153bbbcc073a776460907ada14605ad5596ebdbe8",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 1331,
... | 0 | |
unseen:stack_edu:b03a1bd6c6ae5e08ff4d6450392fd8b52f14cb52 | github_api | stack_edu | unseen | python | python | 2025-10-17T07:15:01 | 2026-05-09T12:11:10Z | 2026-05-09T12:13:56 | https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/slack-gif-creator/templates/explode.py | null | #!/usr/bin/env python3
"""
Explode Animation - Break objects into pieces that fly outward.
Creates explosion, shatter, and particle burst effects.
"""
import sys
from pathlib import Path
import math
import random
sys.path.append(str(Path(__file__).parent.parent))
from PIL import Image, ImageDraw
import numpy as np
... | 8,179 | 1,058 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "10f740703f22c387806aece27f8f8f1878d954580975d5963f65ac532b6a03e2",
"repo_full_name": "ComposioHQ/awesome-claude-skills",
"repo_stars": 58886,
"path": "slack-gif-creator/templates/explode.py",
"raw_source_metadata": {
"repo": {
"full_name": "Comp... | 1 |
unseen:stack_edu:064ec89bd0c1453df61a3d1a2dea71db9b2f19cb | github_api | stack_edu | unseen | typescript | typescript | 2025-02-25T02:17:18 | 2026-05-09T12:11:48Z | 2026-05-09T12:16:55 | https://raw.githubusercontent.com/musistudio/claude-code-router/main/packages/cli/src/utils/preset/export.ts | MIT | /**
* Preset export functionality CLI layer
* Handles CLI interactions, core logic is in shared package
*/
import { input } from '@inquirer/prompts';
import { readConfigFile } from '../index';
import { exportPreset as exportPresetCore, ExportOptions } from '@CCR/shared';
// ANSI color codes
const RESET = "\x1B[0m"... | 3,098 | 345 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "902786009e42d71262bca8591eaa68a4a6ee84d84ca2e30393ae3dad1da7f8f4",
"repo_full_name": "musistudio/claude-code-router",
"repo_stars": 33709,
"path": "packages/cli/src/utils/preset/export.ts",
"raw_source_metadata": {
"repo": {
"full_name": "musist... | 1 |
seen:stack_edu:cb9b3a01d8956c18df3a | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | """
Product parser for yepme.
Call fetch_weight() to use this product parser
"""
import re
from cmu.cwc.product_parsers.app_settings import YEPME_CATEGORIES
from cmu.cwc.product_parsers.WeightCalculator import WeightCalculatorBase
class WeightCalculator(WeightCalculatorBase):
"""Weight calculator for product descrip... | 820 | 95 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "cb9b3a01d8956c18df3a3a4892fb4ca2023ff554fadfa34fc6ffb7b48065a012",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
seen:stack_edu:a6a09c412a480277aeccf79c2d68dc302449f0ea | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:27 | null | ODC-BY | angular.module('app', [])
.controller('goodsCtrl', function($scope) {
$scope.itemList = [
{name: "PC", price: ":500$"},
{name: "Smartphone", price: ":200$"},
{name: "Tablet", price: ":280$"},
{name: "Phablet", price: ":150$"},
{name: "Mobile", price: ":30$"} ];
$scope.showList = true;
$scope.toggleView = f... | 2,296 | 242 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "7ddc14eb75230c0596e212a37340ba545b0cdc1c859acdad96676962b4f7a2c6",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 3357,
... | 0 | |
seen:stack_edu:652614070602344d248c5c18210bc3770f6c042b | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:34 | null | ODC-BY | package dht
type Msg struct {
Type string
Origin string
Key string
Src string
Dst string
LightNode [2]string // 0: address, 1: nodeID
Bytes []byte
}
func createMessage(t, origin, key, src, dst string, ln [2]string, bytes []byte) *Msg {
Msg := &Msg{}
Msg.Type = t
Msg.Origin = origin
Msg.Key = key
Msg.Src =... | 2,712 | 406 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "dc2062360e26a45deb7bbcbc1cdd792e9133ae401bab0feebf6a804a742f4ef9",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 2732,
... | 0 | |
seen:stack_edu:b166a1c4e1218d92d9326d6cb00bc2e836d4706a | dolma3_hf | stack_edu | seen | java | java | null | 2026-05-09T12:12:33 | null | ODC-BY | package amc.betfair.spring.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "contestant_event... | 1,011 | 107 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "286cdd5e16f77ae23228e0e0a70f766cb171fc094cff7d5fd50729faba283153",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 1060,
... | 0 | |
seen:stack_edu:7dad7a9fa622aca89d9e4c0c870c346defdf93aa | dolma3_hf | stack_edu | seen | go | go | null | 2026-05-09T12:12:35 | null | ODC-BY | package personfaces
import (
"context"
"crypto/md5"
"encoding/hex"
"fmt"
"io"
"log"
"net/http"
"os"
"path"
"time"
"vrs_web_server/src/config"
"vrs_web_server/src/model"
"vrs_web_server/src/model/entity"
"vrs_web_server/src/vrs_rpc"
"github.com/labstack/echo"
)
//返回浏览器的检测结果
type retDetectInImgResult st... | 2,028 | 258 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "a0097f613fdb03794c15a37cabb439c7376c39c9933b352b08d8a68baae85679",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 2171,
... | 0 | |
seen:stack_edu:c00183bf765f90a2adb57a6d43cd40abdcfb51a3 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | use std::io::{BufReader, BufRead};
use std::fs::File;
use std::convert::TryInto;
use regex::Regex;
pub fn run() {
let f = BufReader::new(File::open("./data/input_d02.txt").unwrap());
let re = Regex::new(r"(\d+)-(\d+) (\w): (\w+)").unwrap();
let mut count_1 = 0;
let mut count_2 = 0;
for l in f.lines() {
let char... | 1,261 | 182 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "790d31b65bd5e10c69e9aaf092c40af88ce2b5c27242e0db37ba71ca2d83b48c",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 1489,
... | 0 | |
seen:stack_edu:70f55bfe737acd1b427e0da621f2447e57cd0501 | dolma3_hf | stack_edu | seen | java | java | null | 2026-05-09T12:12:33 | null | ODC-BY | package net.sf.esfinge.querybuilder.cassandra.integration.domainterms;
import net.sf.esfinge.querybuilder.Repository;
import net.sf.esfinge.querybuilder.annotation.Condition;
import net.sf.esfinge.querybuilder.annotation.DomainTerm;
import net.sf.esfinge.querybuilder.annotation.DomainTerms;
import net.sf.esfinge.query... | 1,583 | 158 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "d6e79e2712ad5c47f978bef31ad644e983b2f3897cd13c8fd63578be3311ecae",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "permissive",
"length_bytes": 1652,
... | 0 | |
unseen:stack_edu:42b76d6264cc1ae98d7699063bbfc64b9a13ab95 | github_api | stack_edu | unseen | rust | rust | 2025-01-11T16:35:26 | 2026-05-09T07:00:00Z | 2026-05-09T12:25:21 | https://raw.githubusercontent.com/mohsen1/yek/main/src/main.rs | MIT | use anyhow::Result;
use bytesize::ByteSize;
use rayon::join;
use std::path::Path;
use tracing::{debug, Level};
use tracing_subscriber::fmt;
use yek::{config::YekConfig, serialize_repo};
fn main() -> Result<()> {
// 1) Parse CLI + config files:
let mut full_config = YekConfig::init_config();
let env_filter = if ful... | 3,479 | 387 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "8e48d70f656d49c6c42ec4926052f56024b97e37d43a94b649459a7fbed3a63d",
"repo_full_name": "mohsen1/yek",
"repo_stars": 2448,
"path": "src/main.rs",
"raw_source_metadata": {
"repo": {
"full_name": "mohsen1/yek",
"html_url": "https://github.com/m... | 1 |
unseen:stack_edu:73bc459b83fcee31d8359e8df05089cbcc1ff69c | github_api | stack_edu | unseen | rust | rust | 2026-03-27T05:54:10 | 2026-05-09T10:58:23Z | 2026-05-09T12:24:15 | https://raw.githubusercontent.com/edwardkim/rhwp/main/src/wmf/converter/svg/util.rs | MIT | use crate::wmf::{
converter::svg::node::{Data, Node},
imports::*,
parser::*,
};
pub fn css_color_from_color_ref(c: &ColorRef) -> String {
format!("#{:02X}{:02X}{:02X}", c.red, c.green, c.blue)
}
pub fn url_string(link: &str) -> String {
format!("url({link})")
}
pub fn as_point_string(point: &PointS) -> String {... | 9,278 | 1,154 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "7efb5628fbc90d3327c4f7505917fd4cfd5791cd047cb635d2f0f3cc5a28f91e",
"repo_full_name": "edwardkim/rhwp",
"repo_stars": 2979,
"path": "src/wmf/converter/svg/util.rs",
"raw_source_metadata": {
"repo": {
"full_name": "edwardkim/rhwp",
"html_url... | 1 |
unseen:stack_edu:02b47deb16abe882da23979c93b48babacb19e77 | github_api | stack_edu | unseen | python | python | 2025-06-26T07:45:09 | 2026-05-09T11:48:59Z | 2026-05-09T12:14:13 | https://raw.githubusercontent.com/hsliuping/TradingAgents-CN/main/scripts/check_ningde_data.py | NOASSERTION | #!/usr/bin/env python3
"""
检查宁德时代的数据
"""
import sys
import os
from pathlib import Path
# 添加项目根目录到 Python 路径
project_root = Path(__file__).parent.parent
sys.path.insert(0, str(project_root))
import asyncio
import logging
from app.core.database import init_database, get_mongo_db, close_database
logging.basicConfig(le... | 2,139 | 293 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "a692a3986bbeb1b3f4a7cab79fb4c42e130600a31de5cfc8bd59249a9c2c2a64",
"repo_full_name": "hsliuping/TradingAgents-CN",
"repo_stars": 26044,
"path": "scripts/check_ningde_data.py",
"raw_source_metadata": {
"repo": {
"full_name": "hsliuping/TradingAge... | 1 |
seen:stack_edu:ae97d41a5d4106d8c4a2 | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:24 | null | ODC-BY | from parser_ import ast
from typing import List
class Type:
""""""
def __init__(self, name: str, premise=None, conclusion=None):
self.name = name
self.premise = premise
self.conclusion = conclusion
self.bounded_names = [] # for let - polymorphism
@classmethod
def from_ast(cls, node: ast.Type):
if node is N... | 2,119 | 266 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "ae97d41a5d4106d8c4a268dd9b3cf4a1b7cb2be6e8dbacffd91201b5403f687a",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
seen:stack_edu:481daa4f88829d4a8ebd | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | import random
import pytest
import pandas as pd
@pytest.fixture()
def data():
entries = []
for art_no in range(1, 26):
for date_of_day in pd.date_range('2018-01-01', '2020-01-01', freq='w'):
entry = {
'art_no': art_no,
'art_name': f"article {art_no}",
'hierarchy_level1_id': 1,
'hierarchy_level1_desc': f'catego... | 1,095 | 137 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "481daa4f88829d4a8ebd190f9dde78bf08aa0d019ec36b55a9074d3d9b1ae8e3",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
unseen:stack_edu:2d2924b4e96a3e1526b627de68e693dd0213d58b | github_api | stack_edu | unseen | go | go | 2025-05-23T23:18:43 | 2026-05-09T05:51:21Z | 2026-05-09T12:22:52 | https://raw.githubusercontent.com/dagger/container-use/main/repository/repository_test.go | Apache-2.0 | package repository
import (
"context"
"os"
"path/filepath"
"strings"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
// TestRepositoryOpen tests the Open function which initializes a Repository
func TestRepositoryOpen(t *testing.T) {
ctx := context.Background()
t.Run(... | 2,009 | 271 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "1bba83bc8688394dc00a7ca363148de00416da63d37dfb45fb7da9c69b241c61",
"repo_full_name": "dagger/container-use",
"repo_stars": 3769,
"path": "repository/repository_test.go",
"raw_source_metadata": {
"repo": {
"full_name": "dagger/container-use",
... | 1 |
seen:stack_edu:1b8516bbd3985cfa1a7edf358892a138240c2655 | dolma3_hf | stack_edu | seen | java | java | null | 2026-05-09T12:12:32 | null | ODC-BY | package com.esko.webcenter.query.generated;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.sql.ColumnMetadata;
import java.sql.... | 6,237 | 605 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "631093f4b40600f756919021d4c52aa2d4d9c4fbca2fc9bff0115a21d3319a27",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 6584,
... | 0 | |
unseen:stack_edu:d3b5a0c7cd2cace9d59d0678f1461b94d4f3beb6 | github_api | stack_edu | unseen | java | java | 2026-02-04T07:16:49 | 2026-05-08T17:34:21Z | 2026-05-09T12:19:16 | https://raw.githubusercontent.com/WuKongOpenSource/AI_CRM/main/backend/src/main/java/com/kakarote/ai_crm/config/security/filter/JwtAuthenticationTokenFilter.java | MIT | package com.kakarote.ai_crm.config.security.filter;
import cn.hutool.core.util.ObjectUtil;
import com.kakarote.ai_crm.config.security.service.TokenService;
import com.kakarote.ai_crm.entity.BO.LoginUser;
import com.kakarote.ai_crm.utils.UserUtil;
import jakarta.servlet.FilterChain;
import jakarta.servlet.ServletExcept... | 1,742 | 157 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "30d896a5eb3b348d1fd51acacec06045899312734a35aa39c467cc8fcd1faf1b",
"repo_full_name": "WuKongOpenSource/AI_CRM",
"repo_stars": 460,
"path": "backend/src/main/java/com/kakarote/ai_crm/config/security/filter/JwtAuthenticationTokenFilter.java",
"raw_source_me... | 1 |
seen:stack_edu:db19b5e7ac01af2d36ed | dolma3_hf | stack_edu | seen | python_like | python | null | null | 2026-05-09T12:12:23 | null | ODC-BY | #!/usr/bin/env python
import logging
import subprocess as sp
import shlex
from wielder.util.log_util import setup_logging
def async_cmd(args, verbose=False, executable='/bin/sh'):
lines = []
p = sp.Popen(args, shell=True, stdout=sp.PIPE, stderr=sp.STDOUT, executable=executable)
for line in p.stdout.readlines():
i... | 1,839 | 259 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "db19b5e7ac01af2d36ed1f0a7b0e5f5579b2627b1b79488212c878f453315a4d",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": null,
"length_bytes": null,
"path": ... | 0 |
seen:stack_edu:f171aed779a5b6c1a03865c10ab472ef546b1970 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:38 | null | ODC-BY | use crate::api::icd::*;
use crate::core::context::*;
use crate::core::device::*;
use crate::core::event::*;
use crate::impl_cl_type_trait;
use mesa_rust_util::properties::*;
use rusticl_opencl_gen::*;
use std::sync::mpsc;
use std::sync::Arc;
use std::sync::Mutex;
use std::thread;
use std::thread::JoinHandle;
#[repr(... | 2,674 | 366 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "2db8c62441e8a32580d85fd9c09fcc841b17d833cb2253825ea59fb800938c8b",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 3636,
... | 0 | |
seen:stack_edu:539a952b839ded11c22fba1307589d36c8cf8bfa | dolma3_hf | stack_edu | seen | javascript | javascript | null | 2026-05-09T12:12:27 | null | ODC-BY | /**
* Definition for a binary tree node.
* function TreeNode(val) {
* this.val = val;
* this.left = this.right = null;
* }
*/
/**
* @param {TreeNode} root
* @return {void} Do not return anything, modify root in-place instead.
*/
var flatten = function(root) {
var queue = [];
var sequence = []
var temp = roo... | 683 | 95 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "db4fcc8581db05747ef52d13e249fae960b3e247a2c8222c7e8b75d8d816b308",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 803,
"... | 0 | |
seen:stack_edu:01f62af44942332c12930fa7e44616c9e998ad79 | dolma3_hf | stack_edu | seen | rust | rust | null | 2026-05-09T12:12:37 | null | ODC-BY | use nalgebra::{Vector3, Vector2};
use search::{BVHShape, IntersectsBVHShape, Intersection, Ray, AABB};
#[derive(Clone, Copy, Debug)]
pub struct Triangle
{
pub v1: Vector3<f32>,
pub v2: Vector3<f32>,
pub v3: Vector3<f32>,
pub v1_normal: Vector3<f32>,
pub v2_normal: Vector3<f32>,
pub v3_normal: Vector3<f32>,
pub ... | 6,464 | 1,125 | {
"dolma3_analog": "stack_edu",
"text_hash_sha256": "b1cd145a6b0cd3fd6e7613890313b8fa97e671cb3ac25a5177744741d6560566",
"repo_full_name": null,
"repo_stars": null,
"path": null,
"raw_source_metadata": {
"repo": null,
"tree_item": null,
"license_type": "no_license",
"length_bytes": 8506,
... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.