text
stringlengths
2
99.9k
meta
dict
set(LLVM_LINK_COMPONENTS Support Symbolize ) add_llvm_tool(sanstats sanstats.cpp DEPENDS intrinsics_gen )
{ "pile_set_name": "Github" }
package higherkindness.droste import cats.Functor import cats.syntax.functor._ import data.Attr object Gather { def cata[F[_], A]: Gather[F, A, A] = (a, fa) => a def zygo[F[_]: Functor, A, B](algebra: Algebra[F, B]): Gather[F, (B, A), A] = (a, fa) => (algebra(fa.map(_._1)), a) def para[F[_]: Functor...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <SurfaceView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> </SurfaceView>
{ "pile_set_name": "Github" }
"""Whimpy test script for the al module Roger E. Masse """ from test.test_support import verbose, import_module al = import_module('al', deprecated=True) alattrs = ['__doc__', '__name__', 'getdefault', 'getminmax', 'getname', 'getparams', 'newconfig', 'openport', 'queryparams', 'setparams'] # This is a ...
{ "pile_set_name": "Github" }
"""Base implementation of event loop. The event loop can be broken up into a multiplexer (the part responsible for notifying us of I/O events) and the event loop proper, which wraps a multiplexer with functionality for scheduling callbacks, immediately or at a given time in the future. Whenever a public API takes a c...
{ "pile_set_name": "Github" }
package com.lianggzone.springboot.actuator.endpoint; import java.util.Map; import org.springframework.boot.actuate.endpoint.Endpoint; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; /** * <h3>概要:</h3><p>EndpointConfig</p> * <h3>功能:</h3><p>端点配置类</p> ...
{ "pile_set_name": "Github" }
print-dependency-info non-existant
{ "pile_set_name": "Github" }
// (c) Copyright Fernando Luis Cacciola Carballal 2000-2004 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See library home page at http://www.boost.org/libs/numeric/conv...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ Created on 2017 10.17 @author: liupeng wechat: lp9628 blog: http://blog.csdn.net/u014365862/article/details/78422372 """ from __future__ import absolute_import from __future__ import division from __future__ import print_function import tensorflow as tf slim = tf.contrib.slim def incept...
{ "pile_set_name": "Github" }
subroutine smd_pdb_natoms(filename,nt) implicit none #include "errquit.fh" #include "util.fh" character*(*) filename integer nt c character*(4) buffer integer un c if(.not.util_get_io_unit(un)) > call errquit("cannot get file number",0,0) c open(unit=un,status="old...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,linux package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong...
{ "pile_set_name": "Github" }
SMITH WILSON BROWN WILLIAMS TAYLOR JONES ANDERSON THOMPSON WALKER LEE
{ "pile_set_name": "Github" }
================ Duktape releases ================ Release information can be found at https://duktape.org/download.html. Raw release metadata is maintained in https://github.com/svaarala/duktape/tree/master/releases.
{ "pile_set_name": "Github" }
#import "GPUImageParallelCoordinateLineTransformFilter.h" NSString *const kGPUImageHoughAccumulationVertexShaderString = SHADER_STRING ( attribute vec4 position; void main() { gl_Position = position; } ); #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE NSString *const kGPUImageHoughAccumulationFragmentShad...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ pygments.lexers.trafficscript ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexer for RiverBed's TrafficScript (RTS) language. :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ import re from pygments.lexer import RegexLexe...
{ "pile_set_name": "Github" }
# Совместимость типов на основе вида типизации Каждый раз при присваивании значения компилятор подвергает его проверке на совместимость с ожидаемым типом. Компилятор словно секюрити стоящий на фейсконтроле ночного клуба решает пропускать или нет то, или иное значение. Подобные решения принимаются на основании правил, к...
{ "pile_set_name": "Github" }
#import "GPUImageSoftEleganceFilter.h" #import "GPUImagePicture.h" #import "GPUImageLookupFilter.h" #import "GPUImageGaussianBlurFilter.h" #import "GPUImageAlphaBlendFilter.h" @implementation GPUImageSoftEleganceFilter - (id)init; { if (!(self = [super init])) { return nil; } #if TARGET_IPHONE_SIMULATO...
{ "pile_set_name": "Github" }
/*========================================================================= ILBM.HPP Author: Gary Liddon @ Watford Created: 30/03/92 Purpose: Crappy ilbm reader Copyright (c) 1992 - 1997 Gary Liddon ===========================================================================*/ /* -----------------------------...
{ "pile_set_name": "Github" }
'use strict'; var Type = require('../type'); var YAML_DATE_REGEXP = new RegExp( '^([0-9][0-9][0-9][0-9])' + // [1] year '-([0-9][0-9])' + // [2] month '-([0-9][0-9])$'); // [3] day var YAML_TIMESTAMP_REGEXP = new RegExp( '^([0-9][0-9][0-9][0-9])' + // [1...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercia...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> <dependencies> <deployment ide...
{ "pile_set_name": "Github" }
#ifdef _WIN32 #include <windows.h> #else #include <stdlib.h> #include <string.h> #include <stdio.h> #include <dlfcn.h> #endif #include "onnx/onnxifi_loader.h" /* ONNXIFI_LOADER_LOGGING macro enables/disables logging. Its OFF by default. */ #ifndef ONNXIFI_LOADER_LOGGING #define ONNXIFI_LOADER_LOGGING 0 #endif #if ON...
{ "pile_set_name": "Github" }
// // Copyright (c) 2010-2013 Yves Langisch. All rights reserved. // http://cyberduck.ch/ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your...
{ "pile_set_name": "Github" }
import { Component } from '@angular/core'; import { Observable } from 'rxjs'; import { map } from 'rxjs/operators'; import { CustomerOrdersDataService } from '../services'; import { Customer } from '../model'; import { CustomerVmPlus } from './customer-vm-plus'; /** * Master/Detail following the Container/Presenter ...
{ "pile_set_name": "Github" }
package com.jakewharton.confundus.gradle import com.google.common.truth.Truth.assertThat import java.io.File import org.gradle.testkit.runner.GradleRunner import org.junit.Test class ConfundusPluginTest { private val fixturesDir = File("src/test/fixture") private fun versionProperty() = "-PconfundusVersion=$conf...
{ "pile_set_name": "Github" }
using WowPacketParser.Enums; using WowPacketParser.Misc; using WowPacketParser.Parsing; namespace WowPacketParserModule.V1_13_2_31446.Parsers { public static class ActionBarHandler { [Parser(Opcode.CMSG_SET_ACTION_BUTTON)] public static void HandleSetActionButton(Packet packet) { ...
{ "pile_set_name": "Github" }
// Copyright 2017 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. // +build go1.9 // +build !nacl,!plan9,!windows package ipv6 import ( "net" "golang.org/x/net/internal/socket" ) func (c *payloadHandler) readFrom(b []byt...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
#!/bin/bash ###################################################################### # # Clear all log files on all nodes or a selected node # # Usage: # ./clrLogs [node-nr] # # Set CLUSTER_NR to the number of the cluster you're working with # Default value of CLUSTER_NR is 0 ##########################################...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" android:orientation="vertical" android:paddingTop="13dp" > <TextView ...
{ "pile_set_name": "Github" }
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.org * * 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, or (at your option) * any later ver...
{ "pile_set_name": "Github" }
var http = require('http'); http.createServer(function(req, res){ var content = ''; req.on('data', function(chunk){ content += chunk; }); req.on('end', function(){ console.log('body: ' + content); res.end('hello'); }); }).listen(3000);
{ "pile_set_name": "Github" }
# multi instance flors An ideal application would sit in a single Ruby process and handle with ease all the work (HTTP requests, background jobs, etc). For an application used by a small to medium team, this might be sufficient. Often, it's necessary to prepare for growth and split the application on multiple Ruby p...
{ "pile_set_name": "Github" }
""" MIT License Copyright (c) 2017 Zeke Barge 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, publish, di...
{ "pile_set_name": "Github" }
// +build !linux !cgo !seccomp package seccomp import ( "errors" "github.com/opencontainers/runc/libcontainer/configs" ) var ErrSeccompNotEnabled = errors.New("seccomp: config provided but seccomp not supported") // InitSeccomp does nothing because seccomp is not supported. func InitSeccomp(config *configs.Secco...
{ "pile_set_name": "Github" }
package org.wasabifx.wasabi.protocol.websocket /** * Created with IntelliJ IDEA. * User: swishy * Date: 5/11/13 * Time: 9:58 PM * To change this template use File | Settings | File Templates. */ data class Channel (val path: String, val handler: ChannelHandler.() -> Unit)
{ "pile_set_name": "Github" }
@Echo OFF cd data python export_tables.py ECHO Finished exporting tables cd .. sqlite3 mh4u.db < sqlcode ECHO Finished importing tables pause
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"> <xsl:template match="/"> <html> <head> <title>7-Zip Sfx Configurations</title> <style type="text/css"> ...
{ "pile_set_name": "Github" }
from __future__ import absolute_import import os import sys # Make sure we import from working tree pynagbase = os.path.dirname(os.path.realpath(__file__ + "/..")) sys.path.insert(0, pynagbase) import unittest2 as unittest from mock import patch import shutil import tempfile import pynag.Utils as utils import pynag.M...
{ "pile_set_name": "Github" }
{ "Entries": [ { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage?api-version=2016-09-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", ...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2018-present MongoDB, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the Server Side Public License, version 1, * as published by MongoDB, Inc. * * This program is distributed in the hope that it will be useful, * but W...
{ "pile_set_name": "Github" }
package epic.dense import breeze.linalg._ import breeze.linalg.operators.OpMulMatrix import epic.features.SegmentedIndex import epic.framework.Feature import breeze.util.Index import scala.runtime.ScalaRunTime import scala.util.Random case class LowRankQuadraticTransform[FV](numOutputs: Int, numRanks: Int, numLeftIn...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2020 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { Component } from '@angular/core'; import { ClrDatagridRowDetail } from './datagrid-row-detail'; imp...
{ "pile_set_name": "Github" }
https://www.caymus.com/ https://www.totalwine.com/wine/red-wine/cabernet-sauvignon/caymus-cabernet/p/164328010 https://drizly.com/wine/red-wine/cabernet-sauvignon/caymus-vineyards-cabernet-sauvignon/p2469 https://www.wagnerfamilyofwine.com/ https://www.wagnerfamilyofwine.com/Caymus_Vineyards https://www.wine.com/produc...
{ "pile_set_name": "Github" }
/* * Copyright 2017-2019 original 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 agre...
{ "pile_set_name": "Github" }
// cgo -godefs -- -fsigned-char types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd package unix const ( sizeofPtr = 0x4 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x4 sizeofLongLong = 0x8 ) type ( _C_short int1...
{ "pile_set_name": "Github" }
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. package currency import ( "time" "golang.org/x/text/language" ) // This file contains code common to gen.go and the package code. const ( cashShift = 3 roundMask = 0x7 nonTenderBit = 0x8000 ) // currencyInfo contains information a...
{ "pile_set_name": "Github" }
Filter 1: ON PK Fc 26 Hz Gain 5.9 dB Q 0.69 Filter 2: ON PK Fc 3442 Hz Gain 6.0 dB Q 1.93 Filter 3: ON PK Fc 5203 Hz Gain -7.2 dB Q 4.51 Filter 4: ON PK Fc 8136 Hz Gain -10.9 dB Q 4.00 Filter 5: ON PK Fc 16321 Hz Gain 6.6 dB Q 0.22 Filter 6: ON PK Fc 290 Hz Gain -2.7 dB Q 0.80 Filter 7: ON PK Fc 1426 Hz Gain 2.5 dB Q 0...
{ "pile_set_name": "Github" }
//===--- llvm-mc-fuzzer.cpp - Fuzzer for the MC layer ---------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redist...
{ "pile_set_name": "Github" }
// Returns global object of a current environment. export default (() => { if (typeof global !== 'undefined' && global.Math === Math) { return global; } if (typeof self !== 'undefined' && self.Math === Math) { return self; } if (typeof window !== 'undefined' && window.Math === Math...
{ "pile_set_name": "Github" }
comment "linux-fusion needs a Linux kernel to be built" depends on !BR2_LINUX_KERNEL config BR2_PACKAGE_LINUX_FUSION depends on BR2_LINUX_KERNEL bool "linux-fusion communication layer for DirectFB multi" help DirectFB Communication Layer allowing multiple DirectFB applications to run concurrently
{ "pile_set_name": "Github" }
/******************************************************************** * COPYRIGHT: * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ /*******************************************************...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ werkzeug.test ~~~~~~~~~~~~~ This module implements a client to WSGI applications for testing. :copyright: (c) 2010 by the Werkzeug Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ import sys import urllib import urlparse import mimety...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Magnus Madsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
// Copyright 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 math func log10TrampolineSetup(x float64) float64 func log10Asm(x float64) float64 func cosTrampolineSetup(x float64) float64 func cosAsm(x float64) f...
{ "pile_set_name": "Github" }
// REQUIRES: arm // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux %s -o %t.o // Creates a R_ARM_ABS32 relocation against foo and bar, bar has hidden // visibility so we expect a R_ARM_RELATIVE .syntax unified .globl foo foo: .globl bar .hidden bar bar: .data .word foo .word bar // In PIC mode, if R_ARM...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="album">Album</string> <string name="app_picker_name">应用</string> <string name="barcode_canner_title">条码扫描器</string> <string name="bookmark_picker_name">书签</string> <string name="button_add_calendar">添加事件至日历</string> <string name="b...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import "SDImageCache.h" #import "SDWebImageDecoder.h" #import "UIImage+MultiFormat.h" #im...
{ "pile_set_name": "Github" }
#!/sbin/openrc-run # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 : ${GVMD_USER:=gvm} : ${GVMD_GROUP:=gvm} : ${GVMD_TIMEOUT:=30} name="Greenbone Vulnerability Manager" command=/usr/bin/gvmd command_args="--foreground ${GVMD_OPTIONS} ${GVMD_LISTEN_ADDRESS_TCP} $...
{ "pile_set_name": "Github" }
package com.forezp.client.config; import feign.Retryer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import static java.util.concurrent.TimeUnit.SECONDS; /** * Created by fangzhipeng on 2017/6/16. */ @Configuration public class FeignConfig { ...
{ "pile_set_name": "Github" }
'use strict'; /** * Class representing an event. * * @private */ class Event { /** * Create a new `Event`. * * @param {String} type The name of the event * @param {Object} target A reference to the target to which the event was dispatched */ constructor(type, target) { this.target = target; ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <CFNetwork/NSObject-Protocol.h> @class NSError, NSURLAuthenticationChallenge, NSURLSession; @protocol NSURLSessionDelegate <N...
{ "pile_set_name": "Github" }
--TEST-- phpunit --testdox DataProviderTest ../_files/DataProviderTest.php --FILE-- <?php define('PHPUNIT_TESTSUITE', TRUE); $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--testdox'; $_SERVER['argv'][3] = 'DataProviderTest'; $_SERVER['argv'][4] = dirname(dirname(__FILE__)) . '/_files/DataProviderT...
{ "pile_set_name": "Github" }
; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info 2>&1 | FileCheck %s ; When merging MustAlias and PartialAlias, merge to PartialAlias ; instead of MayAlias. target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:...
{ "pile_set_name": "Github" }
const pug = require('pug'); const fs =require('fs') let _ = require('lodash'); const defaultParam = { title: "multipage-cli", tag: { meta: [], headLink: [], headScript: [], bodyLink: [], bodyScript: [] }, vueInit: {}, reactInit: {} } module.exports = function ...
{ "pile_set_name": "Github" }
package cn.edu.buaa.crypto.encryption.re.llw16a.serparams; import cn.edu.buaa.crypto.utils.PairingUtils; import it.unisa.dia.gas.jpbc.Element; import it.unisa.dia.gas.jpbc.Pairing; import it.unisa.dia.gas.jpbc.PairingParameters; import it.unisa.dia.gas.plaf.jpbc.pairing.PairingFactory; import java.util.Arrays; import...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <CoreBluetooth/CBManager.h> @class NSHashTable, NSLock, NSMapTable, NSMutableArray, NSMutableDictionary, NSNumber; @protocol C...
{ "pile_set_name": "Github" }
#!/bin/bash set -e RELEASE_VERSION=$1 NEW_VERSION=$2 git checkout "Baragon-$RELEASE_VERSION" mvn clean package docker:build -DskipTests git checkout master mvn clean package docker:build -DskipTests docker tag hubspot/baragonagent-aurora:$NEW_VERSION hubspot/baragonagent-aurora:latest docker tag hubspot/baragonagen...
{ "pile_set_name": "Github" }
import React from 'react'; import { Text as TextPrimitive, TextProps as TextPrimitiveProps } from '@modulz/primitives'; import { theme } from '../theme'; type Weight = 'normal' | 'medium'; type Size = 0 | 1 | 2 | 3 | 4 | 5; export type HeadingProps = TextPrimitiveProps & { weight?: Weight; size?: Size; truncate...
{ "pile_set_name": "Github" }
import React from 'react'; import Console, { ConsoleLogTypes } from './'; import { storiesOf } from '@storybook/react'; import { Layout, Content } from '../Dashboard/styles'; const stories = storiesOf('Custom Functions|Console', module); const containerWrapper = storyFn => ( <Layout> <Content>{storyFn()}</Co...
{ "pile_set_name": "Github" }
[gd_scene load_steps=6 format=2] [ext_resource path="res://libgodot.gdnlib" type="GDNativeLibrary" id=1] [ext_resource path="res://Mob.tscn" type="PackedScene" id=2] [ext_resource path="res://Player.tscn" type="PackedScene" id=3] [sub_resource type="NativeScript" id=1] resource_name = "main.Main" class_name = "main....
{ "pile_set_name": "Github" }
import Vector2d from "./../../../math/vector2.js"; import pool from "./../../../system/pooling.js"; import TMXRenderer from "./TMXRenderer.js"; import TMXLayer from "./../TMXLayer.js"; /** * @classdesc * an Isometric Map Renderder * @class TMXIsometricRenderer * @memberOf me * @extends me.TMXRenderer * @constru...
{ "pile_set_name": "Github" }
using Autofac; using Autofac.Extras.DynamicProxy; using LinCms.Cms.Account; using LinCms.Cms.Files; using LinCms.Cms.Users; using LinCms.IRepositories; using LinCms.Middleware; using LinCms.Repositories; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading....
{ "pile_set_name": "Github" }
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, OnInit, } from '@angular/core'; import { Client } from '../../../../services/api/client'; @Component({ moduleId: module.id, selector: 'm-wallet--balance-rewards', templateUrl: 'balance.component.html', changeDetection: ChangeDetectionStrat...
{ "pile_set_name": "Github" }
const assertion = require('./assertion.js'); const AssertionRunner = require('./assertion-runner.js'); const AssertionError = require('./assertion-error.js'); module.exports = assertion; module.exports.AssertionRunner = AssertionRunner; module.exports.AssertionError = AssertionError;
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 MediaTek Inc. * * 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 program is distributed in the hope that it will be useful, * but WITHOUT ANY WA...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2019 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later...
{ "pile_set_name": "Github" }
// // AVObjectUtils.m // AVOSCloud // // Created by Zhu Zeng on 7/4/13. // Copyright (c) 2013 AVOS. All rights reserved. // #import <objc/runtime.h> #import "AVObjectUtils.h" #import "AVObject_Internal.h" #import "AVFile.h" #import "AVFile_Internal.h" #import "AVObjectUtils.h" #import "AVUser_Internal.h" #import "...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <style> caption { color: green } </style> <script> function boom() { var table = document.getElementById("table"); var newCaption = document.createElement('caption'); newCaption.appendChild(document.createTextNode("TEST")); newCaption.style.background = "inherit" table.appendCh...
{ "pile_set_name": "Github" }
#include <FastBVH.h> #include <gtest/gtest.h> #include <list> #include "Primitive.h" using namespace FastBVH; namespace { //! \brief This is just boilerplate code for google test //! to be able to run template tests. template <typename T> class BuildStrategyTest : public ::testing::Test { public: using List = s...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////// /////////////// Welcome to Cello ////////////////////// /////////////////////////////////////////////////////////// JobID by date: 0xCD [ -dateID 0xCD -figures false -external_directory true -assignment_algorithm abstract_only -verilog /Users/peng/cell...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>55--Sports_Coach_Trainer_55_Sports_Coach_Trainer_sportcoaching_55_180.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <nam...
{ "pile_set_name": "Github" }
// Copyright 2020 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
package Paws::Neptune::CreateDBCluster; use Moose; has AvailabilityZones => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has BackupRetentionPeriod => (is => 'ro', isa => 'Int'); has CharacterSetName => (is => 'ro', isa => 'Str'); has DatabaseName => (is => 'ro', isa => 'Str'); has DBClusterIdentifier => (is...
{ "pile_set_name": "Github" }
#include "pe_buffer.h" #include <iostream> #include "../scanners/artefact_scanner.h" size_t pesieve::PeBuffer::calcRemoteImgSize(HANDLE processHandle, ULONGLONG modBaseAddr) { const size_t hdr_buffer_size = PAGE_SIZE; BYTE hdr_buffer[hdr_buffer_size] = { 0 }; size_t pe_vsize = 0; PIMAGE_SECTION_HEADER hdr_ptr = ...
{ "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" }
dictionary Optional { short field; }; dictionary Required { required short field; }; dictionary Required2: Required { long field2; }; // The following is wrong // but it still shouldn't break the validator dictionary Recursive : Recursive2 {}; dictionary Recursive2 : Recursive {}; // Do not warn if we don't k...
{ "pile_set_name": "Github" }
msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" #: dbgintfcommonstrings.rsrunerrorarithmeticoverflowerror msgid "Arithmetic overflow error" msgstr "" #: dbgintfcommonstrings.rsrunerrorassertionfailederror msgid "Assertion failed error" msgstr "" #: dbgintfcommonstrings.rsrunerrorbaddriverequeststructleng m...
{ "pile_set_name": "Github" }
# # SPDX-License-Identifier: Apache-2.0 # --- - name: Deploy blockchain infrastructure hosts: localhost vars: infrastructure: type: docker docker: network: "fabricvscodelocalfabric_network" labels: fabric-environment-name: "Local Fabric" organizations: - &Org1 ...
{ "pile_set_name": "Github" }
// Package memory is a storage backend base on memory package memory import ( "fmt" "time" "github.com/go-git/go-git/v5/config" "github.com/go-git/go-git/v5/plumbing" "github.com/go-git/go-git/v5/plumbing/format/index" "github.com/go-git/go-git/v5/plumbing/storer" "github.com/go-git/go-git/v5/storage" ) var E...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_172) on Sun Jun 07 15:57:41 CEST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>simplenlg.serv...
{ "pile_set_name": "Github" }
// This file is part of CaesarIA. // // CaesarIA is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // CaesarIA is distributed in th...
{ "pile_set_name": "Github" }
@using System.Linq @using Mvc.JQuery.DataTables @using Newtonsoft.Json @using Newtonsoft.Json.Linq @model DataTableConfigVm <table id="@Model.Id" class="display @(Model.TableClass ?? DataTableConfigVm.DefaultTableClass ?? "")" @Html.Raw(Model.FixedLayout ? "style='table-layout:fixed'":"")> <thead> @if (Mod...
{ "pile_set_name": "Github" }
// Copyright 2018, OpenCensus 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" }
--- -api-id: M:Windows.ApplicationModel.Resources.Core.ResourceContext.Reset -api-type: winrt method --- <!-- Method syntax public void Reset() --> # Windows.ApplicationModel.Resources.Core.ResourceContext.Reset ## -description Resets the overridden values for all qualifiers on the given [ResourceContext](resourceco...
{ "pile_set_name": "Github" }
package com.neo.dao.impl; import org.springframework.stereotype.Service; import com.neo.dao.BaseDao; import com.neo.dao.UserDao; import com.neo.entity.UserEntity; @Service ("userDao") public class UseDaoImpl extends BaseDao implements UserDao { @Override public void updateUser(UserEntity user) { this.test1U...
{ "pile_set_name": "Github" }