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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a474c21db3f354822416dfdbfb22c86f47104917 | 548 | cs | C# | bench/NRules.Benchmark/NRules.Benchmark/Meta/BenchmarkBase.cs | jmptrader/NRules | 451e7edef3c997996718911e185bbdf67b80fe68 | [
"MIT"
] | 1,318 | 2015-01-06T06:00:22.000Z | 2022-03-28T10:55:32.000Z | bench/NRules.Benchmark/NRules.Benchmark/Meta/BenchmarkBase.cs | jmptrader/NRules | 451e7edef3c997996718911e185bbdf67b80fe68 | [
"MIT"
] | 304 | 2015-01-28T10:46:49.000Z | 2022-03-11T10:12:31.000Z | bench/NRules.Benchmark/NRules.Benchmark/Meta/BenchmarkBase.cs | jmptrader/NRules | 451e7edef3c997996718911e185bbdf67b80fe68 | [
"MIT"
] | 276 | 2015-01-20T02:33:15.000Z | 2022-03-07T07:06:36.000Z | using BenchmarkDotNet.Attributes;
using NRules.Fluent;
using NRules.Fluent.Dsl;
namespace NRules.Benchmark.Meta
{
[MemoryDiagnoser]
[ShortRunJob, WarmupCount(1)]
public abstract class BenchmarkBase
{
protected ISessionFactory Factory { get; set; }
protected void SetupRule<T>() where T... | 26.095238 | 96 | 0.633212 |
7b3c1c9f60cf6b31ff5a1bc11c492a499248e778 | 3,096 | cs | C# | src/KsWare.Presentation.ViewModelFramework/Providers/(ActionProvider)/BusinessActionProvider.cs | KsWare/master | 9c01b4c74891aa0fae209018d09ab4004e71887c | [
"MIT"
] | null | null | null | src/KsWare.Presentation.ViewModelFramework/Providers/(ActionProvider)/BusinessActionProvider.cs | KsWare/master | 9c01b4c74891aa0fae209018d09ab4004e71887c | [
"MIT"
] | null | null | null | src/KsWare.Presentation.ViewModelFramework/Providers/(ActionProvider)/BusinessActionProvider.cs | KsWare/master | 9c01b4c74891aa0fae209018d09ab4004e71887c | [
"MIT"
] | null | null | null | using System;
using KsWare.Presentation.BusinessFramework;
namespace KsWare.Presentation.ViewModelFramework.Providers {
/// <summary> <see cref="ActionProvider"/> for actions in business layer
/// </summary>
/// <remarks></remarks>
public class BusinessActionProvider: ActionProvider {
private ActionBM _actionB... | 34.786517 | 122 | 0.701873 |
7b4accb8006fb2f39eb62d1d7e5c43171881d969 | 563 | cs | C# | src/NHSD.GPIT.BuyingCatalogue.ServiceContracts/Solutions/MobileOperatingSystems.cs | nhs-digital-gp-it-futures/GPITBuyingCatalogue | 4bd230eba142c0cbafb1b297bd2f6288043e441c | [
"MIT"
] | null | null | null | src/NHSD.GPIT.BuyingCatalogue.ServiceContracts/Solutions/MobileOperatingSystems.cs | nhs-digital-gp-it-futures/GPITBuyingCatalogue | 4bd230eba142c0cbafb1b297bd2f6288043e441c | [
"MIT"
] | 28 | 2021-06-24T11:34:21.000Z | 2022-02-21T13:03:16.000Z | src/NHSD.GPIT.BuyingCatalogue.ServiceContracts/Solutions/MobileOperatingSystems.cs | nhs-digital-gp-it-futures/GPITBuyingCatalogue | 4bd230eba142c0cbafb1b297bd2f6288043e441c | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using NHSD.GPIT.BuyingCatalogue.ServiceContracts.Enums;
namespace NHSD.GPIT.BuyingCatalogue.ServiceContracts.Solutions
{
[ExcludeFromCodeCoverage]
public class MobileOperatingSystems
{
public HashSet<string... | 31.277778 | 126 | 0.746004 |
3325f625126a7ae2351174b639dd73e1ad385ac2 | 3,228 | cs | C# | src/keypay-dotnet/Nz/Functions/WebhookFunction.cs | hr-central/keypay-dotnet-v2 | c63bd7401cee35e1464a682bea01b56181c78dfd | [
"MIT"
] | 1 | 2021-06-23T02:25:27.000Z | 2021-06-23T02:25:27.000Z | src/keypay-dotnet/Nz/Functions/WebhookFunction.cs | hr-central/keypay-dotnet-v2 | c63bd7401cee35e1464a682bea01b56181c78dfd | [
"MIT"
] | null | null | null | src/keypay-dotnet/Nz/Functions/WebhookFunction.cs | hr-central/keypay-dotnet-v2 | c63bd7401cee35e1464a682bea01b56181c78dfd | [
"MIT"
] | 1 | 2021-06-23T00:54:55.000Z | 2021-06-23T00:54:55.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using RestSharp;
using KeyPayV2.Common;
using KeyPayV2.Common.Models;
using KeyPayV2.Nz.Enums;
using KeyPayV2.Nz.Models.Common;
using KeyPayV2.Nz.Models.Webhook;
namespace KeyPayV2.Nz.Functions
{
public class WebhookFunction : BaseFunct... | 33.978947 | 118 | 0.575589 |
da35e7988420d6f2cd1652cf0d7f620c6afc49e2 | 1,799 | cs | C# | FancyApps/FancyApps.Services/Models/Status.cs | velialarm/FancyApps | 9bdb52a680c308e4530a6551cc3feb62c6d5e5ab | [
"MIT"
] | null | null | null | FancyApps/FancyApps.Services/Models/Status.cs | velialarm/FancyApps | 9bdb52a680c308e4530a6551cc3feb62c6d5e5ab | [
"MIT"
] | 1 | 2016-01-29T13:31:30.000Z | 2016-01-29T13:31:30.000Z | FancyApps/FancyApps.Services/Models/Status.cs | velialarm/FancyApps | 9bdb52a680c308e4530a6551cc3feb62c6d5e5ab | [
"MIT"
] | null | null | null | namespace FancyApps.Services.Models
{
public class Status
{
public static readonly int INTERNAL_MESSAGE_CODE = 601;
public static readonly Status MISSING_PARRAMETERS = new Status(900, "Missign parameters");
public static readonly Status INVALID_TOKEN = new Status(103, "Invalid Token");... | 39.977778 | 149 | 0.671484 |
5568dc691b28399cb23e50551baf793785344883 | 5,588 | cs | C# | ExpressionUtils/ParameterSubstituter.cs | Majorius1/expression-utils | b994f91ac19e4278265f81457fea54132b798498 | [
"MIT"
] | null | null | null | ExpressionUtils/ParameterSubstituter.cs | Majorius1/expression-utils | b994f91ac19e4278265f81457fea54132b798498 | [
"MIT"
] | null | null | null | ExpressionUtils/ParameterSubstituter.cs | Majorius1/expression-utils | b994f91ac19e4278265f81457fea54132b798498 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace MiaPlaza.ExpressionUtils {
/// <summary>
/// Replaces all parameters in an lambda-expression by other expressions, i.e., given a lambda
... | 40.201439 | 142 | 0.713314 |
2b9f00a2660e0b54b8bcb5250488c7d8e7c5699f | 1,613 | cs | C# | AudioCore/Input/HardwareAudioInput.cs | orryverducci/AudioCore | 3e1112f0bfd002dc9c53e08735b250ddfe07b929 | [
"Apache-2.0"
] | 5 | 2019-01-27T10:09:34.000Z | 2021-06-29T15:28:25.000Z | AudioCore/Input/HardwareAudioInput.cs | orryverducci/AudioCore | 3e1112f0bfd002dc9c53e08735b250ddfe07b929 | [
"Apache-2.0"
] | null | null | null | AudioCore/Input/HardwareAudioInput.cs | orryverducci/AudioCore | 3e1112f0bfd002dc9c53e08735b250ddfe07b929 | [
"Apache-2.0"
] | 1 | 2019-07-10T02:08:25.000Z | 2019-07-10T02:08:25.000Z | using System;
namespace AudioCore.Input
{
public abstract class HardwareAudioInput : BufferedAudioInput
{
#region Private Fields
/// <summary>
/// The number of audio frames the input audio hardware is buffering by.
/// </summary>
private int _bufferSize;
/// <... | 29.327273 | 114 | 0.50713 |
2bf576a05398dd90e2492c649af7e1d109c5646e | 286 | cs | C# | mcs/errors/cs0411-13.cs | lefb766/mono | 4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c | [
"Apache-2.0"
] | 469 | 2019-01-23T12:21:59.000Z | 2022-03-10T15:50:42.000Z | mcs/errors/cs0411-13.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | mcs/errors/cs0411-13.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 36 | 2019-01-23T22:17:09.000Z | 2022-01-20T15:41:34.000Z | // CS0411: The type arguments for method `C.Foo<T>(T[], T[])' cannot be inferred from the usage. Try specifying the type arguments explicitly
// Line: 12
class C
{
public static void Foo<T> (T[] t1, T[] t2)
{
}
public static void Main ()
{
Foo (new int[0], new byte[0]);
}
}
| 19.066667 | 141 | 0.632867 |
c52665ad93422f51b322a8e25189c42f24c0dba6 | 1,241 | cs | C# | Assets/Scripts/GameManager.cs | Sfrev/Treinamento-Unity-2021 | 93ad26187fd16bac63b500b10c111ce9b030ae99 | [
"MIT"
] | null | null | null | Assets/Scripts/GameManager.cs | Sfrev/Treinamento-Unity-2021 | 93ad26187fd16bac63b500b10c111ce9b030ae99 | [
"MIT"
] | null | null | null | Assets/Scripts/GameManager.cs | Sfrev/Treinamento-Unity-2021 | 93ad26187fd16bac63b500b10c111ce9b030ae99 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameManager : MonoBehaviour
{
[SerializeField] private GameObject mainCanvas = null;
[SerializeField] private GameObject pauseCanvas = null;
private SceneManagement sceneManagement;
private SoundManager soundMa... | 25.326531 | 69 | 0.659952 |
c54422498ac926e298cf6e8ad2a9981976512091 | 855 | cs | C# | src/Game/Scenes/AutomapScene.cs | jonatasoli/ualbion | a63451e45c727998ae2b2cfdeb2f239fd75a4cf8 | [
"MIT"
] | 1 | 2021-07-09T15:13:41.000Z | 2021-07-09T15:13:41.000Z | src/Game/Scenes/AutomapScene.cs | jonatasoli/ualbion | a63451e45c727998ae2b2cfdeb2f239fd75a4cf8 | [
"MIT"
] | null | null | null | src/Game/Scenes/AutomapScene.cs | jonatasoli/ualbion | a63451e45c727998ae2b2cfdeb2f239fd75a4cf8 | [
"MIT"
] | null | null | null | using UAlbion.Core;
using UAlbion.Core.Visual;
using UAlbion.Formats.Config;
using UAlbion.Game.Entities;
using UAlbion.Game.Events;
namespace UAlbion.Game.Scenes
{
public interface IAutoMapScene : IScene { }
[Scene(SceneId.Automap)]
public class AutomapScene : Scene, IAutoMapScene
{
public Au... | 26.71875 | 63 | 0.635088 |
8980c1b7728e0f2192b8f1df64722889d2c77195 | 5,275 | cs | C# | Assets/Scripts/TentacleManager.cs | DepthFactory/DepthInvader | 477b34711d176cc1b2fa20fdbef227d91960ab9f | [
"MIT"
] | null | null | null | Assets/Scripts/TentacleManager.cs | DepthFactory/DepthInvader | 477b34711d176cc1b2fa20fdbef227d91960ab9f | [
"MIT"
] | null | null | null | Assets/Scripts/TentacleManager.cs | DepthFactory/DepthInvader | 477b34711d176cc1b2fa20fdbef227d91960ab9f | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class TentacleManager : MonoBehaviour {
public int m_iPosition;
public Sprite[] m_asTentacleSprites;
public CthulhuManager m_CthulhuManager;
private Transform Gauge;
static private float c_fDeltaTimePerFrameStandard = 0.3f;
static private float c_fSpeed =... | 30.847953 | 104 | 0.460664 |
2b0b2282e8d6f3df0bd0b1b883f8dd8f6e06a051 | 1,109 | cs | C# | Source/Eto.Platform.Gtk/Forms/Controls/PasswordBoxHandler.cs | M1C/Eto | d67e1d817caa4c52ddaca5bfb4d700378ab18976 | [
"BSD-3-Clause"
] | 2 | 2020-05-21T13:59:58.000Z | 2021-11-15T11:47:04.000Z | Source/Eto.Platform.Gtk/Forms/Controls/PasswordBoxHandler.cs | M1C/Eto | d67e1d817caa4c52ddaca5bfb4d700378ab18976 | [
"BSD-3-Clause"
] | null | null | null | Source/Eto.Platform.Gtk/Forms/Controls/PasswordBoxHandler.cs | M1C/Eto | d67e1d817caa4c52ddaca5bfb4d700378ab18976 | [
"BSD-3-Clause"
] | 2 | 2017-05-27T09:52:12.000Z | 2021-05-02T13:26:03.000Z | using System;
using Eto.Forms;
using System.Runtime.InteropServices;
using GLib;
namespace Eto.Platform.GtkSharp
{
public class PasswordBoxHandler : GtkControl<Gtk.Entry, PasswordBox>, IPasswordBox
{
public PasswordBoxHandler ()
{
Control = new Gtk.Entry ();
Control.Visibility = false;
Control.SetSize... | 20.163636 | 83 | 0.660956 |
9136a9c02b5c32ca2d73dc2460303d76d02f7ab5 | 4,197 | cs | C# | M.Document.Service/src/M.PdfTk.Provider/DocProviderPdfTk.cs | namuthu/M | de6da45237ecb3d3901674bfb34531324bf87dc1 | [
"Apache-2.0"
] | null | null | null | M.Document.Service/src/M.PdfTk.Provider/DocProviderPdfTk.cs | namuthu/M | de6da45237ecb3d3901674bfb34531324bf87dc1 | [
"Apache-2.0"
] | null | null | null | M.Document.Service/src/M.PdfTk.Provider/DocProviderPdfTk.cs | namuthu/M | de6da45237ecb3d3901674bfb34531324bf87dc1 | [
"Apache-2.0"
] | null | null | null | using M.Document.Common;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace M.PdfTk.Provider
{
public class DocProviderPdfTk : FormProvider
{
public override string FillForm(string te... | 30.635036 | 138 | 0.507267 |
4531f8501b61f676ed71f98857948666a7db66aa | 1,345 | cs | C# | MyApp.ServiceInterface/TodosServices.cs | ServiceStackApps/blazor-wasm | 2cc212a25b6c459c11b71c8a78eb79b9218834e8 | [
"MIT"
] | null | null | null | MyApp.ServiceInterface/TodosServices.cs | ServiceStackApps/blazor-wasm | 2cc212a25b6c459c11b71c8a78eb79b9218834e8 | [
"MIT"
] | null | null | null | MyApp.ServiceInterface/TodosServices.cs | ServiceStackApps/blazor-wasm | 2cc212a25b6c459c11b71c8a78eb79b9218834e8 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using ServiceStack;
using MyApp.ServiceModel;
namespace MyApp.ServiceInterface;
public class TodosServices : Service
{
public IAutoQueryData AutoQuery { get; set; }
static readonly PocoDataSource<Todo> Todos = PocoDataSource.Create(new Todo[]
{
new () { Id = 1, T... | 28.617021 | 87 | 0.633457 |
45bd991d11d98e6846dfb8da45953adc0e725974 | 3,878 | cs | C# | Schnorrkel/Sr25519v011.cs | w3f-community/sr25519_dotnet | bdf29a8113a9365a08f7d8944153abb5d2354911 | [
"Apache-2.0"
] | 3 | 2020-04-10T10:33:39.000Z | 2022-03-04T19:44:42.000Z | Schnorrkel/Sr25519v011.cs | w3f-community/sr25519_dotnet | bdf29a8113a9365a08f7d8944153abb5d2354911 | [
"Apache-2.0"
] | null | null | null | Schnorrkel/Sr25519v011.cs | w3f-community/sr25519_dotnet | bdf29a8113a9365a08f7d8944153abb5d2354911 | [
"Apache-2.0"
] | 1 | 2021-01-19T10:20:20.000Z | 2021-01-19T10:20:20.000Z | namespace Schnorrkel
{
using Schnorrkel.Merlin;
using Schnorrkel.Ristretto;
using Schnorrkel.Scalars;
using Schnorrkel.Signed;
using System;
using System.Text;
public class Sr25519v011 : Sr25519Base
{
private RandomGenerator _rng;
public Sr25519v011(SchnorrkelSettings ... | 35.254545 | 121 | 0.599794 |
62c3a88aa7f087731e9de63074a8a2f69c41540f | 360 | cs | C# | Assets/Scripts/enterToNewScene.cs | Zeyu-Li/Unity-Advanced-3D-Tutorial | 07f32e1fb793146de92192f5c7e2908756b0a78f | [
"MIT"
] | null | null | null | Assets/Scripts/enterToNewScene.cs | Zeyu-Li/Unity-Advanced-3D-Tutorial | 07f32e1fb793146de92192f5c7e2908756b0a78f | [
"MIT"
] | null | null | null | Assets/Scripts/enterToNewScene.cs | Zeyu-Li/Unity-Advanced-3D-Tutorial | 07f32e1fb793146de92192f5c7e2908756b0a78f | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class enterToNewScene : MonoBehaviour
{
public string newScene;
void Update()
{
if (Input.GetKeyDown(KeyCode.Return)) {
Time.timeScale = 1f;
SceneManager... | 21.176471 | 47 | 0.669444 |
0ab54eef3e694059518a85f088efcdefcdf42688 | 7,072 | cs | C# | Tracer.Fody/Filters/TraceAttributeHelper.cs | ndrwrbgs/aop | 1bb875157b28af06bfc856f9ae80174a4c092bec | [
"Apache-2.0"
] | 88 | 2015-07-09T00:51:06.000Z | 2022-03-30T07:43:24.000Z | Tracer.Fody/Filters/TraceAttributeHelper.cs | ndrwrbgs/aop | 1bb875157b28af06bfc856f9ae80174a4c092bec | [
"Apache-2.0"
] | 74 | 2015-06-03T17:43:54.000Z | 2021-12-10T02:49:57.000Z | Tracer.Fody/Filters/TraceAttributeHelper.cs | ndrwrbgs/aop | 1bb875157b28af06bfc856f9ae80174a4c092bec | [
"Apache-2.0"
] | 40 | 2015-06-07T12:09:12.000Z | 2022-01-17T19:33:21.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Mono.Cecil;
using Tracer.Fody.Helpers;
namespace Tracer.Fody.Filters
{
public class TraceAttributeHelper
{
private readonly Dictionary<string, TraceAttributeInfo> _traceAttributeCache = new Dictionary<string, TraceAttributeInfo>(... | 40.411429 | 161 | 0.617223 |
0ac8a058bdb501a87abe8f77f06630eb741f054d | 548 | cshtml | C# | JustPressPlay/Views/Admin/SendAnnouncement.cshtml | PTI-Reboot/pti-reboot-v1 | f2eb269d440b89877ca9edac221fdd63488e3670 | [
"Apache-2.0"
] | 2 | 2015-03-11T22:40:02.000Z | 2017-06-06T21:50:44.000Z | JustPressPlay/Views/Admin/SendAnnouncement.cshtml | PTI-Reboot/pti-reboot-v1 | f2eb269d440b89877ca9edac221fdd63488e3670 | [
"Apache-2.0"
] | null | null | null | JustPressPlay/Views/Admin/SendAnnouncement.cshtml | PTI-Reboot/pti-reboot-v1 | f2eb269d440b89877ca9edac221fdd63488e3670 | [
"Apache-2.0"
] | 1 | 2020-02-10T18:32:16.000Z | 2020-02-10T18:32:16.000Z | @{
ViewBag.Title = "SendAnnouncement";
}
@model JustPressPlay.ViewModels.SendAnnouncementViewModel
<h2>SendAnnouncement</h2>
@using (Html.BeginForm("SendAnnouncement", "Admin", FormMethod.Post, new { enctype = "multipart/form-data", id = "parentForm" }))
{
@Html.AntiForgeryToken()
@... | 30.444444 | 130 | 0.644161 |
cd3380a32acbd60ea780aeeab1ef7d12f90b5a11 | 461 | cs | C# | samples/HeaderViewHolder.cs | cabauman/SectionedRecyclerViewBindings | e310b12a98a57fe78c53ff82ea6bd6177da32308 | [
"Unlicense"
] | null | null | null | samples/HeaderViewHolder.cs | cabauman/SectionedRecyclerViewBindings | e310b12a98a57fe78c53ff82ea6bd6177da32308 | [
"Unlicense"
] | null | null | null | samples/HeaderViewHolder.cs | cabauman/SectionedRecyclerViewBindings | e310b12a98a57fe78c53ff82ea6bd6177da32308 | [
"Unlicense"
] | null | null | null | using Android.Views;
using Android.Widget;
using AndroidX.RecyclerView.Widget;
namespace FeaturesDemo
{
public partial class MainActivity
{
class HeaderViewHolder : RecyclerView.ViewHolder
{
public HeaderViewHolder(View view)
: base(view)
{
... | 21.952381 | 75 | 0.585683 |
543222048bc6dd28cf3b36a0117ca46c39008322 | 297 | cs | C# | src/SFA.DAS.Tools.Servicebus.Support.Application/Queue/Queries/GetUserSessions/GetUserSessionsQueryResponse.cs | SkillsFundingAgency/das-servicebus-support-tool | d802161ceef3ee5a2a8d2ad3a924c90733834810 | [
"MIT"
] | null | null | null | src/SFA.DAS.Tools.Servicebus.Support.Application/Queue/Queries/GetUserSessions/GetUserSessionsQueryResponse.cs | SkillsFundingAgency/das-servicebus-support-tool | d802161ceef3ee5a2a8d2ad3a924c90733834810 | [
"MIT"
] | 4 | 2020-11-06T16:35:21.000Z | 2022-03-22T11:32:15.000Z | src/SFA.DAS.Tools.Servicebus.Support.Application/Queue/Queries/GetUserSessions/GetUserSessionsQueryResponse.cs | SkillsFundingAgency/das-servicebus-support-tool | d802161ceef3ee5a2a8d2ad3a924c90733834810 | [
"MIT"
] | 1 | 2021-04-11T08:40:50.000Z | 2021-04-11T08:40:50.000Z | using SFA.DAS.Tools.Servicebus.Support.Domain;
using System.Collections.Generic;
namespace SFA.DAS.Tools.Servicebus.Support.Application.Queue.Queries.GetUserSessions
{
public class GetUserSessionsQueryResponse
{
public IEnumerable<UserSession> UserSessions { get; set; }
}
}
| 27 | 84 | 0.767677 |
00a55ff3eefa5fab5e7b193f97f99064417c8bd7 | 731 | cs | C# | Balta/SubscriptionContext/Student.cs | renebentes/2802 | dc2ea1ab69d369e65251fa7beff0cd8baa8652a4 | [
"MIT"
] | null | null | null | Balta/SubscriptionContext/Student.cs | renebentes/2802 | dc2ea1ab69d369e65251fa7beff0cd8baa8652a4 | [
"MIT"
] | null | null | null | Balta/SubscriptionContext/Student.cs | renebentes/2802 | dc2ea1ab69d369e65251fa7beff0cd8baa8652a4 | [
"MIT"
] | null | null | null | using Balta.NotificationContext;
using Balta.SharedContext;
namespace Balta.SubscriptionContext;
public class Student : Entity
{
public Student()
{
Subscriptions = new IList<Subscription>();
}
public string Name { get; set; }
public string Email { get; set; }
public User User { get; ... | 22.151515 | 92 | 0.641587 |
360eddbfc3bca1846da7c33fea4d20ae3383679c | 414 | cs | C# | Pipeline/Pipeline.Unittests/WorkSet/SingleStepWithExceptionThrowOnBothWaysWorkflow.cs | ekussa/Pipeline | 462d1ce9b3b1178d368adbbb1e9d8c4d2f27e566 | [
"MIT"
] | null | null | null | Pipeline/Pipeline.Unittests/WorkSet/SingleStepWithExceptionThrowOnBothWaysWorkflow.cs | ekussa/Pipeline | 462d1ce9b3b1178d368adbbb1e9d8c4d2f27e566 | [
"MIT"
] | null | null | null | Pipeline/Pipeline.Unittests/WorkSet/SingleStepWithExceptionThrowOnBothWaysWorkflow.cs | ekussa/Pipeline | 462d1ce9b3b1178d368adbbb1e9d8c4d2f27e566 | [
"MIT"
] | null | null | null | using Driver.Audio.UnitTests.Work;
using Pipeline.WorkSet;
namespace Driver.Audio.UnitTests.WorkSet
{
public class SingleStepWithExceptionThrowOnBothWaysWorkflow : SingleStepWorkflow
{
public SingleStepWithExceptionThrowOnBothWaysWorkflow()
: base(new ThrowsExceptionOnBothWaysWork())
{... | 27.6 | 84 | 0.7343 |
82e0accc7123ac185e70b8e7cfd4864671a519fc | 702 | cs | C# | ShopAdoAspNet/ShopAdoAspNet/Global.asax.cs | Expeth/ShopAdoAspNet | 614bbfa302dd874b1c86819c4df39b25a0d2e2aa | [
"MIT"
] | null | null | null | ShopAdoAspNet/ShopAdoAspNet/Global.asax.cs | Expeth/ShopAdoAspNet | 614bbfa302dd874b1c86819c4df39b25a0d2e2aa | [
"MIT"
] | null | null | null | ShopAdoAspNet/ShopAdoAspNet/Global.asax.cs | Expeth/ShopAdoAspNet | 614bbfa302dd874b1c86819c4df39b25a0d2e2aa | [
"MIT"
] | 1 | 2019-10-06T15:23:10.000Z | 2019-10-06T15:23:10.000Z | using AutoMapper;
using Ninject;
using ShopAdo.BLL.DTO;
using ShopAdo.Ninject;
using ShopAdoAspNet.Helpers;
using ShopAdoAspNet.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace ShopAdoAspNet
{
public class Mv... | 25.071429 | 93 | 0.723647 |
b3f32616bf0342adde69343b45d56fbdf00b62a2 | 293 | cs | C# | 03-Pluralsight/CSharp/Dependency_Injection/src/DI/TightCoupling/PeopleViewer/PeopleViewerWindow.xaml.cs | Steven-ErHU/LearnProgramming | 299ffe90735c5c9f51271e50d8910da32b2e45e1 | [
"MIT"
] | null | null | null | 03-Pluralsight/CSharp/Dependency_Injection/src/DI/TightCoupling/PeopleViewer/PeopleViewerWindow.xaml.cs | Steven-ErHU/LearnProgramming | 299ffe90735c5c9f51271e50d8910da32b2e45e1 | [
"MIT"
] | null | null | null | 03-Pluralsight/CSharp/Dependency_Injection/src/DI/TightCoupling/PeopleViewer/PeopleViewerWindow.xaml.cs | Steven-ErHU/LearnProgramming | 299ffe90735c5c9f51271e50d8910da32b2e45e1 | [
"MIT"
] | null | null | null | using PeopleViewer.Presentation;
using System.Windows;
namespace PeopleViewer
{
public partial class PeopleViewerWindow : Window
{
public PeopleViewerWindow()
{
InitializeComponent();
DataContext = new PeopleViewModel();
}
}
}
| 15.421053 | 52 | 0.62116 |
b612954c59b90268ff25806ddda90cf08f63098b | 3,706 | cs | C# | src/SevenDigital.Messaging/MessageSending/QueueFactory.cs | i-e-b/SevenDigital.Messaging | 3c8e84592e70d37148c09727ae57cb7c9eb99bcb | [
"BSD-3-Clause"
] | 9 | 2016-09-02T19:11:39.000Z | 2021-11-30T06:33:50.000Z | src/SevenDigital.Messaging/MessageSending/QueueFactory.cs | i-e-b/SevenDigital.Messaging | 3c8e84592e70d37148c09727ae57cb7c9eb99bcb | [
"BSD-3-Clause"
] | null | null | null | src/SevenDigital.Messaging/MessageSending/QueueFactory.cs | i-e-b/SevenDigital.Messaging | 3c8e84592e70d37148c09727ae57cb7c9eb99bcb | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.IO;
using DiskQueue;
using SevenDigital.Messaging.Routing;
namespace SevenDigital.Messaging.MessageSending
{
/// <summary>
/// Contract for persistent queue factory
/// </summary>
public interface IOutgoingQueueFactory
{
/// <summary>
/// Ensure queue exists on disk and... | 25.558621 | 95 | 0.653535 |
b61b503a7a84e4dc3888d765df4fd80187f7840b | 744 | cs | C# | Assets/Plugins/Feel/MMTools/Editor/MMUtilities/ManagerIconEditor.cs | DuLovell/Rhythm-Game | 2a4b34de9dde9827b59ecc93358642213eae2a47 | [
"MIT"
] | null | null | null | Assets/Plugins/Feel/MMTools/Editor/MMUtilities/ManagerIconEditor.cs | DuLovell/Rhythm-Game | 2a4b34de9dde9827b59ecc93358642213eae2a47 | [
"MIT"
] | 2 | 2021-08-29T19:59:44.000Z | 2021-09-01T13:47:55.000Z | Assets/MMFeedbacks/MMTools/Editor/Icons/ManagerIconEditor.cs | spikar1/Gravity | 75b0721217af00657d2269049be6e03ae07196b9 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEditor;
using System.Collections;
namespace MoreMountains.Tools
{
/// <summary>
/// This class adds names for each LevelMapPathElement next to it on the scene view, for easier setup
/// </summary>
[CustomEditor(typeof(MMSceneViewIcon))]
[InitializeOnLoad]
public class SceneViewIcon... | 28.615385 | 102 | 0.762097 |
4c2fb7a859118b3bff077460689228d0436e2039 | 458 | cs | C# | TabItemStats/AbstractModifiers/Luck.cs | Unordinal/UnosMods | 7f1a67b5eef419f57b35e091e7c5e335ecad17e6 | [
"MIT"
] | null | null | null | TabItemStats/AbstractModifiers/Luck.cs | Unordinal/UnosMods | 7f1a67b5eef419f57b35e091e7c5e335ecad17e6 | [
"MIT"
] | null | null | null | TabItemStats/AbstractModifiers/Luck.cs | Unordinal/UnosMods | 7f1a67b5eef419f57b35e091e7c5e335ecad17e6 | [
"MIT"
] | 1 | 2021-02-26T18:41:35.000Z | 2021-02-26T18:41:35.000Z | using System;
using RoR2;
using UnityEngine;
using UnosMods.TabItemStats.Formatters;
namespace UnosMods.TabItemStats.AbstractModifiers
{
public sealed class Luck : AbstractModifier
{
protected override Func<float, float> Func =>
result => 1 - Mathf.Pow(1 - result, 1 + ContextProvider.ItemS... | 30.533333 | 103 | 0.722707 |
4c4568ac0bfc5dfd9351f9df1da9f3f2bbd60a7e | 2,530 | cs | C# | src/Tizen.Multimedia.Vision/MediaVision/InferenceType.cs | elishateng/TizenFX | b4b9b3640eb4efa0ea8c717b6b1de144cd15c763 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/Tizen.Multimedia.Vision/MediaVision/InferenceType.cs | elishateng/TizenFX | b4b9b3640eb4efa0ea8c717b6b1de144cd15c763 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/Tizen.Multimedia.Vision/MediaVision/InferenceType.cs | elishateng/TizenFX | b4b9b3640eb4efa0ea8c717b6b1de144cd15c763 | [
"Apache-2.0",
"MIT"
] | 1 | 2020-01-29T06:16:14.000Z | 2020-01-29T06:16:14.000Z | /*
* Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | 24.095238 | 108 | 0.549407 |
4c97c5403ca9ec3943ee1961cfd0106ce16932ea | 40,589 | cs | C# | TileIconifier.Core/Custom/Steam/KeyValues/KeyValues.cs | cmink-alone/TileIconifier | f0c9f4ed4d4c46bfe368d0ddb86564da9e00a51d | [
"MIT"
] | 1 | 2021-04-16T14:11:00.000Z | 2021-04-16T14:11:00.000Z | TileIconifier.Core/Custom/Steam/KeyValues/KeyValues.cs | cmink-alone/TileIconifier | f0c9f4ed4d4c46bfe368d0ddb86564da9e00a51d | [
"MIT"
] | 1 | 2020-06-26T00:42:03.000Z | 2020-06-26T00:42:03.000Z | TileIconifier.Core/Custom/Steam/KeyValues/KeyValues.cs | aseer95/TileIconifier | f0c9f4ed4d4c46bfe368d0ddb86564da9e00a51d | [
"MIT"
] | null | null | null | #region LICENCE
// /*
// The MIT License (MIT)
//
// Copyright (c) 2016 Johnathon M
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without r... | 33.351684 | 136 | 0.505383 |
184c91af6a62b9c48f83ea4e2eb649174a5cda4d | 2,264 | cs | C# | src/ESFA.DC.ILR.ReportService.Service/Service/ValidationErrorsService.cs | SkillsFundingAgency/DC-ILR-1819-ReportService | f047df161cc2ff1dc9205757dfea1398f8e76263 | [
"MIT"
] | null | null | null | src/ESFA.DC.ILR.ReportService.Service/Service/ValidationErrorsService.cs | SkillsFundingAgency/DC-ILR-1819-ReportService | f047df161cc2ff1dc9205757dfea1398f8e76263 | [
"MIT"
] | null | null | null | src/ESFA.DC.ILR.ReportService.Service/Service/ValidationErrorsService.cs | SkillsFundingAgency/DC-ILR-1819-ReportService | f047df161cc2ff1dc9205757dfea1398f8e76263 | [
"MIT"
] | 1 | 2021-04-11T08:48:36.000Z | 2021-04-11T08:48:36.000Z | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ESFA.DC.Data.ILR.ValidationErrors.Model;
using ESFA.DC.ILR.ReportService.Interface.Service;
using ESFA.DC.ILR.ReportService.Model.Configuration;
using ESFA.DC.ILR.Rep... | 39.034483 | 154 | 0.612633 |
9dc4257d25cdfc7f527aa2e7d4ee4c4349a0f872 | 263 | cs | C# | Assets/Resources/Scripts/Dice.cs | SchwiftyPython/PizzalikeRL | fbd4cdd5f7e6a519b9d85d401f7828c7c20d891f | [
"Apache-2.0"
] | null | null | null | Assets/Resources/Scripts/Dice.cs | SchwiftyPython/PizzalikeRL | fbd4cdd5f7e6a519b9d85d401f7828c7c20d891f | [
"Apache-2.0"
] | null | null | null | Assets/Resources/Scripts/Dice.cs | SchwiftyPython/PizzalikeRL | fbd4cdd5f7e6a519b9d85d401f7828c7c20d891f | [
"Apache-2.0"
] | null | null | null | using System;
[Serializable]
public class Dice
{
public int NumDice { get; set; }
public int NumSides { get; set; }
public Dice() { }
public Dice(int numDice, int numSides)
{
NumDice = numDice;
NumSides = numSides;
}
}
| 15.470588 | 42 | 0.585551 |
bc94f9a8e85b0e095ebfbbc91e13bfe9c4100724 | 7,243 | cshtml | C# | greenTea/Views/Receitas/Details.cshtml | Vagner-Lopes/greenTea2 | fc29306f94e068be08d90031ab53673694ad5e09 | [
"MIT"
] | null | null | null | greenTea/Views/Receitas/Details.cshtml | Vagner-Lopes/greenTea2 | fc29306f94e068be08d90031ab53673694ad5e09 | [
"MIT"
] | null | null | null | greenTea/Views/Receitas/Details.cshtml | Vagner-Lopes/greenTea2 | fc29306f94e068be08d90031ab53673694ad5e09 | [
"MIT"
] | null | null | null | @model greenTea.Models.Receita
@{
ViewData["Title"] = "Receitas";
}
<br />
<br />
<div class="container mb-5">
<div>
<div class="row">
<h2 class="col-10">Receitas</h2>
<div class="col-2">
<a class="btn btn-info align-content-center p-2" asp-action="Index">... | 44.709877 | 142 | 0.288002 |
ce5a4708974991dfdd7f33858ed0965c987fc15a | 4,718 | cs | C# | Bibliotek/Migrations/20190103093402_Initial.cs | Xirez/grupparbete-bibliotek | 713d806075e1982e0e363d633c2c02036afcb091 | [
"MIT"
] | null | null | null | Bibliotek/Migrations/20190103093402_Initial.cs | Xirez/grupparbete-bibliotek | 713d806075e1982e0e363d633c2c02036afcb091 | [
"MIT"
] | 1 | 2019-01-20T20:33:47.000Z | 2019-01-20T20:33:47.000Z | Bibliotek/Migrations/20190103093402_Initial.cs | Xirez/grupparbete-bibliotek | 713d806075e1982e0e363d633c2c02036afcb091 | [
"MIT"
] | null | null | null | using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Bibliotek.Migrations
{
public partial class Initial : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
na... | 43.284404 | 361 | 0.513353 |
9d382125d8bdf4b602e6c66ef83591f482366d99 | 1,594 | cs | C# | adapter/Adapter/Program.cs | mitevpi/c-sharp-design-patterns | 8ec25b8d6658ea48f641a287da3ecdce7d026a18 | [
"MIT"
] | 9 | 2019-09-27T21:19:31.000Z | 2021-12-08T18:05:08.000Z | adapter/Adapter/Program.cs | mitevpi/c-sharp-design-patterns | 8ec25b8d6658ea48f641a287da3ecdce7d026a18 | [
"MIT"
] | null | null | null | adapter/Adapter/Program.cs | mitevpi/c-sharp-design-patterns | 8ec25b8d6658ea48f641a287da3ecdce7d026a18 | [
"MIT"
] | 3 | 2020-01-15T14:29:27.000Z | 2022-02-19T15:49:44.000Z | using System;
using System.Collections.Generic;
/// <summary>
/// This is code showing the adapter pattern for client company to get
/// employee records for third party organizations whose interface is not
/// compatible with client.
/// </summary>
namespace Adapter.Demonstration
{
// 'Adaptee' class
clas... | 26.566667 | 83 | 0.559598 |
2423aed7c799b5e755fd2ce3b971042e877ff899 | 1,141 | cs | C# | Profiles/MeasurementVertxProfile.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 3 | 2020-01-23T15:08:11.000Z | 2020-04-16T08:40:44.000Z | Profiles/MeasurementVertxProfile.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 3 | 2020-01-23T15:14:08.000Z | 2021-11-11T06:07:23.000Z | Profiles/MeasurementVertxProfile.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 2 | 2020-01-23T16:09:22.000Z | 2021-11-26T02:29:42.000Z | using AutoMapper;
using MongoDB.Bson;
using VueExample.Models.Vertx;
using VueExample.ViewModels.Vertx.InputModels;
using VueExample.ViewModels.Vertx.ResponseModels;
namespace VueExample.Profiles
{
public class MeasurementVertxProfile : Profile
{
public MeasurementVertxProfile()
{
... | 43.884615 | 92 | 0.635408 |
f384dcc98bcf3bbd7e267d1b8741cc65516106e3 | 9,188 | cs | C# | extensions/a3cs_debug/Debug.cs | Krzyciu/A3CS | b7144fc9089b5ded6e37cc1fad79b1c2879521be | [
"MIT"
] | 1 | 2020-06-07T00:45:49.000Z | 2020-06-07T00:45:49.000Z | extensions/a3cs_debug/Debug.cs | Krzyciu/A3CS | b7144fc9089b5ded6e37cc1fad79b1c2879521be | [
"MIT"
] | 27 | 2020-05-24T11:09:56.000Z | 2020-05-25T12:28:10.000Z | extensions/a3cs_debug/Debug.cs | Krzyciu/A3CS | b7144fc9089b5ded6e37cc1fad79b1c2879521be | [
"MIT"
] | 2 | 2020-05-31T08:52:45.000Z | 2021-04-16T23:16:37.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.IO;
using RGiesecke.DllExport;
using System.Net.Http;
namespace a3cs_debug
{
class A3CSDebugExtension
{
public... | 32.466431 | 188 | 0.482586 |
6aab40147e9bac107fbead90faf0452bf514e8d0 | 9,556 | cs | C# | EIDSS v5/eidss.model/Model/VsSession.cs | EIDSS/EIDSS-Legacy | 2f7f45f1882a899dde6f774c2d38b9f431ce42c1 | [
"BSD-2-Clause"
] | 2 | 2017-09-14T03:03:40.000Z | 2017-09-15T14:58:47.000Z | EIDSS v5/eidss.model/Model/VsSession.cs | EIDSS/EIDSS-Legacy | 2f7f45f1882a899dde6f774c2d38b9f431ce42c1 | [
"BSD-2-Clause"
] | null | null | null | EIDSS v5/eidss.model/Model/VsSession.cs | EIDSS/EIDSS-Legacy | 2f7f45f1882a899dde6f774c2d38b9f431ce42c1 | [
"BSD-2-Clause"
] | 2 | 2017-09-14T03:03:45.000Z | 2019-03-25T23:09:43.000Z | using System.Collections.Generic;
using System.Linq;
using bv.model.BLToolkit;
using bv.model.Model.Core;
using eidss.model.Model;
namespace eidss.model.Schema
{
public partial class VsSession
{
public bool ValidateOnDelete()
{
return _ValidateOnDelete(false);
... | 38.688259 | 165 | 0.496547 |
9aef5b431604e59c760b2c8741e20a0ef7a205c5 | 392 | cs | C# | Ur/FunctionInfo.cs | rds1983/Ur | 0e8b99eee4f62ff3b1396f826b22186c0c30b942 | [
"MIT"
] | 1 | 2018-08-14T19:58:36.000Z | 2018-08-14T19:58:36.000Z | Ur/FunctionInfo.cs | rds1983/Ur | 0e8b99eee4f62ff3b1396f826b22186c0c30b942 | [
"MIT"
] | null | null | null | Ur/FunctionInfo.cs | rds1983/Ur | 0e8b99eee4f62ff3b1396f826b22186c0c30b942 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace Ur
{
public class FunctionInfo
{
private readonly Dictionary<string, string> _arguments = new Dictionary<string, string>();
public Dictionary<string, string> Arguments
{
get
{
return _arguments;
}
}
public string Name { get; set; }
public string... | 17.043478 | 92 | 0.683673 |
972a1830297206540883dc053157e5bc3cb9b7db | 17,222 | cs | C# | source/SpectrumEngine.Emu/Z80/Z80Cpu.cs | Dotneteer/spectrum-dotnet-engine | 944ee32e76b140cf6ae0e4b5f7f8d7c5aee6d7b8 | [
"MIT"
] | null | null | null | source/SpectrumEngine.Emu/Z80/Z80Cpu.cs | Dotneteer/spectrum-dotnet-engine | 944ee32e76b140cf6ae0e4b5f7f8d7c5aee6d7b8 | [
"MIT"
] | null | null | null | source/SpectrumEngine.Emu/Z80/Z80Cpu.cs | Dotneteer/spectrum-dotnet-engine | 944ee32e76b140cf6ae0e4b5f7f8d7c5aee6d7b8 | [
"MIT"
] | null | null | null | using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace SpectrumEngine.Emu;
/// <summary>
/// This class implements the emulation of the Z80 CPU.
/// </summary>
/// <remarks>
/// This partition defines a couple of nested types the CPU emulation utilizes in its implementation.
/// </rem... | 37.196544 | 120 | 0.57113 |
edb473a383fb271b87abdcd60ecba4f9ba4ed5fb | 293 | cs | C# | IMDB.Api/Entities/MoviePlotKeyword.cs | gitese/IMDB.API | 67bf58193d09e46095ef1fff91fb0b70809e9043 | [
"MIT"
] | 2 | 2020-01-23T14:02:21.000Z | 2020-03-13T03:37:28.000Z | IMDB.Api/Entities/MoviePlotKeyword.cs | gitese/IMDB.API | 67bf58193d09e46095ef1fff91fb0b70809e9043 | [
"MIT"
] | null | null | null | IMDB.Api/Entities/MoviePlotKeyword.cs | gitese/IMDB.API | 67bf58193d09e46095ef1fff91fb0b70809e9043 | [
"MIT"
] | 1 | 2020-03-13T03:37:30.000Z | 2020-03-13T03:37:30.000Z | using System;
namespace IMDB.Api.Entities
{
public class MoviePlotKeyword : BaseEntity
{
public long PlotKeywordId { get; set; }
public PlotKeyword PlotKeyword { get; set; }
public long MovieId { get; set; }
public Movie Movie { get; set; }
}
}
| 19.533333 | 52 | 0.614334 |
c4ddcdfda2dd25033a9e72b1a37cdd5ba81f7db2 | 1,999 | cs | C# | BlazorWasmIdentity/Auth/AuthService.cs | twytec/Blazor-WebAssembly-custom-Identity | f1c86ce4c4ef124b2a82ced3a7425d8a1f92934b | [
"MIT"
] | null | null | null | BlazorWasmIdentity/Auth/AuthService.cs | twytec/Blazor-WebAssembly-custom-Identity | f1c86ce4c4ef124b2a82ced3a7425d8a1f92934b | [
"MIT"
] | null | null | null | BlazorWasmIdentity/Auth/AuthService.cs | twytec/Blazor-WebAssembly-custom-Identity | f1c86ce4c4ef124b2a82ced3a7425d8a1f92934b | [
"MIT"
] | null | null | null | using Microsoft.JSInterop;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
namespace BlazorWasmIdentity.Auth
{
public class AuthService
... | 35.070175 | 196 | 0.655328 |
f2b027eceb114ce169cbd8629ffc53f954052ba0 | 17,079 | cs | C# | Gibbed.Avalanche.ModelViewer/Viewer.Designer.cs | gibbed/Gibbed.Avalanche | 549c7a7fa902c5b4d180847ad6f11867d4281398 | [
"Zlib"
] | 2 | 2020-02-08T02:50:41.000Z | 2020-12-14T05:36:58.000Z | Gibbed.Avalanche.ModelViewer/Viewer.Designer.cs | MerkeX/Gibbed.Avalanche | 549c7a7fa902c5b4d180847ad6f11867d4281398 | [
"Zlib"
] | null | null | null | Gibbed.Avalanche.ModelViewer/Viewer.Designer.cs | MerkeX/Gibbed.Avalanche | 549c7a7fa902c5b4d180847ad6f11867d4281398 | [
"Zlib"
] | 3 | 2018-12-05T12:15:11.000Z | 2021-06-16T01:17:28.000Z | namespace Gibbed.Avalanche.ModelViewer
{
partial class Viewer
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// <... | 55.813725 | 132 | 0.640084 |
d6b813a1cb1dafda383081f8f963a6927f5d9c83 | 883 | cs | C# | angularjs-signalr-test/WebApp/Startup.cs | ikulloa/iku-angularjs-signalr-test-app | d5387bd1ce46460f69bf4c106205abb4a81d5d60 | [
"MIT"
] | null | null | null | angularjs-signalr-test/WebApp/Startup.cs | ikulloa/iku-angularjs-signalr-test-app | d5387bd1ce46460f69bf4c106205abb4a81d5d60 | [
"MIT"
] | null | null | null | angularjs-signalr-test/WebApp/Startup.cs | ikulloa/iku-angularjs-signalr-test-app | d5387bd1ce46460f69bf4c106205abb4a81d5d60 | [
"MIT"
] | null | null | null | using Microsoft.AspNet.SignalR;
using Microsoft.Owin;
using Microsoft.Owin.Cors;
using Owin;
[assembly: OwinStartup(typeof(WebApp.Startup))]
namespace WebApp
{
public class Startup
{
public void Configuration(IAppBuilder app)
{
app.Map("/signalr", map =>
{
... | 23.236842 | 59 | 0.499434 |
6e655411639851315463283fd9507c9c884889b6 | 1,568 | cs | C# | src/Newbe.Claptrap.ArticleManager/Newbe.Claptrap.ArticleManager.Web/Controllers/ArticleController.cs | wangjunjx8868/Newbe.Claptrap.Examples | 6bd95a056df865a2867ad7f48d265d0c7b444438 | [
"MIT"
] | 24 | 2020-05-02T10:22:32.000Z | 2022-02-12T14:39:03.000Z | src/Newbe.Claptrap.ArticleManager/Newbe.Claptrap.ArticleManager.Web/Controllers/ArticleController.cs | wangjunjx8868/Newbe.Claptrap.Examples | 6bd95a056df865a2867ad7f48d265d0c7b444438 | [
"MIT"
] | null | null | null | src/Newbe.Claptrap.ArticleManager/Newbe.Claptrap.ArticleManager.Web/Controllers/ArticleController.cs | wangjunjx8868/Newbe.Claptrap.Examples | 6bd95a056df865a2867ad7f48d265d0c7b444438 | [
"MIT"
] | 6 | 2020-07-10T01:45:07.000Z | 2021-07-24T01:29:23.000Z | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Newbe.Claptrap.ArticleManager.IGrains;
using Orleans;
namespace Newbe.Claptrap.ArticleManager.Web.Controllers
{
public class ArticleController : Controller
{
private readonly IGrainFactory _grainFactory;
public Art... | 34.086957 | 102 | 0.616071 |
6ecc1811fc62a38db2e634909843b7ea75b62787 | 2,604 | cs | C# | source/Glimpse.Test.Mvc/AlternateType/AsyncActionInvokerEndInvokeActionMethodShould.cs | uQr/Glimpse | 61857be49fdab5af887d70cc9d85ff4a4a3a7358 | [
"Apache-2.0"
] | 1 | 2015-04-30T16:04:45.000Z | 2015-04-30T16:04:45.000Z | source/Glimpse.Test.Mvc/AlternateType/AsyncActionInvokerEndInvokeActionMethodShould.cs | uQr/Glimpse | 61857be49fdab5af887d70cc9d85ff4a4a3a7358 | [
"Apache-2.0"
] | null | null | null | source/Glimpse.Test.Mvc/AlternateType/AsyncActionInvokerEndInvokeActionMethodShould.cs | uQr/Glimpse | 61857be49fdab5af887d70cc9d85ff4a4a3a7358 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Web.Mvc;
using Glimpse.Core.Extensibility;
using Glimpse.Mvc.AlternateType;
using Glimpse.Test.Common;
using Glimpse.Test.Mvc.TestDoubles;
using Moq;
using Xunit;
using Xunit.Extensions;
namespace Glimpse.Test.Mvc.AlternateType
{
public class AsyncActi... | 41.333333 | 167 | 0.59063 |
7c4202c8d12648cd5b45704e33338011a8b22b55 | 1,503 | cs | C# | Wwise Adventure Game No Sound/Assets/Scripts/World/DungeonDoor.cs | FlanStudio/AllegroKingdom | 11bd91e59e863fcf165124759bd06e8b7685adc4 | [
"MIT"
] | null | null | null | Wwise Adventure Game No Sound/Assets/Scripts/World/DungeonDoor.cs | FlanStudio/AllegroKingdom | 11bd91e59e863fcf165124759bd06e8b7685adc4 | [
"MIT"
] | null | null | null | Wwise Adventure Game No Sound/Assets/Scripts/World/DungeonDoor.cs | FlanStudio/AllegroKingdom | 11bd91e59e863fcf165124759bd06e8b7685adc4 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class DungeonDoor : MonoBehaviour
{
#region private variables
private bool isOpen = false;
private Animator anim;
private readonly int openDoorHash = Animator.StringToHash("OpenDoor");
private readonly int closeDoorHash = Animator.StringToHash("Cl... | 19.025316 | 79 | 0.517631 |
7cb01d3c8d1cc0ca146c8e581c8b1607ffa836fc | 4,717 | cs | C# | VisualStudio2017/TeklaStrucutresAPIExtension/TeklaStrucutresAPIExtension/Tekla.Structures.Geometry3d/Intersection2.cs | dawiddyrcz/Tekla-Structures-API-Snippets | 014712d19cfc325a8ad89b1d3fa45de229e7a35d | [
"MIT"
] | 3 | 2020-01-16T19:49:10.000Z | 2022-03-08T01:25:56.000Z | VisualStudio2017/TeklaStrucutresAPIExtension/TeklaStrucutresAPIExtension/Tekla.Structures.Geometry3d/Intersection2.cs | dawiddyrcz/Tekla-Structures-API-Extension | 014712d19cfc325a8ad89b1d3fa45de229e7a35d | [
"MIT"
] | null | null | null | VisualStudio2017/TeklaStrucutresAPIExtension/TeklaStrucutresAPIExtension/Tekla.Structures.Geometry3d/Intersection2.cs | dawiddyrcz/Tekla-Structures-API-Extension | 014712d19cfc325a8ad89b1d3fa45de229e7a35d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using T3D = Tekla.Structures.Geometry3d;
namespace Tekla.Structures.Geometry3d
{
/// <summary>Contains static methods which are helpfull with finding intersection</summary>
class Intersection2
{
/// <summary>Checks intersection between two line segme... | 48.628866 | 203 | 0.628153 |
10bb1106904d7e0b1205da1865f1d45a8e86275e | 272 | cs | C# | Library/Competitive.Library/DataStructure/FenwickTree/Wrappers/FenwickTree2DStaticModIntWrappers.cs | kzrnm/Kzrnm.Competitive | d99bedd1ed62543570a9e2927b617f3abddac62f | [
"MIT"
] | 1 | 2022-03-13T08:13:15.000Z | 2022-03-13T08:13:15.000Z | Library/Competitive.Library/DataStructure/FenwickTree/Wrappers/FenwickTree2DStaticModIntWrappers.cs | kzrnm/Kzrnm.Competitive | d99bedd1ed62543570a9e2927b617f3abddac62f | [
"MIT"
] | 1 | 2022-03-25T18:46:06.000Z | 2022-03-25T23:02:33.000Z | Library/Competitive.Library/DataStructure/FenwickTree/Wrappers/FenwickTree2DStaticModIntWrappers.cs | kzrnm/Kzrnm.Competitive | d99bedd1ed62543570a9e2927b617f3abddac62f | [
"MIT"
] | null | null | null | using AtCoder;
namespace Kzrnm.Competitive
{
public class StaticModIntFenwickTree2D<T> : FenwickTree2D<StaticModInt<T>, StaticModIntOperator<T>>
where T : struct, IStaticMod
{
public StaticModIntFenwickTree2D(int H, int W) : base(H, W) { }
}
} | 27.2 | 103 | 0.691176 |
6b4700169bff4c7a6ea10e12beb6d5b01c934c9b | 616 | cs | C# | SDroid.SteamTrade/Exceptions/BackpackFetchAssetsException.cs | falahati/SDroid | 4bb01dfe22d1a9dbf75b45fd4edf9d999693fddf | [
"MIT"
] | 6 | 2019-03-29T01:11:56.000Z | 2022-01-27T07:51:45.000Z | SDroid.SteamTrade/Exceptions/BackpackFetchAssetsException.cs | falahati/SDroid | 4bb01dfe22d1a9dbf75b45fd4edf9d999693fddf | [
"MIT"
] | 2 | 2019-05-19T20:37:54.000Z | 2020-09-29T21:36:29.000Z | SDroid.SteamTrade/Exceptions/BackpackFetchAssetsException.cs | falahati/SDroid | 4bb01dfe22d1a9dbf75b45fd4edf9d999693fddf | [
"MIT"
] | 5 | 2019-05-19T20:29:08.000Z | 2022-03-10T23:17:31.000Z | using System;
using SteamKit2;
namespace SDroid.SteamTrade.Exceptions
{
public class BackpackFetchAssetsException : Exception
{
public BackpackFetchAssetsException(
long appId,
SteamID steamId,
string message = null,
Exception innerException = null)
... | 25.666667 | 106 | 0.573052 |
167dfdd1352f1c05e81d7a4103757228c2a1eee9 | 857 | cs | C# | Plus.Core/Plus/AspNetCore/Mvc/UI/RazorPages/ServiceBasedPageModelActivatorProvider.cs | Meowv/meowv.core | c4e4b269aeb2f68bcc1be03f33a252b4267e7306 | [
"MIT"
] | 12 | 2020-08-04T14:43:41.000Z | 2022-02-11T01:25:09.000Z | Plus.Core/Plus/AspNetCore/Mvc/UI/RazorPages/ServiceBasedPageModelActivatorProvider.cs | Meowv/plus.core | c4e4b269aeb2f68bcc1be03f33a252b4267e7306 | [
"MIT"
] | 1 | 2020-10-14T08:52:59.000Z | 2020-10-14T12:43:47.000Z | Plus.Core/Plus/AspNetCore/Mvc/UI/RazorPages/ServiceBasedPageModelActivatorProvider.cs | Meowv/plus.core | c4e4b269aeb2f68bcc1be03f33a252b4267e7306 | [
"MIT"
] | 8 | 2020-08-04T09:27:41.000Z | 2021-11-26T02:33:54.000Z | #if NETCOREAPP3_1
using JetBrains.Annotations;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.DependencyInjection;
using Plus.DependencyInjection;
using System;
namespace Plus.AspNetCore.Mvc.UI.RazorPages
{
[Dependency(ReplaceServices = true)]
public class ServiceBasedPageModelActivato... | 31.740741 | 111 | 0.743291 |
16936dfc233e0347bcda8ea2211249f68e2d80c6 | 149 | cs | C# | BolRetailerAPI/Models/Response/Shipments/ReducedTransport.cs | Soneritics/BolRetailerAPI | 0475f36ef57fb74b5fe6d7ed462b6f00875eae5b | [
"MIT"
] | 2 | 2020-02-26T19:31:31.000Z | 2020-05-08T19:46:14.000Z | BolRetailerAPI/Models/Response/Shipments/ReducedTransport.cs | Soneritics/BolRetailerAPI | 0475f36ef57fb74b5fe6d7ed462b6f00875eae5b | [
"MIT"
] | null | null | null | BolRetailerAPI/Models/Response/Shipments/ReducedTransport.cs | Soneritics/BolRetailerAPI | 0475f36ef57fb74b5fe6d7ed462b6f00875eae5b | [
"MIT"
] | 1 | 2020-03-31T19:29:25.000Z | 2020-03-31T19:29:25.000Z | namespace BolRetailerApi.Models.Response.Shipments
{
public class ReducedTransport
{
public string TransportId { get; set; }
}
} | 21.285714 | 51 | 0.684564 |
739940199f5b7ee877f06af07d6a31493a5dc9e3 | 1,565 | cs | C# | KeySwitchManager/Sources/Runtime/Applications.Core/Controllers/Import/ImportXlsxController.cs | r-koubou/KeySwitchManager | 37b82769d12ac62eb2e9f66c62936137f3ecee04 | [
"MIT"
] | 3 | 2021-02-05T09:29:52.000Z | 2022-03-13T18:57:45.000Z | KeySwitchManager/Sources/Runtime/Applications.Core/Controllers/Import/ImportXlsxController.cs | r-koubou/KeySwitchManager | 37b82769d12ac62eb2e9f66c62936137f3ecee04 | [
"MIT"
] | 1 | 2021-11-21T19:17:09.000Z | 2021-11-21T19:17:09.000Z | KeySwitchManager/Sources/Runtime/Applications.Core/Controllers/Import/ImportXlsxController.cs | r-koubou/KeySwitchManager | 37b82769d12ac62eb2e9f66c62936137f3ecee04 | [
"MIT"
] | 1 | 2021-02-05T09:30:26.000Z | 2021-02-05T09:30:26.000Z | using KeySwitchManager.Domain.KeySwitches.Models;
using KeySwitchManager.Infrastructures.Storage.KeySwitches;
using KeySwitchManager.Interactors.KeySwitches;
using KeySwitchManager.UseCase.KeySwitches.Import.Spreadsheet;
namespace KeySwitchManager.Applications.Core.Controllers.Import
{
public class ImportXlsxCont... | 33.297872 | 121 | 0.640256 |
a6bd13072802a6f83d95fc930f45b857030cee5f | 2,928 | cs | C# | YoFi.AspNet.Tests.Integration/Helpers/SampleDataStore.cs | RecursiveGeek/yofi | 9a973035507d45139b923ff16542eadd770ba5d4 | [
"MIT"
] | null | null | null | YoFi.AspNet.Tests.Integration/Helpers/SampleDataStore.cs | RecursiveGeek/yofi | 9a973035507d45139b923ff16542eadd770ba5d4 | [
"MIT"
] | null | null | null | YoFi.AspNet.Tests.Integration/Helpers/SampleDataStore.cs | RecursiveGeek/yofi | 9a973035507d45139b923ff16542eadd770ba5d4 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using YoFi.Core.Models;
namespace YoFi.Tests.Integration.Helpers
{
public class SampleDataStore
{
public List<Transaction> Transactions { get; se... | 32.175824 | 101 | 0.594262 |
50ae23b588d31b0dcb6eb3ca148c04a62ab72275 | 765 | cs | C# | Point Of Sales/FormSplashScreen.cs | junkiesdevstudio/Point-Of-Sales | fd4a3051f703d381d63ef877c6ac1efc42576d78 | [
"MIT"
] | 2 | 2018-05-27T00:15:28.000Z | 2021-06-09T18:31:37.000Z | Point Of Sales/FormSplashScreen.cs | junkiesdevstudio/Point-Of-Sales | fd4a3051f703d381d63ef877c6ac1efc42576d78 | [
"MIT"
] | null | null | null | Point Of Sales/FormSplashScreen.cs | junkiesdevstudio/Point-Of-Sales | fd4a3051f703d381d63ef877c6ac1efc42576d78 | [
"MIT"
] | 3 | 2017-03-23T02:38:20.000Z | 2018-06-10T00:42:55.000Z | 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 Point_Of_Sales
{
public partial class FormSplashScreen : Form
{
... | 21.25 | 77 | 0.592157 |
328f40db75ccd2eb3f3264ae18f19032f084332e | 153 | cs | C# | plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.Domain.Shared/EasyAbp/EShop/Plugins/Baskets/BasketsConsts.cs | EasyAbp/Shop | a45c820b7b0fd32a8f9141559da28ee1035667db | [
"MIT"
] | 149 | 2020-04-13T13:42:10.000Z | 2022-03-27T16:49:02.000Z | plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.Domain.Shared/EasyAbp/EShop/Plugins/Baskets/BasketsConsts.cs | EasyAbp/Shop | a45c820b7b0fd32a8f9141559da28ee1035667db | [
"MIT"
] | 117 | 2020-04-24T11:23:28.000Z | 2022-03-29T16:03:35.000Z | plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.Domain.Shared/EasyAbp/EShop/Plugins/Baskets/BasketsConsts.cs | EasyAbp/Shop | a45c820b7b0fd32a8f9141559da28ee1035667db | [
"MIT"
] | 44 | 2020-05-12T08:15:16.000Z | 2022-02-06T06:48:56.000Z | namespace EasyAbp.EShop.Plugins.Baskets
{
public static class BasketsConsts
{
public const string DefaultBasketName = "Default";
}
} | 21.857143 | 58 | 0.69281 |
59c3ba5f7e1a2fa601869fa85d1eb588052f7208 | 339 | cs | C# | Source/TilemapTools/Tiled/Layer.cs | dfkeenan/TilemapTools | 93d3df8f88ae5be9d7ca257997923a46ccffed7b | [
"Apache-2.0"
] | 3 | 2017-04-01T08:28:06.000Z | 2020-07-13T02:26:25.000Z | Source/TilemapTools/Tiled/Layer.cs | hnjm/TilemapTools | 93d3df8f88ae5be9d7ca257997923a46ccffed7b | [
"Apache-2.0"
] | 3 | 2016-10-15T08:13:36.000Z | 2016-10-15T08:14:55.000Z | Source/TilemapTools/Tiled/Layer.cs | hnjm/TilemapTools | 93d3df8f88ae5be9d7ca257997923a46ccffed7b | [
"Apache-2.0"
] | 2 | 2020-03-20T02:17:54.000Z | 2020-07-13T02:26:36.000Z | using System.Collections.ObjectModel;
namespace TilemapTools.Tiled
{
/// <summary>
/// Represents a tile layer.
/// </summary>
public class Layer : LayerBase, ILayer
{
/// <summary>
/// Get or set the layer tiles.
/// </summary>
public Collection<LayerTile> Tiles { ... | 22.6 | 56 | 0.575221 |
947292cb5c2d84c18e9eed59cc0ec631c5e35e8b | 8,035 | cs | C# | Consultar_Cliente.Designer.cs | mlopereira/Teste-.NET- | c9318b3632b5d144349c2f08d02f8164fd03a9fb | [
"Apache-2.0"
] | null | null | null | Consultar_Cliente.Designer.cs | mlopereira/Teste-.NET- | c9318b3632b5d144349c2f08d02f8164fd03a9fb | [
"Apache-2.0"
] | null | null | null | Consultar_Cliente.Designer.cs | mlopereira/Teste-.NET- | c9318b3632b5d144349c2f08d02f8164fd03a9fb | [
"Apache-2.0"
] | null | null | null | namespace Projeto_Marcelo
{
partial class Consultar_Cliente
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </s... | 47.264706 | 143 | 0.595893 |
bf2ecd7334a53dcc650289189f83f0a8dbff2899 | 1,979 | cs | C# | CameraControl.Plugins/AutoExportPlugins/FtpPluginViewModel.cs | marcingorecki/digiCamControl | 05ebb07e26a3da4b9ce03e6a1964485fd15908a7 | [
"MIT"
] | null | null | null | CameraControl.Plugins/AutoExportPlugins/FtpPluginViewModel.cs | marcingorecki/digiCamControl | 05ebb07e26a3da4b9ce03e6a1964485fd15908a7 | [
"MIT"
] | null | null | null | CameraControl.Plugins/AutoExportPlugins/FtpPluginViewModel.cs | marcingorecki/digiCamControl | 05ebb07e26a3da4b9ce03e6a1964485fd15908a7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using CameraControl.Core.Classes;
namespace CameraControl.Plugins.AutoExportPlugins
{
public class FtpPluginViewModel : BasePluginViewModel
{
public FtpPluginViewModel()
{
... | 24.432099 | 91 | 0.491662 |
e970ff1c902c2003562e38414061d12e01c17b93 | 14,652 | cs | C# | Colorizer/Colorizer/Imaging/BitmapExtensions.cs | InterlakeHighSchoolMachineLearningClub/Colorizer | ee97c50fc787cea0a4d15a6b4ff41e41acac72bf | [
"Apache-2.0"
] | 1 | 2017-04-28T04:34:54.000Z | 2017-04-28T04:34:54.000Z | Colorizer/Colorizer/Imaging/BitmapExtensions.cs | InterlakeHighSchoolMachineLearningClub/Colorizer | ee97c50fc787cea0a4d15a6b4ff41e41acac72bf | [
"Apache-2.0"
] | null | null | null | Colorizer/Colorizer/Imaging/BitmapExtensions.cs | InterlakeHighSchoolMachineLearningClub/Colorizer | ee97c50fc787cea0a4d15a6b4ff41e41acac72bf | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Drawing.Drawing2D;
using System.Runtime.CompilerServices;
namespace Colorizer.Imaging
{
public static partial class BitmapExt... | 41.74359 | 133 | 0.434207 |
de58c05b1758ef4c8e03a3c5a8c0ecd557dfa382 | 1,280 | cs | C# | src/CoreLoggingTests/CoreLoggerFactoryTests.cs | alanstevens/CoreLogging | 07d84ff0d8a32f4ff10ebcc00b89efff6f6c0e1c | [
"Apache-2.0"
] | 1 | 2018-05-07T14:13:07.000Z | 2018-05-07T14:13:07.000Z | src/CoreLoggingTests/CoreLoggerFactoryTests.cs | alanstevens/CoreLoggingAbstractions | 07d84ff0d8a32f4ff10ebcc00b89efff6f6c0e1c | [
"Apache-2.0"
] | 1 | 2018-05-14T20:03:52.000Z | 2018-05-16T17:59:04.000Z | src/CoreLoggingTests/CoreLoggerFactoryTests.cs | alanstevens/CoreLoggingAbstractions | 07d84ff0d8a32f4ff10ebcc00b89efff6f6c0e1c | [
"Apache-2.0"
] | 1 | 2018-05-15T14:13:09.000Z | 2018-05-15T14:13:09.000Z | namespace CoreLoggingTests
{
using System;
using CoreLogging;
using Microsoft.Extensions.Logging;
using Shouldly;
using NSubstitute;
using Xunit;
public class CoreLoggerFactoryTests
{
readonly ILoggerFactory _factory;
readonly CoreLoggerFactory _factoryCore;
pu... | 27.234043 | 89 | 0.639844 |
8354152828bc210be8a31cf8647945e916530484 | 1,368 | cs | C# | src/MemberService/Pages/AnnualMeeting/Survey/QuestionModel.cs | bardarswingclub/MemberService | 1a03c26f8e6db6b8fe1451e4c1d8269a6b6a5766 | [
"MIT"
] | null | null | null | src/MemberService/Pages/AnnualMeeting/Survey/QuestionModel.cs | bardarswingclub/MemberService | 1a03c26f8e6db6b8fe1451e4c1d8269a6b6a5766 | [
"MIT"
] | 86 | 2019-02-02T16:18:37.000Z | 2022-03-20T10:42:42.000Z | src/MemberService/Pages/AnnualMeeting/Survey/QuestionModel.cs | bardarswingclub/MemberService | 1a03c26f8e6db6b8fe1451e4c1d8269a6b6a5766 | [
"MIT"
] | 1 | 2019-11-13T20:21:19.000Z | 2019-11-13T20:21:19.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Clave.Expressionify;
using MemberService.Data;
using MemberService.Data.ValueTypes;
namespace MemberService.Pages.AnnualMeeting.Survey
{
public partial class QuestionModel
{
public Guid Id { get; set; }
public Guid Mee... | 27.36 | 77 | 0.584795 |
5666ab16814ab83f4afcc9a1f36e6b15356bf866 | 2,475 | cs | C# | Skills.cs | Hetal728/FootballPlugin | 5202f177fbd45ec8c3d27b6758d89c0a10bfb673 | [
"MIT"
] | null | null | null | Skills.cs | Hetal728/FootballPlugin | 5202f177fbd45ec8c3d27b6758d89c0a10bfb673 | [
"MIT"
] | null | null | null | Skills.cs | Hetal728/FootballPlugin | 5202f177fbd45ec8c3d27b6758d89c0a10bfb673 | [
"MIT"
] | null | null | null | using System.Data;
using System.Threading;
using MCGalaxy;
using MCGalaxy.Maths;
namespace FootballPlugin
{
public static class Skills
{
public static void Execute(Player p, int skill)
{
try
{
string line;
var Dir = DirUtils.GetDirVector(... | 39.919355 | 127 | 0.425455 |
947e4eeff7cbfc757f54c29ffb9ac90f13acb242 | 446 | cs | C# | src/App/FinCalcR.WinUi/LibraryMapper/DialogHost/IDialogHostMapper.cs | stevenengland/FinCalcR | 9f678e06a28c5b8892492002ebed9c331c1260a6 | [
"MIT"
] | 1 | 2020-12-17T09:53:20.000Z | 2020-12-17T09:53:20.000Z | src/App/FinCalcR.WinUi/LibraryMapper/DialogHost/IDialogHostMapper.cs | stevenengland/FinCalcR | 9f678e06a28c5b8892492002ebed9c331c1260a6 | [
"MIT"
] | 10 | 2020-11-22T14:28:47.000Z | 2021-01-24T10:36:25.000Z | src/App/FinCalcR.WinUi/LibraryMapper/DialogHost/IDialogHostMapper.cs | stevenengland/FinCalcR | 9f678e06a28c5b8892492002ebed9c331c1260a6 | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
using StEn.FinCalcR.WinUi.Views;
namespace StEn.FinCalcR.WinUi.LibraryMapper.DialogHost
{
public interface IDialogHostMapper
{
Task<object> ShowAsync(object content, object dialogIdentifier);
ErrorView GetErrorView(
string errorMessage,
st... | 24.777778 | 72 | 0.67713 |
280192f0c98227cfd88e2c54b941fc5a3fb6a9cb | 3,378 | cs | C# | Fylgja.Core/LanguageExtensions/PerfOpt.cs | ToTirzah/Fylgja | a7a9a053f10ee3105b6418f9087b2b0f1719567c | [
"MIT"
] | null | null | null | Fylgja.Core/LanguageExtensions/PerfOpt.cs | ToTirzah/Fylgja | a7a9a053f10ee3105b6418f9087b2b0f1719567c | [
"MIT"
] | null | null | null | Fylgja.Core/LanguageExtensions/PerfOpt.cs | ToTirzah/Fylgja | a7a9a053f10ee3105b6418f9087b2b0f1719567c | [
"MIT"
] | null | null | null | namespace Fylgja.Core
{
public static partial class LanguageExtensions
{
public static bool Is<T>(this ref T o) where T: struct => true;
public static bool Is(this bool o) => true;
public static bool Is(this char o) => true;
public static bool Is(this sbyte o) => true;
public static bool Is(this short o)... | 42.225 | 79 | 0.652161 |
393e31dffa0c33a764992a9cf5acfc0cfa31b2d8 | 2,352 | cs | C# | Transformation Tool - CSOM/Transformation.PowerShell/SiteColumnAndContentTypes/RemoveSiteColumnByType-Web.cs | nokafor/PnP-Transformation | addd6070f9243b268257a1517e24823b18b0f26d | [
"MIT"
] | 17 | 2016-12-14T16:40:33.000Z | 2019-04-18T14:33:54.000Z | Transformation Tool - CSOM/Transformation.PowerShell/SiteColumnAndContentTypes/RemoveSiteColumnByType-Web.cs | nokafor/PnP-Transformation | addd6070f9243b268257a1517e24823b18b0f26d | [
"MIT"
] | 17 | 2016-11-28T13:23:58.000Z | 2019-10-14T16:50:37.000Z | Transformation Tool - CSOM/Transformation.PowerShell/SiteColumnAndContentTypes/RemoveSiteColumnByType-Web.cs | nokafor/PnP-Transformation | addd6070f9243b268257a1517e24823b18b0f26d | [
"MIT"
] | 33 | 2015-08-27T11:18:31.000Z | 2016-09-26T13:42:57.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Management.Automation;
using Transformation.PowerShell.Base;
using Transformation.PowerShell.Common;
namespace Transformation.PowerShell.SiteColumnAndContentTypes
{
[Cmdlet(VerbsCommon.... | 42.763636 | 200 | 0.654762 |
f9b7a716769b414837a58d6f89ce177dc7fd70f5 | 1,158 | cs | C# | sdk/dotnet/DLP/V2/Inputs/GooglePrivacyDlpV2CryptoHashConfigArgs.cs | AaronFriel/pulumi-google-native | 75d1cda425e33d4610348972cd70bddf35f1770d | [
"Apache-2.0"
] | 44 | 2021-04-18T23:00:48.000Z | 2022-02-14T17:43:15.000Z | sdk/dotnet/DLP/V2/Inputs/GooglePrivacyDlpV2CryptoHashConfigArgs.cs | AaronFriel/pulumi-google-native | 75d1cda425e33d4610348972cd70bddf35f1770d | [
"Apache-2.0"
] | 354 | 2021-04-16T16:48:39.000Z | 2022-03-31T17:16:39.000Z | sdk/dotnet/DLP/V2/Inputs/GooglePrivacyDlpV2CryptoHashConfigArgs.cs | AaronFriel/pulumi-google-native | 75d1cda425e33d4610348972cd70bddf35f1770d | [
"Apache-2.0"
] | 8 | 2021-04-24T17:46:51.000Z | 2022-01-05T10:40:21.000Z | // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Goog... | 39.931034 | 391 | 0.716753 |
f9e046ec3258b716cfad0ffb76aae6e8cce65ee6 | 4,107 | cs | C# | LabManagement/Room.cs | DakotaStream/LabManagement | 00356ab981914713dd588e3de63d6ffe5d81d8a1 | [
"MIT"
] | null | null | null | LabManagement/Room.cs | DakotaStream/LabManagement | 00356ab981914713dd588e3de63d6ffe5d81d8a1 | [
"MIT"
] | null | null | null | LabManagement/Room.cs | DakotaStream/LabManagement | 00356ab981914713dd588e3de63d6ffe5d81d8a1 | [
"MIT"
] | 1 | 2020-04-08T16:38:48.000Z | 2020-04-08T16:38:48.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace LabManagement
{
class Room
{
public int RoomID { get; set; }
public string Building { get; set; }
public string Wing { get... | 36.345133 | 174 | 0.529584 |
4a6b4af554094372d6884c37be61217965f2e1f2 | 2,557 | cs | C# | Controllers/PDFController.cs | mm-sam/html2pdf-azure | 4ad17c8fdf57c91f2e00955450699879bde049c7 | [
"Apache-2.0"
] | null | null | null | Controllers/PDFController.cs | mm-sam/html2pdf-azure | 4ad17c8fdf57c91f2e00955450699879bde049c7 | [
"Apache-2.0"
] | null | null | null | Controllers/PDFController.cs | mm-sam/html2pdf-azure | 4ad17c8fdf57c91f2e00955450699879bde049c7 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using System.Net.Http;
using System.Net;
using System.IO;
using Microsoft.Extensions.Logging;
namespace code.Controllers
{
[ApiController]
public class PDFController : ControllerBa... | 29.056818 | 78 | 0.561205 |
2f070462fdb5bd9066f95bc681f91a4e46c1422b | 2,978 | cs | C# | ServiceWorkerMobileApp/NG.ServiceWorker.AppSetup.Shared/CommonAppSetup.cs | NaturalGateways/DevExerciseServiceWorkerApp | 3d45a80afbfe6a9c3399e61faa2b32029fce6348 | [
"MIT"
] | null | null | null | ServiceWorkerMobileApp/NG.ServiceWorker.AppSetup.Shared/CommonAppSetup.cs | NaturalGateways/DevExerciseServiceWorkerApp | 3d45a80afbfe6a9c3399e61faa2b32029fce6348 | [
"MIT"
] | 2 | 2021-06-23T00:27:52.000Z | 2021-06-23T00:29:12.000Z | ServiceWorkerMobileApp/NG.ServiceWorker.AppSetup.Shared/CommonAppSetup.cs | NaturalGateways/DevExerciseServiceWorkerApp | 3d45a80afbfe6a9c3399e61faa2b32029fce6348 | [
"MIT"
] | null | null | null | using System;
using System.Reflection;
namespace NG.ServiceWorker.AppSetup
{
/// <summary>Static function called by each platform app project to do the common startup.</summary>
public static class CommonAppSetup
{
public static void CommonStartup()
{
// Read services config
... | 82.722222 | 203 | 0.802216 |
8d2b38c41d432ebf493e045dd607c586fdd7767a | 6,297 | cs | C# | ViennaAdvantageWeb/ModelLibrary/Model/X_B_Offer.cs | eric-erki/ERP-CMR-DMS | 2d01465e14cf456dd2288d63f7e0236ab761eabe | [
"Apache-2.0"
] | 45 | 2017-11-07T19:54:38.000Z | 2022-03-22T04:12:01.000Z | ViennaAdvantageWeb/ModelLibrary/Model/X_B_Offer.cs | dorian-gris/ERP-CMR-DMS | 2d01465e14cf456dd2288d63f7e0236ab761eabe | [
"Apache-2.0"
] | null | null | null | ViennaAdvantageWeb/ModelLibrary/Model/X_B_Offer.cs | dorian-gris/ERP-CMR-DMS | 2d01465e14cf456dd2288d63f7e0236ab761eabe | [
"Apache-2.0"
] | 40 | 2017-11-07T19:56:07.000Z | 2022-02-15T11:23:38.000Z | namespace VAdvantage.Model
{
/** Generated Model - DO NOT CHANGE */
using System;
using System.Text;
using VAdvantage.DataBase;
using VAdvantage.Common;
using VAdvantage.Classes;
using VAdvantage.Process;
using VAdvantage.Model;
using VAdvantage.Utility;
using System.Data;
/** Generated Model for B_Offer
* @author J... | 24.034351 | 93 | 0.728601 |
56da0663e23e639f9e483540cf4193c466f43af5 | 323 | cs | C# | XKCDDemo.Repository/Interfaces/IXKCDApi.cs | kairias97/XKCD_dotnetcore_mvc | 3cf49327e4f493822bce0ca4b5dcc30d486ae62f | [
"MIT"
] | null | null | null | XKCDDemo.Repository/Interfaces/IXKCDApi.cs | kairias97/XKCD_dotnetcore_mvc | 3cf49327e4f493822bce0ca4b5dcc30d486ae62f | [
"MIT"
] | null | null | null | XKCDDemo.Repository/Interfaces/IXKCDApi.cs | kairias97/XKCD_dotnetcore_mvc | 3cf49327e4f493822bce0ca4b5dcc30d486ae62f | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
using XKCDDemo.DTO.ViewModels;
using XKCDDemo.Util.Attributes;
namespace XKCDDemo.Repository.Interfaces
{
public interface IXKCDApi
{
Task<ComicDetailVM> GetComicOfTheDay();
Task<ComicDetailVM> GetComicById(int comicId);
Task<int?> GetFirstComicId();
}... | 23.071429 | 54 | 0.718266 |
54e8116274f0c28fa5e6805814ca560c5d29a313 | 950 | cs | C# | CSharp/DependencyBreakingKatas/D/Money.cs | fajes650yqu0n/codecop6 | 2fcc1fd494a60d8673821fd8fe66acfe898ee610 | [
"BSD-3-Clause"
] | 8 | 2019-06-25T13:49:25.000Z | 2022-01-08T03:30:29.000Z | CSharp/DependencyBreakingKatas/D/Money.cs | fajes650yqu0n/codecop6 | 2fcc1fd494a60d8673821fd8fe66acfe898ee610 | [
"BSD-3-Clause"
] | 2 | 2019-01-07T09:41:29.000Z | 2019-09-24T21:21:53.000Z | CSharp/DependencyBreakingKatas/D/Money.cs | fajes650yqu0n/codecop6 | 2fcc1fd494a60d8673821fd8fe66acfe898ee610 | [
"BSD-3-Clause"
] | 7 | 2019-01-05T08:10:32.000Z | 2020-05-18T02:14:11.000Z | namespace Org.Codecop.Dependencies.D
{
public class Money
{
private readonly decimal value;
public Money(int value) => this.value = value;
public Money(decimal value) => this.value = value;
public Money Percentage(int p)
{
return new Money(value * p / 100);... | 22.619048 | 82 | 0.490526 |
d18948b1c2da516d937994a5e135c592c499704b | 1,022 | cs | C# | RegulowanyRynek/RegulowanyRynek/Publisher/CentralBank/CentralBankProvider.cs | piotr-jadczak/ObserverDesignPattern | 605deac333d421b224517dc792849824f0d3a8f8 | [
"MIT"
] | null | null | null | RegulowanyRynek/RegulowanyRynek/Publisher/CentralBank/CentralBankProvider.cs | piotr-jadczak/ObserverDesignPattern | 605deac333d421b224517dc792849824f0d3a8f8 | [
"MIT"
] | null | null | null | RegulowanyRynek/RegulowanyRynek/Publisher/CentralBank/CentralBankProvider.cs | piotr-jadczak/ObserverDesignPattern | 605deac333d421b224517dc792849824f0d3a8f8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RegulowanyRynek.Publisher.CentralBank
{
public class CentralBankProvider : IObservable<CentralBankData>
{
List<IObserver<CentralBankData>> observers;
public CentralBan... | 24.926829 | 73 | 0.599804 |
c0275dc6035c3daebad1dfa907ea0b4363a76f0f | 3,487 | cs | C# | Program/Client/UnityProject/Assets/BaseFrameWork/ScriptFrameWork/UIFrameWork/UIToggleGroupComponent.cs | zwluoqi/TextEquip | a86e2bc009a5231de9b3fb860ce1a005c51747fc | [
"MIT"
] | 1 | 2022-03-03T03:10:17.000Z | 2022-03-03T03:10:17.000Z | Program/Client/UnityProject/Assets/BaseFrameWork/ScriptFrameWork/UIFrameWork/UIToggleGroupComponent.cs | zwluoqi/TextEquip | a86e2bc009a5231de9b3fb860ce1a005c51747fc | [
"MIT"
] | null | null | null | Program/Client/UnityProject/Assets/BaseFrameWork/ScriptFrameWork/UIFrameWork/UIToggleGroupComponent.cs | zwluoqi/TextEquip | a86e2bc009a5231de9b3fb860ce1a005c51747fc | [
"MIT"
] | 2 | 2022-03-03T03:10:17.000Z | 2022-03-07T08:50:35.000Z | // /*
// #########
// ############
// #############
// ## ###########
// ### ###### #####
// ### ####### ####
// ### ########## ####
// #### ########### ####
// #### ########### #####
// #####... | 25.452555 | 83 | 0.453972 |
c063b3818b7ec77acc4196025906b0f2af677ffc | 1,880 | cs | C# | Piatkovskaya_Collections/Piatkovskaya_Collections/Collection_of_students.cs | Magdalina/Port | d08aac49a871344f366e278ef79f72e3a2abdc53 | [
"MIT"
] | null | null | null | Piatkovskaya_Collections/Piatkovskaya_Collections/Collection_of_students.cs | Magdalina/Port | d08aac49a871344f366e278ef79f72e3a2abdc53 | [
"MIT"
] | null | null | null | Piatkovskaya_Collections/Piatkovskaya_Collections/Collection_of_students.cs | Magdalina/Port | d08aac49a871344f366e278ef79f72e3a2abdc53 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
namespace Piatkovskaya_Collections
{
class Collection_of_students//: IComparable
{
List<Stsudent> students = new ... | 22.117647 | 143 | 0.52234 |
15145657217cab2c2e5063981e8391692926354b | 5,024 | cs | C# | src/Cuyahoga.Core/Domain/ModuleBase.cs | dineshkummarc/cuyahoga | 253252231165d1b387eb2c95aa629ad329f472fb | [
"BSD-3-Clause"
] | 1 | 2019-04-22T16:41:37.000Z | 2019-04-22T16:41:37.000Z | src/Cuyahoga.Core/Domain/ModuleBase.cs | dineshkummarc/cuyahoga | 253252231165d1b387eb2c95aa629ad329f472fb | [
"BSD-3-Clause"
] | null | null | null | src/Cuyahoga.Core/Domain/ModuleBase.cs | dineshkummarc/cuyahoga | 253252231165d1b387eb2c95aa629ad329f472fb | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Web;
using NHibernate;
using Castle.Core;
using Castle.Facilities.NHibernateIntegration;
using Cuyahoga.Core.Service;
namespace Cuyahoga.Core.Domain
{
/// <summary>
/// The base class for all Cuyahoga modules.
/// </summary>
[Transient]
public abstract class ModuleBase... | 22.328889 | 118 | 0.616441 |
4d88831a8534e11957d7de66b49a030a0c28eab2 | 1,450 | cs | C# | src/TTY.GMP.WebApi/Controllers/User/ChangePasswordAction.cs | chenjian8541/gmp | d537f0fa1282bb828e08264be9bd9ec239413dfa | [
"MIT"
] | 5 | 2019-03-22T06:46:05.000Z | 2021-02-22T19:20:29.000Z | src/TTY.GMP.WebApi/Controllers/User/ChangePasswordAction.cs | chenjian8541/gmp | d537f0fa1282bb828e08264be9bd9ec239413dfa | [
"MIT"
] | null | null | null | src/TTY.GMP.WebApi/Controllers/User/ChangePasswordAction.cs | chenjian8541/gmp | d537f0fa1282bb828e08264be9bd9ec239413dfa | [
"MIT"
] | 1 | 2019-06-29T06:55:07.000Z | 2019-06-29T06:55:07.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using TTY.GMP.Entity.Common;
using TTY.GMP.Entity.Web.User.Request;
using TTY.GMP.IBusiness;
using TTY.GMP.Utility;
namespace TTY.GMP.WebApi.Controllers.User
{
/// <summary>
/// 用户修改密码
/// </summary>
publi... | 29 | 91 | 0.595862 |
dfe3e8db7d3d0558128c3f81e641e438905f196d | 315 | cs | C# | clients/Feats.Evaluation.Client/DateTimeOffsetExtensions.cs | dotnet-feats/feats.client | 7cc68c3219da8676ea1b71314cb5c832e440e560 | [
"MIT"
] | null | null | null | clients/Feats.Evaluation.Client/DateTimeOffsetExtensions.cs | dotnet-feats/feats.client | 7cc68c3219da8676ea1b71314cb5c832e440e560 | [
"MIT"
] | null | null | null | clients/Feats.Evaluation.Client/DateTimeOffsetExtensions.cs | dotnet-feats/feats.client | 7cc68c3219da8676ea1b71314cb5c832e440e560 | [
"MIT"
] | null | null | null | using System;
using System.Globalization;
namespace Feats.Evaluation.Client
{
internal static class DateTimeOffsetExtensions
{
internal static string ToIsoStopBuggingMeFormat(this DateTimeOffset date)
{
return date.ToString("O", CultureInfo.InvariantCulture);
}
}
} | 24.230769 | 81 | 0.698413 |
66b70656524bf5114ae357a8f1e1b49f303de881 | 3,600 | cs | C# | src/doteasy.rpc.core/Transport/Impl/DefaultDotNettyServerMessageListener.cs | steveleeCN87/easy.rpc | 4ad4d1eff43df6d2b23918b801ccf763c6db4c77 | [
"Apache-2.0"
] | 65 | 2018-12-04T08:39:33.000Z | 2021-11-08T10:10:14.000Z | src/doteasy.rpc.core/Transport/Impl/DefaultDotNettyServerMessageListener.cs | steveleeCN87/easy.rpc | 4ad4d1eff43df6d2b23918b801ccf763c6db4c77 | [
"Apache-2.0"
] | 1 | 2020-09-14T03:24:12.000Z | 2020-09-14T03:24:12.000Z | src/doteasy.rpc.core/Transport/Impl/DefaultDotNettyServerMessageListener.cs | steveleeCN87/easy.rpc | 4ad4d1eff43df6d2b23918b801ccf763c6db4c77 | [
"Apache-2.0"
] | 31 | 2018-12-12T01:10:34.000Z | 2021-08-20T01:08:36.000Z | using System;
using System.Net;
using System.Threading.Tasks;
using DotEasy.Rpc.Core.Runtime.Communally.Entitys.Messages;
using DotEasy.Rpc.Core.Transport.Codec;
using DotEasy.Rpc.Core.Transport.InternalAdaper;
using DotNetty.Codecs;
using DotNetty.Transport.Bootstrapping;
using DotNetty.Transport.Channels;
using DotN... | 40 | 117 | 0.631111 |
06b83f05a92c981a4505e5917b16b5d45f4dad81 | 25,352 | cs | C# | machinelearningext/NearestNeighbors/KDTree/KdTree.cs | xadupre/machinelearningext | e73856b1b99b248722d68d19b498a1f773929f33 | [
"MIT"
] | 2 | 2019-01-21T04:16:57.000Z | 2020-11-28T18:26:43.000Z | machinelearningext/NearestNeighbors/KDTree/KdTree.cs | xadupre/machinelearningext | e73856b1b99b248722d68d19b498a1f773929f33 | [
"MIT"
] | 24 | 2018-06-08T13:44:27.000Z | 2021-09-10T00:28:45.000Z | machinelearningext/NearestNeighbors/KDTree/KdTree.cs | xadupre/machinelearningext | e73856b1b99b248722d68d19b498a1f773929f33 | [
"MIT"
] | 2 | 2018-05-30T21:46:10.000Z | 2018-11-27T00:37:43.000Z | // See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.ML;
using Microsoft.ML.Data;
using Microsoft.ML.Model;
namespace Scikit.ML.NearestNeighbors
{
/// <summary>
/// Implements a kd tree.
/// </summary>
pu... | 35.707042 | 222 | 0.486628 |
06e400f73c6213c47d5c3da638a6d97150bf1367 | 6,549 | cs | C# | Source/AccidentalFish.ApplicationSupport.Logging.Serilog/Implementation/LoggerFacade.cs | JamesRandall/AccidentalFish.ApplicationSupport | a66cb1b6f863cfe0fba141325c5ce30dfacee45d | [
"MIT"
] | 11 | 2015-04-12T16:50:19.000Z | 2021-02-02T02:43:33.000Z | Source/AccidentalFish.ApplicationSupport.Logging.Serilog/Implementation/LoggerFacade.cs | JamesRandall/AccidentalFish.ApplicationSupport | a66cb1b6f863cfe0fba141325c5ce30dfacee45d | [
"MIT"
] | 2 | 2015-08-04T12:19:00.000Z | 2015-09-07T07:21:47.000Z | Source/AccidentalFish.ApplicationSupport.Logging.Serilog/Implementation/LoggerFacade.cs | JamesRandall/AccidentalFish.ApplicationSupport | a66cb1b6f863cfe0fba141325c5ce30dfacee45d | [
"MIT"
] | 7 | 2015-03-12T21:47:42.000Z | 2020-11-04T04:29:45.000Z | using System;
using System.Collections.Generic;
using AccidentalFish.ApplicationSupport.Core.Logging;
using Serilog.Core;
using Serilog.Events;
using ISerilogLogger = Serilog.ILogger;
namespace AccidentalFish.ApplicationSupport.Logging.Serilog.Implementation
{
internal class LoggerFacade : ILogger<ISerilogLogger>... | 34.109375 | 131 | 0.65552 |
b536c5a2d86dfccd3aca45b1b57f8b588dfd3d4c | 4,085 | cs | C# | Assets/Scripts/Loli/Behaviors/Autonomy.FaceDirection.cs | OpenViva/OpenViva | aa214226fff1105215d3c6bbb060629f0ae234c7 | [
"MIT"
] | null | null | null | Assets/Scripts/Loli/Behaviors/Autonomy.FaceDirection.cs | OpenViva/OpenViva | aa214226fff1105215d3c6bbb060629f0ae234c7 | [
"MIT"
] | null | null | null | Assets/Scripts/Loli/Behaviors/Autonomy.FaceDirection.cs | OpenViva/OpenViva | aa214226fff1105215d3c6bbb060629f0ae234c7 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.AI;
namespace viva{
public class TaskTarget{
public delegate void ReadTargetCallback( TaskTarget target );
public enum TargetType{
WORLD_POSITION,
ITEM_POSITION,
IN_HIERARCHY,
}
private readonly Loli self;
... | 27.789116 | 201 | 0.730233 |
b82fea300c18a1dae6b59741f7f25930df856dee | 1,131 | cs | C# | ReTime/Assets/Scripts/Character/CharacterRotator.cs | DebaJr/ReTime | 308ca067965ce603eec0f9b2e7491ea01e44e5be | [
"CC-BY-4.0"
] | null | null | null | ReTime/Assets/Scripts/Character/CharacterRotator.cs | DebaJr/ReTime | 308ca067965ce603eec0f9b2e7491ea01e44e5be | [
"CC-BY-4.0"
] | null | null | null | ReTime/Assets/Scripts/Character/CharacterRotator.cs | DebaJr/ReTime | 308ca067965ce603eec0f9b2e7491ea01e44e5be | [
"CC-BY-4.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CharacterRotator : MonoBehaviour
{
[Tooltip("Controls right click and drag rotation speed")][SerializeField] float rotateSpeed = 5f;
[Tooltip("Minimun difference between frames of the mouse or stick position to rotate ... | 24.06383 | 151 | 0.595049 |
5eaf3c1190f745532c5ecbc62cd6651a16203ed4 | 2,530 | cs | C# | CoreAppWPF/AboutWindow.xaml.cs | DmitryXann/WorkTimeAutomaticControl | 08e8c9f5b337762b657af0d6286e38d85581466e | [
"Apache-2.0"
] | null | null | null | CoreAppWPF/AboutWindow.xaml.cs | DmitryXann/WorkTimeAutomaticControl | 08e8c9f5b337762b657af0d6286e38d85581466e | [
"Apache-2.0"
] | 1 | 2015-12-29T14:27:58.000Z | 2015-12-29T14:27:58.000Z | CoreAppWPF/AboutWindow.xaml.cs | DmitryXann/WorkTimeAutomaticControl | 08e8c9f5b337762b657af0d6286e38d85581466e | [
"Apache-2.0"
] | null | null | null | //Work Time Automatic Control StopWatch use Google Spreadsheets to save your work information in the cloud.
//Copyright (C) 2013 Tomayly Dmitry
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
//the Free Software Foundatio... | 27.802198 | 108 | 0.742292 |
528dafa3b9e91c3a2c47c208cd6e84efd0046497 | 2,184 | cs | C# | Backend/AppServices/Azure/Src/Aggregates/ManagedResourceDeployment/ManagedResourceDeployment.cs | tabacws-marketing/continental-cloudyourself | 19f4f7de928e5284bbe338ac7fe32fe86b5ad5ed | [
"Apache-2.0"
] | 11 | 2021-05-21T16:25:17.000Z | 2022-02-13T19:58:35.000Z | Backend/AppServices/Azure/Src/Aggregates/ManagedResourceDeployment/ManagedResourceDeployment.cs | continental/cloud-yourself | e4ac3cccebbe11b2cf198029b6befb420811bebb | [
"Apache-2.0"
] | 21 | 2022-01-05T03:15:44.000Z | 2022-03-20T12:25:58.000Z | Backend/AppServices/Azure/Src/Aggregates/ManagedResourceDeployment/ManagedResourceDeployment.cs | tabacws-marketing/continental-cloudyourself | 19f4f7de928e5284bbe338ac7fe32fe86b5ad5ed | [
"Apache-2.0"
] | 1 | 2022-01-02T10:50:12.000Z | 2022-01-02T10:50:12.000Z | using System;
namespace CloudYourself.Backend.AppServices.Azure.Aggregates.ManagedResourceDeployment
{
/// <summary>
/// An entity to hold information about a deployed managed resource.
/// </summary>
public class ManagedResourceDeployment
{
/// <summary>
/// Gets or sets the ident... | 26.313253 | 86 | 0.482143 |
c17024bf6bcada156014276e257fe0575916a6ca | 2,154 | cs | C# | EnvironmentMappingARVR/Assets/Alex/Scripts/SyncPosition.cs | DatPinkGuy/EnvironmentMapping | cd8cf232899dd2b867af376442e74301b7f947f7 | [
"MIT"
] | null | null | null | EnvironmentMappingARVR/Assets/Alex/Scripts/SyncPosition.cs | DatPinkGuy/EnvironmentMapping | cd8cf232899dd2b867af376442e74301b7f947f7 | [
"MIT"
] | null | null | null | EnvironmentMappingARVR/Assets/Alex/Scripts/SyncPosition.cs | DatPinkGuy/EnvironmentMapping | cd8cf232899dd2b867af376442e74301b7f947f7 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEngine.XR;
public class SyncPosition : MonoBehaviour
{
private InputDevice Device => InputDevices.GetDeviceAtXRNode(inputSource);
private GameObject spawnedMarker;
private ContinuousMovement _xrRig;
private bool _spawnButtonPressed;
private bool _removeButtonPressed;
... | 36.508475 | 95 | 0.71402 |
d40c5b7b814dc0275ed5cfb2bac689394cb88b64 | 749 | cs | C# | RegexParser/Nodes/GroupNodes/AtomicGroupNode.cs | PimRheiter/regex-parser | 29663f746b4711d85cdea2f3edc4832b278a5da8 | [
"Apache-2.0"
] | 1 | 2020-10-24T15:29:33.000Z | 2020-10-24T15:29:33.000Z | RegexParser/Nodes/GroupNodes/AtomicGroupNode.cs | PimRheiter/regex-parser | 29663f746b4711d85cdea2f3edc4832b278a5da8 | [
"Apache-2.0"
] | null | null | null | RegexParser/Nodes/GroupNodes/AtomicGroupNode.cs | PimRheiter/regex-parser | 29663f746b4711d85cdea2f3edc4832b278a5da8 | [
"Apache-2.0"
] | 1 | 2020-10-24T15:29:31.000Z | 2020-10-24T15:29:31.000Z | using System.Collections.Generic;
namespace RegexParser.Nodes.GroupNodes
{
/// <summary>
/// RegexNode representing an atomic group "(?>...)".
/// </summary>
public class AtomicGroupNode : GroupNode
{
private const int _childSpanOffset = 3;
protected override int ChildSpanOffset =... | 22.029412 | 67 | 0.574099 |
23f325a720c5acc22dc55f247831c760dccd22bf | 44,322 | cs | C# | Libraries/Slf/TypeSystems/Ecma-335 Common Type System/Languages/Cil/CliWarningsAndErrors.cs | AlexanderMorou/AbstractionProject | 13ed52268973df3ac12e6ccdd13fec88880fa346 | [
"MS-PL"
] | null | null | null | Libraries/Slf/TypeSystems/Ecma-335 Common Type System/Languages/Cil/CliWarningsAndErrors.cs | AlexanderMorou/AbstractionProject | 13ed52268973df3ac12e6ccdd13fec88880fa346 | [
"MS-PL"
] | null | null | null | Libraries/Slf/TypeSystems/Ecma-335 Common Type System/Languages/Cil/CliWarningsAndErrors.cs | AlexanderMorou/AbstractionProject | 13ed52268973df3ac12e6ccdd13fec88880fa346 | [
"MS-PL"
] | null | null | null | using AllenCopeland.Abstraction.Slf.Cli.Metadata;
using AllenCopeland.Abstraction.Slf.Cli.Metadata.Tables;
using AllenCopeland.Abstraction.Slf.Compilers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace All... | 79.146429 | 347 | 0.690605 |
8b1803beb8061b1473512cf79dbfbe988fa04c87 | 785 | cs | C# | dotnet/Packages/Crpc/Extensions/ConfigurationExtensions.cs | sgrakeshm/branch | af7522abf1a9ecf5da5802eca48b0f916cf0ac33 | [
"MIT"
] | null | null | null | dotnet/Packages/Crpc/Extensions/ConfigurationExtensions.cs | sgrakeshm/branch | af7522abf1a9ecf5da5802eca48b0f916cf0ac33 | [
"MIT"
] | null | null | null | dotnet/Packages/Crpc/Extensions/ConfigurationExtensions.cs | sgrakeshm/branch | af7522abf1a9ecf5da5802eca48b0f916cf0ac33 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
namespace Microsoft.Extensions.Configuration
{
public static class ConfigurationExtensions
{
public static IConfigurationBuilder AddCrpcConfig(this IConfigurationBuilder builder, IHos... | 29.074074 | 120 | 0.788535 |
4111f1d6370898f6d6410f20d7bb9b28ba0237ca | 9,147 | cs | C# | ESC.WebCore/ESC.WebCore/Controllers/WTransferOutController.cs | manlsc/ESC.Core | d951a30401eef4619941354c404d25d5458ba206 | [
"Apache-2.0"
] | 1 | 2019-05-11T13:17:11.000Z | 2019-05-11T13:17:11.000Z | ESC.WebCore/ESC.WebCore/Controllers/WTransferOutController.cs | manlsc/ESC.Core | d951a30401eef4619941354c404d25d5458ba206 | [
"Apache-2.0"
] | null | null | null | ESC.WebCore/ESC.WebCore/Controllers/WTransferOutController.cs | manlsc/ESC.Core | d951a30401eef4619941354c404d25d5458ba206 | [
"Apache-2.0"
] | null | null | null | using ESC.Infrastructure;
using ESC.Infrastructure.DomainObjects;
using ESC.Infrastructure.Enums;
using ESC.Service;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Microsoft.AspNetCore.Mvc;
namespace ESC.Web.Controllers
{
/// <summary>
/// 调拨出库 +
/// </summary>
... | 32.784946 | 85 | 0.447906 |
fc936b757ceb5e596b9988dd08d90d84dc68bbc8 | 8,025 | cs | C# | src/Utilities.Extensions.Mongo/MongoDatabaseExtensions.cs | MatrTech/Utilities.Extensions.Mongo | ea5dd21da59d6c57ab9233031b42bfc81e9b61d6 | [
"MIT"
] | null | null | null | src/Utilities.Extensions.Mongo/MongoDatabaseExtensions.cs | MatrTech/Utilities.Extensions.Mongo | ea5dd21da59d6c57ab9233031b42bfc81e9b61d6 | [
"MIT"
] | 10 | 2021-06-23T11:19:12.000Z | 2021-08-06T16:37:07.000Z | src/Utilities.Extensions.Mongo/MongoDatabaseExtensions.cs | MatrTech/Utilities.Extensions.Mongo | ea5dd21da59d6c57ab9233031b42bfc81e9b61d6 | [
"MIT"
] | null | null | null | using MongoDB.Bson;
using MongoDB.Driver;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace MatrTech.Utilities.Extensions.Mongo
{
public static partial class MongoDatabaseExtensions
{
/// <summary>
/// Creates a <see cref="List{string}"/> of all colle... | 53.5 | 171 | 0.635265 |
960c4fe1c5429c49f6425b62ba0372fe3e5c588a | 575 | cs | C# | PomodoroTimer/PomodoroTimer/Validations/ActionValidationRule.cs | tarasbiletsky24/pomodoro | 80399b44f2dc0b829b365f3863df0155b723d364 | [
"MIT"
] | null | null | null | PomodoroTimer/PomodoroTimer/Validations/ActionValidationRule.cs | tarasbiletsky24/pomodoro | 80399b44f2dc0b829b365f3863df0155b723d364 | [
"MIT"
] | null | null | null | PomodoroTimer/PomodoroTimer/Validations/ActionValidationRule.cs | tarasbiletsky24/pomodoro | 80399b44f2dc0b829b365f3863df0155b723d364 | [
"MIT"
] | null | null | null | using PomodoroTimer.Validations;
using System;
namespace SmartHotel.Clients.Core.Validations
{
public class ActionValidationRule<T> : IValidationRule<T>
{
private readonly Func<T, bool> _predicate;
public string ValidationMessage { get; set; }
public ActionValidationRule(Func<T, bool... | 23.958333 | 86 | 0.636522 |
961a88c35bd6ce1a918967f9d9278e9e30c82c7e | 1,283 | cs | C# | zip/Program.cs | AlissaSabre/lrx | 70a2c64008d6f4d20b938b360225f83a084dd06e | [
"Unlicense",
"MIT"
] | 2 | 2018-10-15T19:58:27.000Z | 2021-03-02T18:59:33.000Z | zip/Program.cs | AlissaSabre/lrx | 70a2c64008d6f4d20b938b360225f83a084dd06e | [
"Unlicense",
"MIT"
] | null | null | null | zip/Program.cs | AlissaSabre/lrx | 70a2c64008d6f4d20b938b360225f83a084dd06e | [
"Unlicense",
"MIT"
] | 1 | 2020-10-07T21:34:32.000Z | 2020-10-07T21:34:32.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace zip
{
/// <summary>
/// Produces a ZIP archive containing release files.
/// </summary>
class Program
{
private const ... | 25.66 | 82 | 0.522993 |
1fb703c17a4cb25d33d19890e18395b95c7a1e3e | 9,406 | cs | C# | test/FastExpressionCompiler.IssueTests/Issue127_Switch_is_supported.cs | tralivali1234/FastExpressionCompiler | 6b2b55bdf732bced9afe4ed2de31e355b451eaa7 | [
"MIT"
] | null | null | null | test/FastExpressionCompiler.IssueTests/Issue127_Switch_is_supported.cs | tralivali1234/FastExpressionCompiler | 6b2b55bdf732bced9afe4ed2de31e355b451eaa7 | [
"MIT"
] | null | null | null | test/FastExpressionCompiler.IssueTests/Issue127_Switch_is_supported.cs | tralivali1234/FastExpressionCompiler | 6b2b55bdf732bced9afe4ed2de31e355b451eaa7 | [
"MIT"
] | null | null | null | using System;
using NUnit.Framework;
#if LIGHT_EXPRESSION
using static FastExpressionCompiler.LightExpression.Expression;
namespace FastExpressionCompiler.LightExpression.UnitTests
#else
using static System.Linq.Expressions.Expression;
namespace FastExpressionCompiler.UnitTests
#endif
{
[TestFixture]
... | 37.177866 | 127 | 0.498831 |
ad3835db943f08d7c94dd9dfa1f20fd332164baa | 315 | cs | C# | StrategyDesignPattern/StrategyDesignPattern.DataContract/Models/SubmitCheckoutModel.cs | matijakatadzic/Design-Patterns | 68cf71ba886c9e1d12db34af881531af74ef78ea | [
"Apache-2.0"
] | null | null | null | StrategyDesignPattern/StrategyDesignPattern.DataContract/Models/SubmitCheckoutModel.cs | matijakatadzic/Design-Patterns | 68cf71ba886c9e1d12db34af881531af74ef78ea | [
"Apache-2.0"
] | null | null | null | StrategyDesignPattern/StrategyDesignPattern.DataContract/Models/SubmitCheckoutModel.cs | matijakatadzic/Design-Patterns | 68cf71ba886c9e1d12db34af881531af74ef78ea | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace StrategyDesignPattern.DataContract.Models
{
public class SubmitCheckoutModel
{
public SelectedMethodEnum SelectedMethod { get; set; }
public decimal OrderTotal { get; set; }
}
}
| 22.5 | 62 | 0.733333 |
e2b75c9eb368917ee8ccc964f3a11eb47a6550a5 | 726 | cs | C# | Services/DefaultCache.cs | mzucca/Orchard.JabbR | 9d8f8c7604489e48c9c6cbe9a30511cc8c990fa7 | [
"MIT"
] | 679 | 2015-01-02T23:55:30.000Z | 2022-03-16T12:16:10.000Z | Services/DefaultCache.cs | mzucca/Orchard.JabbR | 9d8f8c7604489e48c9c6cbe9a30511cc8c990fa7 | [
"MIT"
] | 60 | 2015-01-03T05:03:06.000Z | 2021-06-29T05:11:35.000Z | Services/DefaultCache.cs | mzucca/Orchard.JabbR | 9d8f8c7604489e48c9c6cbe9a30511cc8c990fa7 | [
"MIT"
] | 302 | 2015-01-08T11:29:13.000Z | 2022-01-11T08:17:18.000Z | using System;
using System.Runtime.Caching;
namespace JabbR.Services
{
public class DefaultCache : ICache
{
private readonly MemoryCache _cache;
public DefaultCache()
: this(MemoryCache.Default)
{
}
public DefaultCache(MemoryCache cache)
{
... | 20.742857 | 90 | 0.546832 |
3edb085bd951a390c4a226d3238740cf8c4d09f5 | 310 | cs | C# | src/Cofoundry.Domain/Domain/DynamicData/Mapping/INestedDataModelSchemaMapper.cs | OliveiraLands/cofoundry | bda1a69bdd909b8ee4de395522dc78c17fab1d9f | [
"MIT"
] | 780 | 2016-09-13T13:42:05.000Z | 2022-03-30T14:29:17.000Z | src/Cofoundry.Domain/Domain/DynamicData/Mapping/INestedDataModelSchemaMapper.cs | OliveiraLands/cofoundry | bda1a69bdd909b8ee4de395522dc78c17fab1d9f | [
"MIT"
] | 502 | 2016-10-31T17:30:36.000Z | 2022-03-30T13:27:59.000Z | src/Cofoundry.Domain/Domain/DynamicData/Mapping/INestedDataModelSchemaMapper.cs | OliveiraLands/cofoundry | bda1a69bdd909b8ee4de395522dc78c17fab1d9f | [
"MIT"
] | 145 | 2017-03-01T20:29:25.000Z | 2022-03-15T15:53:03.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Cofoundry.Core;
using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace Cofoundry.Domain
{
public interface INestedDataModelSchemaMapper
{
NestedDataModelSchema Map(Type modelType);
}
}
| 20.666667 | 50 | 0.777419 |
8ebf6f0b622fa9cde0098114e51431d83a0e30a3 | 21,241 | cs | C# | ObjectChangeStatusAssessment/ChangeAssessor.cs | JoshuaBurchat/ObjectGraphChangeStatusAssessment | 768ee74997e85cbbef67813162af9104a3ad357b | [
"MIT"
] | null | null | null | ObjectChangeStatusAssessment/ChangeAssessor.cs | JoshuaBurchat/ObjectGraphChangeStatusAssessment | 768ee74997e85cbbef67813162af9104a3ad357b | [
"MIT"
] | null | null | null | ObjectChangeStatusAssessment/ChangeAssessor.cs | JoshuaBurchat/ObjectGraphChangeStatusAssessment | 768ee74997e85cbbef67813162af9104a3ad357b | [
"MIT"
] | null | null | null | using DeepEqual;
using DeepEqual.Syntax;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
nam... | 47.732584 | 250 | 0.573561 |
1a36f0343abc9bc4aab5f2f74f1fa32277d89ecf | 12,653 | cs | C# | sdk/resourcemanager/Azure.ResourceManager/src/Resources/PseudoGenerated/Tenant.cs | yingru97/azure-sdk-for-net | 68ddcee4d9e19ce83056ecc3c7839ef0fdecdf03 | [
"MIT"
] | 1 | 2021-12-01T15:55:30.000Z | 2021-12-01T15:55:30.000Z | sdk/resourcemanager/Azure.ResourceManager/src/Resources/PseudoGenerated/Tenant.cs | yingru97/azure-sdk-for-net | 68ddcee4d9e19ce83056ecc3c7839ef0fdecdf03 | [
"MIT"
] | null | null | null | sdk/resourcemanager/Azure.ResourceManager/src/Resources/PseudoGenerated/Tenant.cs | yingru97/azure-sdk-for-net | 68ddcee4d9e19ce83056ecc3c7839ef0fdecdf03 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.ComponentModel;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.ResourceManager.Core;
using Azure.Resourc... | 47.567669 | 259 | 0.626018 |
ae407542f3896a1ad9f156224927421cd2aee951 | 736 | cs | C# | SpellDuel/Assets/FishNet/Runtime/Connection/NetworkConnection.QOL.cs | Clear-Voiz/Spell | c36d802c84f8960fe779a40cf7b69e80edae9575 | [
"MIT"
] | null | null | null | SpellDuel/Assets/FishNet/Runtime/Connection/NetworkConnection.QOL.cs | Clear-Voiz/Spell | c36d802c84f8960fe779a40cf7b69e80edae9575 | [
"MIT"
] | null | null | null | SpellDuel/Assets/FishNet/Runtime/Connection/NetworkConnection.QOL.cs | Clear-Voiz/Spell | c36d802c84f8960fe779a40cf7b69e80edae9575 | [
"MIT"
] | null | null | null | using FishNet.Managing;
using System;
namespace FishNet.Connection
{
/// <summary>
/// A container for a connected client used to perform actions on and gather information for the declared client.
/// </summary>
public partial class NetworkConnection : IEquatable<NetworkConnection>
{
///... | 25.37931 | 117 | 0.601902 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.