text stringlengths 2 99.9k | meta dict |
|---|---|
# frozen_string_literal: true
class MakeAuthorsPolymorphicForComments < ActiveRecord::Migration[5.2]
class Comment < ApplicationRecord
self.table_name = :decidim_comments_comments
end
def change
add_column :decidim_comments_comments, :decidim_author_type, :string
reversible do |direction|
dire... | {
"pile_set_name": "Github"
} |
/* eslint-env browser */
/**
* Module dependencies.
*/
var basename = require('path').basename;
var debug = require('debug')('mocha:watch');
var exists = require('fs').existsSync || require('path').existsSync;
var glob = require('glob');
var join = require('path').join;
var readdirSync = require('fs').readdirSync;
... | {
"pile_set_name": "Github"
} |
/*===-- X86DisassemblerDecoderCommon.h - Disassembler decoder -----*- C -*-===*
*
* The LLVM Compiler Infrastructure
*
* This file is distributed under the University of Illinois Open Source
* License. See LICENSE.TXT for details.
*
*===--------------------------------------------------------... | {
"pile_set_name": "Github"
} |
# Licensed to Cloudera, Inc. under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. Cloudera, Inc. licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file ex... | {
"pile_set_name": "Github"
} |
//----------------------------------------------
// NGUI: Next-Gen UI kit
// Copyright © 2011-2015 Tasharen Entertainment
//----------------------------------------------
using UnityEngine;
using UnityEditor;
#if UNITY_3_5
[CustomEditor(typeof(UIButtonColor))]
#else
[CustomEditor(typeof(UIButtonColor), tru... | {
"pile_set_name": "Github"
} |
module Liquid
class Error < ::StandardError; end
class ArgumentError < Error; end
class ContextError < Error; end
class FilterNotFound < Error; end
class FileSystemError < Error; end
class StandardError < Error; end
class SyntaxError < Error; end
class StackLevelError < Error; end
end | {
"pile_set_name": "Github"
} |
package net.minecraft.server;
import java.util.Date;
import java.util.UUID;
import net.minecraft.util.com.google.gson.JsonObject;
import net.minecraft.util.com.mojang.authlib.GameProfile;
public class GameProfileBanEntry extends ExpirableListEntry {
public GameProfileBanEntry(GameProfile gameprofile) {
... | {
"pile_set_name": "Github"
} |
{
"AD_DURATION": "משך המודעה",
"AD_PROGRESS": "מודעה [AD_ON] מתוך [NUM_ADS]",
"AD_TIME": "מודעה: [AD_TIME]",
"AUTO_QUALITY": "אוטומטי",
"BACK": "חזרה",
"CAPTIONS": "כתוביות",
"CAST": "העבר...",
"ENTER_LOOP_MODE": "הצגת הסרטון הנוכחי בלופ",
"ENTER_PICTURE_IN_PICTURE": "מעבר אל מצב 'תמונה בתוך תמונה'",
... | {
"pile_set_name": "Github"
} |
"""
Testing indexing of the courseware as it is changed
"""
import json
import time
from datetime import datetime
from unittest import skip
from uuid import uuid4
import ddt
import pytest
import six
from django.conf import settings
from lazy.lazy import lazy
from mock import patch
from pytz import UTC
from search.se... | {
"pile_set_name": "Github"
} |
PAGE ,132
TITLE System utilities, not relying on MS-DOS.
;*****************************************************************************;
; ;
; FILE NAME: ACTIVEPG.ASM ;
; ;
; DESCRIPTION: Routines to manage the display active page ;
; ;
; NOTES:... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_snippet_anchor
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: website (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-25 01:52+0000\n"
"PO-Revision-Date: 2015-12-03 10:39+0000\n"
"Last-Tran... | {
"pile_set_name": "Github"
} |
{
"model": "RMNetClassifierCifar",
"dataset": "CIFAR100",
"num_classes": 100,
"pretrained": true,
"batch_size": 256,
"epochs": 300,
"input_info": {
"sample_size": [2, 3, 32, 32]
},
"optimizer": {
"type": "Adam",
"base_lr": 0.0001,
"schedule_type": "multi... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.lang.plugin.standalone.typesystem;
/*Generated by MPS */
import jetbrains.mps.lang.typesystem.runtime.SubtypingRule_Runtime;
import jetbrains.mps.lang.typesystem.runtime.ISubtypingRule_Runtime;
import org.jetbrains.mps.openapi.model.SNode;
import jetbrains.mps.typesystem.inference.TypeCheckingCo... | {
"pile_set_name": "Github"
} |
D6339718E9B58FCE3C66C78AAA5B7BF150F48332
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class BSActionListener;
@protocol OS_dispatch_queue;
@interface BSActionListenerController : NSObject
{
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<root>
<name>append()</name>
<category>JSONArray</category>
<subcategory>Method</subcategory>
<type>method</type>
<example>
<image></image>
<code><![CDATA[
JSONArray json;
void setup() {
json = new JSONArray();
json.append(32);
json.append(1.5);
js... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2014-2014
//
// 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.boost... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
/***********************************************************************************/
/* This file is automatically generated using bindtool and can be manually edited */
/* ... | {
"pile_set_name": "Github"
} |
---
word: granular
meaning: 颗粒的
correct: /ˈɡrænjələr/
note:
category: 形容词
---
| {
"pile_set_name": "Github"
} |
@using MrCMS.Helpers
@model MrCMS.Entities.People.User
@{ Layout = "~/Areas/Admin/Views/Shared/_LayoutPopup.cshtml";}
@using (Html.BeginForm("Delete", "User", new { id = Model.Id }, FormMethod.Post))
{
<fieldset>
<legend>@Resource("Admin User Delete User", "Delete User")
<span class="btn-group ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Examples for bug 444928</title>
</head>
<body>
<table cellspacing="50" cellpadding="0" width="652">
<col width="150">
<col width="150">
<col>
<tr><td colspan="2" style="background:yellow">1-2</td><td style="... | {
"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"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2005-2006 Dan Marsden
Copyright (c) 2009-2010 Christopher Schmidt
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or... | {
"pile_set_name": "Github"
} |
This is a very long string that we are breaking up into multiple lines for testing.
This is a string. The number 2 = 2
This is a string. The value = 3
New language feature
allows newlines in the strings
might make some happy
V V EEEEE L OOOOO CCCCC I TTTTT Y Y
V V E L O O C I ... | {
"pile_set_name": "Github"
} |
UNIQUE(from_types "UC;${WRAP_ITK_SCALAR}")
UNIQUE(to_types "UC;UL;${ITKM_IT};${WRAP_ITK_SCALAR}")
UNIQUE(vector_types "${WRAP_ITK_VECTOR_REAL};${WRAP_ITK_COV_VECTOR_REAL}")
itk_wrap_class("itk::InPlaceImageFilter" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(to ${to_types})
itk_wrap_template("I${ITKM... | {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
func b<T {
class A : A.e {
func e: T.e
| {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol SXCalendarPresenter <NSObject>
@required
- (void)presentCalendarEvent:(SXPresentableCalendarEvent *)arg1;
@end
| {
"pile_set_name": "Github"
} |
describe('adaptive.speech', function() {
describe('$speechSynthetisProvider', function() {
var speechSynthetis;
beforeEach(module('adaptive.speech', function($speechSynthetisProvider) {
speechSynthetis = $speechSynthetisProvider;
}));
it('should be defined', inject(function() {
expect(s... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2016 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 agreed t... | {
"pile_set_name": "Github"
} |
<?php
namespace Paranoia\Formatter;
class NopeFormatter implements FormatterInterface
{
public function format($input)
{
return $input;
}
}
| {
"pile_set_name": "Github"
} |
import React, { Component } from 'react'
import { Menu, Container } from 'semantic-ui-react'
import { Subscribe } from 'unstated'
import { NavLink } from 'react-router-dom'
import UserContainer from 'Containers/User'
// helper for semanticUI + react-router
const Link = props => (
<NavLink
{...props}
activeC... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016-2018 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file exc... | {
"pile_set_name": "Github"
} |
#include <gtest/gtest.h>
#include "uint128_t.h"
TEST(Accessor, bits){
uint128_t value = 1;
for(uint32_t i = 0; i < 127; i++){
EXPECT_EQ(value.bits(), i + 1); // before shift
value <<= 1;
}
EXPECT_EQ(uint128_t(0).bits(), 0);
}
TEST(Accessor, data){
const uint12... | {
"pile_set_name": "Github"
} |
// Copyright (c) 1999 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// 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, o... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:143ebd77f51c469097f7b2d9ba257215c2cc63ddacc0016ab32374a2df73eb80
size 9147
| {
"pile_set_name": "Github"
} |
//===--- SwiftCallingConv.cpp - Lowering for the Swift calling convention -===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
#include "../../rt2860/sta/wpa.c"
| {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
<?php
use Kanboard\Model\ColumnRestrictionModel;
use Kanboard\Model\ProjectModel;
use Kanboard\Model\ProjectRoleModel;
require_once __DIR__.'/../Base.php';
class ColumnRestrictionModelTest extends Base
{
public function testCreation()
{
$projectModel = new ProjectModel($this->container);
$pro... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: da53c729add26524fbecb84a7b599289
timeCreated: 1531219386
licenseType: Free
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
isPreloaded: 0
isOverridable: 0
platformData:
- first:
'': Any
second:
enabled: 0
settings:
... | {
"pile_set_name": "Github"
} |
---
upgrade:
- |
Tags are now used on the ``ctlplane`` network to store the list of cidrs
associated with the subnets on the ``ctlplane`` network. Users of
Deployed Server (pre-provisioned servers) need to update the port map
(``DeployedServerPortMap``) to include the required data. For example::
... | {
"pile_set_name": "Github"
} |
package v7action
import (
"errors"
"fmt"
"sort"
"code.cloudfoundry.org/cli/actor/actionerror"
"code.cloudfoundry.org/cli/api/cloudcontroller/ccv3"
"code.cloudfoundry.org/cli/resources"
)
type ServicePlanWithSpaceAndOrganization ccv3.ServicePlanWithSpaceAndOrganization
type ServicePlanAccess struct {
BrokerNa... | {
"pile_set_name": "Github"
} |
function a() {
eff0();
var i = 0;
i++;
eff1(i);
if (t) {
eff2(i);
i++;
eff4(i);
} else {
eff3(i);
}
eff5(i);
i++;
eff6(i);
}
| {
"pile_set_name": "Github"
} |
# Representation Learning on Graphs with Jumping Knowledge Networks
```
@inproceedings{jknet_icml18,
title = {Representation Learning on Graphs with Jumping Knowledge Networks},
author = {Xu, Keyulu and Li, Chengtao and Tian, Yonglong and Sonobe, Tomohiro and Kawarabayashi, Ken-ichi and Jegelka, Stefanie},
b... | {
"pile_set_name": "Github"
} |
// +build !windows
package wincred
import "errors"
const (
sysCRED_TYPE_GENERIC = 0
sysCRED_TYPE_DOMAIN_PASSWORD = 0
sysCRED_TYPE_DOMAIN_CERTIFICATE = 0
sysCRED_TYPE_DOMAIN_VISIBLE_PASSWORD = 0
sysCRED_TYPE_GENERIC_CERTIFICATE = 0
sysCRED_TYPE_DOMAIN_EXTENDED = 0
sysE... | {
"pile_set_name": "Github"
} |
/*!
* Sizzle CSS Selector Engine v2.3.3
* https://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2016-08-08
*/
(function( window ) {
var i,
support,
Expr,
getText,
isXML,
tokenize,
compile,
select,
outermostCo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org>
* Copyright (C) 2018 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* Lic... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
]
operations = [
migrations.CreateModel(
name='Comment',
fields=[
... | {
"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.
package xts
import (
"bytes"
"crypto/aes"
"encoding/hex"
"testing"
)
// These test vectors have been taken from IEEE P1619/D16, Annex B.
var xtsTestVector... | {
"pile_set_name": "Github"
} |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
/*
* 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 ... | {
"pile_set_name": "Github"
} |
describe :hash_update, shared: true do
it "adds the entries from other, overwriting duplicate keys. Returns self" do
h = { _1: 'a', _2: '3' }
h.send(@method, _1: '9', _9: 2).should equal(h)
h.should == { _1: "9", _2: "3", _9: 2 }
end
it "sets any duplicate key to the value of block if passed a block"... | {
"pile_set_name": "Github"
} |
// run-pass
#![allow(overflowing_literals)]
#![feature(test)]
extern crate test;
use test::black_box as b;
fn main() {
let x: i128 = -1;
assert_eq!(0, !x);
let y: i128 = -2;
assert_eq!(!1, y);
let z: i128 = 0xABCD_EF;
assert_eq!(z * z, 0x734C_C2F2_A521);
assert_eq!(z * z * z * z, 0x33EE_0... | {
"pile_set_name": "Github"
} |
#base=js
app.js
| {
"pile_set_name": "Github"
} |
package com.vk.api.sdk.objects.enums;
import com.google.gson.annotations.SerializedName;
import com.vk.api.sdk.queries.EnumParam;
/**
* Sort order: 'asc' — by creation date in chronological order, 'desc' — by creation date in reverse chronological order,
*/
public enum BoardSort implements EnumParam {
@Serializ... | {
"pile_set_name": "Github"
} |
c2610ae5c15704573e63d30dfe0c2827
| {
"pile_set_name": "Github"
} |
/**
* @author Ryan Johnson <http://syntacticx.com/>
* @copyright 2008 PersonalGrid Corporation <http://personalgrid.com/>
* @package LivePipe UI
* @license MIT
* @url http://livepipe.net/control/rating
* @require prototype.js, livepipe.js
*/
/*global document, Prototype, Ajax, Class, Event, $, $A, $F, $R, $brea... | {
"pile_set_name": "Github"
} |
using System;
using System.Text;
using System.Xml;
using System.Xml.Xsl;
using System.Xml.XPath;
namespace Transform
{
class Program
{
static void Main(string[] args)
{
//Three();
}
public static void One()
{
//<snippet1>
// Open books.xml ... | {
"pile_set_name": "Github"
} |
import * as React from 'react'
import Header from './Header'
import Overlay from './Overlay'
import Search from './Search/Search'
import { MarkdownRemark, Step } from '../types'
import MobileMenu from './MobileMenu'
import OverviewVideoModal from './OverviewVideoModal'
import Logo from './Logo'
import '../utils/polyfil... | {
"pile_set_name": "Github"
} |
import { ChainId, Identity, PrehashType, SignableBytes, SignatureBytes } from "@iov/bcp";
import { Slip10Curve } from "@iov/crypto";
import { ValueAndUpdates } from "@iov/stream";
import { Wallet, WalletId, WalletImplementationIdString, WalletSerializationString } from "../wallet";
interface Slip10WalletConstructor {
... | {
"pile_set_name": "Github"
} |
/*
* ------------------------------------------------------------------------
*
* Copyright by KNIME AG, Zurich, Switzerland
* Website: http://www.knime.com; Email: contact@knime.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | {
"pile_set_name": "Github"
} |
import xmltodict
# Ideally i'd like to be able to pull this info out dynamically from each protocol object but i'm a lazy bastard
protocol_dict = {
'smb': {'ports': [445, 139], 'services': ['smb', 'cifs']},
'mssql': {'ports': [1433], 'services': ['mssql']},
'ssh': {'ports': [22], 'services': ['ssh']},
... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\aggregator\Form;
use Drupal\Core\Entity\ContentEntityConfirmFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Url;
/**
* Provides a deletion confirmation form for items that belong to a feed.
*
* @internal
*/
class FeedItemsDeleteForm extends ContentEntityConfirmFormBase {... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/DateAndTimePicker_AS.iml" filepath="$PROJECT_DIR$/DateAndTimePicker_AS.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$... | {
"pile_set_name": "Github"
} |
{
"forum-traffic": "Traffico Forum",
"page-views": "Pagine viste",
"unique-visitors": "Visitatori Unici",
"new-users": "Nuovi utenti",
"posts": "Post",
"topics": "Discussioni",
"page-views-seven": "Ultimi 7 giorni",
"page-views-thirty": "Ultimi 30 giorni",
"page-views-last-day": "Ultime 24 ore",
"page-views-c... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_232-ea) on Thu Oct 17 07:53:19 AEDT 2019 -->
<title>SelfDescribing (Hamcrest 2.2 API)</title>
<meta name="date" content="2019-10-17">
<link rel... | {
"pile_set_name": "Github"
} |
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
//
// Code generated from specification version 7.5.0: DO NOT EDIT
package esapi
import (
"context"
"io"
"ne... | {
"pile_set_name": "Github"
} |
import { ProjectTemplate } from "@igniteui/cli-core";
import * as path from "path";
import { BaseIgrProject } from "../_base";
export class TopNavIgrProject extends BaseIgrProject implements ProjectTemplate {
public id: string = "top-nav";
public name = "Default top navigation";
public description = "Project struct... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Google Inc. 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 applica... | {
"pile_set_name": "Github"
} |
# TODO & NOTE: 此处考虑图像分类、目标检测(coco、voc)、实例分割(cooc)三种情况
# 比如
# ToTensor:图像变,目标不变
# rotate:图像、目标都要变
# brightness:图像变, 目标不变 | {
"pile_set_name": "Github"
} |
/*
* Copyright Andrey Semashev 2007 - 2015.
* 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)
*/
/*!
* \file config.hpp
* \author Andrey Semashev
* \date 08.03.2007
*
* \brief This ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { store as globalStore, WithStoreProp } from '../..';
import * as testUtils from '../testUtils';
const getTitle = () => globalStore.meta.title;
it('should not matter which store I read/write from', () => {
globalStore.meta = { title: 'Hello' };
const { getByText } = testUtils.co... | {
"pile_set_name": "Github"
} |
/*************************************************************************
* *
* XVIII Olimpiada Informatyczna *
* *
* Zadanie: ... | {
"pile_set_name": "Github"
} |
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
# - Apache Software License
# - Apache Software License, Version 2.0
# - BSD License
# - Common Development And Distribution License (CDDL), Ve... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
using System;
using System.Collections.Generic;
using CoreAnimation;
using CoreLocation;
using Foundation;
using UIKit;
using MyDriving.DataObjects;
using Plugin.Geolocator... | {
"pile_set_name": "Github"
} |
package net.sf.marineapi.nmea.parser;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import net.sf.marineapi.nmea.sentence.TalkerId;
import net.sf.marineapi.nmea.util.CompassPoint;
impo... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
namespace Microsoft.PowerShell.EditorServices.Services.TextDocument
{
/// <summary>
/// Contains details relating to a content change in an open file.
... | {
"pile_set_name": "Github"
} |
--TEST--
phpunit --testdox DataProviderTest ../_files/DataProviderTest.php
--FILE--
<?php
define('PHPUNIT_TESTSUITE', TRUE);
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = '--testdox';
$_SERVER['argv'][3] = 'DataProviderTest';
$_SERVER['argv'][4] = dirname(dirname(__FILE__)) . '/_files/DataProviderT... | {
"pile_set_name": "Github"
} |
---
title: About
permalink: /about/
---
About the site
| {
"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
* distribu... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Primary module hooks for Foo module.
*/
| {
"pile_set_name": "Github"
} |
// https://docs.cypress.io/guides/guides/plugins-guide.html
module.exports = (on, config) => {
return Object.assign({}, config, {
fixturesFolder: 'tests/e2e/fixtures',
integrationFolder: 'tests/e2e/specs',
screenshotsFolder: 'tests/e2e/screenshots',
videosFolder: 'tests/e2e/videos',
supportFile: ... | {
"pile_set_name": "Github"
} |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2008, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | {
"pile_set_name": "Github"
} |
html {
height: 100%;
}
body {
position: fixed;
font-family: sans-serif;
color: #2c3e50;
margin: 0;
width: 100%;
height: 100%;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
}
.notes {
margin: auto;
width: 400px;
position: fixed;
top: 50%;
left: 0;
right: 0;
text-... | {
"pile_set_name": "Github"
} |
# The PPro and PII cores are mostly the same.
i386/i686
| {
"pile_set_name": "Github"
} |
50 -1.0e+30 0 0
0
0
1
1
0
0 1.000e+00 (10G13.0) -1 HK() = Horizontal hydraulic conductivity of layer 1
0 1.000e+00 (10G13.0) -1 VKA() = Vertical hydraulic conductivity of layer 1
0 0.000e+00 (10G13.0) -1 ... | {
"pile_set_name": "Github"
} |
import gql from 'graphql-tag';
export const TEST_ORDER_FRAGMENT = gql`
fragment TestOrderFragment on Order {
id
code
state
active
total
couponCodes
adjustments {
adjustmentSource
amount
description
type
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Authors:
# rafael@postgresql.org.es / http://www.postgresql.org.es/
#
# Copyright (c) 2014-2015 USIT-University of Oslo
#
# This file is part of Zabbix-cli
# https://github.com/rafaelma/zabbix-cli
#
# Zabbix-CLI is free software: you can redistribute it and/or modify
# it under the terms of th... | {
"pile_set_name": "Github"
} |
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distribution and use of this software in both source and binary
form is allowed (with or without changes) provided that:
1. distrib... | {
"pile_set_name": "Github"
} |
{
"name": "ace-builds",
"version": "1.2.3",
"description": "Ace (Ajax.org Cloud9 Editor)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"ignore": [
"demo"
],
"repository": {
"type": "git",
"url": "https://github.com/aja... | {
"pile_set_name": "Github"
} |
function read(query, user, request) {
query.where({userId: user.userId});
request.execute({
success: addIdentityToResults.bind(null, request, user)
});
}
function addIdentityToResults(request, user, results) {
user.getIdentities({
success: function(identities) {
identiti... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'forms', 'mn', {
button: {
title: 'Товчны шинж чанар',
text: 'Тэкст (Утга)',
type: 'Төрөл',
typeBtn: 'Товч',
typeSbm: 'S... | {
"pile_set_name": "Github"
} |
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# App different than the regular content subcomponents (see comments in
# //content/BUILD.gn) because it has to support the browser/child process split
# (th... | {
"pile_set_name": "Github"
} |
Connection: close
Content-Length: 0
Date: Fri, 06 Oct 2017 09:42:29 GMT
Server: Microsoft-IIS/8.5
| {
"pile_set_name": "Github"
} |
apiVersion: 1
providers:
- name: 'default'
folder: 'Spring Boot'
type: file
options:
path: /etc/grafana/dashboards
| {
"pile_set_name": "Github"
} |
---
id: aws
title: AWS
---
Node classes list of aws provider.
## aws.analytics
- **diagrams.aws.analytics.Analytics**
- **diagrams.aws.analytics.Athena**
- **diagrams.aws.analytics.CloudsearchSearchDocuments**
- **diagrams.aws.analytics.Cloudsearch**
- **diagrams.aws.analytics.DataPipeline**
- **diagrams.aws.analyti... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
namespace GameMachine {
namespace Common {
public enum GMKeyCode {
None,
Jumping,
Vaxis,
Haxis,
Yaxis,
AngleY,
MouseRight,
Heading,
Hid... | {
"pile_set_name": "Github"
} |
(function(window, document){
/*
json2.js
2013-05-26
Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html
USE YOUR OWN COPY. IT IS EXTREME... | {
"pile_set_name": "Github"
} |
package zfs
import (
"fmt"
)
// Error is an error which is returned when the `zfs` or `zpool` shell
// commands return with a non-zero exit code.
type Error struct {
Err error
Debug string
Stderr string
}
// Error returns the string representation of an Error.
func (e Error) Error() string {
return fmt.Spri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="pref_rotation_title">"旋转模式"</string>
<string name="pref_rotation_summary">"如何改变旋转"</string>
<string name="list_rotation_unspecified" translatable="true">"不指定"</string>
<string name="list... | {
"pile_set_name": "Github"
} |
# Подозреваете ошибку в компиляторе? Проверьте получше свой код!
(В оригинале - Check Your Code First before Looking to Blame Others)
Все разработчики часто склонны не верить, что ошибка в их коде, обвиняя вместо этого, например, компилятор.
Однако в реальности то, что ошибка на самом деле в компиляторе, интерпретато... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.