text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Foundation/Foundation.h>
#import "SDWebImageCompat.h"
#import "SDWebImageOperatio... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-checkbox-input-directive-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.4/angular.min.js"></script>
</head>
<body ng-app="">
<script>
function Ctrl($scope) {
$scope.v... | {
"pile_set_name": "Github"
} |
101.678400 0.000000 0.000000 -0.000000 -0.000000 0.000000 -0.000000 1.000000
101.782100 -0.005101 -0.008405 0.182029 0.000078 0.000049 -0.000578 1.000000
101.885900 -0.009896 -0.010170 0.364250 0.000296 -0.000088 -0.000994 0.999999
| {
"pile_set_name": "Github"
} |
<div class="alerta-severity-{{ max }} alerta-div">
<table class="alerta-table">
<tbody>
{% if title %}
<tr><th class="" colspan="5">{{ title }}</th></tr>
{% endif %}
<tr>
<td class="{{ 'alerta-severity-critical' if counts['critical'] }}"><b>{{ counts['critical'] }}</b></td>
... | {
"pile_set_name": "Github"
} |
package com.bdc.ociney.view.textview;
import android.graphics.Paint;
import android.view.Gravity;
import android.widget.TextView;
/*!
*
* TextJustifyUtils.java
* @author Mathew Kurian
*
* From TextJustify-Android Library v1.0.2
* https://github.com/bluejamesbond/TextJustify-Android
*
* Please report any is... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | {
"pile_set_name": "Github"
} |
/**
* 64-bit integer encodded as Hex String.
*/
type IdNumber = string;
/**
* Dictionary type, so baiscally just a Map from string to T.
*/
interface IDictionary<T> {
[x: string]: T;
}
/**
* Type to pass functions around without allowing them being called.
*/
type UncallableFunction = (this: never) => any;
... | {
"pile_set_name": "Github"
} |
{frontmatter}
00-foreword/00-introduction.md
00-foreword/01-about-the-author.md
00-foreword/02-requirements.md
00-foreword/03-faq.md
00-foreword/04-how-to-read-the-book.md
00-foreword/05-challenge.md
{mainmatter}
01-graphql/index.md
02-apollo/index.md
03-graphql-setup/index.md
04-graphql-fundamentals/index.md
05-gra... | {
"pile_set_name": "Github"
} |
name: "FSRCNN"
input: "data"
input_dim: 1
input_dim: 1
input_dim: 7
input_dim: 7
layer {
name: "conv1"
type: "Convolution"
bottom: "data"
top: "conv1"
convolution_param {
num_output: 56
kernel_size: 5
stride: 1
pad: 2
weight_filler {
type: "msra"
}
bias_filler {
type: ... | {
"pile_set_name": "Github"
} |
#Lesson 2: Create and Test Alerts [](slides/june-DSO-bootcamp-week-four-lesson-two.pdf)[](https://speakerdeck.com/devsecops/devsecops-bootcamp-week-4-lesson-2)
##
```
* Important Fields within Data
* Field Extractions
* Statistics
* Dashboards... | {
"pile_set_name": "Github"
} |
using Cim.Eap.Tx;
using Secs4Net;
namespace Eap.Driver.MWN {
partial class Driver {
void EQP_UnloadComplete(SecsMessage msg) {
EAP.Report(new UnloadCompleteReport {
PortID = GetPortID((byte)msg.SecsItem.Items[2].Items[0].Items[1].Items[0])
});
}
}
} | {
"pile_set_name": "Github"
} |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at http://mozilla.org/MPL/2.0/. */
var EXPORTED_SYMBOLS = ['findCallerFrame'];
/**
* @namespace Defines utility methods for handling stack frames
... | {
"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"
} |
#include <libmarkup/Markup.h>
#include <libsystem/utils/BufferBuilder.h>
struct MarkupPrettifyState
{
BufferBuilder *builder;
int depth;
bool color;
bool first_line;
};
static const char *depth_color[] = {
"\e[91m",
"\e[92m",
"\e[93m",
"\e[94m",
"\e[95m",
"\e[96m",
};
static v... | {
"pile_set_name": "Github"
} |
parameters:
nelmio_security.external_redirects.whitelist: ~
services:
nelmio_security.external_redirect_listener:
class: Nelmio\SecurityBundle\EventListener\ExternalRedirectListener
arguments:
- '%nelmio_security.external_redirects.abort%'
- '%nelmio_security.external_re... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Power Management Controller
namespace PmcLvdsc1{ ///<Low Voltage Detect Status and Control 1 Register
using Addr = Register::Address<0x4007d000,0xffffff0c,0x00000000,unsigned char>;
///Low-Voltage Detect Voltage Select
enu... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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 3 of the License... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: PaintBrush_Mat
m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
m_ShaderKeywords: _M... | {
"pile_set_name": "Github"
} |
// declare the namespace for this example
var example = {};
/**
*
* The **GraphicalEditor** is responsible for layout and dialog handling.
*
* @author Andreas Herz
* @extends draw2d.ui.parts.GraphicalEditor
*/
var defaultRouterClassName = "draw2d.layout.connection.ManhattanConnectionRouter";
var defaultRouter ... | {
"pile_set_name": "Github"
} |
/* vim:tw=110:ts=4: */
#ifndef DHF_H
#define DHF_H
/**************************************************************************************************************
*
* FILE : DHF.H
*
* DATE : $Date: 2004/07/19 08:16:14 $ $Revision: 1.2 $
* Original : 2004/05/17 07:33:13 Revision: 1.25 Tag: hcf7_t20040602... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">Library</string>
</resources>
| {
"pile_set_name": "Github"
} |
# Find the native NANOFLANN headers and libraries.
#
# NANOFLANN_INCLUDE_DIRS - where to find nana/nana.h, etc.
# NANOFLANN_FOUND - True if nana found.
# Look for the header file.
FIND_PATH(NANOFLANN_INCLUDE_DIR NAMES nanoflann/nanoflann.hpp
PATHS
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_D... | {
"pile_set_name": "Github"
} |
{
"stackLimitGas_1025" : {
"_info" : {
"comment" : "",
"filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2",
"lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stMemoryTest/stackLimitGas_1... | {
"pile_set_name": "Github"
} |
QUOTE Q289 12 0 12 3 " Smooth ! "
QUOTE Q290 13 0 13 8 " As smooth as an automobile salesman . "
QUOTE Q293 30 0 30 15 " Well , I 'd like to know what 's the matter with it ! "
QUOTE Q294 32 0 32 4 " All right , "
QUOTE Q295 33 0 34 5 " I 'll tell you . It 's too young . "
QUOTE Q296 35 0 35 3 " Young ! "
QUOTE Q297 37... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2014 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"
} |
// -----------------------------------------------------------------------------------
// NKDBarcode.h
// -----------------------------------------------------------------------------------
// Created by Jeff LaMarche on Wed May 01 2002.
// Copyright (c) 2002 Naked Software. All rights reserved.
// -----------------... | {
"pile_set_name": "Github"
} |
int foo()
{
return 10;
}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Contest Management System - http://cms-dev.github.io/
# Copyright © 2018 Stefano Maggiolo <s.maggiolo@gmail.com>
#
# This program 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... | {
"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:... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`treeToSVG wraps whatever text you pass into it with an SVG schema 1`] = `
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" ?>
<svg width=\\"1024\\" height=\\"768\\" xmlns=\\"http://www.w3.org/2000/svg\\" version=\\"1.1\\">
<rect type=\\"View\\" x=\\"2\\" y=\\"80\\" wi... | {
"pile_set_name": "Github"
} |
{
"id": "google_groupssettings",
"title": "Groups Settings",
"description": "Lets you manage permission levels and related settings of a group.",
"security": {
"google_groupssettings": {
"integration": "google_groupssettings",
"fields": {
"access_token": "An OAuth access token",
... | {
"pile_set_name": "Github"
} |
/**********************************************************************
*These solidity codes have been obtained from Etherscan for extracting
*the smartcontract related info.
*The data will be used by MATRIX AI team as the reference basis for
*MATRIX model analysis,extraction of contract semantics,
*as well as AI base... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
@(metaData: model.PreferencesMetaData)(implicit request: RequestHeader, context: model.ApplicationContext)
@import conf.switches.Switches._
@import views.html.fragments.containers.facia_cards.containerScaffold
@if(HistoryTags.isSwitchedOn) {
@containerScaffold("recently visited links", "preferences") {
<d... | {
"pile_set_name": "Github"
} |
/*
* FriendRequestWidget.vala
*
* Copyright (C) 2018 Venom authors and contributors
*
* This file is part of Venom.
*
* Venom 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 v... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 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"
} |
#ifndef BOOST_MPL_AUX_CONFIG_OPERATORS_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_OPERATORS_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See htt... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Paypal\Test\Unit\Model\Hostedpro;
use Magento\Framework\DataObject;
use Magento\Sales\Model\Order;
use Magento\Sales\Model\Order\Payment;
class RequestTest extends \PHPUnit\Framework\TestCase
{
... | {
"pile_set_name": "Github"
} |
#region Using directives
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
#endregion
namespace Blazorise
{
public partial class Divider : BaseComponent
{
#region Members
pr... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
namespace Mon... | {
"pile_set_name": "Github"
} |
title: Cisco ACE Server: Status of Real Server
agents: snmp
catalog: hw/network/cisco
license: GPL
distribution: check_mk
description:
This check monitors the status of the so-called real servers of Cisco
switches with the Application Control Engine (ACE) module. It uses snmp
to extract information from the CISCO-E... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 90775f57ce581c94995f66790f9b428f
folderAsset: yes
timeCreated: 1426647464
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
namespace Org.BouncyCastle.Bcpg
{
/// <remarks>Basic PGP packet tag types.</remarks>
public enum PacketTag
{
Reserved = 0, // Reserved - a packet tag must not have this value
PublicKeyEncryptedSession = 1, // Public-Key Encrypted Session Key Packet
Signature = 2, // S... | {
"pile_set_name": "Github"
} |
.media {
// Proper spacing between instances of .media
margin-top: 15px;
&:first-child {
margin-top: 0;
}
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
// Fix collapse in webkit from max-width: 100% and display: table-cell... | {
"pile_set_name": "Github"
} |
Filter 1: ON PK Fc 42 Hz Gain -5.1 dB Q 0.28
Filter 2: ON PK Fc 174 Hz Gain -3.0 dB Q 0.89
Filter 3: ON PK Fc 3389 Hz Gain 5.8 dB Q 2.68
Filter 4: ON PK Fc 6331 Hz Gain 5.8 dB Q 2.50
Filter 5: ON PK Fc 18494 Hz Gain 6.7 dB Q 0.57
Filter 6: ON PK Fc 823 Hz Gain 1.8 dB Q 1.70
Filter 7: ON PK Fc 1711 Hz Gain -3.0 dB Q 1.6... | {
"pile_set_name": "Github"
} |
package com.doublechaintech.retailscm.trainingcoursetype;
//import com.doublechaintech.retailscm.EntityNotFoundException;
import com.doublechaintech.retailscm.RetailscmException;
import com.doublechaintech.retailscm.Message;
import java.util.List;
public class TrainingCourseTypeManagerException extends RetailscmExcep... | {
"pile_set_name": "Github"
} |
package org.ovirt.engine.ui.common;
import com.google.gwt.user.cellview.client.DataGrid;
public interface DataGridPopupTableResources extends DataGrid.Resources {
interface Style extends DataGrid.Style {
}
@Override
@Source({ DataGrid.Style.DEFAULT_CSS, "org/ovirt/engine/ui/common/css/TabDataGrid.cs... | {
"pile_set_name": "Github"
} |
-- Copyright (C) 2001 Bill Billowitch.
-- Some of the work to develop this test suite was done with Air Force
-- support. The Air Force and Bill Billowitch assume no
-- responsibilities for this software.
-- This file is part of VESTs (Vhdl tESTs).
-- VESTs is free software; you can redistribute it and/or modify i... | {
"pile_set_name": "Github"
} |
// Copyright(c) 2019-2020, Intel Corporation
//
// 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,
// this list of conditions and... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2020.
~ Microsoft Corporation. All rights reserved.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_fluent_text_align_justify_24_filled" android:state_activated="true"/>
<item androi... | {
"pile_set_name": "Github"
} |
import json
import sqlite3
conn = sqlite3.connect('rosterdb.sqlite')
cur = conn.cursor()
# Do some setup
cur.executescript('''
DROP TABLE IF EXISTS User;
DROP TABLE IF EXISTS Member;
DROP TABLE IF EXISTS Course;
CREATE TABLE User (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
name TEXT UNIQUE
... | {
"pile_set_name": "Github"
} |
<?php
/**
* The loop template file.
*
* Included on pages like index.php, archive.php and search.php to display a loop of posts
* Learn more: https://codex.wordpress.org/The_Loop
*
* @package storefront
*/
do_action( 'storefront_loop_before' );
while ( have_posts() ) :
the_post();
/**
* Include the Post-F... | {
"pile_set_name": "Github"
} |
/*
Fontname: -B&H-Lucida-Medium-I-Normal-Sans-26-190-100-100-P-147-ISO10646-1
Copyright: Copyright Bigelow & Holmes 1986, 1985.
Glyphs: 18/723
BBX Build Mode: 0
*/
const uint8_t u8g2_font_luIS19_tn[454] U8G2_FONT_SECTION("u8g2_font_luIS19_tn") =
"\22\0\4\3\5\5\4\5\6\22\30\0\373\23\373\23\374\0\0\0\0\1\251 \6... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
"""Tables: Distributed object K/V-store."""
from .base import Collection, CollectionT
from .globaltable import GlobalTable, GlobalTableT
from .manager import TableManager, TableManagerT
from .table import Table, TableT
__all__ = [
'Collection',
'CollectionT',
'GlobalTable',
'GlobalTableT',
'TableMa... | {
"pile_set_name": "Github"
} |
-- Copyright 2004-2020 H2 Group. Multiple-Licensed under the MPL 2.0,
-- and the EPL 1.0 (https://h2database.com/html/license.html).
-- Initial Developer: H2 Group
--
-- Test for ALTER TABLE RENAME and ALTER VIEW RENAME
CREATE TABLE TABLE1A(ID INT);
> ok
INSERT INTO TABLE1A VALUES (1);
> update count: 1
-- ALTER TA... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: LGPL-2.1
// Copyright (C) 2018, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
#include "trace/beauty/beauty.h"
#include <uapi/linux/fs.h>
static size_t renameat2__scnprintf_flags(unsigned long flags, char *bf, size_t size, bool show_prefix)
{
#include "trace/beauty/generated/rena... | {
"pile_set_name": "Github"
} |
//
// SuperTuxKart - a fun racing game with go-kart
// Copyright (C) 2012-2015 Joerg Henrichs
//
// 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 3
// of the License, or ... | {
"pile_set_name": "Github"
} |
/*************************************************
** auth: zsh2401@163.com
** date: 2018/2/26 19:36:23 (UTC +8:00)
** desc: ...
*************************************************/
using System;
namespace AutumnBox.OpenFramework.Exceptions
{
/// <summary>
/// 拒绝访问异常
/// </summary>
public class Access... | {
"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"
} |
//----------------------------------------------------------------------------
//
// ThreadImpl.h
//
// POSIX implementation of a cross-platform thread
//
// Copyright (c) 2010, Greg Satz <satz@iranger.com>
// All rights reserved.
//
// SOFTWARE NOTICE AND LICENSE
//
// This file is part of OpenZWave.
//
// OpenZWave ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2013 KLab Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "IOpenSaveObjectController.h"
#import "TOpenPanelCallbacks-Protocol.h"
@interface TChooseObjectController : IOpenSaveObjectCo... | {
"pile_set_name": "Github"
} |
/* Copyright 2016 The TensorFlow Authors. 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 a... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
// Generated with Bot Builder V4 SDK Template for Visual Studio EchoBot v$templateversion$
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Bot.Builder;
using Microsoft.Bot.Builder.Integratio... | {
"pile_set_name": "Github"
} |
<ng-content></ng-content>
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
* Licensed under the LGPL or a commercial license.
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*/
import * as CaretFinder from '../caret/CaretFinder';
import CaretPosi... | {
"pile_set_name": "Github"
} |
Shared code for storing scopes in the database
| {
"pile_set_name": "Github"
} |
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 6c270431..fc80b178 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -257,7 +257,7 @@ def detect_cpu(compilers):
def detect_system():
system = platform.system().lower()
- if system.startswith('cygwin'):
+ if s... | {
"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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright Contributors to the ODPi Egeria project. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.... | {
"pile_set_name": "Github"
} |
from __future__ import print_function, division
import sys,os
# line 4 and line 5 below are for development purposes and can be removed
qspin_path = os.path.join(os.getcwd(),"../../")
sys.path.insert(0,qspin_path)
#####################################################################
# example... | {
"pile_set_name": "Github"
} |
"use strict";
var o = {};
module.exports = function (t, a) {
a(t(o)(), o);
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 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 Softwa... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RGoplot(RPackage):
"""Implementation of multilayered visualizations for enhanced graphical
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Copyright (c) 2018-2019, NVIDIA CORPORATION. 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 ... | {
"pile_set_name": "Github"
} |
<?php
//CURL_MULTI_GETCONTENT TEST
//CREATE RESOURCES
$ch1=curl_init();
$ch2=curl_init();
//SET URL AND OTHER OPTIONS
include 'server.inc';
$host = curl_cli_server_start();
curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=getpost&get_param=Hello%20World");
curl_setopt($ch2, CURLOPT_URL, "file://".... | {
"pile_set_name": "Github"
} |
#####################################################
# Olimex LPC2378STK eval board
#
# http://olimex.com/dev/lpc-2378stk.html
#
# Author: Sten, debian@sansys-electronic.com
#####################################################
#
source [find target/lpc2378.cfg]
| {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright 2019 Broadcom.
*/
#ifndef BCM_HWRNG_H
#define BCM_HWRNG_H
#include <stdlib.h>
uint32_t bcm_hwrng_read_rng(uint32_t *p_out, uint32_t words_to_read);
#endif /* BCM_HWRNG_H */
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas 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, version 3 of the License.
*
* Canvas is distribut... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--5fbdbb6d-3e22-400f-be7c-8492bdd5342c",
"spec_version": "2.0",
"objects": [
{
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4... | {
"pile_set_name": "Github"
} |
var r = 600;
function baseVisual(parent) {
var that = {};
that.getColor = function (node) {
if (node.currentState) {
return '#ff0000';
}
return '#fff';
};
that.getOpacity = function (node) {
if (node.currentState) {
return '.... | {
"pile_set_name": "Github"
} |
var path = require('path')
var utils = require('./utils')
var config = require('../config')
var vueLoaderConfig = require('./vue-loader.conf')
function resolve (dir) {
return path.join(__dirname, '..', dir)
}
module.exports = {
entry: {
app: './src/main.js'
},
output: {
path: config.build.assetsRoot,
... | {
"pile_set_name": "Github"
} |
5+HDXH/ieN8Bzxd3dfxKZoqbbhsm7jyeqWdemt6Xy0kx+7zwSYsh9Ng5KRdy6wtA
| {
"pile_set_name": "Github"
} |
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
/*
* standard table class... | {
"pile_set_name": "Github"
} |
//
// MPTTheoryViewController.m
// MobileProject
//
// Created by wujunyang on 2017/3/1.
// Copyright © 2017年 wujunyang. All rights reserved.
//
#import "MPTTheoryViewController.h"
@interface MPTTheoryViewController ()<UITableViewDataSource, UITableViewDelegate>
@property (nonatomic,strong) NSArray *d... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2007 VMware, Inc.
* All Rights Reserved.
*
* 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 w... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_IS_PLACEHOLDER_HPP_INCLUDED
#define BOOST_MPL_IS_PLACEHOLDER_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boos... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Cisco and/or its affiliates.
* 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 applicabl... | {
"pile_set_name": "Github"
} |
chr7 108705793 108706018 AAAAGCAATGATACACAAAAATAAT 0 - foo bar
chr2 46996145 46996370 AAGGGTGAGTGAACTAGCGCACTCT 0 - foo bar
chr10 98040386 98040611 ATCTATGCCATAATATGCTGTGCAG 0 - foo bar
chr8 97310720 97310945 AAAGGCTCTTTTAATAGTGATTTCA 0 - foo bar
chr11 69173904 69174129 AACAGACCTTCCACAAGGAGCAGGG 0 - foo bar
chr18 66143... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015, Cisco Systems
// 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 condi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<title>Dojo Gesture Testi... | {
"pile_set_name": "Github"
} |
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ViewContextInterface is the interface that should implemented by classes who want to support relative view names.
*
* The method [[getView... | {
"pile_set_name": "Github"
} |
Name: Plato Questions Star
Description: Adds the ability for users to star or favorite questions.
Author: InstantASP
WebSite: https://www.instantasp.co.uk/
Category: Questions
PlatoVersion: 2.0.0
Version: 1.0.0
Icon: /plato.questions.star/content/images/icon.png
Dependencies:
[
{
Id: "Plato.Questions",
Version: "... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/**
* This file defines the <code>PPB_Flash_Menu</code> interface.
*/
label Chrome {
M14 = 0.2
};
/* Menu item type.
*
* TODO(viettrungluu)... | {
"pile_set_name": "Github"
} |
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Package: CLIM-UTILS; Base: 10; Lowercase: Yes -*-
(in-package :clim-utils)
"Copyright (c) 1990, 1991, 1992 Symbolics, Inc. All rights reserved.
Portions copyright (c) 1989, 1990 International Lisp Associates."
;;; All of this is taken from the STREAM-DEFINITION-BY-USE... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* PCI Virtual Channel support
*
* Copyright (C) 2013 Red Hat, Inc. All rights reserved.
* Author: Alex Williamson <alex.williamson@redhat.com>
*/
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/pci_reg... | {
"pile_set_name": "Github"
} |
#region BSD License
/* Copyright (c) 2013-2020, Doxense SAS
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, this list of cond... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.