text stringlengths 2 99.9k | meta dict |
|---|---|
StartChar: uni076B.fina_MemRaaIsol
Encoding: 1115538 -1 1710
Width: 473
Flags: HW
AnchorPoint: "TashkilAbove" 287 587 basechar 0
AnchorPoint: "TashkilBelow" 210 -327 basechar 0
LayerCount: 2
Fore
Refer: 45 -1 N 1 0 0 1 -49 0 2
Refer: 213 -1 N 1 0 0 1 307 348 2
EndChar
| {
"pile_set_name": "Github"
} |
create function __create_fixed_asset_account() returns int
language plpgsql as $$
declare
acc_id int;
begin
insert into account ( accno, description, category, heading )
values ( 'fa' || nextval('id'), 'fixed asset account',
'A', (select id from account_heading
... | {
"pile_set_name": "Github"
} |
/*
* 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 may ... | {
"pile_set_name": "Github"
} |
module.exports =
getLibPath: (args...) ->
__dirname
| {
"pile_set_name": "Github"
} |
{
"JobRunner": {
"StorageConnection": "",
"ServiceBusConnectionString": "",
"PrimaryQueueName": "",
"TestQueueName": "",
"ActiveQueueName": "",
"ServiceUrl": "",
"ServiceKeyVaultName": "",
"AppInsightsIntrumentation": "",
"MicrosoftAuthority": "",
"ApplicationIdentifierUri": "... | {
"pile_set_name": "Github"
} |
109 1 8848 2732 3 0 24 40 0 73 2724 0 0 0 0
| {
"pile_set_name": "Github"
} |
Bu sayfa, içeriği pencereye uyacak şekilde otomatik olarak yeniden düzenlemek için bir TwoPaneView öğesine içerik eklemenize olanak tanır.
TwoPaneView denetimi herhangi bir özel kodlama gerekmeden, çift ekranlı cihazlardan otomatik olarak en iyi şekilde yararlanmanıza yardımcı olmak amacıyla tasarlanmıştır.
Çift ... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _eachLimit = require('./eachLimit');
var _eachLimit2 = _interopRequireDefault(_eachLimit);
var _doLimit = require('./internal/doLimit');
var _doLimit2 = _interopRequireDefault(_doLimit);
function _interopRequireDefault(obj) { retur... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 1. Which two networking devices are used in enterprise networks for providing network connectivity to end devices? (Choose two.)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Ans: \n",
... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../addon/mode/simple"));
else if (typeof def... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = iterator;
var _isArrayLike = require('lodash/isArrayLike');
var _isArrayLike2 = _interopRequireDefault(_isArrayLike);
var _getIterator = require('./getIterator');
var _getIterator2 = _interopRequireDefault(_getIterat... | {
"pile_set_name": "Github"
} |
#
# 所有 MySQL 自定义配置请在这里配置
# 修改字符集为 utf8mb4
#
# @link https://dev.mysql.com/doc/refman/8.0/en/mysqld-option-tables.html
#
[mysqld_safe]
default-character-set = utf8mb4
[mysqld]
#
# 8.0.4-rc add
#
# https://github.com/khs1994-docker/lnmp/issues/154
#
default_authentication_plugin = mysql_native_password
# default_au... | {
"pile_set_name": "Github"
} |
[Unit]
Description=Daily Log2Ram writing activities
After=log2ram.service
[Service]
ExecStart=/bin/systemctl reload log2ram.service
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
/*jslint nomen:true, node:true*/
/**
@module moijto-handler-tunnel-tunnel
**/
'use strict';
var parser = require('./mojito-handler-tunnel-parser'),
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS 2.1 Test Suite: content: counters(c, ".")</title>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
<link rel="help" hre... | {
"pile_set_name": "Github"
} |
{
"word": "Needless",
"definitions": [
"(of something undesirable) not necessary because avoidable."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
misovattr.adb:6:22: info: assertion proved (CVC4: 1 VC)
misovattr.adb:6:35: medium: range check might fail (e.g. when A = C) [reason for check: value cannot be maximum value of the type] [possible fix: subprogram at misovattr.ads:7 should mention A in a precondition]
misovattr.adb:7:22: info: assertion proved (CVC4: 1 ... | {
"pile_set_name": "Github"
} |
import decimal
import math
import operator
import numpy as np
import pandas as pd
import pytest
from pytest import param
import ibis
from ibis import literal as L
from ibis.expr import datatypes as dt
from ibis.tests.backends import MySQL, OmniSciDB, Postgres
from ibis.tests.util import assert_equal
try:
import ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<android.support.design.widg... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import vim
MODE_ALL = u'a'
MODE_NORMAL = u'n'
MODE_VISUAL = u'v'
MODE_INSERT = u'i'
MODE_OPERATOR = u'o'
OPTION_BUFFER_ONLY = u'<buffer>'
OPTION_SLIENT = u'<silent>'
from orgmode.py3compat.encode_compatibility import *
def _register(f, name):
def r(*args, **kwargs):
p = f(*args, **kwargs... | {
"pile_set_name": "Github"
} |
/*
* Sonar C++ Plugin (Community)
* Copyright (C) 2010-2020 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; ei... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Functions to access/create device major and minor numbers matching the
// encoding used by the Linux kernel and glibc.
//
// The information below is extract... | {
"pile_set_name": "Github"
} |
--- a/net/minecraft/network/play/server/SUpdateRecipesPacket.java
+++ b/net/minecraft/network/play/server/SUpdateRecipesPacket.java
@@ -55,6 +55,6 @@
public static <T extends IRecipe<?>> void func_218771_a(T p_218771_0_, PacketBuffer p_218771_1_) {
p_218771_1_.func_192572_a(Registry.field_218368_I.func_17777... | {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 2.8)
project(imgui_example_glfw_vulkan C CXX)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug CACHE STRING "" FORCE)
endif()
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DVK_PROTOTYPES")
# GLFW
set(GLFW_DIR ../../../glfw) # Set ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2012 Red Hat Inc., Durham, North Carolina. All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the ... | {
"pile_set_name": "Github"
} |
"""利用MC进行分位数计算"""
from scipy import stats,interpolate
import numpy as np
mu = 0; sigma=1
S = 1000 # 样本的数量
xs = stats.norm.rvs(mu, sigma, S)
qs = [0.025, 0.5, 0.975]
q_exact = stats.norm.ppf(qs, loc=mu, scale=sigma**0.5)
print(q_exact)
ys = stats.norm.cdf(xs, loc=mu, scale=sigma**0.5)
f = interpolate.interp1d(ys, ... | {
"pile_set_name": "Github"
} |
# -*- mode: snippet -*-
# key: dow
# contributor: Translated from TextMate Snippet
# name: do while
# --
do while ( ${1:condition} )
$0
end do | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Build file to set up and run tests
# Change to repo root
cd $(dirname $0)/../../..
# Prepare worker environment to run tests
source kokoro/macos/prepare_build_macos_rc
./tests.sh objectivec_osx
| {
"pile_set_name": "Github"
} |
---
title: "Track your progress with charts in Dynamics 365 for phones and tablets | MicrosoftDocs"
ms.custom:
ms.date: 11/01/2016
ms.reviewer:
ms.service: crm-online
ms.suite:
ms.tgt_pltfrm:
ms.topic: article
applies_to:
- Dynamics 365 apps
- Dynamics 365 apps (on-premises)
- Dynamics CRM 2013
- Dynamics ... | {
"pile_set_name": "Github"
} |
#include <u.h>
#include <libc.h>
#define MASK 0x7fffffffL
int
nrand(int n)
{
long slop, v;
if(n < 0)
return n;
slop = MASK % n;
do
v = lrand();
while(v <= slop);
return v % n;
}
| {
"pile_set_name": "Github"
} |
<?php
/*
Safe sample
input : Get a serialize string in POST and unserialize it
sanitize : use of intval
construction : use of sprintf via a %u
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and distribute this software and its doc... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* PXA25x UDC definitions
*
* Copyright (C) 2012 Łukasz Dałek <luk0104@gmail.com>
*/
#ifndef __REGS_USB_H__
#define __REGS_USB_H__
struct pxa25x_udc_regs {
/* UDC Control Register */
uint32_t udccr; /* 0x000 */
uint32_t reserved1;
/* UDC Control Function Register */
... | {
"pile_set_name": "Github"
} |
from typing import Any, Dict, Optional
from jinja2 import Environment, FileSystemLoader, StrictUndefined
def render_from_file(
path: str,
template: str,
jinja_filters: Optional[Dict[str, Any]] = None,
**kwargs: Any
) -> str:
jinja_filters = jinja_filters or {}
env = Environment(
loade... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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, Ver... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | {
"pile_set_name": "Github"
} |
/*
* This file is part of wl1251
*
* Copyright (c) 1998-2007 Texas Instruments Incorporated
* Copyright (C) 2008 Nokia Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundat... | {
"pile_set_name": "Github"
} |
#! /bin/sh
##
## Copyright (C) by Argonne National Laboratory
## See COPYRIGHT in top-level directory
##
autoreconf=${AUTORECONF:-autoreconf}
echo "=== running autoreconf in 'mpl' ==="
(cd mpl && $autoreconf ${autoreconf_args:-"-vif"}) || exit 1
echo "=== running autoreconf in 'tools/topo/hwloc/hwloc' ==="
(cd t... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using PlatoCore.Security.Abstractions;
namespace Plato.Articles.Star
{
public class Permissions : IPermissionsProvider<Permission>
{
public static readonly Permission StarArticles =
new Permission("StarArticles", "Star articles");
public IEnumera... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types = 1);
namespace SlevomatCodingStandard\Sniffs\Classes;
use PHP_CodeSniffer\Files\File;
use PHP_CodeSniffer\Sniffs\Sniff;
use SlevomatCodingStandard\Helpers\AnnotationHelper;
use SlevomatCodingStandard\Helpers\ClassHelper;
use SlevomatCodingStandard\Helpers\FunctionHelper;
use SlevomatCoding... | {
"pile_set_name": "Github"
} |
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
describe "Kernel.StringValue" do
it "raises TypeError if the instance does not respond to to_str" do
lambda { StringValue(KernelSpecs::A.new) }.should raise_error(TypeError)
end
it "raises Ty... | {
"pile_set_name": "Github"
} |
BIOSVendor: "Apple Inc."
BIOSVersion: "195.0.0.0.0"
BIOSLegacyVersion: "MBA71.88Z.F000.B00.2006111040"
BIOSReleaseDate: "06/11/2020"
SystemManufacturer: "Apple Inc."
SystemProductName: "MacBookAir7,2"
SystemVersion: "1.0"
# Note, this one is used by macserial
SystemSerialNumber: "C02Q1HACG940"
SystemSKUNumber: "System ... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.2 2015/11/03 20:45:02 agc Exp $
SHA1 (tex-gfsneohellenic-31979/gfsneohellenic.tar.xz) = 361f9d02e9b77ecdde171fec541c91fed3f5b84b
RMD160 (tex-gfsneohellenic-31979/gfsneohellenic.tar.xz) = 4c4a44d822d2cd11fe32852340f186148934ffa4
SHA512 (tex-gfsneohellenic-31979/gfsneohellenic.tar.xz) = affab83e851... | {
"pile_set_name": "Github"
} |
package com.longcoding.moon.exceptions;
import lombok.Getter;
import org.springframework.http.HttpStatus;
/**
* An enum class for error conditions.
* By default, we are sending a generic exception with a common exception.
* This enum class is for general exception situations.
*
* The actual error message is cont... | {
"pile_set_name": "Github"
} |
#include "../../../../tools/designer/src/lib/shared/sheet_delegate_p.h"
| {
"pile_set_name": "Github"
} |
<?php
/**
* Cycle DataMapper ORM
*
* @license MIT
* @author Anton Titov (Wolfy-J)
*/
declare(strict_types=1);
namespace Cycle\ORM\Tests\Driver\SQLServer;
class ClasslessInverseRelationTest extends \Cycle\ORM\Tests\Classless\ClasslessInverseRelationTest
{
public const DRIVER = 'sqlserver';
}
| {
"pile_set_name": "Github"
} |
{
"name": "vary",
"description": "Update the Vary header of a response",
"version": "0.1.0",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"license": "MIT",
"keywords": [
"http",
"res",
"vary"
],
"repository": {
"type": "git",
"url":... | {
"pile_set_name": "Github"
} |
#Sat Sep 21 13:08:26 CEST 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip | {
"pile_set_name": "Github"
} |
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/golang/build.sh"
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}
| {
"pile_set_name": "Github"
} |
// Copyright 2020 The OPA Authors. All rights reserved.
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
package topdown
import (
"github.com/open-policy-agent/opa/ast"
"github.com/open-policy-agent/opa/topdown/builtins"
"github.com/open-policy-agent/opa/types... | {
"pile_set_name": "Github"
} |
// Copyright 2013 the V8 project authors. All rights reserved.
// Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple 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:
// 1. Redistributions o... | {
"pile_set_name": "Github"
} |
import * as Updates from '../Updates';
describe('iOS Updates config', () => {
it(`returns correct default values from all getters if no value provided`, () => {
expect(Updates.getSDKVersion({})).toBe(null);
expect(Updates.getUpdateUrl({}, null)).toBe(undefined);
expect(Updates.getUpdatesCheckOnLaunch({})... | {
"pile_set_name": "Github"
} |
package {{apiPackage}};
import javax.ws.rs.ext.ParamConverter;
import javax.ws.rs.ext.ParamConverterProvider;
import javax.ws.rs.ext.Provider;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import java.time.LocalDate;
@Provider
public class LocalDateProvider implements ParamConverterProvider {... | {
"pile_set_name": "Github"
} |
namespace Nop.Services.Common
{
/// <summary>
/// Checkout attribute helper
/// </summary>
public partial interface IAddressAttributeFormatter
{
/// <summary>
/// Formats attributes
/// </summary>
/// <param name="attributesXml">Attributes in XML format</param>
... | {
"pile_set_name": "Github"
} |
/* psycho_common.c: Code common to PSYCHO and derivative PCI controllers.
*
* Copyright (C) 2008 David S. Miller <davem@davemloft.net>
*/
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <asm/upa.h>
#include "pci_impl.h"
#include "iommu_common.h"
#include "psycho_common.h"
#define PSYCHO_STRBUF_CT... | {
"pile_set_name": "Github"
} |
1.3.1 / 2016-11-11
==================
* Fix return type in JSDoc
1.3.0 / 2016-05-17
==================
* Add `421 Misdirected Request`
* perf: enable strict mode
1.2.1 / 2015-02-01
==================
* Fix message for status 451
- `451 Unavailable For Legal Reasons`
1.2.0 / 2014-09-28
================... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package proto
import (
"google.golang.org/protobuf/reflect/protoreflect"
)
// HasExtension reports whether an extension field is populated.
// It returns fal... | {
"pile_set_name": "Github"
} |
//*******************************************************************
//
// LICENSE: See top level LICENSE.txt file.
//
// Author: Garrett Potts
//
// Description: Nitf support class
//
//********************************************************************
// $Id: ossimNitfTagFactoryRegistry.cpp 22875 2014-08-27 13:5... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ppapi/cpp/private/host_resolver_private.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/cpp/completion_callb... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-2015, Percona LLC and/or its affiliates. All rights reserved.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your opti... | {
"pile_set_name": "Github"
} |
## The GCS Library retries all operations.
**Status**: accepted
**Context**: operations that change state in the server may complete with an
indeterminate status code. For example: an error in the 500 range may be
produced by a middle-tier server after the operation was started by the backend.
Re-issuing the request ... | {
"pile_set_name": "Github"
} |
#pragma once
#include <QWidget>
#include <QListView>
#include "operationdragmodel.h"
#include <widgets/toolbar.h>
namespace lc {
namespace ui {
namespace widgets {
/**
* \brief List of all icons in the toolbar
*/
class IconList : public QListView
{
Q_OBJECT
public:
IconList(QWidget* parent = nullptr);
... | {
"pile_set_name": "Github"
} |
# AX_FIXED_POINT_MACHINE(MACHINE, [ACTION-IF-FIXED-POINT], [ACTION-IF-NOT-FIXED-POINT])
# -------------------------------------------------------------------------------------
#
# Check if a specified machine type is a fixed point only machine. That is, if it lacks
# fast floating point support.
#
# This is a simple lo... | {
"pile_set_name": "Github"
} |
<li style="line-height: 1.5">
{selector}<br/>
{event} <span style="white-space: pre-wrap; color: #4488AA">{data}</span>
</li>
| {
"pile_set_name": "Github"
} |
job_specifications:
- id: mpibench-openmpi-ib
auto_complete: true
tasks:
- docker_image: vincentlabo/mpibench:openmpi-ib
additional_docker_run_options:
- --privileged
multi_instance:
num_instances: pool_current_dedicated
mpi:
runtime: openmpi
processes_per_node: nproc
c... | {
"pile_set_name": "Github"
} |
:footprints:
| {
"pile_set_name": "Github"
} |
>Mycoplasma_agalactiae_5632_FP671138_gi|290753030|emb|CBH41006.1|
MKKSKFLLLGSLSSLAAIPFVAAKCGDTKNEEKKPGETTPGNPTETPGGSQNNPGGNQNPGTEGGSNQQG
NEINVKALKEKIQSIWGLALKFEDRLQNSFKEGDTYQSVLDKITSKLSDKEKELVKLSSEGDKNKTLGLQ
AQQKIKIKVGAEELELEFGKVSNANTTETNSEATAKKALSKVITKTALGEIAKKDLESVKTALLTVAKDL
KVNEVTIELDSKENKAKVKANANSMSYEGEVEVSFTIKSTT... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Framework\Config\Test\Unit\ValidationState;
use Magento\Framework\Config\ValidationState\Configurable;
use PHPUnit\Framework\TestCase;
/**
* Tests for configurable vali... | {
"pile_set_name": "Github"
} |
use rltk::prelude::*;
use specs::prelude::*;
use crate::{State, Equipped };
use super::{get_item_display_name, ItemMenuResult, item_result_menu};
pub fn remove_item_menu(gs : &mut State, ctx : &mut Rltk) -> (ItemMenuResult, Option<Entity>) {
let mut draw_batch = DrawBatch::new();
let player_entity = gs.ecs.fe... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta) on Wed Jun 21 23:16:24 SGT 2006 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
net.sourceforge.pinyin4j.format... | {
"pile_set_name": "Github"
} |
using Abp.MultiTenancy;
using YoYo.Cms.UserManagerment.Users;
namespace YoYo.Cms.MultiTenancy
{
public class Tenant : AbpTenant<User>
{
public Tenant()
{
}
public Tenant(string tenancyName, string name)
: base(tenancyName, name)
{
}
... | {
"pile_set_name": "Github"
} |
# [508. Most Frequent Subtree Sum](https://leetcode.com/problems/most-frequent-subtree-sum/)
## 题目
Given the root of a tree, you are asked to find the most frequent subtree sum. The subtree sum of a node is defined as the sum of all the node values formed by the subtree rooted at that node (including the node itself)... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Wed Oct 19 15:34:02 PDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apach... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace Server.Items
{
[Flipable(0x577E, 0x577F)]
public class ScrollOfTranscendenceBook : BaseSpecialScrollBook
{
public override Type ScrollType => typeof(ScrollOfTranscendence);
public override int LabelNumber => 1151679; // Scrolls of T... | {
"pile_set_name": "Github"
} |
package org.javaee7.batch.flow;
import static javax.batch.runtime.BatchRuntime.getJobOperator;
import static javax.batch.runtime.BatchStatus.COMPLETED;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import java.util.ArrayList;
import java.util.List;
import java.util.Map... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license.
//
// Microsoft Cognitive Services (formerly Project Oxford): https://www.microsoft.com/cognitive-services
//
// Microsoft Cognitive Services (formerly Project Oxford) GitHub:
// https://github.com/Microsoft/ProjectOxford-ClientSDK
... | {
"pile_set_name": "Github"
} |
// comment
| {
"pile_set_name": "Github"
} |
% stale backchaining memos when new rules are added (#66)
> :- backchain sum/1.
> sum(N) += K for K in range(N).
> query sum(10)
sum(10) = 45.
> sum(N) += 10000.
> query sum(10)
sum(10) = 10045.
> query sum(11)
sum(11) = 10055.
> query sum(9)
sum(9) = 10036.
% Also, sum(9) would have been memoized wrong as we... | {
"pile_set_name": "Github"
} |
Shader "Hidden/Shader Forge/SFN_Fresnel_EXP" {
Properties {
_OutputMask ("Output Mask", Vector) = (1,1,1,1)
_NRM ("Nrm", 2D) = "black" {}
_EXP ("Exp", 2D) = "black" {}
}
SubShader {
Tags {
"RenderType"="Opaque"
}
Pass {
CGPROGRAM
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright (C) 2012 Osmo Salomaa
#
# 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 3 of the License, or
# (at your option) any later version.
#
# This pr... | {
"pile_set_name": "Github"
} |
// @(#)root/mathcore:$Id$
// Author: David Gonzalez Maline Tue Nov 10 15:01:24 2009
/*************************************************************************
* Copyright (C) 1995-2009, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* ... | {
"pile_set_name": "Github"
} |
b7178b99ca1d06178c5993b910a2c1cd
| {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2016 Thomas Heller
//
// SPDX-License-Identifier: BSL-1.0
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
////////... | {
"pile_set_name": "Github"
} |
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2019 Yegor Bugayenko
*
* 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
*... | {
"pile_set_name": "Github"
} |
{
"name": "memulai-react-es6",
"version": "1.0.0",
"description": "Memulai pembuatan React menggunakan ES6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && open index.html"
},
"repository": {
"type": "git",
"url": "github.com/ar... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2005, Giovanni Bajo
# Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc.
#
# 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... | {
"pile_set_name": "Github"
} |
<template>
<v-select
v-model="incident_type"
:items="items"
:menu-props="{ maxHeight: '400' }"
item-text="name"
label="Type"
return-object
:loading="loading"
>
<template v-slot:item="data">
<template>
<v-list-item-content>
<v-list-item-title v-htm... | {
"pile_set_name": "Github"
} |
<?php
class Swift_Events_SendEventTest extends \PHPUnit_Framework_TestCase
{
public function testMessageCanBeFetchedViaGetter()
{
$message = $this->_createMessage();
$transport = $this->_createTransport();
$evt = $this->_createEvent($transport, $message);
$ref = $evt->getMessa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<ImageView
android:id="@+id/float_back_img"
android:layout_width="160dip"
android:lay... | {
"pile_set_name": "Github"
} |
/* $OpenBSD: fe25519.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
/*
* Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange,
* Peter Schwabe, Bo-Yin Yang.
* Copied from supercop-20130419/crypto_sign/ed25519/ref/fe25519.c
*/
#include "libwebsockets.h"
#define WINDOWSIZE 1 /* Should be 1,2, or 4 */
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Stefan Reinalter
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applic... | {
"pile_set_name": "Github"
} |
package com.alecgorge.minecraft.jsonapi.chat;
import java.util.logging.Logger;
import org.bukkit.Server;
import com.alecgorge.minecraft.jsonapi.JSONAPI;
public class BukkitForgeRealisticChat implements IRealisticChat {
private Server Server = JSONAPI.instance.getServer();
public Server getServer() {
return Se... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package support provides the client and types for making API
// requests to AWS Support.
//
// The AWS Support API reference is intended for programmers who need detailed
// information about the AWS Support operations and data types. This service... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using static LiteDB.Constants;
namespace LiteDB.Engine
{
/// <summary>
/// Implement custom fast/in memory mapped di... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2017 Bstek
*
* 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/l... | {
"pile_set_name": "Github"
} |
---
title: "Handling DataSet Events"
ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
ms.assetid: 54edefe0-bc38-419b-b486-3d8a0c356f13
---
# Handling DataSet Events
The <xref:System.Data.DataSet> object provides three events: <xref:System.ComponentModel.MarshalByValueComponent.Disposed>, <xref:System.Data.DataS... | {
"pile_set_name": "Github"
} |
Setup:
$ . $TESTDIR/setup.sh
$ mkdir pipecontext_dir
$ printf "a\nb\nc\n" > pipecontext_test.txt
$ cd pipecontext_dir
Do not use parallel flag, which disables stream input:
$ unalias ag
$ alias ag="$TESTDIR/../ag --nocolor --workers=1"
B flag on pipe:
$ cat ../pipecontext_test.txt | ag --numbers -B1 ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
# -*- coding:utf-8 -*-
from selenium import webdriver
from time import sleep
from selenium.webdriver.common.keys import Keys
driver = webdriver.PhantomJS(executable_path="./phantomjs-2.1.1-macosx/bin/phantomjs")
driver.get("http://baidu.com/")
driver.find_element_by_id("kw").send_keys(u"长城")
sleep(10)
driver.find_ele... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIFTDCCAzSgAwIBAgICIAAwDQYJKoZIhvcNAQELBQAwYDELMAkGA1UEBhMCVVMx
EzARBgNVBAgMCkNhbGlmb3JuaWExFTATBgNVBAoMDEtvbmcgVGVzdGluZzElMCMG
A1UEAwwcS29uZyBUZXN0aW5nIEludGVybWlkaWF0ZSBDQTAeFw0xOTA1MDIxOTU1
MjFaFw0yOTA0MjgxOTU1MjFaME8xCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxp
Zm9ybmlhMRUwEwYDVQQKDAxLb25nIFRl... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.