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
618a00aba08a38cd957e4cd592514bf0ee45707c
657
cs
C#
src/server/Application/TheBiscuitMachine.Application/Contracts/DomainEvents.cs
svetlimladenov/TheBiscuitMachine
7a3b2c6b8b3c25ca3d6611a1a9ee699b261e3298
[ "MIT" ]
null
null
null
src/server/Application/TheBiscuitMachine.Application/Contracts/DomainEvents.cs
svetlimladenov/TheBiscuitMachine
7a3b2c6b8b3c25ca3d6611a1a9ee699b261e3298
[ "MIT" ]
null
null
null
src/server/Application/TheBiscuitMachine.Application/Contracts/DomainEvents.cs
svetlimladenov/TheBiscuitMachine
7a3b2c6b8b3c25ca3d6611a1a9ee699b261e3298
[ "MIT" ]
null
null
null
namespace TheBiscuitMachine.Application.Contracts { public static class DomainEvents { public const string MachineStarted = "MachineStarted"; public const string MachineStopped = "MachineStopped"; public const string OvenHeated = "OvenHeated"; public const string OvenOverheat...
27.375
76
0.697108
9eca69bf5362effedee15c18fb785ac78fd22d62
4,060
cs
C#
src/docfx/template/MustacheXrefTagParser.cs
freewheel70/docfx
5272b99fdfc420637922504f1c7e9904b9190832
[ "MIT" ]
null
null
null
src/docfx/template/MustacheXrefTagParser.cs
freewheel70/docfx
5272b99fdfc420637922504f1c7e9904b9190832
[ "MIT" ]
null
null
null
src/docfx/template/MustacheXrefTagParser.cs
freewheel70/docfx
5272b99fdfc420637922504f1c7e9904b9190832
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Text; using HtmlReaderWriter; namespace Microsoft.Docs.Build; internal static class MustacheXrefTagParser { // Using `href` property to indicate xref...
35.614035
141
0.448522
b286e17425d2d12b2d8f921bb635392e06836341
705
cs
C#
EdFi.Ods.Utilities.Migration/Queries/CurrentOdsApiVersion.cs
Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility
0d990a4d5cec37eec2015ef53e8d9e4fdec8750a
[ "Apache-2.0" ]
null
null
null
EdFi.Ods.Utilities.Migration/Queries/CurrentOdsApiVersion.cs
Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility
0d990a4d5cec37eec2015ef53e8d9e4fdec8750a
[ "Apache-2.0" ]
9
2020-06-12T16:07:31.000Z
2022-01-20T16:13:12.000Z
EdFi.Ods.Utilities.Migration/Queries/CurrentOdsApiVersion.cs
Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility
0d990a4d5cec37eec2015ef53e8d9e4fdec8750a
[ "Apache-2.0" ]
3
2020-05-19T13:25:35.000Z
2022-02-26T01:21:18.000Z
// SPDX-License-Identifier: Apache-2.0 // Licensed to the Ed-Fi Alliance under one or more agreements. // The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0. // See the LICENSE and NOTICES files in the project root for more information. using System.Collections.Generic; using EdFi.Ods....
33.571429
86
0.714894
406b476ca6ff44dfaa69c5f63bcc2e0392d6562f
13,149
cs
C#
Guardly/Is.cs
ultima-labs/guardly
12cbcc8b16a608c73eebb803314d78abd71d87fd
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
Guardly/Is.cs
ultima-labs/guardly
12cbcc8b16a608c73eebb803314d78abd71d87fd
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
Guardly/Is.cs
ultima-labs/guardly
12cbcc8b16a608c73eebb803314d78abd71d87fd
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2014. Evgeny Nazarov // http://guardly.codeplex.com/ // 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...
43.684385
140
0.539052
f920fd812fc9631cc48b74a3c952f21aebe77936
585
cs
C#
ciphercTest/Help_Test.cs
XUJINKAI/CipherTool
1e263ca5f885fa251a39af8c1b99cb5c1f90c020
[ "MIT" ]
1
2021-04-30T13:34:06.000Z
2021-04-30T13:34:06.000Z
ciphercTest/Help_Test.cs
XUJINKAI/cipherc
1e263ca5f885fa251a39af8c1b99cb5c1f90c020
[ "MIT" ]
null
null
null
ciphercTest/Help_Test.cs
XUJINKAI/cipherc
1e263ca5f885fa251a39af8c1b99cb5c1f90c020
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ciphercTest { public class Help_Test : TestBase { public Help_Test(ITestOutputHelper output) : base(output) { } [Fact] public void Main() => RunCommand...
22.5
65
0.608547
a602d02b34008a0f3bf2b3e59d7d743fe3d34499
782
cs
C#
Assets/Scripts/Importing/RenderWareStream/TextureDictionary.cs
Mjlayak/SanAndreasUnity
52389f44809e58944668c1f9df032412bda47d33
[ "MIT" ]
195
2015-03-29T22:40:32.000Z
2022-02-04T09:20:40.000Z
Assets/Scripts/Importing/RenderWareStream/TextureDictionary.cs
LokiHavok/SouthlandChronicles
08f9b6c38b0d4cea4695568537202979a96715c5
[ "MIT" ]
28
2015-03-30T11:19:24.000Z
2018-09-09T19:14:41.000Z
Assets/Scripts/Importing/RenderWareStream/TextureDictionary.cs
LokiHavok/SouthlandChronicles
08f9b6c38b0d4cea4695568537202979a96715c5
[ "MIT" ]
42
2015-04-13T19:41:59.000Z
2022-03-29T17:59:41.000Z
using System; using System.Linq; using System.IO; using UnityEngine; namespace SanAndreasUnity.Importing.RenderWareStream { [SectionType(22)] public class TextureDictionary : SectionData { public UInt16 TextureCount; public TextureNative[] Textures; public TextureDictionary(Sectio...
26.066667
69
0.603581
0b534441869b2dd99847826ce35ec0fdc0d7a81b
2,478
cs
C#
NodeForm.Designer.cs
bankoViktor/sharp_node_render
bdbd826b318e681a107ea2d19f7fe2099aa5b3f1
[ "MIT" ]
null
null
null
NodeForm.Designer.cs
bankoViktor/sharp_node_render
bdbd826b318e681a107ea2d19f7fe2099aa5b3f1
[ "MIT" ]
null
null
null
NodeForm.Designer.cs
bankoViktor/sharp_node_render
bdbd826b318e681a107ea2d19f7fe2099aa5b3f1
[ "MIT" ]
null
null
null
namespace NodeInterface { partial class NodeForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <p...
37.545455
115
0.58636
0b9a67dda42cb02cbae5f1bfec4b48dbc9711076
511
cs
C#
ConsoleApp1/GameObject.cs
jonKaio/RayGameSeperate
7039da77b49de4133ceff8f118678baa4ea92bbd
[ "MIT" ]
null
null
null
ConsoleApp1/GameObject.cs
jonKaio/RayGameSeperate
7039da77b49de4133ceff8f118678baa4ea92bbd
[ "MIT" ]
null
null
null
ConsoleApp1/GameObject.cs
jonKaio/RayGameSeperate
7039da77b49de4133ceff8f118678baa4ea92bbd
[ "MIT" ]
null
null
null
using Raylib; using rl = Raylib.Raylib; using System; using System.Collections.Generic; using System.Text; namespace ConsoleApp1 { class GameObject { public Vector2 pos=new Vector2(100,100); public Vector2 size=new Vector2(0,0); public Vector2 movePerSecond = new Vector2(10, 0); ...
22.217391
58
0.622309
509f65199ace727ba5120ca70d7882c0bb61b12a
2,602
cshtml
C#
GroupProject/GroupProject/Views/Admin/RegisterRoleToUser.cshtml
pavlitosdv/MyArtWork-Gallery
d4de4b4a9b4259f15d7a0d7cf045ef88261e5de4
[ "MIT" ]
null
null
null
GroupProject/GroupProject/Views/Admin/RegisterRoleToUser.cshtml
pavlitosdv/MyArtWork-Gallery
d4de4b4a9b4259f15d7a0d7cf045ef88261e5de4
[ "MIT" ]
null
null
null
GroupProject/GroupProject/Views/Admin/RegisterRoleToUser.cshtml
pavlitosdv/MyArtWork-Gallery
d4de4b4a9b4259f15d7a0d7cf045ef88261e5de4
[ "MIT" ]
null
null
null
@model GroupProject.Models.UserRoleViewModel @{ ViewBag.Title = "RegisterRole"; Layout = "~/Views/Shared/_AdminPanel.cshtml"; } <h2>Assign Role to User</h2> @using (Html.BeginForm("RegisterRoleToUser", "Admin", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.HiddenFor(m =>...
37.171429
162
0.554958
cf8f2c6553b2d61a52afa24bc0bba25d09fc2746
711
cs
C#
HentaiTyper/Assets/Scripts/Menu/DifficultiesMenu.cs
Team-on/HentaiTyper
bab4e600b64f849b3c02d3413034faaeccb26213
[ "MIT" ]
2
2021-07-25T21:45:23.000Z
2021-09-01T11:23:22.000Z
HentaiTyper/Assets/Scripts/Menu/DifficultiesMenu.cs
Team-on/HentaiTyper
bab4e600b64f849b3c02d3413034faaeccb26213
[ "MIT" ]
null
null
null
HentaiTyper/Assets/Scripts/Menu/DifficultiesMenu.cs
Team-on/HentaiTyper
bab4e600b64f849b3c02d3413034faaeccb26213
[ "MIT" ]
1
2021-09-25T20:59:37.000Z
2021-09-25T20:59:37.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; public class DifficultiesMenu : MenuBase { public void OnEasyClick() { GameMenu gameMenu = MenuManager.GetNeededMenu<GameMenu>(); gameMenu.difficulty = 0; MenuManager.TransitTo(gameMenu); } public void OnNormal...
24.517241
63
0.7609
688dcf32d369af89ef1144f0640de6d96cb409db
1,245
cs
C#
WotTools/WotPaints.cs
PTwr/WotTools
b5a32a5ca97af83f3a473bba19b7e7efa0481178
[ "MIT" ]
5
2020-03-22T17:41:55.000Z
2021-09-22T18:07:43.000Z
WotTools/WotPaints.cs
PTwr/WotTools
b5a32a5ca97af83f3a473bba19b7e7efa0481178
[ "MIT" ]
null
null
null
WotTools/WotPaints.cs
PTwr/WotTools
b5a32a5ca97af83f3a473bba19b7e7efa0481178
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; using WotTools.XmlModels; namespace WotTools { public static class WotPaints { public static bool TryLoadPaints(string filePath, out list...
28.953488
108
0.606426
92fad288c280e18ff7e0157eaa517cba2cee347a
2,990
cs
C#
samples/CustomControlLibrary.WpfCore/CustomControlLibrary.WpfCore/CustomButton.cs
hetasanghvi/xaml-designer-extensibility
3147e37659e51e61e9f0713f71195b6ec480758b
[ "MIT" ]
41
2019-11-13T22:53:51.000Z
2022-02-15T20:37:11.000Z
samples/CustomControlLibrary.WpfCore/CustomControlLibrary.WpfCore/CustomButton.cs
hetasanghvi/xaml-designer-extensibility
3147e37659e51e61e9f0713f71195b6ec480758b
[ "MIT" ]
25
2019-11-08T22:49:55.000Z
2022-01-24T17:37:34.000Z
samples/CustomControlLibrary.WpfCore/CustomControlLibrary.WpfCore/CustomButton.cs
hetasanghvi/xaml-designer-extensibility
3147e37659e51e61e9f0713f71195b6ec480758b
[ "MIT" ]
22
2019-11-14T06:04:40.000Z
2022-02-14T19:26:05.000Z
using System.Windows.Controls; using System.ComponentModel; using System; using System.Windows; using System.Globalization; namespace CustomControlLibrary.WpfCore { public class CustomButton : Button { public CustomButton() { // The GetIsInDesignMode check and the following design-...
29.029126
106
0.562876
92fbcbd0d2ab91a8b4f9f209ccc61eb4f26ce6f9
1,270
cs
C#
Lombiq.Hosting.Tenants.Management/Extensions/LombiqHostingTenantsManagementExtensions.cs
Lombiq/Hosting-Tenants
5a5162df0451a767303db2e6ed4321308d945257
[ "BSD-3-Clause" ]
4
2021-09-22T13:01:18.000Z
2022-03-13T09:31:51.000Z
Lombiq.Hosting.Tenants.Management/Extensions/LombiqHostingTenantsManagementExtensions.cs
Lombiq/Hosting-Tenants
5a5162df0451a767303db2e6ed4321308d945257
[ "BSD-3-Clause" ]
null
null
null
Lombiq.Hosting.Tenants.Management/Extensions/LombiqHostingTenantsManagementExtensions.cs
Lombiq/Hosting-Tenants
5a5162df0451a767303db2e6ed4321308d945257
[ "BSD-3-Clause" ]
null
null
null
using Lombiq.Hosting.Tenants.Management.Settings; using Microsoft.Extensions.DependencyInjection; using System.Linq; using static Lombiq.Hosting.Tenants.Management.Constants.FeatureNames; namespace Lombiq.Hosting.Tenants.Management.Extensions { public static class LombiqHostingTenantsManagementExtensions { ...
40.967742
125
0.614961
9a53a715d914f59f32daa81bd98223e284213fa0
102
cs
C#
src/Common/SharedKernel/Interfaces/IVerifyable.cs
sayedmhussein/ControlSystem
0209f963cc6ed8c42c70b0d29af8aa4cb72395e9
[ "MIT" ]
null
null
null
src/Common/SharedKernel/Interfaces/IVerifyable.cs
sayedmhussein/ControlSystem
0209f963cc6ed8c42c70b0d29af8aa4cb72395e9
[ "MIT" ]
2
2021-08-31T13:08:00.000Z
2021-09-07T17:17:58.000Z
src/Common/SharedKernel/Interfaces/IVerifyable.cs
sayedmhussein/WeeControl
0209f963cc6ed8c42c70b0d29af8aa4cb72395e9
[ "MIT" ]
null
null
null
namespace WeeControl.Common.SharedKernel.Interfaces { public interface IVerifyable { } }
14.571429
52
0.715686
9a85089c99b7ff5d2854838b3bd8578d2847b829
1,358
cs
C#
TwitchLeecher/TwitchLeecher.Gui/Converters/DownloadStateToColorConverter.cs
Protiguous/TwitchLeecher
5d4bb00e22013c3141b36be31832fbda75b6e547
[ "MIT" ]
null
null
null
TwitchLeecher/TwitchLeecher.Gui/Converters/DownloadStateToColorConverter.cs
Protiguous/TwitchLeecher
5d4bb00e22013c3141b36be31832fbda75b6e547
[ "MIT" ]
null
null
null
TwitchLeecher/TwitchLeecher.Gui/Converters/DownloadStateToColorConverter.cs
Protiguous/TwitchLeecher
5d4bb00e22013c3141b36be31832fbda75b6e547
[ "MIT" ]
null
null
null
using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; using TwitchLeecher.Core.Enums; namespace TwitchLeecher.Gui.Converters { public class DownloadStateToColorConverter : IValueConverter { public object Convert( object value, Type targetType, object parameter, ...
37.722222
120
0.617084
9aae848aaaab0699f3f8bd6798197a454f569796
1,499
cs
C#
Assets/BlueGOAP/Core/GOAP/Action/Action.cs
1102736067/ECS
2c5d9195b35a6cb4a3d474e594b5370679f4d473
[ "MIT" ]
14
2019-04-24T08:29:25.000Z
2021-08-25T06:28:28.000Z
Assets/BlueGOAP/Core/GOAP/Action/Action.cs
Hengle/Samurai2_BasedEntitas
2c5d9195b35a6cb4a3d474e594b5370679f4d473
[ "MIT" ]
null
null
null
Assets/BlueGOAP/Core/GOAP/Action/Action.cs
Hengle/Samurai2_BasedEntitas
2c5d9195b35a6cb4a3d474e594b5370679f4d473
[ "MIT" ]
5
2019-04-25T08:42:15.000Z
2020-01-19T06:19:45.000Z
 namespace BlueGOAP { public abstract class ActionBase<TAction, TGoal> : IAction<TAction> { public abstract TAction Label { get; } public abstract int Cost { get; } public abstract int Priority { get; } public abstract bool CanInterruptiblePlan { get; } /// <summary> ...
24.57377
71
0.517678
5da1e4ed9d60290f324a94db898da53e6602d51a
3,985
cs
C#
src/RedisBoost/RedisClient.Hashes.cs
igor-brylin/RedisBoost
5a9bcea07d67d4c2e141fa6f21f4acba5fe4d525
[ "Apache-2.0" ]
54
2015-03-30T11:27:55.000Z
2021-08-30T09:16:28.000Z
src/RedisBoost/RedisClient.Hashes.cs
igor-brylin/RedisBoost
5a9bcea07d67d4c2e141fa6f21f4acba5fe4d525
[ "Apache-2.0" ]
24
2015-05-05T17:40:49.000Z
2021-02-17T10:31:37.000Z
src/RedisBoost/RedisClient.Hashes.cs
igor-brylin/RedisBoost
5a9bcea07d67d4c2e141fa6f21f4acba5fe4d525
[ "Apache-2.0" ]
34
2015-04-08T09:01:35.000Z
2021-03-04T18:16:54.000Z
#region Apache Licence, Version 2.0 /* Copyright 2015 Andrey Bulygin. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applic...
27.673611
92
0.723714
b93d8c67b84a0e06363b24f2a0df3ea0e44976c6
310
cs
C#
BookWeb.Infrastructure/Mappings/AuditProfile.cs
seantrace/BookWeb
8556127934a26a467a2031066bc35b7a5d87b40c
[ "MIT" ]
null
null
null
BookWeb.Infrastructure/Mappings/AuditProfile.cs
seantrace/BookWeb
8556127934a26a467a2031066bc35b7a5d87b40c
[ "MIT" ]
null
null
null
BookWeb.Infrastructure/Mappings/AuditProfile.cs
seantrace/BookWeb
8556127934a26a467a2031066bc35b7a5d87b40c
[ "MIT" ]
1
2021-06-30T23:42:25.000Z
2021-06-30T23:42:25.000Z
using AutoMapper; using BookWeb.Application.Models.Audit; using BookWeb.Application.Responses.Audit; namespace BookWeb.Infrastructure.Mappings { public class AuditProfile : Profile { public AuditProfile() { CreateMap<AuditResponse, Audit>().ReverseMap(); } } }
22.142857
59
0.674194
b95d8a2d45152756b2727baa32ba4ecbf1587992
367
cs
C#
src/Albatross.Database/IGetDbConnection.cs
RushuiGuan/framework
4d0f415b236c700fe07911561ef3475738917af7
[ "MIT" ]
null
null
null
src/Albatross.Database/IGetDbConnection.cs
RushuiGuan/framework
4d0f415b236c700fe07911561ef3475738917af7
[ "MIT" ]
2
2021-09-17T16:35:11.000Z
2022-02-28T01:47:06.000Z
src/Albatross.Database/IGetDbConnection.cs
RushuiGuan/framework
4d0f415b236c700fe07911561ef3475738917af7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data; using System.Text; namespace Albatross.Database { /// <summary> /// Provided with a <see cref="Albatross.Database.Database"/> input, the interface will return a database connection object /// </summary> public interface IGetDbConnection { ...
22.9375
124
0.735695
b0c7c38879a99221e04c60187a8b082176c11bc1
3,898
cs
C#
Assets/Mirror/Tests/Editor/SyncVarAttributeHook_HostModeTest.cs
pullahs/Mirror
20aacc8fef6dde15aee48a76a93cc9faccde086e
[ "MIT" ]
36
2018-07-20T18:55:02.000Z
2018-08-28T08:34:41.000Z
Assets/Mirror/Tests/Editor/SyncVarAttributeHook_HostModeTest.cs
pullahs/Mirror
20aacc8fef6dde15aee48a76a93cc9faccde086e
[ "MIT" ]
15
2018-07-20T21:05:45.000Z
2018-08-28T03:44:18.000Z
Assets/Mirror/Tests/Editor/SyncVarAttributeHook_HostModeTest.cs
pullahs/Mirror
20aacc8fef6dde15aee48a76a93cc9faccde086e
[ "MIT" ]
9
2018-07-20T19:19:57.000Z
2018-08-27T12:53:32.000Z
using NUnit.Framework; namespace Mirror.Tests.SyncVarAttributeTests { public class SyncVarAttributeHook_HostModeTest : MirrorTest { [SetUp] public override void SetUp() { base.SetUp(); // start server & connect client because we need spawn functions ...
33.603448
80
0.572601
b0e11b806ff92bfea27deeb6f5e7a833e2497759
1,925
cs
C#
src/NJekyll/Utilities/RazorCompilerTemplateBase.cs
fernandoescolar/njekyll
a0c958115899a6ddf896d386af8e957d46d13669
[ "CC-BY-4.0", "CC0-1.0" ]
null
null
null
src/NJekyll/Utilities/RazorCompilerTemplateBase.cs
fernandoescolar/njekyll
a0c958115899a6ddf896d386af8e957d46d13669
[ "CC-BY-4.0", "CC0-1.0" ]
null
null
null
src/NJekyll/Utilities/RazorCompilerTemplateBase.cs
fernandoescolar/njekyll
a0c958115899a6ddf896d386af8e957d46d13669
[ "CC-BY-4.0", "CC0-1.0" ]
null
null
null
using RazorEngineCore; using System; namespace NJekyll.Utilities { public class RazorCompilerTemplateBase : RazorEngineTemplateBase { public string Layout { get; set; } public dynamic Site { get; set; } public Func<string, object, string> IncludeCallback { get; set; } public Fu...
25
73
0.486753
a54d83f6ed43dc4574db7518e444fbf3c524d4a4
124
cs
C#
src/BlazorDB/UpdateRecord.cs
syabiku/BlazorDB
9ebc3e7c357ffc30755db06771512d87235d8d78
[ "MIT" ]
31
2020-06-25T14:24:25.000Z
2022-03-31T18:06:12.000Z
src/BlazorDB/UpdateRecord.cs
syabiku/BlazorDB
9ebc3e7c357ffc30755db06771512d87235d8d78
[ "MIT" ]
11
2021-06-03T23:51:01.000Z
2021-12-06T20:57:29.000Z
src/BlazorDB/UpdateRecord.cs
syabiku/BlazorDB
9ebc3e7c357ffc30755db06771512d87235d8d78
[ "MIT" ]
14
2020-08-18T22:12:45.000Z
2022-03-31T18:05:57.000Z
namespace BlazorDB { public class UpdateRecord<T> : StoreRecord<T> { public object Key { get; set; } } }
17.714286
49
0.596774
94beb79f5b9c216c3f2c9d2cd3c2feff8097ee70
3,108
cs
C#
2010/SP2010.Manage.FileTypes/Features/SPManageFileTypeFeature/SPManageFileTypeFeature.EventReceiver.cs
Fabiarm/spsmfiles
8e37090828eb66e827c61cbf160a14861a9d356a
[ "MIT" ]
null
null
null
2010/SP2010.Manage.FileTypes/Features/SPManageFileTypeFeature/SPManageFileTypeFeature.EventReceiver.cs
Fabiarm/spsmfiles
8e37090828eb66e827c61cbf160a14861a9d356a
[ "MIT" ]
null
null
null
2010/SP2010.Manage.FileTypes/Features/SPManageFileTypeFeature/SPManageFileTypeFeature.EventReceiver.cs
Fabiarm/spsmfiles
8e37090828eb66e827c61cbf160a14861a9d356a
[ "MIT" ]
null
null
null
using System; using System.Runtime.InteropServices; using System.Security.Permissions; using Microsoft.SharePoint; using Microsoft.SharePoint.Security; namespace SP2010.Manage.FileTypes.Features.SPManageFileTypeFeature { /// <summary> /// This class handles events raised during feature activation, deactivation...
42
180
0.684685
390c8c3f4f09ab360c2d58737543e268c471438e
557
cs
C#
Caldast.AlgoLife.DesignPatterns/BuilderPattern/EngineerDirector.cs
caldast/algo-life
730545ea21482d7519c2b4d15a5ed2440d75a90e
[ "MIT" ]
1
2021-01-24T01:52:19.000Z
2021-01-24T01:52:19.000Z
Caldast.AlgoLife.DesignPatterns/BuilderPattern/EngineerDirector.cs
caldast/algo-life
730545ea21482d7519c2b4d15a5ed2440d75a90e
[ "MIT" ]
null
null
null
Caldast.AlgoLife.DesignPatterns/BuilderPattern/EngineerDirector.cs
caldast/algo-life
730545ea21482d7519c2b4d15a5ed2440d75a90e
[ "MIT" ]
null
null
null
namespace Caldast.AlgoLife.DesignPatterns.BuilderPattern { class EngineerDirector { private readonly IHouseBuilder _houseBuilder; public EngineerDirector(IHouseBuilder houseBuilder) { _houseBuilder = houseBuilder; } public void Construct() { ...
24.217391
59
0.59246
2032410f1686b1293a58a734f2f6902ed7e4fdd0
2,354
cs
C#
Snoop/Injector.cs
Adrien-UX/SnoopWPF
a4ca336fee2b08cb9a2349686e596e7332090813
[ "MS-PL" ]
1
2020-07-24T15:32:50.000Z
2020-07-24T15:32:50.000Z
Snoop/Injector.cs
Adrien-UX/SnoopWPF
a4ca336fee2b08cb9a2349686e596e7332090813
[ "MS-PL" ]
null
null
null
Snoop/Injector.cs
Adrien-UX/SnoopWPF
a4ca336fee2b08cb9a2349686e596e7332090813
[ "MS-PL" ]
null
null
null
// (c) Copyright Cory Plotts. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. namespace Snoop { using System.Diagnostics; using System.Reflection; using System.IO; public static c...
37.967742
156
0.548003
cacc1dace06caafc00aaf11d70ff74b665340ba2
3,435
cshtml
C#
src/Hybrid.Quartz/Dashboard/Views/Jobs/Details.cshtml
ArcherTrister/ESoftor
8826524b9f167de02e263c63ae1c846235847cf3
[ "Apache-2.0" ]
null
null
null
src/Hybrid.Quartz/Dashboard/Views/Jobs/Details.cshtml
ArcherTrister/ESoftor
8826524b9f167de02e263c63ae1c846235847cf3
[ "Apache-2.0" ]
null
null
null
src/Hybrid.Quartz/Dashboard/Views/Jobs/Details.cshtml
ArcherTrister/ESoftor
8826524b9f167de02e263c63ae1c846235847cf3
[ "Apache-2.0" ]
null
null
null
@model Hybrid.Quartz.Dashboard.Models.Dtos.JobDetailDto @{ ViewData["Title"] = L("JobDetails"); } <!-- job-details start --> <section> <h2 class="page-header">@L("JobDetails")</h2> @if (Model != null) { <div class="panel panel-info"> <div class="panel-heading heading-padding"> ...
47.054795
149
0.411063
c7b25c60b3b3583a0625f09ec5a9e2d2b1e2c3fc
2,592
cs
C#
TestDp2Library/TestRemoveConflictName.cs
DigitalPlatform/dp2
3569d87083730c27311bb04658e3bb839aaca568
[ "Apache-2.0" ]
95
2015-05-06T08:38:37.000Z
2022-03-08T03:08:17.000Z
TestDp2Library/TestRemoveConflictName.cs
DigitalPlatform/dp2
3569d87083730c27311bb04658e3bb839aaca568
[ "Apache-2.0" ]
929
2015-05-08T07:12:29.000Z
2022-03-31T08:33:38.000Z
TestDp2Library/TestRemoveConflictName.cs
DigitalPlatform/dp2
3569d87083730c27311bb04658e3bb839aaca568
[ "Apache-2.0" ]
60
2015-05-20T10:41:25.000Z
2021-08-10T03:50:32.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using DigitalPlatform.LibraryServer; using DigitalPlatform.Text; namespace TestDp2Library { public class TestRemoveConflictName { [Theory] [InlineData("", "")] ...
48
429
0.672454
150cb23f73ff251086fcdee560420cf0fead1f40
2,548
cs
C#
linq_and_collectionse_examples/linq_and_collectionse_examples/CollectionExamples.cs
XrossFox/linq_and_collections_examples_for_csharp
c58d38f4c75a077f694346640186deb38e2669bd
[ "MIT" ]
null
null
null
linq_and_collectionse_examples/linq_and_collectionse_examples/CollectionExamples.cs
XrossFox/linq_and_collections_examples_for_csharp
c58d38f4c75a077f694346640186deb38e2669bd
[ "MIT" ]
null
null
null
linq_and_collectionse_examples/linq_and_collectionse_examples/CollectionExamples.cs
XrossFox/linq_and_collections_examples_for_csharp
c58d38f4c75a077f694346640186deb38e2669bd
[ "MIT" ]
null
null
null
using System.Collections; using System.Net.Http; using System; using System.Threading.Tasks; using Newtonsoft.Json; using System.Collections.Generic; namespace linq_and_collectionse_examples { class CollectionExamples { private readonly HttpClient client = new HttpClient(); public async Task ...
34.432432
124
0.534537
2c678bf2957ffaf52416dd1b8e33a934f9fe1d54
9,353
cs
C#
modules/collect/src/test/java/com/opengamma/strata/collect/DoubleArrayMathTest.cs
ckarcz/Strata.ConvertedToCSharp
0365e76236fe0a7a99059bb8fd21955c0edda9d4
[ "Apache-2.0" ]
null
null
null
modules/collect/src/test/java/com/opengamma/strata/collect/DoubleArrayMathTest.cs
ckarcz/Strata.ConvertedToCSharp
0365e76236fe0a7a99059bb8fd21955c0edda9d4
[ "Apache-2.0" ]
null
null
null
modules/collect/src/test/java/com/opengamma/strata/collect/DoubleArrayMathTest.cs
ckarcz/Strata.ConvertedToCSharp
0365e76236fe0a7a99059bb8fd21955c0edda9d4
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ namespace com.opengamma.strata.collect { //JAVA TO C# CONVERTER TODO TASK: This Java 'import static' statement cannot be converted to C#: // import static com.opengamma.strata.collec...
38.17551
105
0.670159
27a1c22b726dc530d3247314d9700f4aa5723ec9
653
cs
C#
ObjectShop.cs
AnnaZango/Frog-Rescue
bf481b51974bd3053ddf1e839f806b93aa8756a8
[ "MIT" ]
null
null
null
ObjectShop.cs
AnnaZango/Frog-Rescue
bf481b51974bd3053ddf1e839f806b93aa8756a8
[ "MIT" ]
null
null
null
ObjectShop.cs
AnnaZango/Frog-Rescue
bf481b51974bd3053ddf1e839f806b93aa8756a8
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ObjectShop : MonoBehaviour { bool isPicked = false; [SerializeField] float costCoins = 100; private void OnTriggerEnter2D(Collider2D collision) { if (!isPicked) { float current...
24.185185
76
0.621746
53794ff1263208935a00529dd64f83fecbd3ba24
1,251
cs
C#
Blocks/Logging/Tests/Logging/TraceListeners/ExceptionThrowingMockTraceListener.cs
milestonetg/EnterpriseLibrary6
db286b922b00c6158c83a56d6a465773ec0cc7ca
[ "MS-PL" ]
null
null
null
Blocks/Logging/Tests/Logging/TraceListeners/ExceptionThrowingMockTraceListener.cs
milestonetg/EnterpriseLibrary6
db286b922b00c6158c83a56d6a465773ec0cc7ca
[ "MS-PL" ]
null
null
null
Blocks/Logging/Tests/Logging/TraceListeners/ExceptionThrowingMockTraceListener.cs
milestonetg/EnterpriseLibrary6
db286b922b00c6158c83a56d6a465773ec0cc7ca
[ "MS-PL" ]
null
null
null
//=============================================================================== // Microsoft patterns & practices Enterprise Library // Logging Application Block //=============================================================================== // Copyright © Microsoft Corporation. All rights reserved. // THIS CODE ...
35.742857
128
0.616307
dfa324af94253ef91eacbab4d9e5b01f8967384e
925
cs
C#
Assets/Scripts/World/CarContactSide.cs
ElasticSea/CitySheep
581b883e6b09850d5bd0413cfefb9ac1206b6032
[ "MIT" ]
1
2022-03-09T09:16:38.000Z
2022-03-09T09:16:38.000Z
Assets/Scripts/World/CarContactSide.cs
ElasticSea/CitySheep
581b883e6b09850d5bd0413cfefb9ac1206b6032
[ "MIT" ]
null
null
null
Assets/Scripts/World/CarContactSide.cs
ElasticSea/CitySheep
581b883e6b09850d5bd0413cfefb9ac1206b6032
[ "MIT" ]
null
null
null
using UnityEngine; namespace Assets.Scripts.World { public class CarContactSide : MonoBehaviour { [SerializeField] private DeformationType deformation; [SerializeField] private AudioSource crashSound; private void OnTriggerEnter(Collider other) { var player = other...
28.90625
131
0.572973
037127b61b5a5c3f3ffafac648ecb2aa21762018
2,128
cs
C#
JudoPayDotNet/Validation/PolymorphicValidator.cs
Judopay/DotNetSDK
c061ad3b7aa85a497c866e901a1216712c76f44e
[ "MIT" ]
3
2017-11-21T20:52:30.000Z
2021-10-12T15:55:32.000Z
JudoPayDotNet/Validation/PolymorphicValidator.cs
Judopay/DotNetSDK
c061ad3b7aa85a497c866e901a1216712c76f44e
[ "MIT" ]
9
2017-01-24T17:43:05.000Z
2022-03-14T14:07:32.000Z
JudoPayDotNet/Validation/PolymorphicValidator.cs
Judopay/DotNetSDK
c061ad3b7aa85a497c866e901a1216712c76f44e
[ "MIT" ]
5
2017-07-22T07:44:24.000Z
2022-03-03T14:51:15.000Z
using System; using System.Collections.Generic; using System.Linq; using FluentValidation; using FluentValidation.Results; using FluentValidation.Validators; namespace JudoPayDotNet.Validation { internal class PolymorphicValidator<TBaseClass> : NoopPropertyValidator where TBaseClass : class { readonly D...
33.777778
129
0.673872
35a98aae788cef4ded58bcfc266fb9ef30322b9a
537
cshtml
C#
Pages/Usuarios/Delete.cshtml
lctx/control.personal
897b8943893bab8a44839abe725b767f48791bc4
[ "Apache-2.0" ]
null
null
null
Pages/Usuarios/Delete.cshtml
lctx/control.personal
897b8943893bab8a44839abe725b767f48791bc4
[ "Apache-2.0" ]
null
null
null
Pages/Usuarios/Delete.cshtml
lctx/control.personal
897b8943893bab8a44839abe725b767f48791bc4
[ "Apache-2.0" ]
null
null
null
@page @model control.personal.Pages.Usuarios.DeleteModel <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Delete</title> </head> <body> <h3>¿Esta seguro de eliminar el usuario @Model.Nombre ?</h3> <div> <form method="post"> ...
22.375
78
0.556797
6696d84333160fe06a931affbbe0f6292c952703
1,080
cs
C#
FindLostThingsBackEnd/Controllers/Lost/CategoryController.cs
LinZong/FindLostThingsBackEnd
32e9c89cb39d1d3388dc2b0cd42b0e1c68571dba
[ "MIT" ]
1
2019-08-07T14:17:25.000Z
2019-08-07T14:17:25.000Z
FindLostThingsBackEnd/Controllers/Lost/CategoryController.cs
LinZong/FindLostThingsBackEnd
32e9c89cb39d1d3388dc2b0cd42b0e1c68571dba
[ "MIT" ]
null
null
null
FindLostThingsBackEnd/Controllers/Lost/CategoryController.cs
LinZong/FindLostThingsBackEnd
32e9c89cb39d1d3388dc2b0cd42b0e1c68571dba
[ "MIT" ]
null
null
null
using FindLostThingsBackEnd.Model.Response; using FindLostThingsBackEnd.Service.Lost; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace FindLostThingsBackEnd.Controllers.Lost { [Route("category/")] [ApiControll...
27.692308
79
0.628704
493888060da5ab3a725aa61b8a36b79f11156b95
708
cs
C#
DataBuses/Interfaces/IDataCoupler.cs
bryopsida/DataBuses
394d71e265fe6ffcf0a5fbb1e483bd367a76a9db
[ "MIT" ]
null
null
null
DataBuses/Interfaces/IDataCoupler.cs
bryopsida/DataBuses
394d71e265fe6ffcf0a5fbb1e483bd367a76a9db
[ "MIT" ]
23
2021-08-16T05:08:43.000Z
2022-03-09T05:09:59.000Z
DataBuses/Interfaces/IDataCoupler.cs
bryopsida/DataBuses
394d71e265fe6ffcf0a5fbb1e483bd367a76a9db
[ "MIT" ]
1
2020-02-20T04:35:13.000Z
2020-02-20T04:35:13.000Z
using System; using Microsoft.Extensions.Logging; using System.Threading; namespace Boyd.DataBuses.Interfaces { /// <summary> /// provides a mechanism to couple duplex data pipelines /// </summary> public interface IDataCoupler<TData> { /// <summary> /// /// </summary> ...
29.5
160
0.632768
49f969a022c74c0c471a32dcac3b08573fd5b003
1,048
cs
C#
BinaryAnalyzer/BinaryAnalyzer/Struct/ObjectNullMultiple256.cs
tylearymf/.Net_BinaryAnalyzer
f6e4bf21ef13db87b5dfcc7afd7cfb754e2e6e4a
[ "MIT" ]
2
2020-06-05T00:14:14.000Z
2021-04-04T13:14:12.000Z
BinaryAnalyzer/BinaryAnalyzer/Struct/ObjectNullMultiple256.cs
tylearymf/.Net_BinaryAnalyzer
f6e4bf21ef13db87b5dfcc7afd7cfb754e2e6e4a
[ "MIT" ]
null
null
null
BinaryAnalyzer/BinaryAnalyzer/Struct/ObjectNullMultiple256.cs
tylearymf/.Net_BinaryAnalyzer
f6e4bf21ef13db87b5dfcc7afd7cfb754e2e6e4a
[ "MIT" ]
1
2021-04-04T13:14:15.000Z
2021-04-04T13:14:15.000Z
using System; using System.Collections.Generic; using System.Text; using BinaryAnalyzer.RecordTypeHandler; using BinaryAnalyzer.Interface; namespace BinaryAnalyzer.Struct { /// <summary> /// The ObjectNullMultiple256 record provides the most compact form for multiple, consecutive Null records when the count o...
43.666667
246
0.701336
af3f8e75bdfc528536aa8cec7384670c41aab035
3,299
cs
C#
src/Abyss.Core/Parsers/DiscordNet/DiscordUserTypeParser.cs
fossabot/Abyss
87831bdfc93b4113c7bfc63ef20d5cfe8b1668dc
[ "MIT" ]
null
null
null
src/Abyss.Core/Parsers/DiscordNet/DiscordUserTypeParser.cs
fossabot/Abyss
87831bdfc93b4113c7bfc63ef20d5cfe8b1668dc
[ "MIT" ]
null
null
null
src/Abyss.Core/Parsers/DiscordNet/DiscordUserTypeParser.cs
fossabot/Abyss
87831bdfc93b4113c7bfc63ef20d5cfe8b1668dc
[ "MIT" ]
null
null
null
using Abyss.Core.Parsers; using Abyss.Core.Entities; using Abyss.Core.Extensions; using Discord; using Discord.WebSocket; using Qmmands; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; namespace Abyss.Core.Parsers.DiscordNet { internal cl...
40.231707
155
0.577448
a49f763de57873570eb00b87d54e8a04d07a9d23
239
cs
C#
SatisfactoryOverlay/Output/ObsClientErrorType.cs
mibbio/SatisfactoryOverlay
b81c70004d591e712e771bd31ee276edf1bfd888
[ "MIT" ]
2
2020-12-09T13:17:11.000Z
2020-12-21T14:24:46.000Z
SatisfactoryOverlay/Output/ObsClientErrorType.cs
mibbio/SatisfactoryOverlay
b81c70004d591e712e771bd31ee276edf1bfd888
[ "MIT" ]
3
2020-08-23T18:42:03.000Z
2020-10-09T18:49:02.000Z
SatisfactoryOverlay/Output/ObsClientErrorType.cs
mibbio/SatisfactoryOverlay
b81c70004d591e712e771bd31ee276edf1bfd888
[ "MIT" ]
null
null
null
namespace SatisfactoryOverlay { public enum ObsClientErrorType { Unknown, ConnectFailure, RequestTimeout, InvalidPassword, InvalidRequest, ElementNotFound, Filesystem } }
18.384615
34
0.606695
6ffb83de41c21f5e20898cb0ee3a3b1a0aa61ae6
7,334
cs
C#
Samples/Samples/Samples/Physics.Specialized/ConstraintVehicleSample/ConstraintVehicle/ConstraintVehicleHandler.cs
Drul1337/DigitalRune
a907452c8922a3360761e0569aa33110b0201b91
[ "CC-BY-4.0", "MS-PL" ]
234
2016-06-04T21:11:43.000Z
2022-03-09T13:02:05.000Z
Samples/Samples/Samples/Physics.Specialized/ConstraintVehicleSample/ConstraintVehicle/ConstraintVehicleHandler.cs
socky886/DigitalRune
a907452c8922a3360761e0569aa33110b0201b91
[ "CC-BY-4.0", "MS-PL" ]
10
2016-06-06T11:12:36.000Z
2021-01-05T20:48:55.000Z
Samples/Samples/Samples/Physics.Specialized/ConstraintVehicleSample/ConstraintVehicle/ConstraintVehicleHandler.cs
socky886/DigitalRune
a907452c8922a3360761e0569aa33110b0201b91
[ "CC-BY-4.0", "MS-PL" ]
98
2016-06-04T21:26:50.000Z
2022-02-23T08:10:30.000Z
// DigitalRune Engine - Copyright (C) DigitalRune GmbH // This file is subject to the terms and conditions defined in // file 'LICENSE.TXT', which is part of this source code package. using System; using System.Collections.Generic; using DigitalRune.Geometry.Collisions; using DigitalRune.Mathematics; using DigitalRun...
36.128079
139
0.668121
5ea1a6d0b52b4bbc5a9cc7d264bd4ceae215955c
4,121
cs
C#
Fiive.AuthWebApp/Helpers/SportsPlay/SportsPlayHelper.cs
Fiive-Studio/sports-play-web-auth
610a7e0b7bec738dcd2cd161ad3e3b33697f3293
[ "Apache-2.0" ]
null
null
null
Fiive.AuthWebApp/Helpers/SportsPlay/SportsPlayHelper.cs
Fiive-Studio/sports-play-web-auth
610a7e0b7bec738dcd2cd161ad3e3b33697f3293
[ "Apache-2.0" ]
null
null
null
Fiive.AuthWebApp/Helpers/SportsPlay/SportsPlayHelper.cs
Fiive-Studio/sports-play-web-auth
610a7e0b7bec738dcd2cd161ad3e3b33697f3293
[ "Apache-2.0" ]
null
null
null
using Fiive.AuthWebApp.Common; using Fiive.AuthWebApp.Entities.SportsPlay; using Fiive.AuthWebApp.Models.SportsPlay; using Microsoft.Owin.Security; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Fiive.Framework.Security; namespace Fiive.AuthWebApp.Helpers.SportsPlay { p...
38.514019
140
0.592575
5245c51cc43b232072226cdf6f89738f05b714c8
768
cs
C#
SiaNet/Model/Initializers/Constant.cs
falahati/SiaNet
4297dc66c748c1c828f3cd601c560848f1918385
[ "MIT" ]
3
2018-03-29T23:18:22.000Z
2021-01-14T16:04:29.000Z
SiaNet/Model/Initializers/Constant.cs
falahati/SiaNet
4297dc66c748c1c828f3cd601c560848f1918385
[ "MIT" ]
null
null
null
SiaNet/Model/Initializers/Constant.cs
falahati/SiaNet
4297dc66c748c1c828f3cd601c560848f1918385
[ "MIT" ]
null
null
null
using CNTK; namespace SiaNet.Model.Initializers { /// <summary> /// Initializer that generates tensors initialized to a constant value. /// </summary> /// <seealso cref="InitializerBase" /> public class Constant : InitializerBase { /// <summary> /// Initializes a new in...
27.428571
80
0.571615
a2992b4361d725705df12027295e7c6cbbc0eea4
484
cs
C#
src/i18next-net/i18next-net/InitOptions.cs
leonardobaggio/i18next-net
febc7f79fc57173e0cfe9079d1a3dad25b695e5c
[ "MIT" ]
10
2017-11-13T23:09:14.000Z
2019-10-29T14:23:26.000Z
src/i18next-net/i18next-net/InitOptions.cs
leonardobaggio/i18next-net
febc7f79fc57173e0cfe9079d1a3dad25b695e5c
[ "MIT" ]
2
2017-10-13T19:50:48.000Z
2020-05-10T13:11:02.000Z
src/i18next-net/i18next-net/InitOptions.cs
leonardobaggio/i18next-net
febc7f79fc57173e0cfe9079d1a3dad25b695e5c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace i18next_net { public class InitOptions { public string fallbackLng { get; set; } public string defaultNS { get; set; } public LocaleFileTypeEnum localeFileType ...
25.473684
62
0.665289
9b26fcc2124d63da7e0e1c64ce724266f67739b9
2,747
cs
C#
Assets/Scripts/GameScripts/LevelMod.cs
NextThursday/nextthursday
8e19af1d6b3197918d0e7ff847b649011ca8cd34
[ "MIT" ]
null
null
null
Assets/Scripts/GameScripts/LevelMod.cs
NextThursday/nextthursday
8e19af1d6b3197918d0e7ff847b649011ca8cd34
[ "MIT" ]
null
null
null
Assets/Scripts/GameScripts/LevelMod.cs
NextThursday/nextthursday
8e19af1d6b3197918d0e7ff847b649011ca8cd34
[ "MIT" ]
2
2018-04-20T06:15:04.000Z
2018-05-09T04:25:21.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LevelMod : MonoBehaviour { public MasterReferences master; bool isSpinning; float spinAngle = 0; public void RunMod() { foreach (Modifiers.Modifier mod in master.modifiers.mods) ...
22.153226
75
0.469603
9b71002feb9e467325af8fb6a973c1e99273c43c
3,236
cs
C#
Tests/Engine/DataFeeds/SubscriptionDataTests.cs
AnandVishnu/Lean
b8674731a5ff62fd8f635ad21d25bdf2a9b11849
[ "Apache-2.0" ]
2
2020-12-20T14:10:41.000Z
2022-03-07T16:28:24.000Z
Tests/Engine/DataFeeds/SubscriptionDataTests.cs
AnandVishnu/Lean
b8674731a5ff62fd8f635ad21d25bdf2a9b11849
[ "Apache-2.0" ]
null
null
null
Tests/Engine/DataFeeds/SubscriptionDataTests.cs
AnandVishnu/Lean
b8674731a5ff62fd8f635ad21d25bdf2a9b11849
[ "Apache-2.0" ]
1
2020-12-15T13:04:18.000Z
2020-12-15T13:04:18.000Z
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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...
34.795699
129
0.606613
43d0ed286ab3074d5a7206493c956b15d83a6020
2,069
cs
C#
dotnet-advent-of-code/Common/Moves.cs
AKiwiCoder/advent-of-code
ebf309f03b96cf209abe8b08f1d39b003cb6b88a
[ "MIT" ]
1
2019-11-26T13:20:23.000Z
2019-11-26T13:20:23.000Z
dotnet-advent-of-code/Common/Moves.cs
AKiwiCoder/advent-of-code
ebf309f03b96cf209abe8b08f1d39b003cb6b88a
[ "MIT" ]
1
2019-11-11T07:37:21.000Z
2019-11-11T07:37:21.000Z
dotnet-advent-of-code/Common/Moves.cs
AKiwiCoder/advent-of-code
ebf309f03b96cf209abe8b08f1d39b003cb6b88a
[ "MIT" ]
1
2019-12-03T20:59:37.000Z
2019-12-03T20:59:37.000Z
using System; namespace Common { public class Moves { public static Facing TurnLeft(Facing current) { switch (current) { case Facing.North: return Facing.West; case Facing.South: return Facing.East; ...
32.84127
113
0.478975
1e099d86982bf816bdfb70af827d0b21695a6eea
296
cs
C#
PortoGameJam2016/Assets/Scripts/ExitTopDownController.cs
NamefulTeam/PortoGameJam2016
545bebc11ac46f2b90034d71cd2ccb236ea619c3
[ "MIT" ]
null
null
null
PortoGameJam2016/Assets/Scripts/ExitTopDownController.cs
NamefulTeam/PortoGameJam2016
545bebc11ac46f2b90034d71cd2ccb236ea619c3
[ "MIT" ]
null
null
null
PortoGameJam2016/Assets/Scripts/ExitTopDownController.cs
NamefulTeam/PortoGameJam2016
545bebc11ac46f2b90034d71cd2ccb236ea619c3
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; public class ExitTopDownController : MonoBehaviour { void OnCollisionEnter(Collision collision) { var other = collision.rigidbody; gameObject.GetComponentInParent<ExitController>().HandleCollision(other.gameObject); } }
24.666667
92
0.746622
1e4129499b8b3e5dd23f1cdf124fa977248d6447
1,974
cs
C#
IoTControlKit/IoTControlKit/Services/Database/ApplicationDatabase.cs
Globalcaching/IoTControlKit
4574dae29c6f8c9c4f1df6518f2c372c5dca8d65
[ "MIT" ]
null
null
null
IoTControlKit/IoTControlKit/Services/Database/ApplicationDatabase.cs
Globalcaching/IoTControlKit
4574dae29c6f8c9c4f1df6518f2c372c5dca8d65
[ "MIT" ]
null
null
null
IoTControlKit/IoTControlKit/Services/Database/ApplicationDatabase.cs
Globalcaching/IoTControlKit
4574dae29c6f8c9c4f1df6518f2c372c5dca8d65
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Threading.Tasks; namespace IoTControlKit.Services.Database { public class ApplicationDatabase : NPoco.Database { private BaseDatabaseService _service; public ApplicationDatabase(BaseDatab...
37.245283
142
0.6692
3ef7bfcbf879a8b067af060691e19d999ab10835
2,436
cs
C#
ThumbService/ThumbService/lib/MindTouch_Core_10.0.1_Source/src/tools/mindtouch.deki.acconverter/ACConverter.Comments.cs
ChrisHagan/metl2011
4bcc12e74b1f9f9bae6b339491f9ccb3c0a5386a
[ "Apache-2.0" ]
1
2015-11-25T23:59:20.000Z
2015-11-25T23:59:20.000Z
ThumbService/ThumbService/lib/MindTouch_Core_10.0.1_Source/src/tools/mindtouch.deki.acconverter/ACConverter.Comments.cs
ChrisHagan/metl2011
4bcc12e74b1f9f9bae6b339491f9ccb3c0a5386a
[ "Apache-2.0" ]
null
null
null
ThumbService/ThumbService/lib/MindTouch_Core_10.0.1_Source/src/tools/mindtouch.deki.acconverter/ACConverter.Comments.cs
ChrisHagan/metl2011
4bcc12e74b1f9f9bae6b339491f9ccb3c0a5386a
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using log4net; using MindTouch.Xml; using MindTouch.Dream; using MindTouch.Tools.ConfluenceConverter.Confluence; using System.IO; using System.Runtime.Serialization.Formatters.Binary; namespace MindTouch.Tools.ConfluenceConverter { pub...
45.111111
155
0.629721
38a2704cd6c7115821ed18d5c21bdca405f7d88d
153
cs
C#
src/RememBeer.Business/Logic/Common/EventArgs/Contracts/IIdentifiableEventArgs.cs
J0hnyBG/RememBeerMe
1b82c0a567e44da5d9d64f7e7fdf627e00571e58
[ "MIT" ]
null
null
null
src/RememBeer.Business/Logic/Common/EventArgs/Contracts/IIdentifiableEventArgs.cs
J0hnyBG/RememBeerMe
1b82c0a567e44da5d9d64f7e7fdf627e00571e58
[ "MIT" ]
null
null
null
src/RememBeer.Business/Logic/Common/EventArgs/Contracts/IIdentifiableEventArgs.cs
J0hnyBG/RememBeerMe
1b82c0a567e44da5d9d64f7e7fdf627e00571e58
[ "MIT" ]
null
null
null
namespace RememBeer.Business.Logic.Common.EventArgs.Contracts { public interface IIdentifiableEventArgs<T> { T Id { get; set; } } }
19.125
62
0.666667
ac3ae1e345563309188fd4a60f002bad0e076779
742
cs
C#
ArcanaErp.Core/Models/Erp/PricingPlanAssignment.cs
TheWizardAndTheWyrd/ArcanaERP
7a1740b7dc91f27fa3971059d0883f76a19949a9
[ "PostgreSQL" ]
null
null
null
ArcanaErp.Core/Models/Erp/PricingPlanAssignment.cs
TheWizardAndTheWyrd/ArcanaERP
7a1740b7dc91f27fa3971059d0883f76a19949a9
[ "PostgreSQL" ]
null
null
null
ArcanaErp.Core/Models/Erp/PricingPlanAssignment.cs
TheWizardAndTheWyrd/ArcanaERP
7a1740b7dc91f27fa3971059d0883f76a19949a9
[ "PostgreSQL" ]
null
null
null
namespace ArcanaErp.Core.Models.Erp { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Spatial; using Lambda; [Table("PricingPlanAssignment")] public partial class Pr...
25.586207
73
0.660377
e2a80285dd576337b27cd5eeaed8147754232301
1,173
cshtml
C#
Deployment/WebApplicationAzureDeployment/csx/Dev/roles/WebApplication/approot/Views/Shared/Footer.cshtml
CDLUC3/dataup2
75c1fa198a7f4398428116c6ad9ac7d24aa51a13
[ "MIT" ]
2
2016-05-04T13:51:50.000Z
2019-01-18T01:59:54.000Z
User Interface/WebApplication/Views/Shared/Footer.cshtml
CDLUC3/dataup2
75c1fa198a7f4398428116c6ad9ac7d24aa51a13
[ "MIT" ]
null
null
null
User Interface/WebApplication/Views/Shared/Footer.cshtml
CDLUC3/dataup2
75c1fa198a7f4398428116c6ad9ac7d24aa51a13
[ "MIT" ]
null
null
null
<footer> <div class="footerContainer"> <nav class="footer-links"> <ul> <li><a href="http://research.microsoft.com/c/1063" title="Privacy Statement" role="link" target="_blank">Privacy Statement</a></li> <li><a href="http://research.microsoft.com/c/1061" titl...
55.857143
148
0.544757
3e2a5d5715a073c6b31d8e6810522ecf285d2245
6,073
cs
C#
Assets/Plugins/Editor/Uplift/Testing/Integration/PackageNuking.cs
DragonBox/uplift
1ff3ae242614ac083ce72df823f215dcec1b1f58
[ "MIT" ]
8
2018-01-03T11:22:22.000Z
2021-04-21T09:47:20.000Z
Assets/Plugins/Editor/Uplift/Testing/Integration/PackageNuking.cs
DragonBox/uplift
1ff3ae242614ac083ce72df823f215dcec1b1f58
[ "MIT" ]
40
2017-11-07T07:33:40.000Z
2021-11-24T12:04:11.000Z
Assets/Plugins/Editor/Uplift/Testing/Integration/PackageNuking.cs
DragonBox/uplift
1ff3ae242614ac083ce72df823f215dcec1b1f58
[ "MIT" ]
9
2017-11-06T17:05:37.000Z
2019-05-10T12:27:51.000Z
// --- BEGIN LICENSE BLOCK --- /* * Copyright (c) 2017-present WeWantToKnow AS * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rig...
28.919048
160
0.708546
ae3abc62f855926cb8b197307aade0758112a753
203
cs
C#
Tron/Tron/Tron/MoveDirection.cs
hetkpatel/Video-Game-Design
86086114a8ef0f206ef0e473e1212949885c9121
[ "Unlicense" ]
null
null
null
Tron/Tron/Tron/MoveDirection.cs
hetkpatel/Video-Game-Design
86086114a8ef0f206ef0e473e1212949885c9121
[ "Unlicense" ]
null
null
null
Tron/Tron/Tron/MoveDirection.cs
hetkpatel/Video-Game-Design
86086114a8ef0f206ef0e473e1212949885c9121
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Tron { public enum MoveDirection { UP, DOWN, LEFT, RIGHT } }
12.6875
33
0.596059
8c9e9513e707adce7c9cec932f0687ed165b87bc
898
cs
C#
Source/JR.FinancialManager.Core/Models/Dto/ListRequestDto.cs
bgaprogrammer/zemogacodetest
6798cc0774fe94a4a7ea998a4a14b1a088c1637d
[ "Apache-2.0" ]
null
null
null
Source/JR.FinancialManager.Core/Models/Dto/ListRequestDto.cs
bgaprogrammer/zemogacodetest
6798cc0774fe94a4a7ea998a4a14b1a088c1637d
[ "Apache-2.0" ]
null
null
null
Source/JR.FinancialManager.Core/Models/Dto/ListRequestDto.cs
bgaprogrammer/zemogacodetest
6798cc0774fe94a4a7ea998a4a14b1a088c1637d
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace JR.FinancialManager.Core.Models.Dto { public class ListRequestDto { public int take { get; set; } public int skip { get; set; } public int page { get; set; } public int pageSize { get; set; } p...
24.944444
52
0.584633
9ccdc38711dd0e688f753714b192e2704158e190
1,188
cs
C#
Assets/Scripts/VRMModel/LoadVRMMeta.cs
MeBuDA/VRMSelfieApp
928a58bf45b762e63d14ad9e91903b0b8c476458
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/VRMModel/LoadVRMMeta.cs
MeBuDA/VRMSelfieApp
928a58bf45b762e63d14ad9e91903b0b8c476458
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/VRMModel/LoadVRMMeta.cs
MeBuDA/VRMSelfieApp
928a58bf45b762e63d14ad9e91903b0b8c476458
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; using UnityEngine.UI; using VRM.QuickMetaLoader; public class LoadVRMMeta : MonoBehaviour { [SerializeField] private RectTransform _cardPrefab; void Start() { var vrms = Directory.GetFiles(Application....
30.461538
144
0.625421
4f04dd01f67ee9dc59ba577cfefb9e7fb4dc2907
2,022
cs
C#
DCP_22.cs
gitcseme/DevSkill-Solutions
4ac7bb40d3acee4bdfc7baa2b04421d18775e085
[ "MIT" ]
null
null
null
DCP_22.cs
gitcseme/DevSkill-Solutions
4ac7bb40d3acee4bdfc7baa2b04421d18775e085
[ "MIT" ]
1
2019-02-26T16:23:32.000Z
2019-02-26T16:23:32.000Z
DCP_22.cs
gitcseme/Dev-Skill
4ac7bb40d3acee4bdfc7baa2b04421d18775e085
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DevSkill_Problems { class CDP_22 { static void Main() { char[] x = new char[50]; x[0] = '0'; x[1] = '1'; x[2] = '2'; ...
23.788235
59
0.273492
fb3ddb6db93384a6a6915b97edefbe6716a55a7d
4,455
cs
C#
Blackfeather-40/Security/Cryptography/Hash.cs
TimothyMeadows/blackfeather
307918b4e6009a31d1191386b1551e4a5f641717
[ "MIT" ]
1
2015-07-27T02:21:31.000Z
2015-07-27T02:21:31.000Z
Blackfeather-45/Security/Cryptography/Hash.cs
TimothyMeadows/blackfeather
307918b4e6009a31d1191386b1551e4a5f641717
[ "MIT" ]
1
2015-07-27T01:22:53.000Z
2015-12-01T06:33:34.000Z
Blackfeather-45/Security/Cryptography/Hash.cs
TimothyMeadows/blackfeather
307918b4e6009a31d1191386b1551e4a5f641717
[ "MIT" ]
null
null
null
/* The MIT License (MIT) Copyright (c) 2013 - 2014 Timothy D Meadows II Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights ...
40.87156
131
0.621549
d096854c07f9e181c4d46373304e605f53cd9465
750
cs
C#
OWArcadeToday.Core/Models/ArcadeDailyData.cs
RomanGL/OWArcadeToday-UWP
40b1d6c699b0a25845c6439e3f9a9ae0c5bdf915
[ "MIT" ]
3
2019-03-03T20:04:07.000Z
2019-05-27T21:13:02.000Z
OWArcadeToday.Core/Models/ArcadeDailyData.cs
RomanGL/OWArcadeToday-UWP
40b1d6c699b0a25845c6439e3f9a9ae0c5bdf915
[ "MIT" ]
1
2019-04-14T01:16:56.000Z
2019-04-15T00:11:24.000Z
OWArcadeToday.Core/Models/ArcadeDailyData.cs
RomanGL/OWArcadeToday-UWP
40b1d6c699b0a25845c6439e3f9a9ae0c5bdf915
[ "MIT" ]
null
null
null
using Newtonsoft.Json; using System; namespace OWArcadeToday.Core.Models { /// <summary> /// Represents an Overwatch Arcade daily data. /// </summary> public sealed class ArcadeDailyData { /// <summary> /// Gets or sets the today modes data. /// </summary> [JsonProp...
25.862069
55
0.554667
6044cef0d395a2344dd5b7609d5eb4ef57af1314
6,427
cs
C#
TestClassLibrary/Items.cs
mousetail/MousetailsAdventure
b7e0a2d8463dc990d2aa211f1dd30208bb7a336a
[ "MIT" ]
1
2015-10-08T12:13:42.000Z
2015-10-08T12:13:42.000Z
TestClassLibrary/Items.cs
mousetail/MousetailsAdventure
b7e0a2d8463dc990d2aa211f1dd30208bb7a336a
[ "MIT" ]
null
null
null
TestClassLibrary/Items.cs
mousetail/MousetailsAdventure
b7e0a2d8463dc990d2aa211f1dd30208bb7a336a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespace MousetailsAdventureLib { public interface IContainer: Anything, IEnumerable<Anything>{ void Add(Anything item); void Remove(Anything item); ...
24.071161
116
0.495254
c8b59a7f175bb7f3aac9c775b7841c96193515f2
468
cs
C#
Source/MetaPrograms/Fluent/ObjectInitializerContext.cs
felix-b/NWheels.CodeGeneration
689573dd19856c15336cab04e07f9d9308d87730
[ "MIT" ]
3
2019-01-22T14:54:18.000Z
2021-11-15T10:43:51.000Z
Source/MetaPrograms/Fluent/ObjectInitializerContext.cs
felix-b/NWheels.CodeGeneration
689573dd19856c15336cab04e07f9d9308d87730
[ "MIT" ]
4
2018-10-18T18:20:42.000Z
2019-04-21T04:44:06.000Z
Source/MetaPrograms/Fluent/ObjectInitializerContext.cs
felix-b/MetaPrograms
103d5401693f299860e6dcc173ae4cd718316d24
[ "MIT" ]
1
2018-10-14T15:45:08.000Z
2018-10-14T15:45:08.000Z
using System; using System.Collections.Generic; using System.Text; using MetaPrograms.Expressions; using MetaPrograms.Members; namespace MetaPrograms.Fluent { public class ObjectInitializerContext { public void Add(string name, AbstractExpression value) { PropertyValues.Add(new Nam...
24.631579
97
0.709402
7418c6cdb9154c26f05477e7f8f5eeb67c63b33d
1,898
cs
C#
src/library/coin/types/transactionType.cs
Lkskwlkr1/ccxt.net
9f9f7fe337f86cfeb1486272a0151ce3045a743f
[ "MIT" ]
null
null
null
src/library/coin/types/transactionType.cs
Lkskwlkr1/ccxt.net
9f9f7fe337f86cfeb1486272a0151ce3045a743f
[ "MIT" ]
null
null
null
src/library/coin/types/transactionType.cs
Lkskwlkr1/ccxt.net
9f9f7fe337f86cfeb1486272a0151ce3045a743f
[ "MIT" ]
null
null
null
using System; namespace CCXT.NET.Coin.Types { /// <summary> /// /// </summary> public enum TransactionType : int { /// <summary> /// /// </summary> Unknown = 0, /// <summary> /// /// </summary> Withdraw = 10, /// <summary> ...
22.069767
79
0.407798
743b14607aaa9327e32566a890491a00b89ab919
10,233
cs
C#
OrchestrionPlugin/BGMControl.cs
Eternita-S/OrchestrionPlugin
64df6bda0a6d3d66fe8c57af6e7e93d55f8b30b5
[ "MIT" ]
1
2021-06-06T18:23:42.000Z
2021-06-06T18:23:42.000Z
OrchestrionPlugin/BGMControl.cs
Eternita-S/OrchestrionPlugin
64df6bda0a6d3d66fe8c57af6e7e93d55f8b30b5
[ "MIT" ]
null
null
null
OrchestrionPlugin/BGMControl.cs
Eternita-S/OrchestrionPlugin
64df6bda0a6d3d66fe8c57af6e7e93d55f8b30b5
[ "MIT" ]
null
null
null
using Dalamud.Plugin; using System; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace OrchestrionPlugin { [StructLayout(LayoutKind.Sequential)] unsafe struct BGMPlayback { public int priorityIndex; public int unk1; // often has a value,...
42.111111
175
0.523893
d57870edcabfaf481417a8d8c8fbcf2edabe62dd
6,830
cs
C#
Crash/Formats/Crash Formats/GOOL/GOOLEntry.cs
Aedhen/CrashEdit
c9b35422aae40cbf7405efd06edffa1c289fd1ab
[ "MIT", "BSD-3-Clause" ]
14
2020-10-23T19:55:47.000Z
2022-01-27T10:15:42.000Z
Crash/Formats/Crash Formats/GOOL/GOOLEntry.cs
Aedhen/CrashEdit
c9b35422aae40cbf7405efd06edffa1c289fd1ab
[ "MIT", "BSD-3-Clause" ]
null
null
null
Crash/Formats/Crash Formats/GOOL/GOOLEntry.cs
Aedhen/CrashEdit
c9b35422aae40cbf7405efd06edffa1c289fd1ab
[ "MIT", "BSD-3-Clause" ]
3
2020-11-12T08:24:36.000Z
2021-11-11T01:23:35.000Z
using System; using System.Collections.Generic; using System.Reflection; namespace Crash { public sealed class GOOLEntry : Entry { internal static Dictionary<GOOLVersion,Dictionary<int,Type>> opsets; static GOOLEntry() { var assembly_types = Assembly.GetExecutingAssembly()....
37.734807
199
0.47672
e8746e8bbd96b849a38a13927e24a488022bd18c
946
cs
C#
WindowsStore/Service/FileOpenPickerService.cs
eggapauli/MyDocs
7e64684e03fd0ad7b00223b440983a4b70a9ee30
[ "MIT" ]
null
null
null
WindowsStore/Service/FileOpenPickerService.cs
eggapauli/MyDocs
7e64684e03fd0ad7b00223b440983a4b70a9ee30
[ "MIT" ]
6
2015-06-05T20:57:52.000Z
2015-07-12T17:47:40.000Z
WindowsStore/Service/FileOpenPickerService.cs
eggapauli/MyDocs
7e64684e03fd0ad7b00223b440983a4b70a9ee30
[ "MIT" ]
null
null
null
using MyDocs.Common.Contract.Service; using System; using System.Collections.Generic; using System.Threading.Tasks; using Windows.Storage; using Windows.Storage.Pickers; namespace MyDocs.WindowsStore.Service { public class FileOpenPickerService : IFileOpenPickerService { public async Task<I...
32.62069
83
0.658562
e890441dab8ade01f13572cbb4ba3b68533a0be8
578
cs
C#
KBL.Framework/KBL.Framework.BAL.Base/Entities/EntityHistoryDto.cs
kubalunacek/KBL.Framework
1062c67b4152b7bc0f0fc69d36bd2658bb4aa55c
[ "MIT" ]
1
2018-01-08T09:32:11.000Z
2018-01-08T09:32:11.000Z
KBL.Framework/KBL.Framework.BAL.Base/Entities/EntityHistoryDto.cs
kubalunacek/KBL.Framework
1062c67b4152b7bc0f0fc69d36bd2658bb4aa55c
[ "MIT" ]
null
null
null
KBL.Framework/KBL.Framework.BAL.Base/Entities/EntityHistoryDto.cs
kubalunacek/KBL.Framework
1062c67b4152b7bc0f0fc69d36bd2658bb4aa55c
[ "MIT" ]
null
null
null
using KBL.Framework.BAL.Interfaces.Entities; using KBL.Framework.DAL.Interfaces.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KBL.Framework.BAL.Base.Entities { public class EntityHistoryDto<T> where T : IEntity { ...
28.9
79
0.702422
e00265152d7d45374a73d5de222540158e04410b
7,480
cs
C#
Regul.S3PI/Resources/CatalogResource/TerrainPaintBrushCatalogResource.cs
Onebeld/Regul.S3PI
96a781ca56e8facd58415e3aa79e3f2a6bbe7d18
[ "MIT" ]
null
null
null
Regul.S3PI/Resources/CatalogResource/TerrainPaintBrushCatalogResource.cs
Onebeld/Regul.S3PI
96a781ca56e8facd58415e3aa79e3f2a6bbe7d18
[ "MIT" ]
null
null
null
Regul.S3PI/Resources/CatalogResource/TerrainPaintBrushCatalogResource.cs
Onebeld/Regul.S3PI
96a781ca56e8facd58415e3aa79e3f2a6bbe7d18
[ "MIT" ]
null
null
null
/*************************************************************************** * Copyright (C) 2010 by Peter L Jones * * pljones@users.sf.net * * * * This fi...
40.432432
290
0.524866
31363e5705d7eb0aed895e76b18b0d4771694311
7,816
cs
C#
OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
Ideia-Boa/diva-distribution
900ea516c1e57e2976a008ca6089afe1a64231f5
[ "BSD-3-Clause" ]
4
2015-04-21T01:35:32.000Z
2022-03-08T14:09:45.000Z
OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
UbitUmarov/Ubit-opensim
8b7a3276c1033654679eeda4212808eb30b59773
[ "BSD-3-Clause" ]
1
2017-06-17T14:14:21.000Z
2017-06-17T14:14:21.000Z
OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
UbitUmarov/Ubit-opensim
8b7a3276c1033654679eeda4212808eb30b59773
[ "BSD-3-Clause" ]
5
2015-02-27T02:07:26.000Z
2019-12-13T12:31:58.000Z
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
35.207207
111
0.565763
453ed9292ce0e9893bfe1974d7af2465ca124566
815
cs
C#
Core/Shared/Shared/NetMessages/OtherMessages/DbUser.cs
lukx1/Backupper
613f49baa25fb7e3b3aed5ceee7efee7ead84019
[ "Apache-2.0" ]
2
2018-02-09T12:29:33.000Z
2021-02-22T20:27:38.000Z
Core/Shared/Shared/NetMessages/OtherMessages/DbUser.cs
lukx1/Backupper
613f49baa25fb7e3b3aed5ceee7efee7ead84019
[ "Apache-2.0" ]
35
2018-02-27T09:41:42.000Z
2018-06-05T18:44:48.000Z
Core/Shared/Shared/NetMessages/OtherMessages/DbUser.cs
lukx1/Backupper
613f49baa25fb7e3b3aed5ceee7efee7ead84019
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Shared.NetMessages { /// <summary> /// Pro vytváření, upravování a odstraňování userů /// </summary> /// Vytváření: /// Nickname /// FullName ...
22.027027
56
0.48589
6262e3a9f895c49ee542f670ded511fdade939fa
8,654
cs
C#
Priceall/Hotkey/Hook/LowLevelHotkeyManager.cs
xyx0826/Priceall
6dbf9030655d3de4b52c1d280af549acfa5898af
[ "MIT" ]
16
2018-09-12T11:57:36.000Z
2021-11-06T15:48:59.000Z
Priceall/Hotkey/Hook/LowLevelHotkeyManager.cs
xyx0826/Priceall
6dbf9030655d3de4b52c1d280af549acfa5898af
[ "MIT" ]
7
2018-09-13T02:54:12.000Z
2021-09-22T23:07:45.000Z
Priceall/Hotkey/Hook/LowLevelHotkeyManager.cs
xyx0826/Priceall
6dbf9030655d3de4b52c1d280af549acfa5898af
[ "MIT" ]
6
2018-09-12T21:00:53.000Z
2021-08-12T03:57:04.000Z
using Priceall.Services; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Input; namespace Priceall.Hotkey.Hook { /// <summary> /// A manager for low-level hotkeys. ...
34.205534
119
0.499538
7aa9d198142f22637bca9976d6dcef77a11fd32f
5,603
cs
C#
DevitoWebsite/Data/Migrations/20200514122610_AddCartAndCartItemTables.cs
stefanzivaljevic/DevitoWebsite
3924a0b981fb063c5b5233a4ecc17a0c348363c9
[ "MIT" ]
null
null
null
DevitoWebsite/Data/Migrations/20200514122610_AddCartAndCartItemTables.cs
stefanzivaljevic/DevitoWebsite
3924a0b981fb063c5b5233a4ecc17a0c348363c9
[ "MIT" ]
null
null
null
DevitoWebsite/Data/Migrations/20200514122610_AddCartAndCartItemTables.cs
stefanzivaljevic/DevitoWebsite
3924a0b981fb063c5b5233a4ecc17a0c348363c9
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore.Migrations; namespace DevitoWebsite.Data.Migrations { public partial class AddCartAndCartItemTables : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "Size", ...
34.801242
71
0.445119
8517b1c61543d87567471160cafd97d7e2eeff8a
284
cs
C#
02. ASP.NET Core In Action/Chapter19/E_LamarExample/LamarExample/Services/PurchasingService.cs
pirocorp/ASP.NET-Core-Playground
cb490a1f51dc5543a239acf436d27e00856d5711
[ "MIT" ]
null
null
null
02. ASP.NET Core In Action/Chapter19/E_LamarExample/LamarExample/Services/PurchasingService.cs
pirocorp/ASP.NET-Core-Playground
cb490a1f51dc5543a239acf436d27e00856d5711
[ "MIT" ]
null
null
null
02. ASP.NET Core In Action/Chapter19/E_LamarExample/LamarExample/Services/PurchasingService.cs
pirocorp/ASP.NET-Core-Playground
cb490a1f51dc5543a239acf436d27e00856d5711
[ "MIT" ]
null
null
null
namespace LamarExample { public class PurchasingService : IPurchasingService { private readonly IValidator<UserModel> _validator; public PurchasingService(IValidator<UserModel> validator) { this._validator = validator; } } }
21.846154
65
0.651408
ce92506e3299a6267f142323c68b4a37739b4248
6,516
cs
C#
sdk/src/Services/Pinpoint/Generated/Model/CustomMessageActivity.cs
philasmar/aws-sdk-net
64a49f18246bf903fdd1f01c5b5af36ab0fd6f94
[ "Apache-2.0" ]
1
2021-09-17T15:33:32.000Z
2021-09-17T15:33:32.000Z
sdk/src/Services/Pinpoint/Generated/Model/CustomMessageActivity.cs
philasmar/aws-sdk-net
64a49f18246bf903fdd1f01c5b5af36ab0fd6f94
[ "Apache-2.0" ]
null
null
null
sdk/src/Services/Pinpoint/Generated/Model/CustomMessageActivity.cs
philasmar/aws-sdk-net
64a49f18246bf903fdd1f01c5b5af36ab0fd6f94
[ "Apache-2.0" ]
1
2022-01-22T02:39:11.000Z
2022-01-22T02:39:11.000Z
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "li...
36
107
0.57919
bb9077bb24eee00772a68fac718a905264f2c7ce
1,531
cs
C#
src/CoreSharp.Http.FluentApi/Concrete/Route.cs
efthymios-ks/CoreSharp.Http.FluentApi
bccb139aad4aec60f0c1ce6e0d1c96aa03ecfa0e
[ "MIT" ]
null
null
null
src/CoreSharp.Http.FluentApi/Concrete/Route.cs
efthymios-ks/CoreSharp.Http.FluentApi
bccb139aad4aec60f0c1ce6e0d1c96aa03ecfa0e
[ "MIT" ]
null
null
null
src/CoreSharp.Http.FluentApi/Concrete/Route.cs
efthymios-ks/CoreSharp.Http.FluentApi
bccb139aad4aec60f0c1ce6e0d1c96aa03ecfa0e
[ "MIT" ]
null
null
null
using CoreSharp.Http.FluentApi.Contracts; using System; using System.Net.Http; namespace CoreSharp.Http.FluentApi.Concrete { /// <inheritdoc cref="IRoute"/> internal class Route : IRoute { //Constructors public Route(IRequest request, string resourceName) { _ = reques...
27.339286
76
0.591117
a8347e62929a3524b1eada3f83a6eea040cd07ee
398
cs
C#
Assets/Scripts/PlayerHealth.cs
mustafakbaser/SAITA-Unity-Project-
0093fb5f8ad314fd5e99705c7f3b734fbadb45a6
[ "MIT" ]
3
2021-01-23T16:01:15.000Z
2021-11-14T21:26:40.000Z
Assets/Scripts/PlayerHealth.cs
mustafakbaser/SAITA-Unity-Project
0093fb5f8ad314fd5e99705c7f3b734fbadb45a6
[ "MIT" ]
null
null
null
Assets/Scripts/PlayerHealth.cs
mustafakbaser/SAITA-Unity-Project
0093fb5f8ad314fd5e99705c7f3b734fbadb45a6
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class PlayerHealth : MonoBehaviour { public float Health; public Slider healthSlider; // Update is called once per frame void Update() { healthSlider.value = Health; } publ...
17.304348
41
0.660804
a8b2ef0bd2d0ccb55b93a57c7a221d4af9c0ee46
698
cs
C#
src/modules/fancyzones/editor/FancyZonesEditor/SplitEventArgs.cs
vijayraavi/PowerToys
f6047b87338b223f9678057271cd6bbb54c98c7b
[ "MIT" ]
8
2020-02-24T13:13:08.000Z
2022-03-27T22:37:26.000Z
src/modules/fancyzones/editor/FancyZonesEditor/SplitEventArgs.cs
zvictorb/PowerToys
87fb6fc3d1f5073729717a6b16b6f12b79cea280
[ "MIT" ]
4
2020-01-22T06:52:40.000Z
2020-02-06T16:47:30.000Z
src/modules/fancyzones/editor/FancyZonesEditor/SplitEventArgs.cs
zvictorb/PowerToys
87fb6fc3d1f5073729717a6b16b6f12b79cea280
[ "MIT" ]
1
2021-06-27T05:12:50.000Z
2021-06-27T05:12:50.000Z
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Windows.Controls; namespace FancyZonesEditor { public class SplitEventArgs : EventArgs { pu...
24.068966
79
0.664756
10013b514244fc8137a2c12c59a9db354c24d53a
18,545
cs
C#
src/Microsoft.Health.Fhir.Core.UnitTests/Features/Operations/Import/ImportProcessingTaskTests.cs
brianpos/fhir-server
f2389fcb86a2d0a18899eb3abca342a13faeca6d
[ "MIT" ]
677
2019-05-08T21:23:49.000Z
2022-03-31T19:23:17.000Z
src/Microsoft.Health.Fhir.Core.UnitTests/Features/Operations/Import/ImportProcessingTaskTests.cs
brianpos/fhir-server
f2389fcb86a2d0a18899eb3abca342a13faeca6d
[ "MIT" ]
1,382
2019-05-07T02:19:36.000Z
2022-03-31T16:27:36.000Z
src/Microsoft.Health.Fhir.Core.UnitTests/Features/Operations/Import/ImportProcessingTaskTests.cs
brianpos/fhir-server
f2389fcb86a2d0a18899eb3abca342a13faeca6d
[ "MIT" ]
342
2019-05-12T18:41:19.000Z
2022-03-31T09:15:37.000Z
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
49.321809
148
0.565274
5c210361b1fad2701d7a4ca69e8628e547822aa8
3,192
cs
C#
src/Kephas.Extensions.Logging/ExtensionsLogManager.cs
snakefoot/kephas
7c52de21c07426cb043605b09a272bb905a604f5
[ "MIT" ]
19
2018-12-24T05:12:26.000Z
2022-02-18T19:58:06.000Z
src/Kephas.Extensions.Logging/ExtensionsLogManager.cs
snakefoot/kephas
7c52de21c07426cb043605b09a272bb905a604f5
[ "MIT" ]
9
2018-11-24T14:50:00.000Z
2022-03-02T13:07:17.000Z
src/Kephas.Extensions.Logging/ExtensionsLogManager.cs
snakefoot/kephas
7c52de21c07426cb043605b09a272bb905a604f5
[ "MIT" ]
1
2020-11-16T18:18:42.000Z
2020-11-16T18:18:42.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ExtensionsLogManager.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
36.689655
120
0.567669
82c60164751ab2b4ba588d3698855a08b60957c6
3,707
cs
C#
Src/ViaCEP/ViaCEPClient.cs
rodrigoratan/ViaCEP
3ff40a2dfb9ff8861b4299bafaea982489fbfbb8
[ "MIT" ]
21
2019-06-18T02:24:42.000Z
2022-01-07T18:17:24.000Z
Src/ViaCEP/ViaCEPClient.cs
rodrigoratan/ViaCEP
3ff40a2dfb9ff8861b4299bafaea982489fbfbb8
[ "MIT" ]
17
2019-02-15T12:09:28.000Z
2021-06-21T22:27:23.000Z
Src/ViaCEP/ViaCEPClient.cs
rodrigoratan/ViaCEP
3ff40a2dfb9ff8861b4299bafaea982489fbfbb8
[ "MIT" ]
4
2019-11-25T17:59:16.000Z
2021-06-21T20:51:13.000Z
namespace ViaCep { using System; using System.Collections.Generic; using System.Net.Http; using System.Threading; using System.Threading.Tasks; /// <summary> /// The Via CEP client class. /// </summary> public class ViaCepClient : IViaCepClient { #region Pr...
34.971698
142
0.573779
f69585d12f24c8b5bb8dc603bb48455a229f5d9c
805
cs
C#
BarLight.cs
dependd/2018_GameShow
2b413f091953a6acdab7c884ee86c3a795da874c
[ "MIT" ]
null
null
null
BarLight.cs
dependd/2018_GameShow
2b413f091953a6acdab7c884ee86c3a795da874c
[ "MIT" ]
null
null
null
BarLight.cs
dependd/2018_GameShow
2b413f091953a6acdab7c884ee86c3a795da874c
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class BarLight : MonoBehaviour { [SerializeField] Sprite lightImages; [SerializeField] Sprite NoteImage; Image image; // Use this for initialization void Start () {...
20.641026
56
0.575155
b60e236b99b6db383f89762e6e5245a637ad3f8d
2,221
cs
C#
samples/SpeechRecognitionServiceExample/Models/Wildcard.cs
Mark-Phillipson/WPFEmergencySpeechApplication
d3b3e57a6085907e0217053a2eb8249064fcbbb2
[ "MIT" ]
1
2018-04-25T16:08:34.000Z
2018-04-25T16:08:34.000Z
samples/SpeechRecognitionServiceExample/Models/Wildcard.cs
Mark-Phillipson/WPFEmergencySpeechApplication
d3b3e57a6085907e0217053a2eb8249064fcbbb2
[ "MIT" ]
null
null
null
samples/SpeechRecognitionServiceExample/Models/Wildcard.cs
Mark-Phillipson/WPFEmergencySpeechApplication
d3b3e57a6085907e0217053a2eb8249064fcbbb2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Speech.Recognition; namespace SpeechToTextWPFSample.Models { public class Wildcard { public Grammar CreatePasswordGrammar() { GrammarBuilder wildcardBu...
29.613333
85
0.579919
b6299aa3b5620d0be9aba6201a877db385876dca
2,600
cs
C#
EDEngineer.Models/Utils/Collections/SortedObservableCollection.cs
nepomuk16321/EDEngineer
21cd847df05b046fa7d93fed13c29fc984fee34b
[ "MIT" ]
null
null
null
EDEngineer.Models/Utils/Collections/SortedObservableCollection.cs
nepomuk16321/EDEngineer
21cd847df05b046fa7d93fed13c29fc984fee34b
[ "MIT" ]
null
null
null
EDEngineer.Models/Utils/Collections/SortedObservableCollection.cs
nepomuk16321/EDEngineer
21cd847df05b046fa7d93fed13c29fc984fee34b
[ "MIT" ]
1
2021-07-03T23:47:38.000Z
2021-07-03T23:47:38.000Z
using System; using System.Collections.ObjectModel; using System.Linq; namespace EDEngineer.Models.Utils.Collections { public class SortedObservableCollection<T> : ObservableCollection<T> { private Func<T, T, int> func; public void RefreshSort() { var temp = this.ToList();...
24.528302
72
0.376923
b6e2c1f4d5fe6c9fcac32597d0f41fa1182ac795
4,281
cs
C#
api/LMPlatform.UI/Controllers/ScormModController.cs
shapoval-darya/CATSdesigner
633ba3b0b9a81dbcddbee808e1946f9a41eafc53
[ "MIT" ]
null
null
null
api/LMPlatform.UI/Controllers/ScormModController.cs
shapoval-darya/CATSdesigner
633ba3b0b9a81dbcddbee808e1946f9a41eafc53
[ "MIT" ]
null
null
null
api/LMPlatform.UI/Controllers/ScormModController.cs
shapoval-darya/CATSdesigner
633ba3b0b9a81dbcddbee808e1946f9a41eafc53
[ "MIT" ]
null
null
null
using System; using System.Configuration; using System.IO; using System.Linq; using System.Web; using System.Web.Mvc; using Application.Core.Data; using Ionic.Zip; using LMPlatform.Data.Repositories; using LMPlatform.Models; using SCORMHost; namespace LMPlatform.UI.Controllers { public class ScormModController : ...
37.552632
114
0.577435
3c380e19061a3b4a02ed6a5a5bf20cd9b50932dd
527
cs
C#
src/core/Replikit.Core/src/Hosting/ReplikitHostBuilderExtensions.cs
Replikit/Replikit
7adcbeb8f49141c741a25eb0c55e686c942b96e9
[ "MIT" ]
2
2021-11-10T18:28:34.000Z
2021-11-10T21:33:21.000Z
src/core/Replikit.Core/src/Hosting/ReplikitHostBuilderExtensions.cs
Replikit/Replikit
7adcbeb8f49141c741a25eb0c55e686c942b96e9
[ "MIT" ]
3
2021-11-10T05:14:16.000Z
2022-01-09T04:07:35.000Z
src/core/Replikit.Core/src/Hosting/ReplikitHostBuilderExtensions.cs
Replikit/Replikit
7adcbeb8f49141c741a25eb0c55e686c942b96e9
[ "MIT" ]
1
2022-01-11T14:18:34.000Z
2022-01-11T14:18:34.000Z
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; namespace Replikit.Core.Hosting; public static class ReplikitHostBuilderExtensions { public static void AddDevelopmentUserSecrets<T>(this IHostBuilder hostBuilder) where T : class { hostBuilder.ConfigureAppConfiguration((con...
27.736842
98
0.683112
a525748b8a7e249ebf3eb0da1836f85965ec5bf3
1,701
cs
C#
CodeAnalyzer.App/Analyzers.cs
vchircu/CodeAnalyzer
30ce75ed9575df7346a728242cb8598741736f89
[ "MIT" ]
null
null
null
CodeAnalyzer.App/Analyzers.cs
vchircu/CodeAnalyzer
30ce75ed9575df7346a728242cb8598741736f89
[ "MIT" ]
null
null
null
CodeAnalyzer.App/Analyzers.cs
vchircu/CodeAnalyzer
30ce75ed9575df7346a728242cb8598741736f89
[ "MIT" ]
1
2020-05-27T08:04:30.000Z
2020-05-27T08:04:30.000Z
namespace CodeAnalyzer.App { using System.Collections.Generic; using System.Linq; using CodeAnalyzer.App.Output; using CodeAnalyzer.DetectionStrategies; using CodeAnalyzer.StructuralRelations; using NDepend.CodeModel; using Serilog; internal static class Analyzers { publ...
36.191489
136
0.703704
bc370693dbde5b89377c7fbf26d45a20dbdf45e2
992
cs
C#
src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs
lukapor/NEST
ac30ce20526a3f20aa0cd1b3df45e44efce7b751
[ "Apache-2.0" ]
null
null
null
src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs
lukapor/NEST
ac30ce20526a3f20aa0cd1b3df45e44efce7b751
[ "Apache-2.0" ]
null
null
null
src/Elasticsearch.Net/Extensions/NameValueCollectionExtensions.cs
lukapor/NEST
ac30ce20526a3f20aa0cd1b3df45e44efce7b751
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; namespace Elasticsearch.Net { internal static class NameValueCollectionExtensions { internal static string ToQueryString(this NameValueCollection self, string prefix = "?") { if (self == null) return ...
26.105263
124
0.689516
bcc1f96f34e8ad4953b34cf9f62ee34c8524eca7
3,948
cs
C#
Samples/NetRumble_4_0/NetRumble/Gameplay/PlayerData.cs
SimonDarksideJ/XNAGameStudio
5b79efb0b110140419056b0146ba066f2104f985
[ "MIT" ]
422
2018-03-20T07:46:35.000Z
2022-03-31T19:37:43.000Z
Samples/NetRumble_4_0/NetRumble/Gameplay/PlayerData.cs
SimonDarksideJ/XNAGameStudio
5b79efb0b110140419056b0146ba066f2104f985
[ "MIT" ]
11
2018-09-10T01:05:45.000Z
2022-03-10T17:27:02.000Z
Samples/NetRumble_4_0/NetRumble/Gameplay/PlayerData.cs
SimonDarksideJ/XNAGameStudio
5b79efb0b110140419056b0146ba066f2104f985
[ "MIT" ]
72
2018-09-08T09:51:55.000Z
2022-03-04T17:38:53.000Z
#region File Description //----------------------------------------------------------------------------- // PlayerData.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #...
26.32
88
0.470618
ba0cb2a9b1e2ebae0943973ac7e451b844cee6d3
563
cs
C#
src/PhilosopherPeasant/Models/Tangent.cs
dmdiehr/PhilosopherPeasant
84ed4861cd987ed357d1b9c1591e3c6684a19b27
[ "MIT", "Unlicense" ]
null
null
null
src/PhilosopherPeasant/Models/Tangent.cs
dmdiehr/PhilosopherPeasant
84ed4861cd987ed357d1b9c1591e3c6684a19b27
[ "MIT", "Unlicense" ]
null
null
null
src/PhilosopherPeasant/Models/Tangent.cs
dmdiehr/PhilosopherPeasant
84ed4861cd987ed357d1b9c1591e3c6684a19b27
[ "MIT", "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace PhilosopherPeasant.Models { [Table("Tangents")] public class Tangent { [Key] public in...
25.590909
52
0.664298
d2bb02d076406ab4687779001e387bb19d9f03da
98
cs
C#
src/Mandrill.net/Model/WebHook/MandrillInboundEventType.cs
richardszalay/Mandrill.net
8aacf67cfe41126571e0c979fdc03aa4119c7aeb
[ "MIT" ]
66
2015-01-14T19:43:16.000Z
2022-01-07T08:29:07.000Z
src/Mandrill.net/Model/WebHook/MandrillInboundEventType.cs
richardszalay/Mandrill.net
8aacf67cfe41126571e0c979fdc03aa4119c7aeb
[ "MIT" ]
88
2015-01-03T16:08:40.000Z
2022-01-11T13:03:37.000Z
src/Mandrill.net/Model/WebHook/MandrillInboundEventType.cs
richardszalay/Mandrill.net
8aacf67cfe41126571e0c979fdc03aa4119c7aeb
[ "MIT" ]
24
2015-01-09T21:12:07.000Z
2020-11-17T00:59:34.000Z
namespace Mandrill.Model { public enum MandrillInboundEventType { Inbound } }
12.25
40
0.642857
a9829703b6906202a26e4c35a3880a82f8738cdd
2,074
cs
C#
SoftwareKobo.UniversalToolkit/SoftwareKobo.UniversalToolkit/Extensions/PageExtensions.cs
h82258652/SoftwareKobo.UniversalToolkit3
918d8fa1f19ce3ffbf49ced3a68176ef5e23e027
[ "WTFPL" ]
18
2015-10-13T03:56:44.000Z
2019-05-03T16:49:28.000Z
SoftwareKobo.UniversalToolkit/SoftwareKobo.UniversalToolkit/Extensions/PageExtensions.cs
h82258652/SoftwareKobo.UniversalToolkit3
918d8fa1f19ce3ffbf49ced3a68176ef5e23e027
[ "WTFPL" ]
null
null
null
SoftwareKobo.UniversalToolkit/SoftwareKobo.UniversalToolkit/Extensions/PageExtensions.cs
h82258652/SoftwareKobo.UniversalToolkit3
918d8fa1f19ce3ffbf49ced3a68176ef5e23e027
[ "WTFPL" ]
2
2015-12-07T18:03:59.000Z
2016-04-19T23:37:58.000Z
using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Media.Animation; namespace SoftwareKobo.UniversalToolkit.Extensions { /// <summary> /// Page 扩展类。 /// </summary> public static class PageExtensions { /// <summary> /// 导致 Frame 加载指定的 Page 派生数据类型表示的内容。 /// </summary> ...
44.12766
136
0.634523
08cfedb98a97cfff5b2d68720ba756949e639a11
5,199
cs
C#
src/CryptoKnight.Server.Core/LicenseServer.cs
Xpitfire/cryptoknight
97e39dfc4e6541fa10091c6bd6a0286ea1521824
[ "MIT" ]
null
null
null
src/CryptoKnight.Server.Core/LicenseServer.cs
Xpitfire/cryptoknight
97e39dfc4e6541fa10091c6bd6a0286ea1521824
[ "MIT" ]
null
null
null
src/CryptoKnight.Server.Core/LicenseServer.cs
Xpitfire/cryptoknight
97e39dfc4e6541fa10091c6bd6a0286ea1521824
[ "MIT" ]
null
null
null
using CryptoKnight.Library.Network; using CryptoKnight.Library.Network.ProtocolMessages; using CryptoKnight.Library.Network.ProtocolMessages.Client; using CryptoKnight.Library.Network.ProtocolMessages.Server; using CryptoKnight.Server.KeyGenerator; using System; using System.Collections.Concurrent; using System.Collec...
35.855172
129
0.564532
1c48f0708d3e030ce395ea027d807370358fddec
267
cs
C#
src/Quark.Abstractions/IQuarkTargetGroup.cs
GoodEnoughIndustries/Quark
b1b56ab3c24b20781c5cbe85a544b3d4a9c51e86
[ "MIT" ]
null
null
null
src/Quark.Abstractions/IQuarkTargetGroup.cs
GoodEnoughIndustries/Quark
b1b56ab3c24b20781c5cbe85a544b3d4a9c51e86
[ "MIT" ]
null
null
null
src/Quark.Abstractions/IQuarkTargetGroup.cs
GoodEnoughIndustries/Quark
b1b56ab3c24b20781c5cbe85a544b3d4a9c51e86
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace Quark.Abstractions { public interface IQuarkTargetGroup { public IQuarkTargetGroup WithTag(string tag); public string Name { get; } public IEnumerable<IQuarkTarget> Targets { get; } } }
22.25
57
0.689139
1c5108e1f6ae0c0e40ef8580953b775b54d7552a
4,948
cs
C#
System.Windows.Controls.WPFPropertyGrid/Utils/PasswordBoxExtender.cs
ferventdesert/WPFPropertyGrid
ebf2be56ff311ea54d49c041df775233d25c7164
[ "Apache-2.0" ]
5
2019-01-28T09:57:00.000Z
2022-03-29T03:31:40.000Z
System.Windows.Controls.WPFPropertyGrid/Utils/PasswordBoxExtender.cs
ferventdesert/WPFPropertyGrid
ebf2be56ff311ea54d49c041df775233d25c7164
[ "Apache-2.0" ]
null
null
null
System.Windows.Controls.WPFPropertyGrid/Utils/PasswordBoxExtender.cs
ferventdesert/WPFPropertyGrid
ebf2be56ff311ea54d49c041df775233d25c7164
[ "Apache-2.0" ]
5
2018-04-24T13:14:57.000Z
2021-11-13T13:35:55.000Z
namespace System.Windows.Controls.WpfPropertyGrid { /// <summary> /// Provides binding support for PasswordBox. /// </summary> // For more details refer to http://blog.functionalfun.net/2008/06/wpf-passwordbox-and-data-binding.html public class PasswordBoxExtender { /// <summary> /// Identifies t...
36.651852
106
0.684317
9d646266af3c30902fc455def466b2c0ea02e67d
538
cs
C#
AviREST/APIModels/ScriptDetails.cs
SUJAAHAMADH/Backend
931831a0b3869ff199a9c68fd56bf11dc8f3f482
[ "MIT" ]
null
null
null
AviREST/APIModels/ScriptDetails.cs
SUJAAHAMADH/Backend
931831a0b3869ff199a9c68fd56bf11dc8f3f482
[ "MIT" ]
null
null
null
AviREST/APIModels/ScriptDetails.cs
SUJAAHAMADH/Backend
931831a0b3869ff199a9c68fd56bf11dc8f3f482
[ "MIT" ]
null
null
null
using AviModels; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace AviREST.APIModels { public class ScriptDetails { public int ID { get; set; } public UserMinimal Scriptwriter { get; set; } public string ScriptURL { get; set; } ...
26.9
132
0.665428
c9f30f369f80fe4e83831d72a2debd01a178778d
1,202
cs
C#
src/Esfa.Roatp.ApplicationServices/Models/Elastic/ProviderDocument.cs
SkillsFundingAgency/roatp-registry
51a66cdec95eea3abcde4913638f854da810e1ba
[ "MIT" ]
null
null
null
src/Esfa.Roatp.ApplicationServices/Models/Elastic/ProviderDocument.cs
SkillsFundingAgency/roatp-registry
51a66cdec95eea3abcde4913638f854da810e1ba
[ "MIT" ]
4
2017-04-26T15:24:13.000Z
2017-11-21T15:01:30.000Z
src/Esfa.Roatp.ApplicationServices/Models/Elastic/ProviderDocument.cs
SkillsFundingAgency/roatp-registry
51a66cdec95eea3abcde4913638f854da810e1ba
[ "MIT" ]
4
2018-02-14T15:44:52.000Z
2021-04-11T08:47:20.000Z
using System; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace Esfa.Roatp.ApplicationServices.Models.Elastic { public class ProviderDocument { public long Ukprn { get; set; } public string Name { get; set; } [JsonConverter(typeof(StringEnumConverter))] publi...
26.711111
88
0.607321
dafaf56e8b63aa2f1932f9a6080ff39fa3a65609
296
cs
C#
Web/Generated/Html/Media/Graphics/SVG/SVGAlign.cs
n9/SaltarelleWeb
95e0380d87453600ef6a33efd0ce3b40bedf6394
[ "Apache-2.0" ]
2
2016-07-17T17:12:17.000Z
2019-10-26T21:41:02.000Z
Web/Generated/Html/Media/Graphics/SVG/SVGAlign.cs
n9/SaltarelleWeb
95e0380d87453600ef6a33efd0ce3b40bedf6394
[ "Apache-2.0" ]
1
2015-05-31T17:27:42.000Z
2015-05-31T17:27:42.000Z
Web/Generated/Html/Media/Graphics/SVG/SVGAlign.cs
n9/SaltarelleWeb
95e0380d87453600ef6a33efd0ce3b40bedf6394
[ "Apache-2.0" ]
4
2015-02-20T13:46:37.000Z
2015-05-30T15:02:30.000Z
using System.Runtime.CompilerServices; namespace System.Html.Media.Graphics.SVG { [Imported] public enum SVGAlign { None = 1, Unknown = 0, Xmaxymax = 10, Xmaxymid = 7, Xmaxymin = 4, Xmidymax = 9, Xmidymid = 6, Xmidymin = 3, Xminymax = 8, Xminymid = 5, Xminymin = 2 } }
15.578947
42
0.641892
957dcab12e11834bcb8ae147d6ddf31ec9abe562
311
cs
C#
App.CoreLib.EF/Events/AfterSaveEvent.cs
lethanhname/App.CoreLib
659ebdcc46d249e54f24df65af092990630812bf
[ "MIT" ]
null
null
null
App.CoreLib.EF/Events/AfterSaveEvent.cs
lethanhname/App.CoreLib
659ebdcc46d249e54f24df65af092990630812bf
[ "MIT" ]
null
null
null
App.CoreLib.EF/Events/AfterSaveEvent.cs
lethanhname/App.CoreLib
659ebdcc46d249e54f24df65af092990630812bf
[ "MIT" ]
null
null
null
using System.Collections.Generic; using App.CoreLib.EF.Data.Entity; namespace App.CoreLib.EF.Events { public class AfterSaveEvent : EventBase { public AfterSaveEvent() { Items = new List<EventEntity>(); } public List<EventEntity> Items { get; set; } } }
20.733333
52
0.617363
97d94c05e09e38193a220215bc59632cd76b1e83
37
cshtml
C#
src/Pages/Account/Manage/_ViewImports.cshtml
IUS-CS/Quasicodeo
bbe59113d5eac763ff9e2b2f527913a197687a6f
[ "MIT" ]
1
2018-04-19T16:51:04.000Z
2018-04-19T16:51:04.000Z
src/Pages/Account/Manage/_ViewImports.cshtml
IUS-CS/Quasicodeo
bbe59113d5eac763ff9e2b2f527913a197687a6f
[ "MIT" ]
2
2018-02-09T04:07:17.000Z
2018-02-09T18:22:37.000Z
src/Pages/Account/Manage/_ViewImports.cshtml
IUS-CS/Quasicodeo
bbe59113d5eac763ff9e2b2f527913a197687a6f
[ "MIT" ]
2
2018-01-28T20:57:43.000Z
2018-07-06T14:12:06.000Z
@using TooBroke.Pages.Account.Manage
18.5
36
0.837838
f23bdc2dae2d37d2f3614eacce3081d750f79531
570
cs
C#
resources/.gen/aws/aws/Wafv2WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchAllQueryArguments.cs
scottenriquez/cdktf-alpha-csharp-testing
df6f4690e8bbcc50078c15d2d49355eb02d3b945
[ "MIT" ]
null
null
null
resources/.gen/aws/aws/Wafv2WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchAllQueryArguments.cs
scottenriquez/cdktf-alpha-csharp-testing
df6f4690e8bbcc50078c15d2d49355eb02d3b945
[ "MIT" ]
null
null
null
resources/.gen/aws/aws/Wafv2WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchAllQueryArguments.cs
scottenriquez/cdktf-alpha-csharp-testing
df6f4690e8bbcc50078c15d2d49355eb02d3b945
[ "MIT" ]
null
null
null
using Amazon.JSII.Runtime.Deputy; #pragma warning disable CS0672,CS0809,CS1591 namespace aws { [JsiiByValue(fqn: "aws.Wafv2WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchAllQueryArguments")] public class Wafv2WebAclRuleStatementNotStatementState...
47.5
293
0.898246
93b7c4c7de2740adb713e51faab65834368f07fe
529
cs
C#
VCRC.Tests/Components/TestEquals.cs
portyanikhin/VCRC
429abcf6a043585a05f32282b61da5ff68c97254
[ "MIT" ]
1
2021-12-23T01:40:56.000Z
2021-12-23T01:40:56.000Z
VCRC.Tests/Components/TestEquals.cs
portyanikhin/VCRC
429abcf6a043585a05f32282b61da5ff68c97254
[ "MIT" ]
14
2021-11-08T17:25:14.000Z
2022-03-21T17:34:21.000Z
VCRC.Tests/Components/TestEquals.cs
portyanikhin/VCRC
429abcf6a043585a05f32282b61da5ff68c97254
[ "MIT" ]
null
null
null
using System; using FluentAssertions; namespace VCRC.Tests.Components; public class TestEquals<T> where T : IEquatable<T> { public TestEquals(in T originObj, in T sameObj, in T otherObj) { originObj.Should().Be(originObj); originObj.Should().BeSameAs(originObj); originObj.Should().Be(...
29.388889
66
0.665406