text
stringlengths
2
99.9k
meta
dict
// // SevenZip.h // // Library: SevenZip // Package: SevenZip // Module: SevenZip // // Basic definitions for the Poco SevenZip library. // This file must be the first file included by every other SevenZip // header file. // // Copyright (c) 2014, Applied Informatics Software Engineering GmbH. // and Contributors. // ...
{ "pile_set_name": "Github" }
.media { // Proper spacing between instances of .media margin-top: 15px; &:first-child { margin-top: 0; } } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-right, .media > .pull-right { padding-left: 10px; } .media-l...
{ "pile_set_name": "Github" }
# Mineflayer [![NPM version](https://badge.fury.io/js/mineflayer.svg)](http://badge.fury.io/js/mineflayer) [![Build Status](https://github.com/PrismarineJS/mineflayer/workflows/CI/badge.svg)](https://github.com/PrismarineJS/mineflayer/actions?query=workflow%3A%22CI%22) [![Discord](https://img.shields.io/badge/chat-on%...
{ "pile_set_name": "Github" }
# The MIT License # # Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers # # 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 restricti...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_CONFIG_ADL_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_ADL_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2002-2004 // // 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:...
{ "pile_set_name": "Github" }
{ "name": "react-router-server", "author": "Gabriel Bull", "version": "4.2.3", "description": "Server Side Rendering library for React Router v4", "main": "./build/index.js", "types": "./index.d.ts", "keywords": [ "code-splitting", "react", "react-component", "react-router", "reactjs",...
{ "pile_set_name": "Github" }
1. Prerequisites ---------------- You will need working installations of Zlib and OpenSSL. Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems): http://www.gzip.org/zlib/ OpenSSL 0.9.6 or greater: http://www.openssl.org/ (OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1 Blow...
{ "pile_set_name": "Github" }
/* * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
{ "pile_set_name": "Github" }
/** * Gray theme for Highcharts JS * @author Torstein Hønsi */ Highcharts.theme = { colors:["#DDDF0D", "#7798BF", "#55BF3B", "#DF5353", "#aaeeee", "#ff0066", "#eeaaee", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], chart:{ backgroundColor:{ linearGradient:{ x1:0, y1:0, x2:0, y2:1 ...
{ "pile_set_name": "Github" }
// // main.m // OBDragDropTest // // Created by Zai Chang on 2/23/12. // Copyright (c) 2012 Oblong Industries. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDele...
{ "pile_set_name": "Github" }
require 'spec_helper' module Spree describe Api::V1::StockMovementsController, type: :controller do render_views let!(:stock_location) { create(:stock_location_with_items) } let!(:stock_item) { stock_location.stock_items.order(:id).first } let!(:stock_movement) { create(:stock_movement, stock_item: ...
{ "pile_set_name": "Github" }
/* ** $Id: ltablib.c,v 1.93.1.1 2017/04/19 17:20:42 roberto Exp $ ** Library for Table Manipulation ** See Copyright Notice in lua.h */ #define ltablib_c #define LUA_LIB #include "lprefix.h" #include <limits.h> #include <stddef.h> #include <string.h> #include "lua.h" #include "lauxlib.h" #include "lualib.h" /* ...
{ "pile_set_name": "Github" }
From 4990f2559d012df5c225df7cda3c29d60d3263b7 Mon Sep 17 00:00:00 2001 From: Philipp Rossak <embed3d@gmail.com> Date: Sat, 27 Jan 2018 21:30:16 +0100 Subject: [PATCH 032/146] arm: dts: sun9i: a80: add support for the thermal sensor in A80 As we have gained the support for the thermal sensor in A80, we can now add its...
{ "pile_set_name": "Github" }
BACKGROUND ================= This program collects 3D binary mesh and volume data files produced by SPECFEM3D_SESAME and writes VTK unstructured binary files or Ensight Gold binary files optionally. The VTK or the Ensight Gold files can then be visualized in VTK/ParaView. See http://www.vtk.org, http://www.paraview.or...
{ "pile_set_name": "Github" }
<?php namespace Drupal\tracker\Tests\Views; use Drupal\views\Views; /** * Tests the tracker user uid handlers. * * @group tracker */ class TrackerUserUidTest extends TrackerTestBase { /** * Views used by this test. * * @var array */ public static $testViews = ['test_tracker_user_uid']; /** ...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class TickwidthValidator(_plotly_utils.basevalidators.NumberValidator): def __init__(self, plotly_name="tickwidth", parent_name="cone.colorbar", **kwargs): super(TickwidthValidator, self).__init__( plotly_name=plotly_name, parent_name=parent_name...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <iTunesStoreUI/SUScriptObject.h> #import <iTunesStoreUI/SUActivityItemProviderDelegate-Protocol.h> @class NSString, SUActivityItemProvider, SUScriptFunction, WebScriptObje...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class ShowexponentValidator(_plotly_utils.basevalidators.EnumeratedValidator): def __init__( self, plotly_name="showexponent", parent_name="scattermapbox.marker.colorbar", **kwargs ): super(ShowexponentValidator, self).__init__( ...
{ "pile_set_name": "Github" }
# Be sure to restart your server when you modify this file. # Configure sensitive parameters which will be filtered from the log file. Rails.application.config.filter_parameters += [:password]
{ "pile_set_name": "Github" }
package com.wepay.kafka.connect.bigquery.write.row; /* * Copyright 2016 WePay, 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 *...
{ "pile_set_name": "Github" }
"""Accessor column containing nested mapping of data under top level keys. """ from contextlib import ExitStack from pathlib import Path from typing import ( Tuple, Union, Dict, Iterable, Any, Optional ) from operator import attrgetter as op_attrgetter from operator import getitem as op_getitem from weakref import ...
{ "pile_set_name": "Github" }
/* * TLS Data Reader * (C) 2010-2011,2014 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_TLS_READER_H_ #define BOTAN_TLS_READER_H_ #include <botan/exceptn.h> #include <botan/secmem.h> #include <botan/loadstor.h> #include <string> #include <vector> namespace Botan...
{ "pile_set_name": "Github" }
ambient[] = {1.0, 1.0, 1.0, 1.0}; diffuse[] = {1.0, 1.0, 1.0, 1.0}; forcedDiffuse[] = {0.0, 0.0, 0.0, 1.0}; emmisive[] = {0.0, 0.0, 0.0, 1.0}; specular[] = {0.99498, 0.99498, 0.99498, 1.0}; specularPower = 100.8; PixelShaderID = "NormalMapSpecularMap"; VertexShaderID = "NormalMap"; class Stage1 { texture="z\addons\da...
{ "pile_set_name": "Github" }
.TH Include_sections 3 "" "Odoc" "OCaml Library" .SH Name test_package+ml\.Include_sections .SH Synopsis .sp .in 2 \fBModule Include_sections\fR .in .sp .SH Documentation .sp .nf \f[CB]module\fR \f[CB]type\fR Something = \f[CB]sig\fR .br .ti +2 \f[CB]val\fR something : unit .sp .ti +2 \fB1\.1 Something 1\fR .sp...
{ "pile_set_name": "Github" }
/* * nvec_ps2: mouse driver for a NVIDIA compliant embedded controller * * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net> * * Authors: Pierre-Hugues Husson <phhusson@free.fr> * Ilya Petrov <ilya.muromec@gmail.com> * Marc Dietrich <marvin24@gmx.de> * * This file is sub...
{ "pile_set_name": "Github" }
package org.bukkit.event.entity; import org.bukkit.entity.Villager; import org.bukkit.event.Cancellable; import org.bukkit.event.HandlerList; import org.bukkit.inventory.MerchantRecipe; /** * Called whenever a villager acquires a new trade. */ public class VillagerAcquireTradeEvent extends EntityEvent implements Ca...
{ "pile_set_name": "Github" }
# Copyright (C) 2015-2020, Wazuh Inc. # Created by Wazuh, Inc. <info@wazuh.com>. # This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2 import os import sys from unittest.mock import patch, MagicMock, ANY, call from werkzeug.exceptions import Unauthorized with patch('waz...
{ "pile_set_name": "Github" }
// KeepLayoutConstraint.h // Keep Layout // // Created by Martin Kiss on 18.7.13. // Copyright (c) 2013 Martin Kiss. All rights reserved. // #import "KeepTypes.h" @interface KeepLayoutConstraint : NSLayoutConstraint #pragma mark Debugging /// Debugging helper. Name of the constraint is a part of its `-descri...
{ "pile_set_name": "Github" }
<html> <head> <!-- Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Softwar...
{ "pile_set_name": "Github" }
Filter 1: ON PK Fc 44 Hz Gain -4.0 dB Q 0.69 Filter 2: ON PK Fc 206 Hz Gain -5.3 dB Q 0.96 Filter 3: ON PK Fc 4766 Hz Gain 8.3 dB Q 0.96 Filter 4: ON PK Fc 7027 Hz Gain -9.0 dB Q 2.32 Filter 5: ON PK Fc 18426 Hz Gain 7.2 dB Q 0.89 Filter 6: ON PK Fc 944 Hz Gain 2.4 dB Q 1.78 Filter 7: ON PK Fc 2694 Hz Gain -1.9 dB Q 6....
{ "pile_set_name": "Github" }
// Copyright 2018 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. // This file contains the corresponding structures to the // "Language Features" part of the LSP specification. package protocol type CompletionParams struct ...
{ "pile_set_name": "Github" }
// 引入 axios import axios from 'axios'; import { Toast } from 'vant'; import router from '@/router'; // 环境的切换 if (process.env.NODE_ENV == 'development') { axios.defaults.baseURL = '/api'; } else { axios.defaults.baseURL = '/api'; } // 超时时间 axios.defaults.timeout = 10000; axios.defaults.withCredentials = true; // 响...
{ "pile_set_name": "Github" }
<?php /** * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}. * See [README.md](README.md#generating-data) for more information. * * Pull requests changing data in these files will not be accepted. See the * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make...
{ "pile_set_name": "Github" }
<?php use Gerardojbaez\Laraplans\Models\Plan; $factory->define(Plan::class, function (Faker\Generator $faker) { return [ 'name' => $faker->word, 'description' => $faker->sentence, 'price' => rand(0, 9), 'interval' => $faker->randomElement(['month','year']) ]; });
{ "pile_set_name": "Github" }
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #pr...
{ "pile_set_name": "Github" }
#!/bin/bash curl -v "http://127.0.0.1/metaReplica/delete?id=96&addr=127.0.0.1:9021"
{ "pile_set_name": "Github" }
export const checkoutStatus = state => state.cart.checkoutStatus export const allProducts = state => state.products.all export const cartProducts = state => { return state.cart.added.map(({ id, quantity }) => { const product = state.products.all.find(p => p.id === id) return { title: product.title, ...
{ "pile_set_name": "Github" }
FILE "z.wav" WAVE TRACK 01 AUDIO
{ "pile_set_name": "Github" }
/* -*- tab-width: 2; indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* 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/. */ /** * File Name: String/match-00...
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_V1_CPP98_IMPL_IS_NONE_HPP #define BOOST_METAPARSE_V1_CPP98_IMPL_IS_NONE_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013. // 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.t...
{ "pile_set_name": "Github" }
# New Instance Creator The New Instance Creator (you can call him Nicolas!) is a tool used alongside the [Theos](https://theos.github.io/) build system to generate the boilerplate for a project or subproject. It cna ask questions so it can pre-fill certain details such as the project name. NIC templates are tar archive...
{ "pile_set_name": "Github" }
<html> <head> <title>avaliable queue for {{extended_route}}</title> </head> <body> <ul> {% for q in allqueues %} <li><a href="/{{route}}/{{escape(q)}}">/{{route}}/{{escape(q)}}</a></li> {% end %} </ul> </body> </html>
{ "pile_set_name": "Github" }
{ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "documentationRules": { "copyrightText": "Copyright {copyrightYear} the original author or authors.\n\nLicensed under the Apache Lice...
{ "pile_set_name": "Github" }
<?php class User {}
{ "pile_set_name": "Github" }
<h1><?php echo lang('edit_user_heading');?></h1> <p><?php echo lang('edit_user_subheading');?></p> <div id="infoMessage"><?php echo $message;?></div> <?php echo form_open(uri_string());?> <p> <?php echo lang('edit_user_fname_label', 'first_name');?> <br /> <?php echo form_input($first_n...
{ "pile_set_name": "Github" }
/****************************************************************************** * xen-x86_32.h * * Guest OS interface to x86 32-bit Xen. * * 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 Soft...
{ "pile_set_name": "Github" }
[mix] sources = CAM1,CAM2,LAPTOP [previews] ; enable previews so we can see something in VOC2GUI enabled = true ; enable live preview so we can see the blinder working live = true [overlay] ; path for all image files path = ./data/images/overlays ; filter by event ID (good for testing) ;event=3 ; should the user be...
{ "pile_set_name": "Github" }
<?php namespace ZfcBase\Db\Adapter; use Zend\Db\Adapter\Adapter; use Zend\Db\Adapter\Platform; use Zend\Db\ResultSet; class MasterSlaveAdapter extends Adapter implements MasterSlaveAdapterInterface { /** * slave adapter * * @var Adapter */ protected $slaveAdapter; /*...
{ "pile_set_name": "Github" }
call python src\wfuzz-cli.py %*
{ "pile_set_name": "Github" }
<li class="nav-dropdown-container"> <a class="nav-link">Community</a><span class="arrow"></span> <ul class="nav-dropdown"> <li><a href="https://github.com/transloadit/uppy" class="nav-link" rel="noreferrer noopener" target="_blank">GitHub</a></li> <li><a href="https://gitter.im/transloadit/uppy" class="nav-...
{ "pile_set_name": "Github" }
/* Copyright (c) 2006, Michael Kazhdan and Matthew Bolitho All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions ...
{ "pile_set_name": "Github" }
package jetbrains.mps.transformation.test.outputLang.editor; /*Generated by MPS */ import jetbrains.mps.editor.runtime.descriptor.AbstractEditorBuilder; import org.jetbrains.annotations.NotNull; import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.openapi.editor.EditorContext; import jetbrains.mps.opena...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>16-4010</num> <heading>...
{ "pile_set_name": "Github" }
define( [ "../core", "../data/var/dataPriv", "./support", "../event", "./trigger" ], function( jQuery, dataPriv, support ) { "use strict"; // Support: Firefox <=44 // Firefox doesn't have focus(in | out) events // Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 // // Support: Chrome <=48 - ...
{ "pile_set_name": "Github" }
/*- * Copyright 2014 Square 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" }
#!/bin/sh . /usr/share/debconf/confmodule db_input high zinstaller-headless/question db_go db_get zinstaller-headless/question if [ "$RET" = "true" ] then debconf-set pkgsel/include zenbuntu-core fi exit 0
{ "pile_set_name": "Github" }
" Tests for the List and Dict types func TearDown() " Run garbage collection after every test call test_garbagecollect_now() endfunc " Tests for List type " List creation func Test_list_create() " Creating List directly with different types let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},] call a...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>2--Demonstration_2_Demonstration_Demonstration_Or_Protest_2_160.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yany...
{ "pile_set_name": "Github" }
<?php namespace craft\commerce\migrations; use craft\db\Migration; /** * m200207_161707_sku_description_on_lineitem migration. */ class m200207_161707_sku_description_on_lineitem extends Migration { /** * @inheritdoc */ public function safeUp() { if (!$this->db->columnExists('{{%comme...
{ "pile_set_name": "Github" }
#!/usr/bin/python # SPDX-License-Identifier: GPL-2.0 # # diffconfig - a tool to compare .config files. # # originally written in 2006 by Matt Mackall # (at least, this was in his bloatwatch source code) # last worked on 2008 by Tim Bird # import sys, os def usage(): print("""Usage: diffconfig [-h] [-m] [<config1...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # 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...
{ "pile_set_name": "Github" }
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2011 Sandro Santilli <strk@kbt.io> * Copyright (C) 2001-2002 Vivid Solutions Inc. * Copyright (C) 2005 2006 Refractions Research Inc. * * This is free softwar...
{ "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. // +build wasm windows package ld const syscallExecSupported = false func (ctxt *Link) execArchive(argv []string) { panic("should never arrive here") }
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 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" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }
if (process.env.OBJECT_IMPL) global.TYPED_ARRAY_SUPPORT = false var B = require('../').Buffer var test = require('tape') test('utf8 buffer to base64', function (t) { t.equal( new B('Ձאab', 'utf8').toString('base64'), '1YHXkGFi' ) t.end() }) test('utf8 buffer to hex', function (t) { t.equal( new B(...
{ "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 not us...
{ "pile_set_name": "Github" }
{ "replace": false, "values": [ "techreborn:silver_ingot" ] }
{ "pile_set_name": "Github" }
# How to Contribute # Pull Requests Please send in fixes or feature additions through Pull Requests. ## Contributor License Agreement Contributions to this project must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution, this simply gives us permissio...
{ "pile_set_name": "Github" }
--- title: "Manage permission policies for a web application in SharePoint Server" ms.reviewer: ms.author: serdars author: SerdarSoysal manager: serdars ms.date: 7/6/2017 audience: ITPro f1.keywords: - NOCSH ms.topic: article ms.prod: sharepoint-server-itpro localization_priority: Normal ms.collection: IT_Sharepoint_S...
{ "pile_set_name": "Github" }
#!/bin/bash ./package_clear_old.sh python3 setup.py sdist
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, www.wojilu.com. All rights reserved. */ using System; using System.Collections.Generic; using wojilu.Common.Msg.Enum; using wojilu.Common.Msg.Domain; using wojilu.Members.Users.Domain; using wojilu.Common.Msg.Interface; using wojilu.Common.Comments; using wojilu.Members.Interface; namespa...
{ "pile_set_name": "Github" }
/* TA-LIB Copyright (c) 1999-2007, Mario Fortier * All rights reserved. * * Redistribution and use in source and binary forms, with or * without modification, are permitted provided that the following * conditions are met: * * - Redistributions of source code must retain the above copyright * notice, this lis...
{ "pile_set_name": "Github" }
//===- SDBMExprDetail.h - MLIR SDBM Expression storage details --*- C++ -*-===// // // 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" }
#import <UIKit/UIKit.h> #import "DollarPAppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([DollarPAppDelegate class])); } }
{ "pile_set_name": "Github" }
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import data.padics.padic_norm import analysis.normed_space.basic /-! # p-adic numbers This file defines the p-adic numbers (rationals) `ℚ_p` as the completion of...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>31--Waiter_Waitress_31_Waiter_Waitress_Waiter_Waitress_31_162.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu<...
{ "pile_set_name": "Github" }
/* * * * Copyright 2019-2020 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 * * * * https://www.apache.org/licenses/LICENSE-2.0 *...
{ "pile_set_name": "Github" }
/* * Copyright Beijing 58 Information Technology Co.,Ltd. * * 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 ...
{ "pile_set_name": "Github" }
// Copyright © 2014 Steve Francia <spf@spf13.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 by applicable law or...
{ "pile_set_name": "Github" }
/* Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file This file is part of 0MQ. 0MQ is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or ...
{ "pile_set_name": "Github" }
<div align="center"> <img src="https://raw.githubusercontent.com/eaplatanios/tensorflow_scala/master/docs/images/logo.svg?sanitize=true" width="350px" height="242px"><br> </div> ----------------- [![CircleCI](https://img.shields.io/circleci/project/github/eaplatanios/tensorflow_scala.svg?style=flat-square)](https:/...
{ "pile_set_name": "Github" }
# `index.test.ts` **DO NOT MODIFY**. This file has been autogenerated. Run `rome test internal/js-parser/index.test.ts --update-snapshots` to update. ## `experimental > numeric-separator > invalid-51` ### `ast` ```javascript JSRoot { comments: Array [] corrupt: false directives: Array [] filename: "experimental...
{ "pile_set_name": "Github" }
import * as React from 'react'; import { Link } from 'react-router-dom'; import { translate } from 'react-i18next'; import i18n from '../../services/i18n'; import { DONATE_URL } from '../../common/constants'; const Navigation: React.StatelessComponent = () => { return ( <div className="layout"> <div class...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &-859896818517255954 MonoBehaviour: m_ObjectHideFlags: 11 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: d...
{ "pile_set_name": "Github" }
<?php /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) * Description: Returns part of a string * Source code: ext/mbstring/mbstring.c */ /* * Pass an unknown encoding to mb_substr() to test behaviour */ echo "*** Testing mb_substr() : error conditions ***\n"; $str ...
{ "pile_set_name": "Github" }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Changelog for package moveit_planners ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1.1.0 (2020-09-04) ------------------ 1.0.6 (2020-08-19) ------------------ 1.0.5 (2020-07-08) ------------------ 1.0.4 (2020-05-30) ------------------ 1.0.3 (2020-04-26) ------------------ 1.0.2 (201...
{ "pile_set_name": "Github" }
# 面向接口编程 IOP。
{ "pile_set_name": "Github" }
form=词 tags= 溪声急, 无数落花漂出。 燕子分泥蜂酿蜜, 迟迟艳风日。 须信芳菲随失, 况复佳期难必。 拟把此情书万一, 愁多翻阁笔。
{ "pile_set_name": "Github" }
--- title: "Create androidForWorkVpnConfiguration" description: "Create a new androidForWorkVpnConfiguration object." author: "dougeby" localization_priority: Normal ms.prod: "intune" doc_type: apiPageType --- # Create androidForWorkVpnConfiguration Namespace: microsoft.graph > **Important:** Microsoft Graph APIs un...
{ "pile_set_name": "Github" }
//===- PrettyDeclStackTrace.h - Stack trace for decl processing -*- C++ -*-===// // // 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" }
/* * Copyright (C) 2007-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include "utils/TransformMatrix.h" #include "ShaderFormats.h" #include "guilib/Shader.h" extern "C" { #include <...
{ "pile_set_name": "Github" }
<div class="owa"> <?php include($this->setTemplate('head.tpl'));?> <?php include($this->setTemplate('header.tpl'));?> <?php include($this->setTemplate('msgs.tpl'));?> <?php echo $body;?> <?php include($this->getTemplatePath('base', 'footer.php'));?> </div>
{ "pile_set_name": "Github" }
// Copyright 2013 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 ipv6 func (f *icmpv6Filter) accept(typ ICMPType) { f.Data[typ>>5] &^= 1 << (uint32(typ) & 31) } func (f *icmpv6Filter) block(typ ICMPType) { f.Data[...
{ "pile_set_name": "Github" }
package robotstxt import ( "bytes" "fmt" "go/token" "io" "os" "unicode/utf8" ) type byteScanner struct { ErrorCount int Quiet bool buf []byte pos token.Position lastChunk bool ch rune keyTokenFound bool } var WhitespaceChars = []rune{' ', '\t', '\v'} func newByt...
{ "pile_set_name": "Github" }
常用的APT命令参数: 1、apt-cache search packagename 搜索名称包含packagename在内的包的简单说明,如abcpackagname与packagname的简单说明一起被列出。 2、apt-cache show package :获取包的相关信息,如说明、大小、版本等。无论包是否被安装,只要包名正确即产生说明。 3、apt-get install package 安装包 4、apt-get install package -- reinstall 重新安装包 5、apt-get -f install 修复安装”-f = ——fix-missing...
{ "pile_set_name": "Github" }
// Copyright 2012 The Gorilla 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 mux import ( "errors" "fmt" "net/http" "path" "regexp" ) var ( ErrMethodMismatch = errors.New("method is not allowed") ErrNotFound =...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes as...
{ "pile_set_name": "Github" }
// Copyright 2019 The Hugo 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 required by applicable ...
{ "pile_set_name": "Github" }
.\" $Xorg: Xserver.man,v 1.4 2001/02/09 02:04:07 xorgcvs Exp $ .\" $XdotOrg: xserver/xorg/doc/Xserver.man.pre,v 1.4 2005/12/23 20:11:12 alanc Exp $ .\" Copyright 1984 - 1991, 1993, 1994, 1998 The Open Group .\" .\" Permission to use, copy, modify, distribute, and sell this software and its .\" documentation for any pu...
{ "pile_set_name": "Github" }