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 | #if 0
mini_buf 256
mini_start
mini_printf
mini_fgets
mini_ungetc
mini_INCLUDESRC
return
#endif
#include "minilib/minilib.h"
int main( int argc, char *argv[] ){
printf("Fgets.\n");
char buf[64];
char *c = fgets( buf, 1, stdin );
printf("Got: %s\n", buf);
printf("Got c: %s\n", c);
ungetc('t',stdin);
c ... | 185 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import {RoutesModel} from '../models/model'
import { Get, Route, Tags, Post, Body, Path, Delete, Query, Put, Controller } from "tsoa";
import {
createRoute,
getRoutes,
deleteRoute,
updateRoute
} from "../repositories/route.repository";
@Route("Route")
@Tags("Route")
export class RouteController extends Controlle... | 234 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.standards.library.dialog;
import android.app.AlertDialog;
import android.content.Context;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.view.Window;
import android.view.WindowMa... | 487 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 2,037 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省临邑县人民法院 结 案 通 知 书 (2020)鲁1424执1810号 邵铮、单莹莹: 本院立案执行的(2020)鲁1424执1810号邵铮与单莹莹民间借贷纠纷一案,依据(2020)鲁1424民初2485号民事判决书,申请人邵铮于2020年11月2日向我院提交申请,申请被执行人单莹莹偿还借款1万元及利息。本院在执行过程中,被执行人单莹莹称已经偿还给申请执行人邵铮借款5000元,经本院向申请执行人邵铮询问调查此事属实,2021年3月10日被执行人单莹莹偿还申请执行人借款本金5025元剩余借款利息申请执行人自动放弃。现被执行人单莹莹已履行完毕,双方当事人均同意(2020)鲁1424执1810号案件结案,本案已全部执行完毕。 特此通... | 378 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | using FarmApp.Models;
using FarmApp.Services;
using Prism.Commands;
using Prism.Mvvm;
using Prism.Navigation;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace FarmApp.ViewModels
{
public class InfoPageViewModel : ViewModelBase
{
#region Service... | 289 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
declare(strict_types=1);
namespace DatingLibre\AppBundle\Controller;
use DatingLibre\AppBundle\Entity\User;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation... | 333 | cc:Github Open Source |
common_corpus_Eurlex | 2,021 | L_2021053SL.01009701.xml
16.2.2021
SL
Uradni list Evropske unije
L 53/97
IZVEDBENA UREDBA KOMISIJE (EU) 2021/179
z dne 8. februarja 2021
o vpisu imena v register zaščitenih označb porekla in zaščitenih geografskih označb („Dalmatinska panceta“ (ZGO))
EVROPSKA KOMISIJA JE –
ob upoštevanju Pogod... | 781 | cc:Eurlex |
common_corpus_Github Open Source | 2,021 | import random
import numpy
outfile=open('p2_initial.txt','w')
rrange=10
vrange=10
for i in range(1000):
m=numpy.sqrt(random.uniform(0,100))
#m=(random.uniform(10e40,100*10e40))
rx=random.uniform(-rrange,rrange)
ry=random.uniform(-rrange,rrange)
rz=random.uniform(-rrange,rrange)
vx=random.unifo... | 236 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | # -*- coding: utf-8 -*-
"""
flask.testsuite.subclassing
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test that certain behavior of flask can be customized by
subclasses.
:copyright: (c) 2011 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import flask
import unittest
from io import StringIO... | 262 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.yugabyte.yw.common.logging;
import com.typesafe.config.Config;
import com.typesafe.config.ConfigFactory;
import com.typesafe.config.ConfigValueFactory;
import kamon.instrumentation.play.GuiceModule;
import play.Application;
import play.inject.guice.GuiceApplicationBuilder;
import play.modules.swagger.Swagg... | 251 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #pragma strict
import System.Collections.Generic;
var objectHolder = {};
var colliders : Array = [];
var servers = new Dictionary.<String, ServerLog>();
public var armModel : GameObject;
public var hand : GameObject;
function Awake () {
OSCHandler.Instance.Init();
var collisionFields : Array = GameObject.FindGame... | 709 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省安庆市中级人民法院 指 定 管 辖 决 定 书 (2021)皖08刑辖19号 安徽省安庆市迎江区人民法院: 关于安徽省安庆市迎江区人民检察院提起公诉的被告人刘红方、张利明犯帮助信息网络犯罪活动罪一案,根据《中华人民共和国刑事诉讼法》第二十七条的规定,指定你院审判。 二〇二一年三月四日 来源:百度“马 克 数据网” | 185 | cc:Chinese-Court-Decisions |
common_corpus_StackExchange | 2,021 | Encoding mp4 video to support seeking
My Android app creates an MP4 using the MediaCodec and the MediaMuxer. I use the MediaPlayer to play back the video. While the video plays, it isn't possible to seek to any location in the video using Android's MediaPlayer. More specifically, the seekTo function will not work. Usin... | 2,243 | misc_reference |
common_corpus_Github Open Source | 2,021 | /*
* Copyright 2012-2017 Pavel Ponec
*
* 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 agre... | 454 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /// \copyright Tobias Hienzsch 2019-2021
/// Distributed under the Boost Software License, Version 1.0.
/// See accompanying file LICENSE or copy at http://boost.org/LICENSE_1_0.txt
#undef NDEBUG
#include "etl/optional.hpp" // for optional
#include "etl/cassert.hpp" // for TETL_ASSERT
auto main() -> int
{
using... | 431 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | Events.on(ClientLoadEvent, () => {
var arrs = [
[Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand, Blocks.darksand],
[Blocks.darksand, Blocks.dar... | 1,217 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 本溪市溪湖区人民法院执 行 裁 定 书(2021)辽0503执185号之一被执行人:安某,男,汉族,1968年11月24日生,住辽宁打本溪市。本院依据已经发生法律效力的本溪市溪湖区人民法院作出的判决,责令被执行人履行上述法律文书确定的义务。但被执行人安某至今未履行。依照《中华人民共和国民事诉讼法》第二百四十二条、《最高人民法院关于适用〈中华人民共和国民事诉讼法〉的解释》第四百八十七条规定,裁定如下:冻结被执行人安某在中国银行31×××02账户内存款人民币182049.00元,冻结期限为十二个月。本裁定立即执行。审判员 杨 文二〇二一年一月十四日书记员 沈恩德 关注公众号“马克数据网” | 327 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import math
import torch
import torch.nn as nn
from torchsummary import summary
import torch.nn.init as init
import torch.nn.functional as F
from torch.autograd import Variable
from functools import partial
class ChannelSELayer3D(nn.Module):
"""
3D extension of Squeeze-and-Excitation (SE) block described in:
... | 3,039 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package com.satyam.problem.leetcode.medium;
import java.util.HashMap;
import java.util.Map;
/**
LC #3
Given a string, find the length of the longest substring without repeating characters.
Example 1:
Input: "abcabcbb"
Output: 3
Explanation: The answer is "abc", with the length of 3.
Example 2:
Input: "bbbb... | 356 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // treewalk.go (c) 2010 David Rook - released with Simplified BSD 2-clause Lincense
// list the dir tree for each comand arg
package main
import (
"flag"
"fmt"
"os"
"path/filepath"
)
func ls(wpath string, info os.FileInfo, err error) error {
if info == nil {
fmt.Printf("no stat info available for %s\n", wpat... | 229 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | @extends('layouts.app')
@section('content')
<div class="container">
<div class="row">
<div class="col-lg-12 margin-tb">
<div class="pull-left">
<h2>Edit application</h2>
</div>
<div class="pull-right">
<a class="btn btn-primary" href="... | 643 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 辽宁省庄河市人民法院民 事 裁 定 书(2021)辽0283民初3061号原告:大连远鹏物业管理有限公司。住所地:庄河市徐岭镇吕屯村山咀南屯。法定代表人:王义双,系该公司经理。委托诉讼代理人:李明恩,系庄河市中乙法律服务所法律工作者。被告:朱兴军,男,1981年8月26日出生,住庄河市。原告大连远鹏物业管理有限公司与被告朱兴军物业服务合同纠纷一案,本院于2021年5月12日立案后,原告于2021年5月21日向本院提出撤诉申请。本院认为,原告大连远鹏物业管理有限公司提出的撤诉申请,系其真实意思表示,符合法律规定,本院予以准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款规定,裁定如下:准许原告大连远鹏物业管理有限公司撤诉。审判... | 414 | cc:Chinese-Court-Decisions |
common_corpus_arXiv | 2,021 | Refundable Income Annuities:
Feasibility of Money-Back Guarantees
Moshe A. Milevsky and Thomas S. Salisbury
(Date: Version: 26 August 2021)
###### Abstract.
[Short version:] Refundable income annuities (IA), such as cash-refund and
instalment-refund, differ in material ways from the life-only version beloved
by... | 32,142 | cc:arXiv |
common_corpus_Github Open Source | 2,021 | /*
* Copyright 2016 MovingBlocks
*
* 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 t... | 4,329 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | // 11 june 2015
#include "uipriv_unix.h"
struct uiProgressBar {
uiUnixControl c;
GtkWidget *widget;
GtkProgressBar *pbar;
gboolean indeterminate;
guint pulser;
};
uiUnixControlAllDefaultsExceptDestroy(uiProgressBar)
static void uiProgressBarDestroy(uiControl *c)
{
uiProgressBar *p = uiProgressBar(c);
// be s... | 390 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #ifndef ELDTOOLS_H
#define ELDTOOLS_H
#define BUILD_ELD_TOOLS BUILD_DEV && BUILD_WINDOWS_NO_SDL
#if BUILD_ELD_TOOLS
#include "eldworld.h"
#include "eldworldgen.h"
#include "array.h"
#include "vector.h"
#include "angles.h"
#include "plane.h"
class EldFramework;
class EldWorld;
class Mesh;
class IDataStream;
class Se... | 1,437 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opti... | 5,001 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /**
Tiger algorithm implementation. This module conforms to the APIs defined in std.digest.
*/
module nxt.digestx.tiger;
public import std.digest;
/**
Template API Tiger implementation.
Parameters:
digestSize = the size of digest in byte
passes = the number of passes of the digest algorithm
tiger... | 18,312 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Aboutparty extends Model
{
use HasFactory;
protected $table='about_party';
protected $fillable = ['party_text_ta', 'party_text_en'];
}
| 57 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市嘉定区人民法院民 事 判 决 书(2021)沪0114民初5299号原告:张庆明,男,1954年11月17日生,汉族,住上海市嘉定区。被告:瞿冬冬,男,1993年1月18日生,汉族,住上海市嘉定区。原告张庆明与被告瞿冬冬民间借贷纠纷一案,本院于2021年3月1日立案后,依法适用简易程序,于同年3月25日公开开庭进行了审理。原告张庆明到庭参加诉讼,被告瞿冬冬经本院合法传唤未到庭参加诉讼。本院依法进行缺席审理,本案现已审理终结。原告张庆明向本院提出诉讼请求:判令被告归还借款40,000元。事实和理由:被告于2016年7月因开小工厂而向原告借款,后多次催讨未还,于2020年3月10日写下欠条一份,确认尚欠原告37,000元,利息3,... | 1,580 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | const { App, ExpressReceiver } = require('@slack/bolt');
// Create a Bolt Receiver
const receiver = new ExpressReceiver({ signingSecret: process.env.SLACK_SIGNING_SECRET });
// Initializes your app with your bot token and signing secret
const app = new App({
token: process.env.SLACK_BOT_TOKEN,
receiver
});
// Re... | 181 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Custom cron job doesn't scheduled in Wordpress
I read several questions here and from Google search results, but I wasn't able to make it work. I have a function I want to run once every day which will fetch data from external source and store it on options page.
add_action( 'wp', 'update_stock_market' );
add_action( '... | 578 | misc_reference |
common_corpus_Chinese-Court-Decisions | 2,021 | 河南省中牟县人民法院民 事 判 决 书(2021)豫0122民初1266号原告:吴学敬,男,生于1963年12月17日,汉族,住河南省中牟县。委托诉讼代理人:陈秀娟,郑州市中牟县德仁法律服务所法律服务工作者。被告:王勤英,女,生于1969年5月6日,汉族,住河南省郑州市中牟县。原告吴学敬与被告王勤英民间借贷纠纷一案,本院受理后,依法适用简易程序,公开开庭进行了审理。原告吴学敬委托诉讼代理人陈秀娟到庭参加诉讼,被告王勤英经本院传票传唤,无正当理由未到庭参加诉讼。本案现已审理终结。原告吴学敬向本院提出诉讼请求:1.依法判令被告偿还原告借款本金50万元及利息(利息自2018年1月21日计算至债务实际清偿之日止,按月息1.7分计算);2.本... | 2,194 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #!/usr/bin/env python
# coding=utf-8
'''
@Author : LI Jinjie
@Date : 2020-02-25 17:31:23
@LastEditors : LI Jinjie
@LastEditTime : 2020-03-30 19:37:04
@Units : None
@Description : test solvePnP(), problems: 1. xy坐标系的符号是相反的 2. 如果一开始图像缩放了,各种参数都需要改变。
@Dependencies : None
@NOTICE : None
'''
impo... | 648 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Kategori:Wiki Cinta Monumen
This page is a translated version of the page Category:Wiki Loves Monuments and the translation is 50% complete.
Pages related to the international contest regularly organized on Wikimedia Commons to upload medias about monuments around the world, in order to help illustrate Wikipedia arti... | 90 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | @extends('_layouts._layout_site')
@section('titulo')
@lang('redimensionamento.redimensionamentos', ['fazenda' => session()->get('fazenda')['nome']])
@endsection
@section('conteudo')
<tabela-lista
v-bind:titulos="['#','@lang("afericao.nomePivo")', '@lang("redimensionamento.dataRedim")', '@lang("afericao.pivo"... | 635 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 上海市松江区人民法院民 事 裁 定 书(2021)沪0117民初11491号原告:义乌市同尔贸易有限公司,住所地浙江省义乌市。法定代表人:刘灯,执行董事。委托诉讼代理人:赵宇涛,浙江泽大(义乌)律师事务所律师。被告:上海冠季森服饰有限公司,住所地上海市嘉定区。法定代表人:许昌植,执行董事。被告:上海翱绅贸易有限公司,住所地上海市嘉定区。法定代表人:许振忻,执行董事。被告:许振忻,男,1981年9月4日出生,汉族,户籍所在地上海市闵行区。原告义乌市同尔贸易有限公司与被告上海冠季森服饰有限公司、上海翱绅贸易有限公司、许振忻买卖合同纠纷一案,本院于2021年7月20日立案。原告义乌市同尔贸易有限公司于2021年8月20日向本院提出撤诉申请... | 743 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // 是否为字母,包含大小写
const pattern = /^[A-Za-z]+$/
const isLetter = {
test: (value) => {
return pattern.test(value)
},
pattern
}
export default isLetter | 50 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | <?php
namespace Teknomavi\Tests\Tcmb;
use Teknomavi\Tcmb\Doviz;
class DovizTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers \Teknomavi\Tcmb\Doviz::__construct
* @covers \Teknomavi\Tcmb\Doviz::kurAlis
* @covers \Teknomavi\Tcmb\Doviz::getCurrencyExchangeRate
*/
public function testCa... | 1,378 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 安徽省淮南市潘集区人民法院 执 行 裁 定 书 (2021)皖0406执755号之二 申请执行人:淮南市潘集区人民法院刑庭。 被执行人:刘娟,女,汉族,1978年7月6日出生于安徽省淮南市,初中文化,无业,住淮南市谢家集区。 本院在执行淮南市潘集区人民法院刑庭与刘娟罚金、追缴违法所得一案中,执行依据为(2019)皖0406刑初174号生效法律文书。移送执行人:淮南市潘集区人民法院刑庭,要求被执行人刘娟交付罚金20400元。 本院于2021年05月07日立案后,依法向被执行人刘娟送达了(2021)皖0406执755号裁定书、执行通知书、报告财产令、限制消费令。已冻结被执行人刘娟名下账户,经本院依法查询被执行人的银行存款、车辆、房产、工... | 713 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | require File.join(File.expand_path(File.dirname(__FILE__)), '..', 'test_helper')
class ProjectMediasControllerTest < ActionController::TestCase
def setup
super
@controller = Api::V1::ProjectMediasController.new
@request.env["devise.mapping"] = Devise.mappings[:api_user]
sign_out('user')
User.curr... | 837 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | """
MPC Coordination for Hourly Operation.
B/R are given.
"""
import time
import itertools
import cplex
import numpy as np
import matplotlib.pyplot as plt
import matplotlib
import json
class CementPlant():
def __init__(self, switch_max=100):
self.num_crusher = 4
self.crusher_power_mw = [2.0, 2.... | 4,674 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /** @file dbscan.h
*
* \brief The proposed clustering algorithm
* \author Michal Nowicki
*
*/
#ifndef _DBSCAN
#define _DBSCAN
#include <opencv2/features2d/features2d.hpp>
#include <vector>
#include <tuple>
#include <memory>
class DBScan {
public:
// eps -> maximal distance to neighbour
// minPts -> minimal n... | 272 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 沈阳市沈北新区人民法院 受 理 通 知 书 (2021)辽0113民初1625号 原告: 你与被告民间借贷纠纷一案的起诉状已收到,本院已决定受理。现将有关事项通知如下: 一、当事人在诉讼过程中,有权行使法律规定的诉讼权利,同时必须遵守诉讼秩序,履行诉讼义务。 二、自然人参加诉讼的,应当提交身份证明。法人或者其他组织参加诉讼的,应在接到本通知书之日起十日内,提交法人或者其他组织资格证明以及法定代表人身份证明书或者负责人身份证明书。 三、如需委托代理人代为诉讼,应向本院递交由委托人签名或盖章的授权委托书。授权委托书应当载明委托事项和委托权限。 二〇二一年三月二十五日 来源:马 克 数 据 网 | 338 | cc:Chinese-Court-Decisions |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Next Article in Journal
Study on Temporal Variations of Surface Temperature and Rainfall at Conakry Airport, Guinea: 1960–2016
Next Article in Special Issue
Climate and Energy Governance Perspectives from a Municipal Point of View in Hungary
Previous Article in Journal
Observed Mesoscale Hydroclimate Variability of Nor... | 941 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | import styled from '@emotion/styled';
import * as font from '~/styles/font';
export const Container = styled.div`
width: 100%;
padding: 20px;
min-width: 295px;
@media (max-width: 768px) {
overflow: hidden;
padding: 0px;
min-width: unset;
}
`;
export const Title = styled.span`
${font.ellipse(1)... | 342 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | CURDIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd )
PROJECT_BASE_DIR=$(dirname ${CURDIR})
source ${CURDIR}/efs_storage.sh
source ${CURDIR}/ebs_storage.sh
source ${CURDIR}/flexvolume_storage.sh
create_namespace(){
local namespace=$1
kubectl create ns ${namespace} || echo '[INFO] namespace already exists, not creat... | 845 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | namespace ToDoLater.Containerized.Infrastructure
{
using global::Docker.DotNet;
using System;
using System.Collections.Generic;
using System.Linq;
using ToDoLater.Containerized.Infrastructure.Abstraction;
using ToDoLater.Containerized.Infrastructure.Docker;
using ToDoLater.Containerized.Inf... | 291 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | In FIG. 7C, a message box 790 indicates that this winning symbol combination has triggered a bonus where any shaded 7 symbols 725 that are received in the next game will be modified by randomly splitting one or more of the shaded 7 symbols. In some embodiments, the bonused symbols may be split to provide a copy of the ... | 9,457 | formal_gov |
common_corpus_StackExchange | 2,021 | Writing a progress bar in C++ results in the bar being outputted all at once
I have been learning C++ and thought it would be useful to have a nice progress bar to use in some of my future projects. I googled some things, mainly how to pause a program, but once I did that I came up with this basic script:
#include <ios... | 403 | misc_reference |
common_corpus_Github Open Source | 2,021 | //
// MarksView.swift
// UniRadar
//
// Created by Mattia Righetti on 19/04/2020.
// Copyright © 2020 Mattia Righetti. All rights reserved.
//
import SwiftUI
struct MarksView: View {
@Environment(\.presentationMode) var presentationMode
@StateObject private var viewModel = MarksViewViewModel()
... | 878 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | FilePond and jQuery: Add an existing file without uploading it again
I am trying to add an already uploaded file into FilePond field.
This bit of code is working except that it uploads the file again. I just need to add the file information in the data and not uploading it again as it was already uploaded:
$('.my-pond'... | 615 | misc_reference |
common_corpus_Github Open Source | 2,021 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace McStatBot.Core.Guild.Impl
{
internal class GuildCollection : IGuildCollection
{
private Dictionary<string, IGuildDetails> guildDetails;
public GuildCollection(IEnumerator<IGuildDetails> guildDetails)
... | 256 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /*-
* Automatically built by dist/s_java_stat.
* Only the javadoc comments can be edited.
*
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2002,2008 Oracle. All rights reserved.
*/
package com.sleepycat.db;
/**
The HashStats object is used to return Hash database statistics.
*/
publi... | 1,553 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | Why does this getter method has been called several times in React?
I have a Store which will be provided to the component. In this Store file, there are several getter function. But I find only this getter function will be executed three times since this.rawMonthlyImpacts will be only changed once when the api get res... | 910 | misc_reference |
common_corpus_USPTO | 2,021 | Disc wheel with internal bracing
ABSTRACT
A bicycle disc wheel comprises a first disc panel and a second disc panel. The first disc panel has a first side outer surface and a first side inner surface and the second disc panel has a second side outer surface and a second side inner surface. The first side outer surfac... | 9,718 | formal_gov |
common_corpus_Github Open Source | 2,021 | package im.cave.ms.client.field.obj.mob;
import im.cave.ms.client.character.ExpIncreaseInfo;
import im.cave.ms.client.character.MapleCharacter;
import im.cave.ms.client.character.Option;
import im.cave.ms.client.character.temp.CharacterTemporaryStat;
import im.cave.ms.client.character.temp.TemporaryStatManager;
import... | 4,295 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | const VotingEscrow = artifacts.require("VotingEscrow");
const VotingEscrowProxy = artifacts.require("VotingEscrowProxy");
const AC = '0x9A0aBA393aac4dFbFf4333B06c407458002C6183';
module.exports = async function (callback) {
try {
const accounts = await web3.eth.getAccounts();
console.log('Deployi... | 211 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import os
import os.path as osp
import argparse
import pickle
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import random
from functools import reduce
from operator import itemgetter
from argparse import Namespace
def parse_args():
parser = argparse.ArgumentParser()
parser.add_argument(... | 1,576 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 辽宁省盘山县人民法院民 事 裁 定 书(2021)辽1122民初162号原告:盘山县吴家镇鑫鑫瑞富园物业管理中心,住所地盘山县。经营者:朱瑞。被告:孙宝国,其他情况不详。原告盘山县吴家镇鑫鑫瑞富园物业管理中心诉被告孙宝国物业服务合同纠纷一案,本院于2021年1月19日立案。原告盘山县吴家镇鑫鑫瑞富园物业管理中心于2021年1月22日向本院提出撤诉申请。本院认为:原告与被告在本案诉讼期间,原告申请撤诉是在法律允许的范围内对自己的权利所做的处分。原告的撤诉申请,符合法律规定的撤诉条件。依照《中华人民共和国民事诉讼法》第一百四十五条一款规定,裁定如下:准许盘山县吴家镇鑫鑫瑞富园物业管理中心撤诉。案件受理费50.00元,减半收取计25.00... | 479 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #nullable enable
using Cybtans.Proto.AST;
namespace Cybtans.Proto.Options
{
public class FieldOptions: ProtobufOption
{
public FieldOptions() : base( OptionsType.Field) { }
[Field("required")]
public bool Required { get; set; }
[Field("optional")]
public bool Optiona... | 323 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | Year: 2021 Rights url: https://creativecommons.org/licenses/by/4.0/ This is a self-archived version of an original article. This versio
may differ from the original in pagination and typographic details Author(s): Szabó, Tamás Péter; Burnard, Pamela; Harris, Anne; Fenyvesi, Kristóf;
Soundararaj, Gomathy; Kangasvieri, T... | 15,328 | academic |
common_corpus_Github Open Source | 2,021 | package com.jzy.service;
import com.jzy.BaseTest;
import com.jzy.model.excel.input.ClassArrangementExcel;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
public class ClassServiceTest extends BaseTest {
@Autowired
private ClassService classService;
@Test
public v... | 207 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | #ifndef _CRUSTANDSAUCE_H_
#define _CRUSTANDSAUCE_H_
#include <string>
#include "pizza.h"
class CrustAndSauce: public Pizza {
public:
float price() override;
std::string description() override;
};
#endif
| 56 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | package org.egov.service;
import org.egov.web.models.ApportionRequestV2;
import org.egov.web.models.Bill;
import org.egov.web.models.BillDetail;
import org.egov.web.models.TaxDetail;
import java.util.List;
public interface ApportionV2 {
/**
* Should return the code of the BusinessService for which the inte... | 123 | cc:Github Open Source |
common_corpus_OpenAlex | 2,021 | Association Between Cigarette Smoking and
Ovarian Reserve Among Women Seeking Fertility
Care Ovarian Reserve Among Women Seeking Fertility
Care
Islamiat Oladipupo
(
miyaah82@yahoo.com
)
Department of Epidemiology and Population Health, University of Louisville, School of Public Health
and Information Sciences
https... | 17,876 | academic |
common_corpus_Github Open Source | 2,021 | seed=123
import numpy as np
np.random.seed(seed)
import tensorflow as tf
tf.set_random_seed(seed)
import random
random.seed(seed)
from skimage import img_as_ubyte
import model as modellib
import pandas as pd
import os, sys
import my_functions as f
import time
import cv2
from config import Config
import scipy
import vis... | 3,026 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 辽宁省沈阳市沈河区人民法院民 事 判 决 书(2021)辽0103民初2241号原告:杨敏,女,1979年6月6日出生,汉族,住沈阳市。委托诉讼代理人:郭明,系上海市海华永泰(沈阳)律师事务所律师。被告:沈阳乾阳教育科技有限公司,住所地辽宁省沈阳市沈河区青年大街185号3F。法定代表人:赵淑华,系该公司总经理。委托诉讼代理人:张军,系该公司办公室主任。原告杨敏与被告沈阳乾阳教育科技有限公司服务合同纠纷一案,本院于2021年2月3日立案受理后,依法适用简易程序,公开开庭进行了审理。原告杨敏及其委托诉讼代理人郭明,被告沈阳乾阳教育科技有限公司的委托诉讼代理人张军均到庭参加诉讼。本案现已审理终结。原告杨敏向本院提出诉讼请求:1、判令被告返... | 2,858 | cc:Chinese-Court-Decisions |
common_corpus_OpenAlex | 2,021 | Maternal Psychological Distress, Education, Household Income, and
Congenital Heart Defects: A Prospective Cohort Study from The Japan
Environment and Children’s Study Running Title Maternal Psychological
Distress and Congenital Heart Defects Maternal Psychological Distress, Education, Household Income, and
Congenital H... | 11,247 | academic |
common_corpus_Github Open Source | 2,021 | mod archive;
mod client;
mod commands;
mod config;
mod loglevel;
mod provider;
mod shell;
mod version;
use std::time::Instant;
use anyhow::Result;
use commands::executor::Executor;
use config::JvcConfig;
use indicatif::HumanDuration;
use log::{debug, warn};
use loglevel::LogLevel;
use std::io::Write;
use structopt::S... | 731 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 重庆市巫溪县人民法院 民事判决书 (2021)渝0238民初1920号 原告:重庆农村商业银行股份有限公司巫溪支行,住所地重庆市巫溪县柏杨街道滨河支路25号杨河花园1号楼1-1,统一社会信用代码91500238676131713C。 负责人:刘建康,系该行行长。 委托诉讼代理人:姚厚军,系该支行职员。(特别授权) 委托诉讼代理人:卢德华,系该支行职员。(特别授权) 被告:杜正香,女,1963年12月17日出生,住重庆市巫溪县。 被告:郑发政,男,1959年11月23日出生,住重庆市巫溪县。 原告重庆农村商业银行股份有限公司巫溪支行(以下简称农商行)与被告郑发政、杜正香金融借款合同纠纷一... | 2,422 | cc:Chinese-Court-Decisions |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省肥城市人民法院结 案 通 知 书(2021)鲁0983执保404号解除保全申请人山东万悦置业有限公司与被保全人肥城市老城街道办事处杨庄村民委员会建设工程施工合同纠纷一案,解除保全申请人向法院申请解除对被申请人银行账户或相应价值财产的查封。审判庭依法作出(2021)鲁0983财保84号之一民事裁定书,准予解除保全申请人的申请。在执行过程中,本院于2021年2月4日解除了对被保全人银行账户或相应价值财产的的查封。至此,依照《最高人民法院关于适用(中华人民共和国民事诉讼法)的解释》第一百六十条第一款第二项的规定,解除事项全部实施完毕,报告如下:本案(2021)鲁0983执保404号予以结案。二〇二一年二月五日 马 克 数 据 网 | 353 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | #!/bin/bash
extensions=(
tex_math_dollars
emoji
latex_macros
all_symbols_escapable
footnotes
superscript
subscript
strikeout
raw_attribute
shortcut_reference_links
fenced_divs
bracketed_spans
citations
)
extensions=$(echo ${extensions[@]} | sed 's/ /+/g')
pandoc \
... | 154 | cc:Github Open Source |
common_corpus_StackExchange | 2,021 | What is the image of $f:A\to B\times C\cup\{\emptyset\}$?
Let $f:A\to B\times C\cup\{\emptyset\}$ be any function. My question is simple. Given some $a\in A$, is this function $f:A\to B\times C\cup\{\emptyset\}$ returning either a pair $(a,b)\in A\times B$ or the empty set; or is this function returning a pair $(a,b)\i... | 459 | misc_reference |
common_corpus_StackExchange | 2,021 | How to print specific lines from a text file in python
Ive made code that lets me write in numbers in lines, but now, out of all the numbers i get I have to make the comp. print the ones that are nicely divisible by 2 So far this is what ive got:
i = 0
x = 1
y = 0
z = 20
My_file = open("Numbers", 'w')
while i < z:
... | 718 | misc_reference |
common_corpus_Github Open Source | 2,021 | package typingsSlinky.cloudeventsSdk
import typingsSlinky.cloudeventsSdk.anon.V03
import typingsSlinky.cloudeventsSdk.cloudeventMod.CloudEvent
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSB... | 239 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import colors from 'colors'
export const onNoticeHandler = (
_channel: string,
noticeType: string,
noticeMsg: string
): void => {
console.log(colors.dim(colors.cyan(`Received notice: ${noticeType}`)))
switch (noticeType) {
case 'msg_channel_suspended':
case 'msg_banned':
case 'msg_followersonly'... | 231 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | ENVIROMENT=development
API_PORT=15031
API_JWT_KEY=local
API_JWT_EXPIRE=24h
API_NODE_COMMAND=npm run dev
ADMINER_PORT=15030
POSTGRES_PORT=5432
POSTGRES_HOST=localhost
POSTGRES_USERNAME=root
POSTGRES_PASSWORD=asdasd
POSTGRES_DATABASE=qays
| 75 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 广东省韶关市曲江区人民法院民 事 裁 定 书(2021)粤0205民初33号原告:刘智文,男,1972年11月23日出生,汉族,住韶关市曲江区。被告:岑小华,男,1972年9月4日出生,汉族,住韶关市曲江区。原告刘智文与被告岑小华民间借贷纠纷一案,本院于2021年1月5日立案。原告刘智文在本院依法送达交纳诉讼费用通知后,未在七日内预交案件受理费。依照《中华人民共和国民事诉讼法》第一百一十八条、第一百五十四条第一款第十一项、《最高人民法院关于适用的解释》第二百一十三条规定,裁定如下:本案按刘智文撤回起诉处理。审判员 黎斯惠二〇二一年二月一日书记员 傅 媛 来源:百度“马 克 数据网” | 340 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | // Copyright 2019 The Cockroach Authors.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.txt.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, ... | 4,248 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using Microsoft.Extensions.Configuration;
using Nethereum.Web3;
using System.Numerics;
using System.Threading.Tasks;
using Zin.Repository.Models;
using Zin.Services.Services;
namespace Zin.Services.Implementation
{
class EthTxCheckService : IEthTxCheckService
{
private readonly Web3 _web3;
pri... | 276 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | /* This file is needed by libio to define various configuration parameters.
These are always the same in the GNU C library. */
#ifndef _G_config_h
#define _G_config_h 1
/* Define types for libio in terms of the standard internal type names. */
#include <bits/types.h>
#define __need_size_t
#if defined _LIBC || d... | 375 | cc:Github Open Source |
common_corpus_USPTO | 2,021 | Recognizing left-behind objects in a transportation vehicle
ABSTRACT
Apparatus for recognizing left-behind objects 2 has a sensor device 3 designed to generate sensor signals 4 upon sensing a left-behind object 2, a control unit 5 designed to receive and process the sensor signals 4 and generate control signals 6 in ... | 8,996 | formal_gov |
common_corpus_Github Open Source | 2,021 | import { createContext } from 'react';
import { Lottery } from '../../go-farm';
export interface LotterysContext {
lotterys: Lottery[];
}
const context = createContext<LotterysContext>({
lotterys: [],
});
export default context;
| 54 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | using System;
namespace Prodigy.MessageBroker.RabbitMQ
{
public interface IConventionBuilder
{
string GetRoutingKey(Type type);
string GetExchange(Type type);
string GetQueue(Type type);
string GetQueuePrefix(Type type);
bool GetMultiThread(Type type);
bool? Get... | 82 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 广西壮族自治区横州市人民法院民 事 判 决 书(2021)桂0127民初2849号原告:于乃灿,男,1979年1月12日出生,汉族,住广西横县。委托诉讼代理人:谢东华,广西辉博律师事务所律师。被告:广西鑫盟房地产开发有限公司,住所地横县横州镇西津路西一巷15号御江**庭小区7号楼S7-08号商铺,统一社会信用代码:91450127796818974G。法定代表人:林永坚,该公司总经理。委托诉讼代理人:左春晖,该公司经理。原告于乃灿与被告广西鑫盟房地产开发有限公司合同纠纷一案,本院于2021年7月8日立案后,依法适用小额诉讼程序于2021年8月17日公开开庭进行了审理。原告于乃灿的委托诉讼代理人谢东华、被告广西鑫盟房地产开发有限公司的... | 2,637 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import { Component, OnInit } from '@angular/core';
import { Contact } from '../data/contact';
import { KnowledgeBaseService } from '../knowledge-base-service';
import { HttpKnowledgeBaseService } from '../http-knowledge-base.service';
@Component({
selector: 'app-contact-list',
templateUrl: './contact-list.componen... | 129 | cc:Github Open Source |
common_corpus_Creative Commons Common Crawl (CCC) | 2,021 | Revenge of the Mummy (Universal Studios Singapore)
Click here to watch the on-ride POV
Revenge of the Mummy
Universal Studios Singapore
Location Sentosa, Singapore
Status Operating since March 18, 2010
Cost $20,000,000 USD
Statistics
Manufacturer Premier Rides
Type Steel - Enclosed - Launched
Propulsion 3 LIM launches... | 180 | cc:Creative Commons Common Crawl (CCC) |
common_corpus_Github Open Source | 2,021 | ErrorLog @project.dir@/apachelogs/error.log
LogFormat "%v:%p %h %l %u %t \"%r\" %>s \"%{Referer}i\" \"%{User-Agent}i\" SSL-TERMINATED:%{X-SSL-TERMINATED}i" skylab_combined
LogFormat "%v:%p %{X-Forwarded-For}i %l %u %t \"%r\" %>s \"%{Referer}i\" \"%{User-Agent}i\" SSL-TERMINATED:%{X-SSL-TERMINATED}i" skylab_proxy
SetEn... | 191 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 山东省日照市东港区人民法院 民 事 判 决 书 (2021)鲁1102民初4798号 原告:杨帅,男,汉族,1996年12月3日出生,居民,住日照市东港区。 委托诉讼代理人:范伟芳,山东宝元律师事务所律师。 被告:张乐,男,汉族,1996年8月11日出生,居民,住日照市东港区。 原告杨帅诉被告张乐民间借贷纠纷一案,本院立案后,依法适用简易程序,公开开庭进行了审理。原告杨帅到庭参加诉讼。被告张乐经传票传唤,无正当理由未到庭参加诉讼。本案现已审理终结。 原告杨帅向本院提出诉讼请求:1、判令被告偿还借款40820元及利息(利息以40820元为基数,自起诉之日起按银行同期贷款利率计算。);2、本案诉讼费由被告承担。事实和理由:原被告双方是同... | 2,015 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | /*
Copyright (c) 2013, David C Horton
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 restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute,... | 3,012 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:hospital_management_system/constants/colors.dart';
import 'package:http/http.dart' as http;
import 'package:hospital_management_system/services/NetworkHelper.dart';
class Prescriptions exten... | 1,545 | cc:Github Open Source |
common_corpus_Github Open Source | 2,021 | import { existsSync } from 'fs-extra';
import groupBy from 'lodash.groupby';
import * as path from 'path';
import R from 'ramda';
import { BitId, BitIds } from '../bit-id';
import {
ANGULAR_BIT_ENTRY_POINT_FILE,
ANGULAR_PACKAGE_IDENTIFIER,
COMPONENT_ORIGINS,
DEFAULT_INDEX_NAME,
} from '../constants';
import Bi... | 4,802 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 湖北省鄂州市中级人民法院民 事 判 决 书(2021)鄂07民终211号上诉人(原审被告):中国人民财产保险股份有限公司武汉市分公司,住所地:湖北省武汉市汉阳区鹦鹉大道**。负责人:夏学东,公司经理。委托诉讼代理人:潘宇,湖北瀛楚律师事务所律师。被上诉人(原审原告):童银坤,男,1967年9月4日出生,汉族,住湖北省鄂州市华容区。委托诉讼代理人:周益林,湖北道博律师事务所律师。被上诉人(原审被告):廖世来,男,1968年4月2日出生,汉族,住湖北省武汉市洪山区。上诉人中国人民财产保险股份有限公司武汉市分公司(以下简称人保武汉公司)因与被上诉人童银坤、廖世来机动车交通事故责任纠纷一案,不服鄂州市华容区人民法院(2020)鄂0703民初... | 3,845 | 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 in the project root for license information.
*-------------------------------------------------------------------... | 418 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 广东省深圳市中级人民法院民 事 判 决 书(2021)粤03民终7861-7889号上诉人(原审被告):杨含羽。委托诉讼代理人:杨爱国,系上诉人父亲。7861号案被上诉人(原审原告):吴晓红。7862号案被上诉人(原审原告):夏娇。7863号案被上诉人(原审原告):丘威。7864号案被上诉人(原审原告):郑小平。7864号案被上诉人(原审原告):陈汉良。7865号案被上诉人(原审原告):李田田。7866号案被上诉人(原审原告):郑临风。7867号案被上诉人(原审原告):吴鹤新。7867号案被上诉人(原审原告):王聪。7868号案被上诉人(原审原告):苏伟君。7869号案被上诉人(原审原告):区可蓉。7870号案被上诉人(原审原告):... | 6,791 | cc:Chinese-Court-Decisions |
common_corpus_Github Open Source | 2,021 | import copy
import errno
import os
def flatten_commands(config):
config.setdefault('commands', {})
commands = config['commands']
for commandGroup in config.get('commandGroups', {}).values():
prefix = commandGroup.get('prefix', '')
suffix = commandGroup.get('suffix', '')
for key, va... | 382 | cc:Github Open Source |
common_corpus_Chinese-Court-Decisions | 2,021 | 文书内容山东省肥城市人民法院刑 事 判 决 书(2021)鲁0983刑初42号 公诉机关 山东省肥城市人民检察院 被告人 基本情况 被告人马宏伟,男,1988年3月12日出生于山东省肥城市,身份证号码370983198803121472,汉族,高中文化,山东万力通轮胎有限公司员工,户籍地山东省肥城市王瓜店街道办事处矿业大街50号,住肥城市新城街道办事处白云桥社区13号楼2单元1701。因涉嫌犯危险驾驶罪,于2020年9月3日被肥城市公安局取保候审。 辩护人 ... | 941 | cc:Chinese-Court-Decisions |
common_corpus_OpenAlex | 2,021 | *Corresponding author:
Department of Food Science & Technology, Faculty of Agricultural Engineering & Technology, IPB University, Bogor
16680, Indonesia.
Southeast Asian Food and Agricultural Science and Technology Center, IPB University, Bogor 16680, Indonesia.
E-mail: phariyadi@apps.ipb.ac.id. ABSTRACT Indonesia is... | 6,830 | academic |