max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
Examples/ComposableAsync.Factory.Examples/ConcurrencyTest.cs | justinschoonover/ComposableAsync | 20 | 7061050 | <reponame>justinschoonover/ComposableAsync
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using ComposableAsync.Concurrent;
using FluentAssertions;
using Xunit;
using Xunit.Abstractions;
//using ComposableA... |
src/System.Windows.Forms/src/System/Windows/Forms/PropertyGridInternal/PropertyGridView.IMouseHookClient.cs | adamsitnik/winforms | 1 | 7061051 | // 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.Windows.Forms.PropertyGridInternal
{
internal partial class PropertyGridView
{
int... |
src/GRA.Domain.Service/EventImportService.cs | cuongpv88/greatreadingadventure | 9 | 7061052 | <reponame>cuongpv88/greatreadingadventure
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GRA.Domain.Model;
using GRA.Domain.Service.Abstract;
using Microsoft.Extensions.Logging;
namespace GRA.Domain... |
back-end/Helpers/LoginCodeHelper.cs | GiedevGils/Ashen-SkillList | 0 | 7061053 | using System;
using System.Security.Cryptography;
namespace SkillListBackEnd.Helpers
{
/// <summary>
/// Generate a new code for a user login.
/// This is based on the RNGCryptoServiceProvider example given by Microsoft, found here:
/// https://docs.microsoft.com/en-us/dotnet/api/system.security.crypt... |
ilovelibrary/ApiControllers/BiblioController.cs | renyh/chord | 22 | 7061054 | using ilovelibrary.Server;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web;
using System.Web.Http;
namespace ilovelibrary.ApiControllers
{
public class BiblioController : ApiController
{
/// <summary>
/// 获得summary
... |
Kipon.Xrm.Tools/CodeWriter/Model/OptionSet.cs | kip-dk/dynamics-plugin | 6 | 7061055 | <reponame>kip-dk/dynamics-plugin
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Kipon.Xrm.Tools.CodeWriter.Model
{
public class OptionSet
{
public string Id { get; set; }
public string Logicalname { get; set; }
... |
src/testing/Azos.Tests.Nub/DataAccess/GetOnlyFieldTests.cs | JohnPKosh/azos | 183 | 7061056 | /*<FILE_LICENSE>
* Azos (A to Z Application Operating System) Framework
* The A to Z Foundation (a.k.a. Azist) licenses this file to you under the MIT license.
* See the LICENSE file in the project root for more information.
</FILE_LICENSE>*/
using System;
using System.Collections.Generic;
using System.Text;
usin... |
web/demo/service/Ppamo.BlooCru.WS.Test/LogicTest.cs | Ppamo/bloocru | 0 | 7061057 | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Ppamo.DataProvider.MySql;
using Ppamo.BlooCru.Logic;
namespace Ppamo.BlooCru.WS.Test
{
[TestFixture]
public class LogicTest
{
#region "JSONLoadTest"
... |
src/CoreWCF.Http/tests/ServiceContract/IDataContractEventsService.cs | bstordrup/CoreWCF | 1,110 | 7061058 | <filename>src/CoreWCF.Http/tests/ServiceContract/IDataContractEventsService.cs<gh_stars>1000+
using CoreWCF;
namespace ServiceContract
{
[ServiceContract]
public interface IDataContractEventsService
{
[OperationContract()]
void Method_All_out(DataContractEvents_All obj1, out DataContractEve... |
TS3QueryLib.Net.Core/Server/Notification/NotificationHub.cs | Pandry/TS3QueryLib.Net.Core | 49 | 7061059 | <filename>TS3QueryLib.Net.Core/Server/Notification/NotificationHub.cs
using System.Threading;
using TS3QueryLib.Net.Core.Common.Notification;
using TS3QueryLib.Net.Core.Server.Commands;
using TS3QueryLib.Net.Core.Server.Notification.Handlers;
namespace TS3QueryLib.Net.Core.Server.Notification
{
public class Notif... |
SpiceSharp/Components/ParallelComponents/ParallelSimulation.cs | dr-vij/SpiceSharp | 116 | 7061060 | <filename>SpiceSharp/Components/ParallelComponents/ParallelSimulation.cs
using SpiceSharp.Behaviors;
using SpiceSharp.Components.Common;
using SpiceSharp.General;
using SpiceSharp.ParameterSets;
using SpiceSharp.Simulations;
namespace SpiceSharp.Components.ParallelComponents
{
/// <summary>
/// A subcircuit s... |
MvvmCross/Platforms/Uap/Views/MvxWindowsExtensions.cs | andrechi1/MvvmCross | 0 | 7061061 | <reponame>andrechi1/MvvmCross<filename>MvvmCross/Platforms/Uap/Views/MvxWindowsExtensions.cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MS-PL license.
// See the LICENSE file in the project root for more information.
using System;
using ... |
MuseosUCM/Assets/uAdventure/Editor/Windows/Windows types/Editor window/Items/ItemsWindowActions.cs | JuegosSerios-UCM-Grupo2-20-21/MuseosUCM | 1 | 7061062 | <reponame>JuegosSerios-UCM-Grupo2-20-21/MuseosUCM
using UnityEngine;
using UnityEditor;
using System.Collections;
using uAdventure.Core;
using System.Linq;
using System.Collections.Generic;
namespace uAdventure.Editor
{
[EditorComponent(typeof(ItemDataControl), Name = "Item.ActionsPanelTitle", Order = 10)]
p... |
src/SFA.DAS.EmployerPayments.Application/Queries/AccountTransactions/GetAccountCoursePayments/GetAccountCoursePaymentsResponse.cs | SkillsFundingAgency/das-employer-payment | 1 | 7061063 | using System.Collections.Generic;
using SFA.DAS.EmployerPayments.Domain.Models.Transaction;
namespace SFA.DAS.EmployerPayments.Application.Queries.AccountTransactions.GetAccountCoursePayments
{
public class GetAccountCoursePaymentsResponse
{
public List<TransactionLine> Transactions { get; set; }
... |
Sources/Sandbox.Game/Game/Screens/MyGuiScreenJoinGame.Friends.cs | Wrennsun/SpaceEngineers | 3 | 7061064 | #region Using
using Sandbox.Game.Localization;
using Sandbox.Graphics.GUI;
using SteamSDK;
using System;
using System.Text;
using VRage;
#endregion
namespace Sandbox.Game.Gui
{
partial class MyGuiScreenJoinGame : MyGuiScreenBase
{
#region Fields
MyGuiControlTabPage m_friendsPage;
... |
archive/codeplex/JavApi jrpm/com/jguild/jrpm/io/datatype/RPMUtil.cs | bastie/NetVampire | 1 | 7061065 | /*
* Copyright 2003 jRPM Team
*
* 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... |
TestWeb/TestWeb.AcceptanceTests/Pages/CreateHearingPage.cs | uk-gov-mirror/hmcts.vh-test-web | 2 | 7061066 | <filename>TestWeb/TestWeb.AcceptanceTests/Pages/CreateHearingPage.cs
using OpenQA.Selenium;
namespace TestWeb.AcceptanceTests.Pages
{
public static class CreateHearingPage
{
public static readonly By CustomCaseNameTextfield = By.Id("customCaseNamePrefix");
public static readonly By NumberOfHea... |
src/Core/PracticeFusion.MmeCalculator.Core/Entities/Interval.cs | practicefusion/mmecalculator | 4 | 7061067 | <reponame>practicefusion/mmecalculator
using System;
using System.Text;
namespace PracticeFusion.MmeCalculator.Core.Entities
{
/// <summary>
/// An interval of frequency and/or period
/// </summary>
/// <inheritdoc />
[Serializable]
public class Interval : BaseParsedEntity
{
/// <s... |
RServeCLI2/SexpTaggedList.cs | pawlos/RserveCLI2 | 14 | 7061068 | <filename>RServeCLI2/SexpTaggedList.cs
//-----------------------------------------------------------------------
// Original work Copyright (c) 2011, <NAME>
// Modified work Copyright (c) 2013, <NAME>
// All rights reserved.
//-----------------------------------------------------------------------
using System;... |
baselibs/csharp/openhpi_baselib/HpiException.cs | openhpi2/openhpi_apr25 | 5 | 7061069 | <filename>baselibs/csharp/openhpi_baselib/HpiException.cs
/* -*- c# -*-
*
* Copyright (C) 2012, Pigeon Point Systems
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Thi... |
CWDev.SLNTools.UIKit.dll/MergeSolutionsForm.cs | ultradr3mer/slntools | 28 | 7061070 | <filename>CWDev.SLNTools.UIKit.dll/MergeSolutionsForm.cs
#region License
// SLNTools
// Copyright (c) 2009
// by <NAME>
//
// 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 re... |
aima-csharp/logic/fol/parsing/ast/FOLNode.cs | sfsharapov/aima-csharp | 163 | 7061071 | <gh_stars>100-1000
using System;
using System.Collections.Generic;
using aima.core.logic.common;
using aima.core.logic.fol.parsing;
namespace aima.core.logic.fol.parsing.ast
{
/**
* @author <NAME>
* @author <NAME>
*/
public interface FOLNode : ParseTreeNode
{
String getSymbolicName();
boo... |
Runtime/EcsRx.Plugins.Batching/Builders/BatchBuilder.cs | iNTERVR/TS.EcsRx | 0 | 7061072 | using System.Collections.Generic;
using EcsRx.Components;
using EcsRx.Components.Database;
using EcsRx.Components.Lookups;
using EcsRx.Entities;
using EcsRx.Plugins.Batching.Batches;
namespace EcsRx.Plugins.Batching.Builders
{
public unsafe class BatchBuilder<T1, T2> : IBatchBuilder<T1, T2>
where T1 : ... |
RollCallCopy/Extensions.cs | kenalesand/RollCall | 0 | 7061073 | <filename>RollCallCopy/Extensions.cs
namespace RollCall;
public static class Extensions
{
private static readonly Dictionary<char, byte> CharToNibble = new()
{
{ '0', 0 },
{ '1', 1 },
{ '2', 2 },
{ '3', 3 },
{ '4', 4 },
{ '5', 5 },
{ '6', 6 },
{ ... |
Server/ConfigForm.cs | JevLOMCN/CrystalM2 | 1 | 7061074 | <reponame>JevLOMCN/CrystalM2<gh_stars>1-10
using System;
using System.Drawing;
using System.Net;
using System.Windows.Forms;
namespace Server
{
public partial class ConfigForm : Form
{
public ConfigForm()
{
InitializeComponent();
VPathTextBox.Text = Settings.VersionPat... |
Chapter17_bonusPlainText/17_08_object_to_json/_Scripts/PlayerScore.cs | PacktPublishing/Unity-2018-Cookbook-Second-Edition | 51 | 7061076 | using UnityEngine;
[System.Serializable]
public class PlayerScore
{
public string name;
public int score;
public string ToJson()
{
bool prettyPrintJson = true;
return JsonUtility.ToJson(this, prettyPrintJson);
}
} |
Packages/com.chisel.editor/Chisel/Editor/Editor/DebugHelpers/HistoryView.cs | spaceemotion/Chisel.Prototype | 2 | 7061077 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using UnityEditor;
using System.Reflection;
namespace Chisel.Editors
{
// This window is a helper window to see the UNDO stack, to help debug/test undo operations
public sealed class HistoryWindow : Edito... |
ContactBookApp/ContactBookApp/ViewModel/ContactsViewModel.cs | Joben28/ContactBook | 0 | 7061078 | using ContactBookApp.Model;
using ContactBookApp.Services;
using ContactBookApp.Utility;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
namespace ContactBookApp.ViewModel
{
public... |
src/Libraries/HbCrm.Core/Caching/HbCrmCachingDefaults.cs | MagicalBottle/HbCrm | 1 | 7061079 | <reponame>MagicalBottle/HbCrm<filename>src/Libraries/HbCrm.Core/Caching/HbCrmCachingDefaults.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace HbCrm.Core.Caching
{
public static partial class HbCrmCachingDefaults
{
/// <summary>
/// 默认的缓存时间60分钟
/// </summar... |
C# Fundamentals/BasicSyntaxConditionalStatementsAndLoops/L.08.DivisibleBy3/Program.cs | denismironov97/Software-Engineering-SoftUni | 0 | 7061080 | <filename>C# Fundamentals/BasicSyntaxConditionalStatementsAndLoops/L.08.DivisibleBy3/Program.cs
using System;
namespace L._08.DivisibleBy3
{
class Program
{
static void Main(string[] args)
{
for (int a = 1; a < 101; a++)
{
if (a % 3 == 0)
... |
test/IO/TextPushbackReaderTest.cs | pip-services3-dotnet/pip-services3-expressions-dotnet | 0 | 7061081 | using System.IO;
using Xunit;
namespace PipServices3.Expressions.IO
{
public class TextPushbackReaderTest
{
private string _content;
private TextPushbackReader _reader;
private PushbackReaderFixture _fixture;
public TextPushbackReaderTest()
{
_content = "Te... |
Archive/V9538/Diga.WebView2.Wrapper.V9538/HeaderItem.cs | ITAgnesmeyer/Diga.WebView2 | 13 | 7061082 | <reponame>ITAgnesmeyer/Diga.WebView2
namespace Diga.WebView2.Wrapper
{
public class HeaderItem
{
public HeaderItem(string name, string value)
{
this.Name = name;
this.Value = value;
}
public string Name{get;}
public string Value{get;}
}
} |
Rest/Services/Writer/IAsyncWebRequestResultWriter.cs | dotlogix/DotlogixCore | 0 | 7061083 | // ==================================================
// Copyright 2018(C) , DotLogix
// File: IAsyncWebRequestResultWriter.cs
// Author: <NAME> <<EMAIL>>.
// Created: 17.02.2018
// LastEdited: 01.08.2018
// ==================================================
#region
using System.Threading.Tasks;
using DotLogix.Cor... |
src/ResourceManagement/HDInsight/HDInsight.Tests/UnitTests/MetastoreTests.cs | hchungmsft/azure-sdk-for-net | 1 | 7061084 | <reponame>hchungmsft/azure-sdk-for-net
using Microsoft.Azure.Management.HDInsight;
using Microsoft.Azure.Management.HDInsight.Models;
using Xunit;
namespace HDInsight.Tests.UnitTests
{
public class MetastoreTests
{
[Fact]
public void TestMetastoreConfigsForPaaS()
{
//Hive m... |
Dumps/PrimitierDumpV1.0.1/Valve/VR/SteamVR_TrackingReferenceManager.cs | TotalJTM/PrimitierModdingFramework | 2 | 7061085 | /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using UnityEngine;
// Image 50: SteamVR.dll - Assembly: SteamVR, Version=0.0.0.0, Culture=neutral, Publ... |
tool/Tiled2Unity/Tiled2UnityMac/Tiled2UnityMac/ViewController.designer.cs | Seanba/Tiled2Unity | 554 | 7061086 | <gh_stars>100-1000
// WARNING
//
// This file has been generated automatically by Xamarin Studio to store outlets and
// actions made in the UI designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;
using System.CodeDom.Compiler;
namespace Tiled... |
Mod/VRCDynamicBones.cs | Yogi891/VRCDynamicBones | 1 | 7061087 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using System.Text;
using System.IO;
using UnityEngine;
using VRCModLoader;
using VRChat.UI.QuickMenuUI;
using VRCMenuUtils;
using Newtonsoft.Json;
namespace VRCDynamicBones
{
pu... |
wtmcsAsseteer/Reporter/PropAssetInfo.cs | DinkyToyz/wtmcsAssetteer | 0 | 7061088 | <reponame>DinkyToyz/wtmcsAssetteer<gh_stars>0
using System.Collections.Generic;
using UnityEngine;
namespace WhatThe.Mods.CitiesSkylines.Asseteer.Reporter
{
/// <summary>
/// Holds information about a citizen asset.
/// </summary>
/// <seealso cref="WhatThe.Mods.CitiesSkylines.Asseteer.Reporter.AssetI... |
Instragram.cs | x-kalux/instragram-download | 0 | 7061089 | <gh_stars>0
using System;
using System.IO;
using System.Net;
namespace Xkalux.Download
{
public class Instragram
{
/// <summary>
/// Download File from Instragram
/// </summary>
/// <param name="url">instragram url eg : https://www.instagram.com/p/BzyW8-3lPFQ/?utm_so... |
Chapters/Algorithm/Sort/BucketSort.cs | ufcpp/UfcppSample | 126 | 7061090 | using System.Collections.Generic;
namespace Algorithm.Sort
{
partial class Sort
{
/// <summary>
/// [0, max] の範囲の整数をバケットソート。
/// </summary>
/// <param name="a">対象の配列</param>
/// <param name="max">配列 a 中の最大値</param>
public static void BucketSort(int[] a, int max)... |
src/Monaco/Bus/MessageManagement/Pipeline/IPipelineFilter.cs | limitzero/MonacoServiceBus | 1 | 7061091 | namespace Monaco.Bus.MessageManagement.Pipeline
{
/// <summary>
/// This is the contract for a small piece of functionality that can happen for a message while
/// in-flight from receive from and endpoint or being sent to an endpoint.
/// </summary>
public interface IPipelineFilter
{
string Name { get; set; }... |
CredentialProvider.Microsoft.Tests/CredentialProviders/Vsts/VstsCredentialProviderTests.cs | nizmow/artifacts-credprovider | 1 | 7061092 | <filename>CredentialProvider.Microsoft.Tests/CredentialProviders/Vsts/VstsCredentialProviderTests.cs
// Copyright (c) Microsoft. All rights reserved.
//
// Licensed under the MIT license.
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using FluentAssertions;
using Microsoft.Vis... |
OAuth2.Example.Test/WeiXin/WxOAuthHandler.cs | sloth4413/CommOAuth2 | 69 | 7061093 | <filename>OAuth2.Example.Test/WeiXin/WxOAuthHandler.cs
using System;
using System.Web;
using OAuth2.MessageHandler;
using OAuth2.Protocols;
using OAuth2.WeiXin;
using OAuth2.Entities.WeiXin;
namespace OAuth2.Example.Test.WeiXin
{
public class WxOAuthHandler : IOAuthHandler<WxContentInfo>
{
public void... |
MOE.Common/Business/WCFServiceLibrary/PreemptServiceRequestOptions.cs | Derek-Lehrke/ATSPM | 1 | 7061094 | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.DataVisualization.Charting;
using MOE.Common.Business;
using MOE... |
src/HareDu.Core/Configuration/HareDuConfigProvider.cs | ahives/HareDu3 | 0 | 7061095 | <gh_stars>0
namespace HareDu.Core.Configuration
{
using System;
using System.Threading;
using Extensions;
public class HareDuConfigProvider :
IHareDuConfigProvider
{
public HareDuConfig Configure(Action<HareDuConfigurator> configurator)
{
if (configurator.IsNull(... |
src/Infra/Infra.CrossCutting.EventBusRabbitMQ/Publishable.cs | JDouglasMendes/arquitetura-corporativa | 1 | 7061096 | <reponame>JDouglasMendes/arquitetura-corporativa
using Newtonsoft.Json;
using System;
using System.Diagnostics.CodeAnalysis;
namespace Infra.CrossCutting.EventBusRabbitMQ
{
[ExcludeFromCodeCoverage]
public class Publishable
{
public Publishable(Guid id, string eventName, string data)
{
... |
Source/API/CompatibleSoftware.QuotingTool.API/Controllers/CustomerController.cs | KevMain/QuotingTool | 0 | 7061097 | <filename>Source/API/CompatibleSoftware.QuotingTool.API/Controllers/CustomerController.cs
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Web.Http;
namespace CompatibleSoftware.QuotingTool.API.Controllers
{
public class CustomerController : ApiController
{
priva... |
src/MoonGrid/ElementSelector.cs | pablopioli/MoonGrid | 0 | 7061098 | using System;
namespace MoonGrid
{
public class ElementSelector<T>
{
public bool CanSelectElement { get; set; }
public Func<T, bool> Selector { get; set; }
public bool Expand { get; set; }
}
}
|
IceShop/IceShopDB/Models/Order.cs | vrobweis/WeisVincent-P0 | 0 | 7061099 | <reponame>vrobweis/WeisVincent-P0
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace IceShopDB.Models
{
[Table("Orders")]
public class Order : IStorableInRepo
{
// TODO: Review constructor for Order class, y... |
source/XUnitTest/MoqTest.cs | rafaelfgx/Tests | 1 | 7061100 | using Data;
using Moq;
using Xunit;
namespace XUnitTest;
public class MoqTest
{
[Fact]
public void Divide()
{
var calculator = new Mock<ICalculator>();
calculator.Setup(x => x.Divide(It.IsAny<decimal>(), It.IsAny<decimal>())).Returns(100);
Assert.Equal(100, calculator.Object.Divi... |
SexyBot/Commands.cs | Arent75/FabBot | 0 | 7061101 | using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace SexyBot
{
[Group("sexiest")]
public class Commands : ModuleBase
{
[Command("who"), Summary("Who's the sexiest of them all?")]
public async Task DetermineSexies... |
Source/PeterKottas.DotNetCore.EnsureRunning/DTO/ConnectResponseDTO.cs | PeterKottas/DotNetCore.EnsureRunning | 5 | 7061102 | using PeterKottas.DotNetCore.EnsureRunning.Enum;
namespace PeterKottas.DotNetCore.EnsureRunning.DTO
{
/// <summary>
/// Response for connect method
/// </summary>
public class ConnectResponseDTO
{
/// <summary>
/// Status
/// </summary>
ConnectStatusEnum Status { ge... |
HappyShop.Model/User.cs | happyshop/happyshop-mono-base | 0 | 7061104 | <filename>HappyShop.Model/User.cs
namespace HappyShop.Model
{
public class User
{
public int Id { get; set; }
public string Short { get; set; }
public string Name { get; set; }
public string Lastname { get; set; }
public string Mail { get; set; }
public float Balance { get; set; }
}
}
|
Win/PPDInstaller/PPDInstaller/Controls/InstallPanel.Designer.cs | KHCmaster/PPD | 16 | 7061105 | <gh_stars>10-100
namespace PPDInstaller.Controls
{
partial class InstallPanel
{
/// <summary>
/// 必要なデザイナ変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/... |
tvn-cosine.ai/tvn-cosine.ai/Agent/agentprogram/TableDrivenAgentProgram.cs | itoledo/Birdie.Tesseract | 0 | 7061106 | <filename>tvn-cosine.ai/tvn-cosine.ai/Agent/agentprogram/TableDrivenAgentProgram.cs
using tvn.cosine.ai.agent.api;
using tvn.cosine.collections;
using tvn.cosine.collections.api;
using tvn.cosine.datastructures;
namespace tvn.cosine.ai.agent.agentprogram
{
/**
* Artificial Intelligence A Modern Approach (3rd ... |
SharedCode/Parsers/ParserFactory.cs | tunio6538/MobiUwB-WindowsPhone | 0 | 7061107 | <reponame>tunio6538/MobiUwB-WindowsPhone<filename>SharedCode/Parsers/ParserFactory.cs
#region
using System;
using System.Collections.Generic;
using SharedCode.Parsers.Models.Properties;
#endregion
namespace SharedCode.Parsers
{
public static class ParserFactory
{
public static List<InstitiuteModel> ... |
Source/SmallBasic.Editor/Libraries/TimerLibrary.cs | kmelmon/smallbasic-editor | 64 | 7061108 | <reponame>kmelmon/smallbasic-editor
// <copyright file="TimerLibrary.cs" company="MIT License">
// Licensed under the MIT License. See LICENSE file in the project root for license information.
// </copyright>
namespace SmallBasic.Editor.Libraries
{
using System;
using System.Threading;
using SmallBasic.Co... |
AnneProKeyboard/KeyboardKey.cs | kprinssu/anne-keyboard-windows | 165 | 7061109 | <reponame>kprinssu/anne-keyboard-windows<gh_stars>100-1000
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace AnneProKeyboard
{
[DataContract]
public class KeyboardKey
{
public static List<KeyboardKey> AlphabetKeys = new List<KeyboardKey>();
publi... |
EngineeringUnits/CombinedUnits/ElectricPotentialChangeRate/ElectricPotentialChangeRateSet.cs | AtefeBahrani/EngineeringUnits | 0 | 7061110 | <filename>EngineeringUnits/CombinedUnits/ElectricPotentialChangeRate/ElectricPotentialChangeRateSet.cs
using EngineeringUnits.Units;
namespace EngineeringUnits
{
//This class is auto-generated, changes to the file will be overwritten!
public partial class ElectricPotentialChangeRate
{
///... |
Service/Data/Core/Role.cs | vieapps/Services.Portals | 1 | 7061111 | #region Related components
using System;
using System.Linq;
using System.Diagnostics;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Serialization;
using MsgPack.Serialization;
using Newtonsoft.Json;
using MongoDB.Bson.Serialization.Attributes;
using... |
Exercises/GOAP/Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedTypeInfo.cs | Margeli/IA_exercises | 3 | 7061112 | using System;
using System.Linq;
using System.Reflection;
using UnityEngine;
using ParadoxNotion.Serialization.FullSerializer.Internal;
namespace ParadoxNotion.Serialization{
[Serializable]
public class SerializedTypeInfo : ISerializationCallbackReceiver {
[SerializeField]
private string _baseInfo;
[NonS... |
NetSiteUtilities/AopApi/Domain/AccessProduceOrder.cs | erikzhouxin/CSharpSolution | 1 | 7061113 | <reponame>erikzhouxin/CSharpSolution
using System;
using System.Xml.Serialization;
namespace EZOper.NetSiteUtilities.AopApi
{
/// <summary>
/// AccessProduceOrder Data Structure.
/// </summary>
[Serializable]
public class AccessProduceOrder : AopObject
{
/// <summary>
/// 口碑码批次号... |
Alkahest.Core/Game/LaurelKind.cs | Gl0/alkahest | 0 | 7061114 | <reponame>Gl0/alkahest<gh_stars>0
namespace Alkahest.Core.Game
{
public enum LaurelKind : uint
{
None = 0,
Bronze = 1,
Silver = 2,
Gold = 3,
Diamond = 4,
Champion = 5,
Undetermined = uint.MaxValue,
}
}
|
tests/SixLabors.Fonts.Tests/Unicode/CodePointTests.cs | SoftSmile-Inc/Fonts | 0 | 7061115 | <reponame>SoftSmile-Inc/Fonts
// Copyright (c) <NAME>.
// Licensed under the Apache License, Version 2.0.
using SixLabors.Fonts.Unicode;
using Xunit;
namespace SixLabors.Fonts.Tests.Unicode
{
public class CodePointTests
{
[Fact]
public void CodePointIsValid()
{
uint i;
... |
Assets/FizzClient/Scripts/Chat/Impl/FizzJsonChannelMessage.cs | FizzCorp/Hyper-Casual-Chat | 7 | 7061116 | using System.Collections.Generic;
using Fizz.Common.Json;
namespace Fizz.Chat.Impl
{
public class FizzJsonChannelMessage: FizzChannelMessage
{
private static readonly string KEY_ID = "id";
public static readonly string KEY_FROM = "from";
public static readonly string KEY_NICK = "nick";... |
env/logger/server/root/logger/db/viewer/materials/BundleConfig.cs | NikolayMakhonin/multi-key-map | 0 | 7061117 | using BusinessAutomationWeb.Helpers.Bundles;
using System.Web.Optimization;
namespace BusinessAutomationWeb
{
public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
... |
src/TrimDB.Core/InMemory/SkipList64/SkipListHeightGenerator64.cs | stevejgordon/TrimDB | 53 | 7061118 | <reponame>stevejgordon/TrimDB<filename>src/TrimDB.Core/InMemory/SkipList64/SkipListHeightGenerator64.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
namespace TrimDB.Core.InMemory.SkipList64
{
public class SkipListHeightGenerator64
{
private static readonl... |
Simorgh/Simorgh/Models/RoomTypeModels.cs | erfannoury/Simorgh | 1 | 7061119 | //using System;
//using System.Collections.Generic;
//using System.ComponentModel.DataAnnotations;
//using System.ComponentModel.DataAnnotations.Schema;
//using System.Data.Entity;
//using System.EnterpriseServices.Internal;
//using System.Linq;
//using System.Web;
//namespace Simorgh.Models
//{
// public class Ro... |
src/EntrevistaFuncaoInformatica.WebApi/Controllers/BeneficiarioClienteController.cs | yakkumo/EntrevistaFuncaoInformatica | 0 | 7061120 | using EntrevistaFuncaoInformatica.Application.Dtos;
using EntrevistaFuncaoInformatica.Application.Interfaces;
using Microsoft.AspNetCore.Mvc;
using System.Threading.Tasks;
namespace EntrevistaFuncaoInformatica.WebApi.Controllers
{
public class BeneficiarioClienteController : ControllerBase
{
private re... |
Unity/Layer/InputLayerDefinition.cs | LukaszKr/UnityPlugins.Input | 0 | 7061121 | <filename>Unity/Layer/InputLayerDefinition.cs
namespace ProceduralLevel.UnityPlugins.Input.Unity
{
public readonly struct InputLayerDefinition
{
public readonly string DebugName;
public readonly int Priority;
public readonly bool Block;
public InputLayerDefinition(string debugName, int priority, boo... |
FFMediaToolkit/src/Decoding/StreamChapter.cs | redbaty/FFMediaToolkit | 0 | 7061122 | namespace FFMediaToolkit.Decoding
{
using System;
using System.Collections.Generic;
/// <summary>
/// Refers to a video chapter.
/// </summary>
public class StreamChapter
{
/// <summary>
/// Initializes a new instance of the <see cref="StreamChapter"/> class.
/// </... |
Assets/Scripts/SFX_Manager.cs | Alex-Gilbert/UnitySpaceInvaders | 0 | 7061123 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[RequireComponent(typeof(AudioSource))]
public class SFX_Manager : MonoBehaviour
{
public AudioClip player_fired_sfx;
public AudioClip enemy_hit_sfx;
public AudioClip enemy_destroyed;
private AudioSource audioSource;
p... |
src/Trezor.Net/Contracts/Bitcoin/InputScriptType.cs | ThatSlyGuy/Trezor.Net | 0 | 7061124 | <filename>src/Trezor.Net/Contracts/Bitcoin/InputScriptType.cs
namespace Trezor.Net.Contracts.Bitcoin
{
[ProtoBuf.ProtoContract()]
public enum InputScriptType
{
[ProtoBuf.ProtoEnum(Name = @"SPENDADDRESS")]
Spendaddress = 0,
[ProtoBuf.ProtoEnum(Name = @"SPENDMULTISIG")]
Spendmu... |
C # OOP/Homeworks/08 - Polymorphism - Exercise/04. Wild Farm/Models/Animals/Owl.cs | martinsivanov/CSharp-Advanced-September-2020 | 0 | 7061125 | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Text;
using WildFarm.Models.Foods;
namespace WildFarm.Models.Animals
{
public class Owl : Bird
{
public Owl(string name, double weight, double wingSize)
: base(name, weight, wingSize)
{
}
publ... |
Milvasoft.Iyzipay/Model/RefundReason.cs | centrual/Milvasoft.Iyzipay | 15 | 7061126 | namespace Milvasoft.Iyzipay.Model
{
public sealed class RefundReason
{
private readonly string value;
public static readonly RefundReason DOUBLE_PAYMENT = new("double_payment");
public static readonly RefundReason BUYER_REQUEST = new("buyer_request");
public static readonly Ref... |
src/eduProjectWebGUI/Shared/ProjectCreateAddCollaborator.razor.cs | ngrahovac/eduProject | 3 | 7061127 | using Blazored.Modal;
using eduProjectModel.Domain;
using eduProjectModel.Input;
using Microsoft.AspNetCore.Components;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace eduProjectWebGUI.Shared
{
public partial class ProjectCreateAddCollaborator
{
... |
src/Bet.Extensions.HealthChecks/Publishers/SocketHealthCheckPublisher.cs | mlnethub/Bet.AspNetCore | 2 | 7061128 | using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Diagnostics.HealthChecks;
using Microsoft.Extensions.Logging;
namespace Bet.Extensions.HealthChecks.Publishers
{
/// <summary>
/// The health check publishers are run on ... |
Assets/Nova/Sources/Scripts/DebugJumpHelper.cs | ErQing/Nova | 0 | 7061129 | using UnityEngine;
namespace Nova
{
public class DebugJumpHelper : MonoBehaviour
{
private GameState gameState;
private InputMapper inputMapper;
private ViewManager viewManager;
private DialogueBoxController dialogueBoxController;
private void Awake()
{
... |
Web/GraphExplorer/Models/GraphQuery.cs | ivansalomone/azure-cosmos-db-dotnet-graphexplorer | 82 | 7061130 | <gh_stars>10-100
namespace GraphExplorer.Models
{
using Newtonsoft.Json;
/// <summary>
/// Graph Query Class
/// </summary>
public class GraphQuery
{
/// <summary>
/// Gets or sets the Identifier
/// </summary>
[JsonProperty("id")]
public string Id { get... |
saboteur/Models/Game/Mission.cs | gschro/saboteur | 1 | 7061131 | <gh_stars>1-10
using saboteur.Models.Game;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace saboteur.Models.Game
{
public class Mission
{
[Key]
public int MissionId { get; set; }
publ... |
src/MiniEngine.Gui/Editors/BoundingSphereEditor.cs | Magicianred/MiniRTS | 2 | 7061132 | <filename>src/MiniEngine.Gui/Editors/BoundingSphereEditor.cs
using System;
using ImGuiNET;
using Microsoft.Xna.Framework;
using MiniEngine.Configuration;
namespace MiniEngine.Gui.Editors
{
[Service]
public sealed class BoundingSphereEditor : AEditor<BoundingSphere>
{
public override bool Draw(stri... |
EW.ObjectModel/News/MyNews_FactionRelationsChanged.cs | MoryakSPb/Engineers-Wars-Bot | 2 | 7061133 | using System;
namespace EW.ObjectModel
{
[Obsolete]
public sealed class MyNewsFactionRelationsChanged : AMyNews
{
readonly public bool Faction2Iniciator;
readonly public (string, string) Factions;
readonly public MyOfferType OfferType;
public MyNewsFactionRelationsChanged(... |
AlipaySDKNet/Response/AlipayAccountExrateSourcerateQueryResponse.cs | alipay/alipay-sdk-net | 117 | 7061134 | using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// AlipayAccountExrateSourcerateQueryResponse.
/// </summary>
public class AlipayAccountExrateSourcerateQueryResponse : AopResponse
{
... |
src/log4net.Appender.Splunk/Splunk.Logging.Common/HttpEventCollectorSender.cs | gamemaniaz/log4net.Appender.Splunk | 0 | 7061135 | <reponame>gamemaniaz/log4net.Appender.Splunk
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace Splunk.Logging
{
public sealed class HttpEve... |
SisPmsCore/Models/Cargo.cs | dmevalneto/SisPmsCore3 | 0 | 7061136 | <gh_stars>0
using Microsoft.AspNetCore.Http;
using SisPmsCore.Util;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
namespace SisPmsCore.Models
{
public class Cargo
{
public int idCargo {get; set;}
public string Nome { get; se... |
Obsolete/ReferenceListVariableEditor/UShortReferenceListVariableEditor.cs | Luxulicious/SOA | 1 | 7061137 | using SOA.Base;
using UnityEditor;
using System;
namespace SOA.Common.Primitives
{
[CustomEditor(typeof(UShortReferenceListVariable))]
public class UShortReferenceListVariableEditor : VariableReferenceListEditor<UShortReferenceListVariable,
UShortReferenceList,
UShortReference, UShortVariable,... |
ReleaseProcessScript.UnitTests/Jira/JiraVersionMovePositionerTest.cs | re-motion/SharedSource-Build | 0 | 7061138 | using System;
using System.Collections.Generic;
using NUnit.Framework;
using Remotion.ReleaseProcessScript.Jira.SemanticVersioning;
using Remotion.ReleaseProcessScript.Jira.ServiceFacadeImplementations;
using Remotion.ReleaseProcessScript.Jira.Utility;
namespace Remotion.ReleaseProcessScript.UnitTests.Jira
{
[TestF... |
src/Glader.ASP.RPG.Server/Database/Context/IRPGDBContext.cs | HelloKitty/Glader.ASP.RPG | 1 | 7061139 | using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.EntityFrameworkCore;
namespace Glader.ASP.RPG
{
/// <summary>
/// Database context adapter type.
/// </summary>
public interface IRPGDBContext
{
/// <summary>
/// DB Context.
/// </summary>
DbContext Context { get; }
}
}
|
Lxdn.Core._MSTests/Domain/TestVehicle.cs | lxdotnet/lxd-core | 0 | 7061140 | namespace Lxdn.Core._MSTests.Domain
{
public class TestVehicle
{
public TestVehicle(string id)
{
this.Id = id;
}
public TestVehicle(SportVehicle sv) { }
public string Id { get; set; }
}
}
|
iTrellis.TripCalculator/Controllers/TransactionsController.cs | threePhase/iTrellis.TripCalculator | 0 | 7061141 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using iTrellis.TripCalculator.Models;
using iTrellis.TripCalculator.Repositories;
using System.Web.Http.Description;
using System.Threading.Tasks;
namespace iTrellis.TripCalculator.Contro... |
samples/MvcOther/MvcOther/Models/MvcOtherContext.cs | nodashin/MvcTraning | 0 | 7061142 | <reponame>nodashin/MvcTraning
using System.Data.Entity;
namespace MvcOther.Models
{
public class MvcOtherContext : DbContext
{
public DbSet<Member> Members { get; set; }
}
} |
HairSalon/Views/Stylists/Details.cshtml | jieunkang-101/ClairesHairSalon | 0 | 7061143 | @{
Layout = "_Layout";
}
@using HairSalon.Models;
@model HairSalon.Models.Stylist;
<h2>Stylist Details:</h2>
<hr />
<h4>✄ @Html.DisplayNameFor(model => model.Name): @Html.DisplayFor(model => model.Name)</h4>
<h4>✄ @Html.DisplayNameFor(model => model.Description): @Html.DisplayFor(model => model.Description)</h4>
<h... |
Runtime/ExternalAuthenticationProvider.cs | modio-jackson/UnityPlugin | 0 | 7061144 | <reponame>modio-jackson/UnityPlugin
namespace ModIO
{
/// <summary>Defines the possible external authentication providers for mod.io.</summary>
public enum ExternalAuthenticationProvider
{
None = 0,
Steam,
GOG,
ItchIO,
OculusRift,
XboxLive,
}
}
|
Eto.Parse.TestSpeed/Tests/JsonAst/EtoAstBenchmark.cs | olivr70/Eto.Parse | 0 | 7061145 | <gh_stars>0
using System;
using System.Linq;
using System.Text;
using Eto.Parse.Samples.Json.Ast;
using Eto.Parse.Ast;
using System.Collections.Generic;
namespace Eto.Parse.TestSpeed.Tests.JsonAst
{
public class EtoAstBenchmark : Benchmark<JsonAstSuite, SampleObject>
{
Eto.Parse.Samples.Json.JsonGramma... |
_no_namespace/FallRock.cs | SinsofSloth/RF5-global-metadata | 1 | 7061146 | <reponame>SinsofSloth/RF5-global-metadata
public class FallRock : MonoBehaviour // TypeDefIndex: 7551
{
// Fields
public float DamagePercent; // 0x18
public float FallAccelSpeed; // 0x1C
public float FallMaxSpeed; // 0x20
[SerializeField] // RVA: 0x167140 Offset: 0x167241 VA: 0x167140
private float DelayTime; // ... |
Old Code/Programming Fundamentals/Regex/MatchFullName/MatchFullName/MatchNames.cs | Koceto/SoftUni | 2 | 7061148 | namespace MatchFullName
{
using System;
using System.Text.RegularExpressions;
public class MatchNames
{
public static void Main()
{
var text = "<NAME> otide na razhodka zaedno s <NAME> i dvamata vidqha <NAME>";
var regex = new Regex(@"[A-Z][a-z]+\s[A-Z][a-z]+");... |
src/ApplicationCore/Specifications/Notification/NotificationSpecification.cs | StoyanSl/Inkett | 0 | 7061149 | <filename>src/ApplicationCore/Specifications/Notification/NotificationSpecification.cs<gh_stars>0
using Inkett.ApplicationCore.Entitites;
using System;
using System.Collections.Generic;
using System.Text;
namespace Inkett.ApplicationCore.Specifications
{
public sealed class NotificationSpecification : BaseSpecifi... |
Assets/Scripts/Main/HomeButton.cs | sakupo/Unazuki | 3 | 7061150 | using UnityEngine;
using UnityEngine.SceneManagement;
using Utility;
namespace Main
{
public class HomeButton : MonoBehaviour
{
public void OnClick()
{
var mainCanvasEx = CanvasEx.GetCanvasExFromScene("MainScene");
mainCanvasEx.HideCanvas();
var homeCanvasEx = CanvasEx.GetCanvasExFromSce... |
Assets/Scripts/Create/Sketch/Beautify/PositionConstraint.cs | V-Sekai/CASSIE | 1 | 7061151 | using UnityEngine;
using System.Collections.Generic;
using MathNet.Numerics.LinearAlgebra;
using VRSketch;
public class PositionConstraint : IHardConstraint
{
private int ctrlPtIdx;
private Vector3 d;
private int N;
public PositionConstraint(int ctrlPtIdx, Vector3 d, int N)
{
this.ctrlPtI... |
gateway/test/FirstPacketTest.cs | egmkang/koala | 15 | 7061152 | <gh_stars>10-100
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Gateway;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace test
{
[TestClass]
public class Firs... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.