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
SCSharpMac/SCSharpMac.UI/Sprite.cs
toshok/scsharp
39
7037700
// // SCSharp.UI.Sprite // // Authors: // <NAME> (<EMAIL>) // // Copyright 2006-2010 <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...
Assets/EOSSDK/Generated/Leaderboards/Definition.cs
YanaPIIDXer/EpicOnlineServicesTest
0
7037701
// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.Leaderboards { /// <summary> /// Contains information about a single leaderboard definition /// </summary> public class Definition : ISettable ...
self_task/work_20.02.2020/projects/mdk_20.02.2020/mdk_20.02.2020/Hierarchy01/Teacher.cs
filthyman/isp01_vasura_ka_mdk0101
0
7037702
using System; using System.Collections.Generic; using System.Text; namespace mdk_20._02._2020 { class Teacher : Person { private List<string> dicipline; public Teacher(List<string> dicipline, string name, int age) :base(age, name) { this.dicipline = di...
auComCtl/SortType.cs
misterhaan/au.util
0
7037703
<filename>auComCtl/SortType.cs using System; namespace au.util.comctl { /// <summary> /// Types of sorting /// </summary> public enum SortType { /// <summary> /// Case-insensitive string sort /// </summary> String, /// <summary> /// Case-sensitive string sort /// </summary> Case...
UCHIP-8/Assets/UnityUtilities/GlobalHelpers/Paths/GlobalPaths.cs
SharlatanY/UCHIP-8
1
7037704
<filename>UCHIP-8/Assets/UnityUtilities/GlobalHelpers/Paths/GlobalPaths.cs using System.IO; using UnityEngine; namespace UnityUtilities.GlobalHelpers.Paths { public static class GlobalPaths { /// <summary> /// Returns the full path of the exe. /// </summary> public static string FullApplicationPat...
contrib/uuid.net/Generators/Static Classes/Converter/Converter - To Byte Array.cs
bonesoul/homer
7
7037705
/* ISC License Copyright(c) 2019, <NAME>, <EMAIL> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAI...
MessageBroker/MessageBrokerClient/MessageClient.cs
MiHoCode/dotnet-message-broker
0
7037706
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; namespace MessageBrokerClient { public class MessageClient { public event Action<Message> MessageReceived; public const int DEFAULT_PORT = 10242; publ...
code/eshop/Magenic.DDD.EShop.SharedKernel.Customer/CustomerBase.cs
skalpin/DDD
0
7037707
using System; using System.ComponentModel.DataAnnotations; namespace Magenic.DDD.EShop.SharedKernel.Customer { /// <summary> /// Base: Customer /// </summary> public class CustomerBase : ICustomer { /// <summary> /// PK /// </summary> [Required] public Guid...
aspnet-core/tests/LINGYUN.Abp.Sms.Aliyun.Tests/LINGYUN/Abp/Sms/Aliyun/AbpAliyunSmsTestModule.cs
FanShiYou/abp-vue-admin-element-typescript
1
7037708
using LINGYUN.Abp.Aliyun; using LINYUN.Abp.Sms.Aliyun; using Volo.Abp.Modularity; namespace LINGYUN.Abp.Sms.Aliyun { [DependsOn( typeof(AbpAliyunTestModule), typeof(AbpAliyunSmsModule))] public class AbpAliyunSmsTestModule : AbpModule { } }
Source/Stencil.Native/Stencil.Native.Droid/Push/PushNotification.cs
watfordsuzy/stencil
1
7037709
<reponame>watfordsuzy/stencil using System; namespace Stencil.Native.Droid.Push { public class PushNotification { public DateTime LocalTimeUTC { get; set; } public string Type { get; set; } public string TypeArgument { get; set; } public string LocaleKey { get; set; } ...
Assets/ScrollView/Editor/ScrollViewEditor.cs
aillieo/UnityDynamicScrollView
105
7037710
using UnityEditor; using UnityEditor.UI; using UnityEngine; using UnityEngine.UI; namespace AillieoUtils { [CustomEditor(typeof(ScrollView))] public class ScrollViewEditor : ScrollRectEditor { SerializedProperty itemTemplate; SerializedProperty poolSize; SerializedProperty defaul...
etickets_app/Migrations/20211217102939_Order_And_OrderItem_Added.cs
Mohamed-Hamdy/Ecommerce-Tickets-Application
0
7037711
using Microsoft.EntityFrameworkCore.Migrations; using MySql.EntityFrameworkCore.Metadata; namespace etickets_app.Migrations { public partial class Order_And_OrderItem_Added : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( ...
CharacterGen.Domain/Selectors/Selections/RequiredSkillSelection.cs
cidthecoatrack/CharacterGen
0
7037712
<filename>CharacterGen.Domain/Selectors/Selections/RequiredSkillSelection.cs<gh_stars>0 using CharacterGen.Skills; using System.Collections.Generic; using System.Linq; namespace CharacterGen.Domain.Selectors.Selections { public class RequiredSkillSelection { public string Skill { get; set; } p...
prototype_v1/Assets/Scripts/ObjectScripts/Usable.cs
b-r-a-s-i-l/animo_prototype
0
7037713
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Usable : MonoBehaviour { [System.Serializable] struct StatusInfluence { public float value; public Bars bars; } [Header("Options")] public bool useApproachZone; public bool useEmot...
Assets/purchase.cs
Avikalp7/Alpha-TowerDefence
3
7037714
<reponame>Avikalp7/Alpha-TowerDefence using System.Collections; using System.Collections.Generic; using UnityEngine; public class purchase : MonoBehaviour { MakeTurret makeTurret; public Weapon turret; public Weapon destroyer; public Weapon freezer; void start() { makeTu...
src/ResourceManagement/Automation/AutomationManagement/Generated/Models/ResourceCreateOrUpdateParameterBase.cs
dnelly/azure-sdk-for-net
1
7037715
<reponame>dnelly/azure-sdk-for-net // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Warning: This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if the...
Automaty1/WordPress/AddNewNoteInWordPress.cs
Janembaaa/automatyzacja_kamilU
0
7037716
<filename>Automaty1/WordPress/AddNewNoteInWordPress.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Xunit; namespace WordPress { public class AddNewNoteInWordPress { [Fact] public void CanAddNo...
geometry3Test/test_Dijkstra.cs
gradientspace/geometry3SharpDemos
21
7037717
<reponame>gradientspace/geometry3SharpDemos using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using g3; namespace geometry3Test { public static class test_Dijkstra { public static bool WriteDebugMeshes = true; public static void test_dijkstra() ...
Messages/Std/Header.cs
tanmayparikh/rosbridgesharp
0
7037718
<filename>Messages/Std/Header.cs using Newtonsoft.Json; namespace Rosbridgenet.Messages.Std { public class Header : Message { [JsonIgnore] public const string ROSMessageType = "std_msgs/Header"; [JsonIgnore] public override string MessageType { get { return...
Assets/Obi/Scripts/Common/Collisions/ObiColliderWorld.cs
debruw/SewingRace
0
7037722
<gh_stars>0 using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; namespace Obi { public class ObiResourceHandle<T> where T : class { public T owner = null; /**< reference to the owner instance*/ public i...
NadekoBot.Core/Modules/Searches/StreamNotificationCommands.cs
1337r34p3r/shadow-bot
0
7037723
<gh_stars>0 using Discord.Commands; using Discord; using System.Linq; using System.Threading.Tasks; using NadekoBot.Core.Services; using System.Collections.Generic; using NadekoBot.Core.Services.Database.Models; using Microsoft.EntityFrameworkCore; using NadekoBot.Common.Attributes; using NadekoBot.Extensions; using N...
src/Obj2Gltf/Gltf/Image.cs
arcplus/ObjConvert
50
7037724
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; namespace Arctron.Gltf { /// <summary> /// Image data used to create a texture. /// </summary> public class Image { /// <summary> /// Optional user-defined name for this object. /// </...
StreamLib/TextPositionReader.cs
mnemonic-bit/StreamLib
0
7037725
using System; using System.IO; using System.Runtime.CompilerServices; namespace StreamLib { /// <summary> /// The StreamPositionReader is a TextReader implementation which /// gives information about the current reading position in the /// text that is being read. /// </summary> public class T...
Common.Test/IntCodeComputerShould.cs
ocyj/AOCYJ
0
7037726
<filename>Common.Test/IntCodeComputerShould.cs using System.Threading.Tasks; using AdventOfCodeRunner.AOC2019.D05; using NUnit.Framework; namespace Common.Test { class IntCodeComputerShould { [TestCase(new int[] { 1101, 1, 1, 3, 99 }, 2)] [TestCase(new int[] { 1101, 2, 2, 3, 99 }, 4)] [...
template/content/src/PlutoNetCoreTemplate.Domain/Aggregates/TenantAggregate/Tenant.cs
Plutohook/dotnet-project-template
1
7037727
using PlutoNetCoreTemplate.Domain.Entities; using System; using System.Collections.Generic; namespace PlutoNetCoreTemplate.Domain.Aggregates.TenantAggregate { public class Tenant : BaseAggregateRoot<string> { public string Name { get; set; } public DateTime CreateTime { get; set; } ...
src/DotNet/Pdb/PdbScope.cs
Georgeto/dnlib
0
7037728
<gh_stars>0 /* Copyright (C) 2012-2014 <EMAIL> 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, modif...
JDI.Light/JDI.Light.Tests/Tests/Simple/DateTimeTests.cs
codacy-badger/jdi-light-csharp
6
7037729
using System; using NUnit.Framework; using static JDI.Light.Matchers.LongMatchers.IsMatcher; using Is = JDI.Light.Matchers.Is; namespace JDI.Light.Tests.Tests.Simple { [TestFixture] public class DateTimeTests : TestBase { private readonly DateTime _dateTime = new DateTime(2019, 4, 1, 15, 0, 0); ...
src/Nager.Country.UnitTest/CurrencyTest.cs
sthewissen/Nager.Country
1
7037730
<reponame>sthewissen/Nager.Country<filename>src/Nager.Country.UnitTest/CurrencyTest.cs using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; namespace Nager.Country.UnitTest { [Te...
src/DynamicMvvm.Tests/Integration/IntegrationTests.cs
ExiledNarwal28/Chinook.DynamicMvvm
4
7037732
<filename>src/DynamicMvvm.Tests/Integration/IntegrationTests.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Chinook.DynamicMvvm; using Chinook.DynamicMvvm.Tests.Helpers; using FluentAssertions; using Microsoft.Extensi...
BackUP/Assets/Scripts/NpcInteractionManager.cs
functard/Simulation
0
7037733
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class NpcInteractionManager : MonoBehaviour { [HideInInspector] public static bool showInteractText; [HideInInspector] public static bool showSpeechText; [HideInInspector] public stati...
src/CoWorker.Models.Blogs/Blogs/PostRelated.cs
dcvsling/CoWorker
1
7037734
<filename>src/CoWorker.Models.Blogs/Blogs/PostRelated.cs using System.Collections; namespace CoWorker.Models.Blog { using System; using System.Collections.Generic; public class PostRelated : IEntity { public virtual Post Current { get; set; } public virtual ICollection<PostRelated> Po...
ExpertFunicular.Server/IFunicularConnection.cs
aroman35/expert-funicular
2
7037735
using System; using System.Threading; namespace ExpertFunicular.Server { public interface IFunicularConnection : IDisposable, IAsyncDisposable { void StartListening(CancellationToken cancellationToken); void StartListening(Action<Exception, string> errorHandler, CancellationToken cancellationT...
aspnet-core/src/NPS.Core/SendProcessReports/SendProcessReport.cs
leonardo-buta/automated-nps
0
7037736
<reponame>leonardo-buta/automated-nps using Abp.Domain.Entities; using NPS.SendProcesses; using System; namespace NPS.SendProcessReports { public class SendProcessReport : Entity { public Guid Guid { get; set; } public string Text { get; set; } public string Recipient { get; set; } ...
src/Infrastructure/VolleyM.Infrastructure.Hardcoded/InfrastructureHardcodedAssemblyBootstrapper.cs
VolleyManagement/volley-management
10
7037738
<filename>src/Infrastructure/VolleyM.Infrastructure.Hardcoded/InfrastructureHardcodedAssemblyBootstrapper.cs using AutoMapper.Configuration; using SimpleInjector; using System.Composition; using System.Reflection; using VolleyM.Domain.Contracts; using VolleyM.Domain.Framework.Authorization; using VolleyM.Infrastructur...
MarketUP.Marketplace.SupplierApi.WebApi/ViewModels/BaseResponse.cs
marketup/MarketUP.Marketplace.SupplierApi
1
7037739
<filename>MarketUP.Marketplace.SupplierApi.WebApi/ViewModels/BaseResponse.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MarketUP.Marketplace.Integration.ModelsSupplierApi { public class BaseResponse { public List<Messag...
Derivas/Expression/DvOps.cs
B1Z0N/derivas
0
7037740
using Derivas.Exception; using Derivas.Expression; using Derivas.Simplifier; using System; using System.Linq; using Derivas.Parser; namespace Derivas { using static Utils; public static class DvOps { # region binary operators public static IDvExpr Div(object first, object second) ...
UiPlus/Library/Commands/UiButtonSave.cs
interopxyz/UiPlus
1
7037741
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Rg = Rhino.Geometry; using Gk = Grasshopper.Kernel; using Sw = System.Windows; using Wm = System.Windows.Media; using Sd = System.Drawing; using Wpf = System.Windows.Controls; usi...
Assets/Models/Road.cs
ryskulova/PokemonGoInUnity
0
7037742
<reponame>ryskulova/PokemonGoInUnity<filename>Assets/Models/Road.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Assets.Models { public class Road { public Vector2 Key { get; set; } public Vector2 V1 { get; set; } pu...
cards/TB/FB/Sim_FB_Champs_AT_045.cs
chi-rei-den/Silverfish
1
7037743
/* _BEGIN_TEMPLATE_ { "id": "FB_Champs_AT_045", "name": [ "艾维娜", "Aviana" ], "text": [ "你的随从牌的法力值消耗为(1)点。", "Your minions cost (1)." ], "cardClass": "DRUID", "type": "MINION", "cost": 9, "rarity": "LEGENDARY", "set": "TB", "collectible": null, "dbfId": 55131 } _END_TEMPLATE_ */ ...
Gamification/Extension.Test/ExtensionAPITest.cs
KobusGamification/Gamification
0
7037744
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace Extension.Test { [TestFixture] public class ExtensionAPITest { } }
test/Microsoft.NET.TestFramework/Commands/MSBuildCommand.cs
joperezr/sdk
0
7037745
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.DotNet.Cli.Utils; using System; using System.IO; using System.Linq; using Xunit.Abstractions; namespace Microsoft.NET.TestFrame...
tests/MongoDB.Analyzer.Tests.Common.TestCases/Linq/LinqComplexDataModel.cs
BorisDog/mongo-csharp-analyzer
2
7037746
// Copyright 2021-present MongoDB Inc. // // 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 t...
Assets/MarkupAttributes/Runtime/HideIfGroupAttribute.cs
Andrea-MariaDB-2/Markup-Attributes
0
7037747
<gh_stars>0 using System; namespace MarkupAttributes { [AttributeUsage(AttributeTargets.Field, AllowMultiple = true)] public class HideIfGroupAttribute : LayoutGroupAttribute { public HideIfGroupAttribute(string path, string condition) { Path = path; Type = GroupType...
src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/CopyPaste/DependencyTextPackager.cs
brunom/project-system
0
7037749
// 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.md file in the project root for more information. using System.Collections.Immutable; using System.ComponentModel.Composition; using System.Runtime.InteropServices;...
src/CampaignsProductManager.Core/Extensions/HttpContextExtensions.cs
Sam89Jha/DotNetCodeSampleAPIProject
0
7037750
<filename>src/CampaignsProductManager.Core/Extensions/HttpContextExtensions.cs<gh_stars>0 using System; using System.Linq; using System.Text; using System.Threading.Tasks; using CampaignsProductManager.Core.Exceptions; using CampaignsProductManager.Core.ResponseModel; using Microsoft.AspNetCore.Http; using Microsoft.A...
source/MikhailKhalizev.Processor.x86/src/CSharpExecutor/Abstractions/NumericValue.cs
mikhail-khalizev/max
3
7037751
namespace MikhailKhalizev.Processor.x86.CSharpExecutor.Abstractions { public sealed class NumericValue8 : Value { private uint _value; public NumericValue8(int value) { _value = (uint)value & 0xff; } /// <inheritdoc /> public override int...
Assets/Scripts/Game/Views/ScoreView.cs
OlegGelezcov/match3
0
7037753
<filename>Assets/Scripts/Game/Views/ScoreView.cs namespace Ozh.Game { using Ozh.Services; using UniRx; using UnityEngine.UI; public class ScoreView : BaseView { public Text scoreText; private IGameStateService GameStateService { get; set; } private IGridLevelRepository GridL...
NBi.NUnit/OnDataSource.cs
TheAutomatingMrLynch/NBi
0
7037754
<reponame>TheAutomatingMrLynch/NBi<filename>NBi.NUnit/OnDataSource.cs<gh_stars>0 using System; using NUnit.Framework.Constraints; using NF = NUnit.Framework; namespace NBi.NUnit { public class OnDataSource { protected static string _connectionString; protected OnDataSource(string co...
Mvc.Jquery.DataTables.Tests/Fixtures/Linq.cs
draza67/mvc.jquery.datatables
0
7037755
using Mvc.JQuery.Datatables; using NUnit.Framework; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Mvc.JQuery.Datatables.Tests { [TestFixture] public class Linq { private const int TotalRecords = 100; protect...
src/Inflatable/QueryProvider/BaseClasses/QueryGeneratorBaseClass.cs
cjwang/Inflatable
1
7037756
<reponame>cjwang/Inflatable /* Copyright 2017 <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 a...
src/DependencyTracker.NuGetReader/NuGetReader.cs
lvermeulen/DependencyTracker
4
7037757
<reponame>lvermeulen/DependencyTracker using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using DependencyTracker.Core; namespace DependencyTracker.NuGetReader { public class NuGetReader : IDependencyReader { private readonly IEnumerable<FileInfo...
0524/Program.cs
twilightgod/PlayLeetcode
1
7037758
using System; using System.Collections.Generic; namespace _0524 { public class Solution { public string FindLongestWord(string s, IList<string> d) { var dic = new List<string>(d); dic.Sort((a, b) => a.Length == b.Length ? a.CompareTo(b) : -a.Length.CompareTo(b.Length));...
Tools/src/ReportsGenerator/ReportsGenerator/Data/IFormattableReport.cs
guest512/CovidSandbox
1
7037759
using System.Collections.Generic; using ReportsGenerator.Data.IO; namespace ReportsGenerator.Data { /// <summary> /// Interface to serialize report to write it in <see cref="IReportStorage{TFormat}"/> using corresponding <see cref="IReportFormatter{TResult}"/>. /// </summary> /// <typeparam name="TRow...
WalletWasabi/WabiSabi/Backend/Rounds/Round.cs
SuperJMN/WalletWasabi
2
7037760
<filename>WalletWasabi/WabiSabi/Backend/Rounds/Round.cs using NBitcoin; using System.Collections.Generic; using WalletWasabi.Crypto; using WalletWasabi.Crypto.Randomness; using WalletWasabi.WabiSabi.Backend.Models; using WalletWasabi.WabiSabi.Crypto; using WalletWasabi.WabiSabi.Models; using WalletWasabi.WabiSabi.Model...
DaHo.SephirWatcher.Web/Views/Home/Index.cshtml
Davee02/SephirWatcher
0
7037761
<filename>DaHo.SephirWatcher.Web/Views/Home/Index.cshtml @model OverviewViewModel @{ ViewData["Title"] = "Home"; } <h1>SephirWatcher</h1> <hr/> <h3> This is a tool which notifies you when a new mark arrives in your Sephir account.</h3> <hr/> <a asp-controller="Home" asp-action="Overview" class="btn-dark btn">To y...
WmsDriverTests/WmsServiceDescriptionExtensionsTests.cs
cartomatic/WmsDriver
0
7037762
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Cartomatic.Wms; using Cartomatic.Wms.WmsDriverExtensions; using FluentAssertions; using NUnit.Framework; namespace Cartomatic.Wms.WmsDriverTests { [TestFixture] public class WmsServiceDesc...
src/AccidentalFish.Strava.TokenManager.Abstractions/TokenExchangeResponse.cs
TiBall/StravaTokenManager
3
7037763
namespace AccidentalFish.Strava.TokenManager.Abstractions { public class TokenExchangeResponse { public TokenSet TokenSet { get; set; } public AthleteSummary AthleteSummary { get; set; } } }
KFC.Red.Server/KFC.Red.DataAccessLayer/DTOs/DeleteUserDTO.cs
cf2080/CECS491_DBate
1
7037764
<reponame>cf2080/CECS491_DBate using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KFC.Red.DataAccessLayer.DTOs { public class DeleteUserDTO { public string AppId { get; set; } public string Email { get; set; } p...
Assets/Scripts/Api/Commands/Raycast.cs
MaxandreOgeret/simulator
1
7037765
<reponame>MaxandreOgeret/simulator /** * Copyright (c) 2019 LG Electronics, Inc. * * This software contains code licensed as described in LICENSE. * */ using SimpleJSON; using UnityEngine; namespace Simulator.Api.Commands { class Raycast : ICommand { public string Name => "simulator/raycast"; ...
Quilt4.Service/Controllers/WebAPI/Client/ClientUserController.cs
Quilt4/Quilt4.Api
4
7037766
<reponame>Quilt4/Quilt4.Api<filename>Quilt4.Service/Controllers/WebAPI/Client/ClientUserController.cs<gh_stars>1-10 using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Http; using Quilt4.Service.Interface.Business; using Quilt4Net.Core.DataTransfer; namespace Quilt4.Service.Controll...
src/test/csharp/MSMQTest.cs
apache/activemq-nms-msmq
8
7037767
<reponame>apache/activemq-nms-msmq /* * 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, Versi...
EasyETLDemo/FieldSettingModificationForm.cs
raelango/EasyETL
19
7037768
using EasyETL.Attributes; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Windows.Forms; namespace EasyXmlSample { ...
Rook.Framework.Api/RequestStore.cs
fikus88/Rook.Framework.Api
0
7037769
<filename>Rook.Framework.Api/RequestStore.cs using System; using System.Collections.Generic; using System.Linq; using Rook.Framework.Core.Common; using Rook.Framework.Core.Application.Message; using Rook.Framework.Core.Application.ResponseHandlers; using System.Net; using Rook.Framework.Core; using Newtonsoft.Json; us...
BankAccountAssignment/BankAccountAssignment/AccountHelper.cs
manikandantk88/assignments
0
7037770
<filename>BankAccountAssignment/BankAccountAssignment/AccountHelper.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BankAccountAssignment { public static class AccountHelper { static AccountHelper() { ...
src/StructureMap.Testing/Configuration/DSL/InterceptAllInstancesOfPluginTypeTester.cs
forki/structuremap
0
7037771
using System; using NUnit.Framework; using Shouldly; using StructureMap.Configuration.DSL; using StructureMap.Testing.Widget3; namespace StructureMap.Testing.Configuration.DSL { [TestFixture] public class InterceptAllInstancesOfPluginTypeTester : Registry { #region Setup/Teardown ...
Runtime/Extensions/UnityWebRequestExtension.cs
LaloBerro/CleanCore
0
7037772
<filename>Runtime/Extensions/UnityWebRequestExtension.cs using System.Runtime.CompilerServices; using System.Threading.Tasks; using UnityEngine.Networking; namespace CleanCore.Extensions { public static class UnityWebRequestExtension { public static TaskAwaiter<UnityWebRequest.Result> GetAwaiter(this UnityW...
Web/API/Model/AuthenticationModel/OutputModel.cs
Coding-Yu/SHS.CMS
0
7037773
<reponame>Coding-Yu/SHS.CMS<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace API.Model.AuthenticationModel { public class OutputModel { public OutputModel() { Code = 20000; Data = null; Mes...
src/GiGraph.Dot.Entities/Html/Builder/DotHtmlBuilder.Custom.cs
mariusz-schimke/GiGraph
27
7037774
using System; namespace GiGraph.Dot.Entities.Html.Builder { public partial class DotHtmlBuilder { /// <summary> /// Appends a custom element to this instance and initializes it. /// </summary> /// <param name="elementName"> /// The name of the element to append. ...
DataPreparer/ImageLearningData.cs
Madoxen/MLProject_secondary
3
7037775
using System.Collections.ObjectModel; namespace DataPreparer { public struct ImageLearningData { /// <summary> /// Array containing raw data /// in BGR format /// </summary> public ReadOnlyCollection<double> data; /// <summary> /// Label for this ima...
Templates/MyApplication.Core/Services/FirstService.cs
Costo/MvvmCross
1
7037776
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using MyApplication.Core.Interfaces.First; namespace MyApplication.Core.Services { public class FirstService : IFirstService { public void GetItems(string key, Action<List<SimpleItem>> onSucce...
MapControl/Shared/WebMercatorProjection.cs
RichyP7/XAML-Map-Control
0
7037777
<reponame>RichyP7/XAML-Map-Control<gh_stars>0 // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control // © 2018 <NAME> // Licensed under the Microsoft Public License (Ms-PL) using System; #if !WINDOWS_UWP using System.Windows; #endif namespace MapControl { /// <summary> /// Transforms map co...
JDI.Light/JDI.Light/Elements/Common/DropList.cs
codacy-badger/jdi-light-csharp
6
7037778
<filename>JDI.Light/JDI.Light/Elements/Common/DropList.cs using System; using JDI.Light.Interfaces.Common; using OpenQA.Selenium; namespace JDI.Light.Elements.Common { public class DropList : Selector, IDropList { public DropList(By byLocator) : base(byLocator) { } public By E...
menu/MDI Merge/CS/TextEditorForm.cs
syncfusion/winforms-demos
103
7037779
<filename>menu/MDI Merge/CS/TextEditorForm.cs<gh_stars>100-1000 #region Copyright Syncfusion Inc. 2001-2021 // // Copyright Syncfusion Inc. 2001-2021. All rights reserved. // // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // <EMA...
FileGameTest/Ager.net/Ager.net/MainWindow.xaml.cs
Dragunnai27/Ager.net
0
7037780
<reponame>Dragunnai27/Ager.net<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows....
src/Sfa.Tl.ResultsAndCertification.Web/ViewModel/TrainingProvider/Manual/LearnerRecordConfirmationViewModel.cs
SkillsFundingAgency/tl-results-and-certification
1
7037781
<reponame>SkillsFundingAgency/tl-results-and-certification namespace Sfa.Tl.ResultsAndCertification.Web.ViewModel.TrainingProvider.Manual { public class LearnerRecordConfirmationViewModel { public long Uln { get; set; } public string Name { get; set; } } }
NCoreUtils.Extensions.Memory/Memory/Int8Emplacer.cs
artyomszasa/NCoreUtils.Extensions
0
7037782
<reponame>artyomszasa/NCoreUtils.Extensions using System; using System.Runtime.CompilerServices; namespace NCoreUtils.Memory { public sealed class Int8Emplacer : IEmplacer<sbyte> { public static Int8Emplacer Instance { get; } = new Int8Emplacer(); Int8Emplacer() { } [MethodImpl(Method...
src/Imache/Services/UnsplashService.cs
ricardodemauro/25-days-of-serverless
0
7037783
using Imache.Services; using Microsoft.Extensions.Logging; using Refit; using System; using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; using System.Linq; using Imache.Services.Api; namespace Imache.Services { public class UnsplashService { const int ItemsPerPage =...
Apps/NKnife.App.TouchKnife/Workbench/PyAlternatesStrip.xaml.cs
xknife-erian/nknife
2
7037784
<gh_stars>1-10 using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Interop; using WindowsInput; using NKnife.App.TouchKnife.Common; using NKnife.App.TouchKnife.Common.Pinyin; using NKnife.App.TouchKnife.Properties; using NKnife.IoC; namespace NKnife.App....
crp-lib-api net/market/Market.cs
IvanDanshin/crp-lib-api-net
0
7037785
<reponame>IvanDanshin/crp-lib-api-net  using crp_lib_api_net.balance; using crp_lib_api_net.market.pair; using crp_lib_api_net.market.panel; using crp_lib_api_net.response; using java.math; using Newtonsoft.Json.Linq; using System.Collections.Generic; namespace crp_lib_api_net.market { class Market { ...
komodo-desktopgl/Common/Behaviors/CubeBehavior.cs
ExoKomodo/KomodoTemplates
0
7037786
using Komodo.Core.ECS.Components; using Komodo.Core.Engine.Graphics; using Komodo.Lib.Math; using GameTime = Microsoft.Xna.Framework.GameTime; using Texture2D = Microsoft.Xna.Framework.Graphics.Texture2D; namespace Common.Behaviors { public class CubeBehavior : BehaviorComponent { #region Constructors...
WadCW/Controllers/HomeController.cs
Zarrux/WADCW
0
7037787
<reponame>Zarrux/WADCW<filename>WadCW/Controllers/HomeController.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using WadCW.Models; namespace WadCW.Controllers { public class HomeController : Controller { // GET: Home pu...
ThesisXamarin/ThesisXamarin/SelectTest/SelectTestPage.xaml.cs
jarkkos-crossplatform-comparison-thesis/xamarin
0
7037788
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; using Xamarin.Forms.Xaml; using ThesisXamarin.Logic; namespace ThesisXamarin.Pages { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class SelectTestPage : Conte...
DesktopUI/DesktopUI/Streams/Dialogs/BranchCreateDialogViewModel.cs
pkratten/speckle-sharp
98
7037789
<reponame>pkratten/speckle-sharp<filename>DesktopUI/DesktopUI/Streams/Dialogs/BranchCreateDialogViewModel.cs using System; using MaterialDesignThemes.Wpf; using Speckle.Core.Api; using Speckle.DesktopUI.Utils; using Stylet; namespace Speckle.DesktopUI.Streams.Dialogs { public class BranchCreateDialogViewModel : Con...
src/Raven.Client/Exceptions/Documents/Subscriptions/SubscriptionDoesNotExistException.cs
ryanheath/ravendb
1
7037790
// ----------------------------------------------------------------------- // <copyright file="SubscriptionDoesNotExistException.cs" company="Hibernating Rhinos LTD"> // Copyright (c) <NAME>. All rights reserved. // </copyright> // ----------------------------------------------------------------------- us...
Source/ProperShotguns/HarmonyPatches/HarmonyPatches.cs
XeoNovaDan/ProperShotguns
3
7037791
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Reflection; using System.Reflection.Emit; using System.Runtime.CompilerServices; using RimWorld; using Verse; using HarmonyLib; using UnityEngine; namespace ProperShotguns { [StaticConstruc...
Ditto.DataLoad/Properties/Resources.Designer.cs
jsnape/ditto
0
7037792
//------------------------------------------------------------------------------ // <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> //--...
Ginger/GingerCoreNET/SolutionRepositoryLib/UpgradeLib/SolutionUpgrade.cs
gautii24/Ginger
0
7037793
#region License /* Copyright © 2014-2019 European Support Limited 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 a...
Titan.Blog.WebAPP/Titan.Blog.WebAPP/Controllers/v2/FileTestController.cs
iamzly/Titan.Blog.WebAPP
186
7037794
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.StaticFiles; using Titan.Blog.Infra...
Lichess/Board/ClaimVictoryRequest.cs
athulrajts/StockFischer
0
7037795
namespace Lichess.Board; public class ClaimVictoryRequest { private readonly string _apiEndPoint; private readonly string _apiKey; public ClaimVictoryRequest(string gameId, string apiKey) { _apiEndPoint = $"https://lichess.org/api/board/game/{gameId}/claim-victory"; _apiKey = apiKey; ...
src/OpenInApp.Common/Helpers/EnumHelper.cs
GregTrevellick/OpenInApp.Launcher
20
7037796
<reponame>GregTrevellick/OpenInApp.Launcher using System; using System.Linq; namespace OpenInApp.Common.Helpers { //http://stackoverflow.com/questions/1799370/getting-attributes-of-enums-value public static class EnumerationExtension { public static string Description(this Enum value) { ...
Core/Volume.cs
stu-smith/rendering-in-csharp
0
7037797
<filename>Core/Volume.cs<gh_stars>0 using System; namespace Rendering.Core { public abstract class Volume { protected Volume(Material material) { Material = material ?? throw new ArgumentNullException(nameof(material)); } public Material Material { get; } p...
Demo/UnitsOfMeasurement/Units/Bar.cs
mangh/UnitsOfMeasurement
11
7037798
<reponame>mangh/UnitsOfMeasurement /******************************************************************************* Units of Measurement for C# applications Copyright (C) <NAME> This program is provided to you under the terms of the license as published at https://github.com/mangh/unitsofmeasurement ...
MvcAngularBlog/MvcAngularBlog/Controllers/ArchiveController.cs
Nitij/MvcAngularBlog
2
7037799
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using MvcAngularBlog.Models; using Shared.Models; namespace MvcAngularBlog.Controllers { public class ArchiveController : ApiController { //TODO: Calling new BlogArticleR...
src/Library/PackageCache/com.unity.package-manager-ui@2.0.13/Tests/Editor/Services/Packages/PackageTests.cs
tjramsey/CSU-Senior-Project
2
7037801
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Semver; namespace UnityEditor.PackageManager.UI.Tests { internal class PackageTests : PackageBaseTests { private Action<IAddOperation> OnAddOperation; private Action<IRemoveOperation> OnRemoveOperati...
src/HelloWorld.Grains/Grains/UserGrain.cs
bradirby/OrleansHelloAgain
0
7037802
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using HelloWorld.Interfaces; using Orleans; namespace HelloWorld.Grains.Grains { public class UserGrain : Grain<UserState>, IUserGrain { async Task<IAccountSummaryDto> IUserGrain.SetUserPersonalInfo(UserPe...
WDE.PacketViewer/PacketParserIntegration/ISniffLoader.cs
subsix-wow/WoWDatabaseEditor
1
7037803
<gh_stars>1-10 using System; using System.Threading; using System.Threading.Tasks; using WoWPacketParser.Proto; namespace WDE.PacketViewer.PacketParserIntegration { public interface ISniffLoader { Task<Packets> LoadSniff(string path, CancellationToken token, IProgress<float> progress); } }
Web/Generated/Net/Messaging/MessageEvent.cs
n9/SaltarelleWeb
2
7037804
<reponame>n9/SaltarelleWeb using System.Html; using System.Runtime.CompilerServices; namespace System.Net.Messaging { [IgnoreNamespace, Imported(ObeysTypeSystem = true)] public partial class MessageEvent : Event { internal MessageEvent() { } public MessageEvent(string type) { } public MessageEvent(strin...
Assets/Scripts/RaceManager.cs
JackEvans24/bug-racing
0
7037805
<reponame>JackEvans24/bug-racing using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.InputSystem; using UnityEngine.SceneManagement; [RequireComponent(typeof(PlayerInputManager))] public class RaceManager : MonoBehaviour { private static RaceManager _...
sources/Interop/Xlib/X11/Xutil/XTextProperty.cs
tannergooding/terrafx.interop.xlib
7
7037806
// Copyright © <NAME> and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from include/X11/Xutil.h in the Xlib - C Language X Interface: X Version 11, Release 7.7 // Original source is Copyright © The Open Group namespace TerraFX.Interop.Xlib {...
component/RunwayComponent.cs
runwayml/RunwayML-for-Grasshopper
19
7037807
<reponame>runwayml/RunwayML-for-Grasshopper using System; using Grasshopper.Kernel; namespace Runway { public class RunwayComponent : GH_Component { public RunwayComponent() : base( "get data to runway", "RS", "Please enter the http address."...