text stringlengths 2 99.9k | meta dict |
|---|---|
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := cocos2dx_extensions
LOCAL_MODULE_FILENAME := libcocos2dx_extensions
LOCAL_SRC_FILES := ../extensions/network/CCNetwork.cpp \
../extensions/network/CCHttpRequest.cpp \
../extensions/network/CCHttpRequest_impl.cpp \
../extensions/luabindin... | {
"pile_set_name": "Github"
} |
set(HEADERS
notifier_plugin.h
notifytextbrowser.h
notifywidget.h
animatedtextbrowser.h
)
set(SOURCES
notifier_plugin.cpp
notifytextbrowser.cpp
notifywidget.cpp
animatedtextbrowser.cpp
)
set(UIS
notifywidget.ui
)
include_directories(${CMAKE_CURRENT_BINARY_DIR} ".")
QT4_... | {
"pile_set_name": "Github"
} |
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* 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 re... | {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
struct d<T where f=a{
class A{var f
let a{
struct b<T where f=B}
func b{b{
| {
"pile_set_name": "Github"
} |
/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
(function(UI){
"use strict";
UI.component('cover', {
defaults: {
automute : true
},
boot: function() {
// auto init
UI.ready(function(context) {
UI.$(... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using LinqToTwitter;
using LinqToTwitterXUnitTests.Common;
using Xunit;
namespace LinqToTwitterXUnitTests.FriendshipTests
{
public class FriendshipRequestProcessorTests
{
public FriendshipRequestProcessor... | {
"pile_set_name": "Github"
} |
var validator = require('./')
var validate = validator({
type: 'object',
properties: {
hello: {
required: true,
type: 'string'
}
}
})
console.log('should be valid', validate({hello: 'world'}))
console.log('should not be valid', validate({}))
// get the last error message by checking validat... | {
"pile_set_name": "Github"
} |
; RUN: opt -S -indvars < %s | FileCheck %s
; PR12627
define void @test1(i32 %x) nounwind uwtable ssp {
entry:
br label %for.body
for.body: ; preds = %for.body, %entry
%phi1 = phi i1 [ false, %entry ], [ %cmpa, %for.body ]
%phi2 = phi i1 [ false, %entry ], [ %cmpb, %for.bo... | {
"pile_set_name": "Github"
} |
import Vue from 'vue';
export function $set(target, field, value) {
Vue.set(target, field, value);
}
export function $del(target, field) {
Vue.delete(target, field);
}
export function isValidChildren(children) {
return Array.isArray(children) && children.length > 0;
}
export const _toString = Object.pro... | {
"pile_set_name": "Github"
} |
//
// This file is auto-generated. Please don't modify it!
//
package org.opencv.face;
import java.lang.String;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Algorithm;
import org.opencv.core.Mat;
import org.opencv.core.MatOfInt;
import org.opencv.face.PredictCollector;
import org.opencv.ut... | {
"pile_set_name": "Github"
} |
// ====================================================================
// Template toolbox_skeleton
// This file is released under the 3-clause BSD license. See COPYING-BSD.
// ====================================================================
//
//
function scilab_error(varargin)
argSize = size(varargin);
... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<h3>
标题
</h3>
<table style="width:100%;" cellpadding="2" cellspacing="0" border="1">
<tbody>
<tr>
<td>
<h3>标题1</h3>
</td>
<td>
<h3>标题1</h3>
</td>
</tr>
<tr>
<td>
内容1
</td>
<td>
内容2
... | {
"pile_set_name": "Github"
} |
/*
* devrtc - real-time clock, for kirkwood
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
#include "io.h"
typedef struct RtcReg RtcReg;
typedef struct Rtc Rtc;
struct RtcReg
{
ulong time;
ulong date;
ulong alarmtm;
ulong alarmdt;
ulong ... | {
"pile_set_name": "Github"
} |
/*
* Pin controller and GPIO driver for Amlogic Meson GXBB.
*
* Copyright (C) 2016 Endless Mobile, Inc.
* Author: Carlo Caione <carlo@endlessm.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... | {
"pile_set_name": "Github"
} |
%{
int yylex(void);
static void yyerror(const char *);
%}
%token <text> '\x.'
%%
S: error
%%
#include <stdio.h>
int
main(void)
{
printf("yyparse() = %d\n", yyparse());
return 0;
}
int
yylex(void)
{
return -1;
}
static void
yyerror(const char* s)
{
printf("%s\n", s);
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f88677df267a41d6be1e7a6133e7d227
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 applicable law ... | {
"pile_set_name": "Github"
} |
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
top_builddir = ../..
my_dir = lib/ext2fs
INSTALL = @INSTALL@
@MCONFIG@
@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o inode_io.o write_bb_file.o
MK_CMDS= _SS_DIR_OVERRIDE=../ss ../ss/mk_cmds
@RESIZER_CMT@RESIZE_LIB_OBJS = dupfs.o
@TEST_IO_CMT@TEST_IO_LIB_OBJ... | {
"pile_set_name": "Github"
} |
*> \brief \b DLASR applies a sequence of plane rotations to a general rectangular matrix.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download DLASR + dependencies
*> <a href="http://www.netlib.org/cgi-bi... | {
"pile_set_name": "Github"
} |
/**********************************************************************
Copyright(c) 2011-2016 Intel Corporation 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 co... | {
"pile_set_name": "Github"
} |
--TEST--
Test localtime() function : usage variation - Passing higher positive and negetive float values to timestamp.
--SKIPIF--
<?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
--FILE--
<?php
/* Prototype : array localtime([int timestamp [, bool associative_array]])
* Description: Returns t... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using Robust.Shared.Utility;
namespace Robust.Shared.ContentPack
{
internal partial class ResourceManager
{
/// <summary>
/// Common interface for mounting various things in the VFS.
/// </sum... | {
"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 google
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"os"
"path/filepath"
"runtime"
"cloud.google.com/go/compute/metadata"
... | {
"pile_set_name": "Github"
} |
/*
* COMMDLG - Color Dialog
*
* Copyright 1994 Martin Ayotte
* Copyright 1996 Albrecht Kleine
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the Licens... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
/* floor[sqrt(a)] */
static unsigned long int_sqrt(unsigned long a)
{
register unsigned long x = a, y;
for (;;) {
y = (x + (a / x)) >> 1;
if (y >= x)
return x;
else
x = y;
}
}
int main(void)
{
static unsigned n, x, y;
register unsigned i, t;
scanf("%u\n", &n);
while (n-- > 0) ... | {
"pile_set_name": "Github"
} |
{
"AF": "Afghanistan",
"AX": "Åland Islands",
"AL": "Albania",
"DZ": "Algeria",
"AS": "American Samoa",
"AD": "Andorra",
"AO": "Angola",
"AI": "Anguilla",
"AQ": "Antarctica",
"AG": "Antigua & Barbuda",
"AR": "Argentina",
"AM": "Armenia",
"AW": "Aruba",
"AC": "Ascension Island",
"AU": "Australia",
"AT": ... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Controller\Admin;
use App\Form\BrandingSettingsForm;
use App\Http\Response;
use App\Http\ServerRequest;
use App\Session\Flash;
use Psr\Http\Message\ResponseInterface;
class BrandingController
{
public function __invoke(
ServerRequest $request,
Response $response,
Brandi... | {
"pile_set_name": "Github"
} |
<html>
<body style="background-color: green;">
| {
"pile_set_name": "Github"
} |
/* global require */
(function () {
'use strict';
require.config({
baseUrl: 'js-built',
paths: {
'jquery': 'http://code.jquery.com/jquery-2.1.4',
'kendo': 'https://kendo.cdn.telerik.com/2014.1.318/js/kendo.all.min',
'underscore': 'http://cdnjs.cloudflare.com/... | {
"pile_set_name": "Github"
} |
import "copyright.stg"
hasTwoPrimitives() ::= "true"
targetPath() ::= "com/gs/collections/api/tuple/primitive"
fileName(primitive1, primitive2, sameTwoPrimitives) ::= "<primitive1.name><primitive2.name>Pair"
class(primitive1, primitive2, sameTwoPrimitives) ::= <<
<body(primitive1.type, primitive2.type, primitive1.n... | {
"pile_set_name": "Github"
} |
package com.zhizus.forest.common.codec.serialize;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.serializer.JSONSerializer;
import com.alibaba.fastjson.serializer.SerializeWriter;
import com.alibaba.fastjson.serializer.SerializerFeature;
import com.zhizus.forest.common.codec.Request;
import java.io.IOE... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!-- saved from url=(0052)http://getbootstrap.com/docs/4.0/examples/dashboard/ -->
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
... | {
"pile_set_name": "Github"
} |
package metadata
import (
"testing"
"configcenter/src/common/errors"
"configcenter/src/common/metadata"
)
func TestResponse(t *testing.T) {
err := errors.New(9999999, "test-msg")
respPtr := &metadata.Response{
BaseResp: metadata.BaseResp{
Result: false,
Code: err.GetCode(),
ErrMsg: err.Error(),
... | {
"pile_set_name": "Github"
} |
<?php
namespace Emtudo\Support\Http;
use Emtudo\Support\Http\Exceptions\ValidationException;
use Illuminate\Contracts\Validation\Validator;
use Illuminate\Foundation\Http\FormRequest;
use Illuminate\Http\JsonResponse;
class Request extends FormRequest
{
/**
* Custom Validation message.
*
* @var st... | {
"pile_set_name": "Github"
} |
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 0b942fa4cf9ce965d9ba5d93ac25e42baf7bbfe8..ee0e84a822681db8282e35d6d9e1f0d0c7aa7cb6 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
# This file contains... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
@mixin chroma-monokailight {
/* Background */ .chroma { color: #272822; background-color: #fafafa }
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing:... | {
"pile_set_name": "Github"
} |
#include "listwidget.h"
#include <QMouseEvent>
#include <iostream>
ListWidget::ListWidget(QWidget *parent) :
QListWidget(parent)
{
this->setMouseTracking(true);
}
void ListWidget::mouseMoveEvent(QMouseEvent* event)
{
int row = indexAt(event->pos()).row();
this->setCurrentRow(row);
}
| {
"pile_set_name": "Github"
} |
blk_non_zero$(nW)TEST0: START: blk_non_zero
$(nW)blk_non_zero$(nW) 512 $(nW)testfile1 c 0 r:0 r:1 r:34217 r:34218 z:0 z:1 r:0 e:3 r:4
512 block size 512 usable blocks 34218
is zeroed: 0
read lba 0: {0}
read lba 1: {0}
read lba 34217: {0}
read lba 34218: Invalid argument
set_zero lba 0
set_zero lb... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="created" content="2018-10-23T06:18:10.521000000">
<meta name="changed" content="2018-10-23T06:18:42.262000000">
<meta http-equiv="content-typ... | {
"pile_set_name": "Github"
} |
package scalatags
package jsdom
import org.scalajs.dom
import scalatags.generic.Util
trait Tags extends generic.Tags[dom.Element, dom.Element, dom.Node] with TagFactory{
// Root Element
lazy val html = typedTag[dom.html.Html]("html")
// Document Metadata
lazy val head = typedTag[dom.html.Head]("head")
lazy v... | {
"pile_set_name": "Github"
} |
var baseClone = require('./_baseClone');
/** Used to compose bitmasks for cloning. */
var CLONE_DEEP_FLAG = 1,
CLONE_SYMBOLS_FLAG = 4;
/**
* This method is like `_.cloneWith` except that it recursively clones `value`.
*
* @static
* @memberOf _
* @since 4.0.0
* @category Lang
* @param {*} value The value to... | {
"pile_set_name": "Github"
} |
package hgtest.beans;
public class DerivedBean extends SimpleBean
{
private String derivedProperty = "";
public String getDerivedProperty()
{
return derivedProperty;
}
public void setDerivedProperty(String derivedProperty)
{
this.derivedProperty = derivedProperty;... | {
"pile_set_name": "Github"
} |
From 1b4638a9fa32d8a786e71a2a8813b2e1a3c15830 Mon Sep 17 00:00:00 2001
From: Shengjiu Wang <shengjiu.wang@freescale.com>
Date: Tue, 1 Aug 2017 16:10:38 +0800
Subject: [PATCH] MLK-16130-1: ASoC: fsl_sai: enable TCE/RCE according to input
channels
If there is only two channels input and slots is 2, then enable one
port... | {
"pile_set_name": "Github"
} |
---
layout: reference
title: Using timers in actors
section: learn
permalink: /learn/programming-models/actors/timers
---
## Using timers in actors
The Coyote actor programming model has built-in support for timers. Timers are themselves a type of `Actor` that
send a `TimerElapsedEvent` upon timeout to the actor that... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2014, Google 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... | {
"pile_set_name": "Github"
} |
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
| {
"pile_set_name": "Github"
} |
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE
package org.bytedeco.tensorflow;
import org.bytedeco.tensorflow.Allocator;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.tensorfl... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Site
* @subpackage com_newsfeeds
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
use Joomla\Registry\Registry;
/**
* HTML View c... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\ORM\Mandango;
use Mandango\Mandango;
use Faker\Provider\Base;
/**
* Service class for populating a table through a Mandango ActiveRecord class.
*/
class EntityPopulator
{
protected $class;
protected $columnFormatters = array();
/**
* Class constructor.
*
* @param s... | {
"pile_set_name": "Github"
} |
{
"pages": [
"pages/pages/home/home",
"pages/pages/login/login",
"pages/pages/menu/menu",
"pages/pages/goods/goods",
"pages/pages/goods/pingtuan",
"pages/pages/goods/ptinfo",
"pages/pages/menu/list/list",
"pages/pages/menu/search/search",
"pages/pages/menu/pingtuan/pingtuan",
"... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
| {
"pile_set_name": "Github"
} |
"""
DBus module
Has an endpoint decorator to wrap a method for DBus
"""
from functools import wraps
def endpoint(interface_name, function_name, in_sig=None, out_sig=None, byte_arrays=False):
"""
DBus Endpoint
:param interface_name: DBus Interface name
:type interface_name: str
:param function_n... | {
"pile_set_name": "Github"
} |
{
"push32AndSuicide_Istanbul" : {
"_info" : {
"comment" : "Converted from VMTest source. ",
"filling-rpc-server" : "Geth-1.9.14-unstable-8cf83419-20200512",
"filling-tool-version" : "retesteth-0.0.3+commit.672a84dd.Linux.g++",
"lllcversion" : "Version: 0.5.14-... | {
"pile_set_name": "Github"
} |
//
// RBLClipView.m
// Rebel
//
// Created by Justin Spahr-Summers on 2012-09-14.
// Copyright (c) 2012 GitHub. All rights reserved.
//
#import "RBLClipView.h"
#import "NSColor+RBLCGColorAdditions.h"
@implementation RBLClipView
#pragma mark Properties
@dynamic layer;
- (NSColor *)backgroundColor {
return [NSC... | {
"pile_set_name": "Github"
} |
shared_examples 'an endpoint with a first page' do
it 'should not give a link with rel "first"' do
expect(link).not_to include('rel="first"')
end
it 'should not give a link with rel "prev"' do
expect(link).not_to include('rel="prev"')
end
it 'should give a link with rel "last"' do
expect(links).... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 Titanium I.T. LLC. All rights reserved. See LICENSE.txt for details.
(function() {
"use strict";
const Server = require("./server.js");
const fs = require("fs");
const http = require("http");
const assert = require("_assert");
const ClientPointerMessage = require("../shared/client_pointer_m... | {
"pile_set_name": "Github"
} |
/*
* SYSCALL_DEFINE6(mbind, unsigned long, start, unsigned long, len,
unsigned long, mode, unsigned long __user *, nmask,
unsigned long, maxnode, unsigned, flags)
*/
#include <linux/mempolicy.h>
#include "arch.h"
#include "maps.h"
#include "random.h"
#include "sanitise.h"
#include "shm.h"
#include "syscall.h"
#inc... | {
"pile_set_name": "Github"
} |
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will rel... | {
"pile_set_name": "Github"
} |
/**
* bootstrap.js v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter Inc.
* http://www.apache.org/licenses/LICENSE-2.0
*/
if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
/* ========================================================================
* Bootstrap: transition.js v3.0.0
* http://twbs.github.com... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
</head>
<body>
<div id="mocha"></div>
<script src="https://cdn.rawgit.com/jquery/jquery/2.1.4/dist/jquery.min.js"></script>
<script src="ht... | {
"pile_set_name": "Github"
} |
'use strict';
require('./_iter-define')(Number, 'Number', function (iterated) {
this._l = +iterated;
this._i = 0;
}, function () {
var i = this._i++;
var done = !(i < this._l);
return { done: done, value: done ? undefined : i };
});
| {
"pile_set_name": "Github"
} |
/*
Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization
dedicated to making software imaging solutions freely available.
You may not use this file except in compliance with the License. You may
obtain a copy of the License at
https://imagemagick.org/script/license.php
Unless req... | {
"pile_set_name": "Github"
} |
package pairwise
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"gonum.org/v1/gonum/mat"
)
func TestManhattan(t *testing.T) {
var vectorX, vectorY *mat.Dense
manhattan := NewManhattan()
Convey("Given two vectors that are same", t, func() {
vec := mat.NewDense(7, 1, []float64{0, 1, -2, 3.4, ... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011, Michael Lehn
*
* 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,... | {
"pile_set_name": "Github"
} |
package org.nlpcn.es4sql.query;
import org.elasticsearch.index.query.QueryBuilder;
import org.elasticsearch.client.Client;
import org.elasticsearch.index.query.QueryBuilders;
import org.elasticsearch.index.reindex.DeleteByQueryAction;
import org.elasticsearch.index.reindex.DeleteByQueryRequest;
import org.elasticsea... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014-2020 by The Monix Project Developers.
* See the project homepage at: https://monix.io
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* 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"
} |
# Change Log
All notable changes to this project are documented in this file. This project adheres to [Semantic Versioning](http://semver.org/#semantic-versioning-200).
## [9.0.4] - 2017-08-16
- `spacebeforeslash` writer option accepts `true` as well as space char(s).
## [9.0.3] - 2017-08-15
- `spacebeforeslash` wri... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
PROJECT="packer"
PROJECT_URL="www.packer.io"
FASTLY_SERVICE_ID="7GrxRJP3PVBuqQbyxYQ0MV"
# Ensure the proper AWS environment variables are set
if [ -z "$AWS_ACCESS_KEY_ID" ]; then
echo "Missing AWS_ACCESS_KEY_ID!"
exit 1
fi
if [ -z "$AWS_SECRET_ACCESS_KEY" ]; then
echo "Missing AWS_SECRET_ACC... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | {
"pile_set_name": "Github"
} |
<?php
/*
* $Id: PropelOMTask.php 536 2007-01-10 14:30:38Z heltem $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLA... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<doi_batch xmlns="http://www.crossref.org/schema/4.4.0" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.4.0" xsi:schemaLocation="http://www.crossref.org/schem... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<info>
<title>Journal of the American Society of Echocardiography</title>
<id>http://www.zotero.org/styles/journal-of-the-american-society-of-echocardiography</id>
<link href="http:/... | {
"pile_set_name": "Github"
} |
/* -*- c -*- */
%module multivalue
#ifdef SWIGGUILE
/* Multiple values as lists. By default, if more than one value is to
be returned, a list of the values is created and returned; to switch
back to this behavior, use: */
%values_as_list;
void divide_l(int a, int b, int *OUTPUT, int *OUTPUT);
/* Multiple values a... | {
"pile_set_name": "Github"
} |
/*
minizip.c
Version 1.1, February 14h, 2010
sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
Modifications of Unzip for Zip64
Copyright (C) 2007-2... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframe... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<title>Test for float placement around other float in BFC but outside containing block</title>
<div style="float: left; width: 500px; height: 500px">
<div style="margin-top: 300px; margin-left: 100px; width: 425px; height: 10px; background: blue"></div>
</div>
| {
"pile_set_name": "Github"
} |
package org.jenkinsci.plugins.ghprb.manager.impl.downstreambuilds;
import com.cloudbees.plugins.flow.FlowRun;
import com.cloudbees.plugins.flow.JobInvocation;
import hudson.model.Run;
import hudson.tasks.test.AggregatedTestResultAction;
import org.jenkinsci.plugins.ghprb.manager.configuration.JobConfiguration;
import ... | {
"pile_set_name": "Github"
} |
MaterialViewPager
=======
[](http://android-arsenal.com/details/1/1731)
[](http://androidweekly.net/issues/issue-151)
[](https://github.com/axetroy/mocker/actions)
[](https://coveralls.io/github/axetroy/mocker?branch=master)
[ 2012 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Utility functions to perform Xcode-style build steps.
These functions are executed via gyp-mac-tool when... | {
"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 script contains privileged chrome extension related javascript APIs.
// It is loaded by pages whose URL has the chrome-extension protocol.
... | {
"pile_set_name": "Github"
} |
{
"name": "react-rating",
"version": "2.0.6",
"description": "A rating react component with custom symbols",
"main": "lib/react-rating.cjs.js",
"module": "lib/react-rating.esm.js",
"typings": "./index.d.ts",
"files": [
"index.d.ts",
"README.md",
"LICENSE.md",
"lib/"
],
"scripts": {
... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Propel package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
require_once dirname(__FILE__) . '/../../../../generator/lib/model/PhpNameGenerator.php';
/**
* Tests... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved.
* SPDX-License-Identifier: MIT
******************************************************************************/
/****************************************************************... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
======================================================================
Legacy Contrast
======================================================================
A Subl... | {
"pile_set_name": "Github"
} |
/*
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permi... | {
"pile_set_name": "Github"
} |
int method 2
double method 2
string method 2
int method 3: 10
double method 3: 10.0
double method 3: 10.2
double method 3: NaN
int method 4: 10
double method 4: 10.2
double method 4: NaN
| {
"pile_set_name": "Github"
} |
<a href="{{ path|default(app.request.headers.get('referer')) }}" class="ui button">{{ 'sylius.ui.cancel'|trans }}</a>
| {
"pile_set_name": "Github"
} |
---
id: 56533eb9ac21ba0edf2244a8
title: Storing Values with the Assignment Operator
challengeType: 1
videoUrl: 'https://scrimba.com/c/cEanysE'
forumTopicId: 18310
localeTitle: 使用赋值运算符存储值
---
## Description
<section id='description'>
在 JavaScript 中,你可以使用赋值运算符将值存储在变量中。
<code>myVariable = 5;</code>
这条语句把<code>Number</cod... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using Microsoft.EntityFrameworkCore.Infrastr... | {
"pile_set_name": "Github"
} |
using System;
using NetModular.Lib.Data.Abstractions.Attributes;
using NetModular.Lib.Data.Core.Entities;
namespace NetModular.Module.Admin.Domain.RoleMenu
{
/// <summary>
/// 角色菜单
/// </summary>
[Table("Role_Menu")]
public partial class RoleMenuEntity : Entity<int>
{
/// <summary>
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using StreamJsonRpc;
using Xunit.Abstractions;
public class DuplexPipeMarshalingJsonTests : DuplexPipeMarshalingTests
{
public DuplexPipeMarshalingJso... | {
"pile_set_name": "Github"
} |
# Project Oxcart
## Index
- [Introduction](/doc/index.md "Introduction")
- [Differences from Clojure](/doc/index.md "Differences from Clojure")
- [Behavior](/doc/index.md "Behavior")
- [Credits](/doc/index.md "Credits")
## Introduction
Oxcart does not seek to compile all valid clojure programs. The
existing JVM... | {
"pile_set_name": "Github"
} |
--- !ruby/object:RI::ClassDescription
attributes: []
class_methods:
- !ruby/object:RI::MethodSummary
name: new
comment:
- !ruby/struct:SM::Flow::P
body: Match only things where the block evaluates to true.
constants: []
full_name: FlexMock::DuckMatcher
includes: []
instance_methods:
- !ruby/object:RI::Meth... | {
"pile_set_name": "Github"
} |
*Network CIRC
*Vertices 10
1 a 0.050 0.550 ELLIPSE x_fact 4 y_fact 2 phi 0 r 0 q 0.2 bw 1 ic YellowGreen bc Violet lc Black la 0 lr 0 lphi 0 fos 15 font Helvetica
2 b 0.350 0.950 ELLIPSE x_fact 4 y_fact 2 phi 0 r 0 q 0.2 bw 1 ic LightOrange bc Plum lc Black la 0 lr 0 lphi 0 fos ... | {
"pile_set_name": "Github"
} |
"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ ได้ถูกดาวน์โหลดและพร้อมใช้งานแล้ว คุณต้องการติดตั้งและเริ่ม %1$@ ใหม่เดี๋ยวนี้หรือไม่";
"%1$@ can't be updated, because it was opened from a read-only or a temporary location. Use Finder to copy %1$@ t... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.