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 |
|---|---|---|---|---|---|---|
66b86dcaa53c4030ba798e3df250cc1a59c1f3ca | C# | freakshowstudio/com.freakshowstudio.signals | /Runtime/Signals.cs | 2.765625 | 3 |
using System;
using System.Collections.Generic;
namespace FreakshowStudio.Signaling.Runtime
{
public class Signals : ISignals
{
private readonly Dictionary<Type, SignalBase> _signals =
new Dictionary<Type, SignalBase>();
public SignalBase Get(Type signalType)
{
... |
77e9a34e1a7a4a4cea2d768c82d5df96c0ba39e6 | C# | henriforshort/game-game | /Assets/Scripts/DialogManager.cs | 2.546875 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
public class DialogManager : MonoBehaviour {
public float lettersPerSec;
public TMP_Text text;
public static DialogManager instance;
public GameObject background;
public enum S { OFF, READING, SKIPPING, DO... |
258160af3c1cd4a9ce0c39a1f70a61c99c1dfc1b | C# | sashe944/EF-Project-Real | /OnlineSmartphonesShop/Controllers/BuySmartphonesController.cs | 2.515625 | 3 | using OnlineSmartPhoneShop_DbContext;
using OnlineSmartPhoneShop_Entities.Models;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Postal;
namespace OnlineSmartphonesShop.Controllers
{
public class BuySmartphonesController : Contro... |
0db871e6be01201d6f75a94b56ee6c585c62ae8d | C# | angularsen/UnitsNet | /UnitsNet.Tests/CustomCode/IQuantityTests.cs | 2.671875 | 3 | // Licensed under MIT No Attribution, see LICENSE file at the root.
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.
using System;
using System.Diagnostics.CodeAnalysis;
using UnitsNet.Units;
using Xunit;
namespace UnitsNet.Tests
{
// R... |
0efe08ff1f57e3e125d4376685ab598f1ce0b11f | C# | csharp-today/AutoUpdateApplication | /AutoUpdate/AutoUpdate/Blob/BlobFile.cs | 2.96875 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Text;
using System.Xml;
namespace AutoUpdate.Blob
{
public class BlobFile
{
private readonly XmlDocument xml;
private MemoryStream _cache;
public MemoryStream Data { get { return _cache; }... |
aba55e2466ca78c07aa513191c6221e17f3748d1 | C# | SBStudio/MagicCube | /Assets/Plugins/Framework/Utilitys/Data/SqliteUtil.cs | 2.640625 | 3 | using UnityEngine;
using System;
using Mono.Data.Sqlite;
namespace Framework
{
public sealed class SqliteUtil
{
private const string COMMAND_SPACE = " ";
private const string COMMAND_SPLIT = ", ";
private const string COMMAND_EQUAL = " = ";
private const string COMMAND_OR = " or ";
private const string CO... |
2e5b1d4003e86820c5b7d7e44a19c5af648e2401 | C# | JGuissart/CSharp-DessineMoi | /DrawShapeLib/CShape.cs | 3.34375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Drawing;
namespace DrawShapeLib
{
public abstract class CShape : IDrawable
{
#region Variables membres
private Point _PointAncrage;
private bool _Rempli;
... |
edaf719f7d91c4496c525358681edb09a9487667 | C# | maxbeaudoin/ToileDeFond | /ToileDeFond.ContentManagement/ContentJsonConverter.cs | 2.859375 | 3 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using ToileDeFond.Modularity;
using ToileDeFond.Utilities;
namespace ToileDeFond.ContentManagement
{
//http://blog.maskalik.com/asp-net/json-net-implement-custom-serial... |
1c1ed40f0e82bbb12b5805411f3bf21c9d660861 | C# | franciscamiguel/lojaUtilidades | /lojaUtilidades/ClProduto.cs | 2.65625 | 3 | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace lojaUtilidades
{
class ClProduto : conectaBD
{
private string _sql;
public int cod_produto { get; set; }
public ... |
fcce3927101956273ea5a1c46eff05aa7c6e06ff | C# | kyosuke0924/Competitive-Programming | /AOJ/PCK/0155/0155/Program.cs | 3.359375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _0155
{
public class Program
{
static public Dictionary<int, Building> Adj;
static public int[] Path;
public class Building
{
public int X { get; set; }
... |
bb32be619533ec82b010aebfd2e8aeaa88bf0e30 | C# | RaulMonteroC/UsefullExtensions | /UsefullExtensions.Test/HolidayCollectionTest.cs | 2.9375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace UsefullExtensions.Test
{
[TestFixture]
public class HolidayCollectionTest
{
[Test]
public void ClearAllHolidays()
{
Holid... |
598819383eb182252ffcffbbc3a041af0a81cbfb | C# | modulexcite/lextudio | /thirdparties/ZetaLibNet/Core/Base/ILibraryConfiguration.cs | 2.515625 | 3 | namespace ZetaLib.Core.Base
{
#region Using directives.
// ----------------------------------------------------------------------
using System;
using System.Xml;
// ----------------------------------------------------------------------
#endregion
////////////////////////////////////////////////////... |
e58da4242bd6d08b7602c8a125b3f5bb742ffab5 | C# | SME-App-House/SMEAppHouse.Core.Libraries | /SMEAppHouse.Core.GHClientLib/Model/ResponseInstruction.cs | 2.5625 | 3 | /*
* GraphHopper Directions API
*
* You use the GraphHopper Directions API to add route planning, navigation and route optimization to your software. E.g. the Routing API has turn instructions and elevation data and the Route Optimization API solves your logistic problems and supports various constraints like time ... |
4f3349e904bf511e7601f06968ca608465c79ba6 | C# | ichthus/nts | /BlingBling/BlingBling/CreateUser.cs | 2.625 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SQLite;
namespace BlingBling
{
public partial class CreateUser : Form
{
public CreateUser()
... |
379ab2628aabd59427c3d634b20e0e8f89776549 | C# | kamil-g-cc/battle-of-cards-grupauderzeniowa | /Gambler.cs | 3.359375 | 3 | using System;
using System.Collections.Generic;
using System.Text;
namespace battle_of_cards_grupauderzeniowa
{
class Gambler
{
private int money;
public Gambler(int money)
{
this.money = money;
}
public int GetMoney()
{
return mo... |
19b8f16bb0678d020fc6778469be1f80a5b01b4f | C# | ByteChkR/Minor | /MinorEngine/Engine.Demo/components/TimeDisplay.cs | 2.734375 | 3 | using System;
using Engine.Core;
using Engine.UI;
namespace Engine.Demo.components
{
public class TimeDisplay : AbstractComponent
{
private UITextRendererComponent tr;
private float time;
private float frameTime;
private int fpsFrames;
private int fps;
protecte... |
2c084a4c3fb79f8ae842bce1294d6b2629863e9e | C# | DesignerdriP/Ozrk-RDR-GTA-DISSAMBLY | /mscorlib/System/Collections/Generic/Comparer.cs | 2.703125 | 3 | using System;
using System.Runtime.CompilerServices;
using System.Security;
namespace System.Collections.Generic
{
/// <summary>Provides a base class for implementations of the <see cref="T:System.Collections.Generic.IComparer`1" /> generic interface.</summary>
/// <typeparam name="T">The type of objects to compare... |
75363cc3303ddf9d4b80d4986d6094aae397ddda | C# | quangvt/design_patterns | /practice_db_csharp_article/Behavioral/Behavioral.Command.cs | 3.421875 | 3 | /*
Definition
Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations
Frequency of use: Medium high
UML class diagram
Participants
The classes and objects participating in this pattern are:
1. Command (Command... |
d856cd34627a166192736ecdb4cf34dc81fec121 | C# | lucimaster100/.Net | /Lab2/Lab2/Part Three/FileParser.cs | 3.484375 | 3 | using System;
using System.Collections.Generic;
using System.IO;
namespace Lab2.Part_Three
{
public static class FileParser
{
private static string _filePath;
private static Type _type;
private static Data CreateObject(string[] arguments)
{
Data x = (Data)Activator.... |
df20ca4709a95b00b0c6f88f43991d82ba1c2892 | C# | StoyanZhulev/SoftUni | /Programming Fundamentals/07.FilesAndDirectories.Lab/02.LineNumbers/LineNumbers.cs | 3.140625 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _02.LineNumbers
{
class LineNumbers
{
static void Main(string[] args)
{
string[] lines = File.ReadAllLines("input.txt");
... |
c4f3df85e52a587efe1ba2c642add859b2814a92 | C# | shendongnian/download4 | /code2/358051-7710297-17095798-1.cs | 3.34375 | 3 | string numbersStr = txtNumbersToBeExc.Text;
string startSeedStr = txtStartSeed.Text;
string endSeedStr = txtEndSeed.Text;
//next, the input type actually is of type int, we should test if the strings are ok ( they do represent ints)
var intAry = numbersStr.Split(new string... |
047e6fc9d7e178fc1ca409e426bbef95e712da77 | C# | RaphaDeveloper/TeamBarometer | /server/test/API.Specs/Meeting/Steps/CreateMeetingSteps.cs | 2.65625 | 3 | using API.Specs.Meeting.Support;
using Newtonsoft.Json;
using NUnit.Framework;
using System;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using TechTalk.SpecFlow;
namespace API.Specs.Meeting.Steps
{
[Binding]
public class CreateMeetingSteps
{
private readonly Context context;
private ... |
abb4223f7289a13541bf3b30ecb2ea76ef073637 | C# | stevennhnk113/CSIS-1175 | /Week3Demo/Week3Demo7/Program.cs | 3.203125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static System.Console;
namespace Week3Demo7
{
class Program
{
static void Main(string[] args)
{
string[] names = { "simon", "Priya", "Ivan", "Ray" };
... |
a9f905deb49a93a9eb4a35fd4897d3da63ce805f | C# | devannea/DotNet | /BlogAPI/CS321_W2D1_BlogAPI/Services/PostService.cs | 3.703125 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using CS321_W2D1_BlogAPI.Models;
namespace CS321_W2D1_BlogAPI.Services
{
public class PostService : IPostService
{
// seed some initial Post data
private List<Post> _posts = new List<Post>()
{
new Post
... |
e7fa514a2959d227de24300a4573dd1613e4e039 | C# | Patch095/SpaceShooter | /Engine/PhysicsManager.cs | 2.828125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lezione_53__22Gennaio2018_Ships
{
static class PhysicsManager
{
public enum ColliderType: uint { Player = 1, Enemy = 2, PlayerBullet = 4, EnemyBullet = 8, PowerUp = 16}
... |
a0393a2dbbb9942c3120c01e65a03203a894e247 | C# | Widesol/AcceleratedLearning | /C#/Module3/Module3/Program.cs | 3.453125 | 3 | using System;
using System.Collections.Generic;
namespace Module3
{
class Program
{
static void Main(string[] args)
{
//3.1
//Console.Write("Bedtime? ");
//int bedTime = int.Parse(Console.ReadLine());
//Console.Write("Wake up time? ");
... |
8a996e5e9f446d54c4ed02cf34570582961619b5 | C# | shendongnian/download4 | /latest_version_download2/139042-28170839-82463618-2.cs | 3.171875 | 3 | public static async Task CheckTask(CancellationToken token)
{
do
{
// Do some processing
Console.WriteLine("Processing");
await Task.Delay(1500, token);
} while (!token.IsCancellationRequested);
Console.WriteLine("Bye bye");
}
|
2922c502410a4576c382c3a0a4ae19a12a885b43 | C# | tehho/CodeCraft | /MainProgram/DialogOptions.cs | 3.421875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MainProgram
{
public class DialogOptions
{
public string Question;
public List<DialogOption> PossibleAnswers;
public string Check(string str)
{
foreach (var possibleAnsw... |
447b4f37acb2594f7f0d07af03e22a7978add15e | C# | Hwans/MaterialManager | /MMS/MMS/FrmCompanyList.cs | 2.515625 | 3 | using MySql.Data.MySqlClient;
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 MMS
{
public partial class FrmCompanyList : Form
{
... |
115f0c9e7b9fce7a9640b9f1ba97dfc7d290cf06 | C# | S00271031/IT1050-DavidFalcone | /Lab6/Lab6/Program.cs | 3.78125 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lab6
{
class Program
{
static void Main(string[] args)
{
// 2) A one dimensional array p contains four elements. The array access expressions
// to acce... |
9d23714fb1af73d26d632c335ac39b11e4c6f9d8 | C# | JuDelCo/TaskPlanner | /TaskPlanner/Elementos Interfaz/Schedule.xaml.cs | 2.5625 | 3 | using System;
using System.Windows.Forms;
namespace TaskPlanner
{
public partial class Schedule : System.Windows.Controls.UserControl
{
private Formulario Padre;
private MySQL_DB Connection;
private int schedule_ID;
#region Constructores
public Schedule()
... |
03dae1c76d8ad7308b094b509533bcded2da27c3 | C# | farmergreg/ti-my-pocket-calculator | /MyPocketCal2003/Windows Forms/MatrixForm.cs | 2.53125 | 3 | using System;
using System.Collections.Generic;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Text.RegularExpressions;
using System.Windows.Forms;
namespace MyPocketCal2003
{
public partial class MatrixForm : BaseFormLibr... |
b07d63ed580ca7613d24399068c297928a653985 | C# | abhi2434/dborm | /DBOrm/DBOrm/TableAccessors/TableRowBase.cs | 2.65625 | 3 | using DBOrm.Base;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DBOrm.TableAccessors
{
public enum RowType
{
ORIGINAL,
TRANSACTIONAL
};
public class TableRowBase
{
... |
7ba4c3e232025b35052221526fd20bd4686bc95e | C# | duboisJoseph/GameApp | /GameApp/AsynchronousSocketListener.cs | 2.984375 | 3 | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Windows.Forms;
namespace GameApp
{
public class AsynchronousSocketListener
{
public static ManualResetEvent allDone = new ManualResetEvent(false);
static List... |
cc0754d17757033b464d51f2212d24429b352f02 | C# | nzgamer41/SoundByteOSS | /legacy/src/uwp/Extensions/Core/EnginePool.cs | 2.90625 | 3 | using System;
using System.Collections.Concurrent;
namespace SoundByte.App.Uwp.Extensions.Core
{
public class EnginePool
{
private readonly ConcurrentQueue<JSEngine> _cache = new ConcurrentQueue<JSEngine>();
private readonly EnginePoolConfig _config;
public EnginePool(EnginePoolConfig... |
912de637d559dd952d1fe73a5b98b316d9c3b840 | C# | Rarder44/ExtendCSharp | /ExtendedClass/MySQL_classes.cs | 3.4375 | 3 | using ExtendCSharp.Interfaces;
using System;
namespace ExtendCSharp.ExtendedClass
{
//charMySQL -> ESEMPIO COMMENTATO PER UNA CUSTOM CLASS MySQL ( usabile con l'attributo MySQLField )
//La costruzione di una classe su questo modello permetterà la Property_Field_Info.SetValue di andare a cercare un CAST adeg... |
9866821b158ce4378fcc006f2b75eb040f3daaae | C# | QualitySolution/GMap.NET | /GMap.NET.WindowsMobile/GMap.NET.GPS/GPS.cs | 2.53125 | 3 | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed this sample source code. If
// you did not accept the terms of the license agreement, you are not
// authorized to use th... |
2ba1a7fb91d835b36372311f10ba31fa46204f5c | C# | rakibul4411/ASP.NET-MVC-CRUD-With-Ajax-JQuery | /CRUDWithAjaxJQuery/Controllers/CustomerWiseBonusRateController.cs | 2.671875 | 3 | using RoseITAssignment;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
namespace CRUDWithAjaxJQuery
{
public class CustomerWiseBonusRateController : Controller
{
private RoseITAssignmen... |
f5d5fa6a9eead57299ff98156b0a7f90085951b5 | C# | Elavrenov/katla-sport | /KatlaSport.DataAccess/EntitySetBase.cs | 2.734375 | 3 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
namespace KatlaSport.DataAccess
{
/// <summary>
/// Represents a base class for <see cref="IEntitySet{TEntity}"/> implementations.
/// </summary>
/// <typeparam name="TEntity">En... |
0a7685d623836bbb45c16b801ef29abec58b129c | C# | CK4003/Game-Design-CSE440 | /CKOENIG Project 5 Audio and GUI/Assets/Scripts/Move.cs | 2.671875 | 3 | using UnityEngine;
using System.Collections;
using UnityEngine.UI;
public class Move : MonoBehaviour {
// Variables for movement
private Vector3 mousePosition;
private float speed;
private bool canJump;
// Variables for scoring
public static int score;
Text text;
// Use this for ini... |
eebd2dcdb93f53fb9a9256b53ae6ac096e5fd8bd | C# | Vcarreon439/Semestre_1 | /Unidad 2/Generar Numeros Aleatorios/Generar Numeros Aleatorios/Form1.cs | 2.6875 | 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;
namespace Generar_Numeros_Aleatorios
{
public partial class frmAleatorios : Form
{
publi... |
08b85c8f807c3383fb4c6ad05107c167f0cacf9f | C# | Wolfenswan/bombthatbringsustogether | /Assets/Scripts/NEINTools/Controllers/CollisionController/RaycasterGroup.cs | 2.546875 | 3 | using UnityEngine;
using System;
using System.Collections.Generic;
using System.Linq;
using NEINGames.Extensions;
public enum RaycastDirection
{
RIGHT,
LEFT,
DOWN,
UP,
}
public enum RequiredCollisionCount
{
ONE,
FULL,
ANY_HALF,
FIRST_HALF,
SECOND_HALF,
}
// ! Test how direction r... |
25a8e53a1b3233c9b74a0ee592ffc15eefa17afd | C# | MMygind/PetShop2020 | /PetShopApp.WebApi/Controllers/PetsController.cs | 2.53125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using PetShopApp.Core.ApplicationService;
using PetShopApp.Core.Entity;
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
... |
f3268bf4287c3f17a41c7722523a17bc2f77b194 | C# | greg4ever/Snippets | /Snippets/SnippetsTest/Basics/TPL/Basics.cs | 2.734375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
namespace SnippetsTest.Basics.TPL
{
[TestFixture]
class Basics
{
[Test]
// Future = Task<int>, result is set by the promise
... |
413e7bf471005a6fffbd8d22541638d7d6dfdbe1 | C# | hellowod/xlsx2string | /src/exporter/ExporterBase.cs | 2.890625 | 3 | using System.Data;
using System.IO;
using System.Text;
using System.Collections.Generic;
/***
* ExporterBase.cs
*
* Author abaojin
* Version 1.0
* Date 2017.04.05
*/
namespace xlsx2string
{
public struct FieldDef
{
public string name;
public string type;
public string comment;
... |
b732cdfdb03f3dacedd7696ca425ce0b7551a952 | C# | LEEDONGEUN/LearningProgramming | /kankyung/kaoni/PSK/KaoniDay04/Ex3/Program.cs | 3.421875 | 3 | using System;
using Stack = System.Collections.Stack;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Ex3
{
class Program
{
static void Main(string[] args)
{
var st = new Stack();
st.Push(1);
st.Push(2);
st.Push(... |
2c6f7072162139c0ce964b6154981200e74ea300 | C# | ezilybored/Old-unity3d-scripts | /GameGrindRPG/NPC/NPC.cs | 2.734375 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//This is a class for NPC's derived from Interactable class that inherits its properties not from Monobehaviour
public class NPC : Interactable {
//assigns dialogue for the NPC to use
public string[] dialogue;
//the name of the NPC
pub... |
6148dbca22e1947374cf28f7a052c3cceebf3a73 | C# | shendongnian/download4 | /first_version_download2/282601-22857150-62074468-2.cs | 2.59375 | 3 | using (var log = GetLog())
{
log.WriteLine("["+DateTime.Now + "]: ");
}
...
public StreamWriter GetLog()
{
return new StreamWriter(LogFile, File.Exists(LogFile));
}
|
371e14a97999ada5d6c4fba6c6484df141e8e92a | C# | fckoe/XML | /XML/cambiaAtributo/cambiaAtributo/VariableEntorno.cs | 2.953125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace cambiaAtributo
{
public class VariableEntorno
{
public VariableEntorno() {
}
private Boolean existeVariable( string variableName) {
if (Environment.GetEnvironmentVar... |
e2470a80d613c98fc55eb25c5c722e1eb6769928 | C# | TeamMangoTA/Code-Testing | /GameConcept/GameConcept/ActionModels/WeaponAttack.cs | 2.59375 | 3 | using GameConcept.AbilityModels;
using GameConcept.Interfaces;
using GameConcept.PeopleModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GameConcept.ActionModels
{
class WeaponAttack:OffensiveA,IOffensive
{
... |
10ab374f4ed1c009d9d97c95af653293a73ddbde | C# | n0str0m0/CorsoBologna2 | /Corso.Bologna.Models/Step.cs | 2.609375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Corso.Bologna.Models
{
public enum StepType
{
Text = 1,
Image = 2
}
public class Step
{
public int Index { get; set; }
public string Value {... |
5f0b0ebc5690c5e89472eeff4104aa5573cddfa1 | C# | duccarric/asignmentBanking | /baking1/controller/YYAccountController.cs | 3.078125 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using baking1.entity;
using baking1.errors;
using baking1.model;
using baking1.utility;
using MySql.Data.MySqlClient;
namespace baking1.controller
{
public class YYAccountController
{
private YYAccountModel model = new YYAccountModel();... |
f210aebd263815ea6f5d3600b7a3df887ced2361 | C# | robloz/TaskManagement-WebAPI | /src/TaskManagement/TaskManagement.Data.SqlServer/Mapper/TaskMapper.cs | 2.515625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TaskManagement.Data.SqlServer.Mapper
{
class TaskMapper
{
public static TaskManagement.Api.Models.Task CreateTask(TaskManagement.Data.SqlServer.Task task)
{
... |
2acc3c8469ef056284553e5bb65ab2c1861c0b63 | C# | smatvienko1978/Education | /TextAnalyst/TextGeneratorTask.cs | 3.296875 | 3 | using System.Collections.Generic;
namespace TextAnalysis
{
static class TextGeneratorTask
{
public static string ContinuePhrase(
Dictionary<string, string> nextWords,
string phraseBeginning,
int wordsCount)
{
var result = phraseBeginning;
... |
9cde0a8240c3ecee53896cdf43d44695ee862f95 | C# | moguno/NSX39Mog | /WindowsFormsApplication2/Piano.cs | 2.65625 | 3 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace NSX39Mog
{
/// <summary>
/// ピアノウィジェットクラス
/// </summary>
public class Piano
{
protected Panel BaseP... |
3a990373039d32e7f99c0b096980648a974bc1d1 | C# | lchaloupsky/Image-generator | /UDPipeParser/Preprocessors/MisssingArticlePreprocessor.cs | 2.859375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using UDPipeParsing.Interfaces;
using UDPipeParsing.Text_elements.Helpers;
namespace UDPipeParsing.Preprocessors
{
/// <summary>
/// Find and fill missing articles in given text
/// </summary>
public class MissingArticlePreprocessor : ... |
1779eb4ec804e77032a39fc0d495ca78cdebd862 | C# | autumn009/TanoCSharpSamples | /Chap24/StreamWriterクラスStreamReaderクラスでファイルを読み書きする2/StreamWriterクラスStreamReaderクラスでファイルを読み書きする2/Program.cs | 3.265625 | 3 | using System;
using System.IO;
using System.Text;
class Program
{
static void Main(string[] args)
{
string filename = @"s:\delme.txt"; // ←自由にファイル名は指定して良い
string encodeName = "Shift_JIS"; // ←自由にエンコード名は指定して良い
var writer = new StreamWriter(filename, false, Encoding.GetEncoding(encodeN... |
62db67e87697913be8e0174eca8491eead63fcf6 | C# | TheFortunattor/redBox | /Todo separado-final arriba/src/Archivo Lectura/ConsoleApplication1/ConsoleApplication1/CorromperEscritorio.cs | 2.671875 | 3 | using ConsoleApplication1;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
namespace Antivirus
{
class CorromperEscritorio
{
private static DirectoryInfo escritorio = new DirectoryInfo... |
e69e3bd7c29437183300bf1fd6c98c41c3e25979 | C# | shendongnian/download4 | /first_version_download2/5783-1221942-2395388-2.cs | 2.625 | 3 | private void exportHistoryButton_Click(object sender, RoutedEventArgs e)
{
string data = ExportDataGrid(true, historyDataGrid);
SaveFileDialog sfd = new SaveFileDialog()
{
DefaultExt = "csv",
Filter = "CSV Files (*.csv)|*.csv|All files (*.*)|*.*",
FilterIndex = 1
... |
4f2334c4f2c56f06405738d4a7fd1406f5a9d460 | C# | yinqiu1/exam01 | /Csha_demo/Application_usart/Form1.cs | 2.875 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.IO.Ports;
namespace Application_usart
{
public partial class Form1 : Form
{
int C... |
87e8ff03b51be442de51a426c323fb014afec6b4 | C# | wesnerm/CompetitiveProgramming | /ProjectEuler/151-200/#153 Investigating Gaussian Integers.cs | 3.21875 | 3 | using System;
using System.Diagnostics;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using System.Numerics;
using static System.Array;
using static System.Math;
class Solution
{
static long d, s = 0;
static long[] cache = new long[3000];
static long SumOfDivisors2(l... |
01a93d128853a4c04cdcda4d2de3464b145c9bc6 | C# | hzuo000/SimpleUnity3DFrameWork | /Assets/Script/Struct/Global.cs | 2.9375 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
/// <summary>
/// 一个简单的对象池
/// </summary>
/// <typeparam name="T"></typeparam>
public class ObjectPool<T> where T : new()
{
private readonly Stack<T> m_Stack = new Stack<T>();
private readonly Action<T> m_ActionOnGet;... |
ba3312b904a25dd8cfe18cb67422400801923599 | C# | wind39/curso_modulo2 | /CadastroEscola/ListaDeAlunos.cs | 3.171875 | 3 | using System;
namespace CadastroEscola
{
/// <summary>
/// Classe ListaDeAlunos.
/// </summary>
/// <remarks>
/// Contém métodos para criar, listar, inserir, remover, carregar de arquivo e salvar em arquivo.
/// </remarks>
public class ListaDeAlunos
{
/// <summary>
/// ... |
ddf590305d622c51c418227669ace40e398218c8 | C# | ericharding/astral-projection | /AstralProjector/Initiative/InitiativeEvent.cs | 2.625 | 3 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Astral.Plane.Utility;
using System.ComponentModel;
using System.Linq;
namespace Astral.Projector.Initiative
{
public enum Team
{
Blue,
Gold,
Green,
Purple,
Red,
RedGo... |
81eac06feae94d1bdedb8968f58d1bf8216579d5 | C# | Anton-Khan/Decision_Theory | /Lab_1/Simplex/Simplex/Program.cs | 3.171875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Simplex
{
class Program
{
private static int n = 2;
private static double m = 0.25;
private static double E = 0.1;
private static List<double[]> x... |
30cf42e1644a79da94627f24d76dc2d8835b4f82 | C# | simoncwu/CAccess | /Cfb/CandidatePortal/CandidatePortal/AuditReviewBase.cs | 2.796875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
namespace Cfb.CandidatePortal
{
/// <summary>
/// Defines base properties of an audit review.
/// </summary>
[DataContract(Namespace = "http://caccess.nyccfb.info/schema/data")]
public abstra... |
757fa53f9a67ae89aa95bdc4774885a982e8f888 | C# | lalaka32/EPAM | /HW/HW9/Cell.cs | 2.703125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Net18MarfitinLesson2
{
class Cell<T>
{
public Cell(Cell<T> nextCell, T value)
{
NextCell = nextCell;
Value = value;
}
public Ce... |
c0e3a0d203c32006f9122cd932ce8ffb32c05461 | C# | iloveupal/simple-tetris | /tetris.cs | 2.75 | 3 | using System;
using System.Threading;
using System.Collections.Generic;
namespace tetris
{
class Logic
{
public const int windowHeight = 30;
public const int gameHeight = 25;
public const int windowWidth = 50;
public const int gameWidth = 20;
public const i... |
7b5b3671e8d61788fb302795e24cb2562489c7f8 | C# | MarkCorazon/Remote-Access-Trollkit | /Trollkit Library/ServerModules/ServerDiscovery.cs | 2.75 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace Trollkit_Library.ServerModules
{
public class ServerDiscovery
{
private string BroadcastMessage { get; set; }
private string ExpectedReturnMes... |
9793c44b511a24835af731c47f647537767a5843 | C# | Oshhcar/Colette | /parser/3d/ast/expresion/Literal.cs | 2.546875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Compilador.parser._3d.ast.entorno;
namespace Compilador.parser._3d.ast.expresion
{
class Literal : Expresion
{
public Literal(Object valor, Tipo tipo, int linea, int columna) : bas... |
b22df8a21f7644c7bd5889cd5cbabe51d0f60e92 | C# | dwango/MotionGenerator | /Scripts/Entity/Actions/ShootUpwardAction.cs | 2.671875 | 3 | using System;
using MathNet.Numerics.LinearAlgebra.Double;
using MotionGenerator.Serialization;
namespace MotionGenerator
{
public class ShootUpwardAction : ActionBase
{
public ShootUpwardAction(string name) : base(name)
{
}
public ShootUpwardAction() : this("shootUpward")
... |
200cdc6d145acda1cb7167cf4c27deebd33ced6c | C# | idvpacific/iCore2 | /iCore_Administrator/API/Modules/SimilarityFunction.cs | 2.640625 | 3 | using Accord.Video;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Web;
namespace iCore_Administrator.API.Modules
{
public class SimilarityFunction
{
//----------------------------------------------------------------------------------------
... |
0b78d24d2c242ffda6c4ae6b6b633fbd1f5c2a7c | C# | Sholden8340/Year-1-Term-2-Inholland | /Week_1_Assignment_2/Program.cs | 3.890625 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assignment2
{
class Program
{
static void Main(string[] args)
{
Program structures = new Program();
structures.Start();
}
void ... |
f146bcf896db0ae4183c742842eab956f59e7787 | C# | odi1n/FlashScore | /FlashScore/Addition/TimeAddition.cs | 3.203125 | 3 | using FlashScore.Exception;
using FlashScore.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FlashScore
{
public static class TimeAddition
{
/// <summary>
/// Получить матчи в течении указанных минут
... |
6301f8e98034dd3b31d0d35ee77ca61888a47eac | C# | wo80/mathnet-extensions | /src/DebuggerVisualizer/UI/Views/SparseInfoView.cs | 2.53125 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using MathNet.Numerics.LinearAlgebra.Double;
using MathNet.MatrixDebuggerVisualizer.Services;
namespace MathNet.MatrixDebug... |
ceb6a65ec21c231d77c738802dda4741b68a40f4 | C# | rohitramu/roramu-csharp-websocket-service | /src/WebSocket.Client/WebSocketClientConnection.cs | 2.875 | 3 | namespace RoRamu.WebSocket.Client
{
using System;
using System.Threading.Tasks;
/// <summary>
/// Represents the underlying websocket client implementation's connection object.
/// </summary>
public abstract class WebSocketClientConnection : WebSocketUnderlyingConnection
{
/// <sum... |
a8cbe4bad827c1f3180d87e1b8c346bfd3d010ab | C# | AlgrenAlex/Acorn | /App_Code/RnLogin.cs | 2.578125 | 3 | using RnConection.DataStorageLayer;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
/// <summary>
/// Descripción breve de RnLogin
/// </summary>
public class RnLogin
{
public RnLogin()
{
//
// TODO: Agregar aquí la lógica del constructor
//
}
... |
f3a35d98ce0a8e388ccd91b818542a10548fac16 | C# | kr-computer-study/algorithm | /성진/자료구조/9093-단어 뒤집기.cs | 3.453125 | 3 | using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
int repeat = int.Parse(Console.ReadLine());
for (int a = 0; a < repeat; a++)
{
Str... |
1159d1e113fff45de70da2389a322941a71d1a0f | C# | yoon172/SAFEwalkAPI | /SafewalkApplication/Controllers/UsersController.cs | 2.546875 | 3 | using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using SafewalkApplication.Contracts;
using SafewalkApplication.Helpers;
using SafewalkApplication.Models;
namespace SafewalkApplication.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class UsersController : Contr... |
29ea6f44dccfd5cd5eee20fe1a23e32838569ac7 | C# | software-engineering-amsterdam/many-ql | /FelipezConde/QuestionnaireLanguage/TypeChecking/Notifications/Errors/ComputedQuestionTypeConflict.cs | 2.640625 | 3 | using AST.Nodes.FormObjects;
using Types = AST.Types;
namespace TypeChecking.Notifications.Errors
{
public class ComputedQuestionTypeConflict : Error
{
private readonly Question node;
private readonly Types.Type typeOfComputedField;
public ComputedQuestionTypeConflict(Ques... |
39d4a7ce3427d7cfade7db7a8a6b4d169ca8703f | C# | florepos/HTL_WLA_WEBU | /Code/WebUntisApp/WebUntisApp/APP/Subject.cs | 2.875 | 3 | using System;
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.Shapes;
namespace WebUntisAPP
{
/// <summary>
/// Th... |
34965e9e9ad92ce51920070237cc66038b1d4f78 | C# | Grisu-NOE/FullscreenBrowser | /src/Shared/Configuration/Google/StaticMaps/Entities/StaticMapRequest.cs | 2.546875 | 3 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="StaticMapRequest.cs" company="Freiwillige Feuerwehr Krems/Donau">
// Freiwillige Feuerwehr Krems/Donau
// Austraße 33
// A-3500 Krems/Donau
// Austria
// ... |
2bf733b7b5faed08f769cdd3617bd088fc170dd8 | C# | kopianan/iruka-web | /iruka/Iruka/DAL/TransactionDal.cs | 2.59375 | 3 | using AutoMapper;
using Iruka.EF.Model;
using Iruka.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using static Iruka.EF.Model.Enum;
namespace Iruka.DAL
{
public class TransactionDal
{
public static int CalculateEarnedPointByTransanction(ApplicationDbContext db, double tran... |
6168a7f3445759bb76c68d40b7c0fe25cd3d0597 | C# | DorCoMaNdO/MultiDeviceKeybinds | /MultiDeviceKeybinds/Input/InputSimulation.cs | 2.703125 | 3 | using Microsoft.Win32;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsInput;
using WindowsInput.Native;
namespace MultiDeviceKeybinds
{
public static class InputSimulation
{
private static InputSimulator InputSimulator = new ... |
8b9373372fe70bec713723eb297e712f40188415 | C# | nishantdev/csharp-v1.0 | /StringDemo/Program.cs | 3.03125 | 3 | using System;
namespace StringDemo
{
class Program
{
static void Main(string[] args)
{
string Name = "Jones, Alan";
string fName = Name.Split(',')[0];
string lName = Name.Split(',')[1].Trim();
Console.WriteLine($"Hello {fName} {lName}");
... |
b179f927f9f2012401ba7f067f4f75eea06f105b | C# | Koelle1/sw_developer_2020_Atilla | /src/20201013/GrundlagenEingaben/GrundlagenEingaben/Program.cs | 3.578125 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GrundlagenEingaben
{
class Program
{
static void Main(string[] args)
{
string name = string.Empty;
Console.Write("Bitte Name eingeb... |
2cd6d5e11b34d3174605f59100cd8ff9df484c54 | C# | guysegal/BankApp | /BankApp/Domain/BillingDetails.cs | 2.546875 | 3 | namespace BankApp.Domain
{
public class BillingDetails
{
public int Year { get; private set; }
public Month Month { get; private set; }
public BillingDetails(int month, int year)
{
Month = (Month) month;
Year = year;
}
}
}
|
45db02bfada7248a47283facf714a16864af2620 | C# | tyrus-sonneborn/SeleniumHelper | /SeleniumHelper/RemoteWebDriverAugmented.cs | 3.078125 | 3 | using System;
using OpenQA.Selenium;
using OpenQA.Selenium.Remote;
namespace Selenium.Helper
{
public class RemoteWebDriverAugmented : RemoteWebDriver, ITakesScreenshot
{
public RemoteWebDriverAugmented(Uri RemoteAdress, ICapabilities capabilities)
: base(RemoteAdress, capabilities)
... |
ea9dd2fed9f77490e91a0ef7ed5ee25e8d7b5eb5 | C# | EdgarVerona/gamejam-floatilla | /Assets/Utilities/KeyedLists.cs | 3.21875 | 3 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class KeyedLists<TKey, TValue> : IReadOnlyDictionary<TKey, List<TValue>>
{
private Dictionary<TKey, List<TValue>> _data = new Dictionary<TKey, List<TValue>>();
privat... |
fcc83734f43c58c1016d250b3a25a363051c2a90 | C# | garsonlab/LeetCodeTraining | /409.longest-palindrome.cs | 3.421875 | 3 | /*
* @lc app=leetcode id=409 lang=csharp
*
* [409] Longest Palindrome
*
* https://leetcode.com/problems/longest-palindrome/description/
*
* algorithms
* Easy (47.57%)
* Total Accepted: 91.8K
* Total Submissions: 192.6K
* Testcase Example: '"abccccdd"'
*
* Given a string which consists of lowercase or u... |
fb7dff2398c27513c34910659c2e8e2668c5df41 | C# | donaldm/Performance-Demo | /PerformanceDemo/Particle System/ParticleSystem.cs | 2.75 | 3 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using PerformanceDemo.Game_Core;
using PerformanceDemo.Particle_System;
using PerformanceDemo.Utilities;
namespace PerformanceDemo.Particle_Syst... |
aa7a201db7eaa5162260c4681b7e065cfbf1f30a | C# | tandyCake/KTaNE-Things | /Assets/OptimizedCreators/Cruel Binary.cs | 2.6875 | 3 | using System;
using System.Linq;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using UnityEngine;
public class CruelBinary {
private static readonly string[] wordList = { "ABORT", "ABOUT", "ALPHA", "BLACK", "BRAVO", "CLOCK", "CLOSE", "COULD", "CRASH", "DELTA", "DIGIT", "EIGHT", "GAMMA", "G... |
701a7d47ebd2166111c0ade2cbd72a54ace5e206 | C# | WildGums/Orc.LicenseManager | /src/Orc.LicenseManager.Client/Services/LicenseModeService.cs | 2.671875 | 3 | namespace Orc.LicenseManager;
using System;
using System.Collections.Generic;
using Catel.Logging;
using FileSystem;
public class LicenseModeService : ILicenseModeService
{
private static readonly ILog Log = LogManager.GetCurrentClassLogger();
private readonly IFileService _fileService;
private readonly... |
6b2bea69df549047710aaf821bdac8065e4279d8 | C# | suegy/ReActGrammar | /elements/POSH/Goal.cs | 2.515625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using react.Grammar.env;
namespace react.Grammar.elements.POSH
{
class Goal : AGene
{
public Goal(Configuration config)
: base (config, GeneType.Goal, ReturnType.Bool)
{
childenRetur... |
d4035b9da4e963a26c57cf82735a9af5044c61ed | C# | panoskarajohn/Algorithms | /Problems/DataStructures/DepthFirstSearch.cs | 3.828125 | 4 | namespace Problems.DataStructures;
public class DepthFirstSearch
{
private readonly Dictionary<int, HashSet<int>> _adjacencyList = new();
public DepthFirstSearch(int[][] edges)
{
CreateAdjacencyList(edges);
}
/// <summary>
/// Here is an example of the depth-first search algorith... |
d943221262e75e71f09864eddd69026fe0bb9d83 | C# | BernardoTorresM/Pruebas | /ConsoleApplication1/Program.cs | 2.734375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
private static string[] fechas = {
// entre 1760 y 1830
"Un día del período de la Industria 1.0 que se caracteriz... |
b06c4c0ea4785c65c2f1ff09f013e5dd807292e1 | C# | yisoft-dotnet/framework | /src/Yisoft.Framework/FilesizeFormatProvider.cs | 2.84375 | 3 | // ===============================================================================
// Website: https://yi.team/
// Copyright © Yi.TEAM. All rights reserved.
// ===============================================================================
using System;
using System.Text.RegularExpressions;
namespace Yisoft.Framework... |
85ba1d300b901cf9a18b883dd6357c6a1939920a | C# | youbl/StockWeb | /StockWin/Services/Util.cs | 2.9375 | 3 | using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace StockWin.Services
{
public static class Util
{
private static string LogFile = Path.Combine(Environment.CurrentDirectory, "loginfo.txt");
private static string Err... |
b0b7d9b95d10a59ed4348f0d7278859851a5f01a | C# | zealand2019e/simple-socket-programming-AlexanderEgeberg | /EchoServer/server.cs | 3.046875 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography.X509Certificates;
using System.Text;
namespace EchoServer
{
class server
{
public static void StartUp()
{
int port = 7777;
Tc... |
254ecf9b6e8197dc6017aefcbee394b5708e66eb | C# | dougmany/vpe | /Toastmasters/Toastmasters.Web/Helpers/MeetingHelpers.cs | 2.546875 | 3 | using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using Toastmasters.Web.Data;
using Toastmasters.Web.Models;
namespace Toastmasters.Web.Helpers
{
public class MeetingHelpers
{
private readonly ApplicationDbContext _context;
p... |