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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f98693f391d366df1eca855a1cb1d1738e03e44 | 570 | cs | C# | cards/ULDUM/ULD/Sim_ULD_726.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | 1 | 2020-09-04T08:44:54.000Z | 2020-09-04T08:44:54.000Z | cards/ULDUM/ULD/Sim_ULD_726.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | 2 | 2020-04-21T21:55:17.000Z | 2020-04-21T22:02:36.000Z | cards/ULDUM/ULD/Sim_ULD_726.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | null | null | null | /* _BEGIN_TEMPLATE_
{
"id": "ULD_726",
"name": [
"远古谜团",
"Ancient Mysteries"
],
"text": [
"从你的牌库中抽一张<b>奥秘</b>牌。其法力值消耗为(0)点。",
"Draw a <b>Secret</b> from your deck. It costs (0)."
],
"cardClass": "MAGE",
"type": "SPELL",
"cost": 2,
"rarity": "COMMON",
"set": "ULDUM",
"collectible": ... | 19.655172 | 62 | 0.559649 |
5e042c71c891f42b7c84f0e1da9aa1cc0c1cd826 | 496 | cs | C# | SIL.Windows.Forms.Keyboarding/RegisterEventArgs.cs | elisunger/libpalaso | eeeed2e9e998aa1952a657c7722ba34a20ab5b1f | [
"MIT"
] | 36 | 2015-02-18T07:23:14.000Z | 2021-11-07T18:58:04.000Z | SIL.Windows.Forms.Keyboarding/RegisterEventArgs.cs | elisunger/libpalaso | eeeed2e9e998aa1952a657c7722ba34a20ab5b1f | [
"MIT"
] | 579 | 2015-01-05T15:25:43.000Z | 2022-03-31T22:18:59.000Z | SIL.Windows.Forms.Keyboarding/RegisterEventArgs.cs | elisunger/libpalaso | eeeed2e9e998aa1952a657c7722ba34a20ab5b1f | [
"MIT"
] | 61 | 2015-01-20T14:09:52.000Z | 2022-03-23T08:02:30.000Z | // Copyright (c) 2013, SIL International.
// Distributable under the terms of the MIT license (http://opensource.org/licenses/MIT).
using System;
using System.Windows.Forms;
namespace SIL.Windows.Forms.Keyboarding
{
public class RegisterEventArgs : EventArgs
{
public RegisterEventArgs(Control control, object even... | 23.619048 | 89 | 0.741935 |
236bef94e20c83f7645fbb9336a8060443cb4720 | 2,910 | cs | C# | MhLabs.PubSubExtensions/S3Extension.cs | calledude/MhLabs.PubSubExtensions | 60b212831fc8c1c898c72f7ebe126085d16c719b | [
"MIT"
] | 1 | 2021-02-02T08:09:24.000Z | 2021-02-02T08:09:24.000Z | MhLabs.PubSubExtensions/S3Extension.cs | calledude/MhLabs.PubSubExtensions | 60b212831fc8c1c898c72f7ebe126085d16c719b | [
"MIT"
] | 8 | 2019-01-31T13:21:19.000Z | 2022-01-18T11:56:19.000Z | MhLabs.PubSubExtensions/S3Extension.cs | calledude/MhLabs.PubSubExtensions | 60b212831fc8c1c898c72f7ebe126085d16c719b | [
"MIT"
] | 2 | 2019-10-22T14:11:16.000Z | 2020-01-16T18:58:16.000Z | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Amazon.S3;
using Amazon.S3.Model;
using Amazon.SimpleNotificationService.Model;
using Amazon.SQS.Model;
using Newtonsoft.Json;
namespace MhLabs.PubSubExtensions
{
internal static class S3Ex... | 53.888889 | 217 | 0.706529 |
1e7937b0773f258b30aee44eda300971660b0f0c | 1,016 | cs | C# | Bellow/Bellow.Shared/Models/PassCode.cs | MikeCodesDotNET/Avalonia-Chat-Demo | 60fdb48095ab3f1652085a1d406d892f3a3fdbfd | [
"MIT"
] | 15 | 2021-03-05T14:41:09.000Z | 2021-12-26T08:20:41.000Z | Bellow/Bellow.Shared/Models/PassCode.cs | MikeCodesDotNET/Avalonia-Chat-Demo | 60fdb48095ab3f1652085a1d406d892f3a3fdbfd | [
"MIT"
] | 2 | 2021-08-11T14:40:31.000Z | 2021-08-11T14:48:20.000Z | Bellow/Bellow.Shared/Models/PassCode.cs | MikeCodesDotNET/Avalonia-Chat-Demo | 60fdb48095ab3f1652085a1d406d892f3a3fdbfd | [
"MIT"
] | 5 | 2021-04-01T10:25:14.000Z | 2021-12-26T08:20:43.000Z | using System;
namespace Bellow.Shared.Models
{
public class PassCode
{
public string Id { get; init; }
public string OwnerId { get; init; }
public byte[] SaltedPassCode { get; init; }
public byte[] Salt { get; init; }
public PassCode()
{
Id = Gu... | 20.32 | 75 | 0.50689 |
3dc88292aea6f16c6ee5b040d50c3b20a5ea83ea | 1,493 | cs | C# | WCF_MathService_Example/MathServiceClient/Form1.cs | Woobly-Shnufflepops/Year-2-Quarter-1 | f8b0b5c7df9d27d780c80fde668720c4d8e6bd18 | [
"MIT"
] | null | null | null | WCF_MathService_Example/MathServiceClient/Form1.cs | Woobly-Shnufflepops/Year-2-Quarter-1 | f8b0b5c7df9d27d780c80fde668720c4d8e6bd18 | [
"MIT"
] | null | null | null | WCF_MathService_Example/MathServiceClient/Form1.cs | Woobly-Shnufflepops/Year-2-Quarter-1 | f8b0b5c7df9d27d780c80fde668720c4d8e6bd18 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using MathServiceClient.ServiceReference1;
namespace MathServiceClient
{
public partial class Form1 ... | 26.660714 | 85 | 0.602813 |
3ef19661a2b793c29af66a001c0916215c0867bf | 429 | cs | C# | Mapsui/Rendering/MapInfoRecord.cs | rafntor/Mapsui | d4a34c3cac7b5f060e02f65969e0337dff6f52aa | [
"MIT"
] | null | null | null | Mapsui/Rendering/MapInfoRecord.cs | rafntor/Mapsui | d4a34c3cac7b5f060e02f65969e0337dff6f52aa | [
"MIT"
] | null | null | null | Mapsui/Rendering/MapInfoRecord.cs | rafntor/Mapsui | d4a34c3cac7b5f060e02f65969e0337dff6f52aa | [
"MIT"
] | null | null | null | using Mapsui.Layers;
using Mapsui.Styles;
namespace Mapsui.Rendering
{
public class MapInfoRecord
{
public MapInfoRecord(IFeature feature, IStyle style, ILayer layer)
{
Layer = layer;
Feature = feature;
Style = style;
}
public IFeature Featu... | 21.45 | 74 | 0.571096 |
41271b6530f81d868109baad9038920868a74669 | 271 | cs | C# | commercetools.Sdk/commercetools.Sdk.Domain/InventoryEntries/UpdateActions/SetRestockableInDaysUpdateAction.cs | commercetools/commercetools-dotnet-core-sdk | c20198462244b7c93438d101d9898d48fbe71d65 | [
"Apache-2.0"
] | 12 | 2019-07-23T09:55:42.000Z | 2022-02-03T10:50:10.000Z | commercetools.Sdk/commercetools.Sdk.Domain/InventoryEntries/UpdateActions/SetRestockableInDaysUpdateAction.cs | commercetools/commercetools-dotnet-core-sdk | c20198462244b7c93438d101d9898d48fbe71d65 | [
"Apache-2.0"
] | 92 | 2019-02-20T13:20:38.000Z | 2021-11-09T07:52:58.000Z | commercetools.Sdk/commercetools.Sdk.Domain/InventoryEntries/UpdateActions/SetRestockableInDaysUpdateAction.cs | commercetools/commercetools-dotnet-core-sdk | c20198462244b7c93438d101d9898d48fbe71d65 | [
"Apache-2.0"
] | 7 | 2019-04-16T04:35:42.000Z | 2020-10-19T11:19:06.000Z | namespace commercetools.Sdk.Domain.InventoryEntries.UpdateActions
{
public class SetRestockableInDaysUpdateAction : UpdateAction<InventoryEntry>
{
public string Action => "setRestockableInDays";
public int? RestockableInDays { get; set; }
}
} | 33.875 | 80 | 0.734317 |
4167538a72e47187f315c51f043f43dfe0721e12 | 2,410 | cs | C# | src/MvcSiteMapProvider/MvcSiteMapProvider.Core/Web/Html/MvcSiteMapHtmlHelper.cs | pablotdv/MvcSiteMapProvider | 9cca8b59f80dbaa4fa4fdc0b3fdfac36c4719a6c | [
"MS-PL"
] | null | null | null | src/MvcSiteMapProvider/MvcSiteMapProvider.Core/Web/Html/MvcSiteMapHtmlHelper.cs | pablotdv/MvcSiteMapProvider | 9cca8b59f80dbaa4fa4fdc0b3fdfac36c4719a6c | [
"MS-PL"
] | null | null | null | src/MvcSiteMapProvider/MvcSiteMapProvider.Core/Web/Html/MvcSiteMapHtmlHelper.cs | pablotdv/MvcSiteMapProvider | 9cca8b59f80dbaa4fa4fdc0b3fdfac36c4719a6c | [
"MS-PL"
] | null | null | null | using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using System;
namespace MvcSiteMapProvider.Web.Html
{
/// <summary>
/// MvcSiteMapHtmlHelper class
/// </summary>
public class MvcSiteMapHtmlHelper
{
/// <summary>
/// Gets or sets the HTML helpe... | 35.441176 | 115 | 0.584647 |
1fef9008dc7256445f49cdd00b486cf814c8f3f2 | 585 | cs | C# | tests/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs | dbosoft/IdentityServer | fda2131a8b5648380aee74299be8fa006818c50d | [
"Apache-2.0"
] | null | null | null | tests/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs | dbosoft/IdentityServer | fda2131a8b5648380aee74299be8fa006818c50d | [
"Apache-2.0"
] | 1 | 2022-01-24T19:48:08.000Z | 2022-01-24T19:48:08.000Z | tests/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs | dbosoft/IdentityServer | fda2131a8b5648380aee74299be8fa006818c50d | [
"Apache-2.0"
] | null | null | null | using System.Threading.Tasks;
using Dbosoft.IdentityServer.Services;
using Dbosoft.IdentityServer.Storage.Models;
namespace Dbosoft.IdentityServer.UnitTests.Validation.Setup
{
public class TestDeviceFlowThrottlingService : IDeviceFlowThrottlingService
{
private readonly bool shouldSlownDown;
p... | 32.5 | 116 | 0.753846 |
38f227ec2ecdfd99b75199edff6a7dd22b88304c | 109,692 | cs | C# | Source/Core/Reflection/Methods.cs | endel/Phalanger | 2caa458c96dcff9ded43898af035e62d07ca4202 | [
"Apache-2.0"
] | 329 | 2015-01-03T18:43:02.000Z | 2022-02-24T06:14:12.000Z | Source/Core/Reflection/Methods.cs | endel/Phalanger | 2caa458c96dcff9ded43898af035e62d07ca4202 | [
"Apache-2.0"
] | 41 | 2015-01-02T19:01:02.000Z | 2018-09-19T21:10:21.000Z | Source/Core/Reflection/Methods.cs | endel/Phalanger | 2caa458c96dcff9ded43898af035e62d07ca4202 | [
"Apache-2.0"
] | 100 | 2015-01-08T18:08:32.000Z | 2022-03-22T13:02:13.000Z | /*
Copyright (c) 2006 Tomas Matousek and Ladislav Prosek.
The use and distribution terms for this software are contained in the file named License.txt,
which can be found in the root of the Phalanger distribution. By using this software
in any fashion, you are agreeing to be bound by the terms of this lic... | 34.701677 | 245 | 0.647741 |
5b8447a7aeeb5782631c8d77d0ed1f9a19e9f974 | 4,471 | cs | C# | sdk/src/Services/DynamoDBv2/Generated/Model/PutItemResponse.cs | SaschaHaertel/AmazonAWS | 56bdaf16329e195032f78ec307d23385345e72bf | [
"Apache-2.0"
] | null | null | null | sdk/src/Services/DynamoDBv2/Generated/Model/PutItemResponse.cs | SaschaHaertel/AmazonAWS | 56bdaf16329e195032f78ec307d23385345e72bf | [
"Apache-2.0"
] | null | null | null | sdk/src/Services/DynamoDBv2/Generated/Model/PutItemResponse.cs | SaschaHaertel/AmazonAWS | 56bdaf16329e195032f78ec307d23385345e72bf | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2014 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... | 37.889831 | 121 | 0.624021 |
481aae1b588d914f534916b112ccdde41e2be92f | 7,260 | cs | C# | Models/Nvr.cs | narchibald/dotnet-unifi-protect | 44c72efc0e2844df1552070bb7fadef48edfd713 | [
"MIT"
] | null | null | null | Models/Nvr.cs | narchibald/dotnet-unifi-protect | 44c72efc0e2844df1552070bb7fadef48edfd713 | [
"MIT"
] | null | null | null | Models/Nvr.cs | narchibald/dotnet-unifi-protect | 44c72efc0e2844df1552070bb7fadef48edfd713 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
namespace UniFi.Protect.Api.Models;
public class Nvr
{
[JsonConstructor]
public Nvr(
string mac,
string host,
string name,
bool canAutoUpdate,
bool isStatsGatheringEnabled,
string timezone,
string version,
s... | 28.924303 | 74 | 0.63595 |
8c866d06ae650cd4a9e40ba413ea4f578f15583b | 336 | cs | C# | GraphView/GremlinTranslation/variables/table/edge/GremlinFreeEdgeVariable.cs | georgeycliu/k-core | e2e9881c1db3fabcc382b48b9d60959000ff6c80 | [
"MIT"
] | null | null | null | GraphView/GremlinTranslation/variables/table/edge/GremlinFreeEdgeVariable.cs | georgeycliu/k-core | e2e9881c1db3fabcc382b48b9d60959000ff6c80 | [
"MIT"
] | null | null | null | GraphView/GremlinTranslation/variables/table/edge/GremlinFreeEdgeVariable.cs | georgeycliu/k-core | e2e9881c1db3fabcc382b48b9d60959000ff6c80 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GraphView
{
internal class GremlinFreeEdgeVariable : GremlinEdgeTableVariable
{
public GremlinFreeEdgeVariable(WEdgeType edgeType)
{
EdgeType = edgeType;
... | 19.764706 | 69 | 0.699405 |
4ea108a64cc5b075ca0f9e63d080f8e6098edc8c | 11,993 | cs | C# | MetX/MetX.QuickScripts/Templates/Exe/ConsoleClipboard.cs | wrawlsqw/xlg | f839e0da9eb33ace2db021327c2ff0e064795243 | [
"ISC"
] | 2 | 2016-06-18T02:33:02.000Z | 2016-07-04T05:40:26.000Z | MetX/MetX.QuickScripts/Templates/Exe/ConsoleClipboard.cs | wrawlsqw/xlg | f839e0da9eb33ace2db021327c2ff0e064795243 | [
"ISC"
] | 4 | 2020-04-30T16:54:26.000Z | 2021-06-11T16:56:26.000Z | MetX/MetX.QuickScripts/Templates/Exe/ConsoleClipboard.cs | wrawlsqw/xlg | f839e0da9eb33ace2db021327c2ff0e064795243 | [
"ISC"
] | 2 | 2021-06-29T21:25:33.000Z | 2022-01-10T16:25:38.000Z | using System;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using System.Threading;
// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
// ReSharper disable IdentifierTypo
// ReSharper disable ArrangeTypeMemberModifiers
// ReSharper disable CommentTypo
namesp... | 36.342424 | 181 | 0.538731 |
ddc0a5139a05e768e229433c8ea6b6692b3f838e | 385 | cs | C# | ScriperSol/Scriper/ViewModels/Validation/IScriptFormValidator.cs | Gramli/Scriper | d2e6eb955834e4af1bac39dff13c20e02a227827 | [
"MIT"
] | 9 | 2020-09-27T09:52:58.000Z | 2022-03-24T14:33:55.000Z | ScriperSol/Scriper/ViewModels/Validation/IScriptFormValidator.cs | Gramli/Scriper | d2e6eb955834e4af1bac39dff13c20e02a227827 | [
"MIT"
] | 39 | 2020-10-04T19:39:29.000Z | 2022-01-28T11:27:18.000Z | ScriperSol/Scriper/ViewModels/Validation/IScriptFormValidator.cs | Gramli/Scriper | d2e6eb955834e4af1bac39dff13c20e02a227827 | [
"MIT"
] | 2 | 2021-07-14T09:08:08.000Z | 2022-03-31T16:15:57.000Z | using Scriper.ViewModels.Validation.Validators;
using System;
namespace Scriper.ViewModels.Validation
{
public interface IScriptFormValidator : IValidate
{
IScriptFormValidator AddNameValidator(Func<string> getName, Action<string> invalidCallback);
IScriptFormValidator AddConfigValidators(Func... | 32.083333 | 109 | 0.784416 |
1675da3de827704c2d6775780189235d9e05ac6e | 651 | cs | C# | Assets/uPalette/Runtime/Core/ColorSetters/SelectableNormalColorSetter.cs | Haruma-K/uPalette | 2519acb6d5519e480341d6c44ef64271762fdb85 | [
"MIT"
] | 83 | 2021-05-18T11:40:39.000Z | 2022-03-31T00:40:00.000Z | Assets/uPalette/Runtime/Core/ColorSetters/SelectableNormalColorSetter.cs | takaaptech/uPalette | d06da19dfa4df07388f124f34d0d314ce1379d5d | [
"MIT"
] | 1 | 2022-03-22T23:47:05.000Z | 2022-03-23T00:26:08.000Z | Assets/uPalette/Runtime/Core/ColorSetters/SelectableNormalColorSetter.cs | takaaptech/uPalette | d06da19dfa4df07388f124f34d0d314ce1379d5d | [
"MIT"
] | 6 | 2021-12-04T06:47:38.000Z | 2022-03-22T19:23:09.000Z | using UnityEngine;
using UnityEngine.UI;
namespace uPalette.Runtime.Core.ColorSetters
{
[AddComponentMenu("")]
[DisallowMultipleComponent]
[RequireComponent(typeof(Selectable))]
[ColorSetter(typeof(Selectable), "Transition Normal Color")]
public class SelectableNormalColorSetter : ColorSetter<Sele... | 27.125 | 70 | 0.648233 |
782e0cf394bf32b34ab8c1bfe42090eb5198409b | 515 | cs | C# | src/AIGames.Core/Configuration/AppConfig.cs | Corniel/AIGames.Challenger | cc7139e4834fbd25bb7a2bd40742e254dd7b8d06 | [
"MIT"
] | null | null | null | src/AIGames.Core/Configuration/AppConfig.cs | Corniel/AIGames.Challenger | cc7139e4834fbd25bb7a2bd40742e254dd7b8d06 | [
"MIT"
] | null | null | null | src/AIGames.Core/Configuration/AppConfig.cs | Corniel/AIGames.Challenger | cc7139e4834fbd25bb7a2bd40742e254dd7b8d06 | [
"MIT"
] | null | null | null | using System;
using System.Configuration;
using System.IO;
namespace AIGames.Configuration
{
public static class AppConfig
{
public static String Competition_Default
{
get { return ConfigurationManager.AppSettings["Competition.Default"]; }
}
public static String Bot_Name
{
get { return Configuration... | 21.458333 | 92 | 0.749515 |
2175742d1f5738665d5f310ef1ddf3d49986e162 | 2,150 | cs | C# | src/net45/Default/WampSharp.Windows/Windows/MessageWebSocketBinaryConnection.cs | Jopie64/WampSharp | c68c33f5d4fd5a8c9f4bb35a4c0605fba89a2b6c | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/net45/Default/WampSharp.Windows/Windows/MessageWebSocketBinaryConnection.cs | Jopie64/WampSharp | c68c33f5d4fd5a8c9f4bb35a4c0605fba89a2b6c | [
"BSD-2-Clause-FreeBSD"
] | 2 | 2021-07-23T01:56:03.000Z | 2021-07-23T02:08:35.000Z | src/net45/Default/WampSharp.Windows/Windows/MessageWebSocketBinaryConnection.cs | Jopie64/WampSharp | c68c33f5d4fd5a8c9f4bb35a4c0605fba89a2b6c | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2018-09-26T03:05:29.000Z | 2018-09-26T03:05:29.000Z | #if PCL
using System;
using System.IO;
using System.Threading.Tasks;
using WampSharp.V2.Binding;
using Windows.Networking.Sockets;
using WampSharp.Core.Message;
namespace WampSharp.Windows
{
public class MessageWebSocketBinaryConnection<TMessage> : MessageWebSocketConnection<TMessage>
{
private readon... | 28.666667 | 127 | 0.567907 |
34f4a518b6e2227b754410c2b53795f895b96cc8 | 539 | cs | C# | CommunityToolkit.WinUI.SampleApp/MainWindow.xaml.cs | unoplatform/Uno.WindowsCommunityToolk | 758154cb812c66b465ad0e48b0d5b46ac1baa8af | [
"MIT"
] | 37 | 2019-07-08T13:28:35.000Z | 2022-01-18T06:07:40.000Z | CommunityToolkit.WinUI.SampleApp/MainWindow.xaml.cs | unoplatform/Uno.WindowsCommunityToolk | 758154cb812c66b465ad0e48b0d5b46ac1baa8af | [
"MIT"
] | 69 | 2019-07-26T19:27:37.000Z | 2022-03-07T21:01:04.000Z | CommunityToolkit.WinUI.SampleApp/MainWindow.xaml.cs | unoplatform/Uno.WindowsCommunityToolk | 758154cb812c66b465ad0e48b0d5b46ac1baa8af | [
"MIT"
] | 14 | 2019-10-23T21:24:06.000Z | 2022-02-25T17:03:48.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace CommunityToolkit.WinUI.SampleApp
{
public sealed partial class MainWindow
{
public MainWin... | 28.368421 | 71 | 0.680891 |
550e8c47851edcae4a0f0471fea94499cb5c1015 | 321 | cs | C# | SprotyFy/SprotyFy.Controller.Api/Events/SongToPlayListAdded.cs | StevenLiekens/EventEoursingWorkshop | 9936fef7c9524fa7840021ffe8c7ccae960b407b | [
"MIT"
] | 1 | 2021-11-20T11:32:55.000Z | 2021-11-20T11:32:55.000Z | SprotyFy/SprotyFy.Controller.Api/Events/SongToPlayListAdded.cs | KimVanRenterghem/EventSoursingWorkshop | 920104329c521ea51604fd8c862c6340e1608f8a | [
"MIT"
] | 1 | 2018-03-15T21:52:16.000Z | 2018-03-15T21:52:16.000Z | SprotyFy/SprotyFy.Controller.Api/Events/SongToPlayListAdded.cs | KimVanRenterghem/EventSoursingWorkshop | 920104329c521ea51604fd8c862c6340e1608f8a | [
"MIT"
] | 1 | 2018-03-15T14:08:59.000Z | 2018-03-15T14:08:59.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SprotFy.Controller.Events
{
public class SongFromPlayListRemoved
{
public string Userid { get; set; }
public Guid PlayListId { get; set; }
public Guid SongId { get; set; }
}
}... | 21.4 | 44 | 0.679128 |
2b8944d5a3d9dca3b817d33a227d480394a034a2 | 342 | cs | C# | Source/Web/SupportMe.Web/Areas/Admin/ViewModels/Users/ManageRoleInputModel.cs | SlavchoGeorgiev/SupportMe | f3f66ef31192cd5234ceb31b60de1c16fb8e636c | [
"MIT"
] | 1 | 2016-02-12T13:02:05.000Z | 2016-02-12T13:02:05.000Z | Source/Web/SupportMe.Web/Areas/Admin/ViewModels/Users/ManageRoleInputModel.cs | SlavchoGeorgiev/SupportMe | f3f66ef31192cd5234ceb31b60de1c16fb8e636c | [
"MIT"
] | null | null | null | Source/Web/SupportMe.Web/Areas/Admin/ViewModels/Users/ManageRoleInputModel.cs | SlavchoGeorgiev/SupportMe | f3f66ef31192cd5234ceb31b60de1c16fb8e636c | [
"MIT"
] | null | null | null | namespace SupportMe.Web.Areas.Admin.ViewModels.Users
{
using System.Collections.Generic;
public class ManageRoleInputModel
{
public UserShortInfoViewModel User { get; set; }
public IEnumerable<string> SelectedRoles { get; set; }
public IEnumerable<UsersRoleSelectViewModel> Roles ... | 24.428571 | 72 | 0.695906 |
7eb7f302d629203be714cb42d3b4f479eb173f6b | 1,338 | cshtml | C# | src/FODT/Views/Toaster/Hunt.cshtml | jdaigle/FriendsOfDT | 4042b3fe1b20f56e89b612224536ca0b3d5e37db | [
"MIT"
] | 2 | 2016-03-31T09:21:49.000Z | 2018-05-17T16:32:11.000Z | src/FODT/Views/Toaster/Hunt.cshtml | jdaigle/FriendsOfDT | 4042b3fe1b20f56e89b612224536ca0b3d5e37db | [
"MIT"
] | null | null | null | src/FODT/Views/Toaster/Hunt.cshtml | jdaigle/FriendsOfDT | 4042b3fe1b20f56e89b612224536ca0b3d5e37db | [
"MIT"
] | 2 | 2018-07-15T17:44:26.000Z | 2019-11-15T11:38:14.000Z | @*@model FODT.Views.Toaster.HuntViewModel
<br>
<center><font size="+3"><b>What's With The Toaster?</b></font></center>
<br><br>
The <a href="@Url.Action(MVC.Person.Get(2104))">Dramatech Toaster</a> has
been hidden in plain sight in every DramaTech show since the late 1980s. The
idea for this came from an... | 38.228571 | 99 | 0.630045 |
65ee567e30d4e58e6bb3c589f881e4620a871cbe | 1,207 | cs | C# | src/aspnet-core/modules/Abp.VueTemplate.MenuManagement/host/Abp.VueTemplate.MenuManagement.HttpApi.Host/Migrations/20200421083717_AddSoftDelete.cs | zhk0603/abp-vue | c2b0413d2362a2219d3a23c01af2fad06f6fd001 | [
"MIT"
] | 49 | 2020-04-10T02:47:03.000Z | 2022-03-06T04:16:24.000Z | src/aspnet-core/modules/Abp.VueTemplate.MenuManagement/host/Abp.VueTemplate.MenuManagement.HttpApi.Host/Migrations/20200421083717_AddSoftDelete.cs | zhk0603/abp-vue | c2b0413d2362a2219d3a23c01af2fad06f6fd001 | [
"MIT"
] | 2 | 2020-04-04T15:44:25.000Z | 2020-05-01T09:02:15.000Z | src/aspnet-core/modules/Abp.VueTemplate.MenuManagement/host/Abp.VueTemplate.MenuManagement.HttpApi.Host/Migrations/20200421083717_AddSoftDelete.cs | zhk0603/abp-vue | c2b0413d2362a2219d3a23c01af2fad06f6fd001 | [
"MIT"
] | 10 | 2020-04-26T01:03:30.000Z | 2021-03-03T21:55:40.000Z | using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Abp.VueTemplate.MenuManagement.Migrations
{
public partial class AddSoftDelete : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<Guid>(
nam... | 28.069767 | 71 | 0.533554 |
5a77177c8861a8c636439cbe26c12f3b89518d1c | 2,442 | cs | C# | samples/apps/toggl-aka-mobileapp/mobileapp/Toggl.Droid/Activities/ForgotPasswordActivity.cs | moljac/Samples.AndroidX | 4f4a8904922a1b9954e9605a53663ad3fd4e72c6 | [
"MIT"
] | null | null | null | samples/apps/toggl-aka-mobileapp/mobileapp/Toggl.Droid/Activities/ForgotPasswordActivity.cs | moljac/Samples.AndroidX | 4f4a8904922a1b9954e9605a53663ad3fd4e72c6 | [
"MIT"
] | null | null | null | samples/apps/toggl-aka-mobileapp/mobileapp/Toggl.Droid/Activities/ForgotPasswordActivity.cs | moljac/Samples.AndroidX | 4f4a8904922a1b9954e9605a53663ad3fd4e72c6 | [
"MIT"
] | 1 | 2022-01-09T15:09:19.000Z | 2022-01-09T15:09:19.000Z | using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using System;
using System.Reactive.Linq;
using Toggl.Core.UI.ViewModels;
using Toggl.Droid.Extensions;
using Toggl.Droid.Extensions.Reactive;
using Toggl.Droid.Presentation;
using Toggl.Shared;
using Toggl.S... | 32.131579 | 101 | 0.623669 |
cbab1e6c700b22d5912063f8e153fdc5d943d302 | 2,144 | cs | C# | XUCore.Template.FreeSql/Content/XUCore.Template.FreeSql/XUCore.Template.FreeSql.DbService/Auth/Menu/Command/MenuUpdateCommand.cs | xuyiazl/XUCore.Template | 7c82da625982d1f290d9486f20b81d478b4c967e | [
"MIT"
] | 2 | 2021-08-29T06:53:05.000Z | 2021-12-13T05:02:03.000Z | XUCore.Template.FreeSql/Content/XUCore.Template.FreeSql/XUCore.Template.FreeSql.DbService/Auth/Menu/Command/MenuUpdateCommand.cs | xuyiazl/XUCore.Template | d92a05349d03c8c8aea2b9b94875f79a51768aec | [
"MIT"
] | null | null | null | XUCore.Template.FreeSql/Content/XUCore.Template.FreeSql/XUCore.Template.FreeSql.DbService/Auth/Menu/Command/MenuUpdateCommand.cs | xuyiazl/XUCore.Template | d92a05349d03c8c8aea2b9b94875f79a51768aec | [
"MIT"
] | null | null | null | using XUCore.Template.FreeSql.Core;
using XUCore.Template.FreeSql.Persistence.Entities.User;
namespace XUCore.Template.FreeSql.DbService.Auth.Menu
{
/// <summary>
/// 导航更新命令
/// </summary>
public class MenuUpdateCommand : UpdateCommand<long>, IMapFrom<MenuEntity>
{
/// <summary>
//... | 28.210526 | 90 | 0.495336 |
cbe4d54d8d1b2cdc9d9c67f57dbfdc192287f072 | 12,904 | cs | C# | src/PlexRequests.Sync.UnitTests/SyncProcessors/TvProcessorTests.cs | Jbond312/PlexRequestsApi | 760d58d700882cd0b0b518ca615dbae7bf86d38c | [
"MIT"
] | 3 | 2019-04-06T12:39:12.000Z | 2020-06-08T18:49:24.000Z | src/PlexRequests.Sync.UnitTests/SyncProcessors/TvProcessorTests.cs | Jbond312/PlexRequestsApi | 760d58d700882cd0b0b518ca615dbae7bf86d38c | [
"MIT"
] | 50 | 2019-04-09T20:16:15.000Z | 2020-05-15T23:58:40.000Z | src/PlexRequests.Sync.UnitTests/SyncProcessors/TvProcessorTests.cs | Jbond312/PlexRequestsApi | 760d58d700882cd0b0b518ca615dbae7bf86d38c | [
"MIT"
] | 1 | 2019-04-20T17:00:53.000Z | 2019-04-20T17:00:53.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using Microsoft.Extensions.Logging;
using NSubstitute;
using NSubstitute.ReturnsExtensions;
using PlexRequests.Core.Helpers;
using PlexRequests.DataAccess.Dtos;
using PlexRequests.DataAccess.Enums;
... | 41.358974 | 139 | 0.627092 |
a3b5bffb23ec9e6dd9527c18970770e0ec5b2f92 | 700 | cs | C# | BehavioralPatterns/Iterator/SequenceNumbers/Models/ConcreteAggregate.cs | Inseparable7v/Design-Patterns-master | acd717704754347fe6f623a947fd9990bcac80ce | [
"MIT"
] | 1 | 2021-02-01T11:45:33.000Z | 2021-02-01T11:45:33.000Z | BehavioralPatterns/Iterator/SequenceNumbers/Models/ConcreteAggregate.cs | Inseparable7v/Design-Patterns-master | acd717704754347fe6f623a947fd9990bcac80ce | [
"MIT"
] | null | null | null | BehavioralPatterns/Iterator/SequenceNumbers/Models/ConcreteAggregate.cs | Inseparable7v/Design-Patterns-master | acd717704754347fe6f623a947fd9990bcac80ce | [
"MIT"
] | null | null | null | namespace SequenceNumbers.Models
{
using System.Collections.Generic;
using SequenceNumbers.Contracts;
/// <summary>
/// The 'ConcreteAggregate' class
/// </summary>
public class ConcreteAggregate<T> : IAggregate<T>
{
private readonly List<T> items = new List<T>();
public ... | 21.212121 | 55 | 0.542857 |
58dde2862b6d0f21ff39533b5d99e9dd24c53ba1 | 12,968 | cs | C# | Source/DotSpatial.Symbology/PointSymbolizer.cs | chiraylu/DotSpatial | a039002a4719d42befc6c64ee19f1f88867dd739 | [
"MIT"
] | 4 | 2019-05-22T09:26:56.000Z | 2019-08-29T02:14:29.000Z | Source/DotSpatial.Symbology/PointSymbolizer.cs | lucas-repo/DotSpatial | a039002a4719d42befc6c64ee19f1f88867dd739 | [
"MIT"
] | null | null | null | Source/DotSpatial.Symbology/PointSymbolizer.cs | lucas-repo/DotSpatial | a039002a4719d42befc6c64ee19f1f88867dd739 | [
"MIT"
] | null | null | null | // Copyright (c) DotSpatial Team. All rights reserved.
// Licensed under the MIT license. See License.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using DotSpatial.Data... | 38.141176 | 164 | 0.540022 |
0297d83679c018e663fe37f241c0406deea1a074 | 8,223 | cs | C# | Sce.Pss.HighLevel/GameEngine2D/Director.cs | weimingtom/Sakura | 5e58bd515d7b5b36792ddcc234085f5612ead25c | [
"MIT"
] | 1 | 2021-12-10T23:09:42.000Z | 2021-12-10T23:09:42.000Z | Sce.Pss.HighLevel/GameEngine2D/Director.cs | weimingtom/Sakura | 5e58bd515d7b5b36792ddcc234085f5612ead25c | [
"MIT"
] | null | null | null | Sce.Pss.HighLevel/GameEngine2D/Director.cs | weimingtom/Sakura | 5e58bd515d7b5b36792ddcc234085f5612ead25c | [
"MIT"
] | null | null | null | using Sce.Pss.Core.Environment;
using Sce.Pss.Core.Graphics;
using Sce.Pss.HighLevel.GameEngine2D.Base;
using System;
using System.Collections.Generic;
namespace Sce.Pss.HighLevel.GameEngine2D
{
public class Director : IDisposable
{
private delegate void DSceneEvent();
private List<Scene> m_scenes_stack = new L... | 24.473214 | 128 | 0.690137 |
e82458441a5c278020bc97dbf139334da829ca98 | 418 | cs | C# | PlanningPoker.Client/PlanningPoker.Client/Model/RequestMessageType.cs | sicarrington/PlanningPokerClientDotNet | 61fb704434248679d2196c3129b357ef6c5790dc | [
"MIT"
] | null | null | null | PlanningPoker.Client/PlanningPoker.Client/Model/RequestMessageType.cs | sicarrington/PlanningPokerClientDotNet | 61fb704434248679d2196c3129b357ef6c5790dc | [
"MIT"
] | null | null | null | PlanningPoker.Client/PlanningPoker.Client/Model/RequestMessageType.cs | sicarrington/PlanningPokerClientDotNet | 61fb704434248679d2196c3129b357ef6c5790dc | [
"MIT"
] | null | null | null | using System;
namespace PlanningPoker.Client.Model
{
public enum RequestMessageType
{
NewSession,
JoinSession,
UpdateSessionUser,
RefreshSession,
ResetVotesMessage,
SubscribeMessage,
UpdateSessionPropertiesMessage,
EndSessionMessage,
Leav... | 19.904762 | 39 | 0.662679 |
30173432e4f537d6b7d09ff2d206bde839c57d23 | 1,465 | cs | C# | Herafi.Core/Repositories/RepoOperations/ISettingRepoOps.cs | AbdAlghaniAlbiek/Herafi | b9eabbc8a34042f47911081b3ca91f6f791b14b2 | [
"MIT"
] | null | null | null | Herafi.Core/Repositories/RepoOperations/ISettingRepoOps.cs | AbdAlghaniAlbiek/Herafi | b9eabbc8a34042f47911081b3ca91f6f791b14b2 | [
"MIT"
] | null | null | null | Herafi.Core/Repositories/RepoOperations/ISettingRepoOps.cs | AbdAlghaniAlbiek/Herafi | b9eabbc8a34042f47911081b3ca91f6f791b14b2 | [
"MIT"
] | null | null | null | using Herafi.Core.Models;
using Refit;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Herafi.Core.Repositories.RepoOperations
{
interface ISettingRepoOps
{
//get admin profile and update it
[Get("/settings/get-admin... | 35.731707 | 177 | 0.709898 |
8b964795850b15e3f9674859e648f18d2734e016 | 918 | cs | C# | Applications/Bank.Service/Events/UserSignedUp.cs | sebastianburckhardt/ReactiveMachine | 987ed2fa57837f5db47d82dff1edfc466530134a | [
"MIT"
] | 28 | 2018-12-15T14:31:31.000Z | 2019-05-06T10:42:19.000Z | Applications/Bank.Service/Events/UserSignedUp.cs | sebastianburckhardt/ReactiveMachine | 987ed2fa57837f5db47d82dff1edfc466530134a | [
"MIT"
] | 7 | 2018-12-10T18:14:04.000Z | 2019-02-09T11:52:39.000Z | Applications/Bank.Service/Events/UserSignedUp.cs | sebastianburckhardt/ReactiveMachine | 987ed2fa57837f5db47d82dff1edfc466530134a | [
"MIT"
] | 7 | 2019-11-04T00:18:42.000Z | 2021-07-19T07:46:20.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
using ReactiveMachine;
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;
namespace Bank.Service
{
[DataContract]
public class UserSignedUp :
IEvent,
... | 20.863636 | 61 | 0.637255 |
e31be045dfe2ded682a7fc5a11c3780f0cf411a6 | 1,493 | cs | C# | OpenIZ.Core.Model/Map/CastMap.cs | santedb/openiz | 0b54de76d80fb12e26380393ac90e6117b9b8375 | [
"Apache-2.0"
] | null | null | null | OpenIZ.Core.Model/Map/CastMap.cs | santedb/openiz | 0b54de76d80fb12e26380393ac90e6117b9b8375 | [
"Apache-2.0"
] | null | null | null | OpenIZ.Core.Model/Map/CastMap.cs | santedb/openiz | 0b54de76d80fb12e26380393ac90e6117b9b8375 | [
"Apache-2.0"
] | 1 | 2022-01-25T17:49:05.000Z | 2022-01-25T17:49:05.000Z | /*
* Copyright 2015-2018 Mohawk College of Applied Arts and Technology
*
*
* 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
*
* U... | 27.145455 | 81 | 0.599464 |
009b20244821eb340772c561f476ce42e50e8bac | 677 | cs | C# | src/Feature/FormsExtensions/code/Business/FieldBindings/xDbBindingHandlers/ContactConcent/XDbExecutedRightToBeForgottenBindingHandler.cs | islaytitans/Sitecore-Forms-Extensions | 2b4bd9e87309da60c955f863641aef33a4f7a36a | [
"MIT"
] | null | null | null | src/Feature/FormsExtensions/code/Business/FieldBindings/xDbBindingHandlers/ContactConcent/XDbExecutedRightToBeForgottenBindingHandler.cs | islaytitans/Sitecore-Forms-Extensions | 2b4bd9e87309da60c955f863641aef33a4f7a36a | [
"MIT"
] | null | null | null | src/Feature/FormsExtensions/code/Business/FieldBindings/xDbBindingHandlers/ContactConcent/XDbExecutedRightToBeForgottenBindingHandler.cs | islaytitans/Sitecore-Forms-Extensions | 2b4bd9e87309da60c955f863641aef33a4f7a36a | [
"MIT"
] | null | null | null | using Sitecore.XConnect.Collection.Model;
namespace Feature.FormsExtensions.Business.FieldBindings.xDbBindingHandlers.ContactConcent
{
public class XDbExecutedRightToBeForgottenBindingHandler : ConsentInformationBindingHandler
{
protected override IBindingHandlerResult GetFieldBindingValueFromFacet(Con... | 33.85 | 104 | 0.698671 |
a8c631185cf862766076edb1b3d37bf02e342355 | 1,063 | cs | C# | src/DeepSecure.ThreatRemoval/Extensions/EnumExtension.cs | baynezy/deep-secure-threat-removal-sdk | e7c872feb1e7adc94b918ec85fb2f0e8ea5614d9 | [
"Apache-2.0"
] | null | null | null | src/DeepSecure.ThreatRemoval/Extensions/EnumExtension.cs | baynezy/deep-secure-threat-removal-sdk | e7c872feb1e7adc94b918ec85fb2f0e8ea5614d9 | [
"Apache-2.0"
] | 46 | 2020-10-23T07:30:26.000Z | 2022-03-31T02:15:40.000Z | src/DeepSecure.ThreatRemoval/Extensions/EnumExtension.cs | baynezy/deep-secure-threat-removal-sdk | e7c872feb1e7adc94b918ec85fb2f0e8ea5614d9 | [
"Apache-2.0"
] | null | null | null | using System;
namespace DeepSecure.ThreatRemoval.Extensions
{
public static class EnumExtension
{
/// <summary>
/// Returns the <c>StringValue</c> attribute for this Enum
/// </summary>
public static string GetStringValue(this Enum value)
{
var type = value.GetType();
var fieldInfo = type.GetField(va... | 31.264706 | 186 | 0.683913 |
5c041dc51e80d7695ef5342aafce99cb4e433f2f | 250 | cs | C# | src/Shiny.Blazor/BluetoothLE/Central/ScanResult.cs | DanielCauser/shiny | 8b35872fc2f0c172e96d93ad1acc0fdfe750fd7a | [
"MIT"
] | null | null | null | src/Shiny.Blazor/BluetoothLE/Central/ScanResult.cs | DanielCauser/shiny | 8b35872fc2f0c172e96d93ad1acc0fdfe750fd7a | [
"MIT"
] | null | null | null | src/Shiny.Blazor/BluetoothLE/Central/ScanResult.cs | DanielCauser/shiny | 8b35872fc2f0c172e96d93ad1acc0fdfe750fd7a | [
"MIT"
] | null | null | null | using System;
namespace Acr.BluetoothLE.Central
{
public class ScanResult : IScanResult
{
public int Rssi { get; }
public IPeripheral Peripheral { get; }
public IAdvertisementData AdvertisementData { get; }
}
}
| 19.230769 | 60 | 0.652 |
5c48ba064cf57efae6386f769521478d3253ef1a | 199 | cs | C# | Demos/AllOverIt.Aws.Cdk.AppSync/GraphqlSchema/Schema/Types/LanguageType.cs | mjfreelancing/AllOverIt | 5d814f125580f57101e81f50081a85b40953aff6 | [
"MIT"
] | 1 | 2019-11-18T07:43:54.000Z | 2019-11-18T07:43:54.000Z | Demos/AllOverIt.Aws.Cdk.AppSync/GraphqlSchema/Schema/Types/LanguageType.cs | mjfreelancing/AllOverIt | 5d814f125580f57101e81f50081a85b40953aff6 | [
"MIT"
] | 1 | 2021-06-14T09:04:38.000Z | 2021-06-29T08:45:29.000Z | Demos/AllOverIt.Aws.Cdk.AppSync/GraphqlSchema/Schema/Types/LanguageType.cs | mjfreelancing/AllOverIt | 5d814f125580f57101e81f50081a85b40953aff6 | [
"MIT"
] | 2 | 2021-06-14T08:53:14.000Z | 2022-01-12T10:52:45.000Z | using AllOverIt.Aws.Cdk.AppSync.Attributes.Types;
namespace GraphqlSchema.Schema.Types
{
[SchemaEnum("LanguageGroup")]
internal enum LanguageType
{
Native,
Other
}
} | 18.090909 | 50 | 0.668342 |
76782723ae704b5a74320a8222aa54bf164b3a32 | 214 | cs | C# | Managers/IResponseManager.cs | bitbaso/MockService | 1bad76fbb656318c1e636362284bf83963a310ce | [
"MIT"
] | null | null | null | Managers/IResponseManager.cs | bitbaso/MockService | 1bad76fbb656318c1e636362284bf83963a310ce | [
"MIT"
] | null | null | null | Managers/IResponseManager.cs | bitbaso/MockService | 1bad76fbb656318c1e636362284bf83963a310ce | [
"MIT"
] | null | null | null | using MockService.Models;
using Microsoft.AspNetCore.Mvc;
namespace MockService.Managers
{
public interface IResponseManager
{
IActionResult GetActionResultFromResponse(Response response);
}
} | 21.4 | 70 | 0.766355 |
0a0556c6ab51eef7bfbd9c8ba34a1ea4cf09408b | 8,996 | cs | C# | Src/NegativeEddy.Bots.AzureServiceBusRelay.Service/DispatcherService.cs | negativeeddy/AzureServiceBusBotRelay | 0d2ac67334654220efcf696371e7e0db3d715d47 | [
"MIT"
] | null | null | null | Src/NegativeEddy.Bots.AzureServiceBusRelay.Service/DispatcherService.cs | negativeeddy/AzureServiceBusBotRelay | 0d2ac67334654220efcf696371e7e0db3d715d47 | [
"MIT"
] | 1 | 2021-08-24T18:25:55.000Z | 2021-08-24T22:08:41.000Z | Src/NegativeEddy.Bots.AzureServiceBusRelay.Service/DispatcherService.cs | negativeeddy/AzureServiceBusBotRelay | 0d2ac67334654220efcf696371e7e0db3d715d47 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.AspNetCore.Hosting.Server;
using Microsoft.AspNetCore.Hosting.Server.Features;
using Microsoft.Azure.Relay;
using Microsoft.Extensions.Hosting;
using M... | 40.340807 | 151 | 0.576701 |
4ee7e466b577c7ecd28432cfbf71a972ebbb3ac7 | 876 | cs | C# | 07.C# DB Fundamentals/07.02.Databases Advanced - Entity Framework/Exam-Preparation/MassDefect.Model/Planet.cs | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | 10 | 2017-06-19T12:42:54.000Z | 2018-05-03T15:40:17.000Z | 07.C# DB Fundamentals/07.02.Databases Advanced - Entity Framework/Exam-Preparation/MassDefect.Model/Planet.cs | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | null | null | null | 07.C# DB Fundamentals/07.02.Databases Advanced - Entity Framework/Exam-Preparation/MassDefect.Model/Planet.cs | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | 3 | 2017-11-02T12:41:26.000Z | 2018-07-04T15:12:44.000Z | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace MassDefect.Model
{
public class Planet
{
public Planet()
{
this.People = new HashSet<Person>();
this.OriginAnomalies = new HashSet<Anomaly>();
this.TargerringAnomalies =... | 25.764706 | 77 | 0.611872 |
b383307e20dfc06baa11bbc692dfd6539744c981 | 13,016 | cs | C# | src/LarchProvisionsWebsite/Controllers/MenusController.cs | jacksoncafazzo/LarchProvisionsCodeReview | 2816d9663d489f54577549b63d2a009c7647d08e | [
"Unlicense",
"MIT"
] | 1 | 2016-04-29T22:55:14.000Z | 2016-04-29T22:55:14.000Z | src/LarchProvisionsWebsite/Controllers/MenusController.cs | jacksoncafazzo/LarchProvisionsCodeReview | 2816d9663d489f54577549b63d2a009c7647d08e | [
"Unlicense",
"MIT"
] | null | null | null | src/LarchProvisionsWebsite/Controllers/MenusController.cs | jacksoncafazzo/LarchProvisionsCodeReview | 2816d9663d489f54577549b63d2a009c7647d08e | [
"Unlicense",
"MIT"
] | null | null | null | using LarchProvisionsWebsite.Models;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
nam... | 36.459384 | 156 | 0.540719 |
b6f3ae9cbb087b25d2a451b95cfb7dc2ffdc1657 | 2,263 | cs | C# | Fortnox.NET/Models/Supplier/Supplier.cs | brakim/fortnox.NET | 5354fbb852b7e23d0288656fe3fb76016d38dbfd | [
"MIT"
] | null | null | null | Fortnox.NET/Models/Supplier/Supplier.cs | brakim/fortnox.NET | 5354fbb852b7e23d0288656fe3fb76016d38dbfd | [
"MIT"
] | null | null | null | Fortnox.NET/Models/Supplier/Supplier.cs | brakim/fortnox.NET | 5354fbb852b7e23d0288656fe3fb76016d38dbfd | [
"MIT"
] | null | null | null | using FortnoxNET.Utils;
using Newtonsoft.Json;
namespace FortnoxNET.Models.Supplier
{
[JsonConverter(typeof(CustomJsonConverter))]
[JsonPropertyClass("Supplier")]
public class Supplier
{
[JsonReadOnly]
[JsonProperty(PropertyName = "@url")]
public string Url { get; set; }
... | 23.329897 | 55 | 0.589041 |
4b386a19cbb46a6cae4adf25b841d9e328846841 | 695 | cs | C# | Homeworks/CSharpPartTwo/06.StringAndTextProcessing/String-Text-Processing-HW/23.SeriesOfLetters/SeriesOfLetters.cs | SHAMMY1/Telerik-Academy | 132adc367ca8ecef23f82e287dc46ef4f3250e97 | [
"MIT"
] | null | null | null | Homeworks/CSharpPartTwo/06.StringAndTextProcessing/String-Text-Processing-HW/23.SeriesOfLetters/SeriesOfLetters.cs | SHAMMY1/Telerik-Academy | 132adc367ca8ecef23f82e287dc46ef4f3250e97 | [
"MIT"
] | null | null | null | Homeworks/CSharpPartTwo/06.StringAndTextProcessing/String-Text-Processing-HW/23.SeriesOfLetters/SeriesOfLetters.cs | SHAMMY1/Telerik-Academy | 132adc367ca8ecef23f82e287dc46ef4f3250e97 | [
"MIT"
] | null | null | null | //Problem 23. Series of letters
//Write a program that reads a string from the console and replaces all series of consecutive identical letters with a single one.
//Example:
//input output
//aaaaabbbbbcdddeeeedssaa abcdedsa
using System;
class SeriesOfLetters
{
static void Main()
{
string t... | 28.958333 | 258 | 0.729496 |
bc1aa8a668f3094300bc5f2b89eea2e9c31cc48d | 3,323 | cs | C# | tests/Clave.MementoMori.Test/TodoBeforeTests.cs | ClaveConsulting/MementoMori | 3d850d0908e2931ea4ef9b3daf1a3a157ff6fb34 | [
"MIT"
] | null | null | null | tests/Clave.MementoMori.Test/TodoBeforeTests.cs | ClaveConsulting/MementoMori | 3d850d0908e2931ea4ef9b3daf1a3a157ff6fb34 | [
"MIT"
] | null | null | null | tests/Clave.MementoMori.Test/TodoBeforeTests.cs | ClaveConsulting/MementoMori | 3d850d0908e2931ea4ef9b3daf1a3a157ff6fb34 | [
"MIT"
] | null | null | null | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.Diagnostics;
using System;
using NUnit.Framework;
using TestHelper;
namespace Clave.MementoMori.Test
{
[TestFixture]
public class TodoBeforeTests : CodeFixVerifier
{
[Test]
public void TestNot... | 30.209091 | 105 | 0.481493 |
bc82e74d4f449805986eb5c72c88e64700da5157 | 4,986 | cs | C# | src/crypto/Wallet.cs | MicrohexHQ/csharp-sdk | 6935a621a8d32f9bada9abc4cd5b570e4a4bad88 | [
"MIT"
] | 28 | 2019-05-09T09:42:25.000Z | 2022-01-23T21:35:39.000Z | src/crypto/Wallet.cs | MicrohexHQ/csharp-sdk | 6935a621a8d32f9bada9abc4cd5b570e4a4bad88 | [
"MIT"
] | null | null | null | src/crypto/Wallet.cs | MicrohexHQ/csharp-sdk | 6935a621a8d32f9bada9abc4cd5b570e4a4bad88 | [
"MIT"
] | 15 | 2019-08-30T14:20:50.000Z | 2022-01-02T06:25:59.000Z | using binance.dex.sdk.httpapi;
using binance.dex.sdk.message;
using binance.dex.sdk.model;
using NBitcoin;
using NBitcoin.DataEncoders;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Numerics;
using System.Text;
namespace binance.dex.sdk.crypto
{
public... | 35.361702 | 146 | 0.581227 |
bcb376cd39199267b9088babf2ad25894d0b6378 | 730 | cs | C# | src/BlackMirror.Configuration/UserInterfaceConfiguration.cs | Rosiv/BlackMirror | 2bbe5bd00f0ff11b739bd6c92a919123b578b895 | [
"MIT"
] | 1 | 2018-03-02T19:07:47.000Z | 2018-03-02T19:07:47.000Z | src/BlackMirror.Configuration/UserInterfaceConfiguration.cs | Rosiv/BlackMirror | 2bbe5bd00f0ff11b739bd6c92a919123b578b895 | [
"MIT"
] | null | null | null | src/BlackMirror.Configuration/UserInterfaceConfiguration.cs | Rosiv/BlackMirror | 2bbe5bd00f0ff11b739bd6c92a919123b578b895 | [
"MIT"
] | null | null | null | namespace BlackMirror.Configuration
{
using BlackMirror.Interfaces.Configuration;
public class UserInterfaceConfiguration : IUserInterfaceConfiguration
{
private readonly IConfigReader configReader;
public UserInterfaceConfiguration(IConfigReader configReader)
{
this.co... | 38.421053 | 136 | 0.746575 |
eeea75a0ebc45ae63114502d543e2a243e693fb7 | 1,069 | cs | C# | Library/GoogleAnalyticsClientDotNet.Universal/Utility/AnalyticsInfoUtility.cs | TyrWang/GoogleAnalyticsClientDotNet | f5e52246a40a5b1724b686bf349054c13c402825 | [
"Apache-2.0"
] | 2 | 2018-11-14T12:12:44.000Z | 2019-01-03T14:59:35.000Z | Library/GoogleAnalyticsClientDotNet.Universal/Utility/AnalyticsInfoUtility.cs | TyrWang/GoogleAnalyticsClientDotNet | f5e52246a40a5b1724b686bf349054c13c402825 | [
"Apache-2.0"
] | 4 | 2016-11-22T02:46:47.000Z | 2019-10-04T06:27:22.000Z | Library/GoogleAnalyticsClientDotNet.Universal/Utility/AnalyticsInfoUtility.cs | TyrWang/GoogleAnalyticsClientDotNet | f5e52246a40a5b1724b686bf349054c13c402825 | [
"Apache-2.0"
] | 2 | 2017-11-17T10:11:32.000Z | 2018-11-14T12:12:48.000Z | using Windows.System.Profile;
namespace GoogleAnalyticsClientDotNet.Universal.Utility
{
public class DeviceFamilyVersion
{
public ulong Major { get; set; }
public ulong Minor { get; set; }
public ulong Build { get; set; }
public ulong Revision { get; set; }
}
public... | 29.694444 | 81 | 0.589336 |
e14f93d3da102bc707905b8c8ef0a5e099b4bebb | 1,420 | cs | C# | Back-end.UnitTests/RecipeServiceTests/ManageSavedRecipeTests.cs | aytacgedik/Cookify | 2f7fa2366c02295f3f1a1d31ac30b6809671ebfe | [
"MIT"
] | 1 | 2021-04-21T13:50:14.000Z | 2021-04-21T13:50:14.000Z | Back-end.UnitTests/RecipeServiceTests/ManageSavedRecipeTests.cs | aytacgedik/Cookify | 2f7fa2366c02295f3f1a1d31ac30b6809671ebfe | [
"MIT"
] | 17 | 2021-03-22T19:15:54.000Z | 2021-06-08T04:24:35.000Z | Back-end.UnitTests/RecipeServiceTests/ManageSavedRecipeTests.cs | aytacgedik/Cookify | 2f7fa2366c02295f3f1a1d31ac30b6809671ebfe | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using Back_end.Controllers;
using Back_end.Data;
using Back_end.Dtos;
using Back_end.Services;
using FluentAssertions;
using Microsoft.AspNetCore.Mvc;
using Moq;
using Xunit;
namespace Back_end.UnitTests.RecipeControllerTests
{
public class ManageSavedRecipeTest... | 28.4 | 102 | 0.605634 |
e157f267f78f7c01c4c91e30584f6e30f8d5e686 | 55,043 | cs | C# | Temiang.Avicenna.Common/Mpi.cs | trogalko/MpiSyncManager | b914d5fb610a11d3b38bc39746cc1fc7ca9e6978 | [
"MIT"
] | null | null | null | Temiang.Avicenna.Common/Mpi.cs | trogalko/MpiSyncManager | b914d5fb610a11d3b38bc39746cc1fc7ca9e6978 | [
"MIT"
] | null | null | null | Temiang.Avicenna.Common/Mpi.cs | trogalko/MpiSyncManager | b914d5fb610a11d3b38bc39746cc1fc7ca9e6978 | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Net;
using System.Security.Cryptography;
using System.Text;
//using System.Web.UI;
using System.Xml;
using System.Xml.Serialization;
//using MPI;
using Temiang.Avicenna.Common;
... | 48.624558 | 258 | 0.561216 |
d29ed3684f6d00f5d868b61ce9e34e5dc909f2e9 | 459 | cs | C# | NoRM/Collections/MongoCollectionCompoundIndex.cs | adzerk/NoRM | f11d348867a65064cb3d7884319a1fc4f4ce1a00 | [
"BSD-3-Clause"
] | 60 | 2015-02-05T10:47:31.000Z | 2021-09-30T06:24:03.000Z | NoRM/Collections/MongoCollectionCompoundIndex.cs | adzerk/NoRM | f11d348867a65064cb3d7884319a1fc4f4ce1a00 | [
"BSD-3-Clause"
] | 1 | 2015-02-25T22:46:19.000Z | 2015-02-25T22:46:19.000Z | NoRM/Collections/MongoCollectionCompoundIndex.cs | adzerk/NoRM | f11d348867a65064cb3d7884319a1fc4f4ce1a00 | [
"BSD-3-Clause"
] | 31 | 2015-04-24T02:21:25.000Z | 2021-08-04T23:44:56.000Z | using System;
using System.Linq.Expressions;
using Norm.Protocol.Messages;
namespace Norm.Collections
{
public class MongoCollectionCompoundIndex<T>
{
public MongoCollectionCompoundIndex()
{
}
public MongoCollectionCompoundIndex(Expression<Func<T, object>> index, IndexOption direction)
{
Index = index... | 20.863636 | 95 | 0.736383 |
fd5a5047843d1f8e2f7ba4a5b00d59e3c83041d5 | 8,496 | cs | C# | ImageProcessing.cs | RayColt/WebCam | 8ff94a67c75cc44c96dfbbe7b312f0ff0dd3b14a | [
"MIT"
] | null | null | null | ImageProcessing.cs | RayColt/WebCam | 8ff94a67c75cc44c96dfbbe7b312f0ff0dd3b14a | [
"MIT"
] | null | null | null | ImageProcessing.cs | RayColt/WebCam | 8ff94a67c75cc44c96dfbbe7b312f0ff0dd3b14a | [
"MIT"
] | null | null | null | using System;
using System.Drawing;
using System.Drawing.Imaging;
namespace ImgProcessing
{
/// <summary>
/// Summary description for ImageProcessing.
/// </summary>
public unsafe sealed class ImageProcessing
{
Bitmap flag, flag2, flag3;
int width, width2, width3;
BitmapData bitmapData = null, bitmapData2 ... | 21.293233 | 114 | 0.590984 |
a920c4f3fbd051575cca9e1c7cd851518472a37e | 151 | cs | C# | WpfMeasurerView/Controller.cs | d2cTool/ONIL_AosComMeasurer | 6de69526d3cd2a63167ac4492ce688a945e9c132 | [
"Apache-2.0"
] | null | null | null | WpfMeasurerView/Controller.cs | d2cTool/ONIL_AosComMeasurer | 6de69526d3cd2a63167ac4492ce688a945e9c132 | [
"Apache-2.0"
] | null | null | null | WpfMeasurerView/Controller.cs | d2cTool/ONIL_AosComMeasurer | 6de69526d3cd2a63167ac4492ce688a945e9c132 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WpfMeasurerView
{
class Controller
{
}
}
| 12.583333 | 33 | 0.721854 |
d760402558f1642b845590decb82d4666c365598 | 824 | cs | C# | src/Facility.Definition/ServiceEnumInfo.cs | FacilityApi/Facility | 13e1a99f9b5397c4431ba9fc18cf14ffde42cc40 | [
"MIT"
] | 4 | 2017-05-10T22:55:20.000Z | 2021-05-11T22:08:54.000Z | src/Facility.Definition/ServiceEnumInfo.cs | FacilityApi/Facility | 13e1a99f9b5397c4431ba9fc18cf14ffde42cc40 | [
"MIT"
] | 28 | 2017-03-18T20:38:42.000Z | 2021-12-08T15:32:08.000Z | src/Facility.Definition/ServiceEnumInfo.cs | FacilityApi/Facility | 13e1a99f9b5397c4431ba9fc18cf14ffde42cc40 | [
"MIT"
] | 6 | 2016-10-14T01:58:55.000Z | 2021-06-23T01:54:43.000Z | namespace Facility.Definition;
/// <summary>
/// A service enumerated type.
/// </summary>
public sealed class ServiceEnumInfo : ServiceMemberInfo
{
/// <summary>
/// Creates an enumerated type.
/// </summary>
public ServiceEnumInfo(string name, IEnumerable<ServiceEnumValueInfo>? values = null, IEnumerable<Service... | 31.692308 | 229 | 0.740291 |
ce36cabefbd7f529dda2594cfa7f6ccc55dccd7b | 3,313 | cs | C# | Converters/WordSeparatorConverter.cs | brschwalm/Vienna | cd789b83cca77a7ea73d72702a175e9a8c9f1b4a | [
"MIT"
] | 1 | 2015-08-14T07:13:49.000Z | 2015-08-14T07:13:49.000Z | Converters/WordSeparatorConverter.cs | brschwalm/Vienna | cd789b83cca77a7ea73d72702a175e9a8c9f1b4a | [
"MIT"
] | null | null | null | Converters/WordSeparatorConverter.cs | brschwalm/Vienna | cd789b83cca77a7ea73d72702a175e9a8c9f1b4a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Windows.Data;
namespace Anythink.Wpf.Utilities.Converters
{
/// <summary>
/// Will separate the parts of a pascal-cased name into separate words. Good for use with Enumeration values, and
/// easily converting them to normal-language descriptors.
/// <... | 26.293651 | 118 | 0.606097 |
f3aab5082d1c264e94a35a4be9791de2744112be | 1,582 | cs | C# | MetaBrainz.MusicBrainz/Json/Readers/NameCreditReader.cs | supermihi/MetaBrainz.MusicBrainz | f32647eb76e3ce1ce122d0fc6be8d01a7c8189c7 | [
"MIT"
] | null | null | null | MetaBrainz.MusicBrainz/Json/Readers/NameCreditReader.cs | supermihi/MetaBrainz.MusicBrainz | f32647eb76e3ce1ce122d0fc6be8d01a7c8189c7 | [
"MIT"
] | null | null | null | MetaBrainz.MusicBrainz/Json/Readers/NameCreditReader.cs | supermihi/MetaBrainz.MusicBrainz | f32647eb76e3ce1ce122d0fc6be8d01a7c8189c7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text.Json;
using MetaBrainz.Common.Json;
using MetaBrainz.Common.Json.Converters;
using MetaBrainz.MusicBrainz.Interfaces.Entities;
using MetaBrainz.MusicBrainz.Objects.Entities;
namespace MetaBrainz.MusicBrainz.Json.Readers;
internal sealed class NameCred... | 28.763636 | 110 | 0.634008 |
7764f2621a79ffbcdb7990c5d4fa9b1b5c7380ca | 253 | cs | C# | module-template/_Name_/code/_NamespacePrefix_._ModuleType_._Name_/Controllers/_Name_Controller.cs | PratikSatikunvar/SitecoreHackathon2017 | 1b180f4a175301a6379c63733e90947a2991ad22 | [
"Apache-2.0"
] | null | null | null | module-template/_Name_/code/_NamespacePrefix_._ModuleType_._Name_/Controllers/_Name_Controller.cs | PratikSatikunvar/SitecoreHackathon2017 | 1b180f4a175301a6379c63733e90947a2991ad22 | [
"Apache-2.0"
] | null | null | null | module-template/_Name_/code/_NamespacePrefix_._ModuleType_._Name_/Controllers/_Name_Controller.cs | PratikSatikunvar/SitecoreHackathon2017 | 1b180f4a175301a6379c63733e90947a2991ad22 | [
"Apache-2.0"
] | null | null | null | using System.Web.Mvc;
namespace _NamespacePrefix_._ModuleType_._Name_.Controllers
{
public class _Name_Controller : Controller
{
// GET: Default
public ActionResult Index()
{
return View();
}
}
} | 19.461538 | 59 | 0.600791 |
2513682353bbbbffe2f98843172fad52ce0b6000 | 3,053 | cs | C# | RestWithASP_NET5/RestWithASP_NET5/Controllers/CalculatorController.cs | jsoft-ti/RestWithASP-NET5 | 004c4ddb0e6a3503bdd958f8f0c06e5a26ea02b9 | [
"Apache-2.0"
] | null | null | null | RestWithASP_NET5/RestWithASP_NET5/Controllers/CalculatorController.cs | jsoft-ti/RestWithASP-NET5 | 004c4ddb0e6a3503bdd958f8f0c06e5a26ea02b9 | [
"Apache-2.0"
] | null | null | null | RestWithASP_NET5/RestWithASP_NET5/Controllers/CalculatorController.cs | jsoft-ti/RestWithASP-NET5 | 004c4ddb0e6a3503bdd958f8f0c06e5a26ea02b9 | [
"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.Extensions.Logging;
namespace RestWithASP_NET5.Controllers
{
[ApiController]
[Route("[controller]")]
public class CalculatorController : ControllerBas... | 35.5 | 159 | 0.583361 |
d9c42216fb2b36da6b1559079dcc04e0278a904d | 1,533 | cs | C# | Blazer/Dynamic/BlazerDynamicMetaObject.cs | b-w/Blazer | 96f015e2999f1176c011c23961edd0c7cd797f77 | [
"MIT"
] | 4 | 2017-05-03T22:55:14.000Z | 2021-01-06T17:02:04.000Z | Blazer/Dynamic/BlazerDynamicMetaObject.cs | b-w/Blazer | 96f015e2999f1176c011c23961edd0c7cd797f77 | [
"MIT"
] | null | null | null | Blazer/Dynamic/BlazerDynamicMetaObject.cs | b-w/Blazer | 96f015e2999f1176c011c23961edd0c7cd797f77 | [
"MIT"
] | null | null | null | namespace Blazer.Dynamic
{
using System.Dynamic;
using System.Linq.Expressions;
using System.Reflection;
internal sealed class BlazerDynamicMetaObject : DynamicMetaObject
{
static readonly MethodInfo s_getMethod = typeof(BlazerDynamicObject).GetMethod(nameof(BlazerDynamicObject.Get));
... | 39.307692 | 120 | 0.648402 |
17fa06ecce61b523054d47018b406e850199e109 | 1,028 | cs | C# | WaterLogged/Output/FileOut.cs | jawn/WaterLogged | 2024b81222a857bcefd45d0ff5ad1e168b20f9ed | [
"MIT"
] | null | null | null | WaterLogged/Output/FileOut.cs | jawn/WaterLogged | 2024b81222a857bcefd45d0ff5ad1e168b20f9ed | [
"MIT"
] | null | null | null | WaterLogged/Output/FileOut.cs | jawn/WaterLogged | 2024b81222a857bcefd45d0ff5ad1e168b20f9ed | [
"MIT"
] | null | null | null |
namespace WaterLogged.Output
{
/// <summary>
/// Implements a listener which appends output to a file.
/// </summary>
public class FileOut : Listener
{
/// <summary>
/// The specified file to append log messages to.
/// </summary>
public string FilePath { get; set; ... | 26.358974 | 107 | 0.532101 |
1b8228580bf1e72e49f9aef5c01bb22fcd0aeb78 | 502 | cs | C# | Stategram/ConsoleLogger.cs | swifteg/Stategram | 961c6902a9c466cb7b6b593ab7f97ed6fba469ce | [
"MIT"
] | 7 | 2020-10-24T18:44:59.000Z | 2021-04-02T19:07:18.000Z | Stategram/ConsoleLogger.cs | swifteg/Stategram | 961c6902a9c466cb7b6b593ab7f97ed6fba469ce | [
"MIT"
] | null | null | null | Stategram/ConsoleLogger.cs | swifteg/Stategram | 961c6902a9c466cb7b6b593ab7f97ed6fba469ce | [
"MIT"
] | 1 | 2021-09-08T15:31:16.000Z | 2021-09-08T15:31:16.000Z | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Stategram
{
internal class ConsoleLogger : ILogger
{
public Task Log(string log)
{
Console.WriteLine($"[{DateTime.Now:f}] {log}");
return Task.CompletedTask;
... | 21.826087 | 67 | 0.583665 |
25cb13292693d1c1128f870e115bfa4a720961f6 | 1,797 | cs | C# | src/Castle.IO/FileSystems/InMemory/InMemoryFileSystemNotifierEntry.cs | dstockhammer/Castle.Transactions | e62cb161889614eb09452f8c31b287510b91d796 | [
"Apache-2.0"
] | 7 | 2019-03-12T17:13:29.000Z | 2020-10-04T19:37:52.000Z | src/Castle.IO/FileSystems/InMemory/InMemoryFileSystemNotifierEntry.cs | dstockhammer/Castle.Transactions | e62cb161889614eb09452f8c31b287510b91d796 | [
"Apache-2.0"
] | 2 | 2019-07-18T10:56:19.000Z | 2020-12-18T14:10:30.000Z | src/Castle.IO/FileSystems/InMemory/InMemoryFileSystemNotifierEntry.cs | dstockhammer/Castle.Transactions | e62cb161889614eb09452f8c31b287510b91d796 | [
"Apache-2.0"
] | 5 | 2018-10-04T00:16:59.000Z | 2020-12-11T11:40:46.000Z | #region license
// Copyright 2004-2012 Castle Project, Henrik Feldt &contributors - https://github.com/castleproject
//
// 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
//
// ... | 28.52381 | 101 | 0.698386 |
72b105850e339e5235a84132ce319fb1676e7553 | 6,590 | cs | C# | BESM3CA/MainWindow.xaml.cs | mikethemage/BESM3CA | f9b7490eedd1139e75f3012d70c63f2d6392d6e7 | [
"MIT"
] | null | null | null | BESM3CA/MainWindow.xaml.cs | mikethemage/BESM3CA | f9b7490eedd1139e75f3012d70c63f2d6392d6e7 | [
"MIT"
] | 4 | 2021-09-17T23:31:34.000Z | 2021-11-30T14:01:54.000Z | BESM3CA/MainWindow.xaml.cs | mikethemage/BESM3CA | f9b7490eedd1139e75f3012d70c63f2d6392d6e7 | [
"MIT"
] | null | null | null | using BESM3CAData.Control;
using BESM3CAData.Listings;
using BESM3CAData.Model;
using Microsoft.Win32;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
namespace BESM3CA
{
/// <summary>
/// ... | 30.509259 | 196 | 0.532018 |
d6a6c1d8837f7a9cafbdab2f0327a77955ac4b27 | 145 | cs | C# | Orleans.Patterns/TableRowPattern/Contracts/IStateWithIdentity.cs | giulioungaretti/orleans-patterns | 574b6e36a402cbac3be2f34aae39e39cdde68346 | [
"MIT"
] | 11 | 2019-07-05T17:28:22.000Z | 2021-12-27T16:45:45.000Z | Orleans.Patterns/TableRowPattern/Contracts/IStateWithIdentity.cs | giulioungaretti/orleans-patterns | 574b6e36a402cbac3be2f34aae39e39cdde68346 | [
"MIT"
] | null | null | null | Orleans.Patterns/TableRowPattern/Contracts/IStateWithIdentity.cs | giulioungaretti/orleans-patterns | 574b6e36a402cbac3be2f34aae39e39cdde68346 | [
"MIT"
] | 4 | 2019-09-22T13:35:51.000Z | 2020-04-26T12:33:38.000Z | using System;
namespace Orleans.Patterns.TableRowPattern
{
public interface IStateWithIdentity
{
Guid Id { get; set; }
}
}
| 14.5 | 42 | 0.655172 |
6e57ac4e78432c079b339b6739791c5d6ebfaeb2 | 948 | cshtml | C# | Views/Parts/CulturePicker.cshtml | ermakovich/orchard-culture-picker | 2eaa0239ade7319d14a5ff9b666e8f6807bcb8ac | [
"MIT"
] | 3 | 2015-12-15T08:17:52.000Z | 2021-04-27T11:37:50.000Z | Views/Parts/CulturePicker.cshtml | ermakovich/orchard-culture-picker | 2eaa0239ade7319d14a5ff9b666e8f6807bcb8ac | [
"MIT"
] | null | null | null | Views/Parts/CulturePicker.cshtml | ermakovich/orchard-culture-picker | 2eaa0239ade7319d14a5ff9b666e8f6807bcb8ac | [
"MIT"
] | null | null | null | @using System.Globalization
@{
var availableCultures = Model.AvailableCultures as List<string>;
var availableCultureswithNames = new List<KeyValuePair<string, string>>(availableCultures.Count);
foreach (string culture in availableCultures) {
try {
var cultureInfo = new CultureInfo(cult... | 45.142857 | 145 | 0.700422 |
595a741b9db829b6165e2669401a105c2b2953d6 | 4,796 | cs | C# | Neo4J Back/SpikeNeo4j/Mapper/CustomMappers.cs | neo4j-examples/supply-chain-demo | 0c9c0b091b63fe54db590d22f8afbe554ca492b1 | [
"Apache-2.0"
] | 1 | 2022-03-09T18:23:21.000Z | 2022-03-09T18:23:21.000Z | Neo4J Back/SpikeNeo4j/Mapper/CustomMappers.cs | neo4j-examples/supply-chain-demo | 0c9c0b091b63fe54db590d22f8afbe554ca492b1 | [
"Apache-2.0"
] | 4 | 2022-02-08T09:24:07.000Z | 2022-02-08T09:24:09.000Z | Neo4J Back/SpikeNeo4j/Mapper/CustomMappers.cs | neo4j-examples/supply-chain-demo | 0c9c0b091b63fe54db590d22f8afbe554ca492b1 | [
"Apache-2.0"
] | null | null | null | using GMap.NET;
using GoogleApi.Entities.Common;
using GoogleApi.Entities.Maps.Directions.Response;
using SpikeNeo4j.Helpers.IMathHelpers;
using SpikeNeo4j.Mapper.IMappers;
using SpikeNeo4j.Models;
using SpikeNeo4j.Models.Dtos;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.T... | 51.569892 | 295 | 0.646789 |
79830c9c5b3a349f381f68bd43904dc2f01c6601 | 1,368 | cs | C# | src/POM.Selenium/Entities/ReadOnlySelector.cs | xStrato/POM.Selenium | b25f733399d0ecd0b0cb8b2a258e1a45108b6b8b | [
"Apache-2.0"
] | 8 | 2021-01-26T14:08:12.000Z | 2021-05-14T21:30:43.000Z | src/POM.Selenium/Entities/ReadOnlySelector.cs | xStrato/POM.Selenium | b25f733399d0ecd0b0cb8b2a258e1a45108b6b8b | [
"Apache-2.0"
] | null | null | null | src/POM.Selenium/Entities/ReadOnlySelector.cs | xStrato/POM.Selenium | b25f733399d0ecd0b0cb8b2a258e1a45108b6b8b | [
"Apache-2.0"
] | null | null | null | using System.Linq;
namespace POM.Selenium.Entities
{
public class ReadOnlySelector: BaseSelector
{
public readonly string PageReference;
public readonly string[] SetFields;
public readonly string[] GetFields;
public readonly string[] PageButtons;
public readonly string T... | 35.076923 | 195 | 0.605994 |
10e6b454dc76c9e4622f1f9d0dee2f0c5adc2994 | 748 | cs | C# | Src/TeaDriven.Graphology/Visualization/LazyGetTypeNameString.cs | TeaDrivenDev/Graphology | a25ff384b0cbb9c53fbdd31101798a0ef924c7bf | [
"MIT"
] | 3 | 2016-01-04T23:10:08.000Z | 2017-09-01T23:42:18.000Z | Src/TeaDriven.Graphology/Visualization/LazyGetTypeNameString.cs | TeaDrivenDev/Graphology | a25ff384b0cbb9c53fbdd31101798a0ef924c7bf | [
"MIT"
] | null | null | null | Src/TeaDriven.Graphology/Visualization/LazyGetTypeNameString.cs | TeaDrivenDev/Graphology | a25ff384b0cbb9c53fbdd31101798a0ef924c7bf | [
"MIT"
] | 2 | 2020-03-21T19:53:20.000Z | 2020-04-21T07:21:17.000Z | using System;
namespace TeaDriven.Graphology.Visualization
{
public class LazyGetTypeNameString : IGetTypeNameString
{
#region IGetTypeNameString Members
public bool For(Type type, out string typeName)
{
if (type == null) throw new ArgumentNullException("type");
... | 24.933333 | 70 | 0.647059 |
8017968f500d60dc0973fa637048830b36fdb78b | 1,155 | cs | C# | ProgrammingBasicsExam26March2016/PoolPipes/PoolPipes.cs | AlexanderPetrovv/Programming-Basics-December-2016 | 399efd9d6bb4e0ba49828833d1cdb11abd9eaacb | [
"MIT"
] | null | null | null | ProgrammingBasicsExam26March2016/PoolPipes/PoolPipes.cs | AlexanderPetrovv/Programming-Basics-December-2016 | 399efd9d6bb4e0ba49828833d1cdb11abd9eaacb | [
"MIT"
] | null | null | null | ProgrammingBasicsExam26March2016/PoolPipes/PoolPipes.cs | AlexanderPetrovv/Programming-Basics-December-2016 | 399efd9d6bb4e0ba49828833d1cdb11abd9eaacb | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PoolPipes
{
class PoolPipes
{
static void Main(string[] args)
{
var poolVolume = int.Parse(Console.ReadLine());
var firstPipe = int.Parse(Consol... | 32.083333 | 125 | 0.550649 |
8041adceced42922d50fb7b9a238ecb3bb439b05 | 917 | cs | C# | src/Microsoft.TemplateEngine.Orchestrator.RunnableProjects/CustomOperationModel.cs | khalidabuhakmeh/templating | 12f1f9e24eb0b253b50166abc8fe5f2a2278cefb | [
"MIT"
] | 1,247 | 2016-08-29T16:12:05.000Z | 2022-03-28T14:45:16.000Z | src/Microsoft.TemplateEngine.Orchestrator.RunnableProjects/CustomOperationModel.cs | khalidabuhakmeh/templating | 12f1f9e24eb0b253b50166abc8fe5f2a2278cefb | [
"MIT"
] | 2,363 | 2016-08-25T20:27:08.000Z | 2022-03-31T18:20:20.000Z | src/Microsoft.TemplateEngine.Orchestrator.RunnableProjects/CustomOperationModel.cs | khalidabuhakmeh/templating | 12f1f9e24eb0b253b50166abc8fe5f2a2278cefb | [
"MIT"
] | 379 | 2016-08-25T21:16:39.000Z | 2022-03-27T19:01:27.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.TemplateEngine.Core.Contracts;
using Newtonsoft.Json.Linq;
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects
{
internal class CustomOperationMode... | 30.566667 | 76 | 0.656489 |
61bf9259deed47ba6b9b8d7c422ed57cdd6845d7 | 4,513 | cshtml | C# | bin/Debug/netcoreapp2.1/Views/Menu/Default.cshtml | syncfusion/aspnet-core-ej1-demos | 002193b5aa11f116654083d52497b5e0b0f7ada6 | [
"Info-ZIP",
"Xnet",
"Net-SNMP",
"NBPL-1.0",
"X11"
] | 4 | 2019-08-23T20:56:22.000Z | 2022-02-06T01:26:18.000Z | bin/Release/netcoreapp2.1/Views/Menu/Default.cshtml | syncfusion/aspnet-core-ej1-demos | 002193b5aa11f116654083d52497b5e0b0f7ada6 | [
"Info-ZIP",
"Xnet",
"Net-SNMP",
"NBPL-1.0",
"X11"
] | null | null | null | bin/Release/netcoreapp2.1/Views/Menu/Default.cshtml | syncfusion/aspnet-core-ej1-demos | 002193b5aa11f116654083d52497b5e0b0f7ada6 | [
"Info-ZIP",
"Xnet",
"Net-SNMP",
"NBPL-1.0",
"X11"
] | 3 | 2019-09-24T04:39:54.000Z | 2021-04-08T10:56:49.000Z | @section SampleHeading{
<span class="sampleName">Menu / Default Functionalities</span>}
@section ControlsSection{
<div class="imgframe">
<ej-menu id="syncfusionProducts">
<e-menu-items >
<e-menu-item id="Products" text="Products">
<e-menu-child-items>
... | 56.4125 | 98 | 0.485486 |
67bd52870f661e9a4c9d6013304554cbbe578fd7 | 3,771 | cshtml | C# | js/samples/quickstart-csharp/Views/Home/Index.cshtml | dilipptdr/immersive-reader-sdk | a0cc935077ca040683a7c98be65bc0ad98c31f91 | [
"MIT"
] | null | null | null | js/samples/quickstart-csharp/Views/Home/Index.cshtml | dilipptdr/immersive-reader-sdk | a0cc935077ca040683a7c98be65bc0ad98c31f91 | [
"MIT"
] | null | null | null | js/samples/quickstart-csharp/Views/Home/Index.cshtml | dilipptdr/immersive-reader-sdk | a0cc935077ca040683a7c98be65bc0ad98c31f91 | [
"MIT"
] | null | null | null | <html>
<head>
<meta charset='utf-8'>
<title>Immersive Reader Example: Document</title>
<script type='text/javascript' src='https://contentstorage.onenote.office.net/onenoteltir/immersivereadersdk/immersive-reader-sdk.0.0.3.js'></script>
<meta name='viewport' content='width=device-width, initial-scale=1... | 47.734177 | 486 | 0.568284 |
e5d9f4350af671f693331c9562c6e411f0bc0806 | 2,455 | cs | C# | Assets/Scripts/Player/UI_SpellSelector.cs | I-AM-INSANE/WizardSurvival | fe1e4877d944775e0896780b51f24b5586c9c382 | [
"MIT"
] | null | null | null | Assets/Scripts/Player/UI_SpellSelector.cs | I-AM-INSANE/WizardSurvival | fe1e4877d944775e0896780b51f24b5586c9c382 | [
"MIT"
] | null | null | null | Assets/Scripts/Player/UI_SpellSelector.cs | I-AM-INSANE/WizardSurvival | fe1e4877d944775e0896780b51f24b5586c9c382 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEngine.UI;
using TMPro;
enum GameStates
{
pause,
resume
}
public class UI_SpellSelector : MonoBehaviour
{
#region Fields
[SerializeField] private Button topButton;
[SerializeField] private Button botButton;
private SpellLevelController spellLevelController;
... | 26.978022 | 96 | 0.658656 |
f54346d8fb906f1e31704a58132b5cf6d5a1ed42 | 1,525 | cs | C# | WpfMasterPassword/ViewModel/ConfigurationSiteViewModel.cs | gomasch/DotNetMasterPassword | 1d5824c9f4f56e51b1144833de9e2e950b171942 | [
"MIT"
] | 3 | 2016-02-21T20:21:05.000Z | 2020-06-12T07:50:39.000Z | WpfMasterPassword/ViewModel/ConfigurationSiteViewModel.cs | gomasch/DotNetMasterPassword | 1d5824c9f4f56e51b1144833de9e2e950b171942 | [
"MIT"
] | null | null | null | WpfMasterPassword/ViewModel/ConfigurationSiteViewModel.cs | gomasch/DotNetMasterPassword | 1d5824c9f4f56e51b1144833de9e2e950b171942 | [
"MIT"
] | 6 | 2016-02-18T13:14:09.000Z | 2021-04-08T21:40:10.000Z | using MasterPassword.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WpfMasterPassword.Common;
namespace WpfMasterPassword.ViewModel
{
public class ConfigurationSiteViewModel
{
public PropertyModel<string> SiteName { get; ... | 39.102564 | 183 | 0.695082 |
1387186d715648542e6c69530e375d31bc267266 | 18,719 | cs | C# | src/Geometry/Mesh.cs | Paramdigma/Core | b0b62fe8c67416849bf58aba0973c5a384f07a65 | [
"MIT"
] | 7 | 2020-06-28T11:35:22.000Z | 2021-07-26T04:04:35.000Z | src/Geometry/Mesh.cs | Paramdigma/Core | b0b62fe8c67416849bf58aba0973c5a384f07a65 | [
"MIT"
] | 18 | 2020-02-10T21:44:47.000Z | 2020-11-21T16:11:12.000Z | src/Geometry/Mesh.cs | Paramdigma/Core | b0b62fe8c67416849bf58aba0973c5a384f07a65 | [
"MIT"
] | 3 | 2020-07-29T20:38:12.000Z | 2021-07-24T01:22:57.000Z | using System;
using System.Collections.Generic;
namespace Paramdigma.Core.Geometry
{
/// <summary>
/// Represents a Half-Edge Mesh data structure.
/// </summary>
public class Mesh
{
/// <summary>
/// Initializes a new instance of the <see cref="Mesh" /> class.
/// <... | 33.189716 | 113 | 0.468187 |
92c7375410da251a1e6b6821e030d0c847e72297 | 2,044 | cs | C# | ODS.Service/RulesEngine/Tasks/TempTask.cs | aurigma/PhotoKiosk | 489af1b8b63500b075723e89395aee735055e185 | [
"MIT"
] | 5 | 2018-10-18T05:14:16.000Z | 2019-12-15T14:48:04.000Z | ODS.Service/RulesEngine/Tasks/TempTask.cs | aurigma/PhotoKiosk | 489af1b8b63500b075723e89395aee735055e185 | [
"MIT"
] | null | null | null | ODS.Service/RulesEngine/Tasks/TempTask.cs | aurigma/PhotoKiosk | 489af1b8b63500b075723e89395aee735055e185 | [
"MIT"
] | 3 | 2019-11-29T11:19:39.000Z | 2019-12-15T14:48:13.000Z | // Copyright (c) 2018 Aurigma Inc. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
using System.IO;
namespace ODS.Service.RulesEngine.Tasks
{
public class TempTask : TaskBase
{
... | 34.644068 | 130 | 0.605675 |
92ee06bc12aefd3760487d7d18997d63bb749c8b | 568 | cs | C# | SCOPE/Assets/Scripts/Weapon System/Interfaces and Base Classes/IHitMissDeterminer.cs | nagahole/scope | f925cabea31049241b2049f2e61a33ef3deba6e1 | [
"MIT"
] | null | null | null | SCOPE/Assets/Scripts/Weapon System/Interfaces and Base Classes/IHitMissDeterminer.cs | nagahole/scope | f925cabea31049241b2049f2e61a33ef3deba6e1 | [
"MIT"
] | null | null | null | SCOPE/Assets/Scripts/Weapon System/Interfaces and Base Classes/IHitMissDeterminer.cs | nagahole/scope | f925cabea31049241b2049f2e61a33ef3deba6e1 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
public interface IHitMissDeterminer
{
UnityEvent onHit { get; }
UnityEvent onMiss { get; }
}
public abstract class HitMissDeterminer : MonoBehaviour, IHitMissDeterminer {
[SerializeField] private Uni... | 31.555556 | 91 | 0.742958 |
5d1b5a4ee1894ea65e65a2abe60e591653408f2c | 807 | cs | C# | Algorithms/AlgorithmsTesting/Algorithms/Sort/TestKeyIndexedCounting.cs | thenitro/algorithms-tests | 0772aa8c5703cd9d39cf5ed1f4f61aeb1b285dc0 | [
"MIT"
] | 2 | 2021-09-16T06:07:46.000Z | 2021-09-16T18:54:53.000Z | Algorithms/AlgorithmsTesting/Algorithms/Sort/TestKeyIndexedCounting.cs | thenitro/algorithms-tests | 0772aa8c5703cd9d39cf5ed1f4f61aeb1b285dc0 | [
"MIT"
] | null | null | null | Algorithms/AlgorithmsTesting/Algorithms/Sort/TestKeyIndexedCounting.cs | thenitro/algorithms-tests | 0772aa8c5703cd9d39cf5ed1f4f61aeb1b285dc0 | [
"MIT"
] | 1 | 2021-09-16T06:07:48.000Z | 2021-09-16T06:07:48.000Z | using System;
using Algorithms.Sort;
using NUnit.Framework;
namespace AlgorithmsTesting.Algorithms.Sort
{
[TestFixture]
public class TestKeyIndexedCounting
{
[Test]
public void SmokeTest()
{
var arrayToSort = new[] { 'd', 'a', 'c', 'f', 'f', 'b', 'd', 'b', 'f', 'b', 'e',... | 23.057143 | 99 | 0.463445 |
269c75a93d7299fa5b57e3ea1fd942238f9dffd4 | 2,924 | cshtml | C# | Web/Areas/Explorer/Views/Explorer/_CountryAirportsGrid.cshtml | mccrobie2000/JQuery-UI-MVC | 7a6b7564ffc6814c4b3b2257a60b733f9e114f15 | [
"BSD-2-Clause"
] | null | null | null | Web/Areas/Explorer/Views/Explorer/_CountryAirportsGrid.cshtml | mccrobie2000/JQuery-UI-MVC | 7a6b7564ffc6814c4b3b2257a60b733f9e114f15 | [
"BSD-2-Clause"
] | 2 | 2020-01-26T03:22:22.000Z | 2021-04-28T02:38:36.000Z | Web/Areas/Explorer/Views/Explorer/_CountryAirportsGrid.cshtml | mccrobie2000/AirExplorer | 7a6b7564ffc6814c4b3b2257a60b733f9e114f15 | [
"BSD-2-Clause"
] | null | null | null | @using WebControls
@using Web.Areas.Explorer.Models
@using BusinessServices.Models
@model CountryModel
@{
var myName = ViewData["myAirportGridName"].ToString();
if (string.IsNullOrEmpty(myName))
{
throw new ArgumentException($"myAirportGridName must be passed in ViewData");
}
}
<... | 36.098765 | 181 | 0.487004 |
ca3d2d0658fd2f61d4aa96d8143a4a94d8d0d1b0 | 1,043 | cs | C# | subclass/customcode/CustomProtocol.cs | spouliot/interpreter | fffff9e624baa46a4c517f8a89c233a1306d4c8b | [
"MIT"
] | 25 | 2019-03-26T16:57:00.000Z | 2022-03-26T06:17:28.000Z | subclass/customcode/CustomProtocol.cs | spouliot/interpreter | fffff9e624baa46a4c517f8a89c233a1306d4c8b | [
"MIT"
] | null | null | null | subclass/customcode/CustomProtocol.cs | spouliot/interpreter | fffff9e624baa46a4c517f8a89c233a1306d4c8b | [
"MIT"
] | null | null | null | using Foundation;
namespace BundledCode {
public class CustomProtocol : NSObject, INSUrlProtocolClient {
public CustomProtocol (NSUrlRequest request, NSCachedUrlResponse cachedResponse, INSUrlProtocolClient client)
{
}
public void CachedResponseIsValid (NSUrlProtocol protocol, NSCachedUrlResponse cachedRe... | 23.704545 | 115 | 0.78907 |
c5acfc633c24e01f7c99c57c629ec62b8bf8ce43 | 229 | cs | C# | src/Essensoft.Paylink.Alipay/Response/AlipayOpenAppSilanApigraythreeQueryResponse.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 522 | 2019-06-01T15:49:03.000Z | 2021-03-04T06:25:03.000Z | src/Essensoft.Paylink.Alipay/Response/AlipayOpenAppSilanApigraythreeQueryResponse.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 74 | 2019-06-20T08:03:36.000Z | 2021-02-28T10:19:27.000Z | src/Essensoft.Paylink.Alipay/Response/AlipayOpenAppSilanApigraythreeQueryResponse.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 170 | 2019-06-01T15:48:12.000Z | 2021-02-26T13:49:45.000Z | namespace Essensoft.Paylink.Alipay.Response
{
/// <summary>
/// AlipayOpenAppSilanApigraythreeQueryResponse.
/// </summary>
public class AlipayOpenAppSilanApigraythreeQueryResponse : AlipayResponse
{
}
}
| 22.9 | 77 | 0.716157 |
8627c504e17053f6fe08dc36d9734cfd5b2e760a | 3,849 | cs | C# | OpenDreamServer/Dream/Procs/DreamProcIdentifier.cs | Zumorica/OpenDream | ebd6adf30a4834c7e6871f12b145b3557739f926 | [
"MIT"
] | null | null | null | OpenDreamServer/Dream/Procs/DreamProcIdentifier.cs | Zumorica/OpenDream | ebd6adf30a4834c7e6871f12b145b3557739f926 | [
"MIT"
] | null | null | null | OpenDreamServer/Dream/Procs/DreamProcIdentifier.cs | Zumorica/OpenDream | ebd6adf30a4834c7e6871f12b145b3557739f926 | [
"MIT"
] | null | null | null | using OpenDreamServer.Dream.Objects;
using OpenDreamShared.Dream;
using System;
using System.Collections.Generic;
namespace OpenDreamServer.Dream.Procs {
interface IDreamProcIdentifier {
public DreamValue GetValue();
public void Assign(DreamValue value);
}
struct DreamProcIdentifierVariab... | 31.54918 | 120 | 0.623019 |
39792f7c76110ab6bfc81e04b0b4aa0793824b53 | 393 | cs | C# | SimpleTaxCalculator/TaxCalculator.Services/Validation/Implementation/SalaryValidationService.cs | LuGeorgiev/CSharpSelfLearning | 7f67c099259605e9fefe1aa0385cd8bcdd894dd0 | [
"MIT"
] | 3 | 2018-03-23T07:57:24.000Z | 2021-12-16T13:51:47.000Z | SimpleTaxCalculator/TaxCalculator.Services/Validation/Implementation/SalaryValidationService.cs | LuGeorgiev/CSharpSelfLearning | 7f67c099259605e9fefe1aa0385cd8bcdd894dd0 | [
"MIT"
] | 9 | 2020-07-18T09:43:40.000Z | 2022-02-26T18:20:40.000Z | SimpleTaxCalculator/TaxCalculator.Services/Validation/Implementation/SalaryValidationService.cs | LuGeorgiev/CSharpSelfLearning | 7f67c099259605e9fefe1aa0385cd8bcdd894dd0 | [
"MIT"
] | 1 | 2021-12-16T13:51:58.000Z | 2021-12-16T13:51:58.000Z | using System;
using static TaxCalculator.Constants.Constants;
namespace TaxCalculator.Services.Validation.Implementation
{
public class SalaryValidationService : ISalaryValidationService
{
public bool IsValid(string salaryString)
=> Decimal.TryParse(salaryString, out decimal salary)
... | 26.2 | 67 | 0.707379 |
3979f9889fdc18dcda6ea155cbc6b5fe0e155f87 | 515 | cs | C# | source/UnityPackage/Assets/Runtime/Network/IEventHandler.cs | FenrirServer/Fenrir.Multiplayer | 3b093a4ed151aca31dec406dd6146897e1d38edf | [
"MIT"
] | null | null | null | source/UnityPackage/Assets/Runtime/Network/IEventHandler.cs | FenrirServer/Fenrir.Multiplayer | 3b093a4ed151aca31dec406dd6146897e1d38edf | [
"MIT"
] | null | null | null | source/UnityPackage/Assets/Runtime/Network/IEventHandler.cs | FenrirServer/Fenrir.Multiplayer | 3b093a4ed151aca31dec406dd6146897e1d38edf | [
"MIT"
] | null | null | null | namespace Fenrir.Multiplayer
{
/// <summary>
/// Event handler of a specific event type
/// Invoked when event of a given type is received
/// </summary>
/// <typeparam name="TEvent">Type of event</typeparam>
public interface IEventHandler<TEvent>
where TEvent : IEvent
{
///... | 28.611111 | 60 | 0.6 |
07dd91fbc645beb465ebd00cd888d77f1df021ae | 554 | cs | C# | Creational/Prototype/Person.cs | aslamovyura/simple-design-patterns | 87de9453e60952f38f1bd646671f3818581ea821 | [
"MIT"
] | null | null | null | Creational/Prototype/Person.cs | aslamovyura/simple-design-patterns | 87de9453e60952f38f1bd646671f3818581ea821 | [
"MIT"
] | null | null | null | Creational/Prototype/Person.cs | aslamovyura/simple-design-patterns | 87de9453e60952f38f1bd646671f3818581ea821 | [
"MIT"
] | null | null | null | using System;
namespace DesignPatterns.Creational.Prototype
{
public class Person
{
public int Age;
public DateTime BirthDate;
public string Name;
public IdInfo IdInfo;
public Person ShallowCopy()
{
return (Person)MemberwiseClone();
}
... | 23.083333 | 55 | 0.557762 |
07f7a4e3dcb761232f89ec88290aab5c03e98e75 | 1,592 | cs | C# | src/Domain/Driver/Duber.Domain.Driver/Model/DriverStatus.cs | yuyixg/dotnetcoreMicroservicesExample | 9a1462c72db696de6bedb17e8ba0c4dd07177713 | [
"MIT"
] | 75 | 2018-03-30T16:25:33.000Z | 2020-02-29T13:23:18.000Z | src/Domain/Driver/Duber.Domain.Driver/Model/DriverStatus.cs | yuyixg/dotnetcoreMicroservicesExample | 9a1462c72db696de6bedb17e8ba0c4dd07177713 | [
"MIT"
] | 3 | 2018-08-05T15:11:17.000Z | 2020-02-15T20:31:05.000Z | src/Domain/Driver/Duber.Domain.Driver/Model/DriverStatus.cs | yuyixg/dotnetcoreMicroservicesExample | 9a1462c72db696de6bedb17e8ba0c4dd07177713 | [
"MIT"
] | 37 | 2018-03-30T00:14:13.000Z | 2020-02-10T12:08:55.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Duber.Infrastructure.DDD;
namespace Duber.Domain.Driver.Model
{
public class DriverStatus : Enumeration
{
public static DriverStatus Available = new DriverStatus(1, nameof(Available));
public static DriverStatus Busy = ne... | 30.037736 | 129 | 0.58103 |
f9589f530f285a5d8d7a7d302ed6cc03daf24b19 | 1,742 | cs | C# | Assets/Scripts/PathThroughObjects.cs | andirapandi/pushypixeltd | 40585c2fbef7ab46ef7f4526f2af77a1d0a9fb87 | [
"MIT"
] | null | null | null | Assets/Scripts/PathThroughObjects.cs | andirapandi/pushypixeltd | 40585c2fbef7ab46ef7f4526f2af77a1d0a9fb87 | [
"MIT"
] | null | null | null | Assets/Scripts/PathThroughObjects.cs | andirapandi/pushypixeltd | 40585c2fbef7ab46ef7f4526f2af77a1d0a9fb87 | [
"MIT"
] | null | null | null | using UnityEngine;
public class PathThroughObjects : MonoBehaviour
{
public GameObject[] pathPoints;
public float speed = 10f;
int currentPathIndex;
Vector3 movementDirection;
//public float goalDistance = 0.1f;
float lastDistance = float.MaxValue;
// Use this for initialization
void... | 27.650794 | 133 | 0.599311 |
1756c55ef67c7d9825b21c3d5e039552e11bd2e4 | 920 | cs | C# | HalfShot.MagnetHS/MessageQueue/Mocks/MockMessageQueue.cs | Half-Shot/MagnetHS | aea10634e6205cf489584614ae317c35c6691449 | [
"MIT"
] | 6 | 2017-11-14T13:00:21.000Z | 2021-07-17T20:44:46.000Z | HalfShot.MagnetHS/MessageQueue/Mocks/MockMessageQueue.cs | Half-Shot/MagnetHS | aea10634e6205cf489584614ae317c35c6691449 | [
"MIT"
] | null | null | null | HalfShot.MagnetHS/MessageQueue/Mocks/MockMessageQueue.cs | Half-Shot/MagnetHS | aea10634e6205cf489584614ae317c35c6691449 | [
"MIT"
] | null | null | null | using System;
namespace HalfShot.MagnetHS.MessageQueue.Mocks
{
public class MockMessageQueue : IMessageQueue
{
public TimeSpan RecieveTimeout { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public MQRequest ListenForRequest()
{
th... | 23.589744 | 130 | 0.576087 |
175c4f0b446e8b9733077c81fd3126bfe84fcae1 | 1,268 | cs | C# | src/XDocumentor/GenerationOptions.cs | askalione/xdocumentor | 31a5f4e0271eaaf57e7a4661e0b2020228793df0 | [
"MIT"
] | 4 | 2018-08-08T08:33:26.000Z | 2018-09-25T08:10:13.000Z | src/XDocumentor/GenerationOptions.cs | askalione/xdocumentor | 31a5f4e0271eaaf57e7a4661e0b2020228793df0 | [
"MIT"
] | null | null | null | src/XDocumentor/GenerationOptions.cs | askalione/xdocumentor | 31a5f4e0271eaaf57e7a4661e0b2020228793df0 | [
"MIT"
] | 1 | 2021-07-29T05:38:59.000Z | 2021-07-29T05:38:59.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace XDocumentor
{
class GenerationOptions
{
public string Target { get; }
public string Output { get; } = "markdown";
public AccessibilityLevel AccessibilityLevel { get; } = AccessibilityLevel.All;
public ... | 32.512821 | 87 | 0.582808 |
705aba2c63bf737681cc4a348b8ff84f4401c96a | 765 | cs | C# | GhostCore/ObjectModel/Converters/StringToBoolConverter.cs | djspider117/KeepTrack | 3df1da1f7a5ba51be122a62e0fdd17e23ebe862f | [
"MIT"
] | null | null | null | GhostCore/ObjectModel/Converters/StringToBoolConverter.cs | djspider117/KeepTrack | 3df1da1f7a5ba51be122a62e0fdd17e23ebe862f | [
"MIT"
] | null | null | null | GhostCore/ObjectModel/Converters/StringToBoolConverter.cs | djspider117/KeepTrack | 3df1da1f7a5ba51be122a62e0fdd17e23ebe862f | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GhostCore.ObjectModel.Converters
{
public class StringToBoolConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, string culture)... | 22.5 | 98 | 0.579085 |
2f736df6031b464488a74fc0da92ce2b13d4d948 | 14,046 | cs | C# | MediaLibrary.Storage/Search/SearchDialect.cs | otac0n/MediaLibrary | c58735b492a852ddf0760df32d6ff50143bb3d5f | [
"MIT"
] | 2 | 2020-04-25T02:45:55.000Z | 2020-06-22T05:18:59.000Z | MediaLibrary.Storage/Search/SearchDialect.cs | otac0n/MediaLibrary | c58735b492a852ddf0760df32d6ff50143bb3d5f | [
"MIT"
] | 7 | 2021-01-17T10:16:11.000Z | 2021-01-21T03:30:39.000Z | MediaLibrary.Storage/Search/SearchDialect.cs | otac0n/MediaLibrary | c58735b492a852ddf0760df32d6ff50143bb3d5f | [
"MIT"
] | 2 | 2020-06-22T08:47:24.000Z | 2021-01-17T18:39:27.000Z | // Copyright © John Gietzen. All Rights Reserved. This source is subject to the MIT license. Please see license.md for more information.
namespace MediaLibrary.Storage.Search
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using MediaLibrary.... | 44.732484 | 203 | 0.513883 |
9967b56ec979d8f309c3f6062b983913e29c80f9 | 5,289 | cs | C# | UI/Module/Sampling/Properties/Resources.Designer.cs | thehoglet/RVis | 7e0f525a52f6018b60611a83b229e9cb9ecad42b | [
"MIT"
] | 3 | 2020-03-18T22:10:41.000Z | 2021-03-22T16:52:10.000Z | UI/Module/Sampling/Properties/Resources.Designer.cs | thehoglet/RVis | 7e0f525a52f6018b60611a83b229e9cb9ecad42b | [
"MIT"
] | 17 | 2019-10-25T14:22:12.000Z | 2021-01-19T20:42:47.000Z | UI/Module/Sampling/Properties/Resources.Designer.cs | thehoglet/RVis | 7e0f525a52f6018b60611a83b229e9cb9ecad42b | [
"MIT"
] | 1 | 2019-10-25T13:43:03.000Z | 2019-10-25T13:43:03.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 37.778571 | 174 | 0.547552 |
997e2e509074aa0f99034634cff7893237ce44b1 | 1,116 | cs | C# | Web/RestaurantMenuProject.Web/Controllers/AnalyseController.cs | thunder913/ASP.NET-Project | 2d63d5ca2c45e83737d86a0a51e1e4d727187bfe | [
"MIT"
] | 2 | 2021-12-18T20:13:46.000Z | 2022-02-04T14:27:38.000Z | Web/RestaurantMenuProject.Web/Controllers/AnalyseController.cs | thunder913/ASP.NET-Project | 2d63d5ca2c45e83737d86a0a51e1e4d727187bfe | [
"MIT"
] | 1 | 2021-08-02T21:28:57.000Z | 2021-09-04T20:14:27.000Z | Web/RestaurantMenuProject.Web/Controllers/AnalyseController.cs | thunder913/TechToranT | 2d63d5ca2c45e83737d86a0a51e1e4d727187bfe | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using RestaurantMenuProject.Services.Data.Contracts;
using System;
using System.Threading.Tasks;
namespace RestaurantMenuProject.Web.Controllers
{
[Authorize]
public class AnalyseController : Controller
{
private readonly IO... | 28.615385 | 102 | 0.633513 |
71c958f1528f180d05bc57ca62210d379048e5f4 | 4,260 | cs | C# | Intwenty.DataClient/Databases/Postgres/PostgresClient.cs | Domitor/Intwenty.DataClient | 52e38705669fb6c84f3ae3697a188caaf70a590d | [
"MIT"
] | 1 | 2020-10-09T16:25:20.000Z | 2020-10-09T16:25:20.000Z | Intwenty.DataClient/Databases/Postgres/PostgresClient.cs | Domitor/Intwenty.DataClient | 52e38705669fb6c84f3ae3697a188caaf70a590d | [
"MIT"
] | 5 | 2020-12-03T16:22:44.000Z | 2021-11-02T13:15:56.000Z | Intwenty.DataClient/Databases/Postgres/PostgresClient.cs | Domitor/Intwenty.DataClient | 52e38705669fb6c84f3ae3697a188caaf70a590d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Threading.Tasks;
using Intwenty.DataClient.Model;
using Npgsql;
namespace Intwenty.DataClient.Databases.Postgres
{
sealed class PostgresClient : BaseDb, IDataClient
{
private NpgsqlConnection con... | 29.37931 | 162 | 0.585211 |
cabc2b27d2636dc9b3403c91960410542539ca6b | 1,520 | cs | C# | Xen-Enforce-Bot/Cleanup.cs | ncanthrosociety/Xen-Enforce-Bot | 424418d76a326577d87fa93878c3bfe549e4c04c | [
"MIT"
] | 2 | 2020-11-25T12:10:33.000Z | 2021-03-05T03:54:18.000Z | Xen-Enforce-Bot/Cleanup.cs | ncanthrosociety/Xen-Enforce-Bot | 424418d76a326577d87fa93878c3bfe549e4c04c | [
"MIT"
] | 3 | 2021-05-08T20:22:44.000Z | 2021-12-06T23:06:51.000Z | Xen-Enforce-Bot/Cleanup.cs | ncanthrosociety/Xen-Enforce-Bot | 424418d76a326577d87fa93878c3bfe549e4c04c | [
"MIT"
] | null | null | null | using System.Data;
namespace XenfbotDN {
public static class Cleanup {
private static readonly int delay = 30;
private static int last;
private static readonly string tag = "xenfbot@cleanuo";
public static void runTask() {
if (Helpers.getUnixTime() < last + delay) {
... | 33.777778 | 144 | 0.474342 |
1b240d95206c02f157a7589bc252a482121c5058 | 9,806 | cs | C# | src/NettyModel/Event/ChatInfo.cs | dotnet9/DotNettyDemo | fd65cd33b3ef49e313b07bc602c3894362bcc168 | [
"MIT"
] | 6 | 2020-11-24T06:26:58.000Z | 2020-12-12T14:50:58.000Z | src/NettyModel/Event/ChatInfo.cs | dotnet9/DotNettyDemo | fd65cd33b3ef49e313b07bc602c3894362bcc168 | [
"MIT"
] | null | null | null | src/NettyModel/Event/ChatInfo.cs | dotnet9/DotNettyDemo | fd65cd33b3ef49e313b07bc602c3894362bcc168 | [
"MIT"
] | 1 | 2020-11-24T06:29:52.000Z | 2020-11-24T06:29:52.000Z | // <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChatInfo.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google... | 31.130159 | 212 | 0.616765 |
886efe0adca912ccd1e3499fa3d5ec282dea05ef | 2,836 | cs | C# | src/AdventOfCode2021/Day2.cs | DaEgi01/AdventOfCode2021 | c8af5b5f348639811db366da83f11be2f4b5e8a6 | [
"MIT"
] | null | null | null | src/AdventOfCode2021/Day2.cs | DaEgi01/AdventOfCode2021 | c8af5b5f348639811db366da83f11be2f4b5e8a6 | [
"MIT"
] | null | null | null | src/AdventOfCode2021/Day2.cs | DaEgi01/AdventOfCode2021 | c8af5b5f348639811db366da83f11be2f4b5e8a6 | [
"MIT"
] | null | null | null | namespace AdventOfCode2021
{
public class Day2
{
public int Part1(string[] input)
{
int x = 0;
int depth = 0;
var commands = input.Select(cmd => Day2Command.Parse(cmd));
foreach (var cmd in commands)
{
if (cmd.Command... | 26.504673 | 79 | 0.455924 |
887338a10c11a168183ef9f5bf5f19d5650a6c23 | 175 | cs | C# | SearchEngineResultsCounting/Contracts/IArgumentsValidator.cs | polux2016/search-engine-results-counting | 010ac6620aa190184053e096eff3bd56284176df | [
"MIT"
] | null | null | null | SearchEngineResultsCounting/Contracts/IArgumentsValidator.cs | polux2016/search-engine-results-counting | 010ac6620aa190184053e096eff3bd56284176df | [
"MIT"
] | null | null | null | SearchEngineResultsCounting/Contracts/IArgumentsValidator.cs | polux2016/search-engine-results-counting | 010ac6620aa190184053e096eff3bd56284176df | [
"MIT"
] | null | null | null | namespace SearchEngineResultsCounting.Contracts
{
public interface IArgumentsValidator
{
string[] Texts { get; }
bool Validate(string[] args);
}
} | 19.444444 | 47 | 0.657143 |
88a593b8e31de997aa6321fecded9a7a2d93c17e | 810 | cs | C# | src/SanityDotNet/Client/ISanityClient.cs | MattisOlsson/SanityDotNet | 58ef5262b5bc4afce6f94296380b8d8d8e90c057 | [
"Apache-2.0"
] | null | null | null | src/SanityDotNet/Client/ISanityClient.cs | MattisOlsson/SanityDotNet | 58ef5262b5bc4afce6f94296380b8d8d8e90c057 | [
"Apache-2.0"
] | null | null | null | src/SanityDotNet/Client/ISanityClient.cs | MattisOlsson/SanityDotNet | 58ef5262b5bc4afce6f94296380b8d8d8e90c057 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Globalization;
using System.Threading.Tasks;
using SanityDotNet.Models;
using SanityDotNet.QueryApi;
namespace SanityDotNet.Client
{
public interface ISanityClient
{
IQueryBuilder<T> Query<T>() where T : ISanityDocument;
IQueryBuilder<T> Query<T>(CultureInfo language)... | 40.5 | 90 | 0.737037 |
84586b90a44408bd480f7643ce5c8883be4982b3 | 617 | cs | C# | src/DataGate/Web/DataGate.Web.InputModels/ShareClasses/ShareClassForeignKeysDto.cs | atk0dev/DataGate | 1727f677a6780855510b33d83ec073de9d6ec67a | [
"MIT"
] | 14 | 2020-09-04T00:55:42.000Z | 2022-02-24T20:18:52.000Z | src/DataGate/Web/DataGate.Web.InputModels/ShareClasses/ShareClassForeignKeysDto.cs | atk0dev/DataGate | 1727f677a6780855510b33d83ec073de9d6ec67a | [
"MIT"
] | null | null | null | src/DataGate/Web/DataGate.Web.InputModels/ShareClasses/ShareClassForeignKeysDto.cs | atk0dev/DataGate | 1727f677a6780855510b33d83ec073de9d6ec67a | [
"MIT"
] | 5 | 2020-11-25T19:14:42.000Z | 2022-02-24T20:18:53.000Z | // Copyright (c) DataGate Project. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace DataGate.Web.InputModels.ShareClasses
{
using DataGate.Services.Mapping;
public class ShareClassForeignKeysDto : IMapFrom<EditShareClassInputM... | 29.380952 | 116 | 0.705024 |
846d5c48d990d1adc6927767c864c4f4593ff669 | 7,710 | cs | C# | Rocket.Core/Scheduling/DefaultTaskScheduler.cs | ennerperez/Rocket | e59767f366b2f115426b78665298322044b29b74 | [
"MIT"
] | 194 | 2015-10-02T12:48:34.000Z | 2022-03-31T13:28:20.000Z | Rocket.Core/Scheduling/DefaultTaskScheduler.cs | ennerperez/Rocket | e59767f366b2f115426b78665298322044b29b74 | [
"MIT"
] | 626 | 2015-09-26T13:53:20.000Z | 2020-01-15T22:49:21.000Z | Rocket.Core/Scheduling/DefaultTaskScheduler.cs | ennerperez/Rocket | e59767f366b2f115426b78665298322044b29b74 | [
"MIT"
] | 131 | 2015-11-07T04:14:21.000Z | 2021-12-23T17:51:53.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Rocket.API;
using Rocket.API.DependencyInjection;
using Rocket.API.Eventing;
using Rocket.API.Logging;
using Rocket.API.Scheduling;
using Rocket.Core.Logging;
namespace Rocket.Core.Scheduling
{
public class DefaultTas... | 31.991701 | 149 | 0.522698 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.