text
stringlengths
2
99.9k
meta
dict
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="pandoc" /> <title>R basics, workspace and working directory, RStudio projects</title> <script src="libs/jquery-1.11.3/jq...
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Barry Rodewald /* * x68kexp.c */ #include "emu.h" #include "x68kexp.h" //************************************************************************** // GLOBAL VARIABLES //************************************************************************** DEFINE_DEVICE_TYPE(X68K_...
{ "pile_set_name": "Github" }
# # Copyright (c) 2020 Oracle and/or its affiliates. # # 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 o...
{ "pile_set_name": "Github" }
package sublist
{ "pile_set_name": "Github" }
#ifndef tntQAVIH #define tntQAVIH #include <math.h> //#include "tntTimer.h" #include "vfw.h" #include "mmsystem.h" // replaced with standard AVIIF_KEYFRAME //rr #define AVIINDEX_ISKEYFRAME 0x10 // ключевой кадр // reverse enginered AVI index v.1 format /*struct AviIndex { DWORD dwChunkType; // chunk type, i.e. '...
{ "pile_set_name": "Github" }
// // detail/operation.hpp // ~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot 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) // #ifndef ASIO_DETAIL_OPERATI...
{ "pile_set_name": "Github" }
import * as ns from "ns"; ns.map;
{ "pile_set_name": "Github" }
<image> <filename>image_110302.jpg</filename> <folder></folder> <size> <width>256</width> <height>256</height> </size> <origSize> <width>800</width> <height>600</height> </origSize> <generated>0</generated> </image> <file> <filename>image_110302.xml</filename> <folder></folder> </file> <object> <objectId>1</objectId> <...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.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 w...
{ "pile_set_name": "Github" }
uniform mat3 iCameraViewMatrix; uniform vec3 iCameraPivotPoint; uniform vec3 iCameraEyePoint; uniform mat3 iModelMatrix; uniform float iCameraFov; float castRay( in vec3 ro, in vec3 rd ) { float maxd = 100.0; // ray marching distance max float s = maxd; float d = 0.0; for( int i = 0; i < 150; i++ ) { ...
{ "pile_set_name": "Github" }
# Eclipse Dirigible™ [![Build Status](https://secure.travis-ci.org/eclipse/dirigible.png)](http://travis-ci.org/eclipse/dirigible) [![Eclipse License](https://img.shields.io/badge/License-EPL%202.0-brightgreen.svg)](https://github.com/eclipse/dirigible/blob/master/LICENSE) [![Download Dirigible](https://img.shields.i...
{ "pile_set_name": "Github" }
// UK lang variables tinyMCE.addI18n('he.codehighlighting',{ codehighlighting_desc : "Code Highlighting", codehighlighting_title : "Code Highlighting", codehighlighting_langaugepicker : "Choose the language", codehighlighting_pagecode : "Paste your code here", codehighlighting_button_desc: "Insert code", codehig...
{ "pile_set_name": "Github" }
Nanopb - Protocol Buffers for Embedded Systems ============================================== [![Build Status](https://travis-ci.org/nanopb/nanopb.svg?branch=master)](https://travis-ci.org/nanopb/nanopb) Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microc...
{ "pile_set_name": "Github" }
.\" $OpenBSD: SSL_renegotiate.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ .\" OpenSSL SSL_key_update.pod 4fbfe86a Feb 16 17:04:40 2017 +0000 .\" .\" This file is a derived work. .\" Some parts are covered by the following Copyright and license: .\" .\" Copyright (c) 2016, 2017 Ingo Schwarze <schwarze@openbsd.org> .\" .\...
{ "pile_set_name": "Github" }
<?php /** * base include file for SimpleTest * @package SimpleTest * @subpackage WebTester * @version $Id: http.php 1797 2008-06-28 16:53:03Z pp11 $ */ /**#@+ * include other SimpleTest class files */ require_once(dirname(__FILE__) . '/socket.php'); require_once(dirname(__FILE__) . '/cookies.php'); r...
{ "pile_set_name": "Github" }
{ "symbol": "ASM", "name": "Assemble Protocol", "type": "ERC20", "address": "0x2565ae0385659badCada1031DB704442E1b69982", "ens_address": "", "decimals": 18, "website": "http://assembleprotocol.io/", "logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" }, "support": { "email": "", "url": "" ...
{ "pile_set_name": "Github" }
#include <metal_stdlib> using namespace metal; namespace colormap { namespace IDL { namespace Stern_Special { float colormap_red(float x) { if (x < (3.27037346938775E+02 + 9.33750000000000E+00) / (1.81250000000000E+01 + 5.18306122448980E+00)) { // 14.0428817217 return 1.81250000000000E+01 * x - 9.33750000...
{ "pile_set_name": "Github" }
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University // Copyright (c) 2011, 2012 Open Networking Foundation // Copyright (c) 2012, 2013 Big Switch Networks, Inc. // This library was generated by the LoxiGen Compiler. // See the file LICENSE.txt which should have been included in the sour...
{ "pile_set_name": "Github" }
/** @file * * Try not to download the same file twice. Improve cache efficiency * and speed up downloads. * * @section license License * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional infor...
{ "pile_set_name": "Github" }
<?php namespace FedEx\OpenShipService\ComplexType; use FedEx\AbstractComplexType; /** * This information describes how and when a pending shipment may be accessed for completion. * * @author Jeremy Dunn <jeremy@jsdunn.info> * @package PHP FedEx API wrapper * @subpackage OpenShip Service * * @property...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * 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....
{ "pile_set_name": "Github" }
/dts-v1/; /include/ "bcm6358.dtsi" / { model = "Broadcom BCM96358VW2 reference board"; compatible = "brcm,bcm96358vw2", "brcm,bcm6358"; gpio-leds { compatible = "gpio-leds"; stop_green { label = "96358VW2:green:stop"; gpios = <&gpio0 4 1>; }; power_green { label = "96358VW2:green:power"; gpio...
{ "pile_set_name": "Github" }
<li class="rows rows--dashboard {{if this.repo.active 'is-active'}}" {{on 'mouseleave' (action this.closeDropup)}} > <div class="dash-head"> <button class="dash-star {{if this.repo.starred 'is-starred'}}" title="{{if this.repo.starred 'un'}}star this repo" onclick={{action "starRepo"}} > <SvgIma...
{ "pile_set_name": "Github" }
{ "blocks": [ { "key": "8jtfa", "text": "Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. ", "type": "unstyled", "depth": 0, "inlineStyle...
{ "pile_set_name": "Github" }
my $var = 1; say <<EOM; "hello $v<caret>ar test"; EOM ---------- $var PsiPerlScalarVariableImpl(Perl5: SCALAR_VARIABLE) at 31 in interpolationHeredoc.pl 1 ---------- Resolved ---------- 1
{ "pile_set_name": "Github" }
"""Pseudo package providing a central place to access all of the OpenMDAO components in the standard library.""" from openmdao.lib.components.external_code import ExternalCode from openmdao.lib.components.metamodel import MetaModel from openmdao.lib.components.multifi_metamodel import MultiFiMetaModel from openmdao.li...
{ "pile_set_name": "Github" }
var m = require('./mmm'); console.log('time after first require ' + m.now); console.log(m.add(3,5)); console.log(m.multiply(4,5)); console.log(m.factorial(4)); setTimeout(function () { m = require('./mmm'); console.log('time after second require ' + m.now); }, 5000);
{ "pile_set_name": "Github" }
#include "general/errors.h" #include "general/cElCommand.h" #ifndef ELISE_windows #ifdef _WIN32 #define ELISE_windows 1 #define ELISE_POSIX 0 #else #define ELISE_windows 0 #define ELISE_POSIX 1 #endif #endif #include "StdAfx.h" #if (ELISE_windows) #include <Windows.h> #elif (ELISE...
{ "pile_set_name": "Github" }
// ----------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ----------------------------------------------------------------------- using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System....
{ "pile_set_name": "Github" }
/** * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals window */ import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor'; window.ClassicEditor = ClassicEditor;
{ "pile_set_name": "Github" }
// Autogenerated by gameplay-luagen #include "Base.h" #include "ScriptController.h" #include "lua_ScriptController.h" #include "Base.h" #include "FileSystem.h" #include "ScriptController.h" namespace gameplay { static ScriptController* getInstance(lua_State* state) { void* userdata = luaL_checkudata(state, 1, "Sc...
{ "pile_set_name": "Github" }
Joining a web development community can be a challenge within itself, especially when all the resources you visit assume you're familiar with other technologies that you're not familiar with. Our goal is to help you avoid that mess and come up to speed as fast as possible; you can consider us your internet friend. ##...
{ "pile_set_name": "Github" }
require('../../modules/core.object.define'); module.exports = require('../../modules/_core').Object.define;
{ "pile_set_name": "Github" }
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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 applicab...
{ "pile_set_name": "Github" }
#define BPF_SOCK_ADDR_STORE(field, off, res, err) \ { \ "wide store to bpf_sock_addr." #field "[" #off "]", \ .insns = { \ BPF_MOV64_IMM(BPF_REG_0, 1), \ BPF_STX_MEM(BPF_DW, BPF_REG_1, BPF_REG_0, \ offsetof(struct bpf_sock_addr, field[off])), \ BPF_EXIT_INSN(), \ }, \ .result = res, \ .prog_type = BPF_PRO...
{ "pile_set_name": "Github" }
To get started, <a href="http://www.clahub.com/agreements/isaacs/abbrev-js">sign the Contributor License Agreement</a>.
{ "pile_set_name": "Github" }
/* epsilon-equal.c: define a error resist compare. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Def: HAVE_CONFIG_H */ #include "types.h" #include "epsilon-equal.h" #include <math.h> /* Numerical errors sometimes make a floating point number just slightly larger or smaller than its TRUE value. When it ma...
{ "pile_set_name": "Github" }
#** * Display grouped results *# <div class="result-document"> <div class="result-title"> <b>$grouping.key</b> </div> <div> Total Matches in Group: $grouping.value.matches </div> <div> ## list of groups #foreach ($group in $grouping.value.groups) <div class="group-value"> #i...
{ "pile_set_name": "Github" }
class Person { age: number; constructor(initialAge: number) { if (initialAge > 0) { this.age = initialAge; } else { console.log("Age is not valid, setting age to 0."); this.age = 0; } } public amIOld() { // Write code determining if this person's age is old and print the correc...
{ "pile_set_name": "Github" }
//===-- LanaiISelDAGToDAG.cpp - A dag to dag inst selector for Lanai ------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
{ "version": "0.2.0", "configurations": [ { "name": "Attach to packager", "program": "${workspaceRoot}/.vscode/launchReactNative.js", "type": "reactnative", "request": "attach", "sourceMaps": true, "outDir": "${workspaceRoot}/.vscod...
{ "pile_set_name": "Github" }
X3DDragSensorNode : X3DPointingDeviceSensorNode { SFBool [in,out] autoOffset TRUE SFVec3f [out] trackPoint_changed } X3DPointingDeviceSensorNode : X3DSensorNode { SFString [in,out] description "" SFBool [out] isOver } X3DTouchSensorNode : X3DPointingDeviceSensorNode { SFTime [out] ...
{ "pile_set_name": "Github" }
add_executable(GPSsmooth GPSsmooth.cxx GPSsmooth.hxx gps_main.cxx ) add_executable(MIDGsmooth MIDG-II.cxx MIDG-II.hxx MIDG_main.cxx ) add_executable(UGsmooth UGear.cxx UGear.hxx UGear_command.cxx UGear_command.hxx UGear_telnet.cxx UGear_telnet.hxx UGear_main.cxx ) target_link_librari...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014-2015 OpenKeeper * * OpenKeeper 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, or * (at your option) any later version. * * OpenKeeper is distri...
{ "pile_set_name": "Github" }
============= API/Reference ============= .. toctree:: ms_scikit
{ "pile_set_name": "Github" }
// Copyright 2009,2010 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. // Darwin system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates s...
{ "pile_set_name": "Github" }
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Authlete, 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" }
.jmv-variable-list-item { display: flex; flex-direction: row; align-items: center; min-width: 100px; height: 25px; } .jmv-variable-list-item > .icon { width: 16px; height: 16px; margin: 0 5px; background-position: center; background-repeat: no-repeat; background-size: 100%;...
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. from __future__ import absolute_import, division, print_function, unicode_literals import sys import unittest from ..load import load_all_ma...
{ "pile_set_name": "Github" }
btgym\.research package ======================= btgym\.research\.gps subpackage -------------------------------- .. toctree:: :maxdepth: 2 btgym.research.gps btgym\.research\.casual_conv subpackage --------------------------------------- .. toctree:: :maxdepth: 2 btgym.research.casual_conv bt...
{ "pile_set_name": "Github" }
package service import static org.junit.Assert.* import org.junit.Before import org.junit.Test class GameServiceIntegrationTests { @Test void testGameService() { String response = "http://localhost:8080/groovybaseball/GamesService.groovy?month=10&day=28&year=2007".toURL().text def games = new XmlSlurper().p...
{ "pile_set_name": "Github" }
.rl-cmd { position: absolute; bottom: 0; left: 0; right: 0; top: auto; height: 0; z-index: 10000; background: rgba(0, 0, 0, .85); border-top: 1px solid #000; overflow: hidden; font-family: monospace; .transition(height 0.1s ease-out); &.opened { height: 250px; } .rl-cmd-clr-error { color: #CD31...
{ "pile_set_name": "Github" }
#!/bin/sh echo 'export LANGUAGE=en_US.UTF-8' >> .bashrc echo 'export LANG=en_US.UTF-8' >> .bashrc echo 'export LANG=en_US.UTF-8' >> .bashrc echo 'export LC_ALL=C' >> .bashrc # install OS packages sudo apt update sudo apt -y upgrade sudo apt install -y python3-pip sudo apt install -y git sudo apt install -y screen # f...
{ "pile_set_name": "Github" }
const _ = require('lodash') const cp = require('bluebird').promisifyAll(require('child_process')) const { expect } = require('chai') const assertPsOutput = (strs) => { if (!_.isArray(strs)) { strs = [strs] } return () => { return cp.execAsync('ps -fww') .call('toString') .then((psOutput) => { ...
{ "pile_set_name": "Github" }
// // AGColorEditorView.swift // AGPosterSnap // // Created by Michael Liptuga on 17.07.17. // Copyright © 2017 Agilie. All rights reserved. // import UIKit protocol AGColorEditorViewDelegate : class { func updateColor (view : AGColorEditorView, colorEditorItem : AGColorEditorItem) func colorEditorDidClo...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/snowball/Snowball_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/snowball/model/EventTriggerDefin...
{ "pile_set_name": "Github" }
/* startup.c LPC824 Copyright (c) 2016, olikraus@gmail.com 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, thi...
{ "pile_set_name": "Github" }
# Basic sanity check for `--help` and `--version` options. # # RUN: %{lit} --help | FileCheck %s --check-prefix=HELP # RUN: %{lit} --version 2>&1 | FileCheck %s --check-prefix=VERSION # # HELP: usage: lit [-h] # VERSION: lit {{[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9]*}}
{ "pile_set_name": "Github" }
package com.android.reverse.apimonitor; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.HashMap; import java.util.Set; import android.content.ContentProviderOperation; import android.content.ContentValues; import android.database.ContentObserver; import android.net.Uri; import android.te...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <model> <name>Beer</name> <version>1.0</version> <sdf version="1.4">model-1_4.sdf</sdf> <sdf version="1.5">model.sdf</sdf> <author> <name>Maurice Fallon</name> </author> <description> Beer </description> </model>
{ "pile_set_name": "Github" }
exports.handler = async event => { console.log(event); return 'Hello, world!'; };
{ "pile_set_name": "Github" }
package pvtz //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distribu...
{ "pile_set_name": "Github" }
Commands ======== .. toctree:: :maxdepth: 1 commands/goesrecv commands/goeslrit commands/goesproc
{ "pile_set_name": "Github" }
package buffer // Writer implements an io.Writer over a byte slice. type Writer struct { buf []byte } // NewWriter returns a new Writer for a given byte slice. func NewWriter(buf []byte) *Writer { return &Writer{ buf: buf, } } // Write writes bytes from the given byte slice and returns the number of bytes writt...
{ "pile_set_name": "Github" }
/** * Copyright 2013 Yahoo! Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may * obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, sof...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [], "source": [ "from keras.preprocessing import sequence\n", "from keras.models import Sequential\n", "from keras.datasets import boston_housing\n", "from keras.layers import Dense, Dropout\n", "...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e308021447a98f34598bbe6582531d40 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
tr: refinery: plugins: <%= plural_name %>: title: <%= plural_name.titleize %> <%= namespacing.underscore %>: admin: <%= plural_name %>: actions: create_new: Yeni Ekle <%= singular_name.titleize %> reorder: Tekrar sirala <%= singular_name.titleize.p...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
@using System.Net.Http @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components.Authorization @using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.JSInterop @using Element.ServerRender @using Elem...
{ "pile_set_name": "Github" }
/* * Copyright 2018-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
{ "supplemental": { "version": { "_number": "$Revision: 11914 $", "_unicodeVersion": "10.0.0", "_cldrVersion": "32.0.1" }, "gender": { "personList": { "ar": "maleTaints", "ca": "maleTaints", "cs": "maleTaints", "es": "maleTaints", "fr": "male...
{ "pile_set_name": "Github" }
--- title: El argumento '<argumentname>' no puede ser una matriz multidimensional ms.date: 07/20/2015 f1_keywords: - vbrArgument_RankEQOne1 ms.assetid: 3b44521a-44e3-4cbe-9a99-1e0ac6ccf537 ms.openlocfilehash: 9946c505609f7fb8091fb5cffdd4aee21d336ea6 ms.sourcegitcommit: bf5c5850654187705bc94cc40ebfb62fe346ab02 ms.transl...
{ "pile_set_name": "Github" }
r""" Homology of modular abelian varieties Sage can compute with homology groups associated to modular abelian varieties with coefficients in any commutative ring. Supported operations include computing matrices and characteristic polynomials of Hecke operators, rank, and rational decomposition as a direct sum of fact...
{ "pile_set_name": "Github" }
{ "forge_marker": 1, "defaults": { "model": "fence_post", "uvlock": true, "textures": { "texture": "bewitchment:blocks/scorned_bricks" } }, "variants": { "normal": [ { "model": "fence_inventory" } ], "north": { "true": { "submodel": "fence_side...
{ "pile_set_name": "Github" }
module github.com/caicloud/cyclone go 1.13 require ( github.com/PaesslerAG/jsonpath v0.0.0-20181129101437-13fe51c7d940 github.com/caicloud/nirvana v0.2.4 github.com/cbroglie/mustache v1.0.1 github.com/evanphx/json-patch v4.5.0+incompatible // indirect github.com/gogo/protobuf v1.3.1 // indirect github.com/golan...
{ "pile_set_name": "Github" }
/* * PROJECT: ReactOS dbghelp extension * LICENSE: GPLv2+ - See COPYING in the top level directory * PURPOSE: Parse rsym information for use with dbghelp * PROGRAMMER: Mark Jansen */ #include "dbghelp_private.h" #include <reactos/rossym.h> WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_rsym); ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="testgamecontroller" ProjectGUID="{55812185-D13C-4022-9C81-32E0F4A08305}" RootNamespace="testgamecontroller" TargetFrameworkVersion="131072" > <Platforms> <Platform Name="Win32" /> ...
{ "pile_set_name": "Github" }
import schema namespace simple="http://zorba-xquery.com/test/vsimple.xsd" at "vsimple.xsd"; validate strict { <simple:dd><simple:duration>sorry, no duration here</simple:duration></simple:dd> }
{ "pile_set_name": "Github" }
var merge = require('webpack-merge') var prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: '"development"' })
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/sec_2.R \name{edgar_sic_filers} \alias{edgar_sic_filers} \title{SIC Cod Companies} \usage{ edgar_sic_filers( sic_codes = NULL, merge_names = TRUE, return_message = TRUE, nest_data = FALSE ) } \arguments{ \item{nest_data}{} } \value{ ...
{ "pile_set_name": "Github" }
namespace ClassLib107 { public class Class099 { public static string Property => "ClassLib107"; } }
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////// // // Copyright (c) 2009-2015 Denim Group, Ltd. // // The contents of this file are subject to the Mozilla Public License // Version 2.0 (the "License"); you may not use this file except in // compliance with the License. You may o...
{ "pile_set_name": "Github" }
/* * fs/f2fs/recovery.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #includ...
{ "pile_set_name": "Github" }
[package] name = "analyzer-dispatcher" version = "1.0.0" authors = ["Insanitybit <insanitybit@gmail.com>"] edition = "2018" [dependencies] graph-descriptions = {package="grapl-graph-descriptions", path="../graph-descriptions", version="*"} grapl-config = {path="../grapl-config", version="*"} aws_lambda_events = "0.2....
{ "pile_set_name": "Github" }
{ "$jason": { "head": { "title": "Barcode Testing with inline update", "actions": { "$vision.ready": { "trigger": "qr" }, "$load": { "type": "$set", "options": { "content": "Scanning..." }, "success": { "...
{ "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" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>API: imageloader YAHOO.util.ImageLoader.bgImgObj (YUI Library)</title> <link ...
{ "pile_set_name": "Github" }
#where to log logpath=/var/log/mongo/mongod-config.log logappend=true # fork and run in background fork = true port = {{ mongoc_port }} dbpath={{ mongodb_datadir_prefix }}configdb keyFile={{ mongodb_datadir_prefix }}secret # location of pidfile pidfilepath = /var/run/mongo/mongoc.pid configsvr=true
{ "pile_set_name": "Github" }
// // BRGenericHedera.c // Core // // Created by Ed Gamble on 6/19/19. // Copyright © 2019 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of contributors. #include "BRGenericHedera.h" #includ...
{ "pile_set_name": "Github" }
float f = 65.9; int i = int(f); // Assign 65 to i char c = 'E'; i = int(c); // Assign 69 to i
{ "pile_set_name": "Github" }
#include <termios.h> #include <sys/ioctl.h> pid_t tcgetsid(int fd) { int sid; if (ioctl(fd, TIOCGSID, &sid) < 0) return -1; return sid; }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s16le.wav 1058444 tests/data/fate/acodec-pcm-s16le.wav 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s16le.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400
{ "pile_set_name": "Github" }
open import Agda.Builtin.Equality postulate X : Set rigid0 : ((@0 x : X) → X) → X mutual H : ((@ω x : X) → X) → X H f = rigid0 _ testω : (f : (@0 x : X) → X) → H (\ (@ω x) → f x) ≡ rigid0 (\ (@0 x) → f x) testω f = refl
{ "pile_set_name": "Github" }
# Copyright (c) Lawrence Livermore National Security, LLC and other VisIt # Project developers. See the top-level LICENSE file for dates and other # details. No copyright assignment is required to contribute to VisIt. #**************************************************************************** # Modifications: # ...
{ "pile_set_name": "Github" }
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; import { RouterModule } from '@angular/router'; import { <%= angularXAppName %>SharedModule } from '../../../shared/shared.module'; import {FormsModule} from '@angular/forms'; import {InputSwitchModule} from 'primeng/inputswitch'; import {ButtonModule} ...
{ "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 ...
{ "pile_set_name": "Github" }