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_Eurlex
2,021
Commission européenne, DG COMP MERGER REGISTRY, 1049 Bruxelles, BELGIQUE Europese Commissie, DG COMP MERGER REGISTRY, 1049 Brussel, BELGIË Tel: +32 229- 91111. Fax: +32 229- 64301. E -mail: COMP -MERGER -REGISTRY@ec.europa.eu. EUROPEAN COMMISSION Brussels, 7.7.2021 C(2021) 5198 final PUBLIC VERSION Apollo Management...
746
cc:Eurlex
common_corpus_StackExchange
2,021
flutter set state like instagram post sorry my english I hope I can explain exactly what I want. If I create the imageCount variable in the else part, the set state does not happen. but if I create it globally it becomes set state but this time it changes on each image. This is my code, just like Instagram, posts are c...
441
misc_reference
common_corpus_Github Open Source
2,021
part of g3.stimpack.angular.generated; class StimAngularResolver extends StimModelSymbol<StimAngularResolver> { StimAngularResolver(); /// Creates a new "resolver" of [StimAngularResolver] type. StimAngularResolver copyWith({@required dynamic name, Set<StimModelTag> tags}) { return StimAngularResolver(...
172
cc:Github Open Source
common_corpus_StackExchange
2,021
I got an infinite while loop with this string so I got this part of my code here: string stringparam; string stringparam1; double d; unsigned x; cout << "Welcome" << endl; cout << "Choose one (ASUS, MSI, Gigabyte, ASrock)" << endl; cin >> stringparam; while (stringparam != "ASUS" || "MSI" || "Gigabyte" || "ASrock...
987
misc_reference
common_corpus_StackExchange
2,021
Unable to read serial data in Linux C++ :Serial Data getting split when reading via C++ I have an arduino code which prints temperature from MLX90614 sensor, which works fine on arduino serial console. 96.5 96.9 97.1 97.1 But problem arises when I try to read this serial output via a C++ code. Most of the times it get...
1,929
misc_reference
common_corpus_Github Open Source
2,021
class Day0101 { public static void main(String[] args) { System.out.println("nth_even #1: " + nthEven(1)); System.out.println("nth_even #2: " + nthEven(2)); System.out.println("nth_even #3: " + nthEven(100)); System.out.println("-------------"); System.out.println("validateEm...
386
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
天津市第一中级人民法院民 事 判 决 书(2021)津01民终3244号上诉人(原审原告):毛学宏,男,1972年11月25日出生,汉族,住天津市西青区。被上诉人(原审被告):天津市因特物业服务有限公司,住所地天津市和平区南营门街拉萨道16号和平区电子商务大厦7212号。法定代表人:赵忭,总经理。委托诉讼代理人:王晓菁,女,该公司员工。被上诉人(原审第三人):盛国锋,男,1974年11月4日出生,汉族,住江苏省宝应县。委托诉讼代理人:盛健霖(被上诉人盛国锋之子),男,住江苏省宝应县。被上诉人(原审第三人):天津海纯物业服务有限公司,住所地天津自贸试验区(东疆保税区)洛阳道601号(海丰物流园七号仓库6单元-198)法定代表人:毕海银...
6,285
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* = require_self */ @import "reset"; @import "css3"; a { color: black; } a:visited { color: #666666; } a:hover { color: white; background-color: black; } h1 { font-size: 28px; font-weight: bolder; padding-bottom: 6px; } h2 { font-size: 18px; font-weight: bolder; padding-bottom: 6px; } h3 { ...
4,504
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include "include/semver.hpp" #include <iostream> int main(){ constexpr semver::version v1{1, 4, 3}; constexpr semver::version v2{1, 2, 4, semver::prerelease::alpha, 10}; static_assert(v1 != v2); static_assert(v1 > v2); static_assert(v1 >= v2); static_assert(v2 < v1); static_assert(v2 <= v1...
174
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
内蒙古自治区呼伦贝尔市莫力达瓦达斡尔族自治旗人民法院执 行 裁 定 书(2021)内0722执679号之五申请执行人:莫力达瓦达斡尔族自治旗林业和草原局。负责人:于海清,职务局长。被执行人:肖树茂,男,1971年2月27日出生,民族不祥。本院受理案件后,依法向被执行人发出执行通知书和财产报告令,责令被执行人履行生效法律文书所确定的义务,被执行人在接到执行通知书后拒不履行法律文书所确定的法律义务依照《中华人民共和国民事诉讼法》第二百四十二条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十七条规定,裁定如下:冻结被执行人肖树茂在内蒙古自治区信用合作联社账号内存款5818.00元,冻结期限十二个月。本裁定送达后即生效...
436
cc:Chinese-Court-Decisions
common_corpus_OpenAlex
2,021
1. INTRODUCTION Even if spectral and spatial resolutions are generally lower on images captured with such instruments, the exploitation of plants’ phenology by machine learning algorithms provide performance up to 90 % on tree species (Denisova et al., 2019; Clark et al., 2018) and up to 74% on homogeneous shrubs ...
13,847
academic
common_corpus_Github Open Source
2,021
////////////////////////////////////////////////////////////////////////// // // pgAdmin III - PostgreSQL Tools // // Copyright (C) 2002 - 2013, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // // frmBackup.h - Backup database dialogue // ////////////////////////////////////////...
235
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.jetsetradio.live.channelSelect import android.animation.ObjectAnimator import android.content.Context import android.graphics.BitmapFactory import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.view.animation.AccelerateDecelerateInterpolator import android...
498
cc:Github Open Source
common_corpus_Github Open Source
2,021
package typings.wdioUtils import typings.wdioUtils.typesMod.AfterHookParam import typings.wdioUtils.typesMod.BeforeHookParam import typings.wdioUtils.typesMod.SpecFunction import typings.wdioUtils.typesMod.WrapperMethods import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.annotati...
566
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env groovy pipeline { agent { label 'worker' } environment { APP_PORT='8080' QA_PORT='8081' VERSION = readMavenPom().getVersion() //${BUILD_NUMBER} REGISTRY_DOCKER='guardnexus/petclinic' USERNAME_FORDOCKER='guardnexus' PASSWORD_...
1,200
cc:Github Open Source
common_corpus_Github Open Source
2,021
# -*- coding: utf-8 -*- import os import cgi import urllib import typing # if 'QUERY_STRING' in os.environ: # # query = cgi.parse_qs(os.environ['QUERY_STRING']) # 廃止されてた # query = urllib.parse.parse_qs(os.environ['QUERY_STRING']) # else: # query = {} # a = int(query['a'][0]) # データaを整数として読み込む # b = int(...
213
cc:Github Open Source
common_corpus_Github Open Source
2,021
using PublicApi.Util; using System; namespace PublicApi.Endpoints.UserWeightEvidentionEndpoints { public class CreateUserWeightEvidentionRequest : BaseRequest { public int UserId { get; set; } public DateTime EvidentationDate { get; set; } public float Weight { get; set; } } }
73
cc:Github Open Source
common_corpus_Github Open Source
2,021
import _ from 'lodash' import Dropzone from 'react-dropzone' import injectSheet from 'react-jss' import PropTypes from 'prop-types' import React, { createRef, Fragment, useEffect, useState } from 'react' import * as mixins from 'styles/mixins' import FieldError from 'components/FieldError' import FilledButton from 'co...
1,126
cc:Github Open Source
common_corpus_UK Hansard – Written Answers
2,021
The Government is committed to providing support to all those that need it, including new mothers and children born during the pandemic, as we recover from the impact of COVID-19. During the crisis we have rolled out unprecedented levels of support to protect jobs and income for both women and men, including via the Co...
276
cc:UK Hansard – Written Answers
common_corpus_Github Open Source
2,021
/* Copyright (c) 2003, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file compress.h * \brief Headers for compress.c **/ #ifndef TOR_COMPRESS_H #define TOR_COMPRESS_H /** Enumer...
703
cc:Github Open Source
common_corpus_Github Open Source
2,021
namespace Exrin.Abstraction { public interface IDialogOptions { string Title { get; set; } string Message { get; set; } bool Result { get; set; } string OkButtonText { get; set; } string CancelButtonText { get; set; } } }
66
cc:Github Open Source
common_corpus_Github Open Source
2,021
package seedu.address.model.grade.exceptions; /** * Signals that the operation will result in duplicate Grades (Grades are considered duplicates if they have the same * identity). */ public class DuplicateGradeException extends RuntimeException { public DuplicateGradeException() { super("Operation would...
62
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
福建省沙县人民法院 民 事 裁 定 书 (2021)闽0427民初1026号 原告:福建沙县农村商业银行股份有限公司,住所地福建省沙县李纲中路100号。统一社会信用代码91350400155942828J。 法定代表人:苏朝强,该行董事长。 委托诉讼代理人:张建斌,男,该行职员。 委托诉讼代理人:吴国梁,男,该行职员。 被告:彭茂银,男,1975年7月28日出生,汉族,住福建省沙县。 被告:姜灶姬,女,1974年10月3日出生,汉族,住福建省沙县。 被告:彭功培,男,1980年1月11日出生,汉族,住福建省沙县。 被告:彭茂攀,男,1973年10月29日出生,汉族,住福建省沙县。 原告福建沙县农村商业银行股份有限公司与被告彭茂银、姜...
748
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace BuildXL.Cache.Roxis.Common { /// <summary> /// Shared constants between client and server assemblies. /// </summary> public static class Constants { public const int DefaultGrpcPort = 80; } }
68
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
云南省昆明市西山区人民法院执 行 裁 定 书(2021)云0112执4041号被执行人:李明,男,汉族,1984年12月19日出生,身份证登记住址:云南省昆明市官渡区。被执行人李明缴纳罚金一案中,昆明市西山区人民法院作出的(2021)云0112刑初491号刑事判决书已经发生法律效力。本院刑事审判庭将该案移送执行。经本院执行,被执行人已履行4000元,本案现已执行完毕。本院认为,昆明市西山区人民法院作出的(2021)云0112刑初491号刑事判决书中确定的缴纳罚金4000元的内容已经全部执行完毕,本案依法予以执行结案。依照《中华人民共和国民事诉讼法》第一百五十四条第一款第十一项、《最高人民法院关于人民法院执行工作若干问题的规定(试行)...
484
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
江苏省淮安市淮安区人民法院执 行 结 案 通 知 书(2021)苏0803执恢658号谢兵、曹凯:谢兵申请执行曹凯民间借贷纠纷一案,执行中,被执行人曹凯给付申请执行人谢兵执行款50000元(含原审案件诉讼费)并缴纳案件执行费367元。至此,申请人向本院申请执行的(2015)淮法民初字第02056号民事判决书已执行完毕,现已结案。特此通知二〇二一年七月三十日 来自马克数据网
202
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
How to listen to socket.io events across all components/screens or globally in react-native? I am using socket.io(server) and socket.io-client(client) in react-native app and I am listening to its events in useEffect hook, all events are receiving correctly when I am on that specific component. So how can can I receive...
333
misc_reference
common_corpus_Chinese-Court-Decisions
2,021
广东省深圳市龙岗区人民法院民 事 判 决 书(2021)粤0307民初5570号原告:董南珍,女,苗族,住所:湖南省沅陵县。委托诉讼代理人:肖新顺,广东椎轮律师事务所律师。被告:深圳市灏瀚传奇科技有限公司,住所地:广东省深圳市龙岗区坂田街道马安堂社区中兴路10号顺兴工业区D栋厂房201,统一社会信用代码:914403000711483440。法定代表人:龙艳芳,总经理。委托诉讼代理人:黄蝶。委托诉讼代理人:汤姝。被告:深圳市醴熙贸易有限公司,住所:深圳市龙华区龙华街道清湖社区力劲高新技术园B栋5层502房,统一社会信用代码:91440300MA5ETW688B。法定代表人:王平香。委托诉讼代理人:胡明珠,女,系公司员工。原告董南珍诉...
3,036
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// // JLYRouterProtocol.h // JLYKit // // Created by 袁宁 on 2016/11/24. // Copyright © 2016年 HappyiOSYuan. All rights reserved. // #import <Foundation/Foundation.h> @protocol JLYRouterProtocol <NSObject> - (void)pushVC:(NSDictionary<NSString *, id> *)params; @end
84
cc:Github Open Source
common_corpus_Github Open Source
2,021
@testable import LogDog import XCTest private class A: CustomStringConvertible { var description: String { "a" } } private class B: A { override var description: String { "b" } } private class C: B { override var description: String { "c" } } extension C: LogStringifyCompatible { var stringified: St...
618
cc:Github Open Source
common_corpus_Eurlex
2,021
Det er i betragtning af dette formål min opfattelse, at det, når der anføres næringsværdier på emballagens forside for en referencemængde, som producenten har valgt for fødevaren i tilberedt stand, for at sikre en vis sammenlignelighed kan være hensigtsmæssigt at fortolke artikel 33, stk. 2, andet afsnit, i forordning ...
6,232
cc:Eurlex
common_corpus_Github Open Source
2,021
#pragma once #include "../Component.hpp" // Manages global objects and names, along with initializing a new thread for the mod to run on. class CoreComponent : public Component { private: HANDLE MainThread; public: CoreComponent(); ~CoreComponent() override; public: void OnCreate() override; void OnDestroy() ov...
113
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MvvmLib { /// <summary> /// Interface for members that exist for each ValidatingViewModel implementation. /// </summary> public interface IValidatingViewModel { /// <summary> /// Gets a ...
139
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php use Illuminate\Http\Request; use Illuminate\Support\Facades\Route; Route::get('/setting/country-build', 'SettingController@buildCountryList'); Route::get('/countries', 'SettingController@getCountryList'); Route::get('/setting/remove', 'SettingController@removeAll'); Route::post('/auth/login', 'AuthController@l...
166
cc:Github Open Source
common_corpus_Github Open Source
2,021
import pygame, sys import random from training import NeuralBird from training.models.chromosome import Chromosome def draw_floor(): screen.blit(floor_sf, (floor_x, 900)) screen.blit(floor_sf, (floor_x + 576, 900)) def create_pipe(): random_pipe_pos = random.choice(pipe_height) bottom_pipe = pipe_su...
2,377
cc:Github Open Source
common_corpus_Github Open Source
2,021
from nose.tools import assert_greater, assert_less import pandas as pd import numpy as np from numpy.random import normal from click.testing import CliRunner from phip import cli def invoke_and_assert_success(runner, command, args): result = runner.invoke(command, args) print(result.output) if result.e...
2,048
cc:Github Open Source
common_corpus_OpenAlex
2,021
ABSTRACT ABSTRACT ARTICLE INFO ABSTRACT Article history Received 26 December 2019 Revised 16 March 2020 Accepted 8 August 2020 Available Online 15 January 2021 This study aimed to develop and provide an enjoyable, meaningful, and cultural – based English textbook for elementary school students on the coast...
5,657
academic
common_corpus_USPTO
2,021
Techniques for prediction models using time series data ABSTRACT Various aspects involve a lagged prediction model trained for risk assessment or other purposes. For instance, a risk assessment computing system receives a risk assessment query for a target entity and provides an input predictor record for the target ...
7,689
formal_gov
common_corpus_Github Open Source
2,021
/* * Copyright 2007-2021, CIIC Guanaitong, Co., Ltd. * All rights reserved. */ package com.ciicgat.sdk.data.mybatis.generator.condition; import java.util.List; import java.util.Objects; /** * 条件明细 * * @author Clive Yuan * @date 2020/10/29 */ public class Criterion { private String condition; privat...
772
cc:Github Open Source
common_corpus_Github Open Source
2,021
from PyQt5 import QtWidgets from PyQt5.QtCore import Qt, QSettings from appGUI.GUIElements import RadioSet, FCDoubleSpinner, FCCheckBox, FCEntry, FCSpinner, OptionalInputSection, \ FCComboBox, NumericalEvalTupleEntry from appGUI.preferences import machinist_setting from appGUI.preferences.OptionsGroupUI import Opt...
1,079
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.nexus.mobile.android; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.Service; import android.content.Intent; import android.graphics.BitmapFactory; import android.os.IBinder; import android.provider.Settings; import androi...
820
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php $servername = "localhost"; $username = "root"; $passworddb = ""; $dbname = "complexdb"; $complex_name = $_POST["complex_chosen"]; $movie = $_POST["movie_chosen"]; $screen_id = $_POST["screen_id"]; $num_seats = $_POST["num_seats"]; $start_time = $_POST["start_time"]; $date = $_POST["date"]; // Create connec...
319
cc:Github Open Source
common_corpus_Github Open Source
2,021
window.arrowRight = function(target) { MockInteractions.keyDownOn(target, 39, [], 'ArrowRight'); }; window.arrowLeft = function(target) { MockInteractions.keyDownOn(target, 37, [], 'ArrowLeft'); }; window.arrowUp = function(target) { MockInteractions.keyDownOn(target, 38, [], 'ArrowUp'); }; window.arrowDown = ...
239
cc:Github Open Source
common_corpus_Github Open Source
2,021
// // GIFImageView.h // GIFProgressHUD // // Created by Ali Ehsan on 6/18/16. // Copyright © 2016 TkXel. All rights reserved. // #import <UIKit/UIKit.h> @interface GIFImageView : UIImageView + (GIFImageView *)gifImageViewWithGIFName:(NSString *)gifName; @end
77
cc:Github Open Source
common_corpus_OpenAlex
2,021
Kinnafick et al. Int J Behav Nutr Phys Act (2021) 18:136 https://doi.org/10.1186/s12966-021-01204-w Kinnafick et al. Int J Behav Nutr Phys Act (2021) 18:136 https://doi.org/10.1186/s12966-021-01204-w Open Access Is walking netball an effective, acceptable and feasible method to increase physical...
31,506
academic
common_corpus_Chinese-Court-Decisions
2,021
福建省沙县人民法院 执 行 裁 定 书 (2021)闽0427执82号之一 申请执行人:李三姑,女,1968年10月27日出生,汉族,住三明市三元区。 被执行人:许美玲,女,1971年11月12日出生,汉族,住福建省沙县,现住山西省运城市下县。 被执行人:潘增山,男,1964年12月10日出生,汉族,住福建省沙县,现住山西省运城市下县。 本院在执行申请执行人李三姑与被执行人许美玲、潘增山买卖合同纠纷一案,本院于2020年10月14日作出的(2020)闽0427民初1862号民事判决书发生法律效力后,申请执行人向本院申请强制执行,本院于2021年1月14日立案执行。本案申请执行金额为货款284000元及相应利息,现执行到位2556.3...
1,420
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
福建省泉州市洛江区人民法院民 事 判 决 书(2021)闽0504民初134号原告:张诗光,男,1985年5月29日出生,汉族,住福建省泉州台商投资区。原告:郭培聪,女,1991年5月11日出生,回族,住福建省泉州台商投资区二原告共同委托诉讼代理人:庄世榕,福建闽荣律师事务所律师。二原告共同委托诉讼代理人:庄彬,福建闽荣律师事务所律师。被告:福建津汇房地产开发有限公司,住所地福建省泉州市洛江区万福街万源花苑A幢二楼。法定代表人:于志丹,公司董事长。委托诉讼代理人:刘伟平,福建双鼎律师事务所律师。委托诉讼代理人:胡伶偲,福建双鼎律师事务所律师。原告张诗光、郭培聪与被告福建津汇房地产开发有限公司(以下简称津汇公司)商品房预售合同纠纷一案...
7,889
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
Namespace Extras <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class GUIListaPropiedades Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> Protected Overrides Sub D...
989
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React, { useState, useEffect } from "react"; import AnimeList from "../AnimeList"; import AnimeListSkeleton from "../AnimeListSkeleton"; import { Typography, Divider } from "@material-ui/core"; const FavoritedAnimeList = () => { const [loading, setLoading] = useState(true); const [items, setItems] = useSta...
231
cc:Github Open Source
common_corpus_Github Open Source
2,021
package copy import ( "github.com/modern-go/reflect2" "reflect" "unsafe" ) type structsHandler struct { copier *Copier fields []*_pair } func (s *structsHandler) Copy(destType, srcType reflect2.Type, destPtr, srcPtr unsafe.Pointer) error { for _, i := range s.fields { if err := s.copier.copy(destPtr, srcPtr,...
592
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright (c) 2019, The OpenThread Registrar Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright ...
1,214
cc:Github Open Source
common_corpus_Github Open Source
2,021
from .synthetic_problems import ( WangFreitas, Branin, BraninForrester, Cosines, GoldsteinPrice, SixHumpCamel, Hartmann6, GSobol, Rosenbrock, StyblinskiTang, logGoldsteinPrice, logSixHumpCamel, logHartmann6, logGSobol, logRosenbrock, logStyblinskiTang, ) f...
128
cc:Github Open Source
common_corpus_Github Open Source
2,021
package tech.arauk.ark.arel.nodes; import tech.arauk.ark.arel.annotations.Beta; import tech.arauk.ark.arel.interfaces.*; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; @Beta public class ArelNodeUpdateStatement extends ArelNodeStatement implements ArelKeyInterfa...
680
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Code generated by protoc-gen-go. DO NOT EDIT. // source: todo.proto package todo import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time...
1,010
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
吉林省抚松林区基层法院 刑 事 判 决 书 (2021)吉7604刑初37号 公诉机关吉林省抚松林区人民检察院。 被告人胡建富,男,汉族,户籍地吉林省白山市抚松县,住抚松县。因涉嫌犯非法狩猎罪,于2021年1月23日被吉林省森林公安局泉阳森林公安分局取保候审;2021年4月6日被吉林省抚松林区基层法院取保候审。 吉林省抚松林区人民检察院以吉抚林检一部刑诉〔2021〕26号起诉书指控被告人胡建富犯非法狩猎罪,于2021年4月6日向本院提起公诉。本院依法适用速裁程序,实行独任审判,公开开庭审理了本案。吉林省抚松林区人民检察院指派检察员赵延军出庭支持公诉,被告人胡建富到庭参加了诉讼。现已审理终结。 公诉机关指控:2020年9月底的一天,被...
1,421
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
within TRANSFORM.Math.Examples; model check_findPlace extends TRANSFORM.Icons.Example; parameter Real e=5.5; parameter Real v[:]={1,3,5,7,9,11}; final parameter Integer y=TRANSFORM.Math.findPlace(e,v); Utilities.ErrorAnalysis.UnitTests unitTests(x={y}) annotation (Placement(transformation(extent={{80,80},...
130
cc:Github Open Source
common_corpus_OpenAlex
2,021
EURASIAN JOURNAL OF ACADEMIC RESEARCH Innovative Academy Research Support Center www.innacademy.uz INVESTMENT IN HUMAN CAPITAL Raimova Durdona Durdibay qizi1 1 Assistant of Tashkent State Transport University https://doi.org/10.5281/zenodo.4910972 ARTICLE INFO ABSTRACT Received...
6,740
academic
common_corpus_Github Open Source
2,021
""" Example usages: python py/pdf_to_img.py -f data/test_pdfs/00026_04_fda-K071597_test_data.pdf -p 4 -o . python py/pdf_to_img.py -f data/test_pdfs/00026_04_fda-K071597_test_data.pdf -p 4-9 -o tmp python py/pdf_to_img.py -f data/test_pdfs/00026_04_fda-K071597_test_data.pdf -p 1,2,4-9 -o tmp Pages can ...
538
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * MIT License * * Copyright (c) 2021 Evyn Price * * 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, modif...
1,042
cc:Github Open Source
common_corpus_Eurlex
2,021
C_2021147EN.01000401.xml 26.4.2021    EN Official Journal of the European Union C 147/4 Summary of the Opinion of the European Data Protection Supervisor on the Proposal for a Digital Markets Act (The full text of this Opinion can be found in English, French and German on the EDPS website www.e...
2,049
cc:Eurlex
common_corpus_Github Open Source
2,021
= Mule SDKs ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :keywords: mule, sdk Use the Mule SDK for Java or XML to extend the Mule 4 Runtime by creating new modules that you can install in Mule apps. Examples of modules include connectors, such as HTTP, or modules with custom functionality, such ...
405
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省柘城县人民法院民 事 裁 定 书(2021)豫1424民初1670号原告:杨伟,男,1969年11月11日出生,汉族,住河南省柘城县,确认地址河南省郑州市花园路24号。被告:鲁学勇,男,1974年5月4日出生,汉族,住河南省柘城县。被告:侯爱玲,女,1977年7月1日出生,汉族,住河南省柘城县。原告杨伟与被告鲁学勇、侯爱玲民间借贷纠纷一案,本院于2021年3月17日立案,原告杨伟在本院依法送达交纳诉讼费通知后,未在七日内预交案件受理费。依照《中华人民共和国民事诉讼法》第一百一十八条、第一百五十四条第一款第十一项,《最高人民法院关于适用的解释》第二百一十三条之规定,裁定如下:本案按原告杨伟撤回起诉处理。审判员  李洪亮二〇二一年...
404
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* Copyright 2017 The Kubernetes 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 law or agreed to in writing, sof...
2,718
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
四川省宜宾市翠屏区人民法院 民 事 裁 定 书 (2021)川1502民初87号 申请人:张云杰,男,1991年9月20日出生,汉族,住四川省宜宾市叙州区。 被申请人:方林,男,1992年2月7日出生,汉族,住安徽省马鞍山市含山县。 被申请人:四川平中建筑工程有限公司,住所地:四川省宜宾市高县来复镇同心街商住楼1号楼,统一社会信用代码:91511525MA691RRU2J。 法定代表人:李声姣。 本院在审理原告张云杰与被告方林、四川平中建筑工程有限公司承揽合同纠纷一案中,张云杰向本院提出财产保全申请,请求对被申请人方林、四川平中建筑工程有限公司的财产160000元采取保全措施。申请人张云杰向中国平安财产保险股份有限公司四川分公司投保...
772
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
广西壮族自治区岑溪市人民法院 执 行 裁 定 书 (2020)桂0481执1425号之二 申请执行人:岑溪市锦华投资有限公司,住所地岑溪市滨东二街****,统一社会信用代码:91450481579426907Y。 法定代表人:陈有政,该公司经理。 被执行人:封清,女,1981年12月1日出生,汉族,住岑溪市。 本院在执行申请人岑溪市锦华投资有限公司与被执行人封清房屋租赁合同纠纷一案中,经查,(2020)桂0481民初1455号民事调解书已生效,由于被执行人没有履行相应义务,申请人岑溪市锦华投资有限公司申请被执行人封清支付尚欠租金及违约金81416元,负担案件受理费1171元,承担本案执行费1139元。本院2020年10月15日立案执...
692
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
广东省深圳市南山区人民法院民 事 裁 定 书(2021)粤0305民初4746号原告:成某,女,汉族。委托诉讼代理人:黄丽霞,系原告母亲。被告:深圳市南山区中海阳光玫瑰幼儿园,住所地深圳市南山区月亮湾大道中海阳光玫瑰园**,统一社会信用代码5244030507176522X8。法定代表人:韦壮春。本院在审理原告成某与被告深圳市南山区中海阳光玫瑰幼儿园教育培训合同纠纷一案中,本案于2021年2月5日立案。原告成某在本院依法送达交纳诉讼费用通知后,未在七日内预交案件受理费。依照《中华人民共和国民事诉讼法》第一百一十八条、第一百五十四条第一款第十一项、《最高人民法院关于适用的解释》第二百一十三条规定,裁定如下:本案按成某撤回起诉处理。审判...
424
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
四川省成都高新技术产业开发区人民法院 民 事 裁 定 书 (2021)川0191民初2300号 原告:韩静雅,女,1995年2月12日出生,汉族,住四川省乐山市市中区。 被告:刘艾鹏,男,1995年5月17日出生,汉族,住成都市高新区。 原告韩静雅与被告刘艾鹏民间借贷纠纷一案,本院于2021年2月1日立案受理后依法适用小额诉讼程序进行审理。原告于2021年2月1日领取《交纳诉讼费用通知书》等材料后七日内未预交案件受理费25元,本院依照《中华人民共和国民事诉讼法》第一百一十八条第一款、《诉讼费用缴纳办法》第二十二条第一款、《最高人民法院关于适用的解释》第二百一十三条之规定,裁定如下: 本案按撤诉处理。 本裁定书送达当事人即发生法律效力...
412
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// (c) Copyright HutongGames, LLC 2010-2013. All rights reserved. using UnityEngine; namespace HutongGames.PlayMaker.Actions { [ActionCategory(ActionCategory.Physics)] [Tooltip("Gets the Velocity of a Game Object and stores it in a Vector3 Variable or each Axis in a Float Variable. NOTE: The Game Object must have a...
487
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include "weakTactic.hpp" #include "binder.hpp" namespace wrd { WRD_DEF_ME(weakTactic) void me::rel(binder& me) { me._itsId.rel(); } wbool me::bind(binder& me, const instance& it) { // regardless of result from _onStrong binder can bind: // there are two reasons: ...
214
cc:Github Open Source
common_corpus_USPTO
2,021
FIG. 6 is a perspective view of a thermoelectric module according to one embodiment of the present invention, FIG. 7 is an exploded perspective view of the thermoelectric module of FIG. 6 , FIG. 8 is a cross-sectional view of the thermoelectric module of FIG. 6 , FIG. 9 is an example of a top view of a first substrate ...
9,459
formal_gov
common_corpus_Github Open Source
2,021
package me.anno.gpu.shader import me.anno.cache.data.ICacheData import me.anno.gpu.GFX import me.anno.gpu.framebuffer.Frame import me.anno.ui.editor.files.toAllowedFilename import me.anno.utils.OS import me.anno.utils.structures.arrays.FloatArrayList import org.apache.logging.log4j.LogManager import org.joml.* import ...
2,862
cc:Github Open Source
common_corpus_Github Open Source
2,021
#![allow(non_snake_case)] use crate::aliases::{DLGPROC, WinResult}; use crate::co; use crate::enums::{IdIdcStr, IdIdiStr, IdStr}; use crate::ffi::{kernel32, user32}; use crate::funcs::GetLastError; use crate::handles::{HACCEL, HBITMAP, HCURSOR, HICON, HWND}; use crate::privs::ptr_as_opt; use crate::structs::{ATOM, WND...
1,961
cc:Github Open Source
common_corpus_Github Open Source
2,021
# # Implement bill of materials (bom) import copy import datetime import hashlib import os import shutil import socket import sys import tempfile def system_module(mod): """A simple way to determine if a module is a system module""" try: return "lib/python" in mod.__file__ except AttributeError: ...
475
cc:Github Open Source
common_corpus_Github Open Source
2,021
define(['modules/shared/PaginationLoader', 'lodash'], function(PaginationLoader, _) { 'use strict'; return ['$scope', 'Restangular', '$state', function($scope, Restangular, $state) { var controller = this; $scope.states = ['SUBMITTED', 'APPROVED']; $scope.reports = {}; var pagina...
851
cc:Github Open Source
common_corpus_Github Open Source
2,021
# -*- coding: utf-8 -*- import pytest from datetime import datetime from ckan.model import Session, ApiToken, User import ckan.tests.factories as factories @pytest.fixture def token(): user = factories.User() token = ApiToken(user[u"id"]) Session.add(token) Session.commit() return token @pytes...
331
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** * SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: BSD-3-Clause */ const fs = require('fs'); const util = require('util'); const getFixturePath = require('./getFixturePath'); const readFile = util.promisify(fs.readFile); async function getFixture(fixture) { retur...
94
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
北京市第二中级人民法院民 事 裁 定 书(2021)京02民特164号申请人:北京八迈科技有限公司,住所地北京市房山区琉璃河镇周庄村村委会东120米。法定代表人:王朝华,总经理。委托诉讼代理人:刘培培,女,北京八迈科技有限公司员工。被申请人:孙海粟,女,1990年12月02日出生,汉族,住北京市房山区。申请人北京八迈科技有限公司与被申请人孙海粟申请撤销仲裁裁决一案,本院于2021年5月8日立案后进行了审查。现已审理终结。北京八迈科技有限公司(下称八迈科技公司)申请请求:依法撤销京房劳人仲字[2021]第681号仲裁裁决。事实和理由:1.我公司未收到关于仲裁委送达的申请书、立案通知书等,我公司尚未提供相关的证据及答辩意见,仲裁庭已审理...
2,485
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package typingsSlinky.devtoolsProtocol.mod.Protocol.HeapProfiler import typingsSlinky.devtoolsProtocol.mod.Protocol.Runtime.RemoteObjectId import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBrack...
214
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include "BitmapExportDialog.h" #include "ui_BitmapExportDialog.h" #include <QTextCodec> BitmapExportDialog::BitmapExportDialog(QWidget *parent) : QDialog(parent), ui(new Ui::BitmapExportDialog) { ui->setupUi(this); connect(ui->Width, &RMathLineEdit::valueChanged, this, &BitmapExportDialog::onWidthLi...
347
cc:Github Open Source
common_corpus_Github Open Source
2,021
using UnityEngine.Rendering.PPSMobile; namespace UnityEditor.Rendering.PPSMobile { [PostProcessEditor(typeof(Bloom))] internal sealed class BloomEditor : PostProcessEffectEditor<Bloom> { SerializedParameterOverride m_Intensity; SerializedParameterOverride m_Threshold; SerializedPara...
292
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
江苏省淮安经济技术开发区人民法院 执 行 裁 定 书 (2021)苏0891执738、741、742、743号 申请执行人:王坤、郑苗、纪晓艳、赵正龙 被执行人:淮安盛唐服饰有限公司 关于申请执行人王坤、郑苗、纪晓艳、赵正龙与被执行人淮安盛唐服饰有限公司劳动争议一案,现因被执行人未履行淮开劳人仲案字(2021)第210、212、211、213号仲裁裁决书的义务,根据《中华人民共和国民事诉讼法》第二百四十四条之规定,裁定如下: 查封被执行人淮安盛唐服饰有限公司名下位于经济技术开发区富准路XX号X幢不动产,不动产权证号:苏(2020)淮安市不动产权第007XXXX,期限三年。 本裁定送达后立即发生法律效力。 审判员  王海忠 二〇二一年...
385
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
from ascii_table.Cell import Cell from ascii_table.Align import Align class Column: def __init__(self, header, contents, parent=None): self._contents = [ Column(content["Header"], content["Contents"], parent).get_header() if isinstance(content, dict) else content for content in co...
158
cc:Github Open Source
common_corpus_Github Open Source
2,021
package mekanism.common.recipe.builder; import com.google.gson.JsonObject; import java.util.function.Consumer; import javax.annotation.Nonnull; import javax.annotation.Nullable; import javax.annotation.ParametersAreNonnullByDefault; import mcp.MethodsReturnNonnullByDefault; import mekanism.common.registration.impl.IRe...
328
cc:Github Open Source
common_corpus_Github Open Source
2,021
#![feature(array_map)] use amx::{prelude::*, Index4, Normal, XBytes, XRow, YBytes, YRow, X8}; use either::{Left, Right}; use quickcheck::TestResult; fn init() { let _ = env_logger::builder().is_test(true).try_init(); } fn overlaps(x: std::ops::Range<usize>, y: std::ops::Range<usize>) -> bool { x.start < y.end...
897
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
安徽省宿州市中级人民法院 结 案 通 知 书 (2021)皖13执648号 申请执行人TCL实业控股股份有限公司与被执行人宿州市埇桥区顺河万友电器城、耿连峰侵害商标权纠纷一案,执行依据为安徽省宿州市中级人民法院(2020)皖13民初275号民事判决书。本院立案执行后,被执行人已自动履行,(2020)皖13民初275号民事判决书确定的执行内容已履行完毕。依据《最高人民法院关于执行案件立案、结案若干问题的意见》第十五条第一款、第二款的规定,通知如下: 本案执行完毕。 二〇二一年六月二十八日 马 克 数 据 网
269
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
from pyrogram import filters from pyrogram.handlers import MessageHandler from config import SUDO_FILTER from strings import get_string as _ async def n4u(client, message): await message.reply_text(_("not_for_you")) __handlers__ = [ [ MessageHandler( n4u, (filters.command("pa...
110
cc:Github Open Source
common_corpus_Github Open Source
2,021
namespace EmergencyServicesBot { using System; using System.Diagnostics; using System.Threading.Tasks; using Microsoft.Bot.Connector; public class AgentListener { // This will send an adhoc message to the user public static async Task Resume( string toId, ...
337
cc:Github Open Source
common_corpus_Github Open Source
2,021
using Android.Content; using Microsoft.Maui.Controls; using Microsoft.Maui.Controls.ControlGallery.Android; using Microsoft.Maui.Controls.Compatibility; using Microsoft.Maui.Controls.Compatibility.Platform.Android.AppCompat; using FragmentTransaction = AndroidX.Fragment.App.FragmentTransaction; [assembly: ExportRender...
196
cc:Github Open Source
common_corpus_StackExchange
2,021
jsPDF, base64 image from url: dataurl not defined I'm making an ondemand catalogue. The user can save items to the localstorage and next build it's catalogue from these saved value's. On the final page they are able to export this to a pdf. I use jsPDF in combination with a function to make base64 images from a url. Fo...
782
misc_reference
common_corpus_Github Open Source
2,021
import { ButtonGroupOptionComponent } from './button-group/button-group-option.component'; import { ButtonGroupComponent } from './button-group/button-group.component'; export { LegoBaseInputComponent } from './lego-base-input.component'; export { TextboxComponent } from './textbox/textbox.component'; export { Datatype...
277
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
四川省雅安市名山区人民法院 执 行 案 件 结 案 通 知 书 (2021)川1803执保1020号 本院在执行四川新网银行股份有限公司与司友锋金融借款合同纠纷财产保全一案中,应冻结被申请人司友锋的微信、支付宝、银行账户存款16983.51元,已限额冻结。依照《最高人民法院关于人民法院执行工作若干问题的规定(试行)》第64条第(1)项、《最高人民法院关于执行案件立案、结案若干问题的意见》第二十一条的规定,本院作出的(2021)川1803民初2237号民事裁定书以部分保全结案。 特此通知。 二〇二一年三月十一日 来源:百度“马 克 数据网”
277
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Text; using OmniSharp.DotNetTest.Helpers; using TestCommon; using TestUtility; using Xunit; namespace OmniSharp.DotNetTest.Tests { public c...
422
cc:Github Open Source
common_corpus_Eurlex
2,021
C_2021263MT.01001001.xml 5.7.2021    MT Il-Ġurnal Uffiċjali tal-Unjoni Ewropea C 263/10 Talba għal deċiżjoni preliminari mressqa mill-cour d’appel de Bruxelles (Il-Belġju) fis-26 ta’ April 2021 – AB, AB-CD vs Z EF (Kawża C-265/21) (2021/C 263/14) Lingwa tal-kawża: il-Franċiż Qorti tar-rinviju C...
1,442
cc:Eurlex
common_corpus_Github Open Source
2,021
using System; using System.Collections; using System.Collections.Generic; using System.Data.Common; using DotMaysWind.Data.Command.Condition; namespace DotMaysWind.Data.Command { /// <summary> /// Sql语句集合 /// </summary> public sealed class CommandCollection : IEnumerable<ISqlCommand> { //...
4,015
cc:Github Open Source
common_corpus_Github Open Source
2,021
------------------------------------------------------------------------------- --! @file spiSlave-rtl_aclk-a.vhd -- --! @brief SPI Slave asynchrounous clock architecture -- --! @details This architecture implements an SPI Slave with asynchronous clock --! domains. The bus signals are transferred to the SPI clock domai...
2,673
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php declare(strict_types=1); namespace WyriMaps\BattleNet\WorldOfWarcraft; use ApiClients\Foundation\Client as FoundationClient; use function ApiClients\Tools\Rx\unwrapObservableFromPromise; use React\Promise\PromiseInterface; use Rx\ObservableInterface; use WyriMaps\BattleNet\CommandBus\Command\WorldOfWarcraft\Bat...
632
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
江苏省泰兴市人民法院民 事 裁 定 书(2021)苏1283民初2611号原告:泰兴市奥新置业有限公司,住所地泰兴市。法定代表人:陈某某,总经理。委托诉讼代理人(特别授权):丁某、许某某,该公司员工。被告:曹某某,男,汉族,住江苏省泰兴市。被告:颜某某,女,汉族,住江苏省赣榆县。原告泰兴市奥新置业有限公司与被告曹某某、颜某某商品房预售合同纠纷一案,本院于2021年3月24日立案受理。原告泰兴市奥新置业有限公司在本院依法送达交纳诉讼费用的通知后,未在七日内预交案件受理费。依照《中华人民共和国民事诉讼法》第一百一十八条、第一百五十四条第一款第十一项、《最高人民法院关于适用的解释》第二百一十三条之规定,裁定如下:本案按原告撤回起诉处理。审...
426
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
10 rem binary output of sr 15 rem prints the bits in the status register 20 code = 49152 30 for loop = 0 to 18 40 read byte 50 poke code + loop,byte 60 next loop 70 rem 80 rem m/c data 90 data 8 : rem $08 - php ; push the status register onto the stack 100 data 104 ...
386
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php namespace App\Http\Controllers\API; use App\User; use Exception; use Illuminate\Http\Response; use App\Http\Requests\UserRequest; use Illuminate\Support\Facades\Hash; use App\Http\Controllers\Controller; use Illuminate\Contracts\Routing\ResponseFactory; class UserController extends Controller { /** * ...
487
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright (C) 2021 Huawei Device Co., Ltd. * 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 ...
763
cc:Github Open Source