text stringlengths 1 932k |
|---|
//------------------------------------------------------------------------------
// <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>
//--... |
/*
* 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... |
#region Copyright
//
// DotNetNuke® - http://www.dotnetnuke.com
// Copyright (c) 2002-2013
// by DotNetNuke Corporation
//
// 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 restrict... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Mvc;
namespace AquaMarket.Common
{
public class CustomMetadataProvider : DataAnnotationsModelMetadataProvider
{
protected override ModelMetadata CreateMetadata(
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace System.Yaml
{
interface IRehashableKey
{
event EventHandler Changed;
}
/// <summary>
/// <para>Dictionary that automatically rehash when the content of a key is chang... |
/**
* The MIT License (MIT)
* Copyright (c) 2016 Kyle Banks
*
* 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, modi... |
using System;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace ApmToTap.Droid
{
[Activity(Label = "ApmToTap", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.Sc... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Zone : Interactable {
[SerializeField] private StringValue dialogBoxMessege = null;
protected override void OnTriggerEnter2D(Collider2D other) {
if (!isBlocked) {
if (other.ga... |
using System;
namespace Network.Infrastructure
{
public enum EDisconnectReason : byte
{
ConnectionRejected,
ClientUnreachable,
ClientLeft,
ClientJoinedAnotherServer,
ServerIsFull,
Timeout,
Unknown,
Unreachable,
WrongProtocolVersion,
... |
@using Meeting.Manager.Web
@namespace Meeting.Manager.Web.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
namespace Gripper.ChromeDevTools.Emulation
{
using Newtonsoft.Json;
/// <summary>
/// Overrides default host system locale with the specified one.
/// </summary>
public sealed class SetLocaleOverrideCommand : ICommand
{
private const string ChromeRemoteInterface_CommandName = "Emulation... |
/*
* Bungie.Net API
*
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
*
* OpenAPI spec version: 2.1.1
* Contact: support@bungie.com
* Generated by: https://github.com... |
@using System.Text.RegularExpressions;
<div class="itemlist" style="display: none;">
<div class="cbox findpass_step1">
<div class="cllogin">找回密码</div>
<div class="username">账号:<span class="newphone">@Regex.Replace(ViewBag.Mobile, "(\\d{3})\\d{4}(\\d{4})", "$1****$2")</span></div>
<div clas... |
using Microsoft.AspNetCore.Mvc;
using SimpleAuth.Api.Models;
using SimpleAuth.Common;
using SimpleAuth.Contracts.Business;
using System.Threading.Tasks;
namespace SimpleAuth.Api.Controllers
{
[Route("api/authorize")]
[ApiController]
public class AuthorizationController : ControllerBase
{
priva... |
using Fluxor.UnitTests.ActionSubscriberTests.SubscribeToActionTests.SupportFiles;
using System;
using Xunit;
namespace Fluxor.UnitTests.ActionSubscriberTests.SubscribeToActionTests
{
public class SubscribeToActionTests
{
private Dispatcher Dispatcher;
private Store Subject;
public SubscribeToActionTests()
... |
using System;
namespace SDRSharp.Radio
{
public class RdsDetectorBank
{
private readonly RdsDumpGroups _dumpGroups;
private readonly SyndromeDetector _detector;
public string RadioText
{
get { return _dumpGroups.RadioText; }
}
public string Program... |
using FluentValidation.Validators;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text.RegularExpressions;
using System.Web.Mvc;
namespace NHS111.Models.Models.Web.Validators
{
class EmailAddressValidator<TModel, TProperty> : PropertyValidator, IClientValidatable
{... |
#if !COREFX
using System;
using System.ServiceModel.Configuration;
namespace MsgPack.Wcf
{
/// <summary>
/// Configuration element to swap out DatatContractSerilaizer with the XmlMsgPackSerializer for a given endpoint.
/// </summary>
/// <seealso cref="MsgPackEndpointBehavior"/>
public class MsgP... |
namespace ComposableAsync
{
/// <summary>
/// <see cref="IDispatcherProvider"/> extension
/// </summary>
public static class DispatcherProviderExtension
{
/// <summary>
/// Returns the underlying <see cref="IDispatcher"/>
/// </summary>
/// <param name="dispatcherPro... |
/**
* Copyright 2013 Canada Health Infoway, 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 applicab... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Blazui.Component
{
public class EditorGeneratorAttribute : Attribute
{
public EditorGeneratorAttribute()
{
}
public EditorGeneratorAttribute(Type type) => Control = type;
/// <summary>
... |
namespace TeamTaskboard.Web.ViewModels.Account
{
using System.ComponentModel.DataAnnotations;
public class VerifyCodeViewModel
{
[Required]
public string Provider { get; set; }
[Required]
[Display(Name = "Code")]
public string Code { get; set; }
public stri... |
//------------------------------------------------------------------------------
// <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.Threading.Tasks;
using NUnit.Framework;
using Translation.Common.Contracts;
using Translation.Common.Enumerations;
using Translation.Common.Models.Responses.Project;
using Translation.Server.Unit.Tests.RepositorySetupHelpers;
using Translation.Server.Unit.Tests.UnitOfWorkSetupHelper;
using static Trans... |
@using System.Threading
@using System.Web.Optimization
@using Abp.Timing
@using SoiticTest
@using SoiticTest.Web.Helpers
@{
SetAntiForgeryCookie();
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width... |
// 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 BasicTestApp;
using BasicTestApp.FormsTest;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2... |
using ESS.Amanse.BLL.ICollection;
using ESS.Amanse.BLL.Repo;
using ESS.Amanse.DAL;
using ESS.Amanse.ViewModels;
using ESS.Amanse.ViewModels.Patient;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ESS.Amanse.BLL.Collection
{
public class Patient : Repository<patient... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text;
namespace order_management
{
public class YoyComparison
{
public string Quarter { get; set; }
public int CountOrders { get; set; }
public int AvgCountProductsPerOrder ... |
using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Top.Api;
namespace DingTalk.Api.Response
{
/// <summary>
/// OapiImpaasGroupmemberGetmemberlistResponse.
/// </summary>
public class OapiImpaasGroupmemberGetmemberlistResponse : DingTalkResponse
{
/// <sum... |
using RightControl.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RightControl.IService
{
public interface IWorkLogService : IBaseService<WorkLogModel>
{
WorkLogModel GetDetail(int Id);
}
} |
// 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;
using System.Linq;
using System.Reflection;
using JetBrains.Annotations;
using Microsoft.EntityFrameworkCore.Utilities;
namespace Microso... |
using System;
using System.Runtime.CompilerServices;
namespace SharpGen.Runtime
{
public static unsafe partial class BooleanHelpers
{
/// <summary>
/// Converts bool array to an array of integers.
/// </summary>
/// <param name="array">The bool array.</param>
/// <param ... |
using System;
using sd = System.Drawing;
using swf = System.Windows.Forms;
using Eto.Drawing;
using Eto.Forms;
using Eto.WinForms.Drawing;
namespace Eto.WinForms.Forms.Controls
{
public class DrawableHandler : WindowsPanel<DrawableHandler.EtoDrawable, Drawable, Drawable.ICallback>, Drawable.IHandler
{
public virtu... |
/*
* 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.Text;
namespace RailNation
{
public enum UpgradeType
{
Power = 1,
Speed = 2,
Reliability = 3,
Acceleration = 4,
Hitch = 5
}
} |
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace DevRelKr.YouTubeWebSubSubscriptionHandler.FunctionApp.Models
{
/// <summary>
/// This specifies the subscription mode.
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
public enum Subs... |
/*
* Copyright (C) 2014 Patrick Mours. All rights reserved.
* License: https://github.com/crosire/reshade#license
*/
using Microsoft.Win32;
using ReShade.Setup.Dialogs;
using ReShade.Setup.Utilities;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compress... |
using System;
using EFT.Trainer.Features;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
#nullable enable
namespace EFT.Trainer.Configuration
{
public class TrackedItemConverter : JsonConverter
{
public override void WriteJson(JsonWriter writer, object? value, JsonSerializer serializer)
{
if (value is n... |
namespace AstArangoDbConnector.Syntax
{
public sealed class SyntaxDotNameMemberCrefSyntax : BaseSyntaxCollection
{
}
} |
//-------------------------------------------------------------------------
// Copyright © 2019 Province of British Columbia
//
// 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://w... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using YoyoMooc.StuManagement.Api.Services;
using YoyoMooc.StuManagement.Models;
namespace YoyoMooc.StuManagement.Web.Pages
{
public class CreateOrEditStudentbas... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Microsoft.EntityFrameworkCore.Diagnostics;
namespace Microsoft.EntityFrameworkCore
{
/// <summary>
/// Configures the precision of data that is allo... |
////////////////////////////////////////////////////////////////////////////
// <copyright file="CalibrationForm.cs" company="Intel Corporation">
//
// Copyright (c) 2013-2017 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ScreenShake : MonoBehaviour {
float shakeTime = 0.0f;
public bool isShaking;
Vector3 originalPos;
Vector3 originalRot;
public static ScreenShake Instance {
get{
return instance;
}
}
private static Scr... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 탄환을 정의합니다.
/// </summary>
public abstract class EnemyBulletScript : EnemyScript, IMovableEnemy
{
#region 컨트롤러가 사용할 Unity 객체를 정의합니다.
/// <summary>
/// Rigidbody2D 요소를 가져옵니다.
/// </summary>
Rigidbody2D... |
/**
* Copyright 2015 IBM Corp. 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 applicable law ... |
using System;
using System.Threading.Tasks;
using SysKit.ODG.Base.DTO.Generation;
namespace SysKit.ODG.Base.Interfaces.Office365Service
{
public interface ISharePointService
{
/// <summary>
/// Creates new site or throws an error if it already exists
/// </summary>
/// <param n... |
//
// Copyright © 2021 Terry Moreland
// 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, dist... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using MongoDB;
using MongoDB.Configuration;
using MongoDB.Configuration.Builders;
using SimpleCqrs.Eventing;
namespace SimpleCqrs.EventStore.MongoDb
{
public class MongoEventStore : IEventStor... |
@page
@model DatePot.Areas.VinylPot.Pages.IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="fadeIn">
<div class="row">
<div class="col-12">
<button type="button" class="btn btn-primary btnAddVinylModal" data-toggle="modal"
data-target="#AddVinylModal">Add Vinyl</b... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** 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;
namespace Pulumi.Azur... |
//------------------------------------------------------------------------------
// <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.Text.Json.Serialization;
namespace Essensoft.Paylink.Alipay.Domain
{
/// <summary>
/// AlipayEcoMycarDataExternalSendModel Data Structure.
/// </summary>
public class AlipayEcoMycarDataExternalSendModel : AlipayObject
{
/// <summary>
/// external_system_name
//... |
namespace JPPhotoManager.Domain.Interfaces
{
public interface ICatalogAssetsService
{
Task CatalogAssetsAsync(CatalogChangeCallback callback);
Asset CreateAsset(string directoryName, string fileName);
}
} |
namespace LINGYUN.Abp.WeChat.OpenId
{
public class WeChatOpenId
{
/// <summary>
/// 用户在开放平台的唯一标识符,在满足 UnionID 下发条件的情况下会返回
/// </summary>
public string UnionId { get; set; }
/// <summary>
/// 用户唯一标识
/// </summary>
public string OpenId { get; set; }... |
namespace TwitchLib.Events.PubSub
{
/// <summary>Object representing the arguments for bits received event</summary>
public class OnBitsReceivedArgs
{
/// <summary>Property of for username.</summary>
public string Username;
/// <summary>Property for channel name.</summary>
p... |
namespace MusicHub
{
using System;
using System.IO;
using AutoMapper;
using Microsoft.EntityFrameworkCore;
using Data;
public class StartUp
{
public static void Main(string[] args)
{
var context = new MusicHubDbContext();
Mapper.Initialize(conf... |
using System;
using System.Collections.Generic;
using System.Linq;
using BLL.Entities;
namespace BLL.Services
{
public class FilterQueryParser<T>
where T : IEntity
{
private const char And = '&';
private const char Or = '|';
private const char Equal = '=';
private cons... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Restaurant
{
public class Tea : HotBeverage
{
public Tea(string name, decimal price, double milliliters)
: base(name, price, milliliters) { }
}
} |
using System;
using System.ComponentModel;
using System.Windows.Forms;
using Microsoft.VisualStudio.Shell;
using System.Runtime.InteropServices;
using System.Text;
using System.Diagnostics;
using Resources = ErwinMayerLabs.CustomizeVSWindowTitleSharedResources.Properties.Resources;
namespace ErwinMayerLabs.RenameVSWin... |
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("ScreenSaver")]
[assembly: AssemblyDescrip... |
#pragma warning disable CS0672,CS0809,CS1591
namespace Amazon.JSII.Tests.CalculatorNamespace
{
/// <remarks>
/// <h1>jsii Calculator</h1>
///
/// This library is used to demonstrate and test the features of JSII
///
/// <h2>How to use running sum API:</h2>
///
/// First, create a cal... |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle ("TmlGUI")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyConfiguration ("")]
[assembly:... |
// <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.
// Changes may cause incorrect behavior and will be lost if the code is
// re... |
/*
* 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.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Delobytes.AspNetCore
{
/// <summary>
/// Execute single command with one parameter and return result.
/// </summary>
/// <typeparam name="T">Parameter type.</typeparam>
public interface IAsyncCommand<T>... |
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace Workday.StudentRecords
{
[GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrou... |
using com.hideakin.textsearch.model;
using com.hideakin.textsearch.net;
using System;
using System.Threading;
namespace com.hideakin.textsearch.service
{
public class AuthenticationService
{
private readonly IndexApiClient client;
public AuthenticationService(CancellationToken ct)
{
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Windows.Forms;
using Charlotte.Commons;
using Charlotte.Tests;
namespace Charlotte
{
class Program
{
static void Main(string[] args)
{
ProcMain.CUIMain(new Program().Main2);
}
private void... |
using System;
namespace URI_1115
{
class Program
{
static void Main(string[] args)
{
string[] vet = Console.ReadLine().Split(' ');
int X = int.Parse(vet[0]);
int Y = int.Parse(vet[1]);
while (X != 0 && Y != 0)
{
if (X... |
public class Solution
{
public double FindMedianSortedArrays(int[] nums1, int[] nums2)
{
if (nums1 == null || nums1.Length == 0)
return DegenerateCase(nums2);
if (nums2 == null || nums2.Length == 0)
return DegenerateCase(nums1);
int... |
using Dapper;
using Database.Common;
using Database.ConnectionStringProvider;
using Database.IDatabase;
using Database.IDb.DatabaseGeneratorCluster;
using Moq;
using Moq.Dapper;
using NUnit.Framework;
using System.Data;
using System.Data.Common;
using System.Threading.Tasks;
namespace Tests
{
public class SQLServerDa... |
using Cosmos.Business.Extensions.Holiday.Configuration;
// ReSharper disable once CheckNamespace
namespace Cosmos.Business.Extensions.Holiday
{
/// <summary>
/// Namibia holiday provider extensions
/// </summary>
public static class NamibiaHolidayProviderExtensions
{
/// <summary>
/... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Calculation.Models
{
public class TerrestrialObservation
{
public string PointId { get; set; }
public DateTime TimeUtc { get; set; }
public double TargetHeight { get; set; }
public double PrismConstant... |
//-----------------------------------------------------------------------
// <copyright file="BusyAnimation.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: http://www.lhotka.net/cslanet/
// </copyright>
// <summary>User control that displays busy animation</summary>
//... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ScriptCs.OctopusClient")]
[assembly: AssemblyDescription("Octopus Deploy Client Script Pack for ScriptCs")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Henrik Andersson... |
namespace GdUnit3.Executions
{
internal sealed class ExecutionTimeoutException : System.Exception
{
public ExecutionTimeoutException(string message, int line) : base(message)
{
LineNumber = line;
}
public int LineNumber
{ get; private set; }
}
} |
/// This code was generated by
/// \ / _ _ _| _ _
/// | (_)\/(_)(_|\/| |(/_ v1.0.0
/// / /
using NSubstitute;
using NSubstitute.ExceptionExtensions;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using Twilio.Clients;
using Twilio.Converters;
using Twilio.Exceptions;
using ... |
// Copyright (c) 1995-2009 held by the author(s). 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 c... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Database.Model;
namespace Database.DAL
{
public class Crud : SQLite
{
/// <summary>
/// Método para salvar um registro
/// </summary>
/// <... |
// <copyright file="Startup.cs" company="Majunga.co.uk">
// Copyright (c) Majunga.co.uk. All rights reserved.
// </copyright>
namespace BotDot
{
using System;
using System.IO;
using BotDot.BackgroundTasks;
using BotDot.BusinessLogic.Services;
using BotDot.BusinessLogic.Services.Interfaces;
usi... |
/*
* 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 ... |
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <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 regenerate... |
//------------------------------------------------------------------------------
// <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>
//--... |
#region Copyright (c) 2006-2019 nHydrate.org, All Rights Reserved
// -------------------------------------------------------------------------- *
// NHYDRATE.ORG *
// Copyright (c) 2006-2019 All Rights reserved *
// ... |
/*
* 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... |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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
*
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Threading.Tasks;
namespace IllusionMods.TranslationTools.Tools.MergeIntoDump
{
internal class MergeJob
{
private FileInfo _sourceFileInfo = null;
private string _destFilePath = n... |
#nullable disable
using System.Xml.Serialization;
namespace Amazon.Sts;
public sealed class AssumeRoleResponse : IStsResponse
{
[XmlElement]
public AssumeRoleResult AssumeRoleResult { get; init; }
}
public sealed class AssumeRoleResult
{
[XmlElement]
public Credentials Credentials { get; init; }
... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Today
{
class Program
{
/*
Run-length encoding is a fast and simple method of encoding strings. The basic idea is to represent repeated successive characters as a single count and character.
For example, th... |
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Security.Cryptography.X509Certificates;
using System.Xml;
using System.Xml.Linq;
using Helsenorge.Messaging.Abstractions;
using Helsenorge.Messaging.ServiceBus.Receivers;
namespace Helsenorge.Messaging.Security
{
/// <summary>
///... |
@using SpamApi.Areas.HelpPage.ModelDescriptions
@model SimpleTypeModelDescription
@Model.Documentation |
//#define LOG
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Ipc;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using DigitalPlatform;
using DigitalPlatform.Cor... |
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace CQRS_with_MediatR
{
public class Program
{
pub... |
//
// ALC.cs
//
// Copyright (C) 2020 OpenTK
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
//
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServ... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace RangeRover
{
public static class RangeExtensions
{
public static IEnumerable<Range<T>> Combine<T>(this IEnumerable<Range<T>> ranges)
where T : IComparable
{
var queue = new Queue<Range<T>>(rang... |
using System.Collections.Generic;
using Newtonsoft.Json;
namespace DXANET
{
public class Domain
{
[JsonProperty("domain")]
public string domain { get; set; }
[JsonProperty("acronym")]
public string acronym { get; set; }
[JsonProperty("version")]
public... |
// 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, sublicense, and/or ... |
using CSharpSpeed;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
namespace InstrumentedLibrary
{
/// <summary>
/// The is division safe tests class.
/// </summary>
[DisplayName("Is Division Safe"... |
/*
* Vortex OpenSplice
*
* This software and documentation are Copyright 2006 to TO_YEAR ADLINK
* Technology Limited, its affiliated companies and licensors. All rights
* reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.