text stringlengths 2 99.9k | meta dict |
|---|---|
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
http://{{ . }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" ser... | {
"pile_set_name": "Github"
} |
9--Press_Conference/9_Press_Conference_Press_Conference_9_66.jpg
3
885.967 269.721 73.6257 82.8284 0.999615
215.524 175.721 75.4052 83.0182 0.999331
450.881 282.897 55.0084 79.9714 0.997686
| {
"pile_set_name": "Github"
} |
# RSSI
RSSI is a measurement of signal strength and is very handy so you know when your aircraft is going out of range or if it is suffering RF interference.
Some receivers have RSSI outputs. 3 types are supported.
1. RSSI via PPM channel
1. RSSI via Parallel PWM channel
1. RSSI via ADC with PPM RC that has an RSSI ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build windows,!race
package windows
import (
"unsafe"
)
const raceenabled = false
func raceAcquire(addr unsafe.Pointer) {
}
func raceReleaseMerge(addr... | {
"pile_set_name": "Github"
} |
<?php
namespace Vipa\AdminBundle\Entity;
use APY\DataGridBundle\Grid\Mapping as GRID;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\ORM\Mapping as ORM;
use Vipa\CoreBundle\Entity\GenericEntityTrait;
use Prezent\Doctrine\Translatable\Annotation as Prezent;
use Prezent\Doctrine\Translatable\Entity\Abstr... | {
"pile_set_name": "Github"
} |
package com.steveperkins.fitnessjiffy;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(final String[] args) {
SpringApplication.run(Application.class, args);
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace AdventureDocs.Models
{
public class OrderViewModel
{
public string SearchQuery { get; set; }
public List<SearchResultInformation> SearchResults { get; set; }
public List<string> Collections {... | {
"pile_set_name": "Github"
} |
// Copyright 1997-2019 Omni Development, Inc. All rights reserved.
//
// This software may only be used and reproduced according to the
// terms in the file OmniSourceLicense.html, which should be
// distributed with this project and can also be found at
// <http://www.omnigroup.com/developer/sourcecode/sourcelicense/>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>41--Swimming_41_Swimming_Swimming_41_764.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yany... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
/* This file is part of PyMesh. Copyright (c) 2015 by Qingnan Zhou */
#pragma once
#ifdef WITH_TRIANGLE
#include <Triangle/DimReduction.h>
#include <TestBase.h>
class DimReductionTest : public TestBase {
};
TEST_F(DimReductionTest, 3Dto2D) {
MatrixFr pts(4, 3);
pts << 0.0, 0.0, 0.0,
1.0, 0.0, 2.0,... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3.7
# -*- coding: utf-8 -*-
"""
TFC - Onion-routed, endpoint secure messaging system
Copyright (C) 2013-2020 Markus Ottela
This file is part of TFC.
TFC 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 Qunar, Inc.
*
* 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.
*
* This program is distri... | {
"pile_set_name": "Github"
} |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by omegle_icons.rc
//
#define IDI_OFFLINE 105
#define IDI_ONLINE 104
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VAL... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDFjCCAf4CCQDULaNM+Q+g3TANBgkqhkiG9w0BAQUFADBMMRcwFQYDVQQDDA5T
d2lmdG1haWxlciBDQTEUMBIGA1UECgwLU3dpZnRtYWlsZXIxDjAMBgNVBAcMBVBh
cmlzMQswCQYDVQQGEwJGUjAeFw0xMzExMjcwODM5MTFaFw0xNzExMjYwODM5MTFa
ME4xGTAXBgNVBAMMEFN3aWZ0bWFpbGVyLVVzZXIxFDASBgNVBAoMC1N3aWZ0bWFp
bGVyMQ4wDAYDVQQHDAVQYXJpczELMAkG... | {
"pile_set_name": "Github"
} |
//
// GroupedObservable.swift
// RxSwift
//
// Created by Tomi Koskinen on 01/12/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
/// Represents an observable sequence of elements that have a common key.
public struct GroupedObservable<Key, Element> : ObservableType {
/// Gets the common key.
... | {
"pile_set_name": "Github"
} |
#rails_admin-1.0 ready
require 'cenit/cenit'
Cenit.config do
share_on_github false
github_shared_collections_home ENV['GITHUB_SHARED_COLLECTIONS_HOME']
github_shared_collections_user ENV['GITHUB_SHARED_COLLECTIONS_USER']
github_shared_collections_pass ENV['GITHUB_SHARED_COLLECTIONS_PASS']
#The path for ... | {
"pile_set_name": "Github"
} |
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | {
"pile_set_name": "Github"
} |
package com.ctrip.platform.dal.daogen.dao;
import com.ctrip.platform.dal.dao.DalHints;
import com.ctrip.platform.dal.dao.DalRowMapper;
import com.ctrip.platform.dal.dao.DalTableDao;
import com.ctrip.platform.dal.dao.StatementParameters;
import com.ctrip.platform.dal.dao.helper.DalDefaultJpaMapper;
import com.ctrip.pla... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2014-2020 Cask Data, 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 agr... | {
"pile_set_name": "Github"
} |
package memberlist
import (
"fmt"
"net"
)
func LogAddress(addr net.Addr) string {
if addr == nil {
return "from=<unknown address>"
}
return fmt.Sprintf("from=%s", addr.String())
}
func LogStringAddress(addr string) string {
if addr == "" {
return "from=<unknown address>"
}
return fmt.Sprintf("from=%s",... | {
"pile_set_name": "Github"
} |
/*
* Licensed to David Pilato (the "Author") under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Author licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may not use... | {
"pile_set_name": "Github"
} |
<!-- row -->
<div class="row">
<div class="col-xs-12">
<!-- jQuery Knob -->
<div class="box box-solid">
<div class="box-header">
<i class="fa fa-bar-chart-o"></i>
<h3 class="box-title">jQuery Knob</h3>
<div class="box-tools... | {
"pile_set_name": "Github"
} |
<div class="cartodb-popup header orange v2">
<a href="#close" class="cartodb-popup-close-button close">x</a>
<div class="cartodb-popup-header">
{{#content.fields.length}}
{{#content.fields.0.title}}
{{#content.fields.0.alternative_name}}
<h4>{{content.fields.0.alternative_name}}</h4>
{{/content.... | {
"pile_set_name": "Github"
} |
# http.tcl
# Client-side HTTP for GET, POST, and HEAD commands.
# These routines can be used in untrusted code that uses the Safesock
# security policy.
# These procedures use a callback interface to avoid using vwait,
# which is not defined in the safe base.
#
# See the http.n man page for documentation
package provi... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// dynamic.hpp
//
// Copyright 2008 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_XPRESSIVE_DE... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the API Platform project.
*
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace ApiPlatform\Core\Bridge\Elasticsearch\Metadat... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Filesystem;
use InvalidArgumentException;
use Illuminate\Support\Collection;
use League\Flysystem\AdapterInterface;
use League\Flysystem\FilesystemInterface;
use League\Flysystem\FileNotFoundException;
use Illuminate\Contracts\Filesystem\Filesystem as FilesystemContract;
use Illuminate\Cont... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Developer/android-sdk-macosx/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http:... | {
"pile_set_name": "Github"
} |
# Copyright 2007-2008 Nanorex, Inc. See LICENSE file for details.
"""
elements_data_PAM3.py -- data for PAM3 pseudoatom elements
@author: Mark
@version: $Id$
@copyright: 2007-2008 Nanorex, Inc. See LICENSE file for details.
History:
Bruce 071105 revised init code, and split PAM3 and PAM5 data
out of elements_data.... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe Evm::TarFile do
let('tar_file') { '/path/to/foo.tar.gz' }
subject do
Evm::TarFile.new(@tar_file)
end
describe '#extract' do
it 'extracts tar file to path when no name' do
expect(subject).to receive(:tar).with('-xf', @tar_file, '-C', '/path/to')
subject.extra... | {
"pile_set_name": "Github"
} |
/**
* When doing some heavy processing of your own (for example using fnOpen with
* data loading from the server) it can be useful to make use of the
* 'processing' indicator built-into DataTables. This plug-in function exposes
* the internal DataTables function so it can be used for exactly this.
*
* @name fnPr... | {
"pile_set_name": "Github"
} |
.text
.file "frame_dummy_400230.ll"
.globl F400230
.align 16, 0x90
.type F400230,@function
F400230: # @F400230
.cfi_startproc
# BB#0: # %block_40023b
pushq %rax
.Ltmp0:
.cfi_def_cfa_offset 16
callq F4001d0
popq %rcx
retq
.Ltmp1:
.size F400230, .... | {
"pile_set_name": "Github"
} |
/*
* driver/usb/gadget/fsl_qe_udc.c
*
* Copyright (c) 2006-2008 Freescale Semiconductor, Inc. All rights reserved.
*
* Xie Xiaobo <X.Xie@freescale.com>
* Li Yang <leoli@freescale.com>
* Based on bareboard code from Shlomi Gridish.
*
* Description:
* Freescle QE/CPM USB Pheripheral Controller Driver
* The ... | {
"pile_set_name": "Github"
} |
(load "/LIBS/SCHEME/core.scm")
(load "/LIBS/SCHEME/danny.scm")
(load "/LIBS/SCHEME/shell.scm")
(load "/LIBS/SCHEME/demo.scm")
(load "/LIBS/SCHEME/conf.scm")
;(load "slib/Template.scm")
;(slib:report)
(load "/LIBS/SCHEME/mona.scm")
;(load "/LIBS/SCHEME/linux.scm")
(define *fs-root-directory* (fs-new-directory "/"))
;(... | {
"pile_set_name": "Github"
} |
---
external help file: PSTeams-help.xml
Module Name: PSTeams
online version:
schema: 2.0.0
---
# New-TeamsSection
## SYNOPSIS
{{Fill in the Synopsis}}
## SYNTAX
```
New-TeamsSection [[-Title] <String>] [[-ActivityTitle] <String>] [[-ActivitySubtitle] <String>]
[[-ActivityImageLink] <String>] [[-ActivityImage] <Im... | {
"pile_set_name": "Github"
} |
## Fake data generator [](https://travis-ci.org/boo1ean/casual)
## Installation
> npm install casual
## Usage
```javascript
var casual = require('casual');
// Generate random sentence
// You don't need function call operator here
// because mos... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
/*
** Splint - annotation-assisted static program checker
** Copyright (C) 1994-2003 University of Virginia,
** Massachusetts Institute of Technology
**
** 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 Sof... | {
"pile_set_name": "Github"
} |
package org.apache.maven.cli;
/*
* 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, Versi... | {
"pile_set_name": "Github"
} |
// Tables
@mixin table-row-variant($state, $background) {
// Exact selectors below required to override `.table-striped` and prevent
// inheritance to nested tables.
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
> td.#{$state},
> th.#{$state},
&.#{$state} > td,
&.#{$state} >... | {
"pile_set_name": "Github"
} |
Using tags for version control
Make your log output pretty
Limiting log output by time
Search for commits by author
Perform a dry run | {
"pile_set_name": "Github"
} |
50
63
66
67
73
93
95
96
97
98
99
| {
"pile_set_name": "Github"
} |
#include<stdio.h>
#include<assert.h>
int main()
{
int dsp, sum;
int result;
dsp = 0x20;
sum = 0x01;
result = 0x02;
__asm
("wrdsp %1\n\t"
"bposge32 test1\n\t"
"nop\n\t"
"addi %0, 0xA2\n\t"
"nop\n\t"
"test1:\n\t"
"addi %0, 0x01\n\t"... | {
"pile_set_name": "Github"
} |
/* eslint-env mocha */
const assert = require('assert')
const TestHelper = require('../../../test-helper.js')
describe('/administrator/reset-codes', function () {
const cachedResponses = {}
const cachedResetCodes = []
before(async () => {
await TestHelper.setupBeforeEach()
const administrator = await Tes... | {
"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"
} |
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2012-2014 Xiph.org Foundation
*
* 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 the above co... | {
"pile_set_name": "Github"
} |
---
title: What's New in v2.0.7
toc: true
summary: Additions and changes in CockroachDB version v2.0.7 since version v2.0.6
---
## December 10, 2018
Get future release notes emailed to you:
<div class="hubspot-install-form install-form-1 clearfix">
<script>
hbspt.forms.create({
css: '',
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.6: main.cpp Example File (demos/composition/main.cpp)</title>
<link href="classic.css" rel="stylesh... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at ... | {
"pile_set_name": "Github"
} |
auto lo
iface lo inet loopback
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.60
netmask 255.255.255.0
gateway 192.168.1.254
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.1.200
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.254
wpa-ssid "... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The SwiftShader Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required b... | {
"pile_set_name": "Github"
} |
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package ssh
// Session implements an interactive session described in
// "RFC 4254, section 6".
import (
"bytes"
"encoding/binary"
"errors"
"fmt"
"io"
"... | {
"pile_set_name": "Github"
} |
{
"name": "concat-map",
"description": "concatenative mapdashery",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-concat-map.git"
},
"main": "index.js",
"keywords": [
"concat",
"concatMap",
"map",
"functional",
"higher-order"
],
"d... | {
"pile_set_name": "Github"
} |
package org.kettlemc.internal;
public class Kettle {
public static String getNativeVersion() {
return "v1_12_R1";
}
public static String getNmsPrefix() {
return "net/minecraft/server";
}
} | {
"pile_set_name": "Github"
} |
/*
* pthread_setcancelstate.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2003... | {
"pile_set_name": "Github"
} |
/**********************************************************************
*These solidity codes have been obtained from Etherscan for extracting
*the smartcontract related info.
*The data will be used by MATRIX AI team as the reference basis for
*MATRIX model analysis,extraction of contract semantics,
*as well as AI base... | {
"pile_set_name": "Github"
} |
#pragma once
#define __NET_PNP__
typedef enum _NET_DEVICE_POWER_STATE {
NetDeviceStateUnspecified = 0,
NetDeviceStateD0,
NetDeviceStateD1,
NetDeviceStateD2,
NetDeviceStateD3,
NetDeviceStateMaximum
} NET_DEVICE_POWER_STATE, *PNET_DEVICE_POWER_STATE;
typedef enum _NET_PNP_EVENT_CODE {
NetEventSetPower,
... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>RMI connector</title>
<!--
Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2... | {
"pile_set_name": "Github"
} |
import { BaseSource } from "./sources/index";
import { ItemTypes } from "../dnd";
import ModelSourcePanel from "./ModelSourcePanel";
import ModelNode from "../../editor/nodes/ModelNode";
export default class ModelMediaSource extends BaseSource {
constructor(api) {
super();
this.component = ModelSourcePanel;
... | {
"pile_set_name": "Github"
} |
"""
API Command handler module for Bismuth nodes
@EggPoolNet
Needed for Json-RPC server or other third party interaction
"""
import re
import sqlite3
import base64
# modular handlers will need access to the database methods under some form, so it needs to be modular too.
# Here, I just duplicated the minimum needed co... | {
"pile_set_name": "Github"
} |
//
// DSCommentDetailView.m
// DSLolita
//
// Created by 赛 丁 on 15/6/3.
// Copyright (c) 2015年 samDing. All rights reserved.
//
#import "DSCommentDetailView.h"
#import "DSCommentDetailFrame.h"
#import "DSComment.h"
#import "DSUser.h"
#import "UIImageView+WebCache.h"
#import "DSStatusLabel.h"
#import "DSStatusUserH... | {
"pile_set_name": "Github"
} |
using NHapi.Base.Parser;
using NHapi.Base;
using NHapi.Base.Log;
using System;
using System.Collections.Generic;
using NHapi.Model.V231.Segment;
using NHapi.Model.V231.Datatype;
using NHapi.Base.Model;
namespace NHapi.Model.V231.Group
{
///<summary>
///Represents the REF_I12_INSURANCE Group. A Group is an ... | {
"pile_set_name": "Github"
} |
// ---------------------------------------------------------------------------------------------------------------------
//
// Author: Rafal Bromirski
// www: http://paranoida.com/
// twitter: http://twitter.com/paranoida
// dribbble: http://dribbble.com/paranoida
//
// Licensed under a MIT License
//
// ---------... | {
"pile_set_name": "Github"
} |
{% block sw_collapse_panel_header_slot %}
<div class="sw-media-collapse__header">
{% block sw_media_collapse_title %}
<h4 class="sw-media-collapse__title">
{{ title }}
</h4>
{% endblock %}
{% block sw_media_collapse_buttons %}
<div class="... | {
"pile_set_name": "Github"
} |
/* $NetBSD: t_getcwd.c,v 1.3 2011/07/27 05:04:11 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jukka Ruohonen.
*
* Redistribution and use in source and binary forms, with or without
* ... | {
"pile_set_name": "Github"
} |
AXWebArea AXRoleDescription='HTML content'
++AXGroup AXRoleDescription='group'
++++AXTextField AXRoleDescription='text field' AXValue='example.com'
| {
"pile_set_name": "Github"
} |
<sect1 id="SmeLine_Object">
<title>SmeLine Object</title>
<para>
<!-- .LP -->
<!-- .XS -->
<!-- SmeLine Object -->
<!-- .XE -->
<!-- .IN "SmeLine object" "" "@DEF@" -->
<!-- .sp -->
<literallayout class="monospaced">
<!-- .TA 2.0i -->
<!-- .ta 2.0i -->
Application Header file <X11/Xaw/SmeLine.h>
<!-- .IN "SmeLin... | {
"pile_set_name": "Github"
} |
/*
* 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 later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
/******************************************************************************
File: VMPointers.h
Description:
Notes:
The VMRegistry is stored in a static data area for efficiency reasons - the
members can be accessed with a single instruction. It also means that this
structure cannot move, and does not n... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Functions to access/create device major and minor numbers matching the
// encoding used in FreeBSD's sys/types.h header.
//
// The information below is extra... | {
"pile_set_name": "Github"
} |
|||[!]===========================================================================[!]
[~] DynMedia Pro Web CMS 4.0 ||Local File Disclosure Exploit|
|[~] Author : Mbah_Semar (fuji@undiphacker.net)
[~] Homepage : http://www.indonesianhacker.or.id | http://suramcrew.org
| http://www.masfuji.us
[~] Date : 22 April, 2010
... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Authors:
* - ANLoc Martin Benjamin locales@africanlocalization.net
*/
return a... | {
"pile_set_name": "Github"
} |
#!/bin/bash -e
# Copyright 2005 The open-vcdiff Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless re... | {
"pile_set_name": "Github"
} |
var convert = require('./convert');
module.exports = convert(require('../lang'));
| {
"pile_set_name": "Github"
} |
// MyTested.WebApi - ASP.NET Web API Fluent Testing Framework
// Copyright (C) 2015 Ivaylo Kenov.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
namespace MyTested.WebApi.Builders.Servers
{
using System;
using System.Web.Http;
using Common.Servers;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
//
// Assest.h
// pocketEOS
//
// Created by oraclechain on 2018/1/25.
// Copyright © 2018年 oraclechain. All rights reserved.
//
#import <Foundation/Foundation.h>
/**
新闻根据 资产类型进行筛选
*/
@interface Assest : NSObject
@property(nonatomic, strong) NSNumber *ID;
@property(nonatomic, strong) NSString *assetName;
@pr... | {
"pile_set_name": "Github"
} |
name: irc-core
version: 2.9
synopsis: IRC core library for glirc
description: IRC core library for glirc
.
The glirc client has been split off into <https://hackage.haskell.org/package/glirc>
license: ISC
license-file: ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<publicwhip>
<spmotion spid="S3M-5044" date="2009-10-26" filename="day-bb-09_bb-10-26f.htm" url="http://www.scottish.parliament.uk/business/businessBulletin/bb-09/bb-10-26f.htm">
*S3M-5044 Hugh Henry: Mail Delivery Service—That the Parliament regrets the decision by Procurement ... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
var counter = 0;
var a = { valueOf: function() { counter++; return 0x100; } };
assertEquals("A\u0100\u0100\u0100", String.fromCharCode(65, a, a, a));
as... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2001, 2012 IBM Corp. 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://w... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-2020 H2 Group. Multiple-Licensed under the MPL 2.0,
and the EPL 1.0 (https://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html xmlns="http://www.w3.org/1999/xhtml" lan... | {
"pile_set_name": "Github"
} |
/*
* Metadata muxer
* Copyright (c) 2010 Anton Khirnov
*
* 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 yo... | {
"pile_set_name": "Github"
} |
import ndim
import numpy
import pytest
from helpers import check_degree
import quadpy
@pytest.mark.parametrize(
"scheme",
[quadpy.sn.dobrodeev_1970(n) for n in range(3, 9)]
+ [quadpy.sn.dobrodeev_1978(n) for n in range(2, 7)]
+ [quadpy.sn.mcnamee_stenger_3(n) for n in range(2, 7)]
+ [quadpy.sn.mc... | {
"pile_set_name": "Github"
} |
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* DNS Library for handling lookups and updates.
*
* PHP Version 5
*
* Copyright (c) 2010, Mike Pultz <mike@mikepultz.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a043d41adfb485e4a940dbd556511f6b
timeCreated: 1479998720
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
.class public final Lcom/c/b/b/a/d;
.super Lcom/c/b/b/a/q;
# instance fields
.field private final a:[Ljava/lang/String;
.field private final b:[Ljava/lang/String;
.field private final c:Ljava/lang/String;
.field private final d:[Ljava/lang/String;
.field private final e:[Ljava/lang/String;
.field private final f... | {
"pile_set_name": "Github"
} |
//jDownloader - Downloadmanager
//Copyright (C) 2010 JD-Team support@jdownloader.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 3 of the License, or
//(at your opti... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
{{extends file='order_layout.tpl'}}
{{block name=order_main_body}}
<!-- 用 JS 设置页面的导航菜单 -->
<script type="text/javascript">
window.bz_set_nav_status.push(function ($) {
$("#order_tabbar li:has(a[href='{{bzf_make_url controller='/Order/Refund/Search'}}'])").addClass("active");
});
... | {
"pile_set_name": "Github"
} |
<%@ Page Language="VB" MasterPageFile="~/Aspx/Common/Master/sampleScreen.master" AutoEventWireup="true" Inherits="WebForms_Sample.Aspx.Sample.Crud.sampleScreen" Codebehind="sampleScreen.aspx.vb" %>
<%@ Register Assembly="OpenTouryo.CustomControl" Namespace="Touryo.Infrastructure.CustomControl" TagPrefix="cc1" %>
<asp... | {
"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"
} |
#!/bin/bash --norc
exec -a arm-linux-gnueabihf-nm \
external/org_linaro_components_toolchain_gcc_5_3_1/bin/arm-linux-gnueabihf-nm \
"$@"
| {
"pile_set_name": "Github"
} |
""
"foo""bar"
"foo %foo% bar $bar$ baz @baz@"
''
'foo''bar'
'foo %foo% bar $bar$ baz @baz@'
----------------------------------------------------
[
["string", ["\"\""]],
["string", ["\"foo\"\"bar\""]],
["string", [
"\"foo ",
["variable", "%foo%"],
" bar ",
["variable", "$bar$"],
" baz ",
... | {
"pile_set_name": "Github"
} |
//
// System.Collections.Generic.Stack
//
// Authors:
// Martin Baulig (martin@ximian.com)
// Ben Maurer (bmaurer@ximian.com)
//
// (C) 2003, 2004 Novell, Inc.
//
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ACTIVITY_ENTRY_NAME</string>
<!-- Robot picker strings-->
<string name="ollie">OLLIE</string>
<string name="sphero">SPHERO</string>
<string name="robot_picker_dialog_prompt">Welchen Roboter verwenden Sie?</string>
</resource... | {
"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><link rel="apple-touch-icon" sizes="180x180" href="/glide/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/glide/favicon-32x32.png"><link rel="icon" ... | {
"pile_set_name": "Github"
} |
const {Context} = require("../../lib/Context")
const {createProposer, createAcceptors} = require("../../lib/Mocks")
const {IncClient} = require("../../lib/clients/IncClient")
const {IncConsistencyChecker} = require("../../lib/clients/IncConsistencyChecker")
const {Proxy} = require("../../lib/proxies/Proxy")
const {Sh... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.