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, { useState, useEffect, FormEvent } from 'react'; import { useDispatch, useSelector } from 'react-redux'; import { RouteComponentProps, useParams } from 'react-router-dom'; import Lottie, { Options } from 'react-lottie'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faUser, faL...
771
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Title: Isaac Asimov's Inferno You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed. Title: Isaac Asimov's Inferno Title Record # 1374331 Author: Roger MacBride Allen Date: 1994-10-00 Variant Title of: Isaac Asimov's Inferno [English] (1994) [may list more pu...
351
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
@import './utils'; .#{$ns}-toast { @media (min-width: 481px) { max-width: 320px; } @media (max-width: 480px) { max-width: none; width: 100%; } } .#{$ns}-toast-message { @media (max-width: 768px) { // https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-i...
227
cc:Github Open Source
common_corpus_Github Open Source
2,021
class Stack: def __init__(self): self.head = None self.num_elements = 0 def push(self, value): new_node = Node(value) # if stack is empty if self.head is None: self.head = new_node else: new_node.next = self.head # ...
101
cc:Github Open Source
common_corpus_StackExchange
2,021
Edited Image of ImagePicker is not being displayed in the ImageView I am trying to display image from ImagePicker to the ImageView named profileIG. Issue is here I am able to use ImagePicker and it is being presented properly but the edited image which I choosed UIImagePickerControllerEditedImage is not being displayed...
1,442
misc_reference
common_corpus_StackExchange
2,021
Api to connect VPN How to connect to a VPN via Spring Boot API ? I need an JAVA API which will connect to a VPN so we can connect to that particular network where our server is located, and then we are able to hit other API's. It's not the Spring Boot application that needs to connect to the VPN, but the underlying sy...
223
misc_reference
common_corpus_Github Open Source
2,021
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """This file contains tests for the parser.py file. For specifics on each test, see the docstrings under each function. """ __authors__ = ["Justin Furuness"] __credits__ = ["Justin Furuness"] __Lisence__ = "BSD" __maintainer__ = "Justin Furuness" __email__ = "jfuruness@...
842
cc:Github Open Source
common_corpus_USPTO
2,021
Method for manufacturing strip-shaped glass film ABSTRACT A position of a band-shaped glass film (1) conveyed downward in a vertical direction is detected by a detection unit (21), and the conveyance speed of each of a plurality of conveyance devices (10, 11, 12, and 14) provided in a horizontal conveyance path (R2) ...
8,883
formal_gov
common_corpus_Github Open Source
2,021
#ifndef _WEDataPathChain_h #define _WEDataPathChain_h #include "../WERef.h" #include "WEDataPath.h" namespace WE { /* class DataPathChain : public Ref { protected: DataPathChain* mpPrev; DataPath::PartIndex mPrevPartCount; DataPath mPath; public: DataPathChain(DataPathChain* pPrev, const TCHAR* path);...
127
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
黑龙江省望奎县人民法院执 行 裁 定 书(2020)黑1221执1152号申请执行人吕永明,男,1964年5月22日出生,身份证号232324196405223034,汉族,住望奎县先锋镇先锋村。被执行人杨继辉,男,1969年6月21日出生,身份证号232330196906213675,汉族,住望奎县先锋镇坤三村。被执行人王维荣,女,1972年2月1日出生,身份证号231224197202010029,汉族,住望奎县先锋镇坤三村。本院在执行吕永明申请执行被执行人杨继辉、王维荣买卖合同纠纷一案,在执行过程中,申请执行人与被执行人达成长期履行和解协议,双方约定在2022年12月前全部履行给付义务。在该执行和解协议履行期间,本案应该终结执...
508
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* FPF - Frame Processing Framework See the file COPYING for copying permission. */ /* class_factory - instrumental functions to help instantiate dynamic class objects History: created: 2015-11 - A.Shumilin. */ #include "class_factory.h" #include "fpf.h" /// INCLUDE ALL CLASS HEADERS HERE // frame sources #inc...
1,349
cc:Github Open Source
common_corpus_Github Open Source
2,021
/**************************************************************************** Copyright (c) 2013 cocos2d-x.org http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without res...
1,714
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright 2012-2017 netsteadfast of copyright Chen Xin Nien * * 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 re...
372
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Page MenuHomePhabricator updateCollation.php on terbium still run code from 1.28.0-wmf.16 against enwiki ( LoadBalancer::reallyOpenConnection: 402+ connections made (master=db1057) LoadBalancer.php line 850 ) Closed, DuplicatePublic Description We had all wikis switched to 1.28.0-wmf.17 but logstash shows that terbi...
165
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
package edu.nus.mrepair.synthesis import edu.nus.mrepair.StatementLevelRepair.{Binding, StatementInstances, SingleStatement, RepairableObject} import edu.nus.mrepair._ import Formula._ import ProgramFormula._ import ComponentFormula._ import ComponentFormula.ConstantConversion._ import scala.reflect.ClassTag sealed ...
5,540
cc:Github Open Source
common_corpus_Github Open Source
2,021
const timer = require('setcountdown'); exports = module.exports = { cleanUpSync: () => { exec('docker stop mongos', { silent: true }); exec('docker rm -fv mongos', { silent: true }); }, startAndInit: (rs1_container_ips, rs2_container_ips, cfg_container_ips, cb) =>...
339
cc:Github Open Source
common_corpus_Github Open Source
2,021
import { ChangeDetectionStrategy, Component, Inject } from '@angular/core'; import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog'; import { WorklogExportSettingsCopy } from '../worklog.model'; import { T } from '../../../t.const'; import * as moment from 'moment'; import { WORKLOG_EXPORT_DEFAULTS } f...
296
cc:Github Open Source
common_corpus_OpenAlex
2,021
  Citation: Zhao, W.; Zhou, D.; Qiu, X.; Jiang, W. How to Represent Paintings: A Painting Classification Using Artistic Comments. Sensors 2021, 21, 1940. https://doi.org/10.3390/ s21061940 Keywords: graph convolutional networks; art classification; machine learning; natural language processing Academic E...
19,710
academic
common_corpus_Github Open Source
2,021
from setuptools import setup, find_packages from os.path import join, dirname setup( name='wserver_qdk', version='0.0.2', packages=find_packages(), author='PunchyArchy', author_email='ksmdrmvscthny@gmail.com', long_description=open(join(dirname(__file__), 'README.txt')).read(), install_requ...
92
cc:Github Open Source
common_corpus_Github Open Source
2,021
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: service.proto package org.chromium.chrome.browser.autofill_assistant.proto; /** * <pre> * Result message used to send payment request related data to the server. * </pre> * * Protobuf type {@code autofill_assistant.PaymentDetails} */ public ...
4,333
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright (c) 2018-2021, Antonio Gabriel Muñoz Conejo <antoniogmc at gmail dot com> * Distributed under the terms of the MIT License */ package com.github.tonivade.zeromock.api; import static com.github.tonivade.purefun.Function1.identity; import com.github.tonivade.purefun.Function1; import com.github.toniva...
213
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省威海市环翠区人民法院民 事 裁 定 书(2021)鲁1002民初793号原告:中国建设银行股份有限公司威海分行,住所地威海市世昌大道**。负责人:李海建,行长。委托诉讼代理人:张慧茹,山东华田律师事务所律师。委托诉讼代理人:于凌波,山东华田律师事务所律师。被告:李晓诗,女,1980年2月27日出生,汉族,住威海市。原告中国建设银行股份有限公司威海分行与被告李晓诗金融借款合同纠纷一案,本院于2021年1月27日立案。原告于2021年1月27日向本院提出撤诉申请,申请撤回对被告的起诉。本院认为,原告在诉讼过程中自愿撤回对被告的起诉,符合有关法律规定,应予准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款之规定,裁定如下:准...
474
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package typingsSlinky.historyJs import typingsSlinky.historyJs.anon.HashChange import typingsSlinky.std.Number import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess} // Since History ...
534
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System.Linq; using CosmosStack.Validation.Objects; using CosmosValidationUT.Models; using Shouldly; using Xunit; namespace CosmosValidationUT.ObjectUT { [Trait("ObjectUT", "VerifiableObjectContract")] public class VerifiableObjectContractTests { [Fact(DisplayName = "Create VerifiableObjectCo...
599
cc:Github Open Source
common_corpus_Github Open Source
2,021
using System.Text.Json.Serialization; using FluentSpotifyApi.Core.Model; namespace FluentSpotifyApi.Model.Playlists { /// <summary> /// Spotify URI of playlist item with positions. /// </summary> public class UriWithPositions : JsonObject { /// <summary> /// The Spotify URI of play...
135
cc:Github Open Source
common_corpus_Github Open Source
2,021
import Hotlines, { hotlineList } from "../Hotlines"; import React from "react"; import { render } from "@testing-library/react"; jest.mock("../HotlineCard", () => () => <div data-test="TEST-hotline-card" />); jest.mock("../PageBanner", () => () => null); jest.mock("react-i18next", () => ({ useTranslation: () => { ...
181
cc:Github Open Source
common_corpus_Github Open Source
2,021
(function (window) { var otherLogin = function () { } //微信登录 otherLogin.prototype.wx_register = function (callback) { var wx = api.require('wxPlus'); wx.auth({}, function (ret, err) { console.log(JSON.stringify(ret)) console.log(JSON.stringify(err)) i...
1,217
cc:Github Open Source
common_corpus_Github Open Source
2,021
tool extends EditorPlugin var shake = 0.0 var shake_intensity = 0.0 var timer = 0.0 var last_key = "" const Boom = preload("boom.tscn") const Blip = preload("blip.tscn") const Newline = preload("newline.tscn") func _enter_tree(): var editor = get_editor_interface() var script_editor = editor.get_script_editor() ...
1,319
cc:Github Open Source
common_corpus_Github Open Source
2,021
import csv, logging import attr from crud.abc import Endpoint, Serializable from diana.dixel import Dixel from diana.utils.dicom import DicomLevel @attr.s class CsvFile(Endpoint, Serializable): fp = attr.ib(default=None) level = attr.ib(default=DicomLevel.STUDIES) name = attr.ib(default="CsvFile") di...
512
cc:Github Open Source
common_corpus_Github Open Source
2,021
package org.tools4j.fix import java.io.File import java.io.IOException import java.nio.charset.Charset import java.nio.file.Files import java.nio.file.Paths /** * User: ben * Date: 20/12/2016 * Time: 5:27 PM */ class FileUtils { fun getFileContent(filePath: String): String? { val errorBuffer = String...
597
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省平舆县人民法院执 行 裁 定 书(2021)豫1723执308号之一申请人驻马店某某面业有限公司,住所地:平舆县城西工业区。法定代表人:姚某某,该公司经理。被执行人冯某某,男,汉族,住平舆县。本院在执行驻马店某某面业有限公司与冯某某租赁合同纠纷一案中,因被执行人拒不履行平舆县人民法院已经发生法律效力(2020)豫1723民初4911号民事判决书所确定的义务。依照《中华人民共和国民事诉讼法》第二百四十条、第二百四十二条、第二百四十三条、第二百四十四条的规定,裁定如下:一、冻结、划拨被执行人冯某某名下的应当履行义务部分的存款。二、扣留、提取被执行人冯某某名下的应当履行义务部分的收入。三、查封、扣押、拍卖、变卖被执行人冯某某名下的应...
470
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
#!/usr/bin/env fish curl -sfLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim vim +'PlugUpdate | PlugInstall --sync' +qa
55
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
广东省广州市中级人民法院民 事 判 决 书(2021)粤01民终10661号上诉人(原审被告):广东汇卡商务服务有限公司,住所地广州市天河区高新技术产业开发区首期工业园建中路62号一楼101号。法定代表人:杨毅。委托诉讼代理人:梁勇邦,广东金马波士德律师事务所律师。委托诉讼代理人:梁司敏,广东金马波士德律师事务所实习人员。上诉人(原审被告):杨毅,男,1964年7月31日出生,汉族,住广东省广州市越秀区。委托诉讼代理人:梁勇邦,广东金马波士德律师事务所律师。委托诉讼代理人:梁司敏,广东金马波士德律师事务所实习人员。被上诉人(原审原告):广东华兴银行股份有限公司,住所地汕头市龙湖区黄山路28号四层,统一社会信用代码9144050027...
8,201
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
config const filename = "asserteof.test.nums"; var infile = open(filename, iomode.cwr); { var writer = infile.writer(); writer.writeln(1); writer.writeln(2); writer.close(); } { var reader = infile.reader(); var x:int; var y:int; reader.read(x); reader.read(y); reader.assertEOF(); reader.close(...
123
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
成都市金牛区人民法院 执 行 完 毕 通 知 书 (2021)川0106执恢419号 本院于2021年3月9日立案恢复陈显康申请执行成都和润物业开发有限责任公司商品房买卖合同纠纷一案,执行依据(2003)成仲案字第270号仲裁裁决书,在执行过程中,本院已依法支付申请执行人案款。现(2021)川0106执恢419号一案已全部执行完毕。 特此通知 二〇二一年三月十七日 来源:百度搜索“马克数据网”
200
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
浙江省嵊州市人民法院 执 行 裁 定 书 (2020)浙0683执2282号之三 申请执行人:浙商银行股份有限公司绍兴嵊州支行,住所地:嵊州市三江街道官河南路******。 被执行人:嵊州市创盈机械有限公司,住所地:嵊州市三江街道三江工业园区江一,住所地:嵊州市三江街道三江工业园区江一路**font-size: 15pt; font-family: 宋体; margin: 0.5pt 0cm; line-height: 25pt; text-indent: 30pt"> 法定代表人:黄小江。 被执行人:黄小江,男,1966年6月26日出生,汉族,住嵊州市。 被执行人:钱良飞,女,1965年12月24日出生,汉族,住嵊州市。 被执行人...
1,653
cc:Chinese-Court-Decisions
common_corpus_USPTO
2,021
Text-based news significance evaluation method, apparatus, and electronic device ABSTRACT The present invention provides text-based news significance evaluation methods, apparatuses, and electronic devices for improving efficiency and accuracy of news significance evaluation, and implementing real-time dynamic evalua...
9,086
formal_gov
common_corpus_Chinese-Court-Decisions
2,021
湖南省怀化市鹤城区人民法院结 案 通 知 书(2021)湘1202执1748号张秀强、姚倩、怀化市第一人民医院:本院依据已经发生法律效力的本院(2019)湘1202民初5272号民事判决,在执行你们医疗损害责任纠纷一案中,经强制执行,申请执行人张秀强、姚倩已受偿111770.55元,本院扣缴1665.5元申请执行费,本案已执行完毕。依据《最高人民法院关于执行案件立案、结案若干问题的意见》第十五条第二款之规定,本案予以结案。特此通知。二〇二一年五月二十五日 关注公众号“马 克 数 据 网”
263
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
package com.zw.platform.domain.vas.carbonmgt.query; import com.zw.platform.util.common.BaseQueryBean; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; /** * 时间能耗统计Query * <p>Title: TimeEnergyStatisticsQuery.java</p> * <p>Copyright: Copyright (c) 2016</p> * <p>Company: ZhongWei</p...
325
cc:Github Open Source
common_corpus_Github Open Source
2,021
-- MySQL dump 10.13 Distrib 8.0.21, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: imobiliaria_francisley_ti2_ag_04 -- ------------------------------------------------------ -- Server version 8.0.21 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHAR...
3,726
cc:Github Open Source
common_corpus_Github Open Source
2,021
namespace System.Security.Cryptography { using System.Text; public static class Hashing { #region Hashes public static string Hmac256(this string data, string key) { key.MustNotBeEmpty(); var bytes = Encoding.UTF8.GetBytes(key); using (var h...
435
cc:Github Open Source
common_corpus_Github Open Source
2,021
#!/usr/bin/env python from setuptools import setup, find_packages LONG_DESCRIPTION = """\ The deployer is a Python framework for automatic application deployment on Posix systems, usually through SSH. When set up, it can be called as a library, but usually, people use it through an interactive command line. Some key...
495
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
台安县人民法院刑 事 判 决 书(2021)辽0321刑初61号公诉机关台安县人民检察院。被告人高德山,男,1963年4月16日出生,汉族,大专文化,无业,户籍所在地台安县。现住台安县。因涉嫌危险驾驶罪,于2021年2月1日被台安县公安局取保候审。台安县人民检察院以台检刑检二部刑诉(2021)50号起诉书指控被告人高德山犯危险驾驶罪,于2021年3月4日向本院提起公诉。本院受理后,依法适用速裁程序,公开开庭进行了审理。台安县人民检察院指派检察长刘忠、检察官助理李雪飞出庭支持公诉,被告人高德山到庭参加了诉讼。现已审理终结。台安县人民检察院指控,2021年1月25日2时许,被告人高德山酒后驾驶辽B×××**号“梅某-奔驰牌”轿车,在台安...
1,245
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:52:31 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/BookDataStore.framework/BookDataStore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016...
531
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
山东省昌乐县人民法院 执 行 裁 定 书 (2021)鲁0725执36号 申请执行人:孙英杰,男,1977年8月7日出生,汉族,住昌乐县。 被执行人:刘学兴,男,1983年9月12日出生,汉族,住昌乐县。 本院立案执行的申请执行人孙英杰与被执行人刘学兴民间借贷纠纷一案,在执行过程中,向被执行人送达了执行通知书、报告财产令,责令被执行人履行(2019)鲁0725民初3388号民事判决书所确定的义务,被执行人未履行,也未报告财产情况。本院依法采取了下列措施: 1.截止2021年4月29日,通过网络查控系统所反馈的财产情况,共计划拨被执行人银行存款4603.68元,该款项已经支付给申请执行人,其他未查得被执行人有价值的财产线索,网络查询的...
924
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import { Component, h, Host } from '@stencil/core'; /** * @slot (default) - Content placed within the container */ @Component({ tag: 'amplify-auth-container', }) export class AmplifyAuthContainer { render() { return ( <Host> <form autoComplete="on" hidden> <input name="username"></input> <input ...
122
cc:Github Open Source
common_corpus_Github Open Source
2,021
package com.izhbg.typz.base.spring; import org.springframework.context.ApplicationContext; /** * 保存ApplicationContext的单例. */ public class ApplicationContextHolder { /** instance. */ private static ApplicationContextHolder instance = new ApplicationContextHolder(); /** ApplicationContext. */ private...
166
cc:Github Open Source
common_corpus_Github Open Source
2,021
import React from 'react'; import { View, Text, SafeAreaView, TouchableOpacity, TextInput, Switch, } from 'react-native'; import MaterialIcons from 'react-native-vector-icons/MaterialIcons'; import Ionicons from 'react-native-vector-icons/Ionicons'; import Octicons from 'react-native-vector-icons/Octicons';...
665
cc:Github Open Source
common_corpus_Github Open Source
2,021
jobs (incl. supersource/sink ): 52 RESOURCES - renewable : 2 R - nonrenewable : 2 N - doubly constrained : 0 D ************************************************************************ PRECEDENCE RELATIONS: jobnr. #modes #successors successors 1 1 15 2 3 4 6 7 8 9 11 12 13 15 ...
6,893
cc:Github Open Source
common_corpus_domsdatabasen
2,021
## **VESTRE LANDSRET RETSBOG** Den 15. december 2021 holdt Vestre Landsret møde i retsbygningen i Viborg. Landsdommerne Linda Hangaard, Mogens Heinsen og Niels Astrup Tipsmark (kst.) behandlede sagen. **Sag BS-36009/2021-VLR** (10. afdeling) Kærende 3, tidligere Sagsøger 3 Kærende 1, tidligere Sagsøger 4 Kærende 4,...
1,148
cc:domsdatabasen
common_corpus_Github Open Source
2,021
/** * Copyright (C) 2020, RTE (http://www.rte-france.com) * SPDX-License-Identifier: Apache-2.0 */ export enum EDAChaincodeMethod { CreateEDA = 'EDA.createEDA', GetAllEDAs = 'EDA.getAllEDAs', GetEDAById = 'EDA.getEDAbyId', QueryEDA = 'EDA.queryEDA', UpdateEDA = 'EDA.updateEDA' }
92
cc:Github Open Source
common_corpus_Github Open Source
2,021
'use strict'; var assert = require('../../../helpers/assert'); describe('the file-hash data generator', function() { var DataGenerator; before(function() { DataGenerator = require('../../../../lib/data-generators/file-hash'); }); describe('#generate', function() { describe('revisionData', function()...
489
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* * Copyright 2020 Web3 Labs Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
299
cc:Github Open Source
common_corpus_StackExchange
2,021
Find matching strings and populate data using openpyxl I have a dictionary and data in Excel. I would like to iterate through all the rows in one column in the excel file and see if it matches the string from my 'key' in my dictionary. Once matched I would like then map the value to a different column but same row. For...
598
misc_reference
common_corpus_Github Open Source
2,021
package com.r3.corda.lib.reissuance.dummy_flows.dummy.dummyStateRequiringAcceptance import co.paralleluniverse.fibers.Suspendable import com.r3.corda.lib.reissuance.dummy_contracts.DummyStateRequiringAcceptanceContract import com.r3.corda.lib.reissuance.dummy_states.DummyStateRequiringAcceptance import com.r3.corda.li...
570
cc:Github Open Source
common_corpus_Github Open Source
2,021
pragma solidity ^0.5.13; import "./ProxyStorage.sol"; /** @title Gas Refund Token Allow any user to sponsor gas refunds for transfer and mints. Utilitzes the gas refund mechanism in EVM Each time an non-empty storage slot is set to 0, evm refund 15,000 to the sender of the transaction. */ contract GasRefundToken is...
1,467
cc:Github Open Source
common_corpus_Github Open Source
2,021
typedef struct _node_personality { Personality_t personality; /* global node id */ uint32_t node_id; /* number of nodes */ uint32_t nodes; /* node coordinates */ uint32_t a, b, c, d, e; uint32_t coord[CR_NUM_DIMS]; /* number of nodes in each dimensions */ uint32_t a_nodes, b_nodes, c_nodes, d_...
113
cc:Github Open Source
common_corpus_French Open Data
2,021
sur 17 Séance du 02 juin 2020 2.1 Enquête nationale de PV des vaccins MENVEO® et NIMENRIX® Pour information 2.2 Enquête nationale de PV sur l'amoxicilline et le risque de cristallurie Pour information Suivi national de PV des spécialités à base de fentanyl à action SCIENT_FOR08 V03 (06/02/2020) Date - Page 2 sur 17 GIB...
10,182
cc:French Open Data
common_corpus_Github Open Source
2,021
/*********************************/ /* Page Credit to Simon Lovelace */ /*********************************/ // Documents const w = window; const W = window; const D = document; const d = document; const Doc = document; const doc = document; //Elements const dElem = document.d...
1,893
cc:Github Open Source
common_corpus_Github Open Source
2,021
''' Utility to change file type in the DB for some files that are passed through a file containing the basenames that want to be modified ''' from ReseqTrackDB import * import argparse import logging import os #RESEQTRACK DB conn params parser = argparse.ArgumentParser(description='Script to calculate different QC met...
530
cc:Github Open Source
common_corpus_Github Open Source
2,021
-- -- FusionPBX -- Version: MPL 1.1 -- -- The contents of this file are subject to the Mozilla Public License Version -- 1.1 (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.mozilla.org/MPL/ -- -- Software distributed under the Li...
1,093
cc:Github Open Source
common_corpus_Github Open Source
2,021
<template> <slider :items="items"> <template slot-scope="{content}"> <article-overview :article="content"></article-overview> </template> </slider> </template> <script src="./js/article-slider.js"> </script>
56
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省邓州市人民法院民 事 裁 定 书(2021)豫1381民初693号原告:刘明会,男,汉族,1986年7月18日出生,户籍地河南省淅川县,现住南阳市镇平县。被告:河南广赟食品有限公司,住所地:邓州市腰店镇草寺村。法定代表人:孙军乐,任公司执行董事兼总经理。委托诉讼代理人:姚云生,河南花洲律师事务所律师(特别授权)。本院在审理原告刘明会诉被告河南广赟食品有限公司为追索劳动报酬纠纷一案中,原告刘明会于2021年4月1日向本院提出撤诉申请。本院认为:原告刘明会申请撤诉,理由正当,被告又无反诉请求,符合法律规定的撤诉条件。依照《中华人民共和国民事诉讼法》第一百四十五条、第一百五十四条第一款第(五)项之规定,裁定如下:准予原告刘明会撤回起...
469
cc:Chinese-Court-Decisions
common_corpus_Chinese-Court-Decisions
2,021
辽宁省昌图县人民法院执 行 裁 定 书(2020)辽1224执恢384号之七申请执行人:李丹会,男性,1969年6月13日出生,住昌图县。被执行人:白晓新,男性,1969年12月28日生,汉族,住昌图县。申请执行人李丹会与白晓新合同、无因管理、不当得利一案,昌图县人民法院作出的(2018)辽1224执1851号法律文书已发生法律效力。因被执行人白晓新没有按期履行生效法律文书确定义务,申请执行人李丹会于2020年9月9日向本院申请强制执行,本院依法受理此案并予以立案。执行过程中,本院2020年9月9日向被执行人白晓新发送执行通知书及财产报告令,限被执行人3日内向本院做出财产申报,被执行人在本院规定时间内未予申报。本院于2020年9月9...
773
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import torchvision.models as models import torch import torch.nn as nn import torch.optim as optim from torchvision import transforms from transformers import DeiTForImageClassification import database.dataset as dataset import numpy as np import time from database.loss import MarginLoss, ProxyNCA_prob, NormSoftmax fr...
2,356
cc:Github Open Source
common_corpus_French Open Data
2,021
La Mission de recherche Droit et Justice et l’Agence Française Anticorruption publient l’état de l’art « La corruption vue par les sciences humaines et sociales ».018 Mai 2021 by Dominique Boralevi La corruption demeure un phénomène plutôt mal connu, sa diffusion au sein de la société française demeure appréhendée avec...
236
cc:French Open Data
common_corpus_Github Open Source
2,021
/** * icn-360 - 360 degree video streaming producer/consumer on NDN * * Copyright (c) 2019 KDDI Research, Inc. * * This software is released under the MIT License. * http://opensource.org/licenses/mit-license.php */ #include <opencv2/highgui/highgui.hpp> #include "ParametersProducer.h" #include "CameraMetadata...
344
cc:Github Open Source
common_corpus_Creative Commons Common Crawl (CCC)
2,021
Skip to main content Quality of life in post-menopausal osteoporosis Abstract Background To evaluate the impact of osteoporosis on the patients' quality of life, particularly in the absence of fractures. Methods 100 post-menopausal women (age 50-85) - 62 with uncomplicated primary osteoporosis and 38 with primary...
7,696
cc:Creative Commons Common Crawl (CCC)
common_corpus_Github Open Source
2,021
using System; using System.Collections; using System.Collections.Generic; using System.Linq.Expressions; #if UNITY_EDITOR using UnityEditor; #endif using UnityEngine; using UnityEngine.Events; public class TimeUtility : MonoSingleton<TimeUtility> { public void RunAfter(Action action, float time) { DoS...
690
cc:Github Open Source
common_corpus_Github Open Source
2,021
import torch import torch.nn as nn import torch.nn.functional as F from torchvision.ops import nms from utils import cxcy_to_xy, gcxgcy_to_cxcy, create_prior_boxes device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model_urls = { 'mobilenet_v2': 'https://download.pytorch.org/models/mobilenet_v2-...
2,792
cc:Github Open Source
common_corpus_Github Open Source
2,021
@import "compass/css3"; @import "mixins"; $default-transition-function: "ease-in-out"; $tooltip-max-width: 400px; $tooltip-arrow-offset: 5px; $tooltip-color: #333; $tooltip-bg: hsla(0, 0%, 100%, 0.9); $tooltip-border-color: hsla(0, 0%, 0%, 0.15); $tooltip-opacity: 1; $tooltip-arrow-width: 5px; $tooltip-arrow-border-w...
2,027
cc:Github Open Source
common_corpus_Github Open Source
2,021
local gauntlet_data = require "gauntlet_data" local CHIP_DATA = require "defs.chip_data_defs" local CHIP_ID = require "defs.chip_id_defs" local ELEMENT_DEFS = require "defs.entity_element_defs" local ELEMENT_CHIP_DAMAGE_INCREASE = { NAME = "Element-Mastery", } local ELEMENT_NAMES = { [ELEMENT_DEFS.ELEMENT_NO...
770
cc:Github Open Source
common_corpus_Github Open Source
2,021
# Code generated by lark_sdk_gen. DO NOT EDIT. from pylark.lark_request import RawRequestReq, _new_method_option from pylark import lark_type, lark_type_sheet, lark_type_approval import attr import typing import io @attr.s class UpdateContactGroupReq(object): group_id: str = attr.ib( default="", metadata...
337
cc:Github Open Source
common_corpus_Github Open Source
2,021
package main import "fmt" func main() { // declaracao com var var s1 []int fmt.Println("Slice 1:", s1) // declaração curta s2 := []int{} fmt.Println("Slice 2:", s2) // tamanho de um slice fmt.Println("Tamanho do slice 1:", len(s1)) fmt.Println("Tamanho do slice 2:", len(s2)) }
94
cc:Github Open Source
common_corpus_Github Open Source
2,021
// ************************************************************************************************* // Horde3D Shader Utility Library // -------------------------------------- // - Common functions - // // Copyright (C) 2006-2016 Nicolas Schulz and Horde3D team // // You may use the following code in projects based o...
244
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
成都市双流区人民法院 民 事 判 决 书 (2021)川0116民初1049号 原告:中国银行股份有限公司双流分行,住所地成都市双流区东升街道棠湖东路一段15号。 负责人:段晓辉,行长。 委托诉讼代理人:徐逸梦,四川明之鉴律师事务所律师。 委托诉讼代理人:杨夏琴,四川明之鉴律师事务所律师。 被告:刘明,男,1996年12月14日出生,汉族,住甘肃省陇西县。 原告中国银行股份有限公司双流分行(以下简称&ldquo;中国银行双流分行&rdquo;)与被告刘明信用卡纠纷一案,本院于2021年1月4日立案后,依法适用简易程序,公开开庭进行了审理。原告中国银行双流分行的委托诉讼代理人徐逸梦到庭参加诉讼。被告刘明经本院传票传唤,无正当理由拒不到...
3,048
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
from typing import TYPE_CHECKING from openff.toolkit.topology import Molecule, Topology from openff.utilities.utilities import has_package, requires_package from simtk import unit if has_package("mbuild") or TYPE_CHECKING: import mbuild as mb @requires_package("mbuild") def offmol_to_compound(off_mol: "Molecule...
349
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
上海市长宁区人民法院执 行 裁 定 书(2021)沪0105执1310号申请执行人:上海云灏贸易有限公司,住所地上海市长宁区。法定代表人:程海清,董事长。被执行人:徐磊,男,1980年5月14日出生,汉族,住河南省。申请执行人上海云灏贸易有限公司为与被执行人徐磊买卖合同纠纷一案,依本院作出的(2020)沪0105民初3506号民事判决,于2021年3月2日向本院申请执行,要求被执行人支付货款81,000元及逾期利息。本院立案受理后,依法对被执行人的财产进行了调查并采取了相应的执行措施(详见执行工作清单):时间执行内容二〇二一年三月四日向被执行人发送执行通知书及财产报告令,责令限期履行义务。二〇二一年三月四日对被执行人名下的银行、车辆...
1,113
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
import { getPlayers, getTopPlayers } from "./awards"; import { dpoyScore, mipFilter, mipScore, mvpScore, royFilter, royScore, smoyFilter, smoyScore, } from "./doAwards.basketball"; const getAwardCandidates = async (season: number) => { const players = await getPlayers(season); const awardCandidates = [ { ...
486
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
河南省郑州航空港经济综合实验区人民法院民 事 裁 定 书(2021)豫0192民初1803号原告:王月,女,1948年6月14日出生,汉族,住河南省禹州市。委托诉讼代理人:陈治恺,上海钧智律师事务所律师。被告:郑州航空港山顶房地产开发有限公司,住所地郑州航空港区郑港六路北侧****楼**。法定代表人:唐晓东,董事长兼总经理。原告王月与被告郑州航空港山顶房地产开发有限公司房屋买卖合同纠纷一案,本院于2021年3月18日立案。本院经审查认为,基于郑州航空港山顶房地产开发有限公司开发的御景园小区延迟交付,已有同一小区的多个当事人分别向本院起诉。根据相关司法解释规定,基于同一事实发生的纠纷,当事人分别向同一人民法院起诉的,人民法院可以合并审...
544
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* SPDX-License-Identifier: MIT */ /* * Author: Theodor Bauer <theodor.bauer@student.hs-rm.de> * Date: 2021 */ #include <can.h> #define CAN_PRV #include <can_prv.h> #include <dcan.h> #include <clock.h> #include <mux.h> #include <iomux.h> #include <vector.h> #include <stdio.h> #include <clk.h> #include <FreeRTOS.h> #...
8,745
cc:Github Open Source
common_corpus_Eurlex
2,021
ifrs-full DescriptionOfAccountingPolicyForLoansAndReceivablesExplanatory text block label Tuairisc ar bheartas cuntasaíochta maidir le hiasachtaí agus infháltais [text block] Cleachtas coiteann: Dáta éaga 2023-01-01 IAS 1.117 b documentation An tuairisc ar bheartas cuntasaíochta an eintitis maidir le hi...
23,423
cc:Eurlex
common_corpus_Github Open Source
2,021
import React from 'react'; import { LayoutRectangle } from "react-native" import { G, Line, Text as SvgText } from "react-native-svg" import Colors from "@style/Colors" import { Sizes } from "@style/Sizes" import { ScaleBand, ScaleLinear } from "d3-scale" import { CategoricalTouchableSvg } from '@components/visualizati...
642
cc:Github Open Source
common_corpus_USPTO
2,021
Method and System for Providing Recommendation Service to User Within Vehicle ABSTRACT A system and method that provide a recommendation service to a user within a vehicle are provided. According to the method, a current emotional state of the user in the vehicle is detected in real time by an emotional detection dev...
9,535
formal_gov
common_corpus_USPTO
2,021
Because the lower inclined portion 37 has a steeper inclination than the upper inclined portion 36, a thickness of the organic layer 4 formed on the lower inclined portion 37 can be reduced. Particularly, by reducing a thickness of a charge transport layer 41 that is one of multiple layers constituting the organic laye...
6,775
formal_gov
common_corpus_OpenAlex
2,021
Edited by: Laurent Frossard, Griffith University, Australia Edited by: Laurent Frossard, Griffith University, Australia Reviewed by: Michael Schwarze, Hannover Medical School, Germany Joshua Steer, University of Southampton, United Kingdom Andrew Baumann, United States Food and Drug Administration, United States Alex Dic...
14,382
academic
common_corpus_Github Open Source
2,021
/*Header Styles*/ header { h1 { display: flex; width: 100%; flex-direction: column; color: $black; z-index: 9999; a { color: $black; // z-index: 999; backface-visibility: hidden; &:hover { color: $red; } .title { ...
324
cc:Github Open Source
common_corpus_Github Open Source
2,021
Public Class XtfBeamXYZA Public Property PositionOffsetX As Double Public Property PositionOffsetY As Double Public Property Depth As Single Public Property Time As Double Public Property Amplitude As Int16 Public Property Quality As Byte Public Sub New() PositionOffsetX = 0 ...
229
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* eslint-disable import/first */ import Vue from 'vue'; import Vuex from 'vuex'; Vue.use(Vuex); import mutations from './mutations'; import actions from './actions'; import getters from './getters'; import auth from './modules/auth'; import classroom from './modules/classroom'; export default new Vuex.Store({ sta...
264
cc:Github Open Source
common_corpus_USPTO
2,021
Electronic device including housing and method for manufacturing the housing ABSTRACT An electronic device is provided. The electronic device includes a front plate, a rear plate facing away the front plate, a side member disposed to surround a space defined between the front plate and the rear plate, wherein the sid...
9,228
formal_gov
common_corpus_Github Open Source
2,021
package burp; import org.apache.commons.text.StringEscapeUtils; import software.amazon.awssdk.services.sts.model.GetCallerIdentityResponse; import javax.swing.*; import java.awt.*; public class SigProfileTestDialog extends JDialog { public SigProfileTestDialog(Frame owner, final SigProfile profile, boolean modal...
325
cc:Github Open Source
common_corpus_Chinese-Court-Decisions
2,021
黑龙江省龙江县人民法院民 事 判 决 书(2021)黑0221民初169号原告:徐满昌,男,1966年1月28日出生,汉族,农民,住黑龙江省龙江县。委托诉讼代理人:刘阳,黑龙江龙韵律师事务所律师。被告:杨玉林,男,1972年3月20日出生,汉族,个体,住黑龙江省龙江县。被告:中国太平洋财产保险股份有限公司齐齐哈尔中心支公司,住所地黑龙江省齐齐哈尔市龙沙区卜奎南大街555号1-4层。负责人:刘全军,职务经理。委托诉讼代理人:邵美玲,黑龙江文龙律师事务所律师。被告:中国大地财产保险股份有限公司哈尔滨市松北支公司,住所地黑龙江省哈尔滨市松北区北岸明珠一期109栋6号商服。负责人:邵宏远,职务经理。委托诉讼代理人:朱一,黑龙江朱一律师事务所...
3,951
cc:Chinese-Court-Decisions
common_corpus_Github Open Source
2,021
/* * Copyright (c) 2017, 2018, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the * following conditions are met: * * * Redistributions of source code must retain the above copyright notice, this list of...
1,753
cc:Github Open Source
common_corpus_USPTO
2,021
Comparative Example 6 Novel Mode of Action of Antibacterial PIM1 Propidium Iodide (PI) Staining P. aeruginosa PAO1 was used in the PI experiments. Cells grown in MHB were harvested in mid-Log phase and resuspended in fresh MHB. PIM1 or colistin (positive control) was added at the indicated concentrations. After 1-hou...
12,612
formal_gov
common_corpus_Github Open Source
2,021
from django.db.models.query_utils import Q from .models import Skill def filter_jobs(jobs, request): filtered = False session = request.session # Clearing all filters try: if request.GET.get("clear") == "1": session["job_skills"] = None session["job_title"] = None ...
412
cc:Github Open Source
common_corpus_Github Open Source
2,021
/** * * Process Editor * * (C) 2009, 2010 inubit AG * (C) 2014 the authors * */ package com.inubit.research.layouter.interfaces; /** * @author ff * */ public interface TWFNodeInterface extends BPMNNodeInterface { /** * return true, if this node is a tool error connector * (the small rectangle on the ...
214
cc:Github Open Source
common_corpus_Github Open Source
2,021
/* Author: Niv Nagli * Project: Drone_Rescue * File: Vec2D.h * Contact Information: itsniv@gmail.com */ #ifndef DRONE_RESCUE_VEC2D_H #define DRONE_RESCUE_VEC2D_H #include <iostream> #include <cstdlib> #include <cmath> /* Description: * The first class i choose to implement is...
567
cc:Github Open Source
common_corpus_Github Open Source
2,021
package org.sterl.education.jobs; import static org.quartz.CronScheduleBuilder.cronSchedule; import static org.quartz.JobBuilder.newJob; import static org.quartz.TriggerBuilder.newTrigger; import java.io.IOException; import java.nio.charset.Charset; import java.sql.Connection; import java.sql.Driver; import java.sql....
1,291
cc:Github Open Source
common_corpus_StackExchange
2,021
Proof Involving Fourier Basis Functions Given the equations $$u(x,t) = \sum_{k \in \mathbb{Z}} = \hat{u}(k,t) \exp(i \pi k x), \hspace{5mm} \hat{u}(k,t) = \frac{1}{2} \int_{-1}^{1}u(x,t) \exp(-i \pi k x)dx,$$ where $i$ is the imaginary unit. Due to the orthogonality and completeness of the Fourier basis functions, we ...
1,779
misc_reference
common_corpus_Github Open Source
2,021
const React = require('react'); const _TextInput = React.forwardRef(({ components, multiline, style, ...props }, ref) => { // const { View = 'input' } = components || {}; const [View, setView] = useState(components?.View || 'input'); useEffect(() => { if (multiline) { setView(components?.TextArea || '...
154
cc:Github Open Source