text
stringlengths
2
99.9k
meta
dict
// Copyright 2020 The Bazel 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 appl...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Name: tests/textfile/textfile.cpp // Purpose: wxTextFile unit test // Author: Vadim Zeitlin // Created: 2006-03-31 // Copyright: (c) 2006 Vadim Zeitlin ///////////////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
# Time-based query Query data using a time extent. ![Image of time-based query](TimeBasedQuery.jpg) ## Use case This workflow can be used to return records that are between a specified start and end date. For example, records of Canada goose sightings over time could be queried to only show sightings during the wi...
{ "pile_set_name": "Github" }
%TITLE% LMN 120415/0000 LEVEL HGHT TEMP DWPT WDIR WSPD ------------------------------------------------------------------- %RAW% 1000.00, -5.00, -9999.00, -9999.00, -9999.00, -9999.00 964.00, 317.00, 23.00, 18.90, 160.00, 18.01 932.05, 610.00, ...
{ "pile_set_name": "Github" }
DigiByte Core version 0.10.1 is now available from: <https://digibyte.org/bin/digibyte-core-0.10.1/> This is a new minor version release, bringing bug fixes and translation updates. It is recommended to upgrade to this version. Please report bugs using the issue tracker at github: <https://github.com/digibyte/...
{ "pile_set_name": "Github" }
<?php namespace Cron; use DateTimeInterface; use DateTimeZone; /** * Hours field. Allows: * , / - */ class HoursField extends AbstractField { /** * @inheritDoc */ protected $rangeStart = 0; /** * @inheritDoc */ protected $rangeEnd = 23; /** * @inheritDoc */ ...
{ "pile_set_name": "Github" }
define([ 'jquery', './base', '../utils', '../keys' ], function ($, BaseSelection, Utils, KEYS) { function SingleSelection () { SingleSelection.__super__.constructor.apply(this, arguments); } Utils.Extend(SingleSelection, BaseSelection); SingleSelection.prototype.render = function () { var $sel...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2011. # * (C) Copyright Edward Diener 2011,2014. # * Distributed under the Boost Software License, Version ...
{ "pile_set_name": "Github" }
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender...
{ "pile_set_name": "Github" }
abstract class A() { val v : Int }
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. ///////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
'use strict'; // 26.1.5 Reflect.enumerate(target) var $export = require('./_export'); var anObject = require('./_an-object'); var Enumerate = function (iterated) { this._t = anObject(iterated); // target this._i = 0; // next index var keys = this._k = []; // keys var key; for (key in ite...
{ "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" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\Sony; use JMS\Serializer\Annotation\ExclusionPolicy; us...
{ "pile_set_name": "Github" }
# - Try to find Berkeley DB # Once done this will define # # BERKELEY_DB_FOUND - system has Berkeley DB # BERKELEY_DB_INCLUDE_DIR - the Berkeley DB include directory # BERKELEY_DB_LIBRARIES - Link these to use Berkeley DB # BERKELEY_DB_DEFINITIONS - Compiler switches required for using Berkeley DB # Copyright (c) ...
{ "pile_set_name": "Github" }
{ "frameGrid" : { "size" : [48, 48], "dimensions" : [11, 2], "names" : [ [ null, "sleep.1", null, "fly.1", "fly.2", "fly.3", "fly.4", "fly.5", "fly.6", "fly.7", "fly.8" ], [ null, "wakeup.1", "wakeup.2", "wakeup.3", "wakeup.4", "wakeup.5", null, "hurt.1", "hurt.2", null, null ] ] }, "ali...
{ "pile_set_name": "Github" }
<?php return [ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], ];
{ "pile_set_name": "Github" }
import React, { useState } from 'react' import t from 'prop-types' import styled from 'styled-components' import { Redirect } from 'react-router-dom' import { Card as MaterialCard, Grid, Typography } from '@material-ui/core' import { CardLink, Content, Divider, Footer, H4, HeaderContent, PizzasGrid ...
{ "pile_set_name": "Github" }
/* Copyright (C) 1992, 1995-2003, 2005-2011 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the ...
{ "pile_set_name": "Github" }
/** * **PostCSS Plugin Warning** * * Loader wrapper for postcss plugin warnings (`root.messages`) * * @class Warning * @extends Error * * @param {Object} warning PostCSS Warning */ class Warning extends Error { constructor(warning) { super(warning); const { text, line, column, plugin } = warning; ...
{ "pile_set_name": "Github" }
compile: cp mandelbrot.hipe-2.hipe mandelbrot.erl erlc +native +"{hipe, [o3]}" mandelbrot.erl measure: sudo modprobe msr sudo ../../RAPL/main "erl -smp enable -noshell -run mandelbrot main 16000" Erlang mandelbrot run: erl -smp enable -noshell -run mandelbrot main 16000 mem: /usr/bin/time -v erl -smp enable ...
{ "pile_set_name": "Github" }
/* * << Haru Free PDF Library >> -- hpdf_annotation.h * * URL: http://libharu.org * * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp> * Copyright (c) 2007-2009 Antony Dovgal <tony@daylessday.org> * * Permission to use, copy, modify, distribute and sell this software * and its documentatio...
{ "pile_set_name": "Github" }
package edu.stanford.bmir.protege.web.client.auth; import edu.stanford.bmir.protege.web.client.dispatch.DispatchErrorMessageDisplay; import edu.stanford.bmir.protege.web.client.dispatch.DispatchServiceCallback; import edu.stanford.bmir.protege.web.client.dispatch.DispatchServiceManager; import edu.stanford.bmir.proteg...
{ "pile_set_name": "Github" }
@import "~styles/mixins"; .bonus { margin-right: 12px; } .name { background: $tc-light-blue; border-radius: 3px; margin-right: $base-unit; padding: 0 $base-unit; font-size: 11px; font-weight: 900; line-height: 3 * $base-unit; }
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // C Language Family Front-end //===----------------------------------------------------------------------===// Chris Lattner I. Introduction: clang: noun 1. A loud, reso...
{ "pile_set_name": "Github" }
import Vec3 from "./Vec3.js"; class Quaternion extends Float32Array{ constructor(){ super(4); this[0] = this[1] = this[2] = 0; this[3] = 1; this.isModified = false; } //http://in2gpu.com/2016/03/14/opengl-fps-camera-quaternion/ //---------------------------------------------- //region Setter/Getters res...
{ "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 http-equiv="X-UA-Compatible" content="ie=edge"> <title>{{ config('app.name') }}</title> <link rel="stylesheet" href="{{ mix('css/new.css') }}"> @include('l...
{ "pile_set_name": "Github" }
/* *************************************************************************************** * * csi_cci_reg_i.h * * Hawkview ISP - csi_cci_reg_i.h module * * Copyright (c) 2014 by Allwinnertech Co., Ltd. http://www.allwinnertech.com * * Version Author Date Description * * 2.0 Yang ...
{ "pile_set_name": "Github" }
// Copyright © 2006-2010 Travis Robinson. All rights reserved. // // website: http://sourceforge.net/projects/libusbdotnet // e-mail: libusbdotnet@gmail.com // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the //...
{ "pile_set_name": "Github" }
{ "type": "bundle", "id": "bundle--5195c43f-46bd-472d-a6a6-40a92cd9e40d", "spec_version": "2.0", "objects": [ { "type": "relationship", "id": "relationship--7d639463-ea08-4233-a922-f74423845236", "created_by_ref": "identity--e50ab59c-5c4f-4d40-bf6a-d58418d89bc...
{ "pile_set_name": "Github" }
defmodule AcceptedSpec do use ESpec import ESpec.TestHelpers defmodule SomeModule do def f, do: :f def m, do: :m end |> write_beam describe "expect(module).to accepted(func, args)" do before do allow(SomeModule) |> to(accept(:func, fn a, b -> a + b end)) SomeModule.func(1, 2) ...
{ "pile_set_name": "Github" }
/** * Styles for Multi-Screen.js * @author Ian de Vries <ian@ian-devries.com> * @license MIT License <http://opensource.org/licenses/MIT> */ .ms-container { position: fixed; z-index: 1; display: none; } .ms-default { position: absolute; z-index: 2; display: block; }
{ "pile_set_name": "Github" }
// run // 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 main func main() { if ; false {} // compiles; should be an error (should be simplevardecl before ;) }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>784</width> <height>565</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> ...
{ "pile_set_name": "Github" }
/* * Software License Agreement (BSD License) * * Copyright (c) 2010, Willow Garage, 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: * * * Redistributions of source code mu...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Intel Corporation * 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 c...
{ "pile_set_name": "Github" }
/* * cjpeg.c * * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2003-2010 by Guido Vollbeding. * 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 a command-line user interface for the JPEG compress...
{ "pile_set_name": "Github" }
var baseIteratee = require('./_baseIteratee'), isArrayLike = require('./isArrayLike'), keys = require('./keys'); /** * Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection index. * @returns {Function} Returns the new find function....
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #define _GNU_SOURCE #include <sched.h> #include <stdio.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/mount.h> #include <sys/wait.h> #include <sys/vfs.h> #include <sys/statvfs.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <grp....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <object-views xmlns="http://axelor.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://axelor.com/xml/ns/object-views http://axelor.com/xml/ns/object-views/object-views_5.3.xsd"> <form name="supplychain-sto...
{ "pile_set_name": "Github" }
@machine1:HiMom:abcdeACXX:1:1101:1138:2141 :N:0:AACAATGG AACAATGG + CCCFFFFF @machine1:HiMom:abcdeACXX:1:1101:1206:2126 :N:0:AACAATGG AACAATGG + CCCFFFFF @machine1:HiMom:abcdeACXX:1:2101:1077:2139 :N:0:AACAATGG AACAATGG + CCCFFFFF @machine1:HiMom:abcdeACXX:1:2101:1112:2245 :N:0:AACAATGG AACAATGG + @@?BBDDD
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/greengrass/model/ListBulkDeploymentsResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #includ...
{ "pile_set_name": "Github" }
#ifndef DataFormats_GEMSegmentCollection_H #define DataFormats_GEMSegmentCollection_H /** \class GEMSegmentCollection * * The collection of GEMSegment's. See \ref CSCSegmentCollection.h for details from which is derived. * * \author Piet Verwilligen */ #include "DataFormats/MuonDetId/interface/GEMDetId.h" #incl...
{ "pile_set_name": "Github" }
//b_spawn.cpp //added by MCG // leave this line at the top for all NPC_xxxx.cpp files... #include "g_headers.h" #include "b_local.h" #include "anims.h" #include "g_functions.h" #include "g_icarus.h" #include "wp_saber.h" extern cvar_t *g_sex; extern qboolean G_CheckInSolid (gentity_t *self, qb...
{ "pile_set_name": "Github" }
/* Feathers Copyright 2012-2013 Joshua Tynjala. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.controls { import feathers.core.FeathersControl; import feathers.core.IFocusDisplayOb...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; public class BoolList : List<bool> { public BoolList() { } public BoolList(int capacity) : base(capacity) { } public BoolList(IEnumerable<bool> coll) : base(coll) { } } public class CharList : List<char> { public Char...
{ "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 ...
{ "pile_set_name": "Github" }
/* EXTRAS * -------------------------- */ /* Stacked and layered icon */ /* Animated rotating icon */ .#{$fa-css-prefix}-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes sp...
{ "pile_set_name": "Github" }
### [Overview](/api_docs/index.md) ### [Python API](/api_docs/python/index.md) python/framework.md python/constant_op.md python/state_ops.md python/array_ops.md python/math_ops.md python/control_flow_ops.md python/image.md python/sparse_ops.md python/io_ops.md python/python_io.md python/nn.md python/client.md python/tr...
{ "pile_set_name": "Github" }
<component name="ArtifactManager"> <artifact type="exploded-war" name="seckill:war exploded"> <output-path>$PROJECT_DIR$/target/seckill</output-path> <root id="root"> <element id="directory" name="WEB-INF"> <element id="directory" name="classes"> <element id="module-output" name="secki...
{ "pile_set_name": "Github" }
package com.xzp.forum.async; public enum EventType { COMMENT(0), USEFUL(1), LOGIN(2); private int value; EventType(int value){ this.value=value; } public int getValue() { return value; } }
{ "pile_set_name": "Github" }
/* Copyright (C) 2018-2019 de4dot@gmail.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 Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
{ "pile_set_name": "Github" }
/* * Copyright (C) Lightbend Inc. <https://www.lightbend.com> */ package javaguide.di.guice.eager; import javaguide.di.*; // #eager-guice-module import com.google.inject.AbstractModule; public class StartModule extends AbstractModule { protected void configure() { bind(ApplicationStart.class).asEagerSinglet...
{ "pile_set_name": "Github" }
import "mocha"; import { expect } from "chai"; import { TIP } from "../../src/lib/searcher"; describe("TIP", function () { const subject = new TIP(); it("should support ip and domain", function () { expect(subject.supportedTypes).to.deep.equal(["ip", "domain"]); }); describe("#searchByIP", function () ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>AnyNodeDescriptionWithChildren Protocol Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2007 Tobias Schwinger Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 44; objects = { /* Begin PBXBuildFile section */ 22CF11AE0EE9A8840054F513 /* sheep.c in Sources */ = {isa = PBXBuildFile; fileRef = 22CF11AD0EE9A8840054F513 /* sheep.c */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ ...
{ "pile_set_name": "Github" }
好奇心原文链接:[WPP创始人兼CEO苏铭天辞职,4A广告业最后一个大佬的离场意味着什么?_商业_好奇心日报-朱凯麟](https://www.qdaily.com/articles/52259.html) WebArchive归档链接:[WPP创始人兼CEO苏铭天辞职,4A广告业最后一个大佬的离场意味着什么?_商业_好奇心日报-朱凯麟](http://web.archive.org/web/20181022130759/http://www.qdaily.com:80/articles/52259.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3y4zmzaygj30...
{ "pile_set_name": "Github" }
"use strict"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var Observable_1 = require('../Observable'); var...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage ** Licensees holding valid commercial Qt...
{ "pile_set_name": "Github" }
function ShapeXferHelper(canvas) { this.canvas = canvas; this.type = ShapeXferHelper.MIME_TYPE; } ShapeXferHelper.MIME_TYPE = "pencil/shape"; ShapeXferHelper.prototype.toString = function () { return "ShapeXferHelper: " + ShapeXferHelper.MIME_TYPE; }; ShapeXferHelper.prototype.handleData = function (dom) ...
{ "pile_set_name": "Github" }
// 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. // +build darwin dragonfly freebsd netbsd openbsd // BSD system call wrappers shared by *BSD based systems // including OS X (Darwin) and FreeBSD. Like the ot...
{ "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("widget","cs",{move:"Klepněte a táhněte pro přesunutí"});
{ "pile_set_name": "Github" }
/* * SHA-384 internal definitions * Copyright (c) 2015, Pali Rohár <pali.rohar@gmail.com> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #ifndef SHA384_I_H #define SHA384_I_H #include "sha512_i.h" #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE #define s...
{ "pile_set_name": "Github" }
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-class="display responsive nowrap" order="2"> <css lib="datatables responsive"> </css> <js lib="jquery datatables responsive"> <![CDATA[ $(document).ready(function() { $('#example').DataTable( { "ajax": "../../../../examples/ajax/data/objects.txt", "column...
{ "pile_set_name": "Github" }
package tenants import "github.com/gophercloud/gophercloud" func listURL(client *gophercloud.ServiceClient) string { return client.ServiceURL("tenants") } func getURL(client *gophercloud.ServiceClient, tenantID string) string { return client.ServiceURL("tenants", tenantID) } func createURL(client *gophercloud.Ser...
{ "pile_set_name": "Github" }
package carpet.mixins; import carpet.fakes.RecipeManagerInterface; import com.google.common.collect.Lists; import net.minecraft.recipe.Recipe; import net.minecraft.recipe.RecipeManager; import net.minecraft.recipe.RecipeType; import net.minecraft.util.Identifier; import net.minecraft.util.registry.Registry; import org...
{ "pile_set_name": "Github" }
server.port: 7003 server.error.include-message: always logging: level: root: INFO se.magnus: DEBUG --- spring.profiles: docker server.port: 8080
{ "pile_set_name": "Github" }
<?php namespace BikeShare\Console\Commands; use BikeShare\Domain\User\User; use BikeShare\Domain\User\UsersRepository; use BikeShare\Http\Services\AppConfig; use BikeShare\Http\Services\Rents\RentService; use Carbon\Carbon; use Exception; use Illuminate\Console\Command; class CheckManyRents extends Command { /**...
{ "pile_set_name": "Github" }
--- layout: default title: Examples - Select2 slug: examples --- <script type="text/javascript" src="vendor/js/placeholders.jquery.min.js"></script> <script type="text/javascript" src="dist/js/i18n/es.js"></script> <style type="text/css"> .img-flag { height: 15px; width: 18px; } </style> <section class="...
{ "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 a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="" vcs="" /> </component> </project>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> <dependencies> <plugIn identi...
{ "pile_set_name": "Github" }
<?php /* +-----------------------------------------------------------------------------+ | ILIAS open source | +-----------------------------------------------------------------------------+ | Copyright (c) 1998-2006 ILIAS open source, University of Cologne ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Bazel 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 appl...
{ "pile_set_name": "Github" }
import sysconfig import distutils.sysconfig as du_sysconfig import sys import os import itertools def find_python_library(): """ Get python library based on sysconfig Based on https://github.com/scikit-build/scikit-build/blob/master/skbuild/cmaker.py#L335 :returns a location python library """ ...
{ "pile_set_name": "Github" }
#!/bin/bash docker build -t developmentseed/skynet-monitor -f docker/skynet-monitor/Dockerfile .
{ "pile_set_name": "Github" }
import * as React from 'react'; import { View, Text, StyleSheet } from 'react-native'; import { TabBar } from 'react-native-tab-view'; import { Route, useTheme } from '@react-navigation/native'; import Color from 'color'; import { MaterialTopTabBarProps } from '../types'; export default function TabBarTop(props: Mate...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" bootstrap="vendor/autoload.php" > <filter> ...
{ "pile_set_name": "Github" }
require 'colorize' require 'international/version' require 'csv' require 'file_manager' module International class MainApp def initialize(arguments) # defaults @path_to_output = 'output/' @path_to_csv = nil @dryrun = false @platform = 'android' # Parse Options argume...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('isObjectLike', require('../isObjectLike'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
{ "pile_set_name": "Github" }
discard """ errormsg: "cannot infer the type of the sequence" line: 6 """ var list = @[]
{ "pile_set_name": "Github" }
// // MainViewController.m // HeaderViewAndPageView // // Created by su on 16/8/8. // Copyright © 2016年 susu. All rights reserved. // #import "MainViewController.h" #import "OneViewTableTableViewController.h" #import "SecondViewTableViewController.h" #import "ThirdViewCollectionViewController.h" #import "MainTouch...
{ "pile_set_name": "Github" }
cheats = 6 cheat0_desc = "Infinite Health" cheat0_code = "00C0-E304" cheat0_enable = false cheat1_desc = "Infinite Lives" cheat1_code = "00C0-DC08" cheat1_enable = false cheat2_desc = "Infinite Health" cheat2_code = "3AC-588-2A2" cheat2_enable = false cheat3_desc = "Infinite Lives" cheat3_code = "00C-838-19E" cheat...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import numpy as np \n", "from sklearn.model_selection import train_test_split\n", "import matplotlib.pyplot as plt\n", "# We will be using make_circles from scikit-learn\n", "from ...
{ "pile_set_name": "Github" }
/* * * Copyright 2020 WeBank * * 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 a...
{ "pile_set_name": "Github" }
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context="com.avenwu.deepinandroid.MarkdownDemo"> <item android:id="@+id/action_settings" android:title="@string/action_settings" ...
{ "pile_set_name": "Github" }
# translation of gimp-tips.HEAD.po to Dzongkha # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # Dorji Tashi <dorjee_doss@hotmail.com>, 2006. # msgid "" msgstr "" "Project-Id-Version: gimp-tips.HEAD\n" "Report-Msgid-Bugs-To: https://gitlab.g...
{ "pile_set_name": "Github" }
<?php /** * Smarty plugin * * @package Smarty * @subpackage PluginsFunction */ /** * Smarty {html_radios} function plugin * File: function.html_radios.php * Type: function * Name: html_radios * Date: 24.Feb.2003 * Purpose: Prints out a list of radio input types * Params: * * ...
{ "pile_set_name": "Github" }
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnPrope...
{ "pile_set_name": "Github" }
// (C) Copyright Gennadiy Rozental 2001. // 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/test for the library home page. // // File : $RCSfile$ // // Version : ...
{ "pile_set_name": "Github" }
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE EmptyDataDecls #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE TypeOperators #-} module Numerals where import Data.Kind data Z -- empty data type data S a -- empty data type data SNat n where -- natural numbers as singleton type Zero :: SNat Z Succ :: SNat n -...
{ "pile_set_name": "Github" }
namespace Server.Items { public class StandardOfChaosG : DualPointedSpear { public override bool IsArtifact => true; public override int LabelNumber => 1113522; // Standard of Chaos [Constructable] public StandardOfChaosG() { Hue = 2209; WeaponAt...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <title>Workbook: Questions - Lesson 7 | Genki Study Resources - 2nd Edition</title> <meta name="title" content="Workbook: Questions - Lesson 7 | Genki Study Resources - 2nd Edition"> <meta name="twitter:titl...
{ "pile_set_name": "Github" }
package checkstyle import ( "go/parser" "go/token" "io/ioutil" "reflect" "testing" ) const baseDir = "testdata/" func readFile(fileName string) []byte { file, _ := ioutil.ReadFile(baseDir + fileName) return file } func TestFileLine(t *testing.T) { fileName := "fileline.go" file := readFile(fileName) _chec...
{ "pile_set_name": "Github" }
js_fragment(name = "find_element", module = "webdriver.atoms.inject.locators", function = "webdriver.atoms.inject.locators.findElement", deps = ["//javascript/webdriver/atoms/inject:deps"]) js_fragment(name = "find_elements", module = "webdriver.atoms.inject.locators", function = "webdriver.atoms.inject.loca...
{ "pile_set_name": "Github" }
<html> <head> <meta charset="utf-8"> <script src="esl.js"></script> <script src="config.js"></script> </head> <body> <style> html, body, #main { width: 100%; height: 100%; } </style> <div id="main"></div>...
{ "pile_set_name": "Github" }
// // DemoRouteAdapter.m // ZIKRouterDemo // // Created by zuik on 2018/1/25. // Copyright © 2018 zuik. All rights reserved. // #import "DemoRouteAdapter.h" #import "RequiredLoginViewInput.h" #import "RequiredCompatibleAlertModuleInput.h" #import <ZIKLoginModule/ZIKLoginModule.h> @implementation DemoRouteAdapter ...
{ "pile_set_name": "Github" }