hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55551a9263787d5f3bb97e80d5a9c74ca99914a5 | 500 | cs | C# | src/Core/JSC_LMS.Application/Features/ManageProfile/UpdateProfileInfo/UpdateProfileCommand.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | src/Core/JSC_LMS.Application/Features/ManageProfile/UpdateProfileInfo/UpdateProfileCommand.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | src/Core/JSC_LMS.Application/Features/ManageProfile/UpdateProfileInfo/UpdateProfileCommand.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | using JSC_LMS.Application.Response;
using MediatR;
using System;
using System.Collections.Generic;
using System.Text;
namespace JSC_LMS.Application.Features.ManageProfile.UpdateProfileInfo
{
public class UpdateProfileCommand : IRequest<Response<int>>
{
public UpdateProfileCommand(UpdateProfileInfoDto _... | 26.315789 | 79 | 0.746 |
2bb2365c2a7970a8e9f46506f11a200dfac265af | 2,654 | cs | C# | HelpScoutMetrics/Scripts/Model/DataTypes/UserRating.cs | douglasg14b/HelpScout-Metrics | 5af9facec3965845565c0d59f889279ab8853c49 | [
"MIT"
] | null | null | null | HelpScoutMetrics/Scripts/Model/DataTypes/UserRating.cs | douglasg14b/HelpScout-Metrics | 5af9facec3965845565c0d59f889279ab8853c49 | [
"MIT"
] | null | null | null | HelpScoutMetrics/Scripts/Model/DataTypes/UserRating.cs | douglasg14b/HelpScout-Metrics | 5af9facec3965845565c0d59f889279ab8853c49 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
// Holds data on a rating for a specific user.
namespace HelpScoutMetrics.Model.DataTypes
{
[Serializable]
public class UserRating
{
public UserRating(int userID, string user, int r... | 29.164835 | 180 | 0.506782 |
0a7d4cbc3b10c3b744ce3667a92b8dd108b10eee | 383 | cs | C# | src/Core/JSC_LMS.Application/Contracts/Persistence/IStudentRepository.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | src/Core/JSC_LMS.Application/Contracts/Persistence/IStudentRepository.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | src/Core/JSC_LMS.Application/Contracts/Persistence/IStudentRepository.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | using JSC_LMS.Domain.Entities;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace JSC_LMS.Application.Contracts.Persistence
{
public interface IStudentRepository : IAsyncRepository<Students>
{
Task<IReadOnlyList<Students>> StudentGetPagedRep... | 25.533333 | 110 | 0.775457 |
cd330959d90a95bcef90cca931e3a3fd77d11c52 | 1,205 | cs | C# | src/Publish.Api/Commands/DeleteDocumentCommand.cs | typesafedev/chambers | 9312e6a3a323d411f8728a0c462384bd4bf6db22 | [
"MIT"
] | null | null | null | src/Publish.Api/Commands/DeleteDocumentCommand.cs | typesafedev/chambers | 9312e6a3a323d411f8728a0c462384bd4bf6db22 | [
"MIT"
] | null | null | null | src/Publish.Api/Commands/DeleteDocumentCommand.cs | typesafedev/chambers | 9312e6a3a323d411f8728a0c462384bd4bf6db22 | [
"MIT"
] | null | null | null | using MediatR;
using Publish.Core.Entities.DocumentAggregate;
using Publish.Core.Interfaces;
using System.Threading;
using System.Threading.Tasks;
namespace Publish.Api.Commands
{
public class DeleteDocumentCommand : IRequest<Unit>
{
public Document Document { get; set; }
public static Delete... | 32.567568 | 106 | 0.698755 |
5cf7298813cbf81c10c7ffa5d2cd0477955c4977 | 5,865 | cs | C# | src/Mews.Fiscalization.Greece/Dto/Xsd/ExpenseClassificationType.cs | yurypat/fiscalization-greece | 9c7335f485a8232cefd6a6fde142dd061b25aa81 | [
"MIT"
] | null | null | null | src/Mews.Fiscalization.Greece/Dto/Xsd/ExpenseClassificationType.cs | yurypat/fiscalization-greece | 9c7335f485a8232cefd6a6fde142dd061b25aa81 | [
"MIT"
] | null | null | null | src/Mews.Fiscalization.Greece/Dto/Xsd/ExpenseClassificationType.cs | yurypat/fiscalization-greece | 9c7335f485a8232cefd6a6fde142dd061b25aa81 | [
"MIT"
] | 3 | 2020-08-31T08:20:58.000Z | 2020-09-11T12:39:34.000Z | using System;
using System.Xml.Serialization;
namespace Mews.Fiscalization.Greece.Dto.Xsd
{
[Serializable]
public enum ExpenseClassificationType
{
[XmlEnum("E3_101")]
CommoditiesAtPeriodStart,
[XmlEnum("E3_102_001")]
FiscalYearCommodityPurchasesWholesale,
[XmlEnum("... | 37.356688 | 76 | 0.681159 |
ce90e1e92ba48d97ee42c4c1eabca4a4cd6a4f09 | 941 | cs | C# | src/ProperNutrition.DAL/Entities/ReadyMealIngridients.cs | teachmeskills-dotnet/TMS-DotNet03-Kozlov | 0ee709b9846da374d791a1faab5cf9d39f33bbbf | [
"MIT"
] | null | null | null | src/ProperNutrition.DAL/Entities/ReadyMealIngridients.cs | teachmeskills-dotnet/TMS-DotNet03-Kozlov | 0ee709b9846da374d791a1faab5cf9d39f33bbbf | [
"MIT"
] | null | null | null | src/ProperNutrition.DAL/Entities/ReadyMealIngridients.cs | teachmeskills-dotnet/TMS-DotNet03-Kozlov | 0ee709b9846da374d791a1faab5cf9d39f33bbbf | [
"MIT"
] | 1 | 2021-01-09T13:21:27.000Z | 2021-01-09T13:21:27.000Z | using ProperNutrition.Common.Interfaces;
namespace ProperNutrition.DAL.Entities
{
/// <summary>
/// Ingridients of ReadyMeal.
/// </summary>
public class ReadyMealIngridients : IHasDbIdentity
{
/// <inheritdoc/>
public int Id { get; set; }
/// <summary>
/// Weight ... | 24.763158 | 54 | 0.53135 |
55b925fb90a8520596e25288621005f57e0388d1 | 249 | cs | C# | src/cookbooks/4.1.4-beta/source/pie_showvalues.cs | bclehmann/Website | 5655c4adbe0caee6357eca10783fab2870a16512 | [
"MIT"
] | null | null | null | src/cookbooks/4.1.4-beta/source/pie_showvalues.cs | bclehmann/Website | 5655c4adbe0caee6357eca10783fab2870a16512 | [
"MIT"
] | null | null | null | src/cookbooks/4.1.4-beta/source/pie_showvalues.cs | bclehmann/Website | 5655c4adbe0caee6357eca10783fab2870a16512 | [
"MIT"
] | null | null | null | // Slice Values
// The value of each slice can be displayed at its center.
var plt = new ScottPlot.Plot(600, 400);
double[] values = { 778, 43, 283, 76, 184 };
var pie = plt.AddPie(values);
pie.ShowValues = true;
plt.SaveFig("pie_showValues.png"); | 27.666667 | 58 | 0.694779 |
367c0d71691f5de425703c03d491c9e74b729e8f | 3,216 | cs | C# | http/src/Backrole.Http.Routings/HttpRoutingExtensions.cs | neurnn/backrole | 33d6673ebfba4f76651cf6140a2352a5e5a750cc | [
"MIT"
] | null | null | null | http/src/Backrole.Http.Routings/HttpRoutingExtensions.cs | neurnn/backrole | 33d6673ebfba4f76651cf6140a2352a5e5a750cc | [
"MIT"
] | null | null | null | http/src/Backrole.Http.Routings/HttpRoutingExtensions.cs | neurnn/backrole | 33d6673ebfba4f76651cf6140a2352a5e5a750cc | [
"MIT"
] | null | null | null | using Backrole.Core.Abstractions;
using Backrole.Http.Abstractions;
using Backrole.Http.Routings.Abstractions;
using Backrole.Http.Routings.Internals.Builders;
using Backrole.Http.Routings.Internals.Mappers;
using System;
using System.Linq;
using System.Reflection;
namespace Backrole.Http.Routings
{
public static... | 37.835294 | 133 | 0.578358 |
821e407d27ef67093cae85c59cd310da11fcdcb8 | 1,115 | cs | C# | src/cli/commands/CommandsCommand.cs | remi/mooget | e6519b897a57626bf61c12dad5aedb7c559c03f2 | [
"MIT"
] | 1 | 2018-10-29T23:30:05.000Z | 2018-10-29T23:30:05.000Z | src/cli/commands/CommandsCommand.cs | remi/mooget | e6519b897a57626bf61c12dad5aedb7c559c03f2 | [
"MIT"
] | null | null | null | src/cli/commands/CommandsCommand.cs | remi/mooget | e6519b897a57626bf61c12dad5aedb7c559c03f2 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using System.Text;
using Mono.Options;
namespace MooGet.Commands {
/// <summary>moo commands</summary>
public class CommandsCommand {
[Command(Name = "commands", Description = "List all available Moo commands")]
public static object Run(string[] args) {
// TODO using ano... | 30.135135 | 97 | 0.66009 |
ea5987be7150605d7fd9f77a2cb7e83c62fdbf40 | 181 | cs | C# | Services/IMessageService.cs | shanabus/hellocrowe | 3c4888aea85c47e888fcf261225f283c8dba6e2f | [
"Apache-2.0"
] | 1 | 2020-11-13T14:15:21.000Z | 2020-11-13T14:15:21.000Z | Services/IMessageService.cs | shanabus/hellocrowe | 3c4888aea85c47e888fcf261225f283c8dba6e2f | [
"Apache-2.0"
] | null | null | null | Services/IMessageService.cs | shanabus/hellocrowe | 3c4888aea85c47e888fcf261225f283c8dba6e2f | [
"Apache-2.0"
] | null | null | null | using System;
namespace HelloCrowe.Services
{
public interface IMessageService
{
string GetMessage();
void SetMessage(string message);
}
}
| 15.083333 | 41 | 0.61326 |
eac9eb8252577a3a1dd87db1387210b506e5dcae | 915 | cs | C# | Web.Framework/SeedData.cs | saeedrahimi/DotNetCoreInstantFramework | ba2f73744214221765d9ea7aabd37304bafa7341 | [
"MIT"
] | 1 | 2021-02-22T14:44:42.000Z | 2021-02-22T14:44:42.000Z | Web.Framework/SeedData.cs | saeedrahimi/DotNetCoreInstantFramework | ba2f73744214221765d9ea7aabd37304bafa7341 | [
"MIT"
] | null | null | null | Web.Framework/SeedData.cs | saeedrahimi/DotNetCoreInstantFramework | ba2f73744214221765d9ea7aabd37304bafa7341 | [
"MIT"
] | null | null | null |
using System;
using Core.Domain._Shared.Logger;
using Infrastructure.Data;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
namespace Web.Framework
{
public static class Extension
{
public static IWebHost SeedData(this IWebHost host)
{
using (va... | 25.416667 | 95 | 0.546448 |
bc678b332de7c77400015209d26d2c83acd5a095 | 616 | cs | C# | NateONMessageArrangging/NateONMessageArrangging/Class/TXTWrite.cs | azusa0999/NateONMessageArrangging | 56047c40d73b01b1bb62deed63f091b709e4a487 | [
"MIT"
] | null | null | null | NateONMessageArrangging/NateONMessageArrangging/Class/TXTWrite.cs | azusa0999/NateONMessageArrangging | 56047c40d73b01b1bb62deed63f091b709e4a487 | [
"MIT"
] | null | null | null | NateONMessageArrangging/NateONMessageArrangging/Class/TXTWrite.cs | azusa0999/NateONMessageArrangging | 56047c40d73b01b1bb62deed63f091b709e4a487 | [
"MIT"
] | null | null | null | using System.Text;
using System.IO;
namespace NateONMessageArrangging.Class
{
public class TXTWrite : TXT
{
public TXTWrite(string fileDirectory, string fileName)
{
FileDirectory = fileDirectory;
FileName = fileName;
FilePath = FileDirectory + FileName;
... | 25.666667 | 81 | 0.61039 |
e1c0d63033a3d1a57b57342c9b0f888009073a13 | 3,620 | cs | C# | TonoGuiWinForm/DataSharingManager.cs | tmctono/Tono | 60a6a46131cf9219688616632217c0cf4094e580 | [
"MIT"
] | 1 | 2020-10-01T01:02:16.000Z | 2020-10-01T01:02:16.000Z | TonoGuiWinForm/DataSharingManager.cs | tmctono/Tono | 60a6a46131cf9219688616632217c0cf4094e580 | [
"MIT"
] | 3 | 2019-12-04T12:11:57.000Z | 2021-01-04T14:45:36.000Z | TonoGuiWinForm/DataSharingManager.cs | tmctono/Tono | 60a6a46131cf9219688616632217c0cf4094e580 | [
"MIT"
] | 2 | 2019-10-09T09:01:47.000Z | 2019-10-09T11:19:39.000Z | // (c) 2019 Manabu Tonosaki
// Licensed under the MIT license.
using System;
using System.Collections;
using System.Collections.Specialized;
#pragma warning disable 1591, 1572, 1573
namespace Tono.GuiWinForm
{
/// <summary>
/// 変数を共有する
/// </summary>
public class DataSharingManager
{
///... | 25.492958 | 187 | 0.462431 |
a97c43a5158975656758452b6d15e7de5414581a | 666 | cs | C# | leetcode-challenge/c#/Problems/2021/02/Feb15.cs | viacheslave/algo | 5a216f82d7e638aef2f4e8872d166f58596d05f3 | [
"MIT"
] | null | null | null | leetcode-challenge/c#/Problems/2021/02/Feb15.cs | viacheslave/algo | 5a216f82d7e638aef2f4e8872d166f58596d05f3 | [
"MIT"
] | null | null | null | leetcode-challenge/c#/Problems/2021/02/Feb15.cs | viacheslave/algo | 5a216f82d7e638aef2f4e8872d166f58596d05f3 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace LeetCode.Challenge.Y21
{
/// <summary>
/// https://leetcode.com/explore/challenge/card/february-leetcoding-challenge-2021/586/week-3-february-15th-february-21st/3641/
///
/// </summary>
internal class Feb15
{
... | 24.666667 | 132 | 0.540541 |
08f9306634956cac5e34cd5d0f9a3b3ff236e97d | 1,444 | cs | C# | Assets/Scripts/Game/Character/Shooting/Projectiles/GrenadeProjectile.cs | AlexandrKlimkin/StickmanWars | 9bd1ec51f8076e88b2acbb1dbeb1ae3cc8815343 | [
"MIT"
] | null | null | null | Assets/Scripts/Game/Character/Shooting/Projectiles/GrenadeProjectile.cs | AlexandrKlimkin/StickmanWars | 9bd1ec51f8076e88b2acbb1dbeb1ae3cc8815343 | [
"MIT"
] | null | null | null | Assets/Scripts/Game/Character/Shooting/Projectiles/GrenadeProjectile.cs | AlexandrKlimkin/StickmanWars | 9bd1ec51f8076e88b2acbb1dbeb1ae3cc8815343 | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Character.Health;
using Items;
using UnityEngine;
namespace Character.Shooting {
public class GrenadeProjectile : ThrowingProjectile {
private HealthDamageabl... | 26.740741 | 66 | 0.612881 |
a0f25ead89d9f86fd1502198c508c0a4e79bc8e8 | 3,426 | cs | C# | FChatDicebot/FChatDicebot/BotCommands/CancelGame.cs | LeetheM/FCDiceBot | 9aed11eff79dcdd32cd4f1627a7611c6cfaa2c35 | [
"MIT"
] | null | null | null | FChatDicebot/FChatDicebot/BotCommands/CancelGame.cs | LeetheM/FCDiceBot | 9aed11eff79dcdd32cd4f1627a7611c6cfaa2c35 | [
"MIT"
] | null | null | null | FChatDicebot/FChatDicebot/BotCommands/CancelGame.cs | LeetheM/FCDiceBot | 9aed11eff79dcdd32cd4f1627a7611c6cfaa2c35 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FChatDicebot.BotCommands.Base;
using FChatDicebot.SavedData;
using Newtonsoft.Json;
using FChatDicebot.DiceFunctions;
namespace FChatDicebot.BotCommands
{
public class CancelGame :... | 40.305882 | 189 | 0.502335 |
eeafbb51bf46a7821dacf56d9f0f214f2df7920e | 5,153 | cs | C# | Assets/Scripts/MyScript.cs | mtaulty/SceneUnderstanding | 4b3843b9f550388837d4e20b14effdd0e83c4fad | [
"MIT"
] | 2 | 2020-06-21T03:05:32.000Z | 2020-08-26T05:30:56.000Z | Assets/Scripts/MyScript.cs | mtaulty/SceneUnderstanding | 4b3843b9f550388837d4e20b14effdd0e83c4fad | [
"MIT"
] | 1 | 2021-06-14T16:26:51.000Z | 2021-06-14T16:26:51.000Z | Assets/Scripts/MyScript.cs | mtaulty/SceneUnderstanding | 4b3843b9f550388837d4e20b14effdd0e83c4fad | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using UnityEngine;
using System;
using System.Threading.Tasks;
using NumericsConversion;
#if ENABLE_WINMD_SUPPORT
using Microsoft.MixedReality.SceneUnderstanding;
using Windows.Perception.Spatial;
using Windows.Perception.Spatial.Preview;
using UnityEngine.XR.WSA;
#endif
public class... | 30.672619 | 118 | 0.592276 |
c9ec41bec5eec6a86a319f58930d8a80084e1de4 | 2,592 | cs | C# | sdk/websites/Microsoft.Azure.Management.WebSites/src/Generated/Models/UnauthenticatedClientActionV2.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 3,268 | 2015-01-08T04:21:52.000Z | 2022-03-31T11:10:48.000Z | sdk/websites/Microsoft.Azure.Management.WebSites/src/Generated/Models/UnauthenticatedClientActionV2.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 18,748 | 2015-01-06T00:12:22.000Z | 2022-03-31T23:55:50.000Z | sdk/websites/Microsoft.Azure.Management.WebSites/src/Generated/Models/UnauthenticatedClientActionV2.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 4,179 | 2015-01-07T20:13:22.000Z | 2022-03-31T09:09:02.000Z | // <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... | 35.506849 | 108 | 0.630787 |
a005d6224d0e81102ef4599db3a2988ca42d344a | 2,426 | cs | C# | src/FubarDev.FtpServer.Abstractions/FileSystem/MemoryTemporaryData.cs | workgroupengineering/FtpServer | ee1ba0897bad8727b6cb2d26f21f89e2ff9da351 | [
"MIT"
] | 351 | 2015-10-14T05:16:24.000Z | 2022-03-13T09:05:19.000Z | src/FubarDev.FtpServer.Abstractions/FileSystem/MemoryTemporaryData.cs | 564064202/FtpServer | b36bb56feb15d5d09b1dc0011d1e5f3380d16488 | [
"MIT"
] | 111 | 2015-10-15T17:57:41.000Z | 2022-03-10T19:58:13.000Z | src/FubarDev.FtpServer.Abstractions/FileSystem/MemoryTemporaryData.cs | 564064202/FtpServer | b36bb56feb15d5d09b1dc0011d1e5f3380d16488 | [
"MIT"
] | 149 | 2015-12-10T12:13:54.000Z | 2022-03-14T03:51:49.000Z | //-----------------------------------------------------------------------
// <copyright file="MemoryTemporaryData.cs" company="Fubar Development Junker">
// Copyright (c) Fubar Development Junker. All rights reserved.
// </copyright>
// <author>Mark Junker</author>
//------------------------------------------------... | 28.880952 | 116 | 0.50371 |
a03dda455f4f93e09c4aff926b898f868b2230b5 | 4,156 | cs | C# | Assets/Channel18/Scripts/Controllers/CameraController.cs | mattatz/Channel18 | 9f768e4acb37d78683a2397136d9c2d98eaf6e76 | [
"MIT"
] | 23 | 2018-04-02T23:55:09.000Z | 2021-09-30T05:32:01.000Z | Assets/Channel18/Scripts/Controllers/CameraController.cs | mattatz/Channel18 | 9f768e4acb37d78683a2397136d9c2d98eaf6e76 | [
"MIT"
] | null | null | null | Assets/Channel18/Scripts/Controllers/CameraController.cs | mattatz/Channel18 | 9f768e4acb37d78683a2397136d9c2d98eaf6e76 | [
"MIT"
] | 2 | 2018-11-28T02:55:13.000Z | 2021-03-08T12:19:44.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.PostProcessing;
namespace VJ.Channel18
{
public class CameraController : MonoBehaviour, IOSCReactable, INanoKontrollable {
[SerializeField] new protected Camera camera;
[SerializeField] protected Po... | 30.558824 | 162 | 0.548604 |
a06dd9c71a8c0ee7f9592980c2248580545fdfb7 | 366 | cs | C# | Assets/GUI/Scripts/MapArea/ImageResolvers/ImageResolverList.cs | CityFever/CityFever | 9513be5b2fffd924781d0db62a0137ef5d7907f1 | [
"MIT"
] | null | null | null | Assets/GUI/Scripts/MapArea/ImageResolvers/ImageResolverList.cs | CityFever/CityFever | 9513be5b2fffd924781d0db62a0137ef5d7907f1 | [
"MIT"
] | null | null | null | Assets/GUI/Scripts/MapArea/ImageResolvers/ImageResolverList.cs | CityFever/CityFever | 9513be5b2fffd924781d0db62a0137ef5d7907f1 | [
"MIT"
] | 2 | 2020-12-11T19:59:04.000Z | 2021-06-27T15:47:42.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Assets.GUI.Scripts.MapArea.ImageResolvers;
using UnityEngine;
namespace Assets.GUI.Scripts.MapArea
{
public class ImageResolverList : MonoBehaviour
{
[SerializeField] public List<I... | 22.875 | 75 | 0.778689 |
d9a01ea38744367ce5954776848ea36431aca3dd | 1,195 | cs | C# | backend/src/GraphQl/Institutions/AddInstitutionRepresentativePayload.cs | johanneshanek/metabase | be050a6539f7ff347afde0006185a2e3482912c0 | [
"MIT"
] | null | null | null | backend/src/GraphQl/Institutions/AddInstitutionRepresentativePayload.cs | johanneshanek/metabase | be050a6539f7ff347afde0006185a2e3482912c0 | [
"MIT"
] | null | null | null | backend/src/GraphQl/Institutions/AddInstitutionRepresentativePayload.cs | johanneshanek/metabase | be050a6539f7ff347afde0006185a2e3482912c0 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using HotChocolate.Types.Pagination;
using Metabase.GraphQl.Users;
namespace Metabase.GraphQl.Institutions
{
public sealed class AddInstitutionRepresentativePayload
{
public RepresentedInstitutionEdge? RepresentedInstitutionEdge { get; }
public InstitutionRepre... | 34.142857 | 105 | 0.696234 |
aae205adb02399ba66d1c3b16eb64b2abe6a95f0 | 809 | cs | C# | Problems/1546/Program/Program.cs | jongfeel/BaekjoonOnlineJudge | fc405c8aa018c979292de8316757f7b413a15c5a | [
"MIT"
] | null | null | null | Problems/1546/Program/Program.cs | jongfeel/BaekjoonOnlineJudge | fc405c8aa018c979292de8316757f7b413a15c5a | [
"MIT"
] | null | null | null | Problems/1546/Program/Program.cs | jongfeel/BaekjoonOnlineJudge | fc405c8aa018c979292de8316757f7b413a15c5a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace Problem
{
public class Program
{
static void Main(string[] args)
{
string s1 = Console.ReadLine();
int n = int.Parse(s1);
string s2 = Console.ReadLine();
string [] s22 ... | 25.28125 | 74 | 0.506799 |
979211cd09a4eb3a8b95a87d5c6b71391c72f917 | 7,093 | cs | C# | test/ReportPortal.Shared.Tests/LogScopeFixture.cs | Bakanych/commons-net | acb866616975b4a5e6bcf9c1a3f04e7a78eccd69 | [
"Apache-2.0"
] | 5 | 2016-10-06T12:46:47.000Z | 2020-07-22T07:24:16.000Z | test/ReportPortal.Shared.Tests/LogScopeFixture.cs | Bakanych/commons-net | acb866616975b4a5e6bcf9c1a3f04e7a78eccd69 | [
"Apache-2.0"
] | 63 | 2017-07-19T20:35:49.000Z | 2022-01-31T17:23:25.000Z | test/ReportPortal.Shared.Tests/LogScopeFixture.cs | Bakanych/commons-net | acb866616975b4a5e6bcf9c1a3f04e7a78eccd69 | [
"Apache-2.0"
] | 10 | 2016-10-21T20:37:50.000Z | 2021-06-30T02:47:51.000Z | using FluentAssertions;
using ReportPortal.Shared.Execution.Logging;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace ReportPortal.Shared.Tests
{
[Collection("Static")]
public class LogScopeFixture
{
[Fact]
public ... | 31.807175 | 120 | 0.525307 |
97aa656d7dba1ad56d176cb8145b30eeababd272 | 668 | cs | C# | source/dotnet/Library/AdaptiveCards/ContainerSet.cs | zhusongm/AdaptiveCards | c8c8d26d0f4c843c26364136fd58cae8a4aefa9b | [
"MIT"
] | null | null | null | source/dotnet/Library/AdaptiveCards/ContainerSet.cs | zhusongm/AdaptiveCards | c8c8d26d0f4c843c26364136fd58cae8a4aefa9b | [
"MIT"
] | null | null | null | source/dotnet/Library/AdaptiveCards/ContainerSet.cs | zhusongm/AdaptiveCards | c8c8d26d0f4c843c26364136fd58cae8a4aefa9b | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using Newtonsoft.Json;
using System.Xml.Serialization;
namespace AdaptiveCards
{
/// <summary>
/// A set of containers (each a container of items)
/// </summary>
public class ColumnSet : CardElement
{
public const string TYPE = "ColumnSet";
pu... | 23.857143 | 71 | 0.576347 |
c4ffec88349bff4c6c0f2923b69ab8d0c49bc139 | 22,974 | cs | C# | ProjectRemover.Package/RemoveProjectsCommand.cs | printcom/ProjectRemover | f8ddc87bb26cd342f5a952f34e4349e62fb6acf7 | [
"MIT"
] | null | null | null | ProjectRemover.Package/RemoveProjectsCommand.cs | printcom/ProjectRemover | f8ddc87bb26cd342f5a952f34e4349e62fb6acf7 | [
"MIT"
] | null | null | null | ProjectRemover.Package/RemoveProjectsCommand.cs | printcom/ProjectRemover | f8ddc87bb26cd342f5a952f34e4349e62fb6acf7 | [
"MIT"
] | null | null | null | using EnvDTE;
using EnvDTE80;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using System;
using System.Collections.Generic;
using System.ComponentModel.Design;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
us... | 46.318548 | 212 | 0.610212 |
7290667d8ba4c1644eefbafc72d8d263e2089af8 | 366 | cs | C# | src/Bartender/IMessageValidator.cs | Vtek/Bartender | 2bc04f74d33eb66be7dcb106e516f3d99de99834 | [
"MIT"
] | 2 | 2016-07-11T20:18:16.000Z | 2021-01-15T06:32:59.000Z | src/Bartender/IMessageValidator.cs | Vtek/Bartender | 2bc04f74d33eb66be7dcb106e516f3d99de99834 | [
"MIT"
] | 1 | 2016-07-20T21:59:59.000Z | 2016-07-21T11:53:16.000Z | src/Bartender/IMessageValidator.cs | Vtek/Bartender | 2bc04f74d33eb66be7dcb106e516f3d99de99834 | [
"MIT"
] | null | null | null | namespace Bartender
{
/// <summary>
/// Define a message validator
/// </summary>
public interface IMessageValidator<TMessage> where TMessage : IMessage
{
/// <summary>
/// Validate the specified message.
/// </summary>
/// <param name="message">Message.</param>
... | 22.875 | 74 | 0.579235 |
7cf80b32a9f95c4172c6f9d03ac6165856415b98 | 840 | cs | C# | Assets/Scripts/Connect Block Scripts/InternalLogic/MouthBlock/ConditionalBlock.cs | Enigma-IDEA350/enigma | 8d9e7bdc975a4260ee27a99b8f7c772e593a1ab5 | [
"MIT"
] | null | null | null | Assets/Scripts/Connect Block Scripts/InternalLogic/MouthBlock/ConditionalBlock.cs | Enigma-IDEA350/enigma | 8d9e7bdc975a4260ee27a99b8f7c772e593a1ab5 | [
"MIT"
] | 6 | 2021-08-23T21:48:59.000Z | 2021-08-23T21:49:35.000Z | Assets/Scripts/Connect Block Scripts/InternalLogic/MouthBlock/ConditionalBlock.cs | Enigma-IDEA350/enigma | 8d9e7bdc975a4260ee27a99b8f7c772e593a1ab5 | [
"MIT"
] | 1 | 2021-06-06T03:42:43.000Z | 2021-06-06T03:42:43.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
using System;
public class ConditionalBlock : AbstractIf
{
[SerializeField] private TMP_InputField letterField;
public char IfLetter
{
get
{
if (letterField.text == "")
{
... | 18.26087 | 59 | 0.513095 |
dc4201454dba1a67df18ba39cda724e2d7ce137f | 668 | cs | C# | Kucoin/SymbolStatus.cs | domibu/MarketTool | 6b3accce52d5b6f1227e6f37a118e6e2948cf6fc | [
"MIT"
] | null | null | null | Kucoin/SymbolStatus.cs | domibu/MarketTool | 6b3accce52d5b6f1227e6f37a118e6e2948cf6fc | [
"MIT"
] | null | null | null | Kucoin/SymbolStatus.cs | domibu/MarketTool | 6b3accce52d5b6f1227e6f37a118e6e2948cf6fc | [
"MIT"
] | null | null | null | namespace Kucoin
{
public enum SymbolStatus
{
/// <summary>
/// Pre-trading.
/// </summary>
PreTrading,
/// <summary>
/// Trading.
/// </summary>
Trading,
/// <summary>
/// Post-trading
/// </summary>
PostTrading,... | 16.292683 | 28 | 0.372754 |
1130053b6868259f0ef206dba6fdf31702c80031 | 12,268 | cs | C# | Source/Libs/ManagedIrbis5/Source/Gbl/GlobalCorrector.cs | amironov73/ManagedIrbis5 | 3971b8bc91490d2a5c6cd0ece35f29cf18d586c5 | [
"MIT"
] | null | null | null | Source/Libs/ManagedIrbis5/Source/Gbl/GlobalCorrector.cs | amironov73/ManagedIrbis5 | 3971b8bc91490d2a5c6cd0ece35f29cf18d586c5 | [
"MIT"
] | 1 | 2020-11-15T09:50:33.000Z | 2020-11-15T09:50:33.000Z | Source/Libs/ManagedIrbis5/Source/Gbl/GlobalCorrector.cs | amironov73/ManagedIrbis5 | 3971b8bc91490d2a5c6cd0ece35f29cf18d586c5 | [
"MIT"
] | 1 | 2020-11-15T09:42:07.000Z | 2020-11-15T09:42:07.000Z | // This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
// ReSharper disable CheckNamespace
// ReSharper disable CommentTypo
// ReSharper disable IdentifierTypo
// ReSharper disable MemberCanBePrivate.Global
// ReS... | 27.081678 | 103 | 0.439436 |
e5254c2328fa52581ea3a2f02ebde84ac564e6c8 | 1,921 | cs | C# | Assets/Scripts/PlayerController.cs | Xenation/PortalRenderingPipeline | c6f5eefa8d0bfa1e8e75147331732f52e01f3a1a | [
"MIT"
] | null | null | null | Assets/Scripts/PlayerController.cs | Xenation/PortalRenderingPipeline | c6f5eefa8d0bfa1e8e75147331732f52e01f3a1a | [
"MIT"
] | null | null | null | Assets/Scripts/PlayerController.cs | Xenation/PortalRenderingPipeline | c6f5eefa8d0bfa1e8e75147331732f52e01f3a1a | [
"MIT"
] | null | null | null | using UnityEngine;
namespace PRPDemo {
[RequireComponent(typeof(Rigidbody))]
public class PlayerController : MonoBehaviour {
[SerializeField] private float speed = 5f;
[SerializeField] private float lookSpeed = 7.5f;
[SerializeField] private float jumpForce = 10f;
private Rigidbody rb;
private Transform... | 27.056338 | 149 | 0.679854 |
73a56477d098ffb12dcf103484ac8ee572c79f8c | 2,023 | cs | C# | src/Lithnet.Pan.RAProxy/ConfigSections/RadiusServerCollection.cs | ryannewington/pan-ra-proxy | 8233e3ce101710d76cd2a2a314e04c8d6e722abc | [
"MIT"
] | 7 | 2019-10-21T20:09:19.000Z | 2020-10-20T00:36:13.000Z | src/Lithnet.Pan.RAProxy/ConfigSections/RadiusServerCollection.cs | ryannewington/pan-ra-proxy | 8233e3ce101710d76cd2a2a314e04c8d6e722abc | [
"MIT"
] | 4 | 2017-07-11T09:03:46.000Z | 2020-07-27T21:51:26.000Z | src/Lithnet.Pan.RAProxy/ConfigSections/RadiusServerCollection.cs | ryannewington/pan-ra-proxy | 8233e3ce101710d76cd2a2a314e04c8d6e722abc | [
"MIT"
] | 4 | 2021-05-30T17:02:03.000Z | 2021-09-23T10:26:27.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Configuration;
namespace Lithnet.Pan.RAProxy
{
public class RadiusServerCollection : ConfigurationElementCollection
{
public override ConfigurationElementCollectionType Coll... | 26.272727 | 121 | 0.586258 |
675d554effbda0ecf7db1e836548d68e34bf45c9 | 734 | cs | C# | CollaborativeFiltering/Models/ProdutoRecomendacao.cs | angelobelchior/RecomendacaoProdutos | 6cf7c1a1a3a5bb62508e2023e80cc07ad1cf54b8 | [
"MIT"
] | 1 | 2021-10-05T01:56:19.000Z | 2021-10-05T01:56:19.000Z | CollaborativeFiltering/Models/ProdutoRecomendacao.cs | angelobelchior/RecomendacaoProdutos | 6cf7c1a1a3a5bb62508e2023e80cc07ad1cf54b8 | [
"MIT"
] | null | null | null | CollaborativeFiltering/Models/ProdutoRecomendacao.cs | angelobelchior/RecomendacaoProdutos | 6cf7c1a1a3a5bb62508e2023e80cc07ad1cf54b8 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Text;
namespace CollaborativeBased.Models
{
public class ProdutoRecomendacao
{
public static string ToCsv(List<ProdutoRecomendacao> products)
{
var sb = new StringBuilder();
sb.AppendLine("ProdutoId;ProdutoRelacionadoId;Scor... | 26.214286 | 70 | 0.587193 |
ecd05a30ff06eb8c7bd3b9191b64d77a2922b5c9 | 222 | cs | C# | src/RedisTribute/Serialization/Objects/IObjectGraphExporter.cs | roberino/RedisSlimClient | 191739b1e8b84d59945eb596c1d271d86d8c0fbd | [
"MIT"
] | null | null | null | src/RedisTribute/Serialization/Objects/IObjectGraphExporter.cs | roberino/RedisSlimClient | 191739b1e8b84d59945eb596c1d271d86d8c0fbd | [
"MIT"
] | null | null | null | src/RedisTribute/Serialization/Objects/IObjectGraphExporter.cs | roberino/RedisSlimClient | 191739b1e8b84d59945eb596c1d271d86d8c0fbd | [
"MIT"
] | null | null | null | namespace RedisTribute.Serialization
{
public interface IObjectGraphExporter<T>
{
void WriteObjectData(T instance, IObjectWriter writer);
T ReadObjectData(T instance, IObjectReader writer);
}
} | 27.75 | 63 | 0.720721 |
59ff28b73b2ca6bc85d88aaa8b572dfca7803750 | 1,107 | cs | C# | eng/localization/src/Resources/ResourceReader.cs | patriksvensson-forks/ghostly | 3c6becc86e89dd84de538fc2bdea6c952b3af460 | [
"MIT"
] | 240 | 2021-12-31T12:13:17.000Z | 2022-03-31T13:06:19.000Z | eng/localization/src/Resources/ResourceReader.cs | patriksvensson-forks/ghostly | 3c6becc86e89dd84de538fc2bdea6c952b3af460 | [
"MIT"
] | 12 | 2022-01-02T04:07:15.000Z | 2022-03-07T12:34:07.000Z | eng/localization/src/Resources/ResourceReader.cs | patriksvensson-forks/ghostly | 3c6becc86e89dd84de538fc2bdea6c952b3af460 | [
"MIT"
] | 19 | 2021-12-31T12:22:43.000Z | 2022-02-18T12:22:04.000Z | using System.Collections;
using System.Resources;
namespace Ghostly.Tools.Resources
{
public static class ResourceReader
{
public static HashSet<ResourceEntry> Read(Stream stream)
{
var result = new HashSet<ResourceEntry>();
using (var reader = new ResXResourceReader(st... | 29.131579 | 76 | 0.482385 |
eb99a16b83398d64958ba91fae832927ba4f85ec | 1,496 | cs | C# | aspnet core efcore demo/aspnet core efcore demo/Migrations/20200809113019_testsqlite.cs | j717273419/DotNetCore-Demo | 7006ccf5320dd161d8722148ddc33cebf8204db1 | [
"Apache-2.0"
] | null | null | null | aspnet core efcore demo/aspnet core efcore demo/Migrations/20200809113019_testsqlite.cs | j717273419/DotNetCore-Demo | 7006ccf5320dd161d8722148ddc33cebf8204db1 | [
"Apache-2.0"
] | null | null | null | aspnet core efcore demo/aspnet core efcore demo/Migrations/20200809113019_testsqlite.cs | j717273419/DotNetCore-Demo | 7006ccf5320dd161d8722148ddc33cebf8204db1 | [
"Apache-2.0"
] | null | null | null | using Microsoft.EntityFrameworkCore.Migrations;
namespace aspnet_core_efcore_demo.Migrations
{
public partial class testsqlite : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
name: "RoleInfors",
... | 32.521739 | 74 | 0.493316 |
bf8a9e7b38fb9908daae74a1fef7d859edf8c2dc | 1,319 | cs | C# | EventSourcing.Demo/Robots/CRM/RobotProducts.cs | Nillerr/EventSourcing.Demo | ac634fb9316ddfc63ea538b93133a69a7eb53dfc | [
"MIT"
] | null | null | null | EventSourcing.Demo/Robots/CRM/RobotProducts.cs | Nillerr/EventSourcing.Demo | ac634fb9316ddfc63ea538b93133a69a7eb53dfc | [
"MIT"
] | null | null | null | EventSourcing.Demo/Robots/CRM/RobotProducts.cs | Nillerr/EventSourcing.Demo | ac634fb9316ddfc63ea538b93133a69a7eb53dfc | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace EventSourcing.Demo.Robots.CRM
{
public static class RobotProducts
{
private static class Series
{
public const char CB = '3';
public const char E = '5';
}
private static class Model
{
public... | 31.404762 | 92 | 0.532221 |
bfd6a5998cc984efc3e7258a7e58d39403d08490 | 1,344 | cs | C# | test/FunctionalTests/Taupo/Source/Taupo.Astoria/Contracts/EntityModel/RemoveActionsFixup.cs | Sreejithpin/odata.net | b54d376a382440df9074e78ca2e76b080965a2eb | [
"CC-BY-3.0"
] | 629 | 2015-01-02T08:40:43.000Z | 2022-03-28T15:28:06.000Z | test/FunctionalTests/Taupo/Source/Taupo.Astoria/Contracts/EntityModel/RemoveActionsFixup.cs | Sreejithpin/odata.net | b54d376a382440df9074e78ca2e76b080965a2eb | [
"CC-BY-3.0"
] | 2,078 | 2015-01-06T05:44:13.000Z | 2022-03-31T08:37:22.000Z | test/FunctionalTests/Taupo/Source/Taupo.Astoria/Contracts/EntityModel/RemoveActionsFixup.cs | Sreejithpin/odata.net | b54d376a382440df9074e78ca2e76b080965a2eb | [
"CC-BY-3.0"
] | 412 | 2015-01-06T06:57:15.000Z | 2022-03-11T13:40:39.000Z | //---------------------------------------------------------------------
// <copyright file="RemoveActionsFixup.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//----------------------------------... | 39.529412 | 149 | 0.570685 |
92863b84209e8b695b09d6627be722f19ed116a4 | 1,194 | cs | C# | src/FFT.Market/Engines/WavePattern/WavePatternEngineSettings.cs | FastFinTech/FFT.Market | 284922f83d07fc45fdfe00e58c6a212b9dc26bd0 | [
"MIT"
] | null | null | null | src/FFT.Market/Engines/WavePattern/WavePatternEngineSettings.cs | FastFinTech/FFT.Market | 284922f83d07fc45fdfe00e58c6a212b9dc26bd0 | [
"MIT"
] | null | null | null | src/FFT.Market/Engines/WavePattern/WavePatternEngineSettings.cs | FastFinTech/FFT.Market | 284922f83d07fc45fdfe00e58c6a212b9dc26bd0 | [
"MIT"
] | null | null | null | // Copyright (c) True Goodwill. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace FFT.Market.Engines.WavePattern
{
using System;
using static System.Math;
public sealed record WavePatternEngineSettings : EngineSettings
{
p... | 27.767442 | 101 | 0.643216 |
92a3a41b0f7e2c7028bee0116a7e23e409e7c6fc | 644 | cs | C# | WPFTerminal/Console.xaml.cs | vanyww/FringeC-Server | 6cf25a6c10a069fca84b1dc8747fca758300eea4 | [
"Apache-2.0"
] | null | null | null | WPFTerminal/Console.xaml.cs | vanyww/FringeC-Server | 6cf25a6c10a069fca84b1dc8747fca758300eea4 | [
"Apache-2.0"
] | null | null | null | WPFTerminal/Console.xaml.cs | vanyww/FringeC-Server | 6cf25a6c10a069fca84b1dc8747fca758300eea4 | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Windows;
using System.Windows.Controls;
namespace WPFTerminal
{
public partial class Console : UserControl
{
public Console()
{
InitializeComponent();
}
public static readonly DependencyProperty ItemsProperty =
Dep... | 23 | 65 | 0.563665 |
28aaf4e88c404e2b7ba8a06207e6df5c994af9c1 | 192 | cs | C# | LED the Way/Assets/Scripts/Player/PlayerStates.cs | mkmarkop/led-the-way | 74750c80f791017f8da35c751be615fe0ef52753 | [
"MIT"
] | null | null | null | LED the Way/Assets/Scripts/Player/PlayerStates.cs | mkmarkop/led-the-way | 74750c80f791017f8da35c751be615fe0ef52753 | [
"MIT"
] | null | null | null | LED the Way/Assets/Scripts/Player/PlayerStates.cs | mkmarkop/led-the-way | 74750c80f791017f8da35c751be615fe0ef52753 | [
"MIT"
] | null | null | null | public enum PlayerState {
idle = 0,
walkingLeft,
walkingRight,
glidingLeft,
glidingRight,
jumping,
landed,
falling,
hurt,
recover,
killed,
resurrect,
actionButton,
_stateCount
} | 12 | 26 | 0.734375 |
9a4956ffe83c9dfc0f2afaf9c1ff863c9d116354 | 2,773 | cs | C# | Assets/ThirdParty/Runtime Transform Gizmos/Scripts/Runtime Package Common/Meshes/Creation/TriangleMesh.cs | ambid17/PlanarWorlds | 074f4cf2567305f52e28209904d4da90dcf06549 | [
"MIT"
] | 4 | 2021-07-27T01:28:52.000Z | 2022-02-05T19:56:03.000Z | Assets/ThirdParty/Runtime Transform Gizmos/Scripts/Runtime Package Common/Meshes/Creation/TriangleMesh.cs | ambid17/PlanarWorlds | 074f4cf2567305f52e28209904d4da90dcf06549 | [
"MIT"
] | 56 | 2021-08-13T20:50:49.000Z | 2022-02-05T23:07:15.000Z | Assets/ThirdParty/Runtime Transform Gizmos/Scripts/Runtime Package Common/Meshes/Creation/TriangleMesh.cs | ambid17/PlanarWorlds | 074f4cf2567305f52e28209904d4da90dcf06549 | [
"MIT"
] | null | null | null | using UnityEngine;
namespace RTG
{
public static class TriangleMesh
{
public static Mesh CreateEqXY(Vector3 centroid, float sideLength, Color color)
{
Vector3[] positions = TriangleMath.CalcEqTriangle3DPoints(centroid, sideLength, Quaternion.identity).ToArray();
... | 36.486842 | 126 | 0.550667 |
04d8dc31e9315705bea6a8f829b2bd260fc1e61a | 6,414 | cs | C# | 04.High-Quality Code/Homework/02.Naming Identifiers/03.Game/Core/Engine.cs | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | 10 | 2017-06-19T12:42:54.000Z | 2018-05-03T15:40:17.000Z | 04.High-Quality Code/Homework/02.Naming Identifiers/03.Game/Core/Engine.cs | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | null | null | null | 04.High-Quality Code/Homework/02.Naming Identifiers/03.Game/Core/Engine.cs | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | 3 | 2017-11-02T12:41:26.000Z | 2018-07-04T15:12:44.000Z | namespace _03.Game.Core
{
using System;
using System.Collections.Generic;
using _03.Game.Core.Factories;
using _03.Game.Models;
public static class Engine
{
public const int MaximumTurns = 35;
public const int MaximumPlayersCount = 5;
public static int Counter;
... | 38.407186 | 119 | 0.420331 |
ca0dacb0dfda2b766b1e1801bd7c02e2c43433f5 | 63 | cs | C# | Tests/Linq/Custom/Shims.cs | devinlyons/Linq2DB4iSeries | 2869cad0df8f2fad494c1a8381a13e467b9cc415 | [
"MIT"
] | 13 | 2016-12-19T21:13:48.000Z | 2021-11-24T19:54:58.000Z | Tests/Linq/Custom/Shims.cs | devinlyons/Linq2DB4iSeries | 2869cad0df8f2fad494c1a8381a13e467b9cc415 | [
"MIT"
] | 34 | 2017-04-27T20:53:02.000Z | 2021-11-21T19:35:49.000Z | Tests/Linq/Custom/Shims.cs | devinlyons/Linq2DB4iSeries | 2869cad0df8f2fad494c1a8381a13e467b9cc415 | [
"MIT"
] | 8 | 2017-11-19T12:00:27.000Z | 2021-05-20T23:55:01.000Z | namespace IBM.Data.Informix
{
public class IfxTimeSpan { }
}
| 12.6 | 29 | 0.730159 |
a52db45bb330bcb0f7782670635d6394b7aae157 | 59,511 | cs | C# | src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/MulitiDynamicRenderer.cs | hhh-ggg/wpf | d764a7951ff97d4e717ace89da52d79f24d39ab6 | [
"MIT"
] | 1 | 2022-03-18T01:59:50.000Z | 2022-03-18T01:59:50.000Z | src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/MulitiDynamicRenderer.cs | hhh-ggg/wpf | d764a7951ff97d4e717ace89da52d79f24d39ab6 | [
"MIT"
] | null | null | null | src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/MulitiDynamicRenderer.cs | hhh-ggg/wpf | d764a7951ff97d4e717ace89da52d79f24d39ab6 | [
"MIT"
] | 1 | 2021-08-23T11:54:15.000Z | 2021-08-23T11:54:15.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//#define DEBUG_RENDERING_FEEDBACK
//
//
// Description:
// DynamicRenderer PlugIn - Provides off (and on) app ... | 43.123913 | 218 | 0.460184 |
c56850780928e3c97484f8aaf2f1b2b694f4c309 | 654 | cs | C# | CSharp OOP Advanced/Iterators and Comparators - Exercises/StrategyPattern/StrategyPattern/Comparators/ComparerByName.cs | valkin88/CSharp-Fundamentals | 4847558dcf589b572b758be101ea3f1f67d8585e | [
"MIT"
] | 1 | 2018-04-15T19:27:41.000Z | 2018-04-15T19:27:41.000Z | CSharp OOP Advanced/Iterators and Comparators - Exercises/StrategyPattern/StrategyPattern/Comparators/ComparerByName.cs | valkin88/CSharp-Fundamentals | 4847558dcf589b572b758be101ea3f1f67d8585e | [
"MIT"
] | null | null | null | CSharp OOP Advanced/Iterators and Comparators - Exercises/StrategyPattern/StrategyPattern/Comparators/ComparerByName.cs | valkin88/CSharp-Fundamentals | 4847558dcf589b572b758be101ea3f1f67d8585e | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
public class ComparerByName : IComparer<Person>
{
public int Compare(Person firstPerson, Person secondPerson)
{
if (firstPerson.Name.Length == secondPerson.Name.Length)
{
if (firstPerson.Name[0].ToString().ToLower()... | 23.357143 | 114 | 0.530581 |
c5df1b2dd786177bc282333ff8b7904f938482ed | 1,841 | cs | C# | Assets/End Clock/_makeYOURlevel_LITE/PREFAB_makeYOURlevel_LITE/6_scripts/uScriptRuntime/Nodes/Actions/Math/uScriptAct_InvertVector4.cs | pierre-galaup/globalgamejam2016 | ce67965f763985907e48fc5e98048f6e9482595d | [
"CC0-1.0"
] | null | null | null | Assets/End Clock/_makeYOURlevel_LITE/PREFAB_makeYOURlevel_LITE/6_scripts/uScriptRuntime/Nodes/Actions/Math/uScriptAct_InvertVector4.cs | pierre-galaup/globalgamejam2016 | ce67965f763985907e48fc5e98048f6e9482595d | [
"CC0-1.0"
] | null | null | null | Assets/End Clock/_makeYOURlevel_LITE/PREFAB_makeYOURlevel_LITE/6_scripts/uScriptRuntime/Nodes/Actions/Math/uScriptAct_InvertVector4.cs | pierre-galaup/globalgamejam2016 | ce67965f763985907e48fc5e98048f6e9482595d | [
"CC0-1.0"
] | null | null | null | // uScript Action Node
// (C) 2010 Detox Studios LLC
using UnityEngine;
using System.Collections;
[NodePath("Actions/Math/Vectors")]
[NodeCopyright("Copyright 2011 by Detox Studios LLC")]
[NodeToolTip("Mirrors the X, Y, Z and W of a Vector4.")]
[NodeAuthor("Detox Studios LLC", "http://www.detoxstudios.com")]
[NodeHe... | 25.929577 | 151 | 0.599131 |
b9d4fcee80f2cd8a59450c19c69ce63765583457 | 4,828 | cs | C# | DotNet/WPILibInstaller/Selector.Designer.cs | ThadHouse/WPILibInstaller | 107bc2889ded7deb81d471261dc85c659a6086d5 | [
"BSD-3-Clause"
] | 3 | 2018-10-28T19:31:37.000Z | 2020-02-18T03:06:47.000Z | DotNet/WPILibInstaller/Selector.Designer.cs | ThadHouse/WPILibInstaller | 107bc2889ded7deb81d471261dc85c659a6086d5 | [
"BSD-3-Clause"
] | 65 | 2018-10-08T06:07:13.000Z | 2020-08-29T23:46:13.000Z | DotNet/WPILibInstaller/Selector.Designer.cs | ThadHouse/WPILibInstaller | 107bc2889ded7deb81d471261dc85c659a6086d5 | [
"BSD-3-Clause"
] | 8 | 2018-10-08T04:53:04.000Z | 2021-03-30T14:59:42.000Z | namespace WPILibInstaller
{
partial class Selector
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 44.293578 | 141 | 0.57995 |
86252a4a255e24b96b0fb6b11f57a41379b5d97d | 899 | cs | C# | Example.Core/Models/Paging/Paged.cs | usausa/AspNetCoreComponents | 7168add28263ddb78f10ac33132e4db63f7af2cc | [
"MIT"
] | null | null | null | Example.Core/Models/Paging/Paged.cs | usausa/AspNetCoreComponents | 7168add28263ddb78f10ac33132e4db63f7af2cc | [
"MIT"
] | null | null | null | Example.Core/Models/Paging/Paged.cs | usausa/AspNetCoreComponents | 7168add28263ddb78f10ac33132e4db63f7af2cc | [
"MIT"
] | null | null | null | namespace Example.Models.Paging;
using System;
using System.Collections;
using System.Collections.Generic;
public class Paged<T> : IPaged, IPageOver, IEnumerable<T>
{
private readonly IList<T> items;
public int Page { get; }
public int Size { get; }
public int Count { get; }
public T this[int ... | 23.051282 | 86 | 0.640712 |
8398d864ea124581e67730aa3a4cb57cbb44fffd | 352 | cs | C# | HaveIBeenPwnedKeePassPlugin/PwEntryExtensions.cs | kapsiR/HaveIBeenPwnedKeePassPlugin | 39ecaf0b99f4c37139af6485a1bdc4d9a2c5171d | [
"MIT"
] | 38 | 2019-01-19T07:50:40.000Z | 2022-02-28T07:42:00.000Z | HaveIBeenPwnedKeePassPlugin/PwEntryExtensions.cs | kapsiR/HaveIBeenPwnedKeePassPlugin | 39ecaf0b99f4c37139af6485a1bdc4d9a2c5171d | [
"MIT"
] | 12 | 2019-10-23T19:57:26.000Z | 2021-10-17T20:43:40.000Z | HaveIBeenPwnedKeePassPlugin/PwEntryExtensions.cs | kapsiR/HaveIBeenPwnedKeePassPlugin | 39ecaf0b99f4c37139af6485a1bdc4d9a2c5171d | [
"MIT"
] | 1 | 2022-01-10T13:10:37.000Z | 2022-01-10T13:10:37.000Z | using System;
using KeePassLib;
namespace HaveIBeenPwnedPlugin
{
public static class PwEntryExtensions
{
public static bool IsExpired(this PwEntry pwEntry)
{
if (pwEntry.Expires)
{
return DateTime.UtcNow >= pwEntry.ExpiryTime;
}
... | 18.526316 | 61 | 0.556818 |
5628ccbac522432234c8006884731f14d3c6c88d | 8,535 | cs | C# | Web/Access2Justice.Api/Startup.cs | asaperski-gloriumtech/LegalNavigator | e47e5243f8b1b949c97f9409b25e8d30a0d7fc27 | [
"CC-BY-4.0",
"MIT"
] | 13 | 2019-01-20T18:30:43.000Z | 2020-11-09T20:39:45.000Z | Web/Access2Justice.Api/Startup.cs | asaperski-gloriumtech/LegalNavigator | e47e5243f8b1b949c97f9409b25e8d30a0d7fc27 | [
"CC-BY-4.0",
"MIT"
] | 990 | 2019-01-16T01:36:54.000Z | 2021-05-07T00:38:50.000Z | Web/Access2Justice.Api/Startup.cs | asaperski-gloriumtech/LegalNavigator | e47e5243f8b1b949c97f9409b25e8d30a0d7fc27 | [
"CC-BY-4.0",
"MIT"
] | 10 | 2019-01-15T22:06:18.000Z | 2020-10-12T09:02:29.000Z | using Access2Justice.Api.Authentication;
using Access2Justice.Api.BusinessLogic;
using Access2Justice.Api.Interfaces;
using Access2Justice.CosmosDb;
using Access2Justice.Shared;
using Access2Justice.Shared.A2JAuthor;
using Access2Justice.Shared.Admin;
using Access2Justice.Shared.Bing;
using Access2Justice.Shared.Inter... | 46.135135 | 174 | 0.671119 |
a2281f7c8f50d1e85621db30461aeccd3c097116 | 1,124 | cs | C# | homiepure.wizard/UserControls/UcFirstPage.cs | IYoni/wiz.net | 7df953dde13d9a6b8ab1a5c6e3fba5412d58ba69 | [
"MIT"
] | 3 | 2018-06-14T07:41:39.000Z | 2019-05-14T15:18:45.000Z | homiepure.wizard/UserControls/UcFirstPage.cs | IYoni/wiz.net | 7df953dde13d9a6b8ab1a5c6e3fba5412d58ba69 | [
"MIT"
] | null | null | null | homiepure.wizard/UserControls/UcFirstPage.cs | IYoni/wiz.net | 7df953dde13d9a6b8ab1a5c6e3fba5412d58ba69 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace homiepure.wizard.UserControls
{
public partial class UcFirstPage : WizardPage
{
... | 22.48 | 66 | 0.645018 |
39a6ceb1b8bd647b0480d6eb2920a4086ec0d7a8 | 424 | cs | C# | Modules/Basics/Redirect.cs | fossabot/GenHTTP | c22a9bd80b89eb4faaeb03dad2999e86c0731db0 | [
"MIT"
] | null | null | null | Modules/Basics/Redirect.cs | fossabot/GenHTTP | c22a9bd80b89eb4faaeb03dad2999e86c0731db0 | [
"MIT"
] | null | null | null | Modules/Basics/Redirect.cs | fossabot/GenHTTP | c22a9bd80b89eb4faaeb03dad2999e86c0731db0 | [
"MIT"
] | null | null | null | using GenHTTP.Modules.Basics.Providers;
namespace GenHTTP.Modules.Basics
{
public static class Redirect
{
public static RedirectProviderBuilder To(string location, bool temporary = false) => new RedirectProviderBuilder().Location(location)
... | 28.266667 | 142 | 0.5 |
171b7c64570111110e4aa17dc627b9ad61172558 | 4,456 | cs | C# | FunctionApp1/FunctionApp1/Function1.cs | pmatthews05/AzureCLISQL | 3e1db828c7480827eb28bc7e827082289a46fcf7 | [
"MIT"
] | null | null | null | FunctionApp1/FunctionApp1/Function1.cs | pmatthews05/AzureCLISQL | 3e1db828c7480827eb28bc7e827082289a46fcf7 | [
"MIT"
] | null | null | null | FunctionApp1/FunctionApp1/Function1.cs | pmatthews05/AzureCLISQL | 3e1db828c7480827eb28bc7e827082289a46fcf7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using FunctionApp1.Entities;
using FunctionApp1.HelperClass;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.Azure.WebJobs.Host;
using M... | 43.686275 | 177 | 0.620287 |
70e99aab3b1e062cb8f911cc1f6c3220cb361fb8 | 664 | cs | C# | CoachBot.Domain/Model/PlayerPerformanceSnapshot.cs | richard-ob/coachbot-hub | a464d4f96821d04510802994b7c0e28404105df8 | [
"0BSD"
] | null | null | null | CoachBot.Domain/Model/PlayerPerformanceSnapshot.cs | richard-ob/coachbot-hub | a464d4f96821d04510802994b7c0e28404105df8 | [
"0BSD"
] | 41 | 2020-08-02T18:01:34.000Z | 2021-08-31T03:13:25.000Z | CoachBot.Domain/Model/PlayerPerformanceSnapshot.cs | richard-ob/coachbot-hub | a464d4f96821d04510802994b7c0e28404105df8 | [
"0BSD"
] | null | null | null | namespace CoachBot.Domain.Model
{
public class PlayerPerformanceSnapshot
{
public int PlayerId { get; set; }
public int? Day { get; set; }
public int? Week { get; set; }
public int? Month { get; set; }
public int Year { get; set; }
public double AverageGoals... | 21.419355 | 56 | 0.564759 |
98e2ae78bf8491734acfe3cfc973eb8a90dcd0e8 | 595 | cs | C# | NutTester/Class1.cs | ttv86/CsNut | 253bff5e6ec9082487d74d892b02a6a9ccbda921 | [
"MIT"
] | null | null | null | NutTester/Class1.cs | ttv86/CsNut | 253bff5e6ec9082487d74d892b02a6a9ccbda921 | [
"MIT"
] | null | null | null | NutTester/Class1.cs | ttv86/CsNut | 253bff5e6ec9082487d74d892b02a6a9ccbda921 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using OpenTTD;
namespace NutTester
{
public class Class1 : AIController
{
protected override void Start()
{
double a = 1d;
double b = 2d;
double c = 5d;
double f1()
{
ret... | 18.030303 | 44 | 0.373109 |
4cb52913e76b8c7aec642e96d33f4cc253d7bf42 | 2,114 | cs | C# | 09.Files-Directories-and-Exceptions/09.Files-Directories-and-Exceptions-Exercises/09.BookLibrary/BookLibrary.cs | Pazzobg/02.1.Programming-Fundamentals-Class | 4734a84fbff842fb748715b3732c61fc45faa7d9 | [
"MIT"
] | 2 | 2017-07-04T15:13:33.000Z | 2017-09-29T13:09:49.000Z | 09.Files-Directories-and-Exceptions/09.Files-Directories-and-Exceptions-Exercises/09.BookLibrary/BookLibrary.cs | Pazzobg/02.01.Programming-Fundamentals-Class | 4734a84fbff842fb748715b3732c61fc45faa7d9 | [
"MIT"
] | null | null | null | 09.Files-Directories-and-Exceptions/09.Files-Directories-and-Exceptions-Exercises/09.BookLibrary/BookLibrary.cs | Pazzobg/02.01.Programming-Fundamentals-Class | 4734a84fbff842fb748715b3732c61fc45faa7d9 | [
"MIT"
] | null | null | null | namespace _09.BookLibrary
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
public class BookLibrary
{
public static void Main()
{
var library = new Dictionary<string, List<Book>>();
st... | 31.552239 | 120 | 0.51088 |
5456bcd3fed18de9034c0054b7141cc8a12221c0 | 1,117 | cs | C# | Common.Libray/System/IO/DirectoryEx.cs | panxin1213/NetCommonLibrary | fef1175124adf43bcbd20a0a1d14f31a5835b704 | [
"MulanPSL-1.0"
] | null | null | null | Common.Libray/System/IO/DirectoryEx.cs | panxin1213/NetCommonLibrary | fef1175124adf43bcbd20a0a1d14f31a5835b704 | [
"MulanPSL-1.0"
] | null | null | null | Common.Libray/System/IO/DirectoryEx.cs | panxin1213/NetCommonLibrary | fef1175124adf43bcbd20a0a1d14f31a5835b704 | [
"MulanPSL-1.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace System.IO
{
/// <summary>
/// 目录扩展
/// </summary>
public class DirectoryEx
{
/// <summary>
/// 创建多级文件夹
/// </summary>
/// <param name="path"></param>
... | 24.822222 | 67 | 0.400179 |
d14d09296efd42643483c31593e9312d067c7433 | 342 | cs | C# | Data Access/Apollo.DataAccess.EF/Mapping/SysCheckEmailMap.cs | hancheester/apollo | 9d2f58d761d6b59694153302f6e0470b946fcad9 | [
"MIT"
] | 2 | 2020-08-01T01:28:24.000Z | 2021-04-16T03:50:18.000Z | Data Access/Apollo.DataAccess.EF/Mapping/SysCheckEmailMap.cs | hancheester/apollo | 9d2f58d761d6b59694153302f6e0470b946fcad9 | [
"MIT"
] | 5 | 2020-04-05T22:12:19.000Z | 2020-04-06T21:35:28.000Z | Data Access/Apollo.DataAccess.EF/Mapping/SysCheckEmailMap.cs | hancheester/apollo | 9d2f58d761d6b59694153302f6e0470b946fcad9 | [
"MIT"
] | null | null | null | using Apollo.Core.Model.Entity;
using System.Data.Entity.ModelConfiguration;
namespace Apollo.DataAccess.EF.Mapping
{
public class SysCheckEmailMap : EntityTypeConfiguration<SysCheckEmail>
{
public SysCheckEmailMap()
{
this.ToTable("SysCheckEmail");
this.HasKey(s => s.I... | 22.8 | 74 | 0.649123 |
88a37f3c2fe76b7ef1ad284940453410b830b534 | 473 | cs | C# | DotNetRuServerHipstaMVP/DotNetRuServerHipstaMVP.Api/Application/Extensions/SettingsExtensions.cs | egorikas/DotNetRuServerHipstaMVP | 1cf5013bb09227da060bfd849258218608449d1f | [
"MIT"
] | null | null | null | DotNetRuServerHipstaMVP/DotNetRuServerHipstaMVP.Api/Application/Extensions/SettingsExtensions.cs | egorikas/DotNetRuServerHipstaMVP | 1cf5013bb09227da060bfd849258218608449d1f | [
"MIT"
] | null | null | null | DotNetRuServerHipstaMVP/DotNetRuServerHipstaMVP.Api/Application/Extensions/SettingsExtensions.cs | egorikas/DotNetRuServerHipstaMVP | 1cf5013bb09227da060bfd849258218608449d1f | [
"MIT"
] | null | null | null | using DotNetRuServerHipstaMVP.Api.Application.Options;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetRuServerHipstaMVP.Api.Application.Extensions
{
public static class SettingsExtensions
{
public static void ConfigureSettings(this IServiceColl... | 33.785714 | 108 | 0.77167 |
846a018fe92f1e6cd62155e617fede8a9dd47858 | 6,515 | cs | C# | v5.x/Examples/SciChart.Examples.Demo/Helpers/UsageTracking/SyncUsageHelper.cs | babusoundrarajan/scichart.wpf.examples | 29228016dc53ea0fbb3eb9e0b07ae4cbc2a1694e | [
"MIT"
] | 2 | 2021-09-16T07:34:38.000Z | 2022-03-13T09:43:12.000Z | v5.x/Examples/SciChart.Examples.Demo/Helpers/UsageTracking/SyncUsageHelper.cs | kiranksm2/wpf_charts | 73821cc744b566cd2dd18d8abb628322cc817bfe | [
"MIT"
] | null | null | null | v5.x/Examples/SciChart.Examples.Demo/Helpers/UsageTracking/SyncUsageHelper.cs | kiranksm2/wpf_charts | 73821cc744b566cd2dd18d8abb628322cc817bfe | [
"MIT"
] | 3 | 2020-03-02T16:22:49.000Z | 2022-03-13T09:43:13.000Z | using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Xml.Linq;
using Microsoft.Practices.Unity;
using System;
using SciChart.Wpf.UI.Bootstrap;
namespace SciChart.Examples.Demo.Helpers.UsageTracking
{
[ExportType(typeof(ISyncUsageHelper), CreateAs.Singleton)]
public class SyncUsage... | 39.484848 | 145 | 0.492249 |
53a16d7f916d04e7a1c7b0d2d19332b56d7d6612 | 6,184 | cs | C# | RWM_Database/Utility/ExportExcel.cs | JamesGMeadows/SLAC_Project | 226d4543eb0195e99ece7f2a3e4481dd35ce5127 | [
"Apache-2.0"
] | null | null | null | RWM_Database/Utility/ExportExcel.cs | JamesGMeadows/SLAC_Project | 226d4543eb0195e99ece7f2a3e4481dd35ce5127 | [
"Apache-2.0"
] | null | null | null | RWM_Database/Utility/ExportExcel.cs | JamesGMeadows/SLAC_Project | 226d4543eb0195e99ece7f2a3e4481dd35ce5127 | [
"Apache-2.0"
] | null | null | null | using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
namespace RWM_Database.Utility
{
/*
* Class description: Last minute setup to ex... | 42.944444 | 183 | 0.573415 |
53a584fcce87064514b3e1922991f15e758371bd | 1,247 | cs | C# | 491P1/Assets/AirStrike/Scripts/Componet/Spawner.cs | Sup123101/AirStrike | dd2f40a6336b1d1e5b7ee73cf64ab1daa2687442 | [
"MIT"
] | null | null | null | 491P1/Assets/AirStrike/Scripts/Componet/Spawner.cs | Sup123101/AirStrike | dd2f40a6336b1d1e5b7ee73cf64ab1daa2687442 | [
"MIT"
] | null | null | null | 491P1/Assets/AirStrike/Scripts/Componet/Spawner.cs | Sup123101/AirStrike | dd2f40a6336b1d1e5b7ee73cf64ab1daa2687442 | [
"MIT"
] | 1 | 2018-12-23T13:18:29.000Z | 2018-12-23T13:18:29.000Z | /// <summary>
/// Spawner. this scripts just a spawner object.
/// </summary>
using UnityEngine;
using System.Collections;
namespace AirStrikeKit
{
public class Spawner : MonoBehaviour
{
private Transform Objectman = null;
// object to spawn
private float timeSpawn = 0;
private int timeSpawnMax = 0;
privat... | 23.980769 | 199 | 0.678428 |
d1e28aff5d0284a7ee751dcaa41e6e9cacb7f1a1 | 438 | cs | C# | HikePlanner/BL/IEquipmentBL.cs | 210503-Reston-NET/West_Coasters_P2 | 72aa26b3422dee5fc4286a29d8d0f7f641c36438 | [
"MIT"
] | 1 | 2021-06-07T20:50:37.000Z | 2021-06-07T20:50:37.000Z | HikePlanner/BL/IEquipmentBL.cs | 210503-Reston-NET/West_Coasters_P2 | 72aa26b3422dee5fc4286a29d8d0f7f641c36438 | [
"MIT"
] | 34 | 2021-06-05T12:45:13.000Z | 2021-06-21T21:22:22.000Z | HikePlanner/BL/IEquipmentBL.cs | 210503-Reston-NET/West_Coasters_P2 | 72aa26b3422dee5fc4286a29d8d0f7f641c36438 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using Models;
using System.Threading.Tasks;
namespace BL
{
public interface IEquipmentBL
{
Task<List<Equipment>> GetAllEquipmentsAsync();
Task<Equipment> AddEquipmentAsync(Equipment equipment);
Task DeleteEquipmentAsync(Equipment equipment);
Tas... | 29.2 | 66 | 0.732877 |
d1e3bd21947a63e674ff8eab70bbaca45ca4df44 | 534 | cs | C# | TestMod/ConsoleCommands/CreateCategoryTabCommand.cs | koosemose/Jotunn | 3a340735a2b6b93c90715b173d74895f1655cc52 | [
"MIT"
] | null | null | null | TestMod/ConsoleCommands/CreateCategoryTabCommand.cs | koosemose/Jotunn | 3a340735a2b6b93c90715b173d74895f1655cc52 | [
"MIT"
] | null | null | null | TestMod/ConsoleCommands/CreateCategoryTabCommand.cs | koosemose/Jotunn | 3a340735a2b6b93c90715b173d74895f1655cc52 | [
"MIT"
] | null | null | null | using UnityEngine;
using Jotunn.Entities;
using Jotunn.Managers;
namespace TestMod.ConsoleCommands
{
public class CreateCategoryTabCommand : ConsoleCommand
{
public override string Name => "create_cat";
public override string Help => "Create a new category tab on the fly";
public ove... | 22.25 | 78 | 0.593633 |
4dbe9a0b789554474d737b59087b399589b691b8 | 667 | cs | C# | Fluffle.Thumbnail/FluffleThumbnailResult.cs | NoppesTheFolf/Fluffle | 24d6e9b4591749debf846f17e5da6fa709bcc0e1 | [
"MIT"
] | null | null | null | Fluffle.Thumbnail/FluffleThumbnailResult.cs | NoppesTheFolf/Fluffle | 24d6e9b4591749debf846f17e5da6fa709bcc0e1 | [
"MIT"
] | null | null | null | Fluffle.Thumbnail/FluffleThumbnailResult.cs | NoppesTheFolf/Fluffle | 24d6e9b4591749debf846f17e5da6fa709bcc0e1 | [
"MIT"
] | null | null | null | namespace Noppes.Fluffle.Thumbnail
{
public class FluffleThumbnailResult
{
/// <summary>
/// Width of the generated thumbnail.
/// </summary>
public int Width { get; set; }
/// <summary>
/// Offset in percentages to center the content horizontally.
/// <... | 25.653846 | 69 | 0.536732 |
79d97ef5bf3cf300c7b40db648e54733b1a14948 | 1,345 | cshtml | C# | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Views/QueuedEmail/Edit.cshtml | jonmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | 2 | 2019-07-30T13:26:30.000Z | 2020-10-14T05:35:08.000Z | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Views/QueuedEmail/Edit.cshtml | jenmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | null | null | null | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Views/QueuedEmail/Edit.cshtml | jenmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | null | null | null | @model QueuedEmailModel
@{
ViewBag.Title = T("Admin.System.QueuedEmails.EditQueuedEmailDetails").Text;
}
@using (Html.BeginForm())
{
<div class="section-header">
<div class="title">
@T("Admin.System.QueuedEmails.EditQueuedEmailDetails") @Html.ActionLink("(" + T("Admin.System.QueuedEmails.Ba... | 48.035714 | 159 | 0.641636 |
030a59f0ce5ace75542dcb3e81437a51551eb7a1 | 7,263 | cs | C# | EmberFlexberry/Objects/Detail.cs | kafnevod/FlexberryEmberTestStand.ODataBackend | 6cbac2f02d0e65e85130835add93728691f1393c | [
"MIT"
] | null | null | null | EmberFlexberry/Objects/Detail.cs | kafnevod/FlexberryEmberTestStand.ODataBackend | 6cbac2f02d0e65e85130835add93728691f1393c | [
"MIT"
] | 7 | 2019-01-09T06:33:33.000Z | 2019-04-26T12:19:23.000Z | EmberFlexberry/Objects/Detail.cs | kafnevod/FlexberryEmberTestStand.ODataBackend | 6cbac2f02d0e65e85130835add93728691f1393c | [
"MIT"
] | 3 | 2019-01-17T11:58:03.000Z | 2021-01-29T12:21:02.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-ge... | 34.421801 | 111 | 0.523475 |
66061da1f5e96c5a80c0fab31372b71148382766 | 278 | cs | C# | Ryr.XrmToolBox.SolutionInstaller/DefinitionClasses/SolutionFormat.cs | rajyraman/Solution-Installer-for-XrmToolBox | 632672bc09237b0894da1f475ff186c29e6a7c5b | [
"MIT"
] | 7 | 2018-02-01T10:49:41.000Z | 2021-03-16T09:29:10.000Z | Ryr.XrmToolBox.SolutionInstaller/DefinitionClasses/SolutionFormat.cs | rajyraman/Solution-Installer-for-XrmToolBox | 632672bc09237b0894da1f475ff186c29e6a7c5b | [
"MIT"
] | 8 | 2018-02-07T00:01:46.000Z | 2021-03-16T02:28:07.000Z | Ryr.XrmToolBox.SolutionInstaller/DefinitionClasses/SolutionFormat.cs | rajyraman/Solution-Installer-for-XrmToolBox | 632672bc09237b0894da1f475ff186c29e6a7c5b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ryr.XrmToolBox.SolutionInstaller.DefinitionClasses
{
public enum SolutionFormat
{
Managed,
Unmanaged,
Invalid
}
}
| 17.375 | 60 | 0.71223 |
ff0f3cd11bb811b2a002269fd47bdb864a96ae34 | 1,647 | cs | C# | src/NetCoreForce.Models/SfSiteDetail.cs | nater540/NetCoreForce | 7191358dd229ca704e99d25c9cadd514988614ab | [
"MIT"
] | 69 | 2017-07-12T20:20:47.000Z | 2022-03-22T15:00:02.000Z | src/NetCoreForce.Models/SfSiteDetail.cs | nater540/NetCoreForce | 7191358dd229ca704e99d25c9cadd514988614ab | [
"MIT"
] | 33 | 2018-03-02T15:17:17.000Z | 2022-03-03T11:42:09.000Z | src/NetCoreForce.Models/SfSiteDetail.cs | nater540/NetCoreForce | 7191358dd229ca704e99d25c9cadd514988614ab | [
"MIT"
] | 49 | 2017-07-10T14:54:15.000Z | 2022-03-01T02:02:36.000Z | // SF API version v50.0
// Custom fields included: False
// Relationship objects included: True
using System;
using NetCoreForce.Client.Models;
using NetCoreForce.Client.Attributes;
using Newtonsoft.Json;
namespace NetCoreForce.Models
{
///<summary>
/// Site Detail
///<para>SObject Name: SiteDetail</para>
///<par... | 24.58209 | 56 | 0.655738 |
5f7cfff77ff53695bea4b35c6c9043792080d231 | 31,854 | cs | C# | FortisInternational/FortisInternational/client/FormBankMenu.Designer.cs | sergguz/AcademicProjectCSharp | 8e1b7fc607dd14e33e6376c0e07e098ab37add21 | [
"MIT"
] | null | null | null | FortisInternational/FortisInternational/client/FormBankMenu.Designer.cs | sergguz/AcademicProjectCSharp | 8e1b7fc607dd14e33e6376c0e07e098ab37add21 | [
"MIT"
] | null | null | null | FortisInternational/FortisInternational/client/FormBankMenu.Designer.cs | sergguz/AcademicProjectCSharp | 8e1b7fc607dd14e33e6376c0e07e098ab37add21 | [
"MIT"
] | null | null | null | namespace FortisInternational.client
{
partial class FormBankMenu
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summar... | 47.121302 | 167 | 0.579362 |
6fb7ecf3524ce0bb3309149d233d44d88ddf121c | 2,848 | cs | C# | aoc2015/Day_13.cs | chromex/adventofcode | 90e40fb3b435b696dd0046f0f2c2179d9b2cf3c6 | [
"MIT"
] | null | null | null | aoc2015/Day_13.cs | chromex/adventofcode | 90e40fb3b435b696dd0046f0f2c2179d9b2cf3c6 | [
"MIT"
] | 6 | 2020-12-04T04:44:29.000Z | 2021-12-06T03:26:15.000Z | aoc2015/Day_13.cs | chromex/adventofcode | 90e40fb3b435b696dd0046f0f2c2179d9b2cf3c6 | [
"MIT"
] | null | null | null | using AoCUtil;
using System;
using System.Collections.Generic;
using System.Linq;
namespace aoc2015
{
class Day_13 : BetterBaseDay
{
private int[] fastHappy = new int[100];
private List<string> people;
private int maxd = int.MinValue;
private int GetHappiness(int i, int j) => ... | 25.20354 | 92 | 0.400281 |
6fc0a76fd9a38aff0be89a0d5c955d738a99e7b9 | 522 | cs | C# | EventsExpress.Db/Configurations/UnitOfMeasuringConfiguration.cs | ita-social-projects/EventsExpress | 321727ee924f62c12d7f1f89acf6bfbb86c1bbd0 | [
"MIT"
] | 23 | 2020-12-29T22:05:09.000Z | 2022-03-22T20:32:59.000Z | EventsExpress.Db/Configurations/UnitOfMeasuringConfiguration.cs | ita-social-projects/EventsExpress | 321727ee924f62c12d7f1f89acf6bfbb86c1bbd0 | [
"MIT"
] | 737 | 2020-12-21T12:52:04.000Z | 2022-03-30T09:21:50.000Z | EventsExpress.Db/Configurations/UnitOfMeasuringConfiguration.cs | ita-social-projects/EventsExpress | 321727ee924f62c12d7f1f89acf6bfbb86c1bbd0 | [
"MIT"
] | 10 | 2021-01-12T10:24:05.000Z | 2021-12-14T16:07:57.000Z | using EventsExpress.Db.Entities;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace EventsExpress.Db.Configuration
{
public class UnitOfMeasuringConfiguration : IEntityTypeConfiguration<UnitOfMeasuring>
{
public void Configure(EntityTypeBuilder<UnitOf... | 30.705882 | 89 | 0.687739 |
af99c102b4dbae33bca0d5130915471ad2cafa0a | 621 | cs | C# | Source/Kernel/Projections/Engine/Changes/NullChangesetStorage.cs | Cratis/cratis | 39256544e0917dc07f38ede77874d204dec51401 | [
"MIT"
] | null | null | null | Source/Kernel/Projections/Engine/Changes/NullChangesetStorage.cs | Cratis/cratis | 39256544e0917dc07f38ede77874d204dec51401 | [
"MIT"
] | 39 | 2021-09-27T19:30:36.000Z | 2022-01-19T12:23:00.000Z | Source/Kernel/Projections/Engine/Changes/NullChangesetStorage.cs | Cratis/cratis | 39256544e0917dc07f38ede77874d204dec51401 | [
"MIT"
] | null | null | null | // Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Dynamic;
using Cratis.Changes;
using Cratis.Execution;
namespace Cratis.Events.Projections.Changes
{
/// <summary>
/// Represents a null <see cref="I... | 32.684211 | 144 | 0.726248 |
ccc7576384a160b912cc4e1711ba304b35ba946a | 13,363 | cs | C# | src/dotnet/opennurbs/opennurbs_polylinecurve.cs | sbialkowski-pixel/rhino3dm | f65d5a48387594e8facfe56542f671ed71ecf70e | [
"MIT"
] | null | null | null | src/dotnet/opennurbs/opennurbs_polylinecurve.cs | sbialkowski-pixel/rhino3dm | f65d5a48387594e8facfe56542f671ed71ecf70e | [
"MIT"
] | null | null | null | src/dotnet/opennurbs/opennurbs_polylinecurve.cs | sbialkowski-pixel/rhino3dm | f65d5a48387594e8facfe56542f671ed71ecf70e | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using Pixel.Rhino.Display;
using System.Runtime.Serialization;
using Pixel.Rhino.Runtime.InteropWrappers;
using Pixel.Rhino.Runtime;
namespace Pixel.Rhino.Geometry
{
/// <summary>
/// Represents the geometry of a set of linked line segments.
/// <para>This is fundamentally ... | 38.399425 | 162 | 0.571429 |
5e55d77593eabb08f5765976b937f2cf734cf530 | 2,028 | cs | C# | Packages/ca.tekly.common/Runtime/Terminal/Commands/PlayerPrefsCommands.cs | FodderMK/tekly-packages | 908a58ecff855427d4a52446eac237bdea91f81f | [
"MIT"
] | 1 | 2022-03-29T15:02:56.000Z | 2022-03-29T15:02:56.000Z | Packages/ca.tekly.common/Runtime/Terminal/Commands/PlayerPrefsCommands.cs | FodderMK/tekly-packages | 908a58ecff855427d4a52446eac237bdea91f81f | [
"MIT"
] | 1 | 2022-03-12T06:20:52.000Z | 2022-03-12T06:20:52.000Z | Packages/ca.tekly.common/Runtime/Terminal/Commands/PlayerPrefsCommands.cs | FodderMK/tekly-packages | 908a58ecff855427d4a52446eac237bdea91f81f | [
"MIT"
] | 1 | 2022-03-07T16:32:59.000Z | 2022-03-07T16:32:59.000Z | using UnityEngine;
namespace Tekly.Common.Terminal.Commands
{
public class PlayerPrefsCommands : ICommandSource
{
[Command("prefs.float")]
[Help("Get or set a PlayerPrefs float")]
public string Float(string pref, float? value)
{
if (value.HasValue) {
... | 29.823529 | 80 | 0.488166 |
c1ae150e049d0631beb5765f3692047485b9ba07 | 10,712 | cs | C# | AsgardFramework.WoWAPI/IGameAPIFunctions.cs | mld2929/AsgardFramework | 1b5fbe6a3831251094e036b25951f75f71605051 | [
"Unlicense"
] | null | null | null | AsgardFramework.WoWAPI/IGameAPIFunctions.cs | mld2929/AsgardFramework | 1b5fbe6a3831251094e036b25951f75f71605051 | [
"Unlicense"
] | 8 | 2021-02-18T23:06:56.000Z | 2021-03-10T15:43:51.000Z | AsgardFramework.WoWAPI/IGameAPIFunctions.cs | mld2929/AsgardFramework | 1b5fbe6a3831251094e036b25951f75f71605051 | [
"Unlicense"
] | null | null | null | using System.Threading.Tasks;
using AsgardFramework.WoWAPI.LuaData;
namespace AsgardFramework.WoWAPI
{
public interface IGameAPIFunctions
{
#region Methods
/// <summary>
/// Begins auto-attack against the player's current target. (If the "Auto Attack/Auto Shot" option is turned o... | 41.84375 | 135 | 0.529593 |
6bf4a141bf4e661afb3fd6fb29fb91408aa3dec0 | 985 | cs | C# | Assets/_Project/Scripts/Weapon/WeponMechanics/CheckCoolDown.cs | mukund333/sneal | abf915aed67f82fb7c385ddd9128b0323629fe57 | [
"MIT"
] | null | null | null | Assets/_Project/Scripts/Weapon/WeponMechanics/CheckCoolDown.cs | mukund333/sneal | abf915aed67f82fb7c385ddd9128b0323629fe57 | [
"MIT"
] | null | null | null | Assets/_Project/Scripts/Weapon/WeponMechanics/CheckCoolDown.cs | mukund333/sneal | abf915aed67f82fb7c385ddd9128b0323629fe57 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using SnealUltra.Assets._Project.Scripts.Mixins;
public class CheckCoolDown : MixinBase
{
[SerializeField]
public CurrentWeaponData weaponDefination;
[SerializeField]
float cooldownTimer=0.5f;
float cooldow... | 19.7 | 65 | 0.550254 |
9b31b9c8286fc6b8b0feb4e2907003197625a833 | 73,412 | cs | C# | SimpleWMI/Win32.cs | jameshball/SimpleWMI | 8fe3f6ba20d4c7cce34d9e6ffd50f5fdeada0ec1 | [
"MIT"
] | 8 | 2019-02-21T18:18:32.000Z | 2021-04-30T17:30:12.000Z | SimpleWMI/Win32.cs | jamesballs/SimpleWMI | 8fe3f6ba20d4c7cce34d9e6ffd50f5fdeada0ec1 | [
"MIT"
] | null | null | null | SimpleWMI/Win32.cs | jamesballs/SimpleWMI | 8fe3f6ba20d4c7cce34d9e6ffd50f5fdeada0ec1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SimpleWMI
{
public class Win32
{
public const string DeviceChangeEvent = "Win32_DeviceChangeEvent";
public const string SystemConfigurationChangeEvent = "Win32_SystemCo... | 97.882667 | 260 | 0.81864 |
beaaa0882f8c953fa686aaa826759f488aed008b | 3,689 | cs | C# | InsomniaService/Modules/SessionHelper/SessionHelperInstance.cs | MadWizardDE/Insomnia | c0c62fb40a63632ba9237fa55b969a2bb545bcae | [
"Unlicense"
] | null | null | null | InsomniaService/Modules/SessionHelper/SessionHelperInstance.cs | MadWizardDE/Insomnia | c0c62fb40a63632ba9237fa55b969a2bb545bcae | [
"Unlicense"
] | null | null | null | InsomniaService/Modules/SessionHelper/SessionHelperInstance.cs | MadWizardDE/Insomnia | c0c62fb40a63632ba9237fa55b969a2bb545bcae | [
"Unlicense"
] | 1 | 2020-07-07T08:58:15.000Z | 2020-07-07T08:58:15.000Z | using MadWizard.Insomnia.Tools;
using NamedPipeWrapper;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Timers;
using System.Threading;
using System.Threading.Tasks;
namespac... | 27.736842 | 107 | 0.510436 |
8b3831963239fb20bfb300f148f625091a5163df | 5,305 | cs | C# | Simple Bee/Assets/Services/Analytics/Tracker/TrackableProperty/Editor/CustomEnumPopup.cs | ilerio/Simple-Bee-cosc442 | e6dfb5e0ba0a4e0350020e228b72c9a65be749ad | [
"MIT"
] | null | null | null | Simple Bee/Assets/Services/Analytics/Tracker/TrackableProperty/Editor/CustomEnumPopup.cs | ilerio/Simple-Bee-cosc442 | e6dfb5e0ba0a4e0350020e228b72c9a65be749ad | [
"MIT"
] | null | null | null | Simple Bee/Assets/Services/Analytics/Tracker/TrackableProperty/Editor/CustomEnumPopup.cs | ilerio/Simple-Bee-cosc442 | e6dfb5e0ba0a4e0350020e228b72c9a65be749ad | [
"MIT"
] | null | null | null | using UnityEditor;
using System;
using System.Collections.Generic;
namespace UnityEngine.Analytics.Experimental.Tracker
{
class CustomEnumPopup
{
public static Type GetEnumType(string enumName)
{
foreach (var assembly in AppDomain.CurrentDomain.GetAssemblies())
{
... | 41.771654 | 116 | 0.497078 |
412f55459ba5c15a918a94ee56f8a24b980645eb | 535 | cs | C# | WowGuildManager/WowGuildManager.Models/BindingModels/Raids/RaidCreateBindingModel.cs | MomchilAngelovv/WoWGuildManager | 4f29c3d462605bcb1af8c6715870c8ebf2af9ea6 | [
"MIT"
] | null | null | null | WowGuildManager/WowGuildManager.Models/BindingModels/Raids/RaidCreateBindingModel.cs | MomchilAngelovv/WoWGuildManager | 4f29c3d462605bcb1af8c6715870c8ebf2af9ea6 | [
"MIT"
] | null | null | null | WowGuildManager/WowGuildManager.Models/BindingModels/Raids/RaidCreateBindingModel.cs | MomchilAngelovv/WoWGuildManager | 4f29c3d462605bcb1af8c6715870c8ebf2af9ea6 | [
"MIT"
] | null | null | null | namespace WowGuildManager.Models.BindingModels.Raids
{
using System;
using System.ComponentModel.DataAnnotations;
using WowGuildManager.Common.GlobalConstants;
public class RaidCreateBindingModel
{
[Required]
public DateTime DateTime { get; set; }
[Required]
publi... | 23.26087 | 57 | 0.659813 |
acdb0ee30f6dc631f3e181b67eb8a577538ce26a | 655 | cs | C# | GrpcCacher.SqlServer/Extention.cs | zl33842901/GrpcCacher | a0f161594c4ad319e20044655235669ac37b3515 | [
"MIT"
] | null | null | null | GrpcCacher.SqlServer/Extention.cs | zl33842901/GrpcCacher | a0f161594c4ad319e20044655235669ac37b3515 | [
"MIT"
] | null | null | null | GrpcCacher.SqlServer/Extention.cs | zl33842901/GrpcCacher | a0f161594c4ad319e20044655235669ac37b3515 | [
"MIT"
] | null | null | null | using GrpcCacher.Core;
using Microsoft.Extensions.DependencyInjection;
using System;
namespace GrpcCacher.SqlServer
{
public static class Extention
{
public static IServiceCollection AddGrpcCacher(this IServiceCollection services, Action<IServiceProvider, GrpcCacherConfig> action = null)
{
... | 29.772727 | 146 | 0.632061 |
e24bd893b31c1254a1448ac6801cb1c9144af1bd | 532 | cs | C# | MasterUTM.BarcodeScannerEmulator.Infrastructure/Events/Events.cs | asdas3r/MasterUTM-BarcodeScannerEmulator | 2ecc9f2e8690ccc0157ebba6e28ed3ea870dccf7 | [
"MIT"
] | null | null | null | MasterUTM.BarcodeScannerEmulator.Infrastructure/Events/Events.cs | asdas3r/MasterUTM-BarcodeScannerEmulator | 2ecc9f2e8690ccc0157ebba6e28ed3ea870dccf7 | [
"MIT"
] | null | null | null | MasterUTM.BarcodeScannerEmulator.Infrastructure/Events/Events.cs | asdas3r/MasterUTM-BarcodeScannerEmulator | 2ecc9f2e8690ccc0157ebba6e28ed3ea870dccf7 | [
"MIT"
] | null | null | null | using System.Collections.ObjectModel;
using Prism.Events;
using Prism.Services.Dialogs;
namespace MasterUTM.BarcodeScannerEmulator.Infrastructure.Events
{
public class UpdateActiveProcessEvent : PubSubEvent<string> { }
public class ActiveProcessExitedEvent : PubSubEvent<string> { }
public class Transfe... | 29.555556 | 86 | 0.789474 |
484f978425660b718fa093984aef4098bf9b68d7 | 17,837 | cs | C# | UI/CVSPFileManager.cs | CarnationRED/CarnationVariableSectionPart | c5bad4fa060b07ff6dc0cd3bcd126acd0ddede2a | [
"MIT"
] | null | null | null | UI/CVSPFileManager.cs | CarnationRED/CarnationVariableSectionPart | c5bad4fa060b07ff6dc0cd3bcd126acd0ddede2a | [
"MIT"
] | null | null | null | UI/CVSPFileManager.cs | CarnationRED/CarnationVariableSectionPart | c5bad4fa060b07ff6dc0cd3bcd126acd0ddede2a | [
"MIT"
] | 1 | 2020-03-28T10:10:53.000Z | 2020-03-28T10:10:53.000Z | #undef UNITY_EDITOR
using System;
using System.Collections;
using System.IO;
using System.Reflection;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace CarnationVariableSectionPart.UI
{
internal class CVSPFileManager : MonoBehaviour
{
#if UNITY_EDITOR
public static str... | 37.951064 | 176 | 0.476594 |
3e4071dbf878235df25a5e53b4667433d538fc2d | 2,594 | cs | C# | src/LightWiki.Wiki/Features/Articles/Handlers/GetArticlesHandler.cs | Tarikan/LightWiki | 9b626868ca7e86e34c2ba6c1181a5c141942132c | [
"MIT"
] | null | null | null | src/LightWiki.Wiki/Features/Articles/Handlers/GetArticlesHandler.cs | Tarikan/LightWiki | 9b626868ca7e86e34c2ba6c1181a5c141942132c | [
"MIT"
] | null | null | null | src/LightWiki.Wiki/Features/Articles/Handlers/GetArticlesHandler.cs | Tarikan/LightWiki | 9b626868ca7e86e34c2ba6c1181a5c141942132c | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using AutoMapper;
using LightWiki.Data;
using LightWiki.Domain.Enums;
using LightWiki.Domain.Extensions;
using LightWiki.Domain.Models;
using LightWiki.Features.Articles.Requests;
using LightWiki.Features.Article... | 34.131579 | 107 | 0.704703 |
1aa6bc46bf855f5fa0238361ca59f95501e2f783 | 12,514 | cs | C# | Code/Provider/Source/Basement/EF/Dbms/Firebird/V03_0_0/Query/Sql/D3/Expressions/Translators/Code/Op2/Coalesce/FB_V03_0_0__Sql_ETranslator_Op2__Coalesce.cs | ibprovider/Lcpi.EFCore.LcpiOleDb-v06.00 | b65355d7347d4adf72dd02e44a714d62a1685ada | [
"MIT"
] | null | null | null | Code/Provider/Source/Basement/EF/Dbms/Firebird/V03_0_0/Query/Sql/D3/Expressions/Translators/Code/Op2/Coalesce/FB_V03_0_0__Sql_ETranslator_Op2__Coalesce.cs | ibprovider/Lcpi.EFCore.LcpiOleDb-v06.00 | b65355d7347d4adf72dd02e44a714d62a1685ada | [
"MIT"
] | null | null | null | Code/Provider/Source/Basement/EF/Dbms/Firebird/V03_0_0/Query/Sql/D3/Expressions/Translators/Code/Op2/Coalesce/FB_V03_0_0__Sql_ETranslator_Op2__Coalesce.cs | ibprovider/Lcpi.EFCore.LcpiOleDb-v06.00 | b65355d7347d4adf72dd02e44a714d62a1685ada | [
"MIT"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//EF Core Provider for LCPI OLE DB.
// IBProvider and Contributors. 23.06.2021.
using System;
using System.Diagnostics;
using System.Linq.Expressions;
using Microsoft.EntityFrameworkCore.Query.SqlExpr... | 77.726708 | 173 | 0.785201 |
ae4a1ae11c9b77874295cb66fd6cb8d996e9acbe | 10,089 | cs | C# | algs/StdOut.cs | franklzt/DataStruct | 05c66a9004256578e2bce8a259cc045a61edee6e | [
"MIT"
] | null | null | null | algs/StdOut.cs | franklzt/DataStruct | 05c66a9004256578e2bce8a259cc045a61edee6e | [
"MIT"
] | null | null | null | algs/StdOut.cs | franklzt/DataStruct | 05c66a9004256578e2bce8a259cc045a61edee6e | [
"MIT"
] | null | null | null | /******************************************************************************
* Compilation: javac StdOut.java
* Execution: java StdOut
* Dependencies: none
*
* Writes data of various types to standard output.
*
******************************************************************************/
using Syst... | 28.580737 | 127 | 0.590941 |
ae6d514f28ffc49519fbf4599d90dc894a71e8e7 | 36,672 | cs | C# | 12.1/Core_and_URP_12.1.6/rp.urp.12.1.6/Editor/ShaderGUI/BaseShaderGUI.cs | turesnake/tpr_Unity_Render_Pipeline_LearningNotes | 5369f1fdf7d6625da05db8f3f6d89a92e6709f49 | [
"MIT"
] | null | null | null | 12.1/Core_and_URP_12.1.6/rp.urp.12.1.6/Editor/ShaderGUI/BaseShaderGUI.cs | turesnake/tpr_Unity_Render_Pipeline_LearningNotes | 5369f1fdf7d6625da05db8f3f6d89a92e6709f49 | [
"MIT"
] | null | null | null | 12.1/Core_and_URP_12.1.6/rp.urp.12.1.6/Editor/ShaderGUI/BaseShaderGUI.cs | turesnake/tpr_Unity_Render_Pipeline_LearningNotes | 5369f1fdf7d6625da05db8f3f6d89a92e6709f49 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor.Rendering;
using UnityEditor.Rendering.Universal;
using UnityEditor.ShaderGraph;
using UnityEditor.ShaderGraph.Drawing;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.Rendering.Universal;
using static Unity.Rendering... | 46.656489 | 205 | 0.624864 |
aee878a916b1c7560f61acd9f0b01a9d33cae885 | 878 | cs | C# | Harmony/HarmonyInstance.cs | erdelf/Harmony | 30f7067dfa853ab13b07b33ce9b2929090f0a4a4 | [
"MIT"
] | null | null | null | Harmony/HarmonyInstance.cs | erdelf/Harmony | 30f7067dfa853ab13b07b33ce9b2929090f0a4a4 | [
"MIT"
] | null | null | null | Harmony/HarmonyInstance.cs | erdelf/Harmony | 30f7067dfa853ab13b07b33ce9b2929090f0a4a4 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Reflection;
namespace HarmonyErdelf
{
public class HarmonyInstance
{
readonly string id;
public string Id => this.id;
public static bool debug = false;
HarmonyInstance(string id) => this.id = id;
public static HarmonyInstance Cr... | 31.357143 | 142 | 0.71754 |
f1a6524404ec932127d4e0f4fbfd3a167c6885a6 | 380 | cs | C# | Assets/Scripts/RandomSwords.cs | minhancao/RedCaster | f9b7dac540e4e56c902b8028c984fe6b07a410e3 | [
"MIT"
] | null | null | null | Assets/Scripts/RandomSwords.cs | minhancao/RedCaster | f9b7dac540e4e56c902b8028c984fe6b07a410e3 | [
"MIT"
] | null | null | null | Assets/Scripts/RandomSwords.cs | minhancao/RedCaster | f9b7dac540e4e56c902b8028c984fe6b07a410e3 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class RandomSwords : MonoBehaviour {
public Sprite[] swords;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
public void castSword()
... | 15.833333 | 44 | 0.610526 |
f1e9d5b4464d3b57fe8e1f51fc4b6c7673ed9b5c | 1,400 | cs | C# | src/GameExtensions/Tes/src/GameEstate.Extensions.Tes/Formats/Binary/Tes/Records/045-FURN.Furniture.cs | smorey2/GameEstate | 1349dd68c675ed056210b4238f5b8e7c92857933 | [
"MIT"
] | null | null | null | src/GameExtensions/Tes/src/GameEstate.Extensions.Tes/Formats/Binary/Tes/Records/045-FURN.Furniture.cs | smorey2/GameEstate | 1349dd68c675ed056210b4238f5b8e7c92857933 | [
"MIT"
] | null | null | null | src/GameExtensions/Tes/src/GameEstate.Extensions.Tes/Formats/Binary/Tes/Records/045-FURN.Furniture.cs | smorey2/GameEstate | 1349dd68c675ed056210b4238f5b8e7c92857933 | [
"MIT"
] | null | null | null | using GameEstate.Core;
using System.IO;
namespace GameEstate.Formats.Binary.Tes.Records
{
public class FURNRecord : Record, IHaveEDID, IHaveMODL
{
public override string ToString() => $"FURN: {EDID.Value}";
public STRVField EDID { get; set; } // Editor ID
public MODLGroup MODL... | 46.666667 | 171 | 0.593571 |
0e622a893dc7abf4d1c038d7ab8c762200cb4974 | 6,272 | cs | C# | src/WTG.Analyzers/Analyzers/Regex/RegexCodeFixProvider.cs | brian-reichle/WTG.Analyzers | 73fbaf98a64144a535913b749ac2c016c935dd85 | [
"Apache-2.0"
] | 10 | 2018-06-11T09:55:46.000Z | 2022-01-26T12:07:26.000Z | src/WTG.Analyzers/Analyzers/Regex/RegexCodeFixProvider.cs | brian-reichle/WTG.Analyzers | 73fbaf98a64144a535913b749ac2c016c935dd85 | [
"Apache-2.0"
] | 92 | 2017-12-14T02:16:12.000Z | 2022-03-18T05:33:06.000Z | src/WTG.Analyzers/Analyzers/Regex/RegexCodeFixProvider.cs | brian-reichle/WTG.Analyzers | 73fbaf98a64144a535913b749ac2c016c935dd85 | [
"Apache-2.0"
] | 3 | 2017-11-02T08:01:02.000Z | 2019-11-04T23:24:27.000Z | using System;
using System.Collections.Immutable;
using System.Composition;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeA... | 28.770642 | 149 | 0.71588 |
4e6054013254eee33e4a3bd2500b1d710450331a | 4,678 | cs | C# | Assets/QFramework/Framework/0.PackageKit/3.IOC/IQFrameworkContainer.cs | alexddhuang/QFramework | 9f758ee7114d7bdc26510589310e5fb60622493e | [
"MIT"
] | 1 | 2019-10-23T10:54:59.000Z | 2019-10-23T10:54:59.000Z | Assets/QFramework/Framework/0.PackageKit/3.IOC/IQFrameworkContainer.cs | alexddhuang/QFramework | 9f758ee7114d7bdc26510589310e5fb60622493e | [
"MIT"
] | null | null | null | Assets/QFramework/Framework/0.PackageKit/3.IOC/IQFrameworkContainer.cs | alexddhuang/QFramework | 9f758ee7114d7bdc26510589310e5fb60622493e | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace QF
{
public interface IQFrameworkContainer
{
/// <summary>
/// Clears all type mappings and instances.
/// </summary>
void Clear();
/// <summary>
/// Injects registered types/mappings into an... | 42.527273 | 138 | 0.599401 |
601b14052455bd7f0e19de22f0687796db187073 | 835 | cs | C# | Zelig/Zelig/RunTime/Zelig/TypeSystem/GCInfo.cs | NETMF/llilum | 7ac7669fe205572e8b572b4f3697e5f802e574be | [
"MIT"
] | 188 | 2015-07-08T21:13:28.000Z | 2022-01-01T09:29:33.000Z | Zelig/Zelig/RunTime/Zelig/TypeSystem/GCInfo.cs | lt72/llilum | 7ac7669fe205572e8b572b4f3697e5f802e574be | [
"MIT"
] | 239 | 2015-07-10T00:48:20.000Z | 2017-09-21T14:04:58.000Z | Zelig/Zelig/RunTime/Zelig/TypeSystem/GCInfo.cs | lt72/llilum | 7ac7669fe205572e8b572b4f3697e5f802e574be | [
"MIT"
] | 73 | 2015-07-09T21:02:42.000Z | 2022-01-01T09:31:26.000Z | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
namespace Microsoft.Zelig.Runtime.TypeSystem
{
using System;
using System.Collections.Generic;
public struct GCInfo
{
public enum Kind : short
{
Invalid ,
NotAPointer ,
... | 18.977273 | 110 | 0.451497 |
74c65e0368247cbb4404097425f58b51469964a1 | 1,149 | cs | C# | src/LuKaSo.Zonky/Models/Loans/LoanRating.cs | vjirovsky/LuKaSo.Zonky | f7ba31201e55a7f280332d5a83c38da02f993c9b | [
"MIT"
] | null | null | null | src/LuKaSo.Zonky/Models/Loans/LoanRating.cs | vjirovsky/LuKaSo.Zonky | f7ba31201e55a7f280332d5a83c38da02f993c9b | [
"MIT"
] | 2 | 2019-09-10T18:56:48.000Z | 2019-10-17T13:46:27.000Z | src/LuKaSo.Zonky/Models/Loans/LoanRating.cs | vjirovsky/LuKaSo.Zonky | f7ba31201e55a7f280332d5a83c38da02f993c9b | [
"MIT"
] | 1 | 2019-10-17T08:19:57.000Z | 2019-10-17T08:19:57.000Z | namespace LuKaSo.Zonky.Models.Loans
{
/// <summary>
/// Loan rating is depricated, but many contracts still using it
/// </summary>
public enum LoanRating
{
/// <summary>
/// 2,99%
/// </summary>
AAAAAA,
/// <summary>
/// 3,99%, old A** rating
... | 17.953125 | 68 | 0.361184 |
212e93cf33ed9f7cc5429d92939c8d8ca8dc5fa4 | 337 | cshtml | C# | src/sourceDev.BlazorApp/Pages/SiteListPage.cshtml | cloudscribe/graphql | 7c0b6b719f5fdc48a0ae72a47554d6dd2d2bcbc9 | [
"Apache-2.0"
] | 10 | 2018-09-19T11:29:47.000Z | 2020-09-04T02:12:44.000Z | src/sourceDev.BlazorApp/Pages/SiteListPage.cshtml | cloudscribe/graphql | 7c0b6b719f5fdc48a0ae72a47554d6dd2d2bcbc9 | [
"Apache-2.0"
] | null | null | null | src/sourceDev.BlazorApp/Pages/SiteListPage.cshtml | cloudscribe/graphql | 7c0b6b719f5fdc48a0ae72a47554d6dd2d2bcbc9 | [
"Apache-2.0"
] | 1 | 2019-11-25T05:26:50.000Z | 2019-11-25T05:26:50.000Z | @page "/siteadmin/sitelist"
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="">Home</a></li>
<li class="breadcrumb-item"><a href="siteadmin">Administration</a></li>
<li class="breadcrumb-item active" aria-current="page">Site List</li>
</ol>
</n... | 30.636364 | 79 | 0.623145 |
64069e161c8d28b27af27dbb0c4eba30db6184e1 | 181 | cs | C# | SeriousGameToolbox/lib/SeriousGameToolbox/Controllers/Phases/PhaseInput.cs | Groutcho/SeriousGameToolbox | d538eac4f08eb9bd8ca806983f1b58f0c542f283 | [
"MIT"
] | null | null | null | SeriousGameToolbox/lib/SeriousGameToolbox/Controllers/Phases/PhaseInput.cs | Groutcho/SeriousGameToolbox | d538eac4f08eb9bd8ca806983f1b58f0c542f283 | [
"MIT"
] | null | null | null | SeriousGameToolbox/lib/SeriousGameToolbox/Controllers/Phases/PhaseInput.cs | Groutcho/SeriousGameToolbox | d538eac4f08eb9bd8ca806983f1b58f0c542f283 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SeriousGameToolbox.Controllers.Phases
{
public class PhaseInput
{
}
}
| 13.923077 | 47 | 0.745856 |
64de1c61df77dd572181c480d7949ac52b6d2dc4 | 1,877 | cs | C# | d2mm/d2mm.Test/ModTest.cs | SebRut/d2mm | abffbcf571db7642fa9ee409fde0ee801c60b6c8 | [
"MIT"
] | null | null | null | d2mm/d2mm.Test/ModTest.cs | SebRut/d2mm | abffbcf571db7642fa9ee409fde0ee801c60b6c8 | [
"MIT"
] | 4 | 2015-01-06T17:54:30.000Z | 2015-01-06T18:27:57.000Z | d2mm/d2mm.Test/ModTest.cs | SebRut/d2mm | abffbcf571db7642fa9ee409fde0ee801c60b6c8 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using NUnit.Framework;
namespace de.sebastianrutofski.d2mm.Test
{
[TestFixture]
public class ModTest
{
private const string EmptyModDir = "Supahh test Mod";
private const string FilledModDir = "Senseful Spirit breaker Mod";
[SetUp]
public sta... | 33.517857 | 114 | 0.59723 |
5107d889caca521cb0646063065cbc9efab20fc0 | 593 | cs | C# | src/AngleSharp/Html/Dom/IHtmlMenuElement.cs | aidilumarov/AngleSharp | 3968eb050e142b1d94550fba407afe772232b126 | [
"MIT"
] | 10 | 2021-11-02T08:17:08.000Z | 2022-03-03T02:17:25.000Z | src/AngleSharp/Html/Dom/IHtmlMenuElement.cs | aidilumarov/AngleSharp | 3968eb050e142b1d94550fba407afe772232b126 | [
"MIT"
] | 3 | 2016-10-23T07:26:15.000Z | 2019-04-13T22:10:07.000Z | src/AngleSharp/Html/Dom/IHtmlMenuElement.cs | aidilumarov/AngleSharp | 3968eb050e142b1d94550fba407afe772232b126 | [
"MIT"
] | 3 | 2021-03-30T11:46:36.000Z | 2022-02-28T03:05:30.000Z | namespace AngleSharp.Html.Dom
{
using AngleSharp.Attributes;
using System;
/// <summary>
/// Represents the menu HTML element.
/// </summary>
[DomName("HTMLMenuElement")]
public interface IHtmlMenuElement : IHtmlElement
{
/// <summary>
/// Gets or sets the text label of... | 23.72 | 60 | 0.546374 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.