text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
var a = {};
function foo() {
a.push();
}
function bar() {
foo();
}
bar();
| {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_ZIP
bool "zip"
help
Zip is a compression and file packaging/archive utility.
Although highly compatible both with PKWARE's PKZIP and
PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip,
our primary objectives have been portability and
other-than-MSDOS functionality.
http:/... | {
"pile_set_name": "Github"
} |
//
// EXTADT.h
// extobjc
//
// Created by Justin Spahr-Summers on 19.06.12.
// Copyright (C) 2012 Justin Spahr-Summers.
// Released under the MIT license.
//
#import "metamacros.h"
#import "EXTRuntimeExtensions.h"
/**
* Creates an algebraic data type with the given name and one or more data
* constructors. Ea... | {
"pile_set_name": "Github"
} |
;; copyright 2003-2005 stefan kersten <steve@k-hornz.de>
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2 of the
;; License, or (at your option) any later version.
;;
;; Th... | {
"pile_set_name": "Github"
} |
//
// detail/posix_thread.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot 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)
//
#ifndef ASIO_DETAIL_P... | {
"pile_set_name": "Github"
} |
/*----------------------------------------------------------------------------
* RL-ARM - RTX
*----------------------------------------------------------------------------
* Name: RT_HAL_CM.H
* Purpose: Hardware Abstraction Layer for Cortex-M definitions
* Rev.: V4.60
*------------------... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) ppy Pty Ltd <contact@ppy.sh>.
*
* This file is part of osu!web. osu!web is distributed with the hope of
* attracting more community contributions to the core ecosystem of osu!.
*
* osu!web is free software: you can redistribute it and/or modify
* it under the terms of the Affer... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a248f6591afb49f46beb329ea2296243
timeCreated: 1513737329
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage:... | {
"pile_set_name": "Github"
} |
/*
* mcp3422.c - driver for the Microchip mcp3422/3/4/6/7/8 chip family
*
* Copyright (C) 2013, Angelo Compagnucci
* Author: Angelo Compagnucci <angelo.compagnucci@gmail.com>
*
* Datasheet: http://ww1.microchip.com/downloads/en/devicedoc/22088b.pdf
* http://ww1.microchip.com/downloads/en/DeviceDoc/222... | {
"pile_set_name": "Github"
} |
^D:\GNU\EXIV2\SAMPLES\TAGLIST.CPP|D:\GNU\EXIV2\SRC\UTILS.CPP
D:\GNU\EXIV2\MSVC2005\TAGLIST\BUILD\WIN32\DEBUG\UTILS.SBR
D:\GNU\EXIV2\MSVC2005\TAGLIST\BUILD\WIN32\DEBUG\TAGLIST.SBR
D:\GNU\EXIV2\MSVC2005\TAGLIST\BUILD\WIN32\DEBUG\TAGLIST.OBJ
D:\GNU\EXIV2\MSVC2005\TAGLIST\BUILD\WIN32\DEBUG\UTILS.OBJ
^D:\GNU\EXIV2\SAMP... | {
"pile_set_name": "Github"
} |
import { purry } from './purry';
/**
* Sorts an array. The comparator function should accept two values at a time and return a negative number if the first value is smaller, a positive number if it's larger, and zero if they are equal.
* Sorting is based on a native `sort` function. It's not guaranteed to be stable.... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "LaunchImage.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "LaunchImage@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "LaunchImage@3x.png",
"scale" : "3x"
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
url=file://$HOME/bin/Linux/ext/android-sdk-linux/docs/reference/$(ajoke-get-package $1 | perl -npe 's#\.#/#g')$(basename $1|perl -npe 's/\.java$/.html/')
emacsclient -e '(w3m-goto-url "'$url'")' >/dev/null 2>&1 &
| {
"pile_set_name": "Github"
} |
package httpclient
import "net/http"
// BasicAuth is an http.RoundTripper that makes HTTP
// requests, wrapping a base RoundTripper and adding
// a basic authorization header.
type BasicAuth struct {
Base http.RoundTripper
Username string
Password string
}
// RoundTrip adds the Authorization header to the req... | {
"pile_set_name": "Github"
} |
/* crypto/dh/p192.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-comm... | {
"pile_set_name": "Github"
} |
/* Trivial test of ordered. */
/* { dg-require-effective-target sync_int_long } */
#include <omp.h>
#include <string.h>
#include <assert.h>
#include "libgomp_g.h"
#define N 100
static int next;
static int CHUNK, NTHR;
static void clean_data (void)
{
next = 0;
}
static void set_data (long i)
{
int n = __sync_... | {
"pile_set_name": "Github"
} |
ID=0 ROUT='ATL_damm0_1m_7x1x1.c' AUTH='R. Clint Whaley' TA='T' TB='N' \
OPMV=3 VLEN=1 KU=1 NU=1 MU=7 MB=120 NB=120 KB=120 NOBCAST=0 KUISKB=0 \
KVEC=0 L14NB=0 PFCELTS=0 PFBCOLS=0 PFABLK=0 PFACOLS=0 AOUTER=1 \
KRUNTIME=1 LDCTOP=1 X87=0
ID=0 ROUT='ATL_damm0_1m_3x1x1.c' AUTH='R. Clint Whaley' TA='T' TB='N' \
... | {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIde... | {
"pile_set_name": "Github"
} |
"""
Trigger examples
"""
__version__ = "$Revision: 1.7 $"
import sys, os
thisPath = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.abspath(os.path.join(thisPath,"..")))
from ExampleBuilder import ExampleBuilder
import Utils.Libraries.PorterStemmer as PorterStemmer
from Core.IdSet import IdSet
impor... | {
"pile_set_name": "Github"
} |
---
title: "Create windowsInformationProtectionNetworkLearningSummary"
description: "Create a new windowsInformationProtectionNetworkLearningSummary object."
author: "dougeby"
localization_priority: Normal
ms.prod: "intune"
doc_type: apiPageType
---
# Create windowsInformationProtectionNetworkLearningSummary
Namespac... | {
"pile_set_name": "Github"
} |
/*
* INT3406 thermal driver for display participant device
*
* Copyright (C) 2016, Intel Corporation
* Authors: Aaron Lu <aaron.lu@intel.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Softw... | {
"pile_set_name": "Github"
} |
/* PipeWire
*
* Copyright © 2018 Wim Taymans
*
* 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, merg... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang("devtools","en-au",{title:"Element Information",dialogName:"Dialog window name",tabName:"Tab name",elementId:"Element ID",element... | {
"pile_set_name": "Github"
} |
<?php
/*
* UserFrosting (http://www.userfrosting.com)
*
* @link https://github.com/userfrosting/UserFrosting
* @copyright Copyright (c) 2019 Alexander Weissman
* @license https://github.com/userfrosting/UserFrosting/blob/master/LICENSE.md (MIT License)
*/
/**
* Thai message token translations for the 'a... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------
unix.S - Copyright (c) 1998, 2008 Red Hat, Inc.
Copyright (c) 2000 Hewlett Packard Company
IA64/unix Foreign Function Interface
Primary author: Hans Boehm, HP Labs
Loosely modeled on Cygnus code for other platforms... | {
"pile_set_name": "Github"
} |
'\" t
'\" The line above instructs most `man' programs to invoke tbl
'\"
'\" Separate paragraphs; not the same as PP which resets indent level.
.de SP
.if t .sp .5
.if n .sp
..
'\"
'\" Replacement em-dash for nroff (default is too short).
.ie n .ds m " -
.el .ds m \(em
'\"
'\" Placeholder macro for if longer nroff arro... | {
"pile_set_name": "Github"
} |
# اختبار Widevine CDM
In Electron you can use the Widevine CDM library shipped with Chrome browser.
Widevine Content Decryption Modules (CDMs) are how streaming services protect content using HTML5 video to web browsers without relying on an NPAPI plugin like Flash or Silverlight. Widevine support is an alternative s... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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.
#include "net/base/file_stream_metrics.h"
namespace net {
int GetFileErrorUmaBucket(int error) {
return 1;
}
int MaxFileErrorUmaBucket() {
retu... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Bazel 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 appl... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Component.Builder
*
* @created 30th April, 2015
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
* @copyright Copyright (C) 2015 - 2020 Vast Development... | {
"pile_set_name": "Github"
} |
library(pystr)
context("pystr_zfill")
test_that("it fills up to the width", {
expect_equal(pystr_zfill("42", 5), "00042")
})
test_that("it leaves the minus sign at the beginning", {
expect_equal(pystr_zfill("-42", 5), "-0042")
})
test_that("it leaves the plus sign at the beginning", {
expect_equal(pystr_zfill(... | {
"pile_set_name": "Github"
} |
/* BEGIN_HEADER */
#include "mbedtls/entropy.h"
#include "mbedtls/entropy_poll.h"
/*
* Number of calls made to entropy_dummy_source()
*/
static size_t entropy_dummy_calls;
/*
* Dummy entropy source
*
* If data is NULL, write exactly the requested length.
* Otherwise, write the length indicated by data or error ... | {
"pile_set_name": "Github"
} |
---
title: "Line 'item1': Can't set Shortcut property in menu 'item2'. Parent menu cannot have a shortcut key."
keywords: vblr6.chm60117
f1_keywords:
- vblr6.chm60117
ms.prod: office
ms.assetid: fabb46ea-3969-ea1f-e5b0-5f502b78d69c
ms.date: 06/08/2017
---
# Line 'item1': Can't set Shortcut property in menu 'item2'. P... | {
"pile_set_name": "Github"
} |
/// @ref gtx_easing
/// @file glm/gtx/easing.hpp
/// @author Robert Chisholm
///
/// @see core (dependence)
///
/// @defgroup gtx_easing GLM_GTX_easing
/// @ingroup gtx
///
/// Include <glm/gtx/easing.hpp> to use the features of this extension.
///
/// Easing functions for animations and transitons
/// All functions ta... | {
"pile_set_name": "Github"
} |
<?php
require_once('require/class.Connection.php');
require_once('require/class.Spotter.php');
require_once('require/class.Language.php');
if (!isset($_GET['country'])) {
header('Location: '.$globalURL.'/country');
die();
}
$Spotter = new Spotter();
$country = ucwords(str_replace("-", " ", urldecode(fi... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 collate
import (
"reflect"
"strings"
"testing"
"golang.org/x/text/internal/colltab"
"golang.org/x/text/language"
)
var (
defaultIgnore = ignore(... | {
"pile_set_name": "Github"
} |
DEFINITION MODULE OSCALLS;
__DEF_SWITCHES__
#ifdef HM2
#ifdef __LONG_WHOLE__
(*$!i+: Modul muss mit $i- uebersetzt werden! *)
(*$!w+: Modul muss mit $w- uebersetzt werden! *)
#else
(*$!i-: Modul muss mit $i+ uebersetzt werden! *)
(*$!w-: Modul muss mit $w+ uebersetzt werden! *)
#endif
#endif
(***************... | {
"pile_set_name": "Github"
} |
## 使用说明
```jsx
// 按需引入需要在 app.scss 中引入对应样式 menuList.scss
import { ClMenuList } from "mp-colorui";
```
## 一般用法
<CodeShow componentName='menuList' />
## 参数说明
### MenuList 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| ----------- | ---------------- | ------- | -----... | {
"pile_set_name": "Github"
} |
/************************************************************************
IMPORTANT NOTE : this file contains two clearly delimited sections :
the ARCHITECTURE section (in two parts) and the USER section. Each section
is governed by its own copyright and license. Please check individually
each section f... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="MandrillException.cs" company="">
//
// </copyright>
// <summary>
// General Exception that is thrown by the Mandrill Api
// </summary>
// -----------------------------------... | {
"pile_set_name": "Github"
} |
/* QLogic qed NIC Driver
* Copyright (c) 2015 QLogic Corporation
*
* This software is available under the terms of the GNU General Public License
* (GPL) Version 2, available from the file COPYING in the main directory of
* this source tree.
*/
#include <linux/crc32.h>
#include <linux/etherdevice.h>
#include "qe... | {
"pile_set_name": "Github"
} |
#include "Copter.h"
// This file contains the high-level takeoff logic for Loiter, PosHold, AltHold, Sport modes.
// The take-off can be initiated from a GCS NAV_TAKEOFF command which includes a takeoff altitude
// A safe takeoff speed is calculated and used to calculate a time_ms
// the pos_control target is th... | {
"pile_set_name": "Github"
} |
package pl.pszklarska.livedatabinding.viewmodel
import pl.pszklarska.livedatabinding.model.Kitty
import java.util.*
import java.util.concurrent.TimeUnit
typealias NewKittiesReceived = (Kitty) -> Unit
class KittyRepository {
private val timer = Timer()
private val random = Random()
private val period = Ti... | {
"pile_set_name": "Github"
} |
//
// BalloonMarker.swift
// ChartsDemo
//
// Created by Daniel Cohen Gindi on 19/3/15.
//
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
// A port of MPAndroidChart for iOS
// Licensed under Apache License 2.0
//
// https://github.com/danielgindi/ios-charts
// https://github.com/danielgindi/Charts/blob/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2017, 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"
} |
#include <stdio.h>
int main()
{
puts("Hello from main project!");
return 0;
} | {
"pile_set_name": "Github"
} |
Description:
Compare two memory areas with possibly different lengths.
Files:
lib/memcmp2.h
lib/memcmp2.c
Depends-on:
configure.ac:
Makefile.am:
lib_SOURCES += memcmp2.c
Include:
"memcmp2.h"
License:
LGPLv2+
Maintainer:
all
| {
"pile_set_name": "Github"
} |
# escape sequences are permitted only inside strings
# { 'command': 'foo', 'data': {} }
{ 'command': 'foo', 'data'\u003a{} }
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS 2.1 Test Suite: display</title>
<style type="text/css"><![CDATA[
p, div { color: navy; }
.one {display: block;}
.two {display: inline;}
.three ... | {
"pile_set_name": "Github"
} |
/*
* QtDownload.h
*
*
* Copyright 2013 Scott Wilson.
*
* This file is part of SuperCollider.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (a... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
Capybara::SpecHelper.spec '#match_selector?' do
let(:element) { @session.find(:xpath, '//span', text: '42') }
before do
@session.visit('/with_html')
end
it 'should be true if the element matches the given selector' do
expect(element).to match_selector(:xpath, '//span')
... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE
Gem::Specification.new do |spec|
spec.name = 'aws-sdk-simpledb'
spe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
import { CommonModule } from '@angular/common';
import { ModuleWithProviders, NgModule } from '@angular/core';
import { DelonUtilModule } from '@delon/util';
import { ACLIfDirective } from './acl-if.directive';
import { ACLDirective } from './acl.directive';
import { ACLService } from './acl.service';
const COMPONENTS... | {
"pile_set_name": "Github"
} |
const fetch = require('node-fetch');
{{?data.bodyParameter.present}}const inputBody = '{{=data.bodyParameter.exampleValues.json}}';{{?}}
{{?data.allHeaders.length}}const headers = {
{{~data.allHeaders :p:index}} '{{=p.name}}':{{=p.exampleValues.json}}{{?index < data.allHeaders.length-1}},{{?}}
{{~}}
};
{{?}}
fetch('{{... | {
"pile_set_name": "Github"
} |
Contribute Code
===================================
This project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.
For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <m... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/* This file is ALSO:
* Copyright 2001-2004 David Abrahams.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or... | {
"pile_set_name": "Github"
} |
/*
* File: CategoryBalancedBaggingLearnerTest.java
* Authors: Justin Basilico
* Company: Sandia National Laboratories
* Project: Cognitive Foundry Learning Core
*
* Copyright June 15, 2011, Sandia Corporation.
* Under the terms of Contract DE-AC04-94AL85000, th... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 80235951880a7094ea0abade92e4f535
timeCreated: 1480605820
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName: 20170219
assetBundleVariant: 0201
| {
"pile_set_name": "Github"
} |
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Parse numeric literals from ByteStrings"
HOMEPAGE="https://github.com/... | {
"pile_set_name": "Github"
} |
// RUN: %target-swift-frontend -disable-objc-attr-requires-foundation-module -print-ast %s | %FileCheck %s
// REQUIRES: objc_interop
// This bug required an elaborate setup where isObjC() was checked prior
// to validateDecl() getting called on a declaration. In this case, we
// did not infer @objc from witnessed pro... | {
"pile_set_name": "Github"
} |
% File src/library/tcltk/man/tkProgressBar.Rd
% Part of the R package, https://www.R-project.org
% Copyright 2008 R Core Team
% Distributed under GPL 2 or later
\name{tkProgressBar}
\alias{tkProgressBar}
\alias{getTkProgressBar}
\alias{setTkProgressBar}
\alias{close.tkProgressBar}
\title{Progress Bars via Tk}
\descrip... | {
"pile_set_name": "Github"
} |
//
// AbuCandChartView.m
// AbuKlineView
//
// Created by 阿布 on 17/9/7.
// Copyright © 2017年 阿布. All rights reserved.
//
#import "AbuCandChartView.h"
#import "KlineQuotaColumnLayer.h"
#import "KlineCandelLayer.h"
#import "KlineTimeLayer.h"
#import "KlineMALayer.h"
#define MINDISPLAYCOUNT 6
@interface AbuCandChart... | {
"pile_set_name": "Github"
} |
global
* false
* true
local
* false
* true
upvar
* false
* true
| {
"pile_set_name": "Github"
} |
The planes carried around 38,000 liters of kerosene (10,000 gallons), which had an energetic value of 1.6×1012 J (1,6 TJ). During the impact the liquid explosion spread over 6 floors which equals average 67.2 MJ/m2.
The towers were designed to handle a theoretical fire load of 220 MJ/m2/hour. The towers were construct... | {
"pile_set_name": "Github"
} |
US_Nevada
1
-1.200050E+02 3.933952E+01
-1.200049E+02 3.934501E+01
-1.200044E+02 3.937491E+01
-1.200043E+02 3.937838E+01
-1.200043E+02 3.937991E+01
-1.200042E+02 3.938655E+01
-1.200039E+02 3.940351E+01
-1.200032E+02 3.944098E+01
-1.200032E+02 3.944514E+01
-1.200032E+02 3.944567E+01
-1.200031E+02 3.944762E+01
... | {
"pile_set_name": "Github"
} |
#pmlogconf-setup 2.0
ident all available interrupts per CPU
probe kernel.percpu.interrupts.LOC values ? include : exclude
delta 10 minutes
kernel.percpu.interrupts
| {
"pile_set_name": "Github"
} |
# 72. Edit Distance
**<font color=red>难度Hard</font>**
## 刷题内容
> 原题连接
* https://leetcode.com/problems/edit-distance/
> 内容描述
```
You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a concatenation of each word in w... | {
"pile_set_name": "Github"
} |
require_relative 'taggable_model'
class AlteredInheritingTaggableModel < TaggableModel
acts_as_taggable_on :parts
end
| {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
#ifndef BASE_MAC_SCOPED_MACH_VM_H_
#define BASE_MAC_SCOPED_MACH_VM_H_
#include <mach/mach.h>
#include <stddef.h>
#include <algorithm>
#include "base/ba... | {
"pile_set_name": "Github"
} |
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std_unsigned.all;
entity main_tb is
end main_tb;
architecture structural of main_tb is
-- Clock
signal main_clk : std_logic;
-- Generate pause signal
signal main_wait_cnt : std_logic_vector(1 downto 0) := (others => '0');
signal main_wait ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 5321756dbfdb4a84ca01779c753d5935
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" simulationEngine="OPENSTACK" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd">
<node name=... | {
"pile_set_name": "Github"
} |
// Styling
import React from 'react'
const smallBox = (
<div className="box box--small" style={{backgroundColor: 'lightblue'}}>
small lightblue box
</div>
)
const mediumBox = (
<div className="box box--medium" style={{backgroundColor: 'pink'}}>
medium pink box
</div>
)
const largeBox = (
<div classNa... | {
"pile_set_name": "Github"
} |
/****************************************************************
* *
* curvyCorners *
* ------------ *
* ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016, Salesforce.com, 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 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>
</configuration> | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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, co... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('mixin', require('../mixin'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
#!/bin/bash
{{/*
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, software
distributed under... | {
"pile_set_name": "Github"
} |
/**
Copyright (c) 2014-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
*/
#import "POPPropertyAn... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Clock driver for the ARM Integrator/IM-PD1 board
* Copyright (C) 2012-2013 Linus Walleij
*/
#include <linux/clk-provider.h>
#include <linux/clkdev.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_data/clk-integrator.h>
#include "icst.h"
#include ... | {
"pile_set_name": "Github"
} |
// Copyright Bruno Dutra 2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
#include <brigand/sequences/front.hpp>
#include <brigand/sequences/list.hpp>
#include <brigand/types/integer.hpp>
template<int> struct x;
<% en... | {
"pile_set_name": "Github"
} |
/**
File Name: lexical-002.js
Corresponds To: ecma/LexicalConventions/7.2-3-n.js
ECMA Section: 7.2 Line Terminators
Description: - readability
- separate tokens
- may occur between any two tokens
- c... | {
"pile_set_name": "Github"
} |
/*
Test program for TinyXML.
*/
#ifdef TIXML_USE_STL
#include <iostream>
#include <sstream>
using namespace std;
#else
#include <stdio.h>
#endif
#if defined( WIN32 ) && defined( TUNE )
#include <crtdbg.h>
_CrtMemState startMemState;
_CrtMemState endMemState;
#endif
#include "tinyxml.h"
bool XmlTest (cons... | {
"pile_set_name": "Github"
} |
#include "tommath.h"
#ifdef BN_MP_TO_UNSIGNED_BIN_N_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
* The library was designed directly after the MPI library by
* Mich... | {
"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 registry
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
| {
"pile_set_name": "Github"
} |
data class Point(var x: Int, var y: Int)
fun main(args: Array<String>) {
val p = Point(1, 2)
println(p)
p.x = 3
p.y = 4
println(p)
}
| {
"pile_set_name": "Github"
} |
/* ---------------------------------------------------------------------------- */
/* Atmel Microcontroller Software Support */
/* SAM Software Package License */
/* -----------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//
// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "SubtractionLayer.hpp"
#include "LayerCloneBase.hpp"
#include <armnn/TypesUtils.hpp>
#include <backendsCommon/WorkloadData.hpp>
#include <backendsCommon/WorkloadFactory.hpp>
namespace armnn
{
Subtracti... | {
"pile_set_name": "Github"
} |
// Safe sequence implementation -*- C++ -*-
// Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as publ... | {
"pile_set_name": "Github"
} |
<!-- ko if: visible -->
<div class="h3">
<img class="encounter-section-img" data-bind="attr: { src: sectionIcon }">
<span data-bind="text: name"></span><br />
<small data-bind="text: tagline"></small>
</div>
<table class="table table-responsive table-ac-bordered table-hover">
<thead>
<tr>
<th data-bin... | {
"pile_set_name": "Github"
} |
/*
* SonarAnalyzer for .NET
* Copyright (C) 2015-2020 SonarSource SA
* mailto: contact AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 ... | {
"pile_set_name": "Github"
} |
:103E000001C0B0C011248FE594E09EBF8DBF84B780
:103E1000882361F0982F9A70923041F081FF02C0A0
:103E200097EF94BF282E80E0B8D0EAC085E08EBD21
:103E300082E08BB998E19AB996E890BD89B98EE095
:103E4000ACD0B89A84E028E43AEF44E051E03DBDBC
:103E50002CBD48BF08B602FEFDCF98B3952798BB8E
:103E6000A8955F9902C0815091F790D0813479F480
:103E... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_extended
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"PO-Revision-Date: 2015-10-22 12:09+0000\n"
"Last-Translator: Ale... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.