content
stringlengths
5
1.04M
avg_line_length
float64
1.75
12.9k
max_line_length
int64
2
244k
alphanum_fraction
float64
0
0.98
licenses
list
repository_name
stringlengths
7
92
path
stringlengths
3
249
size
int64
5
1.04M
lang
stringclasses
2 values
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection; using System; using System.Runtime.Serialization; /// <summary> /// Class identi...
21.222222
101
0.653403
[ "MIT" ]
lbussell/vstest
src/Microsoft.TestPlatform.ObjectModel/DataCollector/Common/Session.cs
955
C#
using System.Collections; using System.Collections.Generic; using Assets.AdminMap.Scripts.MapConfiguration; using UnityEngine; public class SolarHouse : UnityObject { private static Vector3 sizeSpan = new Vector3(17, 10, 17); public override Vector3 SizeInTiles() { return sizeSpan; } pri...
20.233333
67
0.660626
[ "MIT" ]
CityFever/CityFever
Assets/AdminMap/Scripts/GameObjects/Buildings/SolarHouse.cs
609
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Description : MonoBehaviour { [SerializeField] private string _objectTitle; [TextArea] [SerializeField] private string _description; public string ObjectTitle { get { return _objectTitle; } set { _objectTitle = va...
16.730769
40
0.74023
[ "Apache-2.0" ]
JavaFrame/GPPCC12-Game
GPPCC12-Game/Assets/script/item/Description.cs
437
C#
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Mi...
73.23545
459
0.679587
[ "MIT" ]
Agazoth/azure-powershell
src/Migrate/generated/cmdlets/RegisterAzMigrateProjectTool_RegisterExpanded.cs
27,306
C#
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
29.275862
127
0.683157
[ "Apache-2.0" ]
pulumi/pulumi-azure-nextgen
sdk/dotnet/Network/V20190901/Inputs/FirewallPolicyFilterRuleActionArgs.cs
849
C#
// Copyright (c) 2019 Alachisoft // // 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...
41.444444
507
0.674263
[ "Apache-2.0" ]
delsoft/NCache
Src/NCClient/Web/RemoteClient/Command/AddCommand.cs
5,222
C#
/* MIT License Copyright (c) 2011-2019 Markus Wendt (http://www.dodoni-project.net) All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
48.202703
188
0.634707
[ "MIT" ]
dodoni/dodoni.net
BasicMathLibrary/Basics/LowLevel/BLAS/BuildIn/BuildInLevel2BLAS.zgerc.cs
3,569
C#
// © 2021 by Benjamin Skeen // Licensed to be used under the MIT license. // See the LICENSE file in the project root for more information. namespace Dapper.Wrappers { /// <summary> /// Contains metadata for a merge operation (either an insert or update). /// </summary> public class MergeOper...
29.8
78
0.625839
[ "MIT" ]
bskeen/Dapper.Wrappers
src/Dapper.Wrappers/MergeOperationMetadata.cs
599
C#
using Alachisoft.NCache.Web.SessionState.Serialization; namespace Alachisoft.NCache.Web.SessionState { internal class NCacheCoreSessionStore: SessionStoreBase { protected override object DeserializeSession(byte[] buffer, int timeout) { return SessionSerializer.Deserialize(buffer); ...
32.096774
104
0.672362
[ "Apache-2.0" ]
Alachisoft/NCache
SessionState/ASP.NET Core/NCacheSessionServices/NCacheSessionServices/NCacheCoreSessionStore.cs
997
C#
using System.Collections.Generic; using System.Net; using ExitGames.Client.Photon; using GameFramework.Event; using IPhotonChannel = GameFramework.Photon.IPhotonChannel; using UnityEngine; using UnityGameFramework.Runtime; namespace SG1 { public class TestPageModel : UGuiFormModel<TestPage, TestPageModel> { ...
35.745968
207
0.529385
[ "BSD-3-Clause" ]
JohnConstine/untiy
Assets/GameMain/Scripts/UI/UILogic/TestPage.cs
9,445
C#
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.2 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //-----...
29.288564
147
0.733303
[ "MIT" ]
nwn-dotnet/NWN.Core.LowLevel
src/main/API/CNWSCombatRound.cs
22,025
C#
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.OperationalInsights.Models { using System.Linq; /// <summary> /// The status of the storage insight. /// </sum...
34.5
115
0.595169
[ "MIT" ]
216Giorgiy/azure-sdk-for-net
src/SDKs/OperationalInsights/Management/Management.OperationalInsights/Generated/Models/StorageInsightStatus.cs
2,070
C#
//---------------------------------------------------------------------------------------------- // Copyright 2021 Microsoft Corporation // // 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 ...
34.275862
97
0.535211
[ "Apache-2.0" ]
Azure/Azure-Media-Services-Explorer
AMSExplorer/Utils/AzureMediaPlayerFormats.cs
996
C#
// <copyright file="BypassListManagement.cs" company="SendGrid"> // Copyright (c) SendGrid. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> namespace SendGrid.Helpers.Mail { using Newtonsoft.Json; /// <summary> ///...
40.304348
293
0.699029
[ "MIT" ]
06needhamt/sendgrid-csharp
src/SendGrid/Helpers/Mail/Model/BypassListManagement.cs
929
C#
using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Rhinobyte.Extensions.Reflection.IntermediateLanguage; using System; using System.Reflection; using System.Reflection.Emit; namespace Rhinobyte.Extensions.Reflection.Tests.IntermediateLanguage; [TestClass] public class UnknownMemberRefe...
37.674419
112
0.702469
[ "MIT" ]
RhinobyteSoftware/DependencyInjectionExtensions
tests/Rhinobyte.Extensions.Reflection.Tests/IntermediateLanguage/UnknownMemberReferenceInstructionTests.cs
1,622
C#
using Microsoft.AspNetCore.Mvc; namespace HrSystem.Controllers { public class Settings : Controller { public IActionResult Index() { return View(); } } }
14.769231
37
0.614583
[ "Apache-2.0" ]
AbhayVel/vmhr
HrSystem/HrSystem/Controllers/Settings.cs
194
C#
#pragma warning disable CS0672,CS0809,CS1591 namespace AlibabaCloud.SDK.ROS.CDK.Dns { /// <remarks> /// <h2>Aliyun ROS DNS Construct Library</h2> /// /// This module is part of the AliCloud ROS Cloud Development Kit (ROS CDK) project. /// /// <code><![CDATA[ /// // Example automatically gen...
30.2
93
0.655629
[ "Apache-2.0" ]
aliyun/Resource-Orchestration-Service-Cloud-Development-K
multiple-languages/dotnet/AlibabaCloud.SDK.ROS.CDK.Dns/AlibabaCloud/SDK/ROS/CDK/Dns/NamespaceDoc.cs
604
C#
global using Microsoft.Extensions.Options; global using Humanizer; global using Microsoft.Azure.Cosmos; global using ScotlandsMountains.Domain; global using MoreLinq.Extensions; global using Microsoft.Extensions.Logging; global using System.Net; global using System.Text; global using Microsoft.AspNetCore.WebUtilities;...
28.076923
47
0.841096
[ "MIT" ]
graham-miller/ScotlandsMountains
Data/GlobalUsings.cs
367
C#
using Newtonsoft.Json; namespace SimpleJira.Impl.Dto { internal class JiraStatusDto { [JsonProperty("self")] public string Self { get; set; } [JsonProperty("description")] public string Description { get; set; } [JsonProperty("iconUrl")] public string IconUrl { get; set; } [Json...
38.357143
98
0.651769
[ "MIT" ]
4thGradeDropout/simple-jira
SimpleJira/Impl/Dto/JiraStatusDto.cs
537
C#
using NetTopologySuite.Geometries; using NetTopologySuite.IO; using NUnit.Framework; namespace NetTopologySuite.Samples.Tests.Various { [TestFixture] public class Precision { private const string wktpol = "POLYGON ((130 310, 390 310, 390 190, 130 190, 130 310))"; private const string wktli...
33
97
0.612922
[ "EPL-1.0" ]
Amit909Singh/NetTopologySuite
test/NetTopologySuite.Samples.Console/Tests/Various/PrecisionTest.cs
1,749
C#
using RabbitMQ.Client; using RabbitMQ.Client.Events; using System; using System.Text; namespace Tutorial.RabbitMQ.Console.RPCServer { class RPCServer { static void Main(string[] args) { var factory = new ConnectionFactory() { HostName = "localhost" }; var queueName = "r...
33.357895
123
0.486589
[ "MIT" ]
ahcantarim/tutorial-rabbitmq
src/Tutorial.RabbitMQ.Console.RPCServer/RPCServer.cs
3,171
C#
// 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.Collections; using System.Collections.Generic; using DotNetNuke.ComponentModel; using NUnit.Frame...
32.634146
99
0.685351
[ "MIT" ]
MaiklT/Dnn.Platform
DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/SimpleContainerTests.cs
1,340
C#
using System; namespace ReceiverWebApi { public class WeatherForecast { public DateTime Date { get; set; } public int TemperatureC { get; set; } public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); public string Summary { get; set; } } }
18.4375
69
0.60678
[ "MIT" ]
esimkowitz/AzureFunctionsThroughputTest
ReceiverWebApi/WeatherForecast.cs
295
C#
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
35.016129
147
0.61216
[ "ECL-2.0", "Apache-2.0" ]
AdminTurnedDevOps/pulumi-azure
sdk/dotnet/Network/Inputs/NetworkInterfaceIpConfigurationGetArgs.cs
2,171
C#
using UnityEngine; public class NoiseData { private float _seed; private float _frequency; private float _amplitude; private float _lacunarity; private float _persistance; private int _octaves; public NoiseData(float seed, float frequency, float amplitude, float lacunarity, float persi...
25.527027
148
0.501323
[ "MIT" ]
Valks-Games/Space-RPG-Game
Assets/Scripts/Unused/Data/NoiseData.cs
1,891
C#
using System; using System.Collections.Generic; using Android.Runtime; using Java.Interop; namespace Com.Github.Sundeepk.Compactcalendarview { // Metadata.xml XPath class reference: path="/api/package[@name='com.github.sundeepk.compactcalendarview']/class[@name='WeekUtils']" [global::Android.Runtime.Registe...
36.207547
195
0.715477
[ "MIT" ]
giuseppenovielli/Xamarin.Android-CompactCalendarView
obj/Release/generated/src/Com.Github.Sundeepk.Compactcalendarview.WeekUtils.cs
1,919
C#
using Javil; using Xamarin.SourceWriter; namespace generator2; class BoundFieldAsProperty : PropertyWriter { public static BoundFieldAsProperty Create (FieldDefinition field) { var p = new BoundFieldAsProperty { Name = field.GetName () }; if (field.IsPublic) p.IsPublic = true; if (field.IsProtected)...
19.3125
100
0.723301
[ "MIT" ]
jonpryor/GenericBindingPrototype
tools/generator2/SourceWriters/BoundFieldAsProperty.cs
618
C#
namespace StockManager.Src.Views.Forms { partial class RefillStockForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
56.674797
171
0.604289
[ "MIT" ]
ricardotx/StockManager
StockManager/Src/Views/Forms/RefillStockForm.Designer.cs
13,944
C#
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange // // Copyright (c) 2005-2017 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // copy...
38.958333
92
0.71016
[ "MIT" ]
AVPolyakov/PDFsharp
src/PdfSharp/Drawing/enums/XSweepDirection.cs
1,870
C#
namespace hrmApp.Web.ViewModels { public class UserRoleViewModel : RoleViewModel { public bool HasRole { get; set; } } }
20
50
0.657143
[ "MIT" ]
gasparekferenc/hrmApp.N-Layer.MVC
scr/hrmApp/hrmApp.Web/ViewModels/UserRoleViewModel.cs
140
C#
/* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * Copyright (c) 2017-2018 Swan & The Quaver Team <support@quavergame.com>. */ using System; using System.Collecti...
34.139286
166
0.546815
[ "MPL-2.0" ]
nobbele/Quaver.API
Quaver.API/Maps/Processors/Scoring/ScoreProcessor.cs
9,559
C#
using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; namespace Alpaca.Markets { /// <summary> /// Provides unified type-safe access for Alpaca Data API via HTTP/REST. /// </summary> public sealed cla...
40.875
93
0.647484
[ "Apache-2.0" ]
gjtorikian/alpaca-trade-api-csharp
Alpaca.Markets/AlpacaDataClient.cs
3,599
C#
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
64.112613
177
0.650882
[ "Apache-2.0" ]
sebtelko/pulumi-azure-native
sdk/dotnet/Network/V20200601/ExpressRouteCircuitAuthorization.cs
14,233
C#
using System.Collections; using System.Collections.Generic; using NUnit.Framework; using U.DalilaDB; using UnityEngine; using UnityEngine.TestTools; public class CustomType_TimeLapse { [Test] public void TimeLapse_Create() { TimeLapse tl; tl = new TimeLapse { ...
19.597561
47
0.479278
[ "MIT" ]
Pronnus/DalilaDB-Unity
Tests/EditorMode/TimeLapse.cs
8,035
C#
using System.Threading; using System.Threading.Tasks; using DotnetSpider.Core; using DotnetSpider.MessageQueue; using Microsoft.Extensions.Logging; namespace DotnetSpider.Statistics { /// <summary> /// 统计服务中心 /// </summary> public class StatisticsCenter : IStatisticsCenter { private bool _isRunning; private ...
26.397059
159
0.663231
[ "MIT" ]
Mahi-Uddin/DotnetSpider
src/DotnetSpider/Statistics/StatisticsCenter.cs
3,768
C#
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> ...
38.538462
152
0.547572
[ "Apache-2.0" ]
satveersaggu01/IMS
DALIMS/Settings.Designer.cs
1,505
C#
using System; using System.Linq; using System.Threading.Tasks; namespace ESO_LangEditorBlazorServer.Data { public class WeatherForecastService { private static readonly string[] Summaries = new[] { "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering"...
30.153846
110
0.579082
[ "Apache-2.0" ]
bevisbear/ESO_LangEditor
ESO_LangEditorBlazorServer/Data/WeatherForecastService.cs
784
C#
using Newtonsoft.Json; using Ninject.Extensions.Factory; using Ninject.Modules; using Serilog; using System; using System.IO; using System.Text; using TeasmCompanion.Interfaces; using TeasmCompanion.Stores; using TeasmCompanion.Stores.Imap; using TeasmCompanion.TeamsInternal.TeamsInternalApiAccessor; using ...
37.454545
195
0.588896
[ "MIT" ]
heinrich-ulbricht/teasm-companion
TeasmCompanion/Bindings.cs
3,298
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; namespace ZaxHerbivoryTrainer.APP.Models { [Serializable()] [JsonObject(MemberSerialization.OptIn)] public class UserGuessModel { [JsonProperty(PropertyName = "UsersGuessId")...
25.512821
56
0.624121
[ "MIT" ]
Samueldebono/ZaxHerbivoryTrainer
ZaxHerbivoryTrainer.APP/Models/UserGuessModel.cs
997
C#
using NetPrints.Core; using System.Runtime.Serialization; namespace NetPrints.Graph { [DataContract] public abstract class ExecutionEntryNode : Node { /// <summary> /// Output execution pin that initially executes when a method gets called. /// </summary> public ...
22.833333
84
0.578467
[ "MIT" ]
RobinKa/netprints
NetPrints/Graph/ExecutionEntryNode.cs
550
C#
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Threading.Tasks; using System.Xml.Linq; using Xunit.Internal; using ...
32.606557
195
0.753561
[ "Apache-2.0" ]
scottdensmore/xunit
src/xunit.v3.runner.console/ConsoleRunner.cs
11,936
C#
namespace OdeToFood.Areas.HelpPage.ModelDescriptions { public class CollectionModelDescription : ModelDescription { public ModelDescription ElementDescription { get; set; } } }
28
64
0.75
[ "MIT" ]
alex-resdiary/ASP.Net-MVC4
OdeToFood/Areas/HelpPage/ModelDescriptions/CollectionModelDescription.cs
196
C#
namespace SFA.Apprenticeships.Web.Candidate.IoC { using Application.Application; using Application.Candidate.Strategies; using Application.Candidate.Strategies.Apprenticeships; using Application.Vacancies; using Application.Vacancy; using Domain.Entities.Vacancies.Apprenticeships; using Dom...
42.972973
153
0.708805
[ "MIT" ]
BugsUK/FindApprenticeship
src/SFA.Apprenticeships.Web.Candidate/IoC/VacancySourceRegistry.cs
1,592
C#
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
33.045455
101
0.540578
[ "MIT" ]
IoTFier/dicom-server
src/Microsoft.Health.Dicom.Core/Exceptions/FrameNotFoundException.cs
729
C#
using Newtonsoft.Json; namespace FlareSolverrSharp.Types { public class FlareSolverrRequest { [JsonProperty("cmd")] public string Cmd; [JsonProperty("url")] public string Url; [JsonProperty("session")] public string Session; [JsonProperty("proxy")] ...
18.65
46
0.616622
[ "MIT" ]
FlareSolverr/FlareSolverrSharp
src/FlareSolverrSharp/Types/FlareSolverrRequest.cs
375
C#
using DenCloud.Core.Authentication; using DenCloud.Core.Data; using DenCloud.Core.FileSystem; using DenCloud.Core.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DenCloud.Core.Commands {...
30.84507
121
0.513242
[ "MIT" ]
ActualDennis/CloudStorageFTP
DenCloud.Core/Commands/RetrCommand.cs
2,192
C#
using System.Collections.Generic; using System; using System.Linq; using LCGuidebook.Core.DataStructures; namespace LCGuidebook.Core { //public delegate void StageFinishedHandler(Task previous, Task next, Task task); public static class Misc { public const string BAD_ACTIVATION_SEQUENCE = "Must be activated aft...
21.265823
91
0.596429
[ "MIT" ]
Quantumzhao/Atomization
Core/Misc.cs
1,682
C#
// 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.ML.Runtime.Data; using Microsoft.ML.Runtime.Internal.Utilities; using Microsoft.ML.Runtime.Tools; us...
45.01476
216
0.55745
[ "MIT" ]
ArieJones/machinelearning
test/Microsoft.ML.TestFramework/BaseTestBaseline.cs
36,597
C#
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------...
42.105263
123
0.6325
[ "MIT" ]
satohhd/aeframe
backend/obj/Debug/net5.0/backend.MvcApplicationPartsAssemblyInfo.cs
830
C#
using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using SSMLVerifier; using SSMLVerifier.Extensions; using SSMLVerifier.TagStrategies.All; namespace SSMLVerifierTests.TagStrategies.All { [TestClass] public class SStrategyTests { [TestMethod] public void ReturnValidForV...
30.033333
86
0.619312
[ "MIT" ]
janniksam/SSMLVerifier
SSMLVerifierTests/TagStrategies/All/SStrategyTests.cs
903
C#
using System.ComponentModel.DataAnnotations; namespace Skrilla.OAuth.Controllers { public class RegisterViewModel { [Required] [DataType(DataType.EmailAddress)] public string Email { get; set; } [Required] [DataType(DataType.Password)] public string Password { g...
27.526316
51
0.619503
[ "MIT" ]
Martingt/SKRILLA-API
Skrilla/Skrilla.OAuth/Controllers/RegisterViewModel.cs
525
C#
using System.Collections.Concurrent; using Microsoft.Extensions.DependencyInjection; using NUnit.Framework; using Rebus.Bus; using Rebus.Config; using Rebus.Logging; using Rebus.Tests.Contracts; using Rebus.Transport.InMem; // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable ArgumentsStyleNamedExp...
29.959184
101
0.690054
[ "MIT" ]
calcasa/Rebus.ServiceProvider
Rebus.ServiceProvider.Tests/VerifyBusLifetimeEventsInContainer.cs
1,470
C#
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Xunit; namespace System.ComponentModel.DataAnnotations.Schema.Tests { public class ColumnAt...
33.106667
102
0.615385
[ "MIT" ]
Acidburn0zzz/corefx
src/System.ComponentModel.Annotations/tests/Schema/ColumnAttributeTests.cs
2,483
C#
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
37.4375
128
0.584307
[ "Apache-2.0" ]
steny138/YungChingRealtyPreview
YungChingRealtyPreview/YungChingRealtyPreview.Repository/Categories.cs
1,198
C#
using Microsoft.Management.Infrastructure; using System; using System.Collections.Generic; using System.Linq; using SimCim.Core; namespace SimCim.Root.StandardCimV2 { public abstract class CIMManagedElement : GenericInfrastructureObject { protected CIMManagedElement() { } ...
23.556962
115
0.446534
[ "Apache-2.0" ]
simonferquel/simcim
SimCim.Root.StandardCimV2/ClassCIMManagedElement.cs
1,863
C#
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Dorisoy.Pan.Data; using Dorisoy.Pan.Data.Dto; namespace Dorisoy.Pan.Repository { public class LoginAuditList : List<LoginAuditDto> { public LoginAuditList() ...
31.666667
109
0.548325
[ "MIT" ]
dorisoy/-Dorisoy.Pan
SourceCode/Src/Dorisoy.Pan.Repository/LoginAudit/LoginAuditList.cs
2,092
C#
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using OSDP.Net.Connections; using OSDP.Net.Messages; using OSDP.Net.Model.CommandData; using OSDP.Net.Model.ReplyData; using O...
44.748474
310
0.584955
[ "Apache-2.0" ]
IDmachinesOrg/OSDP.Net
src/OSDP.Net/ControlPanel.cs
73,298
C#
// Decompiled with JetBrains decompiler // Type: BstkTypeLib.__MIDL___MIDL_itf_VirtualBox_0000_0000_0070 // Assembly: BstkTypeLib, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null // MVID: 38E91E34-8BF8-4856-A23F-FE231831C5D8 // Assembly location: C:\Program Files\BlueStacks\BstkTypeLib.dll namespace BstkTypeLib...
33.75
79
0.758519
[ "MIT" ]
YehudaEi/Bluestacks-source-code
src/BstkTypeLib/__MIDL___MIDL_itf_VirtualBox_0000_0000_0070.cs
677
C#
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WorkplaceEngine.Contract; namespace WorkplaceEngine.Processors { /// <summary> /// Executes synchronous work items by assig...
28.205128
85
0.566364
[ "MIT" ]
I71d0r/concurrency-visualizer
Src/WorkplaceEngine/Processors/Threads.cs
1,102
C#
using System.Collections; using System.Collections.Generic; using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; using NetOffice.CollectionsGeneric; using NetOffice.WordApi; namespace NetOffice.WordApi.Behind { /// <summary> /// DispatchInterface CategoryCollection...
27.121951
171
0.661151
[ "MIT" ]
igoreksiz/NetOffice
Source/Word/Behind/DispatchInterfaces/CategoryCollection.cs
5,562
C#
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License...
46.134771
278
0.618427
[ "Apache-2.0" ]
5u5hma/aws-tools-for-powershell
modules/AWSPowerShell/Cmdlets/OpsWorks/Basic/Register-OPSInstance-Cmdlet.cs
17,116
C#
//------------------------------------------------------------------------------ // <auto-generated> // Ten kod został wygenerowany przez narzędzie. // Wersja środowiska uruchomieniowego: 4.0.30319.42000 // // Modyfikacje tego pliku mogą spowodować niewłaściwe zachowanie i zostaną utracone // w przypad...
40.916667
175
0.626952
[ "MIT" ]
ProgramistaZpolski/nowa-era-dk
Properties/Resources.Designer.cs
2,986
C#
using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.VisualBasic; using System; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using TheOracle.BotCore; using TheOracle.Core; namespace TheOracle.StarForge...
43.512397
170
0.646534
[ "Apache-2.0" ]
rsek/TheOracle
TheOracle/StarForged/Starships/StarforgedShipCommands.cs
5,269
C#
// Decompiled with JetBrains decompiler // Type: Functal.FnFunction_IsGreaterThan_Int32 // Assembly: Functal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 47DC2DAE-D56F-4FC5-A0C3-CC69F2DF9A1F // Assembly location: \\WSE\Folder Redirection\JP\Downloads\Functal-1_0_0\Functal.dll namespace Functal { ...
27.636364
85
0.733553
[ "MIT" ]
jpdillingham/Functal
src/FnFunction_IsGreaterThan_Int32.cs
610
C#
/* Copyright (C) 2019 Alex Watt (alexwatt@hotmail.com) This file is part of Highlander Project https://github.com/alexanderwatt/Hghlander.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 wit...
33.927778
88
0.630097
[ "BSD-3-Clause" ]
mmrath/Highlander.Net
Metadata/Constants/CurveConstants.cs
6,109
C#
using UnityEngine.EventSystems; namespace Unity.VisualScripting { [UnityEngine.AddComponentMenu("")] public sealed class UnityOnSubmitMessageListener : MessageListener, ISubmitHandler { public void OnSubmit(BaseEventData eventData) { EventBus.Trigger(EventHooks.OnSubmit, gameObj...
25.357143
86
0.704225
[ "MIT" ]
2PUEG-VRIK/UnityEscapeGame
2P-UnityEscapeGame/Library/PackageCache/com.unity.visualscripting@1.6.1/Runtime/VisualScripting.Core/Events/MessageListeners/UIEventsInterfacesListeners/UnityOnSubmitMessageListener.cs
355
C#
// Copyright (c) Quarrel. All rights reserved. using System; using System.Text.RegularExpressions; namespace Quarrel.Helpers.AudioProcessing { /// <summary> /// Represents a complex value (real and imaginary). /// </summary> public struct Complex { /// <summary> /// A double-prec...
39.658049
193
0.531808
[ "Apache-2.0" ]
UWPCommunity/Quarrel
src/Quarrel/Helpers/AudioProcessing/Complex.cs
33,755
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
34.191489
210
0.782825
[ "MIT" ]
dfgs/VirtualListBoxLib
VirtualListBoxLib/VirtualListBox.xaml.cs
3,216
C#
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Modify system Personal Assistant Parameters. /// The response is either a Suc...
31.921875
128
0.631914
[ "MIT" ]
Rogn/broadworks-connector-net
BroadworksConnector/Ocip/Models/SystemPersonalAssistantModifyRequest.cs
2,043
C#
using System.Runtime.Serialization; namespace Epi.Cloud.Common.BusinessObjects { [DataContract(Namespace = "http://www.yourcompany.com/types/")] public class AdminBO { private string _AdminEmail; private string _OrganizationId; private bool _IsActive; [DataMember] ...
21.444444
67
0.547927
[ "Apache-2.0" ]
82ndAirborneDiv/Epi-Info-Cloud-Contact-Tracing
Cloud Enter/Epi.Cloud.Common/BusinessObjects/AdminBO.cs
774
C#
using System; using System.Collections.Generic; using System.Text; namespace EuroMobileApp.Models.Common.Request { public class LoginRequest { public string Username { get; set; } public string Password { get; set; } } }
19.307692
45
0.681275
[ "Apache-2.0" ]
HkInfotech/Euroapplianceservices
EuroMobileApp/EuroMobileApp/Models/Common/Request/LoginRequest.cs
253
C#
using DAL.DTO.Apply; using System; using System.ComponentModel.DataAnnotations; using TrainSchdule.ViewModels.Verify; namespace TrainSchdule.ViewModels.Apply.ApplyAuditStream { /// <summary> /// 创建方案规则 /// </summary> public class StreamSolutionRuleCreateDataModel : GoogleAuthViewModel { //...
25.214286
72
0.526204
[ "MIT" ]
serfend/Project.Web.SfMVC.TrainSchdule.1903
TrainSchdule/ViewModels/Apply/ApplyAuditStream/StreamSolutionRuleCreateDataModel.cs
1,634
C#
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut gener...
45.621622
172
0.624408
[ "MIT" ]
R0ckzo0r/Homestate.Launcher
HomeState.Launcher.UI/Properties/Resources.Designer.cs
3,387
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class SceneLoader : MonoBehaviour { public void LoadScene(string SceneToLoad) { SceneManager.LoadScene(SceneToLoad); } public void QuitGame() { Application.Quit()...
18.333333
44
0.709091
[ "MIT" ]
sidrk/Luminull
Assets/Scripts/GameStateScripts/SceneLoader.cs
332
C#
/* * Mojang Session API * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: 2020-06-05 * * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Collections.Generic; using System.C...
53.388379
291
0.659239
[ "Apache-2.0" ]
AsyncMC/Mojang-API-Libs
generated-sources/csharp/mojang-sessions/src/Org.OpenAPITools/com.github.asyncmc.mojang.sessions.csharp.api/LoginApi.cs
17,458
C#
// Copyright (c) MicroElements. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace MicroElements.Metadata { /// <summary> /// Represent property renderer. /// </summary> public interface IPropertyRenderer ...
31.326733
101
0.578066
[ "MIT" ]
micro-elements/MicroElements.Metadata
src/MicroElements.Metadata/Metadata/IPropertyRenderer.cs
3,166
C#
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
34.861345
107
0.618416
[ "Apache-2.0" ]
FoxBearBear/aws-sdk-net
sdk/src/Services/SageMaker/Generated/Model/HyperParameterTuningJobSummary.cs
8,297
C#
// 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; using System.Collections.Generic; using System.Windows; using System.Windows.Controls;...
25.524752
155
0.716059
[ "MIT" ]
Plankankul/SharpDevelop-w-Framework
src/AddIns/Misc/SearchAndReplace/Project/Gui/ObserverSearchResult.cs
2,580
C#
using System.ComponentModel; namespace Xamarin.Forms { public interface IItemsLayout : INotifyPropertyChanged {} }
19.5
58
0.811966
[ "MIT" ]
Arobono/Xamarin.Forms
Xamarin.Forms.Core/Items/IItemsLayout.cs
119
C#
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generate...
44.859375
189
0.602926
[ "MIT" ]
SMihand/Cach-GlobalsProxy-Framework
SpeedTest_Save/Properties/Resources.Designer.cs
2,873
C#
using System; using BurgerBackend.Identity.Interface.Services.Models; namespace BurgerBackend.Identity.Service.Services { public interface IUserService { AuthenticateResponse Authenticate(AuthenticateRequest request); Guid? ValidateToken(string token); GetUserResponse GetById(Guid id);...
28.75
71
0.721739
[ "MIT" ]
anderson-rancan/burger_backend
src/BurgerBackend.Identity.Service/Services/IUserService.cs
462
C#
/******************************************************************************* INTEL CORPORATION PROPRIETARY INFORMATION This software is supplied under the terms of a license agreement or nondisclosure agreement with Intel Corporation and may not be copied or disclosed except in accordance with the terms of that ag...
23.682203
110
0.696189
[ "MIT" ]
intentor/sensewizard
Assets/Vendor/RSUnityToolkit/Internals/Actions Utils/SmoothingUtility.cs
5,589
C#
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.Extensions.Logging; using TtsApi.ExternalApis.Discord.WebhookObjects; namespace TtsApi.ExternalApis.Discord { public class DiscordLogger { private const int D...
34.234375
120
0.518713
[ "MIT" ]
icecreamdatabase/TtsApi
TtsApi/ExternalApis/Discord/DiscordLogger.cs
4,384
C#
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DocumentFormat.OpenXml.Tests.Threading...
39.037037
184
0.670066
[ "Apache-2.0" ]
Aliceljm1/openxml
DocumentFormat.OpenXml.Tests/ConformanceTest/ThreadingInfo/ThreadingInfoTest.cs
4,218
C#
using MyTagPocket.CoreUtil; using MyTagPocket.CoreUtil.Exceptions; using MyTagPocket.CoreUtil.Interfaces; using MyTagPocket.Repository.Files.Interfaces; using MyTagPocket.Repository.Interfaces; using MyTagPocket.Resources; using System; using System.IO.Abstractions; using System.Threading.Tasks; namespace MyTagPocket...
39.266219
180
0.592012
[ "MIT" ]
psaf01/MyTagPocket
MyTagPocket/Repository/FileRepository.cs
17,554
C#
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
43.784615
153
0.636332
[ "MIT" ]
mlafleur/msgraph-sdk-dotnet
src/Microsoft.Graph/Requests/Generated/IManagedAppRegistrationWithReferenceRequest.cs
2,846
C#
using System; using NUnit.Framework; public class Test07 { //Count [TestCase] public void Count_Should_IncreaseOnMultiple_Elements() { //Arrange IArena RA = new RoyaleArena(); Battlecard cd1 = new Battlecard(5, CardType.SPELL, "joro", 3, 5); Battlecard cd2 = new Battle...
22.96
73
0.578397
[ "Apache-2.0" ]
KostadinovK/Data-Structures
12-Exam-Prep/Exam-20.05.2018/02-RoyalArena/RoyaleArena.Tests/Correctness/Test07.cs
576
C#
// <copyright file="FreePurchaseSpecification.cs" company="Automate The Planet Ltd."> // Copyright 2016 Automate The Planet Ltd. // 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.a...
42.222222
86
0.751754
[ "Apache-2.0" ]
alanmacgowan/AutomateThePlanet-Learning-Series
DesignPatternsInAutomatedTesting-Series/SpecificationDesignPattern/Specifications/FreePurchaseSpecification.cs
1,142
C#
// ------------------------------------------------------------------------------ // <auto-generated> // Generated by Xsd2Code. Version 3.4.0.18239 Microsoft Reciprocal License (Ms-RL) // <NameSpace>Mim.V6301</NameSpace><Collection>Array</Collection><codeType>CSharp</codeType><EnableDataBinding>False</EnableDat...
45.687831
1,358
0.586219
[ "MIT" ]
Kusnaditjung/MimDms
src/Mim.V6301/Generated/CV_Interpretation.cs
8,635
C#
#region Copyright // // DotNetNuke® - http://www.dotnetnuke.com // Copyright (c) 2002-2013 // by DotNetNuke Corporation // // 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 restrict...
30.948161
141
0.615335
[ "MIT" ]
51Degrees/Dnn.Platform
DNN Platform/Tests/DotNetNuke.Tests.Integration/Services/Installer/XmlMergeTests.cs
18,510
C#
namespace ClassLib087 { public class Class093 { public static string Property => "ClassLib087"; } }
15
55
0.633333
[ "MIT" ]
333fred/performance
src/scenarios/weblarge2.0/src/ClassLib087/Class093.cs
120
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IconifyXamarin.MaterialCommunity { public class MaterialCommunityIcons : IIcon { public const char mdi_account = '\uf101'; public const char mdi_account_alert = '\uf102'; public const char md...
54.040062
111
0.652957
[ "Apache-2.0" ]
Mitch528/IconifyXamarin
IconifyXamarin.MaterialCommunity/MaterialCommunityIcons.cs
70,144
C#
using System; using System.Net.Http; using Akka.TestKit.Xunit2; using Moq; using PixelBot.Orchestrator.Data; using Quiltoni.PixelBot.Core.Domain; namespace PixelBot.StandardFeaturesTests.UserActivityTrain { public abstract class BaseTestKit : TestKit { private readonly Mock<IChannelConfigurationContext> _Configur...
25.424242
110
0.805721
[ "MIT" ]
csharpfritz/Quiltoni.PixelBot
PixelBot.StandardFeaturesTests/UserActivityTrain/BaseTestKit.cs
841
C#
using System; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace BudgetTrack.Migrations { public partial class ExpenseTableInit : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.Create...
40
114
0.530859
[ "MIT" ]
ermirbeqiraj/expense-tracker
BudgetTrack/Migrations/20180619142227_ExpenseTableInit.cs
2,562
C#
using Microsoft.EntityFrameworkCore.Migrations; namespace DataAccess.Migrations { public partial class ccTable : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "CreditCards", columns: t...
34.705882
73
0.521186
[ "MIT" ]
CerenSusuz/RentACarProject
DataAccess/Migrations/20210328114649_ccTable.cs
1,182
C#
using System; using CMS.Base.Web.UI; using CMS.Helpers; using CMS.Membership; using CMS.UIControls; public partial class CMSFormControls_Selectors_InsertImageOrMedia_Tabs_Anchor : CMSModalPage { protected void Page_Load(object sender, EventArgs e) { // Check UIProfile if (!Membe...
38.461538
131
0.666
[ "MIT" ]
CMeeg/kentico-contrib
src/CMS/CMSFormControls/Selectors/InsertImageOrMedia/Tabs_Anchor.aspx.cs
1,502
C#
using System; using System.Collections.Generic; using System.Reflection; using Nest; using Newtonsoft.Json; using Tests.Framework; using static Tests.Framework.RoundTripper; #pragma warning disable 618 namespace Tests.ClientConcepts.HighLevel.Mapping { /** * [[auto-map]] * === Auto mapping * * When creating a ...
26.080952
158
0.559065
[ "Apache-2.0" ]
BedeGaming/elasticsearch-net
src/Tests/ClientConcepts/HighLevel/Mapping/AutoMap.doc.cs
10,956
C#
// Copyright (c) Microsoft. All rights reserved. // Copyright (c) Denis Kuzmin <x-3F@outlook.com> github/3F // Copyright (c) IeXod contributors https://github.com/3F/IeXod/graphs/contributors // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using Syste...
35.563333
144
0.584497
[ "MIT" ]
3F/IeXod
src/Tasks.UnitTests/AspNetCompiler_Tests.cs
10,669
C#
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; namespace Azure.AI.TextAnalytics { /// <summary> /// HealthcareRelation class. /// </summary> public partial class HealthcareRelation { /// <summary> Initializes a new instance of...
40.107143
163
0.612645
[ "MIT" ]
0rland0Wats0n/azure-sdk-for-net
sdk/textanalytics/Azure.AI.TextAnalytics/src/HealthcareRelation.cs
2,248
C#
using UnityEditor; using UnityEngine; namespace GTVariable.Editor { /// <summary> /// Derive from this class to create editor for one argument collision event trigger /// </summary> public class CollisionEventTriggerEditor<GameEventType, EventType, ParameterType> : CollisionEventTriggerEdito...
37.409836
116
0.578878
[ "MIT" ]
GhooTS/GTScriptableVariable
Editor/Events/EventTriggers/CollisionTriggers/Generic/CollisionEventTriggerEditor.cs
2,284
C#