hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
f0338f92f007479fa090fe89b9e593a28fdfcd1d
1,276
cs
C#
src/Kingo.MicroServices/MicroServices/Validation/DelegateConstraint.T1.cs
wimvangool/Kingo.BuildingBlocks
0e4197a658514ef09833f57df50766cd5f393dd2
[ "Apache-2.0" ]
1
2020-01-12T00:25:26.000Z
2020-01-12T00:25:26.000Z
src/Kingo.MicroServices/MicroServices/Validation/DelegateConstraint.T1.cs
wimvangool/Kingo.BuildingBlocks
0e4197a658514ef09833f57df50766cd5f393dd2
[ "Apache-2.0" ]
null
null
null
src/Kingo.MicroServices/MicroServices/Validation/DelegateConstraint.T1.cs
wimvangool/Kingo.BuildingBlocks
0e4197a658514ef09833f57df50766cd5f393dd2
[ "Apache-2.0" ]
null
null
null
using System; using System.ComponentModel.DataAnnotations; namespace Kingo.MicroServices.Validation { /// <summary> /// Represents a constraint that is implemented through a delegate. /// </summary> /// <typeparam name="TValue">Type of value that can be validated by this constraint.</typeparam> pu...
38.666667
102
0.657524
f07618d33b5adc2cc9aa1317ef8c3c4fb5643a62
433
cs
C#
TaskHistory.Test.Framework/ITestFixtures.cs
rhsu/TaskHistoryApi
61763f8df446fe180a6b21d2aa46b4c89ca9b428
[ "MIT" ]
2
2016-05-22T17:40:48.000Z
2016-09-27T00:31:20.000Z
TaskHistory.Test.Framework/ITestFixtures.cs
rhsu/TaskHistory
61763f8df446fe180a6b21d2aa46b4c89ca9b428
[ "MIT" ]
183
2016-03-08T22:22:52.000Z
2019-02-23T23:07:02.000Z
TaskHistory.Test.Framework/ITestFixtures.cs
rhsu/TaskHistoryWebApp
61763f8df446fe180a6b21d2aa46b4c89ca9b428
[ "MIT" ]
null
null
null
using System.Collections.Generic; using TaskHistory.Api.History; using TaskHistory.Api.TaskLists; using TaskHistory.Api.TaskPriorities; using TaskHistory.Api.Tasks; using TaskHistory.Api.Users; namespace TaskHistory.TestFramework { public interface ITestFixtures { IUser User { get; } ITaskList TaskList { get; ...
18.826087
42
0.757506
1ef2730f57a692e7a59abb66656794f399a8448e
3,763
cs
C#
aliyun-net-sdk-live/Live/Model/V20161101/SetLiveStreamDelayConfigRequest.cs
chys0404/aliyun-openapi-net-sdk
3c4d709e2a183ec4fadb51d50f771677bce3283f
[ "Apache-2.0" ]
null
null
null
aliyun-net-sdk-live/Live/Model/V20161101/SetLiveStreamDelayConfigRequest.cs
chys0404/aliyun-openapi-net-sdk
3c4d709e2a183ec4fadb51d50f771677bce3283f
[ "Apache-2.0" ]
null
null
null
aliyun-net-sdk-live/Live/Model/V20161101/SetLiveStreamDelayConfigRequest.cs
chys0404/aliyun-openapi-net-sdk
3c4d709e2a183ec4fadb51d50f771677bce3283f
[ "Apache-2.0" ]
null
null
null
/* * 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 ...
22.266272
134
0.643635
3eca0928acfee80dc74128af3f38c48c8c0c8670
2,391
cs
C#
src/Ensconce.Console/Reporting.cs
archiemolver/Ensconce
985b6333b3550ed775a00337872916ced145a7d3
[ "MIT" ]
null
null
null
src/Ensconce.Console/Reporting.cs
archiemolver/Ensconce
985b6333b3550ed775a00337872916ced145a7d3
[ "MIT" ]
null
null
null
src/Ensconce.Console/Reporting.cs
archiemolver/Ensconce
985b6333b3550ed775a00337872916ced145a7d3
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Ensconce.ReportingServices; namespace Ensconce.Console { internal static class Reporting { internal static void RunReportingServices() { var reportingServicesUrl = GetReportingVariable("reportingServicesUrl"); var networkDomain = G...
49.8125
166
0.712254
4f4abae6a5b0d371ca9889be15dc22168d49ddaf
4,491
cs
C#
Functions/Code/Reddit/Src/RedditAzureFunctions/WebConfiguration.cs
valkyrienc/BusinessPlatformApps
65f76bb454769db319b27e3af7da4165e320eb1c
[ "MIT" ]
1
2019-03-06T07:16:21.000Z
2019-03-06T07:16:21.000Z
Functions/Code/Reddit/Src/RedditAzureFunctions/WebConfiguration.cs
manu-krishnan/BusinessPlatformApps
d6f9ff213fca35024716f88c1d20d1caa0180065
[ "MIT" ]
null
null
null
Functions/Code/Reddit/Src/RedditAzureFunctions/WebConfiguration.cs
manu-krishnan/BusinessPlatformApps
d6f9ff213fca35024716f88c1d20d1caa0180065
[ "MIT" ]
1
2020-04-15T21:24:24.000Z
2020-04-15T21:24:24.000Z
using System.Configuration; using RedditCore; using System; using Microsoft.Azure.WebJobs; namespace RedditAzureFunctions { internal class WebConfiguration : IConfiguration { internal WebConfiguration(ExecutionContext context) { this.FunctionInvocationId = context.InvocationId; ...
42.771429
143
0.680695
4f7bd65178cae5ff410b934a32751a2b15939f7e
462
cs
C#
SPBU/dotNet/2.3/RegEx/RegEx/InputValidator.cs
RomanBelkov/LearningCourses
585539c6dbeeb70c281acf7d48d057b054fbaf5a
[ "MIT" ]
null
null
null
SPBU/dotNet/2.3/RegEx/RegEx/InputValidator.cs
RomanBelkov/LearningCourses
585539c6dbeeb70c281acf7d48d057b054fbaf5a
[ "MIT" ]
null
null
null
SPBU/dotNet/2.3/RegEx/RegEx/InputValidator.cs
RomanBelkov/LearningCourses
585539c6dbeeb70c281acf7d48d057b054fbaf5a
[ "MIT" ]
null
null
null
using System; using System.Text.RegularExpressions; namespace RegEx { internal abstract class InputValidator { internal abstract string Pattern { get; } internal abstract string SuccessMessage { get; } internal abstract string FailMessage { get; } public void PrintInputValidit...
27.176471
98
0.668831
1624db44cc1284f52f3aa93b63d2edb477e838f2
304
cs
C#
Application.Users/Views/Response/Status.cs
jvholmberg/Application
d5e6ba8cd2af0594e084897b67b0fbc14ff1f228
[ "MIT" ]
null
null
null
Application.Users/Views/Response/Status.cs
jvholmberg/Application
d5e6ba8cd2af0594e084897b67b0fbc14ff1f228
[ "MIT" ]
null
null
null
Application.Users/Views/Response/Status.cs
jvholmberg/Application
d5e6ba8cd2af0594e084897b67b0fbc14ff1f228
[ "MIT" ]
null
null
null
using System; namespace Application.Users.Views.Response { public class Status { public int Id { get; set; } public string Name { get; set; } public Status(Entities.Status status) { Id = status.Id; Name = status.Name; } } }
16.888889
45
0.529605
147ee12421eee72f42d2f5db4116851546cb4a30
1,030
cs
C#
v2/Leap3DObjectBrowser/Assets/Resources/Scripts/MoonBehavior.cs
nomad512/unity
3346b72ff6aeecf10958a5efce52330474d6b2e9
[ "Apache-2.0" ]
1
2016-07-25T02:20:39.000Z
2016-07-25T02:20:39.000Z
v2/Leap3DObjectBrowser/Assets/Resources/Scripts/MoonBehavior.cs
nomad512/unity
3346b72ff6aeecf10958a5efce52330474d6b2e9
[ "Apache-2.0" ]
null
null
null
v2/Leap3DObjectBrowser/Assets/Resources/Scripts/MoonBehavior.cs
nomad512/unity
3346b72ff6aeecf10958a5efce52330474d6b2e9
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using System.Collections; public class MoonBehavior : MonoBehaviour { // Use this for initialization void Start () { // find closest body GameObject closest = ClosestPlanet(); // initial velocity is perpendicular to it Vector3 vel = transform.position - closest.transform.position; fl...
25.75
81
0.695146
44fa05aeda9d7ac5d1489fb424b4ac5b574a993f
3,287
cs
C#
Dashboard/AcsToken/AcsToken/OfferRegistration/OfferRegistrationRecordBuilder.cs
BOONRewardsInc/rewards
256f86bf7a17c997b7415752cd22ce95d41359ab
[ "MIT" ]
13
2017-01-09T14:53:43.000Z
2021-03-02T14:46:09.000Z
Dashboard/AcsToken/AcsToken/OfferRegistration/OfferRegistrationRecordBuilder.cs
BOONRewardsInc/rewards
256f86bf7a17c997b7415752cd22ce95d41359ab
[ "MIT" ]
1
2019-01-15T02:36:09.000Z
2019-01-15T02:36:09.000Z
Dashboard/AcsToken/AcsToken/OfferRegistration/OfferRegistrationRecordBuilder.cs
BOONRewardsInc/rewards
256f86bf7a17c997b7415752cd22ce95d41359ab
[ "MIT" ]
12
2017-01-12T16:15:33.000Z
2021-03-24T13:40:49.000Z
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. // namespace AcsToken { using System; using Lomo.Commerce.AmexClient; /// <summary> /// Builder for Offer Registration Record for Am...
36.120879
172
0.560694
74cb8b922aa73e0b36b524bbaa641e508c85a381
183
cs
C#
src/Ofl.Atlassian.Jira.Abstractions/V2/CreateOrUpdateRemoteIssueLinkResponse.cs
OneFrameLink/Ofl.Atlassian.Jira.Abstractions
e26ad0bbae2f36cbd3aba909978f0e753aea04d0
[ "Apache-2.0" ]
null
null
null
src/Ofl.Atlassian.Jira.Abstractions/V2/CreateOrUpdateRemoteIssueLinkResponse.cs
OneFrameLink/Ofl.Atlassian.Jira.Abstractions
e26ad0bbae2f36cbd3aba909978f0e753aea04d0
[ "Apache-2.0" ]
null
null
null
src/Ofl.Atlassian.Jira.Abstractions/V2/CreateOrUpdateRemoteIssueLinkResponse.cs
OneFrameLink/Ofl.Atlassian.Jira.Abstractions
e26ad0bbae2f36cbd3aba909978f0e753aea04d0
[ "Apache-2.0" ]
null
null
null
namespace Ofl.Atlassian.Jira.V2 { public class CreateOrUpdateRemoteIssueLinkResponse { public int Id { get; set; } public string? Self { get; set; } } }
18.3
54
0.622951
2d3ced3bb8420b29300011c45047b7c997914121
724
cs
C#
Agoda.Frameworks.LoadBalancing.Tests/ExponentialWeightManipulationStrategyTest.cs
pH200/net-loadbalancing
fca9dac8bb7099c5e01c86e24461b5430a049f0b
[ "Apache-2.0" ]
23
2019-04-12T05:21:26.000Z
2022-03-03T08:37:00.000Z
Agoda.Frameworks.LoadBalancing.Tests/ExponentialWeightManipulationStrategyTest.cs
pH200/net-loadbalancing
fca9dac8bb7099c5e01c86e24461b5430a049f0b
[ "Apache-2.0" ]
10
2019-04-10T06:21:48.000Z
2022-01-28T02:48:23.000Z
Agoda.Frameworks.LoadBalancing.Tests/ExponentialWeightManipulationStrategyTest.cs
pH200/net-loadbalancing
fca9dac8bb7099c5e01c86e24461b5430a049f0b
[ "Apache-2.0" ]
11
2019-05-01T03:14:35.000Z
2022-01-11T07:43:06.000Z
using NUnit.Framework; namespace Agoda.Frameworks.LoadBalancing.Test { public class ExponentialWeightManipulationStrategyTest { [Test] public void UpdateWeight_Success() { var strats = new ExponentialWeightManipulationStrategy(1.5); var newWeight = strats.Update...
30.166667
87
0.627072
41e8aac4e407934ef0414ff3e6207e25ae47fc63
480
cs
C#
cards/BLACK_TEMPLE/BT/Sim_BT_140.cs
chi-rei-den/Silverfish
0420f58169db32e46df50362034699651cc62f2a
[ "MIT" ]
1
2020-09-04T08:44:54.000Z
2020-09-04T08:44:54.000Z
cards/BLACK_TEMPLE/BT/Sim_BT_140.cs
chi-rei-den/Silverfish
0420f58169db32e46df50362034699651cc62f2a
[ "MIT" ]
2
2020-04-21T21:55:17.000Z
2020-04-21T22:02:36.000Z
cards/BLACK_TEMPLE/BT/Sim_BT_140.cs
chi-rei-den/Silverfish
0420f58169db32e46df50362034699651cc62f2a
[ "MIT" ]
null
null
null
/* _BEGIN_TEMPLATE_ { "id": "BT_140", "name": [ "噬骨骑兵", "Bonechewer Raider" ], "text": [ "<b>战吼:</b>如果有受伤的随从,便获得+1/+1和<b>突袭</b>。", "<b>Battlecry:</b> If there is a damaged minion, gain +1/+1 and <b>Rush</b>." ], "CardClass": "WARRIOR", "type": "MINION", "cost": 3, "rarity": "COMMON", ...
17.142857
81
0.55625
5105d46d793326dae90498288cee9d1a442a5055
10,674
cs
C#
VsIntegration/Spect.Net.VsPackage/CustomEditors/AsmEditor/Z80ClassifierFormats.cs
Toysoft/spectnetide
7fe01fe772215e3405adc4eba8b1d1bb815e4534
[ "MIT" ]
219
2017-09-09T08:18:19.000Z
2022-03-24T03:35:28.000Z
VsIntegration/Spect.Net.VsPackage/CustomEditors/AsmEditor/Z80ClassifierFormats.cs
Toysoft/spectnetide
7fe01fe772215e3405adc4eba8b1d1bb815e4534
[ "MIT" ]
211
2017-10-25T07:54:43.000Z
2021-12-30T08:59:05.000Z
VsIntegration/Spect.Net.VsPackage/CustomEditors/AsmEditor/Z80ClassifierFormats.cs
Toysoft/spectnetide
7fe01fe772215e3405adc4eba8b1d1bb815e4534
[ "MIT" ]
29
2017-09-09T10:19:25.000Z
2022-02-09T12:17:14.000Z
using System.ComponentModel.Composition; using System.Windows.Media; using Microsoft.VisualStudio.Text.Classification; using Microsoft.VisualStudio.Utilities; namespace Spect.Net.VsPackage.CustomEditors.AsmEditor { /// <summary> /// Defines an editor format for a Z80 assembly label /// </summary> [Exp...
32.742331
95
0.647461
7dde1d4e4d6a236d24f1a267ca8cbd99600d49b4
2,987
cs
C#
Tests/Utils/ListExtensionTests.cs
JustoSenka/MouseRobot
8d8081838c3931f888151bb1e25f3d01eefa400a
[ "MIT" ]
2
2019-05-11T15:21:43.000Z
2021-01-18T19:27:06.000Z
Tests/Utils/ListExtensionTests.cs
JustoSenka/MouseRobot
8d8081838c3931f888151bb1e25f3d01eefa400a
[ "MIT" ]
null
null
null
Tests/Utils/ListExtensionTests.cs
JustoSenka/MouseRobot
8d8081838c3931f888151bb1e25f3d01eefa400a
[ "MIT" ]
2
2018-09-03T14:51:54.000Z
2020-08-25T11:33:07.000Z
using NUnit.Framework; using RobotRuntime; using System.Collections.Generic; namespace Tests.Utils { [TestFixture] public class ListExtensionTests { IList<int> list; [Test] public void MoveFirstAfter_Middle_Works() { list = new List<int> { 0, 1, 2, 3 }; ...
25.313559
65
0.485437
e88af88c074010a7d746ace166458b405083b666
1,829
cs
C#
src/Microsoft.ServiceFabric.Services.Remoting/V1/Runtime/IServiceRemotingMessageHandler.cs
KDSBest/service-fabric-services-and-actors-dotnet
0ccb97ed75f866f256d32e801ab0aefb8df0b832
[ "MIT" ]
56
2019-05-09T00:00:06.000Z
2022-03-31T07:59:00.000Z
src/Microsoft.ServiceFabric.Services.Remoting/V1/Runtime/IServiceRemotingMessageHandler.cs
KDSBest/service-fabric-services-and-actors-dotnet
0ccb97ed75f866f256d32e801ab0aefb8df0b832
[ "MIT" ]
68
2019-05-09T05:09:21.000Z
2022-03-29T12:57:17.000Z
src/Microsoft.ServiceFabric.Services.Remoting/V1/Runtime/IServiceRemotingMessageHandler.cs
KDSBest/service-fabric-services-and-actors-dotnet
0ccb97ed75f866f256d32e801ab0aefb8df0b832
[ "MIT" ]
38
2019-05-09T10:06:54.000Z
2022-03-29T17:51:27.000Z
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Servic...
45.725
115
0.609076
b5f60c861b721d1accd3115245014327c5fbcef6
367
cs
C#
src/Ntrada/Extensions/EnabledExtension.cs
snatch-dev/Ntrada
84f088263d821cc9907a24a68d4fcc832693b539
[ "MIT" ]
97
2019-09-16T21:34:08.000Z
2022-03-25T04:37:43.000Z
src/Ntrada/Extensions/EnabledExtension.cs
spetz/ngate
84f088263d821cc9907a24a68d4fcc832693b539
[ "MIT" ]
11
2019-09-09T17:02:45.000Z
2019-09-14T05:08:01.000Z
src/Ntrada/Extensions/EnabledExtension.cs
snatch-dev/Ntrada
84f088263d821cc9907a24a68d4fcc832693b539
[ "MIT" ]
24
2019-10-05T05:46:26.000Z
2022-03-20T17:40:36.000Z
namespace Ntrada.Extensions { public sealed class EnabledExtension : IEnabledExtension { public IExtension Extension { get; } public IExtensionOptions Options { get; } public EnabledExtension(IExtension extension, IExtensionOptions options) { Extension = extension; ...
26.214286
80
0.634877
7e9a199e0d444dbca9f12f78b3d4ac9027ce8d47
8,882
cs
C#
src/OpenIddict.Validation.DataProtection/OpenIddictValidationDataProtectionFormatter.cs
crael/openiddict-core
1c407fff1e55bc22c56c50d7646023d1dc5e7d90
[ "Apache-2.0" ]
2
2021-04-27T17:52:45.000Z
2021-04-28T00:26:10.000Z
src/OpenIddict.Validation.DataProtection/OpenIddictValidationDataProtectionFormatter.cs
crael/openiddict-core
1c407fff1e55bc22c56c50d7646023d1dc5e7d90
[ "Apache-2.0" ]
null
null
null
src/OpenIddict.Validation.DataProtection/OpenIddictValidationDataProtectionFormatter.cs
crael/openiddict-core
1c407fff1e55bc22c56c50d7646023d1dc5e7d90
[ "Apache-2.0" ]
1
2022-03-05T21:40:07.000Z
2022-03-05T21:40:07.000Z
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System; using System.Collections.Generic; using System.Col...
44.633166
130
0.599077
6578c86ff7e1472522476049b264c7b46ab06f05
1,491
cs
C#
Source/Dna.Web.Core/DnaSettings/LiveData/DnaConfigurationLiveDataSource.cs
StephanRaab/dna-web
803b45642309b8fe3690effd714a48d492a9cb00
[ "MIT" ]
33
2017-10-18T18:19:45.000Z
2021-07-06T18:42:02.000Z
Source/Dna.Web.Core/DnaSettings/LiveData/DnaConfigurationLiveDataSource.cs
StephanRaab/dna-web
803b45642309b8fe3690effd714a48d492a9cb00
[ "MIT" ]
20
2017-10-07T21:09:51.000Z
2020-03-24T14:53:57.000Z
Source/Dna.Web.Core/DnaSettings/LiveData/DnaConfigurationLiveDataSource.cs
StephanRaab/dna-web
803b45642309b8fe3690effd714a48d492a9cb00
[ "MIT" ]
9
2017-12-31T14:17:17.000Z
2022-03-08T07:21:32.000Z
using Newtonsoft.Json; using System; using System.Collections.Generic; namespace Dna.Web.Core { /// <summary> /// A configuration for a DnaWeb environment, specifically a Live Data Source /// </summary> public class DnaConfigurationLiveDataSource : IEquatable<DnaConfigurationLiveDataSource> { ...
30.428571
101
0.619048
2b1ab5f5b000c9f00f16a3a3ce4d0ddbfe4e8d39
40,599
cs
C#
Source/WizardControl/Wizard.cs
chenjinxian/FX-Studio
cc4afddc4bce688e8366b8e4ceb2708adffd6eb4
[ "MIT" ]
18
2016-10-19T00:40:56.000Z
2021-10-03T16:45:11.000Z
Source/WizardControl/Wizard.cs
chenjinxian/FX-Studio
cc4afddc4bce688e8366b8e4ceb2708adffd6eb4
[ "MIT" ]
null
null
null
Source/WizardControl/Wizard.cs
chenjinxian/FX-Studio
cc4afddc4bce688e8366b8e4ceb2708adffd6eb4
[ "MIT" ]
4
2017-02-10T09:08:59.000Z
2021-02-15T08:39:27.000Z
#region Copyright ?005, Cristi Potlog - All Rights Reserved /* ------------------------------------------------------------------- * * Cristi Potlog * * Copyright ?005 - All Rights reserved * * ...
33.387336
163
0.501096
914dc27ec8f340b45dd2a01a90a4013a14634350
7,364
cs
C#
tests/Monaco.Tests/Bus/Features/WCF.Integration/CanSendMessageAndGetReplyUsingAsyncPattern.cs
limitzero/MonacoServiceBus
4aead464b6c5692b4e496f14dee7c477191a5b25
[ "Apache-2.0" ]
1
2017-05-26T16:36:40.000Z
2017-05-26T16:36:40.000Z
tests/Monaco.Tests/Bus/Features/WCF.Integration/CanSendMessageAndGetReplyUsingAsyncPattern.cs
limitzero/MonacoServiceBus
4aead464b6c5692b4e496f14dee7c477191a5b25
[ "Apache-2.0" ]
null
null
null
tests/Monaco.Tests/Bus/Features/WCF.Integration/CanSendMessageAndGetReplyUsingAsyncPattern.cs
limitzero/MonacoServiceBus
4aead464b6c5692b4e496f14dee7c477191a5b25
[ "Apache-2.0" ]
null
null
null
using System; using System.ServiceModel; using System.Threading; using Monaco.Configuration; using Monaco.Extensions; using Monaco.WCF; using Xunit; namespace Monaco.Tests.Bus.Features.WCF.Integration { /* Steps to create a self-hosted WCF service on the bus: * * 1. Create your normal WCF service with contract a...
29.934959
128
0.722977
918914b567d182555f8029f0d54053ff13a87463
222
cs
C#
MyLogAn3/LoggingFacility.cs
rkanagy/ArtOfUnitTesting2ndEd.Samples
da05cf1cd2d077d7c53bc09b742bdd03323dabae
[ "zlib-acknowledgement", "Apache-2.0", "BSD-3-Clause" ]
null
null
null
MyLogAn3/LoggingFacility.cs
rkanagy/ArtOfUnitTesting2ndEd.Samples
da05cf1cd2d077d7c53bc09b742bdd03323dabae
[ "zlib-acknowledgement", "Apache-2.0", "BSD-3-Clause" ]
null
null
null
MyLogAn3/LoggingFacility.cs
rkanagy/ArtOfUnitTesting2ndEd.Samples
da05cf1cd2d077d7c53bc09b742bdd03323dabae
[ "zlib-acknowledgement", "Apache-2.0", "BSD-3-Clause" ]
null
null
null
namespace MyLogAn3 { public static class LoggingFacility { public static void Log(string text) { Logger.Log(text); } public static ILogger Logger { get; set; } } }
17.076923
50
0.54955
3c80dea97e2ac297ca9d1740428bcf819e1ac53e
5,086
cs
C#
TSMoreland.Messaging.Demo/src/TSMoreland.Messaging.Demo.App/WorkerService.cs
tsmoreland/csharp-misc
a70ba010c4664dd5c5fc6a9b5c4c2f88461ff2cc
[ "MIT" ]
1
2022-01-24T18:49:15.000Z
2022-01-24T18:49:15.000Z
TSMoreland.Messaging.Demo/src/TSMoreland.Messaging.Demo.App/WorkerService.cs
tsmoreland/csharp-misc
a70ba010c4664dd5c5fc6a9b5c4c2f88461ff2cc
[ "MIT" ]
null
null
null
TSMoreland.Messaging.Demo/src/TSMoreland.Messaging.Demo.App/WorkerService.cs
tsmoreland/csharp-misc
a70ba010c4664dd5c5fc6a9b5c4c2f88461ff2cc
[ "MIT" ]
1
2022-01-04T13:54:43.000Z
2022-01-04T13:54:43.000Z
// // Copyright © 2022 Terry Moreland // 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, modify, merge, publish, dist...
40.047244
161
0.695832
a731e30a8032c126669930a5a2aaa05f2bf7cc3b
2,538
cs
C#
GW2EIEvtcParser/EncounterLogic/Raids/RaidLogic.cs
Endaris/GW2-Elite-Insights-Parser
bb8a296ed18151d9fd408e3b82f92c0d52650e13
[ "MIT" ]
null
null
null
GW2EIEvtcParser/EncounterLogic/Raids/RaidLogic.cs
Endaris/GW2-Elite-Insights-Parser
bb8a296ed18151d9fd408e3b82f92c0d52650e13
[ "MIT" ]
null
null
null
GW2EIEvtcParser/EncounterLogic/Raids/RaidLogic.cs
Endaris/GW2-Elite-Insights-Parser
bb8a296ed18151d9fd408e3b82f92c0d52650e13
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Linq; using GW2EIEvtcParser.ParsedData; using static GW2EIEvtcParser.EncounterLogic.EncounterCategory; namespace GW2EIEvtcParser.EncounterLogic { internal abstract class RaidLogic : FightLogic { protected enum FallBackMethod { None, Death, CombatExit } ...
34.297297
146
0.561466
a7631b3d1349e84ee3f1fa8873a275e9fc7ea774
878
cs
C#
src/Tests/Repositories/SqlFu/UserGroupsRepo.cs
sapiens/ModernMembership
8b33a0ca52fb023c2a6b647a17009dbe55e4a060
[ "Apache-2.0" ]
3
2015-03-11T13:42:00.000Z
2020-12-20T16:44:01.000Z
src/Tests/Repositories/SqlFu/UserGroupsRepo.cs
sapiens/ModernMembership
8b33a0ca52fb023c2a6b647a17009dbe55e4a060
[ "Apache-2.0" ]
null
null
null
src/Tests/Repositories/SqlFu/UserGroupsRepo.cs
sapiens/ModernMembership
8b33a0ca52fb023c2a6b647a17009dbe55e4a060
[ "Apache-2.0" ]
null
null
null
#if SqlFu using System; using ModernMembership.Authorization; using ModernMembership.SqlFu; namespace Tests.Repositories.SqlFu { public class UserGroupsRepo:BaseUserGroupsTests,IDisposable { public UserGroupsRepo() { using (var db = SqlFuConfig.GetDb()) { ...
25.823529
116
0.582005
587075e58e996b39c4d6a3da46a671dded9bc173
852
cs
C#
src/NadekoBot/Db/Extensions/MusicPlaylistExtensions.cs
shardoeski/nadekobot
edfbc1d2a9f80df7ed890933b0567a2c1e7d4b5f
[ "MIT" ]
1
2022-02-10T08:08:29.000Z
2022-02-10T08:08:29.000Z
src/NadekoBot/Db/Extensions/MusicPlaylistExtensions.cs
AnotherFoxGuy/NadekoBot
9459b600df5ba2401f15ff489aad2aeb054adce0
[ "MIT" ]
null
null
null
src/NadekoBot/Db/Extensions/MusicPlaylistExtensions.cs
AnotherFoxGuy/NadekoBot
9459b600df5ba2401f15ff489aad2aeb054adce0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using Microsoft.EntityFrameworkCore; using NadekoBot.Services.Database.Models; namespace NadekoBot.Db { public static class MusicPlaylistExtensions { public static List<MusicPlaylist> GetPlaylistsOnPage(this DbSet<MusicPlaylist> playli...
28.4
106
0.579812
023112954e72bb09b2aba271d618f96c8b1b45cd
1,678
cs
C#
SimpleGitVersion.Core/TagCollector/CommitInfo.cs
SimpleGitVersion/SGV.Net
5bd42438ca27474f4eafed059fdeda6528d00ee2
[ "MIT" ]
null
null
null
SimpleGitVersion.Core/TagCollector/CommitInfo.cs
SimpleGitVersion/SGV.Net
5bd42438ca27474f4eafed059fdeda6528d00ee2
[ "MIT" ]
null
null
null
SimpleGitVersion.Core/TagCollector/CommitInfo.cs
SimpleGitVersion/SGV.Net
5bd42438ca27474f4eafed059fdeda6528d00ee2
[ "MIT" ]
null
null
null
using CSemVer; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SimpleGitVersion { /// <summary> /// Commit info that exposes raw <see cref="PossibleVersions"/> and <see cref="NextPossibleVersions"/> ///...
30.509091
106
0.625745
0aa59106d3bede85d691bcfc45707d6e92a0b036
1,200
cs
C#
src/Golap.AppleAuth/Entities/AppleAccessToken.cs
Golapadeog/apple-auth
9fc8eddf9efcd07d0d160f209ad8bec841baa559
[ "MIT" ]
5
2020-09-11T04:31:09.000Z
2021-02-06T19:08:44.000Z
src/Golap.AppleAuth/Entities/AppleAccessToken.cs
Golapadeog/apple-auth
9fc8eddf9efcd07d0d160f209ad8bec841baa559
[ "MIT" ]
1
2021-02-01T03:16:21.000Z
2021-02-10T18:48:57.000Z
src/Golap.AppleAuth/Entities/AppleAccessToken.cs
Golapadeog/apple-auth
9fc8eddf9efcd07d0d160f209ad8bec841baa559
[ "MIT" ]
2
2020-09-28T23:03:29.000Z
2021-02-07T16:11:44.000Z
using System.Text.Json.Serialization; namespace Golap.AppleAuth.Entities { /// <summary> /// The response token object returned on a successful request. /// </summary> public class AppleAccessToken { /// <summary> /// The access token string as issued by the authorization server. ...
32.432432
92
0.576667
5c8e9a91850d49bd0c45711f6a7cbab21bd5ded2
1,123
cs
C#
System.Maui.Build.Tasks/CompiledConverters/LayoutOptionsConverter.cs
Skyprx/maui
d410146773fa52a8cde10625fb73d026b8304957
[ "MIT" ]
3
2021-03-14T11:13:16.000Z
2021-03-18T10:47:02.000Z
System.Maui.Build.Tasks/CompiledConverters/LayoutOptionsConverter.cs
balu-m/maui
85ee7fe836dc005d44eb0ba6b4660b1c6341d59c
[ "MIT" ]
null
null
null
System.Maui.Build.Tasks/CompiledConverters/LayoutOptionsConverter.cs
balu-m/maui
85ee7fe836dc005d44eb0ba6b4660b1c6341d59c
[ "MIT" ]
1
2021-01-07T08:43:35.000Z
2021-01-07T08:43:35.000Z
using System; using System.Collections.Generic; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using System.Maui.Xaml; using System.Maui.Build.Tasks; namespace System.Maui.Core.XamlC { class LayoutOptionsConverter : ICompiledTypeConverter { public IEnumerable<Instruction> ConvertFromString(string val...
26.738095
118
0.666073
01555af9fc9043106bd34689c0e57ed21c93a2ff
278
cs
C#
SGD103-Homeless/Assets/Scripts/InventorySellModeItemDescription.cs
Evildavo/SGD103-Homeless
2d742e38b58d1dc34769dd83d6f93be35a0d58d6
[ "MIT" ]
null
null
null
SGD103-Homeless/Assets/Scripts/InventorySellModeItemDescription.cs
Evildavo/SGD103-Homeless
2d742e38b58d1dc34769dd83d6f93be35a0d58d6
[ "MIT" ]
null
null
null
SGD103-Homeless/Assets/Scripts/InventorySellModeItemDescription.cs
Evildavo/SGD103-Homeless
2d742e38b58d1dc34769dd83d6f93be35a0d58d6
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEngine.UI; using System.Collections; public class InventorySellModeItemDescription : MonoBehaviour { public Text ItemName; public Text ItemValue; public Transform CentrePosition; [ReadOnly] public GameObject Source; }
17.375
63
0.748201
00bf475e0df2177c4368177d175e0de0a8d9833e
15,476
cs
C#
dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamPolicies/PaperEnabledPolicy.cs
sucrose0413/dropbox-sdk-dotnet
2bc848fdf797a0f33fa0ac1cf15b4a4055956c3b
[ "MIT" ]
356
2015-06-23T15:28:00.000Z
2022-03-28T18:58:15.000Z
dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamPolicies/PaperEnabledPolicy.cs
sucrose0413/dropbox-sdk-dotnet
2bc848fdf797a0f33fa0ac1cf15b4a4055956c3b
[ "MIT" ]
210
2015-10-06T10:44:10.000Z
2022-03-30T22:27:39.000Z
dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamPolicies/PaperEnabledPolicy.cs
brandboxmarketplace/dropbox-sdk-dotnet
ba325d22bea171cdb830002805c231c46b5e1c0f
[ "MIT" ]
551
2015-07-15T19:31:56.000Z
2022-03-28T18:58:20.000Z
// <auto-generated> // Auto-generated by StoneAPI, do not modify. // </auto-generated> namespace Dropbox.Api.TeamPolicies { using sys = System; using col = System.Collections.Generic; using re = System.Text.RegularExpressions; using enc = Dropbox.Api.Stone; /// <summary> /// <para>The paper e...
31.713115
104
0.47047
a846a0287dadca4b6810b2dfd4900906953a4d56
3,741
cs
C#
src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientOptionsTest.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
495
2020-04-16T15:55:36.000Z
2022-03-29T12:36:37.000Z
src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientOptionsTest.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
575
2020-04-14T16:35:53.000Z
2022-03-31T20:19:43.000Z
src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientOptionsTest.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
90
2020-04-14T16:37:25.000Z
2022-03-30T18:10:38.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; using System; using System.Collections.Gene...
44.011765
166
0.642609
85ec1792c7a53c6e770e42ea39b5f86f02238587
217
cs
C#
src/Data/Repositories/User/IUserRepository.cs
yrshaikh/vanillabugs
29b8e73b5af7946406eaac6491cf7d9771724cc9
[ "MIT" ]
null
null
null
src/Data/Repositories/User/IUserRepository.cs
yrshaikh/vanillabugs
29b8e73b5af7946406eaac6491cf7d9771724cc9
[ "MIT" ]
3
2016-01-07T10:31:03.000Z
2016-01-11T04:04:32.000Z
src/Data/Repositories/User/IUserRepository.cs
yrshaikh/vanillabugs
29b8e73b5af7946406eaac6491cf7d9771724cc9
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Data.Core.EntityFramework; namespace Data.Core { public interface IUserRepository { List<AspNetUser> GetUsers(Specification<AspNetUser> specification); } }
21.7
75
0.746544
85f864f3565eaa575cb60dec4b1895b2b7b0c793
4,433
cs
C#
AdventOfCode2019/Day12.cs
alex34567/AdventOfCode2019
5f1b48c955989d85a9f9030e7fcffec3e4108c11
[ "MIT" ]
null
null
null
AdventOfCode2019/Day12.cs
alex34567/AdventOfCode2019
5f1b48c955989d85a9f9030e7fcffec3e4108c11
[ "MIT" ]
null
null
null
AdventOfCode2019/Day12.cs
alex34567/AdventOfCode2019
5f1b48c955989d85a9f9030e7fcffec3e4108c11
[ "MIT" ]
null
null
null
using System.Linq; using System.Text.RegularExpressions; using AdventOfCode2019.Common; namespace AdventOfCode2019 { internal class Day12 : ISolution { private static Regex ParsingRegex { get; } = new Regex(@"\<x=(?<X>-?\d+), y=(?<Y>-?\d+), z=(?<Z>-?\d+)\>"); public int DayN => 12; p...
35.18254
115
0.382134
c85e880fad5cf09db243ac165e792bcbc160cc07
766
cs
C#
Titanium.Web.Proxy/Helpers/NativeMethods.SystemProxy.cs
GordoMalvado/Titanium-Web-Proxy
dd8bf40a9b0017e3f91f83ddb95f27fd2b17aa11
[ "MIT" ]
5
2018-08-21T20:54:38.000Z
2021-02-06T10:17:22.000Z
Titanium.Web.Proxy/Helpers/NativeMethods.SystemProxy.cs
GordoMalvado/Titanium-Web-Proxy
dd8bf40a9b0017e3f91f83ddb95f27fd2b17aa11
[ "MIT" ]
null
null
null
Titanium.Web.Proxy/Helpers/NativeMethods.SystemProxy.cs
GordoMalvado/Titanium-Web-Proxy
dd8bf40a9b0017e3f91f83ddb95f27fd2b17aa11
[ "MIT" ]
2
2018-09-19T02:39:18.000Z
2020-04-16T06:06:56.000Z
using System; using System.Runtime.InteropServices; namespace Titanium.Web.Proxy.Helpers { internal partial class NativeMethods { // Keeps it from getting garbage collected internal static ConsoleEventDelegate Handler; [DllImport("wininet.dll")] internal static extern bool Int...
30.64
102
0.70235
824c763de35fd66836caf85cd284c35ce54dfd30
2,393
cs
C#
src/VSExtension/UnitTests/ReswPlusUnitTests/FormatTagVariants.cs
vgromfeld/ReswPlus
5df1d12f3b72b3764b118120bbc3978590d137a5
[ "MIT" ]
73
2019-08-20T20:31:08.000Z
2022-03-31T12:47:22.000Z
src/VSExtension/UnitTests/ReswPlusUnitTests/FormatTagVariants.cs
vgromfeld/ReswPlus
5df1d12f3b72b3764b118120bbc3978590d137a5
[ "MIT" ]
12
2019-08-23T07:02:22.000Z
2021-11-22T08:50:35.000Z
src/VSExtension/UnitTests/ReswPlusUnitTests/FormatTagVariants.cs
vgromfeld/ReswPlus
5df1d12f3b72b3764b118120bbc3978590d137a5
[ "MIT" ]
9
2019-08-27T23:11:34.000Z
2022-03-27T04:22:35.000Z
using ReswPlus.Core.ResourceParser; using System; using System.Collections.Generic; using System.Text; using Xunit; namespace ReswPlusUnitTests { public class FormatTagVariants { [Fact] public void TestParseParameters_OneValidNamelessVariantParameter() { var basicLocalizedIt...
40.559322
137
0.636022
82cdbb748bfd41c4b6c6668a58d69791afdbb477
2,149
cs
C#
WindowsWrapper/Interop/Invokers/CursorInvoker.cs
GeorgeEBeresford/WindowsWrapper
3673d2ca78c8d1cb0bc416909e9a304f39886c9f
[ "MIT" ]
null
null
null
WindowsWrapper/Interop/Invokers/CursorInvoker.cs
GeorgeEBeresford/WindowsWrapper
3673d2ca78c8d1cb0bc416909e9a304f39886c9f
[ "MIT" ]
null
null
null
WindowsWrapper/Interop/Invokers/CursorInvoker.cs
GeorgeEBeresford/WindowsWrapper
3673d2ca78c8d1cb0bc416909e9a304f39886c9f
[ "MIT" ]
null
null
null
using System.Runtime.InteropServices; using WindowsWrapper.Interop.Structures; namespace WindowsWrapper.Interop.Invokers { /// <summary> /// Contains functions relating to the cursor that can be P/Invoked /// </summary> internal static class CursorInvoker { /// <summary> /// Retrie...
45.723404
137
0.645416
b36d406f50f40301241d7a5e5a4dcd4637d31698
3,727
cs
C#
Gu.Roslyn.Asserts/MetadataReferences.cs
forki/Gu.Roslyn.Asserts
f0ba2e351236247da0c64d7b566b862afe4c3622
[ "MIT" ]
null
null
null
Gu.Roslyn.Asserts/MetadataReferences.cs
forki/Gu.Roslyn.Asserts
f0ba2e351236247da0c64d7b566b862afe4c3622
[ "MIT" ]
null
null
null
Gu.Roslyn.Asserts/MetadataReferences.cs
forki/Gu.Roslyn.Asserts
f0ba2e351236247da0c64d7b566b862afe4c3622
[ "MIT" ]
null
null
null
namespace Gu.Roslyn.Asserts { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; /// <summary> /// Helper for getting metadata references from <see cref="MetadataReferenceAttribute"/> and <see cref="MetadataReferencesAtt...
41.411111
163
0.597263
3c47dcca4cfadfc49d5dd6149355250f09fe5110
450
cs
C#
TIK/Core/TIK.Core/Domain/IRepository.cs
sripirom/TIK
9be8806be3ecab3c0977dacac7027a693fbce60f
[ "MIT" ]
1
2017-12-12T02:56:44.000Z
2017-12-12T02:56:44.000Z
TIK/Core/TIK.Core/Domain/IRepository.cs
sripirom/TIK
9be8806be3ecab3c0977dacac7027a693fbce60f
[ "MIT" ]
1
2017-12-11T03:17:07.000Z
2017-12-11T03:17:07.000Z
TIK/Core/TIK.Core/Domain/IRepository.cs
sripirom/TIK
9be8806be3ecab3c0977dacac7027a693fbce60f
[ "MIT" ]
3
2017-10-12T07:13:19.000Z
2018-03-28T21:31:54.000Z
using System; using System.Linq; using System.Collections.Generic; using System.Linq.Expressions; namespace TIK.Core.Domain { public interface IRepository<T, TId> { TId Add(T entry); TId Save(T entry); T Get(TId id); bool Delete(TId id); IEnumerable<T> List(int skip...
19.565217
98
0.635556
4ca3c1faa4c973293cb11c7c255a21cdf733a721
4,734
cs
C#
OpenLawOffice.Common/Encryption.cs
St-Solutions/OpenLawOffice
7e0f52004be5b75ccb85124ac8600c6eca38c7d2
[ "Apache-2.0" ]
12
2015-07-25T03:07:14.000Z
2021-01-26T14:27:59.000Z
OpenLawOffice.Common/Encryption.cs
St-Solutions/OpenLawOffice
7e0f52004be5b75ccb85124ac8600c6eca38c7d2
[ "Apache-2.0" ]
22
2015-01-25T19:26:58.000Z
2015-06-28T15:38:56.000Z
OpenLawOffice.Common/Encryption.cs
St-Solutions/OpenLawOffice
7e0f52004be5b75ccb85124ac8600c6eca38c7d2
[ "Apache-2.0" ]
16
2017-01-12T10:21:45.000Z
2019-04-19T08:16:21.000Z
using System; using System.IO; using System.Security.Cryptography; namespace OpenLawOffice.Common { // Credit : https://msdn.microsoft.com/en-us/library/system.security.cryptography.aesmanaged(v=vs.110).aspx public class Encryption { private const int KEY_SIZE = 256; private cons...
34.304348
114
0.494297
4b9f91e96d36815468aafcd05683f71a90e44ecb
3,496
cs
C#
src/DHTNet/Tasks/InitializeTask.cs
Genbox/monotorrent
83152264c0be57d3460e9a294963a5308ae8fde7
[ "MIT" ]
1
2019-08-04T19:02:04.000Z
2019-08-04T19:02:04.000Z
src/DHTNet/Tasks/InitializeTask.cs
Genbox/monotorrent
83152264c0be57d3460e9a294963a5308ae8fde7
[ "MIT" ]
null
null
null
src/DHTNet/Tasks/InitializeTask.cs
Genbox/monotorrent
83152264c0be57d3460e9a294963a5308ae8fde7
[ "MIT" ]
3
2019-02-20T09:51:22.000Z
2019-04-17T06:59:19.000Z
using System.Collections.Generic; using System.Net; using DHTNet.Enums; using DHTNet.EventArgs; using DHTNet.Messages.Queries; using DHTNet.Messages.Responses; using DHTNet.Nodes; namespace DHTNet.Tasks { internal class InitializeTask : Task { private readonly SortedList<NodeId, NodeId> _nodes = new So...
32.37037
154
0.553204
08007db665c78c5389caba85bba860aafcaf5336
164
cs
C#
Assets/Scripts/GUI/MainUIPanel.cs
ZsemberiDaniel/TicTacToe
719ad8b296cdaa7e3dd89b98f90b9c0f32660ebe
[ "Apache-2.0" ]
3
2017-07-18T08:13:10.000Z
2020-09-19T15:44:30.000Z
Assets/Scripts/GUI/MainUIPanel.cs
ZsemberiDaniel/TicTacToe
719ad8b296cdaa7e3dd89b98f90b9c0f32660ebe
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/GUI/MainUIPanel.cs
ZsemberiDaniel/TicTacToe
719ad8b296cdaa7e3dd89b98f90b9c0f32660ebe
[ "Apache-2.0" ]
2
2018-03-26T11:32:44.000Z
2020-03-10T09:36:40.000Z
using UnityEngine; using UnityEngine.UI; [RequireComponent(typeof(RectTransform))] [RequireComponent(typeof(Image))] public class MainUIPanel : MonoBehaviour { }
18.222222
42
0.79878
bc41e2c1f73c7182173e4c7e1c803f63ce8c53d0
6,561
cs
C#
Source/Locker/Building_PowerArmorStation.cs
emipa606/FavLocker
b78ced31885ba8616b05141d0d8fafc176da4595
[ "MIT" ]
null
null
null
Source/Locker/Building_PowerArmorStation.cs
emipa606/FavLocker
b78ced31885ba8616b05141d0d8fafc176da4595
[ "MIT" ]
null
null
null
Source/Locker/Building_PowerArmorStation.cs
emipa606/FavLocker
b78ced31885ba8616b05141d0d8fafc176da4595
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using RimWorld; using UnityEngine; using Verse; using Verse.AI; namespace Locker; public class Building_PowerArmorStation : Building_RegistableContainer { private static readonly ReadOnlyCollection<JobDef> ALL_DEFS; pr...
30.658879
104
0.62018
d742d0e32effcf8a3c8e3da3751038a57c5cd16e
3,465
cs
C#
MinecraftServerManager/web-api/Controllers/GameServerController.cs
habek/minecraft_server_at_docker
cadca4c8706679532107db8975033f647256eabe
[ "MIT" ]
null
null
null
MinecraftServerManager/web-api/Controllers/GameServerController.cs
habek/minecraft_server_at_docker
cadca4c8706679532107db8975033f647256eabe
[ "MIT" ]
null
null
null
MinecraftServerManager/web-api/Controllers/GameServerController.cs
habek/minecraft_server_at_docker
cadca4c8706679532107db8975033f647256eabe
[ "MIT" ]
null
null
null
using GameLibs.Minecraft.Users; using Microsoft.AspNetCore.Mvc; using MinecraftServerManager; using MinecraftServerManager.Minecraft; using System.Web; // For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 namespace web_api.Controllers { [Rout...
24.75
123
0.660606
ce125333f90a564696d3c871c1eafd4749432c83
648
cs
C#
Source/RimWorldOnlineCity/UnionDll/Transfer/ModelMails/ModelMailMessadge.cs
HexPang/OnlineCity
4d847d2ede592b7ee3a7c88ba6a58dc79e153ff7
[ "Apache-2.0" ]
49
2018-08-13T03:12:21.000Z
2022-03-27T19:54:20.000Z
Source/RimWorldOnlineCity/UnionDll/Transfer/ModelMails/ModelMailMessadge.cs
HexPang/OnlineCity
4d847d2ede592b7ee3a7c88ba6a58dc79e153ff7
[ "Apache-2.0" ]
16
2019-11-21T08:29:35.000Z
2022-03-21T19:08:10.000Z
Source/RimWorldOnlineCity/UnionDll/Transfer/ModelMails/ModelMailMessadge.cs
HexPang/OnlineCity
4d847d2ede592b7ee3a7c88ba6a58dc79e153ff7
[ "Apache-2.0" ]
46
2018-08-19T08:54:56.000Z
2022-03-24T04:07:03.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Transfer.ModelMails { [Serializable] public class ModelMailMessadge : ModelMail { public string label; public string text; public MessadgeTypes type = Mess...
20.25
58
0.567901
9d0130e21470cf3d67110e73a3132f235826d7d3
1,773
cs
C#
Advanced/SetsAndDictionariesAdvanced2/Wardrobe/Program.cs
Siafarikas/SoftUni
12f467eccb12eed5b0c282b6d03f016c27e814d6
[ "MIT" ]
1
2021-11-11T09:04:59.000Z
2021-11-11T09:04:59.000Z
Advanced/SetsAndDictionariesAdvanced2/Wardrobe/Program.cs
Siafarikas/SoftUni
12f467eccb12eed5b0c282b6d03f016c27e814d6
[ "MIT" ]
null
null
null
Advanced/SetsAndDictionariesAdvanced2/Wardrobe/Program.cs
Siafarikas/SoftUni
12f467eccb12eed5b0c282b6d03f016c27e814d6
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; namespace Wardrobe { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); Dictionary<string, Dictionary<string, int>> wardrobe = new Dictionary<string, Dictionary<str...
29.065574
117
0.375635
9d16c331f5493fb54bda2eccc01a73ff60d7c0bf
2,143
cs
C#
3 course/aspnet_labs/lab4/Server/Data/ApplicationDbContext.cs
SgAkErRu/labs
9cf71e131513beb3c54ad3599f2a1e085bff6947
[ "BSD-3-Clause" ]
null
null
null
3 course/aspnet_labs/lab4/Server/Data/ApplicationDbContext.cs
SgAkErRu/labs
9cf71e131513beb3c54ad3599f2a1e085bff6947
[ "BSD-3-Clause" ]
null
null
null
3 course/aspnet_labs/lab4/Server/Data/ApplicationDbContext.cs
SgAkErRu/labs
9cf71e131513beb3c54ad3599f2a1e085bff6947
[ "BSD-3-Clause" ]
null
null
null
using IdentityServer4.EntityFramework.Options; using Lab4.Server.Models; using Microsoft.AspNetCore.ApiAuthorization.IdentityServer; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Options; using Microsoft.AspNetCore.Identity; using Lab4.Shared.Domain; using System; namespace Lab4.Server.Data { pu...
39.685185
111
0.652357
f3c630f7c4e64087b3aa01db6126b37fffa7bb5a
485
cs
C#
sourceCode/compositewpf/V5/StockTrader RI/Desktop/StockTraderRI.Infrastructure/Interfaces/IAccountPositionModel.cs
andrewdbond/CompositeWPF
9da96a5a8b05bda650ec015a587bbf88cf44bf10
[ "Apache-2.0" ]
1
2021-06-15T18:29:30.000Z
2021-06-15T18:29:30.000Z
StockTrader RI/Desktop/StockTraderRI.Infrastructure/Interfaces/IAccountPositionModel.cs
yong7743/Prism-Samples-Wpf
3056fc5b2d1ec8bdd3e625b7bc4b668e4bfeee21
[ "MIT" ]
null
null
null
StockTrader RI/Desktop/StockTraderRI.Infrastructure/Interfaces/IAccountPositionModel.cs
yong7743/Prism-Samples-Wpf
3056fc5b2d1ec8bdd3e625b7bc4b668e4bfeee21
[ "MIT" ]
1
2021-05-25T11:03:06.000Z
2021-05-25T11:03:06.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using StockTraderRI.Infrastructure.Models; namespace StockTraderRI.Infrastructure.Interfaces { public inte...
28.529412
121
0.785567
6d10230aaa78f98646b706de3f1ed3dcf29966a5
5,971
cs
C#
src/Dsp.Repositories/Repositories/ReadOnlyRepository.cs
deltasig/sphinx
21ad49d824420bf2ebb97ba353eb1c3e59a6d7e4
[ "MIT" ]
null
null
null
src/Dsp.Repositories/Repositories/ReadOnlyRepository.cs
deltasig/sphinx
21ad49d824420bf2ebb97ba353eb1c3e59a6d7e4
[ "MIT" ]
8
2019-06-29T21:59:41.000Z
2022-03-04T01:05:15.000Z
src/Dsp.Repositories/Repositories/ReadOnlyRepository.cs
deltasig/sphinx
21ad49d824420bf2ebb97ba353eb1c3e59a6d7e4
[ "MIT" ]
null
null
null
using Dsp.Data; using Dsp.Repositories.Interfaces; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; namespace Dsp.Repositories { public class ReadOnlyRepository<TContext> : IReadOnlyRepository where TContext :...
34.316092
104
0.580305
6d4bc0132c02e1dfa97695863aa55b83648d9bca
1,845
cs
C#
CallOfTheWild/NewMechanics/IncorporealMechanics.cs
zVcXr/KingmakerRebalance
69c90e1cf109276a41a4c078a5482104aeb92f95
[ "MIT" ]
49
2019-03-22T11:38:44.000Z
2022-01-19T02:49:00.000Z
CallOfTheWild/NewMechanics/IncorporealMechanics.cs
zVcXr/KingmakerRebalance
69c90e1cf109276a41a4c078a5482104aeb92f95
[ "MIT" ]
71
2019-09-24T22:34:25.000Z
2022-01-25T19:04:31.000Z
CallOfTheWild/NewMechanics/IncorporealMechanics.cs
zVcXr/KingmakerRebalance
69c90e1cf109276a41a4c078a5482104aeb92f95
[ "MIT" ]
53
2019-06-17T00:57:46.000Z
2022-03-14T09:11:50.000Z
using Kingmaker.Blueprints; using Kingmaker.Enums.Damage; using Kingmaker.RuleSystem.Rules.Damage; using Kingmaker.UnitLogic; using Kingmaker.UnitLogic.FactLogic; using Kingmaker.Utility; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Call...
27.537313
100
0.607588
95e8cc150a442b4f127fc3e56e0341d3d41ccdeb
506
cs
C#
Assets/Game/Scripts/Player/BarMovement.cs
Sycmasters/PongPractice
9781be118be592aaafb20e01daf8111062122f71
[ "MIT" ]
null
null
null
Assets/Game/Scripts/Player/BarMovement.cs
Sycmasters/PongPractice
9781be118be592aaafb20e01daf8111062122f71
[ "MIT" ]
null
null
null
Assets/Game/Scripts/Player/BarMovement.cs
Sycmasters/PongPractice
9781be118be592aaafb20e01daf8111062122f71
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class BarMovement : MonoBehaviour { public MotionAxis movement; private Vector3 move; private Rigidbody2D rbody; // Use this for initialization void Start () { if(rbody == null) { rbody = GetComponent<Rigidbody...
17.448276
60
0.652174
2508e99decb605eb464a329679161166fdf79c6b
3,199
cs
C#
Scripts/BlockClasses/Block18.cs
Duude92/KOTRunity
4c434573cee252cbb68b6318ca8fdb3d55783403
[ "MIT" ]
2
2021-03-05T00:21:31.000Z
2021-07-28T18:31:23.000Z
Scripts/BlockClasses/Block18.cs
Duude92/KOTRunity
4c434573cee252cbb68b6318ca8fdb3d55783403
[ "MIT" ]
4
2020-07-20T11:26:07.000Z
2020-07-29T16:46:05.000Z
Scripts/BlockClasses/Block18.cs
Duude92/KOTRunity
4c434573cee252cbb68b6318ca8fdb3d55783403
[ "MIT" ]
5
2020-03-04T01:29:17.000Z
2021-07-28T18:31:29.000Z
using System.Collections.Generic; using UnityEngine; public class Block18 : BlockType, IBlocktype, IDisableable { UnityEngine.GameObject _thisObject; public UnityEngine.GameObject thisObject { get => _thisObject; set => _thisObject = value; } public Transform GetTransform => transform; public GameObje...
30.179245
97
0.570178
3f0b7141fd38302bd4e570bcfec59fcd43fa5409
167
cs
C#
src/Services/Identity/Identity.Application/Interfaces/Repositories/ICityRepository.cs
ilkerogutcu/microservices-ecommerce
c1f17a5285c6db9211628b74ce3d1ff4586f9858
[ "MIT" ]
1
2022-02-19T13:03:30.000Z
2022-02-19T13:03:30.000Z
src/Services/Identity/Identity.Application/Interfaces/Repositories/ICityRepository.cs
ilkerogutcu/microservices-ecommerce
c1f17a5285c6db9211628b74ce3d1ff4586f9858
[ "MIT" ]
1
2021-12-25T15:32:32.000Z
2021-12-25T15:32:32.000Z
src/Services/Identity/Identity.Application/Interfaces/Repositories/ICityRepository.cs
ilkerogutcu/microservices-ecommerce
c1f17a5285c6db9211628b74ce3d1ff4586f9858
[ "MIT" ]
null
null
null
using Identity.Domain.Entities; namespace Identity.Application.Interfaces.Repositories { public interface ICityRepository : IEntityRepository<City> { } }
20.875
62
0.766467
93f23130091b8d827206a7c8fa98a374253fb178
1,108
cs
C#
HSPToolsVS/Project/HSPProjectFactory.cs
mika-f/HSPToolsVS
e1c0126dd10239ecdb39ee0ff225131748ca54a1
[ "MIT" ]
2
2018-10-07T08:48:16.000Z
2019-10-26T13:33:43.000Z
HSPToolsVS/Project/HSPProjectFactory.cs
fuyuno/HSPToolsVS
e1c0126dd10239ecdb39ee0ff225131748ca54a1
[ "MIT" ]
null
null
null
HSPToolsVS/Project/HSPProjectFactory.cs
fuyuno/HSPToolsVS
e1c0126dd10239ecdb39ee0ff225131748ca54a1
[ "MIT" ]
null
null
null
using System; using System.Runtime.InteropServices; using Microsoft.VisualStudioTools.Project; using IOleServiceProvider = Microsoft.VisualStudio.OLE.Interop.IServiceProvider; namespace HSPToolsVS.Project { [Guid(HSPToolsConstants.ProjectFactoryGuid)] // ReSharper disable once InconsistentNaming interna...
32.588235
115
0.704874
72aa8644eaf78220809911d0216e34e46ca1facb
16,889
cs
C#
test/FunctionalTests/Framework/Workspaces/WorkspaceLibrary/CodeGeneratingDataInserter.cs
Sreejithpin/odata.net
b54d376a382440df9074e78ca2e76b080965a2eb
[ "CC-BY-3.0" ]
629
2015-01-02T08:40:43.000Z
2022-03-28T15:28:06.000Z
test/FunctionalTests/Framework/Workspaces/WorkspaceLibrary/CodeGeneratingDataInserter.cs
Sreejithpin/odata.net
b54d376a382440df9074e78ca2e76b080965a2eb
[ "CC-BY-3.0" ]
2,078
2015-01-06T05:44:13.000Z
2022-03-31T08:37:22.000Z
test/FunctionalTests/Framework/Workspaces/WorkspaceLibrary/CodeGeneratingDataInserter.cs
Sreejithpin/odata.net
b54d376a382440df9074e78ca2e76b080965a2eb
[ "CC-BY-3.0" ]
412
2015-01-06T06:57:15.000Z
2022-03-11T13:40:39.000Z
//--------------------------------------------------------------------- // <copyright file="CodeGeneratingDataInserter.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //--------------------------...
44.444737
188
0.532358
f4229506d645a79ac250fc4c723c30dc5ee290ef
551
cs
C#
Camunda.Api.Client/Migration/MigrationInstructionValidationReport.cs
mannok/Camunda.Api.Client
d24b99dc0e257d808b19e536761a5544a5b03d68
[ "MIT" ]
null
null
null
Camunda.Api.Client/Migration/MigrationInstructionValidationReport.cs
mannok/Camunda.Api.Client
d24b99dc0e257d808b19e536761a5544a5b03d68
[ "MIT" ]
null
null
null
Camunda.Api.Client/Migration/MigrationInstructionValidationReport.cs
mannok/Camunda.Api.Client
d24b99dc0e257d808b19e536761a5544a5b03d68
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Newtonsoft.Json; namespace Camunda.Api.Client.Migration { public class MigrationInstructionValidationReport { /// <summary> /// A migration instruction object. /// </summary> [JsonProperty("instruction")] public MigrationInstructi...
26.238095
61
0.62069
0d63237e871fc554e1a56c842320edc4f18ec2a1
649
cs
C#
src/Persistence/MassTransit.DynamoDbIntegration/DynamoDbSagaRepositoryOptions.cs
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
1
2022-03-29T23:09:02.000Z
2022-03-29T23:09:02.000Z
src/Persistence/MassTransit.DynamoDbIntegration/DynamoDbSagaRepositoryOptions.cs
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/Persistence/MassTransit.DynamoDbIntegration/DynamoDbSagaRepositoryOptions.cs
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
namespace MassTransit { using System; using Amazon.DynamoDBv2.DataModel; public class DynamoDbSagaRepositoryOptions<TSaga> where TSaga : class, ISaga { public DynamoDbSagaRepositoryOptions(string tableName, TimeSpan? expiration) { Expiration = expiration; ...
24.961538
84
0.640986
0d75205fb8e0d39c351c388059967e22c603ca21
2,466
cs
C#
test/WebDriverAPI/Title.cs
licanhua/YWinAppDriver
d8a4830484a7ea8cb32f9b78c3bcc8a77c1b1a93
[ "MIT" ]
16
2020-11-11T04:55:52.000Z
2022-02-23T07:32:59.000Z
test/WebDriverAPI/Title.cs
licanhua/YWinAppDriver
d8a4830484a7ea8cb32f9b78c3bcc8a77c1b1a93
[ "MIT" ]
10
2020-11-13T08:07:21.000Z
2022-03-17T05:41:59.000Z
test/WebDriverAPI/Title.cs
licanhua/YWinAppDriver
d8a4830484a7ea8cb32f9b78c3bcc8a77c1b1a93
[ "MIT" ]
2
2022-01-22T04:31:59.000Z
2022-02-15T22:02:27.000Z
//****************************************************************************** // // Copyright (c) 2016 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT L...
32.025974
83
0.57502
6e9bdf29a8f905785c20b0738a2456297b9e14fe
1,261
cs
C#
src/Transposer.Blazor/Client/Program.cs
penCsharpener/transposer
52213aa3fa47f58dc9677a17b4fa71320c574dee
[ "MIT" ]
null
null
null
src/Transposer.Blazor/Client/Program.cs
penCsharpener/transposer
52213aa3fa47f58dc9677a17b4fa71320c574dee
[ "MIT" ]
null
null
null
src/Transposer.Blazor/Client/Program.cs
penCsharpener/transposer
52213aa3fa47f58dc9677a17b4fa71320c574dee
[ "MIT" ]
null
null
null
using MediatR; using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components.WebAssembly.Hosting; using MudBlazor; using MudBlazor.Services; using Transposer.Blazor.Client; using Transposer.Blazor.Shared.Extensions; using Transposer.Blazor.Shared.Handlers.ChangeKey; var builder = WebAssemblyHostBuil...
39.40625
112
0.816812
f7044559e5ec7b62f50f8908a994972fbaa5ddab
1,800
cs
C#
LightBuzz.Settings/LightBuzz.Settings/ApplicationDataExtensions.cs
LightBuzz/Settings-WinRT
242fe622b58785390a8d3879817d4825f4ca077d
[ "Apache-2.0" ]
1
2021-01-24T06:45:27.000Z
2021-01-24T06:45:27.000Z
LightBuzz.Settings/LightBuzz.Settings/ApplicationDataExtensions.cs
LightBuzz/Settings-WinRT
242fe622b58785390a8d3879817d4825f4ca077d
[ "Apache-2.0" ]
null
null
null
LightBuzz.Settings/LightBuzz.Settings/ApplicationDataExtensions.cs
LightBuzz/Settings-WinRT
242fe622b58785390a8d3879817d4825f4ca077d
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Storage; namespace LightBuzz.Settings { /// <summary> /// Provides some extension methods for setting, getting and deleting application data. /// </summary> public static c...
32.142857
95
0.591667
73947aa144e68e7c6bc060da3996038a6c7661d9
2,820
cs
C#
MMICore/Adapter/SessionContent.cs
dfki-asr/MMICSharp-Core
43543dc1b4c0713c3ad46ed632974c94f7b26b63
[ "MIT" ]
19
2020-11-30T09:29:11.000Z
2021-12-10T06:10:11.000Z
MMICore/Adapter/SessionContent.cs
dfki-asr/MMICSharp-Core
43543dc1b4c0713c3ad46ed632974c94f7b26b63
[ "MIT" ]
null
null
null
MMICore/Adapter/SessionContent.cs
dfki-asr/MMICSharp-Core
43543dc1b4c0713c3ad46ed632974c94f7b26b63
[ "MIT" ]
6
2021-01-20T01:46:37.000Z
2021-09-28T10:22:14.000Z
// SPDX-License-Identifier: MIT // The content of this file has been developed in the context of the MOSIM research project. // Original author(s): Felix Gaisbauer using CSharpAdapter; using MMICSharp.Common; using System; using System.Collections.Concurrent; namespace MMICSharp.Adapter { /// <summary> /// ...
29.375
139
0.584752
407b89006708d9c024d76d2cfacca55cac0c63f4
6,765
cs
C#
src/RememBeer.Models/Identity/Contracts/IApplicationUserManager.cs
J0hnyBG/RememBeerMe
1b82c0a567e44da5d9d64f7e7fdf627e00571e58
[ "MIT" ]
2
2017-04-11T08:34:43.000Z
2018-11-07T15:48:09.000Z
src/RememBeer.Models/Identity/Contracts/IApplicationUserManager.cs
J0hnyBG/RememBeerMe
1b82c0a567e44da5d9d64f7e7fdf627e00571e58
[ "MIT" ]
null
null
null
src/RememBeer.Models/Identity/Contracts/IApplicationUserManager.cs
J0hnyBG/RememBeerMe
1b82c0a567e44da5d9d64f7e7fdf627e00571e58
[ "MIT" ]
2
2017-10-16T01:25:54.000Z
2018-11-07T15:48:23.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNet.Identity; namespace RememBeer.Models.Identity.Contracts { public interface IApplicationUserManager : IDisposable { ClaimsIdentity CreateIdentity(Applica...
34.166667
119
0.733925
4082da81ce3d81fbed5813c854e43147d9681625
2,125
cs
C#
FineUI_v6/FineUI.Examples/iframe/topmenu4/default.aspx.designer.cs
JesterWang/FineUI
0cc5f6d9072c5a1831190bbfdc43cd7dcf379ba4
[ "Apache-2.0" ]
null
null
null
FineUI_v6/FineUI.Examples/iframe/topmenu4/default.aspx.designer.cs
JesterWang/FineUI
0cc5f6d9072c5a1831190bbfdc43cd7dcf379ba4
[ "Apache-2.0" ]
null
null
null
FineUI_v6/FineUI.Examples/iframe/topmenu4/default.aspx.designer.cs
JesterWang/FineUI
0cc5f6d9072c5a1831190bbfdc43cd7dcf379ba4
[ "Apache-2.0" ]
null
null
null
//------------------------------------------------------------------------------ // <自动生成> // 此代码由工具生成。 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </自动生成> //------------------------------------------------------------------------------ namespace FineUI.Examples.iframe.topmenu4 { ...
26.898734
82
0.418824
f90b4533e713d271d59b1a3281048c0c1b092164
618
cs
C#
Yandex.Checkout.V3.Demo/Pages/BaseModels/NewPaymentModel.cs
m0j0/Yandex.Checkout.V3
0ebc4db25b493c9f213d5b20d1394392289692f6
[ "MIT" ]
27
2018-09-09T05:15:17.000Z
2022-03-03T14:17:09.000Z
Yandex.Checkout.V3.Demo/Pages/BaseModels/NewPaymentModel.cs
m0j0/Yandex.Checkout.V3
0ebc4db25b493c9f213d5b20d1394392289692f6
[ "MIT" ]
32
2018-10-10T16:54:31.000Z
2022-03-23T12:04:07.000Z
Yandex.Checkout.V3.Demo/Pages/BaseModels/NewPaymentModel.cs
m0j0/Yandex.Checkout.V3
0ebc4db25b493c9f213d5b20d1394392289692f6
[ "MIT" ]
24
2018-10-09T09:55:17.000Z
2022-03-22T22:13:35.000Z
using System.ComponentModel.DataAnnotations; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; namespace Yandex.Checkout.V3.Demo.Pages.BaseModels { public class NewPaymentModel : PageModel { [BindProperty, Required] public string ShopId { get; set; } = "501156"; ...
29.428571
99
0.686084
ec33196d8ac132dce25c360041f2ff71e65b86e1
2,447
cs
C#
src/impl/PersistentStub.cs
kjk/volante-new
c56d3fec14419ddecb9412da9b06f0b46c6fe644
[ "MIT-0" ]
61
2015-01-13T23:12:12.000Z
2020-04-29T10:22:22.000Z
src/impl/PersistentStub.cs
kjk/volante-new
c56d3fec14419ddecb9412da9b06f0b46c6fe644
[ "MIT-0" ]
7
2015-04-07T23:04:25.000Z
2018-09-11T02:14:36.000Z
src/impl/PersistentStub.cs
kjk/volante-new
c56d3fec14419ddecb9412da9b06f0b46c6fe644
[ "MIT-0" ]
31
2015-03-20T16:58:14.000Z
2022-03-25T00:14:52.000Z
namespace Volante.Impl { using Volante; public class PersistentStub : IPersistent { public virtual int Oid { get { return oid; } } public virtual IDatabase Database { get { ...
22.045045
85
0.487944
6c108f38963c9b34ae2883f1215c25caa7f7ffbb
145
cs
C#
Axis.Pollux.Common/Models/IValidatable.cs
d-dantte/Pollox
6ce54cc76db194a674031e3125d273bb1dc49a2e
[ "MIT" ]
null
null
null
Axis.Pollux.Common/Models/IValidatable.cs
d-dantte/Pollox
6ce54cc76db194a674031e3125d273bb1dc49a2e
[ "MIT" ]
4
2018-12-25T10:35:56.000Z
2019-01-03T20:31:13.000Z
Axis.Pollux.Common/Models/IValidatable.cs
d-dantte/Axis.Pollux
6ce54cc76db194a674031e3125d273bb1dc49a2e
[ "MIT" ]
null
null
null
using Axis.Luna.Operation; namespace Axis.Pollux.Common.Models { public interface IValidatable { Operation Validate(); } }
14.5
35
0.668966
09fcff29b69201a5b73cc1e9a93f3c7125147020
650
cs
C#
FinalEngine.Input/Mouse/MouseScrollEventArgs.cs
softwareantics/FinalEngine
16d8e9ef44c9b257c4c8913b784e36de2c8a1b34
[ "Apache-2.0" ]
1
2021-03-07T02:48:52.000Z
2021-03-07T02:48:52.000Z
FinalEngine.Input/Mouse/MouseScrollEventArgs.cs
softwareantics/FinalEngine
16d8e9ef44c9b257c4c8913b784e36de2c8a1b34
[ "Apache-2.0" ]
24
2021-03-07T02:58:30.000Z
2022-02-12T14:34:04.000Z
FinalEngine.Input/Mouse/MouseScrollEventArgs.cs
softwareantics/FinalEngine
16d8e9ef44c9b257c4c8913b784e36de2c8a1b34
[ "Apache-2.0" ]
3
2021-04-13T02:55:13.000Z
2021-12-24T06:21:51.000Z
// <copyright file="MouseScrollEventArgs.cs" company="Software Antics"> // Copyright (c) Software Antics. All rights reserved. // </copyright> namespace FinalEngine.Input.Mouse { using System; /// <summary> /// Provides event data for the <see cref="IMouseDevice.Scroll"/> event. /// </summary> ...
28.26087
78
0.583077
57279346201cc5e7e915f9986eb2462f1cf6f310
111
cs
C#
Api/Enums/RoleNames.cs
FelipeAMendes/dattingapp
3ead39a15bf447a94ef666b8dfc637856596d3ea
[ "MIT" ]
null
null
null
Api/Enums/RoleNames.cs
FelipeAMendes/dattingapp
3ead39a15bf447a94ef666b8dfc637856596d3ea
[ "MIT" ]
null
null
null
Api/Enums/RoleNames.cs
FelipeAMendes/dattingapp
3ead39a15bf447a94ef666b8dfc637856596d3ea
[ "MIT" ]
null
null
null
namespace Api.Enums { public enum RoleNames { Admin, Moderator, Member } }
11.1
25
0.504505
01d35e1f985e9eaa9aeea0ceab8e7034889a9363
253
cs
C#
PRJ/HopeLine.Web/ViewModels/TopicViewModel.cs
ejricahuerta/hopeline
a8305e2a462b06caa07be657a480dd43a05777ba
[ "BSD-2-Clause" ]
13
2018-09-05T15:45:21.000Z
2021-11-09T05:42:28.000Z
PRJ/HopeLine.Web/ViewModels/TopicViewModel.cs
ejricahuerta/hopeline
a8305e2a462b06caa07be657a480dd43a05777ba
[ "BSD-2-Clause" ]
24
2018-09-10T05:10:32.000Z
2019-01-17T12:19:26.000Z
PRJ/HopeLine.Web/ViewModels/TopicViewModel.cs
ejricahuerta/hopeline
a8305e2a462b06caa07be657a480dd43a05777ba
[ "BSD-2-Clause" ]
3
2018-09-09T19:10:03.000Z
2019-01-24T21:42:27.000Z
using System.ComponentModel.DataAnnotations; namespace HopeLine.Web.ViewModels { public class TopicViewModel : BaseViewModel { [Required] public string Name { get; set; } public string Description { get; set; } } }
21.083333
47
0.660079
bfad90f6523b29e6cb8993acc533b1ef793cc864
3,248
cs
C#
OpenIZ.Mobile.Core/Security/ClaimsIdentity.cs
santedb/openizdc
2d382336a75ea5e248d8a5eea4c356fb8840415a
[ "Apache-2.0" ]
null
null
null
OpenIZ.Mobile.Core/Security/ClaimsIdentity.cs
santedb/openizdc
2d382336a75ea5e248d8a5eea4c356fb8840415a
[ "Apache-2.0" ]
null
null
null
OpenIZ.Mobile.Core/Security/ClaimsIdentity.cs
santedb/openizdc
2d382336a75ea5e248d8a5eea4c356fb8840415a
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2015-2019 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 ...
30.641509
109
0.659483
870a8e3fecd1e174e2d94473de3035d14ed217cd
201
cs
C#
cqrs/src/Tba.CqrsEs/Domain/Enums/DutyStatus.cs
toddbadams/code-challanges
b7e1521d62cc419e6a22e80efebde09c10f9def0
[ "MIT" ]
null
null
null
cqrs/src/Tba.CqrsEs/Domain/Enums/DutyStatus.cs
toddbadams/code-challanges
b7e1521d62cc419e6a22e80efebde09c10f9def0
[ "MIT" ]
null
null
null
cqrs/src/Tba.CqrsEs/Domain/Enums/DutyStatus.cs
toddbadams/code-challanges
b7e1521d62cc419e6a22e80efebde09c10f9def0
[ "MIT" ]
null
null
null
using System.Runtime.Serialization; namespace Tba.CqrsEs.Domain.Enums { public enum DutyStatus { [EnumMember(Value = "DP")] DutyPaid, [EnumMember(Value = "IB")] InBond } }
20.1
44
0.636816
13a81ff3ae5a87956c99488c8ba680bf25a054be
996
cs
C#
WDE.SmartScriptEditor/SmartScriptSolutionItem.cs
jackpoz/WoWDatabaseEditor
2e4298e31c2cbc5e6eee804378de01c00d3db33b
[ "Unlicense" ]
1
2018-10-27T01:30:27.000Z
2018-10-27T01:30:27.000Z
WDE.SmartScriptEditor/SmartScriptSolutionItem.cs
Refuge89/WoWDatabaseEditor
5beae420c03b6f71e93297c53110e3d5188f2232
[ "Unlicense" ]
null
null
null
WDE.SmartScriptEditor/SmartScriptSolutionItem.cs
Refuge89/WoWDatabaseEditor
5beae420c03b6f71e93297c53110e3d5188f2232
[ "Unlicense" ]
1
2019-05-16T14:29:47.000Z
2019-05-16T14:29:47.000Z
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Prism.Events; using WDE.Common; using WDE.Common.Database; using WDE.Common.DBC; using WDE.Common.Events; using WDE.SmartScriptEdito...
23.714286
71
0.709839
e92b620449ef00c41e019f06855f69e9f102e33b
2,797
cs
C#
NCoalescingRingBuffer/NCoalescingRingBuffer.Tests/manual/SoakTest.cs
ncornwell/NCoalescingRingBuffer
43eb02fe04ac3549a11721cb310ab4db6a962290
[ "Apache-2.0" ]
4
2015-11-16T15:30:15.000Z
2021-12-18T01:57:23.000Z
NCoalescingRingBuffer/NCoalescingRingBuffer.Tests/manual/SoakTest.cs
ncornwell/NCoalescingRingBuffer
43eb02fe04ac3549a11721cb310ab4db6a962290
[ "Apache-2.0" ]
null
null
null
NCoalescingRingBuffer/NCoalescingRingBuffer.Tests/manual/SoakTest.cs
ncornwell/NCoalescingRingBuffer
43eb02fe04ac3549a11721cb310ab4db6a962290
[ "Apache-2.0" ]
2
2015-11-16T16:54:29.000Z
2020-05-23T17:34:04.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using NCoalescingRingBuffer.Tests.manual; using NUnit.Framework; namespace NCoalescingRingBuffer.Tests.manual { public class SoakTest { private const int TimeUpdate = 1; ...
27.97
106
0.429746
9a0a8e4e8b940fc71210b03ea69db84836966de1
13,122
cs
C#
WindowsFormsApp1/view/Paciente/MenuPaciente.cs
projetoICG/ClinicaFonoaudiologica
ac526063e9d83a1b9de60f1814afa0da57de3cb5
[ "MIT" ]
null
null
null
WindowsFormsApp1/view/Paciente/MenuPaciente.cs
projetoICG/ClinicaFonoaudiologica
ac526063e9d83a1b9de60f1814afa0da57de3cb5
[ "MIT" ]
null
null
null
WindowsFormsApp1/view/Paciente/MenuPaciente.cs
projetoICG/ClinicaFonoaudiologica
ac526063e9d83a1b9de60f1814afa0da57de3cb5
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing.Drawing2D; using System.Drawing.Text; using WindowsFormsApp1.Banco_de_Dados; using W...
34.171875
178
0.539018
5dc1db38824618f05dde6de98c58aaeb5fcb2fcd
870
cs
C#
src/SpiceSharpParser/ModelReaders/Netlist/Spice/Custom/ISwitchModelBaseParameters.cs
axionbio/SpiceSharpParser
99afc08ced40740b379a52842b3be8c17a08c111
[ "MIT" ]
null
null
null
src/SpiceSharpParser/ModelReaders/Netlist/Spice/Custom/ISwitchModelBaseParameters.cs
axionbio/SpiceSharpParser
99afc08ced40740b379a52842b3be8c17a08c111
[ "MIT" ]
null
null
null
src/SpiceSharpParser/ModelReaders/Netlist/Spice/Custom/ISwitchModelBaseParameters.cs
axionbio/SpiceSharpParser
99afc08ced40740b379a52842b3be8c17a08c111
[ "MIT" ]
null
null
null
using SpiceSharp; using SpiceSharp.Attributes; namespace SpiceSharpParser.ModelReaders.Netlist.Spice.Custom { public class ISwitchModelBaseParameters : ParameterSet { [ParameterName("ron")] [ParameterInfo("Resistance when closed/on")] public GivenParameter<double> OnResistance { get; }...
36.25
98
0.671264
b0f481fce19236224fd635f8abc3dac6441f7994
973
cs
C#
ArbitR.Tester/Read/Tests.cs
Rhexis/ArbitR
a5da15b9d0abb8eaad33d6aedbe6ff4880ecca2e
[ "Apache-2.0" ]
1
2021-08-19T00:51:51.000Z
2021-08-19T00:51:51.000Z
ArbitR.Tester/Read/Tests.cs
Rhexis/ArbitR
a5da15b9d0abb8eaad33d6aedbe6ff4880ecca2e
[ "Apache-2.0" ]
null
null
null
ArbitR.Tester/Read/Tests.cs
Rhexis/ArbitR
a5da15b9d0abb8eaad33d6aedbe6ff4880ecca2e
[ "Apache-2.0" ]
null
null
null
using System; using ArbitR.Tester.Read.Queries; using NUnit.Framework; namespace ArbitR.Tester.Read { public class Tests : TestBase { public override void Setup() { } [Test] public void Should_ThrowError_When_MultipleQueryHandlersRegisteredForOneQuery() ...
25.605263
106
0.51593
ca57a9489fa99d54c3f0e806c5ce68fdc2520a4e
493
cs
C#
src/BenchmarkDotNet/Mathematics/StatisticalTesting/MannWhitneyResult.cs
nventive/BenchmarkDotNet
f8a966fac5bab5c652fd98f7818405c153230756
[ "MIT" ]
4
2019-08-18T04:35:30.000Z
2019-11-17T01:30:29.000Z
src/BenchmarkDotNet/Mathematics/StatisticalTesting/MannWhitneyResult.cs
emarcier/BenchmarkDotNet
c0c91a4f7ed52d193eab3e3e60dd0cc74d33c5f4
[ "MIT" ]
1
2019-07-08T19:23:40.000Z
2019-07-08T21:26:39.000Z
src/BenchmarkDotNet/Mathematics/StatisticalTesting/MannWhitneyResult.cs
emarcier/BenchmarkDotNet
c0c91a4f7ed52d193eab3e3e60dd0cc74d33c5f4
[ "MIT" ]
1
2020-04-23T14:56:52.000Z
2020-04-23T14:56:52.000Z
namespace BenchmarkDotNet.Mathematics.StatisticalTesting { public class MannWhitneyResult : OneSidedTestResult { public double Ux { get; } public double Uy { get; } public MannWhitneyResult(double ux, double uy, double pValue, Threshold threshold) : base(pValue, threshold) { ...
30.8125
116
0.598377
a5bbcdbbd83ad490d7dae31e6358cd7f1f8a5b4a
596
cs
C#
Tetsuo.Services/Routing/RouteDispatcherEventBus.cs
jgarverick/tetsuo
40c1fd0c184b23ac8ba985594aa5bf7d2974329b
[ "MIT" ]
null
null
null
Tetsuo.Services/Routing/RouteDispatcherEventBus.cs
jgarverick/tetsuo
40c1fd0c184b23ac8ba985594aa5bf7d2974329b
[ "MIT" ]
null
null
null
Tetsuo.Services/Routing/RouteDispatcherEventBus.cs
jgarverick/tetsuo
40c1fd0c184b23ac8ba985594aa5bf7d2974329b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using Tetsuo.Core.Common; namespace Tetsuo.Services { internal class RouteDispatcherEventBus { public delegate void MessageHeaderInspected(object sender, InspectedMessageHeaderEventArgs e); public static event...
29.8
102
0.723154
3f35ce038a49928f9ee65cbb112b0b8b51c880c6
1,831
cs
C#
GlobalSuppressions.cs
jannesen/Jannesen.FileFormat.Mime
96782ce1b3891072065a466225dce01c5aa6ceb9
[ "Apache-2.0" ]
null
null
null
GlobalSuppressions.cs
jannesen/Jannesen.FileFormat.Mime
96782ce1b3891072065a466225dce01c5aa6ceb9
[ "Apache-2.0" ]
null
null
null
GlobalSuppressions.cs
jannesen/Jannesen.FileFormat.Mime
96782ce1b3891072065a466225dce01c5aa6ceb9
[ "Apache-2.0" ]
null
null
null
using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Code Quality", "IDE0068:Use recommended dispose pattern")] [assembly: SuppressMessage("Design", "CA1031:Do not catch general exception types")] [assembly: SuppressMessage("Design", "CA1032:Implement standard exception constructors")] [a...
91.55
275
0.747679
94ca413ec5ded1a28f6592ace23aba4b817e0c4b
2,203
cs
C#
solution/Dezipper/Dezipper.Domain/Models/LocationInfo.cs
udragan/netCore_webApi.dezipper
67076c5e3a09268fb3c1c2ae43ff1cc8f80ab79a
[ "Apache-2.0" ]
null
null
null
solution/Dezipper/Dezipper.Domain/Models/LocationInfo.cs
udragan/netCore_webApi.dezipper
67076c5e3a09268fb3c1c2ae43ff1cc8f80ab79a
[ "Apache-2.0" ]
null
null
null
solution/Dezipper/Dezipper.Domain/Models/LocationInfo.cs
udragan/netCore_webApi.dezipper
67076c5e3a09268fb3c1c2ae43ff1cc8f80ab79a
[ "Apache-2.0" ]
1
2021-03-01T15:05:21.000Z
2021-03-01T15:05:21.000Z
using com.udragan.netCore.webApi.Dezipper.Domain.Common.Shared; namespace com.udragan.netCore.webApi.Dezipper.Domain.Models { /// <summary> /// POCO class representing the location info. /// </summary> /// <seealso cref="com.udragan.netCore.webApi.Dezipper.Domain.Common.Shared.Entity" /> public class LocationInf...
23.688172
87
0.649115
079efca389555623ac08ef37912473131bda08ee
721
cs
C#
src/Captura.Core/WebcamOverlay.cs
wincax88/RecordClient
0e2d57509b53b0c23a70459210c6ba5955d29c00
[ "MIT" ]
1
2021-06-28T21:16:01.000Z
2021-06-28T21:16:01.000Z
src/Captura.Core/WebcamOverlay.cs
maifeeulasad/Captura
cc533f9a1d207a5f33a22ca9e5da7a498af03622
[ "MIT" ]
null
null
null
src/Captura.Core/WebcamOverlay.cs
maifeeulasad/Captura
cc533f9a1d207a5f33a22ca9e5da7a498af03622
[ "MIT" ]
1
2021-02-10T15:26:18.000Z
2021-02-10T15:26:18.000Z
using Captura.ViewModels; namespace Captura.Models { // ReSharper disable once ClassNeverInstantiated.Global public class WebcamOverlay : ImageOverlay<WebcamOverlaySettings> { readonly WebcamModel _webcamModel; public WebcamOverlay(WebcamModel WebcamModel, Settings Settings) : base(Settin...
30.041667
109
0.662968
f9ed0c76cbe05f19f375eb5586da38a850c26d1d
43,965
cs
C#
ControlCenter.WebUI/obj/Release/net5.0/Razor/Views/Blog/CreateBlog.cshtml.g.cs
batuhan-yilmaz/TODO-project-asp.netcore-webapp
3bc8cae542855f080b6e86f12ac943126767e4a3
[ "MIT" ]
1
2021-08-11T09:51:36.000Z
2021-08-11T09:51:36.000Z
challangeproject/ControlCenter.WebUI/obj/Release/net5.0/Razor/Views/Blog/CreateBlog.cshtml.g.cs
tzDogukan/todo-project-netcore-webapp
99f7f74ae60533cc0127d007a8175ee6a4cf7d27
[ "MIT" ]
null
null
null
challangeproject/ControlCenter.WebUI/obj/Release/net5.0/Razor/Views/Blog/CreateBlog.cshtml.g.cs
tzDogukan/todo-project-netcore-webapp
99f7f74ae60533cc0127d007a8175ee6a4cf7d27
[ "MIT" ]
null
null
null
#pragma checksum "C:\Users\OSX\Desktop\PSO AKADEMİ\ControlCenter.WebUI\Views\Blog\CreateBlog.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c3111f6304b80e1f56721a7248bdfc51751e03e0" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(type...
66.714719
359
0.670215
f9f186bae7260010d0e36ccb7430df81790405ab
5,457
cs
C#
ConDep.Dsl/IOfferRemoteDeployment.cs
iorg1/ConDep
1398dc739661b76ce18501cf7194804db66746ae
[ "BSD-2-Clause" ]
8
2017-01-12T01:10:13.000Z
2017-01-17T00:46:18.000Z
ConDep.Dsl/IOfferRemoteDeployment.cs
iorg1/ConDep
1398dc739661b76ce18501cf7194804db66746ae
[ "BSD-2-Clause" ]
null
null
null
ConDep.Dsl/IOfferRemoteDeployment.cs
iorg1/ConDep
1398dc739661b76ce18501cf7194804db66746ae
[ "BSD-2-Clause" ]
null
null
null
using System; namespace ConDep.Dsl { public interface IOfferRemoteDeployment { /// <summary> /// Will deploy local source directory to remote destination directory. This operation does dot just copy directory content, but synchronize the the source folder to the destination. If a file al...
51.481132
484
0.620854
1790c358a08e610c07a4c13a2890f43b6f9e1f69
36,180
cs
C#
Pathfinding.Ionic.BZip2/BZip2Compressor.cs
moto2002/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
4
2017-06-28T06:05:04.000Z
2021-02-12T11:56:04.000Z
Pathfinding.Ionic.BZip2/BZip2Compressor.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
null
null
null
Pathfinding.Ionic.BZip2/BZip2Compressor.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
8
2017-07-18T13:34:57.000Z
2022-03-05T08:02:36.000Z
using Pathfinding.Ionic.Crc; using System; namespace Pathfinding.Ionic.BZip2 { internal class BZip2Compressor { private class CompressionState { public readonly bool[] inUse = new bool[256]; public readonly byte[] unseqToSeq = new byte[256]; public readonly int[] mtfFreq = new int[BZip2.M...
24.545455
141
0.491708
708f7bcce205ddfa34236445064c55848c1a6f3c
3,313
cs
C#
Assets/_Project/Scripts/Combat/HurtboxCollection.cs
christides11/Mahou
c2e98b6366d8eb2251141bad63588cdf436c44f8
[ "MIT" ]
1
2021-12-13T08:36:34.000Z
2021-12-13T08:36:34.000Z
Assets/_Project/Scripts/Combat/HurtboxCollection.cs
christides11/Mahou
c2e98b6366d8eb2251141bad63588cdf436c44f8
[ "MIT" ]
null
null
null
Assets/_Project/Scripts/Combat/HurtboxCollection.cs
christides11/Mahou
c2e98b6366d8eb2251141bad63588cdf436c44f8
[ "MIT" ]
null
null
null
using HnSF.Combat; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Mahou { [CreateAssetMenu(fileName = "HurtboxCollection", menuName = "Mahou/Content/HurtboxCollection")] public class HurtboxCollection : ScriptableObject { [System.Serializable] publi...
38.523256
136
0.599457
8d2e2f70ef7f6389044cb36ca8b0d0899567aa0d
442
cs
C#
Assets/Plugins/DarkTonic/CoreGameKit/Scripts/CustomEvents/CGKCustomEventCategory.cs
Xandon/MarkerTool
78b56a5102f1970c6bfaf6bedd5de9d2ec420bbe
[ "MIT" ]
null
null
null
Assets/Plugins/DarkTonic/CoreGameKit/Scripts/CustomEvents/CGKCustomEventCategory.cs
Xandon/MarkerTool
78b56a5102f1970c6bfaf6bedd5de9d2ec420bbe
[ "MIT" ]
null
null
null
Assets/Plugins/DarkTonic/CoreGameKit/Scripts/CustomEvents/CGKCustomEventCategory.cs
Xandon/MarkerTool
78b56a5102f1970c6bfaf6bedd5de9d2ec420bbe
[ "MIT" ]
null
null
null
/*! \cond PRIVATE */ using System; // ReSharper disable once CheckNamespace namespace DarkTonic.CoreGameKit { [Serializable] // ReSharper disable once CheckNamespace public class CGKCustomEventCategory { public string CatName = LevelSettings.NoCategory; public bool IsExpanded = true; public bool IsEditing = ...
27.625
59
0.762443
22ccd4bec541aea1091445a6c562f123061169db
1,665
cs
C#
SceneManagementTest/MainScene.cs
Jeern/Klimakonflikt
96fab77384ac78b1a684edac13eefa15eaeef87c
[ "MS-PL" ]
null
null
null
SceneManagementTest/MainScene.cs
Jeern/Klimakonflikt
96fab77384ac78b1a684edac13eefa15eaeef87c
[ "MS-PL" ]
null
null
null
SceneManagementTest/MainScene.cs
Jeern/Klimakonflikt
96fab77384ac78b1a684edac13eefa15eaeef87c
[ "MS-PL" ]
null
null
null
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using GameDev.Core; using GameDev.Core.Graphics; using GameDev.Core.SceneManagement; using Microsoft.Xna.Framework.Input; namespace SceneManagementTest { public class MainScene : S...
22.808219
75
0.504505
22fe2bd16eb8f868bef64aa6f4bcab617a44f583
27,881
cs
C#
Nordril.Functional/FE.cs
nordril/functional
34838e6cb0a4d5c453df2a5af36209abb6f74096
[ "Apache-2.0" ]
null
null
null
Nordril.Functional/FE.cs
nordril/functional
34838e6cb0a4d5c453df2a5af36209abb6f74096
[ "Apache-2.0" ]
17
2019-01-08T10:34:32.000Z
2020-11-02T18:49:58.000Z
Nordril.Functional/FE.cs
nordril/functional
34838e6cb0a4d5c453df2a5af36209abb6f74096
[ "Apache-2.0" ]
null
null
null
using Nordril.Functional.Algebra; using Nordril.Functional.Category; using Nordril.Functional.Data; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace Nordril.Functional { /// <summar...
56.784114
336
0.619813
cab4de3a1b8090ac234dcf5bfab2090bb1f7f481
590
cs
C#
C# Dissertation/Parser/Parsing/ParsedFact.cs
alexnoddings/UniTrimmed
82d437b8c722dd770eb8366ec8e1a1f4d3ae65e1
[ "MIT" ]
null
null
null
C# Dissertation/Parser/Parsing/ParsedFact.cs
alexnoddings/UniTrimmed
82d437b8c722dd770eb8366ec8e1a1f4d3ae65e1
[ "MIT" ]
null
null
null
C# Dissertation/Parser/Parsing/ParsedFact.cs
alexnoddings/UniTrimmed
82d437b8c722dd770eb8366ec8e1a1f4d3ae65e1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using AlexNoddings.Protocols.Core; namespace AlexNoddings.Protocols.Parser.Parsing { internal struct ParsedFact : IKnowledge { internal string Name { get; } public IKnowledge? Key { get; } public IReadOnlyCollection<IKnowledge> Parts { ...
23.6
73
0.623729
888288146b2b21414a7d3421139033c28268cf5e
2,687
cs
C#
source/TetraPak.XP.Mobile/caching/secureCache/XamarinSecureCacheDelegate.cs
Tetra-Pak-APIs/TetraPak.XP
28f2f7ff3a44349adf0a5b65a4cd2471a46f3b26
[ "MIT" ]
null
null
null
source/TetraPak.XP.Mobile/caching/secureCache/XamarinSecureCacheDelegate.cs
Tetra-Pak-APIs/TetraPak.XP
28f2f7ff3a44349adf0a5b65a4cd2471a46f3b26
[ "MIT" ]
null
null
null
source/TetraPak.XP.Mobile/caching/secureCache/XamarinSecureCacheDelegate.cs
Tetra-Pak-APIs/TetraPak.XP
28f2f7ff3a44349adf0a5b65a4cd2471a46f3b26
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using TetraPak.XP.Caching; using TetraPak.XP.Caching.Abstractions; using TetraPak.XP.DynamicEntities; using TetraPak.XP.Logging; using TetraPak.XP.Logging.Abstractions; using Xamarin.Essentials; namespace TetraPak.XP.Mobile { sealed class XamarinSecureCacheDelegate : IS...
35.355263
129
0.645702
e1fe6794586cbdef4ebec6c3d743ca14caa241d4
5,410
cs
C#
TreeDim.StackBuilder.Engine/LayerPatterns/LayerPattern.cs
siranen/PalletBuilder
768ee5f5410163a84e49e5134ac639fd839a0403
[ "Unlicense", "MIT" ]
null
null
null
TreeDim.StackBuilder.Engine/LayerPatterns/LayerPattern.cs
siranen/PalletBuilder
768ee5f5410163a84e49e5134ac639fd839a0403
[ "Unlicense", "MIT" ]
null
null
null
TreeDim.StackBuilder.Engine/LayerPatterns/LayerPattern.cs
siranen/PalletBuilder
768ee5f5410163a84e49e5134ac639fd839a0403
[ "Unlicense", "MIT" ]
null
null
null
#region Using directives using System; using System.Collections.Generic; using System.Text; using treeDiM.StackBuilder.Basics; using Sharp3D.Math.Core; using log4net; #endregion namespace treeDiM.StackBuilder.Engine { /// <summary> /// Layer pattern abstract class /// </summary> intern...
39.779412
162
0.546211
84b03398c4fc59658b1075be0d24230c9bda000b
868
cs
C#
src/GeekLearning.Events/EventReceiver.cs
kidtrunk/gl-dotnet-events
2d67ed290b22c9aa748c0e3c6308265b28bc5755
[ "MIT" ]
null
null
null
src/GeekLearning.Events/EventReceiver.cs
kidtrunk/gl-dotnet-events
2d67ed290b22c9aa748c0e3c6308265b28bc5755
[ "MIT" ]
null
null
null
src/GeekLearning.Events/EventReceiver.cs
kidtrunk/gl-dotnet-events
2d67ed290b22c9aa748c0e3c6308265b28bc5755
[ "MIT" ]
1
2018-03-21T16:49:40.000Z
2018-03-21T16:49:40.000Z
namespace GeekLearning.Events { using System.Threading.Tasks; using GeekLearning.Events.Model; using System; public class EventReceiver : IEventReceiver { private readonly IServiceProvider serviceProvider; public EventReceiver(IServiceProvider serviceProvider) { ...
28.933333
89
0.637097
27af2ef93dc73a17390f1ea0c79c1b5d3aec3951
1,230
cs
C#
server/CoreServer/CoreServer/Controllers/TestController.cs
weijie0192/shared-validator
b146008c1af3b735ea292120624d8e0845036b6e
[ "MIT" ]
1
2020-08-19T22:18:02.000Z
2020-08-19T22:18:02.000Z
server/CoreServer/CoreServer/Controllers/TestController.cs
weijie0192/shared-validator
b146008c1af3b735ea292120624d8e0845036b6e
[ "MIT" ]
null
null
null
server/CoreServer/CoreServer/Controllers/TestController.cs
weijie0192/shared-validator
b146008c1af3b735ea292120624d8e0845036b6e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CoreServer.Models; using CoreServer.Validators.Factory; using Microsoft.AspNetCore.Mvc; namespace CoreServer.Controllers { [Route("api/[controller]")] [ApiController] public class TestController : Contro...
26.170213
140
0.652033
812d48fbf4ae31ece0b4c9867e4b03634cb17299
3,011
cs
C#
Common.ApiGateway/src/Common.ApiGateway/Helpers/Base64EncodeDecode.cs
ajeyaprakash148/Sample
ba56ebf0b90760011f52788e9461133b1da23b41
[ "MIT" ]
null
null
null
Common.ApiGateway/src/Common.ApiGateway/Helpers/Base64EncodeDecode.cs
ajeyaprakash148/Sample
ba56ebf0b90760011f52788e9461133b1da23b41
[ "MIT" ]
null
null
null
Common.ApiGateway/src/Common.ApiGateway/Helpers/Base64EncodeDecode.cs
ajeyaprakash148/Sample
ba56ebf0b90760011f52788e9461133b1da23b41
[ "MIT" ]
null
null
null
using System; namespace Common.ApiGateway.Helpers { public class Base64EncodeDecode { public string base64Encode(string data) { try { byte[] encData_byte = new byte[data.Length]; encData_byte = System.Text.Encoding.UTF8.GetByte...
46.323077
202
0.581202
66ba3e5762d6b7964281210ce9c81e03065052fa
288
cs
C#
src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusWrappers/IMessageReceiverProvider.cs
skatersezo/Brighter
84980dd8700f1bd03fac2b401344dcce605f80bb
[ "MIT" ]
null
null
null
src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusWrappers/IMessageReceiverProvider.cs
skatersezo/Brighter
84980dd8700f1bd03fac2b401344dcce605f80bb
[ "MIT" ]
131
2021-08-23T19:08:27.000Z
2022-03-28T19:08:47.000Z
src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusWrappers/IMessageReceiverProvider.cs
skatersezo/Brighter
84980dd8700f1bd03fac2b401344dcce605f80bb
[ "MIT" ]
null
null
null
using Microsoft.Azure.ServiceBus; namespace Paramore.Brighter.MessagingGateway.AzureServiceBus.AzureServiceBusWrappers { public interface IMessageReceiverProvider { IMessageReceiverWrapper Get(string topicName, string subscriptionName, ReceiveMode receiveMode); } }
28.8
104
0.805556
49cd3fe5aa78ecad6838f2eb0170e4651ba2479b
5,082
cs
C#
LeBoyLib/CPU/GBZ80.Debug.cs
Memorix101/LeBoy
5fb8fad62d30661c740708a92b5f8f97e72bfc96
[ "MIT" ]
56
2017-01-15T16:16:20.000Z
2021-12-17T22:34:05.000Z
LeBoyLib/CPU/GBZ80.Debug.cs
Memorix101/LeBoy
5fb8fad62d30661c740708a92b5f8f97e72bfc96
[ "MIT" ]
null
null
null
LeBoyLib/CPU/GBZ80.Debug.cs
Memorix101/LeBoy
5fb8fad62d30661c740708a92b5f8f97e72bfc96
[ "MIT" ]
5
2017-01-18T12:01:21.000Z
2022-02-21T14:15:56.000Z
using System; namespace LeBoyLib { /// <summary> /// Emulates a Z80 Gameboy CPU, more specifically a Sharp LR35902 which is a Z80 minus a few instructions, with more logical operations and a sound generator. /// </summary> public partial class GBZ80 { /// <summary> /// Get the full...
38.5
162
0.431326
c612b1459f1713d882aabdea3384b7c7fcec0506
540
cs
C#
Assets/Scripts/ZoroDex/SimpleCard/Battle/UI/UiPlayer/UiPlayer.cs
led0warlpl/SimpleCard
4af985c208f89d95bf341c04de43cbb69d736951
[ "MIT" ]
null
null
null
Assets/Scripts/ZoroDex/SimpleCard/Battle/UI/UiPlayer/UiPlayer.cs
led0warlpl/SimpleCard
4af985c208f89d95bf341c04de43cbb69d736951
[ "MIT" ]
null
null
null
Assets/Scripts/ZoroDex/SimpleCard/Battle/UI/UiPlayer/UiPlayer.cs
led0warlpl/SimpleCard
4af985c208f89d95bf341c04de43cbb69d736951
[ "MIT" ]
null
null
null
using UnityEngine; using ZoroDex.SimpleCard.Battle.Controller; namespace ZoroDex.SimpleCard.Battle { /// <summary> /// Player UI Component. It resolves the dependencies accessing the game controller via Singleton /// </summary> public class UiPlayer : MonoBehaviour,IUiPlayer { public v...
33.75
105
0.72963
a499b31ec332e360ea2a211cb0b9150ca67bfd31
18,723
cs
C#
UnitTest/TradingsHandlerTests.cs
Ephaltes/MTCG
87bef4089cedc8ebb4ae0733c9e6993213d772f5
[ "Apache-2.0" ]
null
null
null
UnitTest/TradingsHandlerTests.cs
Ephaltes/MTCG
87bef4089cedc8ebb4ae0733c9e6993213d772f5
[ "Apache-2.0" ]
null
null
null
UnitTest/TradingsHandlerTests.cs
Ephaltes/MTCG
87bef4089cedc8ebb4ae0733c9e6993213d772f5
[ "Apache-2.0" ]
null
null
null
using System.Collections.Generic; using System.Threading.Tasks; using Moq; using MTCG.API; using MTCG.Entity; using MTCG.Interface; using Newtonsoft.Json; using NUnit.Framework; using WebServer; using WebServer.Interface; namespace UnitTest { [TestFixture] public class TradingsHandlerTests { [SetU...
47.762755
123
0.609411
b4788d85448bca30371036ff84905eebe9e05050
2,053
cs
C#
src/Harry.Logging.Log4Net/Log4NetLogger.cs
harry-wangx/Harry.Logging
730211b5be6ceacd716bbb906629bae11e4c15cb
[ "Apache-2.0" ]
null
null
null
src/Harry.Logging.Log4Net/Log4NetLogger.cs
harry-wangx/Harry.Logging
730211b5be6ceacd716bbb906629bae11e4c15cb
[ "Apache-2.0" ]
null
null
null
src/Harry.Logging.Log4Net/Log4NetLogger.cs
harry-wangx/Harry.Logging
730211b5be6ceacd716bbb906629bae11e4c15cb
[ "Apache-2.0" ]
null
null
null
using System; using log4net; namespace Harry.Logging.Log4Net { internal class Log4NetLogger : ILogger { private readonly log4net.ILog _logger; public Log4NetLogger(log4net.ILog logger) { _logger = logger; } public void Log(LogLevel logLevel, EventId eventI...
28.123288
96
0.466634
0c328ac0fc28e9567857777ad32131d316c155ee
2,329
cs
C#
source/Hackster/ChristmasCountdown/MeadowApp.cs
pulpago/Meadow_Project_Samples
cab68593c39ea851d264d38d84874564cfaf307e
[ "Apache-2.0" ]
9
2020-12-17T16:27:53.000Z
2021-12-24T06:59:51.000Z
source/Hackster/ChristmasCountdown/MeadowApp.cs
pulpago/Meadow_Project_Samples
cab68593c39ea851d264d38d84874564cfaf307e
[ "Apache-2.0" ]
1
2021-11-30T02:07:46.000Z
2021-12-30T13:31:26.000Z
source/Hackster/ChristmasCountdown/MeadowApp.cs
pulpago/Meadow_Project_Samples
cab68593c39ea851d264d38d84874564cfaf307e
[ "Apache-2.0" ]
6
2021-03-29T19:27:29.000Z
2021-11-30T02:18:56.000Z
using System; using System.Threading; using Meadow; using Meadow.Devices; using Meadow.Foundation.Displays.Lcd; using Meadow.Foundation.Leds; using Meadow.Foundation.RTCs; using Meadow.Foundation; namespace ChristmasCountdown { public class MeadowApp : App<F7Micro, MeadowApp> { Ds1307 rtc; ...
28.753086
132
0.519107
0cb55b1162bf519a93f736dde56b1dd9becb333c
511
cs
C#
MjollnirBotManager/Command/HelpCommand.cs
Mjollnirs/TelegramBotManager
1152711b965781ad6f5b21f78b60816c1631ee8b
[ "Apache-2.0" ]
null
null
null
MjollnirBotManager/Command/HelpCommand.cs
Mjollnirs/TelegramBotManager
1152711b965781ad6f5b21f78b60816c1631ee8b
[ "Apache-2.0" ]
null
null
null
MjollnirBotManager/Command/HelpCommand.cs
Mjollnirs/TelegramBotManager
1152711b965781ad6f5b21f78b60816c1631ee8b
[ "Apache-2.0" ]
null
null
null
using System.Threading; using System.Threading.Tasks; using Castle.MicroKernel; using MjollnirBotManager.Common.Command; namespace MjollnirBotManager.Command { public class HelpCommand : CommandBase { public HelpCommand(IKernel kernel) : base(kernel) { } protected ...
23.227273
77
0.64775