text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
#include <QvisAppearanceWindow.h>
#include <QApplication>
#include <QCheckBox>
#include <QComboB... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The etcd 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 t... | {
"pile_set_name": "Github"
} |
@page "/sliders"
<h3>Slider 滑块</h3>
<h4>通过拖动滑块在一个固定区间内进行选择</h4>
<Block Title="基础用法" Introduction="在拖动滑块时,改变当前值" CodeFile="slider.1.html">
<Slider></Slider>
<Slider Value="50" Label="自定义初始值"></Slider>
<Slider Value="42" IsDisabled="true" Label="禁用"></Slider>
</Block>
<Block Title="Slider 双向绑定" Introduct... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="/benchmark/js/jquery.min.js"></script>
<script type="text/javascript" src="/benchmark/js/js.cookie.js"></script>
<title>Be... | {
"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
* "Li... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#define memset MEMSET /* don't hide glibc's memset() */
#define altinstr_replacement text
#define globl p2align 4; .globl
#include "../../arch/x86/lib/memset_64.S"
/*
* We need to provide note.GNU-stack section, saying that we want
* NOT executable stack. Otherwise the final li... | {
"pile_set_name": "Github"
} |
#ifndef _PENNER_CUBIC
#define _PENNER_CUBIC
class Cubic {
public:
static float easeIn(float t,float b , float c, float d);
static float easeOut(float t,float b , float c, float d);
static float easeInOut(float t,float b , float c, float d);
};
#endif | {
"pile_set_name": "Github"
} |
v3
4
230346 230350 part-r-00000 0
231370 231374 part-r-00001 1
232394 232398 part-r-00002 2
233418 233422 part-r-00003 3
| {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of Degree in UD_Dutch'
udver: '2'
---
## Treebank Statistics: UD_Dutch: Features: `Degree`
This feature is universal.
It occurs with 3 different values: `Cmp`, `Pos`, `Sup`.
13682 tokens (7%) have a non-empty value of `Degree`.
3646 types (13%) occur at least once with a non-empt... | {
"pile_set_name": "Github"
} |
require('../modules/es6.reflect.apply');
require('../modules/es6.reflect.construct');
require('../modules/es6.reflect.define-property');
require('../modules/es6.reflect.delete-property');
require('../modules/es6.reflect.enumerate');
require('../modules/es6.reflect.get');
require('../modules/es6.reflect.get-own-property... | {
"pile_set_name": "Github"
} |
describe("j$.pp (HTML Dependent)", function () {
it("should stringify HTML nodes properly", function() {
var sampleNode = document.createElement('div');
sampleNode.innerHTML = 'foo<b>bar</b>';
expect(j$.pp(sampleNode)).toEqual("HTMLNode");
expect(j$.pp({foo: sampleNode})).toEqual("{ foo: HTMLNode }");... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -l32 -arm -tags linux,arm syscall_linux.go syscall_linux_arm.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,arm
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func Fano... | {
"pile_set_name": "Github"
} |
#!/bin/sh
current_path=$(readlink -f $0)
export bindir=$(dirname $current_path)
export PATH=$bindir/bin:$PATH
export SKIP_KNOWN_BUGS=1
cd testsuite || exit 1
LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'
| {
"pile_set_name": "Github"
} |
import "dart:typed_data";
import "dart:convert";
import "actor_component.dart";
import "actor_event.dart";
import "actor_node.dart";
import "actor_node_solo.dart";
import "actor_bone.dart";
import "actor_root_bone.dart";
import "actor_jelly_bone.dart";
import "jelly_component.dart";
import "actor_ik_constraint.dart";
i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
... | {
"pile_set_name": "Github"
} |
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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)
/// \file views/set_view.hpp
/// \brief View of a bimap that is signature compatible with... | {
"pile_set_name": "Github"
} |
#ifndef UD_DECODE_H
#define UD_DECODE_H
#define MAX_INSN_LENGTH 15
/* register classes */
#define T_NONE 0
#define T_GPR 1
#define T_MMX 2
#define T_CRG 3
#define T_DBG 4
#define T_SEG 5
#define T_XMM 6
/* itab prefix bits */
#define P_none ( 0 )
#define P_c1 ( 1 << 0 )
#define P_C1(... | {
"pile_set_name": "Github"
} |
diff --git a/drivers/hid/hid-lenovo.c b/drivers/hid/hid-lenovo.c
index 0320b96..a56b9e7 100644
--- a/drivers/hid/hid-lenovo.c
+++ b/drivers/hid/hid-lenovo.c
@@ -1,5 +1,6 @@
/*
- * HID driver for Lenovo ThinkPad USB Keyboard with TrackPoint
+ * HID driver for Lenovo:
+ * - ThinkPad USB Keyboard with TrackPoint (tpkb... | {
"pile_set_name": "Github"
} |
require_rv64;
WRITE_RD(sext32(int32_t(RS1) >> (RS2 & 0x1F)));
| {
"pile_set_name": "Github"
} |
#!/bin/bash
cd docker
# load local environment variables
if [ ! -e ".env" ]; then
echo "The .env (environment variables) file is missing"
exit 1
fi
. ./.env
docker-compose -f ../docker-compose.yml build
/bin/bash ./init-selfcert.sh
| {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Author: Xilinx, Inc.
*
*
* 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 t... | {
"pile_set_name": "Github"
} |
/* steamShovel:ignore */
/*global __instrumentor_map__:true, window:true, global:true */
module.exports = function instrumentor_record(filetag, id, expression) {
var scope = global || window;
scope.st_timeCommenced = scope.st_timeCommenced || Date.now();
scope.st_iterator = (scope.st_iterator || 0);
var depth =
... | {
"pile_set_name": "Github"
} |
set noparent
jgruber@chromium.org
yangguo@chromium.org
# COMPONENT: Blink>JavaScript>Runtime
| {
"pile_set_name": "Github"
} |
const flattenDeep = require('lodash/flattenDeep')
const memoize = require('lodash/memoize')
const range = require('lodash/range')
const chunk = require('lodash/chunk')
const Web3 = require('web3')
const Bottleneck = require('bottleneck')
const { get, post } = require('@origin/ipfs')
const { debug, validateParams } = ... | {
"pile_set_name": "Github"
} |
package Module::Build::PPMMaker;
use strict;
use warnings;
use Config;
our $VERSION = '0.4214';
$VERSION = eval $VERSION;
# This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a
# few tweaks based on the PPD spec at
# http://www.xav.com/perl/site/lib/XML/PPD.html
# The PPD spec is based on <http://www... | {
"pile_set_name": "Github"
} |
#define PART_1
#ifdef PART_1
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/shape_inference.h"
using namespace tensorflow;
REGISTER_OP("ZeroOut")
.Input("to_zero: int32")
.Output("zeroed: int32")
.SetShapeFn([](::tensorflow::... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
describe "Signal.list" do
RUBY_SIGNALS = %w{
EXIT
HUP
INT
QUIT
ILL
TRAP
IOT
ABRT
EMT
FPE
KILL
BUS
SEGV
SYS
PIPE
ALRM
TERM
URG
STOP
TSTP
CONT
CHLD
CLD
TTIN
TTOU
IO
XCPU
... | {
"pile_set_name": "Github"
} |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | {
"pile_set_name": "Github"
} |
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Implementation of the hash table type.
*
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include "hashtab.h"
struct hashtab *hashtab_create(u32 (*hash_value)(struct hasht... | {
"pile_set_name": "Github"
} |
{
"ver": "1.0.5",
"uuid": "91e3eca9-e807-4f49-a689-7a5e0ee67684",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* ALSA sequencer Memory Manager
* Copyright (c) 1998 by Frank van de Pol <fvdpol@coil.demon.nl>
* Jaroslav Kysela <perex@perex.cz>
* 2000 by Takashi Iwai <tiwai@suse.de>
*/
#include <linux/init.h>
#include <linux/export.h>
#in... | {
"pile_set_name": "Github"
} |
Devise.setup do |config|
require "devise/orm/active_record"
config.timeout_in = 7200
end | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
#define COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
#include <stdint.h>
#include <memory>
#include "base/... | {
"pile_set_name": "Github"
} |
//: Playground - noun: a place where people can play
import UIKit
//variable
var str = "Hello, playground"
var myVariable = 123
let myConstantVariable = 123
myVariable += 5
var aNonOptionalInteger = 42
if aNonOptionalInteger == 42 {
println("has a value")
} else {
println("no value")
}
//array
let aTuple = ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<booksignings xmlns="http://camelcookbook.org/schema/booksignings">
<store>
<address>
<street>123 Main St</street>
<city>Boston</city>
</address>
<authors>
<author>Scott Cranton</author>
</authors>
</store>
<store>
<address>
<str... | {
"pile_set_name": "Github"
} |
{
sstore(0, 1)
}
| {
"pile_set_name": "Github"
} |
package events
import scala.concurrent.{Await, Future, Promise}
import scala.util.{Failure, Success, Try}
import scala.util.control.NonFatal
import org.apache.kafka.clients.CommonClientConfigs
import org.apache.kafka.clients.producer._
import org.apache.kafka.common.serialization.{ByteArraySerializer, StringSerializer... | {
"pile_set_name": "Github"
} |
#!/bin/sh
echo "const char *$2 ="
cat $1|sed 's/\\/\\\\/g'|sed 's/"/\\"/g'|sed 's/^/\"/'|sed 's/$/\\n\"/'
echo ";"
| {
"pile_set_name": "Github"
} |
#pragma once
// MESSAGE LED_CONTROL PACKING
#define MAVLINK_MSG_ID_LED_CONTROL 186
MAVPACKED(
typedef struct __mavlink_led_control_t {
uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/
uint8_t instance; /*< Instance (LED instance to control or 255 for all LEDs)*/
uint8_t pattern;... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
# ===================================================================
#
# Copyright (c) 2015, Legrandin <helderijs@gmail.com>
# 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. Redistributio... | {
"pile_set_name": "Github"
} |
package com.eden.orchid.wiki.utils
import com.caseyjbrooks.clog.Clog
import com.eden.common.util.EdenUtils
import com.eden.orchid.api.OrchidContext
import com.eden.orchid.api.resources.resource.OrchidResource
import com.eden.orchid.api.resources.resource.StringResource
import com.eden.orchid.api.theme.assets.AssetPage... | {
"pile_set_name": "Github"
} |
#ifndef _IPXE_RETRY_H
#define _IPXE_RETRY_H
/** @file
*
* Retry timers
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/list.h>
/** Default timeout value */
#define DEFAULT_MIN_TIMEOUT ( TICKS_PER_SEC / 4 )
/** Limit after which the timeout will be deemed permanent */
#define DEFAULT_MAX_TIMEOUT ( 10 * TICK... | {
"pile_set_name": "Github"
} |
package types
import (
"testing"
"gotest.tools/assert"
is "gotest.tools/assert/cmp"
)
func TestNewInitialComposeFile(t *testing.T) {
f := NewInitialComposeFile()
assert.Check(t, is.Equal(f.Version, defaultComposefileVersion))
}
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include "evlist.h"
#include "evsel.h"
#include "thread_map.h"
#include "cpumap.h"
#include "tests.h"
#include <errno.h>
#include <signal.h>
static int exited;
static int nr_exit;
static void sig_handler(int sig __maybe_unused)
{
exited = 1;
}
/*
* perf_evlist__prepare_workload... | {
"pile_set_name": "Github"
} |
FROM php:7-apache
RUN apt-get update && \
apt-get install -y libicu-dev --no-install-recommends && \
docker-php-ext-install intl && \
a2enmod remoteip rewrite headers && \
rm -rf /var/lib/apt/lists/* && \
apt-get purge -y --auto-remove libicu-dev
COPY config/apache/apache2.conf /etc/apache2/apache... | {
"pile_set_name": "Github"
} |
#include "carControl.h"
void leftwheel(uint8_t val) {
Wire.beginTransmission(0x38);
Wire.write(0x00);
Wire.write(val);
Wire.endTransmission();
}
void rightwheel(uint8_t val) {
Wire.beginTransmission(0x38);
Wire.write(0x01);
Wire.write(val);
Wire.endTransmission();
}
void led(uint8_t num, uint32_t val... | {
"pile_set_name": "Github"
} |
/* BasicTextAreaUI.java --
Copyright (C) 2004, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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 ... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2008, Luke Benstead.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the f... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSView.h"
@interface NSView (IBTransitionsEffectsInspectorAdditions)
+ (id)keyPathsForValuesAffectingIbInspectedDesignableSubviewsTransitionName;
+ (id)keyPathsForValue... | {
"pile_set_name": "Github"
} |
alter table gha_skip_commits add dt timestamp without time zone;
update gha_skip_commits set dt = now();
alter table gha_skip_commits alter column dt set not null;
| {
"pile_set_name": "Github"
} |
using Microsoft.Extensions.Configuration;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Recipes.ServiceStack.Entities;
using ServiceStack.Data;
using ServiceStack.OrmLite;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using ServiceStack.OrmLite.SqlServer.Converters;
namespace Rec... | {
"pile_set_name": "Github"
} |
/*
* CardOS specific operation for PKCS15 initialization
*
* Copyright (C) 2005 Nils Larsch <nils@larsch.net>
* Copyright (C) 2002 Olaf Kirch <okir@suse.de>
*
* 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 th... | {
"pile_set_name": "Github"
} |
package rule
import (
"go/ast"
"github.com/mgechev/revive/lint"
)
// UnreachableCodeRule lints unreachable code.
type UnreachableCodeRule struct{}
// Apply applies the rule to given file.
func (r *UnreachableCodeRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure {
var failures []lint.Failure
onFailur... | {
"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/. */
import React from 'react';
import { withTheme } from '../../../cn';
import Icon from '../..';
import { IconProps }... | {
"pile_set_name": "Github"
} |
'use strict'
process.env.BABEL_ENV = 'web'
const path = require('path')
const webpack = require('webpack')
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin')
const TerserPlugin = require('terser-webpack-plugin')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const MiniCssExtractPl... | {
"pile_set_name": "Github"
} |
heat_template_version: 2013-05-23
description: 'Template for test _generate_hot_from_tosca().'
parameters:
nfv:
type: json
resources:
VDU1:
type: OS::Nova::Server
properties:
flavor:
get_resource: VDU1_flavor
name: VDU1
image: { get_param: [ nfv, VDU, VDU1, image ] }
ne... | {
"pile_set_name": "Github"
} |
package ram
//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, software
//distribut... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"idiom": "universal"
},
{
"filename": "scoops06.png",
"scale": "1x",
"idiom": "universal"
},
{
"filename": "scoops06@2x.png",
"scale": "2x",
"idiom": "universal"
},
{
"filename": "scoops06@3x.png",
"scale": "3x",
"... | {
"pile_set_name": "Github"
} |
export { appError, clearAppErrorModal } from './app-error';
export { emitBuildLog, emitBuildResults, emitBuildStatus, onBuildLog, onBuildResults, onBuildStatus } from './events';
export { initBuildProgress } from './progress';
export { initBuildStatus } from './status';
export { logBuild, logDiagnostic, logDisabled, lo... | {
"pile_set_name": "Github"
} |
/***********************************************************************
*
* Copyright (c) 2012-2020 Barbara Geller
* Copyright (c) 2012-2020 Ansel Sermersheim
*
* Copyright (c) 2015 The Qt Company Ltd.
* Copyright (c) 2012-2016 Digia Plc and/or its subsidiary(-ies).
* Copyright (c) 2008-2012 Nokia Corporation and/or i... | {
"pile_set_name": "Github"
} |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Test.MaintainabilityRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Tes... | {
"pile_set_name": "Github"
} |
package onecache
import (
"reflect"
"testing"
)
type mockRing struct {
addImpl func(node string)
removeImpl func(node string)
replicaPeersImpl func(string) []string
successorImpl func(string) string
getOwnedKeysImpl func([]string) []string
ownedKeysByNodeImpl func([]string, st... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using Microsoft.Msagl.Core.Geometry;
using Microsoft.Msagl.Core.Layout;
namespace Microsoft.Msagl.Layout.Incremental {
/// <summary>
/// A stick constraint requires a fixed separation between two nodes
/// </summary>
public class StickConstraint : IConstr... | {
"pile_set_name": "Github"
} |
# PossiblyInvalidCast
Emitted when attempting to cast a value that may not be castable
```php
<?php
class A {}
class B {
public function __toString() {
return 'hello';
}
}
$c = (string) (rand(0, 1) ? new A() : new B());
```
| {
"pile_set_name": "Github"
} |
423.14
422
0
0
1599533069
Infinity
| {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 2.8)
project(ROUTER_LAB LANGUAGES C CXX)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 11)
set(BACKEND Linux CACHE STRING "Router platform")
set(BACKEND_VALUES "Linux" "Xilinx" "macOS" "stdio" "emcc")
set_property(CACHE BACKEND PROPERTY STRINGS ${BACKEND_VALUES})
list(FIND BACKEND_VAL... | {
"pile_set_name": "Github"
} |
/* s_logbl.c -- long double version of s_logb.c.
* Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
*/
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 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"
} |
/* MN10300 I/O port emulation and memory-mapped I/O
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>后台管理系统</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
| {
"pile_set_name": "Github"
} |
package com.henninghall.date_picker;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import java.util.Arrays;
import java... | {
"pile_set_name": "Github"
} |
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use thi... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2008 Dmitry Rakhchev, EmCraft Systems, rda@emcraft.com
*
* Developed for DENX Software Engineering GmbH
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
/*
* xtensa/config/core-matmap.h -- Memory access and translation mapping
* parameters (CHAL) of the Xtensa processor core configuration.
*
* If you are using Xtensa Tools, see <xtensa/config/core.h> (which includes
* this file) for more details.
*
* In the Xtensa processor products released to date, all par... | {
"pile_set_name": "Github"
} |
Required software:
- autoconf
- make
- xsltproc
- xmllint
On Windows, you should use Cygwin software or another port of GNU
development tools.
How to build the DocBook documentation:
- run "autoconf" in this dir
- run "./configure" in this dir
- run "make"
The HTML files are rendered in the "html" dir.
When deve... | {
"pile_set_name": "Github"
} |
canon15
OpenBabel04151001012D
8 8 0 0 0 0 0 0 0 0999 V2000
-6.4250 0.3250 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
-5.4250 0.3258 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
-5.4242 -0.6742 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
-6.4242 -0.6750 0.0000 C 0 ... | {
"pile_set_name": "Github"
} |
#source: pr17154-x86.s
#as: --64
#ld: -shared -melf_x86_64 --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
#objdump: -dw
#target: x86_64-*-*
#...
0+240 <.*>:
+[a-f0-9]+: ff 35 5a 01 20 00 push 0x20015a\(%rip\) # 2003a0 <_GLOBAL_OFFSET_TABLE_\+0x8>
+[a-f0-9]+: ff 25 5c 01 20 00 jmp ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<model ref="r:63a6a44c-f24e-44b6-83ad-9204b2e588eb(jetbrains.mps.samples.generator_demo.test_models.test2)">
<persistence version="9" />
<languages>
<use id="772f6dcd-8c0d-48f7-869c-908e036f7c8e" name="jetbrains.mps.sampleXML" version="0" />
<engage id="ef47f5be-76c4-4... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | {
"pile_set_name": "Github"
} |
using System;
using System.Windows;
using System.Windows.Media;
namespace FFXIV.Framework.WPF
{
public static class DependencyObjectExtension
{
/// <summary>
/// WalkInChildrenメソッドの本体
/// </summary>
/// <param name="obj">DependencyObject</param>
/// <param name="action">... | {
"pile_set_name": "Github"
} |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// ThreadProxyFactoryManager.cpp
//
// Manager for thread proxy factories. The RM relies on a factory manager to ... | {
"pile_set_name": "Github"
} |
op {
graph_op_name: "TensorArrayReadV2"
visibility: HIDDEN
}
| {
"pile_set_name": "Github"
} |
api_url: https://example.com:8000/
username: user
password:
eauth: pam
verify_ssl: true
| {
"pile_set_name": "Github"
} |
# FreeType 2 src/otvalid Jamfile
#
# Copyright 2004-2018 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing to use, modify, or distribute th... | {
"pile_set_name": "Github"
} |
/* crypto/bio/bio.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-com... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/rds/model/EventCategoriesMap.h>
#include <aws/core/utils/xml/XmlSerializer.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
#include <ut... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S11.13.2_A4.2_T2.8;
* @section: 11.13.2, 11.5.2;
* @assertion: The production x /= y is the same as x = x / y;
* @description: Type(x) is different from Type(y) and both... | {
"pile_set_name": "Github"
} |
# 安装CDN
```shell
# rpm -qa | grep bind
# rpm -e --nodeps bind-9.8.2-0.47.rc1.el6_8.3.x86_64 删除包
```
## 安装bind
```shell
#yum install bind-chroot bind -y
```
## 拷贝文件
```shell
#cp -R /usr/share/doc/bind-*/sample/var/named/* /var/named/chroot/var/named/
```
## bind 创建相关文件
```shell
touch /var/named/chroot/var/named/... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_ODROID_MALI
bool "odroid-mali"
depends on BR2_TOOLCHAIN_USES_GLIBC
depends on BR2_aarch64 || BR2_ARM_EABIHF
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
select BR2_PACKAGE_ODROID_SCRIPTS # runtime
help
Install the ARM Mali drivers for odroidc2 based systems.
https://gith... | {
"pile_set_name": "Github"
} |
package org.example.utils.vaadinbridge.internal;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import org.example.utils.vaadinbridge.ApplicationFactory;
import com.vaadin.Application;
import com.vaadin.Application.SystemMessages;
import com.vaadin.terminal.gwt.server.AbstractAp... | {
"pile_set_name": "Github"
} |
cd c:\scripts\wail2ban\
start powershell .\wail2ban.ps1
| {
"pile_set_name": "Github"
} |
// cgo -godefs types_darwin.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,darwin
package unix
const (
sizeofPtr = 0x4
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x4
sizeofLongLong = 0x8
)
type (
_C_short int16
_C_int int... | {
"pile_set_name": "Github"
} |
/* crypto/bf/bf_ecb.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-co... | {
"pile_set_name": "Github"
} |
# synthwave-everything
[colors]
foreground = "#f0eff1"
background = "#2a2139"
cursor_bg = "#72f1b8"
cursor_fg = "#1a1a1a"
selection_bg = "#181521"
selection_fg = "#f0eff1"
ansi = ["#fefefe","#f97e72","#72f1b8","#fede5d","#6d77b3","#c792ea","#f772e0","#fefefe"]
brights = ["#fefefe","#f88414","#72f1b8","#fff951","#36f9f... | {
"pile_set_name": "Github"
} |
//==============================================================================
// This file is part of Master Password.
// Copyright (c) 2011-2017, Maarten Billemont.
//
// Master Password is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
/... | {
"pile_set_name": "Github"
} |
owner = SWE
controller = SWE
add_core = SWE
terrain = woods
infra = 2
| {
"pile_set_name": "Github"
} |
!!!COM: Palestrina, Giovanni Perluigi da
!!!OPR: Missa Tu es Petrus (1887)
!!!OTL: Gloria
**kern **kern **kern **kern **kern **kern
*Ibass *Ibarit *Itenor *Icalto *Icant *Icant
!Bassus !Baritone !Tenor !Altus !Cantus 2 !Cantus 1
*clefF4 *clefF4 *clefGv2 *clefG2 *clefG2 *clefG2
*k[] *k[] *k[] *k[] *k[] *k[]
*G:mix *G:mi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.