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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
08945ff4dd98a3737d8553e431ec6120fccf5b98 | 5,641 | cs | C# | src/Edgar/Legacy/Core/ConfigurationSpaces/AbstractConfigurationSpaces.cs | OndrejNepozitek/ProceduralLevelGenerator | 258c83a88656bd6095255a1b749232ade2b87589 | [
"MIT"
] | 179 | 2018-12-29T20:46:27.000Z | 2020-06-26T08:34:26.000Z | src/Edgar/Legacy/Core/ConfigurationSpaces/AbstractConfigurationSpaces.cs | davidpizon/ProceduralLevelGenerator | 258c83a88656bd6095255a1b749232ade2b87589 | [
"MIT"
] | 16 | 2018-12-29T21:56:03.000Z | 2020-04-21T17:29:02.000Z | src/Edgar/Legacy/Core/ConfigurationSpaces/AbstractConfigurationSpaces.cs | OndrejNepozitek/ProceduralLevelGenerator | 258c83a88656bd6095255a1b749232ade2b87589 | [
"MIT"
] | 19 | 2018-11-01T01:17:22.000Z | 2020-04-21T07:25:14.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Edgar.Geometry;
using Edgar.Legacy.Core.Configurations.Interfaces;
using Edgar.Legacy.Core.ConfigurationSpaces.Interfaces;
using Edgar.Legacy.GeneralAlgorithms.Algorithms.Common;
using Edgar.Legacy.GeneralAlgorithms.DataStructures.Common;
using E... | 37.606667 | 192 | 0.75749 |
08e8e1e3f224833970f56efee97f9913a362f2b3 | 9,126 | cs | C# | WebView2.DOM/Microsyntaxes/DatesAndTimes.cs | aslyr/WebView2.DOM | ae22fce8f5e69d5ac73c4f74ac2a39f44f563d88 | [
"MIT"
] | 32 | 2020-11-21T08:18:04.000Z | 2022-02-21T10:21:59.000Z | WebView2.DOM/Microsyntaxes/DatesAndTimes.cs | aslyr/WebView2.DOM | ae22fce8f5e69d5ac73c4f74ac2a39f44f563d88 | [
"MIT"
] | 10 | 2020-11-23T07:51:34.000Z | 2022-02-04T05:15:33.000Z | WebView2.DOM/Microsyntaxes/DatesAndTimes.cs | aslyr/WebView2.DOM | ae22fce8f5e69d5ac73c4f74ac2a39f44f563d88 | [
"MIT"
] | 5 | 2021-03-04T20:32:08.000Z | 2022-01-28T01:59:08.000Z | using NodaTime;
using NodaTime.Calendars;
using NodaTime.Text;
using OneOf;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
namespace WebView2.DOM.Microsyntaxes
{
public static class DatesAndTimes
{
private static readonly (LocalTimePattern pattern... | 36.504 | 190 | 0.737453 |
08ed353746717843bfa2824de9bdbfef25060003 | 1,846 | cs | C# | jyx2/Assets/Scripts/BattleStateMechine/AIState.cs | peijiZhu/jynew | 8de2c4f171ae8e4b81b3a41a1cc4b9ed64be5db6 | [
"MIT"
] | null | null | null | jyx2/Assets/Scripts/BattleStateMechine/AIState.cs | peijiZhu/jynew | 8de2c4f171ae8e4b81b3a41a1cc4b9ed64be5db6 | [
"MIT"
] | null | null | null | jyx2/Assets/Scripts/BattleStateMechine/AIState.cs | peijiZhu/jynew | 8de2c4f171ae8e4b81b3a41a1cc4b9ed64be5db6 | [
"MIT"
] | null | null | null | using Jyx2;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//AI计算状态 专门给AI使用
public class AIState : IBattleState
{
AIResult m_aiResult;
RoleInstance m_currentRole;
public override void OnEnterState()
{
BattleboxHelper.Instance.HideAllBlocks();
BattleState... | 31.827586 | 115 | 0.657096 |
ee86294f4a8e8a17b8f385d2340d7969e8787458 | 828 | cs | C# | src/DDD.Test/RestSharpTest.cs | liuhuachao/WebApiAuth | e98b1713a441463b624ba416bc29eb53bada54aa | [
"MIT"
] | 2 | 2018-11-02T17:00:56.000Z | 2021-05-27T02:55:12.000Z | src/DDD.Test/RestSharpTest.cs | liuhuachao/WebApiAuth | e98b1713a441463b624ba416bc29eb53bada54aa | [
"MIT"
] | null | null | null | src/DDD.Test/RestSharpTest.cs | liuhuachao/WebApiAuth | e98b1713a441463b624ba416bc29eb53bada54aa | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using RestSharp;
using Xunit;
using DDD.Application.Dtos;
using System.Threading.Tasks;
namespace DDD.Test
{
public class RestSharpTest
{
[Fact]
public async Task TestHttpGet()
{
string expectedStr = "200";
... | 24.352941 | 98 | 0.612319 |
eea4de324508c46dc8bccfbd02748ec09c0aac03 | 991 | cs | C# | DSAnimStudio/DebugPrimitives/VertexPositionColorNormal.cs | koriandrei/DSAnimStudio | ed5883fdb1d1477f2acd9cd4e3cbc29b0e8ebc08 | [
"MIT"
] | 127 | 2019-09-27T02:12:25.000Z | 2022-03-31T08:43:41.000Z | DSAnimStudio/DebugPrimitives/VertexPositionColorNormal.cs | koriandrei/DSAnimStudio | ed5883fdb1d1477f2acd9cd4e3cbc29b0e8ebc08 | [
"MIT"
] | 25 | 2019-09-22T18:56:35.000Z | 2022-01-19T14:51:58.000Z | DSAnimStudio/DebugPrimitives/VertexPositionColorNormal.cs | koriandrei/DSAnimStudio | ed5883fdb1d1477f2acd9cd4e3cbc29b0e8ebc08 | [
"MIT"
] | 27 | 2019-10-06T05:00:33.000Z | 2022-03-30T04:05:42.000Z | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DSAnimStudio.DebugPrimitives
{
public struct VertexPositionColorNormal : IVertexType
{
public Vector3 Pos... | 30.96875 | 95 | 0.689203 |
ed307b65fdb2f99bf12406c727d8cce215e55480 | 7,695 | cs | C# | Parse/Internal/Command/ParseCommandRunner.cs | valery-shinkevich/Parse-SDK-dotNET | 99f5d17e02a4d3952b27fbfda4272bcd795b3d5b | [
"BSD-3-Clause"
] | null | null | null | Parse/Internal/Command/ParseCommandRunner.cs | valery-shinkevich/Parse-SDK-dotNET | 99f5d17e02a4d3952b27fbfda4272bcd795b3d5b | [
"BSD-3-Clause"
] | null | null | null | Parse/Internal/Command/ParseCommandRunner.cs | valery-shinkevich/Parse-SDK-dotNET | 99f5d17e02a4d3952b27fbfda4272bcd795b3d5b | [
"BSD-3-Clause"
] | 1 | 2019-12-01T19:48:21.000Z | 2019-12-01T19:48:21.000Z | // Copyright (c) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory.
using System;
using System.Collec... | 54.190141 | 286 | 0.609097 |
da6c7c5b6da254bc1e9316375bf44bd1117bd8f4 | 1,108 | cs | C# | Assets/ColumnKeeper/Scripts/Arrows/MeteorShower.cs | tgorman21/ColumnKeeper2.0 | 7413bd1dea25f013f47bb0a54ac90152ff27f02d | [
"Apache-2.0"
] | 4 | 2022-01-01T03:25:11.000Z | 2022-02-28T21:35:00.000Z | Assets/ColumnKeeper/Scripts/Arrows/MeteorShower.cs | tgorman21/ColumnKeeper2.0 | 7413bd1dea25f013f47bb0a54ac90152ff27f02d | [
"Apache-2.0"
] | null | null | null | Assets/ColumnKeeper/Scripts/Arrows/MeteorShower.cs | tgorman21/ColumnKeeper2.0 | 7413bd1dea25f013f47bb0a54ac90152ff27f02d | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.VFX;
public class MeteorShower : MonoBehaviour
{
[SerializeField] GameObject meteorShower;
public float meteorTime = 10;
// Start is called before the first frame update
void Start()
{
... | 25.181818 | 76 | 0.66426 |
25074f160b243bffe6bbc056878a43271a1f7321 | 692 | cs | C# | 2Generics/ScalePgm/Launcher.cs | gaydov/Softuni-OOP-Advanced | 11f7704948a30e42d15a1b2eb62d37f5094ae160 | [
"MIT"
] | 2 | 2017-11-01T11:10:24.000Z | 2019-02-21T15:27:30.000Z | 2Generics/ScalePgm/Launcher.cs | gaydov/Softuni-OOP-Advanced | 11f7704948a30e42d15a1b2eb62d37f5094ae160 | [
"MIT"
] | null | null | null | 2Generics/ScalePgm/Launcher.cs | gaydov/Softuni-OOP-Advanced | 11f7704948a30e42d15a1b2eb62d37f5094ae160 | [
"MIT"
] | null | null | null | using System;
namespace ScalePgm
{
public class Launcher
{
public static void Main()
{
Scale<int> scaleInts = new Scale<int>(1, 5);
Scale<bool> scaleBool = new Scale<bool>(true, true);
Scale<string> scaleStrings = new Scale<string>("hi", "hi");
... | 34.6 | 114 | 0.611272 |
ed6c548a39e4955b523e2787acaefc2dad15c94f | 391 | cs | C# | iBot/TmiApi/ChannelChattersEndpoint/ChannelChatters.cs | LunaTTvBot/iBot | a51a2925a1a6abdc56ef7287a305512e2f03ccab | [
"FTL"
] | null | null | null | iBot/TmiApi/ChannelChattersEndpoint/ChannelChatters.cs | LunaTTvBot/iBot | a51a2925a1a6abdc56ef7287a305512e2f03ccab | [
"FTL"
] | null | null | null | iBot/TmiApi/ChannelChattersEndpoint/ChannelChatters.cs | LunaTTvBot/iBot | a51a2925a1a6abdc56ef7287a305512e2f03ccab | [
"FTL"
] | null | null | null | using RestSharp.Deserializers;
namespace IBot.TmiApi.ChannelChattersEndpoint
{
internal class ChannelChatters
{
[DeserializeAs(Name = "_links")]
public object Links { get; set; }
[DeserializeAs(Name = "chatter_count")]
public int Count { get; set; }
[DeserializeAs(Nam... | 24.4375 | 47 | 0.629156 |
977370313f4acd7c1dd5975429769755e6ded831 | 1,529 | cs | C# | Encapsulation/Football Team Generator/Models/Team.cs | ivajlotokiew/CSharp_OOP_Basics | 8dde59cd1e297645bdf069148b2d8eee8bd84901 | [
"MIT"
] | null | null | null | Encapsulation/Football Team Generator/Models/Team.cs | ivajlotokiew/CSharp_OOP_Basics | 8dde59cd1e297645bdf069148b2d8eee8bd84901 | [
"MIT"
] | null | null | null | Encapsulation/Football Team Generator/Models/Team.cs | ivajlotokiew/CSharp_OOP_Basics | 8dde59cd1e297645bdf069148b2d8eee8bd84901 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace _06.Problem_NewVersion.Models
{
public class Team
{
private string name;
private int rating;
private Dictionary<string, Player> players;
public Team(string name)
{
this.Name = name;
this.... | 25.483333 | 104 | 0.512753 |
0d66434cae7d67ff8067ca4f4e468a115a9ee7f0 | 1,655 | cs | C# | src/Mobile/MicroBluer.AndroidUtils/InputMethodServices/KeyboardInputListener.cs | dalyl/LazyWelfare | d1c59bd291624e5000515ac75a139d78a6098340 | [
"MIT"
] | 2 | 2018-04-26T01:31:29.000Z | 2018-05-19T03:48:34.000Z | src/Mobile/MicroBluer.AndroidUtils/InputMethodServices/KeyboardInputListener.cs | dalyl/MicroBluer | d1c59bd291624e5000515ac75a139d78a6098340 | [
"MIT"
] | null | null | null | src/Mobile/MicroBluer.AndroidUtils/InputMethodServices/KeyboardInputListener.cs | dalyl/MicroBluer | d1c59bd291624e5000515ac75a139d78a6098340 | [
"MIT"
] | null | null | null |
namespace MicroBluer.AndroidUtils.InputMethodServices
{
using System;
using Android.InputMethodServices;
using Java.Lang;
public class KeyboardInputListener : Java.Lang.Object, KeyboardView.IOnKeyboardActionListener
{
public Action<Android.Views.Keycode, Android.Views.Keycode[]> KeyEvent... | 23.985507 | 97 | 0.590937 |
798d54469ae334d1d1b591daf912f8bb6192d898 | 50,134 | cs | C# | BoringCardLib.Tests/ImmutableCardSetTest.cs | LazyBui/BoringCardLib | e144afbd09a4e4830e0d65670ebc8484bfe4ec17 | [
"MIT"
] | null | null | null | BoringCardLib.Tests/ImmutableCardSetTest.cs | LazyBui/BoringCardLib | e144afbd09a4e4830e0d65670ebc8484bfe4ec17 | [
"MIT"
] | null | null | null | BoringCardLib.Tests/ImmutableCardSetTest.cs | LazyBui/BoringCardLib | e144afbd09a4e4830e0d65670ebc8484bfe4ec17 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using BoringCardLib;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Assert = TestLib.Framework.Assert;
namespace BoringCardLib.Tests {
[TestClass]
public class ImmutableCardSetTest {
private class ReallyBadComparer : IEqualityComparer<C... | 42.342905 | 182 | 0.69406 |
dc940ed827a926525b2b67b260650ed73a801cda | 1,064 | cs | C# | simulation/simulation/JSON.cs | alexgubanow/mSIM | 8a8f3c209a2d13425492fda395e46fa547b05d06 | [
"MIT"
] | null | null | null | simulation/simulation/JSON.cs | alexgubanow/mSIM | 8a8f3c209a2d13425492fda395e46fa547b05d06 | [
"MIT"
] | 1 | 2018-04-18T15:37:39.000Z | 2018-04-18T15:39:02.000Z | simulation/simulation/JSON.cs | alexgubanow/mSIM | 8a8f3c209a2d13425492fda395e46fa547b05d06 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace simulation
{
class JSON
{
public static string ReadFile(string filePath)
{
try
{ // Open the text file ... | 23.644444 | 90 | 0.472744 |
4243c7c0ec1d536b0768b308baa69ef7b21cc33d | 682 | cs | C# | Sources/Extensions/ThreatsManager.DevOps/Review/BacklogReviewSettledOnPropertyViewerBlock.cs | simonec73/threatsmanager | 2bb8385fef3ca094a34914b6f3e0ca8613010421 | [
"MIT"
] | 39 | 2020-06-22T12:31:52.000Z | 2022-03-25T21:32:41.000Z | Sources/Extensions/ThreatsManager.DevOps/Review/BacklogReviewSettledOnPropertyViewerBlock.cs | simonec73/threatsmanager | 2bb8385fef3ca094a34914b6f3e0ca8613010421 | [
"MIT"
] | 11 | 2021-03-24T22:05:51.000Z | 2022-03-11T15:59:30.000Z | Sources/Extensions/ThreatsManager.DevOps/Review/BacklogReviewSettledOnPropertyViewerBlock.cs | simonec73/threatsmanager | 2bb8385fef3ca094a34914b6f3e0ca8613010421 | [
"MIT"
] | 8 | 2020-06-22T07:40:52.000Z | 2022-01-24T22:10:37.000Z | using System.Drawing;
using PostSharp.Patterns.Contracts;
using ThreatsManager.Interfaces.Extensions;
namespace ThreatsManager.DevOps.Review
{
public class BacklogReviewSettledOnPropertyViewerBlock : IPropertyViewerBlock
{
public BacklogReviewSettledOnPropertyViewerBlock([NotNull] ReviewInfo info)
... | 29.652174 | 91 | 0.674487 |
f77138761642da838b77724955ade8cc6f74a375 | 1,258 | cs | C# | Assets/Scripts/Tower/ArcherTower.cs | miniwheatslover/TowerDefense | 68a9f080ebe750cde28d11b0e7bae72619032b4e | [
"CC-BY-4.0"
] | null | null | null | Assets/Scripts/Tower/ArcherTower.cs | miniwheatslover/TowerDefense | 68a9f080ebe750cde28d11b0e7bae72619032b4e | [
"CC-BY-4.0"
] | null | null | null | Assets/Scripts/Tower/ArcherTower.cs | miniwheatslover/TowerDefense | 68a9f080ebe750cde28d11b0e7bae72619032b4e | [
"CC-BY-4.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System.Numerics;
using UnityEngine;
using Vector3 = UnityEngine.Vector3;
public class ArcherTower : Tower
{
protected override IEnumerator Shoot()
{
Minions[] minionsInRange = {};
// TODO: Add condition (with round end)
... | 34 | 106 | 0.608903 |
731abbafc3a00b1c027b9f79d1285492f7b7f092 | 897 | cshtml | C# | MiniProyecto/MiniProyecto/Views/Home/Index.cshtml | ChristianK106/Christian_Cano_21-01-21 | 8be3728b6656628afe25099c6b1b38c0a929e924 | [
"MIT"
] | 1 | 2021-01-21T21:11:20.000Z | 2021-01-21T21:11:20.000Z | MiniProyecto/MiniProyecto/Views/Home/Index.cshtml | ChristianK106/Christian_Cano_21-01-21 | 8be3728b6656628afe25099c6b1b38c0a929e924 | [
"MIT"
] | null | null | null | MiniProyecto/MiniProyecto/Views/Home/Index.cshtml | ChristianK106/Christian_Cano_21-01-21 | 8be3728b6656628afe25099c6b1b38c0a929e924 | [
"MIT"
] | null | null | null | @model IEnumerable<MiniProyecto.Models.Album>
@{
ViewBag.Title = "Inicio";
}
<div class="py-2">
<h5>Seleccione un álbum para obtener un listado de sus fotos...</h5>
</div>
<div class="row py-2">
<div class="col-md-12">
<div class="form-group">
<label>Albums</label>
<selec... | 28.935484 | 136 | 0.555184 |
f0cfddb7e34bb9a51b923a5150da5954555db256 | 304 | cs | C# | Sample/Reservation/v1/Registration/Registration.Contracts/Events/Appointments/AppointmentRegistrantAssignedEvent.cs | Liang-Zhinian/CqrsFrameworkDotNet | a5a332a5138f0338a4741571331cfe0edb9a0031 | [
"MIT"
] | null | null | null | Sample/Reservation/v1/Registration/Registration.Contracts/Events/Appointments/AppointmentRegistrantAssignedEvent.cs | Liang-Zhinian/CqrsFrameworkDotNet | a5a332a5138f0338a4741571331cfe0edb9a0031 | [
"MIT"
] | null | null | null | Sample/Reservation/v1/Registration/Registration.Contracts/Events/Appointments/AppointmentRegistrantAssignedEvent.cs | Liang-Zhinian/CqrsFrameworkDotNet | a5a332a5138f0338a4741571331cfe0edb9a0031 | [
"MIT"
] | null | null | null | using CqrsFramework.Events;
namespace Registration.Contracts.Events.Appointments
{
public class AppointmentRegistrantAssignedEvent : BaseEvent, IEvent
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string Email { get; set; }
}
}
| 25.333333 | 71 | 0.684211 |
325ae9f10eb0c8bb39e97869fec056286c3dc68c | 639 | cs | C# | Server/Hotfix/Module/Actor/MailboxGateSessionHandler.cs | ckyQwQ/CkySpaceGame | 0fe42d72a50423ac94f7155ceb06688ceb2e7332 | [
"MIT"
] | 164 | 2020-11-04T10:36:57.000Z | 2022-03-30T09:17:18.000Z | Server/Hotfix/Module/Actor/MailboxGateSessionHandler.cs | ckyQwQ/CkySpaceGame | 0fe42d72a50423ac94f7155ceb06688ceb2e7332 | [
"MIT"
] | 2 | 2019-05-17T11:51:11.000Z | 2019-09-22T01:50:45.000Z | Server/Hotfix/Module/Actor/MailboxGateSessionHandler.cs | ckyQwQ/CkySpaceGame | 0fe42d72a50423ac94f7155ceb06688ceb2e7332 | [
"MIT"
] | 57 | 2020-11-11T11:53:46.000Z | 2022-03-27T04:47:19.000Z | using System;
using ETModel;
namespace ETHotfix
{
/// <summary>
/// gate session类型的Mailbox,收到的actor消息直接转发给客户端
/// </summary>
[MailboxHandler(AppType.Gate, MailboxType.GateSession)]
public class MailboxGateSessionHandler : IMailboxHandler
{
public async ETTask Handle(Session session, Entity entity, object acto... | 21.3 | 81 | 0.710485 |
94157b038a80d374199dc83382fac685da2de465 | 7,184 | cs | C# | GitHubReadmeWebTrends.UnitTests/Tests/GitHubGraphQLApiServiceTests.cs | brminnick/GitHubReadmeWebTrends | 7c0c3d8feac499fc45eebef6e9c6c6de9d284474 | [
"MIT"
] | 15 | 2020-10-06T02:41:41.000Z | 2021-11-23T17:26:20.000Z | GitHubReadmeWebTrends.UnitTests/Tests/GitHubGraphQLApiServiceTests.cs | brminnick/GitHubReadmeWebTrends | 7c0c3d8feac499fc45eebef6e9c6c6de9d284474 | [
"MIT"
] | 28 | 2020-08-11T00:26:38.000Z | 2022-01-31T23:47:11.000Z | GitHubReadmeWebTrends.UnitTests/Tests/GitHubGraphQLApiServiceTests.cs | brminnick/GitHubReadmeWebTrends | 7c0c3d8feac499fc45eebef6e9c6c6de9d284474 | [
"MIT"
] | 6 | 2020-10-05T18:39:03.000Z | 2021-09-05T15:33:48.000Z | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using NUnit.Framework;
namespace GitHubReadmeWebTrends.Common.UnitTests
{
class GitHubGraphQLApiServiceTests : BaseTest
{
[Test]
public async Task GetMicrosoftDocsContr... | 45.757962 | 225 | 0.654649 |
f84a09edda8f1a503a86da6b2fba0d143c710f58 | 282 | cs | C# | 08.C#OOPAdvanced/08.ExamPreparation/Hell-Skeleton/Hell/Commands/HeroCommand.cs | V-Uzunov/Soft-Uni-Education | 3b723a77b109609f95acb89e225dc463dd35fb23 | [
"MIT"
] | 3 | 2017-12-20T17:04:03.000Z | 2018-04-02T20:57:09.000Z | 08.C#OOPAdvanced/08.ExamPreparation/Hell-Skeleton/Hell/Commands/HeroCommand.cs | V-Uzunov/Soft-Uni-Education | 3b723a77b109609f95acb89e225dc463dd35fb23 | [
"MIT"
] | null | null | null | 08.C#OOPAdvanced/08.ExamPreparation/Hell-Skeleton/Hell/Commands/HeroCommand.cs | V-Uzunov/Soft-Uni-Education | 3b723a77b109609f95acb89e225dc463dd35fb23 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
public class HeroCommand : Command
{
public HeroCommand(IList<string> args, IHeroManager heroManager) : base(args, heroManager)
{
}
public override string Execute()
{
return this.HeroManager.AddHero(this.Args);
}
} | 21.692308 | 94 | 0.691489 |
9ffb37fbd8f1370f37c382312a87a3537d99cdb5 | 903 | cs | C# | QueueSample/ProcessDocuments.cs | blackcathsh/ProfessionalCSharp7 | a00592d052d4a9ed570ee89aa5b1b9bfc516ce72 | [
"MIT"
] | null | null | null | QueueSample/ProcessDocuments.cs | blackcathsh/ProfessionalCSharp7 | a00592d052d4a9ed570ee89aa5b1b9bfc516ce72 | [
"MIT"
] | null | null | null | QueueSample/ProcessDocuments.cs | blackcathsh/ProfessionalCSharp7 | a00592d052d4a9ed570ee89aa5b1b9bfc516ce72 | [
"MIT"
] | null | null | null | using System;
using System.Threading.Tasks;
namespace QueueSample
{
public class ProcessDocuments
{
private DocumentManager _documentManager;
protected ProcessDocuments(DocumentManager documentManager)
{
_documentManager = documentManager ?? throw new ArgumentNullException... | 27.363636 | 107 | 0.584718 |
72689edce2cce214b7c8c843d3535d5f68391f2b | 2,213 | cs | C# | src/Synnduit/Mappings/IMappingRepository.cs | Synnduit/Synnduit.NET | 8fbae36dba25006297292cb4f2ddc43ee79ab451 | [
"Apache-2.0"
] | null | null | null | src/Synnduit/Mappings/IMappingRepository.cs | Synnduit/Synnduit.NET | 8fbae36dba25006297292cb4f2ddc43ee79ab451 | [
"Apache-2.0"
] | null | null | null | src/Synnduit/Mappings/IMappingRepository.cs | Synnduit/Synnduit.NET | 8fbae36dba25006297292cb4f2ddc43ee79ab451 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
namespace Synnduit.Mappings
{
/// <summary>
/// Manages mappings between source system entities and their destination system
/// counterparts.
/// </summary>
/// <typeparam name="TEntity">The type representing the entity.</typeparam>
internal interface IMappin... | 40.236364 | 91 | 0.620425 |
6815f0f860ef4a141dad9ace4bbc02dfc2665c13 | 498 | cs | C# | SweptConsole/Commit.cs | envisagenow/swept | a526b1d5dbe51f6c2fab6451256c1da5bcfc2a64 | [
"MIT"
] | null | null | null | SweptConsole/Commit.cs | envisagenow/swept | a526b1d5dbe51f6c2fab6451256c1da5bcfc2a64 | [
"MIT"
] | null | null | null | SweptConsole/Commit.cs | envisagenow/swept | a526b1d5dbe51f6c2fab6451256c1da5bcfc2a64 | [
"MIT"
] | null | null | null | // Swept: Software Enhancement Progress Tracking.
// Copyright (c) 2009, 2013 Jason Cole and Envisage Technologies Corp.
// This software is open source, MIT license. See the file LICENSE for details.
using System;
namespace swept
{
/// <summary>A commit of unspecified files by one committer at one mom... | 33.2 | 88 | 0.656627 |
86377c9af70fab2acf981392bbbb0cb721ab4b24 | 366 | cs | C# | rentwithus.aspx.cs | richardreamz/rentaboat | 210441dbe0ab1082ef6c3aae49264fb3da6d20a5 | [
"Apache-2.0"
] | null | null | null | rentwithus.aspx.cs | richardreamz/rentaboat | 210441dbe0ab1082ef6c3aae49264fb3da6d20a5 | [
"Apache-2.0"
] | null | null | null | rentwithus.aspx.cs | richardreamz/rentaboat | 210441dbe0ab1082ef6c3aae49264fb3da6d20a5 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace BoarRenting {
public partial class rentwithus_as... | 19.263158 | 63 | 0.745902 |
830fd4c0d9e0ab1fa98bd8ca2fba1faaa79fba83 | 857 | cs | C# | UniversalSplitScreen/SendInput/MouseInputNotifications.cs | EdwardBetts/UniversalSplitScreen | d0618b8bfb9dd2a9e034609014ffea6fac607a4b | [
"MIT"
] | 573 | 2019-06-01T14:00:37.000Z | 2022-03-27T06:06:57.000Z | UniversalSplitScreen/SendInput/MouseInputNotifications.cs | Dudemanjude/UniversalSplitScreen | 1b53d235b0d84a360440cc9b7dbde58bb431ce29 | [
"MIT"
] | 74 | 2019-07-19T13:49:58.000Z | 2022-01-05T17:21:43.000Z | UniversalSplitScreen/SendInput/MouseInputNotifications.cs | Dudemanjude/UniversalSplitScreen | 1b53d235b0d84a360440cc9b7dbde58bb431ce29 | [
"MIT"
] | 27 | 2019-11-27T00:38:41.000Z | 2022-02-17T06:41:26.000Z | using System;
namespace UniversalSplitScreen.SendInput
{
//https://docs.microsoft.com/en-gb/windows/desktop/inputdev/mouse-input-notifications
[Flags]
enum MouseInputNotifications : ushort
{
/// <summary>
/// https://docs.microsoft.com/en-gb/windows/desktop/inputdev/wm-mousemove
/// </summary>
WM_MOUSEMOV... | 19.477273 | 86 | 0.714119 |
8333644ca857f731435d2fbf592b316388d6abec | 2,504 | cs | C# | andrefmello91.Material/Concrete/Parameters/IParameters.cs | andrefmello91/Material | ec24ab52c198d44e397bddcc62c51b2dc6c88b4b | [
"MIT"
] | 1 | 2021-05-02T03:23:28.000Z | 2021-05-02T03:23:28.000Z | andrefmello91.Material/Concrete/Parameters/IParameters.cs | andrefmello91/Material | ec24ab52c198d44e397bddcc62c51b2dc6c88b4b | [
"MIT"
] | null | null | null | andrefmello91.Material/Concrete/Parameters/IParameters.cs | andrefmello91/Material | ec24ab52c198d44e397bddcc62c51b2dc6c88b4b | [
"MIT"
] | null | null | null | using System;
using andrefmello91.Extensions;
using UnitsNet;
using UnitsNet.Units;
namespace andrefmello91.Material.Concrete;
/// <summary>
/// Model for calculating concrete parameters.
/// </summary>
public enum ParameterModel
{
/// <summary>
/// Default parameter model.
/// </summary>
Default,
/// ... | 21.964912 | 201 | 0.654952 |
a217da2f92415e90e3c6897e5903c04bcf5255f0 | 422 | cs | C# | Services/Modells/TempModell.cs | j-mano/HardwareCheck-.net-core | f9fd342c5e7d963fd082dbe34e21283baeb420a0 | [
"Unlicense"
] | null | null | null | Services/Modells/TempModell.cs | j-mano/HardwareCheck-.net-core | f9fd342c5e7d963fd082dbe34e21283baeb420a0 | [
"Unlicense"
] | null | null | null | Services/Modells/TempModell.cs | j-mano/HardwareCheck-.net-core | f9fd342c5e7d963fd082dbe34e21283baeb420a0 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace GetHardwareInfo.Services.Modells
{
public class TempModell
{
public float CpuTemp { get; set; }
public bool MultiCpu { get; set; }
public float GpuTemp { get; set; }
public bool MultiGpu { get; set; }
... | 24.823529 | 50 | 0.632701 |
e6ef70304fecc7d72d33dc126576a3aa3752842b | 1,366 | cs | C# | src/Umbraco.RestApi/Models/PublishedContentRepresentation.cs | abjerner/UmbracoRestApi | 3d1ab560df18baa91948be98980c89ffc8321f85 | [
"MIT"
] | 2 | 2021-01-13T23:42:42.000Z | 2022-01-14T02:15:50.000Z | src/Umbraco.RestApi/Models/PublishedContentRepresentation.cs | abjerner/UmbracoRestApi | 3d1ab560df18baa91948be98980c89ffc8321f85 | [
"MIT"
] | null | null | null | src/Umbraco.RestApi/Models/PublishedContentRepresentation.cs | abjerner/UmbracoRestApi | 3d1ab560df18baa91948be98980c89ffc8321f85 | [
"MIT"
] | 1 | 2021-06-28T18:32:43.000Z | 2021-06-28T18:32:43.000Z | namespace Umbraco.RestApi.Models
{
public class PublishedContentRepresentation : ContentRepresentationBase
{
public string WriterName { get; set; }
public string CreatorName { get; set; }
public int WriterId { get; set; }
public int CreatorId { get; set; }
publi... | 36.918919 | 101 | 0.644949 |
f96f9e71b0ea20931e6c6a235b977075761835c8 | 1,361 | cs | C# | Source/Boilerplate.FeatureSelection.Client/Views/MainView.xaml.cs | lurumad/Templates-1 | f26fe7d90235be4832e54c92eda5ecc9c5870add | [
"MIT"
] | null | null | null | Source/Boilerplate.FeatureSelection.Client/Views/MainView.xaml.cs | lurumad/Templates-1 | f26fe7d90235be4832e54c92eda5ecc9c5870add | [
"MIT"
] | null | null | null | Source/Boilerplate.FeatureSelection.Client/Views/MainView.xaml.cs | lurumad/Templates-1 | f26fe7d90235be4832e54c92eda5ecc9c5870add | [
"MIT"
] | 2 | 2018-07-22T23:19:04.000Z | 2021-02-11T17:29:54.000Z | namespace Boilerplate.FeatureSelection.Views
{
using System.Diagnostics;
using System.Windows;
using System.Windows.Documents;
using Boilerplate.FeatureSelection.ViewModels;
public partial class MainView : Window, IMainView
{
public MainView()
{
InitializeComponent(... | 26.173077 | 107 | 0.546657 |
f9a6289337543ed8e1181f571587c128afb8db94 | 321 | cs | C# | framework/src/Bing/Bing/DependencyInjection/FromServiceAttribute.cs | haptear/Bing.NetCore | 221a401bd3cff0301b8c119ff7a29b74730d1214 | [
"MIT"
] | 914 | 2018-03-15T11:14:34.000Z | 2022-03-30T17:31:21.000Z | framework/src/Bing/Bing/DependencyInjection/FromServiceAttribute.cs | haptear/Bing.NetCore | 221a401bd3cff0301b8c119ff7a29b74730d1214 | [
"MIT"
] | 46 | 2018-04-23T15:49:19.000Z | 2021-09-09T02:57:19.000Z | framework/src/Bing/Bing/DependencyInjection/FromServiceAttribute.cs | haptear/Bing.NetCore | 221a401bd3cff0301b8c119ff7a29b74730d1214 | [
"MIT"
] | 208 | 2018-03-15T11:14:35.000Z | 2022-02-18T12:35:27.000Z | using System;
namespace Bing.DependencyInjection
{
/// <summary>
/// 属性注入 特性
/// </summary>
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)]
public sealed class FromServiceAttribute : Attribute
{
}
}... | 24.692308 | 143 | 0.700935 |
2f09b48f6804e0d46408b9f380df678bf017a809 | 3,811 | cs | C# | StudyCards/StackFuncs.cs | davidov541/StudyCards | 9a941f47db9b2aae112ee49426921eabda98fb94 | [
"Apache-2.0"
] | null | null | null | StudyCards/StackFuncs.cs | davidov541/StudyCards | 9a941f47db9b2aae112ee49426921eabda98fb94 | [
"Apache-2.0"
] | null | null | null | StudyCards/StackFuncs.cs | davidov541/StudyCards | 9a941f47db9b2aae112ee49426921eabda98fb94 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Utilities;
using System.Xml;
namespace StudyCards.Utilities
{
public static class StackFuncs
{
public static List<Dictionary<String, String>> LoadStack(XmlDocument currdeck)
{
D... | 45.369048 | 94 | 0.594332 |
2048b4ff0d8c510b4f4a422571eb88e7795fa45e | 1,285 | cs | C# | Query/Interfaces/IQueryHandler.cs | sarul84/Prakrishta.Cqs.Data.Infrastructure | f5577940cfb4988caa0e7cd3d7f07c6145a6d702 | [
"MIT"
] | 1 | 2019-06-20T20:10:10.000Z | 2019-06-20T20:10:10.000Z | Query/Interfaces/IQueryHandler.cs | sarul84/Prakrishta.Cqs.Data.Infrastructure | f5577940cfb4988caa0e7cd3d7f07c6145a6d702 | [
"MIT"
] | null | null | null | Query/Interfaces/IQueryHandler.cs | sarul84/Prakrishta.Cqs.Data.Infrastructure | f5577940cfb4988caa0e7cd3d7f07c6145a6d702 | [
"MIT"
] | null | null | null | //----------------------------------------------------------------------------------
// <copyright file="IQueryHandler.cs" company="Prakrishta Technologies">
// Copyright (c) 2019 Prakrishta Technologies. All rights reserved.
// </copyright>
// <author>Arul Sengottaiyan</author>
// <date>6/21/2019</date>
// <summa... | 41.451613 | 98 | 0.582879 |
c7055ae7a115db72c3b52dbc2c0b819088cdd9a8 | 847 | cs | C# | TGC.Group/InventarioYObjetos/Palmera.cs | fededri/2017_1C_3051_LaDupla | c8a11bf6f211d16a2bdf0721caf9dd8899ac5f9d | [
"MIT"
] | null | null | null | TGC.Group/InventarioYObjetos/Palmera.cs | fededri/2017_1C_3051_LaDupla | c8a11bf6f211d16a2bdf0721caf9dd8899ac5f9d | [
"MIT"
] | null | null | null | TGC.Group/InventarioYObjetos/Palmera.cs | fededri/2017_1C_3051_LaDupla | c8a11bf6f211d16a2bdf0721caf9dd8899ac5f9d | [
"MIT"
] | null | null | null | using Microsoft.DirectX;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TGC.Core.SceneLoader;
using TGC.Core.Text;
using TGC.Group.Model;
namespace TGC.Group.InventarioYObjetos
{
class Palmera : Crafteable
{
... | 16.288462 | 47 | 0.546635 |
982628dcb6c4671632274a7dc3d4ba4d16b0772b | 1,461 | cs | C# | CSharpFundamentalsModule/CSharpAdvanced/SetsAndDictionaries/SetsAndDictionariesExercise/05. Phonebook/Phonebook.cs | Alexcho0o0/SoftUni | b818abc9a3881d321a32a7d92346b2ab9bf2f8f7 | [
"MIT"
] | 1 | 2017-07-11T11:03:31.000Z | 2017-07-11T11:03:31.000Z | CSharpFundamentalsModule/CSharpAdvanced/SetsAndDictionaries/SetsAndDictionariesExercise/05. Phonebook/Phonebook.cs | Alexcho0o0/SoftUni | b818abc9a3881d321a32a7d92346b2ab9bf2f8f7 | [
"MIT"
] | null | null | null | CSharpFundamentalsModule/CSharpAdvanced/SetsAndDictionaries/SetsAndDictionariesExercise/05. Phonebook/Phonebook.cs | Alexcho0o0/SoftUni | b818abc9a3881d321a32a7d92346b2ab9bf2f8f7 | [
"MIT"
] | null | null | null | namespace Phonebook
{
using System;
using System.Collections.Generic;
class Phonebook
{
static void Main(string[] args)
{
var phonebook = new Dictionary<string, string>();
do
{
var input = Console.ReadLine();
if (inp... | 23.564516 | 74 | 0.361396 |
9866dadb96339ad383de3d228b11f7f90caca17b | 1,971 | cs | C# | src/BMSSV.IO.Test/MetroidDread/SectionTests/SectionTest.cs | KhaosVoid/BMSSV.IO | 95880d6a79346ad6dd1bc7d9e49fb49a394b62e4 | [
"BSD-3-Clause"
] | 1 | 2021-11-04T13:57:59.000Z | 2021-11-04T13:57:59.000Z | src/BMSSV.IO.Test/MetroidDread/SectionTests/SectionTest.cs | KhaosVoid/BMSSV.IO | 95880d6a79346ad6dd1bc7d9e49fb49a394b62e4 | [
"BSD-3-Clause"
] | null | null | null | src/BMSSV.IO.Test/MetroidDread/SectionTests/SectionTest.cs | KhaosVoid/BMSSV.IO | 95880d6a79346ad6dd1bc7d9e49fb49a394b62e4 | [
"BSD-3-Clause"
] | null | null | null | using BMSSV.IO.MetroidDread;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.IO;
using System.Reflection;
namespace BMSSV.IO.Test.MetroidDread.SectionTests
{
[TestClass]
public class SectionTest : IDataTest<Section>
{
#region Properties
public Assembly ExecutingAssembly
... | 27.760563 | 107 | 0.593607 |
22d610f6d92818b3ead91119ee7701e54fb04e2b | 10,400 | cs | C# | NetFabric.Assertive.UnitTests/Assertions/EnumerableReferenceTypeAssertionsTests/BeEqualTo.TestList.cs | NetFabric/NetFabric.Assertive | 9e34a9acd9e937b2d15fb3b12df69cdcdc465ed6 | [
"MIT"
] | 7 | 2019-10-06T20:23:41.000Z | 2021-03-25T16:07:02.000Z | NetFabric.Assertive.UnitTests/Assertions/EnumerableReferenceTypeAssertionsTests/BeEqualTo.TestList.cs | NetFabric/NetFabric.Assertive | 9e34a9acd9e937b2d15fb3b12df69cdcdc465ed6 | [
"MIT"
] | null | null | null | NetFabric.Assertive.UnitTests/Assertions/EnumerableReferenceTypeAssertionsTests/BeEqualTo.TestList.cs | NetFabric/NetFabric.Assertive | 9e34a9acd9e937b2d15fb3b12df69cdcdc465ed6 | [
"MIT"
] | 1 | 2020-03-12T18:54:35.000Z | 2020-03-12T18:54:35.000Z | using System;
using System.Collections.Generic;
using Xunit;
namespace NetFabric.Assertive.UnitTests
{
public partial class EnumerableReferenceTypeAssertionsTests
{
public static TheoryData<TestList, int[]> BeEqualTo_TestList_EqualData =>
new()
{
{ new TestList(T... | 94.545455 | 438 | 0.686346 |
fe3fd9531aa10bb0ce81a4fa76ee5fc92273da87 | 789 | cs | C# | Code/Chapter_6/Code_6-8.cs | PacktPublishing/Object-Oriented-Programming-with-C-7 | 97628c3ba9f4208837c0c826060b3d57376be199 | [
"MIT"
] | 19 | 2019-04-03T21:06:07.000Z | 2021-12-03T13:00:49.000Z | Code/Chapter_6/Code_6-8.cs | rroy15/Hands-On-Object-Oriented-Programming-with-CSharp | c9d99d29d5921ff40afaf33edc8bc1da82c27c05 | [
"MIT"
] | 2 | 2019-12-03T11:29:06.000Z | 2021-04-09T06:44:41.000Z | Code/Chapter_6/Code_6-8.cs | rroy15/Hands-On-Object-Oriented-Programming-with-CSharp | c9d99d29d5921ff40afaf33edc8bc1da82c27c05 | [
"MIT"
] | 17 | 2019-02-28T11:23:41.000Z | 2021-12-02T08:56:13.000Z | using System;
namespace EventsAndDelegates
{
public delegate int DoSomething(B b);
public class A
{
public int value = 5;
}
public class B : A { }
public class Program
{
public static int WorkA(A a)
{
Console.WriteLine("Method WorkA called: ");
... | 18.348837 | 56 | 0.504436 |
1b280fbfdcd8bda0db27ef467cecf897b82abe38 | 147 | cs | C# | src/NexusMods.Monitor.Scraper.Application/Queries/NexusModsIssues/NexusModsIssuePriority.cs | Aragas/NexusMods.Monitor | 2933d424b4bb61c4cbeb2cc799b04af0c56a89ce | [
"MIT"
] | null | null | null | src/NexusMods.Monitor.Scraper.Application/Queries/NexusModsIssues/NexusModsIssuePriority.cs | Aragas/NexusMods.Monitor | 2933d424b4bb61c4cbeb2cc799b04af0c56a89ce | [
"MIT"
] | 9 | 2021-09-30T15:19:27.000Z | 2022-03-08T20:27:48.000Z | src/NexusMods.Monitor.Scraper.Application/Queries/NexusModsIssues/NexusModsIssuePriority.cs | Aragas/NexusMods.Monitor | 2933d424b4bb61c4cbeb2cc799b04af0c56a89ce | [
"MIT"
] | null | null | null | namespace NexusMods.Monitor.Scraper.Application.Queries.NexusModsIssues
{
public sealed record NexusModsIssuePriority(uint Id, string Name);
} | 36.75 | 72 | 0.823129 |
883fabf78dac9e0c396ef32228f2e38973cf1b11 | 6,528 | cs | C# | Kernel.Module/Kernel.Module/Module.cs | KernelNO/Kernel.Module | 884ee9cb97e9ca21c29624868a44dd32118d43c9 | [
"BSD-2-Clause"
] | 1 | 2019-03-21T13:19:20.000Z | 2019-03-21T13:19:20.000Z | Kernel.Module/Kernel.Module/Module.cs | KernelNO/Kernel.Module | 884ee9cb97e9ca21c29624868a44dd32118d43c9 | [
"BSD-2-Clause"
] | null | null | null | Kernel.Module/Kernel.Module/Module.cs | KernelNO/Kernel.Module | 884ee9cb97e9ca21c29624868a44dd32118d43c9 | [
"BSD-2-Clause"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace Kernel.Module
{
/// <summary>
/// Represents a loaded .Net assembly (.dll or .exe).
/// </summary>
/// <remarks>This class should be completely thread safe.</remarks>
public sealed class Module
... | 37.953488 | 177 | 0.545803 |
2a7982a83e4b9ed6bb9201274d832362fbb6080f | 799 | cs | C# | AJTaskManagerService/AJTaskManagerMobile/DataServices/ITaskSubitemWorkDataService.cs | qbasko/AJTaskManager | 24521a972e996a2bbd05e47e9f80037b16060b04 | [
"Apache-2.0"
] | null | null | null | AJTaskManagerService/AJTaskManagerMobile/DataServices/ITaskSubitemWorkDataService.cs | qbasko/AJTaskManager | 24521a972e996a2bbd05e47e9f80037b16060b04 | [
"Apache-2.0"
] | null | null | null | AJTaskManagerService/AJTaskManagerMobile/DataServices/ITaskSubitemWorkDataService.cs | qbasko/AJTaskManager | 24521a972e996a2bbd05e47e9f80037b16060b04 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AJTaskManagerMobile.Model.DTO;
namespace AJTaskManagerMobile.DataServices
{
public interface ITaskSubitemWorkDataService
{
Task<ObservableColl... | 34.73913 | 116 | 0.793492 |
2a9455d23cc39486bf0e8cd978fec84fbbb24b42 | 713 | cs | C# | Minisign.Net/Helper/EncryptionHelpers.cs | bitbeans/minisign-net | 7df7d878d615e46dfc88fbe30f7fe9b12f457c85 | [
"MIT"
] | 29 | 2015-08-11T09:34:42.000Z | 2022-02-16T20:24:59.000Z | Minisign.Net/Helper/EncryptionHelpers.cs | bitbeans/minisign-net | 7df7d878d615e46dfc88fbe30f7fe9b12f457c85 | [
"MIT"
] | 6 | 2015-08-11T13:31:17.000Z | 2021-03-13T09:34:40.000Z | Minisign.Net/Helper/EncryptionHelpers.cs | bitbeans/minisign-net | 7df7d878d615e46dfc88fbe30f7fe9b12f457c85 | [
"MIT"
] | 5 | 2016-10-05T20:38:27.000Z | 2021-04-20T22:18:31.000Z | using System.Collections.Generic;
namespace Minisign.Helper
{
/// <summary>
/// Helper class for simple encryption.
/// </summary>
public static class EncryptionHelpers
{
/// <summary>
/// Encrypt an array with XOR.
/// </summary>
/// <param name="data">An u... | 27.423077 | 71 | 0.509116 |
8170f47f347d2c913726a8dfed7304258a269a25 | 2,024 | cs | C# | src/Bbt.Campaign.Api/Bbt.Campaign.Api/Controllers/AuthorizationController.cs | hub-burgan-com-tr/bbt.loyalty | 2d3200f2e773af72939995557b2f7c0dd5a34feb | [
"MIT"
] | null | null | null | src/Bbt.Campaign.Api/Bbt.Campaign.Api/Controllers/AuthorizationController.cs | hub-burgan-com-tr/bbt.loyalty | 2d3200f2e773af72939995557b2f7c0dd5a34feb | [
"MIT"
] | 30 | 2022-02-28T13:49:38.000Z | 2022-03-31T12:29:14.000Z | src/Bbt.Campaign.Api/Bbt.Campaign.Api/Controllers/AuthorizationController.cs | hub-burgan-com-tr/bbt.loyalty | 2d3200f2e773af72939995557b2f7c0dd5a34feb | [
"MIT"
] | 1 | 2022-03-08T11:47:49.000Z | 2022-03-08T11:47:49.000Z | using Bbt.Campaign.Api.Base;
using Bbt.Campaign.Public.Models.Authorization;
using Bbt.Campaign.Services.Services.Approval;
using Bbt.Campaign.Services.Services.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace Bbt.Campaign.Api.Controllers
{
public class AuthorizationController : BaseController<Authorizat... | 33.733333 | 99 | 0.631917 |
869ebbd55e48e87e70d757d9d27a65b686b0ff4f | 837 | cs | C# | src/Pure3D/Chunks/SkeletonJointMirrorMap.cs | handsomematt/Pure3D | da3b956879ae273e2ebea4c9fcdb7dded707815e | [
"MIT"
] | 6 | 2018-08-19T21:50:31.000Z | 2021-08-24T08:26:13.000Z | src/Pure3D/Chunks/SkeletonJointMirrorMap.cs | plowteam/Pure3D | da3b956879ae273e2ebea4c9fcdb7dded707815e | [
"MIT"
] | null | null | null | src/Pure3D/Chunks/SkeletonJointMirrorMap.cs | plowteam/Pure3D | da3b956879ae273e2ebea4c9fcdb7dded707815e | [
"MIT"
] | 2 | 2019-07-05T14:17:57.000Z | 2021-05-09T22:17:20.000Z | using System.IO;
namespace Pure3D.Chunks
{
[ChunkType(17667)]
public class SkeletonJointMirrorMap : Chunk
{
public uint MappedJointIndex;
public float XAxisMap;
public float YAxisMap;
public float ZAxisMap;
public SkeletonJointMirrorMap(File file, uint type) : base... | 26.15625 | 79 | 0.594982 |
86ad3f28ee31ea229e2f00dda523617089f5513e | 1,979 | cs | C# | src/PartyBook.MicroServices.NightClub/Controllers/EventsController.cs | mishogv/PartyBook | 1837468dd1b4edf223bcce95673e0eac3202aa77 | [
"MIT"
] | null | null | null | src/PartyBook.MicroServices.NightClub/Controllers/EventsController.cs | mishogv/PartyBook | 1837468dd1b4edf223bcce95673e0eac3202aa77 | [
"MIT"
] | null | null | null | src/PartyBook.MicroServices.NightClub/Controllers/EventsController.cs | mishogv/PartyBook | 1837468dd1b4edf223bcce95673e0eac3202aa77 | [
"MIT"
] | null | null | null | namespace PartyBook.MicroServices.NightClub.Controllers
{
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using PartyBook.Common.Controllers;
using PartyBook.Common.Infrastructure;
using PartyBook.MicroServices.NightClub.Services;
using PartyBook.ViewModels.Event;
... | 35.981818 | 188 | 0.675594 |
df9a1fc869bfe8d22f63110c196702533282d23d | 530 | cs | C# | src/Dfc.CourseDirectory.Models/Models/Providers/Contactpersonaldetails.cs | SkillsFundingAgency/dfc-providerportal-tribalexporter | 82e807b58a9f0bae7525ee0e87c39eea4b2c9699 | [
"MIT"
] | null | null | null | src/Dfc.CourseDirectory.Models/Models/Providers/Contactpersonaldetails.cs | SkillsFundingAgency/dfc-providerportal-tribalexporter | 82e807b58a9f0bae7525ee0e87c39eea4b2c9699 | [
"MIT"
] | 6 | 2020-07-31T09:06:10.000Z | 2020-10-05T13:33:24.000Z | src/Dfc.CourseDirectory.Models/Models/Providers/Contactpersonaldetails.cs | SkillsFundingAgency/dfc-providerportal-tribalexporter | 82e807b58a9f0bae7525ee0e87c39eea4b2c9699 | [
"MIT"
] | 1 | 2021-04-11T08:40:12.000Z | 2021-04-11T08:40:12.000Z | using Dfc.CourseDirectory.Models.Interfaces.Providers;
using System;
using System.Collections.Generic;
using System.Text;
namespace Dfc.CourseDirectory.Models.Models.Providers
{
public class Contactpersonaldetails : IContactpersonaldetails
{
public string[] PersonNameTitle { get; set; }
public... | 31.176471 | 65 | 0.713208 |
dfa843b29c44dc51fdd1c9e621250baafb93a064 | 9,185 | cs | C# | test/Community.VisualStudio.SourceGenerators.UnitTests/CommandTable/CommandTableParserTests.cs | VsixCommunity/Community.VisualStudio.SourceGenerators | 1734c238c5819e5b7f448cddca254d2e2c7b723c | [
"MIT"
] | null | null | null | test/Community.VisualStudio.SourceGenerators.UnitTests/CommandTable/CommandTableParserTests.cs | VsixCommunity/Community.VisualStudio.SourceGenerators | 1734c238c5819e5b7f448cddca254d2e2c7b723c | [
"MIT"
] | 1 | 2022-01-26T00:07:10.000Z | 2022-01-26T19:14:01.000Z | test/Community.VisualStudio.SourceGenerators.UnitTests/CommandTable/CommandTableParserTests.cs | VsixCommunity/Community.VisualStudio.SourceGenerators | 1734c238c5819e5b7f448cddca254d2e2c7b723c | [
"MIT"
] | null | null | null | using System.Diagnostics.CodeAnalysis;
namespace Community.VisualStudio.SourceGenerators;
public class CommandTableParserTests
{
[Fact]
public void HandlesNoSymbols()
{
string contents = @"
<?xml version='1.0' encoding='utf-8'?>
<CommandTable xmlns='http://schemas.microsof... | 37.489796 | 144 | 0.562221 |
06fa432ab9895188cd8b8a649b7b7184ee67af49 | 281 | cs | C# | Source/Teamcity.DocumentReleaseNotes.Interfaces/IProjectDocumentWorker.cs | pageflex/Teamcity.DocumentReleaseNotes | a9e31b0a20c1135edc31768071aba633f3548f53 | [
"BSD-3-Clause"
] | null | null | null | Source/Teamcity.DocumentReleaseNotes.Interfaces/IProjectDocumentWorker.cs | pageflex/Teamcity.DocumentReleaseNotes | a9e31b0a20c1135edc31768071aba633f3548f53 | [
"BSD-3-Clause"
] | null | null | null | Source/Teamcity.DocumentReleaseNotes.Interfaces/IProjectDocumentWorker.cs | pageflex/Teamcity.DocumentReleaseNotes | a9e31b0a20c1135edc31768071aba633f3548f53 | [
"BSD-3-Clause"
] | null | null | null | using Teamcity.DocumentReleaseNotes.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace Teamcity.DocumentReleaseNotes.Interfaces
{
public interface IProjectDocumentWorker
{
void Write(TeamCityProject Project);
}
}
| 21.615385 | 51 | 0.743772 |
5f089255eb1a85ce822e109290c7e93af752435b | 227 | cs | C# | CSharp Fundamentals 2018/Csharp OOP Advanced/Reflection - Exercise/07_Inferno_Infinity/Gems/Emerald.cs | GMihalkow/CSharp | 2151b7b8396a7b3f7aa49fc2ca2490a457acc943 | [
"MIT"
] | 1 | 2019-04-07T23:31:36.000Z | 2019-04-07T23:31:36.000Z | CSharp Fundamentals 2018/Csharp OOP Advanced/Reflection - Exercise/07_Inferno_Infinity/Gems/Emerald.cs | GMihalkow/CSharp | 2151b7b8396a7b3f7aa49fc2ca2490a457acc943 | [
"MIT"
] | null | null | null | CSharp Fundamentals 2018/Csharp OOP Advanced/Reflection - Exercise/07_Inferno_Infinity/Gems/Emerald.cs | GMihalkow/CSharp | 2151b7b8396a7b3f7aa49fc2ca2490a457acc943 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
public class Emerald : Gem
{
public Emerald()
{
this.BonusStrength = 1;
this.BonusAgility = 4;
this.BonusVitality = 9;
}
} | 17.461538 | 33 | 0.625551 |
c6ad820e24794e119cc99f2859a84e383264c2d5 | 3,063 | cs | C# | Devices.API/Config.cs | nmshd/bkb-devices | cdb5f64dac80afddd7017feffe32cf7e8a698380 | [
"MIT"
] | null | null | null | Devices.API/Config.cs | nmshd/bkb-devices | cdb5f64dac80afddd7017feffe32cf7e8a698380 | [
"MIT"
] | null | null | null | Devices.API/Config.cs | nmshd/bkb-devices | cdb5f64dac80afddd7017feffe32cf7e8a698380 | [
"MIT"
] | null | null | null | using Devices.API.Models;
using IdentityServer4.Models;
namespace Devices.API;
public class Config
{
/*******************************************************
* Difference between Apis and Resources (source: https://brockallen.com/2019/02/25/scope-and-claims-design-in-identityserver/):
* APIs = Scopes i... | 36.464286 | 208 | 0.561867 |
3715e21facc89a1635c5174ba79e57f241574e53 | 1,070 | cs | C# | NodeBase/NodeMenu.cs | 13treize/EpionNodeGraph | d4dbff05e42ba707aac6218686f5d9e20656aa44 | [
"MIT"
] | 1 | 2021-12-02T05:16:28.000Z | 2021-12-02T05:16:28.000Z | NodeBase/NodeMenu.cs | 13treize/EpionNodeGraph | d4dbff05e42ba707aac6218686f5d9e20656aa44 | [
"MIT"
] | null | null | null | NodeBase/NodeMenu.cs | 13treize/EpionNodeGraph | d4dbff05e42ba707aac6218686f5d9e20656aa44 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
namespace EpionNodeGraph.NodeBase
{
public class NodeMenu
{
public WrapPanel WrapPanel { get; set; }
public NodeMenu()
{
WrapPanel = new ... | 22.291667 | 76 | 0.71215 |
371afe638206510dd53bd666bbadf37bd037ee91 | 255 | cs | C# | Utility/Network/Tracker/Identity/TrackerIdentity.cs | MalauD/Musics-Free-musics-player | 917a16b9252f6803ef1458cabc741a15fd993039 | [
"MIT"
] | 6 | 2018-10-25T16:32:33.000Z | 2022-02-11T08:24:11.000Z | Utility/Network/Tracker/Identity/TrackerIdentity.cs | MalauD/Musics-Free-musics-player | 917a16b9252f6803ef1458cabc741a15fd993039 | [
"MIT"
] | 3 | 2018-10-20T21:55:48.000Z | 2018-11-17T10:40:12.000Z | Utility/Network/Tracker/Identity/TrackerIdentity.cs | MalauD/Musics-Free-musics-player | 917a16b9252f6803ef1458cabc741a15fd993039 | [
"MIT"
] | 5 | 2018-10-21T11:14:42.000Z | 2019-11-26T01:18:05.000Z | using System;
using System.Net;
namespace Utility.Network.Tracker.Identity
{
[Serializable]
public class TrackerIdentity : Identity
{
public TrackerIdentity(IPEndPoint ip)
{
base.IPEndPoint = ip;
}
}
}
| 18.214286 | 45 | 0.619608 |
5e24cb312351aff163bd6a4cc68a7bdb9333c385 | 19,144 | cs | C# | Petitioner_UserControl.Designer.cs | Ashwin1398/Police-Management-System-in-VS | 3d9119a58ff09bb8b277081797870f97cf4e4757 | [
"Apache-2.0"
] | 1 | 2020-08-08T09:55:06.000Z | 2020-08-08T09:55:06.000Z | Petitioner_UserControl.Designer.cs | Ashwin1398/Police-Management-System | 3d9119a58ff09bb8b277081797870f97cf4e4757 | [
"Apache-2.0"
] | null | null | null | Petitioner_UserControl.Designer.cs | Ashwin1398/Police-Management-System | 3d9119a58ff09bb8b277081797870f97cf4e4757 | [
"Apache-2.0"
] | null | null | null | namespace Police_Database_System
{
partial class Petitioner_UserControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | 53.62465 | 172 | 0.592457 |
52a69acd13d8c4723e3593eba919a2d622024ac1 | 2,138 | cs | C# | Kodestruct/Analysis/Section/SectionTypes/SectionMultipleStacked.cs | Kodestruct/Kodestruct.Dynamo | d1b5f80b99b8222a56436c59586fa9d06b1d00e5 | [
"Apache-2.0"
] | 7 | 2017-03-04T17:51:09.000Z | 2021-01-30T06:25:52.000Z | Kodestruct/Analysis/Section/SectionTypes/SectionMultipleStacked.cs | Kodestruct/Kodestruct.Dynamo | d1b5f80b99b8222a56436c59586fa9d06b1d00e5 | [
"Apache-2.0"
] | null | null | null | Kodestruct/Analysis/Section/SectionTypes/SectionMultipleStacked.cs | Kodestruct/Kodestruct.Dynamo | d1b5f80b99b8222a56436c59586fa9d06b1d00e5 | [
"Apache-2.0"
] | 2 | 2018-05-01T15:12:40.000Z | 2019-05-23T12:08:47.000Z | #region Copyright
/*Copyright (C) 2015 Konstantin Udilovich
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicab... | 33.40625 | 240 | 0.710009 |
d47683f12e56986ddfec810accde2e2e78aaf600 | 3,225 | cs | C# | CancerWeb/CancerLabWeb/CancerLabWeb/Areas/Dashboard/Models/AccountModels.cs | HealthCareLabs/CancerLab | cce8f9a51b1d34db56ad00f0797a849b271a454c | [
"MIT"
] | 1 | 2016-05-04T11:28:06.000Z | 2016-05-04T11:28:06.000Z | CancerWeb/CancerLabWeb/CancerLabWeb/Areas/Dashboard/Models/AccountModels.cs | HealthCareLabs/CancerLab | cce8f9a51b1d34db56ad00f0797a849b271a454c | [
"MIT"
] | null | null | null | CancerWeb/CancerLabWeb/CancerLabWeb/Areas/Dashboard/Models/AccountModels.cs | HealthCareLabs/CancerLab | cce8f9a51b1d34db56ad00f0797a849b271a454c | [
"MIT"
] | null | null | null | using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace CancerLabWeb.Areas.Dashboard.Models
{
[Table("DoctorProfile")]
public class DoctorProfile
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int DoctorId { ... | 30.714286 | 121 | 0.59876 |
8a30b10f2bc6eee80110c14b2078460e361bb120 | 1,020 | cs | C# | src/zxm.Dapper.Extenstions.AspNetCore/DapperServiceCollectionExtensions.cs | hhappyzxm/ZXM.Dapper | ba9c9fe280e8143eb77df73372ccae7e5ac5c686 | [
"Apache-2.0"
] | 1 | 2017-07-03T09:28:18.000Z | 2017-07-03T09:28:18.000Z | src/zxm.Dapper.Extenstions.AspNetCore/DapperServiceCollectionExtensions.cs | hhappyzxm/zxm.Dapper | ba9c9fe280e8143eb77df73372ccae7e5ac5c686 | [
"Apache-2.0"
] | null | null | null | src/zxm.Dapper.Extenstions.AspNetCore/DapperServiceCollectionExtensions.cs | hhappyzxm/zxm.Dapper | ba9c9fe280e8143eb77df73372ccae7e5ac5c686 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Data.SqlClient;
using Microsoft.Extensions.DependencyInjection;
using zxm.Dapper.Context;
namespace zxm.Dapper.Extenstions.AspNetCore
{
public static class DapperServiceCollectionExtensions
{
public static IServiceCollection AddDapper(this IServiceCollection services, string... | 30.909091 | 137 | 0.657843 |
a10caa3019fcef2f6715417421427a5d0fa4c7d8 | 6,123 | cs | C# | source/Katarai.Acceptance.StringCalculator.Tests/UnknownStateMultipleCustomDelimiters/TestStringCalculator.cs | Chillisoft/katarai | 476794065953b0f6ddebd1fc7fb6458bc8c2fea0 | [
"MS-PL"
] | null | null | null | source/Katarai.Acceptance.StringCalculator.Tests/UnknownStateMultipleCustomDelimiters/TestStringCalculator.cs | Chillisoft/katarai | 476794065953b0f6ddebd1fc7fb6458bc8c2fea0 | [
"MS-PL"
] | null | null | null | source/Katarai.Acceptance.StringCalculator.Tests/UnknownStateMultipleCustomDelimiters/TestStringCalculator.cs | Chillisoft/katarai | 476794065953b0f6ddebd1fc7fb6458bc8c2fea0 | [
"MS-PL"
] | 1 | 2018-09-28T15:29:05.000Z | 2018-09-28T15:29:05.000Z | using System;
using Engine;
using Katarai.StringCalculator.Interfaces;
using NUnit.Framework;
namespace Katarai.Acceptance.StringCalculator.Tests.UnknownStateMultipleCustomDelimiters
{
[Ignore("Because nunit 3.x needs this populated")]
public class TestStringCalculator : ITestPack<IStringCalculator>
{
... | 35.393064 | 113 | 0.571452 |
3d83e80eb565ac87f83646bb268fd1659339bb41 | 351 | cs | C# | GameStore/GameStore/Models/Requirements/RequirementsViewModel.cs | radostinatanasov98/GameStore | 73468c5a35d304b52bc7d7d1307decee00e3063e | [
"MIT"
] | null | null | null | GameStore/GameStore/Models/Requirements/RequirementsViewModel.cs | radostinatanasov98/GameStore | 73468c5a35d304b52bc7d7d1307decee00e3063e | [
"MIT"
] | null | null | null | GameStore/GameStore/Models/Requirements/RequirementsViewModel.cs | radostinatanasov98/GameStore | 73468c5a35d304b52bc7d7d1307decee00e3063e | [
"MIT"
] | null | null | null | namespace GameStore.Models.Requriements
{
public class RequirementsViewModel
{
public string CPU { get; init; }
public string GPU { get; init; }
public string VRAM { get; init; }
public string RAM { get; init; }
public string Storage { get; init; }
public st... | 19.5 | 44 | 0.581197 |
3d91da3e0bc7d83a0353a9e9c9f3757dea12aa86 | 8,417 | cs | C# | Assets/Part1-HelloWorld/1.5a-TakingATurn/Rendering/RenderSystem.cs | angusmf/rltk_unity_roguelike | 48e785b940bf4121a0f41c078ea1926a68b765c6 | [
"MIT"
] | null | null | null | Assets/Part1-HelloWorld/1.5a-TakingATurn/Rendering/RenderSystem.cs | angusmf/rltk_unity_roguelike | 48e785b940bf4121a0f41c078ea1926a68b765c6 | [
"MIT"
] | null | null | null | Assets/Part1-HelloWorld/1.5a-TakingATurn/Rendering/RenderSystem.cs | angusmf/rltk_unity_roguelike | 48e785b940bf4121a0f41c078ea1926a68b765c6 | [
"MIT"
] | null | null | null |
using Unity.Collections;
using Unity.Entities;
using Unity.Jobs;
using UnityEngine;
using RLTK;
using RLTK.Consoles;
using RLTK.Rendering;
using Unity.Mathematics;
using static RLTK.CodePage437;
namespace RLTKTutorial.Part1_5A
{
[DisableAutoCreation]
[AlwaysSynchronizeSystem]
[UpdateInGroup(typeof(Pre... | 31.882576 | 114 | 0.422122 |
4112475084dda156b7a3aa00541d4899a47eba29 | 380 | cs | C# | RiotGamesApi/Libraries/Lol/v3/StaticEndPoints/SummonerSpell/LevelTipDto.cs | msx752/RiotGamesApi | e254d2daf233f32969d94d0a002efe45e567a62b | [
"MIT"
] | 3 | 2017-09-29T06:58:04.000Z | 2021-08-01T10:57:41.000Z | RiotGamesApi/Libraries/Lol/v3/StaticEndPoints/SummonerSpell/LevelTipDto.cs | msx752/RiotGamesApi | e254d2daf233f32969d94d0a002efe45e567a62b | [
"MIT"
] | 7 | 2017-08-25T22:11:54.000Z | 2018-06-06T09:06:20.000Z | RiotGamesApi/Libraries/Lol/v3/StaticEndPoints/SummonerSpell/LevelTipDto.cs | msx752/RiotGamesApi | e254d2daf233f32969d94d0a002efe45e567a62b | [
"MIT"
] | 2 | 2017-09-28T16:59:18.000Z | 2018-06-06T10:55:54.000Z | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace RiotGamesApi.Libraries.Lol.v3.StaticEndPoints.SummonerSpell
{
public class LevelTipDto
{
//
[JsonProperty("effect")]
public List<string> effect { get; set; }
[JsonProperty("labe... | 22.352941 | 69 | 0.655263 |
412eb843f6410d17b2d5b30663e3984101274c9c | 4,685 | cs | C# | CoAP.NET/Codec/MessageDecoder.cs | andygikling/CoAP-CSharp | 96ab3370da3c3ea2e1548d95d3f7100ef94af62b | [
"BSD-3-Clause"
] | null | null | null | CoAP.NET/Codec/MessageDecoder.cs | andygikling/CoAP-CSharp | 96ab3370da3c3ea2e1548d95d3f7100ef94af62b | [
"BSD-3-Clause"
] | null | null | null | CoAP.NET/Codec/MessageDecoder.cs | andygikling/CoAP-CSharp | 96ab3370da3c3ea2e1548d95d3f7100ef94af62b | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2011-2014, Longxiang He <helongxiang@smeshlink.com>,
* SmeshLink Technology Co.
*
* Copyright (c) 2017-2020, Jim Schaad <ietf@augustcellars.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
*
* This file is part of the CoAP.NET, a CoAP fr... | 29.465409 | 143 | 0.542156 |
4a30547f3b92c1b5c1a0f117a58d774d1a993a0d | 37,988 | cs | C# | Libraries/Hotcakes.Commerce.Tests/MarketingService/PromotionTest.cs | swilkinson-bluebolt/hotcakes-commerce-core | bda19eacb9cc7b7f301f51884325b3851dada0ca | [
"MIT"
] | null | null | null | Libraries/Hotcakes.Commerce.Tests/MarketingService/PromotionTest.cs | swilkinson-bluebolt/hotcakes-commerce-core | bda19eacb9cc7b7f301f51884325b3851dada0ca | [
"MIT"
] | null | null | null | Libraries/Hotcakes.Commerce.Tests/MarketingService/PromotionTest.cs | swilkinson-bluebolt/hotcakes-commerce-core | bda19eacb9cc7b7f301f51884325b3851dada0ca | [
"MIT"
] | 1 | 2018-08-08T05:31:53.000Z | 2018-08-08T05:31:53.000Z | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2016 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | 44.744405 | 122 | 0.595241 |
ac522a9dcf524f214ee7252b5f3e79e0f032c20b | 11,146 | cs | C# | trunk/Samples/DeepLoad/DAL-DTO/ParentLoadROSoftDelete.Business/ERCLevel/F02_Continent.Designer.cs | CslaGenFork/CslaGenFork | e3587367897bf54c2c41997fdeb32b3d5523b078 | [
"MIT"
] | 11 | 2017-09-13T11:47:08.000Z | 2021-07-28T07:59:12.000Z | trunk/Samples/DeepLoad/DAL-DTO/ParentLoadROSoftDelete.Business/ERCLevel/F02_Continent.Designer.cs | MarimerLLC/CslaGenFork | e3587367897bf54c2c41997fdeb32b3d5523b078 | [
"MIT"
] | 58 | 2017-09-13T19:19:00.000Z | 2019-04-14T20:35:43.000Z | trunk/Samples/DeepLoad/DAL-DTO/ParentLoadROSoftDelete.Business/ERCLevel/F02_Continent.Designer.cs | MarimerLLC/CslaGenFork | e3587367897bf54c2c41997fdeb32b3d5523b078 | [
"MIT"
] | 15 | 2017-09-13T09:57:04.000Z | 2021-12-29T11:30:34.000Z | using System;
using Csla;
using ParentLoadROSoftDelete.DataAccess.ERCLevel;
namespace ParentLoadROSoftDelete.Business.ERCLevel
{
/// <summary>
/// F02_Continent (read only object).<br/>
/// This is a generated base class of <see cref="F02_Continent"/> business object.
/// </summary>
///... | 44.584 | 214 | 0.616544 |
87ed226d98e00862fb7191b3ab78da9b42a1a7ae | 3,436 | cs | C# | Template-Dir/Product/Infrastructure/Catalog/ProductGeneratorJob.cs | magic-city-code/fsh-webapi-source-generator | 81ac75ec312a5f0ed850e6850e55c6dac9d56a67 | [
"MIT"
] | null | null | null | Template-Dir/Product/Infrastructure/Catalog/ProductGeneratorJob.cs | magic-city-code/fsh-webapi-source-generator | 81ac75ec312a5f0ed850e6850e55c6dac9d56a67 | [
"MIT"
] | null | null | null | Template-Dir/Product/Infrastructure/Catalog/ProductGeneratorJob.cs | magic-city-code/fsh-webapi-source-generator | 81ac75ec312a5f0ed850e6850e55c6dac9d56a67 | [
"MIT"
] | null | null | null | using MagicCityCode.FitFoodieApi.Application.Abstractions.Services.Identity;
using MagicCityCode.FitFoodieApi.Application.Catalog.Interfaces;
using MagicCityCode.FitFoodieApi.Application.Common.Interfaces;
using MagicCityCode.FitFoodieApi.Domain.Catalog;
using MagicCityCode.FitFoodieApi.Domain.Dashboard;
using MagicCi... | 38.177778 | 120 | 0.704016 |
1ee848b902e9288a5c0f419e7287f72e2886713f | 6,187 | cs | C# | osu.Game.Tests/Visual/Multiplayer/TestSceneMultiplayerGameplayLeaderboard.cs | marlinabowring/osu | 4853ac802c76702ef1a1e96d5c75b6db052b2774 | [
"MIT"
] | 1 | 2021-03-15T20:30:12.000Z | 2021-03-15T20:30:12.000Z | osu.Game.Tests/Visual/Multiplayer/TestSceneMultiplayerGameplayLeaderboard.cs | yurabolt/osu | f6f1ef698660760326ef8ee4a386628b1129ecb0 | [
"MIT"
] | 54 | 2020-06-17T07:11:02.000Z | 2022-03-18T09:29:20.000Z | osu.Game.Tests/Visual/Multiplayer/TestSceneMultiplayerGameplayLeaderboard.cs | yurabolt/osu | f6f1ef698660760326ef8ee4a386628b1129ecb0 | [
"MIT"
] | 1 | 2022-03-18T08:32:51.000Z | 2022-03-18T08:32:51.000Z | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using os... | 35.97093 | 140 | 0.522224 |
3ecd57dbd41ac078b9198034050e2336e2866f03 | 5,009 | cs | C# | UnitySimulator/Assets/WeatherMaker/Prefab/Scripts/WeatherMakerLegacyCloudScript2D.cs | azshue/SAAP | c1214f3919d2df213a125d780175afc1553ddeb2 | [
"MIT"
] | 4 | 2020-01-12T21:30:38.000Z | 2021-08-11T01:49:14.000Z | UnitySimulator/Assets/WeatherMaker/Prefab/Scripts/WeatherMakerLegacyCloudScript2D.cs | azshue/SAAP | c1214f3919d2df213a125d780175afc1553ddeb2 | [
"MIT"
] | null | null | null | UnitySimulator/Assets/WeatherMaker/Prefab/Scripts/WeatherMakerLegacyCloudScript2D.cs | azshue/SAAP | c1214f3919d2df213a125d780175afc1553ddeb2 | [
"MIT"
] | null | null | null | //
// Weather Maker for Unity
// (c) 2016 Digital Ruby, LLC
// Source code may be used for personal or commercial projects.
// Source code may NOT be redistributed or sold.
//
// *** A NOTE ABOUT PIRACY ***
//
// If you got this asset off of leak forums or any other horrible evil pirate site, please consider buying ... | 35.524823 | 274 | 0.613296 |
4f4ce2b09149174d409fa1e6cc9a46b82ae376d8 | 4,953 | cshtml | C# | eShopSolution.AdminApp/Views/Product/Details.cshtml | phuongpk97/asp-electro-phone-store | 0ad72e901ab63db36ebed7c2e49f316f2b1f0014 | [
"MIT"
] | 12 | 2021-11-03T03:19:22.000Z | 2022-03-27T14:09:05.000Z | eShopSolution.AdminApp/Views/Product/Details.cshtml | luanhytran/ElectroPhoneStore | 0ad72e901ab63db36ebed7c2e49f316f2b1f0014 | [
"MIT"
] | 4 | 2021-06-16T22:35:34.000Z | 2021-06-17T04:48:34.000Z | eShopSolution.AdminApp/Views/Product/Details.cshtml | luanhytran/ElectroPhoneStore | 0ad72e901ab63db36ebed7c2e49f316f2b1f0014 | [
"MIT"
] | 1 | 2021-11-08T15:32:53.000Z | 2021-11-08T15:32:53.000Z | @model eShopSolution.ViewModels.Catalog.Products.ProductViewModel
@inject Microsoft.Extensions.Configuration.IConfiguration Configuration
@{
ViewData["Title"] = "Chi tiết sản phẩm";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="container-fluid">
<h1 class="mt-4">Chi tiết sản phẩm @Model.Name</h1... | 40.933884 | 154 | 0.355542 |
fb312790f1b0d7f5b90bec00304141eae7dd0b36 | 2,224 | cs | C# | Wind/Presets/wStrokes.cs | cdriesler/Aviary | ce17f01e0ab4f8060e8a5325674ccc8a1640c2a6 | [
"MIT"
] | 5 | 2017-10-24T10:29:15.000Z | 2021-09-08T02:59:16.000Z | Wind/Presets/wStrokes.cs | cdriesler/Aviary | ce17f01e0ab4f8060e8a5325674ccc8a1640c2a6 | [
"MIT"
] | 1 | 2017-10-29T04:49:56.000Z | 2017-10-30T15:33:03.000Z | Wind/Presets/wStrokes.cs | cdriesler/Aviary | ce17f01e0ab4f8060e8a5325674ccc8a1640c2a6 | [
"MIT"
] | 4 | 2018-10-15T00:16:12.000Z | 2021-02-09T08:39:33.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Wind.Containers;
using Wind.Types;
namespace Wind.Presets
{
public class wStrokes
{
public wGraphic Graphic = new wGraphic();
public enum StrokeTypes { Default, Transparen... | 24.43956 | 102 | 0.509442 |
22197823c3c934e886f281c737e48a9e6c085526 | 6,577 | cs | C# | Library/Authentication.cs | jasarsoft/crp-launcher | 6a240d205553d49489595c6b3b0199023b9fed7e | [
"MIT"
] | null | null | null | Library/Authentication.cs | jasarsoft/crp-launcher | 6a240d205553d49489595c6b3b0199023b9fed7e | [
"MIT"
] | null | null | null | Library/Authentication.cs | jasarsoft/crp-launcher | 6a240d205553d49489595c6b3b0199023b9fed7e | [
"MIT"
] | null | null | null | /*
* Copyright 2014 Daimto.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 49.451128 | 165 | 0.551467 |
2225cc8d7d2f95fe2c5cc5ff93dc59ee18cd7f55 | 1,124 | cs | C# | 2. Tech Module/Programming Fundamentals/6. Arrays - simple array processing/Exercise1/9. Altitude/Altitude/Program.cs | uagg/SoftwareUniversity | 482ee21990bd94ce0dda10afebcd810c6a6a4efa | [
"MIT"
] | null | null | null | 2. Tech Module/Programming Fundamentals/6. Arrays - simple array processing/Exercise1/9. Altitude/Altitude/Program.cs | uagg/SoftwareUniversity | 482ee21990bd94ce0dda10afebcd810c6a6a4efa | [
"MIT"
] | 1 | 2019-10-11T06:57:45.000Z | 2019-10-11T06:57:45.000Z | 2. Tech Module/Programming Fundamentals/6. Arrays - simple array processing/Exercise1/9. Altitude/Altitude/Program.cs | uagg/SoftwareUniversity | 482ee21990bd94ce0dda10afebcd810c6a6a4efa | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Altitude
{
class Program
{
static void Main(string[] args)
{
var arrayOfCommands = Console.ReadLine().Split(' ').ToArray();
double altitude = do... | 28.1 | 88 | 0.44395 |
14b065a446148c1412bef7c227676475a28eb841 | 999 | cs | C# | Database Advanced/IntroductionToEntityFramework-Exercise/P10_Dept_With_More_Than_5_Employees/StartUp.cs | RosenBobchev/CSharp-DB-Fundamentals | b1e8b86aaa51144ef66ed0b131d6fa260aae91a5 | [
"MIT"
] | 1 | 2018-07-24T11:46:42.000Z | 2018-07-24T11:46:42.000Z | Database Advanced/IntroductionToEntityFramework-Exercise/P10_Dept_With_More_Than_5_Employees/StartUp.cs | RosenBobchev/CSharp-DB-Fundamentals | b1e8b86aaa51144ef66ed0b131d6fa260aae91a5 | [
"MIT"
] | null | null | null | Database Advanced/IntroductionToEntityFramework-Exercise/P10_Dept_With_More_Than_5_Employees/StartUp.cs | RosenBobchev/CSharp-DB-Fundamentals | b1e8b86aaa51144ef66ed0b131d6fa260aae91a5 | [
"MIT"
] | null | null | null | using Microsoft.EntityFrameworkCore;
using P02_DatabaseFirst.Data;
using System;
using System.Linq;
namespace P10_Dept_With_More_Than_5_Employees
{
public class StartUp
{
public static void Main(string[] args)
{
using (SoftUniContext context = new SoftUniContext())
{
... | 39.96 | 338 | 0.557558 |
1aefbd94490e8622e40d73cf54a1fa1a16b19f7c | 235 | cs | C# | src/Phanerozoic.Core/Services/INotifyer.cs | marsen/Phanerozoic | 2ec212afc729a60a1ceccea583a8ee13cb40114f | [
"MIT"
] | null | null | null | src/Phanerozoic.Core/Services/INotifyer.cs | marsen/Phanerozoic | 2ec212afc729a60a1ceccea583a8ee13cb40114f | [
"MIT"
] | null | null | null | src/Phanerozoic.Core/Services/INotifyer.cs | marsen/Phanerozoic | 2ec212afc729a60a1ceccea583a8ee13cb40114f | [
"MIT"
] | 1 | 2019-12-09T01:56:59.000Z | 2019-12-09T01:56:59.000Z | using Phanerozoic.Core.Entities;
using System.Collections.Generic;
namespace Phanerozoic.Core.Services
{
public interface INotifyer
{
void Notify(CoverageEntity coverageEntity, IList<MethodEntity> methodList);
}
} | 23.5 | 83 | 0.757447 |
51a63732c6e094bfa8e916ab961736be144ce531 | 1,248 | cs | C# | src/SKIT.FlurlHttpClient.Upyun.Console/Models/Analysis/QueryAnalysisRequest.cs | fudiwei/DotNetCore.SKIT.FlurlHttpClient.Upyun | 756643fc711675318cc21a3f615092fec4b100c1 | [
"MIT"
] | 2 | 2022-03-14T00:36:14.000Z | 2022-03-14T00:57:34.000Z | src/SKIT.FlurlHttpClient.Upyun.Console/Models/Analysis/QueryAnalysisRequest.cs | fudiwei/DotNetCore.SKIT.FlurlHttpClient.Upyun | 756643fc711675318cc21a3f615092fec4b100c1 | [
"MIT"
] | null | null | null | src/SKIT.FlurlHttpClient.Upyun.Console/Models/Analysis/QueryAnalysisRequest.cs | fudiwei/DotNetCore.SKIT.FlurlHttpClient.Upyun | 756643fc711675318cc21a3f615092fec4b100c1 | [
"MIT"
] | null | null | null | namespace SKIT.FlurlHttpClient.Upyun.Console.Models
{
/// <summary>
/// <para>表示 [GET] /analysis 接口的请求。</para>
/// </summary>
public class QueryAnalysisRequest : UpyunConsoleRequest
{
/// <summary>
/// 获取或设置存储桶名。
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[S... | 28.363636 | 59 | 0.558494 |
7b871a87fd8d85dc7c32e4d053097430f1873c4a | 3,577 | cs | C# | Ripple.Testing/Server/Rippled.cs | thundercraker/ripple-dot-net | 4a7c2059187ef84a426a7779ef9ce90b9b559813 | [
"ISC"
] | 1 | 2018-02-24T13:42:06.000Z | 2018-02-24T13:42:06.000Z | Ripple.Testing/Server/Rippled.cs | thundercraker/ripple-dot-net | 4a7c2059187ef84a426a7779ef9ce90b9b559813 | [
"ISC"
] | null | null | null | Ripple.Testing/Server/Rippled.cs | thundercraker/ripple-dot-net | 4a7c2059187ef84a426a7779ef9ce90b9b559813 | [
"ISC"
] | 3 | 2021-02-17T14:56:20.000Z | 2021-03-22T12:08:32.000Z | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using log4net;
using Microsoft.Build.Utilities;
using Ripple.Testing.Utils;
namespace Ripple.Testing.Server
{
public class Rippled
{
public static readonly ILog Log = Logging.ForContext();
public Process Proc;
p... | 31.654867 | 78 | 0.518871 |
bdb0ca63faf7486dc937e12f7afd4dd756c6a8e8 | 3,728 | cs | C# | src/Uno.UWP/Generated/3.0.0.0/Windows.Media.FaceAnalysis/FaceTracker.cs | nv-ksavaria/Uno | b8f1855d0c6495e86cc9660c783bac9efa96e8de | [
"Apache-2.0"
] | null | null | null | src/Uno.UWP/Generated/3.0.0.0/Windows.Media.FaceAnalysis/FaceTracker.cs | nv-ksavaria/Uno | b8f1855d0c6495e86cc9660c783bac9efa96e8de | [
"Apache-2.0"
] | null | null | null | src/Uno.UWP/Generated/3.0.0.0/Windows.Media.FaceAnalysis/FaceTracker.cs | nv-ksavaria/Uno | b8f1855d0c6495e86cc9660c783bac9efa96e8de | [
"Apache-2.0"
] | null | null | null | #pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.Media.FaceAnalysis
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__
[global::Uno.NotImplemented]
#endif
public partial class FaceTracker
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__
[gl... | 44.915663 | 211 | 0.778433 |
da1393a775e5fefd5d0ebb08dbcac9f973622ef6 | 475 | cs | C# | Matchmaker/Actions/RemoveParticipant.cs | dtaylor101/Matchmaker | ed5bfeb94d997f1defbe620ee2e4cec11c52ecf0 | [
"MIT"
] | 2 | 2020-11-15T13:30:29.000Z | 2021-07-20T04:41:28.000Z | Matchmaker/Actions/RemoveParticipant.cs | dtaylor101/Matchmaker | ed5bfeb94d997f1defbe620ee2e4cec11c52ecf0 | [
"MIT"
] | 1 | 2021-05-22T16:41:15.000Z | 2021-05-22T16:41:15.000Z | Matchmaker/Actions/RemoveParticipant.cs | dtaylor101/Matchmaker | ed5bfeb94d997f1defbe620ee2e4cec11c52ecf0 | [
"MIT"
] | 1 | 2021-05-18T21:42:57.000Z | 2021-05-18T21:42:57.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace Matchmaker.Actions
{
public class RemoveParticipant : Action
{
public override string Name => "remove participant";
public override string Description => "removes participant from database";
public override st... | 25 | 82 | 0.658947 |
7d30db65a1a9c85a5803f3a756af70cf8d1777c8 | 377 | cs | C# | src/Poke.API.Facade/MappingProfiles/LanguageProfile.cs | ramakrishnadodda/web-api-cicd-githubactions | f20adccb63dcbb3996e0bb0d3e8582955f638a9f | [
"MIT"
] | 1 | 2021-03-24T10:25:54.000Z | 2021-03-24T10:25:54.000Z | src/Poke.API.Facade/MappingProfiles/LanguageProfile.cs | adil-Pathan/web-api-cicd-githubactions | 25469cbf0d4252b503b5abf49d8d811c16f46cfc | [
"MIT"
] | null | null | null | src/Poke.API.Facade/MappingProfiles/LanguageProfile.cs | adil-Pathan/web-api-cicd-githubactions | 25469cbf0d4252b503b5abf49d8d811c16f46cfc | [
"MIT"
] | 3 | 2021-03-20T07:54:33.000Z | 2021-10-08T06:23:54.000Z | using AutoMapper;
using Poke.API.Facade.Dtos;
using Poke.API.Facade.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Poke.API.Facade.MappingProfiles
{
public class LanguageProfile : Profile
{
public LanguageProfile()
{
... | 19.842105 | 47 | 0.689655 |
656490946dc85f6a20c09be5b193ac3cb36272bf | 12,667 | cs | C# | ModernSlavery.BusinessDomain.Shared/Models/StatementsFileModel.cs | mccabesp/ModernSlavery-Beta | e77de954476ba66b5f9935ac99441263a7dffb68 | [
"MIT"
] | null | null | null | ModernSlavery.BusinessDomain.Shared/Models/StatementsFileModel.cs | mccabesp/ModernSlavery-Beta | e77de954476ba66b5f9935ac99441263a7dffb68 | [
"MIT"
] | null | null | null | ModernSlavery.BusinessDomain.Shared/Models/StatementsFileModel.cs | mccabesp/ModernSlavery-Beta | e77de954476ba66b5f9935ac99441263a7dffb68 | [
"MIT"
] | 1 | 2021-11-23T14:32:37.000Z | 2021-11-23T14:32:37.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using ModernSlavery.Core.Entities;
using ModernSlavery.Core.Extensions;
using static ModernSlavery.Core.Entities.StatementSummary.V1.StatementSummary;
using static ModernSlavery.Core.Entities.StatementSummary.V1.StatementSummary.StatementRisk;
namespa... | 54.599138 | 147 | 0.655009 |
5a018dc98a414aacdbff22f994332eb1310ed5b2 | 662 | cs | C# | Afrodite/Common/Logger.cs | wjch-krl/Affrodite | d7101b06f5fc121a8fda88c1304e6a88cb8ab666 | [
"Apache-2.0"
] | null | null | null | Afrodite/Common/Logger.cs | wjch-krl/Affrodite | d7101b06f5fc121a8fda88c1304e6a88cb8ab666 | [
"Apache-2.0"
] | null | null | null | Afrodite/Common/Logger.cs | wjch-krl/Affrodite | d7101b06f5fc121a8fda88c1304e6a88cb8ab666 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace Afrodite.Common
{
public static class Logger
{
public static void LoggError(Exception ex, string message)
{
}
[MethodImpl(MethodImplOptions.NoInlining)]
public static string GetCur... | 27.583333 | 92 | 0.602719 |
5a0589f3e196779ec8c575794b9817f794a8128a | 832 | cs | C# | WalletWasabi.Fluent/Behaviors/AttachedToVisualTreeBehavior.cs | soosr/WalletWasabi | 1be07b20be7d1204eb148b3b8a71a6637d0004ba | [
"MIT"
] | 1,517 | 2018-04-10T04:48:37.000Z | 2022-03-31T07:57:43.000Z | WalletWasabi.Fluent/Behaviors/AttachedToVisualTreeBehavior.cs | soosr/WalletWasabi | 1be07b20be7d1204eb148b3b8a71a6637d0004ba | [
"MIT"
] | 4,940 | 2018-04-09T10:34:39.000Z | 2022-03-31T20:12:49.000Z | WalletWasabi.Fluent/Behaviors/AttachedToVisualTreeBehavior.cs | soosr/WalletWasabi | 1be07b20be7d1204eb148b3b8a71a6637d0004ba | [
"MIT"
] | 394 | 2018-04-11T02:47:04.000Z | 2022-03-26T00:08:55.000Z | using System.Reactive.Disposables;
using Avalonia;
namespace WalletWasabi.Fluent.Behaviors
{
public abstract class AttachedToVisualTreeBehavior<T> : DisposingBehavior<T> where T : Visual
{
private CompositeDisposable? _disposables;
protected override void OnAttached(CompositeDisposable disposables)
{
_disp... | 26.83871 | 102 | 0.80649 |
8f5a4f6e5889ae54b0731ceb777c295b2a23c27f | 465 | cs | C# | CP77.CR2W/Types/cp77/LeftHandCyberwareActionAbstractEvents.cs | MasterScott/CP77Tools | c0c397ea57217451364c75acefc288ce93559296 | [
"MIT"
] | 1 | 2021-01-27T18:03:13.000Z | 2021-01-27T18:03:13.000Z | CP77.CR2W/Types/cp77/LeftHandCyberwareActionAbstractEvents.cs | MasterScott/CP77Tools | c0c397ea57217451364c75acefc288ce93559296 | [
"MIT"
] | null | null | null | CP77.CR2W/Types/cp77/LeftHandCyberwareActionAbstractEvents.cs | MasterScott/CP77Tools | c0c397ea57217451364c75acefc288ce93559296 | [
"MIT"
] | null | null | null | using System.IO;
using CP77.CR2W.Reflection;
using FastMember;
using static CP77.CR2W.Types.Enums;
namespace CP77.CR2W.Types
{
[REDMeta]
public class LeftHandCyberwareActionAbstractEvents : LeftHandCyberwareEventsTransition
{
[Ordinal(0)] [RED("projectileReleased")] public CBool ProjectileReleased { ge... | 29.0625 | 124 | 0.756989 |
913948921c99494c6d4dbf51e48b932342a2c1c4 | 1,273 | cs | C# | src/settings-ui/Microsoft.PowerToys.Settings.UI.Library/Helpers/SettingsUtilities.cs | tameemzabalawi/PowerToys | 5c6f7b1aea90ecd9ebe5cb8c7ddf82f8113fcb45 | [
"MIT"
] | 4 | 2022-01-10T07:24:48.000Z | 2022-02-07T02:08:03.000Z | src/settings-ui/Settings.UI.Library/Helpers/SettingsUtilities.cs | Nakatai-0322/PowerToys | 1f64c1cf837ca958ad14dc3eb7887f36220a1ef9 | [
"MIT"
] | 4 | 2021-05-05T04:00:30.000Z | 2022-01-23T06:41:31.000Z | src/settings-ui/Settings.UI.Library/Helpers/SettingsUtilities.cs | Nakatai-0322/PowerToys | 1f64c1cf837ca958ad14dc3eb7887f36220a1ef9 | [
"MIT"
] | 3 | 2020-05-20T04:22:45.000Z | 2021-03-11T00:22:20.000Z | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Drawing;
using System.Globalization;
namespace Microsoft.PowerToys.Settings.UI.Library.Helpers
{
public stat... | 31.825 | 82 | 0.535742 |
62752b2f447bd5310a69c834af60fc5537e77d5c | 1,241 | cs | C# | src/Cosmos.Business.Extensions.Holiday/Cosmos/Business/Extensions/Holiday/Definitions/NorthAmerica/Canada/Public/AboriginalDay.cs | cosmos-open/cosmos-holiday | ced7df073e703e1ecc116c82e2a9efcda1457de3 | [
"Apache-2.0"
] | null | null | null | src/Cosmos.Business.Extensions.Holiday/Cosmos/Business/Extensions/Holiday/Definitions/NorthAmerica/Canada/Public/AboriginalDay.cs | cosmos-open/cosmos-holiday | ced7df073e703e1ecc116c82e2a9efcda1457de3 | [
"Apache-2.0"
] | 2 | 2019-09-16T08:53:07.000Z | 2019-11-25T09:15:50.000Z | src/Cosmos.Business.Extensions.Holiday/Cosmos/Business/Extensions/Holiday/Definitions/NorthAmerica/Canada/Public/AboriginalDay.cs | cosmos-open/Holiday | ced7df073e703e1ecc116c82e2a9efcda1457de3 | [
"Apache-2.0"
] | null | null | null | using Cosmos.Business.Extensions.Holiday.Core;
using Cosmos.I18N.Countries;
namespace Cosmos.Business.Extensions.Holiday.Definitions.NorthAmerica.Canada.Public
{
/// <summary>
/// Aboriginal day (June 21)
/// </summary>
public class AboriginalDay : WeekShiftVariableHolidayFunc
{
/// <inheri... | 30.268293 | 88 | 0.600322 |
1c9f65b6de8616d0ceef6817db3fe090fd4d3f75 | 13,086 | cs | C# | Sisu Nipunatha/Sisu Nipunatha/Add_new_student.cs | oshadaamila/Sisu-Nipunatha-2017 | 64fa3fb8f6d103efa6ed6ed54f91011b9a3c8a89 | [
"Apache-2.0"
] | null | null | null | Sisu Nipunatha/Sisu Nipunatha/Add_new_student.cs | oshadaamila/Sisu-Nipunatha-2017 | 64fa3fb8f6d103efa6ed6ed54f91011b9a3c8a89 | [
"Apache-2.0"
] | null | null | null | Sisu Nipunatha/Sisu Nipunatha/Add_new_student.cs | oshadaamila/Sisu-Nipunatha-2017 | 64fa3fb8f6d103efa6ed6ed54f91011b9a3c8a89 | [
"Apache-2.0"
] | null | null | null | using MySql.Data.MySqlClient;
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;
namespace Sisu_Nipunatha
{
public partial class Add_new_s... | 41.542857 | 406 | 0.53584 |
7abb15840fac530b3cf40d711ac237a0dd07d410 | 9,631 | cs | C# | GenerateBinPdfFromExcel/Program.cs | anbinhtrong/GenerateBarcode | 17d0b724f6c39049dda57f84e05709f7635c76c3 | [
"MIT"
] | null | null | null | GenerateBinPdfFromExcel/Program.cs | anbinhtrong/GenerateBarcode | 17d0b724f6c39049dda57f84e05709f7635c76c3 | [
"MIT"
] | null | null | null | GenerateBinPdfFromExcel/Program.cs | anbinhtrong/GenerateBarcode | 17d0b724f6c39049dda57f84e05709f7635c76c3 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GenerateBinPdfFromExcel.Models;
using iTextSharp.text;
using iTextSharp.text.pdf;
using OfficeOpenXml;
using BarcodeLib;
using System.Drawing.Imaging;
using System.Drawing;
namesp... | 38.991903 | 232 | 0.487177 |
0a4ae7057adf55a84b489f9988c08f8680dd8a17 | 88 | cs | C# | src/AudioStudy.Bot/AudioStudy.Bot.Courses/CoursesAnchor.cs | mikemikhaylov/audiostudybot | 5b43585cb66bc696b0c7ce24690ca39131cd8bf7 | [
"MIT"
] | null | null | null | src/AudioStudy.Bot/AudioStudy.Bot.Courses/CoursesAnchor.cs | mikemikhaylov/audiostudybot | 5b43585cb66bc696b0c7ce24690ca39131cd8bf7 | [
"MIT"
] | null | null | null | src/AudioStudy.Bot/AudioStudy.Bot.Courses/CoursesAnchor.cs | mikemikhaylov/audiostudybot | 5b43585cb66bc696b0c7ce24690ca39131cd8bf7 | [
"MIT"
] | 1 | 2021-10-02T12:19:09.000Z | 2021-10-02T12:19:09.000Z | namespace AudioStudy.Bot.Courses
{
public class CoursesAnchor
{
}
} | 12.571429 | 32 | 0.602273 |
0a96cd530dd936e6357360cd06dd0ae7451b65b2 | 1,724 | cs | C# | Accounting/Accounting/Application/Verifications/Queries/GetVerifications.cs | robertsundstrom/accounting-app | 7a67abf1cd1b9a31a86aac50809720c29ab7108d | [
"MIT"
] | null | null | null | Accounting/Accounting/Application/Verifications/Queries/GetVerifications.cs | robertsundstrom/accounting-app | 7a67abf1cd1b9a31a86aac50809720c29ab7108d | [
"MIT"
] | null | null | null | Accounting/Accounting/Application/Verifications/Queries/GetVerifications.cs | robertsundstrom/accounting-app | 7a67abf1cd1b9a31a86aac50809720c29ab7108d | [
"MIT"
] | null | null | null | using Accounting.Application.Common.Interfaces;
using MediatR;
using Microsoft.EntityFrameworkCore;
namespace Accounting.Application.Verifications.Queries;
public record GetVerificationsQuery(int Page = 0, int PageSize = 10) : IRequest<VerificationsResult>
{
public class GetVerificationsQueryHandler ... | 31.925926 | 122 | 0.573086 |
856498eabe95e9759fb8097fddf80f271344422b | 953 | cs | C# | src/iFIT.Xamarin.ExoPlayer/Additions/Util/IClock.cs | ifit/iFIT.Xamarin.ExoPlayer | a773a74a92c6b75f2bfd154295e2f5343733db67 | [
"MIT"
] | null | null | null | src/iFIT.Xamarin.ExoPlayer/Additions/Util/IClock.cs | ifit/iFIT.Xamarin.ExoPlayer | a773a74a92c6b75f2bfd154295e2f5343733db67 | [
"MIT"
] | 3 | 2021-09-16T12:53:41.000Z | 2022-01-12T17:54:46.000Z | src/iFIT.Xamarin.ExoPlayer/Additions/Util/IClock.cs | ifit/iFIT.Xamarin.ExoPlayer | a773a74a92c6b75f2bfd154295e2f5343733db67 | [
"MIT"
] | null | null | null | using Android.Runtime;
using Java.Interop;
// NOTE Java bindings generator doesn't know that he can create static properties in interfaces, it still creates Clock companion class
namespace Google.Android.ExoPlayer2.Util
{
public partial interface IClock
{
private static readonly JniPeerMembers _members = new ... | 39.708333 | 152 | 0.758657 |
859101ae0817355bf444aee66ba1c169b0697d73 | 788 | cs | C# | src/FluentNHibernate.Testing/AutoMapping/AutoMapManyToOneTester.cs | jbogard/fluent-nhibernate | 89c7525e8db68ca5e558ffb80fd16983eacf8b03 | [
"BSD-3-Clause"
] | 2 | 2016-01-19T08:38:18.000Z | 2019-10-24T22:28:28.000Z | src/FluentNHibernate.Testing/AutoMapping/AutoMapManyToOneTester.cs | dtdimi/fluent-nhibernate | 69edec152912cb08003aed7c7e5c148e8879e245 | [
"BSD-3-Clause"
] | null | null | null | src/FluentNHibernate.Testing/AutoMapping/AutoMapManyToOneTester.cs | dtdimi/fluent-nhibernate | 69edec152912cb08003aed7c7e5c148e8879e245 | [
"BSD-3-Clause"
] | null | null | null | using FluentNHibernate.Automapping;
using NUnit.Framework;
namespace FluentNHibernate.Testing.Automapping
{
[TestFixture]
public class AutoMapManyToOneTester : BaseAutoMapTester<AutoMapManyToOne>
{
[Test]
public void ShouldntMapSets()
{
ShouldntMap(x => x.Set)... | 22.514286 | 78 | 0.510152 |
5caf105cbc90923c9b6323f186c4c4167658fca0 | 1,681 | cs | C# | HelloMovieRental/Controllers/MovieController.cs | seksky333/HelloAspMVC | 7a11b1d653f147cf1447c9b07be2de355f75fb61 | [
"MIT"
] | null | null | null | HelloMovieRental/Controllers/MovieController.cs | seksky333/HelloAspMVC | 7a11b1d653f147cf1447c9b07be2de355f75fb61 | [
"MIT"
] | null | null | null | HelloMovieRental/Controllers/MovieController.cs | seksky333/HelloAspMVC | 7a11b1d653f147cf1447c9b07be2de355f75fb61 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using HelloMovieRental.Models;
using HelloMovieRental.ViewModel;
namespace HelloMovieRental.Controllers
{
public class MovieController : Controller
{
// GET: Movie
public ActionResult Ran... | 24.720588 | 102 | 0.482451 |
00e9de347a2b2033f7a1da355170ef9f0d52d2a1 | 803 | cs | C# | etcetera/Statistics/EtcdSelfStatistics.cs | mikeleedev/etcetera | 6af2a546615277fbcd554d54fe7ec99fee3b3e8d | [
"Apache-2.0"
] | 54 | 2015-01-16T14:11:41.000Z | 2022-02-25T15:06:41.000Z | etcetera/Statistics/EtcdSelfStatistics.cs | mikeleedev/etcetera | 6af2a546615277fbcd554d54fe7ec99fee3b3e8d | [
"Apache-2.0"
] | 6 | 2015-02-16T07:53:04.000Z | 2015-12-14T14:50:43.000Z | etcetera/Statistics/EtcdSelfStatistics.cs | mikeleedev/etcetera | 6af2a546615277fbcd554d54fe7ec99fee3b3e8d | [
"Apache-2.0"
] | 29 | 2015-01-24T07:00:12.000Z | 2019-03-19T07:49:31.000Z | namespace etcetera
{
public class EtcdSelfStatistics
{
public EtcdLeaderInfo LeaderInfo { get; set; }
public string Name { get; set; }
public string RecvAppendRequentCnt { get; set; }
public string SendAppendRequentCnt { get; set; }
public string RecvBandwidthRat... | 34.913043 | 57 | 0.58406 |
100e26bc96dbddb5b61503edeb610f88fcfa1349 | 4,712 | cs | C# | src/AntiDupl/AntiDupl.NET/ComparableBitmap.cs | yfdyh000/AntiDupl | 869be7da4483c5797897c3847167693bbea9dbcc | [
"MIT"
] | 674 | 2018-01-09T19:13:40.000Z | 2022-03-29T19:54:35.000Z | src/AntiDupl/AntiDupl.NET/ComparableBitmap.cs | yfdyh000/AntiDupl | 869be7da4483c5797897c3847167693bbea9dbcc | [
"MIT"
] | 124 | 2018-01-09T08:12:45.000Z | 2022-03-28T14:19:49.000Z | src/AntiDupl/AntiDupl.NET/ComparableBitmap.cs | yfdyh000/AntiDupl | 869be7da4483c5797897c3847167693bbea9dbcc | [
"MIT"
] | 78 | 2018-01-11T03:09:43.000Z | 2022-03-20T17:43:39.000Z | /*
* AntiDupl.NET Program (http://ermig1979.github.io/AntiDupl).
*
* Copyright (c) 2002-2018 Yermalayeu Ihar, 2013-2018 Borisov Dmitry.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Softw... | 38.308943 | 127 | 0.569397 |
102ec2a63c61b7be8b1d1b136c3f8496608ac61f | 674 | cs | C# | src/SSO/JPProject.Sso.Domain/EventHandlers/UserEventHandler.cs | abdullahgb/JPProject.Core | c3330f13b96f73059f1bd5ecff97692cc15bc559 | [
"MIT"
] | 45 | 2019-11-01T15:53:37.000Z | 2021-08-18T11:04:58.000Z | src/SSO/JPProject.Sso.Domain/EventHandlers/UserEventHandler.cs | abdullahgb/JPProject.Core | c3330f13b96f73059f1bd5ecff97692cc15bc559 | [
"MIT"
] | 5 | 2020-02-11T16:04:48.000Z | 2021-04-13T20:59:44.000Z | src/SSO/JPProject.Sso.Domain/EventHandlers/UserEventHandler.cs | abdullahgb/JPProject.Core | c3330f13b96f73059f1bd5ecff97692cc15bc559 | [
"MIT"
] | 26 | 2019-11-07T14:21:23.000Z | 2021-06-03T09:00:20.000Z | using System.Threading;
using System.Threading.Tasks;
using JPProject.Sso.Domain.Events.User;
using MediatR;
namespace JPProject.Sso.Domain.EventHandlers
{
public class UserEventHandler :
INotificationHandler<UserRegisteredEvent>,
INotificationHandler<EmailConfirmedEvent>
{
public... | 26.96 | 97 | 0.691395 |
4c04d72ed881ee3b6546971ae7a5576e6af807d7 | 145 | cs | C# | src/core/Jx.Cms.Common/Enum/ArticleExtTypeEnum.cs | j4587698/Jx.Cms | f266a4c72f16c3ab6900017f9314965e7a7a674d | [
"Apache-2.0"
] | null | null | null | src/core/Jx.Cms.Common/Enum/ArticleExtTypeEnum.cs | j4587698/Jx.Cms | f266a4c72f16c3ab6900017f9314965e7a7a674d | [
"Apache-2.0"
] | null | null | null | src/core/Jx.Cms.Common/Enum/ArticleExtTypeEnum.cs | j4587698/Jx.Cms | f266a4c72f16c3ab6900017f9314965e7a7a674d | [
"Apache-2.0"
] | null | null | null | namespace Jx.Cms.Common.Enum;
/// <summary>
/// 插件扩展文章页类型
/// </summary>
public enum ArticleExtTypeEnum
{
Input,
TextArea,
Select
} | 13.181818 | 30 | 0.648276 |
3af65597576e838a2033f7e01eb43cc797594b33 | 1,703 | cs | C# | Packages/com.unity.render-pipelines.high-definition/Runtime/PostProcessing/Components/MotionBlur.cs | MaxandreOgeret/simulator | dbf1704fc1def2d486500022ff38a6c2feca9fde | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2021-01-25T10:16:38.000Z | 2021-01-25T10:16:38.000Z | Packages/com.unity.render-pipelines.high-definition/Runtime/PostProcessing/Components/MotionBlur.cs | marcgpuig/simulator | cb937deb8e633573f6c0cc76c9f451398b8b9eff | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2022-02-19T00:00:42.000Z | 2022-03-02T19:23:46.000Z | Packages/com.unity.render-pipelines.high-definition/Runtime/PostProcessing/Components/MotionBlur.cs | marcgpuig/simulator | cb937deb8e633573f6c0cc76c9f451398b8b9eff | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2021-01-25T10:17:06.000Z | 2021-01-25T10:17:06.000Z | using System;
using UnityEngine.Rendering;
namespace UnityEngine.Experimental.Rendering.HDPipeline
{
[Serializable, VolumeComponentMenu("Post-processing/Motion Blur")]
public sealed class MotionBlur : VolumeComponent, IPostProcessComponent
{
public MinIntParameter sampleCount = new MinIntParameter(... | 56.766667 | 198 | 0.726365 |
9dcc439ba52f5474e1a24eb3547b6f89e0762ef3 | 887 | cs | C# | GadzhiApplicationCommon/Models/Interfaces/StampCollections/Signatures/IStampChange.cs | rubilnik4/GadzhiResurrected | 5ba21a5e1781ec54d7114d05df17105606dd86c8 | [
"MIT"
] | null | null | null | GadzhiApplicationCommon/Models/Interfaces/StampCollections/Signatures/IStampChange.cs | rubilnik4/GadzhiResurrected | 5ba21a5e1781ec54d7114d05df17105606dd86c8 | [
"MIT"
] | null | null | null | GadzhiApplicationCommon/Models/Interfaces/StampCollections/Signatures/IStampChange.cs | rubilnik4/GadzhiResurrected | 5ba21a5e1781ec54d7114d05df17105606dd86c8 | [
"MIT"
] | null | null | null | using GadzhiApplicationCommon.Models.Interfaces.StampCollections.Fields;
namespace GadzhiApplicationCommon.Models.Interfaces.StampCollections.Signatures
{
/// <summary>
/// Строка с изменениями
/// </summary>
public interface IStampChange: IStampSignature
{
/// <summary>
/// Номер ... | 24.638889 | 79 | 0.568207 |
3b6dcce9d32ee67ed06790c96152e9c242b039d0 | 1,182 | cs | C# | DataKit.SQL/QueryExpressions/ParameterQueryExpression.cs | DevJohnC/DataKit | a0bf9bef9e78fd7e3aee0fe7283cf60f2b01a563 | [
"MIT"
] | 2 | 2021-10-31T03:04:19.000Z | 2022-01-04T18:29:37.000Z | DataKit.SQL/QueryExpressions/ParameterQueryExpression.cs | DevJohnC/DataKit | a0bf9bef9e78fd7e3aee0fe7283cf60f2b01a563 | [
"MIT"
] | 2 | 2020-02-13T18:16:48.000Z | 2020-03-19T19:09:42.000Z | DataKit.SQL/QueryExpressions/ParameterQueryExpression.cs | DevJohnC/DataKit | a0bf9bef9e78fd7e3aee0fe7283cf60f2b01a563 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace DataKit.SQL.QueryExpressions
{
public abstract class ParameterQueryExpression : QueryExpression
{
public override ExpressionType ExpressionType => ExpressionType.Parameter;
protected override QueryExpression Accept(QueryExpr... | 26.266667 | 116 | 0.752961 |
e134201d7f7e1385dddc21941e43727b774f96fd | 1,375 | cs | C# | mvctest/mvctest/testcore/Startup.cs | drincast/EntrenoNET | 4f3a8810c7b6ebd74c93e3dbb3746ae6c0a1c48a | [
"MIT"
] | null | null | null | mvctest/mvctest/testcore/Startup.cs | drincast/EntrenoNET | 4f3a8810c7b6ebd74c93e3dbb3746ae6c0a1c48a | [
"MIT"
] | null | null | null | mvctest/mvctest/testcore/Startup.cs | drincast/EntrenoNET | 4f3a8810c7b6ebd74c93e3dbb3746ae6c0a1c48a | [
"MIT"
] | null | null | null | using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using testcore.Models;
namespace testcore
{
public class Startup
... | 30.555556 | 106 | 0.670545 |
b8c1842c3050a593bf33147e5b2ca74732f4d7f2 | 1,066 | cs | C# | CharlieBackend.Api/SwaggerExamples/ImportController/ImportDataFromFileResponse.cs | BobinMathew/WhatBackend | a3680634f4db7a7c443084bfd5a83ba563a85682 | [
"MIT"
] | null | null | null | CharlieBackend.Api/SwaggerExamples/ImportController/ImportDataFromFileResponse.cs | BobinMathew/WhatBackend | a3680634f4db7a7c443084bfd5a83ba563a85682 | [
"MIT"
] | null | null | null | CharlieBackend.Api/SwaggerExamples/ImportController/ImportDataFromFileResponse.cs | BobinMathew/WhatBackend | a3680634f4db7a7c443084bfd5a83ba563a85682 | [
"MIT"
] | null | null | null | using CharlieBackend.Core.FileModels;
using Swashbuckle.AspNetCore.Filters;
using System;
using System.Collections.Generic;
using System.Text;
namespace CharlieBackend.Api.SwaggerExamples.ImportController
{
internal class ImportDataFromFileResponse : IExamplesProvider<List<StudentGroupFile>>
{
public ... | 30.457143 | 89 | 0.493433 |
6d3af90b571ac8b66f121c05d72f6d90b5cf0522 | 2,982 | cs | C# | Samples/js-sample-metric-publisher/CustomMetricSet01.cs | Tick42/prometheus-metric-republisher | cd5b33b337198004f6b1a292eb86d9cf1f1d12a9 | [
"MIT"
] | null | null | null | Samples/js-sample-metric-publisher/CustomMetricSet01.cs | Tick42/prometheus-metric-republisher | cd5b33b337198004f6b1a292eb86d9cf1f1d12a9 | [
"MIT"
] | null | null | null | Samples/js-sample-metric-publisher/CustomMetricSet01.cs | Tick42/prometheus-metric-republisher | cd5b33b337198004f6b1a292eb86d9cf1f1d12a9 | [
"MIT"
] | null | null | null | using System.Text.Json;
using Microsoft.Extensions.Logging;
using PromRepublisher.MetricsCommon;
namespace PromRepublisher.MetricsGlue
{
public class CustomMetricSet01 : IGlueMetric
{
public string GlueMetricPropName { get; } = "/App/customSystem/customMetricSet01";
public PromMetricDef[] Prom... | 32.413043 | 126 | 0.506707 |
ed01e20a34978204eb21895248cc52f691cd888b | 2,339 | cs | C# | Assets/Store/Standard Assets/Effects/ImageEffects (Pro Only)/Editor/ImageEffects/EdgeDetectEffectNormalsEditor.cs | DavidLibeau/Delphinarium-Unity | d5424527250e474c9c86bd3a4b3b2dff9dba732e | [
"MIT"
] | null | null | null | Assets/Store/Standard Assets/Effects/ImageEffects (Pro Only)/Editor/ImageEffects/EdgeDetectEffectNormalsEditor.cs | DavidLibeau/Delphinarium-Unity | d5424527250e474c9c86bd3a4b3b2dff9dba732e | [
"MIT"
] | null | null | null | Assets/Store/Standard Assets/Effects/ImageEffects (Pro Only)/Editor/ImageEffects/EdgeDetectEffectNormalsEditor.cs | DavidLibeau/Delphinarium-Unity | d5424527250e474c9c86bd3a4b3b2dff9dba732e | [
"MIT"
] | null | null | null | using UnityEditor;
using UnityEngine;
namespace UnitySampleAssets.ImageEffects.Inspector
{
[CustomEditor(typeof (EdgeDetectEffectNormals))]
public class EdgeDetectEffectNormalsEditor : Editor
{
private SerializedObject serObj;
private SerializedProperty mode;
private Ser... | 35.439394 | 121 | 0.634887 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.