text
stringlengths
2
99.9k
meta
dict
namespace Shriek.ServiceProxy.Socket.Util { /// <summary> /// 表示byte类型转换工具类 /// 提供byte和整型之间的转换 /// </summary> public static class ByteConverter { /// <summary> /// 获取系统字节存储次序 /// </summary> public readonly static Endians Endian = ByteConverter.GetSystemEndian(); ...
{ "pile_set_name": "Github" }
package com.dianping.cat.report.page.metric; import org.junit.Assert; import org.junit.Test; import org.unidal.helper.Files; import com.dianping.cat.consumer.metric.model.entity.MetricReport; import com.dianping.cat.consumer.metric.model.transform.DefaultSaxParser; import com.dianping.cat.report.page.metric.service.M...
{ "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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
#!/bin/bash while [ 1 ]; do echo time: `date +%s` for PID in `ps aux | grep -E kswapd[0-9] | grep -v grep | awk '{print $2}'`; do if [ -e /proc/$PID/status ]; then echo $PID `head -1 /proc/$PID/status | awk '{print $2}'` cat /proc/$PID/stack fi done sleep $MONITOR_UPDATE_FREQUENCY done
{ "pile_set_name": "Github" }
# # This example shows the bisect tests (git bisect and config bisect) # # The config that includes this file may define a RUN_TEST # variable that will tell this config what test to run. # (what to set the TEST option to). # DEFAULTS IF NOT DEFINED RUN_TEST # Requires that hackbench is in the PATH RUN_TEST := ${SSH}...
{ "pile_set_name": "Github" }
<h1> Sale </h1> <ul> <li> <label>Product:</label> <%= @sale.product_id %> </li> <li> <label>Percent Off:</label> <%= @sale.percent_off %> </li> <li> <label>Starts At:</label> <%= @sale.starts_at %> </li> <li> <label>Ends At:</label> <%= @sale.ends_at %> </li> </ul> <p> ...
{ "pile_set_name": "Github" }
package fr.free.nrw.commons.contributions; import dagger.Binds; import dagger.Module; /** * The Dagger Module for contributions related presenters and (some other objects maybe in future) */ @Module public abstract class ContributionsModule { @Binds public abstract ContributionsContract.UserActionListener ...
{ "pile_set_name": "Github" }
/** @defgroup spi_defines Serial Peripheral Interface Defines @brief <b>Defined Constants and Types for the LPC43xx Serial Peripheral Interface</b> @ingroup LPC43xx_defines @version 1.0.0 @author @htmlonly &copy; @endhtmlonly 2013 Jared Boone <jared@sharebrained.com> @date 15 November 2013 LGPL License Terms @ref...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or mo...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, Psiphon Inc. * All rights reserved. * * 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 3 of the License, or * (at your option) any later version. *...
{ "pile_set_name": "Github" }
int __attribute__((weak)) foo[] = { 1, 2, 3, 4 }; int __attribute__((weak)) bar[] = { 10, 11, 12, 13 }; int* getfoo() { return foo; }
{ "pile_set_name": "Github" }
// Common/IntToString.h #ifndef __COMMON_INT_TO_STRING_H #define __COMMON_INT_TO_STRING_H #include "MyTypes.h" void ConvertUInt32ToString(UInt32 value, char *s) throw(); void ConvertUInt64ToString(UInt64 value, char *s) throw(); void ConvertUInt32ToString(UInt32 value, wchar_t *s) throw(); void ConvertUI...
{ "pile_set_name": "Github" }
/*********************************************************************************** * * MSImageView.m * * Copyright (c) 2014 Michael Spensieri * * 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 th...
{ "pile_set_name": "Github" }
module Crdt.TimestampedVersionRegister exposing ( TimestampedVersionRegister , init , set , merge , get , encode , update , decoder , map ) import Time exposing (Time) import Json.Decode as JD exposing (Decoder) import Json.Encode as J...
{ "pile_set_name": "Github" }
/* Generated by GIWS (version 2.0.2) with command: giws --disable-return-size-array --output-dir src/jni/ --throws-exception-on-error --description-file src/jni/EditVar.giws.xml */ /* This is generated code. This software is a computer program whose purpose is to hide the complexity of accessing Java objects/methods ...
{ "pile_set_name": "Github" }
// ==LICENSE-BEGIN== // Copyright 2017 European Digital Reading Lab. All rights reserved. // Licensed to the Readium Foundation under one or more contributor license agreements. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file exposed on Github (readium) in the proj...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * 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 th...
{ "pile_set_name": "Github" }
<html> <head> <title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: Member List</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css"> </head> <body bgcolor="#FFFFFF"> <div id="header"> <hr class="first"> <img alt="" src="i...
{ "pile_set_name": "Github" }
/* * The MIT License * * Copyright 2016 Ahseya. * * 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, ...
{ "pile_set_name": "Github" }
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved. // If you have no idea what ASN.1 or BER is, see this: // ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc var Ber = require('./ber/index'); ///--- Exported API module.exports = { Ber: Ber, BerReader: Ber.Reader, BerWriter: Ber.Writer };
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Threading.Tasks; namespace MyToolkit.MachineLearning.WinRT.Learning.Genetic { public abstract class GeneticAlgorithm<T> { public Chromosome<T>[] Chromosomes { get; set; } public int PopulationSize { get; set; } public double MutationPerc...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "filename" : "059@2x.png", "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "author" : "xcode", "version" : 1 } }
{ "pile_set_name": "Github" }
"" INDEX__SECTION INDEX_SECTION houdini.hdalibrary houdini.hdalibrary labs_8_8Sop_1cylinder__generator labs::Sop/cylinder_generator
{ "pile_set_name": "Github" }
/* java.beans.Beans Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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 (...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2000,2001,2004 Broadcom Corporation * * 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) any later version. * * Thi...
{ "pile_set_name": "Github" }
# 网页版 别踩白块 ## 一、实验说明 别踩白块这个游戏相信很多人都在手机上玩过,今天我们就来做一个网页版的,先上一张游戏效果图,看看你有没有兴趣去实现这样一个小游戏。为了使代码尽量简单,逻辑清晰,去掉了很多的事件控制按钮,刷新页面即可以开始游戏,只保留了实现这个小游戏最重要的部分代码,让初学者也能很快看懂。 本试验涉及一下知识点: - HTML - CSS - JavaScript ![运行效果图](https://dn-anything-about-doc.qbox.me/userid50185labid945time1430275748250?watermark/1/image/aHR0cDovL3N5bC1zd...
{ "pile_set_name": "Github" }
import React from 'react'; import createClass from 'create-react-class'; import PropTypes from 'prop-types'; import keycode from 'keycode'; import Formsy from 'formsy-react'; import TextField from 'material-ui/TextField'; import { setMuiComponentAndMaybeFocus, debounce } from './utils'; const FormsyText = createClass(...
{ "pile_set_name": "Github" }
# 面向开发者信息 ## 1. 开发环境搭建 [PLEASE TRANSLATE ME] Install the following application to the environment for development. | Application name | Application version(Fill in only if specified) | Installation conditions | | ------- | ------- | ------- | |[Node.js](https://nodejs.org/zh-cn/)|10.19.0以上|Required| |[Visual Studio...
{ "pile_set_name": "Github" }
package stainless package algebra package ops import stainless.lang._ import stainless.annotation._ import stainless.collection.ConcRope._ object ConcRope { @library implicit class ConcRopeOps[A](val conc: Conc[A]) extends AnyVal { @library final def foldMap[B](f: A => B)(implicit M: Monoid[B]): B = { ...
{ "pile_set_name": "Github" }
import {inject as service} from '@ember/service'; import Route from '@ember/routing/route'; import GlobalState from 'accent-webapp/services/global-state'; export default class RevisionRoute extends Route { @service('global-state') globalState: GlobalState; model({revisionId}: {revisionId: string}) { this.gl...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy...
{ "pile_set_name": "Github" }
# # This Dockerfile builds a recent curl with HTTP/2 client support, using # a recent nghttp2 build. # # See the Makefile for how to tag it. If Docker and that image is found, the # Go tests use this curl binary for integration tests. # FROM ubuntu:trusty RUN apt-get update && \ apt-get upgrade -y && \ apt-ge...
{ "pile_set_name": "Github" }
namespace Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515 { using static Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Extensions; /// <summary> /// An object that represents a set of mutable EventHub event source resource properties. /// </summary> p...
{ "pile_set_name": "Github" }
酒店在我最喜欢的跑马地区, 是靠山的,很舒服,不到两分钟步行时间还可以到临近的百家国际超市,那里可以购买到全球各地的新鲜美食. ^_^,扯远了,酒店房间就是小了一点,大家都知道的,香港寸土寸金啦,房间小一点是没有办法的,好在酒店周围环境幽雅,安静,酒店大堂很怀旧英式风格,还有免费巴士到地铁金钟站,价格也有竞争力,总的来说还是比较满意的.
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <write><data>UUUUUUUU</data></write> <read><delim>\x0a</delim><match><data>What is your name?\x0a</data></match></read> <write><data>User\x0a</data></write> <read><delim>\x0a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="io.github.droidkaigi.confsched2018"> <application android:name=".presentation.DebugApp" tools:replace="android:name"> </ap...
{ "pile_set_name": "Github" }
[2016-12-19 16:32:18,938] INFO [Controller 2]: Controller starting up (kafka.controller.KafkaController) [2016-12-19 16:32:18,953] INFO [Controller 2]: Controller startup complete (kafka.controller.KafkaController)
{ "pile_set_name": "Github" }
on: issue_comment: types: [created] name: Automatic Rebase jobs: rebase: name: Rebase if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - uses: actions/checkout@master with: fetch-depth: 0 - name: Auto...
{ "pile_set_name": "Github" }
# copystructure copystructure is a Go library for deep copying values in Go. This allows you to copy Go values that may contain reference values such as maps, slices, or pointers, and copy their data as well instead of just their references. ## Installation Standard `go get`: ``` $ go get github.com/m...
{ "pile_set_name": "Github" }
#Usage iOS / Android 开发的小伙伴们,下面说明如何使用各种 APP 中的 ```webview``` 模板。 ##Bubble 1. 请把 ```build``` 目录 中的 ```bubble.html``` 下载下来,放入你的工程中 2. 将 ```bubble.html``` 的 ```${webview_content}``` 替换成冒泡 json 中的 ```content``` 3. 将替换过后的 html 内容塞到 ```webview``` 中即可。 4. 完毕,请鼓掌! ##Topic *注意,```build```目录中 ```topic-ios.html``` 为 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <Falagard> <WidgetLook name="Vanilla/Shared"> <ImagerySection name="Frame"> <FrameComponent> <Area> <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> ...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="col...
{ "pile_set_name": "Github" }
<?php /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ namespace Governor\Framework\EventStore\Filesystem; use Governor\Framework\Serializer\SerializerInterface; use Governor\Framew...
{ "pile_set_name": "Github" }
<?php namespace pocketmine\block; use pocketmine\item\Item; use pocketmine\item\Tool; class StoneBricks extends Solid{ const NORMAL = 0; const MOSSY = 1; const CRACKED = 2; const CHISELED = 3; protected $id = self::STONE_BRICKS; public $exp_smelt = 0.1; public function __construct($meta = 0){ $this->meta =...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condi...
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. # import os import pickle import pprint folder = os.path.abspath(os.path.dirname(__file__)) params = [f for f in os.listdir...
{ "pile_set_name": "Github" }
/* tslint:disable */ /* eslint-disable */ /* @relayHash c73e04a1cb0bda51d2d16a506edc96dc */ import { ConcreteRequest } from "relay-runtime"; export type FiltersTestsQueryVariables = {}; export type FiltersTestsQueryResponse = { readonly show: { readonly id: string; } | null; }; export type FiltersTests...
{ "pile_set_name": "Github" }
#begin document (wb/sel/89/sel_8944); part 000 wb/sel/89/sel_8944 -1 0 [WORD] XX (TOP* - - - - * - wb/sel/89/sel_8944 -1 1 [WORD] XX * - - - - * - wb/sel/89/sel_8944 -1 2 [WORD] XX * - - - - * - wb/sel/89/sel_8...
{ "pile_set_name": "Github" }
import functools from typing import Optional from bst_node import BstNode from test_framework import generic_test from test_framework.test_failure import TestFailure from test_framework.test_utils import enable_executor_hook def bst_to_doubly_linked_list(tree: BstNode) -> Optional[BstNode]: # TODO - you fill in ...
{ "pile_set_name": "Github" }
/* * copyright (c) 2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Description>NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.</Description> ...
{ "pile_set_name": "Github" }
// syscall_linux_s390.go -- GNU/Linux s390 specific support // Copyright 2014 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. // See the s390x version for why we don't use GETREGSET/SETREGSET package syscall import "unsafe"...
{ "pile_set_name": "Github" }
Documentation for tex-tfrupee.
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows.Forms; using Microsoft.Win32.TaskScheduler.UIComponents; // ReSharper disable MemberCanBePrivate.Global // ReSharper disable UnusedMember.Global namespace Microsoft.Win32.TaskScheduler { ...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 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. let {session, contextGroup, Protocol} = InspectorTest.start( 'Tests breakpoint when two scripts have the same url.'); // Order of addScript is import...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>41--Swimming_41_Swimming_Swimmer_41_919.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu...
{ "pile_set_name": "Github" }
/* --------------------------------------------------------------------------- Open Asset Import Library (assimp) --------------------------------------------------------------------------- Copyright (c) 2006-2019, assimp team All rights reserved. Redistribution and use of this software in source and binary forms,...
{ "pile_set_name": "Github" }
/* * @lc app=leetcode id=230 lang=java * * [230] Kth Smallest Element in a BST */ /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ class Solution { public int kthSmallest(TreeNode root, in...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011-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 version. * * ...
{ "pile_set_name": "Github" }
/** @mainpage * * This is the documentation for the LV2 specification and its * official extensions. * * An LV2 extension generally has two parts: the specification in * <a href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a> * (e.g. ext.lv2/ext.ttl), and an accompanying * <a href="http://en.wikipedia.org...
{ "pile_set_name": "Github" }
import Config import_config "recursive.exs"
{ "pile_set_name": "Github" }
var baseToString = require('../internal/baseToString'); /* Native method references for those with the same name as other `lodash` methods. */ var nativeMin = Math.min; /** * Checks if `string` ends with the given target string. * * @static * @memberOf _ * @category String * @param {string} [string=''] The stri...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSObject.h> #import <SceneKit/NSCopying-Protocol.h> #import <SceneKit/NSSecureCoding-Protocol.h> #import <SceneKit/SCNActionable-Protocol.h> #import <SceneKit/S...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "about_background.jpg", "scale" : "1x" }, { "idiom" : "universal", "filename" : "about_background@2x.jpg", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "ver...
{ "pile_set_name": "Github" }
sha256:7b838be79d80a4cfd521679f7f1ae4b95f7c31196e3f79e3704f2bed2bba9cce
{ "pile_set_name": "Github" }
From ab41691747413c7f7ee34242a8c4dbd02e37c757 Mon Sep 17 00:00:00 2001 From: Victor Yudin <victor@rodeofx.com> Date: Wed, 5 Jul 2017 11:32:58 -0400 Subject: [PATCH 06/10] RodeoFX modification of AbcConvert Added a new flag "animlayer" that allows to convert any Alembic file to Walter animation layer with adding the re...
{ "pile_set_name": "Github" }
.. This file is part of Logtalk <https://logtalk.org/> Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache...
{ "pile_set_name": "Github" }
%{-- - Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com) - - 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 - - Unles...
{ "pile_set_name": "Github" }
issue_relation_001: id: 1 issue_from_id: 10 issue_to_id: 9 relation_type: blocks delay: issue_relation_002: id: 2 issue_from_id: 2 issue_to_id: 3 relation_type: relates delay:
{ "pile_set_name": "Github" }
<?php /** * Display social sharing icons. * * @package _s */ ?> <div class="social-share"> <h5 class="social-share-title"><?php esc_html_e( 'Share This', '_s' ); ?></h5> <ul class="social-icons menu menu-horizontal"> <li class="social-icon"> <a href="<?php echo esc_url( _s_get_twitter_share_url() ); ?>" on...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Lecture 4" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* Gaussians\n", "* Gaussian Discriminant Analysis\n", "* Naive Bayes" ] }, { "cell_type": "markdown", "metadata": { ...
{ "pile_set_name": "Github" }
'use strict' module.exports = isRegistrySpecifier function isRegistrySpecifier (spec) { return spec.type === 'range' || spec.type === 'version' || spec.type === 'tag' }
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
{ "pile_set_name": "Github" }
# Azure Active Directory plugin for client authentication This plugin provides an integration with Azure Active Directory device flow. If no tokens are present in the kubectl configuration, it will prompt a device code which can be used to login in a browser. After login it will automatically fetch the tokens and stor...
{ "pile_set_name": "Github" }
/* Copyright (C) GridGain Systems. 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...
{ "pile_set_name": "Github" }
/* file: lbfgs_dense_default_batch_fpt_dispatcher.cpp */ /******************************************************************************* * Copyright 2014-2020 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
{ "pile_set_name": "Github" }
/* * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- <copyright file="ContosoMockEmailService.csproj" company="Microsoft"> Copyright (C) Microsoft. All rights reserved. </copyright> --> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGrou...
{ "pile_set_name": "Github" }
/** * This file is part of the ReTeX library - https://github.com/himamis/ReTeX * * Copyright (C) 2015 Balazs Bencze * * 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 versio...
{ "pile_set_name": "Github" }
<?php /* squid_js.inc part of pfSense (https://www.pfSense.org/) Copyright (C) 2015 ESF, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the abov...
{ "pile_set_name": "Github" }
from filelock import FileLock from threading import RLock import json import os import socket import logging from ray.autoscaler.node_provider import NodeProvider from ray.autoscaler.tags import ( TAG_RAY_NODE_KIND, NODE_KIND_WORKER, NODE_KIND_HEAD, ) from ray.autoscaler._private.local.config import bootst...
{ "pile_set_name": "Github" }
# # Copyright (C) 2003, Northwestern University and Argonne National Laboratory # See COPYRIGHT notice in top-level directory. # # $Id: Makefile.in 2285 2015-12-30 20:48:25Z wkliao $ # # @configure_input@ srcdir = @srcdir@ VPATH = @srcdir@ # generated by configure, so it's in the build dir, not srcdirr include ../../...
{ "pile_set_name": "Github" }
# == Class: Govuk::Node::S_mysql_master # # Set up a GOV.UK MySQL Master machine # # === Parameters: # # [*aws_access_key_id*] # AWS access key ID for the S3 bucket # # [*aws_secret_access_key*] # AWS secret key for the S3 bucket # # [*s3_bucket_name*] # Name of the S3 bucket # # [*encryption_key*] # E...
{ "pile_set_name": "Github" }
'use strict'; module.exports = function generate_const(it, $keyword, $ruleType) { var out = ' '; var $lvl = it.level; var $dataLvl = it.dataLevel; var $schema = it.schema[$keyword]; var $schemaPath = it.schemaPath + it.util.getProperty($keyword); var $errSchemaPath = it.errSchemaPath + '/' + $keyword; var...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #ifndef STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_ #define STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_ ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects */ @interface SAHABooleanValue : SAHAAttributeValue @property (nonatomic) bool value; // Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + (id)booleanValue; + (id)booleanValueWithDictiona...
{ "pile_set_name": "Github" }
<tal:block tal:define="isAnon here/portal_membership/isAnonymousUser"> <tal:block tal:condition="isAnon"> <p class="article"> <span tal:replace="python: here.Base_translateString('You are not logged in')"/> </p> <p class="article"> <a tal:attributes="href python: here.getWebSiteValue().absolute_url...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.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 distributed // with this file, You can ob...
{ "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...
{ "pile_set_name": "Github" }
module Kernel alias_method :pp_callstack, :caller alias_method :pp_call_stack, :caller # Parse a caller string and break it into its components, # returning an array composed of: # # * file (String) # * lineno (Integer) # * method (Symbol) # # For example, from irb # # callstack(1) # #...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 22b1617513184e05a4f03fafe6733e15 timeCreated: 1582623281
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007-2010 Júlio Vilmar Gesser. * Copyright (C) 2011, 2013-2019 The JavaParser Team. * * This file is part of JavaParser. * * JavaParser can be used either under the terms of * a) the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <DTXConnectionServices/DTXMessageTransmitter.h> @interface DTXLegacyMessageTransmitter : DTXMessageTransmitter { } - (void)transmitMessage:(id)arg1 routingInfo:(struct DTX...
{ "pile_set_name": "Github" }
module.exports = { number: 2, name: 'two', };
{ "pile_set_name": "Github" }
/* * Copyright 2020 LINE Corporation * * LINE Corporation licenses this file to you 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 r...
{ "pile_set_name": "Github" }
package com.wanglu.provider; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android dev...
{ "pile_set_name": "Github" }
'use strict'; module.exports = require('./builtin-modules.json');
{ "pile_set_name": "Github" }
"""Utilities for writing code that runs on Python 2 and 3""" # Copyright (c) 2010-2012 Benjamin Peterson # # 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 with...
{ "pile_set_name": "Github" }
/** * Keep track of wifi/3G/tethering status and LAN IP ranges. * * Copyright (C) 2013 Kevin Cernekee * * 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 3 of the License, or...
{ "pile_set_name": "Github" }