text
stringlengths
2
99.9k
meta
dict
// Copyright 2014 The go-github 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 github import ( "context" "fmt" "time" ) // IssueEvent represents an event that occurred around an Issue or Pull Request. type IssueEvent...
{ "pile_set_name": "Github" }
--- %YAML:1.0 test: A sequence with an unordered array brief: > A sequence with an unordered array yaml: | 1: foo 0: bar php: | array(1 => 'foo', 0 => 'bar') --- test: Integers as Map Keys brief: > An integer can be used as dictionary key. yaml: | 1: one 2: two 3: three php: | array( ...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Meituan Dianping. 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
log4j.rootLogger=debug,Console log4j.logger.org.eclipse.jetty=info log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=org.apache.log4j.PatternLayout log4j.appender.Console.layout.ConversionPattern=[%-5p] %d{HH:mm:ss.SSS} %l - %m%n
{ "pile_set_name": "Github" }
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: labels: {{ include "labels" . | nindent 4 }} {{ "addonmanager.kubernetes.io/mode: \"Reconcile\"" | nindent 4 }} {{ "app: \"fluentd-ds\"" | nindent 4 }} {{ "kubernetes.io/cluster-service: \"true\"" | nindent 4 }} {{ "serving.knative.dev/release: \"de...
{ "pile_set_name": "Github" }
/*********************************************************************NVMH3**** ******************************************************************************* $Revision: #4 $ Copyright NVIDIA Corporation 2008 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED *AS IS* AND NVIDIA AND ITS SUPPL...
{ "pile_set_name": "Github" }
/* * su.c: Small serial driver for keyboard/mouse interface on sparc32/PCI * * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1998-1999 Pete Zaitcev (zaitcev@yahoo.com) * * This is mainly a variation of 8250.c, credits go to authors mentioned * therein. In fact this driver should be merge...
{ "pile_set_name": "Github" }
## Fixed * Fix crash in SVG parsing (#1352) * Fix chart and image widget scaling. (#1382) * Parse missing fields from SSE update events. (#1383) ## Changed * Bump dependencies
{ "pile_set_name": "Github" }
package com.olacabs.jackhammer.models; import com.google.common.collect.Lists; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import java.util.List; @AllArgsConstructor @NoArgsConstructor @Setter @Getter public class Finding extends AbstractModel { ...
{ "pile_set_name": "Github" }
body { font: 13px sans-serif; } #chart svg { width: 960px; height: 500px; border: solid 1px #ccc; } rect { fill: #fff; } circle, .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } circle { fill: #fff; fill-opacity: .2; cursor: move; } circle.selected { fill: #ff7f0e; stroke: #f...
{ "pile_set_name": "Github" }
TESTS = SUBDIRS = callback EXTRA_DIST=data authn_provider credential_provider server client keys
{ "pile_set_name": "Github" }
package com.vinsonguo.klinelib.model; /** * chart data model */ public class HisData { private double close; private double high; private double low; private double open; private long vol; private long date; private long amountVol; private double avePrice; private double total; ...
{ "pile_set_name": "Github" }
ace.define("ace/snippets/fortran",["require","exports","module"], function(require, exports, module) { "use strict"; exports.snippetText =undefined; exports.scope = "fortran"; });
{ "pile_set_name": "Github" }
[package] name = "aoc09" version = "0.1.0" authors = ["Andrew Gallant <jamslam@gmail.com>"] edition = "2018" [dependencies]
{ "pile_set_name": "Github" }
<?php /** * BaseModelWithNumberInColumn * * This class has been auto-generated by the Doctrine ORM Framework * * @property string $column_1 * @property string $column2 * @property string $column__3 * * @method string getColumn1() Returns the current record's "column_1" value * @method s...
{ "pile_set_name": "Github" }
@available(tvOS 4.0, *) class AVCompositionTrackSegment : AVAssetTrackSegment { init(url URL: NSURL, trackID trackID: CMPersistentTrackID, sourceTimeRange sourceTimeRange: CMTimeRange, targetTimeRange targetTimeRange: CMTimeRange) init(timeRange timeRange: CMTimeRange) var sourceURL: NSURL? { get } var sourceT...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Driver example applications</title> <link rel="stylesheet" type="text/css" href="../help.css"> </head> <body bgcolor="#FFF...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Administrator * @subpackage com_redirect * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\Utilities\ArrayHelper; /** *...
{ "pile_set_name": "Github" }
type = plugin repository = https://github.com/oh-my-fish/plugin-virtualfish description = A simple wrapper for virtualfish
{ "pile_set_name": "Github" }
/* * Copyright 2012-15 Advanced Micro Devices, Inc. * * 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...
{ "pile_set_name": "Github" }
package ch.rmy.android.http_shortcuts.exceptions import android.content.Context import ch.rmy.android.http_shortcuts.R class InvalidHeaderException(val header: String) : UserException() { override fun getLocalizedMessage(context: Context): String = context.getString(R.string.error_invalid_header, header)...
{ "pile_set_name": "Github" }
! Copyright (C) 2002-2020 Free Software Foundation, Inc. ! Contributed by Paul Brook <paul@nowt.org> ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). ! !GNU libgfortran is free software; you can redistribute it and/or !modify it under the terms of the GNU General Public !License as publishe...
{ "pile_set_name": "Github" }
#!/bin/sh # # Run the specified test cases for the specified command. function display_usage { echo "usage: `basename $0` -c <command to run your program> <list of files to test>" } # Check to see if help is requested if [[ "$1" == "-help" || "$1" == "-h" ]] then display_usage exit 0 fi # Parse command-line op...
{ "pile_set_name": "Github" }
# # Note : this makefile is for gcc-2.95 and later ! # # # compiler # CC = gcc CXX = c++ -pthreads # # Basename for libraries # LIB_BASENAME = libstlport_gcc99r1 # # guts for common stuff # # LINK=ar cr # 2.95 flag DYN_LINK=c++ -pthreads -shared -o OBJEXT=o DYNEXT=so STEXT=a RM=rm -rf PAT...
{ "pile_set_name": "Github" }
#! /bin/bash # NOTE: At the moment, this has only been confirmed to work with PHP 7 # Grab full name of php-fpm container PHP_FPM_CONTAINER=$(docker ps | grep php-fpm | awk '{print $1}') # Grab OS type if [[ "$(uname)" == "Darwin" ]]; then OS_TYPE="OSX" else OS_TYPE=$(expr substr $(uname -s) 1 5) fi xdeb...
{ "pile_set_name": "Github" }
--- # host entries won't work in docker # see https://stackoverflow.com/questions/28327458/how-to-add-my-containers-hostname-to-etc-hosts add_host_entries: false
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/.idea/libint.iml" filepath="$PROJECT_DIR$/.idea/libint.iml" /> </modules> </component> </project>
{ "pile_set_name": "Github" }
// Copyright 2008 The Closure Library Authors. 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. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 Tim Malseed * * 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 ...
{ "pile_set_name": "Github" }
--- # # These vars are generally considered private and not expected to be altered # by end users # openshift_metrics_cassandra_storage_types: - emptydir - pv - dynamic - nfs
{ "pile_set_name": "Github" }
import {StartWalkBase} from './_stateLibrary'; import { Character } from '../Character'; export class StartWalkLeft extends StartWalkBase { constructor(character: Character) { super(character); this.animationLength = character.setAnimation('start_left', 0.1); } }
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('toPairsIn', require('../toPairsIn'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/* $OpenBSD: ssh1.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * * As far as I am concerned, the code I have written for this software * can be used freely for any purpos...
{ "pile_set_name": "Github" }
# # Copyright (c) 2018, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of ...
{ "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" }
#!/usr/bin/env python import unittest import numpy as np from pymatgen.symmetry.settings import * __author__ = "Matthew Horton" __copyright__ = "Copyright 2017, The Materials Project" __version__ = "0.1" __maintainer__ = "Matthew Horton" __email__ = "mkhorton@lbl.gov" __status__ = "Development" __date__ = "Apr 2017"...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -O3 -triple x86_64-apple-macosx10.10 -main-file-name c-unreachable-after-switch.c %s -o - -emit-llvm -fprofile-instrument=clang | FileCheck %s // CHECK: @[[C:__profc_foo]] = private global [3 x i64] zeroinitializer // CHECK-LABEL: @foo() // CHECK: store {{.*}} @[[C]], i64 0, i64 0 void foo() { //...
{ "pile_set_name": "Github" }
# If new packages are installed by BootstrapRpmPython3 below, this version # number must be increased. BOOTSTRAP_RPM_PYTHON3_LEGACY_VERSION=1 # Checks if rh-python36 can be installed. Python36SclIsAvailable() { InitializeRPMCommonBase >/dev/null 2>&1; if "${TOOL}" list rh-python36 >/dev/null 2>&1; then return...
{ "pile_set_name": "Github" }
dnl AMD64 mpn_sbpi1_bdiv_r optimised for AMD Zen dnl Copyright 2017 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General Public License a...
{ "pile_set_name": "Github" }
### SOURCE 0.00 KEY test1 HMAC_KEY test2 DIG sha512 HMAC_DIGEST_TYPE sha256 OT 2 SOURCE NY KEY test3 ACCESS_EXPIRE 03/10/2014;t OPEN_PORTS tc; RE 3 ENCRYPTION_MODE legacy SOURCE ANY REQUIRE_SOURCE_ADDRESS Y R(QE user KEY test4 OPEN_PORTS 0 FOR23 22 FORCE_SNAT 33.3.3.3 SOURCE .
{ "pile_set_name": "Github" }
<?php /** * Tests for Test_WP_Customize_Post_Status_Control. * * @package WordPress * @subpackage Customize */ /** * Class Test_WP_Customize_Post_Status_Control */ class Test_WP_Customize_Post_Status_Control extends WP_UnitTestCase { /** * Customize Manager instance. * * @var WP_Customize_Manager */ ...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes 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 in writing, softw...
{ "pile_set_name": "Github" }
defmodule SimpleBayes.Tokenizer do @doc """ Converts a string into a list of words. ## Examples iex> SimpleBayes.Tokenizer.tokenize("foobar") ["foobar"] iex> SimpleBayes.Tokenizer.tokenize("foo bar") ["foo", "bar"] iex> SimpleBayes.Tokenizer.tokenize(",foo bar .") ["foo",...
{ "pile_set_name": "Github" }
<div class="table-responsive"> <table class="table table-dark table-sm"> <thead> <tr> <th width="1%" sortable-column="address" sort-direction="asc">Address</th> <th sortable-column="type">Type</th> <th width="1%" sortable-column="payloads">Data</th> <th width="1%" sortable-co...
{ "pile_set_name": "Github" }
package cn.edu.hust.conf; import org.junit.Test; public class ConfigurationManagerTest { /** * 测试配置文件管理类 */ @Test public void getMethod() { System.out.println(ConfigurationManager.getProperty("key1")); } }
{ "pile_set_name": "Github" }
# handwritten-japanese-recognition-0001 ## Use Case and High-Level Description This is a network for handwritten Japanese text recognition scenario. It consists of a VGG16-like backbone, reshape layer and a fully connected layer. The network is able to recognize Japanese text consisting of characters in the [Kondate...
{ "pile_set_name": "Github" }
#coding=utf-8 # coding=utf-8 ''' Created on 2014-1-5 @author: ETHAN ''' from django.conf.urls import url from teamvision.api.auth.views import userview api_user_router =[url(r"user/(?P<id>.+)",userview.UserView.as_view()), url(r"users$",userview.UserListView.as_view()), ]
{ "pile_set_name": "Github" }
dh-make-perl libssl-dev libconfig-std-perl libtemplate-perl libtest-exception-perl build-essential libmodule-install-perl libmodule-build-perl libmodule-build-tiny-perl libcryptx-perl libclass-isa-perl libconfig-any-perl libmoose-perl liblog-log4perl-perl libconvert-asn1-perl libconvert-asn1-perl libmath-round-perl lib...
{ "pile_set_name": "Github" }
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RBf_NETWORK_ #define DLIB_RBf_NETWORK_ #include "../matrix.h" #include "rbf_network_abstract.h" #include "kernel.h" #include "linearly_independent_subset_finder.h" #include "fun...
{ "pile_set_name": "Github" }
# # object_test.re: Tests for Reia's immutable objects # Copyright (C)2010 Tony Arcieri # # Redistribution is permitted under the MIT license. See LICENSE for details. # class Roflcopter def initialize(value, @loldong) @lollerskate = value end def lollerskate @lollerskate end def loldong ...
{ "pile_set_name": "Github" }
" analyze that " is one of those crass , contrived sequels that not only fails on its own , but makes you second-guess your affection for the original .
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增字典类型')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-dict-add"> <div class="form-group"> ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2005-2011 Joel de Guzman Copyright (c) 2006 Dan Marsden 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" }
/* * Copyright (C) 2009-2016 The Project Lombok Authors. * * 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, ...
{ "pile_set_name": "Github" }
{ "type": "minecraft:stonecutting", "ingredient": { "item": "quark:andesite_bricks" }, "result": "quark:andesite_bricks_stairs", "count": 1, "conditions": [ { "type": "quark:flag", "flag": "more_stone_variants" } ] }
{ "pile_set_name": "Github" }
<?php /** * Copyright (c) UNA, Inc - https://una.io * MIT License - https://opensource.org/licenses/MIT * * @defgroup Charts Charts * @ingroup UnaModules * * @{ */ $aConfig = array( /** * Main Section. */ 'type' => BX_DOL_MODULE_TYPE_MODULE, 'name' => 'bx_charts', 'title' => '...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: Morearty.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></...
{ "pile_set_name": "Github" }
// Copyright (c) 2001-2011 Hartmut Kaiser // // 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) #if !defined(BOOST_SPIRIT_KARMA_CHAR_CLASS_AUG_10_2009_0720AM) #define BOOST_SPIRIT_KARMA_CHAR_CLASS_AUG_10_2009...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Mesa Release Notes</title> <link rel="stylesheet" type="text/css" href="../mesa.css"> </head> <body> <div class...
{ "pile_set_name": "Github" }
package git import ( "context" "errors" "fmt" "io" "gopkg.in/src-d/go-billy.v4/osfs" "gopkg.in/src-d/go-git.v4/config" "gopkg.in/src-d/go-git.v4/plumbing" "gopkg.in/src-d/go-git.v4/plumbing/cache" "gopkg.in/src-d/go-git.v4/plumbing/format/packfile" "gopkg.in/src-d/go-git.v4/plumbing/object" "gopkg.in/src-d...
{ "pile_set_name": "Github" }
using UnityEngine; using UnityEditor; using System.Collections; using System.Runtime.Serialization; namespace StrumpyShaderEditor { [DataContract(Namespace = "http://strumpy.net/ShaderEditor/")] public class MatrixProperty : ShaderProperty { public MatrixProperty() { } public override void Draw() { }...
{ "pile_set_name": "Github" }
#!/bin/bash # # 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");...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid> <Config Condition="'$(Config)'==''">Release</Config> </PropertyGroup> <PropertyGroup Condition="'$(Config)'=...
{ "pile_set_name": "Github" }
<?php namespace Platformsh\Cli\Command\Environment; use Platformsh\Cli\Command\CommandBase; use Platformsh\Cli\Console\AdaptiveTableCell; use Platformsh\Cli\Service\Table; use Platformsh\Client\Model\Environment; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use S...
{ "pile_set_name": "Github" }
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analysis_server/src/services/correction/fix.dart'; import 'package:analyzer/src/dart/ana...
{ "pile_set_name": "Github" }
/******************************************************************************* * @license * Copyright (c) 2010, 2012 IBM Corporation and others. * All rights reserved. This program and the accompanying materials are made * available under the terms of the Eclipse Public License v1.0 * (http://www.eclipse.org/l...
{ "pile_set_name": "Github" }
<?php function foo(\\ $bar) { }
{ "pile_set_name": "Github" }
<?php use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Settings; require __DIR__ . '/../Header.php'; // Change these values to select the Rendering library that you wish to use Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); $inputFileType = 'Xlsx'; $inputFil...
{ "pile_set_name": "Github" }
# # Alteon network device configuration # config NET_VENDOR_ALTEON bool "Alteon devices" default y depends on PCI ---help--- If you have a network (Ethernet) card belonging to this class, say Y and read the Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>. Note that the answer to t...
{ "pile_set_name": "Github" }
prefix=/home/ewenwan/ewenwan/catkin_ws/devel Name: rbx1_description Description: Description of rbx1_description Version: 0.4.0 Cflags: Libs: -L/home/ewenwan/ewenwan/catkin_ws/devel/lib Requires:
{ "pile_set_name": "Github" }
class Avatar < ActiveRecord::Base acts_as_fleximage :image_directory => 'public/uploads' validates_presence_of :username end
{ "pile_set_name": "Github" }
export const sortBy = (arr, prop) => { arr.sort((a, b) => { if (a[prop] > b[prop]) { return 1; } else if (a[prop] < b[prop]) { return -1; } return 0; }); }; export const convertHashToArray = (hash) => { const arr = []; for (let prop in hash) { arr.push(hash[prop]); } return arr; }; export const...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
'use strict'; var gulp = require('gulp'); /** * Build ts and scss files */ gulp.task('build', ['scripts', 'styles']); /** * Compile ts files */ gulp.task('scripts', function(done) { var ts = require('gulp-typescript'); var tsProject = ts.createProject('tsconfig.json', { typescript: require('typescript') ...
{ "pile_set_name": "Github" }
<?php /* Prototype : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...]) * Description: Sort multiple arrays at once similar to how O...
{ "pile_set_name": "Github" }
package sdk.chat.firebase.adapter.update; import com.google.firebase.database.DatabaseReference; public class FirebaseUpdate { public DatabaseReference ref; public Object value; public FirebaseUpdate(DatabaseReference ref, Object value) { this.ref = ref; this.value = value; } pu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="picker_title">Einen Ort auswählen</string> <string name="picker_select_this">Diesen Ort auswählen</string> <string name="picker_place_confirm_cancel">Ort ändern</string> <string name="picker_place_confirm">Diesen Ort verwenden?</string> ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Concurrent; using System.Linq; using System.Linq.Expressions; namespace LinqToDB.Common { using Expressions; using Extensions; using JetBrains.Annotations; using Mapping; /// <summary> /// Default value provider. /// Default value used for mapping from NULL...
{ "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 ...
{ "pile_set_name": "Github" }
/* * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #include "Model.h" #include <new> #include <stdio.h> #include <stdlib.h> #include <AutoDeleter.h> #include <thread_defs.h> static const char* const kThreadStateNames[] = { "running", "still runni...
{ "pile_set_name": "Github" }
var $export = require('./$.export'); $export($export.S + $export.F, 'Object', {classof: require('./$.classof')});
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Bernoulli Distribution</title> <link rel="stylesheet" href="../../../math.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Math Toolkit 2....
{ "pile_set_name": "Github" }
#include "duckdb/function/table/sqlite_functions.hpp" #include "duckdb/storage/storage_manager.hpp" using namespace std; namespace duckdb { struct PragmaDatabaseListData : public FunctionOperatorData { PragmaDatabaseListData() : finished(false) { } bool finished; }; static unique_ptr<FunctionData> pragma_datab...
{ "pile_set_name": "Github" }
/* Copyright 2017 The Kubernetes 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 in writing, ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "extensionOffGradeA.pdf" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
1234 1234
{ "pile_set_name": "Github" }
contract C { uint[] storageArray; function test_zeroed_indicies(uint256 len) public { while(storageArray.length < len) storageArray.push(); while(storageArray.length > len) storageArray.pop(); for (uint i = 0; i < len; i++) storageArray[i] = i + 1...
{ "pile_set_name": "Github" }
import FWCore.ParameterSet.Config as cms XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource", geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', 'Geometry/CMSCommonData/data/rotations.xml', 'Geometry/CMSCommonData/data/extend/cmsextent.xml', 'Geometry/...
{ "pile_set_name": "Github" }
/** * Revisions log for unique_field */ version 7.x-1.0-rc1 (2011/07/25) -- #1163924 by derhasi: fixing support for multilingual fields -- #1185904: reworking query code to use EntityFieldQuery -- #1185902: adding functional tests for core functionality version 2011/06/11 (7.x-1.0-beta2) -- #1037904 by Boobaa: fixi...
{ "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...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/li...
{ "pile_set_name": "Github" }
# Contributing Thanks for your interest in contributing to this project! Please make sure to follow these simple guidelines when opening a [pull request](https://help.github.com/articles/using-pull-requests): - Try to include tests for any feature added or modified. - Follow these [rules of a great git commit messag...
{ "pile_set_name": "Github" }
aui-rating ========
{ "pile_set_name": "Github" }
import React from 'react'; import { IMessage } from '../../../../../types'; import AppMessage from './AppMessage'; import FormMessage from './FormMessage'; import SimpleMessage from './SimpleMessage'; type Props = { message: IMessage; isSameUser: boolean; conversationFirstMessage?: IMessage; }; function Message...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * 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...
{ "pile_set_name": "Github" }
@import "~bootstrap/scss/mixins/breakpoints"; @include media-breakpoint-down(md) { body { font-size: 0.9em; } }
{ "pile_set_name": "Github" }
/* Copyright (C) 2014, Siemens AG Author: Johannes Najjar 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 Foundation. This program is distributed in the hope that it will be useful, but WITHO...
{ "pile_set_name": "Github" }
<h1><a href="../cli/npm-stars.html">npm-stars</a></h1> <p>View packages marked as favorites</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm stars npm stars [username] </code></pre><h2 id="description">DESCRIPTION</h2> <p>If you have starred a lot of neat things and want to find them again quickly this command lets y...
{ "pile_set_name": "Github" }
using System; using System.Threading; using AutoCSer.Extension; namespace AutoCSer.CacheServer.MessageQueue { /// <summary> /// 消息队列 客户端消费者 处理器 /// </summary> /// <typeparam name="valueType">数据类型</typeparam> internal sealed class ConsumerProcessor<valueType> : Abstract.ConsumerProcessor<valueType>...
{ "pile_set_name": "Github" }
{ "parent": "item/handheld", "textures": { "layer0": "gregtech:items/tools/handle_screwdriver", "layer1": "gregtech:items/tools/screwdriver" } }
{ "pile_set_name": "Github" }