text stringlengths 1 932k |
|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GroupCalculations
{
class Program
{
static void Main(string[] args)
{
List<int> a = new List<int>();
List<int> b = new List<int>();
M... |
// <auto-generated />
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using MyFavoriteBooks.Data;
namespace MyFavoriteBooks.Migrations
{
[DbContext(typeof(MyFavorit... |
/* 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:
*
* * Redistributions of source code must retain the above
* copyright notice, this li... |
/*
* 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 System.Collections.Generic;
using System.Text;
using UnityEditor;
using UnityEngine;
[CustomEditor(typeof(FB.PosePlus.Dev_AniEditor))]
public class AniEditor_Inspector : Editor
{
public override void OnInspectorGUI()
{
if (this.target == null) return;
//base.OnInspectorG... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using System;
#if FEATURE_REMOTING
using System.Runtime.Remoting;
#else
using MarshalByRefObject = System.Ob... |
using System;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Newtonsoft.Json;
using DAL.WeiXin;
using WeiXinCore;
namespace Mozart.CMSAdmin.WXConfig
{
public... |
using UnityEngine;
[RequireComponent(typeof(VehicleMovement))]
public class InputPlayer2 : MonoBehaviour
{
private VehicleMovement vehicleMovementRef;
private EnergyScript energyScriptRef;
void Start()
{
vehicleMovementRef = GetComponent<VehicleMovement>();
vehicleMovementRef.SetPlay... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.Data.SqlClient;
namespace HengXinSMS.Models
{
public class SQLHelper
{
private SqlConnection conn = null;
private SqlCommand cmd = null;
private SqlDataReader sdr = null;... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Machina
{
/// <summary>
/// Makes an object serializable into the Machina API instruction that would generate an equal instance of it.
/// </summary>
interface IInstructable
... |
using Eventual.EventStore.Readers.Tracking.Storage.EntityFramework;
using Eventual.EventStore.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.SqlServer;
using System;
using System.Collections.Generic;
using System.Text;
namespace EventStreamReactiveObservablesExample
{
... |
@model MvcAnimalShelter.Models.Animal;
<div class="row">
<div class="col-md-6 offset-md-3">
<h4 class="text-center">Edit Details For: @Html.DisplayFor(model => model.Name)</h4>
@using (Html.BeginForm())
{
@Html.HiddenFor(model => model.AnimalId)
<div class="form-group">
@Html.Label... |
// Copyright (c) Peter Vrenken. All rights reserved. See the license on https://github.com/vrenken/EtAlii.Ubigia
namespace EtAlii.Ubigia.Api.Functional.Traversal
{
public interface ITraversalValidator
{
void Validate(Script script);
void Validate(Subject subject);
}
} |
/*
Copyright 2019 Esri
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, ... |
// Copyright (c) morrisjdev. All rights reserved.
// Original copyright (c) .NET Foundation. All rights reserved.
// Modified version by morrisjdev
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.EntityFrameworkCore.Diagnostics;
namespace... |
// Copyright (c) Brian Reichle. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using Buffalo.Core.Common.Test;
using Moq;
using NUnit.Framework;
namespace Buffalo.Core.Lexer.Test
{
[TestFixture]
... |
using AForge.Imaging;
using ColorMine.ColorSpaces;
using ColorMine.ColorSpaces.Comparisons;
using SharpGenetics.BaseClasses;
using SharpGenetics.Logging;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.Linq;
using System.Runtime.Serialization;
using Syst... |
using System;
using System.Diagnostics.CodeAnalysis;
namespace StudentBankAccount
{
[ExcludeFromCodeCoverage]
public class SaldoInsuficienteException : OperacaoFinanceiraException
{
public double Saldo { get; }
public double ValorSaque { get; }
public SaldoInsuficienteException()
... |
// *** 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... |
using System;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace QFramework
{
public interface ICom
{
AbstractActor actor
{
get;
}
int comOrder
{
get;
}
//自身的初始化工作
void AwakeCom(Abs... |
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
//
// 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.Collections;
using System.Collections.Generic;
using UnityEngine;
public class IAController : MonoBehaviour
{
public int iaCount = 4;
public List<GameObject> ias;
public bool over { get; private set; }
public int inimigos { get; private set; }
private GameManager gm;
private void... |
using System;
using System.Data;
using System.Windows.Forms;
using Microsoft.VisualBasic;
using System.Diagnostics;
namespace StrategyTools
{
public partial class FormMain : Form
{
MainPresenter mPresenter;
public FormMain()
{
InitializeComponent();
}
priva... |
// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using Xenko.Core;
namespace Xenko.Rendering.Materials.ComputeColors
{
/// <summary>
/// Ope... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Q42.HueApi.Streaming.Extensions;
namespace HueLightDJ.Web.Models
{
public class EffectLogMsg
{
public string EffectType { get; set; }
public string Name { get; set; }
public string RGBColor { get;... |
/*
* 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 Rocket.Core;
using Rocket.Core.Plugins;
using System;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Rocket.API;
using Rocket.Unturned.Player;
using Rocket.Unturned.Chat;
using Rocket.API.Collections;
using SDG.Unturned;
namespace T... |
@model Cats.Models.Hubs.LetterTemplate
@using Cats.Web.Hub.Helpers
@{
ViewBag.Title = Html.Translate("Details");
}
<h2>@Html.Translate("Details")</h2>
<fieldset>
<legend>@Html.Translate("LetterTemplate")</legend>
<div class="display-label">@Html.Translate("Name")</div>
<div class="display-field">
... |
namespace ClassLib108
{
public class Class068
{
public static string Property => "ClassLib108";
}
} |
using System;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using ChameleonForms.Tests.Helpers;
using NUnit.Framework;
namespace ChameleonForms.Tests.ModelBinders.DateTimeModelBinderTests
{
[TestFixture(TypeArgs = new[]{typeof(DateTime)})]
[TestFixture(TypeArgs = new[]{type... |
using System.Threading.Tasks;
using EdityMcEditface.Mvc.Auth;
using EdityMcEditface.Mvc.Models.Compiler;
using EdityMcEditface.Mvc.Models.Page;
namespace EdityMcEditface.Mvc.Repositories
{
public interface IPublishRepository
{
void Compile(IUserInfo compilingUser);
Task<PublishEntryPoint> Get... |
namespace Veterinary.Models.Clinic
{
using Contracts;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Veterinary.Models.Pets.Contracts;
public class Clinic : IClinic, IEnumerable<IPet>
{
private int roomsCount;
private ... |
using System.Text.Json.Serialization;
namespace Ion.Middleware;
public class StartupResponse : MiddlewareResponse
{
public StartupResponse(IMicroService service)
: base(service)
{
Started = service.IsStarted;
}
public StartupResponse()
{
}
[JsonPropertyName("started")]
p... |
using System.Linq;
using UnityEngine;
namespace FancyScrollView
{
public class Example03Scene : MonoBehaviour
{
[SerializeField]
Example03ScrollView scrollView;
void Start()
{
var cellData = Enumerable.Range(0, 20)
.Select(i => new Example03CellDto ... |
// WARNING - AUTOGENERATED - DO NOT EDIT
//
// Generated using `sharpie urho`
//
// AnimationController.cs
//
// Copyright 2015 Xamarin Inc. All rights reserved.
using System;
using System.Runtime.InteropServices;
using System.Collections.Generic;
using Urho.Urho2D;
using Urho.Gui;
using Urho.Resources;
using Urho.... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace shopping_list.DataLayer
{
public class Item
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
[Required]
public int ItemId { ... |
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本: 4.0.30319.269
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Soo... |
namespace WalletWasabi.Models.ChaumianCoinJoin
{
public enum CcjRoundPhase
{
InputRegistration,
ConnectionConfirmation,
OutputRegistration,
Signing
}
} |
// Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
using System.Text.Json;
using Azure.Core;
namespace Azure.ResourceManager.Compute.Models
{
public partial class VirtualMachineScaleSetInstanceV... |
// Copyright © Microsoft Corporation. All Rights Reserved.
// This code released under the terms of the
// MICROSOFT LIMITED PUBLIC LICENSE version 1.1 (MS-LPL, http://go.microsoft.com/?linkid=9791213.)
//
//Copyright (C) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
u... |
using System.Collections.Generic;
namespace Thriot.Management.Services.Dto
{
public class TelemetryDataSinkSettingsDto
{
public List<TelemetryDataSinkParametersDto> Incoming { get; set; }
}
} |
using LagoVista.Client.Core;
using LagoVista.DeviceManager.Core.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LagoVista.DeviceManager
{
public class ClientAppInfo : IClientAppInfo
{
public Type MainViewModel =>... |
//-----------------------------------------------------------------------
// <copyright file="MockTextManager.cs">
// MS-PL
// </copyright>
// <license>
// This source code is subject to terms and conditions of the Microsoft
// Public License. A copy of the license can be found in the License.html
// file at... |
using SIS.HTTP.Cookies;
using SIS.HTTP.Responses;
using SIS.MvcFramework;
using SIS.MvcFramework.Services;
using System.Linq;
using Panda.Models;
using Users.ViewModels.Users;
namespace Panda.Controllers
{
public class UsersController : BaseController
{
private const int COOKIE_EXPIRES_DAYS = 7;
... |
namespace Mindstorms.Core.Music._438
{
public class Aisz7 : Note
{
public Aisz7(NoteType noteType = NoteType.Quarter) : base(noteType)
{
Name = "A#7/Bb7";
Frequency = 3712.36;
WaveLength = 9.29;
}
}
} |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: prisel/chat_spec.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global... |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameOver : MonoBehaviour
{
public TMPro.TextMeshProUGUI timeScore;
public TMPro.TextMeshProUGUI killScore;
private void Start()
{
timeScore.text = ((int)Stats.instance.time) + " Seconds";
killScore.text ... |
using Syadeu.Collections;
using Syadeu.Presentation.Components;
using Syadeu.Presentation.Entities;
using System.Collections.Generic;
using Unity.Collections;
namespace Syadeu.Presentation.TurnTable
{
public struct TRPGActorAttackComponent : IEntityComponent
{
//internal bool m_HasTarget;
//in... |
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("02-... |
using System;
using System.Windows.Input;
using Xamarin.Forms;
using LyraWallet.Services;
using LyraWallet.Models;
using System.Collections.Generic;
using System.Threading.Tasks;
using LyraWallet.Views;
using System.Linq;
using System.IO;
using ZXing.Net.Mobile.Forms;
using Lyra.Core.API;
namespace LyraWallet.ViewM... |
/***************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2014 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
Fo... |
using System;
using System.Collections.Generic;
using System.Linq;
using AldursLab.Essentials.FileSystem;
using JetBrains.Annotations;
namespace AldursLab.PersistentObjects.Persistence
{
public class FlatFilesDataImporter
{
readonly DataMap dataMap;
public FlatFilesDataImporter([NotNull] Persi... |
using DewCore.Abstract.Database;
namespace DewCore.Database.MySQL
{
/// <summary>
/// MySQL connection string
/// </summary>
public class MySQLConnectionString : IConnectionString
{
/// <summary>
/// server address
/// </summary>
public readonly string Host;
... |
namespace Md.GoogleCloudFunctions.Logic
{
using System;
using System.Threading;
using System.Threading.Tasks;
using CloudNative.CloudEvents;
using Google.Cloud.Functions.Framework;
using Google.Events.Protobuf.Cloud.PubSub.V1;
using Md.Common.Contracts.Messages;
using Md.Common.Logic;
... |
namespace SecondMonitor.DataModel.Snapshot.Systems
{
using System;
using BasicProperties;
[Serializable]
public sealed class FuelInfo
{
public FuelInfo()
{
FuelCapacity = new Volume();
FuelRemaining = new Volume();
FuelPressure = new Pressure();... |
@page
@model ResendEmailConfirmationModel
@{
ViewData["Title"] = "Resend email confirmation";
}
<h1>@ViewData["Title"]</h1>
<h2>Enter your email.</h2>
<hr />
<div class="row">
<div class="col-md-4">
<form method="post">
<div asp-validation-summary="All" class="text-danger"></div>
... |
/* MIT License
Copyright (c) 2016 JetBrains http://www.jetbrains.com
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, mo... |
using System.Threading.Tasks;
namespace TennisBookings.Web.Core
{
public class EmailService : IEmailService
{
public Task SendAsync(string sender, string recipient, string title, string content)
{
// Demoware - not implemented!
return Task.CompletedTask;
}
... |
using UIKit;
namespace XamGLMapiOSDemo
{
public class Application
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Commands.DTOs
{
public class CommandCreateDto
{
[Required]
[MaxLength(250)]
public string HowTo { get; set; }
[Required]
... |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation with the addition of the... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using Akka.Streams.Dsl;
using Akka.Streams.Kafka.Dsl;
using Akka... |
//*******************************************************************************************//
// //
// Download Free Evaluation Version From: https://bytescout.com/download/web-installer //
// ... |
using Loki.BulkDataProcessor.Commands.Interfaces;
namespace Loki.BulkDataProcessor.Commands.Factory
{
public interface ICommandFactory
{
IBulkModelsCommand NewBulkCopyModelsCommand();
IBulkDataTableCommand NewBulkCopyDataTableCommand();
}
} |
using Xunit;
namespace TemplateLibraryTests
{
public abstract class CjmTestFixture : TestFixtureBase
{
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class NavigateMenu : MonoBehaviour
{
public GameObject pauseMenu;
public GameObject player;
public void SwitchScene(string sceneName)
{
SceneManager.LoadScene(sceneName);
... |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ImageCdnNode.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Go... |
namespace StoreManager.Application.DTOs.Settings
{
public class CacheSettings
{
public int AbsoluteExpirationInHours { get; set; }
public int SlidingExpirationInMinutes { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FineBot.API.ReactionApi
{
public class ReactionResponseModel
{
public bool ok { get; set; }
public string error { 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... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
namespace Swisschain.Sdk.Server.WebApi.Pagination
{
public static class PaginationMapper
{
public static Paginated<TItem, TId> Paginate<TItem, TId>(this IReadOnlyCollection<TItem> source,
Pag... |
namespace MonacoForBlazor.Api.Dtos
{
/// <summary>
/// DTO for an IRange object
/// </summary>
public class RangeDto
{
/// <summary>
/// Line number on which the range starts (starts at 1).
/// </summary>
public int StartLineNumber { get; set; }
/// <summary... |
/*
BIMserver.center license
This file is part of BIMserver.center IFC frameworks.
Copyright (c) 2017 BIMserver.center
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files, to use this software with the
purpose of developing new tools for the B... |
#pragma checksum "C:\Users\NA\Desktop\새 폴더\Conestoga\Level 3\Microsoft Web Technologies\Assignment1\PROG2230_AS1_BMin\PROG2230_AS1_BMin\Views\TransactionRecord\Edit.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9e89edfe1a360e2d6964c8a5d86ba152a7af77da"
// <auto-generated/>
#pragma warning disable 1591
[assembly: gl... |
/*
* 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 UnityEngine;
[RequireComponent(typeof(FacingRotation))]
[RequireComponent(typeof(Rigidbody2D))]
public class Enemy : MonoBehaviour
{
public Cell CurrentCell { get; set; }
private Map Map => CurrentCell.Map;
private Rigidbody2D rb;
private Facing... |
// MIT License - Copyright (C) ryancheung and the FelCore team
// This file is subject to the terms and conditions defined in
// file 'LICENSE', which is part of this source code package.
using System;
using System.IO;
using System.Text;
using System.Collections.Generic;
using Common;
using Common.Extensions;
using st... |
using JetBrains.Annotations;
using TaleWorlds.CampaignSystem;
namespace BannerLib.Gameplay.Dialogs
{
/// <summary>
/// Represents a dialog partner's response line.
/// </summary>
[PublicAPI]
public interface IPartnerDialogToken : IDialogToken
{
/// <summary>
/// Sets new conditi... |
// 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 System.Runtime.InteropServices;
using Xunit;
unsafe partial class GenericsNative
{
[DllImport(nameof(GenericsNative))]
public static extern Point3<uint> ... |
//------------------------------------------------------------------------------
// <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 BTDB.ARTLib
{
// Node Header
// NodeType 0 1
// Child Count (Node256 0=>256) 1 1
// Key Prefix Length (0xffff=>Stored as 4 bytes) 2 2
// Reference Count 4 4
/... |
using DbScriptDeploy.BLL.Models.Communications;
using DbScriptDeploy.BLL.Services.Communications;
using Microsoft.AspNetCore.Identity.UI.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace DbScriptDeploy.Console.Services.Communic... |
using System.Collections.Generic;
public class SpawnTable
{
private static Dictionary<DungeonId, List<SpawnTable>> oreTables;
public static void CreateOreTables()
{
oreTables = new Dictionary<DungeonId, List<SpawnTable>>();
SpawnTable tempTable;
List<SpawnTable> castleOreTables =... |
namespace Kartverket.Geosynkronisering
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System... |
using System.Text.Json.Serialization;
namespace ArgentPonyWarcraftClient
{
/// <summary>
/// An index of quest categories (such as quests for a specific class, profession, or storyline).
/// </summary>
public record QuestCategoriesIndex
{
/// <summary>
/// Gets links for the index ... |
namespace Agri.Models.Farm
{
public class FieldCrop
{
public int id { get; set; }
public string cropId { get; set; }
public string cropOther { get; set; }
public decimal yield { get; set; } // tons/acre
public decimal reqN { get; set; }
public decimal stdN { get;... |
using Amazon.JSII.Runtime.Deputy;
#pragma warning disable CS0672,CS0809,CS1591
namespace aws
{
[JsiiInterface(nativeType: typeof(IEmrClusterMasterInstanceGroupEbsConfig), fullyQualifiedName: "aws.EmrClusterMasterInstanceGroupEbsConfig")]
public interface IEmrClusterMasterInstanceGroupEbsConfig
{
[... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="PushTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.... |
/*
* Source File Name(s):
* Author Name: Hashem Abdul-Qayom
* Last Modified by: Hashem Abdul-Qayom
* Date last Modified: October 31, 2016
* Program Description: This class is responsible for making player take damage upon hit
*/
using UnityEngine;
using System.Collections;
public class HurtPlayer : MonoBehaviour {
... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---------------------------------------------... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace V308CMS.Helpers.Url
{
public static class ComponentUrlHelper
{
}
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//-----------------------------------------... |
using System;
using Android.Runtime;
using Android.Views;
namespace RecordGuard.ListSample.Android.Extensions.Listeners
{
public class ActionClickListenerWrapper : Java.Lang.Object, View.IOnClickListener
{
private readonly Action<View> _onClick;
public ActionClickListenerWrapper(IntPtr handle,... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.IO;
using System.IO.Compression;
using Xevle.Imaging.Image;
using Xevle.IO;
using Xevle.Core.Exceptions;
using Xevle.Data.Encoding;
using Xevle.Data.Compression;
using Xevle.Core;
namespace Xevle.FileFormats.TMX
{
public... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Application.Services
{
public interface IEmailer
{
Task SendEmailAsync(string email, string subject, string message);
}
} |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2019 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with the add... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Text;
namespace JocysCom.TextToSpeech.Monitor.Audio
{
/// <remarks>
/// Test Text:
/// This is my fault. I. I ignored his warnings, his complaints, everything. I couldn't help myse... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ModelStringRepresentationPrivateSetNullableChild1Test.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>... |
#pragma checksum "H:\MainStreamingProject\ValtonTahiraj\MainStreamingProject\Test\Test\Pages\_ViewStart.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7091c65830b0329e613be026ede8a57552863778"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAtt... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.