text
stringlengths
2
99k
meta
dict
package app.extension; import java.util.List; import javax.annotation.Nullable; import app.WorkProcessor; import app.Page; import magnet.Classifier; import magnet.Instance; @Instance(type = Page.class) class HomePageWithManyParameterizedParams<T extends Runnable> implements Page { HomePageWithManyParameterized...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Emacs Conference 2013 videos</title> <!-- 2015-10-19 Mon 14:19 --> <meta http-equiv="Con...
{ "pile_set_name": "Github" }
using NHapi.Base.Parser; using NHapi.Base; using NHapi.Base.Log; using System; using System.Collections.Generic; using NHapi.Model.V28.Segment; using NHapi.Model.V28.Datatype; using NHapi.Base.Model; namespace NHapi.Model.V28.Group { ///<summary> ///Represents the CCR_I16_ROLE_PATHWAY Group. A Group is an ordered col...
{ "pile_set_name": "Github" }
OpenIDE-Module-Display-Category=jMonkeyEngine OpenIDE-Module-Name=GLSL Syntax Highlighter OpenIDE-Module-Short-Description=Adds support for GLSL
{ "pile_set_name": "Github" }
# content-type [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-version-image]][node-version-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] Create and parse HTTP Content-Type header according to RFC 72...
{ "pile_set_name": "Github" }
1 ../common/images/S001-01-t10_01.ppm UNKNOWN 3 ../common/images/S001-03-t10_01.ppm UNKNOWN 5 ../common/images/S001-05-t10_01.ppm UNKNOWN 7 ../common/images/S001-07-t10_01.ppm UNKNOWN 9 ../common/images/S001-08-t10_02.ppm UNKNOWN 11 ../common/images/S001-09-t10_01.ppm UNKNOWN 13 ../common/images/S003-01-t10_01.ppm UNKN...
{ "pile_set_name": "Github" }
<?php namespace Drupal\Tests\Component\Plugin; use PHPUnit\Framework\TestCase; /** * @coversDefaultClass \Drupal\Component\Plugin\PluginBase * @group Plugin */ class PluginBaseTest extends TestCase { /** * @dataProvider providerTestGetPluginId * @covers ::getPluginId */ public function testGetPlugin...
{ "pile_set_name": "Github" }
package discovery import ( "encoding/json" "log" "runtime" "time" "github.com/coreos/etcd/client" "golang.org/x/net/context" ) type Worker struct { Name string IP string KeysAPI client.KeysAPI } // workerInfo is the service register information to etcd type WorkerInfo struct { Name string IP st...
{ "pile_set_name": "Github" }
/* * Copyright 2019 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 limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2020 "Graph Foundation" * Graph Foundation, Inc. [https://graphfoundation.org] * * Copyright (c) 2002-2018 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of ONgDB Enterprise Edition. The included source * code can be redistributed and/or modified under the terms of t...
{ "pile_set_name": "Github" }
rule m26bb_713e96e9ca000b32 { meta: copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4" viz_url="http://icewater.io/en/cluster/query?h64=m26bb.713e96e9ca000b32" cluster="m26bb.713e96e9ca000b32" cluster_size...
{ "pile_set_name": "Github" }
--- id: "globals" title: "graphql-migrations" sidebar_label: "Globals" --- ## Index ### Modules * ["abstract/AbstractDatabase"](modules/_abstract_abstractdatabase_.md) * ["abstract/RelationshipTypes"](modules/_abstract_relationshiptypes_.md) * ["abstract/Table"](modules/_abstract_table_.md) * ["abstract/TableColumn"...
{ "pile_set_name": "Github" }
# Kissme: Kotlin Secure Storage Multiplatform [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Kissme-brightgreen.svg?style=flat-square)](https://android-arsenal.com/details/1/7452) [![Build Status](https://app.bitrise.io/app/b68dbe54aa16417f/status.svg?token=xAwQZBpUd_XUybTNkRTiIQ)](https://app.bit...
{ "pile_set_name": "Github" }
package service import ( "context" "go-common/app/service/main/antispam/conf" "go-common/app/service/main/antispam/dao" "go-common/app/service/main/antispam/model" "go-common/library/log" ) // GetRuleByArea . func (s *SvcImpl) GetRuleByArea(ctx context.Context, area string) ([]*model.Rule, error) { rs, err :=...
{ "pile_set_name": "Github" }
// // ErizoClientIOS // // Copyright (c) 2015 Alvaro Gil (zevarito@gmail.com). // // MIT License, see LICENSE file for details. // #import "Utilities.h" @implementation NSDictionary (Utilities) + (NSDictionary *)dictionaryWithJSONString:(NSString *)jsonString { NSParameterAssert(jsonString.length > 0); NS...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ttunpat.h */ /* */ /* De...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Please use English language names instead. Default font lacks support for all characters --> <keyboardlayouts> <layout language="Russian" layout="ЙЦУКЕН"> <keyboard> <row>ё1234567890</row> <row>йцукенгшщзхъ</row> <row>фывапролджэ</row>...
{ "pile_set_name": "Github" }
package cli import ( "flag" "fmt" "sort" "strings" ) // Command is a subcommand for a cli.App. type Command struct { // The name of the command Name string // A list of aliases for the command Aliases []string // A short description of the usage of this command Usage string // Custom text to show on USAGE ...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "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_171-google-v7) on Mon Apr 08 11:10:13 PDT 2019 --> <title>LocalServiceTestHelper</title> <meta name="date" content="2019-04-08"> <link rel="sty...
{ "pile_set_name": "Github" }
/*! * ZeroClipboard * The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface. * Copyright (c) 2014 Jon Rohan, James M. Greene * Licensed MIT * http://zeroclipboard.org/ * v2.0.0-beta.5 */ (function(window) { "use strict"; var _cur...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 inEditor=false onBuild=false
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
require 'erb' module GLI module Commands module HelpModules class CommandHelpFormat def initialize(command,app,sorter,synopsis_formatter_class,wrapper_class=TextWrapper) @app = app @command = command @sorter = sorter @wrapper_class = wrapper_class @...
{ "pile_set_name": "Github" }
hello = Hello World in Default Language
{ "pile_set_name": "Github" }
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/shape_gold" android:padding="5dp" android:orientation="horizontal" > <TextView android:id="@+id/tv_group_name" ...
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_V1_FWD_BUILD_PARSER_HPP #define BOOST_METAPARSE_V1_FWD_BUILD_PARSER_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013. // 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...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
package com.guoshuai.mtdap.hbase.basic; import com.guoshuai.mtdap.hbase.impl.TableOperationImpl; import com.guoshuai.mtdap.hbase.SampleConstants; import org.apache.hadoop.hbase.TableName; import org.apache.hadoop.hbase.client.Admin; import org.apache.log4j.Logger; import java.io.IOException; /** * Created on 2016/7...
{ "pile_set_name": "Github" }
/* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of...
{ "pile_set_name": "Github" }
load( "//bazel:envoy_build_system.bzl", "envoy_package", ) load( "//test/extensions:extensions_build_system.bzl", "envoy_extension_cc_test", ) licenses(["notice"]) # Apache 2 envoy_package() envoy_extension_cc_test( name = "config_test", srcs = ["config_test.cc"], extension_name = "envoy...
{ "pile_set_name": "Github" }
' Copyright (C) 2018-2020 Robbie Ward ' ' This file is a part of Winapp2ool ' ' Winapp2ool 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 op...
{ "pile_set_name": "Github" }
{ "name": "<%= props.name %>", "createdWith": "<%= props.igniteVersion %>", "boilerplate": "ignite-jhipster", "jhipsterDirectory": "<%= props.jhipsterDirectory %>", "authType": "<%= props.authType %>", "searchEngine": <%= props.searchEngine %>, "websockets": <%= props.websockets %>, "detox": <%= props.d...
{ "pile_set_name": "Github" }
SET(LCB_REVDESCRIBE @LCB_REVDESCRIBE@) SET(LCB_VERSION_CHANGESET @LCB_VERSION_CHANGESET@) SET(LCB_VERSION @LCB_VERSION@) SET(LCB_VERSION_HEX @LCB_VERSION_HEX@)
{ "pile_set_name": "Github" }
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include <vespa/searchlib/queryeval/searchable.h> #include <vespa/searchlib/attribute/iattributemanager.h> #include <vespa/searchlib/queryeval/irequestcontext.h> namespace search { cla...
{ "pile_set_name": "Github" }
// // RSAtomParser.m // RSParser // // Created by Brent Simmons on 1/15/15. // Copyright (c) 2015 Ranchero Software LLC. All rights reserved. // #import "RSAtomParser.h" #import "RSSAXParser.h" #import "RSParsedFeed.h" #import "RSParsedArticle.h" #import "NSString+RSParser.h" #import "RSDateParser.h" #import "Par...
{ "pile_set_name": "Github" }
/* Broadcom B43legacy wireless driver Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, Stefano Brivio <stefano.brivio@polimi.it> Michael Buesch <mbuesch@freenet.de> Danny van Dyk <kugelfang@gentoo.org> Andreas Jaggi <andreas.jaggi@waterwave.ch> Some parts of the code in this...
{ "pile_set_name": "Github" }
System.config({ transpiler: 'typescript', typescriptOptions: { emitDecoratorMetadata: true, experimentalDecorators: true }, map: { // our app is within the app folder 'app': 'app', // angular bundles '@angular/core': 'node_modules/@angular/core/bundles/cor...
{ "pile_set_name": "Github" }
openapi: 3.0.0 servers: - url: http://api.sportsdata.io/v3/mlb/articles-rotoballer - url: https://api.sportsdata.io/v3/mlb/articles-rotoballer info: contact: x-twitter: nfldata title: MLB v3 RotoBaller Articles version: "1.0" x-apisguru-categories: - entertainment x-logo: url: https://twitter....
{ "pile_set_name": "Github" }
{capture name='t_profile_url'}user/{$user.user_hash}{/capture} <div class="col-md-9" id="own-account"> <div class="row"> <div class="col-md-12 btn-group"> <h2>{$user.user_name|escape} <div class='pull-right'>...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2018 Chronicle Map 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 required by applicab...
{ "pile_set_name": "Github" }
// MESSAGE SET_LOCAL_POSITION_SETPOINT PACKING #define MAVLINK_MSG_ID_SET_LOCAL_POSITION_SETPOINT 50 typedef struct __mavlink_set_local_position_setpoint_t { float x; ///< x position float y; ///< y position float z; ///< z position float yaw; ///< Desired yaw angle uint8_t target_system; ///< System ID uint8_t...
{ "pile_set_name": "Github" }
owner = AUS controller = AUS add_core = AUS infra = 10 1938.3.12 = { owner = GER controller = GER add_core = GER }
{ "pile_set_name": "Github" }
ASxxxx Assembler V01.75 (GameBoy Z80-like CPU), page 1. Symbol Table .A = 0010 .B = 0020 .BANKOV = 0002 .BCPD = 0069 .BCPS = 0068 .BGP ...
{ "pile_set_name": "Github" }
/** * Shape/Symbol * * @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx */ @import "recipes/shape/symbol/diamond"; @import "recipes/shape/symbol/egg"; @import "recipes/shape/symbol/heart"; @import "recipes/shape/symbol/infinity"; @import "recipes/shape/symbol/pacman"; @import "recipes/shape/symbol/yin-yang";
{ "pile_set_name": "Github" }
// // AppDelegate.h // 下载进度条 // // Created by 杭城小刘 on 2017/10/15. // Copyright © 2017年 杭城小刘. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class NameValidator(_plotly_utils.basevalidators.StringValidator): def __init__(self, plotly_name="name", parent_name="histogram2d", **kwargs): super(NameValidator, self).__init__( plotly_name=plotly_name, parent_name=parent_name, edi...
{ "pile_set_name": "Github" }
/* * This file is part of OpenModelica. * * Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC), * c/o Linköpings universitet, Department of Computer and Information Science, * SE-58183 Linköping, Sweden. * * All rights reserved. * * THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 ...
{ "pile_set_name": "Github" }
/* Copyright 2017-2020 Charles Korn. 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" }
diff -ur ../rt2500-cvs-20050724/Module/rtmp_data.c ./Module/rtmp_data.c --- ../rt2500-cvs-20050724/Module/rtmp_data.c 2005-07-15 17:40:02.000000000 +0200 +++ ./Module/rtmp_data.c 2005-07-26 19:04:28.000000000 +0200 @@ -2741,6 +2741,23 @@ return (NDIS_STATUS_FAILURE); } + if (pAdapter->PortCfg.BssT...
{ "pile_set_name": "Github" }
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists
{ "pile_set_name": "Github" }
// // Wells // -------------------------------------------------- // Base class .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: @well-bg; border: 1px solid @well-border; border-radius: @border-radius-base; .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); blockquote { b...
{ "pile_set_name": "Github" }
<!-- Table 'plans' edit --> <form action="?" method="post" enctype="multipart/form-data" name="frmEdit" class="form-horizontal"> <fieldset> [#if ID=""#] <legend><#LANG_NEW_RECORD#></legend> [#endif ID#] <!-- TITLE (varchar) --> <div class="form-group[#if ERR_TITLE#] has-error[#endif#]"> <label for="title" class="col-...
{ "pile_set_name": "Github" }
/*! * @license * Copyright 2019 Alfresco Software, Ltd. * * 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" }
/* * JBoss, Home of Professional Open Source * Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual * contributors by the @authors tag. See the copyright.txt in the * distribution for a full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
{ "pile_set_name": "Github" }
"use strict"; module.exports = function(core, config, store) { var React = require("react"), RoomCard = require("./room-card.js")(core, config, store), GridView = require("./grid-view.js")(core, config, store), RoomList; RoomList = React.createClass({ render: function() { var titles = { visitor: "Re...
{ "pile_set_name": "Github" }
SRC_NAME = ipt2socks-1.1.2 THISDIR = $(shell pwd) all: extract_test $(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME) CC="$(CC)" extract_test: ( if [ ! -d $(SRC_NAME) ]; then \ tar zxf $(SRC_NAME).tar.gz ; \ fi ) config_test: ( if [ -f ./config_done ]; then \ echo "the same configuration"; \ else \ make configure &&...
{ "pile_set_name": "Github" }
package org.bukkit.craftbukkit.v1_12_R1.generator; import java.util.List; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.entity.EnumCreatureType; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraft.world.WorldServer; import net.minecraft.worl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> <a...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. // // Office UI Fabric // -------------------------------------------------- // Toggle styles @import (reference) '../Label/Label.less'; // Toggle .ms-Toggle { .ms-font-m; ....
{ "pile_set_name": "Github" }
set(LLVM_TARGET_DEFINITIONS GPUToROCDL.td) mlir_tablegen(GPUToROCDL.cpp.inc -gen-rewriters) add_public_tablegen_target(MLIRGPUToROCDLIncGen) add_mlir_conversion_library(MLIRGPUToROCDLTransforms LowerGpuOpsToROCDLOps.cpp DEPENDS MLIRConversionPassIncGen MLIRGPUToROCDLIncGen LINK_LIBS PUBLIC MLIRGPU MLIR...
{ "pile_set_name": "Github" }
https://en.openfoodfacts.org/discover/
{ "pile_set_name": "Github" }
import React from "react"; import {styles} from "./styles"; import {useBrowserType} from "../../../hooks/useBrowserType"; import {Browsers} from "../../../types"; export const BrowserExtensionBanner = () => { const browser = useBrowserType(); const availableExtension = { [Browsers.Firefox]: { ...
{ "pile_set_name": "Github" }
import { Component, ViewChild } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { Subscription } from 'rxjs'; import { filter, map, pairwise } from 'rxjs/operators'; import { StepOnNextFunction } from '../../../../../../core/src/shared/components/stepper/step/step.component'; import { RequestI...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> <component name="NullableNotNullManager"> <option name="myDefaultNullable" value="android.support.annotation.Nullable" /> <option name="myDefaultNotNull" value...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0. ...
{ "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 under t...
{ "pile_set_name": "Github" }
if (!global._graceBus) { global._graceBus = {} } export default { $emit(eventName, ...arg) { var cbs = global._graceBus[eventName]; for (var cb of cbs) { cb.apply(null, arg); } }, $on(eventName, cb) { global._graceBus[eventName] = global._graceBus[eventName] || []; global._graceBus[eve...
{ "pile_set_name": "Github" }
package io.leangen.graphql.metadata.strategy.query; import io.leangen.geantyref.GenericTypeReflector; import io.leangen.graphql.metadata.TypedElement; import io.leangen.graphql.metadata.exceptions.TypeMappingException; import io.leangen.graphql.util.ClassUtils; import java.lang.reflect.AnnotatedType; import java.lang...
{ "pile_set_name": "Github" }
// Copyright (C) 2015-2020 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 modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your op...
{ "pile_set_name": "Github" }
/* Disable floating-point exceptions. Copyright (C) 2000-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Ge...
{ "pile_set_name": "Github" }
h3 code { font-family: inherit ; } pre { font-size: 105% ; } span.apii { float: right ; font-family: inherit ; }
{ "pile_set_name": "Github" }
/* Copyright (C) 2012 Yusuke Suzuki <utatane.tea@gmail.com> Copyright (C) 2012 Ariya Hidayat <ariya.hidayat@gmail.com> 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...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>LdapContext (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="javax.naming.ldap.LdapContext interface"> <meta name="keywords" content="CONTROL...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Google, 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 agre...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2018. Axon Framework * * 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 o...
{ "pile_set_name": "Github" }
{ "name": "Desktop Capture Sample", "version": "2", "manifest_version": 2, "icons": { "16": "desktop.png", "128": "desktop.png" }, "app": { "background": { "scripts": ["background.js"] } }, "permissions": [ "desktopCapture" ] }
{ "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" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microso...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "PO-Revision-Date: 2020-09-27 12:38+0000\n" "Last-Translator: Atrate <Atrate@protonmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstravelmate/pl/>\n" "Language: pl\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "P...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="System.Data.SqlClient" Version="4.4.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Ve...
{ "pile_set_name": "Github" }
#ifndef CAFFE_RNG_CPP_HPP_ #define CAFFE_RNG_CPP_HPP_ #include <algorithm> #include <iterator> #include "boost/random/mersenne_twister.hpp" #include "boost/random/uniform_int.hpp" #include "caffe/common.hpp" namespace caffe { typedef boost::mt19937 rng_t; inline rng_t* caffe_rng() { return static_cast<caffe::rn...
{ "pile_set_name": "Github" }
food_manager_title_label=食物管理器 subtract_fiber_amount_label=减去膳食纤维量 whole_fiber_label=整个 half_fiber_label=一半 user_interface_lable=用户界面 favourites_label=收藏 recipes_label=食谱 default_database_label=默认数据库 search_as_i_type_label=键入时搜索 import_foods_as_note_label=列出治疗笔记中的食物 no_internet_connection=没有互联网连接。 server_response_labe...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <component name="org.nuxeo.drive.auth"> <extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="startURL"> <startURLPattern> <patterns> <pattern>drive_login.jsp</pattern> <pattern>drive_browser_login.jsp</pattern> </p...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PERF_COUNTS_H #define __PERF_COUNTS_H #include <linux/types.h> #include <internal/xyarray.h> #include <perf/evsel.h> #include <stdbool.h> struct evsel; struct perf_counts { s8 scaled; struct perf_counts_values aggr; struct xyarray *values; struct xyarray ...
{ "pile_set_name": "Github" }
# R6QE69 - MySims Agents [Core] # Values set here will override the main Dolphin settings. [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = [OnLoad] # Add memory patches to be loaded once on boot here. [OnFrame] # Add memory patches to be applied every f...
{ "pile_set_name": "Github" }
{ "license": "Patch (c) by Ones & Zeros. This patch is licensed under a Creative Commons Attribution 4.0 International License. You should have received a copy of the license along with this work. If not, see <http://creativecommons.org/licenses/by/4.0/>.", "synth_version": "0.9.0", "patch_name": "OZ Some K...
{ "pile_set_name": "Github" }
# Sample projects ## Building Run `pod install` in each sample project directory to set up their dependencies.
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP857.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_map) def decode(self,input,errors='strict'): ...
{ "pile_set_name": "Github" }
ref.fa qry.fa NUCMER [S1] [E1] [S2] [E2] [LEN 1] [LEN 2] [% IDY] [LEN R] [LEN Q] [FRM] [TAGS] 61 500 61 500 440 440 100.00 500 500 1 1 ref1 qry1 10 50 11 52 51 52 99.42 500 500 1 1 ref1 qry1 1 500 1 499 500 499 99.40 500 499 1 1 ref2 qry2 [IDENTITY]
{ "pile_set_name": "Github" }
title: Track Time Processes Spend in Various States Using Tracepoints name: schedtimes.stp version: 1.0 author: Jason Baron keywords: process scheduler time tracepoint subsystem: scheduler status: production exit: user-controlled output: sorted-list scope: system-wide description: The schedtimes.stp script instruments ...
{ "pile_set_name": "Github" }
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <style> #div, #svg { display: table; } #g { display: inline; } </style> </head> <body> <div id="div"> <svg id="svg" xmlns="http://www.w3.org/2000/svg"> <g id="g"> <circle cx="6.5cm" cy="2cm" r="100" style="fill: blue;" /> </g> </svg> <...
{ "pile_set_name": "Github" }
[object-attributes.html] type: testharness [object.contentWindow] expected: FAIL [object.width] expected: FAIL [object.height] expected: FAIL [object.contentWindow.name] expected: FAIL
{ "pile_set_name": "Github" }
#ifndef AL_AL_H #define AL_AL_H #if defined(__cplusplus) extern "C" { #endif #ifndef AL_API #if defined(AL_LIBTYPE_STATIC) #define AL_API #elif defined(_WIN32) #define AL_API __declspec(dllimport) #else #define AL_API extern #endif #endif #if defined(_WIN32) #define AL_APIENTRY __cdecl #else #define AL_A...
{ "pile_set_name": "Github" }
--- # Run the Infra steps (step000, step001,step002) ################################################################################ ################################################################################ ############ Step 000 Pre Infrastructure Deploy Tasks ##################################################...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> <Profiles> <Profile Name="(Default)" /> </Profiles> <Settings /> </SettingsFile>
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>arm_q7_to_q15.d File Reference</title> <link href="tabs.css" rel="style...
{ "pile_set_name": "Github" }