text stringlengths 2 99.9k | meta dict |
|---|---|
package protocol
import (
"errors"
"fmt"
"sync"
"time"
"go.dedis.ch/cothority/v3"
"go.dedis.ch/kyber/v3"
"go.dedis.ch/kyber/v3/sign/cosi"
"go.dedis.ch/onet/v3"
"go.dedis.ch/onet/v3/log"
)
// SubFtCosi holds the different channels used to receive the different protocol messages.
type SubFtCosi struct {
*one... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
wget http://packages.haiku-os.org/haikuports/master/hpkg/llvm-4.0.1-2-x86_64.hpkg
wget http://packages.haiku-os.org/haikuports/master/hpkg/llvm_libs-4.0.1-2-x86_64.hpkg
package extract -C /system llvm-4.0.1-2-x86_64.hpkg
package extract -C /system llvm_libs-4.0.1-2-x86_64.hpkg
rm -f *.hpkg
| {
"pile_set_name": "Github"
} |
/*
* EnGenius ENS202EXT board support
*
* Copyright (C) 2017 Marty Plummer <netz.kernel@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
#include <linux/gpio.h>... | {
"pile_set_name": "Github"
} |
import datetime
from logging import Logger
import time
from ..backends import BaseBackend
from ..stats import GlobalStatistic, Total
def print_global_header(logger: Logger, backend: BaseBackend) -> None:
logger.info(f'{"+++" + backend.name.upper() + "+++":^150}')
logger.info(f'{"+++Globals+++":^150}')
l... | {
"pile_set_name": "Github"
} |
#include "souistd.h"
#include "helper\SToolTip.h"
//增加对多显示器的支持
#define COMPILE_MULTIMON_STUBS
#include <multimon.h>
namespace SOUI
{
#define TIMERID_DELAY 1
#define TIMERID_SPAN 2
#define MARGIN_TIP 5
STipCtrl::STipCtrl(void):m_nDelay(500),m_nShowSpan(5000),m_font(0)
{
m_... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com)
// (C) Copyright 2003-2007 Jonathan Turkanis
// 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/iostreams for d... | {
"pile_set_name": "Github"
} |
import Pagination from '../vc-pagination/locale/id_ID';
import DatePicker from '../date-picker/locale/id_ID';
import TimePicker from '../time-picker/locale/id_ID';
import Calendar from '../calendar/locale/id_ID';
export default {
locale: 'id',
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
filt... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The OPA Authors. All rights reserved.
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
package topdown
import (
"math/big"
"github.com/open-policy-agent/opa/ast"
"github.com/open-policy-agent/opa/topdown/builtins"
)
var one = big.NewInt(1)
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1755053689005840}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
// std::collate implementation details, generic version -*- C++ -*-
// Copyright (C) 2001-2020 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published... | {
"pile_set_name": "Github"
} |
<?php
/**
* All-use harness, use this rather than SimpleTest's
*/
class HTMLPurifier_Harness extends UnitTestCase
{
public function __construct($name = null)
{
parent::__construct($name);
}
/**
* @type HTMLPurifier_Config
*/
protected $config;
/**
* @type HTMLPurifie... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-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)
//
// *Preprocessed* version of the main "plus.hpp" header
// -- DO NOT modify by hand!
namespace network_boost { na... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
<!-- English Revision: 1038595 -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Review... | {
"pile_set_name": "Github"
} |
EESchema Schematic File Version 2
LIBS:power
LIBS:device
LIBS:transistors
LIBS:conn
LIBS:linear
LIBS:regul
LIBS:74xx
LIBS:cmos4000
LIBS:adc-dac
LIBS:memory
LIBS:xilinx
LIBS:microcontrollers
LIBS:dsp
LIBS:microchip
LIBS:analog_switches
LIBS:motorola
LIBS:texas
LIBS:intel
LIBS:audio
LIBS:interface
LIBS:digital-audio
LIBS... | {
"pile_set_name": "Github"
} |
/*
* $Id$
*
* Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com
* Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com
*
* The initial version of this code was written by Dragos Vingarzan
* (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the
* Fruanhofer Institute. It ... | {
"pile_set_name": "Github"
} |
function template(locals) {
var pug_html = "", pug_mixins = {}, pug_interp;
pug_html = pug_html + "<ul><li>a</li><li>b</li><li><ul><li>c</li><li>d</li></ul></li><li>e</li></ul>";
return pug_html;
} | {
"pile_set_name": "Github"
} |
{
"name": "scriptjs",
"description": "Asyncronous JavaScript loader and dependency manager",
"keywords": [
"ender",
"script",
"dependency",
"ajax",
"jsonp",
"loader"
],
"version": "2.5.9",
"license": "MIT",
"homepage": "https://github.com/ded/script.js",
"author": "Dustin Diaz <d... | {
"pile_set_name": "Github"
} |
// ==============================================================================
// BattleGround System - Flavius 1
// ==============================================================================
// Registration NPC's
// *********************************************************************
bat_room,86,227,4 script... | {
"pile_set_name": "Github"
} |
/* ###
* IP: GHIDRA
* REVIEWED: YES
*
* 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 ag... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports =
function(Promise, PromiseArray, debug) {
var PromiseInspection = Promise.PromiseInspection;
var util = require("./util");
function SettledPromiseArray(values) {
this.constructor$(values);
}
util.inherits(SettledPromiseArray, PromiseArray);
SettledPromiseArray.prototype._promiseR... | {
"pile_set_name": "Github"
} |
:template: {{year}}/generic.html
{% if shortcode == 'prague'%}
:banner: _static/conf/images/headers/group.png
Write the Docs Boat Ride
========================
{% include "conf/prague/boat.rst" %}
{% elif shortcode == 'portland'%}
:banner: _static/conf/images/headers/hike.png
Write the Docs Hike
=================... | {
"pile_set_name": "Github"
} |
#include <vector>
#include "caffe/layer.hpp"
#include "caffe/util/math_functions.hpp"
#include "caffe/util/gpu_util.cuh"
#include "caffe/layers/st_layer.hpp"
#include "caffe/util/benchmark.hpp"
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/highgui/highgui_c.h>
#include <ope... | {
"pile_set_name": "Github"
} |
UPDATE character_inventory SET bag = 0 WHERE bag = 255;
CREATE TABLE character_bags SELECT guid, slot, item FROM character_inventory LEFT JOIN item_template ON character_inventory.item_template = item_template.entry WHERE ContainerSlots > 0 AND bag = 0;
CREATE INDEX idx_gs ON character_bags (`guid`,`slot`);
ALTER TABLE... | {
"pile_set_name": "Github"
} |
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -parse-as-library -verify -swift-version 4 -I %S/Inputs/custom-modules %s
// REQUIRES: objc_interop
// Objective-C generic classes can conform to protocols, but for type witnesses
// (for associated types) cannot depend on the type parameters.
... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2017-2018, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <odp/api/abi-default/version.h>
| {
"pile_set_name": "Github"
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Input.Spatial
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE_... | {
"pile_set_name": "Github"
} |
<?php
namespace PhilKra\Tests;
class PHPUnitUtils
{
/**
* Credit @link https://stackoverflow.com/a/8702347
*/
public static function callMethod($obj, $name, array $args)
{
$class = new \ReflectionClass($obj);
$method = $class->getMethod($name);
$method->setAccessible(tru... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright (C) 2014 - 2016 Xilinx, Inc. All rights reserved.
*
* 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 Softwa... | {
"pile_set_name": "Github"
} |
'use strict';
var SearchParameters = require('../../../src/SearchParameters');
test('isHierarchicalFacetRefined returns true if value in hierarchicalFacetsRefinements', function() {
var state = new SearchParameters({
hierarchicalFacets: [{
name: 'categories',
attributes: ['categories.lvl0', 'categor... | {
"pile_set_name": "Github"
} |
// +build !windows
/*
Copyright The containerd 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 applica... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* Groupon licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
*
* http://www.apache.org/lice... | {
"pile_set_name": "Github"
} |
.. _IP:lcd_LCDBusController:
PoC.io.lcd.LCDBusController
###########################
.. only:: html
.. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png
:scale: 40
:target: https://github.com/VLSI-EDA/PoC/blob/master/src/io/lcd/lcd_LCDBusController.vhdl
:alt: Source... | {
"pile_set_name": "Github"
} |
key correct.key
| {
"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 use ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@androi... | {
"pile_set_name": "Github"
} |
---
title: CitationText element in the manifest file
description: Specifies the citation boilerplate text for this dictionary.
ms.date: 03/19/2019
localization_priority: Normal
---
# CitationText element
Specifies the citation boilerplate text for this dictionary.
**Add-in type:** Content, Task pane, Mail
## Syntax... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>52.2. Caused by: an... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with t... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* 3-axis accelerometer driver supporting following Bosch-Sensortec chips:
* - BMC150
* - BMI055
* - BMA255
* - BMA250E
* - BMA222E
* - BMA280
*
* Copyright (c) 2014, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of th... | {
"pile_set_name": "Github"
} |
/*
* Soft: Keepalived is a failover program for the LVS project
* <www.linuxvirtualserver.org>. It monitor & manipulate
* a loadbalanced server pool using multi-layer checks.
*
* Part: Interfaces manipulation.
*
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
*... | {
"pile_set_name": "Github"
} |
local ffi = require( "ffi" )
local libs = ffi_OpenKODE_libs or {
OSX = { x86 = "kd.dylib", x64 = "kd.dylib" },
Windows = { x86 = "libXMKD.dll", x64 = "libXMKD.dll" },
}
--local lib = ffi_OpenKODE_lib or ( "bin/" .. ffi.os .. "/" .. ffi.arch .. "/angle/" .. libs[ ffi.os ][ ffi.arch ] )
local lib = ffi_... | {
"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... | {
"pile_set_name": "Github"
} |
[
;; community
{:db/id #db/id[:db.part/db]
:db/ident :community/name
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one
:db/fulltext true
:db/doc "A community's name"
:db.install/_attribute :db.part/db}
{:db/id #db/id[:db.part/db]
:db/ident :community/url
:db/valueType :db.type/strin... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* ipmi_si.c
*
* The interface to the IPMI driver for the system interfaces (KCS, SMIC,
* BT).
*
* Author: MontaVista Software, Inc.
* Corey Minyard <minyard@mvista.com>
* source@mvista.com
*
* Copyright 2002 MontaVista Software Inc.
* Copyright 2006 IBM... | {
"pile_set_name": "Github"
} |
package graphql.schema
import spock.lang.Specification
import java.util.concurrent.CompletableFuture
import java.util.function.BiFunction
class DataFetcherFactoriesTest extends Specification {
def cfDF = new StaticDataFetcher(CompletableFuture.completedFuture("hello"))
def pojoDF = new StaticDataFetcher("go... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Text;
namespace NAudio.Wave
{
/// <summary>
/// MPEG Layer flags
/// </summary>
public enum MpegLayer
{
/// <summary>
/// Reserved
/// </summary>
Reserved,
/// <summary>
///... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2008-2020 the MRtrix3 contributors.
*
* 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/.
*
* Covered Software is provided under this License on an "a... | {
"pile_set_name": "Github"
} |
/*
* Low-level Power Management code.
*
* Copyright (C) 2008 Atmel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <asm/asm.h>
#include <asm/asm-offse... | {
"pile_set_name": "Github"
} |
import sys
import xbmcaddon
__addon__ = sys.modules[ "__main__" ].__addon__
class settings():
def __init__( self, *args, **kwargs ):
self.readxml()
self.addon = xbmcaddon.Addon()
def readxml(self):
self.bridge_ip = __addon__.getSetting("bridge_ip")
self.bridge_user = __... | {
"pile_set_name": "Github"
} |
require('../modules/es7.array.includes');
require('../modules/es7.string.at');
require('../modules/es7.string.pad-start');
require('../modules/es7.string.pad-end');
require('../modules/es7.string.trim-left');
require('../modules/es7.string.trim-right');
require('../modules/es7.string.match-all');
require('../modules/es... | {
"pile_set_name": "Github"
} |
import 'package:path/path.dart';
import 'package:process_run/shell.dart';
import 'package:sqflite_example/utils.dart';
import 'run_flutter_driver_test.dart' as driver;
Future<void> main() async {
final shell = Shell();
await shell.run('''
flutter analyze
flutter test
''');
var exception;
try {
await d... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_ALLOCATOR_ALLOCATOR_SHIM_DEFAULT_DISPATCH_TO_ZONED_MALLOC_H_
#define BASE_ALLOCATOR_ALLOCATOR_SHIM_DEFAULT_DISPATCH_TO_ZONED_MALLOC_H_
names... | {
"pile_set_name": "Github"
} |
[
{
"description": "allOf",
"schema": {
"allOf": [
{
"properties": {
"bar": {"type": "integer"}
},
"required": ["bar"]
},
{
"properties"... | {
"pile_set_name": "Github"
} |
We curated a corpus of writing to use in testing. Here, we give the references for all the texts in our "clean" corpus, which contains pieces from vetted and edited magazines such as *The New Yorker* and *Harper's Magazine*; we expect the linter to run nearly cleanly over this corpus, which we occasionally verify by ha... | {
"pile_set_name": "Github"
} |
/*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) |
+---------... | {
"pile_set_name": "Github"
} |
git https://github.com/hanshuebner/temporary-file.git
| {
"pile_set_name": "Github"
} |
#version 330 core
out vec4 FragColor;
struct Material {
sampler2D diffuse;
vec3 specular;
float shininess;
};
struct Light {
vec3 position;
vec3 ambient;
vec3 diffuse;
vec3 specular;
};
in vec3 FragPos;
in vec3 Normal;
in vec2 TexCoords;
uniform vec3 viewPos;
uniform Material material;
... | {
"pile_set_name": "Github"
} |
import styled from 'styled-components';
import attachThemeAttrs from '../../../../styles/helpers/attachThemeAttrs';
const StyledGridLine = attachThemeAttrs(styled.div)`
height: 40px;
::after {
content: '';
border-bottom: 1px solid ${props => props.palette.border.divider};
position: abs... | {
"pile_set_name": "Github"
} |
<block_set xmlns="http://de.fhg.iais.roberta.blockly" robottype="ev3" xmlversion="" description="" tags="">
<instance x="1" y="1">
<block type="robActions_motor_on" id="87" inline="false">
<field name="MOTORPORT">B</field>
<value name="POWER">
<block type="math_number" id="88">
<fi... | {
"pile_set_name": "Github"
} |
From rssfeeds@jmason.org Tue Oct 1 10:37:41 2002
Return-Path: <rssfeeds@example.com>
Delivered-To: yyyy@localhost.example.com
Received: from localhost (jalapeno [127.0.0.1])
by jmason.org (Postfix) with ESMTP id E827B16F16
for <jm@localhost>; Tue, 1 Oct 2002 10:37:40 +0100 (IST)
Received: from jalapeno [127.0.0.1]... | {
"pile_set_name": "Github"
} |
#if !WP7 && !WP8
using System;
using DigitalRune.Geometry;
using DigitalRune.Graphics.PostProcessing;
using DigitalRune.Graphics.Rendering;
using DigitalRune.Graphics.SceneGraph;
using DigitalRune.Mathematics;
using DigitalRune.Mathematics.Algebra;
using DigitalRune.Mathematics.Statistics;
using DigitalRune.Physics.Fo... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library 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
... | {
"pile_set_name": "Github"
} |
module.exports = {
OFF: '#111',
RED: '#ff3a7b',
BLUE: '#08bfa2',
UI_ACCENT: '#fff',
UI_ACCENT2: '#f01978',
SKY_OFF: '#297547',
SKY_BLUE: '#840d42',
SKY_RED: '#154136',
BG_OFF: '#081a0f',
BG_BLUE: '#379f5e',
BG_BRIGHTBLUE: '#4fd983',
BG_RED: '#ff1f81',
BG_BRIGHTRED: '#ff6bb0',
NEON_OFF: '... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>API documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link typ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @typechecks
*/
'use strict';
var hasOwnProperty = Object.prototype.hasOwnProperty;
/**
* Executes the provided `callback` once for... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2020. Nitrite author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" ng-app="myApp">
<head>
<meta charset="UTF-8">
<title>Exakat Faceted search for PROJECT_NAME</title>
<link href="faceted.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
</head>
<body ng-cloak>
<h1><a href=... | {
"pile_set_name": "Github"
} |
package com.github.mikephil.charting.data;
import android.graphics.Color;
import com.github.mikephil.charting.utils.Utils;
import java.util.ArrayList;
import java.util.List;
public class BubbleDataSet extends BarLineScatterCandleDataSet<BubbleEntry> {
// NOTE: Do not initialize these, as the calcMinMax is cal... | {
"pile_set_name": "Github"
} |
# This is the official list of GoGo authors for copyright purposes.
# This file is distinct from the CONTRIBUTORS file, which
# lists people. For example, employees are listed in CONTRIBUTORS,
# but not in AUTHORS, because the employer holds the copyright.
# Names should be added to this file as one of
# Organiza... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.8.7</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
<PackageReference Include="System.Drawing.Common" Version="4... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS test;
CREATE TABLE test Engine = MergeTree ORDER BY number AS SELECT number, toString(rand()) x from numbers(10000000);
SELECT count() FROM test;
ALTER TABLE test DETACH PARTITION tuple();
SELECT count() FROM test;
DETACH TABLE test;
ATTACH TABLE test;
ALTER TABLE test ATTACH PARTITION tuple()... | {
"pile_set_name": "Github"
} |
{"version":3,"file":"zip.js","sources":["../../src/add/operator/zip.ts"],"names":[],"mappings":";;AAAA,wCAAsC"}
| {
"pile_set_name": "Github"
} |
# coding=utf-8
"""
pygame-menu
https://github.com/ppizarror/pygame-menu
EXAMPLE - IMAGE BACKGROUND
Menu using background image + BaseImage object.
License:
-------------------------------------------------------------------------------
The MIT License (MIT)
Copyright 2017-2020 Pablo Pizarro R. @ppizarror
Permission ... | {
"pile_set_name": "Github"
} |
import zipfile
from time import time
def main():
try:
myZip = zipfile.ZipFile("secret.zip")
except zipfile.BadZipfile:
print("[!] There was an error opening your zip file.")
return
password = ''
timeStart = time()
with open("10_million_password_list_top_10000.txt", "r"... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include <ctype.h>
#include <stdio.h>
#include "db/filename.h"
#include "db/dbformat.h"
#include "level... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. T... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS t5;
CREATE TEMPORARY TABLE t5(c1 BIT(10) NULL);
SHOW TABLES;
Tables_in_test
SHOW CREATE TABLE t5;
Table Create Table
t5 CREATE TEMPORARY TABLE `t5` (
`c1` bit(10) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t5;
SHOW TABLES;
Tables_in_test
CREATE TEMPORARY TABLE t5(c1 TINYINT(10... | {
"pile_set_name": "Github"
} |
# [2019-02-04 精选博文推荐](http://hao.caibaojian.com/date/2019/02/04)
[前端日报](http://caibaojian.com/c/news)栏目数据来自[码农头条](http://hao.caibaojian.com/)(我开发的爬虫),每日分享前端、移动开发、设计、资源和资讯等,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kujian/frontendDaily)
* [前端菜鸟笔记 Day-4 CSS布局](http://hao.caibaojian.com/100... | {
"pile_set_name": "Github"
} |
using Microsoft.EntityFrameworkCore.Internal;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
namespace EFCore.Sharding
{
/// <summary>
/// 拓展
/// </summary>
public static class EFCoreShardingExtensions
{
/// <summary>
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/* "%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?"; */
"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ no... | {
"pile_set_name": "Github"
} |
"""
Tests for model_extensions.
"""
from theano.compat.six.moves import xrange
from pylearn2.models import Model
from pylearn2.model_extensions.model_extension import ModelExtension
def test_model_extension():
"""
Test that the base class Model passes tests when given a list of
ModelExtension instances.
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://www.idpf.org/2007/opf" version="3.0" unique-identifier="uid"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata>
<dc:title>Title</dc:title>
<dc:language>en</dc:language>
<dc:identifier id="uid">NOID</dc:identifier>
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2008, http://www.snakeyaml.org
*
* 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 applicabl... | {
"pile_set_name": "Github"
} |
<?php
class Feature extends MY_Database_Write_Model {
function __construct()
{
parent::__construct();
$this->table = 'data_feature';
$this->id_column = array( 'did', 'index' );
}
}
?>
| {
"pile_set_name": "Github"
} |
ccccc dip scan routine
subroutine dipscn(data,amp,work,nt,nx,hy,
1 pxo,pyo,amo,ipow,
2 ixo,dxo,nxo,
3 to,px,py,nto,npx,npy,
4 ht,hx,tt,tx,ty,
5 perc,ipxo,ipyo,wk1,wk2)
real data(nt,nx... | {
"pile_set_name": "Github"
} |
/* Categories of Unicode characters.
Copyright (C) 2002, 2006-2007, 2009-2020 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
This program is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as p... | {
"pile_set_name": "Github"
} |
// Microsoft Visual C++ generated resource script.
//
#include <windows.h>
#include "res.h"
// Для того, чтобы заработало встраивание строк в EXE, необходимо
// наличии хоть каких-то ресурсов. В отличии от DLL - не работает.
STRINGTABLE
BEGIN
IDR_ANY_RESOURCE ""
END | {
"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"
} |
package com.twitter.sbt
import _root_.sbt._
import java.io.{FileWriter, File}
trait EnsimeGenerator extends DefaultProject {
/**
* A blacklist for dependencies that cause problems. Add the name of
* any dependency that doesn't work correctly with ensime.
* (e.g. "standard-project")
*/
val ensimeBlackl... | {
"pile_set_name": "Github"
} |
Copyright (c) 2012 Rodrigo Moraes. 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 and the following di... | {
"pile_set_name": "Github"
} |
<?php
/**
* OracleSQLTranslator.php
*
* A translator from MySQL dialect into Oracle dialect for Limesurvey
* (http://www.limesurvey.org/)
*
* Copyright (c) 2012, André Rothe <arothe@phosco.info, phosco@gmx.de>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modi... | {
"pile_set_name": "Github"
} |
fun main(args: Array<String>) {
var n = Integer.parseInt(readLine())
var sum = 0
var max = 0
while (n > 0) {
if (n % 2 == 1) {
sum++
if (sum > max) {
max = sum
}
} else { sum = 0 }
n /= 2
}
println(max)
}
| {
"pile_set_name": "Github"
} |
/*!
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you ... | {
"pile_set_name": "Github"
} |
/************************************************
Copyright (c) 2016, Xilinx, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright noti... | {
"pile_set_name": "Github"
} |
+++
title = "Cryptographic hash function"
description = ""
date = 2017-01-22T14:20:58Z
aliases = []
[extra]
id = 11617
[taxonomies]
categories = []
tags = []
+++
[[Category:Encyclopedia]]
A [[wp:cryptographic hash function|cryptographic hash function]], also known as a ''collision resistant hash function'', maps a mes... | {
"pile_set_name": "Github"
} |
/*
* Huawei HiNIC PCI Express Linux driver
* Copyright(c) 2017 Huawei Technologies Co., Ltd
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program ... | {
"pile_set_name": "Github"
} |
namespace DrillDownInASingleChartArea
{
public class ModelSales
{
public string Model
{
get;
set;
}
public double Amount
{
get;
set;
}
public ModelSales(string model, double amount)
{
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.