text
stringlengths
2
99.9k
meta
dict
pragma solidity ^0.6.0; contract C { uint i; modifier m2(bool b) { require(b); _; } constructor(bool b) m1(b) m2(b) public { revert(); } modifier m1(bool b) { _; } }
{ "pile_set_name": "Github" }
python { publish = false // Release is done manually to PyPI and not supported yet. }
{ "pile_set_name": "Github" }
<?php /** * This is the init file for the core module. * * This file is part of the evoCore framework - {@link http://evocore.net/} * See also {@link https://github.com/b2evolution/b2evolution}. * * @license GNU GPL v2 - {@link http://b2evolution.net/about/gnu-gpl-license} * * @copyright (c)2003-2020 by Francoi...
{ "pile_set_name": "Github" }
#define TINYOBJLOADER_IMPLEMENTATION #include "tiny_obj_loader.h"
{ "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 in writing, s...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> #import "BITHockeyBaseManager.h" // Notification message which tells that loading messages finished #define BITHockeyFeedbackMessagesLoadingStarted @"BITHockeyFeedbackMessagesLoadingStarted" // Notification message which tells that loading messages finished #define BITHockeyFeedbac...
{ "pile_set_name": "Github" }
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ #ifndef BOOST_FT_IS_MEMBER_OBJECT_POINTER_HPP_INCLU...
{ "pile_set_name": "Github" }
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
{ "pile_set_name": "Github" }
#!/usr/bin/perl use Modern::Perl; use CGI; use C4::Auth qw( get_template_and_user ); use C4::Output qw( output_with_http_headers ); use C4::Utils::DataTables qw( dt_get_params ); use C4::Utils::DataTables::VirtualShelves qw( search ); my $input = new CGI; exit unless $input->param('template_path'); my ($template, ...
{ "pile_set_name": "Github" }
Quaternion Add 'difference' Add log Add squad Add more maths functions from here http://vvvv.org/documentation/3d-vector-mathematics array_index: make this take an N long array and calculate the index dynamically. collision: complete collision detection algs sphere / plane point / frustrum sphere / box sphere / sphe...
{ "pile_set_name": "Github" }
from typing import Any, Callable, Dict, List, NamedTuple, Optional, Sequence, Tuple, Type, Union from django.core.paginator import Page, Paginator, SupportsCount, SupportsLen from django.db.models import QuerySet from django.http import HttpRequest from django.views import View from rest_framework.request import Reque...
{ "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" }
var bindCallback = require('./bindCallback'), isIterateeCall = require('./isIterateeCall'), restParam = require('../function/restParam'); /** * Creates a `_.assign`, `_.defaults`, or `_.merge` function. * * @private * @param {Function} assigner The function to assign values. * @returns {Function} Returns ...
{ "pile_set_name": "Github" }
package com.fanxin.huangfangyi.main.utils; import android.util.Log; import com.alibaba.fastjson.JSONException; import com.alibaba.fastjson.JSONObject; import com.fanxin.huangfangyi.main.FXConstant; import com.fanxin.easeui.domain.EaseUser; import com.fanxin.easeui.utils.EaseCommonUtils; /** * Created by huangfangyi...
{ "pile_set_name": "Github" }
{% extends "home.html" %} {% block usr_input %} <h3>Inference Engine</h3> <div class="mdl-cell mdl-cell--12-col"> Use the input box to upload a .wav file to run inference on. <p> <i> Note: Audio files must be in WAVE/WAV format (file extension must be '.wav') and no more than 10 seconds in length. The au...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include "rpc.h"...
{ "pile_set_name": "Github" }
package metrics import "sync/atomic" // Counters hold an int64 value that can be incremented and decremented. type Counter interface { Clear() Count() int64 Dec(int64) Inc(int64) Snapshot() Counter } // GetOrRegisterCounter returns an existing Counter or constructs and registers // a new StandardCounter. func G...
{ "pile_set_name": "Github" }
dust_limit_sat=630 max_htlc_value_in_flight_msat=1300000000 channel_reserve_sat=1300 htlc_minimum_msat=130 to_self_delay=33 max_accepted_htlcs=3 min_depth=1 localfeatures=2
{ "pile_set_name": "Github" }
TIMESTAMP = 1473287817 SHA256 (Horde/Horde_Rdo-2.1.0.tgz) = 0e9d6ac7ca77b8b7b42c8b383f288824d1a853aafbe160e8a3bafa4ad86da740 SIZE (Horde/Horde_Rdo-2.1.0.tgz) = 35076
{ "pile_set_name": "Github" }
% File src/library/base/man/file.info.Rd % Part of the R package, https://www.R-project.org % Copyright 1995-2015 R Core Team % Distributed under GPL 2 or later \name{file.info} \alias{file.info} \alias{file.mode} \alias{file.mtime} \alias{file.size} \title{Extract File Information} \description{ Utility function to...
{ "pile_set_name": "Github" }
import pyaf.Bench.TS_datasets as tsds import tests.artificial.process_artificial_dataset as art art.process_dataset(N = 32 , FREQ = 'D', seed = 0, trendtype = "MovingAverage", cycle_length = 0, transform = "Quantization", sigma = 0.0, exog_count = 20, ar_order = 0);
{ "pile_set_name": "Github" }
/* * HCS API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: 2.1 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package hcsschema type VmMemory struct { AvailableMemory int32 `json:"AvailableMem...
{ "pile_set_name": "Github" }
// Libraries import React, {SFC} from 'react' import {connect} from 'react-redux' // Components import {IndexList, Alignment} from 'src/clockface' import SourcesListRow from 'src/sources/components/SourcesListRow' // Utils import {getSources} from 'src/sources/selectors' // Styles import './SourcesList.scss' // Typ...
{ "pile_set_name": "Github" }
test_iter: 2000 test_interval: 5000 test_initialization: false base_lr: 0.02 clip_gradients: 100 lr_policy: "step" gamma: 0.1 stepsize: 100000 display: 20 max_iter: 320000 momentum: 0.9 weight_decay: 0.0005 snapshot: 10000 iter_size: 4 solver_mode: GPU type: "Nesterov" snapshot_prefix: "snapshots1/ResNet56_lrwd_lsuv_el...
{ "pile_set_name": "Github" }
/* * vk_mvk_moltenvk.h * * Copyright (c) 2014-2018 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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...
{ "pile_set_name": "Github" }
package logisticspipes.interfaces; import java.util.List; public interface IDebugHUDProvider { List<IHeadUpDisplayRendererProvider> getHUDs(); }
{ "pile_set_name": "Github" }
<!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!-- Copyright 2017 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --><html><head><meta charset="UTF-8"> <script s...
{ "pile_set_name": "Github" }
package logisticspipes.pipes; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.Map; import java.util.Map.Entry; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft...
{ "pile_set_name": "Github" }
/* gzlib.c -- zlib functions common to reading and writing gzip files * Copyright (C) 2004, 2010, 2011, 2012, 2013 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "gzguts.h" #if defined(_WIN32) && !defined(__BORLANDC__) # define LSEEK _lseeki64 #else #if defined(_LA...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <title>Test for privacy restrictions on :visited (Bug 147777)</title> <style type="text/css"> :link, :visited { display: block } :link { width: 100px; } :visited { width: 200px; } </style> <table> <tr> <td> <a href="unvisited-page.html"></a> </td> <td> text in next cell </t...
{ "pile_set_name": "Github" }
\author{Team: Longhorns} %%%%%%%%%%%%%%%%%%%%%%%% \title{GEO 365N/384S Seismic Data Processing \\ Computational Assignment 4} \begin{abstract} This assignment consists of four parts: \begin{enumerate} \item Processing Alaska data through surface-consistent amplitude correction, velocity analysis, and stack. \i...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file DMA/DMA_FLASHToRAM/Src/main.c * @author MCD Application Team * @brief This example provides a description of how to use a DMA channel * to transfer a word data buffer from FLASH memory to embedded * ...
{ "pile_set_name": "Github" }
<%@ page contentType="text/html; charset=utf-8" %> <%@ taglib prefix="a" uri="/WEB-INF/app.tld"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="res" uri="http://www.unidal.org/webres"%> <%@ taglib prefix="w" uri="http://www.unidal.org/web/core"%> <jsp:useBean id="ctx" type="com.dia...
{ "pile_set_name": "Github" }
from ajenti.api import * from ajenti.plugins import * info = PluginInfo( title='Processes', icon='th-list', dependencies=[ PluginDependency('main'), ], ) def init(): import main
{ "pile_set_name": "Github" }
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import {enableProdMode} from '@angular/core'; import {platformBrowser} from '@angular/platform-browser'; import {View...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2017 Obeo. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: ...
{ "pile_set_name": "Github" }
@charset "UTF-8"; @namespace "http://www.w3.org/1999/xhtml"; @namespace epub "http://www.idpf.org/2007/ops"; body { font-family: 'QuicksandLight', Gothic, Helvetica, Arial; background-color: rgb(240,240,240); font-size: 1em; line-height: 1.33em; } p { padding: 0; text-align: justify; }...
{ "pile_set_name": "Github" }
<bgp-information> <bgp-peer style="detail"> <peer-address>10.3.1.254+1048</peer-address> <peer-as>29999</peer-as> <local-address>10.3.1.1+179</local-address> <local-as>30001</local-as> <peer-type>External</peer-type> <peer-state>Established</peer-state> <peer-flags>Sync</peer-flags> <l...
{ "pile_set_name": "Github" }
<?php header("Location: ../"); die();
{ "pile_set_name": "Github" }
/** * Sample React Native App * https://github.com/facebook/react-native */ import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View } from 'react-native'; import IconBadge from 'react-native-icon-badge'; class reactNativeIconBadgeExample extends Component { render() { ...
{ "pile_set_name": "Github" }
CfmlFile:newExpression.cfml Tag PsiElement(OPENER)('<') PsiElement(CF_TAG_NAME)('cfscript') PsiElement(R_ANGLEBRACKET)('>') Assignment ReferenceExpression PsiElement(IDENTIFIER)('a') PsiElement(ASSIGN)('=') NewExpression PsiElement(IDENTIFIER)('new') COMPONENT...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas...
{ "pile_set_name": "Github" }
# # Galaxy requires a logon to the backup system that is independent from the system # logon. The logon stores a session file on the system (/opt/galaxy/qsession.0) so that # a session might exist already. # set path to Galaxy export PATH=$PATH:/opt/galaxy/Base # we first try to run a Galaxy command and try to logon ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 47 Degrees, LLC. <http://www.47deg.com> * * 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 ...
{ "pile_set_name": "Github" }
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20200423.v1 RUN apt-get update && apt-get install -y --no-install-recommends \ python-opengl \ rsync \ xvfb && \ apt-get clean -y && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /usr/share/man/* RUN conda install -y conda=4.7.12 python=3.7 &...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Win...
{ "pile_set_name": "Github" }
define(function () { // Polish var charsWords = ['znak', 'znaki', 'znaków']; var itemsWords = ['element', 'elementy', 'elementów']; var pluralWord = function pluralWord(numberOfChars, words) { if (numberOfChars === 1) { return words[0]; } else if (numberOfChars > 1 && numberOfChars <= 4) { ...
{ "pile_set_name": "Github" }
<?php /* /** * Price enter mode: netto * Price view mode: brutto * Product count: 2 * VAT info: 19% Default VAT for all Products * Currency rate: 1.0 * Discounts: 5 * 1. shop discount 5abs for product 9005 * 2. shop discount 5% for product 9006 * 3. basket discount 1 abs for product 9005 * 4. basket disc...
{ "pile_set_name": "Github" }
/* * linux/fs/nls/nls_iso8859-6.c * * Charset iso8859-6 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <li...
{ "pile_set_name": "Github" }
// Copyright (C) 2017, 2018, 2019 EGAAS S.A. // // 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 i...
{ "pile_set_name": "Github" }
# ----------------------------------------------------------------------------- # ply: lex.py # # Copyright (C) 2001-2011, # David M. Beazley (Dabeaz LLC) # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions ar...
{ "pile_set_name": "Github" }
package com.waylau.spring.boot.security; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } ...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
{ "pile_set_name": "Github" }
-- Created on: 1992-08-26 -- Created by: Remi GILET -- Copyright (c) 1992-1999 Matra Datavision -- Copyright (c) 1999-2014 OPEN CASCADE SAS -- -- This file is part of Open CASCADE Technology software library. -- -- This library is free software; you can redistribute it and/or modify it under -- the terms of the GNU Les...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Hans Leidekker for CodeWeavers * * 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.1 of the License, or (at your option) any later version. * ...
{ "pile_set_name": "Github" }
/** @file Load option library functions which relate with creating and processing load options. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2015-2018 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "InternalBm...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 28387f4f192593c4a9d8ad961c68cbb8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:pos="http:///de/tudarmstadt/ukp/dkpro/core/api/lexmorph/type/pos.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:cas="http:///uima/cas.ecore" xmlns:tweet="http:///de/tudarmstadt/ukp/dkpro/core/api/lexmorph/type/pos/tweet.ecore" xm...
{ "pile_set_name": "Github" }
batch_jobs: csv_currency_export: label: Export des devises en CSV export.label: Export des devises csv_currency_import: label: Import des devises en CSV import.label: Import des devises xlsx_currency_export: label: Export des devises en XLSX export.label: Export des devises xlsx_currency...
{ "pile_set_name": "Github" }
/* Copyright 2008 Intel Corporation Use, modification and distribution are 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). */ #ifndef BOOST_POLYGON_ISOTROPY_HPP #define BOOST_POLYGON_ISOTROPY_HPP //external #include ...
{ "pile_set_name": "Github" }
export const colors = [ "#cbe3df", "#90b2ac", "#5f7471", "#9ec3e5", "#77a2ca", "#345f86", "#cad8a3", "#96a46c", "#6d7a46", "#f1d3ed", "#d09ac9", "#b36aa9", "#77386e", ]; export const neutral = "#DEDDD8"; export const primary = "black"; export const mainFileColor = "#BEC7C7"; export const sec...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> <Document> <name>SF.kml</name> <Style id="sh_ylw-pushpin"> <IconStyle> <scale>1.3</scale> <Icon> ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <TITLE>Type TGetPostRequestEvent</TITLE> <link rel="stylesheet" type="text/css" href="help.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <OBJECT TYPE="application/x-...
{ "pile_set_name": "Github" }
[cancel]({{plugin.cancel}}){: .color-helper .small} {%- if plugin.picker %} [CSS color names](colornames){: .color-helper .small} [enter new color](edit){: .color-helper .small} {%- endif %} {%- if plugin.color_names %} ## CSS Color Names {{plugin.channel_names}} {%- elif plugin.hires %} ## {{plugin.hires_color}} ...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/. */ ...
{ "pile_set_name": "Github" }
JASC-PAL 0100 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
{ "pile_set_name": "Github" }
\documentclass{beamer} \usepackage{color,amsmath} \usepackage{subfigure} \usepackage{booktabs} \usepackage{framed} \usepackage{comment} \usepackage{cancel} \usetheme[progressbar=frametitle]{metropolis} \usepackage{appendixnumberbeamer} \usepackage[scale=2]{ccicons} \usepackage{pgfplots} \usepgfplotslib...
{ "pile_set_name": "Github" }
using System; namespace Xamarin.Forms.Platform.GTK.Controls { public class NavigationChildPage : IDisposable { bool _disposed; public NavigationChildPage(Xamarin.Forms.Page page) { Page = page; Identifier = Guid.NewGuid().ToString(); } public void Dispose() { if (!_disposed) { _dispose...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
module.exports = { input: [ { date: new Date(0), close: 22.27 }, { date: new Date(1), close: 22.19 }, { date: new Date(2), close: 22.08 }, { date: new Date(3), close: 22.17 }, { date: new Date(4), close: 22.18 }, { date: new Date(5), close: 22.13 }, { date: new Date(6), close: 22.23 }, ...
{ "pile_set_name": "Github" }
# 地图实例 ## 点击地图获取经纬度和具体地址 如果需要坐标转地址服务,也就是下面用到的 `Geocoder` ,请注意在地图初始化的时候要记得引入: ```javascript window.VueAMap.initAMapApiLoader({ key: 'YOUR_CODE', plugin: [... 'Geocoder'] }); ``` <vuep template="#example"></vuep> <script v-pre type="text/x-template" id="example"> <template> <div class="amap-page-container...
{ "pile_set_name": "Github" }
import {Component, OnInit} from '@angular/core'; import {Observable, EMPTY} from 'rxjs'; import {FormControl} from "@angular/forms"; import {HttpClient} from "@angular/common/http"; import {catchError, debounceTime, switchMap} from "rxjs/operators"; @Component({ selector: "app-root", template: ` <h2>Observable...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
# Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
// // ConsumerTests.swift // ConsumerTests // // Created by Nick Lockwood on 01/03/2018. // Copyright © 2018 Nick Lockwood. All rights reserved. // // Distributed under the permissive MIT license // Get the latest version from here: // // https://github.com/nicklockwood/Consumer // // Permission is hereby grant...
{ "pile_set_name": "Github" }
package org.cbioportal.model; import java.io.Serializable; import javax.validation.constraints.NotNull; public class ClinicalAttribute implements Serializable { @NotNull private String attrId; @NotNull private String displayName; private String description; private String datatype; @NotNu...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
namespace std { template <typename> struct remove_reference; template <typename _Tp> struct remove_reference { typedef _Tp type; }; template <typename _Tp> struct remove_reference<_Tp &> { typedef _Tp type; }; template <typename _Tp> struct remove_reference<_Tp &&> { typedef _Tp type; }; template <typename _Tp> co...
{ "pile_set_name": "Github" }
/** Program to load a PRU program that flashes an LED until a button is * pressed. By Derek Molloy, for the book Exploring BeagleBone * based on the example code at: * http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader_API_Guide */ #include <stdio.h> #include <stdlib.h> #include <prussdrv.h> #i...
{ "pile_set_name": "Github" }
class Object # Alias of <tt>to_s</tt>. def to_param to_s end # Converts an object into a string suitable for use as a URL query string, using the given <tt>key</tt> as the # param name. # # Note: This method is defined as a default implementation for all Objects for Hash#to_query to work. def to_qu...
{ "pile_set_name": "Github" }
// Package yaml implements YAML support for the Go language. // // Source code and other details for the project are available at GitHub: // // https://github.com/go-yaml/yaml // package yaml import ( "errors" "fmt" "io" "reflect" "strings" "sync" ) // MapSlice encodes and decodes as a YAML map. // The order ...
{ "pile_set_name": "Github" }
/** * Copyright 2017 trivago N.V. * * 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 ...
{ "pile_set_name": "Github" }
## Stack Implementation ### Stack using Linked List ```python class ListNode(object): def __init__(self, x): self.val = x self.next = None class Stack(object): def __init__(self): self.head = None self.size = 0 def push(self, val): new_node = ListNode(val) ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("language","ru",{button:"Установка языка",remove:"Удалить язык"});
{ "pile_set_name": "Github" }
.class public final Landroid/support/v4/media/b; .super Ljava/lang/Object; # instance fields .field private final a:Landroid/os/Bundle; # direct methods .method public constructor <init>()V .locals 1 invoke-direct {p0}, Ljava/lang/Object;-><init>()V new-instance v0, Landroid/os/Bundle; invoke-dir...
{ "pile_set_name": "Github" }
ace.define("ace/snippets/vbscript",["require","exports","module"], function(require, exports, module) { "use strict"; exports.snippetText =undefined; exports.scope = "vbscript"; });
{ "pile_set_name": "Github" }
// // StackView.swift // SwiftHub // // Created by Khoren Markosyan on 6/26/18. // Copyright © 2018 Khoren Markosyan. All rights reserved. // import UIKit class StackView: UIStackView { override init(frame: CGRect) { super.init(frame: frame) makeUI() } required init(coder aDecoder: N...
{ "pile_set_name": "Github" }
context("new template") test_that("doesn't replace an existing template, unless specified", { # when you use new_template, remember to unlink new_template("test_chart") expect_error(new_template("test_chart"), "template already exists") new_template("TestChart", replace = TRUE) expect_true(file.ex...
{ "pile_set_name": "Github" }
<!-- Launcher: msf_localization_interface --> <launch> <arg name="application_namespace" default="$(arg drone_id_namespace)"/> <group ns="$(arg application_namespace)"> <node name="msf_localization_interface_pose_stamped" pkg="msf_localization_interface" type="msf_localization_interface_pose_stamped"> <...
{ "pile_set_name": "Github" }
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
{ "pile_set_name": "Github" }
/* * sst_drv_interface.c - Intel SST Driver for audio engine * * Copyright (C) 2008-14 Intel Corp * Authors: Vinod Koul <vinod.koul@intel.com> * Harsha Priya <priya.harsha@intel.com> * Dharageswari R <dharageswari.r@intel.com) * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ...
{ "pile_set_name": "Github" }
import { Component } from "@angular/core"; import { Cart } from "../model/cart.model"; @Component({ selector: "cart-summary", templateUrl: "cartSummary.component.html" }) export class CartSummaryComponent { constructor(public cart: Cart) { } }
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. import { create, React } from '../../common'; export const infoAndExamples = create(({ Markup, Link }) => ( <> <p>A heading's programmatic level must match the level that's presented visually.</p> <h2>Wh...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, The Iconfactory. 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, this list of condi...
{ "pile_set_name": "Github" }
--- title: "Sinatra: README (Spanish)" layout: default --- <p><small>This page is also available in <a href="/intro.html">English</a>, <a href="/intro-zh.html">Chinese</a>, <a href="/intro-fr.html">French</a>, <a href="/intro-de.html">German</a>, <a href="/intro-hu.html">Hungarian</a>, <a href="/intro-ko.h...
{ "pile_set_name": "Github" }
// // Copyright (c) ZeroC, Inc. All rights reserved. // #import <objc/Ice.h> #import <adapterDeactivation/TestI.h> #import <Foundation/NSThread.h> @implementation TestAdapterDeactivationI -(void) transient:(ICECurrent*)current { id<ICECommunicator> communicator = [current.adapter getCommunicator]; id<ICEObj...
{ "pile_set_name": "Github" }
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart // This is a library that provides messages for a en locale. All the // messages from the main program should be duplicated here with the same // function name. // Ignore issues from commonly used lints in this file. // ignore_for_file:unn...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 4bc18b97e75a34bd08d1429ad3e9a1c7 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
72 CURSOR "cursor-eof.cur"
{ "pile_set_name": "Github" }