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 |
|---|---|---|---|---|---|---|
f052ee8498130a256123d1a35b7a139e55461a69 | C# | olucassantos/ACME-SYSTEM | /EstatisticaACME/Calculo.cs | 3.28125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EstatisticaACME
{
class Calculo
{
public float[] amostra;
private int qtdValores;
#region Construtores
public Calculo(float[] rol)
{
amostra = new fl... |
197b97391b6528f8759089d20a11bb13b71b3fd6 | C# | siderisltd/Telerik-Academy | /All Courses Homeworks/C#_Part_2/6. StringsAndText/ExtractTextFromHTML/Program.cs | 3.46875 | 3 | //Problem 25. Extract text from HTML
//Write a program that extracts from given HTML file its title (if available), and its body text without the HTML tags.
//Example input:
//<html>
// <head><title>News</title></head>
// <body><p><a href="http://academy.telerik.com">Telerik
// Academy</a>aims to provide free rea... |
0b3fd13faa16d6e12c59072442b05a2724ad1ec3 | C# | cabbeh01/Programmering_2 | /LabeledTbx/LabeledTbx/LabeledTextbox.cs | 2.90625 | 3 | using System;
using System.Windows.Forms;
using System.ComponentModel;
namespace LabeledTbx
{
class LabeledTextbox : TextBox
{
private string ledText;
[Category("Appearance"),Description("Label text."),DefaultValue("...")]
public string LedText
{
get
{
... |
9bba6f9d7c90644af055247cdd21f4dab403a13b | C# | mathpaquette/IB.CSharpApiClient | /src/IB.CSharpApiClient/Messages/BondContractDetailsMessage.cs | 2.546875 | 3 | using IBApi;
namespace IB.CSharpApiClient.Messages
{
public class BondContractDetailsMessage
{
public ContractDetails ContractDetails { get; private set; }
public int RequestId { get; private set; }
public BondContractDetailsMessage(int requestId, ContractDetails contractDetails)
... |
42977be798cc30433ea6a51eecbeb1a0f262b19b | C# | Arch/Npoi.Core | /src/Npoi.Core/Util/ByteField.cs | 2.703125 | 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 ... |
049cb63a058c52e85bdb94507aef482d73edc66e | C# | silviya-stoyanova/software-university | /Programming Basics with C#/03. Conditional Statements/Lab/Solutions/02. Greater Number/Program.cs | 3.921875 | 4 | using System;
namespace _02._Greater_Number
{
class Program
{
static double ReturnGreaterNumber(double a, double b)
{
if (a > b)
{
return a;
}
else
{
return b;
}
}
static vo... |
b3d8f3c96696ff2a2a74905e129978a737141db1 | C# | shendongnian/download4 | /first_version_download2/51312-3042830-6291188-10.cs | 3.359375 | 3 | namespace Utils
{
public class StopWatch
{
protected DateTime _resetTime;
public StopWatch() { Reset(); }
public void Reset() { _resetTime = DateTime.Now; }
public double TotalSeconds { get { return (DateTime.Now - _resetTime).TotalSeconds; } ... |
9160e1a01e9e16359ac39ede073308660b2f7e26 | C# | firesouldier/leetcode | /12. IntegerToRoman/IntegerToRoman/IntegerToRoman/Solution.cs | 3.796875 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
namespace IntegerToRoman
{
public class Solution
{
private class RomanNumeral
{
public RomanNumeral(int value, string symbol)
{
Value = value;
Symbol = symbol;
... |
7d98e541bd2324dd2ee0334f1d670b1d912eed14 | C# | hri100Atanasov/Software-University | /C Sharp OOP Advanced/01.Generics/01.GenericString/Program.cs | 2.78125 | 3 | using System;
namespace _01.GenericString
{
class Program
{
static void Main(string[] args)
{
var inputCount = int.Parse(Console.ReadLine());
while (inputCount-- > 0)
{
var input = Console.ReadLine();
var box = new Box<string>... |
51e391465e96349a6bde20a93914a7fbe19fa40a | C# | kmorcinek/wolves-and-rabbits | /src/KMorcinek.WolvesAndRabbits/KMorcinek.WolvesAndRabbits/FieldManager.cs | 2.890625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using KMorcinek.WolvesAndRabbits.Utils;
namespace KMorcinek.WolvesAndRabbits
{
public class FieldManager
{
readonly LettuceField lettuceField;
readonly RabbitField rabbitField;
readonly WolfField wolfField;
reado... |
216753259be73107c1bb2abc7ebb6d5c94e262d5 | C# | YeydelF/FincaOroPendula | /Usuario/frmLogin.cs | 2.5625 | 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 Datos;
namespace Usuario
{
public partial class frmLogin : Form
{
public frmLogin()... |
686eb9e470d77b2302816c30f8aefc726933d4bc | C# | FernandoCalleRodriguez/reciclaUAGen | /ReciclaUAGenNHibernate/EN/ReciclaUA/EdificioEN.cs | 2.5625 | 3 |
using System;
// Definición clase EdificioEN
namespace ReciclaUAGenNHibernate.EN.ReciclaUA
{
public partial class EdificioEN
{
/**
* Atributo nombre
*/
private string nombre;
/**
* Atributo id
*/
private int id;
/**
* Atributo estancias
*/
private System.Collections.Generic.IList<ReciclaUAGenNHibernate.EN.... |
bb0039a26a82bf5c49363cc7e523e85f0f1ee6a1 | C# | Galiyagaliya/FerryAlexaSkill | /Ferry/Domain/WsdotService.cs | 2.6875 | 3 | using System;
using System.IO;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Ferry.Model;
using Newtonsoft.Json;
using NLog;
namespace Ferry.Domain
{
public class WsdotService
{
private readonly string key;
private readonly HttpClient httpClie... |
727063d13fb58ef5ee96321b86a3bc602e0b8d1a | C# | WastedAndrey/MarineCraft | /Assets/Resources/Scripts/Units/Units/UnitTurret.cs | 2.71875 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UnitTurret : Unit
{
/// <summary>
/// Турельки не умеют бегать
/// </summary>
/// <param name="position">Target position.</param>
public override void MoveTo(Vector2Int position)
{
}
p... |
981911e637507cff8aee5c300abe04b632105540 | C# | Yura703/SVPP_cursovoy | /Project_WPF/Project_WPF/TestWindow.xaml.cs | 2.609375 | 3 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents... |
72255bdf33a90ecf59186617f0589fc9f1d3d9ac | C# | shendongnian/download4 | /code1/74205-1173512-2295423-2.cs | 3.125 | 3 | private Bitmap convertTo1bpp(Bitmap img)
{
BitmapData bmdo = img.LockBits(New Rectangle(0, 0, img.Width, img.Height),
ImageLockMode.ReadOnly,
img.PixelFormat);
// and the new 1bpp bitmap
Bitmap bm = new Bitmap... |
080b4543003e3ca2242a51955eef9daccce0c66d | C# | sakapon/Samples-2014 | /Kinect SDK/v1.8/SkeletonBasics-WPF/MainWindow.xaml.cs | 2.796875 | 3 | //------------------------------------------------------------------------------
// <copyright file="MainWindow.xaml.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace Mic... |
b1cff6b756260888d454cb8d5ad4523537fedebe | C# | jenz0rw00t/ooadLabb1 | /ooadLabb1/Warrior.cs | 3.03125 | 3 | using System.Collections.Generic;
namespace ooadLabb1
{
public class Warrior
{
private string _name;
private string _weapon;
private string _battlecry;
private bool _hasShield;
private int _health;
private int _strength;
private int _dexterity;
... |
fb7e54f8b5ba8ae3134bb648d2d756a0d933146a | C# | jayscope/GameWork.Core | /GameWork.Core.Audio/Fade/AudioFadeController.cs | 2.859375 | 3 | using GameWork.Core.Audio.Clip;
using GameWork.Core.Audio.Fade.Interfaces;
using GameWork.Core.Math;
namespace GameWork.Core.Audio.Fade
{
/// <summary>
/// A default implementation of <see cref="IAudioFadeState"/> that applies a linear fade.
/// </summary>
public class AudioFadeState : IAudioFadeState
... |
1485f7f236f53ae6b7808f658ddbde606f3183d8 | C# | jeremywho/SocketWard | /SocketWard/SocketWard.cs | 3 | 3 | using System;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace SocketWard
{
public class Ward
{
private const int MaxBufferSize = 8196;
private readonly Socket _client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
publ... |
765323149e7fffe13ac9c35308a2767507092c59 | C# | thomaspatrick/StateFlux | /StateFlux/StateFlux/Program.cs | 2.71875 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
using WebSocketSharp.Server;
namespace StateFlux.Service
{
public class Program
{
public static void Main(string[] args)
{
... |
2751cf348188d1a4acda5c135531bff5a86ca091 | C# | manupstairs/UWPAllowElevation | /WCFBackgroundProcess/Program.cs | 2.546875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel;
using System.Text;
using System.Threading.Tasks;
namespace WCFBackgroundProcess
{
class Program
{
static void Main(string[] args)
{
var selfHost = new ServiceHost(typeof(LocalServiceWrappe... |
446912c97faafea6b9276c65a7dfb8e7102fd092 | C# | Csharp2020/csharp2020 | /dvukasovic/Moj projekt/zadatak2/Program.cs | 3.125 | 3 | using System;
using System.Collections.Generic;
namespace zadatak2
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
string rijec = "";
List<string> a = new List<string>();
List<string> b = new List<string>();... |
080aaba8f9e72d6a2809de14cb44fa32812beaed | C# | ekamoto/desing-patterns-csharp | /TemplateMethod/Orcamento.cs | 3.09375 | 3 | using System.Collections.Generic;
namespace TesteDesingPatternsTemplateMethod {
public class Orcamento {
public double Valor { get; set; }
public IList<Item> itens { get; set; }
public Orcamento(double Valor)
{
this.Valor = Valor;
itens = new List<Item>();... |
fd989e9bf9b816d48b3d06b08adeeea42d325da4 | C# | kokosda/smart-charging | /src/SmartCharging.Domain/Connectors/Connector.cs | 2.546875 | 3 | using SmartCharging.Core.Domain;
using SmartCharging.Core.Interfaces;
using SmartCharging.Domain.Groups;
using System.Threading.Tasks;
namespace SmartCharging.Domain.Connectors
{
public sealed class Connector : EntityBase<int>
{
private decimal maxCurrentInAmps;
public int LineNo { get; init; }
public int Ch... |
76ccd171c9df80ba053dcb64e004c60ccd48f85e | C# | EddieAbbondanzio/NoMansBlocks-Old | /No Mans Blocks/Assets/Scripts/Junk/ScreenShotScript.cs | 2.703125 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Script that takes a screentshot of game view and sends it to the screenshot folder
/// </summary>
public class ScreenShotScript : MonoBehaviour {
private static string folderName = "Screenshots";
// Update is called on... |
236817eff27f7b34ee209d018ba2a23f7e55adbe | C# | agrigul/MongoToMysqlMigration | /src/Implementation/Exceptions/DatabaseNotFoundException.cs | 3.015625 | 3 | namespace Implementation.Exceptions
{
/// <summary>
/// Fires then the wrong database name was used or data base was not found
/// </summary>
public class DatabaseNotFoundException : EtlException
{
public DatabaseNotFoundException(string dataBaseName)
: base(typeof(DatabaseNotFo... |
b8ddb52b8d0e7935a42f2d34f4affa92c6abc49b | C# | gs-jen/Test.PDFFlow.Examples | /Examples/LogBook/LogBookCoordinator.cs | 2.578125 | 3 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Reflection;
using LogBook.Model;
using Gehtsoft.PDFFlow.Builder;
using Gehtsoft.PDFFlow.Models.Enumerations;
using Gehtsoft.PDFFlow.Models.Shared;
namespace LogBook
{
internal static class ReflectionHelper
... |
a2c68cdfc1597bde1c767adbbef263c48d14cc1f | C# | lunivore/WiPFlash | /Example.PetShop/Domain/PetType.cs | 2.953125 | 3 | #region
using System.Collections.Generic;
#endregion
namespace Example.PetShop.Domain
{
public class PetType
{
public static List<PetType> ALL = new List<PetType>
{
new PetType("Cat"),
... |
9ad68548452828594b3f832310708c50f974e3b4 | C# | renios/Polaris | /Assets/Scripts/SoundManager.cs | 2.5625 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
//Unity Inspector를 통해서 받아오는 SoundType 변수가 다른 코드에 존재하므로,
//새로운 enum 값을 추가할 땐 종류가 아닌 추가 순서에 따라 값을 적어둬야 함. - 19.03.21 SMZ
public enum SoundType{
Default,
BgmTitle, BgmMain,
ClickImportant, ClickNormal, ClickDialogue,
B... |
96a739229e8a556abe020ed9b1b3c713cd148a7e | C# | YovkoGospodinov/TelerikAcademy | /High Quality Code - Part 1/Exercise - High-quality Methods/ExamSolutions/DancingMoves/StartUp.cs | 3.59375 | 4 | using System;
using System.Linq;
namespace ExamSolutions.DancingMoves
{
public class StartUp
{
public static void Main()
{
int[] numbers = Console.ReadLine().Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries).Select(int.Parse).ToArray();
long result = 0;
... |
94728f2fbbed8a34f38bc0d66946937e4a0845e8 | C# | bardasoft/AnimSharp | /AnimSharp/Animate/CompositeAnimation.cs | 3.59375 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AnimSharp.Animate
{
/// <summary>
/// A CompositeAnimation is a type of animation that represents multiple
/// collective animations. A CompositeAnimation should be used to represe... |
e465cef9ce975bd4282632fae79490951492a862 | C# | nbright/MEFEditor_v2.0 | /trunk/VSProjects/MEFEditor.TypeSystem/Runtime/DirectTypeDefinition.cs | 2.5625 | 3 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using System.Linq.Expressions;
using Utilities;
using MEFEditor.Analyzing;
using MEFEditor.Analyzing.Execution;
using MEFEditor.TypeSystem.Runtime.B... |
57c78660a82d60e7b112e867a4f5f79cde57b6bb | C# | DerekScheller/Netflix-Catalog | /NetflixCatalogueSystem/View.cs | 2.59375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NetflixCatalogueSystem
{
class View
{
public StringBuilder PrintAGenre(Genre genreList)
{
StringBuilder WriteList = new StringBuilder();
... |
e87f7feb0a8b3e4f2d26f58887f522e22dc63321 | C# | fatihche/CbuKampus | /SecondHFTez.Business/Concrete/Managers/CountyManager.cs | 2.78125 | 3 | using System.Collections.Generic;
using SecondHFTez.Business.Abstracts;
using SecondHFTez.DataAccess.Abstracts;
using SecondHFTez.Entities.Concrete;
namespace SecondHFTez.Business.Concrete.Managers
{
public class CountyManager : ICountyService
{
private readonly ICountyDal _countyDal;
public ... |
c3b1e96451b7ce5aa0a50a60366e47ab95184d68 | C# | TeamKOA/LAKOA | /PupilProjectPlanner/Condition.cs | 3.015625 | 3 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PupilProjectPlanner
{
/// <summary>
///
/// </summary>
public interface ICondition
{
/// <summary>
///
/// </summary>
... |
8633d4a231821a259c35da2ae985cf70ffac4fb8 | C# | vjacquet/WmcSoft | /WmcSoft.Core/Collections/Forests/Forest.cs | 2.984375 | 3 | #region Licence
/****************************************************************************
Copyright 1999-2018 Vincent J. Jacquet. All rights reserved.
Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
t... |
653470d9b297b01d0478e34efd525d6da3ab5de2 | C# | kindasimple/Toolkit | /Kindasimple.Toolkit.Win8/Storage/MicrosoftStreamExtensions.cs | 2.75 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Storage.Streams;
//http://stackoverflow.com/questions/7669311/is-there-a-way-to-convert-a-system-io-stream-to-a-windows-storage-streams-irando
namespace Kindasimple.Toolki... |
be19689a05feb3bb76a01efd2e22f75f2e990a4b | C# | munjewar-tejaswini/CSharpProjects | /Aug-22/Assignment1/MathLib.cs | 3.40625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assignment2
{
public static class MathLib
{
public static int Add(int num1, int num2)
{
return num1 + num2;
}
public static int Subtract(in... |
60e5386460f069fe822d50478944e7f04bb5648d | C# | mwasim/CSharp5 | /CSharp/ReferenceTypes/EscapeSequence.cs | 2.96875 | 3 | using System;
namespace CSharp.ReferenceTypes
{
public class EscapeSequence
{
public static void DisplayOutput()
{
Console.WriteLine("\'Hello\'");
Console.WriteLine("\"Hello\"");
Console.WriteLine("\\Hello\\");
Console.WriteLine("There is a null ... |
c7ae82135b826b835cce05609d60633518627d34 | C# | mthamil/TFSTestCaseAutomator | /NUnit.AutomationProvider/NUnitTestAutomation.cs | 2.515625 | 3 | using System;
using System.Diagnostics;
using System.IO;
using System.Xml.Linq;
using TestCaseAutomator.AutomationProviders.Abstractions;
namespace NUnit.AutomationProvider
{
/// <summary>
/// Represents an NUnit automated test.
/// </summary>
[DebuggerDisplay("{Name}")]
public class NUnitTestAutomation : ... |
1456cff33f6a003463225bbeac11738ce04265c8 | C# | Nicudes/LeetCodeAndKattis | /CodePractice/Tests/PalindromeNumber.cs | 3.640625 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodePractice.Tests
{
class PalindromeNumber
{
public static bool IsPalindrome(int x)
{
List<int> myIntList = new List<int>();
string myNumberIn... |
939a64c7e5791d8c6885649221087a9c12cdd447 | C# | JOSHUA1123/XueYuan001 | /Edu/DataBaseInfo/WeiSha.Data/SortProperty.cs | 2.84375 | 3 | using System;
namespace DataBaseInfo
{
public class SortProperty
{
private string propertyName;
private bool desc;
internal string PropertyName
{
get
{
return this.propertyName;
}
}
internal bool IsDesc
{
get
{
return this.desc;
}
}
public SortProperty Asc
{
get
{
... |
8a9fd77173df0ed95a5b8a9e106d6f96f564e0be | C# | kumarshekharroy/SquaresApp | /SquaresApp/SquaresApp.Common/DTOs/PointDTO.cs | 2.859375 | 3 | namespace SquaresApp.Common.DTOs
{
/// <summary>
/// Point's detail DTO
/// </summary>
public class PointDTO
{
/// <summary>
/// X coordinate of the Point
/// </summary>
/// <example>-1</example>
public float X { get; set; }
/// <summary>
... |
8264d59211adb8cfe5c59ef229154faa22b32295 | C# | Verhovetchi/FootballInfoApp | /FootballInfoApp.API/FootballInfoApp.API/Services/Implementations/CoachesService.cs | 2.640625 | 3 | using FootballInfoApp.API.Repositories.Interfaces;
using FootballInfoApp.API.Services.Interfaces;
using FootballInfoApp.Domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace FootballInfoApp.API.Services.Implementations
{
public class CoachesService : I... |
de0879faa0119dc3f171ed7ee1ee13098198b641 | C# | Kri-Ol/Bounded-Dirichlet | /Program.cs | 3.1875 | 3 | using System;
using MathNet.Numerics.Distributions;
using MathNet.Numerics.Random;
//
// Bounded Dirichlet sampling
//
namespace BDirichlet
{ class Program
{
// code to test gamma distribution and sampling
static void TestGamma()
{
// create a parametrized distribution in... |
39e9b868f12eb9bad20a04ffa378bda6da55b3de | C# | Somuns-Yjx/StudyDemo | /TimothyLiu/Section10-12/Section10-11/Program.cs | 2.859375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Section10_11
{
class Program
{
static void Main(string[] args)
{
#region Section10
Console.WriteLine("=========Secti... |
cafc2fecb736b41fb47983968bc1c3d5432a09be | C# | TheBugMaker/Payload-Client | /ConsoleApplication4/bin/Debug/Tools.cs | 2.84375 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Text;
using System.Linq;
using System.Net.Sockets;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using System.Drawing.Imaging;
namespace ConsoleApplicati... |
434ba71797afc8d1f10aeb46fadb112f3a6c288c | C# | shfitzy/RPG_Test | /Assets/Scripts/Combat/Unit.cs | 2.609375 | 3 | using System;
using UnityEngine;
namespace Combat
{
public class Unit : MonoBehaviour
{
[SerializeField]
private string name;
[SerializeField]
private int currentHp;
[SerializeField]
private int maxHp;
[SerializeField]
private int currentMp;
... |
d244b7b12c828bf54efacd3de728318ad4b9e6c0 | C# | ISHNEET26/COMP123_s2019_finalTestA | /COMP123_s2019_finalTestA/Views/HeroGenerator.cs | 2.84375 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Text;
using System.Windows.Forms;
using COMP123_s2019_finalTestA.Objects;
/*
* Student Name: Ishneet Kaur
* Student ID: 301045264
* Description: This is the Hero Genera... |
1ddcaf4dcb3fb01f886a550029b8aced94111bb9 | C# | Luisayala26/C-share | /Serie/eje8/eje8/Program.cs | 2.921875 | 3 | using System;
namespace eje8
{
class Program
{
static void Main(string[] args)
{
//objetos y metos de Auto
Auto a1 = new Auto();
a1.marca = "BMW";
a1.puertas = 4;
a1.estandar = true;
Auto a2 = new Auto("Nissan",4,true);
... |
42ab6c6d75c2d4162227b984322b809576069437 | C# | eddiecityu/T-Academy-1 | /Homeworks/DataStructuresAlgorithms/06.AdvacedDataStructures/AdvacedDataStructures/01.PriorityQueue/Heap.cs | 3.6875 | 4 | namespace PriorityQueueTask
{
using System;
/// <summary>
/// Heap implementation help links {[https://en.wikipedia.org/wiki/Heap_%28data_structure%29], [https://en.wikipedia.org/wiki/Heapsort]}
/// </summary>
/// <typeparam name="T"></typeparam>
public class Heap<T> where T : IComparable<T>
... |
27c52f992b42b5a501e2bda17b44e94b38c4aa2a | C# | GreenyNeko/GPop-Editor | /Assets/Scripts/NoteScript.cs | 2.71875 | 3 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.EventSystems;
public class NoteScript : MonoBehaviour, IDragHandler, IEndDragHandler, IPointerClickHandler
{
/**
* type 0 - A
* type 1 - S
* type 2 - D
* type 3 - F
*/
... |
b0324b188bace110d0a462e7e953dfe63f7aa9eb | C# | hsytkm/WPFUserControlLab | /01_AddableList/AddableList/ViewModels/MainWindowViewModel.cs | 2.671875 | 3 | using Prism.Mvvm;
using Reactive.Bindings;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Threading.Tasks;
namespace AddableList.ViewModels
{
public class MainWindowViewModel : BindableBase
{
public string Title { get; } = "AddableList";
... |
92a6fca84205b1c40003b30d8caa56a29cf9dc3e | C# | Stirianow/Stirianow-CSharp-Fundamentals | /07. CSharp-Fundamentals-Associative-Arrays-Exercise/03. Legendary Farming/Program.cs | 3.53125 | 4 | using System;
using System.Collections.Generic;
using System.Linq;
namespace _03._Legendary_Farming
{
class Program
{
static void Main(string[] args)
{
var items = new Dictionary<string, int>();
items.Add("shards", 0);
items.Add("fragments", 0);
... |
bb710c6c6e423fd146c742ab8cf2f09df394fff5 | C# | LondonTheatreDirect/ltd-chat-bot | /LTDBot/Helpers/FormatHelper.cs | 3 | 3 | using System;
using System.Globalization;
using LTDBot.Modules.Models;
namespace LTDBot.Helpers
{
public static class FormatHelper
{
public static string FormatLongDate(DateTime date)
{
CultureInfo.CurrentCulture = CultureInfo.InvariantCulture;
var result = $"{date:dddd... |
e46db22e7653b26a8f6baadf808e98fb0be983b9 | C# | chrismx80/lab2 | /LaboratorioSemana2/Models/Main cs.cs | 2.734375 | 3 | using System;
// Es este laboratorio Titulado "Blog".
// Se basa en el proceso de la expresion,
// la cual es la oportunidad de simular opiniones (post) y comentarios
//pero sin de momento la posibilidad de poder editar o modificar los comentarios del post
//requiero una pantalla principal(Main) la cual funcionara c... |
bfcac789589120b6a741b7c067a18f3cddac0948 | C# | mengtest/BToolkitForUnity | /P2PNetwork/MessageCenter/MsgMerger.cs | 2.890625 | 3 | using System;
using System.Text;
namespace BToolkit.P2PNetwork {
/// <summary>
/// Socket接收消息有时候会将一条消息拆包发送,需判断封包后再传给MessageManager处理
/// </summary>
public class MsgMerger {
private StringBuilder stringBuilder = new StringBuilder();
/// <summary>
/// Socket接收消息有时候会将一条消息拆包发送,需判... |
29bd8cce3fece58c31295c75fe24d073f1c7b69b | C# | GittyAub/Fallout76-QuickConfiguration | /Fo76ini/Tweaks/Video/DisplayModeTweak.cs | 2.890625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Fo76ini.Tweaks.Video
{
public enum DisplayMode
{
Fullscreen = 0,
Windowed = 1,
BorderlessWindowed = 2,
BorderlessFullscreen = 3
}
class Display... |
32e7c9e991e145ed514fc0a9e20b53ba6c538a4a | C# | BobLd/SnipsNlu | /SnipsNlu/SnipsNlu.Test/Program.cs | 2.8125 | 3 | using System;
namespace SnipsNlu.Test
{
class Program
{
const string rootDir = @"Data\Tests\Models\nlu_engine";
const string zipDir = @"Data\Tests\Models\nlu_engine.zip";
static string _sentence = "Can you make 3 cups of coffee?";
static void Main(string[] args)
{
... |
3dc4dac980a4e5792e616147ad3e923318a7471c | C# | wg1977/KDownloader | /ipcam-winforms/JPG_REQUEST.cs | 2.546875 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ipcam_winforms
{
public partial... |
c52c6275052e3e039fcdbdf74ab20a1b04bd75d5 | C# | pwonders/pWonders.Windows.Forms.dll | /Graphics.Extension.cs | 2.765625 | 3 | namespace System.Drawing
{
public static class GraphicsExtension
{
public static void SetHighQualityMode(this Graphics graphics)
{
graphics.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.HighQuality;
graphics.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubi... |
56b4381b5249b0af32204af8432c809e1bb7f117 | C# | shendongnian/download4 | /first_version_download2/167980-12541726-29525860-1.cs | 3.453125 | 3 | using System;
using System.Linq;
class Program
{
static void Main(string[] args)
{
int[] xx = { 4, 5, 4, 3, 2 };
int findValue = 4;
var indexes = xx.Select((val, index) => new { Value = val, Index = index })
.Where(x => x.Value == findV... |
46651fae0f0c30bd5587a4c5567a0c4d55f5df30 | C# | mfenniak/dominion-engine | /Dominion/Game/Base/Cellar.cs | 3 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Dominion.Engine;
namespace Dominion.Game.Base
{
public class Cellar : IActionCard
{
#region IActionCard Members
void IActionCard.Play(Dominion.Engine.Game game, Player player, Turn turn, ob... |
c3e66b5eb5078ff9b036dd74cb215eff3357571c | C# | garden-rgb/PPvIS | /Lab_2/Lab_2/Classes/Vessel.cs | 2.90625 | 3 | using System;
using System.Collections.Generic;
using System.Text;
namespace Lab_2
{
/// <summary>
/// Класс-наследник морских судов
/// </summary>
public class Vessel:WaterTransport,IVessel
{
private double _maxCarrying;
public Vessel()
{
_maxCarrying = 12000;... |
f55dbefb1f09ece44dfe19945a80701d1d4c8ae6 | C# | gennadybaranov/famci | /UP/Task8/SOLIDValeryiaSliunkova/SOLIDHomework/SOLIDHomework.Core/Discounts/ProductsSetDiscount.cs | 2.765625 | 3 | using System.Configuration;
namespace SOLIDHomework.Core.Discounts
{
public class ProductsSetDiscount: IDiscount
{
private readonly int setAmnt;
public ProductsSetDiscount()
{
setAmnt = int.MaxValue;
int.TryParse(ConfigurationManager.AppSettings["setAmount"], o... |
3ba056154a01a1e2a7ab9c68ead287b42e89caab | C# | BenjaminBest/DetectPublicApiChanges | /DetectPublicApiChanges/Analysis/Roslyn/ClassDeclarationSyntaxExtensions.cs | 2.875 | 3 | using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace DetectPublicApiChanges.Analysis.Roslyn
{
/// <summary>
/// Extension methods for ClassDeclarationSyntax
/// </summary>
public static class ClassDeclarationSyntaxExtensions
{
/// <summ... |
376a49e9e2bbce6f51065d26da05cc0cd7e5b252 | C# | TsvetanKT/TelerikHomeworks | /CSharp2/01.Arrays/08.SequenceOfMaximalSum/08.SequenceOfMaximalSum.cs | 4 | 4 | using System;
class SequenceOfMaximalSum
{
static void Main()
{
//08. Write a program that finds the sequence of maximal sum in given array. Example:
// {2, 3, -6, -1, 2, -1, 6, 4, -8, 8} -> {2, -1, 6, 4}
// Can you do it with only one loop (with single scan through the elements of the arr... |
7c0af47bb5c7009ba8ac7ed896bc6f06f1864397 | C# | 2002-feb24-net/Abraham-code | /ArrayModifier/Program.cs | 4.28125 | 4 | using System;
namespace ArrayModifier
{
class Program
{
// accept input from user, list of numbers separated by spaces
// interpret that as an int array
// print the array's values back to the user
// ask the user for some operation
// print the array's new values to th... |
606e1edb06f1d59a99e1855e7ed3973b9c05212d | C# | t4rn/Gugleus | /Gugleus.Tests/E2E/BaseE2eTests.cs | 2.59375 | 3 | using Gugleus.Api;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.TestHost;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
namespace Gugleus.Tests.E2E
{
public class BaseE2eTests
{
protected readonly Http... |
9889153228f589bfcf60d290c693239f859d7e14 | C# | brinaJo/MandraGo | /Assets/Scripts/CameraPathEventListener.cs | 2.5625 | 3 | // Camera Path 3
// Available on the Unity Asset Store
// Copyright (c) 2013 Jasper Stocker http://support.jasperstocker.com/camera-path/
// For support contact email@jasperstocker.com
//
// THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT ... |
c75613e3edd1faac81af76d83be043e523e826b9 | C# | judek/ImageShrinker | /ImageShrinker/Form1.cs | 2.671875 | 3 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;
using System.Threading;
namespace ImageShrinker
{
public partial class... |
ca09b215ccb22b1e64c2895795da25127186138c | C# | TheJoma/ProyectoIntegrador | /ProyectoEcommerceNegocio/ValidarPagoNegocios.cs | 2.75 | 3 | using ProyectoEcommerceDatos;
using ProyectoEcommerceModelos;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProyectoEcommerceNegocio
{
public class ValidarPagoNegocios
{
TarjetaDatos tarjetaDatos = new TarjetaDatos();
... |
ad90246ae3db1190de46d14cd3b0b03abcacbc1a | C# | Davidiusdadi/astro-bit | /AstroBit/Svg/StringExtensions.cs | 2.640625 | 3 | using System.Globalization;
namespace AstroBit.Svg
{
public static class StringExtensions
{
public static string ToInvariantString(this double value) =>
value.ToString("0.######", CultureInfo.InvariantCulture);
}
}
|
3eed89dc718fb8ba2fbffaaed2bee0ba0c17e36b | C# | Mixiaop/U | /src/U/BackgroundJobs/IBackgroundJob.cs | 2.578125 | 3 |
namespace U.BackgroundJobs
{
/// <summary>
/// Defines interface of a background job
/// 定义一个后台作业接口
/// </summary>
/// <typeparam name="TArgs"></typeparam>
public interface IBackgroundJob<in TArgs>
{
/// <summary>
/// Execute the job with the <see cref="args"/>
/// ... |
a3c31d629c5d8b2a1692329be0f854b6ddd27957 | C# | djlw78/Medli | /Medli/System/fsfunc.cs | 3.09375 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Sys = Cosmos.System;
namespace Medli.SysInternal
{
class Fsfunc
{
/// <summary>
/// Declares the variable 'fs' to be the Virtual Filesystem
/// Req... |
c283ae988032ecce645546b9d63f01c7d88b324d | C# | vitoladev/Alura-AspNetCore | /Startup.cs | 2.703125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
namespace aluraaspnetcore
{
p... |
998ecb5188d7f4a269935112b8ed8bc762bb8db3 | C# | withmangone/Automata_DTaylor_FinancialAPI | /Automata_DTaylor_FinancialAPI/Models/BankAccount.cs | 2.578125 | 3 | using Automata_DTaylor_FinancialPortal.Enumerations;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace Automata_DTaylor_FinancialAPI.Models
{
public class BankAccount
{
/// <summary>
/// The primary key f... |
5484f7eb9a80fa2964e7728eaeea70c547c4fbc3 | C# | wangxiaoyi12/Web | /Common/Base/Utils.cs | 2.78125 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Net;
using System.Web;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
using System.Web.Script.Serialization;
using System.Data;
using System.Collections;
using System.Runtime.S... |
b33cd8b5483ce6df31d71029f1848a7054ee8453 | C# | hse-programming-CSharp2020-2021/207MelnikVsevolod | /02 module/MatrixCalc/MatrixCalc/Program.cs | 3.390625 | 3 | using System;
using System.IO;
// All operations are done with matrixed, stored in memory.
namespace MatrixCalc
{
partial class Program
{
static string error_message = "";
/// <summary>
/// Matrixes, stored in memory by user.
/// </summary>
static Matrix[] m... |
f97a13931a5bf8c6b8febcae621670ecf4a82a97 | C# | Kuh4ku/Mercybot | /MercyBot.Protocol/Server/Messages/SubscriptionInformationsMessage.cs | 2.609375 | 3 | using ExtensionsEnum = MercyBot.Protocol.Server.Enums.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using MercyBot.Protocol;
namespace MercyBot.Server.Messages
{
public class SubscriptionInformationsMessage : IServerMessage
{
// Fields
public const short Protoco... |
a44b58436d4ccfed776f2e69d3b06151b4564270 | C# | ellisnet/MNEnterpriseMobile | /NewEmployee/NewEmployee.App/NewEmployee.App/ViewModels/DocumentsViewModel.cs | 2.5625 | 3 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using NewEmployee.Data;
using NewEmployee.Data.Models;
using NewEmployee.App.Views;
namespace NewEmployee.App.ViewModels {
publ... |
eddc0fb8795c054dd19510429cf575b5ce32041d | C# | tomas41730/Ejemplo | /WindowsFormsApp1/WindowsFormsApp1/Producto.cs | 2.796875 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WindowsFormsApp1
{
class Producto
{
public int codigo;
public string nombre;
public string descripcion;
public double precio;
public int stock;
... |
b66f630bbe69320e28a01fa53bd7ee4632b8ec3e | C# | rosudrag/EVE.ChewySuperstar | /ChewySuperstar/ChewySuperstar.Main/EveActionExecutor.cs | 2.609375 | 3 | using System.Collections.Generic;
using ChewySuperstar.Main.Actions;
using LavishVMAPI;
namespace ChewySuperstar.Main
{
public class EveActionExecutor : IExecuteEVEActions
{
public EveActionExecutor()
{
CurrentFrameCount = 0;
Actions = new List<IEVEAction>();
}
... |
f86bf56901889d61ea5edb52b3e53bc22d118361 | C# | shendongnian/download4 | /first_version_download2/406071-35418823-110920885-2.cs | 2.84375 | 3 | public Diary ReturnDiaryById(int id)
{
using(var context = new DiaryContext())
{
var returnDiary = context.Diary.AsNoTracking().Include(a => a.Appointments)
.FirstOrDefault(d => d.Id == id);
if (returnDiary != null)
{
returnDiary.Appointment... |
66a04746032165b8b4c5379358eb167c15276d0d | C# | beaverusiv/TQCollector | /Filter.cs | 2.515625 | 3 | using System.Windows.Controls;
using System.Windows;
using System.Collections.Generic;
using System.Windows.Media;
using System;
namespace TQCollector
{
partial class Filterer
{
private struct rList
{
public WrapPanel w;
public int h;
}
... |
4c676a1c5c9d13507301227300d6fab8e4064655 | C# | khidash8/cave_exploration_starter_kit | /Cave Exploration Starter Kit/Assets/CaveExploration/Scripts/Audio/AudioPlayer.cs | 2.9375 | 3 | using UnityEngine;
using System.Collections;
namespace CaveExploration
{
/// <summary>
/// Handles playing audio clips, includes methods to handle volume, pitch, looped status, and playing songs forwards/backwards.
/// </summary>
[RequireComponent (typeof(AudioSource))]
public class AudioPlayer : MonoBehaviour
... |
626121ae4396898ae9ea533ff8d09d2872cf795c | C# | oozcitak/exiflibrary | /ExifLibrary/IFD.cs | 2.59375 | 3 | using System;
using System.Collections.Generic;
using System.Text;
namespace ExifLibrary
{
/// <summary>
/// Represents the IFD section containing tags.
/// </summary>
public enum IFD : int
{
/// <summary>
/// Unkown IFD section.
/// </summary>
Unknown... |
d02609fc1c9aaeeab9bc811f14c9468e73f97c51 | C# | mzabolotko/Kontur | /Sources/Kontur/CompositeSubscriptionTag.cs | 2.8125 | 3 | using System.Collections.Generic;
namespace Kontur
{
public class CompositeSubscriptionTag : ISubscriptionTag
{
private readonly List<ISubscriptionTag> subscriptionTags;
private string id;
public CompositeSubscriptionTag(string id, List<ISubscriptionTag> subscriptionTags)
... |
eeefc459acaaa1c1a11256b2d5be3d4bd3dda64b | C# | EliaCools/discounts | /Domain/Clients/Client.cs | 2.6875 | 3 | using System;
using Domain.ClientsDto;
using NodaMoney;
namespace Domain.Clients
{
public class Client
{
public int id { get; set; }
public string name { get; set; }
public DateTime since { get; set; }
public Money revenue { get; set; }
public Client(ClientDto clientDt... |
0ce8696ef5663a9bf61775d961a6910fc15a9268 | C# | langenhagen/Master-Thesis | /OPTICSAnalyzer/Program.cs | 2.90625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.Configuration;
using System.Reflection;
namespace OPTICSAnalyzer
{
static class Program
{
/// <summary>
/// Der Haupteinstiegspunkt für die Anwendung.
/// </summary>
[STA... |
836985a2f10d5b9015fbf4c412ff6a2239253a0a | C# | baronhq/demo-.net-core-angular | /Demo-.net-core-angular/Demo-.net-core-angular/csharp6Demo1.cs | 2.890625 | 3 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using static System.Console;
namespace Demo_.net_core_angular
{
public class csharp6Demo1
{
//System.Console
public bool a() => 1 == 1;
public string b => a() + "aaa";
public void AA()
... |
517cfde399ad75924fddfe6f493a9437180dc09e | C# | Mokrynskiy/OrdersManager | /OrdersManager.WPF/ViewModels/EmployeeEditViewModel.cs | 2.515625 | 3 | using MathCore.WPF.ViewModels;
using OrdersManager.DAL.Entityes;
using OrdersManager.WPF.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using MathCore.WPF.Commands;
using System.Windows.Input;
namespace OrdersManager.WPF.ViewModels
{
public class EmployeeE... |
fca15c5dd1216fab712b7dade64f72c6d690d38f | C# | JonahsArk/AvinodeMenuParser | /AvinodeParser/Models/AvinodeMenuItem.cs | 3.125 | 3 | using System;
using System.Collections.Generic;
using System.Text;
namespace AvinodeParser.Models
{
public class AvinodeMenuItem
{
public string DisplayName { get; set; } = String.Empty;
public string Path { get; set; } = String.Empty;
public bool IsActive { get; set; } = false;
... |
3c0b3d3ceda7156247882d1ccf9341628030d89c | C# | ichigo7diavol/unity-module-diagnostics | /Sources/Handlers/BaseHandlers/ExceptionHandler.cs | 2.734375 | 3 | using System;
using DiagnosticsService.Logger;
namespace DiagnosticsService.Handlers
{
public class ExceptionHandler
: BaseExceptionHandler
{
private readonly Type _baseExceptionType = typeof(Exception);
public ExceptionHandler(ILogger logger)
: base(logger)
{
}
public override void Handle(Excep... |
68e7a39509affaaebe5b06c287915f8b43f5e8c9 | C# | funkynicco/mchost | /MCHost.Service/Minecraft/MinecraftConfiguration.cs | 3.21875 | 3 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MCHost.Service.Minecraft
{
public class MinecraftConfiguration
{
private readonly string _filename;
private readonly Dictionary<string, string> _proper... |
7562185be6e88c9ba4e1db48a865eac03a228123 | C# | eduardo-vqz/StockWebEduardoVasquez | /StockWebEduardoVasquez/Dao/DaoElectrodomesticosImp.cs | 2.59375 | 3 | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Windows.Forms;
using StockWebEduardoVasquez.LibsBD;
using StockWebEduardoVasquez.Modelo;
namespace StockWebEduardoVasquez.Dao
{
class DaoElectrodomesticosImp : Cnn, DaoElectrodomesticos
{
SqlC... |
557d1a157401be68077673afe62eb93786bbb150 | C# | windygu/gerador-de-camadas | /2.0/DataDrain/DataDrain.Library/ExtensionMethods/ExErrorProvider.cs | 2.765625 | 3 | using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
namespace DataDrain.Library.ExtensionMethods
{
public static class ExErrorProvider
{
private static int _count;
private static List<KeyValuePair<Control, string>> _controles = new List<Ke... |
901393aa5e23cc2fe7420167af9d59d68a2266b1 | C# | Souschili/Jwt_WebApi_generate | /Jwt_WebApi/Controllers/TokenController.cs | 2.828125 | 3 | using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.IdentityModel.Tokens;
namespace Jwt_WebApi.Controllers
{
public class... |
ac9a1b97711784a165cab328176784cf2ad85954 | C# | benx1n/Snap.Genshin | /DGP.Snap.AutoVersion/VersionEx.cs | 2.859375 | 3 | using System;
using System.Globalization;
using System.Text;
namespace DGP.Snap.AutoVersion
{
/// <summary>
/// 可修改的<see cref="Version"/>类型增强类型
/// </summary>
internal class VersionEx : ICloneable, IComparable, IComparable<VersionEx>, IEquatable<VersionEx>
{
internal enum ParseFailureKind
... |