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_StackExchange | 2,021 | How to pass @ref to elements into Javascript?
I'm using Blazor WASM and I try to pass @bind from razor to elements in JavaScript. The elements need to hold input value. I have tried with autofocus and try to pass @bind into db.collection('calculate').add({ but didn't work.
Javascript
export function localbase(InNumberP... | 620 | misc_reference |
common_corpus_OpenAlex | 2,021 | Article
Stabilization of an Unconventional Large Airship
When Hovering Naoufel Azouz 1,*
, Mahmoud Khamlia 2, Jean Lerbet 3 and Azgal Abichou 4 1
Lab LMEE, University of Evry Paris Saclay, 91020 Evry CEDEX, France
2
Lab IBISC, University of Evry Paris Saclay, 91020 Evry CEDEX, France; mahmoud.khamlia@univ-evry.fr
3
Lab... | 26,581 | academic |
common_corpus_Github Open Source | 2,021 | /*
* Copyright 2014-2019 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/
package io.ktor.client.engine.js.compatibility
import io.ktor.client.engine.js.browser.*
import io.ktor.client.engine.js.node.*
import io.ktor.client.fetch.*
import io.ktor.util.*
import io.k... | 357 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | {:match-id 2516903,
:label "Hertha BSC - Borussia Dortmund, 1 - 1",
:teams-info
{:2447
{:city "Dortmund",
:name "Borussia Dortmund",
:wy-id 2447,
:official-name "BV Borussia 09 Dortmund",
:area
{:name "Germany", :id "276", :alpha-3code "DEU", :alpha-2code "DE"},
:type "club"},
:2457
{:city "B... | 10,530 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Copyright 2018 Telefonaktiebolaget LM Ericsson
*
* 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 ... | 3,403 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.citahub.cita.tx;
import java.io.IOException;
import java.math.BigInteger;
import com.citahub.cita.protocol.CITAj;
import com.citahub.cita.protocol.core.JsonRpc2_0CITAj;
import com.citahub.cita.protocol.core.methods.response.AppSendTransaction;
import com.citahub.cita.protocol.core.methods.response.Transac... | 560 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { useIntl } from "@/.umi/plugin-locale/localeExports";
import { checkUserPermission } from "@/components/Authorized/AuthorizedElement";
import functionKeys from "@/models/functionKeys";
import { allUsers } from "@/pages/User/service";
import { getFunctions } from "@/utils/authority";
import { ModalForm, ProFormS... | 788 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //> This file is part of Ymacs, an Emacs-like editor for the Web
//> http://www.ymacs.org/
//>
//> Copyright (c) 2009-2010, Mihai Bazon, Dynarch.com. All rights reserved.
//>
//> Redistribution and use in source and binary forms, with or without
//> modification, are permitted provided that the following conditions ar... | 3,200 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================... | 443 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package typingsSlinky.fullcalendar.srcMainMod
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
@JSImport("fullcalendar/src/main", "EventManager")
@js.native
class EventManager protected ()
extends typingsSlinky.fullcalendar.exportsMod.EventManager {
def this(calendar: js.An... | 65 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import pino from 'pino';
// documentation: http://getpino.io/#/
export const logger = pino({ level: process.env.LOGGER_LEVEL || 'info' });
logger.info(`Setting logger level to ${logger.level}`);
export default { logger };
| 54 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 |
## Copyright (c) 2018-2021, Carnegie Mellon University
## See LICENSE for details
# 1d and multidimensional complex DFTs
Load(fftx);
ImportAll(fftx);
# startup script should set LocalConfig.fftx.defaultConf() -> LocalConfig.fftx.confGPU()
# conf := LocalConfig.fftx.defaultConf();
conf := LocalConfig.fftx.confG... | 2,295 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import {lazy, Suspense, useState} from 'react';
import {useDispatch, useSelector} from 'react-redux';
import {useEffect} from 'react';
import {
useIsDefaultChain,
useMaybeContractWallet,
useWeb3Modal,
} from './components/web3/hooks';
import {AsyncStatus} from './util/types';
import {connectModalClose, connectMo... | 609 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace AlibabaCloud.SDK.Dts20200101.Models
{
public class DescribeMigrationJobStatusResponseBody : TeaModel {
[NameInMap("RequestId")]
[Validation(Required=false)]... | 1,818 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "rlite/rlite.h"
#include "rlite/flock.h"
#include "rlite/sha1.h"
#ifdef RL_DEBUG
int rl_search_cache(rlite *db, rl_data_type *type, long page_number, void **obj, long *position, void *context, rl_page **pages, long page_len);
#endif
static const cha... | 2,783 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | In various embodiments, referring now to FIG. 385, a disposable loading unit 15900, for example, can comprise an anvil 15960 and a staple cartridge channel 15970 wherein the staple cartridge channel 15970 can rotate relative to the anvil 15960. In at least one such embodiment, the anvil 15960 may not be able to rotate.... | 13,957 | formal_gov |
common_corpus_Github Open Source | 2,021 | // snippet-sourcedescription:[ ]
// snippet-service:[dynamodb]
// snippet-keyword:[Java]
// snippet-sourcesyntax:[java]
// snippet-keyword:[Amazon DynamoDB]
// snippet-keyword:[Code Sample]
// snippet-keyword:[ ]
// snippet-sourcetype:[full-example]
// snippet-sourcedate:[ ]
// snippet-sourceauthor:[AWS]
// snippet-sta... | 1,326 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import React, {useEffect, useState} from 'react'
import {
View,
TouchableOpacity,
StyleSheet,
Image,
StatusBar,
PermissionsAndroid,
Platform,
} from 'react-native'
import {isIphoneX} from 'react-native-iphone-x-helper'
import type {NavigationProps} from 'react-native-awesome-navigation'
// import DeviceIn... | 978 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省鹿邑县人民法院执 行 裁 定 书(2021)豫1628执282号之二申请执行人:河南鹿邑农村商业银行股份有限公司,统一社会信用代码91411628X152366810,住所地河南省鹿邑县真源大道**。法定代表人:邵群,该公司董事长。被执行人:张雪艳,女,1981年5月16日出生,汉族,住河南省鹿邑县。本院依据已经发生法律效力的鹿邑县人民法院作出的(2020)豫1628民初2437号民事判决,责令被执行人履行上述法律文书确定的义务。但被执行人张雪艳至今未履行。依照《中华人民共和国民事诉讼法》第二百四十二条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十七条规定,裁定如下:冻结被执行人张雪艳在财付通支付科技有... | 458 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | <?php
namespace Utopia\Orchestration;
use Utopia\Orchestration\Adapter;
use Exception;
class Orchestration
{
/**
* @var Adapter
*/
protected $adapter;
/**
* @param Adapter $adapter
*/
public function __construct(Adapter $adapter)
{
$this->adapter = $adapter;
}
... | 1,364 | cc:Github Open Source |
common_corpus_French-Science-Pile | 2,021 | Privacy-Preserving Anomaly Detection Using Synthetic
Data
Rudolf Mayer, Markus Hittmeir, Andreas Ekelhart
To cite this version:
Rudolf Mayer, Markus Hittmeir, Andreas Ekelhart. Privacy-Preserving Anomaly Detection Using
Synthetic Data. 34th IFIP Annual Conference on Data and Applications Security and Privacy (DBSec), ... | 8,832 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | -- Copyright 1986-2018 Xilinx, Inc. All Rights Reserved.
-- --------------------------------------------------------------------------------
-- Tool Version: Vivado v.2018.3 (win64) Build 2405991 Thu Dec 6 23:38:27 MST 2018
-- Date : Fri Jan 10 15:30:28 2020
-- Host : Ries-Micro1 running 64-bit Service P... | 942 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 四川省邻水县人民法院 民 事 裁 定 书 (2021)川1623民申1号 再审申请人(原审被告):张茂英,女,1975年2月28日出生,汉族,住四川省邻水县。 委托诉讼代理人(特别授权):陈应川,四川顿开律师事务所律师。 被申请人(原审原告):曹学权,男,1963年10月15日出生,汉族,住四川省邻水县。 委托诉讼代理人:陈敦富,邻水县义正法律服务所法律工作者。 第三人(原审第三人):王德成,男,1974年3月26日出生,汉族,住四川省邻水县。 再审申请人张茂英因与被申请人曹学权及第三人王德成民间借贷纠纷一案,不服邻水县人民法院(2020)川1623民初19号民事判决书,向本院申请再审。本院依法组成合议庭进行了公开听证审查。现已审查... | 676 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package com.zhiyu.common.flowTest.service;
import com.alibaba.fastjson.JSON;
import com.zhiyu.common.flowTest.Flow;
import com.zhiyu.common.flowTest.context.MessageContext;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
/**
* @author wengzhiyu
* @since 2021/9/14 17:40
*/
@Service
... | 165 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright (c) 2004-present Facebook All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Code generated by entc, DO NOT EDIT.
package ent
import (
"context"
"fmt"
"github.com/facebook/ent/dialect/sql"
"github.com/facebook/ent/dialect/... | 809 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package org.broadinstitute.ddp.json;
import com.google.gson.annotations.SerializedName;
public class ActivityInstanceCreationResponse {
@SerializedName("instanceGuid")
private String instanceGuid;
public ActivityInstanceCreationResponse(String instanceGuid) {
this.instanceGuid = instanceGuid;
... | 73 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using ESR.Recorder;
using MahApps.Metro.Controls;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace ESR.UI
{
/// <summary>
/// Interaction logic for RecorderItemMemoConfig.xaml
/// </summary>
public partial class RecorderItemMemoConfig : MetroWindow, IRecorderI... | 267 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
We are learning how to split strings.
But in CPP, the process is called tokenizing strings.
Function definition:
char *strtok(char *s, char *delimeters)
So, we pass a char array (not string) and the delimeter.
It would look something like
- strtok("Hello world", " ")
Maybe
No it does not look like that.
See what ... | 380 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Air Quality Egg
From Appropedia
Jump to navigation Jump to search
Air Quality Egg[edit | edit source]
A project aiming to give citizens a way to participate in the conversation about air quality. It is composed of a sensing device that measures the air quality in the immediate environment and an on-line community th... | 122 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | import pandas as pd
def test_lead(labels):
labels = labels.apply_lead('10min')
transform = labels.transforms[0]
assert transform['transform'] == 'apply_lead'
assert transform['value'] == '10min'
answer = [
'2014-01-01 00:35:00',
'2014-01-01 00:38:00',
'2013-12-31 23:51:00... | 156 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import 'package:json_annotation/json_annotation.dart';
part 'rp_share_req_entity.g.dart';
@JsonSerializable()
class RpShareReqEntity extends Object {
@JsonKey(name: 'id')
String id;
@JsonKey(name: 'address')
String address;
@JsonKey(name: 'lat')
double lat;
@JsonKey(name: 'lng')
double lng;
@Jso... | 416 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*++
Copyright (c) 1997 FORE Systems, Inc.
Copyright (c) 1997 Microsoft Corporation
Module Name:
ntentry.c
Abstract:
NT entry points for ATMLANE driver.
Author:
Larry Cleeton, FORE Systems (v-lcleet@microsoft.com, lrc@fore.com)
Environment:
Kernel mode
Revision History:
--*/
#include "precomp.h"
#p... | 3,020 | cc:Github Open Source |
common_corpus_arXiv | 2,021 | Induction and Skolemization in saturation theorem proving
Stefan Hetzl Vienna University of Technology
Institute of Discrete Mathematics and Geometry stefan.hetzl@tuwien.ac.at
Jannik Vierling Vienna University of Technology
Institute of Discrete Mathematics and Geometry jannik.vierling@tuwien.ac.at
###### Ab... | 44,536 | cc:arXiv |
common_corpus_French Open Data | 2,021 | Vu la procédure suivante :<br/>
<br/>
Procédure contentieuse antérieure :<br/>
<br/>
La société McDonald's France a demandé au tribunal administratif de Poitiers de procéder à la liquidation de l'astreinte prononcée par le jugement du 21 septembre 2017.<br/>
<br/>
Par un jugement n° 1800308 du 28 f... | 2,702 | cc:French Open Data |
common_corpus_Github Open Source | 2,021 | /* eslint-disable jest/no-commented-out-tests */
import axios, { AxiosResponse } from 'axios';
import * as api from '@share/Api';
import { DataDomain } from 'src/redux/Stocks/Types';
import * as testdata from 'jest.testdata';
jest.mock('axios');
const mockedAxios = axios as jest.Mocked<typeof axios>;
describe('Fetc... | 1,543 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | @extends('includes.master')
@section('content')
<section class="container" style="margin-top: 20px;">
<div class="content-push">
<div class="breadcrumb-box">
<a href="{{url('/')}}">Home</a>
<a href="{{url('/category')}}/{{\App\Category::where('id',$productdata-... | 3,683 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | {% import "_includes/forms" as forms %}
{{ forms.selectField({
label: "Select Form"|t('wheelform'),
id: formName,
name: formName,
options: formOptions,
value: value ? value : null,
}) }}
| 58 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Copyright 2021 http4s.org
*
* 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 i... | 520 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<div class="el-image">
<slot v-if="loading" name="placeholder">
<div class="el-image__placeholder"></div>
</slot>
<slot v-else-if="error" name="error">
<div class="el-image__error">{{ t('el.image.error') }}</div>
</slot>
<img
v-else
class="el-image__inner"
... | 1,728 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | trigger get/set on delete property
I have an object which when changed, trigger a get/set:
class Main {
private layers = {};
get layerState () {
return this.layers;
}
set layerState(layers: any) {
this.layers = layers;
console.log('change', layers)
}
}
const m = new Main();... | 520 | misc_reference |
common_corpus_StackExchange | 2,021 | React export components based on folder structure
I created a private repo so I can reuse it in my projects. In my frontend app, I want to import the components based on their specific folder structure. Basically this my structure in my reusable repo:
- components
- dialogs
- ResponseDialog.js
- Confirmation... | 232 | misc_reference |
common_corpus_Chinese-Court-Decisions | 2,021 | 江西省乐平市人民法院执 行 裁 定 书(2021)赣0281执676号申请执行人中国工商银行股份有限公司乐平支行,住所地:江西省乐平市翥山西路63号,统一社会信用代码91360281491311005H被执行人方东,男,汉族,1993年9月10日出生。本院于2021年4月25日对申请执行人中国工商银行股份有限公司乐平支行与被执行人程卫国信用卡纠纷一案立案执行,根据已经发生法律效力的民事调解书,被执行人方东偿还申请执行人中国工商银行股份执行款81252元。在执行过程中,本院依法向被执行人送达执行通知书以及财产报告令,要求被执行人限期履行并向本院如实申报财产,但被执行人未履行法律文书确定的义务且未依法向本院申报财产。经查询被执行人工商登... | 758 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | from pyowm import OWM
from pyowm.commons import exceptions
from config import Config
from core import decorators
from core.utilities.message import message
from languages.getLang import languages
def sendWeatherMessage(update,context,city,mintemp,maxtemp,humidity,icon):
languages(update,context)
stringMessage ... | 420 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<div id="completeList">
<div class="clearfloat">
<Button type="primary" class="left" @click='getTableData'>查询</Button>
<Button type="primary" class="right" @click='handleSwichModel'>{{!sweepModel?'质检模式':'平常模式'}}</Button>
</div>
<!-- 筛选 -->
<Form ref="filter" :model="filter" class="clearfloat" :label-... | 2,242 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | How to run the pg_relation_filepath-function on the remote PostgreSQL cluster?
I have a PostgreSQL cluster on the server 10.10.10.1 and a test database 'PG114' with
the test table 'dbo.emp_t1'.
Working with the cluster I can execute:
SELECT pg_relation_filepath ( 'dbo.emp_t1' );
I am getting the following results:
pg... | 284 | misc_reference |
common_corpus_Github Open Source | 2,021 | /*
Copyright 2021, The Regents of the University of California.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this l... | 2,506 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | export enum Client {
BESU = 'BESU',
}
export enum Network {
RHODES = 'RHODES',
}
export const ChainIds = new Map<string, number>([
[Network.RHODES, 280],
])
export const StaticNodes = new Map<string, string[]>([
[Network.RHODES, [
'enode://0c72e2b7873e4342d725b5990c17adb2b159aad2ff5853de7e4910b25522a1f9e... | 1,270 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | 1,091 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | var namespacepyhodl_1_1updater_1_1updaters =
[
[ "ExchangeUpdater", "classpyhodl_1_1updater_1_1updaters_1_1_exchange_updater.html", "classpyhodl_1_1updater_1_1updaters_1_1_exchange_updater" ]
]; | 84 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | from __future__ import print_function
from PIL import Image
import os
import os.path
import numpy as np
import sys
if sys.version_info[0] == 2:
import cPickle as pickle
else:
import pickle
import torch.utils.data as data
import misc
import torchvision.transforms as tfm
import torchvision.datasets as ds
from to... | 2,727 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package org.smooth.systems.ec.magento19.db.model;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Data
@Entity
@Table(name = "catalog_product_entity_int")
public class Magento19ProductInt {
@Id
@Column(name = "va... | 101 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | $responsive : true!default
$mobile-first : true!default
$gutter : $base-spacing-unit
$use-silent-classes : false!default
$push : true!default
$pull : true!default
$use-markup-fix : true!default
$breakpoints: ( 'palm' '(max-width: 400px)', 'lap' '(min-width: 601... | 1,522 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 广东省佛山市禅城区人民法院民 事 裁 定 书(2020)粤0604民初21599号原告:陆光辉,男,布依族,1972年11月23日出生,住贵州省独山县××××××××××××,公民身份号码522××××××××××××019。被告:冉小龙,男,土家族,1975年1月4日出生,住贵州省思南县×××××××新寨组,公民身份号码522××××××××××××630。原告陆光辉与被告冉小龙追索劳动报酬纠纷一案,本院于2020年7月21日立案。原告陆光辉经传票传唤,无正当理由未出庭参加诉讼。依照《中华人民共和国民事诉讼法》第一百四十三条之规定,裁定如下:本案按撤诉处理。本案受理费减半收取为25元由原告陆光辉负担。(本页无正文)审 判 长 管... | 414 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省安阳市文峰区人民法院结 案 通 知 书(2021)豫0502执824号徐晓强:徐晓强罚金一案,申请执行标的20000.00元。经本院立案执行,现已履行完毕。至此,本院申请执行的(2020)豫0502刑初509号刑事判决书已执行完毕,现已结案。特此通知。二〇二一年三月二十七日 来自马克数据网 | 154 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package com.jm.newvista.ui.fragment;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import com.jm.newvi... | 678 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | 62020TJ0023_INF
2021 m. rugsėjo 1 d. Bendrojo Teismo (trečioji kolegija) sprendimas
FF IP / EUIPO – Seven (the DoubleF)
(Byla T‑23/20)
„Europos Sąjungos prekių ženklas – Protesto procedūra – Vaizdinio Europos Sąjungos prekių ženklo „the DoubleF“ paraiška – Ankstesnis žodinis Europos Sąjungos prekių ženklas THE ... | 1,391 | cc:Eurlex |
common_corpus_USPTO | 2,021 | Difluoromethyl-pyridin-2-yl triazoles
ABSTRACT
The present invention relates to difluoromethyl-pyridin-2-yl triazoles of general formula (I) which are modulators of GABA A receptors containing the α5 subunit, useful in treating central nervous system diseases and other diseases. In addition, the invention relates to... | 16,348 | formal_gov |
common_corpus_Github Open Source | 2,021 | // Auto-Generated
package com.github.j5ik2o.reactive.aws.dynamodb.model.ops
import software.amazon.awssdk.services.dynamodb.model._
final class UpdateItemResponseBuilderOps(val self: UpdateItemResponse.Builder) extends AnyVal {
@SuppressWarnings(Array("org.wartremover.warts.AsInstanceOf"))
final def attributesAs... | 476 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | function Y = HyperSphere(X,varargin)
% Gianluca Dorini (2020). hypersphere (https://www.mathworks.com/matlabcentral/fileexchange/5397-hypersphere), MATLAB Central File Exchange. Retrieved November 9, 2020.
% n-dimensional hypersphere
%
% syntax: Y = HyperSphere(X,r)
% Y = HyperSphere(X)
%
% INPUT ARGUMENTS
% ... | 785 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import logging
import os
from pathlib import Path
import openhivenpy
logging.basicConfig(level=logging.DEBUG)
openhivenpy.env.load_env(search_other=False)
default_env_vars = openhivenpy.env.env_vars # <== openhivenpy.env
class TestENV:
CORRECT_PATH = str(Path(f'{os.path.dirname(__file__)}') / f'correct.env')
... | 442 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # -*- coding: utf-8 -*-
"""
cron: 31 7 * * *
new Env('AcFun');
"""
import requests
import urllib3
from notify_mtr import send
from utils import get_data
urllib3.disable_warnings()
class AcFun:
def __init__(self, check_items):
self.check_items = check_items
self.contentid = "27259341"
@stat... | 1,880 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市金山区人民法院执 行 裁 定 书(2020)沪0116执3526号申请执行人贵州石阡恒源矿业有限公司,住所地贵州省铜仁市。法定代表人:黄信增。被执行人上海飞宙机械设备有限公司,住所地上海市金山区。法定代表人:杜金凤,总经理。上列当事人之间买卖合同纠纷一案,本院作出的(2019)沪0116民初10667号民事判决书已经发生法律效力。因义务人上海飞宙机械设备有限公司未按上述生效法律文书的规定履行义务,权利人贵州石阡恒源矿业有限公司向本院申请执行,要求被执行人支付货款人民币XXXXXXX元及迟延履行期间的债务利息,并承担案件受理费人民币8025元。本院于2020年9月21日立案受理,依法由审判长徐景华、审判员李文华、葛少锋三人组成合... | 2,040 | cc:Chinese-Court-Decisions |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Skip to main content Skip to search results
Showing Collections: 1 - 4 of 4
Aileen C. Hernandez papers
Collection
Identifier: SSC-MS-00730
Overview Comprised of correspondence, reports, research notes, surveys, audiovisual materials, and newspaper clippings from the papers of Aileen C. Hernandez, activist and civic... | 468 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Frm_ImageAnalysis
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
... | 4,269 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Copyright (c) 2021 Huawei Device Co., 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 ... | 622 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Component, OnInit } from "@angular/core";
import { NzDrawerService } from "ng-zorro-antd";
import { CreateEndpointComponent } from "../../../core/drawer/create-endpoint/create-endpoint.component";
import { Endpoint } from "../../../core/interfaces/endpoint.interface";
import { ManagementService } from "../../.... | 287 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Hydrogen Integration API
*
* The Hydrogen Integration API
*
* OpenAPI spec version: 1.3.1
* Contact: info@hydrogenplatform.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.IO;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using... | 1,613 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package it.vige.realtime.websocket.negotiation;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import javax.naming.NamingException;
import javax.websocket.CloseReason;
import javax.websocket.OnClose;
import javax.websocket.OnMessage;
import javax.websocket.OnOpen;
import javax.webso... | 300 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module Smsapi
class Credits
attr_accessor :status, :error_code, :balance, :pro_sms_limit, :eco_sms_limit, :mms_limit, :vms_gsm_limit, :vms_stac_limit
def initialize(server, options = {})
@options = default_options.merge options
@server = server
end
def check
read_response @server.u... | 347 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # Copyright 2012 Viewfinder Inc. All Rights Reserved.
"""Update device metadata.
"""
__author__ = 'spencer@emailscrubbed.com (Spencer Kimball)'
import time
from copy import deepcopy
from functools import partial
from viewfinder.backend.base import util
from viewfinder.backend.base.testing import async_test
from vie... | 898 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import os
from autoconf import conf
import autogalaxy as ag
import numpy as np
import pytest
from astropy import cosmology as cosmo
from autogalaxy.mock import mock
grid = np.array([[1.0, 1.0], [2.0, 2.0], [3.0, 3.0], [2.0, 4.0]])
class TestAbstractNFW:
def test__coord_function_f__correct_values(self):
... | 18,114 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package tests.javax.ws.rs;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.UnknownHostException;
import java.util.logging.Handler;
import java.util.logging.LogRecord;
import javax... | 1,180 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 沈阳市大东区人民法院民 事 裁 定 书(2021)辽0104民初4870号原告:郭振。被告:赵光宇。原告郭振与被告赵光宇民间借贷纠纷一案,本院受理后,依法由审判员王智宇独任审理。本案在审理过程中,原告于2021年4月14日向本院提出撤诉申请。本院认为,原告自愿申请撤回起诉,符合有关法律规定,应予准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款之规定,裁定如下:准予原告郭振撤回起诉。案件受理费50元,减半收取25元,由原告承担。审判员 王智宇二〇二一年四月十五日书记员 宿美娜 更多数据:www.macrodatas.cn | 307 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省寿县人民法院 结 案 通 知 书 (2021)皖0422执75号 邓新林(申请执行人)、袁同陆(被执行人): 邓新林与袁同陆(2021)皖0422执75号一案,申请执行标的共计4800元。经本院立案执行,现已强制执行到位。本院已于2021年1月28日将该款转付给邓新林(申请执行人)。至此,邓新林(申请执行人)向本院申请执行的(2013)寿民一初字第00481号民事调解书确定的本次执行款项已全部执行完毕,现已结案。 特此通知。 二〇二一年一月二十八日 来自马克数据网 | 230 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 广东省广州市白云区人民法院民 事 判 决 书(2021)粤0111民初12881号原告(反诉被告):夏振华,男,1983年11月3日出生,汉族,身份证住址江西省上饶市铅山县,委托诉讼代理人:汪天可,北京德恒(广州)律师事务所律师。委托诉讼代理人:苏俊铭,北京德恒(广州)律师事务所实习人员。被告(反诉原告):彭永健,男,1974年8月1日出生,汉族,身份证住址广东省罗定市,委托诉讼代理人:吴洋,北京德和衡(广州)律师事务所律师。委托诉讼代理人:蔡锋,北京德和衡(广州)律师事务所实习人员。夏振华与彭永健租赁合同纠纷一案,本院于2021年4月16日立案后,依法适用简易程序,公开开庭进行了审理。夏振华及其委托诉讼代理人汪天可、苏俊铭,彭永健... | 5,479 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /*
Copyright 2017 WALLIX
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distribu... | 2,059 | cc:Github Open Source |
common_corpus_French Open Data | 2,021 | e
153 année. - N°47
Mardi 23 novembre 2021
JOURNAL OFFICIEL
DE LA RÉPUBLIQUE FRANÇAISE
D.I.L.A
serialNumber=S17140003,CN=DILA - SIGNATURE
DILA,OU=0002
13000918600011,organizationIdentifier=NTRFR-13000918600011,O=DILA,C=FR
75015 Paris
2021-11-23 09:02:08
Associations et fondations d'entreprise
DIRECTION DE L'INFORM... | 298 | cc:French Open Data |
common_corpus_Github Open Source | 2,021 | #define _USE_MATH_DEFINES // For M_PI, etc.
#include <cmath>
#include "../feature_method.h"
#include "image_matrix_nontriv.h"
#include "convex_hull.h"
ConvexHullFeature::ConvexHullFeature()
{
provide_features ({CONVEX_HULL_AREA, SOLIDITY, CIRCULARITY});
}
void ConvexHullFeature::save_value(std::vector<std::vector<d... | 1,612 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Cannot Get StreamBuilder Data
I am trying to get the updated data from a stream but, even though I get data coming down in my future function, the snapshot.data give me this error:
type '_ControllerStream<dynamic>' is not a subtype of type 'Iterable<dynamic>'
Here is my function and stream:
Future getChat(orderId) asy... | 801 | misc_reference |
common_corpus_Github Open Source | 2,021 | import React from 'react'
import { FiArrowLeft } from 'react-icons/fi'
import { useHistory } from 'react-router-dom';
import mapMarkerImg from '../../images/map-marker.svg';
export default function Sidebar (props: any) {
const history = useHistory()
//const { goBack } = useHistory()
function goBack () { history... | 238 | cc:Github Open Source |
common_corpus_UK Hansard – Written Answers | 2,021 | Apetamin is considered to be a medicinal product and requires a Marketing Authorisation or product licence to be legally sold and supplied within the United Kingdom. A Marketing Authorisation guarantees the medicine has met required standards of quality, safety and efficacy. No authorisations or licences have been gran... | 125 | cc:UK Hansard – Written Answers |
common_corpus_Github Open Source | 2,021 | using FluentValidation;
namespace AdminAssistant.DomainModel.Modules.AccountsModule.Validation;
public interface IBankAccountTransactionValidator : IValidator<BankAccountTransaction>
{
}
internal class BankAccountTransactionValidator : AbstractValidator<BankAccountTransaction>, IBankAccountTransactionValidator
{
... | 108 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* s... | 2,104 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 郑州高新技术产业开发区人民法院执 行 通 知 书(通知被执行人用)(2021)豫0191执3967号周海珍:你/你单位与本院刑庭罚金一案,本院(或其他生效法律文书的作出机关)作出的(2020)豫0191刑初1441号判决(或写明其他生效法律文书)已发生法律效力。申请执行人(或委托、移送、报请执行的单位)本院刑庭于二〇二一年三月二十五日向本院申请/委托/移送/报请强制执行,本院于二〇二一年三月二十五日立案。依照《中华人民共和国民事诉讼法》第二百四十条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十二条规定,责令你/你单位履行下列义务:……开户银行:中信银行郑州郑东新区支行账户名称:郑州高新技术产业开发区人民法院账... | 666 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | using CMS.FormEngine.Web.UI;
using CMS.Helpers;
public partial class CMSModules_ContactManagement_Controls_UI_Automation_TriggerScoreProperties : FormEngineUserControl
{
#region "Variables"
private ObjectParameters mParameters = new ObjectParameters();
#endregion
#region "Properties"
/// <su... | 259 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Injectable } from '@angular/core';
import { FormControl, FormGroup, FormBuilder, Validators } from '@angular/forms';
@Injectable({
providedIn: 'root'
})
export class FinanceYearService {
selectedFinanceYear = null;
financeYearForm: FormGroup;
constructor(private fb: FormBuilder) {
this.intializeF... | 134 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /* Copyright Cam Mannett 2020
*
* See LICENSE file
*/
#include "malbolge/log.hpp"
#include <chrono>
#include <iomanip>
#include <atomic>
using namespace malbolge;
namespace
{
std::atomic<log::level> filter_level = log::INFO;
std::mutex mtx;
}
std::ostream& log::detail::timestamp(std::ostream& stream)
{
cons... | 590 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import React from 'react';
import Sortable from 'react-sortablejs';
import Icon from '../Icon';
import { titleCase } from '../../util/helpers';
export default class SourcesPriority extends React.Component {
handleSort(order) {
this.props.uiActions.set({ uri_schemes_priority: order });
}
render() {
const... | 336 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | Crystalline form of 3-((L-valyl) amino))-3, 3-dideuterium-1-propanesulfonic acid, preparation method and uses thereof
ABSTRACT
The present invention relates to a crystalline form of compound 3-((L-valyl)amino)-3,3-dideuterium-1-propanesulfonic acid, preparation method and uses thereof.
CROSS-REFERENCE TO RELATED APPL... | 13,943 | formal_gov |
common_corpus_Github Open Source | 2,021 | //
// Puzzle15.swift
// AdventOfCode2018
//
// Created by Hans-Christian Fuchs on 15.12.18.
// Copyright © 2018 Hans-Christian Fuchs. All rights reserved.
//
import Foundation
let dirPoints:[[Point]] =
[[Point(0, -1), Point(-1, 0), Point(1, 0)],
[Point(-1, 0), Point(0, -1), Point(0, 1)],
[Point(1, ... | 1,920 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <proto/exec.h>
#include <midi/mididefs.h>
#include "locale.h"
#include "Strukturen.h"
#include "Versionen.h"
#include "Midi.h"
#include "Sequenzen.h"
#include "Requester.h"
extern struct LIED lied;
extern struct SPUR spur[];
extern struct SPURTEMP... | 3,755 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
Copyright (c) 2017 Mastercard
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, soft... | 834 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace Microsoft.AspNetCore.Components
{
/// <summary>
/// Exception thrown when an <see cref="NavigationManager"/> is not abl... | 161 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Injectable } from "@nestjs/common";
import { InjectRepository } from "@nestjs/typeorm";
import { CheckClient } from "src/entities/academy/check-client.entity";
import { Check } from "src/entities/academy/check.entity";
import { Video } from "src/entities/academy/video.entity";
import { Client } from "src/entit... | 1,004 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package ru.nsu.ccfit.zuev.push;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.RingtoneManager;
i... | 714 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import flash from "./flash"
import breadcrumb from "./breadcrumb"
import cloneInput from "./clone-input"
import datetimeTooltip from "./datetime-tooltip"
import commitOid from "./commit-oid"
import highlightCode from "./highlight-code"
import reactComponents from "./react-components"
import issueLabelSelect from "./iss... | 163 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | class Solution {
// Solution @ Sergey Leschev, Belarusian State University
// 1046. Last Stone Weight
// We have a collection of stones, each stone has a positive integer weight.
// Each turn, we choose the two heaviest stones and smash them together. Suppose the stones have weights x and y with x <=... | 447 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 济南市槐荫区人民法院民 事 判 决 书(2021)鲁0104民初2928号原告:山东润华物业管理有限公司,住所地济南市。法定代表人:杨立群,董事长。委托诉讼代理人:米丰业,男,该公司工作人员。被告:高帅,男,1992年1月15日出生,汉族,住济南市。山东润华物业管理有限公司(以下简称润华物业公司)与高帅物业服务合同纠纷一案,本院受理后,依法适用小额诉讼程序,公开开庭进行审理,原告委托诉讼代理人米丰业到庭参加诉讼,被告高帅经传票传唤无正当理由拒不到庭参加诉讼。本案现已审理终结。润华物业公司向本院提出诉讼请求:1.判令被告立即支付拖欠物业费8275元,滞纳金5313元;2.诉讼费用等由被告承担。事实和理由:原告为济南市槐荫区梦世界小区物... | 1,719 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Azure.Security.KeyVault.Secrets.Perf.Infrastructure;
using Azure.Test.Perf;
using NUnit.Framework;
namespace Azure.Security.Key... | 408 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Minor tick marks with no labels using ggplot
I simply want to add minor tick marks with no labels to my y-axis. One minor tick mark between each major tick mark. My y-axis already has major tick marks with labels (0,0.2).
d %>% mutate(variable = factor(d$variable, levels = c("Top1", "Top2", "Top3", "Top4",
"To... | 351 | misc_reference |