text
stringlengths
2
99.9k
meta
dict
var convert = require('./convert'), func = convert('mean', require('../mean'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
LTC4151 High Voltage I2C Current and Voltage Monitor Required properties: - compatible: Must be "lltc,ltc4151" - reg: I2C address Optional properties: - shunt-resistor-micro-ohms Shunt resistor value in micro-Ohms Defaults to <1000> if unset. Example: ltc4151@6e { compatible = "lltc,ltc4151"; reg = <0x6e>; shu...
{ "pile_set_name": "Github" }
The latest release of `pdf-lib` (`v1.0.0`) includes several breaking API changes. If you have code written for older versions of `pdf-lib` (`v0.x.x`), you can use the following instructions to help migrate your code to v1.0.0. Note that many of the API methods are now asynchronous and return promises, so you'll need t...
{ "pile_set_name": "Github" }
/* Copyright (c) 2016-2018, 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" }
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg...
{ "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" }
<?php /* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */ namespace Icinga\Module\Monitoring\Backend\Ido\Query; use Zend_Db_Select; use Icinga\Data\Filter\Filter; /** * Query for contacts */ class ContactQuery extends IdoQuery { protected $columnMap = [ 'contacts' => [ 'contact_i...
{ "pile_set_name": "Github" }
using FluentAssertions; using NSubstitute; using TestStack.Seleno.PageObjects.Controls; namespace TestStack.Seleno.Tests.PageObjects.Actions.Controls { class When_getting_whether_checkBox_is_ticked : HtmlControlSpecificationFor<CheckBox, bool> { private readonly bool _result; public ...
{ "pile_set_name": "Github" }
const createAtom = require('tiny-atom') module.exports = function scopedAtom(options) { options = Object.assign({}, options, { evolve }) const atom = createAtom({}, {}, options) const fuse = atom.fuse atom.fuse = function(namespace, initialState, actions) { actions = Object.keys(actions).reduce((acc, act...
{ "pile_set_name": "Github" }
@charset "UTF-8"; /// CSS cubic-bezier timing functions. Timing functions courtesy of jquery.easie (github.com/jaukia/easie) /// /// Timing functions are the same as demoed here: http://jqueryui.com/resources/demos/effect/easing.html /// /// @type cubic-bezier $ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0....
{ "pile_set_name": "Github" }
object Test extends App { val ms = s"""This is a long multiline interpolation with \u000d\u000a CRLF embedded.""" assert(ms.linesIterator.size == 3, s"lines.size ${ms.linesIterator.size}") assert(ms contains "\r\n CRLF", "no CRLF") }
{ "pile_set_name": "Github" }
<?pi ￿?> <doc></doc>
{ "pile_set_name": "Github" }
// Copyright (c) 2006 Tel-Aviv University (Israel). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // You can redistribute it and/or modify it under the terms of the GNU // General Public License as published by the Free Software Foundation, // either version 3 of the License, or (at your opti...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ 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. Permiss...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
<style type="text/css"> %css-style% </style> <table width="100%" ><tr><td align="left"> <table class='bubble-red' cellspacing='0' cellpadding='0' style='float:left;'> <tr> <td><img src="%style-dir%/img/bubble-red/bubble_TL.png"></td> <td class='bubble-redTC'></td> <td><img src="%style-dir%/i...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2012-2013 cocos2d-x.org http://www.cocos2d-x.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 withou...
{ "pile_set_name": "Github" }
/* * This file is part of the KubeVirt 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 applicable la...
{ "pile_set_name": "Github" }
package test; import java.util.ArrayList; import junit.framework.TestCase; import org.junit.After; import org.junit.Before; import stringCalculator.StringCalculator; import stringCalculator.StringCalculator.NegativeException; public class TestStringCalculator extends TestCase{ StringCalculator sCalculator; @...
{ "pile_set_name": "Github" }
## CPU 与 GPU 工作流程 ### 介绍 ![](https://ws3.sinaimg.cn/large/005BYqpgly1g2g1283vz9j30qo0k0mx3.jpg) CPU 的任务繁多,做逻辑计算外,还要做内存管理、显示操作,因此 在实际运算的时候性能会大打折扣,在没有 GPU 的时代,不能显示复 杂的图形,其运算速度远跟不上今天复杂三维游戏的要求。即使 CPU 的工作频率超过 2GHz 或更高,对它绘制图形提高也不大。这时 GPU 的设计就出来了 ### CPU GPU 架构分析 ![](<http://xingyaohuang.com/content/images/...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('teachers_digital_platform', '0016_auto_20180829_2323'), ] operations = [ migrations.RenameModel( old_name='ActivitySpecialPopulation', new_na...
{ "pile_set_name": "Github" }
; ; Maciej 'YTM/Elysium' Witkowiak ; ; 22.12.99, 29.07.2000 .import popax .importzp ptr3, ptr4 .export DoubleSPop .export SetPtrXY .include "geossym.inc" DoubleSPop: sta ptr4 stx ptr4+1 jsr popax sta ptr3 stx ptr3+1 ;...
{ "pile_set_name": "Github" }
// // KRTournamentViewDataSource.swift // KRTournamentView // // Copyright © 2018 Krimpedance. All rights reserved. // /// This protocol represents the data model object. as such, it supplies no information about appearance (including the entries and matches) public protocol KRTournamentViewDataSource: class { ...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Python Programlamaya Giriş yazı dizimizin bu bölümünün konusu, Python'da isimler ve nesnelerin eşleştirilmesinin ayrıntıları, ve bu ayrıntıların bazen nasıl bizi şaşırtabileceği. Dizinin bütün yazılarına erişmek için <a href=\"http://w...
{ "pile_set_name": "Github" }
package com.wanjian.sak.system.traversals; import android.view.View; public interface ViewTraversalsListener { void onBeforeTraversal(View rootView); void onAfterTraversal(View rootView); }
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/plotData.R \name{plotDataScatter} \alias{plotDataScatter} \title{Scatterplots of feature values against latent factors} \usage{ plotDataScatter(object, view, factor, features = 10, color_by = NULL, name_color = "", shape_by = NULL, name_sha...
{ "pile_set_name": "Github" }
<?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
{ "pile_set_name": "Github" }
library(h2o) h2o.init(nthreads = -1) ## If possible download from the s3 link and change the path to the dataset. small_test <- "http://h2o-public-test-data.s3.amazonaws.com/bigdata/laptop/lending-club/LoanStats3a.csv" ## Task 1: Import Data loanStats <- h2o.importFile(path = small_test, parse = F) ## Parse with user...
{ "pile_set_name": "Github" }
name: "CaffeNet" layer { name: "data" type: "Data" top: "data" top: "label" include { phase: TRAIN } transform_param { mirror: true crop_size: 227 mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" } # mean pixel / channel-wise mean instead of mean image # transform_param { # crop_...
{ "pile_set_name": "Github" }
/* @flow */ import type { L10nsStrings } from '../formatters/buildFormatter' // Latvian const strings: L10nsStrings = { prefixAgo: 'pirms', prefixFromNow: null, suffixAgo: null, suffixFromNow: 'no šī brīža', seconds: '%d sek.', minute: 'min.', minutes: '%d min.', hour: 'st.', hours: '%d st.', day: ...
{ "pile_set_name": "Github" }
{ "index_name": "reason-node", "start_urls": [ "https://kennetpostigo.github.io/reason-node/docs/en/whatWhy.html", "https://kennetpostigo.github.io/reason-node/docs/" ], "stop_urls": [], "selectors": { "lvl0": { "selector": "//*[contains(@class, 'navItemActive')]/../../preceding::h3[1]", ...
{ "pile_set_name": "Github" }
/* * DeleteReservationModal.js * * The DeleteReservationModal component allows a user to delete a * reservation. * * Initially, the modal is hidden. To show the modal, the properties * of the DeleteReservationModal component should be set, then the * "show()" method can be called. The modal will hide itself * ...
{ "pile_set_name": "Github" }
klepto module documentation =========================== archives module --------------- .. automodule:: klepto.archives :members: :undoc-members: :private-members: :special-members: :show-inheritance: :imported-members: .. :exclude-members: crypto module ------------- .. automodule:: klepto...
{ "pile_set_name": "Github" }
/* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-2006, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * * Thanks to Rodney Brown <rbrown64@csc.com.au> for his contribution of faster * CRC methods: exclusive-oring 32 bits of data at a time, and pr...
{ "pile_set_name": "Github" }
--- id: 5900f4f21000cf542c510005 challengeType: 5 title: 'Problem 390: Triangles with non rational sides and integral area' videoUrl: '' localeTitle: 问题390:具有非理性边和积分面积的三角形 --- ## Description <section id="description">考虑边长为√5,√65和√68的三角形。可以看出,该三角形具有区域9。 <p> S(n)是所有三角形的面积之和,其边长为√(1 + b2),√(1 + c2)和√(b2 + c2)(对于正整数b和c),其...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Category" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Add_portal_content_Permission</string> </key> <value> <tuple> ...
{ "pile_set_name": "Github" }
// (C) Copyright 2005 Matthias Troyer // (C) Copyright 2006 Douglas Gregor <doug.gregor -at- gmail.com> // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Authors: Matthias Troye...
{ "pile_set_name": "Github" }
#!/usr/bin/env jake 'use strict'; /* eslint-disable no-undef */ /* eslint-disable no-console */ const migrateTests = require('./jakelib/migrate-test').taskList; const tests = [ ...migrateTests ]; task('default', tests, () => { console.log('All done.'); });
{ "pile_set_name": "Github" }
/*! * Ext JS Library 3.1.1 * Copyright(c) 2006-2010 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license */ .x-panel { border-color: #d0d0d0; } .x-panel-header { color:#333; font-weight:bold; font-size: 11px; font-family: tahoma,arial,verdana,sans-serif; border-color:#d0d0d0; ...
{ "pile_set_name": "Github" }
using CShell.Util; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; namespace CShell.Modules.Workspace.ViewModels { public class AssemblyReferenceViewModel : TreeViewModel { private readonly string filePath; private...
{ "pile_set_name": "Github" }
/* * Copyright 2018 NAVER Corp. * * 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 w...
{ "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_65) on Mon Sep 15 07:54:27 PDT 2014 --> <TITLE> com.bumptech.glide.load.engine.bitmap_recycle Class Hierarchy (glide 3.3.1 API) </TITLE> <META NAME=...
{ "pile_set_name": "Github" }
/** * Copyright 2015-2016 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 ...
{ "pile_set_name": "Github" }
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="11.3.2"></a> ## [11.3.2](https://github.com/zkat/cacache/compare/v11.3.1...v11.3.2) (2018-12-21) ### Bug Fixes * **get...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace Company.WebApplication1 { public class Program ...
{ "pile_set_name": "Github" }
(set-logic QF_LIA) (declare-fun x () Int) (assert (>= x (* 5 (+ 1 (div x 5))))) (check-sat) (get-model)
{ "pile_set_name": "Github" }
Java implementation of scrypt A pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version. The Java implementation is based in large part on Colin Percival's reference implementation contained in crypto_scrypt-ref.c, but a...
{ "pile_set_name": "Github" }
body { margin: 0; background-image: url('../img/bg-repeat.gif'); background-repeat: repeat-x; } .content { background-image: url('../img/content.png'); background-repeat: no-repeat; background-position: center 60px; min-height: 200px; } header { height: 90px; width: 950px; margin: 0px auto 30px auto; } heade...
{ "pile_set_name": "Github" }
package inference.guava; import java.util.LinkedHashMap; import java.util.Map; @SuppressWarnings("all") // Just check for crashes. public class Bug1<B> { @SuppressWarnings("type.inference.not.same") public void method1(Map<? extends Class<? extends B>, ? extends B> map) { Map<Class<? extends B>, B> co...
{ "pile_set_name": "Github" }
// Copyright (C) 2015 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DNn_LOSS_ABSTRACT_H_ #ifdef DLIB_DNn_LOSS_ABSTRACT_H_ #include "core_abstract.h" #include "../image_processing/full_object_detection_abstract.h" namespace dlib { // -----------...
{ "pile_set_name": "Github" }
#include <u.h> #include <libc.h> #include <regexp.h> #include <thread.h> #include <fcall.h> int debug; int dfd; int srvfd; int netfd[2]; int srv_to_net[2]; int net_to_srv[2]; char *srv; char *addr; char *ns; int export; void shuffle(void *arg); int post(char *srv); void remoteside(void*); int call(char *rsys, char *n...
{ "pile_set_name": "Github" }
/************************************************************************* * * * XV Olimpiada Informatyczna * * * * Zadanie: Plaka...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 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 Softwa...
{ "pile_set_name": "Github" }
[Module Metadata] AUTHOR=Sarah Edwards/mac4n6.com/@iamevltwin MODULE_NOTES=Audio Routing via App [Database Metadata] DATABASE=CurrentPowerlog.PLSQL PLATFORM=IOS VERSIONS=9,10,11,12,13 [Query Metadata] QUERY_NAME=powerlog_app_audio ACTIVITY=App Audio Routing KEY_TIMESTAMP=TIMESTAMP [SQL Query 9,10,11,12,13] QUERY= ...
{ "pile_set_name": "Github" }
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Target Name="Build"> <Error Text="Something failed (test-import.targets): $(MSBuildSDKsPath)" /> </Target> </Project>
{ "pile_set_name": "Github" }
// Code generated by linux/mkall.go generatePtracePair(386, amd64). DO NOT EDIT. // +build linux // +build 386 amd64 package unix import "unsafe" // PtraceRegs386 is the registers used by 386 binaries. type PtraceRegs386 struct { Ebx int32 Ecx int32 Edx int32 Esi int32 Edi int32 Ebp ...
{ "pile_set_name": "Github" }
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_net_ssl_provider_ClientHelloBuilder__ #define __gnu_javax_net_ssl_provider_ClientHelloBuilder__ #pragma interface #include <gnu/javax/net/ssl/provider/ClientHello.h> #include <gcj/array.h> extern "Java" { namespace gnu { nam...
{ "pile_set_name": "Github" }
libavcodec/bmp_parser.o: libavcodec/bmp_parser.c libavutil/bswap.h \ libavutil/avconfig.h libavutil/attributes.h config.h libavutil/common.h \ libavutil/macros.h libavutil/version.h libavutil/intmath.h \ libavutil/common.h libavutil/mem.h libavutil/error.h libavutil/avutil.h \ libavutil/rational.h libavutil/mathema...
{ "pile_set_name": "Github" }
#!/usr/bin/perl -w # Copyright (C) 2005, 2006, 2007 Apple Inc. 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" }
// Copyright (c) 2009 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. package org.chromium.sdk.internal.v8native; import java.io.IOException; import org.chromium.sdk.Breakpoint; import org.chromium.sdk.BreakpointTypeEx...
{ "pile_set_name": "Github" }
package fr.sii.sonar.web.frontend.typescript.test; import fr.sii.sonar.report.core.common.PluginDependencies; import fr.sii.sonar.report.core.common.ReportSensor; import fr.sii.sonar.report.core.test.domain.TestReport; import fr.sii.sonar.report.core.test.factory.TestSaverFactory; import fr.sii.sonar.report.test.junit...
{ "pile_set_name": "Github" }
package com.meiqia.meiqiasdk.util; import android.graphics.Matrix; import android.graphics.drawable.Drawable; import android.widget.ImageView; import com.meiqia.meiqiasdk.third.photoview.PhotoViewAttacher; /** * 作者:王浩 邮件:bingoogolapple@gmail.com * 创建时间:16/7/15 下午2:14 * 描述: */ public class MQBrowserPhotoViewAtta...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016. * Modified by Neurophobic Animal on 04/07/2016. */ package cm.aptoide.pt.dataprovider.ws.v7; import cm.aptoide.pt.dataprovider.ws.RefreshBody; import com.fasterxml.jackson.annotation.JsonProperty; /** * Base body that every request should use. If more information should be provided this ...
{ "pile_set_name": "Github" }
# Launch Screen Assets You can customize the launch screen with your own desired assets by replacing the image files in this directory. You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <Nullable>enable</Nullable> <IsPackable>false</IsPackable> <SignAssembly>true</SignAssembly> <AssemblyOriginatorKeyFile>AsyncAwaitBestPrac...
{ "pile_set_name": "Github" }
#region Copyright Syncfusion Inc. 2001-2020. // Copyright Syncfusion Inc. 2001-2020. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted under // applic...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * ALSA modem driver for VIA VT82xx (South Bridge) * * VT82C686A/B/C, VT8233A/C, VT8235 * * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> * Tjeerd.Mulder <Tjeerd.Mulder@fujitsu-siemens.com> * 2002 Takashi Iwai <tiwai@s...
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------------------- // File: Keyboard.h // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //...
{ "pile_set_name": "Github" }
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
{ "pile_set_name": "Github" }
```tut:book "File " + 2 + "b" ```
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.h...
{ "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" }
Subject: january - meter 2186 clear lake city gate i have flow without a nom each day at meter 2186 lst = 1375 2 nd = 28 3 rd = 2532 4 th = 5952 i assume that this is entex meter . is this volume captured at meter 2000 ? i will need a nom to support this flow . please advise . thank you .
{ "pile_set_name": "Github" }
// 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 obtain one at http://mozilla.org/MPL/2.0/. // +build integration_cli package base import ( "fmt" "io/ioutil" "math/rand" "os" "os/exec" "path/filepath" ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014-2018 Paul Davis <paul@linuxaudiosystems.com> * Copyright (C) 2014-2018 Robin Gareus <robin@gareus.org> * * 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 vers...
{ "pile_set_name": "Github" }
// Copyright (c) Facebook, Inc. and its affiliates. // All rights reserved. // // Copyright 2019 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 <math.h> #include <stddef.h> #include <stdint.h...
{ "pile_set_name": "Github" }
@inject HttpClient HttpClient <div class="dialog-container"> <div class="dialog"> <div class="dialog-title"> <h2>@Pizza.Special.Name</h2> @Pizza.Special.Description </div> <form class="dialog-body"> <div> <label>Size:</label> ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "NSObject-Protocol.h" @class QryCancelECardDescRes, WCPayECardDetailViewController; @protocol WCPayECardDetailViewControllerD...
{ "pile_set_name": "Github" }
/** * External imports */ import { createAndKeyEntitiesByPrimaryKeyValue, keyEntitiesByPrimaryKeyValue, singularModelName, pluralModelName, stripBaseRouteFromUrl, getPrimaryKeyQueryString, getPrimaryKey, getEndpoint, modelNameForQueryString, } from '@eventespresso/model'; import { isModelEntityFactoryOfMode...
{ "pile_set_name": "Github" }
extern crate dynet; extern crate rand; use std::fs::File; use std::io::{BufReader, Read, Seek, SeekFrom}; use std::path::Path; use dynet::*; use rand::{seq::SliceRandom, thread_rng}; #[derive(Copy, Clone, Debug)] pub enum Activation { Sigmoid, Tanh, Relu, Softmax, Linear, } impl Activation { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008-2020, Hazelcast, 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 ...
{ "pile_set_name": "Github" }
<?php class Options_Framework { const VERSION = '1.9.1'; function get_option_name() { $name = ''; if ( function_exists( 'optionsframework_option_name' ) ) { $name = optionsframework_option_name(); } if ( '' == $name ) { $name = get_option( 'stylesheet' ); ...
{ "pile_set_name": "Github" }
/*! X-editable - v1.4.1 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery * http://github.com/vitalets/x-editable * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */ .editableform { margin-bottom: 0; /* overwrites bootstrap margin */ } .editableform .control-group { margin-bottom: 0; /* o...
{ "pile_set_name": "Github" }
# Tenko parser autogenerated test case - From: tests/testcases/regexes/assertions_and_quantifiers/autogen.md - Path: tests/testcases/regexes/assertions_and_quantifiers/gen/start_of_input_u-flag/2b.md > :: regexes : assertions and quantifiers : gen : start of input u-flag > > ::> 2b ## Input `````js /^+foo/u ````` ...
{ "pile_set_name": "Github" }
<timeinfo> <indefinite>1</indefinite> <duration>60.000000000</duration> <introDuration>0.000000000</introDuration> <outroDuration>0.000000000</outroDuration> </timeinfo>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/remote_xbox_tv_down" /> <item android:state_pressed="false" android:drawable="@drawable/remote_xbox_tv_up" /> </selector>
{ "pile_set_name": "Github" }
**Added:** * Testing PyNE build without PyMOAB using Python 2 & 3 * Testing PyNE with PyMOAB (and DAGMC) using Python 2 * Added FindDAGMC.cmake file * Dockerfile to build many variations of PyNE docker image, with python script CLI **Changed:** * PyNE can be built with PyMOAB whitout DAGMC with limited capabilitie...
{ "pile_set_name": "Github" }
<!ENTITY title "Dizinleri Eşitle"> <!ENTITY file.label "Dosya"> <!ENTITY reason.label "Neden"> <!ENTITY action.label "İşlem"> <!ENTITY download.label "İndir"> <!ENTITY upload.label "Karşıya Yükle"> <!ENTITY delete.label "Delete"> <!ENTITY nothing.label "Hiçbir Şey Yapma"> <!ENTITY defaults.label "Seçimi Değiştir"> <!EN...
{ "pile_set_name": "Github" }
#include <inttypes.h> // GDB JIT interface enum JITAction { JIT_NOACTION, JIT_REGISTER_FN, JIT_UNREGISTER_FN }; struct JITCodeEntry { struct JITCodeEntry* next; struct JITCodeEntry* prev; const char *symfile_addr; uint64_t symfile_size; }; struct JITDescriptor { uint32_t version; uint32_t act...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /** * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * * @path ch11/11.4/11.4.1/11.4.1-4.a-17.js * @description delete operator ...
{ "pile_set_name": "Github" }
/* * Copyright © 2012-2013 Blue Brain Project, BBP/EPFL. All rights reserved. * Copyright © 2012-2013 Inria. All rights reserved. * See COPYING in top-level directory. */ #include <private/autogen/config.h> #include <hwloc.h> #include <hwloc/plugins.h> /* private headers allowed for convenience because this plug...
{ "pile_set_name": "Github" }
using System; namespace NaughtyAttributes { [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)] public class ValidateInputAttribute : ValidatorAttribute { public string CallbackName { get; private set; } public string Message { get; private set; } publ...
{ "pile_set_name": "Github" }
require 'uv/ctypes/init' local ffi = require 'ffi' local timer = require 'uv.timer' local libuv = require 'uv/libuv' local libuv2 = require 'uv/libuv2' local uv_idle_t = require 'uv/ctypes/uv_idle_t' local uv_prepare_t = require 'uv/ctypes/uv_prepare_t' local uv_check_t = require 'uv/ctypes/uv_check_t' local join = req...
{ "pile_set_name": "Github" }
package ecs //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 //distribut...
{ "pile_set_name": "Github" }
/* Copyright 2020 Sergey Vlasov <sigprof@gmail.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 Foundation, either version 2 of the License, or (at your option) any later version. This program is distribute...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#00000000" > <!-- 标题 --> <FrameLayout android:id="@+id/bdp_paycenter_title_frame" ...
{ "pile_set_name": "Github" }
package breeze.signal.support import breeze.signal.{OptWindowFunction} import breeze.linalg._ import breeze.numerics.{cos, isOdd, isEven, sincpi} import scala.math.Pi import breeze.macros.expand /** * Construction delegate trait for convolving type InputType.</p> * Implementation details (especially * option argum...
{ "pile_set_name": "Github" }
/* infback.c -- inflate using a call-back interface * Copyright (C) 1995-2009 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* This code is largely copied from inflate.c. Normally either infback.o or inflate.o would be linked into an application--not both. The interf...
{ "pile_set_name": "Github" }
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...
{ "pile_set_name": "Github" }