text stringlengths 2 99.9k | meta dict |
|---|---|
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
protocol a{protocol A:b}enum S{struct Q{struct Q{enum A{protocol A:d{class A
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017
*
* 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 writi... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 KeePassXC Team <team@keepassxc.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 or (at your option)
* version 3 of the License.
*
* T... | {
"pile_set_name": "Github"
} |
within Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases6xx;
model Case630 "Case 620, but with added overhang and sidefins"
extends Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases6xx.Case620(
roo(
datConExtWin(
ove(
each wR=0.0,
each wL=0.0,
each dep=1.0,
ea... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/input/MathML/config.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* 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/licens... | {
"pile_set_name": "Github"
} |
import os
testsetNames = [ "ap", "battig", "esslli" ]
testsetCatNums = [ 13, 10, 6 ]
algNames = [ "PSDVec", "word2vec", "CCA" ]
CLmethods = [ "rbr", "direct", "graph" ]
vclusterPath = "D:\\cluto-2.1.2\\MSWIN-x86_64-openmp\\vcluster.exe"
testsetDir = "./concept categorization"
for CLmethod in CLmethods:
... | {
"pile_set_name": "Github"
} |
---
title: NativePtr.toNativeInt<'T> Function (F#)
description: NativePtr.toNativeInt<'T> Function (F#)
keywords: visual f#, f#, functional programming
author: dend
manager: danielfe
ms.date: 05/16/2016
ms.topic: language-reference
ms.prod: visual-studio-dev14
ms.technology: devlang-fsharp
ms.assetid: c00cede6-ae1f-440... | {
"pile_set_name": "Github"
} |
describe('#targetType', function() {
beforeEach(function() {
$.fn.raty.defaults.path = '../lib/images';
this.el = Helper.create('#el');
this.target = Helper.target('#target');
});
afterEach(function() {
Helper.clear();
});
context('target missing', function() {
it ('throws error', f... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "tv",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
<chapter id="commands">
<title>Bitlbee commands</title>
<command-list/>
<bitlbee-command name="account">
<short-description>IM-account list maintenance</short-description>
<syntax>account [<account id>] <action> [<arguments>]</syntax>
<description>
<para>
Available actions: add, de... | {
"pile_set_name": "Github"
} |
#ifndef COIN_SBBOX_H
#define COIN_SBBOX_H
/**************************************************************************\
* Copyright (c) Kongsberg Oil & Gas Technologies AS
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | {
"pile_set_name": "Github"
} |
/*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2006, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (a... | {
"pile_set_name": "Github"
} |
#!/bin/bash
exec scala "$0" "$@"
!#
// Propagates changes in README.md (table of contents) to all other files in docs/
// Usage: cd docs; ./make_TOC.scala
import java.io.File
import java.io.FileWriter
import scala.io.Source.stdin
import scala.io.Source.fromFile
val toc : String = fromFile("README.md").mkString("")
... | {
"pile_set_name": "Github"
} |
// Copyright 2014 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package gin
import (
"encoding/json"
"errors"
"testing"
"github.com/stretchr/testify/assert"
)
func TestError(t *testing.T) {
baseError := error... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-ppc64le:v1.13.9-beta.0
| {
"pile_set_name": "Github"
} |
package identity
import (
"github.com/skygeario/skygear-server/pkg/core/authn"
"github.com/skygeario/skygear-server/pkg/core/config"
)
type Candidate map[string]interface{}
const (
CandidateKeyType = "type"
CandidateKeyEmail = "email"
CandidateKeyProviderType = "provider_type"
CandidateKeyProviderAlias ... | {
"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>SchemeUserState</key>
<dict>
<key>HUPhotoBrowser.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integ... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace MsgPhp\User\Credential;
use MsgPhp\User\Event\Domain\ChangeCredential;
/**
* @author Roland Franssen <franssen.roland@gmail.com>
*/
final class EmailPassword implements UsernameCredential, PasswordProtectedCredential
{
use EmailAsUsername;
use PasswordProtection;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="donations__button_close">Sulge</string>
<string name="donations__flattr">Flattr</string>
<string name="donations__google_android_market">Google Play pood</string>
<string name="donations__google_android_market_not_supported">Annetused rak... | {
"pile_set_name": "Github"
} |
/* ************************************************************************
qooxdoo - the new era of web development
http://qooxdoo.org
Copyright:
2011 1&1 Internet AG, Germany, http://www.1und1.de
License:
MIT: https://opensource.org/licenses/MIT
See the LICENSE file in the project's top... | {
"pile_set_name": "Github"
} |
#Statistics:
#XOR count: 29
#AND count: 348
#MUX count: 19
#Inputs Alice (Server)
S 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#Inputs Bob (Client)
C
#constant zero
0 -2
#constant one
1 -3
#Gates
X 10 -3 16
X 1 -3 17
X 9 -3 18
X 14 -3 19
X 5 -3 20
X 15 -3 21
X 8 -3 22
A 8 9 23
A 4 5 24
A 11 10 25
X 11 -3 26
X 11 12 27
X... | {
"pile_set_name": "Github"
} |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
#include "FLAME.h"
#ifdef FLA_ENABLE_NON_CR... | {
"pile_set_name": "Github"
} |
# -*- cython -*-
#
# Tempita-templated Cython file
#
"""
Fast snippets for LIL matrices.
"""
{{py:
IDX_TYPES = {
"int32": "cnp.npy_int32",
"int64": "cnp.npy_int64",
}
VALUE_TYPES = {
"bool_": "cnp.npy_bool",
"int8": "cnp.npy_int8",
"uint8": "cnp.npy_uint8",
"int16": "cnp.npy_int16",
"uint... | {
"pile_set_name": "Github"
} |
import sys
sys.path.append("static2/")
import static2
def test():
static = static2.Static('qira_tests/bin/loop', debug=1)
static.process()
| {
"pile_set_name": "Github"
} |
using System;
using Server.Items;
namespace Server.Items
{
public class AncientWildStaff : WildStaff
{
public override int LabelNumber{ get{ return 1073550; } } // ancient wild staff
[Constructable]
public AncientWildStaff()
{
WeaponAttributes.ResistPoisonBonus = 5;
}
public AncientWi... | {
"pile_set_name": "Github"
} |
/**
* * Copyright © 2015-2020 <a href="https://gitee.com/JeeHuangBingGui/jeeSpringCloud">JeeSpringCloud</a> All rights reserved..
*/
package com.jeespring.modules.test.service.one;
import com.jeespring.common.persistence.InterfaceBaseService;
import com.jeespring.modules.server.entity.SysServer;
import com.jees... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_INTEL_TH) += intel_th.o
intel_th-y := core.o
intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
obj-$(CONFIG_INTEL_TH_PCI) += intel_th_pci.o
intel_th_pci-y := pci.o
obj-$(CONFIG_INTEL_TH_GTH) += intel_th_gth.o
intel_th_gth-y := gth.o
obj-$(CONFIG_INTEL_TH_STH) += inte... | {
"pile_set_name": "Github"
} |
op {
name: "QuantizeAndDequantizeV3"
input_arg {
name: "input"
type_attr: "T"
}
input_arg {
name: "input_min"
type_attr: "T"
}
input_arg {
name: "input_max"
type_attr: "T"
}
input_arg {
name: "num_bits"
type: DT_INT32
}
output_arg {
name: "output"
type_attr: "... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2008-2009 NetAllied Systems GmbH
This file is part of COLLADAMax.
Portions of the code are:
Copyright (c) 2005-2007 Feeling Software Inc.
Copyright (c) 2005-2007 Sony Computer Entertainment America
Based on the 3dsMax COLLADASW Tools:
Copyright (c) 2005-2006 Autodesk Med... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Red Hat 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, merge, publish, d... | {
"pile_set_name": "Github"
} |
prog: ../../memcheck/tests/wrap5
cleanup: rm cachegrind.out.*
| {
"pile_set_name": "Github"
} |
//
// SINDiscoveryViewController.h
// PLMMPRJK
//
// Created by HuXuPeng on 2017/5/11.
// Copyright © 2017年 GoMePrjk. All rights reserved.
//
#import "LMJBaseViewController.h"
#import "SIN.h"
@interface SINDiscoveryViewController : LMJBaseViewController
@end
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.lslboost.org/LICENSE_1_0.txt)
#if !defined(BOOST_SPIRIT_LEXER_MAR_22_2007_1008PM)
#define BOOST_SPIRIT_LEXER_MAR_22_2007_1008PM
#if defined(_M... | {
"pile_set_name": "Github"
} |
let rec join = function
| [] -> ""
| [x] -> x
| [x;y] -> x ^ " and " ^ y
| x::xs -> x ^ ", " ^ join xs
| {
"pile_set_name": "Github"
} |
class Calculator{
*--* Number;
0..1--* Controller;
generic test checkifLogged(*--* association){
Calculator c1 ( 4, 5) ;
String valueToCheck = p1.get<<association>>();
Number temp<<association.toSingular()>> = <<association>... | {
"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"
} |
DCM4CHE.elementName.addDictionary({
"privateCreator":"SIEMENS RA GEN",
"0011xx20":"?",
"0011xx25":"?",
"0011xx26":"?",
"0011xx30":"?",
"0011xx35":"?",
"0011xx40":"?",
"0019xx15":"?",
"0019xx1F":"?",
"0019xx20":"?",
"0019xx22":"?",
"0019xx24":"?",
"0019xx26":"?",
"0019xx28":"?",
"0019xx2C":"?",
"0019xx2A":"?",
"0019xx2E... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"expansion_generated.go",
"job.go",
"job_expansion.go",
],
importpath = "k8s.io/client-go/listers/batch/v1",
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
bert-serving-server
bert-serving-client
pymilvus==0.2.14
pymysql
tensorflow==1.14.0
fastapi
uvicorn
| {
"pile_set_name": "Github"
} |
// Card
// This represents a self-contained, replicable entity
// Variables
$picnic-card-shadow: 0 !default;
$picnic-card-border: $picnic-border !default;
$picnic-card-radius: $picnic-radius !default;
// Styles
// http://8gramgorilla.com/mastering-sass-extends-and-placeholders/
%card {
position: relative;
box... | {
"pile_set_name": "Github"
} |
// High Contrast color overrides
// When color definition differs for dark and light variant
// it gets @if ed depending on $variant
$fg_color: if($variant == 'light', darken($fg_color, 3%), lighten($fg_color, 2%));
$bg_color: if($variant == 'light', lighten($bg_color, 3%), darken($bg_color, 2%));
$selected_bg_color:... | {
"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"
} |
//
// QMShareCollectionViewCell.m
// QMShareExtension
//
// Created by Injoit on 10/9/17.
// Copyright © 2017 QuickBlox. All rights reserved.
//
#import "QMShareCollectionViewCell.h"
#import <QuartzCore/QuartzCore.h>
#import "QMImageView.h"
#import "QMConstants.h"
static UIImage *selectedCheckImage() {
s... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009-2020 Lightbend Inc. <https://www.lightbend.com>
*/
package typed.tutorial_5
import scala.concurrent.duration._
import akka.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import org.scalatest.wordspec.AnyWordSpecLike
import typed.tutorial_5.Device.Command
import typed.tutorial_5.Devic... | {
"pile_set_name": "Github"
} |
<html lang="en">
<head>
<title>Control Flow - The Iterate Manual and Paper</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The Iterate Manual and Paper">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. 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 copyr... | {
"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 Y... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* @license
* Copyright (c) 2009, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/l... | {
"pile_set_name": "Github"
} |
1 0. :reference station number and x-coord.
200. 0. :station spacing and receiver depth
31 33 34 80 66. 0. :shot 1 - r1 r2 r3 r4 s sdepth
| {
"pile_set_name": "Github"
} |
import logging
from .base import * # noqa
from .base import env
# GENERAL
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY = env("SECRET_KEY")
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-host... | {
"pile_set_name": "Github"
} |
Oro\Bundle\PricingBundle\Entity\ProductPrice:
priceUsd2:
product: '@product1'
priceList: '@defaultPriceList'
currency: 'USD'
quantity: 1
unit: '@each'
value: 23
priceEur2:
product: '@product1'
priceList: '@defaultPriceList'
currency: 'EUR'
... | {
"pile_set_name": "Github"
} |
//test for single select without any DMLOps
io/snappydata/hydra/snapshotIsolation/testSnapshotWithoutDMLOPsJDBCClient_ReplicatedRow.conf
A=snappyStore snappyStoreHosts=3 snappyStoreVMsPerHost=1 snappyStoreThreadsPerVM=4
B=lead leadHosts=1 leadVMsPerHost=1 leadThreadsPerVM=4
C=locator locatorHosts=1 locatorVMsPerH... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_mat_sub_f32.c
*
* Description: Floating-point matr... | {
"pile_set_name": "Github"
} |
using CSM.Commands.Data.Districts;
using CSM.Helpers;
namespace CSM.Commands.Handler.Districts
{
public class DistrictPolicyUnsetHandler : CommandHandler<DistrictPolicyUnsetCommand>
{
protected override void Handle(DistrictPolicyUnsetCommand command)
{
IgnoreHelper.StartIgnore();
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ポートスキャンタブ</title>
</head>
<body bgcolor="#ffffff">
<h1>ポートスキャンタブ</h1>
The Port Scan tab allows you to perform a basic port scan on any of the sites that have
been accessed... | {
"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 ma... | {
"pile_set_name": "Github"
} |
---
name: "H. Poteat"
link: https://twitter.com/NSQE
organization: "GitHub"
occupation_title: "Privacy Superhero"
---
| {
"pile_set_name": "Github"
} |
OBC
| {
"pile_set_name": "Github"
} |
/*-
* BSD LICENSE
*
* Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source cod... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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 c... | {
"pile_set_name": "Github"
} |
{
"thousand_postfix": "k",
"@thousand_postfix": {
"description": "For eg. communty has 3k members",
"type": "text",
"placeholders": {}
},
"million_postfix": "m",
"@million_postfix": {
"description": "For eg. user has 3m followers",
"type": "text",
"placeholders": {}
},
"billion_pos... | {
"pile_set_name": "Github"
} |
--- dd/openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff.orig 2018-09-12 18:18:51.851536374 -0700
+++ dd/openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 2018-09-12 18:19:01.116475099 -0700
@@ -1190,14 +1190,3 @@
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
-diff --git a/... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
*/
/*
* linux/lib/ctype.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include <linux/ctype.h>
const unsigned char _ctype[] = {
_C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */
_C,_C|_S,_C|_S,_C|_... | {
"pile_set_name": "Github"
} |
# new实例对象的过程
* 创建新对象
```
var person = {};
```
* 将新对象的__proto__指针指向构造函数的原型对象
```
person.__proto__ = Person.prototype;
```
* 将构造函数的作用域复制给新对象(绑定this)
```
Person.call(person);
```
* 执行构造函数内部的代码,将属性添加给新对象
* 返回这个新对象 | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015-2018 Alibaba Group Holding Limited
*/
#ifndef __AWSS_APLIST__
#define __AWSS_APLIST__
#include <stdint.h>
#include "os.h"
#include "zconfig_protocol.h"
#if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */
extern "C"
{
#endif
#ifdef AWSS_SUPPORT_APLIST
struct ap_info {
u... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>NSMutableDictionary(WeakReferences) Category Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" ... | {
"pile_set_name": "Github"
} |
{
"Turnip Calculator": "大頭菜計數機",
"ACNH Turnip Calculator": "動物森友會大頭菜計數機",
"Buy Price": "買入價",
"Daily Price": "每日價",
"Guaranteed Min": "保證價",
"Average": "平均價",
"Maximum": "最高價",
"Minimum": "最低價",
"Mon Tue Wed Thu Fri Sat": "週一 週二 週三 週四 週五 週六",
"AM": "上晝",
"PM": "下晝",
"Clea... | {
"pile_set_name": "Github"
} |
.TH LIKWID-SETFREQUENCIES 1 <DATE> likwid\-<VERSION>
.SH NAME
likwid-setFrequencies \- print and manage the clock frequency of CPU cores
.SH SYNOPSIS
.B likwid-setFrequencies
.RB [\-hvplmp]
.RB [ \-c
.IR <cpu_list> ]
.RB [ \-g
.IR <governor> ]
.RB [ \-f,\-\-\^freq
.IR <frequency> ]
.RB [ \-x,\-\-\^min
.IR <min_freq> ]... | {
"pile_set_name": "Github"
} |
module T10182a where
import {-# SOURCE #-} T10182
| {
"pile_set_name": "Github"
} |
<?php
/**
* Created by PhpStorm.
* User: peize
* Date: 2017/12/21
* Time: 14:25
*/
namespace app\modules\mch\controllers\book;
use app\models\User;
use app\models\UserAccountLog;
use app\models\YyGoods;
use app\models\YyOrder;
use app\models\YyWechatTplMsgSender;
use app\modules\mch\models\book\... | {
"pile_set_name": "Github"
} |
StartChar: uni1FB8
Encoding: 970 8120 2004
Width: 1000
VWidth: 0
Flags: MW
LayerCount: 2
MultipleSubs2: "CCMP_Precomp subtable" Alpha uni0306.cap
EndChar
| {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: Service
metadata:
name: weave
namespace: kube-system
annotations:
prometheus.io/scrape: 'true'
spec:
type: ClusterIP
clusterIP: None
selector:
name: weave-net
ports:
- name: weave
protocol: TCP
port: 80
targetPort: 6782
---
apiVersion: v1
kind: Service
me... | {
"pile_set_name": "Github"
} |
package org.mp4parser.boxes.iso14496.part12;
import org.mp4parser.support.AbstractFullBox;
import org.mp4parser.tools.CastUtils;
import org.mp4parser.tools.IsoTypeReader;
import org.mp4parser.tools.IsoTypeWriter;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
/**
* <h1>4cc = "{@value... | {
"pile_set_name": "Github"
} |
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
####### Any changes to this file will be overwritten by the next CMake run ####
####### The input file was CppUTestConfig.cmake.install.in ########
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST... | {
"pile_set_name": "Github"
} |
del html\*.* /Q
doxygen nrfx.doxyfile
| {
"pile_set_name": "Github"
} |
2014-03-10 Mike Frysinger <vapier@gentoo.org>
* remote-sim.h (sim_do_command): Add const to cmd.
2014-03-05 Alan Modra <amodra@gmail.com>
Update copyright notice.
2014-03-05 Mike Frysinger <vapier@gentoo.org>
* remote-sim.h (sim_load): Add const to prog.
2014-02-09 Doug Evans <xdje42@gmail.com>
* sec... | {
"pile_set_name": "Github"
} |
{
"name": "LiquidCarbon",
"black": "#000000",
"red": "#ff3030",
"green": "#559a70",
"yellow": "#ccac00",
"blue": "#0099cc",
"purple": "#cc69c8",
"cyan": "#7ac4cc",
"white": "#bccccc",
"brightBlack": "#000000",
"brightRed": "#ff3030",
"brightGreen": "#559a70",
"brightYellow": "#ccac00",
"brig... | {
"pile_set_name": "Github"
} |
#
# Copyright 2016 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# 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/lic... | {
"pile_set_name": "Github"
} |
function [frq,cr] = cent2frq(c)
%FRQ2ERB Convert Hertz to Cents frequency scale [C,CR]=(FRQ)
% frq = frq2mel(c) converts a vector of frequencies in cents
% to the corresponding values in Hertz.
% 100 cents corresponds to one semitone and 440Hz corresponds to 5700
% cents.
% The optional cr output gives the... | {
"pile_set_name": "Github"
} |
/** @file
Intel FSP API definition from Intel Firmware Support Package External
Architecture Specification, April 2014, revision 001.
Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditio... | {
"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 <ProtocolBuffer/PBCodable.h>
#import <Network/NSCopying-Protocol.h>
@class NSString;
@interface NWPBServiceBrowse : PBCodabl... | {
"pile_set_name": "Github"
} |
;
; Exports of file sfcfiles.dll
;
; Autogenerated by gen_exportdef
; Written by Kai Tietz, 2007
;
LIBRARY sfcfiles.dll
EXPORTS
SfcGetFiles
| {
"pile_set_name": "Github"
} |
package zemberek.morphology.lexicon;
public class LexiconException extends RuntimeException {
public LexiconException(String message) {
super(message);
}
public LexiconException(String message, Throwable cause) {
super(message, cause);
}
}
| {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: ADempiere ERP & CRM Smart Business Solution *
* Copyright (C) 2006-2017 ADempiere Foundation, All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | {
"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 n... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless req... | {
"pile_set_name": "Github"
} |
User Database
=============
This section contains commands that manipulate the user database (comments, labels and bookmarks).
.. toctree::
:maxdepth: 0
dbsave
dbload
dbclear
commentset
commentdel
commentlist
commentclear
labelset
labeldel
labellist
labelclear
bookmarkset... | {
"pile_set_name": "Github"
} |
{
"name": "symfony/browser-kit",
"type": "library",
"description": "Symfony BrowserKit Component",
"keywords": [],
"homepage": "http://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{... | {
"pile_set_name": "Github"
} |
/**
* @Time : 2019-07-29 15:22
* @Author : solacowa@gmail.com
* @File : transport
* @Software: GoLand
*/
package monitor
import (
"context"
"github.com/dgrijalva/jwt-go"
kitjwt "github.com/go-kit/kit/auth/jwt"
"github.com/go-kit/kit/endpoint"
"github.com/go-kit/kit/log"
kithttp "github.com/go-kit/kit/trans... | {
"pile_set_name": "Github"
} |
{
"name": "GUI_Editor",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
} | {
"pile_set_name": "Github"
} |
''' Implementation of MVT (Mapnik Vector Tiles) data format.
Mapnik's PythonDatasource.features() method can return a list of WKB features,
pairs of WKB format geometry and dictionaries of key-value pairs that are
rendered by Mapnik directly. PythonDatasource is new in Mapnik as of version
2.1.0.
More information:
... | {
"pile_set_name": "Github"
} |
process primitive support
setOwnerIndexOfProcess: aProcess to: anIndex bind: bind
| threadId |
threadId := anIndex = 0
ifTrue: [objectMemory nilObject]
ifFalse: [objectMemory integerObjectOf: (anIndex << 1) + (bind ifTrue: [1] ifFalse: [0])].
objectMemory storePointerUnchecked: ThreadIdIndex ofObject: aProce... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Copyright (C) 2000 - 2013, Raven Software, Inc.
Copyright (C) 2001 - 2013, Activision, Inc.
Copyright (C) 2013 - 2015, OpenJK contributors
This file is part of the OpenJK source code.
OpenJK is free software; you can redistribute it and/or... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.IPPROTO_SEP.html">
</head>
<body>
<p>Redirecting to <a href="constant.IPPROTO_SEP.html">constant.IPPROTO_SEP.html</a>...</p>
<script>location.replace("constant.IPPROTO_SEP.html" + location.search + location.hash);</sc... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.