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 |
|---|---|---|---|---|---|---|---|---|
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Diagnostics;
using System.Buffers;
using System.Threading.Tasks;
namespace mxProject.Devs.DataGeneration.Fields
{
/// <summary>
/// Basic implement of a field that generates a tuple of multiple values.
/// ... | 26.768116 | 113 | 0.609637 | [
"MIT"
] | mxProject/DataGenerator | mxProject.Devs.DataGenerator/mxProject.Devs.DataGenerator/mxProject.Devs.DataGenerator/Devs/DataGeneration/Fields/DataGeneratorTupleFieldBase.cs | 1,849 | C# |
using System.Reflection;
using System.Runtime.InteropServices;
// La información general de un ensamblado se controla mediante el siguiente
// conjunto de atributos. Cambie estos valores de atributo para modificar la información
// asociada con un ensamblado.
[assembly: AssemblyTitle("capalnegocio")]
[assembly: Asse... | 41.166667 | 112 | 0.755061 | [
"MIT"
] | NeoCast/kiosco | capalnegocio/Properties/AssemblyInfo.cs | 1,500 | C# |
using AutoMapper;
namespace SchoolDiary.Mapping
{
public interface IHaveCustomMappings
{
void CreateMappings(IMapperConfigurationExpression configuration);
}
}
| 18.2 | 74 | 0.752747 | [
"MIT"
] | alenSavov/WebUni | SchoolDiary.Mapping/IHaveCustomMappings.cs | 184 | C# |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Tomappto.Infrastructure;
namespace Tomappto.Infrastructure.Migrations
{... | 40.822581 | 118 | 0.499407 | [
"MIT"
] | TarcisioIsrael/TestingMyWebAPI | V1/src/Tomappto.Infrastructure/Migrations/TomatoesContextModelSnapshot.cs | 2,533 | C# |
namespace CoatiSoftware.SourcetrailExtension.Wizard
{
partial class WindowMessage
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being ... | 44.858696 | 163 | 0.589048 | [
"Apache-2.0"
] | CoatiSoftware/vs-sourcetrail | SourcetrailExtension/Wizard/WindowMessage.Designer.cs | 4,038 | C# |
using System;
using LuaInterface;
using SLua;
using System.Collections.Generic;
public class Lua_UnityEngine_UI_ScrollRect_ScrollRectEvent : LuaObject {
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
static public int constructor(IntPtr l) {
try {
UnityEngine.UI.ScrollRect.ScrollRectEvent o;
o=new Uni... | 30.04 | 130 | 0.776298 | [
"MIT"
] | zhangjie0072/FairyGUILearn | Assets/Slua/LuaObject/Unity/Lua_UnityEngine_UI_ScrollRect_ScrollRectEvent.cs | 753 | 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.IO;
using System.Reflection.PortableExecutable;
namespace System.Reflection.Internal
{
internal abstract class MemoryBlockProvider : IDisposable
{
/// <... | 42.253968 | 130 | 0.641998 | [
"MIT"
] | 2m0nd/runtime | src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/MemoryBlocks/MemoryBlockProvider.cs | 2,662 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
namespace ClosedXML.Excel
{
using System.Collections;
internal class XLTables : IXLTables
{
private readonly Dictionary<String, IXLTable> _tables;
internal ICollection<String> Deleted { get; private set; }
... | 25.833333 | 146 | 0.551075 | [
"MIT"
] | crypto-rsa/ClosedXML | ClosedXML/Excel/Tables/XLTables.cs | 1,789 | C# |
using GoodToCode.Shared.Configuration;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using System;
namespace GoodToCode.Subjects.Infrastructure
{
public partial class SubjectsDbContextDeploy : SubjectsDbContext
{
public SubjectsDbContextDeploy()
... | 35.411765 | 144 | 0.667774 | [
"Apache-2.0"
] | goodtocode/stack | deploy/Subjects.Infrastructure.Persistence.Migrations/SubjectsDbContextDeploy.cs | 1,206 | 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... | 31.767857 | 112 | 0.680157 | [
"Apache-2.0"
] | FoxBearBear/aws-sdk-net | sdk/src/Services/StorageGateway/Generated/Model/DescribeSMBSettingsRequest.cs | 1,779 | C# |
using GGJ2020.Common;
using GGJ2020.Managers;
using TMPro;
using UniRx;
using UniRx.Async;
using UnityEngine;
using UnityEngine.SceneManagement;
using Zenject;
namespace GGJ2020.UIs
{
public class ResultPresenter : MonoBehaviour
{
[Inject] private ResultManager _resultManager;
[SerializeField... | 30.318182 | 91 | 0.573213 | [
"Apache-2.0"
] | TORISOUP/GGJ2020_Akiba_team2 | Assets/GGJ2020/Scripts/UIs/ResultPresenter.cs | 2,003 | C# |
namespace Invictus.Testing.LogicApps.Model
{
/// <summary>
/// Represents the status in which the <see cref="LogicAppAction"/> is currently at.
/// </summary>
public enum LogicAppActionStatus
{
/// <summary>
/// Logic App action run is not specified.
/// </summary>
N... | 23.465753 | 88 | 0.469352 | [
"MIT"
] | MichielVanwelsenaere/testing-framework | src/Invictus.Testing.LogicApps/Model/LogicAppActionStatus.cs | 1,715 | C# |
using System.Windows.Controls;
namespace WPFSample.Scatter.Custom
{
/// <summary>
/// Interaction logic for View.xaml
/// </summary>
public partial class View : UserControl
{
public View()
{
InitializeComponent();
}
}
}
| 17.625 | 43 | 0.567376 | [
"MIT"
] | Diademics-Pty-Ltd/LiveCharts2 | samples/WPFSample/Scatter/Custom/View.xaml.cs | 284 | C# |
// <auto-generated />
using HomeAPI.Backend.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace HomeAPI.Backend.Migrations
{
[DbContext(typeof(DataConte... | 31.385965 | 88 | 0.534936 | [
"MIT"
] | chwun/HomeAPI.Backend | HomeAPI.Backend/Migrations/20201101155202_AddNewsFeedSubscriptionsTable.Designer.cs | 1,791 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MouseButton : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
if (Input.GetMouseButtonDown(0))
... | 20.486486 | 54 | 0.558047 | [
"MIT"
] | uppnrise/Tutor_UnityC- | Assets/Scripts/MouseInputAndMousePosition.cs | 760 | C# |
/* Copyright (C) 2019 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using IBApi;
using TWSLib;
using System.Lin... | 51.509804 | 218 | 0.679863 | [
"MIT"
] | data2wealth/Interactive-Brokers-TWS-API-Python | tests/TWSLibTestProject/ControlEventsTest.cs | 2,629 | C# |
using Files.Shared.Enums;
using Files.Shared.Extensions;
using System.Collections.Generic;
namespace Files.Filesystem.FilesystemHistory
{
public class StorageHistory : IStorageHistory
{
#region Public Properties
public FileOperationType OperationType { get; private set; }
public ILis... | 29.236111 | 139 | 0.64228 | [
"MIT"
] | devovercome/Files | src/Files.Uwp/Filesystem/StorageHistory/StorageHistory.cs | 2,107 | C# |
namespace Microsoft.ApplicationInsights
{
using System;
using System.Collections.Generic;
using System.Linq;
internal static class EnumerableExtensions
{
public static double StdDev(this IEnumerable<double> sequence)
{
return StdDev(sequence, (e) => e);
}
... | 24.724138 | 94 | 0.55788 | [
"MIT"
] | 304NotModified/ApplicationInsights-dotnet | BASE/Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/EnumerableExtensions.cs | 719 | 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... | 35.780303 | 152 | 0.602583 | [
"Apache-2.0"
] | KenHundley/aws-sdk-net | sdk/src/Services/CloudFront/Generated/Model/LambdaFunctionAssociation.cs | 4,723 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Boogie;
using Microsoft.Boogie.GraphUtil;
using System.Diagnostics;
using cba.Util;
using Microsoft.Boogie.Houdini;
using cba;
namespace StaticAnalysis
{
class RHS
{
IWeight iw;
CBAProgram pr... | 29.322034 | 123 | 0.474117 | [
"MIT"
] | PLSysSec/corral | source/CoreLib/StaticAnalysis.cs | 15,572 | C# |
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Shopping.API
{
public class Program
{
... | 26.666667 | 71 | 0.620833 | [
"MIT"
] | marius721/shopping | Shopping/Shopping.API/Program.cs | 720 | C# |
#pragma checksum "..\..\..\..\Media\Controls\GradientChooser.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "569E657658C829D6CC4F8214BE5B544CBE11FF5A"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.... | 41.309524 | 151 | 0.666859 | [
"BSD-2-Clause"
] | fritzmark/Imagin.NET | Imagin.Common.WPF/obj/Debug/Media/Controls/GradientChooser.g.i.cs | 5,207 | C# |
using Superpower.Parsers;
using Superpower.Tests.Support;
using Xunit;
namespace Superpower.Tests.Combinators
{
public class AtLeastOnceCombinatorTests
{
[Fact]
public void AtLeastOnceSucceedsWithOne()
{
AssertParser.SucceedsWithAll(Character.EqualTo('a').AtLeastOnce(), "a"... | 25.434783 | 85 | 0.586325 | [
"Apache-2.0"
] | BenjaminHolland/superpower | test/Superpower.Tests/Combinators/AtLeastOnceCombinatorTests.cs | 1,172 | C# |
using System;
namespace Fracture.Common.Tests.Di.TestTypes
{
public sealed class FooBarSuper : FooBar
{
public FooBarSuper()
{
}
public void SuperFooBar()
{
throw new NotImplementedException();
}
}
}
| 16.647059 | 48 | 0.540636 | [
"MIT"
] | Babelz/Fracture | Fracture.Common.Tests/Di/TestTypes/FooBarSuper.cs | 285 | C# |
#nullable enable
namespace System
{
partial class Optional
{
public static Optional<T> Present<T>(T value)
=>
new(value);
public static Optional<T> Absent<T>()
=>
default;
public static Optional<T> Absent<T>(Unit unit) => unit switch
... | 17.454545 | 69 | 0.471354 | [
"MIT"
] | pfpack/pfpack-core | src/core-taggeds-optional/Optional/Optional/Optional.Factory.cs | 386 | C# |
using Microsoft.Diagnostics.Runtime;
using System;
using WHQ.Core.Model.Unified;
namespace WHQ.Core.Handlers.UnmanagedStackFrameWalker.AMD64
{
class StackFrameParmsFetchStrategy_Win_7 : StackFrameParmsFetchStrategy
{
public StackFrameParmsFetchStrategy_Win_7(ClrRuntime runtime) : base(runtime)
... | 26.686275 | 89 | 0.572373 | [
"MIT"
] | Pavel-Durov/Clr-md-tutorials | WHQ/WHQ.Core/Handlers/StackFrameWalker/Arch_AMD64/Strategies/StackFrameParmsFetchStrategy_Win_7.cs | 1,363 | C# |
using BlazorHero.CleanArchitecture.Application.Features.Brands.Commands.AddEdit;
using BlazorHero.CleanArchitecture.Client.Extensions;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.SignalR.Client;
using MudBlazor;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using Blaz... | 31.189873 | 119 | 0.578328 | [
"MIT"
] | unchase/CleanArchitecture-1 | BlazorHero.CleanArchitecture/Client/Pages/Catalog/AddEditBrandModal.razor.cs | 2,466 | C# |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BankingApplication;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BankingApplication.Tests
{
[TestClass()]
public class SavingsAccountTests
{
[TestMethod()]
... | 34.912281 | 81 | 0.609548 | [
"MIT"
] | AdePhil/Csc322-BankingApplicationProject | BankingApplication/BankingApplicationTests/SavingsAccountTests.cs | 3,982 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
namespace MvcStudy.Models.Menu
{
public class MenuViewModel : tbl_menu
{
public IKitchenRepository DbRepository { get; set; }
public List<MealViewModel> MealCollection { get; set; }
public string... | 26.064103 | 111 | 0.496311 | [
"Apache-2.0"
] | dimidych/Kitchen | Kitchen/Models/Menu/MenuViewModel.cs | 2,056 | C# |
using CustomLogoNavigationPage.Views;
using Xamarin.Forms;
namespace CustomLogoNavigationPage
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new CustomNavigationPage(new MainView());
}
protected override voi... | 19.903226 | 64 | 0.552674 | [
"MIT"
] | jsuarezruiz/xamarin-forms-customnavigationpage | src/CustomLogoNavigationPage/CustomLogoNavigationPage/CustomLogoNavigationPage/App.xaml.cs | 619 | C# |
using System;
using System.Collections.Generic;
using NBitcoin;
using NBitcoin.BouncyCastle.Math;
using NBitcoin.Rules;
namespace Stratis.Bitcoin.Networks
{
public class X42Consensus : IConsensus
{
/// <inheritdoc />
public long CoinbaseMaturity { get; set; }
/// <inheritdoc />
... | 36.142857 | 124 | 0.63354 | [
"MIT"
] | daniiba/X42-FullNode | src/Stratis.Bitcoin.Networks/Consensus/X42Consensus.cs | 7,086 | C# |
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace VirusX.Menu
{
class Controls : MenuPage
{
Menu.Page origin;
public Controls(Menu menu)
: base(menu)
{
//... | 54.564356 | 253 | 0.554527 | [
"MIT"
] | Acagamics/virusx | VirusX/Menu/Controls.cs | 5,513 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace Epub {
internal class AppleIbooksOptions {
internal XElement ToElement() {
XElement element = new XElement("display_options", new XEleme... | 27 | 191 | 0.666667 | [
"MIT"
] | toxaris-/CreateEpub | CreateEpub/AppleIbooksOptions.cs | 488 | C# |
using Unity.Entities;
using Unity.Mathematics;
#if ENABLE_HYBRID_RENDERER_V2
namespace Unity.Rendering
{
[MaterialProperty("unity_MotionVectorsParams", MaterialPropertyFormat.Float4)]
public struct BuiltinMaterialPropertyUnity_MotionVectorsParams : IComponentData
{
public float4 Value;
}
[... | 26.16 | 112 | 0.744648 | [
"MIT"
] | czy123/CFrameWork | com.unity.rendering.hybrid@0.11.0-preview.42/Unity.Rendering.Hybrid/BuiltinMaterialProperties/BuiltinMaterialPropertyUnity_MotionVectorsParams.cs | 654 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Avalonia.Controls;
using DHT.Desktop.Common;
using DHT.Desktop.Dialogs;
using DHT.Desktop.Models;
using DHT.Server.Data;
using DHT.Server.Data.Filters;
using DHT.Server.... | 27.949367 | 127 | 0.691123 | [
"MIT"
] | SoftwareGuy/Discord-History-Tracker | app/Desktop/Main/Controls/FilterPanelModel.cs | 6,624 | C# |
using UnityEngine;
using UnitySteer.Events ;
/// <summary>
/// 插入中间
/// </summary>
[AddComponentMenu("UnitySteer/Steer/... for Interpose")]
public class SteerForInterpose : Steering
{
public Vehicle A;
public Vehicle B;
/// <summary>
/// 计算力
/// </returns>
protected override Vector3 CalculateForce()
{
Vector... | 23.766667 | 75 | 0.691445 | [
"MIT"
] | xinghu0164/GroupAnimation | Assets/Code/Steer/SteerForInterpose.cs | 739 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
namespace LiteDB
{
internal static class ZipExtensions
{
public static IEnumerable<ZipValues> ZipValues(this IEnumerable<BsonValue> first, IEnumerable<BsonValu... | 31.565789 | 157 | 0.566069 | [
"MIT"
] | 3factr/LiteDB | LiteDB/Utils/Extensions/ZipExtensions.cs | 2,401 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace EduFocus
{
static class Program
{
/// <summary>
/// Ponto de entrada principal para o aplicativo.
/// </summary>
[STAThread]
static voi... | 22.391304 | 65 | 0.615534 | [
"MIT"
] | LuisFernandoVL/EduFocus | EduFocus/EduFocus/Program.cs | 517 | C# |
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="AssignmentItems.cs">
// Copyright (c) 2018 Aspose.Tasks for Cloud
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person o... | 41.864407 | 119 | 0.605263 | [
"MIT"
] | aspose-tasks-cloud/aspose-tasks-cloud-dotnet | Aspose.Tasks.Cloud.Sdk/Model/AssignmentItems.cs | 2,470 | C# |
// Copyright (c) Shane Woolcock. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.... | 46.416667 | 205 | 0.46529 | [
"MIT"
] | swoolcock/rush-dev | osu.Game.Rulesets.Rush/UI/RushPlayfield.cs | 13,081 | C# |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (c) 2003-2012 by AG-Software *
* All Rights Reserved. *
* Contact information for AG-Software is available at http://www.ag-software.de *
* *
* Licence: ... | 27.233119 | 111 | 0.507586 | [
"MIT"
] | gouri1shankar/JabberClient-with-roster-user | agsxmpp/Xml/Dom/Element.cs | 33,878 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Codezu.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------... | 25.571429 | 80 | 0.582123 | [
"MIT"
] | Mozu/mozu-dotnet | Mozu.Api/Contracts/SiteSettings/Order/Fulfillment/FulfillmentSettings.cs | 895 | C# |
using Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.Dtos.Identity.Interfaces;
using System.Collections.Generic;
namespace Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.Dtos.Identity.Base
{
public class BaseUserDto<TUserId> : IBaseUserDto
{
public TUserId Id { get; set; }
public ... | 32.285714 | 100 | 0.738938 | [
"MIT"
] | 1n5an1ty/IdentityServer4.Admin | src/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity/Dtos/Identity/Base/BaseUserDto.cs | 454 | C# |
/*
* Copyright 2018 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 "licens... | 32.441176 | 106 | 0.596857 | [
"Apache-2.0"
] | aspcompiler/kinesis-agent-windows | Amazon.KinesisTap.DiagnosticTool.Core/DirectoryWatcher.cs | 3,309 | C# |
//***** AUTO-GENERATED - DO NOT EDIT *****//
using BlueprintCore.Utils;
using Kingmaker.Blueprints;
using Kingmaker.Blueprints.Items;
namespace BlueprintCore.Blueprints.Configurators.Items
{
/// <summary>
/// Configurator for <see cref="BlueprintItemThiefTool"/>.
/// </summary>
/// <inheritdoc/>
public clas... | 36.057692 | 171 | 0.691733 | [
"MIT"
] | TylerGoeringer/WW-Blueprint-Core | BlueprintCore/BlueprintCore/Blueprints/Configurators/Items/ItemThiefTool.cs | 1,875 | 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.548673 | 132 | 0.638659 | [
"Apache-2.0"
] | jasoncwik/aws-sdk-net | sdk/src/Services/KeyManagementService/Generated/Model/DecryptRequest.cs | 4,356 | 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.Diagnostics;
using System.Threading;
using Microsoft.CodeAnalysis.Shared.Extensions... | 50.481132 | 152 | 0.630536 | [
"MIT"
] | 333fred/roslyn | src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/FlowAnalysis/SymbolUsageAnalysis/SymbolUsageAnalysis.DataFlowAnalyzer.cs | 10,704 | C# |
using System;
namespace BitCoinExchangeRate.Model
{
// Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse);
public class Time
{
public string Updated { get; set; }
public DateTime UpdatedISO { get; set; }
public string Updateduk { get; set; }
}
public class USD
{
... | 21.583333 | 85 | 0.620077 | [
"MIT"
] | fredatgithub/BitCoinPrice | BitCoinExchangeRate/Model/USD.cs | 1,297 | C# |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Configurations;
using Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Helpers;
using Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Models;
using M... | 51.603896 | 118 | 0.655719 | [
"MIT"
] | Anchinga/TechnicalCommunityContent | IoT/Azure IoT Suite/Session 3 - Building Practical IoT Solutions/Solutions/Demo 3.2/UnitTests/Infrastructure/DeviceRulesRepositoryTests.cs | 7,949 | 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("Mat... | 38.162162 | 84 | 0.751416 | [
"MIT"
] | princ3od/MaterialSurface | MaterialSurfaceExample/Properties/AssemblyInfo.cs | 1,415 | C# |
//-----------------------------------------------------------------------
// <copyright file="ConditionBase.cs" company="Company">
// Copyright (C) Company. All Rights Reserved.
// </copyright>
// <author>nainaigu</author>
// <summary></summary>
//-----------------------------------------------------------------------... | 23.214286 | 84 | 0.45641 | [
"Apache-2.0"
] | sigeshitou/shenyu-mgr | ViewModels/ViewModels/Condition/ConditionBase.cs | 2,018 | C# |
using ESI.NET;
using ESI.NET.Enumerations;
using ESI.NET.Models.Assets;
using ESI.NET.Models.Character;
using ESI.NET.Models.Corporation;
using ESI.NET.Models.Industry;
using ESI.NET.Models.Location;
using ESI.NET.Models.Market;
using ESI.NET.Models.SSO;
using ESI.NET.Models.Wallet;
using Microsoft.Extensions.Options;... | 33.427083 | 141 | 0.648489 | [
"MIT"
] | DanFraserUK/EvEESITool | EvEESIDownloadTool/DataClasses/AllianceData.cs | 3,211 | C# |
using System;
using System.Text;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
///
/// </summary>
public class DisplayObject : EventDispatcher
{
/// <summary>
///
/// </summary>
public string name;
/// <summa... | 31.453965 | 183 | 0.447684 | [
"MIT"
] | tanghuipang/FairyGUI-unity | Assets/Scripts/Core/DisplayObject.cs | 61,406 | C# |
using Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TestUtilities;
using Microsoft.EntityFrameworkCore.Query;
using Microsoft.EntityFrameworkCore.TestUtilities;
namespace Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query
{
public class ComplexNavigationsWeakQueryMySqlFixture : ComplexNavigationsWeak... | 38.583333 | 108 | 0.827214 | [
"MIT"
] | DeeJayTC/Pomelo.EntityFrameworkCore.MySql | test/EFCore.MySql.FunctionalTests/Query/ComplexNavigationsWeakQueryMySqlFixture.cs | 465 | C# |
using ShapeTemplateLib.Templates.User0;
namespace Edit2DLib
{
public partial class Edit2DGraphLayer
{
public void SelectEdgeByHoleGroupID(string HoleGroupID)
{
for (int i=0; i < EdgeList.Count; i++)
{
Edge oEdge = EdgeList.GetFrom(i);
... | 24.227273 | 64 | 0.467167 | [
"MIT"
] | johnmott59/FloorLayout | Edit2DLib/Edit2DGraphLayer/SelectEdgeByHoleGroupID.cs | 535 | C# |
namespace EnvironmentAssessment.Common.VimApi
{
public class OvfAttribute : OvfInvalidPackage
{
protected string _elementName;
protected string _attributeName;
public string ElementName
{
get
{
return this._elementName;
}
set
{
this._elementName = value;
}
}
public string Attribu... | 14.16129 | 46 | 0.656036 | [
"MIT"
] | octansIt/environmentassessment | EnvironmentAssessment.Wizard/Common/VimApi/O/OvfAttribute.cs | 439 | C# |
using Application.Features.AppUsers.Queries.GetAppUserById;
using Application.Features.Categories.Queries.GetCategoryById;
using Application.Features.Places.Queries.GetPlaces;
using System;
using System.Collections.Generic;
using System.Text;
namespace Application.Features.PaymentTypes.Queries.GetPaymentTypeById
{
... | 34.542857 | 75 | 0.672457 | [
"Apache-2.0"
] | Stephane-AmStrong/MaxiEvent | src/Core/Application/Features/PaymentTypes/Queries/GetPaymentTypeById/GetPaymentTypeViewModel.cs | 1,211 | C# |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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.0
*
... | 30.372881 | 81 | 0.614397 | [
"Apache-2.0"
] | TencentCloud/tencentcloud-sdk-dotnet | TencentCloud/Yunjing/V20180228/Models/DescribeAccountStatisticsRequest.cs | 1,868 | C# |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEngine.AI;
using Polyperfect.Common;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace Polyperfect.Animals
{
public class Animal_WanderScript : Common_WanderScript { }
} | 19.214286 | 62 | 0.810409 | [
"MIT"
] | JohnMurwin/NaturalSelectionSimulation | Assets/Plugins/polyperfect/Low Poly Animated Animals/- Scripts/Wander Script/Animal_WanderScript.cs | 271 | C# |
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.VisualStudio.Shell;
using ShaderTools.VisualStudio.LanguageServices;
[assembly: AssemblyTitle("HLSL Tools for Visual Studio")]
[assembly: AssemblyDescrip... | 39.16 | 72 | 0.78141 | [
"Apache-2.0"
] | BigHeadGift/HLSL | src/ShaderTools.Editor.VisualStudio/Properties/AssemblyInfo.cs | 958 | C# |
/** TestScript
*/
namespace TestScript
{
/** 自動生成。
*/
public class SceneList
{
/** CreateStatusList
*/
public static TestStatus[] CreateStatusList()
{
return new TestStatus[]{
test01.CreateStatus(),
test02.CreateStatus(),
test03.CreateStatus(),
test04.CreateStatus(),
test05.CreateSt... | 21.131148 | 47 | 0.656323 | [
"MIT"
] | bluebackblue/fee_project | unity_2020_1/Assets/TestScript/System/SceneList.cs | 1,299 | C# |
using System.IO;
using Rosalia.Core.Logging;
namespace CrystalQuartz.Build.Tasks
{
using System.Linq;
using CrystalQuartz.Build.Common;
using Rosalia.Core.Api;
using Rosalia.Core.Tasks;
using Rosalia.Core.Tasks.Results;
using Rosalia.FileSystem;
using Rosalia.TaskLib.Standard.Tasks;
p... | 39.711864 | 167 | 0.556409 | [
"MIT"
] | MyTkme/CrystalQuartz | src/CrystalQuartz.Build/Tasks/MergeBinariesTask.cs | 7,031 | C# |
using System;
using System.Runtime.InteropServices;
using System.Threading;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using Mono.Debugging.Client;
using Task = System.Threading.Tasks.Task;
namespace HazelToolsVS
{
/// <summary>
/// This is the class that implements the package e... | 40.683168 | 170 | 0.758335 | [
"MIT"
] | StudioCherno/HazelToolsVS | HazelToolsVS/HazelToolsPackage.cs | 4,109 | C# |
using Codoxide.Outcomes;
using System;
namespace Codoxide
{
using static Codoxide.OutcomeInternals.Utility;
public static class OutcomeThenThenExtensions
{
[Obsolete("Use 'Map' instead")]
public static Outcome<ResultType> Then<T, ResultType>(this Outcome<T> @this, Func<ResultType> fn)
... | 35.533333 | 129 | 0.612101 | [
"Apache-2.0"
] | sameera/Codoxide.Outcome | Codoxide.Outcome.Extensions.Map/src/Then.extensions.cs | 2,132 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerMovement : MonoBehaviour
{
public float MoveSpeed = 5f;
private Vector3 Direction;
private Vector3 Rotation;
public KeyCode moveUp = KeyCode.W;
public KeyCode moveRight = KeyCode.D;
public KeyCo... | 23.080645 | 78 | 0.556953 | [
"MIT"
] | TriNerdia/game-jam-2019 | Game/Assets/Source/PlayerMovement.cs | 1,433 | C# |
using System.Collections.Generic;
using System.Linq;
using Omnium.Core.ast;
using Omnium.Core.ast.declarations;
using Omnium.Core.ast.expressions;
using Omnium.Core.ast.expressions.literals;
using Omnium.Core.ast.statements;
using Omnium.Core.ast.types;
namespace Omnium.Core.compiler
{
public abstract class TreeVo... | 60.525692 | 136 | 0.68001 | [
"MIT"
] | Beier/Omnium | Omnium.Core/compiler/TreeVoidWalker.cs | 30,626 | C# |
/*
* Intersight REST API
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections;
using Syst... | 32.169014 | 140 | 0.559982 | [
"Apache-2.0"
] | CiscoUcs/intersight-powershell | csharp/swaggerClient/src/intersight/Model/CondHclStatusJobRef.cs | 4,568 | C# |
namespace FirstSimpleMappingSample;
public class ClassB
{
public int Item1 { get; set; }
public BasicList<int> FirstList { get; set; } = new();
public BasicList<BasicList<int>> SecondList { get; set; } = new();
public DateOnly DateUsed { get; set; }
public string Item2 { get; set; } = "";
} | 34.666667 | 70 | 0.650641 | [
"MIT"
] | musictopia2/UseSourceGeneratorSamples | MappingSamples/FirstSimpleMappingSample/ClassB.cs | 314 | C# |
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using PnP.Framework.Diagnostics;
using PnP.Framework.Provisioning.Model;
using PnP.Framework.Provisioning.Model.Configuration;
using PnP.Framework.Provisioning.ObjectHandlers.TokenDefinitions;
using PnP.Framework.Sites;
using Pn... | 60.986023 | 295 | 0.465643 | [
"MIT"
] | mbakhoff/pnpframework | src/lib/PnP.Framework/Provisioning/ObjectHandlers/ObjectHierarchySequenceSites.cs | 47,998 | C# |
using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using FileSystemAbstraction.Adapters.Local;
using Microsoft.Extensions.DependencyInjection;
namespace FileSystemAbstraction.Sample
{
class Program
{
static async Task Main(string[] args)
{
var serviceCo... | 37.90625 | 116 | 0.598722 | [
"MIT"
] | srigaux/FileSystemAbstraction | samples/FileSystemAbstraction.Sample/Program.cs | 4,854 | C# |
//---------------------------------------------------------
// <auto-generated>
// This code was generated by a tool. Changes to this
// file may cause incorrect behavior and will be lost
// if the code is regenerated.
//
// Generated on 2020 October 09 06:03:58 UTC
// </auto-generated>
//--------------... | 34.826087 | 107 | 0.642114 | [
"MIT"
] | GridProtectionAlliance/go2cs | src/go-src-converted/ctrlflow_noReturnStruct.cs | 2,403 | C# |
namespace TransitCity.Models.Transit
{
using System.Collections.Generic;
using TransitCity.MVVM;
public class Line : PropertyChangedBase
{
private uint _ridership;
public Line(uint number, string name = null)
{
Name = name ?? number.ToString();
}
... | 23.87037 | 106 | 0.505818 | [
"MIT"
] | gartenriese2/TransitCity | TransitCity/TransitCity/Models/Transit/Line.cs | 1,291 | C# |
/*
* OpenAPI Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* The version of the OpenAPI document: 1.0.0
*
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
usi... | 43.472561 | 207 | 0.640578 | [
"Apache-2.0"
] | 0x4a616e/openapi-generator | samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Api/FakeClassnameTags123Api.cs | 14,259 | C# |
using System;
using System.Collections.Generic;
namespace Claytondus.EasyPost.Models {
public class Event {
public string id { get; set; }
public DateTime? created_at { get; set; }
public DateTime? updated_at { get; set; }
public Dictionary<string, object> result { get; set; }
... | 34.421053 | 75 | 0.622324 | [
"MIT"
] | ragnarek81997/Claytondus.EasyPost | src/Claytondus.EasyPost/Models/Event.cs | 656 | C# |
using System;
namespace ViswaVSHW
{
class Program
{
static void Main(string[] args)
{
//I am viswaanand before change
// The changes after the change sync the github
//This line denoted after changed the changes and new branch name "Student"
}
... | 19.117647 | 87 | 0.575385 | [
"MIT"
] | URviswaanand/ViswaVSprojects | ViswaVSHW/ViswaVSHW/Program.cs | 327 | C# |
using System.Collections.Generic;
namespace SimasoftCorp.DesafioStone.Dominio.Financeiro.Contratos.Repositorio
{
public interface IFinanceiroRepositorio
{
void CadastraCliente(Cliente clienteDominio);
void CadastraCobrancaParaCliente(string cpf, Cobranca cobrancaDominio);
Cliente Obter... | 34.6 | 106 | 0.751445 | [
"MIT"
] | gabrielsimas/desafio-stone-01 | src/SimasoftCorp.DesafioStone.Dominio/Financeiro/Contratos/Repositorio/IFinanceiroRepositorio.cs | 521 | C# |
// Decompiled with JetBrains decompiler
// Type: CodeEditor.OnOffButton
// Assembly: CodeEditor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 9A3DD43E-5EEA-4321-8BB2-B177FCA0FAE4
// Assembly location: C:\Program Files (x86)\CodeEditor\CodeEditor.exe
using System.Drawing;
using System.Windows.Forms;
... | 27.8 | 91 | 0.669065 | [
"Unlicense"
] | natefun/Marshall-Code-Editor | OnOffButton.cs | 1,531 | C# |
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Position Modification Sample")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Position Modification Sample")]
[assembly: AssemblyTrademark("")]
[as... | 33.3 | 128 | 0.786787 | [
"MIT"
] | spotware/ctrader-automate-samples | Robots/Position Modification Sample/Position Modification Sample/Properties/AssemblyInfo.cs | 668 | C# |
using System;
namespace Org.BouncyCastle.Crypto
{
/// <summary>
/// Base interface for operators that serve as stream-based signature calculators.
/// </summary>
public interface ISignatureFactory
{
/// <summary>The algorithm details object for this calculator.</summary>
Obje... | 32.375 | 94 | 0.642214 | [
"Apache-2.0",
"MIT"
] | flobecker/trudi-koala | src/IVU.BouncyCastle.Crypto/src/crypto/ISignatureFactory.cs | 777 | C# |
/*
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* OpenAPI spec version: 1.0.0
* Contact: apiteam@swagger.io
* Generated by: https://github.com/swagger-api/swagger-codegen.git
... | 38.014451 | 461 | 0.478902 | [
"Apache-2.0"
] | severin83/swagger-codegen | samples/client/petstore/csharp/SwaggerClientNet35/src/IO.Swagger/Model/FormatTest.cs | 13,153 | C# |
//-----------------------------------------------------------------------------
// FILE: PasswordListCommand.cs
// CONTRIBUTOR: Jeff Lill
// COPYRIGHT: Copyright (c) 2005-2021 by neonFORGE LLC. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file ... | 27.390244 | 121 | 0.615761 | [
"Apache-2.0"
] | nforgeio/neonKUBE | Tools/neon-cli/Commands/Password/PasswordListCommand.cs | 2,248 | C# |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Web;
using Nop.Core;
using Nop.Core.Domain.Blogs;
using Nop.Core.Domain.Catalog;
using Nop.Core.Domain.Customers;
using Nop.Core.Domain.Forums;
using Nop.Core.Domain.Messages;
using Nop.Core.D... | 55.41219 | 415 | 0.618785 | [
"Apache-2.0"
] | atiq-shumon/DotNetProjects | Vialinker Source/BaseVialinkerCommerceApps/Libraries/Nop.Services/Messages/MessageTokenProvider.cs | 53,642 | 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 Microsoft.AspNet.Mvc;
namespace FiltersWebSite
{
public class GlobalResultFilter : IResultFilter
{
public void ... | 38.515152 | 114 | 0.646735 | [
"Apache-2.0"
] | ardalis/Mvc | test/WebSites/FiltersWebSite/Filters/GlobalResultFilter.cs | 1,273 | C# |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.Alt;
using Micros... | 28.693878 | 145 | 0.581792 | [
"MIT"
] | t-l-k/functions-test-helper | WebJobs.Script.Tests.Shared/TestLogger.cs | 2,814 | C# |
namespace Edi.Core.Interfaces.DocumentTypes
{
public interface IFileFilterEntry
{
string FileFilter { get; }
FileOpenDelegate FileOpenMethod { get; }
}
} | 18 | 44 | 0.753086 | [
"MIT"
] | Dirkster99/Edi | Edi/Edi.Core/Interfaces/DocumentTypes/IFileFilterEntry.cs | 164 | C# |
using System;
namespace Toy_Shop
{
class Program
{
static void Main(string[] args)
{
double tripPrice = double.Parse(Console.ReadLine());
int puzzles = int.Parse(Console.ReadLine());
int puppets = int.Parse(Console.ReadLine());
int tedybears = in... | 35.892473 | 102 | 0.549431 | [
"MIT"
] | desata/csharp | Numbers1To10/Toy_Shop/Program.cs | 4,109 | C# |
using Saar.FFmpeg.Delegates;
using Saar.FFmpeg.Internal;
using Saar.FFmpeg.Structs;
using Saar.FFmpeg.Support;
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Saar.FFmpeg.CSharp {
public enum AVActiveFormatDescription : int {
Same = 8,
_4_3 = 9,
_16_9 = 10,
... | 26.024191 | 438 | 0.620026 | [
"MIT"
] | ibukisaar/SaarFFmpeg | SaarFFmpeg/FFmpeg/FFmpeg.Enums.cs | 79,611 | C# |
singleton Material(TempleRuin_02_ConcreteStain1)
{
mapTo = "ConcreteStain1";
diffuseMap[0] = "3td_ConcreteStain_01";
specular[0] = "0.9 0.9 0.9 1";
specularPower[0] = "64";
translucentBlendOp = "None";
normalMap[0] = "3td_BrickOldSharp_01_NRM.png";
useAnisotropic[0] = "1";
pixelSpecular[0] = "1... | 27.16 | 66 | 0.669121 | [
"Unlicense"
] | Torque3D-Games-Demos/FreeRPG | art/shapes/Ruins/TempleRuin_02/materials.cs | 2,037 | C# |
using System;
namespace OpenCvSharp.ImgHash
{
/// <inheritdoc />
/// <summary>
/// Image hash based on block mean.
/// </summary>
public class BlockMeanHash : ImgHashBase
{
/// <summary>
/// cv::Ptr<T>
/// </summary>
private Ptr? ptrObj;
/// <summa... | 29.66055 | 126 | 0.514074 | [
"BSD-3-Clause"
] | AJEETX/opencvsharp | src/OpenCvSharp/Modules/img_hash/BlockMeanHash.cs | 3,233 | C# |
using System;
using System.Collections.Generic;
using UnityEngine.Experimental.Rendering;
namespace UnityEngine.Rendering.HighDefinition
{
static class VisibleLightExtensionMethods
{
public struct VisibleLightAxisAndPosition
{
public Vector3 Position;
public Vector3 Forw... | 55.38951 | 380 | 0.64059 | [
"MIT"
] | turesnake/tpr_Unity_Render_Pipeline_LearningNotes | 11.0/HDRP_11.0/Runtime/Lighting/LightLoop/LightLoop.cs | 222,832 | C# |
using System.Collections.Generic;
using TorrentBox.Api.Models;
using TorrentBox.Api.Rss.Models;
namespace TorrentBox.Api.Rss
{
public class RssLoader
{
internal static IEnumerable<ResolvedRssItem> GetItemFromRss(JobConfiguration job)
{
var rssItems = RssReader.GetRssObject(job.RssU... | 25.625 | 89 | 0.697561 | [
"MIT"
] | Kosrabt/torrentbox | src/TorrentBox.Api/Rss/RssLoader.cs | 412 | 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("Me... | 44.222222 | 84 | 0.786432 | [
"Apache-2.0"
] | Sergey-Terekhin/net7mma | Rtsp/Properties/AssemblyInfo.cs | 798 | C# |
using DataHub.OperationalDataStore;
namespace OpenTemenos.Tests.DataHub.OperationalDataStore.Product;
[TestClass, TestCategory("DataHub.OperationalDataStore")]
public class ProductDetailServiceTests : CredentialManagement
{
private const string ProductLineId = "";
private readonly IProductClient _client = ne... | 30.644444 | 108 | 0.724438 | [
"MIT"
] | ElevateData/OpenTemenos | tests/OpenTemenos.Tests/DataHub/OperationalDataStore/Product/ProductDetailsServiceTests.cs | 1,381 | C# |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using IdentityServer4.Models;
using Microsoft.Extensions.Configuration;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Guids;
using Volo.Abp.IdentityServer.ApiResources;
using... | 36.121107 | 108 | 0.536641 | [
"MIT"
] | antosubash/AbpTailwindMvcUI | src/AbpTailwindMvc.Domain/IdentityServer/IdentityServerDataSeedContributor.cs | 10,439 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.VR.WSA.Input;
namespace HoloToolkit.Unity.InputModule
{
/// <summary>
/// Input sourc... | 37.680328 | 132 | 0.581466 | [
"MIT"
] | AmrARaouf/WDM-hololens | WoundManagementUnity/WoundManagement/Assets/HoloToolkit/Input/Scripts/InputSources/RawInteractionSourcesInput.cs | 9,196 | C# |
using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Ship_Game.AI;
using Ship_Game.Ships;
namespace Ship_Game
{
public sealed class DimensionalPrison : Anomaly, IDisposable
{
public string PlatformName = "Mysterious Platform";
public Vector2 Plaf... | 41.898438 | 161 | 0.592952 | [
"MIT"
] | UnGaucho/StarDrive | Ship_Game/StoryAndEvents/DimensionalPrison.cs | 5,363 | C# |
/*
Copyright (C) 2018-2019 de4dot@gmail.com
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,
distr... | 30.966887 | 93 | 0.668092 | [
"MIT"
] | moodykeke/iced | src/csharp/Intel/Iced.UnitTests/Intel/FormatterTests/Fast/FastStringOutputTests.cs | 4,676 | C# |
//
// RemoveRedundantCatchTypeTests.cs
//
// Author:
// Simon Lindgren <simon.n.lindgren@gmail.com>
//
// Copyright (c) 2012 Simon Lindgren
//
// 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 ... | 18.913043 | 80 | 0.689655 | [
"MIT"
] | 4lab/ILSpy | NRefactory/ICSharpCode.NRefactory.Tests/CSharp/CodeActions/RemoveRedundantCatchTypeTests.cs | 2,610 | C# |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace Microsoft.Azure.Cosmos.Tests.FeedRange
{
using System;
using System.Collections.Generic;
using System.IO;
... | 53.783451 | 248 | 0.625029 | [
"MIT"
] | Liphi/azure-cosmos-dotnet-v3 | Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/FeedRange/ReadFeedTokenIteratorCoreTests.cs | 30,551 | C# |
using CSharpMath.FrontEnd;
using TFont = CSharpMath.Apple.AppleMathFont;
using TGlyph = System.UInt16;
using System.Globalization;
using System.Collections.Generic;
using System.Linq;
using System;
using CoreText;
namespace CSharpMath.Apple {
public class CtFontGlyphFinder : IGlyphFinder<TFont, TGlyph> {
private... | 29.868421 | 83 | 0.631718 | [
"MIT"
] | hflexgrig/CSharpMath | CSharpMath.Apple/Font/CtFontGlyphFinder.cs | 2,270 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.