source
stringclasses
40 values
date
int32
2.02k
2.02k
text
stringlengths
61
2.1M
token_count
int32
50
1.16M
category
stringclasses
38 values
common_corpus_Chinese-Court-Decisions
2,021
上海市静安区人民法院民 事 判 决 书(2021)沪0106民初15892号原告:许佳,女,1986年7月26日出生,汉族,户籍地上海市杨浦区。委托诉讼代理人:徐文淑,上海申恒律师事务所律师。委托诉讼代理人:房超建,上海申恒律师事务所律师。被告:上海巴士第一公共交通有限公司,住所地上海市宝山区。法定代理人:张肇林,职务总经理。委托诉讼代理人:夏连华,男。原告许佳与被告上海巴士第一公共交通有限公司(以下简称巴士第一公交公司)健康权纠纷一案,本院于2021年4月2日立案后,依法适用小额诉讼程序,于同年5月6日公开开庭进行了审理。原告许佳的委托诉讼代理人徐文淑、被告巴士第一公交公司的委托诉讼代理人夏连华到庭参加诉讼。本案现已审理终结。原告...
2,396
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<?php namespace Drupal\Tests\swiftmailer\Functional; use Drupal; use Drupal\Core\Test\AssertMailTrait; use Drupal\swiftmailer_test\SwiftMailerDrupalStateLogger; use Drupal\Tests\BrowserTestBase; /** * @group swiftmailer */ class SwiftMailerAlterTest extends BrowserTestBase { public static $modules = ['swiftmail...
266
cc:Github Open Source
common_corpus_Eurlex
2,021
TEXTE consolidé: 32021D0641 — FR — 15.11.2021 02021D0641 — FR — 15.11.2021 — 011.001 Ce texte constitue seulement un outil de documentation et n’a aucun effet juridique. Les institutions de l'Union déclinent toute responsabilité quant à son contenu. Les versions faisant foi des actes concernés, y compris leurs pré...
15,971
cc:Eurlex
common_corpus_Chinese-Court-Decisions
2,021
文书内容重庆市第三中级人民法院民 事 判 决 书(2021)渝03民初144号原告:松原市石焱文化传媒有限公司,住所地吉林省松原市宁江区郭尔罗斯大路(南园小区对面),统一社会信用代码91220700064635785W。法定代表人:朱永军,该公司总经理。委托诉讼代理人:娄颖,北京德恒(重庆)律师事务所律师。委托诉讼代理人:杨蕊,北京德恒(重庆)律师事务所律师。被告:重庆市武隆区嘉乐迪餐饮文化有限公司,住所地重庆市武隆区凤山街道建设东路**南城中央广场吊**,统一社会信用代码915002320548118100。法定代表人:代元胜,该公司经理。委托诉讼代理人:杨玲霞,女,1974年4月20日出生,汉族,居民,住重庆市武隆县。原告松原市...
2,933
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#!/bin/bash -e # Requires docker 17.05 or higher echo "" echo "=================================" echo " Building dcrbounty docker image " echo "=================================" echo "" docker build -t decred/dcrbounty . echo "" echo "===================" echo " Build complete" echo "===================" echo "...
113
cc:Github Open Source
common_corpus_Github Open Source
2,021
package androidx.fragment.app import android.animation.Animator import android.animation.AnimatorInflater import android.content.Context import android.content.res.TypedArray import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.lifecycle.Vie...
1,024
cc:Github Open Source
common_corpus_Github Open Source
2,021
// In this file, all Page components from 'src/pages` are auto-imported. Nested // directories are supported, and should be uppercase. Each subdirectory will be // prepended onto the component name. // // Examples: // // 'src/pages/HomePage/HomePage.js' -> HomePage // 'src/pages/Admin/BooksPage/BooksPage.js' ->...
191
cc:Github Open Source
common_corpus_Github Open Source
2,021
<template> <el-dialog title="个人信息" :visible.sync="visible" :append-to-body="true"> <el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()" label-width="80px"> <!-- 学生的信息 --> <el-form-item v-if="dataForm.stuId" label="学号:" prop="stuId"> ...
1,328
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省济南市中级人民法院民 事 判 决 书(2021)鲁01民终7373号上诉人(原审原告):山东垠鹏律师事务所,住所地济南市,统一社会信用代码313700006974805846。法定代表人:翟震,主任。委托诉讼代理人:谷吉泉,山东垠鹏律师事务所律师。被上诉人(原审被告):济南压铸厂,住所地济南市,统一社会信用代码91370103163141625U。法定代表人:于立杰,厂长。委托诉讼代理人:姚秀胜,济南槐荫志荣法律服务所法律工作者。上诉人山东垠鹏律师事务所(以下简称垠鹏律师所)因与被上诉人济南压铸厂诉讼、仲裁、人民调解代理合同纠纷一案,不服济南市槐荫区人民法院(2021)鲁0104民初2709号民事判决,向本院提起上诉。本院于2...
6,173
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
uniform vec3 color; uniform sampler2D pointTexture; varying vec4 vColor; void main() { vec4 outColor = texture2D(pointTexture, gl_PointCoord); if (outColor.a < 0.5) discard; gl_FragColor = outColor * vec4(color * vColor.xyz, 1.0); float depth = gl_FragCoord.z / gl_FragCoord.w; const vec3 fogColor = vec3(...
152
cc:Github Open Source
common_corpus_Github Open Source
2,021
<script> import dateFormat from 'dateformat'; import DateRange from '~/analytics/shared/components/daterange.vue'; import { dateFormats } from '~/analytics/shared/constants'; import UrlSync from '~/vue_shared/components/url_sync.vue'; import { DEFAULT_NUMBER_OF_DAYS } from '../constants'; import FilterBar from './filte...
531
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php /* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/o...
1,977
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河北省唐山市丰南区人民法院 民 事 裁 定 书 (2021)冀0207民初693号 原告:牛永杰,男,1956年5月10日出生,汉族,住邯郸市丛台区。 委托诉讼代理人:钱学勇,河北浩博律师事务所律师。 被告:高冬梅,女,1963年4月3日出生,汉族,住唐山市丰**。 委托诉讼代理人:任美娇,河北岱诚律师事务所律师。 委托诉讼代理人:李爽,河北岱诚律师事务所律师。 原告牛永杰与被告高冬梅确认合同效力纠纷一案,本院于2021年1月20日立案后,依法进行审理。 牛永杰向本院提出诉讼请求:1.依法撤销原告与被告于2020年7月10日签订的&ldquo;协议书&rdquo;;2.本案诉讼费由被告承担。事实和理由:一、牛永杰与高冬梅合作及借款情...
3,561
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
ffplay -noborder option missing argument If I do: ffplay -i vid.mp4 ffplay works fine, however if I try the borderless option: ffplay -noborder -i vid.mp4 Failed to set value '-i' for option 'noborder': Option not found Trying the -noborder option at the end of the command: ffplay -i vid.mp4 -noborder Missing argum...
619
misc_reference
common_corpus_OpenAlex
2,021
Manuscript to be reviewed LINflow: A computational pipeline that combines an alignment-free with an alignment-based method to accelerate generation of similarity matrices for prokaryotic genomes Long Tian Equal first author, 1 , Reza Mazloom Equal first author, 2 , Lenwood S Heath 2 , Boris A Vinatzer Corresp. 1 ...
22,416
academic
common_corpus_Chinese-Court-Decisions
2,021
东港市人民法院执 行 裁 定 书(2021)辽0681执492号之一申请执行人王生国。被执行人:丛财君,男,汉族,1967年03月06日生,住辽宁省丹东市。本院依据已经发生法律效力的东港市人民法院作出的判决,责令被执行人履行上述法律文书确定的义务。但被执行人丛财君至今未履行。依照《中华人民共和国民事诉讼法》第二百四十二条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十七条规定。裁定如下:冻结被执行人丛财君在辽宁省农村信用社联合社账户内存款人民币1210.00元,冻结期限为十二个月。本裁定立即执行。审判员  王洛宜二〇二一年三月四日书记员  李巍巍 马 克 数 据 网
343
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package com.dappervision.wearscript.events; public class CardTreeEvent { private String treeJS; public CardTreeEvent(String treeJS) { this.treeJS = treeJS; } public String getTreeJS() { return treeJS; } }
59
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.Linq; using System.Web; using OnlineFoodOrderingSystem.Models; namespace OnlineFoodOrderingSystem.ViewModels { public class ProductDetails { public int cuisineId { get; set; } public int restaurantId { get; set; } public int ...
162
cc:Github Open Source
common_corpus_StackExchange
2,021
unexpected token: com.github.HaarigerHarald:android-youtubeExtractor:v1.7.0 I am not able to add the GitHub repository of Youtube video extractor for exoplayer, implementing in android studio project. build.gridle(abc app) buildscript { repositories { google() jcenter() } dependencies { ...
1,240
misc_reference
common_corpus_Github Open Source
2,021
/** * Global namespace for the whole library * @namespace Global namespace for the whole library * @type {Object} */ var Fireworks = {}; /** * enable or disable debug in the library * @type {Boolean} */ Fireworks.debug = true;
56
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Hash; class UsuariosSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { DB::table('users')->insert(...
247
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/bin/bash #This file uploads a app telemetry file to http://pi-ware-telemetry.ml/ #load functions source "$HOME/pi-ware/func/api" || echo "failed to source $HOME/pi-ware/func/api" #Main #Check if connected to internet wget -q --spider http://google.com if [ $? -eq 0 ]; then #User online internet="1" else ...
305
cc:Github Open Source
common_corpus_UK Hansard – Written Answers
2,021
The Hon Member for West Ham will be aware that the changes we have made to the probation system include significant changes to our approach to meeting the needs of people in custody. As a result of these changes and to ensure women held in HMP Bronzefield receive the support they need to reduce the risk of them being ...
299
cc:UK Hansard – Written Answers
common_corpus_Github Open Source
2,021
//------------------------------------------------------------------------------ // <自动生成> // 此代码由工具生成。 // // 对此文件的更改可能导致不正确的行为,如果 // 重新生成代码,则所做更改将丢失。 // </自动生成> //------------------------------------------------------------------------------ namespace Com.Cos.Admin.Pages.ShareManage { publi...
209
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Cirebon This article is about the city of Cirebon. For the regency, see Cirebon Regency. For the sultanate, see Sultanate of Cirebon. Cirebon City Kota Cirebon Caruban Cheribon City Other transcription(s)   Sundanese ᮊᮧᮒ ᮎᮤᮛᮨᮘᮧᮔ᮪   Hanacaraka ꦕꦶꦫꦺꦧꦺꦴꦤ꧀ Clockwise, from top left : Kejaksan Railway Station, Kanoman Palac...
4,753
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
import {isNumber} from './is-number'; import {isRecord} from './is-record'; import {isString} from './is-string'; import {Bookmark} from './parse-bookmark'; export function isBookmark(value: unknown): value is Bookmark { return ( isRecord(value) && isString(value.title) && isString(value.url) && isNu...
117
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
文书内容苏州市吴江区人民法院执 行 结 案 通 知 书(2021)苏0509执865号关于苏州绿控传动科技股份有限公司申请执行江苏超力电器有限公司买卖合同纠纷一案,申请执行标的为278433元,现本案已自动履行完毕。特此通知二〇二一年二月七日 微信公众号“马克 数据网”
141
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc.Infrastructure; using...
1,003
cc:Github Open Source
common_corpus_OpenAlex
2,021
Nicoletta Cantarini1, Fabrizio Caselli1 , Victor Kac2 Nicoletta Cantarini , Fabrizio Caselli , Victor Kac 1 Dipartimento di matematica, Università di Bologna, Piazza di Porta San Donato 5, 40126 Bologna, Italy. E-mail: nicoletta.cantarini@unibo.it; fabrizio.caselli@unibo.it 2 Department of Mathematics, MIT, 77 Massachu...
66,178
academic
common_corpus_Github Open Source
2,021
const chai = require('chai'); const chaiHttp = require('chai-http'); const geojsonValidation = require('geojson-validation'); // const { expect } = chai; chai.use(chaiHttp); const should = chai.should(); const dotenv = require('dotenv'); dotenv.load(); const server = require('../../app'); // describe('GET /selecti...
596
cc:Github Open Source
common_corpus_Github Open Source
2,021
################################################################## #--------------- Plotting routines for saved data --------------- # (T. Kent: amttk@leeds.ac.uk) ################################################################## ''' Plotting routine: <plot_func_x> Loads saved data in specific dire...
5,472
cc:Github Open Source
common_corpus_Github Open Source
2,021
# Generated by Django 3.1.5 on 2021-01-27 13:33 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='Category', fields=[ ...
416
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* Generated from: * ap-northeast-1 (https://d33vqc0rt9ld30.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 39.2.0, * ap-southeast-2 (https://d2stg8d246z9di.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 39.2.0, * eu-west-1 (https://d3teyb21fexa9r.cloudfr...
492
cc:Github Open Source
common_corpus_USPTO
2,021
The phrase “pharmaceutically acceptable” is employed herein to refer to those compounds, materials, compositions, and/or dosage forms which are, within the scope of sound medical judgment, suitable for use in contact with the tissues of human beings and animals without excessive toxicity, irritation, allergic response,...
15,050
formal_gov
common_corpus_Chinese-Court-Decisions
2,021
安徽省铜陵市义安区人民法院 执 行 裁 定 书 (2021)皖0706执恢36号 申请执行人:方振国,男,1971年11月1日出生,汉族,住安徽省铜陵市铜官区。 被执行人:黄玉宏,男,1965年9月18日出生,汉族,住安徽省铜陵市义安区。 本院在执行方振国与黄玉宏买卖合同纠纷一案中,经过对被执行人名下不动产、车辆、存款以及其他财产的查询,暂未发现可供执行财产,现已对被执行人采取了限制高消费措施。上述执行情况及信息,本院已通过约谈方式告知申请执行人,并要求其提供财产线索,申请执行人认可法院的调查结果,并表示不能提供财产线索,同意终结本次执行程序。依照《最高人民法院关于适用的解释》第五百一十九条规定,裁定如下: 终结本次执行程序。 终结...
470
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
2,709
cc:Github Open Source
common_corpus_Github Open Source
2,021
# frozen_string_literal: true require 'marqeta/api_resource' module Marqeta class BaseResource include ApiResource extend Dry::Configurable setting(:path) setting(:default_pagination, 1_000_000) setting(:has_collection, false) setting(:schema) setting(:schema_for, {}) class << self...
592
cc:Github Open Source
common_corpus_French-Science-Pile
2,021
Informally, the state at stage t 1 is the action played by Player 2 at stage t. This class of games is denoted by G. Moreover, we denote by GS the set of games in G such that there exist two matrices A of size |I | |J |, and S of size |J | |J | such that @pj 1, i, j q P S I J, rpj 1, i, j q Ai,j Sj 1,j. Thus, Sections ...
4,848
cc:French-Science-Pile
common_corpus_Github Open Source
2,021
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class UcBot Inherits System.Windows.Forms.UserControl 'UserControl remplace la méthode Dispose pour nettoyer la liste des composants. <System.Diagnostics.DebuggerNonUserCode()> Protected Overrides Sub Dispose(ByVal disposing A...
38,567
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { authenticatedMethod, RpcMethod } from './../../../../jsonRpc'; import BlockchainGenesis from '../../../../common/blockchain/global/Blockchain-Genesis'; /** * The status of node mining. */ class GetMiningStatus extends RpcMethod { constructor(name, oMining) { super(name); this._oMining = o...
238
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { Request, Response, NextFunction } from "express"; export default function checkExternalToken(req: Request, res: Response, next: NextFunction) { const incomingToken = req.headers["x-payload-token"]; const client = req.headers["x-payload-client"]; switch (client) { // Incoming hooks for whe...
168
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省叶县人民法院民 事 判 决 书(2021)豫0422民初474号原告:王宪军,男,1972年7月19日出生,汉族,住河南省叶县。被告:河南省平顶山市叶县夏李乡先庄村民委员会,住所地:叶县夏李乡先庄村,统一社会信用代码:54410422ME2086574Y。法定代表人:李秀梅,主任。委托诉讼代理人:纪朝旺(该村民委员会工作人员),男,1988年10月23日出生,汉族,住河南省叶县。原告王宪军与被告河南省平顶山市叶县夏李乡先庄村民委员会(以下简称先庄村委)餐饮服务合同纠纷一案,本院于2021年2月1日立案后,依法适用简易程序公开开庭进行了审理。原告王宪军、被告先庄村委的法定代表人李秀梅及先庄村委的委托诉讼代理人纪朝旺到庭参加诉讼,...
2,449
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<?php // Disable custom colors & font sizes. Allow align-wide. function ksas_disable_gutenberg_colour_settings() { // Disable custom colors add_theme_support( 'disable-custom-colors' ); // Add foundation color palette to the editor add_theme_support( 'editor-color-palette', array( array( 'name' => __( 'Bl...
532
cc:Github Open Source
common_corpus_Github Open Source
2,021
package de.unistuttgart.vis.vita.services.responses.plotview; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; /** * Represents a scene in a Document for which a plot view should be generated. It holds information * lik...
560
cc:Github Open Source
common_corpus_OpenAlex
2,021
THE CONCISE GUIDE TO PHARMACOLOGY 2021/22: Catalytic receptors Stephen PH Alexander1 , Doriano Fabbro2 , Eamonn Kelly3, Alistair Mathie4 , John A Peters5 , Emma L Veale4 , Jane F Armstrong5 , Elena Faccenda6 , Simon D Harding6 , Adam J Pawson6 , Christopher Southan6 , Jamie A Davies6 , Annie Beuve7, Peter Brouckaert8, ...
67,554
academic
common_corpus_Github Open Source
2,021
import React, { Component } from 'react'; import ThingDropdown from '../Dropdowns/ThingDropdown'; import CommunityDropdown from '../Dropdowns/CommunityDropdown'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import { getName, getColor } from '../../reducers'; import OpenCardButton from '../...
480
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
北京互联网法院民 事 判 决 书(2020)京0491民初33504号原告:吴京,男,1974年4月3日出生,满族,住北京市海淀区。委托诉讼代理人:许文,北京爱申律师事务所律师。委托诉讼代理人:牛学峰,北京爱申律师事务所律师。被告:南京奢健食品贸易有限公司,住所地南京市江宁区东山街道东至金源路、南至创新街、西至江南路、北至博爱街绿地之窗商务广场D-1幢608室。法定代表人:陆守学,执行董事。委托诉讼代理人:何定显,广东品泰律师事务所律师。原告吴京与被告南京奢健食品贸易有限公司(以下简称南京奢健公司)网络侵权责任纠纷一案,本院于2020年10月21日立案后,依法适用简易程序公开开庭进行了审理。原告吴京委托诉讼代理人许文、牛学峰,被告南...
7,338
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
use anyhow::{anyhow, Result}; use metaplex_token_metadata::{ instruction::sign_metadata, state::Metadata, ID as METAPLEX_PROGRAM_ID, }; use solana_client::rpc_client::RpcClient; use solana_program::borsh::try_from_slice_unchecked; use solana_sdk::{ pubkey::Pubkey, signature::Signature, signer::{keypair:...
937
cc:Github Open Source
common_corpus_Spanish-Science-Pile
2,021
Bioderecho.es, Núm. 11, enero-junio 2020 REFLEXIONES SOBRE LA GUÍA BIOÉTICA PARA ASIGNACIÓN DE RECURSOS LIMITADOS DE MEDICINA CRÍTICA EN SITUACIÓN DE EMERGENCIA EN MÉXICO ADOLFO ESPINOSA DE LOS MONTEROS RODRÍGUEZ adolfo.espinosa@cuc.udg.mx JOSÉ LÓPEZ GUIARTE jose.lguiarte@academicos.udg.mx EDNA RAMÍREZ ROBLES edna.ram...
12,044
cc:Spanish-Science-Pile
common_corpus_Chinese-Court-Decisions
2,021
西藏自治区拉萨市城关区人民法院民事裁定书(2020)藏0102民初4089号原告:拉萨市广宇建筑装饰材料有限公司,住所地拉萨市。法定代表人:胡静,系该公司执行董事。被告:西藏金达好装饰工程有限公司,住所地西藏自治区。被告:檀江林,男,1976年10月29日出生,汉族,住安徽省安庆市望江县。原告拉萨市广宇建筑装饰材料有限公司与被告西藏金达好装饰工程有限公司、檀江林买卖合同纠纷一案,本院于2020年12月3日立案。原告拉萨市广宇建筑装饰材料有限公司于2021年1月18日向本院提出撤诉申请。本院认为,当事人有权在法律规定的范围内处分自己的权利。原告拉萨市广宇建筑装饰材料有限公司的申请,符合法律规定,应予准许。依照《中华人民共和国民事诉讼法...
543
cc:Chinese-Court-Decisions
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Money Laundering rating: 0+x Basic Information Money Laundering is a criminal enterprise designed to conceal the origins of money acquired from illegal sources so that it appears to be legitimate income … in cant terms, the conversion of black juice into grey or regular "juice". Where the money in question is in cas...
932
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
from incognita.data import scout_census _sections_model = scout_census.column_labels.sections section_types = {section_model.type: section_name for section_name, section_model in _sections_model} # EPSG values for the co-ordinate reference systems that we use WGS_84 = 4326 # World Geodetic System 1984 (Used in GPS) ...
91
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
浙江省龙泉市人民法院 执 行 裁 定 书 (2021)浙1181执178号之一 申请执行人:戴火琴,女,1968年7月16日出生,住浙江省龙泉市。 委托诉讼代理人:金子豪,男,1990年2月11日出生,住浙江省龙泉市。 被执行人:肖小林,男,1980年10月14日出生,住江西省赣州市宁都县。 申请执行人戴火琴与被执行人肖小林合同纠纷一案,本院作出的(2020)浙1181民初1945号民事判决已经发生法律效力。因被执行人未自觉履行判决确定的义务,申请执行人戴火琴向本院申请强制执行。本院于2021年1月26日立案执行。执行标的为被执行人肖小林支付申请执行人戴火琴转让款40000元并赔偿利息损失(按同期全国银行间同业拆借中心公布的贷款市场...
1,267
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
安徽省亳州市谯城区人民法院 民 事 判 决 书 (2021)皖1602民初2789号 原告:刘继峰,男,1974年10月20日出生,汉族,住安徽省亳州市谯城区。 被告:金硕,男,1999年2月16日出生,汉族,住河南省南阳市宛城区。 被告:茹玉彬,男,汉族,1990年3月8日出生,住安徽省亳州市谯城区。 被告:中国人民财产保险股份有限公司谯城支公司,住安徽省亳州市谯城区魏武大道1224号。统一信用代码:91341600790145166R。 负责人:闫龙才,该公司总经理。 委托诉讼代理人:朱凯(该公司员工),男,1986年6月16日出生,汉族,住安徽省亳州市谯城区。 原告刘继峰与被告金硕、茹玉彬、中国人民财产保险股份有限公司谯城支公...
4,796
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* * Copyright (C) 2011 The Android Open Source Project * * 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 app...
861
cc:Github Open Source
common_corpus_Github Open Source
2,021
package net.farlands.sanctuary.command.staff; import net.farlands.sanctuary.command.Command; import net.farlands.sanctuary.data.Rank; import net.farlands.sanctuary.util.Logging; import org.bukkit.command.CommandSender; public class CommandBroadcast extends Command { public CommandBroadcast() { super(Rank...
142
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.ning.api.client.sample; import com.ning.api.client.access.NingConnection; import com.ning.api.client.access.Users; import com.ning.api.client.item.User; import com.ning.api.client.item.UserField; public class ManualChangeUserStatus extends SampleIntermediate { public void doAction(NingConnection conn)...
330
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. // A copy of the License is located at // // http://www.apache.org/licenses/LICENSE-2.0 // // or i...
449
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React from "react"; const FAQ = () => { return ( <div className="max-w-screen-xl mx-auto py-16 px-4 sm:px-6 lg:py-24 lg:px-8"> <h2 className=" text-center text-4xl leading-10 font-display font-semibold text-gray-900 md:text-5xl md:leading-none"> Frequently asked questions </h2> <...
2,168
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
The DTOID Show: CoDBlombies II, Ass-Creed Vita, & WiiU Call of Duty: Short Bus From Hell Wednesday means a new Destructoid Show and a new Destructoid Show means news about video games, or something. Some new details for Call of Duty: Black Ops II have been revealed, specifically the ZOMBIES mode, which sounds like ...
212
cc:Creative Commons Common Crawl (CCC)
common_corpus_StackExchange
2,021
Effective way to "wrap" subclass methods The following code has the desired functionality: class MainClass: def __init__(self, worker): self.worker = worker def foo(self): self.worker.run() class Worker: def run(self): print('about to run...') self._run() print('jus...
617
misc_reference
common_corpus_Github Open Source
2,021
import {replaceOperatorByField, replaceOperatorByName, wrapLike} from '@ecodev/natural'; import {NaturalSearchSelection} from '../types/values'; describe('wrapLike', () => { it('should add % around like value', () => { const input: NaturalSearchSelection = { field: 'myFieldName', co...
377
cc:Github Open Source
common_corpus_Github Open Source
2,021
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL import org.ostelco.prime.gradle.Version plugins { kotlin("jvm") application id("com.github.johnrengelman.shadow") idea } // Update version in [script/start.sh] too. version = ...
804
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env bash # This script can be used to install all required flow types that are used # internally within this package. This is intended to be run as a postinstall # NPM script, but it can be run at any time to refresh and update definitions. types=( "jest@^23.x.x" "query-string@^6.x.x" "nock@^10.x.x" ...
119
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React, { useEffect } from 'react'; import { makeStyles } from '@material-ui/core/styles'; import Card from '@material-ui/core/Card'; import CardActions from '@material-ui/core/CardActions'; import CardContent from '@material-ui/core/CardContent'; import Switch from '@material-ui/core/Switch'; import Typography f...
393
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { configure } from '@storybook/react'; import { setOptions } from '@storybook/addon-options'; import { homepage } from '../package.json'; setOptions({ name: 'craft ai Operations History', url: homepage }); function loadStories() { require('../stories/operationsHistory.js'); require('../stories/infinite...
78
cc:Github Open Source
common_corpus_Github Open Source
2,021
/**************************************************************************** http://retro.moe/unijoysticle2 Copyright 2019 Ricardo Quesada 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...
2,740
cc:Github Open Source
common_corpus_Github Open Source
2,021
// gpu/ipc/common/gpu_preferences.mojom.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_IPC_COMMON_GPU_PREFERENCES_MOJOM_H_ #...
9,093
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org...
4,252
cc:Github Open Source
common_corpus_Github Open Source
2,021
import ts from 'typescript'; // eslint-disable-next-line @typescript-eslint/no-explicit-any export function nodeIteration(node: ts.Node, fn: (node: ts.Node) => any): void { fn(node); ts.forEachChild(node, (node) => nodeIteration(node, fn)); }
62
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php // function to count active users function users_online() { global $con; $session = session_id(); $time = time(); $time_out_in_seconds = TIMEOUT; $time_out = $time - $time_out_in_seconds; $q = "SELECT * FROM cms_sessions WHERE session = '$session'"; $r = mysqli_query($con, $q); $n = mysqli...
422
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.IO; using System.Net.Sockets; using System.Threading.Tasks; //https://cerkit.com/2019/01/10/create-a-simple-irc-bot-with-net-core/ // ReSharper disable MethodHasAsyncOverload //https://datatracker.ietf.org/doc/html/rfc2812 namespace BetterIrcForDotNet { ...
1,016
cc:Github Open Source
common_corpus_StackExchange
2,021
Connection between a.s. equality of conditional expectations and a.s. equality of conditional probabilities Let $P$ be some distribution and let $(X,Y,Z), (X',Y',Z')$ be two random draws from $P$. I would like to understand the connection between the following two conditions (1) $\mathbb{E}[Y|X,Z] = \mathbb{E}[Y|Z]$ al...
635
misc_reference
common_corpus_Chinese-Court-Decisions
2,021
广东省肇庆市端州区人民法院 执 行 裁 定 书 (2021)粤1202执737号之一 申请执行人:肇庆新一城房地产投资有限公司,住所地广东省肇庆市端州区东湖一路8号奔成天悦豪庭第4幢19号商铺,统一社会信用代码9144538109238264XR。 被执行人:陈锦添,男,1991年6月27日出生,汉族,身份证住址广东省江门市新会区。 关于申请执行人肇庆新一城房地产投资有限公司与被执行人陈锦添买卖合同纠纷一案,本院(2020)粤1202民初6352号民事判决已经发生法律效力,因被执行人陈锦添逾期未履行该民事判决确定的法律义务,申请执行人肇庆新一城房地产投资有限公司向本院申请执行。 在执行过程中,本院依法向被执行人发出执行通知书,责令其...
983
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#include <stdio.h> #include <string.h> #include <stdlib.h> #include<time.h> struct file { int id; int size; int start; int length; char name[20]; int present; }; struct discblock { int fid; int next; }; int main(int argc, char* argv[]) { //srand(time(0)); int i, memory, block, n = 0, j; //printf("\nEnter...
1,084
cc:Github Open Source
common_corpus_Github Open Source
2,021
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2020. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date...
343
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
A concept closely related to the memex, but which significantly predated it is the commonplace book and definitely has some examples of that: https://indieweb.org/commonplace_book Published by Chris Aldrich I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics...
108
cc:Creative Commons Common Crawl (CCC)
common_corpus_Chinese-Court-Decisions
2,021
上海市徐汇区人民法院民 事 裁 定 书(2021)沪0104民初21118号之一原告:解放日报社,住所地上海市闵行区。法定代表人:李芸,社长。委托诉讼代理人:江美梅,上海文飞永律师事务所律师。委托诉讼代理人:高飞,上海文飞永律师事务所律师。被告:福建中金在线信息科技有限公司,住所地福建省福州市。法定代表人:沈文策,执行董事兼总经理。原告解放日报社与被告福建中金在线信息科技有限公司侵害作品信息网络传播权纠纷一案,本院于2021年7月16日立案,于2021年10月12日收到原告解放日报社向本院提出的撤诉申请。本院认为,当事人有权在法律规定的范围内处分自己的民事权利和诉讼权利。原告解放日报社以需补充证据材料为由申请撤诉,于法无悖,应予准许...
562
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#include <iostream> #include <sstream> #include <vector> using namespace std; string::size_type eliminate(string s) { while (true) { if (s.size() == 0) return 0; int cnt = 0; int prev = s[0]; string t; for (string::size_type i = 0, iend = s.size(); i < iend; ++i...
353
cc:Github Open Source
common_corpus_Github Open Source
2,021
#pragma once #include <cppexpose/plugin/plugin_api.h> #include <glbinding/gl/types.h> #include <gloperate/gloperate-version.h> #include <gloperate/pipeline/Stage.h> #include <gloperate/pipeline/Input.h> #include <gloperate/pipeline/Output.h> namespace globjects { class Texture; } namespace gloperate { cl...
497
cc:Github Open Source
common_corpus_Github Open Source
2,021
package counter import ( "context" "github.com/pkg/errors" "go.etcd.io/etcd/clientv3" ) // Counter ... type Counter struct { Client Client Name string } // NextCountChunk ... func (counter Counter) NextCountChunk() (uint64, error) { response, err := counter.Client.innerClient. Put(context.Background(), co...
157
cc:Github Open Source
common_corpus_Github Open Source
2,021
# frozen_string_literal: true module Users class Reminders class << self # Class attribute settings are set by the initializer app_settings_user_reminders.rb attr_accessor :password_expiration_defaults end def self.prevent_send_to(user) Rails.env.test? && !user.email.end_with?('-allow-...
356
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
START FINISH Traffic Slioch SLIGHT SEVERE FULL SCREEN UPDATED: 17:00 WE NEED YOUR HELP We've been forced to remove features such as traffic flow, road closures etc due to Google's new extortionate pricing. So that we can bring them back to you, and to gauge interest, would you be willing to pay £2 a month to bring th...
495
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_DEMANGLE_H_ #define TENSORFLOW_STREAM_EXECUTOR_LIB_DEMANGLE_H_ #include "tensorflow/stream_executor/platform/port.h" namespace perftools { namespace gputools { namespace port { string Demangle(const char* mangled); } // namespace port } // namespace gputools } // namespace ...
94
cc:Github Open Source
common_corpus_Github Open Source
2,021
# https://leetcode.com/problems/word-search-ii/ class TrieNode: def __init__(self): self.children = {} self.end = False class Trie: def __init__(self): self.root = TrieNode() def add(self, word): root = self.root for c in word: if c not in root.childr...
601
cc:Github Open Source
common_corpus_Github Open Source
2,021
class PryMoves::Next < PryMoves::TraceCommand def init(binding_) @start_line = binding_.eval('__LINE__') @start_digest = frame_digest(binding_) if @command[:param] == 'blockless' @stay_at_frame = @start_digest end @events_traced = 0 end def trace(event, file, line, method, binding_) ...
260
cc:Github Open Source
common_corpus_Github Open Source
2,021
export const c_jump_links = { ".pf-c-jump-links": { "c_jump_links__list_Display": { "name": "--pf-c-jump-links__list--Display", "value": "flex" }, "c_jump_links__list_Visibility": { "name": "--pf-c-jump-links__list--Visibility", "value": "visible" }, "c_jump_links__list_Pad...
6,684
cc:Github Open Source
common_corpus_Github Open Source
2,021
import Phaser from 'phaser'; import Player from '../Entities/Player'; import Platform from '../Entities/Platform'; import Item from '../Entities/Item'; import Enemy from '../Entities/Enemy'; export default class GameScene extends Phaser.Scene { constructor() { super('Game'); this.game = window; } crea...
1,068
cc:Github Open Source
common_corpus_Github Open Source
2,021
package shibafu.yukari.fragment.tabcontent import android.content.Context import android.content.DialogInterface import android.content.Intent import android.net.Uri import android.os.Bundle import android.os.Handler import android.os.Looper import android.os.Message import android.support.annotation.UiThread import a...
8,729
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Threading; using System.Threading.Tasks; using Elasticsearch.Net; namespace Nest { public partial interface IElasticClient { /// <inheritdoc /> CatResponse<CatTemplatesRecord> CatTemplates(Func<CatTemplatesDescriptor, ICatTemplatesRequest> selector = null); /// <inheritdoc /> Cat...
394
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
大连市甘井子区人民法院案 件 受 理 通 知 书(2021)辽0211民初9545号之三大连万科物业服务有限公司:大连万科物业服务有限公司与黄祥菊物业服务合同纠纷一案,本院决定立案审理,现将有关事项向你告知:1、人民法院审判的流程信息将通过中国审判流程信息公开网,向当事人及其法定代理人、诉讼代理人公开。中国审判流程信息公开网将通过12368短信、官方微信服务号“中国审判流程信息公开”向你推送重要审判环节的流程信息。2、当事人及诉讼代理人应当准确提供身份证件号码、律师执业证号、组织机构代码证、统一社会信用代码,预留有效的手机号码,便于接受案件的审判流程信息。3、可以委托代理人1-2人代为诉讼,并递交由委托人签名的授权委托书,并记明委托...
1,659
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/** * Layout component that queries for data * with Gatsby's useStaticQuery component * * See: https://www.gatsbyjs.com/docs/use-static-query/ */ import React, { useState } from "react" import { Layout, Menu, Button, Input, Avatar } from 'antd'; import { useLocation, Link, navigate } from "@reach/router" // impor...
1,021
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * $Id$ * * Copyright (c) 2012-2014 Fran Lattanzio * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, m...
499
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?= $this->extend('template') ?> <?= $this->section('vendorCSS') ?> <link rel="stylesheet" href="<?= base_url('app-assets/vendors/css/tables/datatable/datatables.min.css') ?>"> <link rel="stylesheet" href="<?= base_url('app-assets/vendors/css/tables/datatable/dataTables.bootstrap4.min.css') ?>"> <link rel="stylesheet" ...
2,877
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
北京市朝阳区人民法院民 事 判 决 书(2020)京0105民初68913号原告:杨风玲,女,1989年3月11日出生,汉族,住河北省邯郸市临漳县,公民身份号码×××。被告:董红伟,男,1994年4月15日出生,汉族,住黑龙江省齐齐哈尔市梅里斯街道团结社区,公民身份号码×××。被告:中国人民财产保险股份有限公司北京市分公司,营业场所北京市东城区朝阳门北大街17号。负责人:郭少军,总经理。委托诉讼代理人:刘立新,北京市北斗鼎铭律师事务所律师。原告杨风玲(以下简称原告)与被告董红伟(以下简称姓名)、中国人民财产保险股份有限公司北京市分公司(以下简称人保北分)机动车交通事故责任纠纷一案,本院于2020年11月4日立案受理后,依法适用简易程...
2,069
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Order; use App\Users; class CmsController extends MainController { public function dashboard(){ self::$dtv['orders'] = Order::getAll(); self::$dtv['users'] = Order::getAll(); return view('cms.dashboard', self::$dtv...
110
cc:Github Open Source
common_corpus_Github Open Source
2,021
namespace backend.Resources { public class CompanyResource { public int Id {get;set;} public string CompanyName {get;set;} public string FantasyName {get;set;} public string Cnpj {get;set;} } }
52
cc:Github Open Source
common_corpus_French-Science-Pile
2,021
HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L’archive ouverte pluridisciplinaire HAL,...
10,689
cc:French-Science-Pile
common_corpus_Github Open Source
2,021
#version 400 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable layout (binding = 1) uniform sampler2D uImageUnit; layout (location = 0) in vec2 vST; layout (location = 0) out vec4 outColor; void main() { float uMagTol=0.2f;//设定的阈值,判定当前点是否为边缘点 float uQ...
1,142
cc:Github Open Source
common_corpus_Github Open Source
2,021
import {IsNumber, IsObject, IsString,} from "class-validator"; import { ApiProperty } from "@nestjs/swagger"; export class FilterDto { @ApiProperty() @IsString() name: string; @ApiProperty() @IsNumber() state: number; }
63
cc:Github Open Source