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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86f0b15fc9f4b4d1c04e0e059a43532ad2340090 | 687 | cs | C# | src/Migrap.Dnx.Platform/PlatformEnvironment.cs | migrap/Migrap.Dnx.Platform | 2c96a9c84920ea74dea9a930f5a64349f810a847 | [
"MIT"
] | null | null | null | src/Migrap.Dnx.Platform/PlatformEnvironment.cs | migrap/Migrap.Dnx.Platform | 2c96a9c84920ea74dea9a930f5a64349f810a847 | [
"MIT"
] | null | null | null | src/Migrap.Dnx.Platform/PlatformEnvironment.cs | migrap/Migrap.Dnx.Platform | 2c96a9c84920ea74dea9a930f5a64349f810a847 | [
"MIT"
] | null | null | null | using Microsoft.Dnx.Runtime;
using System;
using System.Linq;
namespace Migrap.Dnx.Platform {
public partial class PlatformEnvironment : IPlatformEnvironment {
private readonly IRuntimeEnvironment _runtime;
public PlatformEnvironment(IRuntimeEnvironment runtime) {
_runtime = runtime;
... | 32.714286 | 114 | 0.679767 |
1d9513b3a2996a24b6ff6c3bf0c56731cde645f8 | 43,705 | cs | C# | OBeautifulCode.AccountingTime.Test/Logic/Extensions/UnitOfTimeExtensionsTest.Serialization.cs | OBeautifulCode/OBeautifulCode.AccountingTime | 508e5ad0552187ffc79452f98f8a3b591da8b832 | [
"MIT"
] | null | null | null | OBeautifulCode.AccountingTime.Test/Logic/Extensions/UnitOfTimeExtensionsTest.Serialization.cs | OBeautifulCode/OBeautifulCode.AccountingTime | 508e5ad0552187ffc79452f98f8a3b591da8b832 | [
"MIT"
] | null | null | null | OBeautifulCode.AccountingTime.Test/Logic/Extensions/UnitOfTimeExtensionsTest.Serialization.cs | OBeautifulCode/OBeautifulCode.AccountingTime | 508e5ad0552187ffc79452f98f8a3b591da8b832 | [
"MIT"
] | 2 | 2018-06-26T14:55:00.000Z | 2019-01-05T20:36:16.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UnitOfTimeExtensionsTest.Serialization.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// ------------------------------... | 45.812369 | 192 | 0.578172 |
1d9c42f0e8c719b3af7b8e391247be6b460a04e1 | 555 | cs | C# | src/LeanCode.ContractsGenerator/Compilation/CompilationFailedException.cs | leancodepl/contractsgenerator | bdeb4a8a41f3d45113954de815d6bb9150924b26 | [
"Apache-2.0"
] | 4 | 2021-08-16T09:56:00.000Z | 2022-03-25T21:12:38.000Z | src/LeanCode.ContractsGenerator/Compilation/CompilationFailedException.cs | leancodepl/contractsgenerator | bdeb4a8a41f3d45113954de815d6bb9150924b26 | [
"Apache-2.0"
] | 48 | 2021-07-14T09:28:23.000Z | 2022-03-28T02:13:12.000Z | src/LeanCode.ContractsGenerator/Compilation/CompilationFailedException.cs | leancodepl/contractsgenerator | bdeb4a8a41f3d45113954de815d6bb9150924b26 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Immutable;
using Microsoft.CodeAnalysis;
namespace LeanCode.ContractsGenerator.Compilation;
public class CompilationFailedException : Exception
{
public ImmutableArray<Diagnostic> Diagnostics { get; }
public CompilationFailedException(ImmutableArray<Diagnostic> diagnostics)
:... | 25.227273 | 77 | 0.735135 |
df21540318cb64d8f8adf190ce0c5967632e9c54 | 617 | cs | C# | src/How to TEST ASP.NET Core 2.2 Web Applications with My Tested ASP.NET/Blog.Test/TestStartup.cs | gnusmas12/MyTested.AspNet.TV | 76e243ef3f8aa1c1d19f4ab453c7f7b2692ed33e | [
"MIT"
] | 439 | 2019-11-22T12:07:09.000Z | 2021-06-14T02:24:50.000Z | src/How to TEST ASP.NET Core 2.2 Web Applications with My Tested ASP.NET/Blog.Test/TestStartup.cs | vamsea2002/MyTested.AspNet.TV | 3d909e4fbc8a47deaa13a69022590c9015086ce7 | [
"MIT"
] | 2 | 2020-02-23T13:34:15.000Z | 2021-02-22T10:56:07.000Z | src/How to TEST ASP.NET Core 2.2 Web Applications with My Tested ASP.NET/Blog.Test/TestStartup.cs | vamsea2002/MyTested.AspNet.TV | 3d909e4fbc8a47deaa13a69022590c9015086ce7 | [
"MIT"
] | 65 | 2019-12-16T08:17:50.000Z | 2021-06-04T07:54:31.000Z | namespace Blog.Test
{
using Blog.Services;
using Blog.Web;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Mocks;
using MyTested.AspNetCore.Mvc;
public class TestStartup : Startup
{
public TestStartup(IConfiguration configuration)... | 24.68 | 93 | 0.661264 |
dfc3d877ac927f5664410355972f139bca8f93ad | 289 | cs | C# | EF-Core/JSON-Processing-Product-Shop-Skeleton/ProductShop/DataTransferObjects/UsersInputModel.cs | NikolayHristov1999/Softuni | 1875292afc878f7cdb59832e3090febf0f203785 | [
"MIT"
] | null | null | null | EF-Core/JSON-Processing-Product-Shop-Skeleton/ProductShop/DataTransferObjects/UsersInputModel.cs | NikolayHristov1999/Softuni | 1875292afc878f7cdb59832e3090febf0f203785 | [
"MIT"
] | null | null | null | EF-Core/JSON-Processing-Product-Shop-Skeleton/ProductShop/DataTransferObjects/UsersInputModel.cs | NikolayHristov1999/Softuni | 1875292afc878f7cdb59832e3090febf0f203785 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace ProductShop.DataTransferObjects
{
public class UsersInputModel
{
public string FirstName { get; set; }
public string LastName { get; set; }
public int? Age { get; set; }
}
}
| 20.642857 | 45 | 0.6609 |
039a9475770825e999c7204522586970825956d4 | 276 | cs | C# | src/Service/Service/LEDs/Animation/AnimationBase.cs | ideum/Touchless.Design-Ultraleap-Beyond-Touch | 015a89ffdde9ad02f3b575cc37b8472b46f1dd71 | [
"Apache-2.0"
] | 2 | 2020-07-13T15:32:20.000Z | 2020-07-22T15:31:39.000Z | src/Service/Service/LEDs/Animation/AnimationBase.cs | ideum/Touchless.Design-Ultraleap-Beyond-Touch | 015a89ffdde9ad02f3b575cc37b8472b46f1dd71 | [
"Apache-2.0"
] | null | null | null | src/Service/Service/LEDs/Animation/AnimationBase.cs | ideum/Touchless.Design-Ultraleap-Beyond-Touch | 015a89ffdde9ad02f3b575cc37b8472b46f1dd71 | [
"Apache-2.0"
] | 1 | 2021-02-03T13:21:22.000Z | 2021-02-03T13:21:22.000Z | namespace TouchlessDesign.LEDs.Animation {
public abstract class AnimationBase : IAnimation {
public int Duration_ms { get; protected set; }
public int UpdateInterval_ms { get; protected set; }
public abstract void GetPixels(int time_ms, Color[] array);
}
} | 30.666667 | 63 | 0.731884 |
c4091a6944779300e2db77f2728e520e762e4e10 | 2,558 | cs | C# | Unity/Assets/_Scripts/Helpers/SceneManagement/CustomSceneManager.cs | MrKatinas/Unnamed | 8b14d98eda22bdf6f496d0ad27d61a4ba4cf4e1c | [
"MIT"
] | null | null | null | Unity/Assets/_Scripts/Helpers/SceneManagement/CustomSceneManager.cs | MrKatinas/Unnamed | 8b14d98eda22bdf6f496d0ad27d61a4ba4cf4e1c | [
"MIT"
] | null | null | null | Unity/Assets/_Scripts/Helpers/SceneManagement/CustomSceneManager.cs | MrKatinas/Unnamed | 8b14d98eda22bdf6f496d0ad27d61a4ba4cf4e1c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using NaughtyAttributes;
using NaughtyAttributes.Test;
using Settings;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Helpers
{
[CreateAssetMenu(fileName = "Custom Scene Manager.asset", menuName = "Helpers/Custom Scene Manager")]
... | 28.422222 | 131 | 0.561767 |
06a37cb06ffce2828d95e08624a948f5da177273 | 14,776 | cs | C# | InfnetFV-Core/obj/Debug/netcoreapp2.2/Razor/Pages/Projects/Index.g.cshtml.cs | filipvrba/InfnetFV-Core | d671753f0eab2875e2142ed1df9cbe22608ffdb8 | [
"MIT"
] | null | null | null | InfnetFV-Core/obj/Debug/netcoreapp2.2/Razor/Pages/Projects/Index.g.cshtml.cs | filipvrba/InfnetFV-Core | d671753f0eab2875e2142ed1df9cbe22608ffdb8 | [
"MIT"
] | null | null | null | InfnetFV-Core/obj/Debug/netcoreapp2.2/Razor/Pages/Projects/Index.g.cshtml.cs | filipvrba/InfnetFV-Core | d671753f0eab2875e2142ed1df9cbe22608ffdb8 | [
"MIT"
] | null | null | null | #pragma checksum "C:\Users\Filip Vrba\Documents\GitHub\InfnetFV-Core\InfnetFV-Core\Pages\Projects\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d230b15428352083dfd3930470e2d82418591d24"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAtt... | 66.26009 | 350 | 0.674607 |
5ea7f8f930e0c0182e9a2b41ecabfe5cb9b6eec4 | 135 | cs | C# | SolidExamples/OpenClosed/Problems/Product/AccountType.cs | Kodluyoruz51BootcampMVCCore/arastirma-odevi-gokhanbayraktutar | 35a46d1ebc1e6728b9cd83bdb23f783a7184e5d4 | [
"MIT"
] | null | null | null | SolidExamples/OpenClosed/Problems/Product/AccountType.cs | Kodluyoruz51BootcampMVCCore/arastirma-odevi-gokhanbayraktutar | 35a46d1ebc1e6728b9cd83bdb23f783a7184e5d4 | [
"MIT"
] | 1 | 2020-06-12T09:46:07.000Z | 2020-06-13T06:51:20.000Z | SolidExamples/OpenClosed/Problems/Product/AccountType.cs | Kodluyoruz51BootcampMVCCore/arastirma-odevi-gokhanbayraktutar | 35a46d1ebc1e6728b9cd83bdb23f783a7184e5d4 | [
"MIT"
] | 1 | 2020-06-11T19:22:26.000Z | 2020-06-11T19:22:26.000Z | namespace OpenClosed.Problems.Product
{
public enum AccountType
{
Standart,
Premium
}
}
| 13.5 | 38 | 0.518519 |
5327c989a51bffd7d12e1565b9d768bf4c54424e | 644 | cs | C# | Source/CodilityTasks/Lesson13.cs | Sufflavus/Algorithms | e6d6e9164dc3c0a1f350bde9f5fcddd549319de7 | [
"MIT"
] | null | null | null | Source/CodilityTasks/Lesson13.cs | Sufflavus/Algorithms | e6d6e9164dc3c0a1f350bde9f5fcddd549319de7 | [
"MIT"
] | null | null | null | Source/CodilityTasks/Lesson13.cs | Sufflavus/Algorithms | e6d6e9164dc3c0a1f350bde9f5fcddd549319de7 | [
"MIT"
] | null | null | null | namespace CodilityTasks
{
/// <summary>
/// Fibonacci numbers
/// </summary>
public static class Lesson13
{
public static int Fibonacci(int n)
{
if (n <= 1)
{
return n;
}
return Fibonacci(n - 1) + Fibonacci... | 23 | 56 | 0.363354 |
a2ec5cfc3dc5687a97d36863d7727594c62ff24f | 2,723 | cs | C# | Sources/ThreatsManager.Interfaces/ObjectModel/Entities/IEntitiesContainer.cs | simonec73/threatsmanager | 2bb8385fef3ca094a34914b6f3e0ca8613010421 | [
"MIT"
] | 39 | 2020-06-22T12:31:52.000Z | 2022-03-25T21:32:41.000Z | Sources/ThreatsManager.Interfaces/ObjectModel/Entities/IEntitiesContainer.cs | simonec73/threatsmanager | 2bb8385fef3ca094a34914b6f3e0ca8613010421 | [
"MIT"
] | 11 | 2021-03-24T22:05:51.000Z | 2022-03-11T15:59:30.000Z | Sources/ThreatsManager.Interfaces/ObjectModel/Entities/IEntitiesContainer.cs | simonec73/threatsmanager | 2bb8385fef3ca094a34914b6f3e0ca8613010421 | [
"MIT"
] | 8 | 2020-06-22T07:40:52.000Z | 2022-01-24T22:10:37.000Z | using System;
using ThreatsManager.Interfaces.ObjectModel.ThreatsMitigations;
namespace ThreatsManager.Interfaces.ObjectModel.Entities
{
/// <summary>
/// Interface implemented by Container of Entities
/// </summary>
public interface IEntitiesContainer : IEntitiesReadOnlyContainer
{
/// <s... | 45.383333 | 133 | 0.634961 |
3dd5347a470d2e7d415c13cf7370cb098338310f | 337 | cshtml | C# | Modules/Contrib.Taxonomies/Views/Items/Taxonomy.List.cshtml | Trifectgaming/Trifect-CMS | fbae3b711e6ef141ae9e211a37dc88e86f1811bd | [
"BSD-3-Clause"
] | 1 | 2017-04-07T05:06:33.000Z | 2017-04-07T05:06:33.000Z | Modules/Contrib.Taxonomies/Views/Items/Taxonomy.List.cshtml | Trifectgaming/Trifect-CMS | fbae3b711e6ef141ae9e211a37dc88e86f1811bd | [
"BSD-3-Clause"
] | null | null | null | Modules/Contrib.Taxonomies/Views/Items/Taxonomy.List.cshtml | Trifectgaming/Trifect-CMS | fbae3b711e6ef141ae9e211a37dc88e86f1811bd | [
"BSD-3-Clause"
] | null | null | null | @*
Called when displaying a list of content items associated to a specific term.
Available objects:
Model.Term
Model.Taxonomy
Model.List
*@
@{
Model.List.Classes.Add("content-items");
}
<h1 class="page-title">@T("Contents associated with {0}", Html.Encode(Model.Term.Name))</h1>
@Display(Model.List)
@Dis... | 22.466667 | 92 | 0.712166 |
3dd627ad6f32569a7b0788424e9028fd53bf6d10 | 233 | cs | C# | SkiaChart/Enums/PointPlotVariant.cs | jeraldott/skia-chart | d2ca939db7d605d5a78f9b97a092910b5a5470e8 | [
"MIT"
] | 46 | 2020-03-26T23:07:51.000Z | 2022-03-23T06:00:26.000Z | SkiaChart/Enums/PointPlotVariant.cs | jeraldott/skia-chart | d2ca939db7d605d5a78f9b97a092910b5a5470e8 | [
"MIT"
] | 22 | 2020-03-29T15:02:34.000Z | 2021-06-14T04:09:00.000Z | SkiaChart/Enums/PointPlotVariant.cs | jeraldott/skia-chart | d2ca939db7d605d5a78f9b97a092910b5a5470e8 | [
"MIT"
] | 12 | 2020-04-07T23:59:02.000Z | 2021-12-30T03:31:12.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace SkiaChart.Enums {
//Variants of the point chart
public enum PointPlotVariant {
LineChart,
ScatterChart,
AreaChart
}
}
| 17.923077 | 34 | 0.67382 |
414f26addb11cabfcfcdbff54cba67e9511b2788 | 527 | cs | C# | src/SendCloudSDK/Models/Results/SmsSendFailureItem.cs | LonghronShen/SendCloudSDK | 9dce0be0136f47d11566c4138300a49af7df242d | [
"MIT"
] | 7 | 2018-02-26T13:30:41.000Z | 2021-07-10T15:25:16.000Z | src/SendCloudSDK/Models/Results/SmsSendFailureItem.cs | LonghronShen/SendCloudSDK | 9dce0be0136f47d11566c4138300a49af7df242d | [
"MIT"
] | 1 | 2018-03-07T07:46:17.000Z | 2018-03-23T09:12:15.000Z | src/SendCloudSDK/Models/Results/SmsSendFailureItem.cs | LonghronShen/SendCloudSDK | 9dce0be0136f47d11566c4138300a49af7df242d | [
"MIT"
] | 1 | 2018-06-26T10:21:29.000Z | 2018-06-26T10:21:29.000Z | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Text;
namespace SendCloudSDK.Models
{
/// <summary>
/// {"phone":"1312222","vars":{},"message":"手机号格式错误"}
/// </summary>
public class SmsSendFailureItem
{
[JsonProperty("phone"... | 19.518519 | 57 | 0.607211 |
fc2c5c7545f12df7dae599207eb054db0abd7c2c | 341 | cs | C# | src/Xaf.Win/content/Scissors.ModuleName.App/ModuleNameAppModule.cs | biohazard999/Scissors.XafTemplates | 1f93a9f76e313cf2c591390fa5c261e9354ebbf3 | [
"MIT"
] | 2 | 2021-01-27T14:42:16.000Z | 2021-01-27T14:42:18.000Z | src/Xaf.Win/content/Scissors.ModuleName.App/ModuleNameAppModule.cs | biohazard999/Scissors.XafTemplates | 1f93a9f76e313cf2c591390fa5c261e9354ebbf3 | [
"MIT"
] | 4 | 2019-04-28T11:39:09.000Z | 2019-05-05T15:05:10.000Z | src/Xaf.Win/content/Scissors.ModuleName.App/ModuleNameAppModule.cs | biohazard999/Scissors.XafTemplates | 1f93a9f76e313cf2c591390fa5c261e9354ebbf3 | [
"MIT"
] | null | null | null | using System;
using DevExpress.ExpressApp;
using DevExpress.ExpressApp.SystemModule;
namespace Scissors.ModuleName.App
{
public class ModuleNameAppModule : ModuleBase
{
protected override ModuleTypeList GetRequiredModuleTypesCore() => new ModuleTypeList(new[]
{
typeof(SystemModule)... | 22.733333 | 98 | 0.697947 |
fcecc76d3447cf2b209ee122a74f6c041a3e0840 | 1,529 | cs | C# | src/EntityFramework/Core/Metadata/Edm/EdmModelValidationVisitor.cs | sharwell/ef6tools | 94e65c16d36a88f360280931071e1efb0a418c99 | [
"MIT"
] | 9 | 2021-02-17T19:42:32.000Z | 2022-03-07T21:28:30.000Z | src/EntityFramework/Core/Metadata/Edm/EdmModelValidationVisitor.cs | sharwell/ef6tools | 94e65c16d36a88f360280931071e1efb0a418c99 | [
"MIT"
] | 9 | 2020-12-02T22:34:13.000Z | 2021-08-03T17:55:51.000Z | src/EntityFramework/Core/Metadata/Edm/EdmModelValidationVisitor.cs | isabella232/ef6tools | 94e65c16d36a88f360280931071e1efb0a418c99 | [
"MIT"
] | 2 | 2021-05-23T23:40:06.000Z | 2022-03-03T20:43:23.000Z | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
namespace System.Data.Entity.Core.Metadata.Edm
{
using System.Collections.Generic;
using System.Data.Entity.Edm;
using System.Data.Entity.Utilities;
internal... | 28.314815 | 144 | 0.616089 |
f0b948c4aeb296538cbbdb664d3d794ca3f32edd | 636 | cs | C# | src/ImageSharp.AVCodecFormats/Wmv/WmvFormat.cs | hey-red/ImageSharp.AVCodecFormats | 8fdc3bd392f7d9429dcd0ae0f09716415325b1c4 | [
"MIT"
] | 7 | 2020-10-05T00:00:44.000Z | 2022-03-12T10:43:48.000Z | src/ImageSharp.AVCodecFormats/Wmv/WmvFormat.cs | hey-red/ImageSharp.AVCodecFormats | 8fdc3bd392f7d9429dcd0ae0f09716415325b1c4 | [
"MIT"
] | 2 | 2020-10-05T11:53:43.000Z | 2020-10-07T11:52:17.000Z | src/ImageSharp.AVCodecFormats/Wmv/WmvFormat.cs | hey-red/ImageSharp.AVCodecFormats | 8fdc3bd392f7d9429dcd0ae0f09716415325b1c4 | [
"MIT"
] | 1 | 2022-01-24T08:07:32.000Z | 2022-01-24T08:07:32.000Z | using System.Collections.Generic;
using SixLabors.ImageSharp.Formats;
namespace HeyRed.ImageSharp.AVCodecFormats.Wmv
{
public sealed class WmvFormat : IImageFormat<WmvMetadata>
{
private WmvFormat()
{
}
public static WmvFormat Instance { get; } = new();
public string... | 25.44 | 76 | 0.643082 |
5b49bc4288e07b1d26a6a9fe108b870196948650 | 998 | cs | C# | APIManagementTemplate/ApiVersionSetIdComparer.cs | Geronius/APIManagementARMTemplateCreator | a4d6b0a2dc91e8f9d210bd96ea7c7a8f83d12077 | [
"MIT"
] | 36 | 2017-11-30T17:13:49.000Z | 2022-02-15T13:38:01.000Z | APIManagementTemplate/ApiVersionSetIdComparer.cs | Geronius/APIManagementARMTemplateCreator | a4d6b0a2dc91e8f9d210bd96ea7c7a8f83d12077 | [
"MIT"
] | 77 | 2017-10-05T17:51:17.000Z | 2022-02-15T14:26:35.000Z | APIManagementTemplate/ApiVersionSetIdComparer.cs | Geronius/APIManagementARMTemplateCreator | a4d6b0a2dc91e8f9d210bd96ea7c7a8f83d12077 | [
"MIT"
] | 37 | 2017-10-05T17:23:03.000Z | 2022-03-29T10:16:18.000Z | using System;
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
namespace APIManagementTemplate
{
public class ApiVersionSetIdComparer : IEqualityComparer<JToken>
{
private const string Properties = "properties";
private const string ApiVersionSetId = "apiVersionSetId";
pu... | 32.193548 | 98 | 0.576152 |
3ea3908e67b920ed28db60d05e9f66669844c7e8 | 453 | cs | C# | src/Modules/SimplCommerce.Module.Cms/Areas/Cms/ViewModels/MenuForm.cs | dastandub/myfirstrepo | 05a6807d8a2511aa346f5ce212628cd3e616a3fa | [
"Apache-2.0"
] | 3,803 | 2016-05-22T19:28:26.000Z | 2022-03-30T14:07:50.000Z | src/Modules/SimplCommerce.Module.Cms/Areas/Cms/ViewModels/MenuForm.cs | dastandub/myfirstrepo | 05a6807d8a2511aa346f5ce212628cd3e616a3fa | [
"Apache-2.0"
] | 781 | 2016-05-22T16:00:18.000Z | 2022-03-24T05:54:19.000Z | src/Modules/SimplCommerce.Module.Cms/Areas/Cms/ViewModels/MenuForm.cs | dastandub/myfirstrepo | 05a6807d8a2511aa346f5ce212628cd3e616a3fa | [
"Apache-2.0"
] | 1,685 | 2016-06-02T21:16:53.000Z | 2022-03-29T02:40:21.000Z | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace SimplCommerce.Module.Cms.Areas.Cms.ViewModels
{
public class MenuForm
{
public long Id { get; set; }
[Required(ErrorMessage = "The {0} field is required.")]
public string Name { get; set; }
... | 25.166667 | 82 | 0.653422 |
3ec4f4db2bedfc3d23e50f2bc951cf84d0035bf1 | 8,038 | cs | C# | src/Roro/Form1.Designer.cs | arviedelgado/OpenRPA | f84fd21a3a7dca5fda13ef8ea941c50446371842 | [
"BSD-2-Clause"
] | 131 | 2019-09-16T23:26:25.000Z | 2022-03-11T03:32:45.000Z | src/Roro/Form1.Designer.cs | jonyboy2000/roro | 114578a1276e4e63c3cddb2ebd4889c0feda34ac | [
"BSD-2-Clause"
] | null | null | null | src/Roro/Form1.Designer.cs | jonyboy2000/roro | 114578a1276e4e63c3cddb2ebd4889c0feda34ac | [
"BSD-2-Clause"
] | 69 | 2019-09-25T12:13:09.000Z | 2022-03-27T03:18:19.000Z | namespace Roro
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="d... | 47.282353 | 150 | 0.602513 |
8e6d685e0fdb97d3fcd47cab5cce4c2562917c82 | 6,101 | cs | C# | src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs | qf0708443/grpc | b7adf4e16e9b3d370f5b21739252315fd2dd681d | [
"Apache-2.0"
] | 2 | 2015-04-14T20:34:59.000Z | 2017-05-10T15:51:59.000Z | src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs | qf0708443/grpc | b7adf4e16e9b3d370f5b21739252315fd2dd681d | [
"Apache-2.0"
] | 1 | 2015-04-20T16:09:12.000Z | 2015-04-20T16:51:16.000Z | src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs | qf0708443/grpc | b7adf4e16e9b3d370f5b21739252315fd2dd681d | [
"Apache-2.0"
] | 1 | 2017-03-21T02:29:27.000Z | 2017-03-21T02:29:27.000Z | #region Copyright notice and license
// Copyright 2015 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... | 33.894444 | 116 | 0.541878 |
fafd6f8703c9553cdacf181dccdb991cfaeaf7ca | 6,543 | cs | C# | sources/Interop/Windows/um/msctf/ITfThreadMgr2.cs | mfkl/terrafx.interop.windows | 6c19a547b972ff6dcbb5456b0e5ac3e38b1c59ca | [
"MIT"
] | null | null | null | sources/Interop/Windows/um/msctf/ITfThreadMgr2.cs | mfkl/terrafx.interop.windows | 6c19a547b972ff6dcbb5456b0e5ac3e38b1c59ca | [
"MIT"
] | null | null | null | sources/Interop/Windows/um/msctf/ITfThreadMgr2.cs | mfkl/terrafx.interop.windows | 6c19a547b972ff6dcbb5456b0e5ac3e38b1c59ca | [
"MIT"
] | null | null | null | // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/msctf.h in the Windows SDK for Windows 10.0.19041.0
// Original source is Copyright © Microsoft. All rights reserved.
using System;
using System.Runtime.C... | 47.413043 | 169 | 0.666055 |
0ec0881d021ccc6ea141734fd00044161b1bd254 | 3,763 | cs | C# | src/SKIT.FlurlHttpClient.Wechat.Ads/Models/Images/ImagesGetResponse.cs | ZUOXIANGE/DotNetCore.SKIT.FlurlHttpClient.Wechat | bb68fa35d4d49f9dd77189963254fab4a125d8bd | [
"MIT"
] | 419 | 2021-06-29T10:49:11.000Z | 2022-03-31T12:47:02.000Z | src/SKIT.FlurlHttpClient.Wechat.Ads/Models/Images/ImagesGetResponse.cs | KimMeng2015/DotNetCore.SKIT.FlurlHttpClient.Wechat | 5c988926c7b4005b6474f5933de342925ad230e5 | [
"MIT"
] | 29 | 2021-07-19T06:35:35.000Z | 2022-03-31T06:00:54.000Z | src/SKIT.FlurlHttpClient.Wechat.Ads/Models/Images/ImagesGetResponse.cs | KimMeng2015/DotNetCore.SKIT.FlurlHttpClient.Wechat | 5c988926c7b4005b6474f5933de342925ad230e5 | [
"MIT"
] | 96 | 2021-06-18T18:01:10.000Z | 2022-03-27T14:44:57.000Z | using System;
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Ads.Models
{
/// <summary>
/// <para>表示 [GET] /images/get 接口的响应。</para>
/// </summary>
public class ImagesGetResponse : WechatAdsResponse
{
public static class Types
{
public class Dat... | 40.031915 | 89 | 0.437948 |
fb6f623d66b5616bf33e5cee7aabe03d887611bd | 4,846 | cs | C# | src/Agent/NewRelic/Agent/Core/Aggregators/MetricStatsCollection.cs | hsinghkalsi/newrelic-dotnet-agent | 234b8e81921a6f0564a1d63759555d724df597c3 | [
"Apache-2.0"
] | null | null | null | src/Agent/NewRelic/Agent/Core/Aggregators/MetricStatsCollection.cs | hsinghkalsi/newrelic-dotnet-agent | 234b8e81921a6f0564a1d63759555d724df597c3 | [
"Apache-2.0"
] | null | null | null | src/Agent/NewRelic/Agent/Core/Aggregators/MetricStatsCollection.cs | hsinghkalsi/newrelic-dotnet-agent | 234b8e81921a6f0564a1d63759555d724df597c3 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
using NewRelic.Agent.Core.Metrics;
using NewRelic.Agent.Core.WireModels;
using System;
using System.Collections.Generic;
namespace NewRelic.Agent.Core.Aggregators
{
public class MetricStatsCollection
{
... | 42.508772 | 179 | 0.648576 |
74a97786451afc5f8fdb70c2b0d6ab1ba5d3c076 | 1,633 | cs | C# | VideoRentalSystem/VideoRentalSystem/Data/Repository/Repository.cs | TripleBounty/VideoRentalSystem | 92cc0929851721a569be3306ceb062bfe2017739 | [
"MIT"
] | 3 | 2017-06-12T13:44:34.000Z | 2021-02-24T21:28:33.000Z | VideoRentalSystem/VideoRentalSystem/Data/Repository/Repository.cs | TripleBounty/VideoRentalSystem | 92cc0929851721a569be3306ceb062bfe2017739 | [
"MIT"
] | null | null | null | VideoRentalSystem/VideoRentalSystem/Data/Repository/Repository.cs | TripleBounty/VideoRentalSystem | 92cc0929851721a569be3306ceb062bfe2017739 | [
"MIT"
] | 5 | 2017-09-02T19:51:45.000Z | 2018-11-26T12:57:32.000Z | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Linq.Expressions;
using Microsoft.EntityFrameworkCore;
using VideoRentalSystem.Data.Contracts;
namespace VideoRentalSystem.Data.Repository
{
public class Repository<TEntity> : IRepository<TEntity> where TEnti... | 27.216667 | 83 | 0.614819 |
64240e021c239290fc983418f982ad0879d69fa8 | 391 | cs | C# | SapphireDb/Attributes/RemoveEventAttribute.cs | fernandogutierrez27/SapphireDb | e9d0a768ed1e9c239d2900e9a0b8c5366b63e552 | [
"MIT"
] | 1 | 2020-08-20T06:24:14.000Z | 2020-08-20T06:24:14.000Z | SapphireDb/Attributes/RemoveEventAttribute.cs | fernandogutierrez27/SapphireDb | e9d0a768ed1e9c239d2900e9a0b8c5366b63e552 | [
"MIT"
] | null | null | null | SapphireDb/Attributes/RemoveEventAttribute.cs | fernandogutierrez27/SapphireDb | e9d0a768ed1e9c239d2900e9a0b8c5366b63e552 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace SapphireDb.Attributes
{
[AttributeUsage(AttributeTargets.Class)]
public class RemoveEventAttribute : ModelStoreEventAttributeBase
{
public RemoveEventAttribute(string before = null, string beforeSave = null, string after ... | 24.4375 | 138 | 0.716113 |
8f24e28dba957b2d355a12917a8e06a46b6389da | 707 | cs | C# | src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.IP_ADDR_STRING.cs | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 9,402 | 2019-11-25T23:26:24.000Z | 2022-03-31T23:19:41.000Z | src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.IP_ADDR_STRING.cs | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 37,522 | 2019-11-25T23:30:32.000Z | 2022-03-31T23:58:30.000Z | src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.IP_ADDR_STRING.cs | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 3,629 | 2019-11-25T23:29:16.000Z | 2022-03-31T21:52:28.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class IpHlpApi
{
[StructLayout(LayoutKind.Sequent... | 30.73913 | 71 | 0.661952 |
41e0eda0ae90df37db873586f4337db6f176c55a | 2,774 | cs | C# | Assets/Scripts/TerrainTool/Tools/MTTessellationJob.cs | UWA-MakeItSimple/Terrain | d3902f4a6cf62964291917b8ee14553691292128 | [
"MIT"
] | null | null | null | Assets/Scripts/TerrainTool/Tools/MTTessellationJob.cs | UWA-MakeItSimple/Terrain | d3902f4a6cf62964291917b8ee14553691292128 | [
"MIT"
] | null | null | null | Assets/Scripts/TerrainTool/Tools/MTTessellationJob.cs | UWA-MakeItSimple/Terrain | d3902f4a6cf62964291917b8ee14553691292128 | [
"MIT"
] | null | null | null | namespace MightyTerrainMesh
{
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TriangleNet.Geometry;
//
public class TessellationJob
{
public MTMeshData[] mesh;
public MTTerrainScanner[] scanners;
public bool IsDone
{
... | 33.421687 | 94 | 0.503965 |
b5e82326984a07e043d211ddc49e793245891239 | 31,179 | cs | C# | MODULO-UC4/ATIV_02/obj/Debug/netcoreapp3.1/Razor/Views/PacotesTuristicos/Atualizar.cshtml.g.cs | cshillrj/Curso-SENAC | ec54aa6df9514410027a6d6ecb11c104395d7e6c | [
"MIT"
] | null | null | null | MODULO-UC4/ATIV_02/obj/Debug/netcoreapp3.1/Razor/Views/PacotesTuristicos/Atualizar.cshtml.g.cs | cshillrj/Curso-SENAC | ec54aa6df9514410027a6d6ecb11c104395d7e6c | [
"MIT"
] | null | null | null | MODULO-UC4/ATIV_02/obj/Debug/netcoreapp3.1/Razor/Views/PacotesTuristicos/Atualizar.cshtml.g.cs | cshillrj/Curso-SENAC | ec54aa6df9514410027a6d6ecb11c104395d7e6c | [
"MIT"
] | null | null | null | #pragma checksum "C:\MEUS ARQUIVOS\Curso-SENAC\MODULO-UC4\ATIV_02\Views\PacotesTuristicos\Atualizar.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e31a031f7bd75b1b7bda07574a9300b599e9b80b"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribu... | 70.222973 | 302 | 0.733923 |
2b85e86b8072b311630d70ca31152ebb915667c9 | 3,689 | cs | C# | UnitTests/SparseMatrixTests.cs | TASchwarz/umap-sharp | ccfe6c2ad842401f532eefd5527a3ae6aaab5502 | [
"MIT"
] | 9 | 2020-02-16T05:22:08.000Z | 2021-09-29T08:06:27.000Z | UnitTests/SparseMatrixTests.cs | curiosity-ai/umap-csharp | 2e0b24965f3dbd672ced1a3210440c8192a0eca0 | [
"MIT"
] | 7 | 2020-01-31T18:03:05.000Z | 2022-03-30T09:07:02.000Z | UnitTests/SparseMatrixTests.cs | curiosity-ai/umap-csharp | 2e0b24965f3dbd672ced1a3210440c8192a0eca0 | [
"MIT"
] | 3 | 2021-06-16T13:34:08.000Z | 2021-10-21T16:33:34.000Z | using System.Collections.Generic;
using Xunit;
namespace UMAP.UnitTests
{
public static class SparseMatrixTests
{
[Fact]
public static void ConstructsSpareMatrixFromRowsColsVals()
{
var rows = new[] { 0, 0, 1, 1 };
var cols = new[] { 0, 1, 0, 1 };
var... | 38.831579 | 176 | 0.503388 |
34ba69dbee167e04e07f07e59b7757a2694342c6 | 727 | cs | C# | SyNet Controller/GuiControls/NumericTextBox.cs | mkurdziel/BitHome-Hub-CSharp-V1 | 8badafdb31ab4c45f78692663e4722f2f8d45156 | [
"Apache-2.0"
] | null | null | null | SyNet Controller/GuiControls/NumericTextBox.cs | mkurdziel/BitHome-Hub-CSharp-V1 | 8badafdb31ab4c45f78692663e4722f2f8d45156 | [
"Apache-2.0"
] | null | null | null | SyNet Controller/GuiControls/NumericTextBox.cs | mkurdziel/BitHome-Hub-CSharp-V1 | 8badafdb31ab4c45f78692663e4722f2f8d45156 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Controls;
namespace SyNet.GuiControls
{
public class NumericTextBox : TextBox
{
public NumericTextBox() : base()
{
this.PreviewTextInput += NumericTextBox_PreviewTextInput;
}
... | 21.382353 | 105 | 0.650619 |
651c7fac2d52dc8b90525d4ade081bde1031f06c | 2,478 | cs | C# | Generics/6. Reflection/Container.cs | yrrodriguezb/NetCore-3.1.201 | 588712e56b252fef989d7233cfad3f832c4d33e7 | [
"MIT"
] | null | null | null | Generics/6. Reflection/Container.cs | yrrodriguezb/NetCore-3.1.201 | 588712e56b252fef989d7233cfad3f832c4d33e7 | [
"MIT"
] | null | null | null | Generics/6. Reflection/Container.cs | yrrodriguezb/NetCore-3.1.201 | 588712e56b252fef989d7233cfad3f832c4d33e7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace Reflection
{
public class Container
{
Dictionary<Type, Type> _map = new Dictionary<Type, Type>();
public ContainerBuilder For<TSource>()
{
return For(typeof(TSource));
}
public Cont... | 30.592593 | 105 | 0.559322 |
d3584102f09fdd5b32d8fba3f46c9d0e93461f71 | 551 | cs | C# | Source/JdSdk/domain/service/AfsServiceManagerFacade/AfsServiceWaitFetch.cs | starpeng/JdSdk2 | a26db0a2e4c5c0a94b1a0b96a38bab27c85e2cd2 | [
"Apache-2.0"
] | 11 | 2015-03-26T09:34:44.000Z | 2021-07-08T10:10:11.000Z | Source/JdSdk/domain/service/AfsServiceManagerFacade/AfsServiceWaitFetch.cs | starpeng/JdSdk2 | a26db0a2e4c5c0a94b1a0b96a38bab27c85e2cd2 | [
"Apache-2.0"
] | null | null | null | Source/JdSdk/domain/service/AfsServiceManagerFacade/AfsServiceWaitFetch.cs | starpeng/JdSdk2 | a26db0a2e4c5c0a94b1a0b96a38bab27c85e2cd2 | [
"Apache-2.0"
] | 12 | 2015-03-11T07:10:22.000Z | 2021-07-08T10:10:15.000Z | using System;
using System.Xml.Serialization;
using System.Collections;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace JdSdk.Domain.Service.AfsServiceManagerFacade
{
[Serializable]
public class AfsServiceWaitFetch : JdObject
{
[JsonProperty("afsServiceId")]
public Nul... | 19 | 54 | 0.604356 |
d396e73cb88fe4cab72df8d3771f4f00236c464a | 6,324 | cs | C# | Zambo.Utility/MensagemBll.cs | zambotecnologia/Zambo.Utility | e09c68eec422f568b9055a91d7a311377a5ed2b4 | [
"BSD-2-Clause"
] | null | null | null | Zambo.Utility/MensagemBll.cs | zambotecnologia/Zambo.Utility | e09c68eec422f568b9055a91d7a311377a5ed2b4 | [
"BSD-2-Clause"
] | null | null | null | Zambo.Utility/MensagemBll.cs | zambotecnologia/Zambo.Utility | e09c68eec422f568b9055a91d7a311377a5ed2b4 | [
"BSD-2-Clause"
] | null | null | null | //
// MensagemBll.cs
//
// Autor: Cláudio Rocha de Jesus <crochadejesus@zambotecnologia.com.br>
// Criado em: 24/05/2016 16:17
//
// Copyright (c) 2016 Zambo Tecnologia Ltda
//
using System;
using System.Net.Mail;
using System.Text;
namespace Zambo.Utility
{
public class MensagemBll : Interface.IMensagemBll
{
... | 27.141631 | 115 | 0.645161 |
9114c281d6398cf366f4b561f964d836e0915481 | 2,582 | cs | C# | src/Common/src/CoreLib/System/ParamsArray.cs | johnkellyoxford/corefx | b35819aa391c422138868f037e55db7d9351c23a | [
"MIT"
] | 159 | 2020-06-17T01:01:55.000Z | 2022-03-28T10:33:37.000Z | src/Common/src/CoreLib/System/ParamsArray.cs | johnkellyoxford/corefx | b35819aa391c422138868f037e55db7d9351c23a | [
"MIT"
] | 32 | 2020-05-21T11:55:32.000Z | 2022-03-24T11:33:19.000Z | src/Common/src/CoreLib/System/ParamsArray.cs | johnkellyoxford/corefx | b35819aa391c422138868f037e55db7d9351c23a | [
"MIT"
] | 19 | 2020-05-21T08:18:20.000Z | 2021-06-29T01:13:13.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System
{
internal readonly struct ParamsArray
{
// Sentinel fixed-length arrays eliminate ... | 31.108434 | 92 | 0.554222 |
3ca94aa8bf7a70c1cd46531a4572464b92b74a58 | 741 | cs | C# | desafio-a-copa-server/Copa/Copa.Web.API.Integration.Test/EquipeBuilder.cs | JDouglasMendes/Copa | fd7ef2ed393937a9d906826d7ca888378fd1aaf4 | [
"MIT"
] | null | null | null | desafio-a-copa-server/Copa/Copa.Web.API.Integration.Test/EquipeBuilder.cs | JDouglasMendes/Copa | fd7ef2ed393937a9d906826d7ca888378fd1aaf4 | [
"MIT"
] | 1 | 2022-03-02T09:16:55.000Z | 2022-03-02T09:16:55.000Z | desafio-a-copa-server/Copa/Copa.Web.API.Integration.Test/EquipeBuilder.cs | JDouglasMendes/Copa | fd7ef2ed393937a9d906826d7ca888378fd1aaf4 | [
"MIT"
] | null | null | null | using Copa.Application.ViewModels;
using System;
using System.Collections.Generic;
using System.Text;
namespace Copa.Web.API.Integration.Test
{
public class EquipeBuilder
{
public static List<EquipeViewModel> CrieEquipesViewModelAletorias(short quantidade)
{
var retorno = new List<... | 25.551724 | 91 | 0.51552 |
cb9c98089bfb90587667b602363f801751fe75fe | 2,582 | cs | C# | src/NuDoq/CachedEnumerable.cs | cesarsouza/NuDoq | 46ff15421a3ab155fb0e239a1dbb5e695750fe38 | [
"Apache-2.0"
] | null | null | null | src/NuDoq/CachedEnumerable.cs | cesarsouza/NuDoq | 46ff15421a3ab155fb0e239a1dbb5e695750fe38 | [
"Apache-2.0"
] | null | null | null | src/NuDoq/CachedEnumerable.cs | cesarsouza/NuDoq | 46ff15421a3ab155fb0e239a1dbb5e695750fe38 | [
"Apache-2.0"
] | null | null | null | #region Apache Licensed
/*
Copyright 2013 Clarius Consulting, Daniel Cazzulino
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 ... | 32.683544 | 78 | 0.578234 |
db548d52103e41db8e4befcaf8d33d6eb44d653b | 2,457 | cs | C# | Banshee.Customers/Controllers/CountriesController.cs | jorgingt9/banshee-customer-api | cd8fb1e462d56571bef578cbc16e15c86ad5b4f9 | [
"MIT"
] | null | null | null | Banshee.Customers/Controllers/CountriesController.cs | jorgingt9/banshee-customer-api | cd8fb1e462d56571bef578cbc16e15c86ad5b4f9 | [
"MIT"
] | null | null | null | Banshee.Customers/Controllers/CountriesController.cs | jorgingt9/banshee-customer-api | cd8fb1e462d56571bef578cbc16e15c86ad5b4f9 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Banshee.Customers.Domain.Entities;
using Banshee.Customers.Domain.Interfaces;
using Banshee.Customers.Dto;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace Banshee.Customers.Controllers
{
... | 35.1 | 105 | 0.593 |
dbabd81d660cdaad70c30a26e1a44a275e66452e | 1,472 | cs | C# | System.Configuration/System/Configuration/Internal/InternalConfigConfigurationFactory.cs | cnork/referencesource | d4b0506aea0b2ad7dc81864a8fd0a486ae800d25 | [
"MIT"
] | 911 | 2019-05-07T03:19:15.000Z | 2022-03-30T16:02:56.000Z | System.Configuration/System/Configuration/Internal/InternalConfigConfigurationFactory.cs | cnork/referencesource | d4b0506aea0b2ad7dc81864a8fd0a486ae800d25 | [
"MIT"
] | 63 | 2019-05-09T09:51:57.000Z | 2022-03-27T06:57:52.000Z | System.Configuration/System/Configuration/Internal/InternalConfigConfigurationFactory.cs | cnork/referencesource | d4b0506aea0b2ad7dc81864a8fd0a486ae800d25 | [
"MIT"
] | 665 | 2019-05-07T08:29:23.000Z | 2022-03-31T12:53:12.000Z | //------------------------------------------------------------------------------
// <copyright file="InternalConfigConfigurationFactory.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//---------------------------------------------------------------------------... | 39.783784 | 137 | 0.684103 |
31a6f3f6d712117b9c403cb705e73d6711b4dc3e | 8,087 | cs | C# | V.1.0.8/EclipsePOS.WPF.PosWorkBench/EclipsePos.Apps/PosEvents/ChangeQuantity.cs | naushard/EclipsePOS | 05e936be12005a9f4405adb8720c5c3abd02f36a | [
"MIT"
] | 7 | 2019-05-24T10:31:35.000Z | 2021-12-10T11:19:58.000Z | V.1.0.8/EclipsePOS.WPF.PosWorkBench/EclipsePos.Apps/PosEvents/ChangeQuantity.cs | naushard/EclipsePOS | 05e936be12005a9f4405adb8720c5c3abd02f36a | [
"MIT"
] | null | null | null | V.1.0.8/EclipsePOS.WPF.PosWorkBench/EclipsePos.Apps/PosEvents/ChangeQuantity.cs | naushard/EclipsePOS | 05e936be12005a9f4405adb8720c5c3abd02f36a | [
"MIT"
] | 7 | 2019-09-20T03:43:08.000Z | 2021-12-20T00:34:39.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
using System.Data;
using EclipsePos.Apps.EJournal;
using EclipsePos.Apps.Context;
using EclipsePos.Data;
using EclipsePos.Apps.Util;
namespace EclipsePos.Apps.PosEvents
{
public class ChangeQuantity:... | 24.432024 | 132 | 0.444417 |
62179200df95dedd813c7c2fe13e26e23855aa31 | 2,416 | cs | C# | src/Tools/PaintLabResTool/PathUtils.cs | danieloff/PixelFarm | 3cf454369513c50602b8e1096c219a18c3ff7eb6 | [
"MIT"
] | 131 | 2017-02-02T23:49:34.000Z | 2022-02-20T05:28:02.000Z | src/Tools/PaintLabResTool/PathUtils.cs | danieloff/PixelFarm | 3cf454369513c50602b8e1096c219a18c3ff7eb6 | [
"MIT"
] | 45 | 2017-02-10T02:51:30.000Z | 2022-02-18T07:41:09.000Z | src/Tools/PaintLabResTool/PathUtils.cs | danieloff/PixelFarm | 3cf454369513c50602b8e1096c219a18c3ff7eb6 | [
"MIT"
] | 18 | 2017-02-07T01:21:39.000Z | 2021-08-10T06:08:22.000Z | //MIT, 2020, WinterDev
using System;
using System.IO;
using System.Text;
namespace Mini
{
static class PathUtils
{
static readonly char[] s_pathSeps = new char[] { '/', '\\' };
struct SimplePathWalker
{
string[] _splitedParts;
public SimplePathWalker(string inpu... | 32.213333 | 93 | 0.497103 |
0a6b4bc775f75ad38f419c8ba806c518328730ae | 477 | cs | C# | Texnomic.DNS/Options/DNSCryptOptions.cs | Manny27nyc/SecureDNS | 76ec625417677c7cb6a7c918e9a38d043d045c85 | [
"MIT"
] | 219 | 2019-09-23T14:47:07.000Z | 2022-03-29T13:00:58.000Z | Texnomic.DNS/Options/DNSCryptOptions.cs | ProjectZeroDays/SecureDNS | 30085af31d70cfbe0a0a4dd2ff57840b84683c1e | [
"MIT"
] | 268 | 2020-02-06T17:13:55.000Z | 2022-03-31T03:14:42.000Z | Texnomic.DNS/Options/DNSCryptOptions.cs | Manny27nyc/SecureDNS | 76ec625417677c7cb6a7c918e9a38d043d045c85 | [
"MIT"
] | 30 | 2019-09-23T07:22:20.000Z | 2022-03-29T09:45:01.000Z | using System.Text.Json.Serialization;
using Texnomic.DNS.Abstractions;
using Texnomic.DNS.Models;
namespace Texnomic.DNS.Options
{
public class DNSCryptOptions : IOptions
{
[JsonConverter(typeof(JsonConverter<Stamp>))]
public Stamp Stamp { get; set; } = Stamp.FromString("sdns://AQYAAAAAAAAADTk... | 31.8 | 181 | 0.748428 |
0044bc48fafe6d5501a93865858ba01335920d9a | 1,051 | cs | C# | 99-Tests/Gear.WinTests/DataTests/CrudService/QueryableCrudServiceTest.cs | amkherad/AMKs-Gear.net | a833a0376d7c75562d0c373c9e837fadd26b68a4 | [
"Unlicense",
"MIT"
] | 2 | 2020-01-30T19:06:58.000Z | 2020-06-24T09:42:13.000Z | 99-Tests/Gear.WinTests/DataTests/CrudService/QueryableCrudServiceTest.cs | amkherad/AMKs-Gear.net | a833a0376d7c75562d0c373c9e837fadd26b68a4 | [
"Unlicense",
"MIT"
] | null | null | null | 99-Tests/Gear.WinTests/DataTests/CrudService/QueryableCrudServiceTest.cs | amkherad/AMKs-Gear.net | a833a0376d7c75562d0c373c9e837fadd26b68a4 | [
"Unlicense",
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using ir.amkdp.gear.core.Automation.Object.Mapper;
using ir.amkdp.gear.core.Trace;
using ir.amkdp.gear.core.TraceTools.Manipulation;
using ir.amkdp.gear.data;
using ir.amkdp.gear.data.AbstractInterface;
using ir.amkdp.gear.data.AbstractInterface.Templa... | 31.848485 | 148 | 0.660324 |
107bafa3acb1466aff30aaa81581206025d8cfa7 | 208 | cs | C# | DesignPatterns/SoftwareDesignPattern/Structural/Adapter/Target/NonAdaptedTarget.cs | Venthe/Design-Patterns | d67de26add1bc318eaa79727c82d9f9cd409fc7f | [
"Unlicense"
] | 4 | 2020-02-24T02:19:18.000Z | 2021-09-07T21:29:07.000Z | DesignPatterns/SoftwareDesignPattern/Structural/Adapter/Target/NonAdaptedTarget.cs | Venthe/Design-Patterns | d67de26add1bc318eaa79727c82d9f9cd409fc7f | [
"Unlicense"
] | null | null | null | DesignPatterns/SoftwareDesignPattern/Structural/Adapter/Target/NonAdaptedTarget.cs | Venthe/Design-Patterns | d67de26add1bc318eaa79727c82d9f9cd409fc7f | [
"Unlicense"
] | null | null | null | using System;
namespace DesignPatterns.SoftwareDesignPattern.Structural.Adapter.Target {
public class NonAdaptedTarget : ITarget {
public void Publish() => Console.WriteLine("Properly called");
}
}
| 26 | 74 | 0.764423 |
3668b3fc026b41f4bd04dfba94b20fae8876494c | 189 | cs | C# | SpaceHoarder/Assets/_SCRIPTS/IGrabable.cs | LeandroDotta/SpaceHoarder | 622abdf1a89b9017071995be74f6108e734f2f77 | [
"MIT"
] | 8 | 2018-12-21T15:11:22.000Z | 2021-07-09T00:45:42.000Z | SpaceHoarder/Assets/_SCRIPTS/IGrabable.cs | LeandroDotta/SpaceHoarder | 622abdf1a89b9017071995be74f6108e734f2f77 | [
"MIT"
] | null | null | null | SpaceHoarder/Assets/_SCRIPTS/IGrabable.cs | LeandroDotta/SpaceHoarder | 622abdf1a89b9017071995be74f6108e734f2f77 | [
"MIT"
] | 1 | 2020-07-20T11:21:48.000Z | 2020-07-20T11:21:48.000Z | using System;
using UnityEngine;
interface IGrabable
{
bool IsGrabbed { get; set; }
void SetHighlighted(bool highlighted);
Transform GetTransform();
int GetMassValue();
}
| 17.181818 | 42 | 0.703704 |
36700d1ba782717d2367ef865082696bf4f74152 | 2,142 | cs | C# | Src/ILGPU/Backends/InvalidCodeGenerationException.cs | sucrose0413/ILGPU | 976aae21109492337d2596730f959f0256e8de90 | [
"NCSA"
] | null | null | null | Src/ILGPU/Backends/InvalidCodeGenerationException.cs | sucrose0413/ILGPU | 976aae21109492337d2596730f959f0256e8de90 | [
"NCSA"
] | 10 | 2021-09-12T04:34:13.000Z | 2022-03-09T07:17:59.000Z | Src/ILGPU/Backends/InvalidCodeGenerationException.cs | Yey007/ILGPU | 904c8d8c69ae70f634658e6aefaa06826199d2ff | [
"NCSA"
] | null | null | null | // ---------------------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2020 Marcel Koester
// www.ilgpu.net
//
// File: InvalidCodeGenerationException.cs
//
// This file i... | 35.114754 | 91 | 0.536415 |
7a2be5049c53efd472d076be6fed1f4fe2e241ac | 979 | cs | C# | src/Obj2Gltf/SVec2.cs | SilentWave/ObjConvert | 21a28bcc40d8b650ede6fe3b325fdea88514bce6 | [
"MIT"
] | null | null | null | src/Obj2Gltf/SVec2.cs | SilentWave/ObjConvert | 21a28bcc40d8b650ede6fe3b325fdea88514bce6 | [
"MIT"
] | null | null | null | src/Obj2Gltf/SVec2.cs | SilentWave/ObjConvert | 21a28bcc40d8b650ede6fe3b325fdea88514bce6 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
namespace SilentWave.Obj2Gltf
{
/// <summary>
/// 2-d point or vector
/// </summary>
public struct SVec2
{
public SVec2(Single u, Single v)
{
U = u;
V = v;
}
public Single U;
public Single V;
... | 20.829787 | 111 | 0.459653 |
36f5128e715ce8b4a5f8c308f0a47349bb87f6bf | 1,321 | cs | C# | RedFolder.ActivityTracker.BeyondPod.UnitTests/Converters/Handlers/AzurePodcastUnitTests.cs | Red-Folder/activity-tracker-azure-function | 9fe9ca087c86f3efb5108f50a018893dea1c2ba1 | [
"MIT"
] | 1 | 2020-06-28T16:03:55.000Z | 2020-06-28T16:03:55.000Z | RedFolder.ActivityTracker.BeyondPod.UnitTests/Converters/Handlers/AzurePodcastUnitTests.cs | Red-Folder/activity-tracker-azure-function | 9fe9ca087c86f3efb5108f50a018893dea1c2ba1 | [
"MIT"
] | null | null | null | RedFolder.ActivityTracker.BeyondPod.UnitTests/Converters/Handlers/AzurePodcastUnitTests.cs | Red-Folder/activity-tracker-azure-function | 9fe9ca087c86f3efb5108f50a018893dea1c2ba1 | [
"MIT"
] | null | null | null | using RedFolder.ActivityTracker.BeyondPod.Converters.Handlers;
using RedFolder.ActivityTracker.Models.BeyondPod;
using Xunit;
namespace RedFolder.ActivityTracker.BeyondPod.UnitTests.Converters.Handlers
{
public class AzurePodcastUnitTests
{
private readonly AzurePodcast _sut;
private readonly... | 30.72093 | 117 | 0.616957 |
3c72423a8cbc4e29a360d5cfda15d6c4d3154bb4 | 1,059 | cs | C# | src/Examples.Assemblies.Plugin/Plugins/PlugExecutor.cs | suzu-devworks/examples-netfw | a54bebccfede2929a0cf9e900c06d5e897c85fc9 | [
"MIT"
] | null | null | null | src/Examples.Assemblies.Plugin/Plugins/PlugExecutor.cs | suzu-devworks/examples-netfw | a54bebccfede2929a0cf9e900c06d5e897c85fc9 | [
"MIT"
] | null | null | null | src/Examples.Assemblies.Plugin/Plugins/PlugExecutor.cs | suzu-devworks/examples-netfw | a54bebccfede2929a0cf9e900c06d5e897c85fc9 | [
"MIT"
] | null | null | null | using System;
namespace Examples.Assemblies.Plugins
{
public class PlugExecutor : MarshalByRefObject, IPlugable
{
public void DoAction()
{
//Put it in a variable to make it easier to rewrite later.
var count = 1L;
Console.WriteLine($"★{typeof(PlugExecutor).N... | 25.829268 | 120 | 0.528801 |
18be9b9f6f5cb0152a83a4bfec7782f10585aeeb | 1,476 | cs | C# | UmbracoDev/Controllers/ForgottenPassword/ForgottenPasswordPageController.cs | Ryyyyannnn/UmbracoDev | 7404dd2166ca49b6dbcffb4944c57fc83cf4a8ee | [
"MIT"
] | 2 | 2021-02-22T15:38:47.000Z | 2021-12-27T19:53:41.000Z | UmbracoDev/Controllers/ForgottenPassword/ForgottenPasswordPageController.cs | Ryyyyannnn/UmbracoDev | 7404dd2166ca49b6dbcffb4944c57fc83cf4a8ee | [
"MIT"
] | 1 | 2022-02-10T23:35:24.000Z | 2022-02-10T23:35:24.000Z | UmbracoDev/Controllers/ForgottenPassword/ForgottenPasswordPageController.cs | RyanHelmn/UmbracoDev | 7404dd2166ca49b6dbcffb4944c57fc83cf4a8ee | [
"MIT"
] | null | null | null | using System.Web.Mvc;
using Umbraco.Core.Services;
using Umbraco.Web.Composing;
using Umbraco.Web.Models;
using Umbraco.Web.Mvc;
using UmbracoDev.Core.Extensions;
namespace UmbracoDev.Controllers.ForgottenPassword
{
public class ForgottenPasswordPageController : RenderMvcController
{
private readonly ... | 36 | 99 | 0.630081 |
d83287774222521c5fb2754372a17f63ee4e44ad | 7,055 | cs | C# | clinik-sinohe/clinik_application/clinik_application/r_news.Designer.cs | tebyaniyan/clinik-sinohe | f21a8183f6dc70ffac4c2935573d9aef436e2cfb | [
"MIT"
] | null | null | null | clinik-sinohe/clinik_application/clinik_application/r_news.Designer.cs | tebyaniyan/clinik-sinohe | f21a8183f6dc70ffac4c2935573d9aef436e2cfb | [
"MIT"
] | null | null | null | clinik-sinohe/clinik_application/clinik_application/r_news.Designer.cs | tebyaniyan/clinik-sinohe | f21a8183f6dc70ffac4c2935573d9aef436e2cfb | [
"MIT"
] | null | null | null | namespace clinik-sinohe_application
{
partial class r_news
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 46.414474 | 154 | 0.577321 |
3a8debd5af730af1abd925dfd85fd3a43a99321c | 385 | cs | C# | Chiota/Chiota/Models/Database/Base/TableModel.cs | Noc2/Chiota | 8061eb9e1fd14a9772d3202473f2bb8991ea3742 | [
"MIT"
] | 27 | 2018-03-28T12:36:07.000Z | 2018-09-15T17:57:48.000Z | Chiota/Chiota/Models/Database/Base/TableModel.cs | PACTCare/Chiota | 8061eb9e1fd14a9772d3202473f2bb8991ea3742 | [
"MIT"
] | 4 | 2018-04-02T12:47:16.000Z | 2018-07-06T05:56:00.000Z | Chiota/Chiota/Models/Database/Base/TableModel.cs | Noc2/Chiota | 8061eb9e1fd14a9772d3202473f2bb8991ea3742 | [
"MIT"
] | 8 | 2018-03-28T23:41:12.000Z | 2018-08-15T18:57:52.000Z | using System.ComponentModel;
using System.Runtime.CompilerServices;
using Chiota.Annotations;
using Newtonsoft.Json;
using SQLite;
namespace Chiota.Models.Database.Base
{
public abstract class TableModel : BaseModel
{
#region Properties
[PrimaryKey, AutoIncrement]
[JsonProperty("id")]... | 19.25 | 48 | 0.677922 |
9de0f639d2cc54094beacaed1bc6238e7bfc61f1 | 2,168 | cs | C# | src/Services/Ordering/Ordering.Application/Features/Orders/Commands/CheckoutOrder/CheckoutOrderCommandHandler.cs | KrasimirStoimenov/ASP.NET-Microservices | 3efa218a7f6792f0bd3c946e9e81d4aad0466e31 | [
"MIT"
] | null | null | null | src/Services/Ordering/Ordering.Application/Features/Orders/Commands/CheckoutOrder/CheckoutOrderCommandHandler.cs | KrasimirStoimenov/ASP.NET-Microservices | 3efa218a7f6792f0bd3c946e9e81d4aad0466e31 | [
"MIT"
] | null | null | null | src/Services/Ordering/Ordering.Application/Features/Orders/Commands/CheckoutOrder/CheckoutOrderCommandHandler.cs | KrasimirStoimenov/ASP.NET-Microservices | 3efa218a7f6792f0bd3c946e9e81d4aad0466e31 | [
"MIT"
] | null | null | null | namespace Ordering.Application.Features.Orders.Commands.CheckoutOrder;
using System.Threading;
using System.Threading.Tasks;
using AutoMapper;
using MediatR;
using Microsoft.Extensions.Logging;
using Ordering.Application.Interfaces.Infrastructure;
using Ordering.Application.Interfaces.Persistence;
using Ordering.... | 31.882353 | 116 | 0.692343 |
02f45c1494f7330247ee74176dd5209ae6369958 | 1,047 | cs | C# | Chuska_with_custom_framework/Apps/ChushkaWebApp/Data/ApplicationDbContext.cs | PETROV442518/SoftUni | 3753e9e2462aea2972ca538d4c6205f3f2ffebe4 | [
"MIT"
] | null | null | null | Chuska_with_custom_framework/Apps/ChushkaWebApp/Data/ApplicationDbContext.cs | PETROV442518/SoftUni | 3753e9e2462aea2972ca538d4c6205f3f2ffebe4 | [
"MIT"
] | 1 | 2019-11-13T07:19:23.000Z | 2019-11-13T07:19:23.000Z | Chuska_with_custom_framework/Apps/ChushkaWebApp/Data/ApplicationDbContext.cs | PETROV442518/SoftUni | 3753e9e2462aea2972ca538d4c6205f3f2ffebe4 | [
"MIT"
] | null | null | null | using ChushkaWebApp.Models;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Text;
namespace ChushkaWebApp.Data
{
public class ApplicationDbContext : DbContext
{
public DbSet<User> Users { get; set; }
public DbSet<Order> Orders { get; set; }
... | 33.774194 | 146 | 0.660936 |
6d4fc04621e24a92cd3bafc923e3d3e3ddf85f16 | 4,457 | cs | C# | Rawr.Mage/CooldownRestrictionsForm.cs | tsebalj1/rawr | e7aad6a2499d170d9a103c40f56c33663e6972d6 | [
"blessing",
"Apache-2.0",
"MIT"
] | 1 | 2021-04-01T18:23:15.000Z | 2021-04-01T18:23:15.000Z | Rawr.Mage/CooldownRestrictionsForm.cs | Chenocide/rawr | 29ad1c5bcf0f70c24e9566a6389257499703e84f | [
"blessing",
"Apache-2.0",
"MIT"
] | null | null | null | Rawr.Mage/CooldownRestrictionsForm.cs | Chenocide/rawr | 29ad1c5bcf0f70c24e9566a6389257499703e84f | [
"blessing",
"Apache-2.0",
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Text.RegularExpressions;
namespace Rawr.Mage
{
public partial class CooldownRestrictionsForm : Form
{
private C... | 37.771186 | 150 | 0.571461 |
297fd031b9322e05e2cbb0363dd3256d14f5dc8a | 389 | cs | C# | DotNet/Interview Snippets/src/SOLID.Encoder/EncoderTask/ReplacementEncoder.cs | KeithBarrows/sandbox | a9cd0dd07c64f62d76b1bbec6f50eb6c51aa7124 | [
"MIT"
] | 1 | 2020-08-29T20:45:48.000Z | 2020-08-29T20:45:48.000Z | DotNet/Interview Snippets/src/SOLID.Encoder/EncoderTask/ReplacementEncoder.cs | KeithBarrows/sandbox | a9cd0dd07c64f62d76b1bbec6f50eb6c51aa7124 | [
"MIT"
] | 2 | 2022-03-02T10:15:22.000Z | 2022-03-02T10:15:22.000Z | DotNet/Interview Snippets/src/SOLID.Encoder/EncoderTask/ReplacementEncoder.cs | KeithBarrows/sandbox | a9cd0dd07c64f62d76b1bbec6f50eb6c51aa7124 | [
"MIT"
] | null | null | null | using System.Text;
namespace ConsoleApp1.EncoderTask
{
public class ReplacementEncoder : IReplacer {
public bool Execute (char source, char check, char replacement, ref StringBuilder target) {
if (source.Equals (check)) {
target.Append (replacement.ToString());
r... | 27.785714 | 99 | 0.586118 |
c9f6a0abc9776dc333207f407136b785c20033e7 | 1,187 | cs | C# | source/NuGet.Lucene.Web/Filters/OwinPathEncodingFilter.cs | themotleyfool/NuGet.Lucene | 7f0d32bb11622a432ce79c25712efbc5c13a624d | [
"Apache-2.0"
] | 43 | 2015-01-09T12:03:54.000Z | 2019-05-15T01:20:06.000Z | source/NuGet.Lucene.Web/Filters/OwinPathEncodingFilter.cs | chriseldredge/NuGet.Lucene | 7f0d32bb11622a432ce79c25712efbc5c13a624d | [
"Apache-2.0"
] | 22 | 2015-02-04T19:50:17.000Z | 2019-05-30T11:04:06.000Z | source/NuGet.Lucene.Web/Filters/OwinPathEncodingFilter.cs | themotleyfool/NuGet.Lucene | 7f0d32bb11622a432ce79c25712efbc5c13a624d | [
"Apache-2.0"
] | 32 | 2015-01-23T10:35:27.000Z | 2018-05-03T05:13:00.000Z | using System;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
namespace NuGet.Lucene.Web.Filters
{
/// <summary>
/// The Katana project (OWIN) incorrectly escapes/encodes characters such as parentheses
/// on incoming request paths which in turn causes `next link` in paginated responses t... | 35.969697 | 126 | 0.668913 |
762d7baa4a95c3e86e8db82c7db21aa7b8d02229 | 3,008 | cs | C# | Nexus/Entities/Message.cs | NexusCommunity/Nexus | fcd05ea7d3f1c3f960182d1d18c2caf645f46cca | [
"MIT"
] | null | null | null | Nexus/Entities/Message.cs | NexusCommunity/Nexus | fcd05ea7d3f1c3f960182d1d18c2caf645f46cca | [
"MIT"
] | null | null | null | Nexus/Entities/Message.cs | NexusCommunity/Nexus | fcd05ea7d3f1c3f960182d1d18c2caf645f46cca | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using Nexus.Enums;
namespace Nexus.Entities
{
/// <summary>
/// A class used to handle broadcasts and simplify config broadcasts.
/// </summary>
public class Message
{
/// <summary>
/// Defines how long is this message going to last. Defaults to 1... | 38.075949 | 161 | 0.598404 |
e4c8f1a6294468278c81822b7c54ca2acc213c51 | 434 | cs | C# | utility/OneF.Utilities/System/OneFObjectExtensions.cs | gitter-badger/framework-29 | abbaddc2b6f40f008886e467cb3bbfa6a9b12c2d | [
"MIT"
] | null | null | null | utility/OneF.Utilities/System/OneFObjectExtensions.cs | gitter-badger/framework-29 | abbaddc2b6f40f008886e467cb3bbfa6a9b12c2d | [
"MIT"
] | null | null | null | utility/OneF.Utilities/System/OneFObjectExtensions.cs | gitter-badger/framework-29 | abbaddc2b6f40f008886e467cb3bbfa6a9b12c2d | [
"MIT"
] | null | null | null | // Copyright (c) Maple512. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Diagnostics;
using System.Linq;
namespace System
{
[DebuggerStepThrough]
public static class OneFObjectExtensions
{
public static b... | 22.842105 | 91 | 0.677419 |
90426abc2073e21e97129e8f2dddfdf997ee41a7 | 413 | cs | C# | src/Snijderman.Common/Async/ProducerConsumer/ProducerConsumerConfiguration.cs | Snijderman/Snijderman | 031847663177cf3dca858d38b24bde5767985439 | [
"Apache-2.0"
] | null | null | null | src/Snijderman.Common/Async/ProducerConsumer/ProducerConsumerConfiguration.cs | Snijderman/Snijderman | 031847663177cf3dca858d38b24bde5767985439 | [
"Apache-2.0"
] | null | null | null | src/Snijderman.Common/Async/ProducerConsumer/ProducerConsumerConfiguration.cs | Snijderman/Snijderman | 031847663177cf3dca858d38b24bde5767985439 | [
"Apache-2.0"
] | null | null | null | namespace Snijderman.Common.Async.ProducerConsumer;
public class ProducerConsumerConfiguration
{
private int _readerCount = 1;
public bool CreateBounded { get; set; } = true;
public int Capacity { get; set; } = 1;
public int ReaderCount
{
get => this._readerCount;
set => this._readerCount... | 21.736842 | 58 | 0.680387 |
936896681c775b740d2e3b053a9b09eedc75124a | 552 | cs | C# | Slqsh.Test/Common/ExampleSlashCommandService.cs | QuantumToasted/Slqsh | efb8c96d5bcbcdc3730017e2ff22d866fb58fab9 | [
"MIT"
] | 2 | 2022-03-11T09:52:06.000Z | 2022-03-13T15:03:16.000Z | Slqsh.Test/Common/ExampleSlashCommandService.cs | QuantumToasted/Slqsh | efb8c96d5bcbcdc3730017e2ff22d866fb58fab9 | [
"MIT"
] | 1 | 2022-03-13T19:34:42.000Z | 2022-03-13T19:34:42.000Z | Slqsh.Test/Common/ExampleSlashCommandService.cs | QuantumToasted/Slqsh | efb8c96d5bcbcdc3730017e2ff22d866fb58fab9 | [
"MIT"
] | 1 | 2022-03-13T07:46:15.000Z | 2022-03-13T07:46:15.000Z | using Disqord;
using Microsoft.Extensions.Logging;
namespace Slqsh.Test;
public sealed class ExampleSlashCommandService : SlashCommandService
{
public ExampleSlashCommandService(IServiceProvider services, SlashCommandServiceConfiguration configuration, DiscordClientBase client, ILogger<SlashCommandService> logge... | 32.470588 | 176 | 0.771739 |
2560a399b27301ac42991a5b85d49602f261e26e | 5,853 | cs | C# | src/ESFA.DC.ILR.ValidationService.RuleSet.Tests/ErrorHandler/ValidationErrorHandlerTests.cs | sampanu/DC-ILR-1819-ValidationService | 0a1ee914911ec30cd524419fa609cc637543be13 | [
"MIT"
] | null | null | null | src/ESFA.DC.ILR.ValidationService.RuleSet.Tests/ErrorHandler/ValidationErrorHandlerTests.cs | sampanu/DC-ILR-1819-ValidationService | 0a1ee914911ec30cd524419fa609cc637543be13 | [
"MIT"
] | null | null | null | src/ESFA.DC.ILR.ValidationService.RuleSet.Tests/ErrorHandler/ValidationErrorHandlerTests.cs | sampanu/DC-ILR-1819-ValidationService | 0a1ee914911ec30cd524419fa609cc637543be13 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using ESFA.DC.ILR.ValidationService.Interface;
using ESFA.DC.ILR.ValidationService.Interface.Enum;
using ESFA.DC.ILR.ValidationService.RuleSet.ErrorHandler;
using ESFA.DC.ILR.ValidationService.RuleSet.ErrorHandler.Model;
using FluentAssertions;
using Moq;
using Xunit;
namespace ESFA.... | 43.679104 | 299 | 0.681189 |
72c17f003628cb0a999f121a348ca1a4d40eb6d9 | 2,377 | cs | C# | src/FileFormats/src/FileFormats.BrainProducts.GenericDataFormat.IniMarkerFile/Internal/MarkerFile.cs | brain-products/BVTools | 862ce01bed47d971f95f4e87b7805115868b4c71 | [
"MIT"
] | 5 | 2020-01-06T09:01:53.000Z | 2021-03-23T21:25:02.000Z | src/FileFormats/src/FileFormats.BrainProducts.GenericDataFormat.IniMarkerFile/Internal/MarkerFile.cs | brain-products/BVTools | 862ce01bed47d971f95f4e87b7805115868b4c71 | [
"MIT"
] | 2 | 2020-02-05T09:11:32.000Z | 2021-03-09T09:54:21.000Z | src/FileFormats/src/FileFormats.BrainProducts.GenericDataFormat.IniMarkerFile/Internal/MarkerFile.cs | brain-products/BVTools | 862ce01bed47d971f95f4e87b7805115868b4c71 | [
"MIT"
] | 1 | 2020-01-28T12:30:54.000Z | 2020-01-28T12:30:54.000Z | using System;
using System.IO;
using BrainVision.Lab.FileFormats.BrainProducts.GenericDataFormat.Properties;
namespace BrainVision.Lab.FileFormats.BrainProducts.GenericDataFormat.Internal
{
internal class MarkerFile : IMarkerFile
{
#region variables
private readonly FileStream _file;
p... | 31.693333 | 121 | 0.59066 |
f416dcbc9ec1f44fef1f42a3d77209c29dca94ae | 5,427 | cs | C# | unity-client/Assets/Scripts/MainScripts/DCL/Controllers/InputController_Legacy.cs | Marguelgtz/explorer | 914efe15eada63771c8c9f213ed575b6b4a7f2e5 | [
"Apache-2.0"
] | null | null | null | unity-client/Assets/Scripts/MainScripts/DCL/Controllers/InputController_Legacy.cs | Marguelgtz/explorer | 914efe15eada63771c8c9f213ed575b6b4a7f2e5 | [
"Apache-2.0"
] | null | null | null | unity-client/Assets/Scripts/MainScripts/DCL/Controllers/InputController_Legacy.cs | Marguelgtz/explorer | 914efe15eada63771c8c9f213ed575b6b4a7f2e5 | [
"Apache-2.0"
] | 1 | 2021-11-01T05:41:36.000Z | 2021-11-01T05:41:36.000Z | using DCL.Configuration;
using DCL.Interface;
using System;
using System.Collections.Generic;
using UnityEngine;
namespace DCL
{
public class InputController_Legacy
{
private static bool renderingEnabled => CommonScriptableObjects.rendererState.Get();
private static InputController_Legacy insta... | 38.489362 | 222 | 0.568823 |
0d4473948f6d27fe53058bcb49ed92888ada53bd | 1,543 | cs | C# | SharpPulsar/Transaction/TxnID.cs | eaba/SharpPulsar | 9e23ef5240667a21173e139679bf7aef31d340ba | [
"Apache-2.0"
] | 26 | 2020-03-06T20:21:34.000Z | 2022-02-21T16:53:07.000Z | SharpPulsar/Transaction/TxnID.cs | tspannhw/SharpPulsar | dd1e509beb85f41cc1cf3ea0b02346b1cd34680c | [
"Apache-2.0"
] | 9 | 2020-02-05T01:05:37.000Z | 2022-02-05T12:38:54.000Z | SharpPulsar/Transaction/TxnID.cs | tspannhw/SharpPulsar | dd1e509beb85f41cc1cf3ea0b02346b1cd34680c | [
"Apache-2.0"
] | 1 | 2021-11-18T16:22:38.000Z | 2021-11-18T16:22:38.000Z |
/// <summary>
/// Licensed to the Apache Software Foundation (ASF) under one
/// or more contributor license agreements. See the NOTICE file
/// distributed with this work for additional information
/// regarding copyright ownership. The ASF licenses this file
/// to you under the Apache License, Version 2.0 (the
... | 26.152542 | 64 | 0.67466 |
802be668bd8b0e9ca9407f3f3be3107e8b57b2b9 | 850 | cs | C# | tests/SqlClientBcl.Tests/SqlClientDataReaderTests.cs | YohDeadfall/AdoNetApiTest | 8b0856bca9c217f3ee74ee61b4263823be8990f9 | [
"MIT"
] | 6 | 2019-09-22T20:11:47.000Z | 2021-10-21T20:35:06.000Z | tests/SqlClientBcl.Tests/SqlClientDataReaderTests.cs | YohDeadfall/AdoNetApiTest | 8b0856bca9c217f3ee74ee61b4263823be8990f9 | [
"MIT"
] | 111 | 2017-11-21T17:57:53.000Z | 2022-03-09T13:47:56.000Z | tests/SqlClientBcl.Tests/SqlClientDataReaderTests.cs | YohDeadfall/AdoNetApiTest | 8b0856bca9c217f3ee74ee61b4263823be8990f9 | [
"MIT"
] | 5 | 2019-03-21T13:29:35.000Z | 2020-12-04T23:50:54.000Z | using AdoNet.Specification.Tests;
using Xunit;
namespace SqlClientBcl.Tests
{
public sealed class SqlClientDataReaderTests : DataReaderTestBase<SqlClientSelectValueFixture>
{
public SqlClientDataReaderTests(SqlClientSelectValueFixture fixture)
: base(fixture)
{
}
[Fact(Skip = "Deliberately returns empty ... | 29.310345 | 95 | 0.770588 |
6b2fcdf63bc77869cd4500ed4e2c99849c5e83c6 | 4,820 | cs | C# | src/Chloe/Infrastructure/IDbValueConverter.cs | panda-big/Chloe | a2ca0788dbbde44c7e78c66d80074ab1aa8de63a | [
"MIT"
] | null | null | null | src/Chloe/Infrastructure/IDbValueConverter.cs | panda-big/Chloe | a2ca0788dbbde44c7e78c66d80074ab1aa8de63a | [
"MIT"
] | null | null | null | src/Chloe/Infrastructure/IDbValueConverter.cs | panda-big/Chloe | a2ca0788dbbde44c7e78c66d80074ab1aa8de63a | [
"MIT"
] | null | null | null | using System;
namespace Chloe.Infrastructure
{
public interface IDbValueConverter
{
object Convert(object value);
}
public class DbValueConverter : IDbValueConverter
{
Type _type;
public DbValueConverter(Type type)
{
this._type = type;
}
... | 27.701149 | 81 | 0.602697 |
dc6283d64c8cd7a269b545108ebcc9fd1b11a165 | 477 | cs | C# | Assets/Scripts/Creatures/Limb/Limb.cs | haihala/stitched-together | 5f629bff7b64d90f76c8d0698c66fe72f3bce305 | [
"MIT"
] | null | null | null | Assets/Scripts/Creatures/Limb/Limb.cs | haihala/stitched-together | 5f629bff7b64d90f76c8d0698c66fe72f3bce305 | [
"MIT"
] | null | null | null | Assets/Scripts/Creatures/Limb/Limb.cs | haihala/stitched-together | 5f629bff7b64d90f76c8d0698c66fe72f3bce305 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Limb : MonoBehaviour
{
// Purpose
// Store mechanics numbers of the limb
// Store the type of limb (Hand, Leg, Other?)
[Tooltip("Health lost per second for having one of these")]
public float decay... | 29.8125 | 63 | 0.672956 |
f77e7ddc06a10ef0db27b01a3725ce7037b3bacf | 262 | cs | C# | src/Architecture/ThreeTier/Zaaby.ThreeTier/Zaaby.IServiceCollection.Extensions.cs | PicoHex/Zaaby | 41ade9c04996ad34410cffda1ff6b0939b8de7a5 | [
"MIT"
] | 14 | 2018-05-07T08:59:41.000Z | 2022-01-17T01:45:14.000Z | src/Architecture/ThreeTier/Zaaby.ThreeTier/Zaaby.IServiceCollection.Extensions.cs | PicoHex/Zaaby | 41ade9c04996ad34410cffda1ff6b0939b8de7a5 | [
"MIT"
] | 1 | 2021-05-18T01:47:53.000Z | 2021-05-18T01:47:53.000Z | src/Architecture/ThreeTier/Zaaby.ThreeTier/Zaaby.IServiceCollection.Extensions.cs | PicoHex/Zaaby | 41ade9c04996ad34410cffda1ff6b0939b8de7a5 | [
"MIT"
] | 4 | 2018-05-07T12:06:33.000Z | 2021-05-17T08:21:02.000Z | namespace Zaaby.ThreeTier;
public static partial class ZaabyIServiceCollectionExtensions
{
public static IServiceCollection AddThreeTier(this IServiceCollection services) =>
services.AddBll()
.AddMessageHandler()
.AddDal();
} | 29.111111 | 86 | 0.721374 |
f784601a36f10ee92f4f30a9a25004981b72c789 | 16,451 | cs | C# | Softfire.MonoGame.UI.Demos.WinDX/Demo.cs | Softfire/softfire-monogame-libraries | ce3cef871e41e4f28fed7e92987e4c3aad1744f3 | [
"MIT"
] | 5 | 2018-04-19T17:33:56.000Z | 2019-01-11T14:41:04.000Z | Softfire.MonoGame.UI.Demos.WinDX/Demo.cs | Softfire/softfire-monogame-libraries | ce3cef871e41e4f28fed7e92987e4c3aad1744f3 | [
"MIT"
] | null | null | null | Softfire.MonoGame.UI.Demos.WinDX/Demo.cs | Softfire/softfire-monogame-libraries | ce3cef871e41e4f28fed7e92987e4c3aad1744f3 | [
"MIT"
] | null | null | null | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Softfire.MonoGame.CORE.Common;
using Softfire.MonoGame.CORE.Input;
using Softfire.MonoGame.IO;
using Softfire.MonoGame.UI.Effects.Coloring;
using Softfire.MonoGame.UI.Effects.Scaling;
using Softfire.MonoGame.UI.Effects.Shifting;
namespace So... | 53.761438 | 203 | 0.649201 |
e553fd1d704cfe86dbfc59dbfdc796bea02bb741 | 1,097 | cs | C# | MentorSpeedDatingApp/Converter/MultiBindingNameConverter.cs | haevg-rz/MentorSpeedDatingApp | d2ba5a08322eeedf954f11de4ec3a0b38b12c095 | [
"MIT"
] | 1 | 2020-03-11T11:55:28.000Z | 2020-03-11T11:55:28.000Z | MentorSpeedDatingApp/Converter/MultiBindingNameConverter.cs | haevg-rz/MentorSpeedDatingApp | d2ba5a08322eeedf954f11de4ec3a0b38b12c095 | [
"MIT"
] | 32 | 2020-02-05T12:24:31.000Z | 2020-09-21T07:07:28.000Z | MentorSpeedDatingApp/Converter/MultiBindingNameConverter.cs | haevg-rz/MentorSpeedDatingApp | d2ba5a08322eeedf954f11de4ec3a0b38b12c095 | [
"MIT"
] | null | null | null | using System;
using System.Globalization;
using System.Windows.Data;
namespace MentorSpeedDatingApp.Converter
{
public class MultiBindingNameConverter : IMultiValueConverter
{
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
{
string va... | 30.472222 | 108 | 0.553327 |
9bd5671141700ba69df9357bbcb32c4a7aae5ce7 | 1,137 | cs | C# | src/FluentConsole/ConsoleConfiguration.cs | glucaci/thor-generator | 1d5b9e099f5e8fde287aeaa48094645bd4d6e191 | [
"MIT"
] | 5 | 2018-10-26T11:10:50.000Z | 2019-10-16T16:23:12.000Z | src/FluentConsole/ConsoleConfiguration.cs | glucaci/thor-generator | 1d5b9e099f5e8fde287aeaa48094645bd4d6e191 | [
"MIT"
] | 12 | 2020-04-23T09:13:34.000Z | 2020-05-27T10:16:18.000Z | src/FluentConsole/ConsoleConfiguration.cs | ChilliCream/EventSourceGenerator | 3fea168753cc3dc513ad636fe4fb2ee4ce39ff1d | [
"MIT"
] | 4 | 2018-03-29T08:49:16.000Z | 2019-05-24T09:07:48.000Z | using System;
namespace ChilliCream.FluentConsole
{
public class ConsoleConfiguration
: CommandLineTaskConfiguration
{
public void AddTaskConfiguration<TConfiguration>(TConfiguration configuration)
where TConfiguration : CommandLineTaskConfiguration
{
if (config... | 29.153846 | 89 | 0.623571 |
0bfde898da7de8e5d9870b004f3e7e886c2f5338 | 673 | cs | C# | FplBot/Data/FplTeamEntry.cs | f-aa/Fpl-Email-Bot | 578427f8cdeae4d334a817b641a02648178509f5 | [
"MIT"
] | 1 | 2019-07-29T10:02:56.000Z | 2019-07-29T10:02:56.000Z | FplBot/Data/FplTeamEntry.cs | f-aa/Fpl-Email-Bot | 578427f8cdeae4d334a817b641a02648178509f5 | [
"MIT"
] | 13 | 2018-10-12T16:29:57.000Z | 2020-07-13T02:12:11.000Z | FplBot/Data/FplTeamEntry.cs | f-aa/Fpl-Email-Bot | 578427f8cdeae4d334a817b641a02648178509f5 | [
"MIT"
] | 2 | 2019-07-29T10:23:56.000Z | 2021-01-10T19:56:27.000Z | using FplBot.Api.Team;
using System.Collections.Generic;
namespace FplBot.Data
{
internal class FplTeamEntry
{
public long Id { get; set; }
public string Name { get; set; }
public List<ApiFplTeamEvents> Current { get; set; }
public List<ApiFplTeamPreviousSeasons> Past { get;... | 23.206897 | 65 | 0.634473 |
3231ec3db35f4e82d8dd3ea7ce21f71209040907 | 630 | cs | C# | net/src/Sdl.Tridion.Api.Client/GraphQLClient/Response/GraphQLResponse.cs | ahmadshnaiwer/graphql-client-dotnet | 1fd85496b178cc86b97c9bec5e17f28d0eeb402f | [
"Apache-2.0"
] | 1 | 2018-12-03T15:56:17.000Z | 2018-12-03T15:56:17.000Z | net/src/Sdl.Tridion.Api.Client/GraphQLClient/Response/GraphQLResponse.cs | ahmadshnaiwer/graphql-client-dotnet | 1fd85496b178cc86b97c9bec5e17f28d0eeb402f | [
"Apache-2.0"
] | 2 | 2019-09-25T20:51:41.000Z | 2020-03-02T20:23:14.000Z | net/src/Sdl.Tridion.Api.Client/GraphQLClient/Response/GraphQLResponse.cs | ahmadshnaiwer/graphql-client-dotnet | 1fd85496b178cc86b97c9bec5e17f28d0eeb402f | [
"Apache-2.0"
] | 1 | 2020-09-11T09:03:49.000Z | 2020-09-11T09:03:49.000Z | using System.Collections.Generic;
using Sdl.Tridion.Api.Http.Client;
namespace Sdl.Tridion.Api.GraphQL.Client.Response
{
/// <summary>
/// Represents the GraphQL respinse
/// </summary>
public class GraphQLResponse : IGraphQLResponse
{
/// <summary>
/// GraphQL Data
/// </s... | 23.333333 | 54 | 0.55873 |
68ac5ab6222c6a4c54bc805598580b1102af5344 | 2,378 | cs | C# | csharp/Mess/0997_FindTheTownJudge/Program.cs | lexnewgate/alg | 31ec8208e59c40d74a17514306cde03b538bc42c | [
"MIT"
] | null | null | null | csharp/Mess/0997_FindTheTownJudge/Program.cs | lexnewgate/alg | 31ec8208e59c40d74a17514306cde03b538bc42c | [
"MIT"
] | null | null | null | csharp/Mess/0997_FindTheTownJudge/Program.cs | lexnewgate/alg | 31ec8208e59c40d74a17514306cde03b538bc42c | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class Solution
{
class DiGraph
{
private List<int>[] vertice;
public DiGraph(int V)
{
vertice=new List<int>[V];
}
public int Count()
{
... | 19.652893 | 61 | 0.34693 |
68e877ef83336c27474a199dbe9179534f679740 | 1,617 | cs | C# | sdk/workloads/Azure.ResourceManager.Workloads/src/Generated/Models/BackupProfile.Serialization.cs | v-kaifazhang/azure-sdk-for-net | 87e0563944e9f62e632e8e403da58d63351931b6 | [
"MIT"
] | null | null | null | sdk/workloads/Azure.ResourceManager.Workloads/src/Generated/Models/BackupProfile.Serialization.cs | v-kaifazhang/azure-sdk-for-net | 87e0563944e9f62e632e8e403da58d63351931b6 | [
"MIT"
] | null | null | null | sdk/workloads/Azure.ResourceManager.Workloads/src/Generated/Models/BackupProfile.Serialization.cs | v-kaifazhang/azure-sdk-for-net | 87e0563944e9f62e632e8e403da58d63351931b6 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Text.Json;
using Azure.Core;
namespace Azure.ResourceManager.Workloads.Models
{
public partial class BackupProfile : IUtf8JsonSerializable
{
void IUtf8J... | 33 | 89 | 0.572665 |
017159ea7f8da1d0734e6ac348e6d1c195eeedf7 | 531 | cs | C# | resources/.gen/aws/aws/Wafv2WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementXssMatchStatementFieldToMatchMethod.cs | scottenriquez/cdktf-alpha-csharp-testing | df6f4690e8bbcc50078c15d2d49355eb02d3b945 | [
"MIT"
] | null | null | null | resources/.gen/aws/aws/Wafv2WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementXssMatchStatementFieldToMatchMethod.cs | scottenriquez/cdktf-alpha-csharp-testing | df6f4690e8bbcc50078c15d2d49355eb02d3b945 | [
"MIT"
] | null | null | null | resources/.gen/aws/aws/Wafv2WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementXssMatchStatementFieldToMatchMethod.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.Wafv2WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementXssMatchStatementFieldToMatchMethod")]
public class Wafv2WebAclRuleStatementAndStatementStatementAndStatem... | 44.25 | 267 | 0.890772 |
b97eb335f629144808f34ee357ba7f7714766107 | 547 | cs | C# | GoldDiff.LeagueOfLegends.ClientApi/Player/LoLClientItem.cs | Johannes-Schneider/GoldDiff | c5ae4f82a1494c1af582d647ff4c814ad68e7279 | [
"MIT"
] | 8 | 2020-10-22T01:27:54.000Z | 2021-09-07T11:40:14.000Z | GoldDiff.LeagueOfLegends.ClientApi/Player/LoLClientItem.cs | Johannes-Schneider/GoldDiff | c5ae4f82a1494c1af582d647ff4c814ad68e7279 | [
"MIT"
] | 6 | 2020-10-26T16:06:39.000Z | 2021-01-23T11:52:10.000Z | GoldDiff.LeagueOfLegends.ClientApi/Player/LoLClientItem.cs | Johannes-Schneider/GoldDiff | c5ae4f82a1494c1af582d647ff4c814ad68e7279 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
namespace GoldDiff.LeagueOfLegends.ClientApi.Player
{
public class LoLClientItem
{
[JsonProperty("itemID")]
public int Id { get; set; }
[JsonProperty("displayName")]
public string Name { get; set; } = string.Empty;
[JsonProperty("count")... | 24.863636 | 56 | 0.568556 |
9f9e8fb5401244c99590e93a6989778abb1b8c7c | 1,112 | cs | C# | xFunc.UnitConverters/AreaUnits.cs | workgroupengineering/xFunc | 1a74ba7ee074b8529b5f919b02df85b022602422 | [
"MS-PL",
"MIT"
] | null | null | null | xFunc.UnitConverters/AreaUnits.cs | workgroupengineering/xFunc | 1a74ba7ee074b8529b5f919b02df85b022602422 | [
"MS-PL",
"MIT"
] | null | null | null | xFunc.UnitConverters/AreaUnits.cs | workgroupengineering/xFunc | 1a74ba7ee074b8529b5f919b02df85b022602422 | [
"MS-PL",
"MIT"
] | null | null | null | // Copyright (c) Dmytro Kyshchenko. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace xFunc.UnitConverters;
/// <summary>
/// Represents area units.
/// </summary>
public enum AreaUnits
{
/// <summary>
/// Square millimeters (m... | 18.533333 | 101 | 0.547662 |
de7ed07124d9935a698027e8791299276363ebbf | 2,198 | cs | C# | Titanium.Web.Proxy/Helpers/SystemProxy.cs | killdns/Titanium | 9e666d00c60fbdf7cd1f0c6747ffe40bf35570d5 | [
"MIT"
] | null | null | null | Titanium.Web.Proxy/Helpers/SystemProxy.cs | killdns/Titanium | 9e666d00c60fbdf7cd1f0c6747ffe40bf35570d5 | [
"MIT"
] | null | null | null | Titanium.Web.Proxy/Helpers/SystemProxy.cs | killdns/Titanium | 9e666d00c60fbdf7cd1f0c6747ffe40bf35570d5 | [
"MIT"
] | 1 | 2021-11-28T12:06:28.000Z | 2021-11-28T12:06:28.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Win32;
using System.Runtime.InteropServices;
namespace Titanium.Web.Proxy.Helpers
{
public static class SystemProxyHelper
{
[DllImport("wininet.dll")]
public static extern bool InternetSetOpti... | 43.098039 | 135 | 0.651046 |
efb78180a230625e68d51f6f9d99ccc46c4bfa88 | 1,199 | cs | C# | HabilimentERP/Widgets/BottomBar.xaml.cs | tuoxieyz/fashionDRP | 68095950103c0444c37a88b709b559b2ebe5cdb7 | [
"MIT"
] | 2 | 2019-05-08T08:01:26.000Z | 2021-07-05T03:56:03.000Z | HabilimentERP/Widgets/BottomBar.xaml.cs | tuoxieyz/fashionDRP | 68095950103c0444c37a88b709b559b2ebe5cdb7 | [
"MIT"
] | null | null | null | HabilimentERP/Widgets/BottomBar.xaml.cs | tuoxieyz/fashionDRP | 68095950103c0444c37a88b709b559b2ebe5cdb7 | [
"MIT"
] | 2 | 2020-01-09T06:53:29.000Z | 2021-07-08T01:43:51.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigati... | 24.979167 | 96 | 0.636364 |
fa3ec30bce8cfb094173c53daba945beb316c9c0 | 1,720 | cs | C# | DevilDaggersAssetEditor.Wpf/Gui/Windows/ConvertImageToGlslCode.xaml.cs | NoahStolk/DevilDaggersAssetEditor | 1e91be873973e234b29d4ca6ad74de17cfe14a81 | [
"Unlicense"
] | 12 | 2020-01-14T21:00:09.000Z | 2022-01-03T00:00:59.000Z | DevilDaggersAssetEditor.Wpf/Gui/Windows/ConvertImageToGlslCode.xaml.cs | NoahStolk/DevilDaggersAssetEditor | 1e91be873973e234b29d4ca6ad74de17cfe14a81 | [
"Unlicense"
] | 2 | 2021-02-14T18:44:02.000Z | 2021-04-12T19:37:47.000Z | DevilDaggersAssetEditor.Wpf/Gui/Windows/ConvertImageToGlslCode.xaml.cs | NoahStolk/DevilDaggersAssetEditor | 1e91be873973e234b29d4ca6ad74de17cfe14a81 | [
"Unlicense"
] | 2 | 2019-12-01T21:40:35.000Z | 2021-02-13T15:07:04.000Z | using Microsoft.Win32;
using System.Drawing;
using System.IO;
using System.Windows;
namespace DevilDaggersAssetEditor.Wpf.Gui.Windows
{
public partial class ConvertImageToGlslCodeWindow : Window
{
public ConvertImageToGlslCodeWindow()
{
InitializeComponent();
}
private void BrowseButton_Click(object send... | 28.196721 | 191 | 0.669767 |
faa3a521770f9bf745e23eed9478b5f8efd429e7 | 1,659 | cshtml | C# | src/Bloqs.WebApp/Views/Container/_Detail.cshtml | Wabyon/Bloqs | de4af3926e2547188eb4df6bce95d9666b4a8c5c | [
"MIT"
] | null | null | null | src/Bloqs.WebApp/Views/Container/_Detail.cshtml | Wabyon/Bloqs | de4af3926e2547188eb4df6bce95d9666b4a8c5c | [
"MIT"
] | 3 | 2015-07-06T00:00:19.000Z | 2015-07-07T01:17:32.000Z | dist/WebApp/Views/Container/_Detail.cshtml | Wabyon/Bloqs | de4af3926e2547188eb4df6bce95d9666b4a8c5c | [
"MIT"
] | 1 | 2020-03-08T06:22:04.000Z | 2020-03-08T06:22:04.000Z | @model ContainerIndexModel
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">詳細</h4>
</div>
<div class="modal-body">
<dl class="wrapper1">
<dt>@Html.DisplayNameFor(model =>... | 41.475 | 128 | 0.521398 |
f9a41a8e6bd83a7a1ad08c93d9e912747b707d2c | 490 | cs | C# | Assets/Plugins/UnityTools/Scripts/DelayStartupBehaviour.cs | tmorgner/WeaponSystem | bf0683c93f7fb1ad1ef0ea732cde714df3d5a075 | [
"MIT"
] | 15 | 2019-05-17T20:29:19.000Z | 2022-03-26T10:36:08.000Z | Assets/Plugins/UnityTools/Scripts/DelayStartupBehaviour.cs | tmorgner/WeaponSystem | bf0683c93f7fb1ad1ef0ea732cde714df3d5a075 | [
"MIT"
] | null | null | null | Assets/Plugins/UnityTools/Scripts/DelayStartupBehaviour.cs | tmorgner/WeaponSystem | bf0683c93f7fb1ad1ef0ea732cde714df3d5a075 | [
"MIT"
] | 3 | 2020-09-04T15:50:43.000Z | 2021-08-04T07:34:11.000Z | using UnityEngine;
namespace RabbitStewdio.Unity.UnityTools
{
public abstract class DelayStartupBehaviour: MonoBehaviour
{
protected abstract void OnEnableComponent();
protected abstract void OnDisableComponent();
bool started;
void Start()
{
started = true;
OnEnableComponent();
... | 15.806452 | 60 | 0.612245 |
c7287a0adc6b29ca03584a11fd1a0b0392ba2740 | 1,454 | cs | C# | src/samples/Uno.Material.Samples/Uno.Material.Samples.Shared/Content/Controls/SnackBarSamplePage.xaml.cs | MartinZikmund/Uno.Material | a803d2986cb48508fbf1bf359c9aceaa4f06b80f | [
"Apache-2.0"
] | null | null | null | src/samples/Uno.Material.Samples/Uno.Material.Samples.Shared/Content/Controls/SnackBarSamplePage.xaml.cs | MartinZikmund/Uno.Material | a803d2986cb48508fbf1bf359c9aceaa4f06b80f | [
"Apache-2.0"
] | null | null | null | src/samples/Uno.Material.Samples/Uno.Material.Samples.Shared/Content/Controls/SnackBarSamplePage.xaml.cs | MartinZikmund/Uno.Material | a803d2986cb48508fbf1bf359c9aceaa4f06b80f | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Windows.Input;
using Uno.Material.Controls;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using ... | 25.508772 | 83 | 0.765475 |
c772b4947cd964006d4685cb126e6c70f12cb11a | 618 | cs | C# | Models/Core/Domain/OrderPaymentData.cs | Sadek80/SportyApi | 714a39cf93d42e4136e72bc2f28f89a5e7267d1c | [
"MIT"
] | null | null | null | Models/Core/Domain/OrderPaymentData.cs | Sadek80/SportyApi | 714a39cf93d42e4136e72bc2f28f89a5e7267d1c | [
"MIT"
] | null | null | null | Models/Core/Domain/OrderPaymentData.cs | Sadek80/SportyApi | 714a39cf93d42e4136e72bc2f28f89a5e7267d1c | [
"MIT"
] | null | null | null | using Microsoft.EntityFrameworkCore;
using SportyApi.Models.Core.DTOs.UserDtos;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace SportyApi.Models.Core.Domain
{
[Owned]
public class OrderCreditCard : IHasCred... | 24.72 | 52 | 0.673139 |
c0c29f80c9157aa9f650a07abc9bfd6f096fdec8 | 686 | cs | C# | src/VisualStudio/Core/Def/Storage/VisualStudioPersistentStorageLocationService.cs | christophertrml/roslyn | 01609156f9f3fee9889c0630aab149605a6aa6fe | [
"Apache-2.0"
] | 1 | 2019-02-23T05:45:28.000Z | 2019-02-23T05:45:28.000Z | src/VisualStudio/Core/Def/Storage/VisualStudioPersistentStorageLocationService.cs | christophertrml/roslyn | 01609156f9f3fee9889c0630aab149605a6aa6fe | [
"Apache-2.0"
] | null | null | null | src/VisualStudio/Core/Def/Storage/VisualStudioPersistentStorageLocationService.cs | christophertrml/roslyn | 01609156f9f3fee9889c0630aab149605a6aa6fe | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Composition;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.Host.Mef;
namespace Microsoft.Visual... | 40.352941 | 161 | 0.795918 |
631f8bc36d005637887077b15f119fb767863e3d | 570 | cs | C# | Assets/Input/Movement.cs | NathanLacey/GameJam2020 | 671c383f38aae188a23f0baba51b858f2a613c24 | [
"MIT"
] | null | null | null | Assets/Input/Movement.cs | NathanLacey/GameJam2020 | 671c383f38aae188a23f0baba51b858f2a613c24 | [
"MIT"
] | null | null | null | Assets/Input/Movement.cs | NathanLacey/GameJam2020 | 671c383f38aae188a23f0baba51b858f2a613c24 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.InputSystem;
public class Movement : MonoBehaviour
{
[SerializeField] float MoveSpeed = 1;
[SerializeField] InputAction MoveAction;
Rigidbody2D mRigidbody;
public Vector2 MoveDirection { get { return Mov... | 22.8 | 84 | 0.689474 |
1553edaaaf08e75a8bd49bb2099d9d6adc119e07 | 2,490 | cs | C# | project/src/Core/Options.cs | via5/Synergy | 9571f74f64c1cdffe65b6e11131462fb4b3c6617 | [
"CC0-1.0"
] | 1 | 2020-06-05T00:26:23.000Z | 2020-06-05T00:26:23.000Z | project/src/Core/Options.cs | via5/Synergy | 9571f74f64c1cdffe65b6e11131462fb4b3c6617 | [
"CC0-1.0"
] | 38 | 2020-06-05T19:19:33.000Z | 2021-03-01T14:22:50.000Z | project/src/Core/Options.cs | via5/Synergy | 9571f74f64c1cdffe65b6e11131462fb4b3c6617 | [
"CC0-1.0"
] | null | null | null | using System.Collections.Generic;
namespace Synergy
{
class Options : IJsonable
{
public const int LogLevelError = 0;
public const int LogLevelWarn = 1;
public const int LogLevelInfo = 2;
public const int LogLevelVerbose = 3;
private bool resetValuesOnFreeze_ = false;
private bool resetCountersOnThaw_ ... | 19.761905 | 58 | 0.65743 |
60fd02b3632a213337a5f2348d1b115d5f76215d | 1,186 | cs | C# | sdk/src/Services/MobileAnalytics/Custom/Delivery/Policy/IDeliveryPolicy.cs | tomhaigh/aws-sdk-net | 8d2394843b526d9dd5f090c1ae7526df921aa1f8 | [
"Apache-2.0"
] | 13 | 2020-07-31T11:20:18.000Z | 2022-03-25T11:50:23.000Z | sdk/src/Services/MobileAnalytics/Custom/Delivery/Policy/IDeliveryPolicy.cs | lukeenterprise/aws-sdk-net | 5f883a331dc0039ecef910470f6f212ceda5e167 | [
"Apache-2.0"
] | 2 | 2021-02-12T21:32:22.000Z | 2021-04-02T20:30:04.000Z | sdk/src/Services/MobileAnalytics/Custom/Delivery/Policy/IDeliveryPolicy.cs | lukeenterprise/aws-sdk-net | 5f883a331dc0039ecef910470f6f212ceda5e167 | [
"Apache-2.0"
] | 7 | 2020-05-09T00:22:00.000Z | 2022-03-31T08:35:40.000Z | /*
* Copyright 2015-2015 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 "l... | 33.885714 | 113 | 0.689713 |
c30289e03fc22c293c079c5d278bcd40a0168706 | 1,498 | cshtml | C# | src/Organizer.Web/Views/Home/Index.cshtml | cecilphillip/codecamp-organizer-demo | 8fb5c9f19b98db3579941393eb304a5166cbb155 | [
"Apache-2.0"
] | null | null | null | src/Organizer.Web/Views/Home/Index.cshtml | cecilphillip/codecamp-organizer-demo | 8fb5c9f19b98db3579941393eb304a5166cbb155 | [
"Apache-2.0"
] | null | null | null | src/Organizer.Web/Views/Home/Index.cshtml | cecilphillip/codecamp-organizer-demo | 8fb5c9f19b98db3579941393eb304a5166cbb155 | [
"Apache-2.0"
] | null | null | null | @model IEnumerable<SessionViewModel>
<header>
<div class="banner">
</div>
</header>
<div class="row">
@await Component.InvokeAsync("SideMenu")
<section class="col s10" style="margin-top:140px;">
@foreach (var session in Model)
{
<session model="session"></session>
... | 36.536585 | 107 | 0.483311 |
35ee73c78e3d04c36e096bff9beb8eb5ad9d86cf | 251 | cshtml | C# | Components/CheckBox6.cshtml | SQL-MisterMagoo/BlazorPlayground | a4819b3d027fcdb1f663d294cceb08d99b84d694 | [
"MIT"
] | null | null | null | Components/CheckBox6.cshtml | SQL-MisterMagoo/BlazorPlayground | a4819b3d027fcdb1f663d294cceb08d99b84d694 | [
"MIT"
] | null | null | null | Components/CheckBox6.cshtml | SQL-MisterMagoo/BlazorPlayground | a4819b3d027fcdb1f663d294cceb08d99b84d694 | [
"MIT"
] | null | null | null |
<input type="checkbox" bind="@LocalValue" />
@functions {
bool LocalValue { get { return Value; } set { ValueChanged?.Invoke(value); } }
[Parameter] protected bool Value { get; set; }
[Parameter] protected Action<bool> ValueChanged { get; set; }
} | 27.888889 | 78 | 0.689243 |
0f10ae6d873b6185d037dac2a80e1f1917b3b9bb | 2,440 | cs | C# | Assets/Scripts/PauseMenu.cs | santiagopemo/platformer_videogame | 0eb82c44ff2f0dd8fafb1b4cf60fe34e11378342 | [
"CC-BY-3.0"
] | 1 | 2021-08-05T17:24:13.000Z | 2021-08-05T17:24:13.000Z | Assets/Scripts/PauseMenu.cs | santiagopemo/platformer_videogame | 0eb82c44ff2f0dd8fafb1b4cf60fe34e11378342 | [
"CC-BY-3.0"
] | null | null | null | Assets/Scripts/PauseMenu.cs | santiagopemo/platformer_videogame | 0eb82c44ff2f0dd8fafb1b4cf60fe34e11378342 | [
"CC-BY-3.0"
] | 1 | 2021-11-27T01:37:47.000Z | 2021-11-27T01:37:47.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
using UnityEngine.Audio;
public class PauseMenu : MonoBehaviour
{
public GameObject pauseCanvas;
public bool paused;
// Start is called before the first frame update
... | 29.047619 | 115 | 0.646311 |
15f4ffd20b4be1ade03ff8866444f2bc03424275 | 12,203 | cs | C# | src/Immutable.ProjectModel.Tests/AssignmentTests.cs | terrajobst/immutable-project-model | 2788f94c5984d5d48c2c175d277c97b1666b51b0 | [
"MIT"
] | 2 | 2018-02-01T00:37:22.000Z | 2018-02-03T20:38:58.000Z | src/Immutable.ProjectModel.Tests/AssignmentTests.cs | terrajobst/immutable-project-model | 2788f94c5984d5d48c2c175d277c97b1666b51b0 | [
"MIT"
] | 1 | 2018-01-30T13:40:23.000Z | 2018-01-30T13:40:23.000Z | src/Immutable.ProjectModel.Tests/AssignmentTests.cs | terrajobst/immutable-project-model | 2788f94c5984d5d48c2c175d277c97b1666b51b0 | [
"MIT"
] | null | null | null | using System;
using Immutable.ProjectModel.Tests.Helpers;
using Xunit;
namespace Immutable.ProjectModel.Tests
{
public class AssignmentTests
{
[Fact]
public void Assignment_Work_InitializedFrom_Task_Duration()
{
var taskId = TaskId.Create();
var resourceId = R... | 47.29845 | 88 | 0.42047 |
0588f2bbae557d670a4cf676e120be1715ae8736 | 1,899 | cs | C# | LiquidBackend/Domain/MsMsSearchUnit.cs | PNNL-Comp-Mass-Spec/LIQUID | 2cf37b7d080e1e6e187deda78721b2ef5e6305a0 | [
"Apache-2.0"
] | 15 | 2017-02-02T01:16:09.000Z | 2022-01-27T22:00:56.000Z | LiquidBackend/Domain/MsMsSearchUnit.cs | PNNL-Comp-Mass-Spec/LIQUID | 2cf37b7d080e1e6e187deda78721b2ef5e6305a0 | [
"Apache-2.0"
] | 5 | 2017-02-10T00:48:15.000Z | 2018-09-21T21:21:04.000Z | LiquidBackend/Domain/MsMsSearchUnit.cs | PNNL-Comp-Mass-Spec/LIQUID | 2cf37b7d080e1e6e187deda78721b2ef5e6305a0 | [
"Apache-2.0"
] | 1 | 2019-03-01T02:37:07.000Z | 2019-03-01T02:37:07.000Z | using System;
namespace LiquidBackend.Domain
{
public class MsMsSearchUnit
{
public double Mz { get; }
public string Description { get; }
public AcylChain AcylChain { get; }
public bool IsDiagnostic { get; }
public string DescriptionForUi
{
... | 29.671875 | 140 | 0.515534 |
352ced787ec577a2298a5c942daa87e15bbeeaa5 | 419 | cs | C# | Atlas_APP/Atlas_FRONT/Atlas-frontend/Services/Implementation/MissionService.cs | touir1/Atlas | 38329e5cc3eba31f8e54c2439f628cf95e5b138d | [
"MIT"
] | null | null | null | Atlas_APP/Atlas_FRONT/Atlas-frontend/Services/Implementation/MissionService.cs | touir1/Atlas | 38329e5cc3eba31f8e54c2439f628cf95e5b138d | [
"MIT"
] | null | null | null | Atlas_APP/Atlas_FRONT/Atlas-frontend/Services/Implementation/MissionService.cs | touir1/Atlas | 38329e5cc3eba31f8e54c2439f628cf95e5b138d | [
"MIT"
] | null | null | null | using Atlas_frontend.Models;
using Atlas_frontend.Utils.RestAPI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Atlas_frontend.Services.Implementation
{
public class MissionService : BaseService<MissionModel>, IMissionService
{
public Mission... | 24.647059 | 92 | 0.75179 |
372009f6851430d3269c5269a3fff6bc7bd10170 | 1,354 | cs | C# | BitTorrent/BitTorrentLibrary/BitTorrentException.cs | clockworkengineer/DotNET | d474f9597e5e3469758701a631fae13990ecdc10 | [
"MIT"
] | 1 | 2021-03-04T07:04:47.000Z | 2021-03-04T07:04:47.000Z | BitTorrent/BitTorrentLibrary/BitTorrentException.cs | clockworkengineer/dotNET | d474f9597e5e3469758701a631fae13990ecdc10 | [
"MIT"
] | null | null | null | BitTorrent/BitTorrentLibrary/BitTorrentException.cs | clockworkengineer/dotNET | d474f9597e5e3469758701a631fae13990ecdc10 | [
"MIT"
] | null | null | null | //
// Author: Rob Tizzard
//
// Library: C# class library to implement the BitTorrent protocol.
//
// Description: Class used in reporting any BitTorrent internal
// errors.
//
// Copyright 2020.
//
using System;
using System.Runtime.Serialization;
namespace BitTorrentLibrary
{
public class BitTorrentException : E... | 30.088889 | 130 | 0.607829 |
afa1373a037fe5d8c965c8999467138563dbb3c8 | 2,857 | cs | C# | DFC.App.JobGroups.Services.CacheContentService/Webhooks/WebhooksDeleteService.cs | uk-gov-mirror/SkillsFundingAgency.dfc-app-jobgroups | 0e57f76da84c8ce84997e14835879c3ee67b6beb | [
"MIT"
] | null | null | null | DFC.App.JobGroups.Services.CacheContentService/Webhooks/WebhooksDeleteService.cs | uk-gov-mirror/SkillsFundingAgency.dfc-app-jobgroups | 0e57f76da84c8ce84997e14835879c3ee67b6beb | [
"MIT"
] | 90 | 2021-03-03T10:18:21.000Z | 2022-02-08T14:49:11.000Z | DFC.App.JobGroups.Services.CacheContentService/Webhooks/WebhooksDeleteService.cs | uk-gov-mirror/SkillsFundingAgency.dfc-app-jobgroups | 0e57f76da84c8ce84997e14835879c3ee67b6beb | [
"MIT"
] | 1 | 2021-04-11T08:34:27.000Z | 2021-04-11T08:34:27.000Z | using DFC.App.JobGroups.Data.Contracts;
using DFC.App.JobGroups.Data.Enums;
using DFC.App.JobGroups.Data.Models.ContentModels;
using DFC.Compui.Cosmos.Contracts;
using Microsoft.Extensions.Logging;
using System;
using System.Net;
using System.Threading.Tasks;
namespace DFC.App.JobGroups.Services.CacheContentService.W... | 42.014706 | 129 | 0.687434 |
5e90684b2d5dc245eb913097d8635d4c38d5b9b3 | 4,703 | cs | C# | src/Off/CodeBase.Off.Core/Utilities/DateTimeHelper.cs | m-sadegh-sh/CodeBase | 3f1213af16efc9b07af8b93eaf1bcfc450598b32 | [
"MIT"
] | 2 | 2021-02-07T10:03:31.000Z | 2021-02-22T17:12:03.000Z | src/Off/CodeBase.Off.Core/Utilities/DateTimeHelper.cs | m-sadegh-sh/CodeBase | 3f1213af16efc9b07af8b93eaf1bcfc450598b32 | [
"MIT"
] | null | null | null | src/Off/CodeBase.Off.Core/Utilities/DateTimeHelper.cs | m-sadegh-sh/CodeBase | 3f1213af16efc9b07af8b93eaf1bcfc450598b32 | [
"MIT"
] | null | null | null | namespace CodeBase.Off.Core.Utilities {
using System;
using System.Collections.ObjectModel;
using CodeBase.Common.Infrastructure.Application;
using CodeBase.Off.Core.Domain;
using CodeBase.Off.Core.Services;
using CodeBase.Off.Core.Services.Impl;
using FarsiLibrary.Utils;
public seale... | 35.628788 | 142 | 0.634701 |
525dcf18cf646b9d6d9aff4a701da41eedb544fe | 609 | cs | C# | src/Services/FastServices.Services/Services/IServicesService.cs | wladimir-georgiew/FastServices | 669bad8d33c8ecb902201daa940ef3e48abbecad | [
"MIT"
] | 5 | 2020-11-11T04:27:55.000Z | 2021-02-22T17:27:38.000Z | src/Services/FastServices.Services/Services/IServicesService.cs | wladimir-georgiew/FastServices | 669bad8d33c8ecb902201daa940ef3e48abbecad | [
"MIT"
] | null | null | null | src/Services/FastServices.Services/Services/IServicesService.cs | wladimir-georgiew/FastServices | 669bad8d33c8ecb902201daa940ef3e48abbecad | [
"MIT"
] | null | null | null | using FastServices.Web.ViewModels.Administration;
namespace FastServices.Services.Services
{
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FastServices.Data.Models;
public interface IServicesService
{
public IQueryable<Service> GetAllService... | 25.375 | 98 | 0.740558 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.