text
stringlengths
2
99k
meta
dict
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2009-2014 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
{ "pile_set_name": "Github" }
/******************************************************************** * 2014 - * open source under Apache License Version 2.0 ********************************************************************/ /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOT...
{ "pile_set_name": "Github" }
/* * UVD_6_0 Register documentation * * Copyright (C) 2014 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limita...
{ "pile_set_name": "Github" }
// @ts-check // Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master/lib/config.ts const { SpecReporter } = require('jasmine-spec-reporter'); /** * @type { import("protractor").Config } */ exports.config = { allScriptsTimeout: 11000, specs: [ './s...
{ "pile_set_name": "Github" }
/* File: startup_lpc11xx.S, derived from startup_ARMCM0.S * Purpose: startup file for Cortex-M0 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.4 * Date: 09 July 2012 * * Copyright (c) 2011, 2012, ARM Limited * All rights reserved. * * Redistribution and use in source and binary f...
{ "pile_set_name": "Github" }
StartChar: uni04EF Encoding: 1263 1263 695 Width: 1060 VWidth: 14 Flags: W HStem: -376 202<126.917 325.973> -52 20G<22 57> 751 262<153 289.078> 1271 194<501.574 967.216> VStem: 466 538 838 256<822.65 1013> LayerCount: 2 Fore Refer: 326 772 N 1 0 0 1 19 -192 2 Refer: 557 1091 N 1 0 0 1 0 0 3 Validated: 1 EndChar
{ "pile_set_name": "Github" }
import urllib, tarfile, gzip, os, shutil, pandas as pd dataname = 'abalone.pickle' if not os.path.exists(dataname): filename = 'abalone.tar.gz' # Download tmp data: urllib.urlretrieve('ftp://ftp.cs.toronto.edu/pub/neuron/delve/data/tarfiles/abalone.tar.gz', filename) # Extract data folder: with tarf...
{ "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 <objc/NSObject.h> @class NSMutableArray, NSMutableSet; @interface WFWhitelistSiteBuffer : NSObject { NSMutableSet *_siteS...
{ "pile_set_name": "Github" }
/** * Copyright 2017 Google 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 by applicable law ...
{ "pile_set_name": "Github" }
var anObject = require('./$.an-object') , get = require('./core.get-iterator-method'); module.exports = require('./$.core').getIterator = function(it){ var iterFn = get(it); if(typeof iterFn != 'function')throw TypeError(it + ' is not iterable!'); return anObject(iterFn.call(it)); };
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Nikse.SubtitleEdit.Core.ContainerFormats.TransportStream { public class ProgramMapTableStream { public const int StreamTypePrivateData = 6; public List<ProgramMapTableDescriptor> Descriptors; ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../favicon.ico" /> <title> KSYMVFrame...
{ "pile_set_name": "Github" }
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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 * th...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * at91-sama5d27_wlsom1_ek-u-boot.dts - Device Tree file for SAMA5D27 WLSOM1 EK * * Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries * * Author: Eugen Hristev <eugen.hristev@microchip.com> */ / { chosen { u-boot,dm-pre-reloc; }; }; &hlcdc { u...
{ "pile_set_name": "Github" }
#ifndef __MY_HBINARYTREE #define __MY_HBINARYTREE /******************************************************************* HBTreeBase - b-tree object has: Parent,Left,Right virtuals: maCmp Cmp( .. ) - compare ...
{ "pile_set_name": "Github" }
// Generated from D:/ZStack/zstack/search/src/main/antlr4\ZQL.g4 by ANTLR 4.7 package org.zstack.zql.antlr4; import org.antlr.v4.runtime.tree.ParseTreeVisitor; /** * This interface defines a complete generic visitor for a parse tree produced * by {@link ZQLParser}. * * @param <T> The return type of the visit ope...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?php $CHMOD_FOLDERS = array( 'data/backup-tool/import/', 'data/backup-tool/backup/', 'data/cache', 'data/import/', 'data/log/', 'data/sessions/', 'var/cache/', 'var/logs/' );
{ "pile_set_name": "Github" }
package jsoniter import ( "strconv" ) type floatAny struct { baseAny val float64 } func (any *floatAny) Parse() *Iterator { return nil } func (any *floatAny) ValueType() ValueType { return NumberValue } func (any *floatAny) MustBeValid() Any { return any } func (any *floatAny) LastError() error { return ni...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Users/bobomee/Library/Android/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # ...
{ "pile_set_name": "Github" }
import { Aggregate } from '../../../../lib/common/elements/Aggregate'; import { assert } from 'assertthat'; import { CustomError } from 'defekt'; import { errors } from '../../../../lib/common/errors'; import { State } from '../../../../lib/common/elements/State'; import { validateAggregateDefinition } from '../../../....
{ "pile_set_name": "Github" }
# How To Minimize Your Application To The System's Notification Area. The ability to minimize the application to the system's notification area, `System Tray` on Windows or `Status Menu Area` on a Mac, can be quite useful in keeping a clean work area. One specific reason to provide this functionality would be when an...
{ "pile_set_name": "Github" }
// Copyright (c) 2010 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 <stdlib.h> #include "third_party/mesa/MesaLib/src/egl/main/egldriver.h" /** * This is an EGL driver that wraps PPAPI. */ /** Subclass of ...
{ "pile_set_name": "Github" }
"""distutils.unixccompiler Contains the UnixCCompiler class, a subclass of CCompiler that handles the "typical" Unix-style command-line C compiler: * macros defined with -Dname[=value] * macros undefined with -Uname * include search directories specified with -Idir * libraries specified with -lllib * library...
{ "pile_set_name": "Github" }
/* This Library has been modified from its original form by Brian Aker (brian@tangent.org) See below for original Copyright. */ /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this...
{ "pile_set_name": "Github" }
class Darkhttpd < Formula desc "Small static webserver without CGI" homepage "http://unix4lyfe.org/darkhttpd/" url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.10.tar.bz2" sha256 "b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63" def install system "make" bin.install "darkhttpd" end ...
{ "pile_set_name": "Github" }
# [2018-04-26 精选博文推荐](http://hao.caibaojian.com/date/2018/04/26) [前端日报](http://caibaojian.com/c/news)栏目数据来自[码农头条](http://hao.caibaojian.com/)(我开发的爬虫),每日分享前端、移动开发、设计、资源和资讯等,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kujian/frontendDaily) * [vue 组件使用中的细节点(你极有可能遇到但却不知所措小问题)](http://hao.caiba...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 The Chromium Embedded Framework 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 file was generated by the CEF translato...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of flat:foreign in UD_Galician-TreeGal' udver: '2' --- ## Treebank Statistics: UD_Galician-TreeGal: Relations: `flat:foreign` This relation is a language-specific subtype of <tt><a href="gl_treegal-dep-flat.html">flat</a></tt>. There are also 1 other language-specific subtypes of ...
{ "pile_set_name": "Github" }
var searchData= [ ['aligned_5fbvec1',['aligned_bvec1',['../a00176.html#ga780a35f764020f553a9601a3fcdcd059',1,'glm']]], ['aligned_5fbvec2',['aligned_bvec2',['../a00176.html#gae766b317c5afec852bfb3d74a3c54bc8',1,'glm']]], ['aligned_5fbvec3',['aligned_bvec3',['../a00176.html#gae1964ba70d15915e5b710926decbb3cb',1,'gl...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; namespace BlazorBoilerplate.Shared.Dto { public class ApiLogItemDto { [Key] public long Id { get; set; } [Required] public DateTime RequestTime { get; set; } ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2015-2019 OpenCB ~ ~ 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 ~ ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?php namespace Sabre\Event\Loop; class FunctionsTest extends \PHPUnit_Framework_TestCase { function setUp() { // Always creating a fresh loop object. instance(new Loop()); } function tearDown() { // Removing the global loop object. instance(null); } function...
{ "pile_set_name": "Github" }
// SysIconUtils.h #include "StdAfx.h" #include "SysIconUtils.h" #ifndef _UNICODE #include "Common/StringConvert.h" #endif #ifndef _UNICODE extern bool g_IsNT; #endif int GetIconIndexForCSIDL(int csidl) { #ifdef _WIN32 LPITEMIDLIST pidl = 0; SHGetSpecialFolderLocation(NULL, csidl, &pidl); if (pidl) { SHF...
{ "pile_set_name": "Github" }
sha256:21d34136a2b1f1f258f3d214c00f1cdf28c37c075a87fc143dc3f2253d9f6070
{ "pile_set_name": "Github" }
(.module: [lux #* ["@" target]] [//// [version (#+ Version)]]) (def: #export version Version (for {@.old 00,05,99} 00,06,00))
{ "pile_set_name": "Github" }
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * 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 unde...
{ "pile_set_name": "Github" }
{ "Entries": [ { "RequestUri": "https://heathskv.vault.azure.net/deletedsecrets/922873626?api-version=7.1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Content-Type": "application/json", "traceparent": "00-3c5af8cdd0ef62448195d1f00ce344be-ef...
{ "pile_set_name": "Github" }
{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } } }
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Framework\Mail; use Magento\Framework\Mail\Exception\InvalidArgumentException; use Zend\Mime\Part as ZendMimePart; /** * @inheritDoc */ class MimePart implements MimePa...
{ "pile_set_name": "Github" }
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
{ "pile_set_name": "Github" }
W-Woah, h-hi >///<. Greetings. W-What are you l-looking at... oh... H-Hi. W-Why are you greeting me?!. Hi?. Siema. Holu. Have a good day, sir. Czesc Olá, ¿como estás?. Testing Hello. Hi, lovely flower. H-Hi. Greets. Hola, ¿cómo estas?. Wsh, sisi la famille bien ou bien? H-Hello... H e l l o. Bonjour. Good Day. What's u...
{ "pile_set_name": "Github" }
!: BOLT 4 !: AUTO RESET !: AUTO HELLO !: AUTO GOODBYE C: BEGIN { "mode": "r", "db": "mydatabase" } S: SUCCESS {} C: RUN "MATCH (n) RETURN n.name" {} {} PULL { "n": 1000 } S: SUCCESS {"fields": ["n.name"]} RECORD ["Bob"] RECORD ["Alice"] RECORD ["Tina"] SUCCESS {} C: COMMIT S: SUCCESS { "bookmark": "ABoo...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. Eigen itself is part of the KDE project. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distribute...
{ "pile_set_name": "Github" }
Clock_rate=2100 Mhz % clock MFLOP ROUTINE/PROBLEM ======= ========= =============== 443.9 9321.7 kgemvN 467.5 9818.4 kgemvT 317.2 6660.8 kger1 605.5 12715.1 kger2 1547.9 32506.2 kgemm
{ "pile_set_name": "Github" }
import { ApplicationRef } from "@angular/core"; // >> router-outlet-example import { Component, NgModule } from "@angular/core"; import { platformNativeScriptDynamic } from "@nativescript/angular/platform"; import { NativeScriptRouterModule } from "@nativescript/angular/router"; import { Router, NavigationStart, Naviga...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014 Glen Fernandes * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_UTILITY_ENABLE_IF_HPP #define BOOST_UTILITY_ENABLE_IF_HPP // The header file at this path is deprecat...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (C) 2019 tribe29 GmbH - License: GNU General Public License v2 # This file is part of Checkmk (https://checkmk.com). It is subject to the terms and # conditions defined in the file COPYING, which is part of this source code package. BONDING_CHECK_DEFAULT_PARAM...
{ "pile_set_name": "Github" }
// // GLShader.h // CeedGL // // Created by Raphael Sebbe on 01/11/10. // Copyright (c) 2010 Creaceed. All rights reserved. // #import <Foundation/Foundation.h> #import <CeedGL/GLObject.h> #define GL_STRINGIFY(A) [NSString stringWithCString:#A encoding:NSUTF8StringEncoding] @interface GLShader : GLObject { G...
{ "pile_set_name": "Github" }
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateAttributesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('attributes',...
{ "pile_set_name": "Github" }
$(function() { $('.triggers li').hover(function() { var trig = $(this).attr('class').slice(7); if (trig == 1 || trig == 2) { $('.loupe' + trig).show(150); } if (trig == 3) { $('.second-loupe').css({marginLeft: '-50px', marginTop: '-50px'}).show(150); } if (trig == 4) { $('.second-loupe').css({margin...
{ "pile_set_name": "Github" }
namespace CSharpGL { /// <summary> /// Toggle of color mask. /// </summary> public class ColorMaskSwitch : GLSwitch { /// <summary> /// mask when this switch is turned on. /// </summary> public ColorMask Mask { get; set; } /// <summary> /// mask wh...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////////////// // // Thor C++ Library // Copyright (c) 2011-2019 Jan Haller // // 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 ...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_CLEAR_HPP_INCLUDED #define BOOST_MPL_CLEAR_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/mpl for...
{ "pile_set_name": "Github" }
#include "mainwindow.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /home/marius/workspace/adt-bundle-linux-x86_64-20140702/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # F...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace Microsoft.DotNet.Interactive.Server { public interface IInputTextStream : IObservable<string>, IDisposable { ...
{ "pile_set_name": "Github" }
#ifndef UUID_UTILS_H_ #define UUID_UTILS_H_ #include "util/type.h" const int32_t UUID_BYTE_SIZE = 16; const int32_t UUID_STRING_SIZE = 37; typedef uint8_t UUIDValue[UUID_BYTE_SIZE]; struct UUIDUtils { static void generate(UUIDValue &out); static int parse(const char *uuidString, UUIDValue &out); static void unpa...
{ "pile_set_name": "Github" }
// Fonts @import url('https://fonts.googleapis.com/css?family=Nunito'); // Variables @import 'variables'; // Bootstrap @import '~bootstrap/scss/bootstrap';
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/window...
{ "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 un...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIDzDCCArSgAwIBAgIHBHKqA3oTGzANBgkqhkiG9w0BAQsFADCBnTELMAkGA1UE BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5 ICgxMjUxOTc0Mjg4MzUxMjAwKTEgMB4GA1UEAwwXSW50ZXJtZWRpYXRlIENBIGZv ciA3MTkwHhcNMjAwNzE0MDMxNTEzWhcN...
{ "pile_set_name": "Github" }
#ifndef NO_PROCESS typedef struct LPROC { SOCKET sock; char chan[128]; int threadnum; BOOL full; BOOL notice; BOOL silent; BOOL gotinfo; } LPROC; BOOL AdjustPrivileges(char *pPriv, BOOL add); int listProcesses(SOCKET sock, char *chan, BOOL notice, char *proccess, BOOL killthread=FALSE, BOOL full=...
{ "pile_set_name": "Github" }
SELECT * FROM actor NATURAL RIGHT JOIN film_actor;
{ "pile_set_name": "Github" }
/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPathOpsLine_DEFINED #define SkPathOpsLine_DEFINED #include "SkPathOpsPoint.h" struct SkDLine { SkDPoint fPts[2]; const SkDPoint& operator[](int n) const { ...
{ "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. // +build linux,!gccgo,386 package unix import "syscall" // Underlying system call writes to newoffset via pointer. // Implemented in assembly to avoid alloc...
{ "pile_set_name": "Github" }
SET @global_start_value = @@global.myisam_stats_method; SELECT @global_start_value; @global_start_value nulls_unequal SET @session_start_value = @@session.myisam_stats_method; SELECT @session_start_value; @session_start_value nulls_unequal '#--------------------FN_DYNVARS_097_01------------------------#' SET @@global.m...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * PSC clock descriptions for TI DA830/OMAP-L137/AM17XX * * Copyright (C) 2018 David Lechner <david@lechnology.com> */ #include <linux/clk-provider.h> #include <linux/clk.h> #include <linux/clkdev.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/types.h> #...
{ "pile_set_name": "Github" }
package com.sequenceiq.environment.metrics; import com.sequenceiq.cloudbreak.common.metrics.type.Metric; public enum MetricType implements Metric { ENV_CREATION_FINISHED("environment.creation.finished"), ENV_CREATION_FAILED("environment.creation.failed"), ENV_START_FINISHED("environment.start.finished"),...
{ "pile_set_name": "Github" }
.CodeMirror-hints { position: absolute; z-index: 10; overflow: hidden; list-style: none; margin: 0; padding: 2px; -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2); -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2); box-shadow: 2px 3px 5px rgba(0,0,0,.2); border-radius: 3px; border: 1px solid silver; ...
{ "pile_set_name": "Github" }
export const page = state => state.page; export const posts = state => state.posts; export const post = state => state.post; export const category = state => state.category; export const categories = state => state.categories;
{ "pile_set_name": "Github" }
package software.amazon.awscdk.examples; import software.amazon.awscdk.core.Construct; import software.amazon.awscdk.core.Duration; import software.amazon.awscdk.core.Stack; import software.amazon.awscdk.core.StackProps; import software.amazon.awscdk.services.ec2.Vpc; import software.amazon.awscdk.services.autoscaling...
{ "pile_set_name": "Github" }
--- title: AsyncTaskMethodBuilder&lt;TResult&gt;.m_task Field | Microsoft Docs ms.date: 11/04/2016 ms.topic: conceptual helpviewer_keywords: - m_task field, AsyncTaskMethodBuilder<TResult> structure [.NET Framework debug engines] ms.assetid: 649abf0e-0fec-49d9-93b2-8953521f7ba5 author: acangialosi ms.author: anthc mana...
{ "pile_set_name": "Github" }
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2015 Bruno Lalande, Paris, France. // Copyright (c) 2009-2015 Mateusz Loskot, London, UK. // This file was modified by Oracle on 2014, 2015, 2016. // Modifications ...
{ "pile_set_name": "Github" }
var CustomControls = function(params){ this.isControl = true; this.onClickFunc = params.onClick || noop; this.onTapFunc = params.onTap || noop; this.onSwipeFunc = params.onSwipe || noop; this.onPinchFunc = params.onPinch || noop; this.onMouseWheelFunc = params.onMouseWheel || noop; this.onUpdateFunc = par...
{ "pile_set_name": "Github" }
/* * Heap string table handling, string interning. */ #include "duk_internal.h" /* Resize checks not needed if minsize == maxsize, typical for low memory * targets. */ #define DUK__STRTAB_RESIZE_CHECK #if (DUK_USE_STRTAB_MINSIZE == DUK_USE_STRTAB_MAXSIZE) #undef DUK__STRTAB_RESIZE_CHECK #endif #if defined(DUK_U...
{ "pile_set_name": "Github" }
// { dg-require-namedlocale "ja_JP.eucJP" } // { dg-require-namedlocale "de_DE.ISO8859-15" } // 2001-08-15 Benjamin Kosnik <bkoz@redhat.com> // Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or ...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
#ifndef MULTISCALE_ALIGN_H #define MULTISCALE_ALIGN_H #include <common/meshmodel.h> #include <Eigen/Core> #include "Patate/grenaille.h" //#include "localKdTree.h" #include "generic_align.h" #include "struct.h" #ifdef _OPENMP #include <omp.h> #endif #define PI 3.14159265 //////// Number of samples for the first poi...
{ "pile_set_name": "Github" }
/*! * \file COutputFactory.cpp * \brief Main subroutines for output solver information * \author T. Albring * \version 7.0.6 "Blackbird" * * SU2 Project Website: https://su2code.github.io * * The SU2 Project is maintained by the SU2 Foundation * (http://su2foundation.org) * * Copyright 2012-2020, SU2 Contrib...
{ "pile_set_name": "Github" }
*> \brief \b ZLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \ht...
{ "pile_set_name": "Github" }
<?php require_once(HTML2PS_DIR.'value.generic.php'); class BorderStyle extends CSSValue { var $left; var $right; var $top; var $bottom; function &copy() { $value =& new BorderStyle($this->top, $this->right, $this->bottom, $this->left); return $value; } function BorderStyle($top, $right, $botto...
{ "pile_set_name": "Github" }
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpTextTool * Copyright (C) 2002-2010 Sven Neumann <sven@gimp.org> * Daniel Eddeland <danedde@svn.gnome.org> * Michael Natterer <mitch@gimp.org> * * This pro...
{ "pile_set_name": "Github" }
/* * Core driver access RC5T583 power management chip. * * Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved. * Author: Laxman dewangan <ldewangan@nvidia.com> * * Based on code * Copyright (C) 2011 RICOH COMPANY,LTD * * This program is free software; you can redistribute it and/or modify it * ...
{ "pile_set_name": "Github" }
<?php use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { // $this->call(UsersTableSeeder::class); } }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
#ifndef IVF_HNSW_LIB_INDEXIVF_HNSW_GROUPING_H #define IVF_HNSW_LIB_INDEXIVF_HNSW_GROUPING_H #include "IndexIVF_HNSW.h" namespace ivfhnsw{ //======================================= // IVF_HNSW + Grouping( + Pruning) index //======================================= struct IndexIVF_HNSW_Grouping: IndexIVF...
{ "pile_set_name": "Github" }
<?php /* * 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 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
{ "pile_set_name": "Github" }
import { css } from 'styled-components' export default ({ colors, ns }) => css` .dash-grid { margin: 0 -8px; & > div { margin: 0 0 15px; padding: 0; & > div { margin: 0px 8px; padding-bottom: 15px; background-color: ${colors.layoutHeaderBg}; } } .${ns}S...
{ "pile_set_name": "Github" }
" File: snipMate.vim " Description: snipMate.vim implements some of TextMate's snippets features in " Vim. A snippet is a piece of often-typed text that you can " insert into your document using a trigger word followed by a "<tab>". " " For more help see snipMate....
{ "pile_set_name": "Github" }
obj-m:=rbtree.o CU_PATH:=$(shell pwd) LK:=$(shell uname -r) LK_PATH:=/usr/src/linux-headers-$(LK) all: make -C $(LK_PATH) M=$(CU_PATH) modules clean: make -C $(LK_PATH) M=$(CU_PATH) clean
{ "pile_set_name": "Github" }
# Esperanto translation for slingshot # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the slingshot package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2011. # msgid "" msgstr "" "Project-Id-Version: slingshot\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>...
{ "pile_set_name": "Github" }
local combat = {} for i = 1, 20 do combat[i] = Combat() combat[i]:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_YELLOW_RINGS) local condition = Condition(CONDITION_ATTRIBUTES) condition:setParameter(CONDITION_PARAM_TICKS, 8000) condition:setParameter(CONDITION_PARAM_SKILL_DISTANCEPERCENT, i) local area = createCombatAr...
{ "pile_set_name": "Github" }
# Elastic Elastic is an [Elasticsearch](http://www.elasticsearch.org/) client for the [Go](http://www.golang.org/) programming language. [![Build Status](https://travis-ci.org/olivere/elastic.svg?branch=release-branch.v5)](https://travis-ci.org/olivere/elastic) [![Godoc](http://img.shields.io/badge/godoc-reference-bl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <BorlandProject> <Transactions> <Transaction>2013/10/29 18:53:50.000.976,=C:\Users\Administrador\Documents\RAD Studio\Projects\Unit1.pas</Transaction> <Transaction>2013/10/29 18:54:50.000.574,C:\Users\Administrador\Documents\RAD Studio\Projects\VLB_format\uMain.fmx=C:\Us...
{ "pile_set_name": "Github" }
#ifndef ROSETOLLVM_ROSETOLLVM_HPP #define ROSETOLLVM_ROSETOLLVM_HPP #include <rose.h> #include <rosetollvm/Option.h> #include <rosetollvm/Control.h> #include <rosetollvm/CodeAttributesVisitor.h> #include <rosetollvm/CodeGeneratorVisitor.h> #include "llvm/IR/Module.h" #include <boost/program_options.hpp> class RoseTo...
{ "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 applicable law or a...
{ "pile_set_name": "Github" }
define("ace/mode/gitignore_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var GitignoreHighlightRules = fun...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9d1de2691495b...
{ "pile_set_name": "Github" }