text
stringlengths
2
99.9k
meta
dict
/* * linux/sound/soc/ep93xx-i2s.c * EP93xx I2S driver * * Copyright (C) 2010 Ryan Mallon <ryan@bluewatersys.com> * * Based on the original driver by: * Copyright (C) 2007 Chase Douglas <chasedouglas@gmail> * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> * * This program is free software; y...
{ "pile_set_name": "Github" }
/* * Copyright 2019-2020 Hans-Kristian Arntzen * * 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" }
## API documentation See our [API documentation](https://moov-io.github.io/ach/api/) for Moov ACH endpoints. ## Setup our ACH file Creating an Automated Clearing House (ACH) file can be done several ways: - [using Go and our generated client](#go-client) - [uploading a JSON representation](#upload-a-json-representa...
{ "pile_set_name": "Github" }
/* //@HEADER // ************************************************************************ // // Kokkos v. 3.0 // Copyright (2020) National Technology & Engineering // Solutions of Sandia, LLC (NTESS). // // Under the terms of Contract DE-NA0003525 with NTESS, // the U.S. Govern...
{ "pile_set_name": "Github" }
class NSArray : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration { var count: Int { get } func object(at index: Int) -> AnyObject init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int) init?(coder aDecoder: NSCoder) func copy(with zone: NSZone = nil) -> AnyObject func muta...
{ "pile_set_name": "Github" }
/* * Matrix test. */ #include "io/streams/cout.hh" #include "lang/array.hh" #include "math/matrices/matrix.hh" #include "lang/exceptions/ex_index_out_of_bounds.hh" using io::streams::cout; using lang::array; using math::matrices::matrix; int main() { try { matrix<> m(3,2); m(0,0) = 0.1; m(0,1) = 0.02; ...
{ "pile_set_name": "Github" }
(* * OWL - OCaml Scientific and Engineering Computing * Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk> *) open Owl_types (* Functor of making a Lazy engine, just an alias of CPU engine. *) module Make (A : Ndarray_Mutable) = struct include Owl_computation_cpu_engine.Make (A) end (* Make functor e...
{ "pile_set_name": "Github" }
import React from "react"; import { mount, shallow } from "enzyme"; import $ from "jquery"; import { Component, ComponentList } from "../js/src/components/component-list"; import { Metrics } from "../js/src/components/metrics"; describe('ComponentList', () => { it('fetches the components url', () => { var ajax =...
{ "pile_set_name": "Github" }
// RUN: %compile-run-and-check #include <omp.h> #include <stdio.h> int main() { int res = 0; #pragma omp parallel num_threads(2) reduction(+:res) { int tid = omp_get_thread_num(); #pragma omp target teams distribute reduction(+:res) for (int i = tid; i < 2; i++) ++res; } // The first thread mak...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @providesModule i...
{ "pile_set_name": "Github" }
<?php /** * @package Gantry5 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC * @license Dual License: MIT or GNU/GPLv2 and later * * http://opensource.org/licenses/MIT * http://www.gnu.org/licenses/gpl-2.0.html * * Gantry Framework code that exten...
{ "pile_set_name": "Github" }
/* Copyright (C) 2015 Apple Inc. All Rights Reserved. See LICENSE.txt for this sample’s licensing information Abstract: The EAGLView class is a UIView subclass that renders OpenGL scene. */ #import "EAGLView.h" #import "ES2Renderer.h" @interface EAGLView () { ES2Renderer* _renderer; EAGLContext* _contex...
{ "pile_set_name": "Github" }
% Penalised least squares objective function and derivatives % phi(u) = 1/lambda * ||X*u-y||_2^2 + 2*sum( pen(s) ), s=B*u-t % % [f,df,d2f] = phi(u,X,y,B,t,lam,pen,varargin) where penaliser is evaluated % by feval(pen,s,varargin{:}) % % The return arguments have t...
{ "pile_set_name": "Github" }
(function (g) { function t(a, b, d) { return "rgba(" + [Math.round(a[0] + (b[0] - a[0]) * d), Math.round(a[1] + (b[1] - a[1]) * d), Math.round(a[2] + (b[2] - a[2]) * d), a[3] + (b[3] - a[3]) * d].join(",") + ")" } var u = function () { }, o = g.getOptions(), i = g.each, p = g.extend, z = g.form...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <tallies> <mesh id="1"> <type>regular</type> <lower_left>-10 -1 -1 </lower_left> <upper_right>10 1 1</upper_right> <dimension>10 1 1</dimension> </mesh> <filter id="1"> <type>mesh</type> <bins>1</bins> </filter> <tally id="1"> <filters>1</filters> <scor...
{ "pile_set_name": "Github" }
module tests.it.runtime.regressions; import tests.it.runtime; import reggae.reggae; import std.path; @("Issue 14: builddir not expanded") @Tags(["ninja", "regressions"]) unittest { with(immutable ReggaeSandbox()) { writeFile("reggaefile.d", q{ import reggae; enum ao = objectFile...
{ "pile_set_name": "Github" }
from pyomo.environ import * # create the concrete model model = ConcreteModel() # set the data (native python data) k1 = 5.0/6.0 # min^-1 k2 = 5.0/3.0 # min^-1 k3 = 1.0/6000.0 # m^3/(gmol min) caf = 10000.0 # gmol/m^3 # create the variables model.sv = Var(initialize = 1.0, within=PositiveReals) model.ca ...
{ "pile_set_name": "Github" }
<template lang="html"> <div> <b-modal ref="tokenModal" :title="$t('interface.tokens.modal.title')" hide-footer class="bootstrap-modal nopadding max-height-1" centered static lazy @hidden="resetCompState" > <form class="tokens-modal-body" @keydown.enter.pre...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>APIドキュメント</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link type='text/...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <UIFoundation/NSCollectionViewLayout.h> @interface NSCollectionViewLayout (NSPrivateItemSequence) + (BOOL)itemLayoutIsSequenti...
{ "pile_set_name": "Github" }
# @generated by autocargo from //hphp/hack/src/hhbc:emit_fatal_rust [package] name = "emit_fatal_rust" edition = "2018" version = "0.0.0" include = ["../../emit_fatal.rs"] [lib] path = "../../emit_fatal.rs" [dependencies] emit_pos_rust = { path = "../emit_pos" } hhbc_ast_rust = { path = "../hhbc_ast" } instruction_se...
{ "pile_set_name": "Github" }
Change Log ========== 0.2.1 (2016-04-15) ------------------ * Packaging fix 0.2 (2016-04-15) ---------------- * Added docs and tests * Published on PyPI 0.1 (2016-04-11) ---------------- Initial release
{ "pile_set_name": "Github" }
// // EncryptionKit.swift // ProtonMail - Created on 12/18/18. // // // Copyright (c) 2019 Proton Technologies AG // // This file is part of ProtonMail. // // ProtonMail 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 Sof...
{ "pile_set_name": "Github" }
### Arguments #### `argument_name` * Is required: yes * Is array: no * Default: `NULL`
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>QUnit Test Suite - Canvas Addon</title> <link rel="stylesheet" href="../../qunit/qunit.css" type="text/css" media="screen"> <script type="text/javascript" src="../../qunit/qunit.js"></script> <script type="text/javascript" src="qunit-canvas.js"></script...
{ "pile_set_name": "Github" }
name: rdev_get_ringparam ID: 721 format: field:unsigned short common_type; offset:0; size:2; signed:0; field:unsigned char common_flags; offset:2; size:1; signed:0; field:unsigned char common_preempt_count; offset:3; size:1; signed:0; field:int common_pid; offset:4; size:4; signed:1; field:char wiphy_name[32]; of...
{ "pile_set_name": "Github" }
/* * jccoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the coefficient buffer controller for compression. * This controller is the top level of t...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, 2018, 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" }
/* Copyright 2015 The TensorFlow Authors. 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" }
#!/usr/bin/env bash ##################################################################### # genallfont.sh for Marlin # # This script generates font data for language headers # # Copyright 2015-2018 Yunhui Fu <yhfudev@gmail.com> # License: GPL/BSD ##################################################################### my...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
{ "pile_set_name": "Github" }
version: 1 dn: m-oid=1.3.6.1.4.1.42.2.27.4.1.6,ou=attributeTypes,cn=java,ou=schema creatorsname: uid=admin,ou=system objectclass: metaAttributeType objectclass: metaTop objectclass: top m-equality: caseExactMatch m-syntax: 1.3.6.1.4.1.1466.115.121.1.15 m-singlevalue: TRUE m-collective: FALSE m-nousermodification: FALSE...
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. import torch from .box_head.box_head import build_roi_box_head from .mask_head.mask_head import build_roi_mask_head from .keypoint_head.keypoint_head import build_roi_keypoint_head class CombinedROIHeads(torch.nn.ModuleDict): """ Combine...
{ "pile_set_name": "Github" }
page_title: Managing Data in Containers page_description: How to manage data inside your Docker containers. page_keywords: Examples, Usage, volume, docker, documentation, user guide, data, volumes # Managing Data in Containers So far we've been introduced to some [basic Docker concepts](/userguide/usingdocker/), seen...
{ "pile_set_name": "Github" }
#pragma once #include <iterator> // random_access_iterator_tag #include <nlohmann/detail/meta/void_t.hpp> #include <nlohmann/detail/meta/cpp_future.hpp> namespace nlohmann { namespace detail { template<typename It, typename = void> struct iterator_types {}; template<typename It> struct iterator_types < It, ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <meta charset="utf-8"> <title>IDBObjectStore.createIndex() - empty keyPath</title> <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="support.js"></script> <s...
{ "pile_set_name": "Github" }
// Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) // (c) 2005-2008 Sammi Williams (http://www.oriontransfer.co.nz, sammi@oriontransfer.co.nz) // // script.aculo.us is freely distributable under the terms of an MIT-style license. // For details, see the script.aculo.us web s...
{ "pile_set_name": "Github" }
{ "name": "map-canvas", "version": "1.0.0", "description": "基于baidu、google、openlayers、arcgis、高德地图、canvas数据可视化", "main": "rollup.config.js", "scripts": { "mini": "npm run build && uglifyjs build/baidu-map-lineGradient.js -c -m -o build/release/baidu-map-lineGradient.min.js", "build": "rollup -c", "...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2019 Infostretch Corporation * * 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 with...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "video-play.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "video-play@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "video-play@3x.png", "scale" : "3x" ...
{ "pile_set_name": "Github" }
import {EventEmitter} from 'events'; /** * Require options for a VM */ export interface VMRequire { /** Array of allowed builtin modules, accepts ["*"] for all (default: none) */ builtin?: string[]; /* * `host` (default) to require modules in host and proxy them to sandbox. `sandbox` to load, compile and ...
{ "pile_set_name": "Github" }
MauvilleCity_BikeShop_Text_180F9F:: @ 8180F9F .string "Well, well, what have we here?\n" .string "A most energetic customer!\p" .string "Me? You may call me RYDEL.\n" .string "I'm the owner of this cycle shop.$" MauvilleCity_BikeShop_Text_181016:: @ 8181016 .string "RYDEL: Your RUNNING SHOES...\n" .string "They'...
{ "pile_set_name": "Github" }
package com.coderising.ood.srp; import com.coderising.ood.srp.utils.DBUtil; import com.coderising.ood.srp.utils.MailUtil; import com.coderising.ood.srp.utils.ArgsUtil; import java.io.IOException; import java.util.*; /** * PromotionMail * * @author Chenpz * @package com.coderising.ood.srp * @date 2017/6/12/23:33...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <message> <name>MFNM14</name> <description>Master File Notification - Site Defined</description> <segments> <segment>MSH</segment> <segment minOccurs="0" maxOccurs="unbounded">SFT</segment> <segment>MFI</segment> <group maxOccurs...
{ "pile_set_name": "Github" }
(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * Copyright INRIA, CNRS and contributors *) (* <O___,, * (see version control and CREDITS file for authors & dates) *) (* \VV/ *********...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Hartmut Kaiser Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ====================================...
{ "pile_set_name": "Github" }
const nest = require('depnest') const Value = require('mutant/value') const onceTrue = require('mutant/once-true') const computed = require('mutant/computed') const resolve = require('mutant/resolve') const pull = require('pull-stream') const sorted = require('sorted-array-functions') const MutantPullCollection = requi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004, PostgreSQL Global Development Group * See the LICENSE file in the project root for more information. */ package org.postgresql.ds; import org.postgresql.ds.common.BaseDataSource; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.i...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. module internal FSharp.Compiler.InnerLambdasToTopLevelFuncs open FSharp.Compiler open FSharp.Compiler.AbstractIL.Internal open FSharp.Compiler.AbstractIL.Internal.Library open FSharp.Compiler.Ab...
{ "pile_set_name": "Github" }
/* * textstyle.c -- text style processing module. * * Copyright (c) 2018, Liu chao <lc-soft@live.cn> All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of sourc...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <NewsUI2/_TtC7NewsUI217NoopAudioAssembly.h> @interface _TtC7NewsUI217NoopAudioAssembly (NewsUI2) - (void)loadInRegistry:(id)ar...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005 Rob Buis <buis@kde.org> * Copyright (C) 2006 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License a...
{ "pile_set_name": "Github" }
$(function() { $('.navdrawer-nav a[title]').tooltip({ 'html': true, 'placement': 'right', 'boundary': 'viewport' }); });
{ "pile_set_name": "Github" }
"use strict"; /* Generated from: * ap-northeast-1 (https://d33vqc0rt9ld30.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0, * ap-northeast-2 (https://d1ane3fvebulky.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0, * ap-northeast-3 (https://d2zq...
{ "pile_set_name": "Github" }
def safe_remove(f): import os try: os.remove(f) except OSError: pass """ Basic logger functionality; replace this with a real logger of your choice """ import imp import sys class VPLogger: def debug(self, s): print '[DEBUG] %s' % s def info(self, s): print '[INFO...
{ "pile_set_name": "Github" }
<p></p>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>Suave Test Page</title> <script type="text/javascript"> //<![CDATA[ window.addEventListener("load", function () { var sendFiles = function(event) { var fd = new FormData(event.target); fd.append('custom', 1337); var request = new X...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <string.h> int romanToInt(char *s) { int len = strlen(s); int ans = 0; int i = 0; while (i < len) { switch (s[i]) { case 'M': ans += 1000; break; case 'D': ans += 500; break; case ...
{ "pile_set_name": "Github" }
import { IScheduler } from '../Scheduler'; import { Observable } from '../Observable'; import { Subscriber } from '../Subscriber'; import { TeardownLogic } from '../Subscription'; /** * We need this JSDoc comment for affecting ESDoc. * @extends {Ignored} * @hide true */ export declare class ScalarObservable<T> exte...
{ "pile_set_name": "Github" }
package ezy.sdk3rd.social.sdk; /** * Created by ezy on 17/3/18. */ public interface OnSucceed<T> { void onSucceed(T result); }
{ "pile_set_name": "Github" }
package jsoniter import ( "encoding/json" "io" "reflect" "sync" "unsafe" "github.com/modern-go/concurrent" "github.com/modern-go/reflect2" ) // Config customize how the API should behave. // The API is created from Config by Froze. type Config struct { IndentionStep int MarshalFloatWith6Digi...
{ "pile_set_name": "Github" }
#region Copyright notice and license // Copyright 2019 The 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Ve...
{ "pile_set_name": "Github" }
H 514 // -0.003071 0xFF9B // 0.000000 0x0000 // 0.000837 0x001B // 0.000460 0x000F // -0.000172 0xFFFA // 0.004224 0x008A // 0.001067 0x0023 // -0.000172 0xFFFA // -0.000591 0xFFED // 0.001196 0x0027 // 0.000749 0x0019 // -0.002649 0xFFA9 // -0.002541 0xFFAD // 0.000919 0x001E // 0.001236 0x0028 // 0.002534 0x0053 // -...
{ "pile_set_name": "Github" }
'use strict'; module.exports = function (str, sep) { if (typeof str !== 'string') { throw new TypeError('Expected a string'); } sep = typeof sep === 'undefined' ? '_' : sep; return str .replace(/([a-z\d])([A-Z])/g, '$1' + sep + '$2') .replace(/([A-Z]+)([A-Z][a-z\d]+)/g, '$1' + sep + '$2') .toLowerCase(); ...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 Google 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" }
{ "id": "biancas-poster", "name": "Bianca's Poster", "games": { "nh": { "sellPrice": { "currency": "bells", "value": 250 }, "buyPrices": [ { "currency": "bells", "value": 1000 } ] } }, "category": "Photos" }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class OculusManifestPreprocessor | XRTK-Core </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class Ocu...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <SAObjects/AceObject.h> #import <SAObjects/SAAceSerializable-Protocol.h> @class NSString; @interface SAUITemplateEdgeInsets ...
{ "pile_set_name": "Github" }
//===== eAthena Script ======================================= //= Lighthalzen Dungeon(Biolabs) Monster Spawn Script //===== By: ================================================== // The Prometheus Project, eAthena dev team //===== Current Version: ===================================== //= 1.8 //===== Compatible With: ...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Google, 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 to in...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from globaleaks.handlers.admin import l10n as admin_l10n from globaleaks.tests import helpers from twisted.internet.defer import inlineCallbacks empty_texts = {} custom_texts1 = { '12345': '54321' } custom_texts2 = { '12345': '54321' } class TestAdminL10NHandler(helpers.TestHandle...
{ "pile_set_name": "Github" }
+++ title = "Pangram checker" description = "" date = 2019-10-17T23:32:31Z aliases = [] [extra] id = 5383 [taxonomies] categories = [] tags = [] +++ {{task}} [[Category:String manipulation]] {{omit from|Lilypond}} A pangram is a sentence that contains all the letters of the English alphabet at least once. For exampl...
{ "pile_set_name": "Github" }
<!--index.wxml--> <view class="index"> <view class="index-profile"> <open-data type="userAvatarUrl" class="index-profile__img"></open-data> </view> <view class="index-title"> {{ title }} </view> <view class="index-books"> <view class="index-books__showLayer"> <view class="index-boo...
{ "pile_set_name": "Github" }
[ { "EventCode": "0xE8", "Counter": "0,1,2,3", "UMask": "0x1", "EventName": "BPU_CLEARS.EARLY", "SampleAfterValue": "2000000", "BriefDescription": "Early Branch Prediciton Unit clears" }, { "EventCode": "0xE8", "Counter": "0,1,2,3", "UM...
{ "pile_set_name": "Github" }
### ### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED ### FROM openjdk:15-ea-10-jdk-buster # It's DynamoDB, in Docker! # # Check for details on how to run DynamoDB locally.: # # http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html # # This Dockerfile essentially replicates t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2009 - DIGITEO - Vincent COUVERT * * Copyright (C) 2012 - 2016 - Scilab Enterprises * * This file is hereby licensed under the terms of the GNU GPL v2.0, * pursuant to article 5.3.4 of th...
{ "pile_set_name": "Github" }
#%RAML 0.8 title: test API traits: - tr: body: application/json: schemas: - MyType: | { "$schema": "http://json-schema.org/draft-04/", "type": "object", "properties": { "arrayProp": { "items": { "type": "obj...
{ "pile_set_name": "Github" }
/* * CRIS helper routines * * Copyright (c) 2007 AXIS Communications * Written by Edgar E. Iglesias * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <hibernate-mapping package="com.jeecms.cms.entity.assist"> <class name="CmsGuestbookExt" table="jc_guestbook_ext"> <meta attribute="sync-DAO">false</meta> ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- import six from bson import ObjectId from easydict import EasyDict as edict from tornado.concurrent import return_future from motorengine import ASCENDING from motorengine.query_builder.transform import update class BaseAggregation(object): def __init__(self, field,...
{ "pile_set_name": "Github" }
<div class="subblock"> <h3><%= t('.owner_tools') %></h3> <div> <%= link_to t('.force_update'), act_content_path(action_name: 'manual_refresh'), method: :put, class: "btn info" %> <%= link_to t('.purge_children'), act_content_path(action_name: 'delete_children'), method: :put, class: "btn info" %> </div> <...
{ "pile_set_name": "Github" }
package org.intellij.markdown.parser.sequentialparsers.impl import org.intellij.markdown.MarkdownElementTypes import org.intellij.markdown.MarkdownTokenTypes import org.intellij.markdown.parser.sequentialparsers.LocalParsingResult import org.intellij.markdown.parser.sequentialparsers.RangesListBuilder import org.intel...
{ "pile_set_name": "Github" }
var mkdirp = require('../'); var path = require('path'); var fs = require('fs'); var test = require('tap').test; test('root', function (t) { // '/' on unix, 'c:/' on windows. var file = path.resolve('/'); mkdirp(file, 0755, function (err) { if (err) throw err fs.stat(file, function (er, st...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M20,6h-8l-2,-2L4,4c-1.1,0 -2,0.9 -2,2v12c0,1...
{ "pile_set_name": "Github" }
<#-- /** * Copyright 2000-present Liferay, 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...
{ "pile_set_name": "Github" }
#ifndef PARDENSEMATRIX_H #define PARDENSEMATRIX_H #include "MatrixDef.h" #include "DenseMatrix.h" #include "DenseVector.h" #include "MPI_Wrappers.h" #include "ATC_Error.h" using ATC::ATC_Error; #include <algorithm> #include <sstream> namespace ATC_matrix { /** * @class ParDenseMatrix * @brief Parallel...
{ "pile_set_name": "Github" }
# Application to the Class of 2020🎓 This pull request template helps you complete an application to the **Class of 2020**. Use the checklist below to verify you have followed the instructions correctly. ## Checklist ✅ - [ ] I have read the instructions on the README file before submitting my application. - [ ] I ...
{ "pile_set_name": "Github" }
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>. // Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. // +build sqlite_secure_delete_fast package sqlite3 /* #cgo CFLAGS: -DSQLITE_SECURE_DE...
{ "pile_set_name": "Github" }
// +build acceptance package k8s import ( "fmt" "testing" "github.com/kyma-project/kyma/tests/console-backend-service/internal/domain/shared/auth" "github.com/kyma-project/kyma/tests/console-backend-service/internal/graphql" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) type sel...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from .common import *
{ "pile_set_name": "Github" }
sizeof_1_ = 8; aggr _1_ { 'U' 0 lo; 'U' 4 hi; }; defn _1_(addr) { complex _1_ addr; print(" lo ", addr.lo, "\n"); print(" hi ", addr.hi, "\n"); }; sizeofFPdbleword = 8; aggr FPdbleword { 'F' 0 x; { 'U' 0 lo; 'U' 4 hi; }; }; defn FPdbleword(addr) { complex FPdbleword addr; print(" x ", addr.x, "\n"); pri...
{ "pile_set_name": "Github" }
@using System.Globalization @using Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Extensions @using Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Helpers @using Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Infrastructure.Models @using Microsoft.Azure.Devices.Applicatio...
{ "pile_set_name": "Github" }
package org.spigotmc; /** * FINDME * * @author Hexeption admin@hexeption.co.uk * @since 11/11/2019 - 08:06 am */ public interface FINDME { }
{ "pile_set_name": "Github" }
[Unit] Description=Network Connectivity Wants=network.target Before=network.target [Service] Type=oneshot RemainAfterExit=yes # lo is brought up earlier, which will cause the upcoming "ifup -a" to fail # with exit code 1, due to an "ip: RTNETLINK answers: File exists" error during # its "ip addr add ..." command, sub...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.3) on Sun Mar 29 22:42:10 IST 2020 --> <title>Uses of Class com.googlecode.cqengine.quantizer.BigDecimalQuantizer (CQEngine 3.5.0 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.creat...
{ "pile_set_name": "Github" }
<section class="notice-previous"> <div class="container text-center"> <a href="http://select2.github.io/select2/">Looking for the Select2 3.5.2 docs?</a> We have moved them to a new location <a href="announcements-4.0.html">while we push forward with Select2 4.0</a>. </div> </section>
{ "pile_set_name": "Github" }
within Buildings.Electrical.DC.Storage; model Battery "Simple model of a battery" parameter Modelica.SIunits.Efficiency etaCha(max=1) = 0.9 "Efficiency during charging"; parameter Modelica.SIunits.Efficiency etaDis(max=1) = 0.9 "Efficiency during discharging"; parameter Real SOC_start(min=0, max=1, unit="1")...
{ "pile_set_name": "Github" }