text stringlengths 2 99.9k | meta dict |
|---|---|
package phantom.data;
public class DataLoadException extends Exception {
private static final long serialVersionUID = -5790499662793876349L;
//public DataLoadException() { }
public DataLoadException(String message) {
super(message);
}
public DataLoadException(Throwable cause) {
super(cause);
}
public D... | {
"pile_set_name": "Github"
} |
-----BEGIN X509 CRL-----
MIIBqzCBlDANBgkqhkiG9w0BAQUFADA7MQswCQYDVQQGEwJOTDERMA8GA1UEChMI
UG9sYXJTU0wxGTAXBgNVBAMTEFBvbGFyU1NMIFRlc3QgQ0EXDTExMDIyMDEwMjI1
OVoXDTE5MTEyNTEwMjI1OVowKDASAgEBFw0xMTAyMTIxNDQ0MDdaMBICAQMXDTEx
MDIxMjE0NDQwN1owDQYJKoZIhvcNAQEFBQADggEBAJYuWdKPdblMVWCnxpMnchuL
dqWzK2BA0RelCaGjpxuwX3NmLDm+5hKja/D... | {
"pile_set_name": "Github"
} |
<?php
namespace Yoast\WP\SEO\Builders;
use Yoast\WP\SEO\Models\Indexable;
use Yoast\WP\SEO\Helpers\Indexable_Helper;
use Yoast\WP\SEO\Repositories\Indexable_Repository;
/**
* Builder for the indexables.
*
* Creates all the indexables.
*/
class Indexable_Builder {
/**
* The author builder.
*
* @var Indexa... | {
"pile_set_name": "Github"
} |
// #Regression #NoMT #FSI
// Regression test for FSHARP1.0:5427
//<Expects status="success"></Expects>
//<<Output
//let f x = x \+ 1
//let y z = f z
//let w = y 10
//Output
#load "LoadOrderOfExecution2.fsx"
printfn "let w = y 10"
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_VECTOR_VECTOR0_C_HPP_INCLUDED
#define BOOST_MPL_VECTOR_VECTOR0_C_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.... | {
"pile_set_name": "Github"
} |
sphinx>=1.4
ipykernel
nbsphinx
recommonmark
sphinx-autodoc-typehints
sphinx-gallery
cython
numpy
matplotlib
| {
"pile_set_name": "Github"
} |
'use strict'
const path = require('path')
const config = require('../config')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const packageConfig = require('../package.json')
exports.assetsPath = function (_path) {
const assetsSubDirectory = process.env.NODE_ENV === 'production'
? config.build.a... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--8786486b-4d57-4460-b527-50abb90ab791",
"spec_version": "2.0",
"objects": [
{
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
],
"external_references": [
{
... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
(function ($) {
var cf = termkit.config = function () {
};
})(jQuery); | {
"pile_set_name": "Github"
} |
package io.mockk.proxy.jvm.transformation
import io.mockk.proxy.MockKAgentLogger
import io.mockk.proxy.MockKInvocationHandler
import io.mockk.proxy.jvm.ClassLoadingStrategyChooser
import io.mockk.proxy.jvm.advice.ProxyAdviceId
import io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor
import io.mockk.proxy.jvm.disp... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2006 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 to... | {
"pile_set_name": "Github"
} |
<!DOCTYPE>
<html>
<head>
<title>Test MathML rowalign</title>
</head>
<body>
<b>rowalign="top"</b> <br/>
<math>
<mstyle>
<mtable rowalign="top">
<mtr>
<mtd>
<mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace>
</mtd>
... | {
"pile_set_name": "Github"
} |
1999-03-02 09:44:33 10HmaX-0005vi-00 Tainted filename for search: 'TESTSUITE/tainted@test.ex'
1999-03-02 09:44:33 10HmaY-0005vi-00 Tainted filename for search: 'TESTSUITE/CALLER@myhost.test.ex'
| {
"pile_set_name": "Github"
} |
package java.security.cert;
import java.security.GeneralSecurityException;
public class CertificateException extends GeneralSecurityException
{
public CertificateException()
{
}
public CertificateException(String msg)
{
super(msg);
}
}
| {
"pile_set_name": "Github"
} |
{
"name": "clone-stats",
"description": "Safely clone node's fs.Stats instances without losing their class methods",
"version": "0.0.1",
"main": "index.js",
"browser": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "~2.3.2"
},
"scripts": {
"test": "node test"
},
"author": {
... | {
"pile_set_name": "Github"
} |
dist/: build
build:
python setup.py sdist bdist
publish: dist/
twine upload dist/*
clean:
rm -rf build/ dist/
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark -
//
// File: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/PrivateFrameworks/MailUI.framework/Vers... | {
"pile_set_name": "Github"
} |
// Copyright ©2018 The Gonum 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 iterator
import "gonum.org/v1/gonum/graph"
// OrderedEdges implements the graph.Edges and graph.EdgeSlicer interfaces.
// The iteration order of O... | {
"pile_set_name": "Github"
} |
from ops.data import OpsClass, OpsField, DszObject, DszCommandObject, cmd_definitions
import dsz
if ('devicequery' not in cmd_definitions):
dszdevicequery = OpsClass('deviceitem', {'servicepath': OpsField('servicepath', dsz.TYPE_STRING), 'physdevobjname': OpsField('physdevobjname', dsz.TYPE_STRING), 'friendlyn... | {
"pile_set_name": "Github"
} |
<h3>Synopsis by Arturo Magidin (magidin@math.berkeley.edu)</h3>
<P>
Lochley is walking down a corridor when she is joined by
Delenn. Delenn tells her that she has spoken to Sheridan and is now
aware of the full reason Sheridan chose Lochley to command Babylon
5. Delenn also wants to tell the Captain that she approves... | {
"pile_set_name": "Github"
} |
use Test::Nginx::Socket::Lua;
use Cwd qw(cwd);
my $pwd = cwd();
our $HttpConfig = qq{
lua_package_path "$pwd/lib/?.lua;;";
lua_package_cpath "$pwd/lib/?.lua;;";
};
repeat_each(3);
plan tests => repeat_each() * 3 * blocks();
no_shuffle();
run_tests();
__DATA__
=== TEST 1: Build meta exceptions table with msgs
--... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Decidim
module Pages
PagesType = GraphQL::ObjectType.define do
interfaces [-> { Decidim::Core::ComponentInterface }]
name "Pages"
description "A pages component of a participatory space."
connection :pages, PageType.connection_type do
resolve... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE
NoImplicitPrelude
, OverloadedStrings
#-}
module Example (exampleBlog) where
import Prelude.Compat
import Control.Concurrent.STM (newTVarIO)
import Data.HashMap.Strict (HashMap)
import Data.Set (Set)
import qualified Data.HashMap.Strict as H
import qualified Data.Set as Set
import Api... | {
"pile_set_name": "Github"
} |
class Morris.Bar extends Morris.Grid
constructor: (options) ->
return new Morris.Bar(options) unless (@ instanceof Morris.Bar)
super($.extend {}, options, parseTime: false)
init: ->
@cumulative = @options.stacked
if @options.hideHover isnt 'always'
@hover = new Morris.Hover(parent: @el)
... | {
"pile_set_name": "Github"
} |
<snippet>
<content><![CDATA[class ${1:BlankSlate}
instance_methods.each { |meth| undef_method(meth) unless meth =~ /\A__/ }
def initialize${2/(^.*?\S.*)|.*/(?1:\()/}${2:args}${2/(^.*?\S.*)|.*/(?1:\))/}
@${3:delegate} = ${4:delegate_object}
$0
end
def method_missing(meth, *args, &block)
@${3:delegate}.... | {
"pile_set_name": "Github"
} |
from collections.abc import Sequence
import mmcv
import numpy as np
import torch
from mmcv.parallel import DataContainer as DC
from ..registry import PIPELINES
def to_tensor(data):
"""Convert objects of various python types to :obj:`torch.Tensor`.
Supported types are: :class:`numpy.ndarray`, :class:`torch.... | {
"pile_set_name": "Github"
} |
Directory: fixtures
Mode: 755
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Directory: fixtures/devices
Mode: 755
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Directory: fixtures/devices/pci0000:00
Mode: 755
# ttar - - - - - - - - - - - - - - - - - - - ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations \u0026 Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": n... | {
"pile_set_name": "Github"
} |
# server version: unknown
# name: "etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds"
# description: "Bucketed histogram of db compaction pause duration."
# type: "histogram"
etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le="1"}
etcd_debugging_mvcc_db_compaction_pause_duration_millis... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft
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, me... | {
"pile_set_name": "Github"
} |
/*
* QEMU OSS audio driver
*
* Copyright (c) 2003-2005 Vassili Karpov (malc)
*
* 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 rig... | {
"pile_set_name": "Github"
} |
#!/bin/bash
DISK=$1
if [ -z $DISK ]; then
echo Usage: $0 '<disk>'
echo
echo Example to check /dev/sdk:
echo
echo $0 /dev/sdk
echo
exit 1
fi
# Make sure that $DISK is a block device
if [ ! -b $DISK ]; then
echo ERROR: ${DISK} is not a block device
exit 10
fi
if [ "$(ceph health)" != "HEALTH_O... | {
"pile_set_name": "Github"
} |
# Category = Robot
#@ This code controls $180 Robodyssy ESRA robot head:
#@ <a href=http://www.robodyssey.com>robodyssey.com</a>.
#@ It has 5 servos (eye lid, eyes, lip top/bottom, and an optional neck) which are connected
#@ via the Mini SSC II serial servo controler: <a href=http://seetron.com>seetron.com</a>.
#@ P... | {
"pile_set_name": "Github"
} |
require File.expand_path('../../../spec_helper', __FILE__)
require "ostruct"
describe "OpenStruct#marshal_load when passed [Hash]" do
it "defines methods based on the passed Hash" do
os = OpenStruct.new
os.marshal_load(:age => 20, :name => "John")
os.age.should eql(20)
os.name.should == "John"
end... | {
"pile_set_name": "Github"
} |
//
// MJMember.m
// MJExtension
//
// Created by mj on 14-1-15.
// Copyright (c) 2014年 itcast. All rights reserved.
//
#import "MJMember.h"
#import "MJExtension.h"
@implementation MJMember
/**
* 初始化
*
* @param srcObject 来源于哪个对象
*
* @return 初始化好的对象
*/
- (instancetype)initWithSrcObject:(id)srcObject
{
... | {
"pile_set_name": "Github"
} |
'use strict';
import Vue from 'vue'
import VueRouter from 'vue-router'
import websiteRoutes from './app/contexts/website/routes'
import authRoutes from './app/contexts/auth/routes'
import accountancyRoutes from './app/contexts/accountancy/routes'
import registryRoutes from './app/contexts/registry/routes'
import tim... | {
"pile_set_name": "Github"
} |
/***********************************************************************
Freeciv - Copyright (C) 1996-2005 - Freeciv Development Team
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 v... | {
"pile_set_name": "Github"
} |
package com.gpmall.comment.dto;
import com.gpmall.comment.constant.CommentRetCode;
import com.gpmall.commons.result.AbstractRequest;
import com.gpmall.commons.tool.exception.ValidateException;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
/**
* @author heps
* @date 2019/8/22 23:32
* 商品评价回复意见分页查询... | {
"pile_set_name": "Github"
} |
#include <GUIConstantsEx.au3>
#include <GuiStatusBar.au3>
#include <WinAPI.au3>
#include <WindowsConstants.au3>
$Debug_SB = False ; Check ClassName being passed to functions, set to True and use a handle to another control to see it work
Global $iMemo
Example1()
Example2()
Func Example1()
Local $hGUI, $hIcons[2],... | {
"pile_set_name": "Github"
} |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, o... | {
"pile_set_name": "Github"
} |
#include <unistd.h>
#include "giz_kgsdk.h"
#include <FrameworkAudio.h>
unsigned short *framebuffer16[4]={0,0,0,0};
unsigned char *framebuffer8[4];
void *GizPrimaryFrameBuffer=NULL;
volatile unsigned short gp2x_palette[512][2];
int Timer=0;
static int bppMode = 16;
static unsigned int padValues[2]={0,0};
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Lovely Frazzlemaw" nameDescription="a lovely frazzlemaw" race="blood" experience="3400" speed="400">
<health now="4100" max="4100"/>
<look type="594" corpse="22567"/>
<targetchange interval="4000" chance="10"/>
<flags>
<flag summonable="0"/>
<flag attackable... | {
"pile_set_name": "Github"
} |
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE
package org.bytedeco.arrow_dataset;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import org.bytedeco.arrow.*;
import static org.bytedeco.arrow.global.arrow.... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function generate_patternRequired(it, $keyword) {
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"
} |
package Paws::CostExplorer::CostCategoryValues;
use Moose;
has Key => (is => 'ro', isa => 'Str');
has Values => (is => 'ro', isa => 'ArrayRef[Str|Undef]');
1;
### main pod documentation begin ###
=head1 NAME
Paws::CostExplorer::CostCategoryValues
=head1 USAGE
This class represents one of two things:
=head3 ... | {
"pile_set_name": "Github"
} |
#include "mobilenetssd.h"
#include <iostream>
#include <string>
#include "opencv2/imgproc.hpp"
#include "opencv2/core.hpp"
#if MIRROR_VULKAN
#include "gpu.h"
#endif // MIRROR_VULKAN
namespace mirror {
MobilenetSSD::MobilenetSSD() :
mobilenetssd_(new ncnn::Net()),
initialized_(false) {
#if MIRROR_VULKAN
ncnn::cre... | {
"pile_set_name": "Github"
} |
TK_CONST_DATA_ALIGN(const unsigned char image_cross[]) = {
0x02,0x00,0x03,0x01,0x83,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x63,0x72,0x6f,0x73,0x73,0x00,0x72,0x65,
0x73,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a... | {
"pile_set_name": "Github"
} |
form=词
tags=
陶陶兀兀。
人生梦里槐安国。
教公休醉公但莫。
盏倒垂莲,
一笑是赢得。
街头酒贱民声乐。
寻常行处寻欢适。
醉看檐雨森银竹。
我欲忧民,
渠有二千石。
| {
"pile_set_name": "Github"
} |
// Copyright (c) Barry Dorrans. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Security.Cryptography.X509Certificates;
namespace idunno.Authentication.Certificate
{
public class CertificateForwarderOp... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.swift
//
// Copyright (c) 2017 Xmartlabs ( http://xmartlabs.com )
//
//
// 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 limitatio... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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"
} |
= render partial: 'webui/project/breadcrumb_items'
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Maintenance Incidents
| {
"pile_set_name": "Github"
} |
(infinite_pigeonhole
(Union_inverse_image 0
(Union_inverse_image-1 nil 3314537897
("" (skolem!)
(("" (decompose-equality)
(("" (expand* "fullset" "IUnion" "Union")
(("" (inst + "f!1(x!1)")
((""
(expand* "inverse_image" "inverse_image" "member"
"singleton")
... | {
"pile_set_name": "Github"
} |
Dexux: DexDrive software for Linux
Developer Notes
William Ono <wmono@users.sourceforge.net>
All trademarks mentioned here are properties of their respective owners.
*** Please read README-0.0.0.d3 first. ***
The contents of this archive:
dexux.c - Current version of the code
dex-off - Small shell script to p... | {
"pile_set_name": "Github"
} |
Unnamed repository; edit this file 'description' to name the repository.
| {
"pile_set_name": "Github"
} |
import QtQuick 2.0
import QtTest 1.0
import QuickAndroid 0.1
Rectangle {
id : window
width: 480
height: 640
Button {
id: button1
text: "Launch"
x: 200
y: 500
onClicked: {
dropDownMenu1.open();
}
DropDownMenu {
id: dropDo... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 The Vitess 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 t... | {
"pile_set_name": "Github"
} |
dojo.require("dojox.analytics._base");
dojo.provide("dojox.analytics.plugins.mouseClick");
// window startup data
dojox.analytics.plugins.mouseClick = new (function(){
this.addData = dojo.hitch(dojox.analytics, "addData", "mouseClick");
this.onClick=function(e){
this.addData(this.trimEvent(e));
}
dojo.connect(d... | {
"pile_set_name": "Github"
} |
/**
* Loading
* --------------------------------------------------
*/
.loading {
@include transition(0.2s opacity linear);
visibility: hidden;
opacity: 0;
&.visible {
visibility: visible;
}
&.active {
opacity: 1;
}
position: fixed;
top: 50%;
left: 50%;
z-index: $z-index-loading;
... | {
"pile_set_name": "Github"
} |
<?php
/*************************************************************************************
* mmix.php
* -------
* Author: Benny Baumann (BenBE@geshi.org)
* Copyright: (c) 2009 Benny Baumann (http://qbnz.com/highlighter/)
* Release Version: 1.0.8.9
* Date Started: 2009/10/16
*
* MMIX Assembler language file fo... | {
"pile_set_name": "Github"
} |
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Loader
FILE: heap.asm
ROUTINES:
Name Description
---- -----------
InitHeap Initialize the heap
REVISION HISTORY:
Name Date Descrip... | {
"pile_set_name": "Github"
} |
# Makefile.in generated by automake 1.12.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice... | {
"pile_set_name": "Github"
} |
noinst_LIBRARIES += src/lib/libtor-encoding.a
if UNITTESTS_ENABLED
noinst_LIBRARIES += src/lib/libtor-encoding-testing.a
endif
# ADD_C_FILE: INSERT SOURCES HERE.
src_lib_libtor_encoding_a_SOURCES = \
src/lib/encoding/binascii.c \
src/lib/encoding/confline.c \
src/lib/encoding/cstring.c \
src/lib/encoding/... | {
"pile_set_name": "Github"
} |
package common
//
// gopsutil is a port of psutil(http://pythonhosted.org/psutil/).
// This covers these architectures.
// - linux (amd64, arm)
// - freebsd (amd64)
// - windows (amd64)
import (
"bufio"
"bytes"
"context"
"errors"
"fmt"
"io/ioutil"
"net/url"
"os"
"os/exec"
"path"
"path/filepath"
"reflect... | {
"pile_set_name": "Github"
} |
This is a collection of corpora for various WebRTC fuzzers. To use
them, the gn targets define seed_corpus=$corpus_dir, which causes the
ClusterFuzz upload bot to bundle $corpus_dir and upload it.
The format is simple: one file per test case. Specific notes are
included below.
### SDP ###
This corpus was initially as... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
package com.microsoft.appcenter.distribute;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import... | {
"pile_set_name": "Github"
} |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:adonisUi="clr-namespace:AdonisUI;assembly=AdonisUI"
xmlns:adonisExtensions="clr-namespace:AdonisUI.Extensions;as... | {
"pile_set_name": "Github"
} |
#version 450
layout (location = 0) out vec4 outFragColor;
void main()
{
outFragColor = vec4(1.0, 1.0, 1.0, 1.0);
} | {
"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 may... | {
"pile_set_name": "Github"
} |
import lf = require("lovefield");
export interface IRow {
id: number;
description: string;
deadline: Date;
done: boolean;
}
function main(): void {
const schemaBuilder: lf.schema.Builder = lf.schema.create('todo', 1);
schemaBuilder.createTable('Item').
addColumn('id', lf.Type.INTEGER).
... | {
"pile_set_name": "Github"
} |
[package]
name = "cstool"
version = "0.1.0"
authors = ["Travis Finkenauer <tmfinken@gmail.com>"]
license = "MIT"
edition = "2018"
[dependencies]
capstone = { path = "../capstone-rs", version = "0.7.0" }
log = "0.4"
stderrlog = "0.4"
[dependencies.clap]
version = "~2.32"
default-features = false
features = []
| {
"pile_set_name": "Github"
} |
/*
* Copyright DataStax, 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 to in wri... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include "clang/Basic/VirtualFileSystem.h"
#include "clang/Driver/Driver.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/raw_ostream.h"
using namespace clang;
using namespace... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http:... | {
"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"
} |
/** Find an unqualified identifier which matches a specified kind set.
* @param env The current environment.
* @param name The indentifier's name.
* @param kind Indicates the possible symbol kinds
* (a subset of VAL, TYP, PCK).
*/
Symbol findIdent(En... | {
"pile_set_name": "Github"
} |
# Lines starting with '#' and sections without content
# are not displayed by a call to 'details'
#
[Website]
http://onlineguru.ru/12491/view.html
[filters]
http://onlineguru.ru/mmog/kstat/1282.gif
http://onlineguru.ru/extra_online/kstat/475.gif?fbs=addins_payed_images
http://onlineguru.ru/extra_online/ksta... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:c81343638d07ca17e5d1c61f640e2c78f30d15aee06e34fe21074b3f2faee9fa
size 2366
| {
"pile_set_name": "Github"
} |
Autotest.add_discovery do
"rails"
end
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Console\Tests\Fixtures;
use Symfony\Component\Console... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="brQ-Yx-MWp">
<dependencies>
<deployment identifier="macosx"/>
... | {
"pile_set_name": "Github"
} |
download_finished=Zakończono pobieranie
open=Otwórz
Number_of_unread_messages=Liczba nieprzeczytanych:
Number_of_new_messages=Liczba nowych:
Open_file=Otwórz plik
Open_folder=Otwórz folder
Mark_as_read=Oznacz jako przeczytaną
New_message=Nowa wiadomość
New_messages=Nowe wiadomości
New_message_from=Nowa wiadomość od
New... | {
"pile_set_name": "Github"
} |
import { Entity, PrimaryGeneratedColumn, Column, ManyToOne, JoinColumn } from 'typeorm'
import { User } from './User.entity'
@Entity()
export class Pet {
@PrimaryGeneratedColumn('uuid')
id: string
@Column()
name: string
@Column()
age: number
@ManyToOne((type) => User, (user) => user.pets)
@JoinColum... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 12114
translator:
weibo: ''
hide: true
command: |-
zmv -Q '(**/)* *(.)' '$f:gs/ /_'
summary: |-
Remove spaces from filenames - through a whole directory tree.
| {
"pile_set_name": "Github"
} |
package testcase.T_https_TrustManager_01;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.security.SecureRandom;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SS... | {
"pile_set_name": "Github"
} |
---
en:
world:
gn:
k:
ka:
name: Kankan
ke:
name: Kérouané
ko:
name: Kouroussa
md:
name: Mandiana
si:
name: Siguiri
| {
"pile_set_name": "Github"
} |
summary: cleanbuild failure for valid yaml when using bases
environment:
SNAP_DIR: ../snaps/cleanbuild-with-base-valid-yaml
execute: |
cd "$SNAP_DIR"
snapcraft cleanbuild | MATCH "The cleanbuild command is no longer supported when using the base keyword."
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"resizing" : {
"mode" : "3-part-horizontal",
"center" : {
"mode" : "fill",
"width" : 1
},
"capInsets" : {
"right" : 14,
"left" : 14
}
},
"idiom" : "universal",
"filename" : "Essentials_Btn03.pn... | {
"pile_set_name": "Github"
} |
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/glue/model/GetPartitionResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/u... | {
"pile_set_name": "Github"
} |
<h3>Topic Comment Preview</h3>
<%= textilize params[:topic][:comment_body] %> | {
"pile_set_name": "Github"
} |
#6.3.1
EXAMPLE A_87
HYPOTHESES:
POINT A B C ;
MIDPOINT M A B ;
MIDPOINT N A C ;
SHOW: PARALLEL M N B C.
EXAMPLE A_88
HYPOTHESES:
POINT A B C ;
MIDPOINT F A C ;
MIDPOINT E B C ;
INTERSECTION_LL O A E B F ;
SHOW: (RATIO A O O E ) = 2 .
EXAMPLE A_91
HYPOTHESES:
POINT A B C ;
MIDPOINT M A B... | {
"pile_set_name": "Github"
} |
# Create a new PSCustomObject
$Result = [pscustomobject] @{
Result1 = $Result1
Result2 = $Result2
}
Return $Result
###################################################################################################
# Array with PSCustomObject
[System.Collections.ArrayList]$Results = @()
foreach($Item in $It... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Desire Nuentsa <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. I... | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2015, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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, co... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2020 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2016, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.