text stringlengths 13 6.01M |
|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ManageDomain.DAL
{
public class ZhiBoProbationDal
{
public Models.ZhiBoProbation Add(CCF.DB.DbConn dbconn, Models.ZhiBoProbation model)
{
string sql = @"INSERT INTO `zhiboprobation`
(
`n... |
using Meetup.Sagas.Contracts;
namespace Meetup.Sagas.BackendCartService
{
public class ShowSadPuppyCommand : ShowSadPuppy
{
public ShowSadPuppyCommand(string username)
{
this.Username = username;
}
public string Username { get; }
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
namespace Project.Testing.ChestSM
{
public class Chest : Interactable
{
ChestState ChestState_;
[HideInInspector]
public OpenState open_;
[HideInInspector]
public C... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace Sumas
{
class Program
{
static void Main(string[] args)
{
string q = "";
int a;
int b;
int c;
Random r = new Rand... |
using System;
using System.Collections.Generic;
namespace POSServices.PosMsgModels
{
public partial class TableToSynch
{
public int Id { get; set; }
public string TableName { get; set; }
public string Sqlcommand { get; set; }
public int GeneratePerstore { get; set; }
pu... |
using Realms;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RealmDB
{
class Player : RealmObject
{
public string Name { get; set; }
public string Surname { get; set; }
public int BirthYear { get; set; }
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using V50_IDOMBackOffice.AspxArea.Booking.Models;
using V50_IDOMBackOffice.AspxArea.Booking.Repositorys;
namespace V50_IDOMBackOffice.AspxArea.Booking.Controllers
{
public class BookingInquiryController
{
public List<... |
using System.Collections;
using System.Collections.Generic;
using System;
using UnityEngine;
using System.Linq;
using Firebase.Analytics;
using Aloha.Currency;
using Aloha.Save;
public class FireBase : SingletonComponent<FireBase>, ISaveable
{
public enum CurrentState { Next, Restart, Continue }
pri... |
namespace Sitemaker.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class asdasd : DbMigration
{
public override void Up()
{
CreateTable(
"dbo.Pages",
c => new
{
Id... |
using BDTest.Helpers;
using NUnit.Framework;
namespace BDTest.Example;
[SetUpFixture]
public class SetUpFixture
{
[OneTimeTearDown]
public void WriteJsonTestData()
{
var jsonData = BDTestJsonHelper.GetTestJsonData();
File.WriteAllText(Path.Combine(Directory.GetCurrentDirectory(), $"JsonDa... |
using Microsoft.VisualBasic;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
namespace TspAntColony
{
internal static class FilterLoadHelper
{
public static string SupportedPictureFilters()
{
return "";
... |
using System;
using System.ComponentModel.DataAnnotations;
namespace ServiceQuotes.Application.DTOs.Customer
{
public class CreateCustomerRequest
{
[Required(ErrorMessage = "Account is required")]
public Guid AccountId { get; set; }
[Required(ErrorMessage = "Company name is required")... |
using System.Collections.Generic;
using XH.Infrastructure.Command;
namespace XH.Commands.Security
{
public abstract class CreateOrUpdateRoleCommand : CommandBase
{
public string Name { get; set; }
public IEnumerable<string> Permissions { get; set; }
}
} |
namespace TripDestination.Tests.Services.Web
{
using NUnit.Framework;
using TripDestination.Services.Web.Providers.Contracts;
using TripDestination.Services.Web.Providers;
using Common.Infrastructure.Constants;
[TestFixture]
public class MediaImageUrlProviderTests
{
[Test]
... |
using EFTeste.DataModel;
using EFTeste.Entidades.Entidades;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
namespace ConsoleApp
{
class Program
{
static void Main(string[] args)
{
Database.SetInitializer(new NullDatabaseInitializer<MyCo... |
using System;
namespace VnStyle.Services.Data.Domain.Memberships
{
public class AspNetRefreshToken
{
public int Id { get; set; }
public string TokenId { get; set; }
public string Subject { get; set; }
public string ClientId { get; set; }
public DateTime IssuedUtc { get;... |
using JigsawLibrary;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
namespace JigsawWpf
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Win... |
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.AspNetCore.Mvc.ApiExplorer;
using Microsoft.OpenApi.Any;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
// ReSharper disable UseDeconstruction
// ReSharper disable LoopCan... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JDWinService.Model
{
//请购删除表
public class JD_PORequest_Del
{
/// <summary>
///
/// </summary>
public int ItemID { get; set; }
public int TaskID { get; set; ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Uintra.Features.Media.Intranet.Services.Contracts;
using Uintra.Features.Media.Sql;
using Uintra.Persistence.Sql;
namespace Uintra.Features.Media.Intranet.Services.Implementations
{
public class IntranetMediaSer... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System
{
/// <summary>
/// A mutual exclusion container for two values.
/// </summary>
/// <typeparam name="TLeft"></typeparam>
/// <typeparam name="TRight"></typeparam>
public struct Either<TLeft, ... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DelftTools.Functions.Filters;
using DelftTools.Functions.Generic;
using NUnit.Framework;
namespace DelftTools.Functions.Tests.Filters
{
/// <summary>
///
/// </summary>
[TestFixture]
... |
namespace StrategyGame
{
public enum ForcesType
{
ExplosiveForce, RifleForce, RocketForce, DroneCarrierForce, CannonForce
}
public enum ButtonID
{
explosiveForceButton, rifleForceButton, rocketForceButton, droneCarrierForceButton, cannonForceButton
}
}
|
/**
* Definition for a binary tree node.
* public class TreeNode {
* public int val;
* public TreeNode left;
* public TreeNode right;
* public TreeNode(int x) { val = x; }
* }
*/
public class Solution {
private Tuple<TreeNode, TreeNode> Helper(TreeNode root) {
if (root == null) retur... |
namespace StateRealExample
{
public class GoldState : State
{
public GoldState(State state) : this(state.Balance, state.Account)
{
}
public GoldState(double balance, Account account)
{
_balance = balance;
_account = account;
... |
using UnityEngine;
using System.Collections;
public class SceneResLoader : MonoBehaviour {
public GameObject environmental_camera;
public GameObject mission_spawn;
public GameObject hyperjump_exit_effect;
public Texture hyperjump_exit_sprite;
public GameObject localShip;
public int map_radius=25000;
public Li... |
using ParrisConnection.DataLayer.Dtos;
namespace ParrisConnection.ServiceLayer.Data
{
public class PhoneData : IPhone
{
public int Id { get; set; }
public string UserId { get; set; }
public string Number { get; set; }
public string PhoneType { get; set; }
}
}
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using XH.Domain.Seo.Models;
using XH.Infrastructure.Domain.Models;
namespace XH.Domain.Catalogs.Models
{
/// <summary>
/// Article
/// </summary>
public class Article : FullAuditableEnti... |
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace SocialWorkout.Models
{
public class Trainer
{
[BsonRepresentation(BsonType.ObjectId)]
pu... |
using System;
using System.Text;
namespace _07.String_Explosion
{
class Program
{
static void Main()
{
var text = Console.ReadLine();
StringBuilder result = RemoveStringExplosion(text);
Console.WriteLine(result);
}
private ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TimeTracker.Infrastructure.Dto
{
public class TrackerDto
{
public int id { get; set; }
public string date { get; set; }
public string user_name { get; set; }
... |
using ShopBLL.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ShopBLL.Interfaces
{
public interface ITovarService : IService<TovarModel>
{
}
}
|
using System;
using System.Globalization;
namespace CollaborativeFiltering
{
internal class SimpleRating : IRating
{
public IRater Rater { get; private set; }
public ISubject Subject { get; private set; }
public double Value { get; private set; }
public SimpleRating(IRater... |
using System;
using System.Collections.Generic;
using System.Data;
using DelftTools.Hydro.CrossSections;
using GeoAPI.Extensions.Networks;
using GeoAPI.Geometries;
namespace DelftTools.Tests.Hydo
{
/// <summary>
/// Provides a dummy subclass of crossection
/// </summary>
public class TestCrossSectionD... |
using Intelecom.SmsGateway.Client.Models;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Intelecom.SmsGateway.Client
{
/// <summary>
/// SMS Gateway client.
/// </summary>
public interface ISmsGatewayClient
{
/// <summary>
/// Sends a message to the gatew... |
using System;
namespace Core.FileManipulator.Contracts
{
public interface IFileManipulator
{
void CopyFileTo(string sourcePath, string destinationPath, string fileName);
void MoveFileTo(string sourcePath, string destinationPath, string fileName);
}
}
|
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BAH.BOS.Json
{
public class ShortDateConverter : IsoDateTimeConverter
{
public ShortDateConverter()
{
this.DateTimeFormat = "yyyy'-'MM'-'dd";
}
... |
using OnboardingSIGDB1.Domain.Cargos.Validators;
using OnboardingSIGDB1.Domain.Funcionarios;
using System.Collections.Generic;
namespace OnboardingSIGDB1.Domain.Cargos
{
public class Cargo : Entity
{
public Cargo(string descricao)
{
Descricao = descricao;
Validate(this,... |
using System.Data.Entity.Migrations;
using System.Dynamic;
namespace MyMovies.DAL.Data
{
internal sealed class Configuration : DbMigrationsConfiguration<DataBaseContext>
{
public Configuration()
{
AutomaticMigrationsEnabled = false;
SetSqlGenerator("System.Data.SqlClien... |
using System;
using System.Threading.Tasks;
using AzureTableStorage.Patterns;
using Microsoft.WindowsAzure.Storage.Table;
namespace AzureTableStorage
{
public class Context
{
private Pattern _pattern;
private CloudTableClient _tableClient;
private CloudTable _cloudTable;
private... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using tableModel;
namespace CreateMethod
{
public class FunctionDataSetToList
{
public string CreateFunctionDataSetToList(string dbName, TableModel tableModel)
{
string result = "";
if... |
using Microsoft.EntityFrameworkCore;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using LoanAPound.Db.Model;
using System;
using System.Threading.Tasks;
namespace LoanAPound.Db.Test
{
[TestClass]
public class ApplicantRepositoryTests
{
private static DbContextOptionsBuilder<LoanAPoundContex... |
using System;
namespace Week7ICE2
{
class MainClass
{
public static void Main(string[] args)
{
while (true)
{
Console.WriteLine();
DateTime currentDate = DateTime.Now;
Console.WriteLine("Please enter you... |
using Alabo.Data.People.Stores.Domain.Services;
using Alabo.Framework.Core.Reflections.Interfaces;
using Alabo.Helpers;
using Alabo.Industry.Shop.Deliveries.Domain.Services;
namespace Alabo.Industry.Shop.Deliveries
{
public class StoreDefault : IDefaultInit
{
public bool IsTenant => false;
//... |
using System;
using Unity.Mathematics;
using System.Runtime.CompilerServices;
namespace IzBone.Common {
// ローカライズに関する情報を保持するクラス
public static partial class Localization
{
// ------------------------------------- public メンバ --------------------------------------------
public enum Target {JP, EN,}
public const T... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using AutoMapper;
using Conditions;
using Conditions.Guards;
using Properties.Core.Interfaces;
using Properties.Models;
using Swashbuckle.Swagger.Annotations;
namespace Properties.Control... |
//using ServerData;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Windows.Forms;
namespace Intellidoorn_software
{
class ReaderConnection
{
public static ReaderConnection _instance { get; private set;... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
namespace StorageSystem
{
public class StorageHandler
{
public StorageHandler()
{
}
public void SaveS... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BizService.Common;
using IWorkFlow.Host;
using IWorkFlow.OfficeService.OpenXml;
using IWorkFlow.ORM;
using Newtonsoft.Json;
using System.Data;
using System.Web;
using System.IO;
using ... |
using eCommerceSE.Cliente;
using eCommerceSE.Model;
using System;
using System.Configuration;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Enviosbase.Responsable
{
public partial class ResponsableEdit : System.Web.UI.Page
{
string llave = ConfigurationManager.AppSettings["Usuario"].T... |
namespace Krafteq.ElsterModel.Processes.Usta
{
using Krafteq.ElsterModel.ValidationCore;
using LanguageExt;
public class DataSupplierName : NewType<DataSupplierName, string>
{
static readonly Validator<StringError, string> Validator = Validators.All(
StringValidators.MinLength(1),
... |
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;
namespace TYNMU.User.News
{
public partial class NewsItem : System.Web.UI.Page
{
protected void Page_Load(object se... |
using System;
using System.ComponentModel.DataAnnotations;
namespace J4F.Server
{
public class EntityBase
{
[Key]
public int Id { get; set; }
public bool? Isdel { get; set; }
public DateTime? AddDate { get; set; }
public string AddIp { get; set; }
}
}
|
namespace StringMatrixRotation
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class Startup
{
public static void Main(string[] args)
{
Execute();
}
private static void Execute()
{
v... |
using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace vega3.Models
{
public class Model
{
public int Id { get; set; }
[Required]
[StringLength(255)]
public string Name { get; set; }
public M... |
/*
* Company:
* Motto: Talk more to loved ones!
* Assignment: A book shelf application
* Deadline: 2012-01-02
* Programmer: Baran Topal
* Solution name: .BookShelfWeb
* Project name: .BookShelfWeb
* File name: About.aspx.cs
* Status: Finished
*/
using System;
using System.Collections.Generic;
using Syste... |
#if REPLICA_DISABLING_NET5_ONLY
using System;
using DFC.ServiceTaxonomy.Neo4j.Services.Internal;
using Xunit;
using Xunit.Abstractions;
namespace DFC.ServiceTaxonomy.UnitTests.Neo4j.Services.Internal
{
public class GraphReplicaSetLowLevelTests : GraphReplicaSetTestsBase
{
internal GraphReplicaSetLowL... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Euler_Logic.Problems {
public class Problem124 : ProblemBase {
private bool[] _notPrimes;
private List<int> _primes = new List<int>();
private List<Rad> _rads = new... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Models.JsonModels
{
public class PurchaseOrderItemJsonModel
{
public string DBLineId { get; set; }
public string id { get; set; }
public string RVN { get; set; }
public string taxcode { get; set; }
... |
using gView.Framework.Data;
using gView.Framework.FDB;
using System.IO;
using System.Threading.Tasks;
namespace gView.Data.Fields.Framework.Data.Fields.AutoFields
{
[gView.Framework.system.RegisterPlugIn("683204A1-E77B-4CF9-A68D-831CADDFF1AB")]
class FileTitleFromPath : Field, IAutoField
{
public ... |
/******************************************************************************\
* Copyright (C) 2012-2016 Leap Motion, Inc. All rights reserved. *
* Leap Motion proprietary and confidential. Not for distribution. *
* Use subject to the terms of the Leap Motion SDK Agreement available at ... |
using System.Runtime.CompilerServices;
using Microsoft.Build.Execution;
namespace Gherkinator
{
public class BuildScenario : Scenario<BuildContext>
{
/// <summary>
/// Creates the scenario, optionally passing the scenario name and feature file,
/// which are otherwise inferred from th... |
using Domain.Entities;
using Domain.InterfaceRepo;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataAccess.Repositories
{
public class EfBeerEntityRepository : IRepository<BeerEntity>
{
static Context context;
pub... |
namespace Server
{
class Constants
{
public const int MAX_PLAYERS = 100;
}
}
|
using CC.Web.Dao.Core;
using CC.Web.Model;
using System;
using System.Collections.Generic;
using System.Text;
namespace CC.Web.Dao.Articles
{
public interface IArticleDao : IBaseDao<Article>
{
List<Article> FindByUser(Guid userId);
}
}
|
// ReSharper disable All
using System;
// ReSharper disable once CheckNamespace
namespace EqualityGeneratorSample
{
partial class ClassWithCompare : iSukces.Code.AutoCode.IAutoEquatable<ClassWithCompare>, iSukces.Code.AutoCode.IAutoComparable<ClassWithCompare>
{
public int CompareTo(ClassWithCompare ot... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Huawei.SCOM.ESightPlugin.Models.Server
{
public class ApiServerList<T>
{
public ApiServerList()
{
this.Data = new List<T>();
}
/// <summary... |
using DynamicSerializer.Core;
using DynamicSerializer.Roslyn;
using ParallelSerializer.Generator;
using ParallelSerializer.SerializerTasks;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace ParallelSer... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNet.Identity.EntityFramework;
namespace FIMMonitoring.Domain
{
public class ApplicationUser : IdentityUser
{
public ApplicationUser()
{
Creat... |
using System;
using Microsoft.Practices.Unity;
using Microsoft.Practices.Unity.Configuration;
using Store.Controllers;
using Data.Models;
using Data.Infrastructure;
using Service;
using Model.Models;
using AutoMapper;
using Model.ViewModel;
using Model.ViewModels;
namespace Store.App_Start
{
/// <summary>
/// ... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
[System.Serializable]
public class ChunkHolder
{
public Vector2 Position;
public ChunkGenerator ChunkObject;
}
public class ChunkFollower : MonoBehaviour {
public ChunkGenerator Prefab;
public int View... |
using System;
using System.Collections.Generic;
using Configy.Parsing;
namespace Leprechaun.Variables
{
/// <summary>
/// Enables the use of $(configurationName) in configuration vars
/// </summary>
public class ConfigurationNameVariablesReplacer : ContainerDefinitionVariablesReplacer
{
public override void Re... |
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class Admin_Inventory_UpdateStocks : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Helper... |
using Cinemachine;
using UnityEngine;
namespace DChild.Gameplay.Cameras
{
[RequireComponent(typeof(CinemachineVirtualCamera))]
public class VirtualCamera : MonoBehaviour
{
[SerializeField]
private bool m_trackPlayer = true;
[SerializeField]
private bool m_isAlreadyTracking;... |
using LoowooTech.Stock.ArcGISTool;
using LoowooTech.Stock.Common;
using LoowooTech.Stock.Models;
using System;
using System.Collections.Generic;
using System.Data.OleDb;
using System.Linq;
using System.Text;
namespace LoowooTech.Stock.Rules
{
public class GHYTJQDLTBRule:ArcGISBaseTool,Models.IRule
{
p... |
using System.Threading.Tasks;
using Newtonsoft.Json;
using RestSharp;
using RestSharp.Validation;
using ZendeskSell.Models;
namespace ZendeskSell.Deals
{
public class DealActions : IDealActions
{
private RestClient _client;
public DealActions(RestClient client)
{
_client =... |
using System;
using MonoTouch.UIKit;
using iOSHelpers;
using System.Drawing;
namespace iPadPos
{
public class DiscountCell : UITableViewCell, ICellSelectable
{
public Action AddDiscount { get; set; }
public DiscountCell () : base (UITableViewCellStyle.Value1, "discountcell")
{
TextLabel.Text = "Discount";... |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using System.Reactive.Disp... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Alps.Web.Models.ProductMgr
{
public class MaterialListModel
{
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GeneralResources.Graphs
{
public class BFSExamples
{
}
}
|
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using SuperMario.Collision;
namespace SuperMario.Entities.BackgroundElements
{
public class GameOverScreen : StaticEntity
{
int xSpriteOffset = -94;
public GameOverScreen() : base(Vector2.Zero)
{
int spr... |
using Tomelt.Data.Migration;
using Tomelt.ContentManagement.MetaData;
using Tomelt.Environment.Extensions;
using Tomelt.Core.Navigation.Models;
namespace Tomelt.Alias {
[TomeltFeature("Tomelt.Alias.BreadcrumbLink")]
public class AliasBreadcrumbMigration : DataMigrationImpl {
public int Create() {
... |
using System;
using System.Collections.Generic;
using System.Linq;
using CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions;
using CoherentSolutions.Extensions.Configuration.AnyWhere.Tests.Tools;
using Microsoft.Extensions.Configuration;
using Moq;
using Xunit;
namespace CoherentSolutions.Extensions... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Web;
namespace AngularJSAuthentication.API
{
public class Helper
{
public static string GetHash(string input)
{
var hashAlgoritm = new SHA256CryptoServiceProvider();
... |
// Copyright (c) 2018 FiiiLab Technology Ltd
// Distributed under the MIT software license, see the accompanying
// file LICENSE or or http://www.opensource.org/licenses/mit-license.php.
using FiiiCoin.Business;
using FiiiCoin.Models;
using FiiiCoin.Utility;
using FiiiCoin.Utility.Api;
using FiiiCoin.Wallet.Win.Biz.Mo... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ClipModels
{
public static class OnlineMediaType
{
//Online Media Types keys
public const int YOUTUBE = 0;
public const int VIMEO = 1;
public const int DAILYMOTION = 2;
//... |
using Alabo.Web.Mvc.Attributes;
using System.ComponentModel.DataAnnotations;
namespace Alabo.Users.Enum {
/// <summary>
/// 性别
/// </summary>
[ClassProperty(Name = "性别")]
public enum Sex {
/// <summary>
/// 男
/// </summary>
[Display(Name = "男")]
[L... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Plotter.Tweet.Processing.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Plotter.Tests.CommandTests
{
[TestClass]
public class AddPoint : TestBase
{
[T... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BigBang.Orchestrator
{
public static class ProcessRunner
{
public static void BuildPlayerBots(IList<Player> players)
{
foreach (va... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Assistenza.BufDalsi.Data;
using Assistenza.BufDalsi.Web.Models.ManutenzioneViewModels;
using Assistenza.BufDalsi.Data.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Appnotics.PCBackupLib
{
public enum ClientType
{
TrayApp,
UserApp
}
public enum BackupType
{
[Description("Normal Copy")]
Copy = 0, // one way copy of files found on source
... |
using HelloWorld.Interfaces;
using Microsoft.Extensions.Logging;
using Orleans;
using Orleans.Configuration;
using Orleans.Runtime;
using Orleans.Hosting;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace RedisClient
{
/// <summary>
/// Orleans test silo client
/// </summary>
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BookTrigger : MonoBehaviour {
public Rigidbody[] books;
public GameObject bookThrowTrigger;
public Collider bookThrowTriggerCollider;
void Start()
{
//add rigidbodies of the book objects to the b... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace task5_Match_Numbers
{
public class task5_Match_Numbers
{
public static void Main()
{
var text = Console.ReadLine();
... |
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Different
{
internal class Exc06
{
public static void MainExc06()
{
string pathFrom = "D:/Programming/GitHubProject/Studying/Different/";
... |
using UnityEngine;
using System.Collections;
using UnityEngine.SceneManagement;
public class BGM : MonoBehaviour {
// Use this for initialization
void Start () {
MyAudio.ChangeBGM();
}
}
|
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.IO;
using System.Threading.Tasks;
using OpenTK.Graphics;
using OpenTK;
using System.Drawing;
using System.Diagnostics;
namespace _3D_Tree_Generator
{
[... |
using ProgrammingGame.Domain;
using System.Collections.Generic;
using System.Linq;
namespace ProgrammingGame.DataAccess
{
public class ProblemDataService
{
public List<Problem> GetAll()
{
using (var context = new GameContext())
{
return context.Problem.T... |
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 Автошкола
{
public partial class AddEditCarrierUseForm : Form
{
public AddEdit... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Thingy.WebServerLite.Api;
namespace Thingy.WebServerLite
{
public interface IWebServerRequestFactory
{
IWebServerRequest Create(HttpListenerRequest re... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.