text
stringlengths
2
99.9k
meta
dict
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace PerformanceEfCore.Entities { public partial class VProductAndDescription { [Column("ProductID")] public int ProductId { get; set; } ...
{ "pile_set_name": "Github" }
# Ragel generator # For more information about Ragel: http://www.complang.org/ragel/ export OPTIONS="-C -L -T0" #export OPTIONS="-C -L -G2" # msrp Message parser ragel.exe $OPTIONS -o ./src/parsers/tmsrp_parser_message.c ./ragel/tmsrp_parser_message.rl # msrp URI ragel.exe $OPTIONS -o ./src/parsers/tmsrp_parser_uri.c...
{ "pile_set_name": "Github" }
# invalid-phdr.elf is generated by creating a simple elf file with yaml2obj: # !ELF # FileHeader: # Class: ELFCLASS64 # Data: ELFDATA2LSB # Type: ET_EXEC # Machine: EM_X86_64 # Sections: # - Name: .text # Type: SHT_PROGBITS # Flags: ...
{ "pile_set_name": "Github" }
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2011-2014 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build ppc64le,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_ALG = 0x26 AF_APPLETALK = 0x5 AF_ASH ...
{ "pile_set_name": "Github" }
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2019 Jiang Yin. All rights reserved. // Homepage: http://gameframework.cn/ // Feedback: mailto:jiangyin@gameframework.cn //------------------------------------------------------------ using GameFramework; using System...
{ "pile_set_name": "Github" }
# == set environment variable based on rebootability # # [*reason*] # Why is this machine flagged as this rebootability # class govuk_safe_to_reboot::overnight ( $reason, ) { govuk_envvar { 'SAFE_TO_REBOOT': value => 'overnight', } govuk_envvar { 'SAFE_TO_REBOOT_REASON': value => $reason, } }
{ "pile_set_name": "Github" }
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: mlagents/envs/communicator_objects/unity_input.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.C...
{ "pile_set_name": "Github" }
simulateModel("Buildings.Fluid.Actuators.Valves.Examples.TwoWayValveTable", method="CVode", tolerance=1e-6, stopTime=1.0, resultFile="TwoWayValveTable"); createPlot( id=1, position={35, 30, 407, 281}, x="y.y", y={"valTab.m_flow"}, range={0.0, 1.0, -0.01, 0.06}, autoscale=true, autoerase=true, autoreplot=true, descripti...
{ "pile_set_name": "Github" }
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /posts/{postID} { allow read: if true; allow write: if false; } } }
{ "pile_set_name": "Github" }
/* ______ _ / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2016 Semtech Description: Driver for SX1280 devices...
{ "pile_set_name": "Github" }
.highlight .hll { background-color: #ffffcc } .highlight { background: #f0f3f3; } .highlight .c { color: #0099FF; font-style: italic } /* Comment */ .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */ .highlight .k { color: #006699; font-weight: bold } /* Keyword */ .highlight .o { color: #555555...
{ "pile_set_name": "Github" }
/* * CC3LibTexturedPointSprite.fsh * * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files...
{ "pile_set_name": "Github" }
/*********************************************************************************************************************** * OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without m...
{ "pile_set_name": "Github" }
https://syzygy-tables.info/gaviota/kbbk.gtb.cp4 https://syzygy-tables.info/gaviota/kbkb.gtb.cp4 https://syzygy-tables.info/gaviota/kbkn.gtb.cp4 https://syzygy-tables.info/gaviota/kbkp.gtb.cp4 https://syzygy-tables.info/gaviota/kbnk.gtb.cp4 https://syzygy-tables.info/gaviota/kbpk.gtb.cp4 https://syzygy-tables.info/gavio...
{ "pile_set_name": "Github" }
// Copyright 2012 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. package race_test import ( "fmt" "io/ioutil" "net/http" "os" "path/filepath" "testing" "time" ) func TestNoRaceIOFile(t *testing.T) { x := 0 path, _ ...
{ "pile_set_name": "Github" }
import { expect } from 'chai'; export default ($) => { describe('Flat Form validate()', () => { // $A it('$A email validate() should be true', (done) => { $.$A.$('email').validate().then(({ isValid }) => { expect(isValid).to.be.true; // eslint-disable-line expect($.$A.errors().email).to...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="root.filenam...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <GameCenterFoundation/GKServiceProxy.h> #import <GameCenterFoundation/GKClientProtocol-Protocol.h> #import <GameCenterFoundati...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="HeartLayout"> <attr name="initX" format="dimension" /> <attr name="initY" format="dimension" /> <attr name="xRand" format="dimension" /> <attr name="animLengthRand" format="dimension" /> <attr name="x...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package ioutil implements some I/O utility functions. package ioutil import ( "bytes" "io" "os" "sort" "sync" ) // readAll reads from r until an error...
{ "pile_set_name": "Github" }
<?php namespace Codeception\Command; use Codeception\Lib\Generator\GherkinSnippets as SnippetsGenerator; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Com...
{ "pile_set_name": "Github" }
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
{ "pile_set_name": "Github" }
{ "title": "Carbon Stats - mem usage", "error": false, "span": 4, "editable": true, "type": "graph", "datasource": null, "renderer": "flot", "x-axis": true, "y-axis": true, "y_formats": [ "bytes", "bytes" ], "grid": { "leftMax": null, "rightMax": null, "leftMin": null, "r...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003-2010 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file ex...
{ "pile_set_name": "Github" }
GMP_PORT_DIR := $(call select_from_ports,gmp) REP_INC_DIR += include/gmp INC_DIR += $(GMP_PORT_DIR)/include ifeq ($(filter-out $(SPECS),arm),) REP_INC_DIR += include/spec/32bit/gmp REP_INC_DIR += include/spec/arm/gmp INC_DIR += $(GMP_PORT_DIR)/include/spec/arm endif ifeq ($(filter-out $(SPECS),arm_64),) REP_INC...
{ "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 EllisLab Dev Team * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @copyright Copyright (c) 2014...
{ "pile_set_name": "Github" }
/* * Copyright 2014 - 2020 Blazebit. * * 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" }
/* * Copyright 2014-2017 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.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>JGE++: Class Members - Variables</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ERP5 Form" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_bind_names</string> </key> <value> <object> <kla...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Exception; /** * @author Jérôme Tamarelle <j...
{ "pile_set_name": "Github" }
--- id: version-5.0.0-rc.5-error-handling title: Error-handling sidebar_label: Introduction original_id: error-handling --- Hemera won't catch any thrown error expect you are using async/await. It's up to the developer to handle business specific issues. Ensure that your process is restarted e.g with a process-manager...
{ "pile_set_name": "Github" }
/**************************************************************************** * * ViSP, open source Visual Servoing Platform software. * Copyright (C) 2005 - 2019 by Inria. All rights reserved. * * This software is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2018 Nuxeo (http://nuxeo.com/) and others. * * 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 b...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> <GradleProjectSettings> <option name="distributionType" value="LOCAL" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> <option n...
{ "pile_set_name": "Github" }
/* * Software License Agreement (BSD License) * * Copyright (c) 2011-2014, Willow Garage, Inc. * Copyright (c) 2014-2016, Open Source Robotics Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
{ "pile_set_name": "Github" }
/* xlbfun.c - xlisp basic built-in functions */ /* Copyright (c) 1985, by David Michael Betz All Rights Reserved Permission is granted for unrestricted non-commercial use */ #include "xlisp.h" #include "string.h" /* forward declarations */ FORWARD LOCAL LVAL makesymbol(int iflag); /* xeval - the buil...
{ "pile_set_name": "Github" }
Microsoft Developer Studio Workspace File, Format Version 5.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "HWDetect"=.\HWDetect.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} #######################...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------- // // TSDuck - The MPEG Transport Stream Toolkit // Copyright (c) 2005-2020, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
{ "pile_set_name": "Github" }
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////// /// /// SoundTouch - main class for tempo/pitch/rate adjusting routines. /// /// Notes: /// - Initialize the SoundTouch object instance by setting up the sound stream /// parameters with functions 'setSampleRate' and 'setChannels', then ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 Red Hat, Inc. 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 ...
{ "pile_set_name": "Github" }
!include $ONL_TEMPLATES/no-platform-modules.yml ARCH=powerpc VENDOR=accton BASENAME=powerpc-accton-as5710-54x
{ "pile_set_name": "Github" }
{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json", "workingDir": "./temp/deploy/", "account": "<!-- STORAGE ACCOUNT NAME -->", "container": "sp-fx-alm-webpart", "accessKey": "<!-- ACCESS KEY -->" }
{ "pile_set_name": "Github" }
/** File: PoisonTrait.js Created By: Mario Gonzalez Project : RealtimeMultiplayerNodeJS Abstract: Basic Usage: */ (function () { BubbleDots.namespace("BubbleDots.traits"); BubbleDots.traits.PoisonTrait = function () { BubbleDots.traits.PoisonTrait.superclass.constructor.call(this); };...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o obj-$(CONFIG_SND_SUN4I_I2S) += sun4i-i2s.o obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o obj-$(CONFIG_SND_SUN8I_CODEC_ANALOG) += sun8i-codec-analog.o obj-$(CONFIG_SND_SUN50I_CODEC_ANALOG) += sun50i-codec-analog.o obj-$(CONFIG_SND_SUN8I_C...
{ "pile_set_name": "Github" }
/* Dummy implementation for now. */ .global _UI_siglongjmp_cont .global _UI_longjmp_cont _UI_siglongjmp_cont: _UI_longjmp_cont: ret #ifdef __linux__ /* We do not need executable stack. */ .section .note.GNU-stack,"",%progbits #endif
{ "pile_set_name": "Github" }
// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. { function ifelse_stateful(c,x,y) { return c ? x-1.3 : y-1.2 } ifelse_stateful(0,1,2) }
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s template <class T> struct A { static T cond; template <class U> struct B { static T twice(U value) { return (cond ? value + value : value); } }; }; int foo() { A<bool>::cond = true; return A<bool>::B<int>::twice(4); } namespace PR6376 { templat...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright MapStruct Authors. Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http...
{ "pile_set_name": "Github" }
From 48f853d2deb2ddb283a64376f28d16bc033e634a Mon Sep 17 00:00:00 2001 From: "Nicolas G. Querol" <nicolas.gquerol@gmail.com> Date: Wed, 18 Mar 2020 10:49:28 +0100 Subject: [PATCH] Add `ns-system-appearance-change-functions' hook This implements a new hook, effective only on macOS >= 10.14 (Mojave), that is called when...
{ "pile_set_name": "Github" }
<html> <head> <title>webViewSample</title> <link rel="stylesheet" type="text/css" href="default.css" /> </head> <body> <h1>Xamarin.Forms</h1> <p>This is a local UWP HTML page</p> <img src="XamarinLogo.png" /> </body> </html>
{ "pile_set_name": "Github" }
/*[INCLUDE-IF Sidecar18-SE]*/ /******************************************************************************* * Copyright (c) 2007, 2017 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution...
{ "pile_set_name": "Github" }
<?php /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */ /** * Class ilTermsOfServiceNoSignableDocumentFoundException * @author Michael Jansen <mjansen@databay.de> */ class ilTermsOfServiceNoSignableDocumentFoundException extends \ilTermsOfServiceException { }
{ "pile_set_name": "Github" }
/* * 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, or (at your option) any * later version. See the COPYING file in the top-level directory. */ #ifndef S390X_TARGET_FCNTL_H #defi...
{ "pile_set_name": "Github" }
//===- SVFGBuilder.cpp -- SVFG builder----------------------------------------// // // SVF: Static Value-Flow Analysis // // Copyright (C) <2013-2017> <Yulei Sui> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as ...
{ "pile_set_name": "Github" }
- @title = root = haml(:_header, locals: { file: false }) - if contents && contents.any? %table.condensed-table.zebra-striped#fileListing %thead %tr %th File %th Author %th Last Modified %th Size %tbody - contents.each do |f| %tr %td ...
{ "pile_set_name": "Github" }
var EventEmitter = require('events').EventEmitter, inherits = require('util').inherits; // Get prototypes var AggregationCursor = require('./aggregation_cursor'), CommandCursor = require('./command_cursor'), OrderedBulkOperation = require('./bulk/ordered').OrderedBulkOperation, UnorderedBulkOperation = require...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2011-2013 Michael Vogt <michu@neophob.com> * * This file is part of PixelController. * * PixelController 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 Licen...
{ "pile_set_name": "Github" }
<div> <p> Imposta un trigger in modo tale per cui quando termina la compilazione di altri progetti venga pianificata una nuova compilazione per questo progetto. Ciò, ad esempio, è utile per eseguire dei test estesi dopo il completamento di una compilazione. </p><p> Questa configurazione è comple...
{ "pile_set_name": "Github" }
import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details'; import { install } from '@syncfusion/ej2-angular-base/schematics'; import { OptionsSchema, LibOptionsSchema } from './schema'; import { Rule } from '@angular-devkit/schematics'; export default function (options: OptionsSchema): Rule { con...
{ "pile_set_name": "Github" }
// // ImgurMediaCollectionViewCell.swift // Beam // // Created by Powermobile on 28-04-16. // Copyright © 2016 Powermobile. All rights reserved. // import UIKit import ImgurKit import SDWebImage class ImgurMediaCollectionViewCell: BeamCollectionViewCell { var imgurObject: ImgurObject? { didSet { ...
{ "pile_set_name": "Github" }
== parser-yaml :idprefix: id_ This addon provides *standalone* functionality, and *exports services* for use in other addons. It enables parsing of YAML using the link:http://snakeyaml.org[SnakeYAML] project === Depends on [options="header"] |=== |Addon |Exported |Optional |resources |no |no |simple |yes |no |=== =...
{ "pile_set_name": "Github" }
//===- FunctionSummary.h - Stores summaries of functions. -------*- C++ -*-===// // // 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" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>16B2333a</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
# # All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or # its licensors. # # For complete copyright and license terms please see the LICENSE at the root of this # distribution (the "License"). All use of this software is governed by the License, # or, if provided, by the license below or th...
{ "pile_set_name": "Github" }
using System.Text.Json.Serialization; namespace Essensoft.AspNetCore.Payment.Alipay.Response { /// <summary> /// AlipayFundTransCommonQueryResponse. /// </summary> public class AlipayFundTransCommonQueryResponse : AlipayResponse { /// <summary> /// 预计到账时间,转账到银行卡专用,格式为yyyy-MM-dd HH:...
{ "pile_set_name": "Github" }
import { Nullable } from '../components/Common/utils/tsUtils'; export type TelemetryState = { console_opts: Nullable<{ telemetryNotificationShown?: boolean; disablePreReleaseUpdateNotifications?: boolean; }>; hasura_uuid: string; }; const defaultTelemetryState: TelemetryState = { console_opts: null, ...
{ "pile_set_name": "Github" }
#include <Python.h> #include "bitmask.h" #define PYGAMEAPI_MASK_NUMSLOTS 1 #define PYGAMEAPI_LOCAL_ENTRY "_PYGAME_C_API" typedef struct { PyObject_HEAD bitmask_t *mask; } PyMaskObject; #define PyMask_AsBitmap(x) (((PyMaskObject*)x)->mask) #ifndef PYGAMEAPI_MASK_INTERNAL #define PyMask_Type (*(PyTypeObject*...
{ "pile_set_name": "Github" }
package com.cgfay.caincamera.activity; import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.Fragment; import android.os.Bundle; import com.cgfay.caincamera.R; import com.cgfay.caincamera.fragment.VideoPlayerFragment; public class VideoPlayerActivity extends AppCompatActivity { public s...
{ "pile_set_name": "Github" }
using System; namespace CompanyName.MyMeetings.Modules.Meetings.Application.MeetingGroupProposals.GetMeetingGroupProposal { public class MeetingGroupProposalDto { public Guid Id { get; set; } public string Name { get; set; } public string Description { get; set; } public str...
{ "pile_set_name": "Github" }
# fuel-coroutines The coroutines extension package for [`Fuel`](../README.md). ## Installation You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-coroutines` with `Maven` and `Gradle`. The coroutines package has the following dependencies: * [`Fuel`](../fuel/README.m...
{ "pile_set_name": "Github" }
/******************************************************************************* Copyright (c) 2001-2014, Intel Corporation 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...
{ "pile_set_name": "Github" }
module.exports = require('marko-widgets').defineComponent({ template: require('./template.marko'), init: function() { this.name = 'app-foo'; } });
{ "pile_set_name": "Github" }
<HTML ><HEAD ><TITLE >SDL_JoystickNumAxes</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ "><LINK REL="HOME" TITLE="SDL Library Documentation" HREF="index.html"><LINK REL="UP" TITLE="Joystick" HREF="joystick.html"><LINK REL="PREVIOUS" TITLE="SDL_JoystickIndex" HREF="sdljoystickind...
{ "pile_set_name": "Github" }
<!-- /* Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ Pieces taken from Dojo source to make th...
{ "pile_set_name": "Github" }
package main import ( "context" "strings" "github.com/docker/docker/client" "github.com/docker/docker/integration-cli/checker" "github.com/go-check/check" ) func (s *DockerSuite) TestPluginLogDriver(c *check.C) { testRequires(c, IsAmd64, DaemonIsLinux) pluginName := "cpuguy83/docker-logdriver-test:latest" ...
{ "pile_set_name": "Github" }
/** * Copyright 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * */ 'use st...
{ "pile_set_name": "Github" }
/* * Direct3D11 HW acceleration * * copyright (c) 2009 Laurent Aimar * copyright (c) 2015 Steve Lhomme * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundatio...
{ "pile_set_name": "Github" }
using System; using System.Drawing; using System.Drawing.Printing; using System.Drawing.Text; using Aspose.Words; using Aspose.Words.Rendering; namespace MultipagePrintDocumentExample { internal class MultipagePrintDocument : PrintDocument { /// <summary> /// Initializes a new instance of this...
{ "pile_set_name": "Github" }
{ stdenv, fetchFromGitHub, libjack2, libGL, pkgconfig, xorg, mesa, libsndfile, libsamplerate }: stdenv.mkDerivation rec { pname = "ninjas2"; version = "0.2.0"; src = fetchFromGitHub { owner = "clearly-broken-software"; repo = pname; rev = "v${version}"; sha256 = "1kwp6pmnfar2ip9693gprfbcfscklgri...
{ "pile_set_name": "Github" }
class Jeweler class Generator module GithubMixin def self.extended(generator) generator.github_username = generator.options[:github_username] generator.should_create_remote_repo = generator.options[:create_repo] raise NoGitHubUser unless generator.github_username end...
{ "pile_set_name": "Github" }
using Server.Items; using Server.Mobiles; using System; namespace Server.Engines.Quests { public class ShotAnArrowIntoTheAirQuest : BaseQuest { public ShotAnArrowIntoTheAirQuest() : base() { AddObjective(new SlayObjective(typeof(Sheep), "sheep", 10)); AddRew...
{ "pile_set_name": "Github" }
#include <unicorn/unicorn.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #define UC_BUG_WRITE_SIZE 128 #define UC_BUG_WRITE_ADDR 0x2000 int main() { int size; uc_engine *uc; uc_err err = uc_open (UC_ARCH_X86, UC_MODE_64, &uc); if (err) { fprintf (stderr, "Cannot initialize unic...
{ "pile_set_name": "Github" }
#define DETOURS_ARM64_OFFLINE_LIBRARY #include "disasm.cpp"
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <NewsSubscription/NPManagerAssembly.h> @interface NPManagerAssembly (NewsSubscription) - (void)loadInRegistry:(id)arg1; @end
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * (c) Laurin Brandner * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import "UIImage+GIF.h" #import "SDWebImageGIFCoder.h" #import "NSI...
{ "pile_set_name": "Github" }
#!/bin/sh set -e mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt > "$RESOURCES_TO_COPY" XCASSET_FILES=() case "${TARGETED_DEVICE_FAMILY}" in 1,2) TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" ;; 1) ...
{ "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")...
{ "pile_set_name": "Github" }
/* * fgetproject.c --- get project id * * Copyright (C) 1999 Theodore Ts'o <tytso@mit.edu> * * %Begin-Header% * This file may be redistributed under the terms of the GNU Library * General Public License, version 2. * %End-Header% */ #ifndef _LARGEFILE_SOURCE #define _LARGEFILE_SOURCE #endif #ifndef _LARGEFIL...
{ "pile_set_name": "Github" }
{ "swagger": "2.0", "schemes": [ "https" ], "host": "api.opencagedata.com", "basePath": "/geocode", "info": { "contact": { "name": "OpenCage Data Ltd", "url": "https://geocoder.opencagedata.com/contact" }, "description": "Worldwide forward and reverse geocoding", "termsOfServ...
{ "pile_set_name": "Github" }
# # Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas 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, version 3 of the License. # # Canvas is distributed in the ...
{ "pile_set_name": "Github" }
const assert = require('assert') const Chiccocoin = require('../middleware/chiccocoin') // Get enviroment in the .env require('dotenv').config() describe('Chiccocoin API', () => { describe('/getChain', () => { it('Should return a chain with only the genesis block', () => { const req = {} Chiccocoin....
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="charset" content="ISO-8859-1" /> <meta ...
{ "pile_set_name": "Github" }
obj-y += arm-semi.o obj-$(CONFIG_SOFTMMU) += machine.o obj-$(CONFIG_KVM) += kvm.o obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o obj-y += translate.o op_helper.o helper.o cpu.o obj-y += neo...
{ "pile_set_name": "Github" }
import React from 'react' import PropTypes from 'prop-types' import Link from 'gatsby-link' import sponsors from 'data/sponsors.yaml' import TransText from '../i18n/TransText' const SponsorsBlock = () => ( <div className="Sponsors__Wrapper"> <div className="Sponsors"> <h3 className="Sponsors__H...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 # Copyright(c) 1999 - 2018 Intel Corporation. # # Makefile for the Intel(R) 10GbE PCI Express ethernet driver # obj-$(CONFIG_IXGBE) += ixgbe.o ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \ ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o \ ...
{ "pile_set_name": "Github" }
class ContainerQuota < ApplicationRecord # For this model and children, we want to record full changes history. # # - The ContainerQuota itself doesn't have anything that changes # (except resource_version whose history is not interesting). # So we do standard archiving on deletion here. # # - Scopes ...
{ "pile_set_name": "Github" }