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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
148ac2d824a1e2778912e03c9db430361f6dee17 | 14,680 | cs | C# | src/Xamarin.Downloader/DownloadClient.cs | KirillOsenkov/mirepoix | 20e605dd277bb75d0d91711d409ed760c3abaf8c | [
"MIT"
] | 24 | 2018-09-19T20:44:56.000Z | 2022-02-24T04:04:37.000Z | src/Xamarin.Downloader/DownloadClient.cs | KirillOsenkov/mirepoix | 20e605dd277bb75d0d91711d409ed760c3abaf8c | [
"MIT"
] | 11 | 2018-10-11T01:36:22.000Z | 2021-11-19T19:40:00.000Z | src/Xamarin.Downloader/DownloadClient.cs | KirillOsenkov/mirepoix | 20e605dd277bb75d0d91711d409ed760c3abaf8c | [
"MIT"
] | 5 | 2018-10-09T02:49:18.000Z | 2020-07-16T21:25:09.000Z | //
// Author:
// Aaron Bockover <abock@xamarin.com>
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
names... | 39.675676 | 109 | 0.535218 |
148ec6affe49aeb6d767b440a254b0e176556996 | 412 | cs | C# | Protogame/Scripting/LogicControl/LogicAssignmentTarget.cs | yurisouza/Protogame | 289e6f70a8f941756ef3d6dce588f13e83c16ca3 | [
"Unlicense",
"MIT"
] | 163 | 2016-01-05T23:38:28.000Z | 2022-03-31T11:17:42.000Z | Protogame/Scripting/LogicControl/LogicAssignmentTarget.cs | yurisouza/Protogame | 289e6f70a8f941756ef3d6dce588f13e83c16ca3 | [
"Unlicense",
"MIT"
] | 11 | 2016-09-03T03:45:06.000Z | 2017-08-26T18:36:10.000Z | Protogame/Scripting/LogicControl/LogicAssignmentTarget.cs | yurisouza/Protogame | 289e6f70a8f941756ef3d6dce588f13e83c16ca3 | [
"Unlicense",
"MIT"
] | 42 | 2016-04-11T17:49:55.000Z | 2022-03-22T22:56:21.000Z | namespace LogicControl
{
using System.Linq.Expressions;
public abstract class LogicAssignmentTarget
{
public abstract void Assign(LogicExecutionState state, object value);
public abstract LogicExpression GetReadExpression();
public abstract Expression Compile(ParameterExpression s... | 31.692308 | 148 | 0.774272 |
449858ac521dad703ea46fce2e2bd66c6c04287d | 874 | cs | C# | src/OnceMi.AspNetCore.Extension/EnumExtension.cs | oncemi/OnceMi.Framework | 37d8aa1c7f6565ee3c720e113a9273f741e46e5a | [
"MIT"
] | 33 | 2021-07-30T08:28:33.000Z | 2022-03-30T07:44:37.000Z | src/OnceMi.AspNetCore.Extension/EnumExtension.cs | oncemi/OnceMi.Framework | 37d8aa1c7f6565ee3c720e113a9273f741e46e5a | [
"MIT"
] | 5 | 2022-01-01T06:45:36.000Z | 2022-03-21T15:14:59.000Z | src/OnceMi.AspNetCore.Extension/EnumExtension.cs | oncemi/OnceMi.Framework | 37d8aa1c7f6565ee3c720e113a9273f741e46e5a | [
"MIT"
] | 12 | 2021-08-10T06:16:27.000Z | 2022-03-24T10:06:40.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
using System.Text;
namespace OnceMi.AspNetCore.Extension
{
public static class EnumExtension
{
/// <summary>
/// 获取枚举的中文描述
/// </summary>
/// <param name="obj"></param>
... | 26.484848 | 133 | 0.537757 |
44bbab5a8190d008cfb0ad5954a292da1686a6fb | 1,552 | cs | C# | Cinder/Assets/Scripts/CoreConnector.cs | terrypaton1/Cinder | 5fb516e1ee3feb592eea9804824a0fb409380851 | [
"MIT"
] | 6 | 2021-02-24T23:16:06.000Z | 2022-03-13T00:45:04.000Z | Cinder/Assets/Scripts/CoreConnector.cs | terrypaton1/Cinder | 5fb516e1ee3feb592eea9804824a0fb409380851 | [
"MIT"
] | null | null | null | Cinder/Assets/Scripts/CoreConnector.cs | terrypaton1/Cinder | 5fb516e1ee3feb592eea9804824a0fb409380851 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEngine.Assertions;
public class CoreConnector : MonoBehaviour
{
private static GameManager _gameManager;
private static GameUIManager _gameUIManager;
private static UIManager _uiManager;
private static GameSoundManager _soundManager;
private static LevelManager _level... | 25.442623 | 87 | 0.611469 |
6015a9de72624d606af5d337d9e9b98b1c654432 | 2,580 | cs | C# | 3-Business/3-Modules/lm.Comol.Modules.TaskList/Domain/dtoReallocateTA.cs | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | 3-Business/3-Modules/lm.Comol.Modules.TaskList/Domain/dtoReallocateTA.cs | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | 3-Business/3-Modules/lm.Comol.Modules.TaskList/Domain/dtoReallocateTA.cs | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using lm.Comol.Core.DomainModel;
namespace lm.Comol.Modules.TaskList.Domain
{
[Serializable, CLSCompliant(true)]
public class dtoReallocateTA
{
public Guid ID { get; set; }
public int Completeness { get; ... | 28.988764 | 134 | 0.589922 |
2d0b98561b0ed7dc3021988c216bf77426a3720d | 3,538 | cs | C# | src/Cassandra/Outputs/OutputRows.cs | panuoksala/csharp-driver | 09b6ed543c3a54839257f0b0244f731a97a5687d | [
"Apache-2.0"
] | null | null | null | src/Cassandra/Outputs/OutputRows.cs | panuoksala/csharp-driver | 09b6ed543c3a54839257f0b0244f731a97a5687d | [
"Apache-2.0"
] | null | null | null | src/Cassandra/Outputs/OutputRows.cs | panuoksala/csharp-driver | 09b6ed543c3a54839257f0b0244f731a97a5687d | [
"Apache-2.0"
] | null | null | null | //
// Copyright (C) DataStax Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | 32.458716 | 131 | 0.561617 |
d52f3aab5cb12b7050ea6fd309089c124bfab78d | 2,876 | cs | C# | Core/Controllers/AuthController.cs | iOctav/InsuranceService | 6f285b76a6696a905f734ee73a201d71e444ef76 | [
"MIT"
] | null | null | null | Core/Controllers/AuthController.cs | iOctav/InsuranceService | 6f285b76a6696a905f734ee73a201d71e444ef76 | [
"MIT"
] | null | null | null | Core/Controllers/AuthController.cs | iOctav/InsuranceService | 6f285b76a6696a905f734ee73a201d71e444ef76 | [
"MIT"
] | null | null | null | using System.Net;
using System.Text;
using Core.Models;
using Core.Services;
using Microsoft.AspNetCore.Mvc;
namespace Core.Controllers;
[ApiController]
[Route("[controller]")]
public class AuthController : ControllerBase
{
private readonly ILogger<AuthController> _logger;
private readonly IAccountService _a... | 31.26087 | 140 | 0.641168 |
6423b1130ddb68602ccde35fe6b086ba0475a335 | 29,121 | cs | C# | ExplorerTreeUnitTest/PresentationLogic/ExplorerTreeItems/Tests/DirectoryItemViewModelTest.cs | Teigler/FoBOFD | 8828e3135d4ceff5cd07fd4f71b7e9c529c412d3 | [
"MIT"
] | 4 | 2020-04-27T08:44:13.000Z | 2022-03-15T07:39:04.000Z | ExplorerTreeUnitTest/PresentationLogic/ExplorerTreeItems/Tests/DirectoryItemViewModelTest.cs | Teigler/FoBOFD | 8828e3135d4ceff5cd07fd4f71b7e9c529c412d3 | [
"MIT"
] | 12 | 2021-11-30T14:16:59.000Z | 2021-12-07T14:03:26.000Z | ExplorerTreeUnitTest/PresentationLogic/ExplorerTreeItems/Tests/DirectoryItemViewModelTest.cs | Teigler/FoBOFD | 8828e3135d4ceff5cd07fd4f71b7e9c529c412d3 | [
"MIT"
] | 1 | 2020-06-28T12:12:21.000Z | 2020-06-28T12:12:21.000Z | using ExplorerTree.API.Configuration;
using ExplorerTree.API.Configuration.ExplorerTreeItemConfiguration;
using ExplorerTree.API.Configuration.FontConfiguration;
using ExplorerTree.API.Configuration.IconConfiguration;
using ExplorerTree.PresentationLogic;
using ExplorerTree.PresentationLogic.API;
using ExplorerTree.Pr... | 37.191571 | 187 | 0.67168 |
51823b691d46650fdc3294feec3bed18747fcc9c | 758 | cs | C# | TypeLite.Tests/RegressionTests/Issue85_ReUseTheModifiedTsEnum.cs | Oshryh/TypeLite | 57f84d992f27f617317b015af094879f2369cf2c | [
"MIT"
] | 2 | 2017-05-11T00:10:26.000Z | 2017-12-15T08:01:55.000Z | TypeLite.Tests/RegressionTests/Issue85_ReUseTheModifiedTsEnum.cs | Oshryh/TypeLite | 57f84d992f27f617317b015af094879f2369cf2c | [
"MIT"
] | null | null | null | TypeLite.Tests/RegressionTests/Issue85_ReUseTheModifiedTsEnum.cs | Oshryh/TypeLite | 57f84d992f27f617317b015af094879f2369cf2c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace TypeLite.Tests.RegressionTests
{
public class Issue85_ReUseTheModifiedTsEnums
{
[Fact]
public void WhenToModuleTheEnum()
{
... | 21.657143 | 60 | 0.507916 |
51df2f9d3250b4b7dc61c601da26653344ed5124 | 2,921 | cs | C# | test/Itinero.Optimization.Test/NotSoRandomGenerator.cs | msioen/optimization | 2168081090ecdc3aa193c1e75a9f9fec7c285489 | [
"Apache-2.0"
] | null | null | null | test/Itinero.Optimization.Test/NotSoRandomGenerator.cs | msioen/optimization | 2168081090ecdc3aa193c1e75a9f9fec7c285489 | [
"Apache-2.0"
] | null | null | null | test/Itinero.Optimization.Test/NotSoRandomGenerator.cs | msioen/optimization | 2168081090ecdc3aa193c1e75a9f9fec7c285489 | [
"Apache-2.0"
] | null | null | null | /*
* Licensed to SharpSoftware under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* SharpSoftware licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not us... | 31.074468 | 90 | 0.594317 |
51e333916f77cc400d7be51b3371c058db64ada0 | 954 | cs | C# | NextGenSoftware.OASIS.API.Core/OASISProvider.cs | HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK | 13907a6d2774baa738d541a9857b3abda6b4eb59 | [
"CC0-1.0"
] | 1 | 2019-07-21T14:02:29.000Z | 2019-07-21T14:02:29.000Z | NextGenSoftware.OASIS.API.Core/OASISProvider.cs | HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK | 13907a6d2774baa738d541a9857b3abda6b4eb59 | [
"CC0-1.0"
] | null | null | null | NextGenSoftware.OASIS.API.Core/OASISProvider.cs | HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK | 13907a6d2774baa738d541a9857b3abda6b4eb59 | [
"CC0-1.0"
] | null | null | null |
using NextGenSoftware.OASIS.API.Core.Enums;
using NextGenSoftware.OASIS.API.Core.Helpers;
using NextGenSoftware.OASIS.API.Core.Interfaces;
namespace NextGenSoftware.OASIS.API.Core
{
public abstract class OASISProvider : IOASISProvider
{
public string ProviderName { get; set; }
public string P... | 29.8125 | 73 | 0.657233 |
7d97efae0f7a3f952896a12d71a2b8e23e5cb567 | 500 | cs | C# | Source/Fasetto.Word.Core/DataModels/MenuItemType.cs | adamissaoui/fasetto-word | 41b6f8363d006339e9e38461cbf5da5f3c4a9c48 | [
"MIT"
] | 427 | 2017-03-09T22:09:12.000Z | 2022-03-26T22:33:31.000Z | Source/Fasetto.Word.Core/DataModels/MenuItemType.cs | adamissaoui/fasetto-word | 41b6f8363d006339e9e38461cbf5da5f3c4a9c48 | [
"MIT"
] | 43 | 2017-04-28T07:32:22.000Z | 2022-02-06T14:04:34.000Z | Source/Fasetto.Word.Core/DataModels/MenuItemType.cs | adamissaoui/fasetto-word | 41b6f8363d006339e9e38461cbf5da5f3c4a9c48 | [
"MIT"
] | 283 | 2017-03-07T05:33:20.000Z | 2022-03-06T16:59:59.000Z | namespace Fasetto.Word.Core
{
/// <summary>
/// The types of items for a menu item
/// </summary>
public enum MenuItemType
{
/// <summary>
/// Shows the menu text and an icon
/// </summary>
TextAndIcon = 0,
/// <summary>
/// Shows a simple divider bet... | 22.727273 | 57 | 0.488 |
7de43cebde1183025127c37bfe566e5107813f93 | 422 | cs | C# | tradelr.DBML/Models/ProductInfo.cs | seanlinmt/tradelr | 0d03cdd10c712ad9592ea7b4e272cc746f984b69 | [
"Apache-2.0"
] | 2 | 2018-09-12T11:44:59.000Z | 2022-01-16T14:06:32.000Z | tradelr.DBML/Models/ProductInfo.cs | seanlinmt/tradelr | 0d03cdd10c712ad9592ea7b4e272cc746f984b69 | [
"Apache-2.0"
] | null | null | null | tradelr.DBML/Models/ProductInfo.cs | seanlinmt/tradelr | 0d03cdd10c712ad9592ea7b4e272cc746f984b69 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
namespace tradelr.DBML.Models
{
public class ProductInfo
{
public product p { get; set; }
public List<string> photo_urls { get; private set; }
public ProductInfo()
{
photo_urls = new List<string>();
}
... | 20.095238 | 60 | 0.561611 |
e87c4054718c349fd1baa3928280761b2296bee5 | 270 | cs | C# | Tools/1 - Common/MoCore/Window/Services/FIisVirtualDir.cs | favedit/MoCross | 2a550b3d41b0c33c44c66dd595e84b0e4ee95b08 | [
"Apache-2.0"
] | 3 | 2016-10-26T11:48:58.000Z | 2017-10-24T18:35:17.000Z | Tools/1 - Common/MoCore/Window/Services/FIisVirtualDir.cs | favedit/MoCross | 2a550b3d41b0c33c44c66dd595e84b0e4ee95b08 | [
"Apache-2.0"
] | null | null | null | Tools/1 - Common/MoCore/Window/Services/FIisVirtualDir.cs | favedit/MoCross | 2a550b3d41b0c33c44c66dd595e84b0e4ee95b08 | [
"Apache-2.0"
] | 6 | 2015-03-24T06:40:20.000Z | 2019-03-18T13:56:13.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace MO.Core.Window.Services {
public class FIisVirtualDir : FAdDirectory {
public static string PATH_ROOT = "root";
public static string CLASS_NAME = "IIsWebVirtualDir";
}
}
| 18 | 59 | 0.725926 |
e8d257960511d3e4772f05502b3f6f38c8eb4bb3 | 413 | cs | C# | Source/NewsSystem.Client.MVC/App_Start/DatabaseConfig.cs | todor-enikov/News-System-ASP.NET-MVC-Project | f91f9ca0f3400eb3869a45a850e6c4c71ec2707a | [
"MIT"
] | null | null | null | Source/NewsSystem.Client.MVC/App_Start/DatabaseConfig.cs | todor-enikov/News-System-ASP.NET-MVC-Project | f91f9ca0f3400eb3869a45a850e6c4c71ec2707a | [
"MIT"
] | null | null | null | Source/NewsSystem.Client.MVC/App_Start/DatabaseConfig.cs | todor-enikov/News-System-ASP.NET-MVC-Project | f91f9ca0f3400eb3869a45a850e6c4c71ec2707a | [
"MIT"
] | null | null | null | using Newssystem.Data;
using Newssystem.Data.Migrations;
using System.Data.Entity;
namespace NewsSystem.Client.MVC.App_Start
{
public class DatabaseConfig
{
public static void Initialize()
{
Database.SetInitializer(new MigrateDatabaseToLatestVersion<NewsSystemDbContext, Configurati... | 27.533333 | 110 | 0.7046 |
45ed9ac0572b8becddd19f392d7907da412d2194 | 231 | cs | C# | Patrones/Facade/Bank.cs | xareas/Patrones | 143ab653b4338e7361784fb413fbfa97046fb4d8 | [
"MIT"
] | null | null | null | Patrones/Facade/Bank.cs | xareas/Patrones | 143ab653b4338e7361784fb413fbfa97046fb4d8 | [
"MIT"
] | null | null | null | Patrones/Facade/Bank.cs | xareas/Patrones | 143ab653b4338e7361784fb413fbfa97046fb4d8 | [
"MIT"
] | null | null | null | using System;
namespace Patrones.Facade
{
public class Bank
{
public bool TieneFondo(Customer c, double monto)
{
Console.WriteLine("Si tiene fondos");
return true;
}
}
} | 17.769231 | 56 | 0.554113 |
5a1158e85e03c1e833d95a47734a62c3d565065b | 2,772 | cs | C# | examples/FrameworkTester/ViewModels/WinBioAsyncEnumServiceProvidersViewModel.cs | poseidonjm/WinBiometricDotNet | 4ba178ac6eac2828748970a32fbc0edd28c4251b | [
"MIT"
] | 17 | 2019-03-11T16:30:39.000Z | 2022-03-05T18:43:03.000Z | examples/FrameworkTester/ViewModels/WinBioAsyncEnumServiceProvidersViewModel.cs | poseidonjm/WinBiometricDotNet | 4ba178ac6eac2828748970a32fbc0edd28c4251b | [
"MIT"
] | 20 | 2018-08-12T06:49:59.000Z | 2021-03-26T14:15:39.000Z | examples/FrameworkTester/ViewModels/WinBioAsyncEnumServiceProvidersViewModel.cs | poseidonjm/WinBiometricDotNet | 4ba178ac6eac2828748970a32fbc0edd28c4251b | [
"MIT"
] | 6 | 2018-09-15T00:43:58.000Z | 2021-05-14T19:53:20.000Z | using System;
using System.Collections.ObjectModel;
using System.Windows;
using FrameworkTester.ViewModels.Interfaces;
using GalaSoft.MvvmLight.Command;
using WinBiometricDotNet;
namespace FrameworkTester.ViewModels
{
public sealed class WinBioAsyncEnumServiceProvidersViewModel : WinBioFrameworkViewMod... | 27.445545 | 135 | 0.544733 |
5a3752c390fafdd6dc91211f15278bf25c27def1 | 5,152 | cs | C# | ClientFramework/HotFixLogic/HotFixLogic/FrameWork/DllFrameWork/GameScript/GameProject/ScriptProject/IMClub/Msg/MsgDefine/IMClub/P_GameSetting.cs | lantis-of-china/UnityFramework | 89d542ada786fff67559d82e78d7215efa6e7508 | [
"MIT"
] | 1 | 2022-03-24T06:36:34.000Z | 2022-03-24T06:36:34.000Z | ClientFramework/HotFixLogic/HotFixLogic/FrameWork/DllFrameWork/GameScript/GameProject/ScriptProject/IMClub/Msg/MsgDefine/IMClub/P_GameSetting.cs | lantis-of-china/UnityFramework | 89d542ada786fff67559d82e78d7215efa6e7508 | [
"MIT"
] | null | null | null | ClientFramework/HotFixLogic/HotFixLogic/FrameWork/DllFrameWork/GameScript/GameProject/ScriptProject/IMClub/Msg/MsgDefine/IMClub/P_GameSetting.cs | lantis-of-china/UnityFramework | 89d542ada786fff67559d82e78d7215efa6e7508 | [
"MIT"
] | 1 | 2022-03-24T06:36:40.000Z | 2022-03-24T06:36:40.000Z | // 此文件由协议导出插件自动生成
// ID : 00001]
//****��Ϸ����****
using System;
using System.Collections.Generic;
using System.IO;
using BaseDataAttribute;
using IMClub;
using Server;
namespace IMClub{
/// <summary>
///��Ϸ����
/// <\summary>
public class P_GameSetting : LantisBitProtocolBase {
/// <summary>
///��Ϸ����
... | 26.694301 | 159 | 0.732725 |
67ef6038da2a9548e277a61bba746689760c7222 | 1,713 | cs | C# | test/Evol.Elasticsearch.Tests/NestTest.cs | supernebula/evol-core | cbcf8b2eedd207e7bd23a92cde7c073d3f569803 | [
"Apache-2.0"
] | 13 | 2017-10-14T14:59:58.000Z | 2021-11-07T20:28:19.000Z | test/Evol.Elasticsearch.Tests/NestTest.cs | supernebula/evol-core | cbcf8b2eedd207e7bd23a92cde7c073d3f569803 | [
"Apache-2.0"
] | 1 | 2018-06-20T15:40:47.000Z | 2018-06-28T13:39:13.000Z | test/Evol.Elasticsearch.Tests/NestTest.cs | supernebula/evol-core | cbcf8b2eedd207e7bd23a92cde7c073d3f569803 | [
"Apache-2.0"
] | 8 | 2017-11-29T07:17:05.000Z | 2021-03-01T07:14:55.000Z | using Elasticsearch.Net;
using Evol.Elasticsearch.Tests.Yelp.Data;
using Nest;
using System;
using System.ComponentModel;
using System.Linq;
using Xunit;
using Xunit.Abstractions;
namespace Evol.Elasticsearch.Tests
{
/// <summary>
/// http://www.cnblogs.com/ljhdo/p/5160329.html
/// </summary>
public c... | 24.126761 | 74 | 0.549912 |
6dabb5065aa911d0fb146469b432c7d11cf8eadb | 5,128 | cs | C# | ThePLeagueDomain/Supervisor/ThePLeagueLeagueSupervisor.cs | omikolaj/the-p-league-api | f85f0c3e66d15146f77c4062a0ba5cb98a2a0659 | [
"MIT"
] | null | null | null | ThePLeagueDomain/Supervisor/ThePLeagueLeagueSupervisor.cs | omikolaj/the-p-league-api | f85f0c3e66d15146f77c4062a0ba5cb98a2a0659 | [
"MIT"
] | null | null | null | ThePLeagueDomain/Supervisor/ThePLeagueLeagueSupervisor.cs | omikolaj/the-p-league-api | f85f0c3e66d15146f77c4062a0ba5cb98a2a0659 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using ThePLeagueDomain.Converters.Schedule;
using ThePLeagueDomain.Models.Schedule;
using ThePLeagueDomain.ViewModels.Schedule;
namespace ThePLeagueDomain.Supervisor
{
public... | 40.0625 | 148 | 0.621295 |
317c094f4aabd5c1fa1567eb031da23cc0103ff3 | 3,737 | cs | C# | HelloWorlds/WebCon.BPS.HelloWorld.WebAPI/WebCon.BPS.HelloWorld.WebAPI/WebAPICaller.cs | WEBCON-BPS/develop-docs | f9747147e84b943c7acdf69e89241740f798459a | [
"MIT"
] | 2 | 2021-02-05T19:43:12.000Z | 2021-02-27T19:51:22.000Z | HelloWorlds/WebCon.BPS.HelloWorld.WebAPI/WebCon.BPS.HelloWorld.WebAPI/WebAPICaller.cs | WEBCON-BPS/develop-docs | f9747147e84b943c7acdf69e89241740f798459a | [
"MIT"
] | null | null | null | HelloWorlds/WebCon.BPS.HelloWorld.WebAPI/WebCon.BPS.HelloWorld.WebAPI/WebAPICaller.cs | WEBCON-BPS/develop-docs | f9747147e84b943c7acdf69e89241740f798459a | [
"MIT"
] | 2 | 2021-05-06T07:04:02.000Z | 2021-06-08T15:32:41.000Z | using services.webcon.pl.BPS.Version._2017._1;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WebCon.BPS.HelloWorld.WebAPI.AttachmentStub;
namespace WebCon.BPS.HelloWorld.WebAPI
{
class WebAPICaller
{
// Form field identifiers ... | 49.171053 | 137 | 0.654001 |
026229b5bbab82762d6165419aa25597eac73d15 | 1,950 | cs | C# | src/Giving/N3O.Umbraco.Giving/Models/SponsorshipScheme/SponsorshipSchemeMapping.cs | Osama-Tahboub1/N3O.Umbraco | b36dc75d2d184b57dafeadcc53629562cb1717a3 | [
"MIT"
] | null | null | null | src/Giving/N3O.Umbraco.Giving/Models/SponsorshipScheme/SponsorshipSchemeMapping.cs | Osama-Tahboub1/N3O.Umbraco | b36dc75d2d184b57dafeadcc53629562cb1717a3 | [
"MIT"
] | null | null | null | src/Giving/N3O.Umbraco.Giving/Models/SponsorshipScheme/SponsorshipSchemeMapping.cs | Osama-Tahboub1/N3O.Umbraco | b36dc75d2d184b57dafeadcc53629562cb1717a3 | [
"MIT"
] | null | null | null | using N3O.Umbraco.Extensions;
using N3O.Giving.Models;
using N3O.Umbraco.Giving.Lookups;
using N3O.Umbraco.Lookups;
using System.Linq;
using Umbraco.Cms.Core.Mapping;
namespace N3O.Umbraco.Giving.Models {
public class SponsorshipSchemeMapping : IMapDefinition {
public void DefineMaps(IUmbracoMapper mapper... | 50 | 118 | 0.545641 |
0273b8e1fb85e99e93430a9f90bc9ff2f03a8c42 | 269 | cs | C# | src/Mediator.DependencyInjection/Handlers/Request/INamespaceRequestHandler.cs | zapto-dev/Mediator | 93fd49afeb4681718b4b72e96c99460e94df904c | [
"MIT"
] | 1 | 2022-03-25T11:34:56.000Z | 2022-03-25T11:34:56.000Z | src/Mediator.DependencyInjection/Handlers/Request/INamespaceRequestHandler.cs | zapto-dev/Mediator | 93fd49afeb4681718b4b72e96c99460e94df904c | [
"MIT"
] | null | null | null | src/Mediator.DependencyInjection/Handlers/Request/INamespaceRequestHandler.cs | zapto-dev/Mediator | 93fd49afeb4681718b4b72e96c99460e94df904c | [
"MIT"
] | null | null | null | using System;
using MediatR;
namespace Zapto.Mediator;
public interface INamespaceRequestHandler<in TRequest, TResponse> : INamespaceHandler
where TRequest : IRequest<TResponse>
{
IRequestHandler<TRequest, TResponse> GetHandler(IServiceProvider provider);
}
| 24.454545 | 85 | 0.802974 |
1cec0b49a081655407f5f013d10bad3a92a73d1a | 622 | cs | C# | FFXIV_PerformHelper/Xml/Pitch.cs | Elysia-ff/FFXIV_PerformHelper | 4a10258d1479acf0f70ae7950ba23ea3aaa6e379 | [
"MIT"
] | 4 | 2019-02-03T20:01:17.000Z | 2020-07-16T15:55:24.000Z | FFXIV_PerformHelper/Xml/Pitch.cs | Elysia-ff/FFXIV_PerformHelper | 4a10258d1479acf0f70ae7950ba23ea3aaa6e379 | [
"MIT"
] | 1 | 2019-10-20T11:07:31.000Z | 2020-04-26T14:46:06.000Z | FFXIV_PerformHelper/Xml/Pitch.cs | Elysia-ff/FFXIV_PerformHelper | 4a10258d1479acf0f70ae7950ba23ea3aaa6e379 | [
"MIT"
] | 1 | 2020-07-11T15:08:48.000Z | 2020-07-11T15:08:48.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
namespace FFXIV_PerformHelper.Xml
{
public struct Pitch
{
public string step;
public int alter;
public int octave;
public Pitch(XmlNode node)
... | 24.88 | 75 | 0.636656 |
0a53c6aca3f6e17ac49b75ae8daa2c08c5e59924 | 1,816 | cs | C# | src/Shapeshifter.WindowsDesktop/Infrastructure/Caching/KeyValueCache.cs | sucrose0413/Shapeshifter | 6d82daaf1124d187b9fa140faf784e6e0352810a | [
"CC-BY-3.0"
] | 297 | 2015-05-12T15:06:46.000Z | 2022-02-20T05:12:50.000Z | src/Shapeshifter.WindowsDesktop/Infrastructure/Caching/KeyValueCache.cs | sucrose0413/Shapeshifter | 6d82daaf1124d187b9fa140faf784e6e0352810a | [
"CC-BY-3.0"
] | 463 | 2015-04-11T16:08:19.000Z | 2021-12-11T10:43:40.000Z | src/Shapeshifter.WindowsDesktop/Infrastructure/Caching/KeyValueCache.cs | sucrose0413/Shapeshifter | 6d82daaf1124d187b9fa140faf784e6e0352810a | [
"CC-BY-3.0"
] | 54 | 2015-06-12T19:52:27.000Z | 2022-03-22T15:14:13.000Z | namespace Shapeshifter.WindowsDesktop.Infrastructure.Caching
{
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Interfaces;
class KeyValueCache<TKey, TValue>: IKeyValueCache<TKey, TValue>
{
readonly IDictionary<TKey, TValue> data;
... | 25.942857 | 96 | 0.453744 |
e3646bedde4c2b306722936e19c43b2a4abc8727 | 934 | cs | C# | Aark.SecurityHeaders.Extension/Constants/ContentSecurityPolicyConstants.cs | Aarklendoia/Aark.SecurityHeaders.Extension | 048532858bf3d008bb1a1169139ac45f0f785d33 | [
"MIT"
] | null | null | null | Aark.SecurityHeaders.Extension/Constants/ContentSecurityPolicyConstants.cs | Aarklendoia/Aark.SecurityHeaders.Extension | 048532858bf3d008bb1a1169139ac45f0f785d33 | [
"MIT"
] | null | null | null | Aark.SecurityHeaders.Extension/Constants/ContentSecurityPolicyConstants.cs | Aarklendoia/Aark.SecurityHeaders.Extension | 048532858bf3d008bb1a1169139ac45f0f785d33 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace Aark.SecurityHeaders.Extension.Constants
{
/// <summary>
/// The HTTP Content-Security-Policy response header allows web site administrators to control resources the user agent is allowed to load for a given page. With a few exceptio... | 40.608696 | 316 | 0.705567 |
e3a6f77544bffddc30c6ce06574b11a68ecd26a5 | 389 | cs | C# | src/PhotoSearch.Api/Infrastructure/IHttpClient.cs | tugrulelmas/PhotoSearch | 1b6f79e74be2e189c87f925fa7fe78f63f36275a | [
"MIT"
] | null | null | null | src/PhotoSearch.Api/Infrastructure/IHttpClient.cs | tugrulelmas/PhotoSearch | 1b6f79e74be2e189c87f925fa7fe78f63f36275a | [
"MIT"
] | null | null | null | src/PhotoSearch.Api/Infrastructure/IHttpClient.cs | tugrulelmas/PhotoSearch | 1b6f79e74be2e189c87f925fa7fe78f63f36275a | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
namespace PhotoSearch.Api.Infrastructure
{
public interface IHttpClient
{
/// <summary>
/// Gets the asynchronous.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="requestUri">The request URI.</param>
/// <return... | 24.3125 | 61 | 0.578406 |
82a710c57bf31b8bfe903de88069f221834c2269 | 2,337 | cs | C# | Source/CLI/Runtime/Aggregates/IManagementClient.cs | dolittle/DotNET.Runtime | 5e0d93e26574643c93f490f66d730a21ccd9c9cf | [
"MIT"
] | 1 | 2019-05-29T01:37:57.000Z | 2019-05-29T01:37:57.000Z | Source/CLI/Runtime/Aggregates/IManagementClient.cs | dolittle/DotNET.Runtime | 5e0d93e26574643c93f490f66d730a21ccd9c9cf | [
"MIT"
] | 179 | 2019-03-01T07:35:43.000Z | 2020-06-15T09:06:27.000Z | Source/CLI/Runtime/Aggregates/IManagementClient.cs | dolittle/DotNET.Runtime | 5e0d93e26574643c93f490f66d730a21ccd9c9cf | [
"MIT"
] | 5 | 2019-05-13T20:35:53.000Z | 2020-04-02T07:18:37.000Z | // Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Threading.Tasks;
using Dolittle.Runtime.Aggregates.Management;
using Dolittle.Runtime.Artifacts;
using Dolittle.Runtime.Do... | 48.6875 | 155 | 0.73727 |
76e767bec8cce6cf9d96d05f3098fb7456409e57 | 2,174 | cs | C# | LMS.Tests/Search/SearchAuthorTests.cs | JeelPatel2000/LibraryManagementSystem | 7c11d89d21ed1e419f8298eb198607670fadd3cf | [
"MIT"
] | 9 | 2018-09-13T05:00:20.000Z | 2021-12-02T16:18:32.000Z | LMS.Tests/Search/SearchAuthorTests.cs | JeelPatel2000/LibraryManagementSystem | 7c11d89d21ed1e419f8298eb198607670fadd3cf | [
"MIT"
] | null | null | null | LMS.Tests/Search/SearchAuthorTests.cs | JeelPatel2000/LibraryManagementSystem | 7c11d89d21ed1e419f8298eb198607670fadd3cf | [
"MIT"
] | 9 | 2018-09-13T05:00:03.000Z | 2021-12-02T16:18:31.000Z | using AutoMapper;
using LMS.Core;
using LMS.Core.Domain.Books;
using LMS.Core.Repositories;
using LMS.Web.Admin.Controllers;
using LMS.Web.Admin.Mappings;
using LMS.Web.Admin.ViewModels;
using Microsoft.AspNetCore.Mvc;
using Moq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
usi... | 31.507246 | 105 | 0.604416 |
b612edce1bd8225a7c463e9a739d6f7339cae26a | 203 | cs | C# | Bog.Composition/IEntityMapping.cs | BankOfGiving/Bog.net | 0d42a2f2de51e3abf4eea4bf197979fc868a15e0 | [
"MIT"
] | 1 | 2022-02-24T22:10:33.000Z | 2022-02-24T22:10:33.000Z | Bog.Composition/IEntityMapping.cs | BankOfGiving/Bog.net | 0d42a2f2de51e3abf4eea4bf197979fc868a15e0 | [
"MIT"
] | null | null | null | Bog.Composition/IEntityMapping.cs | BankOfGiving/Bog.net | 0d42a2f2de51e3abf4eea4bf197979fc868a15e0 | [
"MIT"
] | null | null | null | namespace Bog.Composition
{
using Bootstrap.AutoMapper;
/// <summary>
/// The EntityMapping interface.
/// </summary>
public interface IEntityMapping : IMapCreator
{
}
} | 18.454545 | 49 | 0.62069 |
ea3371da4eda8c31c223607a4c30ed5e542f4d97 | 8,541 | cs | C# | src/Common.Helpers/DatabasesHelpers.cs | UKHO/taskmanager | 34ce113744ec46f4051c4b37acfeb85912d6dc8f | [
"MIT"
] | 9 | 2019-07-18T13:33:07.000Z | 2020-11-18T16:49:14.000Z | src/Common.Helpers/DatabasesHelpers.cs | UKHO/taskmanager | 34ce113744ec46f4051c4b37acfeb85912d6dc8f | [
"MIT"
] | 47 | 2019-07-26T12:48:11.000Z | 2021-01-06T17:49:49.000Z | src/Common.Helpers/DatabasesHelpers.cs | UKHO/taskmanager | 34ce113744ec46f4051c4b37acfeb85912d6dc8f | [
"MIT"
] | 5 | 2019-07-01T12:44:37.000Z | 2022-03-22T12:33:37.000Z | using DbUpdateWorkflowDatabase.EF;
using Microsoft.EntityFrameworkCore;
using NCNEWorkflowDatabase.EF;
using Oracle.ManagedDataAccess.Client;
using System;
using System.Data.SqlClient;
using WorkflowDatabase.EF;
namespace Common.Helpers
{
public static class DatabasesHelpers
{
public static string
... | 47.45 | 154 | 0.657768 |
3aefc5948b4462e557553e5d9842ca30b31ea95e | 1,374 | cs | C# | src/OnlineExamPrep.DAL/Models/Mapping/ExamQuestionMap.cs | isimic413/OnlineExamPrep | e3b0b3704b888128fc27a86574e640434682640d | [
"MIT"
] | 2 | 2016-03-06T08:07:50.000Z | 2016-08-01T05:42:22.000Z | src/OnlineExamPrep.DAL/Models/Mapping/ExamQuestionMap.cs | isimic413/OnlineExamPrep | e3b0b3704b888128fc27a86574e640434682640d | [
"MIT"
] | null | null | null | src/OnlineExamPrep.DAL/Models/Mapping/ExamQuestionMap.cs | isimic413/OnlineExamPrep | e3b0b3704b888128fc27a86574e640434682640d | [
"MIT"
] | null | null | null | using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.ModelConfiguration;
namespace OnlineExamPrep.DAL.Models.Mapping
{
public class ExamQuestionEntityMap : EntityTypeConfiguration<ExamQuestionEntity>
{
public ExamQuestionEntityMap()
{
// Primary Key
... | 31.227273 | 84 | 0.540029 |
0816c9e78c8db98eaa6f64e9950ca783fb6f4888 | 3,722 | cs | C# | BarefootVideoHelper/ViewModels/Windows/LogViewModel.cs | xlfdll/BarefootVideoHelper | 1d49621ec86a2b80a033cc96c097ffb11e98907d | [
"MIT"
] | null | null | null | BarefootVideoHelper/ViewModels/Windows/LogViewModel.cs | xlfdll/BarefootVideoHelper | 1d49621ec86a2b80a033cc96c097ffb11e98907d | [
"MIT"
] | null | null | null | BarefootVideoHelper/ViewModels/Windows/LogViewModel.cs | xlfdll/BarefootVideoHelper | 1d49621ec86a2b80a033cc96c097ffb11e98907d | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.Threading;
using Xlfdll.Diagnostics;
using Xlfdll.Windows.Presentation;
namespace BarefootVideoHelper
{
public class LogViewModel : ViewModelBase
{
public LogViewModel(MainViewModel mainViewModel)
{
this.MainViewModel = mainView... | 30.016129 | 109 | 0.531703 |
e12ee59d2347bfee40213bd221dc6980ba951470 | 6,363 | cs | C# | Demos/src/Aspose.BarCode.Live.Demos.UI/Models/BarcodeRecognizeViewModel.cs | aspose-barcode/Aspose.BarCode-for-.NET | bb42f2a177402f843b79f4554b6d29d022ad4142 | [
"MIT"
] | 16 | 2016-05-08T05:13:49.000Z | 2022-03-23T09:48:23.000Z | Demos/src/Aspose.BarCode.Live.Demos.UI/Models/BarcodeRecognizeViewModel.cs | aspose-barcode/Aspose.BarCode-for-.NET | bb42f2a177402f843b79f4554b6d29d022ad4142 | [
"MIT"
] | 2 | 2021-07-25T14:00:05.000Z | 2022-01-04T02:15:43.000Z | Demos/src/Aspose.BarCode.Live.Demos.UI/Models/BarcodeRecognizeViewModel.cs | aspose-barcode/Aspose.BarCode-for-.NET | bb42f2a177402f843b79f4554b6d29d022ad4142 | [
"MIT"
] | 17 | 2016-04-09T07:28:13.000Z | 2020-03-26T17:20:38.000Z | using Aspose.Barcode.Live.Demos.UI.Resources;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
using System.Xml;
namespace Aspose.Barcode.Live.Demos.UI.Models
{
public class BarcodeTypeGroup
{
public string GroupName { get; set; }
pub... | 34.209677 | 187 | 0.720572 |
d2b006c037d01094947e6ebe9349180a9ed94482 | 474 | cs | C# | RegexUp/IExpression.cs | jehugaleahsa/RegexUp | e3c592db2bd9c52300a1ab7e2a8618c9b0cd172b | [
"Unlicense"
] | null | null | null | RegexUp/IExpression.cs | jehugaleahsa/RegexUp | e3c592db2bd9c52300a1ab7e2a8618c9b0cd172b | [
"Unlicense"
] | null | null | null | RegexUp/IExpression.cs | jehugaleahsa/RegexUp | e3c592db2bd9c52300a1ab7e2a8618c9b0cd172b | [
"Unlicense"
] | null | null | null | namespace RegexUp
{
/// <summary>
/// Represents one or more sub-expressions.
/// </summary>
public interface IExpression : IVisitableExpression
{
/// <summary>
/// Gets whether the expression needs to be wrapped in parentheses to be quantified.
/// </summary>
/// <r... | 31.6 | 120 | 0.639241 |
b866f3e7a44593cd0ea5c53cb4ae10c430c8e345 | 803 | cs | C# | src/TabBlazor/Components/TreeViews/TreeViewNodes.razor.cs | Jon2G/DON_CUCOS_LITTLE_STORE | eb8ca65cda6b3681d5a0e98d95e0a78a7292bc02 | [
"MIT"
] | 1 | 2021-05-28T06:57:01.000Z | 2021-05-28T06:57:01.000Z | src/TabBlazor/Components/TreeViews/TreeViewNodes.razor.cs | Jon2G/DON_CUCOS_LITTLE_STORE | eb8ca65cda6b3681d5a0e98d95e0a78a7292bc02 | [
"MIT"
] | null | null | null | src/TabBlazor/Components/TreeViews/TreeViewNodes.razor.cs | Jon2G/DON_CUCOS_LITTLE_STORE | eb8ca65cda6b3681d5a0e98d95e0a78a7292bc02 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Components;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TabBlazor.Components.TreeViews
{
public partial class TreeViewNodes<TItem> : ComponentBase
{
[CascadingParameter(Name = "Root")] private ... | 29.740741 | 96 | 0.656289 |
fdf5e8d3ff0ede918117433f0c4ba86dfd6a0ab0 | 451 | cs | C# | AbhsChinese.Web/Models/Common/CssRewriteUrlTransformWrapper.cs | GuoQqizz/SmartChinese | de13b3a6baaa0e65ccf30eb5ae080cfd85758fd4 | [
"Apache-2.0"
] | null | null | null | AbhsChinese.Web/Models/Common/CssRewriteUrlTransformWrapper.cs | GuoQqizz/SmartChinese | de13b3a6baaa0e65ccf30eb5ae080cfd85758fd4 | [
"Apache-2.0"
] | null | null | null | AbhsChinese.Web/Models/Common/CssRewriteUrlTransformWrapper.cs | GuoQqizz/SmartChinese | de13b3a6baaa0e65ccf30eb5ae080cfd85758fd4 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Optimization;
namespace AbhsChinese.Web.Models.Common
{
public class CssRewriteUrlTransformWrapper : IItemTransform
{
public string Process(string includedVirtualPath, string input)
{
... | 28.1875 | 121 | 0.72949 |
ee17b7879b967261390adafa2c2de7bdf4585bef | 1,080 | cs | C# | sistema_mantenciones/Pages/Mantenciones/Index.cshtml.cs | Matthew-Gonzalez/sistema-mantencion-dis | 967690f99b59087db543ce53e1f55c6d68a4020c | [
"MIT"
] | null | null | null | sistema_mantenciones/Pages/Mantenciones/Index.cshtml.cs | Matthew-Gonzalez/sistema-mantencion-dis | 967690f99b59087db543ce53e1f55c6d68a4020c | [
"MIT"
] | null | null | null | sistema_mantenciones/Pages/Mantenciones/Index.cshtml.cs | Matthew-Gonzalez/sistema-mantencion-dis | 967690f99b59087db543ce53e1f55c6d68a4020c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.Extensions.Logging;
using Microsoft.EntityFrameworkCore;
using sistema_mantenciones.Data;
... | 27.692308 | 63 | 0.668519 |
2922e77828f042690ae1ca7c03cf723138452603 | 1,219 | cs | C# | Tzkt.Api/Models/Quote.cs | sbihel/tzkt | dc5d040de3db5e33cfae2c536dd7ce4b1584d72d | [
"MIT"
] | null | null | null | Tzkt.Api/Models/Quote.cs | sbihel/tzkt | dc5d040de3db5e33cfae2c536dd7ce4b1584d72d | [
"MIT"
] | null | null | null | Tzkt.Api/Models/Quote.cs | sbihel/tzkt | dc5d040de3db5e33cfae2c536dd7ce4b1584d72d | [
"MIT"
] | null | null | null | using System;
namespace Tzkt.Api.Models
{
public class Quote
{
/// <summary>
/// The level of the block at which the quote has been saved
/// </summary>
public int Level { get; set; }
/// <summary>
/// The datetime at which the quote has been saved (ISO... | 23 | 98 | 0.456112 |
aa9378a38ef36cd0442b0760988ca85dec9be0ab | 12,752 | cs | C# | Tools/NCAutomation/ToolsBase/AddLucenePatternBase.cs | delsoft/NCache | 1c53540486794ee0d6f895ad6e5695ce30b05d54 | [
"Apache-2.0"
] | 1 | 2021-01-04T03:25:33.000Z | 2021-01-04T03:25:33.000Z | Tools/NCAutomation/ToolsBase/AddLucenePatternBase.cs | delsoft/NCache | 1c53540486794ee0d6f895ad6e5695ce30b05d54 | [
"Apache-2.0"
] | null | null | null | Tools/NCAutomation/ToolsBase/AddLucenePatternBase.cs | delsoft/NCache | 1c53540486794ee0d6f895ad6e5695ce30b05d54 | [
"Apache-2.0"
] | null | null | null | using Alachisoft.NCache.Automation.ToolsOutput;
using Alachisoft.NCache.Automation.ToolsParametersBase;
using Alachisoft.NCache.Automation.Util;
using Alachisoft.NCache.Common;
using Alachisoft.NCache.Common.Net;
using Alachisoft.NCache.Config.Dom;
using Alachisoft.NCache.Management;
using Alachisoft.NCache.Management... | 41.402597 | 146 | 0.513802 |
e41d2ed5e9217e3db36490f53ba4dddadddc4d12 | 1,269 | cs | C# | test/Olbrasoft.CommandingAndQuerying.Business.Tests/ServiceWithCommandFactoryAndQueryFactoryTest.cs | Olbrasoft/AskMe | 8908f13a9d65f7f0396c22cdf0d4f8b2f3dacc28 | [
"MIT"
] | null | null | null | test/Olbrasoft.CommandingAndQuerying.Business.Tests/ServiceWithCommandFactoryAndQueryFactoryTest.cs | Olbrasoft/AskMe | 8908f13a9d65f7f0396c22cdf0d4f8b2f3dacc28 | [
"MIT"
] | null | null | null | test/Olbrasoft.CommandingAndQuerying.Business.Tests/ServiceWithCommandFactoryAndQueryFactoryTest.cs | Olbrasoft/AskMe | 8908f13a9d65f7f0396c22cdf0d4f8b2f3dacc28 | [
"MIT"
] | null | null | null | using Moq;
using Olbrasoft.Commanding;
using Olbrasoft.Commanding.Business;
using Olbrasoft.Querying;
using Xunit;
namespace Olbrasoft.CommandingAndQuerying.Business.Tests
{
public class ServiceWithCommandFactoryAndQueryFactoryTest
{
readonly Mock<IQueryFactory> _queryFactoryMock = new Mock<IQueryFacto... | 30.214286 | 131 | 0.693459 |
e4b4f70f0b599637d217c997c18d47e183614fa8 | 1,213 | cs | C# | NoGcSockets.Tests/IPv4HolderTest.cs | forestrf/No-gc-sockets | 6067a4390c39d879ee955f72dd4882f2cc570274 | [
"MIT"
] | 10 | 2019-05-10T12:43:43.000Z | 2021-09-07T06:48:39.000Z | NoGcSockets.Tests/IPv4HolderTest.cs | forestrf/No-gc-sockets | 6067a4390c39d879ee955f72dd4882f2cc570274 | [
"MIT"
] | null | null | null | NoGcSockets.Tests/IPv4HolderTest.cs | forestrf/No-gc-sockets | 6067a4390c39d879ee955f72dd4882f2cc570274 | [
"MIT"
] | null | null | null | using NUnit.Framework;
using System;
using System.Net;
using System.Net.Sockets;
namespace NoGcSockets.Tests {
[TestFixture]
public class IPv4HolderTest {
[Test]
public void IPv4ByteAccessing() {
IPHolder holder = new IPHolder(AddressFamily.InterNetwork);
holder[0] = 192;
holder[1] = 168;
holder[2] =... | 29.585366 | 105 | 0.658697 |
c48d79e747607270f1bb75a42eaea093cfc0d79e | 1,926 | cs | C# | Gorilla Warfare/Assets/TopDown/Boss/Scripts/ShootController.cs | MickeySuperS/GGJ_2022 | fb309d58cc635ee70a2eb3effdb7ec552cf5a303 | [
"MIT"
] | null | null | null | Gorilla Warfare/Assets/TopDown/Boss/Scripts/ShootController.cs | MickeySuperS/GGJ_2022 | fb309d58cc635ee70a2eb3effdb7ec552cf5a303 | [
"MIT"
] | null | null | null | Gorilla Warfare/Assets/TopDown/Boss/Scripts/ShootController.cs | MickeySuperS/GGJ_2022 | fb309d58cc635ee70a2eb3effdb7ec552cf5a303 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TopDown
{
public class ShootController : MonoBehaviour
{
public Bullet bulletPrefab;
public Transform bulletSpawnLocation;
public float cooldown = 1f;
public float bulletSpeed = 100f;
... | 27.514286 | 124 | 0.583593 |
25623b024cab9b2164795c4cc6df385c16965262 | 201 | cs | C# | sources/Jynd/JyndException.cs | amacal/jynd | 86d0c5417bcdad076b00a5e4fb16f5dca56b6f18 | [
"MIT"
] | 1 | 2018-06-28T11:33:23.000Z | 2018-06-28T11:33:23.000Z | sources/Jynd/JyndException.cs | amacal/jynd | 86d0c5417bcdad076b00a5e4fb16f5dca56b6f18 | [
"MIT"
] | null | null | null | sources/Jynd/JyndException.cs | amacal/jynd | 86d0c5417bcdad076b00a5e4fb16f5dca56b6f18 | [
"MIT"
] | null | null | null | using System;
namespace Jynd
{
[Serializable]
public class JyndException : Exception
{
public JyndException(string message)
: base(message)
{
}
}
} | 15.461538 | 44 | 0.557214 |
6e91185c3d9121833dc4755bf7e6ecd22401d694 | 1,697 | cs | C# | PizzaBox.Client/Controllers/OrderController.cs | ARaufY/project_pizzabox_web | 95cc40345c80cfa6298e06e25d91c9362dde1368 | [
"MIT"
] | null | null | null | PizzaBox.Client/Controllers/OrderController.cs | ARaufY/project_pizzabox_web | 95cc40345c80cfa6298e06e25d91c9362dde1368 | [
"MIT"
] | null | null | null | PizzaBox.Client/Controllers/OrderController.cs | ARaufY/project_pizzabox_web | 95cc40345c80cfa6298e06e25d91c9362dde1368 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using PizzaBox.Client.Models;
using PizzaBox.Domain.Models;
using PizzaBox.Storage;
namespace PizzaBox.Client.Controllers
{
[Route("[controller]")]
public class OrderController : Controller
{
private readonly U... | 29.77193 | 137 | 0.652917 |
7cf0397c0ec4f8e6ff69183c232b3f16662b5956 | 14,206 | cs | C# | patches/tModLoader/Terraria/ModLoader/UI/ModBrowser/UIModDownloadItem.cs | creed-us/tModLoader | 205534eda857f6f3d852c9068be0afec9b112804 | [
"MIT"
] | null | null | null | patches/tModLoader/Terraria/ModLoader/UI/ModBrowser/UIModDownloadItem.cs | creed-us/tModLoader | 205534eda857f6f3d852c9068be0afec9b112804 | [
"MIT"
] | null | null | null | patches/tModLoader/Terraria/ModLoader/UI/ModBrowser/UIModDownloadItem.cs | creed-us/tModLoader | 205534eda857f6f3d852c9068be0afec9b112804 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using ReLogic.Content;
using ReLogic.Utilities;
using Terraria.Audio;
using Terraria.GameContent;
using Terraria.GameContent.UI.Elements;
using Ter... | 40.129944 | 269 | 0.740673 |
10d4d0dda3e2b79fba7e3f00f57e4411b2ec3b8c | 1,136 | cs | C# | src/services/config/Services/Helpers/PackageValidation/PackageValidatorFactory.cs | JonathanAsbury-ACS/azure-iot-platform-dotnet-1 | 06f6265c2fa85c0ea8b75492e77c77cdb0b9c967 | [
"MIT"
] | 10 | 2020-05-27T15:15:25.000Z | 2021-09-03T09:30:21.000Z | src/services/config/Services/Helpers/PackageValidation/PackageValidatorFactory.cs | JonathanAsbury-ACS/azure-iot-platform-dotnet-1 | 06f6265c2fa85c0ea8b75492e77c77cdb0b9c967 | [
"MIT"
] | 116 | 2020-06-04T16:21:44.000Z | 2022-03-22T07:43:16.000Z | src/services/config/Services/Helpers/PackageValidation/PackageValidatorFactory.cs | JonathanAsbury-ACS/azure-iot-platform-dotnet-1 | 06f6265c2fa85c0ea8b75492e77c77cdb0b9c967 | [
"MIT"
] | 30 | 2020-06-04T16:18:41.000Z | 2022-03-15T10:46:24.000Z | // <copyright file="PackageValidatorFactory.cs" company="3M">
// Copyright (c) 3M. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using Mmm.Iot.Config.Services.Models;
namespace Mmm.Iot.Config.Services.Helpers.PackageValidation
{
public static class PackageValidatorFactory
... | 33.411765 | 98 | 0.682218 |
dca97ed6fe9846a8c706d13e7466ab0727258b8b | 3,216 | cs | C# | PandaTea.Tests/OrdersControllerTests.cs | irnkwon/panda-tea | bc33156d80b128a9831d9daf357eaf16d64fa895 | [
"MIT"
] | 1 | 2020-07-29T02:40:57.000Z | 2020-07-29T02:40:57.000Z | PandaTea.Tests/OrdersControllerTests.cs | irnkwon/panda-tea | bc33156d80b128a9831d9daf357eaf16d64fa895 | [
"MIT"
] | 1 | 2020-03-08T19:05:30.000Z | 2020-07-28T20:44:46.000Z | PandaTea.Tests/OrdersControllerTests.cs | irnkwon/panda-tea | bc33156d80b128a9831d9daf357eaf16d64fa895 | [
"MIT"
] | null | null | null | using System;
using System.Web;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using PandaTea.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
u... | 31.529412 | 117 | 0.61194 |
9325241c8c65e08af3b1c17ffb849fa33367ee36 | 950 | cs | C# | Programming Basics/07.Loops/Homework/22.Arrow/Arrow.cs | Javorov1103/SoftUni-Course | 517f18dc49ce9c7b78d64541a45f026034823ef3 | [
"MIT"
] | 1 | 2019-04-09T11:20:12.000Z | 2019-04-09T11:20:12.000Z | Programming Basics/07.Loops/Homework/22.Arrow/Arrow.cs | Javorov1103/SoftUni-Course | 517f18dc49ce9c7b78d64541a45f026034823ef3 | [
"MIT"
] | 3 | 2021-05-08T22:24:24.000Z | 2021-09-02T10:29:53.000Z | Programming Basics/07.Loops/Homework/22.Arrow/Arrow.cs | MikeHitrov/SoftUni | dfe1b4135ebfff5e70993eeaf920d1662510c567 | [
"MIT"
] | null | null | null | using System;
class Arrow
{
static void Main()
{
int n = int.Parse(Console.ReadLine());
string outerDots = new string('.', n / 2);
string innerDots;
string sharp = new string('#', n);
Console.WriteLine("{0}{1}{0}", outerDots, sharp);
for(int i=2; i<n; i++)
... | 27.941176 | 67 | 0.462105 |
1137fc58f91cbf2461f581ff85f3793c95639aec | 579 | cs | C# | task2-4/z2-4-7/z2-4-7/Program.cs | iCarrrot/.NET | 1fc0f9107ae5dad45f3177c88e66f57116de1ca0 | [
"MIT"
] | null | null | null | task2-4/z2-4-7/z2-4-7/Program.cs | iCarrrot/.NET | 1fc0f9107ae5dad45f3177c88e66f57116de1ca0 | [
"MIT"
] | null | null | null | task2-4/z2-4-7/z2-4-7/Program.cs | iCarrrot/.NET | 1fc0f9107ae5dad45f3177c88e66f57116de1ca0 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
namespace z2_4_7
{
class Program
{
static void Main(string[] args)
{
var item1 = new { Field1 = "The value1", Field2 = 5 };
var item2 = new { Field1 = "The value2", Field2 = 10 };
var list = new[] { item1, item2 }.ToList();
... | 26.318182 | 80 | 0.480138 |
114b190c969ac9ea7c6ca8423c7b9bb48a6b1128 | 629 | cs | C# | src/Op.Wealth.Funds/IRiskFree.cs | Jeremiad/Op.Wealth.Funds | c68d58a48edc23132d398b752b853b430957905d | [
"Apache-2.0"
] | null | null | null | src/Op.Wealth.Funds/IRiskFree.cs | Jeremiad/Op.Wealth.Funds | c68d58a48edc23132d398b752b853b430957905d | [
"Apache-2.0"
] | null | null | null | src/Op.Wealth.Funds/IRiskFree.cs | Jeremiad/Op.Wealth.Funds | c68d58a48edc23132d398b752b853b430957905d | [
"Apache-2.0"
] | null | null | null | using Op.Wealth.Funds.Models.RiskFreeIndex;
using Op.Wealth.Funds.Models.TimeSeries;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Op.Wealth.Funds
{
public interface IRiskFree
{
public Task<RiskFreeIndexModel> GetRiskFreeIndexAsync(DateTime ... | 37 | 126 | 0.780604 |
73fe9c3f618a9042024fd8db5f0b6d71e66b9753 | 3,897 | cs | C# | BlueApeUI/Services/AuthenticationRepository.cs | TomaszOrpik/BlueApe | 8f450b0b92575c10d3bd65125ce5e47d73ffdf0a | [
"MIT"
] | 1 | 2021-03-24T01:31:46.000Z | 2021-03-24T01:31:46.000Z | BlueApeUI/Services/AuthenticationRepository.cs | TomaszOrpik/BlueApe | 8f450b0b92575c10d3bd65125ce5e47d73ffdf0a | [
"MIT"
] | null | null | null | BlueApeUI/Services/AuthenticationRepository.cs | TomaszOrpik/BlueApe | 8f450b0b92575c10d3bd65125ce5e47d73ffdf0a | [
"MIT"
] | null | null | null | using System;
using System.Net;
using System.Net.Http;
using System.Net.Http.Json;
using System.Text;
using System.Threading.Tasks;
using Blazored.LocalStorage;
using BlueApeUI.Contracts;
using BlueApeUI.Models.Users.Requests;
using BlueApeUI.Models.Users.Responses;
using BlueApeUI.Providers;
using Newtonsoft.Json;
n... | 39.765306 | 152 | 0.594303 |
445bdfd8ba63df515f80c228f1889646f0b649fa | 3,445 | cs | C# | SampleFSM/Assets/Scripts/GameManager.cs | zeeodd/SampleFSM | 0d3c28cf95eab7d88bbfb8eb40d9a7a76ba6824e | [
"Unlicense"
] | null | null | null | SampleFSM/Assets/Scripts/GameManager.cs | zeeodd/SampleFSM | 0d3c28cf95eab7d88bbfb8eb40d9a7a76ba6824e | [
"Unlicense"
] | null | null | null | SampleFSM/Assets/Scripts/GameManager.cs | zeeodd/SampleFSM | 0d3c28cf95eab7d88bbfb8eb40d9a7a76ba6824e | [
"Unlicense"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine.UI;
using UnityEngine;
public class GameManager : MonoBehaviour
{
#region Variables
private FiniteStateMachine<GameManager> _GameManagerStateMachine;
public GameObject stateACanvasObject;
public GameObject stateBCanvasObjec... | 25.330882 | 109 | 0.6 |
9f2cc4340205cc0af8bf57b19c0217ffbd1e7bcb | 1,720 | cs | C# | XSerializer.Tests/BclXmlSerializerExtensions.cs | Sharp-Point-Data/XSerializer | f1e3fd5a530eda7c96b2d703b9cdbac136063165 | [
"MIT"
] | 47 | 2015-03-16T10:13:49.000Z | 2022-03-11T15:32:53.000Z | XSerializer.Tests/BclXmlSerializerExtensions.cs | Sharp-Point-Data/XSerializer | f1e3fd5a530eda7c96b2d703b9cdbac136063165 | [
"MIT"
] | 27 | 2015-04-07T17:58:58.000Z | 2021-09-03T20:23:43.000Z | XSerializer.Tests/BclXmlSerializerExtensions.cs | Sharp-Point-Data/XSerializer | f1e3fd5a530eda7c96b2d703b9cdbac136063165 | [
"MIT"
] | 22 | 2015-05-25T16:24:40.000Z | 2021-02-16T11:58:30.000Z | using System.IO;
using System.Text;
using System.Xml;
namespace XSerializer.Tests
{
public static class BclXmlSerializerExtensions
{
public static string SerializeObject(
this System.Xml.Serialization.XmlSerializer serializer,
object instance,
Encoding encoding,
... | 30.175439 | 114 | 0.547093 |
405f7157a7fc51758496d538c90a67e6eba76e8a | 498 | cs | C# | aspnet-core/modules/task-management/LINGYUN.Abp.BackgroundTasks.Abstractions/LINGYUN/Abp/BackgroundTasks/JobStatus.cs | geffzhang/abp-next-admin | d31a76e53906694073787507c455f1934b32643c | [
"MIT"
] | 84 | 2021-12-16T05:25:33.000Z | 2022-03-29T01:49:34.000Z | aspnet-core/modules/task-management/LINGYUN.Abp.BackgroundTasks.Abstractions/LINGYUN/Abp/BackgroundTasks/JobStatus.cs | geffzhang/abp-next-admin | d31a76e53906694073787507c455f1934b32643c | [
"MIT"
] | 35 | 2021-12-16T01:08:22.000Z | 2022-03-30T02:22:04.000Z | aspnet-core/modules/task-management/LINGYUN.Abp.BackgroundTasks.Abstractions/LINGYUN/Abp/BackgroundTasks/JobStatus.cs | geffzhang/abp-next-admin | d31a76e53906694073787507c455f1934b32643c | [
"MIT"
] | 32 | 2021-12-19T23:04:24.000Z | 2022-03-28T19:13:53.000Z | namespace LINGYUN.Abp.BackgroundTasks;
public enum JobStatus
{
/// <summary>
/// 未知
/// </summary>
None = -1,
/// <summary>
/// 已完成
/// </summary>
Completed = 0,
/// <summary>
/// 运行中
/// </summary>
Running = 10,
/// <summary>
/// 失败重试
/// ... | 16.6 | 40 | 0.419679 |
32cb033b5a72b7a824ce1cc0d0a99d7172283664 | 5,270 | cs | C# | HunterPie/GUI/Widgets/ClassWidget/Parts/DualBladeControl.xaml.cs | nicodiaz55/HunterPie | f7d8c9b8a0a7fca96da089b22361aaa6c490c0fb | [
"MIT"
] | 1 | 2020-09-13T09:44:02.000Z | 2020-09-13T09:44:02.000Z | HunterPie/GUI/Widgets/ClassWidget/Parts/DualBladeControl.xaml.cs | lyuha/HunterPie | 895b55078b7c653e08663b7f1b2ec3aea8d6d3f8 | [
"MIT"
] | null | null | null | HunterPie/GUI/Widgets/ClassWidget/Parts/DualBladeControl.xaml.cs | lyuha/HunterPie | 895b55078b7c653e08663b7f1b2ec3aea8d6d3f8 | [
"MIT"
] | null | null | null | using System;
using System.Windows;
using DualBlades = HunterPie.Core.LPlayer.Jobs.DualBlades;
using DualBladesEventArgs = HunterPie.Core.LPlayer.Jobs.DualBladesEventArgs;
using JobEventArgs = HunterPie.Core.LPlayer.Jobs.JobEventArgs;
namespace HunterPie.GUI.Widgets.ClassWidget.Parts
{
/// <summary>
/// Inter... | 45.826087 | 175 | 0.527704 |
573446f7b586315cae230e49be652df678b82518 | 1,295 | cshtml | C# | src/Presentation/FaraMedia.Web/Views/Customer/PasswordRecovery.cshtml | m-sadegh-sh/FaraMedia | 87bb0450cedff5080e87bb2526bd0c2c9a7b4e77 | [
"MIT"
] | null | null | null | src/Presentation/FaraMedia.Web/Views/Customer/PasswordRecovery.cshtml | m-sadegh-sh/FaraMedia | 87bb0450cedff5080e87bb2526bd0c2c9a7b4e77 | [
"MIT"
] | null | null | null | src/Presentation/FaraMedia.Web/Views/Customer/PasswordRecovery.cshtml | m-sadegh-sh/FaraMedia | 87bb0450cedff5080e87bb2526bd0c2c9a7b4e77 | [
"MIT"
] | null | null | null | @model Fara.Web.Models.Customer.PasswordRecoveryModel
@{
Layout = "~/Views/Shared/_ColumnsThree.cshtml";
//title
Html.AddTitleParts(T("PageTitle.PasswordRecovery").Text);
}
<div class="password-recovery-page">
<div class="page-title">
<h1>@T("Account.PasswordRecovery")</h1>
</div>
<div... | 27.553191 | 161 | 0.46332 |
59a9e355420b7b3cba9c73fcb0e26c6f061a47a8 | 1,758 | cs | C# | src/EntityFramework.Relational.Design/ReverseEngineering/Configuration/PropertyConfiguration.cs | suryasnath/csharp | 7456392bcc5707569a5d4e9c7dbec806d740c6c5 | [
"Apache-2.0"
] | null | null | null | src/EntityFramework.Relational.Design/ReverseEngineering/Configuration/PropertyConfiguration.cs | suryasnath/csharp | 7456392bcc5707569a5d4e9c7dbec806d740c6c5 | [
"Apache-2.0"
] | null | null | null | src/EntityFramework.Relational.Design/ReverseEngineering/Configuration/PropertyConfiguration.cs | suryasnath/csharp | 7456392bcc5707569a5d4e9c7dbec806d740c6c5 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using JetBrains.Annotations;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Utilities;
namespace M... | 41.857143 | 126 | 0.69397 |
59bf65907e1c6f6540fd9615123405800005a989 | 703 | cs | C# | Legacy/doLittle.Web/Services/MissingParameterException.cs | TomasEkeli/AspNetCore | bee7c314d0db3aa0738ab9b0a4f6a3869b2bcda5 | [
"MIT"
] | null | null | null | Legacy/doLittle.Web/Services/MissingParameterException.cs | TomasEkeli/AspNetCore | bee7c314d0db3aa0738ab9b0a4f6a3869b2bcda5 | [
"MIT"
] | null | null | null | Legacy/doLittle.Web/Services/MissingParameterException.cs | TomasEkeli/AspNetCore | bee7c314d0db3aa0738ab9b0a4f6a3869b2bcda5 | [
"MIT"
] | null | null | null | /*---------------------------------------------------------------------------------------------
* Copyright (c) 2008-2017 Dolittle. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*---------------------------------------------------------------------... | 41.352941 | 119 | 0.500711 |
bff16eb10a24eeeb06bc502696ec1ee9359f207c | 2,951 | cs | C# | Google.Cloud.Spanner.NHibernate.Samples/SampleModel/Album.cs | renovate-bot/dotnet-spanner-nhibernate | 9333086faa4a1e4813497167514cea99fa1edb49 | [
"Apache-2.0"
] | 2 | 2021-11-21T22:40:40.000Z | 2022-02-02T18:28:43.000Z | Google.Cloud.Spanner.NHibernate.Samples/SampleModel/Album.cs | renovate-bot/dotnet-spanner-nhibernate | 9333086faa4a1e4813497167514cea99fa1edb49 | [
"Apache-2.0"
] | 43 | 2021-11-19T10:01:57.000Z | 2022-03-14T10:22:20.000Z | Google.Cloud.Spanner.NHibernate.Samples/SampleModel/Album.cs | AlexandrTrf/dotnet-spanner-nhibernate | 0e462cf899706b9b23371d369bf59012aa33ff92 | [
"Apache-2.0"
] | 3 | 2021-11-18T22:04:22.000Z | 2021-12-16T03:04:03.000Z | // Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 37.35443 | 120 | 0.550661 |
92bc29f00f12b978ca20fe1f22a254ceda5094d3 | 3,013 | cs | C# | src/Uno.SampleGenerators/MyCustomSourceGenerator.cs | attackgithub/Uno.SourceGeneration | 22c240cb5afbdb9161c4a5f99a29dc3129eb411f | [
"Apache-2.0"
] | 68 | 2019-07-03T23:34:33.000Z | 2022-03-26T16:38:27.000Z | src/Uno.SampleGenerators/MyCustomSourceGenerator.cs | attackgithub/Uno.SourceGeneration | 22c240cb5afbdb9161c4a5f99a29dc3129eb411f | [
"Apache-2.0"
] | 21 | 2018-02-20T21:16:21.000Z | 2019-07-03T02:44:57.000Z | src/Uno.SampleGenerators/MyCustomSourceGenerator.cs | attackgithub/Uno.SourceGeneration | 22c240cb5afbdb9161c4a5f99a29dc3129eb411f | [
"Apache-2.0"
] | 6 | 2019-09-21T09:09:44.000Z | 2022-03-11T09:53:07.000Z | // ******************************************************************
// Copyright � 2015-2018 nventive inc. 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.
// You may obtain a copy of the License at
//
// ... | 39.12987 | 123 | 0.715898 |
f8e29db9ab6cd17da542fa30dc8466c8c8b4899e | 2,870 | cs | C# | src/NLP/GingerbreadAI.NLP.Word2Vec.Test/SentenceTest.cs | benchiverton/GingerbreadAI | 8788fa508979e350d89e717acf30178f2ac379e5 | [
"MIT"
] | 1 | 2020-04-09T15:42:16.000Z | 2020-04-09T15:42:16.000Z | src/NLP/GingerbreadAI.NLP.Word2Vec.Test/SentenceTest.cs | benchiverton/GingerbreadAI | 8788fa508979e350d89e717acf30178f2ac379e5 | [
"MIT"
] | 5 | 2020-04-11T08:42:48.000Z | 2020-05-29T16:41:39.000Z | src/NLP/GingerbreadAI.NLP.Word2Vec.Test/SentenceTest.cs | benchiverton/GingerbreadAI | 8788fa508979e350d89e717acf30178f2ac379e5 | [
"MIT"
] | 1 | 2021-09-21T14:23:08.000Z | 2021-09-21T14:23:08.000Z | using System;
using System.IO;
using System.Text;
using Xunit;
namespace GingerbreadAI.NLP.Word2Vec.Test;
public class Word2VecTrainerShould
{
[Fact]
public void CorrectlyGetSentence()
{
const string input = "This is a string. The String to test, the string to prevail.\r\nWhat is the string?";
... | 39.315068 | 147 | 0.672474 |
5daf888023805794e2ea14319be8958424592d8d | 1,728 | cs | C# | Visma.net/Models/InventorySummary.cs | terki/Visma.Net | 9f99dbd8639c3e2979f607a49c6260f9920a2299 | [
"MIT"
] | 18 | 2016-04-01T08:27:19.000Z | 2021-12-13T10:14:40.000Z | Visma.net/Models/InventorySummary.cs | terki/Visma.Net | 9f99dbd8639c3e2979f607a49c6260f9920a2299 | [
"MIT"
] | 78 | 2016-02-29T12:25:00.000Z | 2021-12-19T16:55:39.000Z | Visma.net/Models/InventorySummary.cs | terki/Visma.Net | 9f99dbd8639c3e2979f607a49c6260f9920a2299 | [
"MIT"
] | 43 | 2016-02-22T12:39:24.000Z | 2021-12-07T12:39:27.000Z | using ONIT.VismaNetApi.Lib;
using ONIT.VismaNetApi.Models.CustomDto;
using System;
using System.Collections.Generic;
using System.Text;
namespace ONIT.VismaNetApi.Models
{
public class InventorySummary : DtoProviderBase
{
public NumberName inventory {get; set;}
public IdName location { get; se... | 36.765957 | 58 | 0.647569 |
72232007e82e6db60166ccf7effe22d2ee82ca6b | 289 | cs | C# | t1/SEP3BlazorT1Client/SEP3BlazorT1Client/Data/Impl/ResponseTypes/FacilityResponseTypes/CreateResidenceFacilityResponseType.cs | michaelbui99/VIA-BnB | fdea2d7137e79044154f24b851b52e194bfbff2a | [
"MIT"
] | 3 | 2021-10-02T09:26:13.000Z | 2021-11-29T00:53:36.000Z | t1/SEP3BlazorT1Client/SEP3BlazorT1Client/Data/Impl/ResponseTypes/FacilityResponseTypes/CreateResidenceFacilityResponseType.cs | michaelbui99/VIA-BnB | fdea2d7137e79044154f24b851b52e194bfbff2a | [
"MIT"
] | null | null | null | t1/SEP3BlazorT1Client/SEP3BlazorT1Client/Data/Impl/ResponseTypes/FacilityResponseTypes/CreateResidenceFacilityResponseType.cs | michaelbui99/VIA-BnB | fdea2d7137e79044154f24b851b52e194bfbff2a | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using SEP3BlazorT1Client.Models;
namespace SEP3BlazorT1Client.Data.Impl.ResponseTypes.FacilityResponseTypes
{
public class CreateResidenceFacilityResponseType
{
[JsonProperty("createResidenceFacility")] public Facility Facility { get; set; }
}
} | 28.9 | 88 | 0.782007 |
d0e5ab2b5b3f86bc435299e7669406c334ee627e | 189 | cs | C# | src/FlubuCore/Tasks/Versioning/GitVersionOutput.cs | jenzy-forks/flubu.core | c064355065c045930ad810fd8a3736e0f9a39b93 | [
"MIT"
] | 606 | 2019-05-21T08:06:08.000Z | 2022-03-30T13:24:52.000Z | src/FlubuCore/Tasks/Versioning/GitVersionOutput.cs | jenzy-forks/flubu.core | c064355065c045930ad810fd8a3736e0f9a39b93 | [
"MIT"
] | 195 | 2017-05-14T06:35:34.000Z | 2019-05-17T19:19:35.000Z | src/FlubuCore/Tasks/Versioning/GitVersionOutput.cs | jenzy-forks/flubu.core | c064355065c045930ad810fd8a3736e0f9a39b93 | [
"MIT"
] | 87 | 2019-05-21T08:13:56.000Z | 2021-12-13T06:13:24.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace FlubuCore.Tasks.Versioning
{
public enum GitVersionOutput
{
Json,
BuildServer
}
}
| 14.538462 | 36 | 0.68254 |
c2017963dbc1b485def0b2353bd08549c2eac02a | 359 | cs | C# | OrderTest.cs | manuelverbo/ACM.BL | ae1173a52fc57bb9a5ecaa45b4a1713d21c0f28a | [
"MIT"
] | null | null | null | OrderTest.cs | manuelverbo/ACM.BL | ae1173a52fc57bb9a5ecaa45b4a1713d21c0f28a | [
"MIT"
] | null | null | null | OrderTest.cs | manuelverbo/ACM.BL | ae1173a52fc57bb9a5ecaa45b4a1713d21c0f28a | [
"MIT"
] | null | null | null | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using ACM.BL;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ACM.BL.Test
{
[TestClass]
public class OrderTest
{
[TestMethod]
public void TestOrde... | 17.095238 | 53 | 0.632312 |
c239a413eac758fd22af255d6c40dda2b7a8ee71 | 310 | cs | C# | Assets/Scripts/Ship/Bullet/BulletModel.cs | mrLegenius/Asteroids | 53f26dd4e1196c05e306345cb343061de5d56ef1 | [
"MIT"
] | null | null | null | Assets/Scripts/Ship/Bullet/BulletModel.cs | mrLegenius/Asteroids | 53f26dd4e1196c05e306345cb343061de5d56ef1 | [
"MIT"
] | null | null | null | Assets/Scripts/Ship/Bullet/BulletModel.cs | mrLegenius/Asteroids | 53f26dd4e1196c05e306345cb343061de5d56ef1 | [
"MIT"
] | null | null | null | using UnityEngine;
namespace Asteroids.Ship.Bullet
{
public class BulletModel
{
public Vector2 Position { get; set; }
public float Angle { get; set; }
public float MoveSpeed { get; set; }
public float LifeTimer { get; set; }
public bool ShouldBeDestroyed => LifeTimer <= 0;
}
} | 18.235294 | 52 | 0.658065 |
04c10acc928ce15453a50ed761344a43ac9817ad | 6,135 | cs | C# | PSX-Gui/ViewModels/TrophyDetailListViewModel.cs | drasticactions/PSX-App | 17caf44b1ad8354bd8320a66dfa76977dfe19472 | [
"MIT"
] | 4 | 2015-11-30T17:25:37.000Z | 2015-12-27T04:10:59.000Z | PSX-Gui/ViewModels/TrophyDetailListViewModel.cs | drasticactions/PSX-App | 17caf44b1ad8354bd8320a66dfa76977dfe19472 | [
"MIT"
] | 2 | 2015-11-30T14:19:55.000Z | 2015-12-02T18:08:02.000Z | PSX-Gui/ViewModels/TrophyDetailListViewModel.cs | drasticactions/PSX-App | 17caf44b1ad8354bd8320a66dfa76977dfe19472 | [
"MIT"
] | 3 | 2015-11-30T06:38:22.000Z | 2015-12-02T17:03:05.000Z | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Navigation;
using AmazingPullToRefresh.Contro... | 33.708791 | 166 | 0.568541 |
a5a07de62c2ff426383ced22e3394e2a2b635916 | 1,292 | cs | C# | Data/SqlPaymentsRepo.cs | Infinitus8/WebApiPaymentDetails | e45ed511b896dd01c91c6ee18b976fb6d296442e | [
"Apache-2.0"
] | null | null | null | Data/SqlPaymentsRepo.cs | Infinitus8/WebApiPaymentDetails | e45ed511b896dd01c91c6ee18b976fb6d296442e | [
"Apache-2.0"
] | null | null | null | Data/SqlPaymentsRepo.cs | Infinitus8/WebApiPaymentDetails | e45ed511b896dd01c91c6ee18b976fb6d296442e | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using WebApiPaymentDetails.Models;
namespace WebApiPaymentDetails.Data
{
public class SqlPaymentsRepo : IPaymentsRepo
{
private readonly PaymentsContext _context;
public SqlPaymentsRepo(PaymentsCo... | 21.898305 | 69 | 0.540248 |
3f3343ddac4d3f6f31cd8a24977c4e3d9f2081b7 | 2,840 | cs | C# | national_scholarship/nsp-project-api/nsp-project-api/Controllers/12thClassController.cs | SaikrishnaReddyBandi/national-scholarship | 2e575d8546aea0d1a1b9cc8ebc5ecd812cddd47c | [
"MIT"
] | null | null | null | national_scholarship/nsp-project-api/nsp-project-api/Controllers/12thClassController.cs | SaikrishnaReddyBandi/national-scholarship | 2e575d8546aea0d1a1b9cc8ebc5ecd812cddd47c | [
"MIT"
] | null | null | null | national_scholarship/nsp-project-api/nsp-project-api/Controllers/12thClassController.cs | SaikrishnaReddyBandi/national-scholarship | 2e575d8546aea0d1a1b9cc8ebc5ecd812cddd47c | [
"MIT"
] | 1 | 2022-03-17T08:57:37.000Z | 2022-03-17T08:57:37.000Z | using nsp_project_api.Repository;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
namespace nsp_project_api.Controllers... | 30.869565 | 116 | 0.55 |
3fed10cd6f6e81998fac3f9b4a9774169d5e28a2 | 6,784 | cs | C# | ImageFiltersWPF/Code/BitmapWrapper.cs | IntelSoftware/MulticoreImageProcessing | 1dbb65b6ac893d608016f6595523f5b0b9ba342e | [
"Intel"
] | 14 | 2018-07-18T08:08:51.000Z | 2021-12-24T15:32:23.000Z | ImageFiltersWPF/Code/BitmapWrapper.cs | IntelSoftware/MulticoreImageProcessing | 1dbb65b6ac893d608016f6595523f5b0b9ba342e | [
"Intel"
] | null | null | null | ImageFiltersWPF/Code/BitmapWrapper.cs | IntelSoftware/MulticoreImageProcessing | 1dbb65b6ac893d608016f6595523f5b0b9ba342e | [
"Intel"
] | 7 | 2018-10-10T09:02:05.000Z | 2021-03-20T05:34:28.000Z | using System;
//using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace ImageFiltersWPF.Code
{
/// <summary>
/// BitmapWrapper is a helper class encapsulates the manipulation of the byte arrays needed
/// for sending to the C++ DLL. It knows how to take the source image and create the ... | 30.836364 | 106 | 0.515183 |
865d931d8cd733a0c976fa21760e0fa4bc8c7ef0 | 9,862 | cs | C# | test/CheckIn.Web.AutomatedClient/IWebDriverExtensions.cs | NonDeterministicStateMachine/AutoRockCheckInClient | d8df20ab88fb70a65e81b26adddf91019b0898ca | [
"MIT"
] | null | null | null | test/CheckIn.Web.AutomatedClient/IWebDriverExtensions.cs | NonDeterministicStateMachine/AutoRockCheckInClient | d8df20ab88fb70a65e81b26adddf91019b0898ca | [
"MIT"
] | null | null | null | test/CheckIn.Web.AutomatedClient/IWebDriverExtensions.cs | NonDeterministicStateMachine/AutoRockCheckInClient | d8df20ab88fb70a65e81b26adddf91019b0898ca | [
"MIT"
] | null | null | null | #region Using statements
using System;
using System.Collections.Generic;
using System.Threading;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.UI;
#endregion
namespace org.christchapelbc.RockRMS.CheckIn.Web.AutomatedClient
{
/// <summary>
/// A collection of methods that extend the functionality
... | 30.722741 | 134 | 0.498682 |
8343d51a76f2b8ef664cf488c52f192904a8c1d0 | 1,177 | cshtml | C# | LynxPMCore/Views/Areas/Details.cshtml | lifereprogrammed/LynxPM | f14933aa1fc68c13d35218723e8ce89c42a398b2 | [
"MIT"
] | null | null | null | LynxPMCore/Views/Areas/Details.cshtml | lifereprogrammed/LynxPM | f14933aa1fc68c13d35218723e8ce89c42a398b2 | [
"MIT"
] | null | null | null | LynxPMCore/Views/Areas/Details.cshtml | lifereprogrammed/LynxPM | f14933aa1fc68c13d35218723e8ce89c42a398b2 | [
"MIT"
] | null | null | null | @model LynxPMCore.Models.Area
@{
ViewData["Title"] = "Details";
}
<h2>Details</h2>
<div>
<h4>Area</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.AreaName)
</dt>
<dd>
@Html.DisplayFor(model => model.AreaName)
</d... | 24.020408 | 68 | 0.507222 |
e64b3873ad86be5c627b5d71815c47b3d2fcca33 | 9,435 | cs | C# | Baku.LibqiDotNet/Baku.LibqiDotNet/ValueTypes/QiIntegers.cs | malaybaku/BakuLibQiDotNet | 5dc5be51c60ba86998e59f9286f163eb9e5ca030 | [
"MIT"
] | 9 | 2016-02-24T12:04:05.000Z | 2022-01-26T16:44:10.000Z | Baku.LibqiDotNet/Baku.LibqiDotNet/ValueTypes/QiIntegers.cs | malaybaku/BakuLibQiDotNet | 5dc5be51c60ba86998e59f9286f163eb9e5ca030 | [
"MIT"
] | 4 | 2016-02-11T17:27:39.000Z | 2017-05-18T11:59:53.000Z | Baku.LibqiDotNet/Baku.LibqiDotNet/ValueTypes/QiIntegers.cs | malaybaku/BakuLibQiDotNet | 5dc5be51c60ba86998e59f9286f163eb9e5ca030 | [
"MIT"
] | 7 | 2017-04-15T09:40:39.000Z | 2022-01-26T16:44:08.000Z | using System;
namespace Baku.LibqiDotNet
{
/// <summary>ブール型を表します。</summary>
public sealed class QiBool : QiAnyValue
{
/// <summary>
/// 格納する値を指定してインスタンスを初期化します。
/// </summary>
/// <param name="value">格納する値</param>
public QiBool(bool value)
{
... | 32.42268 | 79 | 0.557393 |
f9f89d0dca3170dc5fd458466964fc50b848aea8 | 8,823 | cs | C# | src/Extensions/Echo/Gallio.Echo.Tests/EchoProgramUnitTest.cs | citizenmatt/gallio | a11902e8bfd5b45d987d6f7edc267bb19d388c45 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-03-17T02:38:05.000Z | 2020-03-17T02:38:05.000Z | src/Extensions/Echo/Gallio.Echo.Tests/EchoProgramUnitTest.cs | citizenmatt/gallio | a11902e8bfd5b45d987d6f7edc267bb19d388c45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/Extensions/Echo/Gallio.Echo.Tests/EchoProgramUnitTest.cs | citizenmatt/gallio | a11902e8bfd5b45d987d6f7edc267bb19d388c45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | // Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// 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.a... | 53.150602 | 201 | 0.687181 |
75c36eb711c4cf4e1e1df50c9e76c53c46394f5e | 3,880 | cs | C# | LightsOut/Model.cs | stubeard/LightsOutForWindows | 9a687c0fd12c672287812fa1ac829d52df6822cb | [
"MIT"
] | null | null | null | LightsOut/Model.cs | stubeard/LightsOutForWindows | 9a687c0fd12c672287812fa1ac829d52df6822cb | [
"MIT"
] | null | null | null | LightsOut/Model.cs | stubeard/LightsOutForWindows | 9a687c0fd12c672287812fa1ac829d52df6822cb | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LightsOut
{
public class Model : IModel
{
public static readonly int MaxColumns = 5;
public static readonly int MaxRows = 5;
const in... | 26.575342 | 106 | 0.351289 |
226417e18aab308016e04a732c4beeda94e95c13 | 8,833 | cs | C# | TwitterOAuth/StrawhatNet.TwitterOAuth.WinRT/AuthHeaderFilter.cs | nobukuma/WebAuthenticationBrokerSample | dd6771d04c2618e178c8722cd098674faf2bb097 | [
"Apache-2.0"
] | 1 | 2018-07-17T11:23:29.000Z | 2018-07-17T11:23:29.000Z | TwitterOAuth/StrawhatNet.TwitterOAuth.WinRT/AuthHeaderFilter.cs | nobukuma/WebAuthenticationBrokerSample | dd6771d04c2618e178c8722cd098674faf2bb097 | [
"Apache-2.0"
] | null | null | null | TwitterOAuth/StrawhatNet.TwitterOAuth.WinRT/AuthHeaderFilter.cs | nobukuma/WebAuthenticationBrokerSample | dd6771d04c2618e178c8722cd098674faf2bb097 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.Security.Cryptography;
using Windows.Security.Cryptography.Core;
using Windows.Storage.Streams;
using Windows.Web.Http;
using Windows.Web.Http.Filters;
namespace ... | 41.083721 | 123 | 0.658327 |
22e7f43b285445325b6a182ef814f05711ba7ac5 | 429 | cs | C# | src/Uania.Tools.Infrastructure/Configs/AmazonS3Config.cs | uania/tools | 43d18b45497163929dbaaf44dd476b59719a7cbe | [
"MIT"
] | null | null | null | src/Uania.Tools.Infrastructure/Configs/AmazonS3Config.cs | uania/tools | 43d18b45497163929dbaaf44dd476b59719a7cbe | [
"MIT"
] | null | null | null | src/Uania.Tools.Infrastructure/Configs/AmazonS3Config.cs | uania/tools | 43d18b45497163929dbaaf44dd476b59719a7cbe | [
"MIT"
] | null | null | null | namespace Uania.Tools.Infrastructure.Configs
{
public class AmazonS3Config : ConfigBase
{
public new const string SectionName = "AwsStorageConfig";
public string? AwsAccessKeyId { get; set; }
public string? AwsSecretAccessKey { get; set; }
public string? AwsEndPoint { get; set;... | 25.235294 | 65 | 0.641026 |
997394d623eb280961056fdd9241ac751aed7180 | 113 | cshtml | C# | RazorSvelte/Pages/_ViewImports.cshtml | ShemJM/RazorSvelteApp | 873c37384db30c16ca472619b4ac2bb90a80cb28 | [
"MIT"
] | null | null | null | RazorSvelte/Pages/_ViewImports.cshtml | ShemJM/RazorSvelteApp | 873c37384db30c16ca472619b4ac2bb90a80cb28 | [
"MIT"
] | null | null | null | RazorSvelte/Pages/_ViewImports.cshtml | ShemJM/RazorSvelteApp | 873c37384db30c16ca472619b4ac2bb90a80cb28 | [
"MIT"
] | null | null | null | @using SvelteRazorAspNet
@namespace SvelteRazorAspNet.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 28.25 | 52 | 0.858407 |
71a3a8b0d96fd93521534c03d6065b053e6ed0ab | 4,118 | cs | C# | AniversarioLaura/FormDesafios.cs | AlreadyKosh/Laura_Niver | 2bf0c6485d3ee4524eddc8803f0fa06a7575afd2 | [
"MIT"
] | null | null | null | AniversarioLaura/FormDesafios.cs | AlreadyKosh/Laura_Niver | 2bf0c6485d3ee4524eddc8803f0fa06a7575afd2 | [
"MIT"
] | null | null | null | AniversarioLaura/FormDesafios.cs | AlreadyKosh/Laura_Niver | 2bf0c6485d3ee4524eddc8803f0fa06a7575afd2 | [
"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;
namespace AniversarioLaura
{
public partial class FormDesafios : Form
{
public int Token... | 27.637584 | 179 | 0.549296 |
54f0752ac285f4e1d6f01a5763c06b84539e0c07 | 2,502 | cs | C# | CSharp/BoxServerCore/Services/HWDebugBoxService.cs | OlegJakushkin/MagicOnion-Blazor-MaterialUI-Python-Swagger-101 | 5b591645648f2d9fb59e0c75ac67a6c3c9081f7a | [
"MIT"
] | null | null | null | CSharp/BoxServerCore/Services/HWDebugBoxService.cs | OlegJakushkin/MagicOnion-Blazor-MaterialUI-Python-Swagger-101 | 5b591645648f2d9fb59e0c75ac67a6c3c9081f7a | [
"MIT"
] | null | null | null | CSharp/BoxServerCore/Services/HWDebugBoxService.cs | OlegJakushkin/MagicOnion-Blazor-MaterialUI-Python-Swagger-101 | 5b591645648f2d9fb59e0c75ac67a6c3c9081f7a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using BoxProtocol;
using MagicOnion;
using MagicOnion.Server;
namespace BoxServerCore
{
public class HWDebugBoxService : ServiceBase<IHardwareBoxService>, IHardwareBoxService
{
public UnaryResult<BoxTask> UpdateStatus(StatusUpdateRequest code)
{
... | 30.888889 | 110 | 0.499201 |
8852b1ea0adab0c4c47bddec07103fa00e6a6d63 | 893 | cs | C# | SW.Infolink.Sdk/Model/Common/DocumentFilter.cs | simplify9/Infolink | 4d90dcd90f18efaa2f79c62f2c3c01b7c3b7e999 | [
"MIT"
] | 5 | 2020-09-15T20:18:45.000Z | 2022-03-23T13:53:18.000Z | SW.Infolink.Sdk/Model/Common/DocumentFilter.cs | simplify9/Infolink | 4d90dcd90f18efaa2f79c62f2c3c01b7c3b7e999 | [
"MIT"
] | 4 | 2020-09-29T14:52:12.000Z | 2020-12-24T11:02:59.000Z | SW.Infolink.Sdk/Model/Common/DocumentFilter.cs | simplify9/Infolink | 4d90dcd90f18efaa2f79c62f2c3c01b7c3b7e999 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace SW.Infolink
{
public class DocumentFilter
{
public DocumentFilter()
{
Properties = new Dictionary<string, PropertyFilter>();
SubscribersWihtoutPropertyFilter = new int[] { };
}
... | 21.780488 | 81 | 0.604703 |
156f0d22015a8d2401178b6b8ddbd79737e7cf4d | 2,251 | cs | C# | Source/DynamicMaps/Universal Plants.cs | KEP-Rimworld-Modders/KEP-DynamicMaps | 5b2a6ee42eb53b96070225e091e8a2d40442e66e | [
"MIT"
] | null | null | null | Source/DynamicMaps/Universal Plants.cs | KEP-Rimworld-Modders/KEP-DynamicMaps | 5b2a6ee42eb53b96070225e091e8a2d40442e66e | [
"MIT"
] | null | null | null | Source/DynamicMaps/Universal Plants.cs | KEP-Rimworld-Modders/KEP-DynamicMaps | 5b2a6ee42eb53b96070225e091e8a2d40442e66e | [
"MIT"
] | 1 | 2021-04-27T04:34:07.000Z | 2021-04-27T04:34:07.000Z | using HarmonyLib;
using RimWorld;
using RimWorld.Planet;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
using Verse;
using Verse.Noise;
namespace DynamicMaps
{
[HarmonyPatch(typeof(WildPlantSpawner), "CalculatePlantsWhichCanGrowA... | 28.1375 | 262 | 0.726788 |
2c8e0625ae7c5adbc4895da25948e9cf7ddb14f9 | 147 | cs | C# | src/OrchardCore.Modules/OrchardCore.Placements/ViewModels/ShapePlacementViewModel.cs | SvanBoxel/OrchardCore | fecbac529a90ee0c14e2af857a9c26b8003a6440 | [
"BSD-3-Clause"
] | 5,234 | 2017-09-13T09:49:43.000Z | 2022-03-31T13:40:03.000Z | src/OrchardCore.Modules/OrchardCore.Placements/ViewModels/ShapePlacementViewModel.cs | SvanBoxel/OrchardCore | fecbac529a90ee0c14e2af857a9c26b8003a6440 | [
"BSD-3-Clause"
] | 7,672 | 2017-09-12T21:53:39.000Z | 2022-03-31T19:48:26.000Z | src/OrchardCore.Modules/OrchardCore.Placements/ViewModels/ShapePlacementViewModel.cs | SvanBoxel/OrchardCore | fecbac529a90ee0c14e2af857a9c26b8003a6440 | [
"BSD-3-Clause"
] | 2,266 | 2017-09-14T03:14:00.000Z | 2022-03-31T05:45:39.000Z | namespace OrchardCore.Placements.ViewModels
{
public class ShapePlacementViewModel
{
public string ShapeType { get; set; }
}
}
| 18.375 | 45 | 0.687075 |
4d513ca7ecc56e8f9f8b5bcc767aa92339de1e6e | 104 | cs | C# | Service/Web/Thriot.Web/Models/Mdl.cs | kpocza/thriot | dee49c763db04853e9dbcb0fc788c93afbd81722 | [
"MIT"
] | 4 | 2015-02-24T13:26:07.000Z | 2019-06-07T13:40:24.000Z | Service/Web/Thriot.Web/Models/Mdl.cs | kpocza/thriot | dee49c763db04853e9dbcb0fc788c93afbd81722 | [
"MIT"
] | null | null | null | Service/Web/Thriot.Web/Models/Mdl.cs | kpocza/thriot | dee49c763db04853e9dbcb0fc788c93afbd81722 | [
"MIT"
] | null | null | null | namespace Thriot.Web.Models
{
public class Mdl
{
public string Id { get; set; }
}
} | 14.857143 | 38 | 0.557692 |
b77f31bf24908b1a1fbf2fde56e377dc0419f32d | 548 | cs | C# | 02Sql/EMS_EF_Core_Demo/EmployeeDataAccess/Models/Department.cs | 200106-UTA-PRS-NET/training-code | aac03d50d47eeacb5a157a1f8936b401274ccfbe | [
"MIT"
] | null | null | null | 02Sql/EMS_EF_Core_Demo/EmployeeDataAccess/Models/Department.cs | 200106-UTA-PRS-NET/training-code | aac03d50d47eeacb5a157a1f8936b401274ccfbe | [
"MIT"
] | 1 | 2022-02-13T21:40:18.000Z | 2022-02-13T21:40:18.000Z | 02Sql/EMS_EF_Core_Demo/EmployeeDataAccess/Models/Department.cs | 200106-UTA-PRS-NET/training-code | aac03d50d47eeacb5a157a1f8936b401274ccfbe | [
"MIT"
] | 3 | 2020-01-14T16:09:34.000Z | 2020-01-24T16:20:45.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace EmployeeDataAccess.Models
{
[Table("Department", Schema = "Revature")]
public class Department
{
public Department()
{
Employee = new HashSet<Employee>();
}
... | 24.909091 | 67 | 0.618613 |
b7e4c409a3263e02b2a356ce8632fd0a1f061b7b | 4,650 | cs | C# | ch12/bookSource/adminCustomer.asmx.cs | wf539/ASPDotNETWebDevGuide | c5f6aaac01c2d99fec70289f6f1510228dd9fb1f | [
"MIT"
] | null | null | null | ch12/bookSource/adminCustomer.asmx.cs | wf539/ASPDotNETWebDevGuide | c5f6aaac01c2d99fec70289f6f1510228dd9fb1f | [
"MIT"
] | null | null | null | ch12/bookSource/adminCustomer.asmx.cs | wf539/ASPDotNETWebDevGuide | c5f6aaac01c2d99fec70289f6f1510228dd9fb1f | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Web;
using System.Web.Services;
using System.Data.OleDb;
namespace bookSource
{
/// <summary>
/// Summary description for adminCustomer.
/// </summary>
public class adminCustomer : System.... | 26.724138 | 352 | 0.72086 |
7e3b5b37a6293f7fef9eec7a4df0440f06268936 | 618 | cs | C# | source/Core/ISymbolized.cs | electricessence/evaluation-engine | e2532a8f2f472ef3e7b8aa4a7612125a08bf69ea | [
"MIT"
] | 1 | 2019-03-02T19:00:14.000Z | 2019-03-02T19:00:14.000Z | source/Core/ISymbolized.cs | electricessence/Open.Evaluation | e2532a8f2f472ef3e7b8aa4a7612125a08bf69ea | [
"MIT"
] | null | null | null | source/Core/ISymbolized.cs | electricessence/Open.Evaluation | e2532a8f2f472ef3e7b8aa4a7612125a08bf69ea | [
"MIT"
] | null | null | null | /*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/Open-NET-Libraries/Open.Evaluation/blob/master/LICENSE.txt
*/
using System.Diagnostics.CodeAnalysis;
namespace Open.Evaluation.Core;
/// <summary>
/// Represents something that has a symbol. For example, "sum"... | 24.72 | 95 | 0.697411 |
03c6f8bdc4fc2caffb850600f8ac6b8a2427e4b9 | 547 | cs | C# | Assets/Chandra/Interfaces/IChandraThread.cs | kedalen12/Chandra | d9393255181ac62c8b1bf229ad45fabac2cebcfe | [
"Unlicense"
] | null | null | null | Assets/Chandra/Interfaces/IChandraThread.cs | kedalen12/Chandra | d9393255181ac62c8b1bf229ad45fabac2cebcfe | [
"Unlicense"
] | null | null | null | Assets/Chandra/Interfaces/IChandraThread.cs | kedalen12/Chandra | d9393255181ac62c8b1bf229ad45fabac2cebcfe | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading.Tasks;
using UnityEngine;
namespace Chandra.Interfaces
{
public interface IChandraThread
{
public bool IsAlive { get; }
int ServerCount();
public void Start(IServer server);
public voi... | 24.863636 | 49 | 0.674589 |
03d5ed919573e8dc8071f46b3ffe7b78c64740b4 | 7,513 | cs | C# | WMSMobil/frmxOpsSelect.Designer.cs | sekmenhuseyin/Birikim.WMS | 9772a027c331a9715baa05d344c40e506aca9758 | [
"MIT"
] | null | null | null | WMSMobil/frmxOpsSelect.Designer.cs | sekmenhuseyin/Birikim.WMS | 9772a027c331a9715baa05d344c40e506aca9758 | [
"MIT"
] | null | null | null | WMSMobil/frmxOpsSelect.Designer.cs | sekmenhuseyin/Birikim.WMS | 9772a027c331a9715baa05d344c40e506aca9758 | [
"MIT"
] | null | null | null | namespace WMSMobil
{
partial class frmxOpsSelect
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Clean up any re... | 43.178161 | 145 | 0.580993 |
b47f44787ab92d62e5cb6b7976cb6e4e200eb05d | 13,647 | cs | C# | DungeonCrawler/PerspectiveTester/MainForm.cs | undeadparrot/dungeontools | f03f129c8b0e80b88791fd98bb6dc2a2af609e51 | [
"MIT"
] | null | null | null | DungeonCrawler/PerspectiveTester/MainForm.cs | undeadparrot/dungeontools | f03f129c8b0e80b88791fd98bb6dc2a2af609e51 | [
"MIT"
] | null | null | null | DungeonCrawler/PerspectiveTester/MainForm.cs | undeadparrot/dungeontools | f03f129c8b0e80b88791fd98bb6dc2a2af609e51 | [
"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.Windows.Forms;
using Newtonsoft.Json.Linq;
namespace PerspectiveTester
{
public partial class MainForm : Form
{
private ProjectorForm... | 29.796943 | 122 | 0.492782 |
5ee9f8f60b7e9da77eaca7cd7d0433425ef3b1f0 | 6,685 | cs | C# | src/Library/NetPro.ConsulClient/ConsulExtesions.cs | KamenRiderKuuga/NetPro | 41291c506807ebcf61466b5b82193a3ca3e5c931 | [
"MIT"
] | null | null | null | src/Library/NetPro.ConsulClient/ConsulExtesions.cs | KamenRiderKuuga/NetPro | 41291c506807ebcf61466b5b82193a3ca3e5c931 | [
"MIT"
] | null | null | null | src/Library/NetPro.ConsulClient/ConsulExtesions.cs | KamenRiderKuuga/NetPro | 41291c506807ebcf61466b5b82193a3ca3e5c931 | [
"MIT"
] | null | null | null | using Consul;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace System.NetPro
{
/// <summary>
/// consul service address
/// </summary>
public struct ServiceAddress
{
/// <summary>
/// tags
/// </summary>
public string[] Ta... | 35.558511 | 130 | 0.500224 |
ac8df256370d1557cbbddb817bfa73812e11f330 | 3,717 | cs | C# | GitTfs/Commands/Init.cs | olivierdagenais/git-tfs | ae9fe7f19b5692d17699de568e6ec974b83d17cc | [
"Apache-2.0"
] | 1 | 2016-08-06T08:23:45.000Z | 2016-08-06T08:23:45.000Z | GitTfs/Commands/Init.cs | olivierdagenais/git-tfs | ae9fe7f19b5692d17699de568e6ec974b83d17cc | [
"Apache-2.0"
] | null | null | null | GitTfs/Commands/Init.cs | olivierdagenais/git-tfs | ae9fe7f19b5692d17699de568e6ec974b83d17cc | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using CommandLine.OptParse;
using Sep.Git.Tfs.Core;
using StructureMap;
namespace Sep.Git.Tfs.Commands
{
[Pluggable("init")]
[Description("init [options] tfs-url repository-path [git-repository]")]
public class I... | 34.416667 | 132 | 0.582997 |
acffb84ca4368e88630fa472626d43b954b48c88 | 2,268 | cs | C# | src/Core/src/Platform/Android/SwitchExtensions.cs | andreas-nesheim/maui | 2bd8e2a538ce407aa7f184596e3d874e2b01f52d | [
"MIT"
] | 16,061 | 2020-05-19T15:14:28.000Z | 2022-03-31T16:48:19.000Z | src/Core/src/Platform/Android/SwitchExtensions.cs | andreas-nesheim/maui | 2bd8e2a538ce407aa7f184596e3d874e2b01f52d | [
"MIT"
] | 3,625 | 2020-05-19T15:44:37.000Z | 2022-03-31T23:56:43.000Z | src/Core/src/Platform/Android/SwitchExtensions.cs | andreas-nesheim/maui | 2bd8e2a538ce407aa7f184596e3d874e2b01f52d | [
"MIT"
] | 957 | 2020-05-19T15:16:18.000Z | 2022-03-31T08:44:40.000Z | using Android.Content.Res;
using Microsoft.Maui;
using AAttribute = Android.Resource.Attribute;
using APorterDuff = Android.Graphics.PorterDuff;
using ASwitch = AndroidX.AppCompat.Widget.SwitchCompat;
using MauiAttribute = Microsoft.Maui.Resource.Attribute;
namespace Microsoft.Maui.Platform
{
public static class Swit... | 30.648649 | 112 | 0.763668 |
1f8f68e303c3f6e5de98ffa2fb312be090928c67 | 3,698 | cs | C# | Ryujinx.Ava/Ui/Controls/UserErrorDialog.cs | vdavalon01/Ryujinx | 59490d54b5e6b85df27ac6f6c08d0925be899360 | [
"MIT"
] | 6 | 2022-01-29T13:13:16.000Z | 2022-03-16T12:12:06.000Z | Ryujinx.Ava/Ui/Controls/UserErrorDialog.cs | vdavalon01/Ryujinx | 59490d54b5e6b85df27ac6f6c08d0925be899360 | [
"MIT"
] | 1 | 2022-01-30T06:40:42.000Z | 2022-02-02T05:18:31.000Z | Ryujinx.Ava/Ui/Controls/UserErrorDialog.cs | vdavalon01/Ryujinx | 59490d54b5e6b85df27ac6f6c08d0925be899360 | [
"MIT"
] | 1 | 2022-01-30T13:00:19.000Z | 2022-01-30T13:00:19.000Z | using Ryujinx.Ava.Common.Locale;
using Ryujinx.Ava.Ui.Windows;
using Ryujinx.Ui.Common;
using Ryujinx.Ui.Common.Helper;
using System.Threading.Tasks;
namespace Ryujinx.Ava.Ui.Controls
{
internal class UserErrorDialog
{
private const string SetupGuideUrl = "https://github.com/Ryujinx/Ryujinx/wiki/Ryuji... | 40.637363 | 123 | 0.620065 |
38855dea64656263470b4f71dcb52de852651fb2 | 219 | cs | C# | OrderKingCoreDemo/OrderKingCoreDemo/BL/ViewModels/Chat/ChatCategoriesViewModel.cs | savostyan/XamarinStart | 4d92e10cd1e6f4f41062ff521475692120f3b152 | [
"MIT"
] | 39 | 2018-01-31T10:12:03.000Z | 2021-10-18T09:56:43.000Z | OrderKingCoreDemo/OrderKingCoreDemo/BL/ViewModels/Chat/ChatCategoriesViewModel.cs | savostyan/XamarinStart | 4d92e10cd1e6f4f41062ff521475692120f3b152 | [
"MIT"
] | 1 | 2018-03-01T09:01:15.000Z | 2018-09-10T19:15:51.000Z | OrderKingCoreDemo/OrderKingCoreDemo/BL/ViewModels/Chat/ChatCategoriesViewModel.cs | savostyan/XamarinStart | 4d92e10cd1e6f4f41062ff521475692120f3b152 | [
"MIT"
] | 17 | 2018-04-10T11:40:24.000Z | 2021-01-19T12:38:50.000Z | using System.Windows.Input;
namespace OrderKingCoreDemo.BL.ViewModels.Chat
{
public class ChatCategoriesViewModel: BaseViewModel {
public ICommand GoToChatCommand => MakeNavigateToCommand(Pages.Chat);
}
}
| 24.333333 | 74 | 0.780822 |
389968b74d8a9f53477d28940c099f99eca21a9d | 334 | cs | C# | packages/jsii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.CalculatorPackageId/Amazon/JSII/Tests/CalculatorNamespace/IIFriendlyRandomGenerator.cs | costleya/jsii | 007b62c38edeae869e9b99396a21c765ec8ef606 | [
"Apache-2.0"
] | null | null | null | packages/jsii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.CalculatorPackageId/Amazon/JSII/Tests/CalculatorNamespace/IIFriendlyRandomGenerator.cs | costleya/jsii | 007b62c38edeae869e9b99396a21c765ec8ef606 | [
"Apache-2.0"
] | null | null | null | packages/jsii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.CalculatorPackageId/Amazon/JSII/Tests/CalculatorNamespace/IIFriendlyRandomGenerator.cs | costleya/jsii | 007b62c38edeae869e9b99396a21c765ec8ef606 | [
"Apache-2.0"
] | null | null | null | using Amazon.JSII.Runtime.Deputy;
using Amazon.JSII.Tests.CalculatorNamespace.LibNamespace;
namespace Amazon.JSII.Tests.CalculatorNamespace
{
[JsiiInterface(typeof(IIFriendlyRandomGenerator), "jsii-calc.IFriendlyRandomGenerator")]
public interface IIFriendlyRandomGenerator : IIRandomNumberGenerator, IIFriendly... | 33.4 | 92 | 0.811377 |
38e1efc4f0a0db9a6d6a2ae7583b2153f52ff59e | 2,650 | cs | C# | Unity/Codes/Model/Generate/Message/OuterOpcode.cs | Yurii34/MyLearn | 43ecca131e1f70e7bb711fd8e19f2fe40abaef54 | [
"MIT"
] | null | null | null | Unity/Codes/Model/Generate/Message/OuterOpcode.cs | Yurii34/MyLearn | 43ecca131e1f70e7bb711fd8e19f2fe40abaef54 | [
"MIT"
] | null | null | null | Unity/Codes/Model/Generate/Message/OuterOpcode.cs | Yurii34/MyLearn | 43ecca131e1f70e7bb711fd8e19f2fe40abaef54 | [
"MIT"
] | null | null | null | namespace ET
{
public static partial class OuterOpcode
{
public const ushort C2M_TestRequest = 10002;
public const ushort M2C_TestResponse = 10003;
public const ushort Actor_TransferRequest = 10004;
public const ushort Actor_TransferResponse = 10005;
public const ushort C2G_EnterMap = 10006;
public ... | 42.741935 | 54 | 0.764906 |
ad97f6fc582634233ceeac883b334cf3f5bd54dc | 2,066 | cs | C# | src/Extensions/src/App.Metrics.Extensions.Collectors/HostedServices/GcEventsCollectorHostedService.cs | JerrettDavis/AppMetrics | e937e84b9d7b65b2d5f73ad81c51d8f176c9a1df | [
"Apache-2.0"
] | 1,700 | 2017-09-25T03:27:10.000Z | 2022-03-31T17:30:30.000Z | src/Extensions/src/App.Metrics.Extensions.Collectors/HostedServices/GcEventsCollectorHostedService.cs | JerrettDavis/AppMetrics | e937e84b9d7b65b2d5f73ad81c51d8f176c9a1df | [
"Apache-2.0"
] | 489 | 2017-09-25T12:38:49.000Z | 2022-03-25T17:56:38.000Z | src/Extensions/src/App.Metrics.Extensions.Collectors/HostedServices/GcEventsCollectorHostedService.cs | JerrettDavis/AppMetrics | e937e84b9d7b65b2d5f73ad81c51d8f176c9a1df | [
"Apache-2.0"
] | 264 | 2017-09-25T15:03:31.000Z | 2022-03-31T19:06:36.000Z | // <copyright file="GcEventsCollectorHostedService.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
using System.Threading;
using System.Threading.Tasks;
using App.Metrics.Extensions.Collectors.EventListeners;
using App.Metrics.Extens... | 38.259259 | 112 | 0.704743 |
87bb97a4ba1cd75f60833e222693746c19af120e | 11,604 | cs | C# | Assets/Sourav/Test/IdleGameTest/_Scripts/ViewRelated/Elements/IdleButtonView.cs | sromic1990/Unity-Tests | 3f3bfa264a3895a9713716f85def320771be8687 | [
"MIT"
] | null | null | null | Assets/Sourav/Test/IdleGameTest/_Scripts/ViewRelated/Elements/IdleButtonView.cs | sromic1990/Unity-Tests | 3f3bfa264a3895a9713716f85def320771be8687 | [
"MIT"
] | null | null | null | Assets/Sourav/Test/IdleGameTest/_Scripts/ViewRelated/Elements/IdleButtonView.cs | sromic1990/Unity-Tests | 3f3bfa264a3895a9713716f85def320771be8687 | [
"MIT"
] | null | null | null | #if IDLEGAME
using System.Collections.Generic;
using Sirenix.OdinInspector;
using Sourav.Engine.Core.DebugRelated;
using Sourav.Engine.Core.GameElementRelated;
using Sourav.Engine.Core.NotificationRelated;
using Sourav.Engine.Editable.NotificationRelated;
using Sourav.IdleGameEngine.IdleCurrency.IdleCurrency;
... | 36.490566 | 163 | 0.495519 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.