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 file="GpBiCgTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, to a...
35.639456
134
0.546287
[ "MIT" ]
Plankankul/Framework-w-WebApp
Original/mathnet-numerics/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/GpBiCgTest.cs
10,478
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.081633
152
0.625749
[ "Apache-2.0" ]
Bio2hazard/aws-sdk-net
sdk/src/Services/Translate/Generated/Model/Internal/MarshallTransformations/EncryptionKeyUnmarshaller.cs
3,340
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using lm.Comol.Modules.Standard.ProjectManagement.Domain; namespace lm.Comol.Modules.Standard.ProjectManagement.Presentation { public interface IViewSelectOwnerFromResources : lm.Comol.Core.DomainModel.Common.iDomainView { ...
35.235294
98
0.742905
[ "MIT" ]
EdutechSRL/Adevico
3-Business/3-Modules/lm.Comol.Modules.Standard/ProjectManagement/Presentation/0_IView/Settings/Controls/IViewSelectOwnerFromResources.cs
601
C#
using DotNetNuke.Abstractions; using DotNetNuke.Abstractions.Portals; using DotNetNuke.Common; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Tabs; using DotNetNuke.Services.Localization; using Moq; using NUnit.Framework; using System.Collections.Generic; using System.L...
35.111392
117
0.559665
[ "MIT" ]
Mhtshum/Dnn.Platform
DNN Platform/Tests/DotNetNuke.Tests.Core/Common/NavigationManagerTests.cs
13,871
C#
using Volo.Abp.Localization; namespace CustomAngularAppWithIdentityServer.Localization { [LocalizationResourceName("CustomAngularAppWithIdentityServer")] public class CustomAngularAppWithIdentityServerResource { } }
23.4
68
0.811966
[ "MIT" ]
271943794/abp-samples
CustomAngularAppWithIdentityServer/aspnet-core/src/CustomAngularAppWithIdentityServer.Domain.Shared/Localization/CustomAngularAppWithIdentityServerResource.cs
236
C#
using System.IO; namespace Oxide.Core.Plugins.Watchers { /// <summary> /// Represents a file change /// </summary> public sealed class FileChange { /// <summary> /// Gets the Name /// </summary> public string Name { get; private set; } /// <summary> ...
24.727273
69
0.528186
[ "MIT" ]
CryptoJones/Oxide
Oxide.Core/Plugins/Watchers/FileChange.cs
818
C#
using Aggregates.Messages; using NServiceBus; using Demo.Library.Exceptions; using Demo.Library.Reply; using Demo.Presentation.ServiceStack.Infrastructure.Authentication; using Demo.Presentation.ServiceStack.Infrastructure.Commands; using Demo.Library.SSE; using ServiceStack; using ServiceStack.Caching; using ServiceS...
43.071749
269
0.605518
[ "MIT" ]
ImenRASSAA/DDD.Enterprise.Example
Presentation/ServiceStack/Infrastructure/Extensions/RequestExtensions.cs
9,607
C#
using System.Threading.Tasks; using Fluid; using Fluid.Values; using Newtonsoft.Json.Linq; namespace OrchardCore.Liquid.Filters { public class JsonParseFilter : ILiquidFilter { public ValueTask<FluidValue> ProcessAsync(FluidValue input, FilterArguments arguments, TemplateContext context) { ...
27.1875
119
0.726437
[ "BSD-3-Clause" ]
Dryadepy/OrchardCore
src/OrchardCore.Modules/OrchardCore.Liquid/Filters/JsonParseFilter.cs
435
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.305785
155
0.601976
[ "Apache-2.0" ]
ChristopherButtars/aws-sdk-net
sdk/src/Services/SQS/Generated/Model/Internal/MarshallTransformations/ReceiveMessageRequestMarshaller.cs
4,756
C#
using System.Threading; using System.Threading.Tasks; using Microsoft.Scripting.Hosting; namespace Edelstein.Core.Scripts.Python { public class PythonScript : IScript { private readonly CompiledCode _code; private readonly ScriptScope _scope; public PythonScript(CompiledCode code, Scri...
25.259259
65
0.617302
[ "MIT" ]
Bia10/Edelstein
src/Edelstein.Core/Scripts/Python/PythonScript.cs
682
C#
//----------------------------------------------------------------------- // <copyright file="Rotate.cs" company="Tasty Codes"> // Copyright (c) 2010 Chad Burggraf. // </copyright> //----------------------------------------------------------------------- namespace Zencoder { using System; using Newtonsoft...
26.051282
74
0.470472
[ "MIT" ]
ChadBurggraf/zencoder-cs
Source/Zencoder/Rotate.cs
1,018
C#
using FIUAssist.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace FIUAssist.DatabaseManager { [JsonObject] public class WoundSensors { [JsonProperty(PropertyName = "id")] public string mId { get; set; } //private string mI...
38.030928
103
0.638927
[ "MIT" ]
Guillebarq/IoT_Sensor_Collection_Xamarin
FIUAssist/FIUAssist/FIUAssist/DatabaseManager/WoundSensors.cs
3,691
C#
// Copyright © Conatus Creative, Inc. All rights reserved. // Licensed under the Apache 2.0 License. See LICENSE.md in the project root for license terms. using System; using System.Linq; using System.Reflection; namespace Pixel3D.Serialization.MethodProviders { internal class FallbackMethodProvider : MethodProvider...
25.980769
95
0.72983
[ "Apache-2.0" ]
caogtaa/Pixel3D
src/Pixel3D.Serialization/MethodProviders/FallbackMethodProvider.cs
1,354
C#
using System; using System.IO; using System.Net; using System.Text; using UIC.Util.Extensions; using UIC.Util.Logging; namespace UIC.Communication.M2mgo.ProjectAgent.WebApi { internal class WebApiRequestExecutor { internal string ExecuteRequest(HttpWebRequest request, string payload, ILogger logger) { ...
32.910714
99
0.537168
[ "MIT" ]
CDE-GMA/UIC.net-mono.c-sharp
UIC/UIC.Communication.M2mgo.ProjectAgent/WebApi/WebApiRequestExecutor.cs
1,845
C#
using Neu.IO; using Neu.IO.Caching; using System; using System.Collections.Generic; namespace Neu.Implementations.Blockchains.LevelDB { internal class DbCache<TKey, TValue> : DataCache<TKey, TValue> where TKey : IEquatable<TKey>, ISerializable, new() where TValue : class, ISerializable, new() ...
32.347826
208
0.609543
[ "MIT" ]
NeuBlockchain/NEU
neu/Implementations/Blockchains/LevelDB/DbCache.cs
1,490
C#
using System; using System.Collections.Generic; namespace BettingTrivia.Shared { public class Room { public Guid ID { get; set; } public List<User> Users { get; set; } public Room() { ID = Guid.NewGuid(); } } }
16.352941
45
0.535971
[ "MIT" ]
torcher/BettingTrivia
Shared/Room.cs
280
C#
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; namespace CshtmlComponentScopedCss.Pages { [ResponseCache(Duration = 0, Location ...
25.78125
88
0.687273
[ "MIT" ]
Acmion/CshtmlComponentScopedCss
CshtmlComponentScopedCss/Pages/Error.cshtml.cs
825
C#
// ***************************************************************** // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTI...
30.123239
119
0.529632
[ "Apache-2.0" ]
jdm7dv/Microsoft-Biology-Foundation
archive/Changesets/beta/Source/MBF/MBF/IO/GenBank/Promoter.cs
8,555
C#
// Copyright (c) Microsoft. 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.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using System; n...
44.446667
161
0.59982
[ "Apache-2.0" ]
davidfowl/roslyn
src/Compilers/CSharp/Portable/Binder/ImportChain.cs
6,669
C#
using System; namespace Christ3D.Domain.Interfaces { /// <summary> /// 工作单元接口 /// </summary> public interface IUnitOfWork : IDisposable { //是否提交成功 bool Commit(); } }
14.857143
46
0.5625
[ "MIT" ]
DotNetExample/ChristDDD
Christ3D.Domain/Interfaces/IUnitOfWork.cs
234
C#
using System; namespace Inflow.Services.Payments.Core.Deposits.DTO; public class DepositAccountDto { public Guid AccountId { get; set; } public Guid CustomerId { get; set; } public string Currency { get; set; } public string Iban { get; set; } public DateTime CreatedAt { get; set; } }
25.666667
53
0.691558
[ "MIT" ]
devmentors/Inflow-micro
src/Payments/Inflow.Services.Payments.Core/Deposits/DTO/DepositAccountDto.cs
310
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; public class SystemGenerator : MonoBehaviour { private int m_rows; private int m_columns; public delegate void SystemGenerationComplete(int rowSize, int columnSize); public static event SystemGenerationComplet...
54.731383
162
0.624909
[ "CC0-1.0" ]
Amelia-McLeavey/mywatershed-game
myWATERSHED/Assets/Scripts/PCG/SystemGenerator.cs
20,579
C#
#region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // 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 /...
32.428571
114
0.648018
[ "Apache-2.0" ]
BartDM/fluentmigrator
src/FluentMigrator/Builders/Delete/DeleteDataExpressionBuilder.cs
2,270
C#
using System; namespace Ao.ObjectDesign.Designing.Annotations { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Class)] public sealed class UnfoldMappingAttribute : Attribute { public bool SkipSelft { get; set; } = true; } }
24.909091
73
0.693431
[ "Apache-2.0" ]
Cricle/Ao.ObjectDesign
src/Ao.ObjectDesign.Designing/Annotations/UnfoldMappingAttribute.cs
276
C#
using Bloom.Data.Interfaces; namespace Bloom.Data.Tables { /// <summary> /// Represents the filterset_element table. /// </summary> /// <seealso cref="Bloom.Data.Interfaces.ISqlTable" /> public class FiltersetElementTable : ISqlTable { /// <summary> /// Gets the create filterse...
42.708333
91
0.48
[ "Apache-2.0" ]
RobDixonIII/Bloom
Shared/Bloom.Data/Tables/FiltersetElementTable.cs
1,027
C#
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Reflection; using SeniorBlockchain.Controllers; using SeniorBlockchain.Utilities; using SeniorBlockchain.Utilities.JsonErrors; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspN...
45.156863
174
0.604755
[ "MIT" ]
seniorblockchain/blockchain
src/Features/SeniorBlockchain.Features.RPC/Controllers/RPCController.cs
9,214
C#
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable namespace Azure.ResourceManager.Network.Models { /// <summary> Parameters that define the flow log format. </summary> public partial class FlowLogFormatParameters { ...
35.242424
92
0.651763
[ "MIT" ]
AikoBB/azure-sdk-for-net
sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FlowLogFormatParameters.cs
1,163
C#
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using Norm; using Npgsql; using NpgsqlTypes; using Xunit; namespace PostgreSqlUnitTests { [Collection("PostgreSqlDatabase")] public class Que...
33.421559
187
0.51617
[ "MIT" ]
vb-consulting/Norm.net
Tests/PostgreSqlUnitTests/QueryMultipleMapsUnitTests.cs
34,727
C#
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ using System; using System.Fab...
46.330769
229
0.487631
[ "MIT" ]
NCarlsonMSFT/service-fabric-observer
FabricObserverWeb/Controllers/ObserverManagerController.cs
12,048
C#
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
28.47561
101
0.549465
[ "MIT" ]
IoTFier/dicom-server
src/Microsoft.Health.Dicom.Tests.Common/Comparers/DicomItemEqualityComparer.cs
2,337
C#
namespace ClearHl7.Codes.V231 { /// <summary> /// HL7 Version 2 Table 0286 - Provider Role. /// </summary> /// <remarks>https://www.hl7.org/fhir/v2/0286</remarks> public enum CodeProviderRole { /// <summary> /// CP - Consulting Provider. /// </summary> Consulting...
24.068966
59
0.492837
[ "MIT" ]
davebronson/clear-hl7-net
src/ClearHl7.Codes/V231/CodeProviderRole.cs
700
C#
// MADE Apps licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace MADE.UI.Controls { using System.Collections.Generic; using System.Windows.Input; using Windows.UI.Xaml; /// <summary> /// Defines an interface for a multi value...
33.895349
120
0.589708
[ "MIT" ]
MADE-Apps/MADE-Uno
src/MADE.UI.Controls.ChipBox/IChipBox.cs
2,915
C#
using ApplicationCore.Entities; using System; using System.Collections.Generic; using System.Text; namespace ApplicationCore.Specifications { public class TaskSpecification :BaseSpecification<TaskEntity> { public TaskSpecification() : base(null) { } } }
17.941176
65
0.678689
[ "MIT" ]
alexsoler/Queue-Manager
src/AplicationCore/Specifications/TaskSpecification.cs
307
C#
// Copyright 2017 Google Inc. 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 applic...
38.959184
114
0.695652
[ "Apache-2.0" ]
Mattlk13/google-cloud-dotnet
apis/Google.Cloud.Diagnostics.Common/Google.Cloud.Diagnostics.Common.Tests/ErrorReporting/ErrorReportingOptionsTest.cs
1,911
C#
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version: 12.0.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> // ----...
37.152174
165
0.658255
[ "Apache-2.0" ]
jasoncwik/aws-sdk-net
generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryRequestMarshaller.cs
41,018
C#
using FakeItEasy; using i5.Toolkit.Core.Editor.TestHelpers; using i5.Toolkit.Core.ModelImporters; using i5.Toolkit.Core.ServiceCore; using i5.Toolkit.Core.TestHelpers; using i5.Toolkit.Core.TestUtilities; using i5.Toolkit.Core.Utilities; using i5.Toolkit.Core.Utilities.ContentLoaders; using NUnit.Framework; u...
41.418301
120
0.614486
[ "MIT" ]
BorisJov/i5-Toolkit-for-Unity
Assets/i5 Toolkit for Unity/Tests/Editor/Importers/ObjImporterTests.cs
12,676
C#
using System; using Abp.AspNetCore.SignalR.Hubs; using Abp.Auditing; using Castle.Core.Logging; using Microsoft.AspNetCore.SignalR; namespace Abp.RealTime { public class OnlineClientInfoProvider : IOnlineClientInfoProvider { private readonly IClientInfoProvider _clientInfoProvider; public Onl...
28.021277
109
0.600607
[ "MIT" ]
861191244/aspnetboilerplate
src/Abp.AspNetCore.SignalR/RealTime/OnlineClientInfoProvider.cs
1,317
C#
using System; using AdventOfCode.UserClasses; namespace AdventOfCode.Solutions.Year2019 { class Day05 : ASolution { readonly long[] BaseProgram; readonly IntCode2 cpu; public Day05() : base(05, 2019, "") { BaseProgram = Input.ToLongArray(","); cpu = new...
25.318182
51
0.507181
[ "MIT" ]
Bpendragon/AdventOfCodeCSharp
AdventOfCode/Solutions/Year2019/Day05-Solution.cs
1,114
C#
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Task02_CompanyApp.BG { public partial class About : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } ...
18.882353
60
0.691589
[ "MIT" ]
atanas-georgiev/TelerikAcademy
16.ASP.NET-Web-Forms/Homeworks/04. ASP.NET-Master-Pages/Task02_CompanyApp/BG/About.aspx.cs
323
C#
using Aspose.Diagram; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Aspose.Diagram.Examples.CSharp.Working_Shapes { public class RerouteConnectors { public static void Run() { // ExStart:RerouteConnectors // The path to ...
31.272727
86
0.625969
[ "MIT" ]
aliahmedaspose/Aspose.Diagram-for-.NET
Examples/CSharp/Working-Shapes/RerouteConnectors.cs
1,034
C#
using System.Reflection; 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("AWSSDK.VoiceID")] [assembly: AssemblyDescr...
45.96875
210
0.74847
[ "Apache-2.0" ]
raz2017/aws-sdk-net
sdk/code-analysis/ServiceAnalysis/VoiceID/Properties/AssemblyInfo.cs
1,471
C#
using System; using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Movement; using...
35.065217
97
0.680099
[ "MIT" ]
A-Box-12/space-station-14
Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs
1,613
C#
using Moq; using NUnit.Framework; using System; namespace OtpSharp.Tests { [TestFixture] public class OtpKeyInteractionTests { private Mock<IKeyProvider> keyMock { get { var mockable = new Mock<IKeyProvider>(); // setup ...
30.818898
137
0.5442
[ "MIT" ]
arlm/otp-sharp
OtpSharp.Tests/OtpKeyInteractionTests.cs
3,916
C#
/* _BEGIN_TEMPLATE_ { "id": "YOD_017", "name": [ "暗影塑形师", "Shadow Sculptor" ], "text": [ "<b>连击:</b>在本回合中,你每使用一张其他牌,便抽一张牌。", "<b>Combo:</b> Draw a card for each card you've played this turn." ], "cardClass": "ROGUE", "type": "MINION", "cost": 5, "rarity": "EPIC", "set": "YEAR_OF_THE_...
17.222222
70
0.576344
[ "MIT" ]
chi-rei-den/Silverfish
cards/YEAR_OF_THE_DRAGON/YOD/Sim_YOD_017.cs
525
C#
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Quix.Snowflake.Application.TimeSeries; using Quix.Sdk.Process; using Quix.Sdk.Process.Models; using Quix.Snowflake.Application.Metadata; namespace Quix.Snowflake.Application.Streaming { public class StreamPersi...
43.164706
155
0.718452
[ "Apache-2.0" ]
quixai/quix-library
csharp/destinations/snowflake/Quix.Snowflake.Application/Streaming/StreamPersistingComponent.cs
3,669
C#
/* * Copyright 2015-2018 Mohawk College of Applied Arts and Technology * * * 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 * * ...
42.252796
259
0.614073
[ "Apache-2.0" ]
MohawkMEDIC/openizdc
OpenIZ.Mobile.Core/Security/Audit/AuditUtil.cs
18,889
C#
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Cats.Models.Hubs; using Cats.Models.Hubs.ViewModels; using Telerik.Web.Mvc; using Cats.Models.Hubs.ViewModels.Common; using Cats.Services.Hub; namespace Cats.Web.Hub.Controllers { [Authorize] p...
47.10443
237
0.624656
[ "Apache-2.0" ]
IYoni/cats
Cats.Web.Hub/Controllers/LossesAndAdjustmentsController.cs
14,887
C#
// 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.TestPlatform.Extensions.BlameDataCollector { using System; using System.Collections.Generic; using System.Diagnostics; ...
44.45053
274
0.581064
[ "MIT" ]
urbankovak/vstest
src/Microsoft.TestPlatform.Extensions.BlameDataCollector/BlameCollector.cs
25,161
C#
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite.SDK.Models { /// <summary> /// Represents web link. /// </summary> public class Link : ObservableObject { private string name;...
21.677419
62
0.454613
[ "MIT" ]
riftgg/Playnite
source/Playnite.SDK.NetStandard/Models/Link.cs
1,346
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using Microsoft.Scripting.Generation; namespace Microsoft.Scripting.Runtime { class ScriptingRuntimeHelpers { private const int MIN_CACHE = -100; private const int MAX_CAC...
34.431818
130
0.581848
[ "Apache-2.0" ]
jadu/Phalanger
Source/Microsoft.DynamicLight/Runtime/_ScriptingRuntimeHelpers.cs
3,032
C#
using System.Windows.Controls; namespace FrameworkTester.Views { /// <summary> /// WinBioEnrollCapture.xaml の相互作用ロジック /// </summary> public partial class WinBioEnrollCapture : Page { public WinBioEnrollCapture() { InitializeComponent(); } } }
20
52
0.58125
[ "MIT" ]
poseidonjm/WinBiometricDotNet
examples/FrameworkTester/Views/WinBioEnrollCapture.xaml.cs
340
C#
// Copyright 2016-2017 Confluent Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
38.267606
133
0.618697
[ "Apache-2.0" ]
sstaton/daxko-kafka-etl
test/Confluent.Kafka.IntegrationTests/Tests/SerializingProducer_ProduceAsync_Null_Task.cs
2,717
C#
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) #pragma warning disable using System; using System.Collections; using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1; using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509; using BestHTTP.SecureProtocol.Org.BouncyCastle.Math; using BestHTTP.Secure...
23.569801
93
0.68234
[ "MIT" ]
Bregermann/TargetCrack
Target Crack/Assets/Best HTTP/Source/SecureProtocol/x509/store/X509CertStoreSelector.cs
8,273
C#
using System; class PrintNumbers { static void Main() { Console.WriteLine(1); Console.WriteLine(101); Console.WriteLine(1001); Console.WriteLine(); int a = 1; int b = 101; int c = 1001; Console.WriteLine(a); Console.WriteLine(b); ...
17.842105
53
0.523599
[ "MIT" ]
DobrinStefkin/HomeworkFirstLecture
PrintNumbers/PrintNumbers.cs
680
C#
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/mfmediaengine.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using...
39.211538
145
0.657185
[ "MIT" ]
Ethereal77/terrafx.interop.windows
tests/Interop/Windows/um/mfmediaengine/IMFSourceBufferAppendModeTests.cs
2,041
C#
using CefSharp; using System; using System.Linq; using System.Collections.Generic; namespace wechat_spider_core { public class SpiderTask { public long SpiderId { get; set; } public string NickName { get; set; } public string Alias { get; set; } public List<string> Roles { ge...
29.196429
148
0.574312
[ "MIT" ]
zainzhoucom/wechat_spider_core
wechat_spider_core/spider/SpiderTask.cs
1,637
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.344828
81
0.681551
[ "Apache-2.0" ]
polivbr/pulumi-azure-native
sdk/dotnet/MachineLearningServices/V20200801/Inputs/PersonalComputeInstanceSettingsArgs.cs
851
C#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace PgpSharp { /// <summary> /// Main interface for pgp tool. /// </summary> public interface IPgpTool { /// <summary> /// Gets or sets a different keyring folder than defau...
26.023256
65
0.548704
[ "MIT" ]
soukoku/PgpSharp
src/PgpSharp/IPgpTool.cs
1,121
C#
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace GraphQL.Language.AST { public class Arguments : AbstractNode, IEnumerable<Argument> { private readonly List<Argument> _arguments = new List<Argument>(); public override IEnumerable<INode> Chi...
30.444444
101
0.64781
[ "MIT" ]
ZickZakk/graphql-dotnet
src/GraphQL/Language/AST/Arguments.cs
1,096
C#
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace PartialViews.Pages { [ResponseCache(Duration = 0, Location = ResponseCa...
25.515152
88
0.685273
[ "MIT" ]
AnzhelikaKravchuk/asp-dot-net-core-in-action-2e
Chapter07/E_PartialViews/PartialViews/Pages/Error.cshtml.cs
842
C#
// Copyright (c) Microsoft. 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.Windows.Automation; namespace TestUtilities.UI { /// <summary> /// Wraps the Delete/Remove/Cancel dialog displayed...
30.340426
161
0.606592
[ "Apache-2.0" ]
Abd-Elrazek/nodejstools
Common/Tests/Utilities.UI/UI/RemoveItemDialog.cs
1,380
C#
namespace ModIO.API { public class AddGameMediaParameters : RequestParameters { // ---------[ FIELDS ]--------- // Image file which will represent your game's logo. Must be gif, jpg or png format and // cannot exceed 8MB in filesize. Dimensions must be at least 640x360 and we recommended...
39.404762
100
0.599396
[ "MIT" ]
TrutzX/9Nations
Assets/Plugins/mod.io/Scripts/API/RequestParameters/AddGameMediaParameters.cs
1,655
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 "li...
37.355769
174
0.614157
[ "Apache-2.0" ]
philasmar/aws-sdk-net
sdk/src/Services/XRay/Generated/Model/Internal/MarshallTransformations/FaultRootCauseEntityUnmarshaller.cs
3,885
C#
// <auto-generated /> using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using timesheet.data; namespace timesheet.data.Migra...
34.444444
125
0.603226
[ "MIT" ]
josephalwyn/timesheet.api-master
timesheet.data/Migrations/20190109115334_initial.Designer.cs
1,552
C#
/*--------------------------------------------------------------------------------------------- * Copyright (c) STB Chain. All rights reserved. * Licensed under the Source EULA. See License in the project root for license information. * Source code : https://github.com/stbchain * Website : http://www.soft2b.com/ *...
37
96
0.420998
[ "MIT" ]
stbchain/stb.core
src/STB.Core/Structures/Peers/PeerEvents.cs
962
C#
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 * ...
33.805556
147
0.622843
[ "Apache-2.0" ]
kimii/tencentcloud-sdk-dotnet
TencentCloud/Vod/V20180717/Models/AiReviewPoliticalTaskOutput.cs
2,636
C#
using Aurora.Controls; using Aurora.Profiles.GTA5.GSI; using Aurora.Settings; using System; using System.Diagnostics; using System.Timers; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using Xceed.Wpf.Toolkit; namespace Aurora.Profiles.GTA5 { /// <summary> /// ...
35.150943
223
0.583199
[ "MIT" ]
ADoesGit/Aurora
Project-Aurora/Project-Aurora/Profiles/GTA5/Control_GTA5.xaml.cs
3,623
C#
using System; using System.Collections.Generic; using System.Linq; using IntergalacticTravel.Contracts; using IntergalacticTravel.Exceptions; using IntergalacticTravel.Extensions; namespace IntergalacticTravel { public class TeleportStation : ITeleportStation { protected readonly IResources resources;...
41.308943
201
0.658138
[ "MIT" ]
MichaelaIvanova/Unit-Testing
Topics/Exams/2016_07/Exam_Author solution/IntergalacticTravel/TeleportStation.cs
5,083
C#
//------------------------------------------------------------------------------ // <auto-generated> // Bu kod araç tarafından oluşturuldu. // Çalışma Zamanı Sürümü:4.0.30319.42000 // // Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve // kod yeniden oluşturulursa kaybolur. // </aut...
42
80
0.659722
[ "MIT" ]
cihatfurkaneken/school-management
WebOBS.Core/obj/Debug/netcoreapp3.1/WebOBS.Core.AssemblyInfo.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("Ne...
37.756757
84
0.743737
[ "MIT" ]
Roemer/NetDist
src/NetDist.Jobs/Properties/AssemblyInfo.cs
1,400
C#
using Discord; using Discord.Interactions; using Discord.WebSocket; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using System.Threading; using System.Threading.Tasks; namespace InteractionFramework { class Program { // Entry point of the progra...
42.035714
172
0.633815
[ "MIT" ]
DenVot/Discord.Net
samples/InteractionFramework/Program.cs
3,531
C#
//----------------------------------------------------------------------- // <copyright file="Extensions.cs" company="Junle Li"> // Copyright (c) Junle Li. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace Vsxmd.Units { using System; u...
43.016736
182
0.533217
[ "MIT" ]
atifaziz/Vsxmd
Vsxmd/Units/Extensions.cs
10,283
C#
/* * 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 * "License"); you ...
59.050847
224
0.802526
[ "Apache-2.0" ]
bbs168/aliyun-openapi-net-sdk
aliyun-net-sdk-dcdn/Dcdn/Transform/V20180115/DescribeDcdnTopDomainsByFlowResponseUnmarshaller.cs
3,484
C#
namespace Telerik.Core { /// <summary> /// Specifies the direction of the animation. /// </summary> public enum SequentialMode { /// <summary> /// The sequential animation starts from the last item and ends with the first item. /// </summary> LastToFirst, ...
26.555556
92
0.575314
[ "Apache-2.0" ]
ChristianGutman/UI-For-UWP
Controls/Core.UWP/Animation/SequentialMode.cs
480
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 Xunit; namespace System.Linq.Parallel.Tests { public class WhereTests { [Theory] [Mem...
42.274725
124
0.582792
[ "MIT" ]
er0dr1guez/corefx
src/System.Linq.Parallel/tests/QueryOperators/WhereTests.cs
7,694
C#
namespace SampleParser { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
39.915966
108
0.547158
[ "MIT" ]
PLDinesh/PDFsharp-samples
samples/SampleParser/MainForm.Designer.cs
4,752
C#
// Copyright (c) 2008-2020, Hazelcast, Inc. 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...
33.305556
84
0.684737
[ "Apache-2.0" ]
BigYellowHammer/hazelcast-csharp-client
src/Hazelcast.Net/Core/LeaseTime.cs
1,201
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Diagnostics; using System.IO; namespace BLTools.Security.Authorization { public abstract class TSecurityStorage { #region Public properties public string Name { get; set; } public TS...
26
60
0.732051
[ "MIT" ]
bollylu/BLTools
BLTools/BLTools.45/Security/Authorization/TSecurityStorage.cs
782
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class LevelManager : MonoBehaviour { // aqui estaran todos los prefabs de cada dibujo public List<GameObject> tilesprefabs; public List<Transform> posicionesdeloscubosenescena; public GameObject empty;...
40.982906
200
0.725965
[ "MIT" ]
vocero1114/concentrese
Assets/scripts/LevelManager.cs
4,802
C#
/* * Copyright 2012-2019 The Pkcs11Interop Project * * 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 ap...
65.961165
800
0.702973
[ "Apache-2.0" ]
uae1972/Pkcs11Interop
src/Pkcs11Interop/LowLevelAPI81/Pkcs11Library.cs
88,324
C#
//============================================================================== // Copyright (c) 2017-2021 Fiats Inc. All rights reserved. // Licensed under the MIT license. See LICENSE.txt in the solution folder for // full license information. // https://www.fiats.asia/ // Fiats Inc. Nakano, Tokyo, Japan // ...
36.407407
114
0.612411
[ "MIT" ]
fiatsasia/BitFlyerDotNet
BitFlyerDotNet.LightningApi/Private/GetPermissions.cs
985
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; // Scrolls the item menu - why is this not part of the PopulateContent.cs script? No idea. public class ScrollController : MonoBehaviour { public Canvas canvas; public PopulateContent tab; private long t...
30.816327
174
0.596026
[ "MIT" ]
kevin-bruhwiler/Kowloon-Unity-Client
Assets/Oculus/VR/Scripts/ScrollController.cs
1,512
C#
using System.Collections.Generic; using System.Web.Mvc; using ChartJS.NET.Charts.Line; namespace ChartJS.NET.Sample.Controllers { public class LineChartController : Controller { public ActionResult Index() { //var LineChart = new LineChart(); //LineChart.Data.Datasets ...
37.33
83
0.415751
[ "MIT" ]
nikspatel007/ChartJS.NET
ChartJSNet.Sample/Controllers/LineChartController.cs
3,735
C#
using Paspan.Tests.Calc; namespace Parlot.Tests.Calc { /* * Grammar: * expression => factor ( ( "-" | "+" ) factor )* ; * factor => unary ( ( "/" | "*" ) unary )* ; * unary => ( "-" ) unary * | primary ; * primary => NUMBER * ...
25.186207
104
0.432092
[ "BSD-3-Clause" ]
ToCSharp/paspan
test/Paspan.Benchmarks/Parlot/ParlotParser.cs
3,652
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ERC721OwnerOfExample : MonoBehaviour { async void Start() { string chain = "binance"; string network = "mainnet"; string contract = "0x1dDB2C0897daF18632662E71fdD2dbDC0eB3a9Ec"; string to...
25.5
81
0.684096
[ "MIT" ]
vocariz/nftunityplayground
NFTUnityPlayground/Assets/Web3Unity/Scripts/Prefabs/ERC721/ERC721OwnerOfExample.cs
459
C#
// MIT License // // Copyright (c) 2016 Kyle Kingsbury // // 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 limitation the rights // to use, copy, m...
41.809524
109
0.710706
[ "MIT" ]
KKings/Sitecore.ContentSearch.Fluent
src/Sitecore.ContentSearch.Fluent/Results/SearchResultsWithFacets.cs
1,758
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) 2020 Michael Möller <mmoeller@openhardwaremonitor.org> */ using System; using System.Drawing; ...
27.163636
80
0.651941
[ "MPL-2.0", "MPL-2.0-no-copyleft-exception" ]
Cereal-Killa/openhardwaremonitor
OpenHardwareMonitor/GUI/DpiHelper.cs
1,497
C#
#pragma checksum "C:\Users\Deivide\Documents\CursoC#\Lanches\Views\Shared\_Carousel.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1b7b3d074225cef7c45836a06629500a0dc90d04" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNet...
71.005882
359
0.743186
[ "MIT" ]
DeivideSilva/Asp.NetCore
Lanches/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_Carousel.cshtml.g.cs
12,071
C#
#if UNITY_EDITOR || RUNTIME_CSG using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEditor; using UnityEngine; namespace Sabresaurus.SabreCSG { /// <summary> /// A multi-purpose popup window used by the 2D Shape Editor. /// </summary> /// <seealso cref="Un...
53.825623
173
0.592661
[ "MIT" ]
IxxyXR/AndyB-VR-Workshop
Assets/3rdParty/SabreCSG/Scripts/Brushes/CompoundBrushes/Editor/ShapeEditorWindowPopup.cs
15,127
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...
38.52
356
0.638629
[ "ECL-2.0", "Apache-2.0" ]
EladGabay/pulumi-oci
sdk/dotnet/Core/Inputs/IpsecConnectionTunnelManagementBgpSessionInfoArgs.cs
1,926
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.ComponentModel; using SoonLearning.Assessment.Player.Data; using SoonLearning.Assessment.Data; using System.Reflection; namespace SoonLearning.Math_Fast.SYSS300.S1Z0WY4_77 { public class S1Z0...
30.805627
138
0.483188
[ "MIT" ]
LigangSun/AppCenter
source/Apps/Math_Fast_SYSS300/71_80/SoonLearning.Math_Fast.SYSS300.S1Z0WY4_77/S1Z0WY4_77_DataCreator.cs
12,736
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; using System.Linq.Expressions; using JetBrains.Annotations; using Remotion.Linq; using Remotion.Linq.Clauses; using Remotion.Linq.Clauses....
47.226667
111
0.659514
[ "Apache-2.0" ]
joshcomley/EntityFramework-archive
src/Microsoft.EntityFrameworkCore/Query/ResultOperators/Internal/TrackingResultOperator.cs
3,542
C#
using System; using System.Collections.Generic; using System.Text; namespace Guppy.Extensions.System { public static class SingleExtensions { /// <summary> /// Save division that will return the <paramref name="fallback"/> /// value if <paramref name="denominator"/> is equal to 0. ...
33.84
109
0.602837
[ "MIT" ]
rettoph/Guppy
src/Guppy/Extensions/System/SingleExtensions.cs
848
C#
using System; using System.Collections.Generic; using System.Security.Cryptography; using System.IO; namespace PM_Studio { public class SecurityManger { /// <summary> /// Combines byte arrays into one array /// </summary> /// <param name="byteArrays">the arrays to b...
47.238411
156
0.58727
[ "MIT" ]
ZyadHamed/PM_Studio
PM_Studio/PM_Studio_Core/DataAccessLayer/SecurityManger.cs
7,135
C#
#region License // Copyright (c) 2011, ClearCanvas Inc. // All rights reserved. // http://www.clearcanvas.ca // // This software is licensed under the Open Software License v3.0. // For the complete license, see http://www.clearcanvas.ca/OSLv3.0 #endregion using ClearCanvas.Common; using ClearCanvas.Dico...
40.789916
131
0.743923
[ "Apache-2.0" ]
SNBnani/Xian
ImageServer/Core/UpdateStudyStatusCommand.cs
4,854
C#
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq.Expressions; using System.Runtime.CompilerServices; namespace Acr.ComponentModel { public class NotifyPropertyChanged : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; ...
30.125
117
0.673029
[ "MIT" ]
aritchie/extensions
Acr/ComponentModel/NotifyPropertyChanged.cs
1,207
C#
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; namespace XRTK.Interfaces.TeleportSystem { public interface IMixedRealityTeleportHotSpot { /// <summary> /// The position...
31.840909
112
0.59743
[ "MIT" ]
hridpath/XRTK-Core
XRTK-Core/Assets/XRTK/Interfaces/TeleportSystem/IMixedRealityTeleportHotSpot.cs
1,403
C#
using System; using Aop.Api.Domain; using System.Collections.Generic; using Aop.Api.Response; namespace Aop.Api.Request { /// <summary> /// AOP API: alipay.fund.jointaccount.fund.btoc.transfer /// </summary> public class AlipayFundJointaccountFundBtocTransferRequest : IAopRequest<AlipayFundJo...
26.080645
125
0.568336
[ "Apache-2.0" ]
alipay/alipay-sdk-net
AlipaySDKNet.Standard/Request/AlipayFundJointaccountFundBtocTransferRequest.cs
3,242
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace v0622 { static class Program { /// <summary> /// アプリケーションのメイン エントリ ポイントです。 /// </summary> [STAThread] static void Main() { ...
21.217391
65
0.602459
[ "MIT" ]
gameispien/v0622
v0622/Program.cs
536
C#
using System; using Rolang.Expressions; using Rolang.Statements; namespace Rolang.Functions { public class PrintFunction : IStatement { private readonly Parser _parser; public PrintFunction(Parser parser) { _parser = parser; } public void Execute() ...
20.666667
93
0.603687
[ "MIT" ]
RolanUnix/Rolang
src/Functions/PrintFunction.cs
436
C#