blob_id large_stringlengths 40 40 | language large_stringclasses 1
value | repo_name large_stringlengths 5 119 | path large_stringlengths 4 271 | score float64 2.52 4.84 | int_score int64 3 5 | text stringlengths 26 4.09M |
|---|---|---|---|---|---|---|
0aa6c84a8b49ca25976ab5c59907b99cc83f77f7 | C# | milenbachev/BuyHouse | /BuyHouse/BuyHouse/Areas/Admin/Services/Users/UserService.cs | 2.546875 | 3 | namespace BuyHouse.Areas.Admin.Services.Users
{
using AutoMapper;
using AutoMapper.QueryableExtensions;
using BuyHouse.Data;
using System.Linq;
public class UserService : IUserService
{
private readonly BuyHouseDbContext data;
private readonly IMapper mapper;
public Us... |
5d0e199f7ce0e433219d1da2e7c7cb61ab0bcc2d | C# | isakordis/CodeFirst.NetExample | /WebAPI2WithEF/ProductsManagement/Migrations/Configuration.cs | 2.71875 | 3 | namespace ProductsManagement.Migrations
{
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<ProductsManagement.Models.ProductsManagementContext>
{
public Configuration()
... |
cc7289e80a730f72c045cc3ccb8b85181411973c | C# | Medivich/TV_Reminder | /TV_Reminder/ViewModel/TrackedViewModel.cs | 2.734375 | 3 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using TV_Reminder.Commands;
using ... |
e108215f2f434da65547a96a15498242fdb018e0 | C# | cancaliskan/custom-model-binding-sample | /CustomModelBindingApp/Controllers/HomeController.cs | 2.59375 | 3 | using System.Linq;
using CustomModelBindingApp.Models;
using Microsoft.AspNetCore.Mvc;
namespace CustomModelBindingApp.Controllers
{
public class HomeController : Controller
{
[HttpGet]
public IActionResult Index()
{
var users = new UserModel[3]
{
... |
f24bc2313b471c2337f97d2eb975727db6d380ce | C# | manuelbl/SwissQRBill.NET | /Core/Canvas/ICanvasFactory.cs | 2.84375 | 3 | //
// Swiss QR Bill Generator for .NET
// Copyright (c) 2021 Manuel Bleichenbacher
// Licensed under MIT License
// https://opensource.org/licenses/MIT
//
namespace Codecrete.SwissQRBill.Generator.Canvas
{
/// <summary>
/// Factory for creating <c>ICanvas</c> instances
/// </summary>
public interface ... |
b7626bfc49b1d06a311e92d7b881c1884303d6fd | C# | gasparnagy/Training_VSTS | /T100.Model/Helper.cs | 3.234375 | 3 | using System.Linq;
using System;
namespace T100.Model
{
public static class Helper
{
public const string Alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "@" + " " + ".";
public const string SupportedLetters = "abcdefghijklmnopqrstuvwxyz" + Alphabet;
public const int AlphabetLength = 29;
... |
5cf2ada50706ff20c293ea065be1ea32a408a12e | C# | serup/CloudChat | /csharp_projects/csharpServices/csharpServices/WebHDFS.cs | 2.65625 | 3 | using System;
using System.Net;
using System.IO;
using SharpHadoop.Utilities.Net;
using System.Runtime.Serialization.Json;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
namespace SharpHadoop
{
///<summary>
///C# Port of Python WebHDFS @ https://github.com/drelu/webhdfs-py
///</summar... |
9d5cd3d18412e199f88cbb570268a9c103d99060 | C# | Engin1980/eSystem.NET | /FW 3.5/ESystem.Forms/Extenders/EnumComboBoxExtender.cs | 2.65625 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Reflection;
using System.Windows.Forms;
namespace ESystem.Forms.Extenders
{
public partial class EnumComboBoxExtender : Component
{
#region Nested
[Att... |
9d9beec5b42b196369db7d79d4e54ba080735c35 | C# | amanca27/TopShelfDAL | /TopShelfDAL/DALHelpers/EntityFrameworkImplementations/UserEFObjects/UserEFDataWriter.cs | 2.609375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TopShelfDAL.DALHelpers.UserObjects;
using TopShelfDAL.DatabaseContext;
using TopShelfDAL.DatabaseContext.Tables;
namespace TopShelfDAL.DALHelpers.EntityFrameworkImplementations.UserEFObjects
{
public class UserEF... |
02c2519be56d5bf29e66cffc908474303e6a8dda | C# | sillsdev/WorldPad | /Src/TE/DiffView/Cluster.cs | 2.5625 | 3 | // ---------------------------------------------------------------------------------------------
#region // Copyright (c) 2006, SIL International. All Rights Reserved.
// <copyright from='2006' to='2006' company='SIL International'>
// Copyright (c) 2006, SIL International. All Rights Reserved.
//
// Distributable un... |
1841f8ad46ac1bd884e21998a9c3d3eb22933730 | C# | StanislavStefanovPetrov/Software-University-SoftUni | /Programming Basics/Complex-Conditions/Holiday/Program.cs | 3.421875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Holiday
{
class Program
{
static void Main(string[] args)
{
var money = double.Parse(Console.ReadLine());
string when = Console.ReadLine().ToLow... |
57a345cd8cb562d51b01a7e1a8a233f3eab7c96c | C# | ebx/OpenPokerAI | /EncogFramework2.5/Neural/Data/XML/PropertyData.cs | 2.609375 | 3 | // Encog(tm) Artificial Intelligence Framework v2.5
// .Net Version
// http://www.heatonresearch.com/encog/
// http://code.google.com/p/encog-java/
//
// Copyright 2008-2010 by Heaton Research Inc.
//
// Released under the LGPL.
//
// This is free software; you can redistribute it and/or modify it
// under the terms ... |
1ad4d21940299f5ede92330136fd128e59d0070e | C# | staroper/cruciatus | /src/Cruciatus/Elements/TextBlock.cs | 2.96875 | 3 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TextBlock.cs" company="2GIS">
// Cruciatus
// </copyright>
// <summary>
// Представляет элемент управления текстовый блок.
// </summary>
// -----------------------------------... |
ce05d8e70295f82db72f9cebe4a851d997ca44d7 | C# | VisheshBhawsar/Quality.Measurement.System | /Quality.Measurement.System.Unit.Test/UserTest.cs | 2.625 | 3 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Quality.Measurement.System.Shared.Data.Repository;
using Quality.Measurement.System.Data.Repository;
using System.Threading.Tasks;
using Quality.Measurement.System.BusinessLogic;
using Moq;
using Quality.Measurement.System.Shared.Helpers.Constants;
using Qualit... |
bede0f11f0d925aa3dc332d76669ba6495dd3640 | C# | Dekklin/Lab13-StudentEnrollment | /StudentEnrollment/Controllers/StudentController.cs | 2.765625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using StudentEnrollment.Data;
using StudentEnrollment.Models;
namespace StudentEnrollment.Controllers
{
p... |
2a295ccca4d51baf815ffc8e49c9970407258f45 | C# | RodioRR/tuebingen | /Assets/MyScripts/PauseCoroutine.cs | 2.890625 | 3 | using System.Collections;
using UnityEngine;
public class PauseCoroutine : MonoBehaviour
{
static public PauseCoroutine instance; //the instance of our class that will do the work
private void Awake ()
{ //called when an instance awakes in the game
instance = this; //set our static reference to o... |
29885ec5a98a88ed0f2f10768efaa23b3181d148 | C# | Dump-GUY/sandbox-attacksurface-analysis-tools | /NtObjectManager/Cmdlets/Object/GetNtFileCmdlet.cs | 2.515625 | 3 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
75feb94be89163e59d6dba17d1cf31e5e497f0f8 | C# | chuck-whitmer/efield | /Orbit/Json.cs | 3.265625 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Newtonsoft.Json.Linq;
namespace Orbit
{
class Json
{
public static T[] ReadArray<T>(string filename) where T : new()
{
System.Reflection.FieldInfo[] fields = typeof(T).GetFields();
... |
bbc2334a0416d4b48bd104b2289a7f5451f1c606 | C# | luizcarlosfaria/youtube-downloader | /src/DevWeek.Services/Architecture/Extensions/System.Object/Object.ToInt.cs | 2.5625 | 3 | // Copyright (c) 2013 Jonathan Magnan (http://zzzportal.com)
// All rights reserved.
// Licensed under MIT License (MIT)
// License can be found here: https://zextensionmethods.codeplex.com/license
using System;
namespace DevWeek.Architecture.Extensions;
public static partial class OragonExtensions
{
/// <id>9F... |
0a8cb27ca27d96cd2dfbf15e33f521349b3d33c4 | C# | wIksS/SoftuniExcersises | /OOP-CSharp-February-2023/06.SOLID/06.SOLID/Program.cs | 2.859375 | 3 |
using _06.SOLID.Promotions;
using OpenClosePrinciple;
Store store = new Store(new List<IPromotion>()
{
//new DecemberPromotion(),
new MondayPromotion(),
//new StValentinePromotion(),
new SundayPromotion(),
new HourPromotion()... |
519f9ab91be189eddd43a0ea4b891b5314d6e42e | C# | warrior888/toci_teachers | /TociApp/TociApp/Managed/InstallBase.cs | 2.703125 | 3 | using Microsoft.Win32;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using TociApp.Interface;
namespace TociApp.Managed
{
public static class InstallApp
{
// Warning: Klucz rejestru przechowuje wszyskie binarki, jednak po odinstalowaniu nie zawsze są z niego usuwane wpisy... |
ecaeb3eafd7a806b491f4fba6e1dde276e69be6c | C# | minskowl/MY | /Develop/Projects/Net/BotvaSpider/trunk/BotvaSpider/Controls/Mining/ShowVariantsControl.cs | 2.515625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using BotvaSpider.Data;
namespace BotvaSpider.Controls.Mining
{
/// <summary>
/// ShowVariantsControl
/// </summary>
public partial class ShowVariantsControl : UserControl
{
public ShowVariantsCo... |
1d5e4704f4d42c87abfbffadb90674ed0508e0af | C# | RunOnceEx/WinPIT | /AsmResolver/Net/Cts/AssemblyRefProcessor.cs | 2.625 | 3 | using AsmResolver.Net.Metadata;
namespace AsmResolver.Net.Cts
{
public class AssemblyRefProcessor : MetadataMember<MetadataRow<uint,uint>>
{
private readonly LazyValue<AssemblyReference> _reference;
private MetadataImage _image;
public AssemblyRefProcessor(AssemblyReference reference,... |
5b3f128838abaa39ce0f8cb4aeb5a6b221077218 | C# | kshen5/KaiChun-Shen_Lab04 | /KaiChun-Shen_Lab04/KaiChun-Shen_Lab04_Ex3/Program.cs | 3.71875 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace KaiChun_Shen_Lab04_Ex3
{
class Program
{
static void Main(string[] args)
{
var employeeDictionary = new SortedDictiona... |
2dd3905348e034e31a1d4f69ebe30933cd12608b | C# | nguyennc28/Test | /BusinessObjects/Pages.cs | 2.640625 | 3 | using System;
namespace RealEstate.BusinessObjects
{
public class Pages
{
#region ***** Fields & Properties *****
private int _PageID;
public int PageID
{
get
{
return _PageID;
}
set
{
_PageID = value;
}
}
private string _Name;
public string Name
{
get
{
... |
5935e1209472a80c7cd8e3e7f2f1731ec1c6ebde | C# | HusseinYoussef/Billing-API | /BillingApi/Controllers/ItemsController.cs | 2.515625 | 3 | using System;
using System.Linq;
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc;
using BillingApi.Models;
using BillingApi.Data;
using AutoMapper;
using BillingApi.Dtos;
using Microsoft.AspNetCore.Http;
namespace BillingApi.Controllers
{
[ApiController]
[Route("api/[controller]")]
public ... |
21321b45e4206a06a161467b99676dd9dd4a3d0c | C# | oguzhanbayrakdar/Article-Website | /ArticleSite/Data/Concrete/ArticleRepository.cs | 3 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ArticleSite.Data.Abstract;
using ArticleSite.Models;
using Microsoft.EntityFrameworkCore;
namespace ArticleSite.Data.Concrete
{
public class ArticleRepository : IArticleRepository
{
private ArticleDb... |
59d39e3babb9f5f939eb28383bbe4f4ec9b963f2 | C# | user202012/InversionOfControl | /lab3/lab3/ClassHasher.cs | 3.46875 | 3 | using System;
using System.Threading;
public class Hasher
{
private IAlgorithm algoritm;
public Hasher(IAlgorithm algorithm)
{
algoritm = algorithm;
}
public void Print(string text)
{
DoHash(text);
}
... |
588fd20de712c277ba2320978e3004fbe38e2943 | C# | thismarvin/racing-network | /Code/Racing/Engine/AI/Network/InputLayer.cs | 2.578125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using MathNet.Numerics.LinearAlgebra;
using Racing.Engine.Level;
namespace Racing.Engine.AI.Network
{
class InputLayer : Layer
{
public Matrix<double> WeightsOutput { get; set; }
public InputLayer(int totalNodes, int totalOutp... |
0ca9cfcb45d9ced1e4c78677465e736df9dacf50 | C# | pBouillon/InTechNet.Api | /InTechNet.Api/InTechNet.Common/Dto/User/Moderator/ModeratorRegistrationDto.cs | 2.5625 | 3 | using System.ComponentModel.DataAnnotations;
namespace InTechNet.Common.Dto.User.Moderator
{
/// <summary>
/// <see cref="ModeratorDto" /> specialized for moderator registration
/// </summary>
public class ModeratorRegistrationDto
{
/// <summary>
/// Nickname of the moder... |
fd8842cea2f61c9c126a81e0956942d08c8d23b1 | C# | Linlijian/WFA-AutoUpdateCustom | /WFA-AutoUpdateCustom/Form1.cs | 2.65625 | 3 | 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 AutoUpdaterDotNET;
using System.Diagnostics;
namespace WFA_AutoUpdateCustom
{
public partial c... |
d2a46ec3ea37e27028661c3a874cd0d49bae4b96 | C# | mfidemraizer/StackExchange.Redis.Compression | /src/StackExchange.Redis.Compression/RedisCompressionCommandHandler.cs | 2.515625 | 3 | namespace StackExchange.Redis.Compression
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
public class RedisCompressionCommandHandler : IRedisCommandHandler
{
private bool CanBeExecuted(RedisKey[] involvedKeys = null)... |
a4b0c0fbe11606c11ca24f5d6ce8585f9aca4427 | C# | dennisfokker/Live_performance | /BoatRental/BoatRental/Types/Motor.cs | 2.921875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BoatRental.Repository;
namespace BoatRental.Types
{
public class Motor
{
public int ID { get; private set; }
public String Name { get; private set; }
public double ... |
a5aa1ef682b59a4f33a49e7dd03397df7a875e34 | C# | apernotlopes/ludum5a7 | /Assets/_Scripts/Diskettes/Files/FileSizeCalculator.cs | 2.828125 | 3 | using System;
using UnityEngine;
public class FileSizeCalculator : MonoBehaviour
{
private void Start()
{
Debug.Log(BytesToString(1440000));
var deb = "";
FileExtensions[] fex = (FileExtensions[]) Enum.GetValues(typeof(FileExtensions));
for (int l = 0; l < 10; l++)
{
for (int i = 0; i ... |
db5810ec6f610503040f6756a86a0743b471fddf | C# | NoraAlamJiku/FMCG-Android-App | /FMCGWebApp/FMCGWebApp/Controllers/CategoryController.cs | 2.59375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using FMCGWebApp.Manager;
using FMCGWebApp.Models;
namespace FMCGWebApp.Controllers
{
public class CategoryController : ApiController
{
private CategoryManager _category =... |
47ec82513a4024f7c9bfa385912a652fdf1335b8 | C# | pszaugg/nbdn_prep | /exercise_to_complete_for_day_1/product/nothinbutdotnetprep/utility/sorting/PropertyComparer.cs | 3.328125 | 3 | using System;
using System.Collections.Generic;
namespace nothinbutdotnetprep.utility.sorting
{
public class PropertyComparer<ItemToSort, PropertyType> : IComparer<ItemToSort> where PropertyType : IComparable<PropertyType>
{
private readonly Func<ItemToSort, PropertyType> accessor;
public Pro... |
445965164ce973d1fd796b509a139d6d6cfab65e | C# | trigger-segfault/ZeldaOracle | /EditorLibraries/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/PropertyDefinition.cs | 2.671875 | 3 | /*************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2013 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
For ... |
0e68154f1ff418543cbde986372e172d0938d290 | C# | krysX/login-and-basic-drm | /KeyManager.cs | 3.15625 | 3 | using System;
using System.Collections.Generic;
using System.Text;
namespace LoginAndDRM
{
public class KeyManager
{
private List<string> keys = new List<string>();
public List<string> Keys { get => keys; set => keys = value; }
public string SoftwareName { get; }
... |
c556c00a784e05dbeb319b23232fe810215760b2 | C# | transformersprimeabcxyz/less.net | /LessCss.Net/Web/LessCssHttpHandler.cs | 2.609375 | 3 | using System.IO;
using System.Web;
using LessCss.Loaders;
namespace LessCss.Web
{
public class LessCssHttpHandler : IHttpHandler
{
public void ProcessRequest(HttpContext context)
{
var loader = new LessDocumentLoader();
// our unprocessed filename
string lessFile = context.Server.MapPath(context.Req... |
ee509718a44bebc3ba8e1bd8b46b8dac73f9730b | C# | zer/Anchor | /Tortuga.Anchor/Tests.Tortuga.Anchor.source/Shared/ChangeTracking/Order.cs | 2.578125 | 3 | using System;
using System.ComponentModel;
using System.Linq;
using Tortuga.Anchor.Eventing;
using Tortuga.Anchor.Modeling;
namespace Tests.ChangeTracking
{
public class Order : ChangeTrackingModelBase
{
/// <summary>
/// Initializes a new instance of the Order class.
/// </summary>
... |
c1daf9b8b1c3c48218b0e2d2d6eb9236450eca77 | C# | KadirHaktan/E-Shop-Engine | /E-Shop-Engine.Services/Extensions/IdentityHelpers.cs | 2.8125 | 3 | using System.Collections.Generic;
using System.Linq;
using E_Shop_Engine.Domain.DomainModel.IdentityModel;
using Microsoft.AspNet.Identity;
namespace E_Shop_Engine.Services.Extensions
{
public static class IdentityHelpers
{
/// <summary>
/// Get all AppUsers that email address contains search ... |
4ea4d7485f9a56afb7901700a36f7170186cda85 | C# | guoicq/PollyTest | /PollyTest/PollyTest/RetryCase6.cs | 2.734375 | 3 | using System;
using System.Net.Http;
using System.Threading.Tasks;
using Polly;
namespace PollyTest
{
public class RetryCase6
{
public async Task Run()
{
var n = 0;
var p1 = Polly.Policy
.Handle<HttpRequestException>()
.Or<TimeoutExcepti... |
89569eec6528828e7f777697b9179d2a75cf4740 | C# | shendongnian/download4 | /code4/621083-14691762-35468982-2.cs | 2.828125 | 3 | void Main()
{
string responseData = "[{\"FirstName\":\"George\",\"LastName\":\"Clooney\"},{\"FirstName\":\"Brad\",\"LastName\":\"Pitt\"}]";
Report[] reports = new System.Web.Script.Serialization.JavaScriptSerializer().Deserialize<Report[]>(responseData);
reports.Dump(); // ... |
571ce094b48f67e837bb13c3dbcf1923497bda3d | C# | RosaryMala/armok-vision | /Assets/Scripts/MapGen/Util/SpinLock.cs | 2.609375 | 3 | #region LICENSE
/*
The MIT License (MIT)
Copyright (c) 2015 Grid Protection Alliance
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the ri... |
82bbc957312f9ece9171620c86cd93ad624bf9e3 | C# | shendongnian/download4 | /code10/1735981-50359003-173487931-2.cs | 2.75 | 3 | public GameObject contentRef;
public RawImage imgPrefab;
void Start()
{
StartCoroutine(DownloadtheFiles());
}
public IEnumerator DownloadtheFiles()
{
yield return null;
List<string> photolist = ES2.LoadList<string>("myPhotos.txt");
for (int i = 0; i < photolis... |
dd192055b09dc47621564c8fdc806a32cdcf9487 | C# | flavio-pires/CSharp-Senai | /Notas2/Program.cs | 3.703125 | 4 | using System;
namespace Notas2
{
class Program
{
static void Main(string[] args)
{
double nota1, nota2, nota3, nota4, media;
Console.WriteLine("Calculando a Média dos alunos!");
Console.WriteLine("Coloque a primeira nota do aluno:");
nota1 = double.... |
904a719be30a97ed3d7c81a5a974948449b8b476 | C# | denis-adamchuk/mrHelper | /src/App/src/Controls/FilterStateComboBox.cs | 2.59375 | 3 | using System;
using System.Diagnostics;
using System.Windows.Forms;
using mrHelper.GitLabClient;
namespace mrHelper.App.Controls
{
internal class FilterStateComboBox : ComboBox
{
public FilterStateComboBox()
{
foreach (FilterState state in Enum.GetValues(typeof(FilterState)))
{
... |
56aa1962f328a0180891a26811a09d86143f8585 | C# | MohammadMobasher/StudentProject-QomUniv- | /Core/Utilities/ObjectExtension.cs | 2.921875 | 3 | using System;
using System.Collections.Generic;
using System.Text;
namespace Core.Utilities
{
public static class ObjectExtension
{
/// <summary>
/// زمانی که یک ابجک داشته باشیم و مقدار یه ویژگی از آن را بخواهیم که فقط عنوان متنی آن ویژگی را داشته باشیم
/// از این تابع استفاده میکنی... |
37e2ea9127b3dcefcd91c2854f62c23dcf6050c8 | C# | fanzcsoft/bacstack | /BACnet.Tagging/TagReader.cs | 3 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BACnet.Types;
namespace BACnet.Tagging
{
public class TagReader
{
private Stream _stream;
private BinaryReader _reader;
private bool _hasHeader;
... |
dd29edaeb03fa8c344e950f2076ad560ab721bf2 | C# | yngwie74/MineSweeper | /csharp/BoardTests.cs | 3.15625 | 3 | namespace MineSweeper
{
using System;
using System.Linq;
using NUnit.Framework;
[TestFixture]
public class BoardTests
{
[Test]
public void ParseNullBoard()
{
const string Space = null;
Assert.That(() => new Board(Space), Throws.InstanceOf<Argume... |
ca97136008dc0e20d883a236ea105437309bdf20 | C# | abrievanaardt/csharp-boot-camp | /Printer Numbers in Reverse/ReverseOrder/ReverseOrder/Program.cs | 3.828125 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ReverseOrder
{
class Program
{
static void Main(string[] args)
{
double[] numbers = new double[5];
Console.Write("Enter 5 numbers separated by a... |
ec7810b36545fef2261fa09d0425fb7719109369 | C# | ERNICommunity/View4Logs | /src/View4Logs.Common/Collections/NotifyListChangedEventArgs.cs | 2.78125 | 3 | using System;
using System.Collections.Generic;
namespace View4Logs.Common.Collections
{
/// <summary>
/// Provides data for the <see cref="INotifyListChanged{T}.ListChanged"/> event.
/// </summary>
public sealed class NotifyListChangedEventArgs<T> : EventArgs
{
public NotifyListChangedEve... |
c0f9965b25161630083196005b4dd4757927738e | C# | shendongnian/download4 | /latest_version_download2/123215-24415519-68051929-2.cs | 3.234375 | 3 | // `ConnectionString` specifies the Database
SqlCeConnection connectionSql = new SqlCeConnection(ConnectionString);
connectionSql.Open();
// create new `DataAdapter` on `connectionSql` and Your `SelectQuery` text
SqlCeDataAdapter dataAdapterSql = new SqlCeData... |
1d2316c486d3a07ac8e5beba98322fd09c787e92 | C# | Asanka1988/Assignment | /Assignment/Segment1/Segment2/SecretNumberGuessFinder.cs | 3.109375 | 3 | using Assignmet.Common;
using System;
namespace Assignmet.Segment2
{
public class SecretNumberGuessFinder
{
/// <summary>
/// Metod runs until user Enter correct Secret Number : 42
/// if user enter 42 --> Print Corrent and close the Aplication
/// </summary>
public voi... |
2aff16ad8f2c02cb2d1db4c57b6902897f7adb40 | C# | Desilva/PTG.DASHBOARD.MAIN | /ProjectLog/LogItem.cs | 2.53125 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ProjectLog.Entities;
using ProjectLog.Infrastructure;
using ProjectLog.Linq;
using System.Text.RegularExpressions;
namespace ProjectLog
{
public class LogItem
{
pu... |
d6e110aaa881b040bd8d53d3249b38c074723645 | C# | sahinmaral/PatikaNetCore | /BookstoreApplication/BookstoreAppWebAPI/Operations/WriterOperations/Read/ReadWriterCommands.cs | 2.8125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using AutoMapper;
using BookstoreAppWebAPI.DbOperations;
using BookstoreAppWebAPI.Entities;
using BookstoreAppWebAPI.Operations.DbOperations;
namespace BookstoreAppWebAPI.Operations.WriterOperations.Read
{
public class ReadWriterCommands
{
... |
e63c1ab90858269c02ab051b6387e9fea2af55df | C# | Mikezar/AskanioPhotoSite | /Data/Helpers/InterpreterHelper.cs | 2.703125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AskanioPhotoSite.Data.Helpers
{
public static class InterpreterHelper
{
public static int GetValue(this string str)
{
if (string.IsNullOrEmpty(str)) return ... |
b391a6fe1d6c917f06321cd014f87388840c41e8 | C# | Arch/Npoi.Core | /src/Npoi.Core/POIFS/FileSystem/DocumentOutputStream.cs | 2.828125 | 3 | /* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for Additional information regarding copyright ownership.
The ASF licenses this file to Y... |
6bf26cc94028025c0a37585a61861ceadcbc218c | C# | kubapalasz/IssueTracker | /IssueTrackerApi.AcceptanceTests/BoardJsonTests.cs | 2.671875 | 3 | using System;
using IssueTrackerApi.AcceptanceTests.Extensions;
using IssueTrackerApi.Core;
using Xunit;
using System.Net.Http;
namespace IssueTrackerApi.AcceptanceTests
{
public class BoardJsonTests
{
[Fact]
public void GetReturnsResponseWithCorrectStatusCode()
{
using (va... |
e01b5182345697157a4eb96891fbcca5ad071a3d | C# | samlinz/genecore | /GeneCore/TerminationConditions/FitnessTerminator.cs | 2.609375 | 3 | using System;
using GeneCore.Core.ProcessComponents;
using JetBrains.Annotations;
namespace GeneCore.TerminationConditions
{
public class
FitnessTerminator<TPopulation, TIndividual, TGene> : ITerminationCondition<TPopulation, TIndividual, TGene,
ProcessInformation> where TPopulation : IPopulati... |
1b1cd0d0e2f1bfa39f68ee71b91bed15167feb05 | C# | AlexeiGolubev/XT-2018Q4 | /Epam.Task11_12/Epam.Task7.DAL/UserDao.cs | 2.796875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Epam.Task7.DAL.Interface;
using Epam.Task7.Entities;
namespace Epam.Task7.DAL
{
public class UserDao : IUserDao
{
private readonly Dictionary<int, User> repoUsers = new Dictionary<... |
dee91fdbf08d90f19cecc8fdb3564b4deff586b4 | C# | Voltmeterman/Unity_Tic-Tac-Tower | /Assets/scripts/GameLogic/GameState/Player.cs | 2.609375 | 3 | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class Player {
public int score; //Player score.
public bool silenced = false; //Status saying whether players is silenced or not.
public SkillContainer playerSkill = new SkillContainer();
public GameTime gameTime = new GameT... |
f353225c981c60bc78cba77713deec8867906982 | C# | Scriptopathe/codinsa2015 | /Codinsa2015/Codinsa2015/Server/Controlers/PickPhaseControler.cs | 2.6875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Codinsa2015.Server.Entities;
namespace Codinsa2015.Server.Controlers
{
[Clank.ViewCreator.Enum("Enumère les différentes valeurs de retour possibles lor... |
79364b0b86578aaef006f56c17ce99951e9b3732 | C# | luissantosbcc/Exercicio01---Precos | /Exercicio01 - Precos/Program.cs | 3.390625 | 3 | using System;
using System.Globalization;
namespace Exercicio01___Precos
{
class Program
{
static void Main(string[] args)
{
string produto1 = "Computador";
string produto2 = "Mesa de escritório";
byte idade = 30;
int codigo = 5290;
... |
014dbba85dbe879b3f9f227fb96edeff6aafb31f | C# | MelvinLervick/BadWordsTester | /ExtensionsUnitTest/StringExtensionsUnitTests.cs | 3.015625 | 3 | using System;
using System.Globalization;
using System.Linq;
using System.Text;
using InfoSpace.KeywordLab.Common.Extensions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace InfoSpace.KeywordLab.Common.UnitTest.Extensions
{
[TestClass]
public class StringExtensionsUnitTests
{
[TestMe... |
ce949c57035327f79b027576b070e52a4d48200c | C# | Vignesh-Kumarappan/Sonata-Training-Assignments- | /C# Assignments/C#Day2-OO exercise1/PersonInfo.cs | 4.21875 | 4 | using System;
namespace Csharp_Day2_OO_exercise_1
{
/// <summary>
/// A person has several attributes that include name, date of birth, address and marital status (single, married, divorced or widowed).
/// Create a four parameter constructor to initialise the fields.Add properties for the fields
... |
373ef090465dcbfc6196c65fd19b32979edb82ac | C# | LordMike/SimpleS3 | /src/SimpleS3.Core/Enums/RetrievalTier.cs | 2.671875 | 3 | namespace Genbox.SimpleS3.Core.Enums;
public enum RetrievalTier
{
Unknown = 0,
/// <summary>Expedited retrievals allow you to quickly access your data stored in the <see cref="StorageClass.Glacier" />
/// storage class when occasional urgent requests for a subset of archives are required. For all but the... |
147af7867a3127bc4cafc363c333087264f8a953 | C# | kannam12/JPWP-Zadania | /JPWP-Zadania-Smendowski-Śladowski/Kod-Zad2i3/CoreBackup/Validators/FTPConfViewModelValidator.cs | 2.71875 | 3 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using FluentValidation;
// https://fluentvalidation.net/
using CoreBackup.ViewModels;
using CoreBackup.ViewModels.ConfigurationViewModels;
namespace CoreBackup.Validators
{
class FTPConfViewModelValidator : AbstractValidator<FTPConfViewModel>
... |
bae3914c3ce6553a222a9db5e1b8baca78746dc0 | C# | andymagnuson/Technology | /TechnologyTest/UnitTest1.cs | 3.03125 | 3 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Technology;
namespace TechnologyTest
{
[TestClass]
public class UnitTest1
{
Computer c;
Laptop l;
SmartPhone sp;
[TestInitialize]
public void CreateObjects()
{
c = new Computer(100, 4.0);
... |
9020e7029eca8f20d875dbd56741e3db6c966cec | C# | ManuelSuarez93/Hookman | /Scripts/Utils/Sprite Control/ColorBlink.cs | 2.671875 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ColorBlink : MonoBehaviour
{
[Tooltip("")]
public Color firstColor = Color.white;
[Tooltip("")]
public Color secondColor = Color.white;
[Tooltip("")]
public float firstDuration = 0.5f;
[Tooltip("")]... |
429757faa83a7b81ac70c110797e5c96295b1887 | C# | mac10688/Ontellus_Csharp | /Library/PhoneNumber.cs | 3.453125 | 3 | using System.Text.RegularExpressions;
using System;
namespace Library
{
public class PhoneNumber : IComparable
{
private readonly string _phoneNumber;
//This regex is a modified version of https://stackoverflow.com/questions/18091324/regex-to-match-all-us-phone-number-formats
private const string _phon... |
adee879ad994f698abe238c88383b007ba2b3aba | C# | CoderGirl42/Azmyth | /Azmyth/Agents/ChunkAgent.cs | 2.671875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Azmyth.Core;
namespace Azmyth
{
public class ChunkAgent : IAgent
{
private IScene m_world = null;
private TerrainChunk m_chunk = null;
public int x, y;
pu... |
086813c81bf2dc0c4cf6913be873d39f519306fb | C# | luizfdias/ALugar | /TODOSoft.ALugar.Infrastructure/Repositories/SqlRepositoryBase.cs | 2.90625 | 3 | using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using Microsoft.Practices.EnterpriseLibrary.Data;
using SmartCA.Infrastructure.RepositoryFramework;
using TODOSoft.ALugar.Infrastructure.DomainBase;
namespace SmartCA.Infrastructure.Repositories
{
public abstract class SqlRepositoryBas... |
5b2aff9aca98cf7c28dea7e08405e6b9e9f541b8 | C# | arulbakr/CalculatorApp | /Media.Calc.ConsoleApp/Media.Calc.Core/CalcCommand.cs | 2.921875 | 3 | using System;
using System.Data;
namespace Media.Calc.Core
{
public class CalcCommand //: ICalcCommand
{
/// <summary>
/// Method executes given command
/// </summary>
/// <returns>result in double type</returns>
public double Execute(string expression)
... |
34dcb88d797920650093d10b18ded8907bb7eac5 | C# | Hikaru-Tokuzato/SUGOROKUproject | /project/Assets/Scripts/Dice.cs | 2.921875 | 3 | using Random = System.Random;
using UnityEngine;
namespace Scripts
{
public interface IDice
{
int Roll();
}
public class Dice : IDice
{
private const int MAXVALUE = 6;
private const int MINVALUE = 1;
private Random random = null;
public Dice()
... |
dbe1b4656014dded51bf196db5875c2895f8e0e2 | C# | sadit/natix | /src/natix/Util/PrimitiveIO.cs | 2.765625 | 3 | //
// Copyright 2012 Eric Sadit Tellez <sadit@dep.fie.umich.mx>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unle... |
af6f5b2c94c9a16aa43e45b44c3a4e3f97e2e1cc | C# | sheix/GameEngine | /Engine/MapRule.cs | 3.03125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using Engine.Contracts;
namespace Engine
{
public abstract class MapRule : IRule
{
protected Dictionary<String, String> _parameters;
protected Random Random;
protected MapRule()
{
Random = new Rando... |
158559b20db68a4ee85b524d0c99e82b01f6d441 | C# | green-fox-academy/lutoskin | /week-02/day-2/task5.cs | 3.671875 | 4 | using System;
using System.Text;
namespace w2d2t5
{
class Program
{
static void Main(string[] args)
{
string reversed = ".eslaf eb t'ndluow ecnetnes siht ,dehctiws erew eslaf dna eurt fo sgninaem eht fI";
// Create a method that can reverse a String, which is passed as... |
dbdab776194f21c2a01a6cdea09ab5453620bf34 | C# | alsohas/ForestFinal | /ForestFinal/Core/MovingObject.cs | 2.75 | 3 | using System;
using System.Collections;
using System.Collections.Generic;
namespace ForestFinal
{
[Serializable()]
internal class MovingObject
{
public MovingObject(string id, List<Edge> trajectoryEdges, Dictionary<Edge, double> costs, RoadNetwork roadNetwork)
{
TripID = id;
... |
ac99c572d9ebf9837d0fefa98a6adea083c606eb | C# | Anu6is/Disqord | /src/Disqord.Rest/Requests/Pagination/PagedEnumerator`1.cs | 2.53125 | 3 | using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Disqord.Rest.Pagination;
using Qommon;
namespace Disqord.Rest;
/// <inheritdoc cref="IPagedEnumerator{TEntity}"/>
public abstract class PagedEnumerator<TEntity> : IPagedEnumerator<TEntity>
{
/// <inheritdoc/>... |
a210534dbe2c924f9c7285899de062a2f295ceb9 | C# | BidiznaGoginashvili/PublishmentHouseManagmentSystem | /PublishingHouseManagmentSystem/Infrastructure/Services/CustomerService/CustomerService.cs | 2.875 | 3 | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PublishingHouseManagmentSystem.Infrastructure.Services.CustomerService
{
public class CustomerService : ICustomerService
{
public static string con... |
e26ba4f73e772084c339f2e503742f958be04544 | C# | shendongnian/download4 | /first_version_download2/521164-48230851-164551059-4.cs | 3.25 | 3 | public class RelayActionCommand : ICommand
{
public RelayActionCommand(Action<object> executeAction)
{
ExecuteAction = executeAction;
}
/// <summary>
/// The Action Delegate representing a method with input parameter
/// </summary>
public Acti... |
06f3d82c95096221e57264bf2f5865a477bd0c62 | C# | yifrach/ImageService | /ImageServiceWeb/Models/PhotosModel.cs | 2.8125 | 3 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
namespace ImageServiceWeb.Models
{
public class PhotosModel
{
private static string output... |
a98d821b970a0c82a2b3f9a23c9d99aa78bc85bf | C# | iiwaasnet/noir-pixel | /app/Api/App/Auth/Extensions/HttpRequestExtensions.cs | 2.671875 | 3 | using System;
using System.Linq;
using System.Net.Http;
using Api.App.Errors;
namespace Api.App.Auth.Extensions
{
public static class HttpRequestExtensions
{
public static UriParseResult GetRedirectUri(this HttpRequestMessage request)
{
Uri redirectUri;
var redirectUri... |
2424eb19369aae718375003663951bb5696800de | C# | DaleMittleman/scim-filter-parser-dotnet | /ScimFilterParser/Parser/AbstractSyntaxTree/ComparisonExpression.cs | 2.765625 | 3 | using ScimFilterParser.Parser.AbstractSyntaxTree.Comparison;
namespace ScimFilterParser.Parser.AbstractSyntaxTree
{
public class ComparisonExpression : Factor
{
public ComparisonExpression(AttributePath leftOperand, ComparisonOperator @operator)
{
this.LeftOperand = leftOperand;
... |
7000603b63b3f3a84474b1d39f564fe616961dbd | C# | hanxu11580/My_Unity_Kit | /Unity_Kit/Assets/XhO_OKit/RunTime/Tools/Extension/MaterialExtension.cs | 2.65625 | 3 | using UnityEngine;
namespace XhO_OKit
{
public static class MaterialExtension
{
static int colorPropertyId = Shader.PropertyToID("_Color");
/// <summary>
/// 设置材质
/// </summary>
/// <param name="trans"></param>
/// <param name="mat"></param>
... |
e9df4686741805c6d867f34692e3d6e0fb16ec8b | C# | xxPRIMExx/Snake | /SnakeOOPfin_/Head.cs | 3.078125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SnakeOOP
{
public class Head : Cell
{
public Head()
{
}
public Head(int i, int j) : base()
{
_coord = new Coordinat... |
248e11c90aa2821da69b1449cc8da265df2d9d7f | C# | BillowBone/MyMiniGamePlatform | /Source/Mastermind_Master.cs | 3.78125 | 4 | using System;
namespace Mastermind
{
//Enum that defines each color that the secret code can contain
//Blank is not a possible color, its only for the initialization
public enum MasterColors
{
Red,
Yellow,
Green,
Blue,
Purple,
Orange,
... |
9db1fe8965383a47160c251c5f086c5678456f38 | C# | mono/coreclr | /tests/src/CoreMangLib/cti/system/datetime/datetimetostring1.cs | 3.125 | 3 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
/// <summary>
/// System.DateTime.ToString
/// </summary>
public class DateTimeToString1
{
public static int Main(string[] args)
{
DateTimeToString1 toString = new DateTimeToString1();
TestLibra... |
bed94a317790f7f51210b079afea3cf9fd44d3f4 | C# | EatonZ/DevTool | /src/DevTool/Classes/NeighborhoodDrives.cs | 2.765625 | 3 | // Copyright © Eaton Works 2011-2018. All rights reserved.
// License: https://github.com/EatonZ/DevTool/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using XDevkit;
namespace DevTool.Classes
{
public sealed class Neighborho... |
52897ee0c4895a653754ecc9c259a7fbf7c8c51e | C# | OwenLie/NoteBook | /Enum/Program.cs | 3.234375 | 3 | using System;
public sealed class Program
{
static void Main(string[] args)
{
Color[] colors = GetEnumValues<Color>();
foreach (Color color in colors)
{
Console.WriteLine(color.ToString("D"));
Console.WriteLine(color);
Console.WriteLine();
... |
65fadcf84d7931018836216cb982675d62780f2c | C# | HandleCollections/Practicum-VIN65-eCommerce | /vin65WS2/Controller/XmlController.cs | 2.984375 | 3 | 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.Serialization;
namespace vin65WS2.Controller
{
//DEAN JONES
//MAY 31, 2017
//XmlController.cs
//handles all the METHODS for generating... |
f6aae571bb5d9329a3c734c882cb74af080f0c24 | C# | LyubomirVasilev/CSharp-DB-Fundamentals | /Databases Advanced/Fetching Resultsets with ADO.NET/05. Change Town Names Casing/StartUp.cs | 3.34375 | 3 | using _01.InitialSetup;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
namespace _05._Change_Town_Names_Casing
{
class StartUp
{
static void Main(string[] args)
{
string country = Console.ReadLine();
SqlConnection connection = new SqlConne... |
96890414362edf6c4d7f0d009fa6da86fbe0137f | C# | JohnAyling1979/Code-examples | /C-Sharp/Space Defender/Form1.cs | 2.671875 | 3 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Text;
using System.IO;
using System.Media;
using System.Text;
using System.Threading;
using System.Windows.Forms;
namespace Assignment_6
{
public partial class Form1 : Form
{
//instance variables
... |
bad1d77aa16d3872afffbd8c7c70705e05edf157 | C# | randypitcherii/cs407 | /cs407/Assets/scripts/weapons/Block/AttackBlock.cs | 2.578125 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AttackBlock : Attack
{
//constants
private const int MANA_COST = 10; //the mana point cost of the block attack
/**
* Initialize the block attack.
*
* @param p The player performing the block a... |
a68b3e676e3bcb84bccf4ab2ecba451969158360 | C# | luk-starzec/DemoSystem | /Clients/EmployerWebApp/ApiModels/TitlePriorityApiModel.cs | 2.671875 | 3 | using EmployerWebApp.ViewModels;
namespace EmployerWebApp.ApiModels
{
public class TitlePriorityApiModel : IApiModel
{
public string Title { get; set; }
public int PriorityLevelId { get; set; }
public TitlePriorityApiModel()
{ }
public TitlePriorityApiModel(PriorityVi... |
0d99218e85964292a4b46cffc517adb1f3791229 | C# | id-rachev/oop-homeworks | /OOP Principles PartII/GeometricShapes/TestProgram.cs | 3.59375 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GeometricShapes
{
class TestProgram
{
static void Main()
{
Shape[] myShapes = new Shape[]
{
new Rectangle(2.4f, 4.5f),
... |
4ed5476f0260e314eddc07db6757bd65f4c65d87 | C# | shendongnian/download4 | /code6/968003-24530076-68502866-2.cs | 3.21875 | 3 | [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
static extern short VkKeyScan(char ch);
static void Main(string[] args)
{
char[] chars = "²³{[]}\\@€~|µ °!`\"§$%&/()=?*'>;:_".ToCharArray();
Console.WriteLine("char\talt\tcontrol\tshift" + Environment.NewLine + "---------------------------... |
d062ffa5f550f9d96255cc3671672bd98a02abb9 | C# | ramimoshe/Garage | /A15 Ex01 BorisBorshevsky 311898746 RamiMoshe 302848197/A15_Ex01_2/Program.cs | 3.515625 | 4 | using System;
using System.Collections.Generic;
using System.Text;
namespace A15_Ex01_2
{
public class Program
{
public static void Main()
{
Run();
Console.WriteLine("Press 'Enter' to exit...");
Console.ReadLine();
}
public static void Run()... |
0fb0cd7e385fbf25dc76916f150c4160bb13e6a6 | C# | rabuitendijk/Isomorph-core-tri | /Assets/Code/Controllers/UI/UIControl.cs | 3.28125 | 3 |
using System;
namespace UI_C
{
/// <summary>
/// Controller that build and handels interaction with the ui
/// </summary>
public abstract class UIControl : Controller
{
public static UIControl main;
/// <summary>
/// Constructor set some universal parameters
/// ... |