text stringlengths 2 99.9k | meta dict |
|---|---|
package com.jaren.likeview;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.Vie... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="ddslib"
ProjectGUID="{8576EC58-4E54-49C0-879A-F054C92B1D03}">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Rel... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <CoreDAV/CoreDAVTask.h>
@class NSData, NSDictionary, NSMutableSet, NSSet, NSString;
@interface CoreDAVBulkChangeTask : CoreDAVTask
{
NSString *_appSpecificNamespace... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head><link rel="stylesheet" type="text/css" href="description/Combined.css,0:sprite;/Areas/Epx/Themes/Windows/Content:0&amp;hashKey=71AE1851B6C794DEF5BD9BC8F835D0EE" xmlns="http://ww... | {
"pile_set_name": "Github"
} |
function err(msg, f) {
layer.alert(msg, {icon: 2, closeBtn: 0, title: '出错了'}, f);
}
function succ(msg, f) {
layer.msg(msg, {
icon: 1,
time: 1000
}, f);
}
function handle_json(json, f) {
if (json.msg.length > 0) {
err(json.msg);
} else {
succ('恭喜,操作成功:)', f);
}
}
function... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** This file is part of GAP, a system for computational discrete algebra.
**
** Copyright of GAP belongs to its developers, whose names are too numerous
** to list here. Please refer to the COPYRIGHT file for details.
**
** SPDX-Licens... | {
"pile_set_name": "Github"
} |
/**
* Definition of an UInt6, an unsigned 6 bit integer
* range: 0 to 63
* uses BitBuffer functions for write/read
*/
import compareInts from './compare/compareIntegers';
var UInt6 = {
'min': 0,
'max': 63,
'bits': 6,
'compare': compareInts,
'write': 'writeUInt6',
'read': 'readUInt6'
}
UInt6.bo... | {
"pile_set_name": "Github"
} |
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 587x675
#sar 0: 1/1
0, 0, 0, 1, 3169800, 0x6a356d0d
| {
"pile_set_name": "Github"
} |
<?php
namespace FedEx\DGDSService\SimpleType;
use FedEx\AbstractSimpleType;
/**
* DangerousGoodsContainerAttributeType
*
* @author Jeremy Dunn <jeremy@jsdunn.info>
* @package PHP FedEx API wrapper
* @subpackage Dangerous Goods Data Service
*/
class DangerousGoodsContainerAttributeType extends Abstract... | {
"pile_set_name": "Github"
} |
//
// detail/resolve_endpoint_op.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Iterator Based Parser API</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../... | {
"pile_set_name": "Github"
} |
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin docidx_lang_faq n 1.0]
[see_also docidx_lang_cmdref]
[see_also docidx_lang_intro]
[see_also docidx_lang_syntax]
[keywords {docidx commands}]
[keywords {docidx language}]
[keywords {docidx markup}]
[keywords {docidx syntax}]
[keywords examples]
[keywords faq]
[keyw... | {
"pile_set_name": "Github"
} |
function LMultitouch() {
throw 'LMultitouch cannot be instantiated';
}
LMultitouch.inputMode = 'none';
LMultitouch.touchs = [];
export default LMultitouch;
| {
"pile_set_name": "Github"
} |
<?php
namespace tests\Jobs;
use AbuseIO\Jobs\GenerateTicketsGraphPoints;
use AbuseIO\Models\Ticket;
use AbuseIO\Models\TicketGraphPoint;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Support\Facades\DB;
use tests\TestCase;
class GenerateTicketsGraphPointsTest extends TestCase
{
use Datab... | {
"pile_set_name": "Github"
} |
/datum/artifact_effect/reagentblock
effecttype = "reagentblock"
valid_style_types = list(ARTIFACT_STYLE_ANOMALY, ARTIFACT_STYLE_RELIQUARY)
effect = list(ARTIFACT_EFFECT_TOUCH, ARTIFACT_EFFECT_AURA, ARTIFACT_EFFECT_PULSE)
var/duration = 0
copy_for_battery = list("duration")
/datum/artifact_effect/reagentblock/New(... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
//
// 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)
#if !defined(BOOST_SPIRIT_LEX_LEXER_STATIC_FUNCTOR_DATA_FEB_10_2008_0755PM)
#define BOOST_SPIRIT_LEX_LEXER_STATIC_FU... | {
"pile_set_name": "Github"
} |
---
title: Configuring Windows to Rank Driver Signatures Equally
description: Configuring Windows to Rank Driver Signatures Equally
ms.assetid: 727ad66d-b8f3-4e22-b51f-af9571ae0ec8
ms.date: 04/20/2017
ms.localizationpriority: medium
---
# Configuring Windows to Rank Driver Signatures Equally
The [AllSignersEqual Gro... | {
"pile_set_name": "Github"
} |
/* ###
* IP: GHIDRA
*
* 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 writin... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Page 313</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
<!--
p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;}
.ft01{font-size:11px;font-f... | {
"pile_set_name": "Github"
} |
const app = require('../../../dadi/lib/')
const config = require('../../../config')
const help = require('../help')
const request = require('supertest')
const should = require('should')
const connectionString =
'http://' + config.get('server.host') + ':' + config.get('server.port')
let bearerToken
describe('Refere... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | {
"pile_set_name": "Github"
} |
Renew: تجديد
| {
"pile_set_name": "Github"
} |
..
These image tags are manually added to include these images in the _static directory
.. image:: gallery/images/arc_layer.png
:width: 0
.. image:: gallery/images/bitmap_layer.png
:width: 0
.. image:: gallery/images/binary_transport.png
:width: 0
.. image:: gallery/images/column_layer.png
:width: 0
... | {
"pile_set_name": "Github"
} |
package com.gmail.nossr50.commands.experience;
import com.gmail.nossr50.datatypes.experience.XPGainReason;
import com.gmail.nossr50.datatypes.player.McMMOPlayer;
import com.gmail.nossr50.datatypes.player.PlayerProfile;
import com.gmail.nossr50.datatypes.skills.PrimarySkillType;
import com.gmail.nossr50.locale.LocaleLo... | {
"pile_set_name": "Github"
} |
var mockPackage = require('../mocks/mockPackage');
var Dgeni = require('dgeni');
describe("computeIdsProcessor", function() {
var processor, mockLog;
beforeEach(function() {
var dgeni = new Dgeni([mockPackage()]);
var injector = dgeni.configureInjector();
processor = injector.get('computeIdsProcessor'... | {
"pile_set_name": "Github"
} |
/** @license MIT License (c) copyright 2014 original authors */
/** @author Brian Cavalier */
/** @author John Hann */
var common = require('./common');
var path = require('../path');
var normalize = require('../../pipeline/normalizeCjs');
var transform = common.transform;
var createDeps = common.createDeps;
// main... | {
"pile_set_name": "Github"
} |
# Context Isolation
## What is it?
Context Isolation is a feature that ensures that both your `preload` scripts and Electron's internal logic run in a separate context to the website you load in a [`webContents`](../api/web-contents.md). This is important for security purposes as it helps prevent the website from ac... | {
"pile_set_name": "Github"
} |
import { Session } from 'meteor/session';
import { Template } from 'meteor/templating';
import { BigNumber } from 'meteor/ethereum:web3';
import { web3Obj } from 'meteor/makerotc:dapple';
import Tokens from '/imports/api/tokens';
import { Offers } from '/imports/api/offers';
import { $ } from 'meteor/jquery';
import '... | {
"pile_set_name": "Github"
} |
back=top-cop.gbx
offset=0.010
zwork=-0.008
zsafe=0.08
mill-feed=6
mill-speed=30000
zchange=1.0
| {
"pile_set_name": "Github"
} |
package com.tencent.mm.compatible.d;
import com.tencent.mm.sdk.platformtools.be;
import com.tencent.mm.sdk.platformtools.v;
import java.util.Map;
final class q
{
public static boolean a(String paramString, n paramn, b paramb, a parama, j paramj, u paramu, z paramz, w paramw, s params, t paramt, x paramx)
{
tr... | {
"pile_set_name": "Github"
} |
SUBROUTINE SDHTF1 (TYPE,REJECT)
C
C THIS ROUTINE CONVERTS THE EST DATA FOR ALL THERMAL ELEMENTS TO A
C COMMON FORMAT. SDHT1B IS CALLED TO PRODUCE THE OUTPUT
C
LOGICAL REJECT
INTEGER ELID,SUB,SIL,NESTO(100),ELEM,NEST(2),TYPE,
1 POINTR(8,23),TYPOLD,STRS... | {
"pile_set_name": "Github"
} |
# This file is part of Indico.
# Copyright (C) 2002 - 2020 CERN
#
# Indico is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see the
# LICENSE file for more details.
"""
This module contains very generic Celery tasks which are not specific
to any other module. Please add... | {
"pile_set_name": "Github"
} |
table.paleblue {
border-collapse: collapse;
border-color: #CCC;
border: 1px solid #DDD;
}
table.paleblue,
table.paleblue + ul.pagination {
font: normal 11px/14px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}
table.paleblue a:link,
table.paleblue a:visited,
table.paleblue + ul.pagination >... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Copyright 2018 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in w... | {
"pile_set_name": "Github"
} |
'use strict';
var Type = require('../type');
function resolveYamlMerge(data) {
return data === '<<' || data === null;
}
module.exports = new Type('tag:yaml.org,2002:merge', {
kind: 'scalar',
resolve: resolveYamlMerge
});
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_FIXED_C_HPP_INCLUDED
#define BOOST_MPL_FIXED_C_HPP_INCLUDED
// 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)
//
// See http://www.boost.org/libs/mpl... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2020 TypeFox GmbH. All rights reserved.
* Licensed under the GNU Affero General Public License (AGPL).
* See License-AGPL.txt in the project root for license information.
*/
import { suite, test } from "mocha-typescript";
import * as chai from 'chai';
const expect = chai.expect;
import { TokenR... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2005 Stanford University (USA).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); 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 (at your ... | {
"pile_set_name": "Github"
} |
//
// DayViewController.h
// HutHelper
//
// Created by nine on 2016/10/13.
// Copyright © 2016年 nine. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CalendarViewController.h"
@interface DayViewController : CalendarViewController
@end
| {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* icor_mapping.features.field_instance.inc
*/
/**
* Implements hook_field_default_field_instances().
*/
function icor_mapping_field_default_field_instances() {
$field_instances = array();
// Exported field_instance: 'node-map-field_map_points'.
$field_instances['node-map-field_map_points'... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2007 Andrew Sutton
//
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0 (See accompanying file
// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_GRAPH_DETAIL_GEODESIC_HPP
#define BOOST_GRAPH_DETAIL_GEODESIC_HPP
#include <f... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2101 Alibaba Group.
*
* 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"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using StarkPlatform.Compiler.Text;
using Cci = StarkPlatform.Cci;
namesp... | {
"pile_set_name": "Github"
} |
{
id: "hortlebort_grey",
prototype: ["ant_flying"],
editor_info: {
category: "enemies, forest",
},
solid_area: [11,11,22,22],
timer_frequency: 50,
properties: {
#-------------------------- constructor/destructor logic --------------------------#
specific_creature_type_constructor: "commands :: [
add_o... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// SeqAn - The Library for Sequence Analysis
// ==========================================================================
// Copyright (c) 2006-2018, Knut Reinert, FU Berlin
// All rights reserved.
//
// Redistribution and us... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2012 Jesse Andersen. 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 Software without restriction, including without limitation the rights to
use, copy, modify, ... | {
"pile_set_name": "Github"
} |
#
# Prediction Result by PSIVER @ NIBIO
# Date: Fri Jul 5 11:41:35 JST 2019
# Title: 4ETP_A
#
# Threshold(MCC) = 0.370
# Total = 379
# Positives = 128 MCC:( 0.338)
# Negatives = 251 MCC:( 0.662)
# Average = 0.314
# Variance = 0.053
# Standerd deviation = 0.231
#
# num pr... | {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package codebuild
import (
"context"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/retry"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/aws/aws-sdk-go-v2/service/codebuild/types"
smithy "github.com/aws... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic
typedef const char rchar;
int a(char* a, rchar* b) {
return a-b;
}
// <rdar://problem/6520707>
void f0(void (*fp)(void)) {
int x = fp - fp; // expected-warning{{arithmetic on pointers to the function type 'void (void)' is a GNU extension}}
}
| {
"pile_set_name": "Github"
} |
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>Todo App</title>
<link
href="https://jsprimer.net/use-case/todoapp/final/final/index.css"
rel="stylesheet"
/>
</head>
<body>
<div class="todoapp">
<form id="js-form">
<input
id="js-form-input"
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 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 Softwa... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2011 - 2012 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distributi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:comp... | {
"pile_set_name": "Github"
} |
# Exercise IO routines in parallel with different combination
# of parameters in the GS eigensolvers
# similar to t26.in but with NC pseudopotentials
#use_slk 1
#iomode 1
ngfft 24 24 24
getwfk -1
paral_kgb 1
# Test the prt* variables used in outscf.
prtden 1
prtpot 1
prtgeo 1
#prtdos 1
#prtstm 1
prt1dm 1
prtvha 1... | {
"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 u... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Saravan Pantham
*
* 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... | {
"pile_set_name": "Github"
} |
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/documentpreview.css" />
<!-- CONTENT -->
<div id="documentpreview-widget">
<div id="documentpreview-container">
<!-- TOOLBAR -->
<div id="documentpreview-toolbar" class="clearfix row">
<!-- ZOOM IN / OUT -->
<div ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Sulu.
*
* (c) Sulu GmbH
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Sulu\Component\Serializer;
use JMS\Serializer\SerializationContext;
interface ArraySerializerInterface
{
public function ser... | {
"pile_set_name": "Github"
} |
# © 2016 and later: Unicode, Inc. and others.
# License & terms of use: http://www.unicode.org/copyright.html#License
#
# File: ja_Latn_ru.txt
# Generated from CLDR
#
# Japanese (Rōmaji) to Russian (Cyrillic) Polivanov transliteration for ICU.
# Can be run in sequence after e.g. Katakana-Latin.
#
# These rules cannot... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//
// This file is the adaptation for Interprocess of boost/enable_shared_from_this.hpp
//
// (C) Copyright Peter Dimov 2002
// (C) Copyright Ion Gaztanaga 2006-2012. Distributed under the Boost
// Software License, Version 1.0. (See a... | {
"pile_set_name": "Github"
} |
// Package assertions contains the implementations for all assertions which
// are referenced in goconvey's `convey` package
// (github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit)
// for use with the So(...) method.
// They can also be used in traditional Go test functions and even in
... | {
"pile_set_name": "Github"
} |
${scope.javaName}$$NgScope.${javaName}.${attrClassName} $attrClassName = ${scope.name}.${javaName}.get${attrClassName}($viewName);
$attrSource.getObserverSource($attrClassName, "${scope.name}.");
| {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import tensorflow as tf\n",
"import pandas as pd\n",
"import numpy as np\n",
"import os\n",
"\n",
"from sklearn.model_selection import train_test_split\n",
"\n",
"impor... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at... | {
"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"
} |
package hello;
/**
* Used by java/java-linked
*
*/
public class HelloLinked {
private HelloLinked() {
}
public static void main(String... args) {
System.out.println("Hello");
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<links>
<set target="*">
<link name="Developer Guide">https://docs.aws.amazon.com/cognito/latest/developerguide/</link>
<link name="Service API Reference">https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/</link>
</set>
</links>
| {
"pile_set_name": "Github"
} |
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Mocha Tes... | {
"pile_set_name": "Github"
} |
# from hydrachain import protocol
from hydrachain.consensus.base import Vote, VoteBlock, VoteNil, LockSet, ishash, Ready
from hydrachain.consensus.base import DoubleVotingError, InvalidVoteError, MissingSignatureError
from hydrachain.consensus.base import BlockProposal, genesis_signing_lockset, InvalidProposalError
fro... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Apple Inc. All rights reserved.
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
*
* 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 mus... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Google
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | {
"pile_set_name": "Github"
} |
7upj_3aid
34 38 0 0 0 0 0 0 0 0999 V2000
0.9942 -4.3602 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
2.3801 -3.7861 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
3.5701 -4.6993 0.0000 O 0 0 0 0 0 0 0 0 0 0 0 0
2.5758 -2.2990 0.0000 O 0 0 0 0 0 0 0 0 ... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:f326dfeb186aebfa1a98e12712b18005d7b72ca6021b0956d11e5424a5ab42ed
size 23781
| {
"pile_set_name": "Github"
} |
/*
* jmemname.c
*
* Copyright (C) 1992-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file provides a generic implementation of the system-dependent
* portion of the JPEG memory manager. Th... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.ui.account;
import android.view.MenuItem;
import android.view.MenuItem.OnMenuItemClickListener;
final class gp
implements MenuItem.OnMenuItemClickListener
{
gp(RegByMobileVoiceVerifySelectUI paramRegByMobileVoiceVerifySelectUI) {}
public final boolean onMenuItemClick(MenuItem paramMenu... | {
"pile_set_name": "Github"
} |
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2004 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your opt... | {
"pile_set_name": "Github"
} |
kernel_old=1
disable_commandline_tags=1
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Floor
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_Shader... | {
"pile_set_name": "Github"
} |
//assumes cwd of util/buildscripts
//TODO: could take profile and compression option as args
load("jslib/logger.js");
load("jslib/fileUtil.js");
load("jslib/buildUtil.js");
var result = buildUtil.makeDojoJs(buildUtil.loadDependencyList(buildUtil.evalProfile("profiles/base.profile.js")), "0.0.0");
var layer0 = build... | {
"pile_set_name": "Github"
} |
/* ====================================================================
* Copyright (c) 2008 The OpenSSL Project. 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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Hqn-y4-J... | {
"pile_set_name": "Github"
} |
julia 1.0
DiffEqJump 5.6.0
DiffEqBase 5.1.0
Compat 0.17.0
DataStructures 0.8.1
Reexport 0.1.0
SymEngine 0.4.0
MacroTools 0.4.0
Parameters 0.10.3
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Access to Memory (AtoM) software.
*
* Access to Memory (AtoM) is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package nl.bzk.brp.model.data.kern;
import nl.bzk.brp.model.data.kern.Functieadres;
import org.springframework.beans.factory.annotation.Configurable;
p... | {
"pile_set_name": "Github"
} |
// <NOTE> Page 38
// <NOTE> The following class declaration is so
// <NOTE> the code would compile.
public class study3 { }
// Transport p. 38
// Classes
// Transport
// Attributes
// Methods: self-driven
// > boolean
// passenger
// Types: walking, c... | {
"pile_set_name": "Github"
} |
# These lists are later turned into target properties on main caffe library target
set(Caffe_LINKER_LIBS "")
set(Caffe_INCLUDE_DIRS "")
set(Caffe_DEFINITIONS "")
set(Caffe_COMPILE_OPTIONS "")
# high priority to our protobuf generated header
include_directories(${PROJECT_BINARY_DIR}/include)
list(APPEND Caffe_INCLUDE_D... | {
"pile_set_name": "Github"
} |
{{+partials.standard_extensions_api api:apis.extensions.system_storage/}}
| {
"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.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2018_08_01.implementation;
import com.m... | {
"pile_set_name": "Github"
} |
html,
body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
padding: 0;
overflow: hidden;
}
body.has-code {
background: #eee;
}
.has-code ... | {
"pile_set_name": "Github"
} |
// 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 to in ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
trap "rm server;kill 0" EXIT
go build -o server
./server -port=8001 &
./server -port=8002 &
./server -port=8003 -api=1 &
sleep 2
echo ">>> start test"
curl "http://localhost:9999/api?key=Tom" &
curl "http://localhost:9999/api?key=Tom" &
curl "http://localhost:9999/api?key=Tom" &
wait | {
"pile_set_name": "Github"
} |
class Notification(object):
"""
Base notification classs - represents message, data, and platform config payloads for notifications.
"""
def __str__(self):
values = [ value for value in
[(self.data_payload, 'data_payload'),
(self.fcm_notification and "\"{}\"".format(self.... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import csv
import numpy as np
import os
import sys
from observations.util import maybe_download_and_extract
def jurors(path):
"""Jurors
Jurors
A dataset with 52 observations o... | {
"pile_set_name": "Github"
} |
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
public class ThreeSumTest {
@Test
public void testThreeSum() {
ThreeSum ts = new ThreeSum();
Assert.assertTrue(ts.threeSum(new int[]{-1, 0}).isEmpty());
A... | {
"pile_set_name": "Github"
} |
namespace CrystalQuartz.Core.Domain.ObjectTraversing
{
public class Property
{
public Property(string title, PropertyValue value)
{
Title = title;
Value = value;
}
public string Title { get; }
public PropertyValue Value { get; }
}
} | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2019 Nuxeo (http://nuxeo.com/) and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# TODO different border color for monocle?
bspwm_is_restarting=false
if [[ -f /tmp/bspwm-is-restarting ]]; then
bspwm_is_restarting=true
rm /tmp/bspwm-is-restarting
fi
# * Colors
# ** Default
bspc config presel_feedback_color "#b0fff2"
bspc config focused_border_color "#d0d293"
bspc config norma... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_STATECHART_STATE_HPP_INCLUDED
#define BOOST_STATECHART_STATE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.tx... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.