text stringlengths 13 6.01M |
|---|
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Core
{
/// <summary>
/// Parse the commandline arg input
/// Result:
/// 1. Exception flags -- record whether exception has been rais... |
using System;
using System.ComponentModel.DataAnnotations;
namespace Checkout.Payment.AcquiringBankMock.Application.Validations
{
public class CurrencyAttribute : ValidationAttribute
{
enum ValidCurrencies
{
USD,
EUR,
GBP
}
protected override Vali... |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Player : MonoBehaviour
{
[SerializeField] Bullet bulletPrefab;
[SerializeField] float thrustSpeed = 5.0f;
[SerializeField] float turnSpeed = 1.0f;
[SerializeField] ParticleSystem fuelFX;
priva... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
using BookManagementApp.DAL;
using BookManagementApp.Models;
namespace BookManagementApp.Controllers
{
public class DebtsController : Controller... |
using System.Text.Json.Serialization;
namespace PlatformRacing3.Server.Game.Communication.Messages.Incoming.Json;
internal sealed class JsonDeletePmsIncomingMessage : JsonPacket
{
[JsonPropertyName("pm_array")]
public IReadOnlyCollection<uint> PMs { get; set; }
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Runtime.CompilerServices;
using ERP_Palmeiras_LA.Core;
using ERP_Palmeiras_LA.Models;
using System.Data;
namespace ERP_Palmeiras_LA.Models.Facade
{
public partial class LogisticaAbastecimento
{
public vo... |
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Http;
using MyTestLib;
namespace WebMvc.Events
{
public class MyChunkingCookieManager : ICookieManager
{
private readonly ChunkingCookieManager _cookieManager;
public MyChunkingCookieManager()
{
... |
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 System.IO;
using System.Data.SqlClient;
using System.Configuration;
namespace City_Gy... |
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace лаба_13
{
class AESFileManager
{
public static string ReadListFilesAndDirs(string nameDisk = "D")
{
DirectoryI... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using Musher.EchoNest.Models;
namespace Musher.Web.Models
{
public class GenresGenreViewModel
{
public Genre Genre { get; set; }
public List<Artist> Artists { get; set; }
public List<Genre> ... |
namespace Vantage.Automation.VaultUITest.Helpers
{
public static class ProjectSpecificConstants
{
public const string DatetimeFormatForGrid = "M/d/yyyy h:mm tt";
public const string DatetimeFormatForDateField = "M/d/yyyy hh:mm:ss tt";
}
}
|
using System.Text;
using System;
using System.Collections.Generic;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json;
using System.Net.Http;
using System.Drawing;
using System.Collections.ObjectModel;
using System.Xml;
using System.ComponentModel;
using System.Reflection;
namespace LinnworksAPI
{
public class ... |
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace NetFabric.Hyperlinq
{
public static partial class ArrayExtensions
{
[GeneratorMapping("TPredicate", "NetFabric.Hyperlinq.FunctionInWrapper<TSource, bool>")]
[... |
using Microsoft.Extensions.Configuration;
namespace Fonlow.Testing
{
public sealed class TestingSettings
{
private TestingSettings()
{
}
public static TestingSettings Instance { get { return Nested.instance; } }
private class Nested
{
static Nested()
{
}
static TestingSe... |
using Amazon.Suporte.Model;
namespace Amazon.Suporte.Services
{
public interface IProblemService
{
Problem CreateProblem(Problem problem);
Problem GetProblemByIdentificator(string identificator);
}
} |
using FluentAssertions;
using Microsoft.Extensions.DependencyInjection;
using Xunit;
namespace PasswordCheck.Tests
{
public class ForbiddenPasswordServiceTests : IClassFixture<TestFixture>
{
private readonly IForbiddenPasswordService _forbiddenPasswordService;
public ForbiddenPasswordServiceTe... |
using System.Drawing;
using System.Windows.Forms;
public class TransparentPictureBox : Control
{
public TransparentPictureBox()
{
/*MouseMove += new MouseEventHandler(ReadOnlyRichTextBox_Mouse);
MouseDown += new MouseEventHandler(ReadOnlyRichTextBox_Mouse);
MouseUp += new MouseEventHan... |
namespace SampleConsoleApplication.Importers
{
using System;
using System.IO;
public class EmpleesImporter : IImporter
{
public string Message
{
get { return "Importing Emploees"; }
}
public int Order
{
get { return 2; }
}
... |
using System.Collections.Generic;
using System.Linq;
namespace RiverCrossPuzzle
{
public class Shoreline
{
private List<Occupant> _occupants = new List<Occupant>();
public IEnumerable<Occupant> Occupants
{
get { return _occupants; }
}
public void AddOccupant(Occupant occ... |
using Microsoft.Data.Entity;
using Microsoft.Framework.Logging;
using SearchEng.Search.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SearchEng.Search.RepositoryExtensions
{
public class EFSearchRepository<T> : ISearchRepository<T> where T : ... |
using App.Entity;
using App.Entity.AttibutesProperty;
using App.Logic;
using App.Utilities.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace App.Utilities.Access
{
/// <seealso cref="System.Windows.Forms.Form" />
public partial class FormLogin :... |
using System;
namespace Breezy.Sdk
{
public class BreezyApiException : Exception
{
public BreezyApiException(string message) : base(message)
{
}
}
} |
using System.Collections.Generic;
using GameLoanManager.Domain.Enums;
namespace GameLoanManager.Domain.Entities
{
public class Game : Entity
{
public string Name { get; set; }
public EGameType Type { get; set; }
public string Description { get; set; }
public bool Available { get... |
using CDSShareLib;
using Newtonsoft.Json.Linq;
namespace IoTHubReceiver.Model
{
class EventMessageModel
{
public int MessageId { get; set; }
public int EventRuleId { get; set; }
public string EventRuleName { get; set; }
public string EventRuleDescription { get; set; }
p... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Advertisements;
using GoogleMobileAds.Api;
public class ScoreScreenButtonController : ScoreScreenBehavior
{
public void onShareButtonPressed()
{
}
public void onMainMen... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using WebSqlServerDocumentator.Models;
using SqlServerDocumentator;
namespace WebSqlServerDocumentator.Controllers
{
public class HomeController : Controller
... |
using Babylips.DB;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Babylips.Service.Services
{
public class srvCity : BaseService<City>, IBaseService<City>
{
}
}
|
namespace HH.RulesEngine.Core.Conditions
{
using HH.RulesEngine.Core.Interfaces;
public class Equals : ICondition
{
private readonly string _actual;
private readonly string _expected;
public Equals(string actual, string expected)
{
_actual = actual;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Autofac;
using Microsoft.Bot.Builder.Dialogs.Internals;
using Microsoft.Bot.Builder.Scorables;
using Microsoft.Bot.Connector;
using MeetingRoomBot.Middlewares;
namespace MeetingRoomBot.Modules
{
public class GlobalHandlerMo... |
using System;
using System.Linq;
using System.Net.Http.Formatting;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Entities;
using Umbraco.Web.Models.Trees;
using Umbraco.Web.Mvc;
using Umbraco.Web.WebApi.Filters;
using Umbraco.Core.Services;
using Umbraco.Web.Actions;
using Constants = Umbra... |
using Microsoft.EntityFrameworkCore.Migrations;
namespace Ambassador.Migrations
{
public partial class ratingOptional : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AlterColumn<int>(
name: "OrganizationReviewOfEventRat... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Sesi.WebsiteDaSaude.WebApi.Interfaces;
using Sesi.WebsiteDaSaude.WebApi.Models;
namespace Sesi.WebsiteDaSaude.WebApi.Repositories
{
public class LocalRepository : ILocalRepository
{
public Lo... |
using UnityEngine;
public class ParallaxMouseMove : MonoBehaviour
{
private Vector3 pz;
private Vector3 StartPos;
public float modifier;
void Start()
{
StartPos = transform.position;
}
void Update()
{
var pz = Camera.main.ScreenToViewportPoint(Input.mousePosition);
... |
using System;
using System.Linq.Expressions;
using Microsoft.Extensions.Configuration;
using System.IO;
using MySql.Data.MySqlClient;
using OnlyOrm.Exetnds;
using OnlyOrm.Pool;
using System.Reflection;
using OnlyOrm.Cache;
using System.Collections.Generic;
using System.Data;
namespace OnlyOrm
{
///<summary>
/... |
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.Media;
using System.Windows.Media.Imaging;... |
using PDV.DAO.Entidades;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PDV.CONTROLLER.NFCE.Util
{
public class TributoNFCe
{
public decimal IDProduto { get; set; }
public decimal PercentualEstadual { get; set; }
... |
namespace com.faithstudio.Editor
{
using UnityEngine;
using UnityEditor;
public class EditorAppPreviewMaker
{
#if UNITY_EDITOR
[MenuItem("AppPreview/Screenshot")]
static public void OnTakeScreenshot()
{
ScreenCapture.CaptureScreenshot(EditorUtility.SaveFilePanel("Sa... |
using System;
using System.Runtime.InteropServices;
namespace POG.Automation
{
[ComVisible(true)]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[Guid("0449A389-9A23-4DC5-AA08-6F3B8223F5A0")]
public interface IPogCorral
{
void Login(string url, string username, string password);
... |
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using NChampions.Infra.Data.Context;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace NChampions.WebApi
{
public class MigrationWorker : IHostedService
{
... |
using System;
using System.Threading.Tasks;
using Prism.Mvvm;
using Prism.Commands;
using System.Threading;
using FuzzyLogic.Model;
using System.Collections.ObjectModel;
using System.Windows;
using FuzzyLogic.Helper;
namespace FuzzyLogic
{
class ViewModel : BindableBase
{
#region Temp
//ChartN... |
namespace Common
{
public struct StartGame
{
}
}
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.Sockets;
using System.IO;
using Negocio;
using System.Threading;
namespace Servidor
{
class Program
{
static void Main(string[] args)
{
//Cria um objeto TcpListener... |
using OpenQA.Selenium;
using OpenQA.Selenium.Remote;
namespace DotCom.Pages.Util
{
/// <summary>
/// Utility class to house convenience methods specifically around IWebElement objects.
/// </summary>
public class WebElementHelper : SearchContextWrapper
{
// This subclass of PageHe... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Model.Security.MembershipManagement;
using Model.DataEntity;
using Business.Helper;
using Model.Locale;
using eIVOGo.Module.Base;
using Uxnet.Web.WebUI;
using System.Text.Re... |
//
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
#region Usings
using Telerik.Web.UI;
#endregion
namespace DotNetNuke.Web.UI.WebControls
{
public class DnnDockCommand : DockCommand
{
p... |
//
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
using System.IO;
using DotNetNuke.ComponentModel;
namespace DotNetNuke.Services.FileSystem.Internal
{
public class DirectoryWrapper : ComponentBase<... |
using REQFINFO.Domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace REQFINFO.Business.Interfaces
{
public interface IUDFValidationBusiness
{
List<UDFFieldsValidationsModel> GetValidations(Int32 IDUDFDefinition);
}
}... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BlocksScript : GameManager {
public GameObject BetterBlock;
bool first = false;
static int blockCounter = 0;
static bool useless = false;
public GameObject victoryBlock;
public GameObject spawnPoint;
public EdgeCollider... |
using System;
using BehaviorScripts;
using ManagerScripts;
using UnityEditor;
namespace Editor
{
[CustomEditor(typeof(ShooterBehavior), true)]
public class ShooterEditor : UnityEditor.Editor
{
private SerializedProperty _damageMultiplier;
private SerializedProperty _attackSpeedMultiplier;
... |
using Assets.Scripts.RobinsonCrusoe_Game.Cards;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts.RobinsonCrusoe_Game.GameAttributes
{
public static class BuildingCosts
{
public static RessourceCosts GetBuild... |
public class BTInput {
} |
using System.Data.Entity;
using System.Data.Entity.ModelConfiguration.Conventions;
using Grubber.Web.Models;
using Microsoft.AspNet.Identity.EntityFramework;
namespace Grubber.Web.Data
{
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
{
public ApplicationDbContext() : base("Defa... |
using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Windows;
using Clime.MVVMUtils;
using Clime.MVVMUtils.DataServices;
using GalaSoft.MvvmLight;
using Clime.Model;
using GalaSoft.MvvmLight.Command;
using GalaSoft.MvvmLight.Messaging;
namespace Clime.ViewModel
{
class MainViewModel... |
//------------------------------------------------------------------------------
// The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.nopCommerce.com/Lic... |
// Accord Statistics Library
// The Accord.NET Framework
// http://accord-framework.net
//
// Copyright © César Souza, 2009-2015
// cesarsouza at gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as p... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TahoeExtensions;
namespace Lesson3Example1
{
class Program
{
static void Main(string[] args)
{
Console.Write("Write some text: ");
string inputText ... |
namespace Bteam.Specifications.Tests.Fakes
{
public class FakeSpec5 : ISpecification<FakeEntity, FakeEntity, FakeEntity, FakeEntity, FakeEntity>
{
/// <summary>
/// Determines whether [is satisfied by] [the specified candidate].
/// </summary>
/// <param name="candidate">The cand... |
using UnityEngine;
using System.Collections;
using System.Text;
using System.Security.Cryptography;
using System.IO;
using System;
public static class CryptographHelper
{
private static string Base64(this string source)
{
byte[] bytes = Encoding.UTF8.GetBytes(source);
return Convert.ToBase64Str... |
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YoctoScheduler.Core.Database
{
public class Configuration
{
protected Dictionary<string, string> _config = new Dictionary<string, string>();
... |
using UnityEngine;
using System.Collections;
public class ChaoHueristicScript : HueristicScript {
GameObject[,] pos;
public override float Hueristic(int x, int y, Vector3 start, Vector3 goal, GridScript gridScript){
pos = gridScript.GetGrid();
GameObject go = pos[x,y];
Material mat = go.GetComponent<Me... |
namespace Mixed_Phones
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class MixedPhones
{
public static void Main(string[] args)
{
//read command for phone and name;
var co... |
//
// - RegexValueSerializer.cs -
//
// Copyright 2010 Carbonfrost Systems, Inc. (http://carbonfrost.com)
//
// 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/l... |
using CTB.Entities;
using SIC.BL;
using SIC.Site.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
namespace SIC.Site.Controllers
{
[Authorize]
public class DireccionController : Controller
{
private IPersonaService... |
using PMA.Store_Domain.Masters.Entities;
using PMA.Store_Framework.Domain;
namespace PMA.Store_Domain.Orders.Entities
{
public class OrderLine : BaseEntity
{
public Order Order { get; set; }
public long OrderId { get; set; }
public long MasterProductsId { get; set; }
public Mas... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum TerrierState { SLEEPING, AWAKE }
public class TerrierSpawner : MonoBehaviour
{
public GameObject CoalBall;
public float SpawnFrequency = 1000;
public SpriteRenderer Glow;
public float GlowDuration = .5f;
p... |
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shape... |
using System;
using DAL.Model;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace DAL
{
public class DatabaseContext : IdentityDbContext<UserAccount>
{
public DatabaseContext(DbContextOptions<DatabaseContext> options)
: base(options)
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class IncorruptEdu_EdayQuestionundoList : System.Web.UI.Page
{
string strwhere;
public string t_rand = "";
PDTech.OA.BLL.OA_EDUQUESTI... |
using Microsoft.Owin;
using Owin;
[assembly: OwinStartupAttribute(typeof(PWA_Maesai.Startup))]
namespace PWA_Maesai
{
public partial class Startup
{
public void Configuration(IAppBuilder app)
{
ConfigureAuth(app);
}
}
}
|
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AudioManager : MonoBehaviour
{
public AudioSource carCrash;
public AudioSource carEnter;
public void carCrashTurnOn()
{
if(carCrash.isPlaying == false)
{
carCrash.Play();
/... |
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
[RequireComponent(typeof(MeshFilter))]
[RequireComponent(typeof(MeshRenderer))]
public class MeshCombiner : MonoBehaviour
{
/* public void AdvancedCombineMeshes()
{
MeshFilter myMeshFilter = GetComponent<MeshFilter>();
Mesh... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace JoveZhao.Framework.ScheduleTask
{
public class OneTimeSchedule : Schedule
{
DateTime _startTime;
public OneTimeSchedule(DateTime startTime)
{
this._startTime = startTime;
... |
using DryIoc;
using OmniSharp.Extensions.JsonRpc;
using OmniSharp.Extensions.LanguageServer.Protocol.Progress;
namespace OmniSharp.Extensions.LanguageServer.Protocol.Client
{
internal class WorkspaceLanguageClient : LanguageProtocolProxy, IWorkspaceLanguageClient
{
public WorkspaceLanguageClient(
... |
using Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataAccessLayer.Repository
{
public class UserRepository :BaseRepository<User>
{
public UserRepository(DatabaseContext context):base(context)
{
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
public class mainmenu : MonoBehaviour
{
public GameObject coni;
public GameObject anamenu;
private void Start()
{
Time.timeScale = 1f;
}
public void S... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TrailColor : MonoBehaviour {
private TrailRenderer trailRenderer;
// Use this for initialization
void Start () {
trailRenderer = GetComponent<TrailRenderer>();
}
public void SetColor(Color c)
{
... |
using FatCat.Nes.OpCodes.ClearingFlags;
using JetBrains.Annotations;
namespace FatCat.Nes.Tests.OpCodes.ClearingFlags
{
[UsedImplicitly]
public class ClearOverflowFlagTests : ClearFlagTests
{
protected override string ExpectedName => "CLV";
protected override CpuFlag Flag => CpuFlag.Overflow;
public ClearOv... |
using Peppy.Core.Amqp;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
namespace Peppy
{
public class RabbitMQReceiveAttribute : AmqpAttribute
{
public RabbitMQReceiveAttribute(string exchangeName, string queueName)
: base(exchangeNa... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace oopsconcepts
{
// Structs
//Just like Classes Structs can have
//1) Private Fields
//2)Public Properties
//3) COnstructors
//4)Methods
//Object Initializers Syntax ... |
namespace Plus.Communication.Packets.Outgoing.Navigator
{
internal class CanCreateRoomComposer : MessageComposer
{
public bool Error { get; }
public int MaxRoomsPerUser { get; }
public CanCreateRoomComposer(bool error, int maxRoomsPerUser)
: base(ServerPacketHeader.... |
using System;
using System.Collections.Generic;
using System.Text;
namespace OCP.ShareNS.Exceptions
{
/**
* Exception for illegal attempts to modify an id of a share
* @since 9.1.0
*/
class IllegalIDChangeException : GenericShareException { }
}
|
using Microsoft.AspNet.Identity.EntityFramework;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Web;
namespace IssueLog_Api.Models
{
public class IssueLogDbContext : IdentityDbContext<ApplicationUser>
{
public IssueLogDbContext():base("IssueLo... |
namespace Fano
{
public static class Utilities
{
public static bool IsSequenceEqual(WordFrequency bitArray1, WordFrequency bitArray2)
{
if (bitArray1.Word.Length != bitArray2.Word.Length)
{
return false;
}
for (int i = ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace innovation4austria.web.Models.Ausstattung
{
public class AusstattungModel
{
public int ID { get; set; }
public string Bezeichnung { get; set; }
}
} |
/********************************************************************
* FulcrumWeb RAD Framework - Fulcrum of your business *
* Copyright (c) 2002-2010 FulcrumWeb, ALL RIGHTS RESERVED *
* *
* THE SOURCE CODE CONTAINED WITHIN THI... |
using QuestomAssets.BeatSaber;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Collections.Specialized;
namespace QuestomAssets
{
public class MusicConfigCache
{
//keyed on PlaylistID (aka PackID)
public Dictionary<string, PlaylistAndSo... |
namespace NodeGraph.View {
public class NodeFlowPortView : NodePortView {
#region Constructor
public NodeFlowPortView(bool isInput) : base(isInput) {
//
}
#endregion // Constructor
}
}
|
using BusinessLogic;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace LinkCloud.Areas.Admin.Controllers
{
public class BaseAdminController : Controller
{
protected AdminBL objAdminBL;
public BaseAdminController()
{
... |
using System;
using System.Collections.Generic;
using Athena.Data;
using Athena.Data.StoragePlaces;
namespace AthenaTests.Helpers.Data.Lists {
public class StoragePlacesListGenerator {
public static List<StoragePlace> Generate() {
return new List<StoragePlace> {
new StoragePlac... |
using Dapper;
using Microsoft.Data.SqlClient;
using Microsoft.Extensions.Configuration;
using Netfilmes.Business.Entidades;
using Netfilmes.Repository.Interfaces;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Netfilmes.... |
using System;
using System.Linq;
using System.IdentityModel.Tokens;
using Microsoft.Owin.Security;
using Microsoft.Owin.Security.OAuth;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
using Newtonsoft.Json;
using System.Web;
using System.Collections.Concurrent;
using Microsoft.DataStudio.OAuthMiddleware.Models;
... |
namespace PlatformRacing3.Server.API.Game.Commands;
public interface ICommandExecutor
{
uint PermissionRank { get; }
void SendMessage(string message);
bool HasPermission(string permission);
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Model;
namespace Dao.Seguridad
{
public class PeriodoDao : GenericDao<Periodo>, IPeriodoDao
{
/// <summary>
/// Metodo que permite obtener todos los periodos activos de una ... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace DBMS
{
public partial class Form1 : Form
{
private readonly D... |
using System;
using System.Collections.Specialized;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Timers;
namespace SnipForMammal
{
using SimpleJson;
using System.Runtime.InteropServices;
using Timer = System.Timers.Timer;
pub... |
namespace Labs.WPF.TvShowOrganizer.Data.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class t : DbMigration
{
public override void Up()
{
CreateTable(
"dbo.Episodes",
c => new
{
... |
using System;
using System.Collections.Generic;
using System.Linq;
using Xamarin.Forms;
using SQLite.Net;
namespace Trabalho2.Models
{
class CompraRepository : IDisposable
{
private SQLiteConnection _conexao;
public CompraRepository()
{
var config = DependencyService.Get<I... |
namespace SVN.Pdf.Enums
{
public enum VAlign
{
Top, Middle, Bottom
}
} |
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using GraphQLSampleAPI.Contexts;
using GraphQLSampleAPI.Models;
using HotChocolate.Fetching;
using Microsoft.EntityFrameworkCore;
namespace GraphQLSampleAPI.DataLoader
{
public class GadgetsByBrandDataLoader ... |
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.IO;
public partial class add_advertise : System.Web.UI.Page
{
SqlConnection con = null;
public string uname = ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.