text
stringlengths
2
99k
meta
dict
_ _ ____ _ Project ___| | | | _ \| | / __| | | | |_) | | | (__| |_| | _ <| |___ \___|\___/|_| \_\_____| This document lists documents and standards used by curl. RFC 95...
{ "pile_set_name": "Github" }
class Libxkbcommon < Formula desc "Keyboard handling library" homepage "https://xkbcommon.org/" url "https://xkbcommon.org/download/libxkbcommon-1.0.1.tar.xz" sha256 "ab68b25341c99f2218d7cf3dad459c1827f411219901ade05bbccbdb856b6c8d" license "MIT" head "https://github.com/xkbcommon/libxkbcommon.git" bottl...
{ "pile_set_name": "Github" }
{"type":"FeatureCollection","properties":{"kind":"state","state":"OK"},"features":[ {"type":"Feature","properties":{"kind":"county","name":"Kingfisher","state":"OK"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.0941,36.1678],[-97.6779,36.1623],[-97.6724,35.7241],[-97.9736,35.7241],[-98.2091,35.7241],[-98.209...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;a...
{ "pile_set_name": "Github" }
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This file implements access to gccgo-generated export data. package main import ( "go/importer" "go/types" ) func init() { register("gccgo", importer.F...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
package com.wafflecopter.multicontactpicker.RxContacts; import android.os.Parcel; import android.os.Parcelable; public class PhoneNumber implements Parcelable { private String typeLabel; private String number; PhoneNumber(String typeLabel, String number) { this.typeLabel = typeLabel; thi...
{ "pile_set_name": "Github" }
/* QWinFF - a qt4 gui frontend for ffmpeg * Copyright (C) 2011-2013 Timothy Lin <lzh9102@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 3 of the License, o...
{ "pile_set_name": "Github" }
; RUN: llc < %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s ; Verify if dwarfdump contains DBG_VALUE associated with locals. ; See also dgb-value-ti.ll test. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" target triple = "wasm32-unknown-unknown-wasm" define hidden i32 @fib(i32 %n) local_unnamed_addr...
{ "pile_set_name": "Github" }
function [activation] = feedForwardAutoencoder(theta, hiddenSize, visibleSize, data) % theta: trained weights from the autoencoder % visibleSize: the number of input units (probably 64) % hiddenSize: the number of hidden units (probably 25) % data: Our matrix containing the training data as columns. So, data(:,i) i...
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\ProductBundle\Api\Processor; use Oro\Bundle\ApiBundle\Processor\CustomizeLoadedData\CustomizeLoadedDataContext; use Oro\Bundle\ApiBundle\Util\DoctrineHelper; use Oro\Bundle\EntityConfigBundle\Attribute\Entity\AttributeGroup; use Oro\Bundle\EntityConfigBundle\Config\ConfigInterface; use Oro\...
{ "pile_set_name": "Github" }
import { IWeatherService } from './IWeatherService'; import { IWeatherConditions } from '../../model/IWeatherConditions'; import { IWebPartContext } from '@microsoft/sp-webpart-base'; import { ServiceScope } from '@microsoft/sp-core-library'; import { HttpClient } from '@microsoft/sp-http'; import * as constants from ...
{ "pile_set_name": "Github" }
/*************************************************************** * * OpenBeacon.org - Decode Tags Serial Port Dumps * * Copyright 2016 Milosch Meriac <milosch@meriac.com> * ***************************************************************/ /* This program is free software; you can redistribute it and/or modify i...
{ "pile_set_name": "Github" }
package com.crazysunj.crazydaily.ui.shimmer; import android.view.View; import com.crazysunj.crazydaily.base.BaseViewHolder; import com.facebook.shimmer.ShimmerFrameLayout; public class ShimmerViewHolder extends BaseViewHolder { public ShimmerViewHolder(View view) { super(view); if (view instance...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ Verifies that a postbuild work in projects with multiple configurations. """ import TestGyp import sys if sys.platform == 'darwin': ...
{ "pile_set_name": "Github" }
// ktlint-disable filename /* * Copyright (C) 2018 Touchlab, 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 requi...
{ "pile_set_name": "Github" }
export const validate_contactForm = values => { const errors = {} const requiredFields = [ 'firstName', 'lastName', 'email', 'message' ] requiredFields.forEach(field => { if (!values[field]) { errors[field] = 'Required' } }) if ( ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # # Usage: # # $ ./scripts/runtests.py -g onnx_real --show_log |& tee log # $ ./scripts/parse_elapsed.py log import re import sys tests = {} cur_test = None with open(sys.argv[1]) as f: for line in f: m = re.match(r'^Running for out/onnx_real_(.*?)/', line) if m: ...
{ "pile_set_name": "Github" }
class GitReview < Formula desc "Submit git branches to gerrit for review" homepage "https://git.openstack.org/cgit/openstack-infra/git-review" url "https://pypi.python.org/packages/source/g/git-review/git-review-1.25.0.tar.gz" sha256 "087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d" bottle d...
{ "pile_set_name": "Github" }
/* * Copyright © 2014-2015 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* These are tests from Locutus for porting TODO: implement adding automatically (if it's possible) Array ( [code] => var $string = "\t\t\t\nThis is\tan example\nstring\n" var $tok = strtok($string, " \n\t") var $b = '' while ($tok !== false) {$b += "Word="+$tok+"\n"; $tok = strtok(...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU Genera...
{ "pile_set_name": "Github" }
/* * Copyright 2018 pragmatic-scala.reactiveplatform.xyz * * 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" }
1 00:00:00,000 --> 00:00:10,000 [MUSIC] 2 00:00:14,416 --> 00:00:18,906 In the last lesson, we developed the kinematic bicycle model to capture vehicle 3 00:00:18,906 --> 00:00:22,530 motion with steering rates and velocity inputs. 4 00:00:22,530 --> 00:00:26,370 In this lesson, we will move into th...
{ "pile_set_name": "Github" }
import mmcv from ..registry import PIPELINES from .compose import Compose @PIPELINES.register_module class MultiScaleFlipAug(object): def __init__(self, transforms, img_scale, flip=False): self.transforms = Compose(transforms) self.img_scale = img_scale if isinstance(img_scale, ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, 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. */ #import <U...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "NSObject-Protocol.h" @class NSArray, NSCoder, NSEvent, NSMenu, NSNotification, NSPasteboard, NSScreen, NSUndoManager, NSWindo...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy-s390x:v1.10.0-alpha.3
{ "pile_set_name": "Github" }
<# .SYNOPSIS List all IP addresses for each device in a collection .DESCRIPTION Get a formatted list of each IP address for all devices in a collection in ConfigMgr .PARAMETER SiteServer Site server name with SMS Provider installed .EXAMPLE .\Get-CMDeviceIPAddresses.ps1 -SiteServer CM01 -CollectionName...
{ "pile_set_name": "Github" }
/* * Header file for hardcoded Parametric Stereo tables * * Copyright (c) 2010 Alex Converse <alex.converse@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 Sof...
{ "pile_set_name": "Github" }
StartChar: uni0671.fina_LamAlfIsol Encoding: 66872 -1 1620 Width: 340 Flags: HW LayerCount: 3 Fore Refer: 257 -1 N 1 0 0 1 -144 117 2 Refer: 98 -1 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
<Window x:Class="SDKSample.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="PopupCustomPlacement" > <Grid> <Grid.ColumnDefinitions> <ColumnDefinition /> <ColumnDefinition /> </Grid.Co...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * This file is part of the Yasumi package. * * Copyright (c) 2015 - 2020 AzuyaLabs * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Sacha Telgenhof <me@sachatelgenhof.com> */ namespace ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Expose a PWM controlled by the ChromeOS EC to the host processor. * * Copyright (C) 2016 Google, Inc. */ #include <linux/module.h> #include <linux/mfd/cros_ec.h> #include <linux/mfd/cros_ec_commands.h> #include <linux/platform_device.h> #include <linux/pwm.h> #include <linu...
{ "pile_set_name": "Github" }
# SR Box L'item SR (serial response) box collecte les réponses issues d'une button box connectée à un port série ou via USB à un port de série virtuel. Cet item peut être utilisé avec la SR Box (Psychology Software Tools, Inc.) et les dispositifs compatibles. ## Mode factice Dans le mode factice, la SR box est simul...
{ "pile_set_name": "Github" }
using System.ComponentModel; using System.IO; using System.Web.Mvc; using Glimpse.Core; using Glimpse.Core.Extensibility; using Glimpse.Mvc.AlternateType; using Moq; using Ploeh.AutoFixture; namespace Glimpse.Test.Common { public class GlimpseCustomizations : ICustomization { public void Customize(IFix...
{ "pile_set_name": "Github" }
arr=[0b1000111 ,0b1110101 ,0b1110110 ,0b1100110 ,0b100000 ,0b1110110 ,0b1100110 ,0b100000 ,0b1100111 ,0b1110101 ,0b1110010 ,0b100000 ,0b1110011 ,0b1111001 ,0b1101110 ,0b1110100 ,0b111010 ,0b100000 ,0b1110011 ,0b1111001 ,0b1101110 ,0b1110100 ,0b1111011 ,0b1101110 ,0b1111001 ,0b1111001 ,0b1011111 ,0b1110011 ,0b1100010 ,0...
{ "pile_set_name": "Github" }
This is the Microsoft Azure EventGrid Management Client Library. Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM). WWW: https://pypi.org/project/azure-mgmt-eventgrid/
{ "pile_set_name": "Github" }
module github.com/alecthomas/units
{ "pile_set_name": "Github" }
#pragma once #include "taichi/ir/ir.h" #include "taichi/ir/scratch_pad.h" TLANG_NAMESPACE_BEGIN class PragmaSLPStmt : public Stmt { public: int slp_width; PragmaSLPStmt(int slp_width) : slp_width(slp_width) { TI_STMT_REG_FIELDS; } TI_STMT_DEF_FIELDS(slp_width); TI_DEFINE_ACCEPT_AND_CLONE }; class E...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 050C69D61EF80949008C93E3 /* KSYDrawingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 050C69D51EF80949008C93E3 /* KSYDrawingView.m */; }; 050E1CFC1E76409600653275 /* KSYHorScreenStreamerVC...
{ "pile_set_name": "Github" }
--- --- {% comment %} As a maintainer, you don't need to edit this file. If you notice that something doesn't work, please open an issue: https://github.com/carpentries/styles/issues/new {% endcomment %} {% include base_path.html %} {% include aio-script.md %}
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>We're sorry, but something went wrong (500)</title> <style type="text/css"> body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { width: 25em; padding: 0 4em; margin: 4em auto 0 auto; border...
{ "pile_set_name": "Github" }
{ "title": "Person Schema", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "description": "Age in years", "type": "integer", "minimum": 0 } }, "required": ["firstName", "lastName"] }
{ "pile_set_name": "Github" }
import os import shutil class Model: def __init__(self, file_model, auto_clear=True): self.file_model = file_model self.auto_clear = auto_clear def predict(self,ftest,foutput): jar_path = os.path.dirname(os.path.realpath(__file__)) command = "java -Xmx3600m -jar " + jar_path ...
{ "pile_set_name": "Github" }
{ "name": "rdsIsPublic", "file": "rdsIsPublic.rego", "template_args": { "prefix": "" }, "severity": "HIGH", "description": "RDS should not be defined with public interface. Firewall and router configurations should be used to restrict connections between untrusted networks and any system...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "watch", "scale" : "2x", "screen-width" : "<=145" }, { "idiom" : "watch", "scale" : "2x", "screen-width" : ">161" }, { "idiom" : "watch", "scale" : "2x", "screen-width" : ">145" }, { "idiom" : "watch", ...
{ "pile_set_name": "Github" }
This directory contains SymPy example programs. ------------------------------------------------------------------------------- DIRECTORY STRUCTURE The examples are broken up into three categories based on difficulty of both the mathematics and programming concepts. They roughly follow the following guide: beginner...
{ "pile_set_name": "Github" }
# coding: utf-8 # Copyright 2017 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...
{ "pile_set_name": "Github" }
#!/bin/bash mv rssi.js _rssi.js ln -s rssi.min.js rssi.js make mocha result=$? mv _rssi.js rssi.js exit $result
{ "pile_set_name": "Github" }
// // AnonymousInvocable.swift // Rx // // Created by Krunoslav Zaher on 11/7/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // import Foundation struct AnonymousInvocable : InvocableType { private let _action: () -> () init(_ action: () -> ()) { _action = action } func in...
{ "pile_set_name": "Github" }
#include "stdafx.h" #include "resource.h" #include "SmartRenameUI.h" #include <commctrl.h> #include <Shlobj.h> #include <helpers.h> #include <settings.h> #include <windowsx.h> extern HINSTANCE g_hInst; int g_rgnMatchModeResIDs[] = { IDS_ENTIREITEMNAME, IDS_NAMEONLY, IDS_EXTENSIONONLY }; ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from pyfr.backends.base.kernels import ComputeMetaKernel from pyfr.solvers.baseadvecdiff import (BaseAdvectionDiffusionBCInters, BaseAdvectionDiffusionIntInters, BaseAdvectionDiffusionMPIInters) class ACNavierStok...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework; use PHPUnit_Framework_TestSuite; class TestSuite extends PHP...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018. Univocity Software Pty Ltd * <p/> * 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 * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <ReqC lang="EN" prod="iPhone3.1" ver="2.3" accessId="vWjygiRIy0uclbLz4qDO7S3G4dcIIViwoLFCZlopGhe88vlsfedGIqctZP9lvqb"> <STBReq boardType="DEP" maxJourneys="3"> <Time>22:20</Time> <Period> <DateBegin> <Date>20131015</Date> </DateBegin> <Date...
{ "pile_set_name": "Github" }
/* $Id: psstatus.css 661 2012-08-27 11:26:39Z namiltd $ */ #Plugin_PSStatusTable thead tr th { cursor: pointer; }
{ "pile_set_name": "Github" }
"use strict"; var clc = require("cli-color"); var repl = require("repl"); var _ = require("lodash"); var request = require("request"); var util = require("util"); var serveFunctions = require("./serve/functions"); var LocalFunction = require("./localFunction"); var utils = require("./utils"); var logger = require("....
{ "pile_set_name": "Github" }
package afero import ( "os" "syscall" "time" ) type ReadOnlyFs struct { source Fs } func NewReadOnlyFs(source Fs) Fs { return &ReadOnlyFs{source: source} } func (r *ReadOnlyFs) ReadDir(name string) ([]os.FileInfo, error) { return ReadDir(r.source, name) } func (r *ReadOnlyFs) Chtimes(n string, a, m time.Time...
{ "pile_set_name": "Github" }
<table id = "{{ID}}" style='border:1px gray dotted;position:absolute;width:300px;height:200px;'> <tr> <td>11</td> <td>12</td> <td>13</td> </tr> <tr> <td>21</td> <td>22</td> <td>23</td> </tr> <tr> <td>31</td> <td>32</td> <td>33</td> </tr> </table>
{ "pile_set_name": "Github" }
/* * Copyright Andrey Semashev 2007 - 2015. * 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) */ /*! * \file bind.hpp * \author Andrey Semashev * \date 30.03.2008 * * This header con...
{ "pile_set_name": "Github" }
package webhook import "strings" // DockerWebhook represents a push to DockerHub // see https://docs.docker.com/docker-hub/webhooks/ type DockerWebhook struct { pusher string tag string repoName string } // Extract DockerHub push details func parseDocker(rawJSON map[string]interface{}) (*DockerWebhook, err...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding:utf-8 -*- ## # Copyright (C) 2018 All rights reserved. # # @File conf.py # @Brief # @Author abelzhu, abelzhu@tencent.com # @Version 1.0 # @Date 2018-02-24 # # # 请将下面参数改为自己的企业相关参数再进行测试 TestConf = { # 企业的id,在管理端->"我的企业" 可以看到 "CORP_ID" : "ww55ca070c...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <RazorPage_SelectedScaffolderID>Microsoft.AspNet.Scaffolding.Mvc.RazorPageScaffolder</RazorPage_SelectedScaffolderID> <RazorPage_SelectedScaffolderCategoryPath>root...
{ "pile_set_name": "Github" }
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4] SZ[19] GN[] DT[2018-08-04] PB[金毛测试]BR[9段] PW[秋天的老虎]WR[9段] KM[750]HA[0]RU[Japanese]RE[B+R]TM[600]TC[10]TT[30]RL[0] ;B[pd];W[dp];B[pp];W[dd];B[fq];W[nq];B[cn];W[fp];B[gp];W[fo];B[dq] ;W[cq];B[eq];W[cp];B[ck];W[ip];B[go];W[dn];B[dm];W[em];B[hq];W[iq] ;B[gn];W[cm];B[dl];W[lp];B[bm];W[bn];B[c...
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------------------ * * # Echarts - pies and donuts * * Pies and donuts chart configurations * * Version: 1.0 * Latest update: August 1, 2015 * * ---------------------------------------------------------------------------- */ $(function () { ...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f4xx_hal_lptim.h * @author MCD Application Team * @brief Header file of LPTIM HAL module. ****************************************************************************** * @attention * * <h2><center>&cop...
{ "pile_set_name": "Github" }
<html> <head> <style type="text/css"> p { margin: 5px 1em; width: 0; } </style> </head> <body> <p>&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</p> <p>&lt;a href=&quot;abcdef&quot;&gt;&lt;span&gt;abcdef&lt;img src=&quot;abcdef&quot; /&gt;&lt;/span&gt;&lt;/a&gt;</p> <p>&amp;nbsp;&amp;nbsp;&amp;n...
{ "pile_set_name": "Github" }
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix package terminal import "golang.org/x/sys/unix" const ioctlReadTermios = unix.TCGETS const ioctlWriteTermios = unix.TCSETS
{ "pile_set_name": "Github" }
Notes on Efika MX port -*- org -*- * FDT http://svnweb.freebsd.org/base/head/sys/boot/fdt/dts/imx51x.dtsi?revision=248557&view=markup http://svnweb.freebsd.org/base/head/sys/boot/fdt/dts/efikamx.dts?revision=248557&view=markup
{ "pile_set_name": "Github" }
/*********************************************************************** * * * This software is part of the ast package * * Copyright (c) 1995-2012 AT&T Intellectual Property * * and i...
{ "pile_set_name": "Github" }
/* * Geopaparazzi - Digital field mapping on Android based devices * Copyright (C) 2016 HydroloGIS (www.hydrologis.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 3 ...
{ "pile_set_name": "Github" }
package org.openx.data.jsonserde; import static org.junit.Assert.*; import java.util.Properties; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hive.ql.udf.UDFJson; import org.apache.hadoop.hive.serde.serdeConstants; import org.apache.hadoop.hive.serde2.SerDeException; import org.apache.hadoop...
{ "pile_set_name": "Github" }
package com.example.intoxication; import org.springframework.stereotype.Service; /** * @author Marcin Grzejszczak */ @Service class NoOpResponseProvider implements ResponseProvider { @Override public Response thereYouGo(Customer personToCheck) { return null; } }
{ "pile_set_name": "Github" }
{ "name": "olympusmons", "version": "1.0.0", "description": "Web UI for Martian", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git+https://github.com/google/olympusmons.git" }, "keywords": [ "martian", "proxy", "google", "ui...
{ "pile_set_name": "Github" }
--- resources: - https://code.jquery.com/qunit/qunit-2.0.1.js - https://code.jquery.com/qunit/qunit-2.0.1.css js_wrap: b ...
{ "pile_set_name": "Github" }
/// Copyright (c) 2009 Microsoft Corporation /// /// 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 conditions and /// ...
{ "pile_set_name": "Github" }
# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.5.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal MY_PN="Glob" MY_P="${MY_PN}-${PV}" DESCRIPTION="Globbing library" HOMEPAGE="...
{ "pile_set_name": "Github" }
# EnableSendfile: Control whether the sendfile kernel support is # used to deliver files (assuming that the OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile EnableSendfile off LogLevel info
{ "pile_set_name": "Github" }
within Buildings; package Types "Package with type definitions" extends Modelica.Icons.TypesPackage; type Reset = enumeration( Disabled "Disabled", Parameter "Use parameter value", Input "Use input signal") "Options for integrator reset" annotation ( Documentation(info="<html> <p> Enu...
{ "pile_set_name": "Github" }
Tag {unset} =========== Unset a given variables. ```smarty {unset $a} unset single variable {unset $a $b $c.d.e} multiple unset ```
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /** * debug.h - DesignWare USB3 DRD Controller Debug Header * * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com * * Authors: Felipe Balbi <balbi@ti.com>, * Sebastian Andrzej Siewior <bigeasy@linutronix.de> */ #ifndef __DWC3_DEBUG_H #define _...
{ "pile_set_name": "Github" }
/** * This class is not supposed to be instantiated directly. Instead, any implementation of a * Normalizer will return an instance of this class when instantiated. */ // eslint-disable-next-line @typescript-eslint/no-empty-interface interface Normalizer {} export interface BertNormalizerOptions { /** * Whethe...
{ "pile_set_name": "Github" }
FILE(GLOB Eigen_SVD_SRCS "*.h") INSTALL(FILES ${Eigen_SVD_SRCS} DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SVD COMPONENT Devel )
{ "pile_set_name": "Github" }
'use strict'; var fs = require('fs'); var path = require('path'); var _ = require('lodash'); var glob = require('glob'); var parseImports = require('./parse-imports'); // resolve a sass module to a path function resolveSassPath(sassPath, loadPaths, extensions) { // trim sass file extensions var re = new RegExp('(...
{ "pile_set_name": "Github" }
control ctrl() { bool hasExited; @name("ctrl.e") action e() { hasExited = true; } @name("ctrl.t") table t_0 { actions = { e(); } default_action = e(); } @hidden action act() { hasExited = false; } @hidden table tbl_act { actions...
{ "pile_set_name": "Github" }
/* * /MathJax/extensions/TeX/bbox.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the License. * * http://www.apach...
{ "pile_set_name": "Github" }
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" #include "ephemeral/Flutter-Generated.xcconfig"
{ "pile_set_name": "Github" }
variable "foo" { default = "bar" description = "bar" } developer = [ "fatih", "arslan"] provider "aws" { access_key ="foo" secret_key = "bar" } provider "do" { api_key = "${var.foo}" } resource "aws_security_group" "firewall" { ...
{ "pile_set_name": "Github" }
#-- # Copyright (c) 2012-2014 Net-ng. # All rights reserved. # # This software is licensed under the BSD License, as described in # the file LICENSE.txt, which you should have received as part of # this distribution. #-- from nagare.admin import util, command class SaveConfig(command.Command): desc = 'Create a...
{ "pile_set_name": "Github" }
alt/base_var_null_alt7.nit:37,3--6: Error: attribute `_foo` access on `null`.
{ "pile_set_name": "Github" }
/* * Copyright 2016 WebAssembly Community Group participants * * 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" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !gccgo #include "textflag.h" // // System call support for AMD64, NetBSD // // Just jump to package syscall's implementation for all these function...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <...
{ "pile_set_name": "Github" }
// // Variables // -------------------------------------------------- // Global values // -------------------------------------------------- // Grays // ------------------------- @black: #000; @grayDarker: #222; @grayDark: #333; @gray: #555; @grayLight: ...
{ "pile_set_name": "Github" }
# net > Issue HTTP/HTTPS requests using Chromium's native networking library Process: [Main](../glossary.md#main-process) The `net` module is a client-side API for issuing HTTP(S) requests. It is similar to the [HTTP](https://nodejs.org/api/http.html) and [HTTPS](https://nodejs.org/api/https.html) modules of Node.js...
{ "pile_set_name": "Github" }
using System; using Edgar.Legacy.Core.Doors.Interfaces; namespace Edgar.Legacy.Core.Doors.SimpleMode { /// <summary> /// Mode that is used to generate doors of a specified length on all sides of the polygon. /// The only condition is that doors are at least CornerDistance units far from corners. /// </summary>...
{ "pile_set_name": "Github" }
// ---------------------------------------------------------------------------- // Copyright (C) 2002-2006 Marcin Kalicinski // // 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) // // For more information, see ww...
{ "pile_set_name": "Github" }