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) pCYSl5EDgo. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
namespace MSPack.Processor.CLI
{
public class DepsJson
{
public RuntimeTarget runtimeTarget { get; set; }
... | 29.842105 | 102 | 0.686067 | [
"MIT"
] | pCYSl5EDgo/MSPack-Processor | src/CommandLineInterface/deps.json/DepsJson.cs | 569 | C# |
using CairoDesktop.Common.Logging;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Interop;
using System.Windows.Media;
namespace CairoDesktop
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
prote... | 38.45679 | 292 | 0.559551 | [
"Apache-2.0"
] | dekiertanna/cairoshell | Cairo Desktop/Cairo Desktop/App.xaml.cs | 3,117 | C# |
namespace JiraAssistant.Domain.NavigationMessages
{
public class OpenAgileBoardPickupMessage
{
}
}
| 15.571429 | 50 | 0.770642 | [
"MIT"
] | sceeter89/jira-client | JiraAssistant.Domain/NavigationMessages/OpenAgileBoardPickupMessage.cs | 111 | C# |
using System;
using Mochizuki.Fantasma.Extensions;
using NUnit.Framework;
namespace Mochizuki.Fantasma.Tests.Extensions
{
[TestFixture]
internal class MethodInfoExtensionsTest
{
public interface IInterfaceA
{
void MethodA();
}
public class InterfaceImplClassA... | 24.169811 | 67 | 0.568306 | [
"MIT"
] | mika-archived/Unity-Fantasma | Assets/Mochizuki/Fantasma/Tests/Extensions/MethodInfoExtensionsTest.cs | 1,283 | C# |
/* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, 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.... | 32.351351 | 83 | 0.394319 | [
"Apache-2.0"
] | cube-soft/Cube.Core | Tests/Core/Sources/Collections/ObservableTest.cs | 5,987 | C# |
using System.Diagnostics.CodeAnalysis;
using SCUMSLang.SyntaxTree.Definitions;
namespace SCUMSLang.SyntaxTree.References
{
internal interface IHasParentBlock
{
[NotNull]
BlockDefinition? ParentBlock { get; set; }
[MemberNotNullWhen(true, nameof(ParentBlock))]
bool HasParentBlo... | 22.666667 | 54 | 0.697059 | [
"MIT"
] | SCUMSLang/SCUMSLang | src/SCUMSLang/src/SyntaxTree/References/IHasParentBlock.cs | 342 | C# |
namespace AdventureGameCreator.Entities
{
public class Treasure : Item
{
}
} | 12.857143 | 40 | 0.666667 | [
"MIT"
] | AdventureGameCreator/AdventureGameCreator | Assets/AdventureGameCreator/Entities/Treasure.cs | 92 | C# |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Reflection;
namespace Ezfx.Csv
{
public static partial class CsvContext
{
public static T[] ReadFile<T>(string path, string tableName, CsvConfig config)
where T : new()
{
#if NET20 ||... | 29.870968 | 114 | 0.472282 | [
"Apache-2.0"
] | EricWebsmith/csv2entity | Core/Ezfx.Csv/Core/CsvContext`1_DB.cs | 2,780 | C# |
/*
* Copyright 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 "license" fi... | 36.08547 | 157 | 0.61748 | [
"Apache-2.0"
] | Hazy87/aws-sdk-net | sdk/src/Services/SimpleEmailV2/Generated/Model/Internal/MarshallTransformations/CreateDedicatedIpPoolRequestMarshaller.cs | 4,222 | C# |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using HubSpot.Model;
namespace HubSpot.Contacts.Filters {
public class SearchContactFilter : ContactFilter
{
private readonly string _searchQuery;
public SearchContactFilter(string searchQuery)
{
... | 35.782609 | 196 | 0.710814 | [
"MIT"
] | Kralizek/hubspot-dotnet-sdk | src/HubSpot/Contacts/Filters/SearchContactFilter.cs | 825 | 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;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Syste... | 45.507177 | 174 | 0.622227 | [
"Apache-2.0"
] | AdamSpeight2008/roslyn-1 | src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs | 9,513 | C# |
#region License
//The MIT License (MIT)
//Copyright (c) 2014 Konrad Huber
//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... | 37.410256 | 89 | 0.749143 | [
"MIT"
] | devxkh/FrankE | Editor/VEX/Modules/Core/VEX.Core.Shared/Settings/ProjectSettingsItem.cs | 1,461 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Bot.Builder;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Builder.Dialogs.Choices;
using Mic... | 45.923664 | 170 | 0.639295 | [
"MIT"
] | Aliacf21/BotBuilder-Samples | samples/csharp_dotnetcore/82.skills-sso-cloudadapter/SkillBot/Dialogs/SsoSkillDialog.cs | 6,018 | C# |
using System;
namespace MoviesDatabase.Core.Entities
{
public abstract class Entity
{
public Guid Id { get; set; }
}
}
| 14.1 | 38 | 0.631206 | [
"Apache-2.0"
] | ilievv/movies-database-api | src/MoviesDatabase.Core/Entities/Entity.cs | 143 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
usin... | 52.048077 | 263 | 0.631027 | [
"MIT"
] | 93mishra/azure-sdk-for-net | sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayCollection.cs | 21,652 | C# |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.IO;
using System.Reflection;
namespace Microsoft.AspNet.Mvc
{
public class ViewComponentContext
{
public ... | 29.576923 | 111 | 0.672302 | [
"Apache-2.0"
] | moljac/Mvc | src/Microsoft.AspNet.Mvc.Core/ViewComponents/ViewComponentContext.cs | 769 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using TTY.Api.Throttle.Extensions;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
namespace TTY.Api.Throttle.Redis.Cache
{
public class RedisCacheOptionsExtension : IApiThrottleOptionsExt... | 31.703704 | 96 | 0.734813 | [
"MIT"
] | chenjian8541/gmp | src/TTY.Api.Throttle/Redis/Cache/RedisCacheOptionsExtension.cs | 858 | C# |
// Copyright (c) 2014, Kinvey, Inc. All rights reserved.
//
// This software is licensed to you under the Kinvey terms of service located at
// http://www.kinvey.com/terms-of-use. By downloading, accessing and/or using this
// software, you hereby accept such terms of service (and any agreement referenced
// therein)... | 29.575397 | 113 | 0.677311 | [
"Apache-2.0"
] | KinveyApps/TestDrive-Xamarin | android/MainActivity.cs | 7,455 | C# |
using UnityEngine;
using System.Collections;
using KCore;
using KData;
using KScene;
namespace KCore
{
public class KColorUtil
{
/// <summary>
/// 解析颜色字符串,两种格式,抄自官方文档
/// Strings that do not begin with '#' will be parsed as literal colors, with the following supported:
/// red, cyan, blue, darkb... | 22.216216 | 168 | 0.664234 | [
"MIT"
] | beckheng/BBTowerDefense | BBTowerDefense_Client/Assets/Standard Assets/KCore/KColor/KColorUtil.cs | 858 | C# |
using NadekoBot.Core.Services.Database.Models;
using Newtonsoft.Json;
namespace NadekoBot.Modules.Searches.Common
{
public interface IStreamResponse
{
FollowedStream.FType StreamType { get; }
string Name { get; }
int Viewers { get; }
string Title { get; }
bool Live { ge... | 31.931818 | 81 | 0.564947 | [
"MIT"
] | Kuromu/NadekoBot | NadekoBot.Core/Modules/Searches/Common/StreamResponses.cs | 5,622 | C# |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Net.Http.Headers;
using System.Web.Http;
using System.Web.Http.Description;
using ActionableRestfulApiErrors.Areas.HelpPage.Models;
na... | 55.370968 | 196 | 0.654894 | [
"MIT"
] | ivanmartinvalle/actionable-restful-api-errors | ActionableRestfulApiErrors/Areas/HelpPage/HelpPageConfigurationExtensions.cs | 13,732 | C# |
using System;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
using DrawShape;
using DrawShape.Android;
using Android.Graphics;
[assembly:ExportRenderer (typeof(ShapeView), typeof(ShapeRenderer))]
namespace DrawShape.Android
{
public class ShapeRenderer : ViewRenderer<ShapeView, Shape>
{
public ShapeRe... | 22 | 81 | 0.738245 | [
"MIT"
] | chrispellett/Xamarin-Forms-Shape | Android/ShapeRenderer.cs | 640 | C# |
using AutoMapper;
using DutchTreat.Data.Entities;
using DutchTreat.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace DutchTreat.Data
{
//this is the configuration class for mapping,which is required by startup class when addding service
publ... | 30.769231 | 109 | 0.66 | [
"MIT"
] | RuchiraGamage/DutchTreat | DutchTreat/Data/DutchMappingProfile.cs | 802 | C# |
using Microsoft.Extensions.Logging;
using System;
using System.Diagnostics;
using System.IO;
using System.Net.WebSockets;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
namespace KubeClient.Extensions.WebSockets.Tests
{
/// <summary>
/// Tests for <see cref="KubeApi... | 41.537415 | 173 | 0.570586 | [
"MIT"
] | AndreasBieber/dotnet-kube-client | test/KubeClient.Extensions.WebSockets.Tests/PodExecTests.cs | 6,106 | C# |
namespace bgTeam.ProcessMessages
{
using bgTeam.Queues;
public interface IEntityMapService
{
/// <summary>
/// Конвертирует сообзение из очереди в объект EntityMap.
/// </summary>
/// <param name="message">Сообщение из очереди.</param>
/// <returns></retur... | 26.266667 | 66 | 0.598985 | [
"MIT"
] | 101stounarm101/bgTeam.Core | src/bgTeam.Core.Esb/ProcessMessages/IEntityMapService.cs | 451 | C# |
using System.Collections.Generic;
using UnityEngine;
namespace FairyGUI
{
/// <summary>
///
/// </summary>
class MaterialPool
{
List<NMaterial> _items;
List<NMaterial> _blendItems;
MaterialManager _manager;
string[] _variants;
public MaterialPool(MaterialManager manager, string[] variants)
{
_ma... | 18.428571 | 78 | 0.603739 | [
"MIT"
] | amyvmiwei/Fishing | Client/Assets/FairyGUI/Scripts/Core/MaterialPool.cs | 2,195 | C# |
#region Using directives
using System;
using System.Reflection;
using System.Runtime.InteropServices;
#endregion
// 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: Asse... | 33.375 | 78 | 0.7603 | [
"MIT"
] | Stevie-O/SharpLua | OLD.SharpLua/SharpLua.Web.TestPages/AssemblyInfo.cs | 1,070 | C# |
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated>
using System;
using System.Collections.Generic;
#nullable disable
namespace T0001
{
public partial class Inassit
{
public Inassit()
{
InassitD = new HashSet<InassitD>();
... | 32.09375 | 97 | 0.587147 | [
"MIT"
] | twoutlook/BlazorServerDbContextExample | BlazorServerEFCoreSample/T0001/Inassit.cs | 1,029 | C# |
using System.Web.Mvc;
using Kendo.Mvc.Examples.Models;
using Kendo.Mvc.Extensions;
using Kendo.Mvc.UI;
using System.Linq;
namespace Kendo.Mvc.Examples.Controllers
{
public partial class GridController : Controller
{
public ActionResult EditingCustomValidation()
{
return View();
... | 34.2 | 147 | 0.568551 | [
"MIT"
] | asajin/sf_accounting_001 | kendoui/wrappers/aspnetmvc/Examples/Controllers/Web/Grid/EditingCustomValidationController.cs | 1,541 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BAFactory.Moira.Core
{
public abstract class ExecutionResult
{
public bool Done { get; set; }
public bool Undone { get; set; }
public String ResultText { get; set; }
}
}
| 21.2 | 47 | 0.632075 | [
"Apache-2.0"
] | carlos-takeapps/moira | Core/Elements/ExecutionResult.cs | 320 | C# |
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace Workday.Recruiting
{
[GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrough, ... | 20.622951 | 136 | 0.72655 | [
"MIT"
] | matteofabbri/Workday.WebServices | Workday.Recruiting/Former_WorkerObjectIDType.cs | 1,258 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using NuGet.Common;
namespace NuGet.Commands
{
[Command(typeof(NuGetCommand), "list", "ListCommandDescription",
UsageSummaryResourceName = "ListComma... | 37.082759 | 136 | 0.495444 | [
"ECL-2.0",
"Apache-2.0"
] | themotleyfool/NuGet | src/CommandLine/Commands/ListCommand.cs | 5,379 | C# |
using MYBAR.CustomControls;
using MYBAR.CustomControls.POS;
using MYBAR.Helper;
using MYBAR.Model;
using MYBAR.Raports;
using MYBAR.Services;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;... | 28.43314 | 243 | 0.528065 | [
"MIT"
] | ademvelika/ADI-BAR | MyBar/MYBAR/View/POSView.xaml.cs | 9,783 | 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... | 29.1 | 81 | 0.601375 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/HealthcareApis/Outputs/FhirServiceCorsConfigurationResponse.cs | 1,746 | C# |
using UIWidgets;
namespace UIWidgetsSamples.Shops {
/// <summary>
/// Harbor list view.
/// </summary>
public class HarborListView : ListViewCustom<HarborListViewComponent,HarborOrderLine> {
/// <summary>
/// Sets component data with specified item.
/// </summary>
/// <param name="component">Component.</p... | 33.2 | 90 | 0.738454 | [
"MIT"
] | Winward996/Chat_Socket | Assets/UIWidgets/Sample Assets/Shops/HarborShop/HarborListView.cs | 1,994 | C# |
// Copyright (c) 2015 - 2020 Doozy Entertainment. All Rights Reserved.
// This code can only be used under the standard Unity Asset Store End User License Agreement
// A Copy of the EULA APPENDIX 1 is available at http://unity3d.com/company/legal/as_terms
namespace Doozy.Engine.Touchy
{
/// <summary>
/// D... | 23.719298 | 93 | 0.470414 | [
"MIT"
] | AcidBurn9494/InterviewTask | Assets/Doozy/Engine/Touchy/Enums/Swipe.cs | 1,352 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
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 System.Windows.Media;
using System.Windows.Media.Imaging;... | 21.931034 | 45 | 0.715409 | [
"MIT"
] | Brevering/Databases_2017_Teamwork | MoviesSystem/WpfMovieSystem/MainWindow.xaml.cs | 638 | C# |
namespace TourOfHeroesDTOs.UserDtos
{
using System;
using System.Collections.Generic;
using TourOfHeroesData.Models;
using TourOfHeroesMapping.Mapping;
using BlogDtos;
using CommentDtos;
public class GetUserDTO : IMapFrom<ApplicationUser>
{
public string Id { get; set; }
... | 22.966667 | 64 | 0.647315 | [
"MIT"
] | goofy5752/AngularJS | TourOfHeroesWebApi/TourOfHeroesDTOs/UserDtos/GetUserDTO.cs | 691 | C# |
// Copyright 2011 Murray Grant
//
// 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 agre... | 42.582524 | 404 | 0.639079 | [
"Apache-2.0"
] | ligos/babybashxna | BabyGame/BabyGame/Components/FrameTimerComponent.cs | 4,388 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 49.95082 | 614 | 0.661963 | [
"MIT"
] | DamienTehDemon/msgraph-sdk-dotnet | src/Microsoft.Graph/Generated/model/ParentalControlSettings.cs | 3,047 | C# |
namespace AnyOf.SourceGenerator
{
public enum OutputType
{
Context = 0,
Console,
File
}
} | 11.636364 | 32 | 0.53125 | [
"MIT"
] | StefH/AnyOf | src/AnyOfCodeGenerator/OutputType.cs | 130 | C# |
namespace Sculptor.Infrastructure.ConsoleAbstractions
{
public interface ITerminal
{
void RenderText(string text);
}
} | 19.857143 | 54 | 0.705036 | [
"MIT"
] | JSONLewis/Sculptor | Sculptor.Infrastructure/ConsoleAbstractions/ITerminal.cs | 141 | C# |
namespace Kentico.Kontent.Urls.Delivery.QueryParameters.Filters
{
/// <summary>
/// Represents a filter that matches a content item if the specified content element or system attribute doesn't have the specified value.
/// </summary>
public sealed class NotEqualsFilter : Filter
{
/// <summa... | 43.736842 | 168 | 0.655836 | [
"MIT"
] | Kentico/delivery-sdk-net | Kentico.Kontent.Urls/Delivery/QueryParameters/Filters/NotEqualsFilter.cs | 833 | C# |
using OpenRasta.Web;
using Ramone.Tests.Common;
namespace Ramone.Tests.Server.Handlers
{
public class ApplicationErrorHandler
{
public object Get(int code)
{
return new OperationResult.BadRequest
{
ResponseResource = new ApplicationError
{
Message = "Erro... | 19.2 | 48 | 0.570313 | [
"MIT"
] | ArvoX/Ramone | Ramone.Tests.Server/Handlers/ApplicationErrorHandler.cs | 386 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Windows.Input;
using Xamarin.Forms;
namespace XFCustomControls.Ext
{
public class Picker : Xamarin.Forms.Picker
{
private IEnumerable<object> _objectItems;
... | 37.072727 | 124 | 0.527056 | [
"MIT"
] | AlexeySidorov/XFCustomControls | XFCustomControls.Ext/Picker.cs | 6,119 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using BTCPayServer.Payments.Lightning.CLightning;
using NBitcoin;
namespace BTCPayServer.Tests
{
public class LightningDTester
{
ServerTester parent;
public LightningDTester(ServerTester parent, st... | 27.916667 | 132 | 0.698507 | [
"MIT"
] | buypolarbear/btcpayserver | BTCPayServer.Tests/LightningDTester.cs | 672 | C# |
using System;
using System.CodeDom.Compiler;
using System.Dynamic;
using System.Collections.Generic;
using TobascoTest.TestEnums;
namespace TobascoTest.GeneratedEntity
{
[GeneratedCode("Tobasco", "1.0.0.0")]
[Serializable]
public partial class CPK12 : DifferentBase
{
private string _training;
public string Trai... | 20.795918 | 58 | 0.71737 | [
"Apache-2.0"
] | VictordeBaare/Tobasco | TobascoTest/GeneratedEntity/CPK12_Generated.cs | 1,021 | C# |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using DocumentFormat.OpenXml.Packaging;
using Ap = DocumentFormat.OpenXml.ExtendedProperties;
using Vt = DocumentFormat.OpenXml.VariantT... | 50.249867 | 257 | 0.659702 | [
"Apache-2.0"
] | Aliceljm1/openxml | DocumentFormat.OpenXml.Tests/ConformanceTest/Slicer/GeneratedDocument.cs | 94,588 | C# |
// Copyright(c) Microsoft Corporation.
// All rights reserved.
//
// Licensed under the MIT license. See LICENSE file in the solution root folder for full license information
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ApplicationCore;
using ApplicationCore.... | 24.833333 | 108 | 0.755034 | [
"MIT"
] | kulado/ProposalManager | WebReact/ViewModels/DocumentListViewModel.cs | 598 | 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("07... | 38.459459 | 84 | 0.742797 | [
"Apache-2.0"
] | genadi60/SoftUni | MethodsExercises/07. Primes in Given Range/Properties/AssemblyInfo.cs | 1,426 | C# |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Xaml;
using System.Windows.Markup;
using System.Linq;
namespace Eto.Serialization.Xaml
{
class EtoXamlSchemaContext : XamlSchemaContext
{
public const string EtoFormsNamespace = "http://schema.picoe.ca/eto.forms";
readonly Dict... | 30.986301 | 109 | 0.695402 | [
"BSD-3-Clause"
] | DavidRutten/Eto | Source/Eto.Serialization.Xaml/EtoXamlSchemaContext.cs | 2,262 | C# |
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Demos.Web.Areas.Foo")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Demos")]
[assembly: AssemblyCompany("Nb")]
[assembly: AssemblyCopyright("版权所有 Nb")]
[assembly: AssemblyTr... | 27.892857 | 56 | 0.715749 | [
"Apache-2.0"
] | congzw/MvcTemplate | src/Demos.Web/Areas/Foo/Properties/AssemblyInfo.cs | 1,037 | C# |
namespace MaterialSkin.Controls
{
using MaterialSkin.Animations;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using System.Windows.Forms;
public class MaterialCheckbox : CheckBox, IMaterialControl
{
... | 36.571865 | 186 | 0.525295 | [
"MIT"
] | lukaszmn/MaterialSkin | MaterialSkin/Controls/MaterialCheckBox.cs | 11,961 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class InspectRotation : MonoBehaviour
{
[SerializeField]
float eulerAngX;
[SerializeField]
float eulerAngY;
[SerializeField]
float eulerAngZ;
void Update() {
eulerAngX = transform.localEule... | 19.173913 | 49 | 0.69161 | [
"MIT"
] | DiarKarim/PrendoSim_2 | PrendoSim/Assets/_Scripts/InspectRotation.cs | 443 | C# |
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// 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("TinyImage")]
[assemb... | 43.462963 | 98 | 0.707712 | [
"MIT"
] | bkarvelas/tiny-image | TinyImage/TinyImage/Properties/AssemblyInfo.cs | 2,350 | 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... | 37.125 | 380 | 0.680976 | [
"Apache-2.0"
] | test-wiz-sec/pulumi-azure-nextgen | sdk/dotnet/Batch/V20190801/Inputs/AutoUserSpecificationArgs.cs | 1,188 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace DataSourceControlsHW
{
public partial class Continents : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
... | 21.909091 | 133 | 0.709544 | [
"MIT"
] | shopOFF/Telerik-Academy-Courses | ASP.NET-Web-Forms/06. ASP.NET-DataSource-Controls/Homework/DataSourceControlsHW/DataSourceControlsHW/Continents.aspx.cs | 484 | C# |
using System;
namespace ResidualNet.Timeline
{
/// <summary>
/// Represents the interface to a value interval that has the lower and upper contiguous interval boundaries.
/// </summary>
public interface IInterval<T> : IIntervalLower<T>, IIntervalUpper<T>
where T : struct, IComparable<T>
{
... | 47 | 125 | 0.660239 | [
"MIT"
] | daerhiel/Residual.Net | ResidualNet.Containers/ResidualNet.Containers/Timeline/Interfaces/IInterval.cs | 1,506 | C# |
//------------------------------------------------------------------------------
// <copyright file="WmlImageAdapter.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------... | 37.304348 | 219 | 0.543124 | [
"Apache-2.0"
] | 295007712/295007712.github.io | sourceCode/dotNet4.6/ndp/fx/src/mit/System/Web/UI/MobileControls/Adapters/WmlImageAdapter.cs | 3,432 | C# |
// <auto-generated />
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using MishMash.Data;
namespace MishMash.Data.Migrations
{
[DbContext(typeof(MishMashContext))]
... | 33.340909 | 125 | 0.523517 | [
"MIT"
] | kriss98/C-Projects | SIS/MishMash.Data/Migrations/MishMashContextModelSnapshot.cs | 2,936 | C# |
namespace Gu.Reactive.Demo.Converters
{
using System;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Markup;
using System.Windows.Media;
[MarkupExtensionReturnType(typeof(BooleanToBrushConverter))]
[ValueConversion(typeof(bool), typeof(Brush))]
public class... | 31.210526 | 112 | 0.629005 | [
"MIT"
] | GuOrg/Gu.Reactive | Gu.Reactive.Demo/Converters/BooleanToBrushConverter.cs | 1,188 | C# |
using UnityEngine;
public class TransformInterface : MonoBehaviour
{
public Transform value;
public Vector3 position => value.position;
}
| 18.375 | 47 | 0.761905 | [
"MIT"
] | Will9371/Character-Template | Assets/Playcraft/Quality of Life/Type Based/Transform/TransformInterface.cs | 147 | C# |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; ... | 45.994624 | 131 | 0.812274 | [
"Apache-2.0"
] | luizfbicalho/Camunda.NET | camunda-bpm-platform-net/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/parse/FoxFailedJobParseListenerTest.cs | 8,557 | C# |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Web;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NPoco;
using Umbraco.Core.Cache;
using Umbraco.Core.Composing;
using Umbraco.Core.I... | 42.101449 | 186 | 0.564682 | [
"MIT"
] | AaronSadlerUK/Umbraco-CMS | src/Umbraco.Core/Sync/DatabaseServerMessenger.cs | 29,050 | C# |
using System;
namespace TMS.Nbrb.Core.Models
{
/// <summary>
/// Currency rate properties.
/// </summary>
public class Rate
{
public int Cur_ID { get; set; }
public DateTime Date { get; set; }
public string Cur_Abbreviation { get; set; }
public int Cur_Scale { get; ... | 24 | 52 | 0.578704 | [
"MIT"
] | StephenRogonov/TMS-DotNet-Group-2-Rogonov | src/TMS.Nbrb.Core/Models/Rate.cs | 434 | C# |
namespace App1.Models
{
public class NativeDevice
{
public string Id { get; set; }
public string Name { get; set; }
}
}
| 16.555556 | 40 | 0.563758 | [
"MIT"
] | nhoppasit/BluetoothLE-XF | src/App1/App1/App1/Models/NativeDevice.cs | 151 | C# |
using UnityEngine;
public class CookiesTileEvent : TileEvent
{
private int matchCount;
private int requiredAmount;
public CookiesTileEvent(int amount)
{
requiredAmount = amount;
}
public override void OnMatch()
{
matchCount++;
Debug.Log("Cookies Matched");... | 17.387097 | 47 | 0.543599 | [
"Unlicense"
] | Larsspawn/dilo-chapter-7-matchtree | Assets/Scripts/TileEvent/CookiesTileEvent.cs | 541 | C# |
using Starcounter;
using Starcounter.Advanced;
using System.Linq;
using System;
using System.Collections.Generic;
namespace Colab.Public
{
[MenuItem_json]
partial class MenuItem : Json
{
protected override void OnData()
{
}
public Type PageType;
public Boolean Ha... | 19.116279 | 60 | 0.545012 | [
"MIT"
] | colabers/Colab.Public.Tools | Colab.Public.Tools/Menu/MenuItem.json.cs | 822 | C# |
using DomainEventsConsole.Interfaces;
using DomainEventsConsole.Model;
using System;
namespace DomainEventsConsole.Events
{
public class AppointmentConfirmed : IDomainEvent
{
public Appointment Appointment { get; set; }
public DateTime DateOccurred { get; private set; }
public Appointm... | 28.809524 | 94 | 0.684298 | [
"MIT"
] | ardalis/DomainEventsConsole | Events/AppointmentConfirmed.cs | 605 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using UIKit;
namespace BindingPathDemos.iOS
{
public class Application
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a diffe... | 23.238095 | 91 | 0.637295 | [
"Apache-2.0"
] | NoleHealth/xamarin-forms-book-preview-2 | Chapter16/BindingPathDemos/BindingPathDemos/BindingPathDemos.iOS/Main.cs | 490 | C# |
using System;
using System.Net.Mail;
using System.Text.RegularExpressions;
namespace YourShares.Domain.Util
{
public static class ValidateUtils
{
public static bool IsNullOrEmpty(string data)
{
return string.IsNullOrEmpty(data);
}
public static bool IsNullOrEmpty(G... | 22.826087 | 58 | 0.504762 | [
"MIT"
] | fptu-prm391-group3/YourShares_ServerAPI | YourShares.Domain/Util/ValidateUtils.cs | 1,052 | C# |
#if !NETSTANDARD13
/*
* Copyright 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 ... | 39.363636 | 150 | 0.666667 | [
"Apache-2.0"
] | PureKrome/aws-sdk-net | sdk/src/Services/GroundStation/Generated/Model/_bcl45+netstandard/ListSatellitesPaginator.cs | 3,897 | C# |
// MessageFormat for .NET
// - IFormatter.cs
// Author: Jeff Hansen <jeff@jeffijoe.com>
// Copyright (C) Jeff Hansen 2014. All rights reserved.
using System.Collections.Generic;
namespace Jeffijoe.MessageFormat.Formatting
{
/// <summary>
/// A Formatter is what transforms a pattern into a string, using t... | 37.819672 | 137 | 0.594278 | [
"MIT"
] | jeffijoe/messageformat.net | src/Jeffijoe.MessageFormat/Formatting/IFormatter.cs | 2,309 | 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... | 38.865672 | 146 | 0.559524 | [
"Apache-2.0"
] | DetlefGolze/aws-sdk-net | sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ElasticGpusUnmarshaller.cs | 5,208 | C# |
/////////////////////////////////////////////////////////////////////////////////////////////////
//
// IL2C - A translator for ECMA-335 CIL/MSIL to C language.
// Copyright (c) 2016-2019 Kouji Matsui (@kozy_kekyo, @kekyo2)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this f... | 36.89243 | 111 | 0.606587 | [
"Apache-2.0"
] | am11/IL2C | IL2C.Core/ILConveters/LdelemConverters.cs | 9,262 | 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.
#nullable disable
using System;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Mi... | 40.362162 | 128 | 0.51828 | [
"MIT"
] | 333fred/roslyn | src/VisualStudio/Core/Def/Implementation/Options/LocalUserRegistryOptionPersister.cs | 7,469 | C# |
/*
* Copyright 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 "license" fi... | 36.595506 | 191 | 0.671477 | [
"Apache-2.0"
] | ChristopherButtars/aws-sdk-net | sdk/src/Services/SageMaker/Generated/Model/Internal/MarshallTransformations/EnableSagemakerServicecatalogPortfolioRequestMarshaller.cs | 3,257 | C# |
// Copyright 2007-2018 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// 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
... | 34.64557 | 113 | 0.671538 | [
"ECL-2.0",
"Apache-2.0"
] | codigoespagueti/MassTransit | src/MassTransit.AmazonSqsTransport/Contexts/SharedConnectionContext.cs | 2,739 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Webscraper.Core.DataTypes;
using Excel = Microsoft.Office.Interop.Excel;
namespace Webscraper.Core.JobOutput
{
class ItemExcelFileOutput : IJobOutput<ItemProps>
{
public string OutputFileDir { get; set; } = Environment.GetFo... | 23.75 | 107 | 0.65731 | [
"MIT"
] | denisd3219/webscraper | Webscraper/Core/JobOutput/ItemExcelFileOutput.cs | 1,712 | C# |
using System.Threading.Tasks;
using Ansibility.Web.ApiModels;
using Ansibility.Web.ApiModels.Enums;
using Ansibility.Web.Exceptions;
namespace Ansibility.Web.Services
{
public interface ITaskCenter
{
/// <summary>
/// add task
/// </summary>
/// <param name="ansibilityTask"></p... | 28.69697 | 65 | 0.581837 | [
"MIT"
] | newbe36524/Ansibility | src/Ansibility.Web/Services/ITaskCenter.cs | 949 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace FlatFile.Core.Attributes.Extensions
{
internal static class AttributeUtil
{
public static T GetAttribute<T>(this FieldInfo field, bool inherited = true) where T : Attribute
{
retur... | 32.809524 | 120 | 0.63643 | [
"MIT"
] | juhntao/FlatFile | src/FlatFile.Core.Attributes/Extensions/AttributeUtil.cs | 2,758 | C# |
using CrashNSaneLoadDetector;
using LiveSplit.Model;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using Syste... | 32.967347 | 272 | 0.705666 | [
"MIT"
] | thomasneff/LiveSplit.CTRNitroFueledLoadRemover | ComponentSettings.cs | 48,464 | C# |
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Quix.Snowflake.Writer.Configuration
{
[ExcludeFromCodeCoverage]
public class BrokerConfiguration
{
/// <summary>
/// The topic name used for display purposes
/// </summary>
public string Topi... | 33.354839 | 171 | 0.628627 | [
"Apache-2.0"
] | quixai/quix-library | csharp/destinations/snowflake/Quix.Snowflake.Writer/Configuration/BrokerConfiguration.cs | 1,036 | C# |
using System;
namespace FruitProject
{
class Program
{
static void Main(string[] args)
{
Fruit fruta = new Fruit("green","medium");
fruta.grow("bigger");
Avocado palta = new Avocado("Medium","Green", true);
palta.ripe("turn black")... | 18.2 | 65 | 0.458791 | [
"MIT"
] | vinostroza/HW5.31 | FruitProject/FruitProject/Program.cs | 366 | C# |
using SamuraiApp.Data;
using System.Linq;
using Microsoft.EntityFrameworkCore;
namespace SamuraiApp.UI
{
internal class RawSqlInteractions
{
private static SamuraiContext _context = new SamuraiContext();
public static void Interact()
{
//QuerySamuraiBattleStats();
... | 40.312977 | 127 | 0.595152 | [
"MIT"
] | chunk1ty/FrameworkPlayground | src/EntityFrameworkCore/SamuraiApp/SamuraiApp.UI/RawSqlInteractions.cs | 5,283 | C# |
namespace UglyToad.MakeMe.Makers.PostalCode
{
using System;
using System.Collections.Generic;
using Data;
using Specification.PostalCode;
internal class PostalCodeMaker : Maker<string>
{
private readonly PostalCodeSpecification specification;
private static readonly Dictionary<... | 35.342105 | 112 | 0.636634 | [
"MIT"
] | UglyToad/MakeMe | UglyToad.MakeMe/Makers/PostalCode/PostalCodeMaker.cs | 1,345 | C# |
namespace TeamCity.CSharpInteractive.Tests.UsageScenarios
{
using System.Collections;
using System.Collections.Generic;
using Contracts;
public class Scenario: IHost
{
public IHost Host => this;
public IReadOnlyList<string> Args { get; } = new List<string>
{
"Ar... | 32.910714 | 122 | 0.589257 | [
"MIT"
] | JetBrains/teamcity-csharp-interactive | TeamCity.CSharpInteractive.Tests/UsageScenarios/Scenario.cs | 1,843 | C# |
namespace Seal
{
partial class ReportDesigner
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <para... | 62.141005 | 160 | 0.681438 | [
"Apache-2.0"
] | andr3i4o/Seal-Report | Projects/SealReportDesigner/ReportDesigner.Designer.cs | 38,343 | C# |
using GameDev.tv_Assets.Scripts.Inventories;
namespace GameDev.tv_Assets.Scripts.UI.Inventories
{
/// <summary>
/// Allows the `ItemTooltipSpawner` to display the right information.
/// </summary>
public interface IItemHolder
{
InventoryItem GetItem();
}
}
| 22.384615 | 73 | 0.683849 | [
"MIT"
] | brinleyzhao1/Whimel-A-Magic-Academy | Assets/Asset Packs/GameDev.tv Assets/Scripts/UI/Inventories/IItemHolder.cs | 293 | C# |
using System;
using System.Windows;
using System.Windows.Input;
using Magellan;
using Magellan.Events;
using Magellan.Progress;
using Magellan.Transitionals;
namespace iPhone
{
public partial class MainWindow : Window, INavigationProgressListener
{
public MainWindow()
{
InitializeC... | 27.191489 | 100 | 0.599374 | [
"MIT"
] | rog1039/magellan-framework | src/Samples/iPhone/MainWindow.xaml.cs | 1,280 | C# |
using Application.Common.Mappings;
using AutoMapper;
using Domain.Entities.Insurance;
namespace Application.Stammdaten.Queries.GetTitel
{
public class TitelDto : IMapFrom<Titel>
{
public int Id { get; set; }
public string BezeichnungKurz { get; set; }
public string Beschreibung { get; ... | 25.444444 | 51 | 0.633188 | [
"MIT"
] | RotterAxel/NettoAPI-Github | Application/Stammdaten/Queries/GetTitel/TitelDto.cs | 460 | C# |
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Response
{
/// <summary>
/// AlipayEcoMycarMaintainShopQueryResponse.
/// </summary>
public class AlipayEcoMycarMaintainShopQueryResponse : AlipayResponse
{
/// <summary>
... | 31.922619 | 131 | 0.562558 | [
"MIT"
] | LuohuaRain/payment | src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayEcoMycarMaintainShopQueryResponse.cs | 6,655 | C# |
using System;
using com.spacepuppy.Collections;
namespace com.spacepuppy.Utils
{
/// <summary>
/// Waits a duration of time and then calls a System.Action.
///
/// This can accept a System.Collections.IEnumerator just like a Coroutine, but it does not respect any yield instructions. All yielded obje... | 24.397163 | 168 | 0.564244 | [
"MIT"
] | lordofduct/spacepuppy-unity-framework-4.0 | Framework/com.spacepuppy.radicalcoroutine/Runtime/src/Utils/InvokeHandle.cs | 3,442 | C# |
// <copyright file="ParticipantDataEntity.cs" company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
namespace WaterCoolerAPI.Repositories.ParticipantData
{
using System;
using Microsoft.Azure.Cosmos.Table;
/// <summary>
/// Participant data entity class.
/// This e... | 27.309524 | 67 | 0.565824 | [
"MIT"
] | 7w8mds/teek-che | WaterCoolerAPI/WaterCoolerAPI/Repositories/ParticipantData/ParticipantDataEntity.cs | 1,149 | C# |
namespace ModularityPro.ViewModels
{
public class LoginViewModel
{
public string UserName { get; set; }
public string Email { get; set; }
public string Password { get; set; }
}
} | 21.777778 | 40 | 0.673469 | [
"Apache-2.0"
] | djzevenbergen/test-mdp | ModularityPro/ViewModels/LoginViewModel.cs | 196 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TextHelper
{
public class Ciphre
{
private string pomPasswd = "";
public string helpflPasswd = "";
private string hexalPattern = "0123456789ABCDEF";
pu... | 30.934426 | 95 | 0.45628 | [
"MIT"
] | MichalKyjovsky/CourseWorkNPRG030 | TextHelper/Ciphre.cs | 1,889 | C# |
///-----------------------------------------------------------------
/// Author: Messaia
/// AuthorUrl: http://messaia.com
/// Date: 27.01.2018 18:17:18
/// Copyright (©) 2018, MESSAIA.NET, all Rights Reserved.
/// Licensed under the Apache License, Version 2.0.
///... | 29.206897 | 82 | 0.4634 | [
"Apache-2.0"
] | fouadmess/NetCore | Messaia.Net.Shop.Impl/Models/Cart/CartItem.cs | 1,697 | C# |
using FpML.V5r10.Reporting.ModelFramework;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Orion.Analytics.DayCounters;
namespace Orion.Analytics.Tests.Dates
{
[TestClass]
public class DayCounterHelperTest
{
[TestMethod]
public void ParseTest()
{
IDayCounter d... | 23.722222 | 71 | 0.674473 | [
"BSD-3-Clause"
] | mmrath/Highlander.Net | FpML.V5r10.Tests/FpML.V5r10.Analytics.Tests/Dates/DayCounterHelperTest.cs | 429 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Runtime.Serialization;
using Vts.Common;
using Vts.IO;
using Vts.MonteCarlo.Helpers;
using Vts.MonteCarlo.PhotonData;
namespace Vts.MonteCarlo.Detectors
{
/// <summary>
/// Tally for pMC estimation of reflec... | 42.864662 | 135 | 0.509472 | [
"MIT"
] | VirtualPhotonics/Vts.Silverlight | src/Vts/MonteCarlo/Detectors/pMCROfFxAndTimeDetector.cs | 11,404 | C# |
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
/* DirectAccess64.cs -- direct reading IRBIS64 databases
* Ars Magna project, http://arsmagna.ru
* -------------------------------------------------------
... | 29.963115 | 94 | 0.510874 | [
"MIT"
] | fossabot/ManagedIrbis | Source/Classic/Libs/ManagedIrbis/Source/Direct/DirectAccess64.cs | 16,273 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.