text stringlengths 2 99.9k | meta dict |
|---|---|
/*
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"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>1-610.62</num>
<heading... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env ruby
require 'rubygems'
require 'activesupport'
LIMIT = 12
def create_data(data_file, file)
result = []
File.open(file, "rb") do |f|
str = f.read
keywords,data = str.split(";")
data.gsub!(/^[^=]+= /, "")
decoded = ActiveSupport::JSON.decode(data)
for it in decoded
i = {
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 7d052a6220061e34aadf5ebacb39e3dd, type: 3}... | {
"pile_set_name": "Github"
} |
version: '2.3'
services:
jolokia:
image: docker.elastic.co/integrations-ci/beats-jolokia:${JOLOKIA_VERSION:-1.5.0}-1
build:
context: ./_meta
args:
JOLOKIA_VERSION: ${JOLOKIA_VERSION:-1.5.0}
ports:
- 8778
| {
"pile_set_name": "Github"
} |
// Copyright 2010 Christophe Henry
// henry UNDERSCORE christophe AT hotmail DOT com
// This is an extended version of the state machine available in the boost::mpl library
// Distributed under the same license as the original.
// Copyright for the original version:
// Copyright 2005 David Abrahams and Aleksey Gur... | {
"pile_set_name": "Github"
} |
using System;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyCulture("")]
// Setting ComVisible... | {
"pile_set_name": "Github"
} |
#define TESTNAME "Coding. Compress zeros test. positions xtc3"
#define FILENAME "test69.tng_compress"
#define ALGOTEST
#define NATOMS 100
#define CHUNKY 100
#define SCALE 0.
#define PRECISION 0.01
#define WRITEVEL 0
#define VELPRECISION 0.1
#define INITIALCODING 10
#define INITIALCODINGPARAMETER 0
#define CODING 10
#de... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# githubog: http://ogp.me/ns/fb/githubog#">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>openfeint/s3eNOpenFeint/licence.txt at master · marmalade/openfeint · GitHub</title>
... | {
"pile_set_name": "Github"
} |
//
// RxTextViewDelegateProxy.swift
// RxCocoa
//
// Created by Yuta ToKoRo on 7/19/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
#if os(iOS) || os(tvOS)
import UIKit
#if !RX_NO_MODULE
import RxSwift
#endif
/// For more information take a look at `DelegateProxyType`.
public class RxTextViewDel... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Logback Home</title>
<link rel="stylesheet" typ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsof... | {
"pile_set_name": "Github"
} |
# Building Julius
If you have experience in compiling from source, these are the basic instructions.
To build Julius, you'll need:
- `git`
- a compiler (`gcc`, `clang`, Visual Studio and MinGW(-w64) are all known to be supported)
- `cmake`
- `SDL2`
- `SDL2_mixer`
- `libpng` (optional, a bundled copy will be used if ... | {
"pile_set_name": "Github"
} |
// MIT License - Copyright (c) Callum McGing
// This file is subject to the terms and conditions defined in
// LICENSE, which is part of this source code package
using System;
using LibreLancer;
namespace LibreLancer.Interface
{
[UiLoadable]
public class ImageFile : UiWidget
{
public string Path { ... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Draco 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"
} |
from flask import current_app
from tests.unit.test_base import BasicsTestCase
class AppTestCase(BasicsTestCase):
def test_app_exists(self):
self.assertFalse(current_app is None)
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <copyright file="OutputScopeManager.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" prim... | {
"pile_set_name": "Github"
} |
-- 18.05.2016 18:50
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Para SET SeqNo=30,Updated=TO_TIMESTAMP('2016-05-18 18:50:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=540855
;
-- 18.05.2016 18:50
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configur... | {
"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"
} |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgHddU1hrJcauGouqG
3Xi2Xhn3RlOhQ3IVmEOlrtkHWp2hRANCAATZuKseQKoXOkcvFXZz9tASKG1t9TDK
ymCBOOj99hXUhul70k5amQOcPn6UCpj1Zkac0jT4shNSEinSAzjSCyBB
-----END PRIVATE KEY-----
| {
"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"
} |
Title: Render filter for "Services colored according to state" painter
Class: feature
Compatible: compat
Component: wato
Date: 1571064008
Edition: cre
Knowledge: undoc
Level: 1
Version: 2.0.0i1
"Services colored according to state" painter rendered all services in
host. With this werk, it is possible to filter out se... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2007-2012 the original author or 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 requi... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">Game</string>
</resources>
| {
"pile_set_name": "Github"
} |
// Test for contact functionality. Although the contact functionality is exposed through the
// regular Titanium Contacts API, this test makes use of some Tizen-specific calls and features,
// therefore it's Tizen-only.
//
// This test verifies contact editing. It is initiated from the "contacts_find" test.
function e... | {
"pile_set_name": "Github"
} |
const test = require('tape')
const nlp = require('./_lib')
test('reserved words:', function(t) {
const reserved = [
'abstract',
'boolean',
'break',
'byte',
'case',
'catch',
'char',
'class',
'const',
'constructor',
'continue',
'debugger',
'default',
'delete',
... | {
"pile_set_name": "Github"
} |
# contributor: Xah Lee (XahLee.org)
# name: funcall
# key: funcall
# --
(funcall $0) | {
"pile_set_name": "Github"
} |
class RdsCommandLineTools < Formula
desc "Amazon RDS command-line toolkit"
homepage "https://aws.amazon.com/developertools/2928"
url "https://rds-downloads.s3.amazonaws.com/RDSCli-1.19.004.zip"
sha256 "298c15ccd04bd91f1be457645d233455364992e7dd27e09c48230fbc20b5950c"
revision 1
bottle :unneeded
depends_... | {
"pile_set_name": "Github"
} |
// Utilities
import {
classToHex,
isCssColor,
parseGradient,
} from '../../util/colorUtils'
import colors from '../../util/colors'
// Types
import { VuetifyThemeVariant } from 'types/services/theme'
import { VNode, VNodeDirective } from 'vue'
interface BorderModifiers {
top?: Boolean
right?: Boolean
botto... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
namespace pr7801 {
extern void* x[];
void* dummy[] = { &x };
}
| {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------------------------------------
Software License for The Fraunhofer FDK AAC Codec Library for Android
© Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
All rights reserved.
1. INTRODUCTION... | {
"pile_set_name": "Github"
} |
/*
* Created by Angel Leon (@gubatron), Alden Torres (aldenml),
* Marcelina Knitter (@marcelinkaaa)
* Copyright (c) 2011-2016, FrostWire(R). 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... | {
"pile_set_name": "Github"
} |
SUMMARY = "Hardware drivers for ${MACHINE}"
SECTION = "base"
PRIORITY = "required"
LICENSE = "CLOSED"
PACKAGE_ARCH = "${MACHINEBUILD}"
require conf/license/license-close.inc
KV = "3.14.2"
SRCDATE = "20160122"
PV = "${KV}+${SRCDATE}"
PR = "r1"
SRC_URI[md5sum] = "a0bbd2b0a26d750e89972364e52fa4e9"
SRC_URI[sha256sum] = ... | {
"pile_set_name": "Github"
} |
.. _developer:
Developer Guide
===================
Creating a service class (REST case)
--------------------------------------------------
.. warning:: since version 1.3.0, RESTService is deprecated and REST should be
used. The changes should be easy: get method is now called http_get and
requestPost is ... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal"
},
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "increment_highlighted_1x.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "increment_highlighted_2x.png"
},
{
"idiom" : "universal",... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
## Copyright (C) 2020 The Squid Software Foundation and contributors
##
## Squid software is distributed under GPLv2+ license and includes
## contributions from numerous individuals and organizations.
## Please see the COPYING and CONTRIBUTORS files for details.
##
#
# This script uses codespell to automat... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Type=Application
Exec=@SHORTPRODUCTNAME@
Name=Robomongo
GenericName=MongoDB management tool
Icon=@ICONNAME@
Terminal=false
Categories=Development;IDE;mongodb;
| {
"pile_set_name": "Github"
} |
{
"name": "zikula/foomodule-module",
"version": "2.0.0-beta",
"description": "A foo module.",
"type": "zikula-module",
"license": ["MIT", "LGPL"],
"authors": [
{
"name": "Zikula Team",
"homepage": "https://ziku.la/",
"email": "admin@example.com",
"role": "lead"
},
{
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ERP5 Form" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<kla... | {
"pile_set_name": "Github"
} |
<div class="blade-static __bottom" ng-include="'$(Platform)/Scripts/common/templates/ok-cancel.tpl.html'"></div>
<div class="blade-content">
<div class="blade-inner">
<div class="inner-block">
<div class="sub-t">{{ 'platform.blades.account-roles.labels.select-roles' | translate }}</div>
... | {
"pile_set_name": "Github"
} |
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* 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/.
*
* See the COPYRIGHT file distributed with this wo... | {
"pile_set_name": "Github"
} |
## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here as no
#... | {
"pile_set_name": "Github"
} |
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Server: nginx/1.1.19
Date: Fri, 11 Aug 2017 13:22:00 GMT
Content-Type: image/jpeg
Content-Length: 62574
Connection: close
Cache-Control: max-age=7257600
Expires: Fri, 03 Nov 2017 13:22:00 GMT
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Frame-Option: DENY
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Set and unset dir="auto"</title>
<style>
textarea { resize: none; }
</style>
</head>
<body>
<div><input type="text" value="ABC אבג" dir="ltr"></div>
<div><span dir="ltr">ABC אבג</span></div>
<div><textarea dir="ltr">ABC א... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=333673
-->
<head>
<title>Test for Bug 333673</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_... | {
"pile_set_name": "Github"
} |
[default]
help = Compile with GNU gfortran
compiler = Gnu
cflags = -c
mod_dir = ./mod/
obj_dir = ./obj/
build_dir = ./build/
src = ./src/
vlibs = ./lib/first_dep.a
include = ./lib/
colors = True
quiet = False
target = cumbersome.f90
output = Cumbersome
[rule-triggering]
quiet = F... | {
"pile_set_name": "Github"
} |
<?php
final class PhabricatorConfigRemarkupRule
extends PhutilRemarkupRule {
public function apply($text) {
return preg_replace_callback(
'(@{config:([^}]+)})',
array($this, 'markupConfig'),
$text);
}
public function getPriority() {
// We're reusing the Diviner atom syntax, so make ... | {
"pile_set_name": "Github"
} |
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//
//=============================================================================
#ifndef STEAMCLIENTPUBLIC_H
#define STEAMCLIENTPUBLIC_H
#ifdef _WIN32
#pragma once
#endif
//lint -save -e1931 -e1927 -e1924 -e613 ... | {
"pile_set_name": "Github"
} |
//
// MJFoundation.h
// MJExtensionExample
//
// Created by MJ Lee on 14/7/16.
// Copyright (c) 2014年 小码哥. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MJFoundation : NSObject
+ (BOOL)isClassFromFoundation:(Class)c;
@end
| {
"pile_set_name": "Github"
} |
package dns
import (
"bufio"
"fmt"
"io"
"os"
"path/filepath"
"strconv"
"strings"
)
const maxTok = 2048 // Largest token we can return.
// The maximum depth of $INCLUDE directives supported by the
// ZoneParser API.
const maxIncludeDepth = 7
// Tokinize a RFC 1035 zone file. The tokenizer will normalize it:
/... | {
"pile_set_name": "Github"
} |
<?php
$field=array (
0 =>
array (
'id' => '9',
'field_name' => 'username',
'use_name' => '姓名',
'field_type' => 'text',
'field_value' => '',
'field_length' => '255',
'form_id' => '5',
'field_info' => '',
'is_disable' => '0',
'form_order' => '1',
'is_empty' => '0',
),
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2015 http://thinkphp.cn All rights reserved.
// +-------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2011 The PHP Group |
+--------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Twitter, 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 t... | {
"pile_set_name": "Github"
} |
require 'mail'
ActionMailer::Base.smtp_settings = {
:address => ENV["SMTP_ADDRESS"],
:port => 587,
:domain => ENV['SMTP_DOMAIN'],
:authentication => :plain,
:user_name => ENV['SMTP_USERNAME'],
:password => ENV['SMTP_PASSWORD'],
:enable_starttls_... | {
"pile_set_name": "Github"
} |
FROM balenalib/amd64-alpine:3.11-build
LABEL io.balena.device-type="genericx86-64-ext"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker im... | {
"pile_set_name": "Github"
} |
<?php
namespace Guzzle\Tests\Plugin\Mock;
use Guzzle\Common\Event;
use Guzzle\Http\EntityBody;
use Guzzle\Http\Message\Response;
use Guzzle\Plugin\Mock\MockPlugin;
use Guzzle\Http\Client;
/**
* @covers Guzzle\Plugin\Mock\MockPlugin
*/
class MockPluginTest extends \Guzzle\Tests\GuzzleTestCase
{
public function ... | {
"pile_set_name": "Github"
} |
$NetBSD: patch-ak,v 1.3 2010/02/22 21:58:47 wiz Exp $
--- linuxdoom-1.10/info.h.orig Mon Dec 22 20:11:18 1997
+++ linuxdoom-1.10/info.h Thu Feb 3 01:33:51 2000
@@ -1156,7 +1156,8 @@
} state_t;
extern state_t states[NUMSTATES];
-extern char *sprnames[NUMSPRITES];
+/* R_InitSpriteDefs insists on a NULL terminated l... | {
"pile_set_name": "Github"
} |
workspace(name = "com_google_dimsum")
http_archive(
name = "com_google_googletest",
urls = ["https://github.com/google/googletest/archive/master.zip"],
strip_prefix = "googletest-master",
)
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('forInRight', require('../forInRight'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
using System;
using NetOffice;
using NetOffice.Attributes;
namespace NetOffice.OutlookApi.Enums
{
/// <summary>
/// SupportByVersion Outlook 12, 14, 15, 16
/// </summary>
///<remarks> MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/office/ff867485.aspx </remarks>
[SupportByVersion("Ou... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/
package play.core.server.ssl
import sun.security.x509._
import java.security.cert._
import java.security._
import java.math.BigInteger
import java.util.Date
import sun.security.util.ObjectIdentifier
import java.time.Duration
import java.time.Instant
... | {
"pile_set_name": "Github"
} |
CSSStyleDeclaration
===================
CSSStyleDeclaration is a work-a-like to the CSSStyleDeclaration class in Nikita Vasilyev's [CSSOM](https://github.com/NV/CSSOM). I made it so that when using [jQuery in node](https://github.com/tmtk75/node-jquery) setting css attributes via $.fn.css() would work. node-jquery use... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Contracts\Validation;
use Illuminate\Contracts\Support\MessageProvider;
interface Validator extends MessageProvider
{
/**
* Run the validator's rules against its data.
*
* @return array
*/
public function validate();
/**
* Get the attributes and values... | {
"pile_set_name": "Github"
} |
package net.minecraft.server;
public class BlockLever extends Block {
protected BlockLever() {
super(Material.ORIENTABLE);
this.a(CreativeModeTab.d);
}
public AxisAlignedBB a(World world, int i, int j, int k) {
return null;
}
public boolean c() {
return false;
... | {
"pile_set_name": "Github"
} |
---
date: 2019-04-08
title: S02E04 CSS layout
participants:
- bloodyowl
- DaPo
- zoontek
- MoOx
slug: s02e04-css-layout
soundcloudTrackId: "629607747"
---
Un épisode avec :
- Maxime (https://twitter.com/MoOx)
- Mathieu (https://twitter.com/Zoontek)
- Cyril (https://twitter.com/IAmNotCyril)
- Matthias (https:/... | {
"pile_set_name": "Github"
} |
/**
*
*/
package com.u8.server.sdk.jinli.jinli;
/*
* Copyright (C) 2010 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.o... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2013 Intel Corporation
*
* 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, pub... | {
"pile_set_name": "Github"
} |
Parameters:
TagValueParam:
Type: String
Default: value
Resources:
MyApiWithStageTags:
Type: "AWS::Serverless::Api"
Properties:
StageName: Prod
Tags:
TagKey1: TagValue1
TagKey2: ""
TagKey3:
Ref: TagValueParam
TagKey4: "123"
| {
"pile_set_name": "Github"
} |
function pass = test_gmres(pref)
% Test the Chebfun implementation of GMRES for solving Lu = f, where L is an
% operator, and both f and u are chebfuns
% Sheehan Olver
if ( nargin == 0 )
pref = chebfunpref();
end
tol = pref.chebfuneps;
d = [-1 1];
x = chebfun('x', d, pref);
f = chebfun('exp(x)', d, pref);
w = 1... | {
"pile_set_name": "Github"
} |
/* This file is part of VoltDB.
* Copyright (C) 2008-2020 VoltDB Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="no" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="0" resname="label_previous">
<source>label_previous</source>
<target>For... | {
"pile_set_name": "Github"
} |
comment "armadillo needs a toolchain w/ C++, largefile"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) # clapack
depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC) # clapack
depends on !BR2_bfin # clapack
config BR2_PACKAGE_ARMADILLO
bool... | {
"pile_set_name": "Github"
} |
--
-- Copyright (C) 2016, AdaCore
--
-- This spec has been automatically generated from STM32F429x.svd
pragma Ada_2012;
with System;
-- STM32F429x
package Interfaces.STM32 is
pragma Preelaborate;
pragma No_Elaboration_Code_All;
--------------------
-- Base addresses --
--------------------
RN... | {
"pile_set_name": "Github"
} |
<?php
namespace wcf\system\database\table;
/**
* PHP representation of layout changes to an existing database table.
*
* Trying to create a table represented by this class causes an exception.
*
* @author Matthias Schmidt
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http:/... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Provider\da_DK;
/**
* @link http://www.danskernesnavne.navneforskning.ku.dk/Personnavne.asp
*
* @author Antoine Corcy <contact@sbin.dk>
*/
class Person extends \Faker\Provider\Person
{
/**
* @var array Danish person name formats.
*/
protected static $maleNameFormats = array... | {
"pile_set_name": "Github"
} |
Windows Registry Editor Version 5.00
ഀഀ
[-HKEY_CLASSES_ROOT\.themepack]
ഀഀ
[HKEY_CLASSES_ROOT\.themepack]
䀀㴀∀琀栀攀洀攀瀀愀挀欀昀椀氀攀∀ഀഀ
ഀഀ
[-HKEY_CLASSES_ROOT\themepackfile]
ഀഀ
[HKEY_CLASSES_ROOT\themepackfile]
䀀㴀∀圀椀渀搀漀眀猀 吀栀攀洀攀 倀愀挀欀∀ഀഀ
"FriendlyTypeName"="@themeui.dll,-2685"
ഀഀ
[HKEY_CLASSES_ROOT\themepackfile\DefaultIco... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 Alexander Borisov
*
* Author: Alexander Borisov <borisov@lexbor.com>
*/
#ifndef LEXBOR_HTML_FORM_ELEMENT_H
#define LEXBOR_HTML_FORM_ELEMENT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "lexbor/html/interface.h"
#include "lexbor/html/interfaces/element.h"
struct lxb_html_form_elemen... | {
"pile_set_name": "Github"
} |
/**
* This file is part of LIBCUTIL.
*
* LIBCUTIL 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, or
* (at your option) any later version.
*
* LIBCUTIL is ... | {
"pile_set_name": "Github"
} |
---
title: Moving ACE3 frameworks to CBA
description: We are moving ACE3 functionality to CBA. Everyone can use those functions now without needing a dependency on ACE
parent: posts
image: /img/news/160601_cbaPost.jpg
author: Glowbal
layout: post
---
The upcoming release of ACE3 is going to be version 3.6.0. This rele... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007, Robin Rosenberg <robin.rosenberg@dewire.com>
* Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org>
* Copyright (C) 2008, Kevin Thompson <kevin.thompson@theautomaters.com>
* Copyright (C) 2009, Henon <meinrad.recheis@gmail.com>
*
* All rights reserved.
*
* Redistribution and use i... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\config_translation;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Config\TypedConfigManagerInterface;
use Drupal\Core\DependencyInjection\DeprecatedServicePropertyTrait;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use ... | {
"pile_set_name": "Github"
} |
// Copyright The OpenTelemetry 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 ag... | {
"pile_set_name": "Github"
} |
//
// WKAlertAction.h
// WatchKit
//
// Copyright (c) 2015 Apple Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <WatchKit/WKDefines.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSInteger, WKAlertActionStyle) {
WKAlertActionStyleDefault = 0,
WKAlertActionStyleCancel,
WKAlertAction... | {
"pile_set_name": "Github"
} |
package digest
import (
"hash"
"io"
)
// Verifier presents a general verification interface to be used with message
// digests and other byte stream verifications. Users instantiate a Verifier
// from one of the various methods, write the data under test to it then check
// the result with the Verified method.
type... | {
"pile_set_name": "Github"
} |
//*****************************************************************************
//
// aes_ccm_decrypt.c - Simple AES128 and AES256 CCM decryption demo.
//
// Copyright (c) 2013-2014 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Texas Instruments (TI) is supplying this... | {
"pile_set_name": "Github"
} |
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>tall background-size: auto 32px; for nonpercent-width-nonpercent-height.svg</title>
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
<... | {
"pile_set_name": "Github"
} |
//******************************************************************************
// SCICHART® Copyright SciChart Ltd. 2011-2019. All rights reserved.
//
// Web: http://www.scichart.com
// Support: support@scichart.com
// Sales: sales@scichart.com
//
// SyncMultipleChartsView.h is part of the SCICHART® Examples. Permi... | {
"pile_set_name": "Github"
} |
package com.sohu.tv.jedis.stat.utils;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/**
* 简易DateUtils
* @author leifu
* @Date 2015年1月15日
* @Time 上午11:43:31
*/
public class DateUtils {
public static String formatDate(Date date, String format) {
Si... | {
"pile_set_name": "Github"
} |
var searchData=
[
['bandgap_208',['BANDGAP',['../namespace_a_d_c__settings.html#a8c2a64f3fca3ac6b82e8df8cf44f6ca2aec822af60bc7412ff73aecb3edffa55c',1,'ADC_settings']]]
];
| {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using Android.App;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle ("PermissionRequest")]
[assembly: AssemblyDescription ("")]
[assembly: Assembly... | {
"pile_set_name": "Github"
} |
git https://github.com/hyotang666/jingoh.git
| {
"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"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "PullToRefresh_012.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "PullToRefresh_012@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"v... | {
"pile_set_name": "Github"
} |
/*
** $Id: lvm.c,v 2.268.1.1 2017/04/19 17:39:34 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#define lvm_c
#define LUA_CORE
#if defined(ARDUPILOT_BUILD)
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
#include "lprefix.h"
#include <float.h>
#include <limits.h>
#include <math.h>
#i... | {
"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"
} |
<?php
namespace Oro\Bundle\TagBundle\Tests\Unit\Entity;
use Oro\Bundle\TagBundle\Entity\Tagging;
class TaggingTest extends \PHPUnit\Framework\TestCase
{
/**
* @var Tagging
*/
protected $tagging;
protected function setUp(): void
{
$this->tagging = new Tagging();
}
public fu... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.