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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a83ac25565b85e1e1b10baf02139f5353fac9947 | 564 | cs | C# | RequestResponsePattern.Contracts/RequestResponsePattern.Contracts/ResponseWithMany.cs | Dataport/appframe-requestresponsepattern-core | 731543523a5ab29b2cc53d71465ebba137e963ad | [
"MIT"
] | 2 | 2021-04-30T11:47:59.000Z | 2021-12-29T11:34:34.000Z | RequestResponsePattern.Contracts/RequestResponsePattern.Contracts/ResponseWithMany.cs | Dataport/appframe-requestresponsepattern-core | 731543523a5ab29b2cc53d71465ebba137e963ad | [
"MIT"
] | null | null | null | RequestResponsePattern.Contracts/RequestResponsePattern.Contracts/ResponseWithMany.cs | Dataport/appframe-requestresponsepattern-core | 731543523a5ab29b2cc53d71465ebba137e963ad | [
"MIT"
] | 1 | 2021-04-30T11:37:34.000Z | 2021-04-30T11:37:34.000Z | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Dataport.AppFrameDotNet.RequestResponsePattern.Contracts
{
/// <summary>
/// Rückgabe einer Liste von Objekten (üblicherweise ein Model).
/// </summary>
/// <typeparam name="T">Typ der Response.</typeparam>
pu... | 28.2 | 68 | 0.636525 |
100313d4134d62a1e987ed2a6463070fe300a80f | 4,535 | cs | C# | Assets/K4A-VFX/Scripts/AzureKinectSensor.cs | drumath2237/k4a-vfx | 096a30cc2cf14ac58b3f1b68485f5ec2f7b4d89d | [
"Apache-2.0"
] | 2 | 2021-07-05T08:34:54.000Z | 2022-03-07T04:15:01.000Z | Assets/K4A-VFX/Scripts/AzureKinectSensor.cs | drumath2237/k4a-vfx | 096a30cc2cf14ac58b3f1b68485f5ec2f7b4d89d | [
"Apache-2.0"
] | null | null | null | Assets/K4A-VFX/Scripts/AzureKinectSensor.cs | drumath2237/k4a-vfx | 096a30cc2cf14ac58b3f1b68485f5ec2f7b4d89d | [
"Apache-2.0"
] | null | null | null | using System.Linq;
using Cysharp.Threading.Tasks;
using UnityEngine;
using Microsoft.Azure.Kinect.Sensor;
using UnityEngine.Serialization;
using UnityEngine.VFX;
namespace K4A.VFX
{
public class AzureKinectSensor : MonoBehaviour
{
private Device _kinect;
private bool _isRunning = false;
... | 35.708661 | 114 | 0.583021 |
101b8a1a92a194910fc8b598917305a0cc4d48a2 | 1,100 | cs | C# | src/SFA.DAS.Assessor.Functions.UnitTests/Standards/StandardCollationImportFunction/When_Run_Called.cs | SkillsFundingAgency/das-assessor-functions | c60f3dc75828896ac01060a8e90deaba776bb069 | [
"MIT"
] | 1 | 2019-09-18T07:36:41.000Z | 2019-09-18T07:36:41.000Z | src/SFA.DAS.Assessor.Functions.UnitTests/Standards/StandardCollationImportFunction/When_Run_Called.cs | SkillsFundingAgency/das-assessor-functions | c60f3dc75828896ac01060a8e90deaba776bb069 | [
"MIT"
] | 57 | 2020-01-13T08:56:49.000Z | 2022-03-07T14:39:05.000Z | src/SFA.DAS.Assessor.Functions.UnitTests/Standards/StandardCollationImportFunction/When_Run_Called.cs | SkillsFundingAgency/das-assessor-functions | c60f3dc75828896ac01060a8e90deaba776bb069 | [
"MIT"
] | 2 | 2020-03-18T13:14:36.000Z | 2021-04-11T08:35:52.000Z | using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.Assessor.Functions.Domain.Standards.Interfaces;
using System.Threading.Tasks;
namespace SFA.DAS.Assessor.Functions.UnitTests.Standards.StandardCollationImportFlow
{
public class When_Run_Called
{... | 30.555556 | 92 | 0.669091 |
1078f955484603b2862d55dc30110be2e9aabded | 194 | cs | C# | ECSUnityVisualScript/Packages/com.unity.visualscripting.entities/Editor/Constants/Float2ConstantModel.cs | linyuan5856/ECS_UnityVisualScript | cc4dcd60046e45675e3b94f7c1829ef9870a8cd5 | [
"MIT"
] | null | null | null | ECSUnityVisualScript/Packages/com.unity.visualscripting.entities/Editor/Constants/Float2ConstantModel.cs | linyuan5856/ECS_UnityVisualScript | cc4dcd60046e45675e3b94f7c1829ef9870a8cd5 | [
"MIT"
] | null | null | null | ECSUnityVisualScript/Packages/com.unity.visualscripting.entities/Editor/Constants/Float2ConstantModel.cs | linyuan5856/ECS_UnityVisualScript | cc4dcd60046e45675e3b94f7c1829ef9870a8cd5 | [
"MIT"
] | null | null | null | using System;
using Unity.Mathematics;
using UnityEngine;
namespace UnityEditor.VisualScripting.Model
{
[Serializable]
public class Float2ConstantModel : ConstantNodeModel<float2> {}
}
| 19.4 | 67 | 0.78866 |
10a71514a83bfbfb74b658994517adc7d2055fd2 | 213 | cs | C# | src/MassTransit/Configuration/ISagaRepositoryRegistrationConfigurator.cs | viktorshevchenko210/MassTransit | 2d3bb54fe3fbb47c0adc1fd53c12b64326ece804 | [
"ECL-2.0",
"Apache-2.0"
] | 4,222 | 2015-01-03T20:54:46.000Z | 2022-03-31T19:38:05.000Z | src/MassTransit/Configuration/ISagaRepositoryRegistrationConfigurator.cs | viktorshevchenko210/MassTransit | 2d3bb54fe3fbb47c0adc1fd53c12b64326ece804 | [
"ECL-2.0",
"Apache-2.0"
] | 1,756 | 2015-01-07T15:58:40.000Z | 2022-03-31T07:18:21.000Z | src/MassTransit/Configuration/ISagaRepositoryRegistrationConfigurator.cs | viktorshevchenko210/MassTransit | 2d3bb54fe3fbb47c0adc1fd53c12b64326ece804 | [
"ECL-2.0",
"Apache-2.0"
] | 1,352 | 2015-01-07T17:18:36.000Z | 2022-03-29T14:32:55.000Z | namespace MassTransit
{
using Registration;
using Saga;
public interface ISagaRepositoryRegistrationConfigurator<TSaga> :
IContainerRegistrar
where TSaga : class, ISaga
{
}
}
| 16.384615 | 69 | 0.676056 |
369e785be9d6f1b214bc712b0bf73335d1e2dba2 | 770 | cs | C# | Backup/MessagingFactory/QueueAccess.cs | ilovejs/PetShopv4 | 3f253d4059deba03f4256bf406c157f07f24078a | [
"MIT"
] | 1 | 2019-05-14T07:01:42.000Z | 2019-05-14T07:01:42.000Z | MessagingFactory/QueueAccess.cs | ilovejs/PetShopv4 | 3f253d4059deba03f4256bf406c157f07f24078a | [
"MIT"
] | null | null | null | MessagingFactory/QueueAccess.cs | ilovejs/PetShopv4 | 3f253d4059deba03f4256bf406c157f07f24078a | [
"MIT"
] | null | null | null | using System;
using System.Reflection;
using System.Configuration;
namespace PetShop.MessagingFactory {
/// <summary>
/// This class is implemented following the Abstract Factory pattern to create the Order
/// Messaging implementation specified from the configuration file
/// </summary>
public se... | 32.083333 | 97 | 0.697403 |
82a14f542573770f2cc21a18deffb872772ebc9f | 728 | cs | C# | SpssLib/SpssDataset/FormatType.cs | ssjda-ddi/EDO | 7e1d78f005180f009ae4d9da54f6cd933c70ce60 | [
"Apache-2.0"
] | null | null | null | SpssLib/SpssDataset/FormatType.cs | ssjda-ddi/EDO | 7e1d78f005180f009ae4d9da54f6cd933c70ce60 | [
"Apache-2.0"
] | 1 | 2020-03-10T09:15:12.000Z | 2020-03-10T09:15:12.000Z | SpssLib/SpssDataset/FormatType.cs | Easy-DDI-Organizer/EDO | d48b19d169bd3e791c9c599f7d93e2f54d6218c2 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SpssLib.SpssDataset
{
public enum FormatType
{
NotUsed1 = 0,
A,
AHEX,
COMMA,
DOLLAR,
F,
IB,
PIBHEX,
P,
PIB,
PK,
RB,
... | 14 | 33 | 0.387363 |
0a20f5ed270686ed4cb9771b4f020f8c9d009720 | 157 | cs | C# | src/auth-microsoft-identity/Models/AppRole.cs | treshnikov/net-core-trainings | f2b111ade977216f36cbc59c83cdc01eae2e4114 | [
"MIT"
] | null | null | null | src/auth-microsoft-identity/Models/AppRole.cs | treshnikov/net-core-trainings | f2b111ade977216f36cbc59c83cdc01eae2e4114 | [
"MIT"
] | null | null | null | src/auth-microsoft-identity/Models/AppRole.cs | treshnikov/net-core-trainings | f2b111ade977216f36cbc59c83cdc01eae2e4114 | [
"MIT"
] | null | null | null | using System;
using Microsoft.AspNetCore.Identity;
namespace auth_microsoft_identity
{
public class AppRole : IdentityRole<Guid>
{
}
}
| 14.272727 | 45 | 0.694268 |
b65627edb962723ad822be97d00b83f1eede3100 | 930 | cs | C# | src/CompanyWebApi.Contracts/Converters/UserToAuthenticateDtoConverter.cs | matjazbravc/OpenAPI.Swagger.Demo | 193b1ed40d7615c420fef38f83fbeea229b0669e | [
"MIT"
] | 7 | 2020-04-10T11:42:49.000Z | 2021-12-24T08:39:03.000Z | src/CompanyWebApi.Contracts/Converters/UserToAuthenticateDtoConverter.cs | matjazbravc/OpenAPI.Swagger.Demo | 193b1ed40d7615c420fef38f83fbeea229b0669e | [
"MIT"
] | 1 | 2020-04-10T20:16:44.000Z | 2020-04-10T20:28:55.000Z | src/CompanyWebApi.Contracts/Converters/UserToAuthenticateDtoConverter.cs | matjazbravc/OpenAPI.Swagger.Demo | 193b1ed40d7615c420fef38f83fbeea229b0669e | [
"MIT"
] | null | null | null | using CompanyWebApi.Contracts.Dto;
using CompanyWebApi.Contracts.Entities;
using Microsoft.Extensions.Logging;
namespace CompanyWebApi.Contracts.Converters
{
/// <summary>
/// User to UserDto converter
/// </summary>
public class UserToAuthenticateDtoConverter : IConverter<User, UserAuthenticateDto>
{
private ... | 26.571429 | 87 | 0.715054 |
3c15dcdc7e6692b1cecd815e630b359107d192a6 | 90 | cs | C# | Javity.EventBusTest/Events/TestEvent.cs | Radomiej/rad-event-bus.net | aa9ae2e42ebad6ee658720c4fe68d5818e7e310a | [
"MIT"
] | null | null | null | Javity.EventBusTest/Events/TestEvent.cs | Radomiej/rad-event-bus.net | aa9ae2e42ebad6ee658720c4fe68d5818e7e310a | [
"MIT"
] | null | null | null | Javity.EventBusTest/Events/TestEvent.cs | Radomiej/rad-event-bus.net | aa9ae2e42ebad6ee658720c4fe68d5818e7e310a | [
"MIT"
] | 1 | 2020-07-15T13:03:09.000Z | 2020-07-15T13:03:09.000Z | namespace Javity.EventBusTest.Events
{
public class TestEvent
{
}
} | 12.857143 | 38 | 0.588889 |
3c40c29b6727c1c80a3f9a074424d3081bf6eab1 | 2,070 | cs | C# | DataService/DaegunMQTTSubscribe/LogEventMaker.cs | gaistorn/PEIUForGrid | 81d1221fc5920675befadf88fc352ab771bfee6d | [
"MIT"
] | null | null | null | DataService/DaegunMQTTSubscribe/LogEventMaker.cs | gaistorn/PEIUForGrid | 81d1221fc5920675befadf88fc352ab771bfee6d | [
"MIT"
] | null | null | null | DataService/DaegunMQTTSubscribe/LogEventMaker.cs | gaistorn/PEIUForGrid | 81d1221fc5920675befadf88fc352ab771bfee6d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace PES.Service.DataService
{
public static class LogEventMaker
{
public static NLog.LogEventInfo CreateLogEvent(string loggerName, object target)
{
var l... | 36.315789 | 115 | 0.529952 |
3a4d29d14a40ecd2d544d4473d9539414e6e48be | 2,562 | cs | C# | Rudy.Services/ClientService.cs | luk3n/rudy-webapi | 17076830ace61ef9e837524dcbd46cb140b97521 | [
"MIT"
] | null | null | null | Rudy.Services/ClientService.cs | luk3n/rudy-webapi | 17076830ace61ef9e837524dcbd46cb140b97521 | [
"MIT"
] | null | null | null | Rudy.Services/ClientService.cs | luk3n/rudy-webapi | 17076830ace61ef9e837524dcbd46cb140b97521 | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
using System.Collections.Generic;
using Rudy.DTO;
using Rudy.Services.Interfaces;
using Rudy.Persistence;
using AutoMapper;
using Rudy.Models;
using Rudy.Common.Data.Pagination;
using System;
namespace Rudy.Services
{
public class ClientService : IClientService
{
private ... | 26.968421 | 89 | 0.512881 |
3a9f996c66af2f2b26da8c9ac73ee344e26e3abc | 656 | cs | C# | EnvironmentAssessment.Wizard/Common/DictionaryExtensions.cs | octansIt/environmentassessment | 267867b2b75e3c0955dac7f9250f3455e0935704 | [
"MIT"
] | 1 | 2020-08-24T15:44:55.000Z | 2020-08-24T15:44:55.000Z | EnvironmentAssessment.Wizard/Common/DictionaryExtensions.cs | octansIt/environmentassessment | 267867b2b75e3c0955dac7f9250f3455e0935704 | [
"MIT"
] | null | null | null | EnvironmentAssessment.Wizard/Common/DictionaryExtensions.cs | octansIt/environmentassessment | 267867b2b75e3c0955dac7f9250f3455e0935704 | [
"MIT"
] | 1 | 2020-08-24T15:44:57.000Z | 2020-08-24T15:44:57.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EnvironmentAssessment.Common
{
public static class DictionaryExtensions
{
public static void AddRange<T, S>(this Dictionary<T, S> source,Dictionary<T, S> collection)
{
if (collection == ... | 24.296296 | 99 | 0.533537 |
9ded60dd4a452797cb2e77a642148b017aa06d03 | 4,021 | cs | C# | src/DotNext.Benchmarks/Threading/AtomicContainerBenchmark.cs | sakno/MissingPieces | 2232a1309e9ccafba6e805fd45c372dfcfc014ca | [
"MIT"
] | 291 | 2021-06-11T12:56:04.000Z | 2022-03-29T15:16:41.000Z | src/DotNext.Benchmarks/Threading/AtomicContainerBenchmark.cs | sakno/MissingPieces | 2232a1309e9ccafba6e805fd45c372dfcfc014ca | [
"MIT"
] | 24 | 2021-06-23T06:31:02.000Z | 2022-03-30T21:31:56.000Z | src/DotNext.Benchmarks/Threading/AtomicContainerBenchmark.cs | copenhagenatomics/dotNext | 6dad05c1bdbbdf0b279f7335e109108f2a5b3f87 | [
"MIT"
] | 34 | 2021-06-10T20:52:17.000Z | 2022-03-28T08:37:47.000Z | using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Order;
using System;
using System.Runtime.CompilerServices;
using System.Threading;
namespace DotNext.Threading;
[SimpleJob(runStrategy: RunStrategy.Throughput, launchCount: 10)]
[Orderer(SummaryOrderPolicy.FastestToSlowest)]
publi... | 25.775641 | 132 | 0.602835 |
4b1bf562c4ea9a9c23291ccfd7015b954bef6d8c | 2,961 | cs | C# | Test/ReactiveProperty.Tests/Extensions/CombineLatestEnumerableExtensionsTest.cs | neuecc/ReactiveProperty | 9aace33ee4652fb3541e74ebfe4a73e99d722a3e | [
"MIT"
] | 5 | 2016-01-10T18:39:37.000Z | 2021-12-21T19:12:47.000Z | Test/ReactiveProperty.Tests/Extensions/CombineLatestEnumerableExtensionsTest.cs | neuecc/ReactiveProperty | 9aace33ee4652fb3541e74ebfe4a73e99d722a3e | [
"MIT"
] | null | null | null | Test/ReactiveProperty.Tests/Extensions/CombineLatestEnumerableExtensionsTest.cs | neuecc/ReactiveProperty | 9aace33ee4652fb3541e74ebfe4a73e99d722a3e | [
"MIT"
] | null | null | null | using Reactive.Bindings.Extensions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using Reactive.Bindings;
using Microsoft.Reactive.Testing;
using System.Linq;
namespace ReactiveProperty.Tests
{
[TestClass()]
public class CombineLatestEnumerable... | 43.544118 | 84 | 0.588315 |
fff6362b41c2c3f6d58ad164c91bbbce66f0700d | 7,618 | cs | C# | Ryujinx.Graphics/Gal/OpenGL/OGLShader.cs | fantaros/Ryujinx | 9031eedccc3bd41bfeb6bd6a03ddc1518564c8e4 | [
"Unlicense"
] | null | null | null | Ryujinx.Graphics/Gal/OpenGL/OGLShader.cs | fantaros/Ryujinx | 9031eedccc3bd41bfeb6bd6a03ddc1518564c8e4 | [
"Unlicense"
] | null | null | null | Ryujinx.Graphics/Gal/OpenGL/OGLShader.cs | fantaros/Ryujinx | 9031eedccc3bd41bfeb6bd6a03ddc1518564c8e4 | [
"Unlicense"
] | null | null | null | using OpenTK.Graphics.OpenGL;
using Ryujinx.Graphics.Gal.Shader;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Ryujinx.Graphics.Gal.OpenGL
{
class OGLShader
{
private class ShaderStage : IDisposable
{
... | 29.076336 | 98 | 0.521922 |
e1089727ed3de50946a143e5985d71fd018a462c | 711 | cs | C# | Vonage/LegacyNexmoLibrary/Numbers/NumbersSearchResponse.cs | gagandeepp/vonage-dotnet-sdk | 92488f443d5c2abf202fb3345b73fc0373413771 | [
"Apache-2.0"
] | 11 | 2020-09-09T13:45:25.000Z | 2022-02-27T10:54:41.000Z | Vonage/LegacyNexmoLibrary/Numbers/NumbersSearchResponse.cs | gagandeepp/vonage-dotnet-sdk | 92488f443d5c2abf202fb3345b73fc0373413771 | [
"Apache-2.0"
] | 40 | 2020-09-01T19:26:48.000Z | 2022-03-03T10:43:16.000Z | Vonage/LegacyNexmoLibrary/Numbers/NumbersSearchResponse.cs | gagandeepp/vonage-dotnet-sdk | 92488f443d5c2abf202fb3345b73fc0373413771 | [
"Apache-2.0"
] | 18 | 2020-10-01T01:33:16.000Z | 2022-02-24T08:01:00.000Z | using System.Collections.Generic;
using Newtonsoft.Json;
namespace Nexmo.Api.Numbers
{
[System.Obsolete("The Nexmo.Api.Numbers.NumbersSearchResponse class is obsolete. " +
"References to it should be switched to the new Vonage.Numbers.NumbersSearchResponse class.")]
public class NumbersSearchResponse
... | 32.318182 | 102 | 0.635724 |
e119496dccc54f0ec719428b4ffeb2054c4fa3e8 | 9,940 | cs | C# | Assets/BayatGames/BinaryFormatter/Scripts/BinaryObjectReader.cs | BayatGames/BinaryFormatter | 9064556dfc766a5a81cb22539200ee595e41ff46 | [
"MIT"
] | 42 | 2017-09-11T16:31:18.000Z | 2021-12-01T08:49:28.000Z | Assets/BayatGames/BinaryFormatter/Scripts/BinaryObjectReader.cs | BayatGames/BinaryFormatter | 9064556dfc766a5a81cb22539200ee595e41ff46 | [
"MIT"
] | null | null | null | Assets/BayatGames/BinaryFormatter/Scripts/BinaryObjectReader.cs | BayatGames/BinaryFormatter | 9064556dfc766a5a81cb22539200ee595e41ff46 | [
"MIT"
] | 9 | 2019-05-12T15:19:05.000Z | 2021-07-01T08:39:49.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Runtime.Serialization;
using System.Reflection;
namespace BayatGames.Serialization.Formatters.Binary
{
/// <summary>
/// Binary object reader.
/// </summary>
public class BinaryObjectReader : IDisposable
{
... | 26.57754 | 158 | 0.608652 |
fd3da70e1c270855980e125d3563cf0831e3d794 | 2,863 | cs | C# | Condominium_Manager/Condominium_Manager/Pages/ReuniaoPage.xaml.cs | diogodanielsoaresferreira/Condominium | bcc3f3d9a020cd0f9dc756681c30d0858ce6b5b2 | [
"MIT"
] | null | null | null | Condominium_Manager/Condominium_Manager/Pages/ReuniaoPage.xaml.cs | diogodanielsoaresferreira/Condominium | bcc3f3d9a020cd0f9dc756681c30d0858ce6b5b2 | [
"MIT"
] | null | null | null | Condominium_Manager/Condominium_Manager/Pages/ReuniaoPage.xaml.cs | diogodanielsoaresferreira/Condominium | bcc3f3d9a020cd0f9dc756681c30d0858ce6b5b2 | [
"MIT"
] | null | null | null | using Condominium_Manager.ViewModels;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windo... | 28.63 | 109 | 0.601118 |
a9e1a07f4c7c198d4f39f75050d2b172eef60e71 | 281 | cs | C# | ManagedCLR.JIT.Tests/Instructions/JITSubtractionInstructionTests.cs | aromaa/ManagedCLR | 09816d04eab0dbaf526f5c5eb324f372288c3f64 | [
"MIT"
] | null | null | null | ManagedCLR.JIT.Tests/Instructions/JITSubtractionInstructionTests.cs | aromaa/ManagedCLR | 09816d04eab0dbaf526f5c5eb324f372288c3f64 | [
"MIT"
] | 7 | 2021-04-14T16:40:54.000Z | 2021-04-20T22:00:48.000Z | ManagedCLR.JIT.Tests/Instructions/JITSubtractionInstructionTests.cs | aromaa/ManagedCLR | 09816d04eab0dbaf526f5c5eb324f372288c3f64 | [
"MIT"
] | null | null | null | using ManagedCLR.JIT.Tests.Helpers;
using ManagedCLR.Tests.Instructions;
namespace ManagedCLR.JIT.Tests.Instructions
{
public class JITSubtractionInstructionTests : SubtractionInstructionTests
{
public JITSubtractionInstructionTests() : base(JITHelper.Instance)
{
}
}
}
| 21.615385 | 74 | 0.80427 |
9d500c4ea2e68157353aac0377192d8463f9cae8 | 1,506 | cs | C# | MSDF.DataChecker.Persistence/RuleExecutionLogs/RuleExecutionLogCommands.cs | gxclarke/DataChecker | 7579aabcdf245f7c770a0ea8829d6cdc45cd03ac | [
"Apache-2.0"
] | 1 | 2021-02-22T19:21:10.000Z | 2021-02-22T19:21:10.000Z | MSDF.DataChecker.Persistence/RuleExecutionLogs/RuleExecutionLogCommands.cs | gxclarke/DataChecker | 7579aabcdf245f7c770a0ea8829d6cdc45cd03ac | [
"Apache-2.0"
] | 1 | 2021-09-21T14:41:07.000Z | 2021-09-21T14:41:07.000Z | MSDF.DataChecker.Persistence/RuleExecutionLogs/RuleExecutionLogCommands.cs | gxclarke/DataChecker | 7579aabcdf245f7c770a0ea8829d6cdc45cd03ac | [
"Apache-2.0"
] | 5 | 2020-10-14T16:35:47.000Z | 2021-11-23T14:58:41.000Z | // SPDX-License-Identifier: Apache-2.0
// Licensed to the Ed-Fi Alliance under one or more agreements.
// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
// See the LICENSE and NOTICES files in the project root for more information.
using MSDF.DataChecker.Persistence.EntityFramewor... | 35.023256 | 90 | 0.701195 |
f361da374e2710097325dda93cc5ca8754f055a4 | 910 | cs | C# | Plugin.BluetoothLE/Platforms/Uwp/Server/GattServer.cs | MKGNZ/bluetoothle | 700f86450a17a20f0ef48a93a0e873b54e72620f | [
"MIT"
] | 439 | 2016-09-08T20:53:22.000Z | 2022-03-27T22:14:15.000Z | Plugin.BluetoothLE/Platforms/Uwp/Server/GattServer.cs | MKGNZ/bluetoothle | 700f86450a17a20f0ef48a93a0e873b54e72620f | [
"MIT"
] | 375 | 2016-10-21T20:21:09.000Z | 2020-05-10T22:01:04.000Z | Plugin.BluetoothLE/Platforms/Uwp/Server/GattServer.cs | MKGNZ/bluetoothle | 700f86450a17a20f0ef48a93a0e873b54e72620f | [
"MIT"
] | 180 | 2016-10-11T21:46:47.000Z | 2021-09-09T00:18:39.000Z | using System;
using System.Linq;
using System.Reactive.Linq;
using Windows.Devices.Bluetooth.GenericAttributeProfile;
namespace Plugin.BluetoothLE.Server
{
public class GattServer : AbstractGattServer
{
protected override void ClearNative() => this.Dispose();
public override IGattService Crea... | 28.4375 | 119 | 0.661538 |
6ac34643c31e15be3639323a264c95743776d521 | 215 | cs | C# | HangfireExample/enums/HangfireQueue.cs | vitawebsitedesign/dotnet-core-hangfire-template | 3d6f0a5a8fecd5a9d0f3c23db062a1e30ed87f08 | [
"MIT"
] | null | null | null | HangfireExample/enums/HangfireQueue.cs | vitawebsitedesign/dotnet-core-hangfire-template | 3d6f0a5a8fecd5a9d0f3c23db062a1e30ed87f08 | [
"MIT"
] | null | null | null | HangfireExample/enums/HangfireQueue.cs | vitawebsitedesign/dotnet-core-hangfire-template | 3d6f0a5a8fecd5a9d0f3c23db062a1e30ed87f08 | [
"MIT"
] | null | null | null | namespace HangfireExample.enums
{
public class HangfireQueue
{
public const string CRITICAL = "critical";
public const string HIGH = "high";
public const string LOW = "low";
}
}
| 21.5 | 50 | 0.623256 |
77ae61216cf013f37514a5d273ce5ca568ed4086 | 483 | cs | C# | cs/Phone/Services/Service.cs | matarillo/PhoneBilling | 3f9ab727e4a9ae49f2933688e662ac7e3497309d | [
"MIT"
] | null | null | null | cs/Phone/Services/Service.cs | matarillo/PhoneBilling | 3f9ab727e4a9ae49f2933688e662ac7e3497309d | [
"MIT"
] | null | null | null | cs/Phone/Services/Service.cs | matarillo/PhoneBilling | 3f9ab727e4a9ae49f2933688e662ac7e3497309d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Phone.Services
{
public abstract class Service : IService
{
public DateTime BeginningDate { get; set; }
public DateTime EndDate { get; set; }
public abstract string Name { get; }
pub... | 25.421053 | 58 | 0.68323 |
ae0b785a6db64e17a0eb4aa71b54c48fc3f8de3a | 2,970 | cs | C# | workers/unity/Assets/MDG/Scripts/Util/Pool/PoolManager.cs | ChristianBasiga/MDG | c2e1f8a303bcfc60a9df79648024c55df7dc3256 | [
"MIT"
] | null | null | null | workers/unity/Assets/MDG/Scripts/Util/Pool/PoolManager.cs | ChristianBasiga/MDG | c2e1f8a303bcfc60a9df79648024c55df7dc3256 | [
"MIT"
] | 15 | 2019-12-22T23:08:07.000Z | 2019-12-23T20:21:31.000Z | workers/unity/Assets/MDG/Scripts/Util/Pool/PoolManager.cs | ChristianBasiga/MDG | c2e1f8a303bcfc60a9df79648024c55df7dc3256 | [
"MIT"
] | null | null | null | using MDG.ScriptableObjects.Game;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace MDG.Game.Util.Pool
{
public class PoolManager : MonoBehaviour
{
// Pool General GameObjects under type. More specific types will have additional componetns added through a builder... | 34.941176 | 126 | 0.565657 |
9adcb85abdba3757553ce19616dab50956f92850 | 481 | cs | C# | DecisionIntervention/Assets/Scripts/Network/EnableAudio.cs | davtamay/DecisionIntervention | 0f38d099e818262e9ab14cdd14d4f9845bdc3e8e | [
"MIT"
] | null | null | null | DecisionIntervention/Assets/Scripts/Network/EnableAudio.cs | davtamay/DecisionIntervention | 0f38d099e818262e9ab14cdd14d4f9845bdc3e8e | [
"MIT"
] | null | null | null | DecisionIntervention/Assets/Scripts/Network/EnableAudio.cs | davtamay/DecisionIntervention | 0f38d099e818262e9ab14cdd14d4f9845bdc3e8e | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Runtime.InteropServices;
public class EnableAudio : MonoBehaviour
{
Alternate_Button_Function ABF;
[DllImport("__Internal")]
private static extern void EnableMicrophone();
void Start()
{
ABF = GetCo... | 20.041667 | 56 | 0.694387 |
dad37203336a22348f88af455b4f48b081e6208e | 154 | cs | C# | GraphQl.SchemaGenerator/Schema/ISchemaFactory.cs | Panther59/Conflux | 08dd036cf1b918bcf11df3956fa5ac15f4a95b7c | [
"Apache-2.0"
] | 55 | 2016-09-24T15:00:36.000Z | 2021-06-15T03:19:33.000Z | GraphQl.SchemaGenerator/Schema/ISchemaFactory.cs | Panther59/Conflux | 08dd036cf1b918bcf11df3956fa5ac15f4a95b7c | [
"Apache-2.0"
] | 3 | 2017-03-12T05:02:01.000Z | 2019-09-13T14:35:56.000Z | GraphQl.SchemaGenerator/Schema/ISchemaFactory.cs | Panther59/Conflux | 08dd036cf1b918bcf11df3956fa5ac15f4a95b7c | [
"Apache-2.0"
] | 15 | 2018-01-14T16:48:25.000Z | 2022-02-25T17:02:44.000Z | using GraphQL.Types;
namespace GraphQL.SchemaGenerator.Schema
{
public interface ISchemaFactory
{
ISchema GetOrCreateSchema();
}
}
| 14 | 40 | 0.694805 |
611986b06071eec58f28a37a1d67a55311b81a8e | 698 | cs | C# | SEO Analyzer/Models/FriendlyJsonFormatModel.cs | bhatasif17/SeoAnalyzer | 46bc6f5418f211e233d9cc44f750d50bb3729bcd | [
"MIT"
] | 1 | 2021-10-01T04:41:02.000Z | 2021-10-01T04:41:02.000Z | SEO Analyzer/Models/FriendlyJsonFormatModel.cs | bhatasif17/SeoAnalyzer | 46bc6f5418f211e233d9cc44f750d50bb3729bcd | [
"MIT"
] | null | null | null | SEO Analyzer/Models/FriendlyJsonFormatModel.cs | bhatasif17/SeoAnalyzer | 46bc6f5418f211e233d9cc44f750d50bb3729bcd | [
"MIT"
] | null | null | null | /* ------------------------------------------------------------------
* The MIT License (MIT)
* Copyright (c) 2021 Asif Bhat
------------------------------------------------------------------ */
using System.Collections.Generic;
namespace SEO_Analyzer.Models
{
public class FriendlyJsonFormatModel
{
... | 29.083333 | 75 | 0.541547 |
e438adaea53aa59f5af62477e13bef831f1d2430 | 18,969 | cs | C# | Source/Classic/Libs/ManagedIrbis/Source/Fields/ExternalResource.cs | fossabot/ManagedIrbis | 90e09addba9e8358948417123c774d2d1ee6394e | [
"MIT"
] | null | null | null | Source/Classic/Libs/ManagedIrbis/Source/Fields/ExternalResource.cs | fossabot/ManagedIrbis | 90e09addba9e8358948417123c774d2d1ee6394e | [
"MIT"
] | null | null | null | Source/Classic/Libs/ManagedIrbis/Source/Fields/ExternalResource.cs | fossabot/ManagedIrbis | 90e09addba9e8358948417123c774d2d1ee6394e | [
"MIT"
] | null | null | null | // This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
/* ExternalResource.cs -- данные о внешнем ресурсе
* Ars Magna project, http://arsmagna.ru
* -------------------------------------------------------
* Stat... | 31.934343 | 87 | 0.534293 |
c4d30c32b4adba09b5f1f68399918fb007c16eff | 1,441 | cs | C# | core/Rezare.TogsCop.Integration.WorkFlowMax/Api/AuthenticatedHttpClientHandler.cs | RezareSystems/togs-cop | 46931eb9b9141423468840c269d32d4ed84b5985 | [
"MIT"
] | null | null | null | core/Rezare.TogsCop.Integration.WorkFlowMax/Api/AuthenticatedHttpClientHandler.cs | RezareSystems/togs-cop | 46931eb9b9141423468840c269d32d4ed84b5985 | [
"MIT"
] | 8 | 2020-07-16T23:42:46.000Z | 2022-02-26T10:32:40.000Z | core/Rezare.TogsCop.Integration.WorkFlowMax/Api/AuthenticatedHttpClientHandler.cs | RezareSystems/togs-cop | 46931eb9b9141423468840c269d32d4ed84b5985 | [
"MIT"
] | null | null | null | using System;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Rezare.TogsCop.Integration.WorkFlowMax.Api
{
internal class AuthenticatedHttpClientHandler : DelegatingHandler
{
private readonly Func<Task<WorkFlowMaxApiSettings>> _getSettings;
... | 33.511628 | 133 | 0.673144 |
f24d119544de4b7eac9f56f90e5ff6b6133854fd | 503 | cs | C# | Assets/Ability Scripts/Cure.cs | JaelenHawthorne/HawthorneJaelen_P01A | 9fc80b362ba13f405e366264d489a7ce3a406386 | [
"MIT"
] | null | null | null | Assets/Ability Scripts/Cure.cs | JaelenHawthorne/HawthorneJaelen_P01A | 9fc80b362ba13f405e366264d489a7ce3a406386 | [
"MIT"
] | null | null | null | Assets/Ability Scripts/Cure.cs | JaelenHawthorne/HawthorneJaelen_P01A | 9fc80b362ba13f405e366264d489a7ce3a406386 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Cure : Ability
{
int healamount = 25;
public override void Use(Transform origin, Transform target)
{
// dont allow us to cast this spell without a target
if(target == null) { return; }
... | 25.15 | 65 | 0.626243 |
f417ea7b96cf320b8c5b19b407b053def5bdbbad | 462 | cs | C# | src/Edt-OscTester/src/Dispedter/Dispedter.Proxy/Program.cs | Edt-2000/Edt-2000-microcontrollers | b71c366a5facac258c928d8562b9d6f2fe82de53 | [
"MIT"
] | null | null | null | src/Edt-OscTester/src/Dispedter/Dispedter.Proxy/Program.cs | Edt-2000/Edt-2000-microcontrollers | b71c366a5facac258c928d8562b9d6f2fe82de53 | [
"MIT"
] | null | null | null | src/Edt-OscTester/src/Dispedter/Dispedter.Proxy/Program.cs | Edt-2000/Edt-2000-microcontrollers | b71c366a5facac258c928d8562b9d6f2fe82de53 | [
"MIT"
] | null | null | null | using Dispedter.Common.Managers;
using System;
using System.Net;
using System.Threading.Tasks;
namespace Dispedter.Proxy
{
class Program
{
private readonly ListenerManager _listenerManager = new ListenerManager(detectUsb: false);
private readonly SenderManager _senderManager = new SenderManage... | 24.315789 | 98 | 0.686147 |
f454780afccf30e3defd65be2a1658cb7d05b01f | 1,379 | cs | C# | Assets/Plugins/ManyTools Unity Extended/Template Singleton/Singleton.cs | ninito-ph/Sketch-Fleets | 4fe373eb42885762de4951ff60c6c6e0c42524d4 | [
"MIT"
] | 1 | 2021-04-16T14:40:44.000Z | 2021-04-16T14:40:44.000Z | Assets/Plugins/ManyTools Unity Extended/Template Singleton/Singleton.cs | ninito-ph/Sketch-Fleets | 4fe373eb42885762de4951ff60c6c6e0c42524d4 | [
"MIT"
] | 2 | 2021-04-15T12:07:04.000Z | 2021-05-16T20:52:08.000Z | Assets/Plugins/ManyTools Unity Extended/Template Singleton/Singleton.cs | ninito-ph/Sketch-Fleets | 4fe373eb42885762de4951ff60c6c6e0c42524d4 | [
"MIT"
] | 1 | 2021-04-06T12:26:18.000Z | 2021-04-06T12:26:18.000Z | using UnityEngine;
namespace ManyTools.UnityExtended
{
/// <summary>
/// A base for all singletons
/// </summary>
/// <typeparam name="T">The type T inheritor of SingletonBase</typeparam>
public class Singleton<T> : MonoBehaviour where T : Singleton<T>
{
#region Private Fields
[Header("Singleton Parameters"... | 19.422535 | 86 | 0.675852 |
b1b1440a2dd3eab49fd2f26a39a2d7962c8d3a46 | 619 | cs | C# | ObjectProcessTool/Command/CommandManager.cs | zffp/ObjectProcessTool | 80e240bf8daf211d9f3195543454d7d54774a1e3 | [
"BSD-2-Clause"
] | 2 | 2018-12-26T06:43:19.000Z | 2018-12-27T01:31:22.000Z | ObjectProcessTool/Command/CommandManager.cs | zffp/ObjectProcessTool | 80e240bf8daf211d9f3195543454d7d54774a1e3 | [
"BSD-2-Clause"
] | null | null | null | ObjectProcessTool/Command/CommandManager.cs | zffp/ObjectProcessTool | 80e240bf8daf211d9f3195543454d7d54774a1e3 | [
"BSD-2-Clause"
] | null | null | null | using ObjectProcessTool.Util;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ObjectProcessTool.Command
{
class CommandManager : Singleton<CommandManager>
{
public List<ICommand> Commands { get; }... | 22.107143 | 82 | 0.657512 |
10be7df0b25a93b978494e0e4bdb13603c907d25 | 396 | cs | C# | Script/IControlFactory.cs | bendyline/Facer | ae25c9c0ba04df6d55c1683159acd9f3b36f3d20 | [
"Apache-2.0"
] | null | null | null | Script/IControlFactory.cs | bendyline/Facer | ae25c9c0ba04df6d55c1683159acd9f3b36f3d20 | [
"Apache-2.0"
] | null | null | null | Script/IControlFactory.cs | bendyline/Facer | ae25c9c0ba04df6d55c1683159acd9f3b36f3d20 | [
"Apache-2.0"
] | null | null | null | /* Copyright (c) Bendyline LLC. All rights reserved. Licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. */
using System;
using System.Collections.Generic;
namespace BL.UI
{
public interface IControlFactory
{
String Na... | 26.4 | 100 | 0.704545 |
2da38566e4d2ea9fd2e677fc61e8848918ac1e6b | 125 | cs | C# | Src/NQuery/AST/Query/BinaryQueryOperator.cs | anaparthi-k/dotnet-nquery | 921d6a7db30df56d0c5a39939b625167598e1d1c | [
"MIT"
] | 67 | 2015-01-20T19:30:51.000Z | 2022-03-26T12:52:10.000Z | Src/NQuery/AST/Query/BinaryQueryOperator.cs | ArsenShnurkov/nquery | 921d6a7db30df56d0c5a39939b625167598e1d1c | [
"MIT"
] | 23 | 2016-02-05T09:56:03.000Z | 2017-09-21T20:13:35.000Z | Src/NQuery/AST/Query/BinaryQueryOperator.cs | ArsenShnurkov/nquery | 921d6a7db30df56d0c5a39939b625167598e1d1c | [
"MIT"
] | 14 | 2015-03-20T21:20:06.000Z | 2020-07-25T18:41:58.000Z | namespace NQuery.Compilation
{
internal enum BinaryQueryOperator
{
Union,
UnionAll,
Intersect,
Except
}
} | 12.5 | 35 | 0.68 |
2df60d8afd5ddc64335509baf81fb49996e22838 | 1,582 | cs | C# | src/KinectConnect.Core/SDK1x/IExtractorStrategy.cs | wfaithfull/KinectConnect | c957709e386dd9dea23e3390afee06226c84e21d | [
"Apache-2.0"
] | null | null | null | src/KinectConnect.Core/SDK1x/IExtractorStrategy.cs | wfaithfull/KinectConnect | c957709e386dd9dea23e3390afee06226c84e21d | [
"Apache-2.0"
] | null | null | null | src/KinectConnect.Core/SDK1x/IExtractorStrategy.cs | wfaithfull/KinectConnect | c957709e386dd9dea23e3390afee06226c84e21d | [
"Apache-2.0"
] | null | null | null | using Microsoft.Kinect;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KinectConnect.Core.SDK1x
{
/// <summary>
/// Represents a strategy for Kinect data extraction
/// as per the strategy pattern.
/// </summary>
publi... | 31.019608 | 78 | 0.629583 |
11ae47985b38db7e399dc8454ab4ec32e7d832b9 | 3,664 | cshtml | C# | EIDSS v6/eidss.mobileclient/Views/Shared/_DetailsLayout.cshtml | EIDSS/EIDSS-Legacy | 2f7f45f1882a899dde6f774c2d38b9f431ce42c1 | [
"BSD-2-Clause"
] | 2 | 2017-09-14T03:03:40.000Z | 2017-09-15T14:58:47.000Z | EIDSS v5/eidss.mobileclient/Views/Shared/_DetailsLayout.cshtml | EIDSS/EIDSS-Legacy | 2f7f45f1882a899dde6f774c2d38b9f431ce42c1 | [
"BSD-2-Clause"
] | null | null | null | EIDSS v5/eidss.mobileclient/Views/Shared/_DetailsLayout.cshtml | EIDSS/EIDSS-Legacy | 2f7f45f1882a899dde6f774c2d38b9f431ce42c1 | [
"BSD-2-Clause"
] | 2 | 2017-09-14T03:03:45.000Z | 2019-03-25T23:09:43.000Z | <!DOCTYPE mobile>
@using eidss.mobileclient.Utils;
@using bv.model.Model.Core;
<html>
<head>
<meta name="viewport" content="width=device-width,user-scalable=0,inital-scale=1,maximum-scale=1,minimum-scale=1" />
<title>@ViewBag.Title</title>
<link href="@Url.Content(... | 57.25 | 240 | 0.546943 |
9f2a0090a2c6f0600a09289ff099651ac973e6a3 | 179 | cs | C# | src/NETStandard.WindowsCE/Runtime/CompilerServices/ICriticalNotifyCompletion.cs | gickis/NETStandard.WindowsCE | f678b19d78fcb6db074c2ffa3941d9a2341c7f0d | [
"Apache-2.0"
] | 28 | 2017-11-15T23:56:34.000Z | 2022-02-17T02:18:47.000Z | src/System.Threading.Tasks.WindowsCE/Runtime/CompilerServices/ICriticalNotifyCompletion.cs | WindowsCE/System.Threading.Tasks | 3e808be14461bb38f845f867f05f3bc7fe2a7923 | [
"Apache-2.0"
] | 48 | 2017-10-17T14:38:10.000Z | 2022-02-27T15:52:32.000Z | src/System.Threading.Tasks.WindowsCE/Runtime/CompilerServices/ICriticalNotifyCompletion.cs | WindowsCE/System.Threading.Tasks | 3e808be14461bb38f845f867f05f3bc7fe2a7923 | [
"Apache-2.0"
] | 7 | 2018-02-13T07:32:17.000Z | 2021-05-09T16:43:07.000Z | namespace System.Runtime.CompilerServices
{
public interface ICriticalNotifyCompletion : INotifyCompletion
{
void UnsafeOnCompleted(Action continuation);
}
}
| 22.375 | 66 | 0.748603 |
40cb210373a5e0134b65ca7530053a50c6a7b148 | 1,751 | cs | C# | src/soap/SoapRfcResult.cs | ciropalomino/SharpSapRfc | 1556d8fbdc20f8b388269d7678aa8a727d0b426a | [
"MIT"
] | 81 | 2015-09-21T16:08:19.000Z | 2021-11-08T18:53:12.000Z | src/soap/SoapRfcResult.cs | ciropalomino/SharpSapRfc | 1556d8fbdc20f8b388269d7678aa8a727d0b426a | [
"MIT"
] | 25 | 2015-09-14T01:34:12.000Z | 2021-09-23T19:24:45.000Z | src/soap/SoapRfcResult.cs | oenning/SharpSapRfc | 1556d8fbdc20f8b388269d7678aa8a727d0b426a | [
"MIT"
] | 33 | 2015-11-22T09:50:45.000Z | 2021-03-10T04:48:47.000Z | using SharpSapRfc.Metadata;
using System.Collections.Generic;
using System.Xml;
namespace SharpSapRfc.Soap
{
public class SoapRfcResult : RfcResult
{
private SoapRfcStructureMapper structureMapper;
private FunctionMetadata metadata;
private XmlNode responseXml;
public SoapRfcR... | 36.479167 | 116 | 0.624215 |
e57338adcf874de48ff50bc6f0f25c535a898c5f | 3,881 | cs | C# | Datatent.Core.Benchmarks/IO/FileSystemServiceBenchmark.cs | fossabot/datatent | 52e3fdfbeb4670b67314ef850bf817ca39a400ab | [
"MIT"
] | null | null | null | Datatent.Core.Benchmarks/IO/FileSystemServiceBenchmark.cs | fossabot/datatent | 52e3fdfbeb4670b67314ef850bf817ca39a400ab | [
"MIT"
] | null | null | null | Datatent.Core.Benchmarks/IO/FileSystemServiceBenchmark.cs | fossabot/datatent | 52e3fdfbeb4670b67314ef850bf817ca39a400ab | [
"MIT"
] | null | null | null | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Order;
using Datatent.Core.IO;
using Datatent.Core.Scheduler;
usin... | 37.679612 | 201 | 0.614017 |
9be4e746a0d9a44ac2c05169e619af7eb9f2673a | 1,231 | cs | C# | Source/Plugin.AdMobForms/Controls/FormsNativeAdView.shared.cs | Respawnsive/MTAdmob | 9562ff315092212fbee8b216aec1d821e5e017fd | [
"MIT"
] | 2 | 2021-01-05T17:09:26.000Z | 2022-03-25T00:07:50.000Z | Source/Plugin.AdMobForms/Controls/FormsNativeAdView.shared.cs | Respawnsive/Plugin.AdMobForms | 9562ff315092212fbee8b216aec1d821e5e017fd | [
"MIT"
] | null | null | null | Source/Plugin.AdMobForms/Controls/FormsNativeAdView.shared.cs | Respawnsive/Plugin.AdMobForms | 9562ff315092212fbee8b216aec1d821e5e017fd | [
"MIT"
] | null | null | null | //using System;
//using Xamarin.Forms;
//namespace Plugin.AdMobForms.Controls
//{
// // ReSharper disable once InconsistentNaming
// public class FormsNativeAdView : View
// {
// public event EventHandler AdsClosed;
// public event EventHandler AdsOpened;
// public event EventHandler Ads... | 28.627907 | 142 | 0.58489 |
a6b0da630bf5f84dc386ee3ccd6818325ee01b8b | 181 | cs | C# | View.Wpf/Views/EditCategoriesView.xaml.cs | Yeah69/BFF | 543cb639269a5ae16a3257a73224d2c048fadc4d | [
"MIT"
] | 5 | 2018-12-21T09:55:54.000Z | 2021-01-30T09:35:18.000Z | View.Wpf/Views/EditCategoriesView.xaml.cs | Yeah69/BFF | 543cb639269a5ae16a3257a73224d2c048fadc4d | [
"MIT"
] | null | null | null | View.Wpf/Views/EditCategoriesView.xaml.cs | Yeah69/BFF | 543cb639269a5ae16a3257a73224d2c048fadc4d | [
"MIT"
] | 1 | 2021-11-05T13:59:16.000Z | 2021-11-05T13:59:16.000Z | namespace BFF.View.Wpf.Views
{
public partial class EditCategoriesView
{
public EditCategoriesView()
{
InitializeComponent();
}
}
}
| 16.454545 | 43 | 0.569061 |
a6c357457e2d42642ed137b1c067cf83b3f6ed90 | 802 | cs | C# | WoWChat.Net/Game/PacketHandlers/ServerInvalidatePlayerPacketHandler.cs | beholder-rpa/WoWChat.Net | a61b29b9fef3bab70571ac30aaf1b39b60ec6619 | [
"MIT"
] | null | null | null | WoWChat.Net/Game/PacketHandlers/ServerInvalidatePlayerPacketHandler.cs | beholder-rpa/WoWChat.Net | a61b29b9fef3bab70571ac30aaf1b39b60ec6619 | [
"MIT"
] | null | null | null | WoWChat.Net/Game/PacketHandlers/ServerInvalidatePlayerPacketHandler.cs | beholder-rpa/WoWChat.Net | a61b29b9fef3bab70571ac30aaf1b39b60ec6619 | [
"MIT"
] | null | null | null | namespace WoWChat.Net.Game.PacketHandlers;
using Common;
using DotNetty.Transport.Channels;
using Events;
using Microsoft.Extensions.Logging;
[PacketHandler(WorldCommand.SMSG_INVALIDATE_PLAYER, WoWExpansion.Vanilla | WoWExpansion.TBC | WoWExpansion.WotLK)]
public class ServerInvalidatePlayerHandler : IPacketHandler<... | 32.08 | 114 | 0.790524 |
0b3abe392bdca62ca13d03bbf5e9573b3a8828fd | 15,905 | cs | C# | Lime/Source/Graphics/Platform/Vulkan/PlatformShaderProgram.cs | game-forest/Citrus | df4f4c6ff7773f585b1bd1ec51d4b3d1d30a28c8 | [
"MIT"
] | 14 | 2019-12-14T12:01:35.000Z | 2022-03-29T14:57:23.000Z | Lime/Source/Graphics/Platform/Vulkan/PlatformShaderProgram.cs | game-forest/Citrus | df4f4c6ff7773f585b1bd1ec51d4b3d1d30a28c8 | [
"MIT"
] | null | null | null | Lime/Source/Graphics/Platform/Vulkan/PlatformShaderProgram.cs | game-forest/Citrus | df4f4c6ff7773f585b1bd1ec51d4b3d1d30a28c8 | [
"MIT"
] | 9 | 2020-04-25T13:17:16.000Z | 2021-10-02T04:59:11.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
namespace Lime.Graphics.Platform.Vulkan
{
internal unsafe class PlatformShaderProgram : IPlatformShaderProgram
{
private static long referenceHashCounter = 0;
private PlatformRenderContext context;
private... | 37.600473 | 135 | 0.747124 |
5745fb30c54e597f38f482eacaeb0d81b4e6e7a0 | 1,742 | cs | C# | BlazorXamarin/BlazorXamarin.UI.Common/Models/PlatformCulture.cs | Rightpoint/BlazorXamarin | 9ea5eb764fc2f5dadf7b33f985f85255aeea2006 | [
"MIT"
] | null | null | null | BlazorXamarin/BlazorXamarin.UI.Common/Models/PlatformCulture.cs | Rightpoint/BlazorXamarin | 9ea5eb764fc2f5dadf7b33f985f85255aeea2006 | [
"MIT"
] | null | null | null | BlazorXamarin/BlazorXamarin.UI.Common/Models/PlatformCulture.cs | Rightpoint/BlazorXamarin | 9ea5eb764fc2f5dadf7b33f985f85255aeea2006 | [
"MIT"
] | null | null | null | using System;
namespace BlazorXamarin.UI.Common.Models
{
public class PlatformCulture
{
/// <summary>
/// Constructor.
/// </summary>
/// <param name="platformCultureString">The platform culture string.</param>
public PlatformCulture(string platformCultureString)
... | 30.561404 | 111 | 0.532721 |
eb302c7a355354715ff84aa7b2b4dfa36b7416de | 2,915 | cs | C# | HogeTextReplace/BackupArgs.cs | wgag/hoge-text-replace | ee21c524f07b99fe89dc2ff4f3dd8c66a738bfdd | [
"MIT"
] | null | null | null | HogeTextReplace/BackupArgs.cs | wgag/hoge-text-replace | ee21c524f07b99fe89dc2ff4f3dd8c66a738bfdd | [
"MIT"
] | null | null | null | HogeTextReplace/BackupArgs.cs | wgag/hoge-text-replace | ee21c524f07b99fe89dc2ff4f3dd8c66a738bfdd | [
"MIT"
] | null | null | null | using System;
using System.IO;
namespace HogeTextReplace
{
public class BackupArgs
{
public BackupMode Mode { get; set; }
public bool Enabled { get; set; }
public bool AppendMode { get; set; }
public string ReplaceExtensionText { get; set; } // e.g., "bak"
public strin... | 35.120482 | 86 | 0.511835 |
eb6b6d9bb0abd4cb418033e937b34fa5a644db22 | 7,851 | cs | C# | Taschenrechner/LogFenster/LogForm.Designer.cs | Zeroks77/CodeCoverageFailure | 7d86b86d8910430220afb69c25575e6d1e058435 | [
"MIT"
] | 1 | 2019-08-08T06:16:26.000Z | 2019-08-08T06:16:26.000Z | Taschenrechner/LogFenster/LogForm.Designer.cs | Zeroks77/CodeCoverageFailure | 7d86b86d8910430220afb69c25575e6d1e058435 | [
"MIT"
] | null | null | null | Taschenrechner/LogFenster/LogForm.Designer.cs | Zeroks77/CodeCoverageFailure | 7d86b86d8910430220afb69c25575e6d1e058435 | [
"MIT"
] | null | null | null | namespace Taschenrechner
{
partial class LogForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <p... | 47.871951 | 171 | 0.618647 |
b077ad0578259668524c7df79bbd60c581b340f8 | 10,234 | cs | C# | MGU/MGU.Core/Extensions/If/IfEnumerableExtensions.cs | mrGarvin90/MGU | f44f9d3fc257933402dad2d2cee9866caebd978e | [
"MIT"
] | null | null | null | MGU/MGU.Core/Extensions/If/IfEnumerableExtensions.cs | mrGarvin90/MGU | f44f9d3fc257933402dad2d2cee9866caebd978e | [
"MIT"
] | null | null | null | MGU/MGU.Core/Extensions/If/IfEnumerableExtensions.cs | mrGarvin90/MGU | f44f9d3fc257933402dad2d2cee9866caebd978e | [
"MIT"
] | null | null | null | namespace MGU.Core.Extensions.If
{
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Base;
using Interfaces.ChainableConditions.Enumerable;
using Internal.ChainableConditions.Enumerable;
/// <summary>
/// Contains If extension methods for generic enumerable obje... | 60.556213 | 176 | 0.655755 |
de705a1287da0245932274d7abff12ff3cfabcb7 | 1,379 | cs | C# | src/Ioc/AutoFac/src/EInfrastructure.Core.AutoFac.MySql/AutofacAutoRegisterExt.cs | Sky-nt/System.Extension.Core | ea9121e6b5e42b7859835f1a60d6252e7a241617 | [
"MIT"
] | 96 | 2018-08-17T14:33:56.000Z | 2022-03-09T08:54:21.000Z | src/Ioc/AutoFac/src/EInfrastructure.Core.AutoFac.MySql/AutofacAutoRegisterExt.cs | Sky-nt/System.Extension.Core | ea9121e6b5e42b7859835f1a60d6252e7a241617 | [
"MIT"
] | 9 | 2019-04-14T10:27:13.000Z | 2020-06-23T01:12:11.000Z | src/Ioc/AutoFac/src/EInfrastructure.Core.AutoFac.MySql/AutofacAutoRegisterExt.cs | Sky-nt/System.Extension.Core | ea9121e6b5e42b7859835f1a60d6252e7a241617 | [
"MIT"
] | 32 | 2019-01-30T11:05:07.000Z | 2021-04-25T09:20:54.000Z | // Copyright (c) zhenlei520 All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using Autofac;
using EInfrastructure.Core.Config.Entities.Configuration;
using EInfrastructure.Core.Config.Entities.Ioc;
using Microsoft.Extensions.DependencyInjection;
nam... | 29.340426 | 115 | 0.625816 |
193198637e602fceae5ac284e71923f50ecd61d6 | 5,465 | cs | C# | xna/trunk/Tests/Xenocide.Test/Research/Prerequisites.cs | astyanax/Project-Xenocide | e9448fe1ffad4adebd932a289e9772d7d5ccfca4 | [
"MIT"
] | 1 | 2018-03-12T03:41:55.000Z | 2018-03-12T03:41:55.000Z | xna/trunk/Tests/Xenocide.Test/Research/Prerequisites.cs | astyanax/Project-Xenocide | e9448fe1ffad4adebd932a289e9772d7d5ccfca4 | [
"MIT"
] | null | null | null | xna/trunk/Tests/Xenocide.Test/Research/Prerequisites.cs | astyanax/Project-Xenocide | e9448fe1ffad4adebd932a289e9772d7d5ccfca4 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
namespace ProjectXenocide.Research
{
[TestFixture]
public class PrerequisitesTest
{
public class UnlockedTechPrerequisite : ITechPrerequisite
{
public bool Evaluate()
... | 36.433333 | 90 | 0.636231 |
194c5714c6d0c692b7778bc1e863ba2651616634 | 1,401 | cs | C# | Game/Assets/Scripts/Enemy.cs | Team-on-abandoned/Ball-and-green-things | 2cca748f67b74d879746bfbfc77f71f8a59c2b5f | [
"MIT"
] | null | null | null | Game/Assets/Scripts/Enemy.cs | Team-on-abandoned/Ball-and-green-things | 2cca748f67b74d879746bfbfc77f71f8a59c2b5f | [
"MIT"
] | null | null | null | Game/Assets/Scripts/Enemy.cs | Team-on-abandoned/Ball-and-green-things | 2cca748f67b74d879746bfbfc77f71f8a59c2b5f | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Enemy : MonoBehaviour {
[Header("Random dance anim")]
[SerializeField] byte danceAnimationsCount = 7;
Animator anim = null;
[Header("Random mesh")]
[SerializeField] GameObject capsule = null;
[SerializeField] GameObjec... | 25.472727 | 150 | 0.715203 |
56127b1a935aac4bdb738be007ba16608397bcda | 2,147 | cs | C# | TSM.Data/Models/Character.cs | middas/TSM_Analyzer | 70acbcff63fe30270bcdc1cbba53d995acf94a58 | [
"MIT"
] | null | null | null | TSM.Data/Models/Character.cs | middas/TSM_Analyzer | 70acbcff63fe30270bcdc1cbba53d995acf94a58 | [
"MIT"
] | null | null | null | TSM.Data/Models/Character.cs | middas/TSM_Analyzer | 70acbcff63fe30270bcdc1cbba53d995acf94a58 | [
"MIT"
] | null | null | null | using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace TSM.Data.Models
{
[Table(nameof(Character))]
internal class Character
{
public virtual ICollection<CharacterAuctionSale> CharacterAuctionSales { get; set; }
public virtual ICollectio... | 34.629032 | 148 | 0.647881 |
563c3109e92f8b5d40dab8138cb3fe15ed655436 | 356 | cs | C# | Domain/Services/PurchaseOrders/IPurchaseOrderService.cs | Grintsys/GRINTSYS.SAPRestApi | f746aedbe791ffb604d00bc5dac5c0a35164f2f6 | [
"MIT"
] | null | null | null | Domain/Services/PurchaseOrders/IPurchaseOrderService.cs | Grintsys/GRINTSYS.SAPRestApi | f746aedbe791ffb604d00bc5dac5c0a35164f2f6 | [
"MIT"
] | null | null | null | Domain/Services/PurchaseOrders/IPurchaseOrderService.cs | Grintsys/GRINTSYS.SAPRestApi | f746aedbe791ffb604d00bc5dac5c0a35164f2f6 | [
"MIT"
] | null | null | null | using GRINTSYS.SAPRestApi.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GRINTSYS.SAPRestApi.Domain.Services
{
public interface IPurchaseOrderService
{
Task<PurchaseOrder> GetAsync(int id);
Task UpdateAsync(P... | 25.428571 | 54 | 0.764045 |
94792b922c06ac7742c39fe2c471a5793d4d7344 | 948 | cs | C# | src/SugarTalk.Core/Handlers/RequestHandlers/Users/SignInFromThirdPartyRequestHandler.cs | SugarChat/SugarTalk.Api | ac98ce3a4019451d2b331ceecc4b39e7c4d7cb27 | [
"Apache-2.0"
] | 2 | 2021-06-24T05:24:31.000Z | 2021-07-10T09:13:27.000Z | src/SugarTalk.Core/Handlers/RequestHandlers/Users/SignInFromThirdPartyRequestHandler.cs | SugarChat/SugarTalk.Api | ac98ce3a4019451d2b331ceecc4b39e7c4d7cb27 | [
"Apache-2.0"
] | null | null | null | src/SugarTalk.Core/Handlers/RequestHandlers/Users/SignInFromThirdPartyRequestHandler.cs | SugarChat/SugarTalk.Api | ac98ce3a4019451d2b331ceecc4b39e7c4d7cb27 | [
"Apache-2.0"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
using Mediator.Net.Context;
using Mediator.Net.Contracts;
using SugarTalk.Core.Services.Users;
using SugarTalk.Messages;
using SugarTalk.Messages.Dtos.Users;
using SugarTalk.Messages.Requests.Users;
namespace SugarTalk.Core.Handlers.RequestHandlers.Users
{
publ... | 36.461538 | 159 | 0.775316 |
580911d9c3c342c4fbd663f9686caad78bd4a3af | 734 | cs | C# | Assets/Scripts/Utils.cs | MateiIonutEduard/WaterPuzzle | 48710bf454d3e5a4f7e29bffcb95c9e65a912804 | [
"BSD-3-Clause"
] | 1 | 2022-02-07T07:51:03.000Z | 2022-02-07T07:51:03.000Z | Assets/Scripts/Utils.cs | MateiIonutEduard/WaterPuzzle | 48710bf454d3e5a4f7e29bffcb95c9e65a912804 | [
"BSD-3-Clause"
] | null | null | null | Assets/Scripts/Utils.cs | MateiIonutEduard/WaterPuzzle | 48710bf454d3e5a4f7e29bffcb95c9e65a912804 | [
"BSD-3-Clause"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Utils
{
public static int GetExtra(int level)
{
int glasses;
int extra;
if (level == 1) return 1;
if (level < 4) return 2;
Fs(level, out glasses, out extra);
return extr... | 18.820513 | 68 | 0.493188 |
f9cb027212b04e4fcb39f30aa2b57c0cd1c107e9 | 1,048 | cs | C# | Examples/ch04/LayeredMvcDemo_V3.2_DependencyResolver/LayeredMvcDemo.Web/MyDependencyResolver.cs | huanlin/di-book-support | d6054e812a5e26a3988b2eb9ec52a46cd4c685a6 | [
"Apache-2.0"
] | 32 | 2015-01-08T00:58:32.000Z | 2021-09-18T04:23:48.000Z | Examples/ch04/LayeredMvcDemo_V3.2_DependencyResolver/LayeredMvcDemo.Web/MyDependencyResolver.cs | huanlin/di-book-support | d6054e812a5e26a3988b2eb9ec52a46cd4c685a6 | [
"Apache-2.0"
] | 1 | 2018-09-03T07:07:22.000Z | 2018-09-03T07:46:58.000Z | Examples/ch04/LayeredMvcDemo_V3.2_DependencyResolver/LayeredMvcDemo.Web/MyDependencyResolver.cs | huanlin/di-book-support | d6054e812a5e26a3988b2eb9ec52a46cd4c685a6 | [
"Apache-2.0"
] | 30 | 2015-02-15T14:59:50.000Z | 2021-08-08T16:55:39.000Z | using LayeredMvcDemo.Application.Services;
using LayeredMvcDemo.Web.Controllers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace LayeredMvcDemo.Web
{
public class MyDependencyResolver : IDependencyResolver
{
public object... | 29.111111 | 70 | 0.593511 |
17a879858fa93ccf3cd318ed3e615aef8f28424c | 3,920 | cs | C# | MPL.Integration.OpSkins.Trade/User.cs | memiamap/MPL.Integration.OpSkins.Trade | b44cfcbb03e81a8c86a44288fe7289afe52999e6 | [
"MIT"
] | null | null | null | MPL.Integration.OpSkins.Trade/User.cs | memiamap/MPL.Integration.OpSkins.Trade | b44cfcbb03e81a8c86a44288fe7289afe52999e6 | [
"MIT"
] | null | null | null | MPL.Integration.OpSkins.Trade/User.cs | memiamap/MPL.Integration.OpSkins.Trade | b44cfcbb03e81a8c86a44288fe7289afe52999e6 | [
"MIT"
] | null | null | null | using System;
using System.Runtime.Serialization;
namespace MPL.Integration.OpSkins.Trade
{
/// <summary>
/// A class that defines a standard user object.
/// </summary>
[DataContract()]
public class User
{
#region Declarations
#region _Members_
private bool _Allow2faCo... | 27.605634 | 71 | 0.521429 |
4a96ae379a9be0099dbdc14d2505ad7e05c394ea | 2,454 | cs | C# | src/Samples/StormSample/Splitter.cs | ziyunhx/storm-net-adapter | 866599c334f9fac2bdd1ea7514206e0c480295cd | [
"Apache-2.0"
] | 57 | 2015-04-26T14:50:26.000Z | 2021-02-18T09:36:57.000Z | src/Samples/StormSample/Splitter.cs | ziyunhx/storm-net-adapter | 866599c334f9fac2bdd1ea7514206e0c480295cd | [
"Apache-2.0"
] | 2 | 2017-03-02T19:20:59.000Z | 2018-03-18T09:50:16.000Z | src/Samples/StormSample/Splitter.cs | ziyunhx/storm-net-adapter | 866599c334f9fac2bdd1ea7514206e0c480295cd | [
"Apache-2.0"
] | 25 | 2015-04-26T14:50:48.000Z | 2019-06-02T19:01:09.000Z | using Storm;
using System;
using System.Collections.Generic;
namespace StormSample
{
/// <summary>
/// The bolt "splitter" will split the sentences to words and emit these words to "counter" bolt.
/// </summary>
public class Splitter : IBasicBolt
{
private Context ctx;
private int ... | 35.565217 | 109 | 0.580685 |
ab103fb431a5ff2402735ac8b202d4db04d23d73 | 352 | cs | C# | CleanArchitecture.UseCases/ToDoItem/Commands/CreateToDoItem/CreateToDoItemQuery.cs | kirillApanasiuk/CleanArchitecture.SteveSmith.Refactored | f1d011d90c876ddbe3956404bd8f343524f27206 | [
"MIT"
] | null | null | null | CleanArchitecture.UseCases/ToDoItem/Commands/CreateToDoItem/CreateToDoItemQuery.cs | kirillApanasiuk/CleanArchitecture.SteveSmith.Refactored | f1d011d90c876ddbe3956404bd8f343524f27206 | [
"MIT"
] | null | null | null | CleanArchitecture.UseCases/ToDoItem/Commands/CreateToDoItem/CreateToDoItemQuery.cs | kirillApanasiuk/CleanArchitecture.SteveSmith.Refactored | f1d011d90c876ddbe3956404bd8f343524f27206 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Clean.Architecture.Web.ApiModels;
using MediatR;
namespace CleanArchitecture.UseCases.ToDoItem.Commands
{
public class CreateToDoItemQuery : IRequest<ToDoItemDTO>
{
public ToDoItem... | 19.555556 | 60 | 0.755682 |
7589e0ed250ad23e2ce2062f602a9367ab35122c | 1,857 | cs | C# | TechTalk.SpecFlow.VsIntegration.Implementation/Utils/EnumerableExtensions.cs | ozslab/SpecFlow.VisualStudio | 04e971c0a73924b16fb047aa1d0bcff0c326ff1d | [
"BSD-3-Clause"
] | 40 | 2015-04-10T11:57:17.000Z | 2019-12-10T20:06:23.000Z | TechTalk.SpecFlow.VsIntegration.Implementation/Utils/EnumerableExtensions.cs | ozslab/SpecFlow.VisualStudio | 04e971c0a73924b16fb047aa1d0bcff0c326ff1d | [
"BSD-3-Clause"
] | 74 | 2020-04-27T07:45:06.000Z | 2021-11-22T10:45:57.000Z | TechTalk.SpecFlow.VsIntegration.Implementation/Utils/EnumerableExtensions.cs | ozslab/SpecFlow.VisualStudio | 04e971c0a73924b16fb047aa1d0bcff0c326ff1d | [
"BSD-3-Clause"
] | 86 | 2015-03-07T00:56:54.000Z | 2019-11-18T10:57:54.000Z | using System;
using System.Collections.Generic;
using System.Linq;
namespace TechTalk.SpecFlow.VsIntegration.Implementation.Utils
{
internal static class EnumerableExtensions
{
public static IEnumerable<T> AsSingleItemEnumerable<T>(this T item) where T : class
{
if (item == null)
... | 32.578947 | 132 | 0.614432 |
98f43f2b68d2ed3625792eb6cfe709d72f7702b9 | 946 | cs | C# | Assets/Scripts/LevelLoader.cs | PingGames/GameOff2021 | 81e82cce8316a1c2687688383518e4eaf145beda | [
"MIT"
] | null | null | null | Assets/Scripts/LevelLoader.cs | PingGames/GameOff2021 | 81e82cce8316a1c2687688383518e4eaf145beda | [
"MIT"
] | null | null | null | Assets/Scripts/LevelLoader.cs | PingGames/GameOff2021 | 81e82cce8316a1c2687688383518e4eaf145beda | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class LevelLoader : MonoBehaviour
{
public Animator transition;
public float transitionTime = 1f;
// Update is called once per frame
void Update()
{
if (Input.GetKey(Ke... | 18.192308 | 77 | 0.603594 |
fe0b524be1b29e0f23c83a2ede626860f90ef6cd | 858 | cs | C# | SignatureTest.cs | Hanzik/verifiler-test | 8fdfdd34f731830c8793d617b19ecb1b61d76538 | [
"Apache-2.0"
] | null | null | null | SignatureTest.cs | Hanzik/verifiler-test | 8fdfdd34f731830c8793d617b19ecb1b61d76538 | [
"Apache-2.0"
] | null | null | null | SignatureTest.cs | Hanzik/verifiler-test | 8fdfdd34f731830c8793d617b19ecb1b61d76538 | [
"Apache-2.0"
] | null | null | null | using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace VerifilerTest {
[TestClass]
public class SignatureTest : Test {
[TestMethod]
public void TestSignatureOfValidFile() {
FileCreator.CreateValidFile("image.jpg", ".jpg");
Inspector = new Verifiler.Inspector();
/* Image is in fact an image, ... | 27.677419 | 70 | 0.724942 |
99cdff69edf58e5f83f13df75580687794f2487a | 1,088 | cs | C# | Backend/Libraries/Core/Model/Notification.cs | Etchelon/gaiaproject | 9ecb5791a56ac191175e8fec1f7af94b90fa846e | [
"MIT"
] | null | null | null | Backend/Libraries/Core/Model/Notification.cs | Etchelon/gaiaproject | 9ecb5791a56ac191175e8fec1f7af94b90fa846e | [
"MIT"
] | 44 | 2021-03-28T20:24:41.000Z | 2022-03-10T01:03:03.000Z | Backend/Libraries/Core/Model/Notification.cs | Etchelon/gaiaproject | 9ecb5791a56ac191175e8fec1f7af94b90fa846e | [
"MIT"
] | null | null | null | using System;
using GaiaProject.Common.Database;
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
using MongoDbGenericRepository.Attributes;
namespace GaiaProject.Core.Model
{
[CollectionName("GaiaProject.Core.Notifications")]
[BsonDiscriminator(RootClass = true)]
[BsonKnownTypes(typeof(GameNotifica... | 21.76 | 54 | 0.738051 |
99d37cd53e39e066a61f54e5cc3727f7511a0188 | 3,014 | cs | C# | KarateSemaphore.Core/RelayCommand.cs | m0sa/KarateSemaphore | 6011a349215d8b3001a35464ff83cfa1ce04ee68 | [
"MIT"
] | null | null | null | KarateSemaphore.Core/RelayCommand.cs | m0sa/KarateSemaphore | 6011a349215d8b3001a35464ff83cfa1ce04ee68 | [
"MIT"
] | 1 | 2019-03-30T10:44:48.000Z | 2019-03-30T10:44:48.000Z | KarateSemaphore.Core/RelayCommand.cs | m0sa/KarateSemaphore | 6011a349215d8b3001a35464ff83cfa1ce04ee68 | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.Windows.Input;
namespace KarateSemaphore.Core
{
public class RelayCommand<T> : ICommand
{
private readonly Predicate<T> _canExecute;
private readonly Action<T> _execute;
public RelayCommand(Action<T> execute)
... | 25.982759 | 84 | 0.490378 |
fe782a6af0a0b16e826cd1a255c7710d11639c6b | 2,066 | cs | C# | Assets/_Codes/pulse.cs | Shakartoon/BOUNCE_BACK | 279df5eec42c39ce7ea5d592a8b548b3ebd51972 | [
"Unlicense"
] | null | null | null | Assets/_Codes/pulse.cs | Shakartoon/BOUNCE_BACK | 279df5eec42c39ce7ea5d592a8b548b3ebd51972 | [
"Unlicense"
] | null | null | null | Assets/_Codes/pulse.cs | Shakartoon/BOUNCE_BACK | 279df5eec42c39ce7ea5d592a8b548b3ebd51972 | [
"Unlicense"
] | null | null | null | using System.Collections;
using UnityEngine;
public class pulse : MonoBehaviour
{
private TemporarySMObjects SMScript;
// Grow parameters
public float approachSpeed = 0.02f;
public float growthBound = 2f;
public float shrinkBound = 0.5f;
private float currentRatio = 1;
// Th... | 27.546667 | 96 | 0.525653 |
c0752e48297255e37bed85f7a36b5c4a1c468a5e | 3,412 | cs | C# | HadoopConfigurationQueryTool/MainForm.cs | marvelousness/csharp-solution | 07b1f0d05a3539fb8a288881ed532602e796adf8 | [
"MIT"
] | null | null | null | HadoopConfigurationQueryTool/MainForm.cs | marvelousness/csharp-solution | 07b1f0d05a3539fb8a288881ed532602e796adf8 | [
"MIT"
] | null | null | null | HadoopConfigurationQueryTool/MainForm.cs | marvelousness/csharp-solution | 07b1f0d05a3539fb8a288881ed532602e796adf8 | [
"MIT"
] | null | null | null | using HadoopConfigurationQueryTool.Properties;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Xml;
using static System.Windows.Forms.ListView;
using static System.Window... | 35.541667 | 98 | 0.512896 |
c7a2d2e18d5b0a7546f6ceda8067e9a828896c36 | 3,467 | cshtml | C# | iloire Facturacion/Views/InvoiceDetails/Index.cshtml | MikeWallet/KPecht | 4701281aed5b8f8bdbb90e158d2785d36f675d4b | [
"Unlicense"
] | 91 | 2015-09-09T06:58:40.000Z | 2022-01-22T19:25:57.000Z | iloire Facturacion/Views/InvoiceDetails/Index.cshtml | uzigula/ASP.NET-MVC-ACME-Invoicing--App | ff6c652e54e85b4c82519ed559f18eaf51d0b9f6 | [
"Unlicense"
] | 5 | 2016-05-04T15:58:16.000Z | 2017-04-05T12:19:23.000Z | iloire Facturacion/Views/InvoiceDetails/Index.cshtml | uzigula/ASP.NET-MVC-ACME-Invoicing--App | ff6c652e54e85b4c82519ed559f18eaf51d0b9f6 | [
"Unlicense"
] | 128 | 2015-09-10T20:33:38.000Z | 2022-02-05T09:25:21.000Z | @*
Iván Loire - www.iloire.com
Please readme README file for license terms.
ASP.NET MVC3 ACME Invocing app (demo app for training purposes)
*@
@model IEnumerable<InvoiceDetails>
@{
ViewBag.Title = "Index";
}
<table class="zebra-striped">
<thead>
<th>
Article
</th>
<t... | 29.134454 | 180 | 0.496106 |
2c151cdaf059ed39b5562f619f70912b5f8dba38 | 2,310 | cs | C# | Source/Tests/ExcelDna.AddIn.Tasks.IntegrationTests/ProjectWithNameEndingIn64IntegrationTests.cs | Donis-/ExcelDna | e31d7f2589de1b45c3eca8146089c9f623d65db9 | [
"Zlib"
] | 935 | 2015-04-07T13:01:16.000Z | 2022-03-28T14:26:44.000Z | Source/Tests/ExcelDna.AddIn.Tasks.IntegrationTests/ProjectWithNameEndingIn64IntegrationTests.cs | Donis-/ExcelDna | e31d7f2589de1b45c3eca8146089c9f623d65db9 | [
"Zlib"
] | 394 | 2015-03-22T08:13:37.000Z | 2022-03-23T12:58:50.000Z | Source/Tests/ExcelDna.AddIn.Tasks.IntegrationTests/ProjectWithNameEndingIn64IntegrationTests.cs | Donis-/ExcelDna | e31d7f2589de1b45c3eca8146089c9f623d65db9 | [
"Zlib"
] | 262 | 2015-04-09T12:20:57.000Z | 2022-03-26T11:46:16.000Z | using NUnit.Framework;
namespace ExcelDna.AddIn.Tasks.IntegrationTests
{
[TestFixture]
public class ProjectWithNameEndingIn64IntegrationTests : IntegrationTestBase
{
[Test]
public void A_project_with_name_ending_in_64_and_dna_name_ending_in_64_copies_source_dna_to_32_and_64_bit_variants_an... | 64.166667 | 258 | 0.747619 |
81fc762422985bd812ce1cff5254b18005ca682d | 547 | cs | C# | src/MahApps.Metro.IconPacks/PathIconWeatherIcons.cs | JCBurnside/MahApps.Metro.IconPacks | b20d7ed55e3be8febad8ad4b80dc9ce00f7e2d79 | [
"MIT"
] | null | null | null | src/MahApps.Metro.IconPacks/PathIconWeatherIcons.cs | JCBurnside/MahApps.Metro.IconPacks | b20d7ed55e3be8febad8ad4b80dc9ce00f7e2d79 | [
"MIT"
] | null | null | null | src/MahApps.Metro.IconPacks/PathIconWeatherIcons.cs | JCBurnside/MahApps.Metro.IconPacks | b20d7ed55e3be8febad8ad4b80dc9ce00f7e2d79 | [
"MIT"
] | null | null | null | using Windows.UI.Xaml.Media;
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// Weather Icons licensed under [SIL OFL 1.1](<see><cref>http://scripts.sil.org/OFL</cref></see>)
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/erikflowers/weather-icons</cref>... | 36.466667 | 139 | 0.683729 |
8682934e2b4f355e3b50b1d3c5764f8f33a993a1 | 7,361 | cs | C# | src/CloudFoundry.WindowsPrison/PrisonUserProfile.cs | mihaibuzgau/cf-windows-prison | 11d3f2e5158ebfdb3add0cab3c1bc903dd26b58e | [
"Apache-2.0"
] | 7 | 2015-05-12T17:08:57.000Z | 2017-07-17T16:47:26.000Z | src/CloudFoundry.WindowsPrison/PrisonUserProfile.cs | mihaibuzgau/cf-windows-prison | 11d3f2e5158ebfdb3add0cab3c1bc903dd26b58e | [
"Apache-2.0"
] | 5 | 2015-05-26T19:37:46.000Z | 2017-07-12T18:49:19.000Z | src/CloudFoundry.WindowsPrison/PrisonUserProfile.cs | mihaibuzgau/cf-windows-prison | 11d3f2e5158ebfdb3add0cab3c1bc903dd26b58e | [
"Apache-2.0"
] | 7 | 2015-05-11T21:48:49.000Z | 2017-07-12T18:45:06.000Z | namespace CloudFoundry.WindowsPrison
{
using CloudFoundry.WindowsPrison.Native;
using CloudFoundry.WindowsPrison.Utilities;
using Microsoft.Win32;
using System;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
... | 38.94709 | 159 | 0.605624 |
d1d7b4ddda7686ad61d327f178803b0df338a062 | 2,780 | cs | C# | DemoCenter/UseCases/HERE/HERE.cs | ptv-logistics/xserver.net-samples | d69330683ac760da7a4f5676c8be1ada0cf466b2 | [
"MIT"
] | 10 | 2019-01-15T20:52:08.000Z | 2021-12-14T20:09:12.000Z | DemoCenter/UseCases/HERE/HERE.cs | ptv-logistics/xserver.net-bin | c2fa72f629607667257cc8e90a9f3c0617c7e30e | [
"MIT"
] | null | null | null | DemoCenter/UseCases/HERE/HERE.cs | ptv-logistics/xserver.net-bin | c2fa72f629607667257cc8e90a9f3c0617c7e30e | [
"MIT"
] | 5 | 2018-11-15T13:39:13.000Z | 2022-03-17T12:20:37.000Z | // This source file is covered by the LICENSE.TXT file in the root folder of the SDK.
using System;
using Ptv.XServer.Controls.Map.TileProviders;
using Ptv.XServer.Controls.Map.Tools;
using Ptv.XServer.Controls.Map.Layers.Tiled;
namespace Ptv.XServer.Demo.UseCases.Here
{
/// <summary>
/// Provides the functi... | 36.578947 | 181 | 0.586691 |
7f32ed32545bab4e7de0044ac94321f41d29b989 | 9,945 | cs | C# | Sources/Visualization/Microsoft.Psi.Visualization.Windows/Views/Visuals2D/TimeIntervalAnnotationVisualizationObjectViewItem.cs | CMU-TBD/psi | b82550d1b719f1405b068197bf9b593033ce55d7 | [
"MIT"
] | 332 | 2019-05-10T20:30:40.000Z | 2022-03-14T08:42:33.000Z | Sources/Visualization/Microsoft.Psi.Visualization.Windows/Views/Visuals2D/TimeIntervalAnnotationVisualizationObjectViewItem.cs | CMU-TBD/psi | b82550d1b719f1405b068197bf9b593033ce55d7 | [
"MIT"
] | 117 | 2019-06-12T21:13:03.000Z | 2022-03-19T00:32:20.000Z | Sources/Visualization/Microsoft.Psi.Visualization.Windows/Views/Visuals2D/TimeIntervalAnnotationVisualizationObjectViewItem.cs | CMU-TBD/psi | b82550d1b719f1405b068197bf9b593033ce55d7 | [
"MIT"
] | 73 | 2019-05-08T21:39:06.000Z | 2022-03-24T08:34:26.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
namespace Microsoft.Psi.Visualization.Views.Visuals2D
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
using System.Windows;
using System.Windo... | 46.255814 | 177 | 0.612971 |
c424369804a4a3c6250848db58be4002ba583adf | 2,299 | cs | C# | BBCoders.SSO.Api/Services/Default/DefaultKeyMaterialService.cs | yshatheesh1/library-sso | 31012339bf7a38994096d30e60a7c7f0536624c3 | [
"MIT"
] | null | null | null | BBCoders.SSO.Api/Services/Default/DefaultKeyMaterialService.cs | yshatheesh1/library-sso | 31012339bf7a38994096d30e60a7c7f0536624c3 | [
"MIT"
] | null | null | null | BBCoders.SSO.Api/Services/Default/DefaultKeyMaterialService.cs | yshatheesh1/library-sso | 31012339bf7a38994096d30e60a7c7f0536624c3 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using BBCoders.SSO.Api.Services;
using Microsoft.Extensions.Logging;
using Microsoft.IdentityModel.Tokens;
namespace BBCoders.SSO.Api.Services
{
/// <summary>
/// The default key material service
/// </summary>
public class DefaultKeyMate... | 35.369231 | 149 | 0.625489 |
27d544690c2833d5f39b5f7c272c45b78a03a753 | 2,182 | cs | C# | src/Nest/ElasticClient-MoreLikeThis.cs | Bloomerang/elasticsearch-net | c9d670570c6a528dd4c156a618c2fbbcfc250fbf | [
"Apache-2.0"
] | 2 | 2019-05-01T01:42:54.000Z | 2019-11-23T03:36:13.000Z | src/Nest/ElasticClient-MoreLikeThis.cs | Bloomerang/elasticsearch-net | c9d670570c6a528dd4c156a618c2fbbcfc250fbf | [
"Apache-2.0"
] | null | null | null | src/Nest/ElasticClient-MoreLikeThis.cs | Bloomerang/elasticsearch-net | c9d670570c6a528dd4c156a618c2fbbcfc250fbf | [
"Apache-2.0"
] | 12 | 2016-10-09T11:52:34.000Z | 2021-09-13T08:59:51.000Z | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Elasticsearch.Net;
namespace Nest
{
public partial class ElasticClient
{
/// <inheritdoc />
public ISearchResponse<T> MoreLikeThis<T>(Func<MoreLikeThisDescriptor<T>, MoreLikeThisDescriptor<T>> mltSelector)
where T : class
{... | 29.093333 | 127 | 0.719982 |
49c8927389c6a1420b6869d4456ba58ce8381a86 | 2,039 | cs | C# | AbashonWeb/AbashonWeb/AbashonWeb.Infrastructure/Implementation/Repositories/Repository.cs | sa-abhi/abashon-app | 3ae24d81a761eeb2eecfb403fd1349e260fd9369 | [
"Apache-2.0"
] | null | null | null | AbashonWeb/AbashonWeb/AbashonWeb.Infrastructure/Implementation/Repositories/Repository.cs | sa-abhi/abashon-app | 3ae24d81a761eeb2eecfb403fd1349e260fd9369 | [
"Apache-2.0"
] | null | null | null | AbashonWeb/AbashonWeb/AbashonWeb.Infrastructure/Implementation/Repositories/Repository.cs | sa-abhi/abashon-app | 3ae24d81a761eeb2eecfb403fd1349e260fd9369 | [
"Apache-2.0"
] | null | null | null | using AbashonWeb.Domain;
using AbashonWeb.Persistence;
using AbashonWeb.Service.Contract;
using AbashonWeb.Service.Contract.Repositories;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AbashonWeb.Infras... | 30.432836 | 94 | 0.577244 |
15ca80be6a7a34d00c0385cc48dd1120e411e7b0 | 13,468 | cs | C# | branches/2010.11.001/CodeGenTemplates/MyGeneration/Samples/Northwind/Northwind/Northwind.CSLA.Library/Generated/ProductInfo.cs | jonnybee/cslacontrib | 5cb37f383398567fae47f6daf7f5918a911fea23 | [
"MIT"
] | 10 | 2016-08-12T19:40:11.000Z | 2021-11-05T14:39:31.000Z | branches/2010.11.001/CodeGenTemplates/MyGeneration/Samples/Northwind/Northwind/Northwind.CSLA.Library/Generated/ProductInfo.cs | jonnybee/cslacontrib | 5cb37f383398567fae47f6daf7f5918a911fea23 | [
"MIT"
] | 85 | 2015-06-09T05:01:02.000Z | 2021-05-10T11:59:12.000Z | branches/2010.11.001/CodeGenTemplates/MyGeneration/Samples/Northwind/Northwind/Northwind.CSLA.Library/Generated/ProductInfo.cs | jonnybee/cslacontrib | 5cb37f383398567fae47f6daf7f5918a911fea23 | [
"MIT"
] | 17 | 2015-08-09T21:25:14.000Z | 2022-02-07T13:11:48.000Z |
using System;
using System.Data;
using System.Data.SqlClient;
using Csla;
using Csla.Data;
using System.Configuration;
using System.IO;
using System.ComponentModel;
using System.Collections.Generic;
namespace Northwind.CSLA.Library
{
public delegate void ProductInfoEvent(object sender);
/// <summary>
... | 29.862528 | 138 | 0.695426 |
c65ac1fc88fb615b182d6e53b7147819ae344f9f | 3,279 | cs | C# | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Controllers/ExternalAuthenticationController.cs | jonmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | 2 | 2019-07-30T13:26:30.000Z | 2020-10-14T05:35:08.000Z | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Controllers/ExternalAuthenticationController.cs | jenmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | null | null | null | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Controllers/ExternalAuthenticationController.cs | jenmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using System.Web.Routing;
using SmartStore.Admin.Models.ExternalAuthentication;
using SmartStore.Core.Domain.Customers;
using SmartStore.Services.Authentication.External;
using SmartStore.Services.Configuration;
using SmartStore.Services.Securi... | 35.641304 | 114 | 0.774321 |
a4b858e6a3d35e54cd3e085e962dd44a20332a1a | 213 | cs | C# | CleanArch/Q.Service/Interfaces/IInputExecuteBoundary.cs | dvsmart/clean-architecture | edaba8cbec687333ba3b2710a9a96167a3272ab0 | [
"MIT"
] | null | null | null | CleanArch/Q.Service/Interfaces/IInputExecuteBoundary.cs | dvsmart/clean-architecture | edaba8cbec687333ba3b2710a9a96167a3272ab0 | [
"MIT"
] | null | null | null | CleanArch/Q.Service/Interfaces/IInputExecuteBoundary.cs | dvsmart/clean-architecture | edaba8cbec687333ba3b2710a9a96167a3272ab0 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Q.Service.Interfaces
{
public interface IInputExecuteBoundary
{
Task Execute();
}
}
| 16.384615 | 42 | 0.723005 |
d4142f6a4e0ec04bd25380700b8c17eb8640788a | 494 | cs | C# | Tangerine/Tangerine/MainMenu/CreateMenu.cs | game-forest/Citrus | df4f4c6ff7773f585b1bd1ec51d4b3d1d30a28c8 | [
"MIT"
] | 14 | 2019-12-14T12:01:35.000Z | 2022-03-29T14:57:23.000Z | Tangerine/Tangerine/MainMenu/CreateMenu.cs | game-forest/Citrus | df4f4c6ff7773f585b1bd1ec51d4b3d1d30a28c8 | [
"MIT"
] | null | null | null | Tangerine/Tangerine/MainMenu/CreateMenu.cs | game-forest/Citrus | df4f4c6ff7773f585b1bd1ec51d4b3d1d30a28c8 | [
"MIT"
] | 9 | 2020-04-25T13:17:16.000Z | 2021-10-02T04:59:11.000Z | using System;
using Lime;
using Tangerine.Core;
using Tangerine.UI;
namespace Tangerine
{
public class CreateNode : DocumentCommandHandler
{
readonly Type type;
readonly ICommand command;
public CreateNode(Type type, ICommand command)
{
this.type = type;
this.command = command;
}
public override ... | 16.466667 | 62 | 0.720648 |
8a1f4d7e40930d93bbb2c23d38152b75732c2cba | 385 | cs | C# | ExamPrep-28-April-2018/Travel/Entities/Factories/TripFactory.cs | SonicTheCat/CSharp-OOP-Advanced | b6b927e61b3766c5988bbe447038fd0e2f0cb2d7 | [
"MIT"
] | 2 | 2020-10-07T15:28:52.000Z | 2021-02-18T17:48:31.000Z | ExamPrep-28-April-2018/Travel/Entities/Factories/TripFactory.cs | SonicTheCat/CSharp-OOP-Advanced | b6b927e61b3766c5988bbe447038fd0e2f0cb2d7 | [
"MIT"
] | null | null | null | ExamPrep-28-April-2018/Travel/Entities/Factories/TripFactory.cs | SonicTheCat/CSharp-OOP-Advanced | b6b927e61b3766c5988bbe447038fd0e2f0cb2d7 | [
"MIT"
] | null | null | null | using Travel.Entities.Airplanes.Contracts;
using Travel.Entities.Contracts;
using Travel.Entities.Factories.Contracts;
namespace Travel.Entities.Factories
{
public class TripFactory : ITripFactory
{
public ITrip CreateTrip(string source, string destination, IAirplane airplane)
{
re... | 25.666667 | 86 | 0.709091 |
8aafa0d38400901c6d0c46b0bb5e6a3e6ba9f799 | 2,014 | cs | C# | TraceReader.Dlt/DltTraceReader/Dlt/ControlArgs/MessageBufferOverflowResponse.cs | jcurl/RJCP.DLL.Log | 45fd25703fa0f51f97e1fd0184c6594e403e53d9 | [
"MIT"
] | 1 | 2022-03-23T19:09:28.000Z | 2022-03-23T19:09:28.000Z | TraceReader.Dlt/DltTraceReader/Dlt/ControlArgs/MessageBufferOverflowResponse.cs | jcurl/RJCP.DLL.Log | 45fd25703fa0f51f97e1fd0184c6594e403e53d9 | [
"MIT"
] | 3 | 2022-02-06T17:18:03.000Z | 2022-03-25T09:12:08.000Z | TraceReader.Dlt/DltTraceReader/Dlt/ControlArgs/MessageBufferOverflowResponse.cs | jcurl/RJCP.DLL.Log | 45fd25703fa0f51f97e1fd0184c6594e403e53d9 | [
"MIT"
] | null | null | null | namespace RJCP.Diagnostics.Log.Dlt.ControlArgs
{
/// <summary>
/// Response to tell that a Message Buffer Overflow happens. This can be requested by a client. Additionally this
/// message is actively send by DLT at the point when a Message Buffer Overflow happens.
/// </summary>
/// <remarks>Based... | 43.782609 | 117 | 0.612214 |
9b7c3ccf70cc92873cea3e91288f9af0cd69b022 | 1,035 | cs | C# | src/NopLocalization/Data/ILocalizedPropertyRepository.cs | mjebrahimi/NopLocalization | ff9ce6515af0f828c2fec9e26679bab76f29c391 | [
"MIT"
] | 6 | 2019-04-14T12:53:20.000Z | 2021-08-30T07:13:37.000Z | src/NopLocalization/Data/ILocalizedPropertyRepository.cs | mjebrahimi/NopLocalization | ff9ce6515af0f828c2fec9e26679bab76f29c391 | [
"MIT"
] | null | null | null | src/NopLocalization/Data/ILocalizedPropertyRepository.cs | mjebrahimi/NopLocalization | ff9ce6515af0f828c2fec9e26679bab76f29c391 | [
"MIT"
] | 2 | 2019-11-06T03:11:41.000Z | 2021-08-30T07:13:50.000Z | using NopLocalization.Internal;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace NopLocalization
{
public interface ILocalizedPropertyRepository: IRepository<LocalizedProperty>
{
List<LocalizedPropertyCached> GetAllCached();
Task<List<LocalizedP... | 60.882353 | 194 | 0.800966 |
410abf7f36c3076d930b39fbff0d4f56553b6d24 | 1,074 | cs | C# | src/Package/InviteSetting.cs | moto2002/tianqi_src | 3f3658e5059aa790b14a5cad3c253ff957bce177 | [
"MIT"
] | 5 | 2017-06-04T12:30:50.000Z | 2018-03-12T09:33:10.000Z | src/Package/InviteSetting.cs | corefan/tianqi_src | 3f3658e5059aa790b14a5cad3c253ff957bce177 | [
"MIT"
] | null | null | null | src/Package/InviteSetting.cs | corefan/tianqi_src | 3f3658e5059aa790b14a5cad3c253ff957bce177 | [
"MIT"
] | 7 | 2017-07-18T13:38:00.000Z | 2020-03-29T03:42:11.000Z | using ProtoBuf;
using System;
namespace Package
{
[ProtoContract(Name = "InviteSetting")]
[Serializable]
public class InviteSetting : IExtensible
{
private int _roleMinLv;
private bool _available;
private bool _verify;
private IExtension extensionObject;
[ProtoMember(1, IsRequired = true, Name = "rol... | 17.047619 | 97 | 0.671322 |
d2f285a57c2689b19a9039eeb79a453958fa4ce1 | 893 | cs | C# | Ren.CMS.Net/Source/Ren.CMS.Net-Libraries/Ren.CMS.Persistence/Mapping/SettingStores2LocaleMap.cs | nfMalde/Ren.CMS.NET | 47173a06dee294dd4b17966b8b561f0b962f55e3 | [
"MIT"
] | null | null | null | Ren.CMS.Net/Source/Ren.CMS.Net-Libraries/Ren.CMS.Persistence/Mapping/SettingStores2LocaleMap.cs | nfMalde/Ren.CMS.NET | 47173a06dee294dd4b17966b8b561f0b962f55e3 | [
"MIT"
] | null | null | null | Ren.CMS.Net/Source/Ren.CMS.Net-Libraries/Ren.CMS.Persistence/Mapping/SettingStores2LocaleMap.cs | nfMalde/Ren.CMS.NET | 47173a06dee294dd4b17966b8b561f0b962f55e3 | [
"MIT"
] | null | null | null | namespace Ren.CMS.Persistence.Mapping
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NHibernate.Mapping.ByCode;
using NHibernate.Mapping.ByCode.Conformist;
using Ren.CMS.Persistence.Domain;
[Ren.CMS.Persistence.Base.PersistenceMapping]
... | 29.766667 | 104 | 0.637178 |
96787b806d464f5f1af8771439f490ce16d2ef4c | 473 | cs | C# | PlayerTags/GameInterface/ContextMenus/FFXIVClientStructs/FFXIV/Client/UI/AddonContextMenu.cs | r00telement/PlayerTags | 6031310aa8f5f71d2ea80197756080f0800f6e2b | [
"MIT"
] | 2 | 2021-12-10T06:49:11.000Z | 2022-02-07T22:35:13.000Z | PlayerTags/GameInterface/ContextMenus/FFXIVClientStructs/FFXIV/Client/UI/AddonContextMenu.cs | r00telement/PlayerTags | 6031310aa8f5f71d2ea80197756080f0800f6e2b | [
"MIT"
] | 8 | 2021-11-13T01:00:15.000Z | 2022-03-22T23:19:08.000Z | PlayerTags/GameInterface/ContextMenus/FFXIVClientStructs/FFXIV/Client/UI/AddonContextMenu.cs | r00telement/PlayerTags | 6031310aa8f5f71d2ea80197756080f0800f6e2b | [
"MIT"
] | null | null | null | using FFXIVClientStructs.FFXIV.Component.GUI;
using System.Runtime.InteropServices;
namespace FFXIVClientStructs.FFXIV.Client.UI
{
[StructLayout(LayoutKind.Explicit)]
public struct AddonContextMenu
{
[FieldOffset(0x0)] public unsafe AddonInterface AddonInterface;
[FieldOffset(0x160)] publi... | 31.533333 | 71 | 0.742072 |
9696cc3d6f17a09d9d13b0fb997cd4e0ba607125 | 3,241 | cs | C# | PopForums.Data.SqlSingleWebServer/Repositories/FavoriteTopicsRepository.cs | HongJunRen/POPForums | cf45c07901ab891acbb00ceca67eb13b4f13a0fa | [
"zlib-acknowledgement"
] | null | null | null | PopForums.Data.SqlSingleWebServer/Repositories/FavoriteTopicsRepository.cs | HongJunRen/POPForums | cf45c07901ab891acbb00ceca67eb13b4f13a0fa | [
"zlib-acknowledgement"
] | null | null | null | PopForums.Data.SqlSingleWebServer/Repositories/FavoriteTopicsRepository.cs | HongJunRen/POPForums | cf45c07901ab891acbb00ceca67eb13b4f13a0fa | [
"zlib-acknowledgement"
] | null | null | null | using System;
using System.Collections.Generic;
using PopForums.Configuration;
using PopForums.Models;
using PopForums.Repositories;
namespace PopForums.Data.SqlSingleWebServer.Repositories
{
public class FavoriteTopicsRepository : IFavoriteTopicsRepository
{
public FavoriteTopicsRepository(ISqlObjectFactory sqlO... | 34.478723 | 170 | 0.744832 |
1fe022a2ee28dbce01f95a3c944eebc81f205f27 | 4,103 | cs | C# | src/entities/abase/EntityFlyingTameable.cs | DevKnight77/WindsOfHell | 9846fcd657f22dfab204fdb3b4047a1cdc7d1e16 | [
"Unlicense"
] | null | null | null | src/entities/abase/EntityFlyingTameable.cs | DevKnight77/WindsOfHell | 9846fcd657f22dfab204fdb3b4047a1cdc7d1e16 | [
"Unlicense"
] | null | null | null | src/entities/abase/EntityFlyingTameable.cs | DevKnight77/WindsOfHell | 9846fcd657f22dfab204fdb3b4047a1cdc7d1e16 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Vintagestory.API.Common;
using Vintagestory.API.Common.Entities;
using Vintagestory.API.Datastructures;
using Vintagestory.API.MathTools;
using Vintagestory.GameContent;
using windsofhell.src.entit... | 32.054688 | 139 | 0.577626 |
f0bf2ac900a64333570c8c63d664b49ac3db9322 | 960 | cs | C# | XClipper.Core/Data/unlocalized/IKeyboardRecorder.cs | awesome-github-repo/XClipper | aec6ad70a3ed7cbb704274dd02cf5f9d2fc11e36 | [
"Apache-2.0"
] | 87 | 2020-05-04T09:43:10.000Z | 2022-03-28T15:32:42.000Z | XClipper.Core/Data/unlocalized/IKeyboardRecorder.cs | awesome-github-repo/XClipper | aec6ad70a3ed7cbb704274dd02cf5f9d2fc11e36 | [
"Apache-2.0"
] | 21 | 2021-09-01T23:54:35.000Z | 2022-03-30T10:41:25.000Z | XClipper.Core/Data/unlocalized/IKeyboardRecorder.cs | awesome-github-repo/XClipper | aec6ad70a3ed7cbb704274dd02cf5f9d2fc11e36 | [
"Apache-2.0"
] | 13 | 2021-07-20T10:03:29.000Z | 2022-03-29T10:50:13.000Z | using System;
namespace Components
{
public interface IKeyboardRecorder
{
/// <summary>
/// Start monitoring clipboard activities.
/// </summary>
///
void StartRecording();
/// <summary>
/// Stop monitoring clipboard activities.
/// </summary>
... | 25.945946 | 90 | 0.551042 |
ad9b626b1046ba35e49b01495da015b9849620aa | 303 | cs | C# | microservices/wineentry/Tba.WineEntry.Upsert/Application/Commands/EventName.cs | toddbadams/wine-collector | 297dc1ce2d35ab328d5a95980e7041813fa79939 | [
"MIT"
] | null | null | null | microservices/wineentry/Tba.WineEntry.Upsert/Application/Commands/EventName.cs | toddbadams/wine-collector | 297dc1ce2d35ab328d5a95980e7041813fa79939 | [
"MIT"
] | null | null | null | microservices/wineentry/Tba.WineEntry.Upsert/Application/Commands/EventName.cs | toddbadams/wine-collector | 297dc1ce2d35ab328d5a95980e7041813fa79939 | [
"MIT"
] | null | null | null | namespace Tba.WineEntry.Upsert.Application.Commands
{
public enum EventName
{
WineEntryCreated,
QuantityChanged,
BottleSizeChanged,
BottlesPerCaseChanged,
AcquiredOnChanged,
CostPerBottleChanged,
CellarChanged,
WineChanged
}
} | 21.642857 | 52 | 0.643564 |
e2bbbc2c047bfa749d87aa1679dfe8fc31fc6d30 | 1,440 | cs | C# | SECSItemTests/SECSItemNumLengthBytesTests.cs | dkaip/CSharpSECSTools | 24013988f830537fbde1a69d7f242eac2a8af001 | [
"Apache-2.0"
] | 12 | 2019-07-03T06:26:16.000Z | 2022-02-02T15:49:45.000Z | SECSItemTests/SECSItemNumLengthBytesTests.cs | dkaip/CSharpSECSTools | 24013988f830537fbde1a69d7f242eac2a8af001 | [
"Apache-2.0"
] | 1 | 2019-07-27T14:40:31.000Z | 2019-10-10T17:56:46.000Z | SECSItemTests/SECSItemNumLengthBytesTests.cs | dkaip/CSharpSECSTools | 24013988f830537fbde1a69d7f242eac2a8af001 | [
"Apache-2.0"
] | 6 | 2019-08-06T09:22:39.000Z | 2021-01-25T03:58:07.000Z | /*
* Copyright 2019 Douglas Kaip
*
* 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 applicable law or agreed to... | 32.727273 | 122 | 0.661111 |
485bbf2347f9cef11413324cf82bad2cb5d30be7 | 80 | cshtml | C# | src/CleanKludge.Server/Views/_ViewImports.cshtml | CleanKludge/website | 8b1a1e7b39071281b78f112dc96bd12590496f6e | [
"MIT"
] | null | null | null | src/CleanKludge.Server/Views/_ViewImports.cshtml | CleanKludge/website | 8b1a1e7b39071281b78f112dc96bd12590496f6e | [
"MIT"
] | null | null | null | src/CleanKludge.Server/Views/_ViewImports.cshtml | CleanKludge/website | 8b1a1e7b39071281b78f112dc96bd12590496f6e | [
"MIT"
] | null | null | null | @using CleanKludge.Server
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 26.666667 | 52 | 0.825 |
3e611d5d923213046cebd110212685fdd85002c9 | 1,251 | cs | C# | source/test/F0.Minesweeper.Components.Tests/Logic/Game/GameUpdateFactoryTests.cs | Flash0ver/F0.Minesweeper | bdfdee46314d7280c51846b8db6677a4f704700c | [
"Apache-2.0"
] | 4 | 2020-10-09T15:08:01.000Z | 2021-12-15T17:15:02.000Z | source/test/F0.Minesweeper.Components.Tests/Logic/Game/GameUpdateFactoryTests.cs | Flash0ver/F0.Minesweeper | bdfdee46314d7280c51846b8db6677a4f704700c | [
"Apache-2.0"
] | 77 | 2020-10-21T16:56:44.000Z | 2022-03-19T19:26:36.000Z | source/test/F0.Minesweeper.Components.Tests/Logic/Game/GameUpdateFactoryTests.cs | Flash0ver/F0.Minesweeper | bdfdee46314d7280c51846b8db6677a4f704700c | [
"Apache-2.0"
] | null | null | null | using System;
using F0.Minesweeper.Components.Logic.Game;
using F0.Minesweeper.Logic.Abstractions;
using FluentAssertions;
using Moq;
using Prism.Events;
using Xunit;
namespace F0.Minesweeper.Components.Tests.Logic.Game
{
public class GameUpdateFactoryTests
{
[Theory]
[InlineData(GameStatus.InProgress, typeof(Ga... | 28.431818 | 99 | 0.772182 |
8ea4077007e80fc7718de2865e8460457b767d70 | 3,775 | cs | C# | src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplateTest.cs | berkansasmaz/aspnetcore | 30423c360e66b2beddb52f354ae745a067d4c3b3 | [
"MIT"
] | 8,570 | 2018-10-09T21:50:10.000Z | 2020-01-07T21:08:56.000Z | src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplateTest.cs | berkansasmaz/aspnetcore | 30423c360e66b2beddb52f354ae745a067d4c3b3 | [
"MIT"
] | 13,668 | 2018-10-10T00:13:51.000Z | 2020-01-07T21:01:12.000Z | src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplateTest.cs | weijie858/aspnetcore | c08123a8071e7bf3aa87dbc6dc9efcbfa306031e | [
"MIT"
] | 2,679 | 2018-10-10T03:53:59.000Z | 2020-01-07T14:57:11.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.BrowserTesting;
using Templates.Test.Helpers;
using Xuni... | 38.520408 | 183 | 0.685563 |
ae874f076dedc1c352e096d2eae288b758c76eee | 16,737 | cs | C# | DevTreks.Extensions/Numerics/Distance.cs | kpboyle1/devtreks2 | d1e295d9004c0ee6875c23d5a9b9d9953cb34067 | [
"X11"
] | null | null | null | DevTreks.Extensions/Numerics/Distance.cs | kpboyle1/devtreks2 | d1e295d9004c0ee6875c23d5a9b9d9953cb34067 | [
"X11"
] | null | null | null | DevTreks.Extensions/Numerics/Distance.cs | kpboyle1/devtreks2 | d1e295d9004c0ee6875c23d5a9b9d9953cb34067 | [
"X11"
] | null | null | null | // <copyright file="Distance.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//
// Permission is hereby granted, free of charge, to an... | 34.509278 | 123 | 0.509351 |
20be2691964d011a89cbdbaf284bff3d0e57cc49 | 9,277 | cs | C# | Api/Models/InstaPostContext.cs | Jaskaranbir/InstaPost | 9e330deca534654772848e441ab34e50e3d40225 | [
"Apache-2.0"
] | 4 | 2018-01-23T04:37:43.000Z | 2019-12-27T01:13:38.000Z | Api/Models/InstaPostContext.cs | Jaskaranbir/InstaPost | 9e330deca534654772848e441ab34e50e3d40225 | [
"Apache-2.0"
] | null | null | null | Api/Models/InstaPostContext.cs | Jaskaranbir/InstaPost | 9e330deca534654772848e441ab34e50e3d40225 | [
"Apache-2.0"
] | 3 | 2018-02-28T01:50:09.000Z | 2020-10-29T05:18:58.000Z | using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using MongoDB.Driver;
using Api.MongoWrappers;
namespace Api.Models {
//Instantiates the context of the application and loads all relevant data
public partial class InstaPostContext : DbContext {
public virt... | 39.987069 | 101 | 0.537027 |
20c493d76735e773b0f4a3e6cd6018e8ca734171 | 11,852 | cs | C# | APIService/Models/Equipment.cs | KevinKao809/CDS20 | 35234258dac1233a82d935712b95d4ab953a0601 | [
"MIT"
] | null | null | null | APIService/Models/Equipment.cs | KevinKao809/CDS20 | 35234258dac1233a82d935712b95d4ab953a0601 | [
"MIT"
] | null | null | null | APIService/Models/Equipment.cs | KevinKao809/CDS20 | 35234258dac1233a82d935712b95d4ab953a0601 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using sfShareLib;
using System.ComponentModel.DataAnnotations;
using CDSShareLib.Helper;
namespace sfAPIService.Models
{
public class EquipmentModels
{
public class Detail
{
public int Id { get; s... | 41.585965 | 98 | 0.56058 |
8c488b6f169b7dc93e82dfe5b943c7956c453b85 | 2,947 | cs | C# | Benchmarks/Tests/ComplexTest.cs | stannynuytkens/ExpressMapper | d1f95527c0695bd15213f3cbbf11d4cb71086c41 | [
"Apache-2.0"
] | 199 | 2016-04-23T09:16:55.000Z | 2022-03-15T09:19:36.000Z | Benchmarks/Tests/ComplexTest.cs | stannynuytkens/ExpressMapper | d1f95527c0695bd15213f3cbbf11d4cb71086c41 | [
"Apache-2.0"
] | 93 | 2015-05-27T16:17:44.000Z | 2016-04-21T09:00:10.000Z | Benchmarks/Tests/ComplexTest.cs | stannynuytkens/ExpressMapper | d1f95527c0695bd15213f3cbbf11d4cb71086c41 | [
"Apache-2.0"
] | 64 | 2016-05-02T20:24:56.000Z | 2022-01-20T08:23:09.000Z | using System;
using System.Collections.Generic;
using Benchmarks.Generators;
using Benchmarks.Mapping;
using Benchmarks.Models;
using Benchmarks.ViewModels;
using Mapster;
namespace Benchmarks.Tests
{
public class ComplexTest : BaseTest<List<Test>, List<TestViewModel>>
{
protected override List<Test> ... | 26.54955 | 82 | 0.575501 |
facf47500c5e8c567b63c3d977ebca273518b987 | 2,392 | cs | C# | src/FloatingItems.Android/FloatingScene.cs | wislon/xam-floating-items | ab24981b4095f27eb22f0c3930078fa3b86dbbcd | [
"MIT"
] | null | null | null | src/FloatingItems.Android/FloatingScene.cs | wislon/xam-floating-items | ab24981b4095f27eb22f0c3930078fa3b86dbbcd | [
"MIT"
] | null | null | null | src/FloatingItems.Android/FloatingScene.cs | wislon/xam-floating-items | ab24981b4095f27eb22f0c3930078fa3b86dbbcd | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using CocosSharp;
namespace FloatingItems.Android
{
public class FloatingScene : CCScene
{
const float MinXVelocity = -10;
const float MaxXVelocity = 10;
const float MinYVelocity = -10;
const float MaxYVelocity = 10;
privat... | 41.241379 | 150 | 0.623746 |
160e645fa243ac919acf97fcb79389c9d042cab4 | 5,717 | cs | C# | src/TheLight/ContainerPage.xaml.cs | brickman7713/TheLight.v1 | c6aed1f4fa9219cfc32e5d64c3d8771772b4ec6c | [
"MIT"
] | null | null | null | src/TheLight/ContainerPage.xaml.cs | brickman7713/TheLight.v1 | c6aed1f4fa9219cfc32e5d64c3d8771772b4ec6c | [
"MIT"
] | null | null | null | src/TheLight/ContainerPage.xaml.cs | brickman7713/TheLight.v1 | c6aed1f4fa9219cfc32e5d64c3d8771772b4ec6c | [
"MIT"
] | null | null | null | using System;
using System.ComponentModel;
using Xamarin.Forms;
namespace TheLight
{
[DesignTimeVisible(false)]
public partial class ContainerPage : ContentPage
{
const float FlyoutCornerRadius = 25f;
bool _isFlyoutOpen = false;
double _scale;
uint _flyoutSpeed = 200;
... | 34.439759 | 118 | 0.535421 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.