text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
/**
* User Profile Administration Screen.
*
* @package WordPress
* @subpackage Administration
* @since 3.1.0
*/
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
require ABSPATH . 'wp-admin/profile.php';
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*
*/
#import "FBMutableOrderedDictionary.h"
NSString *DescriptionForObject(NSObject *object, id locale, NSUInteger... | {
"pile_set_name": "Github"
} |
## Interface: 0
## Title: Blizzard Auction House UI
## Secure: 1
## LoadOnDemand: 1
## SavedVariables: g_auctionHouseSortsBySearchContext
## SavedVariablesPerCharacter: g_activeBidAuctionIDs
Blizzard_AuctionHouseUtil.lua
Blizzard_AuctionData.lua
Blizzard_AuctionHouseTableBuilder.xml
Blizzard_AuctionHouseSharedTemplates... | {
"pile_set_name": "Github"
} |
no-such-struct: ax25_address_remote
no-such-struct: ax25_address_bcast
no-such-struct: ax25_address_default
no-such-struct: ax25_address_null
no-such-struct: sockaddr_ax25_uid
no-such-struct: ax25_devname
no-such-struct: ax25_devname_rose
no-such-struct: ax25_devname_netrom
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2016 Scott Vokes <vokes.s@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS I... | {
"pile_set_name": "Github"
} |
/* *********************************************************************
* BCM1280/BCM1480 Board Support Package
*
* Interrupt Mapper definitions File: bcm1480_int.h
*
* This module contains constants for manipulating the
* BCM1255/BCM1280/BCM1455/BCM1480's interrupt mapper and
* defi... | {
"pile_set_name": "Github"
} |
package org.allenai.scienceparse;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.gs.collections.api.list.ImmutableList;
import com.gs.collections.api.map.primitive.Do... | {
"pile_set_name": "Github"
} |
package org.lamw.appbrightness;
import java.lang.reflect.Field;
import android.graphics.Bitmap;
import android.graphics.Typeface;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.util.TypedValue;
import android.view.View;
import android.widget.CheckBox;
import ... | {
"pile_set_name": "Github"
} |
// @flow
import React from 'react';
import {observable} from 'mobx';
import {shallow} from 'enzyme';
import CKEditor5 from '../../adapters/CKEditor5';
test('Pass correct props to CKEditor5 component', () => {
const blurSpy = jest.fn();
const changeSpy = jest.fn();
const locale = observable.box('en');
... | {
"pile_set_name": "Github"
} |
package restful
// Copyright 2013 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
import (
"fmt"
"os"
"reflect"
"runtime"
"strings"
"sync/atomic"
"github.com/emicklei/go-restful/log"
)
// RouteBuilder is a helper to construct ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -std=c++11 -fblocks -emit-llvm -o - -triple x86_64-apple-darwin11.3 %s | FileCheck %s
namespace PR12746 {
// CHECK: define zeroext i1 @_ZN7PR127462f1EPi
bool f1(int *x) {
// CHECK: store i8* bitcast (i1 (i8*)* @___ZN7PR127462f1EPi_block_invoke to i8*)
bool (^outer)() = ^ {
auto inn... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "Paste.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
} | {
"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"
} |
{-# LANGUAGE Strict #-}
{-# LANGUAGE StrictData #-}
module Raytracing
( Pos, Dir, Camera, mkCamera
, Sphere(..), sphereAABB
, Objs
, Colour, black, white
, render
)
where
import Data.Maybe (fromMaybe)
import BVH
import Image
import Vec3
import Data.Massiv.Array (S)
import Data.Massiv.Array.IO
type Pos = V... | {
"pile_set_name": "Github"
} |
<%= content_for :title, "Sign up" %>
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
<%= devise_error_messages! %>
<p><%= f.label :email %><br />
<%= f.text_field :email %></p>
<p><%= f.label :username %><br />
<%= f.text_field :username %></p>
<p><%= f.la... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#include "ui/views/controls/combobox/combobox.h"
#include <set>
#include "base/macros.h"
#include "base/strings/utf_string_conversions.h"
#include "buil... | {
"pile_set_name": "Github"
} |
#!/bin/bash -
# libguestfs
# Copyright (C) 2016 Red Hat 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 the License, or
# (at your option) any later version.
#
# This ... | {
"pile_set_name": "Github"
} |
/****************************************************************************
* Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy ... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is a part of the FTP Wrapper package
*
* For the full informations, please read the README file
* distributed with this source code
*
* @package FTP Wrapper
* @version 1.1.1
* @author Touki <g.vincendon@vithemis.com>
*/
namespace Touki\FTP;
use Touki\FTP\Uploader as FTPUploader;
use T... | {
"pile_set_name": "Github"
} |
<?php
$expected = array('${dollar_curly}',
'{$curly_dollar}',
'$array[3]',
'$varstring',
'$object->property',
);
$expected_not = array('no variable',
'$two $variables',
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>DI_EDIT</title>
<meta http-equiv="Content-Type" Content="text/html; charset=Windows-1251">
<link rel="stylesheet" type="text/css" href="../../../styles/styles.css">
<script language="javascript" src='../../links.js' type="text/javascrip... | {
"pile_set_name": "Github"
} |
package io.github.kingschan1204.istock.module.spider.util;
import io.github.kingschan1204.istock.module.spider.entity.WebPage;
import lombok.extern.slf4j.Slf4j;
import org.jsoup.Connection;
import org.jsoup.HttpStatusException;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import java.net.InetSocketAddress;... | {
"pile_set_name": "Github"
} |
**To remove tags from one or more on-premises instances**
The following ``remove-tags-from-on-premises-instances`` example disassociates the specified on-premises tags in AWS CodeDeploy from on-premises instances. It does not deregister the on-premises instances in AWS CodeDeploy, nor uninstall the AWS CodeDeploy Agen... | {
"pile_set_name": "Github"
} |
namespace Merchello.Web.Models.ContentEditing
{
using System.Diagnostics.CodeAnalysis;
using Merchello.Core.Models;
/// <summary>
/// The currency display.
/// </summary>
public class CurrencyDisplay
{
/// <summary>
/// Gets or sets the name.
/// </summary>
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty Internal Plugin Compile Object Block Function
* Compiles code for registered objects as block function
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Object Block Function Class
*
* @package Smarty
* @subpackage Compiler
*/... | {
"pile_set_name": "Github"
} |
spv.320.meshShaderUserDefined.mesh
// Module Version 10000
// Generated by (magic number): 80007
// Id's are bound by 140
Capability MeshShadingNV
Extension "SPV_NV_mesh_shader"
1: ExtInstImport "GLSL.std.450"
... | {
"pile_set_name": "Github"
} |
* {
font-family: "Roboto",
"微软雅黑", "Microsoft YaHei",
"冬青黑体", "Hiragino Sans GB", "华文细黑", "STXihei",
"文泉驿微米黑", "WenQuanYi Micro Hei",
sans-serif;
color: #444;
}
.book-header .fa {
color: white;
}
blockquote {
margin-bottom: 20px;
background-color: whitesmoke;
border-... | {
"pile_set_name": "Github"
} |
# Event 1002 - WBioSrvc
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|BiometricSensor|UnicodeString|None|`None`|
|TBD|SensorAdapter|UnicodeString|None|`None`|
|TBD|EngineAdapter|UnicodeString|None|`None`|
|TBD|StorageAdapte... | {
"pile_set_name": "Github"
} |
form=词
tags=
风月溪堂,
也曾是、东州行客。
长记得、相逢一笑,
*愁都雪。
又对青山谈世事,
老怀未减元龙节。
恨霜蹄、蹴踏短辕间,
论监铁。
官里事,
何曾歇。
公等志,
吾能说。
尽纵横鞭算,
玉壶冰洁。
烂醉春风能几度,
桃花未了杨花坼。
甚一城、相望半年过,
长如别。
冠剑梁园,
又去作、庞眉书客。
休自叹、功名几许,
一家风雪。
春色似嫌莺燕老,
秋霜历试松筠节。
爱赵生、游刃簿书闲,
昆刀铁。
都会地,
繁华歇。
形胜在,
犹堪说。
更诸君表里,
玉辉冰洁。
水陆若论都漕计,
夷门忍使黄流坼。
好相须、着力障狂澜,
休伤别。
雷动云横,
惊飙鹜、北城西下。
人共骇、赤丸夜语,
电光飞射。
将领未承诸葛令,... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-15 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... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { ErrorHandler, ModuleWithProviders, PlatformRef, StaticProvider } from '@angular/core';
export declare const ... | {
"pile_set_name": "Github"
} |
<!ENTITY zotero.publications.my_publications "Saját publikációk">
<!ENTITY zotero.publications.intro "A Saját publikációkhoz hozzáadott elemek megjelennek a zotero.org profiloldalán. Ha úgy dönt, hogy fájlokat is csatol, azokat az ön által megadott licenc alapján nyilvánosan elérhetővé teszi. Csak akkor adjon hozzá mu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<div xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:page="urn:jsptagdir:/WEB-INF/tags/form" xmlns:table="urn:jsptagdir:/WEB-INF/tags/form/fields" version="2.0">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<jsp:output omit-xml-declaration=... | {
"pile_set_name": "Github"
} |
import copy
import torch
import torch.nn as nn
import torchvision.models as pytorch_models
import sys
sys.path.append('vqa/external/pretrained-models.pytorch')
import pretrainedmodels as torch7_models
pytorch_resnet_names = sorted(name for name in pytorch_models.__dict__
if name.islower()
and name.startswith("... | {
"pile_set_name": "Github"
} |
using Nitra.Typing;
using Nemerle;
using Nemerle.Collections;
using Nemerle.Compiler;
using Nemerle.Compiler.Parsetree;
using Nemerle.Text;
using Nemerle.Utility;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nitra.Compiler
{
[Record]
internal sealed class Extensib... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2015 Rainmeter Project Developers
*
* This Source Code Form is subject to the terms of the GNU General Public
* License; either version 2 of the License, or (at your option) any later
* version. If a copy of the GPL was not distributed with this file, You can
* obtain one at <https://www.gnu.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | {
"pile_set_name": "Github"
} |
using System;
namespace Serenity.Web
{
public interface IDynamicScript
{
string GetScript();
void CheckRights();
void Changed();
string GroupKey { get; }
TimeSpan Expiration { get; }
event EventHandler ScriptChanged;
}
} | {
"pile_set_name": "Github"
} |
""
"fo\"o"
"foo\
bar"
"foo \(42)"
"foo \(f("bar"))"
"foo /* comment */ bar"
'foo // bar'
"foo\
/* comment */\
bar"
----------------------------------------------------
[
["string", ["\"\""]],
["string", ["\"fo\\\"o\""]],
["string", ["\"foo\\\r\nbar\""]],
["string", [
"\"foo ",
["interpolat... | {
"pile_set_name": "Github"
} |
Solution: embed its documentation into sit-web
This changes the position of the "New Issue" button to the
top-left and puts "Help" to the top right.
| {
"pile_set_name": "Github"
} |
if (global.GENTLY) require = GENTLY.hijack(require);
var fs = require('fs');
var util = require('util'),
path = require('path'),
File = require('./file'),
MultipartParser = require('./multipart_parser').MultipartParser,
QuerystringParser = require('./querystring_parser').QuerystringParser,
OctetPar... | {
"pile_set_name": "Github"
} |
module.exports = 'CY'
| {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////
// This file is for hero specific //
// keybinds. Add any binds below. //
/////////////////////////////////////////////
// This is the file for Magnus
| {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2001-2011 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at h... | {
"pile_set_name": "Github"
} |
/**
* Problem: https://leetcode.com/problems/network-delay-time/description/
*/
/**
* @param {number[][]} times
* @param {number} N
* @param {number} K
* @return {number}
*/
const networkDelayTime = (times, N, K) => {
const edges = times.reduce((pre, time) => {
pre[time[0]] = { ...(pre[time[0]] || {}), [t... | {
"pile_set_name": "Github"
} |
isLoadingBarInjected = (doc) ->
injected = false
divs = angular.element(doc).find('div')
for i in divs
if angular.element(i).attr('id') is 'loading-bar'
injected = true
break
return injected
flush = null
describe 'loadingBarInterceptor Service', ->
$http = $httpBackend = $document = $timeou... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------- //
//
// MODULE : AISensorNodeInterest.cpp
//
// PURPOSE : AISensorNodeInterest class implementation
//
// CREATED : 10/05/04
//
// (c) 2004 Monolith Productions, Inc. All Rights Reserved
// ----------------------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 Oswin Krause
// Copyright (c) 2013 Joaquim Duran
//
// 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_UBLAS_MATRIX_VECTOR_HPP
#define BOOST_UBLAS_MATRIX_VECTOR_HPP
#inc... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -verify -fsyntax-only -pedantic
int printf(const char *, ...);
int main(void) {
int a[sizeof("hello \u2192 \u2603 \u2190 world") == 24 ? 1 : -1];
printf("%s (%zd)\n", "hello \u2192 \u2603 \u2190 world", sizeof("hello \u2192 \u2603 \u2190 world"));
printf("%s (%zd)\n", "\U00010400\U0001D... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT report-parameters (input | suggestbox | checkbox | textarea | select | separator | text)*>
<!ATTLIST report-parameters>
<!ELEMENT input (validator*)>
<!ATTLIST input
label CDATA #REQUIRED
name CDATA #REQUIRED
type (text | date | link | folder) "text"
width CDATA #IM... | {
"pile_set_name": "Github"
} |
<%--
Copyright © 2002 Instituto Superior Técnico
This file is part of FenixEdu Academic.
FenixEdu Academic 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 Lice... | {
"pile_set_name": "Github"
} |
{
"smoke": {
"subdirectory": "translation subdirectories loaded"
}
}
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<business xmlns="http://test.business" xmlns:attr="http://test.attribute" type="bar">
<name>Tasty Beverage Co.</name>
<beers xmlns="http://test.beers">
<beer>Rochefort 10</beer>
<beer>St. Bernardus Abbot 12</beer>
<beer>Schlitz</beer>
</beers>
<website xmlns="h... | {
"pile_set_name": "Github"
} |
--
--------------------------------------------------------------------------------
-- FILE: encoder.lua
-- DESCRIPTION: protoc-gen-lua
-- Google's Protocol Buffers project, ported to lua.
-- https://code.google.com/p/protoc-gen-lua/
--
-- Copyright (c) 2010 , 林卓毅 (Zhuoyi Lin) netsnail@gmail.com
-- ... | {
"pile_set_name": "Github"
} |
const Command = require("../../base/Command.js");
class Ignore extends Command {
constructor (client) {
super(client, {
name: "ignore",
dirname: __dirname,
enabled: true,
guildOnly: true,
aliases: [ "disableChannel" ],
memberPermissions: [ "MANAGE_GUILD" ],
botPermissions: [ "SEND_MESSAGES", "... | {
"pile_set_name": "Github"
} |
/**
* Created by liuzhengdong on 2017/7/6.
*/
/**
* 本文件仅用于本地开发环境,用于存放一些常量
*/
module.exports = {
// 登陆
loginTargets: {
dev: 'http://shop.dev.so:8080',
test: 'http://shop.test.so:8080',
},
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2016 Goldman Sachs.
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"
} |
@include describe("Unitless Rad") {
@include it("should assume unitless numbers are radians") {
@include should(expect( unitless-rad(1) ), to( equal( 1 )));
@include should(expect( unitless-rad(2) ), to( equal( 2 )));
@include should(expect( unitless-rad(3) ), to( equal( 3 )));
@include should(expect(... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 ThoughtWorks, 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 agr... | {
"pile_set_name": "Github"
} |
# unistd_h.m4 serial 75
dnl Copyright (C) 2006-2019 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl Written by Simon Josefsson, Bruno Haib... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015 Low Latency Trading Limited : Author Richard Rose
* 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 L... | {
"pile_set_name": "Github"
} |
**Are you the copyright holder or authorized to act on the copyright owner's behalf?**
Yes, I am authorized to act on the copyright owner's behalf.
**Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.**
Dear Github team,
I have read and understand GitHub's Guide t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright (c) Codice Foundation
*
* This 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, or any later version.
*
* ... | {
"pile_set_name": "Github"
} |
//** Prototypal inheritance
// var parent = {
// value: "parentValue",
// obj: {
// objValue: "parentObjValue"
// },
// walk: function () {
// console.log("walking!");
// }
// };
//
// var child = Object.create(parent);
// console.log("CHILD - child.value: ", child.value);
// console.log("CHILD - chi... | {
"pile_set_name": "Github"
} |
package com.tapadoo.alerter
import android.annotation.SuppressLint
import android.annotation.TargetApi
import android.content.Context
import android.graphics.*
import android.graphics.drawable.Drawable
import android.media.RingtoneManager
import android.net.Uri
import android.os.Build
import android.text.TextUtils
imp... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2007 Christopher J. W. Lloyd
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, merge, publish, dis... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0634F09F160A0D3F00A6C86A /* DemoFakeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0634F09C160A0D3F00A6C86A /* DemoFakeModel.m */; };
0634F0A0160A0D3F00A6C86A /* DemoWindowController.m i... | {
"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"
} |
desc_af=MySQL databasisbediener
longdesc_af=Stel databasisse, tabelle en permissies in u MySQL-databasisbediener op.
name_af=MySQL
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
/*
* @author Valentin Simonov / http://va.lent.in/
*/
using UnityEngine;
using TouchScript.Gestures;
namespace TouchScript.Examples.Photos
{
/// <exclude />
public class Container : MonoBehaviour
{
... | {
"pile_set_name": "Github"
} |
/* $Copyright: $
* Copyright (c) 1996 - 2014 by Steve Baker (ice@mama.indstate.edu)
* All Rights reserved
*
* 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,... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------//
// Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.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
//
// See http://boos... | {
"pile_set_name": "Github"
} |
using System;
using System.Threading.Tasks;
namespace MahApps.Metro.Controls.Dialogs
{
/// <summary>
/// Use the dialog coordinator to help you interfact with dialogs from a view model.
/// </summary>
public interface IDialogCoordinator
{
/// <summary>
/// Shows the input dialog.
... | {
"pile_set_name": "Github"
} |
"""
SleekXMPP: The Sleek XMPP Library
Implementation of xeps for Internet of Things
http://wiki.xmpp.org/web/Tech_pages/IoT_systems
Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se, bjorn.westrom@consoden.se
This file is part of SleekXMPP.
See the file LICENSE for copying per... | {
"pile_set_name": "Github"
} |
Shader "LeapMotion/Geometry/Wireframe"
{
Properties
{
[PowerSlider(3.0)]
_WireframeVal("Wireframe width", Range(0., 0.5)) = 0.2
}
SubShader
{
Tags { "Queue" = "Geometry" "RenderType" = "Opaque" }
Pass
{
Cull Back
CGPROGRAM
... | {
"pile_set_name": "Github"
} |
### Foundations
The Foundations section outlines the design principles upon which the rest of
the guide builds.
| {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u062f\u0646",
"\u0631\u0627\u062a"
],
"DAY": [
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f85ac2b634a4c4aeba528e3b42a7dbb9
timeCreated: 1443212816
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
---
title: "release notes 2017-12-20"
date: 2017-12-20
releaseType:
- ui
---
### Mailbox Provider Statistics
The mailbox provider statistics page has been updated to show more intuitive delivery percentages by each mailbox provider -for example clicks of delivered (by day by provider), instead of clicks of all clic... | {
"pile_set_name": "Github"
} |
package com.springboot.demo.sys.mapper;
import com.springboot.demo.sys.entity.SysRoleMenu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;
/**
* <p>
* Mapper 接口
* </p>
*
* @author hjy
* @since 2019-03-18
*/
public interface SysRoleMenuMapper extends Ba... | {
"pile_set_name": "Github"
} |
# micropython module placeholder for CPython
# Dummy function decorators
def nodecor(x):
return x
bytecode = native = viper = nodecor
| {
"pile_set_name": "Github"
} |
{{/*
Copyright 2019 Wind River Systems, 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 writing... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "SDWebImageDownloaderOperation.h"
#import "SDWebImageDecoder.h"
#import "UIImage+M... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.number.max-safe-integer');
module.exports = 0x1fffffffffffff; | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2018 Alibaba Group Holding 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 required by applica... | {
"pile_set_name": "Github"
} |
/*
* RomRaider Open-Source Tuning, Logging and Reflashing
* Copyright (C) 2006-2012 RomRaider.com
*
* 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, or
* (... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
*
* 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 Fre... | {
"pile_set_name": "Github"
} |
任务十四:零基础JavaScript编码(二)
===
**面向人群:** 零基础或初学者
**难度:** 简单
**发布时间:** 03-21
**截止时间:** 04-21 23:59
重要说明
---
百度前端技术学院的课程任务是由百度前端工程师专为对前端不同掌握程度的同学设计。我们尽力保证课程内容的质量以及学习难度的合理性,但即使如此,真正决定课程效果的,还是你的每一次思考和实践。
课程多数题目的解决方案都不是唯一的,这和我们在实际工作中的情况也是一致的。因此,我们的要求不仅仅是实现设计稿的效果,更是要多去思考不同的解决方案,评估不同方案的优劣,然后使用在该场景下最优雅的方式去实现。那些最终没有被我们采纳的方案,同... | {
"pile_set_name": "Github"
} |
@import "../../variables";
@import "./common";
.margin(@value) {
.common-size(m, margin, @value);
}
.margin(@value,@negative) when (@negative = true) {
.common-negative-size(m, margin, @value);
}
.margin-series(@start;@end;@step) {
.common-size-series(m, margin, @start, @end, @step);
}
.margin-series(@start;@... | {
"pile_set_name": "Github"
} |
// generated by stringer -type astNodeType; DO NOT EDIT
package jmespath
import "fmt"
const _astNodeType_name = "ASTEmptyASTComparatorASTCurrentNodeASTExpRefASTFunctionExpressionASTFieldASTFilterProjectionASTFlattenASTIdentityASTIndexASTIndexExpressionASTKeyValPairASTLiteralASTMultiSelectHashASTMultiSelectListASTOrE... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Input.States;
using osuTK;
using osuTK.Input;
namespace osu.Framework.Input.Events
{
/// <summary>
/// An event representing a mou... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using SmartStore.Core.Async;
using SmartStore.Core.Data;
using SmartStore.Core.Domain.Catalog;
using SmartStore.Core.Domain.DataExchange;
using SmartStore.Core.Domain.Localizat... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>image_classification</title>
<script src="https://cdn.jsdelivr.net/npm/p5@1.1.4/lib/p5.min.js"></script>
<script src="https://u... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Microsoft. 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 applicable l... | {
"pile_set_name": "Github"
} |
the film may be called mercury rising , but that title doesn't describe the trajectory taken by this motion picture , a routine thriller that combines government cover-ups with a cloying and poorly-motivated buddy story .
the " hook " that is supposed to make mercury rising unique is that the young protagonist is auti... | {
"pile_set_name": "Github"
} |
/*
* Common NFSv4 ACL handling definitions.
*
* Copyright (c) 2002 The Regents of the University of Michigan.
* All rights reserved.
*
* Marius Aamodt Eriksen <marius@umich.edu>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin... | {
"pile_set_name": "Github"
} |
{
"isEnabled": true,
"logic": {
"uid": {
"id": "automation.wirehome.auto_light",
"version": "1.0.0"
},
"variables": {
"config": {
"duration": 20000,
"motion_detectors": [
"floor_lower.motion_detector"... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.