Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | source_data string | source_index int64 |
|---|---|---|
using Microsoft.Extensions.Configuration;
using Castle.MicroKernel.Registration;
using Abp.Events.Bus;
using Abp.Modules;
using Abp.Reflection.Extensions;
using ABP.WebApi.Configuration;
using ABP.WebApi.EntityFrameworkCore;
using ABP.WebApi.Migrator.DependencyInjection;
namespace ABP.WebApi.Migrator
{
[DependsOn(... | the_stack | 29,267 |
In many instances, portrayals of exile fall into a familiar narrative. From the Frankfurt School intellectuals who fled Nazi Germany to land in San Diego or Mexico, to Fernando Marcos who was ousted by the historic takeover of Corazon Aquino in the Philippines, exile is usually understood as a political condition borne... | dclm_baseline | 1,947,637 |
Good-bye, Ray
I watched Ray Lewis play his last game in Baltimore ("Ray's day," Jan. 7). He never started out as a great man, but he is finishing as one. So somewhere along the way he changed, chose a different destiny, decided on a different life. He was always a master of his trade and now is a master of his belie... | dclm_baseline | 1,506,865 |
Gas Prices Finally Falling To New Lows, But Will It Stay That Way?
By Kristi Eckert | Published
gas tax holiday gas prices
Gas prices, at long last, are finally going down. After months of overly bloated prices, US residents are finally seeing some relief. According to AAA, the national average is currently hovering... | dclm_baseline | 1,534,383 |
Time - math word problems - page 30
1. Overload
aircraft-02_10 What overload in g (g-force) has passed the pilot if he accelerated from 0 to 600 km/h in 3 seconds?
2. Grandmother
3. Clock's gears
orloj In the clock machine, three gears fit together. The largest has 168 teeth, the middle 90 teeth, and the... | dclm_baseline | 160,876 |
Portuguese english translate jobs
My recent searches
Filter by:
Job State
6,898 portuguese english translate jobs found, pricing in USD
I have a catalog of a company to translate. It is made of small text and full of images. Mostly small sentences. 377 pages. I would like price for the translation only. ... | dclm_baseline | 979,025 |
import os
import re
import sublime
import sublime_plugin
import subprocess
def writeSnippet(snippetPath, filePath, componentName):
snippetFile = open(snippetPath, 'r')
isContent = False
lines = []
for line in snippetFile:
if '<content><![CDATA[' in line:
isContent = True
elif ']]></content>' in... | common_corpus_source | 98,816 |
cbuffer ConstantBuffer : register(b0)
{
float4x4 viewProjectionMatrix;
};
struct VSOut
{
linear float4 position : SV_POSITION;
linear float4 color : COLOR;
linear float2 texcoord : TEXCOORD;
noperspective float size : SIZE;
noperspective float edgeDistance : EDGE_DISTANCE;
};
struct VSIn
{
float4 positionSize ... | the_stack | 93,711 |
I need help on how to save dictionary elements into a csv file
I intend to save a contact list with name and phone number in a .csv file from user input through a dictionary.
The problem is that only the name is saved on the .csv file and the number is omitted.
contacts={}
def phone_book():
running=True
while run... | common_corpus_web | 126,751 |
Is Trading Right for Me or Should I Stick with Poker?
Discussion in 'Professional Trading' started by The Tripster, Dec 6, 2008.
1. I'm curious to hear how the responses will be different asking this in a trading forum vs. the ones that are posted on poker forums. I've been playing poker for about 4-5 years and hav... | dclm_baseline | 127,346 |
Understanding the Key Components of Lean Methodology
The Lean Six Sigma methodology consists of principles that can be applied to any business model in order to achieve success. It consists of a unique set of tools, procedures, and practices that have been developed to assist enterprises in better management and an in... | dclm_baseline | 4,018,307 |
"""
test_teds_access_services
----------------------------------
Tests for `teds` module.
"""
# !/usr/bin/env python
# -*- coding: utf-8 -*-
import unittest
import mock
from ncaplite import ieee1451types as ieee1451
from ncaplite import teds_support
from ncaplite import teds_access_services
from ncaplite import trans... | the_stack | 329,924 |
§ 20. Influence of imperial reform 60-70's on rozvytokNaddnipryanskoyi Ukraine (textbook)
§ 20. Impact imperial reform 60-70's the development of Dnieper Ukraine
Remember: 1. What was the impact of reforms in the Habsburg development of Western lands? 2. When and how was abolished serfdom at Western? 3. Why the exist... | dclm_baseline | 1,955,946 |
Santa María Temaxcalapa là một đô thị thuộc bang Oaxaca, México. Năm 2005, dân số của đô thị này là 924 người.
Tham khảo
Đô thị bang Oaxaca | common_corpus_web | 2,020,749 |
Quick Answer: What Is Considered Excessive Idling?
Is excessive idling bad?
As you spend more time idling, the average temperature of the spark plug drops.
This makes the plug get dirty more quickly, which increases fuel con- sumption by 4 to 5 %.
Excessive idling also lets water con- dense in the vehicle’s exhaust... | dclm_baseline | 4,172,789 |
Slashdot is powered by your submissions, so send in your scoop
Forgot your password?
Comment: Re:If they can do it to Google, they can do it to (Score 1) 341
by Kashif Shaikh (#33417420) Attached to: The Case For Oracle
I heard that Sun used to charge royaltees for mobile phones that licensed the J2ME platform - co... | dclm_baseline | 3,593,777 |
Hi, me again doing another MWPP fic. This one's not going to be a oneshot though. I thought one with a bit more plot and structure would be better.
Disclaimer: I'm from Missouri. I you don't know, that's in America so…don't own. Wish I did though…lots of money.
"My god Moony, wake up."
Remus Lupin slowly raised his ... | dclm_baseline | 2,789,276 |
Two Zero Electric Motorcycles Catch Fire While Charging In Hong Kong
Zero S Police Motorcycle
Zero S Police Motorcycle
Two years ago, Hong Kong’s police force ordered 52 Zero S ZF9 electric motorcycles.
To the best of our knowledge, no major issues have been reported in regards to the use of these Zero motorcycles... | dclm_baseline | 3,218,069 |
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2020, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may ... | common_corpus_source | 1,669,469 |
import numpy as np
import pandas as pd
from loguru import logger
from scipy import stats
from sklearn import preprocessing
from sklearn.decomposition import PCA
from statsmodels.sandbox.stats.multicomp import multipletests
from .constants import GROUP_COL, IDS, PKS
class WebOmicsInference(object):
def __init__(s... | the_stack | 340,167 |
World's Largest Sheet Music Selection
Messe de Minuit pour Noel
Mitternachtsmesse zu Weihnachten H 9
By Marc-Antione Charpentier
Be the first! Write a Review
SST(A)TB vocal soli, ST(A)TB choir
Mitternachtsmesse zu Weihnachten H 9. Composed by Marc-Antione Charpentier. Edited by Hans Ryschawy. This edition: urtext... | dclm_baseline | 1,114,297 |
Marital Fidelity in a MySpace World
From the first relationship in the Garden itself, it's clear spouses don't always have their partner's best interest in mind.
You know the story – the serpent tempted Eve who in turn coaxed Adam who was with her to bite into the forbidden fruit. Adam, of course, was Eve's husband, ... | dclm_baseline | 4,555,900 |
Icon Key
Bookmark and Share
Job Search
Use sales letters after you have sent letters to personal friends, business acquaintances, and recruiters.
The letter to friends is like the grand opening for a store. It's the first step in your marketing campaign. It announces your candidacy to the world and launches your jo... | dclm_baseline | 1,790,850 |
//
// StopOrderModel.h
// AWBTCChinaAPIDemo
//
// Created by mafengwo on 15/3/19.
// Copyright (c) 2015年 Aldaron. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "AWBaseModel.h"
/**
* 止损止盈订单Model
*/
@interface StopOrderModel : AWBaseModel
/** 止损止盈订单号. **/
@property (nonatomic, readonly) NSIn... | common_corpus_source | 331,625 |
\begin{document}
\newcommand{\hbox{$\perp\hskip-6pt\perp$}}{\hbox{$\perp\hskip-6pt\perp$}} \newcommand{\hbox{$\hskip-2pt\sim$}}{\hbox{$\hskip-2pt\sim$}} \newcommand{\aleq}{{\ \stackrel{3}{\le}\ }} \newcommand{\ageq}{{\ \stackrel{3}{\ge}\ }} \newcommand{\aeq}{{\ \stackrel{3}{=}\ }} \newcommand{\bleq}{{\ \stackrel{n}{\l... | math_pile | 330,025 |
Psalm 72
Aramaic Bible in Plain English
1God, give your judgment to the King and your righteousness to the King's son
2That he shall judge your people in righteousness and your poor ones in judgment.
3The mountains will bring peace to your people, and the hill of your righteousness.
4For he will judge the poor of th... | dclm_baseline | 1,410,433 |
End of preview.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Mixed Dataset Summary
Generated on 2025-11-12 21:12:06 UTC.
- Total samples: 3,264,000
- Train samples: 3,100,799
- Validation samples: 163,201
- Train fraction: 0.95
- Shuffle seed: 98482
| Source | Dataset ID | Samples |
|---|---|---|
| math_pile | bluelightai-dev/MathPile_Commercial-formatted | 96,000 |
| dclm_baseline | bluelightai-dev/dclm-full-deduped-sample | 2,048,000 |
| common_corpus_culture | bluelightai-dev/common-corpus-sample-open-culture | 64,000 |
| common_corpus_government | bluelightai-dev/common-corpus-sample-open-government | 64,000 |
| common_corpus_science | bluelightai-dev/common-corpus-sample-open-science | 96,000 |
| common_corpus_source | bluelightai-dev/common-corpus-sample-open-source | 256,000 |
| common_corpus_web | bluelightai-dev/common-corpus-sample-open-web | 256,000 |
| the_stack | bluelightai-dev/the-stack-dedup-sample | 384,000 |
- Downloads last month
- 6