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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dee004f786ec4e453f652a3f135b26d3d7b545c1 | 314 | cs | C# | Dashboard_api/Models/Session.cs | extragornax/dashboard_epitech | 41386beb3a8f347cc4cdefc8bb62140c22700ebb | [
"MIT"
] | null | null | null | Dashboard_api/Models/Session.cs | extragornax/dashboard_epitech | 41386beb3a8f347cc4cdefc8bb62140c22700ebb | [
"MIT"
] | null | null | null | Dashboard_api/Models/Session.cs | extragornax/dashboard_epitech | 41386beb3a8f347cc4cdefc8bb62140c22700ebb | [
"MIT"
] | null | null | null | /*
** EPITECH PROJECT, 2018
** dashboard
** File description:
** Session
*/
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
namespace Dashboard.Models
{
public class Session
{
[BsonId]
public ObjectId Id { get; set; }
public ObjectId UserId { get; set; }
}
}
| 15.7 | 44 | 0.636943 |
ca6155a05e12192f7d7678b840b4f446f6f5ea02 | 25,146 | cs | C# | src/Innovator.Client/Aml/ParameterSubstitution.cs | gratinierer/Innovator.Client | ca2313b9c50bec6e0010597df5f8082fa03d727b | [
"MIT"
] | 26 | 2017-02-22T18:52:45.000Z | 2022-03-23T01:19:45.000Z | src/Innovator.Client/Aml/ParameterSubstitution.cs | gratinierer/Innovator.Client | ca2313b9c50bec6e0010597df5f8082fa03d727b | [
"MIT"
] | 28 | 2017-06-16T13:43:22.000Z | 2022-03-15T20:37:15.000Z | src/Innovator.Client/Aml/ParameterSubstitution.cs | gratinierer/Innovator.Client | ca2313b9c50bec6e0010597df5f8082fa03d727b | [
"MIT"
] | 16 | 2017-07-14T20:21:00.000Z | 2021-12-21T22:16:32.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
namespace Innovator.Client
{
/// <summary>
/// Whether the query is AML or SQL
/// </summary>
public enum ParameterSubstitutionMode
{
/// <summary>
/// Th... | 32.614786 | 144 | 0.559095 |
b9af9dea2f4e10225759684f306d22850a59cc0a | 6,161 | cs | C# | odessyTrip/Library/PackageCache/com.unity.recorder@3.0.3/Editor/Sources/AccumulationSettingsPropertyDrawer.cs | SalmanStarneo/GE1CA | 851a2dde1c986b9fadc9e1c45e55f504d41c080f | [
"MIT"
] | null | null | null | odessyTrip/Library/PackageCache/com.unity.recorder@3.0.3/Editor/Sources/AccumulationSettingsPropertyDrawer.cs | SalmanStarneo/GE1CA | 851a2dde1c986b9fadc9e1c45e55f504d41c080f | [
"MIT"
] | null | null | null | odessyTrip/Library/PackageCache/com.unity.recorder@3.0.3/Editor/Sources/AccumulationSettingsPropertyDrawer.cs | SalmanStarneo/GE1CA | 851a2dde1c986b9fadc9e1c45e55f504d41c080f | [
"MIT"
] | null | null | null | using UnityEngine;
namespace UnityEditor.Recorder
{
[CustomPropertyDrawer(typeof(AccumulationSettings))]
class AccumulationSettingsPropertyDrawer : PropertyDrawer
{
static class Styles
{
// Accumulation motion blur
internal static readonly GUIContent CaptureAccumulat... | 53.112069 | 365 | 0.611264 |
837de04da46e9ca050e936e8d8907291b92de73d | 1,320 | cs | C# | Infusion/Logging/MultiplexLogger.cs | uotools/Infusion | 503c7558ada561f84c8ba00b49155c7564658874 | [
"MIT"
] | 1 | 2021-05-07T22:31:28.000Z | 2021-05-07T22:31:28.000Z | Infusion/Logging/MultiplexLogger.cs | uotools/Infusion | 503c7558ada561f84c8ba00b49155c7564658874 | [
"MIT"
] | null | null | null | Infusion/Logging/MultiplexLogger.cs | uotools/Infusion | 503c7558ada561f84c8ba00b49155c7564658874 | [
"MIT"
] | null | null | null | using System;
namespace Infusion.Logging
{
internal sealed class MultiplexLogger : ITimestampedLogger
{
private readonly ITimestampedLogger[] outputLoggers;
public MultiplexLogger(params ITimestampedLogger[] outputLoggers)
{
this.outputLoggers = outputLoggers;
}
... | 27.5 | 74 | 0.60303 |
fa41c2262a85f95daf20f04fa6ae97a1c7ecdd11 | 76 | cshtml | C# | HPlus.Ecommerce/HPlus.Ecommerce/Views/Account/Index.cshtml | sergioalberto/asp-net-lab | e166af5534666c84d3f6b7e002b2bbc1d982a578 | [
"Apache-2.0"
] | null | null | null | HPlus.Ecommerce/HPlus.Ecommerce/Views/Account/Index.cshtml | sergioalberto/asp-net-lab | e166af5534666c84d3f6b7e002b2bbc1d982a578 | [
"Apache-2.0"
] | null | null | null | HPlus.Ecommerce/HPlus.Ecommerce/Views/Account/Index.cshtml | sergioalberto/asp-net-lab | e166af5534666c84d3f6b7e002b2bbc1d982a578 | [
"Apache-2.0"
] | null | null | null | @{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>My Account</h2> | 15.2 | 46 | 0.565789 |
fa9ab9a76e68152679c335157ac2db6f71f2b6cc | 1,973 | cs | C# | GraphDiff/GraphDiff/Aggregates/AggregateConfiguration.cs | maartenoosterhoff/GraphDiff | 9e5ddfaa0ebde569169e9e6554a020ff046ba3b8 | [
"MIT"
] | 1 | 2016-01-13T01:45:04.000Z | 2016-01-13T01:45:04.000Z | GraphDiff/GraphDiff/Aggregates/AggregateConfiguration.cs | maartenoosterhoff/GraphDiff | 9e5ddfaa0ebde569169e9e6554a020ff046ba3b8 | [
"MIT"
] | null | null | null | GraphDiff/GraphDiff/Aggregates/AggregateConfiguration.cs | maartenoosterhoff/GraphDiff | 9e5ddfaa0ebde569169e9e6554a020ff046ba3b8 | [
"MIT"
] | 1 | 2019-01-12T13:42:04.000Z | 2019-01-12T13:42:04.000Z | using System;
using System.Linq.Expressions;
using RefactorThis.GraphDiff.Internal;
using RefactorThis.GraphDiff.Internal.Caching;
using RefactorThis.GraphDiff.Internal.GraphBuilders;
namespace RefactorThis.GraphDiff.Aggregates
{
/// <summary>Allows creation of default mappings via a fluent interface</summary>
... | 37.226415 | 139 | 0.661936 |
1793ae1bc24d62ea0bc67e813a98990f83c76241 | 2,393 | cs | C# | src/coverlet.core/Helpers/InstrumentationHelper.cs | corinblaikie/coverlet | 9ebf6ec2aec95d5921649df6ce868c20f7ccd021 | [
"MIT"
] | null | null | null | src/coverlet.core/Helpers/InstrumentationHelper.cs | corinblaikie/coverlet | 9ebf6ec2aec95d5921649df6ce868c20f7ccd021 | [
"MIT"
] | null | null | null | src/coverlet.core/Helpers/InstrumentationHelper.cs | corinblaikie/coverlet | 9ebf6ec2aec95d5921649df6ce868c20f7ccd021 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection.PortableExecutable;
using Coverlet.Core.Instrumentation;
namespace Coverlet.Core.Helpers
{
internal static class InstrumentationHelper
{
public static string[] GetDependencies(string module)
{
... | 34.681159 | 107 | 0.577518 |
17c426bb1b43479d4afb68dbec96b24542a522b8 | 348 | cs | C# | LineageServer/Server/Storage/CharacterStorage.cs | TaiwanSpring/L1CSharpTW | 07f4b51ad3aaccafd00fc00781e2bd62c78028fc | [
"Unlicense"
] | null | null | null | LineageServer/Server/Storage/CharacterStorage.cs | TaiwanSpring/L1CSharpTW | 07f4b51ad3aaccafd00fc00781e2bd62c78028fc | [
"Unlicense"
] | null | null | null | LineageServer/Server/Storage/CharacterStorage.cs | TaiwanSpring/L1CSharpTW | 07f4b51ad3aaccafd00fc00781e2bd62c78028fc | [
"Unlicense"
] | null | null | null | using LineageServer.Server.Model.Instance;
namespace LineageServer.Server.Storage
{
interface ICharacterStorage
{
void createCharacter(L1PcInstance pc);
void deleteCharacter(string accountName, string charName);
void storeCharacter(L1PcInstance pc);
L1PcInstance loadCharacte... | 21.75 | 66 | 0.724138 |
4ce33b205c86c7a8598f991b49ab41c80f462d89 | 5,411 | cs | C# | DarkCodex/Items.cs | bje259/DarkCodex | b04d5aa080fc7ae5a32a195d96635f1b9b1eb1f6 | [
"MIT"
] | 1 | 2021-11-29T12:16:41.000Z | 2021-11-29T12:16:41.000Z | DarkCodex/Items.cs | bje259/DarkCodex | b04d5aa080fc7ae5a32a195d96635f1b9b1eb1f6 | [
"MIT"
] | null | null | null | DarkCodex/Items.cs | bje259/DarkCodex | b04d5aa080fc7ae5a32a195d96635f1b9b1eb1f6 | [
"MIT"
] | null | null | null | using DarkCodex.Components;
using Kingmaker.Blueprints;
using Kingmaker.Blueprints.Items.Ecnchantments;
using Kingmaker.Blueprints.Items.Equipment;
using Kingmaker.Blueprints.Items.Weapons;
using Kingmaker.Designers.Mechanics.EquipmentEnchants;
using Kingmaker.Enums;
using Kingmaker.UnitLogic.Abilities.Blueprints;
usi... | 51.533333 | 288 | 0.691 |
22559cad39d734f43973d8d7ccf250078b4ca93a | 8,763 | cs | C# | Assets/VLT/Material.cs | Belfegnar/vlterrain_sharp | 88bfa2b81ba1672656f3bab82b3fa23179d3e061 | [
"MIT"
] | 1 | 2018-01-15T14:25:04.000Z | 2018-01-15T14:25:04.000Z | Assets/VLT/Material.cs | Belfegnar/vlterrain_sharp | 88bfa2b81ba1672656f3bab82b3fa23179d3e061 | [
"MIT"
] | 1 | 2017-01-26T20:05:15.000Z | 2017-01-26T20:05:15.000Z | Assets/VLT/Material.cs | Belfegnar/vlterrain_sharp | 88bfa2b81ba1672656f3bab82b3fa23179d3e061 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System;
using System.IO;
using CGLA;
namespace VLT
{
public class Material : IDisposable {
string m_name;
int m_version;
int m_size;
int m_table_size;
float[] m_table;
float m_inv_scale;
float m_estimated_error;
float m_estimation_... | 24.615169 | 121 | 0.60299 |
9c0c987d0b2e9dd81d79a54e54be777e7376f143 | 8,251 | cs | C# | Assets/World/Editor/GenerationSettingsEditor.cs | danzabarr/TownSim | 91812972b42444ce04cd24bc8e27224442edec8f | [
"MIT"
] | null | null | null | Assets/World/Editor/GenerationSettingsEditor.cs | danzabarr/TownSim | 91812972b42444ce04cd24bc8e27224442edec8f | [
"MIT"
] | null | null | null | Assets/World/Editor/GenerationSettingsEditor.cs | danzabarr/TownSim | 91812972b42444ce04cd24bc8e27224442edec8f | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
[CustomEditor(typeof(GenerationSettings))]
public class GenerationSettingsEditor : Editor
{
SerializedProperty groups;
SerializedProperty trees;
SerializedProperty rocks;
bool dragging;
GenerationSett... | 38.023041 | 256 | 0.598715 |
a8de9e198037d45d116c2cb90858e15df30fa291 | 1,928 | cs | C# | backend/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/Contents/ContentUnionGraphType.cs | EdoardoTona/squidex | 19e23ab9ef4e3c202725d0aa68757f0871b60bc4 | [
"MIT"
] | null | null | null | backend/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/Contents/ContentUnionGraphType.cs | EdoardoTona/squidex | 19e23ab9ef4e3c202725d0aa68757f0871b60bc4 | [
"MIT"
] | null | null | null | backend/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/Contents/ContentUnionGraphType.cs | EdoardoTona/squidex | 19e23ab9ef4e3c202725d0aa68757f0871b60bc4 | [
"MIT"
] | 1 | 2021-07-21T15:28:36.000Z | 2021-07-21T15:28:36.000Z | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | 31.606557 | 117 | 0.46888 |
1b31a2b658eb0f2de6d990bb9bd92b445cd5370b | 421 | cs | C# | RPG_Prototype/Assets/CORE/Scripts/Screens/Brokers/BrokerBaseResult.cs | RubenBergshoeff/SweetrootStudioPrototype | e30303b07f648d7eaeddb2f2ad5d4d3cd52e1453 | [
"MIT"
] | null | null | null | RPG_Prototype/Assets/CORE/Scripts/Screens/Brokers/BrokerBaseResult.cs | RubenBergshoeff/SweetrootStudioPrototype | e30303b07f648d7eaeddb2f2ad5d4d3cd52e1453 | [
"MIT"
] | null | null | null | RPG_Prototype/Assets/CORE/Scripts/Screens/Brokers/BrokerBaseResult.cs | RubenBergshoeff/SweetrootStudioPrototype | e30303b07f648d7eaeddb2f2ad5d4d3cd52e1453 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
using System;
using UnityEngine.UI;
public abstract class BrokerBaseResult : UIDisplayController {
public virtual void SetResult(ActiveBaseData activeResult) {
}
protected override void OnShowing() {
}
protected override void OnVisible() {
}
... | 15.592593 | 64 | 0.698337 |
157ec3d03066cadc8d34c747892f7fbfb2ed28fa | 641 | cs | C# | Assets/Scripts/BatSpawner.cs | DominikaBogusz/Evilmine | 7ab89b40ca78acf30ce97e64bf5700327a005cdf | [
"MIT"
] | null | null | null | Assets/Scripts/BatSpawner.cs | DominikaBogusz/Evilmine | 7ab89b40ca78acf30ce97e64bf5700327a005cdf | [
"MIT"
] | null | null | null | Assets/Scripts/BatSpawner.cs | DominikaBogusz/Evilmine | 7ab89b40ca78acf30ce97e64bf5700327a005cdf | [
"MIT"
] | null | null | null | using UnityEngine;
public class BatSpawner : MonoBehaviour {
[SerializeField] private GameObject batPrefab;
public Bat Spawn(Transform spawnPoint)
{
float chance = DifficultyManager.Instance.PlayerProsperity;
float draw = Random.Range(0f, 100f);
if (draw < chance)
{
... | 25.64 | 110 | 0.627145 |
6098e4335d29434056b44c1ebb6be5fe980de4fc | 973 | cs | C# | Providers/API/OriginAccessor.cs | bernardogeneroso/Traveler-API-Dotnet | 65e1442e7e84337fbf63fac66c76af73ac50f8c9 | [
"MIT"
] | 1 | 2022-02-14T10:46:06.000Z | 2022-02-14T10:46:06.000Z | Providers/API/OriginAccessor.cs | bernardogeneroso/Traveler-API-Dotnet | 65e1442e7e84337fbf63fac66c76af73ac50f8c9 | [
"MIT"
] | null | null | null | Providers/API/OriginAccessor.cs | bernardogeneroso/Traveler-API-Dotnet | 65e1442e7e84337fbf63fac66c76af73ac50f8c9 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Services.Interfaces;
namespace Providers.API;
public class OriginAccessor : IOriginAccessor
{
private readonly IHttpContextAccessor _httpContextAccessor;
private readonly IConfiguration _config;
public OriginAccessor(IHttpCon... | 27.8 | 90 | 0.706064 |
60b9089166e400191cfdf217cae4e084efbb8003 | 528 | cs | C# | API/DAL/Context/IDbContext.cs | ShadowOfHuman/devox-backend | c6d19a37fa19740de93fc37929e1da4d8d8d579c | [
"MIT"
] | null | null | null | API/DAL/Context/IDbContext.cs | ShadowOfHuman/devox-backend | c6d19a37fa19740de93fc37929e1da4d8d8d579c | [
"MIT"
] | null | null | null | API/DAL/Context/IDbContext.cs | ShadowOfHuman/devox-backend | c6d19a37fa19740de93fc37929e1da4d8d8d579c | [
"MIT"
] | 1 | 2020-07-15T19:24:46.000Z | 2020-07-15T19:24:46.000Z | using API.DAL.Models;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace API.DAL.Context
{
public interface IDbContext
{
DbSet<User> Users { get; }
DbSet<Game... | 24 | 82 | 0.693182 |
63b22ca6f7f58367fc4c54ea83230c1f68b15be6 | 665 | cs | C# | DotnetBenchmarks/AsyncBenchmark/Benchmark.cs | csh4rp/DotnetBenchmarks | cdfb9d16258dd7a60c99a88f52188246891bd120 | [
"MIT"
] | null | null | null | DotnetBenchmarks/AsyncBenchmark/Benchmark.cs | csh4rp/DotnetBenchmarks | cdfb9d16258dd7a60c99a88f52188246891bd120 | [
"MIT"
] | null | null | null | DotnetBenchmarks/AsyncBenchmark/Benchmark.cs | csh4rp/DotnetBenchmarks | cdfb9d16258dd7a60c99a88f52188246891bd120 | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
namespace AsyncBenchmark
{
public class Benchmark
{
[Benchmark(Description = "Without await", Baseline = true)]
public async Task RunWithoutAwait()
{
await GetTask();
}
[Benchmark(Descr... | 22.166667 | 67 | 0.547368 |
81e18b5f9523a6d5d31f71a7fce9ad480ef5fbb3 | 838 | cs | C# | CodeLab-2019-Week3/Assets/Scripts/GameManager.cs | madparker/CodeLab-2019-Classwork | e518230f2469a8742a16456f6f38b82fb3cc345a | [
"Unlicense"
] | 1 | 2019-05-19T22:47:31.000Z | 2019-05-19T22:47:31.000Z | CodeLab-2019-Week3/Assets/Scripts/GameManager.cs | madparker/CodeLab-2019-Classwork | e518230f2469a8742a16456f6f38b82fb3cc345a | [
"Unlicense"
] | null | null | null | CodeLab-2019-Week3/Assets/Scripts/GameManager.cs | madparker/CodeLab-2019-Classwork | e518230f2469a8742a16456f6f38b82fb3cc345a | [
"Unlicense"
] | 1 | 2019-04-19T17:15:22.000Z | 2019-04-19T17:15:22.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameManager : MonoBehaviour
{
int health;
public int Health
{
get { return health; }
set
{
health = value;
if (health > 100)
{
health = 100;
}
if (health < 0)
{
health = 0;
}
}
}
in... | 12.69697 | 45 | 0.590692 |
d1d304ad8c5dccdbfd1d266997e9e137ba4c2492 | 1,080 | cs | C# | EQS_Types/Type_CanvasScaler.cs | BocuD/EasyQuestSwitch | cf0e00e5968bfb51ffe5ec4fb386fe64eaa58d32 | [
"BSD-3-Clause"
] | 1 | 2022-03-17T07:33:05.000Z | 2022-03-17T07:33:05.000Z | Assets/EasyQuestSwitch/EQS_Types/Type_CanvasScaler.cs | daalta/MarbleRace | 18791d00ec6398e0278f6229a978043b6dd2164f | [
"MIT"
] | null | null | null | Assets/EasyQuestSwitch/EQS_Types/Type_CanvasScaler.cs | daalta/MarbleRace | 18791d00ec6398e0278f6229a978043b6dd2164f | [
"MIT"
] | null | null | null | #if UNITY_EDITOR
using UnityEditor;
using UnityEngine;
using EasyQuestSwitch.Fields;
using UnityEngine.UI;
namespace EasyQuestSwitch.Types
{
[AddComponentMenu("")]
public class Type_CanvasScaler : Type_Behaviour
{
[System.NonSerialized]
private CanvasScaler type;
public SharedFloa... | 29.189189 | 87 | 0.674074 |
6656abb8ed875fee0422c227a11d256a0325bc0e | 627 | cs | C# | Source/SharpDebug.DbgEng/DbgEng/IDebugPlmClient.cs | sdmaclea/SharpDebug | 8e52ec32d1c8954b38b87ed3b96c8dd97e69f178 | [
"MIT"
] | 50 | 2016-02-18T23:00:25.000Z | 2019-05-31T15:24:44.000Z | Source/SharpDebug.DbgEng/DbgEng/IDebugPlmClient.cs | sdmaclea/SharpDebug | 8e52ec32d1c8954b38b87ed3b96c8dd97e69f178 | [
"MIT"
] | 27 | 2015-12-14T20:54:11.000Z | 2019-01-30T20:45:36.000Z | Source/SharpDebug.DbgEng/DbgEng/IDebugPlmClient.cs | sdmaclea/SharpDebug | 8e52ec32d1c8954b38b87ed3b96c8dd97e69f178 | [
"MIT"
] | 12 | 2015-12-26T08:17:57.000Z | 2019-02-01T22:21:08.000Z | using System;
using System.Runtime.InteropServices;
namespace DbgEng
{
[ComImport, Guid("A02B66C4-AEA3-4234-A9F7-FE4C383D4E29"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDebugPlmClient
{
void LaunchPlmPackageForDebugWide(
[In] ulong Server,
[In]... | 33 | 114 | 0.663477 |
a1851c4d4bcb6f1ac04fde0851d97c7a8f6c16f5 | 171 | cs | C# | src/Compatibility/Core/src/Properties/AssemblyInfo.cs | francedot/maui | 54fddea6fe9f7a0d2eb07540edc44f3f0f41bcf3 | [
"MIT"
] | 15 | 2020-05-25T21:45:47.000Z | 2022-03-20T16:59:15.000Z | src/Compatibility/Core/src/Properties/AssemblyInfo.cs | francedot/maui | 54fddea6fe9f7a0d2eb07540edc44f3f0f41bcf3 | [
"MIT"
] | 10 | 2020-05-26T16:18:56.000Z | 2021-12-10T16:52:07.000Z | src/Compatibility/Core/src/Properties/AssemblyInfo.cs | francedot/maui | 54fddea6fe9f7a0d2eb07540edc44f3f0f41bcf3 | [
"MIT"
] | 2 | 2021-03-18T09:54:03.000Z | 2021-11-01T15:43:07.000Z | using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Compatibility.Windows.UnitTests")]
[assembly: InternalsVisibleTo("Compatibility.Android.UnitTests")] | 42.75 | 65 | 0.842105 |
37d97ba16e8f884d01ab99c71ff8296fd862ba7f | 938 | cs | C# | src/git.web.apis/Extensions/RepositoryRemoteExtensions.cs | linianhui/git.web | 4f3a6326966fee437851e2e6d1fb3eaad5420c13 | [
"MIT"
] | null | null | null | src/git.web.apis/Extensions/RepositoryRemoteExtensions.cs | linianhui/git.web | 4f3a6326966fee437851e2e6d1fb3eaad5420c13 | [
"MIT"
] | null | null | null | src/git.web.apis/Extensions/RepositoryRemoteExtensions.cs | linianhui/git.web | 4f3a6326966fee437851e2e6d1fb3eaad5420c13 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using Git.Web.Apis.Responses;
using LibGit2Sharp;
namespace Git.Web.Apis.Extensions
{
public static class RepositoryRemoteExtensions
{
public static RepositoryRemoteResponse ToRepositoryRemoteResponse(this Remote @this)
{
return RepositoryRemoteResp... | 31.266667 | 115 | 0.700426 |
37e5f898a89a2d1aec882a6f901906324633f2cd | 1,188 | cs | C# | TrueVote.Api/Helpers/LoggerHelper.cs | TrueVote/TrueVote.Api | a813127f4131e04b96ba060b7fe455043cfab75c | [
"MIT"
] | 5 | 2021-09-16T05:26:58.000Z | 2022-01-06T22:28:58.000Z | TrueVote.Api/Helpers/LoggerHelper.cs | TrueVote/TrueVote.Api | a813127f4131e04b96ba060b7fe455043cfab75c | [
"MIT"
] | 2 | 2021-09-30T02:56:14.000Z | 2021-12-13T21:54:03.000Z | TrueVote.Api/Helpers/LoggerHelper.cs | TrueVote/TrueVote.Api | a813127f4131e04b96ba060b7fe455043cfab75c | [
"MIT"
] | null | null | null | using Microsoft.Extensions.Logging;
using System.Diagnostics.CodeAnalysis;
using TrueVote.Api.Services;
namespace TrueVote.Api.Helpers
{
[ExcludeFromCodeCoverage]
public class LoggerHelper
{
private readonly ILogger _log;
private readonly TelegramBot _telegramBot;
public LoggerH... | 22.846154 | 89 | 0.585859 |
d43067e692d903eb9ad8b2a3b754ceb91b94aa94 | 796 | cs | C# | HN.Bangumi/HN.Bangumi.Services/Json/TryParseConverter.cs | h82258652/HN.Bangumi.Old | b8525c514e98d3b166da1fda70cbd99dffb5f50a | [
"MIT"
] | null | null | null | HN.Bangumi/HN.Bangumi.Services/Json/TryParseConverter.cs | h82258652/HN.Bangumi.Old | b8525c514e98d3b166da1fda70cbd99dffb5f50a | [
"MIT"
] | null | null | null | HN.Bangumi/HN.Bangumi.Services/Json/TryParseConverter.cs | h82258652/HN.Bangumi.Old | b8525c514e98d3b166da1fda70cbd99dffb5f50a | [
"MIT"
] | null | null | null | using System;
using Newtonsoft.Json;
namespace HN.Bangumi.Json
{
public class TryParseConverter : JsonConverter
{
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
{
serializer.Serialize(writer, value);
}
public override obj... | 26.533333 | 124 | 0.591709 |
d4c40653231d23b620fbc7303549a143fa8d0cb1 | 7,617 | cs | C# | BirackiSpisakUI/Forms/FrmObradaPromenaMku.cs | chana-chh/BirackiSpisak | 3f2df040070588c97d32ad9d8c1dcf9659ba3fdd | [
"MIT"
] | null | null | null | BirackiSpisakUI/Forms/FrmObradaPromenaMku.cs | chana-chh/BirackiSpisak | 3f2df040070588c97d32ad9d8c1dcf9659ba3fdd | [
"MIT"
] | null | null | null | BirackiSpisakUI/Forms/FrmObradaPromenaMku.cs | chana-chh/BirackiSpisak | 3f2df040070588c97d32ad9d8c1dcf9659ba3fdd | [
"MIT"
] | null | null | null | using BirackiSpisakDataManager.Helpers;
using BirackiSpisakDataManager.Models;
using BirackiSpisakDataManager.ModelsData;
using BirackiSpisakDataManager.Web;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Printing;
using System... | 36.797101 | 195 | 0.527636 |
1eca4aa85d06ee00071d75c90353d9f5084bcf2d | 13,614 | cs | C# | 03.Application/ee.iLawyer.WebApi/Controllers/LawyerController.cs | Egoily/iLawyer | 10ad0db9169fc73c4317fb97bccdc7275fb81bbb | [
"Apache-2.0"
] | null | null | null | 03.Application/ee.iLawyer.WebApi/Controllers/LawyerController.cs | Egoily/iLawyer | 10ad0db9169fc73c4317fb97bccdc7275fb81bbb | [
"Apache-2.0"
] | null | null | null | 03.Application/ee.iLawyer.WebApi/Controllers/LawyerController.cs | Egoily/iLawyer | 10ad0db9169fc73c4317fb97bccdc7275fb81bbb | [
"Apache-2.0"
] | null | null | null | using ee.Framework.Schema;
using ee.iLawyer.Ops;
using ee.iLawyer.Ops.Contact.Args;
using System.Reflection;
using System.Web.Http;
namespace ee.iLawyer.WebApi.Controllers
{
[RoutePrefix("api/lawyer")]
public class LawyerController : BaseController
{
#region * Infr
[Route("infr/areas"), Ht... | 49.868132 | 133 | 0.638093 |
ac747c2c2f9e9594c3b71c4ba9ebc6b938bc60c9 | 4,120 | cs | C# | CryptSharp.SCrypt/Utility/BaseEncoding.Encoding.cs | JomaCorpFX/InsaneDotnet | 5114c015a6bef34c3d10e625aad94eb0726e4d17 | [
"MIT"
] | null | null | null | CryptSharp.SCrypt/Utility/BaseEncoding.Encoding.cs | JomaCorpFX/InsaneDotnet | 5114c015a6bef34c3d10e625aad94eb0726e4d17 | [
"MIT"
] | 1 | 2021-09-15T10:03:48.000Z | 2021-09-15T10:03:48.000Z | CryptSharp.SCrypt/Utility/BaseEncoding.Encoding.cs | JomaCorpFX/InsaneDotnet | 5114c015a6bef34c3d10e625aad94eb0726e4d17 | [
"MIT"
] | 1 | 2021-04-14T16:04:54.000Z | 2021-04-14T16:04:54.000Z | #region License
/*
CryptSharp
Copyright (c) 2013 James F. Bellinger <http://www.zer7.com/software/cryptsharp>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies... | 37.117117 | 115 | 0.572816 |
ac9097b21ca2088b1daf672939bccb99a3840a47 | 2,882 | cs | C# | climbARUnity/Assets/Kinect/Scripts/ColorSourceManager.cs | patxu/ClimbAR | c3b33d795a6dc14981632fb8c92db37cb6f0165b | [
"MIT"
] | 8 | 2018-03-09T14:27:24.000Z | 2020-11-03T18:02:17.000Z | climbARUnity/Assets/Kinect/Scripts/ColorSourceManager.cs | patxu/ClimbAR | c3b33d795a6dc14981632fb8c92db37cb6f0165b | [
"MIT"
] | null | null | null | climbARUnity/Assets/Kinect/Scripts/ColorSourceManager.cs | patxu/ClimbAR | c3b33d795a6dc14981632fb8c92db37cb6f0165b | [
"MIT"
] | 3 | 2018-06-01T19:42:37.000Z | 2018-09-06T12:55:42.000Z | using UnityEngine;
using System.Collections;
using Windows.Kinect;
public class ColorSourceManager : MonoBehaviour
{
public int ColorWidth { get; private set; }
public int ColorHeight { get; private set; }
private KinectSensor _Sensor;
private ColorFrameReader _Reader;
private Texture2D _Texture;... | 24.423729 | 101 | 0.515267 |
4a32ff7bfcfffa6e3beaaa1c1f854bc5125a8137 | 765 | cs | C# | src/EncompassApi/Configuration/HttpClientCompressionHandlerOptions.cs | realmichaelseifi/EncompassApi | 405b5f45f164b189e9d1204e68eded156b98aa66 | [
"MIT"
] | 3 | 2021-02-11T20:43:27.000Z | 2021-02-11T21:12:45.000Z | src/EncompassApi/Configuration/HttpClientCompressionHandlerOptions.cs | realmichaelseifi/EncompassApi | 405b5f45f164b189e9d1204e68eded156b98aa66 | [
"MIT"
] | 12 | 2021-03-12T14:59:32.000Z | 2021-04-27T18:06:09.000Z | src/EncompassApi/Configuration/HttpClientCompressionHandlerOptions.cs | realmichaelseifi/EncompassApi | 405b5f45f164b189e9d1204e68eded156b98aa66 | [
"MIT"
] | 1 | 2021-02-26T19:56:59.000Z | 2021-02-26T19:56:59.000Z | using System.Collections.Generic;
namespace EncompassApi.Configuration
{
/// <summary>
/// Option configuration for HttpClient compression handler
/// </summary>
public class HttpClientCompressionHandlerOptions
{
/// <summary>
/// Decopression methods
/// </summary>
... | 33.26087 | 109 | 0.664052 |
38c8d5409bc0b6baa3349a58067111e7d60ec2d6 | 2,027 | cs | C# | src/SocialNetwork.Infrastructure/Repositories/UserRepository.cs | andrew-kulikov/otus-architect | 22a5f3d10e7e85b705ab1d7406018bd51b06c01c | [
"MIT"
] | null | null | null | src/SocialNetwork.Infrastructure/Repositories/UserRepository.cs | andrew-kulikov/otus-architect | 22a5f3d10e7e85b705ab1d7406018bd51b06c01c | [
"MIT"
] | null | null | null | src/SocialNetwork.Infrastructure/Repositories/UserRepository.cs | andrew-kulikov/otus-architect | 22a5f3d10e7e85b705ab1d7406018bd51b06c01c | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Dapper;
using SocialNetwork.Core.Entities;
using SocialNetwork.Core.Exceptions;
using SocialNetwork.Core.Repositories;
using SocialNetwork.Infrastructure.MySQL;
namespace SocialNetwork.Infrastructure.Repositories
{
public cla... | 31.671875 | 140 | 0.566848 |
38f0a2d193ef5f9753ce3520a1ef006a86ec25fb | 1,972 | cs | C# | DurandalAuth.Data/Common/EntityTypeData.cs | benitazz/AlcmSolutions | 600ff10c02c3b0c788a87a7193562e8f2ad98d25 | [
"MIT"
] | null | null | null | DurandalAuth.Data/Common/EntityTypeData.cs | benitazz/AlcmSolutions | 600ff10c02c3b0c788a87a7193562e8f2ad98d25 | [
"MIT"
] | null | null | null | DurandalAuth.Data/Common/EntityTypeData.cs | benitazz/AlcmSolutions | 600ff10c02c3b0c788a87a7193562e8f2ad98d25 | [
"MIT"
] | null | null | null | #region
using System.Data.Entity.Migrations;
using System.Linq;
using DurandalAuth.Domain.Models;
#endregion
namespace DurandalAuth.Data.Common
{
/// <summary>
/// The entity type data.
/// </summary>
public class EntityTypeData
{
/// <summary>
/// The vendor.
/// </summ... | 27.013699 | 88 | 0.5 |
f05345f31ae51316924ce4f29619cbc97bc69b89 | 1,155 | cs | C# | Assets/Example/Generate/Code/BaseRefTypeTable.cs | xtom0369/XConfig | b9de43c6c43f87f0024761da35baa4cdbb6ce872 | [
"MIT"
] | null | null | null | Assets/Example/Generate/Code/BaseRefTypeTable.cs | xtom0369/XConfig | b9de43c6c43f87f0024761da35baa4cdbb6ce872 | [
"MIT"
] | 2 | 2022-03-01T10:49:37.000Z | 2022-03-01T10:51:20.000Z | Assets/Example/Generate/Code/BaseRefTypeTable.cs | xtom0369/XConfig | b9de43c6c43f87f0024761da35baa4cdbb6ce872 | [
"MIT"
] | 1 | 2022-03-15T14:21:44.000Z | 2022-03-15T14:21:44.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------... | 33.970588 | 114 | 0.633766 |
f088f331002b7057b4c2a375a79046b057c0ef9e | 740 | cs | C# | src/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.UnitTests/Resources/TestGenerationForVS2019_16_0/WorkspaceInProcess.WaitForProjectSystemAsync.g.cs | sharwell/vs-extension-testing | a3849b605b697ddb99aa1a6106b9fa68781525dd | [
"MIT"
] | 3 | 2021-07-14T06:08:52.000Z | 2022-01-06T04:32:07.000Z | src/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.UnitTests/Resources/TestGenerationForVS2019_16_0/WorkspaceInProcess.WaitForProjectSystemAsync.g.cs | microsoft/vs-extension-testing | a3849b605b697ddb99aa1a6106b9fa68781525dd | [
"MIT"
] | 39 | 2021-07-14T19:56:56.000Z | 2022-03-23T22:30:23.000Z | src/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.UnitTests/Resources/TestGenerationForVS2019_16_0/WorkspaceInProcess.WaitForProjectSystemAsync.g.cs | sharwell/vs-extension-testing | a3849b605b697ddb99aa1a6106b9fa68781525dd | [
"MIT"
] | 3 | 2021-07-13T22:54:55.000Z | 2022-02-08T05:26:45.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for more information.
#nullable enable
namespace Microsoft.VisualStudio.Extensibility.Testing
{
using System;
using System.Threading;
using Task = System.Threading.Tasks.Task;
internal... | 37 | 268 | 0.755405 |
ad9513472d9957385dd845d154ff59f0fb5ba3b9 | 1,709 | cs | C# | src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/LanguageServices/BuildOptions.cs | jasonmalinowski/project-system | 1e03b3e1de78e1f1ebc37f622c04c2b73747a4e8 | [
"Apache-2.0"
] | 3 | 2016-08-26T17:18:33.000Z | 2017-11-01T22:07:56.000Z | src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/LanguageServices/BuildOptions.cs | jasonmalinowski/project-system | 1e03b3e1de78e1f1ebc37f622c04c2b73747a4e8 | [
"Apache-2.0"
] | null | null | null | src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/LanguageServices/BuildOptions.cs | jasonmalinowski/project-system | 1e03b3e1de78e1f1ebc37f622c04c2b73747a4e8 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis;
using System.Collections.Immutable;
namespace Microsoft.VisualStudio.ProjectSystem.LanguageServices
{
internal class Build... | 34.18 | 255 | 0.685196 |
87bc20005180559b426a317f2030391549cd5786 | 1,567 | cs | C# | src/Forms/XLabs.Forms/Validation/ValidateDateTime.cs | DavidStrickland0/XLabs | 74b48b7d6b96961297275f2a37a6828fdecd88b5 | [
"Apache-2.0"
] | 1 | 2019-05-01T16:49:32.000Z | 2019-05-01T16:49:32.000Z | src/Forms/XLabs.Forms/Validation/ValidateDateTime.cs | DavidStrickland0/XLabs | 74b48b7d6b96961297275f2a37a6828fdecd88b5 | [
"Apache-2.0"
] | null | null | null | src/Forms/XLabs.Forms/Validation/ValidateDateTime.cs | DavidStrickland0/XLabs | 74b48b7d6b96961297275f2a37a6828fdecd88b5 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Text.RegularExpressions;
namespace XLabs.Forms.Validation
{
/// <summary>
/// Class ValidateDateTime.
/// </summary>
internal class ValidateDateTime : ValidatorPredicate
{
#region Static Fields
/// <summary>
/// The long date
/// </summary>
private static readonly Regex LongD... | 24.873016 | 101 | 0.637524 |
5b19d546c744b42f6c9c4d0fc876403c6f3f4c50 | 50,679 | cs | C# | src/Foundation/NSMetadataItem.cs | NormanChiflen/xamarin-all-IOS | d9a02066cef941c87e0f379dde21650fdee5b142 | [
"BSD-3-Clause"
] | null | null | null | src/Foundation/NSMetadataItem.cs | NormanChiflen/xamarin-all-IOS | d9a02066cef941c87e0f379dde21650fdee5b142 | [
"BSD-3-Clause"
] | null | null | null | src/Foundation/NSMetadataItem.cs | NormanChiflen/xamarin-all-IOS | d9a02066cef941c87e0f379dde21650fdee5b142 | [
"BSD-3-Clause"
] | null | null | null | //
// Convenience methods for NSMetadataItem
//
// Copyright 2014, 2016 Xamarin Inc
//
// Author:
// Miguel de Icaza
//
using System;
using CoreFoundation;
using ObjCRuntime;
using System.Runtime.Versioning;
#nullable enable
namespace Foundation {
public partial class NSMetadataItem {
#if !NET
bool GetBool (NSSt... | 19.21843 | 151 | 0.67233 |
1a24eac320d263552e50f9607a01a46c76863762 | 563 | cs | C# | test/Elastic.Apm.Tests.Utilities/SplittingLineWriter.cs | zqlovejyc/apm-agent-dotnet | 61ae3c25c8049878d463b572306407d3687e4832 | [
"Apache-2.0"
] | 512 | 2018-11-01T09:50:08.000Z | 2022-03-16T02:43:00.000Z | test/Elastic.Apm.Tests.Utilities/SplittingLineWriter.cs | zqlovejyc/apm-agent-dotnet | 61ae3c25c8049878d463b572306407d3687e4832 | [
"Apache-2.0"
] | 1,522 | 2018-11-05T21:41:46.000Z | 2022-03-30T09:32:02.000Z | test/Elastic.Apm.Tests.Utilities/SplittingLineWriter.cs | zqlovejyc/apm-agent-dotnet | 61ae3c25c8049878d463b572306407d3687e4832 | [
"Apache-2.0"
] | 203 | 2018-11-02T13:13:57.000Z | 2022-03-09T18:30:17.000Z | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
namespace Elastic.Apm.Tests.Utilities
{
public class SplittingLineWriter : ILineWriter
{
private readonly ILi... | 29.631579 | 93 | 0.769094 |
aea531017bb2e6199789eea1e03fdca6eef58da0 | 808 | cs | C# | IdentityServerSample.Api/Controllers/BookController.cs | bobosss/IdentityServerSample | 56b24a64b9aa6b94087e067fc9d68cb5008355ce | [
"MIT"
] | 31 | 2017-11-29T03:12:39.000Z | 2021-07-28T09:45:54.000Z | IdentityServerSample.Api/Controllers/BookController.cs | bobosss/IdentityServerSample | 56b24a64b9aa6b94087e067fc9d68cb5008355ce | [
"MIT"
] | 1 | 2019-06-03T18:02:45.000Z | 2019-06-03T18:29:20.000Z | IdentityServerSample.Api/Controllers/BookController.cs | bobosss/IdentityServerSample | 56b24a64b9aa6b94087e067fc9d68cb5008355ce | [
"MIT"
] | 14 | 2018-01-03T23:29:16.000Z | 2022-03-03T11:16:54.000Z | using IdentityServerSample.Data;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace IdentityServerSample.Api.Controllers
{
[Produces("application/j... | 22.444444 | 65 | 0.670792 |
e7236dad50acd2387d9ee330e473bb10e59c2dcd | 682 | cs | C# | Tasks.Show.App/Helpers/PopupHelper.cs | dineshkummarc/Tasks.Show | 57f73e2d67e584280955766154ade870c5eeb43b | [
"Apache-2.0",
"MIT"
] | 1 | 2019-04-22T16:36:55.000Z | 2019-04-22T16:36:55.000Z | Tasks.Show.App/Helpers/PopupHelper.cs | dineshkummarc/Tasks.Show | 57f73e2d67e584280955766154ade870c5eeb43b | [
"Apache-2.0",
"MIT"
] | null | null | null | Tasks.Show.App/Helpers/PopupHelper.cs | dineshkummarc/Tasks.Show | 57f73e2d67e584280955766154ade870c5eeb43b | [
"Apache-2.0",
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Controls.Primitives;
using System.Windows;
namespace Tasks.Show.Helpers
{
public class PopupHelper
{
public static CustomPopupPlacementCallback SimplePlacementCallback
{
get {... | 26.230769 | 110 | 0.655425 |
69ab2ca879a2fe56342677986a47008136050c48 | 2,068 | cs | C# | QStack.Web/Areas/Api/Controllers/FunctionController.cs | magicyqy/QStack.Framework | 0d6698a744fc899888e2b3ae9dc82a5d3040bd92 | [
"MIT"
] | 2 | 2020-12-08T14:13:11.000Z | 2021-03-22T01:20:33.000Z | QStack.Web/Areas/Api/Controllers/FunctionController.cs | magicyqy/QStack.Framework | 0d6698a744fc899888e2b3ae9dc82a5d3040bd92 | [
"MIT"
] | null | null | null | QStack.Web/Areas/Api/Controllers/FunctionController.cs | magicyqy/QStack.Framework | 0d6698a744fc899888e2b3ae9dc82a5d3040bd92 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using QStack.Web.Areas.Api.Models;
using Microsoft.AspNetCore.Mvc;
using QStack.Framework.Basic;
using QStack.Framework.Basic.IServices;
using QStack.Framework.Basic.ViewModel.Auth;
using QStack.Framework.Core.Model;
using QStack.Framew... | 31.815385 | 97 | 0.64942 |
4f6f0b5c2234cd1c70161f82e34a69dce01774a4 | 819 | cs | C# | Unity.Compat/Public/Type.cs | pigmonchu-personal/Parse-SDK-dotNET | 78e7abf99513cb59cb201a4e78246ebea16b027f | [
"BSD-3-Clause"
] | 3 | 2018-07-11T06:21:02.000Z | 2019-08-13T15:15:29.000Z | Unity.Compat/Public/Type.cs | pigmonchu-personal/Parse-SDK-dotNET | 78e7abf99513cb59cb201a4e78246ebea16b027f | [
"BSD-3-Clause"
] | null | null | null | Unity.Compat/Public/Type.cs | pigmonchu-personal/Parse-SDK-dotNET | 78e7abf99513cb59cb201a4e78246ebea16b027f | [
"BSD-3-Clause"
] | 1 | 2018-07-11T06:30:34.000Z | 2018-07-11T06:30:34.000Z | using System;
using System.Reflection;
namespace System {
/// <summary>
/// Unity does not have an API for GetTypeInfo(), instead they expose most of the methods
/// on System.Reflection.TypeInfo on the type itself. This poses a problem for compatibility
/// with the rest of the C# world, as we expect the resu... | 34.125 | 106 | 0.699634 |
ddcd05e7df042d75bcd622b90f0396c26d6cabc2 | 2,438 | cs | C# | src/Microsoft.TestPlatform.PlatformAbstractions/uap10.0/Tracing/FileEventListener.cs | lbussell/vstest | 5d3abd1868459749a1e382ec0e6052676dd9faed | [
"MIT"
] | null | null | null | src/Microsoft.TestPlatform.PlatformAbstractions/uap10.0/Tracing/FileEventListener.cs | lbussell/vstest | 5d3abd1868459749a1e382ec0e6052676dd9faed | [
"MIT"
] | null | null | null | src/Microsoft.TestPlatform.PlatformAbstractions/uap10.0/Tracing/FileEventListener.cs | lbussell/vstest | 5d3abd1868459749a1e382ec0e6052676dd9faed | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#if WINDOWS_UWP
namespace Microsoft.VisualStudio.TestPlatform.ObjectModel;
using System;
using System.Collections.Generic;
using System.Diagnostics;
usin... | 24.38 | 125 | 0.59598 |
fbbc4731e1ecb538df130c2c8793ed21b181f5e6 | 6,337 | cs | C# | src/JetBrains.Space.Client/Generated/Dtos/M2ExternalStatusSucceedItemContent.generated.cs | PatrickRatzow/space-dotnet-sdk | 79d407c03b5532ca3987a9aff7850a6520ca30fd | [
"Apache-2.0"
] | null | null | null | src/JetBrains.Space.Client/Generated/Dtos/M2ExternalStatusSucceedItemContent.generated.cs | PatrickRatzow/space-dotnet-sdk | 79d407c03b5532ca3987a9aff7850a6520ca30fd | [
"Apache-2.0"
] | null | null | null | src/JetBrains.Space.Client/Generated/Dtos/M2ExternalStatusSucceedItemContent.generated.cs | PatrickRatzow/space-dotnet-sdk | 79d407c03b5532ca3987a9aff7850a6520ca30fd | [
"Apache-2.0"
] | null | null | null | // ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ---------------------------------------... | 38.174699 | 292 | 0.636579 |
8f05e7ff7b020dfacb0fdda5fa95226f29b3aca0 | 930 | cs | C# | src/Perpetuum/Modules/Weapons/FirearmWeaponModule.cs | jeffmaley/PerpetuumServer | ae0fbfc25fc15f27c32293c18a0ecfeb9847d351 | [
"MIT"
] | 31 | 2018-01-09T23:04:59.000Z | 2022-03-24T21:30:37.000Z | src/Perpetuum/Modules/Weapons/FirearmWeaponModule.cs | jeffmaley/PerpetuumServer | ae0fbfc25fc15f27c32293c18a0ecfeb9847d351 | [
"MIT"
] | 234 | 2018-01-12T00:13:51.000Z | 2022-03-08T13:41:42.000Z | src/Perpetuum/Modules/Weapons/FirearmWeaponModule.cs | jeffmaley/PerpetuumServer | ae0fbfc25fc15f27c32293c18a0ecfeb9847d351 | [
"MIT"
] | 19 | 2018-01-10T02:32:08.000Z | 2022-03-28T14:26:12.000Z | using Perpetuum.ExportedTypes;
using Perpetuum.Units;
namespace Perpetuum.Modules.Weapons
{
/// <summary>
/// Special subclass of weapon with special capabilities against plants
/// applies damage like missiles and doesn't miss.
/// </summary>
public class FirearmWeaponModule : WeaponModule
{
... | 29.0625 | 97 | 0.660215 |
a425b3451f276b36c0e3798df50a89cd68c019c5 | 841 | cs | C# | Tests/UnitTest1.cs | BitFn/CoreUtilities.ProjectTemplate | 060d0395af123b0e9c64f91aaa537f6b637f906e | [
"MIT"
] | null | null | null | Tests/UnitTest1.cs | BitFn/CoreUtilities.ProjectTemplate | 060d0395af123b0e9c64f91aaa537f6b637f906e | [
"MIT"
] | null | null | null | Tests/UnitTest1.cs | BitFn/CoreUtilities.ProjectTemplate | 060d0395af123b0e9c64f91aaa537f6b637f906e | [
"MIT"
] | null | null | null | using System;
using NUnit.Framework;
namespace BitFn.NuGetPackageTemplate.Tests
{
[TestFixture]
public class UnitTest1
{
[Test]
public void TestMethod()
{
}
[Test, MoqData]
public void MoqDataTestMethod(Guid guid, Class1 sut)
{
var expected = "Argument: " + guid;
var actual = sut.Echo(guid.ToS... | 20.512195 | 67 | 0.689655 |
33378d71d4c7f8a555ec1df1ac4122eae43f896a | 6,738 | cs | C# | Trash Queen/Assets/Scripts/TruckPathfinding.cs | Shikirashi/trash-queen | 403cbb0dd3ba917a249bc676814ec3365bab3011 | [
"MIT"
] | null | null | null | Trash Queen/Assets/Scripts/TruckPathfinding.cs | Shikirashi/trash-queen | 403cbb0dd3ba917a249bc676814ec3365bab3011 | [
"MIT"
] | null | null | null | Trash Queen/Assets/Scripts/TruckPathfinding.cs | Shikirashi/trash-queen | 403cbb0dd3ba917a249bc676814ec3365bab3011 | [
"MIT"
] | null | null | null | using UnityEngine;
[RequireComponent(typeof(TruckMotor))]
public class TruckPathfinding : MonoBehaviour{
public float wheelSize = 10f;
public float cargoCap = 100f;
public float fuelCap = 100f;
public float[] truckGene = new float[3];
public float cargoSize = 0f;
public float fuelConsumption = 0.02f;
public ... | 27.842975 | 176 | 0.692342 |
b5b2f6f5c0fc9fb42db124e8854caf952deded6e | 4,797 | cs | C# | tests/ServiceStack.ServiceHost.Tests/UseCase/CustomerUseCase.cs | froyke/ServiceStack | 2f207137092146a47b2aada66e4d07d41f50e219 | [
"BSD-3-Clause"
] | 1 | 2017-12-20T16:01:30.000Z | 2017-12-20T16:01:30.000Z | tests/ServiceStack.ServiceHost.Tests/UseCase/CustomerUseCase.cs | niemyjski/ServiceStack | beaf2d8a17c5f7759fa48c30151c2677baa0a952 | [
"BSD-3-Clause"
] | null | null | null | tests/ServiceStack.ServiceHost.Tests/UseCase/CustomerUseCase.cs | niemyjski/ServiceStack | beaf2d8a17c5f7759fa48c30151c2677baa0a952 | [
"BSD-3-Clause"
] | 1 | 2021-03-30T05:19:07.000Z | 2021-03-30T05:19:07.000Z | using System;
using System.Data;
using System.Diagnostics;
using System.Linq.Expressions;
using Funq;
using NUnit.Framework;
using ServiceStack.CacheAccess;
using ServiceStack.CacheAccess.Providers;
using ServiceStack.Configuration;
using ServiceStack.OrmLite;
using ServiceStack.OrmLite.Sqlite;
using Service... | 27.889535 | 109 | 0.710444 |
bdcca7bffefabf1fd6c2c730cc1318b7636fa190 | 1,842 | cs | C# | test/GithubActions.AzureFunction.Tests.Integration/TestInfrastructure/FunctionFactory.cs | swiftbitdotco/GithubActionsWithAnAzureFunction | b77e1795b6759f0ec1c06ef3430ed96c3b91b126 | [
"MIT"
] | null | null | null | test/GithubActions.AzureFunction.Tests.Integration/TestInfrastructure/FunctionFactory.cs | swiftbitdotco/GithubActionsWithAnAzureFunction | b77e1795b6759f0ec1c06ef3430ed96c3b91b126 | [
"MIT"
] | 2 | 2021-04-15T14:58:29.000Z | 2021-04-22T09:14:10.000Z | test/GithubActions.AzureFunction.Tests.Integration/TestInfrastructure/FunctionFactory.cs | swiftbitdotco/GithubActionsWithAnAzureFunction | b77e1795b6759f0ec1c06ef3430ed96c3b91b126 | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Threading;
using Microsoft.VisualStudio.TestPlatform.PlatformAbstractions;
namespace GithubActions.AzureFunction.Tests.Integration.TestInfrastructure
{
public interface IFunctionFactory : IDisposable
{
void S... | 27.088235 | 116 | 0.583062 |
da0e5232c75f428e1238b76a03021385c55604e1 | 1,076 | cs | C# | NdisApiDotNet/Native/NdisApi/NdisApi.FILTER_PACKET_ACTION.cs | RataplanNL/ndisapi.net | f54904738d4616d20649e7bdd0d8dca36ee26943 | [
"MIT"
] | null | null | null | NdisApiDotNet/Native/NdisApi/NdisApi.FILTER_PACKET_ACTION.cs | RataplanNL/ndisapi.net | f54904738d4616d20649e7bdd0d8dca36ee26943 | [
"MIT"
] | null | null | null | NdisApiDotNet/Native/NdisApi/NdisApi.FILTER_PACKET_ACTION.cs | RataplanNL/ndisapi.net | f54904738d4616d20649e7bdd0d8dca36ee26943 | [
"MIT"
] | null | null | null | // ----------------------------------------------
// <copyright file="NdisApi.FILTER_PACKET_ACTION.cs" company="NT Kernel">
// Copyright (c) NT Kernel Resources / Contributors
// All Rights Reserved.
// http://www.ntkernel.com
// ndisrd@ntkernel.com
// </... | 29.081081 | 73 | 0.534387 |
8f745316c301277975f46bb3fc06ffb7571d45d2 | 315 | cs | C# | src/Platformus.Core/Services/Abstractions/IFilenameSanitizer.cs | aleks-ivanov/Platformus | 149487b1d4c87c5a0f6ee95c906d497db0c1c558 | [
"Apache-2.0"
] | 510 | 2015-09-04T13:13:28.000Z | 2022-03-30T17:33:36.000Z | src/Platformus.Core/Services/Abstractions/IFilenameSanitizer.cs | aleks-ivanov/Platformus | 149487b1d4c87c5a0f6ee95c906d497db0c1c558 | [
"Apache-2.0"
] | 221 | 2016-03-19T19:41:26.000Z | 2022-03-22T21:34:45.000Z | src/Platformus.Core/Services/Abstractions/IFilenameSanitizer.cs | Platformus/Platformus | c28a171829f211854da82f3ad7c3862cc0a3e018 | [
"Apache-2.0"
] | 152 | 2015-09-04T13:13:31.000Z | 2022-03-26T13:51:16.000Z | // Copyright © 2021 Dmitry Sikorsky. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Platformus.Core.Services.Abstractions
{
public interface IFilenameSanitizer
{
string SanitizeFilename(string filename);
}
} | 31.5 | 111 | 0.774603 |
910a271f1f67a154af881310842ae13c483a0ded | 870 | cshtml | C# | HairSalon/Views/Home/Index.cshtml | budingerbc/HairSalon | 975676cf7bdbfe9fd79e42e8315a8406748a30b0 | [
"MIT"
] | null | null | null | HairSalon/Views/Home/Index.cshtml | budingerbc/HairSalon | 975676cf7bdbfe9fd79e42e8315a8406748a30b0 | [
"MIT"
] | null | null | null | HairSalon/Views/Home/Index.cshtml | budingerbc/HairSalon | 975676cf7bdbfe9fd79e42e8315a8406748a30b0 | [
"MIT"
] | null | null | null | @{
Layout = "_Layout";
}
<div class="jumbotron">
<h1>Silvia's Salon</h1>
</div>
<div class="navbuttons">
<form action="/stylists-deleted" method="post">
<a href="/"><button type="button" class="btn btn-info">Home</button></a>
<a href="/add-stylist"><button type="button" class="btn btn-success">Hire Styl... | 23.513514 | 98 | 0.602299 |
91221e2665be32f755cd717354830f7e022e0240 | 6,156 | cs | C# | EasyTalents/Services/DbSeeder.cs | AlanDuOl/ITTalents | b965d130eb23132b9dd1a20e3740a4134c532556 | [
"MIT"
] | null | null | null | EasyTalents/Services/DbSeeder.cs | AlanDuOl/ITTalents | b965d130eb23132b9dd1a20e3740a4134c532556 | [
"MIT"
] | null | null | null | EasyTalents/Services/DbSeeder.cs | AlanDuOl/ITTalents | b965d130eb23132b9dd1a20e3740a4134c532556 | [
"MIT"
] | null | null | null | using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.AspNetCore.Identity;
using EasyTalents.Models;
using NLog.Web;
namespace EasyTalents.Services
{
public static class DbSeeder
{
public static void SeedDbCreation(ModelBuilder modelBuilder)
{
var _logger = NLogBuilder... | 34.58427 | 136 | 0.449805 |
6dad02307c03a9b373690481b590c8b1efd78f7d | 364 | cs | C# | Source/Plex.ServerApi/Models/UserRole.cs | JeffreyMercado/plex-api | feff50dcd57fad370cd916cae19cf3ce6571d50a | [
"MIT"
] | 47 | 2020-03-20T07:54:50.000Z | 2022-03-24T05:51:32.000Z | Source/Plex.ServerApi/Models/UserRole.cs | JeffreyMercado/plex-api | feff50dcd57fad370cd916cae19cf3ce6571d50a | [
"MIT"
] | 45 | 2020-04-19T20:27:27.000Z | 2022-03-22T17:38:19.000Z | Source/Plex.ServerApi/Models/UserRole.cs | JeffreyMercado/plex-api | feff50dcd57fad370cd916cae19cf3ce6571d50a | [
"MIT"
] | 27 | 2020-04-19T19:04:16.000Z | 2022-03-13T08:30:27.000Z | namespace Plex.ServerApi.Models
{
using System.Collections.Generic;
using System.Text.Json.Serialization;
/// <summary>
/// User Role Object
/// </summary>
public class UserRole
{
/// <summary>
/// Roles
/// </summary>
[JsonPropertyName("Roles")]
publ... | 20.222222 | 47 | 0.557692 |
a397400bd74d30414e97c971cc156f4feb67b31f | 132 | cs | C# | Skype4Sharp/Skype4Sharp/Enums/MessageType.cs | gashtio/LunchNotifier | 34c00b0fac39893b0ca590d24c789385a972a857 | [
"BSD-3-Clause"
] | null | null | null | Skype4Sharp/Skype4Sharp/Enums/MessageType.cs | gashtio/LunchNotifier | 34c00b0fac39893b0ca590d24c789385a972a857 | [
"BSD-3-Clause"
] | null | null | null | Skype4Sharp/Skype4Sharp/Enums/MessageType.cs | gashtio/LunchNotifier | 34c00b0fac39893b0ca590d24c789385a972a857 | [
"BSD-3-Clause"
] | null | null | null | namespace Skype4Sharp.Enums
{
public enum MessageType
{
UriObject,
Text,
RichText,
}
} | 14.666667 | 29 | 0.507576 |
45ca424af9bb0d3f4c5c0e82252d1b2561d29e8f | 6,116 | cs | C# | SFA.Automation.Framework/Sfa.Automation.Framework/AzureUtils/AzureTableManager.cs | uk-gov-mirror/SkillsFundingAgency.das-shared-packages | 5c3771d398d37d67cd73e77c68156dc4e9538242 | [
"MIT"
] | 6 | 2017-11-30T14:36:59.000Z | 2021-06-18T12:52:21.000Z | SFA.Automation.Framework/Sfa.Automation.Framework/AzureUtils/AzureTableManager.cs | uk-gov-mirror/SkillsFundingAgency.das-shared-packages | 5c3771d398d37d67cd73e77c68156dc4e9538242 | [
"MIT"
] | 56 | 2016-08-12T11:02:21.000Z | 2020-05-05T13:17:15.000Z | SFA.Automation.Framework/Sfa.Automation.Framework/AzureUtils/AzureTableManager.cs | uk-gov-mirror/SkillsFundingAgency.das-shared-packages | 5c3771d398d37d67cd73e77c68156dc4e9538242 | [
"MIT"
] | 10 | 2017-02-14T13:44:13.000Z | 2022-03-23T19:37:12.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.RetryPolicies;
using Microsoft.WindowsAzure.Storage.Table;
using Sfa.Automation.Framework.Constants;
namespace Sfa.Automation.Framework.AzureUtils
{
... | 39.458065 | 114 | 0.595487 |
0232f095847d9069723333f0499113f2843baee9 | 1,847 | cs | C# | Auvik.Api/Data/DeviceDetailsRelationships.cs | bslatner/Auvik.Api | 64cb4bd37b21b67a8c5b5a726bc890a1fa120912 | [
"MIT"
] | 1 | 2021-02-12T00:50:26.000Z | 2021-02-12T00:50:26.000Z | Auvik.Api/Data/DeviceDetailsRelationships.cs | bslatner/Auvik.Api | 64cb4bd37b21b67a8c5b5a726bc890a1fa120912 | [
"MIT"
] | 3 | 2021-03-24T15:18:50.000Z | 2021-03-30T22:45:56.000Z | Auvik.Api/Data/DeviceDetailsRelationships.cs | bslatner/Auvik.Api | 64cb4bd37b21b67a8c5b5a726bc890a1fa120912 | [
"MIT"
] | 1 | 2021-03-24T05:11:35.000Z | 2021-03-24T05:11:35.000Z | using System.Text;
using System.Runtime.Serialization;
namespace Auvik.Api.Data
{
/// <summary>
/// This device's relationships to other resources
/// </summary>
[DataContract]
public class DeviceDetailsRelationships
{
/// <summary>
/// Gets or Sets Components
/// </summary>
[DataMember(Name="components"... | 30.783333 | 82 | 0.693016 |
bb0c5855aa2f5b816e64a1243048dbffb3d65e51 | 492 | cs | C# | Assets/Scripts/Game/Worlds/WorldBalance.cs | FodderMK/tekly-packages | 908a58ecff855427d4a52446eac237bdea91f81f | [
"MIT"
] | 1 | 2022-03-29T15:02:56.000Z | 2022-03-29T15:02:56.000Z | Assets/Scripts/Game/Worlds/WorldBalance.cs | FodderMK/tekly-packages | 908a58ecff855427d4a52446eac237bdea91f81f | [
"MIT"
] | 1 | 2022-03-12T06:20:52.000Z | 2022-03-12T06:20:52.000Z | Assets/Scripts/Game/Worlds/WorldBalance.cs | FodderMK/tekly-packages | 908a58ecff855427d4a52446eac237bdea91f81f | [
"MIT"
] | 1 | 2022-03-07T16:32:59.000Z | 2022-03-07T16:32:59.000Z | using System;
using Tekly.Balance;
using TeklySample.Game.Generators;
using UnityEngine;
namespace TeklySample.Game.Worlds
{
[CreateAssetMenu(menuName = "Game/Balance/World")]
public class WorldBalance : BalanceObject
{
public WorldGenerator[] Generators;
}
[Serializable]
public class... | 23.428571 | 65 | 0.70935 |
0a64ff1c2e73d835fcdce6d4f51c33115e3ea2cd | 1,866 | cs | C# | src/todo.infrastructure/DependencyInjection.cs | oevl/dotnet-todo | ed7f0155897eb4b210752dbc415e62504cfb5bd4 | [
"MIT"
] | 1 | 2021-09-28T09:49:56.000Z | 2021-09-28T09:49:56.000Z | src/todo.infrastructure/DependencyInjection.cs | oevl/dotnet-todo | ed7f0155897eb4b210752dbc415e62504cfb5bd4 | [
"MIT"
] | 37 | 2020-10-19T15:20:05.000Z | 2021-10-12T23:47:18.000Z | src/todo.infrastructure/DependencyInjection.cs | oevl/dotnet-todo | ed7f0155897eb4b210752dbc415e62504cfb5bd4 | [
"MIT"
] | 3 | 2021-02-16T17:49:21.000Z | 2021-07-22T12:57:00.000Z | using System;
using System.IO;
using System.Text.Json;
using System.Text.Json.Serialization;
using Alteridem.Todo.Domain.Interfaces;
using Alteridem.Todo.Infrastructure.Persistence;
using ColoredConsole;
using Microsoft.Extensions.DependencyInjection;
namespace Alteridem.Todo.Infrastructure
{
public static class D... | 38.875 | 114 | 0.549839 |
cd1670a8a246a6127ec04283d2d971f4997ac898 | 27,362 | cs | C# | LastSchedule/Plugins/EarlyBoundTypes.cs | FixRM/LastSchedule | bf60e88f70e497bef9edc2494f2f17d701f28400 | [
"MIT"
] | 2 | 2019-10-14T15:43:42.000Z | 2021-02-22T18:58:16.000Z | LastSchedule/Plugins/EarlyBoundTypes.cs | FixRM/LastSchedule | bf60e88f70e497bef9edc2494f2f17d701f28400 | [
"MIT"
] | null | null | null | LastSchedule/Plugins/EarlyBoundTypes.cs | FixRM/LastSchedule | bf60e88f70e497bef9edc2494f2f17d701f28400 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-gen... | 28.179197 | 212 | 0.711205 |
5cafac8bd4b8eae453121e50e3c6b0bbb38c8b4e | 4,082 | cs | C# | src/Ministry.Compositions/Collection.cs | ministryotech/compositions | 8b4ce2c8fa60ef078d2698110c5d83237693aaf2 | [
"MIT"
] | null | null | null | src/Ministry.Compositions/Collection.cs | ministryotech/compositions | 8b4ce2c8fa60ef078d2698110c5d83237693aaf2 | [
"MIT"
] | 1 | 2021-05-17T10:54:05.000Z | 2021-05-17T22:11:31.000Z | src/Ministry.Compositions/Collection.cs | ministryotech/compositions | 8b4ce2c8fa60ef078d2698110c5d83237693aaf2 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threading.Tasks;
namespace Ministry.Compositions
{
/// <summary>
/// Extension methods to mutate collections.
/// </summary>
/// <remarks>
/// All of the functions within this cla... | 46.386364 | 144 | 0.618324 |
cec9c8c761da113cee32d41a1e69c4ff62fcc9f1 | 1,216 | cs | C# | src/MAVN.Service.CustomerAPI/Validators/SmartVouchers/GetSmartVoucherCampaignsValidator.cs | HannaAndreevna/MAVN.Service.CustomerAPI | 40bdd6ce0643f98924d1da9b3d010b51bc360c5f | [
"MIT"
] | null | null | null | src/MAVN.Service.CustomerAPI/Validators/SmartVouchers/GetSmartVoucherCampaignsValidator.cs | HannaAndreevna/MAVN.Service.CustomerAPI | 40bdd6ce0643f98924d1da9b3d010b51bc360c5f | [
"MIT"
] | null | null | null | src/MAVN.Service.CustomerAPI/Validators/SmartVouchers/GetSmartVoucherCampaignsValidator.cs | HannaAndreevna/MAVN.Service.CustomerAPI | 40bdd6ce0643f98924d1da9b3d010b51bc360c5f | [
"MIT"
] | null | null | null | using FluentValidation;
using MAVN.Service.CustomerAPI.Models.SmartVouchers;
namespace MAVN.Service.CustomerAPI.Validators.SmartVouchers
{
public class GetSmartVoucherCampaignsValidator : AbstractValidator<GetSmartVoucherCampaignsRequest>
{
public GetSmartVoucherCampaignsValidator()
{
... | 35.764706 | 103 | 0.543586 |
8ba590c6463068652368354b9df16b1f08751381 | 4,300 | cs | C# | Image Processing/classes/Histogram.cs | GreenComfyTea/Image-Processing | 33f5d65662117c92a63f22feb3a247feffd6d724 | [
"MIT"
] | 1 | 2019-11-12T12:23:02.000Z | 2019-11-12T12:23:02.000Z | Image Processing/classes/Histogram.cs | GreenComfyTea/Image-Processing | 33f5d65662117c92a63f22feb3a247feffd6d724 | [
"MIT"
] | null | null | null | Image Processing/classes/Histogram.cs | GreenComfyTea/Image-Processing | 33f5d65662117c92a63f22feb3a247feffd6d724 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
namespace ImageProcessing
{
public class Histogram
{
public static int[] enumerationX = Enumerable.Range(0, 256).ToArray();
private IImage Ima... | 21.393035 | 98 | 0.594419 |
f6e82af0ade17e00bd430f7836ffa80822a2b76f | 3,703 | cs | C# | SideKick.Core.Tests/Converter/StringConverterExtensionsTests.cs | DennisPitallano/SideKick.Core | 9a6d04d64f0896a47ea80a9e5d74b686b8908c81 | [
"MIT"
] | null | null | null | SideKick.Core.Tests/Converter/StringConverterExtensionsTests.cs | DennisPitallano/SideKick.Core | 9a6d04d64f0896a47ea80a9e5d74b686b8908c81 | [
"MIT"
] | null | null | null | SideKick.Core.Tests/Converter/StringConverterExtensionsTests.cs | DennisPitallano/SideKick.Core | 9a6d04d64f0896a47ea80a9e5d74b686b8908c81 | [
"MIT"
] | null | null | null | using System;
using SideKick.Core.Converter;
using SideKick.Core.Validation;
using Xunit;
namespace SideKick.Core.Tests.Converter
{
public class StringConverterExtensionsTests
{
[Fact()]
public void ToDateTimeTest()
{
var dateString = "12/02/2020".ToDateTime();
... | 28.929688 | 97 | 0.551175 |
b6ed1fc8453b3faf6038e6f3ca31bda2b52e3e4a | 882 | cs | C# | Parstat.StructuralMetadata/Presentation/Presentation.WebApi/Controllers/UnitType/OpenUnitTypesController.cs | parstat/structural-metadata | d6349253d6920115f1d2d2efe3eea1e3e1427a84 | [
"MIT"
] | null | null | null | Parstat.StructuralMetadata/Presentation/Presentation.WebApi/Controllers/UnitType/OpenUnitTypesController.cs | parstat/structural-metadata | d6349253d6920115f1d2d2efe3eea1e3e1427a84 | [
"MIT"
] | 34 | 2021-06-23T14:58:23.000Z | 2022-03-30T07:45:00.000Z | Parstat.StructuralMetadata/Presentation/Presentation.WebApi/Controllers/UnitType/OpenUnitTypesController.cs | parstat/structural-metadata | d6349253d6920115f1d2d2efe3eea1e3e1427a84 | [
"MIT"
] | 1 | 2021-08-04T13:53:14.000Z | 2021-08-04T13:53:14.000Z | using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Presentation.Application.UnitTypes.Commands.CreateUnitType;
using Presentation.Application.UnitTypes.Queries.GetUnitType;
using Presentation.Application.UnitTypes.Queries.GetUnitTypes;
namespace Presentation.WebApi.Con... | 42 | 152 | 0.76644 |
30da862a9e5ecc72c662491e5ffca62d143c69d9 | 900 | cs | C# | Mono/RuntimeClassHandle.cs | SinsofSloth/RF5-global-metadata | 2bbf6e4a0d2cb91ac5177b20b569c023a1f07949 | [
"MIT"
] | 1 | 2021-06-21T11:34:02.000Z | 2021-06-21T11:34:02.000Z | Mono/RuntimeClassHandle.cs | SinsofSloth/RF5-global-metadata | 2bbf6e4a0d2cb91ac5177b20b569c023a1f07949 | [
"MIT"
] | null | null | null | Mono/RuntimeClassHandle.cs | SinsofSloth/RF5-global-metadata | 2bbf6e4a0d2cb91ac5177b20b569c023a1f07949 | [
"MIT"
] | null | null | null | internal struct RuntimeClassHandle // TypeDefIndex: 4
{
// Fields
private RuntimeStructs.MonoClass* value; // 0x0
// Properties
internal RuntimeStructs.MonoClass* Value { get; }
// Methods
// RVA: 0x11240 Offset: 0x11341 VA: 0x11240
internal void .ctor(RuntimeStructs.MonoClass* value) { }
// RVA: 0x11250 Of... | 27.272727 | 77 | 0.73 |
3a92369f767a038625792790d90303f1ec38554c | 4,337 | cs | C# | Src/Newtonsoft.Json.Schema/Infrastructure/Validation/ConditionalScope.cs | ThiagoBarradas/newtonsoft-json-schema | 117643a24282bf773cef7cb9049e7e4db3317cd6 | [
"RSA-MD"
] | 1 | 2019-03-26T03:28:46.000Z | 2019-03-26T03:28:46.000Z | Src/Newtonsoft.Json.Schema/Infrastructure/Validation/ConditionalScope.cs | ThiagoBarradas/newtonsoft-json-schema | 117643a24282bf773cef7cb9049e7e4db3317cd6 | [
"RSA-MD"
] | null | null | null | Src/Newtonsoft.Json.Schema/Infrastructure/Validation/ConditionalScope.cs | ThiagoBarradas/newtonsoft-json-schema | 117643a24282bf773cef7cb9049e7e4db3317cd6 | [
"RSA-MD"
] | null | null | null | #region License
// Copyright (c) Newtonsoft. All Rights Reserved.
// License: https://raw.github.com/JamesNK/Newtonsoft.Json.Schema/master/LICENSE.md
#endregion
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Newtonsoft.Json.Schema.Infrastructure.Validation
{
[DebuggerDisplay("... | 31.201439 | 117 | 0.492737 |
d7275fa0b02f82bdf234488f63697dd4f6072435 | 511 | cs | C# | Snippets/csharp/ef-core-with-cosmos-db-sql/OperationsFunctionApp/Constants.cs | garaio/AzureRecipes | 8c73fd8066f9fa0e42b90dcbcc7fff8d6db0cf3d | [
"MIT"
] | 3 | 2020-07-14T12:25:12.000Z | 2021-09-21T10:31:19.000Z | Snippets/csharp/ef-core-with-cosmos-db-sql/OperationsFunctionApp/Constants.cs | garaio/AzureRecipes | 8c73fd8066f9fa0e42b90dcbcc7fff8d6db0cf3d | [
"MIT"
] | null | null | null | Snippets/csharp/ef-core-with-cosmos-db-sql/OperationsFunctionApp/Constants.cs | garaio/AzureRecipes | 8c73fd8066f9fa0e42b90dcbcc7fff8d6db0cf3d | [
"MIT"
] | 2 | 2021-03-19T14:31:48.000Z | 2022-03-29T14:40:29.000Z | namespace OperationsFunctionApp
{
public static class Constants
{
public static class Configurations
{
public const string CosmosAccountEndpoint = nameof(CosmosAccountEndpoint);
public const string CosmosAccountKey = nameof(CosmosAccountKey);
public const str... | 28.388889 | 86 | 0.645793 |
3bc13817817b3ab9204ff36319690d812b6bb3e0 | 2,546 | cs | C# | TheLongRun.Common/Attributes/ConnectionStringNameAttribute.cs | MerrionComputing/AzureFunctions-TheLongRun-Leagues | df163024710001cf0a7f01f9e3193162d519c935 | [
"Unlicense"
] | 13 | 2018-04-20T15:04:27.000Z | 2020-05-30T07:17:38.000Z | TheLongRun.Common/Attributes/ConnectionStringNameAttribute.cs | MerrionComputing/AzureFunctions-TheLongRun-Leagues | df163024710001cf0a7f01f9e3193162d519c935 | [
"Unlicense"
] | 9 | 2018-12-31T14:55:29.000Z | 2019-03-16T09:23:18.000Z | TheLongRun.Common/Attributes/ConnectionStringNameAttribute.cs | MerrionComputing/AzureFunctions-TheLongRun-Leagues | df163024710001cf0a7f01f9e3193162d519c935 | [
"Unlicense"
] | 3 | 2019-02-17T08:07:04.000Z | 2020-08-28T14:22:05.000Z | using System;
using System.Collections.Generic;
using System.Text;
using TheLongRun.Common.Attributes.Settings;
namespace TheLongRun.Common.Attributes
{
/// <summary>
/// The connection string to use for this aggrgeate class
/// </summary>
/// <remarks>
/// If not set a default one is used based o... | 34.405405 | 167 | 0.623331 |
ce536f1e6e838419168d283080b6d7d118baf66f | 2,189 | cs | C# | src/LanguageServer/Impl/CodeActions/CodeActionSettings.cs | shayash22/python-language-server | b7982ca4889c40a06fd8ec8a557c985a49bc663f | [
"Apache-2.0"
] | 695 | 2019-05-06T23:49:37.000Z | 2022-03-30T01:56:00.000Z | src/LanguageServer/Impl/CodeActions/CodeActionSettings.cs | shayash22/python-language-server | b7982ca4889c40a06fd8ec8a557c985a49bc663f | [
"Apache-2.0"
] | 1,043 | 2019-05-07T02:24:11.000Z | 2022-03-31T22:21:24.000Z | src/LanguageServer/Impl/CodeActions/CodeActionSettings.cs | shayash22/python-language-server | b7982ca4889c40a06fd8ec8a557c985a49bc663f | [
"Apache-2.0"
] | 131 | 2019-05-09T15:34:23.000Z | 2022-03-23T17:52:35.000Z | // Copyright(c) Microsoft Corporation
// All rights reserved.
//
// 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
//
// THIS CODE IS PROVIDED ON AN ... | 42.096154 | 130 | 0.67291 |
9d1840461e246ef541dd96d2c645a716ac15c1de | 813 | cs | C# | Esp.Samples/Client/Program.cs | tomas-u/Reloadify3000 | f067aad2c495ee98f57469b39f50fac069555fba | [
"MIT"
] | 15 | 2021-02-10T01:41:45.000Z | 2022-03-25T15:49:45.000Z | Esp.Samples/Client/Program.cs | tomas-u/Reloadify3000 | f067aad2c495ee98f57469b39f50fac069555fba | [
"MIT"
] | 2 | 2021-04-04T22:29:58.000Z | 2021-04-09T19:18:29.000Z | Esp.Samples/Client/Program.cs | tomas-u/Reloadify3000 | f067aad2c495ee98f57469b39f50fac069555fba | [
"MIT"
] | 3 | 2021-04-05T00:27:42.000Z | 2022-02-23T03:56:16.000Z | using System;
using System.Threading.Tasks;
using Esp;
namespace Client {
class Program {
static ICommunicatorClient connection;
static async Task Main (string [] args)
{
Console.WriteLine ("Hello World: Client!");
await Task.Delay (1000);
var tcpClients = TcpCommunicatorClient.GetTcpCommunicatorsFrom... | 27.1 | 84 | 0.688807 |
eedcc4c61355fc373cb85161fe045202e5e67a19 | 1,187 | cs | C# | src/Zop.Identity/DTO/Request/ClientSetBasicsRequestDto.cs | aqa510415008/Zop.identity | 02b1fc7ae8722341c61723a0b9f764162c144bd4 | [
"Apache-2.0"
] | 2 | 2018-07-05T01:08:45.000Z | 2018-08-08T10:00:16.000Z | src/Zop.Identity/DTO/Request/ClientSetBasicsRequestDto.cs | aqa510415008/Zop.identity | 02b1fc7ae8722341c61723a0b9f764162c144bd4 | [
"Apache-2.0"
] | null | null | null | src/Zop.Identity/DTO/Request/ClientSetBasicsRequestDto.cs | aqa510415008/Zop.identity | 02b1fc7ae8722341c61723a0b9f764162c144bd4 | [
"Apache-2.0"
] | 3 | 2018-05-11T16:52:53.000Z | 2018-07-27T12:13:18.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
using Zop.DTO;
using Zop.Identity;
namespace Zop.Identity.DTO.Request
{
/// <summary>
/// 修改客户端基本信息和配置Dto
/// </summary>
public class ClientSetBasicsRequestDto : RequestDto
{
///... | 25.804348 | 106 | 0.53412 |
7736f2c7a55ec050c670fe2b7ea6dbaeca2402d9 | 2,930 | cs | C# | Core/Menu/IGM_Junction/IGMData/IGMData_Abilities_AbilitySlots.cs | RomanMayer7/OpenVIII | 01e93f03f860d8199df1d3003fa0d83b825ffdfe | [
"MIT"
] | 1 | 2020-05-28T20:10:24.000Z | 2020-05-28T20:10:24.000Z | Core/Menu/IGM_Junction/IGMData/IGMData_Abilities_AbilitySlots.cs | RomanMayer7/OpenVIII | 01e93f03f860d8199df1d3003fa0d83b825ffdfe | [
"MIT"
] | null | null | null | Core/Menu/IGM_Junction/IGMData/IGMData_Abilities_AbilitySlots.cs | RomanMayer7/OpenVIII | 01e93f03f860d8199df1d3003fa0d83b825ffdfe | [
"MIT"
] | null | null | null | using Microsoft.Xna.Framework;
namespace OpenVIII
{
public partial class IGM_Junction
{
#region Classes
private class IGMData_Abilities_AbilitySlots : IGMData
{
#region Constructors
public IGMData_Abilities_AbilitySlots() : base(4, 2, new IGMDataItem_Box(pos: ... | 38.051948 | 154 | 0.42116 |
a05bc37f4ca829942e9435d140a7e823cfbdfe9b | 4,620 | cs | C# | UltimaOnline/Body.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline/Body.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline/Body.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | using System;
using System.IO;
namespace UltimaOnline
{
public enum BodyType : byte
{
Empty,
Monster,
Sea,
Animal,
Human,
Equipment
}
public struct Body
{
static BodyType[] _types;
static Body()
{
... | 33.23741 | 161 | 0.435281 |
9ac56998b2ef47f611cdf2c5cafb5d7c357c1b9b | 9,274 | cs | C# | Application/EdFi.Ods.Admin/Initialization/InitializationSection.cs | jamessmckay/Ed-Fi-ODS | 64438e6191f17bb529dc360ba38f54f6c0cee6b8 | [
"Apache-2.0"
] | null | null | null | Application/EdFi.Ods.Admin/Initialization/InitializationSection.cs | jamessmckay/Ed-Fi-ODS | 64438e6191f17bb529dc360ba38f54f6c0cee6b8 | [
"Apache-2.0"
] | null | null | null | Application/EdFi.Ods.Admin/Initialization/InitializationSection.cs | jamessmckay/Ed-Fi-ODS | 64438e6191f17bb529dc360ba38f54f6c0cee6b8 | [
"Apache-2.0"
] | null | null | null | // 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 System.Configuration;
using EdFi.Admin.Dat... | 34.996226 | 143 | 0.62713 |
9aee39d3d1329ff718f4c9994c86e02838160426 | 5,435 | cs | C# | SpriteMaker/SpriteSettings.cs | pwitvoet/wadmaker | 52a2bb3a89282ca1c74a8c09b919a1491d9ab856 | [
"Apache-2.0"
] | 7 | 2021-05-26T11:18:20.000Z | 2022-02-24T16:44:39.000Z | SpriteMaker/SpriteSettings.cs | pwitvoet/wadmaker | 52a2bb3a89282ca1c74a8c09b919a1491d9ab856 | [
"Apache-2.0"
] | null | null | null | SpriteMaker/SpriteSettings.cs | pwitvoet/wadmaker | 52a2bb3a89282ca1c74a8c09b919a1491d9ab856 | [
"Apache-2.0"
] | null | null | null | using Shared;
using Shared.Sprites;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
namespace SpriteMaker
{
enum IndexAlphaTransparencySource
{
AlphaChannel,
Grayscale,
}
/// <summary>
/// Settings for converting an image or group of images to a sprite.
//... | 46.059322 | 158 | 0.629807 |
97090ad6b3a5bb8fd08ee3c94bcba2aa992dbdf4 | 9,467 | cs | C# | QuickOverTool-WPF/Logics/CommandLineFabricator.cs | xyx0826/QuickOverTool-WPF | 83b5bbc6de8fd253eb79e6b9b7a8622924e37f40 | [
"MIT"
] | 21 | 2017-06-06T09:26:21.000Z | 2020-04-06T01:30:32.000Z | QuickOverTool-WPF/Logics/CommandLineFabricator.cs | xyx0826/QuickOverTool-WPF | 83b5bbc6de8fd253eb79e6b9b7a8622924e37f40 | [
"MIT"
] | 2 | 2017-11-11T12:35:32.000Z | 2018-02-20T16:02:12.000Z | QuickOverTool-WPF/Logics/CommandLineFabricator.cs | xyx0826/QuickOverTool-WPF | 83b5bbc6de8fd253eb79e6b9b7a8622924e37f40 | [
"MIT"
] | 11 | 2017-06-06T03:40:14.000Z | 2020-04-06T01:30:36.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static OWorkbench.Properties.Settings;
namespace OWorkbench.Logics
{
/// <summary>
/// The class that handles the creation of command line parameters.
/// </summary>
class Command... | 48.055838 | 155 | 0.554769 |
252959471e4093159ef86801b1fe09895434045c | 536 | cs | C# | WebFramework.Web/Controllers/Api/CommonController.cs | zsu/WebFrameworkMVC | 79fdb2d9a337667e5d3e0e37d0a22cd8f4c693e7 | [
"MIT"
] | 2 | 2017-09-16T08:30:53.000Z | 2021-02-22T20:50:35.000Z | WebFramework.Web/Controllers/Api/CommonController.cs | zsu/WebFrameworkMVC | 79fdb2d9a337667e5d3e0e37d0a22cd8f4c693e7 | [
"MIT"
] | null | null | null | WebFramework.Web/Controllers/Api/CommonController.cs | zsu/WebFrameworkMVC | 79fdb2d9a337667e5d3e0e37d0a22cd8f4c693e7 | [
"MIT"
] | 1 | 2015-09-20T02:29:56.000Z | 2015-09-20T02:29:56.000Z | using System.Net.Http;
using System.Web.Http;
namespace Web.Controllers.Api
{
public class CommonController: ApiController
{
[Route("api/common/timezone")]
public HttpResponseMessage GetClientTimeZone()
{
string timezone = Web.Infrastructure.Util.GetClientTimeZone();
... | 26.8 | 74 | 0.589552 |
f47bbc13dee32ca3e62051c561a79a768c6d5c10 | 1,345 | cs | C# | Cirrious/Cirrious.MvvmCross.AutoView.Touch/Builders/MvxTouchUserInterfaceFactory.cs | guillaume-fr/MvvmCross | 70b755b239277d9d9b6a14f79ccf61137f99d726 | [
"MS-PL"
] | null | null | null | Cirrious/Cirrious.MvvmCross.AutoView.Touch/Builders/MvxTouchUserInterfaceFactory.cs | guillaume-fr/MvvmCross | 70b755b239277d9d9b6a14f79ccf61137f99d726 | [
"MS-PL"
] | 1 | 2016-04-15T21:51:39.000Z | 2016-04-15T21:51:39.000Z | Cirrious/Cirrious.MvvmCross.AutoView.Touch/Builders/MvxTouchUserInterfaceFactory.cs | guillaume-fr/MvvmCross | 70b755b239277d9d9b6a14f79ccf61137f99d726 | [
"MS-PL"
] | null | null | null | // MvxTouchUserInterfaceFactory.cs
// (c) Copyright Cirrious Ltd. http://www.cirrious.com
// MvvmCross is licensed using Microsoft Public License (Ms-PL)
// Contributions and inspirations noted in readme.md and license.txt
//
// Project Lead - Stuart Lodge, @slodge, me@slodge.com
using Cirrious.CrossCore.Exceptions;
... | 38.428571 | 114 | 0.702602 |
d991e03e136e215eb54736483533db75b2d629c0 | 21,412 | cs | C# | Tektosyne.UnitTest/Geometry/RectTest.cs | prepare/Tektosyne.NET | e1a8cb8d6ca398a173407584e8a699e59669a169 | [
"MIT"
] | null | null | null | Tektosyne.UnitTest/Geometry/RectTest.cs | prepare/Tektosyne.NET | e1a8cb8d6ca398a173407584e8a699e59669a169 | [
"MIT"
] | null | null | null | Tektosyne.UnitTest/Geometry/RectTest.cs | prepare/Tektosyne.NET | e1a8cb8d6ca398a173407584e8a699e59669a169 | [
"MIT"
] | null | null | null | using System;
using NUnit.Framework;
using Tektosyne.Geometry;
namespace Tektosyne.UnitTest.Geometry {
[TestFixture]
public class RectTest {
RectD rectD = new RectD(1, 2, 4, 5);
RectF rectF = new RectF(1, 2, 4, 5);
RectI rectI = new RectI(1, 2, 4, 5);
[Test]
public v... | 53.263682 | 117 | 0.600318 |
c951eb9786f136293f77f4ddb48d877af34076dd | 310 | cs | C# | src/DotBuilder/Attributes/Attrib.cs | dotnetGame/nncase | 09d40c6a9194542bb5a5fc2b8c74e0e8ed193486 | [
"Apache-2.0"
] | 11 | 2018-04-04T17:03:46.000Z | 2020-11-26T08:54:58.000Z | src/DotBuilder/Attributes/Attrib.cs | dotnetGame/nncase | 09d40c6a9194542bb5a5fc2b8c74e0e8ed193486 | [
"Apache-2.0"
] | null | null | null | src/DotBuilder/Attributes/Attrib.cs | dotnetGame/nncase | 09d40c6a9194542bb5a5fc2b8c74e0e8ed193486 | [
"Apache-2.0"
] | null | null | null | namespace DotBuilder.Attributes
{
public class Attrib : Attribute, INodeAttribute, IEdgeAttribute, IGraphAttribute
{
public Attrib(string name, string value) : base(name, value)
{
}
public static Attrib Set(string name, string value) => new Attrib(name,value);
}
} | 28.181818 | 86 | 0.658065 |
aa941546f42cabe3b2a56d8bfa3c87eb48fbf3d4 | 1,421 | cs | C# | BlackFire.Unity.Business/Assets/Plugins/Framework/Business/Runtime/Systems/Liquid/BFluid/3rd/LiquidVolume/Demos/Exhibition/DemoResources/Scripts/SpotlightAnimator.cs | BlackFire-Studio/BlackFire.Unity.Business | 2f4bbbc34f83d01ee7493aaeef47c103e6b86516 | [
"MIT"
] | 1 | 2018-11-12T17:06:59.000Z | 2018-11-12T17:06:59.000Z | BlackFire.Unity.Business/Assets/Plugins/Framework/Business/Runtime/Systems/Liquid/BFluid/3rd/LiquidVolume/Demos/Exhibition/DemoResources/Scripts/SpotlightAnimator.cs | BlackFire-Studio/BlackFire.Unity.Business | 2f4bbbc34f83d01ee7493aaeef47c103e6b86516 | [
"MIT"
] | null | null | null | BlackFire.Unity.Business/Assets/Plugins/Framework/Business/Runtime/Systems/Liquid/BFluid/3rd/LiquidVolume/Demos/Exhibition/DemoResources/Scripts/SpotlightAnimator.cs | BlackFire-Studio/BlackFire.Unity.Business | 2f4bbbc34f83d01ee7493aaeef47c103e6b86516 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
namespace LiquidVolumeFX
{
public class SpotlightAnimator : MonoBehaviour
{
public float lightOnDelay = 2f;
public float targetIntensity = 3.5f;
public float initialIntensity = 0f;
public float duration = 3f;
public float nextColorInterval = 2f;
public floa... | 24.084746 | 134 | 0.68121 |
9764bc96a1613ab08dbccfdc1843c490ae017a13 | 958 | cs | C# | Calculos2Numeros/Calculos2Numeros/Apresentacao/Form1.cs | LeoChagas/aulas | 5edc8d3c855b4b6ad64d266bb743c7dd9d996847 | [
"MIT"
] | null | null | null | Calculos2Numeros/Calculos2Numeros/Apresentacao/Form1.cs | LeoChagas/aulas | 5edc8d3c855b4b6ad64d266bb743c7dd9d996847 | [
"MIT"
] | null | null | null | Calculos2Numeros/Calculos2Numeros/Apresentacao/Form1.cs | LeoChagas/aulas | 5edc8d3c855b4b6ad64d266bb743c7dd9d996847 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Calculos2Numeros.Modelo;
namespace Calculos2Numeros
{
public partial class frmPri... | 25.210526 | 73 | 0.56785 |
e4e0c8457a54d4bcea36301e102c76f34c668ee9 | 1,302 | cs | C# | Internal/ExecutableBehaviour.cs | nmacadam/Oni-Core | a0912f3529056f3635db3a6748b50bbca0189a1a | [
"MIT"
] | 3 | 2020-12-18T18:39:08.000Z | 2021-03-23T05:30:18.000Z | Internal/ExecutableBehaviour.cs | nmacadam/Oni | 25d23a6fdbbd05dd8bbd412e812c80a3ee6267f5 | [
"MIT"
] | null | null | null | Internal/ExecutableBehaviour.cs | nmacadam/Oni | 25d23a6fdbbd05dd8bbd412e812c80a3ee6267f5 | [
"MIT"
] | null | null | null | // ONI, Copyright (c) Nathan MacAdam, All rights reserved.
// MIT License (See LICENSE file)
using UnityEngine;
namespace Oni.Internal
{
/// <summary>
/// Update Unity events
/// </summary>
public enum UpdateMethod
{
Default,
Fixed,
Late,
External
}
/// <s... | 23.672727 | 100 | 0.539939 |
840c5f757ccb93bfb0d6ddb2996c77e9519d7283 | 516 | cshtml | C# | ServerApp/Views/Shared/_Layout.cshtml | vkradio/SportsStore | a292e786705f3c9497d2a0661da91c3a86ab6dfb | [
"MIT"
] | null | null | null | ServerApp/Views/Shared/_Layout.cshtml | vkradio/SportsStore | a292e786705f3c9497d2a0661da91c3a86ab6dfb | [
"MIT"
] | 4 | 2021-09-02T10:04:02.000Z | 2022-03-02T08:17:38.000Z | ServerApp/Views/Shared/_Layout.cshtml | vkradio/SportsStore | a292e786705f3c9497d2a0661da91c3a86ab6dfb | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<base href="@(ViewData["RootUrl"] ?? "/")" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SportsStore</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
<link rel="s... | 30.352941 | 76 | 0.631783 |
dc2ad87ab8201bf99206e5bc55f0e77f1b353580 | 2,541 | cs | C# | src/omron/Core/HVC_VER.cs | hatsunea/HVC-C1B_SDK-Android | fecd21b9aa69c0361a7b718dafec88c45a75b675 | [
"Apache-2.0"
] | 2 | 2016-04-15T03:24:35.000Z | 2017-03-17T02:08:27.000Z | src/omron/Core/HVC_VER.cs | hatsunea/HVC-C1B_SDK-Android | fecd21b9aa69c0361a7b718dafec88c45a75b675 | [
"Apache-2.0"
] | null | null | null | src/omron/Core/HVC_VER.cs | hatsunea/HVC-C1B_SDK-Android | fecd21b9aa69c0361a7b718dafec88c45a75b675 | [
"Apache-2.0"
] | 1 | 2020-06-15T15:43:14.000Z | 2020-06-15T15:43:14.000Z | /*
* Copyright (C) 2014-2015 HATSUNE, Akira (Original OMRON Corporation)
*
* 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
*
* Unle... | 28.875 | 178 | 0.532074 |
9308191e3bb329b2f77aac99ec724a4ad9ad66ab | 243 | cs | C# | src/NFRMusic.Infra.Data/Configuracoes/ConfiguracaoSeeds.cs | Pedro-Lopes/NFRMusic | 5ffd4c16b47b1454bd14fe7e90d402107b4256fa | [
"MIT"
] | null | null | null | src/NFRMusic.Infra.Data/Configuracoes/ConfiguracaoSeeds.cs | Pedro-Lopes/NFRMusic | 5ffd4c16b47b1454bd14fe7e90d402107b4256fa | [
"MIT"
] | null | null | null | src/NFRMusic.Infra.Data/Configuracoes/ConfiguracaoSeeds.cs | Pedro-Lopes/NFRMusic | 5ffd4c16b47b1454bd14fe7e90d402107b4256fa | [
"MIT"
] | null | null | null | namespace NFRMusic.Infra.Data.Configuracoes
{
public static class ConfiguracaoSeeds
{
public static void AplicarConfiguracao(ModelBuilder modelBuilder)
{
//ClienteSeed.Seed(modelBuilder);
}
}
}
| 22.090909 | 73 | 0.654321 |
42896aafb451b0aa9d4bde0196ee7bfccaef76d5 | 684 | cs | C# | cards/DRAGONS/DRG/Sim_DRG_224.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | 1 | 2020-09-04T08:44:54.000Z | 2020-09-04T08:44:54.000Z | cards/DRAGONS/DRG/Sim_DRG_224.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | 2 | 2020-04-21T21:55:17.000Z | 2020-04-21T22:02:36.000Z | cards/DRAGONS/DRG/Sim_DRG_224.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | null | null | null | /* _BEGIN_TEMPLATE_
{
"id": "DRG_224",
"name": [
"尼索格",
"Nithogg"
],
"text": [
"<b>战吼:</b>召唤两个0/3的龙卵。下个回合它们将孵化为4/4并具有<b>突袭</b>的幼龙。",
"[x]<b>Battlecry:</b> Summon two\n0/3 Eggs. Next turn they\nhatch into 4/4 Drakes\nwith <b>Rush</b>."
],
"cardClass": "SHAMAN",
"type": "MINION",
"cost": 6... | 23.586207 | 105 | 0.584795 |
6c974815b442a83f04aaab43ae7c05c35e63bfbb | 5,166 | cs | C# | test/FunctionalTests/Taupo/Source/Taupo.Astoria/Contracts/Json/JsonObject.cs | Sreejithpin/odata.net | b54d376a382440df9074e78ca2e76b080965a2eb | [
"CC-BY-3.0"
] | 629 | 2015-01-02T08:40:43.000Z | 2022-03-28T15:28:06.000Z | test/FunctionalTests/Taupo/Source/Taupo.Astoria/Contracts/Json/JsonObject.cs | Sreejithpin/odata.net | b54d376a382440df9074e78ca2e76b080965a2eb | [
"CC-BY-3.0"
] | 2,078 | 2015-01-06T05:44:13.000Z | 2022-03-31T08:37:22.000Z | test/FunctionalTests/Taupo/Source/Taupo.Astoria/Contracts/Json/JsonObject.cs | Sreejithpin/odata.net | b54d376a382440df9074e78ca2e76b080965a2eb | [
"CC-BY-3.0"
] | 412 | 2015-01-06T06:57:15.000Z | 2022-03-11T13:40:39.000Z | //---------------------------------------------------------------------
// <copyright file="JsonObject.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//------------------------------------------... | 36.380282 | 213 | 0.546845 |
e5f6fe6aab0f79cc547803a3ac470dfdb3f74e40 | 292 | cs | C# | Platforms/Anf.Engine/IComicCursor.cs | Cricle/Anf-team | 25fafa064497f6bc187c15122bdc084c4cd1bbf7 | [
"BSD-3-Clause"
] | null | null | null | Platforms/Anf.Engine/IComicCursor.cs | Cricle/Anf-team | 25fafa064497f6bc187c15122bdc084c4cd1bbf7 | [
"BSD-3-Clause"
] | 64 | 2021-05-26T11:16:13.000Z | 2022-03-30T13:10:53.000Z | Platforms/Anf.Engine/IComicCursor.cs | Cricle/Anf-team | 25fafa064497f6bc187c15122bdc084c4cd1bbf7 | [
"BSD-3-Clause"
] | 1 | 2021-07-20T04:52:10.000Z | 2021-07-20T04:52:10.000Z | using System;
using System.Threading.Tasks;
namespace Anf
{
public interface IComicCursor : IDisposable
{
string Keyword { get; }
int Index { get; }
int Take { get; }
SearchComicResult Current { get; }
Task<bool> MoveNextAsync();
}
}
| 15.368421 | 47 | 0.585616 |
f0e1392f2d2cd7dfddf305aa9a20e1f2ae6047c7 | 1,967 | cs | C# | Warehouse/Server/Controllers/RawMaterialController.cs | kiulcode/BlazorFirebase | 693402d5c6a6863ce3f2326952984c473443ccf2 | [
"Apache-2.0"
] | null | null | null | Warehouse/Server/Controllers/RawMaterialController.cs | kiulcode/BlazorFirebase | 693402d5c6a6863ce3f2326952984c473443ccf2 | [
"Apache-2.0"
] | null | null | null | Warehouse/Server/Controllers/RawMaterialController.cs | kiulcode/BlazorFirebase | 693402d5c6a6863ce3f2326952984c473443ccf2 | [
"Apache-2.0"
] | null | null | null | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Warehouse.Server.Services;
using Warehouse.Shared.Models;
namespace Warehouse.Server.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class RawMaterialController : Controller
{
private readonly RawMaterialServi... | 31.725806 | 99 | 0.620234 |
097032a97680a603b48d3f882e80e19c6027ed02 | 1,390 | cs | C# | Compendium.Services.Tests/Mocks/TreasureRepositoryMock.cs | abeauchamp96/Compendium | 19f1d5599219ea755196be2024e0cf2ea57e9292 | [
"MIT"
] | null | null | null | Compendium.Services.Tests/Mocks/TreasureRepositoryMock.cs | abeauchamp96/Compendium | 19f1d5599219ea755196be2024e0cf2ea57e9292 | [
"MIT"
] | null | null | null | Compendium.Services.Tests/Mocks/TreasureRepositoryMock.cs | abeauchamp96/Compendium | 19f1d5599219ea755196be2024e0cf2ea57e9292 | [
"MIT"
] | null | null | null | // Copyright (c) Alexandre Beauchamp. All rights reserved.
// Licensed under the MIT license.
using Compendium.Database.Models;
using Compendium.Database.Repositories;
using Moq;
using Pandora.TestKit;
namespace Compendium.Services.Mocks
{
internal sealed class TreasureRepositoryMock : AbstractMock<ITreasureRepo... | 36.578947 | 84 | 0.664748 |
cfb628318f732932893508cb511a1c47e63d7fd3 | 268 | cs | C# | Academy.Web/Utilities/Wrappers/IUserWrapper.cs | smokoloko/AcademyWeb | 1e6f906367b289b2fd2b49640afc33988f61e21d | [
"MIT"
] | null | null | null | Academy.Web/Utilities/Wrappers/IUserWrapper.cs | smokoloko/AcademyWeb | 1e6f906367b289b2fd2b49640afc33988f61e21d | [
"MIT"
] | null | null | null | Academy.Web/Utilities/Wrappers/IUserWrapper.cs | smokoloko/AcademyWeb | 1e6f906367b289b2fd2b49640afc33988f61e21d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
namespace Academy.Web.Utilities.Wrappers
{
public interface IUserWrapper
{
string GetUserId(ClaimsPrincipal user);
}
}
| 19.142857 | 47 | 0.753731 |
59b4d2635783ff1a540bf712e15baec645a630d2 | 113 | cshtml | C# | Locations/Locations.Services/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml | JozefinaNikolova/Locations-App | 5dee214150aeebf8e2d0225a59dfbd7d05b42ded | [
"MIT"
] | null | null | null | Locations/Locations.Services/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml | JozefinaNikolova/Locations-App | 5dee214150aeebf8e2d0225a59dfbd7d05b42ded | [
"MIT"
] | null | null | null | Locations/Locations.Services/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml | JozefinaNikolova/Locations-App | 5dee214150aeebf8e2d0225a59dfbd7d05b42ded | [
"MIT"
] | null | null | null | @using Locations.Services.Areas.HelpPage.ModelDescriptions
@model SimpleTypeModelDescription
@Model.Documentation | 37.666667 | 58 | 0.893805 |
94029f726cab3485304bc2a22f9ef5e7cdbef773 | 484 | cs | C# | server/domain/ViewModels/Projects/ProjectDto.cs | joewalling/mvc-core2-api-best-practices | a05fbedcde31398a3940fe73246224f8960f79ea | [
"MIT"
] | null | null | null | server/domain/ViewModels/Projects/ProjectDto.cs | joewalling/mvc-core2-api-best-practices | a05fbedcde31398a3940fe73246224f8960f79ea | [
"MIT"
] | null | null | null | server/domain/ViewModels/Projects/ProjectDto.cs | joewalling/mvc-core2-api-best-practices | a05fbedcde31398a3940fe73246224f8960f79ea | [
"MIT"
] | null | null | null | using ReactAdvantage.Domain.ViewModels.Tasks;
using System.Collections.Generic;
using ReactAdvantage.Domain.ViewModels.Dto;
namespace ReactAdvantage.Domain.ViewModels.Projects
{
public class ProjectDto : DtoBase
{
public ProjectDto()
{
TaskList = new List<TaskDto>();
... | 23.047619 | 52 | 0.599174 |
684dd9528920f27f1e6974ec972c52bfc855325b | 2,965 | cs | C# | test/BloomFilter.Redis.Test/ConfigurationsTest.cs | chrisreiter/BloomFilter.NetCore | 26a9a10ea81e355e5c9b7b2bba6d1ced5551b8fe | [
"MIT"
] | 64 | 2018-11-07T16:11:33.000Z | 2022-03-15T09:31:41.000Z | test/BloomFilter.Redis.Test/ConfigurationsTest.cs | chrisreiter/BloomFilter.NetCore | 26a9a10ea81e355e5c9b7b2bba6d1ced5551b8fe | [
"MIT"
] | 3 | 2020-12-04T07:09:11.000Z | 2021-08-04T12:08:30.000Z | test/BloomFilter.Redis.Test/ConfigurationsTest.cs | chrisreiter/BloomFilter.NetCore | 26a9a10ea81e355e5c9b7b2bba6d1ced5551b8fe | [
"MIT"
] | 19 | 2018-12-04T09:00:11.000Z | 2022-02-16T07:53:34.000Z | using BloomFilter.Redis.Configurations;
using Microsoft.Extensions.DependencyInjection;
using StackExchange.Redis;
using System.Linq;
using Xunit;
namespace BloomFilter.Redis.Test
{
public class ConfigurationsTest
{
[Fact]
public void RedisOptionsTest()
{
var services = new... | 29.65 | 100 | 0.501518 |
bfbae2e787d44d2bcfda0d964ea79a81e9a1db1a | 10,784 | cs | C# | BillingSystem/frmAgregarClientes.Designer.cs | rossycaraballo/Billing-System | f0275e3180642377e106f0dc78d7ff1649fabaca | [
"Apache-2.0"
] | null | null | null | BillingSystem/frmAgregarClientes.Designer.cs | rossycaraballo/Billing-System | f0275e3180642377e106f0dc78d7ff1649fabaca | [
"Apache-2.0"
] | null | null | null | BillingSystem/frmAgregarClientes.Designer.cs | rossycaraballo/Billing-System | f0275e3180642377e106f0dc78d7ff1649fabaca | [
"Apache-2.0"
] | null | null | null | using BillingSystem.Modelos;
namespace BillingSystem
{
partial class frmAgregarClientes
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being use... | 49.242009 | 153 | 0.619251 |
13348b851af02d709aab118887a2f37136d45e0c | 1,795 | cs | C# | StatisticsCoreRework/CachedServices/SingleParameterCachedServiceLNR.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 3 | 2020-01-23T15:08:11.000Z | 2020-04-16T08:40:44.000Z | StatisticsCoreRework/CachedServices/SingleParameterCachedServiceLNR.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 3 | 2020-01-23T15:14:08.000Z | 2021-11-11T06:07:23.000Z | StatisticsCoreRework/CachedServices/SingleParameterCachedServiceLNR.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 2 | 2020-01-23T16:09:22.000Z | 2021-11-26T02:29:42.000Z | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Extensions.Caching.Distributed;
using VueExample.Cache.Redis;
using VueExample.Models.SRV6;
using VueExample.StatisticsCoreRework.Abstract;
using VueExample.StatisticsCoreRework.Models;
usi... | 51.285714 | 216 | 0.762674 |
47ba3d7f9b33cf57da589e6b91b89e82f101afbd | 995 | cs | C# | test/FluentRest.Tests/GitHub/RetryHandler.cs | JTOne123/FluentRest | 71d9adec4b369a4e85ef64c6f082c23c63dab6c1 | [
"MIT"
] | 55 | 2015-08-20T22:54:05.000Z | 2022-01-06T14:28:49.000Z | test/FluentRest.Tests/GitHub/RetryHandler.cs | JTOne123/FluentRest | 71d9adec4b369a4e85ef64c6f082c23c63dab6c1 | [
"MIT"
] | 82 | 2015-07-20T03:37:28.000Z | 2022-02-14T11:02:56.000Z | test/FluentRest.Tests/GitHub/RetryHandler.cs | JTOne123/FluentRest | 71d9adec4b369a4e85ef64c6f082c23c63dab6c1 | [
"MIT"
] | 16 | 2015-11-07T11:52:27.000Z | 2021-07-20T07:48:17.000Z | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
namespace FluentRest.Tests.GitHub
{
public class RetryHandler : DelegatingHandler
{
public int RetryCount { get; set; } = 5;
protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessa... | 28.428571 | 133 | 0.511558 |
47d65035726922fd86bb241ee474db73b1e925bc | 1,611 | cs | C# | src/Asv.Tools.Shell/Commands/BenchmarkFFTCommand.cs | asvol/asv-tools | e7d5facb69ba1aeaf864404268417b86cad1dd55 | [
"MIT"
] | null | null | null | src/Asv.Tools.Shell/Commands/BenchmarkFFTCommand.cs | asvol/asv-tools | e7d5facb69ba1aeaf864404268417b86cad1dd55 | [
"MIT"
] | null | null | null | src/Asv.Tools.Shell/Commands/BenchmarkFFTCommand.cs | asvol/asv-tools | e7d5facb69ba1aeaf864404268417b86cad1dd55 | [
"MIT"
] | null | null | null | using System;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Running;
using ManyConsole;
namespace Asv.Tools.Shell.Commands
{
public class BenchmarkFFTCommand : ConsoleCommand
{
public BenchmarkFFTCommand()
{
IsCommand("benchmark-fft", "Benchmark... | 22.375 | 90 | 0.505276 |
5d94a09f0480641afe1d6d36b45ac83fc557f5d6 | 314 | cs | C# | Blazorcrud.Server/Authorization/AuthenticateResponse.cs | DavidScheuren/BlazorCrud | 4893a2f2dbeea40437d277afefb88fc6849fca44 | [
"Apache-2.0"
] | 17 | 2022-02-13T05:23:50.000Z | 2022-03-30T07:45:28.000Z | Blazorcrud.Server/Authorization/AuthenticateResponse.cs | DavidScheuren/BlazorCrud | 4893a2f2dbeea40437d277afefb88fc6849fca44 | [
"Apache-2.0"
] | 3 | 2022-02-13T21:01:29.000Z | 2022-02-13T21:02:01.000Z | Blazorcrud.Server/Authorization/AuthenticateResponse.cs | DavidScheuren/BlazorCrud | 4893a2f2dbeea40437d277afefb88fc6849fca44 | [
"Apache-2.0"
] | 5 | 2022-02-20T13:15:37.000Z | 2022-03-24T03:28:55.000Z | namespace Blazorcrud.Server.Authorization;
using Blazorcrud.Shared.Models;
public class AuthenticateResponse
{
public int Id {get; set;}
public string FirstName {get; set;}
public string LastName {get; set;}
public string Username {get;set;}
public string Token { get; set; } = default!;
} | 28.545455 | 49 | 0.707006 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.