text
stringlengths
2
99.9k
meta
dict
rows = {[2.640456e+002 2.290894e+002 2.270919e+002 2.260931e+002 2.250944e+002 2.250944e+002 2.260931e+002 2.270919e+002 2.330844e+002 2.350819e+002 2.380781e+002 2.410744e+002 2.450694e+002 2.520606e+002 2.560556e+002 2.600506e+002 2.640456e+002 2.690394e+002 2.780281e+002 2.830219e+002 2.880156e+0...
{ "pile_set_name": "Github" }
#include "Graphics.h" #include <cmath> #include <iostream> #include <cstdlib> #include <cstring> #include <bzlib.h> #include "FontReader.h" #ifdef HIGH_QUALITY_RESAMPLE #include "resampler/resampler.h" #endif VideoBuffer::VideoBuffer(int width, int height): Width(width), Height(height) { Buffer = new pixel[width*...
{ "pile_set_name": "Github" }
import { createStackNavigator } from '@react-navigation/stack'; import React from 'react'; import { LocalizationContext } from '../contexts/LocalizationContext'; import LoginScreen from '../screens/Login/LoginScreen'; const Stack = createStackNavigator(); export default function AuthStackNavigator() { const { t } =...
{ "pile_set_name": "Github" }
#include "pch.h" #include "Song7K.h" #include "Logging.h" #include "PlayerChartData.h" static double PassThrough(double D) { return D; } namespace Game { namespace VSRG { RowifiedDifficulty::RowifiedDifficulty(Difficulty *Source, bool Quantize, bool CalculateAll) : Quantizing(Quantize), Parent(Source) ...
{ "pile_set_name": "Github" }
# Copyright 2020 The Magma Authors. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARR...
{ "pile_set_name": "Github" }
/* * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * software and its documentation for any purpose, provided that the * above cop...
{ "pile_set_name": "Github" }
<?php namespace GuzzleHttp\Promise; /** * Interface used with classes that return a promise. */ interface PromisorInterface { /** * Returns a promise. * * @return PromiseInterface */ public function promise(); }
{ "pile_set_name": "Github" }
/* * EMIF programming * * (C) Copyright 2010 * Texas Instruments, <www.ti.com> * * Aneesh V <aneesh@ti.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/emif.h> #include <asm/arch/sys_proto.h> #include <asm/utils.h> #ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS u32 *const T_...
{ "pile_set_name": "Github" }
/* Copyright 2019 The xridge kubestone contributors. 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 i...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "NSObject-Protocol.h" @class NSData, NSString; @protocol IOBluetoothDaemonNSXPCDelegate <NSObject> @optional - (void)aacpCus...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Threading.Tasks; #nullable enable namespace Couchbase.Management.Users { public interface IUserManager { Task<UserAndMetaData> GetUserAsync(string username, GetUserOptions? options = null); Task<IEnumerable<UserAndMetaData>> GetAllUsersAsync(GetA...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:44dc549ac4bec50cae42ccdb98ed192d4a58f17c011faac0cc2977459d35c2b6 size 2001
{ "pile_set_name": "Github" }
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\BusinessPoliciesManagement\Types; /** * * @property string $profileName * @property int...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "NSObject-Protocol.h" @protocol OS_xpc_object <NSObject> @end
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 16 22:49:42 ICT 2012 --> <TITLE> TableCaption (Apache FOP 1.1 API) </TITLE> <META NAME="date" CONTENT="2012-10-16"> <LINK REL ="styl...
{ "pile_set_name": "Github" }
# ***** BEGIN GPL LICENSE BLOCK ***** # # 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 later version. # # This program is distributed ...
{ "pile_set_name": "Github" }
//Copyright (c) 2018 Yardi Technology Limited. Http://www.kooboo.com //All rights reserved. using System.Threading.Tasks; using Kooboo.Api.ApiResponse; using Kooboo.Data.Context; using Kooboo.Data.Server; using System; using System.Collections.Generic; namespace Kooboo.Api { public class ApiMiddleware : IKoobooMi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" android:duration="300" android:shareInterpolator="false"> <scale android:fillAfter="false" android:fromXScale="1.0" android:fromYScale="1.0" android:interpolator="@android:...
{ "pile_set_name": "Github" }
/* Soot - a Java Optimization Framework * Copyright (C) 2012 Michael Markert, Frank Hartmann * * (c) 2012 University of Luxembourg - Interdisciplinary Centre for * Security Reliability and Trust (SnT) - All rights reserved * Alexandre Bartel * * * This library is free software; you can redistribute it and/or *...
{ "pile_set_name": "Github" }
"" { "FILE_VERSION" = "9237" "ENLISTMENT_CHOICE" = "NEVER" "PROJECT_FILE_RELATIVE_PATH" = "" "NUMBER_OF_EXCLUDED_FILES" = "0" "ORIGINAL_PROJECT_FILE_PATH" = "" "NUMBER_OF_NESTED_PROJECTS" = "0" "SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure=...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # ----------------------------------------------------------------------------- # Copyright (c) 2016, Anaconda, Inc. All rights reserved. # # Licensed under the terms of the BSD 3-Clause License. # The full license is in the file LICENSE.txt, distributed with this software. # -------------------...
{ "pile_set_name": "Github" }
--- title: How to contribute a new output to Kapacitor newversionredirect: about_the_project/custom_output/ menu: kapacitor_012: name: Writing your own Output node identifier: custom_output weight: 0 parent: contributing --- If you haven't already check out [this] (https://github.com/influxdb/kapacit...
{ "pile_set_name": "Github" }
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Online.Chat; using osu.Game.Overlay...
{ "pile_set_name": "Github" }
/*! * Express - Router * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * MIT Licensed */ /** * Module dependencies. */ var Route = require('./route') , Collection = require('./collection') , utils = require('../utils') , parse = require('url').parse , toArray = utils.toArray; /** * Expose `Ro...
{ "pile_set_name": "Github" }
/* ResidualVM - A 3D game interpreter * * ResidualVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the AUTHORS * file distributed with this source distribution. * * Additional copyright for this file: * Copyright (C) 1999-2000 Revolution Software Ltd. * Th...
{ "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" }
// // CombineLatest+Collection.swift // RxSwift // // Created by Krunoslav Zaher on 8/29/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // extension Observable { /** Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the obs...
{ "pile_set_name": "Github" }
.include <bsd.own.mk> SUBDIR+= ds input mib pm rs sched vfs vm .if ${MKIMAGEONLY} == "no" SUBDIR+= ipc is devman .endif .include <bsd.subdir.mk>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> <!-- In the example below, the "SetAttributes" transform will change t...
{ "pile_set_name": "Github" }
# Combined Plots #plot, histogram, pie, boxplot, linechart, correlation plot #plot women ?women str(women) plot(women) plot(x=women$height, y=women$weight) ?plot plot(women, type='p', pch=17) plot(women, type='l') plot(women, type='b', pch=18, lty=2, col=2) plot(women, xlim=c(30,100), ylim=c(min(women$weight)-10, 200...
{ "pile_set_name": "Github" }
# Run svn log -l <some number> import re import numpy as np import os names = re.compile(r'r\d+\s[|]\s(.*)\s[|]\s200') def get_count(filename, repo): mystr = open(filename).read() result = names.findall(mystr) u = np.unique(result) count = [(x, result.count(x), repo) for x in u] return count co...
{ "pile_set_name": "Github" }
package com.artemzin.android.wail.receiver.music; import android.content.Context; import android.content.Intent; public class HtcMusicAppReceiver extends CommonMusicAppReceiver { @Override protected Intent handleIntent(Context context, Intent originalIntent) { return super.handleIntent(context, origi...
{ "pile_set_name": "Github" }
#!amber # Copyright 2020 The Amber 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 applicable law or agreed...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.yfax.task.htt.vo.HttAwardHisVo"> <!-- 添加 --> <insert id="insertHttAwardHis" parameterType="com.yfax.task.htt.vo.HttAwardHisVo">...
{ "pile_set_name": "Github" }
# Agent Status Page This information is available in the Datadog documentation:<br> [docs.datadoghq.com/agent/guide/agent-status-page][1] [1]: https://docs.datadoghq.com/agent/guide/agent-status-page
{ "pile_set_name": "Github" }
define([ "../var/support" ], function( support ) { support.focusinBubbles = "onfocusin" in window; return support; });
{ "pile_set_name": "Github" }
const sinon = require('sinon') const chai = require('chai') const Serverless = require('serverless/lib/Serverless') const AwsProvider = require('serverless/lib/plugins/aws/provider/awsProvider') const ServerlessApigatewayServiceProxy = require('./../../index') chai.use(require('sinon-chai')) const expect = chai.expec...
{ "pile_set_name": "Github" }
#! /bin/sh PROJECT=manos FILE= CONFIGURE=configure.ac : ${AUTOCONF=autoconf} : ${AUTOHEADER=autoheader} : ${AUTOMAKE=automake} : ${LIBTOOLIZE=libtoolize} : ${ACLOCAL=aclocal} : ${LIBTOOL=libtool} srcdir=`dirname $0` test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd $srcdir TEST_TYPE=-f aclocalinclude="-I . $ACLOCAL_FL...
{ "pile_set_name": "Github" }
SET @start_global_value = @@global.join_buffer_size; SELECT @start_global_value; @start_global_value 131072 SET @start_session_value = @@session.join_buffer_size; SELECT @start_session_value; @start_session_value 131072 '#--------------------FN_DYNVARS_053_01-------------------------#' SET @@global.join_buffer_size = D...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www....
{ "pile_set_name": "Github" }
import type { Fn, Nullable, Pair } from "@thi.ng/api"; import { isNumber } from "@thi.ng/checks"; import { Heap } from "@thi.ng/heaps"; import { clamp } from "@thi.ng/math"; import { addN3, distSq3, ReadonlyVec, subN3, Vec } from "@thi.ng/vectors"; import { ASpatialGrid } from "./aspatial-grid"; import { addResults, CM...
{ "pile_set_name": "Github" }
package com.loopeer.codereaderkt.ui.adapter import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.ImageView import android.widget.TextView import com.loopeer.codereaderkt.Navigator import com.loop...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * 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 ag...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Rhino.Render; namespace MockingBirdViewport { public class MockingRealtimeDisplayModeInfo : RealtimeDisplayModeClassInfo { public override string Name => "MockingRealtimeMode"; public overr...
{ "pile_set_name": "Github" }
package cloud.nio.spi /** * Contains a listing of paths/keys under some host/bucket. The keys must be absolute paths but should not begin with a * slash. */ case class CloudNioFileList(paths: Iterable[String], markerOption: Option[String])
{ "pile_set_name": "Github" }
/** * @license * * Copyright IBM Corp. 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import { render } from 'lit-html'; import '../../src/components/link/link'; import { defaultStory } from '../../src/components/link/...
{ "pile_set_name": "Github" }
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Text; namespace BinLogReader { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Windows.Forms.Form { private System.Wi...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- * * oid.c * Functions for the built-in type Oid ... also oidvector. * * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION...
{ "pile_set_name": "Github" }
<!-- ~ Copyright (c) 2018 Wolfram Research, Inc. All rights reserved. ~ Redistribution or use of this work in any form, with or without modification, ~ requires written permission from the copyright holder. --> <h3><a href="http://reference.wolfram.com/search/?q=SetDelayedSpecialSymbol">SetDelayedSpecialSymbo...
{ "pile_set_name": "Github" }
File: RenameOnImport.a.kt - 1d4b4e7321208835dd8c4f2a731b8ced packageHeader PACKAGE("package") identifier simpleIdentifier Identifier("a") semi NL("\n") NL("\n") importList topLevelObject declaration propertyDeclaration VAL("val") variableDeclaration ...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtRvVq/probabilities</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> ...
{ "pile_set_name": "Github" }
package qunar.tc.bistoury.agent.common.kv; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import qunar.tc.bistoury.clientside.common.store.BistouryStore; import qunar.tc.bistoury.common.FileUtil; import java.io.File; import java.util.Map; import java.util.concurrent.TimeUnit; /** * @author leix.xie * @da...
{ "pile_set_name": "Github" }
#!/bin/bash for f in *.pdf ; do echo "$f => ${f%.pdf}.eps" pdftops -eps "$f" done for f in *-1.eps ; do r="${f%-1.eps}".eps echo cp "$f" "$r" cp "$f" "$r" done
{ "pile_set_name": "Github" }
import tensorflow as tf import numpy as np from net.roipooling_op import * def weight_variable(shape): initial = tf.truncated_normal(shape, stddev=0.1) return tf.Variable(initial) def conv2d(x, W): return tf.nn.conv2d(x, W, strides=[1, 1, 1, 1], padding='SAME') # main ----------------------------------------...
{ "pile_set_name": "Github" }
display: 40 average_loss: 40 test_iter: 1000 test_interval: 1000 base_lr: 0.01 gamma: 0.1 weight_decay: 0.0005 solver_type: SGD momentum: 0.9 lr_policy: "multistep" stepvalue: 40000 stepvalue: 60000 stepvalue: 80000 max_iter: 90000 snapshot: 5000 snapshot_prefix: "snapshots/fitnet4_relu_ortho" solver_mode: GPU net_...
{ "pile_set_name": "Github" }
#include <algorithm> #include <vector> #include "gtest/gtest.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/filler.hpp" #include "caffe/layers/bias_layer.hpp" #include "caffe/test/test_caffe_main.hpp" #include "caffe/test/test_gradient_check_util.hpp" namespace caffe { template <typename ...
{ "pile_set_name": "Github" }
/** * This source code is licensed under the terms found in the LICENSE file in * node-jsc's root directory. */ #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
{ "pile_set_name": "Github" }
#ifndef DUST3D_IMAGE_SKELETON_EXTRACTOR_H #define DUST3D_IMAGE_SKELETON_EXTRACTOR_H #include <QImage> #include <QObject> #include <vector> #include <set> class ImageSkeletonExtractor : QObject { Q_OBJECT public: const std::vector<std::pair<int, int>> neighborOffsets = { { 0, -1}, { 1, -1}, ...
{ "pile_set_name": "Github" }
import { typografRuleTest } from '../../../../test/helpers'; typografRuleTest(['ru/punctuation/exclamationQuestion', [ ['!?', '?!'], ['Может домой!?', 'Может домой?!'] ]]);
{ "pile_set_name": "Github" }
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). // // Copyright (c) 2011 The LevelDB Authors. All rights r...
{ "pile_set_name": "Github" }
/* * init/noinitramfs.c * * Copyright (C) 2006, NXP Semiconductors, All Rights Reserved * Author: Jean-Paul Saman <jean-paul.saman@nxp.com> * * 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 Foundati...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (14.0.1) on Fri Jul 17 14:15:42 EDT 2020 --> <title>oracle.kubernetes.operator.helpers Class Hierarchy (weblogic-kubernetes-operator 3.0.0 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.cr...
{ "pile_set_name": "Github" }
// Copyright 2016 The Draco 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 agree...
{ "pile_set_name": "Github" }
<?php ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at http://getid3.sourceforge.net // // or http://www.getid3.org // // also https://github.com/JamesHeinrich/...
{ "pile_set_name": "Github" }
# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other # HYPRE Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) add_definitions (-DHYPRE_TIMING) if (MSVC) add_definitions(-D_CRT_SECURE_NO_WARNINGS) endif () set(TEST_SRCS ij.c ...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ttpic.h */ /* */ /* Th...
{ "pile_set_name": "Github" }
from collections import deque class MovingAverage(object): def __init__(self, size): """ Initialize your data structure here. :type size: int """ self.size = size self.nums = deque() def next(self, val): """ :type val: int :rtype: float ...
{ "pile_set_name": "Github" }
// Copyright 2014 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 http2 import ( "net/http" "strings" ) var ( commonLowerHeader = map[string]string{} // Go-Canonical-Case -> lower-case commonCanonHeader = map[str...
{ "pile_set_name": "Github" }
; RUN: opt -S -march=r600 -mcpu=cayman -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine < %s | FileCheck %s ; Artificial datalayout target datalayout = "e-p:32:32:32-p1:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-v16:16:16-v24:32:32-v32:32:32-v48:64:64-v64:64:64-v96...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
// // SKCloudServiceSetupViewController.h // StoreKit // // Copyright © 2016-2017 Apple Inc. All rights reserved. // #import <StoreKit/StoreKitDefines.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN typedef NSString * SKCloudServiceSetupOptionsKey NS_STRING_ENUM; typedef NSString * SKCloudServiceSetupAction NS...
{ "pile_set_name": "Github" }
/** * @file oscserver.h * */ /* Copyright (C) 2017-2020 by Arjan van Vught mailto:info@orangepi-dmx.nl * * 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 ...
{ "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" }
# Scalable Multi-Hop Relational Reasoning for Knowledge-Aware Question Answering ``` @inproceedings{mhgrn_emnlp20, title = {Scalable Multi-Hop Relational Reasoning for Knowledge-Aware Question Answering}, author = {Yanlin Feng and Xinyue Chen and Bill Yuchen Lin and Peifeng Wang and Jun Yan and Xiang Ren}, ...
{ "pile_set_name": "Github" }
[ x + 1 ]
{ "pile_set_name": "Github" }
<phone:PhoneApplicationPage x:Class="TaskyWinPhone.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell="clr-namespace:Microsoft.P...
{ "pile_set_name": "Github" }
$.extend(UI, { sendJobToTranslator: function (email, date, timezone, job, project) { API.JOB.sendTranslatorRequest(email, date, timezone, job).done(function (data) { APP.ModalWindow.onCloseModal(); if (data.job) { UI.checkShareToTranslatorResponse(data, email, date, ...
{ "pile_set_name": "Github" }
// Copyright 2017-2019 Parity Technologies (UK) Ltd. // This file is part of Substrate. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
{ "pile_set_name": "Github" }
// File: lzham_prefix_coding.h // See Copyright Notice and license at the end of include/lzham.h #pragma once namespace lzham { namespace prefix_coding { const uint cMaxExpectedCodeSize = 16; const uint cMaxSupportedSyms = 1024; // This value can be tuned for a specific CPU. const ...
{ "pile_set_name": "Github" }
import { Component } from '@angular/core'; @Component({ selector: 'app-welcome', templateUrl: './welcome.component.html', styleUrls: ['./welcome.component.scss'], }) export class WelcomeComponent { title = 'angular'; }
{ "pile_set_name": "Github" }
julia 0.6 BinDeps @osx Homebrew
{ "pile_set_name": "Github" }
<!-- *Copyright 2018 T Mobile, 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://www.apache.org/licenses/LICENSE-2.0 * * or in the "l...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>String</span><span class="path">treeNode.</span>iconSkin</h2> <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>The className of node's custom icon....
{ "pile_set_name": "Github" }
{ "name": "solarized-dark-syntax", "theme": "syntax", "version": "1.3.0", "description": "A dark syntax theme using the solarized colors", "repository": "https://github.com/atom/atom", "license": "MIT", "engines": { "atom": ">0.50.0" } }
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 3.0.12 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //----...
{ "pile_set_name": "Github" }
// Copyright (C) 2019 Caio Lima (Igalia SL). All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: Private field is visible on initializer with direct eval esid: sec-privatefieldget info: | PrivateFieldGet (P, O) 1. Assert: P is a Private Name. 2. If O...
{ "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" }
<Page x:Class="Param_RootNamespace.Views.wts.ItemNamePage" <!--{[{--> Style="{DynamicResource MahApps.Styles.Page}" <!--}]}--> mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800"> </Page>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <item xmlns="http://www.supermemo.net/2006/smux"> <lesson-title>GRE词汇:《再要你命三千》</lesson-title> <chapter-title>List 28</chapter-title> <question-title>根据单词,回想词义</question-title> <question><span style="font-size:18; font-family:Comic Sans MS; font-weight:normal; font-style:n...
{ "pile_set_name": "Github" }
{ "id": "35264453", "url": "https:\/\/collection.cooperhewitt.org\/types\/35264453\/", "name": "Cupid", "count_objects": "1", "supersedes": "0", "superseded_by": "0" }
{ "pile_set_name": "Github" }
dependencies: \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Pods/gRPC-RxLibrary/src/objective-c/RxLibrary/GRXImmediateWriter.m \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/gRPC-RxLibrary.build/module.modulemap \ /Users/nikhilsridhar/Desktop...
{ "pile_set_name": "Github" }
--- layout: news_post title: "开始使用 Fastly 分发源码" author: "hsbt" translator: "Andor Chen" date: 2013-09-07 11:30:00 +0000 lang: zh_cn --- ruby-lang.org 开始通过 https://cache.ruby-lang.org 分发 Ruby 的官方源码。 现在的分发速度很快,因为我们使用了“内容分发网络”(Content Delivery Network,CDN)。 我们使用的 CDN 由 [Fastly][1] 的开源计划提供。感谢 Fastly 的大力支持。 [1]: htt...
{ "pile_set_name": "Github" }
// AFSecurityPolicy.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // 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 wit...
{ "pile_set_name": "Github" }
<?php /** * Template English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_lang['access'] = 'Åtkomst'; $_lang['filter_by_category'] = 'Filtrera efter kategori...'; $_lang['rank'] = 'Rang'; $_lang['template'] = 'Mall'; $_lang['template_assignedtv_tab'] = 'Tilldelade mallvariabler'; $_l...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Elsevier - Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles --> <info> <title>Journal of Complexity</title> <id>http://www...
{ "pile_set_name": "Github" }
'use strict' // Template version: 1.3.1 // see http://vuejs-templates.github.io/webpack for documentation. const path = require('path') module.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', proxyTable: {}, // Various Dev Server settings host: 'localhost', ...
{ "pile_set_name": "Github" }
// // U4DRenderShaderEntity.hpp // UntoldEngine // // Created by Harold Serrano on 7/7/20. // Copyright © 2020 Untold Engine Studios. All rights reserved. // #ifndef U4DRenderShaderEntity_hpp #define U4DRenderShaderEntity_hpp #include <stdio.h> #include "U4DRenderManager.h" #include "U4DMatrix4n.h" #include "U4DV...
{ "pile_set_name": "Github" }
# pfamDat.sql was originally generated by the autoSql program, which also # generated pfamDat.c and pfamDat.h. This creates the database representation of # an object which can be loaded and saved from RAM in a fairly # automatic way. #Data about a pfam global hit. CREATE TABLE pfamHit ( model varchar(255) not ...
{ "pile_set_name": "Github" }