text stringlengths 2 99.9k | meta dict |
|---|---|
package cc.mrbird.security.validate.smscode;
import org.springframework.security.authentication.AbstractAuthenticationToken;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.SpringSecurityCoreVersion;
import java.util.Collection;
public class SmsAuthenticationToken ... | {
"pile_set_name": "Github"
} |
Texture2D RT : register(t0);
Texture2D<float2> NormalMap : register(t1);
SamplerState samplerState[2]: register(s0);
struct PS_INPUT
{
float2 uv0 : TEXCOORD0;
};
float4 main( PS_INPUT inPs ) : SV_Target
{
float2 normal = 2 * (NormalMap.Sample( samplerState[1], inPs.uv0 * 2.5 ).xy - 0.5);
return RT.Sample( sa... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BibleVerse Predictor</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="styles... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2017 9elements GmbH <contact@9elements.com>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the f... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Elsevier, generated from "elsevier" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Biologically Inspired Cognitive Architectures</title>
<id>htt... | {
"pile_set_name": "Github"
} |
package org.geogebra.common.main.exam;
import java.util.Date;
import org.geogebra.common.factories.FormatFactory;
import org.geogebra.common.factories.UtilFactory;
import org.geogebra.common.kernel.commands.CmdGetTime;
import org.geogebra.common.kernel.commands.CommandDispatcher;
import org.geogebra.common.ke... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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://w... | {
"pile_set_name": "Github"
} |
C> \brief \b DGETRF VARIANT: Crout Level 3 BLAS version of the algorithm.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
* Definition:
* ===========
*
* SUBROUTINE DGETRF ( M, N, A, LDA, IPIV, INFO)
*
* .. Sca... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
//================================================================
/**
* @packageDocumentation
* @module std
*/
//================================================================
import { AdaptorContainer } from "../internal/container/linear/AdaptorContainer";
import { List } from "./List";
/**
* Queue; FIFO (F... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
Copyright (c) 2001 Daniel Nuffer
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.... | {
"pile_set_name": "Github"
} |
idx label predict basePredict correct time
0 3 3 3 1 0:00:17.006613
20 7 9 9 0 0:00:15.768338
40 4 8 8 0 0:00:15.816635
60 7 7 4 1 0:00:15.768966
80 8 8 8 1 0:00:15.767851
100 4 5 5 0 0:00:15.778859
120 8 0 0 0 0:00:15.795037
140 6 3 2 0 0:00:15.747020
160 2 0 2 0 0:00:15.841779
180 0 0 0 1 0:00:15.761162
20... | {
"pile_set_name": "Github"
} |
open Pcre
let read_whole_channel ch =
let size = 4096 in
let strbuf = Bytes.create size in
let buf = Buffer.create 65536 in
let len = ref size in
while !len <> 0 do
len := input ch strbuf 0 size;
Buffer.add_subbytes buf strbuf 0 !len
done;
Buffer.contents buf
let () =
let str = read_whole_chan... | {
"pile_set_name": "Github"
} |
describe('fab.html', () => {
beforeEach(() => {
browser.get('/bindings/angular2/examples/fab.html');
});
it('should have ons-fab elements', () => {
expect($('ons-fab').isPresent()).toBeTruthy();
});
});
| {
"pile_set_name": "Github"
} |
[
{
"request": {
"body": "{\"ordType\":\"Limit\",\"orderQty\":\"1000000\",\"price\":\"10000.5\",\"side\":\"Buy\",\"symbol\":\"XBTH19\",\"timeInForce\":\"GoodTillCancel\"}",
"headers": {
"Content-Type": "application/json",
"api-nonce": "***",
"api-key": "***",
"api-signa... | {
"pile_set_name": "Github"
} |
git https://gitlab.com/DataLinkDroid/omer-count.git
| {
"pile_set_name": "Github"
} |
package staticcheck
import "honnef.co/go/tools/lint"
var Docs = map[string]*lint.Documentation{
"SA1000": {
Title: `Invalid regular expression`,
Since: "2017.1",
},
"SA1001": {
Title: `Invalid template`,
Since: "2017.1",
},
"SA1002": {
Title: `Invalid format in time.Parse`,
Since: "2017.1",
},
"... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Apple 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
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
# 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/.
{
'includes': [
'../../coreconf/config.gypi',
'../../cmd/platlibs.gypi'
],
'targets': [
{
'target... | {
"pile_set_name": "Github"
} |
centralService_first:
service_code: "centralServiceCode"
target_service_id: <%= ActiveRecord::Fixtures.identify(:identifier_firstCentralService) %>
| {
"pile_set_name": "Github"
} |
#N canvas 100 100 1856 460 10;
#X text 20 8 Created with makeorgan.pl;
#X obj 928 40 inlet;
#X obj 928 80 unpack f f f;
#X obj 928 120 mod 88;
#X obj 928 160 pack f f f;
#X obj 928 360 *~ 0.0113636363636364;
#X obj 928 200 route 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33... | {
"pile_set_name": "Github"
} |
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: CC-BY-ND-2.0 (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/master/LICENSE)
sprite $Satellite [64x64/16z] {
xTO5ekn644DHbPggfEn_kuyPsqxoSUum73FXPtKf7by3RHvj07psqqVJ6wzZkGxuYxzuttRQspdwIFcSTpK40... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c)2007 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available... | {
"pile_set_name": "Github"
} |
/***********************************************************************
A JavaScript tokenizer / parser / beautifier / compressor.
https://github.com/mishoo/UglifyJS2
-------------------------------- (C) ---------------------------------
Author: Mihai Bazon
... | {
"pile_set_name": "Github"
} |
# The MIT License
#
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Reginaldo L. Russinholi, Cleiber Silva
#
# 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 re... | {
"pile_set_name": "Github"
} |
package main
// Serves human-readable status information over http.
import (
"html/template"
"net/http"
"time"
)
var (
templ = template.Must(template.New("status").Parse(templText))
upSince = time.Now()
)
func HandleStatus(w http.ResponseWriter, r *http.Request) {
RLock()
defer RUnlock()
if r.URL.Path !=... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008 open80211s Ltd.
* Author: Luis Carlos Cobo <luisca@cozybit.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 "mesh.h"
#define TEST... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Intents/INIntentResolutionResult.h>
@interface INTaskResolutionResult : INIntentResolutionResult
{
}
+ (id)confirmationRequi... | {
"pile_set_name": "Github"
} |
CHANGELOG
=========
### v1.0
* Initial release.
| {
"pile_set_name": "Github"
} |
//! -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*- vim:fenc=utf-8:ft=cpp:et:sw=4:ts=4:sts=4
//!
//! This file is part of the Feel++ library
//!
//! This library is free software; you can redistribute it and/or
//! modify it under the terms of the G... | {
"pile_set_name": "Github"
} |
{
"version": "1.0",
"examples": {
}
}
| {
"pile_set_name": "Github"
} |
//
// RACUnarySequence.h
// ReactiveCocoa
//
// Created by Justin Spahr-Summers on 2013-05-01.
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
//
#import "RACSequence.h"
// Private class representing a sequence of exactly one value.
@interface RACUnarySequence : RACSequence
@end
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015-2020 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.stream.impl
import java.util.concurrent.atomic.AtomicReference
import scala.annotation.tailrec
import scala.util.control.NonFatal
import org.reactivestreams.Processor
import org.reactivestreams.Publisher
import org.reactivestr... | {
"pile_set_name": "Github"
} |
{% if request.is_ajax() %}
{%- import "shuup/front/macros/general.jinja" as macros with context -%}
{%- import "shuup/front/macros/category.jinja" as category_macros with context -%}
{{ category_macros.render_product_list(supplier) }}
{% else %}
{% extends "shuup/front/base.jinja" %}
{% block extram... | {
"pile_set_name": "Github"
} |
import java.util.*;
public class gen_stress_javacert {
public static void main(String[] args) throws Exception {
new gen_stress_javacert().go();
}
void go() throws Exception {
stress();
}
int k;
int n;
int m;
int[] p;
static class Pair {
int wi;
int ni;
Pair(int wi, int ni)... | {
"pile_set_name": "Github"
} |
# --- Do not remove these libs ---
from freqtrade.strategy.interface import IStrategy
from typing import Dict, List
from functools import reduce
from pandas import DataFrame, DatetimeIndex, merge
# --------------------------------
import talib.abstract as ta
import freqtrade.vendor.qtpylib.indicators as qtpylib
import... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 arm,!gccgo,!appengine,!nacl
package poly1305
// This function is implemented in sum_arm.s
//go:noescape
func poly1305_auth_armv6(out *[16]byte, m *b... | {
"pile_set_name": "Github"
} |
const webpack = require('webpack');
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const autoprefixer = require('autoprefixer');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const nodeEnv = process.... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" ng-app="jpm">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/releases/4.3.0/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jque... | {
"pile_set_name": "Github"
} |
大石忍最新番号
【LEZM-001】禁断の同窓会 トリプルレズベスト 15人 4時間
【NACX-012】五十路熟女の絶倫性交12人
【HQIS-065】ヘンリー塚本原作 母(ぎぼ)と息子
【GIGL-500】不意の乳揉みで全身が性感帯のように敏感になってしまった巨乳おばさんが発情したらレズの誘いも拒まない
【NASS-825】五十路美熟女濃厚中出し10人
【GOJU-048】上品な五十路女たちのえげつない肉食セックス大全集 5時間
【NATR-574】五十路母が息子に手ほどき性教育 大石忍
【AST-48】近親相姦 五十路のお母さんに膣中出し 四時間12人スペシャルコレクション第五章
【YLW-4429】夏だ!裸... | {
"pile_set_name": "Github"
} |
/****************************************************************************
* Core Library Version 1.7, August 2004
* Copyright (c) 1995-2004 Exact Computation Project
* All rights reserved.
* ... | {
"pile_set_name": "Github"
} |
#ifndef CARYLL_INCLUDE_TABLE_CFF_H
#define CARYLL_INCLUDE_TABLE_CFF_H
#include "table-common.h"
#include "head.h"
#include "glyf.h"
typedef struct {
scale_t a;
scale_t b;
scale_t c;
scale_t d;
VQ x;
VQ y;
} cff_FontMatrix;
typedef struct {
arity_t blueValuesCount;
OWNING double *blueValues;
arity_t otherBlu... | {
"pile_set_name": "Github"
} |
import { assert, expect } from 'chai';
import 'mocha';
import { Index } from '../lib/index';
import { DataFrame } from '../lib/dataframe';
import { ArrayIterable } from '../lib/iterables/array-iterable';
import { DeflateRaw } from 'zlib';
describe('DataFrame melt', () => {
var df: DataFrame;
beforeEach(()=> {... | {
"pile_set_name": "Github"
} |
// 代码地址: https://github.com/CoderMJLee/MJRefresh
// 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
// MJRefreshHeader.h
// MJRefreshExample
//
// Created by MJ Lee on 15/3/4.
// Copyright (c) 2015年 小码哥. All rights r... | {
"pile_set_name": "Github"
} |
// passthrough vertex shader
// no vertex transformation
#version 410 core
in vec4 ciPosition;
in vec3 ciColor;
out vec3 vColor;
void main() {
vColor = ciColor;
gl_Position = ciPosition;
} | {
"pile_set_name": "Github"
} |
#region PDFsharp - A .NET library for processing PDF
//
// Authors:
// Stefan Lange
//
// Copyright (c) 2005-2019 empira Software GmbH, Cologne Area (Germany)
//
// http://www.pdfsharp.com
// http://sourceforge.net/projects/pdfsharp
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy... | {
"pile_set_name": "Github"
} |
# Net::SMTP.pm
#
# Copyright (c) 1995-2004 Graham Barr <gbarr@pobox.com>. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
package Net::SMTP;
require 5.001;
use strict;
use vars qw($VERSION @ISA);
use Socket 1.3;
use Carp;
use IO::S... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 !windows
package test
// Session functional tests.
import (
"bytes"
"errors"
"fmt"
"io"
"strings"
"testing"
"golang.org/x/crypto/ssh"
)
fu... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 5a3598dafa118754db95756064347da7
NativeFormatImporter:
userData:
| {
"pile_set_name": "Github"
} |
// Copyright 2013 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/**
* @description Tests that Intl.DateTimeFormat.supportedLocalesOf
* doesn't access arguments that it's not given.
* @author Norbert Lindenberg
*/
$INCLUDE("testIntl.js");
taintDat... | {
"pile_set_name": "Github"
} |
import { NODE_VISIBLE } from "./globals";
import { getTraitFromNode } from "./treeMiscHelpers";
/**
* traverse the tree to get state counts for supplied traits.
* @param {Array} nodes - list of nodes
* @param {Array} traits - list of traits to count across the tree
* @param {Array | false} visibility - if Array provid... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Lambdabot core functionality"
HOMEPAGE="https://wiki.haskell.org/Lambdabot"... | {
"pile_set_name": "Github"
} |
# Primitives for screen control.
# Require Linux and a modern terminal.
== code
enable-screen-grid-mode:
# . prologue
55/push-ebp
89/<- %ebp 4/r32/esp
#
(flush Stdout)
(flush Stderr)
# switch to second screen buffer
(write 1 Esc)
(write 1 "[?1049h")
#
(clear-real-screen)
$e... | {
"pile_set_name": "Github"
} |
[ssh_colors]
background = #2c3643
cursor = #b4b1b1
foreground = #ffffff
color0 = #080200
color1 = #fa5e5b
color2 = #16c98d
color3 = #ffc83f
color4 = #288ad6
color5 = #d34590
color6 = #28ddde
color7 = #e7e7e7
color8 = #6f6b68
color9 = #fa5e5b
color10 = #16c98d
color11 = #feef6d
color12 = #278ad6
color13 = #d34590
color1... | {
"pile_set_name": "Github"
} |
package org.fossasia.openevent.general.event
import android.content.Intent
import android.net.Uri
import android.os.Build
import android.os.Bundle
import android.provider.CalendarContract
import android.text.Editable
import android.text.TextWatcher
import android.view.LayoutInflater
import android.view.Menu
import and... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2020 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr 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... | {
"pile_set_name": "Github"
} |
/*
* Azure Blockchain Workbench REST API
* The Azure Blockchain Workbench REST API is a Workbench extensibility point, which allows developers to create and manage blockchain applications, manage users and organizations within a consortium, integrate blockchain applications into services and platforms, perform transa... | {
"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 ... | {
"pile_set_name": "Github"
} |
# This migration comes from spree_auth (originally 20150416152553)
class AddMissingIndicesOnUser < ActiveRecord::Migration[4.2]
def change
unless index_exists?(:spree_users, :bill_address_id)
add_index :spree_users, :bill_address_id
end
unless index_exists?(:spree_users, :ship_address_id)
add_... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Setup for ipypublish."""
import io
from importlib import import_module
from setuptools import setup, find_packages
with open("requirements.txt") as f:
requirements = f.read().splitlines()
with io.open("README.md") as readme:
readme_str = readme.read()
setup... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------
// Copyright 2009 Wellcome Trust Sanger Institute
// Written by Jared Simpson (js18@sanger.ac.uk)
// Released under the GPL license
//-----------------------------------------------
//
// index - Build a BWT/FM-index for a set of reads
//
#ifndef INDEX_H
#define INDEX_H... | {
"pile_set_name": "Github"
} |
; Adapted from: https://nsis.sourceforge.io/Another_String_Replace_(and_Slash/BackSlash_Converter) (2019-08-31)
!macro _StrSlashConstructor out in
Push "${in}"
Push "\"
Call StrSlash
Pop ${out}
!macroend
!define StrSlash '!insertmacro "_StrSlashConstructor"'
; Push $filenamestring (e.g. 'c:\this\and\that\fil... | {
"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")... | {
"pile_set_name": "Github"
} |
<div class='sheet-4colrow'>
<div class='sheet-col'>
<label>Player name</label>
<label>Street name</label>
<label>Real name</label>
</div>
<div class='sheet-col'>
<input type="text" name="attr_player_name" /><br>
<input type="text" n... | {
"pile_set_name": "Github"
} |
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2014 WebDevStudios
# This file is distributed under the same license as the CMB2 (beta) package.
# Translators:
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: CMB2\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cmb2\n"
"POT-Creation-Date: 2014-12-23 14:37:49+00:00\n"
"PO-Revision-... | {
"pile_set_name": "Github"
} |
{
"name": "PACE",
"main": "pace.js",
"version": "1.0.2",
"homepage": "http://github.hubspot.com/pace/docs/welcome",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
],
"description": "Automatic page load progress bar",
"keywords": [
"loading",
... | {
"pile_set_name": "Github"
} |
function on_activate(parent, ability)
local max_dist = parent:stats().attack_distance
local targets = parent:targets():without_self()
local targeter = parent:create_targeter(ability)
targeter:set_selection_attackable()
targeter:set_free_select(max_dist)
targeter:set_shape_cone(parent:center_x(), p... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 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"
} |
using System;
using NUnit.Framework;
using BLToolkit.DataAccess;
using BLToolkit.Mapping;
namespace HowTo.DataAccess
{
[TestFixture]
public class MultiplePrimaryKey
{
[TableName("Person")]
public class Person
{
[MapField("PersonID"), NonUpdatable]
public int ID;
// These field... | {
"pile_set_name": "Github"
} |
[1;3mfoo[0m
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | {
"pile_set_name": "Github"
} |
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/core.h"
#include "core/frontend/applets/controller.h"
#include "core/hle/service/hid/controllers/npad.h"
#include "co... | {
"pile_set_name": "Github"
} |
"""Create portable serialized representations of Python objects.
See module cPickle for a (much) faster implementation.
See module copy_reg for a mechanism for registering custom picklers.
See module pickletools source for extensive comments.
Classes:
Pickler
Unpickler
Functions:
dump(obje... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 5b83bcc92c73944e491d002a47b331c7
timeCreated: 1498706735
licenseType: Pro
NativeFormatImporter:
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://quartznet.sourceforge.net/JobSchedulingData"
targetNamespace="http://quartznet.sourceforge.net/JobSchedulingData"
elementFormDefault="qualified"
version="2.0">
<xs:... | {
"pile_set_name": "Github"
} |
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#if !defined(MAPIDEFS_H) && !defined(WABDEFS_H)
#define WABDEFS_H
#if defined (NT) && !defined (_WINNT)
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!159 &1
EditorSettings:
m_ObjectHideFlags: 0
serializedVersion: 9
m_ExternalVersionControlSupport: Hidden Meta Files
m_SerializationMode: 2
m_LineEndingsForNewScripts: 1
m_DefaultBehaviorMode: 1
m_PrefabRegularEnvironment: {fileID: 0}
m_PrefabUIEnvironment:... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
## pachctl completion zsh
Print or install the zsh completion code.
### Synopsis
Print or install the zsh completion code.
```
pachctl completion zsh [flags]
```
### Options
```
-h, --help help for zsh
--install Install the completion.
--path string Path to install the completions t... | {
"pile_set_name": "Github"
} |
file(REMOVE_RECURSE
"rviz_cloud_annotation_com_autogen"
"CMakeFiles/rviz_cloud_annotation_com_autogen.dir/AutogenOldSettings.txt"
"rviz_cloud_annotation_plugin_autogen"
"CMakeFiles/rviz_cloud_annotation_plugin_autogen.dir/AutogenOldSettings.txt"
"rviz_cloud_annotation_node_autogen"
"CMakeFiles/rviz_cloud_an... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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_TASK_THREAD_POOL_CAN_RUN_POLICY_TEST_H_
#define BASE_TASK_THREAD_POOL_CAN_RUN_POLICY_TEST_H_
#include "base/synchronization/atomic_flag.h"
#... | {
"pile_set_name": "Github"
} |
package com.developerphil.adbidea.ui
import com.android.ddmlib.IDevice
import com.developerphil.adbidea.ObjectGraph
import com.developerphil.adbidea.preference.ProjectPreferences
import com.intellij.openapi.project.Project
import com.intellij.openapi.ui.DialogWrapper
import com.intellij.openapi.util.Disposer
import or... | {
"pile_set_name": "Github"
} |
/**
* \file src/opr-mm/include/megbrain/opr/io_remote.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2020 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
# Troubleshooting Applications
This document describes how one can troubleshoot common issues when deploying or debugging an
application that fails to start or deploy.
## Application has a Dockerfile, but a Buildpack Deployment Occurs
When you deploy an application to Workflow using `git push deis master` and the [... | {
"pile_set_name": "Github"
} |
# Lunar
### Intelligent adaptive brightness for your external display
*Note: Lunar changes the actual (physical) brightness and contrast of the monitor.*
*It doesn't use a software overlay.*
## Table of Contents
- [Installation methods](#installation-methods)
- [Features](#features)
- [Known to work list](#tested-a... | {
"pile_set_name": "Github"
} |
package typings.devexpressAspnetcoreBootstrap.global.DevExpress.AspNetCore
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
@JSGlobal("DevExpress.AspNetCore.BootstrapListBox")
@js.native
class BootstrapListBox ()
extends typings.devexpressAspnetcoreBootstrap.DevExpress.AspNet... | {
"pile_set_name": "Github"
} |
DROP TABLE vet_specialties IF EXISTS;
DROP TABLE vets IF EXISTS;
DROP TABLE specialties IF EXISTS;
DROP TABLE visits IF EXISTS;
DROP TABLE pets IF EXISTS;
DROP TABLE types IF EXISTS;
DROP TABLE owners IF EXISTS;
CREATE TABLE vets (
id INTEGER IDENTITY PRIMARY KEY,
first_name VARCHAR(30),
last_name VARC... | {
"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
* ... | {
"pile_set_name": "Github"
} |
package http
import (
"fmt"
"strconv"
"strings"
"time"
"go-common/library/ecode"
"go-common/library/log"
bm "go-common/library/net/http/blademaster"
"go-common/library/net/metadata"
"go-common/library/stat"
)
// logger is logger middleware
func logger() bm.HandlerFunc {
const noUser = "no_user"
return fu... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
using System;
using System.Windows;
namespace InteractiveDataDisplay.WPF {
/// <summary>
/// Performs transformations between data values and plot coordinates.
/// </summary>
public abstract class DataTran... | {
"pile_set_name": "Github"
} |
<?php
namespace Doctrine\DBAL\Platforms;
use Doctrine\DBAL\LockMode;
use Doctrine\DBAL\Schema\Column;
use Doctrine\DBAL\Schema\ColumnDiff;
use Doctrine\DBAL\Schema\ForeignKeyConstraint;
use Doctrine\DBAL\Schema\Identifier;
use Doctrine\DBAL\Schema\Index;
use Doctrine\DBAL\Schema\Table;
use Doctrine\DBAL\Schema\TableD... | {
"pile_set_name": "Github"
} |
define(function() {
return (/\?/);
});
| {
"pile_set_name": "Github"
} |
package typings.devtoolsProtocol.mod.Protocol.Storage
import typings.devtoolsProtocol.mod.Protocol.Browser.BrowserContextID
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
@js.native
trait GetCookiesRequest extends js.Object {
/**
* Browser context to use when called on ... | {
"pile_set_name": "Github"
} |
package User::pwent;
use 5.006;
our $VERSION = '1.00';
use strict;
use warnings;
use Config;
use Carp;
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
@EXPORT = qw(getpwent getpwuid getpwnam getpw);
@EXPORT_OK = qw(
pw_has
$pw_na... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2008 Andrew Wilson <nuance@users.sourceforge.net>.
*
* This 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
* version 2.1 of the License, or (at your option) any... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
export VW_BIN=/opt/vw/vowpalwabbit
TRAIN="cat ../data/train.csv"
TEST="cat ../data/test.csv"
JAVA_BIN="java -Xmx4g -cp ../display-ad-java/target/*:. com.sigaphi.kaggle.displayad"
echo "import data into redis ..."
$TRAIN | $JAVA_BIN.ToRedis
$TEST | $JAVA_BIN.ToRedis
echo "making vw input files ..... | {
"pile_set_name": "Github"
} |
*> \brief \b SLADIV
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download SLADIV + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/sladi... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.