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
var Immutable = require('immutable'); var KEY_SEPARATOR = '-'; /** * Creates a Draft decorator * @param {Function} strategy function (contentBlock, callback(start, end, props)) * @param {Function} getComponent function (props) -> React.Component */ function SimpleDecorator(strategy, getComponent) { this.decor...
436
cc:Github Open Source
common_corpus_Github Open Source
2,021
from datetime import datetime, timedelta from typing import Tuple, Any, Optional, List import pytz from calendar import monthrange from django.utils.text import format_lazy from django.utils.translation import gettext_lazy as _ TIME_RANGE_CHOICES = [ ("yesterday", _("yesterday")), ("today", _("today")), (...
3,227
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省新泰市人民法院 执 行 裁 定 书 (2021)鲁0982执保558号 申请保全人:中国邮政储蓄银行股份有限公司新泰市支行,住所地新泰市府前街**,统一社会信用代码91370900675548000Y。 法定代表人:刘建立,该行行长。 被保全人:寇怀玺,男,1991年4月5日生,汉族,住新泰市。 被保全人:秦立云,女,1989年2月16日生,汉族,住新泰市。 被保全人:泰安泰山永和房地产开发有限公司,住所,住所地新泰市东周路**社会信用代码913709007710481332。 法定代表人:李圣群。 本院审理原告中国邮政储蓄银行股份有限公司新泰市支行与被告寇怀玺、秦立云、泰安泰山永和房地产开发有限公司金融借款合同纠纷一案,于2...
657
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
// // FILE NAME: CIDMacroEng_ClassManager.hpp // // AUTHOR: Dean Roddey // // CREATED: 02/15/2003 // // COPYRIGHT: Charmed Quark Systems, Ltd @ 2019 // // This software is copyrighted by 'Charmed Quark Systems, Ltd' and // the author (Dean Roddey.) It is licensed under the MIT Open Source // license: // // https://...
1,774
cc:Github Open Source
common_corpus_Github Open Source
2,021
package mechanics import ( "fmt" "image" "strconv" "github.com/SolarLune/resolv" "github.com/hajimehoshi/ebiten/v2" ) const ( CollisionTypeTraversable = iota - 1 CollisionTypeWin CollisionTypeSolid CollisionTypeSolidHalfTop CollisionTypeSolidHalfBottom CollisionTypeRampUp CollisionTypeRampDown Collision...
1,598
cc:Github Open Source
common_corpus_Github Open Source
2,021
module my-dictionaries go 1.15 require ( github.com/gin-gonic/gin v1.6.3 github.com/jmoiron/sqlx v1.2.0 github.com/lestrrat-go/jwx v1.1.1 github.com/mattn/go-sqlite3 v1.14.6 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.co...
216
cc:Github Open Source
common_corpus_Github Open Source
2,021
package snailgun.protocol import java.io.InputStream import java.io.OutputStream /** * An instance of user-defined streams where the protocol will forward any * stdout, stdin or stderr coming from the client. * * Note that this is decoupled from the logger API, which is mostly used for * tracing the protocol beh...
108
cc:Github Open Source
common_corpus_Github Open Source
2,021
30 5 2 0 0 1 24 28 8 26 2 4 16 7 10 3 5 27 23 1 12 13 15 30 21 9 11 6 19 20 17 [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] 1 3 3 22 31 19 [0 3 0 4 3 4 7 7 6] [1 2 9] [3 3 0...
3,439
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php declare(strict_types=1); namespace Mezzio\Cors\Configuration\Exception; use Mezzio\Cors\Exception\AbstractInvalidArgumentException; final class InvalidConfigurationException extends AbstractInvalidArgumentException { private function __construct(string $message) { parent::__construct($message)...
80
cc:Github Open Source
common_corpus_Github Open Source
2,021
'================================================================================================================ ' System : EWSoftware Data List Control Demonstration Applications ' File : TreeViewDropDown.vb ' Author : Eric Woodruff (Eric@EWoodruff.us) ' Updated : 10/02/2014 ' Note : Copyright 2005-2014, Eri...
1,627
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include <igris/container/unbounded_array.h> LT_BEGIN_TEST(igris_test_suite, unbounded_array) { igris::unbounded_array<float> arr(35); arr[28] = 33; CHECK_EQ(arr[28], 33); } LT_END_TEST(unbounded_array)
62
cc:Github Open Source
common_corpus_Github Open Source
2,021
jobs (incl. supersource/sink ): 102 RESOURCES - renewable : 4 R - nonrenewable : 4 N - doubly constrained : 0 D ************************************************************************ PRECEDENCE RELATIONS: jobnr. #modes #successors successors 1 1 11 2 3 4 5 6 7 8 9 11 15 20 ...
8,487
cc:Github Open Source
common_corpus_French-Science-Pile
2,021
Boundary null-controllability of two coupled parabolic equations : simultaneous condensation of eigenvalues and eigenfunctions. Hadji El, 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 te...
13,180
cc:French-Science-Pile
common_corpus_Github Open Source
2,021
using System; using System.Linq; using Silky.Core; using Silky.Http.Core.Middlewares; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting.Server; using Microsoft.AspNetCore.Hosting.Server.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Silky.H...
359
cc:Github Open Source
common_corpus_Github Open Source
2,021
import '@builder.io/mitosis/dist/src/jsx-types'; import Footer from '../components/footer.lite'; import Header from '../components/header.lite'; export default function Home() { return ( <div> <Header /> <div style={{ padding: '20px' }}>I am the page body</div> <Footer /> </div> ); }
78
cc:Github Open Source
common_corpus_USPTO
2,021
In some aspects, the UE may receive, from the anchor node, a configuration of aperiodic positioning signal resources via a higher layer message. The configuration may indicate a time and frequency resource for the UE-specific aperiodic positioning signal, a sequence, a resource element mapping pattern, a transmit power...
9,986
formal_gov
common_corpus_Github Open Source
2,021
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> #import "ICCloudServiceStatusRemoteMonitoringService-Protocol.h" #import "NSXPCListenerDelegate-Protocol.h" @class NSMu...
1,281
cc:Github Open Source
common_corpus_Github Open Source
2,021
package typingsSlinky.antd.anon import typingsSlinky.rcTree.interfaceMod.DataNode import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess} @js.native trait EndKey extends StObject { ...
513
cc:Github Open Source
common_corpus_Github Open Source
2,021
import monix.eval.{Task, TaskLocal} import monix.execution.Scheduler import org.scalatest.BeforeAndAfter import org.scalatest.matchers.should.Matchers import org.scalatest.wordspec.AsyncWordSpec import org.slf4j.MDC import scala.concurrent.ExecutionContext class MDCBasicSpec extends AsyncWordSpec with Matchers with I...
349
cc:Github Open Source
common_corpus_Github Open Source
2,021
<!-- Add you custom twig html here --> <main class="row"> {% if metadata|length > 0 %} <section class="digital-serial-page-meta col-sm-8 float-left"> <dl class="clearfix"> {% for label,value in metadata %} <dt>{{ label }}</dt> <dd>{{ value }}</dd> ...
117
cc:Github Open Source
common_corpus_Github Open Source
2,021
<!doctype html> <html lang="pt-br"> <head> <meta charset="utf-8" /> <link rel="apple-touch-icon" sizes="76x76" href="{{asset('assets/img/aple-icon.png')}}" /> <link rel="icon" type="image/png" href="{{asset('assets/img/favicon.ico')}}" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />...
1,954
cc:Github Open Source
common_corpus_Github Open Source
2,021
use crate::Event; use crate::status::Status; #[derive(Clone, Copy, Debug)] #[repr(C)] pub struct SimplePointerMode { pub ResolutionX: u64, pub ResolutionY: u64, pub ResolutionZ: u64, pub LeftButton: bool, pub RightButton: bool, } #[derive(Clone, Copy, Debug, Default)] #[repr(C)] pub struct SimpleP...
209
cc:Github Open Source
common_corpus_Github Open Source
2,021
from __future__ import ( absolute_import, division, print_function, unicode_literals) import collections import copy import functools import itertools import json import jsonschema import logging import os import random from ruamel.yaml import YAML import six from six import iteritems from six.moves import range ...
2,187
cc:Github Open Source
common_corpus_Github Open Source
2,021
<template> <div class="bg-nearer-white pv4 overflow-y-auto"> <div class="center mw7"> <div class="mv5" v-if="is_fetching"> <spinner size="large" message="Loading template..." /> </div> <div v-else-if="is_fetched"> <h1 class="fw6 f3 mid-gray mb4">{{title}}</h1> <div class=...
1,630
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php namespace App; use Illuminate\Database\Eloquent\Model; class itemadd extends Model { protected $fillable = ['id','CategoryID','Name', 'Description','Price','Photo']; protected $hidden =['id','CategoryID']; protected $table="items"; }
56
cc:Github Open Source
common_corpus_USPTO
2,021
Perforations using fluids containing hollow spheres ABSTRACT Techniques of the present disclosure relate to downhole perforation operations using fluid containing hollow spheres. A method comprising: disposing a perforating apparatus in a volume of hollow particles in a wellbore; and detonating the perforating appara...
5,940
formal_gov
common_corpus_Chinese-Court-Decisions
2,021
北京市海淀区人民法院民 事 判 决 书(2019)京0108民初51377号原告:姜某,女,1967年9月18日出生,汉族,住北京市海淀区。委托诉讼代理人:王斌,住北京市海淀区。原告:朱某,女,1992年6月16日出生,汉族,住北京市海淀区。二原告共同委托诉讼代理人:李树文,北京市开创律师事务所律师。被告:王某1,男,1964年3月20日出生,汉族,住黑龙江省鸡西市恒山区。被告:崔某1,男,1979年5月17日出生,汉族,住北京市海淀区。第三人:北京栖梧桐美容美发有限公司,住所地北京市海淀区永定路****516-1,统一社会信用代码911101080766453742。法定代表人:张晶,经理。二被告及第三人共同委托诉讼代理人:李海英...
10,887
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
湖南省岳阳市中级人民法院民 事 判 决 书(2021)湘06民终1391号上诉人(一审原告):北京市均豪物业管理股份有限公司,住所地:北京市东城区安定门东滨河路雍和家园二期三单元二层。法定代表人:于庆新,该公司董事长。委托诉讼代理人:邓虹,湖南思阳律师事务所律师。被上诉人(一审被告):熊美香,女,1973年7月29日出生,汉族,住湖南省岳阳市岳阳楼区。上诉人北京市均豪物业管理股份有限公司(以下简称“均豪物业公司”)与被上诉人熊美香物业服务合同纠纷一案,不服岳阳楼区人民法院(2020)湘0602民初8940号民事判决,向本院提起上诉。本院依法组成合议庭,公开开庭进行了审理。上诉人均豪物业公司的委托诉讼代理人邓虹到庭参加诉讼,被上诉人熊...
5,219
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
# 解决点冲突问题 # 检查是否有冲突出现 并 解决冲突 '''(TODO)''' def do_conflict_free(route_sort): return route_sort
53
cc:Github Open Source
common_corpus_Spanish-Science-Pile
2,021
L lud del Sa m a La AL N AC ION SPIT HO A HO lo es lud del Sa AL N AC ION SPIT AL OR AGU eb Pu La hnaaa NZ MA - a CHICLA YO y Supre CM AL m Le - Rev. Cuerpo Med. HNAAA, Vol 14 (2) - 2021 rev. INA GA CHICLA YO rev. INA GA JO EN AS lo es y Supre OR AGU eb Pu Le NZ MA JO EN AS AL CM h...
3,661
cc:Spanish-Science-Pile
common_corpus_Github Open Source
2,021
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include "dune_copasi_md.hh" namespace Dune { namespace Copasi { using ModelTraits2DPk1 = Dune::Copasi::ModelMultiDomainPkDiffusionReactionTraits<Grid2D, 1>; template class ModelMultiDomainDiffusionReaction<ModelTraits2DPk1>; using ModelTraits2DPk2 = Dune::Copasi:...
239
cc:Github Open Source
common_corpus_Github Open Source
2,021
package io.testproject.helpers; import hudson.AbortException; import hudson.util.ListBoxModel; import io.testproject.constants.Constants; import io.testproject.model.JobData; import io.testproject.model.ProjectData; import io.testproject.plugins.PluginConfiguration; import java.io.IOException; import java.util.HashMap...
518
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php use common\models\Slider; use yii\helpers\Html; use yii\web\View; use frontend\assets\SliderAsset; /** * @var $this View * @var $sliders Slider[] */ SliderAsset::register($this); ?> <?php if (!empty($sliders)){ ?> <div class="slider slider1"> <div class="sliderContent"> <?php foreach($sliders as $slider)...
242
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:11:04 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/BiomeStrea...
261
cc:Github Open Source
common_corpus_Github Open Source
2,021
<template> <a-time-picker v-model:value="value" format="HH:mm" /> </template> <script lang="ts"> import moment from 'moment'; import { defineComponent, ref } from 'vue'; export default defineComponent({ setup() { const value = ref(moment('12:08', 'HH:mm')); return { value, moment, }; }, }...
86
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广东省佛山市禅城区人民法院民 事 判 决 书(2021)粤0604民初7056号原告:广州银行股份有限公司佛山分行,住所地广东省佛山市禅城区××××××××××××,统一社会信用代码914××××××××××××2。主要负责人:胡铭,该行行长。委托诉讼代理人:杨传辉,北京天驰君泰(广州)律师事务所律师。被告:叶军涛,男,1988年3月25日出生,汉族,住湖南省桑植县××××××××××××××××,身份证号码430××××××××××××854。原告广州银行股份有限公司佛山分行诉被告叶军涛信用卡纠纷一案,本院于2021年3月2日立案受理后,依法适用小额诉讼程序公开开庭审理。原告的委托诉讼代理人杨传辉到庭参加诉讼,被告叶军涛经本院合法...
1,306
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
How to display Google dougnut chart with array data in React? I created a dougnut chart. This chart should take array as data but when I put array, it doesn't show anything. How can create a chart with array data? sum.js ... const arr = []; arr.push({ key: capitalizeEachFirstLetter(value[start].title) + " (...
599
misc_reference
common_corpus_Open-Science-Pile
2,021
energies Article Off-Grid DoA Estimation via Two-Stage Cascaded Neural Network Hyeonjin Chung 1 , Hyeongwook Seo 1 , Jeungmin Joo 2 , Dongkeun Lee 2 and Sunwoo Kim 1, * 1 2 * Department of Electronics and Computer Engineering, Hanyang University, Seoul 04763, Korea; hyeonjingo@hanyang.ac.kr (H.C.); rlrprl@hanyang.a...
9,479
cc:Open-Science-Pile
common_corpus_Github Open Source
2,021
package org.chronos.chronodb.internal.impl.engines.tupl; import static com.google.common.base.Preconditions.*; import static org.chronos.common.logging.ChronoLogger.*; import java.util.Set; import org.chronos.chronodb.api.ChronoDBConstants; import org.chronos.chronodb.internal.api.BranchInternal; import org.chronos....
1,428
cc:Github Open Source
common_corpus_Github Open Source
2,021
from pathlib import Path from typing import Dict, Tuple import frontmatter import markdown import yaml from django.http import Http404 from markdown.extensions.toc import TocExtension def get_category(path: Path) -> Dict[str, str]: """Load category information by name from _info.yml.""" if not path.is_dir():...
422
cc:Github Open Source
common_corpus_Github Open Source
2,021
package devopsdistilled.operp.client.items.panes.details; import javax.inject.Inject; import javax.swing.JComponent; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTextField; import net.miginfocom.swing.MigLayout; import devopsdistilled.operp.client.abstracts...
472
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Threading.Tasks; using Spdy.Primitives; namespace Spdy.Extensions { internal static class UInt24Extensions { internal static async ValueTask<T> ToEnumAsync<T>( this ValueTask<UInt24> value) where T : struct, Enum { return Enum.Parse...
86
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省齐河县人民法院协 助 执 行 通 知 书(2021)鲁1425执保437号********:申请人齐河县瑞恒钢管租赁站与被申请人尚士杰租赁合同纠纷一案,我院作出(2021)鲁1425民初87号之二民事裁定书,现因案情需要,依照《中华人民共和国民事诉讼法》第一百零四条的规定,请协助执行以下事项:解除对(2021)鲁1425执保321号案件中被申请人尚士杰名下车辆的查封。二〇二一年三月二日 微信公众号“马克 数据网”
232
cc:Chinese-Court-Decisions
common_corpus_Eurlex
2,021
L_2021069ET.01000401.xml 26.2.2021    ET Euroopa Liidu Teataja L 69/4 NÕUKOGU RAKENDUSOTSUS (EL) 2021/358, 22. veebruar 2021, millega muudetakse rakendusotsust (EL) 2017/563, millega lubatakse Eesti Vabariigil kohaldada erimeedet, millega tehakse erand direktiivi 2006/112/EÜ (mis käsitleb ühist k...
2,288
cc:Eurlex
common_corpus_Github Open Source
2,021
<?php namespace Invoiced\Tests; use GuzzleHttp\Handler\MockHandler; use GuzzleHttp\Psr7\Response; use Invoiced\Client; use Invoiced\Invoice; use PHPUnit_Framework_TestCase; class InvoiceTest extends PHPUnit_Framework_TestCase { /** * @var Client */ public static $invoiced; /** * @return v...
2,447
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System.Collections.Generic; namespace Sidekick.Domain.Game.Languages { public interface IGameLanguageProvider { List<GameLanguageAttribute> AvailableLanguages { get; set; } IGameLanguage EnglishLanguage { get; set; } bool IsEnglish { get; } IGameLanguage Language { get;...
81
cc:Github Open Source
common_corpus_StackExchange
2,021
DBT and MWAA integration I am trying to integrate DBT with AWS MWAA and i am getting below error: 2021-09-06 07:04:31,290] {{dbt_hook.py:117}} INFO - /usr/local/airflow/.local/bin/dbt run --profiles-dir /usr/local/airflow/dags/dbt/ [2021-09-06 07:04:31,326] {{dbt_hook.py:126}} INFO - Output: [2021-09-06 07:04:33,280] {...
727
misc_reference
common_corpus_StackExchange
2,021
Not able to run virtualenv I installed virtual environment using (pip3 install virtualenv). it was installed but when I check. This comes up. faculty@Facultys-MacBook-Pro ~ % virtualenv --version zsh: command not found: virtualenv You need to know exactly what directory yo have installed it in and you can run it f...
401
misc_reference
common_corpus_Github Open Source
2,021
package stacktemplatecommands import ( "errors" "io/ioutil" "path/filepath" "github.com/rackspace/rack/commandoptions" "github.com/rackspace/rack/handler" "github.com/rackspace/rack/internal/github.com/codegangsta/cli" "github.com/rackspace/rack/internal/github.com/fatih/structs" osStackTemplates "github.com/...
762
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
宁夏回族自治区银川市兴庆区人民法院民事裁定书(2021)宁0104民初6156号原告:白学军,男,1981年10月19日出生,汉族,出租车司机,住宁夏回族自治区贺兰县。被告:韩志雄,男,1993年2月12日出生,汉族,住宁夏回族自治区银川市金凤区。原告白学军与被告韩志雄机动车交通事故责任纠纷一案,本院登记立案后,本院登记立案后,原告以与被告达成调解协议且已经履行为由,向本院自愿提出撤诉申请。本院认为,原告的撤诉申请,符合法律规定,应予准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:准许原告白学军撤诉。案件受理费25元,已减半收取,由原告白学军负担。审判员 弥天亮二〇二一年四月二十一日法官助理 杨秋莉书记员 ...
403
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import os, threading import tkinter.ttk as ttk import tkinter as tk class Tree(ttk.Treeview): def __init__(self, master, double_click=None, single_click=None, startpath=None, *args, **kwargs): super().__init__(master, *args, **kwargs) self.master = master self.base = master.base se...
1,489
cc:Github Open Source
common_corpus_USPTO
2,021
Substrate treatment device ABSTRACT According to one embodiment, a substrate treatment device includes a placement stand configured to rotate the substrate, a cooling part configured to supply a cooling gas into a space between the placement stand and the substrate, a first liquid supplier configured to supply a firs...
10,154
formal_gov
common_corpus_Github Open Source
2,021
using System; using Uno.Compiler.API.Domain; using Uno.Compiler.API.Domain.Bytecode; using Uno.Compiler.API.Domain.IL; using Uno.Compiler.API.Domain.IL.Expressions; using Uno.Compiler.API.Domain.IL.Members; using Uno.Compiler.API.Domain.IL.Types; namespace Uno.Compiler.Core.IL.Bytecode { public partial class Bytec...
5,247
cc:Github Open Source
common_corpus_Github Open Source
2,021
 ' <Snippet1> Imports System.Configuration Imports System.Collections ' Define a custom section. NotInheritable Public Class CustomSection Inherits ConfigurationSection Public Sub New() End Sub <ConfigurationProperty("fileName", _ DefaultValue:="default.txt", _ IsRequired:=True, _ ...
1,925
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { akGridSizeUnitless } from '@atlaskit/util-shared-styles'; export const modalShadowInnerSize = 2; // 2px export const modalBorderRadius = akGridSizeUnitless / 2; // 4px export const WIDTH_ENUM = { values: ['small', 'medium', 'large', 'x-large'], widths: { small: akGridSizeUnitless * 50, // 400px me...
169
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
甘肃省兰州市城关区人民法院民 事 裁 定 书(2020)甘0102民初13997号原告:甘肃建新实业集团有限公司,住所地甘肃省陇南市徽县城关滨河路。法定代表人:吴城,该公司董事长。委托诉讼代理人:张志刚,北京志霖律师事务所。被告:中国农业银行股份有限公司兰州金昌路支行,住所地甘肃省兰州市城关区南滨河东路517号。负责人:史军亮,该行行长。原告甘肃建新实业集团有限公司与被告中国农业银行股份有限公司兰州金昌路支行不当得利纠纷一案,本院于2020年12月8日立案。原告甘肃建新实业集团有限公司于2021年5月17日向本院提出撤诉申请。本院认为,当事人有权在法律规定的范围内处分自己的民事权利与诉讼权利,原告提出的撤诉申请符合法律规定的撤诉条件...
557
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* * v1alpha1_flow_schema_status.h * * FlowSchemaStatus represents the current state of a FlowSchema. */ #ifndef _v1alpha1_flow_schema_status_H_ #define _v1alpha1_flow_schema_status_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include ".....
267
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省淄博市淄川区人民法院民 事 裁 定 书(2021)鲁0302财保371号申请人:攀枝花市观诚工贸有限公司,住所地攀枝花市**机场路******,统一社会信用代码:91510402337792883K。法定代表人:郭庆英,经理。被申请人:淄博绿川燃气有限公司,住所地,住所地淄川经济开发区星辰路**会信用代码:9137030277525708XE。法定代表人:王玲,经理。申请人攀枝花市观诚工贸有限公司于2021年2月7日向本院申请诉前财产保全,请求冻结被申请人淄博绿川燃气有限公司名下的银行存款750000.00元或查封其相应价值的财产,并用诉讼财产保全责任保险提供担保。本院认为,申请人攀枝花市观诚工贸有限公司的申请符合法律规定。依...
659
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
阜新蒙古族自治县人民法院执 行 裁 定 书(2021)辽0921执恢440号之四被执行人:黄某,女,其他,1972年02月04日生,住辽宁省调兵山市。本院依据已经发生法律效力的阜新蒙古族自治县人民法院作出的判决,责令被执行人履行上述法律文书确定的义务。但被执行人黄某至今未履行。依照《中华人民共和国民事诉讼法》第二百四十二条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十七条规定,裁定如下:冻结被执行人黄某在中国邮政储蓄银行xxx账户内存款人民币89105.00元,冻结期限为十二个月。本裁定立即执行。审判员 李 博二〇二一年九月七日书记员 关智昊 关注微信公众号“马克数据网”
341
cc:Chinese-Court-Decisions
common_corpus_Eurlex
2,021
Emendamento 181 Proposta di regolamento Articolo 22 — paragrafo 1 Testo della Commissione Emendamento 1.   Nei casi di urgenza dovuta al rischio di un danno grave e  irreparabile per gli utenti commerciali o gli utenti finali dei gatekeeper, la Commissione può, mediante decisione adottata secondo...
16,005
cc:Eurlex
common_corpus_Eurlex
2,021
L_2021286SV.01000101.xml 10.8.2021    SV Europeiska unionens officiella tidning L 286/1 KOMMISSIONENS FÖRORDNING (EU) 2021/1317 av den 9 augusti 2021 om ändring av förordning (EG) nr 1881/2006 vad gäller gränsvärden för bly i vissa livsmedel (Text av betydelse för EES) EUROPEISKA KOMMISSIONEN HAR...
1,872
cc:Eurlex
common_corpus_Eurlex
2,021
PE-CONS 54/2/21 REV 2 DA DEN EUROPÆISKE UNION EUROPA -PARLAMENTET RÅDET Strasbourg , den 24. november 2021 (OR. en) 2018/0063 A (COD) LEX 2127 PE-CONS 54/2 /21 REV 2 EF 209 ECOFIN 621 JAI 758 JUSTCIV 98 EJUSTICE 66 COMPET 501 EMPL 301 SOC 407 DRS 37 CODEC 937 EUROP A-PARLAMENTETS OG RÅDETS DIREKTIV OM ...
17,419
cc:Eurlex
common_corpus_Chinese-Court-Decisions
2,021
广东省东莞市第一人民法院 结 案 通 知 书 (2021)粤1971执3656号 宋传超: 本院受理的被执行人宋传超罚金执行一案【执行依据为(2020)粤1971刑初5016号刑事判决书】,因被执行人宋传超已按生效法律文书履行完毕,本院决定对本案作结案处理。 特此通知 二〇二一年二月二十五日 联系人:朱继锋、苏允钊、袁惠章 联系电话:0769-8828****、1857685**** 联系地址:东莞市麻涌镇麻涌大道次级行政中心麻涌法庭506室。 更多数据:www.macrodatas.cn
241
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/** * @file test_jaln_string_utils.c This file contains tests for jaln_string_utils.c functions. * * @section LICENSE * * Source code in 3rd-party is licensed and owned by their respective * copyright holders. * * All other source code is copyright Tresys Technology and licensed as below. * * Copyright (c) 20...
2,653
cc:Github Open Source
common_corpus_Github Open Source
2,021
package hexlay.movyeah.app_tv.fragments.watch import android.os.Bundle import androidx.leanback.app.GuidedStepSupportFragment import androidx.leanback.widget.GuidanceStylist import androidx.leanback.widget.GuidedAction import hexlay.movyeah.api.models.attributes.Subtitle import hexlay.movyeah.app_tv.R import hexlay.mo...
330
cc:Github Open Source
common_corpus_Github Open Source
2,021
window.livewire.on('product_file_selected', () => { try { let file = event.target.files[0]; if(file){ let reader = new FileReader(); reader.onloadend = () => { window.livewire.emit('product_file_uploaded', reader.result); } reader.read...
84
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { Response } from 'express'; import { Body, Delete, Get, JsonController, NotFoundError, Param, Post, Put, UploadedFile } from 'routing-controllers'; import { uploads } from '../config/multer.config'; import { User, UserStatus } from '../models/user-models/User.model'; import { UsuarioService } from '../serv...
845
cc:Github Open Source
common_corpus_Github Open Source
2,021
.equ delaycount, 12000 # .equ delaycount, 170 .text # Instructions follow .global delay # Makes "main" globally known delay: beq r4,r0,fin # exit outer loop movi r8,delaycount # delay estimation for 1ms inner: beq ...
150
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { computed, ComputedRef, ref } from 'vue' import { Asset } from '../../utils/firestoreInterfaces' import { getStorage, StorageReference, getDownloadURL, ref as storeRef, uploadBytes, deleteObject, listAll } from '@firebase/storage' import { getFirestore, serverTimestamp, doc, getDoc, setDoc, deleteDoc } from '@f...
704
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* $Id$ */ /* * This file is part of OpenTTD. * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without...
421
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ---------------------------------------------------------------...
5,714
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Based on: // https://threejsfundamentals.org/threejs/lessons/threejs-shadertoy.html // https://www.shadertoy.com/view/ldBGDc import * as THREE from 'https://unpkg.com/three@0.116.1/build/three.module.js'; // import {EffectComposer} from 'https://unpkg.com/three@0.116.1/examples/jsm/postprocessing/EffectComposer.js'...
2,721
cc:Github Open Source
common_corpus_StackExchange
2,021
how to verify text color in Robot Framework Wait Until Page Contains? I wanted to verify the text is in red color at android native app. I inspect the element but there is not indicator mention about font color. how do I verify them like below keyword? Wait Until Page Contains 'text is ABC and in red' @gua...
81
misc_reference
common_corpus_Github Open Source
2,021
// Code generated by MockGen. DO NOT EDIT. // Source: github.com/bakurits/mattermost-plugin-anonymous/server/command (interfaces: Handler) // Package mock is a generated GoMock package. package mock import ( gomock "github.com/golang/mock/gomock" model "github.com/mattermost/mattermost-server/v5/model" reflect "re...
396
cc:Github Open Source
common_corpus_Github Open Source
2,021
import os import pathlib from setuptools import setup, find_packages readme_path = pathlib.Path("README.md") setup( name='notebook-video-writer', packages = find_packages(), version='0.0.5', description="Create videos from numpy arrays in a jupyter notebook", long_description=readme_path.read_tex...
229
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env python # ------------------------------------------------------------------------------------------------------% # Created by "Thieu Nguyen" at 16:44, 18/03/2020 % # ...
1,645
cc:Github Open Source
common_corpus_Eurlex
2,021
( 11 ) Πρβλ. απόφαση της 7ης Σεπτεμβρίου 2006, Επιτροπή κατά Ηνωμένου Βασιλείου (C‑484/04, EU:C:2006:526, σκέψη 40 και εκεί μνημονευόμενη νομολογία). ( 12 ) Βλ. απόφαση της 9ης Νοεμβρίου 2017, Maio Marques da Rosa (C‑306/16, EU:C:2017:844, σκέψη 46). ( 13 ) Βλ. αποφάσεις της 17ης Μαρτίου 2021, Academia de Studii Econom...
4,056
cc:Eurlex
common_corpus_Github Open Source
2,021
import React from "react" import { Link } from "gatsby" import PropTypes from "prop-types" import { tagsObj, searchIn } from "../../../assets/tags" const LatestCases = ({ latestCases }) => { return ( <> {latestCases ? latestCases.map(obj => ( <div key={obj.id} className="cases__item ca...
285
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env bash ###################################### # display the version of the plugin ###################################### display_version() { local VERSION VERSION="v1.1.0" cat <<EOF Kubectl Carbonetes Scan $VERSION EOF } ############################# # display an error message #####################...
8,282
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
安徽省阜阳市颍泉区人民法院 民 事 判 决 书 (2021)皖1204民初1550号 原告:王雷,男,1980年7月26日出生,汉族,住阜阳市颍泉区。 委托诉讼代理人:江宏志,安徽颍胜律师事务所律师。 委托诉讼代理人:卞伟,安徽颍胜律师事务所律师。 被告:赵伟,男,1982年3月7日出生,汉族,住阜阳市颍州区。 委托诉讼代理人:仇学志,安徽皖北律师事务所律师。 原告王雷与被告赵伟买卖合同纠纷一案,本院于2021年3月17日立案后,依法适用简易程序公开开庭进行了审理。原告王雷及其委托诉讼代理人江宏志、被告赵伟的委托诉讼代理人仇学志到庭参加诉讼。本案现已审理终结。 王雷向本院提出诉讼请求:1.依法判令被告立即支付原告工程款63456元及...
2,452
cc:Chinese-Court-Decisions
common_corpus_USPTO
2,021
Compositions of nanoparticles for treatment of cancer ABSTRACT The invention relates to nanoparticles and/or aggregates of nanoparticles and a composition comprising nanoparticles and/or aggregates of nanoparticles and their use in oncology. Specifically, the nanoparticles and/or aggregates of nanoparticles are radia...
12,851
formal_gov
common_corpus_Github Open Source
2,021
namespace ja2 { // Light effect types export const enum Enum305 { NO_LIGHT_EFFECT, LIGHT_FLARE_MARK_1, } export interface LIGHTEFFECT { sGridNo: INT16; // gridno at which the tear gas cloud is centered ubDuration: UINT8; // the number of turns will remain effective bRadius: UINT8; // the current radius b...
604
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Articles | Volume 9, issue 1 Biogeosciences, 9, 577–591, 2012 https://doi.org/10.5194/bg-9-577-2012 Special issue: Understanding the impacts of hydrological changes on terrestrial... Biogeosciences, 9, 577–591, 2012 https://doi.org/10.5194/bg-9-577-2012 Research article 31 Jan 2012 Research article | 31 Jan 2012 W...
884
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Estoque extends Model { protected $table='estoques'; protected $fillable=['nome', 'descricao', 'quantidade', 'tipo', 'valor', 'fk_administradora']; //Retorna (1,N) Despesa Financeira public function relDespesaFinanceira() ...
150
cc:Github Open Source
common_corpus_Court Listener
2,021
The offense is indecent exposure; the punishment, 2 years. The record contains no bills of exception. Motion for new trial was overruled and notice of appeal was given on July 19, 1954. The statement of facts was filed in the trial court on March 8, 1955, which is long after the expiration of the 90 days provided by Ar...
108
cc:Court Listener
common_corpus_Github Open Source
2,021
#pragma once #include <string> #include "zeek/Val.h" #include "zeek/File.h" #include "file_analysis/analyzer/pe/pe_pac.h" namespace zeek::file_analysis::detail { /** * Analyze Portable Executable files */ class PE : public file_analysis::Analyzer { public: ~PE(); static file_analysis::Analyzer* Instantiate(Rec...
179
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** * @file DropDownMenu.hpp * @brief DropDownMenu class for drop-down selection menus * @details Header file for the DropDownMenu class, which displays a * single-selection drop-down menu on the screen and can return which value * is currently selected * @author Kevin Lou * @date December 3, 2021 * * Copyrigh...
1,050
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
西安市碑林区人民法院执 行 裁 定 书(2021)陕0103执2718号申请执行人:中国建设银行股份有限公司陕西省分行,住所地:陕西省西安市碑林区南广济街38号。负责人:李军,该分行行长。被执行人:刘俊龙,男,1993年5月17日出生,汉族,住。申请执行人中国建设银行股份有限公司陕西省分行与被执行人刘俊龙金融借款合同纠纷一案,本院(2020)陕0103民初2641号民事判决书已经发生法律效力。申请执行人向本院申请执行,本院于2021年3月2日立案执行,执行标的为17757.39元,并承担利息、执行费等费用。在执行过程中,本院依法冻结被执行人银行账户或网络资金账户,并将其限制高消费。经人民法院执行网络查控系统等部门对被执行人的银行存款...
600
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
(function () { 'use strict'; angular.module('ascApp').controller('SecurityCtrl', SecurityCtrl); SecurityCtrl.$inject = ['initialData', 'ascApi', 'toastr']; /* @ngInject */ function SecurityCtrl(initialData, ascApi, toastr) { /* jshint validthis: true */ var vm = this; vm.a...
356
cc:Github Open Source
common_corpus_Github Open Source
2,021
///----------------------------------------------------------------- /// Author: Fouad Messaia /// AuthorUrl: http://messaia.com /// Date: 01.01.2016 /// Copyright (©) 2016, MESSAIA.NET, all Rights Reserved. /// Licensed under the Apache License, Version 2.0. /// ...
1,984
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include "Precompiled.hpp" using namespace Zilch; class UnitTest11 { public: Integer Result; UnitTest11() : Result(89034) { } bool X(bool val, cstr text) { this->Result += text[0] * 139345663; this->Result *= 3; return val; } }; Integer Test11() { UnitTest11 test; // OR // Sho...
666
cc:Github Open Source
common_corpus_Github Open Source
2,021
!-----------------------BEGIN NOTICE -- DO NOT EDIT----------------------- ! NASA Goddard Space Flight Center Land Data Toolkit (LDT), 1.0 ! ! See RELEASE_NOTES.txt for more information. ! ! The LDT source code and documentation are not in the public domain ! and may not be freely distributed. Only qualified entities ...
2,149
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BigML { /// <summary> /// A project is an abstract resource that helps you group related BigML /// resources together. A project must have a name and optionally a /// category,...
236
cc:Github Open Source
common_corpus_Github Open Source
2,021
const images = require("../../modules/images/main"); module.exports = { process: async message => { let { buffer, ext } = await images.needsMoreJpeg(message.args[0]); return ["", { file: buffer, name: `needsmorejpeg.${ext}` }]; }, description: "Make the quality of an image worse", args: [{ type: "image"...
86
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env python import sys import fileinput import re allLettersPattern = re.compile('^[A-Z]*$') VOWELS = ["AE", "EH", "IH", "AA", "AH", "EY", "IY", "AY", "OW", "UW", "AW", "AA_R", "AO_R", "ER", "UH_R", "AO", "OY", "UH"] def allLetters(inputString): return allLettersPattern.match(inputString) is not None ...
633
cc:Github Open Source
common_corpus_Github Open Source
2,021
using Newtonsoft.Json; namespace UnoODSimple.Response { public class VideoResponseInfo { public int Bitrate { get; set; } [JsonProperty("duration")] public int DurationMilliSeconds { get; set; } p...
93
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * @adonisjs/drive-gcs * * (c) Harminder Virk <virk@adonisjs.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import dotenv from 'dotenv' dotenv.config() export const AZURE_CONTAINER = process.env.AZURE_CONTAINER! export con...
108
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
重庆市江北区人民法院 执 行 裁 定 书 (2021)渝0105执1831号之一 申请执行人:黄飞,男,1987年7月30日出生,汉族,住重庆市渝北区。 被执行人:魏松,男,1965年1月19日出生,汉族,住重庆市江北区。 关于黄飞与魏松借款合同纠纷一案,权利人黄飞依据已经发生法律效力的(2019)渝0105民初5331号民事判决书向本院申请强制执行,要求义务人魏松退还100000元并支付资金占用损失等。本院于2021年2月2日依法立案执行。 执行中,本院依法向被执行人发出执行通知书、报告财产令,责令其如实申报财产,自动履行生效法律文书确定义务;同时依托网络查控系统、穷尽执行举措查询被执行人可供...
849
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* Copyright 2013 Jose Luis De la Cruz Morales joseluis.delacruz@gmail.com 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 r...
251
cc:Github Open Source
common_corpus_Github Open Source
2,021
package top.atzlt.wordSeg.segmentation; import top.atzlt.wordSeg.dictionary.Dictionary; /** * 基于词典的中文分词接口 */ public interface DictionaryBasedSegmentation extends Segmentation{ /** * 为基于词典的中文分词接口指定词典操作接口 * @param dictionary */ public void setDictionary(Dictionary dictionary); /** *...
123
cc:Github Open Source