text
stringlengths
2
99k
meta
dict
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Licensed under the Zeebe Community License 1.0. You may not use this file * ...
{ "pile_set_name": "Github" }
README for libpng version 1.6.7 - November 14, 2013 (shared library 16.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. Libpng comes in several distribution formats. Get libpng-*.tar.gz or libpng-*.tar.xz or if you want UNIX-style line endings in the ...
{ "pile_set_name": "Github" }
# Visdial-RL-PyTorch PyTorch implementation of the paper: **[Learning Cooperative Visual Dialog Agents with Deep Reinforcement Learning](https://arxiv.org/abs/1703.06585)** Abhishek Das*, Satwik Kottur*, José Moura, Stefan Lee, and Dhruv Batra <https://arxiv.org/abs/1703.06585> ICCV 2017 (Oral) Visual Dialog...
{ "pile_set_name": "Github" }
{ "transactions": [ { "file": "c.sol", "contract": "C" }, { "to": 0, "value": 1, "stackTrace": [ { "type": "FALLBACK_NOT_PAYABLE_AND_NO_RECEIVE_ERROR", "value": "1", "sourceReference": { "contract": "C", "file": "c...
{ "pile_set_name": "Github" }
@model SetPasswordViewModel @{ ViewData["Title"] = "Set Password"; } <p class="text-info"> You do not have a local username/password for this site. Add a local account so you can log in without an external login. </p> <form asp-controller="Manage" asp-action="SetPassword" asp-route-returnurl="@ViewData["...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2000. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/static_assert for documentation. /* Revision history:...
{ "pile_set_name": "Github" }
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * 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 ver...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0700" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
// Mixins // -------------------------- .fa-icon() { display: inline-block; font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegi...
{ "pile_set_name": "Github" }
/* Sirikata Utilities -- Sirikata Synchronization Utilities * AtomicTypes.hpp * * Copyright (c) 2008, Daniel Reiter Horn * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redi...
{ "pile_set_name": "Github" }
require 'sprockets/sass'
{ "pile_set_name": "Github" }
var expect = require('chai').expect; module.exports = function(obj, name) { return function() { expect(obj[name]).to.exist.to.be.an.instanceOf(Function); }; };
{ "pile_set_name": "Github" }
{}
{ "pile_set_name": "Github" }
--- Title: Verordnung zum Schutz von öffentlichen Telekommunikationsnetzen und Sende- und Empfangsfunkanlagen, die in definierten Frequenzbereichen zu Sicherheitszwecken betrieben werden jurabk: SchuTSEV layout: default origslug: schutsev slug: schutsev --- # Verordnung zum Schutz von öffentlichen Telekommunikati...
{ "pile_set_name": "Github" }
const webpackShared = require('./webpack.shared-config'); require('dotenv-extended').load(); const withCSS = require('@zeit/next-css'); const lagoonRoutes = (process.env.LAGOON_ROUTES && process.env.LAGOON_ROUTES.split(',')) || []; const lagoonApiRoute = lagoonRoutes.find(route => route.includes('api-')); const en...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n"
{ "pile_set_name": "Github" }
# concat-stream Writable stream that concatenates all the data from a stream and calls a callback with the result. Use this when you want to collect all the data from a stream into a single buffer. [![Build Status](https://travis-ci.org/maxogden/concat-stream.svg?branch=master)](https://travis-ci.org/maxogden/concat-...
{ "pile_set_name": "Github" }
package cmd import ( "fmt" "net/url" "github.com/prest/prest/adapters/postgres" "github.com/prest/prest/config" "github.com/spf13/cobra" // pq driver _ "github.com/lib/pq" ) var ( urlConn string path string ) // migrateCmd represents the migrate command var migrateCmd = &cobra.Command{ Use: "migrate...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2019 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_152-release) on Mon Nov 26 00:32:38 CET 2018 --> <title>DialogValidator</title> <meta name="date" content="2018-11-26"> <link rel="stylesheet" ...
{ "pile_set_name": "Github" }
klog ==== klog is a permanent fork of https://github.com/golang/glog. ## Why was klog created? The decision to create klog was one that wasn't made lightly, but it was necessary due to some drawbacks that are present in [glog](https://github.com/golang/glog). Ultimately, the fork was created due to glog not being un...
{ "pile_set_name": "Github" }
#include <iostream> #include <map> using namespace std; int countDynamic(int n, map<int,int>& mm) { if (n < 0) return 0; else if (n == 0) return 1; else if (mm[n] > 0) return mm[n]; mm[n] = countDynamic(n-1, mm) + \ countDynamic(n-2, mm) + \ countDynamic(n-3, mm); return mm[n]; } int main() { map<in...
{ "pile_set_name": "Github" }
/@ Date: 29/11/2019 Author: Claude Roux Description: Generating a long C++ line @/ //Some tamgu in a string string code=@" //Compute 2 time i function calculus(int i) { return 2i; } //Conc added to a string function conc(string s) { s += "_Added"; return s; } //Store random values in a vector of float...
{ "pile_set_name": "Github" }
<?php require_once 'XML/RPC2/Client.php'; require_once 'lib/Portabilis/Report/ReportFactory.php'; class Portabilis_Report_ReportFactoryRemote extends Portabilis_Report_ReportFactory { /** * Define as configurações dos relatórios. * * @param object $config * * @return void */ publ...
{ "pile_set_name": "Github" }
<?php namespace PhpParser\Node\Expr; use PhpParser\Node; use PhpParser\Node\Expr; use PhpParser\Node\FunctionLike; class Closure extends Expr implements FunctionLike { /** @var bool Whether the closure is static */ public $static; /** @var bool Whether to return by reference */ public $byRef; /**...
{ "pile_set_name": "Github" }
spring.application.name=freq-param-flow server.port=7001
{ "pile_set_name": "Github" }
# This python autopsy module create a hashset from a datasource where the hashs have already be computed # # Contact: Mark McKinnon [Mark [dot] McKinnon <at> gmail [dot] com] # # No one is free to copy, modify, publish, use, compile, sell, or # distribute this software, either in source code form or as a compiled # bin...
{ "pile_set_name": "Github" }
const express=require('express'); const common=require('../../libs/common'); const mysql=require('mysql'); var db=mysql.createPool({host: 'localhost', user: 'root', password: 'root', database: 'web'}); module.exports=function (){ var router=express.Router(); router.get('/', (req, res)=>{ res.render('admin/login...
{ "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. // @class NSString, Protocol; @protocol NSObject @property(readonly, copy) NSString *description; @property(readonly) Class superclass; @...
{ "pile_set_name": "Github" }
using System; using CoreGraphics; using Foundation; using HomeKit; using UIKit; namespace HomeKitCatalog { // A `UITableViewCell` subclass that displays the current value of an `HMCharacteristic` and // notifies its delegate of changes. Subclasses of this class will provide additional controls // to display diffe...
{ "pile_set_name": "Github" }
""" @author : Abhishek Reddy @date : 30/01/2019 """ # "[a,e,i,o,u]" are the set of vowels in English language inp = input("String to calculate vowels:") vcount = 0 for i in inp: if i=='a' or i == 'e' or i=='i' or i=='o' or i=='u' or i=='A' or i=='E' or i=='I' or i=='O' or i=='U': vcount += 1 print(vcount)...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2006 Gino van den Bergen / Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007-2010 by The Broad Institute, Inc. and the Massachusetts Institute of Technology. * All Rights Reserved. * * This software is licensed under the terms of the GNU Lesser General Public License (LGPL), Version 2.1 which * is available at http://www.opensource.org/licenses/lgpl-2.1.php. * * T...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2016 - 2018 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
{ "pile_set_name": "Github" }
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.type; import java.sql.CallableStatement; import java.sql.Pre...
{ "pile_set_name": "Github" }
/* * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> * * 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 Foundation; either * version 2.1 of the License, or...
{ "pile_set_name": "Github" }
/* /* $Id: vt240.gc,v 1.1.1.1 1992-04-17 22:29:44 ncargd Exp $ /* /* vt240 /* /* This graphcap is for the VT240 graphics terminal with color monitor. /* USER_PROMPT P [ 0 , 4 6 0 ] T ' < R E A D Y > ' DEVICE_GRAPHIC_INIT ESC P 1 p S ( C 0 ) DEVICE_ERASE S ( E ) DEVICE_TEXT_INIT S ( M 0 ( A D ) 1 ( A B ) 2 ( A R )...
{ "pile_set_name": "Github" }
[remap] importer="texture" type="StreamTexture" path="res://.import/banner.png-495447ee2000b5377e44fe44842d6fba.stex" metadata={ "vram_texture": false } [deps] source_file="res://images/banner.png" dest_files=[ "res://.import/banner.png-495447ee2000b5377e44fe44842d6fba.stex" ] [params] compress/mode=0 compress/los...
{ "pile_set_name": "Github" }
import tests.model_control.test_ozone_custom_models_enabled as testmod testmod.build_model( ['None'] , ['LinearTrend'] , ['Seasonal_MonthOfYear'] , ['MLP'] );
{ "pile_set_name": "Github" }
issuerepo: golang/go
{ "pile_set_name": "Github" }
// 20.3.3.1 / 15.9.4.4 Date.now() var $export = require('./_export'); $export($export.S, 'Date', { now: function () { return new Date().getTime(); } });
{ "pile_set_name": "Github" }
(ns pixie.tests.test-readeval (require pixie.test :as t)) (t/deftest test-read (t/assert= (read-string "0xDEADBEEF") 3735928559) (t/assert= (read-string "0xDeadBeef") 3735928559) (t/assert= (read-string "0xdeadbeef") 3735928559) (t/assert= (read-string "foo") 'foo) (t/assert= (read-string "()") '()) (t/...
{ "pile_set_name": "Github" }
/* Copyright 2015 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Helper functions for woff2 variable length types: 255UInt16 and UIntBase128 */ #ifndef WOFF2_VARIABLE_LENGTH_H_ #define WOFF2_VARIABLE_LENGTH_H_ #i...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Scripts" module="Products.DCWorkflow.Scripts"/> </pickle> <pickle> <dictionary> <item> <key> <string>_mapping</string> </key> <value> <dictionary/> ...
{ "pile_set_name": "Github" }
Title: Slovenia ---- countrycode: SI
{ "pile_set_name": "Github" }
<?php namespace Concrete\Core\Express\Entry; use Concrete\Core\Entity\Express\Entity; use Concrete\Core\Entity\Express\Entry; use Concrete\Core\Entity\Express\Form; interface EntryManagerInterface { /** * Method that create empty entry. * * @return mixed */ public function createEntry(Enti...
{ "pile_set_name": "Github" }
#!/bin/sh # Copyright (c) 2013, StrongLoop, Inc. <callback@strongloop.com> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. # # THE SOFTWARE IS PROVID...
{ "pile_set_name": "Github" }
package ru.inspirit.gpu.image.effects { import ru.inspirit.gpu.image.GPUImageFilter; import ru.inspirit.gpu.image.IGPUImageProcessor; // ported from LightBox sources public class GPUImageRetroEffect extends GPUImageFilter { internal static const FRAGMENT_CODE:String = ...
{ "pile_set_name": "Github" }
# ${pkg.banner} [![npm version](https://img.shields.io/npm/v/${pkg.name}.svg)](https://www.npmjs.com/package/${pkg.name}) ![npm downloads](https://img.shields.io/npm/dm/${pkg.name}.svg) [![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thi...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Midokura SARL * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: a3d516d4aa91e407da5829468042e3fa MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Copyright 2018 The Feed Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed...
{ "pile_set_name": "Github" }
/* This file is part of Chummer5a. * * Chummer5a 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. * * Chummer5a is distrib...
{ "pile_set_name": "Github" }
//******************************************************************************* // // Copyright (C) 2003-2013, International Business Machines // Corporation and others. All Rights Reserved. // // file name: conversion.txt // encoding: US-ASCII // tab size: 8 (not used) // indentation:4 // // crea...
{ "pile_set_name": "Github" }
# PostProcessStage The `vc-stage-process-post` component is used to run a post-process stage on either the texture rendered by the scene or the output of a previous post-process stage. ## Example ### Load a PostProcessStage #### Preview <doc-preview> <template> <div class="viewer"> <vc-viewer @ready="r...
{ "pile_set_name": "Github" }
<html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>403 Forbidden</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3fa028d7d7e44434d88df85e0c5c648f timeCreated: 1458914381 licenseType: Free TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
package org.json.simple; import java.io.IOException; import java.io.Writer; /** * Beans that support customized output of JSON text to a writer shall implement this interface. * @author FangYidong<fangyidong@yahoo.com.cn> */ public interface JSONStreamAware { /** * write JSON string to out. */ ...
{ "pile_set_name": "Github" }
/*! * jQuery UI Button 1.9.0 * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cu...
{ "pile_set_name": "Github" }
{ "linterOptions": { "exclude": [ "node_modules/**" ] } }
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* 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 l...
{ "pile_set_name": "Github" }
<local:SamplePage x:Class="Kino.Toolkit.Wpf.Samples.FormItemSample" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" ...
{ "pile_set_name": "Github" }
[python: **.py]
{ "pile_set_name": "Github" }
package com.jiepier.filemanager.ui.category; import android.content.Context; import android.content.Intent; import android.support.annotation.NonNull; import com.jiepier.filemanager.constant.AppConstant; import com.jiepier.filemanager.event.UpdateMemoryInfoEvent; import com.jiepier.filemanager.manager.CategoryManager...
{ "pile_set_name": "Github" }
#!/bin/sh # echo "Generating build information using autoconf" echo "This may take a while ..." srcdir=`dirname $0` test -z "$srcdir" && srcdir=. cd "$srcdir" # Regenerate configuration files cat acinclude/* >aclocal.m4 found=false for autoconf in autoconf autoconf259 autoconf-2.59 do if which $autoconf >/dev/null 2>...
{ "pile_set_name": "Github" }
################################################################################ # # smartmontools # ################################################################################ SMARTMONTOOLS_VERSION = 6.2 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VER...
{ "pile_set_name": "Github" }
/* * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
{ "pile_set_name": "Github" }
import { moduleForComponent, skip } from 'ember-qunit'; import hbs from 'htmlbars-inline-precompile'; moduleForComponent('left trim', 'helper:left-trim', { integration: true, }); // Replace this with your real tests. skip('it renders', function(assert) { this.set('inputValue', '1234'); this.render(hbs`{{left-t...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014 Aerys Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicens...
{ "pile_set_name": "Github" }
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // // $NoKeywords: $ //============================================================================= // Author: Michael S. Booth (mike@turtlerockstudios.com), 2003 #pragma warning( disable : 4530 ) // STL uses exceptio...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions o...
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: (null) */ #import "TVKit-Structs.h"
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistri...
{ "pile_set_name": "Github" }
run_spec(__dirname, ["flow"]);
{ "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" }
/* * Copyright 2019-present Open Networking Foundation * * 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 appli...
{ "pile_set_name": "Github" }
// Copyright (C) 2018 David Reid. See included LICENSE file. typedef struct { char family[64]; float size; dtk_font_weight weight; dtk_font_slant slant; unsigned int flags; } dred_font_desc; struct dred_font { dtk_font fontDTK; dred_context* pDred; dred_font_desc desc; dred_font_l...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser on iPhone OS 3.0 Image: /System/Library/PrivateFrameworks/SMSCTServer.framework/SMSCTServer */ @class NSMutableDictionary; @interface SMSCTServer : NSObject { NSMutableDictionary *_associationSets; NSMutableDictionary *_associationForRecord; } + (id)sharedServer; - (voi...
{ "pile_set_name": "Github" }
package circuits import ( "math/big" "github.com/consensys/gnark/frontend" "github.com/consensys/gurvy" ) const nbConstraintsRefSmall = 5 type referenceSmallCircuit struct { X frontend.Variable Y frontend.Variable `gnark:",public"` } func (circuit *referenceSmallCircuit) Define(curveID gurvy.ID, cs *frontend....
{ "pile_set_name": "Github" }
package org.springframework.roo.addon.web.mvc.controller.addon.test; import static org.springframework.roo.model.RooJavaType.ROO_JSON_CONTROLLER_INTEGRATION_TEST; import org.apache.commons.lang3.Validate; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Service; import org.os...
{ "pile_set_name": "Github" }
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*-----...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Reflection; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore.Diagnostics; namespace Micr...
{ "pile_set_name": "Github" }
package dns import "strconv" const ( year68 = 1 << 31 // For RFC1982 (Serial Arithmetic) calculations in 32 bits. defaultTtl = 3600 // Default internal TTL. // DefaultMsgSize is the standard default for messages larger than 512 bytes. DefaultMsgSize = 4096 // MinMsgSize is the minimal size of a DNS packe...
{ "pile_set_name": "Github" }
BEGIN:VCALENDAR PRODID:-//citadel.org//NONSGML Citadel calendar//EN VERSION:2.0 BEGIN:VTIMEZONE TZID:/citadel.org/20190914_1/Asia/Tbilisi LAST-MODIFIED:20190914T160252Z X-LIC-LOCATION:Asia/Tbilisi BEGIN:STANDARD TZNAME:+04 TZOFFSETFROM:+0400 TZOFFSETTO:+0400 DTSTART:19700101T000000 END:STANDARD END:VTIMEZONE END:VCALEN...
{ "pile_set_name": "Github" }
using AspectInjector.Broker; using AspectInjector.Core.Models; using AspectInjector.Rules; using FluentIL.Extensions; using FluentIL.Logging; using Mono.Cecil; using System.Collections.Generic; using System.Linq; namespace AspectInjector.Core.Advice.Effects { internal abstract class AdviceEffectBase : Effec...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 1991, 2018 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 and is available at https://w...
{ "pile_set_name": "Github" }
; Test that divisions by constants are implemented as multiplications. ; ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s ; Check signed 32-bit division. define i32 @f1(i32 %a) { ; CHECK-LABEL: f1: ; CHECK: lgfr [[REG:%r[0-5]]], %r2 ; CHECK: msgfi [[REG]], 502748801 ; CHECK-DAG: srlg [[RES1:%r[0-5]]], [[REG]], ...
{ "pile_set_name": "Github" }
package packfile import ( "io" billy "gopkg.in/src-d/go-billy.v4" "gopkg.in/src-d/go-git.v4/plumbing" "gopkg.in/src-d/go-git.v4/plumbing/cache" "gopkg.in/src-d/go-git.v4/plumbing/format/idxfile" ) // FSObject is an object from the packfile on the filesystem. type FSObject struct { hash plumbing.Hash h ...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 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. If a copy of the MPL was not distributed // with this file, You can obtai...
{ "pile_set_name": "Github" }
Loading session @BasicOwner/session.sdf@ Loading @BasicOwner/root.sdf@ ------------------------------------------------------------------------ Layer Stack: session.sdf root.sdf owned.sdf stronger.sdf weaker.sdf ------------------------------------------------------------------------ Results...
{ "pile_set_name": "Github" }
/* Copyright (C) 2016 NooBaa */ 'use strict'; const url = require('url'); const { RPC, RpcSchema } = require('../rpc'); const { get_base_address, get_default_ports } = require('../util/addr_utils'); // registring all api's on the same RpcSchema object // so they share the schema namespace const api_schema = new RpcSc...
{ "pile_set_name": "Github" }
import { connect } from 'react-redux'; import { ApplicationState } from 'src/store'; import { UserPreferences } from 'src/store/preferences/preferences.actions'; import { State } from 'src/store/preferences/preferences.reducer'; import { getUserPreferences, updateUserPreferences } from 'src/store/preferences/prefe...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by STEPHANE BIDAULT (I.G.N/SAF/RECEPTIONS) --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmln...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
{ "pile_set_name": "Github" }
package cn.javastack.springboot.properties; import cn.javastack.springboot.properties.props.TomProperties; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.S...
{ "pile_set_name": "Github" }
/***************************************************************************** * * Author: Xilinx, Inc. * * 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 o...
{ "pile_set_name": "Github" }
// -*- c++ -*- // C++11 30 #pragma once #include <utility> #include "bind.hh" namespace std { class thread { public: class id { int thread_; friend class thread; explicit id(int thread) noexcept : thread_(thread) { } public: id() noexcept : thread_(-1) { } friend boo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>author</key> <string>Domenico Carbotta</string> <key>name</key> <string>IDLE</string> <key>settings</key> <array> <dict> <ke...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages a...
{ "pile_set_name": "Github" }
app.controller("ImageOverlayController", [ "$scope", "$log", "leafletData", "leafletBoundsHelpers", function($scope, $log, leafletData, leafletBoundsHelpers) { var maxBounds = leafletBoundsHelpers.createBoundsFromArray([[-540, -960], [540, 960]]); angular.extend($scope, { defaults: { scrollWh...
{ "pile_set_name": "Github" }