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 |
|---|---|---|---|---|---|---|---|---|
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System.Runtime.Serialization;
namespace Nest
{
public interface IExplainResponse<out TDocument> : IRespon... | 27.275862 | 84 | 0.740834 | [
"Apache-2.0"
] | Brightspace/elasticsearch-net | src/Nest/Search/Explain/ExplainResponse.cs | 793 | C# |
// Operations with "maps"
// Note that functions are not inlined in editor, so keeping all method unfolded
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace Den.Tools
{
[Serializable, StructLayout (LayoutKind.Sequential)] //... | 32.143808 | 205 | 0.620858 | [
"MIT"
] | AJ213/Awitu | Assets/MapMagic/Tools/Matrix/Outdated/FloatMatrix.cs | 86,951 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Управление общими сведениями о сборке осуществляется с помощью
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
// связанные со сборкой.
[assembly: AssemblyTitle("NeuroVoting")]
[as... | 38.027027 | 99 | 0.759062 | [
"Apache-2.0"
] | MSPripotnev/NeuroVoting | NeuroVoting/NeuroVoting/Properties/AssemblyInfo.cs | 1,967 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MovingPlatform : MonoBehaviour
{
// Start is called before the first frame update
public List<Transform> points;
public Transform platform;
int goalPoint = 0;
public float moveSpeed = 2;
void Update()
... | 23.606061 | 119 | 0.602054 | [
"Apache-2.0"
] | VRSDevs/XO-Rivals | XO Rivals/Assets/Scripts/PlatformMinigame/MovingPlatform.cs | 779 | 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("rat... | 37.459459 | 84 | 0.746753 | [
"MIT"
] | apollon33/ratclient | ratclient/Properties/AssemblyInfo.cs | 1,389 | C# |
namespace RabanSoft.SocketNetwork.Default {
/// <summary>
/// Simple XOR obfuscation implementation on top of <see cref="ProtocolMessage"/>
/// </summary>
public class EncryptedProtocolMessage : ProtocolMessage {
/// <summary>
/// Deobfuscates the network message before it forwarded to ... | 35.758621 | 126 | 0.620058 | [
"MIT"
] | DrabanL/SocketNetwork | SocketNetwork/Default/EncryptedProtocolMessage.cs | 1,039 | C# |
namespace dbversion.Tasks.Sql
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.IO;
using System.Diagnostics;
using System.Text.RegularExpressions;
using dbversion.Property;
using dbversion.Version;
using... | 34.201258 | 154 | 0.570614 | [
"MIT"
] | ResDiary/dbversion | src/DatabaseVersion/Tasks/Sql/ScriptTask.cs | 5,438 | C# |
using UnityEngine;
namespace muShell.ItemSystem
{
[CreateAssetMenu(fileName = "New Item", menuName = "Item")]
public class ItemSO : ScriptableObject
{
[SerializeField] private Sprite Thumbnail;
[SerializeField] private string Name;
[SerializeField] private int MaxStack = 1;
... | 21.594595 | 63 | 0.508135 | [
"MIT"
] | Mohaxx-dev/muShellUnityPackage | src/ItemSystem/ItemSO.cs | 801 | C# |
using CustomTools.Extensions.Core;
namespace CustomTools {
public sealed class WrappedArray<T> {
T[] array = new T[ 0 ];
public WrappedArray() { }
WrappedArray( T[] array ) {
this.array = array;
}
public WrappedArray( int capacity ) {
array = new T[ capacity ];
}
public WrappedAr... | 26.354223 | 125 | 0.576096 | [
"MIT"
] | echoprotocol/echo-unity-lib | Plugins/CustomTools/WrappedArray.cs | 9,674 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Windows;
using Microsoft.EnterpriseManagement.ConsoleFramework;
using Microsoft.EnterpriseManagement;
using Microsoft.EnterpriseManagement.Configuration;
using Microsoft.EnterpriseManagement.Com... | 42.262774 | 239 | 0.575302 | [
"MIT"
] | Daniloveb/SMCenter.C3 | SMCenter.NetworkTasks/TaskAction.cs | 5,792 | C# |
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Input;
namespace Hi.Core.Command
{
/// <summary>
/// a class of <see cref="RelayCommandAsync{TParameter}"/>
/// </summary>
/// <typeparam name="TParameter"... | 31.381579 | 186 | 0.527044 | [
"MIT"
] | ismyhy/Hi | src/Hi.Core/Command/RelayCommandGenericAsync.cs | 4,772 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WatchDog.Changes;
namespace WatchDog
{
public interface IWatcher
{
string Path { get; }
Action<IChangeSet> OnChange { get; }
bool Start();
bool Stop();
... | 19.058824 | 44 | 0.654321 | [
"MIT"
] | ralphy15/WatchDog | WatchDog/IWatcher.cs | 326 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Microsoft Azure Resource Graph Library")]
[assem... | 38.095238 | 95 | 0.78125 | [
"MIT"
] | AnanyShah/azure-sdk-for-net | src/SDKs/ResourceGraph/Management/Management.ResourceGraph/Properties/AssemblyInfo.cs | 800 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30311.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------... | 38.2 | 88 | 0.507853 | [
"Apache-2.0"
] | jbwilliamson/MaximiseWFScaffolding | RandomSchoolAsync/RandomSchoolAsync/DynamicData/Filters/Enumeration.ascx.designer.cs | 575 | C# |
namespace SchoolSystem.Tests.School
{
using Fakes;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using SchoolSystem;
using System;
using System.Collections.Generic;
[TestClass]
public class RemoveCourse_Should
{
[TestMethod]
public void ThrowNullRef... | 37.039216 | 116 | 0.634198 | [
"MIT"
] | vasilvalkov/CSharp-Unit-Testing | 01 Unit Testing/01 Students and Courses/SchoolSystem.Tests/Models/School/RemoveCourse_Should.cs | 1,891 | C# |
// Copyright (C) 2017 Dmitry Yakimenko (detunized@gmail.com).
// Licensed under the terms of the MIT license. See LICENCE for details.
using System;
using System.IO;
using System.Text;
namespace StickyPassword
{
internal static class Extensions
{
//
// string
//
public static ... | 23.516129 | 100 | 0.530178 | [
"MIT"
] | detunized/stickypassword-sharp | src/Extensions.cs | 1,458 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | 31.419355 | 85 | 0.51232 | [
"MIT"
] | BndyNet/CMS-Models | src/CMS.Models/SinglePage.cs | 974 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Orleans.Streams;
using Orleans.Runtime.Scheduler;
namespace Orleans.Runtime
{
internal class TypeManager : SystemTarget, IClusterTypeManager, ISiloTypeManager, ISiloStatusListener
{
private readonly L... | 43.15493 | 161 | 0.64752 | [
"MIT"
] | andmattia/orleans | src/OrleansRuntime/GrainTypeManager/TypeManager.cs | 6,128 | C# |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ModelDimensionElementAttribute.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE fil... | 40.272727 | 120 | 0.523702 | [
"MIT"
] | kephas-software/kephas | src/Kephas.Model/AttributedModel/ModelDimensionElementAttribute.cs | 888 | C# |
using System;
using System.Linq;
using EventStore.Core.Data;
using EventStore.Core.Services.Storage.ReaderIndex;
using EventStore.Core.Tests.TransactionLog.Scavenging.Helpers;
using EventStore.Core.TransactionLog.LogRecords;
using NUnit.Framework;
namespace EventStore.Core.Tests.TransactionLog.Scavenging {
[TestFixt... | 39.680851 | 109 | 0.708847 | [
"Apache-2.0",
"CC0-1.0"
] | 01100010011001010110010101110000/EventStore | src/EventStore.Core.Tests/TransactionLog/Scavenging/when_having_stream_with_both_max_age_and_max_count_with_stricted_max_age_specified.cs | 1,867 | C# |
using System;
namespace MHTimer
{
public class FileDataObject
{
public string Name { get; set; } = "";
public TimeSpan TotalTime { get; set; }
public TimeSpan TimeFromLaunched { get; set; }
public bool IsCountStarted { get; set; } = false;
public string GetTime
... | 27.571429 | 108 | 0.514896 | [
"MIT"
] | kanchi0914/MillionHoursTimer | MHTImer/FileDataObject.cs | 1,594 | C# |
namespace MassTransit.RabbitMqTransport.Configuration
{
using System;
using System.Collections.Generic;
using Configurators;
using Definition;
using GreenPipes;
using Integration;
using MassTransit.Configuration;
using MassTransit.Configurators;
using MassTransit.Topology;
using ... | 41.307317 | 156 | 0.667336 | [
"ECL-2.0",
"Apache-2.0"
] | Aerodynamite/MassTrans | src/Transports/MassTransit.RabbitMqTransport/Configuration/Configuration/RabbitMqHostConfiguration.cs | 8,468 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http.Headers;
using System.Web.Http;
namespace WebApplication1
{
public static class WebApiConfig
{
public static void Register(HttpConfiguration config)
{
// Web API configuration and services
... | 24.625 | 66 | 0.59264 | [
"MIT"
] | patilraveendra/racks | ASP.NET Files/APP_START/WebApiConfig.cs | 790 | C# |
using Microsoft.Extensions.DependencyInjection;
using System;
using UnityEngine;
namespace Injecter.Unity.Tests.Arrange.InjectorAwakeCalledFirst
{
[DefaultExecutionOrder(-999)]
public sealed class AwakeCalledFirstInjector : InjectStarter
{
#pragma warning disable 649
[SerializeField] private Awake... | 27.090909 | 85 | 0.729866 | [
"MIT"
] | KuraiAndras/Injecter | UnityProject/Injecter.Unity/Assets/Injecter.Unity.Tests/Arrange/InjectorAwakeCalledFirst/AwakeCalledFirstInjector.cs | 598 | 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... | 32.210526 | 194 | 0.630719 | [
"ECL-2.0",
"Apache-2.0"
] | RafalSumislawski/pulumi-aws | sdk/dotnet/Ec2/Inputs/GetKeyPairFilter.cs | 1,224 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
namespace SteffenTools.NodeSystem
{
[CustomEditor(typeof(AttackPattern))]
public class AttackPatternEditor : Editor
{
public override void OnInspectorGUI()
{
base.OnInspectorGUI();... | 27.3 | 82 | 0.495421 | [
"MIT"
] | spikar1/SteffenTools | Assets/2D_Grid/Editor/AttackPatternEditor.cs | 1,094 | C# |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// Ogólne informacje o zestawie są kontrolowane poprzez następujący
// zestaw atrybutów. Zmień wartości tych atrybutów, aby zmodyfikować informacje
// powiązane z zestaw... | 44.357143 | 107 | 0.729066 | [
"MIT"
] | DcZipPL/DwOverlay | Tiels/Properties/AssemblyInfo.cs | 2,577 | C# |
only a test ...
<<<<<<< HEAD
other line ...
=======
>>>>>>> 2d756a255b010adaff4bddd0026b6e45e51d72cf
| 17 | 48 | 0.607843 | [
"MIT"
] | jozadaquebatista/CSHARP-Overview | teste.cs | 102 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using JX.Core;
using JX.Core.Entity;
namespace JX.EF.Repository
{
/// <summary>
/// 数据库表:Comment 的仓储实现类.
/// </summary>
public partial class CommentRepository : Repository<Comment>, ICommentRepository
{
/// <summar... | 19.130435 | 81 | 0.709091 | [
"Apache-2.0"
] | lixiong24/IPS2.1 | CodeSmith/output/Repository/CommentRepository.cs | 474 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace Easter.Models.Bunnies
{
public class HappyBunny : Bunny
{
private const int InitialEnergy = 100;
public HappyBunny(string name)
: base(name, InitialEnergy)
{
}
}
}
| 17.705882 | 46 | 0.621262 | [
"MIT"
] | dimitar-yo-dimitrov/SoftUni-Software-Engineering | C# OOP/Exams/CSharpOOPRetakeExam-18April2021/Easter/Models/Bunnies/HappyBunny.cs | 303 | C# |
using System.Web;
namespace Movies.Services.Contracts
{
public interface IFileConverter
{
byte[] PostedToByteArray(HttpPostedFileBase postedFile);
byte[] GetDefaultPicture();
}
} | 19 | 64 | 0.69378 | [
"MIT"
] | SimeonGerginov/Movies | Movies/Movies.Services/Contracts/IFileConverter.cs | 211 | C# |
// ----------------------------------------------------------------------------------
// Copyright daenet Gesellschaft für Informationstechnologie mbH
// 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 ... | 38.655172 | 87 | 0.644068 | [
"MIT"
] | JTOne123/DurableTaskMicroservices | Daenet.DurableTaskMicroservices/Daenet.DurableTaskMicroservices/MicroserviceState.cs | 1,124 | C# |
/*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | 44.648276 | 120 | 0.561477 | [
"BSD-3-Clause"
] | BillBlight/consortium | OpenSim/Services/Connectors/Land/LandServicesConnector.cs | 6,474 | C# |
namespace Zu.TypeScript.Change
{
public enum NodeChangeType
{
InsertBefore,
Change,
Delete,
InsertAfter
}
} | 15.2 | 31 | 0.565789 | [
"Apache-2.0"
] | MerifondNewMarkets/TypeScriptAST | TypeScriptAST/Change/NodeChangeType.cs | 154 | C# |
using CadEditor;
using System;
using System.Drawing;
public class Data
{
public OffsetRec getScreensOffset() { return new OffsetRec(0xa2f9, 1 , 80*7, 80, 7); }
public bool isBuildScreenFromSmallBlocks() { return true; }
public bool isBigBlockEditorEnabled() { return false; }
public bool isBlockEdito... | 48.5 | 92 | 0.694845 | [
"MIT"
] | spiiin/CadEditor | CadEditor/settings_nes/robocop_2/Settings_RoboCop2-10.cs | 1,455 | C# |
using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
/// <summary>
/// AlipayOpenPublicTemplateMessageIndustryModifyModel Data Structure.
/// </summary>
[Serializable]
public class AlipayOpenPublicTemplateMessageIndustryModifyModel : AopObject
{
/// <summary>
... | 53.810811 | 999 | 0.686087 | [
"MIT"
] | BJDIIL/DiiL | Sdk/AlipaySdk/Domain/AlipayOpenPublicTemplateMessageIndustryModifyModel.cs | 2,765 | C# |
using PrimeWeb.Files;
namespace PrimeWeb.Testing
{
public static class AppTester
{
public static void TestFinance()
{
var testdata = Testdata.FinanceApp;
for (int i = 1206; i > 12; i-=4)
{
//var testID = new StructId(testdata.SubArray(i, 4));
//var testreal = new HP_Real(testdata.SubArray(i, ... | 15 | 59 | 0.618667 | [
"MIT"
] | BeatSkip/PrimeDev | PrimeWeb/Testing/AppTester.cs | 377 | C# |
using System;
using System.Diagnostics.CodeAnalysis;
namespace NP.ObjectComparison.Exceptions
{
/// <summary>
///
/// </summary>
[Serializable]
[ExcludeFromCodeCoverage]
public class ObjectComparisonException: Exception
{
/// <summary>
///
/// </summary>
public ObjectComparisonException() : base() { ... | 26.658537 | 94 | 0.669716 | [
"MIT"
] | NickPolyder/NP.ObjectComparison | src/NP.ObjectComparison/Exceptions/ObjectComparisonException.cs | 1,095 | C# |
namespace MishMashWebPREP.ViewModels.Users
{
using System;
using System.Collections.Generic;
using System.Text;
public class RegisterInputViewModel
{
public string Username { get; set; }
public string Password { get; set; }
public string ConfirmPassword { get; set; }
... | 20.388889 | 51 | 0.640327 | [
"MIT"
] | bodyquest/SoftwareUniversity-Bulgaria | C# Web Jan2020/11. Examprep/2018/EXAM Prep MISH MASH - N.Kostov/Apps/MishMashWebPREP/ViewModels/Users/RegisterInputViewModel.cs | 369 | C# |
using Newtonsoft.Json;
namespace JackboxGPT3.Games.Fibbage3.Models
{
public struct SendEntryRequest
{
public SendEntryRequest(string entry)
{
Entry = entry;
}
[JsonProperty("entry")]
public string Entry { get; set; }
}
}
| 18.5 | 45 | 0.570946 | [
"MIT"
] | itetcetera/JackboxGPT3 | src/Games/Fibbage3/Models/SendEntryRequest.cs | 298 | C# |
using System;
using System.IO;
using Minsk.CodeAnalysis.Syntax;
using Minsk.IO;
namespace Minsk.CodeAnalysis.Symbols
{
internal static class SymbolPrinter
{
public static void WriteTo(Symbol symbol, TextWriter writer)
{
switch (symbol.Kind)
{
case SymbolK... | 35.6 | 99 | 0.573329 | [
"MIT"
] | CBenghi/minsk | src/Minsk/CodeAnalysis/Symbols/SymbolPrinter.cs | 3,382 | C# |
#pragma checksum "D:\Windows10493\IoTCoreDefaultApp\CS\IoTCoreDefaultApp\Views\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8BA55DD5DA53DE27FA4039FB6D25E776"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// ... | 37.809524 | 170 | 0.453904 | [
"MIT"
] | WiproDS2018/DS_FR | Code/DigitalSignage_v1.0/Device Code/UWP Code/IoTCoreDefaultApp/obj/ARM/Release/Views/MainPage.g.cs | 7,942 | 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... | 48.306667 | 178 | 0.677201 | [
"Apache-2.0"
] | ChristopherButtars/aws-sdk-net | sdk/src/Services/KeyManagementService/Generated/Model/CustomKeyStoreInvalidStateException.cs | 7,246 | C# |
#region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2016 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | 39.212766 | 101 | 0.683125 | [
"MIT"
] | ketangarala/core | Libraries/Hotcakes.Shipping.USPostal/v4/DomesticRequest.cs | 1,845 | C# |
using Entatea.Annotations;
namespace Entatea.Tests.Entities
{
[Table("CitiesManual")]
public class CityManual
{
[KeyType(KeyType.Assigned)]
[Required]
public string CityCode { get; set; }
[Column("Name")]
[Required]
public string CityName { get; set; }
... | 19.058824 | 44 | 0.58642 | [
"MIT"
] | MalcolmJohnston/Entatea | Entatea/Entatea.Tests/Entities/CityManual.cs | 326 | C# |
namespace Shibusa.Maths
{
public static partial class Calculate
{
/// <summary>
/// Determines the number of permutations of a certain size within a certain set..
/// </summary>
/// <param name="sizeOfSet">The size of the set.</param>
/// <param name="sizeOfPermutations">... | 39.6 | 90 | 0.651515 | [
"MIT"
] | shibusavic/Shibusa.Common | Shibusa.Maths/Permutations.cs | 594 | C# |
// -------------------------------------------------------
// Copyright (C) 施维串 版权所有。
// 创建标识:2013-11-11 10:53:36 Created by 施维串
// 功能说明:
// 注意事项:
//
// 更新记录:
// -------------------------------------------------------
using System;
using System.IO;
using System.Data;
using System.Xml;
using System.Data.Odbc;
using S... | 54.898015 | 232 | 0.646386 | [
"MIT"
] | q120582371/gameserver | shiwch.util/OdbcHelper.cs | 80,268 | C# |
#region License
// Copyright 2004-2010 Castle Project - http://www.castleproject.org/
//
// 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/L... | 25.196078 | 123 | 0.69144 | [
"Apache-2.0"
] | ByteDecoder/Castle.Facilities.NHibernateIntegration | src/Castle.Facilities.NHibernateIntegration/Internal/FileAssemblyResource.cs | 2,572 | C# |
internal interface ITouchable
{
void OnClick();
} | 13.5 | 30 | 0.703704 | [
"MIT"
] | marce1994/MovilesTP2 | game/Assets/Scripts/ITouchable.cs | 56 | C# |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
namespace TygaSoft.IDAL
{
public interface IContentDetail
{
#region 成员方法
/// <summary>
/// 添加数据到数据库
/// </summary>
/// <param name="model"></param>
/// <returns></ret... | 29.738095 | 154 | 0.536429 | [
"MIT"
] | qq283335746/ECShop | src/TygaSoft/IDAL/IContentDetail.cs | 2,694 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace UXStudy
{
public class Instructions : BaseViewModel
{
private Visibility visibility;
public Visibility Visibility
{
get { retu... | 27.081081 | 77 | 0.552894 | [
"Apache-2.0"
] | NathanielBeen/UXStudy | UXStudy/UXStudy/Instructions.cs | 2,006 | C# |
using System;
using System.Web.Mvc;
using Umbraco.Web.Routing;
namespace Umbraco.Web.Mvc
{
/// <summary>
/// Represents the data required to route to a specific controller/action during an Umbraco request
/// </summary>
internal class RouteDefinition
{
public string ControllerName { get; set; }
pu... | 27.722222 | 101 | 0.653307 | [
"MIT"
] | AndyButland/Umbraco-CMS | src/Umbraco.Web/Mvc/RouteDefinition.cs | 998 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Text.Json.Serialization.Converters
{
internal sealed class SByteConverter : JsonConverter<sbyte>
{
public override sbyte Read(ref Utf8JsonReader read... | 32.862069 | 135 | 0.679958 | [
"MIT"
] | 71221-maker/runtime | src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/SByteConverter.cs | 953 | C# |
// IScanFilter.cs
//
// Copyright 2006 John Reilly
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
/... | 44.568627 | 104 | 0.706555 | [
"MIT"
] | Acidburn0zzz/flashdevelop | External/Tools/AppMan/ZipLib/Core/IScanFilter.cs | 2,225 | C# |
using System;
using System.Collections.Generic;
using ReMi.BusinessEntities.ReleasePlan;
namespace ReMi.DataAccess.BusinessEntityGateways.ReleasePlan
{
public interface ICheckListGateway : IDisposable
{
IEnumerable<CheckListItemView> GetCheckList(Guid releaseWindowId);
List<CheckListQuestion> G... | 43.173913 | 115 | 0.783484 | [
"MIT"
] | vishalishere/remi | ReMi.Api/DataAccess/ReMi.DataAccess/BusinessEntityGateways/ReleasePlan/ICheckListGateway.cs | 993 | C# |
namespace WebServer.ByTheCakeApplication.Data
{
internal class Configuration
{
internal static string ConnectionString => @"";
}
}
| 19 | 55 | 0.684211 | [
"MIT"
] | PeterAsenov22/My-Cool-Web-Server | WebServer/ByTheCakeApplication/Data/Configuration.cs | 154 | C# |
using System;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Claims;
using System.Text.Json;
using System.Threading.Tasks;
using System.Web;
using System.Web.Helpers;
using System.Web.Mvc;
using System.Web.Routing;
using GSS.Authentication.CAS;
using GSS.Authentication.CAS.... | 49.120536 | 150 | 0.558757 | [
"MIT"
] | ahmadh21/GSS.Authentication.CAS | samples/OwinSingleSignOutSample/Startup.cs | 11,003 | C# |
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
namespace Stripe
{
public class StripeSubscriptionCreateOptions : SubscriptionSharedOptions
{
/// <summary>
/// A future date to anchor the subscription’s <see href="https://stripe.com/docs/subs... | 36.93617 | 306 | 0.633065 | [
"Apache-2.0"
] | TrueNorthIT/stripe-dotnet | src/Stripe.net/Services/Subscriptions/StripeSubscriptionCreateOptions.cs | 1,740 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Diagnostics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Microsoft.Identity.Test.Common.Core.Helpers
{
public class PerformanceValidator : IDisposable
{
private... | 31.634146 | 142 | 0.615266 | [
"MIT"
] | SpillChek2/microsoft-authentication-library-for-dotnet | tests/Microsoft.Identity.Test.Common/Core/Helpers/PerformanceValidator.cs | 1,299 | C# |
using Forum.Application.Common;
using Forum.Application.PublicUsers.Posts;
using Forum.Application.PublicUsers.Posts.Queries.Details;
using MediatR;
using System.Threading;
using System.Threading.Tasks;
namespace Forum.Application.PublicUsers.Users.Queries.Common
{
public class PostDetailsQuery : EntityCommand<in... | 34.857143 | 104 | 0.64276 | [
"Apache-2.0"
] | StanilDimitrov/Forum | src/Application/Forum.Application/PublicUsers/Posts/Queries/Details/PostDetailsQuery.cs | 1,466 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using ILRuntime.CLR.TypeSystem;
using ILRuntime.CLR.Method;
using ILRuntime.Runtime.Enviorment;
using ILRuntime.Runtime.Intepreter;
using ILRuntime.Runtime.Stack;
using ILRuntime... | 43.349515 | 196 | 0.581411 | [
"MIT"
] | InMyBload/et6.0-ilruntime | Unity/Assets/Clod/ILBinding/UnityEngine_RaycastHit_Binding.cs | 4,465 | C# |
#region BSD License
/*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE.md file or at
* https://github.com/Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.450/blob/master/LICENSE
*
*/
#endregion
using ComponentFactory.Krypton.Toolkit;
using System;
using System.Compone... | 31.907895 | 158 | 0.603093 | [
"BSD-3-Clause"
] | Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.450 | Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/Controls/Krypton Controls/KryptonCommandLinkVersion2.cs | 4,852 | C# |
using Microsoft.Azure.ServiceManagemenet.Common.Models;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using Xunit;
namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
{
public class SqlIaaSExtensionTests
{
XunitTracingInterceptor _logger;
public SqlIaaSExtensionTests... | 33.148148 | 118 | 0.670391 | [
"MIT"
] | PrakharSaxena-31/azure-powershell | src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/SqlIaaSExtensionTests.cs | 1,739 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("YTSubConverter.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration(... | 30.648649 | 57 | 0.728395 | [
"MIT"
] | Meigyoku-Thmn/YTSubConverter | YTSubConverter.Tests/Properties/AssemblyInfo.cs | 1,735 | 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... | 52.967742 | 211 | 0.744823 | [
"ECL-2.0",
"Apache-2.0"
] | Otanikotani/pulumi-aws | sdk/dotnet/WafV2/Inputs/WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs.cs | 3,284 | C# |
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using MyTryHard.Models;
using MyTryHard.Models.Chart;
using MyTryHard.Models.Tracker;
using MyTryHard.ViewModels.Tracker;
using System;
using System.Collections.Generic;
using System.Linq;
namespace MyTryHar... | 37.214286 | 108 | 0.593943 | [
"BSD-2-Clause"
] | mrtryhard/mytryhard | src/MyTryHard/Controllers/TrackerController.cs | 4,691 | C# |
namespace KmLog.Server.Blazor.Shared
{
public partial class LoginDisplay
{
}
}
| 13.142857 | 37 | 0.673913 | [
"MIT"
] | JPineker/km-log | KmLog.Server/KmLog.Server.Blazor/Shared/LoginDisplay.razor.cs | 94 | C# |
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
using System.Windows;
namespace NegativeEncoder.FileSelector
{
public delegate void FileListChangeEvent(int pos);
public class FileSelector
{
public ObservableCollection<... | 26.815603 | 107 | 0.448294 | [
"MIT"
] | hoshinohikari/NegativeEncoder | NegativeEncoder/FileSelector/FileSelector.cs | 3,883 | C# |
namespace PointerPlace.Scheduler
{
/// <summary>
/// Parses a cron style schedule string into a Schedule so that the engine
/// can determine the next value in the schedule.
/// </summary>
public interface IScheduleParser
{
/// <summary>
/// Parses the provided schedule string i... | 38 | 93 | 0.657895 | [
"Apache-2.0"
] | ivanpointer/Scheduler | PointerPlace.Scheduler/PointerPlace.Scheduler/IScheduleParser.cs | 610 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
namespace HP_Core
{
//https://www.codeguru.com/csharp/.net/net_general/creating-a-most-recently-used-menu-list-in-.net.html
class Program
{
private static Queue<string> menuList = new Queue<string>();
... | 26.769231 | 109 | 0.502874 | [
"MIT"
] | hyunbin7303/HPCoreApp | HP_Core/HP_Core/Program.cs | 2,438 | C# |
using System;
namespace Arbiter.Areas.HelpPage
{
/// <summary>
/// This represents a preformatted text sample on the help page. There's a display template named TextSample associated with this class.
/// </summary>
public class TextSample
{
public TextSample(string text)
{
... | 23.864865 | 140 | 0.531144 | [
"MIT"
] | lilin19/Arbiter.net | Arbiter/Areas/HelpPage/SampleGeneration/TextSample.cs | 883 | C# |
#region
using System;
using System.Collections.Generic;
using Confuser.Core;
using Confuser.Core.Services;
using Confuser.DynCipher;
using Confuser.DynCipher.AST;
using Confuser.DynCipher.Generation;
using Confuser.Renamer;
using dnlib.DotNet;
using dnlib.DotNet.Emit;
using dnlib.DotNet.Writer;
using MethodBody = dnl... | 39.189394 | 227 | 0.586507 | [
"MIT"
] | Dekryptor/KoiVM-Virtualization | Confuser.Protections/ReferenceProxy/x86Encoding.cs | 5,175 | C# |
//------------------------------------------------------------
// Game Framework v3.x
// Copyright © 2013-2017 Jiang Yin. All rights reserved.
// Homepage: http://gameframework.cn/
// Feedback: mailto:jiangyin@gameframework.cn
//------------------------------------------------------------
using System.Reflection;
usi... | 47.583062 | 168 | 0.583584 | [
"MIT"
] | Echoflyer/ILGameFramework | Assets/Framework/Scripts/Editor/Inspector/ResourceComponentInspector.cs | 14,611 | 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("2.... | 38.081081 | 84 | 0.74308 | [
"MIT"
] | DimitarIvanov8/software-university | Programming Fundamentals - Exam preparation/2. SoftUni Karaoke/Properties/AssemblyInfo.cs | 1,412 | C# |
// Copyright (c) Martin Costello, 2016. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.Api.Swagger;
/// <summary>
/// Defines an example request for an API method. This class cannot be inherited.
/// </summary>
[... | 34 | 105 | 0.684492 | [
"MIT"
] | martincostello/api | src/API/Swagger/SwaggerRequestExampleAttribute.cs | 1,124 | C# |
using DotnetSpider.Core.Infrastructure;
using System.Configuration;
using System.Linq;
namespace DotnetSpider.Extension.Infrastructure
{
/// <summary>
/// 从中间数据库中获取数据库连接设置的实现, 此功能用在使用一个公用数据库存储实际数据库连接字符串, 当实际数据库的用户名密码有变时, 则把新的
/// 连接字符串更新到公用数据库中, 则实现所有爬虫实际更新的功能
/// </summary>
public class DbConnectionStringSettin... | 24.952381 | 89 | 0.708015 | [
"MIT"
] | DavidAlphaFox/DotnetSpider | src/DotnetSpider.Extension/Infrastructure/DbConnectionStringSettingsRefresher.cs | 1,300 | C# |
// %BANNER_BEGIN%
// ---------------------------------------------------------------------
// %COPYRIGHT_BEGIN%
// <copyright file = "MLCameraCaptureSettings.cs" company="Magic Leap">
//
// Copyright (c) 2018-present, Magic Leap, Inc. All Rights Reserved.
//
// </copyright>
//
// %COPYRIGHT_END%
// --------------------... | 23.758621 | 72 | 0.532656 | [
"Apache-2.0"
] | kedarshashi/UnityTemplate | Assets/MagicLeap/Lumin/Deprecated/MLCameraCaptureSettings.cs | 689 | C# |
using HFEA.Web.ViewModel.API;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HFEA.Web.ViewModel.Search
{
public class ContentTagValue : ContentTag
{
public bool IsChecked { get; set; }
}
}
| 19.333333 | 45 | 0.727586 | [
"BSD-3-Clause"
] | hfea/Website-Public | Source/HFEA.Web.ViewModel/Search/ContentTagValue.cs | 292 | C# |
namespace Plus.Communication.RCON
{
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using Commands;
public class RconSocket
{
private readonly List<string> _allowedConnections;
private readonly CommandManager _commands;
pr... | 29.878788 | 105 | 0.528398 | [
"Apache-2.0"
] | dotsudo/plus-clean | Communication/RCON/RCONSocket.cs | 1,974 | C# |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using M... | 36.950777 | 245 | 0.608147 | [
"Apache-2.0"
] | 0x53A/roslyn | src/Compilers/CSharp/Portable/Symbols/AliasSymbol.cs | 14,265 | C# |
using EvtGraph;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.AI;
using UnityEngine.UI;
using UnityEngine.Events;
using GamePlay;
using DiaGraph;
[RequireComponent(typeof(NavMeshAgent))]
[RequireComponent(typeof(BoxCollider))]
public class NpcController : ControllerB... | 39.176494 | 212 | 0.452004 | [
"MIT"
] | ShenKSPZ/Devetober-2020 | Devtober 2020/Assets/Scritps/AI/NpcController.cs | 100,455 | C# |
using Codeuctivity.OpenXmlPowerTools;
using Codeuctivity.OpenXmlPowerTools.OpenXMLWordprocessingMLToHtmlConverter;
using DocumentFormat.OpenXml.Packaging;
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
namespace HtmlToWmlConverter02
{
internal class P... | 41.170139 | 174 | 0.588513 | [
"MIT"
] | stesee/Open-Xml-PowerTools | OpenXmlPowerToolsExamples/HtmlToWmlConverter02/HtmlToWmlConverter02.cs | 11,859 | C# |
// <auto-generated />
using BlazorApp2.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using System;
namespace Blazor... | 37.669065 | 125 | 0.47097 | [
"MIT"
] | hebelmx/CQRSAndMediator-Scaffolding | BlazorApp2/Data/Migrations/00000000000000_CreateIdentitySchema.Designer.cs | 10,472 | C# |
/*
* Copyright 2010-2013 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... | 41.824324 | 195 | 0.704039 | [
"Apache-2.0"
] | jdluzen/aws-sdk-net-android | AWSSDK/Amazon.DirectConnect/Model/Internal/MarshallTransformations/AllocatePrivateVirtualInterfaceResponseUnmarshaller.cs | 3,095 | C# |
using System.Threading.Tasks;
using Couchbase.IntegrationTests.Fixtures;
using Xunit;
namespace Couchbase.IntegrationTests
{
public class SynchronousDurabilityTests : IClassFixture<ClusterFixture>
{
private readonly ClusterFixture _fixture;
public SynchronousDurabilityTests(ClusterFixture fixt... | 29.735294 | 81 | 0.648863 | [
"Apache-2.0"
] | jeffrymorris/dotnet-couchbase-client | tests/Couchbase.IntegrationTests/SynchronousDurabilityTests.cs | 1,011 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers.Binary;
using System.Device.I2c;
using System.Threading;
namespace Iot.Device.A... | 30.287671 | 121 | 0.516961 | [
"MIT"
] | 491134648/iot | src/devices/Ags01db/Ags01db.cs | 4,424 | C# |
#if HAS_UNO
#define STORYBOARD_RETARGET_ISSUE // https://github.com/unoplatform/uno/issues/6960
#define MANIPULATION_ABSOLUTE_COORD_ISSUE // https://github.com/unoplatform/uno/issues/6964
#endif
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using W... | 30.344762 | 136 | 0.751051 | [
"MIT"
] | unoplatform/uno.toolkit.ui | src/Uno.Toolkit.UI/Controls/DrawerControl/DrawerControl.cs | 15,933 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace MyYouTubePlaylistsDemo.Identity.Models.HomeViewModels
{
public class IdentityServiceViewModel
{
public string Issuer { get; set; }
public IEnumerable<ClientViewModel> Clients ... | 23 | 66 | 0.704348 | [
"MIT"
] | sg-dotnet/MyYouTubePlaylistsDemo | Areas/IdentityService/Models/HomeViewModels/IdentityServiceViewModel.cs | 347 | C# |
/**
/// ScrimpNet.Core Library
/// Copyright © 2005-2011
///
/// This module is Copyright © 2005-2011 Steve Powell
/// All rights reserved.
///
/// This library is free software; you can redistribute it and/or
/// modify it under the terms of the Microsoft Public License (Ms-PL)
///
/// This library is distributed in... | 37 | 99 | 0.655978 | [
"MIT"
] | catcat0921/lindexi_gd | ScrimpNet.Library.Suite Solution/ScrimpNet.Core Project/Extensions.Data.cs | 2,187 | 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-generate... | 49.050633 | 249 | 0.610323 | [
"Apache-2.0"
] | jeanluctritsch/CommunityServer | web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/Patterns.Designer.cs | 3,877 | C# |
using System.Management.Automation;
using Microsoft.SharePoint.Client;
using SharePointPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.Core.Utilities;
namespace SharePointPnP.PowerShell.Commands
{
[Cmdlet(VerbsCommon.Set, "SPOMasterPage")]
[CmdletHelp("Sets the default master page of the current web."... | 49.643836 | 203 | 0.682947 | [
"MIT"
] | andreashebeisen/PnP-PowerShell | Commands/Branding/SetMasterPage.cs | 3,626 | C# |
using Prism.Commands;
using Prism.Events;
using Prism.Interactivity.InteractionRequest;
using Prism.Regions;
using QIQO.Business.Client.Contracts;
using QIQO.Business.Client.Core;
using QIQO.Business.Client.Core.Infrastructure;
using QIQO.Business.Client.Core.UI;
using QIQO.Business.Client.Entities;
using QIQO.Busines... | 46.292882 | 183 | 0.570716 | [
"MIT"
] | rdrrichards/QIQO.Business.Client.Solution | QIQO.Business.Module.Orders/ViewModels/OrderViewModelX.cs | 39,675 | C# |
using Blazor.Extensions.Storage;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace blazor.jwttest.Client.Classes
{
public class JwtDecode
{
// TODO: Figure out how to get the JWT Auth .net libs into bla... | 26.489474 | 122 | 0.619909 | [
"MIT"
] | BigHam/blazor.jwttest | blazor.jwttest.Client/Classes/JwtDecode.cs | 5,035 | C# |
// CoreUtil
using System;
using System.Threading;
using System.Data;
using System.Data.Sql;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using System.Text;
using System.Configuration;
using System.Collections;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Web;
using S... | 18.180085 | 114 | 0.651789 | [
"Apache-2.0"
] | ameerhassan/softethervpn-android | app/src/main/cpp/SoftEtherVPN/src/BuildUtil/CoreUtil/Thread.cs | 8,583 | C# |
using OData_ClientSamplesConsole.Models;
using Simple.OData.Client;
using System;
using System.Collections.Generic;
namespace OData_ClientSamplesConsole
{
class Program
{
static void Main(string[] args)
{
ProductSamples();
Console.WriteLine("Done...");
Cons... | 27.393939 | 93 | 0.497788 | [
"Apache-2.0"
] | vincoss/NetCoreSamples | AspNetCore-2.0/src/OData_ClientSamplesConsole/Program.cs | 1,810 | C# |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.InteropServices;
namespace EventsController
{
public static class WirecastAPI
{
private static object GetApplication()
{
try
{
object wirecast = Marshal.GetActi... | 31.184211 | 82 | 0.53038 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | CVMEventi/EventsController | Windows/EventsController/WirecastAPI.cs | 2,372 | C# |
namespace Xamarin.CommunityToolkit.Sample.Pages.Extensions
{
public partial class ExtensionsGalleryPage : BasePage
{
public ExtensionsGalleryPage()
=> InitializeComponent();
}
} | 23.25 | 59 | 0.784946 | [
"MIT"
] | AbuMandour/XamarinCommunityToolkit | XamarinCommunityToolkitSample/Pages/Extensions/ExtensionsGalleryPage.xaml.cs | 188 | 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 "li... | 35.580952 | 144 | 0.606799 | [
"Apache-2.0"
] | philasmar/aws-sdk-net | sdk/src/Services/Glue/Generated/Model/Internal/MarshallTransformations/DeleteWorkflowRequestMarshaller.cs | 3,736 | C# |
// Copyright (c) 2021 Salim Mayaleh. All Rights Reserved
// Licensed under the BSD-3-Clause License
// Generated at 08.11.2021 21:25:55 by RaynetApiDocToDotnet.ApiDocParser, created by Salim Mayaleh.
using System.Collections.Generic;
using System.Threading.Tasks;
using Maya.Raynet.Crm.Response.Get;
namespace Maya.Ra... | 31.88 | 105 | 0.692597 | [
"BSD-3-Clause"
] | mayaleh/Maya.Raynet.Crm | src/Maya.Raynet.Crm/Request/Get/ActivityCategories.cs | 797 | C# |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Investigation.cs" company="">
// </copyright>
// <summary>
// Defines the Investigation type.
// </summary>
// ------------------------------------------------------------------... | 41.021739 | 120 | 0.573662 | [
"MIT"
] | neoKushan/Holmes | src/Holmes/Holmes.Infrastructure/Services/Investigation.cs | 3,776 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.