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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1a255a2750fa51267dd483da2b266d148fd3b6b6 | 642 | cs | C# | src/SFA.DAS.EmployerCommitmentsV2.Web/Models/Cohort/ConfirmProviderViewModel.cs | uk-gov-mirror/SkillsFundingAgency.das-employercommitments-v2 | 51e5ad635269cae846788fd09885900217382273 | [
"MIT"
] | 3 | 2019-07-16T21:24:22.000Z | 2022-02-20T13:14:30.000Z | src/SFA.DAS.EmployerCommitmentsV2.Web/Models/Cohort/ConfirmProviderViewModel.cs | uk-gov-mirror/SkillsFundingAgency.das-employercommitments-v2 | 51e5ad635269cae846788fd09885900217382273 | [
"MIT"
] | 26 | 2019-08-02T09:05:03.000Z | 2022-03-31T09:38:34.000Z | src/SFA.DAS.EmployerCommitmentsV2.Web/Models/Cohort/ConfirmProviderViewModel.cs | uk-gov-mirror/SkillsFundingAgency.das-employercommitments-v2 | 51e5ad635269cae846788fd09885900217382273 | [
"MIT"
] | 1 | 2021-04-11T08:34:15.000Z | 2021-04-11T08:34:15.000Z | using System.Collections.Generic;
namespace SFA.DAS.EmployerCommitmentsV2.Web.Models.Cohort
{
public class ConfirmProviderViewModel : IndexViewModel
{
public long ProviderId { get; set; }
public string ProviderName { get; set; }
public string LegalEntityName { get; set; }
publ... | 27.913043 | 65 | 0.630841 |
20d9c0c1d622b93188a2c89321cecc8e4b8f8805 | 769 | cs | C# | Trunk/DarkRoom/Assets/Scripts/Game/Scene/TileDecalLayerComp.cs | yimogod/DarkRoom | bf45d0ec94454c0145114f7ad0cf82227baffb5b | [
"Apache-2.0"
] | null | null | null | Trunk/DarkRoom/Assets/Scripts/Game/Scene/TileDecalLayerComp.cs | yimogod/DarkRoom | bf45d0ec94454c0145114f7ad0cf82227baffb5b | [
"Apache-2.0"
] | null | null | null | Trunk/DarkRoom/Assets/Scripts/Game/Scene/TileDecalLayerComp.cs | yimogod/DarkRoom | bf45d0ec94454c0145114f7ad0cf82227baffb5b | [
"Apache-2.0"
] | 1 | 2019-11-11T09:15:00.000Z | 2019-11-11T09:15:00.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DarkRoom.Game;
using DarkRoom.PCG;
namespace Sword
{
/// <summary>
/// 贴花和小装饰物层
/// </summary>
public class TileDecalLayerComp : TilePropsLayerComp
{
protected override string GetPrefabBySubType(int enumType)
{
string pre... | 18.309524 | 63 | 0.639792 |
1f389a9a9b832f891bcb5102a017a58fd4042b99 | 281 | cs | C# | src/ACME.Protocol.Model/HttpModel/Requests/Identifier.cs | unix68/ACME-Server | 42cde2ec957a502911d39022502e0026be262190 | [
"MIT"
] | 5 | 2020-07-03T05:10:55.000Z | 2021-09-16T03:52:25.000Z | src/ACME.Protocol.Model/HttpModel/Requests/Identifier.cs | unix68/ACME-Server | 42cde2ec957a502911d39022502e0026be262190 | [
"MIT"
] | 2 | 2020-06-26T01:41:21.000Z | 2020-07-09T08:13:13.000Z | src/ACME.Protocol.Model/HttpModel/Requests/Identifier.cs | unix68/ACME-Server | 42cde2ec957a502911d39022502e0026be262190 | [
"MIT"
] | 4 | 2020-09-18T08:05:03.000Z | 2022-02-20T05:41:32.000Z | namespace TGIT.ACME.Protocol.HttpModel.Requests
{
/// <summary>
/// Defines an identifier as used in orders or authorizations
/// </summary>
public class Identifier
{
public string? Type { get; set; }
public string? Value { get; set; }
}
}
| 23.416667 | 65 | 0.608541 |
9cbd93e21b3e9f2b5d93eb45aeb4f138fe034c58 | 2,268 | cs | C# | Assets/scripts/removerTapon2.cs | JocoolQ/PropiedadIntelectual | 98d5f96322cdf856cfb7f879739637406355e2eb | [
"CC0-1.0"
] | null | null | null | Assets/scripts/removerTapon2.cs | JocoolQ/PropiedadIntelectual | 98d5f96322cdf856cfb7f879739637406355e2eb | [
"CC0-1.0"
] | null | null | null | Assets/scripts/removerTapon2.cs | JocoolQ/PropiedadIntelectual | 98d5f96322cdf856cfb7f879739637406355e2eb | [
"CC0-1.0"
] | null | null | null | using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class removerTapon2 : MonoBehaviour {
public GameObject explosion;
public GameObject explosion2;
public GameObject explosion3;
public GameObject toro;
public Game... | 26.682353 | 86 | 0.699295 |
161c088864ea22d6f6b94a2191ea6fcab7ad8d8e | 3,787 | cs | C# | Controllers/HomeController.cs | davidyujia/aspnetcore-http-adapter | e5757f3e8548e13165f80910b487cd378690d32b | [
"MIT"
] | null | null | null | Controllers/HomeController.cs | davidyujia/aspnetcore-http-adapter | e5757f3e8548e13165f80910b487cd378690d32b | [
"MIT"
] | null | null | null | Controllers/HomeController.cs | davidyujia/aspnetcore-http-adapter | e5757f3e8548e13165f80910b487cd378690d32b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using HttpAdapter.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Cors;
using Microsoft.Asp... | 32.646552 | 110 | 0.588857 |
14666749ce89191e2afbf799e5ca33bcf414ea5c | 954 | cs | C# | src/backend/CSharpWars/CSharpWars.DataAccess/Repositories/Interfaces/IRepository.cs | Djohnnie/BuildCloudNativeApplications-TechoramaCafe-2020 | 16510af7efeb5de076708660644032ba051bfb2c | [
"Unlicense"
] | 1 | 2020-03-10T17:45:38.000Z | 2020-03-10T17:45:38.000Z | src/backend/CSharpWars/CSharpWars.DataAccess/Repositories/Interfaces/IRepository.cs | Djohnnie/BuildCloudNativeApplications-TechoramaCafe-2020 | 16510af7efeb5de076708660644032ba051bfb2c | [
"Unlicense"
] | null | null | null | src/backend/CSharpWars/CSharpWars.DataAccess/Repositories/Interfaces/IRepository.cs | Djohnnie/BuildCloudNativeApplications-TechoramaCafe-2020 | 16510af7efeb5de076708660644032ba051bfb2c | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Threading.Tasks;
using CSharpWars.Model.Interfaces;
namespace CSharpWars.DataAccess.Repositories.Interfaces
{
public interface IRepository<TModel>
where TModel : class, IHasId
{
Task<IList<TModel>> GetA... | 29.8125 | 134 | 0.703354 |
742d7ec07ebbf2ae43f36664f511ae8fe7389df2 | 765 | cs | C# | aspnet-core/src/markaz.Application/Test/Dto/TestDto.cs | MohammadMobasher/boilerplan | c4fda107e316c082bf2c3b36c09aaadb227145ed | [
"MIT"
] | null | null | null | aspnet-core/src/markaz.Application/Test/Dto/TestDto.cs | MohammadMobasher/boilerplan | c4fda107e316c082bf2c3b36c09aaadb227145ed | [
"MIT"
] | null | null | null | aspnet-core/src/markaz.Application/Test/Dto/TestDto.cs | MohammadMobasher/boilerplan | c4fda107e316c082bf2c3b36c09aaadb227145ed | [
"MIT"
] | null | null | null | using Abp.Application.Services.Dto;
using Abp.AutoMapper;
using markaz.TestTable;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace markaz.Test.Dto
{
[AutoMapFrom(typeof(TestTbl))]
public class TestDto : EntityDto<int>
{
... | 29.423077 | 67 | 0.677124 |
d5b672649a37fa3c52624df03740dd75bb5a3181 | 420 | cs | C# | src/Machete.X12Schema/V5010/Layouts/Maps/Loop0350_210Map.cs | ahives/Machete | 17efae58b95fad946f6edee28532cdf84d213f5d | [
"Apache-2.0"
] | 3 | 2018-04-12T20:51:06.000Z | 2021-01-27T15:53:04.000Z | src/Machete.X12Schema/V5010/Layouts/Maps/Loop0350_210Map.cs | ahives/Machete | 17efae58b95fad946f6edee28532cdf84d213f5d | [
"Apache-2.0"
] | 2 | 2020-07-30T22:31:38.000Z | 2020-08-24T06:14:23.000Z | src/Machete.X12Schema/V5010/Layouts/Maps/Loop0350_210Map.cs | ahives/Machete | 17efae58b95fad946f6edee28532cdf84d213f5d | [
"Apache-2.0"
] | 2 | 2020-02-10T22:36:24.000Z | 2021-01-27T15:56:57.000Z | namespace Machete.X12Schema.V5010.Maps
{
using X12;
using X12.Configuration;
public class Loop0350_210Map :
X12LayoutMap<Loop0350_210, X12Entity>
{
public Loop0350_210Map()
{
Id = "Loop_0350_210";
Name = "Loop 0350";
Segment(x =>... | 22.105263 | 54 | 0.55 |
2f951547c73081691f11f82873a419213b830f23 | 3,704 | cs | C# | Unity/Experiments/SeedQuestSandbox/Assets/SeedQuestSandbox/Scripts/Interactables/InteractableStateData.cs | jaywgraves/seedQuest | 4a95a3fa2106a1992abfe207d01979c99cf41c79 | [
"Apache-2.0"
] | null | null | null | Unity/Experiments/SeedQuestSandbox/Assets/SeedQuestSandbox/Scripts/Interactables/InteractableStateData.cs | jaywgraves/seedQuest | 4a95a3fa2106a1992abfe207d01979c99cf41c79 | [
"Apache-2.0"
] | null | null | null | Unity/Experiments/SeedQuestSandbox/Assets/SeedQuestSandbox/Scripts/Interactables/InteractableStateData.cs | jaywgraves/seedQuest | 4a95a3fa2106a1992abfe207d01979c99cf41c79 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using UnityEngine;
namespace SeedQuest.Interactables
{
[System.Serializable]
public class InteractableState
{
public string actionName = "";
public GameObject prefab = null;
public Vector3 positionOffset = Vector3.zero;
public Mesh mesh =... | 35.615385 | 110 | 0.576404 |
2fe46f526d6dea5470b846399661beba7f20b7db | 2,281 | cs | C# | UserActivities/Infrastructure.Test/ActiveProgramServiceTest.cs | abbirku/UserActivity | a5ef89a37900336d2d5c93b0e6f245ed327c0c5c | [
"MIT"
] | null | null | null | UserActivities/Infrastructure.Test/ActiveProgramServiceTest.cs | abbirku/UserActivity | a5ef89a37900336d2d5c93b0e6f245ed327c0c5c | [
"MIT"
] | 9 | 2021-08-15T19:43:45.000Z | 2021-09-25T14:08:29.000Z | UserActivities/Infrastructure.Test/ActiveProgramServiceTest.cs | abbirku/WebCamImageSync | a5ef89a37900336d2d5c93b0e6f245ed327c0c5c | [
"MIT"
] | null | null | null | using Autofac.Extras.Moq;
using CoreActivities.ActiveProgram;
using CoreActivities.FileManager;
using Infrastructure.ActiveProgram;
using Moq;
using NUnit.Framework;
using Shouldly;
using System;
using System.Threading.Tasks;
namespace Infrastructure.Test
{
[TestFixture]
public class ActiveProgramServiceTest
... | 30.413333 | 126 | 0.625603 |
5121561d6d6b491f37767f0c9ca2ffb24571587b | 1,406 | cs | C# | Urania/Urania.Desktop/WireParametersValidator.cs | MossPiglets/Urania- | 4f7b466370d1a6e2fb1f7660cdbbff8cab5e797e | [
"MIT"
] | 1 | 2021-07-27T05:19:14.000Z | 2021-07-27T05:19:14.000Z | Urania/Urania.Desktop/WireParametersValidator.cs | MossPiglets/Urania- | 4f7b466370d1a6e2fb1f7660cdbbff8cab5e797e | [
"MIT"
] | 4 | 2021-08-25T09:28:37.000Z | 2021-10-05T14:27:42.000Z | Urania/Urania.Desktop/WireParametersValidator.cs | MossPiglets/Urania | 4f7b466370d1a6e2fb1f7660cdbbff8cab5e797e | [
"MIT"
] | null | null | null | using FluentValidation;
namespace Urania.Desktop {
public class WireParametersValidator: AbstractValidator<WireParameters> {
public WireParametersValidator() {
When(a => a.Ar != null, () => {
RuleFor(a => a.Ar)
.GreaterThan(0)
.WithMessag... | 38 | 77 | 0.413229 |
7b1a514fc8175eafd8891ca4cbacf7f4e7e378be | 5,448 | cs | C# | IoTEventToTwinProperties/IoTHubToTwinPropertiesFunction.cs | Epicor/IoTHubMessageToTwin | 523c90d166318ac244496203f1464a15cf390e75 | [
"Apache-2.0"
] | null | null | null | IoTEventToTwinProperties/IoTHubToTwinPropertiesFunction.cs | Epicor/IoTHubMessageToTwin | 523c90d166318ac244496203f1464a15cf390e75 | [
"Apache-2.0"
] | null | null | null | IoTEventToTwinProperties/IoTHubToTwinPropertiesFunction.cs | Epicor/IoTHubMessageToTwin | 523c90d166318ac244496203f1464a15cf390e75 | [
"Apache-2.0"
] | 1 | 2019-09-16T21:41:22.000Z | 2019-09-16T21:41:22.000Z | using IoTHubTrigger = Microsoft.Azure.WebJobs.EventHubTriggerAttribute;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.EventHubs;
using System.Text;
using Microsoft.Extensions.Logging;
using Microsoft.Azure.Devices.Shared;
using Microsoft.Azure.Devices;
using Microsoft.Extensions.Configuration;
using Newtonsoft.... | 38.638298 | 150 | 0.565345 |
e03fc1010c5cf1687deb2db0ed33aa74d823e3b4 | 2,099 | cs | C# | Dungeon Explorer/Assets/Scripts/Helpers/QuadComponent.cs | NickABoen/Dungeon-Explorer | 23a5929b818fb06fda48ab48f4ff0a812aa09df8 | [
"MIT"
] | 4 | 2017-07-21T17:43:13.000Z | 2019-05-05T23:59:21.000Z | Dungeon Explorer/Assets/Scripts/Helpers/QuadComponent.cs | NickABoen/Dungeon-Explorer | 23a5929b818fb06fda48ab48f4ff0a812aa09df8 | [
"MIT"
] | null | null | null | Dungeon Explorer/Assets/Scripts/Helpers/QuadComponent.cs | NickABoen/Dungeon-Explorer | 23a5929b818fb06fda48ab48f4ff0a812aa09df8 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class QuadComponent : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
public void ApplyRelational(Sprite sprInfo)
{
//renderer.material.SetTextureScale(sprInfo.SpriteSheetName,... | 31.80303 | 146 | 0.699381 |
da4ef08871d316cd372baae09a0c2b387ed2adef | 644 | cs | C# | View/Commands/ParameterControls/BoolParameterEditor.cs | mff-uk/exolutio | d1d1c936822ddf6c550fbaa2c5169a396edb2596 | [
"BSD-2-Clause"
] | 1 | 2018-09-03T18:28:21.000Z | 2018-09-03T18:28:21.000Z | View/Commands/ParameterControls/BoolParameterEditor.cs | mff-uk/exolutio | d1d1c936822ddf6c550fbaa2c5169a396edb2596 | [
"BSD-2-Clause"
] | null | null | null | View/Commands/ParameterControls/BoolParameterEditor.cs | mff-uk/exolutio | d1d1c936822ddf6c550fbaa2c5169a396edb2596 | [
"BSD-2-Clause"
] | 2 | 2018-09-03T18:28:32.000Z | 2021-09-04T15:42:31.000Z | using System;
using System.Windows.Controls;
namespace Exolutio.View.Commands.ParameterControls
{
public class BoolParameterEditor: CheckBox, IOperationParameterControl<bool>, IOperationParameterControl
{
public bool Value
{
get { return IsChecked == true; }
}
... | 23 | 109 | 0.565217 |
34fa96cb3a2d1cbd4c63e79939233374f571f7a8 | 9,850 | cs | C# | sdk/websites/Azure.ResourceManager.AppService/src/Generated/ProcessInfoData.cs | yashjain4/azure-sdk-for-net | ebc2cf6918468fea7daf85ef150c41673ec81771 | [
"MIT"
] | 3,268 | 2015-01-08T04:21:52.000Z | 2022-03-31T11:10:48.000Z | sdk/websites/Azure.ResourceManager.AppService/src/Generated/ProcessInfoData.cs | meiling222/azure-sdk-for-net | 70ab0ee81d812683c767f2f1fef1a6bdc8e186e2 | [
"MIT"
] | 18,748 | 2015-01-06T00:12:22.000Z | 2022-03-31T23:55:50.000Z | sdk/websites/Azure.ResourceManager.AppService/src/Generated/ProcessInfoData.cs | meiling222/azure-sdk-for-net | 70ab0ee81d812683c767f2f1fef1a6bdc8e186e2 | [
"MIT"
] | 4,179 | 2015-01-07T20:13:22.000Z | 2022-03-31T09:09:02.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager;
using Azure.ResourceManager.AppService.Models;
namespace Azure.ResourceManager.AppServ... | 53.532609 | 962 | 0.620508 |
554ff2ba15b00c4b3326fbae867bc7e96ba1c04c | 6,531 | cs | C# | XamarinLifeGame/XamarinLifeGame.cs | ijufumi/xamarin-lifegame | f14278bb1205b1fa2c2ce3bd1e2e48bb5db075a6 | [
"MIT"
] | null | null | null | XamarinLifeGame/XamarinLifeGame.cs | ijufumi/xamarin-lifegame | f14278bb1205b1fa2c2ce3bd1e2e48bb5db075a6 | [
"MIT"
] | null | null | null | XamarinLifeGame/XamarinLifeGame.cs | ijufumi/xamarin-lifegame | f14278bb1205b1fa2c2ce3bd1e2e48bb5db075a6 | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace XamarinLifeGame
{
public class App : Application
{
Cell[,] Cells;
bool isExecuted = false;
int CellCount = 13;
GridLength CellSize = new GridLength(20);
public App()
{
var Ro... | 18.553977 | 110 | 0.571122 |
9230edad3587b1e875ba872228107b47fc533038 | 2,576 | cs | C# | ambeth/Ambeth.Cache/ambeth/service/CacheServiceDelegate.cs | Dennis-Koch/ambeth | 8552b210b8b37d3d8f66bdac2e094bf23c8b5fda | [
"Apache-2.0"
] | null | null | null | ambeth/Ambeth.Cache/ambeth/service/CacheServiceDelegate.cs | Dennis-Koch/ambeth | 8552b210b8b37d3d8f66bdac2e094bf23c8b5fda | [
"Apache-2.0"
] | 6 | 2017-04-24T06:55:18.000Z | 2022-01-21T23:15:36.000Z | ambeth/Ambeth.Cache/ambeth/service/CacheServiceDelegate.cs | Dennis-Koch/ambeth | 8552b210b8b37d3d8f66bdac2e094bf23c8b5fda | [
"Apache-2.0"
] | 4 | 2018-10-28T14:05:27.000Z | 2022-01-08T12:54:51.000Z | //using System;
//using De.Osthus.Ambeth.Ioc;
//using De.Osthus.Ambeth.Util;
//using De.Osthus.Ambeth.Cache.Model;
//using System.Collections.Generic;
//using De.Osthus.Ambeth.Merge.Model;
//using De.Osthus.Ambeth.Model;
//using De.Osthus.Ambeth.Merge.Transfer;
//using De.Osthus.Ambeth.Cache.Transfer;
//using De.Osthu... | 37.882353 | 116 | 0.577252 |
7d6c9dc045ff285ddc7f33174e12b938e4bfdd2f | 37,904 | cs | C# | Pomelo.Data.MyCat-master/src/Pomelo.Data.MyCat/dataadapter.cs | 18965824402/mycattest | 0eb626388fe6b6d96005e40d75a918f6cc4cd5e1 | [
"MIT"
] | 42 | 2016-08-15T04:16:09.000Z | 2022-03-10T11:36:04.000Z | Pomelo.Data.MyCat-master/src/Pomelo.Data.MyCat/dataadapter.cs | 18965824402/mycattest | 0eb626388fe6b6d96005e40d75a918f6cc4cd5e1 | [
"MIT"
] | 7 | 2016-09-07T12:49:13.000Z | 2019-05-28T08:35:12.000Z | Pomelo.Data.MyCat-master/src/Pomelo.Data.MyCat/dataadapter.cs | 18965824402/mycattest | 0eb626388fe6b6d96005e40d75a918f6cc4cd5e1 | [
"MIT"
] | 17 | 2016-11-15T10:54:51.000Z | 2021-02-17T02:44:06.000Z | // Copyright (c) Pomelo Foundation. All rights reserved.
// Licensed under the MIT. See LICENSE in the project root for license information.
#if NET451
using System.Data;
using System.Data.Common;
using System.ComponentModel;
using System.Collections.Generic;
namespace Pomelo.Data.MyCat
{
/// <include file='docs... | 33.662522 | 184 | 0.6126 |
3446a98c69afd19206aab0fc5851ee1b3c3cec3e | 20,075 | cs | C# | Assets/Planning/Scripts/WallCreator.cs | Premanand88/WebGlContainerTest | 39c417b4565b5d72c686aa468029929478dcab6b | [
"MIT"
] | null | null | null | Assets/Planning/Scripts/WallCreator.cs | Premanand88/WebGlContainerTest | 39c417b4565b5d72c686aa468029929478dcab6b | [
"MIT"
] | null | null | null | Assets/Planning/Scripts/WallCreator.cs | Premanand88/WebGlContainerTest | 39c417b4565b5d72c686aa468029929478dcab6b | [
"MIT"
] | null | null | null | using Assets.ReferenceClass;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
public class WallCreator : MonoBehaviour {
// bool creating;
// public GameObject start;
// public GameObject end;
// public GameObject wall... | 36.902574 | 137 | 0.460822 |
8f779b1cc1beb272dba391e231a51e93bc4ee5b5 | 638 | cs | C# | src/NServiceBus.Transport.InMemory/DeliveryConstraintListExtensions.cs | stevewgh/NServiceBus.Transport.InMemory | 76b769263977fb31257bdd7bdabd8f1489ec7303 | [
"MIT"
] | 1 | 2021-04-16T02:03:28.000Z | 2021-04-16T02:03:28.000Z | src/NServiceBus.Transport.InMemory/DeliveryConstraintListExtensions.cs | stevewgh/NServiceBus.Transport.InMemory | 76b769263977fb31257bdd7bdabd8f1489ec7303 | [
"MIT"
] | null | null | null | src/NServiceBus.Transport.InMemory/DeliveryConstraintListExtensions.cs | stevewgh/NServiceBus.Transport.InMemory | 76b769263977fb31257bdd7bdabd8f1489ec7303 | [
"MIT"
] | null | null | null | namespace NServiceBus.Transport.InMemory
{
using System;
using System.Collections.Generic;
using System.Linq;
using DelayedDelivery;
using DeliveryConstraints;
public static class DeliveryConstraintListExtensions
{
public static DateTime? DelayUntil(this List<DeliveryConstraint> co... | 27.73913 | 88 | 0.636364 |
3cd49b5b626a5b905dfffb72699c4328fb774e22 | 8,522 | cs | C# | AIAlgorithmPlatform/2007/algorithm/position/positionSetViewerAndTest/PositionSetViewer/LayersPaintedControl.cs | faizol/ai-algorithmplatform | 9fb29b4f6c86f9d73c03e8b04217dfd2adc516b6 | [
"MIT"
] | 3 | 2016-05-18T00:29:31.000Z | 2021-11-26T06:42:10.000Z | AIAlgorithmPlatform/2007/algorithm/position/positionSetViewerAndTest/PositionSetViewer/LayersPaintedControl.cs | faizol/ai-algorithmplatform | 9fb29b4f6c86f9d73c03e8b04217dfd2adc516b6 | [
"MIT"
] | null | null | null | AIAlgorithmPlatform/2007/algorithm/position/positionSetViewerAndTest/PositionSetViewer/LayersPaintedControl.cs | faizol/ai-algorithmplatform | 9fb29b4f6c86f9d73c03e8b04217dfd2adc516b6 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using Position_Interface;
namespace PositionSetViewer
{
public partial class LayersPaintedControl : UserControl
{
private Lay... | 34.362903 | 156 | 0.554213 |
3cfbe25ee9722a81ea446e276429c155891c8527 | 4,250 | cs | C# | Libraries/dotNetRDF/Writing/TsvWriter.cs | joephayes/dotnetrdf | 7e7d9c8a97bd757381ff7e82e0e3e537e21bc23b | [
"MIT"
] | null | null | null | Libraries/dotNetRDF/Writing/TsvWriter.cs | joephayes/dotnetrdf | 7e7d9c8a97bd757381ff7e82e0e3e537e21bc23b | [
"MIT"
] | null | null | null | Libraries/dotNetRDF/Writing/TsvWriter.cs | joephayes/dotnetrdf | 7e7d9c8a97bd757381ff7e82e0e3e537e21bc23b | [
"MIT"
] | null | null | null | /*
// <copyright>
// dotNetRDF is free and open source software licensed under the MIT License
// -------------------------------------------------------------------------
//
// Copyright (c) 2009-2020 dotNetRDF Project (http://dotnetrdf.org/)
//
// Permission is hereby granted, free of charge, to any person obtainin... | 36.956522 | 107 | 0.596941 |
a76197bdbeefab4bd89ff58d4932eaa2fd6d5c79 | 1,712 | cs | C# | C#/CShaprLearning/CShaprLearning/AutoRegister.cs | FusionBolt/NovelLanguageLearning | ad1d805bdf586d7764136b55857a9ae856ded915 | [
"MIT"
] | null | null | null | C#/CShaprLearning/CShaprLearning/AutoRegister.cs | FusionBolt/NovelLanguageLearning | ad1d805bdf586d7764136b55857a9ae856ded915 | [
"MIT"
] | null | null | null | C#/CShaprLearning/CShaprLearning/AutoRegister.cs | FusionBolt/NovelLanguageLearning | ad1d805bdf586d7764136b55857a9ae856ded915 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using AutoMapper;
using Microsoft.CSharp.RuntimeBinder;
using Xunit;
namespace DefaultNamespace
{
public record Op { }
public record Add : Op { }
public record Sub : Op { }
public class AutoRegister
{
... | 28.065574 | 114 | 0.523364 |
cbf39876c050626b16a99a150789eb4f31a91130 | 515 | cs | C# | MvvmCross/Binding/Bindings/SourceSteps/MvxPathSourceStepDescription.cs | JimWilcox3/MvvmCross | 4a710f6ea5533fe0e9e2920b15dc28662c4786a2 | [
"MS-PL"
] | null | null | null | MvvmCross/Binding/Bindings/SourceSteps/MvxPathSourceStepDescription.cs | JimWilcox3/MvvmCross | 4a710f6ea5533fe0e9e2920b15dc28662c4786a2 | [
"MS-PL"
] | 2 | 2022-03-15T13:46:00.000Z | 2022-03-30T13:36:16.000Z | MvvmCross/Binding/Bindings/SourceSteps/MvxPathSourceStepDescription.cs | mihaibc/MvvmCross | 5b0a1730957c9d94789326c5b8a9f3c13fd38720 | [
"MS-PL"
] | null | null | null | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MS-PL license.
// See the LICENSE file in the project root for more information.
namespace MvvmCross.Binding.Bindings.SourceSteps
{
public class MvxPathSourceStepDescription : MvxSourceStepD... | 30.294118 | 73 | 0.693204 |
db26d97614b4fb27f72966833fdd788771dd9241 | 206 | cs | C# | src/LinFx/Extensions/RabbitMQ/Abstractions/IChannelPool.cs | zhangzheng1205/LinFx | 184f348a6b96a364a2bcc81722e9fdb4c45dd9e9 | [
"MIT"
] | 1 | 2021-08-16T11:48:22.000Z | 2021-08-16T11:48:22.000Z | src/LinFx/Extensions/RabbitMQ/Abstractions/IChannelPool.cs | vebin/LinFx | 1a6ed4b1f4af8474c1d46a6a0414a7478e3820d9 | [
"MIT"
] | null | null | null | src/LinFx/Extensions/RabbitMQ/Abstractions/IChannelPool.cs | vebin/LinFx | 1a6ed4b1f4af8474c1d46a6a0414a7478e3820d9 | [
"MIT"
] | 1 | 2021-02-23T02:44:02.000Z | 2021-02-23T02:44:02.000Z | using System;
namespace LinFx.Extensions.RabbitMQ
{
public interface IChannelPool : IDisposable
{
IChannelAccessor Acquire(string channelName = null, string connectionName = null);
}
} | 22.888889 | 90 | 0.723301 |
45ae469573214d21fab3fe2ef863111a5bf5fde4 | 715 | cs | C# | LocationsMapper/Models/LogbookEntry.cs | JamieBickers/UkcLogbookMapper | 202f63a9119993eb5b352474b166bb5e7a3a8379 | [
"Apache-2.0"
] | null | null | null | LocationsMapper/Models/LogbookEntry.cs | JamieBickers/UkcLogbookMapper | 202f63a9119993eb5b352474b166bb5e7a3a8379 | [
"Apache-2.0"
] | null | null | null | LocationsMapper/Models/LogbookEntry.cs | JamieBickers/UkcLogbookMapper | 202f63a9119993eb5b352474b166bb5e7a3a8379 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace LocationsMapper.Models
{
public class LogbookEntry
{
public LogbookEntry() { }
public LogbookEntry(string climbName, string grade, DateTimeOffset date, string cragName, int cragId)
... | 25.535714 | 109 | 0.597203 |
02b6480ff6ce4f612df2e56155fff27ab17a42d5 | 2,044 | cs | C# | Evento.Infrastructure/Services/User/UserService.cs | Nowocinski/Event-service | 515e50cf94f6faf2c8bc10e11bd48ebea3d0ce6e | [
"MIT"
] | null | null | null | Evento.Infrastructure/Services/User/UserService.cs | Nowocinski/Event-service | 515e50cf94f6faf2c8bc10e11bd48ebea3d0ce6e | [
"MIT"
] | null | null | null | Evento.Infrastructure/Services/User/UserService.cs | Nowocinski/Event-service | 515e50cf94f6faf2c8bc10e11bd48ebea3d0ce6e | [
"MIT"
] | null | null | null | using AutoMapper;
using Evento.Core.Domain;
using Evento.Core.Repositories;
using Evento.Infrastructure.DTO;
using Evento.Infrastructure.Services.User.JwtToken;
using System;
using System.Threading.Tasks;
namespace Evento.Infrastructure.Services.User
{
public class UserService : IUserService
{
private... | 32.444444 | 118 | 0.605675 |
1cae3364c1e2cf3814348ac39f6330f516148b56 | 905 | cs | C# | packages/implementations/OneLang-Json-v0.1/CSharp/src/OneJson.cs | onelang/onelang | 76a968978e3014e475d0983411d32fd99aa491d3 | [
"MIT"
] | 267 | 2019-12-28T18:29:38.000Z | 2022-03-30T16:54:02.000Z | packages/implementations/OneLang-Json-v0.1/CSharp/src/OneJson.cs | 00mjk/OneLang | 0e6627bced4426a34d560159326b31f41f8a74ac | [
"MIT"
] | 4 | 2020-02-16T11:12:15.000Z | 2021-12-21T00:16:57.000Z | packages/implementations/OneLang-Json-v0.1/CSharp/src/OneJson.cs | 00mjk/OneLang | 0e6627bced4426a34d560159326b31f41f8a74ac | [
"MIT"
] | 40 | 2020-03-10T10:15:24.000Z | 2022-02-22T03:48:36.000Z | using System.Linq;
using Newtonsoft.Json.Linq;
public static class OneJson {
public static OneJValue parse(string content) {
var value = JToken.Parse(content);
return new OneJValue(value);
}
}
public class OneJObject {
public JObject value;
public OneJObject(JObject value) { this.valu... | 32.321429 | 112 | 0.688398 |
7aa4e9f609b651764029cec8e6625a90850063ca | 2,170 | cs | C# | src/Mvc/test/WebSites/RoutingWebSite/StartupForDynamicAndRazorPages.cs | msschl/AspNetCore | aeb96cd4ae956c3d23e38184371bdbd8b90c9c35 | [
"Apache-2.0"
] | 7 | 2020-09-14T07:15:19.000Z | 2021-09-12T08:47:01.000Z | src/Mvc/test/WebSites/RoutingWebSite/StartupForDynamicAndRazorPages.cs | msschl/AspNetCore | aeb96cd4ae956c3d23e38184371bdbd8b90c9c35 | [
"Apache-2.0"
] | 4 | 2022-02-23T15:32:52.000Z | 2022-03-28T12:22:00.000Z | src/Mvc/test/WebSites/RoutingWebSite/StartupForDynamicAndRazorPages.cs | msschl/AspNetCore | aeb96cd4ae956c3d23e38184371bdbd8b90c9c35 | [
"Apache-2.0"
] | 1 | 2020-04-09T09:08:07.000Z | 2020-04-09T09:08:07.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNe... | 34.444444 | 128 | 0.606912 |
a871bec0faa025f61494edec290e45392ecfd60a | 2,478 | cs | C# | src/SFA.DAS.Commitments.Api.Client.UnitTests/HelperTest.cs | Ryan-Fitchett/Test | 479c1f517dd3b367a785eaaeb249f35da1115aa9 | [
"MIT"
] | null | null | null | src/SFA.DAS.Commitments.Api.Client.UnitTests/HelperTest.cs | Ryan-Fitchett/Test | 479c1f517dd3b367a785eaaeb249f35da1115aa9 | [
"MIT"
] | null | null | null | src/SFA.DAS.Commitments.Api.Client.UnitTests/HelperTest.cs | Ryan-Fitchett/Test | 479c1f517dd3b367a785eaaeb249f35da1115aa9 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using FluentAssertions;
using NUnit.Framework;
using SFA.DAS.Commitments.Api.Types.Apprenticeship;
using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types;
namespace SFA.DAS.Commitments.Api.Client.UnitTests
{
[TestFixture]
public class HelperTest
{
private Que... | 29.855422 | 150 | 0.589588 |
363dcb3be883f317278579b3b9910cff7154e075 | 10,905 | cs | C# | OpenTracker/ViewModels/SequenceBreaks/SequenceBreakControlFactory.cs | jimfasoline/OpenTracker | 1f90a046bc0912ad5e35187eb8c9528c2b514a58 | [
"MIT"
] | null | null | null | OpenTracker/ViewModels/SequenceBreaks/SequenceBreakControlFactory.cs | jimfasoline/OpenTracker | 1f90a046bc0912ad5e35187eb8c9528c2b514a58 | [
"MIT"
] | null | null | null | OpenTracker/ViewModels/SequenceBreaks/SequenceBreakControlFactory.cs | jimfasoline/OpenTracker | 1f90a046bc0912ad5e35187eb8c9528c2b514a58 | [
"MIT"
] | null | null | null | using OpenTracker.Models.SequenceBreaks;
using System;
using System.Collections.Generic;
namespace OpenTracker.ViewModels.SequenceBreaks
{
/// <summary>
/// This is a class for creating new sequence break controls.
/// </summary>
public class SequenceBreakControlFactory : ISequenceBreakControlFactory
... | 42.764706 | 94 | 0.602017 |
82db0ddaf73deab32810cff4ead84a15b3c3ffdc | 295 | cs | C# | Runtime/Wait.cs | gengen1988/unity-common-scripts | f0389c4557208d6f9f81e25e0aa92e3bb0c04d46 | [
"MIT"
] | null | null | null | Runtime/Wait.cs | gengen1988/unity-common-scripts | f0389c4557208d6f9f81e25e0aa92e3bb0c04d46 | [
"MIT"
] | null | null | null | Runtime/Wait.cs | gengen1988/unity-common-scripts | f0389c4557208d6f9f81e25e0aa92e3bb0c04d46 | [
"MIT"
] | null | null | null | using System;
public struct Wait
{
bool done;
event Action ready;
public void Ready()
{
done = true;
ready?.Invoke();
ready = null;
}
public void WhenReady(Action action)
{
if (done) action();
else ready += action;
}
} | 14.047619 | 40 | 0.515254 |
f6aa182443760afb25ae7ed8924d953de446f3ea | 3,927 | cs | C# | calimolite/WordGenerator.cs | 20chan/calimolite | 406b99ef24621347eea0d5c87900499042e4a3dc | [
"MIT"
] | null | null | null | calimolite/WordGenerator.cs | 20chan/calimolite | 406b99ef24621347eea0d5c87900499042e4a3dc | [
"MIT"
] | null | null | null | calimolite/WordGenerator.cs | 20chan/calimolite | 406b99ef24621347eea0d5c87900499042e4a3dc | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace calimolite {
public class WordGenerator {
private static readonly char[] characters = "abcdefghijklmnopqrstuvwxyz\0".ToCharArray();
private readonly Array[] weightsList;
private readonly int weightLength;
... | 37.4 | 122 | 0.413802 |
b35633ad4ee0aa263490cbd80432e90a3eb95c76 | 14,650 | cs | C# | src/Microsoft.Repl/Input/InputManager.cs | JTOne123/DotNetTools | 1c9521ebd8d75b5a0ccefc74370d4c4d0fee748f | [
"Apache-2.0"
] | 350 | 2016-09-20T20:42:39.000Z | 2022-02-22T13:35:43.000Z | src/Microsoft.Repl/Input/InputManager.cs | JTOne123/DotNetTools | 1c9521ebd8d75b5a0ccefc74370d4c4d0fee748f | [
"Apache-2.0"
] | 285 | 2016-09-20T16:37:13.000Z | 2018-11-20T01:48:03.000Z | src/Microsoft.Repl/Input/InputManager.cs | JTOne123/DotNetTools | 1c9521ebd8d75b5a0ccefc74370d4c4d0fee748f | [
"Apache-2.0"
] | 77 | 2016-10-06T23:57:54.000Z | 2021-11-20T03:03:50.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
name... | 38.350785 | 213 | 0.487645 |
ea13ae3af0ad23c8cd712970b554813c5999e435 | 603 | cs | C# | src/Sander0542.UnraidAPI.Types/System.cs | Sander0542/UnraidAPI | 1ec015357c405bf6ce19352dc43b613095f6e27f | [
"MIT"
] | null | null | null | src/Sander0542.UnraidAPI.Types/System.cs | Sander0542/UnraidAPI | 1ec015357c405bf6ce19352dc43b613095f6e27f | [
"MIT"
] | null | null | null | src/Sander0542.UnraidAPI.Types/System.cs | Sander0542/UnraidAPI | 1ec015357c405bf6ce19352dc43b613095f6e27f | [
"MIT"
] | null | null | null | using System.Text.Json.Serialization;
namespace Sander0542.UnraidAPI.Types
{
public class System
{
[JsonPropertyName("manufacturer")]
public string Manufacturer { get; set; }
[JsonPropertyName("model")]
public string Model { get; set; }
[JsonPropertyName("version")]
... | 24.12 | 48 | 0.597015 |
ea2ac0cf193e7757f7e09936641e5f29a6b1e779 | 608 | cs | C# | Sources/SpaceEngineers.ObjectBuilders/ObjectBuilders/MyObjectBuilder_ToolbarItemTerminalBlock.cs | cnheider/SpaceEngineers | a109106fc0ded66bdd5da70e099646203c56550f | [
"OML"
] | 3,359 | 2015-05-14T15:51:08.000Z | 2022-03-31T19:50:05.000Z | Sources/SpaceEngineers.ObjectBuilders/ObjectBuilders/MyObjectBuilder_ToolbarItemTerminalBlock.cs | cnheider/SpaceEngineers | a109106fc0ded66bdd5da70e099646203c56550f | [
"OML"
] | 523 | 2015-05-14T17:18:24.000Z | 2021-12-23T13:22:24.000Z | Sources/SpaceEngineers.ObjectBuilders/ObjectBuilders/MyObjectBuilder_ToolbarItemTerminalBlock.cs | cnheider/SpaceEngineers | a109106fc0ded66bdd5da70e099646203c56550f | [
"OML"
] | 1,579 | 2015-05-14T15:59:44.000Z | 2022-03-16T00:39:27.000Z | using VRage.ObjectBuilders;
using VRageMath;
using ProtoBuf;
using VRage.ModAPI;
namespace Sandbox.Common.ObjectBuilders
{
[ProtoContract]
[MyObjectBuilderDefinition]
[System.Xml.Serialization.XmlSerializerAssembly("SpaceEngineers.ObjectBuilders.XmlSerializers")]
public class MyObjectBuilder_ToolbarI... | 26.434783 | 100 | 0.730263 |
ea59d7de03ad082d1b23d3f29179eeba55a0db0c | 456 | cs | C# | src/Terrier.Core/Config/CommandConfig.cs | Terrierbot/Terrier | 7ca55bc4d6de7596041fd27b85c60bd4007ea61f | [
"MIT"
] | null | null | null | src/Terrier.Core/Config/CommandConfig.cs | Terrierbot/Terrier | 7ca55bc4d6de7596041fd27b85c60bd4007ea61f | [
"MIT"
] | null | null | null | src/Terrier.Core/Config/CommandConfig.cs | Terrierbot/Terrier | 7ca55bc4d6de7596041fd27b85c60bd4007ea61f | [
"MIT"
] | null | null | null | using Discord;
using Discord.Commands;
namespace Terrier.Config
{
public class CommandConfig
{
public string Prefix { get; } = "";
public LogSeverity LogLevel { get; } = LogSeverity.Info;
public RunMode DefaultRunMode { get; } = RunMode.Async;
public bool AllowMentionPrefix { g... | 28.5 | 64 | 0.638158 |
bc585082694d066fe681c6a9c17763f859e86e46 | 4,907 | cs | C# | WowAutomater/WowClasses/Paladin.cs | dtabacaru/MindControl | 373a1f8cf736b57c71d2b9c42bbdc17d031a262d | [
"MIT"
] | 4 | 2020-05-12T16:48:31.000Z | 2021-01-10T18:55:03.000Z | WowAutomater/WowClasses/Paladin.cs | dtabacaru/MindControl | 373a1f8cf736b57c71d2b9c42bbdc17d031a262d | [
"MIT"
] | 7 | 2019-11-05T01:32:20.000Z | 2019-11-12T18:46:31.000Z | WowAutomater/WowClasses/Paladin.cs | dtabacaru/ClassicWowNeuralParasite | 373a1f8cf736b57c71d2b9c42bbdc17d031a262d | [
"MIT"
] | 2 | 2019-10-31T22:31:49.000Z | 2019-11-06T13:48:49.000Z | using WindowsInput.Native;
using WowApi;
namespace WowAutomater
{
public enum FirstSealType
{
None,
Crusader,
Justice
}
public class PaladinAutomater : WowClassAutomater
{
public Action Attack;
public Action Target;
public FirstSealType FirstSeal =... | 34.314685 | 124 | 0.53332 |
08dd6fb4663432b54f966ae99a658ca13f47e634 | 865 | cs | C# | Advanced/SetsAndDictionariesAdvancedExercise/SetsOfElements/Program.cs | kkaraivanov/CCharpAdvanced | 2b06920b0d3c81767c4f6cfa04584b066d84f754 | [
"MIT"
] | null | null | null | Advanced/SetsAndDictionariesAdvancedExercise/SetsOfElements/Program.cs | kkaraivanov/CCharpAdvanced | 2b06920b0d3c81767c4f6cfa04584b066d84f754 | [
"MIT"
] | null | null | null | Advanced/SetsAndDictionariesAdvancedExercise/SetsOfElements/Program.cs | kkaraivanov/CCharpAdvanced | 2b06920b0d3c81767c4f6cfa04584b066d84f754 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace SetsOfElements
{
class Program
{
static void Main(string[] args)
{
var numLines = Console.ReadLine().Split().Select(int.Parse).ToArray();
var ferstElements = new HashSet<int>();
var... | 26.212121 | 82 | 0.468208 |
a0fd91569dd17926d58b14fd976ff4036d88538f | 5,752 | cs | C# | src/Kalk.Core/Modules/Vectors/VectorModule.cs | xoofx/kalk | ee08da116ef86c3e3f3bdbe5ba1e965ccc700099 | [
"BSD-2-Clause"
] | 173 | 2020-11-28T17:47:20.000Z | 2022-03-23T18:37:06.000Z | src/Kalk.Core/Modules/Vectors/VectorModule.cs | xoofx/kalk | ee08da116ef86c3e3f3bdbe5ba1e965ccc700099 | [
"BSD-2-Clause"
] | 32 | 2020-11-28T19:27:06.000Z | 2022-03-06T14:58:45.000Z | src/Kalk.Core/Modules/Vectors/VectorModule.cs | xoofx/kalk | ee08da116ef86c3e3f3bdbe5ba1e965ccc700099 | [
"BSD-2-Clause"
] | 7 | 2020-12-04T14:14:40.000Z | 2021-04-21T07:26:33.000Z | using System;
using Scriban.Syntax;
namespace Kalk.Core.Modules
{
public sealed partial class VectorModule : KalkModuleWithFunctions
{
public const string CategoryMathVectorMatrixFunctions = "Math Vector/Matrix Functions";
private static readonly KalkColorRgbConstructor RgbConstructor = new Ka... | 41.085714 | 192 | 0.545897 |
ee8f901a88d70c8724eaa1fe420d8789731dac4c | 28,586 | cs | C# | src/System.Collections/tests/Generic/HashSet/SetCollectionRelationshipTests.cs | n8ohu/corefx | 3e62bc488d409633549dea48110ce25c872c3e55 | [
"MIT"
] | 3 | 2021-04-05T03:24:00.000Z | 2021-04-06T00:21:00.000Z | src/System.Collections/tests/Generic/HashSet/SetCollectionRelationshipTests.cs | vidhya-bv/corefx-sorting | e58045065c22ea8fd5cdbbc56ef5dba8c015af4c | [
"MIT"
] | 1 | 2021-06-25T15:38:54.000Z | 2021-06-25T15:38:54.000Z | src/System.Collections/tests/Generic/HashSet/SetCollectionRelationshipTests.cs | vidhya-bv/corefx-sorting | e58045065c22ea8fd5cdbbc56ef5dba8c015af4c | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using Tests.HashSet_HashSetTestSupport;
using Tests.HashSet_SetCollectionRelationshipTests;
n... | 34.440964 | 108 | 0.472609 |
774b7ef6248113207c07df73febab8796817b445 | 4,418 | cs | C# | UnityProject/Packages/LittleBaby.Framework.FixedMathematics/Runtime/Core/Geometry/FBounds2D.cs | zengliugen/LittleBaby.Framework | edeb5391ee016f1f5c8258945f40a12385ca3533 | [
"MIT"
] | null | null | null | UnityProject/Packages/LittleBaby.Framework.FixedMathematics/Runtime/Core/Geometry/FBounds2D.cs | zengliugen/LittleBaby.Framework | edeb5391ee016f1f5c8258945f40a12385ca3533 | [
"MIT"
] | null | null | null | UnityProject/Packages/LittleBaby.Framework.FixedMathematics/Runtime/Core/Geometry/FBounds2D.cs | zengliugen/LittleBaby.Framework | edeb5391ee016f1f5c8258945f40a12385ca3533 | [
"MIT"
] | 1 | 2021-12-18T06:43:36.000Z | 2021-12-18T06:43:36.000Z | namespace LittleBaby.Framework.FixedMathematics
{
using System;
using System.Runtime.CompilerServices;
/// <summary>
/// UnityEngine.Bounds 的定点数2D版本
/// </summary>
public partial struct FBounds2D : IEquatable<FBounds2D>
{
public ffloat2 center;
public ffloat2 extents;
... | 30.468966 | 90 | 0.561114 |
77a50389064cbf79d138fa8860feef8a46caf945 | 247 | cs | C# | Trivia unity3d project/Assets/scripts/modelData/HistoryData.cs | suxrobGM/TriviaStreak | 083100a9312385b5288d480a75030707c943bffa | [
"MIT"
] | 1 | 2019-08-14T09:54:56.000Z | 2019-08-14T09:54:56.000Z | Trivia unity3d project/Assets/scripts/modelData/HistoryData.cs | suxrobGM/TriviaStreak | 083100a9312385b5288d480a75030707c943bffa | [
"MIT"
] | null | null | null | Trivia unity3d project/Assets/scripts/modelData/HistoryData.cs | suxrobGM/TriviaStreak | 083100a9312385b5288d480a75030707c943bffa | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class HistoryData {
public int prize_id;
public string prize_title;
public string prize_image;
public string prize_status;
public string prize_date;
public int score;
public int rank;
}
| 19 | 28 | 0.793522 |
9ac9fc3bae4da5a47e7aa9bc8a440060a2e6b6df | 391 | cs | C# | Assets/Scripts/Traps/TrapStats.cs | maykelsb/Unstable | 97d7e7af03bf5983ee57294f611887f2b3b749c8 | [
"MIT"
] | 1 | 2022-03-13T19:50:04.000Z | 2022-03-13T19:50:04.000Z | Assets/Scripts/Traps/TrapStats.cs | maykelsb/Unstable | 97d7e7af03bf5983ee57294f611887f2b3b749c8 | [
"MIT"
] | 52 | 2022-02-27T15:02:47.000Z | 2022-03-30T09:13:08.000Z | Assets/Scripts/Traps/TrapStats.cs | maykelsb/Unstable | 97d7e7af03bf5983ee57294f611887f2b3b749c8 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TrapStats : MonoBehaviour
{
public float GetDamage()
{
return 5;
}
public void Spring()
{
gameObject.GetComponent<Animator>().SetTrigger("HasSprung");
}
public void Set()
{
... | 17 | 68 | 0.641944 |
dad0c446f3adad06c6d53f488b8b9185577245fa | 149 | cs | C# | BOG.Pathways.Server.Db/Model/Pathway.cs | rambotech/BOG.Pathways.Server | f14458d71cee5704abb6629e5d497f474aa9d4a0 | [
"MIT"
] | null | null | null | BOG.Pathways.Server.Db/Model/Pathway.cs | rambotech/BOG.Pathways.Server | f14458d71cee5704abb6629e5d497f474aa9d4a0 | [
"MIT"
] | null | null | null | BOG.Pathways.Server.Db/Model/Pathway.cs | rambotech/BOG.Pathways.Server | f14458d71cee5704abb6629e5d497f474aa9d4a0 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace BOG.Pathways.Server.Db.Model
{
public class Pathway
{
}
}
| 13.545455 | 38 | 0.711409 |
f4d022cd9802297200c28d5bb81c4155711a615d | 2,924 | cs | C# | Spreadsheet SDK/C#/Set Number Format In Cells/Program.cs | jboddiford/ByteScout-SDK-SourceCode | 6e6ed69b1b337a432b2c194b7748453f36e0bede | [
"Apache-2.0"
] | null | null | null | Spreadsheet SDK/C#/Set Number Format In Cells/Program.cs | jboddiford/ByteScout-SDK-SourceCode | 6e6ed69b1b337a432b2c194b7748453f36e0bede | [
"Apache-2.0"
] | null | null | null | Spreadsheet SDK/C#/Set Number Format In Cells/Program.cs | jboddiford/ByteScout-SDK-SourceCode | 6e6ed69b1b337a432b2c194b7748453f36e0bede | [
"Apache-2.0"
] | null | null | null | //*******************************************************************************************//
// //
// Download Free Evaluation Version From: https://bytescout.com/download/web-installer //
// ... | 37.974026 | 95 | 0.407319 |
ed93c5be1c56c81e1714eb9d2298d01acbefcd68 | 1,550 | cs | C# | Forms/NavigationDrawer/NavigationDrawer/Samples/NavigationDrawer_Main/NavigationDrawer_Main.xaml.cs | Chansardrake/xamarin-demos | 62a99d67f3127348bdb1b49d281158802481dbcf | [
"FTL",
"Info-ZIP"
] | null | null | null | Forms/NavigationDrawer/NavigationDrawer/Samples/NavigationDrawer_Main/NavigationDrawer_Main.xaml.cs | Chansardrake/xamarin-demos | 62a99d67f3127348bdb1b49d281158802481dbcf | [
"FTL",
"Info-ZIP"
] | null | null | null | Forms/NavigationDrawer/NavigationDrawer/Samples/NavigationDrawer_Main/NavigationDrawer_Main.xaml.cs | Chansardrake/xamarin-demos | 62a99d67f3127348bdb1b49d281158802481dbcf | [
"FTL",
"Info-ZIP"
] | null | null | null | #region Copyright Syncfusion Inc. 2001-2020.
// Copyright Syncfusion Inc. 2001-2020. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applic... | 37.804878 | 95 | 0.637419 |
aa875c372d260e70e4695cae527690441d69f7f7 | 2,202 | cs | C# | source/Unity/Src/ObjectBuilderCustomization/DefaultUnityConstructorSelectorPolicy.cs | drcarver/unity | 16d453bfbe54252bfc9bfac3156532994fd378f1 | [
"Apache-2.0",
"MIT"
] | 1 | 2019-10-23T20:34:06.000Z | 2019-10-23T20:34:06.000Z | source/Unity/Src/ObjectBuilderCustomization/DefaultUnityConstructorSelectorPolicy.cs | drcarver/unity | 16d453bfbe54252bfc9bfac3156532994fd378f1 | [
"Apache-2.0",
"MIT"
] | null | null | null | source/Unity/Src/ObjectBuilderCustomization/DefaultUnityConstructorSelectorPolicy.cs | drcarver/unity | 16d453bfbe54252bfc9bfac3156532994fd378f1 | [
"Apache-2.0",
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using Microsoft.Practices.ObjectBuilder2;
using Microsoft.Practices.Unity.Utility;
namespace Microsoft.Practices... | 46.851064 | 138 | 0.681199 |
aaa53dbe217e3237082f3b445c9d22e8a1ac7628 | 1,639 | cs | C# | src/NewsReader/NewsReader.Applications/Services/ISyndicationService.cs | pskpatil/waf | ed018f3f45e0294e2c8708eb97e813543d3215d8 | [
"MIT"
] | null | null | null | src/NewsReader/NewsReader.Applications/Services/ISyndicationService.cs | pskpatil/waf | ed018f3f45e0294e2c8708eb97e813543d3215d8 | [
"MIT"
] | null | null | null | src/NewsReader/NewsReader.Applications/Services/ISyndicationService.cs | pskpatil/waf | ed018f3f45e0294e2c8708eb97e813543d3215d8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Jbe.NewsReader.Applications.Services
{
public interface ISyndicationService
{
ISyndicationClient CreateClient();
}
public interface ISyndicationClient
{
Task<FeedDto> RetrieveFeedA... | 24.833333 | 101 | 0.586333 |
1bd467820a41c0efa9b833180e73aa387ac3532d | 2,007 | cs | C# | Assets/Scripts/Model/Ships/GenericShip/Damage/AssignedDamageCards.cs | stwangner/FlyCasual | 56fc1a4913658febbd97820f4f2bc7d66c22f3eb | [
"MIT"
] | null | null | null | Assets/Scripts/Model/Ships/GenericShip/Damage/AssignedDamageCards.cs | stwangner/FlyCasual | 56fc1a4913658febbd97820f4f2bc7d66c22f3eb | [
"MIT"
] | null | null | null | Assets/Scripts/Model/Ships/GenericShip/Damage/AssignedDamageCards.cs | stwangner/FlyCasual | 56fc1a4913658febbd97820f4f2bc7d66c22f3eb | [
"MIT"
] | null | null | null | using DamageDeckCard;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Ship
{
public class AssignedDamageCards
{
public List<GenericDamageCard> DamageCards { get; private set; }
public GenericShip Host { get; private set; }
public Assigne... | 26.76 | 100 | 0.54559 |
1bf1e7dbc17d5f138caa037d853cbbc5a2f49aee | 495 | cs | C# | source/Src/Infra.Web.API.Auth.Base/EventArgs/RefreshToken/RefreshTokenFinishedEventArgs.cs | moein-shafiei/test | 59045af8cc523f324ba4ebf60dc87106dca6c603 | [
"Apache-2.0"
] | null | null | null | source/Src/Infra.Web.API.Auth.Base/EventArgs/RefreshToken/RefreshTokenFinishedEventArgs.cs | moein-shafiei/test | 59045af8cc523f324ba4ebf60dc87106dca6c603 | [
"Apache-2.0"
] | null | null | null | source/Src/Infra.Web.API.Auth.Base/EventArgs/RefreshToken/RefreshTokenFinishedEventArgs.cs | moein-shafiei/test | 59045af8cc523f324ba4ebf60dc87106dca6c603 | [
"Apache-2.0"
] | null | null | null | using DotFramework.Infra.Security.Model;
using System;
namespace DotFramework.Infra.Web.API.Auth.Base
{
public class RefreshTokenFinishedEventArgs : EventArgs
{
public readonly RefreshTokenRequest Request;
public readonly ObtainLocalAccessTokenResponse Response;
public RefreshTokenFini... | 29.117647 | 114 | 0.719192 |
404de14ff4084bbf459c1b97eab716fcf39899d8 | 24,156 | cs | C# | TileView/TileViewControl.cs | 0xE1/Managed-TileView | dbd4c3e5f2b46bb88a6bdef9af03f3dfce2a99ed | [
"MIT"
] | 1 | 2019-02-03T17:50:28.000Z | 2019-02-03T17:50:28.000Z | TileView/TileViewControl.cs | 0xE1/Managed-TileView | dbd4c3e5f2b46bb88a6bdef9af03f3dfce2a99ed | [
"MIT"
] | null | null | null | TileView/TileViewControl.cs | 0xE1/Managed-TileView | dbd4c3e5f2b46bb88a6bdef9af03f3dfce2a99ed | [
"MIT"
] | 3 | 2016-10-12T16:57:55.000Z | 2021-02-03T18:37:13.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Linq;
using System.Windows.Forms;
using System.Diagnostics;
namespace TileView
{
[Browsable(true)]
public partial class TileViewControl: ScrollableControl
{
... | 50.012422 | 273 | 0.54918 |
e4bd3231107e5679f00f8cb250a016b1d986a3c8 | 17,830 | cs | C# | Assets/JMO Assets/Toony Colors Pro/Scripts/TCP2_PlanarReflection.cs | Sushiy/OutcastMayor | 316ed0f48e17e27b37f450307c816b25805d974d | [
"CC0-1.0"
] | 1 | 2022-03-07T05:24:36.000Z | 2022-03-07T05:24:36.000Z | Assets/External Assets/JMO Assets/Toony Colors Pro/Scripts/TCP2_PlanarReflection.cs | Jinp-He/ShadowBringer | 430d707f5ba449d6c5e466692307af2825ba59c0 | [
"MIT"
] | null | null | null | Assets/External Assets/JMO Assets/Toony Colors Pro/Scripts/TCP2_PlanarReflection.cs | Jinp-He/ShadowBringer | 430d707f5ba449d6c5e466692307af2825ba59c0 | [
"MIT"
] | 2 | 2022-01-03T17:49:50.000Z | 2022-01-12T19:32:07.000Z | // Toony Colors Pro+Mobile 2
// (c) 2014-2021 Jean Moreno
using UnityEngine;
using UnityEngine.Rendering;
#if UNITY_EDITOR
using UnityEditor;
#endif
// Use this script to generate the Reflection Render Texture when using the "Planar Reflection" mode from the Shader Generator
// Usage:
// - generate a water shader wi... | 29.61794 | 242 | 0.678463 |
f266fa565b8a5df8b05c2479e93ecfe1b7bd2cb5 | 424 | cs | C# | Assets/SsitEngineAssets/Third3/Invector-3rdPersonController/Basic Locomotion/Scripts/Generic/vHideInInspectorAttribute.cs | jojo-WJ/SsitEngine | b3d3e6e3d6299c0c1a2a8556d7f5cfcbfa53af23 | [
"BSD-2-Clause"
] | 2 | 2020-03-08T14:54:37.000Z | 2020-08-08T08:58:01.000Z | Assets/SsitEngineAssets/Third3/Invector-3rdPersonController/Basic Locomotion/Scripts/Generic/vHideInInspectorAttribute.cs | jojo-WJ/SsitEngine | b3d3e6e3d6299c0c1a2a8556d7f5cfcbfa53af23 | [
"BSD-2-Clause"
] | null | null | null | Assets/SsitEngineAssets/Third3/Invector-3rdPersonController/Basic Locomotion/Scripts/Generic/vHideInInspectorAttribute.cs | jojo-WJ/SsitEngine | b3d3e6e3d6299c0c1a2a8556d7f5cfcbfa53af23 | [
"BSD-2-Clause"
] | null | null | null | using System;
using UnityEngine;
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
public class vHideInInspectorAttribute : PropertyAttribute
{
public bool invertValue;
public string refbooleanProperty;
public vHideInInspectorAttribute( string refbooleanProperty, bool invertValue = false )
... | 28.266667 | 91 | 0.759434 |
6e24c32b4b2c692d23b8cbc69be7a6c9d3c52b56 | 18,748 | cs | C# | src/GUI/SqlCe40ToolboxExe/ToolWindows/SqlEditorControl.xaml.cs | awseward/SqlCeToolbox | 134f3e0bc658d7352c326723a98112dbb1f411e3 | [
"Apache-2.0"
] | null | null | null | src/GUI/SqlCe40ToolboxExe/ToolWindows/SqlEditorControl.xaml.cs | awseward/SqlCeToolbox | 134f3e0bc658d7352c326723a98112dbb1f411e3 | [
"Apache-2.0"
] | null | null | null | src/GUI/SqlCe40ToolboxExe/ToolWindows/SqlEditorControl.xaml.cs | awseward/SqlCeToolbox | 134f3e0bc658d7352c326723a98112dbb1f411e3 | [
"Apache-2.0"
] | 1 | 2019-06-13T14:57:06.000Z | 2019-06-13T14:57:06.000Z | using System.Data;
using System.Data.SqlServerCe;
using System.Diagnostics;
using System.Text;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Controls;
using System.ComponentModel;
using System;
using Microsoft.Win32;
using System.IO;
using ICSharpCode.AvalonEdit.Hig... | 38.896266 | 120 | 0.43338 |
6e74100c19d789cb8997bbfb86d4ffb2222cb8cb | 229 | cs | C# | src/Taskever/Friendships/IFriendshipDomainService.cs | aspnetboilerplate/taskever | e3baed9cd93501d2a0c73b5b458963123d9b522b | [
"MIT"
] | 73 | 2015-01-12T07:57:06.000Z | 2021-06-03T18:59:44.000Z | src/Taskever/Taskever/Friendships/IFriendshipDomainService.cs | jfvaleroso/ASPNETBOILERPLATE-TEST | c0540a433fe12706cbee31ee5a6346598c26c59e | [
"MIT"
] | 15 | 2015-01-05T19:56:54.000Z | 2022-03-30T06:26:06.000Z | src/Taskever/Taskever/Friendships/IFriendshipDomainService.cs | jfvaleroso/ASPNETBOILERPLATE-TEST | c0540a433fe12706cbee31ee5a6346598c26c59e | [
"MIT"
] | 80 | 2015-01-07T19:26:47.000Z | 2020-04-02T02:47:20.000Z | using Abp.Domain.Services;
using Abp.Security.Users;
namespace Taskever.Friendships
{
public interface IFriendshipDomainService : IDomainService
{
bool HasFriendship(AbpUser user, AbpUser probableFriend);
}
} | 22.9 | 65 | 0.755459 |
7c95a6235b65d45a20922ea2185f054a51ab664e | 2,377 | cs | C# | ABBYY-LS.Tests/Page objects/InterpretationPage.cs | Milording/ls | acc7469f1c3c20866e320225c9adb4bbcaae0b26 | [
"MIT"
] | null | null | null | ABBYY-LS.Tests/Page objects/InterpretationPage.cs | Milording/ls | acc7469f1c3c20866e320225c9adb4bbcaae0b26 | [
"MIT"
] | 4 | 2016-05-12T09:21:55.000Z | 2016-05-15T16:45:04.000Z | ABBYY-LS.Tests/Page objects/InterpretationPage.cs | Milording/ls | acc7469f1c3c20866e320225c9adb4bbcaae0b26 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using OpenQA.Selenium;
using OpenQA.Selenium.Remote;
using OpenQA.Selenium.Support.UI;
namespace ABBYY_LS.Tests.Page_objects
{
/// <summary>
/// Interpretation page objec... | 23.77 | 96 | 0.568784 |
6b527de935e749faedebb2cca3c5a578735f23cc | 202 | cs | C# | Bot/Settings/FoldersSettings.cs | otsomkalov/RemoveSoundTelegramBot | 8b25136497442aaf99d4fa20834c8b50745798a5 | [
"MIT"
] | null | null | null | Bot/Settings/FoldersSettings.cs | otsomkalov/RemoveSoundTelegramBot | 8b25136497442aaf99d4fa20834c8b50745798a5 | [
"MIT"
] | 1 | 2022-03-24T19:27:29.000Z | 2022-03-24T19:27:29.000Z | Bot/Settings/FoldersSettings.cs | otsomkalov/RemoveSoundTelegramBot | 8b25136497442aaf99d4fa20834c8b50745798a5 | [
"MIT"
] | null | null | null | namespace Bot.Settings;
public record FoldersSettings
{
public const string SectionName = "Folders";
public string InputFolder { get; init; }
public string OutputFolder { get; init; }
}
| 18.363636 | 48 | 0.707921 |
dcf570622406e2d325aad0b7a6d20f9f1d6a4995 | 6,508 | cs | C# | SEK_01_MkI/Assets/Drones/DroneController/Editor/CameraEditor.cs | Ohara124c41/TUB-MSc_Thesis | b1a2d5dc9c0c589a39019126cf7a5cc775baa288 | [
"MIT"
] | 1 | 2019-07-21T03:59:20.000Z | 2019-07-21T03:59:20.000Z | source/simulators/SimudroU/Assets/Drones/DroneController/Editor/CameraEditor.cs | dregmli/cognidron | f5e3a1e2299699e25b9c38b9ef2056e1b59302c6 | [
"Apache-2.0"
] | null | null | null | source/simulators/SimudroU/Assets/Drones/DroneController/Editor/CameraEditor.cs | dregmli/cognidron | f5e3a1e2299699e25b9c38b9ef2056e1b59302c6 | [
"Apache-2.0"
] | null | null | null | using UnityEngine;
using UnityEditor;
using UnityEditor.SceneManagement;
using DroneController.CameraMovement;
[CustomEditor(typeof(DroneCamera))]
[ExecuteInEditMode]
public class CameraEditor : Editor
{
public override void OnInspectorGUI()
{
var myScript = target as CameraScript;
UpdateLay... | 59.706422 | 287 | 0.700522 |
2dc172213a6d1edc1e9e8a8598f9a93eb0e93ad1 | 1,653 | cs | C# | src/Xena.Contracts/Domain/XenaUserPartnerPostDto.cs | EG-BRS/Xena.Contracts | 50d5a26389bbe09c2cc290f76761091b832809f7 | [
"Beerware"
] | null | null | null | src/Xena.Contracts/Domain/XenaUserPartnerPostDto.cs | EG-BRS/Xena.Contracts | 50d5a26389bbe09c2cc290f76761091b832809f7 | [
"Beerware"
] | 11 | 2017-09-08T08:51:12.000Z | 2019-12-11T12:07:04.000Z | src/Xena.Contracts/Domain/XenaUserPartnerPostDto.cs | EG-BRS/Xena.Contracts | 50d5a26389bbe09c2cc290f76761091b832809f7 | [
"Beerware"
] | null | null | null | using System.ComponentModel;
using Xena.Common.ExtensionMethods;
namespace Xena.Contracts.Domain
{
public class XenaUserPartnerPostDto : XenaUserDto , IXenaPartnerPost
{
public int? VoucherNumber { get; set; }
public int FiscalDateDays { get; set; }
public string PostType { get; set; }... | 31.788462 | 86 | 0.604961 |
11e722b3dda05e919e5b5b52388eb647540670a7 | 856 | cshtml | C# | src/Atata.Bootstrap.TestApp/Pages/v5/Dropdown.cshtml | Xen0byte/atata-bootstrap | 0746747fae8e7992d2fffa1ac4eb141bb1d0ad89 | [
"Apache-2.0"
] | 18 | 2016-12-05T07:38:26.000Z | 2021-11-30T01:42:15.000Z | src/Atata.Bootstrap.TestApp/Pages/v5/Dropdown.cshtml | Xen0byte/atata-bootstrap | 0746747fae8e7992d2fffa1ac4eb141bb1d0ad89 | [
"Apache-2.0"
] | 31 | 2017-10-13T13:41:59.000Z | 2022-03-21T08:07:11.000Z | src/Atata.Bootstrap.TestApp/Pages/v5/Dropdown.cshtml | Xen0byte/atata-bootstrap | 0746747fae8e7992d2fffa1ac4eb141bb1d0ad89 | [
"Apache-2.0"
] | 4 | 2017-10-26T15:38:56.000Z | 2022-03-18T01:03:13.000Z | @page
@{
ViewBag.Title = "Dropdown";
}
<h2>Regular</h2>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="regular" data-bs-toggle="dropdown" aria-expanded="false">
Regular
</button>
<ul class="dropdown-menu" aria-labelledby="regular">
<li><a clas... | 32.923077 | 139 | 0.616822 |
9efe4d5b41a605e38cea88c5d49487f4ef512084 | 912 | cs | C# | Tech Module Intensive/7. Arrays - Exercises/08. Most Frequent Number-fourth way/Most_Frequent_Number_fourth_way.cs | vencislav-viktorov/VS-Console-App | 93bd0e7410b259ece6d8cb1e058db8d896c6b663 | [
"Apache-2.0"
] | 1 | 2019-02-12T05:43:22.000Z | 2019-02-12T05:43:22.000Z | Tech Module Intensive/7. Arrays - Exercises/08. Most Frequent Number-fourth way/Most_Frequent_Number_fourth_way.cs | vencislav-viktorov/VS-Console-App | 93bd0e7410b259ece6d8cb1e058db8d896c6b663 | [
"Apache-2.0"
] | null | null | null | Tech Module Intensive/7. Arrays - Exercises/08. Most Frequent Number-fourth way/Most_Frequent_Number_fourth_way.cs | vencislav-viktorov/VS-Console-App | 93bd0e7410b259ece6d8cb1e058db8d896c6b663 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Linq;
namespace _08.Most_Frequent_Number_fourth_way
{
public class Most_Frequent_Number_fourth_way
{
public static void Main()
{
int[] numbers = Console.ReadLine().Split().Select(int.Parse).ToArray();
int resultNumber = 0;
int co... | 22.8 | 83 | 0.422149 |
e5512dca93114b58b842af6ad85ead4d43fc7ede | 455 | cs | C# | Insurance.Api/InsuranceEngine/Contracts/IPersonEngine.cs | Kemma87/gap | 9bb793899d2fdfc3825a736bad05081da6b44da5 | [
"Unlicense"
] | null | null | null | Insurance.Api/InsuranceEngine/Contracts/IPersonEngine.cs | Kemma87/gap | 9bb793899d2fdfc3825a736bad05081da6b44da5 | [
"Unlicense"
] | null | null | null | Insurance.Api/InsuranceEngine/Contracts/IPersonEngine.cs | Kemma87/gap | 9bb793899d2fdfc3825a736bad05081da6b44da5 | [
"Unlicense"
] | null | null | null | using InsuranceEngine.Dtos;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace InsuranceEngine.Contracts
{
public interface IPersonEngine
{
Task<List<PersonInsuranceDto>> GetInsurancesByPersonAsync(int personId);
Task AddPersonInsuranceAsync(int personId, int insuranceId... | 30.333333 | 80 | 0.756044 |
b2c467d3f667be2dc6fe2caafd7463007ec1f9cc | 4,986 | cs | C# | src/Extensions/Icarus/Gallio.Icarus/Commands/CommandFactory.cs | citizenmatt/gallio | a11902e8bfd5b45d987d6f7edc267bb19d388c45 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-03-17T02:38:05.000Z | 2020-03-17T02:38:05.000Z | src/Extensions/Icarus/Gallio.Icarus/Commands/CommandFactory.cs | citizenmatt/gallio | a11902e8bfd5b45d987d6f7edc267bb19d388c45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/Extensions/Icarus/Gallio.Icarus/Commands/CommandFactory.cs | citizenmatt/gallio | a11902e8bfd5b45d987d6f7edc267bb19d388c45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | // Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.a... | 30.968944 | 87 | 0.625351 |
a65f6d7c278f4550b054fdc2981e4a38eb3fb268 | 5,055 | cs | C# | tests/Mariowski.Common.DataSource.Tests/Repositories/InMemoryRepositoryTests.cs | Xandev/Mariowski.Common | f03910cab879619ad5797fd020714f5acd311f1e | [
"MIT"
] | null | null | null | tests/Mariowski.Common.DataSource.Tests/Repositories/InMemoryRepositoryTests.cs | Xandev/Mariowski.Common | f03910cab879619ad5797fd020714f5acd311f1e | [
"MIT"
] | null | null | null | tests/Mariowski.Common.DataSource.Tests/Repositories/InMemoryRepositoryTests.cs | Xandev/Mariowski.Common | f03910cab879619ad5797fd020714f5acd311f1e | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using Mariowski.Common.DataSource.Tests.Implementations;
using Xunit;
namespace Mariowski.Common.DataSource.Tests.Repositories
{
public partial class InMemoryRepositoryTests
{
priva... | 30.451807 | 106 | 0.586152 |
6c48eb5c9fe8dfe91ee21cff0d37d8b98e5411f9 | 391 | cs | C# | src/Core/JSC_LMS.Application/Features/Announcement/Queries/GetAllAnnouncementListBySchool/GetAllAnnouncementListBySchoolQuery.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | src/Core/JSC_LMS.Application/Features/Announcement/Queries/GetAllAnnouncementListBySchool/GetAllAnnouncementListBySchoolQuery.cs | ashishneosoftmail/JSC_LMS | e07ce6f934bd764171bc6b381708371ef2838b78 | [
"Apache-2.0"
] | null | null | null | src/Core/JSC_LMS.Application/Features/Announcement/Queries/GetAllAnnouncementListBySchool/GetAllAnnouncementListBySchoolQuery.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.Announcement.Queries.GetAllAnnouncementListBySchool
{
public class GetAllAnnouncementListBySchoolQuery : IRequest<Response<IEnumerable<GetAllAnnouncementList... | 27.928571 | 121 | 0.795396 |
cf8e0a9d3f182c6dec15c0171055fc93534d579f | 591 | cs | C# | src/Discord.Net.Interactions.Abstractions/ICommandGroup.cs | ctu-fee-group/discord-net-interactions | a28aaa7c38558ab8c8097e26dd2d8384c5dfa240 | [
"MIT"
] | null | null | null | src/Discord.Net.Interactions.Abstractions/ICommandGroup.cs | ctu-fee-group/discord-net-interactions | a28aaa7c38558ab8c8097e26dd2d8384c5dfa240 | [
"MIT"
] | 6 | 2021-08-19T18:26:30.000Z | 2021-08-21T22:50:16.000Z | src/Discord.Net.Interactions.Abstractions/ICommandGroup.cs | ctu-fee-group/discord-net-interactions | a28aaa7c38558ab8c8097e26dd2d8384c5dfa240 | [
"MIT"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
namespace Discord.Net.Interactions.Abstractions
{
/// <summary>
/// Group of commands exposing a function for registering the commands
/// </summary>
public interface ICommandGroup
{
/// <summary>
/// Builds and registers slash c... | 31.105263 | 117 | 0.641286 |
3202880707dfa7713fa054b9a3e48d07154b7807 | 1,714 | cs | C# | src/Foundation/Connect/website/Managers/BaseManager.cs | Igor1306/sitecore-headless-commerce-accelerator | b138557325e400bd2b45071ee96adf57f4ff8240 | [
"Apache-2.0"
] | 34 | 2019-09-05T12:39:12.000Z | 2022-02-18T11:59:17.000Z | src/Foundation/Connect/website/Managers/BaseManager.cs | Igor1306/sitecore-headless-commerce-accelerator | b138557325e400bd2b45071ee96adf57f4ff8240 | [
"Apache-2.0"
] | 17 | 2019-09-23T15:28:52.000Z | 2021-05-11T23:02:36.000Z | src/Foundation/Connect/website/Managers/BaseManager.cs | Igor1306/sitecore-headless-commerce-accelerator | b138557325e400bd2b45071ee96adf57f4ff8240 | [
"Apache-2.0"
] | 22 | 2019-09-19T09:15:49.000Z | 2021-09-06T01:59:43.000Z | // Copyright 2020 EPAM Systems, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | 32.339623 | 109 | 0.649358 |
f58eaa310182e51f07888db38bc08c1a94dc9697 | 3,087 | cs | C# | Assets/UnityFS/TaskManager.cs | ialex32x/unityfs | 386221d8443de6c1320502af5be8d13d592d7bfa | [
"MIT"
] | 78 | 2019-07-05T02:46:22.000Z | 2022-03-25T05:50:46.000Z | Assets/UnityFS/TaskManager.cs | chengyisi/unityfs | 7fce3725eb094b973ed07d470ca77d0cb7bf095c | [
"MIT"
] | 23 | 2019-07-04T02:02:34.000Z | 2021-07-23T03:42:49.000Z | Assets/UnityFS/TaskManager.cs | chengyisi/unityfs | 7fce3725eb094b973ed07d470ca77d0cb7bf095c | [
"MIT"
] | 23 | 2019-07-05T02:53:17.000Z | 2021-09-10T14:05:10.000Z | using System;
using System.IO;
using System.Net;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
namespace UnityFS
{
using UnityEngine;
using UnityEngine.Networking;
// public class TaskManager
// {
// private int _slow = 0;
// private... | 30.87 | 93 | 0.419501 |
01d73c5425afb827000b94038156a8dd36c72d30 | 696 | cs | C# | NasGrad.DBEngine/Constants.cs | NasGradApp/nasgrad | 6c0d8631ab378051b7f18148528e8bd659680596 | [
"MIT"
] | null | null | null | NasGrad.DBEngine/Constants.cs | NasGradApp/nasgrad | 6c0d8631ab378051b7f18148528e8bd659680596 | [
"MIT"
] | 6 | 2019-12-27T19:15:10.000Z | 2022-02-17T19:11:01.000Z | NasGrad.DBEngine/Constants.cs | NasGradApp/nasgrad | 6c0d8631ab378051b7f18148528e8bd659680596 | [
"MIT"
] | null | null | null | namespace NasGrad.DBEngine
{
public class Constants
{
public class TableName
{
public const string Type = "Type";
public const string Issue = "Issue";
public const string Category = "Category";
public const string Picture = "Picture";
... | 31.636364 | 70 | 0.576149 |
bf2eda92b8b903372dce889b3c5e60cdb8f54d0d | 4,038 | cshtml | C# | SDC_Web/Views/Invoices/Index.cshtml | jjang3530/SDC | 91dfd77991108b7a23c2534191b20a1cacc1796c | [
"MIT"
] | null | null | null | SDC_Web/Views/Invoices/Index.cshtml | jjang3530/SDC | 91dfd77991108b7a23c2534191b20a1cacc1796c | [
"MIT"
] | null | null | null | SDC_Web/Views/Invoices/Index.cshtml | jjang3530/SDC | 91dfd77991108b7a23c2534191b20a1cacc1796c | [
"MIT"
] | null | null | null | @model IEnumerable<SDC_Web.Models.Invoice>
@{
ViewData["Title"] = "Index";
}
<h1>Invoices Index</h1>
<p>
<a asp-action="Create">Create New</a>
</p>
<table class="table">
<thead>
<tr>
<th>
@Html.DisplayNameFor(model => model.InvoiceDate)
</th>
@... | 30.590909 | 84 | 0.435612 |
9270ba47bc9912cefe42aabffdfd72e3703fdf6c | 2,834 | cs | C# | MC.RocketMatter/Sql/Contact.cs | MediatedCommunications/MC.RocketMatter | c649a4a8126842a3d1bfeeef87fc44395e24def9 | [
"MIT"
] | null | null | null | MC.RocketMatter/Sql/Contact.cs | MediatedCommunications/MC.RocketMatter | c649a4a8126842a3d1bfeeef87fc44395e24def9 | [
"MIT"
] | null | null | null | MC.RocketMatter/Sql/Contact.cs | MediatedCommunications/MC.RocketMatter | c649a4a8126842a3d1bfeeef87fc44395e24def9 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace MC.RocketMatter.Sql {
public class Contact {
public int ID { get; set; }
public string Salutation { get; set; }
public string Name { get; set; }
public string MiddleName {... | 34.560976 | 86 | 0.624206 |
283b363d71290c51713f0ee3db063b8d590713aa | 1,545 | cs | C# | CheckStatusCookEast/Alert/Tweeter.cs | caf-ltar/CafMeteorologicalECTower_AzureFunctions_CafECTowerAlerts | 7707d59a6b355aaffcddaffd19298e1ca5fbb1d9 | [
"CC0-1.0"
] | null | null | null | CheckStatusCookEast/Alert/Tweeter.cs | caf-ltar/CafMeteorologicalECTower_AzureFunctions_CafECTowerAlerts | 7707d59a6b355aaffcddaffd19298e1ca5fbb1d9 | [
"CC0-1.0"
] | null | null | null | CheckStatusCookEast/Alert/Tweeter.cs | caf-ltar/CafMeteorologicalECTower_AzureFunctions_CafECTowerAlerts | 7707d59a6b355aaffcddaffd19298e1ca5fbb1d9 | [
"CC0-1.0"
] | null | null | null | using Caf.CafMeteorologicalECTower.CafECTowerAlerts.CheckStatusCookEast.Alert;
using System;
using TweetSharp;
namespace Caf.CafMeteorologicalECTower.CafECTowerAlerts.Alert
{
public class Tweeter : ISendAlerts
{
private string consumerKey;
private string consumerSecret;
private string ... | 28.611111 | 79 | 0.602589 |
285c1722c188c0e0011973a062f2f10c2ebeb2e6 | 1,053 | cs | C# | Assets/Scripts/Motion/SineMovement.cs | gilecheverria/MegaShooter | e1fdcb2d2c71323d78074780b18200c068341ee7 | [
"MIT"
] | null | null | null | Assets/Scripts/Motion/SineMovement.cs | gilecheverria/MegaShooter | e1fdcb2d2c71323d78074780b18200c068341ee7 | [
"MIT"
] | null | null | null | Assets/Scripts/Motion/SineMovement.cs | gilecheverria/MegaShooter | e1fdcb2d2c71323d78074780b18200c068341ee7 | [
"MIT"
] | null | null | null | /*
Move the attached object in a direction specified,
while also moving horizontally back and forth
Gilberto Echeverria
13/04/2020
*/
using UnityEngine;
public class SineMovement : MonoBehaviour {
public Vector3 motion;
public float duration = 1.0f;
public float width = 1.0f;
[Serializ... | 26.325 | 78 | 0.689459 |
47e34a39b11bdc650db33a11b97368910c43d60b | 1,650 | cs | C# | Common/DataCls/Chart.cs | vuegoman/C-_stock_chart_program | 8ca24054ed001a3b0db5d64549f2caf798555479 | [
"MIT"
] | null | null | null | Common/DataCls/Chart.cs | vuegoman/C-_stock_chart_program | 8ca24054ed001a3b0db5d64549f2caf798555479 | [
"MIT"
] | null | null | null | Common/DataCls/Chart.cs | vuegoman/C-_stock_chart_program | 8ca24054ed001a3b0db5d64549f2caf798555479 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.Serialization;
using System.Data;
namespace Common.DataCls
{
[DataContract]
public sealed class Chart
{
#region ClassMembers
[DataMember(Order = 1)]
publi... | 19.642857 | 96 | 0.598182 |
d0c156e787c8399ed1049538f92583957437a5f8 | 266 | cs | C# | src/GithubActions.Shared/Extensions/HttpResponseMessageExtensionsException.cs | swiftbitdotco/GithubActionsWithDotNetCore | 387a08d848ee7c5001fed8893d7eacbbda1fa941 | [
"MIT"
] | null | null | null | src/GithubActions.Shared/Extensions/HttpResponseMessageExtensionsException.cs | swiftbitdotco/GithubActionsWithDotNetCore | 387a08d848ee7c5001fed8893d7eacbbda1fa941 | [
"MIT"
] | null | null | null | src/GithubActions.Shared/Extensions/HttpResponseMessageExtensionsException.cs | swiftbitdotco/GithubActionsWithDotNetCore | 387a08d848ee7c5001fed8893d7eacbbda1fa941 | [
"MIT"
] | null | null | null | using System;
namespace GithubActions.Shared.Extensions
{
[Serializable]
public class HttpResponseMessageExtensionsException : Exception
{
public HttpResponseMessageExtensionsException(string message) : base(message)
{
}
}
} | 22.166667 | 85 | 0.703008 |
a53529f058a7fe69a61fa5199c9338ebf149f6fa | 6,298 | cs | C# | TungHoanhReader/TungHoanhReader.Shared/Services/MainfestService/ManifestHelper.cs | windwp/THReader | b96d68d15758a6b4a103f9e940c0e2a352932477 | [
"CC0-1.0"
] | null | null | null | TungHoanhReader/TungHoanhReader.Shared/Services/MainfestService/ManifestHelper.cs | windwp/THReader | b96d68d15758a6b4a103f9e940c0e2a352932477 | [
"CC0-1.0"
] | null | null | null | TungHoanhReader/TungHoanhReader.Shared/Services/MainfestService/ManifestHelper.cs | windwp/THReader | b96d68d15758a6b4a103f9e940c0e2a352932477 | [
"CC0-1.0"
] | null | null | null | using System;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Xml.Linq;
using Windows.UI;
namespace TungHoanhReader.Services
{
public class ManifestHelper
{
public ManifestHelper()
{
var manifest = Manifest;
}
private XDocument _... | 41.163399 | 382 | 0.462528 |
83e3269c3200572c548955928a6ff3cf381ddafa | 346 | cs | C# | BusinessModels.Entities/Cita.cs | jorgehdzg1991/PlannerDocApi | 0a60618a0cdf7e8325fb36a54942db69367b99cb | [
"MIT"
] | null | null | null | BusinessModels.Entities/Cita.cs | jorgehdzg1991/PlannerDocApi | 0a60618a0cdf7e8325fb36a54942db69367b99cb | [
"MIT"
] | null | null | null | BusinessModels.Entities/Cita.cs | jorgehdzg1991/PlannerDocApi | 0a60618a0cdf7e8325fb36a54942db69367b99cb | [
"MIT"
] | null | null | null | using System;
namespace BusinessModels.Entities
{
public class Cita
{
public int Id { get; set; }
public int DoctoresId { get; set; }
public int PacientesId { get; set; }
public string Motivos { get; set; }
public DateTime FechaHora { get; set; }
public bool Est... | 24.714286 | 47 | 0.583815 |
94d45f0b83ecd42d49ec9455b1df244408a8c4dc | 4,068 | cs | C# | UnityVrSandbox/Assets/External/New UI Widgets/Scripts/EasyLayout/EasyLayoutEnums.cs | cschladetsch/UnityTemplate | 57a7af490f37670207f231ae7b265badcdd0f4b9 | [
"MIT"
] | 9 | 2019-08-26T18:54:37.000Z | 2022-03-08T02:15:23.000Z | UnityVrSandbox/Assets/External/New UI Widgets/Scripts/EasyLayout/EasyLayoutEnums.cs | cschladetsch/UnityTemplate | 57a7af490f37670207f231ae7b265badcdd0f4b9 | [
"MIT"
] | 28 | 2020-03-29T21:52:48.000Z | 2020-04-24T05:34:14.000Z | UnityVrSandbox/Assets/External/New UI Widgets/Scripts/EasyLayout/EasyLayoutEnums.cs | cschladetsch/UnityTemplate | 57a7af490f37670207f231ae7b265badcdd0f4b9 | [
"MIT"
] | 2 | 2021-02-16T11:26:16.000Z | 2021-06-21T07:37:18.000Z | namespace EasyLayoutNS
{
/// <summary>
/// Grid constraints.
/// </summary>
public enum GridConstraints
{
/// <summary>
/// Don't constraint the number of rows or columns.
/// </summary>
Flexible = 0,
/// <summary>
/// Constraint the number of columns to a specified number.
/// </summary>
FixedCo... | 15.179104 | 67 | 0.538348 |
fa13465ea769faca1841e85c8103660cb5bcdd6f | 485 | cs | C# | Backend/AnimalRescue/AnimalRescue.DataAccess.Mongodb/Models/Chat.cs | Pet-SOS/AnimalRescue | 175513687d74a1cc8c4c3f05b03e4f10451a7801 | [
"Apache-2.0"
] | 2 | 2020-04-29T14:48:01.000Z | 2020-11-23T08:26:39.000Z | Backend/AnimalRescue/AnimalRescue.DataAccess.Mongodb/Models/Chat.cs | Pet-SOS/AnimalRescue | 175513687d74a1cc8c4c3f05b03e4f10451a7801 | [
"Apache-2.0"
] | 4 | 2019-12-12T16:46:13.000Z | 2022-02-28T01:42:56.000Z | Backend/AnimalRescue/AnimalRescue.DataAccess.Mongodb/Models/Chat.cs | Pet-SOS/AnimalRescue | 175513687d74a1cc8c4c3f05b03e4f10451a7801 | [
"Apache-2.0"
] | 9 | 2019-12-02T11:03:04.000Z | 2020-12-15T13:03:30.000Z | using AnimalRescue.DataAccess.Mongodb.Attributes;
using AnimalRescue.DataAccess.Mongodb.Models.BaseItems;
using MongoDB.Bson.Serialization.Attributes;
using chat = AnimalRescue.Contracts.Common.Constants.PropertyConstants.Chat;
namespace AnimalRescue.DataAccess.Mongodb.Models
{
[BsonDiscriminator("chat")]
pu... | 28.529412 | 76 | 0.746392 |
4aabf84670223bf5bc3b007b5f903f9c5ab6da3c | 292 | cs | C# | ReplayManager/Classes/Records/GameVersion.cs | VladTheJunior/ReplayManager | f948a30e1a3325c9c3c066b046f50d72b11c553b | [
"MIT"
] | 1 | 2022-02-23T12:37:24.000Z | 2022-02-23T12:37:24.000Z | ReplayManager/Classes/Records/GameVersion.cs | VladTheJunior/ReplayManager | f948a30e1a3325c9c3c066b046f50d72b11c553b | [
"MIT"
] | null | null | null | ReplayManager/Classes/Records/GameVersion.cs | VladTheJunior/ReplayManager | f948a30e1a3325c9c3c066b046f50d72b11c553b | [
"MIT"
] | 1 | 2022-02-23T13:18:00.000Z | 2022-02-23T13:18:00.000Z | using System;
namespace ReplayManager.Classes.Records
{
public class GameVersion
{
public uint ExeVersion { get; set; }
public string PatchVersion { get; set; }
public string PatchNotes { get; set; }
public DateOnly ReleaseDate { get; set; }
}
}
| 22.461538 | 49 | 0.630137 |
7576072d07c9cf7386d85aead8089806c29c9c9d | 181 | cs | C# | src/AElf.Management/Models/PoolStateResult.cs | quangdo3112/AElf | 17d848f14b8826c22c7fce301fad9f1adb596466 | [
"MIT"
] | 1 | 2019-04-02T07:37:20.000Z | 2019-04-02T07:37:20.000Z | AElf.Management/Models/PoolStateResult.cs | Git-zyn-Hub/AElf | 66da4feb0faedffce19677a3822a448ed8d6cef6 | [
"MIT"
] | 1 | 2019-05-07T22:13:41.000Z | 2019-05-07T22:13:41.000Z | AElf.Management/Models/PoolStateResult.cs | Git-zyn-Hub/AElf | 66da4feb0faedffce19677a3822a448ed8d6cef6 | [
"MIT"
] | null | null | null | namespace AElf.Management.Models
{
public class PoolStateResult
{
public int RequestPoolSize { get; set; }
public int ReceivePoolSize { get; set; }
}
} | 20.111111 | 48 | 0.635359 |
4cf3c4a83feb7ec2e1610682e23ddb3e4870d095 | 275 | cs | C# | Assets/Scripts/Player/PlayerHealth.cs | forsbergsskola-se/enough-is-enough | e252cf30321be297e16a33cee62d5a5223486c1b | [
"MIT"
] | 1 | 2020-12-18T11:18:54.000Z | 2020-12-18T11:18:54.000Z | Assets/Scripts/Player/PlayerHealth.cs | Ayganv/ARPG | e252cf30321be297e16a33cee62d5a5223486c1b | [
"MIT"
] | null | null | null | Assets/Scripts/Player/PlayerHealth.cs | Ayganv/ARPG | e252cf30321be297e16a33cee62d5a5223486c1b | [
"MIT"
] | 1 | 2021-08-11T09:35:55.000Z | 2021-08-11T09:35:55.000Z | using Player;
using Units;
using UnityEngine;
using UnityEngine.Events;
public class PlayerHealth : UnitHealth{
public override void Update(){
//Temporary commands for testing
if (Input.GetKeyDown(KeyCode.K)) Health = 0;
base.Update();
}
} | 19.642857 | 52 | 0.672727 |
fea480df2ba6fd5329e4cabf0c93baecc96af1ac | 1,419 | cs | C# | aspnet-core/src/SPA.DocumentManager.Application/PlanProjects/Dtos/PlanProjectCostStatistic.cs | lzhm216/dmproject | f64710be1a18b264be07abe410f9d3f888a1439e | [
"MIT"
] | 1 | 2020-03-05T08:44:42.000Z | 2020-03-05T08:44:42.000Z | aspnet-core/src/SPA.DocumentManager.Application/PlanProjects/Dtos/PlanProjectCostStatistic.cs | lzhm216/dmproject | f64710be1a18b264be07abe410f9d3f888a1439e | [
"MIT"
] | null | null | null | aspnet-core/src/SPA.DocumentManager.Application/PlanProjects/Dtos/PlanProjectCostStatistic.cs | lzhm216/dmproject | f64710be1a18b264be07abe410f9d3f888a1439e | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace SPA.DocumentManager.PlanProjects.Dtos
{
public class PlanProjectCostStatistic
{
public PlanProjectCostStatistic()
{
}
public PlanProjectCostStatistic(string year, List<PlanProjectAndCost> items)
... | 22.887097 | 113 | 0.597604 |
fea9533d0905a9b0a5409cd8aa7c90a9ba728257 | 34 | cshtml | C# | test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml | davidsagang/Mvc | 1ab5bb3496056fbe64165b9e6f3038efba4d10cd | [
"Apache-2.0"
] | 23 | 2016-06-11T00:13:07.000Z | 2021-12-24T13:38:24.000Z | test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml | davidsagang/Mvc | 1ab5bb3496056fbe64165b9e6f3038efba4d10cd | [
"Apache-2.0"
] | null | null | null | test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml | davidsagang/Mvc | 1ab5bb3496056fbe64165b9e6f3038efba4d10cd | [
"Apache-2.0"
] | 1 | 2016-06-15T11:44:22.000Z | 2016-06-15T11:44:22.000Z | @inject IHtmlHelper<TModel> Model | 34 | 34 | 0.823529 |
3a0931bbda2cbf886680cad165b528ef4fa5ed22 | 628 | cs | C# | Libs/GizmoFort.Connector.ERPNext/ERPTypes/Manufacturing_settings/Manufacturing_settingsService.cs | dmequus/gizmofort.connector.erpnext | b07aafc903741d2fdf0a51d37b23bf10cfee6062 | [
"MIT"
] | null | null | null | Libs/GizmoFort.Connector.ERPNext/ERPTypes/Manufacturing_settings/Manufacturing_settingsService.cs | dmequus/gizmofort.connector.erpnext | b07aafc903741d2fdf0a51d37b23bf10cfee6062 | [
"MIT"
] | null | null | null | Libs/GizmoFort.Connector.ERPNext/ERPTypes/Manufacturing_settings/Manufacturing_settingsService.cs | dmequus/gizmofort.connector.erpnext | b07aafc903741d2fdf0a51d37b23bf10cfee6062 | [
"MIT"
] | null | null | null | using GizmoFort.Connector.ERPNext.PublicInterfaces;
using GizmoFort.Connector.ERPNext.PublicInterfaces.SubServices;
using GizmoFort.Connector.ERPNext.PublicTypes;
namespace GizmoFort.Connector.ERPNext.ERPTypes.Manufacturing_settings
{
public class Manufacturing_settingsService : SubServiceBase<ERPManufacturing_set... | 36.941176 | 90 | 0.770701 |
7104053fcff9006177b661904440a9655ea19fb3 | 709 | cs | C# | wave/lunar_lander/SharedSource/Main/D3/Components/BaseImpulseActivator.cs | PlainConcepts/ARLIE | 10b8992b0820e08fb649805e8bc12ff0509d78d9 | [
"MIT"
] | 9 | 2019-11-28T09:48:29.000Z | 2020-06-07T18:30:41.000Z | wave/lunar_lander/SharedSource/Main/D3/Components/BaseImpulseActivator.cs | PlainConcepts/ARLIE | 10b8992b0820e08fb649805e8bc12ff0509d78d9 | [
"MIT"
] | null | null | null | wave/lunar_lander/SharedSource/Main/D3/Components/BaseImpulseActivator.cs | PlainConcepts/ARLIE | 10b8992b0820e08fb649805e8bc12ff0509d78d9 | [
"MIT"
] | 3 | 2019-12-14T04:11:17.000Z | 2019-12-14T21:34:29.000Z | using RLEnvs.D3.Model;
using RLEnvs.D3.Particles;
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;
using WaveEngine.Framework;
using WaveEngine.Framework.Services;
namespace RLEnvs.D3.Components
{
[AllowMultipleInstances]
[DataContract]
public abstract... | 22.15625 | 58 | 0.648801 |
1b407b106ee89e084709b5dbfd3684379304ca14 | 4,659 | cs | C# | WidgetsTests/TestDefinitions/ButtonImageTest.cs | rl132/RLToolkit | 5430b99c73a6618d385a76ba5882d00cb8c20ff6 | [
"MIT"
] | null | null | null | WidgetsTests/TestDefinitions/ButtonImageTest.cs | rl132/RLToolkit | 5430b99c73a6618d385a76ba5882d00cb8c20ff6 | [
"MIT"
] | null | null | null | WidgetsTests/TestDefinitions/ButtonImageTest.cs | rl132/RLToolkit | 5430b99c73a6618d385a76ba5882d00cb8c20ff6 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using RLToolkit.Widgets;
using RLToolkit.Extensions;
using System.Drawing;
using Gtk;
namespace RLToolkit.WidgetsTests
{
public class ButtonImageTest : TestBase
{
private ButtonImage bImg1;
private ButtonImage bImg2;
private Bu... | 32.354167 | 172 | 0.597124 |
e1c34279105ff61fbf2b62ac6190ff5dfa9a5a2e | 309 | cs | C# | src/BestYoutubeDownloader/Views/Pages/IPage.cs | HaggitheSecond/BestYoutubeDownloader | 96b53844c339f8982d6fc8d3e3a13f5751909f87 | [
"MIT"
] | 4 | 2020-01-29T23:28:40.000Z | 2020-07-02T16:23:20.000Z | src/BestYoutubeDownloader/Views/Pages/IPage.cs | HaggitheSecond/BestYoutubeDownloader | 96b53844c339f8982d6fc8d3e3a13f5751909f87 | [
"MIT"
] | 1 | 2017-04-09T12:36:37.000Z | 2017-04-09T12:36:37.000Z | src/BestYoutubeDownloader/Views/Pages/IPage.cs | HaggitheSecond/BestYoutubeDownloader | 96b53844c339f8982d6fc8d3e3a13f5751909f87 | [
"MIT"
] | null | null | null | using System.Security.Cryptography.X509Certificates;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace BestYoutubeDownloader.Views.Pages
{
public interface IPage
{
string Name { get; }
ImageSource Icon { get; }
SolidColorBrush Color { get; }
}
} | 20.6 | 53 | 0.692557 |
c0a14cfee4e3f705f094e56fa8dabd9f96556c6b | 1,164 | cs | C# | Mobet-Net/Mobet/Runtime/Session/NullAppSession.cs | Mobet/mobet | 1945ee26568cd1f3f71f9062dad235cc064008d9 | [
"Apache-2.0"
] | null | null | null | Mobet-Net/Mobet/Runtime/Session/NullAppSession.cs | Mobet/mobet | 1945ee26568cd1f3f71f9062dad235cc064008d9 | [
"Apache-2.0"
] | null | null | null | Mobet-Net/Mobet/Runtime/Session/NullAppSession.cs | Mobet/mobet | 1945ee26568cd1f3f71f9062dad235cc064008d9 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mobet.Runtime.Session
{
/// <summary>
/// Implements null object pattern for <see cref="IAppSession"/>.
/// </summary>
public class NullAppSession : IAppSession
{
/... | 21.163636 | 88 | 0.506014 |
2af2ea49a55be77d15aac7e19ffbda24ca6bc2d3 | 33,810 | cs | C# | code/src/Plexdata.ArgumentParser.NET/Processors/HelpProcessor.cs | akesseler/Plexdata.ArgumentParser | f729e2cccfe65d8516b6895a7d89a3c9899b285d | [
"MIT"
] | 1 | 2019-10-09T02:48:55.000Z | 2019-10-09T02:48:55.000Z | code/src/Plexdata.ArgumentParser.NET/Processors/HelpProcessor.cs | akesseler/Plexdata.ArgumentParser | f729e2cccfe65d8516b6895a7d89a3c9899b285d | [
"MIT"
] | 3 | 2019-08-14T09:02:18.000Z | 2020-01-05T05:32:51.000Z | code/src/Plexdata.ArgumentParser.NET/Processors/HelpProcessor.cs | akesseler/Plexdata.ArgumentParser | f729e2cccfe65d8516b6895a7d89a3c9899b285d | [
"MIT"
] | null | null | null | /*
* MIT License
*
* Copyright (c) 2022 plexdata.de
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, m... | 36.276824 | 146 | 0.488672 |
21eb533e0e0e465df82c10cebb288b26501ed625 | 270 | cs | C# | AgileMapper/Configuration/IPotentialAutoCreatedItem.cs | WeiiWang/AgileMapper | 4b76ad85468ce38752c4c26ad19f7679e102568f | [
"MIT"
] | 440 | 2016-10-04T08:41:30.000Z | 2022-03-28T21:40:08.000Z | AgileMapper/Configuration/IPotentialAutoCreatedItem.cs | WeiiWang/AgileMapper | 4b76ad85468ce38752c4c26ad19f7679e102568f | [
"MIT"
] | 110 | 2016-10-04T11:43:41.000Z | 2022-03-31T16:32:13.000Z | AgileMapper/Configuration/IPotentialAutoCreatedItem.cs | WeiiWang/AgileMapper | 4b76ad85468ce38752c4c26ad19f7679e102568f | [
"MIT"
] | 23 | 2016-10-04T10:19:15.000Z | 2021-06-18T10:04:12.000Z | namespace AgileObjects.AgileMapper.Configuration
{
internal interface IPotentialAutoCreatedItem
{
bool WasAutoCreated { get; }
IPotentialAutoCreatedItem Clone();
bool IsReplacementFor(IPotentialAutoCreatedItem autoCreatedItem);
}
} | 24.545455 | 73 | 0.733333 |
15b56784a29ed41e1656ba4ed8187e0ad316ac15 | 4,792 | cs | C# | Sakei/AfterLogin/MallPage.aspx.cs | uchicc1228/forgraduate | c8348d919e3d599aaa27bbc673b0f7933c42a332 | [
"MIT"
] | null | null | null | Sakei/AfterLogin/MallPage.aspx.cs | uchicc1228/forgraduate | c8348d919e3d599aaa27bbc673b0f7933c42a332 | [
"MIT"
] | null | null | null | Sakei/AfterLogin/MallPage.aspx.cs | uchicc1228/forgraduate | c8348d919e3d599aaa27bbc673b0f7933c42a332 | [
"MIT"
] | 3 | 2022-03-25T07:47:23.000Z | 2022-03-26T13:35:29.000Z | using Sakei.Helper;
using Sakei.Manager;
using Sakei.Models;
using SaKei.Helpers;
using SaKei.Manager;
using SaKei.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Sakei
{
public partial class MallPage : Sy... | 32.821918 | 110 | 0.460351 |
63fb4479cb94d0535b183755ea8cdb1c3bc3101e | 3,526 | cs | C# | BlueWarriors.Mvc/Controllers/LeadersController.cs | joeseggie/bluewarriors | a2770ff6c42c33fdc449766a29a1c0da394b6ccf | [
"MIT"
] | null | null | null | BlueWarriors.Mvc/Controllers/LeadersController.cs | joeseggie/bluewarriors | a2770ff6c42c33fdc449766a29a1c0da394b6ccf | [
"MIT"
] | null | null | null | BlueWarriors.Mvc/Controllers/LeadersController.cs | joeseggie/bluewarriors | a2770ff6c42c33fdc449766a29a1c0da394b6ccf | [
"MIT"
] | null | null | null | using System.Linq;
using System.Threading.Tasks;
using Bluewarriors.Mvc.Models;
using Bluewarriors.Mvc.Repository;
using BlueWarriors.Mvc.ViewModels;
using Microsoft.AspNetCore.Mvc;
namespace BlueWarriors.Mvc.Controllers
{
public class LeadersController : Controller
{
private readonly IRepository<Leade... | 32.953271 | 95 | 0.536585 |
c38cfc3a7c230037065ae17f1122c95625d6a85f | 1,693 | cs | C# | bS.Sked.EngineTests/ExecuterTests.cs | babbubba/bS.Sked | 248d1f1f9972bed5776d8df7e0b3dab0522ce35b | [
"MIT"
] | 1 | 2017-06-26T20:09:18.000Z | 2017-06-26T20:09:18.000Z | bS.Sked.EngineTests/ExecuterTests.cs | babbubba/bS.Sked | 248d1f1f9972bed5776d8df7e0b3dab0522ce35b | [
"MIT"
] | null | null | null | bS.Sked.EngineTests/ExecuterTests.cs | babbubba/bS.Sked | 248d1f1f9972bed5776d8df7e0b3dab0522ce35b | [
"MIT"
] | null | null | null | /*
Questa unit test usa il composition root del progetto WMC (quindi la stessa identica situazione senza dover duplicare nulla).
Tuttavia il composition root usa alcuni valori come la stringa di connessione che risiedono nel file di configurazione. Quindi
è necessario usare un file app.config in questa unit test. ... | 37.622222 | 211 | 0.72534 |
b768f96b063c4c545b39dad5893b3cea228e21df | 5,780 | cs | C# | Source/PowerPoint/DispatchInterfaces/PPDialog.cs | igoreksiz/NetOffice | 4b2ea3dd8ac885955ab9edbb455e079108ec968c | [
"MIT"
] | null | null | null | Source/PowerPoint/DispatchInterfaces/PPDialog.cs | igoreksiz/NetOffice | 4b2ea3dd8ac885955ab9edbb455e079108ec968c | [
"MIT"
] | null | null | null | Source/PowerPoint/DispatchInterfaces/PPDialog.cs | igoreksiz/NetOffice | 4b2ea3dd8ac885955ab9edbb455e079108ec968c | [
"MIT"
] | null | null | null | using System;
using NetRuntimeSystem = System;
using System.ComponentModel;
using NetOffice.Attributes;
namespace NetOffice.PowerPointApi
{
/// <summary>
/// DispatchInterface PPDialog
/// SupportByVersion PowerPoint, 9
/// </summary>
[SupportByVersion("PowerPoint", 9)]
[EntityType(EntityType.IsDispatchInterfa... | 22.490272 | 64 | 0.638062 |
7e24286ab150ac299a33eb7c84ab59dd9665af63 | 4,868 | cs | C# | samples/ComponentInspector/ComponentInspector.Core/Src/ObjectBrowser/TreeNodes/MemberTreeNode.cs | dongdapeng110/SharpDevelopTest | 0339adff83ca9589e700593e6d5d1e7658e7e951 | [
"MIT"
] | 11 | 2015-05-14T08:36:05.000Z | 2021-10-06T06:43:47.000Z | samples/ComponentInspector/ComponentInspector.Core/Src/ObjectBrowser/TreeNodes/MemberTreeNode.cs | denza/SharpDevelop | 406354bee0e349186868288447f23301a679c95c | [
"MIT"
] | null | null | null | samples/ComponentInspector/ComponentInspector.Core/Src/ObjectBrowser/TreeNodes/MemberTreeNode.cs | denza/SharpDevelop | 406354bee0e349186868288447f23301a679c95c | [
"MIT"
] | 10 | 2015-04-08T09:02:32.000Z | 2020-03-01T16:03:28.000Z | // <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Oakland Software Incorporated" email="general@oaklandsoftware.com"/>
// <version>$Revision$</version>
// </file>
using System;
using System.Collections;
using System.Reflection;
using Sys... | 24.71066 | 88 | 0.515201 |
3d7517c3a8d9c6c7592e7129524e5df8eefa3e8f | 2,048 | cs | C# | Source/UnitTests/ManagedIrbis/Client/MessageFileTest.cs | fossabot/ManagedIrbis | 90e09addba9e8358948417123c774d2d1ee6394e | [
"MIT"
] | null | null | null | Source/UnitTests/ManagedIrbis/Client/MessageFileTest.cs | fossabot/ManagedIrbis | 90e09addba9e8358948417123c774d2d1ee6394e | [
"MIT"
] | null | null | null | Source/UnitTests/ManagedIrbis/Client/MessageFileTest.cs | fossabot/ManagedIrbis | 90e09addba9e8358948417123c774d2d1ee6394e | [
"MIT"
] | null | null | null | using System.IO;
using System.Text;
using AM.Runtime;
using JetBrains.Annotations;
using ManagedIrbis;
using ManagedIrbis.Client;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests.ManagedIrbis.Client
{
[TestClass]
public class MessageFileTest
: Common.CommonUnitTest
{
... | 28.054795 | 78 | 0.583984 |
41384f3f245d0522cbce993e0cc6b8c61c883351 | 10,376 | cs | C# | AsterRift/Assets/OVR/Scripts/Util/OVRUGUI.cs | Druid-of-Luhn/AsterRift | 846a2f41bd9b5c4eefcdfdc70fc94f09d9e77504 | [
"MIT"
] | 11 | 2015-02-09T15:35:31.000Z | 2017-03-30T11:35:41.000Z | AsterRift/Assets/OVR/Scripts/Util/OVRUGUI.cs | Druid-of-Luhn/AsterRift | 846a2f41bd9b5c4eefcdfdc70fc94f09d9e77504 | [
"MIT"
] | 4 | 2015-06-04T00:25:18.000Z | 2017-03-30T11:13:53.000Z | AsterRift/Assets/OVR/Scripts/Util/OVRUGUI.cs | Druid-of-Luhn/AsterRift | 846a2f41bd9b5c4eefcdfdc70fc94f09d9e77504 | [
"MIT"
] | 2 | 2015-02-20T02:45:43.000Z | 2019-03-03T10:26:26.000Z | /************************************************************************************
Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved.
Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License");
you may not use the Oculus VR Rift SDK except in compliance with the License,
which is p... | 35.412969 | 158 | 0.636758 |
41818e3d4e3a52d6376ee7428bf75366b0ddc389 | 9,014 | cs | C# | src/TAlex.MathCore/Graphing/CoordSysConverter.cs | T-Alex/MathCore | d4e34e5f4eb83921b065d059cb77a4556aaf903f | [
"MIT"
] | 13 | 2015-02-21T19:51:53.000Z | 2019-05-15T15:03:51.000Z | src/TAlex.MathCore/Graphing/CoordSysConverter.cs | alex-titarenko/MathCore | d4e34e5f4eb83921b065d059cb77a4556aaf903f | [
"MIT"
] | 1 | 2019-01-25T06:39:02.000Z | 2019-01-25T06:39:02.000Z | src/TAlex.MathCore/Graphing/CoordSysConverter.cs | alex-titarenko/MathCore | d4e34e5f4eb83921b065d059cb77a4556aaf903f | [
"MIT"
] | 5 | 2015-08-20T14:47:01.000Z | 2017-10-27T06:13:09.000Z | using System;
namespace TAlex.MathCore.Graphing
{
/// <summary>
/// Contains methods for transforming a Cartesian coordinate system.
/// </summary>
public static class CoordSysConverter
{
#region Methods
/// <summary>
/// Transforms Cartesian coordinates to polar.
... | 46.947917 | 125 | 0.599401 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.