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 Assets.Scripts.Controller;
using Assets.Scripts.Lib.Net;
using Assets.Scripts.Proto;
namespace Assets.Scripts.Controller
{
public class ChatController : Controller
{
private static ChatController instance;
public static ChatController GetIn... | 24.25 | 60 | 0.601804 | [
"MIT"
] | moto2002/DinaGameClient | Assets/Scripts/Controller/ChatController.cs | 778 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EventTester : MonoBehaviour
{
public void TestDualVector(Vector3 a, Vector3 b)
{
Debug.Log($"a: {a} || b: {b}");
}
public void TestEmpty()
{
Debug.Log("Event Called!");
}
pub... | 19.090909 | 52 | 0.580952 | [
"MIT"
] | Polygon-us/PruebaTecnicaPlantillaTechArt | Assets/EventTester.cs | 420 | C# |
namespace Contoso.App
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <p... | 34.8125 | 107 | 0.573609 | [
"MIT"
] | Bhaskers-Blu-Org2/Xaml-Islands-Samples | Standalone_Samples/Contoso/App/MainForm.Designer.cs | 2,230 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
namespace TC3BasicHttpTransportMessageCredUserName
{
// NOTE: You can use the "Rename" command on the "Refactor" menu to change the in... | 25.333333 | 148 | 0.648026 | [
"MIT"
] | kanikaul-amazon/TestProjects | net472/WCFSupportTestSuite/TC3BasicHttpTransportMessageCredUserName/IService1.cs | 1,218 | C# |
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("LVK.AppCore.Windows.Wpf.Tests")] | 34.333333 | 63 | 0.825243 | [
"MIT"
] | FeatureToggleStudy/LVK | src/LVK.AppCore.Windows.Wpf/AssemblyAttributes.cs | 103 | C# |
// The MIT License (MIT)
//
// Copyright (c) Andrew Armstrong/FacticiusVir 2019
//
// 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 r... | 47.911765 | 288 | 0.771025 | [
"MIT"
] | Y-Less/SharpVk | src/SharpVk/Interop/Multivendor/VkDeviceCreateValidationCacheDelegate.gen.cs | 1,629 | C# |
// Copyright ©2017 Copper Mountain Technologies
//
// 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, p... | 52.285714 | 149 | 0.766979 | [
"MIT"
] | Copper-Mountain-Technologies/HotKeys-Plugin | HotKeys/Properties/AssemblyInfo.cs | 2,566 | C# |
/////////////////////////////////////////////////////////////////////
// Copyright (c) Autodesk, Inc. All rights reserved
// Written by Forge Design Automation team for Inventor
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
... | 39.663158 | 148 | 0.63535 | [
"MIT"
] | Developer-Autodesk/forge-configurator-inventor | WebApplication/Services/IForgeOSS.cs | 3,768 | 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("MV... | 37.527778 | 84 | 0.747594 | [
"MIT"
] | lynnsamuelson/MVC_Intro | MVC_Intro/MVC_Intro/Properties/AssemblyInfo.cs | 1,354 | C# |
/*
* Copyright 2012-2017 The Pkcs11Interop Project
*
* 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 app... | 36.744828 | 109 | 0.557995 | [
"Apache-2.0"
] | arkkadin/pkcs11Interop | src/Pkcs11Interop/Pkcs11InteropTests/HighLevelAPI40/_15_CreateCopyDestroyObjectTest.cs | 5,328 | C# |
using System.Reflection;
using NSubstitute;
using Xunit.v3;
namespace Xunit.Runner.MSBuild.Visitors
{
public class TeamCityDisplayNameFormatterTests
{
public TeamCityDisplayNameFormatter ClassUnderTest = new TeamCityDisplayNameFormatter();
public class DisplayName_Test : TeamCityDisplayNameFormatterTests
{
... | 27.52381 | 109 | 0.74827 | [
"Apache-2.0"
] | MichaelTrikergiotis/xun | src/xunit.v3.runner.msbuild.tests/Utility/TeamCityDisplayNameFormatterTests.cs | 1,158 | C# |
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace Data.Migrations
{
public partial class CourierIdNullableInOrder : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropForeignKey(
name: "FK_Orde... | 30.754386 | 71 | 0.517969 | [
"MIT"
] | AchoVasilev/BgAirsoft | serverAPI/AirsoftServer/Data/Migrations/20220415154027_CourierIdNullableInOrder.cs | 1,755 | C# |
using System;
using System.Threading.Tasks;
using System.Windows.Forms;
using AltoControls;
using AntDeployWinform.Util;
namespace AntDeployWinform.Models
{
public enum ServerType
{
IIS,
DOCKER,
WINSERVICE,
LINUXSERVICE
}
public class ProgressBox : GroupBox
{
... | 47.740458 | 166 | 0.599816 | [
"Apache-2.0"
] | Run2948/AntDeploy | AntDeployWinform/Models/ProgressBox.cs | 25,098 | C# |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Abstract.EventSourcing;
namespace System.Abstract.AbstractTests
{
[TestClass]
public abstract class AbstractAggregateRootSnapshotStoreTest
{
protected IAggregateRootSnapshotStore AggregateRootSnapshotStore { get; private set; }
protec... | 31.8 | 89 | 0.789308 | [
"MIT"
] | BclEx/System.Abstract | src/System.Abstract.AbstractTests/EventSource/AbstractAggregateRootSnapshotStoreTest.cs | 638 | C# |
using System;
namespace API.Dtos.Identity
{
public class PersonalInformationDto
{
public string FirstName { get; set; }
public string LastName { get; set; }
public DateTimeOffset BirthDate { get; set; }
}
} | 22.090909 | 53 | 0.641975 | [
"MIT"
] | ZakariaDjebbes/DzTechly | API/Dtos/Identity/PersonalInformationDto.cs | 243 | C# |
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved.
// 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 full license information.
using System;
using System.Rea... | 46.70339 | 153 | 0.633823 | [
"MIT"
] | Noggog/ReactiveUI | src/ReactiveUI/ReactiveCommand/ReactiveCommandBase.cs | 11,024 | C# |
using System;
using System.Linq;
namespace FunWithSequencesPartSix {
class FunWithSequencesPartSix {
static void Main() {
Helpers.ConsoleHelper.RedirectInputToFile();
var line = Console.ReadLine();
while (!string.IsNullOrEmpty(line)) {
var firstArray = A... | 36.6 | 120 | 0.517304 | [
"MIT"
] | Katarzyna-Kadziolka/SPOJproblems | FunWithSequencesPartSix/FunWithSequencesPartSix.cs | 1,100 | C# |
using Splaak.Core.Values;
using Splaak.Core.Values.Misc;
using Splaak.Core.Values.Types;
namespace Splaak.Core.CoreSyntax.BinOps
{
/// <summary>
/// Represents a pair in core syntax.
/// </summary>
/// <seealso cref="ExprC" />
public class PairC : ExprC
{
/// <summary>
/// The ... | 32.922078 | 121 | 0.533333 | [
"MIT"
] | CptWesley/Splaak | core/src/CoreSyntax/BinOps/PairC.cs | 2,537 | C# |
using System.Collections.Generic;
using System.Linq;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Internal;
namespace CppSharp.Passes
{
public class HandleDefaultParamValuesPass : TranslationUnitPass
{
private readonly Dictionary<DeclarationContext, List<Function>> overloads =
... | 40.67 | 106 | 0.559872 | [
"MIT"
] | AnandEmbold/CppSharp | src/Generator/Passes/HandleDefaultParamValuesPass.cs | 4,069 | C# |
namespace NorthwindWindowsStore.Service
{
using NorthwindWindowsStore.DAL.Model;
using NorthwindWindowsStore.ViewModel;
public class SupplierService : BaseService<Supplier, SupplierViewModel>
{
public SupplierService(string path)
: base(path)
{
}
}
}
| 22 | 75 | 0.672078 | [
"MIT"
] | krzysztofkolek/NorthwindWindowsStore | NorthwindWindowsStoreService/NorthwindWindowsStore.Service/SupplierService.cs | 308 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using UniGLTF;
using UnityEngine;
namespace VRM
{
public class VRMExporter : gltfExporter
{
public VRMExporter(glTF_VRM gltf) : base(gltf)
{ }
public static glTF Export(GameObject go, string path = null,... | 43.904977 | 133 | 0.492116 | [
"MIT"
] | karukaru808/UniVRM | Scripts/Format/VRMExporter.cs | 9,705 | C# |
using System;
using System.Collections.Concurrent;
using System.Reflection;
using FluentAssertions;
using Xunit;
namespace MyNihongo.Expressions.Tests.PropertyOfTests
{
public sealed class GetShould
{
[Fact]
public void GetPropertyValueNonGeneric()
{
const string text = nameof(text);
var input = new Tes... | 21.478261 | 102 | 0.680499 | [
"MIT"
] | MyNihongo/Expressions | tests/MyNihongo.Expressions.Tests/PropertyOfTests/GetShould.cs | 2,966 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using ClearCanvas.Common;
[assembly: Plugin]
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// asso... | 37.794872 | 85 | 0.726594 | [
"Apache-2.0"
] | SNBnani/Xian | Healthcare/Extended/Hibernate/Properties/AssemblyInfo.cs | 1,477 | C# |
// ---------------------------------------------------------------
// Copyright (c) Coalition of the Good-Hearted Engineers
// FREE TO USE TO CONNECT THE WORLD
// ---------------------------------------------------------------
using System;
using Xeptions;
namespace Taarafo.Portal.Web.Models.Comments.Exceptions
{
... | 30.684211 | 82 | 0.531732 | [
"MIT"
] | ElbekDeveloper/Taarafo.Web | Taarafo.Portal.Web/Models/Comments/Exceptions/CommentValidationException.cs | 585 | C# |
/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Microsoft Public License. A
* copy of the license can be found in the License.html file at the root of this distribution. If
* you... | 35.720553 | 1,599 | 0.526562 | [
"MIT"
] | 10088/PowerShell | src/System.Management.Automation/engine/runtime/MutableTuple.cs | 90,373 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Finbook.BuildingBlocks.EventBus.Abstractions;
using Finbook.BuildingBlocks.EventBus.Events;
namespace Projects.API.Application.IntegrationEvents
{
public class ProjectIntegrationEventService : IProjectIntegratio... | 28.37931 | 81 | 0.664642 | [
"Apache-2.0"
] | xiaowu351/Finbook | src/Projects/Projects.API/Application/IntegrationEvents/ProjectIntegrationEventService.cs | 839 | C# |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using StoredProcedureDemo.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore;
nam... | 38.746305 | 117 | 0.441599 | [
"MIT"
] | OzBob/abp-samples | StoredProcedureDemo/src/StoredProcedureDemo.EntityFrameworkCore.DbMigrations/Migrations/StoredProcedureDemoMigrationsDbContextModelSnapshot.cs | 78,657 | C# |
using System;
using Windows.UI.Xaml;
namespace Telerik.UI.Xaml.Controls.Chart
{
/// <summary>
/// Represents a class that allows for context-based <see cref="ChartSeriesDescriptor"/> selection within a <see cref="ChartSeriesProvider"/> instance.
/// </summary>
public partial class ChartSeriesDescripto... | 34.95 | 155 | 0.682403 | [
"Apache-2.0"
] | HaoLife/Uno.Telerik.UI-For-UWP | Controls/Chart/Chart.UWP/Visualization/DataBinding/DynamicSeries/ChartSeriesDescriptorSelector.cs | 701 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Psi.Runtime;
using Array = Psi.Runtime.Array;
using Boolean = Psi.Runtime.Boolean;
namespace Runtime
{
class Program
{
void Run()
{
var @void = VoidType.Instance;
var @int = IntegerTyp... | 43.693878 | 181 | 0.613888 | [
"MIT"
] | MasterQ32/psi | Prototypes/Runtime/Program.cs | 6,425 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using TabMonConfigBuilder.Helpers;
namespace TabMonConfigBuilder
{
public sealed class TabMonConfigBuilder
{
private readonly Comma... | 33.876106 | 137 | 0.571055 | [
"MIT"
] | yuhonghong66/TabMon | TabMonConfigBuilder/TabMonConfigBuilder.cs | 3,830 | C# |
using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEditor;
using UnityEngine;
using UnityEngine.UI;
namespace PSDUINewImporter
{
public sealed class ImageComponentImport : BaseComponentImport<Image>
{
public ImageComponentImport(PSDComponentImportCtrl ctrl) : base(ctrl... | 35.542373 | 147 | 0.611826 | [
"MIT"
] | tenvick/hugula | Client/Assets/Third/PSD2UGUI/Editor/ComponentImport/ImageComponentImport.cs | 2,097 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Teknik.Areas.Podcast.Models
{
public class PodcastFile
{
public int PodcastFileId { get; set; }
public int PodcastId { get; set; }
public virtual Podcast Podcast { get; set; }
publ... | 20.692308 | 52 | 0.618959 | [
"BSD-3-Clause"
] | PradeepTheDev/Teknik | Teknik/Areas/Podcast/Models/PodcastFile.cs | 540 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
namespace WebApplication2
{
class WeatherDataReader
{
public static WeatherDataModel ReadData()
{
string url = "https://opendata.cwb.gov.tw/fileapi/v1/opendataa... | 31.136054 | 174 | 0.565436 | [
"MIT"
] | dplayerd/WebformMiniSample | WebformMiniSample/WebApplication2/WeatherDataReader.cs | 4,635 | C# |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
namespace Fabric.Databus.Domain.Jobs
{
using Fabric.Databus.Shared;
public class InMemoryJobHistoryStore : IJobHistoryStore
{
private static readonly ConcurrentBag<JobHistoryItem> Items = new Co... | 29.061538 | 106 | 0.61567 | [
"Apache-2.0"
] | HealthCatalyst/Fabric.Databus | Fabric.Databus.Domain/Jobs/InMemoryJobHistoryStore.cs | 1,889 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace Naruto.Redis.Config
{
/// <summary>
/// redis的key的前缀
/// </summary>
public class RedisPrefixKey
{
/// <summary>
/// string类型的前缀 (默认string:)
/// </summary>
public string StringPrefixKey { ge... | 27.315789 | 64 | 0.5 | [
"MIT"
] | zhanghaiboshiwo/Naruto.Data | src/Naruto.Redis/Config/RedisPrefixKey.cs | 1,130 | C# |
//--------------------------------------
// TR2Chaingun
//--------------------------------------
//--------------------------------------------------------------------------
// Force-Feedback Effects
//--------------------------------------
datablock EffectProfile(TR2ChaingunSwitchEffect)
{
effectname = "weapons/T... | 26.925037 | 87 | 0.551478 | [
"MIT"
] | jdknight/t2ds | GameData/base/scripts/weapons/TR2chaingun.cs | 17,959 | C# |
using System;
using Abp.Dependency;
namespace Test.MyProject.Timing
{
public class AppTimes : ISingletonDependency
{
/// <summary>
/// Gets the startup time of the application.
/// </summary>
public DateTime StartupTime { get; set; }
}
}
| 20.285714 | 53 | 0.616197 | [
"MIT"
] | Ferglezcasillas/DEMO-ASP.NET-Boilerplate | aspnet-core/src/Test.MyProject.Core/Timing/AppTimes.cs | 286 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace FeedMe.Controllers
{
public class AboutController : Controller
{
// GET: About
public ActionResult Index()
{
return View();
}
}
} | 17.882353 | 45 | 0.621711 | [
"MIT"
] | rabianur412/FeedMe | FeedMe/Controllers/AboutController.cs | 306 | C# |
using EPiServer.Core;
using EPiServer.Reference.Commerce.Site.Features.Product.ViewModels;
using EPiServer.Reference.Commerce.Site.Features.Shared.Extensions;
using EPiServer.Reference.Commerce.Site.Features.Shared.Services;
using EPiServer.ServiceLocation;
using EPiServer.Web.Routing;
using Mediachase.Commerce;
using... | 43.205479 | 206 | 0.618897 | [
"Apache-2.0"
] | makingwaves/epi-commerce-to-vue-storefront | Quicksilver/EPiServer.Reference.Commerce.Site/Features/Product/ViewModelFactories/CatalogEntryViewModelFactory.cs | 6,310 | C# |
// Isomorophic MIDI Keyboard
//
// Copyright © Sergey A Kryukov, 2017
// http://www.SAKryukov.org
// https://www.codeproject.com/Members/SAKryukov
//
// Original publication:
// "Musical Study with Isomorphic Computer Keyboard"
// https://www.codeproject.com/Articles/1201737/Musical-Study-with-Isomorphic-Compu... | 35.646739 | 114 | 0.689739 | [
"MIT"
] | SAKryukov/isomorphic-midi-keyboard | code/WPF/Main/TheApplication.cs | 6,562 | C# |
namespace EA.Iws.Core.ImportMovement
{
using System;
[Serializable]
public class ImportCancelMovementData
{
public Guid Id { get; set; }
public int Number { get; set; }
public Guid NotificationId { get; set; }
}
} | 18.642857 | 48 | 0.609195 | [
"Unlicense"
] | DEFRA/prsd-iws | src/EA.Iws.Core/ImportMovement/ImportCancelMovementData.cs | 263 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace OldestFamilyMember
{
public class Person
{
private string name;
private int age;
public Person(string name, int age)
{
this.name = name;
this.age = age;
}
publ... | 18.032258 | 43 | 0.484794 | [
"Apache-2.0"
] | Vladimir-Dodnikov/CSharp---Advanced | 06. Defining classes - Exercise/Person.cs | 561 | 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.625 | 178 | 0.60338 | [
"Unlicense"
] | vb2ae/WPFIValueConverter | WPFConvertor/Properties/Resources.Designer.cs | 2,783 | C# |
using System;
using System.Collections.Generic;
using LilyPath;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace LilyPathDemo.TestSheets
{
[TestName("Water Lily")]
public class WaterLilySheet : TestSheet
{
private Vector2 _origin = new Vector2(200, 200);
pri... | 40.584906 | 138 | 0.655044 | [
"MIT"
] | jaquadro/LilyPath | LilyPathDemo/TestSheets/WaterLilly.cs | 2,153 | C# |
// Copyright (c) 2017 Trevor Redfern
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
namespace SilverNeedle.Actions.CharacterGeneration.Background
{
using System;
using SilverNeedle.Characters;
using SilverNeedle.Characters.Background;
using SilverNeedle.... | 28.238095 | 84 | 0.652614 | [
"MIT"
] | shortlegstudio/silverneedle-web | silverneedle/lib/Actions/CharacterGeneration/Background/ClassOriginStoryCreator.cs | 1,188 | C# |
/*# This file is part of adp-api-library.
# https://github.com/adplabs/adp-connection-NET
# Copyright © 2015-2016 ADP, 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
# http://www.apac... | 27.316667 | 94 | 0.61928 | [
"Apache-2.0"
] | adplabs/adp-connection-NET | ADPClient/Connection/ADPApiConnectionFactory.cs | 1,650 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using PostSharp.Patterns.Contracts;
using ThreatsManager.Interfaces.ObjectModel;
using ThreatsManager.Interfaces.ObjectModel.Properties;
using ThreatsManager.Utilities;
namespace ThreatsManager.Quality
{
/// <summary>
/// Utility class to perf... | 34.150538 | 144 | 0.573992 | [
"MIT"
] | simonec73/threatsmanager | Sources/Extensions/ThreatsManager.Quality/QualityAnalyzersManager.cs | 3,178 | C# |
/*
* Copyright © Kahath 2015
* Licensed under MIT license.
*/
using KNetFramework.Attributes.Core;
using KNetFramework.Commands.Base;
using KNetFramework.Enums;
using KNetFramework.Managers;
using KNetFramework.Network.Session;
namespace KNetFramework.Commands.Handlers
{
[Command("assembly", CommandLevel.Ten, ""... | 17.45614 | 78 | 0.718593 | [
"MIT"
] | Kahath/Framework | KNetFramework/Commands/Handlers/AssemblyCommands.cs | 998 | C# |
using System.Net;
using Moq;
using NUnit.Framework;
using TestNinja.Mocking;
namespace TestNinja.UnitTests.Mocking
{
[TestFixture()]
public class InstallerHelperTests
{
private InstallerHelper _helper;
private Mock<IClient> _client;
public InstallerHelperTests()
{
... | 27.883721 | 114 | 0.564637 | [
"MIT"
] | daviddongguo/c-_NunitTest_Mock | TestNinja-david/TestNinja.UnitTests/Mocking/InstallerHelperTests.cs | 1,201 | C# |
using System.Reflection;
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("Rebus.AmazonSQS")]
[assembly: AssemblyDes... | 37.888889 | 84 | 0.741202 | [
"MIT"
] | lucasantarelli/rebus | Rebus.AmazonSQS/Properties/AssemblyInfo.cs | 1,367 | C# |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class ContentDialogOpenedEventArgs
{
}
}
| 24.916667 | 62 | 0.752508 | [
"Apache-2.0"
] | dansiegel/Uno | src/Uno.UI/Generated/3.0.0.0/Windows.UI.Xaml.Controls/ContentDialogOpenedEventArgs.cs | 299 | C# |
using System;
using System.Globalization;
using Newtonsoft.Json;
namespace SURA.Models
{
public class ReciboPolizaModel
{
[JsonProperty("numeroPoliza", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string NumeroPoliza { get; set; }
[JsonProper... | 32.866667 | 118 | 0.6643 | [
"MIT"
] | fabiangothman/xamarinApp | SURA/SURA/Models/ReciboPolizaModel.cs | 988 | C# |
/*
* Original author: Nicholas Shulman <nicksh .at. u.washington.edu>,
* MacCoss Lab, Department of Genome Sciences, UW
*
* Copyright 2019 University of Washington - Seattle, WA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance ... | 50.325714 | 173 | 0.618599 | [
"Apache-2.0"
] | CSi-Studio/pwiz | pwiz_tools/Skyline/TestFunctional/BatchCalibrationTest.cs | 8,809 | C# |
#region License
// Copyright (c) 2007 James Newton-King
//
// 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, ... | 27.828025 | 98 | 0.615244 | [
"Apache-2.0"
] | yswenli/WEF | WEF.Core/Common/Newtonsoft.Json/Bson/BsonToken.cs | 4,369 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using uniPark.Main.Forms.Landing;
namespace uniPark.Main.Forms.Loading
{
public partial class frmLoa... | 24.875 | 64 | 0.511845 | [
"MIT"
] | DieWindpomp/DragonCode | uniPark/Main/Forms/Loading/frmLoading.cs | 1,395 | C# |
#region using
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq.Expressions;
using System.Reflection;
using log4net;
#endregion
namespace NetAppCommon.Cache.Attributes
{
/// <summary>
/// Rozszerzenia programowania zorientowanego na aspekty - Atrybut wartości ... | 38.234375 | 117 | 0.483245 | [
"Apache-2.0"
] | paulpiotr/NetAppCommon | NetAppCommon/Cache/Attributes/MemoryCacheDefaultValueAttribute.cs | 4,898 | C# |
using APICatalogo.Context;
using APICatalogo.DTOs.Mappings;
using APICatalogo.Extensions;
using APICatalogo.Repository;
using AutoMapper;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.A... | 38.859375 | 174 | 0.635505 | [
"Apache-2.0"
] | lucasMontagnani/API_Catalogo_ASP.NET_Core | APICatalogo/Startup.cs | 4,974 | C# |
using System;
using Serilog;
using Serilog.Configuration;
using Serilog.Formatting.Compact;
namespace EventStore.Common.Log {
internal static class LoggerSinkConfigurationExtensions {
public static LoggerConfiguration RollingFile(this LoggerSinkConfiguration configuration, string logFileName) {
if (configuration... | 27.789474 | 113 | 0.787879 | [
"Apache-2.0",
"CC0-1.0"
] | 01100010011001010110010101110000/EventStore | src/EventStore.Common/Log/LoggerSinkConfigurationExtensions.cs | 528 | C# |
/*******************************************************************************
* Copyright 2012-2019 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... | 46.793103 | 291 | 0.628265 | [
"Apache-2.0"
] | 5u5hma/aws-tools-for-powershell | modules/AWSPowerShell/Cmdlets/WorkLink/Basic/Update-WLIdentityProviderConfiguration-Cmdlet.cs | 12,215 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18010
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | 21.530973 | 80 | 0.621866 | [
"Apache-2.0"
] | arthurll/mobile-samples | SoMA/Components/xamarin.social-1.0.1/samples/Xamarin.Social.Sample.Android/Components/xamarin.mobile-0.6.2/samples/Xamarin.Mobile.Android.Samples/GeolocationSample/Resources/Resource.designer.cs | 2,433 | C# |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
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 w... | 42.392857 | 98 | 0.709773 | [
"MIT"
] | Joben28/WPFChat | ChatterServer/Properties/AssemblyInfo.cs | 2,377 | C# |
using System;
using System.Threading.Tasks;
using Dapper;
using MySql.Data.MySqlClient;
using Xunit;
namespace SideBySide
{
public class Transaction : IClassFixture<TransactionFixture>
{
public Transaction(TransactionFixture database)
{
m_database = database;
m_connection = m_database.Connection;
}
[... | 31.204082 | 130 | 0.725311 | [
"MIT"
] | ddunkin/MySqlConnector | tests/SideBySide/Transaction.cs | 3,060 | C# |
using System;
using SFML.Graphics;
using SharpDX.Direct3D9;
namespace ManiacEditor.Events
{
public delegate void RenderEventHandler(object sender, DeviceEventArgs e);
public delegate void CreateDeviceEventHandler(object sender, DeviceEventArgs e);
public delegate void RenderEventHandlerSFML(object sender... | 19.981818 | 92 | 0.596906 | [
"MIT"
] | CarJem/ManiacEditor | ManiacED-Core/Events/DeviceEventArgs.cs | 1,101 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace DataParallelism.cs
{
public static class PrimeNumbers
{
public static long PrimeSumSequential()
{
int len = 10000000;
lo... | 31.93 | 106 | 0.43063 | [
"MIT"
] | devbrsa/fConcBook | Chapter.04/DataParallelism.Part1.cs/PrimeNumbers.cs | 3,195 | C# |
using System;
using System.Diagnostics;
using System.IO;
using System.Text;
namespace GvasFormat.Serialization.UETypes
{
[DebuggerDisplay("{Value}", Name = "{Name}")]
public sealed class UETextProperty : UEProperty
{
private static readonly Encoding Utf8 = new UTF8Encoding(false);
public ... | 34.585366 | 149 | 0.616361 | [
"MIT"
] | 13xforever/gvas-converter | GvasFormat/Serialization/UETypes/UETextProperty.cs | 1,420 | C# |
using Arduino.Firmata;
using Arduino.Firmata.Extend;
using System.Linq;
namespace System.Linq
{
/// <summary>
/// https://github.com/firmata/protocol/blob/master/encoder.md
/// </summary>
public static class EncoderProtocol
{
public const byte ENCODER_DATA = 0x61; // ENCODER_DATA(0x61)
... | 40.777778 | 120 | 0.591962 | [
"BSD-2-Clause"
] | mccj/Arduino.Firmata | src/Arduino.Firmata/Protocol/Encoder/EncoderProtocol.cs | 1,492 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by \generate-code.bat.
//
// Changes to this file will be lost when the code is regenerated.
// The build server regenerates the code before each build and a pre-build
// step ... | 79.498845 | 205 | 0.772788 | [
"MIT-feh"
] | Angerxzer/UnitsNet | UnitsNet.Tests/GeneratedCode/TestsBase/MassConcentrationTestsBase.g.cs | 103,333 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Общие сведения об этой сборке предоставляются следующим набором
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
// связанные со сборкой.
[assembly: AssemblyTitle("tASK08")]
[assembl... | 38.243243 | 99 | 0.761837 | [
"MIT"
] | hse-programming-CSharp2019-2020/CSharp2019-2020 | 03 module/02 seminar/code/Seminar02/tASK08/Properties/AssemblyInfo.cs | 1,995 | C# |
using PinBot2.Common;
using PinBot2.Model;
using PinBot2.Model.Configurations;
using PinBot2.Model.PinterestObjects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web;
namespace PinBot2.Algorithms.... | 40.828571 | 289 | 0.516445 | [
"MIT"
] | inevolin/PinBot-2 | PinBot2.Algorithms/Scraping/Scraping/ScrapePins_BoardFeedResource.cs | 2,860 | C# |
using System.IO;
using System.Windows;
using Bloom.Domain.Models;
using Bloom.State.Data.Respositories;
using Bloom.State.Domain.Models;
using Microsoft.Practices.Unity;
using NUnit.Framework;
namespace Bloom.State.Data.Tests.Repositories
{
/// <summary>
/// Tests the player state repository class.
/// </... | 34.106383 | 98 | 0.607299 | [
"Apache-2.0"
] | RobDixonIII/Bloom | Shared/Tests/Bloom.State.Data.Tests/Repositories/PlayerStateRespositoryTests.cs | 3,208 | 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("St... | 38.513514 | 84 | 0.750175 | [
"MIT"
] | sholev/SoftUni | C#-WebDeveloper-3.0/Advanced-C#-May-2016/Exercises/Linq/StudentsByFirstAndLastName/Properties/AssemblyInfo.cs | 1,428 | C# |
namespace ByteBee.Framework.Tests.Converting.Standard.StringCastingTests
{
public sealed partial class StringCastingTest
{
}
} | 21.142857 | 73 | 0.722973 | [
"MIT"
] | ByteBee/ByteBee | tests/converting/Standard/StringCastingTests/ConvertFrom.cs | 150 | 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("Im... | 38.027778 | 84 | 0.750913 | [
"MIT"
] | vicavelly/ImageuploadingDemo | Properties/AssemblyInfo.cs | 1,372 | C# |
using System;
using System.Collections.Generic;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using AssetStudio;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace UnityLive2DExtractor
{
class Program
{
static void Main(string[] args)
{
if (args.Length... | 47.053571 | 170 | 0.445968 | [
"MIT"
] | Perfare/UnityLive2DExtractor | UnityLive2DExtractor/Program.cs | 21,114 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
[Serializable]
public class ADInfo
{
//*****Copyright MAPLELEAF3659*****
public int num;
public string name;
public bool isVideo,isPlayed;
public Sprite adSprite;
... | 24.576923 | 92 | 0.691706 | [
"MIT"
] | MAPLELEAF3659/The-Controlled | Assets/Scripts/Game Scene/ADInfo.cs | 641 | C# |
#region Cumulocity GmbH
// /*
// * Copyright (C) 2015-2018
// *
// * 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... | 39.689781 | 117 | 0.593103 | [
"MIT"
] | SoftwareAG/cumulocity-sdk-cs | MQTT-SDK/src/MQTT.Client.NetStandard/Client_SmartREST.cs | 10,877 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
using Azure.Core;
namespace Azure.Management.Network.Models
{
/// <summary> Response for ListExpressRouteCircuit API service call. </summary>
... | 36.27027 | 105 | 0.675112 | [
"MIT"
] | AbelHu/azure-sdk-for-net | sdk/testcommon/Azure.Management.Network.2020_04/src/Generated/Models/ExpressRouteCircuitListResult.cs | 1,342 | C# |
using System.Globalization;
namespace JsonScribe
{
public sealed class JsonLiteral: JsonElement
{
private object _literal;
public NumberType NumberType { get; private set; } = NumberType.None;
private void Init(object literal, JsonType type, NumberType numType = NumberType.Non... | 34.225 | 109 | 0.55588 | [
"MIT"
] | DallasP9124/JsonLite | JsonScribe/JsonLiteral.cs | 2,740 | C# |
using System;
using System.Threading.Tasks;
using LeagueOfNews.Core.Interface;
using LeagueOfNews.Forms.Interfaces;
using MvvmCross.Navigation;
using MvvmCross.ViewModels;
namespace LeagueOfNews.Forms.ViewModels
{
public class TabbedRootViewModel : MvxViewModel
{
private bool _tabsLoaded = false;
... | 39.622222 | 119 | 0.713965 | [
"MIT"
] | MohairApps/SurrenderAt20 | LeagueOfNews.Forms/ViewModels/CategoryViewModels/TabbedRootViewModel.cs | 1,785 | C# |
// Plato.NET
// Copyright (c) 2017 ReflectSoftware Inc.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
using RabbitMQ.Util;
using System.IO;
namespace Plato.Messaging.RMQ
{
/// <summary>
///... | 34.319588 | 112 | 0.564133 | [
"Apache-2.0"
] | reflectsoftware/Plato.NET | src/Plato.Messaging.RMQ/RMQBasicConsumer.cs | 3,331 | C# |
/***********************************************************
**项目名称: NPlatform.IServices
**功能描述: PositionServices 的摘要说明
**作 者: 此代码由CodeSmith生成。
**版 本 号: 1.0 ... | 32.821429 | 98 | 0.451578 | [
"Apache-2.0"
] | Dongliang-y/NMicroAPP | service/NPlatform.Domains/Services/Sys/PositionService.cs | 997 | C# |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Newtonsoft.Json;
namespace Azure.SignalRBench.Messages
{
public abstract class Message
{
[JsonProperty(Required = Required.Always)]
publ... | 26.785714 | 101 | 0.706667 | [
"MIT"
] | Azure/azure-signalr-bench | src/Libs/Messages/Messages/Message.cs | 377 | C# |
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace Kerberos.NET.Server
{
public class ListenerOptions
{
public EndPoint ListeningOn { get; set; }
public int QueueLength { get; set; } = 1000;
public TimeSpan ReceiveTimeout { get; set; } =... | 25.870968 | 80 | 0.638404 | [
"MIT"
] | DamirAinullin/Kerberos.NET | Kerberos.NET/Server/ListenerOptions.cs | 804 | 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>
//--... | 42.783784 | 175 | 0.602653 | [
"MIT"
] | Denrage/Blish-HUD | Blish HUD/Properties/Resources.Designer.cs | 3,168 | C# |
namespace DemoSite.Models.Pages {
using System;
using System.Collections.Generic;
using System.Web;
using Business.FakeStore;
using KalikoCMS;
using KalikoCMS.Attributes;
using KalikoCMS.ContentProvider;
using KalikoCMS.Core;
using KalikoCMS.Mvc;
using KalikoCMS.PropertyType;
... | 45.816667 | 111 | 0.636595 | [
"MIT"
] | KalikoCMS/DemoSite.Mvc | Models/Pages/ProductListPage.cs | 2,751 | C# |
using System;
using System.Collections.Generic;
using System.IO;
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.Windo... | 28.565 | 100 | 0.609312 | [
"BSD-2-Clause"
] | AlexeyPostika/Sklad | Sklad_v1_001/MainWindow.xaml.cs | 5,835 | C# |
// <copyright file="ISearch.cs" company="Automate The Planet Ltd.">
// Copyright 2018 Automate The Planet Ltd.
// 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... | 39.875 | 85 | 0.736677 | [
"Apache-2.0"
] | FrancielleWN/AutomateThePlanet-Learning-Series | Design-Architecture-Series/HybridTestFramework.UITests.Core/Controls/ISearch.cs | 959 | 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("Rep... | 37.513514 | 84 | 0.747118 | [
"Unlicense"
] | gywerd/ClientServer | Client/Repository/Properties/AssemblyInfo.cs | 1,391 | C# |
namespace LocalStorage
{
public interface IDataTransform : IDataTransformSync, IDataTransformAsync
{
}
public interface IDataTransformSync
{
byte[] Apply(byte[] data);
byte[] Reverse(byte[] data);
}
public interface IDataTransformAsync
{
#if !DISABLE_UNITASK_SU... | 26.964286 | 77 | 0.64106 | [
"MIT"
] | CorundumGames/LocalStorage | Packages/LocalStorage/Runtime/IDataTransform.cs | 755 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using SeqCli.PlainText;
using SeqCli.PlainText.Framing;
using SeqCli.PlainText.Parsers;
using Superpower;
using Superpower.Model;
using Superpower.Parsers;
using Xunit;
namespace SeqCli.Tests.PlainText
{
... | 32.088889 | 100 | 0.561288 | [
"Apache-2.0"
] | nblumhardt/seqcli | test/SeqCli.Tests/PlainText/FrameReaderTests.cs | 2,890 | C# |
using Polygon.Entities;
namespace Polygon.Models
{
/// <summary>
/// The model class for judging run summary.
/// </summary>
public class RunSummary
{
/// <summary>
/// The judging ID
/// </summary>
public int JudgingId { get; set; }
/// <summary>
/... | 22.658537 | 49 | 0.496233 | [
"MIT"
] | namofun/polygon | src/Abstraction/Models/RunSummary.cs | 931 | C# |
using ChoETL.NACHA;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChoETL.NACHATest
{
class Program
{
static void Main(string[] args)
{
ChoETLFrxBootstrap.TraceLevel = System.Diagnostics... | 39.086957 | 140 | 0.488988 | [
"MIT"
] | ECody/ChoETL.NACHA | ChoETL.NACHATest/Program.cs | 4,497 | C# |
using System;
using System.Runtime.InteropServices;
// Make no promises to maintain public services.
[assembly: ComVisible(false)]
// Roller is an API consumer, not an API provider, so CLS Compliance is not needed.
[assembly: CLSCompliant(false)]
| 27.666667 | 83 | 0.7751 | [
"MIT"
] | mxashlynn/Scribe | Roller/AssemblyInfo.cs | 249 | C# |
namespace UblTr.Common
{
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponen... | 32.733333 | 171 | 0.599593 | [
"MIT"
] | enisgurkann/UblTr | Ubl-Tr/Common/CommonAggregateComponents/ExchangeRateType.cs | 2,455 | C# |
using System;
using System.Linq;
namespace Xamarin.Forms
{
[Xaml.ProvideCompiled("Xamarin.Forms.Core.XamlC.ColorTypeConverter")]
public class ColorTypeConverter : TypeConverter
{
public override object ConvertFromInvariantString(string value)
{
if (value != null)
{
if (value.Trim().StartsWith("#", Str... | 43.965909 | 128 | 0.694107 | [
"MIT"
] | johot/Xamarin.Forms.2.3.4 | Xamarin.Forms.Core/ColorTypeConverter.cs | 7,738 | C# |
// Copyright (c) 2013 SIL International
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
using System;
namespace Icu.Collation
{
/// <summary>
/// When turned on, this attribute positions Hiragana before all
/// non-ignorables on quaternary level This is a sneaky way to prod... | 27.193548 | 100 | 0.685647 | [
"MIT"
] | atlastodor/icu-dotnet | source/icu.net/Collation/HiraganaQuaternary.cs | 845 | 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("DA... | 37.27027 | 84 | 0.741842 | [
"MIT"
] | e11en/WFDemo | WF 4.5 Demo/DAL/Properties/AssemblyInfo.cs | 1,382 | C# |
namespace PROProtocol
{
public class InventoryItem
{
public string Name { get; }
public int Id { get; }
public int Quantity { get; }
public int Scope { get; }
public InventoryItem(int id, int quantity, int scope)
{
Name = ItemsDatabase.Ins... | 32.482759 | 142 | 0.53397 | [
"MIT"
] | DubsCheckum/proshine | PROProtocol/InventoryItem.cs | 944 | C# |
using System.Collections.Generic;
using Microsoft.Rest.Azure;
using Microsoft.Rest.Azure.OData;
using Microsoft.Azure.Management.Media;
using Microsoft.Azure.Management.Media.Models;
namespace AzureSkyMedia.PlatformServices
{
internal partial class MediaClient
{
public int GetEntityCount<T>(MediaEnti... | 52.666667 | 146 | 0.565665 | [
"MIT"
] | Akash76/SkyMedia | PlatformServices/Clients/MediaClientEntity.cs | 13,906 | 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 ... | 26.87963 | 134 | 0.67723 | [
"Apache-2.0"
] | bbs168/aliyun-openapi-net-sdk | aliyun-net-sdk-ecs/Ecs/Model/V20140526/DescribeTaskAttributeRequest.cs | 2,903 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.