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_Github Open Source
2,021
package com.xhinliang.jugg.plugin.history; import static com.google.common.base.MoreObjects.firstNonNull; import static com.xhinliang.jugg.util.FunctionUtils.getJsonLimited; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQue...
947
cc:Github Open Source
common_corpus_Github Open Source
2,021
import {Component, HostBinding, Input, OnInit} from '@angular/core'; @Component({ selector: '[app-pagination-button]', templateUrl: './pagination-button.component.html', styleUrls: ['./pagination-button.component.css'] }) export class PaginationButtonComponent implements OnInit { constructor() { } @Input()...
95
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
福建省莆田市中级人民法院 执 行 裁 定 书 (2021)闽03执50号之一 申请执行人:凯基商业银行股份有限公司,住所地台湾地区台北市松山区南京东路五段125号1-3楼、127号。 法定代表人:魏宝生,董事长。 委托代理人:彭筱剑、李诗涵,上海君伦律师事务所执业律师。 被执行人:BESTWELLINDUSTRIESLIMITED(百益实业有限公司),住所地香港特别行政区九龙尖沙咀柯士甸道122号丽斯中心11楼A室。 法定代表人:吴庆喜。 被执行人:吴庆喜,男,住台湾地区台北市士林区,台湾地区身份证统一编号Y100216973。 被执行人:吴建男,男,住台湾地区台中市北屯区,台湾地区身份证统一编号Y120270982。 关于本院受理...
2,288
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package com.zang.api.unit; import com.zang.api.connectors.AvailablePhoneNumbersConnector; import com.zang.api.domain.AvailablePhoneNumber; import com.zang.api.domain.enums.AvailableNumberType; import com.zang.api.exceptions.ZangException; import com.zang.api.params.ListAvailableNumbersParams; import junit.framework.As...
282
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
黑龙江省同江市人民法院民 事 裁 定 书(2021)黑0881民初181号原告:姜丽燕,女,1972年8月6日出生,汉族,个体,住同江市。被告:姜佰玲,女,1976年8月27日出生,汉族,无业,住同江市。原告姜丽燕与被告姜佰玲民间借贷纠纷一案,本院于2021年2月18日立案。原告姜丽燕于2021年5月8日向本院提出撤诉申请。本院认为,原告要求撤回对被告姜佰玲的起诉请求合法,应予准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:准许姜丽燕撤诉。案件受理费人民币839.04元,减半收取人民币419.52元,由原告姜丽燕负担。审 判 长 孙 锋人民陪审员 杜 平人民陪审员 马春梅二〇二一年五月八日书 记 员 李 岩...
387
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
Printing content of hash of arrays of arrays I've been trying to read the following structure in Perl: my %Homes = ( "Home 1" => [ 'TYPE_OF_HOUSE' => "Villa", 'FIELD1' => ["1","2","3"], 'Field2' => ["2","3","4"], 'Field3' => ["3","4","5"], ], "Home 2" => [ ...
1,008
misc_reference
common_corpus_Github Open Source
2,021
package me.matoosh.undernet.event.resource.pull; import me.matoosh.undernet.p2p.router.data.message.ResourcePullMessage; /** * Called when a resource pull is received. */ public class ResourcePullReceivedEvent extends ResourcePullMessageEvent { public ResourcePullReceivedEvent(ResourcePullMessage pullMessage) {...
143
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省固始县人民法院民 事 判 决 书(2021)豫1525民初2276号原告:北京知了蝉鸣商务咨询有限公司,住所地,北京市景山区实兴大街******。法定代表人:隋菲,总经理。委托诉讼代理人:李增钰,公司员工,代理权限为特别授权。被告:胡星刚,男,汉族,1986年3月20日出生,住河,住河南省固始县div>原告北京知了蝉鸣商务咨询有限公司与被告胡星刚债权转让合同纠纷一案,本院于2021年3月16日立案后,依法适用简易程序公开开庭进行了审理,原告北京知了蝉鸣商务咨询有限公司委托诉讼代理人李增钰,被告胡星刚到庭参加了诉讼。本案现已审理终结。原告北京知了蝉鸣商务咨询有限公司向本院提出诉讼请求:1、判令被告向原告归还剩余应还的借款本金共计...
3,110
cc:Chinese-Court-Decisions
common_corpus_UK Hansard – House of Lords
2,021
My Lords, while I warmly support the Government’s levelling-up plans, would my noble friend acknowledge that, regardless of their geographical location, perceived prosperity or supposed political affinity, too many parts of the country are still unreached by digital connectivity and superfast broadband? They would appr...
69
cc:UK Hansard – House of Lords
common_corpus_OpenAlex
2,021
PLOS ONE RESEARCH ARTICLE Individual Goffin´s cockatoos (Cacatua goffiniana) show flexible targeted helping in a tool transfer task I. B. LaumerID1,2‡*, J. J. M. Massen1,3‡, P. M. Boehm1, A. Boehm1, A. Geisler1, A. M. I. Auersperg4 1 Department of Cognitive Biology, University of Vienna, Vienna, Austria, 2 Department o...
18,792
academic
common_corpus_Github Open Source
2,021
package faker_test import ( "go-service-gin/util/faker" "testing" "github.com/stretchr/testify/assert" ) func TestSentence(t *testing.T) { ac := len(faker.Sentence()) assert.GreaterOrEqual(t, ac, 25) } func TestParagraph(t *testing.T) { ac := len(faker.Paragraph()) assert.GreaterOrEqual(t, ac, 50) } // //...
107
cc:Github Open Source
common_corpus_Github Open Source
2,021
(* --- Day 15: Chiton --- You've almost reached the exit of the cave, but the walls are getting closer together. Your submarine can barely still fit, though; the main problem is that the walls of the cave are covered in chitons, and it would be best not to bump any of them. The cavern is large, but has a very low ceil...
1,717
cc:Github Open Source
common_corpus_Github Open Source
2,021
import os import shutil import json import sys import logging import pprint import zipfile import aud_usd_parser logging.basicConfig() logger = logging.getLogger('aud-builder') logger.setLevel(logging.DEBUG) PY2 = sys.version_info.major == 2 ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__fil...
1,047
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Fill out your copyright notice in the Description page of Project Settings. #include "SegmentationCaptureActor.h" #include <Runtime/Engine/Classes/Materials/Material.h> #include <Runtime/CoreUObject/Public/UObject/ConstructorHelpers.h> ASegmentationCaptureActor::ASegmentationCaptureActor(){ // Set this acto...
508
cc:Github Open Source
common_corpus_Github Open Source
2,021
import torch import numpy as np from torch import nn from typing import Tuple from .utils import build_mlp class StateFunction(nn.Module): """ Value function that takes states as input Parameters ---------- state_shape: np.array shape of the state space hidden_units: tuple hi...
981
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
四川省盐边县人民法院结 案 通 知 书(2021)川0422执128号王大元、攀枝花市耘华锦农业开发有限责任公司:王大元与攀枝花市耘华锦农业开发有限责任公司追索劳动报酬一案,申请执行标的共计5160.00元。经本院立案执行,现已全部执行到位。至此,王大元向本院申请执行的(2021)川0422执128号案件已全部执行完毕,现已结案。特此通知。二〇二一年二月八日 更多数据:www.macrodatas.cn
197
cc:Chinese-Court-Decisions
common_corpus_Open-Science-Pile
2,021
Journal of Civil Structural Health Monitoring (2021) 11:1201–1224 https://doi.org/10.1007/s13349-021-00502-y ORIGINAL PAPER On the denoising of structural vibration response records from low‑cost sensors: a critical comparison and assessment Gabriele Ravizza1 · Rosalba Ferrari1 · Egidio Rizzi1 · Vasilis Dertimanis2...
11,944
cc:Open-Science-Pile
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using C1.Chart; using C1.Win.Chart; using BaseExplorer; using FlexChartExplorer.Data; using BaseExplorer....
772
cc:Github Open Source
common_corpus_Spanish-Science-Pile
2,021
MEDICINA CLÍNICA Y SOCIAL REPORTE Med. clín. soc. 2021;5(2):106-110. e-ISSN: 2521-2281 MAYO-AGOSTO. https://doi.org/10.52379/mcs.v5i2.167 Decanulación en Paciente Pediátrica con Enfermedad Neuromuscular: reporte de caso Decannulation in a Pediatric Patient with Neuromuscular Disease Gloria Concepción Giménez 1, Estef...
6,287
cc:Spanish-Science-Pile
common_corpus_Chinese-Court-Decisions
2,021
连云港市赣榆区人民法院民 事 裁 定 书(2021)苏0707民初2879号原告:王**,男,1994年7月21日出生,汉族,居民,山东省临沭县。被告:任春华,女,1973年8月24日出生,汉族,居民,连云港市赣榆区。原告王**与被告任春华买卖合同纠纷一案,本院于2021年3月26日立案受理。2021年3月26日,原告王**向本院提出申请,请求撤回对被告任春华的起诉。本院认为,原告的撤诉申请符合有关法律规定,依照《中华人民共和国民事诉讼法》第一百四十五条第一款的规定,裁定如下:准许原告王**撤回对被告任春华的起诉。案件受理费50元,减半收取25元,由被告任春华负担。审 判 员  李 伟二〇二一年三月二十九日法官助理  陈金龙书 记 ...
392
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package software.aws.toolkits.jetbrains.settings import com.intellij.openapi.project.Project import com.intellij.util.messages.MessageBus import com.jetbrains.rider.projectView.solution import software.aw...
182
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广东省佛山市南海区人民法院民 事 判 决 书(2020)粤0605民初28065号原告:佛山市南海三湘铝业材料有限公司,住所地:广东省佛山市。法定代表人:王某1。委托诉讼代理人:王蓉,系该公司员工。被告:河南银海利达铝合金有限公司,住所地:河南省焦作市马村。法定代表人:吕某1。原告佛山市南海三湘铝业材料有限公司与被告河南银海利达铝合金有限公司买卖合同纠纷一案,本院于2020年10月29日立案后,依法适用普通程序于2021年2月23日公开开庭进行了审理。原告的委托诉讼代理人王蓉到庭参加了诉讼,被告河南银海利达铝合金有限公司经本院公告传唤未到庭。本案现已审理终结。原告向本院提出诉讼请求:1.被告支付货款61642元及利息(按中国人民银行...
2,470
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
天津市第三中级人民法院民 事 判 决 书(2021)津03民终2506号上诉人(原审被告):天津市大林新材料科技股份有限公司,住所地天津开发区西区新业五街18号。法定代表人:刘根友,董事长。委托诉讼代理人:同飞,天津三凯律师事务所律师。被上诉人(原审原告):曹丽娟,女,1970年8月1日出生,汉族,住天津市滨海新区。委托诉讼代理人:王红伟,天津理铭律师事务所律师。上诉人天津市大林新材料科技股份有限公司(以下简称大林公司)因与被上诉人曹丽娟劳动争议纠纷一案,不服天津市滨海新区人民法院(2020)津0116民初27935号民事判决,向本院提起上诉。本院于2021年3月16日立案后,依法组成合议庭,经阅卷、询问当事人,依据法律规定,不开庭...
3,609
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>scopeName</key> <string>text.packages</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#comment</string> </d...
868
cc:Github Open Source
common_corpus_StackExchange
2,021
Is there a better way of displaying JSON data from API in angular datatable? I am using angular data table and I am able to get the data from api,but data table is showing "no records" message even when the data is there and when I am trying to sort them ,the data is going away. export class SalesComponent implements...
598
misc_reference
common_corpus_OpenAlex
2,021
The Clinical and Cost-effectiveness of a Self- management Intervention for Patients with Persistent Depressive Disorder and their Partners/caregivers: Study Protocol of a Multicenter Pragmatic Randomized Controlled Trial. The Clinical and Cost-effectiveness of a Self- management Intervention for Patients with Persisten...
22,935
academic
common_corpus_Github Open Source
2,021
import org.opencv.core.*; import org.opencv.core.Point; import org.opencv.imgcodecs.Imgcodecs; import org.opencv.imgproc.Imgproc; import javax.swing.*; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import java.awt.*; import java.awt.image.BufferedImage; import java.awt.image.DataBuffer...
1,513
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** Copyright 2020-2021 Alibaba Group Holding Limited. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
644
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Fiscal Expenditure Incentives, Spatial Correlation and Quality of Economic Growth: Evidence from a Chinese Province •  Jiangyi Qi     Abstract This paper constructs an index system to evaluate economic growth quality. After taking into account the spatial correlation, the impact of public expenditure on economic ...
243
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
/* * Copyright 2021 dalodev */ package es.littledavity.testUtils import es.littledavity.data.commons.DataPagination import es.littledavity.data.contacts.DataContact import es.littledavity.data.contacts.DataImage import es.littledavity.data.contacts.entities.CreationDate import es.littledavity.data.contacts.entities....
660
cc:Github Open Source
common_corpus_Github Open Source
2,021
versionAzureCli=2.19.1 versionKubectl=1.20.2 versionGit=2.25.1 versionTflint=0.24.1 versionJq=1.6 versionDockerCompose=1.27.4 versionTfsec=0.38.4 versionTerraformDocs=0.11.1 versionAnsible=2.9.6 versionPacker=1.6.6 versionTerraformCloudAgent=0.1.8 versionCheckov=1.0.674 versionMssqlTools=17.7.1.1
137
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* Copyright 2015 Karthik Narumanchi Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software...
508
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * 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...
1,222
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright 2020 the original author or authors. * * 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 l...
588
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** This is free and unencumbered software released into the public domain. The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository. **/ /* SPDX-License-Identifier: CC0-1.0...
9,217
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Accessibility navigation Stochastic resonance for nonequilibrium systems Lucarini, V. (2019) Stochastic resonance for nonequilibrium systems. Physical Review E, 100 (6). 062124. ISSN 2470-0045 Preview Text (Open access) - Published Version · Available under License Creative Commons Attribution. · Please see our End...
485
cc:Creative Commons Common Crawl (CCC)
common_corpus_Chinese-Court-Decisions
2,021
黑龙江省黑河市爱辉区人民法院民 事 裁 定 书(2021)黑1102民初2499号原告:黑河远大农机有限责任公司,统一社会信用代码91231100565199192H,住所地黑河市爱辉区铁路街430号。法定代表人:刘超,职务总经理。委托诉讼代理人:陈岩,黑龙江边陲律正律师事务所律师。被告:孙振蛟,男,1954年6月22日出生,汉族,无职业,现住黑河市爱辉区。原告黑河远大农机有限责任公司与被告孙振蛟买卖合同纠纷一案,本院于2021年9月1日立案。原告黑河远大农机有限责任公司于2021年9月15日向本院提出撤诉申请。本院认为,原告黑河远大农机有限责任公司的申请符合法律规定,依照《中华人民共和国民事诉讼法》第一百四十五条第一款之规定,裁定...
469
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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.apa...
641
cc:Github Open Source
common_corpus_StackExchange
2,021
Unknown python DEBUG statements appear I recently imported some new python modules: # https://stackoverflow.com/a/36419702/6929343 import logging import sys Some unexpected output now appears on my terminal: 2021-05-01 18:11:21,331 DEBUG STREAM IHDR 16 13 2021-05-01 18:11:21,331 DEBUG STREAM bKGD 41 6 2021-05-01 18:11...
1,579
misc_reference
common_corpus_Chinese-Court-Decisions
2,021
广东省深圳市福田区人民法院 民 事 判 决 书 (2021)粤0304民初2469号 原告:中信银行股份有限公司信用卡中心,住所地深圳市福田区福田街道福华一路121号中信银行大厦,统一社会信用代码91440300761961869W。 负责人:张明,该中心负责人。 委托诉讼代理人:沈小英,女,汉族,系公司员工。 被告:赵伟等人(各案被告及身份信息详见附表一)。 上列原告中信银行股份有限公司信用卡中心与各被告信用卡纠纷272案,本院于2021年1月5日立案后,依法适用简易程序,公开开庭进行了审理。原告委托诉讼代理人沈小英到庭参加了诉讼。各案被告经本院公告送达开庭传票,无正当理由拒不到庭,本院依法缺席审理。本批系列案现已审理终结。 案件...
3,858
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// make sure you start 2 grapes // grape --dp 20001 --aph 30001 --bn '127.0.0.1:20002' // grape --dp 20002 --aph 40001 --bn '127.0.0.1:20001' 'use strict' const Grenache = require('./../') const Link = require('grenache-nodejs-link') const PeerPub = Grenache.PeerPub const _ = require('lodash') const link = new Link...
197
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php /** * @link https://craftcms.com/ * @copyright Copyright (c) Pixel & Tonic, Inc. * @license https://craftcms.github.io/license/ */ namespace craft\models; use Craft; use craft\base\Model; use craft\records\AssetTransform as AssetTransformRecord; use craft\validators\DateTimeValidator; use craft\validators\H...
1,069
cc:Github Open Source
common_corpus_StackExchange
2,021
how to change permissions for current view overriding the DEFAULT_PERMISSION_CLASSES in django rest-framework how to change permissions for current view overriding the DEFAULT_PERMISSION_CLASSES in django rest-framework Here is how i set my defaultpermissions in my settings.py : REST_FRAMEWORK = { 'DEFAULT_AUTHENT...
567
misc_reference
common_corpus_Github Open Source
2,021
<http://model.geneontology.org/SYNGO_2405> a <http://www.w3.org/2002/07/owl#Ontology> . <http://geneontology.org/lego/evidence> a <http://www.w3.org/2002/07/owl#AnnotationProperty> . <http://geneontology.org/lego/hint/layout/x> a <http://www.w3.org/2002/07/owl#AnnotationProperty> . <http://geneontology.org/lego/hin...
8,115
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using IO.Ably; using IO.Ably.Realtime; using IO.Ably.Types; using Newtonsoft.Json.Linq; namespace IO.Ably.MessageEncoders { internal class MessageHandler { internal ILogger Logger ...
3,060
cc:Github Open Source
common_corpus_Github Open Source
2,021
import * as React from "react"; import { JSX } from "react-jsx"; import { IFluentIconsProps } from '../IFluentIconsProps.types'; const ShareScreenStop20Regular = (iconProps: IFluentIconsProps, props: React.HTMLAttributes<HTMLElement>): JSX.Element => { const { primaryFill, className } = iconProps; return...
456
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
大连市中山区人民法院执 行 裁 定 书(2021)辽0202执2207号之一申请执行人:平安银行股份有限公司大连分行,住所地大连市中山区港隆路21号。负责人:刘庆,系公司经理。委托代理人:于玲,系辽宁景从律师事务所律师。委托代理人:付炜,系辽宁景从律师事务所律师。被执行人:史丙占,男,1960年9月25日出生,汉族,住河北省衡水市安平县。本院依据已经发生法律效力的本院(2020)辽0202民初4514号民事判决书,于2021年4月6日依法向被执行人发出执行通知,责令被执行人在接到执行通知后即日内履行生效法律文书所确定的义务,但被执行人并未按期履行生效法律文书确定的义务。为保护申请执行人的合法权益,依照《中华人民共和国民事诉讼法》第一...
547
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1996. // // File: globals.cxx // // Contents: Global Variables for WinNT // // Functions: // // History: 25-March-96 KrishnaG Created. // Updated: ...
13,208
cc:Github Open Source
common_corpus_Github Open Source
2,021
import fetch from 'node-fetch' import Typo from 'typo-js' import fs from 'fs' import path from 'path' const dataDir = path.join(__dirname, 'data') const baseDicUrl = 'https://raw.githubusercontent.com/titoBouzout/Dictionaries/master/' export default function SpellChecker(CodeMirror) { // Verify if ( typeof ...
901
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
5,722
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.amsavarthan.dude.utils; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; public class LocationBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { Log...
88
cc:Github Open Source
common_corpus_Github Open Source
2,021
package mods.clayium.gui.container; import mods.clayium.block.tile.Inventories; import net.minecraft.inventory.IInventory; public class InventoriesClayCraftingTable extends Inventories { public int[] starts; public int[] widths; public int[] heights; public InventoriesClayCraftingTable(IInve...
187
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright 2015 Baptiste Mesta * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
1,376
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
贵州省织金县人民法院民 事 判 决 书(2021)黔0524民初4891号原告:邓琴,女,1986年8月14日出生,汉族,住贵州省织金县。原告:袁钦,男,1983年10月8日出生,白族,住贵州省织金县。托诉讼代理人(特别授权):杨靖,贵州北斗星律师事务所律师。委托诉讼代理人(一般授权):卢昌亮,贵州北斗星律师事务所律师。被告:贵州半岛温泉房地产开发有限公司,住所地:贵州省毕节市织金县绮陌街道三架山村半岛国际温泉第2区3栋1单元6层3号。统一社会信用代码91520524067748929。法定代表人:陈德加,该公司执行董事。委托诉讼代理人(特别授权):周光彦,织金县牛场法律服务所法律工作。原告邓琴、袁钦与被告贵州半岛温泉房地产开发有限...
3,167
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package dtmsvr import ( "errors" "math" "github.com/gin-gonic/gin" "github.com/yedf/dtm/common" "github.com/yedf/dtm/dtmcli" "github.com/yedf/dtm/dtmcli/dtmimp" ) func addRoute(engine *gin.Engine) { engine.GET("/api/dtmsvr/newGid", common.WrapHandler(newGid)) engine.POST("/api/dtmsvr/prepare", common.WrapHan...
626
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Award Bibliography: Rodrigo Juri You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed. Not showing translations. Registered users can choose which translations are shown. No awards found for Rodrigo Juri Copyright © 1995-2021 Al von Ruff and the ISFDB team...
92
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
<div class="col-desk-9 col-sm-9"> <div class="row" style="padding:30px;"> <?php $time = date("Y-m-d H:i:s"); ?> <form id="form_category" method="post" action="<?= base_url()?>products/create" enctype="multipart/form-data"> <table> <tr> ...
879
cc:Github Open Source
common_corpus_OpenAlex
2,021
Literature review E hi i Entrepreneurship is a vital economic driver in any country. It plays a crucial role its development of any nation. A powerful confession was put forward by (Dhaliwal, 2016) where the author stated that development of a country lies in entrepreneurship. One of the most critical contributions to ...
15,617
academic
common_corpus_Chinese-Court-Decisions
2,021
广东省深圳市福田区人民法院 民 事 判 决 书 (2021)粤0304民初34204号 原告:招商银行股份有限公司,住所地深圳市福田区深南大道7088号招商银行大厦,统一社会信用代码9144030010001686XA。 法定代表人:缪建民,董事长。 委托诉讼代理人:李晛,广东信通律师事务所律师。 委托诉讼代理人:杨璐华,广东信通律师事务所实习律师。 被告:郭其川等187人(详细信息详见附表一)。 原告招商银行股份有限公司诉各案被告金融借款合同纠纷共一百八十七案,本院于2021年6月3日立案后,根据《全国人民代表大会常务委员会关于授权最高人民法院在部分地区开展民事诉讼程序繁简分流改革试点工作的决定》,依法适用小额诉讼程序,于2021...
11,822
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
Unit test WebGL2RenderingContext angular jasmine I have some guard like this guard.ts that just show error if webGl is disabled import { Injectable } from '@angular/core'; import { CanActivate } from '@angular/router'; import { TranslateService } from '@ngx-translate/core'; import { NotificationService } from '../noti...
1,372
misc_reference
common_corpus_Github Open Source
2,021
(module SlideSwitch (layer F.Cu) (tedit 5F6A2EBC) (fp_text reference REF** (at 0 0.5) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SlideSwitch (at 0 -0.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user ON (at -2.54 1.905 unlocked) (layer F...
436
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
浙江省桐乡市人民法院 刑 事 判 决 书 (2020)浙0483刑初869号 公诉机关桐乡市人民检察院。 被告人沈嘉杰,男,2001年4月19日出生,汉族,浙江省桐乡市人,初中文化,个体,户籍地浙江省桐乡市。因本案于2020年5月10日被桐乡市公安局刑事拘留,同年6月16日被依法逮捕。现押于桐乡市看守所。 辩护人杨兴良,浙江中锐律师事务所律师。 被告人唐林峰,男,1996年4月24日出生,汉族,浙江省湖州市人,初中文化,无业,户籍地浙江省湖州市南浔区。因本案于2020年5月10日被桐乡市公安局刑事拘留,同年6月16日被依法逮捕。现押于桐乡市看守所。 辩护人沈旭栋,浙江瑞坤律师事务所律师。 被告人倪良亮,男,1995年4月13日出生,...
4,847
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> {{ __('Edit account') }} - {{ $account->alias }} ({{ $account->name }}) </h2> </x-slot> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> <d...
412
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** * @author rxl635@student.bahm.ac.uk * Copyright 2017,Rujia,Yifan. * Licensed under MIT (https://github.com/BlockTechCert/BTCert/blob/master/LICENSE) */ $(function(){ $(".btn-checker").click(function(){ $(".checker-des").hide(); $(".checker-login").fadeIn(); }); }); function getQueryStr...
538
cc:Github Open Source
common_corpus_Github Open Source
2,021
// // TYBleMeshDeviceModel.h // TuyaSmartBLEMeshKit // // Created by 黄凯 on 2019/3/21. // #import <Foundation/Foundation.h> #import <TYBluetooth/TYBluetooth.h> NS_ASSUME_NONNULL_BEGIN @interface TYBleMeshDeviceModel : NSObject /** 设备名称 */ @property (nonatomic, strong) NSString *name; /** 设备本身 */ @property (n...
236
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Journal of Software Engineering and Applications Volume 2, Issue 2 (July 2009) ISSN Print: 1945-3116   ISSN Online: 1945-3124 Google-based Impact Factor: 2.23  Citations  h5-index & Ranking Model Interpretation Development: Analysis Design of Automatic Control System HTML  Download as PDF (Size: 198KB)  PP. 116-12...
398
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
// Code generated by go-swagger; DO NOT EDIT. package aws // This file was generated by the swagger tool. // Editing this file might prove futile when you re-run the swagger generate command import ( "fmt" "io" "github.com/go-openapi/runtime" strfmt "github.com/go-openapi/strfmt" models "github.com/vmware-ta...
1,240
cc:Github Open Source
common_corpus_OpenAlex
2,021
  Citation: Duarte, S.; Magro, A.; Tomás, J.; Hilário, C.; Alvito, P.; Ferreira, R.B.; Carvalho, M.O. The Interaction between Tribolium castaneum and Mycotoxigenic Aspergillus flavus in Maize Flour. Insects 2021, 12, 730. https://doi.org/10.3390/ insects12080730 Abstract: Tribolium castaneum is one of t...
13,060
academic
common_corpus_Github Open Source
2,021
// // TestConnectionOptions2dx.cpp // Adjust SDK // // Created by Ugljesa Erceg (@uerceg) on 14th September 2021. // Copyright © 2021 Adjust GmbH. All rights reserved. // #include "TestConnectionOptions2dx.h" #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) #include <jni.h> #include "platform/android/jni/JniHelper...
232
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广东省珠海市香洲区人民法院民 事 判 决 书(2020)粤0402民初4425号原告:温显麟,男,汉族,1966年7月21日出生,住珠海市香洲区××××××××××××,公民身份号码:362××××××××××××030。委托诉讼代理人:石赋,北京市中银(珠海)律师事务所律师。委托诉讼代理人:林贞彬,北京市中银(珠海)律师事务所律师。被告:崔柏成,男,汉族,1954年7月2日出生,户籍地址:广东省佛山市禅城区×××××,公民身份号码:440××××××××××××31X。被告:崔捷,男,汉族,1981年12月28日出生,户籍地址:广东省佛山市禅城区×××××,公民身份号码:440××××××××××××013。原告温显麟诉被告崔柏成...
5,848
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
using AlizeeEngine; class SelectorMovementSystem: ClodoBehaviour { public override void OnUpdate() { Entities.ForEach( (Selector sel, Position pos) => { switch (sel.Selection) { case Selection.TirMultiple: if (!sel.TirMultiple) { En...
256
cc:Github Open Source
common_corpus_StackExchange
2,021
Executing Cygwin's "bash.exe" from different folder than "C:\cygwin64\bin" got dysfunctional BACKSPACE Observations: If I launch "bash.exe" from the folder "C:\cygwin64\bin" then the shell is open in a CMD.exe terminal and everything works fine. If I launch "bash.exe" from a different folder than "C:\cygwin64\bin" th...
492
misc_reference
common_corpus_Github Open Source
2,021
<?php namespace Tests\Feature\Http\Controllers\Api; use App\Http\Controllers\Api\BasicCRUDController; use Illuminate\Database\Eloquent\ModelNotFoundException; use Illuminate\Http\Request; use Illuminate\Http\Response; use Illuminate\Validation\ValidationException; use Mockery; use ReflectionClass; use ReflectionExcep...
963
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { Request, Response } from 'express'; type APIResponse<Content> = | { error: true; content: { message: string }; } | { error: false; content: Content }; /** * Catches errors and provides a fallback if something goes wrong * @param callback Express handler function */ export const fall = ...
170
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Copyright 2014 Federico Omoto // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
2,627
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.cjj.qlemusic.portal.components; import com.cjj.qlemusic.common.constant.QueueConstant; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.amqp.AmqpException; import org.springframework.amqp.core.AmqpTemplate; import org.springframework.amqp.core.Message; import org.springfr...
279
cc:Github Open Source
common_corpus_Github Open Source
2,021
#pragma once #ifndef WORLD_OBJB_MTLBUILDER_HPP #define WORLD_OBJB_MTLBUILDER_HPP #include <glm/glm.hpp> #include <string> #include <vector> namespace ofxPlanet { namespace objb { /** * MtlElement is material information. */ class MtlElement { public: explicit MtlElement(const std::string& name); ...
341
cc:Github Open Source
common_corpus_Github Open Source
2,021
'use strict'; const { spawn } = require('child_process'); const { join } = require('path'); const start = Date.now(); const child = spawn('node', [ join(__dirname, '../bootstrap.js') ]); let output = ''; let isStartup = false; child.stdout.on('data', (data) => { output += data.toString(); if (output.indexOf('Serve...
166
cc:Github Open Source
common_corpus_Github Open Source
2,021
using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using System.Collections.Generic; using System.Text; namespace PpmpMessageModel.Enums { [JsonConverter(typeof(StringEnumConverter))] public enum Severity { HIGH, MEDIUM, LOW, UNKNOWN } }
60
cc:Github Open Source
common_corpus_StackExchange
2,021
Deleting leftover git refs from old project I was working on a project and now i want to upload the folder to another. I am trying to run the following commands: cd existing_folder git init git remote add origin git@gitlab.com:myname/project.git git add . git commit -m "Initial commit" git push -u origin master Howeve...
736
misc_reference
common_corpus_Github Open Source
2,021
const { LinkedList } = require('../lib') describe('LinkedList unit tests', () => { let linkedList describe('new LinkedList()', () => { test('creates an empty linkedList', () => { linkedList = new LinkedList() expect(linkedList).toBeInstanceOf(LinkedList) }) }) describe('.push(element)', (...
460
cc:Github Open Source
common_corpus_Github Open Source
2,021
package org.biopax.paxtools.model.level3; import org.biopax.paxtools.util.AutoComplete; import java.util.Set; /** * Definition: An entity reference is a grouping of several physical entities across different * contexts and molecular states, that share common physical properties and often named and treated * as a ...
1,358
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php use yii\helpers\Html; ?> <?php if(!array_key_exists('prompt', $inputOptions)) $inputOptions['prompt']= '--'.$widget::t('messages','Choose a value')."--"; ?> <?= $form->field($model,$campo)-> dropDownList($data, $inputOptions ) ?>
70
cc:Github Open Source
common_corpus_Github Open Source
2,021
var data = { "body": "<path d=\"M1.584 13.007a8 8 0 0 1 14.873-5.908a5.5 5.5 0 0 1 6.52 5.908H1.584zM4 19h17v2H4v-2zm-2-4h21v2H2v-2z\" fill=\"currentColor\"/>", "width": 24, "height": 24 }; export default data;
118
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
上海市浦东新区人民法院执 行 裁 定 书(2021)沪0115执860号申请执行人:招商银行股份有限公司信用卡中心,住所地上海市浦东新区。负责人:李慧,总经理。被执行人:杨雪,女,1988年3月13日出生,汉族,住吉林省长春市。申请执行人招商银行股份有限公司信用卡中心依据本院作出的已发生法律效力的(2020)沪0115民初8443号民事判决书,于2021年1月5日向本院申请执行,要求被执行人杨雪于判决生效之日起十日内归还申请执行人招商银行股份有限公司信用卡中心信用卡欠款本金71,845.82元(人民币,下同)并支付相应利息、违约金及其他费用等。本院于2021年1月13日向被执行人杨雪发出执行通知书及财产报告令,责令被执行人于2021...
1,290
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
山东省单县人民法院刑 事 判 决 书(2021)鲁1722刑初45号公诉机关山东省单县人民检察院。被告人马腾飞(曾用名马祥龙),男,1989年11月9日出生于山东省单县,汉族,中专文化,山东祺鑫机械工程有限公司法人,户籍地山东省单县,住单县。因涉嫌犯危险驾驶罪,于2019年9月28日被单县公安局取保候审;于2020年10月14日被单县人民检察院取保候审,同日由单县公安局执行取保候审。山东省单县人民检察院以单检一部刑诉〔2021〕2号起诉书指控被告人马腾飞犯危险驾驶罪。本院适用刑事速裁程序,实行独任审判,公开开庭审理了本案。现已审理终结。公诉机关指控,2019年9月19日22时许,被告人马腾飞与其朋友在单县家庭餐馆一块吃饭,期间喝了一...
1,250
cc:Chinese-Court-Decisions
common_corpus_USPTO
2,021
TABLE 2A Ratios Infant Adult Lumen diameter:Pitch 2.3:1 2.4:1 Pitch:Bubble width 1.1:1 1.1:1 Pitch:Bead width 2.2:1 3.1:1 Bubble width:Bead width 2.0:1 2.9:1 Lumen diameter:Bubble height 3.9:1 5.1:1 Lumen diameter:Bead height 12.2:1  12.0:1  Bubble height:Bead height 3.1:1 2.3:1 Lumen diameter:Bubble thickness 27.5:1  ...
9,601
formal_gov
common_corpus_Github Open Source
2,021
#ifndef FLY_SORTER_WINDOW_HPP #define FLY_SORTER_WINDOW_HPP #include "ui_fly_sorter_window.h" #include "parameters.hpp" #include "image_grabber.hpp" #include "blob_finder.hpp" #include "identity_tracker.hpp" #include "fly_segmenter.hpp" #include "hog_position_fitter.hpp" #include "gender_sorter.hpp" #include "hog_sort...
942
cc:Github Open Source
common_corpus_Court Listener
2,021
NOT FOR PUBLICATION FILED UNITED STATES COURT OF APPEALS JUN 29 2021 MOLLY C. DWYER, CLERK U.S. COURT ...
605
cc:Court Listener
common_corpus_Chinese-Court-Decisions
2,021
浙江省金华市中级人民法院 结 案 通 知 书 (2021)浙07执316号 申请执行人萍乡唯渡金融服务外包有限公司 被执行人张永平 申请执行人萍乡唯渡金融服务外包有限公司与被执行人张永平借款合同纠纷一案,被执行人张永平主动向本院缴纳款项3400元,本院现已将上述款项中50元作为申请执行费发放,将余款3350元发放给申请执行人。申请执行人向本院书面确认,其自愿放弃本案剩余债权,本案已执行完毕。 特此通知。 二〇二一年四月二十日 马 克 数 据 网
238
cc:Chinese-Court-Decisions
common_corpus_OpenAlex
2,021
1. Introduction Citation: Shang, M.; Dong, C.; Ma, H.; Wang, Y.; Ma, H. Simulation for Cu Atom Diffusion Leading to Fluctuations in Solder Properties and Cu6Sn5 Growth during Multiple Reflows. Metals 2021, 11, 2041. https://doi.org/10.3390/met11122041 Through the development of technology, the assembly density of packag...
11,402
academic
common_corpus_Github Open Source
2,021
export function CampaignNPCs() { return ( <> <h3 className="title">NPCs</h3> <ul> <li>Show some NPCs here?</li> </ul> </> ) }
52
cc:Github Open Source
common_corpus_Github Open Source
2,021
package ch.heigvd.amt.mvcProject.application.gamificationapi.profile; import ch.heigvd.amt.mvcProject.APIUtils; import ch.heigvd.amt.mvcProject.application.gamificationapi.badge.BadgeFacade; import ch.heigvd.amt.mvcProject.application.gamificationapi.badge.BadgesDTO; import ch.heigvd.amt.mvcProject.application.gamific...
455
cc:Github Open Source
common_corpus_Github Open Source
2,021
#ifndef UTILS_H_ #define UTILS_H_ #include <iostream> #include <string> // Boost headers #include <boost/filesystem.hpp> class Utils { public: static void get_clouds_filenames ( const std::string & pDirectoryPath, std::vector<std::string> & pFilenames ); }; #endif
74
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env python3 from cereal import car from opendbc.can.parser import CANParser from selfdrive.car.interfaces import RadarInterfaceBase from selfdrive.car.hyundai.values import DBC def get_radar_can_parser(CP): signals = [ # sig_name, sig_address, default ("ObjValid", "SCC11", 0), ("ACC_ObjLatPos...
601
cc:Github Open Source
common_corpus_Github Open Source
2,021
using Newtonsoft.Json; namespace Blueprint { /// <summary> /// A link from one resource to another, that indicates what operations may be available /// for a given <see cref="ILinkableResource" /> being returned from the API. /// </summary> /// <seealso cref="RootLinkAttribute" /> /// <seealso ...
170
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
新疆维吾尔自治区乌鲁木齐县人民法院 民 事 裁 定 书 (2020)新0121民申2号 再审申请人(原审被告):芦保华,男,汉族,1967年9月29日出生,住乌鲁木齐市新市区。 被申请人(原审原告):代作平,男,汉族,1965年1月12日出生,住新疆昌吉市。 被申请人(原审原告):罗美春,男,汉族,1967年4月25日出生,住新疆吐鲁番市。 原审被告:张小媛,女,汉族,1975年7月20日出生,无固定职业,住北京市西城区。 原审被告:乌鲁木齐泰和通达煤业有限责任公司,住所乌鲁木齐县甘沟乡土圈村。 法定代表人:刘文强,系乌鲁木齐泰和通达煤业有限责任公司总经理。 再审申请人芦保华与被申请人代作平、罗美春、原审被告张小媛、乌鲁木齐泰和通达...
1,929
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
Parallelization of a serial reproduction genetic algorithm I've implemented a genetic algorithm which uses a reproduction method based on the one described in Regularized Evolution for Image Classifier Architecture Search. Minimal pseudo-code describing the reproduction method: num_steps = 1e1000 step = 0 1. while ste...
496
misc_reference
common_corpus_Github Open Source
2,021
package typingsSlinky.activexLibreoffice.com_.sun.star.rdf import typingsSlinky.activexLibreoffice.com_.sun.star.container.XEnumeration import typingsSlinky.activexLibreoffice.com_.sun.star.io.XInputStream import typingsSlinky.activexLibreoffice.com_.sun.star.io.XOutputStream import typingsSlinky.std.SafeArray import ...
552
cc:Github Open Source
common_corpus_USPTO
2,021
Refrigeration door system and door assembly with defrosting and related methods ABSTRACT A door assembly for a refrigeration door system with a defrosting feature. The door assembly also includes a door frame. The door frame may include a top member having a first end and a second end opposite the first end, and the ...
8,404
formal_gov