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; namespace PsefApiOData.Models { /// <summary> /// Represents Permohonan update data. /// </summary> public class PermohonanSystemUpdate { /// <summary> /// Gets or sets the update Permohonan unique identifier. /// </summary> /// <val...
27.681818
69
0.582923
[ "MIT" ]
martinussuherman/PsefApiOData
Models/ViewModels/PermohonanSystemUpdate.cs
609
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...
30.909385
109
0.557533
[ "Apache-2.0" ]
Singh400/aws-sdk-net
sdk/src/Services/Personalize/Generated/Model/Solution.cs
9,551
C#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; using Microsoft.UI.Xaml.Controls.Primitives; using Microso...
24.066667
97
0.753463
[ "Apache-2.0" ]
twins2020/uno.extensions
src/Uno.Extensions.Templates/content/unoapp-extensions/MyExtensionsApp.Shared/Views/FilterFlyout.xaml.cs
724
C#
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // 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: Asse...
68.118644
392
0.787758
[ "Apache-2.0" ]
Melvinerall/aws-sdk-net
sdk/src/Services/PinpointSMSVoice/Properties/AssemblyInfo.cs
4,019
C#
using System; using System.Collections.Generic; using System.Linq; using System.Data; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class frmTripwiseOverSpeedingRpt : DBUtility { string strQry = ""; DataSet dsObj; protected void Page_Load(object sender, EventArgs e...
32.833333
413
0.514057
[ "MIT" ]
clearcodetechnologies/cctSchoolApplication
frmTripwiseOverSpeedingRpt.aspx.cs
5,124
C#
/* | Version 10.1.84 | Copyright 2013 Esri | | 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 o...
26.553846
107
0.58372
[ "Apache-2.0" ]
Esri/route-planner-csharp
RoutePlanner_DeveloperTools/Source/ArcLogisticsApp/Commands/GeocodeOrdersCmd.cs
3,454
C#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; namespace Nova { [Serializable] public class GlobalSave { // Node name -> dialogue index -> node history hash -> GameStateRestoreEntry // TODO: dedup...
34.811352
121
0.563927
[ "MIT" ]
kalifo/Nova
Assets/Nova/Sources/Core/Restoration/CheckpointManager.cs
20,854
C#
// // Copyright (c) 2019-2021 Ryujinx // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program ...
31.680851
235
0.617864
[ "MIT" ]
0MrDarn0/Ryujinx
Ryujinx.Audio/Backends/CompatLayer/CompatLayerHardwareDeviceSession.cs
4,469
C#
using System.Resources; 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. [ass...
40.5
87
0.756335
[ "MIT" ]
AnalogCyan/AssistantComputerControl
AssistantComputerControl/Properties/AssemblyInfo.cs
1,542
C#
using System; using System.Net; namespace SmallsOnline.Subnetting.Lib.Models { using SmallsOnline.Subnetting.Lib.Enums; /// <summary> /// A representation of an IPv4 subnet. /// </summary> public class IPv4Subnet { /// <summary> /// Create from an IP address and CIDR mask. ...
38.318627
114
0.584879
[ "MIT" ]
Smalls1652/SmallsOnline.Subnetting
src/SmallsOnline.Subnetting.Lib/models/IPv4Subnet.cs
7,817
C#
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by \generate-code.bat. // // Changes to this file will be lost when the code is regenerated. // The build server regenerates the code before each build and a pre-build // step ...
45.110338
337
0.600648
[ "MIT-feh" ]
Angerxzer/UnitsNet
UnitsNet.WindowsRuntimeComponent/GeneratedCode/Quantities/Information.g.cs
45,381
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/winnt.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. using System.Runtime.CompilerService...
32.310345
145
0.631804
[ "MIT" ]
reflectronic/terrafx.interop.windows
sources/Interop/Windows/Windows/um/winnt/IMAGE_CE_RUNTIME_FUNCTION_ENTRY.cs
2,813
C#
using System; using System.Collections; using System.Configuration; using System.Data; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using Interface.Security; using Application.Presentation;...
52.167373
226
0.482181
[ "MIT" ]
uon-crissp/IQCare
SourceBase/Presentation/PresentationApp/ClinicalForms/frmClinical_Nigeria_AdultIE.aspx.cs
98,494
C#
namespace AspNetCoreSpa.Core { public enum Gender { Male, Female } public enum RoleEnum { Admin, Staff, User } public enum TouristTypeEnum { Adult, Children, Kid } }
13.25
31
0.471698
[ "MIT" ]
nvhoor/FlashTour
src/AspNetCoreSpa.Core/Enums/Enums.cs
265
C#
using System; using System.Runtime.InteropServices; namespace CredNet.Interop { [ComConversionLoss] [StructLayout(LayoutKind.Sequential, Pack = 4)] public struct _wireSAFEARR_HAVEIID { public uint Size; [ComConversionLoss] public IntPtr apUnknown; public Guid iid; } }
15.157895
48
0.756944
[ "MIT" ]
Sajidur78/CredNet
CredNet/Interop/_wireSAFEARR_HAVEIID.cs
290
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("De...
37.972973
84
0.746619
[ "MIT" ]
acken/ClrSequencer
src/DebugMe/Properties/AssemblyInfo.cs
1,408
C#
using System; using System.Collections.Generic; using System.Linq; using TechNoir.Data.Entity.Edmx.Serialization; namespace TechNoir.Data.Entity.Edmx.Model.Map { public class FunctionImportMappingResultMapping { public FunctionImportMapping FunctionImportMapping { get; ...
47.916667
137
0.732174
[ "MIT" ]
boone34/Data.Entity.Edmx
Model/Map/FunctionImportMappingResultMapping.cs
1,152
C#
namespace HackTheClimate.Services.Similarity { public class AzureBlobEntitiesConfiguration { public string Endpoint { get; set; } public string BlobContainerName { get; set; } } }
23.222222
53
0.684211
[ "MIT" ]
Zuehlke/hack-the-climate
solution/HackTheClimate/Services/EntityRecognition/AzureBlobEntitiesConfiguration.cs
211
C#
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Lob.Net { public class LobSerializerSettings : JsonSerializerSettings { public LobSerializerSettings() : base() { ContractResolver = new DefaultContractResolver { NamingStr...
23.631579
63
0.608018
[ "MIT" ]
adamreed90/lob.net
src/Lob.Net/Core/LobSerializerSettings.cs
451
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; public class LevelTimer : MonoBehaviour { public float timeUntilFail = 100f; private float startTime = 0f; [SerializeField] private bool hasFinished = false; public BaseEvent failedLevel...
27.153846
89
0.632436
[ "CC0-1.0" ]
caioguedesam/wildfire_rescue
Assets/Scripts/LevelTimer.cs
1,414
C#
/** * * Request Script of Unity Network Model * * @file Request.cs * @author Uwe Gruenefeld, Tobias Lunte * @version 2020-05-05 * **/ using System; using System.Collections.Generic; using UnityEngine; namespace UnityNetworkModel { /// <summary> /// Request for changes to Objects, Components and Resour...
38.106464
153
0.559968
[ "MIT" ]
UweGruenefeld/UnityNetworkModel
client/unity/Assets/Scripts/NetworkModel/Network/Request.cs
10,022
C#
using Cloudlucky.GuardClauses.Exceptions; using Cloudlucky.GuardClauses.Extensions; using Cloudlucky.GuardClauses.Runtime.CompilerServices; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace Cloudlucky.GuardClauses; public static partial class GuardClauseExtensions { [MethodI...
44.401709
322
0.733397
[ "MIT" ]
cloudlucky/GuardClauses
src/Cloudlucky.GuardClauses/GuardClauseExtensions.NullOrWhiteSpace.cs
5,197
C#
using System; using System.Collections.Generic; using System.Linq; namespace NetCoreStack.WebSockets { public static class EnumExtensions { public static IEnumerable<Enum> GetUniqueFlags(this Enum flags) { ulong flag = 1; foreach (var value in Enum.GetValues(flags.GetTy...
24.25
79
0.472754
[ "Apache-2.0" ]
NetCoreStack/NetCoreStackWebSockets
src/NetCoreStack.WebSockets/EnumExtensions.cs
681
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 may no...
43.621795
144
0.50698
[ "Apache-2.0" ]
ThinkGeo/GIS-Editor
MapSuiteGisEditor/WpfDesktopExtension/Styles/TextFirstValueStyle.cs
6,805
C#
namespace QSP.LibraryExtension.Graph { public class Edge<TEdge> { public TEdge Value { get; } public int FromNodeIndex { get; } public int FromIndexInList { get; } public int ToNodeIndex { get; } public int ToIndexInList { get; } private Edge() { } publ...
28.615385
72
0.590054
[ "MIT" ]
JetStream96/QSimPlanner
src/QSP/LibraryExtension/Graph/Edge.cs
746
C#
using EddiCompanionAppService; using EddiDataDefinitions; using EddiDataProviderService; using EddiEvents; using EddiSpeechService; using EddiStarMapService; using Newtonsoft.Json; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using Syst...
41.999298
380
0.493755
[ "Apache-2.0" ]
danielRicardo/EDDI
EDDI/EDDI.cs
119,616
C#
using ElmSharp; using Microsoft.Maui.Controls.Platform; using ESize = ElmSharp.Size; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { public class NativeViewWrapperRenderer : ViewRenderer<NativeViewWrapper, EvasObject> { protected override void OnElementChanged(ElementChangedEventArgs<NativeViewWra...
29.787879
88
0.76297
[ "MIT" ]
JoonghyunCho/TestBed
src/Compatibility/Core/src/Tizen/Renderers/NativeViewWrapperRenderer.cs
983
C#
using System; using System.IO; using Assets.SiliconSocial; using FF9; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Prime; using Memoria.Prime.CSV; // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper ...
36.48072
216
0.547107
[ "MIT" ]
FlameHorizon/Memoria
Assembly-CSharp/Memoria/Data/ff9item.2.cs
14,193
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SandCollision : MonoBehaviour { [SerializeField] private GameObject rastaPlanet; private ParticleSystem[] particles; // Use this for initialization void Awake () { particles = transform.GetComponentsInChildren<Particl...
25.146341
104
0.722599
[ "MIT" ]
Khamsou/horsjeu-planets
planets/Assets/Scripts/SandCollision.cs
1,034
C#
using System.Text.Json.Serialization; using Essensoft.AspNetCore.Payment.Alipay.Domain; namespace Essensoft.AspNetCore.Payment.Alipay.Response { /// <summary> /// ZolozAuthenticationCustomerFaceabilityIdentifyResponse. /// </summary> public class ZolozAuthenticationCustomerFaceabilityIdentifyResponse ...
28.388889
88
0.690802
[ "MIT" ]
LuohuaRain/payment
src/Essensoft.AspNetCore.Payment.Alipay/Response/ZolozAuthenticationCustomerFaceabilityIdentifyResponse.cs
527
C#
using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Extensions.Logging; namespace Meziantou.Extensions.Logging.InMemory { public sealed class InMemoryLogCollection : IEnumerable<InMemoryLogEntry> { private readonly SingleLinkedList<InMemory...
37
121
0.651106
[ "MIT" ]
HellRestaurant/Meziantou.Framework
src/Meziantou.Extensions.Logging.InMemory/InMemoryLogCollection.cs
1,630
C#
using Microsoft.AspNetCore.Mvc.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Text; using System.Threading.Tasks; namespace SpikeNeo4j.Tests { public class UsuarioFalsoFiltro : IAsyncActionFilter { public async Task OnActionExecut...
31.923077
110
0.656627
[ "Apache-2.0" ]
neo4j-examples/supply-chain-demo
Neo4J Back/SpikeNeo4j.Tests/UsuarioFiltroFalso.cs
832
C#
using System.Collections.Generic; namespace Kelpie.DynamicEntity.Construction { interface IEntityWorkshop { void DoWork(IEnumerable<JobBag> entities); } }
17.7
50
0.723164
[ "MIT" ]
xaviermonin/EntityCore
Core/Kelpie/DynamicEntity/Construction/IEntityWorkshop.cs
179
C#
using System; using System.Collections.Generic; using System.Text; namespace Blockcore.Interfaces.UI { public interface INavigationItem { public string Name { get; } public string Navigation { get; } public string Icon { get; } public bool IsVisible {get; } public int N...
22
41
0.625
[ "MIT" ]
x1crypto/x1-dotnetnode
src/Blockcore/Interfaces/UI/INavigationItem.cs
354
C#
namespace PVIBroker { partial class PropGrid { /// <summary> /// Требуется переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. /// </summary> ...
27.854167
109
0.536275
[ "Apache-2.0" ]
1datr/PVIBroker
PVIBroker/PropGrid.Designer.cs
1,602
C#
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
52.588995
239
0.705498
[ "Apache-2.0" ]
Murcho/aws-sdk-net
sdk/src/Services/CognitoIdentityProvider/Generated/_mobile/AmazonCognitoIdentityProviderClient.cs
171,072
C#
using Audacia.OrToolsPlayground.Examples.MakePizza.Constants; namespace Audacia.OrToolsPlayground.Examples.MakePizza.Models { public class ScheduledPizzaStage { public CookingStage Stage { get; set; } public long Start { get; set; } public long Finish { get; set; } ...
25
62
0.655385
[ "MIT" ]
audaciaconsulting/Audacia.OrToolsPlayground
Audacia.OrToolsPlayground/Examples/MakePizza/Models/ScheduledPizzaStage.cs
327
C#
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microso...
31.191781
106
0.636803
[ "MIT" ]
K4m0/RealStateAPI
RealStateAPI/Startup.cs
2,277
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.558559
149
0.625285
[ "Apache-2.0" ]
PureKrome/aws-sdk-net
sdk/src/Services/Organizations/Generated/Model/Internal/MarshallTransformations/DisablePolicyTypeRequestMarshaller.cs
3,947
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Async_Inn.Models.ViewModels { public class RoomHotelVM { public IEnumerable<HotelRoom> HotelRoom { get; set; } public Hotel Hotel { get; set; } public IEnumerable<Room> Room { g...
19.941176
61
0.678466
[ "MIT" ]
karina6188/Async-Inn
Async_Inn/Async_Inn/Models/ViewModels/RoomHotelVM.cs
341
C#
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
26.085714
153
0.501643
[ "MIT" ]
adhiambovivian/MSGraph-SDK-Code-Generator
test/Typewriter.Test/TestDataCSharp/com/microsoft/graph2/callrecords/model/NetworkConnectionType.cs
913
C#
using chapter_09.Engine.Input; namespace chapter_09.Input { public class DevInputCommand : BaseInputCommand { // Out of Game Commands public class DevQuit : DevInputCommand { } public class DevShoot : DevInputCommand { } } }
22
52
0.666667
[ "MIT" ]
Apress/monogame-mastery
chapter-09/start/States/Dev/DevInputCommand.cs
266
C#
/* Copyright 2009-2021 Intel Corporation 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 writing, s...
42.368421
175
0.654126
[ "Apache-2.0" ]
SPEMoorthy/MeshCentralRouter
Win32Api.cs
5,635
C#
using System; using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using CrackSharp.Api.Services.Des; using CrackSharp.Core; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace CrackSharp.Api.Controllers { [ApiController] [Route(...
34.703704
105
0.568837
[ "MIT" ]
aannenko/CrackSharp
src/CrackSharp.Api/Controllers/DesController.cs
2,813
C#
using System.Runtime.InteropServices; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of...
42.4
84
0.766509
[ "MIT" ]
0b01/perfview
src/HeapDump/Properties/AssemblyInfo.cs
426
C#
using System; using System.IO; using System.Reflection; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; namespace Proxy.RabbitMQ; public static class ExceptionExtensions { public static void GetObjectData(this Exception e, SerializationInfo info) { foreach (v...
30.962963
125
0.656699
[ "MIT" ]
newshadowk/Nrpc
src/Proxy.RabbitMQ/Helper/ExceptionExtensions.cs
1,674
C#
using System; using Microsoft.Extensions.DependencyInjection; using Shiny.Locations; namespace Shiny { public static class ServiceCollectionExtensions { /// <summary> /// /// </summary> /// <param name="services"></param> /// <returns></returns> public static b...
37
243
0.641101
[ "MIT" ]
SuavePirate/shiny
src/Shiny.Locations/Platforms/Shared/ServiceCollectionExtensions.cs
4,109
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 may not ...
37.601538
146
0.464097
[ "Apache-2.0" ]
RobberPhex/thrift
test/netstd/Server/TestServer.cs
24,441
C#
//----------------------------------------------------------------------- // <copyright file="Base64Encoding.cs" company="Akka.NET Project"> // Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright> /...
30.288136
114
0.486849
[ "Apache-2.0" ]
Legacy07/akka.net
src/core/Akka/Util/Base64Encoding.cs
1,789
C#
// Copyright (c) Suity by HuangWei(4477289@qq.com) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Security; using System.Text; namespace Suity { /// <summary> /// 全局环境对象 ...
25.123288
103
0.513631
[ "MIT" ]
simage3d/Suity.Engine.Runtime.V4
Source/Suity/Environment.cs
1,894
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel.DataAnnotations; namespace ErrorHandling.Shared { public class Berekening { public int Teller { get; set; } public decimal Noemer { get; set; } ...
21.647059
45
0.69837
[ "MIT" ]
mrasoftGithub/BlazorWebAPIServerControllers
Shared/Berekening.cs
370
C#
using System; /// <summary> /// Separates object construction from its representation. /// /// Separate the construction of a complex object from its representation so that /// the same construction process can create different representations. /// /// Frequence of use: 2 medium low. /// </summary> namespace DoFacto...
22.795455
81
0.55334
[ "MIT" ]
ivandrofly/Do-factory---.Net-Design-Pattern
Builder/RealWorld/ScooterBuilder.cs
1,005
C#
namespace NOption.Collections { using System.Collections.Generic; /// <summary> /// Represents a generic indexed collection of key/value pairs. /// </summary> /// <typeparam name="TKey"> /// The type of the keys in the dictionary. /// </typeparam> /// <typeparam name="TValue"> /...
40.173228
89
0.535672
[ "MIT" ]
gix/noption
Source/NOption/Collections/IOrderedDictionary.cs
5,102
C#
#pragma checksum "D:\CodingWork\Projects\NongMinGoProject\SimplCommerce\src\Modules\SimplCommerce.Module.PaymentStripe\Areas\PaymentStripe\Views\Shared\Components\StripeLanding\Default.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1d3d779dc94ba3655fc714ea809b4da7369a7610" // <auto-generated/> #pragma warning disabl...
73.304688
304
0.769903
[ "Apache-2.0" ]
Coopathon2019/03_NongMinGo
src/Modules/SimplCommerce.Module.PaymentStripe/obj/Debug/netcoreapp3.0/Razor/Areas/PaymentStripe/Views/Shared/Components/StripeLanding/Default.cshtml.g.cs
9,383
C#
using AutoMapper; using ContactWebApi.ViewModel; using Entity.Models; namespace ContactWebApi { /// <summary> /// Auto Mapper for View Model and Model /// </summary> public class AutoMapperProfile : Profile { /// <summary> /// Constructor /// </summary> public AutoM...
19.761905
51
0.578313
[ "MIT" ]
amolg92/ContactWebAppProject
ContactAppWebApp/ContactWebApi/AutoMapperProfile.cs
417
C#
using System.Collections.Generic; namespace MongoDB.DeepUpdater { public class RootFluent<TDocument> : SingleFluent<TDocument, TDocument> { internal RootFluent(TDocument document) : base(document, new[] { new SingleContainer<TDocument>(document, new List<string>()) }) { } } }
26.583333
100
0.670846
[ "MIT" ]
andreabertin/MongoDB.DeepUpdater.CSharp
MongoDB.DeepUpdater/Fluents/RootFluent.cs
321
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /// <summary> /// To pass a string we use a custom marshaller (Utf8StringToNative) to convert it /// from a utf8 string to a pointer. If we just pass it as a string it won't be utf8 encoded. /// /// T...
38.380952
161
0.746898
[ "MIT" ]
AlwaysTooLate/Facepunch.Steamworks
Generator/Types/ConstCharType.cs
808
C#
// <copyright file="ForceEditorView.xaml.cs" company="FT Software"> // Copyright (c) 2016. All rights reserved. // </copyright> // <author>Florian Thurnwald</author> namespace ProjektKatastrophenschutz.Views { using System.Windows; using System.Windows.Controls; using System.Windows.Input; using BSA.C...
33.319444
106
0.578783
[ "MIT" ]
projekt-katastrophenschutz/emergency-management-tool
src/ProjektKatastrophenschutz/Views/ForceEditorView.xaml.cs
4,804
C#
using System.ComponentModel.DataAnnotations; namespace Indice.AspNetCore.Identity.Api.Models { /// <summary> /// Models the request of a user for email confirmation. /// </summary> public class ConfirmEmailRequest { /// <summary> /// The token. /// </summary> [Requ...
23.705882
60
0.605459
[ "MIT" ]
ChristosAsvestopoulos/Indice.AspNet
src/Indice.AspNetCore.Identity/Features/IdentityServerApi/Models/Requests/ConfirmEmailRequest.cs
405
C#
namespace SharpVectors.Dom.Svg { /// <summary> /// The SvgAnimatedPathData interface supports elements which have a 'd' attribute which /// holds Svg path data, and supports the ability to animate that attribute. /// </summary> public interface ISvgAnimatedPathData { ISvgPathSegList PathSegList{get...
31.866667
91
0.751046
[ "MIT", "BSD-3-Clause" ]
Altua/SharpVectors
Source/SharpVectorCore/Svg/Paths/ISvgAnimatedPathData.cs
478
C#
using System.Collections.Generic; using System.Net; using AutoMapper; using Microsoft.Extensions.Options; using Ridics.Authentication.DataContracts; using Vokabular.DataEntities.Database.Entities; using Vokabular.DataEntities.Database.Repositories; using Vokabular.MainService.Core.Communication; using Vokabular.MainSe...
43.262097
193
0.675645
[ "BSD-3-Clause" ]
RIDICS/ITJakub
UJCSystem/Vokabular.MainService.Core/Managers/UserManager.cs
10,731
C#
using System; using System.Collections.Generic; using System.Linq; using Orchard.Environment; using Orchard.Layouts.Framework.Display; using Orchard.Layouts.Framework.Elements; using Orchard.Layouts.Framework.Harvesters; using Orchard.Layouts.Helpers; using Orchard.Layouts.Models; using Orchard.Layouts.Services; name...
47.232877
146
0.662413
[ "BSD-3-Clause" ]
1996dylanriley/Orchard
src/Orchard.Web/Modules/Orchard.Layouts/Providers/BlueprintElementHarvester.cs
3,450
C#
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Micros...
45.17094
237
0.608704
[ "Apache-2.0" ]
lcpautotester/HttpRepl
src/Microsoft.HttpRepl/Commands/ChangeDirectoryCommand.cs
5,285
C#
using System; using System.ComponentModel; using Xamarin.Forms.Internals; namespace Xamarin.Forms { public class StackLayout : Layout<View>, IElementConfiguration<StackLayout> { public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(StackOrientation), type...
30.580169
182
0.704795
[ "MIT" ]
1iveowl/Xamarin.Forms
Xamarin.Forms.Core/StackLayout.cs
14,495
C#
using System; using System.Collections.Generic; using System.Text; namespace DiscordBot.MLAPI.Exceptions { public class ReqHandledException : Exception { } }
15.636364
48
0.744186
[ "MIT" ]
TheGrandCoding/discord-bo
DiscordBot/MLAPI/Exceptions/ReqHandledException.cs
174
C#
using ICU4N.Globalization; using Lucene.Net.Support; using Lucene.Net.Util; namespace Lucene.Net.Analysis.Icu.TokenAttributes { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional ...
32.105263
144
0.603607
[ "Apache-2.0" ]
10088/lucenenet
src/Lucene.Net.Analysis.ICU/Analysis/Icu/TokenAttributes/ScriptAttributeImpl.cs
3,052
C#
/** * Copyright (c) blueback * Released under the MIT License * @brief 検索。 */ /** BlueBack.Excel */ namespace BlueBack.Excel { /** Find */ public static class Find { /** CheckCellFromActiveSheet */ public static bool CheckCellFromActiveSheet(Excel a_excel,int a_x1,int a_y1,string a_text) { Result<...
20.075758
142
0.587925
[ "MIT" ]
bluebackblue/Excel
BlueBackExcel/Assets/UPM/Runtime/BlueBack/Excel/Find.cs
2,800
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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // // // Types for awai...
56.183607
160
0.639998
[ "MIT" ]
L-Dogg/corefx
src/Common/src/CoreLib/System/Runtime/CompilerServices/TaskAwaiter.cs
34,272
C#
namespace LinkHelper { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <para...
45.679558
159
0.583091
[ "Apache-2.0" ]
StefanArts/LinkHelper
MainForm.Designer.cs
8,271
C#
#pragma checksum "C:\Users\gabri\OneDrive\Documentos\GitHub\Last_Project_M03_BackEnd\CarStore\Views\Carro\Create.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "18b93b472f39b1c07e7da25e94ec46b7610e1e42" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompil...
77.570577
351
0.745681
[ "MIT" ]
Glightman/Last_Project_M03_BackEnd
CarStore/obj/Debug/net5.0/Razor/Views/Carro/Create.cshtml.g.cs
39,019
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/devicetopology.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System....
44.018519
171
0.682793
[ "MIT" ]
Ethereal77/terrafx.interop.windows
sources/Interop/Windows/um/devicetopology/IAudioChannelConfig.cs
2,379
C#
using System; using System.Collections.Generic; using System.Web.Http; using System.Web.Mvc; using System.Web.Routing; using System.Web.SessionState; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Web.WebApi; namespace Umbraco.Web.Mvc { internal static class AreaRegistrationExtensions { ...
48.165414
140
0.594287
[ "MIT" ]
AesisGit/Umbraco-CMS
src/Umbraco.Web/Mvc/AreaRegistrationExtensions.cs
6,408
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace server { public class AppSettings { public string JwtSecret { get; set; } public string AwsAccessKeyId { get; set; } public string AwsSecretAccessKey { get; set; } } }
20.866667
54
0.677316
[ "MIT" ]
Dara2004/EmployeeDirectory
amplify/backend/function/server/src/AppSettings.cs
315
C#
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.Globalization; using System.Text.RegularExpressions; namespace Microsoft.Build.BuildEngine.Shared { /// <summary> /...
44.321429
134
0.690572
[ "MIT" ]
0xced/msbuild
src/Deprecated/Engine/Shared/FileUtilitiesRegex.cs
1,241
C#
/* * IVS - project 2 - Calculator * Team Orient Express * Ac. y. 2019/20 */ /** * @file Math.cs * @author Samuel Olekšák * @brief File responsible for implementing math operations and constants * @return all functions return nullable decimal * @brief null represents an error (e.g. out of bounds, division by zero), non-...
32.051829
134
0.514981
[ "Unlicense" ]
leSamo/IVS-projekt
src/Kalkulacka/Math.cs
10,523
C#
using CartService.Database.Repositories.Interfaces; using MassTransit; using Microsoft.Extensions.Logging; using System; using System.Linq; using System.Threading.Tasks; using CartService.Contracts; namespace CartService.Consumers { public class AddCartPositionConsumer : IConsumer<AddCartPosition> { ...
35.550725
175
0.662454
[ "MIT" ]
konvovden/masstransit-demo
src/CartService/Consumers/AddCartPositionConsumer.cs
2,455
C#
#nullable enable using Content.Shared.Chemistry; using Robust.Server.Interfaces.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.GameObjects.Components.Fluids { public static class SpillHelper ...
36.604167
137
0.607854
[ "MIT" ]
Hughgent/space-station-14
Content.Server/GameObjects/Components/Fluids/SpillHelper.cs
3,514
C#
using Emgu.CV; using Emgu.CV.Structure; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PickandPlaceV2 { public class VideoProcessing { // work in progress // camera init private Emgu.CV...
43.212329
152
0.519892
[ "MIT" ]
briandorey/DIY-Pick-and-Place-Software
PickandPlaceV2/VideoProcessing.cs
6,311
C#
// Copyright (c) Daniel Crenna. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, you can obtain one at http://mozilla.org/MPL/2.0/. using System.Collections.Concurrent; using Microsoft.Extens...
29.823529
88
0.670611
[ "MPL-2.0", "MPL-2.0-no-copyleft-exception" ]
danielcrenna/BetterAPI
src/BetterAPI/Logging/LightningLoggerProvider.cs
1,016
C#
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using System.Collections.Generic; using System.Linq; using Velentr.Audio.Sounds; using Velentr.Audio.Tagging; using IUpdateable = Velentr.Audio.Helpers.IUpdateable; namespace Velentr.Audio.Playlists { /// <summary> /// List of plays. ...
34.164609
184
0.479403
[ "MIT" ]
vonderborch/Velentr.Audio
Velentr.Audio/Playlists/Playlist.cs
16,606
C#
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.ap...
42.36569
207
0.541201
[ "Apache-2.0" ]
Leftyx/quartznet
src/Quartz/Impl/AdoJobStore/StdAdoDelegate.cs
120,022
C#
using UnityEngine; public class ShapeGenerator { private readonly ShapeSettings settings; private readonly NoiseFilter[] noiseFilters; public ShapeGenerator(ShapeSettings settings) { this.settings = settings; var layers = settings.GetNoiseLayers; noiseFilters = new NoiseFil...
23.684211
73
0.602222
[ "MIT" ]
tomi901/Random-Unity-Stuff
Assets/Planet Generator/ShapeGenerator.cs
902
C#
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; namespace Dynamo { public static class Extensions { public static void WriteAll (this ICodeElement elem, ICodeWriter writer) { object memento = elem.BeginWrite (writer); elem.Write (wr...
28.536232
147
0.687151
[ "MIT" ]
a-churchill/binding-tools-for-swift
Dynamo/Extensions.cs
1,969
C#
using DSLink.Nodes; using DoubleRobotics; using DSLink.Nodes.Actions; using DSLink.Request; using Newtonsoft.Json.Linq; namespace DSAMobile.iOS.Modules { public class DoubleRobotModule : BaseModule { private DRDouble _robot; private Node _robotNode; public bool Supported => true; ...
32.23871
94
0.495097
[ "Apache-2.0" ]
IOT-DSA/dslink-dotnet-mobile
DSA Mobile/DSAMobile.iOS/Modules/DoubleRobotModule.cs
4,999
C#
// ReSharper disable StringLiteralTypo // ReSharper disable IdentifierTypo // ReSharper disable InconsistentNaming // ReSharper disable UnusedType.Global namespace InControl.UnityDeviceProfiles { using System; // @cond nodoc [Preserve] [UnityInputDeviceProfile] public class EightBitdoSNES30WindowsUnityProfile : I...
22.975806
99
0.637417
[ "MIT" ]
EstasAnt/Estsoul
Assets/InControl/Source/Unity/DeviceProfiles/Windows/EightBitdoSNES30WindowsUnityProfile.cs
2,849
C#
using Silk.Data.Modelling; using Silk.Data.Modelling.Mapping; using Silk.Data.SQL.ORM.Schema; using Silk.Data.SQL.Queries; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; namespace Silk.Data.SQL.ORM.Queries { public class MappingR...
29.25
108
0.715648
[ "MIT" ]
SilkStack/Silk.Data.SQL.ORM
Silk.Data.SQL.ORM/Queries/MappingReader.cs
3,044
C#
using System; using System.Collections; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Prng.Drbg { /** * A SP800-90A Hash DRBG. */ public class HashSP800Drbg : ISP80090Drbg { private readonly static byte[] ONE = { 0x01 }; private readonly static long RESEED_MAX = 1L << (4...
33.381944
137
0.548783
[ "MIT" ]
0x070696E65/Symnity
Assets/Plugins/Symnity/Pulgins/crypto/src/crypto/prng/drbg/HashSP800Drbg.cs
9,614
C#
using LinCms.Cache; using LinCms.Cms.Users; using LinCms.Data.Options; using LinCms.Email; using LinCms.Entities; using LinCms.Exceptions; using LinCms.IRepositories; using Microsoft.Extensions.Options; using MimeKit; using System; using System.Threading.Tasks; namespace LinCms.Cms.Account { public class AccountS...
36.78
126
0.62534
[ "MIT" ]
rui-jiandan/cmsCore
src/LinCms.Application/Cms/Account/AccountService.cs
5,943
C#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using log4net; using Mail2Bug.Email; using Mail2Bug.TestHelpers; namespace Mail2BugUnitTests.Mocks.Email { public class IncomingEmailMessageMock : IIncomingEmailMessage { static IncomingEmailMessageMock() { ...
33.873563
106
0.580251
[ "MIT" ]
Arodriguez81/mail2bug
Mail2BugUnitTests/Mocks/Email/IncomingEmailMessageMock.cs
5,896
C#
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
32.660377
111
0.630849
[ "Apache-2.0" ]
TencentCloud/tencentcloud-sdk-dotnet
TencentCloud/Vod/V20180717/Models/TimeRange.cs
1,855
C#
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using KeyVault.Acmebot.Options; using Newtonsoft.Json; namespace KeyVault.Acmebot.Providers { public class LiquidWebProvider : IDnsProvider ...
36.672
155
0.543739
[ "Apache-2.0" ]
Virtual-Desktop-Service/keyvault-acmebot
KeyVault.Acmebot/Providers/LiquidWebProvider.cs
9,170
C#
// Copyright (c) Arctium. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Arctium.WoW.Launcher.Patches; static class Windows { #if x64 public static byte[] Integrity = { 0xC2, 0x00, 0x00 }; public static byte[] CertBundle = { 0x90, 0x90 ...
36.434783
128
0.669451
[ "MIT" ]
Arctium/WoW-Launcher
src/Patches/Windows.cs
838
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...
36.55
186
0.80301
[ "ECL-2.0", "Apache-2.0" ]
Otanikotani/pulumi-aws
sdk/dotnet/WafV2/Inputs/WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementByteMatchStatementFieldToMatchUriPathGetArgs.cs
731
C#
/*************************************************************************** * NecroRegion.cs * ----------------------------- * begin : July 10, 2011 * copyright : (C) Scriptiz * email : maeliguul@hotmail.com * ...
32.946667
184
0.525496
[ "BSD-2-Clause" ]
greeduomacro/vivre-uo
Scripts/Vivre/NecroTemple/NecroRegion.cs
4,950
C#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xaml...
34.72549
94
0.68323
[ "Apache-2.0" ]
aliozgur/xamarin-forms-book-samples
Chapter11/DynamicVsStaticCode/DynamicVsStaticCode/DynamicVsStaticCode.WinPhone/MainPage.xaml.cs
1,771
C#
// WARNING // // This file has been generated automatically by Visual Studio from the outlets and // actions declared in your storyboard file. // Manual changes to this file will not be maintained. // using Foundation; using System; using System.CodeDom.Compiler; namespace PodcastRadio.iOS.Views.Main.Cells ...
23.796117
84
0.480212
[ "MIT" ]
joaowd/PodcastRadio
PodcastRadio.iOS/Views/Main/Cells/PodcastCell.designer.cs
2,451
C#
using UnityEngine; using System.Collections; public class Trader : MonoBehaviour, IBuilding { public TradeList possibleTrades; public int currentTradeAmount = 0; public TradeItem currentTradeItem { get {return currTradeItem;} set {currTradeItem = value;} } private TradeItem currTradeItem; public int cur...
23.307692
72
0.740099
[ "Apache-2.0" ]
Aggrathon/LudumDare33
Assets/Scripts/Trade/Trader.cs
1,214
C#
using System; using System.Globalization; using System.Threading; using System.Windows; using HandyControl.Controls; using HandyControl.Data; using HandyControl.Tools; using HandyControlDemo.Data; using HandyControlDemo.Tools; namespace HandyControlDemo { /// <summary> /// App.xaml 的交互逻辑 /// </summary> ...
30.596774
114
0.622035
[ "MIT" ]
ihehe616/HandyControl
HandyControlDemo/App.xaml.cs
1,909
C#
using System.Data.Entity; using System.Data.Entity.ModelConfiguration.Conventions; using System.Linq; using Microsoft.Azure.Mobile.Server; using Microsoft.Azure.Mobile.Server.Tables; using MobileAppsFileSampleService.DataObjects; namespace MobileAppsFileSampleService.Models { public class MobileAppsFileSampleCont...
36.166667
112
0.702765
[ "MIT" ]
Azure-Samples/app-service-mobile-dotnet-todo-list-files
src/service/MobileAppsFileSampleService/Models/MobileAppsFileSampleContext.cs
1,304
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...
25.678571
81
0.667594
[ "Apache-2.0" ]
polivbr/pulumi-azure-native
sdk/dotnet/DBforPostgreSQL/V20171201Preview/Outputs/PrivateEndpointPropertyResponse.cs
719
C#