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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3b104c4681c414951c73236fc7d60a25d27a47b5 | 1,212 | cs | C# | Impress/EnumExtensions.cs | zbra-solutions/impress | 4b0052508c3ee23889e2c29c70c7f3c4d9151bc4 | [
"Apache-2.0"
] | 2 | 2019-06-14T16:43:38.000Z | 2019-06-14T20:43:29.000Z | Impress/EnumExtensions.cs | zbra-solutions/impress | 4b0052508c3ee23889e2c29c70c7f3c4d9151bc4 | [
"Apache-2.0"
] | 5 | 2019-06-10T21:16:32.000Z | 2019-09-06T20:25:46.000Z | Impress/EnumExtensions.cs | zbra-solutions/impress | 4b0052508c3ee23889e2c29c70c7f3c4d9151bc4 | [
"Apache-2.0"
] | 1 | 2019-06-17T21:21:21.000Z | 2019-06-17T21:21:21.000Z | using System;
namespace Impress
{
public static class EnumExtensions
{
public static E ToEnum<E>(this object value) where E : struct
{
return (E)EnumUtils.DoToEnum(value, typeof(E));
}
public static object RawValue<E>(this E element) where E : struct
{
... | 28.186047 | 124 | 0.542079 |
d210957762393676d0be9141726e2b2300c74892 | 8,907 | cs | C# | src/VsixTesting/Vs/VisualStudioUtil.cs | jcansdale/VsixTesting | 9c5f078ad820c5e86942ea2dfb21e60f93e0df6e | [
"Apache-2.0"
] | 1 | 2018-10-17T18:38:20.000Z | 2018-10-17T18:38:20.000Z | src/VsixTesting/Vs/VisualStudioUtil.cs | jcansdale/VsixTesting | 9c5f078ad820c5e86942ea2dfb21e60f93e0df6e | [
"Apache-2.0"
] | null | null | null | src/VsixTesting/Vs/VisualStudioUtil.cs | jcansdale/VsixTesting | 9c5f078ad820c5e86942ea2dfb21e60f93e0df6e | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2018 Jose Torres. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE.md file in the project root for full license information.
namespace Vs
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;... | 42.014151 | 174 | 0.556865 |
b8ccbb53c1f89da6fbe097540c8101045876303d | 1,244 | cs | C# | Assets/Gummi/Scripts/VFX/Fade.cs | nicolasmaclean/mechanic-analysis | 894cb1c6718cfc4f52b2304a98278d5652fd2c44 | [
"MIT"
] | null | null | null | Assets/Gummi/Scripts/VFX/Fade.cs | nicolasmaclean/mechanic-analysis | 894cb1c6718cfc4f52b2304a98278d5652fd2c44 | [
"MIT"
] | null | null | null | Assets/Gummi/Scripts/VFX/Fade.cs | nicolasmaclean/mechanic-analysis | 894cb1c6718cfc4f52b2304a98278d5652fd2c44 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
namespace Gummi.VFX
{
public static class Fade
{
/// <summary>
/// Performs a linear animation of color over <paramref name="duration"/>. Performs <paramref name="OnComplete"/> when done.
... | 31.1 | 136 | 0.544212 |
fda41e7b59f866b03bf54c08146d79429d7417bf | 6,587 | cshtml | C# | product/hcm/Fap.Hcm.Web/Areas/Workflow/Views/Business/ApplyBill.cshtml | 48355746/FapCore3.0 | a94d605978fa5d42a6186109304dfb0af0af8306 | [
"Apache-2.0"
] | 26 | 2020-04-04T13:50:51.000Z | 2022-03-31T12:29:26.000Z | product/hcm/Fap.Hcm.Web/Areas/Workflow/Views/Business/ApplyBill.cshtml | luomingui/FapCore3.0 | a94d605978fa5d42a6186109304dfb0af0af8306 | [
"Apache-2.0"
] | 3 | 2020-04-11T08:21:28.000Z | 2021-02-17T22:43:35.000Z | product/hcm/Fap.Hcm.Web/Areas/Workflow/Views/Business/ApplyBill.cshtml | luomingui/FapCore3.0 | a94d605978fa5d42a6186109304dfb0af0af8306 | [
"Apache-2.0"
] | 18 | 2020-04-07T08:08:10.000Z | 2022-03-24T09:19:32.000Z | @using Fap.Workflow.Model;
@model Fap.AspNetCore.ViewModel.FormViewModel
@{
ViewBag.Title = "单据信息";
WfProcess process = ViewBag.Process;
WfBusiness business = ViewBag.Business;
string formName = Model.FormId;
//表单类型
string formType = business.BizFormType;
//流程模板
string wfProcessUid = p... | 37.426136 | 167 | 0.470169 |
a9200681f91a543a336613ba93739f5aad0d8f09 | 737 | cs | C# | VideoWeb/VideoWeb.AcceptanceTests/Helpers/TestContext.cs | hmcts/vh-video-web | 0efdb5f1bfc99aad148b95f3d79ac2395fb386b8 | [
"MIT"
] | 9 | 2019-08-13T13:27:40.000Z | 2022-01-18T16:49:36.000Z | VideoWeb/VideoWeb.AcceptanceTests/Helpers/TestContext.cs | hmcts/vh-video-web | 0efdb5f1bfc99aad148b95f3d79ac2395fb386b8 | [
"MIT"
] | 1,412 | 2019-08-21T13:07:35.000Z | 2022-03-31T16:10:35.000Z | VideoWeb/VideoWeb.AcceptanceTests/Helpers/TestContext.cs | hmcts/vh-video-web | 0efdb5f1bfc99aad148b95f3d79ac2395fb386b8 | [
"MIT"
] | 4 | 2020-04-16T08:47:45.000Z | 2021-04-14T12:57:04.000Z | using AcceptanceTests.Common.Configuration;
using AcceptanceTests.Common.Data.Time;
using AcceptanceTests.Common.Driver.Drivers;
using VideoWeb.AcceptanceTests.Configuration;
using TestApi.Contract.Dtos;
using Test = VideoWeb.AcceptanceTests.Data.Test;
namespace VideoWeb.AcceptanceTests.Helpers
{
public class Test... | 33.5 | 62 | 0.70692 |
9d50b2b116078c7991ae80c5654a2952150c6026 | 3,745 | cs | C# | src/open-hackathon-server/Kaiyuanshe.OpenHackathon.Server/Auth/TeamMemberHandler.cs | think-in-universe/open-hackathon | e0919040baf62a2359bed16292a7e1009b3247d3 | [
"MIT"
] | null | null | null | src/open-hackathon-server/Kaiyuanshe.OpenHackathon.Server/Auth/TeamMemberHandler.cs | think-in-universe/open-hackathon | e0919040baf62a2359bed16292a7e1009b3247d3 | [
"MIT"
] | null | null | null | src/open-hackathon-server/Kaiyuanshe.OpenHackathon.Server/Auth/TeamMemberHandler.cs | think-in-universe/open-hackathon | e0919040baf62a2359bed16292a7e1009b3247d3 | [
"MIT"
] | null | null | null | using Kaiyuanshe.OpenHackathon.Server.Biz;
using Kaiyuanshe.OpenHackathon.Server.Storage.Entities;
using Microsoft.AspNetCore.Authorization;
using System.Linq;
using System.Threading.Tasks;
namespace Kaiyuanshe.OpenHackathon.Server.Auth
{
public class TeamAdministratorRequirement : IAuthorizationRequireme... | 39.840426 | 188 | 0.669159 |
eedccf41feaed1b4c07200bb18d3557eb0e8039b | 3,537 | cs | C# | YouiToolkit.Design/Controls/Dialog/WindowDialog.xaml.cs | MaQaQu/tool | 00431743f3486834c972d6bb1905fcbf2564f716 | [
"Unlicense"
] | null | null | null | YouiToolkit.Design/Controls/Dialog/WindowDialog.xaml.cs | MaQaQu/tool | 00431743f3486834c972d6bb1905fcbf2564f716 | [
"Unlicense"
] | null | null | null | YouiToolkit.Design/Controls/Dialog/WindowDialog.xaml.cs | MaQaQu/tool | 00431743f3486834c972d6bb1905fcbf2564f716 | [
"Unlicense"
] | null | null | null | using System;
using System.Windows;
using System.Windows.Input;
namespace YouiToolkit.Design
{
public partial class WindowDialog : Window
{
public event EventHandler<WindowDialogResultEventArgs> ResultCommandExecuted;
public BaseCommand ResultCommand => new BaseCommand()
{
... | 27.418605 | 85 | 0.454905 |
a093538a4c2698f31829b518fc2a62ebfa1d8e0a | 507 | cshtml | C# | GameOverOnlineSolution/GameOverOnlineSolution/Views/Usuario/Eliminar.cshtml | desarrollo789/GameOver | eb607c46335c157207c1be6b5f220de30bbb5003 | [
"Apache-2.0"
] | 1 | 2019-02-12T01:23:35.000Z | 2019-02-12T01:23:35.000Z | GameOverOnlineSolution/GameOverOnlineSolution/Views/Usuario/Eliminar.cshtml | desarrollo789/GameOver | eb607c46335c157207c1be6b5f220de30bbb5003 | [
"Apache-2.0"
] | null | null | null | GameOverOnlineSolution/GameOverOnlineSolution/Views/Usuario/Eliminar.cshtml | desarrollo789/GameOver | eb607c46335c157207c1be6b5f220de30bbb5003 | [
"Apache-2.0"
] | null | null | null | @{
ViewBag.Title = "Delete";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>@Resource.Resource.DeleteUser</h2>
@using (Html.BeginForm())
{
@Html.ValidationSummary(true)
<fieldset>
<div class="editor-label">
@Resources.Resource.MessageDelete
</div>
<p>
<... | 24.142857 | 76 | 0.560158 |
7626836110bbd14fc472506b2ed2138cd0d54d09 | 994 | cs | C# | Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/GClass541.cs | hdefucom/HDF | 962dcd17371af40a271e4f93af96d9830e2ced71 | [
"MIT"
] | 1 | 2020-11-20T07:13:02.000Z | 2020-11-20T07:13:02.000Z | Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/GClass541.cs | hdefucom/HDF | 962dcd17371af40a271e4f93af96d9830e2ced71 | [
"MIT"
] | 13 | 2021-08-16T01:14:05.000Z | 2022-02-12T10:50:43.000Z | Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/GClass541.cs | hdefucom/HDF | 962dcd17371af40a271e4f93af96d9830e2ced71 | [
"MIT"
] | null | null | null | using System.IO;
using System.Runtime.InteropServices;
namespace DCSoftDotfuscate
{
[ComVisible(false)]
public class GClass541
{
private bool bool_0;
private GClass504 gclass504_0;
public GClass541(GClass504 gclass504_1)
{
bool_0 = (gclass504_1 == null);
gclass504_0 = gclass504_1;
}
private str... | 16.847458 | 105 | 0.641851 |
d319ae618c81629e94df514818a3bd55f1faa797 | 418 | cs | C# | BehaveAsSakuraUnity/Assets/BehaveAsSakura/Editor/BehaveAsSakuraInitializer.cs | wuyuntao/BehaveAsSakura | df889c1c4ca0e592e73289a3e10e40f735268b85 | [
"Apache-2.0"
] | 22 | 2016-12-07T16:37:07.000Z | 2022-02-28T20:00:54.000Z | BehaveAsSakuraUnity/Assets/BehaveAsSakura/Editor/BehaveAsSakuraInitializer.cs | wuyuntao/BehaveAsSakura | df889c1c4ca0e592e73289a3e10e40f735268b85 | [
"Apache-2.0"
] | null | null | null | BehaveAsSakuraUnity/Assets/BehaveAsSakura/Editor/BehaveAsSakuraInitializer.cs | wuyuntao/BehaveAsSakura | df889c1c4ca0e592e73289a3e10e40f735268b85 | [
"Apache-2.0"
] | 4 | 2017-02-08T07:23:57.000Z | 2017-09-16T13:57:40.000Z | using BehaveAsSakura.Editor;
using BehaveAsSakura.Serialization;
using UnityEditor;
namespace BehaveAsSakura
{
[InitializeOnLoad]
class BehaveAsSakuraInitializer
{
static BehaveAsSakuraInitializer()
{
// Use translation in another language
//I18n.SetLanguage("zh_CN"... | 22 | 75 | 0.669856 |
72e194854ee4e3658648f7d8b87fd658f5bc1563 | 442 | cs | C# | Cuckoo.Example/TestCuckooAttribute.cs | jasonholloway/cuckoo | 0b64afa62a867e7dd6c29f7bd2e48f43a959b32d | [
"MIT"
] | null | null | null | Cuckoo.Example/TestCuckooAttribute.cs | jasonholloway/cuckoo | 0b64afa62a867e7dd6c29f7bd2e48f43a959b32d | [
"MIT"
] | null | null | null | Cuckoo.Example/TestCuckooAttribute.cs | jasonholloway/cuckoo | 0b64afa62a867e7dd6c29f7bd2e48f43a959b32d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cuckoo.Example
{
internal class TestCuckooAttribute : CuckooAttribute
{
public override void Call(ICall call) {
base.Call(call);
if(call.ReturnValue.Ge... | 22.1 | 62 | 0.626697 |
0d3ca23f1f1c7fe73f40987cb537f710ad9f0152 | 67,169 | cs | C# | Terminal/Control/Tester.Designer.cs | Anonymous-Company/MT5-Panel | 67e1e62ce350bc324ec8fc48a3bbf272268a753c | [
"MIT"
] | 3 | 2016-12-13T22:52:51.000Z | 2019-05-23T07:43:46.000Z | Terminal/Control/Tester.Designer.cs | Anonymous-Company/MT5-Panel | 67e1e62ce350bc324ec8fc48a3bbf272268a753c | [
"MIT"
] | null | null | null | Terminal/Control/Tester.Designer.cs | Anonymous-Company/MT5-Panel | 67e1e62ce350bc324ec8fc48a3bbf272268a753c | [
"MIT"
] | 1 | 2021-03-08T06:46:24.000Z | 2021-03-08T06:46:24.000Z | namespace MQPanel.Control
{
partial class Tester
{
/// <summary>
/// Требуется переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </sum... | 60.079606 | 151 | 0.645327 |
d6ff687ffbfe0eb5233bf3be79d988d07dffac23 | 686 | cs | C# | DependencyInjection/CompositionRoot.Api/Abstractions/CompositionInfo/ICompositionInfoInterpreter.cs | warning-explosive/Core | edfe4cf61d31f9cca73031cb586219190690688f | [
"MIT"
] | 3 | 2021-03-14T23:28:16.000Z | 2022-03-01T17:15:43.000Z | DependencyInjection/CompositionRoot.Api/Abstractions/CompositionInfo/ICompositionInfoInterpreter.cs | warning-explosive/Core | edfe4cf61d31f9cca73031cb586219190690688f | [
"MIT"
] | 173 | 2019-04-08T21:05:15.000Z | 2022-03-26T14:48:11.000Z | DependencyInjection/CompositionRoot.Api/Abstractions/CompositionInfo/ICompositionInfoInterpreter.cs | warning-explosive/Core | edfe4cf61d31f9cca73031cb586219190690688f | [
"MIT"
] | null | null | null | namespace SpaceEngineers.Core.CompositionRoot.Api.Abstractions.CompositionInfo
{
using System.Collections.Generic;
using AutoRegistration.Api.Abstractions;
/// <summary>
/// Interpretation of composition info
/// </summary>
/// <typeparam name="TOutput">TOutput type-argument</typeparam>
pub... | 36.105263 | 80 | 0.689504 |
59416f44dd2d3af0fafd2ae5e59f06925761feb4 | 11,867 | cs | C# | Dicom/DicomAttributeSQ.cs | econmed/ImageServer20 | 2339c32e5fee68458c1c0bd8c638f964b3bc8b8a | [
"Apache-2.0"
] | 1 | 2017-06-08T21:47:22.000Z | 2017-06-08T21:47:22.000Z | Dicom/DicomAttributeSQ.cs | econmed/ImageServer20 | 2339c32e5fee68458c1c0bd8c638f964b3bc8b8a | [
"Apache-2.0"
] | null | null | null | Dicom/DicomAttributeSQ.cs | econmed/ImageServer20 | 2339c32e5fee68458c1c0bd8c638f964b3bc8b8a | [
"Apache-2.0"
] | 2 | 2017-06-08T21:47:22.000Z | 2020-01-01T04:37:44.000Z | #region License
// Copyright (c) 2009, ClearCanvas Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright not... | 33.428169 | 140 | 0.550771 |
61ebfc6beca4d8179aae4819bcd721d582b9571b | 6,312 | cs | C# | src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/Marketing/Entities/ReturnJson/QueryPaygiftActivityMerchantsReturnJson.cs | WangDrama/WeiXinMPSDK | bf3de1e5c47c37fcd64115539f10ce9890181dc5 | [
"Apache-2.0"
] | 7,871 | 2015-01-01T20:55:03.000Z | 2022-03-31T07:21:52.000Z | src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/Marketing/Entities/ReturnJson/QueryPaygiftActivityMerchantsReturnJson.cs | WangDrama/WeiXinMPSDK | bf3de1e5c47c37fcd64115539f10ce9890181dc5 | [
"Apache-2.0"
] | 1,130 | 2015-01-07T10:04:38.000Z | 2022-03-31T13:05:46.000Z | src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/Marketing/Entities/ReturnJson/QueryPaygiftActivityMerchantsReturnJson.cs | WangDrama/WeiXinMPSDK | bf3de1e5c47c37fcd64115539f10ce9890181dc5 | [
"Apache-2.0"
] | 4,595 | 2015-01-04T09:01:59.000Z | 2022-03-30T06:52:39.000Z | #region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2021 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
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 ... | 36.485549 | 330 | 0.555767 |
80b93952f9338d6f759cfa31f9140c6328896e4c | 3,549 | cs | C# | Assets/Bellum/Scripts/Localization/FontManager.cs | sansan-33/bellum | 0e4a0eb0a8cb15a4585a4c3f6e4e8b0eb783d2a9 | [
"MIT"
] | null | null | null | Assets/Bellum/Scripts/Localization/FontManager.cs | sansan-33/bellum | 0e4a0eb0a8cb15a4585a4c3f6e4e8b0eb783d2a9 | [
"MIT"
] | null | null | null | Assets/Bellum/Scripts/Localization/FontManager.cs | sansan-33/bellum | 0e4a0eb0a8cb15a4585a4c3f6e4e8b0eb783d2a9 | [
"MIT"
] | null | null | null | using TMPro;
using UnityEngine;
/// <summary>
/// License: You are free to modify this file for your personal or commercial
/// use. You may not sell or re-sell these scripts, or their derivatives, in
/// any form other than their implementation as a system into your Unity project
/// game/application.
/// </summa... | 37.357895 | 170 | 0.62102 |
b2b8d72408cc88cfe3b80b4541065b3ef0c779a9 | 1,387 | cs | C# | KamishibaiSample/KamishibaiSample/MainPageViewModel.cs | jc-150272/aaaaaaaaaaaaaaaaaaaaaaatarasii | 64f3572d185f124d7bbc6bcf31d22a28b51e50b7 | [
"MIT"
] | null | null | null | KamishibaiSample/KamishibaiSample/MainPageViewModel.cs | jc-150272/aaaaaaaaaaaaaaaaaaaaaaatarasii | 64f3572d185f124d7bbc6bcf31d22a28b51e50b7 | [
"MIT"
] | null | null | null | KamishibaiSample/KamishibaiSample/MainPageViewModel.cs | jc-150272/aaaaaaaaaaaaaaaaaaaaaaatarasii | 64f3572d185f124d7bbc6bcf31d22a28b51e50b7 | [
"MIT"
] | null | null | null | using System.Diagnostics;
using System.Runtime.CompilerServices;
using Kamishibai.Xamarin.Forms;
using Kamishibai.Xamarin.Forms.Mvvm;
namespace KamishibaiSample
{
public class MainPageViewModel : ViewModelBase, IPageLifecycleAware, IApplicationLifecycleAware
{
public NavigationRequestCommand<string> R... | 26.169811 | 127 | 0.608508 |
4061f6e3d7c53dd2959fe5f0d9797499e685652d | 790 | cs | C# | src/Tradfri.Net/DeviceInfo.cs | emmellsoft/Tradfri.Net | 4514a9af43f83ba8487ed54fec974c761065b6da | [
"MIT"
] | null | null | null | src/Tradfri.Net/DeviceInfo.cs | emmellsoft/Tradfri.Net | 4514a9af43f83ba8487ed54fec974c761065b6da | [
"MIT"
] | null | null | null | src/Tradfri.Net/DeviceInfo.cs | emmellsoft/Tradfri.Net | 4514a9af43f83ba8487ed54fec974c761065b6da | [
"MIT"
] | null | null | null | namespace Tradfri.Net
{
public class DeviceInfo
{
public DeviceInfo(
string manufacturer,
string deviceType,
string serial,
string firmwareVersion,
PowerSource powerSource,
byte battery)
{
Manufacturer = manufac... | 23.235294 | 47 | 0.546835 |
ec8a4ad65e55776298189a80f531af2df6cd8df1 | 1,015 | cs | C# | FlightControlApi/Controllers/CountryController.cs | mZabcic/flightApi | b467595f4dde458888f4e417392d3893aac1c310 | [
"MIT"
] | null | null | null | FlightControlApi/Controllers/CountryController.cs | mZabcic/flightApi | b467595f4dde458888f4e417392d3893aac1c310 | [
"MIT"
] | null | null | null | FlightControlApi/Controllers/CountryController.cs | mZabcic/flightApi | b467595f4dde458888f4e417392d3893aac1c310 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using FlightControlApi.Models;
using NHibernate;
using NHibernate.Linq;
using FlightControlApi.Repository;
namespace FlightControlApi.Controllers
{
public class CountryController : Ap... | 20.3 | 60 | 0.562562 |
6c11ca97073f6e639eea914f5f66df49b3277735 | 522 | cs | C# | System/EamonDD/Framework/IEngine.cs | skyhoshi/Eamon-CS | 2ee1f060c97df434f92c30ad9a395e59e90db7a0 | [
"MIT"
] | 15 | 2021-02-15T13:15:22.000Z | 2022-02-12T16:01:37.000Z | System/EamonDD/Framework/IEngine.cs | skyhoshi/Eamon-CS | 2ee1f060c97df434f92c30ad9a395e59e90db7a0 | [
"MIT"
] | null | null | null | System/EamonDD/Framework/IEngine.cs | skyhoshi/Eamon-CS | 2ee1f060c97df434f92c30ad9a395e59e90db7a0 | [
"MIT"
] | null | null | null |
// IEngine.cs
// Copyright (c) 2014+ by Michael Penner. All rights reserved.
namespace EamonDD.Framework
{
/// <summary></summary>
public interface IEngine : Eamon.Framework.IEngine
{
/// <summary></summary>
/// <returns></returns>
bool IsAdventureFilesetLoaded();
/// <summary></summary>
... | 23.727273 | 75 | 0.636015 |
57cf64f1346beac95f864ecf959c62851f14490c | 891 | cs | C# | src/PathEditor.Core/Paper/AutoBreakLine.cs | Orwel/PathEditor | ad7fa3247062c5a9f089bb0d5bc9826f4e8793ee | [
"MIT"
] | 1 | 2018-09-02T22:47:07.000Z | 2018-09-02T22:47:07.000Z | src/PathEditor.Core/Paper/AutoBreakLine.cs | Orwel/PathEditor | ad7fa3247062c5a9f089bb0d5bc9826f4e8793ee | [
"MIT"
] | 25 | 2018-08-26T21:32:08.000Z | 2018-10-07T10:52:59.000Z | src/PathEditor.Core/Paper/AutoBreakLine.cs | Orwel/PathEditor | ad7fa3247062c5a9f089bb0d5bc9826f4e8793ee | [
"MIT"
] | null | null | null | using System;
namespace PathEditor.Core.Paper
{
public sealed class AutoBreakLine : IPaper
{
private readonly IPaper _paper;
public AutoBreakLine(IPaper paper)
{
_paper = paper;
}
public string Text => Prepare(_paper).Text;
public int Cursor => Pr... | 29.7 | 146 | 0.56229 |
94405f97b270f314958695f969d6be877fb52cd7 | 6,308 | cs | C# | Excercises/Day23Part1.cs | bartdevriendt/AdventOfCode2021 | 9f6c8fce3efe5c95a6c444f9cb6e34b87d2d4f21 | [
"MIT"
] | null | null | null | Excercises/Day23Part1.cs | bartdevriendt/AdventOfCode2021 | 9f6c8fce3efe5c95a6c444f9cb6e34b87d2d4f21 | [
"MIT"
] | null | null | null | Excercises/Day23Part1.cs | bartdevriendt/AdventOfCode2021 | 9f6c8fce3efe5c95a6c444f9cb6e34b87d2d4f21 | [
"MIT"
] | null | null | null | namespace AdventOfCode2021.Excercises;
public class Board
{
public Stack<int>[] Chambers { get; set; }
public int Cost { get; set; }
public int[] Hallway { get; set; }
public Board Clone()
{
return new Board
{
Cost = Cost,
Hallway = Hallway.ToArray(),
... | 28.93578 | 140 | 0.41598 |
ebb9b8a6a708a57b5278f05456725f00a90b3e2b | 3,466 | cs | C# | tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Runtime/FileSystemMainDomLockTests.cs | mehrdadab/Umbraco-CMS | 4238e2a4f3a418c8d8cb68f8efdc59b83ce768d8 | [
"MIT"
] | 1 | 2020-07-17T09:05:54.000Z | 2020-07-17T09:05:54.000Z | tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Runtime/FileSystemMainDomLockTests.cs | mehrdadab/Umbraco-CMS | 4238e2a4f3a418c8d8cb68f8efdc59b83ce768d8 | [
"MIT"
] | null | null | null | tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Runtime/FileSystemMainDomLockTests.cs | mehrdadab/Umbraco-CMS | 4238e2a4f3a418c8d8cb68f8efdc59b83ce768d8 | [
"MIT"
] | null | null | null | using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Moq;
using NUnit.Framework;
using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Infrastructure.R... | 30.946429 | 124 | 0.616272 |
87132a00da346e675c69aacca18643892f82c0c5 | 316 | cs | C# | PoorMansCache/Model/CacheResult.cs | Sankra/PoorMansCache | 7343452199bfd72a717ef18141007017760102a2 | [
"MIT"
] | null | null | null | PoorMansCache/Model/CacheResult.cs | Sankra/PoorMansCache | 7343452199bfd72a717ef18141007017760102a2 | [
"MIT"
] | null | null | null | PoorMansCache/Model/CacheResult.cs | Sankra/PoorMansCache | 7343452199bfd72a717ef18141007017760102a2 | [
"MIT"
] | null | null | null | namespace PoorMansCache.Model
{
public class CacheResult
{
// TODO: No bool in constructor
public CacheResult(bool exist, object value)
{
Exist = exist;
Value = value;
}
public bool Exist { get; }
public object Value { get; }
}
}
| 19.75 | 52 | 0.528481 |
2828d5fa5ae06fbecc83eaedf9138cf3de440399 | 297 | cs | C# | packages/vite-app-ts/unity-webgl-project/Assets/Scripts/BalanceView.cs | pontus-dev/scaffold-eth-typescript-examples | 97e1959cb3b08e61f17ebe4914d85222df5be2d6 | [
"MIT"
] | 1 | 2022-03-18T12:49:37.000Z | 2022-03-18T12:49:37.000Z | packages/vite-app-ts/unity-webgl-project/Assets/Scripts/BalanceView.cs | pontus-dev/scaffold-eth-typescript-examples | 97e1959cb3b08e61f17ebe4914d85222df5be2d6 | [
"MIT"
] | null | null | null | packages/vite-app-ts/unity-webgl-project/Assets/Scripts/BalanceView.cs | pontus-dev/scaffold-eth-typescript-examples | 97e1959cb3b08e61f17ebe4914d85222df5be2d6 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEngine.UI;
public class BalanceView : MonoBehaviour {
public ReactHooksController hooks;
public Text text;
void Awake () {
hooks.OnSetBalance.AddListener (SetText);
}
public void SetText (string balance) => text.text = $"Your Balance is: {balance}";
} | 24.75 | 84 | 0.727273 |
e92a02dd20bf3dea5ff096953bc9b8fa4ed71a51 | 426 | cs | C# | 2.DataTypesAndVariablesLab/Solution1/Elevator/Elevator.cs | Zdravko-Kardzhaliyski/Technology-Fundamentals | 67a94088e20a556cde46a0c174ee05d8467c205c | [
"MIT"
] | null | null | null | 2.DataTypesAndVariablesLab/Solution1/Elevator/Elevator.cs | Zdravko-Kardzhaliyski/Technology-Fundamentals | 67a94088e20a556cde46a0c174ee05d8467c205c | [
"MIT"
] | null | null | null | 2.DataTypesAndVariablesLab/Solution1/Elevator/Elevator.cs | Zdravko-Kardzhaliyski/Technology-Fundamentals | 67a94088e20a556cde46a0c174ee05d8467c205c | [
"MIT"
] | null | null | null | using System;
namespace Elevator
{
class Elevator
{
static void Main(string[] args)
{
int people = int.Parse(Console.ReadLine());
int capacity = int.Parse(Console.ReadLine());
int courses = people / capacity;
if(people % capacity > 0)
... | 17.75 | 57 | 0.474178 |
f8fa83d4e5b3dfc79bde3c96ca5d7a948cc8397e | 1,311 | cs | C# | Assets/SerializableScriptableObject/Scripts/Game.cs | jamesplease/SerializableScriptableObject | 005455474a3c0241acfdc2527c31e89bea6e102a | [
"MIT"
] | 7 | 2021-09-11T20:25:24.000Z | 2021-12-26T07:11:47.000Z | Assets/SerializableScriptableObject/Scripts/Game.cs | jamesplease/SerializableScriptableObject | 005455474a3c0241acfdc2527c31e89bea6e102a | [
"MIT"
] | 2 | 2021-09-12T04:35:47.000Z | 2021-09-24T23:39:19.000Z | Assets/SerializableScriptableObject/Scripts/Game.cs | jamesplease/SerializableScriptableObject | 005455474a3c0241acfdc2527c31e89bea6e102a | [
"MIT"
] | 1 | 2021-09-12T03:42:21.000Z | 2021-09-12T03:42:21.000Z | using System.IO;
using UnityEngine;
public class Game : MonoBehaviour
{
[SerializeField] EntityRegistry _entityRegistry;
static string _saveFolderPath;
void OnEnable()
{
_saveFolderPath = $"{Application.persistentDataPath}/Saves";
if (!Directory.Exists(_saveFolderPath))
... | 28.5 | 92 | 0.641495 |
5d26e9c7282b87a8446ec5ddf3f132396fbfcae7 | 712 | cs | C# | a20201226/Decompile/BeforeConfuse/Elsa20200001/Properties/Settings.Designer.cs | soleil-taruto/Hatena | 9154050c1b37944712bb469791a0919a35c2e886 | [
"MIT"
] | null | null | null | a20201226/Decompile/BeforeConfuse/Elsa20200001/Properties/Settings.Designer.cs | soleil-taruto/Hatena | 9154050c1b37944712bb469791a0919a35c2e886 | [
"MIT"
] | null | null | null | a20201226/Decompile/BeforeConfuse/Elsa20200001/Properties/Settings.Designer.cs | soleil-taruto/Hatena | 9154050c1b37944712bb469791a0919a35c2e886 | [
"MIT"
] | 1 | 2021-07-17T06:25:44.000Z | 2021-07-17T06:25:44.000Z | using System;
using System.CodeDom.Compiler;
using System.Configuration;
using System.Runtime.CompilerServices;
namespace Charlotte.Properties
{
// Token: 0x0200000D RID: 13
[CompilerGenerated]
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
internal seal... | 26.37037 | 107 | 0.758427 |
3f630da6b49358d3c97af32ba631119578cd1f02 | 253 | cs | C# | src/N2L.PublicTransport.Domain/ViewModel/Summary.cs | rodriguesl3/public-transport | cd7b7c920e63373573e18bfe0dfe8cf5ae251626 | [
"MIT"
] | null | null | null | src/N2L.PublicTransport.Domain/ViewModel/Summary.cs | rodriguesl3/public-transport | cd7b7c920e63373573e18bfe0dfe8cf5ae251626 | [
"MIT"
] | 1 | 2019-07-18T06:25:11.000Z | 2019-07-18T06:25:11.000Z | src/N2L.PublicTransport.Domain/ViewModel/Summary.cs | rodriguesl3/public-transport | cd7b7c920e63373573e18bfe0dfe8cf5ae251626 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace N2L.PublicTransport.Domain.ViewModel
{
public class Summary
{
public string[] TravelMode { get; set; }
public string TravelTime { get; set; }
}
}
| 19.461538 | 48 | 0.675889 |
86183e88d3e639c6560c7e3edcaf8c47ec9f9437 | 844 | cs | C# | AiSearch.Tests/BreadthTestState.cs | rettigcd/AiSearch | dc3965f05a0f222c9468705847dfb7d5f7b0edf1 | [
"MIT"
] | 1 | 2021-04-15T15:18:39.000Z | 2021-04-15T15:18:39.000Z | AiSearch.Tests/BreadthTestState.cs | rettigcd/AiSearch | dc3965f05a0f222c9468705847dfb7d5f7b0edf1 | [
"MIT"
] | null | null | null | AiSearch.Tests/BreadthTestState.cs | rettigcd/AiSearch | dc3965f05a0f222c9468705847dfb7d5f7b0edf1 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using AiSearch.OneSide;
namespace AiSearch.Tests {
public class BreadthTestState {
// Sets the player to move and alternates every child move until a child is set
public BreadthTestState(string name, params BreadthTestState[] children){
this.Name = name;
this.Children = ... | 21.641026 | 81 | 0.719194 |
faa535aba9fb2f49cfb68136a8e481c0210fd63b | 856 | cs | C# | DeepCoveCapital.Core/LogEntry.cs | happysammy/DeepCoveCapital | 0768863818608e6febaee40c5ea059c5c1a22ab1 | [
"MIT"
] | null | null | null | DeepCoveCapital.Core/LogEntry.cs | happysammy/DeepCoveCapital | 0768863818608e6febaee40c5ea059c5c1a22ab1 | [
"MIT"
] | null | null | null | DeepCoveCapital.Core/LogEntry.cs | happysammy/DeepCoveCapital | 0768863818608e6febaee40c5ea059c5c1a22ab1 | [
"MIT"
] | 1 | 2021-02-01T06:25:26.000Z | 2021-02-01T06:25:26.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace DeepCoveCapital.Core
{
public class LogEntry
{
public LogEntry() { }
public LogEntry(LogEntryImportance importance, DateTime dateTime, string colleague, string message)
{
DateTime = dateTime;
... | 25.939394 | 107 | 0.596963 |
e0b90c15b2b74516f661993dd104294496005f91 | 3,608 | cs | C# | HueLightDJ.Web/Streaming/GroupService.cs | hermanbanken/HueLightDJ | 30e3d4654e978ec2e43968fed41b9fd08156fc8a | [
"MIT"
] | null | null | null | HueLightDJ.Web/Streaming/GroupService.cs | hermanbanken/HueLightDJ | 30e3d4654e978ec2e43968fed41b9fd08156fc8a | [
"MIT"
] | null | null | null | HueLightDJ.Web/Streaming/GroupService.cs | hermanbanken/HueLightDJ | 30e3d4654e978ec2e43968fed41b9fd08156fc8a | [
"MIT"
] | null | null | null | using HueLightDJ.Effects;
using HueLightDJ.Web.Models;
using Q42.HueApi.Streaming.Effects;
using Q42.HueApi.Streaming.Extensions;
using Q42.HueApi.Streaming.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace HueLightDJ.Web.Streaming
{
public static clas... | 43.46988 | 150 | 0.666851 |
074b4267e4d17612a420199a792e2a2630cd5730 | 1,534 | cs | C# | ADSync.Common/Models/SyncLogEntry.cs | Azure-Samples/active-directory-dotnet-web-ad-complex-org-utility | 099ebda851f884aa2a8aae1b713c7602ba4d5e5a | [
"MIT"
] | 5 | 2017-06-17T07:26:45.000Z | 2018-02-28T15:19:57.000Z | ADSync.Common/Models/SyncLogEntry.cs | Azure-Samples/active-directory-dotnet-web-ad-complex-org-utility | 099ebda851f884aa2a8aae1b713c7602ba4d5e5a | [
"MIT"
] | null | null | null | ADSync.Common/Models/SyncLogEntry.cs | Azure-Samples/active-directory-dotnet-web-ad-complex-org-utility | 099ebda851f884aa2a8aae1b713c7602ba4d5e5a | [
"MIT"
] | 4 | 2017-06-27T16:24:36.000Z | 2018-02-23T18:29:52.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Newtonsoft.Json;
using System.Threading.Tasks;
using Common;
using ADSync.Common.Interfaces;
using System.Diagnostics;
namespace ADSync.Common.Models
{
public class SyncLogEntry : DocModelBase, IDocModelBase
{
[... | 28.407407 | 107 | 0.616688 |
1782e83ff637aa0c73df6ab497d252fe9a67c5fa | 2,659 | cs | C# | SyncPro.Core/Adapters/AdapterItem.cs | HighEncryption/SyncPro | e769f398573376854dcc395ec33e381b936cc80d | [
"MIT"
] | 37 | 2018-04-02T10:29:43.000Z | 2022-01-11T00:40:50.000Z | SyncPro.Core/Adapters/AdapterItem.cs | HighEncryption/SyncPro | e769f398573376854dcc395ec33e381b936cc80d | [
"MIT"
] | 53 | 2017-12-03T07:38:56.000Z | 2019-10-23T00:11:48.000Z | SyncPro.Core/Adapters/AdapterItem.cs | HighEncryption/SyncPro | e769f398573376854dcc395ec33e381b936cc80d | [
"MIT"
] | 16 | 2017-12-26T00:54:49.000Z | 2021-12-11T05:06:27.000Z | namespace SyncPro.Adapters
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using SyncPro.Utility;
/// <summary>
/// Represents an item exposed by an adapter, such as a file or directory.
/// </summary>
[DebuggerDisplay("{" + nameof(FullName) + "}")]
pub... | 28.902174 | 79 | 0.543061 |
c74605182859d21e2dd172bb35a4e8010abcaef3 | 1,438 | cs | C# | Assets/Documentation/Features/InputDemo.cs | criedel/UIForia | 451d5c2bd940313d93e565f7fd004958ba1ec032 | [
"MIT"
] | 124 | 2020-05-22T16:37:15.000Z | 2022-03-14T15:15:41.000Z | Assets/Documentation/Features/InputDemo.cs | criedel/UIForia | 451d5c2bd940313d93e565f7fd004958ba1ec032 | [
"MIT"
] | 1 | 2020-09-25T08:14:31.000Z | 2020-09-25T08:14:31.000Z | Assets/Documentation/Features/InputDemo.cs | criedel/UIForia | 451d5c2bd940313d93e565f7fd004958ba1ec032 | [
"MIT"
] | 9 | 2020-05-28T15:29:59.000Z | 2021-11-13T04:28:49.000Z | using System.Collections.Generic;
using UIForia.Attributes;
using UIForia.Elements;
using UIForia.UIInput;
namespace Documentation {
[Template("Documentation/Features/InputDemo.xml")]
public class InputDemo : UIElement {
public string tv = "my string to read my string to read my string to... | 24.793103 | 119 | 0.504868 |
8d08d5ec5a9798b753b43dcb68b1a6a5d86c337b | 3,248 | cs | C# | src/Merchello.Web/Models/ContentEditing/AddressDisplay.cs | arknu/Merchello | c854fb53c8474c39bbdc2a5515453cd053f68ad6 | [
"MIT"
] | 1 | 2018-12-19T20:23:29.000Z | 2018-12-19T20:23:29.000Z | src/Merchello.Web/Models/ContentEditing/AddressDisplay.cs | arknu/Merchello | c854fb53c8474c39bbdc2a5515453cd053f68ad6 | [
"MIT"
] | null | null | null | src/Merchello.Web/Models/ContentEditing/AddressDisplay.cs | arknu/Merchello | c854fb53c8474c39bbdc2a5515453cd053f68ad6 | [
"MIT"
] | null | null | null | namespace Merchello.Web.Models.ContentEditing
{
using System.Diagnostics.CodeAnalysis;
using Merchello.Core;
using Merchello.Core.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
/// <summary>
/// The address display.
/// </summary>
public class AddressDisplay
... | 29 | 155 | 0.537562 |
22ff2c1f9e0fdebca0c6041a5d66e67530c5f5b5 | 5,038 | cshtml | C# | Themes/config/default/settingsfields.cshtml | openstore-ecommerce/OS_Chronopost2 | 184343c6c274527dc88a073b1b80b211d5343526 | [
"MIT"
] | null | null | null | Themes/config/default/settingsfields.cshtml | openstore-ecommerce/OS_Chronopost2 | 184343c6c274527dc88a073b1b80b211d5343526 | [
"MIT"
] | null | null | null | Themes/config/default/settingsfields.cshtml | openstore-ecommerce/OS_Chronopost2 | 184343c6c274527dc88a073b1b80b211d5343526 | [
"MIT"
] | null | null | null | @inherits NBrightBuy.render.NBrightBuyRazorTokens<NBrightDNN.NBrightRazor>
@using System.Linq
@using DotNetNuke.Common
@using DotNetNuke.Entities.Portals
@using DotNetNuke.Entities.Users
@using NBrightDNN
@using Nevoweb.DNN.NBrightBuy.Components
@AddMetaData("resourcepath", "/DesktopModules/NBright/OS_Chronopost2/App_... | 35.478873 | 213 | 0.518857 |
997308f54cca3610923cc56ed8b4f198ba4f6939 | 715 | cs | C# | Public/Src/Utilities/Configuration/Resolvers/Mutable/CustomSchedulingCallback.cs | miniksa/BuildXL | 4dc257a82a6126fe7516f15fa6f505c14c122ffb | [
"MIT"
] | 448 | 2018-11-07T21:00:58.000Z | 2019-05-06T17:29:34.000Z | Public/Src/Utilities/Configuration/Resolvers/Mutable/CustomSchedulingCallback.cs | miniksa/BuildXL | 4dc257a82a6126fe7516f15fa6f505c14c122ffb | [
"MIT"
] | 496 | 2019-05-06T21:38:22.000Z | 2022-03-14T18:17:14.000Z | Public/Src/Utilities/Configuration/Resolvers/Mutable/CustomSchedulingCallback.cs | miniksa/BuildXL | 4dc257a82a6126fe7516f15fa6f505c14c122ffb | [
"MIT"
] | 88 | 2019-05-08T08:28:45.000Z | 2022-03-24T23:43:21.000Z | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace BuildXL.Utilities.Configuration.Mutable
{
/// <inheritdoc/>
public class CustomSchedulingCallback : ICustomSchedulingCallback
{
/// <nodoc/>
public CustomSchedulingCallback()
{
}... | 25.535714 | 76 | 0.584615 |
fe46b91feb331fd30c1efb093c1bca9a40627c74 | 1,122 | cs | C# | SS.Integration.Adapter.Model/MarketRuleAddIntent.cs | sportingsolutions/SS.Integration.Adapter | 3e8975f80e8e7a2b99fb886dceb413245e8882fb | [
"Apache-2.0"
] | 3 | 2016-04-26T23:16:24.000Z | 2021-08-30T19:11:38.000Z | SS.Integration.Adapter.Model/MarketRuleAddIntent.cs | ChrisL89/SS.Integration.Adapter | a3a99e9908be84077afc1e02cb84ea7350d6d861 | [
"Apache-2.0"
] | 8 | 2015-02-09T22:44:14.000Z | 2021-08-23T13:24:07.000Z | SS.Integration.Adapter.Model/MarketRuleAddIntent.cs | ChrisL89/SS.Integration.Adapter | a3a99e9908be84077afc1e02cb84ea7350d6d861 | [
"Apache-2.0"
] | 15 | 2015-02-09T23:33:02.000Z | 2021-05-05T13:13:31.000Z | //Copyright 2014 Spin Services Limited
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//Unless required by applicable law or agreed to in w... | 29.526316 | 74 | 0.667558 |
56a2cb39309feb63c8cd3c8956cbc4130c47eb37 | 339 | cs | C# | src/EventStore.Core/Index/Hashes/IHasher.cs | JarLob/EventStore | aa54fbd8bdebbcd7c438d6da2bf44e82d49c5158 | [
"Apache-2.0",
"CC0-1.0"
] | 3,880 | 2015-01-02T17:21:08.000Z | 2022-03-30T13:03:13.000Z | src/EventStore.Core/Index/Hashes/IHasher.cs | JarLob/EventStore | aa54fbd8bdebbcd7c438d6da2bf44e82d49c5158 | [
"Apache-2.0",
"CC0-1.0"
] | 1,869 | 2015-01-02T18:13:31.000Z | 2022-03-30T12:42:09.000Z | src/EventStore.Core/Index/Hashes/IHasher.cs | JarLob/EventStore | aa54fbd8bdebbcd7c438d6da2bf44e82d49c5158 | [
"Apache-2.0",
"CC0-1.0"
] | 573 | 2015-01-15T16:45:07.000Z | 2022-03-23T07:56:01.000Z | using System;
namespace EventStore.Core.Index.Hashes {
public interface IHasher {
uint Hash(byte[] data);
uint Hash(byte[] data, int offset, uint len, uint seed);
uint Hash(ReadOnlySpan<byte> data);
}
public interface IHasher<TStreamId> {
uint Hash(TStreamId s);
}
public interface ILongHasher<T> {
ulo... | 18.833333 | 58 | 0.702065 |
7191c26cb7273af11b8d357e8f4e45ff4de5f5e6 | 15,950 | cs | C# | Client/Web/Saml/O10.Client.Web.Saml.Common/Services/SamlIdpService.cs | muaddibco/O10city | ea865ef541d8760a74623dfe53de0f31aac8c803 | [
"Apache-2.0"
] | 1 | 2021-01-25T03:21:09.000Z | 2021-01-25T03:21:09.000Z | Client/Web/Saml/O10.Client.Web.Saml.Common/Services/SamlIdpService.cs | muaddibco/O10city | ea865ef541d8760a74623dfe53de0f31aac8c803 | [
"Apache-2.0"
] | 8 | 2021-10-15T10:46:52.000Z | 2021-11-06T13:24:11.000Z | Client/Web/Saml/O10.Client.Web.Saml.Common/Services/SamlIdpService.cs | muaddibco/O10city | ea865ef541d8760a74623dfe53de0f31aac8c803 | [
"Apache-2.0"
] | null | null | null | using dk.nita.saml20;
using dk.nita.saml20.Schema.Core;
using dk.nita.saml20.Schema.Protocol;
using dk.nita.saml20.Utils;
using Microsoft.AspNetCore.SignalR;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks.Dataflow;
using O10.Transact... | 38.807786 | 390 | 0.661066 |
548df9f01beaa00fa30b5c560086aa15064f17cc | 514 | cs | C# | backend/Domains/Services/Communication/ProductResponse.cs | loiola0/course-fullstack-ufc | 5812c08c8829f6760ef96ed45049254d5c7d78e3 | [
"MIT"
] | 1 | 2021-04-16T03:52:38.000Z | 2021-04-16T03:52:38.000Z | backend/Domains/Services/Communication/ProductResponse.cs | loiola0/course-fullstack-ufc | 5812c08c8829f6760ef96ed45049254d5c7d78e3 | [
"MIT"
] | null | null | null | backend/Domains/Services/Communication/ProductResponse.cs | loiola0/course-fullstack-ufc | 5812c08c8829f6760ef96ed45049254d5c7d78e3 | [
"MIT"
] | null | null | null | using backend.Domains.Models;
namespace backend.Domains.Services.Communication
{
public class ProductResponse : BaseResponse
{
public Product Product {get;private set;}
private ProductResponse(bool success,string message, Product _product) : base(success,message){
Product ... | 24.47619 | 103 | 0.678988 |
54e5dfaba286a628279d7699e3417738619a853d | 5,198 | cs | C# | src/WurmApi/WurmApi/Modules/Wurm/ServerHistory/WurmServerHistory.cs | cts-randrid/WurmAssistant3 | 6387cf6f6235361e316658e5c28952d3839eeaaa | [
"MIT"
] | 2 | 2020-05-20T09:27:25.000Z | 2022-03-12T17:32:02.000Z | src/WurmApi/WurmApi/Modules/Wurm/ServerHistory/WurmServerHistory.cs | cts-randrid/WurmAssistant3 | 6387cf6f6235361e316658e5c28952d3839eeaaa | [
"MIT"
] | 2 | 2020-12-16T07:13:24.000Z | 2021-01-09T17:31:12.000Z | src/WurmApi/WurmApi/Modules/Wurm/ServerHistory/WurmServerHistory.cs | cts-randrid/WurmAssistant3 | 6387cf6f6235361e316658e5c28952d3839eeaaa | [
"MIT"
] | 7 | 2019-08-09T16:01:26.000Z | 2021-01-31T13:42:09.000Z | using System;
using System.Threading;
using System.Threading.Tasks;
using AldursLab.WurmApi.JobRunning;
using AldursLab.WurmApi.Modules.Events.Internal;
using AldursLab.WurmApi.Modules.Wurm.LogsMonitor;
using AldursLab.WurmApi.Modules.Wurm.ServerHistory.Jobs;
using AldursLab.WurmApi.PersistentObjects;
using AldursLab.... | 44.42735 | 137 | 0.701039 |
a8e96895ec51e07733cc8d8343f2e50d3217c741 | 1,030 | cs | C# | RoomMagnetRefresh/App_Code/Admin.cs | eyzick/RoomMagnetRefresh | 7967199d66c276f657979eb2513fbb11371402c8 | [
"MIT"
] | null | null | null | RoomMagnetRefresh/App_Code/Admin.cs | eyzick/RoomMagnetRefresh | 7967199d66c276f657979eb2513fbb11371402c8 | [
"MIT"
] | 2 | 2020-07-18T20:08:11.000Z | 2021-05-10T19:25:59.000Z | RoomMagnetRefresh/App_Code/Admin.cs | eyzick/RoomMagnetRefresh | 7967199d66c276f657979eb2513fbb11371402c8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
/// <summary>
/// Summary description for Admin
/// </summary>
public class Admin
{
private String FirstName;
private String LastName;
private String EmailAddress;
public Admin(String FirstName, String LastName, Stri... | 19.433962 | 72 | 0.654369 |
cadc290829725469c8a754feb70bd4c30dd0d2a9 | 233 | cs | C# | UiPath.Orchestrator.Domain/Services/ITenantService.cs | cclements1384/uipathchatbot-netcore | 0087cbde1f22b7ea8a4df356cdf43102e334a39a | [
"MIT"
] | null | null | null | UiPath.Orchestrator.Domain/Services/ITenantService.cs | cclements1384/uipathchatbot-netcore | 0087cbde1f22b7ea8a4df356cdf43102e334a39a | [
"MIT"
] | null | null | null | UiPath.Orchestrator.Domain/Services/ITenantService.cs | cclements1384/uipathchatbot-netcore | 0087cbde1f22b7ea8a4df356cdf43102e334a39a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace UiPath.Orchestrator.Domain.Services
{
public interface ITenantService
{
Task<string> ListTenants();
}
}
| 17.923077 | 45 | 0.733906 |
2491f95b0f8f002976ed827cb65a1537f182f165 | 425 | cs | C# | Renci.SshNet/SshCommand.NET40.cs | nemec/Blossom | 76472752afbde890313332f73f919b0a3aac7888 | [
"BSD-2-Clause"
] | 1 | 2018-05-25T10:07:03.000Z | 2018-05-25T10:07:03.000Z | Renci.SshNet/SshCommand.NET40.cs | nemec/Blossom | 76472752afbde890313332f73f919b0a3aac7888 | [
"BSD-2-Clause"
] | null | null | null | Renci.SshNet/SshCommand.NET40.cs | nemec/Blossom | 76472752afbde890313332f73f919b0a3aac7888 | [
"BSD-2-Clause"
] | null | null | null | using System;
using System.Threading.Tasks;
namespace Renci.SshNet
{
/// <summary>
/// Represents SSH command that can be executed.
/// </summary>
public partial class SshCommand
{
/// <exception cref="ArgumentNullException"><paramref name=" action"/> is null.</exception>
partial ... | 23.611111 | 99 | 0.618824 |
880c1e7213ba7fa364d1954cbccc03a93df5fc7a | 161 | cs | C# | Fenit.Toolbox.Core/Model/ItemModel.cs | glazier44/FenitToolbox | 3e1d6e474cfb211183953d7ac49eca24e006a141 | [
"MIT"
] | null | null | null | Fenit.Toolbox.Core/Model/ItemModel.cs | glazier44/FenitToolbox | 3e1d6e474cfb211183953d7ac49eca24e006a141 | [
"MIT"
] | 29 | 2018-10-31T14:10:47.000Z | 2021-07-06T10:59:18.000Z | Fenit.Toolbox.Core/Model/ItemModel.cs | glazier44/FenitToolbox | 3e1d6e474cfb211183953d7ac49eca24e006a141 | [
"MIT"
] | null | null | null | namespace Fenit.Toolbox.Core.Model
{
public class ItemModel
{
public string Key { get; set; }
public string Value { get; set; }
}
} | 17.888889 | 41 | 0.583851 |
88210f61d31e0bddc5d3aabb7abfb055e24ac597 | 841 | cs | C# | tools/Esquio.CliTool/Internal/EsquioClientFactory.cs | mvelosop/Esquio | 8d6c4191d8260a8951c1bf78f179bde9facf4143 | [
"Apache-2.0"
] | 369 | 2019-07-05T13:21:19.000Z | 2022-03-25T04:39:44.000Z | tools/Esquio.CliTool/Internal/EsquioClientFactory.cs | mvelosop/Esquio | 8d6c4191d8260a8951c1bf78f179bde9facf4143 | [
"Apache-2.0"
] | 137 | 2019-07-10T14:57:42.000Z | 2022-03-22T18:08:07.000Z | tools/Esquio.CliTool/Internal/EsquioClientFactory.cs | mvelosop/Esquio | 8d6c4191d8260a8951c1bf78f179bde9facf4143 | [
"Apache-2.0"
] | 52 | 2019-07-31T02:09:33.000Z | 2022-03-30T17:33:26.000Z | using System;
using System.Net.Http;
namespace Esquio.CliTool.Internal
{
public sealed class EsquioClientFactory
{
private static readonly Lazy<EsquioClientFactory> _lazy =
new Lazy<EsquioClientFactory>(() => new EsquioClientFactory());
private readonly HttpClient _httpClient;
... | 30.035714 | 93 | 0.651605 |
2ee74c35549d27233e41f29351ac6f1fa17d9eff | 5,571 | cs | C# | ViennaAdvantageWeb/ModelLibrary/Logging/VLogFormatter.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/Logging/VLogFormatter.cs | dorian-gris/ERP-CMR-DMS | 2d01465e14cf456dd2288d63f7e0236ab761eabe | [
"Apache-2.0"
] | null | null | null | ViennaAdvantageWeb/ModelLibrary/Logging/VLogFormatter.cs | dorian-gris/ERP-CMR-DMS | 2d01465e14cf456dd2288d63f7e0236ab761eabe | [
"Apache-2.0"
] | 40 | 2017-11-07T19:56:07.000Z | 2022-02-15T11:23:38.000Z | /********************************************************
* Module Name : Log
* Purpose : Format Log
* Chronological Development
* Jagmohan Bhatt 21-Aug-2009
******************************************************/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
... | 32.017241 | 133 | 0.451624 |
2c947216d871100b5babc72f3f978f03ab50a978 | 4,838 | cs | C# | Pierre.Solutions/Pierre.Tests/ModelTests/OrderTests.cs | mikkrieg/Vendors | 2fb5fe3d69465fe35967e4704b555fb72851be0d | [
"MIT"
] | null | null | null | Pierre.Solutions/Pierre.Tests/ModelTests/OrderTests.cs | mikkrieg/Vendors | 2fb5fe3d69465fe35967e4704b555fb72851be0d | [
"MIT"
] | null | null | null | Pierre.Solutions/Pierre.Tests/ModelTests/OrderTests.cs | mikkrieg/Vendors | 2fb5fe3d69465fe35967e4704b555fb72851be0d | [
"MIT"
] | null | null | null | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Pierre.Models;
using System.Collections.Generic;
using System;
namespace Pierre.Tests
{
[TestClass]
public class OrderTests : IDisposable
{
public void Dispose()
{
Order.ClearAll();
}
[TestMethod]
... | 35.313869 | 86 | 0.558289 |
0623a9b330f35443ddb6a6383ab872534cf3c484 | 2,018 | cs | C# | JWLMerge.Tests/TestImportNotes.cs | AntonyCorbett/JWLMerge | 25b339dbfc2c1e63916d42e1fccb9c74b9dbf095 | [
"MIT"
] | 137 | 2018-01-21T17:31:47.000Z | 2022-03-28T16:30:15.000Z | JWLMerge.Tests/TestImportNotes.cs | AntonyCorbett/JWLMerge | 25b339dbfc2c1e63916d42e1fccb9c74b9dbf095 | [
"MIT"
] | 58 | 2018-01-22T12:01:17.000Z | 2022-03-28T17:42:25.000Z | JWLMerge.Tests/TestImportNotes.cs | AntonyCorbett/JWLMerge | 25b339dbfc2c1e63916d42e1fccb9c74b9dbf095 | [
"MIT"
] | 30 | 2018-07-08T22:39:02.000Z | 2022-01-18T17:51:25.000Z | namespace JWLMerge.Tests
{
using System.Collections.Generic;
using System.Linq;
using BackupFileServices.Helpers;
using BackupFileServices.Models;
using BackupFileServices.Models.DatabaseModels;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class TestImportNote... | 31.046154 | 80 | 0.544599 |
065b7fbc299d92152b35abc3a110a7a95be49506 | 157 | cs | C# | AGL.CatOwner/AGL.CatOwner.Models/APIHandler/ProxyDetail.cs | tpatraag/agl-cat-owner.net | 16833a6c1adaa097dfae2bed35aa204c742ef3f3 | [
"MIT"
] | null | null | null | AGL.CatOwner/AGL.CatOwner.Models/APIHandler/ProxyDetail.cs | tpatraag/agl-cat-owner.net | 16833a6c1adaa097dfae2bed35aa204c742ef3f3 | [
"MIT"
] | null | null | null | AGL.CatOwner/AGL.CatOwner.Models/APIHandler/ProxyDetail.cs | tpatraag/agl-cat-owner.net | 16833a6c1adaa097dfae2bed35aa204c742ef3f3 | [
"MIT"
] | null | null | null | namespace AGL.CatOwner.Models
{
public class ProxyDetail
{
public string Url { get; set; }
public string Port { get; set; }
}
}
| 17.444444 | 40 | 0.579618 |
420ea3e3c005ba206b6fe2f22de91dc57d21ba97 | 52,428 | cs | C# | SampleSeleniumPOMFramework/Common/DriverUtilities.cs | AmolLearn/SampleSeleniumPOMFramework | 229ab7cd37e64addc7bc2bebbdeb2860359139fd | [
"MIT"
] | 19 | 2017-03-06T11:52:01.000Z | 2021-07-12T15:28:11.000Z | SampleSeleniumPOMFramework/Common/DriverUtilities.cs | AmolLearn/SampleSeleniumPOMFramework | 229ab7cd37e64addc7bc2bebbdeb2860359139fd | [
"MIT"
] | null | null | null | SampleSeleniumPOMFramework/Common/DriverUtilities.cs | AmolLearn/SampleSeleniumPOMFramework | 229ab7cd37e64addc7bc2bebbdeb2860359139fd | [
"MIT"
] | 20 | 2017-09-08T13:29:12.000Z | 2022-03-09T14:00:25.000Z | using System;
using System.Web;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.UI;
using OpenQA.Selenium.IE;
using OpenQA.Selenium.Remote;
using System.Configuration;
using NUnit.Framework;
using OpenQA.Selenium.Interactions;
using ... | 35.022044 | 161 | 0.550488 |
b766e5c8130490b8adca9640c44e5ba187d35eb2 | 137 | cs | C# | Cyclops.Xmpp.SharpXmpp/Protocol/PresenceTypes.cs | ForNeVeR/CyclopsChat | 94e078809a6f62b4440dce4a83d76195934b573c | [
"MIT"
] | 14 | 2016-02-19T13:18:28.000Z | 2022-01-05T17:38:42.000Z | Cyclops.Xmpp.SharpXmpp/Protocol/PresenceTypes.cs | ForNeVeR/CyclopsChat | 94e078809a6f62b4440dce4a83d76195934b573c | [
"MIT"
] | 11 | 2021-08-09T16:55:27.000Z | 2022-01-05T07:17:06.000Z | Cyclops.Xmpp.SharpXmpp/Protocol/PresenceTypes.cs | ForNeVeR/CyclopsChat | 94e078809a6f62b4440dce4a83d76195934b573c | [
"MIT"
] | 1 | 2016-08-14T12:52:31.000Z | 2016-08-14T12:52:31.000Z | namespace Cyclops.Xmpp.SharpXmpp.Protocol;
internal static class PresenceTypes
{
public const string Unavailable = "unavailable";
}
| 19.571429 | 52 | 0.788321 |
27c80073d6e9fa60e2cd3ce5f9e8ee63da2d6988 | 138 | cs | C# | VRPG/Assets/VFrameWork/HumanoidCharacterSys/HRHead.cs | Visin1991/VRPG-Core | 1fa61a622fa401bde19adadf14136af82739d20f | [
"MIT"
] | null | null | null | VRPG/Assets/VFrameWork/HumanoidCharacterSys/HRHead.cs | Visin1991/VRPG-Core | 1fa61a622fa401bde19adadf14136af82739d20f | [
"MIT"
] | null | null | null | VRPG/Assets/VFrameWork/HumanoidCharacterSys/HRHead.cs | Visin1991/VRPG-Core | 1fa61a622fa401bde19adadf14136af82739d20f | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//Human Rig Head
public class HRHead : MonoBehaviour {
}
| 17.25 | 37 | 0.789855 |
4921b0ff66eceec013e9b2a3c0dab61b46240239 | 3,056 | cs | C# | Interface/Data/ApplicationDbContext.cs | fljnimajneb/SMSM | 815712d7a705e053b75dec247b52713bbfb264d2 | [
"MIT"
] | null | null | null | Interface/Data/ApplicationDbContext.cs | fljnimajneb/SMSM | 815712d7a705e053b75dec247b52713bbfb264d2 | [
"MIT"
] | null | null | null | Interface/Data/ApplicationDbContext.cs | fljnimajneb/SMSM | 815712d7a705e053b75dec247b52713bbfb264d2 | [
"MIT"
] | null | null | null | using Interface.Models;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace Interface.Data
{
public class ApplicationDbContext : IdentityDbContext
{
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options): base(options)
{ ... | 32.510638 | 98 | 0.512762 |
af415f6e12bf9c8dd132fe4ac7f490021486e9c2 | 24,869 | cs | C# | Assets/Plugins/Mars Motion Toolkit/Player/Terrain Response/TerrainResponse.cs | MartianDust/MartianDust-Project | 9b29b741b2438d111fe6389c6ac63d35325407eb | [
"MIT"
] | null | null | null | Assets/Plugins/Mars Motion Toolkit/Player/Terrain Response/TerrainResponse.cs | MartianDust/MartianDust-Project | 9b29b741b2438d111fe6389c6ac63d35325407eb | [
"MIT"
] | null | null | null | Assets/Plugins/Mars Motion Toolkit/Player/Terrain Response/TerrainResponse.cs | MartianDust/MartianDust-Project | 9b29b741b2438d111fe6389c6ac63d35325407eb | [
"MIT"
] | 1 | 2020-05-26T05:19:00.000Z | 2020-05-26T05:19:00.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Valve.VR.InteractionSystem;
using NaughtyAttributes;
// Terrain Response
// • enumerates recognized terrain types
// • specifies recognized terrain layers (including both ground terrain layers and nonground terrain layers such as for... | 47.369524 | 371 | 0.771603 |
52678d6877d690f85d19549e9809112f04358810 | 581 | cs | C# | Xero.Api/Payroll/Australia/Model/LeaveBalance.cs | prajapatichintan/Xero-Net-With-oAuth2.0-Support | d1ef3eba2061bb59babea11e07a2f84c0272e078 | [
"MIT",
"Unlicense"
] | 2 | 2020-10-16T13:42:17.000Z | 2021-01-11T12:33:23.000Z | Xero.Api/Payroll/Australia/Model/LeaveBalance.cs | prajapatichintan/Xero-Net-With-oAuth2.0-Support | d1ef3eba2061bb59babea11e07a2f84c0272e078 | [
"MIT",
"Unlicense"
] | null | null | null | Xero.Api/Payroll/Australia/Model/LeaveBalance.cs | prajapatichintan/Xero-Net-With-oAuth2.0-Support | d1ef3eba2061bb59babea11e07a2f84c0272e078 | [
"MIT",
"Unlicense"
] | null | null | null | using System;
using System.Runtime.Serialization;
namespace Xero.Api.Payroll.Australia.Model
{
[DataContract(Namespace = "")]
public class LeaveBalance
{
[DataMember(EmitDefaultValue = false)]
public string LeaveName { get; set; }
[DataMember(Name = "LeaveTypeID")]
... | 27.666667 | 51 | 0.612737 |
be5b4320e9c101069374587956267bf2cc2d59da | 2,925 | cs | C# | Assets/Scripts/AsteroidHitHandler.cs | Turtle50UP/Literal-Space-Race | 72389b382d53b8ba3515ab8f0feb72c0901347e5 | [
"MIT"
] | null | null | null | Assets/Scripts/AsteroidHitHandler.cs | Turtle50UP/Literal-Space-Race | 72389b382d53b8ba3515ab8f0feb72c0901347e5 | [
"MIT"
] | null | null | null | Assets/Scripts/AsteroidHitHandler.cs | Turtle50UP/Literal-Space-Race | 72389b382d53b8ba3515ab8f0feb72c0901347e5 | [
"MIT"
] | null | null | null | using UnityEngine;
public class AsteroidHitHandler : MonoBehaviour {
//Three booleans representing hit state of small, med or large asteroid, respectively
bool sHit = false;
bool mHit = false;
bool lHit = false;
string thisid;
GameManager gm;
/// <summary>
/// Awake is called when the script instance is bei... | 27.083333 | 95 | 0.682393 |
3dca49cbb707a8642cacbbeff49a2baadd92075b | 10,645 | cs | C# | Source/Truncated Namespaces/Source/Krypton Components/Krypton.Ribbon/Controller/LeftDownButtonController.cs | kevin100702/Krypton-Toolkit-Suite-NET-Core | a38a11b06ddc7fbd49c9207025364ba4813b5553 | [
"BSD-3-Clause"
] | 15 | 2019-10-22T08:21:07.000Z | 2020-03-16T19:53:30.000Z | Source/Truncated Namespaces/Source/Krypton Components/Krypton.Ribbon/Controller/LeftDownButtonController.cs | kevin100702/Krypton-Toolkit-Suite-NET-Core | a38a11b06ddc7fbd49c9207025364ba4813b5553 | [
"BSD-3-Clause"
] | 34 | 2019-12-18T13:45:15.000Z | 2020-03-04T12:40:16.000Z | Source/Truncated Namespaces/Source/Krypton Components/Krypton.Ribbon/Controller/LeftDownButtonController.cs | kevin100702/Krypton-Toolkit-Suite-NET-Core | a38a11b06ddc7fbd49c9207025364ba4813b5553 | [
"BSD-3-Clause"
] | 5 | 2019-12-18T11:15:46.000Z | 2020-03-11T04:07:14.000Z | // *****************************************************************************
// BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
// © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
// The software and associated documentation supplied hereunder are the
// prop... | 32.653374 | 170 | 0.513481 |
8b28d0877fe0d8ea056109de9a8d590648a02f74 | 756 | cs | C# | RigConServer/ServerInfrastructure/ConfigurationIO.cs | wa1gon/RigControlHWS | d6b7d6313b717668016c37401aded49db6186684 | [
"Apache-2.0"
] | 1 | 2020-07-24T12:03:23.000Z | 2020-07-24T12:03:23.000Z | RigConServer/ServerInfrastructure/ConfigurationIO.cs | wa1gon/RigControlHWS | d6b7d6313b717668016c37401aded49db6186684 | [
"Apache-2.0"
] | null | null | null | RigConServer/ServerInfrastructure/ConfigurationIO.cs | wa1gon/RigControlHWS | d6b7d6313b717668016c37401aded49db6186684 | [
"Apache-2.0"
] | 1 | 2015-01-23T20:14:19.000Z | 2015-01-23T20:14:19.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Wa1gon.CommonUtils;
using Wa1gon.Models;
namespace Wa1gon.ServerInfrastructure
{
public class ConfigurationIO
{
static public void Save(string fileName)
{
var... | 24.387097 | 80 | 0.626984 |
416a22400c37fc6ccdde39d3c3b9e85e6b820f42 | 1,623 | cs | C# | AllFiles/Mod02/DemoFiles/CRUD/Solution/Program.cs | Zehell/20487D-Developing-Microsoft-Azure-and-Web-Services | 8adfc432f0b1cd254e1c094dfcb4accac2988baa | [
"MIT"
] | 56 | 2018-06-23T02:41:37.000Z | 2022-03-25T02:59:50.000Z | AllFiles/Mod02/DemoFiles/CRUD/Solution/Program.cs | Zehell/20487D-Developing-Microsoft-Azure-and-Web-Services | 8adfc432f0b1cd254e1c094dfcb4accac2988baa | [
"MIT"
] | 33 | 2018-06-20T09:39:20.000Z | 2020-06-15T08:42:50.000Z | AllFiles/Mod02/DemoFiles/CRUD/Solution/Program.cs | Zehell/20487D-Developing-Microsoft-Azure-and-Web-Services | 8adfc432f0b1cd254e1c094dfcb4accac2988baa | [
"MIT"
] | 109 | 2018-06-17T08:41:17.000Z | 2022-01-06T10:39:47.000Z | using System;
using System.Linq;
using CRUD.Database;
using CRUD.Models;
namespace CRUD
{
class Program
{
static void Main(string[] args)
{
using (var context = new SchoolContext())
{
// Initializing the database and populating seed data
... | 33.8125 | 118 | 0.542822 |
96139fed2972f810f3b4fe3785f33fd233e400a3 | 5,731 | cs | C# | MyRecipes/Services/Recipes/RecipeService.cs | TsvetomirShterev/MyRecipes | 0342d46e0cdd6ef29afd2f52d6581a2289d2cd08 | [
"MIT"
] | null | null | null | MyRecipes/Services/Recipes/RecipeService.cs | TsvetomirShterev/MyRecipes | 0342d46e0cdd6ef29afd2f52d6581a2289d2cd08 | [
"MIT"
] | 7 | 2021-12-04T18:30:50.000Z | 2021-12-17T15:07:39.000Z | MyRecipes/Services/Recipes/RecipeService.cs | TsvetomirShterev/MyRecipes | 0342d46e0cdd6ef29afd2f52d6581a2289d2cd08 | [
"MIT"
] | null | null | null | namespace MyRecipes.Services.Recipes
{
using System;
using System.Collections.Generic;
using System.Linq;
using AutoMapper;
using AutoMapper.QueryableExtensions;
using MyRecipes.Data;
using MyRecipes.Data.Models;
using MyRecipes.Models.Recipes;
public class RecipeService : IRecipe... | 30.978378 | 92 | 0.537079 |
9656e9bab397a1e2d1d7bf91291ce77cb2f569c0 | 7,019 | cs | C# | CTPWrapperForCSharp/CTPWrapperForCSharp_MD/CSharpWrapper/CThostFtdcFutureSignIOField.cs | ggwhsd/CTP-CSharp | 79ffc4a98f1ee96d078b2ffcf16a23782c6c7a93 | [
"Apache-2.0"
] | 16 | 2020-03-30T16:01:33.000Z | 2022-03-10T07:04:38.000Z | CTPWrapperForCSharp/CTPWrapperForCSharp_MD/CSharpWrapper/CThostFtdcFutureSignIOField.cs | ggwhsd/CTP-CSharp | 79ffc4a98f1ee96d078b2ffcf16a23782c6c7a93 | [
"Apache-2.0"
] | 1 | 2021-01-18T04:04:58.000Z | 2022-01-14T05:05:37.000Z | CTPWrapperForCSharp/CTPWrapperForCSharp_MD/CSharpWrapper/CThostFtdcFutureSignIOField.cs | ggwhsd/CTP-CSharp | 79ffc4a98f1ee96d078b2ffcf16a23782c6c7a93 | [
"Apache-2.0"
] | 6 | 2020-05-20T16:44:18.000Z | 2022-02-13T03:58:35.000Z | //------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//----... | 27.417969 | 129 | 0.68913 |
ac8c97ed86191e47ca9ab969942235fffa58476d | 9,739 | cs | C# | ReactiveObservableCollectionMapper/_NotifyCollectionChangedEvent/NotifyCollectionChangedEvent.cs | syo00/ReactiveLinqToObservableCollection | 068330ec8898255252d9606bb51717eb4159cb5a | [
"MIT"
] | 3 | 2015-09-17T08:09:42.000Z | 2018-05-31T19:15:20.000Z | ReactiveObservableCollectionMapper/_NotifyCollectionChangedEvent/NotifyCollectionChangedEvent.cs | syo00/ReactiveLinqToObservableCollection | 068330ec8898255252d9606bb51717eb4159cb5a | [
"MIT"
] | null | null | null | ReactiveObservableCollectionMapper/_NotifyCollectionChangedEvent/NotifyCollectionChangedEvent.cs | syo00/ReactiveLinqToObservableCollection | 068330ec8898255252d9606bb51717eb4159cb5a | [
"MIT"
] | null | null | null | using Kirinji.LinqToObservableCollection.Impl;
using Kirinji.LinqToObservableCollection.Support;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
names... | 41.978448 | 150 | 0.621214 |
38bada2f257c8e88647a2e62626aee972e40395f | 4,570 | cs | C# | src/Gtk/Avalonia.Gtk/GtkPlatform.cs | KvanTTT/Avalonia | f47519b41fa1e80c6941f7f97c155f562b3c1ed8 | [
"MIT"
] | 1 | 2020-08-07T09:01:44.000Z | 2020-08-07T09:01:44.000Z | src/Gtk/Avalonia.Gtk/GtkPlatform.cs | KvanTTT/Avalonia | f47519b41fa1e80c6941f7f97c155f562b3c1ed8 | [
"MIT"
] | null | null | null | src/Gtk/Avalonia.Gtk/GtkPlatform.cs | KvanTTT/Avalonia | f47519b41fa1e80c6941f7f97c155f562b3c1ed8 | [
"MIT"
] | 1 | 2020-08-07T09:01:48.000Z | 2020-08-07T09:01:48.000Z | // Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using System.Reactive.Disposables;
using System.Threading;
using Avalonia.Controls.Platform;
using Avalonia.Input.Platform;
using Avalonia.I... | 31.088435 | 136 | 0.594967 |
ac2d0b4941da3124ac2aa47725cf96a6d3df5c73 | 1,447 | cs | C# | Libraries/RosBridgeClient/Protocols/Protocol.cs | owanachanaki/ros-sharp | 2fe826c6d8883808f8207dbf5e2561e37ed494fe | [
"Apache-2.0"
] | null | null | null | Libraries/RosBridgeClient/Protocols/Protocol.cs | owanachanaki/ros-sharp | 2fe826c6d8883808f8207dbf5e2561e37ed494fe | [
"Apache-2.0"
] | null | null | null | Libraries/RosBridgeClient/Protocols/Protocol.cs | owanachanaki/ros-sharp | 2fe826c6d8883808f8207dbf5e2561e37ed494fe | [
"Apache-2.0"
] | null | null | null | /*
© Siemens AG, 2019
Author: Sifan Ye (sifan.ye@siemens.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<http://www.apache.org/licenses/LICENSE-2.0>.
Unless required by applicable law or agre... | 31.456522 | 80 | 0.667588 |
e23073ebefe85197582e121607c1a089ab1d1b5b | 131,937 | cs | C# | sdk/src/Services/SecurityHub/Generated/_bcl35/AmazonSecurityHubClient.cs | keedya/aws-sdk-net | 060d36cb012ae0070cfb4d26f2a9ff05cecba00f | [
"Apache-2.0"
] | null | null | null | sdk/src/Services/SecurityHub/Generated/_bcl35/AmazonSecurityHubClient.cs | keedya/aws-sdk-net | 060d36cb012ae0070cfb4d26f2a9ff05cecba00f | [
"Apache-2.0"
] | null | null | null | sdk/src/Services/SecurityHub/Generated/_bcl35/AmazonSecurityHubClient.cs | keedya/aws-sdk-net | 060d36cb012ae0070cfb4d26f2a9ff05cecba00f | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | 57.61441 | 196 | 0.680643 |
4811e9538b8d83a13b0026c59325365f13136a07 | 3,025 | cs | C# | src/Learners/Recommender/MatchboxRecommenderInternal/UserHyperparameters.cs | MyIntelligenceAgency/infer | 2b3095da50acdf2f5ae6dfb5fd11661ff7800bd1 | [
"MIT"
] | 1 | 2019-08-21T15:13:27.000Z | 2019-08-21T15:13:27.000Z | src/Learners/Recommender/MatchboxRecommenderInternal/UserHyperparameters.cs | MyIntelligenceAgency/infer | 2b3095da50acdf2f5ae6dfb5fd11661ff7800bd1 | [
"MIT"
] | 2 | 2019-08-26T11:34:16.000Z | 2019-09-04T09:45:15.000Z | src/Learners/Recommender/MatchboxRecommenderInternal/UserHyperparameters.cs | isabella232/infer-1 | 85be0de05275ffe139cc83bd3d624c926de0d2f1 | [
"MIT"
] | 1 | 2022-03-28T13:58:43.000Z | 2022-03-28T13:58:43.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.ML.Probabilistic.Learners.MatchboxRecommenderInternal
{
using System;
using System.IO;
... | 36.011905 | 126 | 0.613554 |
3eaa4ef73493a6adf29947b8e02524f0003b8764 | 5,028 | cs | C# | test/OpenTelemetry.Tests/Impl/Trace/SpanContextTest.cs | megakid/opentelemetry-dotnet | cef8650cf738e4df66444581a57163d66967d53d | [
"Apache-2.0"
] | null | null | null | test/OpenTelemetry.Tests/Impl/Trace/SpanContextTest.cs | megakid/opentelemetry-dotnet | cef8650cf738e4df66444581a57163d66967d53d | [
"Apache-2.0"
] | null | null | null | test/OpenTelemetry.Tests/Impl/Trace/SpanContextTest.cs | megakid/opentelemetry-dotnet | cef8650cf738e4df66444581a57163d66967d53d | [
"Apache-2.0"
] | null | null | null | // <copyright file="SpanContextTest.cs" company="OpenTelemetry Authors">
// Copyright 2018, OpenTelemetry Authors
//
// 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.apa... | 40.878049 | 121 | 0.601631 |
ae5834988ce741e272bd0f4dc0fba7ac0e5ec918 | 3,182 | cs | C# | SourceBase/Presentation/PresentationApp/ClinicalForms/UserControl/UserControl_DiffCare.ascx.designer.cs | uon-coehm/IQCare | aae3663b404f2189ccb5e6883ae79b7d8bf27e32 | [
"MIT"
] | null | null | null | SourceBase/Presentation/PresentationApp/ClinicalForms/UserControl/UserControl_DiffCare.ascx.designer.cs | uon-coehm/IQCare | aae3663b404f2189ccb5e6883ae79b7d8bf27e32 | [
"MIT"
] | 99 | 2018-01-15T06:30:58.000Z | 2018-10-12T09:21:46.000Z | SourceBase/Presentation/PresentationApp/ClinicalForms/UserControl/UserControl_DiffCare.ascx.designer.cs | uon-coehm/IQCare | aae3663b404f2189ccb5e6883ae79b7d8bf27e32 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------------... | 36.159091 | 93 | 0.552483 |
a9fd58af16695d0e865dd1907dfeeabd06679203 | 336 | cs | C# | FormManager.Common/Interfaces/IFormStore.cs | ctacke/form-manager | 2b3a0a2fff5c52aa0739327f10381d36dc44e470 | [
"MIT"
] | null | null | null | FormManager.Common/Interfaces/IFormStore.cs | ctacke/form-manager | 2b3a0a2fff5c52aa0739327f10381d36dc44e470 | [
"MIT"
] | null | null | null | FormManager.Common/Interfaces/IFormStore.cs | ctacke/form-manager | 2b3a0a2fff5c52aa0739327f10381d36dc44e470 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Threading.Tasks;
namespace OpenNETCF.FormManager
{
public interface IFormStore
{
Task<IEnumerable<FormSummary>> GetFormSummariesAsync();
Task<Form> GetFormAsync(int formID);
Task StoreFormAsync(Form form);
Task DeleteFormAsync(Form... | 24 | 63 | 0.705357 |
e7630062ab9ee3b0a95c9877732a682a7e919004 | 30,759 | cs | C# | src/Markdig/Parsers/BlockProcessor.cs | drmathias/markdig | fbd7563359f652dea102dd33ae59d34c29afc76b | [
"BSD-2-Clause"
] | 1 | 2019-06-05T22:01:03.000Z | 2019-06-05T22:01:03.000Z | src/Markdig/Parsers/BlockProcessor.cs | colombod/markdig | 0272840a6220d281447643c8c5ee8cca9c4ee845 | [
"BSD-2-Clause"
] | null | null | null | src/Markdig/Parsers/BlockProcessor.cs | colombod/markdig | 0272840a6220d281447643c8c5ee8cca9c4ee845 | [
"BSD-2-Clause"
] | null | null | null | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Markdig.Helpers;
using Markdig.Syntax;
namespace Markdig.... | 34.329241 | 172 | 0.492116 |
f159dcbb2becfd0d47ca65fce54c71861bd9a3a2 | 1,128 | cs | C# | src/Program.cs | ROALOCH/parkDB | 25ff58446ba40de24f57ba0224ab6e77743085ee | [
"MIT"
] | null | null | null | src/Program.cs | ROALOCH/parkDB | 25ff58446ba40de24f57ba0224ab6e77743085ee | [
"MIT"
] | null | null | null | src/Program.cs | ROALOCH/parkDB | 25ff58446ba40de24f57ba0224ab6e77743085ee | [
"MIT"
] | null | null | null | using System;
using System.Windows.Forms;
namespace parkDB
{
static class Program
{
/// <summary>
/// Punto de entrada principal para la aplicación.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Applica... | 30.486486 | 173 | 0.454787 |
69bbe706b80fa6c7e4bd95489208b7cce1404c82 | 279 | cs | C# | Memento/PhotoEditorState.cs | spvinod1986/DesignPatterns | d8854cedc319867765bed9aebb4b32543199ad7b | [
"MIT"
] | null | null | null | Memento/PhotoEditorState.cs | spvinod1986/DesignPatterns | d8854cedc319867765bed9aebb4b32543199ad7b | [
"MIT"
] | null | null | null | Memento/PhotoEditorState.cs | spvinod1986/DesignPatterns | d8854cedc319867765bed9aebb4b32543199ad7b | [
"MIT"
] | null | null | null | namespace Memento
{
public class PhotoEditorState
{
private readonly Photo _photo;
public PhotoEditorState(Photo photo)
{
_photo = photo;
}
public Photo GetPhoto()
{
return _photo;
}
}
} | 17.4375 | 44 | 0.512545 |
0e01ed8d66de66b8ad94341fdc166bd1b138b4ae | 4,677 | cs | C# | UnitTests/Security/SaslMechanismTests.cs | jianyuyanyu/MailKit | 6e052864e854c39fd536c73a6059d1b70ab7139c | [
"MIT"
] | 4,508 | 2015-01-02T08:04:13.000Z | 2022-03-31T22:10:04.000Z | UnitTests/Security/SaslMechanismTests.cs | jianyuyanyu/MailKit | 6e052864e854c39fd536c73a6059d1b70ab7139c | [
"MIT"
] | 1,186 | 2015-01-01T13:57:48.000Z | 2022-03-31T23:29:01.000Z | UnitTests/Security/SaslMechanismTests.cs | ekalchev/MailKit | f7254f5fc73664b939bf1306f9e99a3e50319aa6 | [
"MIT"
] | 791 | 2015-01-01T20:26:12.000Z | 2022-03-26T23:44:32.000Z | //
// SaslMechanismTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2021 .NET Foundation and Contributors
//
// 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 th... | 38.975 | 233 | 0.665811 |
4e88f2f9aa92694e2fdece0470cb3d6379d2b55a | 1,631 | cs | C# | sdk/dotnet/Network/V20200701/Outputs/HubRouteResponse.cs | test-wiz-sec/pulumi-azure-nextgen | 20a695af0d020b34b0f1c336e1b69702755174cc | [
"Apache-2.0"
] | 31 | 2020-09-21T09:41:01.000Z | 2021-02-26T13:21:59.000Z | sdk/dotnet/Network/V20200701/Outputs/HubRouteResponse.cs | test-wiz-sec/pulumi-azure-nextgen | 20a695af0d020b34b0f1c336e1b69702755174cc | [
"Apache-2.0"
] | 231 | 2020-09-21T09:38:45.000Z | 2021-03-01T11:16:03.000Z | sdk/dotnet/Network/V20200701/Outputs/HubRouteResponse.cs | test-wiz-sec/pulumi-azure-nextgen | 20a695af0d020b34b0f1c336e1b69702755174cc | [
"Apache-2.0"
] | 4 | 2020-09-29T14:14:59.000Z | 2021-02-10T20:38:16.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.Azur... | 28.614035 | 113 | 0.595953 |
fadbf314e4d51f984a7c0a711df622e3d9ec107e | 1,027 | cs | C# | src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupName.cs | jtschuster/runtime | edd359716c2096274e656d26ed8945d99afc2da5 | [
"MIT"
] | 1 | 2021-11-21T18:25:08.000Z | 2021-11-21T18:25:08.000Z | src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupName.cs | jtschuster/runtime | edd359716c2096274e656d26ed8945d99afc2da5 | [
"MIT"
] | 1 | 2021-11-19T10:42:54.000Z | 2021-11-19T10:42:54.000Z | src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupName.cs | jtschuster/runtime | edd359716c2096274e656d26ed8945d99afc2da5 | [
"MIT"
] | null | null | null | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System.Buffers;
using System.Text;
using System;
using System.Collections.Generic;
using System.Reflection;
internal static partial class... | 39.5 | 154 | 0.721519 |
4f3ff094e85887c0c96795f99525f226e22748c5 | 4,984 | cs | C# | modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/EasyAbp/EShop/Orders/Orders/Order.cs | RayMMond/EShop | 40cdc2fd7bddb4de79b3ab6a178effd0fee56c83 | [
"MIT"
] | 1 | 2021-01-15T14:22:23.000Z | 2021-01-15T14:22:23.000Z | modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/EasyAbp/EShop/Orders/Orders/Order.cs | RayMMond/EShop | 40cdc2fd7bddb4de79b3ab6a178effd0fee56c83 | [
"MIT"
] | null | null | null | modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/EasyAbp/EShop/Orders/Orders/Order.cs | RayMMond/EShop | 40cdc2fd7bddb4de79b3ab6a178effd0fee56c83 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using EasyAbp.EShop.Stores.Stores;
using System.Linq;
using JetBrains.Annotations;
using Volo.Abp.Domain.Entities.Auditing;
using Volo.Abp.MultiTenancy;
namespace EasyAbp.EShop.Orders.Orders
{
public class Order : FullAuditedAggregateRoot<Guid>, IOrder, IMultiTenant
... | 29.491124 | 93 | 0.585674 |
0eed04b985d64314c34f7a201ccb5da6317a8797 | 195 | cs | C# | Core/Calendar/ICalendarClientFactory.cs | devingoble/FreeTime | c937872232a56bffba35c867d16ba3af94966ded | [
"MIT"
] | null | null | null | Core/Calendar/ICalendarClientFactory.cs | devingoble/FreeTime | c937872232a56bffba35c867d16ba3af94966ded | [
"MIT"
] | null | null | null | Core/Calendar/ICalendarClientFactory.cs | devingoble/FreeTime | c937872232a56bffba35c867d16ba3af94966ded | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace FreeTime.Core.Calendar
{
public interface ICalendarClientFactory
{
ICalendarClient GetCalendarClient(List<string> calendars);
}
} | 21.666667 | 66 | 0.748718 |
1661b9db76f7e246cc9d4ef0e2c9adcfbc8adeac | 324 | cs | C# | Unity/Assets/Editor/BehaviorTreeEditor/Event/BehaviorTreeNewCreateClickEvent_CreateNode.cs | WarrenMondeville/LandlordsCore | 3ed24fa1618b8ac345a1cf7d3364decf1a254510 | [
"MIT"
] | null | null | null | Unity/Assets/Editor/BehaviorTreeEditor/Event/BehaviorTreeNewCreateClickEvent_CreateNode.cs | WarrenMondeville/LandlordsCore | 3ed24fa1618b8ac345a1cf7d3364decf1a254510 | [
"MIT"
] | null | null | null | Unity/Assets/Editor/BehaviorTreeEditor/Event/BehaviorTreeNewCreateClickEvent_CreateNode.cs | WarrenMondeville/LandlordsCore | 3ed24fa1618b8ac345a1cf7d3364decf1a254510 | [
"MIT"
] | null | null | null | using ETModel;
using UnityEngine;
namespace MyEditor
{
[Event(EventIdType.BehaviorTreePropertyDesignerNewCreateClick)]
public class BehaviorTreeNewCreateClickEvent_CreateNode: AEvent<string, Vector2>
{
public override void Run(string name, Vector2 pos)
{
BTEditorWindow.Instance.onCreateNode(name, pos);
}
... | 23.142857 | 81 | 0.79321 |
145e377ef96aa1e4ad2198eddd251360f5db9560 | 1,352 | cs | C# | DragonSpark.Application/Security/Identity/Model/ExternalLoginModel.cs | DragonSpark/Framework | 6425e8178240bbabdcbecfe4288c977a29bf53ff | [
"MIT"
] | 10 | 2017-03-08T07:38:44.000Z | 2022-02-26T17:04:37.000Z | DragonSpark.Application/Security/Identity/Model/ExternalLoginModel.cs | DragonSpark/Framework | 6425e8178240bbabdcbecfe4288c977a29bf53ff | [
"MIT"
] | 2 | 2017-11-04T09:26:33.000Z | 2019-11-06T16:57:19.000Z | DragonSpark.Application/Security/Identity/Model/ExternalLoginModel.cs | DragonSpark/Framework | 6425e8178240bbabdcbecfe4288c977a29bf53ff | [
"MIT"
] | 1 | 2017-10-21T12:58:29.000Z | 2017-10-21T12:58:29.000Z | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using System.Threading.Tasks;
namespace DragonSpark.Application.Security.Identity.Model;
[AllowAnonymous, RedirectErrors]
public class ExternalLoginModel<T> : Page... | 35.578947 | 92 | 0.695266 |
2132a2ee409f744066f0ab426410091dd592d116 | 1,113 | cs | C# | src/Microsoft.Diagnostics.Monitoring.RestServer/ConfigurationHelper.cs | sywhang/diagnostics | b33ab2cb4cdaf444b82f5f0d639b817ef5d5e536 | [
"MIT"
] | null | null | null | src/Microsoft.Diagnostics.Monitoring.RestServer/ConfigurationHelper.cs | sywhang/diagnostics | b33ab2cb4cdaf444b82f5f0d639b817ef5d5e536 | [
"MIT"
] | null | null | null | src/Microsoft.Diagnostics.Monitoring.RestServer/ConfigurationHelper.cs | sywhang/diagnostics | b33ab2cb4cdaf444b82f5f0d639b817ef5d5e536 | [
"MIT"
] | null | null | null | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Microso... | 32.735294 | 91 | 0.690925 |
2fc95dfca1ca4f422f79244f2c1a3176f86ccdeb | 1,147 | cs | C# | Assets/Scene/Test/TestRay.cs | Darkfeast/LockStepSimpleFramework-Client | 300c1549c63455b055f50092c5cf172ea1065576 | [
"MIT"
] | 1 | 2022-03-03T03:13:08.000Z | 2022-03-03T03:13:08.000Z | Assets/Scene/Test/TestRay.cs | Darkfeast/LockStepSimpleFramework-Client | 300c1549c63455b055f50092c5cf172ea1065576 | [
"MIT"
] | null | null | null | Assets/Scene/Test/TestRay.cs | Darkfeast/LockStepSimpleFramework-Client | 300c1549c63455b055f50092c5cf172ea1065576 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
public class TestRay : MonoBehaviour
{
void Start()
{
}
void Update()
{
if (Input.GetMouseButtonDown(0))
{
Vector3 input = new Vector3(Input.mousePosition.x, In... | 27.97561 | 121 | 0.532694 |
2fde9c21030ffe06c14598a0e172d0a3f06c1347 | 5,314 | cshtml | C# | Projects/staynchill/WebApp/Views/Shared/_Layout.cshtml | Cenfotec/SoftwareEngineering-Project-2 | 7076495d976cf9aa1da309d27ad15571efc5c451 | [
"MIT"
] | 1 | 2019-09-29T23:27:40.000Z | 2019-09-29T23:27:40.000Z | Projects/staynchill/WebApp/Views/Shared/_Layout.cshtml | Cenfotec/SoftwareEngineering-Project-2 | 7076495d976cf9aa1da309d27ad15571efc5c451 | [
"MIT"
] | null | null | null | Projects/staynchill/WebApp/Views/Shared/_Layout.cshtml | Cenfotec/SoftwareEngineering-Project-2 | 7076495d976cf9aa1da309d27ad15571efc5c451 | [
"MIT"
] | null | null | null | @using WebApp.Models.ViewModels;
@{
var user = Session["user"] as UserViewModel;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="Updates and statistics">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>@ViewB... | 37.957143 | 237 | 0.576214 |
5504ebcd08124bce5c9e9548cd36a455d3139256 | 6,445 | cshtml | C# | BolaoNet.MVC/Areas/Admin/Views/Role/Details.cshtml | Thoris/BolaoNet | f4bf12762912ed202ccc77df5abc1bde0ab7fcac | [
"MIT"
] | null | null | null | BolaoNet.MVC/Areas/Admin/Views/Role/Details.cshtml | Thoris/BolaoNet | f4bf12762912ed202ccc77df5abc1bde0ab7fcac | [
"MIT"
] | 105 | 2017-07-24T10:53:05.000Z | 2021-12-20T10:17:18.000Z | BolaoNet.MVC/Areas/Admin/Views/Role/Details.cshtml | Thoris/BolaoNet | f4bf12762912ed202ccc77df5abc1bde0ab7fcac | [
"MIT"
] | null | null | null | @model BolaoNet.MVC.ViewModels.Admin.RoleViewModel
@{
ViewBag.Title = "Visualização de grupo de usuário";
}
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h3>Dados de grupo de usuário</h3>
</div>
... | 42.124183 | 156 | 0.33623 |
a77cc8c1484a5dff2631dbc5e9e191c972d53990 | 8,795 | cs | C# | Framework.Contracts/Bubbling/BubblingObject.cs | ninocrudele/SnapGate | 4c33ad6bca0642f015585117bdfdb3cc8baa290c | [
"Apache-2.0"
] | 2 | 2017-10-30T07:30:49.000Z | 2017-11-24T13:59:23.000Z | Framework.Contracts/Bubbling/BubblingObject.cs | ninocrudele/SnapGate | 4c33ad6bca0642f015585117bdfdb3cc8baa290c | [
"Apache-2.0"
] | null | null | null | Framework.Contracts/Bubbling/BubblingObject.cs | ninocrudele/SnapGate | 4c33ad6bca0642f015585117bdfdb3cc8baa290c | [
"Apache-2.0"
] | null | null | null | // Copyright 2016-2040 Nino Crudele
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 30.644599 | 122 | 0.573735 |
89b079e8b0ed2ac47a9996f9e715a6b621931073 | 1,037 | cs | C# | NCrontab.Advanced/Filters/SpecificYearFilter.cs | tw17/NCrontab-Advanced | 40fd7919af15e7a5b1fa41db59ad995756d9dfec | [
"Apache-2.0"
] | null | null | null | NCrontab.Advanced/Filters/SpecificYearFilter.cs | tw17/NCrontab-Advanced | 40fd7919af15e7a5b1fa41db59ad995756d9dfec | [
"Apache-2.0"
] | 1 | 2021-11-09T09:31:22.000Z | 2021-11-09T09:36:31.000Z | NCrontab.Advanced/Filters/SpecificYearFilter.cs | tw17/NCrontab-Advanced | 40fd7919af15e7a5b1fa41db59ad995756d9dfec | [
"Apache-2.0"
] | null | null | null | using System;
using NCrontab.Advanced.Enumerations;
using NCrontab.Advanced.Extensions;
using NCrontab.Advanced.Interfaces;
namespace NCrontab.Advanced.Filters
{
/// <summary>
/// Handles filtering for a specific value
/// </summary>
public class SpecificYearFilter : SpecificFilter
{
/// <... | 28.027027 | 107 | 0.612343 |
d874a560c0b57000e8b56e87da461c05cfeabb95 | 144 | cs | C# | src/ITGlobal.MarkDocs.DiskCache/Cache/Impl/DiskCacheOptions.cs | ITGlobal/MarkDocs | 4f6b5f22c2ffcf0d1368d6eded6b77b44c408765 | [
"MIT"
] | 4 | 2017-08-03T15:14:08.000Z | 2021-09-23T08:27:09.000Z | src/ITGlobal.MarkDocs.DiskCache/Cache/Impl/DiskCacheOptions.cs | ITGlobal/MarkDocs | 4f6b5f22c2ffcf0d1368d6eded6b77b44c408765 | [
"MIT"
] | 23 | 2017-01-14T16:14:41.000Z | 2017-11-13T07:48:48.000Z | src/ITGlobal.MarkDocs.DiskCache/Cache/Impl/DiskCacheOptions.cs | ITGlobal/MarkDocs | 4f6b5f22c2ffcf0d1368d6eded6b77b44c408765 | [
"MIT"
] | null | null | null | namespace ITGlobal.MarkDocs.Cache.Impl
{
internal sealed class DiskCacheOptions
{
public string Directory { get; set; }
}
} | 20.571429 | 45 | 0.666667 |
3c83a59b1c3ec98b00b7f20e8c23afad323e9bb5 | 3,263 | cs | C# | YtgProject/Ytg.Scheduler.Comm/Bets/Calculate/Ssc/RenXuanEr/RenXuanZuXuanFuShi.cs | heqinghua/lottery-code-qq-814788821- | 8bc124b772faeb28d0dd8acc44952f330e9546ed | [
"Apache-2.0"
] | 18 | 2019-03-05T14:39:08.000Z | 2021-08-09T12:15:21.000Z | YtgProject/Ytg.Scheduler.Comm/Bets/Calculate/Ssc/RenXuanEr/RenXuanZuXuanFuShi.cs | heqinghua/lottery-code-qq-814788821- | 8bc124b772faeb28d0dd8acc44952f330e9546ed | [
"Apache-2.0"
] | null | null | null | YtgProject/Ytg.Scheduler.Comm/Bets/Calculate/Ssc/RenXuanEr/RenXuanZuXuanFuShi.cs | heqinghua/lottery-code-qq-814788821- | 8bc124b772faeb28d0dd8acc44952f330e9546ed | [
"Apache-2.0"
] | 21 | 2018-08-17T14:45:33.000Z | 2021-09-17T16:37:19.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ytg.Scheduler.Comm.Bets.Calculate.Ssc.RenXuanEr
{
/// <summary>
/// 组选复试 2016 01 20
/// </summary>
public class RenXuanZuXuanFuShi : BaseRenXuan
{
protected overr... | 34.347368 | 125 | 0.537542 |
dba83c45b860c8780182a2d89543a5c947a9325c | 359 | cs | C# | src/samples/web/WebDemo.Core/Providers/PermissionChecker.cs | liuxx001/BodeAbp | db6c2db2095a5608e9a5c937193c0bd31eb6ccda | [
"MIT"
] | 70 | 2016-07-15T03:11:59.000Z | 2020-04-17T18:18:01.000Z | src/samples/web/WebDemo.Core/Providers/PermissionChecker.cs | liuxx-u/BodeAbp | db6c2db2095a5608e9a5c937193c0bd31eb6ccda | [
"MIT"
] | 5 | 2016-07-15T08:06:55.000Z | 2018-03-24T11:10:41.000Z | src/samples/web/WebDemo.Core/Providers/PermissionChecker.cs | liuxx001/BodeAbp | db6c2db2095a5608e9a5c937193c0bd31eb6ccda | [
"MIT"
] | 27 | 2016-07-18T02:28:37.000Z | 2020-05-11T05:58:44.000Z | using Abp.Authorization;
using WebDemo.Authorization.Roles;
using WebDemo.MultiTenancy;
using WebDemo.Authorization.Users;
namespace WebDemo.Authorization
{
public class PermissionChecker : PermissionChecker<Tenant, Role, User>
{
public PermissionChecker(UserManager userManager)
: base(use... | 21.117647 | 74 | 0.704735 |
a3645ff13dc4a0119534cd065fcfa2abbdce5ce8 | 22,340 | cs | C# | src/SpectraSorter/ui/components/AcquisitionParametersControl.cs | SpectraSorter/SpectraSorter | 9e86ec1b655d0b5c8488b64a717a5081508242b5 | [
"Apache-2.0"
] | 1 | 2021-09-27T08:30:10.000Z | 2021-09-27T08:30:10.000Z | src/SpectraSorter/ui/components/AcquisitionParametersControl.cs | SpectraSorter/SpectraSorter | 9e86ec1b655d0b5c8488b64a717a5081508242b5 | [
"Apache-2.0"
] | null | null | null | src/SpectraSorter/ui/components/AcquisitionParametersControl.cs | SpectraSorter/SpectraSorter | 9e86ec1b655d0b5c8488b64a717a5081508242b5 | [
"Apache-2.0"
] | null | null | null | /*
Copyright © 2018-2021, ETH Zurich, D-BSSE, Aaron Ponti & Todd Duncombe
All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache-2.0 license
which accompanies this distribution, and is available at
https://www.apache.org/licenses/LIC... | 37.171381 | 133 | 0.560206 |
cdc99cb6c6f6fa4d929fa550ca92b982bc15b3c6 | 234 | cs | C# | MeshIO.OBJ/ObjReader.cs | ehtick/MeshIO | 64cb3e91d586f2cbdc37d9fe0b62e101a668670a | [
"MIT"
] | 6 | 2021-03-24T14:30:03.000Z | 2022-01-02T17:21:10.000Z | MeshIO.OBJ/ObjReader.cs | ehtick/MeshIO | 64cb3e91d586f2cbdc37d9fe0b62e101a668670a | [
"MIT"
] | 3 | 2021-09-09T02:10:52.000Z | 2022-03-14T14:15:47.000Z | MeshIO.OBJ/ObjReader.cs | ehtick/MeshIO | 64cb3e91d586f2cbdc37d9fe0b62e101a668670a | [
"MIT"
] | 5 | 2021-03-24T14:30:05.000Z | 2022-03-29T21:43:23.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MeshIO.OBJ
{
public class ObjReader
{
public ObjReader()
{
}
public void Read()
{
}
}
}
| 10.636364 | 33 | 0.692308 |
5ceccac4816f0c80a46e443083a5d735e228c33d | 2,806 | cs | C# | doNet/DoNet基础/多线程、异步、并行/安全队列.cs | cqkxzyi/ZhangYi.Utilities | 87b46fed179cf73c5235b8dc35a02d6c35857520 | [
"MIT"
] | 1 | 2019-11-13T09:13:15.000Z | 2019-11-13T09:13:15.000Z | doNet/DoNet基础/多线程、异步、并行/安全队列.cs | cqkxzyi/ZhangYi.Utilities | 87b46fed179cf73c5235b8dc35a02d6c35857520 | [
"MIT"
] | null | null | null | doNet/DoNet基础/多线程、异步、并行/安全队列.cs | cqkxzyi/ZhangYi.Utilities | 87b46fed179cf73c5235b8dc35a02d6c35857520 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace DoNet基础.多线程_异步_并行
{
public class 安全队列
{
public static void 测试入口()
{
Task t = RunProgram();
... | 28.343434 | 106 | 0.480399 |
ce6b38b1624c43778cb528af7bf593936e9d47e8 | 1,185 | cs | C# | Frontend/Assets/3DGamekit/Scripts/Game/Enemies/Spitter/SpitterSMBShoot.cs | qxlllll/MMORPG | 205532f41cb4c7c90d822dc6e36016057c1e598c | [
"Apache-2.0"
] | 9 | 2018-09-29T03:45:30.000Z | 2020-01-31T02:42:46.000Z | Frontend/Assets/3DGamekit/Scripts/Game/Enemies/Spitter/SpitterSMBShoot.cs | qxlllll/MMORPG | 205532f41cb4c7c90d822dc6e36016057c1e598c | [
"Apache-2.0"
] | null | null | null | Frontend/Assets/3DGamekit/Scripts/Game/Enemies/Spitter/SpitterSMBShoot.cs | qxlllll/MMORPG | 205532f41cb4c7c90d822dc6e36016057c1e598c | [
"Apache-2.0"
] | 11 | 2018-11-28T12:01:33.000Z | 2021-07-02T15:34:37.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Gamekit3D
{
public class SpitterSMBShoot : SceneLinkedSMB<SpitterBehaviour>
{
protected Vector3 m_AttackPosition;
public override void OnSLStateEnter(Animator animator, AnimatorStateInfo stateIn... | 33.857143 | 121 | 0.664979 |
bbe38f997d9da8bbdcb337ae020f7877cf0b3387 | 854 | cs | C# | src/MICCookBook/MICCookBook.Web/Controllers/API/RecipesController.cs | micbelgique/MICCookBook | 55f2918743139cbe2a794ed1f3193a824c5a286e | [
"MIT"
] | 15 | 2017-02-16T17:43:13.000Z | 2019-02-01T11:07:25.000Z | src/MICCookBook/MICCookBook.Web/Controllers/API/RecipesController.cs | micbelgique/MICCookBook | 55f2918743139cbe2a794ed1f3193a824c5a286e | [
"MIT"
] | 2 | 2017-02-18T10:15:07.000Z | 2017-02-18T20:15:48.000Z | src/MICCookBook/MICCookBook.Web/Controllers/API/RecipesController.cs | micbelgique/MICCookBook | 55f2918743139cbe2a794ed1f3193a824c5a286e | [
"MIT"
] | 16 | 2017-02-17T08:59:00.000Z | 2019-02-12T10:10:25.000Z | using MICCookBook.Web.Models;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Web.Http;
namespace MICCookBook.Web.Controllers.API
{
public class RecipesController : BaseApiController
{
// GET api/<controller>
public async Task<List<Recipe>> Get()
{
... | 22.473684 | 58 | 0.57377 |
e365eb6e71af091d80e09e8201239f0f6f8207ef | 532 | cs | C# | Calculator/DependencyInjection/ResolverFactory.cs | MovGP0/Calculator | 79b73a4ed38eb14585e0fc6543e1a1b1e99e8df2 | [
"MIT"
] | null | null | null | Calculator/DependencyInjection/ResolverFactory.cs | MovGP0/Calculator | 79b73a4ed38eb14585e0fc6543e1a1b1e99e8df2 | [
"MIT"
] | null | null | null | Calculator/DependencyInjection/ResolverFactory.cs | MovGP0/Calculator | 79b73a4ed38eb14585e0fc6543e1a1b1e99e8df2 | [
"MIT"
] | null | null | null | using System;
using DryIoc;
namespace Calculator.DependencyInjection
{
public static class ResolverFactory
{
public static IResolver Get()
{
return Resover.Value;
}
private static readonly Lazy<IResolver> Resover = new Lazy<IResolver>(Setup);
private stati... | 21.28 | 85 | 0.543233 |
e3d38753ad3306ee7be86ebac210952f1a1d2981 | 7,990 | cs | C# | ManagementSales/frmThemKhachHang.Designer.cs | trungngotdt/Management-Sales | 61636dd76df2234016a13850c5f16c943ba83bb3 | [
"BSD-3-Clause"
] | null | null | null | ManagementSales/frmThemKhachHang.Designer.cs | trungngotdt/Management-Sales | 61636dd76df2234016a13850c5f16c943ba83bb3 | [
"BSD-3-Clause"
] | null | null | null | ManagementSales/frmThemKhachHang.Designer.cs | trungngotdt/Management-Sales | 61636dd76df2234016a13850c5f16c943ba83bb3 | [
"BSD-3-Clause"
] | null | null | null | namespace ManagementSales
{
partial class frmThemKhachHang
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 41.185567 | 107 | 0.554568 |
543171bad43cdfddebd05e8cd2f7540d292e3958 | 11,790 | cs | C# | src/BlazorMobile.ElectronNET/Forms.cs | ScriptBox99/BlazorMobile | 79e1cd95e38a61db45c8f83a1bd1989c16844219 | [
"MIT"
] | 429 | 2019-03-17T15:41:09.000Z | 2022-01-31T17:05:12.000Z | src/BlazorMobile.ElectronNET/Forms.cs | ScriptBox99/BlazorMobile | 79e1cd95e38a61db45c8f83a1bd1989c16844219 | [
"MIT"
] | 156 | 2019-03-15T12:00:50.000Z | 2021-12-17T10:10:31.000Z | src/BlazorMobile.ElectronNET/Forms.cs | Daddoon/Blazor.Mobile | 79e1cd95e38a61db45c8f83a1bd1989c16844219 | [
"MIT"
] | 54 | 2019-05-29T01:53:07.000Z | 2021-06-04T16:36:24.000Z | using System;
using Xamarin.Forms.Internals;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using System.Net.Http;
using BlazorMobile.Services;
using BlazorMobile.Components;
using ElectronNET.API;
using System.Collections.Generic;
using BlazorMobile.Interop;
using Blaz... | 36.276923 | 159 | 0.547498 |
0070cdd72825f0f200c99189e19103c269d26c22 | 472 | cs | C# | UserManagement.Domain/Entities/AdminActions.cs | PauSabatesC/OpenUserManager | f6b1a91ccf4621b9c30428de22f6eef70221ff94 | [
"MIT"
] | 4 | 2021-03-08T08:28:02.000Z | 2021-07-14T15:25:24.000Z | UserManagement.Domain/Entities/AdminActions.cs | PauSabatesC/API.UserManagement | f6b1a91ccf4621b9c30428de22f6eef70221ff94 | [
"MIT"
] | null | null | null | UserManagement.Domain/Entities/AdminActions.cs | PauSabatesC/API.UserManagement | f6b1a91ccf4621b9c30428de22f6eef70221ff94 | [
"MIT"
] | 2 | 2021-05-31T17:55:20.000Z | 2021-10-30T12:11:49.000Z | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace UserManagement.Domain.Entities
{
public class AdminActions
{
[Key]
public string Id { get; set; }
public string Action { get; set; }
public DateTime Date {... | 21.454545 | 51 | 0.644068 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.