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 Lyrico.Common;
using Lyrico.Helpers;
using Lyrico.Models;
using Lyrico.Models.Spotify;
using Lyrico.Services.Interfaces;
using Lyrico.Utils;
using Lyrico.Views;
using Prism.Commands;
using Prism.Navigation;
using Prism.Services;
using System;
using System.Collections.Generic;
using System.Security;
using System.... | 34.842105 | 235 | 0.655967 | [
"MIT"
] | mikan9/lyrico | Lyrico/Lyrico/ViewModels/SpotifyLoginPageViewModel.cs | 2,650 | C# |
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using Umbraco.Cms.Core.Configuration;
using Umbraco.Cms.Core.Models;
using Umbraco.Extensions;
namespace Umbraco.Cms.Core.Services
{
public class UserDataService : IUserDataSe... | 37.734694 | 107 | 0.665765 | [
"MIT"
] | Ambertvu/Umbraco-CMS | src/Umbraco.Core/Services/UserDataService.cs | 1,851 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 39.740741 | 151 | 0.584343 | [
"MIT"
] | Gabriel-Em/Hearthstone-Pack-Opening-Tracker-Obsolete- | PackOpeningTracker/PackOpeningTracker/Properties/Settings.Designer.cs | 1,075 | C# |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml.Linq;
using Moq;
using Palmmedia.ReportGenerator.Core.Parser;
using Palmmedia.ReportGenerator.Core.Parser.Analysis;
using Palmmedia.ReportGenerator.Core.Parser.FileReading;
using Palmmedia.ReportGenerator.Core.Parser.Filtering;
using... | 54.40694 | 221 | 0.65739 | [
"Apache-2.0"
] | Meir017/ReportGenerator | src/ReportGenerator.Core.Test/Parser/OpenCoverParserTest.cs | 17,247 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using EnumsNET;
using EnumsNET.NonGeneric;
using Snowflake.Configuration.Attributes;
namespace Snowflake.Configuration.Serialization
{
public sealed class EnumConfigurationNode
: AbstractConfigurationNode<Enum>
{
internal EnumC... | 29.608696 | 96 | 0.687225 | [
"MPL-2.0"
] | fossabot/snowflake-1 | src/Snowflake.Framework/Configuration/Serialization/NodeTypes/EnumConfigurationNode.cs | 683 | C# |
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using MultiTenancyServer.EntityFramework;
using MultiTenancyServer.Options;
using Mu... | 48.112245 | 129 | 0.670201 | [
"Apache-2.0"
] | MultiTenancyServer/MultiTenancyServer | samples/AspNetIdentityAndEFCore/Data/ApplicationDbContext.cs | 4,717 | C# |
using BackendlessAPI;
using BackendlessAPI.Async;
using BackendlessAPI.File;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Threading.Tasks;
using Xamarin.Forms;
using Plugin.Media;
using Plugin.Media.Abstractions;
namespace SampleFileManager
{
[DesignTime... | 27.095238 | 165 | 0.55126 | [
"Apache-2.0"
] | Delta-BWH/LifeBoat | codegen/features/xsls/backendless-codegen-xsls/net/backendless-codegen/Xamarin/SFM/SampleFileManager/SampleFileManager/MainPage.xaml.cs | 3,416 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Xml;
using Abp.Extensions;
using Abp.IO.Extensions;
using Abp.Xml.Extensions;
namespace Abp.Timing.Timezone
{
/// <summary>
/// 多时区帮助类
/// </summary>
public stat... | 34.491071 | 140 | 0.581672 | [
"MIT"
] | maoyuan121/abpclone | src/Abp/Timing/Timezone/TimezoneHelper.cs | 3,877 | C# |
using System;
using System.Runtime.InteropServices;
using System.Drawing;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Windows.Forms;
using System.Linq;
namespace BotFramework
{
/// <summary>
/// C# dll imports
/// </summary>
public static class DllImport
{
... | 37.70516 | 128 | 0.544376 | [
"MIT"
] | PoH98/Bot | ImageProcessor/DllImport.cs | 15,348 | 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 JobPortal
{
public class Program
{
p... | 28.088235 | 76 | 0.584293 | [
"MIT"
] | manjurulhoque/asp-core-simple-job-portal | Program.cs | 957 | C# |
using UnityEngine;
using System.Collections;
public class GravityChange : MonoBehaviour {
float gravityMagnitude;
// Use this for initialization
void Start () {
gravityMagnitude = Physics.gravity.magnitude;
}
// Update is called once per frame
void Update () {
if (Input.GetKeyDown("right")) {
SwitchGr... | 23.923077 | 104 | 0.754019 | [
"MIT"
] | joshviss/ObeseSquirrels | ForDaManShawn/Assets/__Scripts/GravityChange.cs | 624 | C# |
using System;
using NetRuntimeSystem = System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.ComponentModel;
using System.Reflection;
using System.Collections.Generic;
using NetOffice;
namespace NetOffice.OWC10Api
{
///<summary>
/// DispatchInterface PivotFilterAxis
/// S... | 32.534653 | 169 | 0.703287 | [
"MIT"
] | Engineerumair/NetOffice | Source/OWC10/DispatchInterfaces/PivotFilterAxis.cs | 3,286 | C# |
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
namespace OpenCvSharp.Util
{
internal static class StringHelper
{
public static unsafe string PtrToStringAnsi(sbyte* p)
{
#if DOTNET_FRAMEWORK
return new string(p);
#else
... | 26.064516 | 101 | 0.660891 | [
"BSD-3-Clause"
] | CollegiumXR/OpenCvSharp-Xamarin.Droid | src/OpenCvSharp/Util/StringHelper.cs | 810 | C# |
using System.Collections.Generic;
using JetBlack.MessageBus.FeedBus.Distributor.Interactors;
using JetBlack.MessageBus.FeedBus.Messages;
namespace JetBlack.MessageBus.FeedBus.Distributor.Publishers
{
public class StalePublisherEventArgs : InteractorEventArgs
{
public StalePublisherEventArgs(II... | 30.782609 | 97 | 0.661017 | [
"Apache-2.0"
] | rob-blackbourn/scratch-dotnet | JetBlack.MessageBus/JetBlack.MessageBus.FeedBus.Distributor/Publishers/StalePublisherEventArgs.cs | 710 | C# |
using System;
using System.Collections.Generic;
using ISAAR.MSolve.FEM.Entities;
namespace ISAAR.MSolve.FEM.Embedding
{
public class EmbeddedNode
{
private readonly Node node;
private readonly Element embeddedInElement;
private readonly IList<double> coordinates = new List<double>();
... | 37.120482 | 164 | 0.493022 | [
"Apache-2.0"
] | GoatOfRafin/MSolve | ISAAR.MSolve.FEM/Embedding/EmbeddedNode.cs | 3,083 | C# |
using CommonServiceLocator;
using GalaSoft.MvvmLight.Ioc;
namespace Demo.CustomOpenFileDialog
{
/// <summary>
/// This class contains static references to all the view models in the
/// application and provides an entry point for the bindings.
/// </summary>
public class ViewModelLocator
{
... | 28.318182 | 107 | 0.685393 | [
"Apache-2.0"
] | FantasticFiasco/mvvm-dialogs | samples/net-framework/Demo.CustomOpenFileDialog/ViewModelLocator.cs | 623 | C# |
using System;
using My2C2P.Org.BouncyCastle.Asn1;
using My2C2P.Org.BouncyCastle.Asn1.CryptoPro;
using My2C2P.Org.BouncyCastle.Asn1.Oiw;
using My2C2P.Org.BouncyCastle.Asn1.Pkcs;
using My2C2P.Org.BouncyCastle.Asn1.Sec;
using My2C2P.Org.BouncyCastle.Asn1.X509;
using My2C2P.Org.BouncyCastle.Asn1.X9;
using My2C2P.Org.Bounc... | 38.524272 | 108 | 0.550781 | [
"MIT"
] | 2C2P/My2C2PPKCS7 | My2C2PPKCS7/pkcs/PrivateKeyInfoFactory.cs | 7,936 | C# |
/*
* Copyright (C) 2016-2018. Filament Games, LLC. All rights reserved.
* Author: Alex Beauchesne
* Date: 21 Nov 2016
*
* File: Routine.cs
* Purpose: A safe handle pointing at an executing Routine Fiber.
* Helps prevent memory leaks and dangling references.
*/
using BeauRoutine.Internal;
using... | 26.467803 | 78 | 0.438855 | [
"MIT"
] | SHiLLySiT/BeauRoutine | Assets/BeauRoutine/Routine/Routine.cs | 13,977 | C# |
#region
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WinterLeaf.Engine;
using WinterLeaf.Engine.Classes;
using WinterLeaf.Engine.Containers;
using WinterLeaf.Engine.Enums;
using System.ComponentModel;
using System.Threading;
using WinterLeaf.Engine.Classes.... | 29.985294 | 122 | 0.530652 | [
"MIT",
"Unlicense"
] | RichardRanft/OmniEngine.Net | Templates/C#-Full-Ded/WinterLeaf.Demo.Full.Dedicated/Models.User/Extendable/CustomMaterial.cs | 3,943 | C# |
// <copyright file="Cauchy.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2013 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this soft... | 41.441964 | 142 | 0.588764 | [
"MIT"
] | ChristopherSchubert/com.appalachia.dotnet.mdabros.sharp-learning | src/Numerics/Distributions/Cauchy.cs | 18,625 | C# |
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using MassTransit;
using System;
using Cesxhin.AnimeSaturn.Application.Generic;
using NLog;
using Cesxhin.AnimeSaturn.Application.CronJob;
using Quartz;
using Cesxhin.AnimeSaturn.Application.CheckManager.Interfaces;
using Cesxhin.AnimeS... | 41.712329 | 145 | 0.5133 | [
"MIT"
] | GamingBunker/AnimePlex | src/Cesxhin.AnimeSaturn/Cesxhin.AnimeSaturn.UpdateService/Program.cs | 3,045 | C# |
/* _BEGIN_TEMPLATE_
{
"id": "BT_018",
"name": [
"幽光鱼竿",
"Underlight Angling Rod"
],
"text": [
"在你的英雄攻击后,随机将一张鱼人牌置入你的手牌。",
"After your Hero attacks, add a random Murloc to your hand."
],
"CardClass": "PALADIN",
"type": "WEAPON",
"cost": 3,
"rarity": "EPIC",
"set": "BLACK_TEMPLE",
"... | 16.142857 | 64 | 0.588496 | [
"MIT"
] | chi-rei-den/Silverfish | cards/BLACK_TEMPLE/BT/Sim_BT_018.cs | 508 | C# |
using FBLASocialApp.DataService;
using System;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
using Xamarin.Forms.Xaml;
namespace FBLASocialApp.Views.Social
{
/// <summary>
/// Page to show the suggestion page details.
/// </summary>
[Preserve(AllMembers = true)]
[XamlCompilation(... | 34.725664 | 131 | 0.517584 | [
"MIT"
] | eahs/FBLA-SocialApp | Source/FBLASocialApp/FBLASocialApp/FBLASocialApp/Views/Social/SuggestionPage.xaml.cs | 3,926 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace akarnokd.reactive_extensions
{
/// <summary>
/// Signals an exception immediately.
/// </summary>
internal sealed class CompletableError : ICompletableSource
{
readonly Exception error;
public Completable... | 20.8 | 63 | 0.623077 | [
"Apache-2.0"
] | akarnokd/reactive-extensions | reactive-extensions/completable/CompletableError.cs | 522 | C# |
namespace Intelligob.Escritorio.Vistas.Interfaces
{
public interface IVista
{
object DataContext
{
get;
set;
}
}
}
| 13.615385 | 49 | 0.502825 | [
"CC0-1.0"
] | jmbarberan/gobman | Intelligob/Vistas/Interfaces/IVista.cs | 179 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Codeless.Ecma {
public class WeakKeyedItem : IEquatable<WeakKeyedItem> {
private readonly WeakReference reference;
private readonly int hashCode;
protected WeakKeyedItem() {
reference = new WeakReferen... | 24.5 | 76 | 0.670554 | [
"MIT"
] | misonou/codeless-ecma | src/Codeless.Ecma/WeakKeyedItem.cs | 1,031 | 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>
//--... | 50.35 | 604 | 0.61569 | [
"MIT"
] | arsalanvaloojerdi/faker-cs | src/Faker/Resources/Names/EnglishNames.Designer.cs | 5,037 | C# |
using System.Collections;
using Characters;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
namespace Tests {
public class PlayerTest {
[UnityTest]
public IEnumerator InitalizePlayer() {
GameObject player = MonoBehaviour.Instantiate(Resources.Loa... | 37.52 | 111 | 0.676972 | [
"BSD-3-Clause"
] | Mu-L/Erbium | Erbium/Assets/Tests/PlayerTest.cs | 940 | C# |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//
namespace Lomo.Commerce.DataModels
{
using System.Xml.Serialization;
/// <summary>
/// Represents the card brands supported by the Co... | 25.526316 | 105 | 0.547423 | [
"MIT"
] | BOONRewardsInc/rewards | Commerce/DataModels/Cards/CardBrand.cs | 970 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("HelloWorld")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: Ass... | 29.108108 | 57 | 0.743733 | [
"MIT"
] | malaybaku/QiMessagingDotNet | QiMessaging/HelloWorld/Properties/AssemblyInfo.cs | 1,646 | C# |
/*
* Copyright (c) Contributors, http://aurora-sim.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 mus... | 39.168831 | 114 | 0.659814 | [
"BSD-3-Clause"
] | BillyWarrhol/Aurora-Sim | Aurora/AuroraDotNetEngine/CompilerTools/Minimodule/LOParcel.cs | 3,016 | C# |
using Hotel.Business.Interfaces;
using Hotel.Domain.Models;
using Hotel.Domain.ValueObjects;
using Hotel.Repository.Interfaces;
namespace Hotel.Business.Business
{
/// <summary>
/// Classe responsável por aplicar as regras de negócio do Hotel.
/// </summary>
public class HotelBusiness : IHotelBusiness... | 31.611111 | 100 | 0.622144 | [
"MIT"
] | mateusggeracino/Hotel | source/Hotel.Business/Business/HotelBusiness.cs | 1,146 | 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("Sp... | 37.648649 | 84 | 0.744436 | [
"MIT"
] | akaraatanasov/SoftUni | Technologies Fundamentals/Programming Fundamentals/Data Types - Exercises/SpeedUnits/Properties/AssemblyInfo.cs | 1,396 | 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.
#if WINFORMS_NAMESPACE
namespace System.Windows.Forms.Internal
#elif DRAWING_NAMESPACE
namespace System.Drawing.Inte... | 31.673913 | 71 | 0.524365 | [
"MIT"
] | 0xflotus/winforms | src/System.Windows.Forms/src/misc/GDI/DeviceContextMapMode.cs | 1,457 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CSharpGL;
namespace c12d03_RaycastLine
{
partial class CubeNode
{
private const string vertexCode = @"
#version 150
in vec3 inPosition;
uniform mat4 mvpMat;
void main() {
gl_Position = mvpMat * vec4(inPo... | 16.047619 | 67 | 0.658754 | [
"MIT"
] | AugusZhan/CSharpGL | OpenGLviaCSharp/c12d03_RaycastLine/CubeNode.shaders.cs | 676 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 36.444444 | 153 | 0.591463 | [
"MIT"
] | AzureMentor/msgraph-sdk-dotnet | src/Microsoft.Graph/Requests/Generated/MacOSCustomConfigurationRequestBuilder.cs | 1,968 | C# |
// Copyright (C) 2015-2022 The Neo Project.
//
// The neo is free software distributed under the MIT software license,
// see the accompanying file LICENSE in the main directory of the
// project or http://www.opensource.org/licenses/mit-license.php
// for more details.
//
// Redistribution and use in source and bi... | 37.705882 | 102 | 0.540475 | [
"MIT"
] | awatin/neo | src/neo/Cryptography/Murmur128.cs | 5,769 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CreateCookies.Model
{
class Recipe
{
private double quantity;
private Ingredient ingredient;
private Product product;
public Recipe(double quantity, Ing... | 17.033333 | 77 | 0.423679 | [
"MIT"
] | spikk/effective-adventure | CreateCookiesSolution/CreateCookies/Model/Recipe.cs | 1,024 | C# |
using System;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using MyCompany.Domain.Entities;
namespace MyCompany.Domain {
public class AppDbContext : IdentityDbContext<IdentityUser> {
public AppDbContext(DbContextOptions<App... | 38.1 | 98 | 0.615923 | [
"Unlicense"
] | michailnk/forSites | sites/MyCompany/Domain/AppDbContext.cs | 2,344 | C# |
// Fill out your copyright notice in the Description page of Project Settings.
using UnrealBuildTool;
using System.Collections.Generic;
public class MomotarouZEROEditorTarget : TargetRules
{
public MomotarouZEROEditorTarget(TargetInfo Target)
{
Type = TargetType.Editor;
}
//
// TargetRules interface.
//
pu... | 21.653846 | 78 | 0.772647 | [
"MIT"
] | ryutokizaki/MomotaroZeroCpp | Source/MomotarouZEROEditor.Target.cs | 563 | C# |
using UnityEngine;
using System.Collections;
#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN
public abstract class OVRComposition {
public abstract OVRManager.CompositionMethod CompositionMethod();
public abstract void Update(Camera mainCamera);
public abstract void Cleanup();
public virtual void RecenterPose() {... | 31.280702 | 194 | 0.767807 | [
"MIT"
] | AIRobolab-unilu/vr-teleop | Assets/Oculus/VR/Scripts/Composition/OVRComposition.cs | 1,783 | C# |
// This file may be edited manually or auto-generated using IfcKit at www.buildingsmart-tech.org.
// IFC content is copyright (C) 1996-2018 BuildingSMART International Ltd.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentMo... | 45.685714 | 553 | 0.797373 | [
"Unlicense",
"MIT"
] | BuildingSMART/IfcDoc | IfcKit/schemas/IfcKernel/IfcGroup.cs | 1,599 | C# |
namespace ATA_GUI
{
partial class UpdateForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <para... | 39.186047 | 142 | 0.581602 | [
"Apache-2.0"
] | MassimilianoSartore/ATA-GUI | ATA-GUI/Forms/UpdateForm.Designer.cs | 3,372 | C# |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace IndoorLocationViewer
{
public class PillarMessage
{
[JsonProperty("st")]
public string StationMac { get; set; }
[JsonProperty("t")]
public string T { get; set; }
[JsonP... | 21.551724 | 95 | 0.6048 | [
"Apache-2.0"
] | dsmithson/indoorTrackerUI | src/PillarMessage.cs | 627 | C# |
using UnityEngine;
using System.Collections;
using System;
using System.Collections.Generic;
public class EllipticalPathCS1 : MonoBehaviour
{
public GameObject Parent;
public float radiusA = 5;
public float radiusB = 10;
public float eccentricity = 0.0f;
public float speed = 1.0f;
public float... | 36.26 | 181 | 0.601213 | [
"MIT"
] | Blindbuffalo/SpaceDefenceTests | Assets/Scripts/EllipticalPathCS1.cs | 7,254 | C# |
using CollectIt.Database.Abstractions.Account.Interfaces;
using CollectIt.Database.Entities.Account.Restrictions;
using CollectIt.Database.Entities.Resources;
namespace CollectIt.Database.Infrastructure.Account;
public class RestrictionVerifier : IRestrictionVerifier
{
private readonly Restriction? _restriction;
... | 27.75 | 61 | 0.767568 | [
"Apache-2.0"
] | SamboTrener/collect-it | src/CollectIt.Database/CollectIt.Database.Infrastructure/Account/RestrictionVerifier.cs | 555 | C# |
using System;
using System.Collections.Generic;
namespace BizHawk.Client.Common
{
public static class PlatformFrameRates
{
// these are political numbers, designed to be in accord with tasvideos.org tradition. they're not necessarily mathematical factualities (although they may be in some cases)
// it w... | 50.409639 | 276 | 0.63217 | [
"MIT"
] | davidackroyd99/BizHawk | src/BizHawk.Client.Common/movie/PlatformFrameRates.cs | 4,186 | C# |
using System.Collections.Generic;
namespace Bve5_Parsing.MapGrammar
{
/// <summary>
/// マップ構文の構文解析結果を格納するクラス
/// </summary>
public class MapData
{
/// <summary>
/// マップファイルのバージョン
/// </summary>
public string Version { get; set; }
/// <summary>
/// マ... | 25.71 | 74 | 0.473746 | [
"MIT"
] | s520/Bve5_Parsing | Bve5_Parsing/MapGrammar/MapData.cs | 2,901 | C# |
// MIT License
//
// Copyright(c) 2021 ICARUS Consulting GmbH
//
// 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, cop... | 37.071429 | 81 | 0.693642 | [
"MIT"
] | icarus-consulting/Yaapii.Atoms | tests/Yaapii.Atoms.Tests/Enumerable/ManyOfArrayListTests.cs | 1,557 | C# |
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Metadata;
namespace FieldCreator.TyCorcoran
{
public class AttrBase
{
public AttrBase (Attribute attribute)
{
_attribute = attribute;
}
... | 44.045455 | 140 | 0.602683 | [
"MIT"
] | tcorcor1/FieldCreator.TyCorcoran | FieldCreator/AttributeTypes/AttrBase.cs | 3,878 | C# |
/*
* Kubernetes
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: v1.7.10
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using System... | 44.360825 | 318 | 0.598652 | [
"MIT"
] | masroorhasan/Kubernetes.DotNet | src/Kubernetes.DotNet/Model/V1beta1Role.cs | 8,606 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.Models;
namespace Azure.ResourceManager.KeyVault.Models
{
/// <summary> A private link resource. ... | 47.204082 | 312 | 0.669693 | [
"MIT"
] | AntonioVT/azure-sdk-for-net | sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Models/PrivateLinkResource.cs | 2,313 | 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 ... | 23.76699 | 101 | 0.676471 | [
"Apache-2.0"
] | xueandfeng/aliyun-openapi-net-sdk | aliyun-net-sdk-live/Live/Model/V20161101/DeleteLiveDomainRequest.cs | 2,448 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using MSearch.Extensions;
using MSearch.Common;
using Newtonsoft.Json;
namespace MSearch.GA
{
public class GeneticAlgorithm<IndividualType> : IMetaHeuristic<IndividualType>
{
public Configuration<IndividualType> Config { get; set; }
... | 45.764706 | 185 | 0.595817 | [
"MIT"
] | mykeels/MSearch | MSearch/GA/GeneticAlgorithm.cs | 8,560 | 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... | 79.155405 | 572 | 0.720273 | [
"MIT"
] | Amrinder-Singh29/azure-powershell | src/VMware/generated/api/Models/Api10/ErrorResponse.PowerShell.cs | 11,568 | C# |
/*
THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF REVIVAL
PRODUCTIONS, LLC ("REVIVAL"). REVIVAL, IN DISTRIBUTING THE CODE TO
END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
IN USING, DISPLAYING, AND CRE... | 30.997195 | 255 | 0.659367 | [
"MIT"
] | SiriusTR/OverloadLevelEditor | OverloadLevelEditor/Main/EditorUtility.cs | 66,305 | C# |
//namespace CSharpGL
//{
// /// <summary>
// ///
// /// </summary>
// public enum TransformFeedbackTarget : uint
// {
// /// <summary>
// ///
// /// </summary>
// TransformFeedback = GL.GL_TRANSFORM_FEEDBACK,
// }
//} | 20.307692 | 55 | 0.462121 | [
"MIT"
] | AugusZhan/CSharpGL | CSharpGL/GLAPI/GL.Enumerations/NotUsedYet/TransformFeedbackTarget.cs | 266 | C# |
/*
Copyright (c) 2019-2021 Integrative Software LLC
Created: 12/2019
Author: Pablo Carbonell
*/
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using Xunit;
namespace Integrative.Lara.Tests.Middleware
{
public class EventParametersTesting
{
private readonly Guid _id =... | 28.587379 | 89 | 0.46035 | [
"Apache-2.0"
] | integrativesoft/lara | src/Tests/Middleware/EventParametersTesting.cs | 5,891 | C# |
namespace Imager.Interface {
public class ScalerInformation {
private readonly string _displayName;
private readonly string _description;
private readonly byte _scaleFactorX;
private readonly byte _scaleFactorY;
public ScalerInformation(string displayName, string description, byte scaleFactorX, ... | 25.90625 | 108 | 0.693607 | [
"MIT"
] | SkyImmerse/TFCTools | TibiaUCStudio/Imager/Interface/ScalerInformation.cs | 831 | C# |
#region WatiN Copyright (C) 2006-2011 Jeroen van Menen
//Copyright 2006-2011 Jeroen van Menen
//
// 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.... | 33 | 78 | 0.700643 | [
"Apache-2.0"
] | Bruno-N-Fernandes/WatiN | src/Core/Interfaces/ILogWriter.cs | 1,089 | C# |
namespace Conflux.Graphql.Wrappers
{
public interface IIgnore
{
}
}
| 10.25 | 35 | 0.646341 | [
"Apache-2.0"
] | Panther59/Conflux | Conflux/Graphql/Wrappers/IIGnore.cs | 84 | C# |
using System;
using System.Collections.Generic;
/// <summary>
/// Summary description for Class1
/// </summary>
///
[Serializable()]
public class Gene
{
private List<double> data;
private double fitness = 0.0;
private const double mutateChance = 0.05;
private const double mutationRate = 0.5;
private const doub... | 19.811475 | 90 | 0.635499 | [
"MIT"
] | FireCube-/HarvesterBot | TexasHoldEm/Gene.cs | 2,419 | C# |
// Copyright 2004-2009 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/LICENSE-2.0
//
// Unless r... | 26.243902 | 81 | 0.732342 | [
"Apache-2.0"
] | tailsu/JustMockLite | Telerik.JustMock/Core/DynamicProxy/Castle.Core/Internal/NoOpUpgradeableLock.cs | 1,078 | C# |
using System.Collections.Generic;
using System.Linq;
using SqlParser.Ast;
namespace SqlParser.Symbols
{
public class SymbolTable
{
private readonly SymbolTable _parent;
private readonly Dictionary<string, SymbolInfo> _symbols;
public SymbolTable(IEnumerable<SymbolInfo> environmentalSy... | 32.733333 | 100 | 0.569043 | [
"Apache-2.0"
] | Whiteknight/SqlParser | Src/SqlParser/Symbols/SymbolTable.cs | 2,457 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using TOTD.Mvc;
using TOTD.Utility.StringHelpers;
... | 33.783133 | 122 | 0.632311 | [
"MIT"
] | TheOtherTimDuncan/TOTD | TODT.Test/BaseHtmlTest.cs | 2,806 | C# |
using RESTworld.Business.Models.Abstractions;
using System.Collections.Generic;
namespace RESTworld.Business.Models
{
/// <inheritdoc/>
public record ReadOnlyPagedCollection<T>(IReadOnlyCollection<T> Items, long? TotalCount)
: IReadOnlyPagedCollection<T>
{
}
} | 26.909091 | 93 | 0.712838 | [
"Unlicense"
] | wertzui/RESTworld | src/RESTworld/RESTworld.Business/Models/ReadOnlyPagedCollection.cs | 298 | 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
// ReSharper disable once CheckNamespace
namespace DotNetNuke.Services.Tokens
{
using System;
using System.W... | 34.563492 | 150 | 0.50907 | [
"MIT"
] | Mariusz11711/DNN | DNN Platform/Library/Services/Tokens/PropertyAccess/JavaScriptPropertyAccess.cs | 4,357 | C# |
using System;
using System.Diagnostics.CodeAnalysis;
using System.Traits;
using System.Traits.Concepts;
namespace Numbersome {
public static partial class ArithmeticExtensions {
/// <summary>
/// Multiplies the <paramref name="values"/>.
/// </summary>
/// <typeparam name="TEnumerator">The type of the enumer... | 35.413223 | 174 | 0.645974 | [
"BSD-3-Clause"
] | Entomy/LibLangly | Numbersome.Arithmetic/Product.cs | 8,572 | C# |
using MsgPack.Serialization;
using System;
namespace ManahostManager.Utils.Formatters
{
public class MsgPackDatetimeSerializer : MessagePackSerializer<DateTime>
{
public MsgPackDatetimeSerializer(SerializationContext ctx) : base(ctx)
{
}
protected override void PackToCore(MsgP... | 26.863636 | 86 | 0.671743 | [
"MIT"
] | charla-n/ManahostManager | ManahostManager/Utils/Formatters/MsgPackDatetimeSerializer.cs | 593 | 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... | 38.106312 | 137 | 0.576548 | [
"ECL-2.0",
"Apache-2.0"
] | dimpu47/pulumi-gcp | sdk/dotnet/Compute/TargetPool.cs | 11,470 | C# |
namespace Dicres.RepositoryService.DataAccess.Contracts.Entities
{
public interface IBaseWithIdEntity : IBaseEntity
{
int Id { get; set; }
}
}
| 20.5 | 65 | 0.689024 | [
"MIT"
] | jorgediegocrespo/Coworking.Api | Coworking.Api/Dicres.RepositoryService.DataAccess.Contracts/Entitites/IBaseWithIdEntity.cs | 166 | C# |
using System;
#if !NO_UNITY
using UnityEngine;
#endif
namespace Gaia.FullSerializer
{
/// <summary>
/// Extend this interface on your type to receive notifications about serialization/deserialization events. If you don't
/// have access to the type itself, then you can write an fsObjectProcessor instead.
... | 40.141176 | 179 | 0.676143 | [
"MIT"
] | naivetang/ET_FGUI | Unity/Assets/Resources/Gaia/Scripts/JsonSerialiser/fsISerializationCallbacks.cs | 3,412 | 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... | 27.678571 | 110 | 0.672258 | [
"ECL-2.0",
"Apache-2.0"
] | pulumi/pulumi-yandex | sdk/dotnet/Outputs/MdbClickhouseClusterCloudStorage.cs | 775 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SBP_Data.Models;
using FluentNHibernate.Mapping;
namespace SBP_Data.Mappings
{
class LikMapiranje : ClassMap<Lik>
{
public LikMapiranje()
{
Table("LIK");
... | 27.481481 | 82 | 0.58221 | [
"MIT"
] | Etheraex/SBP | SBP_Projekat/SBP_Data/Mappings/LikMapiranje.cs | 744 | 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("An... | 38.135135 | 84 | 0.747697 | [
"MIT"
] | AquaRush/SoftwareUniversity | Programming-Basics-October-2016/Complex-Conditional-Statements/AnimalType/Properties/AssemblyInfo.cs | 1,414 | C# |
using System.Collections.Generic;
using STRINGS;
using TUNING;
using UnityEngine;
public class PropGravitasShelfConfig : IEntityConfig
{
public string[] GetDlcIds()
{
return DlcManager.AVAILABLE_EXPANSION1_ONLY;
}
public GameObject CreatePrefab()
{
GameObject obj = EntityTemplates.CreatePlacedEntity("PropGra... | 34.625 | 466 | 0.783394 | [
"MIT"
] | undancer/oni-data | Managed/main/PropGravitasShelfConfig.cs | 1,108 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Luger.Configuration.CommandLine.Specifications
{
public static class CommandLineSpecificationExtensions
{
/// <summary>
/// Add flag.
/// </summary>
public static CommandLineSpecification AddFlagWithVal... | 38.50495 | 126 | 0.616868 | [
"MIT"
] | chamalulu/Luger | src/Config.CommandLine/Specifications/CommandLineSpecificationExtensions.cs | 3,889 | C# |
// Copyright 2013 The Noda Time Authors. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using NodaTime.Annotations;
using NodaTime.TimeZones.IO;
using NodaTime.Utility;
using System;
using System.Collections.Generic;
using System.Collections... | 43.853933 | 145 | 0.604151 | [
"Apache-2.0"
] | 0xced/nodatime | src/NodaTime/TimeZones/Cldr/MapZone.cs | 7,808 | C# |
namespace Merchello.Web.Search
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Core;
using Core.Models;
using Core.Persistence.Querying;
using Core.Services;
using Examine;
using global::Examine;
using global::Examine.P... | 35.947095 | 212 | 0.542089 | [
"MIT"
] | HiteshMah-Jan/Merchello | src/Merchello.Web/Search/CachedProductQuery.cs | 69,308 | C# |
using DungeonTools.Save.File;
using System;
using System.IO;
using System.Threading.Tasks;
namespace MCDSaveEdit
{
public static class FileProcessHelper
{
public static async ValueTask ProcessFile(FileInfo file, bool overwrite)
{
if (!file.Exists)
{
Ev... | 37.361446 | 146 | 0.604966 | [
"MIT"
] | ACKREIK/MCDSaveEdit | MCDSaveEdit/Logic/FileProcessHelper.cs | 3,103 | C# |
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
namespace osu.Framework.Configuration
{
public interface IConfigManager
{
/// <summary>
/// Loads this config.
/// </... | 26.5 | 103 | 0.566038 | [
"MIT"
] | AlFasGD/osu-framework | osu.Framework/Configuration/IConfigManager.cs | 513 | C# |
using ArcGIS.Core.CIM;
using ArcGIS.Core.Data;
using ArcGIS.Core.Geometry;
using ArcGIS.Desktop.Catalog;
using ArcGIS.Desktop.Core;
using ArcGIS.Desktop.Editing;
using ArcGIS.Desktop.Extensions;
using ArcGIS.Desktop.Framework;
using ArcGIS.Desktop.Framework.Contracts;
using ArcGIS.Desktop.Framework.Dialogs;
using ArcG... | 30.052632 | 201 | 0.767951 | [
"Apache-2.0"
] | Dithn/arcgis-pro-sdk-community-samples | Map-Authoring/GraphicElementSymbolPicker/LastToolActive.cs | 1,144 | C# |
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
namespace FlexibleLayout.Wpf.Layout
{
public abstract class FlexLayout : Panel
{
/**
* Dependency and attached Properties
*/
/// <summary>
/// Specify if control need... | 38.034056 | 146 | 0.570615 | [
"MIT"
] | SimonEverts/flex-layout-wpf | src/FlexLayout.Wpf/Layout/FlexLayout.cs | 12,287 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using System.Windows.Threading;
using HandyControl.Data;
using HandyControl.Expression.Drawing;
using H... | 36.875 | 165 | 0.538811 | [
"MIT"
] | 3400442579/HandyControl | src/Shared/HandyControl_Shared/Controls/Window/GlowWindow.cs | 17,407 | C# |
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc;
using BandTracker.Models;
using System;
namespace BandTracker.Controllers
{
public class VenuesController : Controller
{
[HttpGet("/venues")]
public ActionResult Index()
{
List<Venue> allVenues = Venue.GetAllVenues();... | 35.661972 | 173 | 0.637046 | [
"MIT"
] | azamatbekmurat/BandTracker | BandTracker/Controllers/VenuesController.cs | 2,532 | C# |
using Prolliance.Membership.Business;
using Prolliance.Membership.Common;
using Prolliance.Membership.DataTransfer.Models;
using System.Collections.Generic;
using System.Linq;
namespace Prolliance.Membership.DataTransfer
{
public static class AppAdapter
{
public static bool CheckApp(string appKey, str... | 37.903955 | 123 | 0.52437 | [
"Apache-2.0"
] | Prolliance/Membership | Prolliance.Membership.DataTransfer/AppAdapter.cs | 6,747 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace ManiaPlanetSharp.GameBox.Parsing
{
/// <summary>
/// Manages global settings for the GameBox parser
/// </summary>
public static class GlobalParserSettings
{
/// <summary>
/// The maximum size in bytes for... | 37.09589 | 343 | 0.54579 | [
"MIT"
] | stefan-baumann/ManiaPlanetSharp | src/ManiaPlanetSharp/GameBox/Parsing/GlobalParserSettings.cs | 2,710 | C# |
using System.Threading.Tasks;
using JiraEpicRoadmapper.UI.Shared.Components;
using JiraEpicRoadmapper.UI.Tests.Scaffolding;
using LightBDD.Framework.Scenarios;
using LightBDD.XUnit2;
namespace JiraEpicRoadmapper.UI.Tests.Components
{
public class ErrorPanelTests : FeatureFixture
{
[Scenario]
pu... | 31.744186 | 94 | 0.545788 | [
"BSD-2-Clause"
] | Suremaker/epic-roadmapper | test/JiraEpicRoadmapper.UI.Tests/Components/ErrorPanelTests.cs | 1,365 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using PivotalTrackerDotNet.Domain;
namespace PivotalTrackerDotNet.Tests
{
// ReSharper disable InconsistentNaming
[TestFixture]
public class StoryServiceTest
{
private StoryService storyService;
... | 47.244694 | 168 | 0.50802 | [
"MIT"
] | Charcoals/PivotalTracker.NET | PivotalTrackerDotNet.Tests/StoryServiceTest.cs | 37,843 | C# |
using UnityEngine;
using UnityEngine.Events;
using System.Collections;
using System.Collections.Generic;
using VNToolkit.VNEditor.VNUtility;
namespace VNToolkit.VNEditor {
public class VNPanelManager {
// Public Variables
// Private Variables
// Static Variables
public static VNIPanel CurrentPanel { get;... | 27.328571 | 129 | 0.751176 | [
"MIT"
] | pixelsquare/unity-tools | Assets/VN Toolkit/Scripts/Editor/Managers/VNPanelManager.cs | 1,915 | 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... | 39.380282 | 270 | 0.648069 | [
"ECL-2.0",
"Apache-2.0"
] | kevinschoonover/pulumi-auth0 | sdk/dotnet/Outputs/ClientRefreshToken.cs | 2,796 | C# |
using EugenePetrenko.Gui2.MorseKernel2;
namespace EugenePetrenko.Gui2.Actions.ActionImpl.MS2D.Create
{
/// <summary>
/// Summary description for MS2DActionParameters.
/// </summary>
public class MS2DCreateActionParameters : ActionParameters
{
protected override IParameters LoadParameters(int[] factor)
... | 25.35 | 63 | 0.723866 | [
"Apache-2.0"
] | jonnyzzz/phd-project | morse/DotNet/guiActions/src/actionImpl/MS2D/Create/MS2DCreateActionParameters.cs | 507 | C# |
using Adnc.Infra.Caching.Interceptor;
using System.Reflection;
using System.Text;
namespace Adnc.Infra.Core.Interceptor
{
/// <summary>
/// Default Adnc.Infra.Caching key generator.
/// </summary>
public class DefaultCachingKeyGenerator : ICachingKeyGenerator
{
private const char LinkChar ... | 38.974684 | 126 | 0.541085 | [
"MIT"
] | Jiayg/Adnc | src/ServerApi/Infrastructures/Adnc.Infra.Caching/Core/Interceptor/DefaultCachingKeyGenerator.cs | 3,081 | C# |
using System;
using System.IO;
using System.IO.Abstractions;
using Kudu.Contracts.Tracing;
using Kudu.Core.Infrastructure;
using Kudu.Core.Tracing;
using Newtonsoft.Json;
namespace Kudu.Core.Jobs
{
public abstract class JobLogger : IJobLogger
{
private static readonly JsonSerializerSettings JsonSerial... | 33.601351 | 178 | 0.584758 | [
"Apache-2.0"
] | silentworks/kudu | Kudu.Core/Jobs/JobLogger.cs | 4,975 | C# |
////////////////////////////////////////////////////////////////////////////////
//EF Core Provider for LCPI OLE DB.
// IBProvider and Contributors. 01.05.2021.
using System;
using System.Reflection;
namespace Lcpi.EntityFrameworkCore.DataProvider.LcpiOleDb.Basement.EF.Root.Query.... | 33.5 | 110 | 0.561058 | [
"MIT"
] | ibprovider/Lcpi.EFCore.LcpiOleDb | Code/Provider/Source/Basement/EF/Root/Query/Local/Expressions/Op2/Code/LessThan/NullableDouble/Op2_Code__LessThan___NullableDouble__Single.cs | 1,476 | C# |
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox
{
public class MessageCheckingFailEventContent : OutboxEventContentBase
{
public string[] Errors { get; set; }
public string ReportNumber { get; set; }
}
} | 32.125 | 73 | 0.715953 | [
"MIT"
] | JTOne123/edi-api-client | EdiApi.Client/Types/Messages/BoxEventsContents/Outbox/MessageCheckingFailEventContent.cs | 257 | C# |
using System;
using System.Collections;
using System.Linq;
using NUnit.Framework;
namespace Xamarin.Forms.Core.UnitTests
{
internal class NaiveLayout : Layout<View>
{
protected override void LayoutChildren (double x, double y, double width, double height)
{
foreach (var child in ((IElementController)this).Lo... | 22.289474 | 97 | 0.645661 | [
"MIT"
] | 07101994/Xamarin.Forms | Xamarin.Forms.Core.UnitTests/GroupViewUnitTests.cs | 6,776 | C# |
using System;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using Rebus.Activation;
using Rebus.Bus;
using Rebus.Config;
using Rebus.Exceptions;
using Rebus.Extensions;
using Rebus.Logging;
using Rebus.Messages;
using Rebus.Retry.Simple;
using Rebus.Routing.TypeBased;
using Rebus.Tests.C... | 31.922535 | 137 | 0.683212 | [
"MIT"
] | bog1978/Rebus | Rebus.Tests/Integration/TestFailFast.cs | 4,535 | C# |
namespace Ray.Core
{
public interface IActorOwned<PrimaryKey>
{
PrimaryKey StateId { get; set; }
}
}
| 15.25 | 44 | 0.614754 | [
"Apache-2.0"
] | a8744965/Ray | src/Ray.Core/Core/Abstractions/IActorOwned.cs | 124 | C# |
using System;
using System.Collections.Generic;
namespace KuzeyYeli.ORM.Models
{
public partial class Customer_and_Suppliers_by_City
{
public string City { get; set; }
public string CompanyName { get; set; }
public string ContactName { get; set; }
public string Relationship { ge... | 24.142857 | 55 | 0.66568 | [
"MIT"
] | coshkun/KuzeyYeliWCF | KuzeyYeli/KuzeyYeli.ORM/Models/Customer_and_Suppliers_by_City.cs | 338 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.