text
stringlengths
2
99k
meta
dict
<!--login.wxml--> <view class="container"> <view class="remind-box" wx:if="{{remind}}"> <image class="remind-img" src="/images/index/loading.gif"></image> </view> <block wx:else> <image class="title" src="/images/more/title.png"></image> <view class="content"> <view class="hd" style="transform:r...
{ "pile_set_name": "Github" }
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT. package model import ( "github.com/99designs/gqlgen/example/scalars/external" ) type Address struct { ID external.ObjectID `json:"id"` Location *Point `json:"location"` }
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------------ * Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team * * Distributable under the terms of either the Apache License (Version 2.0) or * the GNU Lesser General Public License, as specified in the COPYING file. ---------------------...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f1xx_ll_exti.h * @author MCD Application Team * @brief Header file of EXTI LL module. ****************************************************************************** * @attention * * <h2><center>&copy; C...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ic...
{ "pile_set_name": "Github" }
<SOUI title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16" width="600" height="600" margin="20,5,5,5" resizable="1" wndType="normal" translucent="1" > <root skin="_skin.sys.wnd.bkgnd"> <caption pos="0,0,-0,30" show="1" font="adding:0"> <icon pos="10,8" src="ICON_LOGO:16"/> ...
{ "pile_set_name": "Github" }
<?php /* @var $this YiiRequirementChecker */ /* @var $summary array */ /* @var $requirements array[] */ echo "\nYii Application Requirement Checker\n\n"; echo "This script checks if your server configuration meets the requirements\n"; echo "for running Yii application.\n"; echo "It checks if the server is running the...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/ec2/model/CreateVpcEndpointServiceConfigurationRequest.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> using namespace Aws::EC2::Model;...
{ "pile_set_name": "Github" }
import React, {useState, useRef} from "react" const LiveRegion = () => { return ( <> </> ) } export default LiveRegion
{ "pile_set_name": "Github" }
The MIT License (MIT) Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) 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...
{ "pile_set_name": "Github" }
import React, {Component} from "react"; import "../common.css"; class Document extends Component { handleClick = () => { const w = window.open("about:blank"); w.location.href = "https://preview.mdnice.com/articles/"; }; render() { return ( <div id="nice-menu-document" className="nice-menu-ite...
{ "pile_set_name": "Github" }
/** * This example shows how to create Widgets in grid columns. Widgets are lightweight * components with a simpler lifecycle. */ Ext.define('KitchenSink.view.grid.WidgetGrid', { extend: 'Ext.grid.Panel', requires: [ 'Ext.grid.column.Action', 'Ext.ProgressBarWidget', 'Ext.slider.Widge...
{ "pile_set_name": "Github" }
../../base/Data/Maybe.v:
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2012-2014 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
namespace UnitTests.GrainInterfaces { public interface IMultifacetTestGrain : IMultifacetReader, IMultifacetWriter { } }
{ "pile_set_name": "Github" }
{ "relationships": [ { "relationshipId": 1, "relationshipName": "operation", "otherEntityName": "operation", "relationshipType": "many-to-many", "ownerSide": false, "otherEntityRelationshipName": "label" } ], "fields": [ { "fieldId": 1, "fieldName": "lab...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2018, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs types_linux.go package host const ( sizeofPtr = 0x4 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x4 sizeofLongLong = 0x8 sizeOfUtmp = 0x180 ) type ( _C_short int16 _C_int int32 _C_long int32 _C_long_long int64 ) ...
{ "pile_set_name": "Github" }
'use strict'; Promise.resolve().then(function () { return require('./main.js'); }).then(function (n) { return n.main; }).then(result => console.log('importer', result));
{ "pile_set_name": "Github" }
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-home', templateUrl: './home.component.html', styleUrls: ['./home.component.css'] }) export class HomeComponent implements OnInit { constructor() { } ngOnInit() { } }
{ "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/html; charset=utf-8" /> <title>Wiki formatting</title> <link rel="stylesheet" type="text/css" href="....
{ "pile_set_name": "Github" }
/** * AccessibleBlockly * * Copyright 2016 Google Inc. * https://developers.google.com/blockly/ * * 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/...
{ "pile_set_name": "Github" }
/* pngtrans.c - transforms the data in a row (used by both readers and writers) * * Copyright (c) 2018 Cosmin Truta * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson * Copyright (c) 1996-1997 Andreas Dilger * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. * * This code is released under ...
{ "pile_set_name": "Github" }
// // PVWebServer.h // Provenance // // Created by Daniel Gillespie on 7/25/15. // Copyright (c) 2015 James Addyman. All rights reserved. // #import <Foundation/Foundation.h> // Networking (GET IP) #include <ifaddrs.h> #include <arpa/inet.h> @interface PVWebServer : NSObject NS_ASSUME_NONNULL_BEGIN; @property...
{ "pile_set_name": "Github" }
// Copyright (c) XRTK. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; using XRTK.Definitions.Utilities; using XRTK.Interfaces.CameraSystem; namespace XRTK.Definitions.CameraSystem { /// <summary> /// This <see cref="BaseMixe...
{ "pile_set_name": "Github" }
// // Test program that will read and write out // DAC settings, trim bitsa and maskbits for a // readout link object. // // // // // #include "CalibFormats/SiPixelObjects/interface/PixelCalibConfiguration.h" #include "CalibFormats/SiPixelObjects/interface/PixelDetectorConfig.h" #include "CalibFormats/SiPixelObjects/i...
{ "pile_set_name": "Github" }
// eax.h - written and placed in the public domain by Wei Dai //! \file //! \headerfile eax.h //! \brief EAX block cipher mode of operation #ifndef CRYPTOPP_EAX_H #define CRYPTOPP_EAX_H #include "authenc.h" #include "modes.h" #include "cmac.h" NAMESPACE_BEGIN(CryptoPP) //! \class EAX_Base //! \brief EAX block ciph...
{ "pile_set_name": "Github" }
Fix broken Makefile: * fix syntax error (missing '\' to continue line): Makefile:19: *** recipe commences before first target. Stop. * Get portaudio library flags from pkg-config (to get -Lpath/to/portaudio/lib etc.) Author: Bjørn Forsman diff -uNr espeakedit-1.48.03.orig/src/Makefile espeakedit-1.48.03/src/Make...
{ "pile_set_name": "Github" }
/* * Copyright 2007 ZXing 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 ...
{ "pile_set_name": "Github" }
/** * This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code. * <p> * A {@linkplain io.vavr.concurrent.Future} represents an asynchronous task. It is a placeholder for a * value that becomes available at some point. With the help of {@code Future} we efficiently perf...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <StaticResource xmlns="http://soap.sforce.com/2006/04/metadata"> <cacheControl>Private</cacheControl> <contentType>application/zip</contentType> </StaticResource>
{ "pile_set_name": "Github" }
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.engine.internal; import org.hibernate.engine.spi.SharedSessi...
{ "pile_set_name": "Github" }
#include "../chaining.h" #include "common.h" bool otfcc_chainingLookupIsContextualLookup(const otl_Lookup *lookup) { if (!(lookup->type == otl_type_gpos_chaining || lookup->type == otl_type_gsub_chaining)) return false; bool isContextual = true; for (tableid_t j = 0; j < lookup->subtables.length; j++) { const s...
{ "pile_set_name": "Github" }
var $export = require('./_export') , $parseFloat = require('./_parse-float'); // 20.1.2.12 Number.parseFloat(string) $export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', {parseFloat: $parseFloat});
{ "pile_set_name": "Github" }
(function (global, factory) { if (typeof define === "function" && define.amd) { define("webextension-polyfill", ["module"], factory); } else if (typeof exports !== "undefined") { factory(module); } else { var mod = { exports: {} }; factory(mod); global.browser = mod.exports; } })(t...
{ "pile_set_name": "Github" }
{{range $i, $ip := .Ips}}{{$ip.Ip}}/{{$ip.Cidr}} {{end}}
{ "pile_set_name": "Github" }
#import <Cocoa/Cocoa.h> /* @brief Replacement for deprecated -convertScreenToBase: @details Why does Apple deprecate stuff you need without providing a replacement? I do agree that -convertScreenToBase: was poorly named! */ @interface NSWindow (Screening) - (NSPoint)pointFromScreenPoint:(NSPoint)screenPoint ;...
{ "pile_set_name": "Github" }
source "https://rubygems.org" gemspec
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>Document</title> </head> <body> <style> h1 { background-color: aqua; } </style> <h1>memes</h1> </body> </html>
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel */ @interface CEMDeviceLostModeDeclaration_Status : CEMPayloadBase + (id)allowedReasons; + (id)allowedStatusKeys; + (id)build; + (id)buildRequiredOnly; - (bool)loadPayload:(id)arg1 ...
{ "pile_set_name": "Github" }
/* Common code for ARM software single stepping support. Copyright (C) 1988-2020 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundati...
{ "pile_set_name": "Github" }
{ "name": "fable-loader", "version": "2.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { "@babel/parser": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz", "integrity": "sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L...
{ "pile_set_name": "Github" }
client dev tun proto udp remote 185.145.38.226 1194 resolv-retry infinite remote-random nobind tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key persist-tun ping 15 ping-restart 0 ping-timer-rem reneg-sec 0 comp-lzo no remote-cert-tls server auth-user-pass ../Own_VPN_Config/nordvpnauth.txt verb 3 pull fast-io cip...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <project> <fileVersion>2</fileVersion> <configuration> <name>Debug</name> <toolchain> <name>ARM</name> </toolchain> <debug>1</debug> <settings> <name>C-SPY</name> <archiveVersion>2</archiveVersion> <data> <version>21</v...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Jiri Svoboda * 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 condit...
{ "pile_set_name": "Github" }
import subprocess def installCertBot(): cmd = [] cmd.append("yum") cmd.append("-y") cmd.append("install") cmd.append("certbot") res = subprocess.call(cmd) installCertBot()
{ "pile_set_name": "Github" }
/** * @namespace */ var THREEx = THREEx || {} /** * dilate a geometry inplace * @param {THREE.Geometry} geometry geometry to dilate * @param {Number} length percent to dilate, use negative value to erode */ THREEx.dilateGeometry = function(geometry, length){ // gather vertexNormals from geometry.fa...
{ "pile_set_name": "Github" }
{ "displayName": "Compute Engine default service account", "email": "312830434057-compute@developer.gserviceaccount.com", "name": "projects/k8s-infra-e2e-boskos-006/serviceAccounts/312830434057-compute@developer.gserviceaccount.com", "oauth2ClientId": "114296634736477425695", "projectId": "k8s-infra-e2e-bosko...
{ "pile_set_name": "Github" }
prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: Protocol Buffers Description: Google's Data Interchange Format Version: @VERSION@ Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ Libs.private: @LIBS@ Cflags: -I${includedir} @PTHREAD_CFLAGS@ Conflicts: protobuf-lite
{ "pile_set_name": "Github" }
/* * Copyright 2000-2016 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" }
Metadata-Version: 1.0 Name: pylint Version: 0.28.0 Summary: python code static checker Home-page: http://www.pylint.org Author: Logilab Author-email: python-projects@lists.logilab.org License: GPL Description: README for Pylint (http://www.pylint.org) ========================================= P...
{ "pile_set_name": "Github" }
&
{ "pile_set_name": "Github" }
/* * PROGRAM: JRD access method * MODULE: CryptoManager.cpp * DESCRIPTION: Database encryption * * The contents of this file are subject to the Initial * Developer's Public License Version 1.0 (the "License"); * you may not use this file except in compliance with the * License. You may obtain a copy of t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This file is used by the publish/package process of your Web project. You can customize the behavior of this process by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121. --> <Project ToolsVersion="4.0" x...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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" }
<?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\Util\TestDox; use PHPUnit\Framework\AssertionFailedError; use PHPUnit\Fra...
{ "pile_set_name": "Github" }
{ "Entries": [ { "RequestUri": "/luis/authoring/v3.0-preview/apps/", "EncodedRequestUri": "L2x1aXMvYXV0aG9yaW5nL3YzLjAtcHJldmlldy9hcHBzLw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"...
{ "pile_set_name": "Github" }
<div class="table-responsive"> <table id="syslog" class="table table-hover table-condensed table-striped"> <thead> <tr> <th data-column-id="label"></th> <th data-column-id="timestamp" data-order="desc">@lang('Timestamp')</th> <th data-column-id="level">@lang('Leve...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/comprehend/Comprehend_EXPORTS.h> #include <aws/comprehend/ComprehendRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace...
{ "pile_set_name": "Github" }
package scalaprops package scalazlaws import scalaprops.Property.forAll import scalaz._ import scalaz.std.tuple._ import ScalapropsScalaz._ object traverse { def identityTraverse[F[_], X, Y](implicit F: Traverse[F], afx: Gen[F[X]], axy: Gen[X => Y], ef: Equal[F[Y]]) = forAll(F.traverseLaw.identityTraverse[X, Y]...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-2016 The Bitcoin Core developers // Copyright (c) 2017-2019 The Raven Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef RAVEN_CORE_MEMUSAGE_H #define RAVEN_CORE_MEMUSAGE_H #include "p...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> </Bucket>
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/compute_align.R \name{compute_align} \alias{compute_align} \title{Align positions using length.} \usage{ compute_align(x, var, length = NULL, align = 0.5, dir = "x") } \arguments{ \item{x}{Dataset-like object to align. Built-in methods for da...
{ "pile_set_name": "Github" }
#!/bin/bash -eu # Copyright 2020 Stanford University, NVIDIA Corporation # # 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 require...
{ "pile_set_name": "Github" }
const path = require("path"); const execSync = require("child_process").execSync; const { patching } = require("gluegun"); const { createApolloFetch } = require("apollo-fetch"); const Contract = artifacts.require("./Contract.sol"); const srcDir = path.join(__dirname, ".."); const fetchSubgraphs = createApolloFetch({...
{ "pile_set_name": "Github" }
actions disable self method: 'disable'
{ "pile_set_name": "Github" }
#include "StdAfx.h" #include "SSkinAPNG.h" #include <helper/SplitString.h> #include <interface/imgdecoder-i.h> #include <interface/render-i.h> namespace SOUI { HRESULT SSkinAPNG::OnAttrSrc( const SStringW &strValue,BOOL bLoading ) { SStringTList strLst; size_t nSegs=ParseResID(S_CW2T(strValue...
{ "pile_set_name": "Github" }
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard // Hinnant & John Maddock 2000. // 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). // // See http://www.boo...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml nd_ZW{ }
{ "pile_set_name": "Github" }
// <copyright file="BartlettWindow.cs" company="Math.NET"> // Math.NET Filtering, part of the Math.NET Project // http://filtering.mathdotnet.com // http://github.com/mathnet/mathnet-filtering // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <title>HRCloud2 | Cloud Authentication</title> <html lang="en-US"> <html> <body> <div id="outer" align="center"><h1>Configuring your Cloud Drive ...</h1> <?php require($InstLoc.'/config.php'); ?> <div id="inner" style="position:absolute; top:50%; left:50%; height:10em; margin-top:-5em; margin-right:5em...
{ "pile_set_name": "Github" }
<GDAL_WMS> <Service name="TMS"> <ServerUrl>http://wms.itn.liu.se/Enceladus/Cassini_ISS_Global_Mosaic_100m_HPF/tile/${z}/${y}/${x}</ServerUrl> </Service> <DataWindow> <UpperLeftX>-180.0</UpperLeftX> <UpperLeftY>90.0</UpperLeftY> <LowerRightX>180.0</LowerRightX> <LowerRightY>-90.0</LowerRightY> ...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // 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 // // See http://boos...
{ "pile_set_name": "Github" }
{ "commentStamp" : "", "super" : "JQBaseTheme", "category" : "JQuery-UI-Libraries", "classinstvars" : [ ], "pools" : [ ], "classvars" : [ ], "instvars" : [ ], "name" : "JQPepperGrinderTheme", "type" : "normal" }
{ "pile_set_name": "Github" }
# This file was generated by Appraisal source "https://rubygems.org" gem "rails", "~> 5.2" gem "rake", "< 12.0.0" gem "sass", require: "sass" gem "capistrano", "~> 3.1" gem "capistrano-rails", git: "https://github.com/wearefine/rails" gem "capistrano-rvm" gem "mysql2" group :test, :development do gem "rspec-rails"...
{ "pile_set_name": "Github" }
<?php /* * (c) Jeroen van den Enden <info@endroid.nl> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Endroid\QrCode\Exceptions; class ImageFunctionUnknownException extends \Exception { }
{ "pile_set_name": "Github" }
#ifndef __INCLUDE_GPIO_H__ #define __INCLUDE_GPIO_H__ struct gpio { int nr; /* GPIO number */ int mode; /* GPIO mode (input=0/output=1) */ }; #define GPIO_MODE_INPUT 0 #define GPIO_MODE_OUTPUT 1 int gpio_init(void); /* request access to a gpio */ int gpio_claim(char *owner, int nr, struct gpio **gpio); /* Con...
{ "pile_set_name": "Github" }
[HttpPost]  public string Index(FormCollection fc, string searchString)  {      return "<h3> From [HttpPost]Index: " + searchString + "</h3>";  }
{ "pile_set_name": "Github" }
// Copyright (c) 2016 Uber Technologies, Inc. // // 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, modify, merge...
{ "pile_set_name": "Github" }
#nc_container { z-index:99; position:fixed; top:0; left:0; margin:0; padding:0; width:100%; height:30px; border-bottom:1px solid; font-size:12px; line-height:15px; } .ncenterlite_block { height:28px; } #nc_container a { padding:0; font-size:12px; text-decoration:none; } #nc_container ul.nc_memu { dis...
{ "pile_set_name": "Github" }
// @flow import parseToRgb from './parseToRgb' /** * Returns a number (float) representing the luminance of a color. * * @example * // Styles as object usage * const styles = { * background: getLuminance('#CCCD64') >= getLuminance('#0000ff') ? '#CCCD64' : '#0000ff', * background: getLuminance('rgba(58, 133,...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Co...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Class java.security.cert.PKIXRevocationChecker.Option (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../../../s...
{ "pile_set_name": "Github" }
#ifndef DATABASECURSOR_H_ #define DATABASECURSOR_H_ #include "Interface/DatabaseCursor.h" #include "Interface/Object.h" #include "Query.h" class CQuery; class DatabaseCursor : public IDatabaseCursor { public: DatabaseCursor(CQuery *query, int *timeoutms); ~DatabaseCursor(void); bool next(db_single...
{ "pile_set_name": "Github" }
NautilusWindow * { -GtkPaned-handle-size: 1; } NautilusDesktopWindow GtkWidget { background-color: @transparent; } .nautilus-canvas-item { border-radius: 4px; } /* desktop mode */ .nautilus-desktop.nautilus-canvas-item { color: @bg_color; text-shadow: 1px 1px alpha (#000000, 0.8); } .nautilus-de...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Client connects with a certificate to a server that has use_identity_as_username=true. Shouldn't be rejected. from mosq_test_helper import * if sys.version < '2.7': print("WARNING: SSL not supported on Python 2.6") exit(0) def write_config(filename, port1, port2): with open(file...
{ "pile_set_name": "Github" }
#ifndef CAFFE_NEURON_LAYER_HPP_ #define CAFFE_NEURON_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /** * @brief An interface for layers that take one blob as input (@f$ x @f$) * and produce one equally-sized blob as out...
{ "pile_set_name": "Github" }
# Copyright 2017 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 applica...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/batch/model/ContainerSummary.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namesp...
{ "pile_set_name": "Github" }
#include <boost/test/unit_test.hpp> #include <stdlib.h> #include <chain.h> #include <rpc/blockchain.h> #include <test/setup_common.h> /* Equality between doubles is imprecise. Comparison should be done * with a small threshold of tolerance, rather than exact equality. */ static bool DoubleEquals(double a, double b...
{ "pile_set_name": "Github" }
/* * This file is part of Fluid. * * Copyright (C) 2018 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> * Copyright (C) 2018 Michael Spencer <sonrisesoftware@gmail.com> * * $BEGIN_LICENSE:MPL2$ * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was ...
{ "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" }
within Buildings.ThermalZones.ReducedOrder.Validation.VDI6007; model TestCase2 "VDI 6007 Test Case 2 model" extends Modelica.Icons.Example; RC.TwoElements thermalZoneTwoElements( redeclare package Medium = Modelica.Media.Air.SimpleAir, hConExt=2.7, hConWin=2.7, gWin=1, nExt=1, nInt=1, r...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e -x mkdir -p /go/src/github.com/nbering ln -s "$(pwd)/terraform-provider-ansible" "/go/src/github.com/nbering/terraform-provider-ansible" pushd /go/src/github.com/nbering/terraform-provider-ansible ./scripts/build-release.sh popd pushd terraform-provider-ansible echo "$(git descr...
{ "pile_set_name": "Github" }
/* * Copyright 2018 NAVER Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD 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" }
<h2>{L_adm_tool_md5_header}</h2> <form method="post"> <table> <tr> <td class="c_l">{L_sys_password_seed}</td> <td class="c_l"> <input type="text" name="seed" value="{SEED}" size=35 /> </td> </tr> <tr> <td class="c_l">{L_sys_password_length}</td> <td class="c_l"> ...
{ "pile_set_name": "Github" }