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 |
|---|---|---|---|---|
Domain/MongoIUser.cs | AhmedKhalil777/TAVSSonContainers.Project.API | 0 | 7067464 | <reponame>AhmedKhalil777/TAVSSonContainers.Project.API
using MongoDB.Bson.Serialization.Attributes;
namespace Project.Api.Domain
{
public interface MongoIUser
{
[BsonId]
[BsonRepresentation(MongoDB.Bson.BsonType.ObjectId)]
string Id { get; set; }
string Name { get; set; }
... |
sdk/dotnet/GetServiceUser.cs | pulumi/pulumi-aiven | 7 | 7067465 | <reponame>pulumi/pulumi-aiven<gh_stars>1-10
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threadi... |
DiscordRPC.Example/IssueMultipleSets.cs | Azyyyyyy/discord-rpc-csharp | 451 | 7067466 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace DiscordRPC.Example
{
partial class Program
{
static async void IssueMultipleSets()
{
// == Create the client
var client ... |
src/Hevadea/GameObjects/Entities/Components/Actions/Interact.cs | krisz2000/hevadea | 0 | 7067467 | <reponame>krisz2000/hevadea
using Hevadea.Framework.Graphic.SpriteAtlas;
using Hevadea.GameObjects.Entities.Components.Attributes;
using Hevadea.GameObjects.Items;
using Hevadea.GameObjects.Items.Tags;
using Hevadea.GameObjects.Tiles;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using ... |
Assets/StandWorld/Scripts/Audio/AudioSettings.cs | Stand1k/StandWorld | 1 | 7067468 | <filename>Assets/StandWorld/Scripts/Audio/AudioSettings.cs<gh_stars>1-10
using System;
using UnityEngine;
namespace StandWorld.Audio
{
public class AudioSettings : MonoBehaviour // TODO : Rework audio system
{
private FMOD.Studio.Bus _master;
private FMOD.Studio.Bus _music;
private FMO... |
Samples/HisData/Entity/病人医嘱信息.Biz.cs | NewLifeX/AntJob | 379 | 7067469 | <gh_stars>100-1000
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using System.Xml.Serialization;
using NewLife;
using NewLife... |
Loki.Common/Events/BinaryMultiFrameEventArgs.cs | JTOne123/Loki | 0 | 7067470 | namespace Loki.Common.Events
{
public class BinaryMultiFrameEventArgs : BinaryFrameEventArgs
{
public readonly bool IsLastFrame;
/// <summary>
/// Initializes a new instance of the <see cref="BinaryMultiFrameEventArgs"/> class.
/// </summary>
/// <param name="payload">T... |
Bomberman/Models/UserProfile.cs | systemedev/bomberman | 0 | 7067471 | <reponame>systemedev/bomberman
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré à partir d'un modèle.
//
// Des modifications manuelles apportées à ce fichier peuvent conduire à un comportement inattendu de votre application.
// Les mo... |
Koopakiller.Portable/Linq/GetHashCode.cs | Koopakiller/Libraries | 0 | 7067472 | <reponame>Koopakiller/Libraries<gh_stars>0
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Koopakiller.Linq
{
public static class GetSequenceHashCodeExtension
{
public static int GetSeque... |
obs-websocket-explorer/obs-websocket-explorer/Explorer.cs | C9Glax/OBS-Websocket-Sharp | 0 | 7067473 | using System;
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
using OBSWebsocketSharp;
namespace obs_websocket_explorer
{
class Explorer
{
public Explorer(string ip, string password)
{
OBSConnector obsConnector = new OBSConnector(ip, password);
obsConnecto... |
src/CustomersApi/Program.cs | lsegura78/curso_rest_dotnet_lab01 | 0 | 7067474 | <filename>src/CustomersApi/Program.cs
//using System;
//namespace CustomersApi
//{
// class Program
// {
// static void Main(string[] args)
// {
// Console.WriteLine("Hello World!");
// }
// }
//}
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Builder;
using Microsof... |
alps .net api/alps.net.api/StandardPASS/PassProcessModelElements/BehaviorDescribingComponents/Action.cs | I2PM/alps.net.api | 1 | 7067475 | <reponame>I2PM/alps.net.api
using alps.net.api.parsing;
using alps.net.api.util;
using System.Linq;
using System.Collections.Generic;
using alps.net.api.src;
namespace alps.net.api.StandardPASS.BehaviorDescribingComponents
{
/// <summary>
/// Class that represents an action. This is a construct used in the on... |
src/Tests/IntegrationTests/Graphs/ManyToMany/ManyToManyLeftGraph.cs | Intecpsp/GraphQL.EntityFramework | 345 | 7067476 | <reponame>Intecpsp/GraphQL.EntityFramework
using GraphQL;
using GraphQL.EntityFramework;
[GraphQLMetadata("ManyToManyLeft")]
public class ManyToManyLeftGraph :
EfObjectGraphType<IntegrationDbContext, ManyToManyLeftEntity>
{
public ManyToManyLeftGraph(IEfGraphQLService<IntegrationDbContext> graphQlService) :
... |
src/Master/Controllers/GreetingsController.cs | rgrstvcr/NetCore-Docker-Workshop | 4 | 7067477 | <filename>src/Master/Controllers/GreetingsController.cs<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Master.Settings;
using Microsoft.Extensions.Options;
using Master.Services;
using System.Threading;
using... |
Assets/Hex/Unit/Orb/Orb.cs | FellowshipOfTheGame/HexCasters | 1 | 7067478 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[RequireComponent(typeof(HexUnit))]
public class Orb : MonoBehaviour {
private HexUnit unit;
public GameObject animHeal;
public const int ORB_HEAL = 3;
void Awake() {
unit = GetComponent<HexUnit>();
}
void Start() {
unit.asOr... |
NotificationDemo.DbContext/NotificationDbContextSeed.cs | mailkoba/NotificationDemo | 0 | 7067479 | <reponame>mailkoba/NotificationDemo
using System.Data;
using System.Linq;
using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using NotificationDemo.Domain;
namespace NotificationDemo.DbContext
{
p... |
src/CountriesApp.Web/ViewModels/Countries/CountryViewModel.cs | danielplawgo/CountriesApp | 0 | 7067480 | <filename>src/CountriesApp.Web/ViewModels/Countries/CountryViewModel.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace CountriesApp.Web.ViewModels.Countries
{
public class CountryViewModel
{
public Guid Id { get; set; }
public string Name { get;... |
GUI/Main.Designer.cs | CJBuchel/Entity101 | 0 | 7067481 | <reponame>CJBuchel/Entity101<gh_stars>0
namespace GUI
{
partial class Main
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
///... |
Clash of Deliverance Unity Project/Clash of Deliverance/Assets/Scripts/DeatachMoney.cs | optus23/ForkedUp | 3 | 7067482 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DeatachMoney : MonoBehaviour
{
MoneyVelocityEnabled money;
private void Start()
{
money = gameObject.GetComponentInChildren<MoneyVelocityEnabled>();
}
private void OnDestroy()
{
money.G... |
GameCore/Entities/Types/Fighter.cs | pandepic/OLC_CODEJAM_2020 | 2 | 7067483 | <reponame>pandepic/OLC_CODEJAM_2020
using GameCore.AI;
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.Text;
namespace GameCore.Entities
{
public class Fighter : Ship
{
public Fighter(Ship owner, Vector2 position)
{
Owner = owner;
... |
C# Advanced/9. Generics/Exercise/2.GenericBoxOfInteger/StartUp.cs | BorisLechev/CSharp-OOP-Basics | 0 | 7067484 | <reponame>BorisLechev/CSharp-OOP-Basics
using System;
namespace _2.GenericBoxOfInteger
{
public class StartUp
{
public static void Main(string[] args)
{
Box<int> box = new Box<int>();
int numberOfNumbers = int.Parse(Console.ReadLine());
for (int i = 0; i < ... |
LibAPNG/Exceptions/UnsupportedPixelTypeException.cs | Darcara/LibApng | 5 | 7067485 | <gh_stars>1-10
using System;
namespace Omega.Lib.APNG.Exceptions
{
public class UnsupportedPixelTypeException : Exception
{
public UnsupportedPixelTypeException(String message)
: base(message)
{ }
public UnsupportedPixelTypeException(String message, Exception innerException)
: base(message, i... |
src/IX.UnitTests/SourceGeneration/AutoDisposableCodeGenerationTest.cs | adimosh/IX.StandardExtensions | 0 | 7067486 | // <copyright file="AutoDisposableCodeGenerationTest.cs" company="<NAME>">
// Copyright (c) <NAME> with all rights reserved. Part of the IX Framework.
// </copyright>
#if !NET46
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace I... |
src/SyncFusionBlazorSamples/Pages/FileFormats/DocIO/ImageInsertionService.cs | Appizeo/Blazor.Polyfill | 4 | 7067487 | <filename>src/SyncFusionBlazorSamples/Pages/FileFormats/DocIO/ImageInsertionService.cs
#region Copyright Syncfusion Inc. 2001 - 2019
// Copyright Syncfusion Inc. 2001 - 2019. 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 ... |
Program.cs | rockstaread2010/Rockstarbot | 0 | 7067488 | using RockBot.Twitch;
using RockBot.Discord;
namespace RockBot{
class RockBot {
static void Main(string[] args){
// Twitch Bot Thread
TwitchBot twitchBot = new TwitchBot();
Thread twitchThread = new Thread(new ThreadStart(twitchBot.TwitchBotMain));
tw... |
Samples/Samples/Samples/Graphics/PostProcessing/09-DownsampleSample.cs | Drul1337/DigitalRune | 234 | 7067489 | #if !WP7 && !WP8
using System;
using DigitalRune.Game.Input;
using DigitalRune.Graphics;
using DigitalRune.Graphics.PostProcessing;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace Samples.Graphics
{
[Sample(SampleCategory.Graphics,
"This sam... |
Highway/src/Highway.Data/OData/Parser/IParameterParser.cs | daveh551/Highway.Data | 0 | 7067490 | using System;
using System.Collections.Specialized;
namespace Highway.Data.OData.Parser
{
/// <summary>
/// Defines the public interface for a parameter parser.
/// </summary>
/// <typeparam name="T">The <see cref="Type" /> of object to parse parameters for.</typeparam>
public interface IParame... |
Jisshu5/Assets/FreeFall1.cs | ishiharak/physics-experiments-using-unity3d | 0 | 7067491 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class FreeFall1 : MonoBehaviour
{
public float v0, g;
void Start()
{
}
void Update()
{
//float y = ???;
//this.transform.position = new Vector3(0f, y, 0f);
}
}
|
Assets/ARDK/AR/Configuration/ARHardwareCapability.cs | AmerAli94/ARSample_Niantic | 0 | 7067492 | // Copyright 2021 Niantic, Inc. All Rights Reserved.
namespace Niantic.ARDK.AR.Configuration
{
/// Possible states of capability for the current hardware device regarding a particular
/// configuration.
public enum ARHardwareCapability
{
/// Hardware device is not capable for the particular configuration.
... |
StrixIT.Platform.Modules.Membership/Security/Account/AccountService.cs | StrixIT/StrixIT.Platform.Modules.Membership | 0 | 7067493 | #region Apache License
//-----------------------------------------------------------------------
// <copyright file="AccountService.cs" company="StrixIT">
// Copyright 2015 StrixIT. Author <NAME> MA MSc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compl... |
Src/Api/Controllers/UserController.cs | nnyegaard/DotNetBaseSample | 3 | 7067494 | using System;
using System.Threading.Tasks;
using Components.UserComponents.Commands;
using Components.UserComponents.Queries;
using Infrastructure.Commands;
using Infrastructure.Queries;
using Microsoft.AspNetCore.Mvc;
namespace Api.Controllers
{
[ApiController]
[Route("users")]
public class UserControll... |
src/Xamarin.Forms.Labs/Xamarin.Forms.Labs/Controls/EditableListView.cs | XpiritBV/Xamarin-Forms-Labs | 1 | 7067495 | using System;
using System.Collections.ObjectModel;
namespace Xamarin.Forms.Labs.Controls
{
public class EditableListView<T> : View
{
public static readonly BindableProperty SourceProperty = BindableProperty.Create<EditableListView<T>, ObservableCollection<T>>(p => p.Source, default(ObservableCollection<T>));
p... |
Startup.cs | Le-alves/LanchesMac | 0 | 7067496 | <reponame>Le-alves/LanchesMac<gh_stars>0
using LanchesMac.Context;
using LanchesMac.Models;
using LanchesMac.Repositories;
using LanchesMac.Repositories.interfaces;
using Microsoft.EntityFrameworkCore;
namespace LanchesMac;
public class Startup
{
public Startup(IConfiguration configuration)
{
Configura... |
Pages/Shared/_GoogleTracking.cshtml | markharrison/azure1 | 0 | 7067497 | @inject AppConfig appconfig
@Html.Raw($"<script async src=\"https://www.googletagmanager.com/gtag/js?id={appconfig.GoogleId}\"></script>")
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
@Html.Raw($"gtag('config', '{appconfig.Go... |
src/DSharp4Webhook/Core/Interfaces/Discord/IModifyContent.cs | iRebbok/DSharp4Webhook | 2 | 7067498 | <gh_stars>1-10
using DSharp4Webhook.Serialization;
namespace DSharp4Webhook.Core
{
/// <summary>
/// Data that modifies the webhook.
/// </summary>
public interface IModifyContent : INetSerializable
{
/// <summary>
/// Webhook name.
/// </summary>
public stri... |
src/L2O2/Core/ConsumableSelectMany.cs | manofstick/L2O2 | 0 | 7067499 | using System;
using System.Collections.Generic;
namespace L2O2.Core
{
internal class ConsumableSelectMany<T, U, V> : ConsumableWithComposition<T, U, V>
{
private readonly Consumable<IEnumerable<T>> consumableEnumerable;
public ConsumableSelectMany(Consumable<IEnumerable<T>> enumerable, ITrans... |
sources/Interop/Windows/Windows/um/strmif/IAMDroppedFrames.cs | JeremyKuhne/terrafx.interop.windows | 0 | 7067500 | <filename>sources/Interop/Windows/Windows/um/strmif/IAMDroppedFrames.cs
// Copyright © <NAME> Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/strmif.h in the Windows SDK for Windows 10.0.20348.0
// Original source is Copyright © Microsof... |
Dungeon Explorer/Assets/Scripts/Systems/CameraSystem.cs | NickABoen/Dungeon-Explorer | 4 | 7067501 | <gh_stars>1-10
using UnityEngine;
using System;
using System.Collections.Generic;
public static class CameraSystem
{
public static void Update()
{
foreach (uint key in ComponentManager.CameraComponent.Keys)
{
Camera cam = ComponentManager.CameraComponent[key];
Position ... |
System/Reflection/ParameterAttributes.cs | SinsofSloth/RF5-global-metadata | 1 | 7067502 | <gh_stars>1-10
[FlagsAttribute] // RVA: 0xADDE0 Offset: 0xADEE1 VA: 0xADDE0
[ComVisibleAttribute] // RVA: 0xADDE0 Offset: 0xADEE1 VA: 0xADDE0
[Serializable]
public enum ParameterAttributes // TypeDefIndex: 555
{
// Fields
public int value__; // 0x0
public const ParameterAttributes None = 0;
public const ParameterAt... |
Controllers/TemplatesController.cs | KeithRaven/Raven.AsyncTemplates | 0 | 7067503 | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Orchard;
using Orchard.DisplayManagement.Descriptors;
using Orchard.Mvc;
using Morphous.Api;
namespace Morphous.AsyncTemplates.Controllers
{
public class TemplatesController : Controller
... |
DiceOnDice/Assets/Scripts/Utilities/AudioAssets.cs | zeeodd/DiceOnDice | 0 | 7067504 | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AudioAssets : MonoBehaviour
{
private static AudioAssets _i;
public static AudioAssets i
{
get
{
if (_i == null) _i = (Instantiate(Resources.Load("Prefabs/AudioAssets")) as ... |
FrameTrapped.StreetFighterLibrary/ViewModels/MoveViewModel.cs | jhogoforbroke/Frame-Trapped | 10 | 7067505 | namespace FrameTrapped.StreetFighterLibrary.ViewModels
{
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Windows;
public class MoveViewModel
{
public enum MoveTypeEnum
{
Normal,
Unique,
... |
Sources/Showzup/Attributes/ModelTypeAttribute.cs | silphid/silphid.unity | 32 | 7067506 | <reponame>silphid/silphid.unity
using System;
namespace Silphid.Showzup
{
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class ModelTypeAttribute : Attribute
{
public Type Type { get; }
public ModelTypeAttribute(Type type)
{
Type = type;
}
... |
src/AzureMapsControl.Components/Map/IMapService.cs | arnaudleclerc/blazor-azure-maps-controls | 15 | 7067507 | <reponame>arnaudleclerc/blazor-azure-maps-controls<filename>src/AzureMapsControl.Components/Map/IMapService.cs
namespace AzureMapsControl.Components.Map
{
public interface IMapService
{
/// <summary>
/// The map
/// </summary>
Map Map { get; }
/// <summary>
/// ... |
Src/Framework.Data/Data/StoredProcedure.cs | goodtocode/Framework | 2 | 7067508 | <reponame>goodtocode/Framework
using GoodToCode.Extensions;
using GoodToCode.Framework.Entity;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
namespace GoodToCode.Framework.Data
{
/// <summary>
/// Stored Procedure for entity class
/// </summary>
... |
src/React.Sample.Mvc4/App_Start/JavaScriptEngineSwitcherConfig.cs | gunnarsireus/React.NET | 0 | 7067509 | <reponame>gunnarsireus/React.NET<gh_stars>0
using JavaScriptEngineSwitcher.ChakraCore;
using JavaScriptEngineSwitcher.Core;
using JavaScriptEngineSwitcher.Msie;
using JavaScriptEngineSwitcher.V8;
//using JavaScriptEngineSwitcher.Jint;
//using JavaScriptEngineSwitcher.Jurassic;
namespace React.Sample.Mvc4
{
public cla... |
KailashEngine/External/Cgen/Audio/SoundBuffer.cs | Yohanus/MuffinEngine | 95 | 7067510 | #region License
// ================================================================================
// Cgen.Audio - Audio Submodules of CygnusJam Game Engine
// Copyright (C) 2015 <NAME> (<EMAIL>)
//
// This software is provided 'as-is', without any express or implied
// warranty.In no event will the authors be held ... |
Universe.FioStream.Tests/Env.cs | devizer/KernelManagementLab | 4 | 7067511 | using System;
using Universe.FioStream.Binaries;
namespace Universe.FioStream.Tests
{
public class Env
{
public static readonly FioFeaturesCache FeaturesCache = new FioFeaturesCache() {Logger = new PicoLogger()};
public static bool ShortFioTests
{
get
{
... |
Protobuild.Internal/Feature/Feature.cs | Protobuild/Protobuild | 111 | 7067512 | <filename>Protobuild.Internal/Feature/Feature.cs
#pragma warning disable 1591
namespace Protobuild
{
public enum Feature
{
[FeatureInternal("query-features")]
QueryFeatures,
[FeatureInternal("no-resolve")]
[FeatureDependsOn(Feature.PackageManagement)]
PackageManagement... |
src/interoperability/InteroperabilityTests/ResponseHandler.cs | biohazard999/jasper | 369 | 7067513 | using System.Collections.Generic;
using InteropMessages;
using Jasper;
namespace InteroperabilityTests
{
public class ResponseHandler
{
public static IList<Envelope> Received = new List<Envelope>();
public static void Handle(ResponseMessage message, Envelope envelope)
{
Rec... |
src/Core/AutoMapper/Mappers/MapperSettings/YuzuPropertyAfterMapperSettings.cs | andyneil/yuzudelivery.umbraco | 2 | 7067514 | using System;
using YuzuDelivery.Core;
using System.Linq.Expressions;
namespace YuzuDelivery.Umbraco.Core
{
public class YuzuPropertyAfterMapperSettings : YuzuMapperSettings
{
public Type Resolver { get; set; }
public Type Dest { get; set; }
public object DestProperty { get; set; }
... |
DonBang/Form1.cs | MVB1905/ATBMTTK63 | 1 | 7067515 | 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;
namespace DonBang
{
public partial class Form1 : Form
{
DonBangHelper dh = new DonBangHe... |
GreatFriends.ThaiBahtText/ThaiBahtTextUtil.cs | aixasz/ThaiBahtText | 41 | 7067516 | <reponame>aixasz/ThaiBahtText<filename>GreatFriends.ThaiBahtText/ThaiBahtTextUtil.cs
using System;
using System.Diagnostics.Contracts;
using System.Text;
namespace GreatFriends.ThaiBahtText
{
/// <summary>
/// Original Source Code:
/// http://greatfriends.biz/webboards/msg.asp?id=5331 (VB.NET)
/// http://ww... |
src/Sio.Cms.Lib/ViewModels/SioProducts/ReadMvcViewModel.cs | Swastika-IO/Swastika | 66 | 7067517 | using Microsoft.EntityFrameworkCore.Storage;
using Sio.Cms.Lib.Models.Cms;
using Sio.Cms.Lib.Services;
using Sio.Common.Helper;
using Sio.Domain.Data.ViewModels;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Sio.Cms.Lib.ViewMo... |
Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/GStruct18.cs | hdefucom/HDF | 1 | 7067518 | using System.Runtime.InteropServices;
namespace DCSoftDotfuscate
{
[ComVisible(false)]
public struct GStruct18
{
public uint uint_0;
public uint uint_1;
public int int_0;
public uint uint_2;
}
}
|
iviz/Assets/Application/Panels/Widgets/ToggleWidget.cs | KIT-ISAS/iviz | 79 | 7067519 | <reponame>KIT-ISAS/iviz
using System;
using Iviz.Resources;
using JetBrains.Annotations;
using UnityEngine;
using UnityEngine.UI;
namespace Iviz.App
{
public class ToggleWidget : MonoBehaviour, IWidget
{
[SerializeField] Toggle toggle = null;
[SerializeField] Text label = null;
[NotNu... |
Samples/Samples/Samples/Physics/WindowsPhoneSamples/WpRagddollSample.cs | Drul1337/DigitalRune | 234 | 7067520 | #if WP7
using DigitalRune.Geometry;
using DigitalRune.Geometry.Shapes;
using DigitalRune.Graphics;
using DigitalRune.Graphics.SceneGraph;
using DigitalRune.Mathematics;
using DigitalRune.Mathematics.Algebra;
using DigitalRune.Physics;
using DigitalRune.Physics.Constraints;
using DigitalRune.Physics.ForceEffects;
using... |
Controllers/VehiculeNewController.cs | alchiweb/TestCrud | 0 | 7067521 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using EntitySignal.Services;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using TestCrud.Extensi... |
Persistencia/Interfaces/GenericRepository.cs | cromero82/aprendegenia_backend | 0 | 7067522 | using Microsoft.EntityFrameworkCore;
using Persistencia.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
namespace Persistencia.Interfaces
{
public class GenericRepository<T> : IGenericRepository<T> where T : class
{
interna... |
Assets/PCL/Scripts/PCL/PhysicsSimulation/Link/WL_HoldLink.cs | sacshadow/ProceduralCharacterLocomotion | 2 | 7067523 | using System;
using System.Collections;
using System.Collections.Generic;
//using System.Linq;
//using UnityEditor;
using UnityEngine;
//using UnityEngine.UI;
//using Uhity.Entities;
using URD = UnityEngine.Random;
public class WL_HoldLink : WeaponLink {
public Transform holdPoint;
public Vector3 position;
pub... |
DBLayer/Shot.cs | amoorahmat/RTU-Controller | 1 | 7067524 | using SerialSample.DBLayer;
namespace THTController.DBLayer
{
/// <summary>
/// این کلاس نوع تشکیل دهنده صف اصلی برنامه در داشبورد می باشد
/// یعنی در داشبورد صفی داریم شامل یک سری آبجکت از نوع شات
/// حالا این آبجکت شات ممکنه توش درخواست زماندارش پر باشه یا لوکال فایر باشه یا از جنس فایر سایت
/// ... |
cards/CORE/CS2/Sim_CS2_222.cs | chi-rei-den/Silverfish | 1 | 7067525 |
/* _BEGIN_TEMPLATE_
{
"id": "CS2_222",
"name": [
"暴风城勇士",
"<NAME>"
],
"text": [
"你的其他随从获得+1/+1。",
"Your other minions have +1/+1."
],
"CardClass": "NEUTRAL",
"type": "MINION",
"cost": 7,
"rarity": "FREE",
"set": "CORE",
"collectible": true,
"dbfId": 753
}
_END_TEMPLATE_ */
nam... |
Godot_Project/BehaviorTree/Leaves/Actions/Timer.cs | NathanWarden/godot_ai_csharp | 4 | 7067526 | namespace BehaviorTree
{
public class Timer : BaseLeaf
{
[Godot.Export]
public float waitTime = 1.0f;
public float timeRemaining;
protected override void Execute(float delta)
{
timeRemaining -= delta;
status = timeRemaining <= 0 ? BehaviorStatus.Success : BehaviorStatus.Running;
}
internal p... |
app/Pomona/ReferencedResourceNotFoundException.cs | Pomona/Pomona | 17 | 7067527 | #region License
// Pomona is open source software released under the terms of the LICENSE specified in the
// project's repository, or alternatively at http://pomona.io/
#endregion
using System;
using System.Runtime.Serialization;
using Nancy;
namespace Pomona
{
[Serializable]
public class ... |
Base-Helicopter-Controller/Library/PackageCache/com.unity.entities@0.0.12-preview.8/Unity.Entities.Tests/FixedArrayTests.cs | koszoru-kristof/Myo_EMG-GestureRecognition | 1 | 7067528 | using NUnit.Framework;
using Unity.Collections;
using System;
using Unity.Entities;
namespace Unity.Entities.Tests
{
public class FixedArrayTests : ECSTestsFixture
{
[Test]
public void CreateEntityWithTwoSameTypeFixedArraysThrows()
{
var array11Type = ComponentType.FixedArray(typeof(int), 11);
var array... |
Legion/ImageResolvers/MongoDbResolverFactory.cs | blacktau/legion-react-dotnet-mongo | 0 | 7067529 | namespace Legion.ImageResolvers
{
using System.Collections.Generic;
using Legion.Models.Data;
using Legion.Repositories;
using Microsoft.Extensions.Logging;
public class MongoDbResolverFactory : IMongoDbResolverFactory
{
private readonly Dictionary<string, MongoDbResolver> resolverCac... |
src/SFA.DAS.EmployerAccounts/Queries/GetEmployerAgreementById/GetEmployerAgreementByIdRequestValidator.cs | uk-gov-mirror/SkillsFundingAgency.das-employerapprenticeshipsservice | 8 | 7067530 | <filename>src/SFA.DAS.EmployerAccounts/Queries/GetEmployerAgreementById/GetEmployerAgreementByIdRequestValidator.cs
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using SFA.DAS.Validation;
namespace SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreementById
{
public class GetEmployer... |
Export/Demo.Web/Views/Home/Index.cshtml | im1sha/export | 0 | 7067531 | @{
ViewBag.Title = "Home Page";
}
<input type="button" value="Export Xlsx" />
<br />
<br />
<input type="button" value="Export Pdf" />
<br />
<br />
<input type="button" value="Export Txt" /> |
DataModel/RequestStateHistory.cs | venerakanybekova/software2 | 1 | 7067532 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... |
Plugins/KhepriRhinoceros/KhepriRhinoceros/KhepriRhinocerosChannel.cs | aptmcl/Khepri | 1 | 7067533 | <reponame>aptmcl/Khepri
using System;
using System.Collections.Generic;
using System.Net.Sockets;
using System.IO;
namespace KhepriBase {
public class KhepriChannel : IDisposable {
public BinaryReader r;
public BinaryWriter w;
Primitives primitives;
public List<BIMLevel> levels;
... |
src/prod/test/Microsoft.ServiceFabric.DeploymentManager/MockUps/MockUpMultiphaseClusterUpgradeState.cs | gridgentoo/ServiceFabricAzure | 2,542 | 7067534 | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.ServiceFab... |
Editor/CameraAimSettings.cs | MileyHollenberg/ChangeCameraAimOnStart | 6 | 7067535 | <gh_stars>1-10
using System.Collections.Generic;
using UnityEditor;
internal static class CameraAimSettings
{
public const string USE_PLAYER_OBJECT = "UsePlayerObjectForCameraAim";
[SettingsProvider]
public static SettingsProvider CreateMyCustomSettingsProvider()
{
SettingsProvider provider =... |
Assets/Scripts/AudioScripts/Audio_SFX_Controller.cs | AmyTsurimi/ARPG_Team_4 | 0 | 7067537 | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Audio_SFX_Controller : MonoBehaviour
{
[SerializeField]
[Range(-30f, 10f)]
public float SFXVolume = 0f; //Default
//SFX:
/*
[FMODUnity.EventRef]
public string BlowtorchEvent = "event:/TH... |
Core/Kuno/Reflection/IDiscoverTypes.cs | kuno-framework/kuno | 2 | 7067538 | <gh_stars>1-10
/*
* Copyright (c) Kuno Contributors
*
* This file is subject to the terms and conditions defined in
* the LICENSE file, which is part of this source code package.
*/
using System;
using System.Collections.Generic;
namespace Kuno.Reflection
{
/// <summary>
/// Discovers types that exist... |
RuleSamples/CapitalizedNamesRule.cs | VinayManikanda/DACExtensions | 86 | 7067539 | //------------------------------------------------------------------------------
//<copyright company="Microsoft">
//
// The MIT License (MIT)
//
// Copyright (c) 2015 Microsoft
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated doc... |
P0_RyanArcher/User.cs | 12142020-dotnet-uta/RyanArcherRepo1 | 0 | 7067540 | <gh_stars>0
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace MelfsMagic
{
public class User
{
public User(){
}
public User(string fname = "null", string lname = "null", string email = "null")
{
... |
src/DL_Core_WebAPP_Release/Areas/Admin/Views/AdminUsers/Edit.cshtml | Krish-Chandra/DL_ASPNET_CORE | 0 | 7067541 | <gh_stars>0
@model DL_Core_WebAPP_Release.Areas.Admin.Models.AdminUserViewModel
@{
ViewBag.Title = "Edit Admin User";
}
<div style="width:700px;">
<div class="panel panel-primary">
<div class="panel-heading">
<b>Edit Admin User</b>
</div>
<div class="panel-body">
... |
Game with sfmlui/Settings.cs | pentatrax/SfmlUI-Game | 0 | 7067542 | using System;
using SfmlUI;
using SFML;
using SFML.Graphics;
using SFML.System;
using SFML.Window;
using System.Collections.Generic;
namespace Game_with_sfmlui
{
/*
_____________________
/OOOOOOOOOOOOOOOOOOOOO\
| |
|OOOOOOOOOOOOOOOOOOOOO|
| ... |
Aplicacao_reworked/pimads4/Controllerpimads4/DAO/PessoaDAO.cs | System4Developers/pimADS4 | 0 | 7067543 | <filename>Aplicacao_reworked/pimads4/Controllerpimads4/DAO/PessoaDAO.cs<gh_stars>0
using Modelpimads4.DTO;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Controllerpimads4.DAO
{
public class PessoaDAO
{... |
CyberCAT.Core/Enums/Dumped Enums/audioWeaponTailEnvironment.cs | bsmr/WolvenKit-CyberCAT | 0 | 7067544 | namespace CyberCAT.Core.DumpedEnums
{
public enum audioWeaponTailEnvironment
{
InteriorDefault = 0,
InteriorWide = 1,
ExteriorWide = 2,
ExteriorUrbanNarrow = 3,
ExteriorUrbanStreet = 4,
ExteriorUrbanStreetWide = 5,
ExteriorUrbanOpen = 6,
ExteriorUrbanEnclosed = 7,
ExteriorBadlandsOpen = 8,
ExteriorBadlandsCan... |
src/csharp/VoterWatch/useradmin/UserDistricts.aspx.cs | SiliconHoller/open-precincts | 0 | 7067545 | <filename>src/csharp/VoterWatch/useradmin/UserDistricts.aspx.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using VoterWatch;
namespace useradmin
{
public partial class UserDistricts1 : System.Web.UI.Page
{
... |
vitasa_apps/iOSSharedModel/C_UserPicker.cs | coxthepilot/vitasa | 0 | 7067547 | using System;
using System.Collections.Generic;
using UIKit;
using Xamarin.Forms;
namespace zsquared
{
public class C_UserPicker
{
readonly UITextField TB_;
public event UserPickerEventHandler UserPickerDone;
readonly UIPickerView PV_;
List<C_VitaUser> Users;
public s... |
aplicacion-empresa/CapaPresentacion/Pedidos.cs | BryanGonzalezDeveloper/sistema-de-gestion-terminado | 2 | 7067548 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using CapaNegocio;
using System.Data.SqlClient;
namespace CapaPresentacion
{
public partial class Pe... |
_src/Ef.Tests/PluginTests.cs | moke11/EfDowngrade | 1 | 7067549 | <reponame>moke11/EfDowngrade<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Data.Entity.Migrations.Infrastructure;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using EfConsole.CustomerPlugin;
using NUnit.Framework;
using VisitPlugin;
namespace Ef.Tests
{
[TestFix... |
src/QuickApp/PatrolEF/Openiddicttokens.cs | mohdimran043/Inventory | 1 | 7067550 | using System;
using System.Collections.Generic;
namespace MOI.Patrol
{
public partial class OpenIddictTokens
{
public string ApplicationId { get; set; }
public string AuthorizationId { get; set; }
public DateTime? CreationDate { get; set; }
public DateTime? ExpirationDate { get... |
GitDepend/Busi/IConsole.cs | pdubb29/GitDepend | 0 | 7067552 | using System;
using System.IO;
namespace GitDepend.Busi
{
/// <summary>
/// Abstracts calls the <see cref="Console"/> to improve testablility.
/// </summary>
public interface IConsole
{
/// <summary>
/// Gets or sets the foreground color of the console.
/// </summary>
... |
Source/Word/DispatchInterfaces/RevisionsFilter.cs | igoreksiz/NetOffice | 0 | 7067554 | using System;
using NetRuntimeSystem = System;
using System.ComponentModel;
using NetOffice.Attributes;
namespace NetOffice.WordApi
{
/// <summary>
/// DispatchInterface RevisionsFilter
/// SupportByVersion Word, 15, 16
/// </summary>
/// <remarks> MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/offi... |
source/MongoDB/Linq/Translators/FieldProjector.cs | sybitetechnologies/mongodb-csharp | 255 | 7067555 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Linq.Expressions;
using MongoDB.Linq.Expressions;
namespace MongoDB.Linq.Translators
{
internal class FieldProjector : MongoExpressionVisitor
{
private HashSet<Expression> _... |
HasDataRelatedEntity/HasDataRelatedEntity/Data/Migrations/20180812233053_InitialSchema.Designer.cs | shawnwildermuth/wilderexamples | 11 | 7067556 | // <auto-generated />
using System;
using HasDataRelatedEntity.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
names... |
a_game/Assets/_scripts/enemy/HunterController.cs | power-cosmic/cosc592_dungeon_dudes | 0 | 7067557 | using UnityEngine;
using System.Collections;
public class HunterController : MonoBehaviour
{
public GameObject player;
int moveSpeed = 2;
int maxDist = 10;
int minDist = 0;
int health;
// Use this for initialization
void Start ()
{
this.player = GameObject.FindGameObjectWithTag ("Player");
t... |
src/EmailRep.NET/Models/DomainReputation.cs | WestDiscGolf/EmailRep.NET | 1 | 7067558 | using System.Text.Json.Serialization;
namespace EmailRep.NET.Models
{
/// <summary>
/// The domain reputation ranking
/// </summary>
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DomainReputation
{
/// <summary>
/// None
/// </summary>
None = 0,
... |
Pipeline/RoyalCode.PipelineFlow/Exceptions/MultipleHandlersForTheSameRequestException.cs | Royal-Code/Pipeline | 0 | 7067559 | using System;
namespace RoyalCode.PipelineFlow.Exceptions
{
/// <summary>
/// Exception for when there are multiple handlers for one request type (input/output).
/// </summary>
public class MultipleHandlersForTheSameRequestException : InvalidOperationException
{
private const string BaseMe... |
src/Innovator.Client/ICredentials.cs | gratinierer/Innovator.Client | 26 | 7067560 | <gh_stars>10-100
namespace Innovator.Client
{
/// <summary>
/// Credentials for authenticating to an Aras Innovator instance
/// </summary>
public interface ICredentials
{
/// <summary>
/// The database to connect to
/// </summary>
string Database { get; }
}
internal interface IUserCreden... |
src/Common.Logging.Portable/Logging/Configuration/LogConfigurationReader.cs | tompazourek/common-logging | 495 | 7067561 | <filename>src/Common.Logging.Portable/Logging/Configuration/LogConfigurationReader.cs
using System;
namespace Common.Logging.Configuration
{
/// <summary>
/// Implementation of <see cref="IConfigurationReader"/> that uses a supplied
/// <see cref="LogConfiguration"/> object.
/// </summary>
/// <au... |
System/IO/FileAttributes.cs | SinsofSloth/RF5-global-metadata | 1 | 7067562 | [FlagsAttribute] // RVA: 0xAEB80 Offset: 0xAEC81 VA: 0xAEB80
[ComVisibleAttribute] // RVA: 0xAEB80 Offset: 0xAEC81 VA: 0xAEB80
[Serializable]
public enum FileAttributes // TypeDefIndex: 681
{
// Fields
public int value__; // 0x0
public const FileAttributes Archive = 32;
public const FileAttributes Compressed = 2048... |
SharpBlog/Themes/staypuft/_Page.cshtml | bcwood/SharpBlog | 0 | 7067563 | <filename>SharpBlog/Themes/staypuft/_Page.cshtml
@using SharpBlog.Models
@{
Post post = Page.Post;
}
<div class="post page">
<header class="post-header">
<h1 class="post-title">@post.Title</h1>
</header><!-- .post-header -->
<div class="post-content">
@Html.Raw(post.Body)
</div><!... |
Assets/Scripts/Droppable/ExplosiveDroppable.cs | Sebdami/WormsLike | 0 | 7067564 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ExplosiveDroppable : Droppable {
public Explosion explosion;
protected virtual void Explode()
{
explosion.Explode(transform.position);
}
}
|
HPM/HPMGridViewTemplateType.cs | Hansoft/hansoft-csharp-sdk-web-sample | 0 | 7067565 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
public enum HPMGridViewTemplateType
{
DropDownList = 0,
CheckBoxList = 1,
TextBox = 2,
}
|
src/Readers/CrateTypeReader.cs | Lunerr/dea2cs | 0 | 7067566 | using System.Linq;
using System.Threading.Tasks;
using Discord.Commands;
using DEA.Services.Static;
using System;
using DEA.Entities.Item;
namespace DEA.Common.TypeReaders
{
public sealed class CrateTypeReader : TypeReader
{
public Type Type { get; } = typeof(Crate);
public override Task<TypeR... |
Advent/Year2020/Day07.cs | julianz/advent-2020 | 0 | 7067568 | <reponame>julianz/advent-2020<filename>Advent/Year2020/Day07.cs
using System;
using System.Collections.Generic;
using Advent.Util;
namespace Advent.Year2020 {
[Day(2020, 7)]
public class Day07 : DayBase {
Dictionary<string, HashSet<string>> Bags = new Dictionary<string, HashSet<string>>();
Has... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.