text stringlengths 2 99k | meta dict |
|---|---|
import {assert} from 'chai';
import {describe, it} from 'mocha';
import {Color} from '../model/color';
import {ColorFormatter} from './color';
describe(ColorFormatter.name, () => {
it('should format color with specified stringifier', () => {
const stringifier = (color: Color): string => {
return String(color);
... | {
"pile_set_name": "Github"
} |
/* QLogic qed NIC Driver
* Copyright (c) 2015 QLogic Corporation
*
* This software is available under the terms of the GNU General Public License
* (GPL) Version 2, available from the file COPYING in the main directory of
* this source tree.
*/
#ifndef _QED_INIT_OPS_H
#define _QED_INIT_OPS_H
#include <linux/typ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 ignore
// +build aix
/*
Input to cgo -godefs. See also mkerrors.sh and mkall.sh
*/
// +godefs map struct_in_addr [4]byte /* in_addr */
// +godefs m... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// GB_AxB: hard-coded functions for semiring: C<M>=A*B or A'*B
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
// http://sui... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
{
"Version": "2.1.23.13",
"Names": {
"ab": "абхазаг",
"ady": "адыгейаг",
"ae": "авестӕ",
"af": "африкаанс",
"ang": "рагон англисаг",
"ar": "араббаг",
"av": "авайраг",
"az": "тӕтӕйраг",
"ba": "башкираг",
"bg": "болгайраг",
"b... | {
"pile_set_name": "Github"
} |
#! /bin/bash
#
# 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/.
########################################################################
# mozilla/security/nss/tests/l... | {
"pile_set_name": "Github"
} |
# PMHTTP
[](https://github.com/postmates/PMHTTP/releases/latest)

;
// 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 agre... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <AppKit/NSPopover.h>
@interface TPopover : NSPopover
{
}
- (void)updatePreferredEdge;
- (id)positioningWindow;
- (void)showRe... | {
"pile_set_name": "Github"
} |
# CH system, PBE0 and HSE06, interatomic distance optimization
ndtset 3
#DATASET 1 PBE (the pseudopotentials for C and H are with PBE XC)
#DATASET 2 PBE0
ixc2 41
getwfk2 1
getxred2 1
#DATASET 3 HSE06
ixc3 -428
getwfk3 2
getxred3 2
#Common
acell 5 2*4 Angstrom
diemac 1.0d0 diemix 0.5d0... | {
"pile_set_name": "Github"
} |
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
// Messages:
// - Anyone can read.
// - Authenticated users can add and edit messages.
// - Validation: Check name is same as auth token and text length below 300 char or that imageUrl is a URL.
// - De... | {
"pile_set_name": "Github"
} |
##List of Known Dependencies
###ORB-SLAM2 version 1.0
In this document we list all the pieces of code included by ORB-SLAM2 and linked libraries which are not property of the authors of ORB-SLAM2.
#####Code in **src** and **include** folders
* *ORBextractor.cc*.
This is a modified version of orb.cpp of OpenCV libr... | {
"pile_set_name": "Github"
} |
# core HAL config file for servos
# first load the core RT modules that will be needed
# kinematics
loadrt [KINS]KINEMATICS
# motion controller, get name and thread periods from ini file
loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[KINS]JOINTS
# PID module, for three PID loops
loadrt pid nu... | {
"pile_set_name": "Github"
} |
this exists to make sure that the git/svn bridge creates the folder.
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <EventKit/EKProtocolObject-Protocol.h>
@class NSString, NSURL;
@protocol EKProtocolSharee <EKProtocolObject>
@property(readon... | {
"pile_set_name": "Github"
} |
Ext.define('Ext.theme.triton.grid.column.Column', {
override: 'Ext.grid.column.Column',
compatibility: Ext.isIE8,
onTitleMouseOver: function() {
var triggerEl = this.triggerEl;
this.callParent(arguments);
if (triggerEl) {
triggerEl.syncRepaint(... | {
"pile_set_name": "Github"
} |
.. _component_layers:
``component_layers``
--------------------
.. automodule:: neuroptica.component_layers
:members:
:special-members:
:show-inheritance: | {
"pile_set_name": "Github"
} |
create or replace function pgq.register_consumer(
x_queue_name text,
x_consumer_id text)
returns integer as $$
-- ----------------------------------------------------------------------
-- Function: pgq.register_consumer(2)
--
-- Subscribe consumer on a queue.
--
-- From this moment forward, consumer w... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="8dp">
<andr... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var uuid = require('../');
var log = console.log;
var generators = {
v1: uuid.v1,
v4: uuid.v4
};
var UUID_FORMAT = {
v1: /[0-9a-f]{8}-[0-9a-f]{4}-1[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/i,
v4: /[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/i
};
var ... | {
"pile_set_name": "Github"
} |
2 2 1
9 9 1
10 10 1
13 13 1
14 14 1
15 15 1
22 2 2
29 9 2
30 10 2
33 13 2
34 14 2
35 15 2
42 2 3
45 5 3
49 9 3
50 10 3
53 13 3
54 14 3
55 15 3
62 2 4
69 9 4
70 10 4
73 13 4
74 14 4
75 15 4
| {
"pile_set_name": "Github"
} |
"Utility functions used by the btm_matcher module"
from . import pytree
from .pgen2 import grammar, token
from .pygram import pattern_symbols, python_symbols
syms = pattern_symbols
pysyms = python_symbols
tokens = grammar.opmap
token_labels = token
TYPE_ANY = -1
TYPE_ALTERNATIVES = -2
TYPE_GROUP = -3
class MinNode(... | {
"pile_set_name": "Github"
} |
Sequel.migration do
up do
create_table :events do
primary_key :id
Integer :parent_id
String :user, :null => false
Time :timestamp, :index => true, :null => false
String :action, :null => false
String :object_type, :null => false
String :object_name
String :error, :t... | {
"pile_set_name": "Github"
} |
# Utils
Here are some utils, which may be used to do tasks around the fine dust sensor project.
## External utils
[Stress Test Scripts for MQTT using Python and Ansible](https://github.com/bluewindthings/mqtt-stress)
| {
"pile_set_name": "Github"
} |
// Copyright 2017 The Upspin Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package disk provides a storage.Storage that stores data on local disk.
package disk // import "upspin.io/cloud/storage/disk"
import (
"io/ioutil"
"os... | {
"pile_set_name": "Github"
} |
export {Scrollbar} from './Scrollbar.js';
| {
"pile_set_name": "Github"
} |
package org.openstack4j.model.compute;
import java.util.Date;
import org.openstack4j.model.ModelEntity;
/**
* An OpenStack Keypair is an SSH Key
*
* @author Jeremy Unruh,whaon
*/
public interface Keypair extends ModelEntity {
/**
* The name associated with the keypair
*
* @return the name of the keypai... | {
"pile_set_name": "Github"
} |
---
external help file: PSWriteWord-help.xml
Module Name: PSWriteWord
online version:
schema: 2.0.0
---
# Get-WordFooter
## SYNOPSIS
{{Fill in the Synopsis}}
## SYNTAX
```
Get-WordFooter [[-WordDocument] <Container>] [[-Type] <String>] [[-Supress] <Boolean>] [<CommonParameters>]
```
## DESCRIPTION
{{Fill in the De... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.string.iterator');
require('../../modules/es6.array.from');
module.exports = require('../../modules/_core').Array.from;
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<h1>SpecialCharacters(特殊字符) <a href='https://www.pingfangx.com/xx/translation/feedback?from=tips'>[汉化反馈]</a></h1>
<p>您可以使用以撇号开头的 ASCII 值替换 XML 或 HTML 文件中的特殊字符。要做到这一点,选择一个... | {
"pile_set_name": "Github"
} |
#if defined(TILES)
#include "sdl_font.h"
#include "output.h"
#if defined(_WIN32)
# if 1 // HACK: Hack to prevent reordering of #include "platform_win.h" by IWYU
# include "platform_win.h"
# endif
# include <shlwapi.h>
# if !defined(strcasecmp)
# define strcasecmp StrCmpI
# endif
#else
# include... | {
"pile_set_name": "Github"
} |
/**
* @file <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_render.h>
*
* @author Carlo Pinciroli - <ilpincy@gmail.com>
*/
#ifndef QT_OPENGL_RENDER_H
#define QT_OPENGL_RENDER_H
namespace argos {
class CQTOpenGLRender;
class CQTOpenGLApplication;
}
#include <argos3/core/simulator/visualization/v... | {
"pile_set_name": "Github"
} |
1762-01-01
1763-01-01
1764-01-01
1765-01-01
1766-01-01
1767-01-01
1768-01-01
1769-01-01
1770-01-01
1771-01-01
1772-01-01
1773-01-01
1774-01-01
1775-01-01
1776-01-01
1777-01-01
1778-01-01
1779-01-01
1780-01-01
1781-01-01
1782-01-01
1783-01-01
1784-01-01
1785-01-01
1786-01-01
1787-01-01
1788-01-01
1789-01-01
1790-01-01
1... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -globalopt -S | FileCheck %s
target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
%struct.foo = type { i32, i32 }
@X = internal global %struct.foo* null
; CHECK: @X.f0
; CHECK: @X.f1
define void @bar(i64 %Size) nounwind noinl... | {
"pile_set_name": "Github"
} |
h2 Error: #{statusCode} #{statusText}
if stack
code= stack
| {
"pile_set_name": "Github"
} |
/* NSObject+CardDAV.h - this file is part of SOGo
*
* Copyright (C) 2007-2015 Inverse inc.
*
* This file 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 later... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtNetwork module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid comm... | {
"pile_set_name": "Github"
} |
"use strict";
// This icon file is generated automatically.
// tslint:disable
Object.defineProperty(exports, "__esModule", { value: true });
var ToolFilled = { "name": "tool", "theme": "filled", "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs":... | {
"pile_set_name": "Github"
} |
//@private
export class EasySAXParser {
constructor();
parse(xml: string): void;
on(name: string, cb: Function): void;
ns(root: string, ns: any): void;
public angularSyntax: boolean;
}
| {
"pile_set_name": "Github"
} |
/*
* LeadTek Y04G0051 remote controller keytable
*
* Copyright (C) 2010 Antti Palosaari <crope@iki.fi>
*
* 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 L... | {
"pile_set_name": "Github"
} |
// Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using ... | {
"pile_set_name": "Github"
} |
import unittest.mock as mock
import cv2
import numpy as np
from apps.rendering.benchmark import renderingbenchmark
from golem.testutils import TempDirFixture
class TestBenchmark(TempDirFixture):
def setUp(self):
super(self.__class__, self).setUp()
self.benchmark = renderingbenchmark.RenderingBe... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'cc-mastercard';
var width = 576;
var height = 512;
var ligatures = [];
var unicode = 'f1f1';
var svgPathData = 'M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 1... | {
"pile_set_name": "Github"
} |
#N canvas 98 339 450 300 10;
#X obj 63 113 keynameonly a;
#X obj 173 113 keynameonly b;
#X obj 283 113 keynameonly c;
#X floatatom 63 137 5 0 0 0 - - -;
#X floatatom 173 137 5 0 0 0 - - -;
#X floatatom 283 137 5 0 0 0 - - -;
#X obj 63 162 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 173 162 bng 15 ... | {
"pile_set_name": "Github"
} |
// no PCH
// RUN: %clang_cc1 -fopenmp -fnoopenmp-use-tls -emit-llvm -include %s -include %s %s -o - | FileCheck %s
// with PCH
// RUN: %clang_cc1 -fopenmp -fnoopenmp-use-tls -emit-llvm -chain-include %s -chain-include %s %s -o - | FileCheck %s
// no PCH
// RUN: %clang_cc1 -fopenmp -emit-llvm -include %s -include %s %s ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby -wW1
$: << '.'
$: << '../lib'
if __FILE__ == $0
while (i = ARGV.index('-I'))
x,path = ARGV.slice!(i, 2)
$: << path
end
end
require 'optparse'
require 'stringio'
require 'multi_xml'
begin
require 'libxml'
rescue Exception => e
end
begin
require 'nokogiri'
rescue Exception => e
end... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Recombine Tags And Decorations</title>
<script src="extractSourceSpans.js"></script>
<script src="numberLines.js"></script>
<script src="recombineTagsAndDecorations.js"></script>
<script src="http://github.com/douglascrockford/JSON-js/raw/master/json2.... | {
"pile_set_name": "Github"
} |
#include "../../src/gui/dialogs/qabstractpagesetupdialog.h"
| {
"pile_set_name": "Github"
} |
/*******************************
User Overrides
*******************************/
| {
"pile_set_name": "Github"
} |
diff -uNr stellarium-0.8.0-orig/src/s_gui.h stellarium-0.8.0/src/s_gui.h
--- stellarium-0.8.0-orig/src/s_gui.h 2006-04-29 17:13:47.000000000 +0200
+++ stellarium-0.8.0/src/s_gui.h 2006-05-06 23:31:25.000000000 +0200
@@ -510,7 +510,7 @@
private:
callback<void> onChangeCallback;
- void ScrollBar::adjustSize(voi... | {
"pile_set_name": "Github"
} |
E
1532126087
tags: Greedy, Array, DP, Sequence DP, Subarray
time: O(m)
space: O(1)
给一串数组, unsorted, can have negative/positive num. 找数组中间 subarray 数字之和的最小值
#### DP
- 看到 min value, 至少考虑dp:
- Consider last num: min sum will be (preMinSum + curr, or curr)
- Use preMinSum to cache previouly calcualted min sum,... | {
"pile_set_name": "Github"
} |
INCLUDE 'VICMAIN_FOR'
SUBROUTINE MAIN44
C
C 2 MAY 89 ...REA... INITIAL RELEASE
C 12 AUG 93 ...REA... PORT TO UNIX
C
REAL BUF(800)
CHARACTER*80 PR
C open input
CALL XVUNIT(INUNIT,'INP',1,ISTAT,' ')
CALL XVOPEN(INUNIT,ISTAT,'OPEN_ACT','SA','IO_ACT','SA',
+ 'U_FORMAT','REAL',' ')
... | {
"pile_set_name": "Github"
} |
{
"name": "jfk-files",
"version": "1.0.0",
"description": "Azure Search Demo based on declassified JFK Files",
"main": "app.js",
"config": {
"build": "dist",
"remote": "GH-Lemoncode",
"msg": "Github Deploy in gh-pages"
},
"scripts": {
"start": "env-cmd .env if-env NODE_ENV=production && np... | {
"pile_set_name": "Github"
} |
.class final Lcn/com/smartdevices/bracelet/gps/services/W;
.super Landroid/content/BroadcastReceiver;
# instance fields
.field final synthetic a:Lcn/com/smartdevices/bracelet/gps/services/U;
# direct methods
.method private constructor <init>(Lcn/com/smartdevices/bracelet/gps/services/U;)V
.locals 0
iput-o... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico" />
<title>DataTables example</title>
<style t... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a8c276c26e30a4c04a6192b62b9017c7
timeCreated: 1443394083
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package org.orcid.core.adapter.v3;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.util.Date;
import java.util.Set;
import javax.annotation.Resource;
import org.junit.Test;
im... | {
"pile_set_name": "Github"
} |
<%= render(PageComponent.new(subject: @organization, tabs: TabsComponent.new(tabs: organization_tabs(@organization)), sidebar: true, sidebar_partial: "/pixels/sidebar")) do |component| %>
<% component.with(:header) do %>
<%= render(Page::HeaderComponent.new(title: @organization.name, sidebar: true, buttons: [
... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
// Copyright (C) 2005-2008 Daniel James.
// 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://www.boost.org/libs/unordered for documentation
#ifndef ... | {
"pile_set_name": "Github"
} |
/* Copyright 2003-2013 Joaquin M Lopez Munoz.
* 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://www.boost.org/libs/multi_index for library home page.
*/
#ifndef BOOST_MULTI_INDEX_DETAIL_INDEX_SAV... | {
"pile_set_name": "Github"
} |
Name
ARB_texture_border_clamp
Name Strings
GL_ARB_texture_border_clamp
Contact
Patrick R. Brown, Intel Corporation (patrick.r.brown 'at' intel.com)
Notice
Copyright (c) 2000-2013 The Khronos Group Inc. Copyright terms at
http://www.khronos.org/registry/speccopyright.html
Specification Up... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"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="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sun Mar 11 19:57:10 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.alibaba.d... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | {
"pile_set_name": "Github"
} |
/* Arduino SdFat Library
* Copyright (C) 2009 by William Greiman
*
* This file is part of the Arduino SdFat Library
*
* This Library 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... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</request... | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<gl_extension name="GL_EXT_draw_instanced" reg_no="327" prefer="GL_ARB_draw_instanced">
<functions>
<function name="glDrawArraysInstancedEXT" return="void">
<params>
<param type="GLenum" name="mode"/>
<param type="GLint" name="start"/>
<param type="GLsizei" name="count"/... | {
"pile_set_name": "Github"
} |
---
title: Tutorials and training for SharePoint Development
description: Different tutorials and other resources around SharePoint development.
ms.date: 02/27/2020
ms.prod: sharepoint
localization_priority: Priority
---
# Tutorials and training material for SharePoint Development
Here are the different ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "TView.h"
@interface TFakeTagsMenuItemView : TView
{
_Bool _selected;
struct TNSRef<NSView, void> _selectionView;
... | {
"pile_set_name": "Github"
} |
// ========================================================================
// $Id: WebApplicationContextMBean.java,v 1.11 2005/08/13 00:01:27 gregwilkins Exp $
// Copyright 1999-2004 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// Licensed under the Apache L... | {
"pile_set_name": "Github"
} |
Red [
Title: "Red base environment definitions"
Author: "Nenad Rakocevic"
File: %operators.red
Tabs: 4
Rights: "Copyright (C) 2011-2018 Red Foundation. All rights reserved."
License: {
Distributed under the Boost Software License, Version 1.0.
See https://github.com/red/red/blob/master/BSL-License.txt
... | {
"pile_set_name": "Github"
} |
load --table Shops
[
{"_key":"nezu-no-taiyaki",
"name":"根津のたいやき",
"latitude":128592911,
"longitude":503145263,
"location":"128592911x503145263",
"latitude_in_degree":35.720253,
"longitude_in_degree":139.762573,
"tags":["たいやき","天然"],
"area":"area0005"},
{"_key":"taiyaki-kataoka",
"name":"たい焼 カタオカ",
"latitude":... | {
"pile_set_name": "Github"
} |
package io.swagger.codegen.languages;
import io.swagger.codegen.CodegenConfig;
import io.swagger.codegen.CodegenConstants;
import io.swagger.codegen.CodegenType;
import io.swagger.codegen.CodegenOperation;
import io.swagger.codegen.DefaultCodegen;
import io.swagger.codegen.SupportingFile;
import io.swagger.models.prop... | {
"pile_set_name": "Github"
} |
FROM python:3.6
MAINTAINER maicius
WORKDIR /qqzone
COPY requirements.txt /qqzone
COPY Songti.ttc /usr/share/fonts
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
COPY . /qqzone
CMD python src/web/server.py
| {
"pile_set_name": "Github"
} |
/// <reference types="node" />
import { FileTransformer } from "builder-util/out/fs";
import { Stats } from "fs-extra-p";
import { FileMatcher } from "../fileMatcher";
import { Packager } from "../packager";
export interface ResolvedFileSet {
src: string;
destination: string;
files: Array<string>;
metad... | {
"pile_set_name": "Github"
} |
NS1 input.foo /^ns NS1$/;" n
x input.foo /^define x {$/;" d namespace:NS1
y input.foo /^ define y {$/;" d definition:NS1.x
v_y_0 input.foo /^ var v_y_0$/;" v definition:NS1.x.y
v_y_1 input.foo /^ var v_y_1$/;" v definition:NS1.x.y
z input.foo /^ define z {$/;" d definition:NS1.x
v_z_0 input.foo /^ ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Draggable 1.8.24
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Draggables
*
* Depends:
* jquery.ui.core.js
* jquery.ui.mouse.js
* jquery.ui.widget.js
*/
(function... | {
"pile_set_name": "Github"
} |
{
"name": "Analytics",
"description": "",
"version": "4.17.0",
"dependencies": {
"system": {
"type": "SAE",
"version": "4.2.0"
}
}
}
| {
"pile_set_name": "Github"
} |
// ASM: a very small and fast Java bytecode manipulation framework
// Copyright (c) 2000-2011 INRIA, France Telecom
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions of ... | {
"pile_set_name": "Github"
} |
---
name: Question
about: Got a question? ask it here
title: "[question]"
labels: question
assignees: ''
---
| {
"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"
} |
op {
name: "QueueEnqueueV2"
input_arg {
name: "handle"
type: DT_RESOURCE
}
input_arg {
name: "components"
type_list_attr: "Tcomponents"
}
attr {
name: "Tcomponents"
type: "list(type)"
has_minimum: true
minimum: 1
}
attr {
name: "timeout_ms"
type: "int"
default... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// This source file is part of the Soto for AWS open source project
//
// Copyright (c) 2017-2020 the Soto project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
// See CONTRIBUTORS.txt for t... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-2020 H2 Group. Multiple-Licensed under the MPL 2.0,
and the EPL 1.0 (https://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html xmlns="http://www.w3.org/1999/xhtml" lan... | {
"pile_set_name": "Github"
} |
var t = require("tap")
var origCwd = process.cwd()
process.chdir(__dirname)
var glob = require('../')
var path = require('path')
t.test('.', function (t) {
glob('/b*/**', { globDebug: true, root: '.' }, function (er, matches) {
t.ifError(er)
t.like(matches, [])
t.end()
})
})
t.test('a', function (t... | {
"pile_set_name": "Github"
} |
#!/bin/bash
USAGE()
{
echo "usage: $0 [--liveheap][-nz|--nozip][-i|--interval] <pid>"
}
if [ $# -lt 1 ]; then
USAGE
exit -1
fi
BASEDIR=/tmp/vjtools
LOGDIR=${BASEDIR}/vjdump
SLEEP_TIME=1
CLOSE_COMPRESS=0
NEED_HEAP_DUMP=0
PID="$1"
while true; do
case "$1" in
-i|--interval) SLEEP_TIME="$2"; PID="$3"; shift... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Confluent Inc.
*
* Licensed under the Confluent 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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="tabpage" content="jobs"/>
<meta name="layout" content="base"/>
<title>%{--
- Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com)
-
- Licensed under the Apache License, Version 2.0 (the "License");
... | {
"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 license... | {
"pile_set_name": "Github"
} |
(require 'clojure-mode)
(require 'clojure-mode-extra-font-locking)
(defadvice clojure-test-run-tests (before save-first activate)
(save-buffer))
(defadvice nrepl-load-current-buffer (before save-first activate)
(save-buffer))
(require 'clj-refactor)
(setq cljr-favor-prefix-notation nil)
(setq cljr-favor-private... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
class CreateElectronics < ActiveRecord::Migration
def self.up
create_table :electronics, :force => true do |t|
t.column :name, :string
t.column :manufacturer, :string
t.column :features, :string
t.column :category, :string
t.column :price, :string
end
end
def self.down
d... | {
"pile_set_name": "Github"
} |
# Ceres Solver - A fast non-linear least squares minimizer
# Copyright 2015 Google Inc. All rights reserved.
# http://ceres-solver.org/
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source cod... | {
"pile_set_name": "Github"
} |
// Color Utility
// Options
$iota-utils-color : true;
$iota-utils-color-namespace : 'color-' !default;
$iota-utils-color-names : () !default;
// Helper Local Variables
$iota-utils-color-var-color: $iota-global-utilities-namespace + $iota-utils-color-namespace;
// Color Utilities
@each $co... | {
"pile_set_name": "Github"
} |
body {
margin: 0;
padding: 0;
border: 0;
color: #1E1E1E;
font-size: 13px;
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.45;
word-wrap: break-word;
}
/* General & 'Reset' Stuff */
.container {
width: 1100px;
margin: 0 auto;
}
section {
display: block;
margin: 0;
}
h1,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "臺中市西區向上路一段162號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCo... | {
"pile_set_name": "Github"
} |
/******************************************************************
Copyright 1993, 1994 by Digital Equipment Corporation, Maynard, Massachusetts,
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby g... | {
"pile_set_name": "Github"
} |
119c119
< >>control query shape exchange(scan('t025mdam', MDAM_COLUMNS ALL));
---
> >>control query shape scan('t025mdam', MDAM_COLUMNS ALL);
2094c2094,2097
< --- SQL command prepared.
---
> *** ERROR[2105] This query could not be compiled because of incompatible Control Query Shape (CQS) specifications. Inspect the CQ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.