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 |
|---|---|---|---|---|---|---|---|---|
#region "copyright"
/*
Copyright © 2021 - 2021 George Hilios <ghilios+SERVOCAT@googlemail.com>
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
... | 41.783784 | 112 | 0.716688 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | ghilios/ASCOM.Joko.ServoCAT | ServoCATDriver/Telescope/ServoCatStatus.cs | 1,549 | C# |
using BMEcatSharp.Xml;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Xml.Serialization;
namespace OpenTransSharp
{
/// <summary>
/// (Information on the business document)<br/>
/// <br/>
/// In the element ORDERRESPONSE_INFO administrative... | 42.865116 | 444 | 0.603082 | [
"MPL-2.0"
] | pedropauloreis/OpenTransSharp | OpenTransSharp/Types/OrderResponses/OrderResponseInformation.cs | 9,218 | C# |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.Serialization;
using System.Text.RegularExpressions;
using BxlSharp.Parsing;
namespace BxlSharp.Parser
{
public enum Token
{
NONE,
/* XLR tokens */
KW_LAYERDATA,
... | 42.620746 | 309 | 0.602616 | [
"MIT"
] | issus/BxlSharp | BxlSharp/Parsing/BxlTokenizer.cs | 26,299 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | 43.953623 | 188 | 0.603403 | [
"MIT"
] | 333fred/runtime | src/tests/JIT/HardwareIntrinsics/General/Vector64/LessThan.UInt16.cs | 15,164 | C# |
namespace cwg.web.Generators
{
public class PE32SignedGenerator : BaseGenerator
{
public override string Name => "PE32 SIGNED";
public override bool Active => false;
protected override string SourceName => "sourcePESIGNED.exe";
protected override string CleanSourceNam... | 27.705882 | 74 | 0.651805 | [
"MIT"
] | jcapellman/cwg | src/cwg.web/Generators/PE32SignedGenerator.cs | 473 | C# |
// ------------------------------------------------------------------------------
// <auto-generated>
// Generated by Xsd2Code. Version 3.4.0.18239 Microsoft Reciprocal License (Ms-RL)
// <NameSpace>Mim.V4200</NameSpace><Collection>Array</Collection><codeType>CSharp</codeType><EnableDataBinding>False</EnableDat... | 45.336683 | 1,358 | 0.58834 | [
"MIT"
] | Kusnaditjung/MimDms | src/Mim.V4200/Generated/QTY.cs | 9,022 | C# |
using System.Reflection;
namespace RTWR_RTWLIB
{
partial class About
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </su... | 53.741379 | 159 | 0.640252 | [
"MIT"
] | sargeantPig/RTWRandomiser | RTWR_RTWLIB/Forms--/About.Designer.cs | 9,354 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace Marmara.Data.Entity
{
public class CFLData : BaseEntity, IActuator
{
public string Status { get; set; }
public DateTime RunTimeStart { get; set; }
public DateTime RunTimeEnd { get; set; }
}
}
| 21.928571 | 50 | 0.664495 | [
"MIT"
] | msensoy/MarmaraUniversityMasterThesis | codes/Common/Marmara.Data/Entity/CFLData.cs | 309 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace Common.Interface
{
/// <summary>
/// 序列化接口
/// </summary>
public interface ISerialize
{
/// <summary>
/// 序列化
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="in... | 27.890411 | 70 | 0.484774 | [
"MIT"
] | 107295472/DaprHost | Dapr/Common/Interface/ISerialize.cs | 2,136 | C# |
using ABB.Robotics.RobotStudio.Stations;
namespace WZcalculator.Interfaces
{
public interface IZone
{
/// <summary>
/// Returns the zone type associated with this instance.
/// </summary>
/// <returns></returns>
ZoneType GetZoneType();
/// <summary>
///... | 31.952381 | 101 | 0.600596 | [
"MIT"
] | zaalj03a/WZcalculator | WZcalculator/Interfaces/IZone.cs | 1,344 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Xunit;
namespace System.Linq.Expressions.Tests
{
public static class BinaryDivideTests
{
#reg... | 36.508861 | 167 | 0.50267 | [
"MIT"
] | 06needhamt/runtime | src/libraries/System.Linq.Expressions/tests/BinaryOperators/Arithmetic/BinaryDivideTests.cs | 14,421 | 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... | 37.510204 | 149 | 0.656692 | [
"Apache-2.0"
] | Bio2hazard/aws-sdk-net | sdk/src/Services/Lambda/Generated/Model/Internal/MarshallTransformations/ListLayerVersionsRequestMarshaller.cs | 3,676 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Threading;
using Azure.Storage.Blobs;
using Microsoft.Azure.WebJobs.Extensions.Storage.Common.Listeners;
using Microsoft.Azure.WebJobs.Extensions.Storage.Common.Timers;
namespace Microsoft.Azure... | 34.972222 | 140 | 0.694202 | [
"MIT"
] | 0rland0Wats0n/azure-sdk-for-net | sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/tests/Listeners/BlobNotificationStrategyExtensions.cs | 1,261 | C# |
using Microsoft.AspNetCore.Http;
using System;
using System.Threading.Tasks;
namespace GreenElephantIO.Middleware
{
public class PublishSubscribeMiddleware
{
private readonly RequestDelegate _next;
public PublishSubscribeMiddleware(RequestDelegate next)
{
_next = next;
... | 22.208333 | 79 | 0.651032 | [
"MIT"
] | greenelephantio/eventing-webhooks-dotnetcore-middleware | PublishSubscribeMiddleware.cs | 535 | C# |
using DotBPE.Rpc.Protocol;
using Peach;
using Peach.Messaging;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace DotBPE.Rpc.Server
{
public class HeartbeatActor : IServiceActor<AmpMessage>
{
public string Id => "0.0";
public string Group... | 23.24 | 88 | 0.685026 | [
"MIT"
] | dotbpe/dotbpe | src/DotBPE.Rpc/Server/Impl/HeartbeatActor.cs | 581 | C# |
using NuGet;
namespace NuSelfUpdate
{
public interface IExtendedFileSystem : IFileSystem
{
string AppDirectory { get; }
void MoveFile(string sourcePath, string destinationPath);
}
} | 22 | 66 | 0.663636 | [
"MIT"
] | ShiJess/NuSelfUpdate | src/NuSelfUpdate/IExtendedFileSystem.cs | 222 | C# |
using Entia.Nodes;
using Entia.Unity;
using static Entia.Unity.Nodes;
using static Entia.Nodes.Node;
namespace Nodes
{
public sealed class Main : NodeReference
{
// This 'Node' represents the execution behavior of systems.
// The 'Sequence' node executes its children in order.
public ov... | 32.727273 | 75 | 0.634722 | [
"MIT"
] | outerminds/Entia.Unity | Unity/Assets/Scripts/Example/Main.cs | 720 | C# |
//
// https://github.com/ServiceStack/ServiceStack.Text
// ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers.
//
// Authors:
// Demis Bellot (demis.bellot@gmail.com)
//
// Copyright 2012 ServiceStack Ltd.
//
// Licensed under the same terms of ServiceStack: new BSD license.
//
using Syst... | 26.913043 | 116 | 0.68036 | [
"BSD-3-Clause"
] | MikaelEliasson/ServiceStack.Text | src/ServiceStack.Text/Json/JsonWriter.Generic.cs | 4,333 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Util;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Test.Functional.Distribute;
using Xunit.Runners.ResultChannels;
using Xunit... | 39.988372 | 127 | 0.627217 | [
"MIT"
] | NATIVE-EARTHLING/appcenter-sdk-dotnet | Tests/Contoso.Test.Functional.Droid/MainActivity.cs | 3,441 | C# |
using Comet.Graphics;
using System.Drawing;
using System.Windows.Media.Imaging;
using Bitmap = Comet.Graphics.Bitmap;
namespace Comet.WPF.Graphics
{
public class WPFBitmap : Bitmap
{
private BitmapImage _image;
public WPFBitmap(BitmapImage image)
{
_image = image;
}
public override SizeF Size => new ... | 18.148148 | 81 | 0.732653 | [
"MIT"
] | Clancey/Comet | src/Comet.WPF/Graphics/WPFBitmap.cs | 492 | C# |
using System;
namespace AdventOfCode._2015.Day18;
[ProblemName("Like a GIF For Your Yard")]
internal class Solution : ISolver {
private static int size = 0;
public object PartOne(string input)
{
int steps = 100;
size = input.Lines().Length;
int[,] grid = new int[size + 2, size ... | 25.129771 | 67 | 0.31774 | [
"MIT"
] | vinaykapadia/adventofcode | 2015/Day18/Solution.cs | 3,292 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Amazon;
using Amazon.Runtime;
using App.Metrics;
using App.Metrics.Infrastructure;
using App.Metrics.Internal.Infrastructure;
using App.Metrics.Reporting.Graphite;
using App.Metrics.Reporting.Http;
using App.Metrics.Reporting.InfluxDB;
using Excep... | 57.008746 | 197 | 0.644318 | [
"Apache-2.0"
] | aTiKhan/Exceptionless | src/Exceptionless.Insulation/Bootstrapper.cs | 19,554 | C# |
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Threading.Tasks;
using Abp.Dependency;
using Abp.Linq;
namespace Abp.EntityFramework.Linq
{
public class EfAsyncQueryableExecuter : IAsyncQueryableExecuter, ISingletonDependency
{
public Task<int>... | 26.865385 | 89 | 0.61131 | [
"MIT"
] | AnisBOULAID/aspnetboilerplate | src/Abp.EntityFramework/EntityFramework/Linq/EfAsyncQueryableExecuter.cs | 1,399 | 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>
//--... | 39.043478 | 185 | 0.556097 | [
"MIT"
] | AtomCrafty/MajiroTools | src/MajiroDebugListener/Properties/Resources.Designer.cs | 7,186 | C# |
namespace Altsoft.PDFO
{
using System;
public class MCD_MHBE : Resource
{
// Methods
public MCD_MHBE(PDFDirect direct) : base(direct)
{
}
public static MCD_MHBE Create()
{
return MCD_MHBE.Create(true);
}
public static MCD_MHBE Cr... | 22.147059 | 65 | 0.462815 | [
"MIT"
] | silvath/siscobras | mdlPDF/Xml2PDF/Source/Altsoft/PDFO/MCD_MHBE.cs | 1,506 | C# |
using System;
using XK.Common.web;
namespace XK.WeiXin.Author {
public class AppTicket {
public const string AccessTokenUrl =
"https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid={0}&secret={1}";
/// <summary>
/// 获取请求地址
/// </summary>
/// <para... | 34.912281 | 116 | 0.652764 | [
"Apache-2.0"
] | kangwl/xk | XK.WeiXin/Author/AppTicket.cs | 2,004 | C# |
namespace Homework_26_11_20.Views
{
partial class SpecialtiesForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summa... | 47.948529 | 168 | 0.623831 | [
"MIT"
] | 12Jekan35/Homework_26_11_20 | Homework_26_11_20_project/Views/SpecialtiesForm.Designer.cs | 6,573 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Moyasar.Abstraction;
using Moyasar.Exceptions;
using Newtonsoft.Json;
namespace Moyasar.Models
{
public class StcPaySource : IPaymentSource
{
[JsonProperty("type")]
public string Type ... | 27.333333 | 82 | 0.505135 | [
"MIT"
] | moyasar/moyasar-dotnet | Moyasar/Models/StcPaySource.cs | 1,558 | C# |
namespace SimpleBackup.Main.Tasks.Backup
{
partial class BackupForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summ... | 47.738739 | 175 | 0.631062 | [
"MIT"
] | UweKeim/SimpleBackup | Source/Main/Tasks/Backup/BackupForm.Designer.cs | 5,301 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace Reeduca.Api
{
public class Program
{
... | 24.28 | 76 | 0.691928 | [
"MIT"
] | GemersonDenner/plataforma-reeduca | Reeduca.Api/Program.cs | 609 | C# |
using System.Linq;
namespace System.Forest.Services
{
public class BranchNavigationService : IBranchNavigationService
{
public void StepDown(ITree tree, int id)
{
tree.CurrentBranch = tree.CurrentBranch == null ? tree.Branches.Single(b => b.Id == id) : tree.CurrentBranch.Branches.S... | 27.277778 | 154 | 0.623218 | [
"MIT"
] | SamB1990/ObjectForest | src/Services/BranchNavigationService.cs | 493 | C# |
namespace Dapper.SimpleSave.Tests.GuidDtos {
[Table("dbo.GuidOneToManyReferenceChild")]
[ReferenceData]
public class GuidOneToManyReferenceChildDto : GuidBaseOneToManyChildDto {
}
}
| 29.285714 | 78 | 0.741463 | [
"MIT"
] | Paymentsense/Dapper.SimpleSave | src/Dapper.SimpleSave.Tests/GuidDtos/GuidOneToManyReferenceChildDto.cs | 207 | C# |
using System;
namespace ExistForAll.SimpleSettings
{
internal interface ISettingsHolder
{
Type SettingsType { get; }
object SettingsImplementation { get; }
}
} | 17.7 | 41 | 0.717514 | [
"MIT"
] | existall/Settings | src/Core/ExistForAll.SimpleSettings/ISettingsHolder.cs | 179 | C# |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using ThangNguyen.GlobalTicket.Client.D... | 38.031142 | 125 | 0.4773 | [
"MIT"
] | thangnguyenofficial/micro-services-synchronous-sample | ThangNguyen.GlobalTicket.Client/Migrations/20211112003333_AddCardInformationIdentityUser.Designer.cs | 10,993 | C# |
using System.Collections.Generic;
namespace TriggersTools.Windows.Resources.Menu {
/// <summary>
/// A template for a menu ex item container.
/// </summary>
public interface IMenuExTemplateItemContainer : IMenuBaseTemplateItemContainer {
/// <summary>
/// Gets the list of menu items within this container.
... | 28.357143 | 81 | 0.720403 | [
"MIT"
] | trigger-death/TriggersTools.Windows.Resources | src/TriggersTools.Windows.Resources/Menu/IMenuExTemplateItemContainer.cs | 399 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public abstract class CollectableBase : MonoBehaviour
{
protected abstract void Collect(Player player);
[SerializeField] float _movementSpeed = 1;
protected float MovementSpeed => _movementSpeed;
[SerializeField] ParticleS... | 21.5 | 96 | 0.696899 | [
"MIT"
] | gummiez/CaoTyty_4368_P01A | Assets/Scripts/CollectableBase.cs | 1,292 | C# |
using System;
namespace Skibitsky.Urx
{
public interface IScheduler
{
DateTimeOffset Now { get; }
IDisposable Schedule(Action action);
IDisposable Schedule(TimeSpan dueTime, Action action);
}
} | 18.461538 | 62 | 0.641667 | [
"MIT"
] | skibitsky/urx | Runtime/Schedulers/IScheduler.cs | 240 | C# |
using System;
using System.Reflection;
using System.Windows.Forms;
using Microsoft.Win32;
using Shadowsocks.Util;
namespace Shadowsocks.Controller
{
static class AutoStartup
{
// Don't use Application.ExecutablePath
private static readonly string ExecutablePath = Assembly.GetEntryAs... | 33.970297 | 130 | 0.426698 | [
"Apache-2.0"
] | kanego/Tal-windows | shadowsocks-csharp/Controller/System/AutoStartup.cs | 3,433 | C# |
using AoCHelper;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AoC_2019.IntCode.Instructions
{
public abstract class BaseInstruction : IInstruction
{
public const int InstructionPointerValueWhenHalt = -1;
public abstract int Length { get; }
... | 37.765625 | 145 | 0.623086 | [
"MIT"
] | eduherminio/AoC2019 | AoC_2019/IntCode/Instructions/BaseInstruction.cs | 2,419 | C# |
using FluentBootstrap.ListGroups;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FluentBootstrap.Panels
{
public interface IPanelCreator<THelper> : IComponentCreator<THelper>
where THelper : BootstrapHelper<THelper>
{
}... | 25.25 | 93 | 0.678768 | [
"MIT"
] | jbgriffith/FluentBootstrap | FluentBootstrap/Panels/Panel.cs | 912 | C# |
using System.Threading.Tasks;
namespace Cik.MazSite.WebApp.Services
{
// This class is used by the application to send Email and SMS
// when you turn on two-factor authentication in ASP.NET Identity.
// For more details see this link http://go.microsoft.com/fwlink/?LinkID=532713
public class AuthMessa... | 31 | 83 | 0.653226 | [
"MIT"
] | harsharaosk/magazine | src/Services/MessageServices.cs | 994 | C# |
// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit { }
} | 26.4 | 44 | 0.795455 | [
"MIT"
] | catcat0921/lindexi_gd | LightTextEditorPlus/TextEditorPlus/Utils/Compatibles/IsExternalInit.cs | 134 | C# |
#region License
/*
Copyright (c) 2015 Betson Roy
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... | 32.68 | 65 | 0.725214 | [
"Apache-2.0"
] | TheRealHona/Lambda | src/QueryMaster/GameServer/EventArgs/PlayerScoreReportEventArgs.cs | 1,636 | C# |
using System;
using System.Linq;
using System.Collections.Generic;
namespace Flow.Audio
{
public class Sound : BaseAudio
{
public override float this[float t, int channel = 0]
=> Channels[channel][(int)(t / 50000f)];
public string Path { get; set; } = "output.wav";
publ... | 35.063492 | 91 | 0.405387 | [
"MIT"
] | trevisharp/dotflow | Audio/Sound.cs | 4,418 | C# |
using System;
using System.Text;
using ForgetMeNot.Common;
using ForgetMeNot.Messages;
namespace ForgetMeNot.Core.Tests
{
public static class TestHelper
{
public static ReminderMessage.Schedule BuildMeAScheduleMessage()
{
return new ReminderMessage.Schedule(
Guid.Ne... | 33.119403 | 132 | 0.5516 | [
"MIT"
] | rmacdonaldsmith/ForgetMeNot-Akka | src/Core.Tests/TestHelper.cs | 2,221 | C# |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// </auto-generated>
namespace Microsoft.Azure.Management.Cdn.Fluent.Models
... | 34.76087 | 98 | 0.582864 | [
"MIT"
] | AntoineGa/azure-libraries-for-net | src/ResourceManagement/Cdn/Generated/Models/GeoFilter.cs | 3,198 | C# |
using Java.Interop;
namespace Square.OkIO
{
partial class OkBuffer : global::Java.Lang.Object, global::Java.Lang.ICloneable, global::Java.Nio.Channels.IByteChannel, global::Square.OkIO.IBufferedSink, global::Square.OkIO.IBufferedSource
{
global::Square.OkIO.OkBuffer IBufferedSink.Buffer()
{
... | 29.916667 | 195 | 0.682451 | [
"Apache-2.0"
] | JosueDM94/Xamarin.Square | binding/Square.OkIO/Additions/OkBuffer.cs | 359 | C# |
using UnityEngine;
namespace UnityWeld.Binding.Adapters
{
/// <summary>
/// Options for converting a DateTime to a string.
/// </summary>
[CreateAssetMenu(menuName = "Unity Weld/Adapter options/DateTime to string adapter")]
[HelpURL("https://github.com/Real-Serious-Games/Unity-Weld")]
... | 36.333333 | 113 | 0.64526 | [
"MIT"
] | MonarchSolutions/Unity-Weld | UnityWeld/Binding/Adapters/DateTimeToStringAdapterOptions.cs | 656 | C# |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.a... | 35.290323 | 97 | 0.602377 | [
"ECL-2.0",
"Apache-2.0"
] | citizenmatt/gallio | src/Gallio/Gallio/Model/TestKinds.cs | 3,282 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using static Microsoft.Build.Framework.MessageImportance;
namespace MSBuild.CompactJsonResources
{
public class CompactJsonTask : Task
{
public ITaskItem[] JsonFiles { g... | 30.20339 | 78 | 0.554994 | [
"MIT"
] | dimonovdd/MSBuild.CompactJsonResources | src/CompactJson/CompactJsonTask.cs | 1,784 | C# |
using System.Collections.Generic;
namespace Ductus.FluentDocker.Model.Compose
{
/// <summary>
/// Mount host paths or named volumes, specified as sub-options to a service.
/// </summary>
/// <remarks>
/// You can mount a host path as part of a definition for a single service, and there is no need to defi... | 41.489796 | 125 | 0.653222 | [
"Apache-2.0"
] | AntoineGa/FluentDocker | Ductus.FluentDocker/Model/Compose/LongServiceVolumeDefinition.cs | 2,035 | C# |
using System;
using System.Collections;
namespace Org.BouncyCastle.Crypto.Tls
{
public class CertificateRequest
{
private ClientCertificateType[] certificateTypes;
private IList certificateAuthorities;
public CertificateRequest(ClientCertificateType[] certificateTypes, IList certificateAuthorities)
{
thi... | 23.821429 | 99 | 0.770615 | [
"MIT"
] | SchmooseSA/Schmoose-BouncyCastle | Crypto/crypto/tls/CertificateRequest.cs | 667 | C# |
using IdentityModel.Client;
using Microsoft.AspNetCore.SignalR.Client;
namespace BlazorBoilerplate.IdentityServer.Test3
{
class Program
{
static string _authority = "http://localhost:53414";
private static async Task Main()
{
// discover endpoints from metadata
... | 30.621622 | 113 | 0.505737 | [
"MIT"
] | IamFlashUser/blazorboilerplate | src/Tests/BlazorBoilerplate.IdentityServer.Test3/Program.cs | 2,268 | C# |
using FuncSharp;
using Mews.Fiscalizations.Core.Model;
using System;
namespace Mews.Fiscalizations.Hungary.Models
{
public sealed class ExchangeRate
{
private static readonly int MaxDecimalPlaces = 6;
private ExchangeRate(decimal value)
{
Value = value;
}
... | 29.636364 | 123 | 0.623722 | [
"MIT"
] | MewsSystems/fiscalizations | src/Hungary/Mews.Fiscalizations.Hungary/Models/Types/ExchangeRate.cs | 980 | C# |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("windowHelp")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembl... | 28.892857 | 91 | 0.669345 | [
"MIT"
] | linchenrr/kakaTools | windowHelp/windowHelp/Properties/AssemblyInfo.cs | 2,277 | C# |
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Resources;
using System.Reflection;
namespace Mediachase.Ibn.WebAsp.Pages
{
public partial class TariffRequests : System.Web.UI.Page
{
protected ResourceManager LocRM = new Resource... | 27.6 | 152 | 0.789855 | [
"MIT"
] | InstantBusinessNetwork/IBN | Source/Server/WebAsp/Pages/TariffRequests.aspx.cs | 554 | C# |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="FastObservableCollection.cs" company="Catel development team">
// Copyright (c) 2008 - 2015 Catel development team. All rights reserved.
// </copyright>
// ---------------------... | 37.401254 | 148 | 0.545051 | [
"MIT"
] | crazeydave/Catel | src/Catel.MVVM/Catel.MVVM.Shared/Collections/FastObservableCollection.cs | 11,933 | C# |
namespace Azi.Cloud.DokanNet
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Common;
using Newtonsoft.Json;
using Tools;
using FileInformation = global::DokanNet.Fi... | 32.952736 | 144 | 0.470257 | [
"MIT"
] | nguyendotuong/sse | amazon-clouddrive-dokan/FSProvider.cs | 26,496 | C# |
// This file was automatically generated and may be regenerated at any
// time. To ensure any changes are retained, modify the tool with any segment/component/group/field name
// or type changes.
namespace Machete.HL7Schema.V26
{
using HL7;
/// <summary>
/// PPV_PCA_ORDER (Group) -
/// </summary>
... | 25.541667 | 105 | 0.587276 | [
"Apache-2.0"
] | AreebaAroosh/Machete | src/Machete.HL7Schema/Generated/V26/Groups/PPV_PCA_ORDER.cs | 613 | C# |
// Copyright (c) 2016, SolidCP
// SolidCP is distributed under the Creative Commons Share-alike license
//
// SolidCP is a fork of WebsitePanel:
// Copyright (c) 2015, Outercurve Foundation.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted ... | 47.893258 | 245 | 0.679648 | [
"BSD-3-Clause"
] | NAGeorge/SolidCP-fork | SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/Code/Helpers/VirtualMachinesHelper.cs | 8,525 | C# |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... | 41.050633 | 154 | 0.488976 | [
"ECL-2.0",
"Apache-2.0"
] | JakeGinnivan/pulumi-aws | sdk/dotnet/WafRegional/WebAclAssociation.cs | 12,972 | C# |
using UnityEngine;
namespace UnityAtoms
{
[CreateAssetMenu(menuName = "Unity Atoms/Molecules/Timer/Start Timer")]
public class StartTimer : VoidAction
{
[SerializeField]
private Timer Timer = null;
public override void Do()
{
Timer.Start();
}
}
}
| 18.647059 | 75 | 0.59306 | [
"MIT"
] | AKOM-Studio/unity-atoms | Source/Molecules/Timer/StartTimer.cs | 317 | C# |
using System.Collections.Generic;
using SFA.DAS.Payments.DCFS.Infrastructure.Data;
using SFA.DAS.ProviderPayments.Calc.Shared.Infrastructure.Data.Entities;
namespace SFA.DAS.ProviderPayments.Calc.Shared.Infrastructure.Data.Repositories
{
public class RequiredPaymentRepository : DcfsRepository, IRequiredPaymentRep... | 36.307692 | 103 | 0.65572 | [
"MIT"
] | SkillsFundingAgency/das-providerpayments | src/Shared/SFA.DAS.ProviderPayments.Calc.Shared.Infrastructure/Data/Repositories/RequiredPaymentRepository.cs | 946 | C# |
namespace TrashMob.Shared.Persistence
{
public interface ISecretRepository
{
string GetSecret(string name);
}
}
| 16.625 | 38 | 0.684211 | [
"Apache-2.0"
] | ArijitCloud/TrashMob | TrashMob.Shared/Persistence/ISecretRepository.cs | 135 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace EmailSaveAndSender
{
public class MvcApplication : System.Web.HttpApplication
{
protected void Applicatio... | 27.75 | 70 | 0.714715 | [
"Apache-2.0"
] | CraigReedWilliams61819842004/EmailSaverAndSender | EmailSaveAndSender/Global.asax.cs | 668 | C# |
#pragma warning disable 0472,0414
using System;
using System.Text;
using System.IO;
using System.Collections;
using System.ComponentModel;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Xml.Serialization;
using BLToolkit.Aspects;
using BLToolkit.DataA... | 51.626193 | 1,059 | 0.541898 | [
"BSD-2-Clause"
] | EIDSS/EIDSS-Legacy | EIDSS v6.1/eidss.model/Schema/VectorFieldTest.model.cs | 173,053 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Xml;
using Umbraco.Core;
using Umbraco.Core.Models.EntityBase;
using Umbraco.Core.Services;
using Umbraco.Web.Trees;
using umbraco.BusinessLogic;
using umbraco.BusinessLogic.Action... | 38.418321 | 153 | 0.566524 | [
"MIT"
] | Abhith/Umbraco-CMS | src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseTree.cs | 25,166 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using CoreDDC.Config;
namespace CoreDDC
{
public sealed class UpdateEngine
{
private readonly CoreDDCConfig config;
public UpdateEngine(CoreDDCCo... | 36.363636 | 134 | 0.675625 | [
"MIT"
] | jnm2/CoreDDC | src/CoreDDC/UpdateEngine.cs | 1,602 | 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("SitemapGenerator")]
[assembly: A... | 36.538462 | 85 | 0.724912 | [
"MIT"
] | ExcellentChoise/SitemapGenerator | SitemapGenerator/Properties/AssemblyInfo.cs | 1,428 | C# |
// An example class for receiving and sending OSC messages with more than one remote partners
// Here we expect messages from a Processing application that sends mouse positions (x,y) via port 8000
// The script should be added as a Unity Component to some 3D Unity object.
using UnityEngine;
using System.Collections... | 41.589286 | 103 | 0.717905 | [
"MIT"
] | SaxionACT-Art-and-Technology/Unity-OSC | OSCUnityExample/UnityOscExample/Assets/Scripts/OSCExample3.cs | 2,331 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.IO;
using System.Threading;
using DataHandling;
namespace NetworkModules
{
public interface INetConnector
{
int Available{get;}
bool isConnected();
... | 27.23913 | 97 | 0.656026 | [
"Apache-2.0"
] | wootra/TestNetConnector | CommonModules/NetworkModules2/Interfaces/INetConnector.cs | 1,255 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ADP_Tests.resources
{
public class Jenkins
{
public static string Browser = System.Environment.GetEnvironmentVariable("Browser");
public static string Environment = Sys... | 35.756757 | 114 | 0.633409 | [
"Apache-2.0"
] | adpautomation/ADPAutomation | ADP_Tests/ADP_Tests/resources/Jenkins.cs | 1,325 | C# |
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
namespace CefNet.JSInterop
{
[StructLayout(LayoutKind.Explicit, Pack = 4, Size = 20)]
public struct XrayHandle
{
[FieldOffset(0)]
public long frame;
[FieldOffset(8)]
public XrayDataType dataType;
[FieldOffset(12)]
public Int... | 22.29932 | 79 | 0.663514 | [
"MIT"
] | AigioL/CefNet | CefNet/JSInterop/XrayHandle.cs | 3,280 | 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 enable
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Micr... | 42.460784 | 174 | 0.655599 | [
"MIT"
] | HurricanKai/roslyn | src/Features/LanguageServer/ProtocolUnitTests/Diagnostics/PullDiagnosticTests.cs | 21,657 | 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
*
... | 31.392157 | 93 | 0.653342 | [
"Apache-2.0"
] | TencentCloud/tencentcloud-sdk-dotnet | TencentCloud/Es/V20180416/Models/GetRequestTargetNodeTypesResponse.cs | 1,685 | C# |
using DbSafe;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ProductBL.Domain;
using SqlDbSafe;
using System;
using System.Collections.Generic;
using System.Linq;
namespace ProductDAL.Tests
{
[TestClass]
public class ProductDbTest
{
private ProductDb _target;
private IDbSafeMana... | 38.305785 | 279 | 0.602913 | [
"MIT"
] | dbsafe/dbsafe-demo | ProductDAL.Tests/ProductDbTest.cs | 9,272 | C# |
using Harmony;
using PhoenixPoint.Geoscape.Entities;
using PhoenixPoint.Geoscape.Entities.Missions;
namespace AssortedAdjustments.LimitedWar
{
internal static class Store
{
internal static int GameDifficulty = 1; // Default to Veteran in case anything goes wrong
internal static IGeoFactionMiss... | 31.382353 | 97 | 0.691659 | [
"MIT"
] | Mad-Mods-Phoenix-Point/AssortedAdjustments | Source/AssortedAdjustments/Patches/LimitedWar/Store.cs | 1,069 | C# |
/*
* Original author: Brendan MacLean <brendanx .at. u.washington.edu>,
* MacCoss Lab, Department of Genome Sciences, UW
*
* Copyright 2009 University of Washington - Seattle, WA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in com... | 52.513011 | 141 | 0.627283 | [
"Apache-2.0"
] | shze/pwizard-deb | pwiz_tools/Skyline/TestA/IsotypeModTest.cs | 14,126 | C# |
// Copyright (c) 2019 Jennifer Messerly
// This code is licensed under MIT license (see LICENSE for details)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using Kingmaker;
using Kingmaker.AreaLogic;
using Kingmaker.Assets.UI.LevelUp;
using Kingmaker.Blue... | 50.583721 | 652 | 0.665303 | [
"MIT"
] | OldIronEyes/pathfinder-mods | EldritchArcana/Oracle/OracleArchetypes.cs | 21,757 | C# |
using CounterStrike.Models.Guns.Contracts;
using CounterStrike.Models.Guns.TypeGuns;
using CounterStrike.Repositories.Contracts;
using CounterStrike.Utilities.Messages;
using System;
using System.Collections.Generic;
using System.Linq;
namespace CounterStrike.Models.Maps.TypeMaps
{
public class GunRepository : IR... | 22.220339 | 84 | 0.530892 | [
"MIT"
] | m-Mitkov/Csharp-Advanced-2020 | OOP/ExmaPreparation/C#OOPExam-12Apr2020/01. Structure_Skeleton/CounterStrike/Repositories/TypeRepositories/GunRepository.cs | 1,313 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using DeliveryManageSystem;
using DeliveryManageSystem.Controllers;
namespace DeliveryManageSystem.Tests.Controllers
{
[TestClass]
public class HomeCo... | 23.8 | 90 | 0.582124 | [
"MIT"
] | programxiaobai/DeliveryManageSystem | DeliveryManageSystem/DeliveryManageSystem.Tests/Controllers/HomeControllerTest.cs | 1,311 | C# |
namespace navdi2 {
using System.Collections.Generic;
public class Ents : INavdiEnt {
public bool active {get;private set;}
public int maxSize {get;private set;}
public bool full {get{return maxSize>=0&&ents.Count>=maxSize;}}
///<description>if an Ents object is 'permanent' it does not empty when Deactivated.... | 40.151515 | 157 | 0.679497 | [
"MIT"
] | droqen/navdi2 | Ents.cs | 3,975 | C# |
namespace Going.Plaid.Entity;
/// <summary>
/// <para>Metadata that captures information about the Auth features of an institution.</para>
/// </summary>
public record AuthMetadata
{
/// <summary>
/// <para>Metadata specifically related to which auth methods an institution supports.</para>
/// </summary>
[JsonProp... | 33.307692 | 94 | 0.73903 | [
"MIT"
] | EdEastman/Going.Plaid | src/Plaid/Entity/AuthMetadata.cs | 433 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
[assembly: Assemb... | 40.432432 | 103 | 0.750668 | [
"MIT"
] | fredatgithub/AtlasReloaded | UsageConsole/Properties/AssemblyInfo.cs | 1,521 | C# |
using LuKaSo.Zonky.Logging;
using LuKaSo.Zonky.Models.Investments;
using LuKaSo.Zonky.Models.Markets;
using MoreLinq;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace LuKaSo.Zonky.Client
{
public partial class ZonkyClient
{
/// <summa... | 44.390244 | 184 | 0.652015 | [
"MIT"
] | lkavale/LuKaSo.Zonky | src/LuKaSo.Zonky/Client/InvestmentsClient.cs | 5,462 | C# |
/*
* FancyScrollView (https://github.com/setchi/FancyScrollView)
* Copyright (c) 2019 setchi
* Licensed under MIT (https://github.com/setchi/FancyScrollView/blob/master/LICENSE)
*/
using UnityEngine.UI;
namespace FancyScrollView
{
public enum MovementType
{
Unrestricted = ScrollRect.MovementType.... | 24.611111 | 85 | 0.722348 | [
"MIT"
] | karta0898098/UnityLottery | Assets/FancyScrollView/Sources/Runtime/Scroller/MovementType.cs | 445 | C# |
//
// 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,
// distribute, sublicense, a... | 37.394886 | 214 | 0.646509 | [
"Apache-2.0"
] | 121468615/mono | mcs/class/IBM.Data.DB2/IBM.Data.DB2/DB2Parameter.cs | 26,326 | 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.
// </auto-generated>
//----------------------------------------... | 33.069767 | 84 | 0.509142 | [
"MIT"
] | ahansb/WebFormsExam | Web-forms-Exam-2016/Exam/Account/VerifyPhoneNumber.aspx.designer.cs | 1,424 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Web1xbet.Entities;
namespace Web1xbet.Infrastructure.Repositories
{
public class BetRepository : EntityBaseRepository<Bet>, IBetRepository
{
public BetRepository(BetContext context)
: base(context)
{ }
... | 23.706897 | 86 | 0.438545 | [
"MIT"
] | stiks96/web_1xbet | Infrastructure/Repositories/BetRepository.cs | 1,375 | C# |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq;
using System.Reflection;
namespace Microsoft.TestCommon
{
/// <summary>
/// MSTest assertion class to provide... | 45.369723 | 149 | 0.601206 | [
"Apache-2.0"
] | belav/AspNetWebStack | test/Microsoft.TestCommon/Microsoft/TestCommon/GenericTypeAssert.cs | 31,171 | C# |
using System;
namespace prototype
{
class Program
{
static void Main (string[] args)
{
var user = new User();
user.Name = "Mohammadreza Tarkhan";
user.Age = 20;
var address = new Address();
address.City = "Tehran";
address.Country = "Iran";
user.Address = address;
Console.WriteLine("{0... | 23.243243 | 109 | 0.643023 | [
"MIT"
] | mrtarkhan/CreationalDesignPatterns | prototype/prototype/Program.cs | 862 | C# |
using System;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
namespace AppUIBasics.ControlPages
{
public sealed partial class DataGridPage : Page
{
public DataGridPage()
{
this.InitializeComponent();
}
private async void LaunchToolkitButton_Click(objec... | 29.962963 | 111 | 0.647713 | [
"MIT"
] | Microsoft/Xaml-Controls-Gallery | WinUIGallery/ControlPages/DataGridPage.xaml.cs | 811 | C# |
/* ***************************************************************************
* This file is part of SharpNEAT - Evolution of Neural Networks.
*
* Copyright 2004-2020 Colin Green (sharpneat@gmail.com)
*
* SharpNEAT is free software; you can redistribute it and/or modify
* it under the terms of The MIT License ... | 32.32 | 124 | 0.542904 | [
"MIT"
] | sohrabsaran/sharpneat-refactor | src/SharpNeat.Windows.App/SummaryGraphForm.cs | 4,850 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using LogImporter.Configurations;
using LogImporter.Database;
using LogImporter.GeoIp;
using LogImporter.Transformations;
namespace LogImporter
{
public class Kernel
{
public void Run(IOptions options)
{
if (options... | 32.230769 | 105 | 0.539857 | [
"MIT"
] | sozezzo/LogImporter | source/LogImporter/Kernel.cs | 2,097 | C# |
using Amazon.JSII.Runtime.Deputy;
#pragma warning disable CS0672,CS0809,CS1591
namespace aws
{
[JsiiInterface(nativeType: typeof(IWafv2RuleGroupRuleStatementOrStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchSingleHeader), fullyQualifiedName: "aws.Wafv2RuleGroupRuleStatementOrStatementStatemen... | 46.516129 | 294 | 0.75104 | [
"MIT"
] | scottenriquez/cdktf-alpha-csharp-testing | resources/.gen/aws/aws/IWafv2RuleGroupRuleStatementOrStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchSingleHeader.cs | 1,442 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace Script53_Episodio_173_
{
static class Program
{
/// <summary>
/// Ponto de entrada principal para o aplicativo.
/// </summary>
[STAThread]
static void Main()
... | 22.5 | 65 | 0.610101 | [
"MIT"
] | R0drigoG0mes/C-Sharp | Script53_Episodio(173)/Script53_Episodio(173)/Program.cs | 497 | C# |
// © Anamnesis.
// Licensed under the MIT license.
namespace Anamnesis.Character.Views
{
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using ... | 26.855615 | 183 | 0.72262 | [
"MIT"
] | imchillin/Anamnesis | Anamnesis/Character/Views/FacialFeaturesControl.xaml.cs | 5,025 | C# |
namespace DavinoComputers.Services.Data.Tests.Data
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DavinoComputers.Data.Models;
public static class TestSubCategoriesData
{
public static IEnumerable<Sub... | 31 | 65 | 0.578065 | [
"MIT"
] | Ivan-D-Ivanov/ASP.NET-Project-D-Computers | Tests/DavinoComputers.Services.Data.Tests/Data/TestSubCategoriesData.cs | 777 | C# |
using System;
using Newtonsoft.Json;
namespace TdLib
{
/// <summary>
/// Autogenerated TDLib APIs
/// </summary>
public static partial class TdApi
{
public partial class ChatActionBar : Object
{
/// <summary>
/// The chat is a private or secret chat and the o... | 30.78125 | 132 | 0.51066 | [
"MIT"
] | 0x25CBFC4F/tdsharp | TDLib.Api/Objects/ChatActionBarAddContact.cs | 985 | C# |
//---------------------------------------------------------------------
// <copyright file="OpenApiWriterTestHelper.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//---------------------------------... | 33.59 | 126 | 0.531706 | [
"Apache-2.0"
] | BrendanBeachBC/jag-spd-spice | interfaces/OData.OpenAPI/Microsoft.OData.OpenAPI.Tests/Common/OpenApiWriterTestHelper.cs | 3,361 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.