text stringlengths 2 99.9k | meta dict |
|---|---|
using System;
using System.Threading.Tasks;
namespace LiquidProjections.MapBuilding
{
/// <summary>
/// Allows to configure event map how to handle projection creation
/// for events of type <typeparamref name="TEvent"/> and projections of type <typeparamref name="TProjection"/>
/// using cont... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015, Yahoo Inc.
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
package com.yahoo.squidb.test;
import com.yahoo.squidb.annotations.ViewModelSpec;
import com.yahoo.squidb.sql.Function;
import com.yahoo.squidb.sql.Property.LongProperty;
import com... | {
"pile_set_name": "Github"
} |
/*!
* Copyright 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. 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... | {
"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"
} |
/*
* DTBTest.java
* Copyright (C) 2019 Kimmo Tuukkanen
*
* This file is part of Java Marine API.
* <http://ktuukkan.github.io/marine-api/>
*
* Java Marine API 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 Soft... | {
"pile_set_name": "Github"
} |
/**
* Just customize what you need, deep merge themes by default.
*
* If you are using TypeScript, please use the following type definition.
* If you are using JavaScript, refer to https://github.com/geist-org/react/blob/master/components/styles/themes/default.ts
*/
// import {
// GeistUIThemes,
// GeistUIThe... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2015-2016 Red Hat, Inc, and individual contributors.
*
* 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 require... | {
"pile_set_name": "Github"
} |
package assertk.assertions
import assertk.Assert
import assertk.all
import assertk.assertions.support.*
/**
* Returns an assert on the Arrays's size.
*/
fun Assert<Array<*>>.size() = prop("size") { it.size }
/**
* Asserts the array contents are equal to the expected one, using [contentDeepEquals].
* @see isNotEq... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
/* Example code for Think OS.
Copyright 2015 Allen Downey
License: Creative Commons Attribution-ShareAlike 3.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <semaphore.h>
#include "utils.h"
#include "sem.h"
// SEMAPHORE WRAPPER
Semaphore *make_semaphore(int value)
{
Semaphore *sem = che... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# ----------------------------------------------------------------------------
# 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 ... | {
"pile_set_name": "Github"
} |
config CLK_RENESAS
bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS
default y if ARCH_RENESAS
select CLK_EMEV2 if ARCH_EMEV2
select CLK_RZA1 if ARCH_R7S72100
select CLK_R8A73A4 if ARCH_R8A73A4
select CLK_R8A7740 if ARCH_R8A7740
select CLK_R8A7743 if ARCH_R8A7743
select CLK_R8A7745 if ARCH_R8A77... | {
"pile_set_name": "Github"
} |
#ifndef _CHOPSUI_TEST_H
#define _CHOPSUI_TEST_H
extern char *test_name;
int test_main();
#endif
| {
"pile_set_name": "Github"
} |
/**
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | {
"pile_set_name": "Github"
} |
0.4.0 / 2015-06-14
==================
* Fix a false-positive when unpiping in Node.js 0.8
* Support `statusCode` property on `Error` objects
* Use `unpipe` module for unpiping requests
* deps: escape-html@1.0.2
* deps: on-finished@~2.3.0
- Add defined behavior for HTTP `CONNECT` requests
- Add define... | {
"pile_set_name": "Github"
} |
package question0145_binary_tree_postorder_traversal;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* 自定义栈来代替递归的系统栈。
*
* 时间复杂度是O(n),其中n为二叉树中的节点个数。空间复杂度是O(h),其中h为二叉树的高度。
*
* 执行用时:3ms,击败12.02%。消耗内存:35MB,击败37.05%。
*/
public class Solution2 {
private class WrapperNode {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<!--
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... | {
"pile_set_name": "Github"
} |
package org.hisp.dhis.indicator;
/*
* Copyright (c) 2004-2020, University of Oslo
* 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 copy... | {
"pile_set_name": "Github"
} |
def toData(batch):
# [input] batch: list of strings
# [output] input_out, output_out: np array([b x seq]), fixed size, eos & zero padding applied
# [output] in_idx, out_idx: np.array([b]), length of each line in seq
batch = [line.replace('\n','') for line in batch]
inputs_ = []
outputs_ = []
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodeGenOptLevel Enumeration Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></scri... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-present Abixen Systems. All rights reserved.
*
* 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 License, or (at your option)
* any ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 20eec102cbc694c7b8f8c1e8b0049fc4
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/**
* picks the correct format for a graphite entry
* @param {string} [type='graphite'] ['statsd', 'graphite']
* @return {string} The string template
*/
module.exports = type => {
switch (type) {
case 'statsd':
return '%s:%s|ms';
case 'graphite':
default:
return '%s %s %s';
}
};
| {
"pile_set_name": "Github"
} |
// Copyright 2018 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 packages
// See doc.go for package documentation and implementation notes.
import (
"context"
"encoding/json"
"fmt"
"go/ast"
"go/parser"
"go/sca... | {
"pile_set_name": "Github"
} |
use_frameworks!
platform :ios, '10.0'
target 'Httper' do
pod 'Alamofire'
pod 'Crashlytics'
pod 'ESPullToRefresh'
pod 'Eureka'
pod 'Fabric'
pod 'FacebookCore'
pod 'FacebookLogin'
pod 'Firebase/Performance'
pod 'Kanna'
pod 'Kingfisher'
pod 'M80AttributedLabel'
pod 'MGForma... | {
"pile_set_name": "Github"
} |
#!/bin/bash
export PATH="${HOME}/.kubeadm-dind-cluster:${PATH}"
export KA_BIN=_output/bin
export LOG_LEVEL=3
export NUM_NODES=3
dind_url=https://cdn.rawgit.com/kubernetes-sigs/kubeadm-dind-cluster/master/fixed/dind-cluster-v1.13.sh
dind_dest=./hack/dind-cluster-v1.13.sh
# start k8s dind cluster
curl ${dind_url} --ou... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e89c10566133f4049b9923e9f4d6f50f
timeCreated: 1548093380
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Copyright 2015 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 "components/component_updater/component_updater_service.h"
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include <ve... | {
"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>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>SUWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
... | {
"pile_set_name": "Github"
} |
.class Landroid/support/v4/app/FragmentManagerImpl$StartEnterTransitionListener;
.super Ljava/lang/Object;
# interfaces
.implements Landroid/support/v4/app/Fragment$OnStartEnterTransitionListener;
# instance fields
.field private final mIsBack:Z
.field private mNumPostponed:I
.field private final mRecord:Landroid/... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Player Analytics (Plan).
*
* Plan is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License v3 as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ... | {
"pile_set_name": "Github"
} |
form=词
tags=
庭院黄昏人悄悄。
两情暗约谁知道。
咫尺蓬山难一到。
明月照。
潜身只得听言笑。
特地嗟吁传密耗。
芳衷要使郎心表。
此际归来愁不少。
萦怀抱。
卿卿销得人烦恼。
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2011, 2012 Chris Banes.
*
* 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.apac... | {
"pile_set_name": "Github"
} |
import 'react';
import Density, { DensityConfig } from '@antv/g2plot/lib/plots/density';
import createPlot from '../createPlot';
export default createPlot<DensityConfig>(Density, 'DensityChart');
| {
"pile_set_name": "Github"
} |
npm-bundle(1) -- REMOVED
========================
## DESCRIPTION
The `npm bundle` command has been removed in 1.0, for the simple reason
that it is no longer necessary, as the default behavior is now to
install packages into the local space.
Just use `npm install` now to do what `npm bundle` used to do.
## SEE ALSO... | {
"pile_set_name": "Github"
} |
(ns maria.commands.which-key
(:require [chia.view :as v]
[lark.commands.registry :as registry]
[lark.commands.exec :as exec]
[clojure.set :as set]
[maria.views.bottom-bar :as bottom-bar]
[maria.util :as util]
[chia.reactive.atom :as ra]))
(defn ... | {
"pile_set_name": "Github"
} |
/*
This package 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; version 2 dated June, 1991.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even th... | {
"pile_set_name": "Github"
} |
/*
* Authenc: Simple AEAD wrapper for IPsec
*
* Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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 Licen... | {
"pile_set_name": "Github"
} |
0 KSP Residual norm 28.5043
1 KSP Residual norm 0.405721
2 KSP Residual norm 0.0324142
3 KSP Residual norm 0.00513804
4 KSP Residual norm 0.000438129
5 KSP Residual norm 2.99699e-05
6 KSP Residual norm 5.34094e-06
7 KSP Residual norm 7.94155e-07
8 KSP Residual norm 1.44154e-07
9 KSP Residua... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 Tom Zhou<iwebpp@gmail.com>
package com.iwebpp.node.net;
import com.iwebpp.SimpleDebug;
import com.iwebpp.libuvpp.Address;
import com.iwebpp.libuvpp.cb.StreamConnectionCallback;
import com.iwebpp.libuvpp.handles.LoopHandle;
import com.iwebpp.libuvpp.handles.StreamHandle;
import com.i... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
# Badea Gabriel <gcbadea@gmail.com>, 2013
# Harald Ersch, 2019
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import argparse
import os
import os.path
import errno
import shutil
import time
from datetime import datetime
from libs import config
def mkdir_p(path):
try:
os.makedirs(path)
except OSError as exc: # Python >2.5
if exc.errno == errno.EEXIST and os.path.isdir(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");... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010 ARM Limited. All rights reserved.
*
* $Date: 15. July 2011
* $Revision: V1.0.10
*
* Project: CMSIS DSP Library
* Title: arm_mat_add_q15.c
*
* Description: Q15 matrix addition
*
... | {
"pile_set_name": "Github"
} |
# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
# $FreeBSD$
PORTNAME= ipaddr
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mopsfelder@gmail.com
COMMENT= Google open source IPv4/IPv6 manipulation library in Python
LICENSE= APACHE20
LICENS... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty Internal TestInstall
* Test Smarty installation
*
* @package Smarty
* @subpackage Utilities
* @author Uwe Tews
*/
/**
* TestInstall class
*
* @package Smarty
* @subpackage Utilities
*/
class Smarty_Internal_TestInstall
{
/**
* diagnose Smarty setup
* If $errors is... | {
"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
# "Lice... | {
"pile_set_name": "Github"
} |
parameters:
# Optional: Clean sources before building
clean: true
# Optional: Git fetch depth
fetchDepth: ''
# Optional: name of the phase (not specifying phase name may cause name collisions)
name: ''
# Optional: display name of the phase
displayName: ''
# Optional: condition for the job to run
... | {
"pile_set_name": "Github"
} |
// Copyright 2016 CodisLabs. All Rights Reserved.
// Licensed under the MIT (MIT-LICENSE.txt) license.
package etcdclient
import (
"strings"
"sync"
"time"
"golang.org/x/net/context"
"github.com/coreos/etcd/client"
"github.com/CodisLabs/codis/pkg/utils/errors"
"github.com/CodisLabs/codis/pkg/utils/log"
)
va... | {
"pile_set_name": "Github"
} |
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
devtool: "source-map",
performance: {
hints: "warning"
},
entry: "./index",
stats: {
hash: false,
colors: true
}
};
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2016 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\Core\Event\Subscriber;
use Alchemy\Phrasea\Application;
use Symfony\Component\EventDi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, Nordic Semiconductor
* 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 conditi... | {
"pile_set_name": "Github"
} |
W: 4: Use of "l" as long integer identifier
| {
"pile_set_name": "Github"
} |
include_directories(${PROJECT_SOURCE_DIR}/config)
include_directories(${PROJECT_SOURCE_DIR}/utilities/include)
include_directories(${PROJECT_SOURCE_DIR}/SOUI/include)
include_directories(${PROJECT_SOURCE_DIR}/third-part/skia)
include_directories(${PROJECT_SOURCE_DIR}/third-part/skia/include)
include_directories(... | {
"pile_set_name": "Github"
} |
define("ace/snippets/gobstones",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText = "# Procedure\n\
snippet proc\n\
procedure ${1?:name}(${2:argument}) {\n\
${3:// body...}\n\
}\n\
\n\
# Function\n\
snippet fun\n\
function ${1?:name}(${2:argument}) {\n\
retur... | {
"pile_set_name": "Github"
} |
@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}
@mixin scrollBar {
&::-webkit-scrollbar-track-piece {
background: #d3dce6;
}
&::-webkit-scrollbar {
width: 6px;
}
&::-webkit-scrollbar-thumb {
background: #99a9bf;
border-radius: 20px;
}
}
@mixin rela... | {
"pile_set_name": "Github"
} |
package dao
import (
"context"
"errors"
"fmt"
"go-common/app/service/video/stream-mng/common"
"go-common/app/service/video/stream-mng/model"
"go-common/library/log"
"go-common/library/net/metadata"
"go-common/library/sync/errgroup"
)
// RawStreamFullInfo 直接从数据库中查询流信息,可传入流名, 也可传入rid
func (d *Dao) RawStreamFull... | {
"pile_set_name": "Github"
} |
/* BEGIN_HEADER */
#include "mbedtls/asn1write.h"
#define GUARD_LEN 4
#define GUARD_VAL 0x2a
/* END_HEADER */
/* BEGIN_DEPENDENCIES
* depends_on:MBEDTLS_ASN1_WRITE_C
* END_DEPENDENCIES
*/
/* BEGIN_CASE */
void mbedtls_asn1_write_octet_string( data_t * str, data_t * asn1,
int ... | {
"pile_set_name": "Github"
} |
using System.ComponentModel.DataAnnotations;
namespace Host.Models.AccountViewModels
{
public class LoginViewModel
{
[Required]
[EmailAddress]
public string Email { get; set; }
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-2020, Hazelcast, Inc. 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 ... | {
"pile_set_name": "Github"
} |
{-# OPTIONS_GHC -XImpredicativeTypes -fno-warn-deprecated-flags #-}
-- Sept 16: now scraping through with -XImpredicateTypes
module Main where
data Foo x y = Foo {foo1 :: x, foo2 :: y}
instance Functor (Foo x) where
fmap f (Foo x y) = Foo x (f y)
bar :: a -> Foo (forall s. s) a
bar a = Foo undefined a
main = p... | {
"pile_set_name": "Github"
} |
*{ Create a new user }*
#{fixture delete:'all', load:'test-data.yml' /}
#{selenium 'Register a new User'}
clearSession()
// Home page
open('/')
assertTextPresent('Still not a member ?')
assertTextPresent('Forums')
assertTextPresent('Users help')
assertTextPresent('About this sample application')
assertTextP... | {
"pile_set_name": "Github"
} |
<?php
namespace Admin\Controllers;
use AdminMenu;
class Mealtimes extends \Admin\Classes\AdminController
{
public $implement = [
'Admin\Actions\ListController',
'Admin\Actions\FormController',
];
public $listConfig = [
'list' => [
'model' => 'Admin\Models\Mealtimes_mo... | {
"pile_set_name": "Github"
} |
/*
* This file is part of ELKI:
* Environment for Developing KDD-Applications Supported by Index-Structures
*
* Copyright (C) 2019
* ELKI Development Team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 bidirule implements the Bidi Rule defined by RFC 5893.
//
// This package is under development. The API may change without notice and
// without pres... | {
"pile_set_name": "Github"
} |
package org.enso.languageserver.effect
import java.util.concurrent.{ExecutionException, TimeoutException}
import zio._
import zio.blocking.blocking
import scala.concurrent.{Future, Promise}
import scala.concurrent.duration.FiniteDuration
/**
* Abstract entity that executes effects `F`.
*/
trait Exec[-F[_, _]] {... | {
"pile_set_name": "Github"
} |
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condit... | {
"pile_set_name": "Github"
} |
<template>
<view class="uni-load-more">
<view v-show="status === 'loading' && showIcon" class="uni-load-more__img">
<view class="load1">
<view class="uni-load-view_wrapper" :style="{background:color}" />
<view class="uni-load-view_wrapper" :style="{background:color}" />
<view class="uni-load-view_wrap... | {
"pile_set_name": "Github"
} |
/*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
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 Software Foundation.
This progra... | {
"pile_set_name": "Github"
} |
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
## team.members.prefs:update
### summary
updated prefs of the other members of this team
### channel
team
### response
```json
{
"isMute": true,
"alias": "ALICE",
"_teamId": "5513d3457931dc303563f374",
"_userId": "5513d3457931dc303563f372"
}
```
| {
"pile_set_name": "Github"
} |
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this f... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* ftcimage.h
*
* FreeType Generic Image cache (specification)
*
* Copyright (C) 2000-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, an... | {
"pile_set_name": "Github"
} |
{
"private": true,
"dependencies": {
"moment": "^2.19.4"
}
}
| {
"pile_set_name": "Github"
} |
const pluralize = function (singular, plural, count) {
if (arguments.length === 2) {
// Backward compability with prev usages, retrofit to the new params signature
// pluralize('foobar' , 3) // => foobars
return pluralize.call(this, arguments[0], arguments[0] + 's', arguments[1]);
}
return count === ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* ManagedDeviceManagementFeatures File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright © Microsoft Corporation. All rights... | {
"pile_set_name": "Github"
} |
USE [TaxiNYC_Sample]
GO
/****** Object: StoredProcedure [dbo].[PredictTip] Script Date: 10/29/2015 4:36:55 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
IF EXISTS (SELECT * FROM sys.objects WHERE type = 'P' AND name = 'PredictTipBatchMode')
DROP PROCEDURE PredictTipBatchMode
GO
CREATE PROCEDURE ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -verify -fsyntax-only -pedantic -Wno-typedef-redefinition -std=c99
// Make sure we accept a single typedef
typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}
// And make sure we accept identical redefinitions in system headers
// (The test u... | {
"pile_set_name": "Github"
} |
/* crypto/asn1/a_utctm.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 no... | {
"pile_set_name": "Github"
} |
/*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as
long as you use it under this license.
*/
rule BlackRev
{
meta:
author = "Dennis Schwarz"
date = "2013-05-21"
description = "Black Revolution DDoS Malwar... | {
"pile_set_name": "Github"
} |
module.exports = require('./lib/');
| {
"pile_set_name": "Github"
} |
/* ========================================================================
* Copyright (c) 2005-2017 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
... | {
"pile_set_name": "Github"
} |
/*************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2013 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
For ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 Mohammad Rezaei
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,
soft... | {
"pile_set_name": "Github"
} |
/*
* Fujitsu B-series Lifebook PS/2 TouchScreen driver
*
* Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2005 Kenan Esau <kenan.esau@conan.de>
*
* TouchScreen detection, absolute mode setting and packet layout is taken from
* Harald Hoyer's description of the device.
*
* This program is f... | {
"pile_set_name": "Github"
} |
import {
DYNAMIC_FORM_CONTROL_TYPE_INPUT,
DYNAMIC_FORM_CONTROL_INPUT_TYPE_TEXT,
DynamicInputModel
} from "./dynamic-input.model";
import { AUTOCOMPLETE_ON } from "../../utils/autofill.utils";
import { isString } from "../../utils/core.utils";
describe("DynamicInputModel test suite", () => {
let model:... | {
"pile_set_name": "Github"
} |
This work was packaged for Debian by:
Anibal Avelar <aavelar@cofradia.org> on Wed, 13 Jun 2007 19:12:35 -0500.
It was downloaded from:
<http://sourceforge.net/projects/sipe/files/>
Upstream Authors:
Anibal Avelar <debianmx@gmail.com>
Stefan Becker <chemobejk@gmail.com>
Jakub Adam <jakub.adam@ktknet.cz... | {
"pile_set_name": "Github"
} |
let g:delimitMate_expand_cr = 1
| {
"pile_set_name": "Github"
} |
#
# Automatically generated make config: don't edit
# Busybox version: 1.22.1
# Mon Feb 16 05:30:21 2015
#
CONFIG_HAVE_DOT_CONFIG=y
#
# Busybox Settings
#
#
# General Configuration
#
CONFIG_DESKTOP=y
# CONFIG_EXTRA_COMPAT is not set
CONFIG_INCLUDE_SUSv2=y
# CONFIG_USE_PORTABLE_CODE is not set
CONFIG_PLATFORM_LINUX=y
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6aab193b7693b5e4c9741f1917d2987c
SpeedTreeImporter:
serializedVersion: 4
mainColor: {r: 1, g: 1, b: 1, a: 1}
specColor: {r: 0.5, g: 0.5, b: 0.5, a: 0}
hueVariation: {r: 1, g: 0.5, b: 0, a: 0.1}
shininess: 0.125
alphaTestRef: 0.33
bestWindQuality: 4
hasBillboard: 1
lODSetting... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of Phraseanet
*
* (c) 2005-2016 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\SearchEngine\Elastic;
use Cocur\Slugify\Slugify;
use Cocur\Slugify\SlugifyInterface;
... | {
"pile_set_name": "Github"
} |
/*
SuperCollider Qt IDE
Copyright (c) 2012 Jakob Leben & Tim Blechmann
http://www.audiosynth.com
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 Licens... | {
"pile_set_name": "Github"
} |
{
"id": "bamboo-fence",
"name": "Bamboo Fence",
"category": "Furniture",
"games": {
"nl": {
"orderable": false,
"set": "Welcome amiibo Update",
"sellPrice": {
"currency": "bells",
"value": 700
},
"sources": [
"Harvey's shop"
],
"rvs": [
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" data-data-content="#{info_description}" />
<meta name="author" data-data-content=... | {
"pile_set_name": "Github"
} |
module.exports = [
{
path: '/system/get-settings',
time: 850,
response: function (params) {
if(params && params.allSettings) {
return {
status: 'success',
data: {
'language': 'en',
... | {
"pile_set_name": "Github"
} |
import Octicon from '../components/Octicon.vue'
Octicon.register({"checklist":{"width":16,"height":16,"d":"M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 0 0 0 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1... | {
"pile_set_name": "Github"
} |
/* http://prismjs.com/download.html?themes=prism&languages=clike+go&plugins=line-numbers */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 ... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
var __values = (this && this.__values) || function (o) {
var m = typeof Symbol === "function" && o[Symbol.iterato... | {
"pile_set_name": "Github"
} |
{
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
"id" : "http://json-schema.org/draft-01/links#",
"type" : "object",
"properties" : {
"href" : {
"type" : "string"
},
"rel" : {
"type" : "string"
},
"method" : {
"type" : "string",
"default" : "GET",
"optional" : true
}... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.