text stringlengths 2 99.9k | meta dict |
|---|---|
Highcharts.chart('container', {
title: {
text: 'Tick amount is 8'
},
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
},
yAxis: {
tickAmount: 8
},
series: [{
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0... | {
"pile_set_name": "Github"
} |
<root>
<styles>
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
<include src="s2r://panorama/styles/hud/dota_hud_ad_texture_sheet.vcss_c" />
</styles>
<Panel class="DashboardPage">
<Panel id="AbilityDraftTextureSheet">
<Panel id="BaseAbilities">
<Panel class="Row LeftRightFlow">
<Pane... | {
"pile_set_name": "Github"
} |
```dart
class CounterText extends StatelessWidget {
@override
Widget build(BuildContext context) {
return BlocBuilder<CounterBloc, int>(
builder: (context, count) {
return Text('$count');
},
);
}
}
```
| {
"pile_set_name": "Github"
} |
<?php
namespace Test\Unit\App;
use App\School;
use App\Message;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class MessageTest extends TestCase
{
use RefreshDatabase;
/** @test */
public function the_messages_are_filter_by_school() {
$school = create(School::class);
... | {
"pile_set_name": "Github"
} |
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4]
SZ[19]
GN[]
DT[2018-06-12]
PB[骊龙]BR[9段]
PW[金毛测试]WR[9段]
KM[750]HA[0]RU[Japanese]RE[B+R]TM[60]TC[10]TT[60]
;B[dd];W[dp];B[pc];W[pp];B[pf];W[cc];B[dc];W[cd];B[cf];W[ce];B[de]
;W[bf];B[qn];W[qh];B[qj];W[oh];B[ng];W[hd];B[jd];W[df];B[cg];W[bg]
;B[ch];W[ef];B[cb];W[bb];B[bc];W[db];B[be];W[ca];... | {
"pile_set_name": "Github"
} |
<% var url = '/foo' -%>
<% var title = 'Foo' -%>
<% include includes/menu-item -%>
<% var url = '/bar' -%>
<% var title = 'Bar' -%>
<% include includes/menu-item -%>
<% var url = '/baz' -%>
<% var title = 'Baz' -%>
<% include includes/menu-item -%> | {
"pile_set_name": "Github"
} |
#contributor: Xah Lee (XahLee.org)
#name: y-or-n-p
#key: y-or-n-p
#key: yonp
# --
(yes-or-no-p "PROMPT$0 ") | {
"pile_set_name": "Github"
} |
# lodash v3.10.1
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) exported as [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) modules.
Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
```bash
$ lodash modularize modern exports... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/**
* eCryptfs: Linux filesystem encryption layer
*
* Copyright (C) 2007 International Business Machines Corp.
* Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>
*/
#include <linux/fs.h>
#include <linux/pagemap.h>
#include <linux/sched/signal.h>
#include "ecryptf... | {
"pile_set_name": "Github"
} |
zincludedir = $(includedir)/zbar
include_HEADERS = include/zbar.h
zinclude_HEADERS = include/zbar/Scanner.h include/zbar/Decoder.h \
include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h \
include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h \
include/zbar/Processor.h
if HAV... | {
"pile_set_name": "Github"
} |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_java_security_x509_X500DistinguishedName__
#define __gnu_java_security_x509_X500DistinguishedName__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace java
{
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE ladspa SYSTEM "ladspa-swh.dtd">
<?xml-stylesheet href="ladspa.css" type="text/css"?>
<ladspa>
<global>
<meta name="maker" value="Steve Harris <steve@plugin.org.uk>"/>
<meta name="copyright" value="GPL"/>
<meta name="properties" value="HARD_RT_CAPABLE"/>
<code><![... | {
"pile_set_name": "Github"
} |
/*********************************************************************
*
* Filename: irlan_eth.c
* Version:
* Description:
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Thu Oct 15 08:37:58 1998
* Modified at: Tue Mar 21 09:06:41 2000
* Modified by: Dag B... | {
"pile_set_name": "Github"
} |
if(oldstr2741){
if(oldstr2741->fixed)qbs_set(oldstr2741,_FUNC_ISUINTEGER_STRING_I);
qbs_free(_FUNC_ISUINTEGER_STRING_I);
}
| {
"pile_set_name": "Github"
} |
#P CIS(50-50,NStates=5)/STO-3G Density Pop=(Full,NaturalOrbitals)
Water
0 1
O
H 1 R1
H 1 R1 2 A1
R1=0.99
A1=106.0
| {
"pile_set_name": "Github"
} |
import numpy as np
import trainLinearReg as tlr
import linearRegCostFunction as lrcf
def learning_curve(X, y, Xval, yval, lmd):
# Number of training examples
m = X.shape[0]
# You need to return these values correctly
error_train = np.zeros(m)
error_val = np.zeros(m)
# ===================== Y... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* 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... | {
"pile_set_name": "Github"
} |
namespace test
{
/// <date>Jun 13, 2005</date>
public class SACSTesterStatus
{
public static void Main(string[] args)
{
Test.Framework.TestCase tc;
Test.Framework.TestSuite suite = new Test.Framework.TestSuite();
Test.Framework.TestItem pre = new test.sacs... | {
"pile_set_name": "Github"
} |
SELECT Person.firstName FROM "query".Person, "orgCache".Organization WHERE Person.orgId = Organization.id AND lower(Organization.name) = lower('Organization 55')
SELECT Organization.name FROM "orgCache".Organization WHERE lower(Organization.name) LIKE lower('%55%')
SELECT Person.firstName FROM "query".Person, "orgCa... | {
"pile_set_name": "Github"
} |
package com.apssouza.controllers;
import com.apssouza.events.TodoChangedEvent;
import com.apssouza.monitors.TodoStoreEventChanges;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotat... | {
"pile_set_name": "Github"
} |
// Package toml is a TOML parser and manipulation library.
//
// This version supports the specification as described in
// https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md
//
// Marshaling
//
// Go-toml can marshal and unmarshal TOML documents from and to data
// structures.
//
// TOML document... | {
"pile_set_name": "Github"
} |
#region Copyright Syncfusion Inc. 2001-2020.
// Copyright Syncfusion Inc. 2001-2020. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applic... | {
"pile_set_name": "Github"
} |
#!/bin/sh
ryu-manager $1.py &
RYU_PID=$!
trap "kill $RYU_PID"
sudo lagopus -d -C ./match-test.dsl -- -cff -n2 --
| {
"pile_set_name": "Github"
} |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* o... | {
"pile_set_name": "Github"
} |
<Namespace Name="Windows.UI.Xaml.Markup">
<Docs>
<summary>Provides XAML language support API for UWP apps and the Windows Runtime.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This namespace documentation contains only .NET projections of Windows Runtime (WinRT) type... | {
"pile_set_name": "Github"
} |
# Modify the variable value so that all of the `print` statements return `True`.
import re
zero = "Python"
one = "5/25/2014"
two = "A88 8AA"
three = '\w\d\w\s\w\d\w'
four = "$4.76"
five = ["haaaappy", "birthday"]
six = r'\.(doc|odt)$'
seven = "My email is (email redacted)"
# zero = "Ruby"
# one = "5/25/14"
# two = "... | {
"pile_set_name": "Github"
} |
import { Observable } from '../Observable';
import { IScheduler } from '../Scheduler';
import { Timestamp } from '../operators/timestamp';
/**
* @param scheduler
* @return {Observable<Timestamp<any>>|WebSocketSubject<T>|Observable<T>}
* @method timestamp
* @owner Observable
*/
export declare function timestamp<T>(... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>libao - function - ao_open_file</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libao documentation</p></td>
<td align=right><p class=tiny>libao... | {
"pile_set_name": "Github"
} |
{
"lerna": "2.9.1",
"packages": [
"packages/*"
],
"version": "1.1.2",
"npmClient": "yarn"
}
| {
"pile_set_name": "Github"
} |
/*
* Sun3 i82586 Ethernet driver
*
* Cloned from ni52.c for the Sun3 by Sam Creasey (sammy@sammy.net)
*
* Original copyright follows:
* --------------------------
*
* net-3-driver for the NI5210 card (i82586 Ethernet chip)
*
* This is an extension to the Linux operating system, and is covered by the
* same G... | {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* 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.o... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com)
*
* 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 ... | {
"pile_set_name": "Github"
} |
package soot.baf;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrick Lam, Patrick Pominville and Raja Vallee-Rai
* %%
* 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 S... | {
"pile_set_name": "Github"
} |
# Copyright 2017 the pycolab 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-24 11... | {
"pile_set_name": "Github"
} |
{% extends 'LadbCoreBundle:Common:_list-filterbar.part.html.twig' %}
{% set filterPath = filterPath|default('core_plan_list_filter') %}
{% set filterPathParameters = filterPathParameters|default({}) %}
{% set baseFilterDefs = {
'recent': { 'label':'Récents', 'path':path(filterPath, (filterPathParameters|... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 Google 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 of source code must retain the above copyright
* notice, this list of conditions... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
package helper
import (
"fmt"
"math"
"testing"
"github.com/go-graphite/carbonapi/expr/tags"
"github.com/go-graphite/carbonapi/expr/types"
)
func TestExtractTags(t *testing.T) {
tests := []struct {
name string
metric string
expected map[string]string
}{
{
name: "tagged metric",
metric: "c... | {
"pile_set_name": "Github"
} |
//
// Scaffolding
// --------------------------------------------------
// Reset the box-sizing
//
// Heads up! This reset may cause conflicts with some third-party widgets.
// For recommendations on resolving such conflicts, see
// http://getbootstrap.com/getting-started/#third-box-sizing
* {
.box-sizing(border-bo... | {
"pile_set_name": "Github"
} |
[B]1.0.1[/B]
- fix error when script invoked without an addon
- enabled addon pvr.iptvsimple before set settings
- get EPG for phoenix tv channels
[B]1.0.0[/B]
- Initial version
| {
"pile_set_name": "Github"
} |
{% if pager and ROOT_MENU.current_menu.view_name %}
<ul class="pagination pagination-sm no-margin pull-right">
<li><a href="{% url ROOT_MENU.current_menu.view_name %}?page=1&{{ pager.url_params }}">«</a></li>
{% if pager.page > 2 %}
<li>
<a href="{% url ROOT_MENU.cu... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleInstances #-}
{-# OPTIONS_GHC -Wno-orphans #-}
-- compile with:
-- ghc -O2 -fspec-constr-recursive=10 -fmax-worker-args=16 word-classifier.hs
--
import qualified Data.Char as Char
import Data.Foldable
import Data.Function ((&))
import Data.Functo... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 MongoDB, Inc.
*
* 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 ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6bddf438f58e50044ae1db82469115c9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#!/bin/sh
HERE="`echo $0 | sed -e 's|[^/]*$||'`"
OPENSSL="${HERE}../apps/openssl"
if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
fi
if [ -x "${OPENSSL}.exe" ]; then
# The original reason for this script existence is to work around
# cer... | {
"pile_set_name": "Github"
} |
from rpython.flowspace.model import (Constant, Variable, SpaceOperation,
mkentrymap)
from rpython.rtyper.lltypesystem import lltype
from rpython.rtyper.lltypesystem.lloperation import llop
from rpython.translator.unsimplify import insert_empty_block, split_block
def fold_op_list(operations, constants, exit_early=... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012-2016 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of EITHER the GNU General Public License
* version 2 as published by the Free Software Foundation or the BSD
* 2-Clause License. This program is distributed... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1567646065
SHA256 (bzr-2.7.0.6622.tar.xz) = 9aafabb8984c4c962526e150a2dfbf2908462df6c64ae7f0c2d26e58e3c59637
SIZE (bzr-2.7.0.6622.tar.xz) = 5840088
| {
"pile_set_name": "Github"
} |
server:
port: 8010
spring:
application:
name: microservice-consumer-movie
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
instance:
prefer-ip-address: true | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright 2006-2014 the original author or 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/license... | {
"pile_set_name": "Github"
} |
//// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
//// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
//// PARTICULAR PURPOSE.
////
//// Copyright (c) Microsoft Corporation. All rights reserved
#include "pch.h... | {
"pile_set_name": "Github"
} |
openapi: 3.0.0
info:
title: API
version: 1.0.0
paths: {}
components:
schemas:
a:
$ref: '#/components/schemas/b'
description: a
b:
type: integer
| {
"pile_set_name": "Github"
} |
package edu.stanford.math.plex;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Random;
/**
* A <code>WitnessStream</code> is an iterable Witness complex.
*
* <p>A WitnessStream is a SimplexStream whose elements are the simplices
* of the Witness complex o... | {
"pile_set_name": "Github"
} |
// HMCharacteristicNumberRangeEvent.h
// HomeKit
//
// Copyright (c) 2017 Apple Inc. All rights reserved.
#import <Foundation/Foundation.h>
#import <HomeKit/HMEvent.h>
NS_ASSUME_NONNULL_BEGIN
@class HMCharacteristic;
@class HMNumberRange;
/*!
* @brief This class represents an event when a characteristic's value fa... | {
"pile_set_name": "Github"
} |
--TEST--
SCCP 029: Don't propagate assignments to references to typed properties
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.preload=
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
class Test {
public string $x = "x";
}
function test() {
$test = new Test(... | {
"pile_set_name": "Github"
} |
#!/usr/share/tuleap/src/utils/php-launcher.sh
<?php
/*
* Copyright (c) Enalean, 2018. All Rights Reserved.
* Copyright (C) 2010 Olaf Lenz
*
* This file is part of Tuleap.
*
* Tuleap is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... | {
"pile_set_name": "Github"
} |
; Override for build phase on Vercel
extension_dir = "${PHP_INI_EXTENSION_DIR}"
| {
"pile_set_name": "Github"
} |
<style>
<%= w.styles %>
</style>
<%= w.partials['_icon_component'](w, {variable: w}) %>
<div class="js-app">
<nav class="AppHeader pure-menu pure-menu-horizontal pure-menu-fixed">
<div class="pure-menu-heading">
<div class="AppHeader_tungstenVersion">Tungsten.js <%= w.tungstenVersion %></div>
</div>... | {
"pile_set_name": "Github"
} |
// REQUIRES: systemz-registered-target
// RUN: %clang_cc1 -target-cpu zEC12 -triple s390x-ibm-linux -Wall -Wno-unused -Werror -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -target-cpu zEC12 -triple s390x-ibm-linux -Wall -Wno-unused -Werror -emit-llvm -x c++ %s -o - | FileCheck %s
#include <stdint.h>
#include <h... | {
"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 (version 1.7.0_10-ea) on Sun Jul 14 20:03:31 PDT 2013 -->
<title>SerializableWithTypeSerializer (Jackson JSON Processor)</title>
<meta name="date" con... | {
"pile_set_name": "Github"
} |
namespace Xilium.CefGlue.Interop
{
using System;
using System.Runtime.InteropServices;
internal struct cef_main_args_t
{
}
[StructLayout(LayoutKind.Sequential, Pack = libcef.ALIGN)]
internal unsafe struct cef_main_args_t_windows
{
public IntPtr instance;
#region Alloc... | {
"pile_set_name": "Github"
} |
stdin
| {
"pile_set_name": "Github"
} |
<project name="Ceylon CMR javascript module" default="publish" basedir=".">
<property file="../user-build.properties" />
<property file="../common-build.properties" />
<property file="../lib/build.properties"/>
<property file="build.properties" />
<property name="src" location="src" />
<proper... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
#ifndef COMPONENTS_DOWNLOAD_PUBLIC_BACKGROUND_SERVICE_SERVICE_CONFIG_H_
#define COMPONENTS_DOWNLOAD_PUBLIC_BACKGROUND_SERVICE_SERVICE_CONFIG_H_
#include ... | {
"pile_set_name": "Github"
} |
<?php
/**
* EditField View Class.
*
* @copyright YetiForce Sp. z o.o
* @license YetiForce Public License 3.0 (licenses/LicenseEN.txt or yetiforce.com)
* @author Tomasz Kur <t.kur@yetiforce.com>
*/
/**
* EditField View Class.
*/
class Settings_LayoutEditor_EditField_View extends Settings_Vtiger_BasicModal_View
... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
describe "Binding#local_variables" do
it "returns an Array" do
binding.local_variables.should be_kind_of(Array)
end
it "includes local variables in the current scope" do
a = 1
b = nil
binding.local_variables.should == [:a, :b]
end
it "includes local vari... | {
"pile_set_name": "Github"
} |
//
// XLCoreDataController.h
// XLForm ( https://github.com/xmartlabs/XLData )
//
// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com )
//
//
// 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 S... | {
"pile_set_name": "Github"
} |
# Test lexers
# build lexilla.so and TestLexers then run TestLexers
cd ../src
make
cd ../test
make
make test
| {
"pile_set_name": "Github"
} |
kMeansInitCentroids <- function(X, K) {
#KMEANSINITCENTROIDS This function initializes K centroids that are to be
#used in K-Means on the dataset X
# centroids <- KMEANSINITCENTROIDS(X, K) returns K initial centroids to be
# used with the K-Means on the dataset X
#
# You should return these values c... | {
"pile_set_name": "Github"
} |
//
// ConvertibleSpec.swift
// LeeGo
//
// Created by Victor WANG on 24/03/16.
// Copyright © 2016 Victor Wang. All rights reserved.
//
import XCTest
import Foundation
import UIKit
import Quick
import Nimble
@testable import LeeGo
class ConvertibleSpec: QuickSpec {
override func spec() {
describe("... | {
"pile_set_name": "Github"
} |
package field
import (
"github.com/brimsec/zq/streamfn"
"github.com/brimsec/zq/zng"
"github.com/brimsec/zq/zngnative"
)
type Time struct {
fn *streamfn.Time
}
func NewTimeStreamfn(op string) Streamfn {
return &Time{
fn: streamfn.NewTime(op),
}
}
func (t *Time) Result() zng.Value {
return zng.NewTime(t.fn.S... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_cast.png",
"idiom": "universal",
"scale": "1x"
},
{
"filename": "ic_cast_2x.png",
"idiom": "universal",
"scale": "2x"
},
{
"filename": "ic_cast_3x.png",
... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
namespace Microsoft.Tye.Hosting.Model.V1
{
public class V1ServiceDescription... | {
"pile_set_name": "Github"
} |
.. automodule:: aioxmpp.adhoc
| {
"pile_set_name": "Github"
} |
// Check that we emit warnings/errors for different combinations of
// exceptions, rtti, and vptr sanitizer flags for generic (unknown) x86 linux,
// and for PS4 when its behaviour differs from the generic x86-linux.
// No warnings/errors should be emitted for unknown, except if combining
// the vptr sanitizer with -fn... | {
"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.
#ifndef CHROME_BROWSER_EXTENSIONS_API_EXTENSION_ACTION_EXTENSION_PAGE_ACTIONS_API_H_
#define CHROME_BROWSER_EXTENSIONS_API_EXTENSION_ACTION_EXTENSION_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="../../tileset/buildingint_green_blue" tilewidth="32" tileheight="32">
<image source="../..... | {
"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_222) on Wed Aug 14 11:24:52 AEST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.ecli... | {
"pile_set_name": "Github"
} |
NAME=second-climacs
TEXFILES=$(NAME).tex $(shell ./tex-dependencies $(NAME).tex)
BIBFILES=$(NAME).bib
PDF_T=$(shell ./strip-dependence inputfig $(TEXFILES))
VERBATIM=$(shell ./strip-dependence verbatimtabinput $(TEXFILES))
CODEFILES=$(shell ./strip-dependence inputcode $(TEXFILES))
PDF=$(subst .pdf_t,.pdf,$(PDF_T))
a... | {
"pile_set_name": "Github"
} |
{
"name": "example-module-hello-world",
"files": [
"index-production.html",
"script.js",
"protractor.js"
]
} | {
"pile_set_name": "Github"
} |
---
title: Proxy Reference
---
## Introduction
In this document we will cover Kong's **proxying capabilities** by explaining
its routing capabilities and internal workings in details.
Kong exposes several interfaces which can be tweaked by two configuration
properties:
- `proxy_listen`, which defines a list of add... | {
"pile_set_name": "Github"
} |
(("Emacs-langtool" . "d93286722cff3fecf8641a4a6c3b0691f30362fe")
("Emacs-wgrep" . "414be70bd313e482cd9f0b70fd2daad4ee23497c")
("ace-flyspell" . "538d4f8508d305262ba0228dfe7c819fb65b53c9")
("ace-link" . "19dd9c3363c6ff03b7f710a85b8fbbd646cc06ec")
("ace-window" . "2e3b9562b52e3ce2def3adf32f5ec8fe77f573d6")
("adaptiv... | {
"pile_set_name": "Github"
} |
# FluxibleComponent
```js
import FluxibleComponent from 'fluxible-addons-react/FluxibleComponent';
```
The `FluxibleComponent` is a wrapper component that will provide all of its children with access to the Fluxible component
context via React's `childContextTypes` and `getChildContext`. This should be used to wrap y... | {
"pile_set_name": "Github"
} |
package org.apereo.cas.authentication.mfa.trigger;
import org.apereo.cas.authentication.Authentication;
import org.apereo.cas.authentication.MultifactorAuthenticationProvider;
import org.apereo.cas.authentication.MultifactorAuthenticationProviderResolver;
import org.apereo.cas.authentication.MultifactorAuthenticationT... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
del html\*.* /Q
doxygen Doxyfile_chm
del html\*.md5
del html\*.map
pause
| {
"pile_set_name": "Github"
} |
use super::Row;
use crate::utils::lines::spans;
use crate::utils::span::{IndexedSpan, SpannedText};
/// Generates rows of text in constrained width.
///
/// Given a long text and a width constraint, it iterates over
/// substrings of the text, each within the constraint.
pub struct LinesIterator<'a> {
iter: spans:... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2010 Google Inc.
*
* 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... | {
"pile_set_name": "Github"
} |
/**
* @name exports
* @summary ValueSetComposeIncludeConceptDesignation Class
*/
module.exports = class ValueSetComposeIncludeConceptDesignation {
constructor(opts) {
// Create an object to store all props
Object.defineProperty(this, '__data', { value: {} });
// Define getters and setters as enumerabl... | {
"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"
} |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import com.adobe.test.Assert;
// var SECTION = "7.1-1";
// var VERSION = "ECMA_1";
// var TITLE = "W... | {
"pile_set_name": "Github"
} |
//
// SinaWeiboConstants.h
// sinaweibo_ios_sdk
//
// Created by Wade Cheng on 4/22/12.
// Copyright (c) 2012 SINA. All rights reserved.
//
#ifndef sinaweibo_ios_sdk_SinaWeiboConstants_h
#define sinaweibo_ios_sdk_SinaWeiboConstants_h
#define SinaWeiboSdkVersion @"2.0"
#define kSinaWeiboSDKErrorDom... | {
"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"
} |
'use strict';
var a, group, parser, helptext;
var assert = require('assert');
var _ = require('underscore');
_.str = require('underscore.string');
var print = function () {
return console.log.apply(console, arguments);
};
// print = function () {};
var argparse = require('argparse');
print("TEST argparse.Argu... | {
"pile_set_name": "Github"
} |
one of my colleagues was surprised when i told her i was willing to see betsy's wedding .
and she was shocked to hear that i actually liked it .
her reaction was understandable when you consider that the film revolves around molly ringwald , who hasn't made a worthwhile film since 1986 .
but the fact is , betsy's we... | {
"pile_set_name": "Github"
} |
using System;
using static BulletSharp.UnsafeNativeMethods;
namespace BulletSharp
{
public class MaterialProperties : IDisposable
{
internal IntPtr Native;
public MaterialProperties()
{
Native = btMaterialProperties_new();
}
public IntPtr MaterialBase
{
get => btMaterialProperties_getMaterialBase... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_background" />
<foreground android:drawable="@mipmap/launcher_foreground" />
</adaptive-icon> | {
"pile_set_name": "Github"
} |
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DotVVM.Framework.Configuration
{
public interface IDotvvmStartup
{
void Configure(DotvvmConfiguration config, string applicationPath);
}
}
| {
"pile_set_name": "Github"
} |
$! make libz under VMS written by
$! Martin P.J. Zinser
$!
$! In case of problems with the install you might contact me at
$! zinser@zinser.no-ip.info(preferred) or
$! martin.zinser@eurexchange.com (work)
$!
$! Make procedure history for Zlib
$!
$!------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.