text stringlengths 2 99k | meta dict |
|---|---|
//
// main.m
// RegisteredLoggingTest
//
// Created by Robbie Hanson on 9/5/11.
//
#import <UIKit/UIKit.h>
int main(int argc, char *argv[])
{
@autoreleasepool {
int retVal = UIApplicationMain(argc, argv, nil, nil);
return retVal;
}
}
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2005 bayside
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, distribute, sub... | {
"pile_set_name": "Github"
} |
/*
* Simple tool for setting an icon on a file.
*/
#import <Cocoa/Cocoa.h>
#include <stdio.h>
int main(int argc, char** argv)
{
if (argc != 3) {
fprintf(stderr, "Usage: seticon ICON TARGET");
return 1;
}
NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
NSString* iconPath = [NSString stringWithUTF... | {
"pile_set_name": "Github"
} |
# cacache [](https://npm.im/cacache) [](https://npm.im/cacache) [](https://travis-ci.org/zkat/cacache) [;
* // => true
*
* _.isNull(void 0);
* // => false
*/
function isNull(v... | {
"pile_set_name": "Github"
} |
#! /bin/bash -e
OVERLAY="$1"
NAME="$2"
FREQ=40000
BASE=$(dirname "$0")
TARGET="$BASE"/core-$NAME
[ $# -ge 2 -a -f "$OVERLAY" ] || { cat <<EOF
Usage: $0 overlay-archive-to-import core-name [frequency-in-KHz]
overlay-archive-to-import: file name of xtensa-config-overlay.tar.gz
to im... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Guardian.Cli.win10-x64" version="0.20.1"/>
</packages>
| {
"pile_set_name": "Github"
} |
package com.beijunyi.parallelgit.filesystem;
import java.io.IOException;
import java.nio.file.AccessDeniedException;
import java.nio.file.AccessMode;
import java.nio.file.NoSuchFileException;
import org.junit.Before;
import org.junit.Test;
import static org.eclipse.jgit.lib.FileMode.EXECUTABLE_FILE;
public class Gi... | {
"pile_set_name": "Github"
} |
diff --git a/configure.ac b/configure.ac
index ee63091..1d09ade 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,8 @@ examples/echo/echo-keygen/Makefile
examples/echo/echo-server/Makefile
doc/Makefile])
+AC_ARG_VAR([AR], [Specifies the archiver to use])
+
AC_ARG_WITH([libsodium],
[AS_HELP_STRING([--wit... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<!--
TITLE: db0b6ac6-874a-498e-892b-ac7c2020e061.ioc
VERSION: 1.0
DESCRIPTION: OpenIOC file
LICENSE: Copyright 2014 FireEye Corporation. Licensed under the Apache 2.0 license.
FireEye licenses this file to you under the Apache Licens... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl
// ------------------------------
#ifndef TAO_LOADBALANCING_EXPORT_H
#define TAO_LOADBALANCING_EXPORT_H
#include "ace/config-all.h"
#if defined (TAO_AS_STATIC_LIBS)
# if !defined (TAO_LOADBAL... | {
"pile_set_name": "Github"
} |
auto: REMOVE_FILE,CREATE_FILE,MUNGE,COMPARE_FILE %TESTID%.stdout %TESTID%.stderr
test action: CMD_CAPTURE %SWAKS% --dump data --to user@host1.nodns.test.swaks.net --server ser.ver --data @%TESTDIR%/%TESTID%.eml --h-Header6 "TEST PASSED 6" --h-Header2 "TEST PASSED 2"
| {
"pile_set_name": "Github"
} |
// #docplaster
// #docregion
// #docregion component
import { Component } from '@angular/core';
// #enddocregion component
import '../assets/css/styles.css';
// #docregion component
@Component({
selector: 'my-app',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppCompon... | {
"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>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Abs (Apache Commons Math 3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../.... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env php
<?php
/*
* This file is part of Psy Shell.
*
* (c) 2012-2017 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
// Try to find an autoloader for a local psysh version.
// We'll wrap this whole mess ... | {
"pile_set_name": "Github"
} |
#N struct 4215preview float x float y float p float h;
#N canvas 1331 34 789 899 10;
#X msg -225 423 1;
#X msg -253 412 0;
#X text -151 648 You can send a signal to sample.groove~'s third inlet
to modulate the playback rate.;
#X text 41 217 <- Click and drag up and down to change the playback
region.;
#X obj -292 -37 c... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2015 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
class Board_Info:
def __init__(self):
self.pin_num = 48
self.JTAG_TCK = 0
self.JTAG_TDI = 1
self.JTAG_TMS = 2
self.JTAG_TDO = 3
self.ISP_RX = 4
self.ISP_TX = 5
self.WIFI_TX = 6
self.WIFI_RX = 7
self.WIFI_EN = 8
self.PIN9 = 9
... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------
// Fast R-CNN
// Copyright (c) 2015 Microsoft
// Licensed under The MIT License [see fast-rcnn/LICENSE for details]
// Written by Ross Girshick
// ------------------------------------------------------------------
#ifndef CAFFE_ROI_MASK_POOLING_LAYE... | {
"pile_set_name": "Github"
} |
var baseEach = require('./baseEach'),
isArrayLike = require('./isArrayLike');
/**
* The base implementation of `_.map` without support for callback shorthands
* and `this` binding.
*
* @private
* @param {Array|Object|string} collection The collection to iterate over.
* @param {Function} iteratee The function... | {
"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 <objc/NSObject.h>
@interface SymptomEvaluator : NSObject
{
}
+ (void)setPersistentData:(id)arg1;
+ (id)getPersistentData;
+ (... | {
"pile_set_name": "Github"
} |
package net.corda.isolated.contracts
import net.corda.core.contracts.ContractState
import net.corda.core.contracts.PartyAndReference
import net.corda.core.identity.Party
import net.corda.core.transactions.TransactionBuilder
/**
* This interface deliberately mirrors the one in the isolated module.
* We will actually... | {
"pile_set_name": "Github"
} |
/*
* blob.h
*
* Binary blob handling.
*
* Copyright (c) 2002 Dug Song <dugsong@monkey.org>
*
* $Id: blob.h 334 2002-04-05 03:06:44Z dugsong $
*/
#ifndef DNET_BLOB_H
#define DNET_BLOB_H
typedef struct blob {
u_char *base; /* start of data */
int off; /* offset into data */
int end; /* end of data */... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Setup\Module\Di\Code\Scanner;
/**
* Interface \Magento\Setup\Module\Di\Code\Scanner\ScannerInterface
*
*/
interface ScannerInterface
{
/**
* Get array of class names
*
* @para... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 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 conditions a... | {
"pile_set_name": "Github"
} |
import shortid from 'shortid'
import {SuggestedActionTypeEnum} from 'parabol-client/types/graphql'
interface Input {
id?: string
createdAt?: Date
priority: number
removedAt?: Date | null
type: SuggestedActionTypeEnum
userId: string
}
export default abstract class SuggestedAction {
id: string
createdAt... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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 !purego,!appengine
package impl
// When using unsafe pointers, we can just treat enum values as int32s.
var (
coderEnumNoZero = coderInt32NoZ... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2017 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <dm.h>
#include <syscon.h>
#include <asm/arch/clock.h>
static const struct udevice_id px30_syscon_ids[] = {
{ .compatible = "rockchip,px30-pmu", .data = ROCKCHIP_SYSCON_PMU },
{ .compa... | {
"pile_set_name": "Github"
} |
/*
* Regulator driver for TI TPS6586x
*
* Copyright (C) 2010 Compulab Ltd.
* Author: Mike Rapoport <mike@compulab.co.il>
*
* Based on da903x
* Copyright (C) 2006-2008 Marvell International Ltd.
* Copyright (C) 2008 Compulab Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it un... | {
"pile_set_name": "Github"
} |
{
"NonZeroValue_CALL_ToNonNonZeroBalance_d0g0v0_Istanbul" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "Geth-1.9.6-unstable-63b18027-20190920",
"filling-tool-version" : "retesteth-0.0.1+commit.0ae18aef.Linux.g++",
"lllcversion" : "Version: 0.5.12-dev... | {
"pile_set_name": "Github"
} |
// This module implements the QsciPrinter class.
//
// Copyright (c) 2017 Riverbank Computing Limited <info@riverbankcomputing.com>
//
// This file is part of QScintilla.
//
// This file may be used under the terms of the GNU General Public License
// version 3.0 as published by the Free Software Foundation and appea... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com> and others
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0 which is available at
* https://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: BSD-3-... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/isofs/namei.c
*
* (C) 1992 Eric Youngdale Modified for ISO 9660 filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include <linux/gfp.h>
#include "isofs.h"
/*
* ok, we cannot use strncmp, as the name is not in our data space.
* Thus we'll have to use isofs_match. No big problem.... | {
"pile_set_name": "Github"
} |
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
# * http://www.boost.org/LICENSE_1_0.txt)
# */
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http://www.boost... | {
"pile_set_name": "Github"
} |
// @flow
import o from "ospec/ospec.js"
import n from '../../nodemocker'
import {CryptoError} from "../../../../src/api/common/error/CryptoError"
import {uint8ArrayToBitArray} from "../../../../src/api/worker/crypto/CryptoUtils"
o.spec("DesktopAlarmStorageTest", () => {
n.startGroup({
group: __filename, allowables:... | {
"pile_set_name": "Github"
} |
<?php
/**
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license and are unable to
* ob... | {
"pile_set_name": "Github"
} |
This is test download file.
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
* 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 ... | {
"pile_set_name": "Github"
} |
## Written 2006 by Martin Bartosch for the OpenXPKI project
## Copyright (C) 2005-2011 by The OpenXPKI Project
TOPDIR=../../..
# Makefile.local may be used locally to override settings (not checked in)
-include ../Makefile.local
# Makefile.inc contains common settings for all packages (checked in)
include ../Makefile... | {
"pile_set_name": "Github"
} |
import * as THREE from 'three';
class PointCloudNode extends THREE.EventDispatcher {
constructor(numPoints = 0, layer) {
super();
this.numPoints = numPoints;
this.layer = layer;
this.children = [];
this.bbox = new THREE.Box3();
this.sse = -1;
}
add(node, i... | {
"pile_set_name": "Github"
} |
// Open Shading Language : Copyright (c) 2009-2017 Sony Pictures Imageworks Inc., et al.
// https://github.com/imageworks/OpenShadingLanguage/blob/master/LICENSE
//
// MaterialX specification (c) 2017 Lucasfilm Ltd.
// http://www.materialx.org/
#include "mx_funcs.h"
shader mx_smoothstep_float_color
[[ string help... | {
"pile_set_name": "Github"
} |
-- | Unit and property tests for our custom parsing monad.
module Main (main) where
import Control.Applicative (liftA2)
import qualified Data.ByteString as B
import Data.Either (isLeft)
import Test.QuickCheck
import Test.Tasty (defaultMain, testGroup, TestTree)
import Test.Tasty.QuickCheck (testProperty)
import Data... | {
"pile_set_name": "Github"
} |
' Copyright © Microsoft Corporation. All Rights Reserved.
' This code released under the terms of the
' Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.)
Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports System.W... | {
"pile_set_name": "Github"
} |
config CLKDEV_LOOKUP
bool
select HAVE_CLK
config HAVE_CLK_PREPARE
bool
config COMMON_CLK
bool
select HAVE_CLK_PREPARE
select CLKDEV_LOOKUP
select SRCU
select RATIONAL
---help---
The common clock framework is a single definition of struct
clk, useful across many platforms, as well as an
implementati... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vai alla home page"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Vai in alto"</string>
<strin... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net"/>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, Public... | {
"pile_set_name": "Github"
} |
/**
* 下拉筛选框的选项,统一使用该接口,同时这个作为枚举的复杂类型。
*/
import SelectionOption from "./SelectionOption";
export default interface ColorSelectionOption extends SelectionOption {
color: string,
}
| {
"pile_set_name": "Github"
} |
// Copyright 2015 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 gen contains common code for the various code generation tools in the
// text repository. Its usage ensures consistency between tools.
//
// This pac... | {
"pile_set_name": "Github"
} |
<script src="app/view/ppTopov/ppTopov.js"></script>
<script src="app/view/ppTopov/ppTopovOverlay.js"></script> | {
"pile_set_name": "Github"
} |
<?php
/**
* @see https://github.com/phly/keep-a-changelog for the canonical source repository
* @copyright Copyright (c) 2019 Matthew Weier O'Phinney
* @license https://github.com/phly/keep-a-changelog/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);
namespace Phly\KeepAChangelog\Provid... | {
"pile_set_name": "Github"
} |
package credential
import (
"errors"
"fmt"
"sync"
"koding/kites/kloud/stack"
"koding/klientctl/ctlcli"
"koding/klientctl/endpoint/kloud"
)
var DefaultClient = &Client{}
func init() {
ctlcli.CloseOnExit(DefaultClient)
}
type ListOptions struct {
Team string
Provider string
}
type CreateOptions struct ... | {
"pile_set_name": "Github"
} |
# Python Examples
## Python-2.7 not supported
[](https://pepy.tech/project/pysinric) [](https://pepy.tech/project/pysinric/week) []() [ 2016, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice... | {
"pile_set_name": "Github"
} |
<?php
namespace Analogue\ORM\Relationships;
class HasMany extends HasOneOrMany
{
/**
* Lazy-Load the results of the relationship.
*
* @param $relation
*
* @return mixed
*/
public function getResults($relation)
{
$results = $this->query->get();
$this->cacheRe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="loginProject:war exploded" />
</artifacts-to-build>
</component>
<component name="ChangeListManager">
<list default="true" id="206d8ed4-c136-4a6f-bc5a-f... | {
"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") + yo... | {
"pile_set_name": "Github"
} |
1 spanish; castilian x-vnd.Haiku-Bluetooth 3550394259
Positioning DeviceClass Posicionamiento
Controller DeviceClass Controlador
Common ISDN access DeviceClass Acceso común de ISDN
Unknown (reserved) minor device class DeviceClass Clase de dispositivo menor desconocida (reservada)
Uncategorized DeviceClass Sin cat... | {
"pile_set_name": "Github"
} |
' TEST_MODE : COMPILE_ONLY_FAIL
type T
as integer i
private:
declare constructor( )
end type
constructor T( )
end constructor
dim as T x(0 to 1)
| {
"pile_set_name": "Github"
} |
#
# Copyright 2014 Zuza Software Foundation
#
# This file is part of translate.
#
# translate is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later ve... | {
"pile_set_name": "Github"
} |
//
// GPUImagePicture+TextureSubimage.h
// GPUImage
//
// Created by Jack Wu on 2014-05-28.
// Copyright (c) 2014 Brad Larson. All rights reserved.
//
#import "GPUImagePicture.h"
@interface GPUImagePicture (TextureSubimage)
- (void)replaceTextureWithSubimage:(UIImage*)subimage;
- (void)replaceTextureWithSubCGIma... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { UserReportComponent } from './user-report.component';
describe('UserReportComponent', () => {
let component: UserReportComponent;
let fixture: ComponentFixture<UserReportComponent>;
beforeEach(async(() => {
TestBed.configure... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq;
using System.Threading;
using StarkPlatform.Compiler;
using StarkPlatform.Compiler.CodeActions;
using StarkPlatform.Compiler... | {
"pile_set_name": "Github"
} |
libavformat/cinedec.o: libavformat/cinedec.c libavutil/intreadwrite.h \
libavutil/avconfig.h libavutil/attributes.h libavutil/bswap.h config.h \
libavcodec/bmp.h libavcodec/avcodec.h libavutil/samplefmt.h \
libavutil/avutil.h libavutil/common.h libavutil/macros.h \
libavutil/version.h libavutil/intmath.h libavutil/... | {
"pile_set_name": "Github"
} |
#!/system/bin/sh
ANDROID_SDK=`getprop ro.build.version.sdk`
if [[ "$ANDROID_SDK" -gt 28 ]]
then
echo 1
else
echo 0
fi
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Connect</title>
<meta http-equiv="content-type" value="text/html; charset=utf-8">
<style type="text/css">
body {
font: 13px "Helvetica Neue", "Lucida Grande", "Arial";
text-align: center;
color: #555;
-webkit-text-stroke: 1px rgba(... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014-2017, Siemens AG. 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 conditio... | {
"pile_set_name": "Github"
} |
167 - 两数之和II(two-sum-ii-input-array-is-sorted)
===
> Create by **jsliang** on **2019-07-04 17:17:39**
> Recently revised in **2019-09-18 10:41:20**
## <a name="chapter-one" id="chapter-one">一 目录</a>
**不折腾的前端,和咸鱼有什么区别**
| 目录 |
| --- |
| [一 目录](#chapter-one) |
| <a name="catalog-chapter-two" id="catalog-chapter-t... | {
"pile_set_name": "Github"
} |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnal... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
package com.thirtydegreesray.openhub.ui.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import and... | {
"pile_set_name": "Github"
} |
{
"data": [{
"id": "1",
"type": "foos",
"attributes": {
"string-attribute": "stringAttributeValue",
"integer-attribute": 10,
"float-attribute": 5.5,
"boolean-attribute": true,
"nil-attribute": null,
"date-attribute": "1970-01-01T01:00:00.000+01:00"
},
"links": {
"self": "http://example.c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Buffers" public... | {
"pile_set_name": "Github"
} |
# @asymmetrik/leaflet-d3
[![Build Status][travis-image]][travis-url]
> Leaflet D3
> Provides a collection of [D3.js](http://d3js.org) based visualization plugins for [Leaflet](http://leafletjs.com/).
> Now supports D3 v5
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Hexbins API](#hexbins-api)
- [Pi... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2016 Marin Atanasov Nikolov <dnaeon@gmail.com>
// Copyright (c) 2016 David Jack <davars@gmail.com>
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistribution... | {
"pile_set_name": "Github"
} |
{
"OFPFlowMod": {
"buffer_id": 65535,
"command": 0,
"cookie": 0,
"cookie_mask": 0,
"flags": 0,
"hard_timeout": 0,
"idle_timeout": 0,
"instructions": [
{
"OFPInstructionGotoTable": {
"len": 8,
"table_id": 1,
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 342899bac8a417243b6738a7a9e8378f
timeCreated: 1511173561
licenseType: Free
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/* boost random auto_link.hpp header file
*
* Copyright Steven Watanabe 2010
* 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)
*
* $Id: auto_link.hpp 60755 2010-03-22 00:45:06Z steven_watanabe $
*/
#ifndef BO... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
return arr... | {
"pile_set_name": "Github"
} |
{
"url": "https://api.github.com/repos/kohsuke/sandbox-ant/comments/35673784",
"html_url": "https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-35673784",
"id": 35673784,
"node_id": "MDEzOkNvbW1pdENvbW1lbnQzNTY3Mzc4NA==",
"user": {
"login": "bitwiseman",
... | {
"pile_set_name": "Github"
} |
function F = factorize (A,strategy,burble)
%FACTORIZE an object-oriented method for solving linear systems
% and least-squares problems, and for representing operations with the
% inverse of a square matrix or the pseudo-inverse of a rectangular matrix.
%
% F = factorize(A) returns an object F that holds the factorizat... | {
"pile_set_name": "Github"
} |
namespace FluentSecurity.SampleApplication.Models
{
public enum UserRole
{
Administrator,
Publisher
}
} | {
"pile_set_name": "Github"
} |
;
; jdct.inc - private declarations for forward & reverse DCT subsystems
;
; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
;... | {
"pile_set_name": "Github"
} |
# Dash to Dock Basque translation.
# This file is distributed under the same license as the Dash to Dock package.
# Ibai Oihanguren Sala <ibai@oihanguren.com>, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-22 23:54+0100\n"
"PO-Revision-Date: 2020-03-22 23:54+... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Esprima: Coverage Analysis Report</title>
<link rel="stylesheet" type="text/css" href="../assets/style.css"/>
</head>
<style>
span.covered {
}
span.uncovered {
background: #FDD;
}
span.partial {
background: #FFA;
}
</style>
<body... | {
"pile_set_name": "Github"
} |
"""
Copyright (C) 2018-2020 Intel 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 applicable law or agreed to i... | {
"pile_set_name": "Github"
} |
# uncompyle6 version 2.9.10
# Python bytecode 2.7 (62211)
# Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10)
# [GCC 6.2.0 20161005]
# Embedded file name: CodeContext.py
"""CodeContext - Extension to display the block context above the edit window
Once code has scrolled off the top of a window, it can ... | {
"pile_set_name": "Github"
} |
package mekanism.generators.client.model;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
public class ModelBioGenerator extends ModelBase
{
ModelRenderer Base;
ModelRenderer Pipe1;
ModelRenderer Pipe2;
ModelRenderer ContainerLid;
ModelRenderer ContainerRight;
Model... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# docker-entrypoint for docker-solr
set -e
if [[ "$VERBOSE" == "yes" ]]; then
set -x
fi
if [[ -v SOLR_PORT ]] && ! grep -E -q '^[0-9]+$' <<<"${SOLR_PORT:-}"; then
SOLR_PORT=8983
export SOLR_PORT
fi
# when invoked with e.g.: docker run solr -help
if [ "${1:0:1}" == '-' ]; then
set -- solr-f... | {
"pile_set_name": "Github"
} |
import {
METRICS_CLICK,
METRICS_DATA_ACCESS,
METRICS_MAP,
METRICS_SPATIAL_EDIT,
METRICS_TIMELINE,
METRICS_TIMING,
METRICS_COLLECTION_SORT_CHANGE
} from './constants'
export const metricsDataAccess = payload => ({
type: METRICS_DATA_ACCESS,
payload
})
export const metricsClick = payload => ({
type:... | {
"pile_set_name": "Github"
} |
const __ = require('config').universalPath
const _ = __.require('builders', 'utils')
const error_ = __.require('lib', 'error/error')
const responses_ = __.require('lib', 'responses')
const notifs_ = __.require('lib', 'notifications')
const get = (req, res) => {
if (req.user == null) return error_.unauthorizedApiAcce... | {
"pile_set_name": "Github"
} |
export { AdvancedPieChartWidgetComponent } from './advanced-pie-chart-widget/advanced-pie-chart-widget.component';
export { AudienceOverviewWidgetComponent } from './audience-overview-widget/audience-overview-widget.component';
export { BarChartWidgetComponent } from './bar-chart-widget/bar-chart-widget.component';
exp... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, o... | {
"pile_set_name": "Github"
} |
//HEAD_DSPH
/*
<DUALSPHYSICS> Copyright (c) 2020 by Dr Jose M. Dominguez et al. (see http://dual.sphysics.org/index.php/developers/).
EPHYSLAB Environmental Physics Laboratory, Universidade de Vigo, Ourense, Spain.
School of Mechanical, Aerospace and Civil Engineering, University of Manchester, Manchester, U.K.
... | {
"pile_set_name": "Github"
} |
package ghissues.gh928;
import javax.persistence.Entity;
@Entity
public class Department extends BaseModel {
public String name;
}
| {
"pile_set_name": "Github"
} |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Set of functions related to applying transformations for VIEWs
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
* Get the column details of VIEW with its original references
*
* @param string $sql_query SQL for original resource
... | {
"pile_set_name": "Github"
} |
#
# Password Management Servlets (PWM)
# http://www.pwm-project.org
#
# Copyright (c) 2006-2009 Novell, Inc.
# Copyright (c) 2009-2020 The PWM 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 Lic... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.