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
using Breeze.Sharp; using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace GSA.Samples.Northwind.OData.Models { public class Product : BaseEntity { public Guid ID { get { return GetValue<Guid>(); } set { SetValue(value); } } pu...
32.157895
97
0.674304
[ "MIT" ]
JCallico/Northwind-OData
Northwind Breeze Client/Models/Product.cs
613
C#
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/devtools/artifactregistry/v1/artifact.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Col...
37.489855
279
0.662028
[ "Apache-2.0" ]
LaudateCorpus1/google-cloud-dotnet
apis/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1/Artifact.g.cs
38,802
C#
using System; using System.Collections.Generic; using System.Linq; using DesperateDevs.CodeGeneration; using DesperateDevs.CodeGeneration.CodeGenerator; using DesperateDevs.Serialization; using DesperateDevs.Utils; using Entitas.CodeGeneration.Attributes; namespace Entitas.CodeGeneration.Plugins { public class C...
41.291457
156
0.586589
[ "MIT" ]
Bruyn/Entitas-CSharp
Addons/Entitas.CodeGeneration.Plugins/Entitas.CodeGeneration.Plugins/Component/DataProviders/ComponentDataProvider.cs
8,219
C#
namespace MediaManager.Media { public enum MimeType { AudioAiff, AudioBasic, AudioMid, AudioMidi, AudioMp3, AudioMpeg, AudioMpegUrl, AudioMpg, AudioWav, AudioXAiff, AudioXMid, AudioXMidi, AudioXMp3, ...
18.463415
29
0.515192
[ "MIT" ]
BaseflowIT/XamarinMediaManager
MediaManager/Media/MimeType.cs
759
C#
using Rabbit.Kernel.Logging; using Rabbit.Kernel.Works; using System; using System.Threading; namespace Rabbit.Kernel.Tasks.Impl { internal sealed class DefaultSweepGenerator : ISweepGenerator, IDisposable { internal sealed class InternalTimer : IDisposable { #region Field ...
23.588542
100
0.476485
[ "Apache-2.0" ]
RabbitTeam/RabbitHub
Rabbit.Kernel/Tasks/Impl/DefaultSweepGenerator.cs
4,719
C#
// // IAlertDialogBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // 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 r...
36.292683
80
0.754704
[ "MIT" ]
Bert1974/xwt
Xwt/Xwt.Backends/IAlertDialogBackend.cs
1,488
C#
using System; using System.ComponentModel; using System.Runtime.Serialization; namespace FantasyData.Api.Client.Model.NBA; [DataContract(Namespace="", Name="BettingEntityMetadata")] [Serializable] public class BettingEntityMetadata { /// <summary> /// The id of the record. Unique only within the same entity...
37.08
144
0.695793
[ "MIT" ]
markmario/fantasydata-api-csharp
FantasyData.Api.Client/Model/NBA/BettingEntityMetadata.cs
929
C#
using Coreflow.Objects; using Coreflow.Runtime; using System; using System.Collections.Generic; namespace Coreflow.Web.Models { public class FlowDefinitionModel : IIdentifiable { public List<string> ReferencedNamespaces { get; set; } public List<FlowArgument> Parameter { get; set; } ...
22.2
62
0.655856
[ "MIT" ]
lordmampf/Coreflow
Coreflow.Web/Models/FlowDefinitionModel.cs
557
C#
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("We...
38.416667
84
0.749819
[ "Apache-2.0" ]
Mindroute/Bundler
src/Website/Properties/AssemblyInfo.cs
1,386
C#
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Request the originating permissions for a user. /// The response is either a ...
30.325581
130
0.647239
[ "MIT" ]
JTOne123/broadworks-connector-net
BroadworksConnector/Ocip/Models/UserOutgoingCallingPlanOriginatingGetRequest.cs
1,304
C#
#nullable enable using System; using BizHawk.Common; namespace BizHawk.Emulation.Common { public readonly struct AxisSpec { /// <summary> /// Gets the axis constraints that apply artificial constraints to float values /// For instance, a N64 controller's analog range is actually larger than the amount allowe...
30.866667
162
0.735781
[ "MIT" ]
RetroEdit/BizHawk
src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisSpec.cs
1,389
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace MsiSneakAttack { internal static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] ...
24.541667
65
0.631579
[ "MIT" ]
Redth/MsiSneakAttack
MsiSneakAttack/Program.cs
589
C#
namespace JohanPolosn.UnityInjector.Test.TestRunnerTests { using UnityEngine; class InjectorTests { public class TestClass { } public class Compnent : MonoBehaviour { public GameObject test; public TestClass testClass; public void Construct(Game...
28.603448
83
0.617842
[ "MIT" ]
johanpolson/Unity-Injector
UnityProject/Assets/UnityInjector/Test/TestRunnerTests/InjectorTests.cs
1,661
C#
using jQueryApi; using System; using System.Collections.Generic; using System.Runtime.CompilerServices; namespace Serenity { public static class LazyLoadHelper { private static int autoIncrement = 0; public static void ExecuteOnceWhenShown(jQueryObject element, Action callback) ...
33.053097
92
0.395984
[ "MIT" ]
fzhenmei/Serenity
Serenity.Script.Core/SlickGrid/LazyLoadHelper.cs
3,737
C#
namespace WebForLink.Web.ViewModels { public class OrganizacaoComprasVM { public int Id { get; set; } public string Nome { get; set; } } }
20.875
40
0.610778
[ "MIT" ]
nelson1987/ProjetoPadraoTDD
Code/1_Presentation/WebForLink.Web/ViewModels/WebForLink/OrganizacaoComprasVM.cs
169
C#
using System; namespace _03.Printing_Triangle { public class Printing_Triangle { public static void Main() { var number = int.Parse(Console.ReadLine()); PrintTriangle(number); } static void PrintColumns(int row) { for (int col = 1; ...
19.684211
55
0.413102
[ "Apache-2.0" ]
vencislav-viktorov/VS-Console-App
Tech Module Intensive/4.Methods.DebugTroublesh.Code-Lab/03. Printing Triangle/Printing_Triangle.cs
750
C#
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit.Sdk; namespace Microsoft.AspNetCore; public class AssertEx { public static void DirectoryExists(string path) { if (!Directory.Exists(path)) { ...
24.264706
94
0.612121
[ "MIT" ]
3ejki/aspnetcore
src/Framework/test/AssertEx.cs
825
C#
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using NLog; namespace MiningCore.Extensions { public static class LoggingExtensions { public static void LogInvoke(this ILogger logger, object[] args = null, [CallerM...
33.655172
136
0.545082
[ "MIT" ]
AltcoinCoop/miningcore
src/MiningCore/Extensions/LoggingExtensions.cs
978
C#
version https://git-lfs.github.com/spec/v1 oid sha256:5ebe15a2da8272884ed5d3702fb5291b07a9e497dff6ef1f7c26c0d41c1fc779 size 27782
32.5
75
0.884615
[ "MIT" ]
Vakuzar/Multithreaded-Blood-Sim
Blood/Library/PackageCache/com.unity.mathematics@1.1.0/Unity.Mathematics/float3x3.gen.cs
130
C#
// Copyright 2015 Tosho Toshev // // 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 ...
35.142857
81
0.700203
[ "Apache-2.0" ]
cracker4o/elm327lib
ElmCommunicator/ElmCommunicatorPortable/Commands/ElmCommands/CanFlowControlSetSendMessage.cs
986
C#
using System; using System.Linq.Expressions; using System.Reflection; using DapperExtensionsReloaded.Internal; using DapperExtensionsReloaded.Mapper.Internal; using Xunit; namespace DapperExtensionsReloaded.Test.Mapper { public class PropertyMapTests { private class Foo { public int...
33.392157
97
0.602466
[ "MIT" ]
MisterGoodcat/Dapper-Extensions
DapperExtensionsReloaded.Test/Mapper/PropertyMapTests.cs
1,703
C#
using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Azure.ApplicationInsights.Query; using Microsoft.Azure.ApplicationInsights.Query.Models; using Microsoft.Extensions.Logging; using Xunit; using Xunit.Abstractions; namespace Arcus.Observability.Tests.Integration.Serilog.Sinks.ApplicationI...
39.309524
146
0.658995
[ "MIT" ]
MassimoC/arcus.observability
src/Arcus.Observability.Tests.Integration/Serilog/Sinks/ApplicationInsights/TraceTests.cs
1,653
C#
using System.Collections.Generic; using System.Diagnostics; using ShellMe.CommandLine.CommandHandling; namespace ShellMe.Testing { public class LogLevelCommand : BaseCommand { public override string Name { get { return "LogLevel"; } } public override v...
26.555556
78
0.576011
[ "MIT" ]
dff-solutions/shell.me
src/shell.me/ShellMe.Testing/LogLevelCommand.cs
719
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...
41.444444
293
0.714477
[ "ECL-2.0", "Apache-2.0" ]
Otanikotani/pulumi-aws
sdk/dotnet/WafV2/Outputs/WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementXssMatchStatementTextTransformation.cs
1,492
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.SpaServices.AngularCli; using Microsoft.Extensions.Configuration; using Microsoft.Extension...
34.77037
126
0.52663
[ "MIT" ]
bugMaker-237/ASP.NETCoreAngular7MultiApp
MPWebClient/Startup.cs
4,694
C#
namespace Pose.Controls.Dopesheet { public readonly struct FrameRange { public int Min { get; } public int Max { get; } public FrameRange(int min, int max) { Min = min; Max = max; } } }
17.6
43
0.492424
[ "MIT" ]
thomasvt/pose
Pose/Pose/Controls/Dopesheet/FrameRange.cs
266
C#
using System.Collections; using System.Collections.Generic; namespace Lykke.Service.PdfGenerator.Core.Domain.Health { public class HealthIssuesCollection : IReadOnlyCollection<HealthIssue> { public int Count => _list.Count; private readonly List<HealthIssue> _list; public HealthIssues...
23.65625
74
0.607662
[ "MIT" ]
LykkeCity/Lykke.Service.PdfGenerator
src/Lykke.Service.PdfGenerator.Core/Domain/Health/HealthIssuesCollection.cs
757
C#
#region MIT // /*The MIT License (MIT) // // Copyright 2016 lizs lizs4ever@163.com // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limita...
35.703297
96
0.540474
[ "MIT" ]
lizs/PI
Sample/Server/business/ChatComponent.cs
3,269
C#
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria.ID; using Terraria; using Terraria.ModLoader; namespace HavenMod.Items.Galaxium { public class GalaxiumPistol : ModItem { public override void SetStaticDefaults() { DisplayName.SetDefault("Galaxium Machine Pist...
28.324324
152
0.695134
[ "MIT" ]
Fortanono/HavenMod
Items/Galaxium/GalaxiumPistol.cs
2,096
C#
// Copyright 2007-2017 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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...
36
122
0.65457
[ "Apache-2.0" ]
andymac4182/MassTransit
src/Containers/MassTransit.UnityIntegration/SagaConfiguratorCache.cs
2,234
C#
using SFA.DAS.ContentApi.DependencyResolution; using StructureMap; namespace SFA.DAS.ContentApi.Api.DependencyResolution { public static class IoC { public static void Initialize(Registry registry) { registry.IncludeRegistry<ConfigurationRegistry>(); registry.IncludeReg...
29.875
62
0.682008
[ "MIT" ]
SkillsFundingAgency/das-content-api
src/SFA.DAS.ContentApi.Api/DependencyResolution/IoC.cs
480
C#
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Bu...
38.027027
84
0.746979
[ "MIT" ]
shpsyte/CRMFx
Libraries/Business/Properties/AssemblyInfo.cs
1,410
C#
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Util...
34.211268
108
0.550432
[ "MIT" ]
IchigoDelphinium/osu
osu.Game.Tests/Visual/Online/TestSceneBeatmapSetOverlayDetails.cs
2,359
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...
26.861111
88
0.620476
[ "ECL-2.0", "Apache-2.0" ]
ScriptBox99/pulumi-azure
sdk/dotnet/Network/Outputs/FirewallPolicyIntrusionDetectionSignatureOverride.cs
967
C#
using System.Collections.Generic; namespace GCommon.Differencing.Abstractions { public interface IDifferentiator<in T> : IEqualityComparer<T> { IEnumerable<Difference> DifferenceIn(T first, T second); } }
25
65
0.737778
[ "MIT" ]
tnunnink/GMerge
src/GCommon.Differencing/Abstractions/IDifferentiator.cs
225
C#
// 该文件由GT.CLI 工具生成 using Microsoft.Extensions.DependencyInjection; namespace App.Api { /// <summary> /// 仓储注册服务 /// </summary> public static class RepositoryServiceExtensions { public static void AddRepositories(this IServiceCollection services) { } } }
17.882353
76
0.644737
[ "Apache-2.0" ]
geethin/template
templates/project/src/App.Api/RepositoryServiceExtensions.cs
332
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TestFlask.Models.Entity { public class Counter : MongoEntity { public string CounterKey { get; set; } public long CounterValue { get; set; } } }
18.875
46
0.695364
[ "MIT" ]
FatihSahin/test-flask
TestFlask.Models/Entity/Counter.cs
304
C#
// 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.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.Razor.Language; using Microsoft.Code...
42.504373
189
0.647438
[ "Apache-2.0" ]
1175169074/aspnetcore
src/Razor/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X/test/ViewComponentTagHelperDescriptorFactoryTest.cs
14,579
C#
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; using HandyControl.Controls; using HandyControl.Data; using PublicInfos; namespace me.cqp.luohuaming.CustomGacha.UI { public static class Helper { p...
31.267442
117
0.514689
[ "Apache-2.0" ]
Hellobaka/CustomGacha
me.cqp.luohuaming.CustomGacha.UI/Helper.cs
2,691
C#
namespace Binance.Spot.Tests { using Binance.Spot.Models; using Xunit; public class LoanDirection_Tests { [Fact] public void ToString_Matches_Value() { var model = LoanDirection.ADDITIONAL; Assert.Equal(model.Value.ToString(), model.ToString()); ...
20.5625
67
0.595745
[ "MIT" ]
Hilaly/binance-connector-dotnet
Tests/Spot.Tests/Models/LoanDirection_Tests.cs
329
C#
using System.Collections.Generic; using Fabric.Authorization.API.Models; using Fabric.Authorization.API.Models.Requests; using Nancy; using Nancy.Swagger; using Nancy.Swagger.Services; using Nancy.Swagger.Services.RouteUtils; using Swagger.ObjectModel; namespace Fabric.Authorization.API.Modules { publi...
39.843636
283
0.415579
[ "Apache-2.0" ]
nathan-given-health-catalyst/Fabric.Authorization
Fabric.Authorization.API/Modules/GroupsMetadataModule.cs
21,916
C#
// Generated class v2.13.0.0, don't modify using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; namespace NHtmlUnit.Javascript.Host.Css { public partial class CSSRule : NHtmlUnit.Javascript.SimpleScriptable { static CSSRule...
23.098592
119
0.593293
[ "Apache-2.0" ]
timorzadir/NHtmlUnit
app/NHtmlUnit/Generated/Javascript/Host/Css/CSSRule.cs
1,640
C#
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Reflection; namespace HotChocolate.Data.Projections.Expressions { public static class QueryableProjectionScopeExtensions { public static Expression<Func<...
30.402685
92
0.503091
[ "MIT" ]
Alxandr/hotchocolate
src/HotChocolate/Data/src/Data/Projections/Expressions/QueryableProjectionScopeExtensions.cs
4,530
C#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Security; using System.Text.RegularExpressions; using System.Xml; using Common; using log4net; using ServiceStack; namespace PluginTester { public class Program { private static IL...
38.285256
146
0.530013
[ "Apache-2.0" ]
AquaticInformatics/aquarius-field-data-framework
src/PluginTester/Program.cs
11,947
C#
using System; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections.Generic; using MathNet.Numerics.LinearAlgebra; namespace Advent._2020.Classes { public enum SeatType { Floor, Empty, Occupied } public class Seat { ...
31.408088
107
0.460728
[ "MIT" ]
gclodge/Advent.2020
Advent.2020/Classes/SeatingMap.cs
8,545
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FollowTarget : MonoBehaviour { public Transform target; public float xLimit, yLimit; private void LateUpdate() { Vector3 follow = Vector3.zero; //calcula el offset en x flo...
23.447368
63
0.516274
[ "MIT" ]
AdriAlvarez00/Gamejam-Aurigae
BUGs/Assets/Scripts/FollowTarget.cs
893
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 generi...
39.63674
187
0.541868
[ "MIT" ]
georghinkel/ttc2017smartGrids
generator/Schema/IEC61970/Informative/MarketOperations/ContingencyConstraintLimit.cs
28,699
C#
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // // Copyright (c) 2005-2009 empira Software GmbH, Cologne (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of c...
44.367347
78
0.737351
[ "MIT" ]
2Toad/PDFsharp
PdfSharp/PdfSharp/VersionInfo.cs
2,174
C#
using System; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; [assembly: InternalsVisibleTo("WeeControl.Server.WebApi.Test")] namespace WeeControl.Common.UserSecurityLib.Helpers.CustomHandlers.TokenRefreshment { public class TokenRe...
35.59375
95
0.624232
[ "MIT" ]
sayedmhussein/ControlSystem
src/Common/UserSecurityLib/Helpers/CustomHandlers/TokenRefreshment/TokenRefreshmentHandler.cs
1,141
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Insma.Mxa.Framework { public interface IGameComponent { void Initialize( ); } }
17.666667
34
0.773585
[ "MIT" ]
baszalmstra/MXA
MXA-Framework/src/Framework.Game/IGameComponent.cs
214
C#
// // Copyright (c) Microsoft. 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. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
39.064516
88
0.754748
[ "Apache-2.0" ]
CerebralMischief/azure-sdk-for-net
src/KeyVault/Microsoft.Azure.KeyVault.Extensions/Properties/AssemblyInfo.cs
1,211
C#
using System; using FluentAssertions; using IbanNet.Registry; using Xunit; namespace IbanNet { public class IbanValidatorOptionsTests { private readonly IbanValidatorOptions _sut; public IbanValidatorOptionsTests() { _sut = new IbanValidatorOptions(); } [F...
23.386364
76
0.606414
[ "Apache-2.0" ]
0xced/IbanNet
test/IbanNet.Tests/IbanValidatorOptionsTests.cs
1,031
C#
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Re...
38.351351
84
0.749119
[ "MIT" ]
PavelRunchev/Programming-Fundamentals-2017
Programming Fundamentals - Sep-2017/06.DataTypesAndVariables/08.RefactorVolumeOfPyramid/Properties/AssemblyInfo.cs
1,422
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Ship { namespace TIEDefender { public class GlaiveSquadronPilot : TIEDefender { public GlaiveSquadronPilot() : base() { PilotName = "Glaive Squadron Pilot"; ...
21.291667
67
0.53816
[ "MIT" ]
MatthewBlanchard/FlyCasual
Assets/Scripts/Model/Ships/TIE Defender/GlaiveSquadronPilot.cs
513
C#
using NPC.Runtime; using Neo.SmartContract.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; /// <summary> /// NPC.dApps.NeoDraw.Main.UserPoint - Level 4 Collectible (Extended) /// /// Processed: 2018-03-06 10:27:2...
49.765625
200
0.612245
[ "MIT" ]
mwherman2000/neo-npcc
neo-npcc/NPC.dApps.NeoDraw.Small/UserPointL4CollectibleExt2.cs
6,370
C#
namespace Atomus.Control.Toolbar { partial class DefaultToolbar { /// <summary> /// 필수 디자이너 변수입니다. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 사용 중인 모든 리소스를 정리합니다. /// </summary> /// <param name=...
37.267606
89
0.579365
[ "MIT" ]
dsuny/Atomus.Control.Toolbar.DefaultToolbar
dotNet/Views/DefaultToolbar.Designer.cs
2,856
C#
// <auto-generated /> using System; using DncZeus.Api.Entities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace ...
35.554428
125
0.438235
[ "MIT" ]
zhangbao138208/financeAndpersonnel
DncZeus.Api/Migrations/20200930072329_workflowTemplate.Designer.cs
38,543
C#
// Copyright (c) Six Labors. // Licensed under the Apache License, Version 2.0. using System; using SixLabors.ImageSharp.Memory; using SixLabors.ImageSharp.PixelFormats; namespace SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation { /// <summary> /// Implements the 'RGB' photometric interpretation wi...
34.225
127
0.617239
[ "Apache-2.0" ]
kroymann/ImageSharp
src/ImageSharp/Formats/Tiff/PhotometricInterpretation/Rgba8888TiffColor{TPixel}.cs
1,369
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FingerScan { public class DeviceRecord { internal string DeviceCode { get; set; } internal string Ip { get; set; } internal int Port { get; set; } internal string Branch { get; set; ...
32.52381
53
0.589068
[ "Unlicense" ]
gnoon/lv1
FingerScan/Records.cs
2,051
C#
using System; using WslManager.Extensions; namespace WslManager.Screens { // Helpers partial class PropertiesForm { } }
12.545455
32
0.688406
[ "MIT" ]
anaymalpani/WSLMANAGER
src/WslManager/Screens/PropertiesForm.Helpers.cs
140
C#
using System.Windows.Forms; using Newtonsoft.Json.Linq; namespace JsonTreeView { public static class JsonTreeViewLoader { public static void LoadJsonToTreeView(this TreeView treeView, string json) { if (string.IsNullOrWhiteSpace(json)) { return; ...
29.596491
98
0.524007
[ "MIT" ]
Kevin0M16/NMSCoordinates
NMSCoordinates/Class2.cs
1,689
C#
using DotNetify; using System; using System.Reactive.Linq; namespace dotNetify_Elements { public class RealtimeClock : BaseVM { public RealtimeClock() { var timer = Observable.Interval(TimeSpan.FromSeconds(1)).StartWith(0); AddProperty<string>("Clock") .SubscribeTo(tim...
24.727273
81
0.579044
[ "Apache-2.0" ]
dsuryd/dotNetify-Elements
DevApp.ViewModels/Introduction/Examples/RealtimeClock.cs
546
C#
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace StyleCop.Analyzers.Helpers { using System.Threading.Tasks; internal static class SpecializedTasks { internal static Task Com...
26.058824
91
0.69526
[ "MIT" ]
AraHaan/StyleCopAnalyzers
StyleCop.Analyzers/StyleCop.Analyzers/Helpers/SpecializedTasks.cs
445
C#
using System.Collections.Generic; using NBitcoin; using Newtonsoft.Json; namespace Xels.Bitcoin.Features.Wallet.Models { public class WalletBalanceModel { public WalletBalanceModel() { this.AccountsBalances = new List<AccountBalanceModel>(); } [JsonProperty(Propert...
29
71
0.644499
[ "MIT" ]
xels-io/SideChain-SmartContract
src/Xels.Bitcoin.Features.Wallet/Models/WalletBalanceModel.cs
1,220
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...
32.083333
109
0.612698
[ "Apache-2.0" ]
TallyUpTeam/aws-sdk-net
sdk/src/Services/EventBridge/Generated/Model/ListPartnerEventSourceAccountsRequest.cs
3,465
C#
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
43.517241
136
0.724247
[ "Apache-2.0" ]
e-manual-goldstein/NakedObjectsFramework
NakedFramework/NakedFramework.Metamodel/Facet/MaxLengthFacetZero.cs
1,262
C#
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2004-2006 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license ...
34.481928
169
0.633823
[ "MIT" ]
Acidburn0zzz/flashdevelop
External/Archive/FlashDebugger/FlexSDK/SwfUtils/flash/util/FieldFormat.cs
2,780
C#
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using MongoDB.Bson; using MongoDB.Bson.Serialization; using MongoDB.Bson.Serialization.Attributes; using MongoDB.Driver; u...
38.146497
231
0.564368
[ "Apache-2.0" ]
mmercan/Turquoise.HealthChecks
App/Libs/Turquoise.Common.Mongo/MangoBaseRepo.cs
11,978
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; namespace Blogifier.Models { // Add profile data for application users by adding properties to the ApplicationUser class public class ApplicationUser : IdentityUser { }...
23.071429
95
0.773994
[ "MIT" ]
dansiegel/Blogifier
Blogifier.Web/Models/ApplicationUser.cs
325
C#
/* * libiio - Library for interfacing industrial I/O (IIO) devices * * Copyright (C) 2015 Analog Devices, Inc. * Author: Paul Cercueil <paul.cercueil@analog.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published ...
43.666667
135
0.638323
[ "MPL-2.0", "MPL-2.0-no-copyleft-exception" ]
SchulichRacingElectrical/telemetry
components/libiioComponent/libiio/bindings/csharp/Channel.cs
10,349
C#
using System; using System.Collections.Generic; namespace Dgt.Dojo.Optimisations { public static class IndicesOf { public static IEnumerable<int> Baseline(string value, string substring) { var indices = new List<int>(); var index = 0; while ((index = value....
29.065089
152
0.436889
[ "MIT" ]
mmmcaffeine/balance
src/Optimisations/IndicesOf.cs
4,914
C#
using System.Net.Mail; namespace Abp.Net.Mail.Smtp { /// <summary> /// Used to send emails over SMTP. /// </summary> public interface ISmtpEmailSender : IEmailSender { /// <summary> /// Creates and configures new <see cref="SmtpClient"/> object to send emails. /// </summary...
26.944444
87
0.571134
[ "MIT" ]
FlipGitBits/aspnetboilerplate
src/Abp/Net/Mail/Smtp/ISmtpEmailSender.cs
485
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CottontailApi.Commons; using CottontailApi.Commons.CustomJsonConverter; using Newtonsoft.Json; namespace CottontailApi.Dto.Match { public class MatchDto { /// <summary> ///...
24.892473
79
0.52527
[ "MIT" ]
ercand/CottontailSummoners
CottontailApi/Dto/Match/MatchDto.cs
2,317
C#
using System; using RimWorldRealFoW; using Verse; namespace RimWorldRealFoW { // Token: 0x0200000F RID: 15 public class CompComponentsPositionTracker : ThingSubComp { // Token: 0x06000044 RID: 68 RVA: 0x00005A3C File Offset: 0x00003C3C public override void PostSpawnSetup(bool respawningAfterLoad) { this.s...
32.389381
273
0.647404
[ "Apache-2.0" ]
Cireric120/rimworld-mod-real-fow
Sources/RimWorldRealFoW/CompComponentsPositionTracker.cs
7,322
C#
#region BSD License /* * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE.md file or at * https://github.com/Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.470/blob/master/LICENSE * */ #endregion using ComponentFactory.Krypton.Toolkit; using Persistence.Classes.Options....
66.307627
215
0.68277
[ "BSD-3-Clause" ]
Krypton-Suite-Legacy-Archive/Krypton-Toolkit-Suite-Extended-NET-5.470
Source/Krypton Toolkit Suite Extended/Shared/Persistence/UX/Options/GlobalOptionsMenu.cs
78,245
C#
#nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NLog; using VocaDb.Model.Database.Repositories; using VocaDb.Model.DataContracts; using VocaDb.Model.DataContracts.SongImport; using VocaDb.Model.DataContracts.SongLists; using VocaDb.Mod...
33.814815
242
0.719058
[ "MIT" ]
Pyther99/vocadb
VocaDbModel/Database/Queries/SongListQueries.cs
12,782
C#
using System.Collections.Generic; using Essensoft.Paylink.Alipay.Response; namespace Essensoft.Paylink.Alipay.Request { /// <summary> /// alipay.commerce.iot.voicemodel.customvoice.send /// </summary> public class AlipayCommerceIotVoicemodelCustomvoiceSendRequest : IAlipayRequest<AlipayCommerceIotVoic...
22.975806
135
0.553177
[ "MIT" ]
fory77/paylink
src/Essensoft.Paylink.Alipay/Request/AlipayCommerceIotVoicemodelCustomvoiceSendRequest.cs
2,865
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> //------...
56.780314
319
0.607442
[ "MIT" ]
cihancosgun/firmarehber
FirmaRehber/FirmaRehber/yetkiliPozisyon.Designer.cs
79,608
C#
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using LetzFly.Models; namespace LetzFly.Migrations { [DbContext(typeof(LetzFlyDbContext))] partial class UserDbCo...
33.486239
117
0.480137
[ "MIT" ]
TalayRuk/LetzFly
src/LetzFly/Migrations/UserDbContextModelSnapshot.cs
7,302
C#
namespace Gecko.WebIDL { using System; internal class TVScanningStateChangedEvent : WebIDLBase { public TVScanningStateChangedEvent(nsIDOMWindow globalWindow, nsISupports thisObject) : base(globalWindow, thisObject) { } public TVSc...
20.967742
96
0.493846
[ "MIT" ]
haga-rak/Freezer
Freezer/GeckoFX/__Core/WebIDL/Generated/TVScanningStateChangedEvent.cs
650
C#
namespace YoutubeMetadataBackup_backend.Models.database { public class VideoDatabaseSettings : IVideoDatabaseSettings { public string VideoCollectionsName { get; set; } public string ConnectionString { get; set; } public string DatabaseName { get; set; } public int QueryTime...
36.25
63
0.663448
[ "MIT" ]
sqz269/YoutubeMetadataBackup
YoutubeMetadataBackup-backend/YoutubeMetadataBackup-backend/Models/database/VideoDatabaseSettings.cs
727
C#
namespace BlazorShop.Services.Orders { using System.Collections.Generic; using System.Threading.Tasks; using Common; using Models.Orders; public interface IOrdersService : IService { Task<string> PurchaseAsync(OrdersRequestModel model, string userId); Task<OrdersDetailsRespon...
26.117647
81
0.72973
[ "MIT" ]
FredericoSilvaTeles/BlazorShop
src/BlazorShop.Services/Orders/IOrdersService.cs
446
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-generated> //--...
42.459459
175
0.601846
[ "MIT", "BSD-3-Clause" ]
codingseb/CSharpRegexTools4Npp
CSharpRegexTools4Npp/Resources.Designer.cs
3,144
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 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
30.790698
95
0.547961
[ "MIT" ]
AskYous/botbuilder
CSharp/Library/Microsoft.Bot.Builder/Luis/Models/CompositeEntity.cs
2,648
C#
using GE.WebUI.ViewModels.Abstracts; using SX.WebCore.MvcControllers; namespace GE.WebUI.Areas.Admin.Controllers { public sealed class DeliveryController : SxDeliveryController<VMMaterial> { } }
21.7
77
0.741935
[ "MIT" ]
simlex-titul2005/GE
GE.WebUI/Areas/Admin/Controllers/DeliveryController.cs
219
C#
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Tilemaps; namespace UnityEditor { // Basic inspector element for a weighted random tile [System.Serializable] public struct Element { public TileBase tile; public float weigh...
33.090592
148
0.543961
[ "Apache-2.0" ]
temportalflux/MultiPoke
Client/Assets/TileMap/Brushes/Editor/BrushRandom.cs
9,499
C#
/// Generated - Do Not Edit namespace BABYLON.GUI { using System; using System.Collections.Generic; using System.Text.Json.Serialization; using System.Threading.Tasks; using EventHorizon.Blazor.Server.Interop; using EventHorizon.Blazor.Server.Interop.Callbacks; using Microsoft.JSInterop; ...
28.214149
114
0.468691
[ "MIT" ]
ADefWebserver/AutomaticKingdom
EventHorizon.Blazor.BabylonJS.Server/GUI/Image.cs
14,756
C#
using System; namespace MiCake.DDD.Extensions.Store.Configure { /// <summary> /// This is an internal API not subject to the same compatibility standards as public APIs. /// It may be changed or removed without notice in any release. /// /// Represents a description of an object that needs to be...
26.291667
96
0.583201
[ "MIT" ]
MiCake/MiCake
src/framework/MiCake.DDD.Extensions/Store/Configure/IStoreEntityType.cs
633
C#
using System; using System.Text; using Newtonsoft.Json; namespace Thor.Core.Abstractions { /// <summary> /// A bunch of convenient extensions for <see cref="object"/>. /// </summary> public static class ObjectExtensions { private static readonly JsonSerializerSettings _settings = new JsonS...
31.811321
93
0.588375
[ "MIT" ]
glucaci/thor-client
src/Core/Core.Abstractions/ObjectExtensions.cs
1,688
C#
namespace PnP.Framework.Modernization.KQL { /// <summary> /// Operators on KQL property filters /// </summary> public enum KQLPropertyOperator { Matches = 0, EqualTo = 1, LesserThan = 2, GreaterThan = 3, LesserThanOrEqualTo = 4, GreaterThanOrEqualTo =...
21.368421
42
0.554187
[ "MIT" ]
Arturiby/pnpframework
src/lib/PnP.Framework/Modernization/KQL/KQLPropertyOperator.cs
408
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using TrabalhoIntegradoComSO.Structs; using TrabalhoIntegradoComSO.Package; namespace TrabalhoIntegradoComSO.Package { static class LerArquivo { public static void Ler(Fila fila_p1, Fila fila_p2, Fil...
32.927273
149
0.483158
[ "MIT" ]
lmfrocha/Trabalho-Pratico-AED-SO
TIcomSO/TrabalhoIntegradoComSO/Package/LerArquivo.cs
1,817
C#
using System; namespace DedicatedHostsManager.DedicatedHostStateManager { /// <summary> /// Dedicated Host state manager. /// </summary> public interface IDedicatedHostStateManager { /// <summary> /// Inserts a key in the cache when a Dedicated Host is at full capacity. ///...
36.355932
90
0.566434
[ "MIT" ]
Azure/dedicated-hosts-manager
DedicatedHostsManager/DedicatedHostStateManager/IDedicatedHostStateManager.cs
2,147
C#
// Copyright (c) Arch team. All rights reserved. using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Transactions; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.ChangeTracking;...
29.413223
169
0.558022
[ "MIT" ]
DreamlessRaw/Dreamless.Core
UnitOfWork.cs
3,561
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
39.873134
188
0.608085
[ "Apache-2.0" ]
ChristopherButtars/aws-sdk-net
sdk/src/Services/WorkSpaces/Generated/Model/Internal/MarshallTransformations/WorkspaceAccessPropertiesUnmarshaller.cs
5,343
C#
using System; using System.Collections.Generic; using NuGet; using Newtonsoft.Json; namespace Kudu.Contracts.SiteExtensions { // This is equivalent to NuGet.IPackage public class SiteExtensionInfo { public enum SiteExtensionType { Gallery, PreInstalledNonKudu, ...
24.916667
154
0.518841
[ "Apache-2.0" ]
Acidburn0zzz/kudu
Kudu.Contracts/SiteExtensions/SiteExtensionInfo.cs
4,487
C#
/* // <copyright> // dotNetRDF is free and open source software licensed under the MIT License // ------------------------------------------------------------------------- // // Copyright (c) 2009-2020 dotNetRDF Project (http://dotnetrdf.org/) // // Permission is hereby granted, free of charge, to any person obtainin...
42.166124
155
0.673001
[ "MIT" ]
blackwork/dotnetrdf
Libraries/dotNetRDF/Query/Builder/ExpressionBuilder.String.cs
12,945
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
40.632813
158
0.649106
[ "Apache-2.0" ]
Hazy87/aws-sdk-net
sdk/src/Services/SageMaker/Generated/Model/Internal/MarshallTransformations/AdditionalInferenceSpecificationDefinitionMarshaller.cs
5,201
C#
#region License /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the *...
35.077922
149
0.605702
[ "Apache-2.0" ]
helpspace-co/tinkerpop
gremlin-dotnet/src/Gremlin.Net/Driver/Connection.cs
10,804
C#
namespace Testing_6.HeaderManipulation { using System.Threading.Tasks; using NServiceBus; using NServiceBus.Testing; using NUnit.Framework; [Explicit] #region TestingHeaderManipulation [TestFixture] public class Tests { [Test] public void Run() ...
28.96
83
0.520718
[ "Apache-2.0" ]
A-Franklin/docs.particular.net
Snippets/Testing/Testing_6/HeaderManipulation/Tests.cs
1,401
C#
using Microsoft.EntityFrameworkCore; using SamuraiApp.Domain; namespace SamuraiApp.Data { //DbContext provides logic for EF Core to interact with your database. Change tracking public class SamuraiContext : DbContext { public DbSet<Samurai> Samurais { get; set; } public DbSet<Quote> Quotes...
38.65625
176
0.627324
[ "Apache-2.0" ]
sansindia85/AzurePostgreSQL
4/SamuraiApp/SamuraiApp.Data/SamuraiContext.cs
1,239
C#