text stringlengths 2 99k | meta dict |
|---|---|
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"forc... | {
"pile_set_name": "Github"
} |
Set-StrictMode -Version Latest
Describe 'VSTeamReleaseDefinition' {
BeforeAll {
. "$PSScriptRoot\_testInitialize.ps1" $PSCommandPath
## Arrange
Mock Show-Browser
Mock _getInstance { return 'https://dev.azure.com/test' }
Mock _getApiVersion { return '1.0-unittest' } -ParameterFilter { ... | {
"pile_set_name": "Github"
} |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libsubmask
ifeq ($(MODE), release)
LOCAL_CFLAGS += -O2
endif
LIBRARIES_DIR := $(LOCAL_PATH)/../
LOCAL_C_INCLUDES := $(LOCAL_PATH)
# Add your application source files here...
LOCAL_SRC_FILES := libsubmask.c
include $(BUILD_SHARED_LIBRARY)
| {
"pile_set_name": "Github"
} |
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>angularspree documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">... | {
"pile_set_name": "Github"
} |
import { hashStyle } from '../../utils/hashStyle';
import { TextStyle } from '../../types';
import { FONT_STYLES } from '../../jsonUtils/textLayers';
// this borrows heavily from react-native's RCTFont class
// thanks y'all
// https://github.com/facebook/react-native/blob/master/React/Views/RCTFont.mm
const FONT_WEIG... | {
"pile_set_name": "Github"
} |
/*
* Handles the Mitac mioa701 SoC system
*
* Copyright (C) 2008 Robert Jarzmik
*
* 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 in version 2 of the License.
*
* This program is distrib... | {
"pile_set_name": "Github"
} |
import { Chat } from '../models'
import * as tt from '../../node_modules/telegraf/typings/telegram-types.d'
import { InstanceType } from 'typegoose'
declare module 'telegraf' {
export class ContextMessageUpdate {
public dbchat: InstanceType<Chat>
replyWithMarkdown(
markdown: string,
extra?: tt.Ex... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<product version="3" modelHash="bfkcvov8oev5gs3g30h1gkp5wm03jip">
<files names="PluginUtils.java" />
</product>
| {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2006-2011 Nuxeo SA (http://nuxeo.com/) and others.
*
* 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 re... | {
"pile_set_name": "Github"
} |
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"expansion_generated.go",
"priorityclass.go",
],
importmap = "k8s.io/kops/vendor/k8s.io/client-go/listers/scheduling/v1",
importpath = "k8s.io/client-go/listers/scheduling/v1",
... | {
"pile_set_name": "Github"
} |
/*
* linux/mii.h: definitions for MII-compatible transceivers
* Originally drivers/net/sunhme.h.
*
* Copyright (C) 1996, 1999, 2001 David S. Miller (davem@redhat.com)
*/
#ifndef __LINUX_MII_H__
#define __LINUX_MII_H__
/* Generic MII registers. */
#define MII_BMCR 0x00 /* Basic mode control register */
#defi... | {
"pile_set_name": "Github"
} |
#ifndef PCL_GPU_TRACKING_DEVICE_HPP_
#define PCL_GPU_TRACKING_DEVICE_HPP_
#include "internal.h"
namespace pcl
{
namespace device
{
__device__ __forceinline__ float
getSampleNormal (const float mean, const float cov, curandState* rng_state)
{
float rn = curand_normal(rng_state);
return (rn*cov + mean);
... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { BAR_MAP, renderThumbStyle} from './util';
import {on, off} from '../libs/utils/dom';
export class Bar extends React.Component {
constructor(props) {
super(props);
this.clickTrackHandler = this.clickT... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 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 agreed t... | {
"pile_set_name": "Github"
} |
#include "globals.hlsli"
#include "ShaderInterop_EmittedParticle.h"
RWSTRUCTUREDBUFFER(particleBuffer, Particle, 0);
RWSTRUCTUREDBUFFER(aliveBuffer_CURRENT, uint, 1);
RWSTRUCTUREDBUFFER(aliveBuffer_NEW, uint, 2);
RWSTRUCTUREDBUFFER(deadBuffer, uint, 3);
RWRAWBUFFER(counterBuffer, 4);
#ifdef EMIT_FROM_MESH
TYPEDBUFFER... | {
"pile_set_name": "Github"
} |
using System.Windows.Controls;
using Telerik.Windows.Rendering;
namespace TimelineIntervalMarkers
{
public class IntervalContainer : Control, IDataContainer
{
public IntervalContainer()
{
this.DefaultStyleKey = typeof(IntervalContainer);
}
public object DataItem { ... | {
"pile_set_name": "Github"
} |
// Private function for linear-gradient-parser
@function _linear-side-corner-parser($image, $first-val, $prefix, $suffix, $has-multiple-vals) {
$val-1: str-slice($first-val, 0, $has-multiple-vals - 1 );
$val-2: str-slice($first-val, $has-multiple-vals + 1, str-length($first-val));
$val-3: null;
$has-val-3: str-... | {
"pile_set_name": "Github"
} |
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAru9VUzun0KOrtY0wW7+wgaSmJA1gO21sswOAZnYSA+24Sa1F
NUEMQZ9PeQXbMKv4PtWS8p/wSrEW7PkbKs0JMkU/KkNnKdT42uaX9uSpY+g3h0Sh
+UNSt04W9BcqTkg+GltvzJoIopuSThwZO617L3SO8QEfjGqPuB2QCkfRMU2wubW2
X0tAQHCX/PofGXTgxDPLNcTkegUcvENsO7SUnOadqx8uym6VctswNpcPX6+g888a
RpuVEhsrjwWSRYpYC8r1HMW1Psyq... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Copyright (C) 2020, Modelica Association and contributors
All rights reserved.
Check Modelica HTML documentation with HTML Tidy
'''
import re
import os
from tidylib import tidy_document
# See https://haacked.com/archive/2004/10/25/usingregularexpressionstomatchhtml... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="undecorated" type="boolean" value="true"/>
<Property name="resizable" type="bo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 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.
*
* This Source Code may also be made available... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Coevery.FileSystems.AppData;
using Coevery.Logging;
namespace Coevery.Environment.Configuration {
public class ShellSettingsManager : Component, IShellSettingsManager {
private const string _settingsFileName = "Set... | {
"pile_set_name": "Github"
} |
{
"batchPath": "batch",
"id": "safebrowsing:v4",
"documentationLink": "https://developers.google.com/safe-browsing/",
"revision": "20170531",
"title": "Google Safe Browsing API",
"discoveryVersion": "v1",
"ownerName": "Google",
"resources": {
"fullHashes": {
"methods": {
"find": {
... | {
"pile_set_name": "Github"
} |
using Gtk;
using System.Linq;
using Xamarin.Forms.Internals;
using Xamarin.Forms.Platform.GTK.Extensions;
namespace Xamarin.Forms.Platform.GTK.Helpers
{
internal static class DialogHelper
{
public static void ShowAlert(PlatformRenderer platformRender, AlertArguments arguments)
{
MessageDialog messageDialog =... | {
"pile_set_name": "Github"
} |
package tfdiags
import (
"bytes"
"fmt"
"path/filepath"
"sort"
"strings"
"github.com/hashicorp/errwrap"
multierror "github.com/hashicorp/go-multierror"
"github.com/hashicorp/hcl/v2"
)
// Diagnostics is a list of diagnostics. Diagnostics is intended to be used
// where a Go "error" might normally be used, allo... | {
"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"
} |
// Copyright (C) MongoDB, Inc. 2017-present.
//
// 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
package bson
import "go.mongodb.org/mongo-driver/... | {
"pile_set_name": "Github"
} |
/*
Copyright 2011 The Go4 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, softwar... | {
"pile_set_name": "Github"
} |
t2 = dax*(1.0/2.0);
t3 = dax_b*(1.0/2.0);
t4 = t2-t3;
t5 = day*(1.0/2.0);
t6 = day_b*(1.0/2.0);
t7 = t5-t6;
t8 = daz*(1.0/2.0);
t9 = daz_b*(1.0/2.0);
t10 = t8-t9;
t11 = q2*t4*(1.0/2.0);
t12 = q1*t7*(1.0/2.0);
t13 = q0*t10*(1.0/2.0);
t14 = q2*(1.0/2.0);
t15 = q3*t4*(1.0/2.0);
t16 = q1*t10*(... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<EntityTemplates>
<EntityTemplate name="Flashlight">
<Components>
<Component name="TransformComponent"></Component>
<Component name="VelocityComponent"></Component>
<Component name="DirectionComponent"></Component>
<Component name="Clickable... | {
"pile_set_name": "Github"
} |
// Mix-ins
%padding-small {
padding: $padding-x-small $padding-x-small * 2;
@media (max-width: 1000px) {
padding: $padding-x-small $padding-x-small;
}
}
%padding-regular {
padding: $padding-small $padding-large;
@media (max-width: 1000px) {
padding: $padding-small * 1.5 $padding-large / 1.6;
}
}
%li... | {
"pile_set_name": "Github"
} |
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" isELIgnored="false" %>
<%@ page session="false" %>
<!DOCTYPE html>
<html>
<head>
<title>Create/Edit Override Group </title>
<meta http-equiv="Content-Type" conte... | {
"pile_set_name": "Github"
} |
digraph g {
node [label="\N", fontsize=14, fontname="Times-Roman", fontcolor=black, shape=box, color=black, width="0.5"];
edge [fontsize=14, fontname="Times-Roman", fontcolor=black, color=black];
graph [bb="0,0,726,220"];
23296 [label="23296\n?", width="0.72", pname="?", kind=proc, pos="450,200", height="0.56"];
"... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
% petit test rapide pour verifier que la detection d'une harmonique
% sur un contour (ici contour d'une cellule carree, on veut l'harmonique
% 4 , donc le 5 eme point du tableau) ne depend pas de la taille de la
% transformee de fourier.
img = logical(zeros(100, 100));
img(26:75, 26:75) = 1;
N = 96;
% teste N dire... | {
"pile_set_name": "Github"
} |
<?php
/*****************************************************************************************
文件: payment/submit.php
备注: asiabill支付提交页
版本: 4.x
网站: www.phpok.com
作者: qinggan <qinggan@188.com>
时间: 2015年03月24日 09时56分
*****************************************************************************************/
if(!de... | {
"pile_set_name": "Github"
} |
// 540 medium 有序数组中的单一元素
// 异或解法跟136题一样
//
// 给定一个只包含整数的有序数组,每个元素都会出现两次,唯有一个数只会出现一次,找出这个数。
//
// 示例 1:
// 输入: [1,1,2,3,3,4,4,8,8]
// 输出: 2
// 示例 2:
// 输入: [3,3,7,7,10,11,11]
// 输出: 10
// 注意: 您的方案应该在 O(log n)时间复杂度和 O(1)空间复杂度中运行。
/**
* 解法1:滑动窗口
* @param {number[]} nums
* @return {number}
*/
var singleNonDuplicate =... | {
"pile_set_name": "Github"
} |
/*
Samsung S5H1411 VSB/QAM demodulator driver
Copyright (C) 2008 Steven Toth <stoth@linuxtv.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 of the License, ... | {
"pile_set_name": "Github"
} |
{
"name": "MyMonero",
"author": "MyMonero",
"description": "The simplest way to use Monero",
"version": "1.1.13",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": "https://github.com/mymonero/mymonero-app-js",
"private": false,
"main": "./local_modules/electron_main/electron_main.js",
"scripts":... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2013 - 2020 Lijun Liao
*
* 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"
} |
/*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/* DllSecur.h -- DLL loading for security
2016-06-08 : Igor Pavlov : Public domain */
#ifndef __DLL_SECUR_H
#define __DLL_SECUR_H
#include "7zTypes.h"
EXTERN_C_BEGIN
#ifdef _WIN32
void LoadSecurityDlls();
#endif
EXTERN_C_END
#endif
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the GlobalState package.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SebastianBergmann\GlobalState;
/**
*/
interface Exception
{
}
| {
"pile_set_name": "Github"
} |
{
"version": "0.0.1",
"dependencies": {
"eslint": "3.10.1"
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, SQL Power Group Inc.
*
* This file is part of SQL Power Architect.
*
* SQL Power Architect 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"
} |
# Format: //devtools/kokoro/config/proto/build.proto
env_vars: {
key: "PACKAGE"
value: "google-cloud-dataproc"
}
| {
"pile_set_name": "Github"
} |
(*
** for testing
** [libats/libc/fcntl]
*)
(* ****** ****** *)
//
#include
"share/atspre_staload.hats"
//
(* ****** ****** *)
staload "libats/libc/SATS/fcntl.sats"
staload "libats/libc/SATS/unistd.sats"
(* ****** ****** *)
val () =
{
//
val fd = open_flags ("/tmp/foo", O_RDONLY)
val ifd = fildes_get_int (fd)
val (... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2011 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO 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 Soft... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* SAM Software Package License
* ----------------------------------------------------------------------------
* Copyright (c) 2012, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and binary fo... | {
"pile_set_name": "Github"
} |
package random
import (
cryptorand "crypto/rand"
"io"
"math"
"math/big"
"math/rand"
"sync"
"time"
)
// Rand is a global *rand.Rand instance, which initialized with NewSource() source.
var Rand = rand.New(NewSource())
// Reader is a global, shared instance of a pseudorandom bytes generator.
// It doesn't consu... | {
"pile_set_name": "Github"
} |
using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// InfoCode Data Structure.
/// </summary>
[Serializable]
public class InfoCode : AopObject
{
/// <summary>
/// 风险描述
/// </summary>
[JsonProperty("risk_description")]
public string RiskDescription { get; s... | {
"pile_set_name": "Github"
} |
#include <sys/types.h>
#define KB ((off_t)1024)
#define MB ((off_t)1024 * KB)
#define GB ((off_t)1024 * MB)
#define TB ((off_t)1024 * GB)
int t2[(((64 * GB -1) % 671088649) == 268434537)
&& (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
int main()
{
;
return 0;
}
| {
"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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class io.permazen.core.type.LongArrayType (Permazen 4.1.6 API)<... | {
"pile_set_name": "Github"
} |
一个全栈增长工程师的练手项目集
===
> English version is Ongoing, welcome to join us.
**你是不是在为提高编程技术而发愁?**
**你是不是在为找不到合适的练手项目而烦恼?**
**你是不是在为有合适的项目,但是没有指南而烦恼?**
我的其他电子书:
- 《[一步步搭建物联网系统](https://github.com/phodal/designiot)》
- 《[GitHub 漫游指南](https://github.com/phodal/github-roam)》
- 《[RePractise](https://github.com/phodal/repra... | {
"pile_set_name": "Github"
} |
# Makefile for tinydtls
#
# Copyright (C) 2011--2014 Olaf Bergmann <bergmann@tzi.org>
#
# 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... | {
"pile_set_name": "Github"
} |
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VGUI_H
#define VGUI_H
//If you are going to add stuff to the vgui core...
//
//Keep it simple.
//
//Never put cod... | {
"pile_set_name": "Github"
} |
spring:
cloud:
alibaba:
seata:
tx-service-group: fbs_tx_group
application:
#应用名称
name: seata-one
#数据库连接配置
datasource:
#配置当前使用的数据源的操作类型
type: com.alibaba.druid.pool.DruidDataSource
#配置MySQL的驱动程序类
driver-class-name... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="title" type="java.lang.String" value="OSC Input Status"/>
</Properties>
<Synthe... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { Session } from 'meteor/session';
import { withModalMounter } from '/imports/ui/components/modal/service';
import BreakoutJoinConfirmation from '/imports/ui/components/breakout-join-confirmation/container';
const BREAKOUT_MODAL_DELAY... | {
"pile_set_name": "Github"
} |
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
import { DeleteResolverEndpointRequest, DeleteResolverEndpointResponse } from "../models/models_0";
import {
deserializeAws_json1_1DeleteResolverEndpointCommand,
serializeAws_json1_1DeleteResolverE... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#################################################################
# _______ _________ _ #
# ( ____ )\__ __/( ( /| #
# | ( )| ) ( | \ ( | #
# | (____)| | | | \ | | #
# | __) | | | (\ \) | #
# | (\ ( | | |... | {
"pile_set_name": "Github"
} |
package com.mantz_it.rfanalyzer;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.database.DatabaseUtils;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bu... | {
"pile_set_name": "Github"
} |
message <span class="message">Default</span>
{
}
| {
"pile_set_name": "Github"
} |
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
DEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18... | {
"pile_set_name": "Github"
} |
#
# Routerboard 532
#
platform-$(CONFIG_MIKROTIK_RB532) += rb532/
cflags-$(CONFIG_MIKROTIK_RB532) += \
-I$(srctree)/arch/mips/include/asm/mach-rc32434
load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000
| {
"pile_set_name": "Github"
} |
#!/bin/sh
exec /share/vim/vim74/vim -d "$@"
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2014 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/ep... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_6 )
inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript
DESCRIPTION="Userspace utilities for storing and processing... | {
"pile_set_name": "Github"
} |
/**
* Black theme for reveal.js. This is the opposite of the 'white' theme.
*
* By Hakim El Hattab, http://hakim.se
*/
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, sec... | {
"pile_set_name": "Github"
} |
/dts-v1/;
#include "bcm6358.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Alcatel RG100A";
compatible = "alcatel,rg100a", "brcm,bcm6358";
gpio-leds {
compatible = "gpio-leds";
stop_green {
label = "96358VW2:green:stop";
gpios = <&gpio0 4 1>;
};
power_green {
label = "96358VW2:green:po... | {
"pile_set_name": "Github"
} |
---
title: 'Gérer mes factures OVHcloud'
slug: gerer-factures-ovh
excerpt: 'Découvrez comment gérer vos factures et les paiements liés à celles-ci'
section: Facturation
---
**Dernière mise à jour le 16/10/2018**
## Objectif
OVH met à votre disposition un espace vous permettant de consulter, gérer et régler vos diffé... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Google Inc. All rights reserved.
* Copyright (C) 2013 Nokia Corporation and/or its subsidiary(-ies).
* Copyright (C) 2015, 2016 Ericsson AB. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | {
"pile_set_name": "Github"
} |
/**
* jquery-textrange
*
* A jQuery plugin for getting, setting and replacing the selected text in input fields and textareas.
* See the [README](https://github.com/dwieeb/jquery-textrange/blob/1.x/README.md) for usage and examples.
*
* (c) 2012-2017 Daniel Imhoff <dwieeb@gmail.com> - dwieeb.com
*/
(function(fa... | {
"pile_set_name": "Github"
} |
--TEST--
Test compact() function : usage variations - arrays containing references.
--FILE--
<?php
/* Prototype : proto array compact(mixed var_names [, mixed ...])
* Description: Creates a hash containing variables and their values
* Source code: ext/standard/array.c
* Alias to functions:
*/
/*
* compact variations ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US" page-range-format="minimal">
<info>
<title>Journal of Biosciences</title>
<title-short>JBSC</title-short>
<id>http://www.zotero.org/styles/journal-of-biosciences</id>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<DocumentXComments Version="5.0" Moniker="L:\projects\spring-net\trunk\build\net\2.0\debug\Spring.Data.NHibernate21.dll" DocType="dx.Net" Template="" ShowInherited="False" SpellLastCheckDateTime="30/12/1899 00:00:00" TreePath="Spring.Data.NHibernate21" RelatedPr... | {
"pile_set_name": "Github"
} |
.selectize-dropdown.plugin-optgroup_columns {
.optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
.selectize-box-sizing(border-box);
}
.optgroup:last-child {
border-right: 0 none;
}
.optgroup:before {
display: none;
}
.optgroup-header {
border-top: 0 none;
}
}
| {
"pile_set_name": "Github"
} |
// Russian
plupload.addI18n({
'Select files' : 'Выберите файлы',
'Add files to the upload queue and click the start button.' : 'Добавьте файлы в очередь и нажмите кнопку "Загрузить файлы".',
'Filename' : 'Имя файла',
'Status' : 'Статус',
'Size' : 'Размер',
'Add files' : 'Добавить файлы',
... | {
"pile_set_name": "Github"
} |
{
"action": {
"error": {
"variety": [
"Loss"
],
"vector": [
"Unknown"
]
}
},
"actor": {
"internal": {
"motive": [
"Financial"
],
"variety": [
"Other"
]
}
},
"asset": {
"assets": [
{
"variety": "M ... | {
"pile_set_name": "Github"
} |
// File generated by hadoop record compiler. Do not edit.
/**
* 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 th... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tencent is pleased to support the open source community by making behaviac available.
//
// Copyright (C) 2015-2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3... | {
"pile_set_name": "Github"
} |
T0 segment 0 5 Frank
T1 segment 6 14 Spotnitz
T2 segment 15 17 is
T3 segment 18 20 an
T4 segment 21 29 American
T5 segment 30 40 television
T6 segment 41 47 writer
T7 segment 48 51 and
T8 segment 52 60 producer
T9 segment 60 61 ,
T10 segment 62 66 best
T11 segment 67 72 known
T12 segment 73 76 for
T13 segment 77 80 his... | {
"pile_set_name": "Github"
} |
// Copyright 2018-present the Material Components for iOS 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
//... | {
"pile_set_name": "Github"
} |
Subject: re : noms / actual flow for 03 / 09 thru 3 / 11 / 01
we agree with the nominated totals .
" eileen ponton " on 03 / 12 / 2001 09 : 22 : 50 am
to : david avila / lsp / enserch / us @ tu , charlie stone / texas utilities @ tu , melissa
jones / texas utilities @ tu , hpl . scheduling @ enron . com , liz . bel... | {
"pile_set_name": "Github"
} |
# [1161. Maximum Level Sum of a Binary Tree](https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree)
[中文文档](/solution/1100-1199/1161.Maximum%20Level%20Sum%20of%20a%20Binary%20Tree/README.md)
## Description
<p>Given the <code>root</code> of a binary tree, the level of its root is <code>1</code>, the lev... | {
"pile_set_name": "Github"
} |
//
// LPBaseCell.h
// zjtSinaWeiboClient
//
// Created by jtone z on 11-11-25.
// Copyright (c) 2011年 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LPBaseCell : UITableViewCell
+ (UINib *)nib;
+ (id)cellForTableView:(UITableView *)tableView withStyle:(UITableViewCellStyle)style c... | {
"pile_set_name": "Github"
} |
[
{
"outputFile": "/Volumes/Personnel/Gigoteur/UnicornConsole/android/sdl/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
... | {
"pile_set_name": "Github"
} |
export default {
name: 'discordie (JavaScript)',
language: 'javascript',
generateFrom(data) {
if (data.embed) {
return (
`const data = ${JSON.stringify(data.embed, null, ' ')};\n` +
`channel.sendMessage(${JSON.stringify(data.content)}, false, data);`
);
}
return `channel.... | {
"pile_set_name": "Github"
} |
Source: nanobench
Version: 4.0.0
Homepage: https://nanobench.ankerl.com
Description: Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
| {
"pile_set_name": "Github"
} |
select from_tz(cast(to_date('1999-12-01 11:00:00','yyyy-mm-dd hh:mi:ss') as timestamp), 'america/new_york') at time zone 'america/los_angeles' "west coast time" from dual
| {
"pile_set_name": "Github"
} |
--- src/common.inc.orig 2019-08-27 15:43:26 UTC
+++ src/common.inc
@@ -193,9 +193,9 @@ else
export WSTRINGOP_TRUNCATION_AVAILABLE
endif
-install_recursive = $(shell cd $(1) && find . -type f -exec install -m $(2) -D {} $(3)/{} \;)
+install_recursive = $(shell cd $(1) && find . -type d -exec install -d $(3)/{} \; &&... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Provider\fr_FR;
class Person extends \Faker\Provider\Person
{
protected static $maleNameFormats = array(
'{{firstNameMale}} {{lastName}}',
'{{firstNameMale}} {{lastName}}',
'{{firstNameMale}} {{lastName}}',
'{{firstNameMale}} {{lastName}}',
'{{firstNam... | {
"pile_set_name": "Github"
} |
USING: command-line namespaces tools.test ;
{ f { "a" "b" "c" } } [
{ "factor" "-run=test-voc" "a" "b" "c" } parse-command-line
script get command-line get
] unit-test
{ f { "-a" "b" "c" } } [
{ "factor" "-run=test-voc" "-a" "b" "c" } parse-command-line
script get command-line get
] unit-test
{ f { "... | {
"pile_set_name": "Github"
} |
class Factory
class Proxy
class Stub < Proxy #:nodoc:
@@next_id = 1000
def initialize(klass)
@stub = klass.new
@stub.id = next_id
@stub.instance_eval do
def new_record?
id.nil?
end
def connection
raise "stubbed models are... | {
"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"
} |
using System;
using System.Diagnostics;
using b2xtranslator.StructuredStorage.Reader;
namespace b2xtranslator.Spreadsheet.XlsFileFormat.Records
{
[BiffRecord(RecordType.PivotChartBits)]
public class PivotChartBits : BiffRecord
{
public const RecordType ID = RecordType.PivotChartBits;
publ... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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.
// Flags: --no-use-ic --interrupt-budget=100 --always-osr
const num_iterations = 1000;
let i = 0;
const re = /foo.bar/;
const RegExpPrototypeExec = Reg... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Parse, LLC.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
/**
* Interf... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ... | {
"pile_set_name": "Github"
} |
name: example
description: A new Flutter project.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.