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
Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/Protocol/Session/RetryableNegative.cs
injectives/neo4j-dotnet-driver
178
7055423
<filename>Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/Protocol/Session/RetryableNegative.cs using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using System.Diagnostics; using System.Linq; namespace Neo4j.Driver.Tests.TestBackend { internal class RetryableNegative : IP...
LocalClient/Tests/PluginTests/CalculatorTests.cs
krudowicz/FriendlyBudget
0
7055424
<reponame>krudowicz/FriendlyBudget using System.Linq; using NUnit.Framework; using System.Collections.Generic; using FriendlyBudget.LocalClient.Components.Core.DTO; using FriendlyBudget.LocalClient.Modules.Calculator; namespace FriendlyBudget.LocalClient.Tests.PluginTests { [TestFixture] public class Calculat...
MailChimp.Api.Net/Domain/Conversations/RootConversation.cs
shahriarhossain/MailChimp.Api.Net
28
7055425
<reponame>shahriarhossain/MailChimp.Api.Net<filename>MailChimp.Api.Net/Domain/Conversations/RootConversation.cs<gh_stars>10-100 using System.Collections.Generic; using MailChimp.Api.Net.Domain.Reports; namespace MailChimp.Api.Net.Domain.Conversations { public class RootConversation { public List<Conversation>...
Hanabi.Flow.Repository/UserInfoRepository.cs
GadHao/Hanabi.Flow.API
0
7055426
<filename>Hanabi.Flow.Repository/UserInfoRepository.cs<gh_stars>0 using Hanabi.Flow.IRepository; using Hanabi.Flow.IRepository.UnitOfWork; using Hanabi.Flow.Model.Models; using Hanabi.Flow.Repository.Base; using System; using System.Collections.Generic; using System.Text; namespace Hanabi.Flow.Repository { public...
Adf/HttpClient.cs
aooshi/adf
0
7055427
<filename>Adf/HttpClient.cs using System; using System.Net; using System.Text; using System.IO; namespace Adf { /// <summary> /// http client /// </summary> public class HttpClient { static string UA = null; /// <summary> /// default instance /// </summary> ...
CoreSolutionLab/Uibasoft.Smedia.Core/Interfaces/IRepository.cs
uialberto/smediacore
0
7055428
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using Uibasoft.Smedia.Core.Entities; namespace Uibasoft.Smedia.Core.Interfaces { public interface IRepository<TElement> where TElement : BaseEntity { IEnumerable<TElement> GetAll(); Task<TElement> ...
src/DotNetHelper.ObjectToSql/Attribute/SqlTableAttribute.cs
TheMofaDe/DotNetHelper.ObjectToSql
0
7055429
using System; using DotNetHelper.ObjectToSql.Enum; namespace DotNetHelper.ObjectToSql.Attribute { /// <inheritdoc /> /// <summary> /// This specifies that the following property is also an SQL table /// </summary> /// <seealso cref="T:System.Attribute" /> [AttributeUsage(AttributeTargets.Class | AttributeTarget...
src/AdventureWorks.Application/DataEngine/Sales/SalesOrderHeaderSalesReason/Commands/UpdateSalesOrderHeaderSalesReason/UpdateSalesOrderHeaderSalesReasonSetCommand.cs
CodeSwifterGit/adwenture-works
0
7055430
<filename>src/AdventureWorks.Application/DataEngine/Sales/SalesOrderHeaderSalesReason/Commands/UpdateSalesOrderHeaderSalesReason/UpdateSalesOrderHeaderSalesReasonSetCommand.cs<gh_stars>0 using System.Collections.Generic; using AutoMapper; using AdventureWorks.Application.DataEngine.Sales.SalesOrderHeaderSalesReason.Que...
src/Application/Conversations/Commands/CreateConversation/CreateConversationCommandHandler.cs
wdesgardin/twitter-clone
3
7055431
<reponame>wdesgardin/twitter-clone using System.Linq; using System.Threading; using System.Threading.Tasks; using MediatR; using Microsoft.EntityFrameworkCore; using TwitterClone.Application.Common.Exceptions; using TwitterClone.Application.Common.Interfaces; using TwitterClone.Domain.Entities; namespace TwitterClone....
src/Salesforce.MarketingCloud.UnitTests/TokenRequestTests.cs
salesforce-marketingcloud/mcsdk-automation-csharp
3
7055432
<filename>src/Salesforce.MarketingCloud.UnitTests/TokenRequestTests.cs using NUnit.Framework; using Salesforce.MarketingCloud.Client; using static Salesforce.MarketingCloud.UnitTests.Builders.TokenRequestBuilder; namespace Salesforce.MarketingCloud.UnitTests { [TestFixture] public class TokenRequestTests ...
connect-sdk-dotnet/Domain/Payment/Definitions/CustomerAccountAuthentication.cs
skolbin-ssi/connect-sdk-dotnet
0
7055433
/* * This class was auto-generated from the API references found at * https://epayments-api.developer-ingenico.com/s2sapi/v1/ */ namespace Ingenico.Connect.Sdk.Domain.Payment.Definitions { public class CustomerAccountAuthentication { /// <summary> /// Authentication used by the customer on yo...
Array - Exercises/10. LadyBugs/LadyBugs.cs
Vladimir-Dodnikov/C-Fundamentals-May-2019
0
7055435
<filename>Array - Exercises/10. LadyBugs/LadyBugs.cs using System; using System.Linq; namespace _10._LadyBugs { class LadyBugs { static void Main() { int fieldSize = int.Parse(Console.ReadLine()); int[] field = new int[fieldSize]; string[] indexes = Console....
test/Routine.Test/Interception/Stubs/Invocations/Async.cs
multinetinventiv/routine
3
7055436
using Routine.Core.Runtime; using Routine.Interception; using System.Threading.Tasks; namespace Routine.Test.Interception.Stubs.Invocations { public class Async : InvocationBase<Task<object>> { protected override object Intercept(IInterceptor<Context> testing) => testing.InterceptAsync(context, invoca...
test/perfTestCS/SystemTextJsonExt/Model/CapabilityStatement.cs
QPC-database/fhir-codegen
1
7055437
// <auto-generated/> // Contents of: hl7.fhir.r4.core version: 4.0.1 using System; using System.Buffers; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using Hl7.Fhir.Model; using Hl7.Fhir.Model.JsonExtensions; using Hl7.Fhir.Serializ...
Billing.Entities/VendorLedger.cs
eric-erki/ASP.NET-MVC-Customer-Billing-Management
1
7055438
<reponame>eric-erki/ASP.NET-MVC-Customer-Billing-Management using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Billing.Entities { public class VendorLedger { [Key] [Column("Id", Order = 1)] public int Id { get; set; ...
CatiaConnection.cs
SchierlohSebastian/HSP_C4
0
7055439
<filename>CatiaConnection.cs using INFITF; using MECMOD; using PARTITF; using System; using System.Windows; namespace ConsoleApp1 { public class CatiaConnection { INFITF.Application hsp_catiaApp; MECMOD.PartDocument hsp_catiaPart; MECMOD.Sketch hsp_catiaProfil; public bool l...
Trumpf.Coparoo.Desktop.Tests/Wait/DialogWaitForManualTests.cs
gschwindbe/Trumpf.Coparoo.Desktop
0
7055440
<gh_stars>0 // Copyright 2016, 2017, 2018 TRUMPF Werkzeugmaschinen GmbH + Co. KG. // // 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 /...
ScriptPlayer/ScriptPlayer.Shared/Scripts/VorzeScriptLoader.cs
hotcoconuts/ScriptPlayer
0
7055441
<reponame>hotcoconuts/ScriptPlayer using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace ScriptPlayer.Shared.Scripts { public class VorzeScriptToFunscriptLoader : VorzeScriptLoader { public override List<ScriptAction> Load(Stream stream) ...
srutil/Reset.cs
SirCmpwn/srutils
10
7055442
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using RedditSharp; namespace srutil { public class Reset : ISubredditOperation { [Flags] public enum ResetOperations { None = 0, CSS = 1, Images = 2,...
AvoCommLib/Protocols/ASMP/ConnectionType.cs
ananace/avoview
6
7055443
namespace AvoCommLib { namespace Protocols { namespace ASMP { public enum ConnectionType { SSL = 1, TCP } } } }
BandlimitedSynthesisShaderEffect.cs
paintdotnet/PdnGpuEffectSamples
1
7055444
<reponame>paintdotnet/PdnGpuEffectSamples using ComputeSharp; using ComputeSharp.D2D1; using ComputeSharp.D2D1.Interop; using PaintDotNet.Direct2D1; using PaintDotNet.PropertySystem; using System; using System.Collections.Generic; namespace PaintDotNet.Effects.Gpu.Samples; internal sealed partial class BandlimitedSy...
src/SQLiteSync.cs
Jouna77/sqlite-net-sync
0
7055445
<filename>src/SQLiteSync.cs using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using SQLBase.Sync; using SQLite; namespace SQLite.Sync { #pragma warning disable 1591 // XML Doc Comments public class SQLiteSync { public static SQLiteSync Instance { get; private set; } ...
Dumps/PrimitierDumpV1.0.1/Valve/Newtonsoft/Json/Utilities/CollectionUtils.cs
TotalJTM/PrimitierModdingFramework
2
7055446
/* * Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty */ using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Image 49: V...
ToMigrate/Raven.Tests.MailingList/Nemitoff.cs
ryanheath/ravendb
1
7055447
<reponame>ryanheath/ravendb using Raven.Tests.Common; using Xunit; namespace Raven.Tests.MailingList { public class Nemitoff : RavenTest { [Fact] public void LoadAfterEvict() { using(var store = NewDocumentStore()) { using(var ...
Extensible Identify/ExternalSamples/Views/DummyGenericUsernamePasswordLogin.cshtml
dqtglobeteam/Safewhere-Identify-samples
2
7055448
@using System.Globalization @using System.Web.Mvc.Html @using System.Web.Mvc @{ ViewBag.Title = ""; } @section TitleHeader{ @Resources.ExternalSamplesResources.ExternalSamplesTitle } @section TitleContent{ } @section MainContent{ <div class="form-box"> <div class="form-top"> <div class=...
LNF.Tests/WriteToolDataManagerTests.cs
lurienanofab/lnf
1
7055449
<reponame>lurienanofab/lnf using LNF.Impl.Billing; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Data; namespace LNF.Tests { [TestClass] public class WriteToolDataManagerTests : TestBase { [TestMethod] public void CanWriteToolDataClean() { ...
TableML/TableMLGUI/MainForm.cs
zhaoqingqing/TableML
3
7055450
using NPOI.SS.UserModel; using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using TableML.Compiler; namespace TableMLGUI { /// <summary> /// 作者:赵青青(<EMAIL>) /// 日期:20...
Software.WebService/ResultHelper.cs
xukui529/ChineseCarRegulation_api
1
7055451
 using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using NFine.Code; namespace Software.WebService { public static class ResultHelper { private static List<ResultDataItem> ResultDataItemList { get ...
src/Test/Common/Code/Microsoft/Test/Stability/Extensions/Actions/DrawImageAction.cs
kant2002/wpf-test
25
7055452
<gh_stars>10-100 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Wind...
Assets/Plugins/Ludiq/Ludiq.PeekCore/Runtime/Utilities/SequencePredicate.cs
DuLovell/Rhythm-Game
3
7055453
<reponame>DuLovell/Rhythm-Game namespace Ludiq.PeekCore { public enum SequencePredicate { Any, All, None, NotAll } public static class XSequencePredicate { public static SequencePredicate Positive(this SequencePredicate predicate) { switch (predicate) { case SequencePredicate.Any: return...
ConsoleApp/ConsoleApp/Console/ConsoleHelper.Window.cs
LukaszKr/ConsoleCanvas
1
7055456
using System; using System.Runtime.InteropServices; namespace ProceduralLevel.ConsoleApp { public static partial class ConsoleHelper { public static void SetWindowPosition(int px, int py) { CheckError(SetWindowPos(m_ConsoleHandle, IntPtr.Zero, px, py, 0, 0, SWP_NOACTIVATE | SWP_NOACTIVATE | SWP_NOSIZE)); }...
Source/Common/Libraries/Lib.Visuals/Lib.Visuals/Code/Interfaces/IRgbByteImageExternalFormatSerializer.cs
MinexAutomation/Public
0
7055457
using Public.Common.Lib.IO.Serialization; namespace Public.Common.Lib.Visuals.IO.Serialization { /// <summary> /// Represents a type that can serialize RGB byte images to and from external image formats like JPG, BMP, PNG, etc... /// </summary> public interface IRgbByteImageExternalFormatSeri...
DataVisualization/DataVisualization.Services/DataService.cs
fcin/DataVisualization
0
7055458
<gh_stars>0 using DataVisualization.Models; using LiteDB; using System; using System.Linq; namespace DataVisualization.Services { public class DataService { private readonly string _dbPath; public DataService() { _dbPath = GlobalSettings.DbPath; } public v...
src/Blazor.WebGL/WebGLShaderProgram.cs
adamuso/Blazor.WebGL
9
7055459
using System; using System.Collections.Generic; namespace Blazor.WebGL { public class WebGLShaderProgram { private Dictionary<string, WebGLAttributeLocation> locations; public int Id { get; private set; } internal WebGLContext Context { get; set; } public WebGLShaderProgram(We...
Assets/MOMO/Scripts/SpawnPrefab.cs
BCEF/SteamVRInteractiveSample
0
7055460
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SpawnPrefab : MonoBehaviour { public GameObject prefab; public Transform targetTransform; public GameObject Inst; /// <summary> /// 在targetTransform位置生成一个prefab /// </summary> public void SpawnObjec...
src/workIT.Factories/TransferValueProfileManager.cs
CredentialEngine/Import_From_Registry
5
7055461
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using workIT.Models; using workIT.Models.Common; using workIT.Models.ProfileModels; using workIT.Utilities; using EntityContext = workIT....
WHQ/WinNativeApi/Kernel32.cs
Pavel-Durov/WinHandlesAnalysis
3
7055462
using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; using WinBase; using WinNativeApi.WinNT; using HANDLE = System.IntPtr; namespace Kernel32 { public class Const { public const UInt32 INFINITE = 0xFFFFFFFF; public const UInt32 WAIT_ABANDONED = 0x00000080; ...
VcmSuite3x_api/Areas/Admin/Controllers/CenarioController.cs
CristovaoTorres/WebApiNetCore_GenericRepositoryPattnerJwt
0
7055463
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Mvc; using VcmSuite3x.Application.ViewModel; using VcmSuite3x_api.Core.Interface; using VcmSuite3x_api.Core.Models; using VcmSuite3x_api.Core.Repository; using VcmSuite3x_api.Mo...
tests/Csg.ListQuery.AspNetCore.Tests/ListRequestTests.cs
csgsolutions/Csg.Data.ListQuery
0
7055464
<filename>tests/Csg.ListQuery.AspNetCore.Tests/ListRequestTests.cs using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Text; using System.Linq; using Csg.ListQuery.Server; using Csg.ListQuery.AspNetCore.Tests.Mock; namespace Csg.ListQuery.AspNetCore.Tests {...
SFeed.Tests/BusinessProviderTests/CompositeTest.cs
yilmazanil/SFeed
0
7055465
<reponame>yilmazanil/SFeed<gh_stars>0 using Microsoft.VisualStudio.TestTools.UnitTesting; using SFeed.Business.Providers; using SFeed.Core.Infrastructure.Providers; using SFeed.Core.Models.Wall; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System...
src/LinqToTwitter5/LinqToTwitter.Shared/Common/QueryParameter.cs
ZavierHenry/LinqToTwitter
486
7055466
<filename>src/LinqToTwitter5/LinqToTwitter.Shared/Common/QueryParameter.cs using System; using System.Collections.Generic; namespace LinqToTwitter { /// <summary> /// Provides an structure to hold the query parameters /// </summary> public class QueryParameter : IComparable<QueryParameter>, IComparable...
ClientServerMathApp/MathServer/MathServer.cs
amirkhaniansev/some-csharp
0
7055467
<gh_stars>0 using System; using System.IO; using System.Text; using System.Threading.Tasks; using System.Net; using System.Net.Sockets; using System.Threading; namespace MathServer { /// <summary> /// Math Server class for doing mathematical operations and interacting with clients. /// </summary> publ...
Assets/scripts/LiifeMegaman.cs
LuQi25/Corte-2-Entrega
0
7055468
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class LiifeMegaman : MonoBehaviour { [SerializeField] GameObject FailUI; [SerializeField] AudioClip sfx_deadMegaman; public bool lose; public float Hitpoints; ...
src/base/RfcReadTableQueryBuilder.cs
ciropalomino/SharpSapRfc
81
7055469
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SharpSapRfc { public class RfcReadTableQueryBuilder<T> { private string tableName; private string[] fields; private List<string> conditions; private int count; ...
TwoWayMapper.Test/ConversionTest.cs
rd-dev-ukraine/two-way-mapper
0
7055470
<reponame>rd-dev-ukraine/two-way-mapper using System.IO.Compression; using System.Linq; using System.Linq.Expressions; using System.Net.Http.Headers; using FluentAssertions; using Ploeh.AutoFixture; using TwoWayMapper.Conversion; using Xunit; namespace TwoWayMapper.Test { public class ConversionTest { ...
M5.BloomFilter.UnitTests/FalsePositiveTests.cs
MILL5/M5.BloomFilter
1
7055471
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; namespace M5.BloomFilter.UnitTests { [TestClass] public class FalsePositiveTests { private IEnumerable<int> _items; public FalsePositiveTests() { var items ...
SGC/Frontend/Views/Home/Ticket.cshtml
MM-Andrade/LES
0
7055472
<filename>SGC/Frontend/Views/Home/Ticket.cshtml  @{ ViewBag.Title = "Ticket " + ViewBag.Ticket.CodigoTicket; } @using (Html.BeginForm("Ticket", "Home", FormMethod.Post)) { <form> <div class="row"> <div class="form-group col-md-4"> <label for="Ticket">Ticket</label> ...
src/OpenProtocolInterpreter/Enums/AngleStatus.cs
artleo-prodrive/OpenProtocolInterpreter
78
7055473
namespace OpenProtocolInterpreter { /// <summary> /// Angle status. Used in <see cref="PowerMACS.BoltData"/>. /// </summary> public enum AngleStatus { UNDEFINED = -1, BOLT_ANGLE_LOW = 0, BOLT_ANGLE_OK = 1, BOLT_ANGLE_HIGH = 2 } }
src/SharpVk.Generator/Generation/Marshalling/SimpleMemberPattern.cs
xuri02/SharpVk
159
7055475
using SharpVk.Generator.Collation; using SharpVk.Generator.Rules; using System.Collections.Generic; using static SharpVk.Emit.ExpressionBuilder; namespace SharpVk.Generator.Generation.Marshalling { public class SimpleMemberPattern : IMemberPatternRule { private readonly IEnumerable<IMarshalVa...
src/NuGet.Services.Configuration/ConfigurationBuilderExtensions.cs
agr/ServerCommon
0
7055476
<reponame>agr/ServerCommon // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.Extensions.Configuration; using NuGet.Services.KeyVault; namespace NuGet.Services.Configurati...
STOREFRONT/VirtoCommerce.Storefront/Converters/PromotionConverter.cs
VirtoCommerce-archieve/vc-integrations
2
7055477
<filename>STOREFRONT/VirtoCommerce.Storefront/Converters/PromotionConverter.cs using Omu.ValueInjecter; using VirtoCommerce.Client.Model; using VirtoCommerce.Storefront.Model.Common; using VirtoCommerce.Storefront.Model.Marketing; namespace VirtoCommerce.Storefront.Converters { public static class PromotionConver...
src/Microsoft.Azure.Mobile.Server.Tables/Tables/QueryResult.cs
v-fekalu/azure-mobile-apps-net-server
136
7055478
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using System; using System.Collections; using Microsoft.Azure.Mobile.Server.Properties; namesp...
LispLib/IEval.cs
jrm-code-project/CLRLisp
0
7055479
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LispLib { interface IEval { public object? Eval (Environment environment); } }
Examples/Chapter11/Middleware/DbLogger.cs
adrd/functional-csharp-code
1
7055480
<reponame>adrd/functional-csharp-code<filename>Examples/Chapter11/Middleware/DbLogger.cs using Dapper; using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using LaYumba.Functional; using static LaYumba.Functional.F; using Examples.Chapter1.DbLogger; using Examples; using Micr...
MonoJavaBridge/android/generated/android/content/DialogInterface_OnMultiChoiceClickListener.cs
JeroMiya/androidmono
3
7055481
<reponame>JeroMiya/androidmono namespace android.content { [global::MonoJavaBridge.JavaInterface(typeof(global::android.content.DialogInterface_OnMultiChoiceClickListener_))] public partial interface DialogInterface_OnMultiChoiceClickListener : global::MonoJavaBridge.IJavaObject { void onClick(android.content.Di...
Reinforced.Typings.Tests/SpecificCases/SpecifiicTestCases.UnresolvedToUnknown.cs
luhis/Reinforced.Typings
422
7055482
using Reinforced.Typings.Fluent; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace Reinforced.Typings.Tests.SpecificCases { public partial class SpecificTestCases { interface IUnresolvedToUnknownInterface ...
mpx/App_Code/Whatif.cs
Industrepreneur/ValueStreamModeling_Application
1
7055483
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// Summary description for Whatif /// </summary> public class Whatif : ClassC0 { int whatifType; string database; struct WhatifType { public const int LABOR = 0; public cons...
TCC/Model/Conexao.cs
sudeduardo/TCC_INFORMATICA
1
7055484
<gh_stars>1-10 namespace TCC.Model { using System; using System.Data.Entity; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; public partial class Conexao : DbContext { public Conexao() : base("name=Conexao") { } public virtual ...
FpML.V5r3.Applications/CollarPricer/Collar.cs
mmrath/Highlander.Net
0
7055485
/* Copyright (C) 2019 <NAME> (<EMAIL>) This file is part of Highlander Project https://github.com/alexanderwatt/Highlander.Net Highlander is free software: you can redistribute it and/or modify it under the terms of the Highlander license. You should have received a copy of the license along with this program; ...
src/Team11/TygaSoft/SqlServerDAL/MyUserLevelView.cs
qq283335746/Infoztc
4
7055486
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; using TygaSoft.IDAL; using TygaSoft.Model; using TygaSoft.DBUtility; namespace TygaSoft.SqlServerDAL { public partial class UserLevelView : IUserLevelView { #region IUs...
ALS_Console/ALS.Services/MessageHubService.cs
jodufra/pixelscamp3
0
7055487
<reponame>jodufra/pixelscamp3 using ALS.Services.Abstractions; using Microsoft.Azure.EventHubs; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; using static ALS.Services.Utils.ConsoleLogger; using static ALS.Services.Utils.TaskUtils; namespace A...
Assets/ScapeKitPlugin/Scripts/Geo/GeoAnchorManager.cs
emmaChristine/scapekit-samples-unity
1
7055488
// <copyright file="GeoAnchorManager.cs" company="Scape Technologies Limited"> // // GeoAnchorManager.cs // ScapeKitUnity // // Created by nick on 1/5/2019. // Copyright © 2019 Scape Technologies Limited. All rights reserved. // </copyright> namespace ScapeKitUnity { using System; using UnityEngine; ...
src/Modules/Laser.Orchard.Maps/Models/CustomPinPartSettings.cs
INVA-Spa/Laser.Orchard.Platform
8
7055489
using Orchard.Services; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Laser.Orchard.Maps.Models { public class CustomPinPartSettings { private TargetArea _targetArea; public string ReplacedColor { get; set; } public string AlternateColor { ...
src/Skybrud.Essentials/Legacy/Time/TimeHelper.cs
ohunecker/Skybrud.Essentials
15
7055490
<gh_stars>10-100 using System; using System.Globalization; namespace Skybrud.Essentials.Time { /// <summary> /// Utility class with various static helper methods for working with date and time. /// </summary> [Obsolete("Use the TimeUtils class instead.")] public static partial class TimeHelper { ...
ComputerStore.ui/ComputerStore.Library/Part.cs
1902-feb18-net/william-code
0
7055491
<reponame>1902-feb18-net/william-code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace ComputerLib.Library { public class Part { private string _partName; private int _partCost; ...
Source/DataPoints/DataPoints.cs
dolittle-timeseries/DotNET.SDK
0
7055492
// Copyright (c) Dolittle. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Dolittle.TimeSeries.DataTypes; namespace Dolittle.TimeSeries.DataPoints { /// <summary> /// Represents the starting point for creating filters for <see cr...
tools/linker/CoreMarkStep.cs
cadsit/xamarin-macios
1
7055493
<filename>tools/linker/CoreMarkStep.cs // Copyright 2011-2013 Xamarin Inc., All rights reserved. // adapted from MonoTouchMarkStep.cs, itself // adapted from xtouch/tools/mtouch/Touch.Tuner/ManualMarkStep.cs using System; using System.Collections.Generic; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Linker; usin...
server/Classroom.WebApi/ViewModels/CourseDetailVmV2.cs
jzywien/openshift-classroom
0
7055494
<reponame>jzywien/openshift-classroom<gh_stars>0 namespace Classroom.WebApi.ViewModels { public class CourseDetailVmV2 { public CourseDetailVm Course { get; set; } public int Version { get; set; } } }
Assets/Scripts/All/EnemyBuilder.cs
GonzaLorenzo/air-force
0
7055495
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class EnemyBuilder : MonoBehaviour, IObserver { public Enemy enemyFighter; public Enemy enemyHealer; private int _spawnedEnemies; private int _firstEnemiesToSpawn = 6; private i...
LimitedLiability/Agents/Library.cs
babelshift/LimitedLiability
0
7055497
<gh_stars>0 using LimitedLiability.Content; namespace LimitedLiability.Agents { public class Library : Room { public Library(string name, int price, string description, string iconTextureKey, TiledMap tiledMap) : base(name, price, description, iconTextureKey, tiledMap) { NecessityEffect = new NecessityEff...
src/OrchardCore/OrchardCore.Lucene.Core/QueryProviders/MatchQueryProvider.cs
SvanBoxel/OrchardCore
5,234
7055498
<filename>src/OrchardCore/OrchardCore.Lucene.Core/QueryProviders/MatchQueryProvider.cs using System; using System.Linq; using Lucene.Net.Index; using Lucene.Net.Search; using Newtonsoft.Json.Linq; namespace OrchardCore.Lucene.QueryProviders { public class MatchQueryProvider : ILuceneQueryProvider { pu...
WordSequenceFinder.Test.Unit/Core/FindSequence/Result/SequenceResultTests.cs
azzerx/WordSequenceFinder
0
7055499
<filename>WordSequenceFinder.Test.Unit/Core/FindSequence/Result/SequenceResultTests.cs using FluentAssertions; using System.Collections.Generic; using WordSequenceFinder.Core.FindSequence.Result; using Xunit; namespace WordSequenceFinder.Test.Unit.Core.FindSequence.Result { public class SequenceResultTests { ...
Assets/Scripts/Data/PlayerManager.cs
MisaelAugusto/the-code
0
7055500
<filename>Assets/Scripts/Data/PlayerManager.cs using System.IO; using System.Runtime.Serialization.Formatters.Binary; using UnityEngine; public class PlayerManager : MonoBehaviour { public static PlayerManager instance; public Player player; private void Awake() { if (instance == null) { instan...
OnlyR/Services/RecordingCopies/DriveEjectionServiceNativeMethods.cs
AntonyCorbett/OnlyR
56
7055501
using System; using System.ComponentModel; using System.Runtime.InteropServices; using System.Text; using System.Threading; // Ensure this is built x86! namespace OnlyR.Services.RecordingCopies { #pragma warning disable SA1401 // Fields should be private #pragma warning disable S1905 // unnecessary cast #pragma warn...
src/Meadow.TinyCLR.Core/Interface/ITextDisplay.cs
Gravicode/TinyCLR.Drivers
0
7055502
<filename>src/Meadow.TinyCLR.Core/Interface/ITextDisplay.cs using System; using System.Collections; using System.Text; using System.Threading; namespace Meadow.TinyCLR.Core.Interface { public class TextDisplayConfig { public ushort Height; public ushort Width; public TextDisplayConfig...
src/TestCentric/testcentric.gui/Views/SettingsPages/AssemblyReloadSettingsPage.cs
Acidburn0zzz/testcentric-experimental-gui
25
7055503
// *********************************************************************** // Copyright (c) 2015 <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 restriction, including /...
Explorers/Models/CharacterStatistics.cs
ge0metrix/WowDotNetAPI
22
7055505
using System.Collections.Generic; using System.Runtime.Serialization; namespace WowDotNetAPI.Models { [DataContract] public class CharacterStatistics { [DataMember(Name = "id")] public int Id { get; set; } [DataMember(Name = "name")] public string Name { get; s...
src/Wilcommerce.Registries/Events/Customer/PersonRegisteredEvent.cs
wilcommerce/Wilcommerce.Registries
0
7055506
<filename>src/Wilcommerce.Registries/Events/Customer/PersonRegisteredEvent.cs using System; using Wilcommerce.Core.Infrastructure; using Wilcommerce.Registries.Models; namespace Wilcommerce.Registries.Events.Customer { /// <summary> /// Person registered /// </summary> public class PersonRegisteredEve...
src/Toolkit.Widget/Controls/ExtendedStackPanel.cs
onabc/toolkit
0
7055507
<gh_stars>0 using System; using System.Windows; using System.Windows.Controls; namespace Toolkit.Widget.Controls { public partial class ExtendedStackPanel : Panel { #region DependencyProperty public Orientation Orientation { get => (Orientation)GetValue(OrientationProperty...
05Dictionaries/DictionaryEx/06. User Logs/Program.cs
tanyta78/ProgramingFundamentals
0
7055508
namespace _6.User_Logs { using System; using System.Collections.Generic; using System.Linq; public class Program { public static void Main() { ////You are given an input in the format: ////ip=(ip.Address) message=(A & sample & message) user=(username) ...
library/PSFramework/Commands/ConvertToPSFHashtableCommand.cs
Splaxi/psframework
0
7055509
using System; using System.Collections; using System.Collections.Generic; using System.Management.Automation; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PSFramework.Commands { /// <summary> /// Implements the ConvertTo-PSFHashtable command /// </summary> [Cmdlet("Con...
src/Client/Pages/Episodes/Delete.razor.cs
peter-andersson/peterpedia
0
7055510
using Microsoft.AspNetCore.Components; using PeterPedia.Client.Services; namespace PeterPedia.Client.Pages.Episodes; public partial class Delete : ComponentBase { [Inject] private TVService TVService { get; set; } = null!; [Inject] private NavigationManager NavManager { get; set; } = null!; [Pa...
SageOneApi.Client/Models/TaxTreatment.cs
jdrew1303/SageOneApi
0
7055511
using System.Text.Json.Serialization; namespace SageOneApi.Client.Models { public class TaxTreatment { [JsonPropertyName("home_tax")] public bool HomeTax { get; set; } [JsonPropertyName("eu_tax_registered")] public bool? EuTaxRegistered { get; set; } [JsonPropertyName("eu_not_tax_registered")] public bo...
Applications/IGExtensions/IGExtensions.Framework/Controls/ContentScaleControl.cs
mcavigelli/wpf-samples
7
7055512
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace IGExtensions.Framework.Controls { /// <summary> /// Represents the Content Scale Viewer that scales its content with aspect ratio /// </summary> public class ContentScaleControl : Panel //Panel ...
Sideways/Chart/ValueRange.cs
jnm2/Sideways
12
7055513
namespace Sideways { using System; using System.ComponentModel; public readonly struct ValueRange : IEquatable<ValueRange> { private readonly FloatRange range; private readonly Scale scale; public ValueRange(FloatRange rawRange, Scale scale) { this.scale = ...
SettingsForm.Designer.cs
babgvant/EVRPlay
1
7055515
namespace babgvant.EVRPlay { partial class SettingsForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
src/JacksonVeroneze.StockServiceBffAgregator.Infra.CloudServices/Services/IMovementCloudService.cs
jacksonveroneze/stock-service-bff-agregator
1
7055516
<filename>src/JacksonVeroneze.StockServiceBffAgregator.Infra.CloudServices/Services/IMovementCloudService.cs using System; using System.Threading.Tasks; using JacksonVeroneze.StockServiceBffAgregator.Infra.CloudServices.Models; using Refit; namespace JacksonVeroneze.StockServiceBffAgregator.Infra.CloudServices.Service...
src/InfluencerWannaBe/Services/Publishers/IPublisherService.cs
stelianraev/InfluencerWannaBe
0
7055517
<gh_stars>0 namespace InfluencerWannaBe.Services.Publisher { using System.Collections.Generic; using InfluencerWannaBe.Data.Models; public interface IPublisherService { bool IsPublisher(string userId); public int IdByUser(string userId); public Publisher GetPublisher(string i...
src/AddIns/Misc/PackageManagement/Project/Src/ViewModelBase.cs
dongdapeng110/SharpDevelopTest
11
7055518
// 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.ComponentModel; using System.Linq.Expressions; namespace ICSharpCode.PackageManagement { public a...
src/Hippopotamus.Core/IBlock.cs
mtosnowiec/hippopotamus
0
7055519
<reponame>mtosnowiec/hippopotamus using System; using System.Collections.Generic; using OpenQA.Selenium; namespace Hippopotamus.Core { public interface IBlock : IElement { IWebElement FindElement(IFindOptions findOptions); IWebElement FindElementImmediately(IFindOptions findOptions);...
src/Smith.Model/Messenger/Explorer/Loaders/MessageLoaderConductor.cs
ForNeVeR/Smith
1
7055520
<reponame>ForNeVeR/Smith<filename>src/Smith.Model/Messenger/Explorer/Loaders/MessageLoaderConductor.cs namespace Smith.Model.Messenger.Explorer.Loaders { public class MessageLoaderConductor { public object Locker { get; } = new object(); public bool IsBusy { get; set; } } }
SafeLiquid/FileSystems/BlankFileSystem.cs
alolivar/safeliquid
0
7055521
 // Type: SafeLiquid.FileSystems.BlankFileSystem using SafeLiquid.Exceptions; namespace SafeLiquid.FileSystems { public class BlankFileSystem : IFileSystem { public string ReadTemplateFile(Context context, string templateName) => throw new FileSystemException(Liquid.ResourceManager.GetString("BlankFileSys...
src/Humanizer/ToQuantityExtensions.cs
harouny/Humanizer
2
7055522
namespace Humanizer { public static class ToQuantityExtensions { /// <summary> /// Prefixes the provided word with the number and accordingly pluralizes or singularizes the word /// </summary> /// <param name="input">The word to be prefixes</param> /// <param nam...
Sources/TechnicalStuff/TechnicalStuff.Api/Versioning/ApiVersionDocumentOptions.cs
itlibrium/DDD-starter-dotnet
152
7055523
namespace MyCompany.Crm.TechnicalStuff.Api.Versioning { public class ApiVersionDocumentOptions { public string PathPrefix { get; set; } public string Title { get; set; } public string Description { get; set; } public bool UseEndpointVersioning { get; set; } } }
Exam Preparation/Shared Trip/01. Shared Trip_Resources/SharedTrip/Services/TripsService.cs
miraDask/Web-Basics
0
7055524
<filename>Exam Preparation/Shared Trip/01. Shared Trip_Resources/SharedTrip/Services/TripsService.cs namespace SharedTrip.Services { using SharedTrip.Models; using SharedTrip.ViewModels.Trips; using System; using System.Collections.Generic; using System.Linq; using System.Text; public clas...
GE.WebUI/Views/Shared/_WeNeedHelp.cshtml
simlex-titul2005/GE
0
7055525
<div class="we-need-help" style="background: linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,.2),rgba(255,255,255,.1)); padding: 30px; border-radius: 3px; text-transform: uppercase; color: #fff;"> <div>Есть идеи по оформлению контента здесь?</div> <br/> <a class="btn btn-transparent white" ...
Assets/Scripts/Scene/SceneSeparateFrameWork/Editor/SceneObjectLoadControllerEditor.cs
johnathandinh/UnityMMO
1,083
7055526
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; [CustomEditor(typeof(SceneObjectLoadController))] public class SceneObjectLoadControllerEditor : Editor { private SceneObjectLoadController m_Target; void OnEnable() { m_Target = (SceneObjectLoadCon...
NetCoreApi.Infrastructure/Services/Auth/DefaultService.cs
Maurokarc/net-core-api-starter
0
7055527
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using NetCoreApi.Infrastructure.Models; using NetCoreApi.Toolkit.DTO; using NetCoreApi.Toolkit.Enums; using NetCoreApi.Toolkit.Extensions; using System; using System.Linq; using System.Security.Cryptography; using System.Threading.Tasks;...
Assets/Scripts/CommonHelper/AssetMgr/ContainerPool.cs
hexinping/ColaFrameWork
0
7055528
//---------------------------------------------- // ColaFramework // Copyright © 2018-2049 ColaFramework 马三小伙儿 //---------------------------------------------- using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ColaFramework.Foundation { public class ContainerPool...
Obsolete.PowerUpUtils/PowerUpFileSystemUtils/FileSystemUtils.CopyFile.cs
responsive-kaysta/InMemoryLoaderCommon
4
7055529
using System; using log4net; using InMemoryLoaderBase; using System.IO; using System.Windows.Forms; namespace PowerUpFileSystemUtils { public partial class FileSystemUtils : AbstractComponent { /// <summary> /// Kopiert eine Datei /// </summary> /// <param name="sourceFilePath">Pfad zur Quelldatei</param> ...