text stringlengths 1 932k |
|---|
using UnityEditor;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using CEUtilities.Helpers;
public class DecentralandEditor : EditorWindow {
private static float TILE_SCALE = 1;
private static float TILE_SIZE = TILE_SCALE * 40;
private bool publishing = false;
... |
using System.Collections;
using System.Collections.Generic;
public class PopulationRegister : IEnumerable<int>
{
private int lasti = 0;
private LinkedList<int[]> population = new LinkedList<int[]>();
public int Count => lasti;
public int Min { get; set; } = int.MaxValue;
public int Max { get; set... |
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
using AspectCore.Configuration;
using AspectCo... |
using Microsoft.Extensions.DependencyInjection;
using Pandora.Core.Contracts.Repositories;
using Pandora.Infrastructure.Repository;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Pandora.API.Extensions
{
public static class RepositoriesExtensions
{
... |
/*
* 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 CryptoApisLibrary.DataTypes;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace CryptoApisLibrary.Tests.Blockchains.Transactions.DecodeTransaction
{
[TestClass]
public class DogeMain : BaseBtcSimilarCoin
{
protected override NetworkCoin NetworkCoin { get; } = NetworkCoin.DogeMainN... |
namespace xServer.Forms
{
partial class FrmStartupManager
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
using ME.ECS;
namespace ME.ECS.Essentials.Input.Components {
public interface IInputPointerComponent : IStructComponent {
InputPointerData setData { set; get; }
}
public struct InputPointerClick : IInputPointerComponent {
public InputPointerData data;
publi... |
// Copyright (c) Multi-Emu.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Concurrent;
using AuthServer.Network.Sessions;
using Framework.Database;
using Framework.Misc;
namespace AuthServer.Managers
{
class SessionManager : Singleto... |
using System;
using UnityEngine;
namespace UnityAtoms
{
/// <summary>
/// Generic base class for Variables. Inherits from `AtomBaseVariable<T>`.
/// </summary>
/// <typeparam name="T">The Variable value type.</typeparam>
/// <typeparam name="E1">Event of type `AtomEvent<T>`.</typeparam>... |
namespace Win.Rentas
{
partial class FormLogin
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
... |
namespace XenAdmin.Dialogs.VMAppliances
{
partial class FateSharingVMsDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true... |
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.Extensions.DependencyInjection;
using Pomelo.EntityFrameworkCore.Lolita.Update;
namespace Microsoft.EntityFrameworkCore
{
public class SqlServerLolitaDbOptionExtension : IDbContextOptionsExtension
{
public DbContextOptionsExtensionI... |
/*
* 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... |
@model DRMFSS.BLL.HubOwner
@using DRMFSS.Web.Helpers
<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
@using (Html.BeginForm())
{
@Html.ValidationSummary(t... |
using System;
using System.Collections.Generic;
using System.IO;
namespace chartMerger {
class Program {
static void Main(string[] args) {
if(args.Length == 0) {
Console.WriteLine("Usage: Drag and drop the .chart files you want to merge.");
Console.WriteLine("It... |
/// This code was generated by
/// \ / _ _ _| _ _
/// | (_)\/(_)(_|\/| |(/_ v1.0.0
/// / /
using System;
using System.Collections.Generic;
using Twilio.Base;
using Twilio.Converters;
namespace Twilio.Rest.Api.V2010.Account.Call
{
/// <summary>
/// Create a FeedbackSummary resource for a ... |
/*
* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1) Redistributions of source code must retain the above copyright
* notice, this lis... |
using HTC.UnityPlugin.ColliderEvent;
using HTC.UnityPlugin.PoseTracker;
using HTC.UnityPlugin.Utility;
using HTC.UnityPlugin.Vive;
using System;
using UnityEngine;
using UnityEngine.Events;
public class BasicGrabbable : MonoBehaviour
, IColliderEventDragStartHandler
, IColliderEventDragFixedUpdateHandler
... |
using System;
namespace RestEase.Implementation
{
/// <summary>
/// Helper methods to turn a value into a string
/// </summary>
public static class ToStringHelper
{
/// <summary>
/// Turns the given value into a string, using its <see cref="IFormattable"/> implementation if possibu... |
/*
dotNetRDF is free and open source software licensed under the MIT License
-----------------------------------------------------------------------------
Copyright (c) 2009-2012 dotNetRDF Project (dotnetrdf-developer@lists.sf.net)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this ... |
// Url:https://leetcode.com/problems/design-compressed-string-iterator
/*
604. Design Compressed String Iterator
Easy
// {{ MISSING QUESTION }}
*/
using System;
namespace InterviewPreperationGuide.Core.LeetCode.problem604 {
public class Solution {
public void Init () {
}
}
} |
/* MIT License
Copyright (c) 2011-2019 Markus Wendt (http://www.dodoni-project.net)
All rights reserved.
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 li... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using OneSet.Abstract;
using OneSet.Models;
using SQLite;
namespace OneSet.Data
{
public class WorkoutsRepository : BaseRepository<Workout>, IWorkoutsRepository
{
public WorkoutsRepository(SQ... |
using System;
namespace artiso.AdsdHotel.Yellow.Contracts.Models
{
public record Transaction(string Id,
string PaymentAuthorizationTokenId,
decimal Amount,
DateTime CreatedAt);
} |
using System;
using Dapr.Actors.Runtime;
using ExtenFlow.Messages.Events;
namespace ExtenFlow.Identity.Roles.Queries
{
/// <summary>
/// Helper methods for identity actors.
/// </summary>
public static class IdentityRoleActorsHelper
{
/// <summary>
/// Registers the identity acto... |
// 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.Text;
using System.Text.RegularExpressions;
using Microsoft.ML.Internal.Calibration;
namespace Microso... |
// Copyright 2016 Google Inc. 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 applicabl... |
// 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.Globalization;
using System.IO;
using System.Text.Encodings.Web;
using System.Text.Unico... |
//------------------------------------------------------------------------------
// <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 genera... |
// 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 regenerated.
namespace Microso... |
namespace HalconWPF.Halcon
{
///
/// ----------------------------------------------------------------
/// Copyright @Taosy.W 2021 All rights reserved
/// Author : Taosy.W
/// Created Time: 2021/9/27 23:30:11
/// Description :
/// ------------------------------------------------------
... |
using Autofac;
using NUnit.Framework;
using Shuttle.Core.Container.Tests;
namespace Shuttle.Core.Autofac.Tests
{
[TestFixture]
public class Fixture : ContainerFixture
{
[Test]
public void Should_be_able_resolve_all_instances()
{
var containerBuilder = new ContainerBuilder();
var registry = new Autofac... |
// <copyright file="IFindsByXPath.cs" company="WebDriver Committers">
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to... |
namespace ThreeCs.Renderers.Renderables
{
using System.Drawing;
using ThreeCs.Materials;
using ThreeCs.Math;
public class RenderableFace
{
public int id = 0;
public RenderableVertex v1 = new RenderableVertex();
public RenderableVertex v2 = new RenderableVertex();
... |
namespace Api.Models.Error
{
public class ErrorEnvelope
{
public ErrorModel Error { get; set; }
public ErrorEnvelope()
{
}
public ErrorEnvelope(ErrorModel error)
{
Error = error;
}
public ErrorEnvelope(int code, string message)
... |
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json.Linq;
using System;
using System.IO;
namespace EazySDK.Utilities
{
public class SchedulesWriter
{
private static string ScheduleString { get; set; }
private static JObject SchedulesJson { get; set; }
private JToken Schedul... |
using System;
using System.Collections.Generic;
using System.Reflection.Emit;
using System.Text;
namespace LinFu.DynamicProxy
{
public class StindMap : Dictionary<string, OpCode>
{
public StindMap()
{
var stindMap = this;
stindMap["Bool&"] = OpCodes.Stind_I1;
... |
using Application;
using Application.Repositories;
using Infrastructure.Data;
using Infrastructure.Data.Repositories;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore... |
using System.Security.Cryptography.X509Certificates;
using System.Linq;
using System.Collections.Generic;
using System;
using OzzyEntityLibraries.Repository;
using OzzyEntityLibraries.DTO.Models;
using OzzyEntityLibraries.ORM.Models;
namespace OzzyEntityLibraries.Services
{
public class UsersServices
{
... |
// Copyright (C) 2003-2010 Xtensive LLC.
// All rights reserved.
// For conditions of distribution and use, see license.
// Created by: Dmitri Maximov
// Created: 2007.07.04
using System;
namespace Xtensive.Orm
{
/// <summary>
/// Table mapping attribute.
/// </summary>
[Serializable]
[AttributeUsage(At... |
@model IEnumerable<MVC_2019_09_01_ToDo_App_With_Relationships.Models.User>
@{
ViewData["Title"] = "Index";
}
<h2>Index</h2>
<p>
<a asp-action="Create">Create New</a>
</p>
<table class="table">
<thead>
<tr>
<th>
@Html.DisplayNameFor(model => model.UserName)
... |
/*
* 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 UnityEngine;
using UnityEngine.UI;
namespace Michsky.UI.ModernUIPack
{
[ExecuteInEditMode]
public class UIManagerProgressBarLoop : MonoBehaviour
{
[Header("Settings")]
public UIManager UIManagerAsset;
public bool hasBackground;
public bool useRegularBackground;
... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by \generate-code.bat.
//
// Changes to this file will be lost when the code is regenerated.
// The build server regenerates the code before each build and a pre-build
// step... |
using System;
using System.Collections.Generic;
using Microsoft.Msagl.Core.DataStructures;
using Microsoft.Msagl.Core.Layout;
namespace Microsoft.Msagl.GraphmapsWithMesh
{
class DijkstraAlgo
{
public List<VertexNeighbor> Edgelist = new List<VertexNeighbor>();
public List<int> ShortestPath = ne... |
#region License
//
// Author: Nate Kohari <nate@enkari.com>
// Copyright (c) 2007-2010, Enkari, Ltd.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// See the file LICENSE.txt for details.
//
#endregion
#region Using Directives
using System;
using Telerik.JustMoc... |
using Microsoft.ML;
using Microsoft.ML.Runtime.Api;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
namespace CarEvaluator
{
public class Car
{
public class CarEval
{
[Column(ordinal: "0")]
public string ... |
using System;
namespace step_2
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("{0} - {1}", 32, Convert.ToString(32, 2));
Console.WriteLine("{0} - {1}", 97, Convert.ToString(97, 2));
Console.WriteLine("{0} - {1}", 127, Convert.ToString(... |
using System;
namespace IoCBridge.Bindings
{
/// <summary>
/// Represents a binding to a constant
/// </summary>
public class ConstantBinding : Binding
{
private readonly object _constant;
/// <summary>
/// Instantiates a new instance
/// </summary>
/// <pa... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Reflection;
using System.ComponentModel;
using ACT.Core.Interfaces.Common;
using ACT.Core.Interfaces.Security;
using ACT.Core.Interfaces.DataAccess;
using ACT.Core.Interfaces;
using ACT.Core;
using ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Rocks;
using Xamarin.Forms.Internals;
using Xamarin.Forms.Xaml;
using static Mono.Cecil.Cil.Instruction;
using static Mono.Cecil.Cil.OpCodes;
namespace Xamarin.Forms.Build.Ta... |
using System;
namespace FutbolApp.Modelo
{
public class PlayerRating
{
//in Azure
[Newtonsoft.Json.JsonProperty("Id")]
public string Id { get; set; }
/// <summary>
/// Gets or sets the user identifier.
/// </summary>
/// <value>The user identifier.</value... |
// Description: Entity Framework Bulk Operations & Utilities (EF Bulk SaveChanges, Insert, Update, Delete, Merge | LINQ Query Cache, Deferred, Filter, IncludeFilter, IncludeOptimize | Audit)
// Website & Documentation: https://github.com/zzzprojects/Entity-Framework-Plus
// Forum & Issues: https://github.com/zzzprojec... |
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Tynamix.ObjectFiller.Test
{
public abstract class Parent
{
public Parent(int id)
{
Id = id;
}
public int Id { get; set; }
}
public class Ch... |
using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// KoubeiMerchantKbcloudSubuserlogoutEffectModel Data Structure.
/// </summary>
[Serializable]
public class KoubeiMerchantKbcloudSubuserlogoutEffectModel : AopObject
{
/// <summary>
... |
using System;
using FluentAssertions;
using L5Sharp.Core;
using L5Sharp.Creators;
using L5Sharp.Types;
using NUnit.Framework;
namespace L5Sharp.Creators.Tests
{
[TestFixture]
public class MemberCreatorTests
{
[Test]
public void Create_NullName_ShouldThrowArgumentNullException()
{
... |
@page
@model Auth.Admin.Pages.Clients.PropertiesModel
@{
ViewData["Title"] = "Properties";
}
<form asp-page="/Clients/Properties" method="post">
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="brea... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos.StandardShader
{
/// <summary>
... |
/*
* 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... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.17929
//
// 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.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.MediaPackageVod")]
[assembly: Assem... |
// 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 Xunit;
namespace System.IO.IsolatedStorage
{
public class FileExistsTests : IsoStorageTest
{
... |
namespace PhotoShare.Services
{
using Models;
public interface IAlbumService
{
Album Create(int userId, string albumTitle, string bgColor, string[] tags);
TModel ById<TModel>(int id);
TModel ByName<TModel>(string name);
bool Exists(int id);
bool Exists(string na... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Algorithms.Core.Collections;
using Algorithms.Core.Helpers;
namespace Algorithms.Core.Graphs
{
/// <summary>
/// The <tt>Graph</tt> class represents an undirected graph of vertices
/// named 0 through <em>V</em> -... |
using Orleans.Concurrency;
using System.Threading.Tasks;
using System;
using System.Collections.Generic;
namespace Orleans.Indexing
{
/// <summary>
/// The interface for IndexWorkflowQueueSystemTarget system-target.
/// </summary>
[Unordered]
internal interface IIndexWorkflowQueue : ISystemTarget,... |
using OnlineShop.Entities.Identity;
using OnlineShop.Services.Contracts.Admin;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Options;
using System.Threading.Tasks;
using System;
using Microsoft.AspNetCore.Authentication;
using Microsoft.Extensions.Lo... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;
using EasyNetQ.Events;
using EasyNetQ.Internals;
using EasyNetQ.Topology;
namespace EasyNetQ.Consumer
{
public class ExclusiveConsumer : IConsumer
{
private static readonly TimeSpan Resta... |
using AutoMapper;
using ErrorCentral.Application.DTOs;
using ErrorCentral.Application.ServiceInterfaces;
using ErrorCentral.Domain.Model;
using Microsoft.AspNetCore.Identity;
using Moq;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namesp... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면
// 이러한 특성 값을 변경하세요.
[assembly: AssemblyTitle("MuteWhenDeactivated")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly:... |
using System;
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
... |
/***********************************************************************************************\
* (C) KAL ATM Software GmbH, 2021
* KAL ATM Software GmbH licenses this file to you under the MIT license.
* See the LICENSE file in the project root for more information.
*
\*******************************************... |
using ExRam.Gremlinq.Core;
namespace System.Linq.Expressions
{
internal abstract class BinaryGremlinExpression : GremlinExpression
{
protected BinaryGremlinExpression(Expression parameter, GremlinExpression operand1, GremlinExpression operand2) : base(parameter)
{
Operand1 = operan... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WebSocket4Net;
namespace PusherClient
{
internal class Connection
{
private WebSocket _websocket;
private re... |
//------------------------------------------------------------------------------
// <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 (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System;
using System.Runtime.CompilerServices;
namespace SixLabors.ImageSharp.ColorSpaces.Conversion
{
/// <summary>
/// Color converter between CIE XYZ and CIE xyY.
/// <see href="http://www.brucelindb... |
using FaceDetector.ViolaJones;
using FaceDetector.ViolaJones.Cascade;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FaceDetector
{
class Face
{
private static HaarObjectDetector eyeDetector =... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Text;
namespace Jurassic.Library
{
/// <summary>
/// Represents an instance of the Symbol object.
/// </summary>
[DebuggerDisplay("{DebuggerDisplayValue,nq}", Type = "{DebuggerDisplayType... |
using System.Linq;
using System.Threading.Tasks;
using BlazorWebAssemblyIdentityServer.Shared;
using BlazorWebAssemblyIdentityServer.WebApp.Data;
using BlazorWebAssemblyIdentityServer.WebApp.Extensions;
using BlazorWebAssemblyIdentityServer.WebApp.Models.Identity;
using BlazorWebAssemblyIdentityServer.WebApp.Models.Ow... |
using System;
using System.Collections.Generic;
using System.Linq;
using GraphQL.Language.AST;
namespace GraphQL.Instrumentation
{
public static class ApolloTracingExtensions
{
public static void EnrichWithApolloTracing(this ExecutionResult result, DateTime start)
{
var perf = resul... |
/*===================================================================================
*
* Copyright (c) Userware/OpenSilver.net
*
* This file is part of the OpenSilver Runtime (https://opensilver.net), which is
* licensed under the MIT license: https://opensource.org/licenses/MIT
*
* As stated in t... |
// Copyright (c) 2007 James Newton-King. All rights reserved.
// Use of this source code is governed by The MIT License,
// as found in the license.md file.
namespace TestObjects;
public class PersonConverter : CustomCreationConverter<IPerson>
{
public override IPerson Create(Type type) =>
new Employee()... |
using System.Windows.Forms;
namespace Genshin_Calc
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disp... |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... |
//-----------------------------------------------------------------------
// <copyright file="Score.cs" company="None">
// Copyright (c) IIHOSHI Yoshinori.
// Licensed under the BSD-2-Clause license. See LICENSE.txt file in the project root for full license information.
// </copyright>
//------------------------------... |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using Polaroider;
namespace Gaucho.Test
{
public class EventDataFactoryTests
{
[Test]
public void EventDataFactory_BuildFrom()
{
var data = new MessageData { Message = "this is a test" };
var factory = new EventDa... |
using System;
using System.Collections.ObjectModel;
using Castle.DynamicProxy;
namespace Stunts.Sdk
{
internal class DynamicStuntInterceptor : IInterceptor, IStunt // Implemented to detect breaking changes in Stunts
{
readonly bool notImplemented;
readonly BehaviorPipeline pipeline;
i... |
// 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
... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//-----... |
---
Title: AppVeyor
Description: Support for AppVeyor.
---
<p>
Support for AppVeyor is implemented in the
<a href="https://www.nuget.org/packages/Cake.Issues.PullRequests.AppVeyor" target="_blank">Cake.Issues.PullRequests.AppVeyor addin</a>.
</p>
@Html.Partial("_ChildPages") |
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ApplicationModels;
using Microsoft.AspNetCore.Mvc.Internal;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Tochka.JsonRpc.Common;
using Tochka.Js... |
//Generated by LateBindingApi.CodeGenerator
using System;
using System.ComponentModel;
using LateBindingApi.Core;
namespace LateBindingApi.VBIDE
{
[SupportByLibrary("VBE")]
public class VBComponents : _VBComponents
{
#region Construction
public VBComponents(COMObject parentObject, object comProxy) : base(parent... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Threading;
using System.Windows.Forms;
namespace Restaurant {
internal partial class CookForm : Form {
User user;
string lastSelected = null;
Order lastChanged = null;
Dictionary<string, Order... |
/*
* 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... |
using System;
using UnityEngine.Events;
namespace Variables.Floats
{
/// <summary>
/// Serializable UnityEvent with int payload.
/// </summary>
[Serializable]
public class IntEvent : UnityEvent<int>
{
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
public class BeatAtFeet : Beatable
{
[SerializeField]
Transform rootParent = null;
[SerializeField]
GameObject arrow = null;
[SerializeField]
GameObject prefab = null;
[SerializeField]
V... |
using NLua;
using Oxide.Core.Configuration;
using Oxide.Core.Libraries;
using System.Collections.Generic;
namespace Oxide.Core.Lua.Libraries
{
/// <summary>
/// A datafile library that allows Lua to access datafiles
/// </summary>
public class LuaDatafile : Library
{
/// <summary>
... |
namespace SavedValues {
public class SavedValues {
// look at the following link to save player data in binary --> including arrays, strings...
// https://www.youtube.com/watch?v=XOjd_qU2Ido
public static string PlayerName;
public static Troop [] Troops;
public static int [] ... |
// <copyright file="TestRunners.cs" company="Datadog">
// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License.
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
// </copyright>
using System.Collections.G... |
using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
{
// Write a program that keeps track of guests, that are going to a house party.
//On the first line of input, you are going to receive the number of commands you are going to r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.