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)豫0823民初1881号之一解除保全申请人:焦作市裕康食品有限公司,住所地:焦作市武陟县西陶镇西陶村,统一社会信用代码:914108237919072659。法定代表人:苗建新,该公司经理。被申请人:祁志云,男,汉族,1980年9月24日出生,住内蒙古锡林郭勒盟。委托诉讼代理人:郭鸿洋,河南苍穹律师事务所律师。解除保全申请人焦作市裕康食品有限公司与被申请人祁志云买卖合同纠纷一案,本院于2021年4月21日作出(2021)豫0823民初1881号民事裁定,冻结焦作市裕康食品有限公司银行存款270000元或查封其同等价值的其他财产。解除保全申请人焦作市裕康食品有限公司以其在中国农业银行股... | 814 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /*****************************************************************//**
* \file Defs.h
* \brief Misc engine-related defs.
*
* \author Ronen Ness
* \date June 2020
*********************************************************************/
#pragma once
#include "../dllimport.h"
namespace bon
{
namespace engine
{... | 284 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module Weight::Configuration
module_function
def self.configure
yield self if block_given?
end
def default_unit=(weight_unit_code)
default_unit = weight_unit_code.to_s.downcase.to_sym
raise ArgumentError unless allowed_units.include?(default_unit)
@@default_unit = default_unit
end
def def... | 117 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import os
from core.validators import FileValidator
from django.conf import settings
from django.contrib.auth.models import AbstractUser
from django.core.files.base import ContentFile
from django.db import models
from django.utils.translation import gettext_lazy as _
from imagekit.models import ImageSpecField
from ima... | 484 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | from functools import partial
from PyQt5.QtWidgets import QApplication, QMessageBox
def copy_to_clipboard(text):
QApplication.clipboard().setText(text)
def show_copy_details_box(icon, title, text, details):
"""Shows a QMessageBox with a detail box and a 'Copy details' button
"""
box = QMessageBox(i... | 157 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | export interface GeoConfig {
region?: string;
AmazonLocationService?: {
maps?: {
items: {};
default: string;
};
search_indices?: {
items: string[];
default: string;
};
};
}
export interface MapStyle {
mapName: string;
st... | 351 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package ru.easydonate.easydonate4j.api.v3.data.model.gson.shop.purchase;
import com.google.gson.annotations.SerializedName;
import lombok.Getter;
import org.jetbrains.annotations.NotNull;
import ru.easydonate.easydonate4j.api.v3.data.model.shop.mass.sale.MassSale;
import ru.easydonate.easydonate4j.api.v3.data.model.sh... | 306 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.mmkpark.service;
import com.mmkpark.entity.Garage;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author mumukang
* @since 2021-04-22
*/
public interface GarageService extends IService<Garage> {
}
| 73 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //
//! Copyright 2020 Alibaba Group Holding Limited.
//!
//! Licensed under the Apache License, Version 2.0 (the "License");
//! you may not use this file except in compliance with the License.
//! You may obtain a copy of the License at
//!
//! http://www.apache.org/licenses/LICENSE-2.0
//!
//! Unless required ... | 1,321 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | part of datagrid;
/// Provides data for the [ILineSizeHost.LineSizeChanged] event.
class _RangeChangedArgs {
_RangeChangedArgs();
/// Initializes a new instance of the RangeChangedArgs class.
///
/// * from - _required_ - The start index.
/// * to - _required_ - The end index.
_RangeChangedArgs.fromArgs(i... | 1,564 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 青海省泽库县人民法院民事判决书(2021)青2323民初119号原告:傲巴,青海省泽库县和日乡唐德村一社42号。        委托诉讼代理人:多杰卓玛,黄南州法律援助中心律师。        委托诉讼代理人:张春明,黄南州法律援助中心律师。        被告:完玛加,青海省泽库县和日乡唐德村二社。居民身份证:。        原告傲巴与被告完玛加买卖合同纠纷一案,本院于2021年3月8日立案后,依法适用普通程序,公开本案现已审理终结。原告及其委托诉讼代理人多杰卓玛、张春明... | 2,815 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import { CommentType } from "../../db/entities/Comment";
export interface SyncCommentQuery {
owner: string;
repo: string;
pull_number: number;
comment_type: CommentType;
id: number;
user: {
login: string;
} | null;
body: string;
created_at: string;
updated_at: string;
author_association: stri... | 91 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
*
* * Copyright 2018 Uber Technologies 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 req... | 252 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Text;
namespace RoseLibApp.RoseLib.Validation_Attributes
{
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = true)]
class NotNullAttribute : ArgumentValidationAttribute
{
public override void Validate(object value, string argum... | 85 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | (define (signum x)
(cond ((< x 0) -1)
((> x 0) 1)
(else 0)))
(load "../testing/check.scm")
(check (signum 0) => 0)
(check (signum 1) => 1)
(check (signum 42) => 1)
(check (signum -2) => -1)
(check (signum -123) => -1)
(check-report)
(check-reset!)
| 102 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河北省滦州市人民法院民 事 裁 定 书(2021)冀0223民初1229号原告:高雪森,男,1987年3月15日生,汉族,住河北省唐山市滦州市。委托诉讼代理人:高丽丽,河北滦天律师事务所律师,特别授权代理。被告:中国平安财产保险股纷纷有限公司唐山中心支公司,住所地:河北省唐山市路北区金融中心5号楼10-11层、12层部分区域。负责人:张建威,职务:公司经理。委托诉讼代理人:刘栩光,河北王玉海律师事务所律师,特别授权代理。高雪森与被告中国平安财产保险股份有限公司唐山中心支公司财产保险合同纠纷一案,本院于2021年5月21日立案。原告高雪森于2021年8月18日向本院提出撤诉申请。本院认为,原告的申请符合法律规定。依照《中华人民共和国民... | 481 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package de.ugoe.cs.smartshark.mutaSHARK.util;
import com.github.gumtreediff.actions.model.Action;
import de.ugoe.cs.smartshark.mutaSHARK.util.mutators.MutatedNode;
import de.ugoe.cs.smartshark.mutaSHARK.util.mutators.TreeMutationOperator;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;... | 1,696 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | """
SynthTIGER
Copyright (c) 2021-present NAVER Corp.
MIT license
"""
import argparse
import pprint
import time
import synthtiger
def run(args):
if args.config is not None:
config = synthtiger.read_config(args.config)
pprint.pprint(config)
template = synthtiger.read_template(args.script, args.n... | 515 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //
// Yelp-Bridging-Header.h
// Twitter
//
// Created by Jerry Su on 9/26/14.
// Copyright (c) 2014 CodePath. All rights reserved.
//
#import <AFNetworking.h>
#import <UIImageView+AFNetworking.h>
#import <BDBOAuth1RequestOperationManager.h>
#import <MBProgressHUD.h>
#import <NSDate+MinimalTimeAgo.h>
#import <UIScr... | 97 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | Konsolidoitu TEKSTI: 32021R0521 — FI — 07.05.2021
02021R0521 — FI — 07.05.2021 — 001.001
Tämä asiakirja on ainoastaan dokumentoinnin apuväline eikä sillä ole oikeudellista vaikutusta. Unionin toimielimet eivät vastaa sen sisällöstä. Säädösten todistusvoimaiset versiot on johdanto-osineen julkaistu Euroopan unionin... | 1,361 | cc:Eurlex |
common_corpus_Github Open Source | 2,021 | using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text;
namespace Content.Localization
{
public static class ContentServiceCollectionExtensions
{
public static IContentBuilder AddContentLocalization(this ... | 280 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package main
import (
"fmt"
"github.com/nothollyhigh/kiss/log"
"github.com/nothollyhigh/kiss/net"
"sync"
"time"
)
var (
CMD_ECHO = uint32(1)
// tcp 反代
tcpAddr = "localhost:10000"
// websocket 反代
websocketAddr = "ws://localhost:20000/gate/ws"
)
func onTcpEcho(client *net.TcpClient, msg net.IMessage) {
lo... | 574 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | Imports System.Net
Imports System.Net.Sockets
Imports System.Timers
Friend Class Anrufmonitor
#Region "Eigenschaften"
''' <summary>
''' Angabe, ob der TCP-Client zur Fritz!Box verbunden ist.
''' </summary>
Friend ReadOnly Property Aktiv As Boolean
Get
Return AnrMonTCPClient IsNot N... | 2,245 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | require 'dry-types'
require 'dry-struct'
Dry::Types.load_extensions(:maybe)
module Types
include Dry::Types.module
end
module Scrappers
class Weather < Dry::Struct
transform_keys(&:to_sym)
attribute :place, Types::Strict::String
attribute :temp, Types::Coercible::Float.optional
attribute :all_sno... | 332 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace app\common\model;
use think\Model;
use think\facade\Cache;
use app\common\validate\Link as Validate;
use app\common\exception\ValidateException;
class Link extends Model
{
// 缓存主键
protected const CACHE_KEY = 'links';
// 缓存有效时长(秒)
protected const CACHE_SECONDS = 1440 * 60;
protect... | 891 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 沈阳市和平区人民法院执 行 裁 定 书(2021)辽0102执429号申请执行人:戴冰,男,所在地沈阳市和平区。被执行人:王鹏,男,住所地沈阳市洪区。被执行人:徐百元,男,住所地辽宁省沈阳市和平区。沈阳市和平区人民法院作出的(2020)辽0102民初4196号民事判决书已发生法律效力,本案执行过程中,本院作出如下执行措施:1.本院于2021年1月8日,依照执行卷宗中的民事判决书地址向被执行人徐百元、王鹏送达执行通知书、报告财产令、执行通知书等执行送达手续,被执行人未实际履行。2.本院2021年1月8日通过全国网络查控系统查询了被执行人徐百元、王鹏名下的银行存款信息,其余未发现被执行人有可供执行的财产。3.本院于2021年1月8日通过... | 1,017 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | namespace YAMP.Errors
{
using System;
/// <summary>
/// The function body missing.
/// </summary>
public class YAMPFunctionBodyMissing : YAMPParseError
{
internal YAMPFunctionBodyMissing(Int32 line, Int32 column)
: base(line, column, "A function requires a body encapsulated... | 111 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | In some variants, the control information signaled by the sharing AP may also indicate a type of BA to be used. As for example explained for BA1, one such type of BA could be a BA which aggregates acknowledgement information for multiple PPDUs. Different types of BA may also differ with respect to the data size of the ... | 7,032 | formal_gov |
common_corpus_Github Open Source | 2,021 | C x86_64/serpent-decrypt.asm
ifelse(<
Copyright (C) 2011 Niels Möller
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Software Foundation; either... | 6,029 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env python3
import requests
import pandas as pd
import re
from bs4 import BeautifulSoup
from bs4 import Comment
class Player:
'''Player class to obtain statistics for college football athletes.
This class utilizes Sports Reference's CFB site to pull applicable pandas
data frames. In order ... | 2,749 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | © The Author(s). 2021 Open Access This article is licensed under a Creative Commons Attribution 4.0 International License,
which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give
appropriate credit to the original author(s) and the source, provide a link to the... | 3,348 | academic |
common_corpus_Github Open Source | 2,021 | package model
import (
"context"
"github.com/LyricTian/gin-admin/v6/internal/app/schema"
)
// IAccount 账号对象存储接口
type IAccount interface {
// 查询数据
Query(ctx context.Context, params schema.AccountQueryParam, opts ...schema.AccountQueryOptions) (*schema.AccountQueryResult, error)
// 创建数据
Create(ctx context.Contex... | 200 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | class VacancesCalendar
attr_accessor :days, :hours, :minutes, :seconds
def initialize()
set_amount_of_seconds
start_count_down
end
def set_amount_of_seconds
@seconds = Time.utc(2013, 9, 19, 18, 00, 00).to_i - Time.now.to_i
end
def start_count_down
calculate_seconds
calculate_... | 172 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | Methods and systems for multiplex allele detection
ABSTRACT
Methods and systems for determining allele status at a plurality of loci. A first plurality of loci are amplified, in a single reaction vessel, with a plurality of fluorescently labeled detection reagents. A first detection reagent that is specific for the m... | 11,560 | formal_gov |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using Common.Messaging;
namespace Common.Exceptions
{
public interface IExceptionToMessageMapper
{
IEnumerable<Type> ExceptionTypes { get; }
IActionRejected Map<T>(T exception) where T : Exception;
}
} | 56 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | local urlparse = require("socket.url")
local http = require("socket.http")
local item_dir = os.getenv('item_dir')
local item_name = os.getenv("item_name")
local warc_file_base = os.getenv('warc_file_base')
local url_count = 0
local downloaded = {}
local abortgrab = false
if urlparse == nil or http == nil then
io.s... | 1,556 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 岫岩满族自治县人民法院民 事 裁 定 书(2021)辽0323民初585号申请人:岫岩满族自治县航硕贝网络科技有限公司,住所地:岫岩满族自治县辽宁大洋河临港产业区管理委员会综合办公楼(岫岩满族自治县雅河办事处仙人咀村2组)5层502、503房间。法定代表人:张雷,该公司经理。委托代理人:江绕山,男,满族,原告公司员工,住址:辽宁省鞍山市岫岩满族自治县。委托代理人:白洳萌,女,满族,原告公司员工,住址:辽宁省鞍山市岫岩满族自治县。被申请人:刘婧婧,女,汉族,无业,住所地:湖南省耒阳市。本院在审理申请人岫岩满族自治县航硕贝网络科技有限公司与被申请人李爱华追偿权纠纷一案中,申请人岫岩满族自治县航硕贝网络科技有限公司向本院提出财产保全的申请... | 699 | cc:Chinese-Court-Decisions |
common_corpus_USPTO | 2,021 | Pelargonium plant named ‘PEQZ0087’
ABSTRACT
A new Pelargonium plant named ‘PEQZ0087’ particularly distinguished by the white inflorescences held above the green foliage on a plant that has good vigour and branching and is very free flowering.
Latin name of the genus and species of the plant claimed: Pelargonium int... | 1,817 | formal_gov |
common_corpus_Github Open Source | 2,021 |
from pytest import fixture, raises
from unittest.mock import Mock
from unittest import skip
from store.store import TripleStore, E, Predicate, Query, Triple
@fixture
def body():
return TripleStore()
@fixture
def name():
class Name(Predicate):
pass
return Name()
@fixture
def is_a():
class Is... | 570 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省沅陵县人民法院 民 事 裁 定 书 (2021)湘1222民初476号 原告:沅陵县中医男性病医院,住所地:沅陵县沅陵镇建设街,统一社会信用代码:12431222448251801D。 法定代表人:张潋,系该院院长。 委托诉讼代理人:姜圣诚(特别授权),湖南兴沅律师事务所律师,执业证号:14312200710995820。 被告:张仁军,男,1945年6月15日出生,汉族,湖南省沅陵县人。 原告沅陵县中医男性病医院与被告张仁军医疗服务合同纠纷一案,本院于2021年2月22日立案。原告沅陵县中医男性病医院于2021年4月8日向本院提出撤诉申请。 本院认为,原告沅陵县中医男性病医院以被告张仁军庭外主动履行支付医疗费为由向本院提出撤... | 713 | cc:Chinese-Court-Decisions |
common_corpus_govinfo | 2,021 | Administration of Joseph R. Biden, Jr., 2021
Remarks on Infrastructure and Jobs and Education and Family Assistance Legislation
October 28, 2021
The President. Good morning. Today I am pleased to announce that after months of tough and thoughtful negotiations, I think we have a historic—I know we have a historic eco... | 4,681 | cc:govinfo |
common_corpus_Github Open Source | 2,021 | package foundation.icon.iconex.token;
import java.io.Serializable;
/**
* Created by js on 2018. 4. 7..
*/
public class Token implements Serializable{
protected String address;
protected String contractAddress;
protected String defaultName;
protected String userName;
protected String defaultSym... | 349 | cc:Github Open Source |
common_corpus_French-Science-Pile | 2,021 | Discussion
The development of novel signal detection methods is crucial for improving the responsiveness and the efficiency of post-marketing surveillance systems. In this work we propose new approaches for signal detection based on an appropriate methodology for variable selection: the adaptive lasso. In addition to ... | 4,471 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | go_bandit([]() {
describe("Quicksort Algorithm", []() {
it("can sort a randomly ordered list", [&]() {
std::vector<int> v = {4, 9, 5, 0, 3, 2, 8, 6, 7, 1};
const qs::stats_t sorting_stats = qs::sort(v, std::less<int>());
for (int i = 0; i < v.size(); i++) {
... | 335 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | unable to run jupyter notebook in vscode even when ipykernel is installed and still it shows it is not
I have used vscode for jupyter notebook for a long time, but suddenly when one day I open any notebook it gives an error
Python 3.9.2 64-bit requires ipykernel to be installed.".
I have it installed as I have been u... | 674 | misc_reference |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun Nov 26 15:04:01 2017
@author: afalaize
"""
from pyphs_gui import runner
import os
path = os.path.join('/Users/afalaize/Developement/repos/pyphs_gui',
'pyphs_gui', 'tests', 'rlc.net')
runner(path=path)
| 89 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 长春市双阳区人民法院结 案 通 知 书(2021)吉0112执保422号中国农业银行股份有限公司长春双阳支行:关于你与王海英、刘大成、侯艳红、张春艳、王振华金融借款合同纠纷保全一案,本院以(2021)吉0112执保422立案执行。经实施,对被保全人王海英、刘大成、侯艳红、张春艳、王振华名下的银行账户存款予以冻结。现通知你本案以“保全完毕”方式予以结案。二〇二一年九月十六日 微信公众号“马克 数据网” | 231 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 淮安市清江浦区人民法院执 行 案 件 结 案 通 知 书(2021)苏0812执2550号闻雯、施列飞:(2021)苏0812民初1774民事判决书已经生效,申请执行人于2021年7月1日向本院申请执行,申请执行标的:赔偿款5450元及诉讼费。本院已立案执行。本案在执行过程中,被执行人向本院付款5450元,并缴纳了执行费和诉讼费。本院向申请执行人拨付5450元。申请执行人向本院递交《结案申请书》,载明被执行人已履行完毕全部义务,申请本案结案。本院审查后,认为该案符合结案条件。现该案执行完毕。特此通知。二〇二一年九月九日注:此通知书双方当事人各执一份备查。 关注公众号“马 克 数 据 网” | 305 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市长宁区人民法院民 事 裁 定 书(2021)沪0105民初15457号原告:济宁仁楼商贸有限公司,住所地山东省济宁市。法定代表人:徐思峰,职务经理。被告:上海寻梦信息技术有限公司,住所地上海市长宁区。法定代表人:朱健翀,职务不详。原告济宁仁楼商贸有限公司与被告上海寻梦信息技术有限公司网络服务合同纠纷一案,本院于2021年7月9日立案,后收到原告济宁仁楼商贸有限公司提交的撤诉申请书。本院认为,原告济宁仁楼商贸有限公司的撤诉申请,符合法律规定,依照《中华人民共和国民事诉讼法》第一百四十五条第一款的规定,裁定如下:准许原告济宁仁楼商贸有限公司撤回起诉。案件受理费予以免收。审判员 张敏蕾二〇二一年七月二十二日书记员 陆明霞附:相关... | 453 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #import "GCDWebServer.h"
@protocol GCDWebServerTestingDelegate<GCDWebServerDelegate>
- (void)webServer:(GCDWebServer *)server didReceiveRequest:(GCDWebServerRequest *)request;
@end
@interface GCDWebServer (Testing)
@end
| 59 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<div selector>
<v-col level-selector v-if="levels && data">
<v-row style="margin: 0 -12px;" v-for="(key) in levelKeys"
:key="key"
>
<level-selector-row
v-model="selector[key]"
:label="levels[key].label"
:availableOptions="availableOptions[key]"... | 1,505 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | To cite this version: Stéphane Vannitsem, John Bjørnar Bremnes, Jonathan Demaeyer, Gavin Evans, Jonathan Flow-
erdew, et al.. Statistical Postprocessing for Weather Forecasts: Review, Challenges, and Avenues in
a Big Data World. Bulletin of the American Meteorological Society, 2021, 102 (3), pp.E681-E699. 10.1175/BAMS... | 28,501 | academic |
common_corpus_Github Open Source | 2,021 | // Persistence Of Vision raytracer version 3.5 sample file.
#declare Gravity=-2*y;
#declare Elastic=0.7;
#declare Time_Delta=0.25;
camera {location <0,10.5,-100> look_at <0,11,0> }
light_source {<30, 120, -100> rgb 1}
#macro VReplace(V,A,N)
#local V=(V-V*A)+N*A;
#end
#macro V2F(V,A)
#local T=V*A;
(T.x+T.y+T.z... | 584 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河北省唐县人民法院 民 事 裁 定 书 (2021)冀0627民初1140号 原告:陈恒,男,1984年4月15日生,汉族,住河北省邯郸市永年区。 被告:李彦贵,男,1982年9月3日生,汉族,住河北省保定市唐县。 原告陈恒与被告李彦贵信用卡纠纷一案,本院于2021年5月12日立案后,原告陈恒于2021年5月27日向本院提出撤诉申请。 本院认为,原告陈恒的申请符合法律规定。依照《中华人民共和国民事诉讼法》第一百四十五条之规定,裁定如下: 准许原告陈恒撤诉。 案件受理费25元,减半收取计12.5元,由原告陈恒负担(已交纳)。 审判员 赵永会 二〇二一年五月二十八日 书记员 王晓红 来源:百度“马 克 数据网” | 357 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // strings/IntegerMatch.java
// (c)2021 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
public class IntegerMatch {
public static void main(String[] args) {
System.out.println("-1234".matches("-?\\d+"));
Sy... | 140 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package models
// This file is auto-generated.
// Please contact avi-sdk@avinetworks.com for any change requests.
// VISeVMIPConfParams v i se Vm Ip conf params
// swagger:model VISeVmIpConfParams
type VISeVMIPConfParams struct {
// default_gw of VISeVmIpConfParams.
DefaultGw *string `json:"default_gw,omitempty"`
... | 184 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 521 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace App\Http\Controllers;
use DB;
use Illuminate\Http\Request;
class yield_report extends Controller
{
public static function main($date){
$date_format = substr($date,0,2).'/'.substr($date,2,2).'/'.substr($date,4,4);
$ov_list = DB::select("SELECT * from tb_order_overnight where tb_o... | 13,105 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | export default {
today: '今日',
now: '現在時刻',
backToToday: '今日に戻る',
ok: '決定',
timeSelect: '時間を選択',
dateSelect: '日時を選択',
clear: 'クリア',
month: '月',
year: '年',
previousMonth: '前月 (ページアップキー)',
nextMonth: '翌月 (ページダウンキー)',
monthSelect: '月を選択',
yearSelect: '年を選択',
decadeSelect: '年代を選択',
yearFormat: ... | 292 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import UIKit
import Defaults
final class GenreDetailVCIPAD: MusicalCollectionVCIPAD {
// MARK: - Public properties
// Selected genre
let genre: Genre
// Allowed display types
override var allowedMusicalEntityTypes: [MusicalEntityType] {
return [.albums, .artists, .albumsartists]
}
// MARK: - Initializers
in... | 942 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //extractFields first checks if the query was successful by making sure the returned data doesn't have an errors object. If there are no errors then we extract the requested fields from the query and push the fields into the metrics object. If there is an errors object, requested fields will return an empty array, upda... | 569 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Next Article in Journal
Molecular Characterization of PGC-1β (PPAR Gamma Coactivator 1β) and its Roles in Mitochondrial Biogenesis in Blunt Snout Bream (Megalobrama amblycephala)
Next Article in Special Issue
Disruption of Exocytosis in Sympathoadrenal Chromaffin Cells from Mouse Models of Neurodegenerative Diseases
Pr... | 954 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | subroutine ruqope(ndime,ngaus,posgp,weigp)
!-----------------------------------------------------------------------
!
! This routine sets up the integration constants of open
! integration rules for brick elements:
!
! NDIME = 1 NDIME = 2 NDIME = 3
!
! NGAUS EXACT POL. ... | 2,760 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How to convert date and time only at time?
I get by API such data about time and date 2021-09-05T18:16:47.790601+02:00 how can I get only hours from here?
you can use the hour getter like this: int hoursOnly = myDateTime.hour;
@AdnanAlshami Thanks for the answer. How do i convert this data from String to DateTime?
y... | 598 | misc_reference |
common_corpus_Github Open Source | 2,021 | import 'package:flutter/material.dart';
import 'package:harpy/harpy_widgets/harpy_widgets.dart';
/// Implicitly animates the position of the [child] relative to the size of the
/// [child].
class AnimatedShiftedPosition extends ImplicitlyAnimatedWidget {
const AnimatedShiftedPosition({
required this.child,
r... | 280 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #-*- coding: utf-8 -*-
import tensorflow as tf
import argparse
import os,sys
import shutil
sys.path.append('../')
from lib.rpn_msr.proposal_layer_tf_api import proposal_layer_tf_api
out_save_model = 'ctpn_savemodel'
pb_file = './models/ctpn.pb'
model_version = 1
parser = argparse.ArgumentParser(description='Genera... | 2,405 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | •
D. Kouˇril is with TU Wien, Austria. E-mail: dvdkouril@cg.tuwien.ac.at
•
T. Isenberg is with Universit´e Paris-Saclay, CNRS, Inria, LRI, France.
•
B. Kozl´ıkov´a is with Masaryk University, Czech Republic.
•
M. Meyer is with the University of Utah, USA.
•
M. E. Gr¨oller is with TU Wien and the VRVis Research Center, ... | 21,817 | academic |
common_corpus_Github Open Source | 2,021 | ////////////////////////////////////////////////////////////////////////////
// Module : alife_storage_manager_inline.h
// Created : 25.12.2002
// Modified : 12.05.2004
// Author : Dmitriy Iassenev
// Description : ALife Simulator storage manager inline functions
//////////////////////////////////////////////////... | 116 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <cfoutput>
<div class="fixed-header">
<div class="container">
<div class="brand">
<a href="/"><strong>Playground</strong></a>
</div>
<div class="menu-links">
<a href="/demos">Demos</a>
</div>
</div>
</div>
</cfoutput>
| 77 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package de.uhd.ifi.se.decision.management.eclipse.model;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import org.eclipse.core.runtime.Path;
import org.junit.Test;
import de.uhd.ifi.se.de... | 1,317 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | BEGRÜNDUNG
1.KONTEXT DES DELEGIERTEN RECHTSAKTS
Nach der Annahme der Verordnung (EU) 2018/848, die ab dem 1. Januar 2022 gelten wird, muss eine delegierte Verordnung zur Änderung dieser Verordnung erlassen werden, um zusätzliche Vorschriften für Unternehmer, Unternehmergruppen und Subunternehmer in Bezug auf die Fü... | 8,241 | cc:Eurlex |
common_corpus_Github Open Source | 2,021 | import os
from typing import List
from typing import Tuple
import numpy as np
from sklearn.metrics import accuracy_score
from sklearn.metrics import precision_score
from sklearn.metrics import recall_score
from sklearn.preprocessing import normalize
ROOT_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)... | 1,186 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package io.manbang.ebatis.core.exception;
/**
* @author 章多亮
* @since 2019/12/18 11:14
*/
public class NoAvailableClusterException extends EbatisException {
private static final long serialVersionUID = 7433433599172891311L;
}
| 65 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | EESchema Schematic File Version 4
LIBS:pentatube-cache
EELAYER 29 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L dk_Logic-Shift-Registers:TPIC6B595N U?
U 1 1 5C50726B
P 9600 1200
F 0 "U?" H 9650 1603 60 0000 ... | 20,754 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.swak.flux.security.filter;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import com.swak.flux.handler.WebFilter;
import com.swak.flux.handler.WebFilterChain;
import com.swak.utils.Lists;
import com.swak.utils.StringUtils;
public class Simple... | 774 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省夏邑县人民法院执 行 裁 定 书(2021)豫1426执438号申请执行人:苏阿丽,女,1979年10月5日出生,回族,住所地河南省夏邑县。被执行人:董晓民,男,1972年9月30日出生,回族,住所地河南省夏邑县。苏阿丽与董晓民民间借贷纠纷一案,夏邑县人民法院2020年12月25日作出的(2020)豫1426民初5930号民事判决书已经发生法律效力。根据上述生效法律文书的规定,被告董晓民偿还原告苏阿丽借款10万元,于本判决生效后十日内付清,案件受理费1150元,由董晓民负担。因被执行人董晓民未按上述生效法律文书履行义务,申请执行人苏阿丽向本院申请强制执行,本院于2021年2月23日依法立案受理。在本案执行过程中,本院依法采取了... | 1,050 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // 判断是否为移动端运行环境
// wukong.name 20130716
if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){
if(window.location.href.indexOf("?mobile")<0){
try{
if(/Android|... | 322 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | Proceedings of the Fifth Workshop on Teaching NLP, pages 1–12
June 10–11, 2021. ©2021 Association for Computational Linguistics Abstract and the success of practical implementation. For
this, in setting up our Natural Language Processing
course, our goal was to do so based on constructive
alignment and LTU’s pedagogica... | 11,733 | academic |
common_corpus_Chinese-Court-Decisions | 2,021 | 重庆市开州区人民法院民 事 裁 定 书(2021)渝0154民初2559号原告:朱正开,男,汉族,生于1951年5月1日,住重庆市开州区。被告:重庆市开州区味馨园农业股份合作社,住所地重庆市开州区XX镇XX村****。原告朱正开与被告重庆市开州区味馨园农业股份合作社合同纠纷一案,本院于2021年3月12日立案,原告朱正开在本院依法送达缴纳诉讼费用通知书后,未在七日内预交案件受理费。依照《中华人民共和国民事诉讼法》第一百一十八条,第一百五十四条第一款第十一项、《最高人民法院关于适用的解释》第二百一十三条规定,裁定如下:本案按原告朱正开撤回起诉处理。审判员 冉桂华二〇二一年三月三十日书记员 张义新 百度搜索“马 克 数 据 网” | 355 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /**
* @Author : s1m0n21
* @Description : Answer for https://leetcode-cn.com/problems/last-stone-weight-ii/
* @Project : leetcode-go
* @File : answer.go
* @Date : 2021/6/8 10:43 上午
*/
package _last_stone_weight_ii
func lastStoneWeightII(stones []int) int {
var sum = 0
for ... | 204 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module github.com/autograde/quickfeed
go 1.16
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/alta/protopatch v0.3.4
github.com/autograde/quickfeed/kit v0.1.0
github.com/containerd/containerd v1.5.5 // indirect
github.com/docker/docker v20.1... | 912 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | use crate::FileSpec;
use crate::{Age, Cleanup, Criterion, FlexiLoggerError, Naming};
use chrono::{DateTime, Datelike, Local, Timelike};
use std::cmp::max;
use std::fs::{File, OpenOptions};
use std::io::{BufRead, BufReader, BufWriter, Write};
use std::ops::Add;
use std::path::{Path, PathBuf};
use super::{Config, Rotati... | 5,296 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | 'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var unselectable = function unselectable() {
return "\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n";
}; // Transforms a number to be used as a CS... | 157 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module github.com/kubevirt-ui/kube-gateway
go 1.16
require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/uuid v1.3.0
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
k8s.io/api v0.22.1
)
| 121 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | --DO NOT MODIFY THIS FILE, IT IS GENERATED AUTOMATICALLY FROM SOURCES
-- Complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION cdb_dataservices_server UPDATE TO '0.18.1'" to load this file. \quit
-- HERE goes your code to upgrade/downgrade
ALTER TYPE cdb_dataservices_server... | 191 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*$green: #3EFCC9;
$purple: #8F52F8;
$dark-grey: #1D1B1D;
$light-grey: #F9F9F9;
$red-pastel: #e53148;*/
.landing {
@keyframes play450 {
0% {
background-position: 0px 0px;
}
100% {
background-position: -8160px 0px;
}
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
tr... | 1,753 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省漯河市源汇区人民法院民 事 判 决 书(2021)豫1102民初582号原告:黄耀军,男,汉族,1974年11月6日出生,住河南省漯河市郾城区。委托诉讼代理人:王文飞,河南开瑞律师事务所律师。被告:漯河盛通运输有限公司,住所地漯河市源汇区漯舞路与经一路交叉口被100米,统一社会信用代码91411100790639086Q。法定代表人:王建英,经理。委托诉讼代理人:王艳红,女,汉族,1975年4月27日生,住河南省漯河市召陵区,系公司员工。原告黄耀军与被告漯河盛通运输有限公司(以下简称盛通公司)买卖合同纠纷一案,本院于2021年2月7日立案后,依法适用简易程序,公开开庭进行了审理。原告及其委托诉讼代理人王文飞,被告委托诉讼代理人... | 1,709 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import { Loader } from '@navikt/ds-react';
import React, { FC, ReactNode } from 'react';
const Spinner: FC<{ isLoading: boolean; children: ReactNode }> = ({
isLoading,
children,
}) => {
return isLoading ? (
<div className="mt-8">
<Loader size="xlarge" />
</div>
) : (
<>{children}</>
);
};
... | 94 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | """Setuptools setup script for Next-action."""
from setuptools import setup, find_packages
import next_action
setup(
name=next_action.__title__,
version=next_action.__version__,
description="Command-line application to show the next action to work on from a todo.txt file",
long_description=open("REA... | 324 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | Methods and systems for spectating characters in follow-mode for virtual reality views
ABSTRACT
Methods and systems for spectating a live video game are presented. In one embodiment, a method for performing an automated catch-up to a player is provided. The method includes providing an interface for presenting a firs... | 8,075 | formal_gov |
common_corpus_Chinese-Court-Decisions | 2,021 | 苏州市姑苏区人民法院执 行 裁 定 书(2021)苏0508执恢50号之二申请执行人:沈如美,女,1976年8月25日出生,汉族,住苏州市姑苏区。被执行人:王**,女,1969年3月2日出生,汉族,住苏州市姑苏区。申请人沈如美与王**民间借贷纠纷一案,本院于2018年9月13日作出的(2018)苏0508民初5041号法律文书已发生法律效力。依该裁判:被告王**于本判决生效之日起十日内归还原告沈如美借款56万元。案件受理费9400元,适用简易程序减半收取4700元,由被告王**负担,于本判决生效之日起十日内直接支付给原告。2018年10月22日,权利人沈如美以王**未履行该生效法律文书确定的义务为由,向本院申请执行,执行标的为人民币... | 1,637 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | module Test.Exercise2 where
import Prelude
import Effect (Effect)
import Data.Array as Array
import Data.Either (Either(..))
import Data.Maybe (Maybe(..))
import Record as Record
import Test.Unit (Test, TestSuite, failure, success, suite, suiteSkip, test, testSkip)
import Test.Unit.Assert as Assert
import Test.Unit.M... | 795 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | You may also like Towards quantum gravity with neural
networks: solving the quantum Hamilton
constraint of U(1) BF theory
Hanno Sahlmann and Waleed Sherif
-
Specialising neural-network quantum
states for the Bose Hubbard model
Michael Y Pei and Stephen R Clark
-
Roughness evolution in strongly
interacting donor:accepto... | 13,830 | academic |
common_corpus_Github Open Source | 2,021 | import numpy as np # `pip install numpy`
import cv2 # `pip install opencv-python`
import leapuvc # Ensure leapuvc.py is in this folder
# Start the Leap Capture Thread
#cv2.waitKey(20000)
leap = leapuvc.leapImageThread()
leap.start()
# Capture images until 'q' is pressed
while((not (c... | 158 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #pragma once
#include "RateLimiter.h"
class AnimationAileronHandler {
public:
AnimationAileronHandler();
void update(bool autopilotActive,
bool groundSpoilersActive,
double simulationTime,
double pitchAttitudeDegrees,
double flapsHandleIndex,
... | 347 | cc:Github Open Source |
common_corpus_domsdatabasen | 2,021 | # **RETTEN I AALBORG DOM**
**afsagt den 25. maj 2021**
**Sag BS-57949/2019-ALB**
Basisbank A/S
mod
Sagsøgte (advokat Axel Stausgaard Pallesen)
Denne afgørelse er truffet af Dommer.
### **Sagens baggrund og parternes påstande**
Sagen, der er anlagt den 17. december 2019, angår, om sagsøgte hæfter for et lån opta... | 4,617 | cc:domsdatabasen |
common_corpus_Github Open Source | 2,021 | using UnityEngine;
using UnityEngine.Tilemaps;
namespace GameMain
{
public class TileBoxEntityData : EntityData
{
public TileBase Tile { get; set; }
public TilemapController TilemapController { get; set; }
public Vector3 velocity;
public TileBoxEntityData(int entityId,... | 134 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Is there any way for use Azure Maps as Map Server like Geoserver, QGIS Server, ...?
I need to use a map server for requesting geoinformation like GetFeatureInfo/GetCapabilities/...
and obtain all layers' information. The layers are WMS and Shapefile.
My question is if I could use Azure Maps as geo server or if Azure ha... | 178 | misc_reference |
common_corpus_USPTO | 2,021 | Thermoplastic resins for network applications
ABSTRACT
The present disclosure relates to the use of thermoplastic resins in millimeter wave network applications. More specifically, it relates to polyamide materials meeting the requirements of dielectric performance in such applications.
CROSS-REFERENCE TO RELATED APP... | 12,851 | formal_gov |
common_corpus_USPTO | 2,021 | Accurate method to determine center of resistance for 1d/2d/3d problems
ABSTRACT
A system and method for determining a center of resistance of a tooth may include receiving a 3D digital representation of an initial arrangement and a final arrangement of a patient's teeth and determining a 3D treatment plan. The 3... | 8,936 | formal_gov |