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
fab3a65b43367e263537f9f990f2b567ac9d8231
987
cs
C#
UnrealEngine-4.11.2-release/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2016-10-01T21:35:52.000Z
2016-10-01T21:35:52.000Z
UnrealEngine-4.11.2-release/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
null
null
null
UnrealEngine-4.11.2-release/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2021-04-27T08:48:33.000Z
2021-04-27T08:48:33.000Z
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace APIDocTool { class APIRecordIndex : APIMemberIndex { public const string IgnorePrefixLetters = "UAFTS"; public APIRecordIn...
28.2
142
0.693009
fb20d8ce6ed4b005741aa52f35acb7cd67e8d6ff
1,811
cs
C#
Ris/Application/Common/TextQueryRequest.cs
SNBnani/Xian
e07cb943476705ac3721921cf0f0906485d9f59d
[ "Apache-2.0" ]
1
2019-02-18T11:41:46.000Z
2019-02-18T11:41:46.000Z
Ris/Application/Common/TextQueryRequest.cs
nhannd/Xian
e07cb943476705ac3721921cf0f0906485d9f59d
[ "Apache-2.0" ]
null
null
null
Ris/Application/Common/TextQueryRequest.cs
nhannd/Xian
e07cb943476705ac3721921cf0f0906485d9f59d
[ "Apache-2.0" ]
null
null
null
#region License // Copyright (c) 2011, ClearCanvas Inc. // All rights reserved. // http://www.clearcanvas.ca // // This software is licensed under the Open Software License v3.0. // For the complete license, see http://www.clearcanvas.ca/OSLv3.0 #endregion using ClearCanvas.Enterprise.Common; using Syste...
27.439394
118
0.634456
fb46f30951153df15c064a76fcea7c680a8b2517
30,218
cs
C#
menu/MDI Merge/CS/MainForm.cs
aTiKhan/winforms-demos
ba27b6748fa0723dcd42906ee58cb0e944291e51
[ "Info-ZIP" ]
null
null
null
menu/MDI Merge/CS/MainForm.cs
aTiKhan/winforms-demos
ba27b6748fa0723dcd42906ee58cb0e944291e51
[ "Info-ZIP" ]
null
null
null
menu/MDI Merge/CS/MainForm.cs
aTiKhan/winforms-demos
ba27b6748fa0723dcd42906ee58cb0e944291e51
[ "Info-ZIP" ]
null
null
null
#region Copyright Syncfusion Inc. 2001 - 2019 // // Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. // // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted un...
46.275651
218
0.632041
149d2c58d5c1e5f11bdc71f1d6a25d7e44921f45
7,041
cs
C#
Assets/Scripts/MouseManager.cs
NFiedler/IGDSS20
f0caddcf243f82733c11d97aeb2d46e817fcc00c
[ "MIT" ]
null
null
null
Assets/Scripts/MouseManager.cs
NFiedler/IGDSS20
f0caddcf243f82733c11d97aeb2d46e817fcc00c
[ "MIT" ]
null
null
null
Assets/Scripts/MouseManager.cs
NFiedler/IGDSS20
f0caddcf243f82733c11d97aeb2d46e817fcc00c
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Numerics; using UnityEditorInternal; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.Tilemaps; public class MouseManager : MonoBehaviour { private UnityEngine.Vector3 prevMousePosition; ...
41.417647
177
0.621219
14ae5b6554237d551c0d88c1ec1a34d9834a770f
796
cs
C#
CSharp/CSharp Part 2/Homework/Homework 03. Methods/14. Integer calculations/Program.cs
jsdelivrbot/Telerik_Academy
aeb7456f5d361b493c25996f19482e17007d5b90
[ "MIT" ]
null
null
null
CSharp/CSharp Part 2/Homework/Homework 03. Methods/14. Integer calculations/Program.cs
jsdelivrbot/Telerik_Academy
aeb7456f5d361b493c25996f19482e17007d5b90
[ "MIT" ]
6
2020-09-04T15:10:57.000Z
2022-03-02T04:33:37.000Z
CSharp/CSharp Part 2/Homework/Homework 03. Methods/14. Integer calculations/Program.cs
jsdelivrbot/Telerik_Academy
aeb7456f5d361b493c25996f19482e17007d5b90
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _14.Integer_calculations { class Program { static void Main(string[] args) { List<decimal> numbers = Console.ReadLine().Split(new char[] { ' ' }, StringSpli...
29.481481
159
0.572864
7888ed65876d33d4c27fe630dc6cd314fa91c0cd
1,494
cs
C#
Project/Aurum.SQL/Data/SqlType.cs
404htm/Aurum
c12571992ad69d87aafe8a45b4ff1710b0699164
[ "MIT" ]
2
2016-05-06T00:15:41.000Z
2016-05-06T00:15:44.000Z
Project/Aurum.SQL/Data/SqlType.cs
404htm/Aurum
c12571992ad69d87aafe8a45b4ff1710b0699164
[ "MIT" ]
42
2016-04-30T01:40:28.000Z
2016-11-30T03:09:57.000Z
Project/Aurum.SQL/Data/SqlType.cs
404htm/Aurum
c12571992ad69d87aafe8a45b4ff1710b0699164
[ "MIT" ]
null
null
null
using System; using System.Runtime.Serialization; namespace Aurum.SQL.Data { /// <summary> Possible SQL Type values - Maps to sys.types (System.Data.SqlDbType IDs do not).</summary> [Serializable] public enum SqlType : byte { [EnumMember] Udt = 0, [EnumMember] Image = 34, [Enum...
31.787234
108
0.572289
749ad19d1baa1f5735e21b5d2cce584a9414b9d2
601
cs
C#
src/Uno.UI/UI/Xaml/Media/Animation/DoubleAnimationUsingKeyFrames.Android.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
5,973
2019-06-27T02:51:02.000Z
2022-03-31T11:07:25.000Z
src/Uno.UI/UI/Xaml/Media/Animation/DoubleAnimationUsingKeyFrames.Android.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
6,988
2019-06-27T03:34:56.000Z
2022-03-31T22:01:54.000Z
src/Uno.UI/UI/Xaml/Media/Animation/DoubleAnimationUsingKeyFrames.Android.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
636
2019-06-27T23:31:29.000Z
2022-03-30T00:50:25.000Z
namespace Windows.UI.Xaml.Media.Animation { public partial class DoubleAnimationUsingKeyFrames { partial void OnFrame(IValueAnimator currentAnimator) { if (currentAnimator.AnimatedValue is Java.Lang.Float javaFloat) { SetValue(javaFloat.DoubleValue()); } else { SetValue(currentAnimat...
27.318182
95
0.732113
640bdf4a8a64eb516fde2950fa0f5479a518f184
698
cs
C#
stuart-client-csharp/Version.cs
JTOne123/stuart-client-csharp
62d1fcf2db536a2b8e5ac0669642e6091a49c162
[ "MIT" ]
2
2021-08-09T13:02:57.000Z
2022-03-23T08:24:56.000Z
stuart-client-csharp/Version.cs
JTOne123/stuart-client-csharp
62d1fcf2db536a2b8e5ac0669642e6091a49c162
[ "MIT" ]
1
2019-05-31T06:39:27.000Z
2019-05-31T06:39:27.000Z
stuart-client-csharp/Version.cs
JTOne123/stuart-client-csharp
62d1fcf2db536a2b8e5ac0669642e6091a49c162
[ "MIT" ]
5
2019-01-30T15:07:04.000Z
2021-08-09T12:27:04.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StuartDelivery { public class Version { public string GetCurrent() { //InputStream resourceAsStream = this.getClass().getResourceAsStream("/version.propert...
24.068966
104
0.54298
647713b5980352ab739dd91e752a27b1447d5663
1,638
cs
C#
Elections/Migrations/20180810092423_AddStatuses.cs
Aurel/rbya_election
a7a057019435825e06419b3bf7a33aaaf144a994
[ "MIT" ]
2
2019-08-02T01:28:47.000Z
2019-08-02T01:32:49.000Z
Elections/Migrations/20180810092423_AddStatuses.cs
Aurel/rbya_election
a7a057019435825e06419b3bf7a33aaaf144a994
[ "MIT" ]
null
null
null
Elections/Migrations/20180810092423_AddStatuses.cs
Aurel/rbya_election
a7a057019435825e06419b3bf7a33aaaf144a994
[ "MIT" ]
1
2019-08-02T01:35:37.000Z
2019-08-02T01:35:37.000Z
using Microsoft.EntityFrameworkCore.Migrations; using System; using System.Collections.Generic; namespace Elections.Migrations { public partial class AddStatuses : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( ...
28.241379
71
0.501832
64aeb86bce08e7ab8f6ed9c4cf3d432be7843c61
1,955
cs
C#
ChromeDevToolsClient/Page/FontFamilies.cs
DoctorDump/AsyncChromeDriver
aeabe78abec061ea9c8428f1da5af9556aadbcaf
[ "Apache-2.0" ]
null
null
null
ChromeDevToolsClient/Page/FontFamilies.cs
DoctorDump/AsyncChromeDriver
aeabe78abec061ea9c8428f1da5af9556aadbcaf
[ "Apache-2.0" ]
null
null
null
ChromeDevToolsClient/Page/FontFamilies.cs
DoctorDump/AsyncChromeDriver
aeabe78abec061ea9c8428f1da5af9556aadbcaf
[ "Apache-2.0" ]
null
null
null
namespace Zu.ChromeDevTools.Page { using Newtonsoft.Json; /// <summary> /// Generic font families collection. /// </summary> public sealed class FontFamilies { /// <summary> /// The standard font-family. ///</summary> [JsonProperty("standard", DefaultValueHandlin...
26.418919
88
0.50844
8f09220c4038f088437755bc54a0769f0624f351
4,338
cs
C#
src/Thrift.Net.Tests/Compilation/ThriftCompiler/ExceptionParsingTests.cs
adamconnelly/Thrift.Net
a281d410d403c451115e778088e60dd7c6420229
[ "MIT" ]
4
2020-11-03T17:54:57.000Z
2021-06-12T11:50:54.000Z
src/Thrift.Net.Tests/Compilation/ThriftCompiler/ExceptionParsingTests.cs
adamconnelly/Thrift.Net
a281d410d403c451115e778088e60dd7c6420229
[ "MIT" ]
118
2020-10-09T19:15:13.000Z
2022-03-25T14:06:48.000Z
src/Thrift.Net.Tests/Compilation/ThriftCompiler/ExceptionParsingTests.cs
adamconnelly/Thrift.Net
a281d410d403c451115e778088e60dd7c6420229
[ "MIT" ]
1
2020-10-19T17:57:07.000Z
2020-10-19T17:57:07.000Z
namespace Thrift.Net.Tests.Compilation.ThriftCompiler { using System.Linq; using Thrift.Net.Tests.Extensions; using Xunit; using ThriftCompiler = Thrift.Net.Compilation.ThriftCompiler; public class ExceptionParsingTests { private readonly ThriftCompiler compiler = new ThriftCompiler();...
27.630573
83
0.566851
51d3238a8b6d181cec1a7d3b31c0cf19e4e6f836
3,621
cs
C#
Hathor/Extensions/HathorNodeApiExtensions.cs
michielpost/Hathor.Client
dbcf5a5fd1efc135c796ad33582a0acddc63d6fe
[ "MIT" ]
2
2021-06-11T08:30:36.000Z
2021-12-01T18:16:31.000Z
Hathor/Extensions/HathorNodeApiExtensions.cs
michielpost/Hathor.Client
dbcf5a5fd1efc135c796ad33582a0acddc63d6fe
[ "MIT" ]
null
null
null
Hathor/Extensions/HathorNodeApiExtensions.cs
michielpost/Hathor.Client
dbcf5a5fd1efc135c796ad33582a0acddc63d6fe
[ "MIT" ]
2
2021-09-11T01:58:43.000Z
2021-09-19T23:46:29.000Z
using Hathor.Models.Node.Responses; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hathor.Extensions { public static class HathorNodeApiExtensions { public static async Task<BalanceForAddressResponse> CalculateBalanceForAdd...
34.485714
137
0.554819
7b8ff59defca9179408f90aceab0250ee0ea88ec
228
cs
C#
src/PlaySession.Infrastructure/Interfaces/IWriteSessionRepository.cs
stefanmielke/PlaySession
2dcd42f160722e296fcb5caba1314c2fbb76341f
[ "Apache-2.0" ]
null
null
null
src/PlaySession.Infrastructure/Interfaces/IWriteSessionRepository.cs
stefanmielke/PlaySession
2dcd42f160722e296fcb5caba1314c2fbb76341f
[ "Apache-2.0" ]
null
null
null
src/PlaySession.Infrastructure/Interfaces/IWriteSessionRepository.cs
stefanmielke/PlaySession
2dcd42f160722e296fcb5caba1314c2fbb76341f
[ "Apache-2.0" ]
null
null
null
using PlaySession.Domain; namespace PlaySession.Infrastructure.Interfaces { public interface IWriteSessionRepository { void RemoveSession(string sessionId); void CreateSession(Session session); } }
20.727273
47
0.732456
7dfbcf8bfc2a0d29656b086a0d4949a1870590ac
4,722
cs
C#
Assets/NuitrackSDK/Tutorials/HandTracker/Scripts/ImageItem.cs
jorgegouv/Unity-Nuitrack-VR
fd7bd7cde3fb90890cd5695e3d72e93a4bd31469
[ "MIT" ]
null
null
null
Assets/NuitrackSDK/Tutorials/HandTracker/Scripts/ImageItem.cs
jorgegouv/Unity-Nuitrack-VR
fd7bd7cde3fb90890cd5695e3d72e93a4bd31469
[ "MIT" ]
null
null
null
Assets/NuitrackSDK/Tutorials/HandTracker/Scripts/ImageItem.cs
jorgegouv/Unity-Nuitrack-VR
fd7bd7cde3fb90890cd5695e3d72e93a4bd31469
[ "MIT" ]
1
2021-06-14T00:25:22.000Z
2021-06-14T00:25:22.000Z
using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; using System.Collections.Generic; public class ImageItem : Button, IDragHandler { List<PointerEventData> touches = new List<PointerEventData>(); Vector3 deltaRectPosition; [SerializeField] [Range(0.1f, 10)] float minScale...
28.107143
138
0.606734
bd4089113a1a0dd86569544f3d35a0e324eb25b1
9,378
cs
C#
Monument.Test/BaselineTypePatterns.cs
JosephOhnstad/MonumentRevived
600c8e133bf99cdb9ddbd0368b82b2051e49552b
[ "MIT" ]
null
null
null
Monument.Test/BaselineTypePatterns.cs
JosephOhnstad/MonumentRevived
600c8e133bf99cdb9ddbd0368b82b2051e49552b
[ "MIT" ]
null
null
null
Monument.Test/BaselineTypePatterns.cs
JosephOhnstad/MonumentRevived
600c8e133bf99cdb9ddbd0368b82b2051e49552b
[ "MIT" ]
null
null
null
using Microsoft.VisualStudio.TestTools.UnitTesting; using Monument.SimpleInjector; using SimpleInjector; using System; using System.Collections.Generic; using System.Linq; namespace Monument.Test { [TestClass] public class BaselineTypePatterns { public static Type GetType<T>(params Type[] types) ...
43.21659
178
0.668799
553cd49f167329bf8f1bde7c5895249f70a42b7e
10,549
cs
C#
Assets/Editor/Generated/Black/Sequence/Action/Level/LevelMode/SequenceActionSetLevelModeNew.generated.cs
Gurrimo/Luminaire
7b435d41ff69390356021111f4a56a95c2000ace
[ "MIT" ]
null
null
null
Assets/Editor/Generated/Black/Sequence/Action/Level/LevelMode/SequenceActionSetLevelModeNew.generated.cs
Gurrimo/Luminaire
7b435d41ff69390356021111f4a56a95c2000ace
[ "MIT" ]
10
2020-05-11T00:27:20.000Z
2020-05-13T06:14:09.000Z
Assets/Editor/Generated/Black/Sequence/Action/Level/LevelMode/SequenceActionSetLevelModeNew.generated.cs
youarebritish/Luminaire
7ed4632f969aac34cef8f3e258eaef9f07213055
[ "MIT" ]
3
2021-03-28T15:25:55.000Z
2021-04-07T00:46:52.000Z
//---------------------- // <auto-generated> // This file was automatically generated. Any changes to it will be lost if and when the file is regenerated. // </auto-generated> //---------------------- #pragma warning disable using System; using SQEX.Luminous.Core.Object; using System.Collections.Generic; using CodeDom...
92.535088
241
0.755048
92356bf194e683031ec33eb0eafd619d84e618da
3,509
cs
C#
Goroku.cs
Satokingy/4655-OpenSourceProject
0f3a89371e4d9b2efe4db6b94ae4106f1546ed56
[ "MIT" ]
null
null
null
Goroku.cs
Satokingy/4655-OpenSourceProject
0f3a89371e4d9b2efe4db6b94ae4106f1546ed56
[ "MIT" ]
null
null
null
Goroku.cs
Satokingy/4655-OpenSourceProject
0f3a89371e4d9b2efe4db6b94ae4106f1546ed56
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Goroku : MonoBehaviour { public void Dowa() //どうなるか、わかってるのかな? { Application.OpenURL("https://twitter.com/kn4655/status/1435027927133876225"); } public void Yamete() //以前、もうやめてと { Application....
30.25
85
0.655457
7d0d57929f4cfd8ed00a2f299503b77bf2a08c5a
6,790
cs
C#
modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Pages/UserManagement.razor.cs
waemz/Lsw.Abp.AntDesignUI
a1f16f780d781f35a973f224ed75fdb0e4bca372
[ "MIT" ]
1
2022-03-06T13:02:26.000Z
2022-03-06T13:02:26.000Z
modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Pages/UserManagement.razor.cs
waemz/Lsw.Abp.AntDesignUI
a1f16f780d781f35a973f224ed75fdb0e4bca372
[ "MIT" ]
null
null
null
modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Pages/UserManagement.razor.cs
waemz/Lsw.Abp.AntDesignUI
a1f16f780d781f35a973f224ed75fdb0e4bca372
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AntDesign; using Lsw.Abp.AntDesignUI; using Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.PageToolbars; using Lsw.Abp.PermissionManagement.Blazor.AntDesignUI.Components; using Microsoft.AspNetCore.Authorization; u...
31.877934
112
0.582769
65931572ee0147e0c4c73a69e0a353d7435ac360
9,332
cs
C#
Source/HTM/NeoCortexApi/Encoders/EncoderBase.cs
PrasadSahana/Implementation-of-Scalar-Encoders-in-HTM
9a9a1334d0292983808852296d9771030109ca73
[ "Apache-2.0" ]
null
null
null
Source/HTM/NeoCortexApi/Encoders/EncoderBase.cs
PrasadSahana/Implementation-of-Scalar-Encoders-in-HTM
9a9a1334d0292983808852296d9771030109ca73
[ "Apache-2.0" ]
null
null
null
Source/HTM/NeoCortexApi/Encoders/EncoderBase.cs
PrasadSahana/Implementation-of-Scalar-Encoders-in-HTM
9a9a1334d0292983808852296d9771030109ca73
[ "Apache-2.0" ]
null
null
null
using NeoCortexApi.Entities; using System; using System.Collections.Generic; namespace NeoCortexApi.Encoders { /// <summary> /// Base class for all encoders. /// </summary> public abstract class EncoderBase : IHtmModule { /// <summary> /// List of all encoder properties. /...
34.951311
137
0.554972
895cab236749ffb5b75449d83c473237dd45333c
2,301
cs
C#
tracer/test/test-applications/integrations/Samples.Wcf/Bindings/Custom/CustomChannelBase.cs
jasoncouture/dd-trace-dotnet
62f5a3e6cf85296d65d3994093980afeb69f579b
[ "Apache-2.0" ]
174
2018-12-04T08:07:49.000Z
2022-03-31T21:07:43.000Z
tracer/test/test-applications/integrations/Samples.Wcf/Bindings/Custom/CustomChannelBase.cs
jasoncouture/dd-trace-dotnet
62f5a3e6cf85296d65d3994093980afeb69f579b
[ "Apache-2.0" ]
1,313
2018-11-27T16:09:15.000Z
2022-03-31T23:23:28.000Z
tracer/test/test-applications/integrations/Samples.Wcf/Bindings/Custom/CustomChannelBase.cs
Kielek/signalfx-dotnet-tracing
80c65ca936748788629287472401fa9f31b79410
[ "Apache-2.0" ]
102
2018-11-29T01:19:53.000Z
2022-03-30T08:21:00.000Z
using System; using System.ServiceModel; using System.ServiceModel.Channels; namespace Samples.Wcf.Bindings.Custom { public class CustomChannelBase : IChannel, ICommunicationObject { private readonly IChannel _innerChannel; private readonly CustomBindingElement _element; protected Cust...
31.520548
94
0.66797
2b195de5442ce45617334e0d51c43f2253b7ef48
427
cs
C#
src/core/Vs.Core.Web.OpenApi/v1/Dto/JwtToken/AvailableRolesResponse.cs
sjefvanleeuwen/morstead
6274dc30af116f0ebb3706cf207aa774576b28a6
[ "MIT" ]
4
2021-11-12T06:09:45.000Z
2022-03-26T17:46:59.000Z
src/core/Vs.Core.Web.OpenApi/v1/Dto/JwtToken/AvailableRolesResponse.cs
sjefvanleeuwen/morstead
6274dc30af116f0ebb3706cf207aa774576b28a6
[ "MIT" ]
null
null
null
src/core/Vs.Core.Web.OpenApi/v1/Dto/JwtToken/AvailableRolesResponse.cs
sjefvanleeuwen/morstead
6274dc30af116f0ebb3706cf207aa774576b28a6
[ "MIT" ]
5
2020-07-16T04:51:39.000Z
2021-09-30T12:03:21.000Z
namespace Vs.Core.Web.OpenApi.v1.Dto.JwtToken { /// <summary> /// lists all available roles for the API. /// </summary> public class AvailableRolesResponse { /// <summary> /// Controllers containing authorization roles. /// </summary> /// <value> /// The role...
25.117647
62
0.566745
2b423c02e713d3e47927574e8260395e7aa679db
8,075
cs
C#
programski-projekti/Matf-RS2-FocusOpen/FocusOPEN_OS_Source_3_3_9_5/FocusOPEN.Business/FileManagers/AssetImageManager.cs
MatfRS2/SeminarskiRadovi
c67ce47902430207ecf149e584be0b524d04acc5
[ "MIT" ]
null
null
null
programski-projekti/Matf-RS2-FocusOpen/FocusOPEN_OS_Source_3_3_9_5/FocusOPEN.Business/FileManagers/AssetImageManager.cs
MatfRS2/SeminarskiRadovi
c67ce47902430207ecf149e584be0b524d04acc5
[ "MIT" ]
null
null
null
programski-projekti/Matf-RS2-FocusOpen/FocusOPEN_OS_Source_3_3_9_5/FocusOPEN.Business/FileManagers/AssetImageManager.cs
MatfRS2/SeminarskiRadovi
c67ce47902430207ecf149e584be0b524d04acc5
[ "MIT" ]
null
null
null
/********************************************************************************************************************** FocusOPEN Digital Asset Manager (TM) (c) Daydream Interactive Limited 1995-2011, All Rights Reserved The name and trademarks of copyright holders may NOT be used in advertising or publicity perta...
44.861111
199
0.411641
d3a5608562f66203bf38c6f7aa0e772b1d4175ae
1,265
cs
C#
Assets/WorldAPI/Timeline/WorldManagerFogMixerBehaviour.cs
Avatarchik/WorldManager
15cfa382a8a0647b67ca7997c0f380b59d8dd3a0
[ "MIT" ]
null
null
null
Assets/WorldAPI/Timeline/WorldManagerFogMixerBehaviour.cs
Avatarchik/WorldManager
15cfa382a8a0647b67ca7997c0f380b59d8dd3a0
[ "MIT" ]
null
null
null
Assets/WorldAPI/Timeline/WorldManagerFogMixerBehaviour.cs
Avatarchik/WorldManager
15cfa382a8a0647b67ca7997c0f380b59d8dd3a0
[ "MIT" ]
1
2018-10-19T11:53:09.000Z
2018-10-19T11:53:09.000Z
#if UNITY_2017_1_OR_NEWER using UnityEngine; using UnityEngine.Playables; namespace WAPI { public class WorldManagerFogMixerBehaviour : PlayableBehaviour { public override void ProcessFrame(Playable playable, FrameData info, object playerData) { //Get our inputs int inpu...
35.138889
113
0.608696
cbf5b586f02d57866c549209d605e16ae864c528
20,693
cs
C#
src/GitExtensions.BundleBackuper/_Neptuo/Converters/DefaultConverterRepository.cs
maraf/GitExtensions.BundleBackuper
c4c738d765857fa38167426651aae4c4c34e4965
[ "Apache-2.0" ]
1
2020-07-29T14:18:06.000Z
2020-07-29T14:18:06.000Z
src/GitExtensions.BundleBackuper/_Neptuo/Converters/DefaultConverterRepository.cs
maraf/GitExtensions.BundleBackuper
c4c738d765857fa38167426651aae4c4c34e4965
[ "Apache-2.0" ]
40
2018-04-26T13:13:40.000Z
2021-05-07T05:23:52.000Z
src/GitExtensions.BundleBackuper/_Neptuo/Converters/DefaultConverterRepository.cs
maraf/GitExtensions.BundleBackuper
c4c738d765857fa38167426651aae4c4c34e4965
[ "Apache-2.0" ]
null
null
null
using Neptuo.Collections.Specialized; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.ExceptionServices; using System.Text; using System.Threading.Tasks; namespace Neptuo.Converters { /// <summary> /// Default implmentation of <see c...
41.552209
158
0.550138
db6e1f78b36f584fc3c9b6cdf99ee2e9402e2031
147
cs
C#
src/Uno.UI/UI/Xaml/Controls/Primitives/PlacementMode.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
5,973
2019-06-27T02:51:02.000Z
2022-03-31T11:07:25.000Z
src/Uno.UI/UI/Xaml/Controls/Primitives/PlacementMode.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
6,988
2019-06-27T03:34:56.000Z
2022-03-31T22:01:54.000Z
src/Uno.UI/UI/Xaml/Controls/Primitives/PlacementMode.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
636
2019-06-27T23:31:29.000Z
2022-03-30T00:50:25.000Z
namespace Windows.UI.Xaml.Controls.Primitives { public enum PlacementMode { Bottom = 2, Left = 9, Mouse = 7, Right = 4, Top = 10 } }
12.25
45
0.62585
dbab2ff2756cd0f3816bb30a45cbf1b7b597c988
2,903
cs
C#
WmcSoft.Core/Runtime/Serialization/BinarySerializer.cs
vjacquet/WmcSoft
fea61a0d5f8a06f59155be8e3f7010504dd9bd9b
[ "MIT" ]
3
2016-06-06T14:08:30.000Z
2021-05-08T14:24:07.000Z
WmcSoft.Core/Runtime/Serialization/BinarySerializer.cs
vjacquet/WmcSoft
fea61a0d5f8a06f59155be8e3f7010504dd9bd9b
[ "MIT" ]
null
null
null
WmcSoft.Core/Runtime/Serialization/BinarySerializer.cs
vjacquet/WmcSoft
fea61a0d5f8a06f59155be8e3f7010504dd9bd9b
[ "MIT" ]
1
2021-04-18T04:58:24.000Z
2021-04-18T04:58:24.000Z
#region Licence /**************************************************************************** Copyright 1999-2015 Vincent J. Jacquet. All rights reserved. Permission is granted to anyone to use this software for any purpose on any computer system, and to alter it and redistribute it, subject t...
32.617978
113
0.616604
a30de2deddbb44365bdd452374e6aa26a467f29d
419
cs
C#
ToolGood.Bedrock/Utils/EnumUtil.cs
toolgood/ToolGood.Bedrock
46a0e30c297906dc6941d7a48f94e3f5ebcebd2a
[ "MIT" ]
1
2021-09-13T00:59:16.000Z
2021-09-13T00:59:16.000Z
ToolGood.Bedrock/Utils/EnumUtil.cs
toolgood/ToolGood.Bedrock
46a0e30c297906dc6941d7a48f94e3f5ebcebd2a
[ "MIT" ]
null
null
null
ToolGood.Bedrock/Utils/EnumUtil.cs
toolgood/ToolGood.Bedrock
46a0e30c297906dc6941d7a48f94e3f5ebcebd2a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace ToolGood.Bedrock { public static class EnumUtil { /// <summary> /// 获取 枚举 键值对 /// </summary> /// <param name="type"></param> /// <returns></returns> public static Dictionary<int, string> GetDescriptions(...
19.045455
72
0.563246
bb2e9d978a60d616f457f7102da4fbd2c1b6ded4
542
cs
C#
EmpMan.Data/Repositories/CustomerUnitPriceRepository.cs
hoa-nx/empman-webapi
351f1b204a7ac876e5f6c741f7886199fe238785
[ "Apache-2.0" ]
1
2021-02-22T19:42:39.000Z
2021-02-22T19:42:39.000Z
EmpMan.Data/Repositories/CustomerUnitPriceRepository.cs
hoa-nx/empman-webapi
351f1b204a7ac876e5f6c741f7886199fe238785
[ "Apache-2.0" ]
null
null
null
EmpMan.Data/Repositories/CustomerUnitPriceRepository.cs
hoa-nx/empman-webapi
351f1b204a7ac876e5f6c741f7886199fe238785
[ "Apache-2.0" ]
null
null
null
using EmpMan.Data.Infrastructure; using EmpMan.Model.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EmpMan.Data.Repositories { public interface ICustomerUnitPriceRepository : IRepository<CustomerUnitPrice> { } pub...
22.583333
110
0.756458
bb70f251eb61172f66927be35feccd03818e68f2
2,830
cs
C#
Common/ShieldSystem/ShieldPrefixes.cs
Arcri/AerovelenceMod
02a8cf2aa7c319ea1d741e049337d27e1f55634d
[ "MIT" ]
null
null
null
Common/ShieldSystem/ShieldPrefixes.cs
Arcri/AerovelenceMod
02a8cf2aa7c319ea1d741e049337d27e1f55634d
[ "MIT" ]
1
2021-03-21T00:37:09.000Z
2021-03-21T00:37:09.000Z
Common/ShieldSystem/ShieldPrefixes.cs
Arcri/AerovelenceMod
02a8cf2aa7c319ea1d741e049337d27e1f55634d
[ "MIT" ]
1
2021-03-28T02:28:57.000Z
2021-03-28T02:28:57.000Z
using System; using Terraria; using Terraria.ModLoader; using System.Collections.Generic; namespace AerovelenceMod.Common.ShieldSystem { public class ShieldPrefixes : ModPrefix { private readonly byte _value; private readonly int _sign; private readonly byte _type; internal static List<byte> shieldPrefixe...
24.396552
132
0.711661
bbee459e0ea93379e5e7b8e3a4c0c880d0586cc5
5,661
cs
C#
GerenciadorProjetos/Repositories/ColaboracaoRepository.cs
Felipe0164/GerenciadorProjetos
5533091ab0af368beed0c88f87b79b86880072ea
[ "MIT" ]
1
2018-09-28T19:01:23.000Z
2018-09-28T19:01:23.000Z
GerenciadorProjetos/Repositories/ColaboracaoRepository.cs
Felipe0164/GerenciadorProjetos
5533091ab0af368beed0c88f87b79b86880072ea
[ "MIT" ]
null
null
null
GerenciadorProjetos/Repositories/ColaboracaoRepository.cs
Felipe0164/GerenciadorProjetos
5533091ab0af368beed0c88f87b79b86880072ea
[ "MIT" ]
null
null
null
using GerenciadorProjetos.Models; using GerenciadorProjetos.ViewModels; using System; using System.Collections.Generic; using MySql.Data.MySqlClient; namespace GerenciadorProjetos.Repositories { public static class ColaboracaoRepository { public static List<ColaboracaoViewModel> Listar() { ...
40.148936
129
0.502561
8bedf4770e0ab10e2b56338cf2ecd3b938a9c4e6
2,295
cs
C#
Blish HUD/_Extensions/DictionaryExtension.cs
greaka/Blish-HUD
d4928e3baf626357b9aefe4fe91edfc1f4ad6818
[ "MIT" ]
126
2019-07-10T18:29:01.000Z
2022-03-24T16:31:15.000Z
Blish HUD/_Extensions/DictionaryExtension.cs
greaka/Blish-HUD
d4928e3baf626357b9aefe4fe91edfc1f4ad6818
[ "MIT" ]
392
2019-06-02T22:15:35.000Z
2022-03-30T21:26:31.000Z
Blish HUD/_Extensions/DictionaryExtension.cs
greaka/Blish-HUD
d4928e3baf626357b9aefe4fe91edfc1f4ad6818
[ "MIT" ]
42
2019-05-28T20:55:46.000Z
2022-03-30T09:21:37.000Z
using System.Collections.Generic; using System.Linq; namespace Blish_HUD { public static class DictionaryExtension { /// <summary> /// Merges an array of dictionaries into another dictionary, resolving dublicates if demanded. /// </summary> /// <typeparam name="TKey">The type of...
42.5
102
0.552941
0081983cf5af82c3bbc827070641840184b5ec13
433
cs
C#
references/JSONWebService/JSONWebService/Customer.cs
rsouza01/CONTATOS_REST
8b5d2e3fdca79ecb30b83dc5fde948773d5348e1
[ "MIT" ]
null
null
null
references/JSONWebService/JSONWebService/Customer.cs
rsouza01/CONTATOS_REST
8b5d2e3fdca79ecb30b83dc5fde948773d5348e1
[ "MIT" ]
null
null
null
references/JSONWebService/JSONWebService/Customer.cs
rsouza01/CONTATOS_REST
8b5d2e3fdca79ecb30b83dc5fde948773d5348e1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Runtime.Serialization; namespace JSONWebService { [DataContract] public class wsCustomer { [DataMember] public string CustomerID { get; set; } [DataMember] pu...
19.681818
48
0.612009
a86b6340f60f2d09f1015e821a79d31059242ad7
743
cs
C#
src/Microservice.Whatevers.Services/Validators/WhateverModelValidator.cs
AndersonFF/Microservice.Whatevers
e320bd55d1249a916b4d8cc028a017ec73e121e9
[ "MIT" ]
null
null
null
src/Microservice.Whatevers.Services/Validators/WhateverModelValidator.cs
AndersonFF/Microservice.Whatevers
e320bd55d1249a916b4d8cc028a017ec73e121e9
[ "MIT" ]
null
null
null
src/Microservice.Whatevers.Services/Validators/WhateverModelValidator.cs
AndersonFF/Microservice.Whatevers
e320bd55d1249a916b4d8cc028a017ec73e121e9
[ "MIT" ]
null
null
null
using System; using FluentValidation; using Microservice.Whatevers.Services.Models; namespace Microservice.Whatevers.Services.Validators { public class WhateverModelValidator : AbstractValidator<WhateverModel> { public WhateverModelValidator() { RuleFor(x => x) .NotNu...
29.72
76
0.604307
4ca034f565aabf386ce825e3e37c65ebf2e7ff31
4,746
cs
C#
开发版dev/Vue.NetCore/Vue.Net/VOL.Core/Configuration/AppSetting.cs
strugglesharp/VueAndNetCorTest01-
1276da7159f106178b41e468cb2e949bc52e62b4
[ "MIT" ]
2
2020-11-11T00:54:37.000Z
2021-01-15T07:24:47.000Z
Vue.Net/VOL.Core/Configuration/AppSetting.cs
xinqinglhj/Vue.NetCore
60f90e630a07186cd227e2fa78e68d2838b30a6d
[ "MIT" ]
4
2021-03-11T05:49:44.000Z
2022-02-27T10:29:41.000Z
Vue.Net/VOL.Core/Configuration/AppSetting.cs
xinqinglhj/Vue.NetCore
60f90e630a07186cd227e2fa78e68d2838b30a6d
[ "MIT" ]
1
2020-10-06T07:51:36.000Z
2020-10-06T07:51:36.000Z
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using System.IO; using VOL.Core.Const; using VOL.Core.Extensions; namespace VOL.Core.Configuration { public static class AppSetting { public...
33.422535
115
0.626844
1866a0bd6333d4bfd9562403e3e6fb23ed98b270
556
cs
C#
Trivia unity3d project/Assets/CatagoryReply.cs
suxrobGM/TriviaStreak
083100a9312385b5288d480a75030707c943bffa
[ "MIT" ]
1
2019-08-14T09:54:56.000Z
2019-08-14T09:54:56.000Z
Trivia unity3d project/Assets/CatagoryReply.cs
suxrobGM/TriviaStreak
083100a9312385b5288d480a75030707c943bffa
[ "MIT" ]
null
null
null
Trivia unity3d project/Assets/CatagoryReply.cs
suxrobGM/TriviaStreak
083100a9312385b5288d480a75030707c943bffa
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
29.263158
80
0.510791
1897a33c64b5e5868ee5ed04e2dd2fdec3a3ec7b
1,178
cs
C#
InTheHand.Net.Personal/Net.Sockets/AddressFamily.cs
FREEWING-JP/32feet
94a1c9822634ca959e5bf347abef92eae4a97a46
[ "MIT" ]
522
2017-03-31T21:36:18.000Z
2022-03-31T02:12:51.000Z
InTheHand.Net.Personal/Net.Sockets/AddressFamily.cs
FREEWING-JP/32feet
94a1c9822634ca959e5bf347abef92eae4a97a46
[ "MIT" ]
169
2017-03-31T21:15:24.000Z
2022-03-31T18:00:00.000Z
InTheHand.Net.Personal/Net.Sockets/AddressFamily.cs
FREEWING-JP/32feet
94a1c9822634ca959e5bf347abef92eae4a97a46
[ "MIT" ]
171
2017-04-11T11:38:24.000Z
2022-03-31T05:46:21.000Z
// 32feet.NET - Personal Area Networking for .NET // // InTheHand.Net.Sockets.AddressFamily32 // // Copyright (c) 2003-2017 In The Hand Ltd, All rights reserved. // This source code is licensed under the MIT License // // Peter Foot 18/04/2006 - replaces previous separate IrDA and Bluetooth enums. // #region Using di...
28.731707
156
0.656197
d84b050b7d9f3967ad34dce3ac15b1f2784738b7
548
cs
C#
aspnet-core/src/group12/Group12.SE347.L11_HelloWork.Application/Services/SearchCandidate/Dto/CandidateInfoDto.cs
hahpuc/HelloWork-Website
f88c559d6e56a7f0396e344c08dc493e248adf39
[ "MIT" ]
null
null
null
aspnet-core/src/group12/Group12.SE347.L11_HelloWork.Application/Services/SearchCandidate/Dto/CandidateInfoDto.cs
hahpuc/HelloWork-Website
f88c559d6e56a7f0396e344c08dc493e248adf39
[ "MIT" ]
null
null
null
aspnet-core/src/group12/Group12.SE347.L11_HelloWork.Application/Services/SearchCandidate/Dto/CandidateInfoDto.cs
hahpuc/HelloWork-Website
f88c559d6e56a7f0396e344c08dc493e248adf39
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Abp.Application.Services.Dto; namespace Group12.SE347.L11_HelloWork.Application.Services.SearchCandidate.Dto { public class CandidateInfoDto: EntityDto<int> { public string Name { get; set; } public int? Age { get; set; } ...
28.842105
78
0.666058
3b6f75db7e7898783e522933c50d63fde1f47def
1,043
cs
C#
BuckarooSdk/Services/INGHomePay/INGHomePayRequestObject.cs
timvandenhof/BuckarooSdk_DotNet
6d084d9c7e2c8ae865984c6aa132c52e66252f3c
[ "MIT" ]
2
2018-11-16T11:23:01.000Z
2021-04-26T12:15:38.000Z
BuckarooSdk/Services/INGHomePay/INGHomePayRequestObject.cs
timvandenhof/BuckarooSdk_DotNet
6d084d9c7e2c8ae865984c6aa132c52e66252f3c
[ "MIT" ]
17
2017-11-03T11:06:31.000Z
2022-02-25T14:42:08.000Z
BuckarooSdk/Services/INGHomePay/INGHomePayRequestObject.cs
timvandenhof/BuckarooSdk_DotNet
6d084d9c7e2c8ae865984c6aa132c52e66252f3c
[ "MIT" ]
14
2017-11-21T12:39:21.000Z
2021-07-22T13:56:30.000Z
using BuckarooSdk.Transaction; namespace BuckarooSdk.Services.INGHomePay { public class INGHomePayRequestObject { /// <summary> /// The configured transaction /// </summary> private ConfiguredTransaction ConfiguredTransaction { get; } internal INGHomePayRequestObject(ConfiguredTransaction configuredTransa...
31.606061
115
0.775647
ffaeb84a3f3f0d76fd233ce5ac10baffc141dec8
916
cs
C#
Fundamentals/Gestures/SwipeGesture/SwipeGesture/Views/SwipeContainerPageCS.cs
davidbritch/dotnet-maui-samples
6aea0ccbb71cd304212403ed19b13950171c4b88
[ "MIT" ]
8
2021-11-13T22:53:19.000Z
2022-03-23T20:30:09.000Z
Fundamentals/Gestures/SwipeGesture/SwipeGesture/Views/SwipeContainerPageCS.cs
davidbritch/dotnet-maui-samples
6aea0ccbb71cd304212403ed19b13950171c4b88
[ "MIT" ]
null
null
null
Fundamentals/Gestures/SwipeGesture/SwipeGesture/Views/SwipeContainerPageCS.cs
davidbritch/dotnet-maui-samples
6aea0ccbb71cd304212403ed19b13950171c4b88
[ "MIT" ]
3
2022-01-26T12:43:21.000Z
2022-03-23T13:51:48.000Z
namespace SwipeGesture { public class SwipeContainerPageCS : ContentPage { public SwipeContainerPageCS() { var boxView = new BoxView { Color = Colors.Teal, WidthRequest = 300, HeightRequest = 300 }; var label = new Label { Text = "You swiped: " }; var swipeC...
36.64
156
0.54476
adf6c6134f5ab003fcf70e1aa38ba673700c5e7c
23,742
cs
C#
Source/MizuMod/WaterNet.cs
emipa606/NoWaterNoLife
c82318b088fe8a9cb7b648d27323c054c6bd8cb9
[ "MIT" ]
null
null
null
Source/MizuMod/WaterNet.cs
emipa606/NoWaterNoLife
c82318b088fe8a9cb7b648d27323c054c6bd8cb9
[ "MIT" ]
null
null
null
Source/MizuMod/WaterNet.cs
emipa606/NoWaterNoLife
c82318b088fe8a9cb7b648d27323c054c6bd8cb9
[ "MIT" ]
1
2021-02-18T10:28:24.000Z
2021-02-18T10:28:24.000Z
using System.Collections.Generic; using System.Linq; using UnityEngine; using Verse; namespace MizuMod { public class WaterNet { private static int nextID = 1; private readonly HashSet<IBuilding_WaterNet> allTanks = new HashSet<IBuilding_WaterNet>(); private readonly HashSet<IBuildin...
33.676596
120
0.47456
bc771644d141662747971fb3e30f7d582d3de304
5,736
cs
C#
test/SlowTests/Tests/Faceted/DynamicFacets.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2017-03-02T13:05:14.000Z
2017-03-02T13:05:14.000Z
test/SlowTests/Tests/Faceted/DynamicFacets.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2019-03-12T12:10:52.000Z
2019-03-12T12:10:52.000Z
test/SlowTests/Tests/Faceted/DynamicFacets.cs
aviv86/ravendb
3ee33d576fecd2c47dc7a9f5b671a46731fed659
[ "Linux-OpenIB" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Raven.Client.Documents; using Raven.Client.Documents.Commands; using Raven.Client.Documents.Queries.Facets; using Xunit; namespace SlowTests.Tests.Faceted { public class DynamicFacets : FacetTestBase ...
44.465116
185
0.519351
a962355711ca0bad96554d47b100fc68d671e9eb
2,724
cs
C#
TabMon/CounterConfig/PerfmonCounterConfigReader.cs
starschema/TabMon
34f428d5c4d2f7d4b2bca0ce312d811d6bc3f82e
[ "MIT" ]
null
null
null
TabMon/CounterConfig/PerfmonCounterConfigReader.cs
starschema/TabMon
34f428d5c4d2f7d4b2bca0ce312d811d6bc3f82e
[ "MIT" ]
null
null
null
TabMon/CounterConfig/PerfmonCounterConfigReader.cs
starschema/TabMon
34f428d5c4d2f7d4b2bca0ce312d811d6bc3f82e
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Xml; using TabMon.Counters; using TabMon.Counters.Perfmon; using TabMon.Helpers; namespace TabMon.CounterConfig { /// <summary> /// Handles parsing & loading the Perfmon counters defined within a Counters.c...
43.935484
157
0.598385
d78766dbd53e1de74714f1e0c0237eb4236b1ede
100
cs
C#
Core/NiTiS.Booru/Gelbooru/Tags/TagAccess.cs
NiTiS-Dev/NiTiSCore
42bd510486374213f252481c10ae3b7c50365b9c
[ "MIT" ]
3
2022-03-26T17:59:23.000Z
2022-03-26T17:59:49.000Z
Core/NiTiS.Booru/Gelbooru/Tags/TagAccess.cs
NickName73/NiTiSCore
ae5fc693c6d393ea2d03878a7de308cd07eafca3
[ "MIT" ]
2
2021-12-03T17:39:13.000Z
2021-12-18T11:36:49.000Z
Core/NiTiS.Booru/Gelbooru/Tags/TagAccess.cs
NickName73/NiTiSCore
ae5fc693c6d393ea2d03878a7de308cd07eafca3
[ "MIT" ]
null
null
null
namespace NiTiS.Booru.Gelbooru.Tags; public enum TagAccess : byte { Include = 0, Exclude = 1, }
12.5
37
0.7
1c5cf49a89047ef8f937f1923a41b21a8de068f8
362
cs
C#
src/PharmaceuticalChain.API/Services/BackgroundJobs/Interfaces/IMedicineBackgroundJob.cs
pharmaceutical-blockverify/Server
f809cc60af2b5bd14b50c7d3e443f56a04dcffd2
[ "MIT" ]
3
2019-10-27T04:22:14.000Z
2020-01-06T06:33:37.000Z
src/PharmaceuticalChain.API/Services/BackgroundJobs/Interfaces/IMedicineBackgroundJob.cs
pharmaceutical-blockverify/Server
f809cc60af2b5bd14b50c7d3e443f56a04dcffd2
[ "MIT" ]
4
2019-10-18T13:17:01.000Z
2020-01-07T02:07:33.000Z
src/PharmaceuticalChain.API/Services/BackgroundJobs/Interfaces/IMedicineBackgroundJob.cs
pharmaceutical-chain/Server
f809cc60af2b5bd14b50c7d3e443f56a04dcffd2
[ "MIT" ]
null
null
null
using PharmaceuticalChain.API.Models.Database; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PharmaceuticalChain.API.Services.BackgroundJobs.Interfaces { public interface IMedicineBackgroundJob { void WaitForTransactionToSuccessThenFinishCre...
25.857143
86
0.812155
f34dee547cd8a62e13d7ff8adecd3d8ef9ee5483
6,294
cs
C#
Rxn.Create/RxnProcessSupervisor.cs
captainjono/rxns
3f108c70a1d254e36010f2c25cb351d2bc283516
[ "MIT" ]
13
2019-02-04T11:39:43.000Z
2021-06-05T13:00:22.000Z
Rxn.Create/RxnProcessSupervisor.cs
captainjono/rxns
3f108c70a1d254e36010f2c25cb351d2bc283516
[ "MIT" ]
null
null
null
Rxn.Create/RxnProcessSupervisor.cs
captainjono/rxns
3f108c70a1d254e36010f2c25cb351d2bc283516
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using Autofac; using Rxns; using Rxns.Health; using Rxns.Hosting; using Rxns.Logging; namespace RxnCreate { public class RxnProcessSupervisor { public ...
36.381503
168
0.509374
294b0dd86f4ca2a62c1ab4e1f6be44a22d9ca2a3
2,669
cs
C#
IniLanguageService/Diagnostics/IniErrorTagger.cs
Peter-Juhasz/IniLanguageService
bb8dbd4483ffba2364f853cd4f02a52a6938c8b3
[ "MIT" ]
4
2015-09-14T19:26:03.000Z
2017-12-08T14:35:42.000Z
IniLanguageService/Diagnostics/IniErrorTagger.cs
Peter-Juhasz/IniLanguageService
bb8dbd4483ffba2364f853cd4f02a52a6938c8b3
[ "MIT" ]
2
2015-08-22T15:07:34.000Z
2015-10-10T18:49:35.000Z
IniLanguageService/Diagnostics/IniErrorTagger.cs
Peter-Juhasz/IniLanguageService
bb8dbd4483ffba2364f853cd4f02a52a6938c8b3
[ "MIT" ]
null
null
null
using IniLanguageService.Diagnostics; using IniLanguageService.Syntax; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Tagging; using Microsoft.VisualStudio.Utilities; using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; namespace IniLanguage...
35.118421
99
0.603597
ed7768039fee9f461a1dab035231534c8224170f
3,102
cs
C#
MetaWorkLib/Domain/AzDBSchemaHandle.cs
myyangbin/CodeToolSolution
534c8cb41e783049c93e741bd1c2c6e37fef3a1e
[ "Apache-2.0" ]
3
2018-10-07T15:17:10.000Z
2021-01-15T09:18:03.000Z
MetaWorkLib/Domain/AzDBSchemaHandle.cs
myyangbin/CodeToolSolution
534c8cb41e783049c93e741bd1c2c6e37fef3a1e
[ "Apache-2.0" ]
null
null
null
MetaWorkLib/Domain/AzDBSchemaHandle.cs
myyangbin/CodeToolSolution
534c8cb41e783049c93e741bd1c2c6e37fef3a1e
[ "Apache-2.0" ]
1
2019-08-14T08:22:43.000Z
2019-08-14T08:22:43.000Z
using MetaWorkLib.Config; using SqlRepoEx.Abstractions; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MetaWorkLib.Domain { public class AzDBSchemaHandle : AtkHandle<AzDBSchemaEntity> { private...
42.493151
196
0.557382
6135de54aca41424a5be4d4c7d1281d4fde70370
1,611
cs
C#
client/framework/GameFramework-master/GameFramework/Resource/LoadResourceAgentHelperLoadCompleteEventArgs.cs
HelloWindows/AccountBook-
c71af0fefb5650fe85a7830b7ed04d7224d3ce54
[ "Unlicense" ]
34
2018-03-21T14:56:57.000Z
2022-02-04T14:52:29.000Z
GameFramework/Resource/LoadResourceAgentHelperLoadCompleteEventArgs.cs
Fallenleader/PokemonUnity
555c661223bd064b7b6b2da5f15d6974571625a7
[ "BSD-3-Clause" ]
4
2018-02-20T23:30:47.000Z
2020-10-29T06:18:09.000Z
GameFramework/Resource/LoadResourceAgentHelperLoadCompleteEventArgs.cs
Fallenleader/PokemonUnity
555c661223bd064b7b6b2da5f15d6974571625a7
[ "BSD-3-Clause" ]
16
2018-02-13T16:34:05.000Z
2021-02-26T15:13:56.000Z
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2020 Jiang Yin. All rights reserved. // Homepage: https://gameframework.cn/ // Feedback: mailto:ellan@gameframework.cn //------------------------------------------------------------ namespace GameFramework.Resource { ...
30.396226
174
0.561142
aa287bbc1f484bfa214eb77f3bdc393e46e61b79
4,125
cs
C#
src/Uno.Extensions.Core/Option.cs
AndreAbrantes/uno.extensions
1c688c4f7b5517a8b7bea631034d072edee3e031
[ "Apache-2.0" ]
null
null
null
src/Uno.Extensions.Core/Option.cs
AndreAbrantes/uno.extensions
1c688c4f7b5517a8b7bea631034d072edee3e031
[ "Apache-2.0" ]
null
null
null
src/Uno.Extensions.Core/Option.cs
AndreAbrantes/uno.extensions
1c688c4f7b5517a8b7bea631034d072edee3e031
[ "Apache-2.0" ]
null
null
null
#pragma warning disable CS1591 // XML Doc, will be moved elsewhere using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Uno.Extensions; public static class Option { public static Option<T> SomeOrNon...
24.553571
151
0.672242
c4e4a6ca57a6cadc3ecc3494172528802ada875e
1,340
cs
C#
Oxbind.Test/Oxbind/Impl/Metadata/UnknownAttributeTest.cs
maroontress/Oxbind.CSharp
ecaf92cb181d6b18a3765cc579e3067c919110a9
[ "BSD-2-Clause" ]
2
2019-03-16T14:06:58.000Z
2019-03-22T12:41:41.000Z
Oxbind.Test/Oxbind/Impl/Metadata/UnknownAttributeTest.cs
maroontress/Oxbind.CSharp
ecaf92cb181d6b18a3765cc579e3067c919110a9
[ "BSD-2-Clause" ]
null
null
null
Oxbind.Test/Oxbind/Impl/Metadata/UnknownAttributeTest.cs
maroontress/Oxbind.CSharp
ecaf92cb181d6b18a3765cc579e3067c919110a9
[ "BSD-2-Clause" ]
2
2019-01-20T07:56:58.000Z
2021-07-29T02:03:16.000Z
#pragma warning disable CS1591 namespace Maroontress.Oxbind.Impl.Metadata.Test { using System; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public sealed class UnknownAttributeTest { [TestMethod] public void RootTest() { c...
27.346939
72
0.512687
90a8a98692c668fc16c0fe6edf4ad3c81650c27e
5,952
cs
C#
Randomizer/UI/Forms/FormAbout.Designer.cs
SaltContainer/NEO-TWEWY-Randomizer
28a69f04c0badc1ba0924408002d28ae4cc77ab8
[ "MIT" ]
null
null
null
Randomizer/UI/Forms/FormAbout.Designer.cs
SaltContainer/NEO-TWEWY-Randomizer
28a69f04c0badc1ba0924408002d28ae4cc77ab8
[ "MIT" ]
null
null
null
Randomizer/UI/Forms/FormAbout.Designer.cs
SaltContainer/NEO-TWEWY-Randomizer
28a69f04c0badc1ba0924408002d28ae4cc77ab8
[ "MIT" ]
null
null
null
 namespace NEO_TWEWY_Randomizer { partial class FormAbout { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
43.764706
166
0.584677
0db73164fccd3487fdcd1447909cd37190fc2d8d
11,462
cs
C#
RiotSharp.SDK/Menu/Values/Slider.cs
sellmeleaguescripts/RiotSharp
a934b45313a17845d81e3de68b0bae9768eeb7b0
[ "Apache-2.0" ]
null
null
null
RiotSharp.SDK/Menu/Values/Slider.cs
sellmeleaguescripts/RiotSharp
a934b45313a17845d81e3de68b0bae9768eeb7b0
[ "Apache-2.0" ]
null
null
null
RiotSharp.SDK/Menu/Values/Slider.cs
sellmeleaguescripts/RiotSharp
a934b45313a17845d81e3de68b0bae9768eeb7b0
[ "Apache-2.0" ]
1
2018-04-14T06:14:09.000Z
2018-04-14T06:14:09.000Z
using System; using System.Collections.Generic; using System.Linq; using EloBuddy.SDK.Rendering; using SharpDX; namespace EloBuddy.SDK.Menu.Values { public sealed class Slider : ValueBase<int> { internal Text TextHandle { get; set; } internal Text ValueDisplayHandle { get; set; } ...
35.707165
161
0.493108
7cda6d051d7fbdddf7e10c9ef0de1fa91e0fa123
1,138
cs
C#
bibleBooksWPF/Views/ConfirmMessageBox.xaml.cs
kezizhou/bibleBooksChineseGame
deb67d80bec4b605942872cf26ab07b5a0e7f1a0
[ "MIT" ]
null
null
null
bibleBooksWPF/Views/ConfirmMessageBox.xaml.cs
kezizhou/bibleBooksChineseGame
deb67d80bec4b605942872cf26ab07b5a0e7f1a0
[ "MIT" ]
3
2020-08-11T20:43:17.000Z
2020-11-22T22:39:13.000Z
bibleBooksWPF/Views/ConfirmMessageBox.xaml.cs
kezizhou/bibleBooksChineseGame
deb67d80bec4b605942872cf26ab07b5a0e7f1a0
[ "MIT" ]
null
null
null
using BibleBooksWPF.ViewModels; using System.Windows; namespace BibleBooksWPF.Views { /// <summary> /// Interaction logic for ConfirmMessageBox.xaml /// </summary> public partial class ConfirmMessageBox : Window { ConfirmMessageBoxViewModel viewModel; public bool blnButtonClicked = false; public ConfirmMes...
23.708333
101
0.730228
10e62aeffe1dfb87f02d9ddddddb0bc8601d3eb0
207
cs
C#
Assets/Scripts/pathfinding/PathNode.cs
antoinechedin/star-racers
fc5704fed3396b3e49252a0912bab1bbbe452986
[ "MIT" ]
null
null
null
Assets/Scripts/pathfinding/PathNode.cs
antoinechedin/star-racers
fc5704fed3396b3e49252a0912bab1bbbe452986
[ "MIT" ]
null
null
null
Assets/Scripts/pathfinding/PathNode.cs
antoinechedin/star-racers
fc5704fed3396b3e49252a0912bab1bbbe452986
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public abstract class PathNode { public abstract Vector3 GetWorldPosition(); public abstract float GetTravelCost(); }
20.7
47
0.78744
2dbac1dd6cbb31a6d25a756594e08d68703068cf
334
cs
C#
Sphere/Shaders/DirectionalLightProgram.cs
JcBernack/simplex-sphere
e3fd3025e2d48b706effdcefcfbc145e129151d1
[ "MIT" ]
null
null
null
Sphere/Shaders/DirectionalLightProgram.cs
JcBernack/simplex-sphere
e3fd3025e2d48b706effdcefcfbc145e129151d1
[ "MIT" ]
null
null
null
Sphere/Shaders/DirectionalLightProgram.cs
JcBernack/simplex-sphere
e3fd3025e2d48b706effdcefcfbc145e129151d1
[ "MIT" ]
null
null
null
using ObjectTK.Shaders.Sources; using ObjectTK.Shaders.Variables; using OpenTK; namespace Sphere.Shaders { [FragmentShaderSource("Shading.Fragment.Light.Directional")] public class DirectionalLightProgram : LightProgram { public Uniform<Vector3> LightDirection { get; protected se...
25.692308
71
0.703593
f7176f82ceaba8395f60e3d9d804f15785c1372c
6,874
cs
C#
Favalet.Core/Expressions/Algebraic/BinaryExpression.cs
kekyo/Favalon
97d896b6366d5fa0b7e006f1865056edbbb28e66
[ "Apache-2.0" ]
2
2020-12-12T09:40:50.000Z
2022-02-07T16:40:17.000Z
Favalet.Core/Expressions/Algebraic/BinaryExpression.cs
kekyo/Favalon
97d896b6366d5fa0b7e006f1865056edbbb28e66
[ "Apache-2.0" ]
null
null
null
Favalet.Core/Expressions/Algebraic/BinaryExpression.cs
kekyo/Favalon
97d896b6366d5fa0b7e006f1865056edbbb28e66
[ "Apache-2.0" ]
null
null
null
///////////////////////////////////////////////////////////////////////////////////////////////// // // Favalon - An Interactive Shell Based on a Typed Lambda Calculus. // Copyright (c) 2018-2020 Kouji Matsui (@kozy_kekyo, @kekyo2) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not us...
34.542714
98
0.594414
e553f8638ca1f932da8a5c1779002f190213ab0d
1,012
cs
C#
Helper/Message.cs
izhal27/csharp-windows-forms-mvc
df146116863d7457465dda6c0f92c411367ae81a
[ "MIT" ]
null
null
null
Helper/Message.cs
izhal27/csharp-windows-forms-mvc
df146116863d7457465dda6c0f92c411367ae81a
[ "MIT" ]
null
null
null
Helper/Message.cs
izhal27/csharp-windows-forms-mvc
df146116863d7457465dda6c0f92c411367ae81a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace BelajarMVC.View { public static class Message { public static void Info(string message) { MessageBox.Show(message, "Info", MessageBoxBut...
24.682927
104
0.667984
dc1b87805f25f3b04379a38a945f1b347614784b
628
cs
C#
TCC.Core/Parsing/Messages/S_PLAYER_CHANGE_STAMINA.cs
Seyuna/Tera-custom-cooldowns
7e49777b5da83f6668ab18d1beb241e227643c26
[ "MIT" ]
null
null
null
TCC.Core/Parsing/Messages/S_PLAYER_CHANGE_STAMINA.cs
Seyuna/Tera-custom-cooldowns
7e49777b5da83f6668ab18d1beb241e227643c26
[ "MIT" ]
null
null
null
TCC.Core/Parsing/Messages/S_PLAYER_CHANGE_STAMINA.cs
Seyuna/Tera-custom-cooldowns
7e49777b5da83f6668ab18d1beb241e227643c26
[ "MIT" ]
null
null
null
using TCC.Annotations; using TCC.TeraCommon.Game.Messages; using TCC.TeraCommon.Game.Services; namespace TCC.Parsing.Messages { public class S_PLAYER_CHANGE_STAMINA : ParsedMessage { public int CurrentST { get; } public int MaxST { [UsedImplicitly] get; } public S_PLAYER_CHANGE_STAM...
26.166667
79
0.605096
09d4d398f48b87c670ca805fd3feac924645339f
931
cs
C#
src/messages/requests/Account_Auth_Req.cs
raul-gherman/spotware-api-dotnet-core
826078ccc1f50718cd247b745655cd2cb8d2e028
[ "Unlicense" ]
2
2020-03-04T07:33:50.000Z
2020-06-19T10:07:54.000Z
src/messages/requests/Account_Auth_Req.cs
raul-gherman/spotware-api-dotnet-core
826078ccc1f50718cd247b745655cd2cb8d2e028
[ "Unlicense" ]
null
null
null
src/messages/requests/Account_Auth_Req.cs
raul-gherman/spotware-api-dotnet-core
826078ccc1f50718cd247b745655cd2cb8d2e028
[ "Unlicense" ]
1
2020-06-04T08:11:13.000Z
2020-06-04T08:11:13.000Z
using ProtoBuf; namespace spotware { public partial class Client { public static ProtoMessage Account_Auth_Req(long ctidTraderAccountId, string accessToken) { ProtoOAAccountAuthReq message = new ProtoOAAccountAuthReq ...
34.481481
83
0.549946
135f947b120fe63c058479265a570b106938007e
2,929
cs
C#
DnDGen.TreasureGen.Tests.Integration.Tables/Items/Magical/Intelligence/AlignmentsTests.cs
cidthecoatrack/TreasureGen
26c350b6ef568ff5fa485d32fee388fc048e0ce4
[ "MIT" ]
6
2016-07-29T13:56:14.000Z
2021-09-07T09:11:56.000Z
DnDGen.TreasureGen.Tests.Integration.Tables/Items/Magical/Intelligence/AlignmentsTests.cs
cidthecoatrack/TreasureGen
26c350b6ef568ff5fa485d32fee388fc048e0ce4
[ "MIT" ]
72
2015-08-07T20:16:26.000Z
2021-02-02T20:29:47.000Z
DnDGen.TreasureGen.Tests.Integration.Tables/Items/Magical/Intelligence/AlignmentsTests.cs
cidthecoatrack/TreasureGen
26c350b6ef568ff5fa485d32fee388fc048e0ce4
[ "MIT" ]
1
2017-04-20T11:17:29.000Z
2017-04-20T11:17:29.000Z
using NUnit.Framework; using DnDGen.TreasureGen.Tables; using DnDGen.TreasureGen.Items.Magical; namespace DnDGen.TreasureGen.Tests.Integration.Tables.Items.Magical.Intelligence { [TestFixture] public class AlignmentsTests : PercentileTests { protected override string tableName { ...
32.544444
100
0.636395
13e57a47e1ec46afbc28f3bc83c28812fcb01bd6
1,144
cs
C#
Backend/SimpleBlockchain/SimpleBlockchain.Service/Implementations/TransactionPool.cs
safixio/SimpleBlockchain
3733e8b9a0efb4d17ea5e82b353270924fb83ba2
[ "MIT" ]
null
null
null
Backend/SimpleBlockchain/SimpleBlockchain.Service/Implementations/TransactionPool.cs
safixio/SimpleBlockchain
3733e8b9a0efb4d17ea5e82b353270924fb83ba2
[ "MIT" ]
null
null
null
Backend/SimpleBlockchain/SimpleBlockchain.Service/Implementations/TransactionPool.cs
safixio/SimpleBlockchain
3733e8b9a0efb4d17ea5e82b353270924fb83ba2
[ "MIT" ]
null
null
null
using SimpleBlockchain.Model; using SimpleBlockchain.Service.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SimpleBlockchain.Service.Implementations { public class TransactionPool : ITransactionPool { private Li...
23.346939
72
0.554196
130c73715111e69e4fbf30a6da1209234adc105a
1,675
cs
C#
src/SafeOrbit/Memory/InjectionDetection/SafeObject/Settings/SafeObjectSettings.cs
undergroundwires/safeOrbit
ba97853a76cc511ad1d7e8f052713ea5ee91f226
[ "MIT" ]
24
2016-10-24T16:46:38.000Z
2022-01-27T17:05:12.000Z
src/SafeOrbit/Memory/InjectionDetection/SafeObject/Settings/SafeObjectSettings.cs
undergroundwires/safeOrbit
ba97853a76cc511ad1d7e8f052713ea5ee91f226
[ "MIT" ]
5
2019-03-27T19:51:18.000Z
2022-03-06T17:14:07.000Z
src/SafeOrbit/Memory/InjectionDetection/SafeObject/Settings/SafeObjectSettings.cs
undergroundwires/safeOrbit
ba97853a76cc511ad1d7e8f052713ea5ee91f226
[ "MIT" ]
3
2017-05-15T12:43:10.000Z
2018-04-08T20:34:19.000Z
using SafeOrbit.Memory.InjectionServices; namespace SafeOrbit.Memory { /// <summary> /// Initial settings for <see cref="SafeObject{TObject}" /> instances /// </summary> /// <seealso cref="SafeObject{TObject}" /> public class InitialSafeObjectSettings : IInitialSafeObjectSettings { ...
39.880952
119
0.623881
e9b5dab1ed6c688a117e295cf87502ffbc6a8ee1
23,503
cs
C#
Ifx/IfxUtil.cs
saipraveen-a/IfxSampleApp
3659dfce732fd5ffb0401b42daebb87f454e4821
[ "MIT" ]
null
null
null
Ifx/IfxUtil.cs
saipraveen-a/IfxSampleApp
3659dfce732fd5ffb0401b42daebb87f454e4821
[ "MIT" ]
null
null
null
Ifx/IfxUtil.cs
saipraveen-a/IfxSampleApp
3659dfce732fd5ffb0401b42daebb87f454e4821
[ "MIT" ]
1
2021-01-22T05:41:39.000Z
2021-01-22T05:41:39.000Z
using Microsoft.Cloud.InstrumentationFramework; using System; using System.Threading; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SampleIfxApp.Ifx { public class IfxUtil { public static void IfxObjectSamples() { // Log a text proper...
43.930841
176
0.532358
470cf066d29e1c79fac0ccdab405a222676f25cc
2,490
cs
C#
UltimaOnline.Data/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs
netcode-gamer/game.ultimaonline.io
5be917d62b6232b07c5517f5f0b06bcaf3df93b9
[ "MIT" ]
null
null
null
UltimaOnline.Data/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs
netcode-gamer/game.ultimaonline.io
5be917d62b6232b07c5517f5f0b06bcaf3df93b9
[ "MIT" ]
null
null
null
UltimaOnline.Data/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs
netcode-gamer/game.ultimaonline.io
5be917d62b6232b07c5517f5f0b06bcaf3df93b9
[ "MIT" ]
null
null
null
using System; using UltimaOnline; using UltimaOnline.Items; namespace UltimaOnline.Factions { public class FactionSorceress : BaseFactionGuard { public override GuardAI GuardAI { get { return GuardAI.Magic | GuardAI.Bless | GuardAI.Curse; } } [Constructable] public FactionSo...
34.583333
106
0.575904
f8b60ab9365a719036ee27c0befd81b00f06cec1
5,396
cs
C#
Parser/Binding/BoundNodeFactory.cs
mahalex/MParser
b3c15aa1a96631359a914387760f8a0b42c41bbe
[ "MIT" ]
9
2018-10-17T04:46:24.000Z
2021-08-13T00:07:07.000Z
Parser/Binding/BoundNodeFactory.cs
mahalex/MParser
b3c15aa1a96631359a914387760f8a0b42c41bbe
[ "MIT" ]
null
null
null
Parser/Binding/BoundNodeFactory.cs
mahalex/MParser
b3c15aa1a96631359a914387760f8a0b42c41bbe
[ "MIT" ]
3
2019-11-15T21:57:27.000Z
2021-11-29T09:25:10.000Z
using System; using System.Collections.Immutable; namespace Parser.Binding { public static class BoundNodeFactory { public static BoundRoot Root(SyntaxNode syntax, BoundFile file) { return new BoundRoot(syntax, file); } public static BoundFile File(SyntaxNode synta...
31.555556
113
0.599703
b05413d57d482b4fa2135a77003e98d1d306a941
14,890
cs
C#
SpacepuppyBase/Project/IAssetBundle.cs
lordofduct/spacepuppy-unity-framework
548dd5aa5c0f61295a88ebace4dcee2e3fb0ce42
[ "Unlicense" ]
372
2015-05-23T10:06:01.000Z
2022-03-16T18:40:47.000Z
SpacepuppyBase/Project/IAssetBundle.cs
lordofduct/spacepuppy-unity-framework
548dd5aa5c0f61295a88ebace4dcee2e3fb0ce42
[ "Unlicense" ]
9
2015-09-27T13:23:57.000Z
2020-08-09T20:03:15.000Z
SpacepuppyBase/Project/IAssetBundle.cs
lordofduct/spacepuppy-unity-framework
548dd5aa5c0f61295a88ebace4dcee2e3fb0ce42
[ "Unlicense" ]
94
2015-05-14T15:30:57.000Z
2022-03-12T15:19:39.000Z
using UnityEngine; using System.Collections.Generic; using System.Linq; namespace com.spacepuppy.Project { /// <summary> /// An interface that represents a bundle of resources that can be loaded on demand. This facilitates wrappers /// around the global 'Resources' (see: ResourceAssetBundle), p...
28.041431
241
0.456145
c1b8a83ca1dce7b3ac09ca10f69b6871ee34ac3e
1,467
cs
C#
Samples/Chapter-07/ProductManagement/src/ProductManagement.Application/Products/ProductAppService.cs
sekmenhuseyin/Mastering-ABP-Framework
ef2ce702a68d109cceb9b854a6b39980184d9819
[ "MIT" ]
36
2021-03-29T07:35:31.000Z
2022-03-27T13:00:48.000Z
Samples/Chapter-07/ProductManagement/src/ProductManagement.Application/Products/ProductAppService.cs
sekmenhuseyin/Mastering-ABP-Framework
ef2ce702a68d109cceb9b854a6b39980184d9819
[ "MIT" ]
null
null
null
Samples/Chapter-07/ProductManagement/src/ProductManagement.Application/Products/ProductAppService.cs
sekmenhuseyin/Mastering-ABP-Framework
ef2ce702a68d109cceb9b854a6b39980184d9819
[ "MIT" ]
9
2021-02-26T01:19:07.000Z
2022-03-20T10:36:05.000Z
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Volo.Abp; using Volo.Abp.Application.Services; using Volo.Abp.Validation; namespace ProductManagement.Products { public class ProductAppService...
28.764706
86
0.57805
b21dd1b7b07611aa82201a8539d2bdd880098b1f
618
cs
C#
LearningQA/Shared/Entities/Test.cs
yossil20000/LearningQAWesam
d163228e20ca42abce64c59f8fd50f8f6acb65fa
[ "MIT" ]
null
null
null
LearningQA/Shared/Entities/Test.cs
yossil20000/LearningQAWesam
d163228e20ca42abce64c59f8fd50f8f6acb65fa
[ "MIT" ]
1
2021-03-21T12:16:05.000Z
2021-03-22T04:56:17.000Z
LearningQA/Shared/Entities/Test.cs
yossil20000/LearningQAWesam
d163228e20ca42abce64c59f8fd50f8f6acb65fa
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using LearningQA.Shared.Interface; namespace LearningQA.Shared.Entities { public class Test<TQuestion ,Tdb> : ITest<TQuestion,Tdb> { public Tdb Id { get; set; } public DateTime DateStart { g...
22.888889
65
0.708738
83d220af9a5a131ad39541df3f08d23a4a6a7c50
4,577
cs
C#
GDS.ExpressApp.UserFilter.Module/Controllers/CriteriaController.cs
Vbacna/GDS.ExpressApp.UserFilter
a5ffd6606c2277e13e875fb41690be852e6bb736
[ "MS-PL" ]
null
null
null
GDS.ExpressApp.UserFilter.Module/Controllers/CriteriaController.cs
Vbacna/GDS.ExpressApp.UserFilter
a5ffd6606c2277e13e875fb41690be852e6bb736
[ "MS-PL" ]
null
null
null
GDS.ExpressApp.UserFilter.Module/Controllers/CriteriaController.cs
Vbacna/GDS.ExpressApp.UserFilter
a5ffd6606c2277e13e875fb41690be852e6bb736
[ "MS-PL" ]
null
null
null
// *********************************************************************** // Assembly : GDS.ExpressApp.MainImpl.Module // Author : angermeier // Created : 08-14-2019 // // Last Modified By : angermeier // Last Modified On : 01-09-2020 // *****************************************************...
40.504425
129
0.585318
8650c2f1f7e839fcd1ee0fe08a337720c1da8a83
2,474
cs
C#
NestorHub.Sentinels.Api/LoggerHost.cs
NestorHub/NestorHubSentinels
7c47d56e6d7b7af7cd8f1d61c5af391e846ebe96
[ "MIT" ]
null
null
null
NestorHub.Sentinels.Api/LoggerHost.cs
NestorHub/NestorHubSentinels
7c47d56e6d7b7af7cd8f1d61c5af391e846ebe96
[ "MIT" ]
null
null
null
NestorHub.Sentinels.Api/LoggerHost.cs
NestorHub/NestorHubSentinels
7c47d56e6d7b7af7cd8f1d61c5af391e846ebe96
[ "MIT" ]
null
null
null
using System; using Microsoft.ApplicationInsights.NLogTarget; using NestorHub.Sentinels.Api.Domain; using NLog; using NLog.Config; using NLog.Targets; namespace NestorHub.Sentinels.Api { public class LoggerHost { private readonly SentinelHost _sentinelHost; private readonly HomeConnectionServe...
34.361111
130
0.640259
83533ec7ec3fe3f30d339f0d1ada756663d15643
5,793
cs
C#
ME.ECSBurst/Runtime/Utils/WorldUtilities.cs
chromealex/ME.ECSBurst
709a344af5bc4534abe2fa5a7ec62e892826f881
[ "MIT" ]
8
2021-05-28T04:46:01.000Z
2022-03-29T04:58:56.000Z
ME.ECSBurst/Runtime/Utils/WorldUtilities.cs
chromealex/ME.ECSBurst
709a344af5bc4534abe2fa5a7ec62e892826f881
[ "MIT" ]
null
null
null
ME.ECSBurst/Runtime/Utils/WorldUtilities.cs
chromealex/ME.ECSBurst
709a344af5bc4534abe2fa5a7ec62e892826f881
[ "MIT" ]
null
null
null
namespace ME.ECSBurst { using Unity.Burst; public struct AllSystemTypes<TComponent> { public static readonly SharedStatic<int> typeId = SharedStatic<int>.GetOrCreate<AllSystemTypes<TComponent>, TComponentKey>(); public class TComponentKey {} } public struct AllSystemTypesCounte...
34.076471
167
0.681512
836fc18d846228fe20a1486bb11a1111fae824cf
118
cshtml
C#
Views/Account/AccessDenied.cshtml
IsaacMcIntyre/Idea-sTracker
41aa67dfe9a73099ed87631c2664a999618c5848
[ "Apache-2.0" ]
null
null
null
Views/Account/AccessDenied.cshtml
IsaacMcIntyre/Idea-sTracker
41aa67dfe9a73099ed87631c2664a999618c5848
[ "Apache-2.0" ]
null
null
null
Views/Account/AccessDenied.cshtml
IsaacMcIntyre/Idea-sTracker
41aa67dfe9a73099ed87631c2664a999618c5848
[ "Apache-2.0" ]
null
null
null
@{ ViewBag.Title = "AccessDenied"; } <h2>Access Denied</h2> <p>You are not allowed to access this page.</p>
19.666667
47
0.627119
567d516f344fd3c21fece3b77a7ae5d4477ae9bb
23,710
cs
C#
ZumenSearch/Models/OldClasses/RealestateBuilding.cs
torum/ZumenSearch
822686a32bff1717750bb98289986aff76df85e7
[ "MIT" ]
1
2021-08-10T01:26:27.000Z
2021-08-10T01:26:27.000Z
ZumenSearch/Models/OldClasses/RealestateBuilding.cs
torum/ZumenSearch
822686a32bff1717750bb98289986aff76df85e7
[ "MIT" ]
null
null
null
ZumenSearch/Models/OldClasses/RealestateBuilding.cs
torum/ZumenSearch
822686a32bff1717750bb98289986aff76df85e7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Configuration; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Reps.Models { public class RealestateBuilding : Realestate { #region フィールド #endreg...
44.735849
202
0.467229
fc03484f8c0a6754f1511c49e180da2e62482837
195
cs
C#
Alex/LOCcount/LOCcountSolution/LOCcount.Business/ArgumentVerarbeiter.cs
adb-solutions/Schulung_12-2018
9a1f4b86a002097f6450238df5e8372d13f25267
[ "MIT" ]
null
null
null
Alex/LOCcount/LOCcountSolution/LOCcount.Business/ArgumentVerarbeiter.cs
adb-solutions/Schulung_12-2018
9a1f4b86a002097f6450238df5e8372d13f25267
[ "MIT" ]
null
null
null
Alex/LOCcount/LOCcountSolution/LOCcount.Business/ArgumentVerarbeiter.cs
adb-solutions/Schulung_12-2018
9a1f4b86a002097f6450238df5e8372d13f25267
[ "MIT" ]
null
null
null
using System; namespace LOCcount.Business { public class ArgumentVerarbeiter { public string Ermittle_Pfad(string[] args) { return args[0]; } } }
16.25
50
0.574359
39db8d1b8b57638ba84572cf945f26baba42dfc2
5,650
cs
C#
src/Spring.Social.Facebook/Social/Facebook/Api/IGraphApi.cs
isabella232/spring-net-social-facebook
90e731ce07fc5603d108ca06426793c4350406d1
[ "Apache-2.0" ]
3
2015-05-07T05:40:18.000Z
2016-02-18T12:41:07.000Z
src/Spring.Social.Facebook/Social/Facebook/Api/IGraphApi.cs
KamineniNaveen/spring-net-social-facebook
90e731ce07fc5603d108ca06426793c4350406d1
[ "Apache-2.0" ]
1
2022-01-06T19:10:58.000Z
2022-01-06T19:10:58.000Z
src/Spring.Social.Facebook/Social/Facebook/Api/IGraphApi.cs
isabella232/spring-net-social-facebook
90e731ce07fc5603d108ca06426793c4350406d1
[ "Apache-2.0" ]
12
2015-03-08T18:19:33.000Z
2022-01-06T18:41:51.000Z
#region License /* * Copyright 2002-2012 the original author or authors. * * 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 ...
45.2
130
0.700354
70eb703cc12194f650711d54b91a007e483f36ec
2,379
cs
C#
COIME/Common/Controls/NotifyIconUtil.cs
shimitei/UnstableCribs
1c90881ddc0633643ed046bbd1e27556d3b607ff
[ "Apache-2.0" ]
null
null
null
COIME/Common/Controls/NotifyIconUtil.cs
shimitei/UnstableCribs
1c90881ddc0633643ed046bbd1e27556d3b607ff
[ "Apache-2.0" ]
null
null
null
COIME/Common/Controls/NotifyIconUtil.cs
shimitei/UnstableCribs
1c90881ddc0633643ed046bbd1e27556d3b607ff
[ "Apache-2.0" ]
null
null
null
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; namespace My.Common.Controls { public class NotifyIconUtil { /* * for ALT + F4 problem * see http://d.hatena.ne.jp/hnx8/20131208/1386486457 */ [DllImport("user32"...
33.041667
121
0.500631
5bae1e51ff0dd99bfb526d8d582a82ed8e44ba02
1,107
cs
C#
Assets/Scripts/Menu/Fade.cs
kleberandrade/ggj2017
1a0926d781be40b2606a3318f251ac5c0cf4d7ef
[ "MIT" ]
null
null
null
Assets/Scripts/Menu/Fade.cs
kleberandrade/ggj2017
1a0926d781be40b2606a3318f251ac5c0cf4d7ef
[ "MIT" ]
null
null
null
Assets/Scripts/Menu/Fade.cs
kleberandrade/ggj2017
1a0926d781be40b2606a3318f251ac5c0cf4d7ef
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Fade : MonoBehaviour { public RawImage img; private bool FadeOut; private CanvasGroup canvasGroup; void Start() { canvasGroup = GetComponent<CanvasGroup>(); img...
20.5
68
0.595303
46cd3ff363891cc587a5416bb5e65101eba9278a
6,958
cs
C#
src/Platform/AngularDotnetPlatform.Platform.RedisCache/PlatformRedisDistributedCacheRepository.cs
duc01226/NoCeiling-Duc-Interview-Testing
85340db42e9e14427814f07b1f08f7ab9eee4a26
[ "MIT" ]
null
null
null
src/Platform/AngularDotnetPlatform.Platform.RedisCache/PlatformRedisDistributedCacheRepository.cs
duc01226/NoCeiling-Duc-Interview-Testing
85340db42e9e14427814f07b1f08f7ab9eee4a26
[ "MIT" ]
null
null
null
src/Platform/AngularDotnetPlatform.Platform.RedisCache/PlatformRedisDistributedCacheRepository.cs
duc01226/NoCeiling-Duc-Interview-Testing
85340db42e9e14427814f07b1f08f7ab9eee4a26
[ "MIT" ]
null
null
null
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text.Json; using System.Threading; using System.Threading.Tasks; using AngularDotnetPlatform.Platform.Application.Context; using AngularDotnetPlatform.Platform.Infrastructures.Caching; using Microsoft.Ex...
38.441989
181
0.668439
98b6331296a3c9148fb6e427eb3d5b10e113f925
257
cs
C#
OpenSheets.Contracts/Events/PrincipalCreatedEvent.cs
architecture-astronaut/OpenSheets
1d43ded1b1b58bc1252edf2da3d1bf530d393bf2
[ "Unlicense" ]
null
null
null
OpenSheets.Contracts/Events/PrincipalCreatedEvent.cs
architecture-astronaut/OpenSheets
1d43ded1b1b58bc1252edf2da3d1bf530d393bf2
[ "Unlicense" ]
8
2021-05-08T02:17:04.000Z
2022-03-02T05:03:04.000Z
OpenSheets.Contracts/Events/PrincipalCreatedEvent.cs
architecture-astronaut/OpenSheets
1d43ded1b1b58bc1252edf2da3d1bf530d393bf2
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenSheets.Contracts.Events { public class PrincipalCreatedEvent { public Guid PrincipalId { get; set; } } }
18.357143
45
0.731518
c7557382489f156002b68d623fd21b2a19729090
733
cshtml
C#
MedEx/Web/MedEx.Web/Areas/Administration/Views/Specialization/Create.cshtml
kostadinM29/WebProject
d53b391e1f2620dcb68acfb0466111265509e3c8
[ "MIT" ]
5
2021-07-06T07:12:57.000Z
2022-03-21T20:21:49.000Z
MedEx/Web/MedEx.Web/Areas/Administration/Views/Specialization/Create.cshtml
kostadinM29/WebProject
d53b391e1f2620dcb68acfb0466111265509e3c8
[ "MIT" ]
null
null
null
MedEx/Web/MedEx.Web/Areas/Administration/Views/Specialization/Create.cshtml
kostadinM29/WebProject
d53b391e1f2620dcb68acfb0466111265509e3c8
[ "MIT" ]
1
2021-08-21T15:46:23.000Z
2021-08-21T15:46:23.000Z
@model SpecializationCreateFormModel @{ ViewBag.Title = "Create a new specialization"; } <h1>@ViewBag.Title</h1> <hr /> <form method="post" class="col-md-6 offset-md-3"> <div class="form-group"> <label asp-for="Name"></label> <input asp-for="Name" class="form-control" /> <span asp-valid...
34.904762
81
0.616644
c7577694f843680562f0d1942efd4eb691042bf6
271
cs
C#
Server/Models/Payment.cs
QuinntyneBrown/wedding-bidders
9ec2b1970c4342007071afb11ae4212d498fd9d4
[ "MIT" ]
1
2015-12-07T12:38:34.000Z
2015-12-07T12:38:34.000Z
Server/Models/Payment.cs
QuinntyneBrown/wedding-bidders
9ec2b1970c4342007071afb11ae4212d498fd9d4
[ "MIT" ]
9
2015-12-05T23:50:17.000Z
2016-01-12T12:24:48.000Z
Server/Models/Payment.cs
QuinntyneBrown/wedding-bidders
9ec2b1970c4342007071afb11ae4212d498fd9d4
[ "MIT" ]
null
null
null
using System; namespace WeddingBidders.Server.Models { public class Payment: BaseEntity { public Payment() { } public int? AccountId { get; set; } public float? Amount { get; set; } public DateTime DateTime { get; set; } } }
20.846154
46
0.597786
980412768725556e88ad727f5bf9b6aa86be5deb
1,948
cs
C#
Bloop.Core/Plugin/IronPythonPluginLoader.cs
dstiert/Bloop
d6c6784974651f51ae6095f2aafe748279200dfb
[ "MIT" ]
4
2019-02-21T17:44:40.000Z
2021-06-25T03:31:47.000Z
Bloop.Core/Plugin/IronPythonPluginLoader.cs
dstiert/Bloop
d6c6784974651f51ae6095f2aafe748279200dfb
[ "MIT" ]
16
2015-09-24T15:07:38.000Z
2019-03-18T17:51:04.000Z
Bloop.Core/Plugin/IronPythonPluginLoader.cs
dstiert/Bloop
d6c6784974651f51ae6095f2aafe748279200dfb
[ "MIT" ]
1
2019-12-07T06:50:07.000Z
2019-12-07T06:50:07.000Z
using System.Collections.Generic; using System.Linq; using Bloop.Plugin; using IronPython.Hosting; using IronPython.Runtime.Types; using Bloop.Infrastructure.Logger; namespace Bloop.Core.Plugin { public class IronPythonPluginLoader : IPluginLoader { public IEnumerable<PluginPair> LoadPlugin(List<Plugi...
38.196078
170
0.528234
99c5b6beb6d551fd0efe6e8ce2bb33de33a786df
3,887
cs
C#
apis/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner/Extensions/SpannerServiceCollectionExtensions.cs
chrisdunelm/gcloud-dotnet
e5d8883d3324f162f43d63ab37dea24727fc6e56
[ "Apache-2.0" ]
null
null
null
apis/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner/Extensions/SpannerServiceCollectionExtensions.cs
chrisdunelm/gcloud-dotnet
e5d8883d3324f162f43d63ab37dea24727fc6e56
[ "Apache-2.0" ]
null
null
null
apis/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner/Extensions/SpannerServiceCollectionExtensions.cs
chrisdunelm/gcloud-dotnet
e5d8883d3324f162f43d63ab37dea24727fc6e56
[ "Apache-2.0" ]
null
null
null
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
52.527027
109
0.735529
568a93a60bac92feb5e82e29e78958d394b6a882
1,643
cs
C#
ViennaAdvantageWeb/ModelLibrary/CRM/Model/MForecastLine.cs
eric-erki/ERP-CMR-DMS
2d01465e14cf456dd2288d63f7e0236ab761eabe
[ "Apache-2.0" ]
45
2017-11-07T19:54:38.000Z
2022-03-22T04:12:01.000Z
ViennaAdvantageWeb/ModelLibrary/CRM/Model/MForecastLine.cs
dorian-gris/ERP-CMR-DMS
2d01465e14cf456dd2288d63f7e0236ab761eabe
[ "Apache-2.0" ]
null
null
null
ViennaAdvantageWeb/ModelLibrary/CRM/Model/MForecastLine.cs
dorian-gris/ERP-CMR-DMS
2d01465e14cf456dd2288d63f7e0236ab761eabe
[ "Apache-2.0" ]
40
2017-11-07T19:56:07.000Z
2022-02-15T11:23:38.000Z
using System; using System.Net; using System.Windows; //using System.Windows.Controls; //using System.Windows.Documents; //using System.Windows.Ink; //using System.Windows.Input; //using System.Windows.Media; //using System.Windows.Media.Animation; //using System.Windows.Shapes; using VAdvantage.Utility; using System....
32.86
229
0.631163
d16fca1f369c2504ccef7478f84678f301909ddf
384
cs
C#
Windows/Def/PaZword.Api/Models/CategoryIcon.cs
Web-cloud-warrior/PaZword
4db54ac2e106ba9d7c23ef48c2615060312190e6
[ "MIT" ]
56
2020-06-30T09:54:47.000Z
2022-03-26T16:32:59.000Z
Windows/Def/PaZword.Api/Models/CategoryIcon.cs
Godly-GM/PswDManager
f7e6aa9b6ef204694eda3189a44ac0f6c600dba9
[ "MIT" ]
20
2020-07-01T15:26:10.000Z
2021-08-05T22:06:49.000Z
Windows/Def/PaZword.Api/Models/CategoryIcon.cs
Godly-GM/PswDManager
f7e6aa9b6ef204694eda3189a44ac0f6c600dba9
[ "MIT" ]
10
2020-07-03T22:14:22.000Z
2022-02-19T19:15:33.000Z
namespace PaZword.Api.Models { public enum CategoryIcon { Default, Bank, Bank2, BankCard, Home, Id, Id2, Key, Money, Personal, Personal2, Professional, Professional2, Professional3, Safe, ...
15.36
29
0.460938
caaff74213d1b2bbabd2b59976dedc0f36887167
7,807
cs
C#
Assets/Scripts/Particle Animations/PortalesFeedback.cs
TaaroBravo/Monsterfall
a92df4e665d055cc482bda7dd4356f0cfaaba3a5
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Particle Animations/PortalesFeedback.cs
TaaroBravo/Monsterfall
a92df4e665d055cc482bda7dd4356f0cfaaba3a5
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Particle Animations/PortalesFeedback.cs
TaaroBravo/Monsterfall
a92df4e665d055cc482bda7dd4356f0cfaaba3a5
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using System.Linq; public class PortalesFeedback : MonoBehaviour { public GameObject portalTop; public GameObject portalBot; public GameObject portalIzq; public GameObject portalDer; public float Distance...
33.796537
145
0.581273
c07c10cf80f933debfdb35b1099adf9d068a0480
5,173
cs
C#
Assets/SceneAssets/Experiments/ScriptedManipulator/Scripts/Navigation/BezierPoint.cs
cnheider/Examples
26af2e6be2cbb4344fdffe52ef0107302cad79db
[ "Apache-2.0" ]
5
2018-05-17T19:28:07.000Z
2021-08-09T06:11:07.000Z
Assets/SceneAssets/Experiments/ScriptedManipulator/Scripts/Navigation/BezierPoint.cs
cnheider/Examples
26af2e6be2cbb4344fdffe52ef0107302cad79db
[ "Apache-2.0" ]
null
null
null
Assets/SceneAssets/Experiments/ScriptedManipulator/Scripts/Navigation/BezierPoint.cs
cnheider/Examples
26af2e6be2cbb4344fdffe52ef0107302cad79db
[ "Apache-2.0" ]
3
2018-10-28T15:07:17.000Z
2020-10-01T00:05:53.000Z
using System; using UnityEngine; namespace SceneAssets.Experiments.ScriptedManipulator.Scripts.Navigation { /// <inheritdoc /> /// <summary> /// - Helper class for storing and manipulating Bezier Point data /// - Ensures that handles are in correct relation to one another /// - Handles adding/removing ...
29.56
117
0.614924
2c4ac214dfc899f44b13234c8bea02cf68eb82dc
627
cs
C#
src/Server/Teams/Teams.Infrastructure/Configurations/ImageConfiguration.cs
kalintsenkov/BettingSystem
a4c235adc3be930e52c6efd70e46a96c9c09cec4
[ "MIT" ]
45
2020-12-10T04:39:36.000Z
2022-03-31T04:19:18.000Z
src/Server/Teams/Teams.Infrastructure/Configurations/ImageConfiguration.cs
kalintsenkov/BettingSystem
a4c235adc3be930e52c6efd70e46a96c9c09cec4
[ "MIT" ]
null
null
null
src/Server/Teams/Teams.Infrastructure/Configurations/ImageConfiguration.cs
kalintsenkov/BettingSystem
a4c235adc3be930e52c6efd70e46a96c9c09cec4
[ "MIT" ]
11
2020-12-10T02:06:23.000Z
2022-03-30T02:07:53.000Z
namespace BettingSystem.Infrastructure.Teams.Configurations { using Domain.Common.Models; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; internal class ImageConfiguration : IEntityTypeConfiguration<Image> { public void Configure(EntityTypeBuilde...
26.125
71
0.590112
81a498a64cda9e6a0a9a4758f709010eb6026eb2
23,247
cs
C#
FYP_WEB_APP/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_dragButtonDevice.cshtml.g.cs
wAikAp/Intelligent-Energy-Management-System-for-Buildings-INB
bd2d66316efbbd2fad29a5cfa6288142ed7677fe
[ "Apache-2.0" ]
10
2020-03-03T13:53:53.000Z
2021-10-03T03:27:27.000Z
FYP_WEB_APP/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_dragButtonDevice.cshtml.g.cs
wAikAp/Intelligent-Energy-Management-System-for-Buildings-INB
bd2d66316efbbd2fad29a5cfa6288142ed7677fe
[ "Apache-2.0" ]
null
null
null
FYP_WEB_APP/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_dragButtonDevice.cshtml.g.cs
wAikAp/Intelligent-Energy-Management-System-for-Buildings-INB
bd2d66316efbbd2fad29a5cfa6288142ed7677fe
[ "Apache-2.0" ]
3
2020-06-15T00:03:14.000Z
2020-09-14T17:25:42.000Z
#pragma checksum "/Users/shingwaichan/Desktop/INB/Intelligent-Energy-Management-System-for-Buildings-INB/FYP_WEB_APP/Views/Shared/_dragButtonDevice.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c4aa634f5f4b1a469dd04a1690bdf3c1ec29c5b3" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.A...
49.356688
357
0.6951
1d9de67a964467ecbf8c7d9e1f041145ee8bd77a
580
cs
C#
dvvWeb/Controllers/HomeController.cs
nickheidke/datavelocityvisualizer
59592f4b4546214d85ac9b2df353dc0c7c4d89bd
[ "MIT" ]
2
2016-05-27T19:19:56.000Z
2016-05-29T02:26:50.000Z
dvvWeb/Controllers/HomeController.cs
nickheidke/datavelocity
59592f4b4546214d85ac9b2df353dc0c7c4d89bd
[ "MIT" ]
2
2016-06-08T04:46:50.000Z
2016-06-13T15:26:10.000Z
dvvWeb/Controllers/HomeController.cs
nickheidke/datavelocity
59592f4b4546214d85ac9b2df353dc0c7c4d89bd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace dvvWeb.Controllers { public class HomeController : Controller { public ActionResult Index() { ViewBag.Message = "Dynamically view the data movement acros...
21.481481
90
0.567241
420a13725e60ab160b74025242fdea06728fa994
10,462
cs
C#
src/SKIT.FlurlHttpClient.ByteDance.TikTokShop/Extensions/TikTokShopClientExecuteRecycleExtensions.cs
lucio-c/DotNetCore.SKIT.FlurlHttpClient.ByteDance
fa3ff5d6b3630c197c25e39b5ab02ee8490ba870
[ "MIT" ]
11
2021-08-24T08:15:45.000Z
2022-03-17T11:57:09.000Z
src/SKIT.FlurlHttpClient.ByteDance.TikTokShop/Extensions/TikTokShopClientExecuteRecycleExtensions.cs
JohnZhaoXiaoHu/DotNetCore.SKIT.FlurlHttpClient.ByteDance
662474ba41ed215deba5205b79007dd72c629be9
[ "MIT" ]
5
2021-12-09T08:28:58.000Z
2022-01-06T02:11:32.000Z
src/SKIT.FlurlHttpClient.ByteDance.TikTokShop/Extensions/TikTokShopClientExecuteRecycleExtensions.cs
JohnZhaoXiaoHu/DotNetCore.SKIT.FlurlHttpClient.ByteDance
662474ba41ed215deba5205b79007dd72c629be9
[ "MIT" ]
8
2021-09-13T13:14:23.000Z
2022-03-19T17:16:54.000Z
using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Flurl; using Flurl.Http; namespace SKIT.FlurlHttpClient.ByteDance.TikTokShop { public static class TikTokShopClientExecuteRecycleExtensions { /// <summary> /// <para>异步调用 [POST] /recycle/buyerGetOr...
54.207254
244
0.667081
c39428f9d1bee5be809cf8ceb4da1aaf31778db9
2,794
cs
C#
aliyun-net-sdk-kms/Kms/Transform/V20160120/GetSecretValueResponseUnmarshaller.cs
awei1688/aliyun-openapi-net-sdk
f3af0432c05386e49e058ea63e9b7c8cca3fe56f
[ "Apache-2.0" ]
572
2015-12-19T15:08:10.000Z
2022-03-28T03:59:39.000Z
aliyun-net-sdk-kms/Kms/Transform/V20160120/GetSecretValueResponseUnmarshaller.cs
awei1688/aliyun-openapi-net-sdk
f3af0432c05386e49e058ea63e9b7c8cca3fe56f
[ "Apache-2.0" ]
304
2016-02-23T09:29:23.000Z
2021-12-07T06:55:15.000Z
aliyun-net-sdk-kms/Kms/Transform/V20160120/GetSecretValueResponseUnmarshaller.cs
awei1688/aliyun-openapi-net-sdk
f3af0432c05386e49e058ea63e9b7c8cca3fe56f
[ "Apache-2.0" ]
670
2016-02-18T04:08:08.000Z
2022-03-09T07:25:27.000Z
/* * 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 ...
49.017544
105
0.780959
49afcf8829996abe513fb36f2e2996db23d0029c
5,334
cs
C#
src/Backstage/BasicLayer/YC.Common/ShareUtils/CacheUtils.cs
lungchito/yc.boilerplate
7aec5116e6550881e4b6ffb2c51cb0ed9f62a094
[ "Apache-2.0" ]
327
2021-06-25T07:07:12.000Z
2022-01-11T03:08:14.000Z
src/Backstage/BasicLayer/YC.Common/ShareUtils/CacheUtils.cs
boozzh/yc.boilerplate
16e550d1d9407e3bb6073c4f41ee00d56991ad5f
[ "Apache-2.0" ]
2
2021-09-02T02:38:32.000Z
2021-09-02T02:39:27.000Z
src/Backstage/BasicLayer/YC.Common/ShareUtils/CacheUtils.cs
boozzh/yc.boilerplate
16e550d1d9407e3bb6073c4f41ee00d56991ad5f
[ "Apache-2.0" ]
68
2021-06-25T07:07:17.000Z
2021-11-05T04:01:52.000Z
 using Microsoft.Extensions.Caching.Memory; using System; using System.Collections; using System.Collections.Generic; using System.Reflection; namespace YC.Common.ShareUtils { public class CacheUtils { private IMemoryCache _cache = new MemoryCache(new MemoryCacheOptions()); public TimeSpan ...
29.966292
117
0.504687
5fa3813cd71bfc91f010eae076ac1452e2e53066
918
cs
C#
libc.orm/DatabaseMigration/DdlMigration/IMigration.cs
saeidjoker/libc.orm
57676b3ceac3892d1647733ab1da36a59f12e80e
[ "MIT" ]
2
2020-02-05T15:38:21.000Z
2020-08-26T06:49:05.000Z
libc.orm/DatabaseMigration/DdlMigration/IMigration.cs
saeidjoker/libc.orm
57676b3ceac3892d1647733ab1da36a59f12e80e
[ "MIT" ]
null
null
null
libc.orm/DatabaseMigration/DdlMigration/IMigration.cs
saeidjoker/libc.orm
57676b3ceac3892d1647733ab1da36a59f12e80e
[ "MIT" ]
null
null
null
namespace libc.orm.DatabaseMigration.DdlMigration { public interface IMigration { int Version { get; } string Name { get; } /// <summary> /// Gets the connection string passed to the task runner /// </summary> string ConnectionString { get; } /// <s...
36.72
108
0.615468
b49352c7006fffd8d6346af8f240eb1bb7951920
405
cs
C#
src/ESFA.DC.ILR.FundingService.Data/File/Model/DPOutcome.cs
SkillsFundingAgency/DC-ILR-1819-FundingService-SF
07795a4d282c40ca9d8bc738bda16bf9a63e7380
[ "MIT" ]
null
null
null
src/ESFA.DC.ILR.FundingService.Data/File/Model/DPOutcome.cs
SkillsFundingAgency/DC-ILR-1819-FundingService-SF
07795a4d282c40ca9d8bc738bda16bf9a63e7380
[ "MIT" ]
null
null
null
src/ESFA.DC.ILR.FundingService.Data/File/Model/DPOutcome.cs
SkillsFundingAgency/DC-ILR-1819-FundingService-SF
07795a4d282c40ca9d8bc738bda16bf9a63e7380
[ "MIT" ]
1
2021-04-11T08:48:41.000Z
2021-04-11T08:48:41.000Z
using System; using System.Collections.Generic; using System.Text; namespace ESFA.DC.ILR.FundingService.Data.File.Model { public class DPOutcome { public int OutCode { get; set; } public string OutType { get; set; } public DateTime OutCollDate { get; set; } public DateTime O...
20.25
52
0.641975
af9d6aac52d15767e4d4375cd8fb9c84cb3298b2
4,495
cs
C#
Scribe/CurrentTheme.cs
mxashlynn/Scribe
7213efbaa518ee81c22cde13ad5a7f49b9cf6cef
[ "MIT" ]
5
2020-11-22T05:03:06.000Z
2021-03-27T19:54:19.000Z
Scribe/CurrentTheme.cs
mxashlynn/Scribe
7213efbaa518ee81c22cde13ad5a7f49b9cf6cef
[ "MIT" ]
1
2020-08-19T01:00:28.000Z
2020-08-19T02:08:20.000Z
Scribe/CurrentTheme.cs
mxashlynn/Scribe
7213efbaa518ee81c22cde13ad5a7f49b9cf6cef
[ "MIT" ]
null
null
null
using System.Drawing; namespace Scribe { /// <summary> /// Stores <see cref="Color"/> information about the current <see cref="EditorTheme"/>. /// </summary> internal static class CurrentTheme { #region Theme Colors public static Color ControlBackgroundWhite = SystemColors.Window; ...
48.858696
91
0.588432
cc60549c6e1df74c3fd83968e5614d7bee1a30a9
546
cs
C#
src/Presentation/Nop.Web/Areas/Admin/Models/Common/PopularSearchTermModel.cs
EvaSRGitHub/NopCommerce-HomePageNewProductsPlugin
7d4ad8d74ad9b84efd549464efecaaf217ac8a07
[ "MIT" ]
4
2021-02-26T15:35:48.000Z
2022-03-19T21:08:33.000Z
src/Presentation/Nop.Web/Areas/Admin/Models/Common/PopularSearchTermModel.cs
EvaSRGitHub/NopCommerce-HomePageNewProductsPlugin
7d4ad8d74ad9b84efd549464efecaaf217ac8a07
[ "MIT" ]
null
null
null
src/Presentation/Nop.Web/Areas/Admin/Models/Common/PopularSearchTermModel.cs
EvaSRGitHub/NopCommerce-HomePageNewProductsPlugin
7d4ad8d74ad9b84efd549464efecaaf217ac8a07
[ "MIT" ]
1
2021-04-06T06:17:52.000Z
2021-04-06T06:17:52.000Z
using Nop.Web.Framework.Mvc.ModelBinding; using Nop.Web.Framework.Models; namespace Nop.Web.Areas.Admin.Models.Common { /// <summary> /// Represents a popular search term model /// </summary> public partial class PopularSearchTermModel : BaseNopModel { #region Properties [NopResour...
24.818182
66
0.668498
5e45e9030a6a13c1c704e44b0634f83b554c7e01
546
cs
C#
src/Lykke.Job.BlockchainCashinDetector.Core/Domain/DepositWalletKey.cs
LykkeCity/Lykke.Job.BlockchainCashinDetector
1ea95edc66f009b17e36d07df8d64040e9c36079
[ "MIT" ]
1
2019-03-25T18:07:13.000Z
2019-03-25T18:07:13.000Z
src/Lykke.Job.BlockchainCashinDetector.Core/Domain/DepositWalletKey.cs
LykkeCity/Lykke.Job.BlockchainCashinDetector
1ea95edc66f009b17e36d07df8d64040e9c36079
[ "MIT" ]
2
2018-03-03T08:01:01.000Z
2018-07-18T12:36:04.000Z
src/Lykke.Job.BlockchainCashinDetector.Core/Domain/DepositWalletKey.cs
LykkeCity/Lykke.Job.BlockchainCashinDetector
1ea95edc66f009b17e36d07df8d64040e9c36079
[ "MIT" ]
1
2021-03-09T05:55:37.000Z
2021-03-09T05:55:37.000Z
namespace Lykke.Job.BlockchainCashinDetector.Core.Domain { public sealed class DepositWalletKey { public string BlockchainAssetId { get; } public string BlockchainType { get; } public string DepositWalletAddress { get; } public DepositWalletKey(string blockchainAssetId, string ...
32.117647
109
0.68315
8ad9dbc0b37ba4d7b09dc957c72433645b38a12a
252
cs
C#
src/Sudoku.Recognition/AssemblyAttributes.cs
micexu/Sudoku
5c5b723557f42fc406dcbf779f0090f2c5e8a38c
[ "MIT" ]
1
2021-05-02T15:06:32.000Z
2021-05-02T15:06:32.000Z
src/Sudoku.Recognition/AssemblyAttributes.cs
micexu/Sudoku
5c5b723557f42fc406dcbf779f0090f2c5e8a38c
[ "MIT" ]
null
null
null
src/Sudoku.Recognition/AssemblyAttributes.cs
micexu/Sudoku
5c5b723557f42fc406dcbf779f0090f2c5e8a38c
[ "MIT" ]
null
null
null
using System; using Emgu.CV.Structure; using Sudoku.CodeGen; [assembly: CLSCompliant(false)] [assembly: AutoDeconstructExtension(typeof(RotatedRect), nameof(RotatedRect.Center), nameof(RotatedRect.Size), Namespace = "Sudoku.Recognition.Extensions")]
36
156
0.805556
c173da49ead9ea161ad19264eb434019631dbdee
1,215
cs
C#
ISVLM2017.Domain/Entities/ConfiguracionEjemplar.cs
Hacama/ISVLM2017
698e520c367039f58de9ef8ced4b3365041e6eae
[ "MIT" ]
null
null
null
ISVLM2017.Domain/Entities/ConfiguracionEjemplar.cs
Hacama/ISVLM2017
698e520c367039f58de9ef8ced4b3365041e6eae
[ "MIT" ]
null
null
null
ISVLM2017.Domain/Entities/ConfiguracionEjemplar.cs
Hacama/ISVLM2017
698e520c367039f58de9ef8ced4b3365041e6eae
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace ISVLM2017.Domain.Entities { [Table("TB_CONF_EJEMPLAR")] public partial class ConfiguracionEjemplar { [Key] public int conf_ejempl...
31.973684
76
0.614815