text stringlengths 2 99.9k | meta dict |
|---|---|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_imageio_event_IIOWriteProgressListener__
#define __javax_imageio_event_IIOWriteProgressListener__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace imageio
{
class ImageWriter... | {
"pile_set_name": "Github"
} |
<?php
class y {
function raiseError($error)
{
$this->graph = new Image_GraphViz(
true,
array(
'fontname' => 'Verdana',
'fontsize' => 12.0,
//'fontcolor' => 'gray5',
'rankdir' => 'LR', // left-to-right
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 The Async HBase Authors. All rights reserved.
* This file is part of Async HBase.
*
* 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 abov... | {
"pile_set_name": "Github"
} |
PROG_ROOT = ../..
AM_CFLAGS = -g -DTEST_FUNCTION -I${PROG_ROOT}/ -I${PROG_ROOT}/${PBS_MACH} --coverage
lib_LTLIBRARIES = libdisruc.la
AM_LDFLAGS = @CHECK_LIBS@ ${lib_LTLIBRARIES}
check_PROGRAMS = test_disruc
libdisruc_la_SOURCES = scaffolding.c ${PROG_ROOT}/disruc.c
libdisruc_la_LDFLAGS = @CHECK_LIBS@ -shared -lgc... | {
"pile_set_name": "Github"
} |
[Rank]
S. Cæciliæ Virginis et Martyris;;Duplex;;3;;vide C6
[Rank1570]
S. Cæciliæ Virginis et Martyris;;Semiduplex;;2;;vide C6
[Rule]
vide C6;
Gloria
[Introitus]
!Ps 118:46-47
v. Je parlais de vos préceptes devant les rois, et je n’en avais pas de confusion. Et je méditais sur vos commandements, car je les aime.
!Ps ... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2020 Accurics, 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 wr... | {
"pile_set_name": "Github"
} |
use std::any::Any;
use std::any::TypeId;
trait Private<P, R> {
fn call(&self, p: P, r: R);
}
pub trait Public: Private<
//~^ ERROR private trait `Private<<Self as Public>::P, <Self as Public>::R>` in public interface
<Self as Public>::P,
<Self as Public>::R
> {
type P;
type R;
fn call_inner(&s... | {
"pile_set_name": "Github"
} |
package org.widok
import scala.collection.mutable
import org.scalajs.dom
import org.scalajs.dom.ext.KeyCode
import pl.metastack.metarx._
import org.widok.bindings._
object Widget {
object List {
trait Item[V] extends Widget[V] { self: V =>
}
}
trait List[V] extends Widget[V] { self: V =>
}
objec... | {
"pile_set_name": "Github"
} |
topics:
- binary-numbers
age-groups: age-groups.yaml
| {
"pile_set_name": "Github"
} |
[EOver False (EIdentifier "BASE") (EIdentifier "over"),ESymbol Rel "=",EOver False (EOver False (EIdentifier "BASE") (EIdentifier "over")) (EPhantom (EIdentifier "over"))]
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
The Pygments reStructuredText directive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This fragment is a Docutils_ 0.5 directive that renders source code
(to HTML only, currently) via Pygments.
To use it, adjust the options below and copy the code into a module
that you i... | {
"pile_set_name": "Github"
} |
<template class="task-template">
<section id="ex-links-file-manager-section" class="section js-section u-category-native-ui">
<header class="section-header">
<div class="section-wrapper">
<h1>
<svg class="section-icon"><use xlink:href="assets/img/icons.svg#ic... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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 3 of the License... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sat Feb 09 19:59:29 CET 2019 -->
<title>CannotFindArbitraryException (documentation 1.1.0 API)</title>
<meta name="date" content="2019-... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:duration="@integer/default_animation_duration"
android:fromXDelta="0%"
android:fromYDelta="0%"
android:toXDelta="-100%"
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
/*
* T1024/T1023 RDB board configuration file
*/
#ifndef __T1024RDB_H
#define __T1024RDB_H
/* High Level Configuration Options */
#define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
#define CONFIG_MP /* sup... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2012-2018 The Android Money Manager Ex Project Team
~
~ This program is free software; you can redistribute it and/or
~ modify it under the terms of the GNU General Public License
~ as published by the Free Software Foundation; either version 3
~ o... | {
"pile_set_name": "Github"
} |
SET(Open_BLAS_INCLUDE_SEARCH_PATHS
/usr/include
/usr/include/openblas
/usr/include/openblas-base
/usr/local/include
/usr/local/include/openblas
/usr/local/include/openblas-base
/opt/OpenBLAS/include
$ENV{OpenBLAS_HOME}
$ENV{OpenBLAS_HOME}/include
)
SET(Open_BLAS_LIB_SEARCH_PATHS
/lib/
... | {
"pile_set_name": "Github"
} |
# FlowBinding SwipeRefreshLayout
This module provides bindings for the **AndroidX SwipeRefreshLayout** library.
## Transitive Dependency
`androidx.swiperefreshlayout:swiperefreshlayout`
## Download
```groovy
implementation "io.github.reactivecircus.flowbinding:flowbinding-swiperefreshlayout:${flowbinding_version}"... | {
"pile_set_name": "Github"
} |
/*
* SNOOPY LOGGER
*
* File: tsrm.c
*
* Copyright (c) 2015 Bostjan Skufca <bostjan@a2o.si>
*
* 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, or (at your option)
* any... | {
"pile_set_name": "Github"
} |
; PR957
; RUN: opt < %s -simplifycfg -S | FileCheck %s
; CHECK-NOT: select
@G = extern_weak global i32
define i32 @test(i32 %tmp) {
cond_false179:
%tmp181 = icmp eq i32 %tmp, 0 ; <i1> [#uses=1]
br i1 %tmp181, label %cond_true182, label %cond_next185
cond_true182: ; preds = %cond_false179
br label %cond_next185
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | {
"pile_set_name": "Github"
} |
package action
import (
"fmt"
"path/filepath"
"strings"
"github.com/Masterminds/glide/cache"
"github.com/Masterminds/glide/cfg"
"github.com/Masterminds/glide/godep"
"github.com/Masterminds/glide/msg"
gpath "github.com/Masterminds/glide/path"
"github.com/Masterminds/glide/repo"
"github.com/Masterminds/glide/... | {
"pile_set_name": "Github"
} |
ENV["RAILS_ENV"] = "test"
require File.join(File.dirname(__FILE__), "/../../../../config/environment")
require 'spec/rails'
require 'i18n_backend_database'
Spec::Runner.configure do |config|
config.use_transactional_fixtures = true
config.use_instantiated_fixtures = false
config.after(:each) do
Locale.rese... | {
"pile_set_name": "Github"
} |
package matchers
import (
"fmt"
"regexp"
"github.com/onsi/gomega/format"
)
type MatchRegexpMatcher struct {
Regexp string
Args []interface{}
}
func (matcher *MatchRegexpMatcher) Match(actual interface{}) (success bool, err error) {
actualString, ok := toString(actual)
if !ok {
return false, fmt.Errorf("R... | {
"pile_set_name": "Github"
} |
<table class="table table-striped table-bordered">
<caption style="font-size: 20px">{!! $caption !!} (worker id:{!! $WORKER_ID !!})</caption>
<tr>
@foreach($columns as $col)
<th>{!! $col !!}</th>
@endforeach
</tr>
@forelse($data as $item)
<tr>
@if(is_obje... | {
"pile_set_name": "Github"
} |
CONFIG_PPC=y
CONFIG_SECURE_BOOT=y
CONFIG_MPC85xx=y
CONFIG_TARGET_P1010RDB_PA=y
# CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
CONFIG_SYS_EXTRA_OPTIONS="NAND_SECBOOT"
CONFIG_BOOTDELAY=10
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_BOARD_EARLY_INIT_F=y
CO... | {
"pile_set_name": "Github"
} |
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace ExCSS
{
internal sealed class RuleList : IRuleList
{
private readonly StylesheetNode _parent;
internal RuleList(StylesheetNode parent)
{
_parent = parent;
}
public Rul... | {
"pile_set_name": "Github"
} |
require_relative "spec_helper"
describe "change list items" do
let(:filename) { "list_items.md" }
["*", "+", "-"].each do |symbol|
it "should change from simple list (#{symbol}) to check list unchecked" do
given_content "#{symbol} item" do |source|
vim.command "call markdown#SwitchStatus()"
... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////
// FILE: stdexcept.h/stdexcept (Standard exception classes)
//
// =========================================================================
//
// Open Watcom Project
//
// Copyright (c) 2002-2010 Open Watcom Contribu... | {
"pile_set_name": "Github"
} |
begin 664 test_extract.cpio.lz
M3%I)4`$,`!@-WP1@-Q'(^*Q-D212U[L*A<:!06P]0K\@K:>(KG5Y_+@YGVBQ
MA8<Z$FB#EOKSX1^WYC\$\UM9*<XI<J$:$'^B>;_>8N3MLP="$0SJ#QKYB?@8
G]@'$$7\&W^T*+9?6B=?__M$G@$T%>HL``@```````($`````````
`
end
| {
"pile_set_name": "Github"
} |
; RUN: opt < %s -instcombine | llvm-dis
; PR3826
define void @0(<4 x i16>*, <4 x i16>*) {
%3 = alloca <4 x i16>* ; <<4 x i16>**> [#uses=1]
%4 = load <4 x i16>* null, align 1 ; <<4 x i16>> [#uses=1]
%5 = ashr <4 x i16> %4, <i16 5, i16 5, i16 5, i16 5> ; <<4 x i16>> [#uses=1]
%6 = load <4 x i16>** %3 ; <<4 x i16... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
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"
} |
import { affinityType } from './../constants/Config';
import * as ActionType from '../constants/ActionType';
import {
RootState,
WorkloadEdit,
MountItem,
LimitItem,
HealthCheckItem,
WorkloadLabel,
HpaMetrics,
VolumeItem,
ContainerItem,
ImagePullSecrets,
ServiceEdit,
ContainerEnv
} from '../model... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011-2013 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | {
"pile_set_name": "Github"
} |
package com.coolweather.coolweatherjetpack.ui
import androidx.lifecycle.ViewModelProviders
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import com.coolweather.coolweatherjetpack.R
import com.coolweather.coolweatherjetpack.util.InjectorUtil
import com.coolweather.coolweatherjetpack.ui.weathe... | {
"pile_set_name": "Github"
} |
// Copyright 2018 the V8 project 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 V8_OBJECTS_API_CALLBACKS_INL_H_
#define V8_OBJECTS_API_CALLBACKS_INL_H_
#include "src/objects/api-callbacks.h"
#include "src/heap/heap-write-b... | {
"pile_set_name": "Github"
} |
// <copyright>
// Copyright by the Spark Development Network
//
// Licensed under the Rock 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
//
// http://www.rockrms.com/license
//
// Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
package org.triplea.debug.error.reporting;
import java.util.logging.LogRecord;
import javax.annotation.Nonnull;
import lombok.Builder;
import lombok.Value;
import org.triplea.debug.console.window.DebugUtils;
/** Value object representing data gathered from user and an underlying error. */
@Value
@Builder
class ErrorR... | {
"pile_set_name": "Github"
} |
namespace JetBrains.Diagnostics
{
public enum LoggingLevel
{
/// <summary>
/// Do not use it in logging. Only in config to disable logging.
/// </summary>
OFF = 0,
/// <summary>
/// For errors that lead to application failure
/// </summary>
FATAL = 1,
/// <summary>
/// For ... | {
"pile_set_name": "Github"
} |
# Number
An integer number.
### @parent blocks/language
A *Number* is an integer such as `42` or `-42`. More precisely, a *Number* is a signed 32-bit integer (two's complement).
### Declare a number variable
You can assign a number to a variable:
#### #declareexample
```block
let num = 42;
```
### Arithmetic op... | {
"pile_set_name": "Github"
} |
---
id: version-6.26.3-babel-helper-define-map
title: babel-helper-define-map
sidebar_label: babel-helper-define-map
original_id: babel-helper-define-map
---
TODO
| {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | {
"pile_set_name": "Github"
} |
#include <string.h>
#include <stdint.h>
static char *twobyte_strstr(const unsigned char *h, const unsigned char *n)
{
uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1];
for (h++; *h && hw != nw; hw = hw<<8 | *++h);
return *h ? (char *)h-1 : 0;
}
static char *threebyte_strstr(const unsigned char *h, const unsigned ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
return 0;
}
| {
"pile_set_name": "Github"
} |
/*****************************************************************
* Copyright (c) 2011, 2015 Texas Instruments 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
* https://www... | {
"pile_set_name": "Github"
} |
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# git clone https://github.com/topdown/VVV-Dashboard.git dashboard ; dashboard/bin/_install.sh
echo "...copying dashboard into default/"
cp -v ./dashboard-custom.php ../dashboard-custom.php
echo "VVV Dashboard install complete"
| {
"pile_set_name": "Github"
} |
package org.hisp.dhis.dashboard;
/*
* Copyright (c) 2004-2020, University of Oslo
* 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 copy... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.51 $"/>
<generation date="$Date: 2009/05/05 23:06:40 $"/>
<language type="so"/>
<territory type="DJ"/>
</identity>
</ldml>
| {
"pile_set_name": "Github"
} |
// cmMod.hpp (L)
#pragma once
#error "cmMod.hpp in incL must not be included"
| {
"pile_set_name": "Github"
} |
#!/bin/sh
# This script adds a Mac OS Launch Daemon, which runs every time the
# machine is booted. The daemon will re-detect the attached network
# interfaces. If this is not done, network devices may not work.
PLIST=/Library/LaunchDaemons/com.github.timsutton.osx-vm-templates.detectnewhardware.plist
cat <<EOF > "${P... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2014 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentatio... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/states/SFN_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/states/model/ActivityListItem.h>
#inclu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<padding android:top="1dp"
android:bottom="1dp"
android:right="1dp"
android:left="1dp"/>
<sol... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
// CardinalityAggregation is a single-value metrics aggregation that
// calculates an approximate count of distinct val... | {
"pile_set_name": "Github"
} |
import sys
import pandas as pd
import numpy as np
from sklearn.preprocessing import Binarizer, MaxAbsScaler, MinMaxScaler
from sklearn.preprocessing import Normalizer, PolynomialFeatures, RobustScaler, StandardScaler
from sklearn.decomposition import FastICA, PCA
from sklearn.kernel_approximation import RBFSampler, Ny... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) the Wine project
*
* 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 later version.
*
* This library ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsof... | {
"pile_set_name": "Github"
} |
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2007 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source,
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
// SPDX - License - Identifier: GPL - 3.0 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- NOTE: single shape with color selector fails on lower Androids -->
<item android:state_focused="true">
<shape>
<corners android:radius="?corners_medium"/>
<solid android:color="?attr/colorBgLight... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011-2012 Amazon Technologies, 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://aws.amazon.com/apache2.0
*
* This file is distributed on an... | {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !gccgo
#include "textflag.h"
//
// System call support for AMD64, FreeBSD
//
// Just jump to package syscall's implementation for all these functio... | {
"pile_set_name": "Github"
} |
From 63563ee0e65c1d2ae9aa0ae5530035605fed0f1c Mon Sep 17 00:00:00 2001
From: Mart Raudsepp <leio@gentoo.org>
Date: Sun, 1 Sep 2019 20:34:44 +0300
Subject: [PATCH] Revert "schemas: change default monospaced and document
fonts"
This reverts commit 965062de47f5171727c1e4f7f0aac2ad40e3484a.
It is not GNOME business to o... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Amazon.CDK;
using Amazon.CDK.AWS.APIGatewayv2;
using Amazon.CDK.AWS.DynamoDB;
using Amazon.CDK.AWS.Lambda;
namespace TheSimpleWebservice
{
public class TheSimpleWebserviceStack : Stack
{
internal TheSimpleWebserviceStack(Construct scope, string id, IStackProps pr... | {
"pile_set_name": "Github"
} |
-- Dragonbone Condor
UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid` IN (106595,106596,106597,106598,106603,106604,106605,106607,106608,106626,106629,106631,106643,106646,106658,106663,106665,106668,106669,106675,106676,106679,106680,106681,106682,106683,106684,106685,106686,106687,106688,106692,1066... | {
"pile_set_name": "Github"
} |
require 'p4'
p4 = P4.P4()
p4.user = "MyUser"
p4.password = "MyOldPassword"
p4:connect()
p4:run_password("MyOldPassword", "MyNewPassword")
-- p4.password is automatically updated with the encoded password
| {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#ifndef MAME_FORMATS_IPF_DSK_H
#define MAME_FORMATS_IPF_DSK_H
#pragma once
#include "flopimg.h"
#include <vector>
class ipf_format : public floppy_image_format_t
{
public:
ipf_format();
virtual int identify(io_generic *io, uint32_t form_factor) overri... | {
"pile_set_name": "Github"
} |
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(jQuery);
}
}(function (jQuery) {
// Galician
jQuery.timeago.settings.st... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import (
"context"
"fmt"
"net/url"
"gopkg.in/olivere/elastic.v5/uritemplates"
)
// IndexService adds or updates a... | {
"pile_set_name": "Github"
} |
var ApiInterface = require('../../src/proxy/apiInterface');
var Consumer = require('../../src/consumer');
describe("proxy/APIInterface", function() {
var emit, reg, api;
beforeEach(function() {
var iface = {
'test': {'type': 'method', 'value': ['string'], 'ret': 'string'},
'ev': {'type': 'event... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#set -x # DEBUG
# launch the unit tests suite.
# run this script like this: ./Scripts/test.sh [build_dir]
# if no build_dir is specified, ./build is assumed to be the default
# build directory
build_dir="build"
if [ "$#" -eq 1 ]; then
build_dir=$1
fi
RDBASE=$PWD
PYTHONPATH=$RDBASE
LD_LIBRARY_PATH=$R... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015 SUSE LLC
*
* This software is licensed to you under the GNU General Public License,
* version 2 (GPLv2). There is NO WARRANTY for this software, express or
* implied, including the implied warranties of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. You should have received a copy... | {
"pile_set_name": "Github"
} |
#ifndef __GK104_FIFO_CHAN_H__
#define __GK104_FIFO_CHAN_H__
#define gk104_fifo_chan(p) container_of((p), struct gk104_fifo_chan, base)
#include "chan.h"
#include "gk104.h"
struct gk104_fifo_chan {
struct nvkm_fifo_chan base;
struct gk104_fifo *fifo;
int engine;
struct list_head head;
bool killed;
struct nvkm_g... | {
"pile_set_name": "Github"
} |
<RCC>
<qresource prefix="/org.mitk.gui.qt.common">
<file>times.svg</file>
</qresource>
</RCC>
| {
"pile_set_name": "Github"
} |
#pragma once
#include "SyscallIndexHelper.h"
class CSyscallHelper
{
public:
CSyscallHelper();
~CSyscallHelper();
bool BuildSyscalls();
ULONG_PTR BuildSyscall(DWORD dwIdx, LPDWORD pdwHash);
NTSTATUS NtSuspendProcess(HANDLE);
NTSTATUS NtWriteVirtualMemory(HANDLE, PVOID, CONST VOID *, SIZE_T, PSIZE_T);
N... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (C) 2002-2014 Gilles Debunne. All rights reserved.
This file is part of the QGLViewer library version 2.6.3.
http://www.libqglviewer.com - contact@libqglviewer.com
This file may be used under the terms of the GNU General Pub... | {
"pile_set_name": "Github"
} |
Then the Queen left off, quite out of breath, and said to Alice, 'Have
you seen the Mock Turtle yet?'
'No,' said Alice. 'I don't even know what a Mock Turtle is.'
'It's the thing Mock Turtle Soup is made from,' said the Queen.
'I never saw one, or heard of one,' said Alice.
'Come on, then,' said the Queen, 'and he... | {
"pile_set_name": "Github"
} |
/*
* ALSA driver for ICEnsemble VT1724 (Envy24HT)
*
* Lowlevel functions for Terratec Aureon cards
*
* Copyright (c) 2003 Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
-0 | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006-2009, 2017, 2020 United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The NASA World Wind Java (WWJ) platform is licensed under the Apache License,
* Version 2.0 (the "License"); you may not use this f... | {
"pile_set_name": "Github"
} |
cue def -e '#Foo' x.cue
cmp stdout expect-stdout
-- expect-stdout --
#_def
#_def: {
x: int
body?: {
a: int
b?: string
}
}
-- x.cue --
package example
#Foo: {
x: int
body?: {
a: int
b?: string
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<!-- 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/. -->
<!--
XUL Widget Test... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Advanced Micro Devices, Inc.
*
* 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, m... | {
"pile_set_name": "Github"
} |
// Messages
.message-variant(@background; @icon-color) {
background-color: @background;
color: @text-color;
.@{ns}message-icon-wrapper > .@{ns}icon,
.@{ns}message-btn-close {
color: @icon-color;
}
}
| {
"pile_set_name": "Github"
} |
/*
This file is part of Darling.
Copyright (C) 2019 Lubos Dolezel
Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Darling i... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
body {
font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 60px 50px;
}
#mocha ul, #mocha li {
margin: 0;
padding: 0;
}
#mocha ul {
list-style: none;
}
#mocha h1, #mocha h2 {
margin: 0;
}
#mocha h1 {
margin-top: 15px;
font-size: 1em;
font... | {
"pile_set_name": "Github"
} |
using Test
using MPI
using ClimateMachine.Mesh.Topologies
function main()
MPI.Init()
comm = MPI.COMM_WORLD
crank = MPI.Comm_rank(comm)
csize = MPI.Comm_size(comm)
@assert csize == 2
topology = StackedBrickTopology(
comm,
(1:4, 5:8, 9:12),
periodicity = (false, true, f... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_calendar_agenda_24_outlined.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
# any line that begins with a '#' is discarded as a comment
# payload commandline
<-action <list|pick|configure|disable>>
Action to perform on payload
[-type <payload_type>]
The type of payload (level3, level4)
[-level3]
Level3 only.
[-level4]
Level4 only.
[-arch <arch>]
The payload arc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Plat... | {
"pile_set_name": "Github"
} |
module.exports = {
environments: {
bar: { globals: { bar: true } }
}
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#inc... | {
"pile_set_name": "Github"
} |
namespace Nancy.Tests.Unit.Helpers
{
using Nancy.Helpers;
using Xunit;
using Xunit.Extensions;
public class HttpUtilityFixture
{
[Fact]
public void ParseQueryString_respects_case_insensitive_setting()
{
// Given
StaticConfiguration.Case... | {
"pile_set_name": "Github"
} |
# 1.7 变量和声明
这将是美好的开始和结束,通过写下`x = 4`,我们查看变量,可以说声明了一个变量并赋值,但是很不幸,go语言变量声明和赋值比这更复杂。通过学习一些简单的示例开始学习变量声明和赋值。然后在下一章,当我们创建并使用结构体时,我们会深入学习。尽管如此,你需要花一些时间去适应。
你可能会惊讶,为什么会如此复杂,让我们以一些例子开始学习。
在go中最直接的方式去声明变量并赋值也是最繁琐的:
```go
package main
import (
"fmt"
)
func main() {
var power int
power = 9000
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2012-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... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.