Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
License:
id stringlengths 40 40 | text stringlengths 18 1.05M | source stringclasses 5
values | meta stringlengths 30 1.99k |
|---|---|---|---|
d88f996917c982fb834a8ab6c9a275733cd43271 | # Question
Title: Why are the following statements true?
Suppose we have a matrix $A \in \mathbb{R}^{n \times n}$
Consider a vector $ v \in R^n$. Why it is the case that
$\langle Av, v \rangle = \langle v, A^Tv\rangle $
for the inner product?
Where $A^T$ is the transpose of A
# Answer
Notice that for all $(x,y)\... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://math.stackexchange.com/questions/2411517","title":"Why are the following statements true?","id":"thread-2411517","url_preferred":false} |
7e8b4151ea2bbdb34c3e68d65e83f3df1bd479bf | Leukotriene A4 (LTA4) is a leukotriene, and is the precursor for the productions of LTB4 (leukotriene B4) and LTC4 (leukotriene C4).
Biosynthesis
Following the biosynthesis of eicosanoid, triggered as a result of infection or inflammation, the resulting arachidonic acid substrate is released from the cell membrane p... | wiki | {"title":"Leukotriene A4","url":"https://en.wikipedia.org/wiki/Leukotriene%20A4","wiki_id":"10993381"} |
05de9ec0af4b689cdf8b06df6fb956ffc085be28 | The enduring problem of workplace sexual harassment is a testament to how difficult lasting and systemic change can be.
Sexual harassment in the workplace is wrong, it’s against the law, and the potential negative press and financial costs of such conduct can be astronomical. But the same could be said of drunk driving... | web | {"url":"https://fredericmendelsohn.com/sexual-harassment-training-many-states-mandate-it-but-your-business-should-consider-it-regardless/","score":2.65625,"dump":"CC-MAIN-2023-50","language":"en","language_score":0.9263827204704285} |
a6522a8d0724a21f4f52e1b1cdb110cce7dc8f4f | There are several reasons why a person starts coughing after they eat. One of the reasons of coughing is that an unexpected pain or irritation in the passage of airway or it could be that some unwanted or foreign substances enter into the mouth that caused you to cough. It is normal that people may experience small cou... | web | {"url":"http://www.paininmythroat.com/cough-after-eating/","score":2.6875,"dump":"CC-MAIN-2015-06","language":"en","language_score":0.9724475145339966} |
5559375caf87e0df68a8b3c2b24cfffb410fbf93 | The next time your class goes on a field trip, try this fun exercise along the way. Challenge each person to tell a story. It can be an old story passed down through the years or something funny that happened last week. It can teach a moral lesson or merely reflect something someone finds important. After each story ha... | web | {"url":"https://wonderopolis.org/wonder/what-are-the-canterbury-tales","score":4.34375,"dump":"CC-MAIN-2020-45","language":"en","language_score":0.9603628516197205} |
29972fdefc7c91eab287c31d6187d60d04bd5051 | Print this pageHistorical Text Archive © 1990 - 2014
The founder of the American dynasty, John Jacob Astor, came from Walldorf in the Rhine Valley near what is now the Rhein-Nekar district of Germany. Born into a middle-class family (his father was a butcher), he was the third son. Oldest brother George left for London... | web | {"url":"http://www.historicaltextarchive.com/print.php?action=section&artid=768","score":3.515625,"dump":"CC-MAIN-2014-49","language":"en","language_score":0.9887604117393494} |
5d5c6bc2958149e14b57a37fc1cae97490c83bc1 | <reponame>Ushmidave/rxweb
import { Component,OnInit } from "@angular/core";
export class User {
admissionAge: number;
retiermentAge: number;
voterAge: number;
memberAge: number;
otherAge: number;
}
@Component({
selector: 'app-greater-than',
template: `
<form #userForm = "ngForm" [rxwebForm]="us... | code | {"language":"typescript","repo":"Ushmidave/rxweb","path":"test/reactive-form-validators/template-driven/greaterThan/greater-than-template-driven.component.ts","stars":0} |
9208a67bb84d9ee41c118f7807979e0c6944e402 | # Question
Title: How to comfortably carry a pen drive in any attire without risk of physical damage?
I often find pen drive necessary with me at all times. However, I'm having trouble finding an appropriate way to carry it with me.
Earlier, I used to keep it in my wallet. But carrying the wallet in my pant pocket pla... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://lifehacks.stackexchange.com/questions/17608","title":"How to comfortably carry a pen drive in any attire without risk of physical damage?","id":"thread-17608","url_preferred":false} |
fd6f21594f42e553cb3818305c2062df5fb5f5a4 | .footer {
&__top {
display: flex;
margin: 0 auto;
max-width: 76.8rem;
align-content: space-between;
flex-flow: row wrap;
padding: var(--gutter-half);
figure {
margin: 0;
flex: 0 1 25%;
text-align: center;
padding: var(--gutter-half);
}
img {
border: ... | code | {"language":"css","repo":"xblackbytesx/beautedesdunes-theme","path":"src/css/components/_footer.css","stars":0} |
16fa75b5259b5e3cc3f17284ada2199eec6a6219 | /**
* these interfaces are used in action creation
*/
import { IFilter } from '../app';
export interface IRefAction {
id: number;
}
export interface ITextValueAction {
text: string;
}
export interface IRefValueAction {
id: number;
text: string;
}
export interface IFilterAction {
filter: IFilter;
} | code | {"language":"typescript","repo":"paldepind/functionalHyperscriptTodoList","path":"src/redux/interfaces.ts","stars":3} |
427d617665ea36910657125a47fa8fc503f1f92d | import type { MethodService } from '../interfaces/service.interfaces';
import { utils } from '../utils';
import { call } from './auth.service';
export const methodService: MethodService = {
getMethod: function (signal) {
return call({
url: `/musora-api/learning-paths/${utils.brand}-method`,
signal
... | code | {"language":"typescript","repo":"railroadmedia/react-native-musora-templates","path":"src/services/method.service.ts","stars":0} |
6e7e0dc3bd60755d8d86c2b67aa5f9662f35fb27 | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { LayerArgs } from './types';
import { Datatable } from '../../../../.... | code | {"language":"typescript","repo":"gorogoroumaru/kibana","path":"x-pack/plugins/lens/public/xy_visualization/axes_configuration.test.ts","stars":0} |
fef43d67ce34371acf3ea1feae670d04342d9311 | /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
*
{
margin:0;
padding: 0;
font-family:Arial,Helvetica CY,Nimbus Sans L,sans-serif!important;
}
ul
{
list-style-type:none;
}
h2
{
font-size:30px;
}
.container
{
max-width:1200... | code | {"language":"css","repo":"Zain-Irfan009/ReturnOrder","path":"public/css/print.css","stars":0} |
222445745cb609706f736e679389eb7fa803f55b | By James Brown, Education and Public Engagement Officer, Biochemical Society
The dominating spectacle of dinosaurs and dodos seemed to spark the imagination of guests at the British Society for Gene and Cell Therapy’s annual Public Engagement Day, this year held at the Museum of Natural History in Oxford.
Biochemical S... | web | {"url":"https://biochemicalsociety.wordpress.com/2017/04/05/scientific-scissors-the-first-cut/","score":2.71875,"dump":"CC-MAIN-2017-43","language":"en","language_score":0.9573190808296204} |
fb6c3c6101d6f0f778f30faeeedc31bf083b9388 | The Saudi High Commission for Relief of Bosnia and Herzegovina was an aid agency operating in Bosnia and Herzegovina funded by Saudi Arabia. Set up in 1993 during the Bosnian War to assist Bosnian Muslims, it was forced to close in 2001 after being linked to Islamist terrorism.
Founded by Prince Salman bin Abdulaziz ... | wiki | {"title":"Saudi High Commission for Relief of Bosnia and Herzegovina","url":"https://en.wikipedia.org/wiki/Saudi%20High%20Commission%20for%20Relief%20of%20Bosnia%20and%20Herzegovina","wiki_id":"8324524"} |
1663950c3575023a20933bcedfd4f10ef418d7d8 | #!/bin/bash
################################################################################
# Script to convert yang modules into other formats
# Author: <EMAIL>
#
# Copyright 2018 higshtreet technologies GmbH
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | code | {"language":"shell","repo":"OpenNetworkingFoundation/Centennial","path":"models/tools/05-yin2json.sh","stars":13} |
c6a217b1cd03aee089a1dc0ccc0a1162f50b5956 | <filename>assets/css/Navbar.css<gh_stars>1-10
nav.navbar {
display: flex;
flex-direction: row;
align-items: center;
background-color:#2B345B;
color:#2B345B;
padding: 16px;
}
nav.navbar.game-info {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
nav span{
di... | code | {"language":"css","repo":"togmund/hexen","path":"assets/css/Navbar.css","stars":2} |
6b2ff1bf18ee2a1921c1d34e9224ffb5dd73d30d | <reponame>owendwyer/chineseinflow-javascript
(function(oG){//checked
function PreloadView(){
this.Container_constructor();
this.loadLineFun=this.loadLine.bind(this);
this.setup();
}
var p=createjs.extend(PreloadView,createjs.Container);
p.setup=function(){
this.preloadText=new createjs.Text('loading','bol... | code | {"language":"javascript","repo":"owendwyer/chineseinflow-javascript","path":"js/preloadview.js","stars":3} |
bb863aac6f8a215781d6a6f1bbf31d4c1a87db06 | import xs, { Stream } from 'xstream'
import { useState } from './hooks/state'
import { createElement } from '../jsx'
type Props = {
value$: Stream<number>
}
export const Incrementer = function Incrementer(_: Props) {
const props$ = useProps$<Props>()
const [isDown$, setIsDown] = useState(false)
const increm... | code | {"language":"typescript","repo":"fuunnx/cycle-hooks","path":"experiments/example-jsx/Incrementer.tsx","stars":1} |
5a35104ef44aa934352bd0f64a18d5bbcd42d65c | import React from 'react';
import { Link } from 'gatsby';
import { Get_gallery_images } from "../hooks/get_gallery_images"
import Container from 'components/Container';
import TitleText from 'components/TitleText';
import Img from "gatsby-image"
const PhotoGrid = () => {
const images = Get_gallery_images()
//returns... | code | {"language":"javascript","repo":"celleity/first_gatsby_website","path":"src/components/PhotoGrid.js","stars":0} |
05c7086a22441f34e553345363ab03d235ce47bf | <filename>src/campaigns/schemas/campaign.schema.ts
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import { Document } from 'mongoose';
@Schema()
export class Campaign {
@Prop({ required: true })
authorID: string;
@Prop({ required: true })
title: string;
@Prop({ required: true })
body: st... | code | {"language":"typescript","repo":"Armando284/peru_blog_backend","path":"src/campaigns/schemas/campaign.schema.ts","stars":0} |
2d1c8198ad1e80522fd4576c9b67cb0901151424 | <reponame>cross-development/goit-react-hw-03-img-finder<filename>src/components/ImageGallery/ImageGallery.module.css<gh_stars>0
.list {
display: grid;
max-width: calc(100vw - 48px);
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 16px;
margin-top: 10px;
margin-bottom: 20px;
padding: 0;
l... | code | {"language":"css","repo":"cross-development/goit-react-hw-03-img-finder","path":"src/components/ImageGallery/ImageGallery.module.css","stars":0} |
0aebe55974b1797eb6fe8df737ff4b55ca56e833 | /*
* Copyright 2019 HERMENEUT Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | code | {"language":"java","repo":"rating-eu/rating","path":"src/test/java/eu/hermeneut/web/rest/LogoResourceIntTest.java","stars":1} |
4746cb70383ffb8fbecdd560605ac16df67ca70e | //
// 49_group_anagrams.cpp
// string
//
// Created by Hadley on 02.10.20.
// Copyright © 2020 Hadley. All rights reserved.
//
#include <stdio.h>
#include "/usr/local/include/bits/stdc++.h"
using namespace std;
class Solution {
public:
vector<vector<string>> groupAnagrams(vector<string>& strs) {
unord... | code | {"language":"cpp","repo":"hadleyhzy34/data_structure_and_algorithm","path":"string/string/49_group_anagrams.cpp","stars":1.0} |
cf28f73c0fabdac44f7d731ce50a8aafe636ac3f | Children in England used to play a game called “Saints and Sinners.” A hoop was erected at a measured distance, and the contestants were given 10 arrows each. The object was to aim them at the hoop. If anyone shot ALL the arrows through it he was acclaimed a “saint.” But if he missed just once, he was designated a “sin... | web | {"url":"https://www.preaching.com/sermon-illustrations/sin-defined/","score":2.65625,"dump":"CC-MAIN-2023-23","language":"en","language_score":0.9817824363708496} |
1e49722c02f4fb168d3ab0dd204d2be542f001b1 | <gh_stars>100-1000
#!/usr/bin/env python
#
# Author: <NAME> <<EMAIL>>
#
'''
This example has two parts. The first part applies oscillated electric field
by modifying the 1-electron Hamiltonian. The second part generate input
script for Jmol to plot the HOMOs. Running jmol xxxx.spt can output 50
image files of HOMOs... | code | {"language":"python","repo":"robert-anderson/pyscf","path":"examples/scf/40-apply_electric_field.py","stars":501} |
8ffb146d95db1f6e1984461b59e73c07a4273dac | 'use strict';
require('dotenv').config();
import 'mocha';
import { expect } from 'chai';
import { Sequelize } from 'sequelize-typescript';
import { fakeUser } from './fixtures/fake.data';
import { databaseConfig } from '../../common/index';
import { AuthService } from '../auth.service';
import { User } from "../../us... | code | {"language":"typescript","repo":"mkobilev/nest-demo","path":"src/modules/auth/tests/auth.service.test.ts","stars":108} |
02643a6cfccc3f631a5f59b16d764312a9ae262f | Inefficient motor-driven systems lead to the loss of power. That’s the equivalent of losing money. Lots of money. Taking a little time to do the math can help your operations change this equation.
By Brent Oman, Gates Corporation
Tens of millions of electric motor-driven systems in operation at manufacturing facilities... | web | {"url":"http://www.maintenancetechnology.com/2011/07/calculated-savingsdriving-energy-efficiency/","score":3.234375,"dump":"CC-MAIN-2014-41","language":"en","language_score":0.937922477722168} |
de16811258c7251e10778530bc3453e4cc06db32 | # Question
Title: 3nf but waste more storage space
I have a table which has three columns: account, idNumber, and position. The account and idNumber are unique.
Here is my thought to analyze and I don't know whether it is right or not.
```
account is primary key and account ->idNumber, account->position,
idNumber->a... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://dba.stackexchange.com/questions/42478","title":"3nf but waste more storage space","id":"thread-42478","url_preferred":true} |
3b3e1869da08b0f1844396a64992d48500a76dfa | <reponame>FawksX/MiniMOTD<gh_stars>0
/*
* This file is part of MiniMOTD, licensed under the MIT License.
*
* Copyright (c) 2021 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software... | code | {"language":"java","repo":"FawksX/MiniMOTD","path":"spigot/src/main/java/xyz/jpenilla/minimotd/spigot/PaperPingListener.java","stars":0} |
9546eb2422d2ddbe9c2cdba289aa9323a58aea10 | Fatehgarh Sahib is a city and a sacred pilgrimage site of Sikhism in the north west Indian state of Punjab. It is the headquarters of Fatehgarh Sahib district, located about north of Sirhind. Fatehgarh Sahib is named after Fateh Singh, the 7-year-old son of Guru Gobind Singh, who was seized and buried alive, along wit... | wiki | {"title":"Fatehgarh Sahib","url":"https://en.wikipedia.org/wiki/Fatehgarh%20Sahib","wiki_id":"4444960"} |
3750cba4e20bc25bd3acf495bf0f1386e04e96c2 | <gh_stars>1-10
# Connecting libraries
import pygame
# Connecting files
from settings import *
from storage import *
from other import *
from loop import *
from templates import *
# Create button
def createButton(name, value, tcolor, xy, wh, bcolor):
button = Button(name, value, tcolor, xy, wh, bcolor)
buttons.appen... | code | {"language":"python","repo":"KValexander/pygame_vn","path":"other/interface.py","stars":1} |
38ba26b8d3afa1684766d9f524f048eb22859519 | import { Component, OnInit } from '@angular/core';
import { HttpResponse } from '@angular/common/http';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { FormBuilder, Validators } from '@angular/forms';
import { ActivatedRoute } from '@angular/router';
import { Observable } from 'rxjs';
import { Jh... | code | {"language":"typescript","repo":"mailtonskiran/microservice-catalog","path":"src/main/webapp/app/entities/dependency/dependency-update.component.ts","stars":27} |
95a61316385959c040c05f8332992d638590cee4 | Newly planted city trees are dying from a lack of water right in front of our eyes. At my micro-sized house, a new city tree along the sidewalk died a few months ago, and the city replaced it. The fellow who planted the tree asked me to water it or this one would also die. For whatever reason — budget, staffing, drough... | web | {"url":"http://www.independent.com/news/2014/may/17/feed-trees-please/","score":2.625,"dump":"CC-MAIN-2014-52","language":"en","language_score":0.9709170460700989} |
e822ea3163b8f5fa0205130c442fbb93641abfe1 | # Question
Title: Closed field lines in the plane
A dipole in the plane consists of a positive charge P and an equal and opposite negative charge N separated by a fixed distance . Almost all of the resulting electric field lines (which fill the plane) are closed, beginning on P and ending on N . There are, however, exa... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://mathoverflow.stackexchange.com/questions/222768","title":"Closed field lines in the plane","id":"thread-222768","url_preferred":false} |
b40c79bc0ae3c3d55a3e91eee5e47f947bfb1a0f | Liberal League (, VL; ) was a Finnish liberal political party. VL existed from 1951 until 1965.
The party was founded in spring 1951 by the minority of National Progressive Party, led by Helsinki group, as the party finished its existence. Most of the former Progressive party members joined the People's Party of Finla... | wiki | {"title":"Liberal League (Finland)","url":"https://en.wikipedia.org/wiki/Liberal%20League%20%28Finland%29","wiki_id":"6225662"} |
a5a2f494b1b14bda233ea52268068f24934479f8 | # Question
Title: Is there any case law that sets the minimum amount in controversy to the minimum amount permissible to settle in class actions?
There, of course, are such a compensatory-to-punitive damages ratio principle — even if merely in the form of fairly complex guideposts for e.g. the BMW guidepost, the just l... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://law.stackexchange.com/questions/73659","title":"Is there any case law that sets the minimum amount in controversy to the minimum amount permissible to settle in class actions?","id":"thread-73659","url_preferred":false} |
583f9d077ec424ac84e60c02b05c298c7b2e7d23 | const { Client } = require("discord.js");
require("dotenv").config();
// Import openai
const { Configuration, OpenAIApi } = require("openai");
// Initials
const TOKEN = process.env.DISCORD_TOKEN;
const PREFIX = process.env.PREFIX || "tony!";
const LIMIT = process.env.LIMIT || 150;
// Check if token is set
if (!TOKEN)... | code | {"language":"javascript","repo":"Just-Moh-it/Chat-w-Tony","path":"index.js","stars":1} |
9dae995e283b163643c2a477cb0baba7eca05110 | # Question
Title: What do you call someone who is being mean, but sounds and looks like they are being nice?
What do you call it when someone is being back-handed in a way that looks and sounds nice outrightly but is intended to be mean? *Passive-aggressive* is too obvious.
The equivalent to
> Bless her heart.
The r... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://english.stackexchange.com/questions/610434","title":"What do you call someone who is being mean, but sounds and looks like they are being nice?","id":"thread-610434","url_preferred":false} |
b02da1b12247c8e675bd9edcdb1ee63a31ec0dc1 | export { default as EthereumAdapter } from './EthereumAdapter';
| code | {"language":"typescript","repo":"parse-community/parse-blockchain","path":"packages/parse-blockchain-ethereum/src/index.ts","stars":17} |
374664504c9ba4cb307ca4c06f6022507a0889e7 | # Barycentric puzzle
This topic is 1603 days old which is more than the 365 day threshold we allow for new replies. Please post a new topic.
## Recommended Posts
I'm having trouble abstracting in my mind the following problem. It seems like the solution should be simple, but it's not coming to me. I have a field of ... | math | {"url":"https://www.gamedev.net/forums/topic/647095-barycentric-puzzle/?forceDownload=1&_k=880ea6a14ea49e853634fbdc5015a024","score":3.515625} |
74718f151cc7b5ab4fe11ea1541b7cc5cf598b33 | # Question
Title: Can I add a default category to images?
In channels you can define a default category to added entries, and I'd like to do something similar for added images.
This is a Safecracker File field (using Safecracker to upload).
Thanks for any help!
# Answer
I don't think, there is such a feature for ass... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://expressionengine.stackexchange.com/questions/10814","title":"Can I add a default category to images?","id":"thread-10814","url_preferred":false} |
d16bbc19c88a1e2ef65a1782aca517e0779922fa | #### • Class 11 Physics Demo
Explore Related Concepts
#### • icosagon
From Wikipedia
Icosagon
In geometry, an icosagon is a twenty-sided polygon. The sum of any icosagon's interior angles is 3240 degrees.
One interior angle in a regular icosagon is 162° meaning that one exterior angle would be 18°
The regular ... | math | {"url":"http://www.edurite.com/kbase/icosagon","score":3.53125} |
b65756df6bd861d1a85e832a2a761c5725a4e16e | #!/usr/bin/env bash
function apply_host(){
handle_env_options $2;
}
function hosts_apply(){
cmd_set_environment $ENVIRONMENT;
HOST_FILE_TO_APPEND="$TOP_LEVEL_FOLDER/$FILE";
cmd_append_hosts $HOST_FILE_TO_APPEND;
}
function append_host(){
TEMP_APPLY_FILE="$TOP_LEVEL_FOLDER/Hosts.apply.tmp";
find_occurrenc... | code | {"language":"shell","repo":"helmedeiros/hostsManager","path":"builtin/host_apply.sh","stars":0} |
e80e89e6946a34379fd7cfcc467cec1168e3c2a9 | The Greifswald International Students' Festival is an event organised by the non-profit organisation GrIStuF e.V. and it takes place in the town of Greifswald, which is situated about 200 km to the north of Germany's capital Berlin at the Baltic shore.
The festivals include different activities such as: thematic works... | wiki | {"title":"Greifswald International Students' Festival","url":"https://en.wikipedia.org/wiki/Greifswald%20International%20Students%27%20Festival","wiki_id":"8604922"} |
e9877b32de3754d6dde3204023b4329108bd17da | # Question
Title: Script to scale objects resets scale when scrubbing through frames
I am writing a Python script for Blender 2.8 in which I replace objects in the scene with new objects. I start by importing the new object as a .FBX and linking the original object data to the new object. The new object then needs to b... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://blender.stackexchange.com/questions/181758","title":"Script to scale objects resets scale when scrubbing through frames","id":"thread-181758","url_preferred":false} |
47d8f43e63cb4f5260edd5cb9d91a83b57e433f5 | ---
layout: blog
type: blog
blogroll: true
---
{% for post in paginator.posts %}
<div class="post-snippet row">
<div class="post-date">
<span>{{ post.date | date: "%d %b"}}</span>
<span>{{ post.date | date: "%Y"}}</span>
</div>
<div class="post-summary">
<h2 class="post-header"><a href="{{ post.url | prepend... | code | {"language":"html","repo":"borislav-milkov/Borislavmilkov.github.io","path":"blog/index.html","stars":0} |
7e373b203d67dd9cebf5c1c5300fcdab640c09d5 | <gh_stars>0
import React from "react";
import { renderMaybe, Empty } from "../src/render-maybe.js";
const div = React.renderToStaticMarkup(<div></div>);
const empty = React.renderToStaticMarkup(<Empty />);
function setup(data) {
const component = React.createElement("div");
return React.renderToStaticMarkup(rende... | code | {"language":"javascript","repo":"dpiatek/render-maybe","path":"spec/render-maybe-spec.js","stars":0} |
6f4d3258480f9a17fa24fe5374403d428a6e73f8 | When kids feel good about themselves, the sky's the limit. But a healthy sense of self-esteem doesn't come overnight. Read on for three tips from the experts on how to improve your little one's confidence.
1. Push him to take on challenges. If your son is doing well at art, for instance, don't settle for the same old a... | web | {"url":"http://www.womansday.com/relationships/family-friends/a8576/3-ways-to-boost-kids-confidence-109607/","score":2.71875,"dump":"CC-MAIN-2018-05","language":"en","language_score":0.9752832055091858} |
c6f15facb2843cb406a1b1bd7463fd48e4b060ea | # Question
Title: Fissure eruption
Can fissure eruptions dislocate/deform ( fault, rotate, bend, folding) the surrounding strata which fissure ascending into. Or, can a laccolith reach to the surface (and flow) after folding the surrounding strata?
( the magmatic rock on the photo is dacite-rhyodacite according to geo... | docs | {"dataset":"stackexchange","hf_dataset":"marin-community/stackexchange-markdown","url":"https://earthscience.stackexchange.com/questions/17920","title":"Fissure eruption","id":"thread-17920","url_preferred":false} |
0a2759dd2bb70a63bf8f1265f35395e7421027b4 | ---
id: overview
title: Links Overview
sidebar_label: Overview
slug: /client/links
---
Links enable you to customize the flow of data between the tRPC Client and Server. A link should do only one thing, which can be either a self-contained modification to a tRPC operation (query, mutation, or subscription) or a side-e... | docs | {"dataset":"gooddocs","hf_dataset":"MRiabov/gooddocs-v0","owner":"trpc","repo":"trpc","file_rel_repo":"www/docs/client/links/overview.md","lang":"en"} |
cdab38936d1e9c33bcefea897cee060686a25f2a | Too Many Tools Event Dec 13th, 2012
Sponsored by the CAIS Commission on Technology, Too Many Tools was a wonderful glimpse into some of the current technologies that impact classroom teaching.
Google Apps and Formative Assessment presented by David Saunders and Matt Dandola, Greenwich Country Day School:
If you haven’t... | web | {"url":"https://caisct.wordpress.com/2012/12/15/cais-too-many-tools-event-a-great-success-here-are-the-notes/","score":3.328125,"dump":"CC-MAIN-2017-51","language":"en","language_score":0.9207996726036072} |
45a76c1036efd3e894a840fd3d46134dd8f808a8 | Operation Packer was a military operation by the South African Defence Force (SADF) during the South African Border War and Angolan Civil War from March to April 1988. This operation forms part of what became known as the Battle of Cuito Cuanavale. Operation Packer was a continuation of Operation Hooper, using fresh tr... | wiki | {"title":"Operation Packer","url":"https://en.wikipedia.org/wiki/Operation%20Packer","wiki_id":"4093059"} |
252c4a4341bdb5d21091fdae6ac58d8a70bcf7b7 | #
# The implementation of annotation parser
#
import re, sys
from orio.main.util.globals import *
#----------------------------------------------------------------
class AnnParser:
'''The class definition for the annotation parser'''
def __init__(self, perf_params):
'''To instantiate the annotation ... | code | {"language":"python","repo":"HPCL/nametbd","path":"Orio/orio/module/ortildriver/ann_parser.py","stars":0} |
11fe1325f4be7f5f425b8904765baebc798ab120 | Haematology refers to the study and treatment of blood disorders and includes medical problems such as anaemia (including pregnancy anaemia), thrombocytopenia (low levels of platelets), clotting and bleeding disordeers and Antiphospholipid Antibody Syndrome including Lupus Anticoagulant (Hughes Syndrome) and also hered... | web | {"url":"http://www.innermostsecrets.com/Left-Menu-Items/Haematology/Haematology-Overview.aspx","score":2.71875,"dump":"CC-MAIN-2013-20","language":"en","language_score":0.9390875101089478} |
90d78b00dc7911e87ecd3eb63fe98a1fda197103 | /*
* Essa thread serve para impedir que o Abejide ande logo após atacar, porque se não tiver isso,
* se o jogador ficar atacando o combo das setas pode acabar soltando o son do personagem andando,
* então tem um contador que faz é zerado após x tempo do ataque do Abejide terminar
*/
package Abejide;
import static... | code | {"language":"java","repo":"RodrigoFernandoSilva/Java-OrixasRevengers","path":"src/Abejide/ContadorPosAtaque.java","stars":0} |
417053cd96359168cf370080d73cd1ca306efdd2 | <reponame>xcesiv/pqvid<filename>src/main/java/io/kamax/mxisd/http/undertow/handler/identity/share/StoreInviteHandler.java
/*
* mxisd - Matrix Identity Server Daemon
* Copyright (C) 2018 <NAME>
*
* https://www.kamax.io/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms ... | code | {"language":"java","repo":"xcesiv/pqvid","path":"src/main/java/io/kamax/mxisd/http/undertow/handler/identity/share/StoreInviteHandler.java","stars":1} |
End of preview. Expand in Data Studio
Coding LLM Pretraining Corpus
Built with build_pretrain_dataset.ipynb + finalize_local.py (DuckDB).
Composition
| Source | Collected rows | Collected size | Final rows | Final size |
|---|---|---|---|---|
| code | 8,415,197 | 30.00 GB | 8,413,850 | 29.88 GB |
| web | 3,492,492 | 15.00 GB | 3,390,372 | 14.50 GB |
| math | 659,720 | 3.00 GB | 658,089 | 2.95 GB |
| wiki | 519,584 | 2.00 GB | 519,535 | 1.99 GB |
| docs | 4,504,069 | 10.00 GB | 4,289,545 | 9.74 GB |
Total final corpus: 59.06 GB of raw text (17,271,391 documents) across 159 train shards and 1 validation shards. 91,189 documents were removed by dedup/decontamination.
- Downloads last month
- 178