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; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Text; using Elide.Scintilla; namespace Elide.EilCode.Lexer { internal sealed partial class Parser { public const int _EOF = 0; public const int _ident = 1; public const int _intTok = 2...
20.298343
250
0.491222
[ "MIT" ]
vorov2/ela
Elide/Elide.EilCode/Lexer/Parser.cs
14,696
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> //--...
35.129032
151
0.568411
[ "Apache-2.0" ]
Airylan/RehearsalScheduler
RehearsalScheduler/DesktopGUI/Properties/Settings.Designer.cs
1,091
C#
using System; namespace SGson.Test.Entity { public class ArrayCase { public int[] ArrayUndifined { get; set; } public ulong[] ArrayNull { get; set; } public sbyte[] ArrayEmpty { get; set; } public double[,,] MultidimensionalArray { get; set; } public double[,,] MultidimensionalArrayEmpty0 { get; set; } p...
33.055556
61
0.689076
[ "MPL-2.0", "MPL-2.0-no-copyleft-exception" ]
zaobao/SGson
test/Entity/ArrayCase.cs
595
C#
namespace BashSoft.App { using IO; using Core; using BashSoft.App.Repositories; using BashSoft.App.SimpleJudge; public class StartUp { public static void Main(string[] args) { var commandInterpreter = new CommandInterpreter(); var inputReader = new Inpu...
33.09375
144
0.641171
[ "MIT" ]
msotiroff/Softuni-learning
C# Fundamentals Module/CSharp-Advanced/Jan 2018 instance/Bash-Soft/Solution/BashSoft/BashSoft.App/StartUp.cs
1,061
C#
using System; using Unity.Burst; using Unity.Collections; using Unity.Entities; using Unity.Jobs; using Unity.Mathematics; using Unity.Transforms; using UnityEngine; namespace ew { public struct Head : IComponentData { public float theta; public int spineId; public int b...
32.282609
109
0.573962
[ "MIT" ]
skooter500/Forms
Assets/ECSBoids/HeadsAndTailsSystem.cs
4,457
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: AssemblyTit...
38.756757
85
0.728731
[ "MIT" ]
cestavede/TestEFMigrations
Data.EFProvider/Properties/AssemblyInfo.cs
1,437
C#
using RootSystem = System; using System.Linq; using System.Collections.Generic; namespace Microsoft.Kinect.Face { // // Microsoft.Kinect.Face.HighDefinitionFaceFrameReference // public sealed partial class HighDefinitionFaceFrameReference : Helper.INativeWrapper { internal RootSystem.IntPtr...
42.277778
183
0.704074
[ "Apache-2.0" ]
Cheezegami/Hybrid_Space-Autumn-Blues
Assets/Plugins/Standard Assets/Microsoft/Kinect/Face/HighDefinitionFaceFrameReference.cs
3,805
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class PlayerPawn : Pawn { public virtual void Start() { IgnoresDamage = false; } public virtual void Horizontal(float value) { } p...
13.011364
51
0.555022
[ "MIT" ]
AGGP-NHTI/Empowered
Assets/Player_Scripts/PlayerPawn.cs
2,292
C#
using System; using System.Diagnostics; using System.IO; using Microsoft.Win32; namespace Netch.Utils { public static class TUNTAP { public static string TUNTAP_COMPONENT_ID_0901 = "tap0901"; public static string TUNTAP_COMPONENT_ID_0801 = "tap0801"; public static string NETWORK_KEY = ...
35.204301
161
0.544594
[ "MIT" ]
yakasuakanakata/Netch
Netch/Utils/TUNTAP.cs
3,380
C#
using System; using RenderingPipe.Resources; namespace RenderingPipe.Commands { class RenderTargetClearCommand: IRenderCommand { public RenderCommandType RenderCommandType { get { return RenderCommandType.Clear_Color; } } public override string ToString...
22.133333
87
0.473896
[ "MIT" ]
ousttrue/ModelGenerics
RenderingPipe/Commands/RenderTargetClearCommand.cs
998
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...
37.529915
149
0.618993
[ "Apache-2.0" ]
AltairMartinez/aws-sdk-unity-net
src/Services/IdentityManagement/Generated/Model/ListRoleTagsRequest.cs
4,391
C#
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; using System.Threading.Task...
50.768595
268
0.638817
[ "Apache-2.0" ]
DavidKarlas/roslyn
src/Features/Core/CodeFixes/AddImport/AbstractAddImportCodeFixProvider.cs
24,574
C#
using SixLabors.Fonts; namespace Shinobu.Services { public class FontService { private readonly FontCollection _fontCollection = new(); // ReSharper disable once PrivateFieldCanBeConvertedToLocalVariable public FontFamily FontFamily { get; private set; } public Font Bold { get;...
30.388889
91
0.654479
[ "MIT" ]
pkly/shinobu-bot
bot/Services/FontService.cs
549
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Sat.Recruitment.Api.Models; namespace Sat.Recruitment.Api.Data.Repositories.Interfaces { public interface IGenericRepository<T> where T : class { void Agregar(T entidad); void Eliminar(string em...
24.666667
58
0.707207
[ "MIT" ]
adolfredo87/ParamoTech
Sat.Recruitment.Api/Data/Repositories/Interfaces/IGenericRepository.cs
446
C#
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.eShopWeb.ApplicationCore.Constants; using Microsoft.eShopWeb.Web.Interfaces; using Microsoft.eShopWeb.Web.ViewModels; using System.Threading.Tasks; namespace Microsoft.eShopWeb.Web.Page...
31.4
93
0.707006
[ "MIT" ]
Rumcajsbury/TestApp
src/Web/Pages/Admin/EditCatalogItem.cshtml.cs
1,258
C#
// // C++みたいにTemplateの特殊化ができれば、レコード固有の条件をQueryオブジェクトに定義できるが、、、 // //public class Query<ColumnInfo> : Query<ColumnInfo> { // //}
19.142857
60
0.679104
[ "MIT" ]
hiro80/SqlAccessor
Src/SqlAccessor/Query/QueryOfColumInfo.cs
214
C#
// ***************************************************************************** // // © Component Factory Pty Ltd, 2006 - 2016. All rights reserved. // The software and associated documentation supplied hereunder are the // proprietary information of Component Factory Pty Ltd, PO Box 1504, // Glen Waverley, Vic...
45.351351
95
0.709178
[ "BSD-3-Clause" ]
Krypton-Suite-Legacy/Krypton-NET-5.472
Source/Demos/Non-NuGet/Krypton Toolkit Examples/KryptonBorderEdge Examples/Properties/AssemblyInfo.cs
1,682
C#
// // System.Web.UI.Design.WebControls.ListControlDesigner.cs // // Author: Duncan Mak (duncan@novell.com) // // Copyright (C) 2005-2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "...
26.223077
86
0.740686
[ "Apache-2.0" ]
121468615/mono
mcs/class/System.Design/System.Web.UI.Design.WebControls/ListControlDesigner.cs
3,409
C#
/* Copyright (c) 2010 Marius Klimantavičius 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, copy, modify, merge, publis...
35.572115
168
0.596837
[ "MIT" ]
marius-klimantavicius/pinta
Tools/Marius.Build/Marius.Build.Tasks/Gppg.cs
7,402
C#
using System; using System.Data.SQLite; using System.Threading.Tasks; using Wabbajack.Hashing.xxHash64; namespace Wabbajack.Compiler.PatchCache { public record CacheEntry(Hash From, Hash To, long PatchSize, IBinaryPatchCache cache) { } }
22.727273
89
0.772
[ "Unlicense" ]
wabbajack-tools/wabbajack
Wabbajack.Compiler/PatchCache/CacheEntry.cs
250
C#
#define TI_DEBUG_PRINT //----------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; us...
49.041795
358
0.611694
[ "MIT" ]
utaal/dafny
Source/Dafny/Resolver.cs
813,162
C#
using System; using Microsoft.WindowsAzure.Storage.Blob; namespace XYZToDo.Models.AzureModels { public class CloudContainer { public string ContainerName { get; set; } public string URI { get; set; } public string CreatedBy { get; set; } public DateTimeOffset? CreatedAt { get; s...
32.914286
92
0.551215
[ "MIT" ]
tadakoglu/Xyzeki
Models/AzureModels/CloudContainer.cs
1,152
C#
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; /// <summary> /// The main job queue class. Encapsulates all behaviour related to queueing a job. Provides access to events, and status (i.e. running, repeating). /// </summary> public class CM_JobQueue : CM_GlobalCoroutineMa...
23.085973
155
0.666863
[ "MIT" ]
GandhiGames/unity_coroutine_manager
Assets/CM/Scripts/CM Main/CM_JobQueue.cs
15,308
C#
using System; using System.Collections.Generic; using System.IO; using UnityEngine; using FairyGUI.Utils; #if UNITY_EDITOR using UnityEditor; #endif namespace FairyGUI { /// <summary> /// A UI Package contains a description file and some texture,sound assets. /// </summary> public class ...
34.764045
151
0.456669
[ "MIT" ]
czlsy009/UnityAppMVCFramework
Framework/Assets/SilenceFramework/Libs/FairyGUI/Scripts/UI/UIPackage.cs
46,714
C#
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ namespace Adxstudio.Xrm.Services.Query { using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.Seria...
35.181319
126
0.714821
[ "MIT" ]
Adoxio/xRM-Portals-Community-Edition
Framework/Adxstudio.Xrm/Services/Query/Fetch.cs
6,403
C#
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.Threading; using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.Core.Pipeline; using Azure.Management.Network.Models; namespace Azure....
47.461916
219
0.598799
[ "MIT" ]
LeighS/azure-sdk-for-net
sdk/network/Azure.Management.Network/src/Generated/LoadBalancersClient.cs
19,317
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("03...
38.081081
84
0.74308
[ "MIT" ]
vanncho/SoftUni-Entrance-Exam-Prepare
030.Catch the Bits/Properties/AssemblyInfo.cs
1,412
C#
using System; using Xamarin.Forms; namespace Ooui.Forms { public class PlatformRenderer : Ooui.Html.Div, IDisposable { readonly Platform platform; public Platform Platform => platform; public override bool WantsFullScreen => true; public PlatformRenderer (Platform platform) { this.platform ...
27.271186
125
0.522063
[ "MIT" ]
KevinGliewe/Ooui
Ooui.Forms/PlatformRenderer.cs
1,611
C#
using System; using System.Collections.Generic; namespace LiteDB_V6 { internal class HeaderPage : BasePage { private const string HEADER_INFO = "** This is a LiteDB file **"; private const byte FILE_VERSION = 6; public override PageType PageType { get { return PageType.Header; } } ...
35.18
98
0.583854
[ "MIT" ]
hex11/LiteDB
LiteDB/Upgrade/V6/Pages/HeaderPage.cs
1,759
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. // DO NOT EDIT THIS FILE! It IS AUTOGENERATED using System; using System.Runtime.InteropServices; namespace Intern...
46.420299
318
0.627168
[ "MIT" ]
06needhamt/runtime
src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs
149,102
C#
/* * Algebratec API * * Learn and test our api with ease * * OpenAPI spec version: 1.0.0 * Contact: support@algebratec.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using NUnit.Framework; using System; using System.Linq; using System.IO; using System.Collections.Generic; using IO....
27.153846
164
0.601275
[ "Apache-2.0" ]
algebratec/travel-api-sdk-csharp
src/IO.Swagger.Test/Model/HotelConfirmationResponseBookingHotelPaxesTests.cs
2,824
C#
using Foundation; using System; using UIKit; namespace Toggl.iOS.Views { public partial class SuggestionsEmptyViewCell : UITableViewCell { private static readonly Random Random = new Random(); private const int minTaskWidth = 74; private const int maxTaskWidth = 84; private co...
33.673077
94
0.640777
[ "BSD-3-Clause" ]
MULXCODE/mobileapp
Toggl.iOS/Views/Suggestions/SuggestionsEmptyViewCell.cs
1,753
C#
namespace Nager.Country.CountryInfo { /// <summary> /// Switzerland /// </summary> public class SwitzerlandInfo : ICountryInfo { public string CommonName => "Switzerland"; public string OfficialName => "Swiss Confederation"; public Translation[] Translations => new [] ...
44.802469
62
0.602921
[ "MIT" ]
MrGrabazu/Nager.Country
src/Nager.Country/CountryInfo/SwitzerlandInfo.cs
3,798
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using LinqToDB; using LinqToDB.Data; namespace Reactive.Streams.Helpers { public class Linq2DbContextLifetime<T,TDc> : IAsyncEnumerableContextLifetime<T>, IEnumerableContextLifetime<T> where ...
25.243902
55
0.604831
[ "Apache-2.0" ]
to11mtm/Akka.Streams.Linq2Db
src/Reactive.Streams.Helpers.Linq2Db/Linq2DbQueryable/Linq2DbContextLifetime.cs
1,037
C#
/** * Autogenerated by Thrift Compiler (0.11.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ namespace STB_Modeling_Techniques.DEISProject.ODEDataModel.ThriftContract { public enum TDDIAssertionUnionType { AUTClaim = 0, AUTAbstractAssertedRelationship = 1, } ...
20.125
73
0.729814
[ "MIT" ]
DEIS-Project-EU/DDI-Scripting-Tools
ODE_Tooladapter/ThriftContract/ODEThriftContract/gen_Thrift_ODE/csharp/STB_Modeling_Techniques/DEISProject/ODEDataModel/ThriftContract/TDDIAssertionUnionType.cs
322
C#
using System; using System.Data; using System.Web.UI; using System.ComponentModel; using System.Web.UI.WebControls; using Amns.GreyFox.Web.UI.WebControls; namespace Amns.Tessen.Web.UI.WebControls { /// <summary> /// Default web editor for DojoAccessControlGroup. /// </summary> [ToolboxData("<DojoAccessControlGroup...
26.557719
115
0.713014
[ "MIT" ]
rahodges/Tessen
Amns.Tessen/DataObjects/DojoAccessControlGroupView.cs
19,095
C#
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
34.3125
93
0.712659
[ "MIT" ]
Acorisoft/AvalonEdit
ICSharpCode.AvalonEdit/Editing/DottedLineMargin.cs
2,198
C#
using Scada.Comm; 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("ScadaCommCommon")] [ass...
37.945946
84
0.752137
[ "Apache-2.0" ]
JoygenZhang/Rapid-SCADA-sources
ScadaComm/ScadaCommCommon/Properties/AssemblyInfo.cs
1,407
C#
#region License /* * 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 ...
31.627907
84
0.738235
[ "Apache-2.0" ]
zebmason/Bugbear
Bugbear.Graph/Wrapper/IGraphDB.cs
1,362
C#
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace CoreDemo.Controllers { public class DashboardController : Controller { [AllowAnonymous] public IActionResult Index() { return View(); } } }
18.8
49
0.638298
[ "MIT" ]
murat1347/DotNet-Core-Blog
CoreDemo/Controllers/DashboardController.cs
284
C#
namespace Zinnia.Tracking.Velocity { using Malimbe.BehaviourStateRequirementMethod; using Malimbe.MemberClearanceMethod; using Malimbe.PropertySerializationAttribute; using Malimbe.XmlDocumentationAttribute; using System; using UnityEngine; using UnityEngine.Events; /// <summ...
30.267717
99
0.532518
[ "MIT" ]
ChrisJoshNow/Zinnia.Unity
Runtime/Tracking/Velocity/VelocityEmitter.cs
3,846
C#
using System; using System.Collections.Generic; using System.Text; namespace UserScriptLib { /// <summary> /// Another class to see if we can debug across two scripts at the same time. /// </summary> internal class AnotherClassToTestTwoScriptsAtATime { // TODO Create a method in...
26.4
99
0.669192
[ "MIT" ]
robdunbar/alternet-script-debugger
UserScriptLib/AnotherClassToTestTwoScriptsAtATime.cs
398
C#
using System; using System.Collections.Generic; using System.Text; namespace SimpleWeather.HERE { public class Nwsalerts { public Warning[] warning { get; set; } public Watch[] watch { get; set; } } public class Warning { public string type { get; set; } public str...
30.866667
57
0.566307
[ "Apache-2.0" ]
SimpleAppProjects/SimpleWeather-Windows
SimpleWeather.Shared/HERE/NWSAlerts.cs
2,317
C#
//----------------------------------------------------------------------- // <copyright file="GestureTouchesUtility.cs" company="Google LLC"> // // Copyright 2018 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with...
35.015789
99
0.566812
[ "Apache-2.0" ]
jiyu-park/arcore-unity-sdk
Assets/GoogleARCore/Examples/ObjectManipulation/Scripts/Gestures/GestureTouchesUtility.cs
6,653
C#
using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TheLongRun.Common.Orchestration.Attributes; namespace TheLongRun.Common.Orchestration { /// <summary> /// A base class for any QUERY orchestrator functions ...
29.715054
134
0.563597
[ "Unlicense" ]
MerrionComputing/AzureFunctions-TheLongRun-Leagues
TheLongRun.Common/Orchestration/EventStreamBackedQueryOrchestrator.cs
5,529
C#
using System; using System.ServiceModel; using bv.common.Configuration; using bv.common.Core; using bv.model.BLToolkit; using bv.model.Model.Validators; using eidss.model.Core; using eidss.model.Resources; using eidss.model.Trace; namespace eidss.model.WcfService { public abstract class ServiceHostKee...
28.745902
133
0.532079
[ "BSD-2-Clause" ]
EIDSS/EIDSS-Legacy
EIDSS v6/eidss.core/WcfService/ServiceHostKeeper.cs
3,509
C#
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice,...
35.661017
71
0.671578
[ "BSD-2-Clause" ]
GaborApatiNagy/xenadmin
XenModel/XenAPI/network_default_locking_mode.cs
2,104
C#
#pragma checksum "E:\diploma_project_here\SoftSpace_web\cancel\View\User\YourOrders.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8e1786631bae50bfd2e366b1387c7989bb0dfcac" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNet...
55.87234
186
0.747906
[ "MIT" ]
DonEnot/Diplom_SoftSpace
obj/Debug/netcoreapp2.2/Razor/cancel/View/User/YourOrders.g.cshtml.cs
2,626
C#
using System.Collections.Generic; using System.Threading.Tasks; using Contas.Extenso.Application.Models; using Contas.Extenso.Domain.Models; namespace Contas.Extenso.Application.Interfaces { public interface IContaService { Task<IEnumerable<Conta>> GetContas(); Task<(int status, string descrip...
28.538462
83
0.757412
[ "MIT" ]
NickeManarin/Contas
Extenso/Contas.Extenso.Application/Interfaces/IContaService.cs
373
C#
using System; using System.Data.Entity; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using NUnit.Framework; using OpenEvent.Test.Factories; namespace OpenEvent.Test.Services.AnalyticsService { [TestFixture] public class CaptureSearch { [Test] public async Ta...
34.344828
167
0.63253
[ "MIT" ]
Group23Software/OpenEvent
OpenEvent.Test/Services/AnalyticsService/CaptureSearch.cs
996
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "li...
36.67619
154
0.618541
[ "Apache-2.0" ]
philasmar/aws-sdk-net
sdk/src/Services/ForecastService/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceRequestMarshaller.cs
3,851
C#
/*--------------------------------------------------------------------------------------------- * Copyright (c) Dale Roberts. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *------------------------------------------------------------------------...
53.853333
229
0.575514
[ "MIT" ]
MouseUnSnag/MouseUnSnag
MouseUnSnag/GeometryUtil.cs
8,078
C#
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; using UnityEngine; namespace Peace { public class RealTimeWorld : MonoBehaviour { public String configLocation = ""; public GameObject tracking; ...
30.245161
122
0.486561
[ "MIT" ]
Bycob/world
projects/peace/Assets/Peace/Scripts/RealTimeWorld.cs
4,690
C#
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace Elasticsearch.Net.Integration.Yaml.IndicesExists1 { public partial class IndicesExists1YamlTests { [NCrunch.Framework.Exclus...
20.688525
67
0.701268
[ "MIT" ]
amitstefen/elasticsearch-net
src/Tests/Elasticsearch.Net.Integration.Yaml/indices.exists/10_basic.yaml.cs
1,262
C#
using NBitcoin.Crypto; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBitcoin { public class PartialMerkleTree : IBitcoinSerializable { uint _TransactionCount; public uint TransactionCount {...
22.331606
141
0.628538
[ "MIT" ]
dthorpe/NBitcoin
NBitcoin/PartialMerkleTree.cs
4,312
C#
using System; using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Reflection; using System.Runtime.InteropServices.WindowsRuntime; using System.Text; using System.Threading; using System.Threading.Tasks; using Windows.ApplicationModel; using Windows.ApplicationModel.Core; using Windo...
25.497006
112
0.730155
[ "MIT" ]
akihikodaki/Xamarin.Forms
Xamarin.Forms.Platform.WinRT/WindowsBasePlatformServices.cs
4,260
C#
using UnityEngine; // Shapes © Freya Holmér - https://twitter.com/FreyaHolmer/ // Website & Documentation - https://acegikmo.com/shapes/ namespace Shapes { [ExecuteInEditMode] [AddComponentMenu( "Shapes/Rectangle" )] public class Rectangle : ShapeRenderer { public enum RectangleType { HardSolid, RoundedS...
30.394161
196
0.700288
[ "MIT" ]
shelhelix/NetworkTicTacToe
Assets/!ThirdParty/Shapes/Scripts/Runtime/Components/Rectangle.cs
4,168
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.Collections.Generic; using System.Linq; using BasicWebSite.Models; namespace BasicWebSite { public class ContactsRepository { ...
27.12
111
0.650442
[ "Apache-2.0" ]
06b/AspNetCore
src/Mvc/test/WebSites/BasicWebSite/ContactsRepository.cs
678
C#
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Security; using System.Text; using System.Windows.Forms; using AvayaMoagentClient; namespace AvayaDialerTestClient { /// <summary> /// Login /// </summary> publ...
22.523364
92
0.617842
[ "BSD-2-Clause" ]
advanced-call-center-tech/avaya-moagent-client
AvayaDialerTestClient/Login.cs
2,412
C#
namespace CarDealer.Dtos.Export { using System.Xml.Serialization; [XmlType("car")] public class exp_carsWithDistance_dto { [XmlElement("make")] public string Make { get; set; } [XmlElement("model")] public string Model { get; set; } [XmlElement("travelled-dist...
22.764706
51
0.604651
[ "MIT" ]
StackSmack007/Database-Course
Exercise XML Processing/2/CarDealer/Dtos/Export/exp_carsWithDistance_dto.cs
389
C#
using System.Collections.Generic; using Newtonsoft.Json; namespace Pdd.OpenSdk.Core.Models.Response.Promotion { public class CouponBatchList { /// <summary> /// Examples: 9251417707 /// </summary> [JsonProperty("id")] public long Id { get; set; } /// <summary> ...
31.598726
506
0.557952
[ "Apache-2.0" ]
micro-chen/FlyBirdYoYo
Pdd.OpenSdk.Core/Models/Response/Promotion/GetPromotionMerchantCouponListResponseModel.cs
4,973
C#
using Reception.Model.Interface; namespace Reception.Model.Dto { public class PostDto : IPost { public int Id { get; set; } public string Comment { get; set; } public string Name { get; set; } } }
18.153846
43
0.597458
[ "MIT" ]
kirichenec/ReceptionNetCore
src/Reception.Model.Dto/PostDto.cs
238
C#
using System; using System.Collections.Generic; using System.Text; using NBTExplorer.Model; namespace NBTUtil.Ops { abstract class ConsoleOperation { public virtual bool OptionsValid (ConsoleOptions options) { return true; } public abstract bool CanProcess (DataNod...
22.263158
81
0.685579
[ "MIT" ]
3prm3/NBTExplorer-Reloaded
NBTUtil/Ops/ConsoleOperation.cs
425
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 ...
39.541667
146
0.604656
[ "BSD-3-Clause" ]
N3X15/VoxelSim
OpenSim/Region/CoreModules/Framework/Library/LocalInventoryService.cs
10,441
C#
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ using System...
37.666667
80
0.638274
[ "MIT" ]
cityjoy/NetCoreFrame.Admin
CoreFrame.IdentityServer4.DapperExtension/obj/Debug/netcoreapp2.1/Czar.IdentityServer4.AssemblyInfo.cs
1,020
C#
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Threading.Tasks; using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Mixed Reality Toolkit controlle...
58.294118
208
0.680457
[ "MIT" ]
Argylebuild/aad-hololens
Assets/MRTK/Core/Interfaces/Devices/IMixedRealityDictationSystem.cs
2,975
C#
/* * Original author: Matt Chambers <matt.chambers42 .at. gmail.com > * * Copyright 2020 University of Washington - Seattle, WA * * 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 * * ...
40.593407
129
0.562534
[ "Apache-2.0" ]
jeleclaire/pwiz
pwiz_tools/Skyline/Alerts/KeyValueGridDlg.cs
3,696
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "li...
30.258621
108
0.640456
[ "Apache-2.0" ]
philasmar/aws-sdk-net
sdk/src/Services/RoboMaker/Generated/Model/GetWorldTemplateBodyResponse.cs
1,755
C#
#pragma checksum "C:\Users\Mehmet\Desktop\UdemyBlogFront\Views\_ViewStart.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5c05831fc344a09d2edcd9b7ea64465dcbd15998" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(UdemyBlogFront.M...
53.4
175
0.761964
[ "MIT" ]
mehmetkillar/BlogProject-FrontEnd
BlogProject/obj/Debug/net5.0/Razor/Views/_ViewStart.cshtml.g.cs
2,403
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; namespace BAYSOFT.Presentations.WebAPI { public class Program { ...
26.296296
70
0.650704
[ "MIT" ]
bs-templates/template-architecture-cqrsfapi
src/BAYSOFT.Presentations.WebAPI/Program.cs
710
C#
using Handelabra; using Handelabra.Sentinels.Engine.Controller; using Handelabra.Sentinels.Engine.Model; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace Jp.ParahumansOfTheWormverse.Slaughterhouse9 { public class SpiderbotsCardController : C...
30.547619
162
0.604832
[ "BSD-2-Clause" ]
kree1/potw
Mod/Villains/Slaughterhouse9/Cards/SpiderbotsCardController.cs
1,285
C#
using System.ComponentModel.DataAnnotations.Schema; namespace la_rive_admin.Models { public class ItemModel : Item { public virtual Category Category { get; set; } public Order Order { get; set; } } }
21.727273
54
0.648536
[ "MIT" ]
Git-Dobou/la_rive
la_rive_admin/Models/ItemModel.cs
241
C#
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.IdentityModel.Tokens; using Quartz; using Zirku.Server.Models; using Zirku.Server.Services...
43.441558
106
0.590135
[ "Apache-2.0" ]
NewkyNet/openiddict-samples
samples/Zirku/Zirku.Server/Startup.cs
6,690
C#
// ----------------------------------------------------------------------- // <copyright file="DapperSqlExecutor.cs" company="Hybrid开源团队"> // Copyright (c) 2014-2017 Hybrid. All rights reserved. // </copyright> // <site>https://www.lxking.cn</site> // <last-editor>ArcherTrister</last-editor> // <last-date>20...
32.913043
118
0.557464
[ "Apache-2.0" ]
ArcherTrister/ESoftor
src/Hybrid.EntityFrameworkCore.Sqlite/SqliteDapperSqlExecutor.cs
1,622
C#
#if NET_2_0 /* Used to determine Browser Capabilities by the Browsers UserAgent String and related Browser supplied Headers. Copyright (C) 2002-Present Owen Brady (Ocean at owenbrady dot net) and Dean Brettle (dean at brettle dot com) Permission is hereby granted, free of charge, to any person obtaining a copy of t...
37.6125
181
0.747424
[ "Apache-2.0" ]
121468615/mono
mcs/class/System.Web/System.Web.Configuration_2.0/CapabilitiesBuild.cs
3,009
C#
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("JwRecorder")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyPro...
25.27027
56
0.715508
[ "MIT" ]
wuqinchao/JwRecorder
Properties/AssemblyInfo.cs
1,276
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StripLib { public interface IStripWriter { void Write(string command); } }
15.928571
35
0.721973
[ "Apache-2.0" ]
jakkaj/DayBar
Playground/Playground_Test/StripLib/IStripWriter.cs
225
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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Ed...
39.66
146
0.71054
[ "MIT" ]
AlFasGD/roslyn
src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/SearchGraphQuery.cs
1,985
C#
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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://w...
33.8
87
0.601775
[ "MIT" ]
stankovski/azure-sdk-tools
src/ServiceManagement/Sql/Commands.SqlDatabase/Model/DatabaseCopy.cs
1,643
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. // // // Description: DataObjectSettingData event arguments // using System; namespace System.Windows { /// <s...
33.776316
108
0.555123
[ "MIT" ]
00mjk/wpf
src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataObjectSettingDataEventArgs.cs
5,134
C#
/* * PROJECT: Aura Operating System Development * CONTENT: Welcome Message * PROGRAMMERS: Alexy DA CRUZ <dacruzalexy@gmail.com> * Valentin Charbonnier <valentinbreiz@gmail.com> */ using System; namespace Aura_OS.System { class WelcomeMessage { /// <summary> ...
30.82
73
0.484101
[ "BSD-3-Clause" ]
Project-Magenta/Aura-Operating-System
Aura Operating System/Aura OS/System/Drawable/WelcomeMessage.cs
1,543
C#
using EFCore.BulkExtensions.SqlAdapters; using Microsoft.EntityFrameworkCore; using NetTopologySuite.Geometries; using System; using System.Collections.Generic; using System.Data; using System.Linq; using Xunit; namespace EFCore.BulkExtensions.Tests { public class EFCoreBulkTestAtypical { protected int...
38.590179
190
0.520885
[ "MIT" ]
Hoffs/EFCore.BulkExtensions
EFCore.BulkExtensions.Tests/EFCoreBulkTestAtypical.cs
40,867
C#
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Node { public bool walkable; public Vector3 worldPosition; public int gridX; public int gridY; public int gCost; //Cost from startpoint public int hCost; //Cost to reach the endpoint public Node par...
21.2
75
0.627358
[ "MIT" ]
roberko44/Routenwahlverfahren
Pathfinding with grids/Assets/Node.cs
636
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...
28.168421
101
0.588191
[ "Apache-2.0" ]
amazon-archives/aws-sdk-xamarin
AWS.XamarinSDK/AWSSDK_Android/Amazon.EC2/Model/InstanceStatusDetails.cs
2,676
C#
// Copyright (c) Dolittle. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Threading.Tasks; using Dolittle.Runtime.Microservices; namespace Dolittle.Runtime.CLI.Runtime { /// <summary> ///...
42.347826
127
0.710472
[ "MIT" ]
dolittle/Runtime
Source/CLI/Runtime/ICanLocateRuntimes.cs
974
C#
/* Copyright (c), 2011,2012 JASDev International http://www.jasdev.com 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 Un...
27.988372
129
0.710428
[ "MIT" ]
devdotnetdotorg/FEZ-Domino-Bell
Work_files/363_363_FEZ_Connect_Web_Server_1.4/FEZ Connect Web Server 1.4/FEZConnect WebServer/JDI/Web/HtmlDataReader.cs
2,407
C#
using System; using System.Data; using System.Web; using GroupDocs.Watermark.Live.Demos.UI.Config; namespace GroupDocs.Watermark.Live.Demos.UI.Config { public class BasePage : BaseRootPage { protected override void OnPreInit(EventArgs e) { base.OnPreInit(e); } protected override void OnLoad(EventArgs e...
22.540984
73
0.509091
[ "MIT" ]
groupdocs-watermark/GroupDocs.Watermark-for-.NET
Demos/LiveDemos/src/GroupDocs.Watermark.Live.Demos.UI/Config/BasePage.cs
1,377
C#
using System.Text.Json.Serialization; namespace Essensoft.AspNetCore.Payment.Alipay.Domain { /// <summary> /// AntMerchantExpandActivitySignupQueryModel Data Structure. /// </summary> public class AntMerchantExpandActivitySignupQueryModel : AlipayObject { /// <summary> /// 参数名:活动标识...
28.782609
73
0.634441
[ "MIT" ]
LuohuaRain/payment
src/Essensoft.AspNetCore.Payment.Alipay/Domain/AntMerchantExpandActivitySignupQueryModel.cs
812
C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static GeneticAlgorithm.GeneticAlgorithm; namespace GeneticAlgorithm { public static class Functions { public static double Fitness(FitnessFunction ff, double[] values) { ...
24.5
84
0.481633
[ "MIT" ]
brunocharamba/ALGntc
GeneticAlgorithm/Functions.cs
1,228
C#
using System; using System.Collections.Generic; using System.IO; using System.IO.Pipes; using System.Linq; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Text.RegularExpressions; namespace Microsoft.Diagnostics.Tools.RuntimeClient.Diagn...
41.688073
190
0.608715
[ "Apache-2.0" ]
brianrob/Benchmarks
src/BenchmarksServer/Microsoft.Diagnostics.Tools.RuntimeClient/DiagnosticsIpc/IpcClient.cs
4,546
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...
28.702703
101
0.730697
[ "Apache-2.0" ]
Bio2hazard/aws-sdk-net
sdk/src/Services/DatabaseMigrationService/Generated/Model/RemoveTagsFromResourceResponse.cs
1,062
C#
/* *Copyright (c) 2011 Seth Ballantyne <seth.ballantyne@gmail.com> * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal *in the Software without restriction, including without limitation the rights *to use, ...
35.058824
95
0.638003
[ "MIT" ]
sethballantyne/eraser-bot-frontend
EraserBotFrontend/Model.cs
2,386
C#
using System; using Csla; using Invoices.DataAccess; namespace Invoices.DataAccess.SQLite { public partial class ProductSupplierItemDal { } }
15
48
0.70303
[ "MIT" ]
CslaGenFork/CslaGenFork
trunk/CoverageTest/Invoices-CS-DAL-DTO-INT64/Invoices.DataAccess.SQLite/ProductSupplierItemDal.cs
165
C#
using OpenTK.Graphics.OpenGL; using System; namespace Ryujinx.Graphics.Gal.OpenGL { class OGLConstBuffer : IGalConstBuffer { private OGLCachedResource<OGLStreamBuffer> Cache; public OGLConstBuffer() { Cache = new OGLCachedResource<OGLStreamBuffer>(DeleteBuffer); } ...
23.65625
91
0.540291
[ "Unlicense" ]
0x0ade/Ryujinx
Ryujinx.Graphics/Gal/OpenGL/OGLConstBuffer.cs
1,516
C#
namespace Xilium.Chromium.DevTools.Syntax { public abstract class SyntaxObject { } }
12.375
42
0.686869
[ "MIT" ]
CefNet/crdtp
src/Tools/Xilium.Crdtp.CSharp.Syntax/SyntaxObject.cs
101
C#
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Apocryph.FunctionApp.Model; using Ipfs; using Ipfs.Http; using Microsoft.Azure.WebJobs; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using Perper.WebJobs.Extensions.Bindings; us...
35
112
0.633236
[ "MIT" ]
cyppan/apocryph
src/Apocryph.FunctionApp/Ipfs/IpfsLoader.cs
1,719
C#
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: get.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Prot...
31.990964
191
0.653422
[ "MIT" ]
lukasz-pyrzyk/Kronos
Src/Kronos.Core/Messages/Get.cs
10,621
C#
using System; using Prism.Mvvm; namespace PrismSample { /// <summary>エンティティ系モデルクラス。</summary> public class Person : BindableBase { private int? id = null; /// <summary>IDを取得・設定します。</summary> public int? Id { get { return id; } set { SetProperty(ref id, value); } } private string name = string.Em...
20.051948
53
0.611399
[ "Apache-2.0" ]
YouseiSakusen/WpfGettingStarted2020
08_Step09/SampleModels/Person.cs
1,754
C#
using RSDKv5; namespace ManiacEditor.Entity_Renders { public class Vultron : EntityRenderer { public override void Draw(Structures.EntityRenderProp Properties) { DevicePanel d = Properties.Graphics; Classes.Scene.EditorEntity e = Properties.EditorObject; i...
27.116667
138
0.4622
[ "MIT" ]
CarJem/ManiacEditor
ManiacEditor/Entity Renders/Normal Renders/Badniks/Vultron.cs
1,629
C#
using System.Collections.Generic; using System.Text.RegularExpressions; using UnityEditor; using UnityEditor.IMGUI.Controls; using UnityEngine; namespace ToDoMini { public class ToDoMini : EditorWindow { static ToDoMini window; ToDoMiniData dataHolder; ToDoMiniData Data...
31.568998
116
0.478862
[ "MIT" ]
654306663/UnityExtensions
Extensions/ToDo Mini/Editor/ToDoMini.cs
16,832
C#