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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
acb7e2f2323baba33d33db66420ac2a58a9de3db | 446 | cs | C# | src/MusacaApp/Musaca.Web/ViewModels/Orders/OrderHomeViewModel.cs | SimeonVSimeonov/MusacaWebApp | 7385444847ac5f6d1163e71e00b1036cf6225ce3 | [
"MIT"
] | null | null | null | src/MusacaApp/Musaca.Web/ViewModels/Orders/OrderHomeViewModel.cs | SimeonVSimeonov/MusacaWebApp | 7385444847ac5f6d1163e71e00b1036cf6225ce3 | [
"MIT"
] | null | null | null | src/MusacaApp/Musaca.Web/ViewModels/Orders/OrderHomeViewModel.cs | SimeonVSimeonov/MusacaWebApp | 7385444847ac5f6d1163e71e00b1036cf6225ce3 | [
"MIT"
] | null | null | null | using Musaca.App.ViewModels.Products;
using System.Collections.Generic;
using System.Linq;
namespace Musaca.App.ViewModels.Orders
{
public class OrderHomeViewModel
{
public OrderHomeViewModel()
{
this.Products = new List<ProductHomeViewModel>();
}
public List<Produ... | 23.473684 | 76 | 0.668161 |
1fc6a00fc982e2c0a0222c1f39a4a3875cf6e6d5 | 2,193 | cshtml | C# | WebUI/ADYC.WebUI/Areas/Admin/Views/CourseTypes/Index.cshtml | jose2a/ADYC | 9d72309643c29996616ad1d48335d2a5608cac90 | [
"MIT"
] | null | null | null | WebUI/ADYC.WebUI/Areas/Admin/Views/CourseTypes/Index.cshtml | jose2a/ADYC | 9d72309643c29996616ad1d48335d2a5608cac90 | [
"MIT"
] | null | null | null | WebUI/ADYC.WebUI/Areas/Admin/Views/CourseTypes/Index.cshtml | jose2a/ADYC | 9d72309643c29996616ad1d48335d2a5608cac90 | [
"MIT"
] | null | null | null | @model IEnumerable<ADYC.API.ViewModels.CourseTypeDto>
<div class="row">
<div class="col-xs-12">
<div class="box">
<div class="box-header with-border">
<div class="btn-toolbar">
<div class="btn-group">
<a href="@Url.Action("new")" clas... | 34.265625 | 133 | 0.449612 |
1fda611cd1c33440a69e7bea8874d949fd4a35dd | 1,654 | cs | C# | BookStore/src/Acme.BookStore.Domain/Authors/AuthorManager.cs | EgorVictor/ABPSimple | 4f5404ef16faba35b08093caeb525ae225efa4b9 | [
"MIT"
] | null | null | null | BookStore/src/Acme.BookStore.Domain/Authors/AuthorManager.cs | EgorVictor/ABPSimple | 4f5404ef16faba35b08093caeb525ae225efa4b9 | [
"MIT"
] | null | null | null | BookStore/src/Acme.BookStore.Domain/Authors/AuthorManager.cs | EgorVictor/ABPSimple | 4f5404ef16faba35b08093caeb525ae225efa4b9 | [
"MIT"
] | null | null | null | using JetBrains.Annotations;
using System;
using System.Threading.Tasks;
using Volo.Abp;
using Volo.Abp.Domain.Services;
namespace Acme.BookStore.Authors
{
/// <summary>
/// AuthorManager强制以受控方式创建作者和更改作者姓名
/// </summary>
public class AuthorManager : DomainService
{
private readonly IAuthor... | 28.033898 | 81 | 0.583434 |
38725df38014511d000c9d08745890e31bd5a4ba | 432 | cs | C# | Griddly.Mvc/Exceptions/DapperGriddlyException.cs | programcsharp/griddly | e69efe1fa7b8353b917c6d88d0909f46522ccb47 | [
"MIT"
] | 11 | 2015-02-24T09:43:11.000Z | 2019-11-13T10:02:01.000Z | Griddly.Mvc/Exceptions/DapperGriddlyException.cs | programcsharp/griddly | e69efe1fa7b8353b917c6d88d0909f46522ccb47 | [
"MIT"
] | 36 | 2015-01-08T18:53:36.000Z | 2020-03-21T17:13:56.000Z | Griddly.Mvc/Exceptions/DapperGriddlyException.cs | programcsharp/griddly | e69efe1fa7b8353b917c6d88d0909f46522ccb47 | [
"MIT"
] | 7 | 2015-03-13T15:25:58.000Z | 2020-07-15T04:27:37.000Z | using System;
namespace Griddly.Mvc.Exceptions
{
public class DapperGriddlyException : Exception
{
public string Sql { get; protected set; }
public object Params { get; protected set; }
public DapperGriddlyException(string message, string sql, object param = null, Exception ex = null)... | 24 | 107 | 0.590278 |
3877cdc340761b083322d3bd24dbf68cc04d024c | 243 | cs | C# | source/Cake.Helm/HelmAliases.cs | megakid/Cake.Helm | a90bf405ddfe15943e290712ba07e3dbaed61023 | [
"MIT"
] | 1 | 2021-09-11T10:00:49.000Z | 2021-09-11T10:00:49.000Z | source/Cake.Helm/HelmAliases.cs | megakid/Cake.Helm | a90bf405ddfe15943e290712ba07e3dbaed61023 | [
"MIT"
] | 6 | 2018-03-08T16:26:33.000Z | 2021-12-23T10:31:15.000Z | source/Cake.Helm/HelmAliases.cs | megakid/Cake.Helm | a90bf405ddfe15943e290712ba07e3dbaed61023 | [
"MIT"
] | 2 | 2018-02-27T19:32:57.000Z | 2019-04-30T21:18:47.000Z | using Cake.Core.Annotations;
namespace Cake.Helm
{
/// <summary>
/// Contains functionality for working with helm commands.
/// </summary>
[CakeAliasCategory("Helm")]
public static partial class HelmAliases
{
}
}
| 18.692308 | 62 | 0.650206 |
38df9c14a603eb958c94d2df8a9462945b5e19f0 | 2,350 | cs | C# | samples/Eff.Examples.Maybe/MaybeEffectHandler.cs | rmdouglas/Eff | c869335c340209e19f7b2f89d5333842ef6c5f0c | [
"MIT"
] | 99 | 2017-05-07T14:33:05.000Z | 2022-03-31T12:55:58.000Z | samples/Eff.Examples.Maybe/MaybeEffectHandler.cs | rmdouglas/Eff | c869335c340209e19f7b2f89d5333842ef6c5f0c | [
"MIT"
] | 11 | 2017-12-31T19:26:03.000Z | 2021-12-09T12:52:48.000Z | samples/Eff.Examples.Maybe/MaybeEffectHandler.cs | rmdouglas/Eff | c869335c340209e19f7b2f89d5333842ef6c5f0c | [
"MIT"
] | 13 | 2018-02-23T14:15:22.000Z | 2020-12-12T06:21:27.000Z | using Nessos.Effects.Handlers;
using System;
using System.Threading.Tasks;
namespace Nessos.Effects.Examples.Maybe
{
public static class MaybeEffectHandler
{
public static async Task<Maybe<TResult>> Run<TResult>(Eff<TResult> eff)
{
var stateMachine = eff.GetStateMachine();
... | 29.375 | 104 | 0.495745 |
ad0fe7dcdeb525fe8c326795262c0fc0039fbff2 | 961 | cs | C# | src/Framework/Framework/Compilation/Parser/Binding/Parser/FormattedBindingParserNode.cs | cafstep/dotvvm | 892aaf281a55fcf5bf13ba3978df0013debc5af6 | [
"Apache-2.0"
] | 641 | 2015-06-13T06:24:47.000Z | 2022-03-18T20:06:06.000Z | src/Framework/Framework/Compilation/Parser/Binding/Parser/FormattedBindingParserNode.cs | cafstep/dotvvm | 892aaf281a55fcf5bf13ba3978df0013debc5af6 | [
"Apache-2.0"
] | 879 | 2015-06-13T16:10:46.000Z | 2022-03-28T14:42:37.000Z | src/Framework/Framework/Compilation/Parser/Binding/Parser/FormattedBindingParserNode.cs | cafstep/dotvvm | 892aaf281a55fcf5bf13ba3978df0013debc5af6 | [
"Apache-2.0"
] | 128 | 2015-07-14T15:00:59.000Z | 2022-03-02T17:39:24.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DotVVM.Framework.Compilation.Parser.Binding.Parser
{
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class FormattedBindingParserNode : BindingParserNode
... | 30.03125 | 80 | 0.673257 |
adbda4e77fe08719e62cf1e1a72bfcea4ae3d873 | 1,625 | cs | C# | Assets/GUIUtils/Odin/Editor/Drawers/Attributes/IconToggleAttributeDrawer.cs | Rhinox-Training/rhinox-guiutils | f0ff02d71023575e9e032a4193a8b46987dfea56 | [
"Apache-2.0"
] | null | null | null | Assets/GUIUtils/Odin/Editor/Drawers/Attributes/IconToggleAttributeDrawer.cs | Rhinox-Training/rhinox-guiutils | f0ff02d71023575e9e032a4193a8b46987dfea56 | [
"Apache-2.0"
] | null | null | null | Assets/GUIUtils/Odin/Editor/Drawers/Attributes/IconToggleAttributeDrawer.cs | Rhinox-Training/rhinox-guiutils | f0ff02d71023575e9e032a4193a8b46987dfea56 | [
"Apache-2.0"
] | null | null | null | using System.Reflection;
using Rhinox.GUIUtils.Attributes;
using Sirenix.OdinInspector.Editor;
using Sirenix.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Rhinox.GUIUtils.Odin.Editor
{
public class IconToggleAttributeDrawer : OdinAttributeDrawer<IconToggleAttribute, bool>
{
private... | 39.634146 | 133 | 0.687385 |
87650cff846c1c5dbbf4b2bab3eb7757eee3774a | 985 | cs | C# | Writtit/Writtit.Data/Entity/EFPagesRepository.cs | timross14/Example-Work | 455f612bb333e72a3bbf8759d0f9140fcd5be77d | [
"MIT"
] | null | null | null | Writtit/Writtit.Data/Entity/EFPagesRepository.cs | timross14/Example-Work | 455f612bb333e72a3bbf8759d0f9140fcd5be77d | [
"MIT"
] | null | null | null | Writtit/Writtit.Data/Entity/EFPagesRepository.cs | timross14/Example-Work | 455f612bb333e72a3bbf8759d0f9140fcd5be77d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Writtit.Models;
using Writtit.UI.Models;
namespace Writtit.Data
{
public class EFPagesRepository:IPageRepository
{
WrittitUIContext db = new ... | 22.906977 | 57 | 0.548223 |
48508ef3d9e30766fe7e58642d970b8da75f27d0 | 64 | cs | C# | integrationtests/scenarios/i001816-pack-localized-missing-dll/before/LocalizedLib/Class1.cs | fc1943s/Paket | 7c9cd030769406bfa00b723c7c89ff5a6fd55daa | [
"MIT"
] | 1,811 | 2015-01-01T19:20:29.000Z | 2022-03-29T15:00:42.000Z | integrationtests/scenarios/i001816-pack-localized-missing-dll/before/LocalizedLib/Class1.cs | fc1943s/Paket | 7c9cd030769406bfa00b723c7c89ff5a6fd55daa | [
"MIT"
] | 3,328 | 2015-01-01T15:32:59.000Z | 2022-03-30T21:25:26.000Z | integrationtests/scenarios/i001816-pack-localized-missing-dll/before/LocalizedLib/Class1.cs | sitedata/Paket | 1ab743a5a928146059842ad7f35cc8501769ff80 | [
"MIT"
] | 667 | 2015-01-04T13:49:37.000Z | 2022-03-11T15:02:55.000Z | namespace LocalizedLib
{
public class Class1
{
}
}
| 9.142857 | 23 | 0.59375 |
8edb5f9f3ac4fbaec3a19096a67286856608daf2 | 903 | cshtml | C# | Views/Home/Grazie.cshtml | mattiazaghini/5H_Zaghini_Mattia | df7476044f7e9c54b4770249f6111a6fec38a323 | [
"MIT"
] | null | null | null | Views/Home/Grazie.cshtml | mattiazaghini/5H_Zaghini_Mattia | df7476044f7e9c54b4770249f6111a6fec38a323 | [
"MIT"
] | null | null | null | Views/Home/Grazie.cshtml | mattiazaghini/5H_Zaghini_Mattia | df7476044f7e9c54b4770249f6111a6fec38a323 | [
"MIT"
] | null | null | null | @model DBContext
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<link rel="Stylesheet" href="~/css/table.css">
<h2>L'aggiunta dei condomini è avvenuta con successo</h2>
<h3>Ecco i condomini</h3>
<h4> @Html.ActionLink("Per cancellare tutti i dati clicca qui","CancellaTutto","Home",n... | 29.129032 | 105 | 0.482835 |
1f59778c37dd7fc0ace452151885cb23b6489b9b | 708 | cs | C# | src/jcBENCH.lib/Objects/ResultSubmissionItem.cs | jcapellman/jcBENCH | 3e9d60d50b07130374c1b4df9af95872e816f640 | [
"MIT"
] | 1 | 2020-02-11T20:08:54.000Z | 2020-02-11T20:08:54.000Z | src/jcBENCH.lib/Objects/ResultSubmissionItem.cs | jcapellman/jcBENCH | 3e9d60d50b07130374c1b4df9af95872e816f640 | [
"MIT"
] | 1 | 2019-03-24T13:27:18.000Z | 2019-03-24T13:27:18.000Z | src/jcBENCH.lib/Objects/ResultSubmissionItem.cs | jcapellman/jcBENCH | 3e9d60d50b07130374c1b4df9af95872e816f640 | [
"MIT"
] | null | null | null | using System.Runtime.Serialization;
namespace jcBENCH.lib.Objects
{
[DataContract]
public class ResultSubmissionItem
{
[DataMember]
public int BenchmarkResult { get; set; }
[DataMember]
public string BenchmarkID { get; set; }
[DataMember]
public string Pla... | 22.125 | 51 | 0.594633 |
140bdd11f580925b5204cff87693dd78c00e60a8 | 4,364 | cs | C# | dev/PipsPager/APITests/PipsPagerTests.cs | kmelmon/microsoft-ui-xaml | adabaf386f15fdb55e59075853be7ca1c7693b5e | [
"MIT"
] | 2 | 2021-03-20T21:56:19.000Z | 2021-04-23T23:32:09.000Z | dev/PipsPager/APITests/PipsPagerTests.cs | kmelmon/microsoft-ui-xaml | adabaf386f15fdb55e59075853be7ca1c7693b5e | [
"MIT"
] | null | null | null | dev/PipsPager/APITests/PipsPagerTests.cs | kmelmon/microsoft-ui-xaml | adabaf386f15fdb55e59075853be7ca1c7693b5e | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Common;
using Microsoft.UI.Xaml.Controls;
using MUXControlsTestApp.Utilities;
using Microsoft.UI.Xaml.Automation.Peers;
using Windows.UI.Xaml.Automation.Provid... | 32.567164 | 136 | 0.569432 |
337cbb69aea50be0413bcd82782c6969391b2e53 | 1,293 | cs | C# | src/Lumina.Generated/Excel/GeneratedSheets/GatheringSubCategory.cs | JTOne123/Lumina | e7245e977ab4c44096344e88fc9ef18a92a2262e | [
"WTFPL"
] | null | null | null | src/Lumina.Generated/Excel/GeneratedSheets/GatheringSubCategory.cs | JTOne123/Lumina | e7245e977ab4c44096344e88fc9ef18a92a2262e | [
"WTFPL"
] | null | null | null | src/Lumina.Generated/Excel/GeneratedSheets/GatheringSubCategory.cs | JTOne123/Lumina | e7245e977ab4c44096344e88fc9ef18a92a2262e | [
"WTFPL"
] | null | null | null | using Lumina.Data;
using Lumina.Data.Structs.Excel;
namespace Lumina.Excel.GeneratedSheets
{
[Sheet( "GatheringSubCategory", columnHash: 0x6dac8145 )]
public class GatheringSubCategory : IExcelRow
{
public LazyRow< GatheringType > GatheringType;
public LazyRow< ClassJob > ClassJob;... | 36.942857 | 109 | 0.605568 |
339c51f0629eec2003b9f30ae3397225e7036fb1 | 345 | cs | C# | source/BlueprintDeck.Core/Design/NodeGenericType.cs | MauriceH/BlueprintDeck | 5bfe38389412cf3eb87d976c08cf985c2df6e667 | [
"MIT"
] | 3 | 2021-04-29T07:36:16.000Z | 2021-09-20T07:02:27.000Z | source/BlueprintDeck.Core/Design/NodeGenericType.cs | MauriceH/BlueprintDeck | 5bfe38389412cf3eb87d976c08cf985c2df6e667 | [
"MIT"
] | 7 | 2021-08-22T16:22:01.000Z | 2021-09-18T14:35:17.000Z | source/BlueprintDeck.Core/Design/NodeGenericType.cs | MauriceH/BlueprintDeck | 5bfe38389412cf3eb87d976c08cf985c2df6e667 | [
"MIT"
] | 1 | 2019-10-08T12:09:27.000Z | 2019-10-08T12:09:27.000Z | using System.Diagnostics.CodeAnalysis;
namespace BlueprintDeck.Design
{
[SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")]
[SuppressMessage("ReSharper", "UnusedMember.Global")]
public class NodeGenericType
{
public string? GenericParameter { get; init; }
public string? Type... | 28.75 | 67 | 0.701449 |
b42bd552b111c8f4a554e57d1f2e59ed8b2ee2d7 | 206 | cs | C# | src/FiveM/RPClient/Enums/Blips.cs | Sydres/FiveMRpServerResources | f4ee5c8b02a92d1ed9fd1d0eafda75bcdd909196 | [
"MIT"
] | 124 | 2018-03-23T20:32:56.000Z | 2022-01-01T19:10:34.000Z | src/FiveM/RPClient/Enums/Blips.cs | EduardoMGP/FiveMRpServerResources | f4ee5c8b02a92d1ed9fd1d0eafda75bcdd909196 | [
"MIT"
] | null | null | null | src/FiveM/RPClient/Enums/Blips.cs | EduardoMGP/FiveMRpServerResources | f4ee5c8b02a92d1ed9fd1d0eafda75bcdd909196 | [
"MIT"
] | 94 | 2018-03-23T23:53:46.000Z | 2022-01-01T19:10:21.000Z | using System;
namespace FamilyRP.Roleplay.Enums.Blips
{
[Flags]
public enum BlipCategory
{
Unknown = 0,
Shop = 1 << 0,
Vehicle = 1 << 1,
People = 1 << 2
}
} | 15.846154 | 39 | 0.504854 |
b5b2b3b02a993fa4277db358a9a0c5834abcde2a | 1,529 | cs | C# | Unity/Assets/Hotfix/GameGather/JoyLandlords/UI/JoyLandlordsRoomPanel/AlarmClock.cs | dingxing123/fivestar | af0775d79deb47ba7841e4245a2feb7648ebb826 | [
"MIT"
] | 121 | 2019-07-28T02:44:31.000Z | 2022-02-13T15:21:28.000Z | Unity/Assets/Hotfix/GameGather/JoyLandlords/UI/JoyLandlordsRoomPanel/AlarmClock.cs | dingxing123/fivestar | af0775d79deb47ba7841e4245a2feb7648ebb826 | [
"MIT"
] | 2 | 2020-08-28T06:14:09.000Z | 2020-09-07T01:46:00.000Z | Unity/Assets/Hotfix/GameGather/JoyLandlords/UI/JoyLandlordsRoomPanel/AlarmClock.cs | dingxing123/fivestar | af0775d79deb47ba7841e4245a2feb7648ebb826 | [
"MIT"
] | 72 | 2019-07-28T07:25:27.000Z | 2022-03-16T02:35:39.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ETModel;
using UnityEngine;
using UnityEngine.UI;
namespace ETHotfix
{
public class AlarmClock:Entity
{
public GameObject gameObject;
public Text TimerText;
public ... | 25.483333 | 88 | 0.550033 |
e0b6ba50c1ff8c1ee2ded15e9cb2b258b0e1ded8 | 1,509 | cs | C# | ECORP/ECORP/GUI's/Medewerker/MedewerkerOverzicht.cs | coenvc/ECORP | 52bc34575438ef000936db45fd4f5efdf7d411ba | [
"MIT"
] | null | null | null | ECORP/ECORP/GUI's/Medewerker/MedewerkerOverzicht.cs | coenvc/ECORP | 52bc34575438ef000936db45fd4f5efdf7d411ba | [
"MIT"
] | null | null | null | ECORP/ECORP/GUI's/Medewerker/MedewerkerOverzicht.cs | coenvc/ECORP | 52bc34575438ef000936db45fd4f5efdf7d411ba | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using ECORP.GUI_s.Medewerker;
namespace ECORP.GUI_s
{
public partial class MedewerkerOverzicht : Fo... | 25.15 | 80 | 0.585818 |
da47e39dbb6a6a5f4d02e794e9c260514b6ed7f8 | 340 | cs | C# | src/Eurofurence.App.Domain.Model/Fursuits/CollectingGame/TokenRecord.cs | Pinselohrkater/ef-app_backend-dotnet-core | 09f127a0c95f72bf7a32eeaaa644d58583917660 | [
"MIT"
] | 3 | 2016-08-25T15:23:51.000Z | 2017-01-20T16:41:00.000Z | src/Eurofurence.App.Domain.Model/Fursuits/CollectingGame/TokenRecord.cs | Pinselohrkater/ef-app_backend-dotnet-core | 09f127a0c95f72bf7a32eeaaa644d58583917660 | [
"MIT"
] | 9 | 2017-07-19T11:18:02.000Z | 2022-03-05T16:38:31.000Z | src/Eurofurence.App.Domain.Model/Fursuits/CollectingGame/TokenRecord.cs | Pinselohrkater/ef-app_backend-dotnet-core | 09f127a0c95f72bf7a32eeaaa644d58583917660 | [
"MIT"
] | 3 | 2017-08-26T16:02:02.000Z | 2018-12-04T18:40:26.000Z | using System;
namespace Eurofurence.App.Domain.Model.Fursuits.CollectingGame
{
public class TokenRecord : EntityBase
{
public string Value { get; set; }
public bool IsLinked { get; set; }
public DateTime? LinkDateTimeUtc { get; set; }
public Guid? LinkedFursuitParticipantUid { ... | 26.153846 | 62 | 0.658824 |
347ec4ada3843e5e0b98f63fd3990c1aa734470a | 10,389 | cs | C# | com/netfx/src/framework/services/web/system/web/services/protocols/discoveryserverprotocol.cs | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | com/netfx/src/framework/services/web/system/web/services/protocols/discoveryserverprotocol.cs | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | com/netfx/src/framework/services/web/system/web/services/protocols/discoveryserverprotocol.cs | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //------------------------------------------------------------------------------
// <copyright file="DiscoveryServerProtocol.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------... | 43.651261 | 195 | 0.555684 |
3499071698a72527129fa0de201b7862fbbc1277 | 995 | cs | C# | Test/ClassLibraryXmlizedAttribute/ClassLibraryXmlizedAttribute/Properties/AssemblyInfo.cs | haowenbiao/His6C- | 2bd843b3766bfa31f71dc5a583ea54277617ddc4 | [
"Apache-2.0"
] | null | null | null | Test/ClassLibraryXmlizedAttribute/ClassLibraryXmlizedAttribute/Properties/AssemblyInfo.cs | haowenbiao/His6C- | 2bd843b3766bfa31f71dc5a583ea54277617ddc4 | [
"Apache-2.0"
] | null | null | null | Test/ClassLibraryXmlizedAttribute/ClassLibraryXmlizedAttribute/Properties/AssemblyInfo.cs | haowenbiao/His6C- | 2bd843b3766bfa31f71dc5a583ea54277617ddc4 | [
"Apache-2.0"
] | null | null | null | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("ClassLibraryXmlizedAttribute")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CHIN... | 26.891892 | 59 | 0.728643 |
5a4da81b2e3cf77564fef1ecf024f5d4b502fda8 | 3,713 | cs | C# | src/SmartFormat.Demo/ThirdParty/RTFLib/RTFCell.cs | murad073/SmartFormat | cf06ee8a5bd71f8cf8eae0bd100b80101da26260 | [
"MIT"
] | 405 | 2019-02-10T05:44:46.000Z | 2022-03-17T12:21:32.000Z | src/SmartFormat.Demo/ThirdParty/RTFLib/RTFCell.cs | murad073/SmartFormat | cf06ee8a5bd71f8cf8eae0bd100b80101da26260 | [
"MIT"
] | 82 | 2019-02-11T14:16:06.000Z | 2022-03-14T09:42:13.000Z | src/SmartFormat.Demo/ThirdParty/RTFLib/RTFCell.cs | murad073/SmartFormat | cf06ee8a5bd71f8cf8eae0bd100b80101da26260 | [
"MIT"
] | 39 | 2019-04-24T09:14:02.000Z | 2022-03-02T10:43:58.000Z |
namespace RTF
{
using System;
public partial class RTFBuilder
{
#region Nested type: RTFCell
// ----------------------------------------------------------------------------------------
// _ ___ _..-._ Date: 12/11/08 23:46
// \`.|\..----.... | 31.735043 | 99 | 0.359548 |
5a628f09ccee98cefa0d5743b13564b297310b32 | 501 | cs | C# | Towers of Hanoi/TowersOfHanoi/DataBase/LocalDataBase.cs | origami99/Towers-of-Hanoi | 7675aff8a8743a42010e1e12391425ff9a4e1c2c | [
"MIT"
] | null | null | null | Towers of Hanoi/TowersOfHanoi/DataBase/LocalDataBase.cs | origami99/Towers-of-Hanoi | 7675aff8a8743a42010e1e12391425ff9a4e1c2c | [
"MIT"
] | null | null | null | Towers of Hanoi/TowersOfHanoi/DataBase/LocalDataBase.cs | origami99/Towers-of-Hanoi | 7675aff8a8743a42010e1e12391425ff9a4e1c2c | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using TowersOfHanoi.Core;
using TowersOfHanoi.Models;
namespace TowersOfHanoi.DataBase
{
public class LocalDataBase : IDataBase
{
private List<Step> steps = new List<Step>();
private int diskCounts;
public int DiskCounts
{
get => d... | 20.04 | 52 | 0.556886 |
d6080c1fc67b728e91e6bb2fdacaad154f8666c4 | 9,059 | cs | C# | Source/LayoutFarm.HtmlRenderer/6_Diagnostics/dbug.cs | kashiash/HtmlRenderer | 0c34e52c92879c7b14a3b56e82a28709b0e4f0b1 | [
"BSL-1.0"
] | 1 | 2020-07-21T13:05:49.000Z | 2020-07-21T13:05:49.000Z | Source/LayoutFarm.HtmlRenderer/6_Diagnostics/dbug.cs | kashiash/HtmlRenderer | 0c34e52c92879c7b14a3b56e82a28709b0e4f0b1 | [
"BSL-1.0"
] | null | null | null | Source/LayoutFarm.HtmlRenderer/6_Diagnostics/dbug.cs | kashiash/HtmlRenderer | 0c34e52c92879c7b14a3b56e82a28709b0e4f0b1 | [
"BSL-1.0"
] | null | null | null | //BSD, 2014-present, WinterDev
using System;
using LayoutFarm.HtmlBoxes;
namespace LayoutFarm
{
#if DEBUG
public delegate void dbugCounterAction();
public static class dbugCounter
{
static int _dbugDrawStringCount;
static int _dbugBoxPaint;
static int _dbugLinePaint;
stati... | 41.177273 | 113 | 0.502815 |
d38caf0a62d1d5585836fcef874291760368a3ae | 734 | cs | C# | demo/AspNetCore/AppSettings.cs | tdceus/CustomValidation | 3d28e7b620eef31d84510454d15cdc2873dfd0f4 | [
"MIT"
] | 24 | 2020-05-07T07:43:50.000Z | 2022-03-11T00:17:53.000Z | demo/AspNetCore/AppSettings.cs | tdceus/CustomValidation | 3d28e7b620eef31d84510454d15cdc2873dfd0f4 | [
"MIT"
] | 7 | 2020-05-07T10:35:00.000Z | 2022-03-25T08:15:53.000Z | demo/AspNetCore/AppSettings.cs | tdceus/CustomValidation | 3d28e7b620eef31d84510454d15cdc2873dfd0f4 | [
"MIT"
] | 6 | 2020-05-09T07:26:02.000Z | 2022-02-08T13:37:59.000Z | using System.IO;
using Microsoft.Extensions.Configuration;
namespace AspNetCore.CustomValidation.Demo
{
public static class AppSettings
{
public static string GetValue(string key)
{
return GetConfiguration().GetSection(key).Value;
}
private static IConfigurationRoo... | 28.230769 | 87 | 0.641689 |
a3b3c84729eae940b5a545b8a49567ba3382d425 | 4,697 | cs | C# | QA.Library/src/Selenium/WaitManager.cs | clix455/Selenium.Control | 6aae6e061a0c84d2062b6f1003dd796749cc5dce | [
"MIT"
] | null | null | null | QA.Library/src/Selenium/WaitManager.cs | clix455/Selenium.Control | 6aae6e061a0c84d2062b6f1003dd796749cc5dce | [
"MIT"
] | null | null | null | QA.Library/src/Selenium/WaitManager.cs | clix455/Selenium.Control | 6aae6e061a0c84d2062b6f1003dd796749cc5dce | [
"MIT"
] | null | null | null | namespace Clix.QA.Selenium
{
using System;
using System.Collections.Generic;
using OpenQA.Selenium;
/// <summary>
/// The <see cref="IWebDriver"/> waiting manager.
/// </summary>
/// <remarks>
/// Manage either implicit wait, or explicit wait, or the combination of the two.
/// </remarks>
public static cla... | 25.527174 | 95 | 0.648499 |
1ca76b2e3a09c24cb79722414bee73c8ae76bbcd | 302 | cs | C# | src/Konstrukt/N3O.Umbraco.Konstrukt/KonstruktComposer.cs | Osama-Tahboub1/N3O.Umbraco | b36dc75d2d184b57dafeadcc53629562cb1717a3 | [
"MIT"
] | null | null | null | src/Konstrukt/N3O.Umbraco.Konstrukt/KonstruktComposer.cs | Osama-Tahboub1/N3O.Umbraco | b36dc75d2d184b57dafeadcc53629562cb1717a3 | [
"MIT"
] | null | null | null | src/Konstrukt/N3O.Umbraco.Konstrukt/KonstruktComposer.cs | Osama-Tahboub1/N3O.Umbraco | b36dc75d2d184b57dafeadcc53629562cb1717a3 | [
"MIT"
] | null | null | null | using N3O.Umbraco.Composing;
using Umbraco.Cms.Core.DependencyInjection;
using Konstrukt.Extensions;
namespace N3O.Umbraco.Konstrukt {
public class KonstruktComposer : Composer {
public override void Compose(IUmbracoBuilder builder) {
builder.AddKonstrukt();
}
}
} | 27.454545 | 63 | 0.715232 |
7ac948f935a49869d8e12e58ca8d83e9379f5f2c | 463 | cs | C# | WebServerDemo/WebServer/Server/Http/Response/RedirectResponse.cs | NikolaVodenicharov/CSharpWebBasics | 5e811581fad38a301ee9d1847587c0a92c6e0a7b | [
"MIT"
] | null | null | null | WebServerDemo/WebServer/Server/Http/Response/RedirectResponse.cs | NikolaVodenicharov/CSharpWebBasics | 5e811581fad38a301ee9d1847587c0a92c6e0a7b | [
"MIT"
] | null | null | null | WebServerDemo/WebServer/Server/Http/Response/RedirectResponse.cs | NikolaVodenicharov/CSharpWebBasics | 5e811581fad38a301ee9d1847587c0a92c6e0a7b | [
"MIT"
] | null | null | null | namespace WebServer.Server.Http.Response
{
using WebServer.Server.Common;
using WebServer.Server.Enums;
public class RedirectResponse : HttpResponse
{
public RedirectResponse(string redirectUrl)
{
CoreValidator.ThrowIfNullOrEmpty(redirectUrl, nameof(redirectUrl));
... | 27.235294 | 79 | 0.676026 |
7ae3620931abf0fc9968984f887979462392428c | 460 | cs | C# | sources/engine/Xenko.Assets.Models/DefaultFactories.cs | nesrak1/xenko | 4d655c05be5c13acc46e677305da56bbbf00c7bc | [
"MIT"
] | 34 | 2019-11-16T16:47:01.000Z | 2022-03-29T05:09:03.000Z | sources/engine/Xenko.Assets.Models/DefaultFactories.cs | kbb-uran/xenko | 618f743e1435d59d2a4db6bbc82402d28f278d0a | [
"MIT"
] | 41 | 2019-01-06T03:03:55.000Z | 2019-09-06T02:30:35.000Z | sources/engine/Xenko.Assets.Models/DefaultFactories.cs | kbb-uran/xenko | 618f743e1435d59d2a4db6bbc82402d28f278d0a | [
"MIT"
] | 19 | 2019-12-08T16:57:02.000Z | 2022-03-30T02:04:49.000Z | // Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using Xenko.Core.Assets;
namespace Xenko.Assets.Models
{
public class DefaultAnimationFactory : ... | 30.666667 | 114 | 0.75 |
cf2b97c3207e117915c781cabe8801176152711f | 631 | cs | C# | samples/WebApiStateful/Filters/ResourceNotFoundAttribute.cs | mikanyg/ServiceFabric.AutoRest | 3542e3c4e28bc098118287a0b78f974abd041d18 | [
"MIT"
] | 5 | 2017-01-29T17:48:54.000Z | 2017-07-14T13:18:36.000Z | samples/WebApiStateful/Filters/ResourceNotFoundAttribute.cs | mikanyg/ServiceFabric.HttpClient | 55df072a45acb21a238cc1d4f234ed76f46ce9c1 | [
"MIT"
] | null | null | null | samples/WebApiStateful/Filters/ResourceNotFoundAttribute.cs | mikanyg/ServiceFabric.HttpClient | 55df072a45acb21a238cc1d4f234ed76f46ce9c1 | [
"MIT"
] | 1 | 2017-11-08T08:42:30.000Z | 2017-11-08T08:42:30.000Z | using System;
using System.Net;
using System.Web.Http.Filters;
namespace WebApiStateful.Filters
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
internal sealed class ResourceNotFoundAttribute : ActionFilterAttribute
{
public override vo... | 33.210526 | 111 | 0.70523 |
bb95ca10d687df9f0b0ac8807da4fc3db326f316 | 200 | cs | C# | tests/FakeItEasy.Tests.TestHelpers/InternalClassVisibleToDynamicProxy.cs | martinskuta/FakeItEasy | 176527ea603e05a8dd25c65acaebe3541ec4dae7 | [
"MIT"
] | 1,050 | 2015-01-03T17:53:43.000Z | 2022-03-31T18:49:30.000Z | tests/FakeItEasy.Tests.TestHelpers/InternalClassVisibleToDynamicProxy.cs | martinskuta/FakeItEasy | 176527ea603e05a8dd25c65acaebe3541ec4dae7 | [
"MIT"
] | 1,428 | 2015-01-03T18:22:54.000Z | 2022-03-28T21:43:20.000Z | tests/FakeItEasy.Tests.TestHelpers/InternalClassVisibleToDynamicProxy.cs | martinskuta/FakeItEasy | 176527ea603e05a8dd25c65acaebe3541ec4dae7 | [
"MIT"
] | 175 | 2015-01-02T17:16:30.000Z | 2022-03-18T13:38:12.000Z | namespace FakeItEasy.Tests.TestHelpers
{
internal class InternalClassVisibleToDynamicProxy
{
public virtual void Foo(int argument1, int argument2)
{
}
}
}
| 20 | 62 | 0.63 |
a848b83d33340d6cfa0e2630f75f177f26af17d5 | 5,431 | cs | C# | Reference Bots/C#/Reference/Strategies/AStar/AStarStrategy.cs | EntelectChallenge/2016-Bomberman | 79796460f1a955be577f789ea8ee8a73f6f0baa3 | [
"MIT"
] | 39 | 2016-04-11T10:21:14.000Z | 2019-11-24T03:00:24.000Z | Reference Bots/C#/Reference/Strategies/AStar/AStarStrategy.cs | EntelectChallenge/2016-Bomberman | 79796460f1a955be577f789ea8ee8a73f6f0baa3 | [
"MIT"
] | 11 | 2016-04-13T10:44:19.000Z | 2018-04-14T11:14:11.000Z | Reference Bots/C#/Reference/Strategies/AStar/AStarStrategy.cs | EntelectChallenge/2016-Bomberman | 79796460f1a955be577f789ea8ee8a73f6f0baa3 | [
"MIT"
] | 35 | 2016-04-11T07:52:31.000Z | 2020-05-02T10:35:05.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using Newtonsoft.Json;
using Reference.Commands;
using Reference.Domain;
using Reference.Domain.Map;
using Reference.Domain.Map.Entities;
using Reference.Domain.Map.Ent... | 34.373418 | 150 | 0.502486 |
0a06f21ccac72db0302c46e04af25a14be4a59c3 | 103 | cs | C# | Qsi.MongoDB/Internal/Nodes/Module/Specifier/IModuleSpecifierNode.cs | challenger71498/qsi | 05634f3ce19f1d2ba4b1779e33350d2c34f36744 | [
"MIT"
] | 36 | 2020-06-20T17:57:00.000Z | 2022-03-16T02:05:11.000Z | Qsi.MongoDB/Internal/Nodes/Module/Specifier/IModuleSpecifierNode.cs | challenger71498/qsi | 05634f3ce19f1d2ba4b1779e33350d2c34f36744 | [
"MIT"
] | 2 | 2021-11-10T01:39:51.000Z | 2021-12-13T09:09:43.000Z | Qsi.MongoDB/Internal/Nodes/Module/Specifier/IModuleSpecifierNode.cs | challenger71498/qsi | 05634f3ce19f1d2ba4b1779e33350d2c34f36744 | [
"MIT"
] | 3 | 2021-01-28T22:09:15.000Z | 2022-02-21T04:59:52.000Z | namespace Qsi.MongoDB.Internal.Nodes
{
public interface IModuleSpecifierNode : INode
{
}
} | 17.166667 | 49 | 0.699029 |
b3f4bda8122b683146212f7f56db7f2150864ebb | 1,031 | cs | C# | Teaching.Certification.OA/Teaching.Certification.OA.Data.EntityFrameworkCore/Services/PasswordHashService.cs | librame/teaching-certification | 9ff5deb1f8b09f1e6fd2603071dd2f40d1de36e5 | [
"MIT"
] | null | null | null | Teaching.Certification.OA/Teaching.Certification.OA.Data.EntityFrameworkCore/Services/PasswordHashService.cs | librame/teaching-certification | 9ff5deb1f8b09f1e6fd2603071dd2f40d1de36e5 | [
"MIT"
] | null | null | null | Teaching.Certification.OA/Teaching.Certification.OA.Data.EntityFrameworkCore/Services/PasswordHashService.cs | librame/teaching-certification | 9ff5deb1f8b09f1e6fd2603071dd2f40d1de36e5 | [
"MIT"
] | null | null | null | #region License
/* **************************************************************************************
* Librame Pong for Teaching Certification.
* **************************************************************************************/
#endregion
using System;
using System.Text;
namespace Teaching.Certificati... | 23.976744 | 90 | 0.527643 |
ea659fdfbdcc5588935038f04d9737f6c9240b9c | 2,197 | cs | C# | PlanningPoker.Client/PlanningPoker.Client/MessageFactories/JoinSessionResponseMessageFactory.cs | sicarrington/PlanningPokerClientDotNet | 61fb704434248679d2196c3129b357ef6c5790dc | [
"MIT"
] | null | null | null | PlanningPoker.Client/PlanningPoker.Client/MessageFactories/JoinSessionResponseMessageFactory.cs | sicarrington/PlanningPokerClientDotNet | 61fb704434248679d2196c3129b357ef6c5790dc | [
"MIT"
] | null | null | null | PlanningPoker.Client/PlanningPoker.Client/MessageFactories/JoinSessionResponseMessageFactory.cs | sicarrington/PlanningPokerClientDotNet | 61fb704434248679d2196c3129b357ef6c5790dc | [
"MIT"
] | null | null | null | using System;
using PlanningPoker.Client.Messages;
using PlanningPoker.Client.Model;
using PlanningPoker.Client.Utilities;
namespace PlanningPoker.Client.MessageFactories
{
internal class JoinSessionResponseMessageFactory : IResponseMessageFactory
{
private MessageParser _messageParser;
public ... | 39.945455 | 119 | 0.613109 |
1830e8c1ada29bb710793d563f9adb1a0f77ab04 | 825 | cs | C# | Workflows/Utils/SavedLoadingState.cs | jedybg/elarion | abf81fbf1be893abaf5c8c7a2a07ffb9c32a0609 | [
"MIT"
] | 16 | 2019-05-20T22:17:56.000Z | 2021-12-13T22:08:20.000Z | Workflows/Utils/SavedLoadingState.cs | jedybg/elarion | abf81fbf1be893abaf5c8c7a2a07ffb9c32a0609 | [
"MIT"
] | 2 | 2019-07-21T13:13:32.000Z | 2020-12-24T15:44:34.000Z | Workflows/Utils/SavedLoadingState.cs | jedybg/elarion | abf81fbf1be893abaf5c8c7a2a07ffb9c32a0609 | [
"MIT"
] | 2 | 2020-06-05T16:16:56.000Z | 2021-06-29T14:55:25.000Z | using Elarion.Workflows.Variables.References;
using UnityEngine;
namespace Elarion.Workflows.Utils {
// loading service?
public class SavedLoadingState {
[SerializeField]
private BoolReference _isLoading;
public bool IsLoading => _isLoading.Value;
// TODO a list of... | 41.25 | 225 | 0.692121 |
eae6204a91bf6e8c68f183e6ff5142711b4101b0 | 6,666 | cs | C# | Assets/Scripts/Hability/Rogue/RogueDashHability.cs | TaaroBravo/Monsterfall | a92df4e665d055cc482bda7dd4356f0cfaaba3a5 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Hability/Rogue/RogueDashHability.cs | TaaroBravo/Monsterfall | a92df4e665d055cc482bda7dd4356f0cfaaba3a5 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Hability/Rogue/RogueDashHability.cs | TaaroBravo/Monsterfall | a92df4e665d055cc482bda7dd4356f0cfaaba3a5 | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
public class RogueDashHability : IHability
{
Collider _hitArea;
float _speed;
float _power;
float _currentTime;
float _activeTime;
bool active;
Vector3 damage;
Vector3 finalPos;
V... | 30.718894 | 189 | 0.577858 |
3afbb2b36b1104dda33cd4a5d41263d5054652fb | 7,175 | cs | C# | CommonMathLibrary/ProbabilityTheory/Distributions/Continuous/LogNormal/ShiftedLogNormal/ShiftedLogNormalDistribution.MomentCalculator.cs | dodoni/dodoni.net | 6366f08388cbce26ced48e52fb17cd5c204fe83f | [
"MIT"
] | 5 | 2018-06-05T18:18:35.000Z | 2020-07-26T02:51:40.000Z | CommonMathLibrary/ProbabilityTheory/Distributions/Continuous/LogNormal/ShiftedLogNormal/ShiftedLogNormalDistribution.MomentCalculator.cs | dodoni/dodoni.net | 6366f08388cbce26ced48e52fb17cd5c204fe83f | [
"MIT"
] | 2 | 2019-02-25T18:48:47.000Z | 2019-02-25T18:55:02.000Z | CommonMathLibrary/ProbabilityTheory/Distributions/Continuous/LogNormal/ShiftedLogNormal/ShiftedLogNormalDistribution.MomentCalculator.cs | dodoni/dodoni.net | 6366f08388cbce26ced48e52fb17cd5c204fe83f | [
"MIT"
] | 3 | 2019-06-24T13:04:03.000Z | 2021-03-12T14:43:01.000Z | /* MIT License
Copyright (c) 2011-2019 Markus Wendt (http://www.dodoni-project.net)
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without li... | 40.536723 | 175 | 0.586063 |
fff815395fa2651035dd5114fbd68f1ee2811449 | 990 | cs | C# | tests/smoke/CSharp60/ExpressionBodiedMembers/UseExpressionBodyForGetOnlyProperties/GetOnlyPropertiesThatAlreadyHaveExpressionBody.cs | shankyjain7243/Sharpen | fce09a911cc4d15a9bdceaac62f4e200622dad68 | [
"MIT"
] | 405 | 2018-01-02T05:16:08.000Z | 2022-03-21T03:07:48.000Z | tests/smoke/CSharp60/ExpressionBodiedMembers/UseExpressionBodyForGetOnlyProperties/GetOnlyPropertiesThatAlreadyHaveExpressionBody.cs | shankyjain7243/Sharpen | fce09a911cc4d15a9bdceaac62f4e200622dad68 | [
"MIT"
] | 37 | 2018-05-27T17:37:43.000Z | 2022-01-08T19:44:16.000Z | tests/smoke/CSharp60/ExpressionBodiedMembers/UseExpressionBodyForGetOnlyProperties/GetOnlyPropertiesThatAlreadyHaveExpressionBody.cs | shankyjain7243/Sharpen | fce09a911cc4d15a9bdceaac62f4e200622dad68 | [
"MIT"
] | 38 | 2018-01-24T07:41:25.000Z | 2022-02-23T17:09:59.000Z | // ReSharper disable All
using System;
namespace CSharp60.ExpressionBodiedMembers.UseExpressionBodyForGetOnlyProperties
{
public class GetOnlyPropertiesThatAlreadyHaveExpressionBody
{
public string S { get; }
private int i;
public int IntProperty => i;
public string StringPro... | 30.9375 | 88 | 0.624242 |
bc1c1ddbe2301f61dac7bbab042bb7d96d54d331 | 130 | cs | C# | Synchronizations/Synchronizations/IOutputAccept.cs | NMFCode/NMF | 91de1ee87c1def37e7d013b1d2e62f6dcb6aa83d | [
"BSD-3-Clause"
] | 35 | 2015-10-16T12:10:01.000Z | 2022-03-07T12:25:27.000Z | Synchronizations/Synchronizations/IOutputAccept.cs | NMFCode/NMF | 91de1ee87c1def37e7d013b1d2e62f6dcb6aa83d | [
"BSD-3-Clause"
] | 45 | 2016-02-03T17:13:32.000Z | 2022-01-27T17:52:31.000Z | Synchronizations/Synchronizations/IOutputAccept.cs | NMFCode/NMF | 91de1ee87c1def37e7d013b1d2e62f6dcb6aa83d | [
"BSD-3-Clause"
] | 20 | 2016-02-03T16:02:27.000Z | 2021-12-12T21:21:05.000Z | namespace NMF.Synchronizations
{
internal interface IOutputAccept<in T>
{
void AcceptNewOutput(T value);
}
}
| 16.25 | 42 | 0.661538 |
bc8057d2348446fff27b095c1c3c65dc38215504 | 7,095 | cs | C# | source/MikhailKhalizev.Max/source/Program/Auto/z-1010-b239.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | 3 | 2020-08-04T13:18:57.000Z | 2020-12-06T20:22:19.000Z | source/MikhailKhalizev.Max/source/Program/Auto/z-1010-b239.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | null | null | null | source/MikhailKhalizev.Max/source/Program/Auto/z-1010-b239.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | null | null | null | using System;
using MikhailKhalizev.Processor.x86.BinToCSharp;
namespace MikhailKhalizev.Max.Program
{
public partial class RawProgram
{
[MethodInfo("0x1010_b239-f399fe60")]
public void Method_1010_b239()
{
ii(0x1010_b239, 5); push(0x30); ... | 68.883495 | 114 | 0.461452 |
ba12eacf404b9cbd6c81f472666f6841271f0110 | 2,069 | cs | C# | Tests/SInt32Tests.cs | invertedtomato/lightweight-serialization | 97c5f3d37006a4b29875a9d82d889847a5f8e838 | [
"MIT"
] | 1 | 2019-02-27T19:19:49.000Z | 2019-02-27T19:19:49.000Z | Tests/SInt32Tests.cs | invertedtomato/lightweight-serialization | 97c5f3d37006a4b29875a9d82d889847a5f8e838 | [
"MIT"
] | 2 | 2019-02-27T19:28:40.000Z | 2019-04-18T04:39:20.000Z | Tests/SInt32Tests.cs | invertedtomato/lightweight-serialization | 97c5f3d37006a4b29875a9d82d889847a5f8e838 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using InvertedTomato.Serialization.LightWeightSerialization;
using Xunit;
namespace Tests
{
public class SInt32Tests
{
enum TestEnum
{
A,
B
}
[Fact]
public void SInt32SerializeMin()
{
Assert.Equa... | 25.8625 | 119 | 0.565974 |
b8ce02e39ab04fac1c7389dc62d654763cf55836 | 622 | cs | C# | Plugins/WebPart/GroupDocs_Annotation_SharePoint_WebPart/Layouts/GroupDocs_Annotation_SharePoint_WebPart/BusinessLogic/AnnotationResults/AddReplyResult.cs | groupdocs/GroupDocs.Annotation-for-.NET | dc2114c27b83b62bb22c86b76edb7e7f907c6844 | [
"MIT"
] | null | null | null | Plugins/WebPart/GroupDocs_Annotation_SharePoint_WebPart/Layouts/GroupDocs_Annotation_SharePoint_WebPart/BusinessLogic/AnnotationResults/AddReplyResult.cs | groupdocs/GroupDocs.Annotation-for-.NET | dc2114c27b83b62bb22c86b76edb7e7f907c6844 | [
"MIT"
] | null | null | null | Plugins/WebPart/GroupDocs_Annotation_SharePoint_WebPart/Layouts/GroupDocs_Annotation_SharePoint_WebPart/BusinessLogic/AnnotationResults/AddReplyResult.cs | groupdocs/GroupDocs.Annotation-for-.NET | dc2114c27b83b62bb22c86b76edb7e7f907c6844 | [
"MIT"
] | 1 | 2016-10-13T12:23:55.000Z | 2016-10-13T12:23:55.000Z | using System;
using System.Runtime.Serialization;
using System.Xml.Serialization;
namespace GroupDocs_Annotation_SharePoint_WebPart.AnnotationResults
{
[DataContract]
public class AddReplyResult : Result
{
[XmlElement("replyGuid")]
[DataMember(Name = "replyGuid")]
public string Rep... | 27.043478 | 67 | 0.663987 |
08ab9d777dfbc36b55c40bf66fc5a16039dddc9c | 2,640 | cs | C# | src/Web/Yeetegy.Web/Areas/Identity/Pages/Account/Manage/ChangeProfilePicture.cshtml.cs | krum142/YeetEgy | 2f175160ce6ab841e4ad4bce07522e7276e5942c | [
"MIT"
] | 1 | 2020-02-20T14:12:17.000Z | 2020-02-20T14:12:17.000Z | src/Web/Yeetegy.Web/Areas/Identity/Pages/Account/Manage/ChangeProfilePicture.cshtml.cs | krum142/Yeetegy | 2f175160ce6ab841e4ad4bce07522e7276e5942c | [
"MIT"
] | null | null | null | src/Web/Yeetegy.Web/Areas/Identity/Pages/Account/Manage/ChangeProfilePicture.cshtml.cs | krum142/Yeetegy | 2f175160ce6ab841e4ad4bce07522e7276e5942c | [
"MIT"
] | null | null | null | using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using Yeetegy.Data.Models;
using Yeetegy.S... | 33.417722 | 154 | 0.636742 |
baa4d22e4c6149969e28ae5b80e57544d89c0ecb | 2,493 | cs | C# | src/Stardust.Paradox.Data.Annotations/DataTypes/EpochDateTime_ctor.cs | fossabot/Stardust.Paradox | 99eea3f53078fd5d9d65bf3001d08c33991cf756 | [
"Apache-2.0"
] | 8 | 2019-04-26T21:26:57.000Z | 2021-11-19T04:21:42.000Z | src/Stardust.Paradox.Data.Annotations/DataTypes/EpochDateTime_ctor.cs | fossabot/Stardust.Paradox | 99eea3f53078fd5d9d65bf3001d08c33991cf756 | [
"Apache-2.0"
] | 25 | 2018-11-28T12:00:06.000Z | 2020-06-03T12:50:24.000Z | src/Stardust.Paradox.Data.Annotations/DataTypes/EpochDateTime_ctor.cs | fossabot/Stardust.Paradox | 99eea3f53078fd5d9d65bf3001d08c33991cf756 | [
"Apache-2.0"
] | 10 | 2018-08-10T14:45:27.000Z | 2020-04-27T11:14:05.000Z | using System;
using System.Globalization;
namespace Stardust.Paradox.Data.Annotations.DataTypes
{
public partial struct EpochDateTime
{
private DateTime _dateTime;
public EpochDateTime(long tics)
{
_dateTime = new DateTime(tics);
}
public EpochDateTime(lon... | 34.150685 | 111 | 0.604493 |
6a864253c62966de07ecaf4607e777660189dd55 | 4,664 | cs | C# | src/Plugins/Nop.Plugin.Shipping.EasyPost/Domain/Shipment/PredefinedPackage.cs | tanzimsiddiqee/nopPractice | f3ab8e923fa66f982bd706d62985c58e981db7dc | [
"MIT"
] | null | null | null | src/Plugins/Nop.Plugin.Shipping.EasyPost/Domain/Shipment/PredefinedPackage.cs | tanzimsiddiqee/nopPractice | f3ab8e923fa66f982bd706d62985c58e981db7dc | [
"MIT"
] | null | null | null | src/Plugins/Nop.Plugin.Shipping.EasyPost/Domain/Shipment/PredefinedPackage.cs | tanzimsiddiqee/nopPractice | f3ab8e923fa66f982bd706d62985c58e981db7dc | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace Nop.Plugin.Shipping.EasyPost.Domain.Shipment
{
/// <summary>
/// Represents predefined package details
/// </summary>
public static class PredefinedPackage
{
/// <summary>
/// Gets all available predefined packages
/// </summary>
... | 25.210811 | 82 | 0.332333 |
ed0c329b6eb79c8b9eb3584a22d417acfc4cf079 | 654 | cs | C# | Api/FikenDateTimeConverter.cs | christianz/fiken-net | ecde246a6eda4f9ee10ed159f51cca9ab7af2235 | [
"MIT"
] | 2 | 2016-10-01T14:14:16.000Z | 2021-04-28T18:48:54.000Z | Api/FikenDateTimeConverter.cs | christianz/fiken-net | ecde246a6eda4f9ee10ed159f51cca9ab7af2235 | [
"MIT"
] | null | null | null | Api/FikenDateTimeConverter.cs | christianz/fiken-net | ecde246a6eda4f9ee10ed159f51cca9ab7af2235 | [
"MIT"
] | null | null | null | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Fiken.Net.Api
{
internal class FikenDateTimeConverter : DateTimeConverterBase
{
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
{
var dtVal = (DateT... | 29.727273 | 125 | 0.655963 |
299db82f4125fb3f9536a70586cdc2ea26654426 | 933 | cs | C# | sdk/dotnet/Datamigration/V1Beta1/Inputs/VpcPeeringConnectivityArgs.cs | AaronFriel/pulumi-google-native | 75d1cda425e33d4610348972cd70bddf35f1770d | [
"Apache-2.0"
] | 44 | 2021-04-18T23:00:48.000Z | 2022-02-14T17:43:15.000Z | sdk/dotnet/Datamigration/V1Beta1/Inputs/VpcPeeringConnectivityArgs.cs | AaronFriel/pulumi-google-native | 75d1cda425e33d4610348972cd70bddf35f1770d | [
"Apache-2.0"
] | 354 | 2021-04-16T16:48:39.000Z | 2022-03-31T17:16:39.000Z | sdk/dotnet/Datamigration/V1Beta1/Inputs/VpcPeeringConnectivityArgs.cs | AaronFriel/pulumi-google-native | 75d1cda425e33d4610348972cd70bddf35f1770d | [
"Apache-2.0"
] | 8 | 2021-04-24T17:46:51.000Z | 2022-01-05T10:40:21.000Z | // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Goog... | 32.172414 | 182 | 0.676313 |
779f6bc81532a8d7a840792542ee6bb6eb7bd301 | 1,061 | cs | C# | src/Modules/Valhalla.Modules.Domain/Entities/Address.cs | Louzada08/valhalla-hexagonal-architecture | 2aebec9fa7bc712b617237b2f6d61d7b4d97fc59 | [
"MIT"
] | 71 | 2020-09-12T13:28:39.000Z | 2022-03-25T21:03:14.000Z | src/Modules/Valhalla.Modules.Domain/Entities/Address.cs | Louzada08/valhalla-hexagonal-architecture | 2aebec9fa7bc712b617237b2f6d61d7b4d97fc59 | [
"MIT"
] | null | null | null | src/Modules/Valhalla.Modules.Domain/Entities/Address.cs | Louzada08/valhalla-hexagonal-architecture | 2aebec9fa7bc712b617237b2f6d61d7b4d97fc59 | [
"MIT"
] | 20 | 2020-09-12T13:28:45.000Z | 2022-03-28T02:17:02.000Z | using System;
using Valhalla.Modules.Domain.Enums;
namespace Valhalla.Modules.Domain.Entities
{
public class Address : IEntity
{
public Address(string street, int number, string complement, string district, string state, string country)
{
Id = Guid.NewGuid();
Street = s... | 28.675676 | 115 | 0.579642 |
a0a12370ed29378a9b248c01afcf4e095ae36642 | 1,798 | cs | C# | vLogs.Providers.Desktop/Partitioners/Partitioner Interfaces.cs | vercas/vLogs | 7e92b889594f0f4b466362bac899768292768e72 | [
"BSD-3-Clause"
] | null | null | null | vLogs.Providers.Desktop/Partitioners/Partitioner Interfaces.cs | vercas/vLogs | 7e92b889594f0f4b466362bac899768292768e72 | [
"BSD-3-Clause"
] | null | null | null | vLogs.Providers.Desktop/Partitioners/Partitioner Interfaces.cs | vercas/vLogs | 7e92b889594f0f4b466362bac899768292768e72 | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace vLogs.Loggers.Desktop.Partitioners
{
using Objects;
/// <summary>
/// Represents an object which partitions binary log data.
/// </summary>
public interface IBinaryPartitioner
{
... | 34.576923 | 148 | 0.591769 |
9ad19acb4560ec743b13e009e1442b401a163046 | 1,811 | cs | C# | WCH-13/PrimeNumberChallenge/ConsoleUI/Program.cs | freddie2025/WeeklyChallange | 5ad75834a569a860019ebad4620ac973ac849e82 | [
"MIT"
] | 14 | 2020-05-24T13:44:54.000Z | 2022-03-11T22:59:22.000Z | WCH-13/PrimeNumberChallenge/ConsoleUI/Program.cs | freddie2025/WeeklyChallange | 5ad75834a569a860019ebad4620ac973ac849e82 | [
"MIT"
] | null | null | null | WCH-13/PrimeNumberChallenge/ConsoleUI/Program.cs | freddie2025/WeeklyChallange | 5ad75834a569a860019ebad4620ac973ac849e82 | [
"MIT"
] | 4 | 2020-05-24T13:59:44.000Z | 2022-01-20T18:19:01.000Z | using System;
using System.Linq;
using System.Collections.Generic;
namespace ConsoleUI
{
class Program
{
static void Main(string[] args)
{
string continueLooping = "";
do
{
Console.WriteLine("What number do you want to check for prime: ");
string numToCheckText = Console.ReadLine();
i... | 20.816092 | 81 | 0.59746 |
3f27ce6e7c2aebd6ab71b2d1a8b8a67e2a936bf6 | 475 | cs | C# | Ghost.Server/Utilities/Interfaces/IDialog.cs | Ignis34Rus/LoE-Ghost.Server | 31e7f8627aa08f466241ab6738ccf02181e3746b | [
"MIT"
] | 20 | 2016-01-17T23:07:13.000Z | 2022-01-02T16:20:36.000Z | Ghost.Server/Utilities/Interfaces/IDialog.cs | Ignis34Rus/LoE-Ghost.Server | 31e7f8627aa08f466241ab6738ccf02181e3746b | [
"MIT"
] | 20 | 2016-02-03T09:22:37.000Z | 2019-08-14T17:56:16.000Z | Ghost.Server/Utilities/Interfaces/IDialog.cs | Ignis34Rus/LoE-Ghost.Server | 31e7f8627aa08f466241ab6738ccf02181e3746b | [
"MIT"
] | 8 | 2016-11-23T07:00:11.000Z | 2019-09-30T05:49:30.000Z | using Ghost.Server.Core.Objects;
using Ghost.Server.Core.Players;
using Ghost.Server.Core.Servers;
namespace Ghost.Server.Utilities.Interfaces
{
public interface IDialog
{
ushort ID { get; }
INPCArray NPC { get; }
MapServer Server { get; }
void OnDialogEnd(MapPlayer player);
... | 27.941176 | 58 | 0.675789 |
e4a234510e37d91a8891edc152808ed6535db2fa | 17,269 | cs | C# | Velaptor/OpenGL/GLWindowFacade.cs | KinsonDigital/Velaptor | 3ef7175878f9267eb6208db191621b36242535b1 | [
"MIT"
] | 5 | 2021-11-19T00:55:13.000Z | 2021-12-28T15:02:02.000Z | Velaptor/OpenGL/GLWindowFacade.cs | KinsonDigital/Velaptor | 3ef7175878f9267eb6208db191621b36242535b1 | [
"MIT"
] | 180 | 2021-07-27T02:40:44.000Z | 2022-03-18T07:13:49.000Z | Velaptor/OpenGL/GLWindowFacade.cs | KinsonDigital/Velaptor | 3ef7175878f9267eb6208db191621b36242535b1 | [
"MIT"
] | 3 | 2021-07-29T17:02:47.000Z | 2021-09-27T10:08:12.000Z | // <copyright file="GLWindowFacade.cs" company="KinsonDigital">
// Copyright (c) KinsonDigital. All rights reserved.
// </copyright>
namespace Velaptor.OpenGL
{
// ReSharper disable RedundantNameQualifier
using System;
using System.Diagnostics.CodeAnalysis;
using System.Numerics;
using Silk.NET.In... | 37.953846 | 178 | 0.563669 |
72a7c6a2e3f6f7dbab7ae987d816bd3e96cd51b2 | 499 | cs | C# | src/TableCloth.Shared/Models/Catalog/CatalogCompanion.cs | Hyolog/TableCloth | c0517e70bbbea5ae77c5a29962e003eff48ec59c | [
"MIT"
] | 142 | 2021-07-14T13:41:57.000Z | 2021-08-21T03:04:45.000Z | src/TableCloth.Shared/Models/Catalog/CatalogCompanion.cs | Hyolog/TableCloth | c0517e70bbbea5ae77c5a29962e003eff48ec59c | [
"MIT"
] | 15 | 2021-07-20T09:43:41.000Z | 2021-08-21T03:18:26.000Z | src/TableCloth.Shared/Models/Catalog/CatalogCompanion.cs | Hyolog/TableCloth | c0517e70bbbea5ae77c5a29962e003eff48ec59c | [
"MIT"
] | 5 | 2021-07-14T23:17:09.000Z | 2021-08-20T05:18:29.000Z | using System;
using System.Xml.Serialization;
namespace TableCloth.Models.Catalog
{
[Serializable, XmlType]
public sealed class CatalogCompanion
{
[XmlAttribute("Id")]
public string Id { get; set; }
[XmlAttribute("DisplayName")]
public string DisplayName { get;... | 22.681818 | 48 | 0.58517 |
79b7fc415ebfa46437e371a1c02a8a27e52a4858 | 3,446 | cs | C# | interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMDependentRelationship.cs | GeorgeWalker/jag-spd-spice | 6d3712ff8656b6856de9c8458aa0dd5724419d4f | [
"Apache-2.0"
] | 2 | 2019-05-08T20:37:43.000Z | 2019-12-28T02:25:31.000Z | interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMDependentRelationship.cs | GeorgeWalker/jag-spd-spice | 6d3712ff8656b6856de9c8458aa0dd5724419d4f | [
"Apache-2.0"
] | 42 | 2019-07-11T20:48:52.000Z | 2022-02-25T17:46:10.000Z | interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMDependentRelationship.cs | GeorgeWalker/jag-spd-spice | 6d3712ff8656b6856de9c8458aa0dd5724419d4f | [
"Apache-2.0"
] | 5 | 2019-04-24T23:27:09.000Z | 2022-02-01T18:45:34.000Z | // <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace Gov.Jag.Spice.Interfaces.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Dependent... | 39.159091 | 494 | 0.661056 |
dc3d764309eafd297eaf3496a7e066da58185f01 | 1,027 | cs | C# | src/SmsService.ApiClinet/InterfaceGenerator.cs | MalekiSirius/sms-emitter | 74698434ba5f8dc1cfc2b6004581a9182e7138ff | [
"MIT"
] | 2 | 2018-07-11T10:37:58.000Z | 2018-07-16T14:00:17.000Z | src/SmsService.ApiClinet/InterfaceGenerator.cs | MalekiSirius/SmsEmmiter | 74698434ba5f8dc1cfc2b6004581a9182e7138ff | [
"MIT"
] | null | null | null | src/SmsService.ApiClinet/InterfaceGenerator.cs | MalekiSirius/SmsEmmiter | 74698434ba5f8dc1cfc2b6004581a9182e7138ff | [
"MIT"
] | null | null | null | // App: SmsService.Client
// Developer: Payam Kandi
// Version: 1.0
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using model = SmsService.Core.Model;
namespace SmsService.ApiClient.Interface
{
public interface ISmsServiceClient: Library.ApiClient.IClient
{
string Host{get;}
}
... | 22.326087 | 109 | 0.741967 |
dcc75ee2adfa036ea9b61490395bbfd0fc598683 | 229 | cshtml | C# | Places/Views/Places/New.cshtml | kpundt93/PlacesYouveBeen.Solution | 6915621c8d084d443e876e0ca963f8d69c1c67f6 | [
"MIT"
] | null | null | null | Places/Views/Places/New.cshtml | kpundt93/PlacesYouveBeen.Solution | 6915621c8d084d443e876e0ca963f8d69c1c67f6 | [
"MIT"
] | null | null | null | Places/Views/Places/New.cshtml | kpundt93/PlacesYouveBeen.Solution | 6915621c8d084d443e876e0ca963f8d69c1c67f6 | [
"MIT"
] | null | null | null | <h1>Add a new place to your travel journal</h1>
<form action="/places" method="post">
<label for="cityName">Add a new city</label>
<input id="cityName" name="cityName" type="text">
<button type="submit">Add</button>
</form> | 38.166667 | 51 | 0.68559 |
167d45cdcc7b1e4d58fd7c2f4408ab2a524f4e81 | 362 | cs | C# | Laravel NET Connector/Laravel NET Connector/Models/Auth/UsernamePassword.cs | adamwoodhead/laravel-net-connector | d4d7438e487a4c3e429856e8a941044521541135 | [
"MIT"
] | null | null | null | Laravel NET Connector/Laravel NET Connector/Models/Auth/UsernamePassword.cs | adamwoodhead/laravel-net-connector | d4d7438e487a4c3e429856e8a941044521541135 | [
"MIT"
] | 3 | 2021-03-16T11:32:30.000Z | 2021-03-18T16:59:40.000Z | Laravel NET Connector/Laravel NET Connector/Models/Auth/UsernamePassword.cs | adamwoodhead/laravel-net-connector | d4d7438e487a4c3e429856e8a941044521541135 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace LaravelNETConnector.Models.Auth
{
[JsonObject]
public class UsernamePassword
{
[JsonProperty("username")]
public string Username { get; set; }
[JsonProperty("password")]
pub... | 20.111111 | 44 | 0.665746 |
b2387b89b0ce288ccc6b597dca3b2b20091adf54 | 548 | cs | C# | src/ZYNetServer/Server/ControllerBase.cs | luyikk/ZYNet | 5d57aa8cf0bb774868bd8ef3788d777b6100e5b6 | [
"Apache-2.0"
] | 12 | 2016-12-22T19:21:17.000Z | 2021-06-11T03:30:30.000Z | src/ZYNetServer/Server/ControllerBase.cs | luyikk/ZYNet | 5d57aa8cf0bb774868bd8ef3788d777b6100e5b6 | [
"Apache-2.0"
] | null | null | null | src/ZYNetServer/Server/ControllerBase.cs | luyikk/ZYNet | 5d57aa8cf0bb774868bd8ef3788d777b6100e5b6 | [
"Apache-2.0"
] | 6 | 2017-04-15T02:13:23.000Z | 2021-03-30T05:59:14.000Z | using System;
using Microsoft.Extensions.Logging;
using Autofac;
namespace ZYNet.CloudSystem.Server
{
public abstract class ControllerBase:IDisposable
{
public IContainer Container { get; private set; }
public ILoggerFactory LoggerFactory { get; private set; }
public ControllerBase(IC... | 22.833333 | 81 | 0.633212 |
94760e5ceecd1292e9532252c2a18fc4905999e7 | 2,280 | cs | C# | Example/WinForm/Editor/YidanSoft.Library.EmrEditor/Src/Document/ZYSubject.cs | hdefucom/HDF | 962dcd17371af40a271e4f93af96d9830e2ced71 | [
"MIT"
] | 1 | 2020-11-20T07:13:02.000Z | 2020-11-20T07:13:02.000Z | Example/WinForm/Editor/YidanSoft.Library.EmrEditor/Src/Document/ZYSubject.cs | hdefucom/HDF | 962dcd17371af40a271e4f93af96d9830e2ced71 | [
"MIT"
] | 13 | 2021-08-16T01:14:05.000Z | 2022-02-12T10:50:43.000Z | Example/WinForm/Editor/YidanSoft.Library.EmrEditor/Src/Document/ZYSubject.cs | hdefucom/HDF | 962dcd17371af40a271e4f93af96d9830e2ced71 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using YidanSoft.Library.EmrEditor.Src.Common;
namespace YidanSoft.Library.EmrEditor.Src.Document
{
public class ZYSubject : ZYTextBlock
{
public ZYSubject()
{
this.Type = ElementType.Subject;
... | 30.4 | 87 | 0.572368 |
f5217627346aafa7c0aabe6a32878db00ebca44b | 6,738 | cs | C# | gemfirexd/client/test/csharp/adonet-auto/AdoNetTest.BIN/DataReader/UpdateReaderDataWithTypeSpecificMethods.cs | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 38 | 2016-01-04T01:31:40.000Z | 2020-04-07T06:35:36.000Z | gemfirexd/client/test/csharp/adonet-auto/AdoNetTest.BIN/DataReader/UpdateReaderDataWithTypeSpecificMethods.cs | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 261 | 2016-01-07T09:14:26.000Z | 2019-12-05T10:15:56.000Z | gemfirexd/client/test/csharp/adonet-auto/AdoNetTest.BIN/DataReader/UpdateReaderDataWithTypeSpecificMethods.cs | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 22 | 2016-03-09T05:47:09.000Z | 2020-04-02T17:55:30.000Z | /*
* Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | 41.337423 | 94 | 0.45978 |
f52256fe20fbd10158e2491069c6987f4b0188dc | 326 | cs | C# | DevilDaggersCustomLeaderboards/Enumerators/CustomColor.cs | NoahStolk/DevilDaggersCustomLeaderboards | 7e1be40db8d2a99e0689a64264afc020fa7100a9 | [
"Unlicense"
] | 7 | 2020-09-24T18:37:23.000Z | 2020-11-15T14:35:24.000Z | DevilDaggersCustomLeaderboards/Enumerators/CustomColor.cs | NoahStolk/DevilDaggersCustomLeaderboards | 7e1be40db8d2a99e0689a64264afc020fa7100a9 | [
"Unlicense"
] | null | null | null | DevilDaggersCustomLeaderboards/Enumerators/CustomColor.cs | NoahStolk/DevilDaggersCustomLeaderboards | 7e1be40db8d2a99e0689a64264afc020fa7100a9 | [
"Unlicense"
] | null | null | null | namespace DevilDaggersCustomLeaderboards.Enumerators
{
public enum CustomColor
{
Black = 0,
DarkBlue = 1,
Gigapede = 2,
Bronze = 3,
Thorn = 4,
Squid = 5,
Skull = 6,
Gray = 7,
DarkGray = 8,
Ghostpede = 9,
Green = 10,
LeviathanDagger = 11,
Red = 12,
Magenta = 13,
Yellow = 14,
White = 15,... | 14.173913 | 52 | 0.604294 |
f5decba912b1332ac665b1acd1f4d26493d6b30b | 4,670 | cs | C# | Car.Backend/Car.UnitTests/FluentValidationTests/Filters/JourneyFilterValidatorTest.cs | ita-social-projects/SoftServeCar-Back-End | 4fbe65effa069882b4a3b358cfe010247415de66 | [
"MIT"
] | 17 | 2021-01-05T10:07:23.000Z | 2021-12-23T13:20:03.000Z | Car.Backend/Car.UnitTests/FluentValidationTests/Filters/JourneyFilterValidatorTest.cs | ita-social-projects/SoftServeCar-Back-End | 4fbe65effa069882b4a3b358cfe010247415de66 | [
"MIT"
] | 972 | 2020-10-19T12:04:23.000Z | 2022-03-30T21:45:57.000Z | Car.Backend/Car.UnitTests/FluentValidationTests/Filters/JourneyFilterValidatorTest.cs | ita-social-projects/SoftServeCar-Back-End | 4fbe65effa069882b4a3b358cfe010247415de66 | [
"MIT"
] | 19 | 2020-10-13T10:44:26.000Z | 2021-12-22T11:39:07.000Z | using System;
using AutoFixture.Xunit2;
using Car.Data.Constants;
using Car.Data.Enums;
using Car.Domain.FluentValidation;
using FluentValidation.TestHelper;
using Xunit;
using RangeAttr = System.ComponentModel.DataAnnotations.RangeAttribute;
namespace Car.UnitTests.FluentValidationTests.Filters
{
public class Jo... | 34.850746 | 143 | 0.670236 |
ebcfb3c977b13bff65d93866f9ee97324933d49c | 2,701 | cs | C# | Candid.GuideStarAPI.Tests/Builders/SpecificExclusionBuilderTest.cs | CandidOrg/Candid.GuideStarAPI.SDK | 8bb8f407cddb8fcbf755d2b891889fd1b96d3c50 | [
"MIT"
] | null | null | null | Candid.GuideStarAPI.Tests/Builders/SpecificExclusionBuilderTest.cs | CandidOrg/Candid.GuideStarAPI.SDK | 8bb8f407cddb8fcbf755d2b891889fd1b96d3c50 | [
"MIT"
] | null | null | null | Candid.GuideStarAPI.Tests/Builders/SpecificExclusionBuilderTest.cs | CandidOrg/Candid.GuideStarAPI.SDK | 8bb8f407cddb8fcbf755d2b891889fd1b96d3c50 | [
"MIT"
] | null | null | null | using Candid.GuideStarAPI.Resources;
using Candid.GuideStarApiTest;
using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.Json;
using Xunit;
namespace Candid.GuideStarAPI.Tests.Builders
{
[Collection("API Tests Collection")]
public class Spe... | 31.776471 | 119 | 0.710107 |
b09bfc14003c67f5eda24db5ed95cab651aec5c9 | 1,675 | cs | C# | src/BootstrapBlazor/Components/Table/TableExtensionButton.razor.cs | gruan01/BootstrapBlazor | 4ed0363bd76f84de47a9bab64826bb4e730e5cc8 | [
"Apache-2.0"
] | null | null | null | src/BootstrapBlazor/Components/Table/TableExtensionButton.razor.cs | gruan01/BootstrapBlazor | 4ed0363bd76f84de47a9bab64826bb4e730e5cc8 | [
"Apache-2.0"
] | null | null | null | src/BootstrapBlazor/Components/Table/TableExtensionButton.razor.cs | gruan01/BootstrapBlazor | 4ed0363bd76f84de47a9bab64826bb4e730e5cc8 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Website: https://www.blazor.zone or https://argozhang.github.io/
using Microsoft.AspNetCore.Components;
using System;
using System.Collect... | 27.459016 | 111 | 0.552836 |
dee8c1f73eaf66717bd3666b96c44493e26dd5c9 | 515 | cs | C# | Framework/Adxstudio.Xrm/Cms/IRatingInfo.cs | emtea/xRM-Portals-Community-Edition | 5fd82140a37674b5ca0233a43c8182ef48f8227c | [
"MIT"
] | 117 | 2017-08-25T18:43:42.000Z | 2022-01-19T18:36:21.000Z | Framework/Adxstudio.Xrm/Cms/IRatingInfo.cs | emtea/xRM-Portals-Community-Edition | 5fd82140a37674b5ca0233a43c8182ef48f8227c | [
"MIT"
] | 113 | 2017-08-28T20:35:30.000Z | 2020-12-15T00:25:15.000Z | Framework/Adxstudio.Xrm/Cms/IRatingInfo.cs | emtea/xRM-Portals-Community-Edition | 5fd82140a37674b5ca0233a43c8182ef48f8227c | [
"MIT"
] | 72 | 2017-08-25T20:00:48.000Z | 2022-02-27T17:20:17.000Z | /*
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See License.txt in the project root for license information.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Adxstudio.Xrm.Cms
{
public interface IRatingInfo
{
//Anyt... | 18.392857 | 94 | 0.728155 |
effedbfcc720063d1fd3456feedc489ee17fd08e | 2,530 | cs | C# | Assets/Framework/Utilities/Extensions/StringBuilderExtensions.cs | PixelComrades/Framework | 5d9ac7cb32b6d2b2fbdefe7c7b6f7fb1d513697c | [
"MIT"
] | 10 | 2018-09-15T08:29:03.000Z | 2020-07-28T04:16:32.000Z | Assets/Framework/Utilities/Extensions/StringBuilderExtensions.cs | FuzzySlipper/Framework | 5d9ac7cb32b6d2b2fbdefe7c7b6f7fb1d513697c | [
"MIT"
] | null | null | null | Assets/Framework/Utilities/Extensions/StringBuilderExtensions.cs | FuzzySlipper/Framework | 5d9ac7cb32b6d2b2fbdefe7c7b6f7fb1d513697c | [
"MIT"
] | 2 | 2019-11-06T15:57:11.000Z | 2020-04-29T15:14:06.000Z | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Text;
namespace PixelComrades {
public static class StringBuilderExtension {
public static void TabAppend(this StringBuilder sb, string text) {
sb.Append(text);
sb.Append("\t");
}
... | 33.289474 | 96 | 0.595652 |
2f3747e33ef5c63ce6ea450d0ec57cf158b12d82 | 5,450 | cs | C# | daLib/src/HelperTypes.cs | Defacto-Analytics/daAnalytics | 5e8f80b723e3789f0f6ab42f5fa850aedabe1d9e | [
"MIT"
] | null | null | null | daLib/src/HelperTypes.cs | Defacto-Analytics/daAnalytics | 5e8f80b723e3789f0f6ab42f5fa850aedabe1d9e | [
"MIT"
] | null | null | null | daLib/src/HelperTypes.cs | Defacto-Analytics/daAnalytics | 5e8f80b723e3789f0f6ab42f5fa850aedabe1d9e | [
"MIT"
] | null | null | null | using daLib.Conventions;
using daLib.Currencies;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace daLib
{
public class CalibrationInstrument
{
public string _type;
public string _strStart;
public string _strTenor;
public Index _ind... | 32.058824 | 183 | 0.443853 |
200e014fec90247884331a93c83f935481e8657c | 1,490 | cs | C# | LiteDB.Tests/Tests/TransactionTest.cs | Davidblkx/LiteDB | 4f3cd3a8c12ef65a3d3ddf96664928f9a1b83789 | [
"MIT"
] | 5 | 2017-03-28T15:08:53.000Z | 2020-01-24T08:58:41.000Z | LiteDB.Tests/Tests/TransactionTest.cs | Davidblkx/LiteDB | 4f3cd3a8c12ef65a3d3ddf96664928f9a1b83789 | [
"MIT"
] | null | null | null | LiteDB.Tests/Tests/TransactionTest.cs | Davidblkx/LiteDB | 4f3cd3a8c12ef65a3d3ddf96664928f9a1b83789 | [
"MIT"
] | 2 | 2018-06-26T08:38:47.000Z | 2018-08-08T17:31:44.000Z | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Linq;
namespace LiteDB.Tests
{
[TestClass]
public class TransactionTest : TestBase
{
[TestMethod]
public void Transaction_Test()
{
using (var tmp = new TempFile())
{
using (var ... | 29.215686 | 72 | 0.420805 |
20214fcaa6e261ddef23eeaf72ec1d4694cece37 | 2,191 | cs | C# | MiniGuid.Test/ParsingTests.cs | jasonholloway/miniguid | 138ee83f10ae0906b08fe1305c0ac25639a9b997 | [
"MIT"
] | 17 | 2018-01-16T03:39:44.000Z | 2021-04-26T17:48:04.000Z | MiniGuid.Test/ParsingTests.cs | jasonholloway/miniguid | 138ee83f10ae0906b08fe1305c0ac25639a9b997 | [
"MIT"
] | 5 | 2018-01-16T03:42:04.000Z | 2021-08-13T15:22:40.000Z | MiniGuid.Test/ParsingTests.cs | jasonholloway/miniguid | 138ee83f10ae0906b08fe1305c0ac25639a9b997 | [
"MIT"
] | 8 | 2018-01-17T05:02:21.000Z | 2021-09-16T23:31:18.000Z | using System;
using System.Linq;
using Xunit;
namespace MiniGuids.Test
{
public class ParsingTests
{
[Fact]
public void CanParse_FromString()
{
var success = MiniGuid.TryParse("ABCDEabcdeABCDEabcdeABCDEa", out var miniGuid);
Assert.True(success);
}
... | 30.859155 | 92 | 0.584665 |
994cfc3a89e5441781fe9ea9015409adbdd64c5d | 8,624 | cs | C# | Pronto-MIA/Tests/TestDataAccess/TestManagers/TestFirebaseTokenManager.cs | Pronto-AG/Pronto-MIA-Server | 53989d1660a290b1d628d4846f2600e2753e8d54 | [
"MIT"
] | null | null | null | Pronto-MIA/Tests/TestDataAccess/TestManagers/TestFirebaseTokenManager.cs | Pronto-AG/Pronto-MIA-Server | 53989d1660a290b1d628d4846f2600e2753e8d54 | [
"MIT"
] | 58 | 2021-04-07T09:25:34.000Z | 2021-12-21T19:22:13.000Z | Pronto-MIA/Tests/TestDataAccess/TestManagers/TestFirebaseTokenManager.cs | Pronto-AG/Pronto-MIA-Server | 53989d1660a290b1d628d4846f2600e2753e8d54 | [
"MIT"
] | null | null | null | namespace Tests.TestDataAccess.TestManagers
{
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using NSubstitute;
using Pronto_MIA.DataAccess;
using Pronto_MIA.DataAccess.Managers;
using Pronto... | 36.083682 | 76 | 0.579661 |
56f6e1316907ccddfc07db52a8db9ee245c618fd | 969 | cshtml | C# | Views/PatientExperienceAnalysis/Index.cshtml | mariaantony-gnanasekaran/aspnet-mvc-samples | 4f390811aa1f4c77aa48d91af0aa0ba011a78870 | [
"Net-SNMP",
"Xnet"
] | null | null | null | Views/PatientExperienceAnalysis/Index.cshtml | mariaantony-gnanasekaran/aspnet-mvc-samples | 4f390811aa1f4c77aa48d91af0aa0ba011a78870 | [
"Net-SNMP",
"Xnet"
] | null | null | null | Views/PatientExperienceAnalysis/Index.cshtml | mariaantony-gnanasekaran/aspnet-mvc-samples | 4f390811aa1f4c77aa48d91af0aa0ba011a78870 | [
"Net-SNMP",
"Xnet"
] | null | null | null | @section control {
@Html.Bold().ReportViewer("ReportViewer").ReportPath("patient-experience-analysis.rdl").ReportServiceUrl(ReportsMVCSamples.Models.Globals.SERVICE_URL).ToolbarRendering("onToolbarRendering").ToolBarItemClick("onToolBarItemClick").ExportItemClick("onExportItemClick")
}
@section description {
<di... | 53.833333 | 269 | 0.703818 |
5fc87ad9bad195bb75c6eb219c7d77ba49288a6e | 186 | cs | C# | TenyoTech.MealPreparation/TenyoTech.MealPreparation.Import.Models/tests/Create.cs | Tenyo-tech/MealPreparation | 820feb12f084a8c80308abbf80157855276b4c0e | [
"MIT"
] | 1 | 2021-12-20T16:38:16.000Z | 2021-12-20T16:38:16.000Z | TenyoTech.MealPreparation/TenyoTech.MealPreparation.Import.Models/tests/Create.cs | Tenyo-tech/MealPreparation | 820feb12f084a8c80308abbf80157855276b4c0e | [
"MIT"
] | null | null | null | TenyoTech.MealPreparation/TenyoTech.MealPreparation.Import.Models/tests/Create.cs | Tenyo-tech/MealPreparation | 820feb12f084a8c80308abbf80157855276b4c0e | [
"MIT"
] | null | null | null | namespace TenyoTech.MealPreparation.Import.Models.tests
{
public class Create
{
public string TestName { get; set; }
public int TestNumber { get; set; }
}
} | 20.666667 | 56 | 0.634409 |
86d1ffa1742368a2dcc371e43f79a461d2fc6f83 | 138 | cs | C# | SnakeWars.ContestRunner/MoveDisposition.cs | ksuszka/SnakeWars | cec3edfd3ddf3df69e07cacedda9cd5fd8113426 | [
"0BSD"
] | 2 | 2015-10-28T16:04:36.000Z | 2021-06-06T21:53:07.000Z | SnakeWars.ContestRunner/MoveDisposition.cs | ksuszka/SnakeWars | cec3edfd3ddf3df69e07cacedda9cd5fd8113426 | [
"0BSD"
] | null | null | null | SnakeWars.ContestRunner/MoveDisposition.cs | ksuszka/SnakeWars | cec3edfd3ddf3df69e07cacedda9cd5fd8113426 | [
"0BSD"
] | 1 | 2015-08-05T17:14:40.000Z | 2015-08-05T17:14:40.000Z | namespace SnakeWars.ContestRunner
{
public enum MoveDisposition
{
GoStraight,
TurnLeft,
TurnRight
}
}
| 13.8 | 33 | 0.601449 |
86da90f27324af72ce3354904f3f22feab2e3273 | 2,272 | cs | C# | FuzzyEvolution/FuzzyLogicSystem/Core/Rules/Rule.cs | jkmtumulak516/fuzzy-evolution | 9b977e3390b001314205e179617b1ad12aaa3948 | [
"Apache-2.0"
] | null | null | null | FuzzyEvolution/FuzzyLogicSystem/Core/Rules/Rule.cs | jkmtumulak516/fuzzy-evolution | 9b977e3390b001314205e179617b1ad12aaa3948 | [
"Apache-2.0"
] | null | null | null | FuzzyEvolution/FuzzyLogicSystem/Core/Rules/Rule.cs | jkmtumulak516/fuzzy-evolution | 9b977e3390b001314205e179617b1ad12aaa3948 | [
"Apache-2.0"
] | null | null | null | using System.Linq;
using System.Collections.Generic;
using System.Text;
using FuzzyLogicSystems.Core.Values;
using EvolutionaryAlgorithms.Genetic;
namespace FuzzyLogicSystems.Core.Rules
{
public abstract class Rule : IGene<Rule>
{
private readonly IList<IRulePart> _rule_parts;
private readonly... | 29.894737 | 93 | 0.603433 |
06318e823e1690ea1b72e22a3a25c35462bb57be | 464 | cs | C# | Sigmund.EnhancedDictionaryEditor/Model/MenuAction/ExportDictionaryItems.cs | sigmundftw/EnhancedDictionaryEditor | 74bc97e3b0bbf3e6b942a0d0a029eb1696f162b8 | [
"MIT"
] | 5 | 2018-11-01T13:55:54.000Z | 2019-03-06T20:23:56.000Z | Sigmund.EnhancedDictionaryEditor/Model/MenuAction/ExportDictionaryItems.cs | sigmundftw/EnhancedDictionaryEditor | 74bc97e3b0bbf3e6b942a0d0a029eb1696f162b8 | [
"MIT"
] | 16 | 2018-10-31T14:34:15.000Z | 2018-12-09T17:07:32.000Z | Sigmund.EnhancedDictionaryEditor/Model/MenuAction/ExportDictionaryItems.cs | sigmundftw/EnhancedDictionaryEditor | 74bc97e3b0bbf3e6b942a0d0a029eb1696f162b8 | [
"MIT"
] | 2 | 2018-11-01T13:00:12.000Z | 2018-11-05T19:40:01.000Z | using Umbraco.Web.Models.Trees;
namespace Sigmund.EnhancedDictionaryEditor.Model.MenuAction
{
public class ExportDictionaryItems : MenuItem
{
private const string ExportTreeItemPath = "enhancedDictionaryEditor/EnhancedDictionaryEditorSectionTree/export/";
public ExportDictionaryItems(... | 30.933333 | 122 | 0.670259 |
df52277f429883fa4a8b3abc148f53aa98fea549 | 1,629 | cs | C# | camunda-bpm-platform-net/engine/src/main/java/org/camunda/bpm/engine/impl/javax/el/FunctionMapper.cs | luizfbicalho/Camunda.NET | 78b0ad6abd967baa07e337789af76dafeae4958d | [
"Apache-2.0"
] | 6 | 2019-05-15T19:32:41.000Z | 2021-09-06T07:16:49.000Z | camunda-bpm-platform-net/engine/src/main/java/org/camunda/bpm/engine/impl/javax/el/FunctionMapper.cs | luizfbicalho/Camunda.NET | 78b0ad6abd967baa07e337789af76dafeae4958d | [
"Apache-2.0"
] | null | null | null | camunda-bpm-platform-net/engine/src/main/java/org/camunda/bpm/engine/impl/javax/el/FunctionMapper.cs | luizfbicalho/Camunda.NET | 78b0ad6abd967baa07e337789af76dafeae4958d | [
"Apache-2.0"
] | null | null | null | /*
* Based on JUEL 2.2.1 code, 2006-2009 Odysseus Software GmbH
*
* 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 require... | 42.868421 | 98 | 0.691835 |
df8ec320a51666db39c5051e638d64cf863e5800 | 1,128 | cs | C# | Assets/App/Scripts/Map/Chara/Skill/SkillCalculater.cs | Toshizabeth/Ling | 803c5b23b2b05745c8aba794265dce12558a0f51 | [
"MIT"
] | null | null | null | Assets/App/Scripts/Map/Chara/Skill/SkillCalculater.cs | Toshizabeth/Ling | 803c5b23b2b05745c8aba794265dce12558a0f51 | [
"MIT"
] | 20 | 2021-01-17T14:19:48.000Z | 2022-03-11T09:16:13.000Z | Assets/App/Scripts/Map/Chara/Skill/SkillCalculater.cs | Toshizabeth/Ling | 803c5b23b2b05745c8aba794265dce12558a0f51 | [
"MIT"
] | null | null | null | //
// ISkillCalculater.cs
// ProductName Ling
//
// Created by Toshiki Sakamoto on 2021.11.14
//
using Cysharp.Threading.Tasks;
using Ling.MasterData.Skill;
using Unity.VisualScripting;
using UnityEngine;
namespace Ling.Chara.Skill
{
/// <summary>
/// スキル計算について持つ
/// </summary>
public interface ISkillCalculater
... | 19.448276 | 124 | 0.702128 |
12733ea5e27d14b196f198df16bdb19c89495734 | 103 | cshtml | C# | CheckDigitWeb/Views/_ViewImports.cshtml | tlaothong/checkdigit | 83e8b85655bf7ebcf1089e5411dc1508315ca5b5 | [
"MIT"
] | null | null | null | CheckDigitWeb/Views/_ViewImports.cshtml | tlaothong/checkdigit | 83e8b85655bf7ebcf1089e5411dc1508315ca5b5 | [
"MIT"
] | null | null | null | CheckDigitWeb/Views/_ViewImports.cshtml | tlaothong/checkdigit | 83e8b85655bf7ebcf1089e5411dc1508315ca5b5 | [
"MIT"
] | null | null | null | @using CheckDigitWeb
@using CheckDigitWeb.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 25.75 | 52 | 0.834951 |
b7186fc465b1aab19c45a9d5730ae5d54e238d66 | 4,689 | cs | C# | mflix-cs/M220NTests/Lessons/Aggregation.cs | nielemptiness/m220n-course | 771921d0c2c17149f0d6fdb01496db9c92883f4d | [
"MIT"
] | null | null | null | mflix-cs/M220NTests/Lessons/Aggregation.cs | nielemptiness/m220n-course | 771921d0c2c17149f0d6fdb01496db9c92883f4d | [
"MIT"
] | null | null | null | mflix-cs/M220NTests/Lessons/Aggregation.cs | nielemptiness/m220n-course | 771921d0c2c17149f0d6fdb01496db9c92883f4d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using M220N.Models;
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Conventions;
using MongoDB.Driver;
using NUnit.Framework;
namespace M220NLessons
{
/// <summary>
/// This Test Class shows the code use... | 40.422414 | 112 | 0.589678 |
b797e487be9a5849ebabe4cdf8b51acaee9f3ef6 | 675 | cs | C# | src/FluentInstallation.Web/Administration/IWebServerConfigurer.cs | nicholasham/FluentInstallation | 0f674a3e82a296bad81d8cc2127c52453dddd756 | [
"Apache-2.0"
] | 7 | 2015-01-16T01:33:46.000Z | 2018-11-19T10:18:02.000Z | src/FluentInstallation.Web/Administration/IWebServerConfigurer.cs | nicholasham/FluentInstallation | 0f674a3e82a296bad81d8cc2127c52453dddd756 | [
"Apache-2.0"
] | null | null | null | src/FluentInstallation.Web/Administration/IWebServerConfigurer.cs | nicholasham/FluentInstallation | 0f674a3e82a296bad81d8cc2127c52453dddd756 | [
"Apache-2.0"
] | 6 | 2015-11-19T01:05:54.000Z | 2022-02-28T10:45:15.000Z | using System;
namespace FluentInstallation.Web.Administration
{
public interface IWebServerConfigurer : IRootConfigurer
{
IWebServerConfigurer AddApplicationPool(Action<IApplicationPoolConfigurer> configurer);
IWebServerConfigurer AddWebsite(Action<IWebsiteConfigurer> website);
IWebSer... | 33.75 | 95 | 0.773333 |
49544db2731853c14a21fab68d2a4a7b5788f810 | 1,037 | cs | C# | src/Localizer.Net.Json/JsonLocaleHelpers.cs | trinitrotoluene/Localizer.Net | 9f61410c81e36ee4c6e9626ce58b38bf37fbc889 | [
"MIT"
] | 2 | 2021-01-20T19:19:24.000Z | 2021-03-13T13:57:12.000Z | src/Localizer.Net.Json/JsonLocaleHelpers.cs | trinitrotoluene/Localizer.Net | 9f61410c81e36ee4c6e9626ce58b38bf37fbc889 | [
"MIT"
] | 4 | 2020-10-07T20:23:39.000Z | 2021-01-05T14:29:10.000Z | src/Localizer.Net.Json/JsonLocaleHelpers.cs | trinitrotoluene/Localizer.Net | 9f61410c81e36ee4c6e9626ce58b38bf37fbc889 | [
"MIT"
] | 2 | 2020-10-02T16:22:20.000Z | 2020-10-02T16:22:36.000Z | using System.Collections.Generic;
using System.Text.Json;
namespace Localizer.Net.Json
{
public static class JsonLocaleHelpers
{
public static void FlattenObject(string pathSeparator, JsonProperty jsonProperty, Dictionary<string, string> valuePairs, string keyPrefix = "")
{
switch (... | 34.566667 | 151 | 0.585342 |
15e46495beb05d52e71c16572129c00e8e3441ab | 1,467 | cs | C# | DurationPostSharp/DAL/DurationLoggingAspect.cs | forki/Spartakiade2015 | 5502b2125f03efbd15b3786e79e3f040b97de4e1 | [
"MIT"
] | 1 | 2015-02-22T12:34:05.000Z | 2015-02-22T12:34:05.000Z | DurationPostSharp/DAL/DurationLoggingAspect.cs | fpommerening/Spartakiade2015 | bd246ce1c0258271f55152aa350844bc9632a842 | [
"MIT"
] | null | null | null | DurationPostSharp/DAL/DurationLoggingAspect.cs | fpommerening/Spartakiade2015 | bd246ce1c0258271f55152aa350844bc9632a842 | [
"MIT"
] | 2 | 2015-02-22T20:29:58.000Z | 2018-03-05T10:18:20.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using log4net;
using PostSharp.Aspects;
namespace FP.Spartakiade2015.DurationPostSharp.DAL
{
[Serializable]
public class DurationLoggingAspect ... | 31.212766 | 104 | 0.693933 |
a4c7ec2b68394f7c9c17faa226b42307aae489a1 | 3,931 | cs | C# | Controllers/DefectController.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 3 | 2020-01-23T15:08:11.000Z | 2020-04-16T08:40:44.000Z | Controllers/DefectController.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 3 | 2020-01-23T15:14:08.000Z | 2021-11-11T06:07:23.000Z | Controllers/DefectController.cs | 7is7/SVR2.0 | a25ae04544cd278d14eece4b951292d02fa7140a | [
"MIT"
] | 2 | 2020-01-23T16:09:22.000Z | 2021-11-26T02:29:42.000Z | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using Microsoft.AspNetCore.Mvc;
using VueExample.Models;
using VueExample.Providers;
using VueExample.ResponseObjects;
using VueExample.Services;
using VueExample.ViewModels;
namespace VueExample.Controllers
{
[Route("a... | 42.728261 | 256 | 0.624777 |
354cd3fcd3e06245deab6e1afa9bc4e3ba3a43b6 | 168 | cs | C# | src/LastSeenWeb.AngularFront/Controllers/Models/ForgotPasswordModel.cs | spanishprisoner/lastseen-web | 9c139cd928e370bb957875e3edefa739384762a7 | [
"MIT"
] | 1 | 2019-01-25T10:07:15.000Z | 2019-01-25T10:07:15.000Z | src/LastSeenWeb.AngularFront/Controllers/Models/ForgotPasswordModel.cs | spanishprisoner/LastSeenWeb | 9c139cd928e370bb957875e3edefa739384762a7 | [
"MIT"
] | 20 | 2019-11-18T17:33:06.000Z | 2021-07-15T00:58:56.000Z | src/LastSeenWeb.AngularFront/Controllers/Models/ForgotPasswordModel.cs | pre-alpha-final/lastseen-web | 9c139cd928e370bb957875e3edefa739384762a7 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Mvc;
namespace LastSeenWeb.AngularFront.Controllers.Models
{
public class ForgotPasswordModel
{
public string Email { get; set; }
}
}
| 16.8 | 53 | 0.767857 |
b57df7d5deb58704d88d1936ebbdb200f98f050b | 4,210 | cs | C# | src/ExecutionSequencer/Sequence`1.cs | jmw-fr/Jmw.ExecutionSequencer | 9fa96574100200d66ebaa45e50bbe70f75653ade | [
"MIT"
] | null | null | null | src/ExecutionSequencer/Sequence`1.cs | jmw-fr/Jmw.ExecutionSequencer | 9fa96574100200d66ebaa45e50bbe70f75653ade | [
"MIT"
] | null | null | null | src/ExecutionSequencer/Sequence`1.cs | jmw-fr/Jmw.ExecutionSequencer | 9fa96574100200d66ebaa45e50bbe70f75653ade | [
"MIT"
] | null | null | null | // Copyright Jean-Marc Weeger under MIT Licence. See https://opensource.org/licenses/mit-license.php.
namespace Jmw.ExecutionSequencer
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq.Expressions;
using Dawn;
using Jmw.ExecutionSequencer.Propertie... | 40.095238 | 150 | 0.65867 |
6f1aa0b90061d6f6433b7e44f3622f41ef427d5e | 2,139 | cshtml | C# | Muebles_JJ/src/Muebles_JJ.Web/Views/Shared/_Layout.cshtml | Juancholaya/Muebles_JJ | 8141ea1f9953443897dce30bb78b26b3d82ed898 | [
"MIT"
] | 1 | 2020-12-03T18:18:19.000Z | 2020-12-03T18:18:19.000Z | Muebles_JJ/src/Muebles_JJ.Web/Views/Shared/_Layout.cshtml | Juancholaya/Muebles_JJ | 8141ea1f9953443897dce30bb78b26b3d82ed898 | [
"MIT"
] | null | null | null | Muebles_JJ/src/Muebles_JJ.Web/Views/Shared/_Layout.cshtml | Juancholaya/Muebles_JJ | 8141ea1f9953443897dce30bb78b26b3d82ed898 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Muebles_JJ</title>
<link href="~/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="~/css/Muebles_JJ.css" rel=... | 37.526316 | 206 | 0.554465 |
5e0a10ab8590f1e120b8d74c28adaf2fbb671019 | 772 | cs | C# | SolastaCommunityExpansion/Builders/ReactionDefinitionBuilder.cs | Silvergriffon/SolastaCommunityExpansion | f0b80ae2a9a042b0fad29602d76986660ac1467a | [
"MIT"
] | null | null | null | SolastaCommunityExpansion/Builders/ReactionDefinitionBuilder.cs | Silvergriffon/SolastaCommunityExpansion | f0b80ae2a9a042b0fad29602d76986660ac1467a | [
"MIT"
] | null | null | null | SolastaCommunityExpansion/Builders/ReactionDefinitionBuilder.cs | Silvergriffon/SolastaCommunityExpansion | f0b80ae2a9a042b0fad29602d76986660ac1467a | [
"MIT"
] | null | null | null | using System;
namespace SolastaCommunityExpansion.Builders
{
public class ReactionDefinitionBuilder : DefinitionBuilder<ReactionDefinition, ReactionDefinitionBuilder>
{
internal ReactionDefinitionBuilder(string name, Guid namespaceGuid) : base(name, namespaceGuid)
{
}
internal... | 32.166667 | 146 | 0.71114 |
5e0a1456218cff2c900ad379e0afc688191171b5 | 8,153 | cs | C# | src/FileExplorer1/QuickZip.IO.PIDL.UserControls/Tools/MVVM/Model/ExModel.cs | chengming0916/FileExplorer | abd9df16d4f8d1152e5625684a26e975628f4219 | [
"MIT"
] | 1 | 2021-06-30T06:07:28.000Z | 2021-06-30T06:07:28.000Z | src/FileExplorer1/QuickZip.IO.PIDL.UserControls/Tools/MVVM/Model/ExModel.cs | chengming0916/FileExplorer | abd9df16d4f8d1152e5625684a26e975628f4219 | [
"MIT"
] | null | null | null | src/FileExplorer1/QuickZip.IO.PIDL.UserControls/Tools/MVVM/Model/ExModel.cs | chengming0916/FileExplorer | abd9df16d4f8d1152e5625684a26e975628f4219 | [
"MIT"
] | 2 | 2019-09-02T07:03:47.000Z | 2022-02-11T01:32:53.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cinch;
using System.ComponentModel;
using System.Windows.Forms;
using System.IO;
using System.IO.Tools;
namespace QuickZip.IO.PIDL.UserControls.Model
{
public abstract class ExModel : Cinch.ValidatingObject
... | 29.647273 | 172 | 0.495033 |
5e3d36735540cbec238b1728c36c7ca0e16a2870 | 132 | cs | C# | R2.Aspect.Preprocessing/BuiltIn/IgnoreStringTrimmingAttribute.cs | sonbua/LinkExtractor | de10527cee983d5bb862c8a9f790439b3d444d8d | [
"MIT"
] | null | null | null | R2.Aspect.Preprocessing/BuiltIn/IgnoreStringTrimmingAttribute.cs | sonbua/LinkExtractor | de10527cee983d5bb862c8a9f790439b3d444d8d | [
"MIT"
] | 2 | 2018-09-14T04:29:52.000Z | 2018-09-14T06:28:13.000Z | R2.Aspect.Preprocessing/BuiltIn/IgnoreStringTrimmingAttribute.cs | sonbua/LinkExtractor | de10527cee983d5bb862c8a9f790439b3d444d8d | [
"MIT"
] | null | null | null | using System;
namespace R2.Aspect.Preprocessing.BuiltIn
{
public class IgnoreStringTrimmingAttribute : Attribute
{
}
} | 16.5 | 58 | 0.734848 |
5e3f561c1f14c1f444461466a7216161f4254b4c | 2,835 | cs | C# | DotNet/DotNet/UE4/Generated/AIModule/EnvQueryTest_Pathfinding.cs | UE4DotNet/Plugin | 08240b2a965904a69b8ef680d94261f300cf1652 | [
"MIT"
] | 2 | 2021-04-25T03:00:29.000Z | 2021-09-17T03:14:54.000Z | DotNet/DotNet/UE4/Generated/AIModule/EnvQueryTest_Pathfinding.cs | UE4DotNet/Plugin | 08240b2a965904a69b8ef680d94261f300cf1652 | [
"MIT"
] | null | null | null | DotNet/DotNet/UE4/Generated/AIModule/EnvQueryTest_Pathfinding.cs | UE4DotNet/Plugin | 08240b2a965904a69b8ef680d94261f300cf1652 | [
"MIT"
] | 2 | 2019-08-08T02:09:16.000Z | 2021-09-17T03:14:56.000Z | // Copyright 2018 by JCoder58. See License.txt for license
// Auto-generated --- Do not modify.
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UE4.Core;
using UE4.CoreUObject;
using UE4.CoreUObject.Native;
using UE4.InputCore;
using UE4.Native;
#pragma warning disable CS01... | 48.050847 | 147 | 0.707937 |
8aec791f3d11332cbb177621ed8bbe6c09e6d32d | 632 | cs | C# | src/Tools/dotnet-analyze/Commands/IAnalysisCommand.cs | felipepessoto/diagnostics | 66d976fda64bb9dc6c356de21c2a459833c74de6 | [
"MIT"
] | 2 | 2019-10-23T20:33:35.000Z | 2019-11-15T18:52:28.000Z | src/Tools/dotnet-analyze/Commands/IAnalysisCommand.cs | felipepessoto/diagnostics | 66d976fda64bb9dc6c356de21c2a459833c74de6 | [
"MIT"
] | 9 | 2019-08-31T17:33:22.000Z | 2019-10-05T01:37:28.000Z | src/Tools/dotnet-analyze/Commands/IAnalysisCommand.cs | felipepessoto/diagnostics | 66d976fda64bb9dc6c356de21c2a459833c74de6 | [
"MIT"
] | 1 | 2020-11-11T10:07:08.000Z | 2020-11-11T10:07:08.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.
using System.Collections.Generic;
using System.Threading.Tasks;
using McMaster.Extensions.CommandLineUtils;
namespa... | 31.6 | 80 | 0.740506 |
37d16be6254416ae6bd5b3c2c833f7fceccfc32a | 999 | cs | C# | CSharp-Programming-Fundamentals/Exercise/01.2BasicSyntax,ConditionalStatementsandLoops-Exercise/05.Login/Program.cs | PlamenTsvetkov/SoftUni-Software-Engineering | bda588287f8b5e168844d214d6974a9d6780542a | [
"MIT"
] | null | null | null | CSharp-Programming-Fundamentals/Exercise/01.2BasicSyntax,ConditionalStatementsandLoops-Exercise/05.Login/Program.cs | PlamenTsvetkov/SoftUni-Software-Engineering | bda588287f8b5e168844d214d6974a9d6780542a | [
"MIT"
] | null | null | null | CSharp-Programming-Fundamentals/Exercise/01.2BasicSyntax,ConditionalStatementsandLoops-Exercise/05.Login/Program.cs | PlamenTsvetkov/SoftUni-Software-Engineering | bda588287f8b5e168844d214d6974a9d6780542a | [
"MIT"
] | null | null | null | using System;
namespace _05.Login
{
class Program
{
static void Main(string[] args)
{
string username = Console.ReadLine();
string password = string.Empty;
for (int i = username.Length-1; i >= 0; i--)
{
char letter = username[i];... | 27 | 72 | 0.404404 |
531c5c1d6b9cdced2a7d49e5a08dc22e2b58b5d6 | 854 | cs | C# | src/OdooRpc.CoreCLR.Client/Models/OdooMetadata.cs | vmlf01/CoreCLR.OdooRpc.Client | 31a8afa2fcc2722a71c5a96c51047918bd3383d1 | [
"MIT"
] | 15 | 2016-03-18T07:17:23.000Z | 2021-05-28T04:45:11.000Z | src/OdooRpc.CoreCLR.Client/Models/OdooMetadata.cs | vmlf01/CoreCLR.OdooRpc.Client | 31a8afa2fcc2722a71c5a96c51047918bd3383d1 | [
"MIT"
] | 2 | 2017-07-12T11:43:01.000Z | 2018-05-28T04:12:53.000Z | src/OdooRpc.CoreCLR.Client/Models/OdooMetadata.cs | vmlf01/CoreCLR.OdooRpc.Client | 31a8afa2fcc2722a71c5a96c51047918bd3383d1 | [
"MIT"
] | 17 | 2016-12-03T00:03:07.000Z | 2021-01-21T20:47:22.000Z | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace OdooRpc.CoreCLR.Client.Models
{
public class OdooMetadata
{
[JsonProperty("id")]
public int Id { get; internal set; }
[JsonProperty("xmlid")]
publi... | 25.117647 | 57 | 0.626464 |
3d2b28c993c8df212e35546df5c83b99c5bd0d62 | 3,253 | cs | C# | test/PerfTestExperiment/Program.cs | weirdyang/SqCore | 28fe3c787677a22100d7cd87a21a1f8d0bb01eb9 | [
"MIT"
] | null | null | null | test/PerfTestExperiment/Program.cs | weirdyang/SqCore | 28fe3c787677a22100d7cd87a21a1f8d0bb01eb9 | [
"MIT"
] | 3 | 2021-07-28T14:53:22.000Z | 2021-07-28T14:53:23.000Z | test/PerfTestExperiment/Program.cs | weirdyang/SqCore | 28fe3c787677a22100d7cd87a21a1f8d0bb01eb9 | [
"MIT"
] | 2 | 2020-01-01T14:22:05.000Z | 2022-03-25T13:05:11.000Z | using System;
using System.Security.Cryptography;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using System.Linq;
namespace MyBenchmarks
{
[MemoryDiagnoser] // we need to enable it in explicit way to get Columns for ' Gen X collections per 1 000 Operations' and MemAlloc
public class SqB... | 26.884298 | 175 | 0.566554 |
8b00b6b56dde2b05452a8977545c45e0b47be0f4 | 561 | cs | C# | src/BinarySerializer.Ray1/DataTypes/PC/FileArchives/TEXT/PC_LocFileString.cs | BinarySerializer/BinarySerializer.Ray1 | 27a1eb4a277e5d304ce5fd6ce3b1baf4522c5a4c | [
"MIT"
] | null | null | null | src/BinarySerializer.Ray1/DataTypes/PC/FileArchives/TEXT/PC_LocFileString.cs | BinarySerializer/BinarySerializer.Ray1 | 27a1eb4a277e5d304ce5fd6ce3b1baf4522c5a4c | [
"MIT"
] | null | null | null | src/BinarySerializer.Ray1/DataTypes/PC/FileArchives/TEXT/PC_LocFileString.cs | BinarySerializer/BinarySerializer.Ray1 | 27a1eb4a277e5d304ce5fd6ce3b1baf4522c5a4c | [
"MIT"
] | null | null | null | namespace BinarySerializer.Ray1
{
public class PC_LocFileString : BinarySerializable
{
public byte Length { get; set; }
public string Value { get; set; }
/// <summary>
/// Handles the data serialization
/// </summary>
/// <param name="s">The serializer object</p... | 31.166667 | 74 | 0.590018 |
415acf8150d7050818003f7139b17b0b071e980e | 2,469 | cs | C# | Assets/Scripts/Belts/RightBeltBehaviour.cs | akkarachaiwangcharoensap/conveyor-belt-implementation-in-unity-2d-part-3 | dfe0fb935c33a0f536230941471f6757d9d94d69 | [
"MIT"
] | 2 | 2020-12-24T09:01:01.000Z | 2022-01-05T05:39:59.000Z | Assets/Scripts/Belts/RightBeltBehaviour.cs | akkarachaiwangcharoensap/conveyor-belt-implementation-in-unity-2d-part-3 | dfe0fb935c33a0f536230941471f6757d9d94d69 | [
"MIT"
] | null | null | null | Assets/Scripts/Belts/RightBeltBehaviour.cs | akkarachaiwangcharoensap/conveyor-belt-implementation-in-unity-2d-part-3 | dfe0fb935c33a0f536230941471f6757d9d94d69 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class RightBeltBehaviour : BeltBehaviour
{
// Use this for initialization
protected override void Start()
{
base.Start();
}
// Update is called once per frame
protected override void Update()
{
base.Update();
}
/... | 34.774648 | 118 | 0.542325 |
fc48ce2b45153fd986a00a8a5f30f46e0358728b | 472 | cs | C# | Spec/Carna.Runner.Spec/Runner/FormattedDescriptionSpec.cs | averrunci/Carna | 6eb6f2225f8736a983164aca9ca5f085fe863df1 | [
"MIT"
] | null | null | null | Spec/Carna.Runner.Spec/Runner/FormattedDescriptionSpec.cs | averrunci/Carna | 6eb6f2225f8736a983164aca9ca5f085fe863df1 | [
"MIT"
] | null | null | null | Spec/Carna.Runner.Spec/Runner/FormattedDescriptionSpec.cs | averrunci/Carna | 6eb6f2225f8736a983164aca9ca5f085fe863df1 | [
"MIT"
] | null | null | null | // Copyright (C) 2017 Fievus
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
namespace Carna.Runner
{
[Specification("FormattedDescription Spec")]
class FormattedDescriptionSpec
{
[Context]
FormattedDescription_Li... | 27.764706 | 79 | 0.716102 |
388a2362b81370d23608fcafc1fd6c4403ec40ec | 1,383 | cs | C# | Meraki.Api/Interfaces/Products/CellularGateway/ICellularGatewayPortForwardingRules.cs | blaherrod/Meraki.Api | f97bf0fb32c6a59607b7a4608341c629a162eb20 | [
"MIT"
] | 7 | 2020-04-27T17:18:52.000Z | 2021-11-30T22:48:00.000Z | Meraki.Api/Interfaces/Products/CellularGateway/ICellularGatewayPortForwardingRules.cs | blaherrod/Meraki.Api | f97bf0fb32c6a59607b7a4608341c629a162eb20 | [
"MIT"
] | 7 | 2021-01-04T21:39:13.000Z | 2022-03-22T12:12:03.000Z | Meraki.Api/Interfaces/Products/CellularGateway/ICellularGatewayPortForwardingRules.cs | blaherrod/Meraki.Api | f97bf0fb32c6a59607b7a4608341c629a162eb20 | [
"MIT"
] | 2 | 2021-11-30T22:21:30.000Z | 2022-01-05T00:11:45.000Z | namespace Meraki.Api.Interfaces.Products.CellularGateway;
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public interface ICellularGatewayPortForwardingRules
{
/// <summary>
/// Returns the port forwarding rules for a single MG.
/// </summary>
/// <exceptio... | 43.21875 | 121 | 0.781634 |
388ec70cc0dc4464c595c4266c6c4d5123138c6a | 2,001 | cs | C# | src/NnCase.Converter.K210/Transforms/K210Conv2dToChannelwiseTransform.cs | svija/nncase | d9a9e45d9539900f4c9b2319df945812d5028c47 | [
"Apache-2.0"
] | 1 | 2019-07-27T10:09:37.000Z | 2019-07-27T10:09:37.000Z | src/NnCase.Converter.K210/Transforms/K210Conv2dToChannelwiseTransform.cs | svija/nncase | d9a9e45d9539900f4c9b2319df945812d5028c47 | [
"Apache-2.0"
] | null | null | null | src/NnCase.Converter.K210/Transforms/K210Conv2dToChannelwiseTransform.cs | svija/nncase | d9a9e45d9539900f4c9b2319df945812d5028c47 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NnCase.Converter.K210.Model.Layers;
using NnCase.Converter.Model;
using NnCase.Converter.Model.Layers;
using NnCase.Converter.Transforms;
namespace NnCase.Converter.K210.Transforms
{
public class K210Conv2dToChannelwiseTra... | 35.105263 | 130 | 0.562719 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.