text
stringlengths
2
99.9k
meta
dict
// // Copyright (c) 2019-2020 INRIA // #ifndef __pinocchio_autodiff_cppad_utils_static_if_hpp__ #define __pinocchio_autodiff_cppad_utils_static_if_hpp__ #include "pinocchio/utils/static-if.hpp" namespace pinocchio { namespace internal { template<typename Scalar, typename ThenType, typename ElseType> stru...
{ "pile_set_name": "Github" }
# # Internal file for GetGitRevisionDescription.cmake # # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: # 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net> # http://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC # # Copyright Iowa State Univ...
{ "pile_set_name": "Github" }
package breeze.stats.regression import breeze.generic.UFunc import breeze.linalg._ import org.netlib.util.intW import com.github.fommil.netlib.LAPACK.{getInstance => lapack} import java.util.Arrays private object leastSquaresImplementation { def doLeastSquares( data: DenseMatrix[Double], outputs: DenseV...
{ "pile_set_name": "Github" }
/** * @fileOverview Contains standard code in the namespace 'wbos' and code specifically written for Codeview in the namespace 'codeview' * @author Wouter Bos (www.thebrightlines.com) * @since 1.0 - 2010-09-10 * @version 1.0 - 2010-09-10 */ if (typeof(wbos) == "undefined") { /** * @namespace Standard code...
{ "pile_set_name": "Github" }
![Arthas](https://arthas.aliyun.com/doc/_images/arthas.png) `Arthas` 是Alibaba开源的Java诊断工具,深受开发者喜爱。在线排查问题,无需重启;动态跟踪Java代码;实时监控JVM状态。 `Arthas` 支持JDK 6+,支持Linux/Mac/Windows,采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。 当你遇到以下类似问题而束手无策时,Arthas可以帮助你解决: - 这个类从哪个 jar 包加载的?为什么会报各种类相关的 Exception? - 我改的代码为什么没有执行到?难道是我没 c...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2010 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpos...
{ "pile_set_name": "Github" }
*** Error at (8,15): syntax error
{ "pile_set_name": "Github" }
package org.zstack.ldap; import javax.naming.directory.Attribute; import javax.naming.directory.Attributes; import java.util.List; public class LdapEntryStruct { private String dn; private List<Attribute> attributes; public String getDn() { return dn; } public void setDn(String dn) { ...
{ "pile_set_name": "Github" }
package org.apereo.cas.config; import org.apereo.cas.configuration.CasConfigurationProperties; import org.apereo.cas.configuration.model.support.jpa.JpaConfigurationContext; import org.apereo.cas.configuration.support.JpaBeans; import org.apereo.cas.jpa.JpaBeanFactory; import org.apereo.cas.uma.ticket.resource.Resourc...
{ "pile_set_name": "Github" }
#ifndef _PVR_IMP_H_ #define _PVR_IMP_H_ #include "mudpvr.h" #include "pvr_renderer_d3d1x.h" bool spg_Init(); void spg_Term(); void spg_Reset(bool Manual); void _fastcall spgUpdatePvr(u32 cycles); bool spg_Init(); void spg_Term(); void spg_Reset(bool Manual); void CalculateSync(); u32 FASTCALL ReadPvrReg...
{ "pile_set_name": "Github" }
##gff-version 3 ##sequence-region foo 1 100 foo . gene 1 10 . . . .
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>50-1301.08</num> <headi...
{ "pile_set_name": "Github" }
<ul class="UIAPIPlugin-toc"> <li><a href="#overview">Overview</a></li> <li><a href="#options">Options</a></li> <li><a href="#events">Events</a></li> <li><a href="#methods">Methods</a></li> <li><a href="#theming">Theming</a></li> </ul> <div class="UIAPIPlugin"> <h1>jQuery UI Datepicker</h1> <div id="overview"> ...
{ "pile_set_name": "Github" }
{ "name": "phar-io/version", "description": "Library for handling version information and constraints", "license": "BSD-3-Clause", "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebast...
{ "pile_set_name": "Github" }
#ifndef __UICOMBOBOX_H__ #define __UICOMBOBOX_H__ #pragma once namespace DuiLib { /// 扩展下拉列表框 /// 增加arrowimage属性,一张图片平均分成5份,Normal/Hot/Pushed/Focused/Disabled(必须有source属性) /// <Default name="ComboBox" value="arrowimage=&quot;file='sys_combo_btn.png' source='0,0,16,16'&quot; "/> class UILIB_API CComboBoxUI : publi...
{ "pile_set_name": "Github" }
National-Louis University
{ "pile_set_name": "Github" }
Elixir File(0,117) ElixirUnmatchedRelationalOperationImpl(UNMATCHED_RELATIONAL_OPERATION)(0,28) ElixirUnmatchedThreeOperationImpl(UNMATCHED_THREE_OPERATION)(0,11) UNMATCHED_UNQUALIFIED_NO_ARGUMENTS_CALL(0,3) ElixirIdentifierImpl(IDENTIFIER)(0,3) PsiElement(identifier)('one')(0,3) Psi...
{ "pile_set_name": "Github" }
FROM openresty/openresty:trusty RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf COPY static /usr/share/nginx/html
{ "pile_set_name": "Github" }
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
{ "pile_set_name": "Github" }
TIMESTAMP = 1497163118 SHA256 (PEAR/HTML_TreeMenu-1.2.2.tgz) = 7273bb7cc873116963eb1ca8f523d2a396b40a8a0a2ba65a373a3d8458f7dbdd SIZE (PEAR/HTML_TreeMenu-1.2.2.tgz) = 55586
{ "pile_set_name": "Github" }
async = require('async') fs = require('fs') child_process = require('child_process') hosts = ("cloud#{i}.math.washington.edu" for i in [1..7]) THREADS = hosts.length OLDEST = fs.readFileSync('date').toString('ascii').trim() split = (s) -> r = s.match(/\S+/g) if r return r ...
{ "pile_set_name": "Github" }
start /n /win openttd.exe -D %1 %2 %3 %4 %5 %6 %7 %8 %9
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
#!groovy /* * * 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 "L...
{ "pile_set_name": "Github" }
#lang pollen test ====
{ "pile_set_name": "Github" }
#if !defined(BOOST_PP_IS_ITERATING) ///// header body #ifndef BOOST_MPL_BIND_HPP_INCLUDED #define BOOST_MPL_BIND_HPP_INCLUDED // Copyright Peter Dimov 2001 // Copyright Aleksey Gurtovoy 2001-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at ...
{ "pile_set_name": "Github" }
; ; Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; IntHandler.nasm ; ; Abstract: ; ; Assembly interrupt handler function. ; ;------------------------------------------------------------------------------ globa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/apk/res-auto" android:layout_width="48dp" android:layout_height="10dp" android:padding="2.0dip"> <RelativeLayout android:layout_width...
{ "pile_set_name": "Github" }
Ext.define('KitchenSink.view.charts.bar3d.Stacked100Controller', { extend: 'Ext.app.ViewController', alias: 'controller.bar-stacked-100-3d', onAxisLabelRender: function (axis, label, layoutContext) { // Custom renderer overrides the native axis label renderer. // Since we don't want to do a...
{ "pile_set_name": "Github" }
// Decompiled with JetBrains decompiler // Type: UnityEditor.DeletedAsset // Assembly: UnityEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 01B28312-B6F5-4E06-90F6-BE297B711E41 // Assembly location: C:\Users\Blake\sandbox\unity\test-project\Library\UnityAssemblies\UnityEditor.dll using Sy...
{ "pile_set_name": "Github" }
// Auto-generated file. Do not edit! // Template: src/f32-vlrelu/neon.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neon.h> #in...
{ "pile_set_name": "Github" }
<script type="text/javascript"> var foo = true; if(!foo){ alert("Should not be here."); } </script> <h1> This page has no formatting </h1> No kidding. It looks horrible! Ugh. <table> <tbody> <tr> <td> One cell </td> <td> Two cell <...
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
#! /usr/local/bin/node var sys = require('sys') var exec = require('child_process').exec; var fs = require('fs'); var version = require('./cropit.jquery.json').version; sys.puts('Version = ' + version); ['package', 'bower'].forEach(function(f) { var meta = require('./' + f + '.json'); meta.version = version; ...
{ "pile_set_name": "Github" }
# RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-clusters-output-file=- -analysis-clustering-epsilon=0.5 -analysis-numpoints=1 -analysis-clustering=dbscan | FileCheck -check-prefixes=CHECK-CLUSTERS-ALL,CHECK-CLUSTERS-DBSCAN-05 %s # RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-cluster...
{ "pile_set_name": "Github" }
/* * Support for the Broadcom BCM3510 ATSC demodulator (1st generation Air2PC) * * Copyright (C) 2001-5, B2C2 inc. * * GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@desy.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
{ "pile_set_name": "Github" }
require('../../../modules/es6.array.index-of'); module.exports = require('../../../modules/_entry-virtual')('Array').indexOf;
{ "pile_set_name": "Github" }
+++ Title = "Location" Type = "event" Description = "Location for DevOpsDays Seattle 2019" +++ Watch this space for information about the venue including address, map/direction, parking/transit, and any hotel details. <!-- Uncomment this only if you have set the coordinates for your location in the config yaml. Get L...
{ "pile_set_name": "Github" }
######################################################################### # # # Objective Caml # # # # Xavier Lero...
{ "pile_set_name": "Github" }
#using <System.Windows.Forms.dll> #using <System.Drawing.dll> #using <System.dll> #using <System.Data.dll> using namespace System; using namespace System::Data; using namespace System::ComponentModel; using namespace System::ComponentModel::Design; using namespace System::Windows::Forms; // <Snippet1> [Designer("Sy...
{ "pile_set_name": "Github" }
SUMMARY = "Cherokee Web Server fast and secure" SUMMARY_cget = "Small downloader based in the Cherokee client library" HOMEPAGE = "http://www.cherokee-project.com/" SECTION = "network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "unzip-native libpcre openssl mys...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3ed6daa6356cfc148b79140f4907423e NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<component name="ArtifactManager"> <artifact type="exploded-war" name="dubbo-consumer2:war exploded"> <output-path>$PROJECT_DIR$/dubbo-consumer2/target/dubbo-consumer2</output-path> <root id="root"> <element id="directory" name="WEB-INF"> <element id="directory" name="classes"> <...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK ] // +---------------------------------------------------------------------- // | Copyright (c) 2006~2015 http://thinkphp.cn All rights reserved. // +-------------------------------------------------...
{ "pile_set_name": "Github" }
DELETE FROM spell_proc_event WHERE entry IN(41260); INSERT INTO `spell_proc_event` VALUES (41260,0,0,0,0,0x0000000000000000,0x00000004,0);
{ "pile_set_name": "Github" }
// Copyright (c) 2013 Doug Binks // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the use of this software. // // Permission is granted to anyone to use this software for any purpose, // including co...
{ "pile_set_name": "Github" }
package benchmark import ( "github.com/wesovilabs/koazee" "github.com/wesovilabs/koazee/stream" "testing" ) func BenchmarkSetString10(b *testing.B) { b.StopTimer() var outStream stream.Stream for i := 0; i < b.N; i++ { stream := koazee. StreamOf(strings10) b.StartTimer() outStream = stream.Set(0, "hell...
{ "pile_set_name": "Github" }
// name: TestSampleNoClock // keywords: sample // status: correct // cflags: -d=newInst // // Tests if sample in Modelica 3.2.1 (which sets --std < 3.3) works fine // loadModel(Modelica, {"3.2.1"}); getErrorString(); instantiateModel(Modelica.Blocks.Examples.BooleanNetwork1); getErrorString(); // Result: // t...
{ "pile_set_name": "Github" }
################################################################################ # This test does basic check around UNINSTALL and INSTALL PLUGIN commands. # # Test: # 0. The test requires one server. # 1. Bootstrap start GR. # - Verify that GR specific two P_S tables are not empty. # 2. Uninstall plugin. # - Then un...
{ "pile_set_name": "Github" }
// // main.cpp // f-乐视2017实习-偶数大翻转 // // Created by ZYJ on 2018/3/23. // Copyright © 2018年 ZYJ. All rights reserved. // #include <iostream> using namespace std; int flip(int x) { if (x & 1) { return x; } int n = 0; while (x) { n = (n << 1) | (x & 1); x >>= 1; ...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; class AppColors { // TODO: Migrate usages of these directly to the Zeplin exports below static const white = grey_7; static const purple = purple_2; static const dark_purple = purple_1; static const text_header_purple = purple_3; static const text_light = grey_6; ...
{ "pile_set_name": "Github" }
<?php /** * This file contains utility functions. * * @package UtilityFunctions */ namespace SmartFactory; /** * Echoes the text with escaping of HTML special charaters. * * @param string $text * The text to be escaped. * * @return void * * @see escape_html() * * @uses escape_html() */ function echo_h...
{ "pile_set_name": "Github" }
name: "Alef" designer: "Hagilda, Mushon Zer-Aviv" license: "OFL" category: "SANS_SERIF" date_added: "2013-05-21" fonts { name: "Alef" style: "normal" weight: 400 filename: "Alef-Regular.ttf" post_script_name: "Alef-Regular" full_name: "Alef Regular" copyright: "Copyright (c) 2012 by Hagilda. All rights re...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <dataset> <table name="phpbb_bbcodes"> <column>bbcode_id</column> <column>bbcode_tag</column> <column>bbcode_helpline</column> <column>display_on_posting</column> <column>bbcode_match</column> <column>bbcode_tpl</column> <column>first_pass_match</column> <column>...
{ "pile_set_name": "Github" }
# WebSocket API 描述 **注:本页描述的是插件作为 WebSocket 服务端的情况,其它通信方式请见 [通信方式](/CommunicationMethods)。** 除了 HTTP 方式调用 API、接收事件上报,目前插件还支持 WebSocket。使用 WebSocket 时,只需要你的机器人程序单方面的向插件建立连接,即可调用 API 和接收事件推送。数据全部使用 JSON 格式传递。 要使用 WebSocket,首先需要在配置文件中填写如下配置: ```ini ws_host = 0.0.0.0 # 监听的 IP ws_port = 6700 # 监听的端口 use_ws = yes # 启用...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm8l15x_irtim.h * @author MCD Application Team * @version V1.6.1 * @date 30-September-2014 * @brief This file contains all the functions prototypes for the IRTIM firmware * library. ****...
{ "pile_set_name": "Github" }
# # SPMI driver configuration # menuconfig SPMI tristate "SPMI support" help SPMI (System Power Management Interface) is a two-wire serial interface between baseband and application processors and Power Management Integrated Circuits (PMIC). if SPMI config SPMI_MSM_PMIC_ARB tristate "Qualcomm MSM SPMI Con...
{ "pile_set_name": "Github" }
package com.fasterxml.jackson.annotation; import com.fasterxml.jackson.annotation.JsonInclude.Include; /** * Tests to verify that it is possibly to merge {@link JsonInclude.Value} * instances for overrides */ public class IncludeTest extends TestBase { private final JsonInclude.Value EMPTY = JsonInclude.Value....
{ "pile_set_name": "Github" }
Changelog ========= ### 2.10.2 * fixed moment-with-locales in browser env caused by esperanto change ### 2.10.1 * regression: Add moment.duration.fn back ### 2.10.0 Ported code to es6 modules. ### 2.9.0 [See full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7) languages: * [2104](https://githu...
{ "pile_set_name": "Github" }
// character_code_conversion.hpp --------------------------------------------------------------// // Copyright 2016 Andrey Semashev // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP #defin...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
// Copyright 2013 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 ipv6_test import ( "net" "runtime" "testing" "golang.org/x/net/internal/nettest" "golang.org/x/net/ipv6" ) var packetConnMulticastSocketOptionTe...
{ "pile_set_name": "Github" }
495eef4c6ceddb6524583cc21b28fda610df1d44
{ "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" }
import * as React from 'react'; import { createMockProvidedChart, Highcharts } from '../../test-utils'; import Chart from '../../../src/components/Chart/Chart'; import ChartContext from '../../../src/components/ChartContext'; import HighchartsContext from '../../../src/components/HighchartsContext'; describe('<Chart /...
{ "pile_set_name": "Github" }
#!/usr/bin/python # # Copyright Google 2007-2008, 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 ...
{ "pile_set_name": "Github" }
// // OCHamcrest - HCStringContains.m // Copyright 2013 hamcrest.org. See LICENSE.txt // // Created by: Jon Reid, http://qualitycoding.org/ // Docs: http://hamcrest.github.com/OCHamcrest/ // Source: https://github.com/hamcrest/OCHamcrest // #import "HCStringContains.h" @implementation HCStringContains + (insta...
{ "pile_set_name": "Github" }
# encoding: utf-8 require 'spec_helper' [:add, :+].each do |method| describe Function::Numeric::Addition::Methods, "##{method}" do subject { object.send(method, other) } let(:described_class) { Class.new { include Function::Numeric::Addition::Methods } } let(:object) { described_class.new.free...
{ "pile_set_name": "Github" }
library D { function f(bytes calldata _x) internal pure returns (bytes calldata) { return _x; } function g(bytes calldata _x) internal pure returns (bytes memory) { return _x; } } contract C { using D for bytes; function f(bytes calldata _x) public pure returns (byte, byte) { ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/button_accent_pressed_night"> <item> <shape android:shape="rectangle"> <solid android:color="@color/button_accent_night"/> <size android:height="@dimen/hotel_filters_...
{ "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" }
# Titles for releases starting with the character 'h' [ ('HAPPY NEW YEAR 2016!', (None, 2016.0, None, '')), ('HAPPY NEW YEAR!', (None, None, None, '')), ('HATHAWAY&#8217;S FLASH &#8211; CHAPTER.02 LOUNGE', (None, 2, None, '')), ('HATHAWAY&#8217;S FLASH &#8211; CHAPTER.04 HIJACK', (None, 4, None, '')), ('HATHAWA...
{ "pile_set_name": "Github" }
川上ゆうこ最新番号 【YS-023】女教師の美尻2 川上ゆうこ</a>2009-02-24サンセットカラー$$$SUNSET CO59分钟
{ "pile_set_name": "Github" }
sha256:5a37a019e10462676591e0243c5265f098b4cef8079e2829755ebe5091d0934c
{ "pile_set_name": "Github" }
<?php /** * @file * Installation file for installing views slideshow ddblock example slideshows */ /** * Implementation of hook_install(). */ function vsd_if_examples_install() { // batch API is compatible with drupal_execute() if (version_compare(VERSION, '6.11', 'ge')) { // get all con...
{ "pile_set_name": "Github" }
{ "id": "egg-stereo", "name": "Egg Stereo", "category": "Furniture", "games": { "nl": { "orderable": false, "interiorThemes": [ "Toy Shop" ], "set": "Egg", "sellPrice": { "currency": "bells", "value": 90 }, "sources": [ "Zipper T. Bun...
{ "pile_set_name": "Github" }
// // Rectilinear Minimum Spanning Tree // // Description: // For a given set of n points in 2D plane, it finds a minimum // spaning tree whose edge weight is given by the Manhattan distance: // d(i,j) = |x(i) - x(j)| + |y(i) - y(j)|. // // Algorithm: // [Zhou+'02]'s plane sweep method. // // 2|1 // ...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
{ "pile_set_name": "Github" }
#if !defined(ELF_RELOC) #error "ELF_RELOC must be defined" #endif // Based on ABI release 1.1-beta, dated 6 November 2013. NB: The cover page of // this document, IHI0056C_beta_aaelf64.pdf, on infocenter.arm.com, still // labels this as release 1.0. ELF_RELOC(R_AARCH64_NONE, 0) ELF_RELO...
{ "pile_set_name": "Github" }
<?php class Swift_KeyCache_SimpleKeyCacheInputStreamTest extends \PHPUnit_Framework_TestCase { private $_nsKey = 'ns1'; public function testStreamWritesToCacheInAppendMode() { $cache = $this->getMock('Swift_KeyCache'); $cache->expects($this->at(0)) ->method('setString') ...
{ "pile_set_name": "Github" }
<?php /** * @link https://www.humhub.org/ * @copyright Copyright (c) 2017 HumHub GmbH & Co. KG * @license https://www.humhub.com/licences */ namespace humhub\assets; use humhub\components\assets\AssetBundle; use yii\web\View; /** * animate.css * * @author buddha */ class IntersectionObserverPolyfillAsset ex...
{ "pile_set_name": "Github" }
>>> End context you are in the kitchen to the south there is the living_room you see nothing ? what do you want to do >>> End context you are in the library to the south there is the hall you see some book -s ? what do you want to do >>> End context you are in the bathroom to the south there is the corridor you s...
{ "pile_set_name": "Github" }
// // Copyright 2017 gRPC 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" }
var common = require('../common'); var multipartParser = require(common.lib + '/multipart_parser'), MultipartParser = multipartParser.MultipartParser, events = require('events'), Buffer = require('buffer').Buffer, parser; function test(test) { parser = new MultipartParser(); test(); } test(functio...
{ "pile_set_name": "Github" }
((output (((f.ml (1 0) (1 33)) (paragraph (((f.ml (1 0) (1 33)) (code_span page-foo.instance-variable-bar))))))) (warnings ( "File \"f.ml\", line 1, characters 2-10:\ \nExpected 'class-', 'class-type-', or an unqualified reference.")))
{ "pile_set_name": "Github" }
client proto udp dev tun0 remote 172.98.69.196 8292 resolv-retry infinite nobind persist-key persist-tun remote-cert-tls server ca /etc/openvpn/vpnarea/ca.crt cipher AES-256-CBC auth SHA256 verb 3 auth-user-pass /config/openvpn-credentials.txt
{ "pile_set_name": "Github" }
// emotion 菜单 _e(function (E, $) { E.createMenu(function (check) { var menuId = 'emotion'; if (!check(menuId)) { return; } var editor = this; var config = editor.config; var lang = config.lang; var configEmotions = config.emotions; var emo...
{ "pile_set_name": "Github" }
#ifndef PID_FIRST_USABLE #define PID_FIRST_USABLE 2 #endif #ifndef REFPROPERTYKEY #ifdef __cplusplus #define REFPROPERTYKEY const PROPERTYKEY & #else // !__cplusplus #define REFPROPERTYKEY const PROPERTYKEY * __MIDL_CONST #endif // __cplusplus #endif //REFPROPERTYKEY #ifdef DEFINE_PROPERTYKEY #undef DEFI...
{ "pile_set_name": "Github" }
#!/bin/sh extra="" if [ "" != "${BRIGADE_REPO_KEY}" ]; then KEY="./id_dsa" printf "%s" "$BRIGADE_REPO_KEY" | sed 's/\$/\n/g' > $KEY # checking for presence of the ssh certificate # see https://github.blog/2019-08-14-ssh-certificate-authentication-for-github-enterprise-cloud/ for more details if [ "" != "${BRIGA...
{ "pile_set_name": "Github" }
/** * support usage of `require('lark/logging')` */ module.exports = require('lark-log').logging;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>name</key> <string>Material Monokai</string> <key>settings</key> <array> <dict> <key>settings</key> <dict> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIde...
{ "pile_set_name": "Github" }
# Catalan translation of liveusb-creator by Softcatalà # Copyright (C) 2004-8 Free Software Foundation # This file is distributed under the same license as the liveusb-creator package. # Xavier Conde Rueda <xavi.conde@gmail.com>, 2004-8. # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015. #zanata msgid "" msgst...
{ "pile_set_name": "Github" }
# 3d Lennard-Jones melt units lj atom_style atomic lattice fcc 0.8442 region box block 0 $x 0 $y 0 $z create_box 1 box create_atoms 1 box mass 1 1.0 velocity all create 1.44 87287 loop geom pair_style lj/cut 2.5 pair_coeff 1 1 1.0 1.0 2.5 neighbor 0.3 bin neigh_modify delay 0 every 20 check no fix 1 all nve ...
{ "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) 2013 Johannes Berg <johannes@sipsolutions.net> * * This file is free software: you may copy, redistribute 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 later ver...
{ "pile_set_name": "Github" }
/* TEST_OUTPUT: --- fail_compilation/ice15441.d(22): Error: `s1.front` is `void` and has no value fail_compilation/ice15441.d(25): Error: cannot infer argument types, expected 1 argument, not 2 --- */ struct S1 { auto front()() {} } struct S2 { auto front()() { return 1; } } void main() { S1 s1; fore...
{ "pile_set_name": "Github" }
var RevealSpotlight = window.RevealSpotlight || (function(){ //configs var spotlightSize; var toggleOnMouseDown; var presentingCursor; var presentingCursorOnlyVisibleWhenSpotlightVisible; var drawBoard; var isSpotlightOn = true; var isCursorOn = true; function onRevealJsReady(event){ configure(); dr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <project name="CopyAreaPerformance" default="default" basedir="."> <descri...
{ "pile_set_name": "Github" }