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)豫0329执622号申请执行人:郭更新,男,汉族,1966年5月16日生,住河南省登封市。被执行人:段现武,男,汉族,1968年1月11日生,住伊川县。郭更新与段现武劳务合同纠纷一案,本院(2020)豫0329民初3875号民事判决书已经发生法律效力。被执行人段现武应支付郭更新5225元及利息。因被执行人段现武未履行义务,申请执行人郭更新向本院申请强制执行。本院于2021年2月26日依法立案受理。在本案执行过程中,本院依法采取了下列措施:一、于2021年3月12日通过电子送达方式向被执行人发出执行通知书、报告财产令,责令其限期履行法律文书所确定的义务,并报告财产状况,但被执行人至今未...
1,288
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
# Generated by Django 2.2.2 on 2019-07-31 12:36 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('great_international', '0061_merge_20190731_1124'), ] operations = [ migrations.RemoveField( model_name='investinternationalhomep...
3,805
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * @file lib.rs * @author Mike Hamburg * @copyright 2020-2022 Rambus Inc. * * Library main. */ /*! Compressed mapping objects, also known as "static functions". This crate provides a [`CompressedMap<K, V>`] object, which operates somewhat like an immutable [`HashMap<K,V>`](std::collections::hash_map::HashMap)...
3,491
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { gg } from '../../../scripts/framework/gg'; import { PanelComponent, PanelHideOption, PanelShowOption } from '../../../scripts/framework/lib/router/PanelComponent'; import { BeautifyNumber, Delay, Pad, RoundDown, RoundUp } from '../../../scripts/HelperTools'; import AudioManager from '../../../scripts/manager/A...
2,192
cc:Github Open Source
common_corpus_Eurlex
2,021
C_2022097FR.01001001.xml 28.2.2022    FR Journal officiel de l'Union européenne C 97/10 Avis du Comité européen des régions — «Une meilleure réglementation: unir nos forces pour améliorer la législation» (2022/C 97/03) Rapporteur: Piero Mauro ZANIN (IT/PPE), président et membre du ...
8,083
cc:Eurlex
common_corpus_Chinese-Court-Decisions
2,021
湖南省长沙市天心区人民法院执 行 裁 定 书(2021)湘0103执285号之一申请执行人:中国建设银行股份有限公司长沙芙蓉支行,住所地长沙市天心区芙蓉中路二段218号。负责人:李旭东,行长。被执行人:雍邦,男,1987年1月23日出生,汉族,住长沙市望城区。上列申请执行人中国建设银行股份有限公司长沙芙蓉支行与被执行人雍邦金融借款合同纠纷一案,于2020年6月15日经长沙市天心区人民法院审结,本院作出的(2020)湘0103民初2749号民事判决书已经发生法律效力并立案执行。本院在执行中向被执行人发出执行通知书和责令申报财产通知书,要求其履行生效法律文书确定的义务,但被执行人未能履行。截至本裁定之日止,被执行人尚欠申请执行人本金68...
595
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
四川省彭州市人民法院 民 事 判 决 书 (2021)川0182民初2008号等28案(案号详见附表一) 原告:吴晓阳等51人(身份信息详见附表一)。 委托诉讼代理人:陈义均,四川法典(彭州)律师事务所律师。 被告:成都江宝中房地产开发有限公司,住所地:四川省成都市武侯区龙爪小区逸都路20号。 法定代表人:徐义,总经理。 原告吴晓阳等51人与被告成都江宝中房地产开发有限公司(以下简称江宝中公司)商品房预售合同纠纷一案,本院于2021年4月20日立案受理后,根据《全国人民代表大会常务委员会关于授权最高人民法院在部分地区开展民事诉讼程序繁简分流改革试点工作的决定》,依法适用小额诉讼程序,公开开庭进行了审理。原告吴晓阳等51人的委托诉讼代...
7,332
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
# frozen_string_literal: true # Model for Note class class Note < ApplicationRecord include ParseableDate include FriendlyUrlName include RecordHistory has_rich_text :rich_content include PgSearch::Model multisearchable against: %i[title rich_content date] has_one :citation, as: :citable, dependent: :...
213
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Welcome to EverybodyWiki 😃 ! Log in or ➕👤 create an account to improve, watchlist or create an article like a 🏭 company page or a 👨👩 bio (yours ?)... iMerit From EverybodyWiki Bios & Wiki iMerit is an India- and U.S.-based data-annotation company.[1] Background[edit] iMerit employs more than 2,200 workers i...
1,076
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace GeoSquirrelClient.Models { public class CacheGame { public int CacheGameId { get; set; } public int GameId { get; set; } public int C...
96
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Import plugin import styled from "styled-components"; // TypeScript for Props interface Props { theme: { break: [{ main: string }]; }; } // Create new style const Section = styled.section` width: 100%; height: auto; display: block; min-height: 100vh; position: relative; `; // Export new style ex...
84
cc:Github Open Source
common_corpus_Github Open Source
2,021
package io.github.xyz.spring.boot.rabbitmq.direct; import com.rabbitmq.client.*; import lombok.extern.slf4j.Slf4j; import org.junit.After; import org.junit.Before; import org.junit.Test; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.util.concurrent.TimeoutException; import static ...
760
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { createResponse, ConvoyrResponse } from '@convoyr/core'; import { isServerError } from './is-server-error'; describe.each<[ConvoyrResponse, boolean]>([ [ createResponse({ status: 500, statusText: 'Internal Server Error', }), true, ], [ createResponse({ status: 200, ...
196
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React, { useEffect } from "react"; import { useHistory } from "react-router-dom"; import { useSelector, useDispatch } from "react-redux"; import { actionCreators } from "~/app/actions/actions"; import * as generalSelectors from "../../redux/selectors/general-selectors.js"; import * as viewSelectors from "../../r...
1,574
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright (C) 2019 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...
2,339
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.tt.reaper.message; import javax.sip.message.Request; public class InviteMessage extends RequestMessage { public InviteMessage() { super(Message.INVITE, Request.INVITE, getNewCallId()); status = init(); } public InviteMessage(Request request) { super(Message.INVITE, request); } }
72
cc:Github Open Source
common_corpus_Github Open Source
2,021
// // VZFSegmentedControl.m // VZFlexLayout // // Created by wuwen on 2017/2/15. // Copyright © 2017年 Vizlab. All rights reserved. // #import "VZFSegmentedControl.h" #import "UIView+VZAttributes.h" #import "VZFSegmentedControlNode.h" @implementation VZFSegmentedControl - (instancetype)initWithFrame:(CGRect)frame...
310
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
云南省宜良县人民法院民 事 判 决 书(2021)云0125民初861号原告:李晨熙,女,1990年11月5日出生,汉族,云南省富民县人,身份证登记住址富民县,现住昆明市西山区。委托诉讼代理人:罗朝芹,云南言广律师事务所律师,特别授权代理。被告:普俊松,男,2000年10月9日出生,汉族,云南省宜良县人,农民,身份证登记住址宜良县。原告李晨熙诉被告普俊松民间借贷纠纷一案,本院于2021年3月24日立案。根据《全国人民代表大会常务委员会关于授权最高人民法院在部分地区开展民事诉讼程序繁简分流改革试点工作的决定》,本案适用小额程序,于2021年4月21日公开开庭进行了审理。原告李晨熙的委托诉讼代理人罗朝芹到庭参加诉讼,被告普俊松经本院传票...
1,344
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
黑龙江省哈尔滨市道外区人民法院民 事 判 决 书(2021)黑0104民初22044号原告:哈尔滨言恒企业管理咨询有限公司,住所地黑龙江省哈尔滨市道外区天恒大街300号21栋3单元6层2号(住宅)。负责人:董蕊,执行董事。委托诉讼代理人:杨帆,北京君永(长沙)律师事务所律师。被告:周稀佳,女,1995年03月30日出生,汉族,职业不详,住江苏省苏州市吴中区。原告哈尔滨言恒企业管理咨询有限公司(以下简称言恒公司)与被告周稀佳借款合同纠纷一案,本院受理后,依法适用简易程序中的小额诉讼程序,公开开庭审理本案。原告言恒公司的委托诉讼代理人杨帆到庭参加了诉讼。被告周稀佳经本院依法传唤无正当理由未到庭参加诉讼。本案现已审理终结。言恒公司向本院提...
3,589
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
沈阳市于洪区人民法院受 理 案 件 通 知 书(2021)辽0114执423号李凤山:李凤山与谭庆祝劳务合同纠纷一案,本院(或其他生效法律文书的作出机关)作出的判决(或其他生效法律文书)已发生法律效力。你/你单位向本院申请执行。经审查,该申请符合法定受理条件,本院决定立案执行。(如为移送执行案件,写明:)××××移送执行,本院决定立案执行。现将有关事宜通知如下:一、请补充提交被执行人名下财产情况。二、本案由法官/执行员负责执行。特此通知。执行员  肖之光二〇二一年一月十三日书记员  蔡新宇 来源:百度搜索“马克数据网”
283
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package org.abc.tools.exports; import java.util.Random; import com.follett.cust.cub.ExportHelperCub.FileType; import com.follett.fsc.core.k12.tools.ToolJavaSource; import com.x2dev.utils.X2BaseException; /** * This helper class correctly manages a tool's file extension. You must call * {@link #setFileExtension(Str...
394
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
浙江省慈溪市人民法院执行裁定书(2021)浙0282执1898号之一 申请执行人:周伟江,男,1971年01月24日出生,住所地慈溪市浒山街道大新路294弄9号,公民身份号码33022219710124001X。 委托诉讼代理人:王林珍,女,1971年8月19日出生,住所地慈溪市天和家园23号604室,公民身份号码:330222197108193244,系申请执行人配偶。 被执行人:赖军军,男,1987年12月01日出生,住所地慈溪市白沙路街道赖王村前赖王,公民身份号码330282198712010054。 被执行人:龚周蓓,女,...
1,905
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/*! Copyright (c) 2018 Siemens AG. Licensed under the MIT License. */ import { DbConnectionInfo } from ".."; import { IDbAdapter, IDbAdapterConstructor, IDbAdapterExtension } from "./db-adapter"; /** * Factory for registering and creating database adapters. */ export class DbAdapterFactory { // Adapters that h...
440
cc:Github Open Source
common_corpus_Github Open Source
2,021
using MediatR; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using WizLoad.ApiClient; namespace Shop.Mvc.Application.Commands.Products { public class GetProductImagesCommandHandler : IRequestHandler<GetProductImagesCommand, List<string>> ...
145
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.ablelib.demo.activity import android.graphics.PorterDuff import android.os.Bundle import android.widget.Toast import androidx.appcompat.app.AppCompatActivity import androidx.core.content.ContextCompat import com.ablelib.demo.R import com.ablelib.demo.adapter.PagesAdapter import com.ablelib.listeners.Permis...
600
cc:Github Open Source
common_corpus_StackExchange
2,021
ActivityResultContract opens gallery twice I'm currently switching the ActivityResults on an Android app (java) with ActivityResultContract (because of deprecation) as suggested by Google https://developer.android.com/training/basics/intents/result. Example code When I implement the same example code to get an image fr...
295
misc_reference
common_corpus_StackExchange
2,021
How to use Junit 5's TempDir with Kotlin? I want to convert the following (working) java test to Kotlin: package my.project; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.io.TempDir; import java.io.File; import java.io.IOException; import java.nio.file.Files;...
423
misc_reference
common_corpus_StackExchange
2,021
Prove if the set of triangles X is countable? So this question completely stumped me. Let X be the set of all triangles ABC in the plane R^2 so that both coordinates of each points A, B, and C are rational numbers. Prove that the set X is countable? I think it's countable but I don't know how to prove it. There are on...
110
misc_reference
common_corpus_Github Open Source
2,021
package main; # # # 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 # di...
1,036
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/bin/bash # Copyright (C) 2019-Present A-Team Digital Solutions # # Recovery Build Command Auto Selector # clear ###################################################### # Quick Heads Up echo "" echo "AutoMagically Selecting Recovery Build Commands..." echo "" #echo "Select Your Option & PRESS ENTER...
1,548
cc:Github Open Source
common_corpus_Github Open Source
2,021
var m_strWebService = 'http://www.ihouse3d.com.cn/'; var arr = [] var newModelArr = [] var newMapArr = [] var _mapArr = [] var panoArr = [] var videoArr = [] function GetRequest() { var url = document.cookie; var theRequest = {}; var strs = url.split(";"); for (var i = 0; i < strs.length; i++) { ...
5,272
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省新蔡县人民法院民 事 裁 定 书(2021)豫1729民初860号原告:马义雷,男,1970年5月20日生,汉族,住河南省新蔡县。被告:张勇,男,1981年11月1日生,汉族,住河南省新蔡县。原告马义雷与被告张勇房屋租赁合同纠纷一案,本院于2021年2月5日立案后,不宜适用简易程序审理,应转为普通程序审理。依照《中华人民共和国民事诉讼法》第一百六十三条、第一百五十四条第一款第(十一)项的规定,裁定如下:原告马义雷与被告张勇房屋租赁合同纠纷一案,本院于2021年2月5日立案后,不宜适用简易程序审理,应转为普通程序审理。不宜适用简易程序审理,应转为普通程序审理。审 判 长  陈新力人民陪审员  赵红安人民陪审员  吴美丽二〇二一年...
387
cc:Chinese-Court-Decisions
common_corpus_UK Hansard – Northern Ireland Assembly
2,021
Often in Northern Ireland, too much is made of what divides us, but what we do hold in common is a reverence for life, for family and for community. That is demonstrated by how we remember people in death and is displayed in the support for those who grieve, whether it is at the wake, at the funeral or in the time afte...
666
cc:UK Hansard – Northern Ireland Assembly
common_corpus_Github Open Source
2,021
/** * @license * Copyright 2016 Google Inc. * 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...
808
cc:Github Open Source
common_corpus_Github Open Source
2,021
import styled from 'styled-components'; export const Container = styled.div` form { hr { border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin: 30px 0 20px 0; } button { margin-top: 20px; align-self: flex-end; } } `;
82
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
安徽省合肥市包河区人民法院 民 事 判 决 书 (2021)皖0111民初4648号 原告:中国工商银行股份有限公司合肥望江路支行,住所地安徽省合肥市马鞍山南路660号海顿国际广场D楼商业101、102室,统一社会信用代码91340100711759072C(1-1)。 负责人:袁新颜,该支行行长。 委托诉讼代理人:吕东东,安徽华人律师事务所律师。 委托诉讼代理人:张璞君,安徽华人律师事务所律师。 被告:曹灿,男,汉族,1987年3月13日出生,住安徽省蚌埠市蚌山区。 原告中国工商银行股份有限公司合肥望江路支行与被告曹灿信用卡纠纷一案,本院立案受理后,依法适用简易程序,由审判员周文生独任审判,于2020年4月1日公开开庭进行了审理。...
2,644
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
@import 'functions'; .the_editor { @import '~highlight.js/scss/xcode'; @import '~github-markdown-css/github-markdown'; } .the_editor--previewer { flex: 1; border-left: 1px solid get-var(border-color); overflow-y: auto; overflow-x: hidden; padding: 1rem; -webkit-overflow-scrolling: touch; }
87
cc:Github Open Source
common_corpus_Github Open Source
2,021
= Reversing glossary == process hollowing The act of replacing the code inside a legitimate process with malware code before the first thread begins. A hollowed process executes only malicious code for the remainder of its lifetime. === References: * The Art of Memory Forensics page 258 * Analyzing Malware Hollow P...
136
cc:Github Open Source
common_corpus_Github Open Source
2,021
# frozen_string_literal: true require 'rails_helper' RSpec.describe '/workers', type: :request do let(:admin) { create :user, :admin } let(:valid_attributes) do { name: 'worker1' } end let(:new_attributes) do { name: 'worker42' } end before do sign_in admin end describe 'GET /index' do...
762
cc:Github Open Source
common_corpus_OpenAlex
2,021
Edited by: Ilia Stambler, International Longevity Alliance, France Design: NEUROAGE, the first project on cognitive aging in Cyprus, is a prospective longitudinal study with a rolling admission process. Participants are assessed at baseline and retested every 24–30 months. Design: NEUROAGE, the first project on cog...
19,066
academic
common_corpus_Creative Commons Common Crawl (CCC)
2,021
The Australian Competition and Consumer Commission is suing Sony over allegedly breaching consumer law Time to dust off the ‘Bart vs. Australia’ header images! On the 29th of May, Australia’s consumer watchdog launched legal proceedings against Sony’s European division — the branch of the company that operates within...
553
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
#!/bin/sh /etc/rc.common # Copyright (C) 2016 OpenWrt.org START=50 USE_PROCD=1 validate_section_addrwatch() { uci_load_validate addrwatch addrwatch "$1" "$2" \ 'disabled:bool:0' \ 'interface:list(string):lan' \ 'syslog:bool:1' \ 'output:string' \ 'quiet:bool:0' \ 'verbose:bool:0' \ 'ipv4only:bool:0' \ ...
631
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { useEffect, useState } from 'react' import Link from 'next/link' import Head from 'next/head' import io from 'socket.io-client' // 各ページに関する情報の定義 const pages = { index: { title: '全てのtodo' }, active: { title: '未完了のtodo', completed: false }, completed: { title: '完了したtodo', completed: true }, } // CSRでページを切...
575
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php namespace App\Repositories\Interfaces; use App\Models\Account; use App\Models\Invoice; use App\Models\Task; use App\Requests\SearchRequest; use Illuminate\Support\Collection; interface InvoiceRepositoryInterface { /** * * @param SearchRequest $search_request * @param Account $account */...
307
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Next Article in Journal Dysphagia and Tongue Deviation: A Rare Case of Collett–Sicard Syndrome after Blunt Head Trauma Previous Article in Journal Istradefylline to Treat Patients with Parkinson’s Disease Experiencing “Off” Episodes: A Comprehensive Review Case Report Clinical and Neuroimaging Features in a Patient wi...
709
cc:Creative Commons Common Crawl (CCC)
common_corpus_Creative Commons Common Crawl (CCC)
2,021
IRL pink hair. I’m not quite to fetish level, but me gusta. Videogame character pink hair is merely cool to me. It’s not as much hot as it is eye-pleasing.  You’ll get a fair bit of pink hair in these new Final Fantasy XIII-2 screenshots that Square Enix sent us this morning. You’ll get a super-serious look from Light...
176
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
using System; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using ResidentsSocialCarePlatformApi.V1.Boundary.Responses; using Newtonsoft.Json; using NUnit.Framework; namespace ResidentsSocialCarePlatformApi.Tests.V1.E2ETests { [TestFixture] public class ListResidentsReturnsAndQueries...
1,877
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React, { createContext, ReactNode, useMemo, useCallback, // @ts-ignore useTransition, } from 'react'; export interface ServerStateContextValue { serverState: Record<string, any>; setServerState( input: (() => void) | Record<string, any> | string, value?: string | Record<string, any> ):...
532
cc:Github Open Source
common_corpus_Github Open Source
2,021
import numpy as np import os import torch.nn.functional as F import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torch.distributions.categorical import Categorical from torch.multiprocessing import Pipe from model import CnnActorCriticNetwork, RNDModel #from SILmodel im...
4,448
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* Copyright (c) 2011, Siemens Corporate Research a Division of Siemens Corporation 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. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2....
664
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
湖南省洪江市人民法院 民 事 判 决 书 (2021)湘1281民初688号 原告:蒋乐彬,男,1972年11月20日出生,汉族,居民,住湖南省洪江市。 被告:傅云香,女,1962年7月13日出生,汉族,居民,住湖南省芷江侗族自治县。 被告:韩惠,女,1984年7月13日出生,侗族,居民,住湖南省芷江侗族自治县。 原告蒋乐彬与被告傅云香、韩惠民间借贷纠纷一案,本院于2021年5月6日立案后,依法适用简易程序公开开庭进行了审理。原告蒋乐彬、被告傅云香、被告韩惠到庭参加诉讼。本案现已审理终结。 原告蒋乐彬向本院提出诉讼请求:1、被告傅云香、韩惠支付原告借款本金50000元及利息(利息自2018年12月23日起按月利率1.5%计算至还清之...
4,244
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
fileFormatVersion: 2 guid: 52f3650ff19ec7a4a9f7bbe53d173415 DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
54
cc:Github Open Source
common_corpus_Github Open Source
2,021
package typingsSlinky.activexExcel.Excel import typingsSlinky.activexExcel.activexExcelNumbers.`-4142` import typingsSlinky.activexExcel.activexExcelNumbers.`16` import typingsSlinky.activexExcel.activexExcelNumbers.`1` import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.`|` impor...
223
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Copyright 2020-2021 Herald Project Contributors // SPDX-License-Identifier: Apache-2.0 // #include <memory> #include <vector> #include <iostream> #include "catch.hpp" #include "herald/herald.h" /** * Implementation note: BLE Mac should ALWAYS be valid 6 bytes, even if data wrong */ TEST_CASE("ble-macaddress...
1,412
cc:Github Open Source
common_corpus_Github Open Source
2,021
@extends('layouts.base_private') @section('content') <h1 class="pull-left">{{ trans('app.editPermission') }} {!! trans('app.sep') !!} {{ $entry->display_name }}</h1> <div class="clearfix"></div> <div> <form action="{{ route('admin.permissions.store') }}" method="post" id="edit-permission-for...
463
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省烟台市中级人民法院执 行 裁 定 书(2020)鲁06执488号之四申请执行人:泸州市第七建筑工程公司,住所地:四川省泸州市龙马潭区龙南路**。法定代表人:向阳,总经理。被执行人:龙口新瑞房地产开发有限公司,住所地:山东省龙口市徐福街道东海阳光一路。法定代表人:窦基坤,董事长。申请执行人泸州市第七建筑工程公司与龙口新瑞房地产开发有限公司建设工程施工合同纠纷一案,烟台市中级人民法院于2020年3月12日作出(2018)鲁06民初483号民事判决,确定:一、龙口新瑞房地产开发有限公司于本判决生效后10日内向泸州市第七建筑工程公司支付剩余工程款14334525.87元及利息639404.53元,以上共计14973930.40元;二、...
1,966
cc:Chinese-Court-Decisions
common_corpus_French Open Data
2,021
IMPACT DE LA CRISE SANITAIRE SUR L’ACTIVITÉ DES ENTREPRISES : MICROSIMULATION SUR DES DONNÉES INDIVIDUELLES CNIS – COMMISSION SYSTÈME FINANCIER ET FINANCEMENT DE L’ÉCONOMIE 27 MAI 2021 Julien Giorgi, Suzanne Scott (INSEE) Benjamin Bureau, Anne Duquerroy (Banque de France) Mathias Lé, Frédéric Vinas (Banque de France) L...
1,977
cc:French Open Data
common_corpus_Github Open Source
2,021
// https://github.com/CoderWQYao/WQCharts-iOS // // BizChartVC.h // WQCharts // // Created by WQ.Yao on 2020/01/02. // Copyright (c) 2020年 WQ.Yao All rights reserved. // #import "BaseChartVC.h" NS_ASSUME_NONNULL_BEGIN @interface BizChartVC : BaseChartVC<ItemsOptionsDelegate,WQBizChartViewAdapter> @end NS_ASSUME_NO...
102
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include "precomp.hxx" CIdToPointerMapper *g_PointerMapper = NULL; CMDCOM::CMDCOM(): m_ImpIConnectionPointContainer(), m_hresConstructorError(ERROR_SUCCESS) { UINT i; m_dwRefCount = 0; g_hReadSaveSemaphore = NULL; g_PointerMapper = new CIdToPointerMapper (DEFAULT_START_NUMBER_OF_MAPS, DEFA...
43,314
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.sq.domain; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement public class Car { private String name; private Integer price; @XmlAttribute public String getName() { return nam...
113
cc:Github Open Source
common_corpus_Github Open Source
2,021
var button = { "imageFile": "http://upload.wikimedia.org/wikipedia/en/c/c8/Button_redirect.png", //ścieżka do obrazka (pełna ścieżka)22x22px "speedTip": "Przekierowanie", //tekst który się wyświetli gdy najedziemy na przycisk myszką "tagOpen": "#PATRZ[[", //znacznik rozpoczynający ...
1,216
cc:Github Open Source
common_corpus_OpenAlex
2,021
Tomohiro Gonjo1,2*, Ricardo J. Fernandes3, João Paulo Vilas‑Boas3 & Ross Sanders4 jo1,2*, Ricardo J. Fernandes3, João Paulo Vilas‑Boas3 & Ross Sanders4 The current study investigated body roll amplitude and timing of its peak in backstroke and compared them with front crawl swimming. Nineteen anatomical landmarks were...
15,713
academic
common_corpus_Github Open Source
2,021
/* * Copyright 2019 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 a...
800
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.dev.mobile_ecommerce.productdetail; import android.content.Intent; import android.graphics.Paint; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.view.KeyEvent; import android.view.MotionEvent; import android.view.View; import android.view.inputmetho...
3,108
cc:Github Open Source
common_corpus_Github Open Source
2,021
package io.github.pr0methean.betterrandom.benchmark; import static io.github.pr0methean.betterrandom.seed.SecureRandomSeedGenerator.DEFAULT_INSTANCE; import io.github.pr0methean.betterrandom.prng.AesCounterRandom; import io.github.pr0methean.betterrandom.prng.adapter.ThreadLocalRandomWrapper; import io.github.pr0meth...
181
cc:Github Open Source
common_corpus_Github Open Source
2,021
# AWSTATS MIME DATABASE #------------------------------------------------------- # If you want to add MIME types, # you must add an entry in MimeHashLib and assign it to a family #------------------------------------------------------- #package AWSMIME; # MimeHashFamily # This is a hash table of mime groupings and d...
2,034
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.Linq; using System.Text.Json.Nodes; namespace SystemTextJson.JsonDiffPatch.UnitTests.TestData { public class JsonValueTestData { public static IEnumerable<object[]> ElementRawTextEqual { get { ...
4,699
cc:Github Open Source
common_corpus_French-Science-Pile
2,021
and Methanosphaera are mainly known as hydrogenotrophic and methylotrophic archaea genera, respectively, although recent genomic studies suggest that they may have other metabolic differences (Poehlein et al., 2018). Second, regarding bacterial microbiota, the simulated weaning transition induced an increase in the rel...
12,848
cc:French-Science-Pile
common_corpus_Chinese-Court-Decisions
2,021
山东省鱼台县人民法院 执 行 裁 定 书 (2021)鲁0827执152号 申请执行人:程森森,男,1989年03月09日出生,住。 被执行人:济宁亮咖新能源车业有限公司,住鱼城镇前夏庄村南(枣曹线路南、原鱼城棉厂院内)。 法定代表人:冯国瑞。 本院在执行申请执行人程森森与被执行人济宁亮咖新能源车业有限公司提供劳务者受害纠纷一案中,经财产调查未发现被执行人有可供执行的财产。依照《中华人民共和国民事诉讼法》第二百五十七条第(六)项、《最高人民法院关于适用的解释》第五百一十九条的规定,裁定如下: 终结本次执行程序。 终结执行后,申请执行人在发现被执行人有可供执行的财产时,可以再次申请执行。 本裁定书送达后立即生效。 审判员 窦 红 二〇...
393
cc:Chinese-Court-Decisions
common_corpus_Eurlex
2,021
Il 1o ottobre 2015 Ngaïkosset ha incontrato nel quartiere PK5 Haroun Gaye, uno dei leader del Front Populaire pour la Renaissance de Centrafrique (FPRC), con l'obiettivo di pianificare un attacco congiunto a Bangui sabato 3 ottobre. L'8 ottobre 2015 il ministro della Giustizia della Repubblica centrafricana ha annuncia...
12,491
cc:Eurlex
common_corpus_Github Open Source
2,021
<?php // This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild /** * A TrueType font file contains data, in table format, that comprises * an outline font. */ namespace { class Ttf extends \Kaitai\Struct\Struct { public function __construct(\Kaitai\Struct\Stre...
23,696
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
贵州省纳雍县人民法院执 行 裁 定 书(2021)黔0525执513号申请执行人:陈某,男,1984年2月27日出生,彝族,住贵州省纳雍县。被执行人:杨某,女,1986年2月1日出生,彝族,住贵州省大方县。申请执行人陈某与被执行人杨某离婚纠纷一案,本院依法作出的(2017)黔0525民初468号民事调解书已经发生法律效力。申请执行人陈某于2021年2月22日向本院申请执行,要求被执行人杨某向申请执行人陈某支付抚养费人民币8400元。被执行人杨某依法负担执行申请费人民币50元。本案在执行过程中:1.本院于2021年2月25日向被执行人杨某邮寄送达执行通知书、报告财产令、财产申报表、廉政监督卡、权利义务须知、风险告知书等执行文书。2.本...
1,451
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
const app = require('express').Router(); const presencas = require('../controllers/presenca.controller'); app.get('/listPresenca', presencas.listPresenca); app.post('/', async (req, res) => { try { const { idAtividade, idAgenda, idEvento, cpf, presenca } = req.body; const resp = presencas.createOrUpdate( ...
147
cc:Github Open Source
common_corpus_StackExchange
2,021
Removing a control character using Python I have a script that processes the output of a command (the aws help cli command). I step through the output line-by-line and don't start the actual real parsing until I encounter the text "AVAILABLE COMMANDS" at which point I set a flag to true and start further processing on ...
964
misc_reference
common_corpus_Github Open Source
2,021
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
4,087
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广东省东莞市第二人民法院刑 事 判 决 书(2021)粤1972刑初1457号公诉机关东莞市第二市区人民检察院适用程序速裁程序被告人信息被告人赵万稳,曾用名赵小雷,男,1989年7月15日出生,汉族,初中文化,务工,住江苏省灌南县×××××××××××××。公民身份号码:320×××××××********。曾因犯绑架罪于2008年被上海市闸北区人民法院判处有期徒刑一年六个月;因犯贩卖毒品罪于2019年4月22日被本院判处有期徒刑九个月。现因本案于2021年1月20日被取保候审。起诉号东二区检刑诉〔2021〕1296号指控罪名危险驾驶罪量刑建议拘役一个月十天,并处罚金。辩护意见被告人认罪认罚,没有提出辩解意见。查明事实被告人赵万稳于...
1,491
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
ADO API with TFS is deleting the URL project and returning an error I'm currently using this ADO API to get test results. The Uri has the following structure: "https://server.com:1234/tfs/Collection/Project" The service endpoint is: "_apis/test/Runs/{runId}/results/{testCaseResultId}?api-version=6.0" Where I replace ru...
324
misc_reference
common_corpus_Github Open Source
2,021
import matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator, FormatStrFormatter import matplotlib.gridspec as gridspec import matplotlib import numpy as np from astropy.io import fits c = 299792.458 # speed of light (km/s) #import some data sp = fits.open('/Users/mbedell/Documents/Research/HARPSTwins...
1,320
cc:Github Open Source
common_corpus_Github Open Source
2,021
""" Gary 673248932@qq.com 2020.12.15 socket and process exerceise """ from socket import * from multiprocessing import Process # 服务器地址 host_address = '127.0.0.1' port = 31415 ADDR = (host_address, port) class Server: def __init__(self): self.gsocket = socket(AF_INET, SOCK_DGRAM) self.gsocket.bin...
540
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
上海市宝山区人民法院民 事 裁 定 书(2021)沪0113民初16032号原告:上海硕实化工有限公司,住所地上海市宝山区。法定代表人:赵新强,总经理。被告:长兴又来宝装饰材料有限公司,住所地浙江省湖州市。法定代表人:陈会忠。本院在审理原告上海硕实化工有限公司与被告长兴又来宝装饰材料有限公司买卖合同纠纷一案中,原告向本院提出撤诉申请。本院认为:原告向本院提出撤诉申请,符合法律规定,可予准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款之规定,裁定如下:准许原告上海硕实化工有限公司撤回起诉。案件受理费减半收取为1,286元,由原告负担。审 判 员 俞蔚明法官助理 罗圣婕书 记 员 罗圣婕附:相关法律条文《中华人民共和国民事诉讼...
440
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
using System; using System.IO; using System.Reflection; using Kyameru.Component.File.Utilities; using NUnit.Framework; namespace Kyameru.Component.File.Tests { [TestFixture] public class FileUtilsTests { private readonly string fileLocation; private readonly FileUtils fileUtils; p...
568
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省济南市莱芜区人民法院 执 行 裁 定 书 (2021)鲁0116执恢247号 申请执行人:黄家军,男,1966年1月28日生,汉族,住莱城区。 被执行人:魏烈斌,男,1973年5月28日生,汉族,住莱城区。 被执行人:苏翠芳,女,1971年8月2日生,汉族,住莱城区。 上列当事人追偿权纠纷一案,山东省莱芜市莱城区人民法院作出的(2017)鲁1202民初71号民事调解书,已经发生法律效力,申请执行人向本院申请强制执行。 本案在执行过程中双方当事人达成和解协议,需较长时间才能履行完毕,故本案的执行程序依法应予终结,如果被执行人不履行或者不完全履行和解协议,申请执行人可申请继续执行。经审查,符合有关法律规定,本案的执行程序依法准予终...
522
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package nam.process; import java.io.Serializable; import javax.ejb.Local; import javax.ejb.Stateless; @Stateless @Local(WorkspaceImporter.class) public class WorkspaceImporter implements Serializable { public void importWorkspaceRecords() { //nothing for now } }
57
cc:Github Open Source
common_corpus_French-Science-Pile
2,021
Cannabinoid Receptor 1 Inhibition in Chronic Kidney Disease: A New Therapeutic Toolbox Myriam Dao, Helene François 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 ins...
12,149
cc:French-Science-Pile
common_corpus_Github Open Source
2,021
class Col: """ Y - YELLOW | B - BOLD | G - GREEN | U - UNDERLINE V - PURPLE | C - CYAN | W - WHITE | R - RED | GR - GREY """ V = '\033[95m' GR = '\u001b[30;1m' C = '\033[38;2;0;200;255m' G = '\033[92m' Y = '\033[93m' R = '\033[91m' W = '\033[0m' B = '\033[1m' U = '\03...
143
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
西 安 市 碑 林 区 人 民 法 院西 安 市 碑 林 区 人 民 法 院&#xa0;民 事 裁 定 书&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; (2021)陕0103民初3775号原告:张红卫,男,1966年11月25日出生,汉族,西安宏翔鞋业有限公司总经理,住西安市灞桥区。原告:西安宏翔鞋业有限公司,住所地:本市灞桥区。法定代表人:张红卫,总经理。共同委托诉讼代理人:陈凯,陕西神剑律师事务所律师。共同委托诉讼代理人:牛慧,陕西神剑律师事务所实习律师。被告:陕西溢诚小额贷款股份有限公司,住所地:西安市莲湖区。法定代表人:梁林,董事长。被告:陈军建,男,1962年2月19日出生,汉族,陕西省物流集团投资有限公司...
1,225
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* * Tencent is pleased to support the open source community by making BlueKing available. * Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. * Licensed under the MIT License (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of ...
835
cc:Github Open Source
common_corpus_Github Open Source
2,021
namespace IxMilia.BCad.Display { public enum ProjectionStyle { /// <summary> /// Windows-style coordinates where the origin (0, 0) is in the top left corner with the X and Y axes /// increasing to the right and down respectively. /// </summary> OriginTopLeft, ///...
192
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* LCM type definition class file * This file was automatically generated by lcm-gen * DO NOT MODIFY BY HAND!!!! */ package armlab.lcm.msgs; import java.io.*; import java.util.*; import lcm.lcm.*; public final class control_mode_parameters implements lcm.lcm.LCMEncodable { public armlab.lcm.msgs.joint_imped...
1,102
cc:Github Open Source
common_corpus_Github Open Source
2,021
module Rucc class Case # @param [Integer] b # @param [Integer] e # @param [String] label def initialize(b:, e:, label:) @b = b @e = e @label = label end attr_reader :b, :e, :label class << self # @param [Integer] b # @param [Integer] e # @param [String]...
145
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.example.rxjava2study import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import com.example.rxjava2study.databinding.MainActivityBinding import io.reactivex.Observable import io.reactivex.ObservableEmitter import io.reactivex.ObservableOnSubscribe class MainActivity : AppCompatActivit...
259
cc:Github Open Source
common_corpus_Github Open Source
2,021
package org.springframework.boot.actuate.autoconfigure.amqp; import java.util.Map; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.boot.actuate.amqp.RabbitHealthIndicator; import org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration; impor...
354
cc:Github Open Source
common_corpus_Github Open Source
2,021
package me.ibrahimyilmaz.kiel.core import android.view.ViewGroup import androidx.annotation.LayoutRes class RecyclerViewHolderManager<T : Any, VH : RecyclerViewHolder<T>>( private val recyclerViewHolderFactory: RecyclerViewHolderFactory<T, VH>, private val renderer: RecyclerViewHolderRenderer<T, VH> ) { f...
184
cc:Github Open Source
common_corpus_Github Open Source
2,021
using Avalonia.Media.Imaging; using PropertyChanged; using System; using System.Collections.Generic; using System.Collections.ObjectModel; namespace OpenH2.ScenarioExplorer.ViewModels { [AddINotifyPropertyChangedInterface] public class TagPreviewViewModel { private Dictionary<string, object> resou...
374
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Physiol., 18 February 2020 | https://doi.org/10.3389/fphys.2020.00075 Modeling Bainbridge-Ropers Syndrome in Xenopus laevis Embryos Hava Lichtig1, Artyom Artamonov1, Hanna Polevoy1, Christine D. Reid2, Stephanie L. Bielas3 and Dale Frank1*† • 1Department of Biochemistry, Faculty of Medicine, The Rappaport Family In...
15,434
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
.eqv KDMMIO 0xFF200000 # endereco Keyboard KDMMIO .eqv dKey 0x00000064 # ASCII code d key .eqv aKey 0x00000061 # ASCII code a key .eqv wKey 0x00000077 # ASCII code w key .eqv sKey 0x00000073 # ASCII code s key .eqv eKey 0x00000065 # ASCII code e key .eqv qKey 0x00000071 # ASCII code q key .eqv lKey 0x0000006C # ASCII ...
1,008
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
吉林省延吉市人民法院执 行 裁 定 书(2021)吉2401执1242号申请执行人:鞠艳河,男,1980年4月4日出生,汉族,无职业,住吉林省延吉市。被执行人:赵继民,男,1970年2月16日出生,汉族,无职业,住吉林省延吉市。申请执行人鞠艳河与被执行人赵继民劳务合同纠纷一案,执行依据本院(2020)吉2401民初6750号民事判决已经发生法律效力,但被执行人至今未履行生效法律文书确定的义务(1.支付劳务费1万元及利息;2.支付迟延履行期间的债务利息;3.案件受理费25.5元、执行费50元)。申请执行人向本院申请执行,本院于2021年3月2日立案执行。在执行过程中,本院向被执行人赵继民发出受理案件通知书、执行通知书、报告财产令、财产...
591
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package net.largem.exp; import java.net.URL; public class ResourceLoadingExp { public static void main(String[] args) { URL resource = ResourceLoadingExp.class.getClassLoader() .getResource("resourceLoadingExp.properties"); if (resource == null) { System.out.println("can't load resourceLoad...
85
cc:Github Open Source
common_corpus_Github Open Source
2,021
package org.globsframework.model.utils; import org.globsframework.metamodel.Field; import org.globsframework.model.Glob; import java.util.Comparator; public class ReverseGlobFieldComparator implements Comparator<Glob> { private GlobFieldComparator inner; public ReverseGlobFieldComparator(Field field) { ...
103
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
沈阳经济技术开发区人民法院民 事 判 决 书(2021)辽0191民初423号原告:张樱,女,满族,住辽宁省抚顺市抚顺县。被告:沈阳发展北大教育科学园有限公司,住所地沈阳经济技术开发区。法定代表人:侯亮,该公司董事长。委托诉讼代理人:郭程程,辽宁六合律师事务所律师。委托诉讼代理人:曹文强,辽宁六合律师事务所律师。原告张樱与被告沈阳发展北大教育科学园有限公司商品房销售合同纠纷一案,本院依法适用小额诉讼程序,公开开庭进行了审理。原告张樱、被告沈阳发展北大教育科学园有限公司委托诉讼代理人郭程程到庭参加诉讼。本案现已审理终结。原告向本院提出诉讼请求:1、要求被告支付位于沈阳经济技术开发区房屋2017年4月18日至2020年4月18日期间的逾...
2,856
cc:Chinese-Court-Decisions