max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
src/2Day.Core.Shared/Model/Impl/Context.cs
gordonlyle/2DAY
34
7055209
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Chartreuse.Today.Core.Shared.Icons; using Chartreuse.Today.Core.Shared.Resources; using Chartreuse.Today.Core.Shared.Tools.Extensions; using SQLite.Net.Attributes; namespace Chartreuse.Today.Core.Shared...
LEM_Scripts/Effects/GameObjectsEffects/DestroyGameObject.cs
bestcolour/Linear-Event-Manager
0
7055210
<filename>LEM_Scripts/Effects/GameObjectsEffects/DestroyGameObject.cs using UnityEngine; using System; namespace LEM_Effects { [Serializable] [AddComponentMenu("")] public class DestroyGameObject : LEM_BaseEffect #if UNITY_EDITOR , IEffectSavable<GameObject> #endif { [Tooltip("Object to ...
source/Knyaz.Optimus/Engine.FormSubmit.cs
RusKnyaz/Optimus
63
7055211
using System; using System.Linq; using System.Net; using System.Text; using Knyaz.Optimus.Dom; using Knyaz.Optimus.Dom.Elements; using Knyaz.Optimus.ResourceProviders; namespace Knyaz.Optimus { partial class Engine { // todo: rewrite and complete the stuff private async void OnFormSubmit(HtmlFormEl...
ModelDesigner.DesignStudio.UnitTest/Wrappers4PropertyGrid/Editors/XmValueValueEditorUnitTest.cs
mpostol/ASMD
48
7055213
//__________________________________________________________________________________________________ // // Copyright (C) 2021, <NAME>. // // To be in touch join the community at GitHub: https://github.com/mpostol/OPC-UA-OOI/discussions //_______________________________________________________________________________...
FindMyTutor/Web/FindMyTutor.Web/ViewModels/Users/ProfileOfferViewModel.cs
dilyanaGl/FindMyTutor
0
7055214
<reponame>dilyanaGl/FindMyTutor using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace FindMyTutor.Web.ViewModels.Users { public class ProfileOfferViewModel { public int Id { get; set; } ...
Src/Litium.GraphQL/Types/BlockType.cs
tonnguyen/Litium.GraphQL
0
7055215
using GraphQL; using GraphQL.Types; using Litium.Accelerator.Builders; using Litium.Application.Runtime; using Litium.Blocks; using Litium.FieldFramework; using Litium.GraphQL.Builders; using Litium.GraphQL.Models; using Litium.Runtime.DependencyInjection; using Microsoft.Extensions.DependencyInjection; using Newtonsof...
robot.sl/Sensors/DistanceSensorUltrasonic.cs
SaschaIoT/robot.sl
4
7055216
using robot.sl.Helper; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Windows.Devices.I2c; namespace robot.sl.Sensors { /// <summary> /// Ultrasonic distance sensor: I2CXL-MaxSonar- EZ MB1202 /// </summary> public class DistanceSensorUltrasonic ...
ResidentContactApi/V1/Infrastructure/Contact.cs
LBHackney-IT/resident-contact-api
0
7055217
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace ResidentContactApi.V1.Infrastructure { [Table("contact_details")] public class Contact { [Column("id")] [Key] public int Id { get; set; } [Column("is_de...
V3/TextAdventure3/Playground/Alt/Engine/Commands/RegisterForUpdate.cs
Tauron1990/TextAdventure
0
7055218
<reponame>Tauron1990/TextAdventure<filename>V3/TextAdventure3/Playground/Alt/Engine/Commands/RegisterForUpdate.cs using System; using Akka; using Akka.Actor; using Akka.Streams.Dsl; using TextAdventures.Engine.Data; namespace TextAdventures.Engine.Commands { public sealed class RegisterForUpdate { pub...
test/Mono.Linker.Tests.Cases/TestFramework/Dependencies/CanCompileReferencesUsingTypes_LibSource2.cs
jtschuster/linker
313
7055219
<reponame>jtschuster/linker namespace Mono.Linker.Tests.Cases.TestFramework.Dependencies { public class CanCompileReferencesUsingTypes_LibSource2 { public class Nested1 { public class Nested2 { public static void MethodFromNestedNested () { } } } } }
test/Linker.Tests/Model/StoreLinksInMemoryTests/When_saving_an_existing_link_in_memory.cs
oystein-innovit/Linker
23
7055220
using System; using Xunit; using FluentAssertions; using Linker.Model; namespace Linker.Tests { public class When_saving_an_existing_link_in_memory { [Fact] public void Should_replace_the_url_for_the_link_with_specified_id() { var sut = new StoreLinksInMemory(); ...
Assets/Scripts/GameWinReturn.cs
LelekoFR/Wave-Runner-
0
7055221
<gh_stars>0 using UnityEngine; using UnityEngine.SceneManagement; public class GameWinReturn : MonoBehaviour { public Texture2D background; public float duracao; private float contagem; // Use this for initialization void Start () { } // Update is called once per frame void Update () { contagem += Time....
TransmissionSimulation/TransmissionSimulation/MainForm.cs
RaphCayou/TransmissionSimulation
0
7055222
<reponame>RaphCayou/TransmissionSimulation<gh_stars>0 using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Syst...
SharpHaven/Graphics/Sprites/Plants/GrowingPlantMaker.cs
k-t/SharpHaven
2
7055223
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using Haven.Resources; using Haven.Utils; using SharpHaven.Client; using SharpHaven.Utils; namespace SharpHaven.Graphics.Sprites.Plants { public class GrowingPlantMaker : SpriteMaker { private readonly int num; private readonly Sp...
20_WeIrDStRiNgCaSe_180120/Program.cs
dvlpr-life/CodeWars
0
7055224
<reponame>dvlpr-life/CodeWars using System; using System.Linq; // WeIrD StRiNg CaSe // https://www.codewars.com/kata/52b757663a95b11b3d00062d namespace _20_WeIrDStRiNgCaSe_180120 { class Program { public static string ToWeirdCase(string s) { var st = string.Join(" ",s ...
FlockingBirds.Game/FlockingBirdsGame.cs
pwasiewicz/flockingbirds
0
7055225
namespace FlockingBirds.Game { using SharpDX; using FlockingBirds.Game.DrawableParts; using FlockingBirds.Game.Textures; using FlockingSimulation.Setup; using SharpDX.Toolkit; using SharpDX.Toolkit.Graphics; // Use these namespaces here to override SharpDX.Direct3D11 /// <summary> ...
src/System.IO.Compression/tests/Common.cs
shana/corefx
3
7055226
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection; namespace System.IO.Compression.Tests { internal static class Common { internal static void SetDeflaterMode(string mode) ...
Northwind/NorthwindApi/ValidateModelAttribute.cs
SSWConsulting/DotNetCoreTour
4
7055227
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc.ModelBinding; namespace NorthwindTraders.NorthwindApi { public class ValidateModelAttribute : ActionFilterAttribute { public override void OnActionExecuting(ActionExe...
PIO.ClientLib/Connected Services/TaskCallbackServiceReference/Reference.cs
dfgs/PIO
0
7055228
<filename>PIO.ClientLib/Connected Services/TaskCallbackServiceReference/Reference.cs //------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un outil. // Version du runtime :4.0.30319.42000 // // Les modifications apportées à ce fichi...
Assets/BotTestBed/Scripts/Runtime/GameLifeTimeScope.cs
nekomimi-daimao/BotTestBed
0
7055229
using BotTestBed.Runtime; using BotTestBed.Runtime.Controller; using Runtime.Executor; using VContainer; using VContainer.Unity; namespace Runtime { public sealed class GameLifeTimeScope : LifetimeScope { protected override void Configure(IContainerBuilder builder) { builder.Registe...
KyivDigital/KyivDigital.Business/Models/Phone.cs
Yaroslav08/KyivDigital
0
7055230
using System.Text.Json.Serialization; namespace KyivDigital.Business.Models { public class Phone { [JsonPropertyName("phone")] public string PhoneNumber { get; set; } [JsonPropertyName("type")] public string Type { get; set; } } }
Telerik.RazorConverter/Razor/DOM/RazorDirectiveNode.cs
jehhynes/razor-converter
109
7055231
namespace Telerik.RazorConverter.Razor.DOM { public class RazorDirectiveNode : RazorNode, IRazorDirectiveNode { public string Directive { get; set; } public string Parameters { get; set; } public RazorDire...
Unity/Assets/Hotfix/HotfixMain.cs
pengjugame/ET
1
7055232
<reponame>pengjugame/ET //------------------------------------------------------------ // Author: 烟雨迷离半世殇 // Mail: <EMAIL> // Data: 2021年4月28日 10:20:07 //------------------------------------------------------------ using System; using System.Reflection; using ET; using ET.EventType; using UnityEngine; namespace ETHo...
ProximityQueryService/IProximityQueryService.cs
VerdantSparks/ProximityQueryService
0
7055233
using System.Collections.Generic; using System.Threading.Tasks; namespace LocationData { public interface IProximityQueryService<T> { Task<IEnumerable<ProximityQueryResult<T>>> Nearby(double lon, double lat, ...
src/DonateTo.ApplicationCore/Entities/State.cs
cognizant-softvision/donate-to
4
7055234
<reponame>cognizant-softvision/donate-to using System.Collections.Generic; namespace DonateTo.ApplicationCore.Entities { public class State : EntityBase { public string Name { get; set; } public long CountryId { get; set; } public IEnumerable<City> Cities { get; set; } } }
tests/UnitTests/Queries/GetAnimal/GetDeletedAnimalsQueryTests.cs
MikhailMasny/QR-Animal
3
7055235
using Masny.QRAnimal.Application.CQRS.Queries.GetAnimal; using Masny.QRAnimal.Application.DTO; using Shouldly; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Masny.QRAnimal.UnitTests.Queries.GetAnimal { public class GetDeletedAnimalsQueryTests : Base...
Domain/WindowTree/Helpers/WindowFinder.cs
opidopiopi/kaboom
0
7055236
namespace Kaboom.Domain.WindowTree.Helpers { public class WindowFinder : IVisitor { private const bool FORWARD = false; private const bool REVERSED = true; private EntityID windowID; private readonly bool reversed; private WindowFinder(bool reversed) ...
Embodiment/Assets/Scripts/AIController.cs
emilypeek1/EmbodimentVR
0
7055237
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; /* * The AIController is responsible of each agent * movement, animation, its transitions and phase swap. */ public class AIController : MonoBehaviour { GameObject[] wp1; // waypoint first phase GameObject[...
AxGridUnityTools/Tools/AxSpriteObject.cs
Deprion/AxGridTools
0
7055238
using System; using UnityEngine; namespace AxGrid.Tools { [CreateAssetMenu(fileName = "New Sprite Object", menuName = "AxSprite", order = 2)] public class AxSpriteObject : ScriptableObject { [SerializeField] private long spriteId = 0; [SerializeField] private string spriteNa...
PublicTransport/Views/Shared/_SidebarMenu.cshtml
HNochev/PublicTransport
0
7055239
@using PublicTransport.Core.Constants @if (this.User.IsInRole(UserConstants.Administrator)) { <aside class="main-sidebar sidebar-dark-primary elevation-4"> <!-- Brand Logo --> <a href="/" class="brand-link"> <img src="~/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circl...
Gallery.Common/Extensions/IQueryableExtensions.cs
eidias/Gallery
5
7055240
<gh_stars>1-10 using Gallery.Common.Helpers; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Gallery.Common.Extensions { public static class IQueryableExtensions { public static IOrderedQueryable<TSource> OrderBy<TSource>(th...
StackOnlyJsonParser/CodeAnalysis/SyntaxHelper.cs
dotnetmailbox/csharpStack
266
7055241
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Linq; namespace StackOnlyJsonParser.CodeAnalysis { internal static class SyntaxHelper { public static bool IsAutoProperty(IPropertySymbol property) { return property.DeclaringSyntaxRefe...
LilyPathDemo/TestSheets/GradientPens.cs
jaquadro/LilyPath
89
7055242
using LilyPath; using LilyPath.Pens; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace LilyPathDemo.TestSheets { [TestName("Gradient Pens")] public class GradientPensSheet : TestSheet { private Pen _gradWidth; private Pen _gradLength; private Graphic...
src/Moq.Sdk.Tests/SetupScopeTests.cs
husains/moq
638
7055243
<filename>src/Moq.Sdk.Tests/SetupScopeTests.cs using Xunit; namespace Moq.Sdk.Tests { public class SetupScopeTests { [Fact] public void LifeCycle() { using (new SetupScope()) { Assert.True(SetupScope.IsActive); } Assert.F...
Constant.cs
Morgyn/OHK
0
7055244
<reponame>Morgyn/OHK using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OHK { static class Constant { public const string appName = "OHK"; public const string releaseTag = "v1.0"; public const string githubName ...
src/tibs.stem.Application/PriceLevelss/IPriceLevelAppService.cs
realvino/Core-2.0
1
7055245
<reponame>realvino/Core-2.0<gh_stars>1-10 using Abp.Application.Services; using Abp.Application.Services.Dto; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using tibs.stem.PriceLevelss.Dto; namespace tibs.stem.PriceLevelss { public interface IPr...
Assets/Scripts/Utility/PrependCollection.cs
DavEat/LudumDare46
0
7055247
<gh_stars>0 using System.Collections.Generic; public class PrependList<T> { Collection first = null; const int MAXLENGTH = 25; int m_length = 0; public int length { get { return m_length; } } public void Add(T t) { m_length++; first = new Collection(first, t); if (m_...
Assets/NueDeck/Scripts/Characters/CharacterStats.cs
Arefnue/UNOG-Fall-Jam
0
7055248
using System; using System.Collections.Generic; using NueDeck.Scripts.Enums; using NueDeck.Scripts.UI; using UnityEngine; namespace NueDeck.Scripts.Characters { public class StatusStats { public StatusType StatusType { get; set; } public int StatusValue { get; set; } public b...
Assets/Tests/Data/ITestObject.cs
AfterShockGames/Forgery
2
7055249
<reponame>AfterShockGames/Forgery using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Tests.Data { public interface ITestObject { bool TestFunc(); } }
Virtual_Shared_Reality_CLIENT/Assets/Sources/Nuget/Manager/Editor/Impl/UnityHelper.cs
salvolannister/Virtual_Shared_Reality_CLIENT
1
7055250
using System.IO; using UnityEditor; using UnityEngine; namespace ARDI.Nuget.Impl { /// <summary> /// Helper functions to download files.</summary> /// <remarks> /// \todo ///TODO: Update this class to use UnityWebRequest /// </remarks> public static class UnityHelper { /// <su...
NAQRPD/NAQRPD.Common/Evaluation/AQCIHelper.cs
xin2015/NAQRPD
0
7055251
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace NAQRPD.Common.Evaluation { /// <summary> /// 综合质量指数计算工具类 /// </summary> public class AQCIHelper { /// <summary> /// IAi...
FlockingBirds.Game/Extensions/KeyboardServiceExtensions.cs
pwasiewicz/flockingbirds
0
7055252
namespace FlockingBirds.Game.Extensions { using SharpDX.Toolkit.Input; public static class KeyboardServiceExtensions { private static readonly object ResolveKeboardLock = new object(); public static IKeyboardService Resolve(SharpDX.Toolkit.Game game) { lock (ResolveKeb...
camunda-bpm-platform-net/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/servicetask/ServiceTaskVariablesTest.cs
luizfbicalho/Camunda.NET
6
7055253
<gh_stars>1-10 using System; /* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Ap...
RainbowMod/RainbowModuleSettings.cs
AntyMew/Everest
0
7055254
using FMOD.Studio; using Microsoft.Xna.Framework; using Monocle; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace Celeste.Mod.Rainbow { [SettingName("Rainbow-deline")] // We're la...
EulerProblems/Old solutions/1 to 25/Problem024.cs
HisRoyalRedness/ProjectEuler
0
7055255
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel.Composition; using System.Numerics; using System.Reflection; namespace fletcher.org { [Export(typeof(IProblem))] [Solution("2783915460")] class Problem024Generator : ProblemBase { ...
Clr2Jvm/Interop/JavaEnvironment.Array.g.cs
alethic/JniDotNet
2
7055256
<gh_stars>1-10 #pragma warning disable IDE0047 #pragma warning disable IDE1006 using System; using System.Runtime.InteropServices; using Clr2Jvm.Interop.Native; namespace Clr2Jvm.Interop { partial class JavaEnvironment { /// <summary> /// Creates a new Boolean array of the specified size. ...
NET/API/Treehopper/TreehopperRuntimeException.cs
ehailey1/treehopper-sdk
3
7055257
using System; namespace Treehopper { /// <summary> /// A runtime exception caused in Treehopper /// </summary> public class TreehopperRuntimeException : Exception { /// <summary> /// Construct a runtime exception /// </summary> /// <param name="message">the ...
src/Ocelot/Configuration/Creator/HttpHandlerOptionsCreator.cs
jstallm/Ocelot
1
7055258
using Ocelot.Configuration.File; namespace Ocelot.Configuration.Creator { public class HttpHandlerOptionsCreator : IHttpHandlerOptionsCreator { public HttpHandlerOptions Create(FileReRoute fileReRoute) { return new HttpHandlerOptions(fileReRoute.HttpHandlerOptions.AllowAuto...
Assets/Scripts/ThousandUpdateCallsOptimization/UpdateManagerCustom.cs
almartson/MyUltimateUnity3DGameTemplateForRapidPrototyping
6
7055259
using UnityEngine; //using System.Collections.Generic; /// <summary> /// This class Manages and helps the 'Cloner_GO.cs' Script to: create a group of similar GameObject with a CUSTOM UPDATE method, which is detailed down here. /// I advice you to add as many Variable-Attributes (down here) as Different Behaviours (i....
Assets/src/Engine/Logic/Locations/Camera/RotationActionModeController.cs
vpcoder/7d1n
0
7055260
<filename>Assets/src/Engine/Logic/Locations/Camera/RotationActionModeController.cs<gh_stars>0 using Engine.Data; using UnityEngine; using UnityEngine.UI; namespace Engine.Logic.Location { public class RotationActionModeController : MonoBehaviour { [SerializeField] private Color normalColor; [...
DeckUtilities/WRD/UnitDataExtractor/NdfObjectExtensions.cs
Jusas/WargameToolset
0
7055261
<reponame>Jusas/WargameToolset<gh_stars>0 using moddingSuite.Model.Ndfbin; using moddingSuite.Model.Ndfbin.Types.AllTypes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UnitExtractor { public static class NdfObjectExtensions { ...
FineBot/FineBot.WepApi/Models/FineInteractingModel.cs
prinzo/Attack-Of-The-Fines-TA15
1
7055262
<filename>FineBot/FineBot.WepApi/Models/FineInteractingModel.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace FineBot.WepApi.Models { public class FineInteractingModel { public Guid UserId { get; set; } public Guid FineId { get; set;...
Grasews.Domain/Entities/BaseGraphNodePosition.cs
mlcalache/grasews
0
7055263
namespace Grasews.Domain.Entities { public abstract class BaseGraphNodePosition : BaseEntity<int> { #region Props public float X { get; set; } public float Y { get; set; } #endregion Props } }
core-cron/Views/Home/Index.cshtml
alinciuca/core-cron
1
7055264
@using Microsoft.AspNetCore.Identity @using Core.Cron.Data @using Kendo.Mvc.UI @inject SignInManager<IdentityUser> SignInManager @inject UserManager<IdentityUser> UserManager @inject Microsoft.AspNetCore.Antiforgery.IAntiforgery Xsrf @Html.AntiForgeryToken() @{ ViewData["Title"] = "Home Page"; } @if (!SignInManage...
src/Migrator/Services/SqlServerConnectionService.cs
EvAlex/Awesome-EF-Migrator
1
7055266
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using PoliceSoft.Aquas.Model.Initializer.Models; namespace PoliceSoft.Aquas.Model.Initializer.Services { publ...
src/bitnumbers/src/models/uint1.cs
0xCM/z0
0
7055267
//----------------------------------------------------------------------------- // Copyright : (c) <NAME>, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { using System; using System.Runtime.CompilerServices; using static Root; ...
Temiang.Avicenna.BusinessObject/Generated/Patient.cs
trogalko/MpiSyncManager
0
7055268
<gh_stars>0 /* =============================================================================== EntitySpaces 2009 by EntitySpaces, LLC Persistence Layer and Business Objects for Microsoft .NET EntitySpaces(TM) is a legal trademark of EntitySpaces, LLC ...
UI/ArmorStateIndicator.cs
Kyolo/mech-armor
0
7055269
<reponame>Kyolo/mech-armor<filename>UI/ArmorStateIndicator.cs<gh_stars>0 using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using Terraria.GameContent.UI.Elements; using Terraria.UI; using Terraria.ModLoader; namespace MechArmor.UI { using Lib; using Config; public cla...
src/UnitTests/Info/AppInfoTest.cs
nano-byte/common
7
7055270
<reponame>nano-byte/common<gh_stars>1-10 // Copyright <NAME> // Licensed under the MIT License using System.Diagnostics; using System.Reflection; namespace NanoByte.Common.Info; public class AppInfoTest { [Fact] public void GetsForCurrentLibrary() { AppInfo.CurrentLibrary.Should().Be...
src/Plotter3D/Common/PointToolTip.cs
foman/Plotter3D
6
7055272
using HelixToolkit.Wpf; using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Media3D; namespace Plotter3D.Common { internal class PointToolTip : Control { private Point3D _point; private TextBlock _tb; public Point3...
OBeautifulCode.CodeGen.ModelObject.Test/Models/Scripted/Cloning/PublicSet/ReadOnlyCollection/ModelCloningPublicSetReadOnlyCollectionChild1.cs
OBeautifulCode/OBeautifulCode.CodeGen
1
7055273
<filename>OBeautifulCode.CodeGen.ModelObject.Test/Models/Scripted/Cloning/PublicSet/ReadOnlyCollection/ModelCloningPublicSetReadOnlyCollectionChild1.cs // -------------------------------------------------------------------------------------------------------------------- // <copyright file="ModelCloningPublicSetReadOn...
MewPipe.RecommenderEngine/IRecommenderEngine.cs
AlexisChevalier/MewPipe
0
7055274
<reponame>AlexisChevalier/MewPipe<filename>MewPipe.RecommenderEngine/IRecommenderEngine.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MewPipe.RecommenderEngine { public interface IRecommenderEngine<T> { List<KeyValuePai...
src/Sunburst.WindowsForms.Ribbon/Controls/Properties/StringValueProperiesProvider.cs
SunburstApps/Sunburst.WindowsForms.Ribbon
2
7055275
<gh_stars>1-10 //***************************************************************************** // // File: StringValuePropertiesProvider.cs // // Contents: Definition for string value Properties provider // //***************************************************************************** using Sunburst.Windo...
BojoFactory/Dominio/Interfaces/IRepositorioBase.cs
PGTeamWorks/bojo_factory
0
7055276
<reponame>PGTeamWorks/bojo_factory using System.Collections.Generic; namespace Dominio.Interfaces { public interface IRepositorioBase<T> where T: class { T InsereAltera(T obj); T ObterPorId(int id); IEnumerable<T> Obter(); } }
MonoJavaBridge/android/generated/javax/microedition/khronos/opengles/GL10Constants.cs
JeroMiya/androidmono
3
7055277
<reponame>JeroMiya/androidmono<filename>MonoJavaBridge/android/generated/javax/microedition/khronos/opengles/GL10Constants.cs namespace javax.microedition.khronos.opengles { [global::MonoJavaBridge.JavaClass()] public static partial class GL10Constants { public static int GL_ADD { get { return 260; ...
Unity/Assets/Scripts/Utils/TextSetter.cs
matthiasqu/BeatSaver
0
7055278
using Sirenix.OdinInspector; using TMPro; using UnityEngine; using UnityEngine.UI; namespace Utils { /// <summary> /// Sets text the text content on either a TMP_Text or UI Text asset. /// </summary> public class TextSetter : MonoBehaviour { /// <summary> /// Whether or not...
examples/blank_project/workers/unity/Assets/Plugins/Improbable/Sdk/Src/Unity/EntityPipeline/EmptyEntityBlock.cs
improbable/platform-sdk-csharp
34
7055279
// Copyright (c) Improbable Worlds Ltd, All Rights Reserved namespace Improbable.Unity.Core { /// <summary> /// Empty entity block, added at the end of the pipeline to /// make sure that <see cref="IEntityPipelineBlock.NextEntityBlock" /> /// does not need to be checked for null in all bloc...
Git.WMS.Web/Git.WMS.Web/Areas/Storage/Controllers/ProductController.cs
colin08/yun_gitwms
1
7055280
<filename>Git.WMS.Web/Git.WMS.Web/Areas/Storage/Controllers/ProductController.cs<gh_stars>1-10 using Git.Framework.Controller; using Git.Storage.Entity.Storage; using Git.Framework.DataTypes; using Git.Framework.DataTypes.ExtensionMethods; using Git.WMS.Sdk; using Git.WMS.Web.Lib; using Git.WMS.Web.Lib.Filter; using S...
parts/0000-library/Assets/Vendor/FPCSharpUnity/unity/Filesystem/FilesystemDataCache.cs
FPCSharpUnity/FPCSharpUnity
1
7055281
using System.Collections.Generic; using System.IO; using System.Linq; using FPCSharpUnity.unity.caching; using FPCSharpUnity.unity.Functional; using JetBrains.Annotations; using FPCSharpUnity.core.exts; using FPCSharpUnity.core.functional; using UnityEngine; namespace FPCSharpUnity.unity.Filesystem { public class F...
MagicGradients.Tests/GradientTests.cs
filipoff2/MagicGradients
0
7055282
<filename>MagicGradients.Tests/GradientTests.cs using FluentAssertions; using FluentAssertions.Execution; using Xunit; namespace MagicGradients.Tests { public class GradientTests { [Fact] public void SetupUndefinedOffsets_HasDefinedOffsets_NothingChanged() { // Arrange ...
Tests/Telerik.Sitefinity.Frontend.TestUtilities/CommonOperations/ActionFilters/ExecutionRegistrationFilterAttribute.cs
jonathanread/feather
0
7055283
using System; using System.Web.Mvc; namespace Telerik.Sitefinity.Frontend.TestUtilities.CommonOperations.ActionFilters { /// <summary> /// This class represents filter attribute which registers the execution of every action. /// </summary> [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Pe...
WIC/Interfaces/IWICStream.cs
stakx/WIC.Interop
10
7055284
using System; using System.Runtime.InteropServices; namespace WIC { [ComImport] [Guid(IID.IWICStream)] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IWICStream : IStream { #region Members inherited from `IStream` #region Members inherited from `ISequentialS...
test/BridgeNetTests/Batch1/src/Exceptions/IndexOutOfRangeExceptionTests.cs
DukeChiang/CSharp.lua
978
7055285
using Bridge.Test.NUnit; using System; namespace Bridge.ClientTest.Exceptions { [Category(Constants.MODULE_INDEXOUTOFRANGEEXCEPTION)] [TestFixture(TestNameFormat = "IndexOutOfRangeException - {0}")] public class IndexOutOfRangeExceptionTests { private const string DefaultMessage = "Index was ...
CustomResources/Utils/Concepts/DataStructures/MiscellaneousWrappers.cs
matthewslesinski/matthewslesinski.github.io
0
7055286
using System; using System.Collections; using System.Collections.Generic; using CustomResources.Utils.GeneralUtils; namespace CustomResources.Utils.Concepts.DataStructures { public struct Enumerable<T> : IEnumerable<T> { private readonly Func<IEnumerator<T>> _enumeratorSupplier; public Enumerable(IEnumerator<T...
g3/Class06/code/Classes-part2/ConsoleApp/Program.cs
sedc-codecademy/skwd8-05-oopcharp
11
7055287
<filename>g3/Class06/code/Classes-part2/ConsoleApp/Program.cs<gh_stars>10-100 using DomainModels; using Services; using System; namespace ConsoleApp { class Program { static void Main(string[] args) { LoginService loginService = new LoginService(); loginService.LogIn("s...
Template/Repository/UserRepository.cs
adrianocaldeira/kurumin
0
7055288
using System; using System.Linq; using NHibernate.Linq; using Template.Models; using Template.Models.Filters; using Thunder.Collections; using Thunder.Collections.Extensions; using Thunder.NHibernate; using Thunder.NHibernate.Pattern; using Thunder.Security; namespace Template.Repository { public class UserReposi...
src/MessageQueuing.TestApplication/SampleModel.cs
dejanstojanovic/MessgeQueue-Manager
14
7055289
<reponame>dejanstojanovic/MessgeQueue-Manager using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MessageQueuing.TestApplication { public class SampleModel { public string ID { get; set; ...
serverapp/src/Infrastructure.Identity/Exceptions/NotFoundException.cs
vlbondarenko/mylife.org
1
7055290
<gh_stars>1-10 using System.Collections.Generic; namespace Infrastructure.Identity.Exceptions { public class NotFoundException:IdentityException { public NotFoundException(string error) : base(error) { } public NotFoundException(IEnumerable<string> errors) : base(errors) { } } }
src/Phema.Routing/Filters/HttpMethodActionConstraint.cs
sergeyshaykhullin/Phema.Routing
2
7055291
using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc.ActionConstraints; namespace Phema.Routing { // TODO: Remove when Microsoft.AspNetCore.Mvc.ActionConstraints.HttpMethodActionConstraint make public again internal sealed class HttpMethodActionConstraint : IActionConstra...
src/IX.StandardExtensions/Observable/ConcurrentObservableDictionary{TKey,TValue}.ActionsAndFuncs.cs
adimosh/IX.StandardExtensions
0
7055292
<reponame>adimosh/IX.StandardExtensions // <copyright file="ConcurrentObservableDictionary{TKey,TValue}.ActionsAndFuncs.cs" company="<NAME>"> // Copyright (c) <NAME> with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections.Generic; using IX.StandardExtensions.Contracts...
src/Huge Code Base/Open Judge System/Web/OJS.Web/Areas/Contests/ViewModels/Results/BestSubmissionViewModel.cs
gnusmas12/MyTested.AspNet.TV
439
7055293
namespace OJS.Web.Areas.Contests.ViewModels.Results { using System.Collections.Generic; public class BestSubmissionViewModel { public int? Id { get; set; } public int Points { get; set; } public bool IsCompiledSuccessfully { get; set; } public string SubmissionType { get...
SecondHandWeb/Views/Produtos/Comprar.cshtml
dantefleschpereira/Projeto-SH
0
7055294
@model Entities.Models.Produto @{ ViewData["Title"] = "Details"; } <div> <h4>Detalhes do Produto</h4> <hr /> <dl class="row"> <dt class="col-sm-2"> @Html.DisplayNameFor(model => model.Nome) </dt> <dd class="col-sm-10"> @Html.DisplayFor(model => model.No...
Assets/Scripts/Visuals/RadialAlphaBlend.cs
JacekCzupyt/engineering-thesis
0
7055295
<gh_stars>0 using System; using System.IO; using UnityEngine; using UnityEngine.PlayerLoop; namespace Visuals { [ExecuteInEditMode] public class RadialAlphaBlend : MonoBehaviour { [SerializeField] private int width = 512; [SerializeField] private int height = 512; [SerializeField] ...
src/Orchard.Web/Modules/Orchard.Advertise/Drivers/AdvertiseHomePartDriver.cs
yangbingqi155/Nagrace
0
7055296
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; using Orchard.ContentManagement.Drivers; using Orchard.Advertise.Models; using Orchard.ContentManagement; using Orchard.Alias; using Orchard.Localization.Models; using Orchard.Advertise.Services; namespace Orchard.Adverti...
UTHPortal/Models/AnnounceModel.cs
kkanellis/uthportal-wp8.1
0
7055297
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using GalaSoft.MvvmLight; using Newtonsoft.Json; namespace UTHPortal.Models { public class AnnounceModel : ObservableObject { [JsonProperty("entries")] public IList<Announce> Entries { get...
Source/Peripheral_Libs/Displays.TextDisplayMenuLibrary/Library/TextDisplayMenu/IMenuItem.cs
irocket/Netduino.Foundation
0
7055298
<reponame>irocket/Netduino.Foundation<filename>Source/Peripheral_Libs/Displays.TextDisplayMenuLibrary/Library/TextDisplayMenu/IMenuItem.cs using System; using System.Collections; using Microsoft.SPOT; namespace Netduino.Foundation.Displays.TextDisplayMenu { public interface IMenuItem { MenuPage SubMenu...
OptimalFuzzyPartitionAlgorithm/Algorithm/Partition/RSolver.cs
Danleb/OptimalFuzzyPartition
1
7055299
<reponame>Danleb/OptimalFuzzyPartition<gh_stars>1-10 using OptimalFuzzyPartitionAlgorithm.Utils; using System; using System.Collections.Generic; using System.Linq; using Matrix = MathNet.Numerics.LinearAlgebra.Matrix<double>; using Vector = MathNet.Numerics.LinearAlgebra.Vector<double>; namespace OptimalFuzzyPartitio...
IU880B/Messaging/Rx/LoRaWAN/Data/DataMessageResponse.cs
fosterbuster/iU880B-USB
4
7055300
// <copyright file="DataMessageResponse.cs" company="<NAME>"> // Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System; using System.Collections.Generic; using System.Linq; namespace FosterBuster.I...
Bodoconsult.Core.ExpressionBuilder/Generics/Filter.cs
RobertLeisner/Bodoconsult.Core.ExpressionBuilder
0
7055301
<filename>Bodoconsult.Core.ExpressionBuilder/Generics/Filter.cs using System; using System.Collections.Generic; using Bodoconsult.Core.ExpressionBuilder.Builders; using Bodoconsult.Core.ExpressionBuilder.Common; using Bodoconsult.Core.ExpressionBuilder.Helpers; using Bodoconsult.Core.ExpressionBuilder.Interfaces; nam...
Source/DLL/SEA3D/SEA3D/Objects/SEAGeometry.cs
sunag/sea3d
458
7055302
<reponame>sunag/sea3d<gh_stars>100-1000 /* * * Copyright (c) <NAME> * * 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, c...
Schlechtums.DataAccessLayer/Schlechtums.DataAccessLayer/ModelBaseTypes/IQuickPopulate.cs
schlechtums/Schlechtums.DataAccessLayer
0
7055303
<gh_stars>0 /* Copyright 2012 <NAME> 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, ...
Mesh/Goedel.Mesh.Platform.Linux/RegisteredApplication.cs
pashcovich/Mathematical-Mesh
0
7055304
// Copyright © 2015 by Comodo Group Inc. // // 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, m...
Runtime/Events/EventTriggers/CollisionTriggers/CollisionEventTriggerBase.cs
GhooTS/GTScriptableVariable
7
7055305
<filename>Runtime/Events/EventTriggers/CollisionTriggers/CollisionEventTriggerBase.cs using UnityEngine; namespace GTVariable { /// <summary> /// Base class for all Collsion Event Triggers /// </summary> public abstract class CollisionEventTriggerBase : MonoBehaviour { private...
cs-linear-genetic-programming/ComponentModels/Operators/LGPOperator_Sin.cs
chen0040/cs-linear-genetic-programming
3
7055306
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace LinearGP.ComponentModels.Operators { public class LGPOperator_Sin : LGPOperator { public LGPOperator_Sin() : base("sin") { } public override LGPOperator Clone() ...
Library/Import/Character/Sheet.cs
JazzFisch/AnotherCombatManager
4
7055307
using System; using System.Collections.Generic; using System.Xml.Serialization; using AnotherCM.Library.Import.Common; namespace AnotherCM.Library.Import.Character { public class Sheet { [XmlElement] public Details Details { get; set; } [XmlArray("StatBlock")] public Stats Stats {...
Modules/Locust.Modules.Api/Service/Api/GetByPK/Context.cs
mansoor-omrani/Locust.NET
1
7055308
<reponame>mansoor-omrani/Locust.NET<filename>Modules/Locust.Modules.Api/Service/Api/GetByPK/Context.cs<gh_stars>1-10 using Locust.ServiceModel; using Locust.Modules.Api.Model; using Locust.ServiceModel.Babbage; using API = Locust.Modules.Api.Model.Api; namespace Locust.Modules.Api.Strategies { public class ApiGetByPK...
source/Round Robin Scheduler/MainForm.Designer.cs
boldcompass/roundrobinscheduler
4
7055309
namespace SomeTechie.RoundRobinScheduler { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /...
XamFood/XamFood.iOS/Renderers/TabBarRenderer.cs
aimore/XamUI
59
7055310
<gh_stars>10-100 using System; using CoreGraphics; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; using XamFood.Custom; using XamFood.iOS.Renderers; [assembly: ExportRenderer(typeof(CustomTabBar), typeof(TabBarRenderer))] namespace XamFood.iOS.Renderers { public class TabBarRenderer : TabbedR...
HealthyEating.Client/Models/Ingredient.cs
DimitarYordanov/EatSmartApp
0
7055311
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HealthyEating.Client.Models { public class Ingredient { public Ingredient() { this.Quantities = new HashSet<Qua...
test/Advent2019/Day05Test.cs
benjymous/AdventOfCode
0
7055312
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace AoC.Advent2019.Test { [TestCategory("2019")] [TestCategory("IntCPU")] [TestClass] public class Day05Test { string input = Util.GetInput<Day05>(); [TestCategory("Test")] [DataRow("1002,4,3,4,33", "1002,4,3,4,99")]...