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.Collections.Generic;
using Macad.Interaction.Visual;
using Macad.Common;
using Macad.Core.Shapes;
using Macad.Occt;
namespace Macad.Interaction.Editors.Shapes
{
public sealed class SketchSegmentArcCenterCreator : ISketchSegmentCreator
{
SketchEditorTool _SketchEditorTool;
... | 41.703704 | 161 | 0.462996 | [
"MIT"
] | NanoFabricFX/Macad3D | Source/Macad.Interaction/Editors/Shapes/Sketch/SketchSegmentArcCenterCreator.cs | 10,136 | C# |
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2022 @Olivier Lefebvre
using System;
using Aguacongas.IdentityServer.EntityFramework.Store;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.... | 39.049789 | 115 | 0.460323 | [
"Apache-2.0"
] | LibertyEngineeringMovement/TheIdServer | src/IdentityServer/Migrations/Aguacongas.TheIdServer.Migrations.MySql/Migrations/ConfigurationDb/20200725174419_Initial.Designer.cs | 46,276 | C# |
using MetaQuotes.MT5CommonAPI;
using MetaQuotes.MT5ManagerAPI;
using MT5Wrapper.Interface.EventSource;
using System;
using System.IO;
using System.Reflection;
namespace MT5Wrapper.MT5.Sinks
{
internal class ManagerSink : CIMTManagerSink, IConnectionEventSource
{
private bool Disposed { get; set; } = false;
pub... | 25.629371 | 155 | 0.700136 | [
"MIT"
] | jaroslavcervenka/trading-watchdog-utility | src/MT5Wrapper/MT5/Sinks/ManagerSink.cs | 3,667 | C# |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
//////////////////////////////////////////////////////... | 43.644444 | 202 | 0.464358 | [
"Apache-2.0"
] | AustinWise/Netduino-Micro-Framework | Framework/Core/Update/MFUpdatePkt.cs | 1,966 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Real = System.Double;
namespace M2M.Position
{
[Serializable]
public struct Adjacency : IAdjacency
{
private IPosition_Connected p;
private Real d;
public Adjacency(IPosition_... | 19.742857 | 70 | 0.549928 | [
"MIT"
] | faizol/ai-algorithmplatform | AIAlgorithmPlatform/2008/algorithm/position/M2M.Position/Adjacency.cs | 693 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Net;
using System.Text;
using ... | 34.603363 | 167 | 0.486804 | [
"MIT"
] | Akarachudra/kontur-aspnetcore-fork | src/Servers/Kestrel/test/InMemory.FunctionalTests/ResponseTests.cs | 154,331 | C# |
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ByteSizeLib;
using Deployer.Core.FileSystem;
using Serilog;
namespace Deployer.NetFx
{
public class FileSystem : IFileSystem
{
public async Task<IList<IDisk>> GetDisks()
{
var results = await P... | 31.52459 | 92 | 0.563703 | [
"MIT"
] | 0-Xanthium/WOA-Deployer | Source/Deployer.NetFx/FileSystem.cs | 1,925 | C# |
using SFA.DAS.Commitments.Domain.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace SFA.DAS.Commitments.Support.SubSite.Models
{
public class ApprenticeshipViewModel
{
public string PaymentStatus { get; set; }
public string Agreemen... | 34.261905 | 77 | 0.643502 | [
"MIT"
] | SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Support.SubSite/Models/ApprenticeshipViewModel.cs | 1,441 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace weixin.work.Request.appchat
{
public class Request_groupchatmsgnews
{
public Request_groupchatmsgnews()
{
this.msgtype = "news";
this.safe = 0;
}
/// <summary>
/// 群聊id... | 25.47541 | 64 | 0.457529 | [
"MIT"
] | yangyx91/axiangweixinwork | weixin.work/Request/appchat/Request_groupchatmsgnews.cs | 1,804 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UnityEngine;
using Object = UnityEngine.Object;
namespace Game.UI
{
static public partial class M_UITools
{
static private M_UITools_AutoSetTranformValueByData M_UIToolsAutoSetT... | 30.752941 | 108 | 0.507651 | [
"Apache-2.0"
] | HugoFang/BDFramework.Core | Assets/Code/Game/M_UIMgr/M_UITools.cs | 2,772 | C# |
namespace EntertainmentSystem.Web.Controllers.Upload
{
using System.Web.Mvc;
using Services.Contracts.Media.Generators;
using ViewModels.Upload;
public class UploadVideoController : UploadBaseController
{
public UploadVideoController(IVideoUploadingGeneratorService videoUploadingGeneratorS... | 25.703704 | 100 | 0.65562 | [
"MIT"
] | Borayvor/ASP.NET-MVC-CourseProject | EntertainmentSystem/Web/EntertainmentSystem.Web/Controllers/Upload/UploadVideoController.cs | 696 | C# |
using CefNet.Internal;
using CefNet.WinApi;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Windows.Forms;
namespace CefNet.Windows.Forms
{
publi... | 27.019027 | 165 | 0.717527 | [
"MIT"
] | AigioL/CefNet | CefNet.Windows.Forms/WebView.cs | 12,782 | 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.
// Changes may cause incorrect behavior and will be lost if the code is
// re... | 47.269441 | 335 | 0.603355 | [
"MIT"
] | 0rland0Wats0n/azure-sdk-for-net | sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Generated/IVirtualMachinesOperations.cs | 43,157 | C# |
using MicroService.Core;
using MicroService.Data.Common;
using MicroService.Data.Enums;
using MicroService.Common.Models;
using ProtoBuf;
using System;
using System.Collections.Generic;
using System.Text;
namespace MicroService.IApplication.Order.Dto
{
/// <summary>
/// OrderInfos --dto
/// </summary>
[Proto... | 16.893617 | 46 | 0.661209 | [
"MIT"
] | DotNetExample/surging.Demo | SurgingDemo/03.Application/MicroService.IApplication.Order/Dto/OrderInfos/OrderInfosRequestDto.cs | 830 | C# |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Globalization;
using System.Text;
... | 39.224886 | 212 | 0.502168 | [
"Apache-2.0"
] | hamish-milne/roslyn-OHDL | src/Dependencies/CodeAnalysis.Metadata/CustomDebugInfoReader.cs | 34,363 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using HuaweiCloud.SDK.Core;
namespace HuaweiCloud.SDK.Bms.V1.Model
{
/// <summary>
/// Response Object
/// </summary>
public... | 34.176471 | 390 | 0.481384 | [
"Apache-2.0"
] | cnblogs/huaweicloud-sdk-net-v3 | Services/Bms/V1/Model/ShowJobInfosResponse.cs | 11,629 | C# |
#region License(Apache Version 2.0)
/******************************************
* Copyright ®2017-Now WangHuaiSheng.
* 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/l... | 36.949367 | 96 | 0.56766 | [
"Apache-2.0"
] | wanghuaisheng/WitsWay | Solutions/AppUtilities/Utilities/FastReflection/Cache/FastReflectionCache.cs | 3,028 | C# |
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.... | 37.296703 | 121 | 0.803182 | [
"MIT"
] | Trxlz/WalletWasabi | WalletWasabi.Tests/UnitTests/WabiSabi/Integration/WabiSabiApiApplicationFactory.cs | 3,394 | C# |
// 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.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
namespace Mi... | 71.314286 | 637 | 0.717849 | [
"MIT"
] | Amrinder-Singh29/azure-powershell | src/MySql/generated/api/Models/Api20210501/ConfigurationListResultAutoGenerated.PowerShell.cs | 9,845 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
// The Scoreboard class manages showing the score to the player
public class Scoreboard : MonoBehaviour {
public static Scoreboard S; // The singleton for Scoreboard
[Header("Set in Inspector")]
public G... | 29.898551 | 78 | 0.62191 | [
"BSD-3-Clause"
] | DouglasUrner/IGDPD | Prototype 6 - Word Game/Assets/__Scripts/ProtoTools/Scoreboard.cs | 2,065 | C# |
//
// DO NOT MODIFY! THIS IS AUTOGENERATED FILE!
//
namespace Xilium.CefGlue
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using Xilium.CefGlue.Interop;
// Role: PROXY
public sealed unsafe partial class CefV8Context : ... | 23.625 | 76 | 0.48836 | [
"MIT",
"BSD-3-Clause"
] | 8/Chromely | src/Chromely.CefGlue/CefGlue/Classes.g/CefV8Context.g.cs | 1,892 | 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 ... | 37.275 | 102 | 0.76727 | [
"Apache-2.0"
] | bbs168/aliyun-openapi-net-sdk | aliyun-net-sdk-rds/Rds/Transform/V20140815/ModifyDBProxyInstanceResponseUnmarshaller.cs | 1,491 | C# |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Web;
using V308CMS.Data;
using V308CMS.Data.Models;
namespace V308CMS.Admin.Models
{
public class ProductModels:BaseModels
{
public ProductModels()
{
ListProductImages = new List<ProductImag... | 39.225225 | 91 | 0.575103 | [
"Unlicense"
] | giaiphapictcom/mamoo.vn | V308CMS.Admin/Models/ProductModels.cs | 4,614 | C# |
using System;
using System.Linq;
using System.Web;
using System.Web.Routing;
namespace RobsonROX.Util.MVC.Routes
{
public class DelegateRouteConstraint : IRouteConstraint
{
private readonly string[] _routeSegments;
private readonly Func<object, bool> _constraintValidator;
/// <summary... | 55.214286 | 529 | 0.696852 | [
"MIT"
] | Robson-Rocha/Util | Util.MVC/Routes/DelegateRouteConstraint.cs | 2,334 | C# |
using System;
namespace lindexi.MVVM.Framework.ViewModel
{
/// <summary>
/// 发送消息
/// </summary>
public interface ISendMessage : IViewModel
{
/// <summary>
/// 发送消息
/// </summary>
EventHandler<IMessage> Send { set; get; }
}
}
| 17.75 | 49 | 0.535211 | [
"MIT"
] | lindexi/UWP | uwp/src/Framework/Framework/ViewModel/ISendMessage.cs | 302 | C# |
using System;
using System.Drawing;
namespace Rejive
{
/// <summary>
/// Summary description for ColorHelper.
/// </summary>
internal class ColorHelper
{
/// <summary>
///
/// </summary>
/// <param name="red"></param>
/// <param name="green"></param>
... | 28.326316 | 107 | 0.404125 | [
"MIT"
] | padgettrowell/rejive | src/Controls/ColorHelper.cs | 5,384 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace indiceNomes
{
class indiceNome
{
static void Main(string[] args)
{
char[][] matriz = {
new char[] {'A','B','C','D','E','F','G','H','I','J','K','L',
'M','N',... | 34.413793 | 98 | 0.417836 | [
"MIT"
] | CleoLeal/etec | Programacao Algoritmos/matrizes/indiceNome.cs | 2,007 | C# |
using SubPhases;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
namespace GameCommands
{
public class PressSkipCommand : GameCommand
{
public PressSkipCommand(GameCommandTypes type, Type subPhase, string rawParameters) : base(type, subPhase, ra... | 19.083333 | 129 | 0.663755 | [
"MIT"
] | Arahain/FlyCasual | Assets/Scripts/Model/GameController/GameCommands/PressSkipCommand.cs | 460 | C# |
using System;
using XVGML.Core.Attributes;
using XVGML.Basic.Types;
namespace XVGML.Basic.AttributeConverters {
class LocationConverter : IAttributeConverter {
private SingleConverter singleConverter;
public LocationConverter() {
singleConverter = new SingleConverter();
... | 30.621622 | 71 | 0.548102 | [
"MIT"
] | junk-machine/XVGML | XVGML.Basic/AttributeConverters/LocationConverter.cs | 1,135 | C# |
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using SFA.DAS.ApprenticeCommitments.Infrastructure;
using System.Linq;
using System.Net.Mail;
using System.Threading;
using System.Threading.Tasks;
namespace SFA.DAS.ApprenticeCommitments.Data.Models
{
public class ApprenticeCommitm... | 47.314685 | 135 | 0.569465 | [
"MIT"
] | SkillsFundingAgency/das-apprentice-commitments-api | src/SFA.DAS.ApprenticeCommitments/Data/Models/ApprenticeCommitmentsDbContext.cs | 6,766 | C# |
using Microsoft.Extensions.Options;
using SharpRepository.Benchmarks.Configuration.Models;
using SharpRepository.InMemoryRepository;
using SharpRepository.Repository;
using SharpRepository.Repository.Configuration;
namespace SharpRepository.Benchmarks.Configuration.Repositories
{
public interface IUserRepository ... | 29.411765 | 152 | 0.695 | [
"Apache-2.0"
] | Magicianred/SharpRepository | SharpRepository.Benchmarks.Configuration/Repositories/UserRepository.cs | 1,002 | C# |
// This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace AlibabaCloud.SDK.Ram20150501.Models
{
public class CreateLoginProfileRequest : TeaModel {
[NameInMap("UserName")]
[Validation(Required=false)]
publi... | 24.032258 | 56 | 0.651007 | [
"Apache-2.0"
] | atptro/alibabacloud-sdk | ram-20150501/csharp/core/Models/CreateLoginProfileRequest.cs | 745 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
using Watchdog.Web.Areas.Identity.Data;
namespace Watchdog.Web.Areas.Iden... | 36.876712 | 153 | 0.634844 | [
"MIT"
] | kiapanahi/watchdog | src/web/Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml.cs | 2,694 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ActorWordCounter.Messages
{
public class Complete
{
public static Complete Instance { get; } = new Complete();
}
} | 20.153846 | 66 | 0.721374 | [
"MIT"
] | rikace/parallel-patterns | src/ActorWordCounter/ActorWordCounter/Messages/Complete.cs | 264 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ElGuerre.Microservices.Billing.Api.Domain
{
public class OrderEntity
{
public int Id { get; set; }
public string Name { get; set; }
}
}
| 18 | 51 | 0.742063 | [
"MIT"
] | juanluelguerre/Microservices | src/ElGuerre.Microservices.Billing.Api/Domain/OrderEntity.cs | 254 | C# |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Linq;
using ILRuntime.CLR.TypeSystem;
using ILRuntime.CLR.Method;
using ILRuntime.Runtime.Enviorment;
using ILRuntime.Runtime.Intepreter;
using ILRuntime.Runtime.Stack;
using ILRuntime.Reflection;... | 53.077337 | 185 | 0.679939 | [
"MIT"
] | BOBO41/CasinosClient | Assets/Script.ILRuntimeGenerated/FairyGUI_GObject_Binding.cs | 207,267 | 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 Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.EntityFrameworkCore.TestUtilities;
using Microsoft.Extensions.DependencyInjection;
nam... | 38.645161 | 111 | 0.717028 | [
"Apache-2.0"
] | 1iveowl/efcore | test/EFCore.Specification.Tests/FixtureBase.cs | 1,198 | C# |
#region License
// Copyright (c) 2021 Peter Šulek / ScaleHQ Solutions s.r.o.
//
// 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... | 43.931818 | 219 | 0.770305 | [
"MIT"
] | psulek/lhqeditor | src/VsExtension/Properties/AssemblyInfo.cs | 1,936 | C# |
using System;
namespace DestroyNobots.Assembler.Emulator.Registers
{
public class Register<T> : IRegister where T : IConvertible
{
IConvertible IRegister.Value { get { return Value; } }
public virtual T Value { get; set; }
public byte Size { get { return (byte)System.Runtime.InteropS... | 41.234375 | 107 | 0.525957 | [
"MIT"
] | adamuso/DestroyNobots | DestroyNobots.Assembler/Emulator/Registers/Register.cs | 2,641 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Data;
namespace FirmwareInstaller.Framework.Converters
{
public class BoolNegateConverter : IValueConverter
{
public object Convert(object value, Type targetType, ob... | 27.034483 | 124 | 0.642857 | [
"Apache-2.0"
] | MaxBranvall/maxmix-software | Desktop/FirmwareInstaller/FirmwareInstaller/Framework/Converters/BoolNegateConverter.cs | 786 | C# |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/fdi_fci_types.h in the Windows SDK for Windows 10.0.22000.0
// Original source is Copyright © Microsoft. All rights reserved.
namespace TerraFX.Interop.Wi... | 36.042857 | 145 | 0.754261 | [
"MIT"
] | reflectronic/terrafx.interop.windows | sources/Interop/Windows/Windows/um/fdi_fci_types/Windows.cs | 2,525 | C# |
// SPDX-FileCopyrightText: 2021 Open Energy Solutions Inc
//
// SPDX-License-Identifier: Apache-2.0
namespace OpenFMB.Adapters.Core.Models.Goose
{
public class GseControl
{
public IED IED { get; set; }
public string LogicalDevice { get; set; }
public string LogicalNode { get; set; }
... | 31.857143 | 85 | 0.590807 | [
"Apache-2.0"
] | openenergysolutions/openfmb.adapters.config | OpenFMB.Adapters.Core/Models/Goose/GseControl.cs | 894 | C# |
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Serilog;
namespace TreniniDotNet.Web
{
public class Program
{
public static void Main(string[] args)
{
try
{
CreateHostBuilder(args).Build().Run();
... | 27.794872 | 92 | 0.501845 | [
"MIT"
] | CarloMicieli/TreniniDotNet | Src/Web/Program.cs | 1,084 | C# |
/* Copyright © 2018 Dawid Dyrcz */
/* See license file */
using System;
namespace FilteringToolStarter
{
class Program
{
static void Main(string[] args)
{
try
{
var filteringToolStarter = new FilteringToolStarter();
filteringToolStarter.... | 20.833333 | 70 | 0.518 | [
"MIT"
] | dawiddyrcz/Filtering-tool-for-tekla-structures | FilteringTool/FilteringToolStarter/Program.cs | 503 | C# |
// ***********************************************************************
// Assembly : nem1-sdk
// Author : kailin
// Created : 06-01-2018
//
// Last Modified By : kailin
// Last Modified On : 11-07-2018
// ***********************************************************************
// <copyrig... | 39.842593 | 129 | 0.579363 | [
"Apache-2.0"
] | LykkeCity/nem1-sdk-csharp | src/nem1-sdk/src/Model/Accounts/PublicAccount.cs | 4,305 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using GUC.Log;
using GUC.Scripts.Sumpfkraut.VobSystem.Definitions;
using GUC.Scripts.Sumpfkraut.Visuals;
namespace GUC.Scripts.Sumpfkraut.Daedalus
{
class InstanceParser
{
public static void AddInsta... | 34.866953 | 138 | 0.440423 | [
"BSD-2-Clause"
] | JulianVo/SumpfkrautOnline-Khorinis | ScriptsServer/Sumpfkraut/Daedalus/InstanceParser.cs | 8,126 | C# |
// <auto-generated />
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.Internal;
using System;
u... | 29.662921 | 108 | 0.505303 | [
"MIT"
] | PhysikOnline-FFM/tinygu_backend | Tinygubackend/Migrations/20180108225248_INIT.Designer.cs | 2,642 | C# |
using UnityEngine;
using UnityEngine.Profiling;
namespace GameLibrary{
public class Profiler : MonoBehaviour{
GUIStyle style = new GUIStyle();
string monoHeapSizeFormat = "MonoHeapSize:{0}";
string monoUsedSizeFormat = "MonoUsedSize:{0}";
string gpuAllocatedSizeFormat = "GraphicsMemory... | 42.111111 | 104 | 0.655673 | [
"MIT"
] | zi-su/GameLibrary | Assets/GameLibrary/Script/Memory/Profiler.cs | 2,276 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.IdentityModel.Tokens;
namespace Microsoft.Bot.Connector.Authe... | 53.122699 | 259 | 0.658621 | [
"MIT"
] | BetaLixT/botbuilder-dotnet | libraries/Microsoft.Bot.Connector/Authentication/EnterpriseChannelValidation.cs | 8,661 | C# |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/WindowsStorageCOM.h in the Windows SDK for Windows 10.0.22000.0
// Original source is Copyright © Microsoft. All rights reserved.
namespace TerraFX.Intero... | 45.75 | 145 | 0.747541 | [
"MIT"
] | reflectronic/terrafx.interop.windows | sources/Interop/Windows/WinRT/um/WindowsStorageCOM/CreateProcessMethod.cs | 917 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Sheriff : Person
{ //FindMyQuest
void Start ()
{
base.Start();
}
void Update()
{
base.Update();
}
}
| 13.647059 | 33 | 0.603448 | [
"Apache-2.0"
] | peon125/JoffreyCoughs | Assets/scripts/people/Sheriff.cs | 234 | C# |
using Microsoft.AspNetCore.Mvc;
using MSD.Product.API.Controllers.Common;
using MSD.Product.API.Models;
using MSD.Product.Domain.Dtos.ZipCode;
using MSD.Product.Domain.Interfaces.Services;
using MSD.Product.Infra.Warning;
using System;
using System.Threading.Tasks;
using System.Web;
namespace MSD.Product.API.Controll... | 35.702703 | 221 | 0.700984 | [
"Apache-2.0"
] | spaki/microservices-demo | MSD.Product/MSD.Product.API/Controllers/V1/ZipCodeController.cs | 1,323 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 27.766667 | 87 | 0.582833 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Storage/V20200801Preview/Outputs/TagPropertyResponse.cs | 1,666 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ivony.Data.SqlClient
{
/// <summary>
/// 定义用于 SQL Server 数据库的配置项
/// </summary>
public class SqlServerConfiguration
{
/// <summary>
/// 创建一个默认的 SQL Server 数据库配置
/// </su... | 21.366667 | 77 | 0.675507 | [
"Apache-2.0"
] | hulukaihuaba/DataPithy | Ivony.Data.SqlServer/SqlClient/SqlServerConfiguration.cs | 743 | C# |
using System.Data;
namespace BingoGameCore4
{
public class BingoGameGroupPrizeLevel
{
public BingoGameGroup game_group;
public BingoPrize prize;
public object ID;
public BingoGameGroupPrizeLevel(DataRow row)
{
}
}
}
| 19.466667 | 53 | 0.609589 | [
"MIT"
] | d3x0r/xperdex | OpenSkiePOS/bingo_odds/BingoGameCore4/BingoGameGroupPrizeLevel.cs | 294 | C# |
using Microsoft.Xrm.Sdk;
using System.Runtime.Serialization;
namespace Microsoft.Crm.Sdk.Messages
{
/// <summary>Contains the response from the <see cref="T:Microsoft.crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest"></see> class.</summary>
[DataContract(Namespace = "http://schemas.microsoft.com/crm/2011/Contr... | 43.095238 | 153 | 0.739227 | [
"MIT"
] | develmax/Crm.Sdk.Core | Microsoft.Crm.Sdk.Proxy/Messages/RetrieveUnpublishedMultipleResponse.cs | 907 | C# |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="NewCampaignRequestBuilder.cs" company="Sitecore A/S">
// Copyright (C) 2015 by Sitecore
// </copyright>
// -----------------------------------------------------------------------... | 37.301587 | 137 | 0.625957 | [
"MIT"
] | Sitecore/KomfoSharp | KomfoSharp/Sessions/Authenticated/Requests/Ads/Campaigns/New/NewCampaignRequestBuilder.cs | 2,352 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
namespace Lighthouse.Silv... | 24.478261 | 78 | 0.761989 | [
"MIT"
] | archnaut/Lighthouse | src/Tests/Silverlight/Silverlight4/Lighthouse.Silverlight4.SampleXapWithTests/TestsForBugs/PagesForBugs/TextBlockInScrollViewerBugPage.xaml.cs | 565 | C# |
/*
* The MIT License
*
* Copyright 2019 Palmtree Software.
*
* 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, co... | 37.470588 | 94 | 0.569074 | [
"MIT"
] | rougemeilland/Palmtree.Math | Palmtree.Math.CodeGen.TestData/Plugin/Sint/TestDataRendererPlugin_LesserThan_UX_X.cs | 2,550 | C# |
//-----------------------------------------------------------------------
// <copyright file="ClientTemplateModel.cs" company="NSwag">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license>
// <author>Rico Suter, mail@rsuter.... | 56.329545 | 210 | 0.64535 | [
"MIT"
] | Kirluu/NSwag | src/NSwag.CodeGeneration.TypeScript/Models/TypeScriptFileTemplateModel.cs | 9,914 | C# |
/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution. If ... | 37.192308 | 112 | 0.607032 | [
"Apache-2.0"
] | SueDou/python | Src/IronPython/Runtime/Binding/IPythonGetable.cs | 969 | C# |
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
namespace RequestifyTF2.API
{
public static class ConsoleSender
{
public enum Command
{
Chat,
Echo,
Raw
}
public sta... | 26.661017 | 99 | 0.443102 | [
"MIT"
] | fossabot/RequestifyTF2 | src/Core/RequestifyTF2/API/ConsoleSender.cs | 1,575 | C# |
// Copyright 2007-2016 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at
//
// http://www.apache.org/licenses/LICENSE-2.0... | 39.3 | 84 | 0.681086 | [
"Apache-2.0"
] | zengdl/MassTransit | src/MassTransit/Transports/IReceiveTransport.cs | 1,181 | C# |
using System;
namespace Stratis.SmartContracts.CLR
{
/// <summary>
/// Smart contract state that gets injected into the smart contract by the <see cref="ReflectionVirtualMachine"/>.
/// </summary>
public sealed class SmartContractState : ISmartContractState
{
public SmartContractState(
... | 32.061224 | 118 | 0.644176 | [
"MIT"
] | AequitasCoinProject/AequitasFullNode | src/Stratis.SmartContracts.CLR/SmartContractState.cs | 1,573 | C# |
#pragma checksum "D:\Owner\Desktop\VB.NET\learning\Pocket Rockets\Pocket Rockets\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "3C5B3F322F86A87BDD04EF7E87D3C4B9"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
... | 38.714286 | 173 | 0.638007 | [
"MIT"
] | sam17/pocket-rocket | Pocket Rockets/obj/Debug/MainPage.g.i.cs | 2,712 | C# |
// Copyright 2018 Google Inc. 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
//
// Unless required by applica... | 38.681259 | 150 | 0.575576 | [
"Apache-2.0"
] | 1orenz0/sandbox-attacksurface-analysis-tools | NtApiDotNet/Win32/SymbolResolver.cs | 28,278 | C# |
//Copyright 2016 Scifoni Ivano
//
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in wri... | 24.159574 | 74 | 0.494496 | [
"Apache-2.0"
] | iscifoni/SharpBatch | test/WebApplication/BaseTestBatch.cs | 2,273 | C# |
//
// MessageSummaryFetchedEventArgs.cs
//
// Author: Jeffrey Stedfast <jeff@xamarin.com>
//
// Copyright (c) 2015 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the... | 34.691176 | 99 | 0.712166 | [
"MIT"
] | muffadalis/rrod | lib/MailKit/MessageSummaryFetchedEventArgs.cs | 2,361 | C# |
using System;
using System.Runtime.InteropServices;
namespace OpenCV.Net
{
/// <summary>
/// Represents a memory storage block.
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public struct MemBlock
{
IntPtr prev;
IntPtr next;
/// <summary>
/// Gets the pr... | 20.363636 | 58 | 0.418527 | [
"MIT"
] | horizongir/opencv.net | src/OpenCV.Net/MemBlock.cs | 898 | C# |
namespace StockSharp.Algo.Storages.Csv
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Text;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Configuration;
using Ecng.Serialization;
using MoreLinq;
using StockSharp.Busi... | 27.565547 | 142 | 0.68734 | [
"Apache-2.0"
] | 1M15M3/StockSharp | Algo/Storages/Csv/CsvEntityRegistry.cs | 25,443 | C# |
namespace Zaabee.DataContractSerializer.UnitTest;
public partial class XmlUnitTest
{
[Fact]
public void XmlDictionaryWriterReaderNonGenericTest()
{
var testModel = TestModelFactory.Create();
TestModel result0;
using (var fs = new FileStream("XmlWriterReaderNonGenericTest0.xml", File... | 40.912281 | 110 | 0.659949 | [
"MIT"
] | PicoHex/Zaabee.Serializers | tests/Zaabee.DataContractSerializer.UnitTest/XmlDictiionaryWriterReader.NonGeneric.Test.cs | 2,332 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System;
// 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: Ass... | 50.478261 | 125 | 0.774763 | [
"Unlicense"
] | mcneeleurope/ShortestWalk | ShortestWalk.Rh/Properties/AssemblyInfo.cs | 2,325 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OfficeOpenXml.Drawing.Chart;
using Tera.Game;
using Tera.Game.Messages;
namespace DamageMeter.Heuristic
{
class S_LOAD_TOPO : AbstractPacketHeuristic
{
private static Dictionary<us... | 32.047619 | 106 | 0.611441 | [
"MIT"
] | neowutran/OpcodeSearcher | DamageMeter.Core/Heuristic/S_LOAD_TOPO.cs | 1,348 | C# |
using Microsoft.AspNetCore.SignalR.Client;
using SharedClass;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Text;
using TMPro;
using UnityEngine;
using UnityEngine.UI;
using Debug = ... | 27.388 | 106 | 0.568278 | [
"Apache-2.0"
] | salvolannister/Virtual_Shared_Reality_CLIENT | Virtual_Shared_Reality_CLIENT/Assets/Scripts/GetTotalScoreGeneral.cs | 6,849 | C# |
// Licensed under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Antlr4.Runtime.Misc;
using AbsoluteGraphicsPlatform.AGPx.Models;
using AbsoluteGraphicsPlatform.AGPx.Internal;
using AbsoluteGraphicsPlatform.AG... | 38.4375 | 108 | 0.676016 | [
"MIT"
] | evorine/AbsoluteGraphicsPlatform | src/AbsoluteGraphicsPlatform.AGPx.DSS/Visitors/RulesetVisitor.cs | 2,462 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.AspNetCore.Routing.Template;
public abstract class RoutePrecedenceTestsBase
{
[Theory]
[InlineData("Employees/{id}", "Employees/{employeeId}")]
[Inli... | 33.804688 | 151 | 0.558355 | [
"MIT"
] | 3ejki/aspnetcore | src/Http/Routing/test/UnitTests/Template/RoutePrecedenceTestsBase.cs | 4,327 | C# |
namespace ResXManager.Model
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Text.RegularE... | 36.367089 | 252 | 0.580926 | [
"MIT"
] | Dalagh/ResXResourceManager | src/ResXManager.Model/ResourceTableEntryRules.cs | 5,748 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.Graphics;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Java.Lang;
namespace DualView
{
public class Item : Java.Lang.Object, IPar... | 22.333333 | 84 | 0.69403 | [
"MIT"
] | LanceMcCarthy/surface-duo-sdk-xamarin-samples | DualView/Item.cs | 1,610 | C# |
using System;
namespace Icu
{
public enum USystemTimeZoneType
{
Any,
Canonical,
CanonicalLocation,
}
}
| 9.416667 | 32 | 0.716814 | [
"MIT"
] | atlastodor/icu-dotnet | source/icu.net/Timezone/USystemTimeZoneType.cs | 113 | C# |
using System.Collections.Generic;
using JetBrains.Annotations;
using JsonApiDotNetCore.Resources;
using JsonApiDotNetCore.Resources.Annotations;
namespace GettingStarted.Models
{
[UsedImplicitly(ImplicitUseTargetFlags.Members)]
public sealed class Person : Identifiable
{
[Attr]
public strin... | 23.388889 | 52 | 0.710214 | [
"MIT"
] | 3volutionsAG/JsonApiDotNetCore | src/Examples/GettingStarted/Models/Person.cs | 421 | C# |
using System;
//属于组件
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class GameComp : Attribute
{
}
//属于Mono组件
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class GameMonoComp : Attribute
{
}
| 17.4375 | 80 | 0.763441 | [
"MIT"
] | yogioh123456/IndieFramework | Server/IDServer/IDServer/Entity/GameComp.cs | 297 | C# |
namespace Kaiyuanshe.OpenHackathon.Server.Biz.Options
{
public class TeamQueryOptions : TableQueryOptions
{
}
}
| 18.714286 | 55 | 0.70229 | [
"MIT"
] | kaiyuanshe/open-hackathon-api | src/open-hackathon-server/Kaiyuanshe.OpenHackathon.Server/Biz/Options/TeamQueryOptions.cs | 133 | C# |
//
// Class.cs
//
// Author:
// Jb Evain (jbevain@gmail.com)
//
// (C) 2005 Jb Evain
//
// 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 limitati... | 32.880952 | 73 | 0.741492 | [
"MIT"
] | Danyy427/runtime-assets | src/Microsoft.DotNet.CilStrip.Sources/src/Mono.Cecil.Signatures/Class.cs | 1,381 | C# |
namespace App
{
class Location3d
{
public double LatitudeInRadians {get; }
public double LongitudeInRadians {get; }
public double AltitudeMslInMeters {get; }
public Location3d(double latitudeInRadians, double longitudeInRadians, double altitudeMslInMeters)
{
... | 28.529412 | 106 | 0.663918 | [
"MIT"
] | mclayton7/MavLinkTest | Location3d.cs | 485 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using ICSharpCode.SharpZipLib.Core;
using ICSharpCode.SharpZipLib.Zip;
namespace Sketch... | 46.188776 | 497 | 0.601348 | [
"MIT"
] | manicken/SketchupMaterialGenerator | .localhistory/G/_githubClones/SketchupMaterialGenerator/1647932242$MainForm.cs | 9,055 | C# |
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Security;
using System.Threading.Tasks;
using Microsoft.AspNet.SignalR.Client;
namespace JabbR.Client
{
public class DefaultAuthenticationProvider : IAuthenticationProvider
{
private readonly string _... | 27.766667 | 102 | 0.590636 | [
"MIT"
] | FaytLeingod007/JabbR | JabbR.Client/DefaultAuthenticationProvider.cs | 1,668 | C# |
using System;
namespace TSI.Utils.Shipping.Endicia.Interfaces
{
public interface ILabel
{
string FileOnly
{
get;
}
string FullPathFileName
{
get;
}
string Link
{
get;
}
}
} | 9.318182 | 47 | 0.629268 | [
"Apache-2.0"
] | neerajkhosla/endiciaApi | TSI.Utils.Shipping.Endicia/TSI.Utils.Shipping.Endicia/Interfaces/ILabel.cs | 205 | C# |
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using FubuMVC.Core.Projections;
using FubuMVC.Core.Registration;
using FubuMVC.Core.Resources.Conneg;
using FubuMVC.Core.Runtime;
using Shouldly;
using NUnit.Framework;
namespace FubuMVC.Tests.Resources.Conneg
{
[TestFixture... | 32.790698 | 159 | 0.66383 | [
"Apache-2.0"
] | JohnnyKapps/fubumvc | src/FubuMVC.Tests/Resources/Conneg/ConnegGraphTester.cs | 2,822 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 37.304348 | 153 | 0.599068 | [
"MIT"
] | gurry/msgraph-beta-sdk-dotnet | src/Microsoft.Graph/Models/Generated/TimeOffReason.cs | 1,716 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using AutobiographicMemory;
using Conditions;
using EmotionalAppraisal.Components;
using EmotionalAppraisal.DTOs;
using EmotionalAppraisal.OCCModel;
using SerializationUtilities;
using KnowledgeBase;
using WellFormedNames;
using WellFormedNa... | 34.483471 | 112 | 0.597484 | [
"Apache-2.0"
] | RicardoQuinteiro/FAtiMA-Toolkit | Assets/EmotionalAppraisal/AppraisalRules/ReactiveAppraisalDerivator.cs | 8,349 | C# |
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Text;
using HandlebarsDotNet.StringUtils;
namespace HandlebarsDotNet
{
/// <summary>
/// <inheritdoc />
/// Produces <c>HTML</c> safe output.
/// </summary>
public class HtmlEncoder : ITextEncode... | 32.708861 | 137 | 0.456656 | [
"MIT"
] | Dragwar/Handlebars.Net | source/Handlebars/IO/HtmlEncoder.cs | 2,586 | C# |
/*
This code is derived from jgit (http://eclipse.org/jgit).
Copyright owners are documented in jgit's IP log.
This program and the accompanying materials are made available
under the terms of the Eclipse Distribution License v1.0 which
accompanies this distribution, is reproduced below, and is
available at http://www... | 45.120192 | 134 | 0.726265 | [
"BSD-3-Clause"
] | Kavisha90/IIT-4th-year | NGit/NGit.Transport/FetchConnection.cs | 9,385 | C# |
using UnityEngine;
public class HitTarget : MonoBehaviour
{
// These public fields become settable properties in the Unity editor.
public GameObject underworld;
public GameObject objectToHide;
// Occurs when this object starts colliding with another object
void OnCollisionEnter(Collision collisio... | 31.315789 | 75 | 0.715966 | [
"MIT"
] | NCEghtebas/HoloLensZoomAR | Origami/Assets/Scripts/HitTarget.cs | 597 | C# |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using LanguageServer.Json;
#pragma warning disable SA1402 // File may only contain a single type
namespace LanguageServer
{
/// <nodoc />
public static class Message
{
/// <nodoc />
public static Resul... | 32.595122 | 196 | 0.563753 | [
"MIT"
] | BearerPipelineTest/BuildXL | Public/Src/IDE/LanguageServerProtocol/LanguageServer/Message.cs | 6,682 | C# |
using System;
using System.Diagnostics;
namespace EZB.BuildEngine.Actions
{
class ProcessAction : IAction
{
public ProcessAction(string path, string cmdLine, bool isConsole)
{
_path = path;
_cmdLine = cmdLine;
_isConsole = isConsole;
if (string.... | 29.71831 | 127 | 0.540284 | [
"Apache-2.0"
] | gurudennis/EzBuildSys | EZB.BuildEngine/Actions/ProcessAction.cs | 2,112 | C# |
using Lucene.Net.Analysis.Tokenattributes;
namespace Lucene.Net.Analysis
{
using Lucene.Net.Support;
using BasicAutomata = Lucene.Net.Util.Automaton.BasicAutomata;
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE fi... | 51.010309 | 1,222 | 0.66249 | [
"Apache-2.0"
] | BlueCurve-Team/lucenenet | src/Lucene.Net.TestFramework/Analysis/MockTokenFilter.cs | 4,948 | C# |
using System.Collections.Generic;
using IntoTheCode.Buffer;
using IntoTheCode.Basic;
using IntoTheCode.Message;
using System.Linq;
using IntoTheCode.Read.Structure;
using System.Globalization;
namespace IntoTheCode.Read.Words
{
/// <remarks>Inherids <see cref="WordBase"/></remarks>
internal class WordFloat :... | 37.899225 | 177 | 0.567805 | [
"MIT"
] | Krixohub/IntoTheCode | CSharp/IntoTheCode/Read/Words/WordFloat.cs | 4,891 | C# |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace HtmlParser.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| 15.2 | 51 | 0.618421 | [
"MIT"
] | hakdag/pidococodegen | source/HtmlParser.Tests/UnitTest1.cs | 228 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... | 35.666667 | 171 | 0.656139 | [
"Apache-2.0"
] | ChristopherButtars/aws-sdk-net | sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/CheckIfPhoneNumberIsOptedOutRequestMarshaller.cs | 3,103 | C# |
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2019 Suzhou Senparc Network Technology Co.,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... | 32.163636 | 168 | 0.59544 | [
"Apache-2.0"
] | BeidabizLSX/WeiXinMPSDK | src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.cs | 11,428 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.