source stringclasses 40
values | date int32 2.02k 2.02k | text stringlengths 61 2.1M | token_count int32 50 1.16M | category stringclasses 38
values |
|---|---|---|---|---|
common_corpus_Github Open Source | 2,021 | /*!
* Copyright (c) 2014 by Contributors
* \file random.h
* \brief Random inline functions for tensor.
* \author Bing Xu, Tianqi Chen
* Based on curand|MKL|stdlib
*/
#ifndef MSHADOW_RANDOM_H_
#define MSHADOW_RANDOM_H_
#include <cstdlib>
#include "./base.h"
#include "./tensor.h"
#include "./tensor_container... | 3,999 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | """A wrapper around all asmk-related packages for convenient use"""
import os.path
import time
import numpy as np
from . import kernel as kern_pkg, codebook as cdb_pkg, index as idx_pkg, inverted_file as ivf_pkg
from . import io_helpers
class ASMKMethod:
"""
Class to keep necessary objects and provide easy ... | 2,302 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System.Runtime.InteropServices;
namespace Ryujinx.Input.Motion.CemuHook.Protocol
{
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct ControllerInfoResponse
{
public SharedResponse Shared;
private byte _zero;
}
[StructLayout(LayoutKind.Sequential, Pack ... | 114 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using UnityEngine;
namespace Professions
{
public abstract class WorkTask : ScriptableObject
{
public Workplace profession;
public string productionName;
public ResourceCountPair product;
public uint time;
public abstract... | 88 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Replace all occurrences of letter in an array of strings
How do I find a single character in a string that is in a string array? I need it to be switched with another letter. Given an array
string A[5] = {"hello","my","name","is","lukas"};
I need to replace a single character in each word (let's say the letter 'l', an... | 441 | misc_reference |
common_corpus_Github Open Source | 2,021 | /*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "... | 893 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Beehive2
{
internal class VisAI
{
// alternate version to be found in Player, as menus can't use D0 to D5 keys
public static void VisFlowFromMenuBar(int pick)
{
Refs.p.viewFlow = pi... | 94 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # coding=utf-8
# Copyright 2014 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).
from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
unicode_literals, with_statement)
import hashlib
impor... | 3,152 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<v-container grid-list-md fluid>
<v-layout row wrap>
<v-flex md12>
<client-only>
<game-info-card :item="item" />
</client-only>
</v-flex>
</v-layout>
</v-container>
</template>
<script>
export default {
d... | 175 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | export default {
background: "#0D0208",
themeToolbarColor: "#0D0208",
color: "#00FF41",
promptColor: "#008F11",
fontFamily: "monospace",
fontSize: "18px",
lineHeight: "1.5",
padding: "1em",
};
| 70 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河北省承德市中级人民法院民 事 判 决 书(2021)冀08民终2005号上诉人(原审被告):承德碧成房地产开发有限公司,住所地河北省承德市宽城满族自治县宽城镇滨河街天宝下花园小区4号楼5铺3楼。法定代表人:姚笛,总经理。委托诉讼代理人:姜凯,男,系该公司员工。被上诉人(原审原告):翁笠民,男,1986年7月17日出生,满族,个体,现住河北省承德市。委托诉讼代理人:刘建军,男,1978年10月3日出生,满族,个体,住河北省承德市宽城满族自治县,系翁笠民姐夫。委托诉讼代理人:裴文卓,河北伸正律师事务所律师。上诉人承德碧成房地产开发有限公司(以下简称碧成房地产公司)因与被上诉人翁笠民房屋买卖合同纠纷一案,不服河北省宽城满族自治县人民法院... | 6,151 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | function addLeftColumnGUI(gui)
% Syntax:
%
% addLeftColumnGUI(gui)
%
% Description:
%
% Part of DAG.
%
% Written by Per Bjarne Bye
% Copyright (c) 2021, Kenneth Sæterhagen Paulsen
f = gui.figureHandle;
name = gui.name;
if isempty(gui.parent)
parentName = '';
else
parentName = [... | 1,656 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Arborglyph
From Infogalactic: the planetary knowledge core
Jump to: navigation, search
File:Tom Mix dendroglyph.JPG
Portrait in aspen tree of Tom Mix, dated 1936, Santa Fe National Forest, Río Arriba County, New Mexico
Arborglyphs, dendroglyphs, silvaglyphs, modified cultural trees, or aspen carvings are tree carving... | 886 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | use super::size_of::SizeOf;
use crate::types::{self, Type};
#[derive(Clone, Debug, PartialEq)]
pub struct AlignOf {
type_: Type,
}
impl AlignOf {
pub const RESULT_TYPE: types::Primitive = SizeOf::RESULT_TYPE;
pub fn new(type_: impl Into<Type>) -> Self {
Self {
type_: type_.into(),
... | 104 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # -*- coding: utf-8 -*-
import json
import threading
import time
from abc import abstractmethod
from typing import Optional
from dmtp.mtp import tlv
from dmtp import mtp
import dmtp
import stun
from .manager import ContactManager, FieldValueEncoder, Session
def time_string(timestamp: int) -> str:
time_array = ... | 2,086 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖南省茶陵县人民法院执 行 裁 定 书(2021)湘0224执352号被执行人:李东,男,汉族,茶陵县人。本院在执行被执行人李东因盗窃罪判处罚金、责令退赔一案,茶陵县人民法院于2020年12月24日作出(2020)湘0224刑初277号刑事判决书已发生法律效力。由于被执行人李东未能按期履行生效法律文书确定的义务,本院于2021年4月2日立案执行。2021年4月12日,本院向被执行人李东邮寄送达了执行通知书及报告财产令。分别于2021年4月6日、2021年5月24日发起总对总网络财产查控,查询被执行人李东银行存款、工商、证券、车辆信息等情况,已冻结被执行人名下银行账户,但账户无余额。后又分别查询被执行人名下房产、公积金和保险情况,被执... | 842 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 黑龙江省桦川县人民法院民 事 裁 定 书(2021)黑0826民初208号原告:桦川融兴村镇银行有限责任公司,住所地:桦川县悦来镇悦来北大街31号法定代表人:陈维海职务:董事长委托诉讼代理人:孔庆雷,系该行总监被告:任启龙,男,1982年7月14日出生,汉族,农民,户籍地黑龙江省桦川县。被告:候立婷(系任启龙配偶),女,1992年10月1日出生,汉族,农民,户籍地黑龙江省桦川县。被告:李纯鹏,男,1992年12月10日出生,汉族,农民,户籍地黑龙江省桦川县。被告:董大臣,男,1983年10月10日出生,汉族,农民,户籍地黑龙江省桦川县。被告:谢宏斌,男,1971年2月4日出生,汉族,农民,户籍地黑龙江省桦川县。被告:李玉杰(系谢宏斌... | 839 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | @extends('principal')
@section('title', "Novo");
@section('content')
<h1>Novo cliente </h1>
<form>
Nome: <input type="text" name="nome" id="nome"> <br/>
Email: <input type="text" name="email" id="email"> <br/>
DDD: <input type="text" name="ddd" id="ddd"> <br/>
Telefone: <input type="text" name="tele... | 160 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System.Collections.Generic;
namespace TK.CustomMap.Overlays
{
public class TKPolyline : TKOverlay
{
List<Position> _lineCoordinates;
float _lineWidth;
/// <summary>
/// Coordinates of the line
/// </summary>
public List<Position> LineCoordinates
{... | 186 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
defined('BASEPATH') or exit('No direct script access allowed');
class Diagnosa extends CI_Controller
{
public function __construct()
{
parent::__construct();
$this->isLogin = $this->session->userdata('isLogin');
if ($this->isLogin == 0) {
redirect(base_url());
... | 625 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 新疆维吾尔自治区温宿县人民法院 结 案 通 知 书 (2021)新2922执保337号 曾湘娥、焦兵: 申请人曾湘娥与被申请人焦兵财产保全执行一案,本案受理执行后,于2021年7月7日人民法院执行案件流程信息管理系统查询被申请人焦兵,依法冻结被申请人焦兵在中国农业银行股份有限公司阿克苏东城(兵团)支行20000元银行存款,本院依法将执行保全情况告知申请执行人曾湘娥,本案依法按照保全完毕予以结案。 特此通知。 温宿县人民法院 二〇二一年七月七日 来自:www.macrodatas.cn | 265 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #define NOMINMAX
#include "profilerimpl.hpp"
#include <corhdr.h>
#include <set>
#include <map>
#include <vector>
#include <fstream>
#include <string>
#include <sstream>
#include <memory>
#include <iostream>
#include <algorithm>
#pragma comment (lib, "corguids.lib")
ProfilerImpl::ProfilerImpl() {
mRefCount = 1;
}
... | 7,767 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import * as jsdom from "jsdom";
const dom = new jsdom.JSDOM();
const domParser = new dom.window.DOMParser();
const copyChildrenNodesWithoutWhiteSpace = (document) => {
const clone = document.cloneNode();
for (const child of document.childNodes) {
const childCopy = copyChildrenNodesWithoutWhiteSpace(child);
... | 149 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import BuilderNetworkClient from "../../network/client/BuilderNetworkClient";
import INetworkClient from "../../network/client/INetworkClient";
import UDPSocket from "../../network/socket/UDPSocket";
import PacketBuilderManager from "../../network/protocol/builder/PacketBuilderManager";
import PacketFactory from "../..... | 505 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | namespace HashtagIT.Web.ViewModels.IG
{
using System;
using System.Collections.Generic;
using System.Text;
public class FriendshipViewModel
{
public bool Friends { get; set; }
public string IGFullName { get; set; }
public string ProfilePicUrl { get; set; }
public... | 90 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.imooc.order.pojo.bo;
/**
* 用于创建订单的BO对象
*/
public class SubmitOrderBO {
private String userId;
private String itemSpecIds;
private String addressId;
private Integer payMethod;
private String leftMsg;
public String getUserId() {
return userId;
}
public void setUse... | 309 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module Export
class Clade
# (4712200) => Tetrapoda (135_778)
# (1642) => Mamalia (88_165)
# (7662) => Carnivora (10_369)
# (7665) => Procyonidae (695)
# Export::Clade.save(7665)
def self.save(id)
Export::Clade.new(id).save
end
def initialize(id)
@id = id
@trusted = ... | 8,024 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.7.3.3_A4;
* @section: 15.7.3.3;
* @assertion: Number.MIN_VALUE has the attribute DontEnum;
* @description: Checking if enumerating Number.MIN_VALUE fails;
*/
//CHECK... | 154 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | within eFMI_TestCases.M04_DrivetrainTorqueControl.TestSetups;
model FFControlledPlant
extends Modelica.Icons.Example;
Utilities.DesiredTorque desiredTorque
annotation (Placement(transformation(extent={{-80,-10},{-60,10}})));
PlantModels.PlantForSimulation vehicle
annotation (Placement(transformation(ext... | 215 | cc:Github Open Source |
common_corpus_French-Science-Pile | 2,021 | The interactions and frictions between households and the government, seen as two competing, forward-looking agents with different degrees of impatience, are intended to reflect more closely the political economy reality. Moreover, the government is constrained, in the sense that it cannot accumulate assets, and the on... | 9,571 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | #unzip cp_decompose.zip
#tar -xvf armadillo-7.800.2.tar.xz
#tar -xvf OpenBLAS\ 0.2.20\ version.tar.gz
module load gcc openmpi cmake/3.9.0
echo "Building OpenBlas"
cd install_dependencies/xianyi-OpenBLAS-6d2da63/
echo "Now in Directory : ${PWD}"
cmake .
echo "Installing OpenBlas"
make -j32
make PREFIX=$PWD/ DESTDIR=$PWD... | 395 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省芜湖市鸠江区人民法院 民 事 裁 定 书 (2020)皖0207民初611号之二 解除保全申请人:芜湖市鸠江区沈巷镇人民政府,住所地安徽省芜湖市鸠江区沈巷镇花园路,统一社会信用代码113402070032786147。 负责人:林志凤,镇长。 委托诉讼代理人:戴林,安徽瀛国伦律师事务所律师。 委托诉讼代理人:张磊,安徽瀛国伦律师事务所律师。 被申请人:安徽芜湖京江置业有限公司,住所地安徽省芜湖市鸠江区沈巷镇沈奥花园小区**商铺**01-04,统一社会信用代码91340207672613846P。 法定代表人:李**,总经理。 委托诉讼代理人:鲁军,北京德和衡(南京)律师事务所律师。 委托诉讼代理人:史裕安,北京德和衡(南京)律... | 1,046 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | from python_ibft.bls_threshold import generate_keys
import json
import argparse
parser = argparse.ArgumentParser(description='Run Istanbul BFT process.')
parser.add_argument('--parties', metavar='parties_json', type=str, default="parties.json",
help='JSON configuring the parties')
parser.add_argume... | 230 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import airflow.utils.dates
from airflow.models import DAG
from airflow.operators.bash_operator import BashOperator
from airflow.operators.python_operator import PythonOperator
dag = DAG(
dag_id="example_trigger_target_dag",
default_args={"start_date": airflow.utils.dates.days_ago(2), "owner": "Airflow"},
s... | 212 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Gentoo Archives: gentoo-dev
From: Marek Szuba<EMAIL_ADDRESS>To<EMAIL_ADDRESS>Subject: [gentoo-dev] [PATCH 0/2] Lua eclasses: prepare for dropping lua5-2 support
Date: Fri, 23 Jul 2021 23:21:01
Message-Id<EMAIL_ADDRESS>1 If memory serves me right there _are_ ebuilds which mention lua5-2 in
2 lua_gen_cond_dep() calls. L... | 187 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | package com.htt.kon.adapter.list;
import com.htt.kon.bean.Music;
import java.util.List;
/**
* @author su
* @date 2020/02/23 19:42
*/
public interface CommonAdapter {
/**
* 设置左侧按钮的点击事件监听器
*
* @param listener OnOptionClickListener
*/
void setOnOptionClickListener(OnOptionClickListener ... | 123 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 建昌县人民法院 应 诉 通 知 书 (2021)辽1422民初861号 于某: 本院已受理吴连丰诉于某离婚纠纷一案,现发送起诉状副本一份,并将有关事项通知如下: 一、当事人在诉讼过程中,有权行使《中华人民共和国民事诉讼法》第四十九条、第五十条、第五十一条、等规定的诉讼权利,同时必须遵守诉讼秩序,履行诉讼义务。 二、你方应当在收到起诉状之日起十五日(涉外案件为三十日)内向本院提交答辩状一式两份。 三、法人或者其他组织参加诉讼的,应当提交法人或者其他组织资格证明以及法定代表人身份证明书或者负责人身份证明书。自然人参加诉讼的,应当提交身份证明。 四、需要委托代理人代为诉讼的,应当提交由委托人签名或者盖章的授权委托书,授权委托书应当依照《中... | 454 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | var dnode = require('dnode');
var config = require('./config');
var argv = require('yargs').argv;
var port = argv.dport || config.get('daemon.port');
/**
* Basic signals for running
* nikki in detached mode.
*/
module.exports = {
/**
* Setup the daemon.
*/
setup: function() {
var server = dnode({... | 311 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省郑州高新技术产业开发区人民法院执 行 通 知 书(2020)豫0191执20906号胡东升:你与河南开心豆信息科技有限公司追偿权纠纷一案,本院作出的(2020)豫0191民初13878号民事判决书已发生法律效力。申请执行人河南开心豆信息科技有限公司于2020年12月29日向本院申请强制执行,本院于当日依法立案执行。依照《中华人民共和国民事诉讼法》第二百四十条、第二百五十三条、《最高人民法院关于人民法院执行工作若干问题的规定(试行)》第24条的规定,责令你自本通知书送达之日起履行下列义务:一、向申请人支付24181.93元及利息;二、向申请人支付迟延履行期间的债务利息;三、负担申请执行费263元。(以上金额以实际结案之日核算为准... | 677 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package nam.workspaceService;
import org.aries.bean.Proxy;
import org.aries.tx.service.ejb.EJBProxy;
public class WorkspaceServiceProxyForEJB extends EJBProxy implements Proxy<WorkspaceService> {
private WorkspaceServiceInterceptor workspaceServiceInterceptor;
public WorkspaceServiceProxyForEJB(String servic... | 135 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | ML.NET export to ONNX
NET GUI tools to train model. The model works great with C# application, but I want to have it in ONNX format. I have found tools which are converting between model formats, but couldn't find anything for ML.NET generated format. Apparently it's some zip file, and nothing more I know about it. doe... | 627 | misc_reference |
common_corpus_Github Open Source | 2,021 | package io.github.xyz.spring.boot.data.elasticsearch.repository;
import io.github.xyz.spring.boot.data.elasticsearch.entity.Article;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* @author zhaoyunxing
* @date 2020/7/15 19:18
*/
public interface ArticleRepository extends Elas... | 71 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<div class="main">
<el-card style="height:100%;overflow-y:auto">
<el-page-header @back="goBack" content="编辑计划总结">
</el-page-header>
<el-divider></el-divider>
<mavon-editor v-if="preview" @save="save" v-model="context"
:subfield="false"
:defaultOpen="'preview'"
:... | 1,097 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright 2016-2019 the Bayou Authors (Dan Bornstein et alia).
// Licensed AS IS and WITHOUT WARRANTY under the Apache License,
// Version 2.0. Details: <http://www.apache.org/licenses/LICENSE-2.0>
import { assert } from 'chai';
import { describe, it } from 'mocha';
import { RedactUtil } from '@bayou/see-all';
imp... | 3,345 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 河北省鸡泽县人民法院执 行 裁 定 书(2021)冀0431执异22号案外人:蔡瑞行,男,1996年11月25日出生,汉族,农民,住鸡泽县。委托诉讼代理人:赵亚聪,女,1997年7月11日出生,汉族,农民,住鸡泽县,系蔡瑞行妻子。申请执行人:鲍占军,男,1955年3月28日出生,汉族,农民,住鸡泽县。被执行人:蔡世强,男,1973年8月1日出生,汉族,农民,住鸡泽县。本院在执行鲍占军申请执行蔡世强民间借贷纠纷一案中,案外人蔡瑞行于2021年8月19日就鸡泽县人民法院对蔡瑞行所有的冀D×××××小型轿车的扣押提出书面异议,并不得对该车辆执行。本院受理后,依法组成合议庭进行了审查,现已审查终结。案外人蔡瑞行称,蔡瑞行于2018年1月23... | 4,050 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Pegasus.Web.Models;
using Pegasus.DataStore.Documents;
using Pegasus.DataStore.Interfaces;
namespace Pegasus.Web.Contro... | 1,809 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | 6, б) - II
Олово като легиращ елемент за сплави на алуминия с тегловно съдържание на олово до 0,4 %
Изтича на 18 май 2021 г. за категории 1 — 7 и 10.
▼M43
6, в)
Медна сплав с тегловно съдържание на олово до 4 %
Изтича на:
— 21 юли 2021 г. за категории 1 — 7 и 10,
— 21 юли 2021 г. за категории 8 и 9, раз... | 21,381 | cc:Eurlex |
common_corpus_Github Open Source | 2,021 | /* Generated from:
* ap-northeast-1 (https://d33vqc0rt9ld30.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 39.2.0,
* ap-northeast-2 (https://d1ane3fvebulky.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 39.2.0,
* ap-northeast-3 (https://d2zq80gdmjim8k.cl... | 808 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System.Collections.Generic;
using GuiLabs.Editor.Actions;
using GuiLabs.Utils;
using GuiLabs.Undo;
using System.Windows.Forms;
namespace GuiLabs.Editor.Blocks
{
public abstract partial class Block
{
#region Append
public virtual void AppendBlocks(IEnumerable<Block> blocksToAppend)
{
if (this.Parent =... | 1,947 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 黑龙江省虎林市人民法院执 行 裁 定 书(2021)黑0381执1748号申请执行人:中国邮政储蓄银行股份有限公司虎林市支行,住所地虎林市中心社区1单元101室。负责人:包明林,行长。委托代理人:尹才全、宋树宽,该行职工。被执行人:郑铁文,男,1982年12月1日生,汉族,住虎林市。被执行人:栾玉明,女,1984年9月6日生,汉族,住虎林市。申请执行人中国邮政储蓄银行虎林市支行与被执行人郑铁文、栾玉明金融借款合同纠纷一案,本院于2020年10月29日作出(2020)黑0381民初1606号民事判决书,法律文书发生法律效力后,郑铁文、栾玉明未履行生效法律文书确定的给付义务。中国邮政储蓄银行虎林市支行于2021年5月13日向本院申请强制... | 679 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.batchai.v2018_05_01.implementation;
import com.m... | 1,248 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include "../CK3toEU4/Source/CK3World/CoatsOfArms/CoatOfArms.h"
#include "gtest/gtest.h"
#include <sstream>
TEST(CK3World_CoatOfArmsTests, IDCanBeSet)
{
std::stringstream input;
const CK3::CoatOfArms coatOfArms(input, 79);
ASSERT_EQ(79, coatOfArms.getID());
}
TEST(CK3World_CoatOfArmsTests, loadValuesDefaultToBla... | 1,207 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 广东省广州市越秀区人民法院民 事 判 决 书(2021)粤0104民初20552号原告:广州海印互联网小额贷款有限公司,住所地广州市越秀区长堤大马路248号3楼。法定代表人:邵建明。委托诉讼代理人:吴晓茵,北京市浩天信和(广州)律师事务所律师。委托诉讼代理人:李和亮,北京市浩天信和(广州)律师事务所律师。被告:满胜海,男,1972年11月12日出生,汉族,住广东省茂名市茂南区。原告广州海印互联网小额贷款有限公司与被告满胜海小额借款合同纠纷一案,本院于2021年4月9日立案后,依据《全国人民代表大会常务委员会关于授权最高人民法院在部分地区开展民事诉讼程序繁简分流改革试点工作的决定》,本案适用简易程序,公开开庭进行了审理。原告的委托诉讼... | 2,355 | cc:Chinese-Court-Decisions |
common_corpus_OpenAlex | 2,021 | 154 154 УДК 159.923
DOI https://doi.org/10.26661/2310-4368/2020-2-16 УДК 159.923
DOI https://doi.org/10.26661/2310-4368/2020-2-16 Ключові слова: агресивність,
агресивність підлітків з
адиктивною поведінкою,
критерії, показники, рівні,
чинник. Проблеми сучасної психології № 2 (18), 2020 SOCIAL-PSYCHOLOGICAL FACTORS ... | 22,094 | academic |
common_corpus_Github Open Source | 2,021 | """
Biological Knowledge Graph (BCKG) v1.0
This is the initial implementation of the BCKG API.
Generated by Python OpenAPI Parser v0.2.4
"""
from .client import *
from collections import namedtuple
__title__ = 'biological-knowledge-graph-bck-g'
__author__ = 'openapi-parser-0.2.4'
__license__ = 'Unlicensed'
__copyr... | 328 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import pytest
from .selection import selection_sort
def test_selection_sort_exists():
"""Test that the function exists."""
assert selection_sort
def test_list_output():
"""Test lst returns the right order."""
selection_sort([5, 2, 1, 9, 0, 4, 6])
assert [0, 1, 2, 4, 5, 6, 9]
def test_list_outp... | 176 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市黄浦区人民法院民 事 判 决 书(2021)沪0101民初345号原告:中信银行股份有限公司信用卡中心上海分中心,住所地中国(上海)自由贸易试验区世博馆路112、138号7层7-3。负责人:陈晨,总经理。委托诉讼代理人:丁潇,上海欧瑞腾律师事务所律师。委托诉讼代理人:唐华娟,上海欧瑞腾律师事务所律师。被告:李小会,男,1985年4月26日出生,汉族,住湖北省枣阳市。原告中信银行股份有限公司信用卡中心上海分中心与被告李小会信用卡纠纷一案,本院于2021年1月4日立案后,根据《全国人民代表大会常务委员会关于授权最高人民法院在部分地区开展民事诉讼程序繁简分流改革试点工作的决定》,依法适用简易程序,公开开庭进行了独任审理。原告中信银行... | 2,053 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | bool validParentheses(String braces) {
final stack = [];
for (int x = 0; x < braces.length; x++) {
final char = braces[x];
if (char == '(') {
stack.add(char);
} else if (char == ')') {
if (stack.isEmpty) {
return false;
}
stack.removeLast();
}
}
if (stack.isNo... | 100 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #!usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Application module.
"""
__author__ = 'Ziang Lu'
from atm import AtmMachine
from card import Card
def main():
pnc_card = Card(1005, 1000)
atm = AtmMachine()
atm.insert_card(pnc_card)
atm.enter_pin(1005)
atm.check_balance()
atm.request_cash(1... | 195 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 |
@extends('backend.layouts.app')
@section('title', 'Update Blog')
@section('backend-content')
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<!-- SELECT2 EXAMPLE -->
<div class="card card-default">
<div class="card-header">
<h3 class="card-... | 1,442 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #include "browsermanager.h"
browserManager::browserManager()
{
page = 0;
pageMaximum=0;
pageMinimum=0;
}
browserManager::~browserManager()
{
}
int browserManager::getComicPage()
{
return page;
}
void browserManager::setComicPage(const int p)
{
page = p;
}
void browserManager::setPageMaximum(co... | 138 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env python
from __future__ import print_function
import sys
from chickenpie.vm import Machine
def main():
if len(sys.argv) < 2:
print('Usage: chicken SCRIPT.CH [INPUT]', file=sys.stderr)
return
machina = Machine()
script = sys.argv[1]
if script == '-':
machina.l... | 138 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 江苏省宿迁市宿城区人民法院结 案 通 知 书(2021)苏1302执1973号申请执行人董跃被执行人夏明君、管永红申请执行人董跃与被执行人夏明君、管永红纠纷一案,申请将宿迁市宿城区西湖上城3幢2单元404室登记至董跃名下。经本院立案受理,现已强制执行完毕,已将宿迁市宿城区西湖上城3幢2单元404室登记至董跃名下。至此,董跃向本院申请执行的(2011)宿城民调初字第0067号民事调解书已全部执行完毕,现已结案。本案执行费500.00元亦全部执行到位。特此通知。二〇二一年五月十日 更多数据:搜索“马克数据网”来源:www.macrodatas.cn | 289 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 |
local PANEL = {};
transitionSpeed = 5;
function PANEL:Init ( )
self:SetVisible(true);
self.NextChangeVisi = CurTime();
self.ourAlpha = 255;
end
function PANEL:PerformLayout ( )
end
function PANEL:Paint ( )
if (self.NextChangeVisi <= CurTime()) then
self.NextChangeVisi = CurTime() + (1 / 200);
if (... | 1,040 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /**
* Copyright 2014, WebGate Consulting AG
*
* 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... | 379 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import responses
from dagster import ModeDefinition, execute_solid
from dagster_dbt import (
DbtRpcOutput,
dbt_rpc_resource,
dbt_rpc_run,
dbt_rpc_run_and_wait,
dbt_rpc_run_operation,
dbt_rpc_run_operation_and_wait,
dbt_rpc_snapshot,
dbt_rpc_snapshot_and_wait,
dbt_rpc_snapshot_freshne... | 2,408 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
/*
* This file is part of Twig.
*
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Twig\Extra\Cache\Tests;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Cache\Adapter\ArrayAdapter;
u... | 768 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env bash
service nginx start
(
cd /
su www-data -s /bin/bash -pc '
hypercorn \
--user $(id -u www-data) \
--group $(id -g www-data) \
--umask "0022" \
--workers 1 \
--bind unix:/tmp/hypercorn.sock \
--error-logfile - \
--access-logfile - \
--con... | 108 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 |
# PyZ3950_parsetab.py
# This file is automatically generated. Do not edit.
# pylint: disable=W,C,R
_tabversion = '3.10'
_lr_method = 'LALR'
_lr_signature = 'leftLOGOPATTRSET COMMA LOGOP LPAREN QUAL QUOTEDVALUE RELOP RPAREN SET SLASH WORDtop : cclfind_or_attrsetcclfind_or_attrset : cclfindcclfind_or_attrset : ATTRSET... | 1,263 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import java.io.*;
class ascii
{
char a[][] = new char[20][20];
int n;
ascii(char x[][])
{
int i,j;
n=16;
for(i=0;i<n;i++)
for(j=0;j<n;j++)
a[i][j]=x[i][j];
}
public void left()
{
int i,j;
char t;
for(i=0;i<n;i++)
{
t=a[i][0];
for(j=0;j<n-1;j++)
a[i][j... | 1,228 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace App\Http\Controllers;
use App\Models\Userdata;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
use function PHPUnit\Framework\isEmpty;
class UserdataContoroller extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
... | 1,080 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Chatsworth, Georgia facts for kids
Kids Encyclopedia Facts
Quick facts for kids
Chatsworth, Georgia
Downtown Chatsworth
Location in Murray County and the state of Georgia
Country United States
State Georgia
County Murray
Area
• Total 5.33 sq mi (13.80 km2)
• Land 5.32 sq mi (13.77 km2)
• Water 0.01 sq mi (0.02 km2)... | 1,003 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Chinese-Court-Decisions | 2,021 | 福建省漳州市龙海区人民法院民 事 判 决 书(2021)闽0681民初1784号原告:厦门市七星通联科技有限公司,住所地福建省厦门市软件园三期诚毅北大街62号109单元0176号,统一社会信用代码91350203094347477A。法定代表人:庄莫毅,董事长。委托诉讼代理人:谢宝兰,女,1990年1月25日出生。委托诉讼代理人:刘勇,男,1993年6月7日出生。被告:许勇裕,男,1992年10月2日出生,汉族,住福建省龙海市。原告厦门市七星通联科技有限公司(以下简称“七星公司”)与被告许勇裕追偿权纠纷一案,本院于2021年3月4日立案后,依法适用简易程序,公开开庭进行了审理。原告七星公司的委托诉讼代理人刘勇到庭参加诉讼,被告许勇裕... | 2,792 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | package io.toolisticon.aptk.templating.templateblocks;
import io.toolisticon.aptk.templating.ParseUtilities;
import io.toolisticon.aptk.templating.exceptions.InvalidExpressionResult;
import io.toolisticon.aptk.templating.expressions.Expression;
import io.toolisticon.aptk.templating.expressions.ExpressionParser;
import... | 456 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #region Apache-v2.0
// Copyright 2017 Will Hopkins - Moonrise Media 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/LICENS... | 845 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | The N processing components in connection with RAM 2824 generally operate to execute the instructions stored in nonvolatile memory 2820 to enable the source impedance of a generator to be modified to achieve one or more objectives. For example, non-transitory processor-executable instructions to effectuate the methods ... | 1,742 | formal_gov |
common_corpus_Github Open Source | 2,021 | package com.knox.aurora.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.knox.aurora.mapper.BmsSystemConfigMapper;
import com.knox.aurora.model.entity.BmsSystemConfig;
import com.knox.aurora.service.IBmsSystemConfigService;
import org.springframework.stereotype.Service;
/**... | 114 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Bullet : MonoBehaviour
{
public Vector3 direction;
public float speed;
// Update is called once per frame
void Update()
{
this.transform.position += direction * speed * Time.deltaTime;
... | 132 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // Copyright 2019 MesaTEE Authors
//
// 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... | 269 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | module Cloudkeeper
module One
module ApplianceActions
module Update
include Utils::TemplatePreparation
def update_metadata(proto_appliance)
raise Cloudkeeper::One::Errors::ArgumentError, 'appliance cannot be nil' unless proto_appliance
templates = template_handler.find_... | 293 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 福建省漳州市龙海区人民法院民 事 裁 定 书(2021)闽0681民初4988号原告:多棱新材料股份有限公司,住所地福建省漳州台商投资区角美镇龙田村,统一社会信用代码9135060061147810XH。法定代表人:王友杰,总经理。委托诉讼代理人:曾伟国,福建维堂律师事务所律师。委托诉讼代理人:谢绍津,福建维堂律师事务所律师。被告:连平县合文金属制品有限公司,住所地广东省连平县忠信镇工业园,统一社会信用代码914416236824614287。法定代表人:官卫国,执行董事兼经理。原告多棱新材料股份有限公司与被告连平县合文金属制品有限公司买卖合同纠纷一案,本院于2021年8月6日立案。原告多棱新材料股份有限公司于2021年8月20日向... | 576 | cc:Chinese-Court-Decisions |
common_corpus_French-Science-Pile | 2,021 | Teaching, research and university extension from a
perspective of Design for social innovation
Beany Monteiro, ; Ludovic Duhem, Jacqueline Febvre, Aurélien Montagu
To cite this version:
Beany Monteiro, ; Ludovic Duhem, Jacqueline Febvre, Aurélien Montagu. Teaching, research and
university extension from a perspective ... | 7,197 | cc:French-Science-Pile |
common_corpus_Github Open Source | 2,021 | import './component/angularjs-dropdown-multiselect.module';
import component from './main/main.component';
import v1component from './v1docs/v1docs.component';
angular.module('AngularjsDropdownMultiselectExample', [
'angularjs-dropdown-multiselect',
'hljs',
'ui.bootstrap',
'ui.router',
])
.component('main', compon... | 166 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package org.thp.thehive.controllers.v1
import org.thp.scalligraph.traversal.TraversalOps.TraversalOpsDefs
import org.thp.scalligraph.traversal.{Converter, Traversal}
import org.thp.thehive.controllers.v1.Conversion._
import org.thp.thehive.models.Procedure
import org.thp.thehive.services.PatternOps._
import org.thp.th... | 332 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /* eslint-disable max-classes-per-file */
export class GitHubApiUnauthorizedError extends Error {
constructor(message: string) {
super(message);
this.name = 'GitHubApiUnauthorizedError';
}
}
export class GitHubApiError extends Error {
constructor(message: string) {
super(message);
this.name = 'G... | 73 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <template>
<view>
<!-- 首页 -->
<view class="u-page" v-if="pages == 1">
<index></index>
</view>
<!-- 客服 -->
<view class="u-page" v-else-if="pages == 2">
kehu
</view>
<!-- 持仓 -->
<view class="u-page" v-else-if="pages == 3">
<position></position>
</view>
<!-- 我的 -->
<view class="u-page" v-el... | 637 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | //
// BaseVC.h
// WMZForm
//
// Created by wmz on 2020/5/11.
// Copyright © 2020 wmz. All rights reserved.
//
#import "WMZForm.h"
NS_ASSUME_NONNULL_BEGIN
@interface BaseVC : UIViewController<WMZFormDelegate>
- (NSString*)getRandomName;
- (NSString*)getRandomDetail;
- (NSString*)getRandomComment;
- (NSArray*)getR... | 106 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | Furthermore, in a case where the autofluorescence signal includes two or more autofluorescence components, the image processing unit 134 separates the autofluorescence signal of each autofluorescence component from the image data (alternatively, the autofluorescence signal after separated from the fluorescence signal) ... | 8,972 | formal_gov |
common_corpus_StackExchange | 2,021 | Self signed certificate with iOS in LAN
my first question here :)
SITUATION:
I have iOS app connected in local network to my raspberry server.
Local network is NOT connected to internet.
I use zeroconf/bonjour to find server (I dont know its ip in advance)
Is there some possibility to communicate iOS app with server ... | 178 | misc_reference |
common_corpus_Chinese-Court-Decisions | 2,021 | 广西壮族自治区贺州市平桂区人民法院 执 行 裁 定 书 (2021)桂1103执32号 申请执行人:张种文,男,1966年04月09日出生,汉族,住湖南省岳阳市平江县。 被执行人:李树能,男,1976年09月01日出生,汉族,住广西壮族自治区贺州市八步区。 本院在执行申请执行人张种文与被执行人李树能的劳务合同纠纷一案中,贺州市平桂区人民法院(2020)桂1103民初1217号民事判决书已经发生法律效力,依法立案执行。因被执行人未按上述生效法律文书履行义务,申请执行人向本院申请强制执行,本院于2021年1月11日依法立案受理。 在执行过程中,本院采取了下列措施: 一、向被执行人发出执行通知书,责令其在期限内履行法律文书所确定的义务,传... | 1,022 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | assert_df <- function(.data) {
if (!inherits(.data, "data.frame")) {
stop("'.data' must be a data frame", call. = FALSE)
}
.data
}
`%||%` <- function(x, y) {
if (is.null(x)) {
y
} else {
x
}
}
| 77 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package main
import (
"context"
"log"
"time"
// _ "github.com/mbobakov/grpc-consul-resolver"
"github.com/namsral/flag"
"google.golang.org/grpc"
"google.golang.org/grpc/balancer/roundrobin"
"github.com/akhenakh/insideout/gen/go/insidesvc/v1"
)
var (
insideURI = flag.String("insideURI", "localhost:9200", "in... | 354 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { Task } from 'klasa';
import { Bank } from 'oldschooljs';
import { resolveNameBank } from 'oldschooljs/dist/util';
import { ClientSettings } from '../../lib/settings/types/ClientSettings';
import { SkillsEnum } from '../../lib/skilling/types';
import { AlchingActivityTaskOptions } from '../../lib/types/minions... | 600 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | Artikel 259
Beweise
(1)
Jede Vertragspartei ergreift die notwendigen Maßnahmen, die es den zuständigen Justizbehörden erlauben, auf Antrag einer Partei, die ihr mit zumutbarem Aufwand zugängliche und zur Untermauerung ihrer Ansprüche ausreichende Beweismittel vorgelegt und die bei der Substantiierung dieser Ansprüch... | 17,569 | cc:Eurlex |
common_corpus_Github Open Source | 2,021 | #include <wctype.h>
#include "libc.h"
int iswlower(wint_t wc)
{
return towupper(wc) != wc;
}
int __iswlower_l(wint_t c, locale_t l)
{
return iswlower(c);
}
#ifdef __APPLE__
int iswlower_l(wint_t c, locale_t l) {
return __iswlower_l(c,l);
}
#else
weak_alias(__iswlower_l, iswlower_l);
#endif
| 104 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <div class="container-fluid about px-0 font-weight-bold text-center pb-5">
<button type="button" class="btn btn-dark btn-lg" data-toggle="modal" data-target="#GuideModal">
<i class="fad fa-info-circle"></i> Hướng dẫn
</button>
</div>
<div class="modal fade" id="GuideModal" tabindex="-1" role="dialog" aria-label... | 919 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 西藏自治区林芝市中级人民法院刑事裁定书(2021)藏04刑更1号罪犯扎西顿珠,男,1991年3月8日出生,藏族,西藏自治区林芝市米林县人,初中文化,现于西藏波密监狱服刑。西藏自治区林芝市中级人民法院于2017年1月14日作出(2016)藏26刑初4号刑事判决,以被告人扎西顿珠犯故意杀人罪,判处有期徒刑十五年。刑期自2016年3月27日起至2031年3月26日止。于2017年2月20日交付西藏波密监狱服刑改造。服刑期间刑期未变动。执行机关西藏波密监狱于2021年1月22日提出减刑建议,建议对该犯减去有期徒刑5个月。本院于2021年2月2日立案受理后,依法进行了公示,期间未收到异议。本院依法组成合议庭进行了审理,现已审理终结。执行机关西... | 1,488 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import AppError from '@shared/errors/AppError';
import DraftUsersRepository from '../repositories/drafts/DraftUsersRepository';
import DraftHashProvider from '../providers/HashProvider/drafts/DraftHashProvider';
import AuthenticateUserService from './AuthenticateUserService';
let draftUsersRepository: DraftUsersRepo... | 379 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* This code is part of "Asynchronous Android Programming".
*
* Copyright (C) 2016 Helder Vasconcelos (heldervasc@bearstouch.com)
* Copyright (C) 2016 Packt Publishing
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (th... | 624 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // This file is part of Silk.NET.
//
// You may modify and distribute Silk.NET under the terms
// of the MIT license. See the LICENSE file for details.
using System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;
using Silk.NET.Core;
using Silk.NET.Core.Native;
using ... | 529 | cc:Github Open Source |