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 | import React from "react"
import Layout from "../components/Layout"
import Banner from "../components/Banner"
import About from "../components/Home/About"
import Services from "../components/Home/Services"
import StyledHero from "../components/StyledHero"
import { graphql } from "gatsby"
import { Link } from "gatsby"
i... | 243 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省长沙县人民法院执 行 裁 定 书(2021)湘0121执152号之一申请执行人陈昱,男,1987年8月18日出生,汉族,住湖南省长沙县。代理人佘余熠熠,湖南星沙律师事务所律师。被执行人陈静,女,1987年4月29日出生,汉族,住湖南省长沙县。被执行人王胜,男,1980年8月13日出生,汉族,户籍所在地:湖南省浏阳市。申请执行人与两被执行人民间借贷纠纷一案,本院作出的(2020)湘0121民初7911号民事判决书已经发生法律效力。因两被执行人未能按期履行生效法律文书确定的义务,申请执行人于2021年1月6日向本院提出执行申请,本院于同日立案执行。本院于2021年1月8日向两被执行人发出了执行通知书及报告财产令,于2021年1月7... | 1,288 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | extern crate regex;
use regex::Regex;
fn main() {
let re = Regex::new("picture").unwrap();
let quote = "Every face, every shop, bedroom window, public-house, and
dark square is a picture feverishly turned--in search of what?
It is the same with books. What do we seek through millions of pages?";
for line ... | 107 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 贵州省兴义市人民法院民 事 裁 定 书(2020)黔2301民初11005号原告:陈泽金,男,1986年3月25日生,贵州省兴义市人,住贵州省兴义市。委托诉讼代理人:李律,系兴义市桔山街道法律服务所法律工作者。被告:聂招阳,男,1988年10月10日生,贵州省兴义市人,住贵州省兴义市。委托诉讼代理人:赵福兴、杨平臻(实习),系贵州森创律师事务所律师。本院在审理原告陈泽金诉被告聂招阳民间借贷纠纷一案中,原告陈泽金于2021年1月26日向本院提出撤诉申请。本院认为,原告陈泽金以“需重新组织证据材料”为由向本院申请撤诉,是其在法律规定的范围内对自己民事权利所作的处分,符合法律规定的撤诉条件。据此,依照《中华人民共和国民事诉讼法》第一百四十... | 531 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import { Query } from "../utils"
export const QueryCommand: commandTypes = {
hearConditions: /^(?:query)\s(.*)\s?(.*)?$/i,
handler: async ctx => {
try {
const result = await Query.handler({ address: ctx.$match[1], port: +ctx.$match[2] || 19132 })
ctx.editDelete(`
IP: ${result.ip}:${result.por... | 217 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named
part of 'upload_stats_notifier.dart';
// **********************************************... | 3,392 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /**
* Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.component.tool;
import java.io.File;
import com.opengamma.scripts.Scriptable;
import com.opengamma.util.db.tool.DbToolContext;
import com.opengamma.util.db.t... | 262 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Nova Scotia
For other uses, see Nova Scotia (disambiguation).
Nova Scotia
Flag
Coat of arms
Motto: Munit Haec et Altera Vincit
(Latin: One defends and the other conquers)
Confederation July 1, 1867 (1st, with ON, QC, NB)
Capital Halifax
Largest metro Halifax
Government
Type Constitutional monarchy
Lieutenant Go... | 11,506 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | package dev.patika.schoolmanagementsystem.repository;
import dev.patika.schoolmanagementsystem.entity.Student;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public i... | 136 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | from __future__ import absolute_import
from abc import ABCMeta, abstractmethod
import six
class Propagator(six.with_metaclass(ABCMeta, object)):
@abstractmethod
def inject(self, span_context, carrier):
pass
@abstractmethod
def extract(self, carrier):
pass
| 68 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
// 公共函数库
/**
* 密码加密方式.
*/
if (! function_exists('makePassword')) {
function makePassword($str): string
{
return md5(md5($str));
}
}
/**
* @param $key
* @return mixed
* 获取http头信息
*/
if (! function_exists('getHttpHeader')) {
function getHttpHeader($key)
{
$key = 'HTTP_' ... | 639 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | const classX = 'x'
const classO = 'circle'
const combinacaoVencedor = [
[0, 1, 2],
[3, 4, 5],
[6, 7, 8],
[0, 3, 6],
[1, 4, 7],
[2, 5, 8],
[0, 4, 8],
[2, 4, 6]
]
const celulaElements = document.querySelectorAll('[data-celula]')
const borda = document.getElementById('borda')
const winningMessageElement = document... | 564 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 浙江省绍兴市越城区人民法院民 事 裁 定 书(2021)浙0602民初1877号原告:长春金赛药业有限责任公司,住所地吉林省长春市高新技术产业开发区越达路1718号。法定代表人:马骥。委托诉讼代理人:张涛,吉林起兮律师事务所执业律师。被告:绍兴越城章伟诊所,住所地浙江省绍兴市越城区白马畈社区委员会旁。经营者:章伟。原告长春金赛药业有限责任公司与被告绍兴越城章伟诊所买卖合同纠纷一案,本院于2021年2月9日立案。原告于2021年3月10日向本院提出撤回起诉的申请。本院认为,原告提出的撤诉申请,系其真实意思表示,符合法律规定,可予准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款、第一百五十四条第一款第五项之规定,裁定如下:准许... | 501 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | # frozen_string_literal: true
require 'ffi'
require_relative '../../ext/ffi_library_function_checks'
module FFI
module OGR
module Geocoding
extend ::FFI::Library
ffi_lib [::FFI::CURRENT_PROCESS, ::FFI::GDAL.gdal_library_path]
#------------------------------------------------------------------... | 275 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* citygson - A Gson based library for parsing and serializing CityJSON
* https://github.com/citygml4j/citygson
*
* citygson is part of the citygml4j project
*
* Copyright 2018-2019 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this ... | 1,129 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | var Mpeg1Muxer, child_process, events, util
child_process = require('child_process');
util = require('util')
events = require('events')
const fs = require('fs');
Mpeg1Muxer = function(options) {
var key
this.url = options.url
this.ffmpegOptions = options.ffmpegOptions
this.exitCode = undefined
this.addit... | 452 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # - Find Snappy
# Find the snappy compression library and includes
#
# snappy_INCLUDE_DIRS - where to find snappy.h, etc.
# snappy_LIBRARIES - List of libraries when using snappy.
# snappy_FOUND - True if snappy found.
find_path(snappy_INCLUDE_DIRS
NAMES snappy.h
HINTS ${snappy_ROOT_DIR}/include)
find_library(sna... | 217 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import * as React from "react"
import Navbar from "../Navbar/Navbar"
import Footer from "../Footer/Footer"
import "@fontsource/berkshire-swash"
import "@fontsource/jost/500.css"
import "@fontsource/cabin"
import "./Layout.module.css"
const Layout = ({ children }) => {
return (
<>
<Navbar />
{children... | 91 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import discord
import base64
import os
current_path = os.path.dirname(os.path.realpath(__file__))
import random
import string
import asyncio
import smtplib
import datetime
import sys
from time import sleep
from discord.ext import commands
from email.mime.text import MIMEText
from email.header import Header
from coloram... | 2,804 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 执 行 通 知 书 抚顺市乾峰房产物业管理有限公司: 本院(2020)辽0411民初2361号民事判决书已发生法律效力。依照《中华人民共和国民事诉讼法》第二百四十条、第二百五十三条、《最高人民法院关于人民法院执行工作若干问题的规定(试行)》第24条的规定,责令你(单位)自本通知书送达之日起五日内履行上述法律文书以你(单位)所确定的义务,逾期不履行,予以强制执行。 抚顺市顺城区人民法院 来源:马 克 数 据 网 | 220 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 四川省珙县人民法院 民 事 判 决 书 (2020)川1526民初1727号 原告:蒋国华,男,汉族,1952年12月11日出生,住四川省珙县。 被告:杨文秀,女,汉族,1968年11月12日出生,住四川省珙县。 原告蒋国华与被告杨文秀民间借贷纠纷一案,本院于2020年11月20日立案后,依法适用简易程序,公开开庭进行了审理。原、被告到庭参加诉讼。本案现已审理终结。 原告蒋国华向本院提出的诉讼请求:判决杨文秀偿还原告借款本金330000元及利息180900元。事实和理由:被告因做网络生意,分别于2015年11月3日、2016年4月13日、2017年5月20日三次共向原告借款330000元。其中2015年11月3日的借款50000元,... | 3,414 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 宁夏回族自治区石嘴山市惠农区人民法院民事裁定书(2021)宁0205民初1591号原告:孙某,住石嘴山市。        被告:陈某,住石嘴山市。        原告孙某与被告陈某民间借贷纠纷一案中,本院于2021年5月26日立案受理后,依法适用简易程序公开进行审理,原告孙某于2021年7月5日向本院提出撤回对被告陈某的起诉。        本院认为,当事人有权在法律规定的范围内处分自己的民事权利和诉讼权利。现原告孙某申请撤诉符合有关法律规定,应予准许。依照《中华人民共和国民事诉讼法》第一百四十五条之规定,裁定如下... | 499 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | # coding: utf-8
"""
Ed-Fi Operational Data Store API
The Ed-Fi ODS / API enables applications to read and write education data stored in an Ed-Fi ODS through a secure REST interface. *** > *Note: Consumers of ODS / API information should sanitize all data for display and storage. The ODS / API provides reas... | 2,928 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using Moq;
using NUnit.Framework;
using PoESkillTree.Engine.Computation.Common;
namespace PoESkillTree.Engine.Computation.Core.Nodes
{
[TestFixture]
public class BaseValueTest
{
[Test]
public void SutIsValue()
{
var sut = CreateSut();
Assert.IsInstanceOf<IV... | 278 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 江苏省泗阳县人民法院民 事 判 决 书(2020)苏1323民初4218号原告:江苏奥立比亚纺织有限公司,住所地江苏省泗阳县经济开发区未来路西侧。法定代表人:潘润华,该公司董事长。委托诉讼代理人:邢海芳,女,该公司员工。委托诉讼代理人:许强风,江苏八面锋律师事务所律师。被告:南通宜兰家用纺织品有限公司,住所地江苏省南通市通州区姜镇三圩埭村一组。法定代表人:季学兰,该公司总经理。被告:朱健,男,1990年12月18日出生,住江苏省南通市通州区。以上二被告共同委托诉讼代理人:徐炳达,北京炜衡(上海)律师事务所律师。以上二被告共同委托诉讼代理人:徐天圣,北京炜衡(上海)律师事务所律师。原告江苏奥立比亚纺织有限公司(以下简称澳立比亚公司)与... | 11,494 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 沈阳市沈河区人民法院刑 事 判 决 书(2021)辽0103刑初343号公诉机关沈阳市沈河区人民检察院。被告人任国,男,1974年8月2日出生于辽宁省抚顺市,汉族,文盲,无固定职业,住辽宁省抚顺市新抚区。曾于1994年因扒窃被劳动教养三年;于1996年因犯扒窃被劳动教养三年;于2003年因出售淫秽物品被劳动教养二年;于2004年因扒窃被劳动教养三年;于2008年因扒窃被劳动教养二年;于1990年5月因盗窃罪被判处有期徒刑五年;于2002年8月因盗窃罪被判处有期徒刑六个月;于2007年因盗窃罪被判处有期徒刑一年六个月;于2011年1月因盗窃罪被判决有期徒刑一年;于2012年3月因盗窃罪被判决有期徒刑六个月;于2012年12月因盗窃罪被... | 3,239 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | <!DOCTYPE html>
<html lang="en">
<head>
<%- include('../partials/head.ejs'); %>
<title>Banco</title>
</head>
<body>
<header>
<%- include('../partials/headerAdmin.ejs'); %>
</header>
<main>
<div class="container">
<div class="row">
<div class="col">
... | 982 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package wotreplay
import (
"encoding/json"
"fmt"
)
// BattleResults is block data about "Battle Result"
type BattleResults struct {
Results battleResults
Vehicles map[vehicleID]vehicle
Data map[vehicleID]struct {
Flags int `json:"flags"`
}
}
type battleResults struct {
ArenaUniqueID int64 `json:"arenaU... | 4,087 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How to return "omit" from Ansible Jinja filter
I have created a filter that at first could return the Python None object / value. The idea was then to use default(omit) with this filter. For example
- name: Execute script
command: "{{ item }}"
with_items: "{{ some_list }}"
notify: "{{ item|my_filter|default(omit... | 386 | misc_reference |
common_corpus_StackExchange | 2,021 | How do I set a header when overriding the SessionsController#create action of Devise controllers?
I wrote a small method to generate a JWT and save it on the user model. I'm now trying to override the SessionsController#create method to send back the token on successful login. This is how I'm attempting to do it:
#... | 554 | misc_reference |
common_corpus_Github Open Source | 2,021 | package org.rewedigital.katana
import org.amshove.kluent.shouldBeEqualTo
import org.rewedigital.katana.dsl.factory
import org.spekframework.spek2.Spek
import org.spekframework.spek2.style.specification.describe
object ComponentBuilderTests : Spek(
{
describe("Component Builder") {
it("should ... | 372 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using ArduinoConnect.DataAccess.Converters;
using ArduinoConnect.DataAccess.DataAccess;
using ArduinoConnect.DataAccess.Models;
using Dapper;
using System.Collections.Generic;
namespace ArduinoConnect.DataAccess.BusinessLogic
{
public class ReceiverProcessor
{
private readonly ISqlDataAccess _dataAcce... | 192 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 重庆市北碚区人民法院执 行 裁 定 书(2021)渝0109执1103号之二申请执行人:重庆度小满小额贷款有限公司,住所地重庆市北碚区水土高新技术产业园云汉大道5号附84号,统一社会信用代码91500000MA5U35GY3B。法定代表人:崔聿泓,该公司董事长。被执行人:沈晓峰,男,汉族,1982年3月3日出生,住江苏省无锡市滨湖区。关于重庆度小满小额贷款有限公司申请执行沈晓峰借款合同纠纷一案中,本院作出的(2020)渝0109民初6543号民事判决书已经发生法律效力。因被执行人未按规定的期限履行该法律文书确定的义务,申请执行人于2021年02月08日向本院申请执行,本院依法受理,申请执行标的为121292.64元,并承担执行费等。... | 719 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | "use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b)... | 4,406 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package org.shoulder.ext.config.usecase;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.Range;
import org.shoulder.core.exception.CommonErrorCodeEnum;
import org.shoulder.core.log.LoggerFactory;
import org.shoulder.core.util.AssertUtils;
import org.shoulder.core.util.Stri... | 2,269 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Security;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using E.Deezer;
using E.ExploreDeezer.Core.Mvvm;
using E.ExploreDeezer.Core.OAuth;
namespace E.ExploreDeezer.Core.MyDeezer
{
public delegate void OnAuthenticationStatusC... | 699 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /* MetaInfo - Holds all information gotten from a torrent file.
Copyright (C) 2003 Mark J. Wielaard
This file is part of Snark.
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; eith... | 5,587 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 |
#include <stdio.h>
#include <locale.h>
#include <ctype.h>
main() {
float num1, num2;
char operador;
setlocale(LC_ALL,"Portuguese");
printf("Digite o operador (+ - * /): ");
scanf("%c",&operador);
printf("Digite o primeiro valor: ");
scanf("%f",&num1);
printf("Digite o segundo valor: ");
scanf("%f",&num2);
... | 209 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { ItemType } from "../models/item-type";
import {
Chargen,
ChargenOption,
ChargenOptionType,
Choice,
ChoiceType,
FixedValueChoice,
SelectOneOfChoice,
} from "../models/items/chargen";
import { ATTRIBUTES } from "../models/actors/attributes";
import { DERIVED_ATTRIBUTES } from "../models/actors/deri... | 1,981 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Directive, Input, ChangeDetectorRef, } from '@angular/core';
import { Observable, Subject, fromEvent, timer, combineLatest, } from 'rxjs';
import { map } from 'rxjs/operators';
import { VgApiService } from '../../services/vg-api/vg-api.service';
import { VgStates } from '../../services/states/vg-states.service... | 3,411 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace DerSpiegel\WoodWingAssetsClient\Request;
/**
* Class Response
* @package DerSpiegel\WoodWingAssetsClient\Request
*/
abstract class Response
{
abstract public function fromJson(array $json): self;
}
| 53 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | namespace WebPlex.Core.Domain.Entities.Workflow {
using System;
using WebPlex.Core.Builders;
using WebPlex.Core.Extensions;
public class EmailAccountEntity : EntityBase {
public virtual string Email { get; set; }
public virtual Constant InternalKey { get; set; }
public virtual string Name { get; set; }
p... | 273 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
/**
* Part of Windwalker Packages project.
*
* @copyright Copyright (C) 2021 __ORGANIZATION__.
* @license __LICENSE__
*/
declare(strict_types=1);
namespace Windwalker\ORM\Relation\Strategy;
use ReflectionException;
use Windwalker\Data\Collection;
use Windwalker\ORM\Exception\RelationRejectException;
... | 917 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <script src="<?php echo base_url(); ?>../asstes/vendor/jquery/dist/jquery.js"></script>
<script>
$(document).ready(function() {
$("#ModalEmpresa").appendTo('body');
$("#ModalAtributos").appendTo('body');
$(".listar_atributos").click(function() {
$(".dataPlantilla").empty();
... | 5,390 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省沅江市人民法院 执 行 案 件 结 案 通 知 书 (2021)湘0981执92号 黄伏华、沅江市创新物业管理有限公司: 本院执行的沅江市创新物业管理有限公司申请执行黄伏华物业服务合同纠纷一案,经本院强制执行被执行人黄伏华,执行金额2056元,申请执行人已支取2056元。根据最高人民法院《关于执行案件立案、结案问题的意见》第十五条之规定,该案按强制执行完毕方式结案。 二〇二一年一月三十日 来源:马 克 数 据 网 | 211 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package typingsSlinky.fhir.fhir
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
/**
* A set of images produced in single study (one or more series of references images)
*/
... | 2,464 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.bethel.mycoolwallet.helper.parser;
import android.text.TextUtils;
import androidx.core.util.Preconditions;
import com.bethel.mycoolwallet.R;
import com.bethel.mycoolwallet.data.payment.PaymentData;
import com.bethel.mycoolwallet.data.payment.PaymentUtil;
import com.bethel.mycoolwallet.utils.Constants;
im... | 1,558 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | try{FOIMachine = FOIMachine;}catch(err){FOIMachine = {};}
FOIMachine.events = FOIMachine.events !== undefined ? FOIMachine.events : _.extend({}, Backbone.Events);
FOIMachine.templates = FOIMachine.templates !== undefined ? FOIMachine.templates : {};
FOIMachine.templates.userTemplate = ''+
'<div class="userName">'+
... | 3,116 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省威海经济技术开发区人民法院 执 行 裁 定 书 (2021)鲁1092执638号之一 申请执行人:胡某 被执行人:雷某 上述当事人之间劳务合同纠纷一案,本院作出的(2020)鲁1092民初527号民事调解书发生法律效力后,被执行人未履行,申请执行人向本院申请执行,本院于2021年4月1日立案执行。申请执行人申请执行标的额为11951元及利息等,执行费79元。 本院在执行过程中: 1、依法向被执行人邮寄送达了执行通知书、报告财产令等材料,被执行人未按期履行; 2、依法查封了登记在被执行人雷某不动产,但本案系轮候查封且不符合优先处置的情形,故不具备执行条件; 3、通过线上、线下未查到被执行人名下有可供执行的不动产、车辆、银行存款等... | 693 | cc:Chinese-Court-Decisions |
common_corpus_Eurlex | 2,021 | 13448/1/18 REV 1 ESS/mhz/cw
JAI.1 DE
Rat der
Europäischen Union
Brüssel
,
den
26.
Oktober
2021
(OR.
en
)
13448/1
/
18
REV 1
VISA 281
COLAC 87
Interinstitutionelles Dossier:
2018/0084 (NLE)
GESETZGEBUNGSAKTE UND ANDERE RECHTSINSTRUMENTE
Betr.:
BESCHLUSS DES RATES über d
en Abschl... | 1,402 | cc:Eurlex |
common_corpus_USPTO | 2,021 | In some embodiments, the segmentation of the thoracic contour image to obtain the left thoracic contour image and the right thoracic contour image may be represented as the following equation:
$\begin{matrix} {{{IM}_{l}\left( {i,j} \right)} = \left\{ {\begin{matrix} {{{IM}_{st}\left( {i,j} \right)},} & {{{if}\mspac... | 11,226 | formal_gov |
common_corpus_Github Open Source | 2,021 | #!/bin/bash
set -e
case "$1" in
--benchmarks)
shift
echo $@ | tr ' ' '\n' > $HIBENCH_HOME/conf/benchmarks.lst
echo "Running benchmarks:"
cat $HIBENCH_HOME/conf/benchmarks.lst
$HIBENCH_HOME/bin/run-all.sh
;;
*)
exec "$@"
;;
esac
hdfs dfs -mkdir -p hdfs:///user/root/
report=$HIBENCH_HO... | 189 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | % file: mgbeam.pl, implementing Stabler (2012) Appendix B
%%%%% BEGIN: ES add these things for the old SWI Prolog
%:- [library(heaps)].
:- [heaps].
atomic_list_concat([],'').
atomic_list_concat([E],E) :- !.
atomic_list_concat([E,F|L],S) :- !, atomic_list_concat([F|L],S0), atom_concat(E,S0,S).
atomic_list_concat([],_... | 2,049 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env python3
# -*- coding: UTF-8 -*-
import pytest
from hypothesis import given # type: ignore
from hypothesis.strategies import floats # type: ignore
from sensibility.utils import clamp
def test_clamp_nan() -> None:
"""
Clamp should raise when given NaN.
"""
from math import nan
wit... | 121 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package typingsSlinky.sequelize.mod
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
@js.native
trait literal extends StObject {
var `val`: js.Any = js.native
}
object lite... | 172 | cc:Github Open Source |
common_corpus_UK Hansard – House of Commons | 2,021 | My hon. Friend is right that we must work with householders and businesses on a longer-term basis so that we can deliver the net zero ambitions we set ourselves by 2050. As the Minister for Business, Energy and Corporate Responsibility has highlighted a number of times, we are trying to drive down the cost of technolog... | 102 | cc:UK Hansard – House of Commons |
common_corpus_Chinese-Court-Decisions | 2,021 | 江苏省宿迁市宿豫区人民法院民 事 判 决 书(2021)苏1311民初1240号原告:蔡李军,男,1973年1月1日出生,居民,住江苏省宿迁市宿城区,联系。被告:董良春,男,1979年1月2日出生,居民,住江苏省宿迁市宿城区,联系电话。原告蔡李军与被告董良春民间借贷纠纷一案,本院于2021年3月2日立案受理后,依法适用小额诉讼程序于2021年3月11日公开开庭进行了审理。原告蔡李军到庭参加诉讼,被告董良春经本院合法传唤无正当理由拒不到庭参加诉讼,本案依法缺席审理,本案现已审理终结。原告蔡李军向本院提出诉讼请求:1.被告给付原告借款20000元;2.被告承担本案诉讼费。被告董良春未到庭应诉,亦未提交答辩状。本院经审理查明:2019年2... | 936 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/python
"""
okada
============================
python module for getting Okada maps.
Okada model is a mapping from several fault parameters
to a surface deformation.
See Okada 1985, or Okada 1992, Bull. Seism. Soc. Am.
some routines adapted from fortran routines written by
Xiaoming W... | 3,515 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package May2021Leetcode;
public class _0815BusRoutes {
public static void main(String[] args) {
System.out.println(numBusesToDestination(new int[][] { new int[] { 1, 2, 7 }, new int[] { 3, 6, 7 } }, 1, 6));
}
public static int numBusesToDestination(int[][] routes, int S, int T) {
}
}
| 94 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import {bearer} from '../src'
import {Response} from 'node-fetch'
import {sandbox} from './sandbox'
import 'should'
import 'should-sinon'
describe('Bearer token middleware', () => {
let next, provider = async () => 'foo', middleware = bearer({provider})
beforeEach(() => next = sandbox.stub().resolves(new Response... | 156 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 建昌县人民法院应 诉 通 知 书(2021)辽1422民初230号建昌县某某猛矿有限责任公司:本院已受理丛某雷诉建昌县某某猛矿有限责任公司劳务合同纠纷纠纷一案,现发送起诉状副本一份,并将有关事项通知如下:一、当事人在诉讼过程中,有权行使《中华人民共和国民事诉讼法》第四十九条、第五十条、第五十一条、等规定的诉讼权利,同时必须遵守诉讼秩序,履行诉讼义务。二、你方应当在收到起诉状之日起十五日(涉外案件为三十日)内向本院提交答辩状一式两份。三、法人或者其他组织参加诉讼的,应当提交法人或者其他组织资格证明以及法定代表人身份证明书或者负责人身份证明书。自然人参加诉讼的,应当提交身份证明。四、需要委托代理人代为诉讼的,应当提交由委托人签名或者盖章... | 481 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package binchunk
import (
"encoding/binary"
"math"
)
type writer struct {
data []byte
}
func (self *writer) writeByte(bytes byte) {
self.data = append(self.data, bytes)
}
func (self *writer) writeString(s string) {
self.writeBytes([]byte(s))
}
func (self *writer) writeBytes(bytes []byte) {
self.data = append... | 1,031 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { pipe } from 'fp-ts/function';
import { groupEvaluatedArticle } from '../../src/domain-events';
import { collapseCloseEvents } from '../../src/sciety-feed-page/collapse-close-events';
import { arbitraryDoi } from '../types/doi.helper';
import { arbitraryGroupId } from '../types/group-id.helper';
import { arbitr... | 1,153 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省温县人民法院执 行 裁 定 书(2021)豫0825执1406号申请执行人:郝素芹,女,1969年6月4日出生,汉族,住温县。被执行人:李龙飞,男,1988年1月2日出生,汉族,住温县。本院依据已经发生法律效力的温县人民法院作出的判决,责令被执行人履行上述法律文书确定的义务。但被执行人李龙飞至今未履行。依照《中华人民共和国民事诉讼法》第二百四十二条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十七条规定,裁定如下:冻结被执行人李龙飞在财付通支付科技有限公司085e9858eb1efa6c756045184@wx.tenpay.com账户内存款人民币94.82元,冻结期限为十二个月。本裁定立即执行。审判长 ... | 399 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | class Solution {
public:
int numTimesAllBlue(vector<int>& light)
{
int maxi = -1,res=0;
for(int i=0 ; i<light.size() ; i++)
{
maxi = max( maxi , light[i]);
if(maxi == i+1)
res++;
}
return res;
}
}; | 76 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package de.tf.uni.freiburg.sparkrdf.parser.query.expression.op;
import de.tf.uni.freiburg.sparkrdf.sparql.operator.result.util.SolutionMapping;
/**
* Interface for types with a value
*
* @author Thorsten Berberich
*
*/
public interface IValueType {
/**
* Get the value of this type
*
* @par... | 114 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace Gov.Jag.Embc.Interfaces.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.G... | 978 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #ifndef _PHYLIP_H_
#define _PHYLIP_H_
/* version 3.696.
Written by Joseph Felsenstein, Akiko Fuseki, Sean Lamont, Andrew Keeffe,
Mike Palczewski, Doug Buxton and Dan Fineman.
Copyright (c) 1980-2014, Joseph Felsenstein
All rights reserved.
Redistribution and use in source and binary forms, with or wit... | 6,167 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import logging
import datetime
from concurrent.futures import ThreadPoolExecutor
thread_pool = ThreadPoolExecutor()
def debug():
logger = logging.getLogger('discord')
logger.setLevel(logging.DEBUG)
handler = logging.FileHandler(filename=f'Logs/{datetime.date.today()}-debug.log', encoding='utf-8')
han... | 296 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright (c) Microsoft Corporation. All rights reserved.
// This source code is made available under the terms of the Microsoft Public License (MS-PL)
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using Sys... | 2,235 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import React from "react";
import { createStackNavigator } from "@react-navigation/stack";
import { PurchaseHistory } from "./PurchaseHistory";
import { FoodDetails, FoodItem } from "../ManageMenu/FoodItem";
const Stack = createStackNavigator();
export function Reports(props) {
return (
<Stack.Navigator initialR... | 106 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 黑龙江省牡丹江市中级人民法院民 事 裁 定 书(2021)黑10民终44号上诉人(原审被告):王建英,女,1965年2月22日出生,住黑龙江省牡丹江市爱民区。被上诉人(原审原告):孙兆芳,女,1993年8月10日出生,住黑龙江省牡丹江市爱民区。委托诉讼代理人:关宇,黑龙江曦晖律师事务所律师。被上诉人(原审被告):孙媛媛,女,1980年11月19日出生,住黑龙江省牡丹江市西安区。被上诉人(原审被告):常文彦,女,1932年6月1日出生,住黑龙江省牡丹江市爱民区。被上诉人(原审第三人):赵继霞,女,1955年1月15日出生,住黑龙江省牡丹江市爱民区。上诉人王建英因与被上诉人孙兆芳、孙媛媛、常文彦、赵继霞继承纠纷一案,不服黑龙江省牡丹江市... | 746 | cc:Chinese-Court-Decisions |
common_corpus_USPTO | 2,021 | For negative inductor L current (discharging V_(OUT)), the selection ofswitches inverts. Accordingly:
- (1) a fly capacitor Cx that needs charging will be set to close its charging switch (the outer low-side switch in outer-switch control methods, or the inner high-side switch for inner-switch control metho... | 10,219 | formal_gov |
common_corpus_Github Open Source | 2,021 |
using JLD
using JSON
Nproc=4
rmprocs(workers())
addprocs(Nproc)
@everywhere using Base.Test
@everywhere import Base.convert
@everywhere using MAT
@everywhere using ForwardDiff
@everywhere using Polynomials
@everywhere import ForwardDiff.DiffBase
@everywhere using Optim
@everywhere gc(true)
# local
#@everywhere path... | 1,329 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package accurics
{{.prefix}}kmsKeyPolicyMissingPrincipal[kms_policy.id] {
kms_policy = input.aws_kms_key[_]
policy := json_unmarshal(kms_policy.config.policy)
statement = policy.Statement[_]
policyCheck(statement) == true
}
json_unmarshal(s) = result {
s == null
result := json.unmarshal("{}")
}
jso... | 122 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | {-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{- STLC1.hs
========
Defines syntax and semantics of STLC. -}
module Language.STLC1 where
import Control.Lens (makeLenses, over, scribe, (^.),... | 2,654 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright 2019 Jared Samet
//
// 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 ... | 4,233 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | "use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([["resources_js_components_notes_NoteView_vue"],{
/***/ "./node_modules/babel-loader/lib/index.js??clonedRuleSet-5[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/js/components/notes/NoteView.vue?vue&type=s... | 2,799 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | a b s t r a c t The intra-axonal water exchange time ( 𝜏i ) , a parameter associated with axonal permeability, could be an important biomarker for understanding and treating
demyelinating pathologies such as Multiple Sclerosis. Diffusion-Weighted MRI (DW-MRI) is sensitive to changes in permeability; however, the param... | 35,752 | academic |
common_corpus_Github Open Source | 2,021 | package scala.concurrent.stm
trait SuitePlatform {
def isDotty = true
def isJVM = true
def isJS = false
type IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException
type ArrayIndexOutOfBoundsException = java.lang.ArrayIndexOutOfBoundsException
}
| 60 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | Full duplex communications in wireless networks
ABSTRACT
An apparatus for an S-BS includes processing circuitry configured to decode configuration signaling from a plurality of S-UEs. The configuration signaling indicates an interference level at each of the plurality of S-UEs from transmissions of an M-BS. An S-UE i... | 10,685 | formal_gov |
common_corpus_Github Open Source | 2,021 | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import "SRStarkTableViewController.h"
#import "SRStarkItemController-Protocol.h"
#import "SRStarkTableViewControllerDelegate-Protocol.h"
@class ... | 1,040 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import * as React from "react";
import { StateSVGPathProps } from "../index.d";
export const Wyoming = (props: StateSVGPathProps) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120.7 101">
<g id="svg-group-wyoming">
<path
id="react-usa-svg-wyoming"
{...props}
d="M120.7,13... | 239 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | require 'sidekiq/hierarchy/observers/job_update'
require 'sidekiq/hierarchy/observers/workflow_update'
module Sidekiq
module Hierarchy
module Observers
end
end
end
| 50 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省邓州市人民法院民 事 判 决 书(2021)豫1381民初290号原告:邓州市荣达建材租赁站。经营者:赵自强。委托诉讼代理人:张猛,河南德冠律师事务所律师,执业证号:14101201610330772(特别授权)。李彦冬,男,汉族,生于1982年12月17日,住四川省德阳市旌阳区秀山街33号A栋5单元1楼3号,身份证号:230225198212170018。委托诉讼代理人:尚晶晶,河南元慧律师事务所律师,执业证号:14101201811074785(特别授权)。被告:杨峰,男,汉族,生于1993年10月17日,住内乡县。被告:李朝刚,男,汉族,生于1989年8月28日,住新密市。原告邓州市荣达建材租赁站与被告李彦冬、杨峰、李朝... | 5,701 | cc:Chinese-Court-Decisions |
common_corpus_French-Science-Pile | 2,021 | HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L’archive ouverte pluridisciplinaire HAL,... | 9,913 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | import os
import shutil
import pytest
from mirdata import jams_utils, download_utils, core
from mirdata.datasets import acousticbrainz_genre
from tests.test_utils import run_track_tests
def test_track(httpserver):
default_trackid = "tagtraum#validation#be9e01e5-8f93-494d-bbaa-ddcc5a52f629#2b6bfcfd-46a5-3f98-a58f... | 37,377 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省安庆市大观区人民法院 执 行 裁 定 书 (2021)皖0803执912号 被执行人:何宇松,男,1976年8月22日出生。 本院在被执行人何宇松追缴诉讼费一案中,责令被执行人严格按照(2020)皖0803民初997号民事判决书相关判决事项履行,但被执行人未履行生效法律文书确定的义务。依照《中华人民共和国民事诉讼法》第二百四十二条的规定,裁定如下: 冻结、划拨被执行人何宇松名下银行存款954.50元或查封、扣押等值房产、车辆及其它财产。 本裁定送达后即发生法律效力。 审判员 孙 斌 二〇二一年六月十七日 书记员 王华鑫 附本案适用相关法律条文: 《中华人民共和国民事诉讼法》 第二百四十二条被执行人未按执行通知履行法律文书确定的... | 814 | cc:Chinese-Court-Decisions |
common_corpus_StackExchange | 2,021 | how can I calculate the sum of $i*2^i$ from $i=0$ to $\log n$?
What is $$\sum_{i=0}^{\log n}i\cdot 2^i\:?$$
I know it's $O(n\cdot\log n)$ but how do you calculate this sum?
Welcome to MSE! Please use the mathjax basic tutorial, review the meta read and enhance your question. It helps to include context (i.e., your att... | 783 | misc_reference |
common_corpus_Eurlex | 2,021 | — in nördlicher Richtung weiter bis zur Kleinbahnstraße,
— dann auf Hafenstraße Richtung Norden weiter bis zur Hauener Hooge,
— in nordwestlicher Richtung bis Topper Diek,
— dann Luftlinie in nordöstlicher Richtung bis Süderdeichstraße/Altendeichstraße, der Altendeichstraße folgen in nördlicher Richtung bis Neula... | 15,189 | cc:Eurlex |
common_corpus_Github Open Source | 2,021 | <?php
namespace TimeCommander;
use pocketmine\command\ConsoleCommandSender;
use pocketmine\event\Listener;
use pocketmine\plugin\PluginBase;
use pocketmine\utils\Config;
class Main extends PluginBase implements Listener {
public function onEnable(){
@mkdir($this->getDataFolder());
$this->saveReso... | 244 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package plugins
import (
"errors"
printer "github.com/bcaldwell/go-printer"
)
// Task is the interface used by task runner
type Task interface {
String() string
Check() (bool, error)
Execute() error
}
// CheckFailedAfterTaskErr is the error that is returned if task is run but check doesnt pass afterwards
var C... | 440 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市徐汇区人民法院民 事 裁 定 书(2021)沪0104民初12033号原告:慈溪市公牛电器有限公司,住所地浙江省慈溪市。法定代表人:阮学平,总经理。委托诉讼代理人:金香兰,上海汇业(杭州)律师事务所律师。委托诉讼代理人:陈刚,上海汇业(杭州)律师事务所律师。被告:陈廷坤,男,1984年6月22日出生,汉族,住广东省普宁市。被告:上海寻梦信息技术有限公司,住所地上海市长宁区。法定代表人:朱健翀。原告慈溪市公牛电器有限公司与被告陈廷坤、上海寻梦信息技术有限公司侵害商标权纠纷一案,本院于2021年4月27日立案。原告慈溪市公牛电器有限公司以与被告陈廷坤达成和解为由向本院提出撤诉申请,并表示不再缴纳本案诉讼费。依照《最高人民法院关于适... | 636 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:io';
import 'package:args/command_runner.dart';
import 'package:path/path.dart' as p;
import 'package:sky_tools/src/artifacts.dart';
import ... | 402 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | ROCK1 Mediates Retinal Glial Cell
Migration Promoted by Acrolein Kanae Fukutsu, Miyuki Murata, Kasumi Kikuchi, Shiho Yoshida, Kousuke Noda* and
Susumu Ishida Laboratory of Ocular Cell Biology and Visual Science, Department of Ophthalmology, Faculty of Medicine and Graduate
School of Medicine, Hokkaido University, Sappo... | 12,697 | academic |
common_corpus_Github Open Source | 2,021 | import React, {useState, useEffect} from 'react';
import AlertView from './AlertView';
import {Input, Item, Icon} from 'native-base';
import {View} from 'react-native';
import {firestore, auth, typeActivity, addActivity} from '../../firebase';
import {ColorBoard} from '../../res/colors';
import typeAlert from './TypeAl... | 1,403 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package lc
// Time: O(n)
// Benchmark: 0ms 2.1mb | 100%
func tribonacci(n int) int {
seq := []int{0, 1, 1}
if n <= 2 {
return seq[n]
}
for i := 2; i < n; i++ {
seq[0], seq[1], seq[2] = seq[1], seq[2], seq[0]+seq[1]+seq[2]
}
return seq[2]
}
| 113 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省永兴县人民法院 民 事 判 决 书 (2020)湘1023民初1984号 原告:曾俊翔,男,1988年11月18日出生,汉族,住湖南省永兴县。 被告:谢平香,女,1983年5月8日出生,汉族,住湖南省永兴县。 被告:陈晓成,男,1981年9月4日出生,汉族,住湖南省耒阳市。 第三人:汇华房地产开发有限公司,住所地湖南省郴州市北湖区湘南国际物流园长信广场办公楼301室。 法定代表人:陈湘金,系该公司董事长。 委托诉讼代理人:曾鸿飞,女。 原告曾俊翔与被告谢平香、陈晓成、第三人汇华房地产开发有限公司(以下简称汇华公司)房屋买卖合同纠纷一案,本院于2020年10月12日立案后,依法适用简易程序,因被告陈晓成下落不明,本院于2020年... | 4,953 | cc:Chinese-Court-Decisions |
common_corpus_French-Science-Pile | 2,021 | Wave propagation in fractal trees. Mathematical and Numerical Issues Patrick Jo
HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or f... | 11,529 | cc:French-Science-Pile |
common_corpus_UK Hansard – Public Bill Committees | 2,021 | The hon. Gentleman says from a sedentary position that it is not a convincing argument. The bottom line is that we are not removing people to Afghanistan based on the current circumstances. I think that is the right approach.
The ability to return an individual declared inadmissible to any safe country, and not just t... | 124 | cc:UK Hansard – Public Bill Committees |