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 | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class FidelityFXCAS : ModuleRules
{
public FidelityFXCAS(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
// List of modules names (no path neede... | 861 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How to set value without setter method?
In the below code snippet how can I set the value of a and b without using the setter method? Is it possible? Can I call the private constructor in the public constructor?
public class ABC {
private int a;
private int b;
public ABC() {
}
private ABC(in... | 667 | misc_reference |
common_corpus_Github Open Source | 2,021 | <?php
use Illuminate\Database\Seeder;
class SalesOrdersSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
factory(App\User::class, 50)->create()->each(function($u) {
$salesOrders = factory(App\SalesOrder::class, 40)->ma... | 142 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | Imports System.IO
Imports System.Xml
Imports System.Xml.Xsl
public class Sample
public shared sub Main()
'<snippet1>
'Create the XslTransform object.
Dim xslt as XslTransform = new XslTransform()
'Load the stylesheet.
xslt.Load("output.xsl")
'Transform the file.
xslt.Transform(... | 96 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 北京市第一中级人民法院民 事 判 决 书(2021)京01民终742号上诉人(原审被告):北京二商大红门五肉联食品有限公司,住所地北京市昌平区沙河镇巩华城大街**。法定代表人:徐德江,总经理。委托诉讼代理人:张臣阳,男,北京二商大红门五肉联食品有限公司法务部长。被上诉人(原审原告):闫亮,男,1986年8月30日出生,满族,住北京市昌平区。委托诉讼代理人:黄乔稳,北京市百伦律师事务所律师,由北京市法律援助中心指派法律援助。上诉人北京二商大红门五肉联食品有限公司(以下简称五肉联公司)因与被上诉人闫亮劳动争议一案,不服北京市昌平区人民法院(2020)京0114民初1754号民事判决,向本院提起上诉。本院于2021年1月14日立案后,依法... | 2,922 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | const { Client, Collection } = require('discord.js');
const cron = require('cron');
const mongoose = require('mongoose');
const Tip = require('./models/tip.js');
require('dotenv').config();
const client = new Client();
// Collections
client.commands = new Collection();
client.aliases = new Collection();
// Initiali... | 522 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 金华市婺城区人民法院 执 行 裁 定 书 (2020)浙0702执5997号 申请执行人:蒋岳星,男,1969年09月07日出生,住浙江省金华市婺城区。 被执行人:潘士跃,男,1967年03月06日出生,住浙江省宁海县。 申请执行人蒋岳星与被执行人潘士跃民间借贷纠纷一案,本院作出的(2019)浙0702民初7502号民事判决书,已经发生法律效力。权利人申请执行后,本院于2020年11月18日立案执行。立案执行标的30000元以及利息。 本院在执行过程中,已通过短信、电话或邮寄方式向被执行人发出了执行通知书、财产报告令,被执行人未履行亦未申报财产。本院依法通过网络执行查控系统对被执行人的存款、不动产、车辆、有价证券、网络资金等情况进行... | 834 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #!/bin/bash
shellExit()
{
if [ $1 -eq 1 ]; then
printf "\nfailed!!!\n\n"
exit 1
fi
}
printf "\nRegenerating mysql file\n\n"
time go run -v ./cmd/mysqlmd/main.go -addr $1 -user $2 -pass $3 -name $4 -tables $5
shellExit $?
printf "\nRegenerating code\n\n"
time go build -o gormgen ./cmd/gormgen/main.go
shellEx... | 168 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
class IconSamples extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return IconSamplesState();
}
}
class IconSamplesState extends State<IconSamples>
with TickerProviderStateMixin {
AnimationController... | 492 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package sample;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Database for Employee Class
// Inherited by Manager Class and Support_Staff class
/////////////////////////////////////////////////////////////////////////////////////////////////... | 5,226 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os
import logging
import torch
import torch.nn as nn
from collections import OrderedDict
BN_MOMENTUM = 0.1
logger = logging.getLogger(__name__)
class HeatmapMaxDetBlock(nn.Module):
"""
Heatm... | 3,642 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import type { NextPage } from 'next'
import Head from 'next/head'
import { Aviasales } from '@/components/aviasales'
import { getAviasalesEgg } from '@/eggs/aviasales'
import { AviasalesPublicAction } from '@/eggs/aviasales/events'
import { wrapperInitializer } from '@/store'
const AviasalesPage: NextPage = () => {
... | 190 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Component, LOCALE_ID } from '@angular/core';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { CurrencyMegaOptions } from '@yelon/util/format';
import { CurrencyPipeModule } from './module';
describe('Pipe: mega', () => {
let fixtur... | 384 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | find the max value from a list of dictionaries
I have a list of dictionaries such as:
[{1: 0.4, 3: 0.5}, {1: 0.2, 3: 0.9}, {1: 0.3, 3: 0.1}]
I want to find the maximum of first key(1) and second key(3) from each list items
-> maximum of key(1) is 0.4
-> maximum of key(3) is 0.9
How should I do it?
You should extract ... | 426 | misc_reference |
common_corpus_Github Open Source | 2,021 | from DES_personalizado import DES
from random import randint
import csv
import sys
ejemplos_entrenamiento = 750000
ejemplos_prueba = 250000
diferencial = 0x4008000004000000
def bits_a_lista(diferencial_salida, clase):
lista = []
for i in range(64):
lista.append((diferencial_salida >> (63 - i)) & 0x1)
... | 716 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module.exports = {
"id": "openCase",
"name": "Start application",
"description": "Create a new case – add a title",
"case_id": null,
"case_fields": [
{
"id": "caseName",
"label": "Case name",
"hidden": null,
"value": null,
"metadata... | 992 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省安庆市迎江区人民法院 执 行 裁 定 书 (2021)皖0802执614号之一 申请执行人:胡恩树,男,1966年12月06日出生,汉族,住安徽省安庆市大观区。 被执行人:汪政,男,1975年08月08日出生,汉族,住安徽省安庆市迎江区。 被执行人:郑琳娜,女,1977年08月10日出生,汉族,住安徽省安庆市迎江区。 申请执行人胡恩树与被执行人汪政、郑琳娜借款合同纠纷一案,安徽省安庆市中级人民法院作出的(2021)皖08民终412号民事裁定书和本院(2020)皖0802民初811号民事判决书已经发生法律效力。申请执行人胡恩树于2021年3月15日依法向本院申请执行,要求被执行人给付申请执行人案款1245632元及利息等其他费用... | 1,149 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import React, { useState, useEffect, useRef, useCallback } from 'react';
import PhotoListContainer from "./components/PhotoList";
import 'react-map-gl-geocoder/dist/mapbox-gl-geocoder.css';
import 'mapbox-gl/dist/mapbox-gl.css';
import ReactMapGL, { Marker, Popup, GeolocateControl } from 'react-map-gl';
// import React... | 2,380 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import MMTK
from MMTK.ParticleProperties import Configuration
import numpy as np
import time
class SimulationIterator:
"""SimulationIterators take a molecular configuration and generate a new one.
...
Attributes
----------
args : AlGDock.simulation_arguments.SimulationArguments
Simulation arguments
... | 1,918 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import os
import sys
import logging
import contextlib
import dataclasses
import yaml
from typing import Union, Any, List, Dict, Tuple, Optional, cast, Iterator, Iterable
from abc import ABC
import subprocess
import jinja2
logger: logging.Logger = logging.getLogger(__name__)
class Subscriptable(ABC):
def __getit... | 653 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | console.log(i18n("app_name") + ": init runtimeListener.js");
// Check whether new version is installed
chrome.runtime.onInstalled.addListener(details => {
const manifest = chrome.runtime.getManifest();
console.log('app ' + details.reason + ' ' + details.previousVersion + ' to ' + manifest.version);
// sync s... | 240 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | {% extends 'base.twig' %}
{% import 'macros.twig' as macros %}
{% import 'macros.git.twig' as git_macros %}
{% set page_title = 'Organization' %}
{% set is_admin = current_authorizations.isSuper() %}
{% set can_edit = is_admin or current_authorizations.isOwnerOf(organization) %}
{% set is_removable = is_admin and not... | 689 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 四川省洪雅县人民法院 民 事 判 决 书 (2021)川1423民初779号 原告:洪雅县农村信用合作联社,住所地洪雅县洪川镇北街36号。统一社会信用代码:915114237208430657。 法定代表人:王洪兵,理事长。 委托诉讼代理人:蒋伟,男,该社员工。 委托诉讼代理人:钟亚舒,女,该社员工。 被告:刘飞,男,1988年3月6日出生,汉族,住四川省洪雅县。 委托诉讼代理人:陈春,洪雅县洪州法律服务所法律工作者。 被告:王学娇,女,1992年2月9日出生,汉族,住四川省丹棱县。 原告洪雅县农村信用合作联社与被告刘飞、王学娇金融借款合同纠纷一案,本院于2021年5月6日立案后,依法适用简易程序于2021年5月13日公开开庭进行了... | 3,190 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | using HotChocolate;
using HotChocolate.Types;
using StarWars.Characters;
namespace StarWars.Reviews
{
[ExtendObjectType(Name = "Subscription")]
public class ReviewSubscriptions
{
[Subscribe]
public Review OnReview(
[Topic]Episode episode,
[EventMessage]Review messa... | 74 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | AR data simulation with gaitprint imitation
ABSTRACT
A method for transferring a gait pattern of a first user to a second user to simulate augmented reality content in a virtual simulation environment is described. In one aspect, the method includes identifying a gait pattern of a first user operating a first visual ... | 9,523 | formal_gov |
common_corpus_Github Open Source | 2,021 | jQuery(document).ready(function( $ ) {
// TOGGLE DROPDOWN
$('.header_nav_dropdown .header_nav_cancel').live('click', function(e) {
$(this).closest('.header_nav_dropdown').fadeOut('fast');
$(this).closest('.header_nav_dropdown').siblings('p').removeClass('active');
});
$('.header_nav_has_dropdown > a, .header_n... | 194 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Subprocess.Popen not returning control when invoked from ansible yml file
I have written ansible yml files to call from jenkins for deployment of my java project on Windows server.
In my deploy.yml file I am calling python script as below:
-name: start service
Win_command:: "powershell.exe python startService.... | 380 | misc_reference |
common_corpus_OpenAlex | 2,021 | Key Words breeding, Japan, Kurixalus eiffingeri, opening angle, parental care, Rhacophoridae, Taiwan Choice of tree holes as oviposition sites by
Kurixalus eiffingeri on Iriomote Island Taku Christopher Sato1, Noriko Iwai1 1 Department of Ecoregion Science, Tokyo University of Agriculture and Technology, 3-5-8 Saiwai... | 6,409 | academic |
common_corpus_Github Open Source | 2,021 | //package xyz.wongs.drunkard.common;
//
//import com.alibaba.fastjson.JSONObject;
//import org.lionsoul.ip2region.Ip2regionSearcher;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
//import org.springframework.beans.factory.annotation.Autowired;
//import xyz.wongs.drunkard.base.constant.Constant;
//import ... | 714 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import os
import h5py
import imageio
import numpngw
import numpy as np
def save_pairs_segmentation(data_path, save_root):
ct_stroke_data = h5py.File(data_path, "r")
test_data = ct_stroke_data["test"]
train_data = ct_stroke_data["train"]
_save_pairs(test_data, os.path.join(save_root, "test"))
_sav... | 425 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /**
* @author: Emmanuel SMITH <emmanuel.smith@live-session.fr>
* project: customDefault
* file: truck.events.mjs
* Date: 26-Apr-20
* Time: 17:16
*/
import { telemetry } from '../helpers/server.helpers';
import { logIt } from '../helpers/utils.helpers';
const log = ( eventName, rawData, text ) => {
text ... | 1,000 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 |
from keras.preprocessing.image import ImageDataGenerator
from keras.models import Model,load_model
import os.path
import itertools
import cv2
from glob import glob
import matplotlib.pyplot as plt
from keras.utils.vis_utils import plot_model
from sklearn.metrics import classification_report, confusion_matrix
import num... | 1,583 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import re
from nltk.corpus import stopwords
from nltk.stem import PorterStemmer
from nltk.stem import WordNetLemmatizer
from sklearn.feature_extraction.text import TfidfVectorizer,CountVectorizer
from sklearn.model_selection import train_test_split
from sklearn.naive_bayes import MultinomialNB
from sklearn.metrics imp... | 568 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import styled from 'styled-components';
import HomeOutlinedIcon from '@material-ui/icons/HomeOutlined';
import MainCategory from './MainCategory';
import { CATEGORYS } from '../../common/data';
interface CategoryProps {
category: string;
subCategory: string;
}
const CategoryContainer = styled.div`
display: flex... | 234 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using FisSst.BlazorMaps.JsInterops.Base;
using Microsoft.JSInterop;
using System.Threading.Tasks;
namespace FisSst.BlazorMaps.JsInterops.Maps
{
internal interface IMapJsInterop : IBaseJsInterop
{
ValueTask<IJSObjectReference> Initialize(MapOptions mapOptions);
}
}
| 73 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河北省泊头市人民法院民 事 裁 定 书(2021)冀0981民初2557号原告:王凤章,男,1968年5月20日出生,汉族,住泊头市。被告:郭莹,女,1985年11月1日出生,汉族,住泊头市。王凤章与郭莹民间借贷纠纷一案,本院于2021年8月13日立案。原告王凤章于2021年8月31日向本院提出撤诉申请。本院认为,原告的申请符合法律规定。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:准许王凤章撤诉。案件受理费150元,由原告负担。审判员 宋喜龙二〇二一年八月三十一日书记员 李 叶 微信公众号“马克数据网” | 304 | cc:Chinese-Court-Decisions |
common_corpus_fr | 2,021 | 52224 Federal Register / Vol. 86, No. 179 / Monday, September 20, 2021 / Notices
Studies, for the Humanities Collections
and Reference Resources grant program,
submitted to the Division of
Preservation and Access.
4. Date: October 14, 2021
This video meeting will discuss
applications on the topics of Musi... | 3,413 | cc:fr |
common_corpus_Github Open Source | 2,021 | #include "srad.h"
extern int grid_rows, grid_cols, size_I, size_R, niter;
extern int r1, r2, c1, c2;
extern float lambda;
extern int nthreads;
#if ND_UPDATE
// iN, iS, jE, jW unused in this version
void mainComp(float J[_SIZE_I_], int iN[_ROWS_], int iS[_ROWS_],
int jE[_COLS_], int jW[_COLS_], float dN[_SIZE_I_]... | 1,171 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import styled from "styled-components";
import NewListingHeader from "./NewListingHeader";
import NewListingBody from "./NewListingBody";
import NewListingField from "./NewListingField";
import NewListingLabel from "./NewListingLabel";
import NewListingBottomNav from "./NewListingBottomNav";
import NewListingButton fr... | 319 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import React from 'react'
import { connect } from 'react-redux'
import { Redirect } from 'react-router-dom'
import propTypes from 'prop-types'
function PrivateRoute(props) {
if (props.auth.isAuthenticated) {
return (
props.children
)
} else {
return (
<Redirect to="/login" />
)
}
}
... | 123 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include <iostream>
#include <ostream>
#include <stdlib.h>
#include <iostream>
#include <eeros/core/RingBuffer.hpp>
using namespace eeros;
using namespace std;
RingBuffer<int, 4> rb;
int i = 0;
int j = 0;
int v;
unsigned int ERROR = 0;
#define PUSH() push(__LINE__)
#define POP() pop(__LINE__)
#define PUSH_FAIL() pu... | 637 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Sorting a python list by frequency of their absolute difference
I have a list like,
lst=[[3,7],[4,9],[8,3],[1,5],[9,4],[4,5],[3,0],[2,7],[1,9]]
And then want to sort this list by the frequency of their absolute difference like below:
|3-7|=4, |4-9|=5, |8-3|=5, |1-5|=4, |9-4|=5, |4-5|=1, |3-0|=3, |2... | 636 | misc_reference |
common_corpus_Github Open Source | 2,021 | using Microsoft.Xrm.Sdk;
using Rappen.XTB.Helpers.Interfaces;
namespace Rappen.XTB.Helpers
{
public class GenericBag : IBag
{
public ILogger Logger { get; }
public IOrganizationService Service { get; }
public GenericBag(IOrganizationService service)
{
Service = se... | 79 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import pandas as pd
import numpy as np
from PIL import Image
import streamlit as st
import streamlit.components.v1 as components
from mip import Model, xsum, minimize, BINARY, maximize
import time
from utils import *
from calendar_api import *
_, IFRAME, _ = load_secrets()
#Web App
service = cal_service_bui... | 868 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { shallow } from 'enzyme';
import * as React from 'react';
import AlertCopy from '../AlertCopy';
const defaultProps = {};
describe('AlertCopy.tsx', () => {
it('should render', () => {
const app = shallow(<AlertCopy {...defaultProps} />);
expect(app).toMatchSnapshot();
});
});
| 70 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河北省邢台市南和区人民法院 执 行 案 件 结 案 通 知 书 (2021)冀0506执保35号 关于河北南和农村商业银行股份有限公司申请魏建勇财产保全一案,本院于2021年3月5日立案执行,并于2021年3月30日按照申请执行的标的和要求解除保全。 特此通知。 二〇二一年三月三十日 搜索“马 克 数 据 网” | 159 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | extends "res://Scripts/Enemy.gd"
signal state_changed
var states_stack = []
var current_state = null
var hide = false
var explosion
const BULLET_VELOCITY = 100
const GRAVITY = 100
onready var states_map = {
'hide': $States/Hide,
'shoot': $States/Shoot,
}
func _ready():
health = 20
states_stack.push_front($St... | 586 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | class Div2 {
public static void main(String args[]){
int i,sum=0;
for(i=200;i<=800;i++){
if(i%2!=0&&i%5==0){
sum = sum + i;
}
}
System.out.println("The sum is: "+sum);
}
}
| 69 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.github.sandin.miniperf.server.monitor;
import com.github.sandin.miniperf.server.bean.TargetApp;
import com.github.sandin.miniperf.server.proto.ProfileNtf;
import com.github.sandin.miniperf.server.proto.ProfileReq;
import java.util.Map;
/**
* Interface of all monitor
* <p>
* T: data type
*/
public int... | 168 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 吉林省辽源市龙山区人民法院民事裁定书(2021)吉0402民初92号原告:孙景峰,男,汉族,1976年4月6日出生,住辽源市。被告:辽源市百纳物业服务有限公司。法定代表人:李文杰,该公司经理。原告孙景峰与被告辽源市百纳物业服务有限公司物业服务合同纠纷一案,本院于2021年1月12日立案。原告孙景峰于2021年1月12日向本院提出撤诉申请。本院认为,现原告孙景峰自愿申请撤回本案起诉,不违反法律规定。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:准许孙景峰撤诉。案件受理费减半收取10.00元,由孙景峰负担。审判员 杨海燕 二○二一年一月十二日书记员 刘春雨 百度搜索“马 克 数 据 网” | 356 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env python
# coding: utf-8
import ctypes
_libc = ctypes.CDLL('libc.so.6', use_errno=True)
clone = _libc.clone
setns = _libc.setns
unshare = _libc.unshare | 53 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | --***********************************************************
--** ROBERT JOHNSON **
--***********************************************************
require "TimedActions/ISBaseTimedAction"
---@class ISUseBellows : ISBaseTimedAction
ISUseBellows = ISBaseTimedAction:derive("ISUseBe... | 398 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # frozen_string_literal: true
module Rails # :nodoc:
module GraphQL # :nodoc:
# = GraphQL Log Subscriber
#
# This is the log tracker that workds the same way as ActiveRecord when it
# has to report on logs that a query was performed.
class LogSubscriber < ::ActiveSupport::LogSubscriber # :nodoc: ... | 377 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // DO NOT EDIT. This file was generated by running `npm run generate`.;
import * as React from 'react';
import { Colors } from '../../essentials';
import { get } from '../../utils/themeGet';
import { IconProps } from '../IconProps';
type Props = IconProps;
const VanIcon: React.FC<Props> = ({ size = 'medium', ...props ... | 434 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | namespace Ancestry.Daisy.Language.Walks
{
using System;
using System.Text;
using Ancestry.Daisy.Language.AST;
public class DaisyAstPrinter : AstTreeWalker<IDaisyAstNode>
{
public DaisyAstPrinter(IDaisyAstNode node) : base(node) { }
private StringBuilder sb = new StringBuilder();
... | 489 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | Investigative genetic genealogy: Current methods, knowledge and practice a Department of Forensic Genetics and Forensic Toxicology, National Board of Forensic Medicine, Link¨oping, Sweden
b Department of Forensic Sciences, Oslo University Hospital, Oslo, Norway
c Forensic Genetics Unit, Institute of Forensic Sciences... | 48,097 | academic |
common_corpus_Chinese-Court-Decisions | 2,021 | 福建省古田县人民法院民 事 判 决 书(2021)闽0922民初1230号原告:钟世崇,男,1974年10月3日出生,畲族,住福建省古田县。委托诉讼代理人:胡丽平(系钟世崇之妻),住福建省古田县。被告:周登城,男,1979年11月9日出生,汉族,原住福建省古田县。被告:余芊,女,184年10月13日出生,汉族,原住福建省古田县。原告钟世崇与被告周登城、余芊买卖合同纠纷一案,本院于2021年4月31日立案后,依法适用简易程序,公开开庭进行了审理。原告钟世崇的委托诉讼代理人胡丽平到庭参加诉讼,被告周登城、余芊谢经本院传票传唤,未到庭参加诉讼。本案现已审理终结。钟世崇向本院提出诉讼请求:判令周登城、余芊偿还货款218000元整及利息(利息... | 2,444 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import router from './router'
import store from './store'
import { Message } from 'element-ui'
import NProgress from 'nprogress' // progress bar
import 'nprogress/nprogress.css' // progress bar style
import { getToken } from '@/utils/storage' // get token from cookie
import { addRoutes, getPageTitle, reWriteMatched } f... | 424 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Typescript MarkNullable helper
Is there a way to create MarkNullable helper to mark some object properties as nullable?
Sandbox
type MarkNullable<T, K extends keyof T> = Omit<T, K> & Pick<T, K> /* how to mark as null? */;
type X = {
a: number,
b: number
}
type Y = MarkNullable<X, 'a'>
const y: Y = {} as any
... | 241 | misc_reference |
common_corpus_Github Open Source | 2,021 | /*
Copyright (C) 2001, 2008 United States Government as represented by
the Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
*/
package gov.nasa.worldwind.applications.gio.csw;
import gov.nasa.worldwind.util.*;
import java.io.*;
import java.net.*;
/**
* @author dcollins
* @ve... | 1,531 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<div
id="app"
class="app"
>
<LoginLight />
<Header />
<transition
name="fade"
mode="out-in"
>
<router-view class="view" />
</transition>
<AppFooter class="app__footer" />
</div>
</template>
<script>
import Header from 'src/components/3.0/Header.vue'
im... | 1,287 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | RESEARCH Open Access Simultaneous heart-kidney transplantation
results in respectable long-term outcome
but a high rate of early kidney graft loss in
high-risk recipients – a European single
center analysis Oliver Beetz1†, Juliane Thies1†, Clara A. Weigle1, Fabio Ius2, Michael Winkler1, Christoph Bara2, Nicolas Richter... | 16,934 | academic |
common_corpus_Github Open Source | 2,021 | /**
* Copyright © 2016-2022 liuhangjun All rights reserved.
*/
package com.channelsharing.hongqu.portal.api.controller.user;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotBlank;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* 用户认证信息... | 421 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市黄浦区人民法院民 事 裁 定 书(2021)沪0101民初8943号原告:兴业银行股份有限公司信用卡中心,住所地上海市浦东新区。负责人:汪宇,总经理。委托诉讼代理人:底梓航,上海市海华永泰律师事务所律师。委托诉讼代理人:纪小丽,上海市海华永泰律师事务所律师。被告:王泽,男,1991年11月30日出生,住哈尔滨市。原告兴业银行股份有限公司信用卡中心与被告王泽信用卡纠纷一案,本院于2021年4月19日立案后,依法进行了审理。原告向本院提出诉讼请求:1.要求被告归还信用卡欠款共计183,554.80元(截止至2021年3月17日,欠款本金143,204.84元,利息16,455.31元,费用23,894.65元);2.诉讼费等本案诉... | 787 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #include "writer/verilog/axi/master_controller.h"
#include "iroha/i_design.h"
#include "writer/verilog/axi/channel_generator.h"
#include "writer/verilog/axi/master_port.h"
#include "writer/verilog/insn_writer.h"
#include "writer/verilog/module.h"
#include "writer/verilog/port.h"
#include "writer/verilog/port_set.h"
#i... | 3,556 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import torch
import torch.nn as nn
from typing import Tuple, Union, List, Dict
import numpy as np
from torch import Tensor as T
# Note: This code is highly inspired by https://github.com/SashaMalysheva/Pytorch-VAE/
# Thank you Sasha Malysheva for a
# And https://arxiv.org/abs/1606.05908
# Taking the same architecture... | 1,882 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.pangzhao.service;
import com.alibaba.dubbo.config.annotation.Reference;
import com.pangzhao.pojo.Permission;
import com.pangzhao.pojo.Role;
import com.pangzhao.pojo.User;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
im... | 296 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | No such configuration property: "schema.compatibility.level" when trying to initialise a kafka producer
I am using confluent-kafka.
My code is
producer = SimpleAvroProducer(producer_id="producer_1",
topic_name="events_topic",
broker_host= brkr_host,
... | 285 | misc_reference |
common_corpus_Github Open Source | 2,021 | # html-to-tag-cloud-kwic.py
import dh
# create sorted dictionary of word-frequency pairs
# url = 'http://www.biographi.ca/EN/ShowBioPrintable.asp?BioId=34298'
url = 'file:///C:/Documents%20and%20Settings/HP_Administrator/Desktop/ProgrammingHistorian/dcb-34298.html'
text = dh.webPageToText(url)
fullwordlist = dh.strip... | 510 | cc:Github Open Source |
common_corpus_arXiv | 2,021 | 11institutetext: University of Bergen (Norway)
# Quarkonia as probes of the QGP and of the initial stages of the heavy-ion
collision with ALICE
Ingrid McKibben Lofnes 11 ingrid.mckibben.lofnes@cern.ch for the ALICE
Collaboration
###### Abstract
Studies of quarkonium production in heavy-ion collisions can be used fo... | 3,072 | cc:arXiv |
common_corpus_StackExchange | 2,021 | WPF ItemsControl can't bind Command
I'm a newbie in wpf and i know that this question has been asked other times, and i tried to implement some solutions that i found. But it's not working. I'm doing something wrong but i can't see what it is.
I've created a new simple application to test this problem.
namespace WpfApp... | 1,433 | misc_reference |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省湘潭市岳塘区人民法院 执 行 结 案 通 知 书 (2021)湘0304执424号 罗彭: 本院立案执行的被执行人罗彭罚金执行一案,现已全部执行完毕。依照《最高人民法院》第64条之规定,本案执行结案。 二〇二一年二月二十四日 《最高人民法院关于人民法院执行工作若干问题的规定(试行)》(法释[1998]15号,法释[2020]21号修改) 64.执行结案的方式为: (1)执行完毕; (2)终结本次执行程序; (3)终结执行; (4)销案; (5)不予执行; (6)驳回申请。 来自马克数据网 | 239 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace CosmosDbPlugin
{
public class ProductCosmosDbDocument
{
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
[JsonProperty(PropertyName = "name")]
public string Nam... | 134 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
/**
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1.1
* @filesource
* @package TreeDatabaseTiein
* @subpackage Tests
*/
/**
* @package TreeDatabaseTiein
* @subpackage Tests
*/
class ezcTreeXmlWithDbStorageT... | 1,158 | cc:Github Open Source |
common_corpus_RusLawOD | 2,021 | ПРАВИТЕЛЬСТВО РОССИЙСКОЙ ФЕДЕРАЦИИ
ПОСТАНОВЛЕНИЕ
от 22 июля 2021 г. № 1244
МОСКВА
О внесении изменения в пункт 3 постановления Правительства Российской Федерации от 30 сентября 2004 г. № 506
Правительство Российской Федерации постановляет:
1. Пункт 3 постановления Правительства Российской Федерации <ref nd="1... | 588 | cc:RusLawOD |
common_corpus_Github Open Source | 2,021 | package handlers
import (
"github.com/companieshouse/chs-delta-api/config"
"github.com/companieshouse/chs-delta-api/services/mocks"
"github.com/companieshouse/chs-delta-api/validation"
"github.com/golang/mock/gomock"
"github.com/gorilla/mux"
"net/http"
"net/http/httptest"
"testing"
. "github.com/smartystreet... | 406 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | As illustrated by block 363, if the identifier is sufficient to provide authorization to access the requested functionality, the security authorization module grants the access, and generates (or updates) an event record including information about the access request, the identifier, and the access grant, as illustrate... | 5,100 | formal_gov |
common_corpus_Github Open Source | 2,021 | # -*- python -*-
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
# This program 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; either version 3 of the License, or
# (at your option) any later versio... | 685 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | Name: "EquipmentDataBase"
RootId: 10290991004788830437
Objects {
Id: 9610868267454573101
Name: "Cosmetics"
Transform {
Location {
}
Rotation {
}
Scale {
X: 1
Y: 1
Z: 1
}
}
ParentId: 10290991004788830437
Collidable_v2 {
Value: "mc:ecollisionsetting:inheritfrompar... | 1,534 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖北省武汉市中级人民法院民 事 判 决 书(2021)鄂01民终2082号上诉人(原审被告):武汉润德投资有限公司,住所地:武汉市洪山区珞喻路**。法定代表人:阮继友,该公司经理。委托诉讼代理人:刘红华,该公司工作人员。被上诉人(原审原告):叶惠珍,女,1955年11月10日出生,汉族,住武汉市武昌区。原审第三人:武汉欧亚达卓刀泉文化发展有限公司,住,住所地:武汉市洪山区珞喻路**卓刀泉汉唐艺术文化村主楼第****/div>法定代表人:徐建昌,该公司董事长。委托诉讼代理人:沈声强,该公司工作人员。委托诉讼代理人:王彩霞,该公司工作人员。上诉人武汉润德投资有限公司(以下简称润德公司)因与被上诉人叶惠珍,原审第三人武汉欧亚达卓刀泉文化发... | 4,946 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #
# Copyright (c) 2021 the Hugging Face team.
#
# 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 agree... | 782 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | Türkiye Sosyal Bilimler Sempozyumu - 2021
Bildiri Özetleri Kitabı
Turkish Symposium of Social Sciences – 2021
The Book of Abstracts
Editör
Dr. Abdullah Demir
Elektronik Kitap
2021
Oku Okut Yayınları Elektronik Kitap
2021 Oku Okut Yayınları Kitap Adı | Book Title: Türkiye Sosyal ... | 101,426 | academic |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSGV1
{
public partial class CSG
{
public List<CSGPolygon> polygons { get; set; } = new List<CSGPolygon>();
public static CSG fromPolygons(List<CSGPolygon> polygons)
... | 1,376 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省正阳县人民法院执 行 裁 定 书(2021)豫1724执1377号申请执行人:汤传海,男,1990年02月19出生,汉族,住河南省驻马店市正阳县。被执行人:贾劝劝,男,1990年12月29出生,汉族,住安徽省宿州市埇桥区。关于申请人汤传海申请执行被执行人贾劝劝借款合同纠纷一案,正阳县人民法院作出的(2021)豫1724民初980号民事判决书已发生法律效力。因被执行人未按上述生效法律文书履行义务,申请执行人汤传海向本院提出执行申请,本院于2021年7月1日依法立案受理。在执行过程中,本院采取了以下执行措施:在本案执行过程中,本院依法采取了下列措施:一、2021年7月4日,向被执行人发出执行通知书、报告财产令,责令其限期履行生效法... | 1,142 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import axios, { AxiosPromise } from "axios";
export class APIClient {
public static request<T>(
path: string,
body: any = null,
method:
| "get"
| "post"
| "put"
| "delete"
| "options"
| "patch"
| undefined = "get",
config = {}
): AxiosPromise<T> {
retur... | 267 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | In this embodiment, the conical dimples may have saucer ratios (SR) as discussed above, for example, ranging from about 0.05 to about 0.75. However, the edge angles (EA) of the conical dimples in this embodiment are related to the saucer ratios (SR) as defined by the ranges shown in FIG. 15B. FIG. 15B illustrates that ... | 9,563 | formal_gov |
common_corpus_Github Open Source | 2,021 | package Bio::EnsEMBL::Funcgen::RunnableDB::PeakCalling::SplitFastq;
use strict;
use base 'Bio::EnsEMBL::Hive::Process';
use Data::Dumper;
use Bio::EnsEMBL::Funcgen::Utils::Fastq::Processor;
use Bio::EnsEMBL::Funcgen::Utils::Fastq::Parser;
use Bio::EnsEMBL::Funcgen::PeakCallingPlan::Constants qw ( :all );
use constan... | 2,251 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省阜南县人民法院 民 事 裁 定 书 (2021)皖1225民初2160号 原告:刘洪超,男,1980年11月5日出生,汉族,住江苏省常熟市。 委托诉讼代理人:刘玉保,男,1952年5月16日出生,汉族,住安徽省阜南县。 被告:郭婷婷,女,1982年8月26日出生,汉族,住安徽省阜南县。 委托诉讼代理人:张雨秋,阜南县鹿城镇法律服务所法律服务工作者。 原告刘洪超与被告郭婷婷民间借贷纠纷一案,本院于2021年3月3日立案。原告刘洪超于2021年3月23日向本院提出撤诉申请。 本院认为,原告申请撤回起诉,符合法律规定,应予以准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下: 准许原告刘洪超撤诉。 案件受理费减... | 481 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | <?php
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Storage;
use Illuminate\Http\Request;
use App\Models\Post;
use App\Models\User;
/*
|--------------------------------------------------------------------------
| Web Routes
|---------------------------------------------------------------------... | 333 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package maryk.core.properties.definitions
import maryk.core.exceptions.ContextNotFoundException
import maryk.core.exceptions.DefNotFoundException
import maryk.core.extensions.bytes.writeBytes
import maryk.core.models.AbstractObjectDataModel
import maryk.core.models.ContextualDataModel
import maryk.core.models.SimpleOb... | 2,478 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 新疆维吾尔自治区高级人民法院伊犁哈萨克自治州分院 民 事 判 决 书 (2021)新40民终654号 上诉人(原审被告):伊犁广进物业服务有限公司,住所地新疆维吾尔自治区伊犁哈萨克自治州伊宁市天山后街1巷33号天山丽锦住宅小区2号楼1层116号。 法定代表人:祁军,该公司总经理。 委托诉讼代理人:王蕊,新疆长信合律师事务所律师。 上诉人(原审被告):伊犁广进房地产开发有限公司,住所地新疆维吾尔自治区伊犁哈萨克自治州伊宁市新华西路88号州财政局老干活动中心三楼。 法定代表人:祁家锋,该公司董事长。 委托诉讼代理人:谭峰,新疆长信合律师事务所律师。 被上诉人(原审原告):阿某,女,1971年4月6日生,维吾尔族,住新疆维吾尔自治区伊犁哈... | 6,176 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // Copyright 2021 UINB Technologies Pte. Ltd.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ag... | 2,877 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using Liberfy.Services.Common;
using Liberfy.Services.Mastodon.Accessors;
using Liberfy.ViewModels;
using SocialApis;
using SocialApis.Mastodon;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Liberfy.Services.Mastodon
{
// TODO: Gatewa... | 260 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace Resta\Authenticate\Driver\Eloquent;
use Resta\Authenticate\AuthenticateProvider;
use Resta\Authenticate\Driver\BuilderContract;
use Resta\Authenticate\Resource\AuthUserManager;
use Resta\Authenticate\Driver\BuilderParamGenerator;
class UserBuilder extends UserBuilderHelper implements BuilderContract
... | 839 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using Abp.Modules;
using Abp.Reflection.Extensions;
namespace Afonsoft.Portal
{
public class PortalCoreSharedModule : AbpModule
{
public override void Initialize()
{
IocManager.RegisterAssemblyByConvention(typeof(PortalCoreSharedModule).GetAssembly());
}
}
} | 64 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Linq;
using Windows.Foundation;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Microsoft.Toolkit.Uwp.UI.Animations.Expressions;
using System.ComponentModel;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Threading.Ta... | 3,399 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.testing.springcloud.common.servicio;
import com.testing.springcloud.common.dto.Modelo;
import com.testing.springcloud.common.filtro.FiltroBase;
import java.util.stream.Stream;
/**
* @author Pedro Lopez
*/
public interface ServicioBaseFiltro<ID, MODELO extends Modelo<ID>, FILTRO extends FiltroBase> {
... | 181 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright 2019 Drone.IO Inc. All rights reserved.
// Use of this source code is governed by the Drone Non-Commercial License
// that can be found in the LICENSE file.
// +build !oss
package session
import (
"database/sql"
"net/http"
"net/http/httptest"
"regexp"
"testing"
"time"
"github.com/drone/drone/cor... | 1,715 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 天津市蓟州区人民法院民 事 判 决 书(2020)津0119民初6697号原告(反诉被告):何明,男,1981年3月26日出生,汉族,住黑龙江省桦南县。委托诉讼代理人:李秀云,天津云诺律师事务所律师。被告(反诉原告):贾真璞,女,1954年6月18日出生,汉族,住天津市蓟州区。委托诉讼代理人:耿丽,天津仁合律师事务所律师。委托诉讼代理人:王嘉宁,天津法商律师事务所律师。原告(反诉被告)何明与被告(反诉原告)贾真璞房屋租赁合同纠纷一案,本院于2020年8月20日立案后,依法适用普通程序,公开开庭进行了审理。原告何明及其委托诉讼代理人李秀云,被告委托诉讼代理人耿丽、王嘉宁到庭参加诉讼。本案现已审理终结。何明向本院提出诉讼请求:1.要求确... | 4,219 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | # -*- coding: utf8 -*-
# Copyright ©2020-2021 The American University in Cairo and the Cloud V Project.
#
# This file is part of the DFFRAM Memory Compiler.
# See https://github.com/Cloud-V/DFFRAM for further info.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in... | 3,746 | cc:Github Open Source |