text
stringlengths
2
99.9k
meta
dict
{ "url": "https://api.github.com/repos/hub4j-test-org/github-api/pulls/272", "id": 315252370, "node_id": "MDExOlB1bGxSZXF1ZXN0MzE1MjUyMzcw", "html_url": "https://github.com/hub4j-test-org/github-api/pull/272", "diff_url": "https://github.com/hub4j-test-org/github-api/pull/272.diff", "patch_url": "https://gi...
{ "pile_set_name": "Github" }
// Copyright 2015 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 rangetable provides utilities for creating and inspecting // unicode.RangeTables. package rangetable import ( "sort" "unicode" ) // New creates a...
{ "pile_set_name": "Github" }
/* * Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com * The software in this package is published under the terms of the CPAL v1.0 * license, a copy of which has been included with this distribution in the * LICENSE.txt file. */ package org.mule.runtime.core.internal.connection; import ...
{ "pile_set_name": "Github" }
function X=ctranspose(X) %CTRANSPOSE (overloaded) if isa(X,'blkvar') X = sdpvar(X); end n = X.dim(1); m = X.dim(2); ind = reshape(reshape(1:n*m,n,m)',n*m,1); if isreal(X.basis) X.basis = X.basis(ind,:); else X.basis = conj(X.basis(ind,:)); end X.dim(1) = m; X.dim(2) = n; % Reset info about conic terms X.c...
{ "pile_set_name": "Github" }
<?php namespace Namshi\JOSE; use Namshi\JOSE\Base64\Base64UrlSafeEncoder; use Namshi\JOSE\Base64\Encoder; /** * Class representing a JSON Web Token. */ class JWT { /** * @var array */ protected $payload; /** * @var array */ protected $header; /** * @var Encoder *...
{ "pile_set_name": "Github" }
/* * Copyright (C) International Business Machines Corp., 2000-2003 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any ...
{ "pile_set_name": "Github" }
<layout> <data> <variable name="model" type="com.commonsware.android.signature.dump.MainActivity.DetailModel" /> </data> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:la...
{ "pile_set_name": "Github" }
{ "uuid": "b0e54645-d51e-4581-afe4-9ec4ff1ce9d3", "title": "Partial credit 3", "topic": "Algebra", "tags": ["mwest", "fa17", "tpl101", "v3"], "type": "v3" }
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Kullanıcılar</title> </head> <body bgcolor="#ffffff"> <h1>Kullanıcılar</h1> <p> Kullanıcılar websitelerinin/webapps kullanıcılarının ZAP temsilcisidir. Belirlı eylemlerin,...
{ "pile_set_name": "Github" }
package lila.fishnet import org.joda.time.DateTime import chess.format.{ FEN, Uci } import chess.variant.Variant import lila.common.IpAddress sealed trait Work { def _id: Work.Id def game: Work.Game def tries: Int def lastTryByKey: Option[Client.Key] def acquired: Option[Work.Acquired] def createdAt: Dat...
{ "pile_set_name": "Github" }
require('../../modules/core.object.define'); module.exports = require('../../modules/_core').Object.define;
{ "pile_set_name": "Github" }
/* * be_misc.c: helper functions shared between main network backends. */ #include <assert.h> #include <string.h> #define DEFINE_PLUG_METHOD_MACROS #include "putty.h" #include "network.h" void backend_socket_log(void *frontend, int type, SockAddr addr, int port, const char *error_msg, int e...
{ "pile_set_name": "Github" }
# valgrind options V = valgrind --suppressions=suppress --quiet # covall is not used COVER = # no test coverage needed CF = -O0 -g
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="../common/docs.css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale = 1.0" /> <link href="./assets/favicon.ico" rel="shortcut icon" /> <title>Webix : Samples</ti...
{ "pile_set_name": "Github" }
#!/usr/bin/python # -*- coding: utf-8 -*- class Boy(): def __init__(self, name): self.name = name def play(self, distance): self.distance = distance print ' %s 跑了%d 米,为马拉松做准备' % (self.name, self.distance) def time(self, minute): self.minute = minute print '%s 跑了 %d分钟后'% (self.name, s...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Reflection; using DynamoShapeManager; namespace TestServices { /// <summary> /// The TestSessionConfiguration class is responsible for /// reading the TestServices configuration file, if provided, ...
{ "pile_set_name": "Github" }
(set-option :incremental false) (set-info :status sat) (set-logic QF_UF) (declare-sort U 0) (declare-fun a () U) (declare-fun b () U) (declare-fun f (U) U) (check-sat-assuming ( (= (f a) (f b)) ))
{ "pile_set_name": "Github" }
#ifndef LGMESH3_HPP #define LGMESH3_HPP // 3d real (2d equivalent at [[file:problem.hpp::pferbase]]) typedef FEbase<double,v_fes3> * pf3rbase ; typedef FEbaseArray<double,v_fes3> * pf3rbasearray ; typedef pair<pf3rbase,int> pf3r ; typedef pair<pf3rbasearray,int> pf3rarray ; // 3d complex (2d equivalent at [[file:probl...
{ "pile_set_name": "Github" }
// Copyright 2016 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 applicable...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. 'use strict'; // tslint:disable: no-var-requires no-require-imports max-func-body-length no-any match-default-export-name import * as assert from 'assert'; import { expect } from 'chai'; import * as fsExtra from 'fs-extra'...
{ "pile_set_name": "Github" }
/* Copyright (c) 2013 Boundless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Contribut...
{ "pile_set_name": "Github" }
import Elm from './Main'; // We need embed the Elm app to the div, if we call fullscreen we will have duplicated html Elm.Main.embed(document.getElementById('root')); if (module.hot) { module.hot.accept(); }
{ "pile_set_name": "Github" }
define("ace/snippets/gobstones",["require","exports","module"], function(require, exports, module) { "use strict"; exports.snippetText = "# Procedure\n\ snippet proc\n\ procedure ${1?:name}(${2:argument}) {\n\ ${3:// body...}\n\ }\n\ \n\ # Function\n\ snippet fun\n\ function ${1?:name}(${2:argument}) {\n\ retur...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice,...
{ "pile_set_name": "Github" }
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
{ "pile_set_name": "Github" }
/* * DES and 3DES-EDE ciphers * * Modifications to LibTomCrypt implementation: * Copyright (c) 2006-2009, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "includes.h" #include "common.h" #include "crypto.h" #include "d...
{ "pile_set_name": "Github" }
<p align="center"> <a href="http://gulpjs.com"> <img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png"> </a> </p> # clone-buffer [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyo...
{ "pile_set_name": "Github" }
/*************************************************************************************************** * Copyright 2020 NVIDIA Corporation. All rights reserved. **************************************************************************************************/ /// \file /// \brief Major and minor version number and an ...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: name: example-app labels: app: example-app spec: ports: - name: http protocol: TCP port: 80 targetPort: 80 selector: app: example-app
{ "pile_set_name": "Github" }
This file describes changes made on external libraries after being included in Dolibarr root. ALL: ---- Check "@CHANGE" PrestaShopWebservice: --------------------- Replace $params = array('filter', 'display', 'sort', 'limit', 'id_shop', 'id_group_shop'); With $params = array('filter', 'display', 'sort', 'limit'...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
import * as angular from 'angular'; import 'angular-mocks'; import { ContactList } from './contact-list.component'; describe('ContactList component', () => { beforeEach(() => { angular .module('app', []) .component(ContactList.selector, ContactList); angular.mock.module('app'); }); it('shoul...
{ "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 NSDictionary; @interface NWUsageTargetSelector : NSObject { _Bool _hasExplicitTCP; _Bool _ex...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Spanish [es] //! author : Julio Napurí : https://github.com/julionc import moment from '../moment'; var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split( '_' ), monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_no...
{ "pile_set_name": "Github" }
{% extends 'legislatives/layout.html.twig' %} {% block page_title 'Le Trombinoscope' %} {% block canonical_url url('legislatives_homepage') %} {% block javascripts %} <script type="text/javascript"> Kernel.onLoad(function() { App.runLegislativesCandidatesList(); }); </script> {% en...
{ "pile_set_name": "Github" }
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) class Tulip(CMakePackage): """ Tulip is an information visualization framework dedicated to the analysis and visu...
{ "pile_set_name": "Github" }
/*! ***************************************************************************** Copyright (c) Microsoft Corporation. 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 htt...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
{ "pile_set_name": "Github" }
comment "tesseract-ocr needs a toolchain w/ threads, C++, gcc >= 4.8, dynamic library, wchar" depends on BR2_USE_MMU depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || BR2_STATIC_LIBS || !BR2_USE_WCHAR menuconfig BR2_PACKAGE_TESSERACT_OCR bool "tesseract-ocr" ...
{ "pile_set_name": "Github" }
#ifndef LINUX_FORK_H #define LINUX_FORK_H long sys_fork(void); #endif
{ "pile_set_name": "Github" }
############################################################################# ## Copyright (c) Microsoft Corporation. All rights reserved. ## Licensed under the MIT license. See LICENSE file in the project root for full license information. ############################################################################# ...
{ "pile_set_name": "Github" }
==================== FAQ: MongoDB Storage ==================== .. default-domain:: mongodb .. contents:: On this page :local: :backlinks: none :depth: 1 :class: singlecol This document addresses common questions regarding MongoDB's storage system. Storage Engine Fundamentals --------------------------- ...
{ "pile_set_name": "Github" }
# Getting Started ## Important Before proceeding, it is important to have a good understanding of the [SubModule.xml](../_xmldocs/submodule.md) file, as this file tells the game what it should be loading when your mod is selected. ## Tools ### C# IDE * [Microsoft Visual Studio](https://visualstudio.microsoft.com/d...
{ "pile_set_name": "Github" }
module.exports = function( grunt ) { 'use strict'; var remapify = require('remapify'); var banner = '/**\n * <%= pkg.homepage %>\n * Copyright (c) <%= grunt.template.today("yyyy") %>\n * This file is generated automatically. Do not edit.\n */\n'; // Scripts from WP Core required by Jasmine tests. var jasmineCo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item><layer-list> <item><shape> <gradient android:angle="90" android:endColor="#B3BBCC" android:startColor="#E8EBEF" android:type="linear" /> <stroke android:width="1dp" an...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import "SDWebImageCompat.h" #import "SDWebImageManager.h" /** * Integrates SDWebImage a...
{ "pile_set_name": "Github" }
jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/picture?useUnicode=true&characterEncoding=utf-8 jdbc.username=Elric jdbc.password=881010
{ "pile_set_name": "Github" }
'use strict'; var callable = require('es5-ext/object/valid-callable') , forOf = require('es6-iterator/for-of') , call = Function.prototype.call; module.exports = function (cb/*, thisArg*/) { var thisArg = arguments[1], result = true; callable(cb); forOf(this, function (value, doBreak) { if (!call.call(cb...
{ "pile_set_name": "Github" }
/// @author Alexander Rykovanov 2013 /// @email rykovanov.as@gmail.com /// @brief View services addon. /// @license GNU LGPL /// /// Distributed under the GNU LGPL License /// (See accompanying file LICENSE or copy at /// http://www.gnu.org/licenses/lgpl.html) /// #pragma once #include <opc/ua/event.h> #include <opc/...
{ "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 m...
{ "pile_set_name": "Github" }
AFN: 'Afganistanski afgan' ALL: 'Albanski lek' ALK: 'Albanski lek (1946–1965)' DZD: 'Alžirski dinar' USD: 'Američki dolar' ADP: 'Andorska pezeta' AOK: 'Angolijska kvanza (1977–1991)' AOR: 'Angolijska kvanza reajustado (1995–1999)' AON: 'Angolijska nova kvanza (1990–2000)' AOA: 'Angolska kvanza' ARM: 'Argentine Peso (18...
{ "pile_set_name": "Github" }
/* uDig - User Friendly Desktop Internet GIS client * http://udig.refractions.net * (C) 2004-2008, Refractions Research Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * (http://www.eclipse.org/legal/epl-v10.html), a...
{ "pile_set_name": "Github" }
package com.mauersu.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.mauersu.dao.RedisDao; import com.mauersu.service.ZSetService; @Service public class ZSetServiceImpl implements ZSetService { @Autowired private RedisDao redisD...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2016 JetBrains s.r.o. * * 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 agre...
{ "pile_set_name": "Github" }
# decodeRequest @@@ div { .group-scala } ## Signature @@signature [CodingDirectives.scala](/akka-http/src/main/scala/akka/http/scaladsl/server/directives/CodingDirectives.scala) { #decodeRequest } @@@ ## Description Decompresses the incoming request if it is `gzip` or `deflate` compressed. Uncompressed requests a...
{ "pile_set_name": "Github" }
/* -*- mode: C++; c-basic-offset: 4; tab-width: 4 -*- * * Copyright (c) 2008 Apple Inc. All rights reserved. * * @APPLE_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 'Li...
{ "pile_set_name": "Github" }
package ca.uhn.fhir.jpa.empi.broker; /*- * #%L * HAPI FHIR JPA Server - Enterprise Master Patient Index * %% * Copyright (C) 2014 - 2020 University Health Network * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{ "pile_set_name": "Github" }
// this file is part of Function List Plugin for Notepad++ // Copyright (C)2005 Jens Lorenz <jens.plugin.npp@gmx.de> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either // versio...
{ "pile_set_name": "Github" }
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip
{ "pile_set_name": "Github" }
Open Beauty Facts
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/Message.framework/Message */ #import <Message/Message-Structs.h> #import <Message/_MFTranslateTemporaryIDReplayContextTransformation.h> #import <Message/MFMailMimeTextAttachment.h> #import <Message/PlainTextDocument....
{ "pile_set_name": "Github" }
import torch import sys from torch.autograd import Variable import numpy as np from options.train_options import TrainOptions opt = TrainOptions().parse() # set CUDA_VISIBLE_DEVICES before import torch from data.data_loader import CreateDataLoader from models.models import create_model from skimage import io from skim...
{ "pile_set_name": "Github" }
#import "GPUImageContext.h" #import "GPUImageFramebuffer.h" #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE #import <UIKit/UIKit.h> #else // For now, just redefine this on the Mac typedef NS_ENUM(NSInteger, UIImageOrientation) { UIImageOrientationUp, // default orientation UIImageOrientationDown, ...
{ "pile_set_name": "Github" }
package ast import ( "bytes" "fmt" ) type Node struct { Parent *Node Children []*Node Value interface{} Kind Kind } func NewNode(k Kind, v interface{}, ch ...*Node) *Node { n := &Node{ Kind: k, Value: v, } for _, c := range ch { Insert(n, c) } return n } func (a *Node) Equal(b *Node) bool...
{ "pile_set_name": "Github" }
:107E000001C0B7C0112484B790E89093610010922C :107E10006100882361F0982F9A70923041F081FFC1 :107E200002C097EF94BF282E80E0C6D0E9C085E05D :107E30008093810082E08093C00088E18093C1003C :107E400083E08093C40086E08093C2008EE0B4D0CB :107E5000279A84E02EE33EEF91E030938500209353 :107E6000840096BBB09BFECF1F9AA8954091C0009E :107E...
{ "pile_set_name": "Github" }
<!-- drawable/auto-fix.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#fafafa" android:pathData="M7.5,5.6L5,7L6.4,4.5L5,2L7.5,3.4L10,2L8.6,4.5L10,7L...
{ "pile_set_name": "Github" }
cheats = 9 cheat0_desc = "Wrap To The Top If You Fall Down a Pit" cheat0_code = "SZEGVKGK" cheat0_enable = false cheat1_desc = "Wrap To The Bottom If You Jump Over The Screen" cheat1_code = "AAEKXGAP+AANSPXGA" cheat1_enable = false cheat2_desc = "Jump Higher" cheat2_code = "SIUSLZST" cheat2_enable = false cheat3_de...
{ "pile_set_name": "Github" }
2d78e74e74e8c51dcdda91feeaf736be
{ "pile_set_name": "Github" }
// Copyright 2018 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. #ifndef SERVICES_DEVICE_MEDIA_TRANSFER_PROTOCOL_MTP_DEVICE_MANAGER_H_ #define SERVICES_DEVICE_MEDIA_TRANSFER_PROTOCOL_MTP_DEVICE_MANAGER_H_ #include <mem...
{ "pile_set_name": "Github" }
/* * MIT License * * Copyright (c) 2018 EPAM Systems * * 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, mod...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
# $Id$ # Authority: dries # Upstream: Ricardo SIGNES <rjbs$cpan,org> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Email-MIME Summary: Easy MIME message parsing Nam...
{ "pile_set_name": "Github" }
# # Runs sshd and allow the 'test' user to login # FROM ubuntu:trusty # install FTP RUN apt-get update && apt-get install -y vsftpd RUN echo "local_enable=YES" >> /etc/myftp.conf RUN echo "write_enable=YES" >> /etc/myftp.conf RUN echo "listen=YES" >> /etc/myftp.conf RUN echo "anonymous_enable=YES" >> /etc/myftp.conf ...
{ "pile_set_name": "Github" }
int x, y, z; _Bool f0() { z=1; return 0; } _Bool f1() { z=1; return 1; } int main() { z=2; x=(f0() || (z==1)); assert(x); z=2; x=(f0() && (z=3)); assert(z==1); z=2; x=(f1() || (z=3)); assert(z==1); z=2; x=(f1() && (z=3)); assert(z==3); }
{ "pile_set_name": "Github" }
$NetBSD: patch-libcult-1.4.2_cult_mm_static-ptr.hxx,v 1.1 2013/03/24 16:58:28 joerg Exp $ --- libcult-1.4.2/cult/mm/static-ptr.hxx.orig 2013-03-23 19:33:43.000000000 +0000 +++ libcult-1.4.2/cult/mm/static-ptr.hxx @@ -60,7 +60,8 @@ namespace Cult static X* instance_ () { - static X* i = new ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!4 &8138022539952081175 stripped Transform: m_CorrespondingSourceObject: {fileID: 400000, guid: 5b244709fbe2e2948a5f9e36eb28c46f, type: 3} m_PrefabInstance: {fileID: 8138022539951690647} m_PrefabAsset: {fileID: 0} --- !u!23 &8138022539949657077 stripped MeshRenderer:...
{ "pile_set_name": "Github" }
gcr.io/google_containers/conformance:v1.16.5-beta.0
{ "pile_set_name": "Github" }
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e61f4ea81de14b289fbf83d2b0da0c35)](https://app.codacy.com/app/FrancescoBorzi/azerothcore-wotlk?utm_source=github.com&utm_medium=referral&u...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 2011, 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" }
# # The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 # (the “License”). You may not use this work except in compliance with the License, which is # available at www.apache.org/licenses/LICENSE-2.0 # # This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS ...
{ "pile_set_name": "Github" }
"""Tests for AzStorageAccountAllowTrustedServicesEvent plugin.""" import copy import unittest from cloudmarker.events import azstorageaccountallowtrustedservicesevent base_record = { 'com': { 'cloud_type': 'azure', 'record_type': 'storage_account_properties', }, 'ext': { 'record...
{ "pile_set_name": "Github" }
// Copyright 2011 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
{ "pile_set_name": "Github" }
# number-is-nan [![Build Status](https://travis-ci.org/sindresorhus/number-is-nan.svg?branch=master)](https://travis-ci.org/sindresorhus/number-is-nan) > ES6 [`Number.isNaN()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN) ponyfill > Ponyfill: A polyfill that doesn't o...
{ "pile_set_name": "Github" }
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // using UnityEngine; using HoloToolkit.Unity.InputModule; namespace HoloToolkit.Unity.Receivers { /// <summary> /// Simple receiver class for toggling a g...
{ "pile_set_name": "Github" }
#include "csf.h" #include "csfimpl.h" /* data type of the map * MgetDataType returns the type of the map, which is always * a raster until now. * returns * T_RASTER */ UINT4 MgetMapDataType( const MAP *map) /* map handle */ { return (UINT4)(map->main.mapType); }
{ "pile_set_name": "Github" }
class ProjectsPageView extends AbstractPageView id : 'projects-page' itemList : null init: -> @itemList = [] @render() render: => for projectModel in grifo.projectCollection.models @appendThumbnail projectModel @$el.isotope itemSelect...
{ "pile_set_name": "Github" }
--- title: "List submissions" description: "List all the submissions associated with this assignment. A teacher can get all the submissions while a student can only get submissions that they are associated with." author: "dipakboyed" localization_priority: Normal ms.prod: "education" doc_type: apiPageType --- # List s...
{ "pile_set_name": "Github" }
<comment>Arguments:</comment> <info>argument_name</info>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <wc-entries xmlns="svn:"> <entry committed-rev="310" name="" committed-date="2004-03-15T21:01:05.074908Z" url="svn://svn.bastart.eu.org/agobot3_current/lib/openssl/win32/lib" kind="dir" uuid="b0162986-33d4-0310-9809-ec569eafc4f1" revision="505"/> <entry ...
{ "pile_set_name": "Github" }
/*** *wcsstr.c - search for one wide-character string inside another * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines wcsstr() - search for one wchar_t string inside another * *******************************************************************************/ #include <vcrun...
{ "pile_set_name": "Github" }
@startuml sprite $angle_double_up [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000000000000000...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can ob...
{ "pile_set_name": "Github" }
@using System.Web.UI.WebControls @{ ViewBag.Title = "UpgradeVolunteerToAdministrator"; } <h2>@ViewBag.Title</h2>
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; namespace Nett { public static partial class TomlObjectFactory { private const string TomlObjectCreateNotAllowed2A = "'{0}' is a TOML object of type '{1}'. Passing TOML objects to " + "a create method is not allowed."; ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using Studyzy.IMEWLConverter.Entities; using Studyzy.IMEWLConverter.Helpers; namespace Studyzy.IMEWLConverter.IME { /// <summary> /// QQ拼音支持单独的英语词库,使用“英文单词,词频”的格式 /// </summary> [ComboBoxShow(ConstantString.QQ_PINYIN_ENG, ConstantS...
{ "pile_set_name": "Github" }
The following files in this directory are derived from the Unicode Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt: charprop.el uni-bidi.el uni-category.el uni-combining.el uni-comment.el uni-decimal.el uni-decomposition.el uni-digit.el uni-lowercase.el uni-mirrored.el uni-name.el uni-numeric....
{ "pile_set_name": "Github" }
{ "parent": "quark:block/ladder_but_not_the_vanilla_one_so_resourcepacks_dont_override_it", "textures": { "particle": "quark:block/crimson_ladder", "texture": "quark:block/crimson_ladder" } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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,...
{ "pile_set_name": "Github" }
# Copyright 2012 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 applicable law or a...
{ "pile_set_name": "Github" }
<%#-- copyright OpenProject is an open source project management software. Copyright (C) 2012-2020 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. OpenProject is a fork of ChiliProject, which is a fork of Redmine...
{ "pile_set_name": "Github" }