text
stringlengths
1
932k
/* * 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...
namespace PlutoNetCoreTemplate.Application.Permissions { public interface IPermissionDefinitionProvider { void Define(PermissionDefinitionContext context); } }
/* * 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...
namespace Vs.FactTables.CodeGenerator.Entities { public class FirstName { } }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AgentType.cs" company="automotiveMastermind and contributors"> // © automotiveMastermind and contributors. Licensed under MIT. See LICENSE and CREDITS for details. // </copyright...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace JsonFileUploadApp { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] stati...
using System; using System.IO; using MediatR; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using NetStreams.ControlCenter.Infrastructure.EntityFrameworkCore; using NetStreams.ControlCenter.Models.Abstractions; using NetStreams.ControlCent...
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("AWSSDK.Budgets")] [assembly: AssemblyDescr...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Windows; using System.Windows.Data; using S...
using System.Linq; using System.Threading; using System.Threading.Tasks; using CodingMilitia.PlayBall.GroupManagement.Domain.Data; using CodingMilitia.PlayBall.GroupManagement.Domain.Data.Queries; using CodingMilitia.PlayBall.GroupManagement.Domain.Entities; using CodingMilitia.PlayBall.GroupManagement.Domain.Shared; u...
// 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. namespace System { using System; using System.Reflection; using System.Runtime; using System.Runtime...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Helpers { using System; using System.Diagnostics; using System.IO; using Syste...
using System; using TSI.Utils.Shipping.Endicia.EndiciaLabelService; using TSI.Utils.Shipping.Endicia.Enums; using TSI.Utils.Shipping.Endicia.Interfaces; namespace TSI.Utils.Shipping.Endicia { internal static class BuyPostageClass { internal static RecreditRequest ConstructBuyPostageRequest(IBuyPostageRequest reque...
using System.Collections; using System.Collections.Generic; using UnityEngine; using Kayac; public class Main : MonoBehaviour { [SerializeField] MeshFilter meshFilter; void Start() { } void Update() { } void OnGUI() { if (GUILayout.Button("GenSphere")) { var mesh = new ...
namespace Microsoft.Build.Logging.Query.Token { public class TargetToken : Token { public static TargetToken Instance { get; } = new TargetToken(); private TargetToken() : base() { } } }
using System; using System.Collections.Generic; using System.Collections.Specialized; using Quartz.Impl; namespace Quartz { public class QuartzOptions : NameValueCollection, IDictionary<string, string> { internal readonly List<IJobDetail> jobDetails = new List<IJobDetail>(); internal readonly ...
using System.Text.Json.Serialization; namespace Essensoft.Paylink.Alipay.Domain { /// <summary> /// AlipayMarketingCdpRecommendQueryModel Data Structure. /// </summary> public class AlipayMarketingCdpRecommendQueryModel : AlipayObject { /// <summary> /// 广告标识码 /// </summary...
 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace cloudscribe.Core.Web { /// <summary> /// this file is just used to pass a type for IStringLocalizer<> /// for shared resources to be used in views and/or controllers /// instead of having multip...
// Copyright (c) MOSA Project. Licensed under the New BSD License. namespace Mosa.UnitTests { public static class LdlocaTests { [MosaUnitTest(Series = "U1")] public static bool LdlocaCheckValueU1(byte expect) { byte a = expect; return LdlocaCheckValueRefU1(expect, ref a); } private static bool Ld...
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
using System; using System.Collections.Generic; using Newtonsoft.Json; using System.Linq; namespace ELIZA.NET.Structures { [Serializable] public class Synonym { [JsonProperty("word")] public string Word = null; [JsonProperty("script")] public string Script = null; ...
using Microsoft.CodeAnalysis; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ZeroFormatter.CodeGenerator { public class TypeCollector { readonly string csProjPath; const string CodegeneratorOnlyPreprocessorSymbol = "INCLUDE_ONLY_CODE...
namespace CymaticLabs.InfluxDB.Studio { partial class AppForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Runtime.InteropServices; using System.Diagnostics.Contracts; // ReSharper disable IdentifierTypo #pragma warning disable 1591 #pragma warning disable CA1401 // P/Invokes should not be visible namespace OpenCvSharp.Internal { static partial class NativeMethods { [Pure, DllI...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ============================...
/* * validateapi * * The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API. * * OpenAPI spec version: v1 * * Generated by: https://github.com/s...
namespace EventR.Abstractions { using EventR.Abstractions.Exceptions; using System; using System.Collections.Generic; using System.Linq; /// <summary> /// Parent for all root aggregate implementations which would like to participate in event sourcing. /// NOT thread-safe. /// </summary...
// ======================================== // Project Name : WodiLib // File Name : IModelBase.cs // // MIT License Copyright(c) 2019 kameske // see LICENSE file // ======================================== using System; using System.ComponentModel; namespace WodiLib.Sys { /// <summary> /// 各Modelクラス基底クラスイ...
using RiseTheBar.Services; using System; using System.Collections.Generic; using System.Configuration; using System.Globalization; using System.Linq; using System.Web; namespace RaiseTheBar.Services { public class DefaultSearchSettings : IDefaultSearchSettings { public double DefaultLat { ...
using System; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace Raven.Server.Smuggler.Migration.ApiKey { [Serializable] public class ErrorResponseException : Exception { private readonly HttpResponseMessage response; publi...
using System; using System.Collections.Generic; using UnsafeAndSpanExtension; using static CelogParserLib.Interop; namespace CelogParserLib.Data { public sealed class CelogRdpInfo : ICelogInfo { internal CelogRdpInfo(ReadOnlySpan<byte> buffer) { ref readonly var data = ref buffer.A...
using System.Runtime.Serialization; using Devon4Net.Infrastructure.Common.Exceptions; using Microsoft.AspNetCore.Http; namespace Devon4Net.Infrastructure.SmaxHcm.Exceptions.FillDesignExceptions { [Serializable] public class SmaxHcmGetPropertiesFromComponentException : Exception, IWebApiException { ...
/*===================================================================== This file is part of the Microsoft Unified Communications Code Samples. Copyright (C) 2012 Microsoft Corporation. All rights reserved. This source code is intended only as a supplement to Microsoft Development Tools and/or on-line documenta...
// <auto-generated /> using System; using API.Data; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace API.Data.Migrations { [DbContext(typeof(DataContext))]...
// CertificateValues.cs // // XAdES Starter Kit for Microsoft .NET 3.5 (and above) // 2010 Microsoft France // Published under the CECILL-B Free Software license agreement. // (http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt) // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, ...
//------------------------------------------------------------------------------ // <auto-generated> // Este código fue generado por una herramienta. // Versión de runtime:4.0.30319.42000 // // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si // se vuelve a gener...
using System; using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Client.Lathe.Components { [RegisterComponent] [ComponentReference(typeof(SharedLatheDatabaseComponent))] public cla...
using System; using System.Collections.Generic; using System.Globalization; using System.Threading.Tasks; using AntDesign.core.Extensions; using AntDesign.Datepicker.Locale; using AntDesign.Internal; using AntDesign.JsInterop; using Microsoft.AspNetCore.Components; using Microsoft.JSInterop; using OneOf; namespace An...
using SolarDigest.Models.UploadMultiPart; namespace SolarDigest.Cli.Commands.Upload { internal sealed class UploadMultiPartUrlsPayload { public UploadMultiParts UploadMultiPartUrls { get; set; } } }
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("ManagedMenuHost")] [assembly: AssemblyDes...
@using Microsoft.AspNetCore.Identity @using parent @using parent.Data @namespace parent.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @using parent.Components
using System.Threading.Tasks; namespace FluentAssertions.Formatting { /// <summary> /// Provides a human readable version of a generic or non-generic <see cref="Task"/> /// including its state. /// </summary> public class TaskFormatter : IValueFormatter { public bool CanHandle(object v...
namespace SportShoes.Data.Enums { public enum RegionStatus { North = 0, Central = 1, South = 2 } }
namespace Atomiv.Infrastructure.System { public class LongParser : BaseParser<long?> { protected override long? ParseInner(string value) { return long.Parse(value); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
using System; using NLua; using Schuster.Burglars; using Schuster.Exceptions; namespace Schuster.Tasks { public class LuaTask : ITask { private readonly string _name; public LuaTask(string name) { _name = name; } public LuaFunction RunFunction { get; set; } public event Action OnComplete; public...
using System.Reflection; using System.Runtime.CompilerServices; 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("14...
using System; namespace _04.DivisionNoRest { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); double divby4 = 0; double divby3 = 0; double divby2 = 0; for (int i = 0; i < n; i++) { ...
using System; using System.Collections.ObjectModel; using System.Linq; namespace SerialPortMonitor.Model { public static class PortExtensions { public static ObservableCollection<Port> Add(this ObservableCollection<Port> list, string name) { list.Add(new Port() { Name = name, Descr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CuteDev.Database { /// <summary> /// /// </summary> /// <typeparam name="T"></typeparam> public class rList<T> { #region Properties public bool Error { get; set; } public ...
var builder = WebApplication.CreateBuilder(args); builder.Host.ConfigureAppConfiguration((hostingContext, config) => { config.AddJsonFile("appsettings.json"). AddJsonFile($"appsettings.docker.json", true).AddEnvironmentVariables(); }); var connectionString = builder.Configuration.GetConnectionString("Def...
 namespace iTin.Core.Hardware.Specification.Dmi { using System.Collections.Generic; using System.Collections.ObjectModel; using Smbios; /// <inheritdoc/> /// <summary> /// Representa una colección de objetos <see cref="DmiClass"/>. /// </summary> public sealed class DmiClassCollection...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FunctionTestScript : MonoBehaviour { public Vector3 currentO = new Vector3 (1, 1, 1); // Use this for initialization void Start () { } // Update is called once per frame void Update () { Vector3 refO = new Vecto...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class UndeadEnemy : EnemyController { public AudioClip AudioHit; private AudioSource source; void Start () { source = GetComponent<AudioSource> (); health = 3; EnemyAttack.SetActive (false); PlayerRay = 1; } void Upd...
// // RepairDbDialog.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // Stephane Delcroix <sdelcroix@novell.com> // // Copyright (C) 2008-2010 Novell, Inc. // Copyright (C) 2010 Ruben Vermeersch // Copyright (C) 2008 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person obtaini...
using System; using System.Collections.Generic; using System.Text; using System.Linq; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using HuaweiCloud.SDK.Core; namespace HuaweiCloud.SDK.Iam.V3.Model { /// <summary> /// Request Object /// </summary> public ...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
using System.Reflection; using System.Runtime.CompilerServices; 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("GSD...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/shellapi.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System.Runtim...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.DependencyModel; using Microsoft.Extensions.DependencyModel.Resolution; namespace Microsoft.AspNetCore.Mono { public class MonoC...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using ContosoUniversity.Data; using ContosoUniversity.Models; names...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; namespace Aiursoft.Pylon.Models.API.UserAddressModels { public class ChangeProfileAddressModel : WithAccessTokenAddressModel { public string OpenId { get; set; } [MaxLength(20)] ...
using Lamar.IoC; using Shouldly; using StructureMap.Testing.Widget; using Xunit; namespace Lamar.Testing.IoC.Acceptance { public class explain_why_concrete_class_cannot_be_resolved { [Fact] public void tells_you_the_reason_why_constructor_cannot_be_filled() { var container =...
using System; class Number0to9ToText { static void Main() { int num = int.Parse(Console.ReadLine()); if (num == 1) { Console.WriteLine("one"); } if (num == 2) { Console.WriteLine("two"); } if (num == 3) { ...
namespace StardewMods.FuryCore.Services; using System; using StardewModdingAPI; using StardewModdingAPI.Events; using StardewMods.FuryCore.Attributes; using StardewMods.FuryCore.Events; using StardewMods.FuryCore.Interfaces; using StardewMods.FuryCore.Interfaces.CustomEvents; using StardewMods.FuryCore.Models.CustomE...
using System; using System.Collections.Generic; using System.IO; using System.Text; using Aop.Api.Response; namespace Aop.Api.Request { public class AlipayMobilePublicMultiMediaDownloadRequest : IAopRequest<AlipayMobilePublicMultiMediaDownloadResponse> { public string BizContent { get; set; } ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("Ymf825Dumper")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: A...
/* * 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 HarmonyLib; using RimWorld; using UnityEngine; using Verse; using Verse.Sound; using YC.RealDining.Resource; using YC.RealDining.Resource.DefClass; namespace YC.RealDining.Patch.DinnerTimeAbout { // Token: 0x02000013 RID: 19 [HarmonyPatch(typeof(TimeAssignmentSelector))] [HarmonyPatch("DrawTimeAssig...
//#define DEBUG //Uncomment this line to get debug output using System.Collections.Generic; using System.Linq; using ConVar; using Newtonsoft.Json; namespace Oxide.Plugins { [Info("Tickrate Limiter", "2CHEVSKII", "0.1.1")] [Description("Limits current maximum tickrate based on player count to improve overall perfor...
/* Copyright 2008-2012 Arno Wacker, University of Kassel 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 applica...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms.CustomAttributes; using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { #if APP [Preserve (AllMembers = true)] [Issue (IssueTracker.Bugzilla, 22229, "ToolbarItems not ...
using System; namespace Ncp.Exceptions { public class SessionClosedException : ApplicationException { private const string DefaultMessage = "session closed"; public SessionClosedException(string message = DefaultMessage) :base(message) { } } }
using StudentManagementDemo.Core.Application.Common.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StudentManagementDemo.Infrastructure.Services { public class DateTimeService : IDateTimeService { public DateTim...
#region Copyright & License Information /* * Copyright (C) 2014 Push Technology Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * ...
using System; using System.Drawing; using System.IO; using System.Windows.Forms; using Hacon.Lib; namespace Hacon.Motash.Tray { public class SystemTray : System.Windows.Forms.Form { private System.Windows.Forms.NotifyIcon WSNotifyIcon; private System.ComponentModel.IContainer components; ...
#region MIT // // Gorgon. // Copyright (C) 2016 Michael Winsor // // 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, ...
using System.Reflection; using System.Runtime.CompilerServices; 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("FI....
using System; using System.Collections.Generic; using System.Text; using Autofac; using MediatR.Extensions.Autofac.DependencyInjection; namespace DroneSimulator.Domain.Module { public class DroneSimulation : Autofac.Module { protected override void Load(ContainerBuilder builder) { ...
namespace FoodForYou.Web.Infrastructure { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Net; using System.Net.Http; using System.Text.Json; using System.Text.Json.Serialization; using Microsoft.Extensions.Configuration; p...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Bigvgames.Services { public interface IEmailSender { Task SendEmailAsync(string email, string subject, string message); } }
// // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // using System;...
// *** 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 Buildron.Domain.Mods; using Buildron.ClassicMods.BuildMod.Controllers; using Buildron.ClassicMods.BuildMod.Infrastructure; using UnityEngine; using Zenject; using System.Linq; using Buildron.Domain.RemoteControls; namespace Buildron.ClassicMods.BuildMod { public class Mod : IMod { public Mod (...
#region Copyright (c) 2011-2020 Technosoftware GmbH. All rights reserved //----------------------------------------------------------------------------- // Copyright (c) 2011-2020 Technosoftware GmbH. All rights reserved // Web: https://www.technosoftware.com // // The source code in this file is covered under a dual...
using System; using System.Linq; using System.Numerics; using System.Security.Cryptography; namespace Fortuna.Generator { public class FortunaGenerator : IGenerator { /// <summary> /// 256-bit block cipher key size (in bytes) /// </summary> private const int KeyBlockSize = 32; ...
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // </auto-generated> namespace Microsoft.Azure.Management.CosmosDB.Fluent { ...
// 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; using System.Diagnostics; using System.Runtime.InteropServices; namespace Microsoft.Diagnostics.Runt...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; namespace ARESCore.TMPDbMigration.UI.Views { /// <summary> /// Interaction logic for DbMigratorView.xaml /// </summary> public partial class DbMigratorView : UserControl { public DbMigratorView() { ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using System; namespace _03.Unicode_Characters { public class Unicode_Characters { public static void Main() { var inputString = Console.ReadLine(); var outputString = string.Empty; foreach (var letter in inputString) { var unico...
#region License /* Copyright © 2014-2021 European Support Limited 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 ...
using System; using System.Collections.Generic; using System.Linq; using Polly.Retry; using Polly.Utilities; namespace Polly { /// <summary> /// Fluent API for defining a Retry <see cref="Policy"/>. /// </summary> public static class RetrySyntax { /// <summary> /// Builds a <see c...
/* * 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.Text; namespace Edison.Devices.Onboarding.Client.Models { public class DeviceSecretKeysModel { public string AccessPointPassword { get; set; } public string PortalPassword { get; set; } public string EncryptionKey { get; set;...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Assets.SunsetIsland.Collections { public abstract class Heap<T> : IEnumerable<T> { private const int InitialCapacity = 0; private const int GrowFactor = 2; private const int MinGrow =...
/* * Copyright (C) Sportradar AG. See LICENSE for full license governing this code */ using System; using Dawn; using Sportradar.OddsFeed.SDK.Entities.REST.Caching.Exportable; using Sportradar.OddsFeed.SDK.Entities.REST.Internal.DTO; using Sportradar.OddsFeed.SDK.Messages; namespace Sportradar.OddsFeed.SDK.Entities.R...