text stringlengths 2 99.9k | meta dict |
|---|---|
<karteikasten>{
for $book in doc("books.xml")//book
for $anzahl in (1 to 2)
where $anzahl=count($book/author)
return
<gruppe anzahl="{$anzahl}">{$book}</gruppe>
}</karteikasten> | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Prometheus 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... | {
"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 <SAObjects/SABaseCommand.h>
#import <SAObjects/SAServerBoundCommand-Protocol.h>
@class NSString, NSURL;
@interface SAUIAppPu... | {
"pile_set_name": "Github"
} |
module.exports = {
ROOT : 0,
GROUP : 1,
POSITION : 2,
SET : 3,
RANGE : 4,
REPETITION : 5,
REFERENCE : 6,
CHAR : 7,
};
| {
"pile_set_name": "Github"
} |
//
// ICChatMessageVideoCell.h
// XZ_WeChat
//
// Created by 郭现壮 on 16/3/13.
// Copyright © 2016年 gxz All rights reserved.
//
#import "ICChatMessageBaseCell.h"
@interface ICChatMessageVideoCell : ICChatMessageBaseCell
- (void)stopVideo;
@end
| {
"pile_set_name": "Github"
} |
<html>
<head>
<link rel="stylesheet" type="text/css" href="asciinema-player.css" />
</head>
<body>
<asciinema-player src="asciicast.json"></asciinema-player>
<script src="asciinema-player.js"></script>
</body>
</html> | {
"pile_set_name": "Github"
} |
using System;
using SLua;
using System.Collections.Generic;
[UnityEngine.Scripting.Preserve]
public class Lua_UnityEngine_HumanPoseHandler : LuaObject {
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
[UnityEngine.Scripting.Preserve]
static public int constructor(IntPtr l) {
try {
UnityEngine.HumanPoseHa... | {
"pile_set_name": "Github"
} |
/*
* Default plugin options
*/
var defaults = {
horizontal: false, // horizontal mode layout ?
inline: false, //forces to show the colorpicker as an inline element
color: false, //forces a color
format: false, //forces a format
input: 'input', // children input selector
container: false, // container sele... | {
"pile_set_name": "Github"
} |
# test default compression stores if smaller; print progress
return 0
args -n test.zip print_progress add compressable aaaaaaaaaaaaaa add uncompressable uncompressable add_nul large-compressable 8200 add_file large-uncompressable large-uncompressable 0 -1
file-new test.zip cm-default.zip
file large-uncompressable ... | {
"pile_set_name": "Github"
} |
/*
* cocos2d for iPhone: http://www.cocos2d-iphone.org
*
* Copyright (C) 2010 Lam Pham
* Copyright (c) 2013-2014 Cocos2D Authors
*
* 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 with... | {
"pile_set_name": "Github"
} |
<html>
<!--
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"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M22,16V4c0,-1.1 -0.9,-2 -2,-2H8c-1.1,0 -2,0.... | {
"pile_set_name": "Github"
} |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, o... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.container;
import com.yahoo.config.model.ConfigModel;
import com.yahoo.config.model.ConfigModelContext;
import com.yahoo.config.model.ConfigModelRepo;
import com.yahoo.co... | {
"pile_set_name": "Github"
} |
/* ztbmv.f -- translated by f2c (version 20100827).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of ... | {
"pile_set_name": "Github"
} |
/* eslint-disable import/no-extraneous-dependencies */
import fs from 'fs';
import { gzipSync } from 'zlib';
import jsonStableStringify from 'json-stable-stringify';
import gaApi from 'ga-api';
import moment from 'moment';
import random from 'random';
// Custom dimensions, see: https://intoli.com/blog/user-agents/
c... | {
"pile_set_name": "Github"
} |
package k8sraw
import "fmt"
// ClusterConfig represents Kubernetes cluster configuration specific for K8s raw plugin
type ClusterConfig struct {
DataNamespace string `yaml:",omitempty"`
}
func (p *Plugin) parseClusterConfig() error {
clusterConfig := &ClusterConfig{}
err := p.cluster.ParseConfigInto(clusterConfig... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()
export default {
config: {
// 这儿添加要用的小程序组件
usingComponents: {
'i-cell-group': '../../static/dist/cell-group/index',
'i-cell': '../../static/dist/cell/index',
'i-icon': '../../static/dist/icon/index'
}... | {
"pile_set_name": "Github"
} |
/*
* SonarQube JavaScript Plugin
* Copyright (C) 2011-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminCheckC... | {
"pile_set_name": "Github"
} |
export var defaultCalendar = {
sameDay : '[Today at] LT',
nextDay : '[Tomorrow at] LT',
nextWeek : 'dddd [at] LT',
lastDay : '[Yesterday at] LT',
lastWeek : '[Last] dddd [at] LT',
sameElse : 'L'
};
import isFunction from '../utils/is-function';
export function calendar (key, mom, now) {
va... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.or... | {
"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 "NSObject.h"
@class DYShaderAnalyzer;
@interface DYShaderProfiler : NSObject
{
id <DYShaderProfilerDelegate> _delegate;
struct dispatch_queue_s *_queue;
DYS... | {
"pile_set_name": "Github"
} |
@import "bulma/bulma"
@import "fresh/core" | {
"pile_set_name": "Github"
} |
(module SMA_Standard (layer F.Cu) (tedit 5AC56647)
(descr "Diode SMA")
(tags "Diode SMA")
(attr smd)
(fp_text reference D2 (at 0 -2.25) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.2)))
)
(fp_text value "ES1J R2" (at 0 2.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)... | {
"pile_set_name": "Github"
} |
/* ***** BEGIN LICENSE BLOCK *****
* Distributed under the BSD license:
*
* Copyright (c) 2012, Ajax.org B.V.
* 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 sou... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2018 VMware, Inc. 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 law or agreed t... | {
"pile_set_name": "Github"
} |
class Vcs < Formula
desc "Creates video contact sheets (previews) of videos"
homepage "https://p.outlyer.net/vcs/"
url "https://p.outlyer.net/files/vcs/vcs-1.13.4.tar.gz"
sha256 "dc1d6145e10eeed61d16c3591cfe3496a6ac392c9c2f7c2393cbdb0cf248544b"
livecheck do
url "https://p.outlyer.net/files/vcs/?C=M&O=D"
... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker;
/**
* Proxy for other generators, to return only unique values. Works with
* Faker\Generator\Base->unique()
*/
class UniqueGenerator
{
protected $generator;
protected $maxRetries;
protected $uniques = array();
/**
* @param Generator $generator
* @param $maxRetries
... | {
"pile_set_name": "Github"
} |
// PHZ
// 2018-5-15
#ifndef XOP_NET_INTERFACE_H
#define XOP_NET_INTERFACE_H
#include <string>
namespace xop {
class NetInterface
{
public:
static std::string GetLocalIPAddress();
};
}
#endif
| {
"pile_set_name": "Github"
} |
Metadata-Version: 2.0
Name: ForgeryPy
Version: 0.1
Summary: An easy to use forged data generator for Python
Home-page: http://tomekwojcik.github.com/ForgeryPy/
Author: Tomasz Wójcik
Author-email: labs@tomekwojcik.pl
License: https://github.com/tomekwojcik/ForgeryPy/blob/master/LICENSE
Download-URL: http://github.com/to... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
package leafnodes
import (
"time"
"github.com/onsi/ginkgo/internal/failer"
"github.com/onsi/ginkgo/types"
)
type ItNode struct {
runner *runner
flag types.FlagType
text string
}
func NewItNode(text string, body interface{}, flag types.FlagType, codeLocation types.CodeLocation, timeout time.Duration, failer *... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
// mksyscall.pl -tags linux,arm64 syscall_linux.go syscall_linux_arm64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,arm64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func fchmodat(dirfd ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC
2898 / PKCS #5 v2.0.
A key derivation function is useful when encrypting data... | {
"pile_set_name": "Github"
} |
---
-api-id: M:Windows.UI.Xaml.Controls.InkToolbarIsStencilButtonCheckedChangedEventArgs.#ctor
-api-type: winrt method
---
<!-- Method syntax.
public InkToolbarIsStencilButtonCheckedChangedEventArgs.InkToolbarIsStencilButtonCheckedChangedEventArgs()
-->
# Windows.UI.Xaml.Controls.InkToolbarIsStencilButtonChe... | {
"pile_set_name": "Github"
} |
# ESP-CAM的简易使用指南-1Z实验室
作者: 阿凯 (QQ 244561792)
1Z实验室(1zlab)出品 : make things easy
## 概要
在ESP-CAM的固件上面, 默认执行的程序为`WIFI传图`.
ESP-CAM开启热点, 电脑连接ESP-CAM的热点, 然后在浏览器中输入对应的URL就可以获取到摄像头拍摄的画面/视频流.
## 目录
使用ESP-CAM 仅需要如下几步
[1ESP-CAM初始化](#1ESP-CAM初始化)
[2连接WIFI](#2连接WIFI)
[3查看IP地址](#3查看IP地址)
[4浏览图片/视频流](#4浏览图片/视频流)
[5问题与解决方案... | {
"pile_set_name": "Github"
} |
form=词
tags=
昨夜月初圆,
今日春才半。
自是元君并旦生,
岂在称遐算。
花诰看加封,
玉斝休辞满。
绮席来年谁与同,
笑揖麻姑伴。
| {
"pile_set_name": "Github"
} |
# OpKernels for data factorization and clustering.
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
package(default_visibility = ["//tensorflow:__subpackages__"])
load("//tensorflow:tensorflow.bzl", "tf_kernel_library")
cc_library(
name = "all_kernels",
deps = [
":clustering_ops",
... | {
"pile_set_name": "Github"
} |
package org.jsoup.internal;
import org.jsoup.helper.Validate;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.SocketTimeoutException;
import java.nio.ByteBuffer;
/**
* A jsoup internal class (so don't use it as there i... | {
"pile_set_name": "Github"
} |
diff --git a/drivers/mfd/tps6591x.c b/drivers/mfd/tps6591x.c
index 42d0065..e9d0f86 100755
--- a/drivers/mfd/tps6591x.c
+++ b/drivers/mfd/tps6591x.c
@@ -385,17 +385,17 @@ static void tps6591x_power_off(void)
pr_err("%s(): Setting power off seq\n", __func__);
ret = tps6591x_set_bits(dev, TPS6591X_DEVCTRL, DEVCTRL_PW... | {
"pile_set_name": "Github"
} |
<Type Name="UpdatePhases" FullName="LineaProSdk.UpdatePhases">
<TypeSignature Language="C#" Value="public enum UpdatePhases" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed UpdatePhases extends System.Enum" />
<AssemblyInfo>
<AssemblyName>LineaProSdk</AssemblyName>
<AssemblyVersio... | {
"pile_set_name": "Github"
} |
-define(TEST_DATA_DIR, "../../../../test/data").
| {
"pile_set_name": "Github"
} |
import isFunction from 'tui-code-snippet/type/isFunction';
import forEachOwnProperties from 'tui-code-snippet/collection/forEachOwnProperties';
import {
getMdStartLine,
getMdStartCh,
getMdEndLine,
getMdEndCh,
addChPos,
setChPos
} from './utils/markdown';
const CLS_PREFIX = 'tui-md-';
const classNameMap = ... | {
"pile_set_name": "Github"
} |
//
// File.m
//
//
// Created by life on 15/6/14.
//
//
#import "CellInfo.h"
@implementation CellInfo
static CellInfo *cellInfo = nil;
+ (CellInfo *) getCellInfo:(Notebook *) notebook
{
// if (!cellInfo) {
// cellInfo = [[CellInfo alloc] init];
// }
// 不能是单例, 不然文字宽度都是一样的!
CellInfo *cellInfo = [[CellInfo all... | {
"pile_set_name": "Github"
} |
package com.github.eclipsecolortheme.mapper;
import org.eclipse.core.runtime.preferences.IEclipsePreferences;
import org.osgi.service.prefs.Preferences;
import com.github.eclipsecolortheme.ColorThemeMapping;
import com.github.eclipsecolortheme.ColorThemeSetting;
public class StatetBaseEditorMapper extends GenericMap... | {
"pile_set_name": "Github"
} |
--TEST--
Test array_column() function: error conditions
--FILE--
<?php
/* Prototype:
* array array_column(array $input, mixed $column_key[, mixed $index_key]);
* Description:
* Returns an array containing all the values from
* the specified "column" in a two-dimensional array.
*/
echo "*** Testing array_column... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="wrap_content"
android:id="@+id/daimajia_indicator_wrapper"
android:layout_gravity="center"
android:layout_height="wrap_content">
</Linea... | {
"pile_set_name": "Github"
} |
class Foo {
as: i32;
declare: i32;
delete: i32;
from: i32;
for: i32;
get: i32;
instanceof: i32;
is: i32;
keyof: i32;
module: i32;
namespace: i32;
null: i32;
readonly: i32;
set: i32;
type: i32;
void: i32;
}
var as: i32;
var constructor: i32;
var declare: i32;
var from: i32;
var get: i32;... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#FF4444">
<LinearLayout
android:id="@+id/view_list_repo_action_container"
andro... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 Manuel Peinado
*
* 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 ag... | {
"pile_set_name": "Github"
} |
# What: WebVTT
# Why: To allow formats intended for marking up external text track resources.
# http://dev.w3.org/html5/webvtt/
# Added by: niftylettuce
text/vtt vtt
# What: Google Chrome Extension
# Why: To allow apps to (work) be served with the right content type header.
# http://codereview.chromium.org/2830017
# ... | {
"pile_set_name": "Github"
} |
//
// MASConstraint.h
// Masonry
//
// Created by Jonas Budelmann on 20/07/13.
// Copyright (c) 2013 cloudling. All rights reserved.
//
#import "MASViewAttribute.h"
#import "MASConstraint.h"
#import "MASLayoutConstraint.h"
#import "MASUtilities.h"
/**
* A single constraint.
* Contains the attributes neccessar... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013, 2015 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faUserCircle: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatu... | {
"pile_set_name": "Github"
} |
// Package godo is the DigtalOcean API v2 client for Go.
package godo
| {
"pile_set_name": "Github"
} |
const fetchFullProjectCache = require(`./fetchFullProjectCache`);
const SourceProject = require(`../model/SourceProject`);
const getProjectTags = require(`./getProjectTags`);
/**
* Fetch all the projects in a given category.
* Resolves to an object like { projects: [...], errors: [...] }.
* Should never return a re... | {
"pile_set_name": "Github"
} |
package main
// Copyright 2017 Microsoft Corporation
//
// 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 ap... | {
"pile_set_name": "Github"
} |
import { Style } from 'sku/treat';
type SelectorMap = Style['selectors'];
export const debugTouchable = ({ after = false } = {}): SelectorMap =>
process.env.NODE_ENV === 'production'
? {}
: {
[`[data-braid-debug] &${after ? ':after' : ''}`]: {
background: 'red',
opacity: 0.2,
... | {
"pile_set_name": "Github"
} |
! erlich8.scl
!
Two 12-tET scales 15 cents shifted, Paul Erlich
24
!
15.00000
100.00000
115.00000
200.00000
215.00000
300.00000
315.00000
400.00000
415.00000
500.00000
515.00000
600.00000
615.00000
700.00000
715.00000
800.00000
815.00000
900.00000
915.00000
1000.000... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2016
*
* 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 withou... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.animation;
import android.view.View;
/**
* Subclass of {@link AnimationPropertyUpdater} for animating view... | {
"pile_set_name": "Github"
} |
/*
Copyright The containerd 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... | {
"pile_set_name": "Github"
} |
/** Generated Model - DO NOT CHANGE */
package org.compiere.model;
import java.math.BigDecimal;
import java.sql.ResultSet;
import java.util.Properties;
/** Generated Model for C_PaySelectionLine
* @author Adempiere (generated)
*/
@SuppressWarnings("javadoc")
public class X_C_PaySelectionLine extends org.compiere.... | {
"pile_set_name": "Github"
} |
### 当代“文字狱” 又一例因拍摄并发布疫情信息被抓(视频)
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [... | {
"pile_set_name": "Github"
} |
#ifndef MAP_SPRITE_H
#define MAP_SPRITE_H
#include "core/buffer.h"
/**
* @file
* Grid to store bridge/animation sprites.
* For the lack of better naming. This grid stores:
* 1) for bridges: which bridge part is where
* 2) for buildings: which offset in the animation cycle is currently shown
*/
int map_sprite_a... | {
"pile_set_name": "Github"
} |
module Ferry
module DSL
module Stages
def stages
Dir[stage_definitions].map { |f| File.basename(f, '.rb') }
end
def stage_definitions
stage_config_path.join('*.rb')
end
def stage_set?
!!fetch(:stage, false)
end
end
end
end
| {
"pile_set_name": "Github"
} |
p
q
r
s
-
o
r
g
_
_
c
p
p
-
o
s
x
-
s
e
s
s
i
o
n
| {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "KWBeIdenticalToMatcher.h"
#import "KWFormatter.h"
@interface KWBeIdenticalToMatcher()
#pragma mark - Properties
@property (nonatomic, readwrite, strong) id otherSubject;
@end
@implementation KWBeIdentic... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Rasmus Munk Larsen (rmlarsen@google.com)
//
// 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 obta... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19E287</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.injector.BrcmBluetoothInjector</strin... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# Use singleton class Spree::Preferences::Store.instance to access
#
require 'singleton'
module Spree::Preferences
class StoreInstance
def initialize
@cache = Rails.cache
end
def set(key, value)
@cache.write(key, value)
persist(key, value)
end
al... | {
"pile_set_name": "Github"
} |
lttng-enable-rotation(1)
========================
:revdate: 13 November 2018
NAME
----
lttng-enable-rotation - Set a tracing session's rotation schedule
SYNOPSIS
--------
[verse]
*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-rotation* [option:--session='SESSION']
(option:--timer='PERIOD' | option:--siz... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
Python ctypes-based bindings libvlc
===================================
The bindings use ctypes to directly call the libvlc dynamic lib, and
the code is generated from the include files defining the public
API. The same module should be compatible with various versions of
libvlc 3.*. However, there may be incompatible... | {
"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_181) on Fri Apr 03 16:05:24 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CascadeClassifier (OpenCV 4... | {
"pile_set_name": "Github"
} |
package io.digdag.standards.operator.param;
import io.digdag.spi.ParamServerClientConnection;
import io.digdag.spi.ParamServerClientConnectionManager;
public class DummyServerClientConnectionManager
implements ParamServerClientConnectionManager
{
@Override
public ParamServerClientConnection getConnect... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="yes"?>
<programlisting>
for (auto & s : seq)
s.<methodname alt="boost::process::extend::handler::on_setup">on_setup</methodname>(*this);
if (<methodname alt="boost::process::extend::posix_executor::error">error</methodname>())
{
for (auto & s : seq)
s.<methodname ... | {
"pile_set_name": "Github"
} |
function f(type) {
for (var i = 0; i < 3; i++) {}
assertEq((new String) instanceof type, true);
}
f(String);
| {
"pile_set_name": "Github"
} |
#!/bin/bash
set -euo pipefail
release_type=$1
script-log state "Pulling latest"
git pull
script-log state "Bumping version"
npm version "$release_type" -m "Release %s"
script-log state "Pushing"
git push --set-upstream origin master
git push --tags
script-log state "Done"
| {
"pile_set_name": "Github"
} |
--- third_party/crashpad/crashpad/util/misc/capture_context.h.orig 2019-12-12 12:41:25 UTC
+++ third_party/crashpad/crashpad/util/misc/capture_context.h
@@ -21,7 +21,7 @@
#include <mach/mach.h>
#elif defined(OS_WIN)
#include <windows.h>
-#elif defined(OS_LINUX) || defined(OS_ANDROID)
+#elif defined(OS_LINUX) || defi... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | {
"pile_set_name": "Github"
} |
% 9.5.07
% This is a sample documentation for Compass in the tex format.
% We restrict the use of tex to the following subset of commands:
%
% \section, \subsection, \subsubsection, \paragraph
% \begin{enumerate} (no-nesting), \begin{quote}, \item
% {\tt ... }, {\bf ...}, {\it ... }
% \htmladdnormallink{}{}
% \begin{ve... | {
"pile_set_name": "Github"
} |
define( [
"../var/support"
], function( support ) {
support.focusin = "onfocusin" in window;
return support;
} );
| {
"pile_set_name": "Github"
} |
// Tests for RxJS-BackPressure TypeScript definitions
// Tests by Igor Oleinikov <https://github.com/Igorbek>
///<reference path="rx.d.ts" />
///<reference path="rx.backpressure.d.ts" />
function testPausable() {
var o: Rx.Observable<string>;
var pauser = new Rx.Subject<boolean>();
var p = o.pausable(pauser);
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Don't disable Type 1 fonts. Make sure to run this as root
if having problems: fc-cache -f -->
<selectfont>
<acceptfont>
<pattern>
<patelt name="fontformat" >
<string>Type 1</string>
</patelt>... | {
"pile_set_name": "Github"
} |
<template functional>
<div class="md-container">
<!-- eslint-disable-next-line vue/no-v-html -->
<div class="dynamic-content" v-html="props.md"></div>
</div>
</template>
<script>
export default {
name: 'MdContainer',
props: {
md: {
type: String,
default: ''
}
}
};
</script>
<sty... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// Author: Aliaksei Chapyzhenka
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='osx' requires-full-environment='true'>
<timeline fileName='timeline.xctimeline'/>
</playground> | {
"pile_set_name": "Github"
} |
set( stlab_Clang_base_flags -Wall -Wextra -Wpedantic -Werror -ftemplate-backtrace-limit=0 -DBOOST_NO_AUTO_PTR=1 -D_GLIBCXX_USE_CXX11_ABI=0)
set( stlab_Clang_debug_flags -gdwarf-3 )
set( stlab_Clang_coverage_flags --coverage )
set( stlab_Clang_release_flags )
string(CONCAT generator
"${stlab_Clang_base_flags};"
"$<... | {
"pile_set_name": "Github"
} |
function test() {
return typeof Map.prototype.delete === "function";
}
if (!test())
throw new Error("Test failed");
| {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | {
"pile_set_name": "Github"
} |
using System;
using NHapi.Base;
using NHapi.Base.Parser;
using NHapi.Base.Model;
using NHapi.Model.V251.Datatype;
using NHapi.Base.Log;
namespace NHapi.Model.V251.Segment{
///<summary>
/// Represents an HL7 QPD message segment.
/// This segment has the following fields:<ol>
///<li>QPD-1: Message Query Na... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: get
uri: http://ps.pndsn.com/v1/channel-registration/sub-key/sub-a-mock-key/channel-group/demo?add=demo&auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.1.0&uuid=ruby-test-uuid-client-one
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
... | {
"pile_set_name": "Github"
} |
package converters
import (
rbac "k8s.io/api/rbac/v1"
"github.com/koki/short/types"
)
func Convert_Kube_Role_to_Koki(kube *rbac.Role) (*types.RoleWrapper, error) {
koki := &types.Role{}
koki.Name = kube.Name
koki.Namespace = kube.Namespace
koki.Version = kube.APIVersion
koki.Cluster = kube.ClusterName
koki.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2015 Marvell International Ltd.
* Copyright (C) 2002-2010 Kinoma, 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.... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.Runtime.Serialization
{
using System;
using System.Collections.Generic;
... | {
"pile_set_name": "Github"
} |
<!--
Automatically generated HTML file from DocOnce source
(https://github.com/hplgit/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
<meta name="description" content="Introduction to Monte ... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
"caseless@0.12.0",
"/Users/eshanker/Code/fsevents"
]
],
"_from": "caseless@0.12.0",
"_id": "caseless@0.12.0",
"_inBundle": true,
"_integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
"_location": "/fsevents/caseless",
"_phantomChildren": {},
"_requested": {
"type": ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.