text
stringlengths
2
99k
meta
dict
/******************************************************************************* * 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...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // width.hpp // // Copyright 2008 Eric Niebler. 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 BOOST_XPRESSIVE_DETAIL_UTIL...
{ "pile_set_name": "Github" }
(module Diode_DO-35_P10mm (layer F.Cu) (tedit 5A466F52) (fp_text reference REF** (at 6 -3.6) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Diode_DO-35_P10mm (at 6 3.6) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 4.2 0) (end 4.2 0.6) (lay...
{ "pile_set_name": "Github" }
var http = require('http'); var ecstatic = require('ecstatic')(__dirname); var fs = require('fs'); var server = http.createServer(function (req, res) { ecstatic(req, res); }); console.log('Listening on :8088'); server.listen(8088);
{ "pile_set_name": "Github" }
//===- ReductionNode.cpp - Reduction Node Implementation -----------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------...
{ "pile_set_name": "Github" }
#include "IGraphics.h" #define DEFAULT_FPS 25 // If not dirty for this many timer ticks, we call OnGUIIDle. // Only looked at if USE_IDLE_CALLS is defined. #define IDLE_TICKS 20 #ifndef CONTROL_BOUNDS_COLOR #define CONTROL_BOUNDS_COLOR COLOR_GREEN #endif class BitmapStorage { public: struct BitmapKey { i...
{ "pile_set_name": "Github" }
// // UITextView+RACSignalSupport.m // ReactiveObjC // // Created by Cody Krieger on 5/18/12. // Copyright (c) 2012 Cody Krieger. All rights reserved. // #import "UITextView+RACSignalSupport.h" #import <ReactiveObjC/RACEXTScope.h> #import "NSObject+RACDeallocating.h" #import "NSObject+RACDescription.h" #import "RA...
{ "pile_set_name": "Github" }
######################################################### # Locate ImageMagick configuration program # ImageMagick has the config program: # bin/Wand-config # bin/MagickWand-config # # Sets # IM_WAND_BINARY # IM_IMAGEMAGICK_PREFIX # IM_IMAGEMAGICK_VERSION # IM_IMAGEMAGICK_VERSION_MASK # IM_USE_PKG_CONFIG # # Usage...
{ "pile_set_name": "Github" }
# raw-body [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-version-image]][node-version-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] Gets the entire buffer of a stream either as a `Buffer` or a stri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes ass...
{ "pile_set_name": "Github" }
/* ** $Id: lgc.h,v 2.91 2015/12/21 13:02:14 roberto Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ #ifndef lgc_h #define lgc_h #include "lobject.h" #include "lstate.h" /* ** Collectable objects may have one of three colors: white, which ** means the object is not marked; gray, which means the ** obj...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy:v1.8.3-beta.0
{ "pile_set_name": "Github" }
# -*- coding: binary -*- module Rex module Proto module Mms class Exception < ::RuntimeError end end end end
{ "pile_set_name": "Github" }
This code is still less than perfect and undoubtedly has bugs. As of this release, the following are considered known bugs. For a detailed list, see https://github.com/xelerance/Openswan/issues * OpenSWAN v2.6.51 and strongSwan have a compatibility issue when pfs=yes. Please see COMPATABILITY_ISSUES file for detai...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "background13.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
@extends('dashboard.base') @section('content') <div class="container-fluid"> <div class="animated fadeIn"> <div class="row"> <div class="col-sm-6 col-md-5 col-lg-4 col-xl-3"> <div class="card"> <div class="card-header"> ...
{ "pile_set_name": "Github" }
let xp = 0; let health = 100; let gold = 50; let currentWeapon = 0; let fighting; let monsterHealth; let inventory = ["stick"]; const button1 = document.querySelector("#button1"); const button2 = document.querySelector("#button2"); const button3 = document.querySelector("#button3"); const text = document.querySelector...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = [ "non_zero.go", "topologies.go", "util.go", ], tags = ["automanaged"], deps = [ ...
{ "pile_set_name": "Github" }
/** * @file tests/config/language_tests.cpp * @brief Tests for the @c address module. * @copyright (c) 2017 Avast Software, licensed under the MIT license */ #include <gtest/gtest.h> #include "retdec/config/language.h" using namespace ::testing; namespace retdec { namespace config { namespace tests { // //====...
{ "pile_set_name": "Github" }
EGL_VERSION_1_2 https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf EGL_UNKNOWN ((EGLint)-1) EGL_OPENGL_ES_BIT 0x0001 EGL_OPENVG_BIT 0x0002 EGL_LUMINANCE_SIZE 0x303D EGL_ALPHA_MASK_SIZE 0x303E EGL_COLOR_BUFFER_TYPE 0x303F EGL_RENDERABLE_TYPE 0x3040 EGL_SINGLE_BUFFER 0x3085 EGL_RENDER_BUFFER 0x3086 EG...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:23.826026", "description": "Shell script for converting videos to gifs", "fork": false, "full_name": "montanaflynn/vidtogif", "language": "Shell", "updated_at": "2015-02-27T23:42:35.482432" }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>CSS Position Test: Test position:sticky element with large top in an overflow container</title> <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com"> <link rel="author" title="Mozilla" href="http://www.mozilla.org/"> <link rel="help" href="...
{ "pile_set_name": "Github" }
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System.Collections.Generic; using Sce.Atf.Dom; namespace FsmEditorSample { /// <summary> /// Adapts DomNode to a FSM prototype, which contains states and transitions /// that can be instanced (cloned) in an FSM d...
{ "pile_set_name": "Github" }
-------------------------------------------------- Name -------------------------------------------------- Thai Curry Chicken and Rice -------------------------------------------------- Ingredients -------------------------------------------------- 1 tablespoon canola oil 2 tablespoons green curry paste 1 pound boneles...
{ "pile_set_name": "Github" }
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Media.Audio { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class AudioPlaybackConnection : gl...
{ "pile_set_name": "Github" }
/* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation version 3 as...
{ "pile_set_name": "Github" }
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
{ "pile_set_name": "Github" }
/* * This file is part of libFirm. * Copyright (C) 2012 University of Karlsruhe. */ /** * @file * @brief This file implements the x87 support and virtual to stack * register translation for the ia32 backend. * @author Michael Beck */ #include "x86_x87.h" #include "array.h" #include "be...
{ "pile_set_name": "Github" }
using Microsoft.AspNetCore.Components.Builder; using Microsoft.Extensions.DependencyInjection; namespace SampleApp { public class Startup { public void ConfigureServices(IServiceCollection services) { } public void Configure(IComponentsApplicationBuilder app) { ...
{ "pile_set_name": "Github" }
def foo() -> notOK: pass def : meta.function.python, source.python, storage.type.function.python : meta.function.python, source.python foo : entity.name.function.python, meta.function.python, source.python ( : meta.function.parameters.python, meta.function.python...
{ "pile_set_name": "Github" }
@using Coevery.Utility.Extensions @model Coevery.Entities.ViewModels.FieldDependencyViewModel <div id="page-title"> <h1 id="main-heading" class="pull-left" style="background-image: none;">Field Dependency <span>Define dependencies between fields</span></h1> </div> <section id="main-content"> <div id="page-acti...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - coverage.lcov - src/mqtt_client_mqtt_received_message.dart</title> <link rel="stylesheet" type="text/css" href="../gcov.css"> </head> <body> ...
{ "pile_set_name": "Github" }
// Module: Log4CPLUS // File: patternlayout.cxx // Created: 6/2001 // Author: Tad E. Smith // // // Copyright 2001-2010 Tad E. Smith // // 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 /...
{ "pile_set_name": "Github" }
/* * Copyright 2012-15 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="es" or...
{ "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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
@import url("base_rtl-compat.css"); @import url("IconMenu_rtl-compat.css"); @import url("SpinWheel_rtl-compat.css"); @import url("TabBar_rtl-compat.css");
{ "pile_set_name": "Github" }
#import "Expecta.h" EXPMatcherInterface(raiseWithReason, (NSString *expectedExceptionName, NSString *expectedReason));
{ "pile_set_name": "Github" }
{ "requests": { "limits" : [ 0.1, 0.5, 1.0, 3.0, 5.0, 10.0, 30.0], "thresholds": { "default" : [ 100.0, 100.0, 100.0, 5.0, 1.0, 0.5, 0.0], "GET{event}" : [ 100.0, 100.0, 100.0, 75.0, 50.0, 25.0, 5.0], ...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.wallet_core.ui; import android.content.DialogInterface; import android.content.DialogInterface.OnCancelListener; final class k$b implements DialogInterface.OnCancelListener { private DialogInterface.OnCancelListener iun = null; private k$b(DialogInterface.OnCancelListener paramO...
{ "pile_set_name": "Github" }
# /usr/sbin/hpacucli controller slot=0 logicaldrive all show FIRMWARE UPGRADE REQUIRED: A firmware update is recommended for this controller to prevent rare potential data write errors on a RAID 1 or RAID 1+0 volume in a scenario of concu...
{ "pile_set_name": "Github" }
<?php return array ( 'AFN' => 'Afganistani afgaani', 'AFA' => 'Afganistani afgaani (1927–2002)', 'ALL' => 'Albaania lekk', 'ALK' => 'Albaania lekk (1946–1965)', 'DZD' => 'Alžeeria dinaar', 'ADP' => 'Andorra peseeta', 'AOA' => 'Angola kvanza', 'AOK' => 'Angola kvanza (1977–1990)', 'AON' => 'Angola kvan...
{ "pile_set_name": "Github" }
/* * Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io> * This file is part of Pydio. * * Pydio is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, o...
{ "pile_set_name": "Github" }
# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2016-2018 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
{ "pile_set_name": "Github" }
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is Mozilla Universal charset detector code. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 2001 # the Initial Developer. All R...
{ "pile_set_name": "Github" }
const {ipcRenderer} = require('electron') const dragFileLink = document.getElementById('drag-file-link') dragFileLink.addEventListener('dragstart', (event) => { event.preventDefault() ipcRenderer.send('ondragstart', __filename) })
{ "pile_set_name": "Github" }
/* tests/test_class.cpp -- test py::class_ definitions and basic functionality Copyright (c) 2019 Roland Dreier <roland.dreier@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #include "pybind11_tests.h" TEST_SUBMODU...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Плагин Графики Про - Документация Rapid SCADA</title> <meta charset="utf-8" /> <link href="../../../../css/scadadoc.min.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../../../lib/jquery/jquery.min.js"></script> <script type="tex...
{ "pile_set_name": "Github" }
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
{ "pile_set_name": "Github" }
<?php /* Copyright (C) 2007-2017 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) ---Put here your own copyright and developer email--- * * 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 Softwar...
{ "pile_set_name": "Github" }
// // GTMWindowSheetControllerTest.m // // Copyright 2009 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...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
{ "pile_set_name": "Github" }
package elasticsearch const mapping = `{ "settings": { "number_of_shards": 1, "number_of_replicas": 0 }, "mappings": { "samples": { "properties": { "file": { "properties": { "md5": { "type": "keyword" }, "mime": { ...
{ "pile_set_name": "Github" }
#!/bin/sh # Copyright (C) 2006-2016 OpenWrt.org export HOTPLUG_TYPE="$1" . /lib/functions.sh PATH="%PATH%" LOGNAME=root USER=root export PATH LOGNAME USER export DEVICENAME="${DEVPATH##*/}" [ \! -z "$1" -a -d /etc/hotplug.d/$1 ] && { for script in $(ls /etc/hotplug.d/$1/* 2>&-); do ( [ -f $script ] && . $script ...
{ "pile_set_name": "Github" }
Days input.cs /^ enum Days {Sat=1, Sun, Mon, Tue, Wed, Thu, Fri};$/;" g class:EnumTest EnumTest input.cs /^public class EnumTest $/;" c Fri input.cs /^ enum Days {Sat=1, Sun, Mon, Tue, Wed, Thu, Fri};$/;" e enum:EnumTest.Days file: Main input.cs /^ public static void Main() $/;" m class:EnumTest Max input.cs /^ ...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: ValueOperations.h (value) // Authors: Kern Handa // //////////////////////////////////////////////////////////////////////////////////////////////////// ...
{ "pile_set_name": "Github" }
package com.yuqiyu.chapter33; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.support.SpringBootServletInitializer; public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(SpringApplicationBu...
{ "pile_set_name": "Github" }
/* * Copyright 2005 JBoss 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 i...
{ "pile_set_name": "Github" }
<?php /* * This file is part of rg\broker. * * (c) ResearchGate GmbH <bastian.hofmann@researchgate.net> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require __DIR__ . '/config.php'; require __DIR__ . '/autoload.php'; $cli = new \Symfo...
{ "pile_set_name": "Github" }
# P2P protocol tests for various messages # Copyright (c) 2014-2015, Jouni Malinen <j@w1.fi> # # This software may be distributed under the terms of the BSD license. # See README for more details. from remotehost import remote_compatible import binascii import struct import time import logging logger = logging.getLogg...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using XCode.DataAccessLayer; using XCode.Membership; using Xunit; namespace XUnitTest.XCode.Model { public class FieldLikeTests { private IDatabase _dbUser; private IDatabase _dbLog; public FieldLikeTests() { ...
{ "pile_set_name": "Github" }
{ "name": "Radar Labs, Inc.", "displayName": "Radar Labs", "properties": [ "radar.io" ] }
{ "pile_set_name": "Github" }
/* Copyright 1991, 1993, 1994, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appe...
{ "pile_set_name": "Github" }
form=词 tags= 霞影入瑶觞, 酒与馀霞同色。 人共昌朝方永, 过觥筹三百。 一枝红皱石榴裙, 帘卷篆烟碧。 约我他年湖上, 看九华终日。
{ "pile_set_name": "Github" }
# Verified from https://ftp.isc.org/isc/dhcp/4.4.2/dhcp-4.4.2.tar.gz.sha256.asc sha256 1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521 dhcp-4.4.2.tar.gz # Locally calculated sha256 89e7b0661134cc118bdcdeb87ff0493d544bc5723c9ca6616fa05f03539738af LICENSE
{ "pile_set_name": "Github" }
// Source : https://oj.leetcode.com/problems/combinations/ // Author : Hao Chen // Date : 2014-07-03 /********************************************************************************** * * Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. * * For example, * If n = 4 and k =...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2003 Hartmut Kaiser Copyright (c) 2001-2003 Daniel Nuffer http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying fil...
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require_relative 'fixtures/classes' require_relative 'shared/iteration' require_relative '../enumerable/shared/enumeratorized' describe "Hash#each_key" do it "calls block once for each key, passing key" do r = {} h = { 1 => -1, 2 => -2, 3 => -3, 4 => -4 } h.each_key {...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 83c5d2001771f15429a88d67e81366d6 timeCreated: 1517876157 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package org.robolectric.shadows; import android.widget.SpellChecker; import org.robolectric.annotation.Implements; @Implements(value = SpellChecker.class, callThroughByDefault = false, isInAndroidSdk = false) public class ShadowSpellChecker { }
{ "pile_set_name": "Github" }
/* Copyright (c) 2015, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaime...
{ "pile_set_name": "Github" }
define(["spa/App"], function(App){ var app = new App(); app.addRegions({ "mainRegion": "#application" }); app.addInitializer(function(){ this.init(); }); app.start(); return app; });
{ "pile_set_name": "Github" }
# $Id$ # Authority: dag Summary: tool to replay captured network traffic Name: tcpreplay Version: 1.3.3 Release: 0%{?dist} License: BSD Group: Applications/Internet URL: http://tcpreplay.sourceforge.net/ Source: http://dl.sf.net/tcpreplay/tcpreplay-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release...
{ "pile_set_name": "Github" }
{ "name": "Books", "short_name": "Books", "description": "Find books from Google Play Books", "icons": [ { "src": "icons/icon-48x48.png", "sizes": "48x48", "type": "image/png" }, { "src": "icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" }, { "src": "icons/icon-96x96.png",...
{ "pile_set_name": "Github" }
// --------------------------------------------------------------------- // // Copyright (C) 2010 - 2018 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
{ "pile_set_name": "Github" }
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #ifndef BASE_TL_BASE_H #define BASE_TL_BASE_H #include <base/system.h> inline void tl_assert(bool statement) { dbg_assert(sta...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Metal.framewor...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * r8a77995 Clock Pulse Generator / Module Standby and Software Reset * * Copyright (C) 2017 Glider bvba * * Based on r8a7795-cpg-mssr.c * * Copyright (C) 2015 Glider bvba * Copyright (C) 2015 Renesas Electronics Corp. */ #include <common.h> #include <clk-uclass.h> #inclu...
{ "pile_set_name": "Github" }
--- title: "Conversion operators cannot convert from an interface type" ms.date: 07/20/2015 f1_keywords: - "vbc33029" - "bc33029" helpviewer_keywords: - "BC33029" ms.assetid: 0d0ee461-dd48-424b-b83a-484bfc648d4d --- # Conversion operators cannot convert from an interface type A conversion operator is declared ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2011 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/lice...
{ "pile_set_name": "Github" }
// // PDDomainController.m // PonyDebugger // // Created by Mike Lewis on 2/27/12. // // Licensed to Square, Inc. under one or more contributor license agreements. // See the LICENSE file distributed with this work for the terms under // which Square, Inc. licenses this file to you. // #import "PDDomainControlle...
{ "pile_set_name": "Github" }
cmake .. \ -DCMAKE_C_COMPILER="mpicc" \ -DCMAKE_CXX_COMPILER="mpicxx" \ -DSIM_MPI="mpich3.1.2" \ -DENABLE_ZOLTAN=ON
{ "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>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> ...
{ "pile_set_name": "Github" }
package com.wangpos.datastructure.algorithm /** * 动态规划首先确定子问题,也就是决策问题 */ fun main(arg: Array<String>) { // 第一条线装配站 var station1 = arrayOf(1, 10, 6, 3, 7, 2) // 第二条线装配站 var station2 = arrayOf(4, 6, 2, 2, 5, 1) var time = Array(6) { IntArray(2) } dynamic(station1, station2, time) } fun dy...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This file is part of VivoMind Prolog Unicode Resources % % VivoMind Prolog Unicode Resources is free software distributed using the % Creative Commons CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication % license % %%%%%%%%%...
{ "pile_set_name": "Github" }
Ducal Guard, Oriente Hussars, Orloff Grenadiers, and Steel Guard Assault Mechs B Longbow LGB-12C,1 BattleMaster BLR-1Gb,2 Albatross ALB-3Ur,3 Awesome AWS-10KM,4 Emperor EMP-6M,5 Longbow LGB-13C,6 Cerberus MR-5M,5 Juliano JLN-5A,4 Trebaruna TR-XB,3 Warhammer IIC 8,2 Goliath GOL-6M,1
{ "pile_set_name": "Github" }
/* Copyright (C) 2010-2013 Werner Dittmann This program 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 3 of the License, or (at your option) any later version. This program is ...
{ "pile_set_name": "Github" }
package abi39_0_0.host.exp.exponent.modules.api.components.sharedelement; import java.util.Map; import android.view.View; import abi39_0_0.com.facebook.react.common.MapBuilder; import abi39_0_0.com.facebook.react.uimanager.annotations.ReactProp; import abi39_0_0.com.facebook.react.uimanager.ThemedReactContext; impor...
{ "pile_set_name": "Github" }
import {DOMElement} from './index.h' import { ElementBlock, TextBlock, UsingBlock, ListBlock, FF, LF, Block, RF, RouteBlock, FragmentBlock, RecBlock, RecItemBlock, BlockBlock, BlockItemBlock, } from './relation.h' export function getParentBlock(block: Exclude<Block, UsingBlock>) { switch...
{ "pile_set_name": "Github" }
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
{ "pile_set_name": "Github" }
{ "name": "Sierra Club", "displayName": "Sierra Club", "properties": [ "sierraclub.org" ] }
{ "pile_set_name": "Github" }
# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated #
{ "pile_set_name": "Github" }
from model.unet_model import UNet from utils.dataset import ISBI_Loader from torch import optim import torch.nn as nn import torch def train_net(net, device, data_path, epochs=40, batch_size=1, lr=0.00001): # 加载训练集 isbi_dataset = ISBI_Loader(data_path) train_loader = torch.utils.data.DataLoader(dataset=isb...
{ "pile_set_name": "Github" }
:107E000001C0B7C0112484B790E89093610010922C :107E10006100882361F0982F9A70923041F081FFC1 :107E200002C097EF94BF282E80E0C6D0E9C085E05D :107E30008093810082E08093C00088E18093C1003C :107E400084E08093C40086E08093C2008EE0B4D0CA :107E5000279A84E02BE93BEF91E030938500209353 :107E6000840096BBB09BFECF1F9AA8954091C0009E :107E...
{ "pile_set_name": "Github" }
# VRMShaders VRM model's supported shaders in Unity: * MToon * UniUnlit
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <g:element xmlns:g="http://www.esri.com/geoportal/gxe" xmlns:h="http://www.esri.com/geoportal/gxe/html" g:extends="$base/schema/gco/gcoBase/ObjectReference_PropertyType.xml"> <g:body> <g:element g:minOccurs="0" g:extends="$base/schema/gmd/dataQuality/LI...
{ "pile_set_name": "Github" }
####################################################### # # Set a class if a process does not exist # ####################################################### body common control { inputs => { "../../default.cf.sub" }; bundlesequence => { default("$(this.promise_filename)") }; version => "1.0"; } ##...
{ "pile_set_name": "Github" }