text stringlengths 1 932k |
|---|
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace MyLibrary.Models {
public class BookObject {
[Key] public int BookObjectId { get; set; }
public Book BookInfo { get; set; }
public int BookInfoId { get; set; }
public Shelf Shelf { get;... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Configuration.Internal;
using System.Xml;
namespace System.Configuration
{
internal sealed class C... |
using System.Collections.Generic;
using System.CommandLine.Rendering;
using System.Drawing;
using FluentAssertions;
using System.Linq;
using Xunit;
using Xunit.Abstractions;
using System.CommandLine.Rendering.Views;
using static System.Environment;
namespace System.CommandLine.Tests.Rendering
{
public class Table... |
namespace P03_Jarvis
{
internal class Leg
{
public long Energy { get; set; }
public int Strength { get; set; }
public int Speed { get; set; }
}
} |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... |
@{
ViewBag.Title = "Individual Reports";
}
<h3>
@Html.ActionLink("Reports", "Index", "Home")
<span>/</span>
<span>Individual</span>
</h3>
<hr />
<div class="row">
<div class="col-sm-4">
<div class="list-group">
@*@Html.ActionLink("User Usage Summary", "UserUsageSummary", null... |
/* Copyright (c) 2019 Rick (rick 'at' gibbed 'dot' us)
*
* 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 software for any purpose,... |
/*
This file is part of PacketDotNet
PacketDotNet 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.
PacketDotNet is distributed in the... |
/*
* Influx API Service
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 0.1.0
*
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Floor : MonoBehaviour {
public int FloorNumber;
} |
using System.Text.Json.Serialization;
namespace lib.Model;
/// <summary>
/// Weather data storage.
/// </summary>
public sealed class Weather
{
/// <summary>
/// Ctor.
/// </summary>
/// <param name="id">Weather condition id.</param>
/// <param name="main">Group of weather parameters.</par... |
#pragma checksum "..\..\..\Content\ControlsStylesButton.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5A7563A9892A55D231A533062090F71707181F6F"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.303... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using RuneOptim.swar;
namespace RunePlugin.Response {
[SWCommand(SWCommand.UpgradeDeco)]
public class UpgradeDecoResponse : SWResponse {
[JsonProperty("deco_info")... |
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Moryx.Communication.Sockets.SystemTests")]... |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Web.Http;
using System.Web... |
using System.Collections.Generic;
using Microsoft.Bot.Builder.Azure;
using Microsoft.Bot.Solutions.Skills;
namespace ToDoSkillTest.Flow.Fakes
{
public class MockSkillConfiguration : SkillConfigurationBase
{
public MockSkillConfiguration()
{
this.AuthenticationConnections = new Dict... |
using Mancala.Domain.Entities;
using Mangala.Application.Extensions;
using MediatR;
using Microsoft.Extensions.Caching.Memory;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Mangala.Application.Commands
{
public class PlayerMoveCommandHandler : IRequestHandler<PlayerMoveCommand... |
// FileName: IResourceManager.cs
// Author: guodp <guodp9u0@gmail.com>
// Create Date: 20180205 18:00
// Description:
#region
using mhxy.Common;
#endregion
namespace mhxy.NetEase {
/// <summary>
/// ResourceManager基础接口
/// </summary>
public interface IResourceManager : IService {
}
... |
// Copyright (c) Microsoft. All rights reserved.
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.IoTSolutions.UIConfig.Services.Diagnostics;
namespace Microsoft.Azure.IoTSolutions.UIConfig.Services.Http
{
public interface IHttpClient
{
Task<IHttpResponse> GetA... |
using System;
namespace ForgedOnce.TsLanguageServices.FullSyntaxTree.AstModel
{
public class StOptionalTypeNode : ForgedOnce.TsLanguageServices.FullSyntaxTree.AstModel.StNode, ForgedOnce.TsLanguageServices.FullSyntaxTree.AstModel.IStTypeNode
{
public StOptionalTypeNode(ForgedOnce.TsLanguageServices.Ful... |
using System.Collections.Generic;
using Veldrid;
using Veldrid.Utilities;
using VeldridGlTF.Viewer.Systems.Render.Resources;
namespace VeldridGlTF.Viewer.Systems.Render
{
public class DrawCallCollection
{
public DrawCallCollection(Mesh mesh, int capacity, IEnumerable<DrawCall> drawCalls)
{
... |
using Expense.API;
using Expense.Core.CQRS.Record.Requests;
using Expense.IntegrationTests.Extensions;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Testing;
using System;
using System.Net;
using System.Net.Http;
using System.Net.Http.Json;
using System.Text.Json;
using Xunit;
namespace Expense.Integr... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly... |
namespace P07_InfernoInfinity.Core.Commands
{
using System.Collections.Generic;
using Attributes;
using Interfaces;
public class Print : Command
{
[Inject]
private readonly IDictionary<string, IWeapon> weapons;
[Inject]
private readonly IWriter writer;
publ... |
// <auto-generated />
#nullable enable
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis.Syntax.InternalSyntax;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Diagnos... |
using IWNLP.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IWNLP.Lemmatizer
{
public class LemmatizerItem
{
[JsonConverter(typeof(StringEnumConverter))]
... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IteratorsAndComparators
{
public class Library : IEnumerable<Book>
{
private List<Book> books;
public Library(params Book[] books)
{
this.books = books... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Text;
using gov.va.medora.mdo;
namespace gov.va.medora.mdws.dto
{
public class TaggedSurgicalPathologyRptArrays : AbstractArrayTO
{
public TaggedSurgicalPathologyRptArray[] arrays;
public TaggedS... |
// 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;
namespace Microsoft.AspNetCore.DataProtection.SP800_108
{
internal unsafe interface ISP800_108_CTR_HMACSHA512Provider : IDisposable
... |
/// <summary>
/// The OpenGL functionality up to version 4.4. Includes the deprecated symbols of the Compatibility Profile.
/// OpenGL 4.4 implementations support revision 4.40 of the OpenGL Shading Language.<br/>
/// Extensions promoted to core in this release:
/// <ul>
/// <li>ARB_buffer_storage</li>
/// <li>ARB_c... |
#if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
name... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CampaignCustomAudiencesRequestBuilder.cs" company="Sitecore A/S">
// Copyright (C) 2015 by Sitecore
// </copyright>
// -----------------------------------------------------------... |
using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using NModbus.IO;
using NModbus.Logging;
using NModbus.Message;
using NModbus.Unme.Common;
namespace NModbus.Device
{
using Extensions;
/// <summary>
... |
namespace Optivem.Northwind.Core.Application.Dto
{
public class SupplierRequest
{
public int Id { get; set; }
public string Company { get; set; }
public string LastName { get; set; }
public string FirstName { get; set; }
public string EmailAddress { get; set; }
p... |
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /shop/coupon/add 接口的请求。</para>
/// </summary>
public class ShopCouponAddRequest : WechatApiRequest, IInferable<ShopCouponAddRequest, ShopCouponAddResponse>
{
public static... |
// ---------------------------------------------------------------------------------------
// <copyright file="Effect.cs" company="Corale">
// Copyright © 2015-2016 by Adam Hellberg and Brandon Scott.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.ApplicationModel.Core;
using Windows.Foundation;
using Windows.Foundation.Collections;
using ... |
/*
Copyright 2007-2017 The NGenerics Team
(https://github.com/ngenerics/ngenerics/wiki/Team)
This program is licensed under the MIT License. You should
have received a copy of the license along with the source code. If not, an online copy
of the license can be found at https://opensource.org/licenses/MIT.
*... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
namespace ContosoUniveristy.Models
{
public class SchoolContext : DbContext
{
public SchoolContext (DbContextOptions<SchoolContext> options)
: base(options)... |
namespace UPT.BOT.Aplicacion.DTOs.BOT
{
public class PlanEstudioDto
{
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using Blockcore.Utilities;
using NBitcoin;
namespace Blockcore.Features.Consensus
{
public class UnspentOutputSet
{
private Dictionary<OutPoint, UnspentOutput> unspents;
public TxOut GetOutputFor(TxIn txIn)
{
... |
using System.Threading;
using System.Threading.Tasks;
namespace StrawberryShake.Transport.InMemory
{
/// <summary>
/// A factory abstraction for a component that can create <see cref="InMemoryClient"/>
/// instances with custom configuration for a given logical name.
/// </summary>
public interface... |
// <copyright file="DynamicTestCasesMonthEventHandlers.cs" company="Automate The Planet Ltd.">
// Copyright 2021 Automate The Planet Ltd.
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at http... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BuildXL.Cache.Interfaces;
using BuildXL.Utilities;
... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
#region Copyright Syncfusion Inc. 2001-2021.
// Copyright Syncfusion Inc. 2001-2021. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applic... |
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace UniGLTF
{
public class UniGLTFTests
{
static GameObject CreateSimpelScene()
{
var root = new GameObject("gltfRoot").transform;
var scene = new GameOb... |
using System.Threading.Tasks;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Handlers;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Automation.Peers;
using Microsoft.UI.Xaml.Automation.Provider;
using Microsoft.UI.Xaml.Controls;
using Xunit;
using System.Collections.Gen... |
@model IEnumerable<EntreHojas.BL.Orden>
@{
ViewBag.Title = "Ordenes";
}
<h2>Ordenes</h2>
<p>
@Html.ActionLink("Nueva Orden", "Crear")
</p>
<table class="table">
<tr>
<th>
@Html.DisplayNameFor(model => model.cliente)
</th>
<th>
@Html.DisplayNameFor(model =>... |
@using System.Globalization
@using PartsUnlimited
@using Microsoft.DotNet.InternalAbstractions
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="Icon" href="/images/favicon.ico" />
<title>@ViewBag.Title – ... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using NBrowse.Reflection;
namespace NBrowse.CLI
{
internal static class Help
{
public static void Write(TextWriter writer)
{
writer.Wr... |
using LiveSplit.Model;
using LiveSplit.Options;
using LiveSplit.TimeFormatters;
using LiveSplit.UI;
using LiveSplit.Web;
using LiveSplit.Web.Share;
using System;
using System.Collections.Generic;
using System.Data;
using System.Globalization;
using System.Linq;
using System.Windows.Forms;
namespace LiveSplit.View
{
... |
namespace UglyToad.PdfPig.Parser.Parts
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using IO;
using Util.JetBrains.Annotations;
/// <summary>
/// Store the results of a brute force search for all objects in the document so we only do ... |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using Newtonsoft.Json.Linq;
namespace Inedo.UPack.Net
{
/// <summary>
/// Represents metadata for a universal package contained in a remote feed.
/// </summary>
/// <remarks>
/// This class rep... |
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using System.Web.Http;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
namespace STU.Bot
{
public class MessagesController : ApiController
{
/// <summary>
/// POST: api/Messages
/// Receive a mes... |
#nullable enable
using System;
using System.Runtime.CompilerServices;
using System.Threading;
using Cysharp.Threading.Tasks;
using Elffy.Effective;
#pragma warning disable CA1068 // CancellationToken parameters must come last
namespace Elffy
{
internal sealed class OrderedParallelAsyncEventPromise<T> : IUniTaskS... |
using DotNetBungieAPI.Models.Destiny.Definitions.InventoryItems;
using DotNetBungieAPI.Models.Destiny.Quests;
namespace DotNetBungieAPI.Models.Destiny.Components;
public sealed record DestinyItemPlugObjectivesComponent
{
/// <summary>
/// This set of data is keyed by the Item Hash (DestinyInventoryItemDe... |
using Xamarin.Forms;
namespace AiEffects.TestApp.Views
{
public partial class AlterLineHeightPage : ContentPage
{
public AlterLineHeightPage()
{
InitializeComponent();
}
}
} |
namespace Signicat.Express.Signature
{
public class NotificationLogItem
{
public string SentTimeStamp { get; set; }
public string Title { get; set; }
public string Text { get; set; }
public string MessageType { get; set; }
public stri... |
@model ComplexTypeModelDescription
@Html.DisplayFor(m => m.Properties, "Parameters") |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xam... |
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.Loader;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using CryptoCompare;
using System.Text;... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
using UnityEditor.AnimatedValues;
using UnityEngine.Events;
using UnityEngine;
using UnityEditor;
using UnityEditor.UI;
using System.Collections.Generic;
using System;
using UnityEngine.EventSystems;
using System.Linq;
namespace KreliStudio
{
[CustomEditor(typeof(UIButton), true)]
[CanEditMultipleObjects]
... |
using System;
using System.Collections;
using System.Collections.Generic;
namespace LazyReadOnlyList
{
public class LazyReadOnlyList<T> : IReadOnlyList<T>
{
private readonly object _lock = new object();
private readonly IEnumerator<T> _source;
private readonly List<T> _enumeratedElemen... |
using System;
namespace EasyInject.IOC.extensions
{
public static class IUnsafeBindingContextExtensions
{
public static object Get(this IUnsafeBindingContext me,object name,object key)
{
return me.Get(new BindingName(name), new BindingKey(key));
}
public static IUnsafeValueBindingContext Bind(this IUns... |
// Copyright © 2017, EPSITEC SA, CH-1400 Yverdon-les-Bains, Switzerland
// Author: Pierre ARNAUD, Maintainer: Pierre ARNAUD
using System.Threading.Tasks;
namespace ScriptLab
{
public class Locals
{
public Locals()
{
this.UniversalConstant = 42m;
}
public decimal UniversalConstant { get; }
public Tas... |
using System.Collections.Generic;
using System.IO;
using Calamari.Commands.Support;
using Calamari.Deployment;
using Calamari.Deployment.Conventions;
using Calamari.Integration.FileSystem;
using Calamari.Integration.Packages;
using Calamari.Integration.Processes;
namespace Calamari.Commands
{
[Command("extract-pa... |
using System.Collections.Generic;
using System;
using Microsoft.AspNetCore.Mvc;
using VendorOrder.Models;
namespace VendorOrder.Controllers
{
public class VendorsController : Controller
{
[HttpGet("/vendors")]
public ActionResult Index()
{
List<Vendor> allVendors = Vendor.GetAll();
return ... |
// Copyright (c) 2017-2019, Columbia University
// 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 ... |
using System;
using System.Collections.Generic;
namespace ErabliereApi.Donnees.Action.Get
{
/// <summary>
/// Modèle de retour utiliser dans la projection de l'obtention du dashboard
/// </summary>
public class GetCapteursAvecDonnees
{
/// <summary>
/// L'id du capteur
/// <... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
#pragma warning disable IDE1006 // Naming rule violation
namespace BuildXL.Utilities
{
/// <summary>
/// Helper ... |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace Microsoft.Data.Entity.Design.Model.Commands
{
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Data.Entity.Design... |
namespace VetClinicPublic
{
public class RabbitMqConfiguration
{
public string Hostname { get; set; }
public string QueueName { get; set; }
public string UserName { get; set; }
public string Password { get; set; }
public int Port { get; set; }
public string VirtualHost { get; set; }
pub... |
using System;
using System.Collections.Generic;
namespace Models.DB
{
public partial class TplatformEdge
{
public TplatformEdge()
{
EplatformEdges = new HashSet<EplatformEdges>();
}
public short TplatformEdgeId { get; set; }
public string ParentPlatformEdge... |
namespace ClearHl7.Codes.V290
{
/// <summary>
/// HL7 Version 2 Table 0466 - Ambulatory Payment Classification Code.
/// </summary>
/// <remarks>https://www.hl7.org/fhir/v2/0466</remarks>
public enum CodeAmbulatoryPaymentClassificationCode
{
/// <summary>
/// ... - No suggested ... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using QQWry;
using Xunit;
// ReSharper disable InconsistentNaming
namespace QQWry.Test
{
public class QQWryIpSearchTest
{
protected QQWryIpSearc... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using System.Reflection;
using System.Runtime.Serialization;
using System.Web.Http;
using System.Web.Http.Description;
using System.Xml... |
using Microsoft.AspNetCore.Identity.UI.Services;
using System;
using System.Linq;
using System.Net;
using System.Net.Mail;
using System.Threading.Tasks;
namespace CoalShortagePortal.Infrastructure.Services.Email
{
public class EmailSender : IEmailSender
{
private readonly EmailConfiguration _emailConf... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Newtonsoft.Json;
using Serilog;
using VueNote.WebApi.ViewModels;
namespace VueNote.WebApi.Common
{
public class ExceptionHandler : IMiddleware
{
public async Task Inv... |
//Copyright (C) <2012> <Jon Baker, Glenn Mariën and Lao Tszy>
//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 3 of the License, or
//(at your option) any later version.
//This... |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using numl.Utils;
namespace numl.Supervised.NeuralNetwork.Optimization
{
/// <summary>
/// Fast Gradient Descent Network Trainer.
/// </summary>
public class FastGradientDescentTrainer : INetworkTrainer
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SCEELibs.Editor.Notifications
{
public enum SheetViewerNotification
{
DeployViewer,
MinimizeViewer,
DisableAutoDeployer,
EnableAutoDeployer,
Pin... |
namespace FreshCopy.Common.API.HubServers
{
public struct ClientStatusHub
{
public const string Name = "ClientStatusHub1";
}
public interface IClientStatusServer
{
}
} |
using System.Threading;
using Content.Shared.Construction.EntitySystems;
using Content.Shared.Tools;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Shared.Construction.Components
{
[RegisterComponent, Friend(typeof(SharedAnchorableSystem))]
public sealed c... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace UnitGenerator
{
public class RelatedUnitCollection
{
public RelatedUnitCollection(IReadOnlyList<RelatedUnit> items)
{
Items = items;
_dictionary = items.ToDictionary(a => a.Name, a => a);
... |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... |
using System;
using System.Linq;
using System.Reflection;
public class Program
{
public static void Main()
{
var repository = new Repository();
var interpreter = new CommandInerpreter();
var engine = new Engine(repository, interpreter);
engine.Run();
//GetAttributeInfo... |
using System;
using System.Collections.Generic;
#nullable disable
namespace TallerLopezPluasPrado.Modelos.Database
{
public partial class Disco
{
public Disco()
{
DiscosPorBanda = new HashSet<DiscosPorBandum>();
}
public int IdDisco { get; set; }
public st... |
using CryptoRetriever.Utility.JsonObjects;
using System;
namespace CryptoRetriever.Strats {
/// <summary>
/// A data class for giving some assumptions to a Strategy
/// that will be taken into account when executing it.
/// </summary>
public class ExchangeAssumptions : IJsonable {
/// <sum... |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Linker.T... |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... |
/*
Copyright 2019 - 2021 Inetum
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
... |
#region copyright
// -------------------------------------------------------------------------
// Copyright (C) Dmitriy Yukhanov - focus [https://codestage.net]
// -------------------------------------------------------------------------
#endregion
namespace CodeStage.Maintainer.Tools
{
using System;
using System.... |
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace System.IO.Abstractions
{
internal static class Converters
{
internal static IEnumerable<FileSystemInfoBase> WrapFileSystemInfos(this IEnumerable<FileSystemInfo> input)
=> input.Select(WrapFileSystemI... |
using System;
using System.Collections.Generic;
using Project.Application.Configuration.Queries;
using Project.Application.Consumes.Dto;
namespace Project.Application.Consumes.Queries.GetConsumes
{
public class GetConsumesInDevicesByDistrictQuery : IQuery<List<ConsumeDeviceDto>>
{
public Guid ZoneId {... |
@using MvcSandbox
@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers |
using System;
using System.ComponentModel;
using System.Windows;
using CoinFlip;
using CoinFlip.Bots;
using CoinFlip.Settings;
using Rylogic.Common;
using Rylogic.Gui.WPF;
namespace Bot.HeikinAshiChaser
{
public partial class ConfigureUI :Window, IDisposable, INotifyPropertyChanged
{
private readonly Bot m_bot;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.