text stringlengths 2 99.9k | meta dict |
|---|---|
import { ButtonList } from './buttons';
import { ContentOptions } from './content';
export interface SwalOptions {
title: string;
text: string;
icon: string;
buttons: ButtonList;
content: ContentOptions;
className: string;
closeOnClickOutside: boolean;
closeOnEsc: boolean;
dangerMode... | {
"pile_set_name": "Github"
} |
package com.webank.weevent.core.fisco.web3sdk.v2.solc10;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.Callable;
import org.fisco.bcos.channel.client.TransactionSucCallback;
import org.fisco.bcos.web3j.abi.FunctionEncoder;
import ... | {
"pile_set_name": "Github"
} |
{
"accessors": [
{
"bufferView": 0,
"componentType": 5126,
"count": 24,
"type": "VEC3"
},
{
"bufferView": 1,
"componentType": 5126,
"count": 24,
"type": "VEC4"
},
{
"bufferView": 2,
"componentType": 5126,
"count": 24,
"type": ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 United States Government as represented by the Administrator of the
* National Aeronautics and Space Administration.
* All Rights Reserved.
*/
package gov.nasa.worldwind.util.webview;
import gov.nasa.worldwind.avlist.AVList;
import java.awt.*;
import java.awt.event.*;
import java.beans.Pro... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2015, 2019, Oracle 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 General Public License, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with certai... | {
"pile_set_name": "Github"
} |
use pbrt::core::floatfile::read_float_file;
use pbrt::core::pbrt::Float;
fn main() {
{
let filename: String =
String::from("/home/jan/git/self_hosted/Rust/pbrt/assets/spds/Al.k.spd");
let mut values: Vec<Float> = Vec::new();
println!(
"read_float_file({:?}, ...) retu... | {
"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.
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using Microsoft.Build.Utilities;
namespace Build.Tasks
{
public abstract class DesktopCompatib... | {
"pile_set_name": "Github"
} |
/*
* Test several conditions that should always cause us to throw.
*/
var mod_assert = require('assert');
var mod_ctype = require('../../ctype.js');
var cases = [
{ json: { }, msg: 'bad JSON - no metadata or data' },
{ json: { metadata: {} }, msg: 'bad JSON - bad metadata section' },
{ json: { metadata: { 'JSON vers... | {
"pile_set_name": "Github"
} |
/*
* Summary: The DTD validation
* Description: API for the DTD handling and the validity checking
*
* Copy: See Copyright for the status of this software.
*
* Author: Daniel Veillard
*/
#ifndef __XML_VALID_H__
#define __XML_VALID_H__
#include <libxml/xmlversion.h>
#include <libxml/xmlerror.h>
#include <libxm... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'pastefromword', 'si', {
confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSI... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
/*
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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Dario Castañé. All rights reserved.
// Copyright 2009 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 mergo merges same-type structs and maps by setting default values in zero-value fields.
Mergo ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 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 to ... | {
"pile_set_name": "Github"
} |
//===--- depopulated_h_file-i1.h - test input file for iwyu ---------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -o errexit
app="/app/backend"
venv="${app}/venv"
if [[ ! -f "${venv}/bin/python" ]]; then
echo "Creating virtual environement"
mkdir -p "${venv}"
python3 -m venv "${venv}"
pip3 install --upgrade setuptools
fi
echo "Activating environment"
source "${venv}/bin/activate"
echo "Installi... | {
"pile_set_name": "Github"
} |
FROM centos
# 安装工具
RUN cd / && yum install -y epel-release && \
yum install -y wget vi gcc gcc-c++ autoconf libjpeg libcurl libcurl-devel libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel \
zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl cu... | {
"pile_set_name": "Github"
} |
<?php
$framework = array(
'name' => 'Toolset Types',
'description' => 'Custom post types, custom taxonomies and custom fields.',
'github_repo' => 'crowdfavorite-mirrors/wp-types',
'wp_slug' => 'types',
'homepage' => 'https://wp-types.com/',
... | {
"pile_set_name": "Github"
} |
// Test this without pch.
// RUN: %clang_cc1 -include %S/method_pool.h -fsyntax-only -verify -Wno-objc-root-class %s
// Test with pch.
// RUN: %clang_cc1 -x objective-c -Wno-objc-root-class -emit-pch -o %t %S/method_pool.h
// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify -Wno-objc-root-class %s
int message_i... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('orderBy', require('../orderBy'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
/*
* ModSecurity, http://www.modsecurity.org/
* Copyright (c) 2015 - 2020 Trustwave Holdings, Inc. (http://www.trustwave.com/)
*
* 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
*
* If any of the fil... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env ruby
class Coffee
def taste
'Delicious'
end
end
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
oauthlib.oauth2.rfc6749
~~~~~~~~~~~~~~~~~~~~~~~
This module is an implementation of various logic needed
for consuming and providing OAuth 2.0 RFC6749.
"""
from __future__ import absolute_import, unicode_literals
import functools
import logging
from .endpoints.base import BaseEndpoint
fro... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2009-2011 Frederic Bron, Robert Stewart, Steven Watanabe & Roman Perepelitsa.
//
// Use, modification and distribution are subject to 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).
//
// See http://www.boost.o... | {
"pile_set_name": "Github"
} |
<?php
namespace Barryvdh\Debugbar\DataCollector;
use DebugBar\DataCollector\DataCollector;
use DebugBar\DataCollector\Renderable;
use Illuminate\Container\Container;
class FilesCollector extends DataCollector implements Renderable
{
/** @var \Illuminate\Container\Container */
protected $app;
protected $b... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Google LLC
//
// 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 w... | {
"pile_set_name": "Github"
} |
<?php
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
include_once "./Modules/TestQuestionPool/classes/class.assAnswerBinaryState.php";
include_once "./Modules/Test/classes/inc.AssessmentConstants.php";
/**
* Class for true/false or yes/no answers
*
* ASS_AnswerImagemap is a class for ... | {
"pile_set_name": "Github"
} |
<?php
namespace PhpJunior\LaravelVideoChat\Events;
use Illuminate\Broadcasting\InteractsWithSockets;
use Illuminate\Broadcasting\PresenceChannel;
use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
class VideoChatStart implement... | {
"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 protodesc
import (
"google.golang.org/protobuf/internal/errors"
"google.golang.org/protobuf/internal/filedesc"
"google.golang.org/protobuf/internal/... | {
"pile_set_name": "Github"
} |
bin/tint2
bin/tint2conf
etc/xdg/tint2/tint2rc
man/man1/tint2.1.gz
share/applications/tint2.desktop
share/applications/tint2conf.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/html/images/panel_padding.jpg
%%PORTDOCS%%%%DOCSDIR%%/html/i... | {
"pile_set_name": "Github"
} |
= Fixed Order
Takes a list of Component IDs and returns the Controllers statically sorted by this order.
https://github.com/OpenEMS/openems/tree/develop/io.openems.edge.scheduler.fixedorder[Source Code icon:github[]]
| {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftsystem.c */
/* */
/* VM... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------
AnyPicker - Customizable Picker for Mobile OS
Version 2.0.9
Copyright (c)2017 Lajpat Shah
Contributors : https://github.com/nehakadam/AnyPicker/contributors
Repository : https://github.com/nehakadam/AnyPicker
Homepage : https... | {
"pile_set_name": "Github"
} |
.. index::
single: Upgrading
Upgrading
=========
Upgrading to 0.9
----------------
The generator was completely rewritten, so any code with a deep integration to
mockery will need evaluating
Upgrading to 0.8
----------------
Since the release of 0.8.0 the following behaviours were altered:
1. The ``shouldIgno... | {
"pile_set_name": "Github"
} |
using UnityEngine;
namespace BehaviorDesigner.Runtime.Tasks.Basic.UnityVector2
{
[TaskCategory("Basic/Vector2")]
[TaskDescription("Stores the right vector value.")]
public class GetRightVector : Action
{
[Tooltip("The stored result")]
[RequiredField]
public SharedVector2 storeRe... | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LI... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
package main
import (
"github.com/traefik/traefik/v2/pkg/config/static"
"github.com/traefik/traefik/v2/pkg/plugins"
)
const outputDir = "./plugins-storage/"
func initPlugins(staticCfg *static.Configuration) (*plugins.Client, map[string]plugins.Descriptor, *plugins.DevPlugin, error) {
if !isPilotEnabled(staticCfg)... | {
"pile_set_name": "Github"
} |
// Copyright 2020 Knative Authors
// Copyright 2018 Solly Ross
//
// 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 b... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2009
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <command.h>
static int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
int i;
int putnl = 1;
for (i = 1; i < argc; i++) {
char *p = arg... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- 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/. -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/androi... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ea7ea4be01fdadf45a93ce4ffd074f36
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------- //
//
// MODULE : AIGoalIdle.h
//
// PURPOSE : AIGoalIdle class definition
//
// CREATED : 1/28/03
//
// (c) 2003 Monolith Productions, Inc. All Rights Reserved
// ----------------------------------------------------------------------- //
#if... | {
"pile_set_name": "Github"
} |
/*
* TeleStax, Open Source Cloud Communications Copyright 2012.
* and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'spec_helper'
module RailsBestPractices::Core
describe Check do
let(:check) { described_class.new }
context 'debug' do
it 'is debug mode' do
described_class.debug
expect(described_class).to be_debug
described_class.class_eval { @debug = fa... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<link rel="stylesheet" href="designstyle.css">
<title>Gperftools Heap Profiler</title>
</HEAD>
<BODY>
<p align=right>
<i>Last modified
<script type=text/javascript>
var lm = new Date(document.lastModified);
document.write(lm.toDateString())... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2004-2017, AfterLogic Corp.
* Licensed under AGPLv3 license or AfterLogic license
* if commercial version of the product was purchased.
* See the LICENSE file for a full license statement.
*/
namespace MailSo\Log;
/**
* @category MailSo
* @package Log
*/
abstract class Dri... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------
// Project : VST SDK
// Version : 3.6.7
//
// Category : Interfaces
// Filename : pluginterfaces/vst/ivstcontextmenu.h
// Created by : Steinberg, 10/2010
// Description : VST Context Menu Interfaces
//
//--------------------------... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 384b0e5c8b7857645bdb12985afac28b
TextureImporter:
internalIDToNameTable:
- first:
213: 21300000
second: classicponcho_0
- first:
213: 21300002
second: classicponcho_1
- first:
213: 21300004
second: classicponcho_2
- first:
213: 21300006
second... | {
"pile_set_name": "Github"
} |
class <%= model_name.pluralize.camelcase %>Controller < ApplicationController
protect_from_forgery :except => [:post_data]
def post_data
if params[:oper] == "del"
<%= camel %>.find(params[:id]).destroy
else
<%= model_name %>_params = { <%= columns.collect { |x| ":" + x + " => params[:" +... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Newtonsoft.Json;
using Umbraco.Core.Models;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.Models.ContentEditing
{
/// <summary>
/// Represents a content property from the database
/// </summary>
internal class ContentPropertyDto : ContentPropertyBasi... | {
"pile_set_name": "Github"
} |
{
"expr": "$map(Phone, function($v, $i) {$v.type=\"office\" ? $i: null})",
"dataset": "dataset1",
"bindings": {},
"result": [
null,
1,
2,
null
]
} | {
"pile_set_name": "Github"
} |
package org.zstack.header.storage.snapshot;
/**
* Created by mingjian.deng on 2019/4/8.
*/
public enum VolumeSnapshotTreeStatus {
Creating,
Completed,
Failed
}
| {
"pile_set_name": "Github"
} |
/*
* LM4549 Audio Codec Interface
*
* Copyright (c) 2011
* Written by Mathieu Sonet - www.elasticsheep.com
*
* This code is licensed under the GPL.
*
* *****************************************************************
*/
#ifndef HW_LM4549_H
#define HW_LM4549_H
#include "audio/audio.h"
typedef void (*lm4549_... | {
"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"
} |
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2005-2012. 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)
//
// See http://www.boost.org/libs/interpr... | {
"pile_set_name": "Github"
} |
tabula-py: Read tables in a PDF into DataFrame
==============================================
``tabula-py`` is a simple Python wrapper of `tabula-java <https://github.com/tabulapdf/tabula-java>`_\ , which can read table of PDF.
You can read tables from PDF and convert into pandas's DataFrame. tabula-py also enables yo... | {
"pile_set_name": "Github"
} |
@import '../variables';
@import '../modules/transparent-navbar';
.outdated-background {
background: url('../../img/headers/outdated.jpg') no-repeat;
background-position: center;
background-size: cover;
}
.section-letter {
.section--paragraph {
padding-top: 10px;
}
}
section {
padding: 100px 0;
.section-... | {
"pile_set_name": "Github"
} |
/* { dg-do run } */
extern "C" void abort() __attribute__ ((noreturn));
struct s
{
unsigned long long f1 : 40;
unsigned int f2 : 24;
} sv;
int main()
{
int f2;
sv.f2 = (1 << 24) - 1;
__asm__ volatile ("" : : : "memory");
++sv.f2;
f2 = sv.f2;
if (f2 != 0)
abort();
return 0;
}
| {
"pile_set_name": "Github"
} |
Hello, world!
| {
"pile_set_name": "Github"
} |
###############################################################################
# Copyright (c) 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
# which accompanies this distribution, and is availa... | {
"pile_set_name": "Github"
} |
package golisp
import (
"path"
"github.com/rakyll/statik/fs"
)
//go:generate statik -src=lib
func LoadLib(env *Env) error {
statikFS, err := fs.New()
if err != nil {
return err
}
dir, err := statikFS.Open("/")
if err != nil {
return err
}
defer dir.Close()
fis, err := dir.Readdir(-1)
if err != nil {... | {
"pile_set_name": "Github"
} |
/* eslint import/no-unresolved: 0 */
import React, { Fragment, Component } from "react";
import BikeSearch from "./BikeSearch";
import BikeSearchResult from "./BikeSearchResult";
import ExternalRegistrySearchResult from "./ExternalRegistrySearchResult";
import honeybadger from "../../utils/honeybadger";
import api f... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ColumnRechart Renders with data 1`] = `
<div
style="font-family: var(--sapFontFamily); width: 50%; height: 400px; position: relative;"
>
<div
class="recharts-responsive-container"
id="undefined"
style="width: 100%; height: 100%;"
>
<div />
</d... | {
"pile_set_name": "Github"
} |
using System.IO;
using System.Web.Mvc;
using System.Web.WebPages;
namespace Orchard.Templates.Compilation.Razor {
public interface IRazorTemplateBase {
dynamic Model { get; }
WebPageContext WebPageContext { get; set; }
ViewContext ViewContext { get; set; }
ViewDataDictionary ViewDa... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014 Raspberry Pi (Trading) Ltd. 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 li... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetReferenceSwitcher.VS13", "NuGetReferenceSwitcher.VS13\NuGetReferenceSwitcher.VS13.csproj", "{BF9A4C82-BE... | {
"pile_set_name": "Github"
} |
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.3](https://github.com/WTTJ/welcome-ui/compare/v2.1.2...v2.1.3) (2020-08-27)
**Note:** Version bump only for package @welcome-ui/field-group
... | {
"pile_set_name": "Github"
} |
------
Debugging Tests
------
Dan Fabulich
------
2010-01-09
------
~~ 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 licen... | {
"pile_set_name": "Github"
} |
/*!
* Bootstrap-select v1.12.3 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2017 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Regist... | {
"pile_set_name": "Github"
} |
/*********************
* Tabs
*********************/
.lcb-tabs,
.lab-tab {
padding: 0;
margin: 0;
}
.lcb-tabs-outer {
width: 100%;
margin-bottom: 24px;
padding-right: 1px;
overflow-y: auto;
.box-sizing(content-box);
.flex(1);
}
.lcb-tabs {
margin: 20px 0;
}
.lcb-tab {
heigh... | {
"pile_set_name": "Github"
} |
/**
* A specialized version of `_.forEach` for arrays without support for
* iteratee shorthands.
*
* @private
* @param {Array} array The array to iterate over.
* @param {Function} iteratee The function invoked per iteration.
* @returns {Array} Returns `array`.
*/
function arrayEach(array, iteratee) {
var inde... | {
"pile_set_name": "Github"
} |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
/*
* jdapimin.c
*
* Copyright (C) 1994-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains application interface code for ... | {
"pile_set_name": "Github"
} |
$e
${4+2}
----------------------------------------------------
[
["reification", "$e"],
["reification", "$"],
["punctuation", "{"],
["number", "4"], ["operator", "+"], ["number", "2"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for reification. | {
"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 n... | {
"pile_set_name": "Github"
} |
<?php
namespace spec\Prophecy\Call;
use PhpSpec\ObjectBehavior;
use Prophecy\Promise\PromiseInterface;
use Prophecy\Prophecy\MethodProphecy;
use Prophecy\Prophecy\ObjectProphecy;
use Prophecy\Argument\ArgumentsWildcard;
class CallCenterSpec extends ObjectBehavior
{
function let(ObjectProphecy $objectProphecy)
... | {
"pile_set_name": "Github"
} |
StartChar: bar
Encoding: 124 124 76
GlifName: bar
Width: 492
VWidth: 0
Flags: W
VStem: 176 140<-456 1538>
LayerCount: 3
Back
Fore
SplineSet
176 1538 m 1
316 1538 l 1
316 -456 l 1
176 -456 l 1
176 1538 l 1
EndSplineSet
Validated: 1
Layer: 2
EndChar
| {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
////
//// VERTEX SHADER : STOLEN FROM NEIGHBOURING SHADERS
////
////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
---
title: Mixer Adapter Model
description: Provides an overview of Mixer's plug-in architecture.
publishdate: 2017-11-03
subtitle: Extending Istio to integrate with a world of infrastructure backends
attribution: Martin Taillefer
keywords: [adapters,mixer,policies,telemetry]
aliases:
- /blog/mixer-adapter-model.ht... | {
"pile_set_name": "Github"
} |
;
; Copyright (C) 2010-2015 Nektra S.A., Buenos Aires, Argentina.
; All rights reserved. Contact: http://www.nektra.com
;
;
; This file is part of Deviare
;
;
; Commercial License Usage
; ------------------------
; Licensees holding valid commercial Deviare licenses may use this file
; in accordance with th... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `DLL_EXTENSION` constant in crate `std`.">
<meta name="keyw... | {
"pile_set_name": "Github"
} |
.. currentmodule:: PyQt5.QtCore
QSocketNotifier
---------------
.. class:: QSocketNotifier
`C++ documentation <https://doc.qt.io/qt-5/qsocketnotifier.html>`_
| {
"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 m... | {
"pile_set_name": "Github"
} |
var cleanUpSelectors = require('./clean-up').selectors;
var cleanUpBlock = require('./clean-up').block;
var cleanUpAtRule = require('./clean-up').atRule;
var split = require('../utils/split');
var RGB = require('../colors/rgb');
var HSL = require('../colors/hsl');
var HexNameShortener = require('../colors/hex-name-sho... | {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of ADP in UD_Italian-TWITTIRO'
udver: '2'
---
## Treebank Statistics: UD_Italian-TWITTIRO: POS Tags: `ADP`
There are 46 `ADP` lemmas (1%), 51 `ADP` types (1%) and 3291 `ADP` tokens (11%).
Out of 16 observed tags, the rank of `ADP` is: 12 in number of lemmas, 14 in number of types ... | {
"pile_set_name": "Github"
} |
// -*- mode: c++ -*-
h=0.1;
H=1;
Point (1) = {0, 0, 0, H };
Point (2) = {10, 0, 0, H };
Point (3) = {10, 4, 0, H };
Point (4) = {0, 4, 0, H };
Point (10) = {1, 1, 0, h };
Point (11) = {3, 1, 0, h };
Point (12) = {3, 3, 0, h };
Point (13)... | {
"pile_set_name": "Github"
} |
package kha.netsync;
import haxe.io.Bytes;
#if sys_server
import js.node.Buffer;
import js.node.Dgram;
#end
class UdpClient implements Client {
private var myId: Int;
public var onReceive: Bytes->Void = null;
#if sys_server
private var socket: Dynamic;
#end
private var address: String;
private v... | {
"pile_set_name": "Github"
} |
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>wide reference, 2x16 lime, 2x16 aqua</title>
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
<style type="text/css">
div
{
width: 7... | {
"pile_set_name": "Github"
} |
/*
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, software
distributed under the License ... | {
"pile_set_name": "Github"
} |
import { SearchResultItem } from "../../common/search-result-item";
import { PluginType } from "../plugin-type";
import { defaultNoSearchResultIcon } from "../../common/icon/default-icons";
import { TranslationSet } from "../../common/translation/translation-set";
export function getNoFavoritesSearchResult(translation... | {
"pile_set_name": "Github"
} |
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Public License (Ms-PL).
// Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
// All other rights reserved.
using System;
using System.Diagnostics.CodeAnalysis;
using VS = Microsoft.VisualStudio.TestTools.UnitTesting;... | {
"pile_set_name": "Github"
} |
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2020 Yermalayeu Ihar.
*
* 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 witho... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function(Promise,
apiRejection,
INTERNAL,
tryConvertToPromise) {
var errors = require("./errors.js");
var TypeError = errors.TypeError;
var util = require("./util.js");
var errorObj = util.errorObj;
var tryCatch... | {
"pile_set_name": "Github"
} |
*** For those using a Debian-based distribution, such as Ubuntu, there is a ".deb" archive file available:
user@localmachine$ wget --no-check-certificate --output-document=fizsh_1.0.9-1_all.deb "https://downloads.sourceforge.net/project/fizsh/fizsh_1.0.8-1_all.deb"
The ".deb" archive can be installed by dpkg:
user@l... | {
"pile_set_name": "Github"
} |
<?php
namespace Spatie\WebhookClient\Events;
use Illuminate\Http\Request;
class InvalidSignatureEvent
{
/** @var \Illuminate\Http\Request */
public Request $request;
public function __construct(Request $request)
{
$this->request = $request;
}
}
| {
"pile_set_name": "Github"
} |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.tool.schema.extract.internal;
import java.sql.ResultSet;
imp... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>PasVulkan: vulkan: record TVkSparseImageMemoryBind</title>
<meta name="generator" content="PasDoc 0.14.0">
<meta http-equiv="content-type" content="text/html; charset=utf-... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: radiobut.h
// Purpose: interface of wxRadioButton
// Author: wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@class wxRadioButton... | {
"pile_set_name": "Github"
} |
#include <stdbool.h>
#include <stdint.h>
#include "lcd_compat.h"
#include "ndless.h"
/* This compatibility mode works by configuring the LCD controller to use a 320x320 framebuffer and
* configuring the panel controller to display it as 320x240 on a 240x320 panel. To avoid that an
* application overwrites the LCD c... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>BOOST_PP_SEQ_SIZE</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_SEQ_SIZE</b> macro expands to the size of a <i>seq</i>.
</div>
<h4>
Usage
</h4>
<div class="code">
<b>BOOST_P... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.