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
using FrannHammer.WebScraping.Domain.Contracts; namespace FrannHammer.WebScraping.Domain { public class MinMin : WebCharacter { public MinMin() : base("Min Min", "Min%20Min") { DisplayName = "Min Min"; CssKey = "minmin"; } } }
75
cc:Github Open Source
common_corpus_Github Open Source
2,021
extends StaticBody2D export var destroyedTexture:AtlasTexture func _ready(): pass master func hit(damage:int, id:int, destroy=false): if destroy: rpc("destroy") pass pass remotesync func destroy(): $Bits.emitting = true $Sprite.texture = destroyedTexture remove_from_group("Shootable") $CollisionShap...
96
cc:Github Open Source
common_corpus_Github Open Source
2,021
const path = require('path'); const fs = require('fs') const router = require('express').Router(); const { text } = require('express'); const { readFromFile, readAndAppend, writeToFile } = require('../helpers/fsUtils'); const uuid = require('../helpers/uuid'); //Get for retrieving notes router.get('/notes', (req, res...
228
cc:Github Open Source
common_corpus_Github Open Source
2,021
"""This module contains wrappers around the requests library for making requests to the CCB API. """ import requests from app.state import get_state def post_json(url, data, *, auth=False): """This method is a simple wrapper around requests.post that will add the appropriate headers needed for working with t...
294
cc:Github Open Source
common_corpus_Github Open Source
2,021
;;; Read an analog input every second and print result (define (analog) (let ((input (analog-pin (board "A0") **INPUT**))) (define (loop) (display (pin-value input)) (newline) (sleep 0.5) (loop)) (loop)))
69
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
江西省黎川县人民法院 执 行 裁 定 书 (2021)赣1022执316号 申请执行人:黄凤,女,汉族,1985年7月11日出生,住江西省黎川县。 被执行人:殷红霞,女,汉族,1974年1月21日出生,住江西省黎川县。 本院在执行申请执行人与被执行人殷红霞(2021)赣1022民特42号服务合同纠纷一案中,责令被执行人向申请执行人支付2880元、执行费50元。因被执行人殷红霞未履行生效法律文书确定的义务,依照《中华人民共和国民事诉讼法》第二百四十条、二百四十二条、二百四十三条、二百四十四条、二百五十三条的规定,裁定如下: 冻结、划拨被执行人殷红霞的银行及其他有业务之单位的存款人民币2930元或查封、扣押其相应价值的财产。 需要续行查...
468
cc:Chinese-Court-Decisions
common_corpus_Open-Science-Pile
2,021
General High-Alert Medications Neuromuscular Blocking Agents Concentrated Electrolytes Injection Magnesium Sulfate Injection ISMP Medication Safety Self Assessment ® for High-Alert Medications Moderate Sedation in Adults and Children, Minimal Sedation in Children Insulin, Subcutaneous and Intravenous Lipid-Based Me...
10,252
cc:Open-Science-Pile
common_corpus_Github Open Source
2,021
COMPANIES_HOUSE_COMPANY = 'companies-house-company' NON_COMPANIES_HOUSE_COMPANY = 'non-companies-house-company' NOT_COMPANY = 'not-company' OVERSEAS_COMPANY = 'overseas-company' # companies that have companies house numbers prefixed with below do not have address in companies house COMPANY_NUMBER_PREFIXES_INCOMPLETE_I...
534
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
原阳县人民法院结 案 通 知 书(2021)豫0725执2592号中国邮政储蓄银行股份有限公司新乡县支行(申请执行人)、河南绿地御湖置业有限公司(被执行人):关于中国邮政储蓄银行股份有限公司新乡县支行与河南绿地御湖置业有限公司房屋买卖合同纠纷一案,申请执行标的共计484882.64元。经本院立案执行,现已强制执行到位。本院已于2021年8月26日将该款转付给中国邮政储蓄银行股份有限公司新乡县支行(申请执行人)。至此,中国邮政储蓄银行股份有限公司新乡县支行(申请执行人)向本院申请执行的(2021)豫0725民初1258号民事判决书已全部执行完毕,现已结案。特此通知。二〇二一年八月二十六日 关注微信公众号“马克数据网”
325
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<?php namespace FindBrok\WatsonTranslate\Presenters; /** * Class ResultsCollection. */ trait ResultsCollection { /** * Checks and see if we have some translations in the results. * * @return bool */ public function hasTranslations() { return count($this->collectResults()->get...
898
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core'; import { User } from '@app/user/models/User'; import { Menu } from '@app/shell/shared/menu.model'; @Component({ selector: 'app-navbar', changeDetection: ChangeDetectionStrategy.OnPush, templateUrl: './navba...
185
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React, {useState} from 'react'; import Button from '@material-ui/core/Button'; import Dialog from '@material-ui/core/Dialog'; import DialogActions from '@material-ui/core/DialogActions'; import DialogContent from '@material-ui/core/DialogContent'; import DialogContentText from '@material-ui/core/DialogContentTex...
1,361
cc:Github Open Source
common_corpus_StackExchange
2,021
Print macros call stack Can one print call stack of latex macros? I want to know from where my macro is called. Probably impossible, but there's \errorcontextlines=100 and tracingall or something tools - How to best debug LaTeX? - TeX - LaTeX Stack Exchange Does this answer your question? How to best debug LaTeX?
71
misc_reference
common_corpus_Github Open Source
2,021
const path = require('path'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const devMode = process.env.NODE_ENV !== 'production'; module.exports = { // Tells Webpack which built-in optimizations to use // In 'production' mode, Webpack will minify and uglify our JS code // If you leave this o...
852
cc:Github Open Source
common_corpus_Github Open Source
2,021
from copy import copy from _pytest.python import _showfixtures_main def test_pytest_fixtures(request): """Running `py.test --fixtures` should not fail """ # # Use a copy of the session, so as not to interfere with collection stats. # # If the actual session are is used, pytest will exit with ...
135
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Copyright (c) 2012 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. function $(criterion) { return document.querySelector(criterion); } var cyclerUI = new (function () { this.urlList = []; this.cacheDir = ""; ...
1,116
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广西壮族自治区柳州市城中区人民法院执 行 裁 定 书(2021)桂0202执213号被执行人曾海军,男,1986年11月05日出生,住广西壮族自治区桂平市。本院执行对曾海军罚金一案中,经依法查询被执行人的户籍、婚姻登记、银行存款、房地产登记、车辆登记、工商登记、社会保险缴纳等情况,查明被执行人没有可供执行财产。现尚未能实现的债权为3000元。本院认为,本院在执行中依法穷尽了财产调查措施,已查明被执行人没有可供执行财产或暂不具备执行条件。依照《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》五百一十九条的规定,裁定如下:终结广西壮族自治区柳州市城中区人民法院(2021)桂0202执213号一案的本次执行程序。本裁定送达后立即生...
404
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
Writing state $ |\Psi⟩ =\frac{1}{\sqrt{2}}|00⟩+\frac{i}{\sqrt{2}}|01⟩$ as separate qubits (qiskit textbook) While going through the IBM qiskit textbook online, I came across the following question in section 2.2: Write the state: $ |\Psi⟩ =\frac{1}{\sqrt{2}}|00⟩+\frac{i}{\sqrt{2}}|01⟩$ as two separate qubits. I underst...
633
misc_reference
common_corpus_USPTO
2,021
Cross-Domain Brokering Protocol Cloud Proxy ABSTRACT Aspects described herein provide improved system architectures for a cross-domain proxy so that server/controller software may be placed in a cloud-based environment, with only limited equipment required on-premises at a user location for use by application client ...
8,967
formal_gov
common_corpus_Github Open Source
2,021
@model IList<Stoolball.Teams.Team> @if (Model.Any()) { <ul> @foreach (var team in Model) { if (team.UntilYear.HasValue) { <li><a href="@team.TeamRoute">@team.TeamName</a> (no longer active)</li> } else { <li...
104
cc:Github Open Source
common_corpus_StackExchange
2,021
I continue to get a warning of parsers when I run this code in R I am trying to get R to read a txt file library(readr) hotels <- read_csv("C:/Users/illn/Docs/LMU/Programming/hotels.txt", col_types = cols(hotels = col_character(), names = col_character()) ) ...
118
misc_reference
common_corpus_Github Open Source
2,021
import { PdfAnnotation } from './annotation'; import { RectangleF } from './../drawing/pdf-drawing'; /** * `PdfLinkAnnotation` class represents the ink annotation class. * @private */ export declare abstract class PdfLinkAnnotation extends PdfAnnotation { /** * Initializes new instance of `PdfLineAnnotation...
141
cc:Github Open Source
common_corpus_USPTO
2,021
Method of estimating maximum road friction coefficient ABSTRACT According to the method of estimating a maximum road friction coefficient, artificial braking or driving-related control is conducted and a maximum road friction coefficient is estimated based on a difference in wheel speeds between front and rear wheels...
10,677
formal_gov
common_corpus_Chinese-Court-Decisions
2,021
黑龙江省鸡东县人民法院 执 行 裁 定 书 (2021)黑0321执492号 申请执行人:王鑫鑫,女,1992年7月27日生,汉族,现住黑龙江省鸡西市鸡东县。 被执行人:姜坤,男,1984年5月7日生,汉族,现住黑龙江省双鸭山市宝清县。 本院在执行王鑫鑫申请执行姜坤借款合同纠纷一案中,申请执行人王鑫鑫依据已发生法律效力的黑龙江省鸡东县人民法院(2020)黑0321民初1823号民事调解书于2021年3月2日向本院申请执行,申请执行标的70000元,案件受理费775元、执行费962元。在执行过程中,本院依法向被执行人送达执行通知书责令被执行人履行生效法律文书所确定的给付义务,但被执行人至今未履行给付义务。申请人王鑫鑫以与被执行人姜坤自...
547
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#!/bin/bash # Got an java.net.BindException: Address already in use (Bind failed) from the server? # Maybe a process is running at that port. Check: lsof -i tcp:<port> gameId=0 shDir='utils' serverDir='../../..' DIRECTORY='./logs' if [ ! -d "$DIRECTORY" ]; then mkdir ${DIRECTORY} fi build_folder='build' rm -rf ...
167
cc:Github Open Source
common_corpus_Github Open Source
2,021
function toggle() { let displayStyle = document.getElementById('extra').style.display; displayStyle = displayStyle == 'block' ? 'none' : 'block'; let buttonText = document.getElementsByClassName('button')[0].textContent; buttonText = buttonText == 'More' ? 'Less' : 'More'; document.getElementById(...
89
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include <stdio.h> #include <string.h> #include <math.h> //TESTE AGORA!!!!!! int main() { long double possivel[100000], total = 1; char word[1000000], simbolos[1000000], num[99999], comp[99999]; printf("%lf\n", pow(10,100)); scanf("%s", simbolos); scanf("%s", word); //printf("%d~%d\n", atoi(word),atoi(simbolos...
732
cc:Github Open Source
common_corpus_StackExchange
2,021
seperating values from Arributes I have the following data set. I Would like to keep the Part Number, Material, shape and group and transpose the corresponding values in front of it in new columns i am looking to transpose to something like this: can someone please help me. i have used melt function but it wont work ...
438
misc_reference
common_corpus_Github Open Source
2,021
#include "../util.h" using copper::channel_write_view; CHANNEL_TEST_CASE("channel_write_view<channel>::push blocks until channel::pop.", "[copper]") { auto chan = channel_t(); fill_channel(chan, 1); auto view = chan.write_view(); const auto task = std::async([&view]() { REQUIRE_THREADSAFE(view.push(1)...
1,044
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* eslint-disable no-unused-vars */ import styled from "styled-components"; import React from "react"; const GPSbody = styled.div` background-color: #deb1af; border-radius: 5px; color: #a03743; font-size: 14px; height: 83px; `; const Details = styled.p` color: #a04743; width: 70%; span { display: ...
174
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
四川省崇州市人民法院 民 事 判 决 书 (2021)川0184民初605号 原告:吴勇波,男,1987年2月8日出生,汉族,住成都市双流区。 委托诉讼代理人:徐平伦,四川平伦律师事务所律师。 被告:何光荣,男,1982年5月20日出生,汉族,住四川省眉山市东坡区。 原告吴勇波与被告何光荣劳务合同纠纷一案,本院于2021年3月1日立案后,依法适用简易程序,公开开庭进行了审理。原告吴勇波及其委托诉讼代理人徐平伦到庭参加诉讼,被告何光荣经本院依法传唤,无正当理由未到庭参加诉讼,本院依法缺席审理。本案现已审理终结。 原告吴勇波向本院提出诉讼请求:1.判决被告给付欠款60,100元及利息;2.本案诉讼费由被告承担。事实和理由:原告在被告处务...
1,404
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import * as rp from 'request-promise'; /** * Sends HTTP Requests * @arg {JSON} `options` Request options * @arg {Boolean} `writeToContext` Whether to write to Cognigy Context (true) or Input (false) * @arg {CognigyScript} `store` Where to store the result * @arg {Boolean} `stopOnError` Whether to stop on error or...
340
cc:Github Open Source
common_corpus_Github Open Source
2,021
use std::env; use std::fs; use std::path::PathBuf; use std::sync::Once; use std::thread; fn root() -> PathBuf { env::current_dir() .unwrap() .join("tmp") .join("tests") .join(thread::current().name().unwrap()) } pub fn bare() -> PathBuf { root().join("bare") } pub fn init() { ...
256
cc:Github Open Source
common_corpus_Github Open Source
2,021
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeActions Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Dia...
14,913
cc:Github Open Source
common_corpus_Github Open Source
2,021
#include "Controls/CameraMovement.h" #include <xbyak\xbyak.h> namespace SkyrimSoulsRE::CameraMovement { bool CameraMove_Hook(bool a_result) { Settings* settings = Settings::GetSingleton(); RE::UI* ui = RE::UI::GetSingleton(); RE::PlayerControls* pc = RE::PlayerControls::GetSingleton(); RE::ControlMap* contro...
613
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
¹ãÖÝÊÐÖм¶ÈËÃñ·¨Ôº陕西省西安市长安区人民法院结案通知书&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; &#xa0;(2021)陕0116执1483号张旭东、西安市长安区斗门街道办事处北常村村民委员会、西安市长安区斗门街道办事处北常村第二村民小组:申请执行人张旭东与被执行人西安市长安区斗门街道办事处北常村村民委员会、西安市长安区斗门街道办事处北常村第二村民小组侵害集体经济组织成员权益纠纷一案,西安市长安区人民法院作出的(2020)陕0116民初10342号民事判决书已发生法律效力,被执行人西安市长安区斗门街道办事处北常村村民委员会、西安市长安区斗门街道办事处北常村第二村民小组未履行该判决书确...
765
cc:Chinese-Court-Decisions
common_corpus_StackExchange
2,021
How to select specific values in an array/matrix in Numpy for a function? I have an array such as this: data = np.array([[327, 137, 82], [301, 168, 75]]) I need to be able to manipulate the individual entries in order to solve the question I am working on. For example, I must be able to sum both rows together, but als...
528
misc_reference
common_corpus_Github Open Source
2,021
<template> <div class="full-width"> <el-steps :active="2" align-center > <el-step title="步骤1" description="这是一段很长很长很长的描述性文字" /> <el-step title="步骤2" description="这是一段很长很长很长的描述性文字" /> <el-step title="步骤3" description="这是一段很长很长很长的描述性文字" /> <el-step title="步骤4" description="这...
175
cc:Github Open Source
common_corpus_Github Open Source
2,021
import sys import os from pycore.tikzeng import * import subprocess def LeNetD3(input_path): name = "lenetd3" arch = [ to_head(os.path.expanduser('~/git/PlotNeuralNet')), to_cor(), to_begin(), to_input(input_path, to='(-5.8,0,0)', width=13, height=13*1.4, name...
1,023
cc:Github Open Source
common_corpus_Github Open Source
2,021
package typingsSlinky.angularRouter.mod import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess} @JSImport("@angular/router", "NoPreloading") @js.native class NoPreloading () extends Pr...
62
cc:Github Open Source
common_corpus_Github Open Source
2,021
from sklearn.metrics import max_error, make_scorer from smlb import Data from smlb.feature_selection import SequentialFeatureSelectorSklearn from smlb.learners import RandomForestRegressionSklearn def test_transform_default_init(friedman_1979_data: Data): learner = RandomForestRegressionSklearn(rng=0) sfs =...
362
cc:Github Open Source
common_corpus_Github Open Source
2,021
'' examples/manual/meta/include.bas '' '' NOTICE: This file is part of the FreeBASIC Compiler package and can't '' be included in other distributions without authorization. '' '' See Also: http://www.freebasic.net/wiki/wikka.php?wakka=KeyPgMetaInclude '' -------- '' compile with -lang fblite or qb #lang "fbli...
111
cc:Github Open Source
common_corpus_Github Open Source
2,021
extends class_pause_tab onready var _resume_button := $VBoxContainer/VBoxContainer/ResumeButton onready var _restart_button := $VBoxContainer/VBoxContainer/RestartButton onready var _settings_button := $VBoxContainer/VBoxContainer/SettingsButton onready var _main_menu_button := $VBoxContainer/VBoxContainer/MainMenuBut...
294
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
青海省西宁市中级人民法院刑事裁定书(2021)青01刑更70号罪犯杨顺德,男,1976年3月13日出生于青海省大通县,汉族,现在青海省建新监狱服刑。青海省果洛藏族自治州久治县人民法院于2018年12月19日作出(2018)青2625刑初20号刑事判决,认定其犯强奸罪,判处有期徒刑三年。判决生效后,交付执行。青海省建新监狱于2020年12月30日提出减刑意见书,报送本院审理。本院于2021年1月12日受理后,依法组成合议庭进行了审理,现已审理终结。执行机关青海省建新监狱认为,罪犯杨顺德在服刑改造中,认罪悔罪意识较好,积极参加学习和劳动改造,确有悔改表现,建议本院予以减刑。经审理查明,罪犯杨顺德在服刑改造期间,能够遵守监规,接受教育改造...
694
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import Vue from "vue"; import { ValidationProvider, ValidationObserver, extend, localize } from "vee-validate"; import { required, email, mimes, min_value, numeric } from "vee-validate/dist/rules"; import ja from "vee-validate/dist/locale/ja.json"; // 必要なルールのみインポート extend("required", required); exten...
153
cc:Github Open Source
common_corpus_Github Open Source
2,021
#pragma once #include <frc2/command/CommandHelper.h> #include <frc2/command/SequentialCommandGroup.h> #include "subsystems/ClimberSubsystem.h" #include "subsystems/ShooterSubsystem.h" class ResetClimber : public frc2::CommandHelper<frc2::SequentialCommandGroup, ResetClimber> { pu...
121
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { parseUnits } from "ethers/lib/utils"; import { task, types } from "hardhat/config"; import { UniRouterFactory } from "../types/ethers-contracts/UniRouterContract"; import { IMasterChefFactory } from "../types/ethers-contracts/IMasterChefContract"; import { BigNumber } from "@ethersproject/bignumber"; import { ...
2,822
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Cloud 9 Carousel * Cleaned up, refactored, and improved version of CloudCarousel * * See the demo and get the latest version on GitHub: * http://specious.github.io/cloud9carousel/ * * Copyright (c) 2014 by Ildar Sagdejev ( http://twitter.com/tknomad ) * Copyright (c) 2011 by R. Cecco ( http://www.profe...
2,324
cc:Github Open Source
common_corpus_Github Open Source
2,021
import numpy as np import pandas as pd from human_aware_rl.data_dir import DATA_DIR def get_trajs_for_new_data_format(data_path, layouts): """This loads the data then selects the data for the chosen layout, and returns joint_expert_trajs""" assert len(layouts) == 1, "Assuming only one layout is selected" m...
693
cc:Github Open Source
common_corpus_Github Open Source
2,021
<?php namespace Tygh\Sdk\Commands; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Q...
1,279
cc:Github Open Source
common_corpus_USPTO
2,021
Car door step FIG. 1 is a Perspective view of a car door step showing my new design; FIG. 2 is a Back view thereof; FIG. 3 is a Front view thereof; FIG. 4 is a Left-side view thereof; FIG. 5 is a Right-side view thereof; FIG. 6 is a Bottom view thereof; and, FIG. 7 is a Top view thereof. CLAIM I claim the orna...
104
formal_gov
common_corpus_Github Open Source
2,021
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity tb_light_controller is end entity tb_light_controller; architecture tb_light_controller_behaviour of tb_light_controller is component light_controller is port ( clk : in std_logic; enable : in std_lo...
738
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
北京市房山区人民法院民 事 裁 定 书(2021)京0111民初1122号原告:赵翠霞,女,1967年10月30日出生。委托诉讼代理人:梅嘉麟,北京杨祎律师事务所律师。委托诉讼代理人:张爽,北京杨祎律师事务所实习律师。被告:韩立军,男,1970年8月16日出生。被告:曹玉梅,女,1970年6月6日出生。被告:北京高维亿基信息科技有限公司,住所地北京市朝阳区。法定代表人:韩立军,执行董事。原告赵翠霞与被告韩立军、被告曹玉梅、被告北京高维亿基信息科技有限公司(以下简称高维公司)民间借贷纠纷一案,本院立案后,依法进行审理。原告赵翠霞向本院提出诉讼请求:1.判令被告返还原告借款本金204600元;2.被告支付原告借款收益27200元;3.被...
1,298
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
# -*- coding: utf-8 -*- # Ask me Anything: Dynamic Memory Networks for Natural Language Processing # (http://arxiv.org/abs/1506.07285) from __future__ import division, print_function from keras.layers import Dense, Merge, Dropout, Permute, Activation from keras.layers.embeddings import Embedding from keras.layers.recu...
710
cc:Github Open Source
common_corpus_StackExchange
2,021
Why does my SMTP Client produce no output when typing in the terminal? I've been using IntelliJ to test out my SMTP Java client-server protocol. I've been testing some code on my Client java file to allow me input text. The output i want to achieve in the end should look a little something like this: s: 220 [my ip] c: ...
1,678
misc_reference
common_corpus_Github Open Source
2,021
// Copyright 2020 Marcel Wagenländer #include "log_softmax.hpp" #include "tensors.hpp" #include "catch2/catch.hpp" #include <stdlib.h> int test_layer(Layer *layer, std::string py_name); int test_layer_chunked(LayerChunked *layer, std::string py_name, long chunk_size); TEST_CASE("Log-softmax", "[logsoftmax]") { ...
283
cc:Github Open Source
common_corpus_Github Open Source
2,021
#ifndef COMMON_TOOLS #define COMMON_TOOLS #include "CospaceSettings.h" #include "LogErrorTools.h" // #include "JudgeAngleTools.hpp" #include "JudgeColorTools.h" #include "CalculatePositionTools.h" #include "odometory.h" #define PI 3.14 // red cyan black super #define RED_LOADED_ID 0 #define CYAN_LOADED_ID 1 #define ...
244
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
湖南省宜章县人民法院 刑 事 判 决 书 (2021)湘1022刑初176号 公诉机关湖南省宜章县人民检察院。 被告人艾某,男。因涉嫌帮助信息网络犯罪活动罪,于2021年3月28日被刑事拘留,于同年4月8日被执行逮捕。 湖南省宜章县人民检察院以湘宜检一部刑诉〔2021〕Z131号起诉书指控被告人艾某犯帮助信息网络犯罪活动罪,向本院提起公诉。本院于2021年7月2日受理后,依法适用简易程序,实行独任审判,公开开庭审理了本案。湖南省宜章县人民检察院指派检察员黄永达出庭支持公诉。被告人艾某到庭参加诉讼。现已审理终结。 湖南省宜章县人民检察院指控:2021年2月至3月期间,被告人艾某在明知银行卡不可转借、出售的情况下,依然以800元一套银行...
1,986
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import User from "@components/User"; import styles from "./UsersPanel.module.scss"; import utilStyles from "@styles/utils.module.scss"; export default function UsersPanel({ members, admin }) { return ( <div className={styles.leftPanel}> <div className={styles.userPanel}> <h3 cl...
262
cc:Github Open Source
common_corpus_Github Open Source
2,021
# =============== # # Unity generated # # =============== # [Tt]emp/ [Oo]bj/ [Bb]uild /[Bb]uilds/ /[Ll]ibrary/ sysinfo.txt *.stackdump /Assets/AssetStoreTools* *.apk *.unitypackage # ===================================== # # Visual Studio / MonoDevelop generated # # ===================================== # [Ee]xported...
328
cc:Github Open Source
common_corpus_Github Open Source
2,021
package main import ( "context" "encoding/json" "errors" "fmt" "io/ioutil" "testing" "time" "github.com/aws/aws-sdk-go-v2/service/iam" ) type IAMDetachRolePolicyImpl struct{} func (dt IAMDetachRolePolicyImpl) DetachRolePolicy(ctx context.Context, params *iam.DetachRolePolicyInput, optFns ...func(*iam.Opti...
428
cc:Github Open Source
common_corpus_Github Open Source
2,021
# coding: utf-8 # f = None # try: # f = open(__file__, 'r') # print(f.read()) # finally: # if f: # f.close() # with open(__file__, 'r') as f: # print(f.read()) # class Query(object): # def __init__(self, name): # self.name = name # # def __enter__(self): # print('Begin...
349
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Skip to main content Transcriptional profiling reveals molecular signatures associated with HIV permissiveness in Th1Th17 cells and identifies Peroxisome Proliferator-Activated Receptor Gammaas an intrinsic negative regulator of viral replication Abstract Background We previously demonstrated that primary Th1Th17 c...
30,854
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var categorical_scale_1 = require("./categorical_scale"); exports.CategoricalScale = categorical_scale_1.CategoricalScale; var linear_scale_1 = require("./linear_scale"); exports.LinearScale = linear_scale_1.LinearScale; var log_scale_1 = requ...
101
cc:Github Open Source
common_corpus_Github Open Source
2,021
function gm = geometric_median(X) % % Calculate geometric median % % Input: % X: d x n data matrix % % Output: % gm: the geometric median % % Written by Detang Zhong (detang.zhong@canada.ca). % % Demo: % X = [ 1.1079, 0.5763, 0.3072, 1.2205, 0.8596, -1.5082, 2.5955, 2.8251, 1.5908, 0.4575; % 1.555 ...
608
cc:Github Open Source
common_corpus_Eurlex
2,021
L_2021304HR.01001101.xml 30.8.2021    HR Službeni list Europske unije L 304/11 PROVEDBENA UREDBA KOMISIJE (EU) 2021/1411 оd 27. kolovoza 2021. o produljenju odobrenja Clostridium butyricum FERM BP-2789 kao dodatka hrani za piliće uzgajane za nesenje, pure za tov, pure uzgajane za rasplod, manje z...
3,240
cc:Eurlex
common_corpus_StackExchange
2,021
Reactjs animation lag When spinning the wheel (animating a set of divs) a weird "load" is happening during the animation. Video showing the lag We are spinning the wheel with this code: document.getElementById('spinner').style.transform = `translate3d(${-(1680 * 4 - this.winnerPosition[ticket] * 112 + offset)}px, 0px, ...
244
misc_reference
common_corpus_Github Open Source
2,021
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <volk/volk_prefs.h> void volk_get_config_path(char *path) { if (!path) return; const char *suffix = "/.volk/volk_config"; const char *suffix2 = "/volk/volk_config"; //non-hidden char *home = NULL; //allows config redirection via ...
450
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright (c) 2015 MONKEYK Information Technology Co. Ltd * www.monkeyk.com * All rights reserved. * * This software is the confidential and proprietary information of * MONKEYK Information Technology Co. Ltd ("Confidential Information"). * You shall not disclose such Confidential Information and shall use ...
595
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.vmware.avi.sdk.model; import java.util.*; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; /** * The VISeVmIpConfParams is a POJO class extends AviRestResource that used for creating *...
1,325
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
成都市金牛区人民法院 民 事 裁 定 书 (2021)川0106民初431号 原告:邓大好,男,1953年1月27日出生,汉族,住四川省资阳市乐至县。 原告:杨国惠,女,1970年8月7日出生,汉族,住四川省西昌市。 被告:杨成贵,男,1960年2月6日出生,藏族,住成都市金牛区。 原告邓大好、杨国惠与被告杨成贵民间借贷纠纷一案,本院受理后,原告邓大好、杨国惠在本院依法送达交纳诉讼费用通知后,七日内未预交案件受理费。 依照《中华人民共和国民事诉讼法》第一百一十八条、第一百五十四条第一款第(十一)项,《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第二百一十三条规定,裁定如下: 本案按邓大好、杨国惠撤回起诉处理。 审判员  ...
410
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
<?php namespace Framework\Template\Php; class SimpleFunction { public $name; public $callback; public $needRenderer; public function __construct(string $name, callable $callback, bool $needRenderer = false) { $this->name = $name; $this->callback = $callback; $this->needRen...
83
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
苏州市姑苏区人民法院民 事 判 决 书(2020)苏0508民初8040号原告:朱梅英,女,1974年11月19日出生,汉族,住江苏省苏州市姑苏区。委托诉讼代理人:单体飞,江苏吴鼎律师事务所律师。被告:张浩雷,男,1985年6月2日出生,汉族,住黑龙江省齐齐哈尔市铁锋区。被告:上海耀氪科技有限公司,住所地上海市奉贤区青村镇奉柘公路****。法定代表人:张浩雷。原告朱梅英与被告张浩雷、上海耀氪科技有限公司民间借贷纠纷一案,本院于2020年12月16日立案后,依法适用简易程序,于2021年1月11日公开开庭进行了审理。原告朱梅英及其委托诉讼代理人单体飞到庭参加诉讼,被告张浩雷、上海耀氪科技有限公司经本院依法传唤无正当理由未到庭。本案现已...
2,072
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
from django.conf.urls import url from django.contrib.auth.views import login from users import views urlpatterns = [ # 登录 url(r'^login/', views.login, name='login'), # 登出 url(r'^logout/', views.logout, name='logout'), # 改密 url(r'^mine/', views.mine, name='mine'), ]
80
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
文书内容包头市中级人民法院执 行 裁 定 书(2021)内02执73号申请执行人:曹**红,女,汉族。被执行人:包头市中金诚信房地产开发有限责任公司,住所地:包头稀土高新区。法定代表人:赵军茫,总经理。申请执行人曹**红与被执行人包头市中金诚信房地产开发有限责任公司房屋买卖合同纠纷一案,包头仲裁委员会于2020年12月4日作出(2020)包仲裁字第83号仲裁裁决书,现已发生法律效力。申请执行人曹**红于2021年1月26日向本院申请执行,本院于2021年1月26日依法立案执行。因被执行人财产所在地或住所地在内蒙古自治区包头市昆都仑区,且本案执行标的额符合基层人民法院一审民商事案件级别管辖受理范围。为提高执行效率,本案指定由内蒙古自治...
1,279
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#ifndef MOVE_H #define MOVE_H #include <string> using namespace std; class Move { public: Move(); Move(string pos, string dest); Move(string pos, string dest, string type); string pos; string dest; string type; int value; }; #endif // MOVE_H
66
cc:Github Open Source
common_corpus_Github Open Source
2,021
export const createEmailMessage = ({ notificationClient }) => async ({ to, subject, text }) => new Promise((resolve, reject) => notificationClient().sendEmail({ to, subject, text }, (err) => { if (err) reject(err); resolve(); }) );
64
cc:Github Open Source
common_corpus_OpenAlex
2,021
v.2, n.7, 2021 v.2, n.7, 2021 EDUCAÇÃO 4.0 E COMO A ENFERMAGEM SE INSERE: APLICABILIDADE DAS NOVAS TECNOLOGIAS EDUCATION 4.0 AND HOW NURSING IS INSERTED: APPLICABILITY OF NEW TECHNOLOGIES Leticia Falcão Nogueira1, Emanuel Pereira dos Santos2, Claudiane Blanco Andrade dos Santos3, Vera Lúcia Freitas4 e27589 http...
11,665
academic
common_corpus_Github Open Source
2,021
; A291361: The arithmetic function u(n,2,6). ; 7,2,3,2,5,2,7,2,3,2,7,2,7,2,3,2,7,2,7,2,3,2,7,2,5,2,3,2,7,2,7,2,3,2,5,2,7,2,3,2,7,2,7,2,3,2,7,2,7,2,3,2,7,2,5,2,3,2,7,2,7,2,3,2,5,2,7,2,3,2,7,2,7,2,3,2,7,2,7,2,3,2,7,2,5,2,3,2,7,2,7,2,3,2,5,2,7,2,3,2 mul $0,7 add $0,6 seq $0,20639 ; Lpf(n): least prime dividing n (when n ...
274
cc:Github Open Source
common_corpus_Github Open Source
2,021
import subprocess import sys from glob import glob from os.path import basename, join import numpy as np import seisflows.seistools.specfem3d as solvertools from seisflows.seistools.shared import getpar, setpar from seisflows.seistools.io import loadbypar, copybin, loadbin, savebin, splitvec, Model, Minmax from sei...
4,073
cc:Github Open Source
common_corpus_Github Open Source
2,021
const Constant = require('../utils/constant'); const base = require('./netwok-base'); const ProgressDialog = require('../views/progress-dialog'); const progress = new ProgressDialog(); class Network { getConnectionBase(url, token, listener, data, readTimeOut = 4000) { progress.show(); base.sendRe...
426
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Economic Geyser facts for kids Kids Encyclopedia Facts Quick facts for kids Economic Geyser Economic Geyser's Pool Name origin Named by Frank Jay Haynes between 1883-1916 Location Upper Geyser Basin, Yellowstone National Park, Teton County, Wyoming Type Fountain geyser Eruption height 10–25 feet (3.0–7.6 m) Frequency ...
377
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
import psycopg2 from classes.CKafkaPC import KafkaPC class PostgresPC(KafkaPC): def __init__(self, config_path=None, config_section=None): super().__init__(config_path, config_section) self.create_connection() def create_connection(self): self.db_host = self.config["POSTGRES"]["host"...
214
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
7.2% of All Deaths Worldwide are Attributable to Physical Inactivity Humans evolved in an environment of physical exertion, and our biochemistry requires physical exertion in order to trigger mechanisms of cell maintenance and metabolic regulation. Populations that exercise vigorously into late old age, such as the Ts...
438
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Upload bukti pembayaran</title> <link rel="stylesheet" href="{{asset('css/app.css')}}"> <link rel="st...
604
cc:Github Open Source
common_corpus_Github Open Source
2,021
// this is a helper class to load secrets during development so I dont expose my super dooper secret senstive data to you savages class SecretsLoader { constructor(config) { config = { ...config }; this._name = config.name || 'SecretsLoader'; } loadSecrets() { const secrets = require('./secrets.json...
89
cc:Github Open Source
common_corpus_Github Open Source
2,021
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{% if header.title %}{{ header.title|e('html')}} - {% endif %}{{ site.title|e('html') }}</title> {% do a...
555
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广西壮族自治区南宁市兴宁区人民法院 民 事 裁 定 书 (2021)桂0102民初3099号 起诉人:姜冰妮,女,1987年6月07日出生,汉族,住南宁市兴宁区。 诉讼委托代理人:杜万前,男,1984年09月12日出生,壮族,住南宁市兴宁区。 本院收到起诉人姜冰妮的起诉状。起诉人向本院提出诉讼请求:一、判令被起诉人将柳州经合山至南宁高速公路项目工程建设征用被起诉人山林地征用款壹万元整(¥:10000.00元)支付给起诉人。二、本案诉讼费由被起诉人承担。事实和理由:起诉人属于被起诉人(即第20队所管辖的村民,现柳州经合山至南宁高速公路项目工程建设征用被起诉人山林地,经被起诉人领导小组召开村民会议就征用款分配问题,所作出不给起诉人参与分...
1,833
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
广东省东莞市第一人民法院 结 案 通 知 书 (2021)粤1971执33号 陈月秋: 关于申请执行人东莞市道路停车事务中心与被执行人陈月秋行政非诉审查与执行纠纷一案【执行依据:(2020)粤1971行审5099号行政裁定书】,经本院执行,被执行人已履行完毕生效法律文书确定的义务,申请执行人的债权已实现,依照法律规定,通知如下: (2020)粤1971行审5099号行政裁定书已执行完毕,予以结案。 特此通知 二〇二一年二月四日 本案联系人:何佩诗电话:0769-8610**** 联系地址:东莞市石龙镇黄洲新城区方正大道东莞市第一人民法院石龙法庭执行组 更多数据:搜索“马克数据网”来源:www.macrodatas.cn
305
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
河南省清丰县人民法院民 事 裁 定 书(2021)豫0922民特82号之一申请人:李娜,女,汉族,1988年10月17日出生,住所地濮阳市华龙区。被申请人:清丰县华商置业有限公司,住所地清丰县南箕街南段,统一社会信用代码914109225637218990。法定代表人:许恒举,该公司董事长。申请人李娜与被申请人清丰县华商置业有限公司关于司法确认调解协议一案,申请人李娜于2021年2月26日向本院提出申请,请求对被申请人清丰县华商置业有限公司名下的银行存款进行冻结,冻结金额共计14953元。经审查,本院认为,申请人李娜的申请符合相关法律规定。依照《中华人民共和国民事诉讼法》第一百条、第一百零二条之规定,裁定如下:冻结被申请人清丰县华商...
476
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#include <iostream> #include <vector> #include "minio.h" using namespace std; int main(int argc, char **argv) { Minio::Minio minio("play.min.io", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"); try { minio.PutObject("testupload", "...
139
cc:Github Open Source
common_corpus_Github Open Source
2,021
__version__ = '0.0.1' # noqa from .classifier import AutoGBTClassifier # noqa from .regressor import AutoGBTRegressor # noqa from .preprocessor import Preprocessor # noqa from .objective import Objective # noqa from . import logging # noqa from . import sampler # noqa
75
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
贵州省六盘水市中级人民法院刑 事 裁 定 书(2021)黔02刑更170号罪犯龚波,男,1982年1月5日生,汉族,贵州省盘州市人,高中文化,现在贵州省六盘水监狱服刑。2016年4月25日,本院作出(2016)黔02刑初28号刑事判决,认定龚波犯故意杀人罪,判处无期徒刑,剥夺政治权利终身,并赔偿附带民事诉讼原告人各项损失4.2万元。龚波不服,提起上诉。贵州省高级人民法院于2016年7月29日作出(2016)黔刑终371号刑事判决书,维持附带民事判项,认定龚波犯故意杀人罪,判处有期徒刑十二年(刑期自2015年9月8日起至2027年9月7日止),剥夺政治权利三年。判决生效后交付执行。2021年8月2日,执行机关六盘水监狱以罪犯龚波在服刑...
1,132
cc:Chinese-Court-Decisions
common_corpus_OpenAlex
2,021
  Citation: Ravegnini, G.; De Iaco, P.; Gorini, F.; Dondi, G.; Klooster, I.; De Crescenzo, E.; Bovicelli, A.; Hrelia, P.; Perrone, A.M.; Angelini, S. Role of Circulating miRNAs in Therapeutic Response in Epithelial Ovarian Cancer: A Systematic Revision. Biomedicines 2021, 9, 1316. https:// doi.org/10.3...
22,683
academic
common_corpus_Github Open Source
2,021
package org.esbench.elastic.sender; import java.io.IOException; import org.esbench.cmd.EsBenchAction; import org.esbench.core.DefaultProperties; import org.esbench.generator.document.DocumentFactory; /** * Action for inserting docs to Elasticsearch. */ public class SimpleInsertAction extends AbstractInsertAction i...
203
cc:Github Open Source
common_corpus_Github Open Source
2,021
<template> <Card> <p slot="title">派对管理</p> <Tabs type="line" v-model="tabs_value" @on-click="tabsChange"> <TabPane label="官方派对" :name="official"> <Row :gutter="32"> <Col span="4" class="demo-tabs-style1" style="padding:16px;"> <Button type="primary" @click="partyShow(true,n...
8,338
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广东省惠州市惠城区人民法院民 事 判 决 书(2021)粤1302民初257号原告:温敏莉,女,汉族,1977年10月18日出生,身份证号码:362×××××××********,户籍住址:广东省惠州市惠城区×××××××××××××××××。委托代理人:黄甘甘,系广东崇越律师事务所律师。委托代理人:李小花,系广东崇越律师事务所律师被告:孙鑫,女,汉族,1990年12月14日出生,身份证号码:422×××××××********,户籍住址:湖北省利川市×××××××××××。原告温敏莉与被告孙鑫合同纠纷一案,本院受理后,依法适用简易程序公开开庭进行了审理。原告温敏莉的委托代理人黄甘甘、李小花到庭参加诉讼,被告孙鑫经本院合法传唤未到庭...
3,101
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import { ScopeStrings } from '../../core/current-user-permissions.config'; export interface RolesRequestState { initialised: boolean; fetching: boolean; error: boolean; } export function getDefaultRolesRequestState(): RolesRequestState { return { initialised: false, fetching: false, error: false ...
442
cc:Github Open Source
common_corpus_Github Open Source
2,021
# encoding=utf-8 # Author: Yu-Lun Chiang # Description: configuration MEDIA_NAME = { "appledaily": ["蘋果日報"], "bcc": ["中國廣播公司"], "bnext": ["數位時代", "Meet創業小聚"], "chinatimes": ["中時新聞網"], "cmmedia": ["信傳媒"], "cna": ["中央社"], "cnews": ["匯流新聞網"], "ctee": ["工商時報"], "ctitv": ["中天新聞"], "...
1,703
cc:Github Open Source
common_corpus_USPTO
2,021
6. The method of claim 5, wherein measuring the light scattered by particulate matter in the analyte gas comprises: generating a second spectra signal in response to directing the light rays into the at least one sensor; and deconvoluting the second spectra signal based on properties of a light source emitting the ligh...
1,008
formal_gov