text stringlengths 2 99.9k | meta dict |
|---|---|
###
### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
###
FROM openjdk:11-jre-sid
# It's DynamoDB, in Docker!
#
# Check for details on how to run DynamoDB locally.:
#
# http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
#
# This Dockerfile essentially replicates those inst... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
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 t... | {
"pile_set_name": "Github"
} |
/* Generated by re2c 0.13.5 on Mon Dec 20 18:44:30 2010 */
/*
* Copyright (C) 2009 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must ... | {
"pile_set_name": "Github"
} |
naked-wordpress
===============
A well-commented blank Wordpress theme.
### Contributors
- [@andjosh][0] _(maintainer)_
- [Buy Josh a coffee](https://www.buymeacoffee.com/andjosh)!
- [@kodewilliams][1]
- [@JohnnyWalkerDesign][2]
- [@ljllewellyn][3]
- [@Munnday][4]
[0]: https://github.com/andjosh
[1]: https://githu... | {
"pile_set_name": "Github"
} |
/*
* RELIC is an Efficient LIbrary for Cryptography
* Copyright (C) 2007-2020 RELIC Authors
*
* This file is part of RELIC. RELIC is legal property of its developers,
* whose names are not listed here. Please refer to the COPYRIGHT file
* for contact information.
*
* RELIC is free software; you can redistribute... | {
"pile_set_name": "Github"
} |
@---
@ Run these test in both Thumb1 and Thumb2 modes, as all of the encodings
@ should be valid, and parse the same, in both.
@---
@ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s
@ RUN: llvm-mc -triple=thumbeb... | {
"pile_set_name": "Github"
} |
/**
* Copyright 1996-2013 Founder International Co.,Ltd.
*
* 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 req... | {
"pile_set_name": "Github"
} |
defmodule Tty2048.IO do
use GenEvent
alias Tty2048.Game
def init({%Game{} = game, _args}) do
print_game(game)
{:ok, Port.open({:spawn, "tty_sl -c -e"}, [:binary, :eof])}
end
def handle_event({:moved, %Game{} = game}, state) do
print_game(game)
{:ok, state}
end
def handle_event({:game_o... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Cockroach Authors.
//
// Licensed as a CockroachDB Enterprise file under the Cockroach Community
// License (the "License"); you may not use this file except in compliance with
// the License. You may obtain a copy of the License at
//
// https://github.com/cockroachdb/cockroach/blob/master/li... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package language implements BCP 47 language tags and related functionality.
//
// The most important function of package language is to match a list of
// us... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <boost/filesystem/path.hpp>
#include <folly/Conv.h>
#include <folly/Demangle.h>
#include <folly/Exception.h>... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Driver for TI TPS6598x USB Power Delivery controller family
*
* Copyright (C) 2017, Intel Corporation
* Author: Heikki Krogerus <heikki.krogerus@linux.intel.com>
*/
#include <linux/i2c.h>
#include <linux/acpi.h>
#include <linux/module.h>
#include <linux/regmap.h>
#include ... | {
"pile_set_name": "Github"
} |
import baseComponent from '../helpers/baseComponent'
import classNames from '../helpers/classNames'
import styleToCssString from '../helpers/styleToCssString'
import debounce from '../helpers/debounce'
import { mapVirtualToProps, getVisibleItemBounds } from './utils'
baseComponent({
relations: {
'../virtua... | {
"pile_set_name": "Github"
} |
"""
======================
Inches and Centimeters
======================
The example illustrates the ability to override default x and y units (ax1) to
inches and centimeters using the *xunits* and *yunits* parameters for the
`~.axes.Axes.plot` function. Note that conversions are applied to get numbers
to correct unit... | {
"pile_set_name": "Github"
} |
# Copyright 2018 Tymoteusz Blazejczyk
#
# 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"
} |
/* ashrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */
/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software F... | {
"pile_set_name": "Github"
} |
#include "printf.h"
#include "timer.h"
#include "irq.h"
#include "mini_uart.h"
//to run in qemu use: qemu-system-aarch64 -M raspi3 -serial null -serial mon:stdio -kernel <path to kernel8.img>
void kernel_main(void)
{
uart_init();
init_printf(0, putc);
irq_vector_init();
timer_init();
enable_interrupt_controller()... | {
"pile_set_name": "Github"
} |
""" RISC-V architecture. """
import io
from ..arch import Architecture
from ..arch_info import ArchInfo, TypeInfo
from ..generic_instructions import Label, RegisterUseDef
from ..data_instructions import DByte, DZero
from .asm_printer import RiscvAsmPrinter
from .instructions import isa, Align, Section
from .rvc_instru... | {
"pile_set_name": "Github"
} |
<div class="item change-item" ng-class="change.stage_status">
<div class="metadata">
<div class="name">
<a ui-sref="main.enterprise.organizations.organization.project.change({ org: change.org, project: change.project, change: change.id })">
{{ change.title }}
</a>
</div>
<div>
<t... | {
"pile_set_name": "Github"
} |
//
// MMTrainOfflineAbsentController.m
// MicroMannage
//
// Created by 倪望龙 on 2017/3/27.
// Copyright © 2017年 xunyijia. All rights reserved.
//
#import "MMTrainOfflineAbsentController.h"
#import "MMTrainDispathDetailCell.h"
@interface MMTrainOfflineAbsentController ()<UITableViewDelegate,UITableViewDataSource>
@p... | {
"pile_set_name": "Github"
} |
/**
* @file methods/preprocess/image_converter_main.cpp
* @author Jeffin Sam
*
* A binding to load and save a image dataset.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
* 3-clause BSD license along w... | {
"pile_set_name": "Github"
} |
Mitmachen • Re: Seeks (seeks-project.info) mit YaCy verbinden
=============================================================
Date: 2013-01-11 12:38:11
Hallo, mit einem konfrontiert\
<http://www.yacy-websearch.net/wiki/index.php/En:Seeks>\
kann nicht installiert werden, das Geschlecht, weil ich ubuntu 12.04 64
Bit unlö... | {
"pile_set_name": "Github"
} |
mean_bands = {
'AOI_2_Vegas': [66.203843139322203, 64.793622432296814, 63.816469071277851, 67.365390860065887, 68.80479517013778,
70.498218756846072, 67.712760288609388, 69.555316792809833],
'AOI_3_Paris': [38.639393682336831, 37.012744344218845, 38.301689254170853, 40.9502977658262, 38.3958... | {
"pile_set_name": "Github"
} |
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* 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 re... | {
"pile_set_name": "Github"
} |
// Package sflow decodes sFlow packets
package sflow
| {
"pile_set_name": "Github"
} |
---
layout: default
date: 2015-07-22
title: 2 Years
---
Today marks my 2 year anniversary at GitHub.
A lot has changed, and I don't even know where to possibly start.
I do know there's one thing that remains to be true – I am still working with some of the best, and kindest people I've ever known. It's still such a ... | {
"pile_set_name": "Github"
} |
---
version: 8.0.0-dp-4
---
# Properties
Two new properties have been added in order to allow the key-value pairs of the tree view
to be displayed in separate columns: **showSeparator** and **separatorRatio**.
The **showSeparator** property controls whether the tree view is in
columns or not. The **separatorRatio** p... | {
"pile_set_name": "Github"
} |
package com.bourke.glimmr.activities;
import com.bourke.glimmr.BuildConfig;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransactio... | {
"pile_set_name": "Github"
} |
precision mediump float;
varying highp vec2 coordTexture;
varying float frame;
uniform sampler2D texture;
uniform float alpha_threshold;
void main()
{
vec2 coord = vec2(coordTexture[0] + frame, coordTexture[1]);
vec4 color = texture2D(texture, coord);
if (color.a <= alpha_threshold) // Or whichever compar... | {
"pile_set_name": "Github"
} |
package vagrant
import (
"testing"
)
func TestVMwareProvider_impl(t *testing.T) {
var _ Provider = new(VMwareProvider)
}
| {
"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.
module content.mojom;
[Native]
struct WebPluginInfo;
| {
"pile_set_name": "Github"
} |
<html>
<head>
<link rel="stylesheet" href="./OmegaT.css" type="text/css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Glosariusze - Podręcznik użytkownika OmegaT 2.1</title>
</head>
<body>
<h2>Glosariusze</h2>
<ul>
<li>
<p><a href="#usage">Użycie</a></p>
</li>
<li>
<p>... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// mark_matcher.hpp
//
// Copyright 2008 Eric Niebler. 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)
#ifndef BOOST_XPRESSIVE_DETA... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2006, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditi... | {
"pile_set_name": "Github"
} |
/**
* @private
*/
Ext.define('Ext.ux.colorpick.ButtonController', {
extend: 'Ext.app.ViewController',
alias: 'controller.colorpick-buttoncontroller',
requires: [
'Ext.window.Window',
'Ext.layout.container.Fit',
'Ext.ux.colorpick.Selector',
'Ext.ux.colorpick.Co... | {
"pile_set_name": "Github"
} |
package mirror.android.app;
import android.content.ComponentName;
import android.os.IBinder;
import mirror.MethodParams;
import mirror.RefClass;
import mirror.RefMethod;
public class IServiceConnectionO {
public static Class<?> TYPE = RefClass.load(IServiceConnectionO.class, "android.app.IServiceConnection");
... | {
"pile_set_name": "Github"
} |
#
# C Object System
# COS makefile -- SunOS (gcc)
#
# Copyright 2007+ Laurent Deniau <laurent.deniau@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apa... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DLL Debug - DLL OpenSSL - DLL LibSSH... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
//
// GraphStudioNext
//
// Author : CPlusSharp
//
//-----------------------------------------------------------------------------
#include "stdafx.h"
#include "RegistryExporter.h"
CRegistryKey::CRegistryKey(LPCTSTR pKeyName, LPCTSTR pKey... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the League.url library
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/url/
* @version 3.3.5
* @package League.url
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
na... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# This configuration file provides information on the
# guest instances used for this test
# All guest instances that are required for this test
#
VIRTHOSTS="alice moon carol winnetou dave"
# Corresponding block diagram
#
DIAGRAM="a-m-c-w-d.png"
# Guest instances on which tcpdump is to be started
#
TCP... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="ml">
</translationbundle>
| {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:a03fd96d41dd616ab377f662ad5ee55317be9853bad70577efb9b718d3ad4201
size 15561
| {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,freebsd
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ARP = 0x23
AF_ATM ... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/sagemaker/SageMaker_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace SageMaker
{
namespace Model
{
enum class ObjectiveStatus
{
... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
class Cover
include CouchPotato::Persistence
def initialize(*args)
self._id = SecureRandom.uuid
super
end
property :color
end
class Page
include CouchPotato::Persistence
def initialize(*args)
self._id = SecureRandom.uuid
super
end
property :number
property :... | {
"pile_set_name": "Github"
} |
from __future__ import print_function
import errno
import itertools
import math
import numbers
import os
import platform
import signal
import subprocess
import sys
import threading
def norm_path(path):
path = os.path.realpath(path)
path = os.path.normpath(path)
path = os.path.normcase(path)
return pa... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Plex, Inc.
*
* Created on: Jan 3, 2011
* Author: Elan Feingold
*/
#pragma once
#include <boost/asio.hpp>
#include <vector>
#include <boost/bind.hpp>
#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/thread/mutex.hpp>
#include "PlexLog.h"
using namespa... | {
"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"
} |
// This file was autogenerated by ../../../closure/closure/bin/build/depswriter.py.
// Please do not edit.
goog.addDependency('../../../pl/examples/model/modelDemo.js', ['ModelDemo'], ['goog.asserts', 'goog.dom', 'goog.object', 'goog.string', 'goog.style', 'pl.data.Model']);
goog.addDependency('../../../pl/src/behavior... | {
"pile_set_name": "Github"
} |
====================
ISBN-13 improvements
====================
:authors: Vidar Langseid
:Version: 0.2
This spesification addresses certain limitations in the ISBN-13 implemenation
in eZ Publish. Some improvents could also be applied to the ISBN-10
implemenation but such improvements are not evaluated and addressed ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008, Swedish Institute of Computer Science.
* 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
* n... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Exploit Title: Easy Address Book Web Server 1.6 stack buffer overflow
# Date: 19 May 2014
# Exploit Author: superkojiman - http://www.techorganic.com
# Vendor Homepage: http://www.efssoft.com/web-address-book-server.html
# Software Link: http://www.efssoft.com/eabws.exe
# Version: 1.6
# Tested... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2002 IBM, Inc. and others
# sample code makefile
# Usage:
# - configure, build, install ICU (make install)
# - make sure "icu-config" (in the ICU installed bin directory) is on
# the path
# - do 'make' in this directory
# Name of your target
TARGET=ustring
# All object files (C or C++)
OBJECTS... | {
"pile_set_name": "Github"
} |
(in-package :clim-user)
(defclass sample ()
((data :initarg :data
:accessor data
:type list
:initform '()))
(:documentation "A statistical sample"))
(defgeneric sample-size (sample)
(:documentation "Return the size of a statistical sample"))
(defmethod sample-size ((sample sample))
... | {
"pile_set_name": "Github"
} |
<link href="https://imgcache.qq.com/open/qcloud/video/tcplayer/tcplayer.css" rel="stylesheet">
<script src="https://imgcache.qq.com/open/qcloud/video/tcplayer/libs/hls.min.0.13.2m.js"></script>
<script src="https://imgcache.qq.com/open/qcloud/video/tcplayer/tcplayer.v4.1.min.js"></script>
<div id="meedu-player">
<v... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package simplifiedchinese
import (
"unicode/utf8"
"golang.org/x/text/encoding"
"golang.org/x/text/encoding/internal"
"golang.org/x/text/encoding/internal/... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHO... | {
"pile_set_name": "Github"
} |
open_collective: dante2
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2009 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
... | {
"pile_set_name": "Github"
} |
U.S. experts are striving to assure China their chicken is safe, but it is impossible to tell if poultry exported to China comes from areas hit by dangerous diseases, government and industry sources said on Monday.
Poultry is processed on such a massive scale in the United States there was no way of knowing where the b... | {
"pile_set_name": "Github"
} |
Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
$COPYRIGHT$
Additional copyrights may follow
$HEADER$
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 retai... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rothko</title>
<link href="./css/style40.css" rel="stylesheet">
</head>
<body>
<div class="frame">
<div class="canvas">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
... | {
"pile_set_name": "Github"
} |
// Copyright ©2015 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package gonum
import (
"gonum.org/v1/gonum/blas"
"gonum.org/v1/gonum/lapack"
)
// Dormlq multiplies the matrix C by the orthogonal matrix Q defined by t... | {
"pile_set_name": "Github"
} |
package com.rhwayfun.springboot.mybatis.multidatasource.mapper.user;
import com.rhwayfun.springboot.mybatis.multidatasource.constants.SqlConstants;
import com.rhwayfun.springboot.mybatis.multidatasource.entity.UserEntity;
import org.apache.ibatis.annotations.*;
import java.util.List;
/**
* 用户DAO
*
* @author happy... | {
"pile_set_name": "Github"
} |
using System.Threading.Tasks;
using Orleans;
namespace TestGrains
{
public interface ITestMessageBasedGrain : IGrainWithIntegerKey
{
Task<object> Receive(object message);
Task ReceiveVoid(object message);
Task Notify(object message);
}
public class TestMessageBasedGrain : Gr... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// --------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/// @ref core
/// @file glm/mat3x3.hpp
#pragma once
#include "detail/type_mat3x3.hpp"
namespace glm
{
/// 3 columns of 3 components matrix of low precision floating-point numbers.
/// There is no guarantee on the actual precision.
///
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">G... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[「这世界」伊贺的市长有点懵:我们不缺忍者啊,你们都哪儿听的新闻?_文化_好奇心日报-孙若空](https://www.qdaily.com/articles/55629.html)
WebArchive归档链接:[「这世界」伊贺的市长有点懵:我们不缺忍者啊,你们都哪儿听的新闻?_文化_好奇心日报-孙若空](http://web.archive.org/web/20181001161846/http://www.qdaily.com:80/articles/55629.html)
. 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 "license" file acco... | {
"pile_set_name": "Github"
} |
from .dist_utils import allreduce_grads, DistOptimizerHook
from .misc import tensor2imgs, unmap, multi_apply
__all__ = [
'allreduce_grads', 'DistOptimizerHook', 'tensor2imgs', 'unmap',
'multi_apply'
]
| {
"pile_set_name": "Github"
} |
/*
* QEMU Crypto hash algorithms
*
* Copyright (c) 2016 Red Hat, Inc.
*
* 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 of the License, or (at your option) any ... | {
"pile_set_name": "Github"
} |
---
alias: ol0yuoz6go
description: A GraphQL mutation is used to modify data at a GraphQL endpoint.
---
# Mutations
The Prisma API offers
* **Simple mutations**: Create, update, upsert and delete single nodes of a certain object type
* **Batch mutations**: Update and delete many nodes of a certain model
* **Relation... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c745aeaf787e04d39909d72c86f1aeb9
timeCreated: 1579688470
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
## Pull Request Pr... | {
"pile_set_name": "Github"
} |
// Author: Aleksandr Albert
// Website: www.routter.co.tt
// Description: A deep water ocean shader set
// based on an implementation of a Tessendorf Waves
// originally presented by David Li ( www.david.li/waves )
// The general method is to apply shaders to simulation Framebuffers
// and then sample these framebuf... | {
"pile_set_name": "Github"
} |
;
; Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
;
; This code is free software; you can redistribute it and/or modify it
; under the terms of the GNU General Public License version 2 only, as
; published by the Free Softwar... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
// Use of this source code is governed by a MIT license found in the LICENSE file.
// +build !go1.4
package codec
// This codec package will only work for go1.4 and above.
// This is for the following reasons:
// - go 1.4 was released in 2014
// - go ... | {
"pile_set_name": "Github"
} |
{{- if .Values.rbac.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app: {{ template "kube-ops-view.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
name: {{ template "kube-ops-view.fullname" . }}
{{- end -}}
| {
"pile_set_name": "Github"
} |
/*
* Linux NET3: GRE over IP protocol decoder.
*
* Authors: Alexey Kuznetsov (kuznet@ms2.inr.ac.ru)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, o... | {
"pile_set_name": "Github"
} |
<modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
<module>
<name>ietf-netconf-monitoring</name>
<revision>2010-10-04</revision>
<namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace>
<conformance-type>implement</conformance-type>
</module>
</modules-state>
| {
"pile_set_name": "Github"
} |
---
description: "supportsGroupByUnrelated Method (SQLServerDatabaseMetaData)"
title: "supportsGroupByUnrelated Method (SQLServerDatabaseMetaData) | Microsoft Docs"
ms.custom: ""
ms.date: "01/19/2017"
ms.prod: sql
ms.prod_service: connectivity
ms.reviewer: ""
ms.technology: connectivity
ms.topic: conceptual
a... | {
"pile_set_name": "Github"
} |
libz!android libpng libzint
| {
"pile_set_name": "Github"
} |
// Copyright (c) 1997, 2012 INRIA Sophia-Antipolis (France).
// 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
// General Public License as published by the Free Software Foundation,
// either version 3 of the License, or (at y... | {
"pile_set_name": "Github"
} |
select * from sqlite_stat1 where tbl="t1"
explain query plan select a,b from t1 where b = 4
| {
"pile_set_name": "Github"
} |
use naia_socket_shared::LinkConditionerConfig;
use std::{default::Default, time::Duration};
/// Contains Config properties which will be shared by Server and Client
#[derive(Clone, Debug)]
pub struct SharedConfig {
/// The duration between each tick
pub tick_interval: Duration,
/// Configuration used to si... | {
"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 <ContactsFoundation/CNFuture.h>
@class ABCNChainedFutureQueue;
@interface ABCNChainedPhotoFuture : CNFuture
{
ABCNChained... | {
"pile_set_name": "Github"
} |
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1.18.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do n... | {
"pile_set_name": "Github"
} |
/*
* rt286.h -- RT286 ALSA SoC audio driver
*
* Copyright 2011 Realtek Microelectronics
* Author: Johnny Hsu <johnnyhsu@realtek.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 Fou... | {
"pile_set_name": "Github"
} |
from enum import Enum
from rastervision.pipeline.config import register_config, ConfigError
from rastervision.pytorch_learner.learner_config import (
LearnerConfig, DataConfig, ModelConfig)
class ClassificationDataFormat(Enum):
image_folder = 'image_folder'
@register_config('classification_data')
class Cla... | {
"pile_set_name": "Github"
} |
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.
package fixtures
const (
SampleShards = `
[{
"state": "STARTED",
"prirep": "p"... | {
"pile_set_name": "Github"
} |
//
// detail/op_queue.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)
//
#ifndef BOOST_ASIO_... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
#
# (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := woodburn.o
obj-y += lowlevel_init.o
| {
"pile_set_name": "Github"
} |
####
#
# OBJ File Generated by Meshlab
#
####
# Object 40_01r.obj
#
# Vertices: 778
# Faces: 1538
#
####
v 0.022761 -0.028666 -0.007215
v 0.025439 -0.039325 -0.013116
v 0.035667 -0.036023 -0.004347
v 0.032054 -0.025572 0.000900
v 0.043372 -0.058337 -0.017188
v 0.052981 -0.060982 -0.026871
v 0.063497 -0.052621 -0.013956... | {
"pile_set_name": "Github"
} |
CBStoreHouseRefreshControl 
=======================


What is it?
---
A *... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 generate
package triegen_test
// The code in this file generates captures and writes the tries generated in
// the examples to data_test.go. To invo... | {
"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"
} |
CREATE TABLE t1 (
id BIGINT AUTO_INCREMENT PRIMARY KEY,
bar BIGINT
) ENGINE=InnoDB;
SELECT COUNT(*) FROM t1;
COUNT(*)
517672
ALTER TABLE t1 ADD INDEX baz (bar);
SELECT COUNT(*) FROM t1 FORCE INDEX (baz);
COUNT(*)
517672
DROP TABLE t1;
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.