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
Source/OfficeRunner.Target.cs
Rexagon/OfficeRunner
0
7036140
<reponame>Rexagon/OfficeRunner<gh_stars>0 // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; public class OfficeRunnerTarget : TargetRules { public OfficeRunnerTarget(TargetInfo Target) : base(Target) { Type = TargetType.Game; ExtraModuleNames.A...
source/R5T.T0035.X001/Code/Bases/Extensions/ISystemThreadingTasksNamespaceNameExtensions.cs
SafetyCone/R5T.T0035
0
7036141
<filename>source/R5T.T0035.X001/Code/Bases/Extensions/ISystemThreadingTasksNamespaceNameExtensions.cs using System; using R5T.T0035.X001; namespace System { public static class ISystemThreadingTasksNamespaceNameExtensions { public static string Value(this ISystemThreadingTasksNamespaceName _) ...
ExtendedConsole/ExtendedConsole/UserInput.cs
ConanHorus/Extended-Console
0
7036142
<filename>ExtendedConsole/ExtendedConsole/UserInput.cs // Licensed under the MIT license. namespace ExtendedConsole { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Text; /// <summary> /// The user input. /// </summary> public class UserInput { ...
server/PxStat/Entities/Data/GeoMap/GeoJson.cs
PC-Axis/PxStat
23
7036143
using Newtonsoft.Json; using System.Collections.Generic; namespace PxStat.Data { public class GeoJson { [JsonProperty("type", Required = Required.Always)] public string Type { get; set; } [JsonProperty("features", Required = Required.Always)] public Feature[] Features { get; se...
12.Data-Structures-and-Algorithms/Homeworks/Workshop01_JediMeditation/Task01_JediMeditation/Startup.cs
atanas-georgiev/TelerikAcademy
0
7036144
<gh_stars>0 namespace Task01_JediMeditation { using System; using System.Collections.Generic; public class Startup { public static void Main() { var n = int.Parse(Console.ReadLine()); var data = Console.ReadLine().Split(' '); var masters = new HashSe...
src/NServiceBus.MongoDB.Acceptance.Tests/App_Packages/NSB.AcceptanceTests.6.0.0/Mutators/When_outgoing_mutator_replaces_instance.cs
JTOne123/NServiceBus.MongoDB
10
7036145
namespace NServiceBus.AcceptanceTests.Mutators { using System; using System.Threading.Tasks; using AcceptanceTesting; using EndpointTemplates; using MessageMutator; using NUnit.Framework; public class When_outgoing_mutator_replaces_instance : NServiceBusAcceptanceTest { ...
projeto/Locadora.Filmes.Repositorios.Entity/AlbunsRepositorio.cs
JaoVFSilva/Locadora_Filmes
0
7036146
<filename>projeto/Locadora.Filmes.Repositorios.Entity/AlbunsRepositorio.cs using Locadora.Filmes.Dados.Entity.Context; using Locadora.Filmes.Dominio; using Locadora.Repositorios.Comum.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste...
Programatica.AspNetCore31AppSkeleton/Controllers/AccountController.cs
ruialexrib/Programatica.AspNetCore31AppSkeleton
0
7036147
<reponame>ruialexrib/Programatica.AspNetCore31AppSkeleton<gh_stars>0 using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Programatica.AspNetCore31AppSkeleton.ViewModels; using Programatica.Framework.Mvc.Authenti...
Assets/Scripts/Units/Formation/ShipsFormation.cs
Volodej/GalagaTestProject
0
7036148
<filename>Assets/Scripts/Units/Formation/ShipsFormation.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using LifeCycle.Game; using LifeCycle.Level; using Settings; using UniRx; using UnityEngine; using Zenject; using Random = UnityEngine.Random; namespace...
src/Cake.Apprenda.Tests/ACS/GetDeployedAddOns/GetDeployedAddsOnSettingsTests.cs
Jericho/Cake.Apprenda
0
7036149
<gh_stars>0 using Cake.Apprenda.ACS.GetDeployedAddOns; using FluentAssertions; using Xunit; namespace Cake.Apprenda.Tests.ACS.GetDeployedAddOn { public sealed class GetDeployedAddsOnSettingsTests : CloudShellSettingsTestsBase<GetDeployedAddOnsSettings> { [Fact] public void TheCtorShouldNotThro...
Radyga/Radyga/Injector.cs
rbxscript-com/radyga
0
7036150
<reponame>rbxscript-com/radyga using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading.Tasks; using System.Windows; namespace Radyga { class Injector { [DllImport("kernel32")] public static extern IntPtr CreateRemoteThread( IntPtr hProcess...
Inventory/ViewModels/DeductionTransactionByBarcode.cs
sakamoto-poteko/Inventory
0
7036151
<gh_stars>0 using Inventory.Framework; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using GalaSoft.MvvmLight.Messaging; #if !WINDOWS_UWP using System.Windows.Input; using System.Windows; #endif namespace Inventory.ViewModels { public c...
ExamPreparations/NetherRealm/Program.cs
stefanliydov/SoftUniLab
2
7036152
using System; using System.Text.RegularExpressions; using System.Collections.Generic; using System.Linq; namespace NetherRealm { class Program { static void Main(string[] args) { var demons = Console.ReadLine().Split(new[] { ' ', ',' }, StringSplitOptions.RemoveEmptyEntries); ...
FitsArchiveLib/Interfaces/IFitsQueryBuilder.cs
Jusas/fits-archive
0
7036153
<filename>FitsArchiveLib/Interfaces/IFitsQueryBuilder.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FitsArchiveLib.Interfaces { public enum NumericComparison { Lt, Lte, Eq, ...
ClunkerGO/Toolbar/BasicVoxelAddingTool.cs
my0n/Wrecker
42
7036154
using System; using System.Collections.Generic; using System.Text; using Clunker.Graphics; using Clunker.Geometry; using Clunker.Voxels; using ImGuiNET; namespace Clunker.Tooling { public class BasicVoxelAddingTool : VoxelAddingTool { public BasicVoxelAddingTool(string name, ushort voxelType, VoxelTyp...
source/Dovetail.SDK.Clarify.Tests/ClarifySessionManagerTester.cs
idonthaveafifaaddiction/dovetail-bootstrap
3
7036155
<reponame>idonthaveafifaaddiction/dovetail-bootstrap<filename>source/Dovetail.SDK.Clarify.Tests/ClarifySessionManagerTester.cs<gh_stars>1-10 using System; using System.Collections.Generic; using FChoice.Foundation.Clarify; using NUnit.Framework; namespace Dovetail.SDK.Clarify.Tests { [TestFixture] pub...
MAIN/BAG.Library/Elfinder/DTO/DirectoryDTO.cs
BROCKHAUS-AG/contentmonkey
3
7036156
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; namespace BAG.Framework.ElFinder.DTO { [DataContract] internal class DirectoryDTO : DTOBase { /// <summary> /// Hash of parent directory. Required except roots dirs. /...
src/WebStore/WebStore.Logic/Services/PaymentsEventService.cs
DenisPolukhin/WebStoreRTF
0
7036157
<reponame>DenisPolukhin/WebStoreRTF<gh_stars>0 using System.Text.Json; using WebStore.Logic.Interfaces; namespace WebStore.Logic.Services; public class PaymentsEventService : IPaymentsEventService { public Task ReceiveMessage(JsonElement element) { throw new NotImplementedException(); } }
tests/SharperCryptoApiAnalysis.BaseAnalyzers.Tests/ConstantSaltAnalyzerTests.cs
AnakinSklavenwalker/SharperCryptoApiAnalysis
1
7036158
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.VisualStudio.TestTools.UnitTesting; using SharperCryptoApiAnalysis.BaseAnalyzers.Analyzers; using SharperCryptoApiAnalysis.BaseAnalyzers.Tests.Verifiers; namespace SharperCryptoApiAnalysis.BaseAnalyzers.Tests { [TestClass] ...
ChessDotComSharp/Models/Club/ClubMatches.cs
Mrigank3307/ChessStats
5
7036159
using System.Collections.Generic; using J = Newtonsoft.Json.JsonPropertyAttribute; namespace ChessDotComSharp.Models { public class ClubMatches { [J("finished")] public List<ClubMatch> Finished { get; set; } [J("in_progress")] public List<ClubMatch> InProgress { get; set; } [J("registe...
src/Microsoft.Graph/Requests/Generated/DeviceManagementReportsRequest.cs
OfficeGlobal/msgraph-beta-sdk-dotnet
0
7036160
<reponame>OfficeGlobal/msgraph-beta-sdk-dotnet // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ----------------------------------...
0.Sources/RankingApp/RankingApp/Data/Services/RankService.cs
syneffort/Server_Web
0
7036161
using Microsoft.VisualBasic; using Newtonsoft.Json; using SharedData.Models; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace RankingApp.Data.Services { // [C <-> S] <-> [S(Api) <-> DB] public class RankService...
Assets/_Hasteland/Scripts/FX/ParticleSelfDestruct.cs
Wulusi/HasteLand
0
7036162
<reponame>Wulusi/HasteLand using System.Collections; using System.Collections.Generic; using UnityEngine; public class ParticleSelfDestruct : MonoBehaviour { private ParticleSystem m_attachedParticalSystem; [HideInInspector] public float m_destructTime; private float m_destructTimer; ...
LtlSharp/Automata/AcceptanceConditions/GeneralizedBuchiAcceptance.cs
ancailliau/LtlSharp
3
7036163
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace LtlSharp.Automata.AcceptanceConditions { public class GeneralizedBuchiAcceptance<T> : IAcceptanceCondition<T>, IEnumerable<BuchiAcceptance<T>> { Dictionary<int, BuchiAcceptance<T>> _buchiAcc...
src/csharp/Microsoft.Spark.E2ETest/IpcTests/SerDeTests.cs
MikeRys/spark
1,897
7036164
// 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 Microsoft.Spark.Sql; using Xunit; namespace Microsoft.Spark.E2ETest.IpcTests { [Collection("Spark E2E Te...
Sandbox/ShellView.cs
Granerkbrand/DependencyInjection
0
7036165
using Samantha; using System; using System.Collections.Generic; using System.Text; namespace Sandbox { public class ShellView { private UserView _userView; public ShellView(IContainer container, UserView userView, Generic<ShellView> generic) { container.Resolve<ItemData>(...
UserInterface/CSharpMarkupDemos/CSharpForMarkupDemos/App.cs
Bartucz/xamarin-forms-samples
1
7036166
using System; using System.Threading.Tasks; using Xamarin.Essentials; using Xamarin.Forms; using CSharpForMarkupDemos.Views; using CSharpForMarkupDemos.ViewModels; using CSharpForMarkupDemos.Helpers; namespace CSharpForMarkupDemos { public class App : Application { public static new App Current => (Ap...
AwfulForumsLibrary/Managers/UserManager.cs
drasticactions/AwfulForumsLibrary
5
7036167
using HtmlAgilityPack; using AwfulForumsLibrary.Models.Users; using AwfulForumsLibrary.Tools; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace AwfulForumsLibrary.Managers { public class UserManager { private...
src/Uintra/Features/Media/Images/Helpers/Contracts/IImageHelper.cs
Uintra/Uintra
45
7036168
using System; using System.IO; namespace Uintra.Features.Media.Images.Helpers.Contracts { public interface IImageHelper { MemoryStream NormalizeOrientation(Stream imageStream, string imageExtension, bool removeExifOrientationTag = true); bool IsFileImage(byte[] fileBytes); string GetIm...
TankLib/STU/Types/STUTargetTagComponent.cs
ekin1106/OWLib
1
7036169
// Instance generated by TankLibHelper.InstanceBuilder // ReSharper disable All namespace TankLib.STU.Types { [STUAttribute(0x445E7678, "STUTargetTagComponent")] public class STUTargetTagComponent : STUEntityComponent { [STUFieldAttribute(0xAA8E1BB0, "m_targetTags")] public teStructuredDataAsse...
01_Application_Deployment/src/Contoso.DigitalGoods.TokenService/Libs/WaitProcess.cs
microsoft/Tradable-Digital-Assets-Solution-Accelerator
2
7036170
using System; using System.Threading; namespace Contoso.DigitalGoods.TokenService.Libs { public class WaitProcess { public static void HoldsOnSeconds(int seconds) { var destinationTime = DateTime.Now.AddSeconds(seconds); Console.Write("Waiting to be transacted....."); ...
WebVella.Erp.Web/Components/PcModal/Options.cshtml
joangilabert/WebVella-ERP
848
7036171
<gh_stars>100-1000 @addTagHelper *, WebVella.Erp.Plugins.Core @addTagHelper *, WebVella.Erp.Web @addTagHelper *, WebVella.TagHelpers @using WebVella.Erp.Web.Utils; @using WebVella.Erp.Web.Components; @using WebVella.Erp.Api.Models; @using WebVella.TagHelpers.Models; @using WebVella.Erp.Web; @{ var options = (PcModal....
DragAndDropItems.cs
otapi/SecureNotesPlugin
0
7036172
<filename>DragAndDropItems.cs using System; using System.Text; using System.Diagnostics; using System.Windows.Forms; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Reflection; using System.Runtime.InteropServices; using Sy...
Maxisoft.Utils.Tests/Disposables/OptionalWeakDisposableTests.cs
sucrose0413/Maxisoft.Utils
0
7036173
using System; using Maxisoft.Utils.Disposables; using Maxisoft.Utils.Empties; using Moq; using Xunit; namespace Maxisoft.Utils.Tests.Disposables { public class OptionalWeakDisposableTests { [Fact] public void Test_Dispose() { // hard ref { var di...
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/Editors/BrushEditor/SolidBrushEditor.xaml.cs
dongdapeng110/SharpDevelopTest
11
7036174
<gh_stars>10-100 // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; u...
QSOrmProject/Deletion/CheckOperationDlg.cs
opopve/QSProjects
0
7036175
<reponame>opopve/QSProjects using System; using QSProjectsLib; namespace QSOrmProject.Deletion { public partial class CheckOperationDlg : Gtk.Window { int linksCount; public bool IsCanceled = false; public CheckOperationDlg() : base(Gtk.WindowType.Toplevel) { this.Build(); } public void SetOper...
Example/Example/Human.cs
StrungSafe/DI-IoC-Example
0
7036176
namespace Example { using System; using Food; public class Human { public void EatFood() { // We've coupled ourselves to the Console implementation Console.WriteLine("I'm hungry, what do we have to eat? "); string food = Console.ReadLine(); ...
src/Rougamo.OpenTelemetry/Rougamo/OpenTelemetry/ArgumentsStoreType.cs
inversionhourglass/Rougamo.OpenTelemetry
2
7036177
<filename>src/Rougamo.OpenTelemetry/Rougamo/OpenTelemetry/ArgumentsStoreType.cs namespace Rougamo.OpenTelemetry { /// <summary> /// arguments store type /// </summary> public enum ArgumentsStoreType { /// <summary> /// store as a tag /// </summary> Tag, /// <...
SimulinkModelGenerator/SimulinkModelGenerator/Modeler/Builders/SystemBlockBuilders/Continuous/SystemContinuousBuilder.cs
ledjon-behluli/SimulinkModelGenerator
7
7036178
<gh_stars>1-10 using SimulinkModelGenerator.Exceptions; using SimulinkModelGenerator.Modeler.GrammarRules; using SimulinkModelGenerator.Models; using System; namespace SimulinkModelGenerator.Modeler.Builders.SystemBlockBuilders.Continuous { internal class SystemContinuousBuilder : ISystemContinuous { ...
src/ResourceProvisioning.Broker.Application/Commands/Environment/CreateEnvironmentCommandHandler.cs
dfds/resource-provisioning-poc
0
7036179
<gh_stars>0 using System; using System.Threading; using System.Threading.Tasks; using MediatR; using ResourceProvisioning.Abstractions.Commands; using ResourceProvisioning.Broker.Application.Commands.Idempotency; using ResourceProvisioning.Broker.Domain.Aggregates.EnvironmentAggregate; using ResourceProvisioning.Broke...
samples-final/2.AspNetCore-ConversationUpdate-Bot/ConversationUpdateBot.cs
kant/botbuilder-dotnet
0
7036180
<reponame>kant/botbuilder-dotnet // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Linq; using System.Threading.Tasks; using Microsoft.Bot; using Microsoft.Bot.Builder; using Microsoft.Bot.Schema; namespace AspNetCore_ConversationUpdate_Bot { public clas...
ClubPenguin.Adventure/QuestWaypointTrigger.cs
smdx24/CPI-Source-Code
8
7036181
<reponame>smdx24/CPI-Source-Code<gh_stars>1-10 // QuestWaypointTrigger using ClubPenguin.Adventure; using Disney.LaunchPadFramework; using Disney.MobileNetwork; using UnityEngine; [RequireComponent(typeof(Collider))] public class QuestWaypointTrigger : MonoBehaviour { public void OnTriggerEnter(Collider collider) { ...
CSharp/Class/InheritanceCast.cs
piovezan/SOpt
148
7036182
using static System.Console; public class Program { public static void Main() { var filha = new Filha(); filha.y = 1; var mae = (Mae)filha; var filha2 = (Filha)mae; WriteLine(filha2.y); mae.Virtual(); mae.Real(); filha2.Virtual(); filha2.Real(); } } class Mae { public virtual void Virtual() => Wr...
src/Atata/DataProvision/ObjectSources/StaticObjectSource`1.cs
nguyenthanhson/atata
444
7036183
<filename>src/Atata/DataProvision/ObjectSources/StaticObjectSource`1.cs namespace Atata { /// <summary> /// Represents the static object source that takes an object in constructor and returns it. /// </summary> /// <typeparam name="T">The type of the object.</typeparam> public class StaticObjectSou...
src/Nancy.Metadata.Modules.Tests/DefaultMetadataModuleConventionsFixture.cs
omeaart/Nancy
1
7036184
namespace Nancy.Metadata.Modules.Tests { using Nancy.Tests; using System.Linq; using Xunit; public class DefaultMetadataModuleConventionsFixture { private readonly DefaultMetadataModuleConventions conventions; public DefaultMetadataModuleConventionsFixture() { ...
Assets/scripts/buttonOnclick.cs
abilashsenth/C-Unity-Game---FlyRush-3D
2
7036185
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; using System; public class buttonOnclick : MonoBehaviour { public Button playButton; public Button instaButton, ratingButton; public GameObject instaButtonObject, ratingB...
src/Assets/Adic/Scripts/Extensions/Commander/CommanderUtils.cs
rsdal/adic
207
7036186
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Adic.Commander.Exceptions; using Adic.Util; namespace Adic.Commander { /// <summary> /// Commander utils. /// </summary> public static class CommanderUtils { /// <summary> /// Gets all the available command types...
src/AD0001.Publish.Example.Database.Pgsql/PgsqlDatabase.cs
credfeto/roslyn-ad0001-requiresassemblyfilesanalyzer-error
1
7036187
<filename>src/AD0001.Publish.Example.Database.Pgsql/PgsqlDatabase.cs using System; using System.Data; using System.Text; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Npgsql; using Polly; namespace AD0001.Publish.Example.Database.Pgsql; /// <summary> /// Postgresql DB /// </summary...
ubidisplays_lib/src/UbiDisplays/Utilities/DoubleBuffer.cs
hcilab-org/UbiBeamPlusPlus
4
7036188
<gh_stars>1-10 using System; using System.Threading; namespace UbiDisplays.Utilities { /// <summary> /// This class implements a lockable double buffered resource. /// </summary> /// <author><NAME></author> /// <date>14th Nov 2012</date> public class DoubleBuffer<T> { /// <summary>...
cohort/src/cohort.Api/Filters/AuthorizeUserAttribute.cs
Dzmuh/webstack-by-daniel
62
7036189
<reponame>Dzmuh/webstack-by-daniel<gh_stars>10-100 using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using cohort.API.Models; using cohort.Api.Authentication; namespace cohort.API.Filters { /// <summary> /// R...
Assets/PashmakCore/Scripts/ComponentUnit/UnityEngine/Sprite/CU_Sprite_SortingLayer.cs
mohammadroohian/PAction
8
7036190
<filename>Assets/PashmakCore/Scripts/ComponentUnit/UnityEngine/Sprite/CU_Sprite_SortingLayer.cs using System.Collections.Generic; using UnityEngine; using NaughtyAttributes; namespace Pashmak.Core.CU._UnityEngine._SpriteRenderer { public class CU_Sprite_SortingLayer : MonoBehaviour { [SerializeField] ...
src/oneAPIDotNet/VPL/MfxFrameSurface1.cs
takuya-takeuchi/oneAPIDotNet
1
7036191
<reponame>takuya-takeuchi/oneAPIDotNet using System; namespace OneAPIDotNet.VPL { /// <summary> /// Defines the uncompressed frames surface information and data buffers. This class cannot be inherited. /// </summary> public sealed class MfxFrameSurface1 : OneAPIObject { #region Constructo...
Starslip/Assets/ComicScene.cs
PhaZ90771/Starslip
0
7036192
<filename>Starslip/Assets/ComicScene.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class ComicScene : MonoBehaviour { public GameObject comic1; public GameObject comic2; public GameObject comic3; // Start is called before t...
UnmanagedExports/Properties/Resources.Designer.cs
filmor/UnmanagedExports.Repack
0
7036193
<gh_stars>0 // Decompiled with JetBrains decompiler // Type: UnmanagedExports.Properties.Resources // Assembly: UnmanagedExports, Version=1.2.7.38850, Culture=neutral, PublicKeyToken=8f52d83c1a22df51 // MVID: C9BFF197-CAB3-40A6-BA31-9260266DE1B7 // Assembly location: C:\Users\k.gosse\.nuget\packages\unmanagedexports.r...
ViewModel/Services/IncomeCategoryViewModelService.cs
Yeah69/BFF
5
7036194
<reponame>Yeah69/BFF<filename>ViewModel/Services/IncomeCategoryViewModelService.cs<gh_stars>1-10 using System; using BFF.Core.Helper; using BFF.Model.Models; using BFF.Model.Repositories; using BFF.ViewModel.ViewModels.ForModels; using MuVaViMo; namespace BFF.ViewModel.Services { public interface IIncomeCategoryV...
RadCBA/Controllers/GlAccountController.cs
Sulzmido/Core-Banking-Application---RadCBA
0
7036195
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Net; using System.Web; using System.Web.Mvc; using RadCBA.Core.Models; using RadCBA.Logic; namespace RadCBA.Controllers { //[ClaimsAuthorize("DynamicClaim", "GLMgt")] public class GlAcc...
PropertyChanged/AddINotifyPropertyChangedInterfaceAttribute.cs
DaleStan/PropertyChanged
1,489
7036196
<filename>PropertyChanged/AddINotifyPropertyChangedInterfaceAttribute.cs using System; using System.ComponentModel; namespace PropertyChanged { /// <summary> /// Specifies that the class will be marked with <see cref="INotifyPropertyChanged"/>. /// Note that all classes that implement <see cref="INotifyPr...
src/test/HostActivationTests/RegisteredInstallKeyOverride.cs
directhex/core-setup
0
7036197
<gh_stars>0 // 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 Microsoft.Win32; using System; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation { pu...
FeTK/Framework/Serialization/ItemSerializer/ItemTypeOrigin.cs
iarspider/Mods.FelixDev
8
7036198
<filename>FeTK/Framework/Serialization/ItemSerializer/ItemTypeOrigin.cs<gh_stars>1-10 using StardewValley; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FelixDev.StardewMods.FeTK.Framework.Serialization { /// <summary> /// Defines...
AMGToolKit/AMGToolKit/Classes/AMGToolKit/AMGTools/AMGDBProvidersTool.cs
agancsos/csharp
0
7036199
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.Common; namespace AMGToolKit.Classes.AMGToolKit.AMGTools { public class AMGDBProvidersTool : AMGTool { public override bool Invoke() { try { System.Data.DataTable tempT...
src/Services/Masa.Framework.Admin.Service.Authentication/Infrastructure/Cache/RoleInfo.cs
masalabs/MASA.Framework.Admin
17
7036200
namespace Masa.Framework.Admin.Service.Authentication.Infrastructure.Cache; public class RoleInfo { public string Name { get; set; } = default!; public string Description { get; set; } = default!; public int Number { get; set; } public bool Enable { get; set; } public List<Guid> ChildrenRoleId...
sources/DotNetKit.Misc.Disposables/Misc/Disposables/BooleanDisposables/SerialDisposable.cs
vain0/DotNetKit.Misc.Disposables
0
7036201
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace DotNetKit.Misc.Disposables { /// <summary> /// Represents a boolean disposable to own up to one disposable. /// Whenever the content changed, disposes the ol...
Insolvency.CalculationsEngine.Redundancy.BL.UnitTests/ServicesTests/APPACalculationsServiceTests.cs
uk-gov-mirror/insolvencyservice.RPSCalculationEngine
2
7036202
<gh_stars>1-10 using FluentAssertions; using Insolvency.CalculationsEngine.Redundancy.BL.DTOs.APPA; using Insolvency.CalculationsEngine.Redundancy.BL.DTOs.Common; using Insolvency.CalculationsEngine.Redundancy.BL.Services.Implementations; using Insolvency.CalculationsEngine.Redundancy.BL.Services.Interfaces; using Ins...
Application/Features/DocumentTags/Queries/GetAllDocumentTags/GetAllDocumentTagsQuery.cs
KristenJestin/administrative-documents-api
0
7036203
<filename>Application/Features/DocumentTags/Queries/GetAllDocumentTags/GetAllDocumentTagsQuery.cs using Application.DTOs.DocumentTag; using Application.Wrappers; using MediatR; using System.Collections.Generic; namespace Application.Features.DocumentTags.Queries.GetAllDocumentTags { public class GetAllDocumentTag...
mobile/Stencil.Forms/Platforms/Common/Commanding/ICommandScope.cs
wmansfield/stencil.v2
0
7036204
<reponame>wmansfield/stencil.v2 using Stencil.Forms.Presentation.Menus; using System.Collections.Concurrent; namespace Stencil.Forms.Commanding { public interface ICommandScope { bool AlertErrors { get; } ICommandProcessor CommandProcessor { get; } ConcurrentDictionary<string, Concurre...
WhetStone/EditDistance.cs
bentheiii/WhetStone
10
7036205
<reponame>bentheiii/WhetStone using System; using System.Collections.Generic; using System.Linq; using WhetStone.SystemExtensions; namespace WhetStone.Looping { /// <summary> /// A static container for identity method /// </summary> public static class editDistance { /// <summary> ...
Fracture.Net/Messages/MessageSerializer.cs
Babelz/Fracture
0
7036206
<gh_stars>0 using System; using Fracture.Net.Serialization; namespace Fracture.Net.Messages { /// <summary> /// Interface for implementing message serializers. Providers layer of abstraction for serializing and deserializing with different schemas. /// </summary> public interface IMessageSerializer ...
src/Lloyds.Market.Claims.Payments.Domain/Specifications/SlipsByBrokerCode.cs
LloydsOfLondon/Lloyds.Market
0
7036207
<reponame>LloydsOfLondon/Lloyds.Market using System.Linq.Expressions; using Lloyds.SharedKernal; namespace Lloyds.Market.Claims.Payments.Domain.Specifications; public class SlipsByBrokerCode : Specification<Slip> { private readonly BrokerCode _brokerCode; private SlipsByBrokerCode(BrokerCode brokerCode) => ...
Apps/WebClient/src/Server/Services/ReportService.cs
bcgov/healthgateway
38
7036208
<reponame>bcgov/healthgateway // ------------------------------------------------------------------------- // Copyright © 2019 Province of British Columbia // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a co...
Simple.Data/Extensions/ArrayExtensions.cs
hmobius/Simple.Data
573
7036209
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Simple.Data.Extensions { public static class ArrayExtensions { public static T[] Append<T>(this T[] array, T newItem) where T : class { if (array.Length == 0) ret...
Decia.Business.Domain.Formulas/Formula.cs
1Schema/Open-Source
0
7036210
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using DomainDriver.DomainModeling.DomainObjects; using Decia.Business.Common.Modeling; using Decia.Business.Common.TypedIds; using Decia.Business.Common.ValueObjects; using Decia.Bu...
FalcLib/Mission/MissionRollEnum.cs
agustinsantos/FalconNet
0
7036211
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FalconNet.FalcLib { // Mission rolls public enum MissionRollEnum :byte { ARO_NOTHING = 0, ARO_CA = 1, ARO_TACTRANS = 2, // AMIS_SAR | AMIS_AIRCAV ARO_S = 3, /...
DS-InactiveWebApp/Pages/Player/Index.cshtml.cs
TheisNiklas/DS-inactive
0
7036212
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.EntityFrameworkCore; using DS_InactiveWebApp.Data; using DS_InactiveWebApp.Models; namespace DS_InactiveWebApp { public class ...
CP77.CR2W/Types/cp77/gameuiPanzerPlayerController.cs
MasterScott/CP77Tools
1
7036213
using System.IO; using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class gameuiPanzerPlayerController : gameuiSideScrollerMiniGameDynObjectLogicAdvanced { [Ordinal(0)] [RED("bulletLibraryname")] public CName BulletLibraryname ...
AxFixEngine/Extensions/SessionIDExtensions.cs
agilitix/agilelib
1
7036215
<filename>AxFixEngine/Extensions/SessionIDExtensions.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using QuickFix; namespace AxFixEngine.Extensions { public static class SessionIDExtensions { public static SessionID GetReverseSessionID(this SessionID self) ...
Pds.Contracts.ContractEventProcessor/Pds.Contracts.ContractEventProcessor.Services/Enums/ContractFundingType.cs
uk-gov-mirror/SkillsFundingAgency.pds-contracts-func-contract-processor
0
7036216
<filename>Pds.Contracts.ContractEventProcessor/Pds.Contracts.ContractEventProcessor.Services/Enums/ContractFundingType.cs using Newtonsoft.Json.Converters; using System.ComponentModel.DataAnnotations; using System.Text.Json.Serialization; namespace Pds.Contracts.ContractEventProcessor.Services.Enums { /// <summar...
Scripts/UI/Gradient/UITextGradient.cs
Armiki/Gamla.io-SDK
0
7036217
<gh_stars>0 using UnityEngine; using UnityEngine.UI; namespace Gamla.GUI { [AddComponentMenu("UI/Effects/Text Gradient")] public class UITextGradient : BaseMeshEffect { public Color m_color1 = Color.white; public Color m_color2 = Color.white; [Range(-180f, 180f)] public float m_angle = 0f; public override...
NodeHostEnvironment/ArrayBuffer.cs
sanosdole/nodeclrhost
9
7036218
namespace NodeHostEnvironment { using System; using System.Diagnostics; using InProcess; /// <summary> /// This class wraps a <see cref="JsDynamicObject"/> of a JS `ArrayBuffer` /// to provide direct access to the underlying backing store memory. /// </summary> public sealed class Arr...
modules/services/business-user-bff/Eshva.Fenix.BusinessUserBff.Service/Bootstrapping/MongoConnectionConfiguration.cs
Eshva/Eshva.Fenix
0
7036219
<reponame>Eshva/Eshva.Fenix<gh_stars>0 namespace Eshva.Fenix.BusinessUserBff.Service.Bootstrapping { public class MongoConnectionConfiguration { public string ConnectionString { get; set; } public string DatabaseName { get; set; } public string UserName { get; set; } public string Password { get;...
Source/Styles/XDripStyle.cs
ThielHater/trayscout
2
7036220
using System.Drawing; namespace Trayscout { public class XDripStyle : DotStyle { public XDripStyle() { LowColor = Color.Crimson; HighColor = Color.DarkOrange; NormalColor = Color.DodgerBlue; BackgroundColor = Color.FromArgb(33, 33, 33)...
Immutype/Core/CommentsGenerator.cs
DevTeam/Immutype
20
7036221
<filename>Immutype/Core/CommentsGenerator.cs<gh_stars>10-100 namespace Immutype.Core; public class CommentsGenerator : ICommentsGenerator { public T AddComments<T>( string title, ParameterSyntax parameter, string targetComment, T target) where T: SyntaxNode { var...
yafsrc/YAF.Core/Membership/SQLPasswordHasher.cs
Spinks90/YAFNET
0
7036222
<gh_stars>0 /* Yet Another Forum.NET * Copyright (C) 2003-2005 <NAME> * Copyright (C) 2006-2013 <NAME> * Copyright (C) 2014-2021 <NAME> * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dist...
knight-client/Packages/Knight-Lib/Knight.Framework.Tweening/Runtime/Components/ColorTweening.cs
JansonC/knight
0
7036223
using System; using System.Collections.Generic; using Knight.Core; using UnityEngine; using UnityEngine.UI; using DG.Tweening; namespace Knight.Framework.Tweening { public class ColorTweening : TweeningAnimation { public Color Start; public Color End; private Lis...
src/Comet.Game/States/Team.cs
inburst21/ConquerServer
0
7036224
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (C) FTW! Masters // Keep the headers and the patterns adopted by the project. If you changed anything in the file just insert // your name below, but don't remove the names of who w...
Code/ERP.Web/Areas/Mms/Controllers/DealController.cs
zhupangithub/WEBERP
0
7036225
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Mvc; using Zephyr.Core; using ERP.Web.Models; using Zephyr.Utils; using Newtonsoft.Js...
Hiz.Npoi/Attributes/LocalizableString.cs
Hizcn/Hiz.Npoi
0
7036226
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Text; namespace Hiz.Npoi.Attributes { // 代码来至: System.ComponentModel.DataAnnotations.LocalizableString class LocalizableString { string _PropertyName; public...
Code/ProcedureGenerator/Form1.Designer.cs
catinapoke/yet-another-procedural-generator
1
7036227
 namespace ProcedureGenerator { partial class Procedure_Generator { /// <summary> /// Обязательная переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. ...
src/Orchestra.Core/ApplicationWatchers/ApplicationWatcherBase.cs
Offline-R503B/Orchestra
446
7036228
namespace Orchestra { using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Threading; using Catel; using Catel.IoC; using Catel.Logging; using Catel.Services; using ViewModels; public abstract class ApplicationWatcher...
src/Ghostly.GitHub/GitHubSecrets.cs
patriksvensson-forks/ghostly
0
7036229
using System; using System.Collections.Generic; using System.Text; namespace Ghostly.GitHub { public partial class GitHubSecrets { public static GitHubSecrets Instance { get; } = new GitHubSecrets(); public string ClientId { get { string value = ...
c#/Euler/src/Euler/Problems/euler1.cs
Mastermindzh/c-sharp-testing-ground
0
7036231
using Euler.Shared; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Euler { public class euler1 : problem { public euler1() { /* If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multi...
Runtime/Draw.cs
gvvynplaine/ProceduralToolkit
1
7036232
using System; using UnityEngine; namespace ProceduralToolkit { /// <summary> /// Collection of generic vector and raster drawing algorithms /// </summary> public static partial class Draw { public delegate void DebugDrawLine(Vector3 start, Vector3 end, Color color, float duration, bool dept...
web/AlphaDev.Web/Support/EditPostModelBinder.cs
OlegKleyman/AlphaDev
1
7036233
<filename>web/AlphaDev.Web/Support/EditPostModelBinder.cs using System; using AlphaDev.Web.Core.Support; using AlphaDev.Web.Models; using JetBrains.Annotations; using Microsoft.AspNetCore.Mvc.ModelBinding; using Optional; namespace AlphaDev.Web.Support { public class EditPostModelBinder : PrefixModelBinder { ...
SeasonTracker/ViewModels/Commands/RegisterCommand.cs
ejrach/SeasonTrackerWPF
0
7036234
<filename>SeasonTracker/ViewModels/Commands/RegisterCommand.cs using System; using System.Collections.Generic; using System.Text; using System.Windows.Input; namespace SeasonTracker.ViewModels.Commands { public class RegisterCommand : ICommand { //The viewmodel this command will be active on p...
TryCSharp.Samples/Linq/LinqSamples46.cs
devlights/try-csharp
5
7036235
using System.Linq; using TryCSharp.Common; namespace TryCSharp.Samples.Linq { /// <summary> /// Linqのサンプルです。 /// </summary> [Sample] public class LinqSamples46 : IExecutable { public void Execute() { // // FirstOrDefault拡張メソッドは、First拡張メソッドと同じ動作をする。 ...
src/Nethereum.BlockchainStore.Search.Tests/Azure/Indexers/AzureFunctionIndexerTests.cs
khosro/Nethereum.BlockchainStorage
35
7036236
using Nethereum.BlockchainStore.Search.Azure; using Nethereum.BlockchainStore.Search.Tests.TestData; using System.Linq; using System.Threading.Tasks; using Xunit; using static Nethereum.BlockchainStore.Search.Tests.TestData.Contracts.StandardContract; namespace Nethereum.BlockchainStore.Search.Tests.Azure { publi...
sources/engine/Stride.Assets/SpriteFont/Compiler/FontNotFoundException.cs
hjred/stride
2,251
7036237
<reponame>hjred/stride // Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) 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 System; namespace Stri...
TelegramToRss/Migrations/20180228141204_Init.Designer.cs
redmanmale/TelegramToRss
1
7036238
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Redmanmale.TelegramToRss.DAL; namespace Redmanmale.TelegramToRss.Migrations { [DbContext...
BugLog.Application/Cases/Queries/GetCaseList/CaseListViewModel.cs
FahadSProgramming/BugLog
0
7036239
<reponame>FahadSProgramming/BugLog using System.Collections.Generic; namespace BugLog.Application.Cases.Queries { public class CaseListViewModel { public ICollection<CaseDetailViewModel> Cases { get; set; } public int Count { get; set; } } }
so-39530923.cs
isanych/so-39530923
0
7036240
using Microsoft.CodeAnalysis.MSBuild; using System; using System.Collections.Generic; internal static class so39530923 { private static void Test(MSBuildWorkspace workspace) { using (workspace) { var solution = workspace.OpenSolutionAsync(@"..\..\..\Espera\Espera.sln").Result; ...
MuseosUCM/Assets/uAdventure/Editor/Engine logic/Controllers/Controller.cs
JuegosSerios-UCM-Grupo2-20-21/MuseosUCM
0
7036241
using System; using UnityEngine; using UnityEditor; using System.Collections.Generic; using System.IO; using System.Threading; using uAdventure.Core; using Animation = uAdventure.Core.Animation; using System.Text.RegularExpressions; using System.Globalization; using uAdventure.Runner; using UnityEditor.Callbacks; u...