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)皖0825执597号之一 申请执行人:李焱兵,男,1972年12月3日出生,汉族,住安徽省太湖县。 被执行人:李晓康,男,1994年4月10日出生,汉族,住安徽省太湖县。 申请执行人李焱兵申请执行被执行人李晓康民间借贷纠纷一案,本院依据已经发生法律效力的安徽省太湖县人民法院(2020)皖0825民初2280号民事调解书,被执行人李晓康应偿还申请执行人李焱兵借款10000元,并缴纳执行费50元。 本案在执行过程中:1、本院于2021年3月10日起多次通过“总对总”查控系统查询,被执行人在银行有少量存款,本院已依法采取冻结措施;经查被执行人名下登记有车牌号为皖... | 1,238 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | using System.Collections.Generic;
using Tubumu.Mediasoup;
namespace Tubumu.Meeting.Server
{
public class PeerPullResult
{
public Producer[] ExistsProducers { get; set; }
public HashSet<string> ProduceSources { get; set; }
}
}
| 59 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /**
* ReDMArk: Bypassing RDMA Security Mechanisms
*
* Launch a client for measuring latency and throughput of RDMA operations towards an RDMA service
*
* Copyright (c) 2020-2021 ETH-Zurich. All rights reserved.
... | 902 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { createContext, useEffect, useState } from "react";
// type Tema = "dark" | "";
interface AppContextProps {
tema?: string;
alternarTema?: () => void;
}
const AppContext = createContext<AppContextProps>({});
export function AppProvider(props) {
const [tema, setTema] = useState("dark");
function alte... | 178 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | from configHandler import loadConfigData
from clientClass import Client
def main():
mainConfig = loadConfigData("../../config.json")
PORT = mainConfig["PORT"]
SERVER_IP = mainConfig["SERVER_IP"]
SERVER_ADDRESS = (SERVER_IP, PORT)
client = Client(PORT, SERVER_IP, SERVER_ADDRESS)
client.sen... | 144 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市崇明区人民法院民 事 裁 定 书(2021)沪0151民初7939号原告:黄刚,男,1975年5月30日生,汉族,户籍地江西省南昌市。被告:王志兴,男,1967年1月2日生,汉族,户籍地江苏省南通市。原告黄刚诉被告王志兴买卖合同纠纷一案,本院于2021年9月1日立案后,原告以需继续收集证据为由于2021年9月14日向本院提出撤诉申请。本院认为,原告向本院提出撤诉申请,系其对自身权利的处分,符合法律规定,可予准许。据此,依据《中华人民共和国民事诉讼法》第一百五十四条第一款(五)项之规定,裁定如下:准许原告黄刚撤回起诉。案件受理费予以免收。审判员 黄朝晖书记员 王 宇附:相关法律条文《中华人民共和国民事诉讼法》第一百五十四条裁... | 573 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 广东省江门市中级人民法院刑 事 裁 定 书(2021)粤07刑更12号罪犯王小四,男,现在广东省江门监狱服刑。广东省东莞市第三人民法院于2019年5月7日作出(2019)粤1973刑初13号刑事判决,以被告人王小四犯聚众斗殴罪,判处有期徒刑三年。宣判后,同案被告人不服,提出上诉。广东省东莞市中级人民法院经过二审审理,于2019年9月12日作出(2019)粤19刑终876号刑事裁定,驳回上诉,维持原判。判决生效后,交付执行。刑期执行至2021年6月15日。执行机关广东省江门监狱于2021年1月18日提出减刑建议,报送本院。本院依法组成合议庭进行了审理,现已审理终结。执行机关广东省江门监狱认为,罪犯王小四在服刑期间,能认罪悔罪;认真遵守... | 892 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #include <iostream>
using namespace std;
int main()
{
string str;
cin >> str;
for (int i = 0; i < str.length(); i++)
{
cout << str.at(i);
if ((i + 1)%10 == 0)
{
cout << '\n';
}
}
}
// solved | 73 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | use crate::parser::constants::attribute;
use crate::parser::{ElementType, WsdlElement};
use roxmltree::Node;
// Element information:
// Namespace: http://schemas.xmlsoap.org/wsdl/
// Schema document: wsdl11.xsd
// Type: wsdl:tMessage
// Properties: Local, Qualified
// Content: Sequence [1..1]
// wsdl:documentation [0... | 709 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //
// VideoPlayerView.swift
// ShotnVideos
//
// Created by Behran Kankul on 27.05.2021.
//
import UIKit
import AVFoundation
class VideoPlayerView: UIView {
lazy private var closeBtn: CircleButton = { return CircleButton(width: 36,
... | 686 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //
// AppDelegate.h
// XLXPUSH_POP
//
// Created by charles on 2017/7/24.
// Copyright © 2017年 charles. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| 70 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | '<Snippet1>
Imports System.Diagnostics
Class Program
Shared Sub Main(ByVal args() As String)
Try
Method1()
Catch e As Exception
Dim st As New StackTrace()
Dim st1 As New StackTrace(New StackFrame(True))
Console.WriteLine(" Stack trace for Main: {0... | 332 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //
// CMSPopoverMenu.h
// PopoverMenuDemo
//
// Created 吴演 on 2020/8/24.
// Copyright © 2020 CMS. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CMSPopoverMenuItem.h"
typedef void(^PopoverMenuDidSelectedBlock)(CMSPopoverMenuItem *selectItem);
@interface CMSPopoverMenu : UIView
+ (void)showRelyOnView:(... | 168 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省封丘县人民法院民 事 裁 定 书(2021)豫0727民初1461号原告:王某1,女,汉族,1985年8月20日生,住河南省长垣县。委托代理人:王继章、李朋坤,长垣县蒲城法律服务所法律工作者。被告:王某2,男,汉族,1985年2月18日出生,住河南省封丘县。委托代理人:裴景超,河南舜信律师事务所律师。本院在审理原告王某1与王某2离婚纠纷一案中,本院于2021年3月04日立案,2021年6月23日,原告王某1经本院传票传唤,无正当理由拒不到庭。依照《中华人民共和国民事诉讼法》第一百四十三条、第一百五十四条第一款第十一项之规定,裁定如下裁定如下:本案按王某1撤诉处理。本案受理费300元,减半收取计150元,由原告王某1负担。(已交... | 441 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import sys
from PyQt5.QtWidgets import *
from PyQt5.QtWidgets import QPushButton
from PyQt5.QtGui import QPainter,QColor,QPen,QCursor,QImage,QPixmap
from PyQt5.QtCore import Qt,QObject,QPoint
from SLGraphic import SLGraphicsScene
from mathmodule import *
WIDTH = 500
HIGHT = 480
class Example(QWidget):
def __init_... | 2,800 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | 216 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #pragma once
#include <iostream>
#include <string>
#include "LoggerEngine.hpp"
using std::cout;
using std::endl;
using std::flush;
using std::string;
namespace tcframe {
class SimpleLoggerEngine : public LoggerEngine {
public:
virtual ~SimpleLoggerEngine() = default;
void logHeading(const string& message)... | 245 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.OpenApi.Models;
namespace PMS.Dependencies
{
public static class SwaggerServiceExtenstion
{
public static IServiceCollection AddSwaggerDocumentation(this IServiceCollection services)
{
... | 311 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | class Company < ApplicationRecord
extend Findable::ClassMethods
include Slugifiable::InstanceMethods
has_many :jobs
has_many :user_jobs, through: :jobs
has_many :applications, through: :jobs
has_many :user_company_information
end | 59 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package socialNetwork.repository.database;
import socialNetwork.domain.Event;
import socialNetwork.domain.validators.Validator;
import socialNetwork.repository.Book;
import socialNetwork.repository.Paginator;
import java.sql.*;
import java.time.LocalDateTime;
import java.util.Collection;
import java.util.Comparator;
... | 653 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Injectable, OnInit } from '@angular/core';
import * as signalR from "@microsoft/signalr";
import { ChartModel } from '../interfaces/chartModel.interface';
import { Message } from '../interfaces/messageModel.interface';
@Injectable({
providedIn: 'root'
})
export class SignalRService {
public data: ChartMod... | 448 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import * as React from "react";
import { render } from "@testing-library/react";
import { FormGroup } from "../FormGroup";
import { Form } from "../Form";
describe("FormGroup", () => {
it("splits children into two sections when layout is aligned", () => {
const { container } = render(
<FormGr... | 415 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | Drače Saša, Faculty of Philosophy, Franje Račkog 1, 71000 Sarajevo, Bosnia and
Herzegovina. E-pošta: dracesasa@gmail.com Abstract The present study aimed to provide preliminary evidence for the role of uncertainty related emotions
in categorical accentuation. Participants had to estimate the length of lines varying... | 6,308 | academic |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省淄博市中级人民法院 刑 事 裁 定 书 (2021)鲁03刑更533号 罪犯徐军军,曾用名徐军,男,1983年1月15日出生,汉族,山东省潍坊市潍城区人,初中文化,现在山东省淄博监狱服刑改造。 山东省潍坊市潍城区人民法院于二○一六年九月七日作出(2016)鲁0702刑初172号刑事判决,以被告人徐军军犯诈骗罪,判处有期徒刑五年四个月,并处罚金人民币五万元;犯非法拘禁罪,判处有期徒刑二年四个月;犯寻衅滋事罪,判处有期徒刑二年八个月;决定执行有期徒刑九年十个月,并处罚金人民币五万元。被告人徐军军不服,提出上诉。山东省潍坊市中级人民法院于二○一七年二月十日作出(2016)鲁07刑终442号刑事判决,维持潍坊市潍城区人民法院(2016... | 1,385 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | <template>
<Layout :title="$t('Translations')">
<v-container>
<v-row
v-for="(section, s) in sections"
:key="'section ' + s"
class="my=0"
>
<v-col cols="12">
<p class="mt-3">{{ $t(section.header) }} </p>
</v-col>
<v-col cols="12" sm="10" md="5">... | 580 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | """
init for scripts
"""
from .template_engine import TemplateEngine
from .template_engine import ServerTemplateEngine
from .directories_class import Directories
from .prefix_list_convert import convert_prefix_list_to_our_format as convert_pl
from .route_map_convert import convert_route_map_to_our_format as convert_rm
... | 99 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Basic, Managers } from 'czechidm-core';
import React from 'react';
import Helmet from 'react-helmet';
import { connect } from 'react-redux';
import IdmContext from 'czechidm-core/src/context/idm-context';
import { SystemManager } from '../../redux';
import SystemWizardDetail from './SystemWizardDetail';
const... | 1,650 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省新化县人民法院执 行 裁 定 书(2021)湘1322执恢113号申请执行人湖南新化农村商业银行股份有限公司。地址新化县。法定代表人李谟放,该行董事长。委托代理人孙文兵,该行法律事务部执行组长,系特别授权。被执行人杨庆华,女,1956年2月27日出生,汉族,村民,住新化县。被告邹新合,男,1955年12月2日出生,汉族,村民,住址同上。申请人湖南新化农村商业银行股份有限公司与被执行人杨庆华、邹新合金融借款合同纠纷一案,本院依据已经生效的新化县人民法院(2016)湘1322民初1985号民事判决书,向被执行人发出执行通知书:责令被执行人邹新合、杨庆华立即偿还申请人借款本金430000元及利息;由被执行人加倍支付迟延履行期间的债务... | 1,077 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省安丘市人民法院 结 案 通 知 书 (2021)鲁0784执保36号 本院在执行申请人李志勤与被申请人山东安颐酒店管理有限公司财产保全案件中,根据(2020)鲁0784执前调1616号执行裁定所确定的内容,经执行网络查控,未查到财产可供保全。依照《最高人民法院关于执行案件立案、结案若干问题的意见》第二十一条第三项之规定,现通知如下:(2021)鲁0784执保36号执行裁定无标的物可实施保全,予以结案。 二〇二一年一月二十一日 来源:马 克 数 据 网 | 235 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package org.cypher.purepursuit;
import com.qualcomm.robotcore.util.Range;
import org.cypher.util.Vector;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.Set;
public class Line extends PathComponent {
double xSlope;
double ySlope;
double headingSlope;
double radiusSlope;... | 724 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How to use query params to filter the data?
Assume an entity Person with the following fields:
@Id
@GeneratedValue(startegy = GenerationType.IDENTITY)
int id;
String name;
String surname;
int age;
On the controller, I want the endpoint to be customizable with query parameters so that it can handle every type of combin... | 1,175 | misc_reference |
common_corpus_Github Open Source | 2,021 | namespace Calabonga.Catalog.Models
{
/// <summary>
/// Entity can be hide or publish
/// </summary>
public interface IPublished
{
/// <summary>
/// Indicate that the entity visible
/// </summary>
bool Visible { get; set; }
}
}
| 67 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省天长市人民法院执 行 裁 定 书(2021)皖1181执112号申请执行人:方连海,男,汉族,1969年3月16日出生,初中文化,职工,住天长市,被执行人:天长市龙岗电气股份有限公司,住所地:安徽省天长市。法定代表人:张俊霞,职务:执行董事兼总经理。申请执行人方连海与被执行人天长市龙岗电气股份有限公司仲裁裁决一案,天长市劳动人事争议仲裁委员会作出的天劳人仲调字【2019】第059号仲裁裁决已发生法律效力,因被执行人天长市龙岗电气股份有限公司未履行生效法律文书确定的义务,申请执行人方连海向本院申请强制执行。现本案经依法执行,已全部执行完毕。依照《中华人民共和国民事诉讼法》第一百五十四条第(十一)项、《最高人民法院关于人民法院执行... | 890 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | export function getInputValue(elements: HTMLFormControlsCollection, name: string): string | null {
const element = elements.namedItem(name);
if (element instanceof HTMLInputElement || element instanceof HTMLTextAreaElement) {
return element.value;
}
return null;
}
export function instanceOf<T>(discrimina... | 81 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | EUR-Lex - CELEX:02008R0798-20210207 - EN - EUR-Lex
×
Skip to main content
Access to European Union law
EUR-Lex Access to European Union law
English
EN
(current language)
Language
български (bg)
Español (es)
Čeština (cs)
Dansk (da)
Deutsch (de)
Eesti keel (... | 1,161 | cc:Eurlex |
common_corpus_French-Science-Pile | 2,021 | L’ él o g e d u c a m él é o n q ui c h a n g e d e c o ul e urs et q u e l e p o èt e é n o n c e d a ns l es p a s d’ O vi d e a u si xi è m e J o ur c o nstit u e u n e r é p étiti o n à v al e ur d’i nsist a n c e d a ns s o n él o q u e n c e all é g ori q u e s ur l e d o g m e c hr éti e n d e l a r és urr e cti... | 7,737 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | function() {
function docTypeFilter(doc, oldDoc, docType) {
return doc._id === docType;
}
function isImmutable(doc, oldDoc) {
return oldDoc ? oldDoc.applyImmutability : doc.applyImmutability;
}
var authorizedRoles = { write: 'write' };
return {
staticImmutableDoc: {
typeFilter: docTypeF... | 438 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How can I create a dynamic form?
I'm trying to build an interactive Form with Flask. Specifically, its a form made for teachers to make a quiz. Every question has multiple answers. Everything needs to be done dynamically since every question may have a different number of answers, and each quiz may have a different num... | 887 | misc_reference |
common_corpus_Github Open Source | 2,021 | <script>
import qs from "qs";
import filter from "lodash-es/filter";
import forEach from "lodash-es/forEach";
import map from "lodash-es/map";
import isEqual from "lodash-es/isEqual";
import pickBy from "lodash-es/pickBy";
export default {
props: {
queryBuilderProps: {
type: Object,
required: true,
... | 751 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package cim4j;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import cim4j.PowerSystemStabilizerDynamics;
import java.lang.ArrayIndexOutOfBoundsException;
import java.lang.IllegalArgumentException;
import cim4j.Simple_Float;
import cim4j.Boolean;
import cim4j.Seconds;
import cim4j.PU;
/*
I... | 1,541 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace ZoiloMora\ElasticAPM\Events\Common;
/**
* Timestamp Epoch
* Object with 'timestamp' property.
*/
trait TimestampEpoch
{
/**
* Recorded time of the event, UTC based and formatted as microseconds since Unix epoch
*
* @var int|null
*/
private $timestamp;
/**
* @re... | 134 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /* eslint-disable react/prop-types */
import React from 'react'
import PropTypes from 'prop-types'
import map from 'lodash/map'
import Styled from 'rsg-components/Styled'
import Markdown from 'rsg-components/Markdown'
import Name from 'rsg-components/Name'
import Table from 'rsg-components/Table'
import Arguments from ... | 442 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | @extends('webmaster.layout.master')
@section('breadcrumb')
@parent
<li class="breadcrumb-item active"><a href="#">پادکست ها</a>
</li>
<li class="breadcrumb-item active"><a href="#">ویرایش پادکست</a>
</li>
@endsection
@section('styles')
@endsection
@section('scripts')
{{-- PAGE JS --}}
<script s... | 1,688 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Kung Fu Koopa
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
Kung Fu Koopa's shop.
Kung Fu Koopa's trophy.
“A Pagoda Peak original! This one-of-a kind figure re-creates the Koopa Master's apprentice!”
Kung Fu Koopa Figurine Description, Duty-Free Shop
Kung Fu Koopas are Koopa appre... | 159 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Chinese-Court-Decisions | 2,021 | 江苏省沛县人民法院执 行 裁 定 书(2021)苏0322执1868号申请执行人:胡增光,男,1992年2月10日出生,汉族,住沛县。被执行人:梅龙,男,1995年2月20日出生,汉族,住沛县。申请执行人胡增光与被执行人梅龙民间借贷纠纷一案,本院作出的(2020)苏0322民初5760号民事判决已经发生法律效力。因被执行人梅龙未按生效法律文书的规定履行义务,申请执行人向本院申请执行,要求被执行人偿还23767元和迟延履行期间的债务利息、案件受理费215元;执行费由被执行人承担。本院于2021年4月8日立案。在执行过程中,本院依法采取了以下执行措施:1.本院于2021年4月向被执行人胡增光邮寄送达了执行通知书、报告财产令、执行决定书、... | 1,448 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | const fs = require("fs-extra");
fs.copy("../../esm", "./esm", (err) => {
if (err) {
console.error(err);
}
});
fs.copy("../../css", "./css", (err) => {
if (err) {
console.error(err);
}
});
| 64 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #!/bin/bash
pushd $SOURCE_PATH
[[ -f repo.yml ]] || exit 0
repoType=$(yq e '.type' repo.yml)
[[ "${repoType}" == "concourse" ]] || exit 0
popd
echo "Building concourse"
./scripts/concourse/build.sh "$SOURCE_PATH"
echo "Deploying concourse"
./scripts/concourse/deploy.sh "$SOURCE_PATH" "$CONCOURSE_USERNAME" "$CO... | 98 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_html/flutter_html.dart';
import 'package:flutter_mobx/flutter_mobx.dart';
import 'package:map_launcher/map_launcher.dart';
import 'package:package_info/package_info.dart';
import 'package:provider/provider.dart';
im... | 1,181 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <!DOCTYPE html>
<html lang="en">
@php
$seos = DB::table('s_e_o_s')->first();
$headers = App\Models\Header::first();
@endphp
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="de... | 1,085 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package top.codecrab.gulimall.member.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import top.codecrab.gulimall.member.entity.MemberEntity;
/**
* 会员
*
* @author codecrab
* @date 2021-05-28 22:40:42
*/
@Mapper
public interface MemberDao extends BaseMappe... | 89 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 |
### Virtualenv ###
myvenv
venv
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
db.sqlite3-journal
media
### Secret key ###
secrets.json
| 54 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 内蒙古自治区赤峰市红山区人民法院民 事 裁 定 书 (2021)内0402民初2475号 原告:赤峰丽佳物业管理有限责任公司,住所地赤峰市。法定代表人:郑忠涛,董事长。委托诉讼代理人:周文娟,女,汉族,住赤峰市。被告:张红颖,自然情况不详。原告赤峰丽佳物业管理有限责任公司与被告张红颖物业服务合同纠纷一案,本院于2021年3月15日立案。原告于2021年4月8日向本院提出撤诉申请。本院认为,原告申请撤诉,不损害国家、集体及他人的合法权益,符合有关法律规定。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:准许原告赤峰丽佳物业管理有限责任公司撤诉。案件受理费20元(原告已预... | 413 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import { ComponentFactoryResolver, Injectable, Injector, StaticProvider, Type } from '@angular/core';
import { ComponentContainer, JsonValue } from "golden-layout";
import { BaseComponentDirective } from './base-component.directive';
@Injectable({
providedIn: 'root'
})
export class GoldenLayoutComponentService {
p... | 323 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Package analyticservice abstracts creation of the necessary service elements
// away from analytics, allowing callbacks to be registered with simple APIs.
//
// Example:
//
// func main() {
// s, err := analyticservice.New("My Team", "My Analytic ID", analyticservice.WithDefaultMaxBatch(10))
// if err != nil {
... | 2,094 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Organizational Structure and Change
Earlier in the unit, you read the first two units in this chapter. You learned about the elements of organizational structure and were able to identify several types of structures. Now, we will return to this chapter and read units 3 and 4. You will learn about organizational change... | 129 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_USPTO | 2,021 | Vr glasses accessory and vr glasses assembly
ABSTRACT
The present application discloses a VR glasses accessory and a VR glasses assembly. The VR glasses accessory is applied for VR glasses, and the VR glasses have a facing side facing a user's face. The VR glasses accessory includes a main body, a connector and a... | 4,447 | formal_gov |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省镇平县人民法院民 事 裁 定 书(2020)豫1324民初5881号原告:秦中文,男。被告:王强林,男。被告:李团团,男。原告秦中文与被告王强林、李团团承揽合同纠纷一案,本院于2020年11月20日立案后,依法进行审理。原告向本院提出诉讼请求:1、要求被告支付原告工程款57388.6元;2、诉讼费由被告负担。本院经审查认为,原告起诉应提供被告的姓名或者名称、住所等详细信息,足以使被告与他人区分,但本案原告提供的被告的地址或身份信息不详,故原告起诉的对象不符合起诉条件。依照《中华人民共和国民事诉讼法》第一百一十九条第二项、第一百五十四条第一款第三项、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第二百零八条第三款规定... | 523 | cc:Chinese-Court-Decisions |
common_corpus_French-Science-Pile | 2,021 | Natural images D1 size [64, 3, 9, 9] (3) [64, 3, 9, 9] (2) D2 size [128, 64, 9, 9] (1) [128, 64, 9, 9] (1) λ1 0.3 0.4 λ2 1.6 1.2 5e-3 Tstab 5e-3 # epochs 250 250 ZL1 1e-4 1e-4 ZL2 5e-3 5e-3 momentum 0.9 0.9 https://doi.org/10.1371/journal.pcbi.1008629.t001 PLOS https://doi org
Sparse deep predictive coding captures co... | 6,992 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | package top.naccl.gobang.service.impl;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import top.naccl.gobang.manager.GameManager;
import top.naccl.gobang.model.entity.Chess;
import top.naccl.gobang.model.entity.Game;
import top.naccl.gobang.model.entity.Result;
import top.naccl.goban... | 2,920 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import {RuntimeError} from "./errors";
import generatorish from "./generatorish";
import load from "./load";
import Module from "./module";
import noop from "./noop";
import Variable, {TYPE_IMPLICIT, variable_invalidate, no_observer} from "./variable";
export default function Runtime(builtins) {
var builtin = this.m... | 1,471 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include <node.h>
#include "myobject.h"
using namespace v8;
void CreateObject(const FunctionCallbackInfo<Value>& args) {
Isolate* isolate = Isolate::GetCurrent();
HandleScope scope(isolate);
MyObject::NewInstance(args);
}
void InitAll(Handle<Object> exports, Handle<Object> module) {
MyObject::Init();
NODE... | 95 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How to produce RabbitMQ network partition in Windows
I would like to reproduce the RabbitMQ network partition in Windows 10 machines. I have found one solution at Reproduce RabbitMQ network partition scenario but it is not in Windows.
I have tried the following but unable to reproduce the scenario:
stopped one cluster... | 131 | misc_reference |
common_corpus_Github Open Source | 2,021 | import {
canShow,
containsDuplicates,
createDoc,
normaliseAudience
} from "../helper";
import {DEFAULT_FILTER} from "../../constants";
describe("canShow", () => {
const note = {audience: ["bob", "linda"]};
it("assigns true show when DEFAULT_FILTER", () => {
expect(canShow(note, DEFAULT_FILTER)).toBe(tr... | 469 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # -*- coding: utf-8 -*-
"""
***********************************************
Pablo Fernandez
Emily Klein
Copyright 2016, www.pablofernandez.com
***********************************************
"""
print("************************************");
print("Pablo Fernandez");
print("Emily Klein");
print("Program 05 Herd of Tu... | 5,432 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Copyright (C) 2017 Yaroslav Mytkalyk
*
* 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... | 635 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 甘肃省静宁县人民法院民事裁定书(2021)甘0826民初2013号原告:杨某,男,1969年11月12日出生,汉族,农民,住静宁县。        被告:朱某,女,1971年6月26日出生,汉族,居民,住静宁县。        原告杨某与被告朱某民间借贷纠纷一案,本院于2021年6月1日立案,原告于2021年7月1日向本院提出撤诉申请。        本院认为,原告杨某的撤诉申请符合有关法律规定,本院予以准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:     
... | 455 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import {pluralize} from '../pluralize';
function check(value: number, result: string) {
expect(pluralize(value, ['год', 'года', 'лет'])).toBe(result);
}
describe('Pluralize', () => {
describe('год', () => {
it('1', () => {
check(1, 'год');
});
it('21', () => {
... | 202 | cc:Github Open Source |
common_corpus_arXiv | 2,021 | University of Massachusetts Lowell,
USAhugo_akitaya@uml.eduhttps://orcid.org/0000-0002-6827-2200 Massachusetts
Institute of Technology,
USAedemaine@mit.eduhttps://orcid.org/0000-0003-3803-5703 Siemens Electronic
Design Automation, USAmatias_korman@mentor.com TU Eindhoven, The
Netherlandsi.kostitsyna@tue.nlhttps://orcid... | 22,519 | cc:arXiv |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省东营市东营区人民法院 民 事 裁 定 书 (2021)鲁0502民初1548号 原告:东营东津市政工程有限公司。住所地:山东省东营市 东营区郑州路306号齐龙世纪商务楼2楼210室。统一社会信用代码91370500MA3PB9PE30。 法定代表人:扈继云,执行董事兼经理。 委托诉讼代理人:董学林,山东康桥(东营)律师事务所律师。 委托诉讼代理人:刘阳,山东康桥(东营)律师事务所实习律师。 被告:山东冠宇建筑安装工程有限公司。住所地:山东省东 营市东营区龙居镇驻地。统一社会信用代码91370502164800282A。 法定代表人:张芳滨,董事长。 原告东营东津市政工程有限公司与被告山东冠宇建筑安装工程有限公司买卖合同纠纷一案... | 623 | cc:Chinese-Court-Decisions |
common_corpus_French Open Data | 2,021 | e
153 année. - N°49
Mardi 7 décembre 2021
JOURNAL OFFICIEL
DE LA RÉPUBLIQUE FRANÇAISE
D.I.L.A
serialNumber=S17140003,CN=DILA - SIGNATURE
DILA,OU=0002
13000918600011,organizationIdentifier=NTRFR-13000918600011,O=DILA,C=FR
75015 Paris
2021-12-07 09:02:03
Associations et fondations d'entreprise
DIRECTION DE L'INFORMA... | 311 | cc:French Open Data |
common_corpus_Github Open Source | 2,021 | '''
Reads the highest and lowest scoring tweet from Postgres and sends these tweets to Slackbot
Keeps track of the last_time the information is pulled so at each iteration tweets collected
in the last hour are queried
'''
import requests
import config
from sqlalchemy import create_engine
import time
import pandas as p... | 655 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 南京市秦淮区人民法院执 行 裁 定 书(2021)苏0104执1555号之一申请执行人:江苏银行股份有限公司,住所地南京市中华路26号,统一社会信用代码91320000796544598E。法定代表人:夏平,董事长。委托代理人:杜友猛、叶强,江苏联创伟业律师事务所律师。被执行人:陈名亮,男,汉族,1983年6月9日出生,住本市六合区。申请执行人江苏银行股份有限公司与被告陈名亮金融借款合同纠纷一案,本院作出的(2020)苏0104民初3625号民事判决书已发生法律效力。依据生效民事判决书,被执行人应履行以下义务:一、给付申请执行人借款本金103000元及相应的利息、罚息、复利(截至2020年6月16日的利息、罚息、复利合计5795.8... | 1,379 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | <?php
/**
* BASEURL
*/
define('BASEURL', 'http://127.0.0.1:8080/mvc/public');
/**
* DATABASE Connection
*/
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', 'root');
define('DB_NAME', 'mvc'); | 69 | cc:Github Open Source |
common_corpus_French Open Data | 2,021 | AutorisationsTemporaires d’Utilisation:
une meilleure transparence
et une meilleure accessibilité
Ce qui change au 17 septembre 2018
Suivez notre actualité sur : ansm.sante.fr @ansm
Le dispositif des ATU nominatives
Une ATU est une Autorisation Temporaire d’Utilisation, procédé permettant l’utilisation
exceptionnelle d... | 1,217 | cc:French Open Data |
common_corpus_Github Open Source | 2,021 | package com.fsck.k9.backends
import com.fsck.k9.Account
import com.fsck.k9.backend.BackendFactory
import com.fsck.k9.backend.api.Backend
import com.fsck.k9.backend.jmap.JmapBackend
import com.fsck.k9.backend.jmap.JmapConfig
import com.fsck.k9.mailstore.K9BackendStorageFactory
class JmapBackendFactory(
private val... | 222 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 新疆维吾尔自治区伊宁市人民法院 民 事 判 决 书 (2021)新4002民初534号 原告(反诉被告):马云,男,1982年5月6日生,回族,住新疆维吾尔自治区伊犁哈萨克自治州伊宁市。 委托诉讼代理人:窦方云,新疆元正盛业(伊宁)律师事务所律师。 被告(反诉原告):伊犁中厦房地产开发有限责任公司,住所地新疆维吾尔自治区伊犁哈萨克自治州伊宁市边境经济合作区世纪嘉苑二期6号楼2单元101号。 法定代表人:彭树伟,系该公司董事长。 委托诉讼代理人:王华,新疆秉政律师事务所律师。 原告(反诉被告)马云与被告(反诉原告)伊犁中厦房地产开发有限责任公司(以下简称中厦公司)房屋租赁合同纠纷一案,本院于2021年1月22日立案后,依法适用简易程序... | 11,630 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /**
* 外部JS模块的声明
* 之后,我们可以在TS模块上使用它
*/
declare module 'html-janitor' {
/**
* Sanitizer config of each HTML element
* @see {@link https://github.com/guardian/html-janitor#options}
*/
type TagConfig = boolean | { [attr: string]: boolean | string };
interface Config {
tags: {
[key: string]: Tag... | 163 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
defined('BASEPATH') or exit('No direct script access allowed');
require APPPATH . '/libraries/CreatorJwt.php';
class Api extends CI_Controller
{
public function __construct()
{
parent::__construct();
// load model MApi
$this->load->model('MApi');
$this->objOfJwt = new CreatorJwt();
header('Content-T... | 1,563 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import os
import json
import shutil
import colorama
import argparse
## Function to check path is link or not in windows
def is_nt_link(pth_dir):
return True if (os.path.abspath(pth_dir) != os.path.realpath(pth_dir)) else False
## Function to check JSON file
def is_json(s):
try:
s = s.replace('\\','/')... | 1,776 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市奉贤区人民法院 民 事 裁 定 书 (2021)沪0120民初2791号之一 本院于2021年2月25日对原告上海浦东发展银行股份有限公司信用卡中心与被告刘志伟信用卡纠纷一案作出的(2021)沪0120民初2791号民事裁定书中,第一页第12行存在笔误,应予补正。依照《中华人民共和国民事诉讼法》第一百五十四条第一款第七项、《最高人民法院关于适用的解释》第二百四十五条规定,裁定如下: (2021)沪0120民初2791号民事裁定书中第一页第12行“84,482.17元”应补正变更为:“98,877.94元”。 审判员 胡耀群 二〇二一年五月十三日 书记员 金嘉怡 附:相关法律条... | 488 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 苏州工业园区人民法院执 行 裁 定 书(2021)苏0591执2294号之一申请执行人:叶远见,男,1974年10月15日生,汉族,住安徽省安庆市宜秀区。被执行人:苏州美特威精密科技有限公司,住所地江苏省苏州工业园区。法定代表人:丁维军。申请执行人叶远见与被执行人苏州美特威精密科技有限公司国内非涉外仲裁裁决一案,本院于2020年10月26日作出的苏园劳仲案字[2020]第1346号仲裁裁决书已经发生法律效力。依该裁决:一、自本裁决生效之日起10日内,被申请人苏州美特威精密科技有限公司一次性支付申请人叶远见2017年和2018年剩余工资268276元、2019年剩余工资25991.35元、2020年1月至4月期间工资23080元,以上... | 1,510 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package resources
import (
"context"
"encoding/json"
"fmt"
"net/http"
"strings"
azcompute "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute"
"github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-05-01/resources"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-... | 735 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | wordclient_proto = {
["UIBag_Label1"] = { },
["UIBag_Label2"] = { },
["UIBag_Label3"] = { },
["UIBag_title"] = { },
["UIItemTip_type"] = { },
}
return wordclient_proto
| 55 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /**
* Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.util.auth;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Locale;
import java.u... | 1,174 | cc:Github Open Source |
common_corpus_French Open Data | 2,021 | Déclaration du Président Emmanuel Macron depuis le port de Marseille.
Publié le 3 septembre 2021
À l'issue d'une visite des calanques, le Président Emmanuel Macron s'est exprimé depuis le port de Marseille.
Il a rappelé la nécessité de changer les usages pour faire face à la pollution.
En janvier 2022, la France devien... | 170 | cc:French Open Data |
common_corpus_Github Open Source | 2,021 | //------------------------------------------------------------------------------
// entitymanager.cc
// (C) 2018-2020 Individual contributors, see AUTHORS file
//------------------------------------------------------------------------------
#include "application/stdneb.h"
#include "entitymanager.h"
#include "game/ent... | 3,287 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "sdkconfig.h"
#include "esp_task_wdt.h"
#include "TaskShow.h"
#include "DataSave.h"
#include "HC138.h"
#include "HC595.h"
void TaskShow(void *data)
{
uint8_t y;
printf("开始显示\n");
SetEnable(0);
for (;;)
{
i... | 258 | 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.txt in the project root for license information.
*---------------------------------------------------------------... | 1,452 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | function destroyer(arr, ...x) {
return arr.filter(item => !x.includes(item));
}
destroyer([1, 2, 3, 1, 2, 3], 2, 3);
/*
You will be provided with an initial array (the first argument in the destroyer function), followed by one or more arguments. Remove all elements from the initial array that are of the same value... | 138 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | const {request, app} = require('../config');
const FakerUser = require('../Faker/User.js');
const Faker = require('../Faker/Card.js');
const {config} = require('../config');
const appId = config.appId;
let amountPassengers = 1;
let sessionToken, idPassenger, idCard;
let passengers = FakerUser.createPassengers(amountP... | 1,206 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | part of azure_devops_sdk.api;
class FieldModel {
String description = null;
String id = null;
bool isIdentity = null;
String name = null;
String type = null;
//enum typeEnum { string, integer, dateTime, plainText, html, treePath, history, double, guid, boolean, identity, picklist... | 592 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
using System.IO;
using System.Linq;
using SkiaSharp;
namespace Svg.Skia.TypefaceProviders
{
public sealed class FontManagerTypefacerovider : ITypefaceProvider
{
public static readonly char[] s_fontFamilyTrim = { '\'' };
public SKFontManager FontManager { get; set; }
pub... | 497 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.zjzy.morebit.pojo;
import java.io.Serializable;
import java.util.List;
/**
* Created by YangBoTian on 2018/8/3.
*/
public class Merchants implements Serializable {
int open; //1 开,0关闭
String qrcode;
String content;
Itme weixin; // 微信号
List<Itme> contact;
public Itme getWeixi... | 373 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│
│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│
╞══════════════════════════════════════════════════════════════════════════════╡
│ Copyright 2020 Justine Alexandra Roberts Tunney ... | 857 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System.Linq;
namespace RStore.Models {
public interface ISlideShowRepository {
IQueryable<SlideShow> SlideShows { get; }
void SaveSlideShow(SlideShow slideshow);
SlideShow DeleteSlideShow(int SlideShow);
}
}
| 52 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | namespace AverageStudentGrades
{
using System;
using System.Collections.Generic;
using System.Linq;
class Program
{
static void Main(string[] args)
{
Dictionary<string, List<double>> studentsGrade = new Dictionary<string, List<double>>();
int... | 233 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 辽宁省凤城市人民法院应 诉 通 知 书(2021)辽0682民初626号扈起瑞、扈凤义:原告艾纯宝诉你(单位)民间借贷纠纷一案,本院已立案受理,现将应诉的有关事项通知如下:一、在诉讼过程中,当事人必须依法行使诉讼权利,有权行使《中华人民共和国民事诉讼法》第四十九条、第五十条、第五十一条等规定的诉讼权利,同时也必须遵守诉讼秩序,履行诉讼义务。二、在收到起诉状副本后十五日内向本院提交答辩状,并按对方当事人的人数提出副本。三、自然人应当提交身份证或者通行证、护照复印件;法人或者其他组织应当提交营业执照或者事业单位法人代码证复印件、法定代表人或者主要负责人身份证明书。四、当事人、法定代理人可以委托一至二人作为诉讼代理人。委托他人代为诉讼,必... | 906 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /*
* Copyright (c) 1999, 2005, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.tools.javac.util;
/** Throwing an instance of
* this class causes (silent) terminati... | 193 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* patPostGISDataType.h
*
* Created on: Jul 20, 2011
* Author: jchen
*/
#ifndef PATPOSTGISDATATYPE_H_
#define PATPOSTGISDATATYPE_H_
#include "patCoordinates.h"
#include "patType.h"
#include <list>
#include <tr1/unordered_map>
using namespace std::tr1;
using namespace std;
class patPostGISDataType {
public... | 171 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using MediatR;
namespace Application.Commands.LoginUser
{
public record LoginUserCommand : IRequest
{
public LoginUserCommand(string email, string password)
{
Email = email;
Password = password;
}
public string Email { get; }
public string Pass... | 67 | cc:Github Open Source |