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
1cfc5ea0efcf680e943057baff5b8d899b7ef46f
1,513
cs
C#
src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/IntelliSense/QuickInfo/DeferredContent/ClassifiableDeferredContent.cs
stef-levesque/HlslTools
a40653a1fcd78ec314620f9c4749e2605f25b9be
[ "Apache-2.0" ]
null
null
null
src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/IntelliSense/QuickInfo/DeferredContent/ClassifiableDeferredContent.cs
stef-levesque/HlslTools
a40653a1fcd78ec314620f9c4749e2605f25b9be
[ "Apache-2.0" ]
null
null
null
src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/IntelliSense/QuickInfo/DeferredContent/ClassifiableDeferredContent.cs
stef-levesque/HlslTools
a40653a1fcd78ec314620f9c4749e2605f25b9be
[ "Apache-2.0" ]
null
null
null
// 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.Windows; using ShaderTools.CodeAnalysis.Editor.Shared.Extensions; using ShaderTools.CodeAnalysis.Editor.S...
37.825
162
0.685393
8579c6ac72e17c4f2ab2ca3eb439523f19006f66
1,179
cs
C#
pirate/Assets/scripts/healthbar1.cs
dimsour/Pirate-Vs-Monkeys
0b1977c63f823ffe2a8aad034cd2656bfa8efa81
[ "MIT" ]
3
2019-02-02T22:42:47.000Z
2021-07-13T21:49:13.000Z
pirate/Assets/scripts/healthbar1.cs
dimsour/Pirate-Vs-Monkeys
0b1977c63f823ffe2a8aad034cd2656bfa8efa81
[ "MIT" ]
null
null
null
pirate/Assets/scripts/healthbar1.cs
dimsour/Pirate-Vs-Monkeys
0b1977c63f823ffe2a8aad034cd2656bfa8efa81
[ "MIT" ]
2
2019-02-02T22:56:54.000Z
2019-02-07T17:06:00.000Z
using UnityEngine; using System.Collections; using UnityEngine.UI; public class healthbar1 : MonoBehaviour { public int health; public Image[] healthImage; public Health pirateHealth; void Update () { health = pirateHealth.health; if (health==3) { ...
24.5625
43
0.519932
858c67ac439f1e0ae035c419abe5ca26a49821f6
1,150
cs
C#
Installer/AdvocacyPlatformInstaller/DataModel/WizardPage.cs
Bhaskers-Blu-Org2/AdvocacyPlatform
eb953cca126fa8bafce0c4ff3a30108612a158fd
[ "MIT" ]
9
2019-07-01T05:12:22.000Z
2022-03-06T22:35:31.000Z
Installer/AdvocacyPlatformInstaller/DataModel/WizardPage.cs
microsoft/AdvocacyPlatform
eb953cca126fa8bafce0c4ff3a30108612a158fd
[ "MIT" ]
null
null
null
Installer/AdvocacyPlatformInstaller/DataModel/WizardPage.cs
microsoft/AdvocacyPlatform
eb953cca126fa8bafce0c4ff3a30108612a158fd
[ "MIT" ]
6
2019-11-07T00:03:55.000Z
2020-12-12T02:07:11.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace AdvocacyPlatformInstaller { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /// <summary> /// Describes a page in th...
23.958333
61
0.538261
5ca2fd2d1b9232c8ace6c4c7be52cb93390dead6
860
cs
C#
Try_UIWidghts/Assets/UI/Test/App/Example/Scrollable/ListViewExample.cs
ZerlenZhang/LearnUIWidget
bcf04375723ecebe50d4072b3186af2641af6cd0
[ "Unlicense" ]
null
null
null
Try_UIWidghts/Assets/UI/Test/App/Example/Scrollable/ListViewExample.cs
ZerlenZhang/LearnUIWidget
bcf04375723ecebe50d4072b3186af2641af6cd0
[ "Unlicense" ]
null
null
null
Try_UIWidghts/Assets/UI/Test/App/Example/Scrollable/ListViewExample.cs
ZerlenZhang/LearnUIWidget
bcf04375723ecebe50d4072b3186af2641af6cd0
[ "Unlicense" ]
null
null
null
using UI.Test.Utility; using Unity.UIWidgets.engine; using Unity.UIWidgets.painting; using Unity.UIWidgets.ui; using Unity.UIWidgets.widgets; namespace UI.Test.App.Scrollable { public class ListViewExample:UIWidgetsPanel { protected override Widget createWidget() { return Q.ListView...
33.076923
79
0.563953
55bdcab321951ff9f61a9186d445fef685490822
2,458
cs
C#
Features/ThrowableESP.cs
zupercb/nlog-haxbase
476f365978419e0c39d68c66e534dab17eec18ba
[ "MIT" ]
3
2020-11-13T10:46:12.000Z
2021-03-15T07:09:59.000Z
Features/ThrowableESP.cs
zupercb/nlog-haxbase
476f365978419e0c39d68c66e534dab17eec18ba
[ "MIT" ]
null
null
null
Features/ThrowableESP.cs
zupercb/nlog-haxbase
476f365978419e0c39d68c66e534dab17eec18ba
[ "MIT" ]
6
2020-10-21T19:03:18.000Z
2022-01-14T23:42:08.000Z
using Cheat.Base; using NLog_CheatBase.Tools; using NLog_CheatBase.Tools.Structures; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; #pragma warning disable 649 // disable not assigned variable namespace NLog_CheatBase.Features {...
37.815385
143
0.613507
827275671709e6d824aaa2569e45a547c450417e
3,417
cs
C#
FIDO-Detector/FIDO-Detector/Director/SysMgmt/SysMgmt_Jamf.cs
robfry/crucyble-csharp-micro-detectors
bb6b724c09343236299d561d6106862e08876fd2
[ "Apache-2.0" ]
null
null
null
FIDO-Detector/FIDO-Detector/Director/SysMgmt/SysMgmt_Jamf.cs
robfry/crucyble-csharp-micro-detectors
bb6b724c09343236299d561d6106862e08876fd2
[ "Apache-2.0" ]
null
null
null
FIDO-Detector/FIDO-Detector/Director/SysMgmt/SysMgmt_Jamf.cs
robfry/crucyble-csharp-micro-detectors
bb6b724c09343236299d561d6106862e08876fd2
[ "Apache-2.0" ]
null
null
null
/* * * Copyright 2015 Netflix, 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 a...
34.515152
192
0.677202
7658790f453b7c212fb5f5b0d50d5e4871666d40
823
cs
C#
src/dotnet/Src/ButterflyNet.Parser/Strategies/StrongStrategy.cs
tmont/butterfly
78fd1acd2703765825d0a1b9ffcd6b8631e79c36
[ "WTFPL" ]
2
2020-05-12T15:55:07.000Z
2020-05-12T15:55:08.000Z
src/dotnet/Src/ButterflyNet.Parser/Strategies/StrongStrategy.cs
tmont/butterfly
78fd1acd2703765825d0a1b9ffcd6b8631e79c36
[ "WTFPL" ]
null
null
null
src/dotnet/Src/ButterflyNet.Parser/Strategies/StrongStrategy.cs
tmont/butterfly
78fd1acd2703765825d0a1b9ffcd6b8631e79c36
[ "WTFPL" ]
null
null
null
using System; using ButterflyNet.Parser.Satisfiers; using ButterflyNet.Parser.Scopes; namespace ButterflyNet.Parser.Strategies { [TokenTransformer("__")] public abstract class StrongStrategy : InlineStrategy { protected Type Type { get { return ScopeTypeCache.Strong; } } } public class OpenStrongStra...
27.433333
64
0.743621
b3bfe57f7928498334aec40fa9339874d5a92d31
2,788
cshtml
C#
Kartverket.Register/Views/Shared/Js/_datasetCharts.cshtml
kartverket/Geonorge.Register
77bca5d7cfd3d6887e416874f599ec1586743555
[ "MIT" ]
4
2017-05-21T11:56:00.000Z
2021-12-15T20:58:02.000Z
Kartverket.Register/Views/Shared/Js/_datasetCharts.cshtml
kartverket/Geonorge.Register
77bca5d7cfd3d6887e416874f599ec1586743555
[ "MIT" ]
2
2020-02-07T15:01:11.000Z
2021-04-07T07:58:10.000Z
Kartverket.Register/Views/Shared/Js/_datasetCharts.cshtml
kartverket/Geonorge.Register
77bca5d7cfd3d6887e416874f599ec1586743555
[ "MIT" ]
2
2017-10-19T18:43:26.000Z
2019-03-21T23:28:27.000Z
@model Kartverket.Register.Models.StatusLineChart <script> @{var javaScriptSerializer = new System.Web.Script.Serialization.JavaScriptSerializer(); } var ctx = document.getElementById("LineChart").getContext('2d'); var LineChart = new Chart(ctx, { type: 'line', fill: false, data:...
50.690909
121
0.578551
b657b2ff538461cb3b8ee668ac784ab76f4a19e8
1,099
cs
C#
src/Connectors/src/ConnectorBase/Oracle/OracleProviderConfigurer.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
495
2020-04-16T15:55:36.000Z
2022-03-29T12:36:37.000Z
src/Connectors/src/ConnectorBase/Oracle/OracleProviderConfigurer.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
575
2020-04-14T16:35:53.000Z
2022-03-31T20:19:43.000Z
src/Connectors/src/ConnectorBase/Oracle/OracleProviderConfigurer.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 Steeltoe.Connector.Services; namespace Steeltoe.Connector.Oracle { public class OracleProviderCon...
31.4
107
0.612375
ea2412dc8d9ec3a0cf7bd2969341f42d2dc7f5b8
2,694
cs
C#
UnityEditorStubCreator/DnlibAssemblyStripper/StubbingOptions.cs
AndrewFM/Stubber-Publicizer
15c43315e6b7d30a6fd3ccb72bb4f47962069103
[ "Unlicense" ]
null
null
null
UnityEditorStubCreator/DnlibAssemblyStripper/StubbingOptions.cs
AndrewFM/Stubber-Publicizer
15c43315e6b7d30a6fd3ccb72bb4f47962069103
[ "Unlicense" ]
null
null
null
UnityEditorStubCreator/DnlibAssemblyStripper/StubbingOptions.cs
AndrewFM/Stubber-Publicizer
15c43315e6b7d30a6fd3ccb72bb4f47962069103
[ "Unlicense" ]
null
null
null
namespace AssemblyStripper { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; using dnlib.DotNet; public struct StubbingOptions { public B...
30.269663
110
0.637342
30f03f081d55101e6fb84b72be6dd0cab0735812
1,496
cs
C#
Exams/7.05.17/Toy Shop/Program.cs
BorisLechev/Programming-Basics
ab4ce826606702020ece435cb3cbc63729b1b355
[ "MIT" ]
null
null
null
Exams/7.05.17/Toy Shop/Program.cs
BorisLechev/Programming-Basics
ab4ce826606702020ece435cb3cbc63729b1b355
[ "MIT" ]
null
null
null
Exams/7.05.17/Toy Shop/Program.cs
BorisLechev/Programming-Basics
ab4ce826606702020ece435cb3cbc63729b1b355
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Toy_Shop { class Program { static void Main(string[] args) { var excursion = double.Parse(Console.ReadLine()); var puzzle = int.Parse(Console.Re...
34
100
0.493316
1861bcdedeafc9fb453ad4ed608f2ba16d0b21eb
3,489
cs
C#
src/Granular/Granular.Common/Collections/ConvertedStringDictionary.cs
Ref12/Grazor
491bffa4139813fa18be53ff3780489c3461ab73
[ "MIT" ]
null
null
null
src/Granular/Granular.Common/Collections/ConvertedStringDictionary.cs
Ref12/Grazor
491bffa4139813fa18be53ff3780489c3461ab73
[ "MIT" ]
null
null
null
src/Granular/Granular.Common/Collections/ConvertedStringDictionary.cs
Ref12/Grazor
491bffa4139813fa18be53ff3780489c3461ab73
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Granular.Compatibility.Linq; namespace Granular.Collections { public class ConvertedStringDictionary<TKey, TValue> : IMinimalDictionary<TKey, TValue>, IMinimalDictionary { private static readonly TValue DefaultValue = default(TVa...
28.137097
126
0.570651
d81cbfd1476694fc023733936c03d14f327d465d
146
cs
C#
Session.cs
oktadeveloper/azure-function-okta-auth-service-example
80b14deefc38d8d0e8e19e0df8085fedf5c17f59
[ "Apache-2.0" ]
1
2021-04-29T03:40:33.000Z
2021-04-29T03:40:33.000Z
Session.cs
oktadeveloper/azure-function-okta-auth-service-example
80b14deefc38d8d0e8e19e0df8085fedf5c17f59
[ "Apache-2.0" ]
null
null
null
Session.cs
oktadeveloper/azure-function-okta-auth-service-example
80b14deefc38d8d0e8e19e0df8085fedf5c17f59
[ "Apache-2.0" ]
1
2021-03-10T20:09:15.000Z
2021-03-10T20:09:15.000Z
using System; namespace AuthService { public class Session { public string Token { get; set; } public string ExpiresAt { get; set; } } }
13.272727
39
0.678082
08090e540415d9826364cc174e6b6f809f3026d5
18,440
cs
C#
JavaChat/ServiceChat.cs
klean/anonymous-counseling-chat
562416ce53e662ff7b41a26d5c303198ebc6053e
[ "MIT" ]
null
null
null
JavaChat/ServiceChat.cs
klean/anonymous-counseling-chat
562416ce53e662ff7b41a26d5c303198ebc6053e
[ "MIT" ]
null
null
null
JavaChat/ServiceChat.cs
klean/anonymous-counseling-chat
562416ce53e662ff7b41a26d5c303198ebc6053e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.Timers; namespace JavaChat { // NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "ServiceChat" in both code and config file together. [ServiceBehavior(IncludeExcepti...
40.086957
165
0.413829
b8d3c45448080c1148e6f6c2b1bd984581cd89dc
5,446
cs
C#
Marius.Pinta.Script/Code/PintaScope.cs
marius-klimantavicius/pinta
b8aeef8f0a97ef8072c9460f9da1c21226f20b1c
[ "MIT" ]
null
null
null
Marius.Pinta.Script/Code/PintaScope.cs
marius-klimantavicius/pinta
b8aeef8f0a97ef8072c9460f9da1c21226f20b1c
[ "MIT" ]
1
2019-12-05T05:05:02.000Z
2019-12-05T05:05:02.000Z
Marius.Pinta.Script/Code/PintaScope.cs
marius-klimantavicius/pinta
b8aeef8f0a97ef8072c9460f9da1c21226f20b1c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Marius.Pinta.Script.Reflection; namespace Marius.Pinta.Script.Code { public class PintaScope { private Dictionary<string, PintaFunctionLocal> _locals; private Dictionary<st...
31.847953
97
0.562798
31fdec02d97996c5751ed11998f82348af1e03f8
405
cs
C#
samples/recoverabilitypolicytesting/Core_7/Sample/MyBusinessTimedOutException.cs
ashlyrclark/docs.particular.net
0cefad442d3af8eecba9902a11cb47905cad1627
[ "Apache-2.0" ]
94
2015-02-23T21:03:36.000Z
2022-03-05T23:49:05.000Z
samples/recoverabilitypolicytesting/Core_7/Sample/MyBusinessTimedOutException.cs
ashlyrclark/docs.particular.net
0cefad442d3af8eecba9902a11cb47905cad1627
[ "Apache-2.0" ]
3,051
2015-01-02T03:59:14.000Z
2022-03-25T06:34:33.000Z
samples/recoverabilitypolicytesting/Core_7/Sample/MyBusinessTimedOutException.cs
ashlyrclark/docs.particular.net
0cefad442d3af8eecba9902a11cb47905cad1627
[ "Apache-2.0" ]
367
2015-01-25T02:06:01.000Z
2022-03-05T03:20:26.000Z
using System; using System.Collections.Generic; using System.Text; public class MyBusinessTimedOutException : Exception { public MyBusinessTimedOutException() { } public MyBusinessTimedOutException(string message) : base(message) { } public MyBusinessTimedOutExcept...
20.25
72
0.661728
ee7b9d08ed767a371f3985956d376854b255424a
541
cs
C#
birthday_cake_candles/BirthdayCakeCandles.Test/ResolutionTest.cs
flaviogf/hacker_rank
62f11eceb354bc3dea63b65b624dbd7935e9323d
[ "Ruby", "MIT" ]
null
null
null
birthday_cake_candles/BirthdayCakeCandles.Test/ResolutionTest.cs
flaviogf/hacker_rank
62f11eceb354bc3dea63b65b624dbd7935e9323d
[ "Ruby", "MIT" ]
null
null
null
birthday_cake_candles/BirthdayCakeCandles.Test/ResolutionTest.cs
flaviogf/hacker_rank
62f11eceb354bc3dea63b65b624dbd7935e9323d
[ "Ruby", "MIT" ]
null
null
null
using BirthdayCakeCandles.Answer; using Xunit; namespace BirthdayCakeCandles.Test { public class ResolutionTest { [Theory] [InlineData(new object[] { new int[] { 3, 2, 1, 3 }, 2 })] [InlineData(new object[] { new int[] { 4, 4, 1, 3 }, 2 })] public void Execute_WhenGivenAnArrayO...
28.473684
124
0.624769
b1028a7b610f3c807cbea9f78e239ddd357f06e0
242
cs
C#
Web/Controllers/DataAccess2/Procedures/Exceptions/DataAccessProcedureMissingData.cs
RMXdotEXE/Platform-Racing-3-Backend
c97601f9708c10f98d66a1f945d9343073c4005a
[ "MIT" ]
null
null
null
Web/Controllers/DataAccess2/Procedures/Exceptions/DataAccessProcedureMissingData.cs
RMXdotEXE/Platform-Racing-3-Backend
c97601f9708c10f98d66a1f945d9343073c4005a
[ "MIT" ]
null
null
null
Web/Controllers/DataAccess2/Procedures/Exceptions/DataAccessProcedureMissingData.cs
RMXdotEXE/Platform-Racing-3-Backend
c97601f9708c10f98d66a1f945d9343073c4005a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Platform_Racing_3_Web.Controllers.DataAccess2.Procedures { public class DataAccessProcedureMissingData : Exception { } }
20.166667
66
0.793388
edd096c23d7b6e69ed00c53af35f3ac446595fb8
1,541
cs
C#
Infart/Drawing/Camera.cs
FrancescoBonizzi/InfartGame
7505aa6a6bb611d072b1ed1202587992a277dfce
[ "MIT" ]
5
2021-02-01T12:19:38.000Z
2021-06-15T16:52:39.000Z
Infart/Drawing/Camera.cs
FrancescoBonizzi/InfartGame
7505aa6a6bb611d072b1ed1202587992a277dfce
[ "MIT" ]
null
null
null
Infart/Drawing/Camera.cs
FrancescoBonizzi/InfartGame
7505aa6a6bb611d072b1ed1202587992a277dfce
[ "MIT" ]
1
2021-02-01T12:19:50.000Z
2021-02-01T12:19:50.000Z
using Microsoft.Xna.Framework; namespace Infart.Drawing { public class Camera { public Vector2 Position = Vector2.Zero; public int ViewPortWidth; public int ViewPortHeight; private float _zoom = 1f; private Matrix _transform; private Vector2 _velocity = Vector2.Z...
24.854839
81
0.524335
aaf17cba6bf6a0cc835dbbfc8e4488b8186368eb
432
cs
C#
05. Polymorphism/Polymorphism/Problem 3. Wild Farm/Animals/Birds/Bird.cs
NikolayMirchev/CSharp-OOP
2078e745ab18248eea50d3f743a0c10830822082
[ "MIT" ]
null
null
null
05. Polymorphism/Polymorphism/Problem 3. Wild Farm/Animals/Birds/Bird.cs
NikolayMirchev/CSharp-OOP
2078e745ab18248eea50d3f743a0c10830822082
[ "MIT" ]
null
null
null
05. Polymorphism/Polymorphism/Problem 3. Wild Farm/Animals/Birds/Bird.cs
NikolayMirchev/CSharp-OOP
2078e745ab18248eea50d3f743a0c10830822082
[ "MIT" ]
null
null
null
namespace Problem_3._Wild_Farm.Animals.Birds { public abstract class Bird : Animal { private double wingSize; protected Bird(string name, double weight, double wingSize) : base(name, weight) { this.wingSize = wingSize; } public double WingSize ...
21.6
67
0.541667
c9aa72014d45a59b7984a552c5b593afaabd4392
4,352
cs
C#
test/Confluent.Kafka.IntegrationTests/Tests/Producer_ProduceAsync_Error.cs
sunilake/confluent-kafka-dotnet
6611a4f1c74f45bd3c2edf09b700b082d7a7388f
[ "Apache-2.0" ]
null
null
null
test/Confluent.Kafka.IntegrationTests/Tests/Producer_ProduceAsync_Error.cs
sunilake/confluent-kafka-dotnet
6611a4f1c74f45bd3c2edf09b700b082d7a7388f
[ "Apache-2.0" ]
null
null
null
test/Confluent.Kafka.IntegrationTests/Tests/Producer_ProduceAsync_Error.cs
sunilake/confluent-kafka-dotnet
6611a4f1c74f45bd3c2edf09b700b082d7a7388f
[ "Apache-2.0" ]
1
2019-03-18T15:51:52.000Z
2019-03-18T15:51:52.000Z
// 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.513274
106
0.570083
935ea5a74b403dd8b34fc629efbc87871f2e7ecd
288
cs
C#
CS8NullsDemos/CS8NullBasics/Message.cs
SamIge7/Tutorials
7a3361768432a6493313d1f0ea1ccc8b2b916aa2
[ "MIT" ]
null
null
null
CS8NullsDemos/CS8NullBasics/Message.cs
SamIge7/Tutorials
7a3361768432a6493313d1f0ea1ccc8b2b916aa2
[ "MIT" ]
null
null
null
CS8NullsDemos/CS8NullBasics/Message.cs
SamIge7/Tutorials
7a3361768432a6493313d1f0ea1ccc8b2b916aa2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace CS8NullBasics { class Message { public string? From { get; set; } = ""; public string Text { get; set; } = ""; public string? ToUpperFrom() => From?.ToUpperInvariant(); } }
20.571429
65
0.611111
0df34fa0c761a669c31daabfc86a101072066ae0
1,054
cs
C#
Assets/Scripts/SoundManager.cs
Yuki-Os/GAME2014_A2_Justin_DelaCruz
4bd03f08bf985b392805214d7a305d1468ea7fb6
[ "MIT" ]
null
null
null
Assets/Scripts/SoundManager.cs
Yuki-Os/GAME2014_A2_Justin_DelaCruz
4bd03f08bf985b392805214d7a305d1468ea7fb6
[ "MIT" ]
null
null
null
Assets/Scripts/SoundManager.cs
Yuki-Os/GAME2014_A2_Justin_DelaCruz
4bd03f08bf985b392805214d7a305d1468ea7fb6
[ "MIT" ]
null
null
null
/////////////////////////////// /// SoundManager.cs /// Justin Dela Cruz /// 101127646 /// Last Modified: 2021-12-12 /// This .cs file plays audio sound effects for the game /// GAME2014 - Assignment 2 ////////////////////////////// using System.Collections; using System.Collections.Generic; using UnityEngine; public...
21.958333
76
0.568311
d6e165aff8db3535e4a222e8e2c8e48ae0b50f08
1,358
cshtml
C#
eIVOGo/Module/EIVO/Item/defaultinvoiceproductprintview.cshtml
uxb2bralph/IFS-EIVO03
29981d58bdead3c8e52cacff6e1fc5a4db3ad740
[ "MIT" ]
null
null
null
eIVOGo/Module/EIVO/Item/defaultinvoiceproductprintview.cshtml
uxb2bralph/IFS-EIVO03
29981d58bdead3c8e52cacff6e1fc5a4db3ad740
[ "MIT" ]
1
2021-01-22T07:33:23.000Z
2021-01-22T07:33:23.000Z
eIVOGo/Module/EIVO/Item/defaultinvoiceproductprintview.cshtml
uxb2bralph/IFS-EIVO03
29981d58bdead3c8e52cacff6e1fc5a4db3ad740
[ "MIT" ]
null
null
null
@using Model.DataEntity @*@{ # !String.IsNullOrEmpty(Item.Brief)? String.Format("<tr><td height=\"15\">{0}</td></tr>",Item.Brief) :""} *@ <asp:Repeater ID="rpList" runat="server" EnableViewState="false"> <ItemTemplate> <tr valign="top"> <td align="center"> @{ # ((InvoiceProductI...
30.863636
110
0.5081
7933b73970eeca6ff12e5c2d88026446d6203169
536
cs
C#
TEP.Application/DTOs/InteractionDTO.cs
rmcs87/TrainingEvaluationPlatform
83461b1b0bd3cbbcd88a7f3a7165d95111472bc2
[ "MIT" ]
null
null
null
TEP.Application/DTOs/InteractionDTO.cs
rmcs87/TrainingEvaluationPlatform
83461b1b0bd3cbbcd88a7f3a7165d95111472bc2
[ "MIT" ]
4
2020-07-24T16:05:32.000Z
2020-07-25T14:47:33.000Z
TEP.Application/DTOs/InteractionDTO.cs
rmcs87/TrainingEvaluationPlatform
83461b1b0bd3cbbcd88a7f3a7165d95111472bc2
[ "MIT" ]
2
2020-06-13T20:12:36.000Z
2020-08-17T10:10:23.000Z
using System.Collections.Generic; using TEP.Appication.Categories; using TEP.Application.Assets.Queries.GetAsset; namespace TEP.Appication.DTO { public class InteractionDTO : DTOBase { public IList<CategoryDTO> Categories { get; set; } public string Act { get; set; } public string Desc...
29.777778
58
0.656716
42d9fd0282ecbfa1189f23986c05fe8f9a2d35e5
1,066
cs
C#
Toggl.iOS/Helper/Handoff.cs
moljac/mobileapp
278c54f977833011b469b68357fb943303982776
[ "BSD-3-Clause" ]
null
null
null
Toggl.iOS/Helper/Handoff.cs
moljac/mobileapp
278c54f977833011b469b68357fb943303982776
[ "BSD-3-Clause" ]
null
null
null
Toggl.iOS/Helper/Handoff.cs
moljac/mobileapp
278c54f977833011b469b68357fb943303982776
[ "BSD-3-Clause" ]
null
null
null
using System; using Foundation; namespace Toggl.iOS.Helper { public static class Handoff { public static class Url { #if USE_PRODUCTION_API private const string domain = "track.toggl.com"; #else private const string domain = "track.toggl.space"; #endif priva...
32.30303
144
0.615385
42fee2eafc961a1851fabddffa392b9536c83e7b
552
cs
C#
src/MathSite/Configuration/Settings.cs
YarGU-Demidov/math-site
0ea0b9fe240161738374f5223d28e73ff1cced05
[ "MIT" ]
1
2020-09-27T14:35:11.000Z
2020-09-27T14:35:11.000Z
src/MathSite/Configuration/Settings.cs
YarGU-Demidov/math-site
0ea0b9fe240161738374f5223d28e73ff1cced05
[ "MIT" ]
68
2016-09-29T13:32:02.000Z
2018-06-02T09:01:42.000Z
src/MathSite/Configuration/Settings.cs
YarGU-Demidov/math-site
0ea0b9fe240161738374f5223d28e73ff1cced05
[ "MIT" ]
1
2017-03-25T09:19:09.000Z
2017-03-25T09:19:09.000Z
using System.Collections.Generic; using Microsoft.Extensions.Logging; namespace MathSite { public class LoggingSettings { public bool IncludeScopes { get; set; } = false; public IDictionary<string, LogLevel> LogLevel { get; protected set; } = new Dictionary<string, LogLevel>(); } pub...
29.052632
120
0.679348
9e4b6ca4c15234d8b6bccf41e8df553b18f80ef8
314
cs
C#
MVVMSample/Models/CarModel.cs
newky2k/system.mvvm
539237486c32d02e0fefcf8ad0ef8855d3a7fcd7
[ "MIT" ]
1
2021-11-11T03:57:24.000Z
2021-11-11T03:57:24.000Z
MVVMSample/Models/CarModel.cs
newky2k/System.Mvvm
6d089ebf1f058c507765da601d0dd46486fc3581
[ "MIT" ]
1
2020-11-06T11:33:12.000Z
2020-11-06T11:33:12.000Z
MVVMSample/Models/CarModel.cs
newky2k/system.mvvm
539237486c32d02e0fefcf8ad0ef8855d3a7fcd7
[ "MIT" ]
1
2021-05-10T16:23:13.000Z
2021-05-10T16:23:13.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MVVMSample.Models { public class CarModel { public string Make { get; set; } public string Model { get; set; } public string Year { get; set; } } }
17.444444
41
0.656051
406d65a5d749f93b6f752a4b54d16ccc2ee9760c
3,277
cs
C#
Examples/CommandsRegistration/Commands/SayCommandHandler.cs
TehGM/Discord.Interactions.AspNetCore
fe3faa711974bd060960ff09074b69a47df7109c
[ "MIT" ]
3
2021-10-09T22:05:12.000Z
2021-12-17T07:23:09.000Z
Examples/CommandsRegistration/Commands/SayCommandHandler.cs
TehGM/Discord.Interactions.AspNetCore
fe3faa711974bd060960ff09074b69a47df7109c
[ "MIT" ]
null
null
null
Examples/CommandsRegistration/Commands/SayCommandHandler.cs
TehGM/Discord.Interactions.AspNetCore
fe3faa711974bd060960ff09074b69a47df7109c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using TehGM.Discord.Interactions.CommandsHandling; namespace TehGM.Discord.Interactions.Examples.CommandsR...
43.693333
173
0.594141
672f7d27f23e93a1a85a652e6ccfaa0ed12ca357
779
cs
C#
src/SoapCore/WsUsernameToken.cs
MultinetInteractive/SoapCore
b0083a685cdf282b23d1a26df3884059c897321e
[ "MIT" ]
812
2016-12-28T04:41:54.000Z
2022-03-25T05:36:03.000Z
src/SoapCore/WsUsernameToken.cs
MultinetInteractive/SoapCore
b0083a685cdf282b23d1a26df3884059c897321e
[ "MIT" ]
568
2017-03-16T06:20:36.000Z
2022-03-31T11:37:33.000Z
src/SoapCore/WsUsernameToken.cs
MultinetInteractive/SoapCore
b0083a685cdf282b23d1a26df3884059c897321e
[ "MIT" ]
392
2016-12-27T00:41:16.000Z
2022-03-30T00:16:59.000Z
using System.Xml; using System.Xml.Serialization; namespace SoapCore { [XmlRoot("UsernameToken", Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd")] public class WsUsernameToken { [XmlElement("Username")] public string Username { get; set; } [XmlElement("Password...
25.129032
124
0.690629
5060504b5963d425e8a9f076827b588d806ff0be
387
cs
C#
src/CharityAction/Data/CharityAction.Data.Models/Image.cs
stefanMinch3v/MiniWebShops
0061ffafd48629a26e738759cc98c7e549e3f8bc
[ "MIT" ]
null
null
null
src/CharityAction/Data/CharityAction.Data.Models/Image.cs
stefanMinch3v/MiniWebShops
0061ffafd48629a26e738759cc98c7e549e3f8bc
[ "MIT" ]
null
null
null
src/CharityAction/Data/CharityAction.Data.Models/Image.cs
stefanMinch3v/MiniWebShops
0061ffafd48629a26e738759cc98c7e549e3f8bc
[ "MIT" ]
null
null
null
namespace CharityAction.Data.Models { using Common; using System; using System.ComponentModel.DataAnnotations; public class Image : BaseModel<int> { [Required] public string ImagePath { get; set; } public DateTime DateOfAdded { get; set; } public string Descriptio...
20.368421
49
0.617571
0488a6d668e96df7c70dc105edaf362741d5c7bd
7,639
cs
C#
ChurchDataManagement/View/member/DataMember.Designer.cs
koreri91/ChurchMemberDataManagement
214ced4a0ec0bad63e39f5d201b8857258a0d41a
[ "MIT" ]
null
null
null
ChurchDataManagement/View/member/DataMember.Designer.cs
koreri91/ChurchMemberDataManagement
214ced4a0ec0bad63e39f5d201b8857258a0d41a
[ "MIT" ]
null
null
null
ChurchDataManagement/View/member/DataMember.Designer.cs
koreri91/ChurchMemberDataManagement
214ced4a0ec0bad63e39f5d201b8857258a0d41a
[ "MIT" ]
null
null
null
 namespace ChurchDataManagement.View.member { partial class DataMember { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </s...
46.865031
162
0.608457
329759c2e2af534e0331289b8d761f88e8b957b4
934
cs
C#
materials/sources/assembly_valheim/SlowUpdater.cs
ingvard/valheim-jserver
749eb36f02d41e3e3df7d5e16abd5cd0fdb950ad
[ "Apache-2.0" ]
null
null
null
materials/sources/assembly_valheim/SlowUpdater.cs
ingvard/valheim-jserver
749eb36f02d41e3e3df7d5e16abd5cd0fdb950ad
[ "Apache-2.0" ]
null
null
null
materials/sources/assembly_valheim/SlowUpdater.cs
ingvard/valheim-jserver
749eb36f02d41e3e3df7d5e16abd5cd0fdb950ad
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; // Token: 0x020000AE RID: 174 public class SlowUpdater : MonoBehaviour { // Token: 0x06000BC0 RID: 3008 RVA: 0x00053B07 File Offset: 0x00051D07 private void Awake() { base.StartCoroutine("UpdateLoop"); } // Token: 0x0...
21.72093
72
0.667024
cfb80ac0ee42d3d349c655ba6ff882330e55ec69
937
cs
C#
WFM-Teams-Adapter/src/WfmTeams.Adapter.Functions/Models/WeekModel.cs
Andy65/Microsoft-Teams-Shifts-WFM-Connectors
898668e63be8a7c09d86bac550c598ea516ba2fa
[ "MIT" ]
null
null
null
WFM-Teams-Adapter/src/WfmTeams.Adapter.Functions/Models/WeekModel.cs
Andy65/Microsoft-Teams-Shifts-WFM-Connectors
898668e63be8a7c09d86bac550c598ea516ba2fa
[ "MIT" ]
null
null
null
WFM-Teams-Adapter/src/WfmTeams.Adapter.Functions/Models/WeekModel.cs
Andy65/Microsoft-Teams-Shifts-WFM-Connectors
898668e63be8a7c09d86bac550c598ea516ba2fa
[ "MIT" ]
null
null
null
// --------------------------------------------------------------------------- // <copyright file="WeekModel.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- namespace WfmTeams.Adapt...
31.233333
79
0.482391
57cb39f124a6c52ffab5a06bdcc53ebae74e6205
1,304
cs
C#
test/Aliencube.AzureFunctions.Extensions.DependencyInjection.Tests/Validators/LoggerTypeValidatorTests.cs
Watts-Energy/AzureFunctions.Extensions
f256b259121ea5d50c0e03aaa8a58536d9eb9215
[ "MIT" ]
82
2018-12-12T07:04:30.000Z
2022-03-25T21:49:27.000Z
test/Aliencube.AzureFunctions.Extensions.DependencyInjection.Tests/Validators/LoggerTypeValidatorTests.cs
Watts-Energy/AzureFunctions.Extensions
f256b259121ea5d50c0e03aaa8a58536d9eb9215
[ "MIT" ]
127
2018-04-30T13:02:59.000Z
2021-11-26T14:06:23.000Z
test/Aliencube.AzureFunctions.Extensions.DependencyInjection.Tests/Validators/LoggerTypeValidatorTests.cs
Watts-Energy/AzureFunctions.Extensions
f256b259121ea5d50c0e03aaa8a58536d9eb9215
[ "MIT" ]
62
2018-08-18T05:44:15.000Z
2021-04-30T15:41:08.000Z
using Aliencube.AzureFunctions.Extensions.DependencyInjection.Tests.Fakes; using FluentAssertions; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; namespace Aliencube.AzureFunctions.Extensions.DependencyInjection.Tests { /// <summary> /// This represents t...
27.166667
88
0.661043
01f1b2b6e658069e01b4d065d9fb987111f33f1b
16,586
cs
C#
src/postal2_screen_patcher/frm_main.Designer.cs
EpicMorg/Postal2ScreenPatcher
f0c9d2d6201fbdf3f3e0853c979d4e25ac9c57d5
[ "MIT" ]
null
null
null
src/postal2_screen_patcher/frm_main.Designer.cs
EpicMorg/Postal2ScreenPatcher
f0c9d2d6201fbdf3f3e0853c979d4e25ac9c57d5
[ "MIT" ]
null
null
null
src/postal2_screen_patcher/frm_main.Designer.cs
EpicMorg/Postal2ScreenPatcher
f0c9d2d6201fbdf3f3e0853c979d4e25ac9c57d5
[ "MIT" ]
null
null
null
namespace postal2_screen_patcher { partial class frm_main { /// <summary> /// Требуется переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. /// </summa...
51.83125
174
0.619981
bfae5f7394ed3de36255778a0eb4f3c07415ffbc
3,216
cs
C#
Scripts/GameMaster.cs
soukatsu-ouc-programmers/dangomushi
d6eec74fd421eabde6f2f9586910fe36297f1da6
[ "MIT" ]
1
2020-12-13T07:32:25.000Z
2020-12-13T07:32:25.000Z
Scripts/GameMaster.cs
soukatsu-ouc-programmers/dangomushi
d6eec74fd421eabde6f2f9586910fe36297f1da6
[ "MIT" ]
null
null
null
Scripts/GameMaster.cs
soukatsu-ouc-programmers/dangomushi
d6eec74fd421eabde6f2f9586910fe36297f1da6
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class GameMaster : MonoBehaviour { /// <summary> /// 1ゲームの制限時間 /// </summary> [SerializeField] private int limitTime = 180; /// <summary> /// 現在の残り...
23.136691
131
0.551928
e99aca0a10cae9edf40db87edc6ed275d3ecd8f5
1,988
cs
C#
Assets/Scripts/Homework/Session4Homework/spaceshipScript.cs
Bartlett-RC3/skilling-module-1-nasib96
de50ec0679618957b38e073e5543e8ccd33b44e0
[ "MIT" ]
null
null
null
Assets/Scripts/Homework/Session4Homework/spaceshipScript.cs
Bartlett-RC3/skilling-module-1-nasib96
de50ec0679618957b38e073e5543e8ccd33b44e0
[ "MIT" ]
null
null
null
Assets/Scripts/Homework/Session4Homework/spaceshipScript.cs
Bartlett-RC3/skilling-module-1-nasib96
de50ec0679618957b38e073e5543e8ccd33b44e0
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class spaceshipScript : MonoBehaviour { // Variables private Color obstacleColorChange = new Color(1, 1, 1); IEnumerator colourchangeCoroutine; private int startValue = 0; public UnityEngine.UI.Text startGame; ...
27.611111
122
0.585513
04f77c241884d677d056d5dfbe2285873d080f0f
914
cs
C#
src/Application/Program.cs
ethiago/enfile
c6a87fce9f01e450456ee6fb8a099bd594f2943a
[ "MIT" ]
null
null
null
src/Application/Program.cs
ethiago/enfile
c6a87fce9f01e450456ee6fb8a099bd594f2943a
[ "MIT" ]
null
null
null
src/Application/Program.cs
ethiago/enfile
c6a87fce9f01e450456ee6fb8a099bd594f2943a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace Enfile.Application { public class Program { ...
26.114286
97
0.584245
ca480933a3a07ac9b3e36822584e218996982699
18,998
cs
C#
UNITY_AIS/Assets/plugins/LeoLuz/Virtual Plug and Play Joystick/Utilities/Helpful Extention Methods/Editor/HideIfDrawer.cs
RabbitWhite/UNITY_AIS
7da4b633e8c5525b3e9f7e2cf7438a7108fcea56
[ "MIT" ]
6
2020-06-29T19:28:11.000Z
2022-03-05T16:49:52.000Z
UNITY_AIS/Assets/plugins/LeoLuz/Virtual Plug and Play Joystick/Utilities/Helpful Extention Methods/Editor/HideIfDrawer.cs
RabbitWhite/UNITY_AIS
7da4b633e8c5525b3e9f7e2cf7438a7108fcea56
[ "MIT" ]
1
2021-12-24T14:12:17.000Z
2021-12-25T21:56:43.000Z
UNITY_AIS/Assets/plugins/LeoLuz/Virtual Plug and Play Joystick/Utilities/Helpful Extention Methods/Editor/HideIfDrawer.cs
RabbitWhite/UNITY_AIS
7da4b633e8c5525b3e9f7e2cf7438a7108fcea56
[ "MIT" ]
4
2020-03-04T18:15:12.000Z
2021-12-26T07:12:35.000Z
using System.Collections; using UnityEditor; using UnityEngine; using System.Reflection; using System; using System.Collections.Generic; using System.Linq; [CustomPropertyDrawer(typeof(hideIf))] public class HideIfDrawer : PropertyDrawerGFPro { hideIf target { get { return ((hideIf)attribute); } } public st...
35.116451
616
0.620486
ca72ccb80fea8378d9c10528f6c14495d9ddcee0
1,175
cs
C#
Toggl.Core/Interactors/Location/GetAllCountriesInteractor.cs
medvedy/toggl
42029885b3d1194c71a2e35a0f104cdedd7068f5
[ "BSD-3-Clause" ]
null
null
null
Toggl.Core/Interactors/Location/GetAllCountriesInteractor.cs
medvedy/toggl
42029885b3d1194c71a2e35a0f104cdedd7068f5
[ "BSD-3-Clause" ]
null
null
null
Toggl.Core/Interactors/Location/GetAllCountriesInteractor.cs
medvedy/toggl
42029885b3d1194c71a2e35a0f104cdedd7068f5
[ "BSD-3-Clause" ]
1
2022-01-09T15:09:19.000Z
2022-01-09T15:09:19.000Z
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using Toggl.Shared; using Toggl.Shared.Models; namespace Toggl.Core.Interactors { public class GetAllCountriesInteractor : IInteractor<IObservable<List<ICountry>>> { [Preserve(AllMembe...
25.543478
85
0.56766
571560511c70b4c2ba2cf43018098389f2004d43
1,116
cs
C#
EasyTalents/Models/ProfessionalInformation.cs
AlanDuOl/ITTalents
b965d130eb23132b9dd1a20e3740a4134c532556
[ "MIT" ]
null
null
null
EasyTalents/Models/ProfessionalInformation.cs
AlanDuOl/ITTalents
b965d130eb23132b9dd1a20e3740a4134c532556
[ "MIT" ]
null
null
null
EasyTalents/Models/ProfessionalInformation.cs
AlanDuOl/ITTalents
b965d130eb23132b9dd1a20e3740a4134c532556
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace EasyTalents.Models { public class ProfessionalInformation { #region Entity properties [Key] public int ProfessionalInformationId { get; set; } [Required] [MaxLength(30)] pub...
28.615385
105
0.646953
c55c4c078191b6f702aef1b6baa0c2084dfee51c
853
cs
C#
docs/csharp/language-reference/keywords/codesnippet/CSharp/try-catch_2.cs
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
1
2021-09-07T14:05:00.000Z
2021-09-07T14:05:00.000Z
docs/csharp/language-reference/keywords/codesnippet/CSharp/try-catch_2.cs
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
1
2018-09-07T21:19:30.000Z
2018-09-07T21:19:30.000Z
docs/csharp/language-reference/keywords/codesnippet/CSharp/try-catch_2.cs
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
2
2020-05-28T07:09:07.000Z
2021-09-18T15:57:02.000Z
class ThrowTest3 { static void ProcessString(string s) { if (s == null) { throw new ArgumentNullException(); } } static void Main() { try { string s = null; Proces...
25.088235
75
0.43728
c56347e55bfe92f2f755cb7992153592578e0734
5,760
cs
C#
Turms.AcceptanceTest/MessageFixing.feature.cs
benohead/Turms
43ab03a2914b654435cb1c5a7cef5d946861a4a3
[ "MIT" ]
1
2018-05-25T12:34:40.000Z
2018-05-25T12:34:40.000Z
Turms.AcceptanceTest/MessageFixing.feature.cs
benohead/Turms
43ab03a2914b654435cb1c5a7cef5d946861a4a3
[ "MIT" ]
null
null
null
Turms.AcceptanceTest/MessageFixing.feature.cs
benohead/Turms
43ab03a2914b654435cb1c5a7cef5d946861a4a3
[ "MIT" ]
1
2019-09-19T06:05:16.000Z
2019-09-19T06:05:16.000Z
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by SpecFlow (http://www.specflow.org/). // SpecFlow Version:2.3.2.0 // SpecFlow Generator Version:2.3.0.0 // // Changes to this file may cause incorrect behavior and wi...
38.657718
120
0.613889
ef678a0966366a5383f67dbf385f8caf3ce748af
10,369
cshtml
C#
Web/Areas/Procurement/Views/TransportOrder/Edit.cshtml
nathnael/cats
964104a561ee5bdfeaf80e713ef98dc718b6856f
[ "Apache-2.0" ]
1
2021-06-01T16:27:55.000Z
2021-06-01T16:27:55.000Z
Web/Areas/Procurement/Views/TransportOrder/Edit.cshtml
IYoni/cats
c272eadcb15c9c127710c4a143e18d3d01f23bdf
[ "Apache-2.0" ]
null
null
null
Web/Areas/Procurement/Views/TransportOrder/Edit.cshtml
IYoni/cats
c272eadcb15c9c127710c4a143e18d3d01f23bdf
[ "Apache-2.0" ]
null
null
null
@using Cats.Helpers @model Cats.Models.TransportOrder @{ ViewBag.Title = Html.Translate("Edit"); //Layout = "~/Views/Shared/_MainLayout.cshtml"; Layout = "~/Views/Shared/NewTheme _MainLayout.cshtml"; ViewBag.PageTitle = Html.Translate("Edit Transport Order"); ViewBag.PageTitleDescription = ""; } ...
54.573684
204
0.452985
46080b7374c951579e571d6f08d52ff569b75e8c
1,990
cs
C#
Source/Libs/ManagedIrbis5/Source/Pft/Infrastructure/Compiler/NodeDictionary.cs
amironov73/ManagedIrbis5
3971b8bc91490d2a5c6cd0ece35f29cf18d586c5
[ "MIT" ]
null
null
null
Source/Libs/ManagedIrbis5/Source/Pft/Infrastructure/Compiler/NodeDictionary.cs
amironov73/ManagedIrbis5
3971b8bc91490d2a5c6cd0ece35f29cf18d586c5
[ "MIT" ]
1
2020-11-15T09:50:33.000Z
2020-11-15T09:50:33.000Z
Source/Libs/ManagedIrbis5/Source/Pft/Infrastructure/Compiler/NodeDictionary.cs
amironov73/ManagedIrbis5
3971b8bc91490d2a5c6cd0ece35f29cf18d586c5
[ "MIT" ]
1
2020-11-15T09:42:07.000Z
2020-11-15T09:42:07.000Z
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com // ReSharper disable CheckNamespace // ReSharper disable CommentTypo // ReSharper disable IdentifierTypo // ReSharper disable MemberCanBePrivate.Global // ReS...
22.873563
84
0.561809
f95e2c892d3d2fbf892d0307bfb13b87ab8d8360
635
cs
C#
src/dotnet/Micky5991.Samp.Net.Commands/Mapping/SampCommandMappingProfile.cs
Micky5991/samp-dotnet
7750db5a94fbc11056b284cb5e692191660273c9
[ "MIT" ]
null
null
null
src/dotnet/Micky5991.Samp.Net.Commands/Mapping/SampCommandMappingProfile.cs
Micky5991/samp-dotnet
7750db5a94fbc11056b284cb5e692191660273c9
[ "MIT" ]
null
null
null
src/dotnet/Micky5991.Samp.Net.Commands/Mapping/SampCommandMappingProfile.cs
Micky5991/samp-dotnet
7750db5a94fbc11056b284cb5e692191660273c9
[ "MIT" ]
null
null
null
using AutoMapper; using Micky5991.Samp.Net.Commands.Mapping.TypeConverters; using Micky5991.Samp.Net.Framework.Interfaces.Entities; namespace Micky5991.Samp.Net.Commands.Mapping { /// <summary> /// Sets default samp conversions needed for command parsing. /// </summary> public class SampCommandMappingP...
30.238095
92
0.670866
e62a4a5b397d72d42d1fc91acb568c53a8255f14
1,035
cs
C#
src/Enterspeed.Source.UmbracoCms.V9/Services/UmbracoContextProvider.cs
enterspeedhq/enterspeed-source-umbraco-cms
fd1e2154f3eea3d4aaf957c0e701d128e6bb8037
[ "MIT" ]
null
null
null
src/Enterspeed.Source.UmbracoCms.V9/Services/UmbracoContextProvider.cs
enterspeedhq/enterspeed-source-umbraco-cms
fd1e2154f3eea3d4aaf957c0e701d128e6bb8037
[ "MIT" ]
13
2021-02-09T17:54:40.000Z
2022-03-30T09:49:28.000Z
src/Enterspeed.Source.UmbracoCms.V9/Services/UmbracoContextProvider.cs
enterspeedhq/enterspeed-source-umbraco-cms
fd1e2154f3eea3d4aaf957c0e701d128e6bb8037
[ "MIT" ]
3
2021-08-03T10:20:28.000Z
2022-03-23T13:16:58.000Z
using Umbraco.Cms.Core.Web; namespace Enterspeed.Source.UmbracoCms.V9.Services { public class UmbracoContextProvider : IUmbracoContextProvider { private readonly IUmbracoContextAccessor _umbracoContextAccessor; private readonly IUmbracoContextFactory _umbracoContextFactory; public Umb...
34.5
98
0.684058
c75fd132d93ea94aa2651149f1daf1e259e97946
1,633
cs
C#
MapControl/WPF/Tile.WPF.cs
ClemensFischer/XAML-Map-Control
19d1b8f479a5c727288ea99fd6cb2964bf67e221
[ "MS-PL" ]
175
2017-04-03T09:45:34.000Z
2022-03-18T13:16:35.000Z
MapControl/WPF/Tile.WPF.cs
ClemensFischer/XAML-Map-Control
19d1b8f479a5c727288ea99fd6cb2964bf67e221
[ "MS-PL" ]
84
2017-06-05T18:09:19.000Z
2022-03-07T19:27:11.000Z
MapControl/WPF/Tile.WPF.cs
ClemensFischer/XAML-Map-Control
19d1b8f479a5c727288ea99fd6cb2964bf67e221
[ "MS-PL" ]
59
2017-04-10T14:29:08.000Z
2022-03-18T13:16:08.000Z
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control // © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Imaging; namespace MapControl { public partial class Tile ...
27.677966
93
0.560318
56cdd6f6abd98da967afa8bfe0631f81bb5d9d44
3,266
cs
C#
SunLine.Community.NUnitTests/Services/Core/MessageMentionServiceTest.cs
mczachurski/community
9fa88280a4c1a38af6eb538cad072feb5403c354
[ "Apache-2.0" ]
null
null
null
SunLine.Community.NUnitTests/Services/Core/MessageMentionServiceTest.cs
mczachurski/community
9fa88280a4c1a38af6eb538cad072feb5403c354
[ "Apache-2.0" ]
21
2015-02-08T18:51:50.000Z
2015-02-21T09:44:03.000Z
SunLine.Community.NUnitTests/Services/Core/MessageMentionServiceTest.cs
mczachurski/community
9fa88280a4c1a38af6eb538cad072feb5403c354
[ "Apache-2.0" ]
1
2021-01-13T04:47:50.000Z
2021-01-13T04:47:50.000Z
using System.Linq; using Microsoft.Practices.ServiceLocation; using NUnit.Framework; using SunLine.Community.Repositories.Core; using SunLine.Community.Repositories.Infrastructure; using SunLine.Community.Services.Core; namespace SunLine.Community.NUnitTests.Services.Core { [TestFixture] public class MessageM...
50.246154
170
0.705756
24b5cba9d7f89367156c525e98a273d825cf4471
2,234
cs
C#
SharpSanity.Tests/MedianTests.cs
greenygh0st/sharp-sanity
6128d7c3870f2838f61b6266a75235bc783978ed
[ "MIT" ]
null
null
null
SharpSanity.Tests/MedianTests.cs
greenygh0st/sharp-sanity
6128d7c3870f2838f61b6266a75235bc783978ed
[ "MIT" ]
5
2020-08-12T19:33:40.000Z
2020-11-30T20:09:26.000Z
SharpSanity.Tests/MedianTests.cs
greenygh0st/sharp-sanity
6128d7c3870f2838f61b6266a75235bc783978ed
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Xunit; using SharpSanity; namespace SharpSanity.Tests { public class MedianTests { [Fact] public void MedIsThree() { List<int> numRange = new List<int> { 1, 3, 5 }; int med = (int)Math.Round(SaneMath.Median(n...
26.282353
72
0.494181
06281de9c623f1a8f01e44191c460c394ffcc053
308
cs
C#
app/Barcoin/Barcoin.Client/View/DashboardView.xaml.cs
NadirBarlozzo/Barcoin
663a0ca9c24ea303f04e33eb2b56fac83d4f1780
[ "MIT" ]
1
2019-04-08T16:59:57.000Z
2019-04-08T16:59:57.000Z
app/Barcoin/Barcoin.Client/View/DashboardView.xaml.cs
NadirBarlozzo/Barcoin
663a0ca9c24ea303f04e33eb2b56fac83d4f1780
[ "MIT" ]
null
null
null
app/Barcoin/Barcoin.Client/View/DashboardView.xaml.cs
NadirBarlozzo/Barcoin
663a0ca9c24ea303f04e33eb2b56fac83d4f1780
[ "MIT" ]
null
null
null
using System.Windows.Controls; namespace Barcoin.Client.View { /// <summary> /// Logica di interazione per DashboardView.xaml /// </summary> public partial class DashboardView : UserControl { public DashboardView() { InitializeComponent(); } } }
19.25
52
0.600649
b79006c1bb7a39a5cb257c29505fc30c07d8ed7b
810
cs
C#
Enigma/Binary/Information/BinaryInformationSByte.cs
jaygumji/EnigmaDb
109af4cd25e04fd8004424dfe64b2be01f25000e
[ "Apache-2.0" ]
1
2015-08-22T15:08:40.000Z
2015-08-22T15:08:40.000Z
Enigma/Binary/Information/BinaryInformationSByte.cs
jaygumji/EnigmaDb
109af4cd25e04fd8004424dfe64b2be01f25000e
[ "Apache-2.0" ]
1
2015-05-21T06:56:11.000Z
2015-05-21T06:56:11.000Z
Enigma/Binary/Information/BinaryInformationSByte.cs
jaygumji/EnigmaDb
109af4cd25e04fd8004424dfe64b2be01f25000e
[ "Apache-2.0" ]
null
null
null
using Enigma.Binary.Converters; using System; namespace Enigma.Binary.Information { public class BinaryInformationSByte : IBinaryInformation<SByte> { private readonly BinaryConverterSByte _converter; public BinaryInformationSByte() { _converter = new BinaryConverterSByte();...
23.823529
84
0.622222
c662ef9d697a9494d45327615665a0d863d682b5
1,403
cs
C#
ProtoSDK/MS-RDPEGT/Types/RdpegtEnumTypes.cs
Grom-Li/WindowsProtocolTestSuites
fe1a56afeef952c9eac7d8129b9d16bcd197dcb1
[ "MIT" ]
332
2019-05-14T09:46:46.000Z
2022-03-23T19:45:34.000Z
ProtoSDK/MS-RDPEGT/Types/RdpegtEnumTypes.cs
Grom-Li/WindowsProtocolTestSuites
fe1a56afeef952c9eac7d8129b9d16bcd197dcb1
[ "MIT" ]
107
2015-11-27T05:44:26.000Z
2019-02-28T08:37:53.000Z
ProtoSDK/MS-RDPEGT/Types/RdpegtEnumTypes.cs
Grom-Li/WindowsProtocolTestSuites
fe1a56afeef952c9eac7d8129b9d16bcd197dcb1
[ "MIT" ]
106
2019-05-15T02:05:55.000Z
2022-03-25T00:52:11.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc; namesp...
28.632653
119
0.625802
af33ed5f33e1f5862eb28c5fa5faab45d7be7b0e
3,088
cs
C#
Topppro.WebSite/Extensions/ProductExtensions.cs
jmirancid/TropicalNet.Topppro
93abb9bcd2bc346b166425e20ba5bae7ddd7246f
[ "MIT" ]
null
null
null
Topppro.WebSite/Extensions/ProductExtensions.cs
jmirancid/TropicalNet.Topppro
93abb9bcd2bc346b166425e20ba5bae7ddd7246f
[ "MIT" ]
53
2015-04-07T23:10:13.000Z
2019-04-28T15:39:25.000Z
Topppro.WebSite/Extensions/ProductExtensions.cs
jmirancid/TropicalNet.Topppro
93abb9bcd2bc346b166425e20ba5bae7ddd7246f
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.IO; using System.Linq; using System.Web; using System.Web.Helpers; using System.Web.Mvc; using Topppro.Entities; using xFNet.Common.Extensions; namespace Topppro.WebSite.Extensions { public static class ProductExtensions { public static string GetThumb(th...
33.204301
167
0.615285
7fca96d0b669e582a4addf84e791182f3be699aa
1,859
cs
C#
quickstarts/apps/unity/mrtk/Assets/MixedReality.AzureObjectAnchors/Scripts/ObjectAnchorsSubscription.cs
industry-technology/azure-object-anchors
a96439c863f051e63b89481ecaaf05ae0c75d59d
[ "MIT" ]
null
null
null
quickstarts/apps/unity/mrtk/Assets/MixedReality.AzureObjectAnchors/Scripts/ObjectAnchorsSubscription.cs
industry-technology/azure-object-anchors
a96439c863f051e63b89481ecaaf05ae0c75d59d
[ "MIT" ]
null
null
null
quickstarts/apps/unity/mrtk/Assets/MixedReality.AzureObjectAnchors/Scripts/ObjectAnchorsSubscription.cs
industry-technology/azure-object-anchors
a96439c863f051e63b89481ecaaf05ae0c75d59d
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. using System; using System.IO; using System.Threading.Tasks; using UnityEngine; namespace Microsoft.Azure.ObjectAnchors.Unity.Sample { /// <summary> /// Login information required for azure /// </summary> ...
35.075472
171
0.571813
0505744ea6b80a1380410dd9836b3f9514c8b0a2
16,820
cs
C#
src-v1/NaNoE/FormMain.Designer.cs
edg3/NaNoE
1a89fcb91817a2dc2027623311d2365321db2c72
[ "Unlicense" ]
1
2019-01-08T15:18:02.000Z
2019-01-08T15:18:02.000Z
src-v1/NaNoE/FormMain.Designer.cs
edg3/NaNoE
1a89fcb91817a2dc2027623311d2365321db2c72
[ "Unlicense" ]
null
null
null
src-v1/NaNoE/FormMain.Designer.cs
edg3/NaNoE
1a89fcb91817a2dc2027623311d2365321db2c72
[ "Unlicense" ]
null
null
null
namespace NaNoE { partial class FormMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param nam...
50.510511
140
0.620571
a1caae24227ffbb4a0317a02a34a21cab406164d
1,137
cs
C#
Tourplaner/frontend/Commands/Button_Menu/ResizeApplicationCommand.cs
Ephaltes/Tourplaner
c8c2d1d3d4773f87ba6c2c2bb87433c4509f9d1c
[ "MIT" ]
null
null
null
Tourplaner/frontend/Commands/Button_Menu/ResizeApplicationCommand.cs
Ephaltes/Tourplaner
c8c2d1d3d4773f87ba6c2c2bb87433c4509f9d1c
[ "MIT" ]
null
null
null
Tourplaner/frontend/Commands/Button_Menu/ResizeApplicationCommand.cs
Ephaltes/Tourplaner
c8c2d1d3d4773f87ba6c2c2bb87433c4509f9d1c
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using System.Windows; using frontend.ViewModels; using Serilog; namespace frontend.Commands.Button_Menu { public class ResizeApplicationCommand : AsyncCommandBase { private readonly MainWindowViewModel _viewModel; private readonly ILogger _logger = Log.ForContext<...
31.583333
86
0.614776
6f272365d81b7fcffad5e0e415b75089cbbce336
5,927
cs
C#
CP/Standard/BasicGameFrameworkLibrary/ChooserClasses/ListViewPicker.cs
musictopia2/GamingPackXV3
dbc6ee2127f829b600fb084fc30b26f9020b8fde
[ "MIT" ]
null
null
null
CP/Standard/BasicGameFrameworkLibrary/ChooserClasses/ListViewPicker.cs
musictopia2/GamingPackXV3
dbc6ee2127f829b600fb084fc30b26f9020b8fde
[ "MIT" ]
null
null
null
CP/Standard/BasicGameFrameworkLibrary/ChooserClasses/ListViewPicker.cs
musictopia2/GamingPackXV3
dbc6ee2127f829b600fb084fc30b26f9020b8fde
[ "MIT" ]
null
null
null
namespace BasicGameFrameworkLibrary.ChooserClasses; public partial class ListViewPicker : SimpleControlObservable, IListViewPicker { public readonly BasicList<ListPieceModel> TextList = new(); //try list now. since its intended to be used from blazor programming model. public enum EnumIndexMethod { ...
34.063218
151
0.609077
5e0f36ac9329f075b7f3cfd1848c84242eec5361
4,119
cs
C#
Xpressive.Home.Plugins.Certificate/CertificateGateway.cs
xpressive-websolutions/Xpressive.Home.ProofOfConcept
f1d91af5221b08e38a7addf4b9191d6dfaa50146
[ "MIT" ]
5
2016-12-12T11:15:48.000Z
2021-02-22T21:09:56.000Z
Xpressive.Home.Plugins.Certificate/CertificateGateway.cs
xpressive-websolutions/Xpressive.Home.ProofOfConcept
f1d91af5221b08e38a7addf4b9191d6dfaa50146
[ "MIT" ]
null
null
null
Xpressive.Home.Plugins.Certificate/CertificateGateway.cs
xpressive-websolutions/Xpressive.Home.ProofOfConcept
f1d91af5221b08e38a7addf4b9191d6dfaa50146
[ "MIT" ]
4
2017-02-21T20:35:46.000Z
2021-08-19T11:06:29.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using log4net; using Xpressive.Home.Contracts.Gateway; using Xpressive.Home.Contracts.Messaging; namespace Xpressive.Home.Plug...
40.382353
147
0.619568
230fedf94f9340179ed8365badbbf5aa58fc22f5
2,152
cs
C#
Assets/Scripts/MoveClip.cs
asasasasasbc/AnimatorVR
c5e310d50b2cb4fd1d1a9d81bfe1dfc0b98938cb
[ "Apache-2.0" ]
1
2021-05-11T12:30:47.000Z
2021-05-11T12:30:47.000Z
Assets/Scripts/MoveClip.cs
asasasasasbc/AnimatorVR
c5e310d50b2cb4fd1d1a9d81bfe1dfc0b98938cb
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/MoveClip.cs
asasasasasbc/AnimatorVR
c5e310d50b2cb4fd1d1a9d81bfe1dfc0b98938cb
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class Frame { public bool keyFrame = false; public Vector3 position; public Quaternion rotation; } [System.Serializable] public class JsonMoveClip { public string name = "None"; public Fra...
22.185567
65
0.592937
43e22ca99f1c2eed08bd4d36279b0b93e08a86ab
6,908
cs
C#
db4o.net/Db4objects.Db4o.CS/Db4objects.Db4o.CS/CS/Internal/Messages/MsgD.cs
iboxdb/db4o-gpl
16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0
[ "Net-SNMP", "Xnet" ]
24
2019-08-25T12:58:07.000Z
2022-03-04T11:20:37.000Z
db4o.net/Db4objects.Db4o.CS/Db4objects.Db4o.CS/CS/Internal/Messages/MsgD.cs
iboxdb/db4o-gpl
16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0
[ "Net-SNMP", "Xnet" ]
null
null
null
db4o.net/Db4objects.Db4o.CS/Db4objects.Db4o.CS/CS/Internal/Messages/MsgD.cs
iboxdb/db4o-gpl
16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0
[ "Net-SNMP", "Xnet" ]
10
2019-08-30T10:25:41.000Z
2022-02-13T17:40:23.000Z
/* Copyright (C) 2004 - 2011 Versant Inc. http://www.db4o.com */ using System.Collections; using Db4objects.Db4o.CS.Internal; using Db4objects.Db4o.CS.Internal.Messages; using Db4objects.Db4o.Foundation; using Db4objects.Db4o.Internal; namespace Db4objects.Db4o.CS.Internal.Messages { /// <summary>Message...
27.412698
98
0.699045
be6c11df018622e14e6ee5bf0f4d5229e5748285
895
cs
C#
Choices.cs
Lyrcaxis/DialogueEditor
68a71500d6b471cf887c7523a672e8527bf8a32d
[ "MIT" ]
1
2021-01-08T10:20:46.000Z
2021-01-08T10:20:46.000Z
Choices.cs
Lyrcaxis/DialogueEditor
68a71500d6b471cf887c7523a672e8527bf8a32d
[ "MIT" ]
null
null
null
Choices.cs
Lyrcaxis/DialogueEditor
68a71500d6b471cf887c7523a672e8527bf8a32d
[ "MIT" ]
null
null
null
using Sirenix.OdinInspector; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Design.DialogueEditor { [System.Serializable] public class DialogueChoice { [HideInInspector] public int ID; [HideInInspector] public Rect PositionInGrid; public string ChoiceText; public ...
27.96875
113
0.741899
4174277b5e7859f9a8ad30cbdd38b88f1b7ad70a
34,919
cs
C#
src/Tests/Kephas.Messaging.Tests/DefaultMessageProcessorTest.cs
kephas-software/kephas
059a36b71dbf60de455fb245e5b41b1db980637f
[ "MIT" ]
19
2018-12-24T05:12:26.000Z
2022-02-18T19:58:06.000Z
src/Tests/Kephas.Messaging.Tests/DefaultMessageProcessorTest.cs
kephas-software/kephas
059a36b71dbf60de455fb245e5b41b1db980637f
[ "MIT" ]
9
2018-11-24T14:50:00.000Z
2022-03-02T13:07:17.000Z
src/Tests/Kephas.Messaging.Tests/DefaultMessageProcessorTest.cs
kephas-software/kephas
059a36b71dbf60de455fb245e5b41b1db980637f
[ "MIT" ]
1
2020-11-16T18:18:42.000Z
2020-11-16T18:18:42.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultMessageProcessorTest.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file i...
52.668175
280
0.607406
ac6d1daf8c5940530bdf2d8cde9a8357fe4f86a3
4,455
cs
C#
src/Gallio/Gallio/Model/Isolation/TestIsolationClient.cs
soelske/mbunit-v3
8e561d2cc0653d94c511fa9c60d75f27a84d62e7
[ "ECL-2.0", "Apache-2.0" ]
49
2015-03-13T12:14:29.000Z
2021-12-05T23:10:31.000Z
src/Gallio/Gallio/Model/Isolation/TestIsolationClient.cs
soelske/mbunit-v3
8e561d2cc0653d94c511fa9c60d75f27a84d62e7
[ "ECL-2.0", "Apache-2.0" ]
9
2015-03-17T18:22:35.000Z
2019-07-17T03:05:30.000Z
src/Gallio/Gallio/Model/Isolation/TestIsolationClient.cs
soelske/mbunit-v3
8e561d2cc0653d94c511fa9c60d75f27a84d62e7
[ "ECL-2.0", "Apache-2.0" ]
39
2015-03-15T11:53:10.000Z
2021-11-09T03:03:13.000Z
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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:...
35.64
168
0.567452
389e902525f1dd31d92357a3c52b9efaf2efec7c
715
cs
C#
src/server/TypeLibrary.Services/Contracts/ITransportService.cs
mimir-org/typelibrary
493f332921098e014800f98baa0071907edc46d4
[ "MIT" ]
3
2022-01-26T12:55:10.000Z
2022-03-08T15:07:49.000Z
src/server/TypeLibrary.Services/Contracts/ITransportService.cs
mimir-org/typelibrary
493f332921098e014800f98baa0071907edc46d4
[ "MIT" ]
1
2022-03-07T12:59:37.000Z
2022-03-07T12:59:37.000Z
src/server/TypeLibrary.Services/Contracts/ITransportService.cs
mimir-org/typelibrary
493f332921098e014800f98baa0071907edc46d4
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Threading.Tasks; using Mimirorg.TypeLibrary.Models.Application; using Mimirorg.TypeLibrary.Models.Client; namespace TypeLibrary.Services.Contracts { public interface ITransportService { Task<TransportLibCm> Get(string id); Task<IEnumerable<Transpor...
39.722222
116
0.751049
38dea8d388f6501855ebfd9c05c13acb8ed0aa13
471
cs
C#
XslTransformer.Core/Model/MessageType.cs
dokumediacoach/XslTransformer
e52d7befd464cbc26a47b9a53bd9192b0d3dcd08
[ "MIT" ]
null
null
null
XslTransformer.Core/Model/MessageType.cs
dokumediacoach/XslTransformer
e52d7befd464cbc26a47b9a53bd9192b0d3dcd08
[ "MIT" ]
null
null
null
XslTransformer.Core/Model/MessageType.cs
dokumediacoach/XslTransformer
e52d7befd464cbc26a47b9a53bd9192b0d3dcd08
[ "MIT" ]
null
null
null
namespace XslTransformer.Core { public enum MessageType { FileNotFoundError, XmlInputFileMalformedXmlError, XmlInputFileInvalidXmlError, XmlInputFileError, XmlValidationWarning, XmlValidationError, XsltStylesheetError, XsltMalformedXmlError, ...
23.55
38
0.66879
ad6179956e3e5ca98646014d22893d2b4d834412
1,208
cs
C#
aspnet/RVTR.Booking.WebApi/Program.cs
2006-jun15-net/rvtr-svc-booking
d33836b7f5f9f232f7d99d5c32e66f21173c0fe2
[ "MIT" ]
null
null
null
aspnet/RVTR.Booking.WebApi/Program.cs
2006-jun15-net/rvtr-svc-booking
d33836b7f5f9f232f7d99d5c32e66f21173c0fe2
[ "MIT" ]
null
null
null
aspnet/RVTR.Booking.WebApi/Program.cs
2006-jun15-net/rvtr-svc-booking
d33836b7f5f9f232f7d99d5c32e66f21173c0fe2
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using RVTR.Booking.DataContext; namespace RVTR.Booking.WebApi { /// <summary> /// /// </summary> public class Program { /// <summary> /// /// </sum...
22.792453
72
0.619205
ad795d1efa61ebc14e57bcbd5ae906808e51f9d7
662
cs
C#
BattleAuth.Contracts/Domain/V1/RefreshToken.cs
Battle-Line-Productions/BattleAuthService
d76208389fc0c2f01df65e127329c33dedcacc64
[ "MIT" ]
null
null
null
BattleAuth.Contracts/Domain/V1/RefreshToken.cs
Battle-Line-Productions/BattleAuthService
d76208389fc0c2f01df65e127329c33dedcacc64
[ "MIT" ]
1
2021-04-07T00:40:51.000Z
2021-04-07T00:40:51.000Z
BattleAuth.Contracts/Domain/V1/RefreshToken.cs
Battle-Line-Productions/BattleAuthService
d76208389fc0c2f01df65e127329c33dedcacc64
[ "MIT" ]
null
null
null
namespace BattleAuth.Contracts.Domain.V1 { using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Microsoft.AspNetCore.Identity; public class RefreshToken { [Key] public string Token { get; set; } public str...
22.827586
55
0.622356
e2a9aa35125ba2fb22d673ce12ef0e9fdcce54e2
811
cs
C#
Api/Data/Collections/Infectado.cs
marcelofelipesilva/dotnet_mongo_melhorado
5a3f144407197f0a0208cb43e8d0b5677309b4bd
[ "MIT" ]
null
null
null
Api/Data/Collections/Infectado.cs
marcelofelipesilva/dotnet_mongo_melhorado
5a3f144407197f0a0208cb43e8d0b5677309b4bd
[ "MIT" ]
null
null
null
Api/Data/Collections/Infectado.cs
marcelofelipesilva/dotnet_mongo_melhorado
5a3f144407197f0a0208cb43e8d0b5677309b4bd
[ "MIT" ]
null
null
null
using System; using MongoDB.Bson.Serialization.Attributes; using MongoDB.Bson.Serialization.IdGenerators; namespace Api.Data.Collections { public class Infectado { public Infectado(string id,DateTime dataNascimento, string sexo, string estado, string cidade) { this.Id = id; ...
31.192308
102
0.610358
e2ea3f06243056268203a573c895ab9302f76a7b
1,896
cs
C#
framework/wcf/Scenario/DiscoveryScenario/CS/Service/CalculatorService.cs
joseocampo/samples
777603ce078af205ef915de5082cf15f30fa30a9
[ "CC-BY-4.0", "MIT" ]
2,197
2018-04-01T06:11:52.000Z
2022-03-31T15:51:15.000Z
framework/wcf/Scenario/DiscoveryScenario/CS/Service/CalculatorService.cs
joseocampo/samples
777603ce078af205ef915de5082cf15f30fa30a9
[ "CC-BY-4.0", "MIT" ]
2,376
2018-04-01T06:19:23.000Z
2022-03-24T13:04:46.000Z
framework/wcf/Scenario/DiscoveryScenario/CS/Service/CalculatorService.cs
joseocampo/samples
777603ce078af205ef915de5082cf15f30fa30a9
[ "CC-BY-4.0", "MIT" ]
4,415
2018-03-31T03:34:29.000Z
2022-03-31T16:09:27.000Z
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- using System; using System.ServiceModel; namespace Microsoft.Samples.Discovery { // Define a service contract. [...
31.081967
71
0.530063
48d5119b70c9ab6603cb28756055ee6a91057ea5
3,361
cs
C#
src/Myra/Graphics2D/UI/Container.cs
Genobreaker/Myra
8b949cb00a3838d19aa6d9b67c6b86a76091fc5d
[ "MIT" ]
null
null
null
src/Myra/Graphics2D/UI/Container.cs
Genobreaker/Myra
8b949cb00a3838d19aa6d9b67c6b86a76091fc5d
[ "MIT" ]
null
null
null
src/Myra/Graphics2D/UI/Container.cs
Genobreaker/Myra
8b949cb00a3838d19aa6d9b67c6b86a76091fc5d
[ "MIT" ]
null
null
null
using Myra.Attributes; using Newtonsoft.Json; using System.Collections.Generic; #if !XENKO using Microsoft.Xna.Framework; #else using Xenko.Core.Mathematics; #endif namespace Myra.Graphics2D.UI { public abstract class Container : Widget { private bool _childrenDirty = true; private readonly List<Widget> _childr...
16.004762
85
0.650402
8e8a5cb841673176344a36c6ed3ccb5a956dcb22
2,118
cs
C#
src/EventStore.Core.Tests/Services/Storage/Idempotency/when_writing_a_second_event_after_the_first_event_has_been_replicated.cs
odudycz/EventStore
f91eb38bb95a2be783a5eddaed54f96d225dbed1
[ "Apache-2.0", "CC0-1.0" ]
1
2020-10-05T15:59:49.000Z
2020-10-05T15:59:49.000Z
src/EventStore.Core.Tests/Services/Storage/Idempotency/when_writing_a_second_event_after_the_first_event_has_been_replicated.cs
odudycz/EventStore
f91eb38bb95a2be783a5eddaed54f96d225dbed1
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
src/EventStore.Core.Tests/Services/Storage/Idempotency/when_writing_a_second_event_after_the_first_event_has_been_replicated.cs
odudycz/EventStore
f91eb38bb95a2be783a5eddaed54f96d225dbed1
[ "Apache-2.0", "CC0-1.0" ]
2
2021-04-06T13:42:07.000Z
2021-04-06T14:34:47.000Z
using System; using EventStore.Core.Data; using EventStore.Core.Services.Storage.ReaderIndex; using NUnit.Framework; namespace EventStore.Core.Tests.Services.Storage.Idempotency { [TestFixture] public class when_writing_a_second_event_after_the_first_event_has_been_replicated : WriteEventsToIndexScenario{ private...
38.509091
120
0.773371
62f6a3fb18cd875edf4c812a57e4edb1541c6052
4,821
cs
C#
src/app/Specify/Configuration/BootstrapperBase.cs
mwhelan/Specify
7a6f02a3d497ef5567976e78caa151ab334433d8
[ "MIT" ]
22
2015-08-19T15:17:43.000Z
2022-03-07T15:25:32.000Z
src/app/Specify/Configuration/BootstrapperBase.cs
mwhelan/Specify
7a6f02a3d497ef5567976e78caa151ab334433d8
[ "MIT" ]
21
2015-04-07T17:01:53.000Z
2022-03-24T13:01:15.000Z
src/app/Specify/Configuration/BootstrapperBase.cs
mwhelan/Specify
7a6f02a3d497ef5567976e78caa151ab334433d8
[ "MIT" ]
13
2015-04-07T15:51:18.000Z
2017-11-23T16:22:46.000Z
using System.Collections.Generic; using System.Linq; using Specify.Configuration.StepScanners; using Specify.Logging; using Specify.Mocks; using TestStack.BDDfy.Configuration; using TestStack.BDDfy.Reporters.Html; namespace Specify.Configuration { /// <summary> /// The base bootstrapper class provid...
40.855932
125
0.608795
7b0e6215a0aee0300947f85810e5921ee063d9b3
2,015
cs
C#
2_Libs/Networking/TcpClientSample/QuotesClient.cs
LuohuaRain/ProfessionalCSharp2021
6f8a506d144c854642ac80d1bdc7d576ded1572b
[ "MIT" ]
83
2021-05-30T09:30:55.000Z
2022-03-31T10:47:36.000Z
2_Libs/Networking/TcpClientSample/QuotesClient.cs
LuohuaRain/ProfessionalCSharp2021
6f8a506d144c854642ac80d1bdc7d576ded1572b
[ "MIT" ]
14
2021-05-28T07:24:32.000Z
2022-03-26T09:07:32.000Z
2_Libs/Networking/TcpClientSample/QuotesClient.cs
LuohuaRain/ProfessionalCSharp2021
6f8a506d144c854642ac80d1bdc7d576ded1572b
[ "MIT" ]
23
2021-06-06T12:56:51.000Z
2022-03-15T12:34:47.000Z
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; record QuotesClientOptions { public string? Hostname { get; init; } public int ServerPort { get; init; } } class QuotesClien...
31.984127
92
0.571712
7b3e4e9194e589c94e947b5ad00cf9d313b9c3b8
1,361
cs
C#
Translator/Translator/Helper/HistoryService.cs
mayur-tendulkar/Translator
4fa0dd3d21ea70cc3f787957f67f84a09b8706e5
[ "MIT" ]
null
null
null
Translator/Translator/Helper/HistoryService.cs
mayur-tendulkar/Translator
4fa0dd3d21ea70cc3f787957f67f84a09b8706e5
[ "MIT" ]
null
null
null
Translator/Translator/Helper/HistoryService.cs
mayur-tendulkar/Translator
4fa0dd3d21ea70cc3f787957f67f84a09b8706e5
[ "MIT" ]
null
null
null
using Newtonsoft.Json; using PCLStorage; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Translator.Model; namespace Translator.Helper { public static class HistoryService { public static async Task<List<TranslateHistory>> ReadHistoryAsync() { ...
41.242424
145
0.714916
7b9ec4a900574950999be9047a5db3c8ddfb77f9
1,999
cs
C#
test/Norns.Destiny.UT/Verthandi/AOP/VerthandiTest.cs
fs7744/Norns
0e58354ad9a942274167780138074b16339bc8e5
[ "MIT" ]
20
2018-11-06T06:56:12.000Z
2021-01-04T00:28:33.000Z
test/Norns.Destiny.UT/Verthandi/AOP/VerthandiTest.cs
fs7744/Norns
0e58354ad9a942274167780138074b16339bc8e5
[ "MIT" ]
6
2018-11-08T11:45:57.000Z
2020-10-24T07:27:05.000Z
test/Norns.Destiny.UT/Verthandi/AOP/VerthandiTest.cs
fs7744/Norns
0e58354ad9a942274167780138074b16339bc8e5
[ "MIT" ]
4
2018-11-09T03:03:55.000Z
2021-09-09T14:52:24.000Z
using Microsoft.Extensions.DependencyInjection; using Norns.Destiny.AOP; using Norns.Destiny.Attributes; using Norns.Destiny.RuntimeSymbol; using Norns.Destiny.Structure; using Norns.Destiny.UT.Skuld.AOP; using Norns.Verthandi.AOP; using Norns.Verthandi.Loom; using System; using System.Collections.Generic; using Syste...
40.795918
147
0.670835
e88255e8f345a3ad739415b69f3633c6d21c5f1e
2,857
cs
C#
Software/Musicat/RhythmCat/RhythmCat/Codelets/Links/MeasureLinkBreakerCodelet.cs
Mora-Hannover/FARGonautica
c25956cf5bbd3e493a1fa7c44ba6316c912012fc
[ "MIT" ]
3
2017-08-26T11:28:25.000Z
2017-08-28T15:38:29.000Z
Software/Musicat/RhythmCat/RhythmCat/Codelets/Links/MeasureLinkBreakerCodelet.cs
Mora-Hannover/FARGonautica
c25956cf5bbd3e493a1fa7c44ba6316c912012fc
[ "MIT" ]
3
2017-07-30T23:03:00.000Z
2017-08-05T04:14:31.000Z
Software/Musicat/RhythmCat/RhythmCat/Codelets/Links/MeasureLinkBreakerCodelet.cs
Alex-Linhares/FARGlexandria
3391d285ef8f2e2f9cc2521786d081caa88f92ae
[ "MIT" ]
1
2017-07-31T18:15:43.000Z
2017-07-31T18:15:43.000Z
using System; using System.Collections.Generic; using System.Text; namespace RhythmCat { [Codelet("Breaker", CodeletAttribute.CodeletWorkType.Create, 20, true)] public class MeasureLinkBreakerCodelet : Codelet { //private const float ACTIVATION_INCREASE_FOR_FEATURE = 20; /// <summary> /// The...
29.760417
139
0.673784
e012974afa1c51df6e551a8e90d4603a41340f65
4,896
cs
C#
src/Forms/XLabs.Forms/Controls/CheckBox.cs
hodor/Xamarin-Forms-Labs
ecfadfe2d48b39f0631c12305a5ede537f4189ea
[ "Apache-2.0" ]
1
2019-05-01T16:49:32.000Z
2019-05-01T16:49:32.000Z
src/Forms/XLabs.Forms/Controls/CheckBox.cs
hodor/Xamarin-Forms-Labs
ecfadfe2d48b39f0631c12305a5ede537f4189ea
[ "Apache-2.0" ]
null
null
null
src/Forms/XLabs.Forms/Controls/CheckBox.cs
hodor/Xamarin-Forms-Labs
ecfadfe2d48b39f0631c12305a5ede537f4189ea
[ "Apache-2.0" ]
null
null
null
using System; using Xamarin.Forms; namespace XLabs.Forms.Controls { /// <summary> /// The check box. /// </summary> public class CheckBox : View { /// <summary> /// The checked state property. /// </summary> public static readonly BindableProperty CheckedProperty = BindableProperty.Create<CheckBox, bo...
23.09434
108
0.630106
551cae303ce1d0b5208ae698b738a59b9b0ebddf
1,364
cs
C#
Assets/Scripts/Model/Ships/YT-2400/DashRendar.cs
borkin8r/FlyCasual
b3aed05844c464702af5f35c3fbae5940b0b1c97
[ "MIT" ]
null
null
null
Assets/Scripts/Model/Ships/YT-2400/DashRendar.cs
borkin8r/FlyCasual
b3aed05844c464702af5f35c3fbae5940b0b1c97
[ "MIT" ]
null
null
null
Assets/Scripts/Model/Ships/YT-2400/DashRendar.cs
borkin8r/FlyCasual
b3aed05844c464702af5f35c3fbae5940b0b1c97
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using Ship; using System; namespace Ship { namespace YT2400 { public class DashRendar : YT2400 { public DashRendar() : base() { PilotName = "Dash Rendar"; Pilo...
23.929825
87
0.59824
92092864cff36b00377863610707f2950957da29
1,476
cs
C#
PddOpenSdk/PddOpenSdk/Models/Request/OpenMsg/MsgOpenMsgServiceSendExpress.cs
niltor/open-pdd-net-sdk
644a66e8779fd1fb6ff0c330a0ca1aec7c0f88b1
[ "Apache-2.0" ]
134
2018-09-12T12:49:37.000Z
2022-02-28T20:50:22.000Z
PddOpenSdk/PddOpenSdk/Models/Request/OpenMsg/MsgOpenMsgServiceSendExpress.cs
niltor/open-pdd-net-sdk
644a66e8779fd1fb6ff0c330a0ca1aec7c0f88b1
[ "Apache-2.0" ]
7
2019-06-18T05:24:10.000Z
2022-03-27T04:27:43.000Z
PddOpenSdk/PddOpenSdk/Models/Request/OpenMsg/MsgOpenMsgServiceSendExpress.cs
niltor/open-pdd-net-sdk
644a66e8779fd1fb6ff0c330a0ca1aec7c0f88b1
[ "Apache-2.0" ]
41
2018-10-08T02:27:51.000Z
2021-12-05T15:19:19.000Z
namespace PddOpenSdk.Models.Request.OpenMsg; public partial class MsgOpenMsgServiceSendExpress { /// <summary> /// 短信签名名称 /// </summary> [JsonPropertyName("sign_name")] public string SignName { get; set; } /// <summary> /// 短信模板CODE /// </summary> [JsonPropertyName("template_code")...
22.707692
75
0.579268
a7fe959b8e3cac2ccdc274364a3973bdc0720d64
3,138
cs
C#
src/BlazorRssReader/Pages/Listing/Index.cshtml.cs
anuraj/blazor-rss-reader
734ba0eca97b3e6bf608320aad5a979ac2ef9c36
[ "MIT" ]
null
null
null
src/BlazorRssReader/Pages/Listing/Index.cshtml.cs
anuraj/blazor-rss-reader
734ba0eca97b3e6bf608320aad5a979ac2ef9c36
[ "MIT" ]
null
null
null
src/BlazorRssReader/Pages/Listing/Index.cshtml.cs
anuraj/blazor-rss-reader
734ba0eca97b3e6bf608320aad5a979ac2ef9c36
[ "MIT" ]
null
null
null
using Blazored.Storage; using BlazorRssReader.Models; using BlazorRssReader.Services; using Microsoft.AspNetCore.Blazor.Components; using Microsoft.AspNetCore.Blazor.Services; using Microsoft.Extensions.Logging; using Microsoft.Toolkit.Parsers; using System.Collections.Generic; using System.Threading.Tasks; using Syst...
27.526316
85
0.560229
340fdc12c5275d8f7fdd38a43bddc5a19c2db4c7
2,066
cs
C#
SubloaderWpf/Converters/ColorBrightnessConverter.cs
Valyreon/Subloader
d9feca48ee76d0c027601dcef05cb57e75bde99e
[ "MIT" ]
62
2018-11-05T11:29:50.000Z
2022-01-12T19:43:13.000Z
SubloaderWpf/Converters/ColorBrightnessConverter.cs
Valyreon/Subloader
d9feca48ee76d0c027601dcef05cb57e75bde99e
[ "MIT" ]
8
2018-11-08T12:39:48.000Z
2021-06-30T05:22:01.000Z
SubloaderWpf/Converters/ColorBrightnessConverter.cs
Valyreon/Subloader
d9feca48ee76d0c027601dcef05cb57e75bde99e
[ "MIT" ]
6
2020-11-14T03:31:13.000Z
2022-03-17T16:38:36.000Z
using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; namespace SubloaderWpf.Converters { public class ColorBrightnessConverter : IValueConverter { public static Color ChangeColorBrightness(Color color, float correctionFactor) { var red = (...
30.835821
103
0.522265
d3567eb1759f2178f311773fd53e9a7965a0bcbf
3,226
cs
C#
app/Startup.cs
flyrev/Fortnite-Replay-Analyzer
170a3c4cba014e68579ce70d964ab7505ba9d3f5
[ "MIT" ]
6
2020-08-09T00:27:57.000Z
2022-03-03T21:15:03.000Z
app/Startup.cs
flyrev/Fortnite-Replay-Analyzer
170a3c4cba014e68579ce70d964ab7505ba9d3f5
[ "MIT" ]
null
null
null
app/Startup.cs
flyrev/Fortnite-Replay-Analyzer
170a3c4cba014e68579ce70d964ab7505ba9d3f5
[ "MIT" ]
1
2020-10-11T12:12:21.000Z
2020-10-11T12:12:21.000Z
using FortniteReplayAnalyzer.Controllers.ExternalApis; using FortniteReplayAnalyzer.ExternalApis; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer; using Microsoft.Extensions.Configuration;...
37.511628
191
0.609423
cb9b246dfdbac293245937ec52fd8ae59d06b5b0
1,096
cs
C#
Assets/NoesisGUI/Plugins/API/Core/RenderTarget.cs
CodingJinxx/polypoly
2c29ff0e52a9aa2b95c5513f563c60f62824a607
[ "MIT" ]
1
2020-11-12T18:45:52.000Z
2020-11-12T18:45:52.000Z
Assets/NoesisGUI/Plugins/API/Core/RenderTarget.cs
CodingJinxx/polypoly
2c29ff0e52a9aa2b95c5513f563c60f62824a607
[ "MIT" ]
null
null
null
Assets/NoesisGUI/Plugins/API/Core/RenderTarget.cs
CodingJinxx/polypoly
2c29ff0e52a9aa2b95c5513f563c60f62824a607
[ "MIT" ]
null
null
null
using System; using System.Runtime.InteropServices; namespace Noesis { /// <summary> /// 2D texture that can be used as render target. /// </summary> public class RenderTarget { /// <summary> /// Returns the resolve texture. /// </summary> public Textur...
26.731707
89
0.551095
dba17c64bba6cc31b60ac28592c25a648a2ad935
3,013
cs
C#
DeselectOwnGizmos/DeselectOwnGizmos.cs
badhaloninja/DeselectOwnGizmos
bd99130e5a41cbe389e2311df97284b73b31e671
[ "MIT" ]
3
2022-01-19T19:29:41.000Z
2022-03-21T02:20:17.000Z
DeselectOwnGizmos/DeselectOwnGizmos.cs
badhaloninja/DeselectOwnGizmos
bd99130e5a41cbe389e2311df97284b73b31e671
[ "MIT" ]
null
null
null
DeselectOwnGizmos/DeselectOwnGizmos.cs
badhaloninja/DeselectOwnGizmos
bd99130e5a41cbe389e2311df97284b73b31e671
[ "MIT" ]
null
null
null
using BaseX; using FrooxEngine; using HarmonyLib; using NeosModLoader; using System; namespace DeselectOwnGizmos { public class DeselectOwnGizmos : NeosMod { public override string Name => "DeselectOwnGizmos"; public override string Author => "badhaloninja"; public override string Versi...
43.042857
164
0.597743
a3d7f79a52b2a8fa073efa78cf5aa40c84b4d584
8,619
cs
C#
src/Logbert/Dialogs/Docking/FrmLogTree.Designer.cs
Comandx/Logbert
e3c873cf9fc4e112d763117727c4ce5b516bbfa7
[ "MIT" ]
null
null
null
src/Logbert/Dialogs/Docking/FrmLogTree.Designer.cs
Comandx/Logbert
e3c873cf9fc4e112d763117727c4ce5b516bbfa7
[ "MIT" ]
null
null
null
src/Logbert/Dialogs/Docking/FrmLogTree.Designer.cs
Comandx/Logbert
e3c873cf9fc4e112d763117727c4ce5b516bbfa7
[ "MIT" ]
null
null
null
namespace Com.Couchcoding.Logbert.Dialogs.Docking { partial class FrmLogTree { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; #region Component Designer generated code /// <summary> /// Required method for Des...
50.110465
165
0.707739
a3e933b19258b898efc0677bbd7a9896e26ebed5
2,061
cs
C#
DICOM [Unit Tests]/DicomTagTest.cs
modiCAS/fo-dicom
bde6b0d4d838e8217b5e657e6e199e52841fc9c4
[ "BSD-3-Clause" ]
32
2015-04-30T03:04:23.000Z
2022-03-16T06:44:15.000Z
DICOM [Unit Tests]/DicomTagTest.cs
monk8801/fo-dicom
f50b259a246db72925b290e4f75425d75f3cd5e6
[ "BSD-3-Clause" ]
null
null
null
DICOM [Unit Tests]/DicomTagTest.cs
monk8801/fo-dicom
f50b259a246db72925b290e4f75425d75f3cd5e6
[ "BSD-3-Clause" ]
64
2015-03-10T17:54:31.000Z
2021-11-08T15:48:48.000Z
using System; using Dicom; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace DICOM__Unit_Tests_ { /// <summary> /// This is a test class for DicomTagTest and is intended /// to contain all DicomTagTest Unit Tests /// </summary> [TestClass] public class DicomTagTest { ...
29.869565
84
0.560408
6dce7bcbd34301b85e9295b17668b3cc91056727
1,517
cs
C#
src/Essensoft.AspNetCore.Payment.Alipay/Domain/KoubeiTradeOrderAggregateConsultModel.cs
LuohuaRain/payment
e175dd1e2af43c07d01e60c575dc9ec128c2757b
[ "MIT" ]
1
2021-04-21T03:40:05.000Z
2021-04-21T03:40:05.000Z
src/Essensoft.AspNetCore.Payment.Alipay/Domain/KoubeiTradeOrderAggregateConsultModel.cs
LuohuaRain/payment
e175dd1e2af43c07d01e60c575dc9ec128c2757b
[ "MIT" ]
null
null
null
src/Essensoft.AspNetCore.Payment.Alipay/Domain/KoubeiTradeOrderAggregateConsultModel.cs
LuohuaRain/payment
e175dd1e2af43c07d01e60c575dc9ec128c2757b
[ "MIT" ]
1
2022-02-22T01:16:19.000Z
2022-02-22T01:16:19.000Z
using System.Text.Json.Serialization; namespace Essensoft.AspNetCore.Payment.Alipay.Domain { /// <summary> /// KoubeiTradeOrderAggregateConsultModel Data Structure. /// </summary> public class KoubeiTradeOrderAggregateConsultModel : AlipayObject { /// <summary> /// 订单包含的商品列表信息,json...
28.622642
102
0.567568
065674fa3ab9ea5f9eabb2217be87e7f067fd458
1,988
cs
C#
src/BEDA.CITIC/Contracts/Requests/CoreEnterprises/RQ_DLCLCRTQ.cs
fdstar/BankEnterpriseDirectAttach
3257313a7db653767975ae2c10b113b974b723f9
[ "MIT" ]
38
2019-01-31T03:12:59.000Z
2022-03-10T08:06:11.000Z
src/BEDA.CITIC/Contracts/Requests/CoreEnterprises/RQ_DLCLCRTQ.cs
fdstar/BankEnterpriseDirectAttach
3257313a7db653767975ae2c10b113b974b723f9
[ "MIT" ]
1
2021-03-20T02:19:59.000Z
2021-03-20T02:19:59.000Z
src/BEDA.CITIC/Contracts/Requests/CoreEnterprises/RQ_DLCLCRTQ.cs
fdstar/BankEnterpriseDirectAttach
3257313a7db653767975ae2c10b113b974b723f9
[ "MIT" ]
11
2019-01-31T05:08:50.000Z
2021-11-11T03:17:22.000Z
using BEDA.CITIC.Contracts.Responses; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace BEDA.CITIC.Contracts.Requests { /// <summary> /// 借款企业额度查询请求内容 /// </summary> ...
28.4
68
0.523139
3501ee9a03b8c86bd4e2a1eb30b6e78d5424074a
522
cs
C#
src/TestUtils/src/DeviceTests.Runners/TestOptions.cs
abod1944/maui
00df9c13a8939b58ac1b55ab861211ff3d3007db
[ "MIT" ]
16,061
2020-05-19T15:14:28.000Z
2022-03-31T16:48:19.000Z
src/TestUtils/src/DeviceTests.Runners/TestOptions.cs
abod1944/maui
00df9c13a8939b58ac1b55ab861211ff3d3007db
[ "MIT" ]
3,625
2020-05-19T15:44:37.000Z
2022-03-31T23:56:43.000Z
src/TestUtils/src/DeviceTests.Runners/TestOptions.cs
abod1944/maui
00df9c13a8939b58ac1b55ab861211ff3d3007db
[ "MIT" ]
957
2020-05-19T15:16:18.000Z
2022-03-31T08:44:40.000Z
#nullable enable using System.Collections.Generic; using System.Reflection; namespace Microsoft.Maui.TestUtils.DeviceTests.Runners { public class TestOptions { /// <summary> /// The list of assemblies that contain tests. /// </summary> public List<Assembly> Assemblies { get; set; } = new List<Assembly>(); ...
26.1
72
0.680077
351705d582652f7e0604bf3d444399a1d5c6698f
128
cs
C#
Highcharts4Net/Library/Options/PlotOptionsAreasplinerangeZone.cs
davcs86/Highcharts4Net
59007ddba59127730efa97df28e3468fa99cc666
[ "MIT" ]
null
null
null
Highcharts4Net/Library/Options/PlotOptionsAreasplinerangeZone.cs
davcs86/Highcharts4Net
59007ddba59127730efa97df28e3468fa99cc666
[ "MIT" ]
null
null
null
Highcharts4Net/Library/Options/PlotOptionsAreasplinerangeZone.cs
davcs86/Highcharts4Net
59007ddba59127730efa97df28e3468fa99cc666
[ "MIT" ]
null
null
null
namespace Highcharts4Net.Library.Options { public class PlotOptionsAreasplinerangeZone : PlotOptionsAreaZone { } }
18.285714
69
0.757813
3572d63804a7ad70a6493e802f985f33f9f92764
203
cs
C#
src/MyLotrApi/Configurations/TheOneApiConfiguration.cs
maximilien-noal/MyLotrApi
76f85099bdb8c747717bf3e61007c276d5055e6f
[ "MIT" ]
null
null
null
src/MyLotrApi/Configurations/TheOneApiConfiguration.cs
maximilien-noal/MyLotrApi
76f85099bdb8c747717bf3e61007c276d5055e6f
[ "MIT" ]
null
null
null
src/MyLotrApi/Configurations/TheOneApiConfiguration.cs
maximilien-noal/MyLotrApi
76f85099bdb8c747717bf3e61007c276d5055e6f
[ "MIT" ]
1
2021-09-29T11:05:06.000Z
2021-09-29T11:05:06.000Z
namespace MyLotrApi.Configurations { public class TheOneApiConfiguration { public string BaseUrl { get; set; } = default!; public string ApiKey { get; set; } = default!; } }
22.555556
55
0.630542
7f639d980a7f66cf16dd8788452addf4aa3d72ad
14,412
cs
C#
tests/Pomona.SystemTests/QueryCritterTests.cs
Pomona/Pomona
69adb72ec8c9673436f88accb877cd614a3037c6
[ "MIT" ]
17
2016-04-02T19:46:38.000Z
2021-08-03T04:10:40.000Z
tests/Pomona.SystemTests/QueryCritterTests.cs
Pomona/Pomona
69adb72ec8c9673436f88accb877cd614a3037c6
[ "MIT" ]
64
2016-04-18T08:03:32.000Z
2017-10-19T07:48:39.000Z
tests/Pomona.SystemTests/QueryCritterTests.cs
Pomona/Pomona
69adb72ec8c9673436f88accb877cd614a3037c6
[ "MIT" ]
4
2016-04-18T08:02:36.000Z
2020-04-20T20:37:11.000Z
#region License // Pomona is open source software released under the terms of the LICENSE specified in the // project's repository, or alternatively at http://pomona.io/ #endregion using System; using System.Collections.Generic; using System.Linq; using Critters.Client; using NUnit.Framework; usin...
38.951351
122
0.559464
c6e200845aee040aa53094285383446a0ac29eb0
513
cs
C#
src/MyX3DParser.Unity/Nodes/Shape.cs
mgrman/MyX3DParser
9427705e9a0d4a6bc3736731ea2a8bdaa83724a1
[ "MIT" ]
2
2022-01-27T08:03:52.000Z
2022-01-29T11:40:47.000Z
src/MyX3DParser.Unity/Nodes/Shape.cs
mgrman/MyX3DParser
9427705e9a0d4a6bc3736731ea2a8bdaa83724a1
[ "MIT" ]
null
null
null
src/MyX3DParser.Unity/Nodes/Shape.cs
mgrman/MyX3DParser
9427705e9a0d4a6bc3736731ea2a8bdaa83724a1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using MyX3DParser.Generated.Model.AbstractNodes; using MyX3DParser.Generated.Model.DataTypes; namespace MyX3DParser.Generated.Model.Nodes { public partial class Shape { partial void UpdatePositionInner(ref Shared.SceneNodeData positio...
25.65
82
0.727096
6f5bc1af83fc5a0e13b1d8a6684aaeabdc339614
29,986
cs
C#
TestCaseManager/TestCaseManager/TestCaseManager/Views/SharedStepsInitialView.xaml.cs
tunjiadelana/AutomateThePlanet-Learning-Series
c95189b2d865c2702d7800c34d4d07483962ac6d
[ "Apache-2.0" ]
1
2019-12-12T11:12:36.000Z
2019-12-12T11:12:36.000Z
TestCaseManager/TestCaseManager/TestCaseManager/Views/SharedStepsInitialView.xaml.cs
mtikoian/AutomateThePlanet-Learning-Series
9192ee9eb4b260e902c66777c88b4e15f51d2824
[ "Apache-2.0" ]
null
null
null
TestCaseManager/TestCaseManager/TestCaseManager/Views/SharedStepsInitialView.xaml.cs
mtikoian/AutomateThePlanet-Learning-Series
9192ee9eb4b260e902c66777c88b4e15f51d2824
[ "Apache-2.0" ]
null
null
null
// <copyright file="SharedStepsInitialView.xaml.cs" company="Automate The Planet Ltd."> // Copyright 2016 Automate The Planet Ltd. // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www...
47.147799
231
0.63563
5e1b705391fea5b9f71f6ffccb393041c4fc7844
1,344
cs
C#
SharedLibraryCore/Interfaces/IRConParserConfiguration.cs
kxaa/IW4M-Admin
d45d99454b285d62b5b48077499e40feb8d2c1f7
[ "MIT" ]
null
null
null
SharedLibraryCore/Interfaces/IRConParserConfiguration.cs
kxaa/IW4M-Admin
d45d99454b285d62b5b48077499e40feb8d2c1f7
[ "MIT" ]
1
2020-02-28T17:45:39.000Z
2020-02-28T17:45:39.000Z
SharedLibraryCore/Interfaces/IRConParserConfiguration.cs
kxaa/IW4M-Admin
d45d99454b285d62b5b48077499e40feb8d2c1f7
[ "MIT" ]
null
null
null
using SharedLibraryCore.RCon; using System.Globalization; namespace SharedLibraryCore.Interfaces { public interface IRConParserConfiguration { /// <summary> /// stores the command format for console commands /// </summary> CommandPrefix CommandPrefixes { get; set; } //...
29.866667
92
0.589286
5ea8ce189d7ee163348bd1315bbfe30670d8b803
3,703
cs
C#
OY.Solution/OY.TopSdk/Request/TradeFullinfoGetRequest.cs
objectyan/MyTools
17e3f79fd80d8ad956927290ed52288681c3f287
[ "MIT" ]
null
null
null
OY.Solution/OY.TopSdk/Request/TradeFullinfoGetRequest.cs
objectyan/MyTools
17e3f79fd80d8ad956927290ed52288681c3f287
[ "MIT" ]
null
null
null
OY.Solution/OY.TopSdk/Request/TradeFullinfoGetRequest.cs
objectyan/MyTools
17e3f79fd80d8ad956927290ed52288681c3f287
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Top.Api.Response; using Top.Api.Util; namespace Top.Api.Request { /// <summary> /// TOP API: taobao.trade.fullinfo.get /// </summary> public class TradeFullinfoGetRequest : ITopRequest<TradeFullinfoGetResponse> { /// <summary> //...
60.704918
2,009
0.733189
a2ba06a7936f47d3ed825772a4fe6a95fdbb1922
2,515
cs
C#
ConcurrencyInCSharpCookbook/09Cancellation/CancellationRx.cs
MarsonShine/Books
31a43109bd03e3af77272a688578cb2d2ab1a153
[ "Apache-2.0" ]
15
2019-03-20T02:27:44.000Z
2022-03-16T02:34:29.000Z
ConcurrencyInCSharpCookbook/09Cancellation/CancellationRx.cs
MarsonShine/Books
31a43109bd03e3af77272a688578cb2d2ab1a153
[ "Apache-2.0" ]
5
2020-11-09T07:51:07.000Z
2021-07-28T09:32:35.000Z
ConcurrencyInCSharpCookbook/09Cancellation/CancellationRx.cs
MarsonShine/Books
31a43109bd03e3af77272a688578cb2d2ab1a153
[ "Apache-2.0" ]
2
2020-02-11T10:25:51.000Z
2021-09-23T10:46:00.000Z
using System; using System.Linq; using System.Net.Http; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using System.Threading; using System.Threading.Tasks; namespace _09Cancellation { /// <summary> /// 取消响应式代码 /// 可以订阅,取消订阅 /// </summary> public class CancellationR...
34.930556
118
0.563022
a2f6521f30126ef0143d7a96ebcdf7b0ed8cb95c
1,627
cs
C#
ForumSystem/ForumSystem.Data/Migrations/Configuration.cs
NaydenMominski/ASP.NET-MVC-Exercises
397eed54cc163fa2ee91996944401af8b95fce28
[ "MIT" ]
null
null
null
ForumSystem/ForumSystem.Data/Migrations/Configuration.cs
NaydenMominski/ASP.NET-MVC-Exercises
397eed54cc163fa2ee91996944401af8b95fce28
[ "MIT" ]
null
null
null
ForumSystem/ForumSystem.Data/Migrations/Configuration.cs
NaydenMominski/ASP.NET-MVC-Exercises
397eed54cc163fa2ee91996944401af8b95fce28
[ "MIT" ]
null
null
null
namespace ForumSystem.Data.Migrations { using ForumSystem.Data.Model; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFramework; using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; public sealed class Configura...
34.617021
128
0.603565