content stringlengths 5 1.04M | avg_line_length float64 1.75 12.9k | max_line_length int64 2 244k | alphanum_fraction float64 0 0.98 | licenses list | repository_name stringlengths 7 92 | path stringlengths 3 249 | size int64 5 1.04M | lang stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.ServiceFabr... | 38.30303 | 114 | 0.606013 | [
"MIT"
] | Bhaskers-Blu-Org2/service-fabric-client-dotnet | src/Microsoft.ServiceFabric.Common/Generated/ResumeApplicationUpgradeDescription.cs | 1,264 | C# |
using System;
using System.Collections.Generic;
using HotChocolate.Language.Utilities;
namespace HotChocolate.Language;
/// <summary>
/// Represents a filed definition of an interface- or object-type.
/// </summary>
public sealed class FieldDefinitionNode : NamedSyntaxNode
{
/// <summary>
/// Initializes a ne... | 36.128342 | 95 | 0.632771 | [
"MIT"
] | ChilliCream/prometheus | src/HotChocolate/Language/src/Language.SyntaxTree/FieldDefinitionNode.cs | 6,756 | C# |
namespace Roslin.Msg.sensor_msgs
{
[MsgInfo("sensor_msgs/JoyFeedbackArray", "cde5730a895b1fc4dee6f91b754b213d", @"# This message publishes values for multiple feedback at once.
JoyFeedback[] array")]
public partial class JoyFeedbackArray : RosMsg
{
public JoyFeedback[] array
{
g... | 33.354839 | 167 | 0.591876 | [
"MIT"
] | MoeLang/Roslin | Msg/GenMsgs/sensor_msgs/JoyFeedbackArray.cs | 1,034 | C# |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
/////////////////////////////////////////////////////////... | 38.375 | 227 | 0.37785 | [
"Apache-2.0"
] | Sirokujira/MicroFrameworkPK_v4_3 | Framework/Subset_of_CorLib/System/Reflection/RuntimeMethodInfo.cs | 921 | C# |
namespace JoinRpg.Dal.Impl.Migrations
{
using System.Data.Entity.Migrations;
public partial class ProjectPlugins : DbMigration
{
public override void Up()
{
CreateTable(
"dbo.ProjectPlugins",
c => new
{
ProjectP... | 30.65625 | 86 | 0.508665 | [
"MIT"
] | HeyLaurelTestOrg/joinrpg-net | src/JoinRpg.Dal.Impl/Migrations/201606092055571_ProjectPlugins.cs | 981 | C# |
using System;
using System.Windows.Media;
using TomLabs.WPF.Tools;
namespace TomLabs.KCDModToolbox.App.ViewModels.Sandbox.Console
{
public class ConsoleEntry : BaseViewModel
{
public bool IsUserInput { get; set; }
public DateTime Created { get; set; }
public string CommandText { get; set; }
public Color Fo... | 20.152542 | 80 | 0.659378 | [
"MIT"
] | TomasBouda/KCD-ModToolbox | src/TomLabs.KCDModToolbox/TomLabs.KCDModToolbox.App/ViewModels/Sandbox/Console/ConsoleEntry.cs | 1,191 | C# |
using EasyAbp.EShop.Plugins;
using EasyAbp.EShop.Orders;
using EasyAbp.EShop.Payments;
using EasyAbp.EShop.Products;
using EasyAbp.EShop.Stores;
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.AutoMapper;
using Volo.Abp.Modularity;
using Volo.Abp.Application;
namespace EasyAbp.EShop
{
[DependsOn(
... | 31.555556 | 83 | 0.709507 | [
"MIT"
] | EasyAbp/EShop | integration/EasyAbp.EShop/src/EasyAbp.EShop.Application/EasyAbp/EShop/EShopApplicationModule.cs | 1,138 | C# |
/*
* Copyright (c) InWorldz Halcyon Developers
* Copyright (c) Contributors, http://opensimulator.org/
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above c... | 45.04878 | 80 | 0.731456 | [
"BSD-3-Clause"
] | Ana-Green/halcyon-1 | OpenSim/Framework/Communications/Capabilities/LLSDCapEvent.cs | 1,847 | C# |
// <copyright file="IGitClogRunner.cs" company="Float">
// Copyright (c) 2020 Float, All rights reserved.
// Shared under an MIT license. See license.md for details.
// </copyright>
using System;
using System.Collections.Generic;
namespace Cake.Git.Clog
{
/// <summary>
/// An interface for the git-clog runne... | 31.870968 | 84 | 0.632591 | [
"MIT"
] | steverichey/Cake.Git.Clog | Cake.Git.Clog/IGitClogRunner.cs | 990 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
using Microsoft.ML.Calibrators;
using Microsoft.ML.Data;
using... | 46.542373 | 345 | 0.719683 | [
"MIT"
] | 1Crazymoney/machinelearning | src/Microsoft.ML.AutoML/TrainerExtensions/BinaryTrainerExtensions.cs | 10,986 | C# |
using EmbyTV.EPGProvider;
using MediaBrowser.Controller.Net;
using ServiceStack;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using EmbyTV.Configuration;
using EmbyTV.TunerHost;
namespace EmbyTV.Api
{
[Route("/EmbyTv/SchedulesDirect/Headends", "GET")]
public class Ge... | 32.137255 | 154 | 0.693716 | [
"MIT"
] | thecat18/MediaBrowser.Plugins | EmbyTV/Api/EmbyTvConfigService.cs | 1,641 | C# |
using System;
using System.Globalization;
using System.Linq;
using System.Reflection;
using BoDi;
using FluentAssertions;
using Moq;
using Xunit;
using TechTalk.SpecFlow.Bindings.Discovery;
using TechTalk.SpecFlow.Configuration;
using TechTalk.SpecFlow.Infrastructure;
using TechTalk.SpecFlow.RuntimeTests.Infrastructure... | 43 | 197 | 0.686669 | [
"Apache-2.0",
"MIT"
] | Blackbaud-ChrisKessel/SpecFlow | Tests/TechTalk.SpecFlow.RuntimeTests/TestRunnerManagerRunnerCreationTests.cs | 4,816 | C# |
using System;
using System.Collections.Specialized;
using System.Configuration.Install;
using System.Diagnostics;
using System.Net;
using System.ServiceProcess;
using System.Threading;
using System.Threading.Tasks;
using System.Text;
using System.Linq;
using System.IO;
namespace StackExchange.NetGain
{
public cla... | 41.252011 | 164 | 0.498733 | [
"MIT"
] | ASSETEX/Aych.netgain | src/StackExchange.NetGain/TcpService.cs | 15,389 | C# |
#region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | 40.754934 | 122 | 0.532427 | [
"MIT"
] | aburias/hotcakes-commerce-core | Libraries/Hotcakes.Commerce.Dnn/DnnAffiliateRepository.cs | 24,781 | C# |
using System;
namespace YourMoviesForum.Data.Common.Models
{
public abstract class BaseDeletetableModel<TKey> : BaseModel<TKey>, IDeletableEntity
{
public bool IsDeleted { get; set ; }
public string DeletedOn { get ; set; }
}
}
| 23.454545 | 88 | 0.678295 | [
"MIT"
] | PetarNeshkov/YourMoviesForum | YourMoviesForum/Data/YourMoviesForum.Data.Common/Models/BaseDeletetableModel.cs | 260 | C# |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using Syst... | 32.611111 | 98 | 0.664395 | [
"MIT"
] | Alexey-Tkachenko/NumericUpDown | TestNumericUpDown/MainWindow.xaml.cs | 1,763 | C# |
using System;
using Microsoft.Extensions.Options;
namespace Perfectphase.Azure.AppService.EasyAuth.AzureAd
{
public class PostConfigureEasyAuthAzureAdOption : IPostConfigureOptions<AzureAdOptions>
{
public void PostConfigure(string name, AzureAdOptions options)
{
if (!options.Login... | 29.6 | 91 | 0.606757 | [
"MIT"
] | perfectphase/Perfectphase.Azure.AppService.EasyAuth | src/Perfectphase.Azure.AppService.EasyAuth/AzureAd/PostConfigureEasyAuthAuthenticationOption.cs | 742 | C# |
//-----------------------------------------------------------------------
// <copyright file="RandomizeScaleAndRotation.cs" company="Google LLC">
//
// Copyright 2020 Google LLC. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance ... | 35.777778 | 89 | 0.640994 | [
"Apache-2.0"
] | MRzNone/arcore-depth-lab | Assets/ARRealismDemos/OrientedReticle/Scripts/RandomizeScaleAndRotation.cs | 1,610 | C# |
using Esendexers.HomelessWays.Services;
using Microsoft.AspNetCore.Mvc;
namespace Esendexers.HomelessWays.Web.Controllers
{
public class ImageController : HomelessWaysControllerBase
{
private readonly IImageStorageService _imageStorageService;
public ImageController(IImageStorageService image... | 32.75 | 73 | 0.755725 | [
"MIT"
] | MarkDaviesEsendex/Hack2018 | src/src/Esendexers.HomelessWays.Web/Controllers/ImageController.cs | 526 | C# |
using System;
namespace Gov.Cscp.Victims.Public.Models
{
public class DynamicsProgramSurplus
{
public string vsd_surplusplanreportid { get; set; }
public bool vsd_surplusremittance { get; set; }
public DateTime? vsd_datesubmitted { get; set; }
// public string vsd_surplusplanid ... | 32.142857 | 107 | 0.684444 | [
"Apache-2.0"
] | NovaVic/pssg-cscp-cpu | cpu-app/Models/program-surplus/DynamicsProgramSurplus.cs | 450 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.AspNetCore.Testing;
using Microsoft.Exten... | 47.163636 | 131 | 0.576523 | [
"MIT"
] | 48355746/AspNetCore | src/Servers/test/FunctionalTests/NtlmAuthenticationTest.cs | 5,188 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("No... | 37.648649 | 84 | 0.744436 | [
"MIT"
] | chriseldredge/Nowin | NowinTests/Properties/AssemblyInfo.cs | 1,396 | C# |
using UnityEngine;
using UnityEditor;
using UnityEditor.IMGUI.Controls;
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using Model=UnityEngine.AssetGraph.DataModel.Version2;
namespace UnityEngine.AssetGraph {
[System.Seriali... | 39.512048 | 177 | 0.576536 | [
"MIT"
] | DXS9L/Autoya | Assets/Editor/AssetGraph-1.4-release/UnityEngine.AssetGraph/Editor/GUI/BatchBuild/GraphCollectionExecuteTab.cs | 13,120 | C# |
namespace Ding.Net.Sip.Message
{
/// <summary></summary>
public class SipJoin : SipValueWithParams
{
#region 属性
#endregion
#region 扩展属性
#endregion
}
} | 15.461538 | 45 | 0.557214 | [
"MIT"
] | EnhWeb/DC.Framework | src/Ding.Net/Sip/Message/SipJoin.cs | 215 | C# |
using Newtonsoft.Json;
namespace Core.NeopleOpenApi.Model
{
public class Job
{
[JsonProperty("jobId")]
public string JobId { get; set; } = default!;
[JsonProperty("jobName")]
public string JobName { get; set; } = default!;
[JsonProperty("rows")]
public JobGrow[... | 20.823529 | 55 | 0.579096 | [
"MIT"
] | aradtamako/AradMasterGenerator | Core/NeopleOpenApi/Model/Job.cs | 354 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Numbers
{
class Program
{
static void Main(string[] args)
{
List<int> numbers = Console.ReadLine().Split().Select(int.Parse).ToList();
List<int> kekw = new List<int>();
double avgNu... | 26.23913 | 86 | 0.367854 | [
"MIT"
] | hidden16/SoftUni-Fundamentals | MidExamPreparation/Numbers/Program.cs | 1,209 | C# |
using CacheByAttribute.Core;
using CacheByAttribute.Core.CacheProviders;
using CacheByAttribute.Core.Statistics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
namespace CacheByAttribute.Test.Attributes.CacheManager
{
[TestClass]
public class StatisticsTests
{
private const string ... | 33.128205 | 111 | 0.634933 | [
"MIT"
] | davidames/CacheByAttribute | source/Test.Core/CacheManager/StatisticsTests.cs | 3,878 | C# |
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// 设置面板控制
/// </summary>
public class SettingsPanel : MonoBehaviour
{
public const char ResolutionSeperator = '×';
AudioSource bgmSource;
AudioSource sfxSource;
void ... | 41.858537 | 170 | 0.646079 | [
"MIT"
] | seahore/Sangjiagou | Assets/Scripts/UI/Specified/SettingsPanel.cs | 8,658 | C# |
/*
* Copyright (C) 2016, Jaguar Land Rover
* This program is licensed under the terms and conditions of the
* Mozilla Public License, version 2.0. The full text of the
* Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
*/
using UnityEngine;
using System.Collections;
public enum TrafLightState { RE... | 22.815789 | 76 | 0.636678 | [
"MPL-2.0"
] | DavidGoedicke/genivi-vehicle-simulator | Assets/Scripts/Traffic/TrafficLightContainer.cs | 869 | C# |
using System;
using System.Data;
using System.Data.SqlClient;
using Csla;
using Csla.Data;
namespace ParentLoadRO.Business.ERLevel
{
/// <summary>
/// A03_Continent_Child (read only object).<br/>
/// This is a generated base class of <see cref="A03_Continent_Child"/> business object.
/// <... | 32.936842 | 162 | 0.600192 | [
"MIT"
] | CslaGenFork/CslaGenFork | trunk/Samples/DeepLoad/ParentLoadRO.Business/ERLevel/A03_Continent_Child.Designer.cs | 3,129 | C# |
using System;
using Fusion.Controllers;
using Fusion.View.Properties;
using Fusion.View.Validators;
using Fusion.View.ViewModel;
using Fusion.View.Views;
namespace Fusion.View.Actions.Settings
{
public class SaveSettingsAction : BaseAction<SettingsWindow, SettingsViewModel>
{
private readonly IConfigur... | 26.188235 | 114 | 0.738095 | [
"MIT"
] | StevenThuriot/Fusion | Fusion.View/Actions/Settings/SaveSettingsAction.cs | 2,228 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using System.Linq;
#if ENABLE_TENSORFLOW
using TensorFlow;
#endif
namespace MLAgents
{
/// CoreBrain which decides actions using internally embedded TensorFlow model.
public class CoreB... | 37.291667 | 171 | 0.556827 | [
"Apache-2.0"
] | AaltoArtificialIntelligenceSociety/robot_project_ml_agents | unity-environment/Assets/ML-Agents/Scripts/CoreBrainInternal.cs | 22,377 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using Nop.Core.Infrastructure;
using Nop.Plugin.Api.Helpers;
using Nop.Plugin.Api.Maps;
namespace Nop.Plugin.Api.Delta
{
public class Delta<TDto> where TDto : class, new()
{
private TDto _dto;
private readonly IMappingH... | 39.898649 | 127 | 0.547163 | [
"MIT"
] | hoatv1008/api-plugin-for-nopcommerce | Nop.Plugin.Api/Delta/Delta.cs | 5,907 | C# |
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Vega.Migrations
{
public partial class User_BirthDate_Added : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<DateTime>(
name: "BirthDate",... | 28.192308 | 91 | 0.572988 | [
"Apache-2.0"
] | emre-guler/VegaAPI | Vega/Migrations/20210622195846_User_BirthDate_Added.cs | 735 | C# |
//******************************************************************************************************
// IChannelFrame.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... | 41.44697 | 130 | 0.605008 | [
"MIT"
] | GridProtectionAlliance/gsf | Source/Libraries/GSF.PhasorProtocols/IChannelFrame.cs | 5,474 | C# |
using System;
using R5T.Angleterria;
using R5T.Lombardy;using R5T.T0064;
namespace R5T.Pompeii.Default
{[ServiceImplementationMarker]
/// <summary>
/// Gets the binaries directory path from the solution file path assuming the standard development directory structure enforced by Visual Studio:
/... | 60.636364 | 185 | 0.787106 | [
"MIT"
] | MinexAutomation/R5T.Pompeii.Default | source/R5T.Pompeii.Default/Code/Services/Implementations/StandardProjectBuildOutputBinariesDirectoryPathProvider.cs | 3,335 | C# |
using System.ComponentModel.DataAnnotations;
namespace ConsoleAppNetCore3Ef3.EntityFrameworkCore.Entities
{
public class RoomDetail
{
[Key]
public int Id { get; set; }
public int Windows { get; set; }
public int Beds { get; set; }
public RoomDetail()
... | 19.8 | 61 | 0.505051 | [
"MIT"
] | Logerfo/LINQKit | examples/ConsoleAppNetCore3Ef3/EntityFrameworkCore/Entities/RoomDetail.cs | 497 | C# |
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, (Version 4.5.0.0) All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* ... | 37.093333 | 119 | 0.582058 | [
"BSD-3-Clause"
] | Krypton-Suite/standard-toolkit | Source/Krypton Components/Krypton.Navigator/Palette/NavigatorButton.cs | 19,477 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 38.680556 | 180 | 0.60395 | [
"MIT"
] | arkadiusz-gorecki/3D-Shape-Editor | Properties/Resources.Designer.cs | 2,787 | C# |
namespace Catel.Data
{
using System;
using System.Collections.Generic;
using System.Linq;
using Catel.Logging;
using Catel.Reflection;
/// <summary>
/// Memory efficient typed property bag that takes care of boxing.
/// </summary>
public partial class TypedPropertyBag : PropertyBag... | 29.161765 | 205 | 0.527484 | [
"MIT"
] | Catel/Catel | src/Catel.Core/Data/PropertyBags/TypedPropertyBag.cs | 1,985 | C# |
namespace NanoLoggerLevelEnricher.Test
{
using System;
using Moq;
using Serilog;
using Serilog.Configuration;
using Xunit;
public class NanoLoggerLevelEnricherExtensions
{
[Fact]
public void NanoLoggerLevelEnricher_Add()
{
// arrange
var logg... | 26 | 106 | 0.581319 | [
"MIT"
] | prrandrade/NanoLogger | test/NanoLoggerLevelEnricher.Test/NanoLoggerLevelEnricherExtensions.cs | 912 | C# |
using TramsDataApi.ResponseModels.ApplyToBecome;
namespace TramsDataApi.UseCases
{
public interface IGetA2BContributor
{
A2BContributorResponse Execute(string contributorId);
}
} | 22.111111 | 61 | 0.773869 | [
"MIT"
] | DFE-Digital/trams-data-api | TramsDataApi/UseCases/IGetA2BContributor.cs | 199 | C# |
using System;
using System.Collections.Generic;
using System.Numerics;
using System.Linq;
using SharpGLTF.Collections;
namespace SharpGLTF.Schema2
{
partial class KHR_lights_punctualglTFextension
{
internal KHR_lights_punctualglTFextension(ModelRoot root)
{
_lights = ... | 38.682927 | 169 | 0.587822 | [
"MIT"
] | bertt/SharpGLTF | src/SharpGLTF.Core/Schema2/khr.lights.cs | 11,104 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Identity.Client.Core;
using Microsoft.Identity.Client.Http;
using Microsoft.Identity.Client.UI;
using Microsof... | 40.690647 | 145 | 0.582037 | [
"MIT"
] | isra-fel/microsoft-authentication-library-for-dotnet | src/client/Microsoft.Identity.Client/Platforms/uap/WebUI.cs | 5,658 | C# |
using System;
using System.IO;
using System.Collections.Specialized;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using Xamarin.MacDev;
namespace Xamarin.MacDev.Tasks
{
public abstract class CodesignVerifyTaskBase : ToolTask
{
#region Inputs
public string SessionId { get; set; }
[Requ... | 21.695652 | 113 | 0.709419 | [
"BSD-3-Clause"
] | Acidburn0zzz/xamarin-macios | msbuild/Xamarin.MacDev.Tasks.Core/Tasks/CodesignVerifyTaskBase.cs | 1,499 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Generator3.Renderer.Public
{
public static class Constructors
{
public static string Render(this IEnumerable<Model.Public.Constructor> constructors)
{
return constructors
.Select(constructo... | 24.058824 | 92 | 0.645477 | [
"MIT"
] | GirCore/gir.core | src/Generation/Generator3/Renderer/Public/Constructor/Constructors.cs | 411 | C# |
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using static UI.UIProperties;
namespace UI.UserControls.TaskControls
{
/// <summary>
/// Interaction logic for ModifyTask.xaml
/// </summary>
public partial class ModifyTask : UserControl
{
... | 32.746835 | 138 | 0.536529 | [
"MIT"
] | Miroslav312/RedsPO | RedsPO/UI/UserControls/TaskControls/ModifyTask.xaml.cs | 2,589 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEditor.IMGUI.Controls;
using UnityEngine;
namespace Unity.ProjectAuditor.Editor.UI
{
class AssemblySelectionWindow : EditorWindow
{
MultiColumnHeaderState m_MultiColumnHeaderState;
MultiSelectionTab... | 35.014085 | 140 | 0.609413 | [
"MIT"
] | avram/ProjectAuditor | Editor/UI/AssemblySelectionWindow.cs | 4,972 | C# |
namespace Day07Task1Result
{
public static class Data
{
public static long[] Program => new long[] { 3, 8, 1001, 8, 10, 8, 105, 1, 0, 0, 21, 34, 43, 60, 81, 94, 175, 256, 337, 418, 99999, 3, 9, 101, 2, 9, 9, 102, 4, 9, 9, 4, 9, 99, 3, 9, 102, 2, 9, 9, 4, 9, 99, 3, 9, 102, 4, 9, 9, 1001, 9, 4, 9, 102, 3... | 226.875 | 1,741 | 0.421488 | [
"MIT"
] | sowiszcze/AdventOfCode2019 | Day07Task1Result/Data.cs | 1,817 | C# |
namespace PrintAllMinionNames
{
using System;
using System.Collections.Generic;
using Microsoft.Data.SqlClient;
class Engine
{
public void Run()
{
using (var connection = new SqlConnection(Configuration.ConnectionString))
{
connection.Open();... | 27.033333 | 86 | 0.493835 | [
"MIT"
] | ivanov-mi/SoftUni-Training | 05EntityFrameworkCore/01AdoNetIntroduction/07PrintAllMinionNames/Engine.cs | 1,624 | C# |
namespace OJS.Workers.ExecutionStrategies.NodeJs
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using OJS.Workers.Common;
using OJS.Workers.Common.Extensions;
using OJS.Workers.ExecutionStrategies.Models;
... | 35.724528 | 127 | 0.546953 | [
"MIT"
] | Digid-GMAO/MyTested.AspNet.TV | src/Huge Code Base/Open Judge System/Workers/OJS.Workers.ExecutionStrategies/NodeJs/NodeJsPreprocessExecuteAndRunCodeAgainstUnitTestsWithMochaExecutionStrategy.cs | 9,469 | C# |
/*
* SHSim.act - wpn_DCRack
*
* © 2007-2016 skwas. All rights reserved.
* This code is provided as is. Change at your own risk.
* --------------------------------------------------
*
* S3D template for the wpn_DCRack controller of Silent Hunter.
*
* For documentation on templates, requirements and restrict... | 21.869565 | 100 | 0.638171 | [
"Apache-2.0"
] | skwasjer/SilentHunter | src/SilentHunter.Controllers/SHSim/wpn_DCRack.cs | 1,009 | C# |
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Security.Principal;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
... | 44.244646 | 195 | 0.491426 | [
"MIT"
] | shijuraj/PnP-Tools | Solutions/SharePoint.Search.QueryTool/SearchQueryTool/MainWindow.xaml.cs | 146,673 | C# |
//
// Copyright (c) 2010-2018 Antmicro
// Copyright (c) 2011-2015 Realtime Embedded
//
// This file is licensed under the MIT License.
// Full license text is available in 'licenses/MIT.txt'.
//
using System;
using Antmicro.Renode.Core;
using Antmicro.Renode.Core.Structure;
using Antmicro.Renode.Logging;
using Antmicr... | 32.742537 | 94 | 0.485926 | [
"MIT"
] | UPBIoT/renode-iot | src/Infrastructure/src/Emulator/Peripherals/Peripherals/I2C/XIIC.cs | 8,775 | C# |
using System;
using System.Collections.Generic;
using Advertise.DomainClasses.Entities.Users;
using Microsoft.AspNet.Identity.EntityFramework;
namespace Advertise.DomainClasses.Entities.Roles
{
/// <summary>
/// </summary>
public class Role : IdentityRole<Guid, UserRole>
{
#region NavigationPr... | 23.238095 | 68 | 0.563525 | [
"Apache-2.0"
] | imangit/Advertise | Advertise/Advertise.DomainClasses/Entities/Roles/Role.cs | 1,003 | C# |
namespace ARMeilleure.Decoders
{
class OpCode32AluReg : OpCode32Alu, IOpCode32AluReg
{
public int Rm { get; }
public new static OpCode Create(InstDescriptor inst, ulong address, int opCode) => new OpCode32AluReg(inst, address, opCode);
public OpCode32AluReg(InstDescriptor inst, ulong ... | 29.133333 | 133 | 0.638444 | [
"MIT"
] | 0MrDarn0/Ryujinx | ARMeilleure/Decoders/OpCode32AluReg.cs | 439 | C# |
/*
* Copyright 2018 JDCLOUD.COM
*
* 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 law or agreed to in... | 23.847222 | 76 | 0.567851 | [
"Apache-2.0"
] | jdcloud-api/jdcloud-sdk-net | sdk/src/Service/Vod/Model/CategoryObject.cs | 1,855 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Web;
/**
* @author Allware Ltda. (http://www.allware.cl)
* @copyright 2015 Transbank S.A. (http://www.tranbank.cl)
* @date May 2016
* @license GNU LGPL
* @version 1.0
*/
name... | 30.691176 | 107 | 0.586967 | [
"BSD-3-Clause"
] | TransbankDevelopers/libwebpay-dotnet | transbank.net/sample/certificates/cert-normal-mall.cs | 2,094 | C# |
/*********************************************
作者:曹旭升
QQ:279060597
访问博客了解详细介绍及更多内容:
http://blog.shengxunwei.com
**********************************************/
namespace Sheng.SailingEase.Components.WindowComponent.View
{
partial class WindowEditView
{
private System.... | 50.06087 | 161 | 0.585374 | [
"MIT"
] | ckalvin-hub/Sheng.Winform.IDE | SourceCode/Source/Components/Components.Window/View/WindowEditView.designer.cs | 5,805 | C# |
/*
* Copyright 2013 ThirdMotion, 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 law or agreed... | 23.478873 | 84 | 0.717457 | [
"Apache-2.0"
] | Lenovezhou/Screenshow | Assets/Scripts/StrangeIoC/scripts/strange/extensions/context/impl/ContextView.cs | 1,667 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
namespace DataStructures.Graphs
{
public class GraphNode<T, TCost> : Node<T>
where TCost : IComparable
{
public List<Neighbor<T, TCost>> Neighbors { get; private set; }
public GraphNode(T value) : base(value) {
... | 25.555556 | 76 | 0.566667 | [
"MIT"
] | pablocsilva/algorithms | DataStructures/Graphs/GraphNode.cs | 692 | C# |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | 34.20197 | 134 | 0.570935 | [
"Apache-2.0"
] | Vfialkin/aws-sdk-net | sdk/src/Services/AppMesh/Generated/Model/CreateRouteRequest.cs | 6,943 | C# |
using System.Linq;
using Dalmatian.Web.ViewModels.Dogs;
using Dalmatian.Web.ViewModels.Persons;
namespace Dalmatian.Web.Areas.Administration.Controllers
{
using Dalmatian.Services.Data;
using Dalmatian.Web.ViewModels.Administration.Dashboard;
using Microsoft.AspNetCore.Mvc;
public class DashboardCon... | 38.673913 | 119 | 0.666105 | [
"MIT"
] | angelneychev/Dalmatian | src/Web/Dalmatian.Web/Areas/Administration/Controllers/DashboardController.cs | 1,781 | C# |
using System.Collections.Generic;
using System.ComponentModel;
using GeneticSharp.Domain.Randomizations;
using System.Linq;
namespace GeneticSharp.Domain.Mutations
{
/// <summary>
/// Partial Shuffle Mutation (PSM).
/// <remarks>
/// In the partial shuffle mutation operator, we take a sequence S limit... | 36.741379 | 167 | 0.610981 | [
"MIT"
] | JianLoong/GeneticSharp | src/GeneticSharp.Domain/Mutations/PartialShuffleMutation.cs | 2,133 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace DMTools.Web.Areas.Identity.Pages.Account.Manage
{
public cla... | 36.805556 | 153 | 0.632075 | [
"MIT"
] | PeshekhonovK/DMTools | Web/DMTools.Web/Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml.cs | 2,650 | C# |
// 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;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore.Storage;
namespace Microsoft.EntityFrameworkCor... | 27.810127 | 111 | 0.630405 | [
"Apache-2.0"
] | Alecu100/EntityFrameworkCore | test/EFCore.Relational.Tests/TestUtilities/FakeProvider/FakeRelationalDatabaseCreator.cs | 2,197 | C# |
using System;
using NUnit.Framework;
using NUnit.Framework.Constraints;
using Microsoft.Maui.Controls.Core.UnitTests;
namespace Microsoft.Maui.Controls.Xaml.UnitTests
{
public partial class StyleSheet : ContentPage
{
public StyleSheet()
{
InitializeComponent();
}
public StyleSheet(bool useCompiledXaml)
... | 25.152174 | 90 | 0.73293 | [
"MIT"
] | pictos/maui | src/Controls/tests/Xaml.UnitTests/StyleSheet.xaml.cs | 1,157 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GSMailApi
{
class GSMail
{
}
}
| 13.153846 | 33 | 0.725146 | [
"MIT"
] | ALEX-ANV/GSMail | GSMailApi/GSMail.cs | 173 | C# |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 44.179487 | 138 | 0.790482 | [
"Apache-2.0"
] | brightness007/unofficial-aliyun-openapi-net-sdk | aliyun-net-sdk-domain/Domain/Transform/V20180129/SaveSingleTaskForDeletingDSRecordResponseUnmarshaller.cs | 1,723 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrimeiroTests
{
internal class ContasTests
{
}
}
| 14.538462 | 33 | 0.746032 | [
"MIT"
] | N0N4T0/dio-bootcamp-1 | Primeiro/PrimeiroTests/ContasTests.cs | 191 | C# |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | 30.043011 | 106 | 0.525412 | [
"MIT"
] | andrewcampkin/squidex | backend/src/Squidex.Domain.Apps.Core.Model/Apps/Roles.cs | 5,591 | C# |
using System;
using System.Numerics;
using LBPLibrary;
using LBP.UnitTests;
using Accord.Math;
using System.IO;
using Xunit;
namespace LBP.UnitTests
{
public class BMPWriterTests
{
TestImage testImg = new TestImage(); // Initialize testimage function
string filename = Directory.GetCurrentDire... | 30.698113 | 126 | 0.62815 | [
"MIT"
] | MIPT-Oulu/LocalBinaryPattern | LBP/LBP.UnitTests/Tests/BMPWriterTests.cs | 1,629 | C# |
// 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 ... | 41.64 | 128 | 0.633365 | [
"Apache-2.0"
] | googleapis/googleapis-gen | google/cloud/resourcemanager/v3/google-cloud-resourcemanager-v3-csharp/Google.Cloud.ResourceManager.V3.StandaloneSnippets/TagBindingsClient.ListTagBindingsResourceNamesAsyncSnippet.g.cs | 3,123 | C# |
//
// NonNullDictionary.cs
//
// Copyright (c) 2017 Couchbase, 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
//
// http://www.apache.org/licenses/LICENSE-2... | 25.219626 | 130 | 0.559755 | [
"Apache-2.0"
] | Pio1006/couchbase-lite-net | src/Couchbase.Lite.Shared/Util/NonNullDictionary.cs | 5,399 | C# |
namespace Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210
{
using Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.PowerShell;
/// <summary>Recovery plan A2A input.</summary>
[System.ComponentModel.TypeConverter(typeof(RecoveryPlanA2AInputTypeConverter))]
public partial class Reco... | 69.792593 | 353 | 0.706113 | [
"MIT"
] | AverageDesigner/azure-powershell | src/Migrate/generated/api/Models/Api20210210/RecoveryPlanA2AInput.PowerShell.cs | 9,288 | C# |
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Abp.Application.Services.Dto;
using Abp.AspNetCore.Mvc.Authorization;
using WeixinProject.Authorization;
using WeixinProject.Controllers;
using WeixinProject.Users;
using WeixinProject.Web.Models.Users;
namespace WeixinProject.Web.Controllers
{
[... | 32.06383 | 150 | 0.633709 | [
"MIT"
] | Yuexs/WeixinProject | src/WeixinProject.Web.Mvc/Controllers/UsersController.cs | 1,509 | C# |
using KD.Dova.Api;
using System.Collections.Generic;
namespace KD.Dova.Utils
{
/// <summary>
/// Contains mapping for Java types.
/// </summary>
internal static class JavaMapper
{
private const string JAVA_ARRAY_FIELD_CHAR = "[";
private static List<JavaType> JAVA_TYPES { get; set... | 39.065217 | 171 | 0.587646 | [
"MIT"
] | Sejoslaw/KD.Dova | KD.Dova/Utils/JavaMapper.cs | 1,799 | C# |
/*
Copyright (c) 2014 Code Owls LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, dist... | 38.486486 | 92 | 0.780197 | [
"MIT"
] | jzabroski/SHiPS | src/p2f/src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/IPathResolver.cs | 1,426 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Xml;
namespace InDesign.Renew.XML
{
public partial class FormPrincipal... | 39.977273 | 176 | 0.677658 | [
"MIT"
] | diegodipalma/InDesign.Renew.XML | InDesign.Renew.XML/FormPrincipale.cs | 1,762 | C# |
namespace DotBPE.Rpc
{
public enum AuditLogType
{
ClientCall = 1,
ServiceReceive = 2
}
}
| 13 | 28 | 0.564103 | [
"MIT"
] | dotbpe/dotbpe | src/DotBPE.Rpc/Diagnostics/AuditLogType.cs | 117 | C# |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Extensions;
using Microsoft.CodeAnalysis.CSh... | 46.575758 | 161 | 0.61825 | [
"Apache-2.0"
] | DaiMichael/roslyn | src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.cs | 6,150 | C# |
using CarWash.Persistence.Models;
using CarWash.Persistence.UseCases.WorkDays;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
namespace CarWash.Tests.Core
{
[TestClass]
public class WorkDaysFormatterTests
{
[TestMethod]
public void Shoul... | 29.12766 | 87 | 0.490504 | [
"MIT"
] | krisSzell/CarWash | CarWash/CarWash.Tests/Core/WorkDaysFormatterTests.cs | 2,740 | C# |
namespace Vwm.RTree.Api.Exceptions
{
public class ForbiddenException: ApiExceptionBase
{
public ForbiddenException(string message)
: base(message, HttpStatusCodes._Forbidden)
{
}
}
}
| 18.909091 | 51 | 0.711538 | [
"MIT"
] | tousekjan/fit-ctu-vwm-rtree | server/Vwm.RTree.Api/Exceptions/ForbiddenException.cs | 210 | C# |
// Programmer: Carl Childers
// Date: 9/25/2017
//
// Handles pausing, and creates an indicator showing exactly when the game will resume after pausing.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Pauser : MonoBehaviour {
public string PauseButt... | 24.034562 | 127 | 0.712204 | [
"MIT"
] | marooncarl/marooncarl.github.io | MaxJuggle/UI/InGame/Pauser.cs | 10,433 | C# |
using UnityEngine;
using System.Collections.Generic;
public class TwoPlayers : MonoBehaviour
{
public GameObject greySquare;
private float iniXPos;
private float iniYPos;
private void Start()
{
this.iniXPos = -6f;
this.iniYPos = 0.5f;
this.LoadGrid();
}
privat... | 22.772727 | 79 | 0.461078 | [
"MIT"
] | HudsonSchumaker/Color-Square | xbox/Assets/Scripts/TwoPlayers.cs | 1,503 | C# |
// Amplify Shader Editor - Visual Shader Editing Tool
// Copyright (c) Amplify Creations, Lda <info@amplify.pt>
using UnityEngine;
using UnityEditor;
using System;
namespace AmplifyShaderEditor
{
[System.Serializable]
[NodeAttributes( "Vector3", "Constants", "Vector3 property", null, KeyCode.Alpha3 )]
public seale... | 35.358268 | 257 | 0.708607 | [
"MIT"
] | affloeck/Vanish | Assets/Plugins/AmplifyShaderEditor/Plugins/Editor/Nodes/Constants/Vector3Node.cs | 8,981 | C# |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Formatting;
using System.Net.Http.Headers;
using System.W... | 47.204955 | 229 | 0.586431 | [
"MIT"
] | ognjengt/heavylink | Heavylink/Heavylink/Areas/HelpPage/SampleGeneration/HelpPageSampleGenerator.cs | 20,959 | C# |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace Microsoft.Azure.Cosmos.Query
{
using System;
using System.Collections.Generic;
using System.Net;
using S... | 42 | 148 | 0.65379 | [
"MIT"
] | JohnLTaylor/azure-cosmos-dotnet-v3 | Microsoft.Azure.Cosmos/src/Query/CosmosProxyItemQueryExecutionContext.cs | 4,118 | C# |
namespace Laba_graphic_10
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </s... | 37.28 | 110 | 0.557225 | [
"MIT"
] | IlonaZellka/DonNU | course_2/computer_graphics/Laba_graphic_10/Laba_graphic_10/Form1.Designer.cs | 3,063 | C# |
namespace MathCore.Monads.WorkFlow
{
/// <summary>Работа, возвращающая указанное константное значение</summary>
/// <typeparam name="T">Тип возвращаемого работой значения</typeparam>
public class ConstValueWork<T> : Work<T>
{
/// <summary>Значение, возвращаемое работой</summary>
public ... | 46.277778 | 118 | 0.677071 | [
"MIT"
] | Infarh/MathCore | MathCore/Monads/WorkFlow/ConstValueWork.cs | 1,043 | C# |
#if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
name... | 28.081301 | 159 | 0.607122 | [
"BSD-3-Clause"
] | doupihule/gameDemo | Assets/XLua/Gen/SpineSkinAttachmentKeyTupleWrap.cs | 3,456 | C# |
using System;
using Newtonsoft.Json;
namespace RavenNest.BusinessLogic.Patreon
{
internal class TypeEnumConverter : JsonConverter
{
public override bool CanConvert(Type t) => t == typeof(TypeEnum) || t == typeof(TypeEnum?);
public override object ReadJson(JsonReader reader, Type t, object exi... | 33.775862 | 115 | 0.520163 | [
"MIT"
] | zerratar/RavenNest | src/RavenNest.BusinessLogic/Patreon/TypeEnumConverter.cs | 1,961 | C# |
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WFA_Kalitim
{
class IPhone :MobilePhone
{
public byte KameraSayisi { get; set; }
public byte KameraMP { get; set; }
... | 18.5 | 47 | 0.621622 | [
"MIT"
] | BercKoskun/CSharpBilge | OOP/30.01/WFA_Kalitim/WFA_Kalitim/IPhone.cs | 335 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace Concurrency.Models
{
public class ConcurrentAccountWithToken : BankAccount
{
}
}
| 15.636364 | 57 | 0.75 | [
"MIT"
] | priyank89patel/EFCore_Concurrency | src/Concurrency/Concurrency/Models/ConcurrentAccountWithToken.cs | 174 | C# |
// (c) 2021 Francesco Del Re <francesco.delre.87@gmail.com>
// This code is licensed under MIT license (see LICENSE.txt for details)
using SharpSanitizer.Entity;
using SharpSanitizer.Enum;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text.RegularExpressions;
namespace SharpSan... | 40.793651 | 117 | 0.479507 | [
"MIT"
] | engineering87/SharpSanitizer | src/SharpSanitizer/SharpSanitizer.cs | 7,712 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IvyFEM
{
public class TetrahedronFEEdge2ndInterpolate : IEdgeInterpolate3D
{
public TetrahedronFE Owner { get; set; }
public TetrahedronFEEdge2ndInterpolate()
... | 40.696563 | 115 | 0.38164 | [
"Apache-2.0"
] | ryujimiya/IvyFEM | src/IvyFEM/IvyFEM/TetrahedronFEEdge2ndInterpolate.cs | 48,601 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 30.29078 | 188 | 0.582768 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Network/V20200301/GetVirtualRouter.cs | 4,271 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.ComponentModel;
using Pulumi;
namespace Pulumi.AzureNative.ContainerService.V20190601
{
/// <summary>
/// AgentPoolType represen... | 75.401302 | 316 | 0.753193 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/ContainerService/V20190601/Enums.cs | 34,760 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
namespace NotFoundMiddlewareSample.Middleware
{
public class NotFoundPageMidd... | 21.281022 | 153 | 0.597496 | [
"MIT"
] | ardalis/NotFoundMiddlewareSample | src/NotFoundMiddlewareSample/Middleware/NotFoundPageMiddleware.cs | 5,831 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class TaiwanCalendarToDateTime
{
public static IEnumerable<object[]> ToD... | 29.5 | 91 | 0.482794 | [
"MIT"
] | belav/runtime | src/libraries/System.Globalization.Calendars/tests/TaiwanCalendar/TaiwanCalendarToDateTime.cs | 1,947 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.