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
Naxam.Mapbox.Platform.iOS/MapViewRenderer.Annotations.cs
lionzhou1981/mapbox-xamarin-forms
0
7037186
<filename>Naxam.Mapbox.Platform.iOS/MapViewRenderer.Annotations.cs using System.Collections.Generic; using Foundation; using Mapbox; using Naxam.Mapbox.Platform.iOS; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; using Naxam.Mapbox.Annotations; using System.Collections.Specialized; using Naxam.Map...
itext/itext.svg/itext/svg/renderers/ISvgPaintServer.cs
szlatkow/itext7-dotnet
0
7037187
<gh_stars>0 /* This file is part of the iText (R) project. Copyright (c) 1998-2022 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with the add...
Server/main/main/Jobs/Mechanic.cs
Stolym/RAGEMP
1
7037188
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using GTANetworkAPI; namespace main.Jobs { /*class Mechanic : Script { private Vehicle v = null; private Vector3[] a_pos = new Vector3[3]; private GTANetworkAPI.Object o = null;...
Tests.CSharp/Collectathon/SinglyLinkedList`1_Tests.cs
Entomy/LibLangly
18
7037189
using System; using System.Diagnostics.CodeAnalysis; using Collectathon; using Defender; using Defender.Contracts; using Xunit; namespace Collectathon { public class SinglyLinkedList1_Tests : Tests, IAddContract, IClearContract, IPostpendContract, IReplaceContract { /// <inheritdoc/> [Theory] [MemberData(nameo...
ACE.Demo.Model/AccountActivities/AccountActivity.cs
hotjk/ace
10
7037190
<reponame>hotjk/ace<filename>ACE.Demo.Model/AccountActivities/AccountActivity.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ACE.Demo.Model.AccountActivities { public class AccountActivity { public int ActivityId { get; ...
FakeBand/Utils/TileData.cs
corsairmarks/fake-band
42
7037191
using FakeBand.Fakes; using System; using System.Text; namespace FakeBand.Utils { internal class TileData { private const int serializedByteCount = 88; private Guid appID; public Guid AppID { get { return this.appID; } ...
ConnectFour/ConnectFourTests/LineCheckTests/PickDirectionMaxLength.cs
PurplePenguin4102/ConnectFour
0
7037192
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using ConnectFour; using System.Collections.Generic; using System.Linq; namespace ConnectFourTests.LineCheckTests { [TestClass] public class PickDirectionMaxLength { static LineCheck line; [ClassInitialize] public s...
CefSharp/MouseButtonType.cs
cancamilo/CEF-Experiment
1
7037193
// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. namespace CefSharp { public enum MouseButtonType { Left = 0, Middle, Right } }
src/LionFire.Persistence.Handles.Abstractions/Persistence/Handles/Read/IReadHandleBase.cs
jaredthirsk/LionFire.Core
0
7037194
<gh_stars>0 using LionFire.Persistence.Handles; namespace LionFire.Persistence { /// <summary> /// IReadHandle - Minimal interface for Read Handles. (See also: IReadHandleEx) /// /// Features: /// - Resolves IReference to a value of type T /// /// </summary> /// <typeparam name="...
EIDSS v6/eidss.mobileclient/Service References/MobileReportService/Reference.cs
EIDSS/EIDSS-Legacy
2
7037195
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generate...
Generics - Lab/2. Generic Array Creator/StartUp.cs
mitkokazakov/C-Advanced---SoftUni
0
7037196
<reponame>mitkokazakov/C-Advanced---SoftUni<filename>Generics - Lab/2. Generic Array Creator/StartUp.cs using System; namespace GenericArrayCreator { class StartUp { static void Main(string[] args) { string[] strings = ArrayCreator.Create(5, "Pesho"); Console.WriteLine...
csharp/Core/Revenj.Core/Extensibility/Container/AutofacObjectFactory.cs
zrajnis/revenj
280
7037197
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using Revenj.Extensibility.Autofac; using Revenj.Extensibility.Autofac.Core; namespace Revenj.Extensibility { internal class AutofacObjectFactory : IObjectFactory { ...
SecretHubXGOPINVOKE.cs
secrethub/secrethub-dotnet
3
7037198
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.2 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //-----...
Online Game Store/ViewProduct.aspx.cs
nabil053/OnlineGameStore
0
7037199
<reponame>nabil053/OnlineGameStore<filename>Online Game Store/ViewProduct.aspx.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.IO; name...
CSharp-Series/MSBuildTcpIPLogger/MessageArgsMsTest.cs
pravrawa/AutomateThePlanet
0
7037200
<filename>CSharp-Series/MSBuildTcpIPLogger/MessageArgsMsTest.cs // <copyright file="MessageArgsMsTest.cs" company="Automate The Planet Ltd."> // Copyright 2016 Automate The Planet Ltd. // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License....
NRefactory/Project/Src/OperatorPrecedence.cs
jbuedel/AgentRalphPlugin
6
7037201
<gh_stars>1-10 // <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Daniel Grunwald" email="<EMAIL>"/> // <version>$Revision: 2644$</version> // </file> using System; using System.Collections.Generic; using ICSharpCode.NRefactory.A...
Forms9Patch/Forms9Patch/Extensions/XamarinEssentialsExtensions.cs
mrehman29/Forms9Patch
137
7037202
using System; using System.Threading.Tasks; namespace Forms9Patch { /// <summary> /// Extension methods to make using Xamarin.Essentials just a tiny bit easier to use. /// </summary> public static class XamarinEssentialsExtensions { /// <summary> /// Combine CheckStatusAsync with R...
WindowsUI/CreateProject.cs
AliYildizoz909/XPTaskBoard
9
7037203
<reponame>AliYildizoz909/XPTaskBoard using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using WindowsUI.Utilities; using Business.Abstract; using Business.D...
Manx/WebTools/RPC/RPCSocketClient.cs
randomdima/Manx
1
7037204
 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WebTools.Helpers; using WebTools.WebSocket; using System.Reflection; using HandlerType = System.Func<System.Collections.Generic.Dictionary<s...
src/AstGenerator/StringExtensions.cs
PulsarBlow/Pulse
1
7037205
namespace Pulse.AstGenerator { internal static class StringExtensions { public static string ToUpperCaseFirst( this string value) { if (string.IsNullOrEmpty(value)) { return value; } var array = value.ToCharArray(); array[0] = char.ToUpper(array[0...
src/Gemini.Demo/Modules/FilterDesigner/Sample.cs
florenzetti/gemini
866
7037206
<reponame>florenzetti/gemini<filename>src/Gemini.Demo/Modules/FilterDesigner/Sample.cs<gh_stars>100-1000 using System.ComponentModel.Composition; using System.Threading.Tasks; using Caliburn.Micro; using Gemini.Demo.Modules.FilterDesigner.ViewModels; using Gemini.Demo.Modules.SampleBrowser; using Gemini.Framework.Servi...
src/Proto.Cluster/PartitionActivator/PartitionActivatorLookup.cs
Pever/protoactor-dotnet
0
7037207
<gh_stars>0 // ----------------------------------------------------------------------- // <copyright file="PartitionActivatorLookup.cs" company="Asynkron AB"> // Copyright (C) 2015-2022 Asynkron AB All rights reserved // </copyright> // ----------------------------------------------------------------------- using...
Desktop/DotNetHarness/Rendering/RenderTileControl.cs
achilex/MgDev
2
7037208
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using OSGeo.MapGuide; using System.Diagnostics; namespace DotNetHarness.Rendering { public partial class RenderTileCo...
LiteApi/LiteApi/Services/JsonSerializer.cs
stanac/LiteApi
5
7037209
<gh_stars>1-10 using System; using LiteApi.Contracts.Abstractions; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace LiteApi.Services { /// <summary> /// Default implementation of <see cref="IJsonSerializer"/> /// </summary> /// <seealso cref="LiteApi.Contracts.Abstractions.IJsonSe...
src/Brimborium.Extensions.Abstractions/Entity/IEntityFactory.cs
grimmborium/Brimborium.Extensions
0
7037210
namespace Brimborium.Extensions.Entity { public interface IEntityFactory { IEntityFactory GetEntityFactory(string entityTypeName); IEntity CreateEntity(string entityTypeName); } public interface IEntityConcreteFactory : IEntityFactory { string GetEntityTypeName(); } public...
Yahtzee/Model/KindCombination.cs
bobcorn/yahtzee
0
7037211
<reponame>bobcorn/yahtzee using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Yahtzee.Model { class KindCombination : Combination { private string _name; public override string Name { get { return _n...
UnityWorkspace/TestModule/Assets/Scripts/config/PBData/SkillInfo.cs
android-crack/joework
0
7037212
<filename>UnityWorkspace/TestModule/Assets/Scripts/config/PBData/SkillInfo.cs //------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //--------------...
MobileCenterApiClient/Models/ValidationErrorResponse.cs
colbylwilliams/mobile-center-api-client
0
7037213
// Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace MobileCenterApi.Models { using System; using System.Linq; using System.Collections.Generic; using Newtonsoft.Json; using Microsoft.Re...
src/dotnet/APIView/APIViewWeb/Pages/Assemblies/Revisions.cshtml
XiaofeiCao/azure-sdk-tools
0
7037214
@page "{id?}" @model APIViewWeb.Pages.Assemblies.RevisionsPageModel @{ Layout = "ReviewLayout"; ViewData["Title"] = "Revisions"; } <div class="container-fluid"> <div class="mx-5 mt-2"> <div class="row" asp-resource="@Model.Review" asp-requirement="@AutoReviewModifierRequirement.Instance"> ...
KhN.FluentValidation/KhN.Domain/Validators/PersonValidator.cs
AliRezaKhazaeiNezhad/Learn-FluentValidation
0
7037215
<filename>KhN.FluentValidation/KhN.Domain/Validators/PersonValidator.cs using FluentValidation; using KhN.Domain.Models; namespace KhN.Domain.Validators { public class PersonValidator : AbstractValidator<Person> { public PersonValidator() { RuleFor(current => current.UserName).NotN...
ZombieWard/Assets/Scripts/Game/CameraController.cs
player2point0/ZombieWard
0
7037216
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraController : MonoBehaviour { public float xSize; public float ySize; public int speed; private PlayerMoveController player; private bool coroutining; void Start() { player = FindObje...
src/ComputeSharp/Graphics/Commands/Interop/ID3D12ResourceDescriptorHandles.cs
UWPCommunity/ComputeSharp
0
7037217
<filename>src/ComputeSharp/Graphics/Commands/Interop/ID3D12ResourceDescriptorHandles.cs using TerraFX.Interop.DirectX; namespace ComputeSharp.Graphics.Commands.Interop; /// <summary> /// A type representing a bundle of reusable resource descriptor handles. /// </summary> internal readonly struct ID3D12ResourceDescri...
src/OpenIDConnectConfiguration.cs
benner-sistemas/oidc
4
7037218
using Benner.Tecnologia.Common.Services; using System.Configuration; namespace Benner.Tecnologia.OpenIDConnect { public class OpenIDConnectConfiguration : IOpenIDConnectConfiguration { public string TokenEndpoint => ConfigurationManager.AppSettings["oidc:TokenEndpoint"]; public string UserInf...
src/PozitronDev.FiscalPrinter/Commands/OpenFiscalCancelledBill/OpenFiscalCancelledBillResponse.cs
fiseni/FiscalPrinter
1
7037219
<gh_stars>1-10 using PozitronDev.Convert; using System; using System.Collections.Generic; using System.Text; namespace PozitronDev.FiscalPrinter { public class OpenFiscalCancelledBillResponse : FiscalResponse { public OpenFiscalCancelledBillResponse(FiscalResponse response) : base(response) { ...
TimetableLib/Timetables/ClassLesson.cs
Mrczarny/ZseTimetable
0
7037220
namespace TimetableLib.Timetables { public class ClassLesson { public long Id { get; set; } public int LessonNumber { get; set; } public string LessonName { get; set; } public string TeacherName { get; set; } public string Classroom { get; set; } } }
Polymorphism - Exercise/Raiding/Core/Engine.cs
ivaylo-R/CSharp-OOP-Exercises
0
7037221
<filename>Polymorphism - Exercise/Raiding/Core/Engine.cs using Raiding.Factories; using Raiding.IO.Interfaces; using Raiding.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Raiding.Core { public class Engine { private readonly IReadable reader; ...
src/Mvc/Mvc.Core/src/ModelBinding/Binders/TryParseModelBinderProvider.cs
lbosquett/aspnetcore
8,570
7037222
<gh_stars>1000+ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders; /// <summary> /// An <s...
IPBanTests/IPBanStringSetTests.cs
dolvintayoku/IPBan
4
7037223
<reponame>dolvintayoku/IPBan<gh_stars>1-10 /* MIT License Copyright (c) 2012-present Digital Ruby, LLC - https://www.digitalruby.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 restri...
CakesWebApp/Program.cs
Javorov1103/MyWebServer
1
7037224
namespace CakesWebApp { using SIS.MVCFrameworkd; public class Program { public static void Main(string[] args) { WebHost.Start(new StartUp()); } } }
Unity_Projects/cubee-user-calibration/Assets/Biglab/Editor/DebugDrawing.cs
GeometricFishTankVR/ViewpointCalibration
0
7037225
<filename>Unity_Projects/cubee-user-calibration/Assets/Biglab/Editor/DebugDrawing.cs using UnityEngine; using UnityEditor; /// <summary> /// Provides debug util. /// </summary> public static class DebugDrawing { /// <summary> /// Using <see cref="Handles"/>, draws a wireframe hemisphere aligned to the <see cr...
01-Module1/01-C# Advanced/02-Strings/02-ReverseStrings/02-ReverseStrings.cs
alekhristov/TelerikAcademyAlpha
0
7037226
using System; namespace _02_ReverseStrings { class Program { static void Main(string[] args) { string text = Console.ReadLine(); char[] cArray = text.ToCharArray(); string reverse = String.Empty; Array.Reverse(cArray); text = new stri...
src_main/dx9sdk/Utilities/Source/DxOps/Parser.cs
raxxor45/ValveSecurity
2
7037227
<reponame>raxxor45/ValveSecurity<filename>src_main/dx9sdk/Utilities/Source/DxOps/Parser.cs //-------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //-----------------------------------------------------------------------------...
mOway_SW_mOwayWorld/MowayTemplates/Controls/MowayComboBox.cs
bizintekdev/mOway_SW_mOwayWorld
0
7037228
<reponame>bizintekdev/mOway_SW_mOwayWorld<filename>mOway_SW_mOwayWorld/MowayTemplates/Controls/MowayComboBox.cs<gh_stars>0 using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace Moway.Template.Controls { /// <summary> /// ComboBox customized for mOwayWorld ...
mcs/tests/test-21.cs
lefb766/mono
469
7037229
using System; public class Blah { public class Foo { public Foo () { Console.WriteLine ("Inside the Foo constructor now"); } public int Bar (int i, int j) { Console.WriteLine ("The Bar method"); return i+j; } } public static int Main () { Foo f = new Foo (); int j = f.Bar (2, ...
Metrolib/Settings/WindowSettings.cs
johnmbaughman/Metrolib
22
7037230
using System; using System.Diagnostics.Contracts; using System.Globalization; using System.Windows; using System.Xml; // ReSharper disable CheckNamespace namespace Metrolib // ReSharper restore CheckNamespace { /// <summary> /// Represents the configuration of a window. /// Currently only preserves a window...
ArchivialLibrary/Exceptions/ApplicationSecretMissingException.cs
keithbabinec/Archivial
2
7037231
using System; using System.Runtime.Serialization; namespace ArchivialLibrary.Exceptions { /// <summary> /// An exception for when the application secret is not found in the secret store. /// </summary> public class ApplicationSecretMissingException : Exception { public ApplicationSecretMis...
xamarinProyecto/xamarinProyecto/xamarinProyecto/PlayS.cs
BrayanFLV/ApiXamarin
0
7037232
using System; using System.Collections.Generic; using System.Text; namespace xamarinProyecto { public class PlayS { public int id_play { get; set; } public string nombre { get; set; } public string precio { get; set; } public string imagen { get; set; } } }
src/TcoCore/src/TcoCore.Wpf/Properties/Localization.Designer.cs
RGrabichler/TcOpen
0
7037233
<reponame>RGrabichler/TcOpen<filename>src/TcoCore/src/TcoCore.Wpf/Properties/Localization.Designer.cs //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may ...
HairSalon/Views/Client/Details.cshtml
nikhilbatta/HairSalon.Solution
0
7037234
<gh_stars>0 @{ Layout = "_Layout"; } @model HairSalon.Models.Client @using HairSalon.Models <h1> Info on @Model.ClientName <h1> <div class="card"> <ul class = "clientinfo"> <li><b> Client Name : @Model.ClientName</b> </li> <li><b>Client Number: @Model.PhoneNumber</b></li> <li><b>Client Style: @Model.StyleType </b> <...
test/Benchmarks/DnsClientBenchmarks.Bytes.cs
xudonax/DnsClient.NET
0
7037235
using System; using System.Linq; using BenchmarkDotNet.Attributes; using DnsClient; namespace Benchmarks { public static partial class DnsClientBenchmarks { public class SetBytesComparision { public static byte[] sourceSmall = new byte[] { 192, 168, 178, 23 }; public st...
XamarinSDK/SDKBrowser/SDKBrowser/Examples/DataGridControl/FilteringUICategory/CustomFilteringUIExample/CustomOptionsTapCommand.cs
LanceMcCarthy/xamarin-forms-sdk
34
7037236
<reponame>LanceMcCarthy/xamarin-forms-sdk<filename>XamarinSDK/SDKBrowser/SDKBrowser/Examples/DataGridControl/FilteringUICategory/CustomFilteringUIExample/CustomOptionsTapCommand.cs using Telerik.XamarinForms.DataGrid; using Telerik.XamarinForms.DataGrid.Commands; namespace SDKBrowser.Examples.DataGridControl.Filterin...
src/Hi.Core/ThrowKits/Thrower.cs
ismyhy/Hi
0
7037237
 using System; using System.IO; using System.Linq.Expressions; using System.Runtime.CompilerServices; namespace Hi.Core { /// <summary> /// simple exception thrower /// </summary> public static partial class Thrower { /// <summary> /// message /// </summary> public...
XCoder/Windows/FrmSchema.cs
NewLifeX/X_NET40
21
7037238
<reponame>NewLifeX/X_NET40 using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Threading.Tasks; using System.Windows.Forms; using NewLife.Log; using XCode.DataAccessLayer; namespace XCoder { public partial class FrmSchema : Form { #reg...
FaceRecognition/obj/x86/Debug/Controls/MainControl.g.i.cs
EugeneBichel/Face-Recognition-Using-Neural-Networks-My-graduate-Project
0
7037239
#pragma checksum "..\..\..\..\Controls\MainControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "31A337DBF2C219D54DB84CBBA66D9B82" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.1 // ...
BingRestServices/GeoAddress.cs
ivanovvitaly/BingRestServices.Net
7
7037240
<reponame>ivanovvitaly/BingRestServices.Net<gh_stars>1-10 using System.Linq; using BingRestServices.DataContracts; namespace BingRestServices { public class GeoAddress : Address, IGeoLocation { public string GetFormattedString() { if (!string.IsNullOrEmpty(Landmark)) {...
SKAnimatorTools/MainWindow.Designer.cs
aytimothy/ThreeRingsSharp
0
7037241
namespace SKAnimatorTools { partial class MainWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed res...
AlipaySDKNet/Domain/MybankPaymentTradeBankBranchQueryModel.cs
alipay/alipay-sdk-net
117
7037242
<reponame>alipay/alipay-sdk-net<filename>AlipaySDKNet/Domain/MybankPaymentTradeBankBranchQueryModel.cs using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// <summary> /// MybankPaymentTradeBankBranchQueryModel Data Structure. /// </summary> [Serializable] public clas...
src/visitors/ProcedureFormatVisitor.cs
ajaxx/tsql2pgsql
6
7037243
<filename>src/visitors/ProcedureFormatVisitor.cs // -------------------------------------------------------------------------------- // Copyright (c) 2014, XLR8 Development // -------------------------------------------------------------------------------- // Licensed under the Apache License, Version 2.0 (the "L...
Assets/UnityTechnologies/HMITemplate/Scripts/HMI/UI/Cluster/ClusterBatteryCharge.cs
sunrui19941128/CarHMI
0
7037244
<reponame>sunrui19941128/CarHMI using HMI.Vehicles.Behaviours.Base; using HMI.Vehicles.Services; using UnityEngine; namespace HMI.UI.Cluster { /// <summary> /// The battery charge progress bar shows how much energy the battery is charging /// </summary> [RequireComponent(typeof(SpriteRenderer))] p...
System.ServiceModel/System/ServiceModel/Configuration/NetHttpWebSocketTransportSettingsElement.cs
cnork/referencesource
911
7037245
<reponame>cnork/referencesource // <copyright> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> namespace System.ServiceModel.Configuration { using System.Configuration; using System.ServiceModel.Channels; /// <summary> /// NetHttpWebSocketTransportSettingsElement for Web...
Firebend.AutoCrud.Mongo.Sample/Models/Person.cs
djayd/auto-crud
16
7037246
<filename>Firebend.AutoCrud.Mongo.Sample/Models/Person.cs<gh_stars>10-100 using System; using Firebend.AutoCrud.Core.Interfaces.Models; namespace Firebend.AutoCrud.Mongo.Sample.Models { public class Person : IEntity<Guid>//, ITenantEntity<int> { public string FirstName { get; set; } public str...
Assets/GameManager.cs
MTA-20537/p6-prototype
0
7037247
using System.Collections; using System; using System.Linq; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public struct GameData { public int trials; public float interTrialIntervalSeconds; public float inputWindowSeconds; public GameState gameState; public float n...
YtgProject/Ytg.BasicModel/DTO/Lottery_VwDTO.cs
heqinghua/lottery-code-qq-814788821-
18
7037248
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ytg.BasicModel.DTO { public class Lottery_VwDTO { public int Id { get; set; } public string LotteryCode { get; set; } public int PlayCode { get; set; } ...
ReverseDNSGeolocation.Features/Features/CityFeatures/ExactCityFeaturesGenerator.cs
Bhaskers-Blu-Org2/ReverseDNSGeolocation
11
7037249
<gh_stars>10-100 namespace ReverseDNSGeolocation.Features { using GeonamesParsers; using System; using System.Collections.Generic; [Serializable] public class ExactCityFeaturesGenerator : CityFeaturesGenerator { public override Features FeatureDefaults { get; set; } public ove...
server/Model/JReport.cs
valdisz/atlantis-economy-advisor
0
7037250
<gh_stars>0 namespace advisor.Model { using System; using System.Collections.Generic; using System.Linq; public class JBaseReport { public JFaction Faction { get; set; } public List<JFactionStatus> FactionStatus { get; set; } = new (); public List<string> Errors { get; set; } = ...
NoeSbot.Database/Migrations/20171008095847_NotifyItem.cs
stockmansy/NoeSBot
1
7037251
using System; using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; namespace NoeSbot.Database.Migrations { public partial class NotifyItem : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( ...
src/shared.core/Reporting/DateBasedTestInformation.cs
pvandervelde/Sherlock
1
7037252
//----------------------------------------------------------------------- // <copyright company="Sherlock"> // Copyright 2013 Sherlock. Licensed under the Apache License, Version 2.0. // </copyright> //----------------------------------------------------------------------- using System; using System.Diagno...
BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs
glankk/BizHawk
0
7037253
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Windows.Forms; using ICSharpCode.SharpZipLib.Zip.Compression.Streams; using ICSharpCode.SharpZipLib.Zip.Compression; using BizHawk.Emulation.Common;...
OAuthDemo/Controllers/GetTransactionDetails.cs
AuthorizeNet/oauth-sample-app
3
7037254
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using AuthorizeNet.Api.Contracts.V1; using AuthorizeNet.Api.Controllers; using AuthorizeNet.Api.Controllers.Bases; namespace net.authorize.sample { public static class GetTransactionDetails { ...
RacerMateOne/Pages/Start/ImportCSV.xaml.cs
SRAM/RacerMateOne
2
7037255
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigati...
src/Horarium.Mongo/MongoClientProvider.cs
PurpleGray/Horarium
0
7037256
<reponame>PurpleGray/Horarium using System; using System.Collections.Concurrent; using System.Reflection; using MongoDB.Driver; namespace Horarium.Mongo { public sealed class MongoClientProvider : IMongoClientProvider { private readonly ConcurrentDictionary<Type, string> _collectionNameCache = new Con...
Source/BitBucket.REST.API/Models/Standard/Repository.cs
tied/bitbucket-for-visual-studio
71
7037257
<gh_stars>10-100 using Newtonsoft.Json; namespace BitBucket.REST.API.Models.Standard { public class Repository { [JsonProperty(PropertyName = "id")] public int? Id { get; set; } [JsonProperty(PropertyName = "scm")] public string Scm { get; set; } [JsonProperty(Propert...
file/StartupItems.cs
alasaidi/file-cs
0
7037258
using System; using UnityEngine; using UltimateSurvival.GUISystem; namespace UltimateSurvival.Debugging { public class StartupItems : MonoBehaviour { [SerializeField] [Reorderable] private ReorderableItemToAddList m_InventoryItems; [SerializeField] [Reorderable] private ReorderableItemToAddList m_Hotb...
SolarDigest.Api/Functions/HydrateSitePower.cs
mjfreelancing/SolarDigest
0
7037259
<filename>SolarDigest.Api/Functions/HydrateSitePower.cs using AllOverIt.Extensions; using AllOverIt.Tasks; using Amazon.EventBridge; using Amazon.EventBridge.Model; using AutoMapper; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using SolarDigest.Api.Events; using SolarDigest.Api.Extensions; u...
build/common/Addins/Cake.DotNetFormat/DotNetFormatToolRunner.cs
InKahootz/GitVersion
2,111
7037260
namespace Common.Addins.Cake.DotNetFormat; public sealed class DotNetFormatToolRunner : DotNetTool<DotNetFormatSettings> { public DotNetFormatToolRunner( IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools) : base(fileSystem, enviro...
TelaLoginMySQLRemoto/TelaLoginMySQLRemoto/TelaLogin.Designer.cs
fabioaragao/TelaLoginMySQL
0
7037261
<filename>TelaLoginMySQLRemoto/TelaLoginMySQLRemoto/TelaLogin.Designer.cs namespace TelaLoginMySQLRemoto { partial class frmLogin { /// <summary> /// Variável de designer necessária. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary...
Engines/FlatRedBallXNA/FlatRedBall/Math/PositionedObjectList.cs
coldacid/FlatRedBall
110
7037262
<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Text; #if FRB_MDX using Microsoft.DirectX; #else using Microsoft.Xna.Framework; #endif namespace FlatRedBall.Math { public class PositionedObjectList<T> : AttachableList<T>, IEquatable<PositionedObjectList<T>> where T : PositionedObje...
EntityFrameworkCore.DomianModel/Model/Product.cs
xLOWer/MarketAction.Server
0
7037263
using System; using System.ComponentModel.DataAnnotations.Schema; using Newtonsoft.Json; namespace EntityFrameworkCore.DomianModel.Model { public class Product : BaseEntity { public Product() { Id = Guid.NewGuid(); IsRemoved = false; CreateDate = DateTime.No...
GestaoVendas/DAL/InstrucaoDAO.cs
danielrosasilveira/GestaoVendas
0
7037264
using MySql.Data.MySqlClient; using System; using System.Data; namespace GestaoVendas.DAL { public class InstrucaoDAO { #region retornoDataTable //Espera um parâmetro do tipo Command //contendo um comando SQL do tipo SELECT public DataTable retornoDataTable(MySqlCommand cmd) ...
C#Fundamentals 3.0 September 2018/OOP Basics/Polymorphism EX/WildFarm/Factories/FoodFactory.cs
skorae/SoftUni-kdinev
0
7037265
using System; using System.Collections.Generic; using System.Text; using WildFarm.Objects.Foods; namespace WildFarm.Factories { public class FoodFactory { public Food GetFood(string[] info) { string type = info[0].ToLower(); int quantity = int.Parse(info[1]); ...
src/MAVN.Service.AdminManagement.Domain/Models/Verification/IVerificationCode.cs
IliyanIlievPH/MAVN.Service.AdminManagement
0
7037266
<filename>src/MAVN.Service.AdminManagement.Domain/Models/Verification/IVerificationCode.cs using System; namespace MAVN.Service.AdminManagement.Domain.Models.Verification { public interface IVerificationCode { string AdminId { get; set; } string VerificationCode { get; set; } bool Is...
PhoneGuitarTab.Search/Arts/SearchTabResultEntry.cs
reinterpretcat/phoneguitartab
14
7037267
<filename>PhoneGuitarTab.Search/Arts/SearchTabResultEntry.cs namespace PhoneGuitarTab.Search.Arts { public class SearchTabResultEntry { public string Id { get; set; } public string Name { get; set; } public string Artist { get; set; } public string Version { get; set; } p...
example/MultiSlideServer/Startup.cs
yigolden/OpenSlideNET
16
7037268
<reponame>yigolden/OpenSlideNET using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Primitives; using MultiSlideS...
ChaynsBackendApiHelper/Api/Models/Data/LocationIdentifier.cs
TobitSoftware/ChaynsBackendApiHelper
3
7037269
<filename>ChaynsBackendApiHelper/Api/Models/Data/LocationIdentifier.cs using Chayns.Backend.Api.Models.Data.Base; namespace Chayns.Backend.Api.Models.Data { public class LocationIdentifier:DefaultData { public LocationIdentifier(int locationId) : base(locationId) { } public Lo...
MapSuiteGisEditor/LongRunningTasks/SplitTaskPlugin/SplitTaskPlugin.cs
hoangduit/MapSuiteGisEditor
2
7037270
<reponame>hoangduit/MapSuiteGisEditor /* * 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, Ver...
PeopleIKnow/Views/StatusUpdate/Editor.cshtml
n-develop/peopleiknow
2
7037271
@model PeopleIKnow.Models.StatusUpdate @{ Layout = null; } <div class="box"> <form id="status-update-form"> <input type="hidden" asp-for="Id"/> <input type="hidden" asp-for="ContactId"/> <div class="field"> <label class="label">Date</label> <div class="control"> ...
src/Sjd.FakeServer/FakeHttpHandler.cs
simonjduff/FakeServer
1
7037272
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; namespace Sjd.FakeServer { public class FakeHttpHandler : DelegatingHandler { private readonly Guid _id; private read...
src/Eto.iOS/Forms/Controls/GroupBoxHandler.cs
ManuelHu/Eto
8
7037273
<filename>src/Eto.iOS/Forms/Controls/GroupBoxHandler.cs using System; using UIKit; using Eto.Forms; using Eto.Mac.Forms; using Eto.Drawing; using CoreGraphics; namespace Eto.iOS.Forms.Controls { public class GroupBoxHandler : MacPanel<UIView, GroupBox, GroupBox.ICallback>, GroupBox.IHandler { UIView content; UIL...
tabnine-vim/third_party/ycmd/third_party/OmniSharpServer/NRefactory/ICSharpCode.NRefactory.Tests/CSharp/Parser/Expression/BinaryOperatorExpressionTests.cs
MrMonk3y/vimrc
324
7037274
<filename>tabnine-vim/third_party/ycmd/third_party/OmniSharpServer/NRefactory/ICSharpCode.NRefactory.Tests/CSharp/Parser/Expression/BinaryOperatorExpressionTests.cs // Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy o...
src/indice.Edi/EdiPathFragment.cs
drwhalen/EDI.Net
0
7037275
<reponame>drwhalen/EDI.Net using System; using System.Text.RegularExpressions; namespace indice.Edi { /// <summary> /// Represents a fragment on the <see cref="EdiPath"/> /// </summary> public struct EdiPathFragment : IComparable, IEquatable<EdiPathFragment> { private readonly string _Valu...
Irc_web_test/Model/VatAccountData.cs
saper8111/IRC_Selenium
0
7037276
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebIrcTests { public class VatAccountData : IEquatable<VatAccountData>, IComparable<VatAccountData> { private string account0; private string account20 = ""; ...
source/Cosmos.Assembler/x86/Add.cs
ERamaM/Cosmos
1
7037277
<reponame>ERamaM/Cosmos using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Assembler.x86 { [Cosmos.Assembler.OpCode("add")] public class Add: InstructionWithDestinationAndSourceAndSize { public Add() : base("add") { } } }
src/Dnn.Modules.Vendors/Components/BannerController.cs
jspsoft/DNN.Vendors
0
7037278
#region Copyright // // DotNetNuke® - http://www.dotnetnuke.com // Copyright (c) 2002-2014 // by DotNetNuke Corporation // // 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 restrict...
Source/Core Providers/Core_ESP8266/Model/Message/IOData.cs
goatandsheep/IOWrapper
15
7037279
<gh_stars>10-100 using MessagePack; namespace Core_ESP8266.Model.Message { [MessagePackObject] public class IOData { public IOData() { } public IOData(int index, short value) { Index = index; Value = value; } [Key("Index")] ...
Assets/Scripts/BombermanEffect.cs
aengl/pond-domination
0
7037280
<reponame>aengl/pond-domination using UnityEngine; public class BombermanEffect : MonoBehaviour { Frog frog; new ParticleSystem particleSystem; void Awake() { frog = GetComponentInParent<Frog>(); particleSystem = GetComponent<ParticleSystem>(); } void Start() { var main = pa...
src/CommandPrompt/Internal/HistoryFile.cs
navron/CommandPrompt
0
7037281
using System; using System.IO; using System.Linq; namespace CommandPrompt.Internal { /// <summary> /// Manages the loading and saving of an command history file /// </summary> internal static class HistoryFile { /// <summary> /// Load Command Text History /// ...
src/Atata/ScopeSearch/LayerScopeContextResolverFactory.cs
Xen0byte/atata
0
7037282
<reponame>Xen0byte/atata namespace Atata { public static class LayerScopeContextResolverFactory { private static readonly ILayerScopeContextResolver ParentResolver = new PlainLayerScopeContextResolver("./"); private static readonly ILayerScopeContextResolver SiblingResolver = new PlainLayerSco...
tests/LdifHelper.Tests/LdifAttributeTests.cs
JTOne123/LdifHelper
3
7037283
// ----------------------------------------------------------------------- // <copyright file="LdifAttributeTests.cs" company="Active Netwerx"> // Copyright (c) Active Netwerx. All rights reserved. // </copyright> // <author><NAME></author> // ------------------------------------------------------------------...
personal-site/Migrations/201904080321387_Add_PostImage_Field.cs
kyleruss/personal-site
0
7037284
<filename>personal-site/Migrations/201904080321387_Add_PostImage_Field.cs namespace personal_site.Migrations { using System; using System.Data.Entity.Migrations; public partial class Add_PostImage_Field : DbMigration { public override void Up() { AddColumn("dbo....
Assets/[1]Source/Actors/ActorWall.cs
XpycT/Actors-2D-Roguelike
1
7037285
using Homebrew; using UnityEngine; public class ActorWall : Actor { [FoldoutGroup("Setup")] public Sprite dmgSprite; [FoldoutGroup("Setup")] public DataHP dataHp; protected override void Setup() { Add(dataHp); Add<BehaviorDamagable>(); tags.Add(Tag.ColliderWa...