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
/* * Copyright (c) Adam Chapweske * * Licensed under MIT (https://github.com/achapweske/silvernote/blob/master/LICENSE) */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SilverNote.Editor { internal class OpenSquareListStyle : IListStyle { public ...
19.085106
84
0.548495
[ "MIT" ]
achapweske/silvernote
SilverNote.Editor/Text/ListStyles/OpenSquareListStyle.cs
899
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...
48.586731
405
0.604788
[ "MIT" ]
0xced/azure-sdk-for-net
src/SDKs/WebSites/Management.Websites/Generated/IWebAppsOperations.cs
687,648
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("02...
38.027027
84
0.744136
[ "MIT" ]
Bullsized/Assignments-Fundamentals-Normal
10 - 12 Data Types and Var/2017-06-03/02 Number Checker/Properties/AssemblyInfo.cs
1,410
C#
using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.IO; using System.Linq; using System.Web.Mvc; using MvcContrib.UI.Grid; using MvcContrib.UI.Grid.Syntax; using NUnit.Framework; using System.Collections.Generic; namespace MvcContrib.UnitTests.UI.Grid { [TestFixture] ...
22.392857
75
0.701356
[ "Apache-2.0" ]
joaofx/mvccontrib
src/MVCContrib.UnitTests/UI/Grid/AutoColumnBuilderTester.cs
2,508
C#
using System.Web.Routing; using NUnit.Framework; namespace SharpRouting { public abstract class RoutingTests { protected RouteCollection Routes { get; private set; } [SetUp] public virtual void SetUp() { Routes = new RouteCollection(); } // TODO: M...
27.395349
99
0.527165
[ "Apache-2.0" ]
sharpjs/SharpRouting
SharpRouting.Tests/RoutingTests.cs
1,180
C#
// <copyright file="ResourceUtilities.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file ...
45.40625
197
0.650608
[ "Apache-2.0" ]
cjayswal/selenium
dotnet/src/webdriver/Internal/ResourceUtilities.cs
4,361
C#
using MongoDB.Bson; using MongoDB.Bson.Serialization.Attributes; namespace Catalog.API.Entitites { public class Product { [BsonId] [BsonRepresentation(BsonType.ObjectId)] public string Id { get; set; } [BsonElement("Name")] public string Name { get; set; } publ...
25.809524
47
0.607011
[ "MIT" ]
SergeyIlyinFirst/Microservices
AspNetMicroservices/Services/Catalog/Catalog.API/Entitites/Product.cs
544
C#
///* // link: https://www.geeksforgeeks.org/vertex-cover-problem-set-1-introduction-approximate-algorithm-2/ // Given an undirected graph, the vertex cover problem is to find minimum size vertex cover // means min. no. of vertices which cover every edges // note from GFG: We will soon be discussing exact ...
28.283019
127
0.506004
[ "MIT" ]
harshanu11/Love-Babbar-450-In-CSharp
Love-Babbar-450-In-CSharp/12_graph/40_vertex_cover_problem.cs
3,000
C#
// Copyright (c) Jeremy W. Kuhne. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace WInterop.Memory { [Flags] public enum GlobalMemoryFlags { /// <summary> /// [GMEM_FIXED] /// </summ...
20.848837
101
0.445064
[ "MIT" ]
JeremyKuhne/WInterop
src/WInterop.Desktop/Memory/GlobalMemoryFlags.cs
1,795
C#
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006-2020, All rights reserved. // The software and associated documentation supplied hereunder are the // propri...
40.606291
170
0.474452
[ "BSD-3-Clause" ]
Krypton-Suite-Legacy-Archive/Krypton-Toolkit-Suite-NET-Core
Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Toolkit/KryptonBreadCrumbItemsEditor.cs
37,442
C#
using OnlineCinema.DB.DataModels; using OnlineCinema.DB.DTOs; namespace OnlineCinema.DB.Extensions { public static class ScheduleConversions { public static Schedule ToSqlModel(this ScheduleDto scheduleDto) { if (scheduleDto == null) { return null; ...
26.934783
71
0.489911
[ "MIT" ]
DimkaGlamazda/OnlineCinema
OnlineCinema.DB/Extensions/ScheduleConversions.cs
1,241
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("Sec...
38.756757
84
0.752441
[ "MIT" ]
vixataaa/asp-project
src/SecondHand/SecondHand.Services.Notifications/Properties/AssemblyInfo.cs
1,437
C#
namespace JexusManager.Features.Rewrite.Inbound { using System.ComponentModel; using System.Windows.Forms; partial class AddMapsDialog { /// <summary> /// Required designer variable. /// </summary> private IContainer components = null; /// <summary> ///...
36.834951
124
0.556932
[ "MIT" ]
68681395/JexusManager
JexusManager.Features.Rewrite/Inbound/AddMapsDialog.Designer.cs
3,796
C#
using System.Diagnostics.CodeAnalysis; using SapCo2.Abstraction.Attributes; namespace SapCo2.Models { [ExcludeFromCodeCoverage] internal sealed class TableOption { #region Properties [RfcEntityProperty("TEXT")] public string Text { get; set; } #endregion } }
18.235294
40
0.670968
[ "MIT" ]
metalsimyaci/SapCo2
src/SapCo2/SapCo2/Models/TableOption.cs
310
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Arebis.CodeAnalysis.Static { /// <summary> /// A model of the analyzed code. /// </summary> [Serializable] public class CodeModel { public CodeModel() { th...
28.421053
69
0.569444
[ "MIT" ]
FingersCrossed/Arebis.Common
Arebis.CodeAnalysis.Static/CodeModel.cs
1,082
C#
namespace RomVaultCore { public class EmulatorInfo { public string TreeDir; public string ExeName; public string CommandLine; public string WorkingDirectory; public string ExtraPath; } }
18.666667
37
0.6875
[ "Apache-2.0" ]
RomVault/RVWorld
RomVaultCore/EmulatorInfo.cs
226
C#
using System; using System.Globalization; namespace System.Maui.Platform.WPF { public sealed class ViewToRendererConverter : System.Windows.Data.IValueConverter { public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { var visualElement = value as VisualElement; if (vi...
24.769231
97
0.757764
[ "MIT" ]
AswinPG/maui
System.Maui.Platform.WPF/Converters/ViewToRendererConverter.cs
644
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.AwsN...
27.12
92
0.716814
[ "Apache-2.0" ]
AaronFriel/pulumi-aws-native
sdk/dotnet/WAFv2/Outputs/RuleGroupAndStatement.cs
678
C#
 using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using TestableClass; namespace CodeStuff.Tests { [TestClass] public class MyTestableClassTests { private List<School> _schools; private List<Student> _students; [TestIni...
27.852174
60
0.406182
[ "CC0-1.0" ]
JCPSKy/CodeStuff
CodeStuffTestingDemo/CodeStuff.Tests/TestClassesTests.cs
3,205
C#
using Microsoft.SharePoint.Client; using System; namespace SP.Client.Linq.Attributes { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, Inherited = true, AllowMultiple = false)] public class ContentTypeAttribute : Attribute { public ContentTypeAttribute() { } ...
24.045455
114
0.657845
[ "Apache-2.0" ]
rlocus/SPAccess
LinqToSP/LinqToSP/Attributes/ContentTypeAttribute.cs
531
C#
using Lidgren.Network; using LunaCommon; using LunaCommon.Message.Data.MasterServer; using LunaCommon.Message.Interface; using LunaCommon.Message.MasterServer; using LunaCommon.Time; using Server.Client; using Server.Context; using Server.Log; using Server.Server; using Server.Settings; using Server.Utilities; using S...
45.743802
167
0.570912
[ "MIT" ]
Badca52/LunaMultiplayer
Server/Lidgren/LidgrenServer.cs
11,072
C#
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; using System; using System.IO; namespace StonksApplication.Server { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IHos...
27.096774
101
0.733333
[ "MIT" ]
kndb-star/StonksApplication
Server/Program.cs
840
C#
// <auto-generated /> using System; using DotNetCoreSqlDb.Models; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace DotNetCoreSqlDb.Migrations { [DbContext(...
28.638889
75
0.526188
[ "MIT" ]
VincentWyin/dotnetcore-sqldb-tutorial
Migrations/20191024121459_UpdateEntityKey.Designer.cs
2,064
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. //#define PBRS_PAINT_DEBUG using System.Collections; using System.ComponentModel; using System.ComponentModel.Desi...
33.25961
206
0.472848
[ "MIT" ]
SeppPenner/winforms
src/System.Windows.Forms/src/System/Windows/Forms/PropertyGridInternal/GridEntry.cs
119,404
C#
using System; using Castle.DynamicProxy; using Microsoft.Extensions.DependencyInjection; namespace CastleDynamicProxy.DependencyInjection { public class TypeInterceptorProvider : IInterceptorProvider { private readonly Type _interceptorType; public TypeInterceptorProvider(Type interceptor) ...
23.666667
101
0.707746
[ "Apache-2.0" ]
zhurongbo111/Castle.Core.DependencyInjection
src/CastleDynamicProxy.DependencyInjection/InterceptorProvider/TypeInterceptorProvider.cs
570
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Rocket.API; using System.Xml.Serialization; namespace AdminWarnings { public class WarningsConfig : IRocketPluginConfiguration { public bool Enabled; public bool AnnouceWarningKicksAndBansServerWide; ...
36.366667
143
0.648488
[ "CC0-1.0" ]
nuage00/AdminWarnings2
WarningsConfig.cs
2,184
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.Collections.Generic; using System.Collections.Immutable; using System.Collections.Object...
42.47973
205
0.65039
[ "MIT" ]
AraHaan/roslyn
src/Compilers/Server/VBCSCompiler/CompilerRequestHandler.cs
6,289
C#
namespace ASPNETCoreReactJS_Example.Models { public class LoginModel { public string UserName { get; set; } public string Password { get; set; } } }
19.777778
44
0.634831
[ "MIT" ]
SaiYaduvanshi/APNETCOREAND-REACT
ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/Models/LoginModel.cs
180
C#
using Super.Model.Commands; namespace Super.Model.Selection.Stores { class RemoveCommand<TIn, TOut> : ICommand<TIn> { readonly ITable<TIn, TOut> _table; public RemoveCommand(ITable<TIn, TOut> table) => _table = table; public void Execute(TIn parameter) { _table.Remove(parameter); } } }
19.125
66
0.712418
[ "MIT" ]
SuperDotNet/Super.NET
Super/Model/Selection/Stores/RemoveCommand.cs
308
C#
using System; using System.Buffers; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; namespace Tests.Kerberos.NET.Pac.Interop { internal class SafeMarshalledHandle<T> : SafeHandle { public T Value { get; } ...
29.776197
120
0.511839
[ "MIT" ]
ericlaw1979/Kerberos.NET
Tests/Tests.Kerberos.NET/Pac/Interop/PickleMarshaller.cs
23,019
C#
using System; namespace Logic.ConclusionTypes.BehaviourContracts { public interface IConclusionType { Int32 GetIdent(); } }
14.6
50
0.691781
[ "Apache-2.0" ]
TakinosaJi/LogicalAnalysis
Logic/ConclusionTypes/BehaviourContracts/IConclusionType.cs
148
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ACE.Demo.Model.Accounts { public interface IAccountService { Account Get(int id); } }
16.714286
36
0.722222
[ "Apache-2.0" ]
hotjk/ace
ACE.Demo.Model/Accounts/IAccountService.cs
236
C#
//https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/ using System; namespace Problem_66_Convert_Sorted_List_to_BST { class Program { static void Main(string[] args) { ListNode node = new ListNode(-10); node.InsertNode(-3); node.InsertNo...
27.478261
75
0.485759
[ "CC0-1.0" ]
AlazzR/CLRS-Introduction-to-Algorithm
Algorithms_Training/Difficulty_Medium/Problem_66_Convert_Sorted_List_to_BST/Program.cs
1,266
C#
/* * @author Valentin Simonov / http://va.lent.in/ */ #if TOUCHSCRIPT_DEBUG using System; using System.Collections.Generic; using TouchScript.Debugging.Filters; using TouchScript.InputSources; using TouchScript.Pointers; using UnityEngine; namespace TouchScript.Debugging.Loggers { /// <summary> /// A logge...
25.12963
92
0.58143
[ "Apache-2.0" ]
ApuriDasuo/AssetTest-TouchScriptTest
Assets/TouchScript/Scripts/Debugging/Loggers/IPointerLogger.cs
2,714
C#
using System; using Toggl.Daneel.ViewSources.Generic.TableView; using UIKit; namespace Toggl.Daneel.Cells { public abstract class BaseTableViewCell<TModel> : UITableViewCell { private TModel item; public TModel Item { get => item; set { ...
23.119048
111
0.533471
[ "BSD-3-Clause" ]
kelimebilgisi/mobileapp
Toggl.Daneel/Cells/BaseTableViewCell.cs
973
C#
using System; using RazzleServer.Common.Constants; using RazzleServer.Common.Exceptions; using RazzleServer.Data; namespace RazzleServer.Game.Server { public abstract class AMapleAccount { public int Id { get; set; } public string Username { get; set; } public string Password { get; set...
28.074074
65
0.563984
[ "MIT" ]
razfriman/RazzleServer
RazzleServer.Game/Server/AMapleAccount.cs
1,516
C#
/* * Copyright (c) 2009, DIaLOGIKa * * All rights reserved. * * 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 retain the above copyright * notice,...
37.453488
114
0.544241
[ "BSD-3-Clause" ]
datadiode/B2XTranslator
src/Common/OfficeGraph/OfficeGraphBiffRecord.cs
6,444
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cats.Models { public partial class AllocationByRegion { public Nullable<int> Status { get; set; } public Nullable<int> RegionID { get; set; } ...
25.619048
59
0.596654
[ "Apache-2.0" ]
IYoni/cats
Models/Cats.Models/AllocationByRegion.cs
540
C#
// Copyright (c) Microsoft. All rights reserved. namespace Microsoft.Azure.Devices.Edge.Hub.E2E.Test { using System; using System.Collections.Generic; using System.Diagnostics.Tracing; using System.IO; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; ...
48.767442
166
0.619933
[ "MIT" ]
dllb00/iotedge
edge-hub/test/Microsoft.Azure.Devices.Edge.Hub.E2E.Test/DependencyManager.cs
10,485
C#
#if !NETSTANDARD using System.Collections.Generic; using System.Reflection; using System.Runtime.Remoting.Messaging; using System.Xml.Linq; namespace Machine.Specifications.Runner.Utility { internal class RemoteRunnerDecorator : ISpecificationRunner { private readonly IMessageSink _remoteRunner; ...
32.951613
138
0.66324
[ "MIT" ]
eshohag/machine.specifications
src/Machine.Specifications.Runner.Utility/RemoteRunnerDecorator.cs
2,045
C#
using System.Collections.Generic; namespace Develappers.BillomatNet.Types { public class InvoiceMail { public string From { get; set; } public Recipients Recipients { get; set; } public string Subject { get; set; } public string Body { get; set; } public List<Attachment...
25.428571
57
0.632022
[ "MIT" ]
DevelappersGmbH/BillomatNet
Develappers.BillomatNet/Types/InvoiceMail.cs
358
C#
using System; namespace Calabonga.RulesValidator.Demo.Models.Base { /// <summary> /// Represent information about creation and last update /// </summary> public interface IAuditable { /// <summary> /// DateTime of creation. This value will never changed /// </summary> ...
26.34375
85
0.569395
[ "MIT" ]
Calabonga/Calabonga.RulesValidator
Calabonga.RulesValidator.Demo/Calabonga.RulesValidator.Demo/Calabonga.RulesValidator.Demo.Models/Base/IAuditable.cs
845
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CLK.Scheduling { public sealed class PromptlyTrigger: ITaskTrigger { // Methods public bool Approve(DateTime executeTime, DateTime lastExecuteTime) { // Return return...
19.166667
75
0.631884
[ "MIT" ]
Clark159/CLK
old/v1.0/CLK.Scheduling/Sources/CLK.Scheduling/Implementation/Triggers/PromptlyTrigger.cs
347
C#
using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text.Classification; using Microsoft.VisualStudio.Utilities; namespace VSIXAnatomy { /// <summary> /// Classification type definition export for EditorClassifier1 /// </summary> internal static class EditorClassifier1ClassificationD...
31.32
111
0.719029
[ "Unlicense" ]
Rishabh-V/Visual-Studio-Extensibility-Development
Chapter 2/VSIXAnatomy/EditorClassifier1ClassificationDefinition.cs
785
C#
#pragma checksum "D:\Felix\Documents\GitHub\MS-600-Building-Applications-and-Solutions-with-Microsoft-365-Core-Services\Evidencias\Lab01\MultiOrg\Views\_ViewImports.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "36d7235d2a9de3eba00a39269157f6bdb3d946d1" // <auto-generated/> #pragma warning disable 1591 [assembly: gl...
52.96
256
0.774169
[ "MIT" ]
host4ideas/MS-600-Building-Applications-and-Solutions-with-Microsoft-365-Core-Services
Evidencias/Lab01/exercise02/MultiOrg/obj/Debug/net5.0/Razor/Views/_ViewImports.cshtml.g.cs
2,648
C#
using System; using System.Threading.Tasks; using GraphQL.Language.AST; using GraphQL.Validation.Errors; namespace GraphQL.Validation.Rules { /// <summary> /// Lone anonymous operation: /// /// A GraphQL document is only valid if when it contains an anonymous operation /// (the query short-hand) th...
32.977778
94
0.586927
[ "MIT" ]
IdeaHunter/graphql-dotnet
src/GraphQL/Validation/Rules/LoneAnonymousOperation.cs
1,484
C#
using System; namespace NetworkProtocols { // Token: 0x02000506 RID: 1286 public class BaseXP : BaseAwardEntry { // Token: 0x06002CB8 RID: 11448 RVA: 0x00017C23 File Offset: 0x00015E23 public BaseXP() { this.InitRefTypes(); this.UniqueClassID = 2040517672u; } // Token: 0x06002CB9 RID...
26.434783
74
0.658717
[ "Unlicense" ]
PermaNulled/OMDUC_EMU_CSharp
OMDUC_EMU/NetworkProtocols/BaseXP.cs
1,218
C#
// // This file describes the API that the generator will produce // // Authors: // Miguel de Icaza // // Copyright 2014-2016, Xamarin Inc. // Copyright 2019 Microsoft Corporation // // using ObjCRuntime; using Foundation; using CloudKit; using CoreGraphics; using CoreLocation; using HealthKit; using HomeKit; using I...
30.50028
162
0.741193
[ "BSD-3-Clause" ]
Therzok/xamarin-macios
src/watchkit.cs
54,504
C#
/* *Author:jxx *Contact:283591387@qq.com *Date:2018-07-01 * 此代码由框架生成,请勿随意更改 */ using VOL.AppManager.IRepositories; using VOL.Core.BaseProvider; using VOL.Core.EFDbContext; using VOL.Core.Extensions.AutofacManager; using VOL.Entity.DomainModels; namespace VOL.AppManager.Repositories { public partial class App...
24.551724
118
0.724719
[ "MIT" ]
1426463237/Vue.NetCore
Vue.Net/VOL.AppManager/Repositories/Question/App_QuestionReplyRepository.cs
750
C#
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using System; using System.Collections.Generic; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions; using ...
56.484163
1,013
0.629336
[ "MIT" ]
BrimmingDev/twilio-csharp
test/Twilio.Test/Rest/Verify/V2/Service/RateLimit/BucketResourceTest.cs
12,483
C#
using Newtonsoft.Json; using System; namespace SmICSCoreLib.Factories.PatientStay.Count.ReceiveModel { public class CountDataReceiveModel { [JsonProperty(PropertyName = "PatientID")] public string PatientID { get; set; } [JsonProperty(PropertyName = "Fallkennung")] public stri...
27.5
69
0.694949
[ "Apache-2.0" ]
highmed/SmICSCore
SmICSCoreLib/Factories/PatientStay/Count/ReceiveModel/CountDataReceiveModel.cs
497
C#
// WTM默认页面 Wtm buidin page using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using WalkingTec.Mvvm.Core; namespace WalkingTec.Mvvm.Mvc.Admin.ViewModels.DataPrivilegeVMs { public enum DpTypeEnum { [Display(Name = "GroupDp")] UserGroup, [Display(...
28.2
65
0.628166
[ "MIT" ]
RayWangQvQ/Ray.AutoTask
samples/BiliBiliTool/web/Ray.BiliBiliToolPro.AdminWeb.ViewModel/_Admin/DataPrivilegeVMs/DataPrivilegeSearcher.cs
995
C#
namespace Tizen.UIExtensions.Common { /// <summary> /// Enumerates values that describe behaviors of the header in NavigationDrawer. /// </summary> public enum DrawerHeaderBehavior { Default, Fixed, Scroll, CollapseOnScroll, } }
20.428571
84
0.615385
[ "Apache-2.0" ]
Samsung/Tizen.UIExtensions
src/Tizen.UIExtensions.Common/DrawerHeaderBehavior.cs
288
C#
#pragma checksum "D:\Users\Eng. Mateus Cardodo\Documents\Projetos Git\Projeto Squad\Projeto_Amor-na-Pele_Entrega_03\Amor_na_Pele_Squad09_Entrega02\Views\Home\contato.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "19cfc66837a8c03d39c66c54cbfeac401776f733" // <auto-generated/> #pragma warning disable 1591 [assembly: g...
92.151852
377
0.751859
[ "MIT" ]
VanessaVargas/Projeto_Amor-na-Pele_Entrega_03
Amor_na_Pele_Squad09_Entrega02/obj/Debug/net5.0/Razor/Views/Home/contato.cshtml.g.cs
24,885
C#
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v8/services/custom_audience_service.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google....
37.70915
396
0.681233
[ "Apache-2.0" ]
deni-skaraudio/google-ads-dotnet
src/V8/Services/CustomAudienceService.g.cs
46,156
C#
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Timers; namespace AIGS.Helper { public class TimeHelper { #region 静态接口 /// <summary> /// 获取时间戳(毫秒) /// </summary> /// <returns></returns> ...
28.098802
134
0.491849
[ "Apache-2.0" ]
n00xt/Tidal-Downloader-n00xt-mod
AIGS/Helper/TimeHelper.cs
9,955
C#
using System; using System.Collections.Generic; using System.Linq; namespace FMData.Xml.Requests { /// <summary> /// Find request for an instance T. /// </summary> /// <typeparam name="T">The type to use for the find request parameters.</typeparam> public class FindRequest<T> : IFindRequest<T> ...
36.067416
150
0.554517
[ "MIT" ]
Chevreuil41/fmdata
src/FMData.Xml/Requests/FindRequest.cs
3,212
C#
using System; using Helpers; namespace VehicleEquipment.Locomotion.Encoder { public class Encoder { private readonly IVehicleCommunication _vehicleCommunication; private readonly object _velocityCalcLock = new object(); /// <summary> /// The point in time at which data was las...
38.495495
213
0.605429
[ "MIT" ]
BjAlvestad/BO19E-15_SensorVehicle
SensorVehicle-main/VehicleEquipment/Locomotion/Encoder/Encoder.cs
4,275
C#
using System; using System.Threading; using System.IO; using System.Collections; using System.Text; using CortexAccess; using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.Net.Http.Headers; namespace CommandConnector { class Connector { const string licenseID = "14740daa-c423-41...
35.064815
96
0.517296
[ "MIT" ]
akshaytayal/cortex-v2-example
csharp/CommandConnector/Program.cs
3,789
C#
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
38.984127
148
0.646987
[ "MIT" ]
ardavanhashemzadeh/fhir-server
src/Microsoft.Health.Fhir.Core.UnitTests/Features/Validation/FhirPrimitiveTypes/IdValidatorTests.cs
2,458
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace Aula11 { static class Program { /// <summary> /// Ponto de entrada principal para o aplicativo. /// </summary> [STAThread] static void ...
22.130435
65
0.611002
[ "MIT" ]
ThalesTadashi/Estudos_Csharp
Aula11/Program.cs
511
C#
namespace THREE.Math { /// <summary> /// /// </summary> public class Color { /// <summary> /// Red channel, 0-256. /// </summary> public byte R { get; set; } /// <summary> /// Green channel, 0-256. /// </summary> public byte G { get;...
24.818182
76
0.438828
[ "MIT" ]
mcneel/IrisLib
src/THREE/Math/Color.cs
1,367
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> //--...
34.677419
151
0.584186
[ "MIT" ]
VladimortZA/NWUDataExtractor
NWUDataExtractor.WPF/Properties/Settings.Designer.cs
1,077
C#
using UnityEngine; public class Hoge704 : MonoBehaviour{ void Start(){ Debug.Log(Hoge704.GetIndex()); } void Update(){ } public static int GetIndex(){ return 704; } public int GetIndex0(){ return 0; } public int GetIndex1(){ return 1; } public int GetIndex2(){ return 2; } public int GetIndex3(){ return 3; } ...
40.548515
44
0.705694
[ "MIT" ]
mao-test-h/SamplePackage
Runtime/Generated/Hoge704.generated.cs
40,954
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. namespace System.Configuration { // Represents an update to a configuration section, either in its // declar...
29.192308
72
0.646904
[ "MIT" ]
06needhamt/runtime
src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Update.cs
759
C#
namespace ObsInterop; public partial struct gs_sampler_info { [NativeTypeName("enum gs_sample_filter")] public gs_sample_filter filter; [NativeTypeName("enum gs_address_mode")] public gs_address_mode address_u; [NativeTypeName("enum gs_address_mode")] public gs_address_mode address_v; [N...
22.5
45
0.749495
[ "MIT" ]
kostya9/NetObsBindings
NetObsBindings/ObsInterop/gs_sampler_info.cs
495
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Xml.Linq; using Apollo.External.SyndicationToolbox; using Apollo.Services; using Apollo.Utilities; using Feed = Apollo.Data.Feed; namespace Apollo.External { public interface IExternalFeedService { ...
27.494382
100
0.575398
[ "MIT" ]
charlesj/Apollo
server/Apollo/External/ExternalFeedService.cs
2,449
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.923077
88
0.676309
[ "ECL-2.0", "Apache-2.0" ]
nvpnathan/pulumi-nsxt
sdk/dotnet/Inputs/DHCPServerIPPoolDhcpOption121GetArgs.cs
726
C#
using System; using SkiaSharp; using SkiaSharp.Views.Tizen; using Xamarin.Forms.Platform.Tizen.Native; namespace Xamarin.Forms.Platform.Tizen.SkiaSharp { public class ShapeView : Canvas, IMeasurable { SKCanvasView _skCanvasView; SKPath _skPath; SKPaint _skPaint; SKRect _drawableBounds; SKRect _pathFillBou...
25.71134
155
0.706629
[ "MIT" ]
AlleSchonWeg/Xamarin.Forms
Xamarin.Forms.Platform.Tizen/Shapes/ShapeView.cs
7,484
C#
using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; namespace Uwp.App.Pages { public sealed partial class HomePage : Page { public HomePage() { InitializeComponent(); } protected override void OnNavigatedTo(NavigationEventArgs e) { ...
25.433333
100
0.636959
[ "MIT" ]
DinoChan/InsiderDevTourDemos19
Sessions/ui/Uwp.App/Uwp.App/Pages/HomePage.xaml.cs
765
C#
using DevExpress.Mvvm; using System; using System.IO; using TagLib; namespace ID3_Tag_Editor.Models { public class MusicFileTag : BindableBase { #region Properties // File Details private string _filePath; private string _fileName; private string _fileSize; //...
34.75443
124
0.538316
[ "MIT" ]
joelwohlhauser/ID3-Tag-Editor
ID3-Tag-Editor/Models/MusicFileTag.cs
13,778
C#
// <auto-generated /> namespace Infrastructure.DataAccess.Migrations { using System.CodeDom.Compiler; using System.Data.Entity.Migrations; using System.Data.Entity.Migrations.Infrastructure; using System.Resources; [GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")] public sealed p...
28.533333
102
0.634346
[ "MPL-2.0", "MPL-2.0-no-copyleft-exception" ]
Strongminds/kitos
Infrastructure.DataAccess/Migrations/201801041517268_new optionTypes added.Designer.cs
856
C#
using OpenWeatherMap.DTO; using Newtonsoft.Json; using System.IO; namespace OpenWeatherMaps { /// <summary> /// A type for city management. /// </summary> public class Cities { /// <summary> /// Converts json with cities to model class. /// </summary> /// <returns>M...
24.826087
109
0.58669
[ "BSD-2-Clause" ]
Pawel-Marcin-Chojnacki/ProgramowanieAplikacjiDesktop
OpenWeatherMap/Cities.cs
573
C#
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
34.62931
128
0.589246
[ "Unlicense" ]
hetkpatel/Video-Game-Design
Just a Second/Just a Second/Just_a_Second/Game1.cs
4,017
C#
// <auto-generated /> using System; using EstateApp.Data.DataBaseContexts.AuthenticationDbContext; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.S...
37.66787
125
0.473452
[ "MIT" ]
buka4rill/EstateApp
src/EstateApp.Data/Migrations/20200717183819_FullName Migrations.Designer.cs
10,436
C#
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Markup; using System.Windows.Media; using DDictionary.Domain; using DDictionar...
37.188976
125
0.573682
[ "Apache-2.0" ]
Alex-D-Green/DDictionary
Presentation/ClauseEditDlg.xaml.cs
28,340
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; public class EstadoDown : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } }
14.294118
41
0.699588
[ "Apache-2.0" ]
Luiz207/JogoBasquete
Assets/MaquinaEstado/EstadoDown.cs
245
C#
// <copyright file="Overflow.cs" company="Shkyrockett" > // Copyright © 2016 - 2021 Shkyrockett. All rights reserved. // </copyright> // <author id="shkyrockett">Shkyrockett</author> // <license> // Licensed under the MIT License. See LICENSE file in the project root for full license information. // </license>...
24.441176
105
0.5716
[ "MIT" ]
Shkyrockett/GenericMathPlayground
GenericMathPlayground/Mathematics/Enums/Overflow.cs
834
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. namespace ModernWpf.Toolkit.UI.Converters { /// <summary> /// This class converts a string value into a an o...
39.958333
116
0.664234
[ "MIT" ]
ModernWpf-Community/ModernWpfCommunityToolkit
ModernWpf.Toolkit.UI/Converters/EmptyStringToObjectConverter.cs
959
C#
using Expr = System.Linq.Expressions.Expression; using ExprParam = System.Linq.Expressions.ParameterExpression; namespace KSoft { partial class EnumFlags<TEnum> { /// <summary> /// Implements the expressions by casting the enum parameters to their underlying integer types before /// doing a bitwise o...
42.33908
105
0.542283
[ "MIT" ]
KornnerStudios/KSoft
KSoft/Enum/_Details/EnumFlags.V1.cs
7,369
C#
namespace CSInputs.Enums { public enum RawInputType { Mouse, Keyboard } }
12.333333
29
0.513514
[ "MIT" ]
trksyln/CSInputs
Enums/Input/RawInputType.cs
113
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using NR.RTS.Units; namespace NR.RTS.Buildings.Player { public class PlayerBuilding : MonoBehaviour, IDamageable { public BuildingStatTypes.Base baseStats; public Image healthBarAmount; ...
34.012903
126
0.537178
[ "MIT" ]
Nikolar1/Seminarski_rad_C_RTS_Igra
RTS/Assets/_Scripts/Buildings/Player/PlayerBuilding.cs
5,272
C#
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace GISShare.Controls.WinForm { public interface IButtonX : WFNew.IBaseItem { WFNew.ImageSizeStyle eImageSizeStyle { get;set; } Size ImageSize { get;s...
20.918367
59
0.621463
[ "MIT" ]
gisshare2015/GISShare.Controls.WinForm
GISShare.Controls.WinForm/WinForm/Interface/IButtonX.cs
1,025
C#
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 3.0.12 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //----...
41.622951
196
0.720756
[ "Apache-2.0" ]
MrDice/usd-unity-sdk
src/USD.NET/generated/pxr/usd/pcp/PcpNodeRef_ChildrenReverseIterator.cs
2,539
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class FoodControl : MonoBehaviour { public float maxHunger = 100; [Range(0,100)] public float hunger = 100; public float hungerReduce = 0.0001f; private Slider slider; private HPManager...
22.268293
75
0.60241
[ "MIT" ]
EnderHorror/TravalWander
Assets/Script/FoodControl.cs
915
C#
namespace loginv2 { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name...
46.736318
162
0.591548
[ "Apache-2.0" ]
kelvindong1608/Csharp
windows_form/loginv2/loginv2/Form1.Designer.cs
9,396
C#
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org/?p=license&r=2.4 // **************************************************************** using System; ...
32.933333
68
0.536437
[ "MIT" ]
zlxy/Genesis-3D
Engine/extlibs/IosLibs/mono-2.6.7/mcs/nunit24/NUnitExtensions/framework/AssemblyInfo.cs
494
C#
using System; using System.Collections.Generic; using Mvis.Plugin.Sandbox.Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Primitives; using osuTK; namespace Mvis.Plugin.Sandbox.Components.Visualizers.Circular { public class FallMusicVisualizerDrawable : CircularMusicVisualizerDrawa...
42.176923
128
0.589458
[ "MIT" ]
MATRIX-feather/LLin
Mvis.Plugin.SandboxToPanel/Components/Visualizers/Circular/FallMusicVisualizerDrawable.cs
5,485
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 ...
16.342857
63
0.582867
[ "Apache-2.0" ]
brightness007/unofficial-aliyun-openapi-net-sdk
aliyun-net-sdk-mts/Mts/Model/V20140618/QueryAsrPipelineListResponse.cs
2,860
C#
namespace NugetVisualizer.Core.Domain { public class Snapshot { public string Name { get; set; } public int Version { get; set; } } }
16.4
40
0.591463
[ "Apache-2.0" ]
sepharg/NugetVisualizer
NugetVisualizer/Core/Domain/Snapshot.cs
166
C#
using System; using System.Collections.Generic; using System.Data; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Repository; using Repository.Framework; using Simptom.Framework; using Simptom.Framework.Models; using Simptom.Framework.Repositories; namespace Simptom.Test.Unit...
27.744898
134
0.739904
[ "MIT" ]
billynieto/Simptom
Simptom.Test.Unit/Core/Repositories/IActivityCategoryRepositoryTest.cs
13,595
C#
using System; namespace BookTask { class Program { //Vähän sekava kun mukana muistiinpanoja! static void Main(string[] args) { Console.OutputEncoding = System.Text.Encoding.UTF8; Book book = new Book(); // new:llä luodaan aina uusi olio, object,instanssi,Muodostin...
32.086957
166
0.639566
[ "MIT" ]
SannaNaTu/object-orientated-programming
object method/Book task/Program.cs
744
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.TestUtilities; namespace Microsoft.EntityFrameworkCore { public class MusicStoreSqliteTest : MusicStoreT...
36.052632
111
0.737226
[ "Apache-2.0" ]
belav/efcore
test/EFCore.Sqlite.FunctionalTests/MusicStoreSqliteTest.cs
685
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...
46.066667
85
0.756512
[ "BSD-3-Clause" ]
Ideia-Boa/diva-distribution
OpenSim/Grid/Manager/OpenGridServices.Manager/AssemblyInfo.cs
2,764
C#
using PropertyChanged; using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; namespace NegativeEncoder.Presets { [AddINotifyPropertyChangedInterface] public class Preset : INotifyPropertyChanged { public Preset() { PropertyChanged += Pr...
28.127551
112
0.514058
[ "MIT" ]
hoshinohikari/NegativeEncoder
NegativeEncoder/Presets/Preset.cs
5,973
C#
// <copyright file="DomainMetadata.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // 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....
26.467213
140
0.613193
[ "Apache-2.0" ]
Kielek/opentelemetry-dotnet-instrumentation
src/OpenTelemetry.AutoInstrumentation/Util/DomainMetadata.cs
3,229
C#
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace TasksExample.Api.Models { public class ErrorItem { public int HttpCode { get; set; } public int InternalCode { get; set; } public string Message { get; set; } } }
18.5625
45
0.653199
[ "MIT" ]
devdaves/TasksExample
TasksExample.Api/Models/ErrorItem.cs
299
C#
//===================================================================================== // All Rights Reserved , Copyright © Murphy //===================================================================================== using Rbac.Entity; using Rbac.IData; using Rbac.Core; using Rbac.Utils; using System; usi...
32.575
101
0.479662
[ "MIT" ]
codeyu/codeyu.rbac.web
src/RbacWeb/Rbac.Data.SQLServer/WorkFlow/WorkFlow_BillFieldDal.cs
1,316
C#
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SuperGlue.Logging.NLog")] [assembly: Asse...
43.909091
84
0.772257
[ "MIT" ]
MattiasJakobsson/Jajo.Web
src/SuperGlue.Logging.NLog/Properties/AssemblyInfo.cs
969
C#
namespace SlightUrl.Data.Tests { using System; using System.Data.Common; using System.Data.Entity; using System.Diagnostics.CodeAnalysis; using System.Threading; using System.Threading.Tasks; using Effort; using FluentAssertions; using Ploeh.AutoFixture; using SlightUrl.Data...
29.516129
95
0.613388
[ "MIT" ]
Silvenga/SlightUrl
tests/SlightUrl.Data.Tests/AuditableEntityFacts.cs
3,662
C#