text
stringlengths
2
99.9k
meta
dict
.TH LIBPNGPF 3 October 15, 1999 .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.0.5 - October 15, 1999 (private functions) .SH SYNOPSIS \fB#include <png.h>\fP \fI\fB \fBvoid png_build_gamma_table (png_structp \fIpng_ptr\fP\fB);\fP \fI\fB \fBvoid png_build_grayscale_palette (int \fP\fIbit_dept...
{ "pile_set_name": "Github" }
/* * * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License * * This program is distributed in the ho...
{ "pile_set_name": "Github" }
--- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true ---
{ "pile_set_name": "Github" }
define( 'cjs/deepDependency/level1', function ( require, exports, module ) { module.exports = { name: 'cjs/deepDependency/level1', check: function () { var level2 = require( 'cjs/deepDependency/level2' ); var level21 = require( 'cjs/deepDependen...
{ "pile_set_name": "Github" }
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
// Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using Stride.Engine; namespace SpaceEscape { /// <summary> /// Plays the idle animation ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. All rights reserved. * Copyright (C) 2013 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of sourc...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null extern void start() __asm__("start"); extern void _start() __asm__("_start"); extern void __start() __asm__("__start"); void start() {} void _start() {} void __start() {}
{ "pile_set_name": "Github" }
// https://uva.onlinejudge.org/external/8/872.pdf #include<bits/stdc++.h> using namespace std; using vi=vector<int>; using vvi=vector<vi>; using qi=queue<int>; int main(){ ios::sync_with_stdio(0); cin.tie(0); int K; cin>>K; string s; getline(cin,s); for(int T=0;T<K;T++){ getline(cin,s); getline(ci...
{ "pile_set_name": "Github" }
'use strict' var test = require('tape') var path = require('path') var exec = require('child_process').exec var rimraf = require('rimraf') var linklocal = require('../') var PKG_A = path.resolve(__dirname, 'circular-a') var PKG_B = path.resolve(__dirname, 'circular-b') var PKG_C = path.resolve(__dirname, 'circular-...
{ "pile_set_name": "Github" }
package org.eclipse.ceylon.compiler.java.test.expression.invoke; public class NamedArgumentInvocationLocal implements .org.eclipse.ceylon.compiler.java.runtime.model.ReifiedType, .java.io.Serializable { public NamedArgumentInvocationLocal() { } public final void f() { final class...
{ "pile_set_name": "Github" }
/******************************************************************************** * Copyright (c) 2020 Cedalo AG * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-I...
{ "pile_set_name": "Github" }
import roboticstoolbox as rtb # load a model with inertial parameters p560 = rtb.models.DH.Puma560() # remove Coulomb friction p560 = p560.nofriction() # print the kinematic & dynamic parameters p560.printdyn() # simulate motion over 5s with zero torque input d = p560.fdyn(5, p560.qr, dt=0.05) # show the joint ang...
{ "pile_set_name": "Github" }
package me.kafeitu.activiti.listener; import java.io.Serializable; import org.activiti.engine.delegate.DelegateExecution; import org.activiti.engine.delegate.JavaDelegate; /** * * * @author HenryYan */ public class JavaServiceTaskDelegate implements JavaDelegate, Serializable { private static final long seria...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
// +build openbsd package process import ( "C" "bytes" "context" "encoding/binary" "os/exec" "path/filepath" "strconv" "strings" "unsafe" cpu "github.com/shirou/gopsutil/cpu" "github.com/shirou/gopsutil/internal/common" mem "github.com/shirou/gopsutil/mem" net "github.com/shirou/gopsutil/net" "golang.o...
{ "pile_set_name": "Github" }
// // SafeKitExampleTests.m // SafeKitExampleTests // // Created by zhangyu on 16/2/16. // Copyright © 2016年 zhangyu. All rights reserved. // #import <XCTest/XCTest.h> @interface SafeKitExampleTests : XCTestCase @end @implementation SafeKitExampleTests - (void)setUp { [super setUp]; // Put setup code h...
{ "pile_set_name": "Github" }
## Load Web Map Json data into Web Map Layer Info Object This sample demonstrates how to deserialize web map json data into a WebMapLayerInfo object. <!-- TODO: Fill this section below with metadata about this sample--> ``` Language: C# Subject: Framework Organization: Esri, http:...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'seccomp-tools/instruction/alu' require 'seccomp-tools/instruction/jmp' require 'seccomp-tools/instruction/ld' require 'seccomp-tools/instruction/ldx' require 'seccomp-tools/instruction/misc' require 'seccomp-tools/instruction/ret' require 'seccomp-tools/instruction/st' require 's...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in ...
{ "pile_set_name": "Github" }
from django.core import serializers as serial from master import models from master import serializers from django.db import connection from common.utils import dictfetchall import json from common.utils import * import os from master.automl.automl_rule import AutoMlRule from master.workflow.common.workflow_state_menu ...
{ "pile_set_name": "Github" }
package docker import ( "io" "os" "os/exec" dockertypes "github.com/docker/docker/api/types" ) // ImageBuildCLI builds an image with the docker cli func (c *client) ImageBuildCLI(useBuildkit bool, context io.Reader, writer io.Writer, additionalArgs []string, options dockertypes.ImageBuildOptions) error { args :...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Respect/Validation. * * (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net> * * For the full copyright and license information, please view the "LICENSE.md" * file that was distributed with this source code. */ namespace Respect\Validation\Rules; class Writable extends Abstra...
{ "pile_set_name": "Github" }
StartChar: macron Encoding: 175 175 270 Width: 373 Flags: W LayerCount: 2 Fore SplineSet 21 800 m 1,0,-1 21 890 l 1,1,-1 354 890 l 1,2,-1 354 800 l 1,3,-1 21 800 l 1,0,-1 EndSplineSet EndChar
{ "pile_set_name": "Github" }
import FWCore.ParameterSet.Config as cms from Configuration.Generator.Pythia8CommonSettings_cfi import * from Configuration.Generator.MCTunes2017.PythiaCP5Settings_cfi import * from Configuration.Generator.Pythia8PowhegEmissionVetoSettings_cfi import * generator = cms.EDFilter("Pythia8ConcurrentHadronizerFilter", ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Mesa Release Notes</title> <link rel="stylesheet" type="text/css" href="../mesa.css"> </head> <body> <div class...
{ "pile_set_name": "Github" }
id: d7_language_content_taxonomy_vocabulary_settings label: Drupal 7 language taxonomy vocabulary settings migration_tags: - Drupal 7 - Configuration source: plugin: d7_language_content_settings_taxonomy_vocabulary constants: target_type: 'taxonomy_term' default_langcode: 'site_default' process: targe...
{ "pile_set_name": "Github" }
<Canvas> <Kind>42</Kind> <Name>AuxLight 2</Name> <IsMinified>0</IsMinified> <XPosition>280.000000000</XPosition> <YPosition>522.000000000</YPosition> </Canvas> <Widget> <Kind>2</Kind> <Name>ENABLE</Name> <Value>1</Value> </Widget> <Widget> <Kind>4</Kind> <Name>SPIN RADIUS</Name> ...
{ "pile_set_name": "Github" }
#!/bin/sh # This is a generated file; do not edit or check into version control. export "FLUTTER_ROOT=/Users/lap01434/Documents/Flutter/flutter" export "FLUTTER_APPLICATION_PATH=/Users/lap01434/Documents/Flutter/flutter-intro-slider/example" export "FLUTTER_TARGET=lib/main.dart" export "FLUTTER_BUILD_DIR=build" export ...
{ "pile_set_name": "Github" }
const P = require('bluebird'); const _ = require('lodash'); const Interface = require('forest-express'); const utils = require('../utils/schema'); function ResourceCreator(Model, params) { const schema = Interface.Schemas.schemas[utils.getModelName(Model)]; function create() { return new P((resolve, reject) =...
{ "pile_set_name": "Github" }
# evdev input only. evemu uses uinput module_raw input module iir N=8 D=10
{ "pile_set_name": "Github" }
from .redpydevd import run_cli run_cli()
{ "pile_set_name": "Github" }
"""Support for Verizon FiOS Quantum Gateways.""" import logging from quantum_gateway import QuantumGatewayScanner from requests.exceptions import RequestException import voluptuous as vol from homeassistant.components.device_tracker import ( DOMAIN, PLATFORM_SCHEMA, DeviceScanner, ) from homeassistant.con...
{ "pile_set_name": "Github" }
" Filter_fuzzy.vim " @Author: Tom Link (mailto:micathom AT gmail com?subject=[vim]) " @Website: http://www.vim.org/account/profile.php?user_id=4037 " @License: GPL (see http://www.gnu.org/licenses/gpl.txt) " @Created: 2008-11-25. " @Last Change: 2013-09-25. " @Revision: 0.0.47 let s:prototype = tli...
{ "pile_set_name": "Github" }
## CadQuery Logo This logo uses the Roboto bold font (included), the Inkscape font size is 56, and the color is #2980b9
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////// // Module : script_effector.cpp // Created : 06.02.2004 // Modified : 06.02.2004 // Author : Dmitriy Iassenev // Description : XRay Script effector class //////////////////////////////////////////////////////////////////////////// #incl...
{ "pile_set_name": "Github" }
# type-is [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-version-image]][node-version-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] Infer the content-type of a request. ### Install ```sh $ npm ins...
{ "pile_set_name": "Github" }
#include <linux/ceph/ceph_debug.h> #include <linux/module.h> #include <linux/slab.h> #include <asm/div64.h> #include <linux/ceph/libceph.h> #include <linux/ceph/osdmap.h> #include <linux/ceph/decode.h> #include <linux/crush/hash.h> #include <linux/crush/mapper.h> char *ceph_osdmap_state_str(char *str, int len, int ...
{ "pile_set_name": "Github" }
package com.github.alexthe666.iceandfire.compat.tinkers; import net.minecraft.util.ResourceLocation; import net.minecraftforge.client.event.ModelRegistryEvent; import net.minecraftforge.fml.common.FMLCommonHandler; import net.minecraftforge.fml.relauncher.Side; import slimeknights.mantle.client.book.repository.FileRep...
{ "pile_set_name": "Github" }
" vimtex - LaTeX plugin for Vim " " Maintainer: Karl Yngve Lervåg " Email: karl.yngve@gmail.com " function! vimtex#syntax#p#pgfplots#load() abort " {{{1 if has_key(b:vimtex_syntax, 'pgfplots') | return | endif let b:vimtex_syntax.pgfplots = 1 " Load Tikz first call vimtex#syntax#p#tikz#load() " Add te...
{ "pile_set_name": "Github" }
&control calculation='scf' restart_mode='from_scratch', prefix='Bi' pseudo_dir = '/scratch/timrov/WORK_Hubbard/Z_git/work2_QE_fork/q-e/pseudo/' outdir='/scratch/timrov/WORK_Hubbard/Z_git/work2_QE_fork/q-e/tempdir/' / &system ibrav = 5, celldm(1) = 8.880, celldm(4) = 0.530, nat = 2...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2003. // 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) // for C++ Builder the following options effect the ABI: // // -b (on or off - ...
{ "pile_set_name": "Github" }
'use strict'; // there's 3 implementations written in increasing order of efficiency // 1 - no Set type is defined function uniqNoSet(arr) { var ret = []; for (var i = 0; i < arr.length; i++) { if (ret.indexOf(arr[i]) === -1) { ret.push(arr[i]); } } return ret; } // 2 - a simple Set type is defined func...
{ "pile_set_name": "Github" }
function f() { if (a) return; g(); function g(){} };
{ "pile_set_name": "Github" }
/**************************************************************************************** Copyright (C) 2015 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies...
{ "pile_set_name": "Github" }
{% block subject %}{% blocktrans with username=username %}Ona notification for {{username}}{% endblocktrans %}{% endblock %} {% block plain %} {% blocktrans with full_name=full_name message=message %} Hi {{full_name}}, {{message}} Thanks for using Ona! The Formhub Dev Team P.S. Please consider joining the ...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: This is the soldier version of the combine, analogous to the HL1 grunt. // //=============================================================================// #include "cbase.h" #include "ai_hull.h" #include "ai_motor.h" #include...
{ "pile_set_name": "Github" }
Copyright (c) 2012, Oliver Woodford 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 conditions and the ...
{ "pile_set_name": "Github" }
export combinations, CoolLexCombinations, multiset_combinations, with_replacement_combinations, powerset #The Combinations iterator struct Combinations n::Int t::Int end function Base.iterate(c::Combinations, s = [min(c.t - 1, i) for i in 1:c.t]) if c.t == 0 # special case to g...
{ "pile_set_name": "Github" }
--- title: "Customizing Element Tools | Microsoft Docs" ms.date: 11/15/2016 ms.prod: visual-studio-dev14 ms.technology: vs-ide-modeling ms.topic: conceptual ms.assetid: 6dac48b6-db68-4bcd-8aa2-422c2ad5d28b caps.latest.revision: 8 author: jillre ms.author: jillfra manager: jillfra --- # Customizing Element Tools [!INCLU...
{ "pile_set_name": "Github" }
set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter vectorize) add_llvm_tool(llvm-ld Optimize.cpp llvm-ld.cpp ) add_dependencies(llvm-ld llvm-stub)
{ "pile_set_name": "Github" }
(module Osram_SFH205 (layer F.Cu) (tedit 5B887F96) (descr "PhotoDiode, SFH205, RM2.54") (tags "PhotoDiode SFH205 RM2.54") (fp_text reference REF** (at 1.52 -3.5) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Osram_SFH205 (at 1.3 2.54) (layer F.Fab) (effects (font (size ...
{ "pile_set_name": "Github" }
--- layout: contribute permalink: /uk/contribute/ lang: uk title: Contribute contributetitle: "Допоможіть покращити наші посібники" startwith: "Готові розпочати?" startA: "Залишіть відгук" startB: "Допоможіть з перекладом" startC: "Поліпшити ілюстрації - рідною мовою!" startD: "Повідомити про проблеми та зробити особис...
{ "pile_set_name": "Github" }
/** * React Static Boilerplate * https://github.com/kriasoft/react-static-boilerplate * * Copyright © 2015-present Kriasoft, LLC. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ module.exports = { title:...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using Xms.Context; using Xms.Core.Components.Platform; using Xms.Identity; using Xms.Infrastructure.Utility; using Xms.QueryView.Abstractions.Component; using Xms.Schema.Abstractions; using Xms.Schema.Attribute; using Xms.Sdk.Abstractions.Query; names...
{ "pile_set_name": "Github" }
var a = {"one": 1, "two": 2, "three": 3, "four": 4}.values // The precise numeric values aren't defined since they are indexes into the // entry table and the hashing process isn't specified. So we just validate // what we can assume about them. System.print(a.iterate(null) is Num) // expect: true System.print(a.iter...
{ "pile_set_name": "Github" }
// File: lzham_lzdecomp.cpp // See Copyright Notice and license at the end of include/lzham.h // // See "Coroutines in C": // http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html // Also see "Protothreads - Lightweight, Stackless Threads in C": // http://www.sics.se/~adam/pt/ #include "lzham_core.h" #include "lz...
{ "pile_set_name": "Github" }
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
{ "pile_set_name": "Github" }
/* * Copyright 2010 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" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["testutil.go"], importpath = "k8s.io/test-infra/prow/crier/reporters/gcs/internal/testutil", visibility = ["//prow/crier/reporters/gcs:__subpackages__"], deps = ["//prow/config:go_default_library"]...
{ "pile_set_name": "Github" }
# # Copyright 2017-2018 IBM 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 required by applicable law or agreed to in wr...
{ "pile_set_name": "Github" }
<?php require_once("../include/html_functions.php"); require_once("../include/comments.php"); require_once("../include/users.php"); require_once("../include/functions.php"); require_once("../include/pictures.php"); session_start(); require_login(); if (isset($_POST['previewid'])) { $cur = Users::current_user(); ...
{ "pile_set_name": "Github" }
'use strict'; var blessed = require('blessed') , Node = blessed.Node , Canvas = require('./canvas'); function LCD(options) { if (!(this instanceof Node)) { return new LCD(options); } var self = this; options = options || {}; self.options = options; //these options need to be modified epending on ...
{ "pile_set_name": "Github" }
var isArguments = require('../lang/isArguments'), isArray = require('../lang/isArray'), isIndex = require('./isIndex'), isLength = require('./isLength'), keysIn = require('../object/keysIn'); /** Used for native method references. */ var objectProto = Object.prototype; /** Used to check objects for ow...
{ "pile_set_name": "Github" }
package swagger import ( "reflect" "strings" ) func (prop *ModelProperty) setDescription(field reflect.StructField) { if tag := field.Tag.Get("description"); tag != "" { prop.Description = tag } } func (prop *ModelProperty) setDefaultValue(field reflect.StructField) { if tag := field.Tag.Get("default"); tag !...
{ "pile_set_name": "Github" }
package coordinator import ( "net" "github.com/influxdb/influxdb/cluster" "github.com/influxdb/influxdb/common" "github.com/influxdb/influxdb/protocol" ) type Coordinator interface { // Assumption about the returned data: // 1. For any given time series, the points returned are in order // 2. If the query...
{ "pile_set_name": "Github" }
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:io' show exitCode; import 'package:analyzer_cli/src/driver.dart' show Driver, outSink, err...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2007-2009 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0...
{ "pile_set_name": "Github" }
GL_EXT_depth_bounds_test http://www.nvidia.com/dev_content/nvopenglspecs/GL_EXT_depth_bounds_test.txt GL_EXT_depth_bounds_test GL_DEPTH_BOUNDS_TEST_EXT 0x8890 GL_DEPTH_BOUNDS_EXT 0x8891 void glDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
{ "pile_set_name": "Github" }
<use name="boost"/> <use name="clhep"/> <use name="geant4core"/> <use name="heppdt"/> <use name="FWCore/MessageLogger"/> <use name="SimG4Core/MagneticField"/> <use name="SimG4Core/Physics"/> <export> <lib name="1"/> </export>
{ "pile_set_name": "Github" }
try { sh 'helm init --client-only --skip-refresh --stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts' sh 'helm repo add milvus https://registry.zilliz.com/chartrepo/milvus' sh 'helm repo update' dir ("milvus-helm") { checkout([$class: 'GitSCM', branches: [[name: "${HELM_BRAN...
{ "pile_set_name": "Github" }
<header class="header navbar bg-white shadow"> <div class="btn-group tool-button"> <a class="btn btn-primary navbar-btn" href="/private/wx/msg/mass/addNews/<%=wxid%>" data-toggle="modal" data-target="#dialogDetail"><i class="ti-plus"></i> 添加图文</a> <a class="btn btn-primary navbar-btn" href="/private/wx/msg/m...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # Cloud Foundry Java Buildpack # Copyright 2013-2020 the original author or 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....
{ "pile_set_name": "Github" }
// Copyright 2012 Google, Inc. All rights reserved. // Copyright 2009-2011 Andreas Krennmair. All rights reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file in the root of the source // tree. package layers import ( "encoding/binary" "github.com/google...
{ "pile_set_name": "Github" }
--- alias: jaeraegh6e description: Learn about the architecture of your GraphQL server when using Prisma. --- # Architecture ## Separation of application & database layer ### Two GraphQL API layers When building GraphQL servers with Prisma, you're dealing with two GraphQL APIs: * The **database layer** which prov...
{ "pile_set_name": "Github" }
% -*- mode: Noweb; noweb-code-mode: c-mode -*- % % ---------------------------------------------------------------------------- \interface{[[util]] : Utility functions} % ---------------------------------------------------------------------------- <<util.h>>= #ifndef _UTIL_H #define _UTIL_H extern int string_match_ca...
{ "pile_set_name": "Github" }
Contributing to Bitcoin ======================= The Bitcoin Unlimited project operates an open contributor model where anyone is welcome to contribute towards development in the form of peer review, testing and patches. This document explains the practical process and guidelines for contributing. Small features and p...
{ "pile_set_name": "Github" }
package com.jcloisterzone.io.message; import com.jcloisterzone.board.Position; import com.jcloisterzone.board.Rotation; import com.jcloisterzone.io.MessageCommand; @MessageCommand("PLACE_TILE") public class PlaceTileMessage extends AbstractMessage implements ReplayableMessage { private String tileId; private...
{ "pile_set_name": "Github" }
/* * LoggerIPConnection.h * * BSD license follows (http://www.opensource.org/licenses/bsd-license.php) * * Copyright (c) 2010-2011 Florent Pillet <fpillet@gmail.com> All Rights Reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the follo...
{ "pile_set_name": "Github" }
sws_flags=+accurate_rnd+bitexact; [1:v] scale=50:50 [over]; [0:v][over] overlay=20:20
{ "pile_set_name": "Github" }
$.fn.longtable = function(fields, options, data) { var elem = $(this).addClass("longtable"); var orig_data = data; options.row_h = options.row_h || 22; options.checkbox = options.checkbox || false; var shown_rows = {}; var sorted_by = undefined; var sorted_reverse = false; var filter = functi...
{ "pile_set_name": "Github" }
=pod =head1 NAME EVP_MD_meth_new, EVP_MD_meth_dup, EVP_MD_meth_free, EVP_MD_meth_set_input_blocksize, EVP_MD_meth_set_result_size, EVP_MD_meth_set_app_datasize, EVP_MD_meth_set_flags, EVP_MD_meth_set_init, EVP_MD_meth_set_update, EVP_MD_meth_set_final, EVP_MD_meth_set_copy, EVP_MD_meth_set_cleanup, EVP_MD_meth_set_ct...
{ "pile_set_name": "Github" }
import { Assertions, GeneralSteps, Logger, Pipeline, Step } from '@ephox/agar'; import { UnitTest } from '@ephox/bedrock-client'; import { TinyApis, TinyLoader } from '@ephox/mcagar'; import Editor from 'tinymce/core/api/Editor'; import Theme from 'tinymce/themes/silver/Theme'; UnitTest.asynctest('browser.tinymce.core...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>MathBox - Example: x^2 + y^2 = 1 for x/y is complex.</title> <!-- This example shows the circle equation when both X and Y are complex. --> <script type="text/javascript" charset="utf-8" src="../vendor/domready.js"></script> <script type="tex...
{ "pile_set_name": "Github" }
--- id: aa7697ea2477d1316795783b title: Pig Latin challengeType: 5 forumTopicId: 16039 localeTitle: Pig Latin --- ## Description <section id='description'> Переведите предоставленную строку в латинский свиньи. <a href="http://en.wikipedia.org/wiki/Pig_Latin" target="_blank">Pig Latin</a> берет первый согласный (или со...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="Base.Widget.AppCompat.Spinner.Underlined" parent="@android:style/Widget.Material.Spinner.Underlined" /> <style name="Base.Theme.AppCompat" parent="@style/Base.V23.Theme.AppCompat" /> <style name="Base.Theme.AppCompat.Light" parent="@style/Base....
{ "pile_set_name": "Github" }
@mod @mod_quiz Feature: Edit quiz page - remove multiple questions In order to change the layout of a quiz I built efficiently As a teacher I need to be able to delete many questions questions. Background: Given the following "users" exist: | username | firstname | lastname | email | ...
{ "pile_set_name": "Github" }
server: port: 9000 contextPath: spring: profiles: active: prod datasource: dataSourceClassName: com.mysql.jdbc.jdbc2.optional.MysqlDataSource url: jdbc:mysql://localhost:3306/app databaseName: serverName: username: root password: cac...
{ "pile_set_name": "Github" }
package org.opentripplanner.routing.services; import org.opentripplanner.model.FeedScopedId; import org.opentripplanner.routing.alertpatch.TransitAlert; import java.util.Collection; public interface TransitAlertService { void setAlerts(Collection<TransitAlert> alerts); Collection<TransitAlert> getAllAlerts...
{ "pile_set_name": "Github" }
{ "settings": { "createApp": { "url": "https://api.imgur.com/oauth2/addclient", "image": "config.png" }, "copyingKey": { "url": "http://imgur.com/account/settings/apps", "image": "keys.png" }, "install": { "href": { "provider": "http://imgur.com/", "docs": "http://api...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/net.mod.recovery.R \name{recovery.net} \alias{recovery.net} \title{Recovery: netsim Module} \usage{ recovery.net(dat, at) } \arguments{ \item{dat}{Master list object containing a \code{networkDynamic} object and other initialization informati...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2009-2014 BIMserver.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
{ "pile_set_name": "Github" }
loadScript("two.js"); one = { name: "one" }; console.log("Two's name is: " + two.name);
{ "pile_set_name": "Github" }
(library (name hhbc) (wrapped false) (preprocess (pps ppx_deriving.std)) ; See T41851208 (libraries annotated_ast ast core_kernel full_fidelity lru mutable_accumulator options_ffi utils_php_escape)) (library (name options_ffi) (modules) (preprocess (pps ppx_deriving.std)) ...
{ "pile_set_name": "Github" }
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not us...
{ "pile_set_name": "Github" }
/* * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2010-2018 Andy Green <andy@warmcat.com> * * 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 F...
{ "pile_set_name": "Github" }
/** * Russian translation for bootstrap-datepicker * Victor Taranenko <darwin@snowdale.com> */ ;(function($){ $.fn.datepicker.dates['ru'] = { days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"], daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вс...
{ "pile_set_name": "Github" }
{ "version":"2.0", "metadata":{ "apiVersion":"2015-07-01", "endpointPrefix":"marketplacecommerceanalytics", "jsonVersion":"1.1", "serviceFullName":"AWS Marketplace Commerce Analytics", "signatureVersion":"v4", "signingName":"marketplacecommerceanalytics", "targetPrefix":"MarketplaceComme...
{ "pile_set_name": "Github" }
#define SHADOW_STRING "shadow2/shadow.h"
{ "pile_set_name": "Github" }
#! /bin/bash set -x set -e if [ -f /usr/local/share/x11/Welcome\ to\ Pynq.ipynb ]; then jupyter nbconvert --to html \ /usr/local/share/x11/Welcome\ to\ Pynq.ipynb rm -f /usr/local/share/x11/Welcome\ to\ Pynq.ipynb fi systemctl enable pynq-x11.service chown -R xilinx:xilinx /home/xilinx/.config/chromium chmod a+x...
{ "pile_set_name": "Github" }