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
75ca47f952e91554ae2c7b55c01aeba0ca12314b
822
cs
C#
src/Foundation/CommerceServer/code/Search/ComputedFields/VariantIndexInfo.cs
epam/Sitecore-Reference-Storefront-on-Habitat
14f59ce4130270af5231a2b8a432664a95c0d8d3
[ "Apache-2.0" ]
4
2016-09-16T22:44:08.000Z
2018-10-11T01:45:25.000Z
src/Foundation/CommerceServer/code/Search/ComputedFields/VariantIndexInfo.cs
epam/Sitecore-Reference-Storefront-on-Habitat
14f59ce4130270af5231a2b8a432664a95c0d8d3
[ "Apache-2.0" ]
3
2016-09-21T07:13:28.000Z
2017-05-01T13:39:59.000Z
src/Foundation/CommerceServer/code/Search/ComputedFields/VariantIndexInfo.cs
epam/Sitecore-Reference-Storefront-on-Habitat
14f59ce4130270af5231a2b8a432664a95c0d8d3
[ "Apache-2.0" ]
3
2017-03-22T17:57:21.000Z
2021-05-05T13:42:10.000Z
namespace Sitecore.Foundation.CommerceServer.Search.ComputedFields { /// <summary> /// Defines the VariantIndexInfo class. /// </summary> public class VariantIndexInfo { /// <summary> /// Gets or sets the variant identifier. /// </summary> /// <value> /// The...
24.909091
67
0.493917
75712f9f8128a5d7d96ec15822c6f2381b9dedfb
897
cs
C#
SimpleLogger/Logging/DebugLogger.cs
CasparCui/SimpleLogger
ca1b5ec1bbc046c064c755c9eef080d5336947ce
[ "MIT" ]
90
2015-11-05T11:58:49.000Z
2022-03-08T06:54:15.000Z
SimpleLogger/Logging/DebugLogger.cs
ggwhsd/SimpleLogger
e558fab20785b2d8c3f527ce7d277a0365c070cb
[ "MIT" ]
9
2015-11-28T11:02:32.000Z
2021-03-02T07:49:55.000Z
SimpleLogger/Logging/DebugLogger.cs
ggwhsd/SimpleLogger
e558fab20785b2d8c3f527ce7d277a0365c070cb
[ "MIT" ]
50
2015-04-17T01:01:40.000Z
2022-03-31T02:48:04.000Z
using System; namespace SimpleLogger.Logging { public class DebugLogger { private const Logger.Level DebugLevel = Logger.Level.Debug; public void Log() { Log("There is no message"); } public void Log(string message) { Logger.Log(DebugLe...
24.916667
131
0.573021
c0d7e11b75be8acbdfa2c874e156e068dab02650
524
cs
C#
src/SocialMediaDashboard.WebAPI/Contracts/Requests/UserResetPasswordRequest.cs
MikhailMasny/social-media-dashboard
4234a291e156bde7c0576007979f0ca77b46150f
[ "MIT" ]
2
2020-10-08T12:42:41.000Z
2020-10-08T12:43:04.000Z
src/SocialMediaDashboard.WebAPI/Contracts/Requests/UserResetPasswordRequest.cs
MikhailMasny/social-media-dashboard
4234a291e156bde7c0576007979f0ca77b46150f
[ "MIT" ]
1
2020-05-07T20:08:39.000Z
2020-05-07T20:40:45.000Z
src/SocialMediaDashboard.WebAPI/Contracts/Requests/UserResetPasswordRequest.cs
MikhailMasny/social-media-dashboard
4234a291e156bde7c0576007979f0ca77b46150f
[ "MIT" ]
null
null
null
namespace SocialMediaDashboard.WebAPI.Contracts.Requests { /// <summary> /// User reset password request. /// </summary> public class UserResetPasswordRequest { /// <summary> /// Email. /// </summary> public string Email { get; set; } /// <summary> /...
21.833333
57
0.503817
717e19732b1be2711e962836fd646613270a34e1
1,323
cs
C#
samples/AccessControlDemoCore3.0/Controllers/AccountController.cs
WeihanLi/AccessControlDemo
00b3af33e7e7b4b319436a6c0c282fdcdb38f652
[ "MIT" ]
81
2017-08-30T05:16:37.000Z
2022-02-14T03:47:54.000Z
samples/AccessControlDemoCore3.0/Controllers/AccountController.cs
WeihanLi/AccessControlDemo
00b3af33e7e7b4b319436a6c0c282fdcdb38f652
[ "MIT" ]
6
2018-06-15T09:59:45.000Z
2020-06-10T08:56:55.000Z
samples/AccessControlDemoCore3.0/Controllers/AccountController.cs
WeihanLi/AccessControlDemo
00b3af33e7e7b4b319436a6c0c282fdcdb38f652
[ "MIT" ]
21
2018-05-31T08:54:41.000Z
2022-02-13T18:23:36.000Z
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using System.Security.Claims; using System.Threading.Tasks; using WeihanLi.AspNetMvc.AccessControlHelper; namespac...
40.090909
171
0.7226
a8e8dda3361e371fa53c6ce6e6eddfbeb764086d
1,280
cs
C#
chess.Model/MoveText/HalfMoveEntry.cs
Cannonbait/pgn.net
b46c38049292b03bf19408f1ebe6f1848f374f8c
[ "Apache-2.0" ]
null
null
null
chess.Model/MoveText/HalfMoveEntry.cs
Cannonbait/pgn.net
b46c38049292b03bf19408f1ebe6f1848f374f8c
[ "Apache-2.0" ]
null
null
null
chess.Model/MoveText/HalfMoveEntry.cs
Cannonbait/pgn.net
b46c38049292b03bf19408f1ebe6f1848f374f8c
[ "Apache-2.0" ]
null
null
null
namespace OpeningMentor.Chess.Model.MoveText { /// <summary> /// Represents a half-move (or ply). E.g. "17. Ne5" (white moves knight e5) or "17... Qxe5" (black queen takes e5) /// </summary> public class HalfMoveEntry : MoveTextEntry { /// <summary> /// Gets or sets the move number....
30.47619
119
0.504688
e1cc8c4b9868157140f3b453db853f7ba7d34a1f
2,411
cs
C#
test/Mendham.Events.Test/EventPublisherTest.cs
Mendham/Mendham
baa927e30629439d6b6f6a9dae3d472bd2e39770
[ "Apache-2.0" ]
1
2020-11-26T21:41:52.000Z
2020-11-26T21:41:52.000Z
test/Mendham.Events.Test/EventPublisherTest.cs
Mendham/Mendham
baa927e30629439d6b6f6a9dae3d472bd2e39770
[ "Apache-2.0" ]
null
null
null
test/Mendham.Events.Test/EventPublisherTest.cs
Mendham/Mendham
baa927e30629439d6b6f6a9dae3d472bd2e39770
[ "Apache-2.0" ]
null
null
null
using Mendham.Events.Test.Fixtures; using Mendham.Events.Test.TestObjects; using Mendham.Testing; using Mendham.Testing.Moq; using Moq; using System; using System.Threading.Tasks; using Xunit; namespace Mendham.Events.Test { public class EventPublisherTest : Test<EventPublisherFixture> { public EventPublisherT...
29.402439
74
0.658233
e1d34678cff05c5154465719d42729703ccb526d
6,763
cs
C#
src/SmartApartmentSystem.Infrastructure/RaspberryIO/Temperature/TemperatureDevice.cs
25LioN52/SmartApartmentSystem
a7ebd23f83394a41a05a0b1da79ddbdcd0569f8b
[ "MIT" ]
null
null
null
src/SmartApartmentSystem.Infrastructure/RaspberryIO/Temperature/TemperatureDevice.cs
25LioN52/SmartApartmentSystem
a7ebd23f83394a41a05a0b1da79ddbdcd0569f8b
[ "MIT" ]
3
2020-07-18T10:52:47.000Z
2020-08-02T12:13:48.000Z
src/SmartApartmentSystem.Infrastructure/RaspberryIO/Temperature/TemperatureDevice.cs
25LioN52/SmartApartmentSystem
a7ebd23f83394a41a05a0b1da79ddbdcd0569f8b
[ "MIT" ]
null
null
null
using System; using System.Buffers.Binary; using System.Collections.Generic; using System.Collections.Immutable; using System.Device.I2c; using System.Linq; using System.Threading; using Microsoft.Extensions.Logging; using SmartApartmentSystem.Application.Devices.WaterTemperature; using SmartApartmentSystem.Domain.Ent...
34.329949
146
0.562324
24422ccdcf2e8fd4ae76e12c181bfe18d959adf4
2,252
cs
C#
engine/Plugin.Hunk.Catalog/Pipelines/Blocks/ResolveComponentMapperBlock.cs
justbradley/hunk-catalog
6827cce2fea0518d0cc5e612043c7a1b4ae59b3b
[ "Apache-2.0" ]
1
2019-11-25T03:33:25.000Z
2019-11-25T03:33:25.000Z
engine/Plugin.Hunk.Catalog/Pipelines/Blocks/ResolveComponentMapperBlock.cs
justbradley/hunk-catalog
6827cce2fea0518d0cc5e612043c7a1b4ae59b3b
[ "Apache-2.0" ]
1
2020-06-11T16:17:06.000Z
2020-06-11T20:40:17.000Z
engine/Plugin.Hunk.Catalog/Pipelines/Blocks/ResolveComponentMapperBlock.cs
justbradley/hunk-catalog
6827cce2fea0518d0cc5e612043c7a1b4ae59b3b
[ "Apache-2.0" ]
2
2019-11-25T03:48:10.000Z
2020-06-19T18:17:13.000Z
using Plugin.Hunk.Catalog.Abstractions; using Plugin.Hunk.Catalog.Pipelines.Arguments; using Sitecore.Commerce.Core; using Sitecore.Commerce.Plugin.Catalog; using Sitecore.Framework.Pipelines; using System.Threading.Tasks; using Plugin.Hunk.Catalog.Extensions; namespace Plugin.Hunk.Catalog.Pipelines.Blocks { [Pip...
38.827586
144
0.618561
2a060804f3744fdd3d692ecf16c17d599a48fe76
1,490
cs
C#
Khernet.UI/Khernet.UI.Presentation/Converters/MessageFormatToBoolConverter.cs
lemalcs/Khernet
7a33684ad9843be528a721bcb0255bf8a318bb6c
[ "MIT" ]
1
2021-11-25T08:55:27.000Z
2021-11-25T08:55:27.000Z
Khernet.UI/Khernet.UI.Presentation/Converters/MessageFormatToBoolConverter.cs
lemalcs/Khernet
7a33684ad9843be528a721bcb0255bf8a318bb6c
[ "MIT" ]
null
null
null
Khernet.UI/Khernet.UI.Presentation/Converters/MessageFormatToBoolConverter.cs
lemalcs/Khernet
7a33684ad9843be528a721bcb0255bf8a318bb6c
[ "MIT" ]
null
null
null
using Khernet.UI.Media; using System; using System.Globalization; using System.Windows; namespace Khernet.UI.Converters { /// <summary> /// Converts <see cref="MessageDirection"/> value to string that represents an icon name. /// </summary> public class MessageFormatToStringConverter : BaseValueConver...
37.25
124
0.685235
5e1260dd66e9fea01bc29985fcc99c5a2d78ffbb
904
cs
C#
Assets/Scripts/PlaySound.cs
Nisew/FarmingDefense
862478dbd2d521c59e6c6fa5f2a3164b6c7a7d3e
[ "MIT" ]
null
null
null
Assets/Scripts/PlaySound.cs
Nisew/FarmingDefense
862478dbd2d521c59e6c6fa5f2a3164b6c7a7d3e
[ "MIT" ]
null
null
null
Assets/Scripts/PlaySound.cs
Nisew/FarmingDefense
862478dbd2d521c59e6c6fa5f2a3164b6c7a7d3e
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlaySound : MonoBehaviour { public static PlaySound instance; void Awake() { instance = this; } public AudioClip[] clips; public void Play(int index, float volume, float pitch) { ...
23.179487
78
0.643805
c1928c2476ccd1aa9d932a4a1fa0c29338be1f49
1,854
cs
C#
Assets/AirtableUnity/Scripts/InternalErrorHandler.cs
SemilleroARVR4/SpatialRehabGame
f77f0b0dd4f7f30d7fc3a33d9089aa1ba69d0654
[ "MIT" ]
7
2020-06-02T02:16:26.000Z
2022-03-29T16:38:26.000Z
Assets/AirtableUnity/Scripts/InternalErrorHandler.cs
SemilleroARVR4/SpatialRehabGame
f77f0b0dd4f7f30d7fc3a33d9089aa1ba69d0654
[ "MIT" ]
1
2020-06-11T00:00:51.000Z
2020-08-12T21:31:23.000Z
Assets/AirtableUnity/Scripts/InternalErrorHandler.cs
SemilleroARVR4/SpatialRehabGame
f77f0b0dd4f7f30d7fc3a33d9089aa1ba69d0654
[ "MIT" ]
4
2019-09-20T17:33:43.000Z
2022-03-29T16:38:27.000Z
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AirtableUnity.PX { public static class InternalErrorHandler { public enum ErrorTypes { UNKNOWN = 1, DATE_HOUR_WRONG = 2 } public sta...
33.709091
127
0.54315
23cd1909e9c5ddaf831a2f252da9bdc038466e19
3,297
cs
C#
src/Community.VisualStudio.Toolkit.Shared/ExtensionMethods/ExceptionExtensions.cs
yannduran/VSSDK.Helpers
ae234e4a24e524b287039ae085e98dc295178375
[ "Apache-2.0" ]
15
2021-03-06T12:31:28.000Z
2021-03-18T13:51:14.000Z
src/Community.VisualStudio.Toolkit.Shared/ExtensionMethods/ExceptionExtensions.cs
yannduran/VSSDK.Helpers
ae234e4a24e524b287039ae085e98dc295178375
[ "Apache-2.0" ]
23
2021-03-23T16:35:46.000Z
2021-04-11T22:03:11.000Z
src/Community.VisualStudio.Toolkit.Shared/ExtensionMethods/ExceptionExtensions.cs
yannduran/VSSDK.Helpers
ae234e4a24e524b287039ae085e98dc295178375
[ "Apache-2.0" ]
5
2021-03-12T22:27:59.000Z
2021-03-16T09:29:51.000Z
using System.Threading.Tasks; using Community.VisualStudio.Toolkit; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.VisualStudio.Threading; using Task = System.Threading.Tasks.Task; namespace System { /// <summary>Extension methods for ...
29.702703
106
0.48529
43fa3dfe28d8c05d0d384729c0db80ede61550b5
1,979
cshtml
C#
WineCooperative/Web/Views/Users/MyProducts.cshtml
rositsadr/ASP.Net_Core-Project
37a9c3556462c9d71925f9400443fb6479cc0eca
[ "MIT" ]
2
2021-08-07T20:34:32.000Z
2022-02-06T14:11:04.000Z
WineCooperative/Web/Views/Users/MyProducts.cshtml
rositsadr/ASP.Net_Core-Project
37a9c3556462c9d71925f9400443fb6479cc0eca
[ "MIT" ]
null
null
null
WineCooperative/Web/Views/Users/MyProducts.cshtml
rositsadr/ASP.Net_Core-Project
37a9c3556462c9d71925f9400443fb6479cc0eca
[ "MIT" ]
null
null
null
@model List<ProductDetailsServiceModel> @{ ViewData["Title"] = "My Products"; } <div class="container"> @if (Model.Count == 0) { <div class="text-center"> <h2>You have no wine products.</h2> <a asp-controller="Products" asp-action="Add">Add a product!</a> </div> ...
43.021739
124
0.483578
5b34f606e897dfb0c8234221986911cf16701436
3,424
cs
C#
src/Bytewizer.TinyCLR.Ftp/FtpSession/Commands/Mlsd.cs
bytewizer/microserver
400c903c3c2f7f8a623bf2f411b3ae02baec195b
[ "MIT" ]
3
2021-08-23T02:00:53.000Z
2021-12-12T21:45:32.000Z
src/Bytewizer.TinyCLR.Ftp/FtpSession/Commands/Mlsd.cs
bytewizer/microserver
400c903c3c2f7f8a623bf2f411b3ae02baec195b
[ "MIT" ]
1
2021-07-31T17:44:34.000Z
2021-07-31T17:44:34.000Z
src/Bytewizer.TinyCLR.Ftp/FtpSession/Commands/Mlsd.cs
bytewizer/microserver
400c903c3c2f7f8a623bf2f411b3ae02baec195b
[ "MIT" ]
2
2021-08-01T14:18:34.000Z
2021-12-03T01:49:51.000Z
using System.IO; using System.Net.Sockets; namespace Bytewizer.TinyCLR.Ftp { internal partial class FtpSession { /// <summary> /// Implements the <c>MLSD</c> command. /// </summary> private void Mlsd() { //CommandNotImplemented(); if (_context.R...
37.217391
114
0.414136
48b408641e42a1d1bfcf288ff9b603099fb86a61
7,977
cs
C#
cs/src/core/Async/DeleteAsync.cs
dongx-psu/FASTER
0300178839201e63e2fa4727d622183cfc9250ec
[ "MIT" ]
7
2022-03-17T12:23:17.000Z
2022-03-26T20:01:35.000Z
cs/src/core/Async/DeleteAsync.cs
dongx-psu/FASTER
0300178839201e63e2fa4727d622183cfc9250ec
[ "MIT" ]
1
2020-12-28T19:07:50.000Z
2020-12-28T19:07:50.000Z
cs/src/core/Async/DeleteAsync.cs
dongx-psu/FASTER
0300178839201e63e2fa4727d622183cfc9250ec
[ "MIT" ]
2
2021-09-14T11:53:00.000Z
2021-09-14T11:53:01.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; namespace FASTER.core { public partial class FasterKV<Key,...
61.361538
210
0.670177
aecb6562e50384a9cbacb96056eef067fa5f21ea
626
cs
C#
src/MockHttp/Extensions/NameValueCollectionExtensions.cs
qkhaipham/MockHttp
19886ace2d9e8530adc95acff786abf584342a28
[ "Apache-2.0" ]
15
2020-03-27T16:54:09.000Z
2022-03-20T19:46:20.000Z
src/MockHttp/Extensions/NameValueCollectionExtensions.cs
qkhaipham/MockHttp
19886ace2d9e8530adc95acff786abf584342a28
[ "Apache-2.0" ]
5
2020-01-11T18:30:42.000Z
2022-01-15T07:59:34.000Z
src/MockHttp/Extensions/NameValueCollectionExtensions.cs
qkhaipham/MockHttp
19886ace2d9e8530adc95acff786abf584342a28
[ "Apache-2.0" ]
2
2021-02-02T23:47:12.000Z
2022-01-14T14:48:26.000Z
#if !NETSTANDARD1_1 using System; using System.Collections.Generic; using System.Collections.Specialized; namespace MockHttp { internal static class NameValueCollectionExtensions { public static IEnumerable<KeyValuePair<string, IEnumerable<string>>> AsEnumerable(this NameValueCollection nameValueCollection) { ...
22.357143
129
0.753994
f12028375c51aebb1198a4d84706a1c6d53850f7
235
cs
C#
backend/src/ProtobuffStore.Core/Entities/ProtoFile.cs
Alschy/Protobuff-Store
e0b985c3378c65192475451e0178c3beca2b9f79
[ "MIT" ]
null
null
null
backend/src/ProtobuffStore.Core/Entities/ProtoFile.cs
Alschy/Protobuff-Store
e0b985c3378c65192475451e0178c3beca2b9f79
[ "MIT" ]
null
null
null
backend/src/ProtobuffStore.Core/Entities/ProtoFile.cs
Alschy/Protobuff-Store
e0b985c3378c65192475451e0178c3beca2b9f79
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace ProtobuffStore.Core.Entities { public class ProtoFile { public string Id { get; set; } public int MyProperty { get; set; } } }
16.785714
43
0.659574
f1842c8471625daa03536ee64074fceddc30a8f6
17,568
cs
C#
Assets/Plugins/CodeStage/AntiCheatToolkit/Scripts/Detectors/InjectionDetector.cs
mmkhajoo/ThrowTheRing
2e2813d641c3d848bbcaf85aeb3d04618318a1b1
[ "Apache-2.0" ]
1
2022-01-15T16:22:38.000Z
2022-01-15T16:22:38.000Z
Assets/Plugins/CodeStage/AntiCheatToolkit/Scripts/Detectors/InjectionDetector.cs
mmkhajoo/ThrowTheRing
2e2813d641c3d848bbcaf85aeb3d04618318a1b1
[ "Apache-2.0" ]
null
null
null
Assets/Plugins/CodeStage/AntiCheatToolkit/Scripts/Detectors/InjectionDetector.cs
mmkhajoo/ThrowTheRing
2e2813d641c3d848bbcaf85aeb3d04618318a1b1
[ "Apache-2.0" ]
null
null
null
#if (UNITY_EDITOR || DEVELOPMENT_BUILD) #if (ACTK_INJECTION_DEBUG || ACTK_INJECTION_DEBUG_VERBOSE || ACTK_INJECTION_DEBUG_PARANOID) #define ACTK_DEBUG_NORMAL #endif #if (ACTK_INJECTION_DEBUG_VERBOSE || ACTK_INJECTION_DEBUG_PARANOID) #define ACTK_DEBUG_VERBOSE #endif #if (ACTK_INJECTION_DEBUG_PARANOID) #define ACTK_D...
27.027692
244
0.697404
4e53057c5d8bb669d73e495d6ebb0a0377ecd9f6
335
cs
C#
DClean/DClean.Application/Interfaces/Repositories/IProductRepositoryAsync.cs
amro93/DClean
1fe100e9c433328f0527d0ff854050d1564d692f
[ "MIT" ]
null
null
null
DClean/DClean.Application/Interfaces/Repositories/IProductRepositoryAsync.cs
amro93/DClean
1fe100e9c433328f0527d0ff854050d1564d692f
[ "MIT" ]
null
null
null
DClean/DClean.Application/Interfaces/Repositories/IProductRepositoryAsync.cs
amro93/DClean
1fe100e9c433328f0527d0ff854050d1564d692f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using VTower.Domain.Entities; namespace VTower.Application.Interfaces.Repositories { public interface IProductRepositoryAsync : IGenericRepositoryAsync<Product> { Task<bool> IsUniqueBarcodeAsync(string bar...
23.928571
79
0.78209
786bf6da7c845156116b6995017a297e2940afd1
4,823
cs
C#
src/Nest/ElasticClient.cs
NickCraver/NEST
6637bc7aff441979e6bd554491c78182648d632d
[ "Apache-2.0" ]
2
2015-12-25T06:15:51.000Z
2020-09-19T20:19:36.000Z
src/Nest/ElasticClient.cs
NickCraver/NEST
6637bc7aff441979e6bd554491c78182648d632d
[ "Apache-2.0" ]
null
null
null
src/Nest/ElasticClient.cs
NickCraver/NEST
6637bc7aff441979e6bd554491c78182648d632d
[ "Apache-2.0" ]
5
2016-06-21T17:31:25.000Z
2021-04-14T21:13:21.000Z
using System; using System.Collections.Generic; using System.Security.Cryptography; using System.Threading.Tasks; using Elasticsearch.Net; using Elasticsearch.Net.Connection; using Nest.Resolvers.Converters; using Newtonsoft.Json.Linq; using Newtonsoft.Json; using Nest.Resolvers; namespace Nest { /// <s...
32.809524
129
0.691478
74c53bd6a026c8cd01e494192827ab2fe12ec90a
1,663
cs
C#
aspnet-core/modules/NotificationManagement/src/QYQ.DataManagement.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs
zhaoweijie1213/QYQDataManagement
cdbcbb42f67d20a8f5ef272e1188196ffe9ddb99
[ "MIT" ]
null
null
null
aspnet-core/modules/NotificationManagement/src/QYQ.DataManagement.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs
zhaoweijie1213/QYQDataManagement
cdbcbb42f67d20a8f5ef272e1188196ffe9ddb99
[ "MIT" ]
null
null
null
aspnet-core/modules/NotificationManagement/src/QYQ.DataManagement.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs
zhaoweijie1213/QYQDataManagement
cdbcbb42f67d20a8f5ef272e1188196ffe9ddb99
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using QYQ.DataManagement.NotificationManagement.Notifications.Dtos; using QYQ.DataManagement.NotificationManagement.Notifications.Enums; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; namespace QYQ.DataManage...
33.26
105
0.625376
d5409c82a0f7699ddffc3211890f575d88e556da
2,613
cs
C#
Source/Core/IDbConnectionPool.cs
electricessence/Open.Database.Extensions
7422933c354fe22312e495eac57986b003c667f9
[ "MIT" ]
12
2018-02-08T13:49:42.000Z
2020-04-07T03:42:37.000Z
Source/Core/IDbConnectionPool.cs
electricessence/Open.Database.Extensions
7422933c354fe22312e495eac57986b003c667f9
[ "MIT" ]
1
2018-02-07T21:12:21.000Z
2018-02-08T08:54:51.000Z
Source/Core/IDbConnectionPool.cs
electricessence/Open.Database.Extensions
7422933c354fe22312e495eac57986b003c667f9
[ "MIT" ]
3
2018-02-09T10:30:57.000Z
2020-03-03T14:29:13.000Z
using System; using System.Data; namespace Open.Database.Extensions; /// <summary> /// A unifying common interface for creating/managing connections. Can easily be /// used with dependency injection. Commonly a pool will simply host a single /// connection for nonconcurrent operations where giving back to the pool /...
35.310811
129
0.70111
210af63a7728e1c292b94310a2ddbf46c94b3227
280
cs
C#
src/WeChat.Core.Repository/ERP/SuperBuyerOrdersRepository.cs
JontyMin/WeChat.CoreAPI
59c88308ba275f57c02b16ab99ae84662f1c2768
[ "MIT" ]
2
2021-07-15T07:46:54.000Z
2021-08-21T10:14:14.000Z
src/WeChat.Core.Repository/ERP/SuperBuyerOrdersRepository.cs
JontyMin/WeChat.CoreAPI
59c88308ba275f57c02b16ab99ae84662f1c2768
[ "MIT" ]
null
null
null
src/WeChat.Core.Repository/ERP/SuperBuyerOrdersRepository.cs
JontyMin/WeChat.CoreAPI
59c88308ba275f57c02b16ab99ae84662f1c2768
[ "MIT" ]
null
null
null
using WeChat.Core.IRepository.ERP; using WeChat.Core.Model.EntityModel.ERP; using WeChat.Core.Repository.BASE; namespace WeChat.Core.Repository.ERP { public class SuperBuyerOrdersRepository:BaseRepository<SuperBuyerOrders>, ISuperBuyerOrdersRepository { } }
25.454545
105
0.778571
216490731c88766f0c4b680babb159dcde1ddc8b
806
cs
C#
Assets/06. HP Bar/Script/StatusPresenter.cs
Atelier-de-Orca/UniRx-Sample
74e31a8bb88ab10ef8043ee4c1c77226da8bef97
[ "MIT" ]
8
2019-08-25T22:21:16.000Z
2022-01-09T06:31:09.000Z
Assets/06. HP Bar/Script/StatusPresenter.cs
Atelier-de-Orca/UniRx-Sample
74e31a8bb88ab10ef8043ee4c1c77226da8bef97
[ "MIT" ]
null
null
null
Assets/06. HP Bar/Script/StatusPresenter.cs
Atelier-de-Orca/UniRx-Sample
74e31a8bb88ab10ef8043ee4c1c77226da8bef97
[ "MIT" ]
1
2018-11-06T07:33:12.000Z
2018-11-06T07:33:12.000Z
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UniRx; public class StatusPresenter : MonoBehaviour { public BarAndTextView HpView; public BarAndTextView MpView; public CharacterStatusModel StatusModel; // Use this for initialization private vo...
23.705882
106
0.610422
512ab76db70955b7831242bf0856679a26981f7a
610
cs
C#
Assets/Code/ShapeShift.cs
temdisponivel/TheJungleTriad
001d3d5be5f15079e83e189293f3251b0aeb6efa
[ "MIT" ]
null
null
null
Assets/Code/ShapeShift.cs
temdisponivel/TheJungleTriad
001d3d5be5f15079e83e189293f3251b0aeb6efa
[ "MIT" ]
null
null
null
Assets/Code/ShapeShift.cs
temdisponivel/TheJungleTriad
001d3d5be5f15079e83e189293f3251b0aeb6efa
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; /// <summary> /// Class responsible for making the shift from one shape to another /// </summary> public class ShapeShift : MonoBehaviour { public string _keyToPress = "1"; public Player.State _shape = Player.State.Jaguar; public void OnTriggerStay2D(Collider2D coll) ...
29.047619
127
0.72459
c51a84eb09d222159dcc8f29e3c1a15a7c7bb2e4
6,933
cs
C#
src/Ankh.UI/VSSelectionControls/SmartTreeView.cs
PhilJollans/AnkhSVN
01572eeeb68ec0f09ca3b885fb87ddf199a7ec84
[ "Apache-2.0" ]
55
2021-05-17T12:24:18.000Z
2022-03-24T01:06:57.000Z
src/Ankh.UI/VSSelectionControls/SmartTreeView.cs
PhilJollans/AnkhSVN
01572eeeb68ec0f09ca3b885fb87ddf199a7ec84
[ "Apache-2.0" ]
20
2021-05-17T14:27:21.000Z
2022-03-25T12:45:16.000Z
src/Ankh.UI/VSSelectionControls/SmartTreeView.cs
PhilJollans/AnkhSVN
01572eeeb68ec0f09ca3b885fb87ddf199a7ec84
[ "Apache-2.0" ]
14
2021-05-29T10:21:07.000Z
2022-03-21T09:32:06.000Z
// Copyright 2009 The AnkhSVN Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ag...
30.143478
117
0.534545
7ee043dab52f5c16b3194c476a6e2bb051ccb31a
2,040
cs
C#
src/Cake.Docker/Ps/Docker.Aliases.Ps.cs
twenzel/Cake.Docker
28a7966dcc694493fe76fbdcf5d31feedba7fda0
[ "MIT" ]
51
2016-04-20T14:46:38.000Z
2021-05-04T13:34:35.000Z
src/Cake.Docker/Ps/Docker.Aliases.Ps.cs
twenzel/Cake.Docker
28a7966dcc694493fe76fbdcf5d31feedba7fda0
[ "MIT" ]
93
2016-10-19T06:30:33.000Z
2022-03-28T07:30:40.000Z
src/Cake.Docker/Ps/Docker.Aliases.Ps.cs
twenzel/Cake.Docker
28a7966dcc694493fe76fbdcf5d31feedba7fda0
[ "MIT" ]
44
2016-05-05T18:42:26.000Z
2021-12-06T21:58:10.000Z
using Cake.Core; using Cake.Core.Annotations; using System; using System.Collections.Generic; using System.Linq; namespace Cake.Docker { // Contains functionality for working with ps command. partial class DockerAliases { /// <summary> /// Lists containers using default settings. /...
36.428571
146
0.594608
7d0d1b8a5eee8f730b259c41ba2eee9efd302043
5,449
cs
C#
src/GuestConfiguration/GuestConfiguration/Cmdlets/GetAzVMGuestPolicyStatusHistory.cs
lixiachena/azure-powershell
ed685c1ca0effa3237c50a4711e34e5de82da5e4
[ "MIT" ]
null
null
null
src/GuestConfiguration/GuestConfiguration/Cmdlets/GetAzVMGuestPolicyStatusHistory.cs
lixiachena/azure-powershell
ed685c1ca0effa3237c50a4711e34e5de82da5e4
[ "MIT" ]
null
null
null
src/GuestConfiguration/GuestConfiguration/Cmdlets/GetAzVMGuestPolicyStatusHistory.cs
lixiachena/azure-powershell
ed685c1ca0effa3237c50a4711e34e5de82da5e4
[ "MIT" ]
1
2021-04-20T02:26:43.000Z
2021-04-20T02:26:43.000Z
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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://w...
56.175258
165
0.654432
345158550a9ea9c2b53f15c0d6fa2df68f9da01c
1,554
cs
C#
011/Program.cs
curryudon08/practice-programming-thread-summary
b11f67885ce1fa152fc401895ebb4b6d20599f86
[ "CC0-1.0" ]
null
null
null
011/Program.cs
curryudon08/practice-programming-thread-summary
b11f67885ce1fa152fc401895ebb4b6d20599f86
[ "CC0-1.0" ]
null
null
null
011/Program.cs
curryudon08/practice-programming-thread-summary
b11f67885ce1fa152fc401895ebb4b6d20599f86
[ "CC0-1.0" ]
null
null
null
using System; using System.Linq; namespace _011 { class Program { static void Main(string[] args) { var ans = CreateAnswer(); //Console.WriteLine(string.Join("",ans.Select(x => x.ToString()))); var turnCount = 1; while(true){ ...
26.793103
79
0.422136
34ce53a5fc340ecb317b63522d077872808b67c0
560
cs
C#
code/maps/construct.cs
rayzox57000/xnrp
0304aa9540777b0087a8b1328679357e0d58bac0
[ "MIT" ]
1
2021-10-12T01:26:15.000Z
2021-10-12T01:26:15.000Z
code/maps/construct.cs
rayzox57000/xnrp
0304aa9540777b0087a8b1328679357e0d58bac0
[ "MIT" ]
null
null
null
code/maps/construct.cs
rayzox57000/xnrp
0304aa9540777b0087a8b1328679357e0d58bac0
[ "MIT" ]
null
null
null
using ATM; namespace Sandbox.Maps { class Construct : BaseMap { public override void Init() { base.Init(); ATMEntity e = new(); e.Position = new Vector3( -1192.14f, -2928.49f, 45.15f ); e.Rotation = Rotation.From( new Angles( 0, 90, 0 ) ); e.Spawn(); e.SetupPhysicsFromModel( PhysicsMotionTyp...
19.310345
62
0.626786
8fcf084308cd86482601bc77f3dc6005845ddd34
1,137
cs
C#
Mvc/WebSite.Web/Controllers/ContactController.cs
AsiaBecheva/WebSite
af5b065d033a5762bf6e738b65264782bc267631
[ "MIT" ]
1
2018-12-02T08:01:15.000Z
2018-12-02T08:01:15.000Z
Mvc/WebSite.Web/Controllers/ContactController.cs
AsiaBecheva/ASP.NET-MVC-with-ASP.NET-Web-API-2
af5b065d033a5762bf6e738b65264782bc267631
[ "MIT" ]
null
null
null
Mvc/WebSite.Web/Controllers/ContactController.cs
AsiaBecheva/ASP.NET-MVC-with-ASP.NET-Web-API-2
af5b065d033a5762bf6e738b65264782bc267631
[ "MIT" ]
null
null
null
namespace WebSite.Web.Controllers { using Data.Repository; using Data.Repository.Interfaces; using Models; using System.Web.Mvc; using WebSite.Models; public class ContactController : Controller { IUnitOfWork db = new UnitOfWork(); [HttpGet] public ActionResult Ema...
25.266667
71
0.484609
cba60f928e31c408efff5722d39d359df064438c
4,342
cs
C#
src/ImageSharp/ImageSharp/src/ImageSharp/Processing/Processors/Transforms/FlipProcessor.cs
KelsonBall/KoreUI
2e40ce551de8b616226708251fc05f76f3c9b7bc
[ "MIT" ]
8
2017-09-13T13:11:51.000Z
2021-09-25T19:55:08.000Z
src/ImageSharp/Processing/Processors/Transforms/FlipProcessor.cs
OrchardCMS/ImageSharp
bfec18e30c18df6e71341a812095f16408943660
[ "Apache-2.0" ]
null
null
null
src/ImageSharp/Processing/Processors/Transforms/FlipProcessor.cs
OrchardCMS/ImageSharp
bfec18e30c18df6e71341a812095f16408943660
[ "Apache-2.0" ]
1
2020-12-29T03:13:44.000Z
2020-12-29T03:13:44.000Z
// <copyright file="FlipProcessor.cs" company="James Jackson-South"> // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // </copyright> namespace ImageSharp.Processing.Processors { using System; using System.Threading.Tasks; using ImageSharp.Memory; ...
36.79661
95
0.498848
db6ecb8508fa8bd866c727cbfc2ebfca86d279e2
96
cs
C#
lib/caliburn.micro/samples/Caliburn.Micro.HelloWindowManager/Caliburn.Micro.HelloWindowManager/IShell.cs
eeevans/dodo
cc8d1e6e3c27496ebdb760dd26299cd108044aaa
[ "MS-PL" ]
7
2015-02-28T12:54:53.000Z
2021-11-23T23:29:45.000Z
lib/caliburn.micro/samples/Caliburn.Micro.HelloWindowManager/Caliburn.Micro.HelloWindowManager/IShell.cs
eeevans/dodo
cc8d1e6e3c27496ebdb760dd26299cd108044aaa
[ "MS-PL" ]
null
null
null
lib/caliburn.micro/samples/Caliburn.Micro.HelloWindowManager/Caliburn.Micro.HelloWindowManager/IShell.cs
eeevans/dodo
cc8d1e6e3c27496ebdb760dd26299cd108044aaa
[ "MS-PL" ]
2
2015-11-10T23:28:57.000Z
2021-11-23T23:29:39.000Z
namespace Caliburn.Micro.HelloWindowManager { public interface IShell { } }
19.2
46
0.635417
6208aff85d4ccb9908e9bdb2e7df5a222b6a0224
6,692
cs
C#
DataTrans.cs
osblock/DataTransactions
72312e8d4a31f79500923dad01a9598c43bb7a12
[ "MIT" ]
null
null
null
DataTrans.cs
osblock/DataTransactions
72312e8d4a31f79500923dad01a9598c43bb7a12
[ "MIT" ]
null
null
null
DataTrans.cs
osblock/DataTransactions
72312e8d4a31f79500923dad01a9598c43bb7a12
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace App.Data { public class DbTransException { public DbTransException() { Exception = ne...
29.222707
129
0.439928
62b6b2b7e960d6855804301ec8bc26b67e98d34b
969
cs
C#
unity_simulator/Assets/camRot.cs
stuckatmarine/srauv-sim
30f4bae5d22a4529233ffa2705d7631d048a8130
[ "MIT" ]
1
2020-11-01T13:39:42.000Z
2020-11-01T13:39:42.000Z
unity_simulator/Assets/camRot.cs
stuckatmarine/srauv-sim
30f4bae5d22a4529233ffa2705d7631d048a8130
[ "MIT" ]
null
null
null
unity_simulator/Assets/camRot.cs
stuckatmarine/srauv-sim
30f4bae5d22a4529233ffa2705d7631d048a8130
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEngine.SceneManagement; public class camRot : MonoBehaviour { public float spd; // Start is called before the first frame update void Start() { } // Update is called once...
28.5
144
0.648091
028c172f35e9e327afa9268bdd5f1250a9fd3cdc
5,680
cs
C#
src/View.Uno/Extensions/InputPane/InputPaneExtensions.PanIntoView.cs
MartinZikmund/Nventive.View
c3c4435ae71a8b95c644bca8d204a609af934654
[ "Apache-2.0" ]
null
null
null
src/View.Uno/Extensions/InputPane/InputPaneExtensions.PanIntoView.cs
MartinZikmund/Nventive.View
c3c4435ae71a8b95c644bca8d204a609af934654
[ "Apache-2.0" ]
15
2021-02-08T08:24:49.000Z
2022-02-09T16:29:54.000Z
src/View.Uno/Extensions/InputPane/InputPaneExtensions.PanIntoView.cs
nventive/Chinook.View
1bbd853e73bcbb383574244d35b1d12818915b89
[ "Apache-2.0" ]
1
2022-02-07T12:57:31.000Z
2022-02-07T12:57:31.000Z
#if WINDOWS_UWP || __ANDROID__ || __IOS__ || __WASM__ using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; using Windows.UI.ViewManagement; using Windows.UI.Xaml; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Media.Animation; namespace Nventive....
34.011976
147
0.737324
02cedd3ab5636f960220de74ba940c87e6eca877
1,873
cs
C#
src/StructLinq.Benchmark/IntersectOnBigStruct.cs
SpriteMaster-Ext/StructLinq
5365a57c8e04355b156b158b27bce197a6c1c7f0
[ "MIT" ]
212
2020-06-24T09:42:17.000Z
2022-03-25T14:27:49.000Z
src/StructLinq.Benchmark/IntersectOnBigStruct.cs
SpriteMaster-Ext/StructLinq
5365a57c8e04355b156b158b27bce197a6c1c7f0
[ "MIT" ]
82
2020-06-23T12:02:17.000Z
2022-02-23T08:51:27.000Z
src/StructLinq.Benchmark/IntersectOnBigStruct.cs
SpriteMaster-Ext/StructLinq
5365a57c8e04355b156b158b27bce197a6c1c7f0
[ "MIT" ]
3
2020-09-13T08:27:11.000Z
2022-02-21T06:40:03.000Z
using System.Linq; using BenchmarkDotNet.Attributes; namespace StructLinq.Benchmark { [MemoryDiagnoser] public class IntersectOnBigStruct { private const int Count = 10000; private StructContainer[] array1; private StructContainer[] array2; public IntersectOnBigStruct() ...
27.544118
129
0.513615
ce8c19c551d705d4ca620d3a4139f5c0844b5339
746
cs
C#
SoccerLabs/SoccerSample/src/SoccerSample/SoccerSample/PlayerController.cs
ab1aw/Netduino_Samples
407fefe91766fad648f040443758102fe7c874f7
[ "MIT" ]
22
2017-12-08T02:20:34.000Z
2022-01-26T20:21:31.000Z
SoccerLabs/SoccerSample/src/SoccerSample/SoccerSample/PlayerController.cs
ab1aw/Netduino_Samples
407fefe91766fad648f040443758102fe7c874f7
[ "MIT" ]
2
2018-07-16T02:52:14.000Z
2020-07-07T03:44:01.000Z
SoccerLabs/SoccerSample/src/SoccerSample/SoccerSample/PlayerController.cs
ab1aw/Netduino_Samples
407fefe91766fad648f040443758102fe7c874f7
[ "MIT" ]
12
2018-05-10T09:31:34.000Z
2019-04-04T11:22:38.000Z
using System.Threading; using Netduino.Foundation.Servos; namespace SoccerSample { public class PlayerController { protected bool _kickRight; protected Servo _servo; public PlayerController(Servo servo) { _servo = servo; _servo.RotateTo(0); } ...
20.722222
54
0.44504
bb9873168c6e8908aaa9a17c0f9052ea6f332c16
4,524
cs
C#
InterviewProblems/InterviewCakeProblems/Arrays/MatrixRotation.cs
coshea/DSandAlgosCSharp
95bd1bf20664441cc6dcb84d5d23e323059e7ca8
[ "MIT" ]
null
null
null
InterviewProblems/InterviewCakeProblems/Arrays/MatrixRotation.cs
coshea/DSandAlgosCSharp
95bd1bf20664441cc6dcb84d5d23e323059e7ca8
[ "MIT" ]
null
null
null
InterviewProblems/InterviewCakeProblems/Arrays/MatrixRotation.cs
coshea/DSandAlgosCSharp
95bd1bf20664441cc6dcb84d5d23e323059e7ca8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace InterviewCakeProblems.Arrays { public static class MatrixRotation { public static int[,] RotateClockwise(int[,] matrix) { int[,] rotatedMatrix = matrix; ...
30.77551
69
0.382184
003d4c344576afe08e9a9d0071009a3abe041fb2
607
cs
C#
Mediati.Core/Pipelines/PipelineHandlerAttribute.cs
jaseaman/Mediati
05e55db11bf9775c4fee3512aaad997a076aa11a
[ "MIT" ]
5
2020-08-10T05:10:12.000Z
2020-09-28T03:08:29.000Z
Mediati.Core/Pipelines/PipelineHandlerAttribute.cs
jaseaman/Mediati
05e55db11bf9775c4fee3512aaad997a076aa11a
[ "MIT" ]
null
null
null
Mediati.Core/Pipelines/PipelineHandlerAttribute.cs
jaseaman/Mediati
05e55db11bf9775c4fee3512aaad997a076aa11a
[ "MIT" ]
1
2020-08-12T11:34:33.000Z
2020-08-12T11:34:33.000Z
using System; namespace Mediati.Core.Pipelines { /// <summary> /// Attribute used as a baseline for pipeline handler attributes that decorate commands, queries and events /// </summary> public abstract class PipelineHandlerAttribute : Attribute { /// <summary> /// The ord...
31.947368
112
0.602965
105f9e95eec7b3950f42b373a601564be55d446a
4,128
cs
C#
IfcKit/schemas/IfcStructuralElementsDomain/IfcTendon.cs
BuildingSMART/IfcDoc
d56ed1df77b200506f37ca14d72691a6fe45ee4b
[ "Unlicense", "MIT" ]
29
2015-05-13T09:20:32.000Z
2018-05-15T16:08:22.000Z
IfcKit/schemas/IfcStructuralElementsDomain/IfcTendon.cs
buildingsmart-private/IfcDoc
d56ed1df77b200506f37ca14d72691a6fe45ee4b
[ "Unlicense", "MIT" ]
33
2015-04-04T00:33:48.000Z
2018-05-29T03:03:11.000Z
IfcKit/schemas/IfcStructuralElementsDomain/IfcTendon.cs
buildingsmart-private/IfcDoc
d56ed1df77b200506f37ca14d72691a6fe45ee4b
[ "Unlicense", "MIT" ]
18
2015-08-14T08:47:39.000Z
2018-05-10T21:40:09.000Z
// This file may be edited manually or auto-generated using IfcKit at www.buildingsmart-tech.org. // IFC content is copyright (C) 1996-2018 BuildingSMART International Ltd. using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentMo...
48.564706
600
0.795543
55ea76946c4b0466381247a4b88266f3d2041a79
2,648
cs
C#
DotNet2HTML.Test/Tags/ConvenienceMethodTest.cs
Itay2805/DotNet2HTML
84fc0c0d7d9e5ab25455850dd3025e705dd7a992
[ "Apache-2.0" ]
1
2018-08-26T12:11:12.000Z
2018-08-26T12:11:12.000Z
DotNet2HTML.Test/Tags/ConvenienceMethodTest.cs
Itay2805/DotNet2HTML
84fc0c0d7d9e5ab25455850dd3025e705dd7a992
[ "Apache-2.0" ]
null
null
null
DotNet2HTML.Test/Tags/ConvenienceMethodTest.cs
Itay2805/DotNet2HTML
84fc0c0d7d9e5ab25455850dd3025e705dd7a992
[ "Apache-2.0" ]
null
null
null
using DotNet2HTML.Attributes; using DotNet2HTML.Tags; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Text; using static DotNet2HTML.TagCreator; namespace DotNet2HTML.Test.Tags { [TestClass] public class ConvenienceMethodTest { [T...
56.340426
126
0.603474
362f7f2c2db407bf8565746266fe42a7f36dda1a
3,726
cs
C#
Modules/Sunkist.FeaturedItemSlider/Drivers/FeaturedItemPartDriver.cs
nicman2006/Orchard-CMS
e26862c9c6fecad82d4094e252882b8d87941614
[ "BSD-3-Clause" ]
null
null
null
Modules/Sunkist.FeaturedItemSlider/Drivers/FeaturedItemPartDriver.cs
nicman2006/Orchard-CMS
e26862c9c6fecad82d4094e252882b8d87941614
[ "BSD-3-Clause" ]
null
null
null
Modules/Sunkist.FeaturedItemSlider/Drivers/FeaturedItemPartDriver.cs
nicman2006/Orchard-CMS
e26862c9c6fecad82d4094e252882b8d87941614
[ "BSD-3-Clause" ]
null
null
null
using System.Linq; using Orchard.ContentManagement; using Orchard.ContentManagement.Drivers; using Orchard.ContentManagement.Handlers; using Sunkist.FeaturedItemSlider.Models; namespace Sunkist.FeaturedItemSlider.Drivers { public class FeaturedItemPartDriver : ContentPartDriver<FeaturedItemPart> { private ...
56.454545
131
0.701557
365ba001c07788fec5988182db895236a15cdbc5
718
cs
C#
CarminaTest/Assets/Framework/Input/Interfaces/IMouseInputHandler.cs
speregil/CarminaTests
b118215453cc2aa7a00b801d24030c119afb77b9
[ "MIT" ]
null
null
null
CarminaTest/Assets/Framework/Input/Interfaces/IMouseInputHandler.cs
speregil/CarminaTests
b118215453cc2aa7a00b801d24030c119afb77b9
[ "MIT" ]
null
null
null
CarminaTest/Assets/Framework/Input/Interfaces/IMouseInputHandler.cs
speregil/CarminaTests
b118215453cc2aa7a00b801d24030c119afb77b9
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace brewery.framework.input { /// <sumary> /// Interface for any mouse handler /// </sumary> public interface IMouseInputHandler{ /// <sumary> /// Returns the raw (x,y) screen position of the ...
31.217391
106
0.610028
76f561a2a905e4f78a650ca82330cbb7a4e98fe5
3,600
cs
C#
Assets/Scripts/Logic/Item/ItemInfo.cs
moto2002/DinaGameClient
f213ff9d20000b8529864f2ebed664857c528005
[ "MIT" ]
1
2017-05-12T06:41:14.000Z
2017-05-12T06:41:14.000Z
Assets/Scripts/Logic/Item/ItemInfo.cs
moto2002/DinaGameClient
f213ff9d20000b8529864f2ebed664857c528005
[ "MIT" ]
null
null
null
Assets/Scripts/Logic/Item/ItemInfo.cs
moto2002/DinaGameClient
f213ff9d20000b8529864f2ebed664857c528005
[ "MIT" ]
2
2018-07-29T01:58:25.000Z
2019-08-25T15:20:59.000Z
using System; using System.Collections.Generic; using Assets.Scripts.Proto; using Assets.Scripts.Data; namespace Assets.Scripts.Logic.Item { public class ItemInfo : IDragInfo { protected int _typeId; public int ID; //对应物品栏ID public int ServerID; //服务器生成ID pu...
36.734694
87
0.485
f6b5b99b50a0e22bacf4fd9c5a33d8f4cb35b4c2
4,050
cs
C#
Source/Devices/demoB2000.cs
comsmobiler/SmobilerTutorials
f172eae6cde842eada9c01318e291efbdfdd19cf
[ "MIT" ]
31
2018-10-08T06:12:31.000Z
2022-02-08T07:23:21.000Z
Source/Devices/demoB2000.cs
comsmobiler/SmobilerTutorials
f172eae6cde842eada9c01318e291efbdfdd19cf
[ "MIT" ]
1
2019-10-21T16:20:10.000Z
2019-11-03T06:31:55.000Z
Source/Devices/demoB2000.cs
comsmobiler/SmobilerTutorials
f172eae6cde842eada9c01318e291efbdfdd19cf
[ "MIT" ]
20
2018-10-29T03:31:46.000Z
2022-02-16T09:02:18.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Smobiler.Core; using Smobiler.Core.Controls; namespace Smobiler.Tutorials.Devices { partial class demoB2000 : Smobiler.Core.Controls.MobileForm { public demoB2000() : base() { //This call is...
32.66129
114
0.58321
b391205ec27cd829acf08716a29ddd909334b2fb
7,856
cs
C#
MiniEcs/Core/EcsWorld.Serialization.cs
voledyhil/MiniEcs
fc2af5137fffe56f4fa46b29943e1a417f89547d
[ "MIT" ]
24
2020-05-10T22:01:46.000Z
2022-01-27T07:45:11.000Z
MiniEcs/Core/EcsWorld.Serialization.cs
voledyhil/MiniEcs
fc2af5137fffe56f4fa46b29943e1a417f89547d
[ "MIT" ]
null
null
null
MiniEcs/Core/EcsWorld.Serialization.cs
voledyhil/MiniEcs
fc2af5137fffe56f4fa46b29943e1a417f89547d
[ "MIT" ]
4
2021-02-02T00:28:57.000Z
2021-11-20T12:47:30.000Z
using System; using System.Collections.Generic; using BinarySerializer.Data; using BinarySerializer.Serializers; using BinarySerializer.Serializers.Baselines; using Serializer = BinarySerializer.BinarySerializer; namespace MiniEcs.Core { public partial class EcsWorld { private EcsEntityExtended CreateE...
38.699507
147
0.455321
2e8a3421a6c4614dca039f3ed9541e27f992c6ad
5,382
cs
C#
GreenSuperGreen.Test/UnifiedConcurrency/ILockUC/SemaphoreSlimLockUC/SemaphoreSlimLockUC.ConcurrentSequencing.TryEnterDelay.cs
ipavlu/GreenSupergreen
065817df34016c43dec17919d71b4b449520f36f
[ "MIT" ]
21
2018-01-01T22:14:01.000Z
2021-11-03T04:25:27.000Z
GreenSuperGreen.Test/UnifiedConcurrency/ILockUC/SemaphoreSlimLockUC/SemaphoreSlimLockUC.ConcurrentSequencing.TryEnterDelay.cs
ipavlu/GreenSupergreen
065817df34016c43dec17919d71b4b449520f36f
[ "MIT" ]
null
null
null
GreenSuperGreen.Test/UnifiedConcurrency/ILockUC/SemaphoreSlimLockUC/SemaphoreSlimLockUC.ConcurrentSequencing.TryEnterDelay.cs
ipavlu/GreenSupergreen
065817df34016c43dec17919d71b4b449520f36f
[ "MIT" ]
4
2018-06-12T05:49:25.000Z
2021-04-12T02:52:08.000Z
using System.Threading; using System.Threading.Tasks; using GreenSuperGreen.Sequencing; using NUnit.Framework; // ReSharper disable UnusedVariable // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace namespace GreenSuperGreen.UnifiedConcurrency.Test { public class SemaphoreSlimLockUCTryEnterD...
39.866667
154
0.788554
e9feccfe58baf6bda351749a6814f8f059b52d1c
1,306
cs
C#
Whisper.Apps.Desktop/Windows/Shell/ViewModels/HistoryListViewModel.cs
elipriaulx/Whisper
3b086559cfed6f2f5347c3853ad96140974030ae
[ "MIT" ]
1
2021-01-29T02:33:47.000Z
2021-01-29T02:33:47.000Z
Whisper.Apps.Desktop/Windows/Shell/ViewModels/HistoryListViewModel.cs
gpriaulx/Whisper
3b086559cfed6f2f5347c3853ad96140974030ae
[ "MIT" ]
11
2019-01-28T11:43:56.000Z
2019-07-09T08:27:10.000Z
Whisper.Apps.Desktop/Windows/Shell/ViewModels/HistoryListViewModel.cs
elipriaulx/Whisper
3b086559cfed6f2f5347c3853ad96140974030ae
[ "MIT" ]
null
null
null
using System; using System.Collections.ObjectModel; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Windows.Input; using ReactiveUI; using Whisper.Core.Services; namespace Whisper.Apps.Desktop.ViewModels { public class HistoryListViewModel : ReactiveObject, IDisposable { pr...
33.487179
138
0.652374
18553c2f6159dd658679a648ab645947f6a3604a
3,831
cs
C#
Hirdmandr/Utils.cs
OldManKatan/Hirdmandr
beda915c5086ec7940bbb979e3b5067727532e44
[ "WTFPL" ]
null
null
null
Hirdmandr/Utils.cs
OldManKatan/Hirdmandr
beda915c5086ec7940bbb979e3b5067727532e44
[ "WTFPL" ]
null
null
null
Hirdmandr/Utils.cs
OldManKatan/Hirdmandr
beda915c5086ec7940bbb979e3b5067727532e44
[ "WTFPL" ]
null
null
null
using Jotunn.Managers; using System; using System.Collections.Generic; using UnityEngine; namespace Hirdmandr { public static class Utils { public static string TrimCloneTag(this string s) { if (!s.EndsWith("(Clone)")) { return s; } ...
31.661157
101
0.52284
ba20517204fa50f66aef9a5e20b3c677464d319e
8,563
cs
C#
src/CollectionsOnline.Import/Factories/MediaFactory.cs
museumsvictoria/collections-online
ceeefc923129f7912c06843dac095db79b46ff46
[ "MIT" ]
14
2016-11-20T20:34:20.000Z
2021-02-23T03:22:36.000Z
src/CollectionsOnline.Import/Factories/MediaFactory.cs
museumsvictoria/collections-online
ceeefc923129f7912c06843dac095db79b46ff46
[ "MIT" ]
20
2017-01-01T19:32:58.000Z
2021-05-10T04:22:24.000Z
src/CollectionsOnline.Import/Factories/MediaFactory.cs
museumsvictoria/collections-online
ceeefc923129f7912c06843dac095db79b46ff46
[ "MIT" ]
3
2017-01-01T19:05:39.000Z
2018-03-20T16:39:48.000Z
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using CollectionsOnline.Core.Config; using CollectionsOnline.Core.Models; using CollectionsOnline.Import.Extensions; using IMu; using Serilog; namespace CollectionsOnline.Import.Factories { public class...
40.201878
250
0.492117
d22f5e61baf0dbf5ee74fa185d814491a5ec496f
138
cs
C#
dgHundred/Research(5)/test/Fooww.Research.Domain.Tests/ResearchDomainTestBase.cs
PowerDG/Hundred-Micro
7fa616ea4b745e482fe01060e0bba68f8b65fcd6
[ "MIT" ]
1
2019-09-03T11:37:06.000Z
2019-09-03T11:37:06.000Z
dgHundred/Research/test/Fooww.Research.Domain.Tests/ResearchDomainTestBase.cs
PowerDG/Hundred-Micro
7fa616ea4b745e482fe01060e0bba68f8b65fcd6
[ "MIT" ]
11
2020-07-17T12:17:55.000Z
2022-02-13T00:25:33.000Z
dgHundred/Research/test/Fooww.Research.Domain.Tests/ResearchDomainTestBase.cs
PowerDG/Hundred-Micro
7fa616ea4b745e482fe01060e0bba68f8b65fcd6
[ "MIT" ]
null
null
null
namespace Fooww.Research { public abstract class ResearchDomainTestBase : ResearchTestBase<ResearchDomainTestModule> { } }
17.25
94
0.746377
d710dd979e94f2473a8de4fb94a563a40c1dbc15
11,618
cs
C#
sources/editor/Stride.Assets.Presentation/CurveEditor/ViewModels/KeyFrameCurveViewModel.cs
Ethereal77/stride
f2d72c2ec7276dd87ddd51519986de65a691c254
[ "MIT" ]
null
null
null
sources/editor/Stride.Assets.Presentation/CurveEditor/ViewModels/KeyFrameCurveViewModel.cs
Ethereal77/stride
f2d72c2ec7276dd87ddd51519986de65a691c254
[ "MIT" ]
null
null
null
sources/editor/Stride.Assets.Presentation/CurveEditor/ViewModels/KeyFrameCurveViewModel.cs
Ethereal77/stride
f2d72c2ec7276dd87ddd51519986de65a691c254
[ "MIT" ]
null
null
null
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org) // Copyright (c) 2018-2021 Stride and its contributors (https://stride3d.net) // Copyright (c) 2011-2018 Silicon Studio Corp. (https://www.siliconstudio.co.jp) // See the LICENSE.md file in the project root for full license information. u...
39.651877
195
0.565244
ce0be082afb18e71bdd8ef2c60bbae8a36a1b58e
27,848
cs
C#
src/ClientInput.cs
McSkinnerOG/I.C.E-Mod-R
d7fd5546c07ec8bf21853cde26d9d883869ffd3c
[ "MIT" ]
1
2020-10-03T03:07:16.000Z
2020-10-03T03:07:16.000Z
src/ClientInput.cs
McSkinnerOG/I.C.E-Mod-R
d7fd5546c07ec8bf21853cde26d9d883869ffd3c
[ "MIT" ]
null
null
null
src/ClientInput.cs
McSkinnerOG/I.C.E-Mod-R
d7fd5546c07ec8bf21853cde26d9d883869ffd3c
[ "MIT" ]
null
null
null
using System; using Steamworks; using UnityEngine; public class ClientInput : MonoBehaviour { public ClientInput() { } private void Start() { this.m_path = new NavMeshPath(); this.m_client = (LidClient)UnityEngine.Object.FindObjectOfType(typeof(LidClient)); this.m_inventory = (InventoryGUI)UnityEngine.Obj...
29.313684
194
0.656026
ee84021cd29a9765920de3f4d4ebd72843528f59
30,343
cs
C#
Console/Assets/DeveloperConsole/Scripts/CommandDatabase.cs
anarkila/DeveloperConsole
6991ea834b9f7e316df7d5bd9c40b5929ca090bf
[ "MIT" ]
6
2021-11-11T20:41:01.000Z
2021-12-30T18:45:15.000Z
Console/Assets/DeveloperConsole/Scripts/CommandDatabase.cs
anarkila/DeveloperConsole
6991ea834b9f7e316df7d5bd9c40b5929ca090bf
[ "MIT" ]
1
2021-11-12T23:46:50.000Z
2021-11-12T23:49:52.000Z
Console/Assets/DeveloperConsole/Scripts/CommandDatabase.cs
anarkila/DeveloperConsole
6991ea834b9f7e316df7d5bd9c40b5929ca090bf
[ "MIT" ]
null
null
null
using System.Runtime.CompilerServices; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; using System.Reflection; using System.Linq; using UnityEngine; using System; namespace Anarkila.DeveloperConsole { #pragma warning disable 0168 #pragma warning disable 0219 ...
42.143056
234
0.552681
9af1b09faf556f451e83f297220baa0e2cf4a438
601
cs
C#
ACT.MPTimer/Properties/AssemblyInfo.cs
nihilisticpandemonium/ACT.MPTimer
c7268edee92aba68b6ba62746ddc9111e65bbd90
[ "BSD-3-Clause" ]
null
null
null
ACT.MPTimer/Properties/AssemblyInfo.cs
nihilisticpandemonium/ACT.MPTimer
c7268edee92aba68b6ba62746ddc9111e65bbd90
[ "BSD-3-Clause" ]
null
null
null
ACT.MPTimer/Properties/AssemblyInfo.cs
nihilisticpandemonium/ACT.MPTimer
c7268edee92aba68b6ba62746ddc9111e65bbd90
[ "BSD-3-Clause" ]
null
null
null
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("ACT.MPTimer")] [assembly: AssemblyDescription("https://github.com/anoyetta/ACT.MPTimer")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("anoyetta")] [assembly: AssemblyProduct("ACT.MPTimer")] [assembly: Assembl...
33.388889
74
0.760399
c93548d2f2e8e17a8b5ac2dda36a6f6a55712dda
130
cs
C#
TMDb.Client/Models/Enums/AccountListSortBy.cs
joshuajones02/TMDb
e5dfaca6894bdeb17feccd7227c210f72a2d0998
[ "MIT" ]
1
2021-02-22T12:04:28.000Z
2021-02-22T12:04:28.000Z
TMDb.Client/Models/Enums/AccountListSortBy.cs
joshuajones02/TMDb
e5dfaca6894bdeb17feccd7227c210f72a2d0998
[ "MIT" ]
null
null
null
TMDb.Client/Models/Enums/AccountListSortBy.cs
joshuajones02/TMDb
e5dfaca6894bdeb17feccd7227c210f72a2d0998
[ "MIT" ]
1
2021-03-03T12:37:50.000Z
2021-03-03T12:37:50.000Z
namespace TMDb.Client.Enums { public enum AccountListSortBy { CreatedAscending, CreatedDescending } }
16.25
33
0.646154
904191cd6747c006b137d440f4298e4aac3abd7a
16,002
cs
C#
DiffPatcherV1R0P0/TDiffPatcher.cs
Scartiana/StardewMods
32ee759fce26aebbb14947727da1b7d3e592d78d
[ "BSD-Source-Code" ]
40
2016-11-03T17:21:38.000Z
2021-12-04T01:13:11.000Z
DiffPatcherV1R0P0/TDiffPatcher.cs
Scartiana/StardewMods
32ee759fce26aebbb14947727da1b7d3e592d78d
[ "BSD-Source-Code" ]
70
2017-01-16T17:05:13.000Z
2021-04-25T06:20:25.000Z
DiffPatcherV1R0P0/TDiffPatcher.cs
Scartiana/StardewMods
32ee759fce26aebbb14947727da1b7d3e592d78d
[ "BSD-Source-Code" ]
59
2017-01-16T16:48:29.000Z
2022-03-08T19:56:52.000Z
using System; using System.Linq; using System.IO; using xTile; using xTile.Tiles; using ICSharpCode.SharpZipLib.GZip; namespace Entoarox.TDiffPatcher.V1R0P0 { enum Actions : byte { SetStaticTile, SetAnimatedTile, RemoveTile, SetTileProperty, RemoveTileProperty, ...
63
180
0.391451
259426e235e03719c152a2f5cc231ddb1a3e314d
4,837
cs
C#
Naloga2_Tkalcic/obj/Debug/netcoreapp3.1/Razor/Views/Registracija/DrugiKorak.cshtml.g.cs
AmbicatusThe2nd/ASP.MVC_Project
7dabc66f179fae5c2f7f555b925a597a01f725e2
[ "MIT" ]
null
null
null
Naloga2_Tkalcic/obj/Debug/netcoreapp3.1/Razor/Views/Registracija/DrugiKorak.cshtml.g.cs
AmbicatusThe2nd/ASP.MVC_Project
7dabc66f179fae5c2f7f555b925a597a01f725e2
[ "MIT" ]
null
null
null
Naloga2_Tkalcic/obj/Debug/netcoreapp3.1/Razor/Views/Registracija/DrugiKorak.cshtml.g.cs
AmbicatusThe2nd/ASP.MVC_Project
7dabc66f179fae5c2f7f555b925a597a01f725e2
[ "MIT" ]
null
null
null
#pragma checksum "C:\Users\PunisherTFB\Documents\Faks\DSR\Again\Naloga2_Tkalcic\Views\Registracija\DrugiKorak.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c9737ce3d213a12a9a0038c11701fee8804db1c8" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledI...
48.37
270
0.703329
d30b8a24337840d6871107ab5ad87a441b419ae5
282
cs
C#
Hk.Core.Framework/Hk.Core.Util/Enum/ContentType.cs
a275979650/NetCoreFramewoker
335dde18f129a060e4467a06aca2fa74fef454e7
[ "MIT" ]
6
2018-09-27T07:55:57.000Z
2019-11-03T03:03:16.000Z
Hk.Core.Framework/Hk.Core.Util/Enum/ContentType.cs
a275979650/NetCoreFramewoker
335dde18f129a060e4467a06aca2fa74fef454e7
[ "MIT" ]
null
null
null
Hk.Core.Framework/Hk.Core.Util/Enum/ContentType.cs
a275979650/NetCoreFramewoker
335dde18f129a060e4467a06aca2fa74fef454e7
[ "MIT" ]
1
2018-09-30T02:29:41.000Z
2018-09-30T02:29:41.000Z
namespace Hk.Core.Util.Enum { public enum ContentType { /// <summary> /// 传统Form表单,即application/x-www-form-urlencoded /// </summary> Form, /// <summary> /// 使用Json,即application/json /// </summary> Json } }
20.142857
55
0.496454
0d2b30eb4984695e40acb342b63660a372571e56
850
cs
C#
src/TestEnvironment.Docker.Containers.Elasticsearch/ElasticsearchContainerCleaner.cs
romansp/testenvironment-docker
630f20f9c2b5f5cc8f82b92932e1ea5390ea62a3
[ "MIT" ]
91
2018-07-30T08:33:07.000Z
2022-02-01T15:31:30.000Z
src/TestEnvironment.Docker.Containers.Elasticsearch/ElasticsearchContainerCleaner.cs
romansp/testenvironment-docker
630f20f9c2b5f5cc8f82b92932e1ea5390ea62a3
[ "MIT" ]
33
2018-10-30T21:45:25.000Z
2022-03-17T10:33:02.000Z
src/TestEnvironment.Docker.Containers.Elasticsearch/ElasticsearchContainerCleaner.cs
romansp/testenvironment-docker
630f20f9c2b5f5cc8f82b92932e1ea5390ea62a3
[ "MIT" ]
33
2018-07-30T08:14:05.000Z
2022-03-17T00:04:02.000Z
using System; using System.Threading; using System.Threading.Tasks; using Nest; namespace TestEnvironment.Docker.Containers.Elasticsearch { public class ElasticsearchContainerCleaner : IContainerCleaner<ElasticsearchContainer> { public async Task Cleanup(ElasticsearchContainer container, CancellationT...
32.692308
137
0.675294
61e8cc2994cffb2d9975a709a9915350cb5bd570
2,623
cs
C#
NetrixPackage/NetRixMain/NetRix/Networking/SecurityManager.cs
apircher/netrix
e33769852c164b8f8b4391920aeb1a2b7b5fecdb
[ "MIT" ]
27
2017-03-19T13:27:47.000Z
2022-03-21T21:37:55.000Z
NetrixPackage/NetRixMain/NetRix/Networking/SecurityManager.cs
apircher/netrix
e33769852c164b8f8b4391920aeb1a2b7b5fecdb
[ "MIT" ]
5
2017-09-10T02:18:19.000Z
2019-05-31T07:46:51.000Z
NetrixPackage/NetRixMain/NetRix/Networking/SecurityManager.cs
apircher/netrix
e33769852c164b8f8b4391920aeb1a2b7b5fecdb
[ "MIT" ]
10
2017-09-10T01:57:06.000Z
2022-03-16T10:31:19.000Z
using System; using GuruComponents.Netrix.ComInterop; using System.Runtime.InteropServices; # pragma warning disable 0618 namespace GuruComponents.Netrix.Networking { /// <summary> /// Controls the zone management the control is running in if activated. /// </summary> internal sealed class SecurityManager : Inter...
35.931507
110
0.631338
110287907323907101c009009763da8b8100e8d5
363
cs
C#
packages/jsii-dotnet-runtime/src/Amazon.JSII.Runtime/Deputy/JsiiOptionalAttribute.cs
ddinu/jsii
7b3b059ff4cf1e7f02ddb4234ec8185967df207d
[ "Apache-2.0" ]
null
null
null
packages/jsii-dotnet-runtime/src/Amazon.JSII.Runtime/Deputy/JsiiOptionalAttribute.cs
ddinu/jsii
7b3b059ff4cf1e7f02ddb4234ec8185967df207d
[ "Apache-2.0" ]
1
2019-10-01T06:22:28.000Z
2019-10-01T06:22:28.000Z
packages/jsii-dotnet-runtime/src/Amazon.JSII.Runtime/Deputy/JsiiOptionalAttribute.cs
ddinu/jsii
7b3b059ff4cf1e7f02ddb4234ec8185967df207d
[ "Apache-2.0" ]
null
null
null
using System; namespace Amazon.JSII.Runtime.Deputy { /// <summary> /// Flags a property as optional. /// This is used by the jsii-dotnet-analyzers package to emit errors /// on required properties that are missing. /// </summary> [AttributeUsage(AttributeTargets.Property)] public class Jsii...
25.928571
72
0.680441
11243fbe9c64287190bb572e2f5a903828d789f3
4,862
cs
C#
test/Microsoft.AspNet.Mvc.FunctionalTests/ModelBindingFromQueryTest.cs
walkeeperY/ManagementSystem
1e766ed3a608e0e3b4c898e8715944cbebd569ae
[ "Apache-2.0" ]
null
null
null
test/Microsoft.AspNet.Mvc.FunctionalTests/ModelBindingFromQueryTest.cs
walkeeperY/ManagementSystem
1e766ed3a608e0e3b4c898e8715944cbebd569ae
[ "Apache-2.0" ]
null
null
null
test/Microsoft.AspNet.Mvc.FunctionalTests/ModelBindingFromQueryTest.cs
walkeeperY/ManagementSystem
1e766ed3a608e0e3b4c898e8715944cbebd569ae
[ "Apache-2.0" ]
null
null
null
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; using Microsoft.AspNet.Builder; using Microsoft.Framework.DependencyInjection; using Model...
36.833333
119
0.637803
9eef2d263b478863941f31df911931e3f15abc73
235
cs
C#
CSharp-DB/DataBases-Advansed/08.JavaScript Object Notation-SON/02.CarDealer/CarDealer/DTO/ExportDtos/ExportPartDto.cs
dMundov/SoftUni-HomeWorks
fd28fe1d316c81c5e4cf2ab117aa874fe336d130
[ "MIT" ]
null
null
null
CSharp-DB/DataBases-Advansed/08.JavaScript Object Notation-SON/02.CarDealer/CarDealer/DTO/ExportDtos/ExportPartDto.cs
dMundov/SoftUni-HomeWorks
fd28fe1d316c81c5e4cf2ab117aa874fe336d130
[ "MIT" ]
null
null
null
CSharp-DB/DataBases-Advansed/08.JavaScript Object Notation-SON/02.CarDealer/CarDealer/DTO/ExportDtos/ExportPartDto.cs
dMundov/SoftUni-HomeWorks
fd28fe1d316c81c5e4cf2ab117aa874fe336d130
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace CarDealer.DTO.ExportDtos { public class ExportPartDto { public string Name { get; set; } public string Price { get; set; } } }
16.785714
41
0.659574
6c946d1e526f9f883a4321b66301568b3ba8293b
3,623
cs
C#
ImageViewer/StudyManagement/LocalSopDataSource.cs
econmed/ImageServer20
2339c32e5fee68458c1c0bd8c638f964b3bc8b8a
[ "Apache-2.0" ]
1
2017-06-08T21:47:22.000Z
2017-06-08T21:47:22.000Z
ImageViewer/StudyManagement/LocalSopDataSource.cs
econmed/ImageServer20
2339c32e5fee68458c1c0bd8c638f964b3bc8b8a
[ "Apache-2.0" ]
null
null
null
ImageViewer/StudyManagement/LocalSopDataSource.cs
econmed/ImageServer20
2339c32e5fee68458c1c0bd8c638f964b3bc8b8a
[ "Apache-2.0" ]
2
2017-06-08T21:47:22.000Z
2020-01-01T04:37:44.000Z
#region License // Copyright (c) 2009, ClearCanvas Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright not...
37.739583
104
0.697212
6ccc0606dcfb8fb7bf93b24e06f42613e10855b4
8,633
cs
C#
Blazor-Server/Pages/Pics.razor.cs
Redns/ImageBed
a1ee343700826c0b338e6ae8ad5ec7a933c75d62
[ "MIT" ]
6
2022-03-07T15:11:01.000Z
2022-03-31T16:28:24.000Z
Blazor-Server/Pages/Pics.razor.cs
Redns/ImageBed
a1ee343700826c0b338e6ae8ad5ec7a933c75d62
[ "MIT" ]
5
2022-03-27T15:31:40.000Z
2022-03-28T11:27:36.000Z
Blazor-Server/Pages/Pics.razor.cs
Redns/ImageBed
a1ee343700826c0b338e6ae8ad5ec7a933c75d62
[ "MIT" ]
1
2022-03-28T05:55:59.000Z
2022-03-28T05:55:59.000Z
//using AntDesign; //using ImageBed.Common; //using ImageBed.Data.Access; //using ImageBed.Data.Entity; //using Microsoft.JSInterop; //namespace ImageBed.Pages //{ // public enum ViewFormat // { // List = 0, // 列表视图 // Card // 卡片视图 // } // partial class Pics : IDisposable /...
30.942652
107
0.434032
504cf14a71d260fe6444e2ea433611b96f4e652c
2,046
cs
C#
core/Errors/InvalidStateStoreException.cs
Nardu92/kafka-streams-dotnet
2a0d3cb601d17575ec93f766f6a82d38914df64c
[ "MIT" ]
null
null
null
core/Errors/InvalidStateStoreException.cs
Nardu92/kafka-streams-dotnet
2a0d3cb601d17575ec93f766f6a82d38914df64c
[ "MIT" ]
null
null
null
core/Errors/InvalidStateStoreException.cs
Nardu92/kafka-streams-dotnet
2a0d3cb601d17575ec93f766f6a82d38914df64c
[ "MIT" ]
null
null
null
using System; using System.Runtime.Serialization; using Streamiz.Kafka.Net.Processors; namespace Streamiz.Kafka.Net.Errors { /// <summary> /// Indicates that there was a problem when trying to access a <see cref="IStateStore"/>, i.e, the Store is no longer /// valid because it is closed or doesn't exist...
35.275862
123
0.616813
5078e2023b065ba45794993dd1bc0ca651f000b4
14,681
cs
C#
Assets/RubixInteractionController.cs
Slock81/PuzzleCubeSolver
b4decb1c93df2df11ab9a150ceb689e73bb8e8e4
[ "MIT" ]
null
null
null
Assets/RubixInteractionController.cs
Slock81/PuzzleCubeSolver
b4decb1c93df2df11ab9a150ceb689e73bb8e8e4
[ "MIT" ]
null
null
null
Assets/RubixInteractionController.cs
Slock81/PuzzleCubeSolver
b4decb1c93df2df11ab9a150ceb689e73bb8e8e4
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(RubixController))] public class RubixInteractionController : MonoBehaviour { private RubixController rubixController; public LayerMask rubixLayer; public float emissStrength = 2; [Range(0.05f,1)] ...
33.214932
195
0.584838
eb5749c9bd3cf50d03797db0d81b9e184cd697b4
12,180
cs
C#
Layout/LayoutPanelBase.cs
BrentKnowles/YourOtherMind
38f85e5796ba1b52ef13e63b8de23bec7a45c2a7
[ "MIT" ]
1
2021-11-26T05:57:39.000Z
2021-11-26T05:57:39.000Z
Layout/LayoutPanelBase.cs
BrentKnowles/YourOtherMind
38f85e5796ba1b52ef13e63b8de23bec7a45c2a7
[ "MIT" ]
null
null
null
Layout/LayoutPanelBase.cs
BrentKnowles/YourOtherMind
38f85e5796ba1b52ef13e63b8de23bec7a45c2a7
[ "MIT" ]
null
null
null
// LayoutPanelBase.cs // // Copyright (c) 2013 Brent Knowles (http://www.brentknowles.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limita...
32.566845
149
0.70821
bff959f48ac2e9aaa83dced41d2b75881575a1ee
1,313
cs
C#
Framework/Atf.Gui/Rendering/IBeforeLocalTransform.cs
jethac/ATF
8044bc01dbe0522cab65762960b6b58681c8dce0
[ "Apache-2.0" ]
821
2015-01-02T12:25:48.000Z
2022-03-22T18:43:01.000Z
ATF/Framework/Atf.Gui/Rendering/IBeforeLocalTransform.cs
TylerDev905/LevelEditor
203a52ac8ab46e8829e5646ac2300cdb0bb68010
[ "Apache-2.0" ]
42
2015-02-09T10:25:14.000Z
2019-11-12T17:58:10.000Z
ATF/Framework/Atf.Gui/Rendering/IBeforeLocalTransform.cs
TylerDev905/LevelEditor
203a52ac8ab46e8829e5646ac2300cdb0bb68010
[ "Apache-2.0" ]
218
2015-01-01T15:58:25.000Z
2022-02-21T05:17:37.000Z
namespace Sce.Atf.Rendering.Dom { /// <summary> /// Implementors of IRenderObject should implement this interface if they must be listed /// in the RenderObjectList before other IRenderObjects that set the local transform by calling /// IRenderAction.PushMatrix in their Traverse methods</summary> ...
50.5
123
0.718203
8701ca4ded2cb3832a621df83e3eb461cc0e9ab9
173
cs
C#
src/RsCode.Storage.QiniuStorage/Object/ChStatusResponse.cs
kuiyu/RsCode
843d6dc1c662ff2b20b7537ab99c1bfefb37d255
[ "MIT" ]
5
2018-12-14T06:53:22.000Z
2021-05-11T03:16:12.000Z
src/RsCode.Storage.QiniuStorage/Object/ChStatusResponse.cs
kuiyu/RsCode
843d6dc1c662ff2b20b7537ab99c1bfefb37d255
[ "MIT" ]
null
null
null
src/RsCode.Storage.QiniuStorage/Object/ChStatusResponse.cs
kuiyu/RsCode
843d6dc1c662ff2b20b7537ab99c1bfefb37d255
[ "MIT" ]
1
2021-08-29T07:43:14.000Z
2021-08-29T07:43:14.000Z
using System; using System.Collections.Generic; using System.Text; namespace RsCode.Storage.QiniuStorage { public class ChStatusResponse:StorageResponse { } }
15.727273
49
0.757225
b03bcbd8c3bb089b40cb1aecf1c7676b022c4caa
489
cs
C#
server/Netptune.Models/ViewModels/Projects/ProjectViewModel.cs
JoelCrosby/Netptune
4237db318973fd52b4b643e3f4b2f05311f66757
[ "MIT" ]
null
null
null
server/Netptune.Models/ViewModels/Projects/ProjectViewModel.cs
JoelCrosby/Netptune
4237db318973fd52b4b643e3f4b2f05311f66757
[ "MIT" ]
3
2020-03-22T01:33:42.000Z
2021-11-18T02:42:16.000Z
server/Netptune.Models/ViewModels/Projects/ProjectViewModel.cs
JoelCrosby/Netptune
4237db318973fd52b4b643e3f4b2f05311f66757
[ "MIT" ]
null
null
null
using System; namespace Netptune.Models.ViewModels.Projects { public class ProjectViewModel { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public string RepositoryUrl { get; set; } public int WorkspaceId { get;...
20.375
52
0.605317
d0bfd2f1f0b657e6f14735ca75b6663d3d83a9f4
783
cs
C#
OddWaters/Assets/_Project/Scripts/Desk/Map/ElementViewZone.cs
OctoClo/OddWaters
a2531ec718c38f7b15845523a514977b1e05e882
[ "MIT" ]
1
2019-10-05T01:42:17.000Z
2019-10-05T01:42:17.000Z
OddWaters/Assets/_Project/Scripts/Desk/Map/ElementViewZone.cs
OctoClo/OddWaters
a2531ec718c38f7b15845523a514977b1e05e882
[ "MIT" ]
null
null
null
OddWaters/Assets/_Project/Scripts/Desk/Map/ElementViewZone.cs
OctoClo/OddWaters
a2531ec718c38f7b15845523a514977b1e05e882
[ "MIT" ]
1
2019-10-05T01:42:21.000Z
2019-10-05T01:42:21.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ElementViewZone : MonoBehaviour { [SerializeField] bool needTelescopeRefresh = false; [HideInInspector] public int zone; MapElement element; void Start() { element = transform.parent.GetCom...
25.258065
95
0.680715
d0e7b9537e108d216469d7e364006d9e3be50071
578
cs
C#
src/OpenAL/Extensions/Silk.NET.OpenAL.Extensions.Enumeration/Enums/GetEnumerationContextString.cs
martinhorcicka/Silk.NET
68bc6e1e1a23e1d12481836d8125e7ffb796b5e4
[ "MIT" ]
1
2021-01-04T17:21:46.000Z
2021-01-04T17:21:46.000Z
src/OpenAL/Extensions/Silk.NET.OpenAL.Extensions.Enumeration/Enums/GetEnumerationContextString.cs
martinhorcicka/Silk.NET
68bc6e1e1a23e1d12481836d8125e7ffb796b5e4
[ "MIT" ]
2
2020-01-18T11:01:07.000Z
2020-02-01T13:07:58.000Z
src/OpenAL/Extensions/Silk.NET.OpenAL.Extensions.Enumeration/Enums/GetEnumerationContextString.cs
martinhorcicka/Silk.NET
68bc6e1e1a23e1d12481836d8125e7ffb796b5e4
[ "MIT" ]
1
2020-04-10T10:24:15.000Z
2020-04-10T10:24:15.000Z
// This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. namespace Silk.NET.OpenAL.Extensions.Enumeration { /// <summary> /// Defines available parameters for /// <see cref="IEnumerationContextState.GetString(D...
30.421053
96
0.66263
3ff60a63fbd85a2f9026f9659e39242f360975e4
308
cs
C#
Olekstra.LikePharma.Client/ConfirmPurchaseResponse.cs
olekstra/Olekstra.Sdk.LikePharma
adc3857a35e95e69b657589ca3229d844b88812e
[ "MIT" ]
null
null
null
Olekstra.LikePharma.Client/ConfirmPurchaseResponse.cs
olekstra/Olekstra.Sdk.LikePharma
adc3857a35e95e69b657589ca3229d844b88812e
[ "MIT" ]
null
null
null
Olekstra.LikePharma.Client/ConfirmPurchaseResponse.cs
olekstra/Olekstra.Sdk.LikePharma
adc3857a35e95e69b657589ca3229d844b88812e
[ "MIT" ]
null
null
null
namespace Olekstra.LikePharma.Client { using System.Xml.Serialization; /// <summary> /// Ответ на запрос <see cref="ConfirmPurchaseRequest"/>. /// </summary> [XmlRoot("confirm_purchase_response")] public class ConfirmPurchaseResponse : ResponseBase { // Nothing } }
22
61
0.652597
efc390132e1677e5a128300c318ce9b6eb703c2d
5,558
cs
C#
src/Common/Healthbot/HealthBotCommand.cs
RichardSlater/CheckyChatbot
5056870e644be590dbb6f52e8d14b9426767e8fa
[ "Apache-2.0" ]
null
null
null
src/Common/Healthbot/HealthBotCommand.cs
RichardSlater/CheckyChatbot
5056870e644be590dbb6f52e8d14b9426767e8fa
[ "Apache-2.0" ]
null
null
null
src/Common/Healthbot/HealthBotCommand.cs
RichardSlater/CheckyChatbot
5056870e644be590dbb6f52e8d14b9426767e8fa
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Checky.Common.ComponentModel; using Checky.Common.Datastore.Environment; using Ninject.Extensions.Logging; namespace Checky.Common.Healthbot { public class HealthBotCommand ...
44.822581
222
0.608492
ab864d60c51ad653c2d05c87e5f647b1c6b61e23
205
cs
C#
src/Website/Models/Database/Enums/AvailableStats.cs
ApexPredator13/Nldb3
5b66d9ce5599d5b31945c0b120bd7cf3ff93cd2d
[ "MIT" ]
4
2020-03-17T06:39:21.000Z
2021-05-17T19:06:53.000Z
src/Website/Models/Database/Enums/AvailableStats.cs
ApexPredator13/Nldb3
5b66d9ce5599d5b31945c0b120bd7cf3ff93cd2d
[ "MIT" ]
7
2020-03-25T19:09:37.000Z
2021-06-22T13:04:30.000Z
src/Website/Models/Database/Enums/AvailableStats.cs
ApexPredator13/Nldb3
5b66d9ce5599d5b31945c0b120bd7cf3ff93cd2d
[ "MIT" ]
null
null
null
namespace Website.Models.Database.Enums { public enum AvailableStats { History, FoundAt, Character, Curse, Floor, TransformationItemRanking } }
15.769231
40
0.570732
4650484b7e091069d690c1dc4997a139014aa6e0
379
cs
C#
QuartzCore.MongoDB/DbContexts/DefaultMongoDbContext.cs
BlazorHub/QuartzCore.Blazor
33e28f70dc0ec9e151fc95aeea757ea8e73490f6
[ "MIT" ]
111
2020-12-14T01:43:12.000Z
2022-02-20T14:31:40.000Z
QuartzCore.MongoDB/DbContexts/DefaultMongoDbContext.cs
BlazorHub/QuartzCore.Blazor
33e28f70dc0ec9e151fc95aeea757ea8e73490f6
[ "MIT" ]
3
2020-12-17T05:20:42.000Z
2022-01-20T09:56:22.000Z
QuartzCore.MongoDB/DbContexts/DefaultMongoDbContext.cs
BlazorHub/QuartzCore.Blazor
33e28f70dc0ec9e151fc95aeea757ea8e73490f6
[ "MIT" ]
29
2020-12-14T03:03:45.000Z
2022-02-08T01:20:14.000Z
using JetBrains.Annotations; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace QuartzCore.MongoDB.DbContexts { public class DefaultMongoDbContext : MongoDbContextBase { public DefaultMongoDbContext([NotNull] MongoDbContextOpti...
19.947368
93
0.736148
176610c971bf813a4797ccaf8c0f87ffd86da7f3
3,639
cs
C#
APPRestaurante/APPRestaurante.Web/Areas/Admin/Controllers/CobranzaController.cs
PORTAFOLIO-PROYECTOS/APPRESTAURANTE
b5784471375f3f522c477256381d961d223c655b
[ "MIT" ]
null
null
null
APPRestaurante/APPRestaurante.Web/Areas/Admin/Controllers/CobranzaController.cs
PORTAFOLIO-PROYECTOS/APPRESTAURANTE
b5784471375f3f522c477256381d961d223c655b
[ "MIT" ]
null
null
null
APPRestaurante/APPRestaurante.Web/Areas/Admin/Controllers/CobranzaController.cs
PORTAFOLIO-PROYECTOS/APPRESTAURANTE
b5784471375f3f522c477256381d961d223c655b
[ "MIT" ]
1
2022-03-04T19:45:56.000Z
2022-03-04T19:45:56.000Z
using APPRestaurante.Helper; using APPRestaurante.Models; using APPRestaurante.UnitOfWork; using APPRestaurante.Web.Areas.Admin.Filters; using APPRestaurante.Web.Areas.Admin.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace APPRestaurante.Web....
34.990385
89
0.535587
98f6721eca1a797acc0573029849dc7b052a09c3
3,506
cs
C#
bwets.NetCore.Identity.ServiceProxy/Proxy.cs
bwets/bwets.NetCore.Identity.MongoDb
2cecb56fc4d08d3830847c06b34071439266a8f1
[ "MIT" ]
1
2018-09-06T14:33:45.000Z
2018-09-06T14:33:45.000Z
bwets.NetCore.Identity.ServiceProxy/Proxy.cs
bwets/bwets.NetCore.Identity.MongoDb
2cecb56fc4d08d3830847c06b34071439266a8f1
[ "MIT" ]
1
2018-10-19T04:35:07.000Z
2018-10-19T04:35:07.000Z
bwets.NetCore.Identity.ServiceProxy/Proxy.cs
bwets/bwets.NetCore.Identity.MongoDb
2cecb56fc4d08d3830847c06b34071439266a8f1
[ "MIT" ]
1
2018-10-19T04:00:15.000Z
2018-10-19T04:00:15.000Z
using System; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Web; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace bwets.NetCore.Identity.ServiceProxy { public class Proxy<T> { public Proxy(Uri baseUri) { BaseUri ...
30.754386
118
0.697091
8d6b81c41d9c72ddfa24b7fe2f2786f0f5551cbe
5,449
cs
C#
src/TelegramControls/Views/ExpanderView.xaml.cs
suxrobGM/ChatMessenger
be10519b05876fc86a748b8ab9a5b3fb9dbe9d95
[ "MIT" ]
3
2019-01-28T15:55:40.000Z
2020-03-26T03:48:16.000Z
src/TelegramControls/Views/ExpanderView.xaml.cs
suxrobGM/ChatMessenger
be10519b05876fc86a748b8ab9a5b3fb9dbe9d95
[ "MIT" ]
null
null
null
src/TelegramControls/Views/ExpanderView.xaml.cs
suxrobGM/ChatMessenger
be10519b05876fc86a748b8ab9a5b3fb9dbe9d95
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using ...
43.592
232
0.685263
8d79ded26c75db31d4dab77f4d5ecf05534026c6
4,207
cs
C#
src/GCommon.Core/WizardOption.cs
tnunnink/GMerge
397eafec8ecbc4da51c5e10c59339a7ea809b0fd
[ "MIT" ]
null
null
null
src/GCommon.Core/WizardOption.cs
tnunnink/GMerge
397eafec8ecbc4da51c5e10c59339a7ea809b0fd
[ "MIT" ]
1
2022-03-22T11:02:18.000Z
2022-03-22T11:47:59.000Z
src/GCommon.Core/WizardOption.cs
tnunnink/GMerge
397eafec8ecbc4da51c5e10c59339a7ea809b0fd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using GCommon.Core.Abstractions; using GCommon.Core.Enumerations; using GCommon.Differencing; using GCommon.Differencing.Abstractions; namespace GCommon.Core { public class WizardOption : IXSerializable, IDifferentiable<Wizar...
40.84466
106
0.601616
714039170922bfe828dfe53209156a1d492721d6
444
cs
C#
Source/Tests/PineCone.Tests.UnitTests/FakeSerializer.cs
danielwertheim/PineCone
732a4cc7fd342e2184761fa96a1306476d94e9c7
[ "MIT" ]
1
2016-02-29T10:21:15.000Z
2016-02-29T10:21:15.000Z
Source/Tests/PineCone.Tests.UnitTests/FakeSerializer.cs
danielwertheim/PineCone
732a4cc7fd342e2184761fa96a1306476d94e9c7
[ "MIT" ]
null
null
null
Source/Tests/PineCone.Tests.UnitTests/FakeSerializer.cs
danielwertheim/PineCone
732a4cc7fd342e2184761fa96a1306476d94e9c7
[ "MIT" ]
null
null
null
using System; using PineCone.Serializers; using PineCone.Structures.Schemas; namespace PineCone.Tests.UnitTests { public class FakeSerializer : IStructureSerializer { public Func<object, IStructureSchema, string> OnSerialize; public string Serialize<T>(T structure, IStructureSchema s...
27.75
98
0.686937
715a3f88b6a0a57c1d207d216cc444d6aa9a61ba
3,645
cs
C#
LiteFx.Web.Mvc/ActionResults/CsvResult.cs
iarly/LiteFx
522a69975f2f5359408ccb03104d5deaf3f3c392
[ "MIT" ]
null
null
null
LiteFx.Web.Mvc/ActionResults/CsvResult.cs
iarly/LiteFx
522a69975f2f5359408ccb03104d5deaf3f3c392
[ "MIT" ]
null
null
null
LiteFx.Web.Mvc/ActionResults/CsvResult.cs
iarly/LiteFx
522a69975f2f5359408ccb03104d5deaf3f3c392
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.IO; using System.Resources; using System.Text; using System.Web; using System.Web.Mvc; namespace LiteFx.Web.Mvc.ActionResults { public class CsvResult : ActionResult { private string[] _headers; public string FileName { get; i...
35.38835
183
0.520988
883e773f587e936f5f68655b32b9a0bac57557e6
657
cs
C#
Layer/CompleteData.cs
TheBlackPlague/Neubert
0c09a6be96b0b066c1c16453c0448dd4da46660f
[ "MIT" ]
null
null
null
Layer/CompleteData.cs
TheBlackPlague/Neubert
0c09a6be96b0b066c1c16453c0448dd4da46660f
[ "MIT" ]
null
null
null
Layer/CompleteData.cs
TheBlackPlague/Neubert
0c09a6be96b0b066c1c16453c0448dd4da46660f
[ "MIT" ]
null
null
null
/* This was coded by Shaheryar Sohail. By the MIT License, you can do whatever you want with this file with no restrictions unless implied in the License. You cannot however remove this commented in citation of the authorship of the file. You must add this to any file using code from this file. */ using System; using ...
22.655172
140
0.736682
88ef7e83677581eb843185c57c05fee1d19b6923
1,014
cs
C#
ClothShop.Core/ApplicationServices/Impl/ColorService.cs
thor1824/G3ClothingShop
e2fe77eb82b5df4e333c4eb978f9a1dbaf99a969
[ "Apache-2.0" ]
null
null
null
ClothShop.Core/ApplicationServices/Impl/ColorService.cs
thor1824/G3ClothingShop
e2fe77eb82b5df4e333c4eb978f9a1dbaf99a969
[ "Apache-2.0" ]
null
null
null
ClothShop.Core/ApplicationServices/Impl/ColorService.cs
thor1824/G3ClothingShop
e2fe77eb82b5df4e333c4eb978f9a1dbaf99a969
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ClothShop.Core.DomainServices; using ClothShop.Core.Entity.Enum; namespace ClothShop.Core.ApplicationServices.Impl { public class ColorService : IColorService { private IRepository<ClothingColor> _repo; ...
22.533333
64
0.607495
2461b9d4638f38d634eb0956edb9c7b3d1340cbb
2,393
cs
C#
api/Controllers/NotionEController.cs
heebinho/ca
763f2c087c7b81362f6a36591bd765d3f984ed34
[ "MIT" ]
null
null
null
api/Controllers/NotionEController.cs
heebinho/ca
763f2c087c7b81362f6a36591bd765d3f984ed34
[ "MIT" ]
null
null
null
api/Controllers/NotionEController.cs
heebinho/ca
763f2c087c7b81362f6a36591bd765d3f984ed34
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using API.Model; using System.Reflection.Emit; using System.Reflection; using api.Interprocedural; namespace API.Contro...
30.679487
117
0.529879
633c8d1d24b66c942916538b58bf6fe5377a3b14
470
cs
C#
Assets/Sources/ExtensionMethods.cs
kibotu/SpotTheDifference
08e9e2267044c0d4e5dc1d0727486c588b4a0b95
[ "Apache-2.0" ]
null
null
null
Assets/Sources/ExtensionMethods.cs
kibotu/SpotTheDifference
08e9e2267044c0d4e5dc1d0727486c588b4a0b95
[ "Apache-2.0" ]
null
null
null
Assets/Sources/ExtensionMethods.cs
kibotu/SpotTheDifference
08e9e2267044c0d4e5dc1d0727486c588b4a0b95
[ "Apache-2.0" ]
null
null
null
using UnityEngine; namespace Assets.Sources { public static class ExtensionMethods { public static Texture2D Crop(this Sprite s) { var t = new Texture2D((int)s.rect.width, (int)s.rect.height,TextureFormat.ARGB32, false,true); t.SetPixels(s.texture.GetPixels((int)s.text...
29.375
142
0.619149
881c98b33e03b344c64a440969d2cd74caa40eae
1,217
cs
C#
SharePointExplorer.Core/Models/CachedFile.cs
akihiroe/sharepoint
de11e5ea9064cbf2dc269d3e2e32a4ddf45019bb
[ "MIT" ]
1
2019-04-09T01:35:22.000Z
2019-04-09T01:35:22.000Z
SharePointExplorer.Core/Models/CachedFile.cs
akihiroe/sharepoint
de11e5ea9064cbf2dc269d3e2e32a4ddf45019bb
[ "MIT" ]
null
null
null
SharePointExplorer.Core/Models/CachedFile.cs
akihiroe/sharepoint
de11e5ea9064cbf2dc269d3e2e32a4ddf45019bb
[ "MIT" ]
null
null
null
using Microsoft.SharePoint.Client; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SharePointExplorer.Models { public class CachedFile { public string Id { get; set; } public bool IsEditing { get; se...
22.962264
69
0.543961
2751ebc4be710f85e060f01ccaf06291baac054c
426
cs
C#
src/SampleLibraryUI/Controls/SliderControl.xaml.cs
ThreePointSquare/DynamoSamples
2fc93bcfdfa4bbd2af525bb47756df95db78ac23
[ "MIT" ]
60
2015-07-14T04:51:42.000Z
2022-02-26T19:29:36.000Z
src/SampleLibraryUI/Controls/SliderControl.xaml.cs
ThreePointSquare/DynamoSamples
2fc93bcfdfa4bbd2af525bb47756df95db78ac23
[ "MIT" ]
27
2015-09-09T16:30:38.000Z
2020-12-11T21:02:05.000Z
src/SampleLibraryUI/Controls/SliderControl.xaml.cs
ThreePointSquare/DynamoSamples
2fc93bcfdfa4bbd2af525bb47756df95db78ac23
[ "MIT" ]
61
2015-08-18T03:20:28.000Z
2022-03-26T16:36:03.000Z
using System.Windows.Controls; namespace SampleLibraryUI.Controls { /// <summary> /// Interaction logic for SliderControl.xaml /// </summary> public partial class SliderControl : UserControl { public SliderControl() { InitializeComponent(); } private vo...
23.666667
115
0.657277
869a25836241ba6b0c0eb5eac4df8e3778a7a90a
1,303
cs
C#
Contas/Financeiro/Model/LancModel.cs
MiguelElias/VisualStudio
68cd5e1d44e1dea27bc20f86edff2e3de717279c
[ "MIT" ]
null
null
null
Contas/Financeiro/Model/LancModel.cs
MiguelElias/VisualStudio
68cd5e1d44e1dea27bc20f86edff2e3de717279c
[ "MIT" ]
null
null
null
Contas/Financeiro/Model/LancModel.cs
MiguelElias/VisualStudio
68cd5e1d44e1dea27bc20f86edff2e3de717279c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Financeiro.Entidades; using Financeiro.Controller; namespace Financeiro.Model { public class LancModel { public static int Inserir(Lancamento obj) { return new ...
27.145833
69
0.608596
86e369d2b88ba2884158b7280dbd699b43d908cf
5,597
cs
C#
Uncooked/Util/PlayerUtil.cs
shiv213/Uncooked
e9da026c87f1cd27cc8dca26065d7323cc9ab4f4
[ "MIT" ]
1
2021-07-28T18:52:43.000Z
2021-07-28T18:52:43.000Z
Uncooked/Util/PlayerUtil.cs
shiv213/Uncooked
e9da026c87f1cd27cc8dca26065d7323cc9ab4f4
[ "MIT" ]
null
null
null
Uncooked/Util/PlayerUtil.cs
shiv213/Uncooked
e9da026c87f1cd27cc8dca26065d7323cc9ab4f4
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using UnityEngine; namespace Uncooked { internal static class PlayerUtil { public static bool IsCarrying(PlayerControls playerControls) { return GetCarr...
37.817568
114
0.571556
df97ecdc40d10041891702fa8a1f308e4f5b65a5
402
cs
C#
Bike2Ride/Web/Bike2Ride.WebClient/ViewModels/ManageLoginsViewModel.cs
ludzhev/Bike2Ride.WebClient
d15be4dea045bc548d599b52527728add0dedb03
[ "MIT" ]
null
null
null
Bike2Ride/Web/Bike2Ride.WebClient/ViewModels/ManageLoginsViewModel.cs
ludzhev/Bike2Ride.WebClient
d15be4dea045bc548d599b52527728add0dedb03
[ "MIT" ]
null
null
null
Bike2Ride/Web/Bike2Ride.WebClient/ViewModels/ManageLoginsViewModel.cs
ludzhev/Bike2Ride.WebClient
d15be4dea045bc548d599b52527728add0dedb03
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Bike2Ride.WebClient.ViewModels.Abstraction; using Microsoft.AspNet.Identity; using Microsoft.Owin.Security; namespace Bike2Ride.WebClient.ViewModels { public class ManageLoginsViewModel : BaseViewModel { public IList<UserLoginInfo> CurrentLogins { get; set; } ...
25.125
73
0.758706
4203aecfe2ca1aacc1cdaebde6aaa70d8afc4912
1,170
cs
C#
Alura.WebAPI.DAL.Livros/LivroConfiguration.cs
flaviomegrecarvalho42/net_api_3_apis_rest_com_aspnet_core_21_parte3
6374dd52859d8ab9def1d6f9db12795e8a532347
[ "MIT" ]
null
null
null
Alura.WebAPI.DAL.Livros/LivroConfiguration.cs
flaviomegrecarvalho42/net_api_3_apis_rest_com_aspnet_core_21_parte3
6374dd52859d8ab9def1d6f9db12795e8a532347
[ "MIT" ]
1
2021-03-10T19:42:51.000Z
2021-03-10T19:42:51.000Z
api-rest-aspnet-core/Alura.WebAPI/Alura.WebAPI.DAL.Livros/LivroConfiguration.cs
zehguilherme/treinamento-kentech
2b2d1a8508ee0f3e18f1157196c895f00a04c00c
[ "MIT" ]
null
null
null
using Alura.ListaLeitura.Modelos; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace Alura.ListaLeitura.Persistencia { internal class LivroConfiguration : IEntityTypeConfiguration<Livro> { public void Configure(EntityTypeBuilder<Livro> builder) ...
28.536585
71
0.505128
c3a2753d7780f8ea1cc73c1d8b4d0d0d75c1de93
4,193
cs
C#
src/apps/PingYourPackage.API/Filters/EnsureShipmentOwnershipAttribute.cs
tugberkugurlu/PingYourPackage
e95d7704506ae1fab4034cf138fe90736f991e91
[ "MIT" ]
39
2015-01-04T13:14:14.000Z
2021-08-05T08:23:16.000Z
src/apps/PingYourPackage.API/Filters/EnsureShipmentOwnershipAttribute.cs
tugberkugurlu/PingYourPackage
e95d7704506ae1fab4034cf138fe90736f991e91
[ "MIT" ]
null
null
null
src/apps/PingYourPackage.API/Filters/EnsureShipmentOwnershipAttribute.cs
tugberkugurlu/PingYourPackage
e95d7704506ae1fab4034cf138fe90736f991e91
[ "MIT" ]
32
2015-04-06T14:57:24.000Z
2021-03-21T08:46:21.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Http; using System.Web.Http.Controllers; using System.Web.Http.Filters; using System.Web.Http.Routing; using PingYourPackage.Domain.Services; using System.Threading; using Sys...
43.226804
96
0.642976
35aa79402a7763fccf03c88939aef418be48e7ab
8,227
cs
C#
BellumGens.Api/Controllers/StrategyController.cs
BellumGens/bellum-gens-api
463458b48eb159b6a6b1650707c488b642e7ea92
[ "MIT" ]
2
2020-03-09T21:27:14.000Z
2020-08-24T11:41:33.000Z
BellumGens.Api/Controllers/StrategyController.cs
BellumGens/bellum-gens-api
463458b48eb159b6a6b1650707c488b642e7ea92
[ "MIT" ]
2
2019-10-10T18:52:23.000Z
2020-03-03T08:28:54.000Z
BellumGens.Api/Controllers/StrategyController.cs
BellumGens/bellum-gens-api
463458b48eb159b6a6b1650707c488b642e7ea92
[ "MIT" ]
null
null
null
using BellumGens.Api.Models; using BellumGens.Api.Providers; using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure; using System.Linq; using System.Web.Http; namespace BellumGens.Api.Controllers { [RoutePrefix("api/Strategy")] [Authorize] public class StrategyController : BaseCont...
25.470588
159
0.640695
35efc70e18da9e5321b5fe48efce44dfe1a1ff55
1,195
cs
C#
src/ODataFileRepository.Website/Infrastructure/ODataExtensions/DefaultMediaStreamReferenceProvider.cs
vojtechvit/ODataFileServer
a55f2432f7bc3b9fcfc692282813dd4a83f556e9
[ "MIT" ]
9
2015-09-16T07:58:54.000Z
2018-04-27T08:26:32.000Z
src/ODataFileRepository.Website/Infrastructure/ODataExtensions/DefaultMediaStreamReferenceProvider.cs
vojtechvit/ODataFileServer
a55f2432f7bc3b9fcfc692282813dd4a83f556e9
[ "MIT" ]
null
null
null
src/ODataFileRepository.Website/Infrastructure/ODataExtensions/DefaultMediaStreamReferenceProvider.cs
vojtechvit/ODataFileServer
a55f2432f7bc3b9fcfc692282813dd4a83f556e9
[ "MIT" ]
5
2016-06-10T18:46:16.000Z
2020-04-20T20:14:36.000Z
using Microsoft.OData.Core; using ODataFileRepository.Website.Infrastructure.ODataExtensions.Contracts; using System; using System.Web.OData; using System.Web.OData.Formatter.Serialization; namespace ODataFileRepository.Website.Infrastructure.ODataExtensions { public class DefaultMediaStreamReferenceProvider : IM...
28.452381
84
0.596653
5f7aa0951dea587977f04524e8832cd432a0a0bb
736
cs
C#
src/clr/src/ops/core/match.cs
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
src/clr/src/ops/core/match.cs
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
src/clr/src/ops/core/match.cs
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
//----------------------------------------------------------------------------- // Copyright : (c) Chris Moore, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { using System; partial struct Clr { [Op] public static ...
26.285714
80
0.330163
0531943419451f6b95ee6c03a6d62938ec8688a1
3,300
cs
C#
Examples/CSharp/Geometry-and-Hierarchy/Common.cs
lexchou/Aspose.3D-for-.NET
4e2c6282da5780af40212bd200573d01c0d2d845
[ "MIT" ]
21
2016-12-02T07:07:27.000Z
2022-01-20T19:40:52.000Z
Examples/CSharp/Geometry-and-Hierarchy/Common.cs
lexchou/Aspose.3D-for-.NET
4e2c6282da5780af40212bd200573d01c0d2d845
[ "MIT" ]
8
2019-04-29T08:48:20.000Z
2022-03-02T12:26:16.000Z
Examples/CSharp/Geometry-and-Hierarchy/Common.cs
lexchou/Aspose.3D-for-.NET
4e2c6282da5780af40212bd200573d01c0d2d845
[ "MIT" ]
16
2016-04-09T19:20:00.000Z
2021-07-30T04:49:30.000Z
using System; using Aspose.ThreeD.Entities; using Aspose.ThreeD.Utilities; namespace Aspose._3D.Examples.CSharp.Geometry_Hierarchy { class Common { private static Vector4[] DefineControlPoints() { // ExStart:DefineControlPoints // Initialize control points V...
35.483871
63
0.466061