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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aebd3eea75260f6ee15b112005f75e7090b9e277 | 4,745 | cs | C# | InstallerBaseWixSharp/Registry/RegistryStarAssociation.cs | VPKSoft/InstallerBaseWixSharp | 105d936389c2fb1a3210121dcd10fe61c54b919c | [
"MIT"
] | 9 | 2019-06-05T06:11:42.000Z | 2022-03-02T12:51:59.000Z | InstallerBaseWixSharp/Registry/RegistryStarAssociation.cs | VPKSoft/InstallerBaseWixSharp | 105d936389c2fb1a3210121dcd10fe61c54b919c | [
"MIT"
] | 104 | 2019-04-15T17:02:45.000Z | 2021-12-22T15:49:31.000Z | InstallerBaseWixSharp/Registry/RegistryStarAssociation.cs | VPKSoft/InstallerBaseWixSharp | 105d936389c2fb1a3210121dcd10fe61c54b919c | [
"MIT"
] | 1 | 2021-07-20T05:22:19.000Z | 2021-07-20T05:22:19.000Z | /*
MIT License
Copyright(c) 2020 Petteri Kautonen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge... | 44.345794 | 152 | 0.612013 |
96f904acad9b8c821120cbbb272bfb904b7f0e94 | 982 | cs | C# | src/System.Linq.Dynamic.Core/Tokenizer/TokenId.cs | libaowei/System.Linq.Dynamic.Core | a0c49b8e6523e58345b1d55f2e917007f7f2517a | [
"Apache-2.0"
] | 709 | 2016-04-21T06:35:44.000Z | 2020-06-26T13:59:08.000Z | src/System.Linq.Dynamic.Core/Tokenizer/TokenId.cs | libaowei/System.Linq.Dynamic.Core | a0c49b8e6523e58345b1d55f2e917007f7f2517a | [
"Apache-2.0"
] | 358 | 2016-04-10T12:14:51.000Z | 2020-04-29T01:26:04.000Z | src/System.Linq.Dynamic.Core/Tokenizer/TokenId.cs | libaowei/System.Linq.Dynamic.Core | a0c49b8e6523e58345b1d55f2e917007f7f2517a | [
"Apache-2.0"
] | 140 | 2016-04-11T07:07:24.000Z | 2020-04-17T08:12:02.000Z | #pragma warning disable CS1591
namespace System.Linq.Dynamic.Core.Tokenizer
{
/// <summary>
/// TokenId which defines the text which is parsed.
/// </summary>
public enum TokenId
{
Unknown,
End,
Identifier,
StringLiteral,
IntegerLiteral,
RealLiteral,
... | 19.64 | 55 | 0.527495 |
f175809e61c4b04557f83bf4023daa457460c6df | 7,197 | cs | C# | netcore-util/Process.cs | devel0/netcore-util | 0c6123e587faa8847cf97ce90cd1aeaf3e978643 | [
"MIT"
] | 1 | 2021-12-13T10:28:14.000Z | 2021-12-13T10:28:14.000Z | netcore-util/Process.cs | devel0/netcore-util | 0c6123e587faa8847cf97ce90cd1aeaf3e978643 | [
"MIT"
] | 1 | 2019-08-13T15:52:16.000Z | 2019-08-13T15:52:16.000Z | netcore-util/Process.cs | devel0/netcore-util | 0c6123e587faa8847cf97ce90cd1aeaf3e978643 | [
"MIT"
] | 1 | 2019-08-13T15:49:27.000Z | 2019-08-13T15:49:27.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Threading;
using System.Linq;
using System.Threading.Tasks;
namespace SearchAThing
{
/// <summary>
/// results of process executio
/// </summary>
public class ExecResult
{
public Exec... | 38.281915 | 130 | 0.520356 |
9c6cf8bced8466ed401f177d5f17f58221b6412e | 1,548 | cs | C# | Source/Mosa.Kernel.x86/Helpers/DebugImplementation.cs | charsleysa/MOSA-Project | 14c2ea356d9705e38234504b83d0bf0425970cb9 | [
"BSD-3-Clause"
] | 294 | 2015-01-21T00:42:54.000Z | 2022-03-31T10:01:51.000Z | Source/Mosa.Kernel.x86/Helpers/DebugImplementation.cs | charsleysa/MOSA-Project | 14c2ea356d9705e38234504b83d0bf0425970cb9 | [
"BSD-3-Clause"
] | 252 | 2015-01-04T05:31:16.000Z | 2022-02-02T22:12:09.000Z | Source/Mosa.Kernel.x86/Helpers/DebugImplementation.cs | charsleysa/MOSA-Project | 14c2ea356d9705e38234504b83d0bf0425970cb9 | [
"BSD-3-Clause"
] | 104 | 2015-01-21T00:42:58.000Z | 2022-03-18T08:34:00.000Z | // Copyright (c) MOSA Project. Licensed under the New BSD License.
using Mosa.Runtime.Plug;
using System.Diagnostics;
namespace Mosa.Kernel.x86.Helpers
{
internal static class DebugImplementation
{
[Conditional("DEBUG")]
[Plug("System.Diagnostics.Debug::Assert")]
public static void Assert(bool condition, str... | 23.104478 | 81 | 0.693798 |
140164bc344f766bc28410b400d435f1641ffafa | 524 | cs | C# | src/Contexts/Location/Presentation/ServiceStack/Location/Entities/Point/Services/Add.cs | sucrose0413/eShopOnContainersDDD | 4f002a88008a35e539e3da044d2d26efd7cfd350 | [
"MIT"
] | 143 | 2020-07-13T01:45:48.000Z | 2022-03-21T01:20:10.000Z | src/Contexts/Location/Presentation/ServiceStack/Location/Entities/Point/Services/Add.cs | sucrose0413/eShopOnContainersDDD | 4f002a88008a35e539e3da044d2d26efd7cfd350 | [
"MIT"
] | 5 | 2021-03-09T01:58:47.000Z | 2021-09-01T02:36:57.000Z | src/Contexts/Location/Presentation/ServiceStack/Location/Entities/Point/Services/Add.cs | sucrose0413/eShopOnContainersDDD | 4f002a88008a35e539e3da044d2d26efd7cfd350 | [
"MIT"
] | 19 | 2020-07-07T10:13:46.000Z | 2022-03-28T19:23:51.000Z | using System;
using System.Collections.Generic;
using System.Text;
using Infrastructure.Commands;
using Infrastructure.ServiceStack;
using ServiceStack;
namespace eShop.Location.Location.Entities.Point.Services
{
[Api("Location")]
[Route("/location/{LocationId}/point", "POST")]
public class AddPoint : Dom... | 24.952381 | 57 | 0.683206 |
1441ef8a19a705431fe405d38b33104d8a28b478 | 561 | cs | C# | Models/CartDetail.cs | GuoHM/bookstore-.net | 55c48467ecbd283cecd5eebd776967cd59ca111d | [
"MIT"
] | null | null | null | Models/CartDetail.cs | GuoHM/bookstore-.net | 55c48467ecbd283cecd5eebd776967cd59ca111d | [
"MIT"
] | null | null | null | Models/CartDetail.cs | GuoHM/bookstore-.net | 55c48467ecbd283cecd5eebd776967cd59ca111d | [
"MIT"
] | 1 | 2019-07-20T01:17:55.000Z | 2019-07-20T01:17:55.000Z | namespace WebApplication2.Models
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Spatial;
public partial class CartDetail
{
public int BookID { get; set; }
... | 22.44 | 55 | 0.629234 |
0edecf61d225dbda75af7c302bcf86bb8f112d61 | 2,229 | cs | C# | TrackSeries.Backend/Controllers/FavoriteShowController.cs | qmatteoq/XamarinDay-Rome | c70040d05cefd9744593da7c1f2ef0b7fc53b40a | [
"MIT"
] | 2 | 2016-08-20T01:23:41.000Z | 2016-09-12T02:26:31.000Z | TrackSeries.Backend/Controllers/FavoriteShowController.cs | qmatteoq/XamarinDay-Rome | c70040d05cefd9744593da7c1f2ef0b7fc53b40a | [
"MIT"
] | null | null | null | TrackSeries.Backend/Controllers/FavoriteShowController.cs | qmatteoq/XamarinDay-Rome | c70040d05cefd9744593da7c1f2ef0b7fc53b40a | [
"MIT"
] | null | null | null | using System.Linq;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.OData;
using Microsoft.Azure.Mobile.Server;
using Microsoft.Azure.Mobile.Server.Authentication;
using TrackSeries.Backend.DataO... | 35.951613 | 107 | 0.674742 |
163918c4ae3efdde7c61c672d25c6333fd640963 | 959 | cs | C# | src/OpenVsixSignTool.Core/HexHelpers.cs | manuelxmarquez/OpenOpcSignTool | c7af9496c8754e7d5338ac4f1813821d4ef6b711 | [
"MIT"
] | 21 | 2017-08-12T15:57:02.000Z | 2021-11-30T16:31:29.000Z | src/OpenVsixSignTool.Core/HexHelpers.cs | manuelxmarquez/OpenOpcSignTool | c7af9496c8754e7d5338ac4f1813821d4ef6b711 | [
"MIT"
] | 20 | 2017-09-12T22:20:42.000Z | 2022-03-04T23:30:01.000Z | src/OpenVsixSignTool.Core/HexHelpers.cs | manuelxmarquez/OpenOpcSignTool | c7af9496c8754e7d5338ac4f1813821d4ef6b711 | [
"MIT"
] | 11 | 2017-09-07T02:43:28.000Z | 2022-02-03T10:05:55.000Z | using System;
namespace OpenVsixSignTool.Core
{
internal static class HexHelpers
{
private static ReadOnlySpan<byte> LookupTable => new byte[]
{
(byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4',
(byte)'5', (byte)'6', (byte)'7', (byte)'8', (byte)'9',
(by... | 29.96875 | 83 | 0.452555 |
fb833e5184f130f5e97d84ff96529df0993686c9 | 178 | cs | C# | PettingZoo/UI/Tab/ITabHostProvider.cs | PsychoMark/PettingZoo | d6b9970d518cfa39eb993065e02543f8c0a93511 | [
"Unlicense"
] | 1 | 2022-02-18T05:15:45.000Z | 2022-02-18T05:15:45.000Z | PettingZoo/UI/Tab/ITabHostProvider.cs | PsychoMark/PettingZoo | d6b9970d518cfa39eb993065e02543f8c0a93511 | [
"Unlicense"
] | 2 | 2022-01-30T08:55:54.000Z | 2022-01-30T10:12:49.000Z | PettingZoo/UI/Tab/ITabHostProvider.cs | MvRens/PettingZoo | d6b9970d518cfa39eb993065e02543f8c0a93511 | [
"Unlicense"
] | null | null | null | namespace PettingZoo.UI.Tab
{
public interface ITabHostProvider
{
public ITabHost Instance { get; }
public void SetInstance(ITabHost instance);
}
}
| 17.8 | 51 | 0.657303 |
78cb1a6b5898a1024dfbc6fdd546680be3133fcc | 701 | cs | C# | src/Incontrl.Sdk/Models/TaxDefinition.cs | indice-co/Incontrl.Net | 2fc71af894156b5f5f056314b7c9b53b31abc7bc | [
"MIT"
] | 4 | 2017-09-13T07:47:44.000Z | 2019-06-03T13:00:43.000Z | src/Incontrl.Sdk/Models/TaxDefinition.cs | indice-co/Incontrl.Net | 2fc71af894156b5f5f056314b7c9b53b31abc7bc | [
"MIT"
] | 2 | 2017-09-13T10:49:54.000Z | 2017-10-10T12:15:20.000Z | src/Incontrl.Sdk/Models/TaxDefinition.cs | indice-co/Incontrl.Net | 2fc71af894156b5f5f056314b7c9b53b31abc7bc | [
"MIT"
] | 2 | 2020-11-12T16:15:22.000Z | 2020-11-12T16:19:54.000Z | using System;
namespace Incontrl.Sdk.Models
{
public class TaxDefinition
{
public Guid? Id { get; set; }
public TaxType Type { get; set; }
public string Code { get; set; }
public string Name { get; set; }
public decimal Rate { get; set; }
public bool IsSalesTax ... | 26.961538 | 110 | 0.587732 |
74f42d130b04c5ae88235d02881765c2b85326d3 | 366 | cs | C# | Source/Initium.Portal.Core/Database/IEntityTypeConfigurationProvider.cs | DeviousCreation/stance | d46cff1893168a4247eef4ca19c0cae34918da94 | [
"MIT"
] | null | null | null | Source/Initium.Portal.Core/Database/IEntityTypeConfigurationProvider.cs | DeviousCreation/stance | d46cff1893168a4247eef4ca19c0cae34918da94 | [
"MIT"
] | 73 | 2020-02-01T09:46:47.000Z | 2020-05-13T15:40:28.000Z | Source/Initium.Portal.Core/Database/IEntityTypeConfigurationProvider.cs | DeviousCreation/stance | d46cff1893168a4247eef4ca19c0cae34918da94 | [
"MIT"
] | null | null | null | // Copyright (c) Project Initium. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
using Microsoft.EntityFrameworkCore;
namespace Initium.Portal.Core.Database
{
public interface IEntityTypeConfigurationProvider
{
void ApplyConf... | 30.5 | 101 | 0.773224 |
2d0d09e3298e05dabf4eca6f73ddd9fb0ff34aa4 | 1,240 | cs | C# | src/TempusHub.Core/Utilities/DateTimeExtensions.cs | TheRealHona/TempusHub | 26a368ecd8dc010cbf25b45525031502a55d15e4 | [
"Apache-2.0"
] | 7 | 2020-02-21T13:27:46.000Z | 2020-07-09T16:30:38.000Z | src/TempusHub.Core/Utilities/DateTimeExtensions.cs | TheRealHona/TempusHub | 26a368ecd8dc010cbf25b45525031502a55d15e4 | [
"Apache-2.0"
] | 29 | 2020-02-20T08:51:51.000Z | 2020-09-04T11:36:47.000Z | src/TempusHub.Core/Utilities/DateTimeExtensions.cs | TheRealHona/TempusHub | 26a368ecd8dc010cbf25b45525031502a55d15e4 | [
"Apache-2.0"
] | null | null | null | using System.Globalization;
using System.Text;
namespace TempusHub.Core.Utilities;
public static class DateTimeExtensions
{
public static string GetTimeStringSinceDateTime(this DateTime dateTime)
{
TimeSpan deltaTime;
if (dateTime.Ticks < DateTime.Now.Ticks)
{
deltaTime = ... | 34.444444 | 147 | 0.628226 |
3fbf45779417a77425014f063d1b145dd149a2b6 | 480 | cs | C# | HelloXamarin MVVM/Data/ViewModel/ViewModelLocator.cs | lbugnion/sample-2018-dotnetmadrid | ef5d7ee42703c92dec57f92678e1dd239619805c | [
"MIT"
] | 3 | 2018-06-13T08:35:03.000Z | 2019-06-15T10:17:06.000Z | HelloXamarin MVVM/Data/ViewModel/ViewModelLocator.cs | lbugnion/sample-2018-dotnetmadrid | ef5d7ee42703c92dec57f92678e1dd239619805c | [
"MIT"
] | null | null | null | HelloXamarin MVVM/Data/ViewModel/ViewModelLocator.cs | lbugnion/sample-2018-dotnetmadrid | ef5d7ee42703c92dec57f92678e1dd239619805c | [
"MIT"
] | null | null | null | using Data.Model;
using GalaSoft.MvvmLight.Ioc;
namespace Data.ViewModel
{
public class ViewModelLocator
{
static ViewModelLocator()
{
SimpleIoc.Default.Register<IYoutubeService, YoutubeService>();
SimpleIoc.Default.Register<MainViewModel>();
}
public Ma... | 20.869565 | 74 | 0.566667 |
6a22e476d09a5c1e15e717559a6390cca8483636 | 925 | cs | C# | Source/Mystic.GameServer/Map/QuadTreeLeafNode.cs | jsapparts/CoreOpenTibiaServer | eb9e425a1c9785221bed861720d6a8a3a8d0471e | [
"MIT"
] | null | null | null | Source/Mystic.GameServer/Map/QuadTreeLeafNode.cs | jsapparts/CoreOpenTibiaServer | eb9e425a1c9785221bed861720d6a8a3a8d0471e | [
"MIT"
] | null | null | null | Source/Mystic.GameServer/Map/QuadTreeLeafNode.cs | jsapparts/CoreOpenTibiaServer | eb9e425a1c9785221bed861720d6a8a3a8d0471e | [
"MIT"
] | null | null | null | namespace Mystic.GameServer.Map {
/// <summary>
/// This class represents the most "zoomed-in" part of the QuadTree,
/// therefore it contains no children.
/// </summary>
/// <remarks>
/// This class is built on the assumption that <see cref="Coordinate.Z"/>
/// is a sbyte!
/// </remarks>
public sealed class ... | 25.694444 | 74 | 0.674595 |
e6d4212d915f0e3c8e48b9990d1b3a19c26305c5 | 1,872 | cs | C# | src/PretzelCore/ConsoleTrace.cs | gopkumr/pretzelcore | ab3c890a85cfd2aeb764e12436fc00deb9d04930 | [
"MS-PL"
] | null | null | null | src/PretzelCore/ConsoleTrace.cs | gopkumr/pretzelcore | ab3c890a85cfd2aeb764e12436fc00deb9d04930 | [
"MS-PL"
] | null | null | null | src/PretzelCore/ConsoleTrace.cs | gopkumr/pretzelcore | ab3c890a85cfd2aeb764e12436fc00deb9d04930 | [
"MS-PL"
] | null | null | null | using Pretzel.Logic.Extensions;
using System;
using System.Collections.Generic;
namespace Pretzel
{
internal static class ConsoleTrace
{
private static readonly Dictionary<TraceLevel, ConsoleColor> Colors = new Dictionary<TraceLevel, ConsoleColor>
{
{ TraceLevel.Error, Con... | 32.275862 | 118 | 0.560363 |
7069d7ee477f216a9b1a1dc96bb74b7ab7d9452b | 6,023 | cs | C# | src/MX.Platform.CSharp/Model/PaginationResponse.cs | mxenabled/mx-platform-csharp | f221a1d499b5093920f144b7fef9c466b016e6bc | [
"MIT"
] | null | null | null | src/MX.Platform.CSharp/Model/PaginationResponse.cs | mxenabled/mx-platform-csharp | f221a1d499b5093920f144b7fef9c466b016e6bc | [
"MIT"
] | 15 | 2021-11-30T21:56:08.000Z | 2022-02-07T18:46:38.000Z | src/MX.Platform.CSharp/Model/PaginationResponse.cs | mxenabled/mx-platform-csharp | f221a1d499b5093920f144b7fef9c466b016e6bc | [
"MIT"
] | 1 | 2021-12-16T18:04:09.000Z | 2021-12-16T18:04:09.000Z | /*
* MX Platform API
*
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
*
* The version of the OpenAPI document: 0.1.0
* Generated by: h... | 36.065868 | 227 | 0.576291 |
75a74812ab8194ff63483e76c86a519046d557d1 | 1,280 | cshtml | C# | ThrallBoard/Views/Home/Details.cshtml | longyiszh/hello-dotnet-core | d22bb0c39c6759aed25f5f2552097ebf975f0a21 | [
"MIT"
] | null | null | null | ThrallBoard/Views/Home/Details.cshtml | longyiszh/hello-dotnet-core | d22bb0c39c6759aed25f5f2552097ebf975f0a21 | [
"MIT"
] | null | null | null | ThrallBoard/Views/Home/Details.cshtml | longyiszh/hello-dotnet-core | d22bb0c39c6759aed25f5f2552097ebf975f0a21 | [
"MIT"
] | null | null | null | @model HomeDetailsViewModel
@{
//Layout = "~/Views/Shared/_Layout.cshtml";
ViewBag.Title = "Employee Details";
string avatarPath = (String.IsNullOrEmpty(Model.Employee.Avatar) ? "~/images/user-default.png" : "~/media/" + Model.Employee.Avatar);
}
<section class="detail">
<h2> Details for Employee @Mode... | 37.647059 | 143 | 0.661719 |
c74de3833eb3e5983bd7f9cdd113e7a7f63e4ea7 | 4,822 | cs | C# | OlapPivotTableExtensions/AdomdClientWrappers/Member.cs | improdom/OlapPivotTableExtensions | 5f924b475d2ae30c779c33651bbe078eaf456902 | [
"MS-PL"
] | 47 | 2018-01-12T00:22:00.000Z | 2022-03-04T13:35:13.000Z | OlapPivotTableExtensions/AdomdClientWrappers/Member.cs | improdom/OlapPivotTableExtensions | 5f924b475d2ae30c779c33651bbe078eaf456902 | [
"MS-PL"
] | 33 | 2017-10-04T10:17:06.000Z | 2022-03-21T18:01:45.000Z | OlapPivotTableExtensions/AdomdClientWrappers/Member.cs | improdom/OlapPivotTableExtensions | 5f924b475d2ae30c779c33651bbe078eaf456902 | [
"MS-PL"
] | 10 | 2018-03-13T20:54:14.000Z | 2022-03-30T09:19:24.000Z | extern alias ExcelAdomdClientReference;
using System;
using System.Collections.Generic;
using System.Text;
using AsAdomdClient = Microsoft.AnalysisServices.AdomdClient;
using ExcelAdomdClient = ExcelAdomdClientReference::Microsoft.AnalysisServices.AdomdClient;
namespace OlapPivotTableExtensions.AdomdClientWr... | 28.702381 | 103 | 0.395479 |
98444725ce9fce431584029d3e70d839b2875766 | 463 | cs | C# | Kooboo.Sites/Scripting/Interfaces/IDatabase.cs | tenghui-kooboo/Kooboo | 309c279f69a85a9e64b7205540fd94a4c3565bfc | [
"MIT"
] | 296 | 2018-09-28T04:27:45.000Z | 2022-03-26T08:36:08.000Z | Kooboo.Sites/Scripting/Interfaces/IDatabase.cs | tenghui-kooboo/Kooboo | 309c279f69a85a9e64b7205540fd94a4c3565bfc | [
"MIT"
] | 54 | 2018-09-29T05:05:03.000Z | 2021-12-19T13:14:12.000Z | Kooboo.Sites/Scripting/Interfaces/IDatabase.cs | tenghui-kooboo/Kooboo | 309c279f69a85a9e64b7205540fd94a4c3565bfc | [
"MIT"
] | 112 | 2018-09-28T04:30:38.000Z | 2022-03-18T03:25:34.000Z | //Copyright (c) 2018 Yardi Technology Limited. Http://www.kooboo.com
//All rights reserved.
using Kooboo.Data.Attributes;
using System.ComponentModel;
namespace KScript
{
[KValueType(typeof(KTable))]
public interface IDatabase
{
[KIgnore]
ITable this[string key] { get;}
[Descript... | 27.235294 | 114 | 0.682505 |
99bfff86efe8a68406c0fa78ad1165edf4cb0be9 | 2,643 | cs | C# | code/Shooting INTO Space/Assets/=ASSETS/VRnavigationBasicThrust/JoelGenModels/scripts/JoelTree.cs | 23SAMY23/Shooting-Into-Space | 793e4c0bdf224f2d871bb7feb667f4ecda9efda4 | [
"Unlicense"
] | null | null | null | code/Shooting INTO Space/Assets/=ASSETS/VRnavigationBasicThrust/JoelGenModels/scripts/JoelTree.cs | 23SAMY23/Shooting-Into-Space | 793e4c0bdf224f2d871bb7feb667f4ecda9efda4 | [
"Unlicense"
] | null | null | null | code/Shooting INTO Space/Assets/=ASSETS/VRnavigationBasicThrust/JoelGenModels/scripts/JoelTree.cs | 23SAMY23/Shooting-Into-Space | 793e4c0bdf224f2d871bb7feb667f4ecda9efda4 | [
"Unlicense"
] | null | null | null | using UnityEngine;
using System.Collections;
using System;
public class JoelTree : MonoBehaviour {
public GameObject TrunkPrefab;
public GameObject[] LeafPrefabs;
public Vector2 SizeRange = new Vector2(.8f, 1.2f);
public Vector2 TrunkHeightRange = new Vector2(4f, 8f);
public Vector2 LeafCountRan... | 49.867925 | 155 | 0.637533 |
9c4eaf6bbb404e2b75c5f8005389c9e707de16ff | 1,488 | cs | C# | common/src/Microsoft.Azure.IIoT.Auth.ActiveDirectory/src/Utils/MsalConfidentialClientDecorator.cs | JMayrbaeurl/Industrial-IoT | ef18f7a14a9e223c9df9f668a5c6f280ea4c1f01 | [
"MIT"
] | 392 | 2019-07-24T16:23:16.000Z | 2022-03-27T09:59:49.000Z | common/src/Microsoft.Azure.IIoT.Auth.ActiveDirectory/src/Utils/MsalConfidentialClientDecorator.cs | JMayrbaeurl/Industrial-IoT | ef18f7a14a9e223c9df9f668a5c6f280ea4c1f01 | [
"MIT"
] | 723 | 2019-07-25T06:06:27.000Z | 2022-03-31T10:57:01.000Z | common/src/Microsoft.Azure.IIoT.Auth.ActiveDirectory/src/Utils/MsalConfidentialClientDecorator.cs | JMayrbaeurl/Industrial-IoT | ef18f7a14a9e223c9df9f668a5c6f280ea4c1f01 | [
"MIT"
] | 184 | 2019-08-05T08:39:51.000Z | 2022-03-28T16:55:59.000Z | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.Azure.I... | 38.153846 | 99 | 0.59543 |
2a4af1e47ab23e149324aa818c69660f21789199 | 112 | cs | C# | FullStackTemplate.Entities/IBaseFullStackTemplateEntity.cs | GaProgMan/FullStackTemplate | cef92fc0dd195c0993ef3427bc8c39337d98bd7b | [
"MIT"
] | 13 | 2017-09-19T23:35:45.000Z | 2021-07-02T11:54:38.000Z | FullStackTemplate.Entities/IBaseFullStackTemplateEntity.cs | GaProgMan/FullStackTemplate | cef92fc0dd195c0993ef3427bc8c39337d98bd7b | [
"MIT"
] | null | null | null | FullStackTemplate.Entities/IBaseFullStackTemplateEntity.cs | GaProgMan/FullStackTemplate | cef92fc0dd195c0993ef3427bc8c39337d98bd7b | [
"MIT"
] | 9 | 2018-06-03T10:29:10.000Z | 2021-08-29T14:24:38.000Z | namespace FullStackTemplate.Entities
{
public interface IBaseFullStackTemplateEntity
{
}
} | 16 | 49 | 0.6875 |
63181c9b3723258e27a39f7019a33f2290596cdb | 24,743 | cs | C# | package/com.unity.formats.usd/Dependencies/USD.NET/generated/pxr/usd/usdShade/UsdShadeMaterialBindingAPI.cs | mwikenma/usd-unity-sdk | 22689c8c8f321d824349189cb572bda7fb1884fa | [
"Apache-2.0"
] | 233 | 2018-10-04T09:05:03.000Z | 2022-03-10T18:23:15.000Z | Dependencies/USD.NET/generated/pxr/usd/usdShade/UsdShadeMaterialBindingAPI.cs | needle-mirror/com.unity.formats.usd | 48055d1da3604a10bc529191891e88b8e9f89803 | [
"Apache-2.0"
] | 164 | 2018-10-22T17:51:17.000Z | 2022-03-29T15:35:21.000Z | Dependencies/USD.NET/generated/pxr/usd/usdShade/UsdShadeMaterialBindingAPI.cs | needle-mirror/com.unity.formats.usd | 48055d1da3604a10bc529191891e88b8e9f89803 | [
"Apache-2.0"
] | 57 | 2018-10-22T16:32:16.000Z | 2022-02-08T15:55:54.000Z | //------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//----... | 50.087045 | 258 | 0.68286 |
1d361b1366f01a1c2f22b2d2f01451d59e5058e8 | 6,762 | cs | C# | src/Hatra.Services/StaticContentService.cs | Amirarsalan99m/HatraDuplicate | 59a097b006987293be2d0fa47cf05ab3e146c7c1 | [
"Apache-2.0"
] | 1 | 2020-02-23T13:46:51.000Z | 2020-02-23T13:46:51.000Z | src/Hatra.Services/StaticContentService.cs | Amirarsalan99m/HatraDuplicate | 59a097b006987293be2d0fa47cf05ab3e146c7c1 | [
"Apache-2.0"
] | 2 | 2022-01-26T09:08:35.000Z | 2022-01-26T09:08:52.000Z | src/Hatra.Services/StaticContentService.cs | Amirarsalan99m/HatraDuplicate | 59a097b006987293be2d0fa47cf05ab3e146c7c1 | [
"Apache-2.0"
] | 4 | 2020-02-23T13:46:55.000Z | 2020-05-23T10:11:32.000Z | using EFSecondLevelCache.Core;
using Hatra.Common.GuardToolkit;
using Hatra.DataLayer.Context;
using Hatra.Entities;
using Hatra.Services.Contracts;
using Hatra.ViewModels;
using Hatra.ViewModels.Paged;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System... | 34.85567 | 135 | 0.571576 |
152ab6b4d72345ddf7f162d3b58c709482e08a38 | 3,539 | cs | C# | Source/Engine/Physics/Components/RigidBodyComponent.cs | chicken-with-lips/duck | 8ece1363bb570c47d2a4dca314cd468b73c36faf | [
"Apache-2.0"
] | null | null | null | Source/Engine/Physics/Components/RigidBodyComponent.cs | chicken-with-lips/duck | 8ece1363bb570c47d2a4dca314cd468b73c36faf | [
"Apache-2.0"
] | 2 | 2022-03-29T20:42:23.000Z | 2022-03-31T14:38:27.000Z | Source/Engine/Physics/Components/RigidBodyComponent.cs | chicken-with-lips/duck | 8ece1363bb570c47d2a4dca314cd468b73c36faf | [
"Apache-2.0"
] | 1 | 2022-03-27T18:18:31.000Z | 2022-03-27T18:18:31.000Z | using Duck.Serialization;
using Silk.NET.Maths;
namespace Duck.Physics.Components;
[AutoSerializable]
public partial struct RigidBodyComponent
{
public BodyType Type = BodyType.Static;
public Lock AxisLock = default;
public bool IsGravityEnabled = true;
public bool UseGravityOverride = false;
pub... | 30.508621 | 181 | 0.622492 |
63ccbdb9300c0991ae60525482530f430547cb52 | 5,746 | cs | C# | KoiCatalog/Util/StringUtil.cs | im-mi/KoiCatalog | 27a6fb9750c35358c99d92f4d8c885f28d7cfff6 | [
"BSD-2-Clause"
] | 20 | 2018-06-10T23:05:02.000Z | 2021-04-11T08:55:12.000Z | KoiCatalog/Util/StringUtil.cs | im-mi/KoiCatalog | 27a6fb9750c35358c99d92f4d8c885f28d7cfff6 | [
"BSD-2-Clause"
] | 8 | 2018-06-10T23:05:57.000Z | 2020-10-15T15:10:56.000Z | KoiCatalog/Util/StringUtil.cs | im-mi/KoiCatalog | 27a6fb9750c35358c99d92f4d8c885f28d7cfff6 | [
"BSD-2-Clause"
] | 5 | 2018-06-03T17:59:32.000Z | 2021-09-21T08:33:39.000Z | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
namespace KoiCatalog.Util
{
public static class StringUtil
{
public static bool FuzzyContains(this string self, string value)
{
const CompareOptions ... | 37.070968 | 112 | 0.547685 |
1d8ece6e6bb41013ee34b8eb7add62e2756713e4 | 3,774 | cs | C# | TwitchLib.Api/TwitchLib.Api.Core/Common/Helpers.cs | Teravus/RebootTechChatBot | b954ed76c4d44e8b75eea5a5afc495c054331a8e | [
"MIT"
] | 1 | 2021-05-23T23:45:34.000Z | 2021-05-23T23:45:34.000Z | TwitchLib/TwitchLib.Api/TwitchLib.Api.Core/Common/Helpers.cs | Teravus/RebootTechChatBot | b954ed76c4d44e8b75eea5a5afc495c054331a8e | [
"MIT"
] | null | null | null | TwitchLib/TwitchLib.Api/TwitchLib.Api.Core/Common/Helpers.cs | Teravus/RebootTechChatBot | b954ed76c4d44e8b75eea5a5afc495c054331a8e | [
"MIT"
] | null | null | null | using System;
using TwitchLib.Api.Core.Enums;
namespace TwitchLib.Api.Core.Common
{
/// <summary>Static class of helper functions used around the project.</summary>
public static class Helpers
{
/// <summary>
/// Function that extracts just the token for consistency
/// </summary>
... | 41.933333 | 84 | 0.547165 |
4d09150342a8d5d154beb0ce02bfcd7b9dcc8cd4 | 919 | cs | C# | Arrowgene.WebServer/Route/WebRoute.cs | sebastian-heinz/Arrowgene.WebServer | e534d4975ab214c98605d9a58ef49987aeb33127 | [
"MIT"
] | null | null | null | Arrowgene.WebServer/Route/WebRoute.cs | sebastian-heinz/Arrowgene.WebServer | e534d4975ab214c98605d9a58ef49987aeb33127 | [
"MIT"
] | null | null | null | Arrowgene.WebServer/Route/WebRoute.cs | sebastian-heinz/Arrowgene.WebServer | e534d4975ab214c98605d9a58ef49987aeb33127 | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
namespace Arrowgene.WebServer.Route
{
/// <summary>
/// Implementation of Kestrel server as backend
/// </summary>
public abstract class WebRoute : IWebRoute
{
public abstract string Route { get; }
public virtual Task<WebResponse> Get(WebRequest r... | 24.837838 | 67 | 0.59086 |
df61c62eaed481f935b5636d3069ff5622a2a424 | 1,274 | cs | C# | src/Essensoft.Paylink.Alipay/Domain/HbMeiWeiItemSync.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 522 | 2019-06-01T15:49:03.000Z | 2021-03-04T06:25:03.000Z | src/Essensoft.Paylink.Alipay/Domain/HbMeiWeiItemSync.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 74 | 2019-06-20T08:03:36.000Z | 2021-02-28T10:19:27.000Z | src/Essensoft.Paylink.Alipay/Domain/HbMeiWeiItemSync.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 170 | 2019-06-01T15:48:12.000Z | 2021-02-26T13:49:45.000Z | using System.Text.Json.Serialization;
namespace Essensoft.Paylink.Alipay.Domain
{
/// <summary>
/// HbMeiWeiItemSync Data Structure.
/// </summary>
public class HbMeiWeiItemSync : AlipayObject
{
/// <summary>
/// 宝贝票面价值,单位为分
/// </summary>
[JsonPropertyName("amount_... | 24.037736 | 48 | 0.50314 |
12a8a163149f923abf1139487082af728f75d0c5 | 5,782 | cs | C# | src/PluginCode/KK_VRHeadSizeAdjust.cs | KoikDaisy/KK_VRHeadSizeAdjust | f1d93d5e516ba58f6766f7c67b3b97ecdc5d5fe1 | [
"Unlicense"
] | null | null | null | src/PluginCode/KK_VRHeadSizeAdjust.cs | KoikDaisy/KK_VRHeadSizeAdjust | f1d93d5e516ba58f6766f7c67b3b97ecdc5d5fe1 | [
"Unlicense"
] | 1 | 2021-05-05T10:53:12.000Z | 2021-05-05T10:53:12.000Z | src/PluginCode/KK_VRHeadSizeAdjust.cs | KoikDaisy/KK_VRHeadSizeAdjust | f1d93d5e516ba58f6766f7c67b3b97ecdc5d5fe1 | [
"Unlicense"
] | null | null | null | using BepInEx;
using BepInEx.Configuration;
using BepInEx.Logging;
using HarmonyLib;
using KKAPI.Chara;
using KKAPI.Maker;
using KKAPI.Maker.UI;
using KKAPI;
using UnityEngine;
using ExtensibleSaveFormat;
namespace KK_VRHeadSizeAdjust
{
[BepInProcess("Koikatu")]
[BepInProcess("KoikatuVR")]
[BepInProcess("... | 37.303226 | 247 | 0.598236 |
7e1b23f9823c2ee1f13d837bf0a081161406cdc0 | 37,565 | cs | C# | Dashing/Engine/DML/WhereClauseWriter.cs | JTOne123/dashing | 328276dcf490abb0d4b78b56308e4efc81829cee | [
"MIT"
] | 57 | 2016-01-09T20:42:27.000Z | 2022-03-25T04:48:32.000Z | Dashing/Engine/DML/WhereClauseWriter.cs | JTOne123/dashing | 328276dcf490abb0d4b78b56308e4efc81829cee | [
"MIT"
] | 12 | 2016-03-14T12:25:07.000Z | 2022-03-22T11:07:03.000Z | Dashing/Engine/DML/WhereClauseWriter.cs | JTOne123/dashing | 328276dcf490abb0d4b78b56308e4efc81829cee | [
"MIT"
] | 7 | 2016-01-11T08:27:44.000Z | 2020-06-25T11:09:21.000Z | namespace Dashing.Engine.DML {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using Dapper;
using Dashing.Configuration;
using Dashing.Engine.Dialects;
using Dashing.Engine.DML.Eleme... | 46.092025 | 241 | 0.500945 |
7e90d22f0094287cdcf2acc40ccfa92f7d0ed270 | 1,345 | cs | C# | 02. CSharp OOP Basics - 05. Interfaces And Abstraction/Exercises/Exercises/04. Telephony/StartUp.cs | bobo4aces/04.SoftUni-CSharpFundamentals | 9ea584961f95d6d66d514500deec2404eb2a765b | [
"MIT"
] | 2 | 2019-03-08T11:55:49.000Z | 2019-04-10T10:46:08.000Z | 02. CSharp OOP Basics - 05. Interfaces And Abstraction/Exercises/Exercises/04. Telephony/StartUp.cs | bobo4aces/04.SoftUni-CSharpFundamentals | 9ea584961f95d6d66d514500deec2404eb2a765b | [
"MIT"
] | null | null | null | 02. CSharp OOP Basics - 05. Interfaces And Abstraction/Exercises/Exercises/04. Telephony/StartUp.cs | bobo4aces/04.SoftUni-CSharpFundamentals | 9ea584961f95d6d66d514500deec2404eb2a765b | [
"MIT"
] | 1 | 2019-03-08T11:55:52.000Z | 2019-03-08T11:55:52.000Z | using System;
using System.Linq;
namespace Telephony
{
public class StartUp
{
static void Main()
{
string[] phoneNumbers = Console.ReadLine()
.Split(" ")
.ToArray();
string[] sites =... | 28.020833 | 71 | 0.376952 |
af633ed2b468cfb4f9a59898dc3589d28dd37fdc | 576 | cs | C# | Solene.MobileApp/Solene.MobileApp.Core/Views/ProfileSelectPage.xaml.cs | pingzing/SoleneCYOA | 3be9fc3aecf00c66a5614543faf2ff450aaae83d | [
"MIT"
] | 2 | 2021-08-18T20:43:30.000Z | 2022-03-30T21:33:42.000Z | Solene.MobileApp/Solene.MobileApp.Core/Views/ProfileSelectPage.xaml.cs | pingzing/SoleneCYOA | 3be9fc3aecf00c66a5614543faf2ff450aaae83d | [
"MIT"
] | null | null | null | Solene.MobileApp/Solene.MobileApp.Core/Views/ProfileSelectPage.xaml.cs | pingzing/SoleneCYOA | 3be9fc3aecf00c66a5614543faf2ff450aaae83d | [
"MIT"
] | null | null | null | using Solene.MobileApp.Core.Models;
using Solene.MobileApp.Core.ViewModels;
using System;
using Xamarin.Forms;
namespace Solene.MobileApp.Core.Views
{
public partial class ProfileSelectPage : ContentPage
{
public ProfileSelectPage()
{
InitializeComponent();
}
priva... | 26.181818 | 86 | 0.677083 |
a4eb3b4dba4736e5ded401ad7637f29960a9db3f | 788 | cshtml | C# | Web/EducationHub.Web/Views/Categories/All.cshtml | mitovV/-EducationHub | 1250100c1c070b3f7c25c9c2304cd61453501f50 | [
"MIT"
] | null | null | null | Web/EducationHub.Web/Views/Categories/All.cshtml | mitovV/-EducationHub | 1250100c1c070b3f7c25c9c2304cd61453501f50 | [
"MIT"
] | null | null | null | Web/EducationHub.Web/Views/Categories/All.cshtml | mitovV/-EducationHub | 1250100c1c070b3f7c25c9c2304cd61453501f50 | [
"MIT"
] | null | null | null | @using EducationHub.Web.ViewModels.Categories
@model IEnumerable<CategoriesAllViewModel>
@{
ViewData["Title"] = "Categories";
}
<h1 class="center light-green-text lighten-2">@ViewData["Title"]</h1>
<div class="row">
@foreach (var category in this.Model)
{
<div class="col s12 m6 l4">
<... | 31.52 | 118 | 0.544416 |
69a1bd64f93d649f086a2910ff7af33579871fde | 4,042 | cs | C# | Dependencies/SolidUtilities/Runtime/Extensions/RectExtensions.cs | DanAmador/ClassTypeReference-for-Unity | 9d2b7888f080f1c56f476e0c8b9cc250c1a9b795 | [
"MIT"
] | null | null | null | Dependencies/SolidUtilities/Runtime/Extensions/RectExtensions.cs | DanAmador/ClassTypeReference-for-Unity | 9d2b7888f080f1c56f476e0c8b9cc250c1a9b795 | [
"MIT"
] | null | null | null | Dependencies/SolidUtilities/Runtime/Extensions/RectExtensions.cs | DanAmador/ClassTypeReference-for-Unity | 9d2b7888f080f1c56f476e0c8b9cc250c1a9b795 | [
"MIT"
] | null | null | null | namespace SolidUtilities.Extensions
{
using UnityEngine;
/// <summary>
/// Different useful extensions for <see cref="Rect"/>
/// </summary>
public static class RectExtensions
{
/// <summary>Rounds up x, y, width, and height of the rect.</summary>
/// <param name="rect">Rect to... | 46.45977 | 118 | 0.609847 |
af7d0265d841cfe1f25726e7561b4904e4f30829 | 1,094 | cs | C# | Overlay.NET/Directx/TextLayoutBuffer.cs | TimothyByrd/ChaosHelper | 374635e7ecbf2b5cc65e631972eb427a65654ee7 | [
"MIT"
] | 6 | 2021-04-20T18:14:52.000Z | 2022-02-14T07:37:55.000Z | Overlay.NET/Directx/TextLayoutBuffer.cs | TimothyByrd/ChaosHelper | 374635e7ecbf2b5cc65e631972eb427a65654ee7 | [
"MIT"
] | 1 | 2021-01-03T00:04:47.000Z | 2021-01-03T00:04:47.000Z | Overlay.NET/Directx/TextLayoutBuffer.cs | TimothyByrd/ChaosHelper | 374635e7ecbf2b5cc65e631972eb427a65654ee7 | [
"MIT"
] | null | null | null | using SharpDX.DirectWrite;
namespace Overlay.NET.Directx {
/// <summary>
/// </summary>
internal class TextLayoutBuffer {
/// <summary>
/// The text
/// </summary>
public string Text { get; set; }
/// <summary>
/// The text layout
/// </summa... | 29.567568 | 88 | 0.525594 |
5e7f2dfe9369fd7f8195ea9b53b8660a43f317ee | 371 | cs | C# | Data/Repository/SaleItemRepository.cs | Santyur19/Oilpolaravel | eb19a2f468aba922c0f2dd532e20c299faae3c20 | [
"MIT"
] | null | null | null | Data/Repository/SaleItemRepository.cs | Santyur19/Oilpolaravel | eb19a2f468aba922c0f2dd532e20c299faae3c20 | [
"MIT"
] | null | null | null | Data/Repository/SaleItemRepository.cs | Santyur19/Oilpolaravel | eb19a2f468aba922c0f2dd532e20c299faae3c20 | [
"MIT"
] | null | null | null | using Oilpo;
using Oilpo;
using Oilpo;
using Oilpo;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Oilpo
{
public class SaleItemRepository : BaseRepository<SalesItemsModel>, ISaleItemRepository
{
public SaleItemRepository(InvoiceDbContext con... | 18.55 | 90 | 0.725067 |
4fa3d7b3f78f4c4589d74857cd24ddac3c67352b | 937 | cs | C# | Models/Mapping/NotificationMap.cs | mzucca/Orchard.JabbR | 9d8f8c7604489e48c9c6cbe9a30511cc8c990fa7 | [
"MIT"
] | 679 | 2015-01-02T23:55:30.000Z | 2022-03-16T12:16:10.000Z | Models/Mapping/NotificationMap.cs | mzucca/Orchard.JabbR | 9d8f8c7604489e48c9c6cbe9a30511cc8c990fa7 | [
"MIT"
] | 60 | 2015-01-03T05:03:06.000Z | 2021-06-29T05:11:35.000Z | Models/Mapping/NotificationMap.cs | mzucca/Orchard.JabbR | 9d8f8c7604489e48c9c6cbe9a30511cc8c990fa7 | [
"MIT"
] | 302 | 2015-01-08T11:29:13.000Z | 2022-01-11T08:17:18.000Z | using System.Data.Entity.ModelConfiguration;
namespace JabbR.Models.Mapping
{
public class NotificationMap : EntityTypeConfiguration<Notification>
{
public NotificationMap()
{
// Primary Key
this.HasKey(m => m.Key);
// Properties
// Table & Colu... | 30.225806 | 72 | 0.531483 |
418faf101f5b2979c8996f0c03dcf9253ce2fea3 | 192 | cs | C# | src/Fluxera.Extensions.Hosting.Modules.OpenTelemetry/MeterProviderContributorList.cs | fluxera/Fluxera.Extensions.Hosting.Modules | 83cf3c62bc2866616cb15280912294eaa11bbba4 | [
"MIT"
] | 1 | 2021-12-14T05:02:55.000Z | 2021-12-14T05:02:55.000Z | src/Fluxera.Extensions.Hosting.Modules.OpenTelemetry/MeterProviderContributorList.cs | fluxera/Fluxera.Extensions.Hosting.Modules | 83cf3c62bc2866616cb15280912294eaa11bbba4 | [
"MIT"
] | null | null | null | src/Fluxera.Extensions.Hosting.Modules.OpenTelemetry/MeterProviderContributorList.cs | fluxera/Fluxera.Extensions.Hosting.Modules | 83cf3c62bc2866616cb15280912294eaa11bbba4 | [
"MIT"
] | null | null | null | namespace Fluxera.Extensions.Hosting.Modules.OpenTelemetry
{
using System.Collections.Generic;
internal sealed class MeterProviderContributorList : List<IMeterProviderContributor>
{
}
}
| 21.333333 | 85 | 0.822917 |
41b66aca452fbbc766339a6d989861577523cf70 | 3,720 | cs | C# | AWSSDK/Amazon.CloudWatch/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricRequestMarshaller.cs | xamarin/amazon | 100d2db9356391b02f18b73d0ff769892396e635 | [
"Apache-2.0"
] | 38 | 2015-01-20T21:46:22.000Z | 2021-02-01T19:17:50.000Z | AWSSDK/Amazon.CloudWatch/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricRequestMarshaller.cs | VonRosenchild/amazon | 100d2db9356391b02f18b73d0ff769892396e635 | [
"Apache-2.0"
] | 3 | 2018-11-03T02:49:47.000Z | 2020-11-05T05:53:06.000Z | AWSSDK/Amazon.CloudWatch/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricRequestMarshaller.cs | VonRosenchild/amazon | 100d2db9356391b02f18b73d0ff769892396e635 | [
"Apache-2.0"
] | 42 | 2015-02-22T20:37:25.000Z | 2022-03-25T15:18:10.000Z | /*
* Copyright 2010-2012 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... | 45.365854 | 153 | 0.658602 |
1fd928038e78086c5e80b65ca67a94629086b54e | 2,759 | cs | C# | unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/SettingsPanelHUD/Scripts/SectionsModule/SettingsButtonEntry.cs | JuanMartinSalice/unity-renderer | 8ab50f3fe7b4db5ea659bc30a0438095051678f9 | [
"Apache-2.0"
] | 74 | 2021-04-29T17:50:40.000Z | 2022-03-11T15:51:36.000Z | unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/SettingsPanelHUD/Scripts/SectionsModule/SettingsButtonEntry.cs | JuanMartinSalice/unity-renderer | 8ab50f3fe7b4db5ea659bc30a0438095051678f9 | [
"Apache-2.0"
] | 1,888 | 2021-03-10T15:23:32.000Z | 2022-03-31T21:28:17.000Z | unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/SettingsPanelHUD/Scripts/SectionsModule/SettingsButtonEntry.cs | decentraland/refactored-octo-guacamole | afdc937afcb340c08352d7230c94705fdb03d5bb | [
"Apache-2.0"
] | 45 | 2021-04-18T22:37:49.000Z | 2022-03-29T17:11:36.000Z | using TMPro;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace DCL.SettingsPanelHUD.Sections
{
/// <summary>
/// MonoBehaviour that represents a template for a menu button.
/// It will be instantiated on the left part of the main settings panel and... | 32.081395 | 121 | 0.633563 |
e272c48ce52fa684c274e83eec7376cfe0ee4033 | 3,740 | cs | C# | src/LifxNetPlus/TileGroup.cs | d8ahazard/LifxNetPlus | a9f31e81899b8a93895fcd7a8ffd0127a0bfbce7 | [
"MIT"
] | null | null | null | src/LifxNetPlus/TileGroup.cs | d8ahazard/LifxNetPlus | a9f31e81899b8a93895fcd7a8ffd0127a0bfbce7 | [
"MIT"
] | null | null | null | src/LifxNetPlus/TileGroup.cs | d8ahazard/LifxNetPlus | a9f31e81899b8a93895fcd7a8ffd0127a0bfbce7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace LifxNetPlus {
/// <summary>
/// Class representation of a Tile Response
/// </summary>
[Serializable]
public class Tile {
/// <summary>
/// Height
/// </summary>
public byte Height { get; set; }
/// <summary>
/// Width
/// </summary>
public... | 27.910448 | 69 | 0.662834 |
e2f0891e16d7f1a7a325f03f51a8ffe6fc3157ff | 9,653 | cs | C# | nylium.Core/Networking/Packet/NetworkPacket.cs | zCri/nylium | 2087d0e6745f9fd0378871afab423188d43eaa3c | [
"MIT"
] | null | null | null | nylium.Core/Networking/Packet/NetworkPacket.cs | zCri/nylium | 2087d0e6745f9fd0378871afab423188d43eaa3c | [
"MIT"
] | null | null | null | nylium.Core/Networking/Packet/NetworkPacket.cs | zCri/nylium | 2087d0e6745f9fd0378871afab423188d43eaa3c | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using nylium.Core.DataTypes;
using nylium.Utilities;
// TODO compressed packets
namespace nylium.Core.Networking.Packet {
public class NetworkPacket : IDisposable {
private... | 30.355346 | 159 | 0.532788 |
6efcb89b7bb9baca11f014b594ec3cca646c239c | 2,070 | cs | C# | src/Compilers/CSharp/Portable/FlowAnalysis/AbstractRegionDataFlowPass.cs | pottereric/roslyn | 4bab250a3730d81264524e65befddb5c5d84e059 | [
"Apache-2.0"
] | 1 | 2021-04-18T03:29:16.000Z | 2021-04-18T03:29:16.000Z | src/Compilers/CSharp/Portable/FlowAnalysis/AbstractRegionDataFlowPass.cs | pottereric/roslyn | 4bab250a3730d81264524e65befddb5c5d84e059 | [
"Apache-2.0"
] | null | null | null | src/Compilers/CSharp/Portable/FlowAnalysis/AbstractRegionDataFlowPass.cs | pottereric/roslyn | 4bab250a3730d81264524e65befddb5c5d84e059 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax... | 37.636364 | 161 | 0.661836 |
3e0cf68ce96a76b949981a987c5b6ee5d6a8eb60 | 2,905 | cs | C# | assets/ngui/scripts/Interaction/UIEventTrigger.cs | halilural/WashingMachineApp | d9f8196ddad97cd6d5caa5d943b3a43b8cffbbad | [
"Apache-2.0"
] | null | null | null | assets/ngui/scripts/Interaction/UIEventTrigger.cs | halilural/WashingMachineApp | d9f8196ddad97cd6d5caa5d943b3a43b8cffbbad | [
"Apache-2.0"
] | null | null | null | assets/ngui/scripts/Interaction/UIEventTrigger.cs | halilural/WashingMachineApp | d9f8196ddad97cd6d5caa5d943b3a43b8cffbbad | [
"Apache-2.0"
] | null | null | null | //----------------------------------------------
// NGUI: Next-Gen UI kit
// Copyright © 2011-2014 Tasharen Entertainment
//----------------------------------------------
using UnityEngine;
using System.Collections.Generic;
/// <summary>
/// Attaching this script to an object will let you trigger remote fu... | 25.26087 | 95 | 0.690878 |
8eb34a9143459e14079f3f05e6037d0d24f87b16 | 26,865 | cs | C# | Sample/MainForm.cs | omron-devhub/B5T-007001_HVC-P2_for-CSharp | 6d42e85b288e00f43d3068f1ae896540ceda6e72 | [
"Apache-2.0"
] | 2 | 2019-07-18T15:45:31.000Z | 2020-04-30T14:17:38.000Z | Sample/MainForm.cs | omron-devhub/B5T-007001_HVC-P2_for-CSharp | 6d42e85b288e00f43d3068f1ae896540ceda6e72 | [
"Apache-2.0"
] | null | null | null | Sample/MainForm.cs | omron-devhub/B5T-007001_HVC-P2_for-CSharp | 6d42e85b288e00f43d3068f1ae896540ceda6e72 | [
"Apache-2.0"
] | null | null | null | /*---------------------------------------------------------------------------*/
/* Copyright(C) 2018 OMRON Corporation */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); ... | 40.037258 | 119 | 0.461716 |
ae1bb3625488b2f78d0ad116bac6d0c96673026c | 10,954 | cs | C# | src/Microsoft.ML.AutoML/TrainerExtensions/BinaryTrainerExtensions.cs | rounakc2k/machinelearning | f78c9fcf8e131516cfd979f2e0e96d8b14fa32d0 | [
"MIT"
] | 9 | 2018-12-26T11:11:08.000Z | 2019-09-18T02:37:49.000Z | src/Microsoft.ML.AutoML/TrainerExtensions/BinaryTrainerExtensions.cs | bulent2kocer/machinelearning | 4f5d6cf22c2572c98d3efd18ebd289edae900bc4 | [
"MIT"
] | null | null | null | src/Microsoft.ML.AutoML/TrainerExtensions/BinaryTrainerExtensions.cs | bulent2kocer/machinelearning | 4f5d6cf22c2572c98d3efd18ebd289edae900bc4 | [
"MIT"
] | 2 | 2019-07-31T06:08:07.000Z | 2019-08-01T01:53:38.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.
using System.Collections.Generic;
using System.Linq;
using Microsoft.ML.Calibrators;
using Microsoft.ML.Data;
using... | 46.415254 | 345 | 0.719189 |
20bad392dc7b9b87d2b1d320eb127c4386e04e8d | 466 | cs | C# | Vue.Net/VOL.Entity/MappingConfiguration/Shop/Hiiops_Shop_User_LevelMapConfig.cs | Hiiops/Hiiops.Outside | f5fdfb180b8893e4e33eefdbe5c82d8953fbc6aa | [
"MIT"
] | 1 | 2020-05-01T15:46:21.000Z | 2020-05-01T15:46:21.000Z | Vue.Net/VOL.Entity/MappingConfiguration/Shop/Hiiops_Shop_User_LevelMapConfig.cs | Hiiops/Hiiops.Outside | f5fdfb180b8893e4e33eefdbe5c82d8953fbc6aa | [
"MIT"
] | 2 | 2020-05-13T15:22:04.000Z | 2020-05-24T09:24:58.000Z | Vue.Net/VOL.Entity/MappingConfiguration/Shop/Hiiops_Shop_User_LevelMapConfig.cs | Hiiops/Hiiops.Outside | f5fdfb180b8893e4e33eefdbe5c82d8953fbc6aa | [
"MIT"
] | null | null | null | using VOL.Entity.MappingConfiguration;
using VOL.Entity.DomainModels;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace VOL.Entity.MappingConfiguration
{
public class Hiiops_Shop_User_LevelMapConfig : EntityMappingConfiguration<Hiiops_Shop_User_Level>
{
public override void Map(EntityTyp... | 27.411765 | 101 | 0.740343 |
8c081eff06e3a338b6285f02e9df330c91f89934 | 918 | cs | C# | Providers/MessageRepository.cs | Nordes/Sample.SSEvent | 2d4048bc10d5f73b3126cf9e5b38b6edd2228b2d | [
"MIT"
] | 4 | 2021-06-01T15:28:49.000Z | 2022-02-22T13:26:15.000Z | Providers/MessageRepository.cs | Nordes/Sample.SSEvent | 2d4048bc10d5f73b3126cf9e5b38b6edd2228b2d | [
"MIT"
] | 1 | 2022-03-25T09:05:38.000Z | 2022-03-25T09:05:38.000Z | Providers/MessageRepository.cs | Nordes/Sample.SSEvent | 2d4048bc10d5f73b3126cf9e5b38b6edd2228b2d | [
"MIT"
] | 1 | 2021-03-03T05:06:15.000Z | 2021-03-03T05:06:15.000Z |
using System;
using Microsoft.Extensions.Logging;
using Sample.SSEvent.Models;
using Sample.SSEvent.Providers.Events;
namespace Sample.SSEvent.Providers
{
public interface IMessageRepository
{
event EventHandler<NotificationArgs> NotificationEvent;
void Broadcast(Notification notifi... | 27.818182 | 81 | 0.676471 |
f1ed556801182d118a6593e84e5f21b8b720dde5 | 3,261 | cs | C# | CSharp/Classes/Program.cs | BillyFrcs/CPPPrograming | 3904d30413aaea6c9109b8c5250c44c67aa0fc20 | [
"MIT"
] | 1 | 2021-10-02T01:29:59.000Z | 2021-10-02T01:29:59.000Z | CSharp/Classes/Program.cs | BillyFrcs/CPPPrograming | 3904d30413aaea6c9109b8c5250c44c67aa0fc20 | [
"MIT"
] | 1 | 2021-06-12T08:28:38.000Z | 2021-06-12T08:28:38.000Z | CSharp/Classes/Program.cs | BillyFrcs/CPPPrograming | 3904d30413aaea6c9109b8c5250c44c67aa0fc20 | [
"MIT"
] | 2 | 2021-04-28T20:08:55.000Z | 2021-05-25T08:45:54.000Z | using System;
namespace Classes
{
class Wizard
{
static public string nameWizard;
public string spell;
public int totalSpells;
public float exp;
public Wizard(string _nameWizard, string _spell, float _exp, int _totalSpells)
{
... | 29.378378 | 110 | 0.427476 |
69f44df3ff49030e89d1c2e03d36df9ff6e2ec23 | 2,982 | cs | C# | ForumNet.Common/GlobalConstants.cs | kalintsenkov/ForumNet | 5cc2c08720b30312ffa591d3eb3f9f23f5b1ad28 | [
"MIT"
] | 17 | 2020-04-19T19:29:42.000Z | 2022-03-30T17:39:00.000Z | ForumNet.Common/GlobalConstants.cs | kalintsenkov/ForumNet | 5cc2c08720b30312ffa591d3eb3f9f23f5b1ad28 | [
"MIT"
] | null | null | null | ForumNet.Common/GlobalConstants.cs | kalintsenkov/ForumNet | 5cc2c08720b30312ffa591d3eb3f9f23f5b1ad28 | [
"MIT"
] | 7 | 2020-04-19T19:29:42.000Z | 2022-02-12T11:10:02.000Z | namespace ForumNet.Common
{
public class GlobalConstants
{
public const string SystemName = "Forum.NET";
public const string SystemEmail = "no-reply@forum.net";
public const string AdministratorAreaName = "Administration";
public const string AdministratorRoleName = "Admin";
... | 45.876923 | 87 | 0.706573 |
2d08da83cd499510c839d6ae94dc76020977235a | 1,179 | cs | C# | Xamarin.Forms.Portable7/Xamarin.Wcf/Services/MessageService.cs | wellstone018/Demo | e5f9163c012a5d1415315faab4c0cc4fe6017610 | [
"MIT"
] | 15 | 2016-11-02T06:20:15.000Z | 2021-07-23T08:59:19.000Z | Xamarin.Forms.Portable7/Xamarin.Wcf/Services/MessageService.cs | wellstone018/Demo | e5f9163c012a5d1415315faab4c0cc4fe6017610 | [
"MIT"
] | 10 | 2015-02-15T11:51:56.000Z | 2018-08-18T04:53:04.000Z | Xamarin.Forms.Portable7/Xamarin.Wcf/Services/MessageService.cs | wellstone018/Demo | e5f9163c012a5d1415315faab4c0cc4fe6017610 | [
"MIT"
] | 37 | 2016-08-03T04:51:15.000Z | 2022-02-01T06:17:54.000Z | using System;
using System.Runtime.Serialization;
using System.ServiceModel;
namespace Xamarin.Wcf.Services
{
[System.ServiceModel.ServiceContract]
public interface IMessageService
{
event EventHandler<MessageDto> ReceivedImage;
[System.ServiceModel.OperationContract]
void S... | 19.65 | 71 | 0.596268 |
2d482735730954758389fe39edbac425c23f6f1c | 621 | cs | C# | src/Onion.SolutionParser.Parser/Model/GlobalSection.cs | uta-org/SolutionParser | d5567af884453c07d171e79561bde2291a5607cd | [
"MIT"
] | 30 | 2015-01-22T12:43:25.000Z | 2022-03-31T10:53:30.000Z | src/Onion.SolutionParser.Parser/Model/GlobalSection.cs | fnajera-rac-de/SolutionParser | 5d805932d00c080ac7616b6d1d5251fb9a1b0d55 | [
"MIT"
] | 2 | 2015-05-08T20:56:13.000Z | 2020-07-09T14:34:08.000Z | src/Onion.SolutionParser.Parser/Model/GlobalSection.cs | ost-onion/SolutionParser | 047808cb18208f85cf830346f440013bed418024 | [
"MIT"
] | 11 | 2015-02-16T00:11:37.000Z | 2020-10-16T13:10:22.000Z | using System.Collections.Generic;
namespace Onion.SolutionParser.Parser.Model
{
public class GlobalSection : ISolutionItem
{
public GlobalSection(string name, GlobalSectionType sectionType)
{
Name = name;
Type = sectionType;
Entries = new Dictionar... | 24.84 | 73 | 0.586151 |
1ae52604d947dd2ca5294ad728b6333bc8ced938 | 4,595 | cs | C# | z100emu.GUI/Program.cs | rickbutton/z100emu | 965790695a925700b6a96238a58939b850223b18 | [
"MIT"
] | 1 | 2020-04-08T20:31:01.000Z | 2020-04-08T20:31:01.000Z | z100emu.GUI/Program.cs | rickbutton/z100emu | 965790695a925700b6a96238a58939b850223b18 | [
"MIT"
] | 1 | 2019-02-10T03:20:09.000Z | 2021-03-09T07:34:18.000Z | z100emu.GUI/Program.cs | rickbutton/z100emu | 965790695a925700b6a96238a58939b850223b18 | [
"MIT"
] | null | null | null | #region License
// The MIT License (MIT)
//
// Copyright (c) 2016 Rick Button
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation... | 36.468254 | 87 | 0.615887 |
645a3e2bdacc504b349aa6718bc24615330fa79d | 527 | cs | C# | BoutiqueDTO/Infrastructure/Interfaces/Converters/Clothes/ClothesTransfers/IClothesDetailTransferConverter.cs | rubilnik4/VeraBoutique | 028da7cae71c9cb73a0335f1072f7132f2a8fc48 | [
"MIT"
] | null | null | null | BoutiqueDTO/Infrastructure/Interfaces/Converters/Clothes/ClothesTransfers/IClothesDetailTransferConverter.cs | rubilnik4/VeraBoutique | 028da7cae71c9cb73a0335f1072f7132f2a8fc48 | [
"MIT"
] | null | null | null | BoutiqueDTO/Infrastructure/Interfaces/Converters/Clothes/ClothesTransfers/IClothesDetailTransferConverter.cs | rubilnik4/VeraBoutique | 028da7cae71c9cb73a0335f1072f7132f2a8fc48 | [
"MIT"
] | null | null | null | using BoutiqueCommon.Models.Domain.Interfaces.Clothes.ClothesDomains;
using BoutiqueDTO.Infrastructure.Interfaces.Converters.Base;
using BoutiqueDTO.Models.Implementations.Clothes.ClothesTransfers;
namespace BoutiqueDTO.Infrastructure.Interfaces.Converters.Clothes.ClothesTransfers
{
/// <summary>
/// Конверте... | 43.916667 | 123 | 0.815939 |
64b1a99b768904e8390041c5f31184dd40990971 | 784 | cs | C# | ABC/ABC042/Tests/CTests.cs | AconCavy/atcoder-challenges-cs | 8022806b965361118f353b25236fbfbb9040a76b | [
"CC0-1.0"
] | null | null | null | ABC/ABC042/Tests/CTests.cs | AconCavy/atcoder-challenges-cs | 8022806b965361118f353b25236fbfbb9040a76b | [
"CC0-1.0"
] | null | null | null | ABC/ABC042/Tests/CTests.cs | AconCavy/atcoder-challenges-cs | 8022806b965361118f353b25236fbfbb9040a76b | [
"CC0-1.0"
] | null | null | null | using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Tests
{
[TestClass]
public class CTests
{
[TestMethod]
public void TestMethod1()
{
var input = @"1000 8
1 3 4 5 6 7 8 9";
var output = @"2000";
Tester.InOutTest(() => Tasks.C.Solve(), i... | 21.777778 | 67 | 0.483418 |
8f2fd6e29d83e1b15595413440f66dbc3864265e | 815 | cs | C# | test/Mendham.Testing.AspNetCore.Test/SampleApp/TestService.cs | Mendham/Mendham | baa927e30629439d6b6f6a9dae3d472bd2e39770 | [
"Apache-2.0"
] | 1 | 2020-11-26T21:41:52.000Z | 2020-11-26T21:41:52.000Z | test/Mendham.Testing.AspNetCore.Test/SampleApp/TestService.cs | Mendham/Mendham | baa927e30629439d6b6f6a9dae3d472bd2e39770 | [
"Apache-2.0"
] | null | null | null | test/Mendham.Testing.AspNetCore.Test/SampleApp/TestService.cs | Mendham/Mendham | baa927e30629439d6b6f6a9dae3d472bd2e39770 | [
"Apache-2.0"
] | null | null | null | using System.Threading.Tasks;
namespace Mendham.Testing.AspNetCore.Test.SampleApp
{
public class TestService : ITestService
{
private readonly IDependency1 _dependency1;
public const int DefaultGetValue = 100;
public const string StringForTrueAction = "abc";
public TestServic... | 23.970588 | 65 | 0.6 |
a43ce0d5d373c4b8cd33d2c4d8b054dbbb488c03 | 378 | cs | C# | Store/BookStore.Store.Domain/Entities/Publisher.cs | murilobeltrame/hello-microsoft-microservices | fee5b27af36cd3d96f96f40220d9cbfbd34f6304 | [
"MIT"
] | null | null | null | Store/BookStore.Store.Domain/Entities/Publisher.cs | murilobeltrame/hello-microsoft-microservices | fee5b27af36cd3d96f96f40220d9cbfbd34f6304 | [
"MIT"
] | null | null | null | Store/BookStore.Store.Domain/Entities/Publisher.cs | murilobeltrame/hello-microsoft-microservices | fee5b27af36cd3d96f96f40220d9cbfbd34f6304 | [
"MIT"
] | null | null | null | using System;
namespace BookStore.Store.Domain.Entities
{
public record Publisher
{
public Publisher(string name) => Name = name;
private string _name;
public string Name
{
get => _name;
init => _name = !string.IsNullOrWhiteSpace(value) ? value : throw ... | 23.625 | 118 | 0.597884 |
e862228988e0868e4aaf29e25f0fce0543c342fb | 705 | cs | C# | DefiningClassesExc/RectangleIntersection/Rectangle.cs | KristiyanVasilev/OOP-Basics | ced36dcd5e6d9c55e6fe7aa5e5dd37275371a2a6 | [
"MIT"
] | null | null | null | DefiningClassesExc/RectangleIntersection/Rectangle.cs | KristiyanVasilev/OOP-Basics | ced36dcd5e6d9c55e6fe7aa5e5dd37275371a2a6 | [
"MIT"
] | null | null | null | DefiningClassesExc/RectangleIntersection/Rectangle.cs | KristiyanVasilev/OOP-Basics | ced36dcd5e6d9c55e6fe7aa5e5dd37275371a2a6 | [
"MIT"
] | null | null | null | public class Rectangle
{
private string id;
private double width;
private double height;
private double x;
private double y;
public Rectangle(string id, double width, double height, double topLeftX, double topLeftY)
{
this.id = id;
this.width = width;
this.height = ... | 25.178571 | 94 | 0.577305 |
e8f1148bd3cf976e31e7167a6148ebb0a4465f3c | 12,659 | cs | C# | StoryEditor/StringTransfer.cs | bobeaton/OneStoryEditor | dcb644c79a4d69b9558df72892636bb1cba97796 | [
"MIT"
] | 1 | 2021-06-08T11:53:32.000Z | 2021-06-08T11:53:32.000Z | StoryEditor/StringTransfer.cs | bobeaton/OneStoryEditor | dcb644c79a4d69b9558df72892636bb1cba97796 | [
"MIT"
] | 4 | 2021-06-12T16:50:59.000Z | 2021-11-19T23:52:24.000Z | StoryEditor/StringTransfer.cs | bobeaton/OneStoryEditor | dcb644c79a4d69b9558df72892636bb1cba97796 | [
"MIT"
] | 2 | 2020-05-03T07:23:12.000Z | 2021-07-14T15:58:17.000Z | using System;
using OneStoryProjectEditor.Properties;
using SilEncConverters40;
namespace OneStoryProjectEditor
{
// this class is used for all the string data in our *Data classes, so that the
// controls they're associated with will be able to automatically update themselves
public class Strin... | 38.594512 | 131 | 0.524923 |
a7cee5ac190d19bfb5f22d46f7318f0f1db4aa41 | 322 | cs | C# | BuildingMaterials.Web/BuildingMaterials.Infrastructure.Domain/Orders/Entities/Position.cs | PTerentev/BuildingMaterials | 4f147c17cdf9098c7b726ced3e3a9a5ccbf558a0 | [
"MIT"
] | null | null | null | BuildingMaterials.Web/BuildingMaterials.Infrastructure.Domain/Orders/Entities/Position.cs | PTerentev/BuildingMaterials | 4f147c17cdf9098c7b726ced3e3a9a5ccbf558a0 | [
"MIT"
] | null | null | null | BuildingMaterials.Web/BuildingMaterials.Infrastructure.Domain/Orders/Entities/Position.cs | PTerentev/BuildingMaterials | 4f147c17cdf9098c7b726ced3e3a9a5ccbf558a0 | [
"MIT"
] | null | null | null | namespace BuildingMaterials.Infrastructure.Domain.Orders.Entities
{
public class Position
{
public int Id { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public string ImageUrl { get; set; }
public int Price { get; set; }
}
... | 20.125 | 66 | 0.599379 |
348b3eb2f41e00950c4bceb0cb90e53cd0545f92 | 762 | cs | C# | src/ShuftiPro/IShuftiPro.cs | Psmaryan/ShuftiPro.Net | cf059b42ddf2ec1a1a0295c137b1fa6f20c6de40 | [
"MIT"
] | null | null | null | src/ShuftiPro/IShuftiPro.cs | Psmaryan/ShuftiPro.Net | cf059b42ddf2ec1a1a0295c137b1fa6f20c6de40 | [
"MIT"
] | null | null | null | src/ShuftiPro/IShuftiPro.cs | Psmaryan/ShuftiPro.Net | cf059b42ddf2ec1a1a0295c137b1fa6f20c6de40 | [
"MIT"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
using ShuftiPro.Contracts;
using ShuftiPro.Options;
namespace ShuftiPro
{
public interface IShuftiPro
{
Task<ShuftiProFeedback> VerifyAsync(ShuftiProVerification verification, CancellationToken cancellationToken = default);
Task<ShuftiProF... | 42.333333 | 168 | 0.816273 |
65f7f42f2f9702b08d6589bf5099c17cc4931c9e | 518 | cs | C# | Sources/TextMining/Core/TextMining.Core/OpinionMining.Interface/ServiceContracts/IOpinionMining.cs | elzin/SentimentAnalysisService | 41fba2ef49746473535196e89a5e49250439fd83 | [
"MIT"
] | 2 | 2021-07-07T19:39:11.000Z | 2021-12-02T15:54:15.000Z | Sources/TextMining/Core/TextMining.Core/OpinionMining.Interface/ServiceContracts/IOpinionMining.cs | elzin/SentimentAnalysisService | 41fba2ef49746473535196e89a5e49250439fd83 | [
"MIT"
] | null | null | null | Sources/TextMining/Core/TextMining.Core/OpinionMining.Interface/ServiceContracts/IOpinionMining.cs | elzin/SentimentAnalysisService | 41fba2ef49746473535196e89a5e49250439fd83 | [
"MIT"
] | 1 | 2021-12-01T17:48:20.000Z | 2021-12-01T17:48:20.000Z | using System.ServiceModel;
using System.ServiceModel.Web;
namespace OpinionMining
{
/// <summary>
///
/// </summary>
[ServiceContract(Namespace = "OpinionMining")]
public interface IOpinionMining
{
/// <summary>
///
/// </summary>
/// <param name="inputPara... | 22.521739 | 95 | 0.598456 |
8f518c77aa0abfa08af291adc356b6fa3476fc93 | 640 | cs | C# | Orm/Xtensive.Orm/Sql/Info/ColumnInfo.cs | commit-n-run/dataobjects-net | 21744a6bb57a5975d3abe1bf43c85d61e05dc031 | [
"MIT"
] | 41 | 2019-12-18T02:07:09.000Z | 2022-01-19T23:31:51.000Z | Orm/Xtensive.Orm/Sql/Info/ColumnInfo.cs | commit-n-run/dataobjects-net | 21744a6bb57a5975d3abe1bf43c85d61e05dc031 | [
"MIT"
] | 104 | 2020-01-22T08:44:24.000Z | 2022-03-21T15:21:36.000Z | Orm/Xtensive.Orm/Sql/Info/ColumnInfo.cs | commit-n-run/dataobjects-net | 21744a6bb57a5975d3abe1bf43c85d61e05dc031 | [
"MIT"
] | 14 | 2020-01-02T17:47:22.000Z | 2022-01-27T19:22:49.000Z | // Copyright (C) 2003-2010 Xtensive LLC.
// All rights reserved.
// For conditions of distribution and use, see license.
using System;
using Xtensive.Core;
namespace Xtensive.Sql.Info
{
/// <summary>
/// Describes a table column.
/// </summary>
public class ColumnInfo : EntityInfo
{
private ColumnFeatur... | 21.333333 | 58 | 0.63125 |
cbd2e1de64d319e46b7824f742fc33deb30c8ef4 | 8,343 | cs | C# | src/DdnsService/Program.cs | withsalt/DdnsService | 9b7d091eb75c351e474570bb5a0c868ec5d3960d | [
"MIT"
] | null | null | null | src/DdnsService/Program.cs | withsalt/DdnsService | 9b7d091eb75c351e474570bb5a0c868ec5d3960d | [
"MIT"
] | null | null | null | src/DdnsService/Program.cs | withsalt/DdnsService | 9b7d091eb75c351e474570bb5a0c868ec5d3960d | [
"MIT"
] | 2 | 2021-01-07T12:06:38.000Z | 2021-02-23T01:40:05.000Z | using System;
using System.Threading;
using System.Threading.Tasks;
using DdnsService.ApiService;
using DdnsService.Config;
using DdnsService.Data;
using DdnsService.Model;
using Logger;
namespace DdnsService
{
class Program
{
readonly static IpDataManager dataManager = new IpDataManager();
... | 34.333333 | 121 | 0.424907 |
db3c9dc7b3bf4b86b49ee6b8133471831eba87df | 2,896 | cs | C# | Generator/Generator/Booking.cs | Oreder/DBProjectFinal | af3241af15136526966b673b2007b6d2fa8c69be | [
"MIT"
] | 1 | 2017-06-06T22:18:20.000Z | 2017-06-06T22:18:20.000Z | Generator/Generator/Booking.cs | Oreder/DBProjectFinal | af3241af15136526966b673b2007b6d2fa8c69be | [
"MIT"
] | null | null | null | Generator/Generator/Booking.cs | Oreder/DBProjectFinal | af3241af15136526966b673b2007b6d2fa8c69be | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
namespace Generator
{
public class Booking
{
private static Random r = new Random();
private static byte[] gender = new byte[] { 0, 1 };
private static List<String> firstName = new List<string>();
... | 31.139785 | 118 | 0.497928 |
6256c817b80013434bcfe59548274712f7dd0757 | 109 | cshtml | C# | src/PlanetBinary.Web/Views/_ViewImports.cshtml | wyattf1995/PlanetBinary | cf0987e28ce307e067744f020c2fd9d5f6e67b76 | [
"MIT"
] | null | null | null | src/PlanetBinary.Web/Views/_ViewImports.cshtml | wyattf1995/PlanetBinary | cf0987e28ce307e067744f020c2fd9d5f6e67b76 | [
"MIT"
] | null | null | null | src/PlanetBinary.Web/Views/_ViewImports.cshtml | wyattf1995/PlanetBinary | cf0987e28ce307e067744f020c2fd9d5f6e67b76 | [
"MIT"
] | null | null | null | @using PlanetBinary.Web
@using PlanetBinary.Web.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 27.25 | 52 | 0.825688 |
021b0e8c8a7dcc8f41cc224c90aa48bf98c5cb8b | 16,672 | cs | C# | Word Helpers/WordExtensionClass.cs | desjarlais/Office-File-Explorer | 81aa0b43d502aaa366094e36c76fa0557e78f43d | [
"MIT"
] | 4 | 2021-02-05T05:56:26.000Z | 2021-08-02T12:32:14.000Z | Word Helpers/WordExtensionClass.cs | desjarlais/Office-File-Explorer | 81aa0b43d502aaa366094e36c76fa0557e78f43d | [
"MIT"
] | null | null | null | Word Helpers/WordExtensionClass.cs | desjarlais/Office-File-Explorer | 81aa0b43d502aaa366094e36c76fa0557e78f43d | [
"MIT"
] | 2 | 2021-05-05T16:43:13.000Z | 2021-07-21T05:25:35.000Z | /****************************** Module Header ******************************\
Module Name: WordExtensionClass.cs
Project: Office File Explorer
Word Specific funtion helper class
This source is subject to the following license.
See https://github.com/desjarlais/Office-File-Explorer/blob/master/LICENSE
All other... | 41.889447 | 175 | 0.572997 |
859cda91389426a5785c836d3f4584f76eab400b | 1,090 | cs | C# | c#/Problems/P0384.cs | viacheslave/leetcode-naive | ac47339cc88420394a145f3ad5c5656c31565377 | [
"MIT"
] | 1 | 2020-12-24T22:52:01.000Z | 2020-12-24T22:52:01.000Z | c#/Problems/P0384.cs | viacheslave/leetcode-naive | ac47339cc88420394a145f3ad5c5656c31565377 | [
"MIT"
] | null | null | null | c#/Problems/P0384.cs | viacheslave/leetcode-naive | ac47339cc88420394a145f3ad5c5656c31565377 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Text;
namespace LeetCode.Naive.Problems
{
/// <summary>
/// Problem: https://leetcode.com/problems/shuffle-an-array/
/// Submission: https://leetcode.com/submissions/detail/230839286/
/// </s... | 21.8 | 73 | 0.568807 |
5cfd627faf7b765e8b88385955ce896addfd86d3 | 411 | cs | C# | BluetoothTest/DTO/Measurement.cs | talerok/BluetoothTest | 7c888ed528fafa6d6560a2eba6093a6311d7adfa | [
"Apache-2.0"
] | null | null | null | BluetoothTest/DTO/Measurement.cs | talerok/BluetoothTest | 7c888ed528fafa6d6560a2eba6093a6311d7adfa | [
"Apache-2.0"
] | null | null | null | BluetoothTest/DTO/Measurement.cs | talerok/BluetoothTest | 7c888ed528fafa6d6560a2eba6093a6311d7adfa | [
"Apache-2.0"
] | null | null | null | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BluetoothTest.DTO
{
class Measurement
{
[JsonProperty("Version")]
public int Version { get; set; }
[JsonProperty("Date_Time")]
public DateTime DateTime { get;... | 19.571429 | 46 | 0.627737 |
8bc38f472c46d6ddfdd5100a93dcbe6519ffe00e | 2,608 | cs | C# | ChatBackend/ChatBackend/Auth/LoginOrchestrator.cs | devalbo/netcore-cloud-chat | 911e013e02cdc9475df1799e215aee7e5f4f81df | [
"MIT"
] | null | null | null | ChatBackend/ChatBackend/Auth/LoginOrchestrator.cs | devalbo/netcore-cloud-chat | 911e013e02cdc9475df1799e215aee7e5f4f81df | [
"MIT"
] | null | null | null | ChatBackend/ChatBackend/Auth/LoginOrchestrator.cs | devalbo/netcore-cloud-chat | 911e013e02cdc9475df1799e215aee7e5f4f81df | [
"MIT"
] | null | null | null | using ChatBackend.Db.Repositories;
using ChatBackend.Dto;
using ChatBackend.Middleware.Auth;
namespace ChatBackend.Auth
{
public enum UserLoginState
{
NotSet,
DoesNotExist,
WasAlreadyAuthorized,
JustAuthorized,
}
public class LoginOrchestratorResult
{
publi... | 33.012658 | 124 | 0.635353 |
a811a0aadb0a7c3b770f32f2829f417e3f55bac7 | 357 | cs | C# | backend/iayos.flashcardapi.Api/Endpoints/Application/ApplicationMappings.cs | daleholborow/iayos.flashcardapi | bcd835703070a97e41db1d8d3f405fcea09f433a | [
"MIT"
] | null | null | null | backend/iayos.flashcardapi.Api/Endpoints/Application/ApplicationMappings.cs | daleholborow/iayos.flashcardapi | bcd835703070a97e41db1d8d3f405fcea09f433a | [
"MIT"
] | null | null | null | backend/iayos.flashcardapi.Api/Endpoints/Application/ApplicationMappings.cs | daleholborow/iayos.flashcardapi | bcd835703070a97e41db1d8d3f405fcea09f433a | [
"MIT"
] | null | null | null | using iayos.flashcardapi.Domain.Dto.Application;
using iayos.flashcardapi.DomainModel.Models;
using ServiceStack;
namespace iayos.flashcardapi.Api.Endpoints
{
public static class ApplicationMappings
{
public static ApplicationDto ToApplicationDto(this ApplicationModel model)
{
var dto = model.ConvertTo<Appli... | 23.8 | 76 | 0.789916 |
1083bca4c3470c7f2fc69e1603d870a998f14f22 | 703 | cs | C# | src/SqlFu/DDL/Internals/ColumnsCollection.cs | hypothesisx/SqlFu | 0d40c555983403430a63a7823f3a186ebd46aee7 | [
"Apache-2.0"
] | 2 | 2017-05-25T11:01:55.000Z | 2021-06-02T23:17:00.000Z | src/SqlFu/DDL/Internals/ColumnsCollection.cs | mganss/SqlFu | 73bb4477a16eabcb1cc7b3b13cd2908efcf0cdd4 | [
"Apache-2.0"
] | null | null | null | src/SqlFu/DDL/Internals/ColumnsCollection.cs | mganss/SqlFu | 73bb4477a16eabcb1cc7b3b13cd2908efcf0cdd4 | [
"Apache-2.0"
] | 2 | 2016-08-21T09:19:00.000Z | 2017-05-25T11:01:58.000Z | using System;
using System.Collections.Generic;
namespace SqlFu.DDL.Internals
{
internal class ColumnsCollection : List<ColumnDefinition>
{
public void AddColumn(ColumnDefinition col)
{
if (this.Exists(c => c.Name == col.Name))
throw new InvalidOperationException("Co... | 27.038462 | 96 | 0.55761 |
c8943899083e6d5a51c74605cd9356f5f3e32fe1 | 998 | cs | C# | Pages/PessoasEnvolvidas/Index.cshtml.cs | fdamiao/lawyerBox | c041cea8e40f6e8b465ffcf9b6177dba2024a59b | [
"Apache-2.0"
] | null | null | null | Pages/PessoasEnvolvidas/Index.cshtml.cs | fdamiao/lawyerBox | c041cea8e40f6e8b465ffcf9b6177dba2024a59b | [
"Apache-2.0"
] | null | null | null | Pages/PessoasEnvolvidas/Index.cshtml.cs | fdamiao/lawyerBox | c041cea8e40f6e8b465ffcf9b6177dba2024a59b | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using WeblawyersBox.Data;
using WeblawyersBox.Models;
namespace WeblawyersBox.Pages.PessoasEnvolvidas
{
p... | 26.972973 | 78 | 0.666333 |
82a6566b17ad1d1c33d9b832e15d7a8066b41193 | 218 | cs | C# | YAFBCore/YAFBCore/Messaging/Listeners/IPlayerUnitDeceasedMessageListener.cs | dannyd89/yafbcore | 7e1319c3a34ff0d9bd5d7110bcfcd44ab2a6c473 | [
"MIT"
] | 1 | 2019-10-26T23:28:57.000Z | 2019-10-26T23:28:57.000Z | YAFBCore/YAFBCore/Messaging/Listeners/IPlayerUnitDeceasedMessageListener.cs | dannyd89/yafbcore | 7e1319c3a34ff0d9bd5d7110bcfcd44ab2a6c473 | [
"MIT"
] | null | null | null | YAFBCore/YAFBCore/Messaging/Listeners/IPlayerUnitDeceasedMessageListener.cs | dannyd89/yafbcore | 7e1319c3a34ff0d9bd5d7110bcfcd44ab2a6c473 | [
"MIT"
] | null | null | null | using System;
using Flattiverse;
namespace YAFBCore.Messaging.Listeners
{
public interface IPlayerUnitDeceasedMessageListener
{
void OnPlayerUnitDeceasedMessage(object sender, PlayerUnitDeceasedMessage msg);
}
}
| 19.818182 | 81 | 0.834862 |
b3b1e5ef71d6fd79d98bd1597765764583ff63b3 | 6,634 | cs | C# | Homeworks/DefiningClassesPart1/MobilePhoneComponents/GSM.cs | iKostov86/OOP | c373a7a672cb01da54fe613ef3d472838e9a3cde | [
"MIT"
] | null | null | null | Homeworks/DefiningClassesPart1/MobilePhoneComponents/GSM.cs | iKostov86/OOP | c373a7a672cb01da54fe613ef3d472838e9a3cde | [
"MIT"
] | null | null | null | Homeworks/DefiningClassesPart1/MobilePhoneComponents/GSM.cs | iKostov86/OOP | c373a7a672cb01da54fe613ef3d472838e9a3cde | [
"MIT"
] | null | null | null | namespace MobilePhoneComponents
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class GSM
{
#region Fields
private const decimal PricePerMinute = 0.37m;
private static readonly GSM iPhone4S... | 25.6139 | 145 | 0.441363 |
eac85fac2ccf856889e83bdc9ce6912e0ad8b40f | 276 | cs | C# | src/PaymentGateway/Services/IUriComposer.cs | Binshop/apple-pay-demo | 2dccf1aaa772c1b1df67d05dea6c17249a787874 | [
"MIT"
] | null | null | null | src/PaymentGateway/Services/IUriComposer.cs | Binshop/apple-pay-demo | 2dccf1aaa772c1b1df67d05dea6c17249a787874 | [
"MIT"
] | null | null | null | src/PaymentGateway/Services/IUriComposer.cs | Binshop/apple-pay-demo | 2dccf1aaa772c1b1df67d05dea6c17249a787874 | [
"MIT"
] | null | null | null | // Copyright (c) Binshop and Contributors. All rights reserved.
// Licensed under the MIT License
namespace Binshop.PaymentGateway.Services
{
public interface IUriComposer
{
string Build(string template, params (string name, string value)[] @params);
}
}
| 25.090909 | 84 | 0.717391 |
eaf7a74da50f3f77dcc79ed9ae604a9624f0fdb6 | 3,678 | cshtml | C# | PPCRental/Areas/Admin/Views/Login/Index.cshtml | minhvo256/newPPCRental | 2a51388d9934ddb05f1626a554f4d58cc3339af2 | [
"Apache-2.0"
] | null | null | null | PPCRental/Areas/Admin/Views/Login/Index.cshtml | minhvo256/newPPCRental | 2a51388d9934ddb05f1626a554f4d58cc3339af2 | [
"Apache-2.0"
] | null | null | null | PPCRental/Areas/Admin/Views/Login/Index.cshtml | minhvo256/newPPCRental | 2a51388d9934ddb05f1626a554f4d58cc3339af2 | [
"Apache-2.0"
] | null | null | null |
@{
ViewBag.Title = "Index";
Layout = null;
}
@model PPCRental.Areas.Admin.Models.LoginModel
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="de... | 42.767442 | 161 | 0.484502 |
3a13eb6ae32a2ee64591a19dc0f550960079187c | 5,824 | cs | C# | src/SJP.Schematic.Sqlite.Tests/Integration/SqliteRelationalDatabaseTableProviderTests.Columns.cs | sjp/SJP.Schema | 1f5c63674127adeaa7f774708400ca04785e8325 | [
"MIT"
] | null | null | null | src/SJP.Schematic.Sqlite.Tests/Integration/SqliteRelationalDatabaseTableProviderTests.Columns.cs | sjp/SJP.Schema | 1f5c63674127adeaa7f774708400ca04785e8325 | [
"MIT"
] | 12 | 2017-07-04T22:14:40.000Z | 2017-08-24T02:06:46.000Z | src/SJP.Schematic.Sqlite.Tests/Integration/SqliteRelationalDatabaseTableProviderTests.Columns.cs | sjp/SJP.Schema | 1f5c63674127adeaa7f774708400ca04785e8325 | [
"MIT"
] | null | null | null | using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using SJP.Schematic.Core;
using SJP.Schematic.Tests.Utilities;
namespace SJP.Schematic.Sqlite.Tests.Integration;
internal sealed partial class SqliteRelationalDatabaseTableProviderTests : SqliteTest
{
[Test]
public async Task ... | 38.569536 | 113 | 0.685096 |
083d4fafd9b87036a33b4a21e4ecb794344b3f3b | 534 | cs | C# | resources/.gen/aws/aws/Wafv2WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementSqliMatchStatementFieldToMatchUriPath.cs | scottenriquez/cdktf-alpha-csharp-testing | df6f4690e8bbcc50078c15d2d49355eb02d3b945 | [
"MIT"
] | null | null | null | resources/.gen/aws/aws/Wafv2WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementSqliMatchStatementFieldToMatchUriPath.cs | scottenriquez/cdktf-alpha-csharp-testing | df6f4690e8bbcc50078c15d2d49355eb02d3b945 | [
"MIT"
] | null | null | null | resources/.gen/aws/aws/Wafv2WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementSqliMatchStatementFieldToMatchUriPath.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.Wafv2WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementSqliMatchStatementFieldToMatchUriPath")]
public class Wafv2WebAclRuleStatementNotStatementStatementOrStatem... | 44.5 | 269 | 0.891386 |
a963796a88f6b1fcfcfa7b58cd118eab15aaceaa | 3,366 | cs | C# | Saleslogix.SData.Client/Relinq/Clauses/ResultOperators/AverageResultOperator.cs | Saleslogix/DotNetSDataClient | 0147baafa726d69e17bf8502841dcc56ec3b91f0 | [
"zlib-acknowledgement",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | 11 | 2015-02-27T19:31:57.000Z | 2021-10-12T20:01:24.000Z | Saleslogix.SData.Client/Relinq/Clauses/ResultOperators/AverageResultOperator.cs | Saleslogix/DotNetSDataClient | 0147baafa726d69e17bf8502841dcc56ec3b91f0 | [
"zlib-acknowledgement",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | 20 | 2015-08-27T22:10:02.000Z | 2021-05-24T13:41:23.000Z | Saleslogix.SData.Client/Relinq/Clauses/ResultOperators/AverageResultOperator.cs | Saleslogix/DotNetSDataClient | 0147baafa726d69e17bf8502841dcc56ec3b91f0 | [
"zlib-acknowledgement",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | 5 | 2015-10-25T19:29:38.000Z | 2019-11-04T21:32:14.000Z | // Copyright (c) rubicon IT GmbH, www.rubicon.eu
//
// See the NOTICE file distributed with this work for additional information
// regarding copyright ownership. rubicon licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the Lic... | 36.586957 | 156 | 0.699643 |
3b91b49750d95083d9519fa2c8733362184e589b | 401 | cs | C# | ChatServer/Entities/DTO/SubjectChatsDto.cs | SergeiMol/CATSdesigner | 1c459e3d5451413ab92afecc7f65b796198f9116 | [
"MIT"
] | null | null | null | ChatServer/Entities/DTO/SubjectChatsDto.cs | SergeiMol/CATSdesigner | 1c459e3d5451413ab92afecc7f65b796198f9116 | [
"MIT"
] | 31 | 2020-05-17T18:40:03.000Z | 2022-03-13T12:36:54.000Z | ChatServer/Entities/DTO/SubjectChatsDto.cs | SergeiMol/CATSdesigner | 1c459e3d5451413ab92afecc7f65b796198f9116 | [
"MIT"
] | 38 | 2020-02-29T12:17:19.000Z | 2022-03-28T19:10:50.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace Entities.DTO
{
public class SubjectChatsDto
{
public int Id { get; set; }
public string Name { get; set; }
public string ShortName { get; set; }
public string Color { get; set; }
public int Unr... | 23.588235 | 54 | 0.610973 |
ee4b2d9744aedcf40822cce23d03412b77d9772d | 298 | cs | C# | tests/Workflow.Autofac.Tests/WorkflowTestModule.cs | byCrookie/Workflow | 8145b7c10de0e30ceae8533928d0f9cfca4e8132 | [
"MIT"
] | 1 | 2022-01-20T15:38:45.000Z | 2022-01-20T15:38:45.000Z | tests/Workflow.Autofac.Tests/WorkflowTestModule.cs | byCrookie/Workflow | 8145b7c10de0e30ceae8533928d0f9cfca4e8132 | [
"MIT"
] | null | null | null | tests/Workflow.Autofac.Tests/WorkflowTestModule.cs | byCrookie/Workflow | 8145b7c10de0e30ceae8533928d0f9cfca4e8132 | [
"MIT"
] | null | null | null | using Autofac;
namespace Workflow.Autofac.Tests;
internal class WorkflowTestModule : Module
{
protected override void Load(ContainerBuilder builder)
{
builder.RegisterGeneric(typeof(WorkflowTestStep<>)).As(typeof(WorkflowTestStep<>));
base.Load(builder);
}
} | 22.923077 | 91 | 0.701342 |
291993b07fed9e5af5c114a8681921e424fb1bb4 | 8,337 | cs | C# | FluentAssertions.Net35/Primitives/ReferenceTypeAssertions.cs | blairconrad/fluentassertions | 57902f288bb6c4af8a857eb3ae1479df6644f498 | [
"Apache-2.0"
] | null | null | null | FluentAssertions.Net35/Primitives/ReferenceTypeAssertions.cs | blairconrad/fluentassertions | 57902f288bb6c4af8a857eb3ae1479df6644f498 | [
"Apache-2.0"
] | null | null | null | FluentAssertions.Net35/Primitives/ReferenceTypeAssertions.cs | blairconrad/fluentassertions | 57902f288bb6c4af8a857eb3ae1479df6644f498 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Diagnostics;
using System.Linq.Expressions;
using FluentAssertions.Execution;
#if WINRT
using System.Reflection;
#endif
namespace FluentAssertions.Primitives
{
/// <summary>
/// Contains a number of methods to assert that a reference type object is in the expected state.
/// </... | 47.101695 | 127 | 0.605254 |
a07833bc80d85b8aaf5172edeec9dffb34ebd60e | 994 | cs | C# | managed/Prowingen/LinuxLoader.cs | kekekeks/prowingen | 35585859cca66c2b1c4d865570b6ca1debf7ff60 | [
"MIT"
] | 6 | 2015-03-13T20:27:58.000Z | 2017-09-26T07:01:37.000Z | managed/Prowingen/LinuxLoader.cs | kekekeks/prowingen | 35585859cca66c2b1c4d865570b6ca1debf7ff60 | [
"MIT"
] | null | null | null | managed/Prowingen/LinuxLoader.cs | kekekeks/prowingen | 35585859cca66c2b1c4d865570b6ca1debf7ff60 | [
"MIT"
] | null | null | null | using System;
using System.Runtime.InteropServices;
using System.ComponentModel;
namespace Prowingen
{
class LinuxLoader
{
// ReSharper disable InconsistentNaming
[DllImport("libdl.so.2")]
private static extern IntPtr dlopen(string path, int flags);
[DllImport ("libdl.so.2")]
private static extern IntPtr d... | 25.487179 | 67 | 0.702213 |
972649daba570ea5ef6719cfbc8e499c19e612e6 | 1,094 | cs | C# | src/EthernaSSO/Pages/Redirect.cshtml.cs | Etherna/etherna-sso | 42227b96ff527fc697c3b9dc83d3914854ee4e12 | [
"Apache-2.0"
] | null | null | null | src/EthernaSSO/Pages/Redirect.cshtml.cs | Etherna/etherna-sso | 42227b96ff527fc697c3b9dc83d3914854ee4e12 | [
"Apache-2.0"
] | 2 | 2021-11-04T07:47:46.000Z | 2022-02-01T09:25:08.000Z | src/EthernaSSO/Pages/Redirect.cshtml.cs | Etherna/etherna-sso | 42227b96ff527fc697c3b9dc83d3914854ee4e12 | [
"Apache-2.0"
] | null | null | null | // Copyright 2021-present Etherna Sagl
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | 31.257143 | 77 | 0.673675 |
72940d138d070cc18bb4f5096ee0b56ab9aee7f9 | 644 | cs | C# | SerpoServer.NetCore/Program.cs | eliashak00/SerpoServer | 60ad3bffe58054244c7f020104c04764b0ca778c | [
"MIT"
] | 2 | 2021-02-07T10:29:48.000Z | 2021-02-22T17:26:00.000Z | SerpoServer.NetCore/Program.cs | eliashak00/SerpoServer | 60ad3bffe58054244c7f020104c04764b0ca778c | [
"MIT"
] | null | null | null | SerpoServer.NetCore/Program.cs | eliashak00/SerpoServer | 60ad3bffe58054244c7f020104c04764b0ca778c | [
"MIT"
] | null | null | null | using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Nancy.Owin;
namespace SerpoServer.NetCore
{
internal class Program
{
private static void Main(string[] args)
{
BuildWebHost(args).Run();
Console.WriteLine("Server running!");
... | 23.851852 | 83 | 0.610248 |
f401b862386f93fe242066c41045b9051e4f7bf2 | 17,059 | cs | C# | Aspose.Video.Cloud.SDK/Internal/ApiInvoker.cs | aspose-video-cloud/aspose-video-cloud-dotnet | d48c361aaec1b475ff3e64e65ca6cb91969d1db5 | [
"MIT"
] | 1 | 2019-02-08T07:40:43.000Z | 2019-02-08T07:40:43.000Z | Aspose.Video.Cloud.SDK/Internal/ApiInvoker.cs | aspose-video-cloud/aspose-video-cloud-dotnet | d48c361aaec1b475ff3e64e65ca6cb91969d1db5 | [
"MIT"
] | null | null | null | Aspose.Video.Cloud.SDK/Internal/ApiInvoker.cs | aspose-video-cloud/aspose-video-cloud-dotnet | d48c361aaec1b475ff3e64e65ca6cb91969d1db5 | [
"MIT"
] | 1 | 2020-12-02T21:39:28.000Z | 2020-12-02T21:39:28.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="ApiInvoker.cs">
// Copyright (c) 2018 Aspose.Video for Cloud
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtai... | 36.924242 | 162 | 0.510698 |
d664cdc7213b50bece3c0ba9db52b25e005ef5a8 | 1,193 | cs | C# | src/MicroServices/Blog/Core/BlogModule.Application/Features/Posts/Commands/DeletePostById/DeletePostByIdCommand.cs | mrgrayhat/CleanMicroserviceArchitecture | 82f8002c3b3fc497f54c160c4e476d6cb87f04bc | [
"MIT"
] | 4 | 2021-02-05T11:15:37.000Z | 2022-01-19T05:56:51.000Z | src/MicroServices/Blog/Core/BlogModule.Application/Features/Posts/Commands/DeletePostById/DeletePostByIdCommand.cs | mrgrayhat/CleanMicroserviceArchitecture | 82f8002c3b3fc497f54c160c4e476d6cb87f04bc | [
"MIT"
] | null | null | null | src/MicroServices/Blog/Core/BlogModule.Application/Features/Posts/Commands/DeletePostById/DeletePostByIdCommand.cs | mrgrayhat/CleanMicroserviceArchitecture | 82f8002c3b3fc497f54c160c4e476d6cb87f04bc | [
"MIT"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
using BlogModule.Application.Exceptions;
using BlogModule.Application.Interfaces.Repositories;
using BlogModule.Application.Wrappers;
using BlogModule.Domain.Entities;
using MediatR;
namespace BlogModule.Application.Features.Posts.Commands.DeletePostById
{
pub... | 38.483871 | 119 | 0.683152 |
6e3574dda658259c6d81662685fa13ccf9947b36 | 149 | cs | C# | src/FastDFSCore/Protocols/Response/DownloadStreamFileResp.cs | cocosip/FastDFSCore | f066ddbeac1e2cd0a024f62d8997b54811d04777 | [
"MIT"
] | 34 | 2019-06-01T06:54:15.000Z | 2022-01-14T20:40:21.000Z | src/FastDFSCore/Protocols/Response/DownloadStreamFileResp.cs | kerryjiang/FastDFSCore | f92c012beaa864830977c9339b5a30b36f3184d2 | [
"MIT"
] | 14 | 2019-09-27T07:58:06.000Z | 2022-01-20T01:09:20.000Z | src/FastDFSCore/Protocols/Response/DownloadStreamFileResp.cs | kerryjiang/FastDFSCore | f92c012beaa864830977c9339b5a30b36f3184d2 | [
"MIT"
] | 5 | 2019-10-16T05:34:37.000Z | 2021-11-11T02:38:50.000Z | namespace FastDFSCore.Protocols
{
/// <summary>下载流文件返回
/// </summary>
public class DownloadStreamFileResp : FastDFSResp
{
}
}
| 13.545455 | 53 | 0.630872 |
6e49da3c03f40aa7e73f133f8d5d459c5af10f3a | 115 | cs | C# | src/LinqToTwitter4/Libraries/LinqToTwitterPcl/Status/MediaType.cs | ZavierHenry/LinqToTwitter | 57b59bfc1a20559ba6756b12a644f5526db03a05 | [
"Apache-2.0"
] | 486 | 2015-02-14T21:12:23.000Z | 2022-03-29T19:37:36.000Z | src/LinqToTwitter4/Libraries/LinqToTwitterPcl/Status/MediaType.cs | ZavierHenry/LinqToTwitter | 57b59bfc1a20559ba6756b12a644f5526db03a05 | [
"Apache-2.0"
] | 220 | 2015-04-11T01:57:00.000Z | 2022-03-28T13:50:22.000Z | src/LinqToTwitter4/Libraries/LinqToTwitterPcl/Status/MediaType.cs | ZavierHenry/LinqToTwitter | 57b59bfc1a20559ba6756b12a644f5526db03a05 | [
"Apache-2.0"
] | 164 | 2015-02-20T21:09:39.000Z | 2022-01-07T19:42:55.000Z | using System;
using System.Linq;
namespace LinqToTwitter
{
public enum MediaType
{
Image
}
}
| 10.454545 | 25 | 0.626087 |
406e260244aee8e94fbbf15155f7950bbbe406b9 | 5,753 | cs | C# | shoot/assets/wr_whiterabbit-studio/wrframework/unity/Editor/Tools/AboutEW.cs | james20718/AR-Shoot | a1b9b6c6b300077e9ae786d8d9175376c3793670 | [
"MIT"
] | 1 | 2016-03-16T06:21:25.000Z | 2016-03-16T06:21:25.000Z | shoot/assets/wr_whiterabbit-studio/wrframework/unity/Editor/Tools/AboutEW.cs | james20718/AR-Shoot | a1b9b6c6b300077e9ae786d8d9175376c3793670 | [
"MIT"
] | null | null | null | shoot/assets/wr_whiterabbit-studio/wrframework/unity/Editor/Tools/AboutEW.cs | james20718/AR-Shoot | a1b9b6c6b300077e9ae786d8d9175376c3793670 | [
"MIT"
] | 1 | 2020-06-28T05:46:04.000Z | 2020-06-28T05:46:04.000Z | // MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM //
// //
// Copyright 2013 wHiteRabbiT sTudio whiterabbitstudio@live.fr //
// //
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRAN... | 38.610738 | 108 | 0.634799 |
0be4532122c9cf9564591074a166821f8e0b16a1 | 3,376 | cs | C# | Src/XData/Binary.cs | knat/XData | 1f2639592bba4cebc2cb27640615dd47981bb478 | [
"MIT"
] | 1 | 2015-02-25T16:00:04.000Z | 2015-02-25T16:00:04.000Z | Src/XData/Binary.cs | knat/XData | 1f2639592bba4cebc2cb27640615dd47981bb478 | [
"MIT"
] | null | null | null | Src/XData/Binary.cs | knat/XData | 1f2639592bba4cebc2cb27640615dd47981bb478 | [
"MIT"
] | null | null | null | using System;
using XData.IO.Text;
namespace XData {
public class XBinary : XAtomType {
public XBinary() {
_value = _emptyValue;
}
public XBinary(byte[] value) {
Value = value;
}
public static implicit operator XBinary(byte[] value) {
ret... | 32.776699 | 127 | 0.494964 |
c2fe301446b11d8dc1250092f690b7afb4f6ba8d | 4,799 | cs | C# | Zipangu/Zipangu/KanaConversion.cs | sakapon/Zipangu | 7cbd1859801ab7763ad170e3a6f9c942bf6dfb07 | [
"MIT"
] | 29 | 2019-05-30T03:20:44.000Z | 2021-09-22T01:13:41.000Z | Zipangu/Zipangu/KanaConversion.cs | sakapon/Zipangu | 7cbd1859801ab7763ad170e3a6f9c942bf6dfb07 | [
"MIT"
] | 1 | 2018-10-22T14:39:43.000Z | 2018-10-30T09:19:24.000Z | Zipangu/Zipangu/KanaConversion.cs | sakapon/Zipangu | 7cbd1859801ab7763ad170e3a6f9c942bf6dfb07 | [
"MIT"
] | 6 | 2019-05-30T03:29:21.000Z | 2021-09-22T01:19:26.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace Zipangu
{
/// <summary>
/// かなを変換するためのメソッドを提供します。
/// <see cref="Microsoft.VisualBasic.Strings.StrConv"/> メソッドとの互換性は完全ではありません。
/// </summary>
public static class KanaConver... | 49.474227 | 132 | 0.637841 |
09fff3a02c3c7a2035e0ef638eccca3fdb228f5f | 3,922 | cs | C# | src/BootstrapBlazorApp/BootstrapBlazorApp.Server/Startup.cs | InfDev/CDPN.Classifiers | 511286af8dbbd469f3d2f6287ca9ad4d9d6275ce | [
"MIT"
] | null | null | null | src/BootstrapBlazorApp/BootstrapBlazorApp.Server/Startup.cs | InfDev/CDPN.Classifiers | 511286af8dbbd469f3d2f6287ca9ad4d9d6275ce | [
"MIT"
] | null | null | null | src/BootstrapBlazorApp/BootstrapBlazorApp.Server/Startup.cs | InfDev/CDPN.Classifiers | 511286af8dbbd469f3d2f6287ca9ad4d9d6275ce | [
"MIT"
] | null | null | null | using BootstrapBlazor.Components;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Options;
using System;
using CDPN.Classifiers.Client;
using ... | 40.854167 | 137 | 0.64049 |
32bbc0113c403b1d98189f7b54ace4d6edc47844 | 2,127 | cs | C# | HaberSistemi/HaberSistemi.Admin/Controllers/AccountController.cs | ferhatYeailyurt/MVCNWESPORTAL | 389575c36c519722935e5f00a3e0ae044424e3d0 | [
"MIT"
] | null | null | null | HaberSistemi/HaberSistemi.Admin/Controllers/AccountController.cs | ferhatYeailyurt/MVCNWESPORTAL | 389575c36c519722935e5f00a3e0ae044424e3d0 | [
"MIT"
] | null | null | null | HaberSistemi/HaberSistemi.Admin/Controllers/AccountController.cs | ferhatYeailyurt/MVCNWESPORTAL | 389575c36c519722935e5f00a3e0ae044424e3d0 | [
"MIT"
] | null | null | null | using HaberSistemi.Admin.Class;
using HaberSistemi.Core.InfraStructure;
using HaberSistemi.Data.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace HaberSistemi.Admin.Controllers
{
public class AccountController : Controller
{
#re... | 25.939024 | 162 | 0.561354 |
fd0e565567c4527ac8e622693de574510b6ec4dd | 3,735 | cs | C# | NetworkSniffer/IpSnifferWinPcap.cs | gothos-folly/TeraSniffer | 77d199c67f737804c31906d72a2fbd4a3ff77656 | [
"MIT"
] | 21 | 2015-10-30T16:43:32.000Z | 2020-09-27T22:48:40.000Z | NetworkSniffer/IpSnifferWinPcap.cs | gothos-folly/TeraSniffer | 77d199c67f737804c31906d72a2fbd4a3ff77656 | [
"MIT"
] | 20 | 2015-11-01T11:07:39.000Z | 2016-10-02T11:50:56.000Z | NetworkSniffer/IpSnifferWinPcap.cs | gothos-folly/TeraSniffer | 77d199c67f737804c31906d72a2fbd4a3ff77656 | [
"MIT"
] | 22 | 2015-10-23T11:05:58.000Z | 2021-08-07T17:40:56.000Z | // Copyright (c) CodesInChaos
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using PacketDotNet;
using SharpPcap;
using SharpPcap.WinPcap;
namespace NetworkSn... | 33.348214 | 170 | 0.567604 |
57bca7cdd59b5f1c9ee55da7b59819fa6c3f0e73 | 1,954 | cs | C# | AutomaticThumbnailGenerator/Assets/03_MultiObjectLoader/MultiObjectProcessor.cs | utwsoft/UnityExamples | a2597c62933954ee7e3833d9e5b2e01d296ef460 | [
"MIT"
] | null | null | null | AutomaticThumbnailGenerator/Assets/03_MultiObjectLoader/MultiObjectProcessor.cs | utwsoft/UnityExamples | a2597c62933954ee7e3833d9e5b2e01d296ef460 | [
"MIT"
] | null | null | null | AutomaticThumbnailGenerator/Assets/03_MultiObjectLoader/MultiObjectProcessor.cs | utwsoft/UnityExamples | a2597c62933954ee7e3833d9e5b2e01d296ef460 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace ThumbGenExamples
{
public class MultiObjectProcessor : MonoBehaviour
{
private List<ObjectThumbnailActivity> _activities;
private ObjectThumbnailActivity _curActivity;
void Start()
{
... | 23.542169 | 80 | 0.486182 |
92937dbee2725fc04307cac54f180a098f44ab8d | 550 | cs | C# | Assets/Source/Scripts/ECS/Enemy/EnemyDatas/EnemyVisionOfDetectionData.cs | Vo1z/pilgrim | 7cf6946ffe8b10d1b902749717222ab4dd0eb389 | [
"MIT"
] | null | null | null | Assets/Source/Scripts/ECS/Enemy/EnemyDatas/EnemyVisionOfDetectionData.cs | Vo1z/pilgrim | 7cf6946ffe8b10d1b902749717222ab4dd0eb389 | [
"MIT"
] | null | null | null | Assets/Source/Scripts/ECS/Enemy/EnemyDatas/EnemyVisionOfDetectionData.cs | Vo1z/pilgrim | 7cf6946ffe8b10d1b902749717222ab4dd0eb389 | [
"MIT"
] | null | null | null | using NaughtyAttributes;
using UnityEngine;
namespace Ingame.Enemy.Data
{
[CreateAssetMenu(menuName = "Ingame/Enemy/Data/Vision", fileName = "EnemyVisionData")]
public class EnemyVisionOfDetectionData : ScriptableObject
{
[BoxGroup("Vision")] [Min(0)]
public float Angle;
[BoxGroup... | 27.5 | 90 | 0.630909 |
92d7db10dee5944bae991e1358c20601c77a52a4 | 1,384 | cs | C# | APIMon/RemoteControlStsukoProxy.cs | bekdepo/APIMon | 0c1f81f883043255b910598b535ad5c2aea0cc40 | [
"Apache-2.0"
] | 5 | 2017-02-01T00:02:09.000Z | 2020-03-28T09:17:32.000Z | APIMon/RemoteControlStsukoProxy.cs | 850i/APIMon | 0c1f81f883043255b910598b535ad5c2aea0cc40 | [
"Apache-2.0"
] | null | null | null | APIMon/RemoteControlStsukoProxy.cs | 850i/APIMon | 0c1f81f883043255b910598b535ad5c2aea0cc40 | [
"Apache-2.0"
] | 2 | 2016-10-25T13:59:40.000Z | 2018-03-01T15:10:16.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using APIMonShared;
namespace APIMon {
/// <summary>
/// This class is created for glueing together independent creation of objects by .NET
/// for processing client requests and my single persistent RemoteContr... | 31.454545 | 91 | 0.671965 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.