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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d54829c5068db7bc12a708ee990f49e6c3b06309 | 682 | cs | C# | CSharpLabs.Lab03/CSharpLabs.Lab03.Core.Tests/UnitTest1.cs | prekel/CSharpLabs | d8f48e2c5f4b77e83bf9421bb1d7103fcfe63ab8 | [
"MIT"
] | null | null | null | CSharpLabs.Lab03/CSharpLabs.Lab03.Core.Tests/UnitTest1.cs | prekel/CSharpLabs | d8f48e2c5f4b77e83bf9421bb1d7103fcfe63ab8 | [
"MIT"
] | null | null | null | CSharpLabs.Lab03/CSharpLabs.Lab03.Core.Tests/UnitTest1.cs | prekel/CSharpLabs | d8f48e2c5f4b77e83bf9421bb1d7103fcfe63ab8 | [
"MIT"
] | 1 | 2020-12-14T07:44:43.000Z | 2020-12-14T07:44:43.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
namespace CSharpLabs.Lab03.Core.Tests
{
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
var s = new Student(new Tuple... | 21.3125 | 118 | 0.533724 |
d59a3eadeb4188077db72bdd2b429250568f0fcd | 4,112 | cs | C# | AudioSwitcher.AudioApi.CoreAudio/Extensions.cs | cdhunt/AudioSwitcher | d6515e49700910dc594df08d1e4ceb23b3c5093c | [
"MS-PL"
] | 4 | 2019-12-05T08:01:13.000Z | 2021-08-24T05:11:58.000Z | AudioSwitcher.AudioApi.CoreAudio/Extensions.cs | cdhunt/AudioSwitcher | d6515e49700910dc594df08d1e4ceb23b3c5093c | [
"MS-PL"
] | null | null | null | AudioSwitcher.AudioApi.CoreAudio/Extensions.cs | cdhunt/AudioSwitcher | d6515e49700910dc594df08d1e4ceb23b3c5093c | [
"MS-PL"
] | 2 | 2021-01-11T18:51:27.000Z | 2021-02-19T12:24:11.000Z | using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace AudioSwitcher.AudioApi.CoreAudio
{
public static class Extensions
{
public const string GUID_REGEX = @"([a-fA-F0-9]{8}[-][a-fA-F0-9]{4}[-][a-fA-F0-9]{4}[-][a-fA-F0-9]{4}[-][a-fA-F0-9]{12})";
intern... | 32.896 | 130 | 0.501702 |
64cd516473fe090b06706bf0806f5f918d835824 | 1,408 | cs | C# | Pipelyne.Core/Stores/UrlStore.cs | niaher/pipelyne | c0ba986c314f9976bb5d9b28bbb223752e571af1 | [
"MIT"
] | null | null | null | Pipelyne.Core/Stores/UrlStore.cs | niaher/pipelyne | c0ba986c314f9976bb5d9b28bbb223752e571af1 | [
"MIT"
] | null | null | null | Pipelyne.Core/Stores/UrlStore.cs | niaher/pipelyne | c0ba986c314f9976bb5d9b28bbb223752e571af1 | [
"MIT"
] | null | null | null | namespace Pipelyne.Core
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using global::Pipelyne.Core.Parsing;
public class UrlStore : Store
{
private static readonly IReadOnlyList<Parameter> ParameterList = new List<Parameter> { new Parameter("url") };
public override st... | 23.466667 | 121 | 0.695313 |
8f0a0759c888605682b59e1d27226e8f8b823b65 | 1,880 | cs | C# | Ooui/TextArea.cs | carldebilly/Ooui | 4fad20d72d5ac44c2f3c3cc6d7f6b331151a119d | [
"MIT"
] | null | null | null | Ooui/TextArea.cs | carldebilly/Ooui | 4fad20d72d5ac44c2f3c3cc6d7f6b331151a119d | [
"MIT"
] | null | null | null | Ooui/TextArea.cs | carldebilly/Ooui | 4fad20d72d5ac44c2f3c3cc6d7f6b331151a119d | [
"MIT"
] | null | null | null | using System;
namespace Ooui
{
public class TextArea : FormControl
{
public event TargetEventHandler Change {
add => AddEventListener ("change", value);
remove => RemoveEventListener ("change", value);
}
public event TargetEventHandler Input {
add =>... | 28.059701 | 140 | 0.527128 |
e0791fc66d1f94eb8269abbb6d0e40f4f7761dd5 | 116 | cs | C# | Library/Unicorn.Shared/ServiceModel/JsonConverter/JsonWriteNumberFormat.cs | FatJohn/UnicornToolkit | 1b5284bf7e80991e23813e1eaccec0f15000a5d8 | [
"MIT"
] | 7 | 2016-11-21T18:22:30.000Z | 2018-11-15T14:55:30.000Z | Library/Unicorn.Shared/ServiceModel/JsonConverter/JsonWriteNumberFormat.cs | FatJohn/UnicornToolkit | 1b5284bf7e80991e23813e1eaccec0f15000a5d8 | [
"MIT"
] | 9 | 2018-09-27T06:51:50.000Z | 2021-06-22T02:34:26.000Z | Library/Unicorn.Shared/ServiceModel/JsonConverter/JsonWriteNumberFormat.cs | FatJohn/UnicornToolkit | 1b5284bf7e80991e23813e1eaccec0f15000a5d8 | [
"MIT"
] | 2 | 2018-09-27T06:44:34.000Z | 2020-06-25T12:02:32.000Z | namespace Unicorn.ServiceModel
{
public enum JsonWriteNumberFormat
{
Float,
Integer
}
} | 14.5 | 37 | 0.612069 |
2bbe3b82acf8277eb0f71e3ec805d4c4069e0df3 | 4,588 | cs | C# | Text.Search.And.Spellcheking/Example.UnitTesting.Utilities/MockIndexFactory.cs | MichaelaIvanova/multilingual-text-search-and-spellchecking | cd7fe02587da47ed2a7524626c03abf9364efb16 | [
"MIT"
] | 2 | 2018-04-27T13:05:12.000Z | 2018-04-27T13:11:55.000Z | Text.Search.And.Spellcheking/Example.UnitTesting.Utilities/MockIndexFactory.cs | MichaelaIvanova/multilingual-text-search-and-spellcheking | cd7fe02587da47ed2a7524626c03abf9364efb16 | [
"MIT"
] | null | null | null | Text.Search.And.Spellcheking/Example.UnitTesting.Utilities/MockIndexFactory.cs | MichaelaIvanova/multilingual-text-search-and-spellcheking | cd7fe02587da47ed2a7524626c03abf9364efb16 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Examine;
using Examine.LuceneEngine;
using Examine.LuceneEngine.Providers;
using Lucene.Net.Analysis;
using Lucene.Net.Analysis.Standard;
using Lucene.Net.Store;
using Lucene.Net.Util;
using NSubstitute;
using UmbracoExamine;
namespac... | 29.986928 | 148 | 0.616827 |
a783db21c36b35f05a2243f0b5ea963dd9f1faa3 | 2,671 | cs | C# | EpPathFinding.cs/EpPathFinding.cs/PathFinder/GridRect.cs | LeftofZen/EpPathFinding.cs | eb58a882327171e6d167ea78454691a449c383dc | [
"Unlicense"
] | null | null | null | EpPathFinding.cs/EpPathFinding.cs/PathFinder/GridRect.cs | LeftofZen/EpPathFinding.cs | eb58a882327171e6d167ea78454691a449c383dc | [
"Unlicense"
] | null | null | null | EpPathFinding.cs/EpPathFinding.cs/PathFinder/GridRect.cs | LeftofZen/EpPathFinding.cs | eb58a882327171e6d167ea78454691a449c383dc | [
"Unlicense"
] | null | null | null | /*!
@file GridRect.cs
@author Woong Gyu La a.k.a Chris. <juhgiyo@gmail.com>
<http://github.com/juhgiyo/eppathfinding.cs>
@date July 16, 2013
@brief GridRect Interface
@version 2.0
@section LICENSE
The MIT License (MIT)
Copyright (c) 2013 Woong Gyu La <juhgiyo@gmail.com>
Permission is hereby granted, free of charg... | 31.05814 | 146 | 0.704605 |
a7c677244a6ecd8ec8aabca2550cabfe93551e5c | 3,926 | cs | C# | CoreFrame.Util/Model/PageActionResult.cs | cityjoy/NetCoreFrame.Admin | abf69386e1061cc85aa4669460ab2fffb28ebd82 | [
"MIT"
] | 2 | 2019-02-09T21:43:57.000Z | 2019-11-03T03:07:55.000Z | CoreFrame.Util/Model/PageActionResult.cs | cityjoy/NetCoreFrame.Admin | abf69386e1061cc85aa4669460ab2fffb28ebd82 | [
"MIT"
] | null | null | null | CoreFrame.Util/Model/PageActionResult.cs | cityjoy/NetCoreFrame.Admin | abf69386e1061cc85aa4669460ab2fffb28ebd82 | [
"MIT"
] | 1 | 2022-03-09T05:29:26.000Z | 2022-03-09T05:29:26.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace CoreFrame.Util
{
[Serializable]
public class PageActionResult
{
/// <summary>
/// 默认实例化
/// </summary>
public PageActionResult()
{
}
/// <summary>
... | 24.5375 | 126 | 0.44218 |
650a0e62603eeedb28c6468b901c730754bf648e | 8,245 | cs | C# | AspNetDependencyInjection.SignalR/Scoped/ScopedAndiSignalRDependencyResolver.cs | lscorcia/AspNetDependencyInjection | 0b9c877563950ad1beb83e0aefbd628d4bd3c4f0 | [
"MIT"
] | 14 | 2019-11-05T21:12:31.000Z | 2022-02-11T01:50:18.000Z | AspNetDependencyInjection.SignalR/Scoped/ScopedAndiSignalRDependencyResolver.cs | lscorcia/AspNetDependencyInjection | 0b9c877563950ad1beb83e0aefbd628d4bd3c4f0 | [
"MIT"
] | 27 | 2019-08-15T05:17:32.000Z | 2021-12-06T12:03:41.000Z | AspNetDependencyInjection.SignalR/Scoped/ScopedAndiSignalRDependencyResolver.cs | lscorcia/AspNetDependencyInjection | 0b9c877563950ad1beb83e0aefbd628d4bd3c4f0 | [
"MIT"
] | 9 | 2020-02-06T20:56:48.000Z | 2022-02-25T09:21:07.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.SignalR;
using Microsoft.AspNet.SignalR.Hubs;
using Microsoft.Extensions.DependencyInjection;
using Owin;
namespace AspNetDependencyInjection.Internal
{
/// <summary>Implements SignalR's <see cref="IDependencyResolver"/> by us... | 48.786982 | 572 | 0.752699 |
d385d9de857e2f23d9b6e6fe050abbde97d61c74 | 31,885 | cs | C# | Blackhole/Library/PackageCache/com.unity.visualeffectgraph@8.2.0/Editor/Compiler/VFXCodeGenerator.cs | TuckerBurke/UnityBlackhole | 224fb6ff28c8011e1e7627d4b9f110e4153b64af | [
"CC0-1.0"
] | 1 | 2020-10-06T10:13:05.000Z | 2020-10-06T10:13:05.000Z | Blackhole/Library/PackageCache/com.unity.visualeffectgraph@8.2.0/Editor/Compiler/VFXCodeGenerator.cs | TuckerBurke/UnityBlackhole | 224fb6ff28c8011e1e7627d4b9f110e4153b64af | [
"CC0-1.0"
] | null | null | null | Blackhole/Library/PackageCache/com.unity.visualeffectgraph@8.2.0/Editor/Compiler/VFXCodeGenerator.cs | TuckerBurke/UnityBlackhole | 224fb6ff28c8011e1e7627d4b9f110e4153b64af | [
"CC0-1.0"
] | null | null | null | using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.VFX;
using Object = UnityEngine.Object;
using System.Text.RegularExpressions;
using System.Globalization;
namespace UnityEditor.VFX
{
static class VFXCodeGenerator
{
... | 49.898279 | 289 | 0.587894 |
310fc553946ccf9cdaf9366ae302353c1a81439b | 2,245 | cs | C# | Poseidon.Finance.Core/DL/Expense.cs | robertzml/Poseidon.Finance | f8ca07672e3f7ba9a7c4f43c45f2b54c6fef14c0 | [
"MIT"
] | null | null | null | Poseidon.Finance.Core/DL/Expense.cs | robertzml/Poseidon.Finance | f8ca07672e3f7ba9a7c4f43c45f2b54c6fef14c0 | [
"MIT"
] | null | null | null | Poseidon.Finance.Core/DL/Expense.cs | robertzml/Poseidon.Finance | f8ca07672e3f7ba9a7c4f43c45f2b54c6fef14c0 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Poseidon.Finance.Core.DL
{
using Poseidon.Base.Framework;
/// <summary>
/// 费用类
/// </summary>
public class Expense : Business... | 22.908163 | 50 | 0.469933 |
91a4bfb68292065e07fba327a1945501da6f30b7 | 562 | cs | C# | src/Force/Ddd/DomainEvents/DomainEventStore.cs | DMak80/force | 07efebcdd3200990a8a61129663dab76beb78373 | [
"MIT"
] | 53 | 2018-12-27T08:17:07.000Z | 2022-01-04T16:21:23.000Z | src/Force/Ddd/DomainEvents/DomainEventStore.cs | DMak80/force | 07efebcdd3200990a8a61129663dab76beb78373 | [
"MIT"
] | 2 | 2017-06-26T22:40:35.000Z | 2018-03-01T14:46:26.000Z | src/Force/Ddd/DomainEvents/DomainEventStore.cs | DMak80/force | 07efebcdd3200990a8a61129663dab76beb78373 | [
"MIT"
] | 17 | 2018-11-25T18:57:53.000Z | 2022-03-30T06:10:11.000Z | using System.Collections;
using System.Collections.Generic;
namespace Force.Ddd.DomainEvents
{
public class DomainEventStore: IEnumerable<IDomainEvent>
{
public List<IDomainEvent> _domainEvents = new List<IDomainEvent>();
public void Raise(IDomainEvent domainEvent)
{
_domai... | 26.761905 | 75 | 0.672598 |
a72641cdc2752aa77413d7705226770cc7696866 | 1,057 | cs | C# | Path_Tracing/Assets/Scripts/BSplineReader.cs | sitonja/Computer-graphics-projects | 05cfc3cfdbb649a009c1fe6ca414fcac34d7b312 | [
"MIT"
] | null | null | null | Path_Tracing/Assets/Scripts/BSplineReader.cs | sitonja/Computer-graphics-projects | 05cfc3cfdbb649a009c1fe6ca414fcac34d7b312 | [
"MIT"
] | null | null | null | Path_Tracing/Assets/Scripts/BSplineReader.cs | sitonja/Computer-graphics-projects | 05cfc3cfdbb649a009c1fe6ca414fcac34d7b312 | [
"MIT"
] | null | null | null |
using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
public static class PointsReader {
public static List<Vector3> ReadFile(string path)
{
List<Vector3> points = new List<Vector3>();
try
{ // Open the text file using a stream reader.
using... | 30.2 | 117 | 0.521287 |
a74617223c9a21711109bd4e7cb75c369fdca88b | 4,113 | cs | C# | W10/DJNanoShow.W10/ViewModels/MainViewModel.cs | wasteam/DJNanoSampleApp | adcbef41c231fdf45a4fd3a8a46a2c92daba1c5b | [
"MIT"
] | 16 | 2015-10-14T04:46:43.000Z | 2018-08-02T07:43:23.000Z | W10/DJNanoShow.W10/ViewModels/MainViewModel.cs | Creativeboy06/DJNanoSampleApp | adcbef41c231fdf45a4fd3a8a46a2c92daba1c5b | [
"MIT"
] | null | null | null | W10/DJNanoShow.W10/ViewModels/MainViewModel.cs | Creativeboy06/DJNanoSampleApp | adcbef41c231fdf45a4fd3a8a46a2c92daba1c5b | [
"MIT"
] | 27 | 2015-07-31T12:52:39.000Z | 2018-09-05T05:14:28.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using System.Windows.Input;
using AppStudio.Uwp;
using AppStudio.Uwp.Actions;
using AppStudio.Uwp.Navigation;
using AppStudio.Uwp.Commands;
using AppStudio.DataProvider... | 31.638462 | 108 | 0.581084 |
dbbf4e2867a0edcafbebdfbcde1372a45a19731b | 975 | cs | C# | src/RiskFirst.Hateoas/DefaultLinksPolicyProvider.cs | dnikolovv/riskfirst.hateoas | 74bc4a4185fa6824c48747d657b1bd5ed33d2d48 | [
"MIT"
] | 73 | 2017-07-23T20:52:25.000Z | 2022-01-24T09:07:49.000Z | src/RiskFirst.Hateoas/DefaultLinksPolicyProvider.cs | dnikolovv/riskfirst.hateoas | 74bc4a4185fa6824c48747d657b1bd5ed33d2d48 | [
"MIT"
] | 32 | 2017-04-13T10:18:45.000Z | 2022-02-04T07:39:36.000Z | src/RiskFirst.Hateoas/DefaultLinksPolicyProvider.cs | dnikolovv/riskfirst.hateoas | 74bc4a4185fa6824c48747d657b1bd5ed33d2d48 | [
"MIT"
] | 24 | 2017-09-28T14:47:39.000Z | 2021-02-27T03:44:52.000Z | using Microsoft.Extensions.Options;
using RiskFirst.Hateoas.Models;
using System;
using System.Threading.Tasks;
namespace RiskFirst.Hateoas
{
public class DefaultLinksPolicyProvider : ILinksPolicyProvider
{
private readonly LinksOptions options;
public DefaultLinksPolicyProvider(IOptions<Link... | 27.857143 | 78 | 0.652308 |
455b76cda248c696da2100f9ada2d5ca25dafa61 | 4,150 | cs | C# | Tools/Pipeline/Gtk/Dialogs/CollectionEditorDialog.cs | corvusalba/MonoGame | 345d87ef415d6f15dc555c2bee00aca464260f43 | [
"MS-PL"
] | 4 | 2015-05-06T17:06:40.000Z | 2021-06-15T12:16:11.000Z | Tools/Pipeline/Gtk/Dialogs/CollectionEditorDialog.cs | corvusalba/MonoGame | 345d87ef415d6f15dc555c2bee00aca464260f43 | [
"MS-PL"
] | null | null | null | Tools/Pipeline/Gtk/Dialogs/CollectionEditorDialog.cs | corvusalba/MonoGame | 345d87ef415d6f15dc555c2bee00aca464260f43 | [
"MS-PL"
] | 4 | 2016-06-06T05:16:41.000Z | 2021-06-27T17:31:13.000Z | using System.Collections.Generic;
using System;
using Gtk;
namespace MonoGame.Tools.Pipeline
{
public partial class CollectionEditorDialog : Gtk.Dialog
{
TreeStore listStore;
PipelineController controller;
public string text = "";
public CollectionEditorDialog (Window parrent... | 30.970149 | 158 | 0.532771 |
45a1b22f6af7237dbfa51f5c60dbf20213fabb22 | 2,347 | cs | C# | Student1.ParentPortal.Models/Shared/AdminStudentDetailFeatureModel.cs | Ed-Fi-Exchange-OSS/ParentPortal | 63548aa47d182ece9280790556c9400b464e0528 | [
"Apache-2.0"
] | null | null | null | Student1.ParentPortal.Models/Shared/AdminStudentDetailFeatureModel.cs | Ed-Fi-Exchange-OSS/ParentPortal | 63548aa47d182ece9280790556c9400b464e0528 | [
"Apache-2.0"
] | null | null | null | Student1.ParentPortal.Models/Shared/AdminStudentDetailFeatureModel.cs | Ed-Fi-Exchange-OSS/ParentPortal | 63548aa47d182ece9280790556c9400b464e0528 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Student1.ParentPortal.Models.Shared
{
public class AdminStudentDetailFeatureModel
{
public int AdminStudentDetailFeaturesId { get; set; } // AdminStudentDetailFeaturesId (Prima... | 43.462963 | 107 | 0.635279 |
62296c844267d77119a45635a7a939d84f3293b1 | 6,723 | cs | C# | Rebus.Tests/Config/VerifyProperInitializationAndDisposalOfInjectedServices.cs | bog1978/Rebus | 7aa47f90b83a0073486695b5493ddc46d3cd220e | [
"MIT"
] | null | null | null | Rebus.Tests/Config/VerifyProperInitializationAndDisposalOfInjectedServices.cs | bog1978/Rebus | 7aa47f90b83a0073486695b5493ddc46d3cd220e | [
"MIT"
] | null | null | null | Rebus.Tests/Config/VerifyProperInitializationAndDisposalOfInjectedServices.cs | bog1978/Rebus | 7aa47f90b83a0073486695b5493ddc46d3cd220e | [
"MIT"
] | null | null | null | using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using Rebus.Activation;
using Rebus.Bus;
using Rebus.Config;
using Rebus.Exceptions;
using Rebus.Injection;
using Rebus.Messages;
using Rebus.Tests.Contracts;
using Rebus.Transport;
using Reb... | 38.198864 | 175 | 0.619069 |
625a384cc2e40686dc80cf0c700058469788016e | 727 | cs | C# | Structs/MobHuntOrder.cs | nt153133/__LlamaLibrary | 4bf133991689162532f8cc485ee7de266272570d | [
"MIT"
] | 9 | 2021-11-13T09:27:06.000Z | 2022-03-24T04:49:39.000Z | Structs/MobHuntOrder.cs | nt153133/__LlamaLibrary | 4bf133991689162532f8cc485ee7de266272570d | [
"MIT"
] | 1 | 2022-02-14T16:15:49.000Z | 2022-02-27T02:34:03.000Z | Structs/MobHuntOrder.cs | nt153133/__LlamaLibrary | 4bf133991689162532f8cc485ee7de266272570d | [
"MIT"
] | 6 | 2021-11-29T02:11:39.000Z | 2022-01-15T11:43:01.000Z | using System.Runtime.InteropServices;
using LlamaLibrary.Helpers;
namespace LlamaLibrary.Structs
{
[StructLayout(LayoutKind.Sequential, Size = 0x6)]
public struct MobHuntOrder
{
//[FieldOffset(0)]
public short MobHuntTarget;
// [FieldOffset(4)]
public byte NeededKills;
... | 24.233333 | 89 | 0.606602 |
e850699499ba385552e5bb58724e24bb604ff4af | 918 | cs | C# | Stacks and Queues - Exercise/01. Basic Stack Operations/Program.cs | DanielN97/SoftUni_Exercises | f68b92d198bbd936504e6d843d93bc9e563a6b45 | [
"MIT"
] | null | null | null | Stacks and Queues - Exercise/01. Basic Stack Operations/Program.cs | DanielN97/SoftUni_Exercises | f68b92d198bbd936504e6d843d93bc9e563a6b45 | [
"MIT"
] | null | null | null | Stacks and Queues - Exercise/01. Basic Stack Operations/Program.cs | DanielN97/SoftUni_Exercises | f68b92d198bbd936504e6d843d93bc9e563a6b45 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace _01._Basic_Stack_Operations
{
class Program
{
static void Main(string[] args)
{
int[] input = Console.ReadLine().Split().Select(int.Parse).ToArray();
int[] numbers = Console.ReadLine().Split().... | 23.538462 | 83 | 0.432462 |
ce7886f8fd51ccab480778196eacf93a4b38b26a | 1,598 | cs | C# | src/Belcorp.Service/ProductService.cs | eiq21/Belcorp | 6d39632964d673ebc11477414d48185fdcd584e3 | [
"MIT"
] | null | null | null | src/Belcorp.Service/ProductService.cs | eiq21/Belcorp | 6d39632964d673ebc11477414d48185fdcd584e3 | [
"MIT"
] | null | null | null | src/Belcorp.Service/ProductService.cs | eiq21/Belcorp | 6d39632964d673ebc11477414d48185fdcd584e3 | [
"MIT"
] | null | null | null | using Belcorp.Data.Abstract;
using Belcorp.Model;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Belcorp.Service
{
public class ProductService : IProductService
{
private readonly IUnitOfWork _uow;
private readonly IGenericRepository<... | 29.054545 | 72 | 0.649562 |
0123968835c6d4eeb6ae5c90a259416a215d9fa3 | 919 | cs | C# | Timeclock/Timeclock/Models/Employee.cs | LordofGoats/PunchCard | 796857befada8b42bdf5c3bea1de47c3febccc84 | [
"MIT"
] | null | null | null | Timeclock/Timeclock/Models/Employee.cs | LordofGoats/PunchCard | 796857befada8b42bdf5c3bea1de47c3febccc84 | [
"MIT"
] | null | null | null | Timeclock/Timeclock/Models/Employee.cs | LordofGoats/PunchCard | 796857befada8b42bdf5c3bea1de47c3febccc84 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data.Entity.Core;
using System.ComponentModel.DataAnnotations;
namespace Timeclock.Models
{
public class Employee
{
[Key]
public int Id { get; set; }
public string FirstName { get; set;}
... | 28.71875 | 66 | 0.613711 |
e3055ab491cf7eb7c32347793abc13391952bb94 | 13,358 | cs | C# | Samples/Steamworks.Net MonoGame Integration/SteamworksIntegration.cs | sqrMin1/Steamworks.Net-MonoGame-Integration | ac7863d76bbd077969b458fcb2ce09fdb7dd47db | [
"MS-PL"
] | 32 | 2017-04-06T18:19:44.000Z | 2021-11-03T06:42:55.000Z | Samples/Steamworks.Net MonoGame Integration/SteamworksIntegration.cs | BlizzCrafter/Steamworks.Net-MonoGame-Integration | f55235f1e01b97773b86d5af244e586624af834f | [
"MS-PL"
] | 4 | 2017-03-22T01:30:29.000Z | 2017-03-26T13:59:11.000Z | Samples/Steamworks.Net MonoGame Integration/SteamworksIntegration.cs | BlizzCrafter/Steamworks.Net-MonoGame-Integration | f55235f1e01b97773b86d5af244e586624af834f | [
"MS-PL"
] | 4 | 2017-03-21T22:29:12.000Z | 2020-05-15T14:00:21.000Z | using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace Steamworks.Net_MonoGame_Integration
{
public class SteamworksIntegration : Game
{
private readonly GraphicsDeviceManager graphics;
private SpriteBatch spriteBatch... | 41.74375 | 165 | 0.569621 |
543c9778f786d9b4a0c4981e439a92055ef601be | 1,016 | cs | C# | Exurb1aBotDotnetCore/Data/Mapper/QuoteMapper.cs | SandraGeisha/SpaceMaidDiscordBot | 8ec18a2656afd0423901bf73ee3c8f982a098f36 | [
"Apache-2.0"
] | null | null | null | Exurb1aBotDotnetCore/Data/Mapper/QuoteMapper.cs | SandraGeisha/SpaceMaidDiscordBot | 8ec18a2656afd0423901bf73ee3c8f982a098f36 | [
"Apache-2.0"
] | null | null | null | Exurb1aBotDotnetCore/Data/Mapper/QuoteMapper.cs | SandraGeisha/SpaceMaidDiscordBot | 8ec18a2656afd0423901bf73ee3c8f982a098f36 | [
"Apache-2.0"
] | null | null | null | using Exurb1aBot.Model.Domain;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace Exurb1aBot.Data.Mapper {
class QuoteMapper : IEntityTypeConfiguration<Quote> {
public void Configure(EntityTypeBuilder<Quote> builder) {
builder.ToTable("Quote")... | 32.774194 | 100 | 0.617126 |
8dae5396ecf04f092de79ebec8550bcf45f93b47 | 3,617 | cs | C# | KachnaOnline.Business.Data/Repositories/UnitOfWork.cs | Adda0/kachna-online | fb9450a9ac6e96c4eda6dfeee2dfdab298fcfdc9 | [
"MIT"
] | 2 | 2021-11-24T22:44:32.000Z | 2022-01-29T11:22:50.000Z | KachnaOnline.Business.Data/Repositories/UnitOfWork.cs | Adda0/kachna-online | fb9450a9ac6e96c4eda6dfeee2dfdab298fcfdc9 | [
"MIT"
] | 56 | 2021-10-30T20:08:52.000Z | 2022-03-17T10:30:53.000Z | KachnaOnline.Business.Data/Repositories/UnitOfWork.cs | su-fit-vut/kachna-online | 4d71f755268ad75d833cf61749388be308ce0230 | [
"MIT"
] | 3 | 2021-09-29T20:27:50.000Z | 2022-03-21T10:31:14.000Z | using System;
using System.Threading.Tasks;
using KachnaOnline.Business.Data.Repositories.Abstractions;
using KachnaOnline.Data;
using Microsoft.EntityFrameworkCore.Storage;
namespace KachnaOnline.Business.Data.Repositories
{
public class UnitOfWork : IUnitOfWork, IDisposable, IAsyncDisposable
{
privat... | 32.881818 | 116 | 0.671827 |
c86ee616574a89705aacfb40c9c553723c90b0e4 | 725 | cshtml | C# | NickZPS/Views/SysRoles/Delete.cshtml | wwwhackcom/ASP.NET-MVC-Website | 580e0363bb8f06ca6c1877ee691d2a23c1373fee | [
"Apache-1.1"
] | 1 | 2021-11-27T22:59:08.000Z | 2021-11-27T22:59:08.000Z | NickZPS/Views/SysRoles/Delete.cshtml | wwwhackcom/ASP.NET-MVC-Website | 580e0363bb8f06ca6c1877ee691d2a23c1373fee | [
"Apache-1.1"
] | null | null | null | NickZPS/Views/SysRoles/Delete.cshtml | wwwhackcom/ASP.NET-MVC-Website | 580e0363bb8f06ca6c1877ee691d2a23c1373fee | [
"Apache-1.1"
] | null | null | null | @model NickZPS.Models.SysRole
@{
ViewBag.Title = "Delete";
}
<h2>Delete</h2>
<h3>Are you sure you want to delete this?</h3>
<fieldset>
<legend>SysRole</legend>
<div class="display-label">RoleName</div>
<div class="display-field">@Model.RoleName</div>
<div class="display-label">Ro... | 24.166667 | 114 | 0.611034 |
b65d4afa5e6d5495c9bc18ed7cf5cb5d083e05fa | 253 | cs | C# | Backend/src/Data/Entities/User.cs | grroma/mems | da37ff16261c10a09f301975cb9b315f73eea425 | [
"MIT"
] | null | null | null | Backend/src/Data/Entities/User.cs | grroma/mems | da37ff16261c10a09f301975cb9b315f73eea425 | [
"MIT"
] | 23 | 2021-04-26T14:24:37.000Z | 2021-11-23T07:34:23.000Z | Backend/src/Data/Entities/User.cs | grroma/mems | da37ff16261c10a09f301975cb9b315f73eea425 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Identity;
namespace Data.Entities
{
public class User : IdentityUser
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string MiddleName { get; set; }
}
} | 23 | 46 | 0.636364 |
8cae7cd043caf1db1b950cc0b44d120e31648a52 | 5,413 | cs | C# | src/ReCom/Connectivity/Connection.cs | KennethJakobsen/ReCom | 2a5dbf87b245d8b4c0952edcb0eae816f2374310 | [
"MIT"
] | null | null | null | src/ReCom/Connectivity/Connection.cs | KennethJakobsen/ReCom | 2a5dbf87b245d8b4c0952edcb0eae816f2374310 | [
"MIT"
] | 3 | 2018-07-12T11:14:40.000Z | 2018-07-13T07:18:10.000Z | src/ReCom/Connectivity/Connection.cs | KennethJakobsen/ReCom | 2a5dbf87b245d8b4c0952edcb0eae816f2374310 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using ReCom.Connectivity.Delivery;
using ReCom.Handlers;
using ReCom.SystemMessages;
using ReCom.SystemMessages.Transport;
namespace ReCom.Connectivity
{
public class Connection : IDisposable
... | 30.240223 | 148 | 0.537595 |
eab61e764884480f2b2f5499ea89c3dc06e636ce | 729 | cs | C# | cs-search-engine/Evaluation/Recall.cs | chen0040/cs-search-engine | daea1c9ea6943ce6778514eb560e267c65e26f6d | [
"MIT"
] | 1 | 2019-04-08T16:12:32.000Z | 2019-04-08T16:12:32.000Z | cs-search-engine/Evaluation/Recall.cs | chen0040/cs-search-engine | daea1c9ea6943ce6778514eb560e267c65e26f6d | [
"MIT"
] | null | null | null | cs-search-engine/Evaluation/Recall.cs | chen0040/cs-search-engine | daea1c9ea6943ce6778514eb560e267c65e26f6d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SearchEngine.Evaluation
{
public class Recall
{
/// <summary>
/// Return the recall rate of the search engine result
/// </summary>
/// <param name="relevant_count">The actual number... | 33.136364 | 136 | 0.681756 |
4b07d08017d29bc5810096edcc68d600303c672f | 978 | cs | C# | 2.ProgrammingFundamentals/01_DataTypesAndVariables/11_Exercise_ConvertSpeedUnits/convertSpeedUnits.cs | Brankovanov/SoftUniCourses | 39648a863c29e00057a6969c63b19cfc7cfb8f07 | [
"MIT"
] | 1 | 2018-07-17T07:43:49.000Z | 2018-07-17T07:43:49.000Z | 2.ProgrammingFundamentals/01_DataTypesAndVariables/11_Exercise_ConvertSpeedUnits/convertSpeedUnits.cs | Brankovanov/SoftUniCourses | 39648a863c29e00057a6969c63b19cfc7cfb8f07 | [
"MIT"
] | null | null | null | 2.ProgrammingFundamentals/01_DataTypesAndVariables/11_Exercise_ConvertSpeedUnits/convertSpeedUnits.cs | Brankovanov/SoftUniCourses | 39648a863c29e00057a6969c63b19cfc7cfb8f07 | [
"MIT"
] | null | null | null | using System;
namespace _11_Exercise_ConvertSpeedUnits
{
public class convertSpeedUnits
{
public static void Main(string[] args)
{
var distanceMetres = float.Parse(Console.ReadLine());
var hours = float.Parse(Console.ReadLine());
var minutes = float.Parse(Co... | 32.6 | 79 | 0.618609 |
4b3fb22ecddd780b4fb468593f7b00f6e577c612 | 945 | cs | C# | src/DAL/Publication.cs | dncuug/devdigest.today | fd90885cf97dc7b32908ca4e3f0140980b2332a1 | [
"MIT"
] | 17 | 2018-01-21T15:31:47.000Z | 2019-12-31T09:25:07.000Z | src/DAL/Publication.cs | dncuug/devdigest.today | fd90885cf97dc7b32908ca4e3f0140980b2332a1 | [
"MIT"
] | 9 | 2017-12-09T10:39:14.000Z | 2022-02-03T23:00:04.000Z | src/DAL/Publication.cs | dncuug/devdigest.today | fd90885cf97dc7b32908ca4e3f0140980b2332a1 | [
"MIT"
] | 8 | 2018-01-06T11:46:57.000Z | 2021-02-06T19:29:12.000Z | using System;
using System.Collections.Generic;
#nullable disable
namespace DAL
{
public partial class Publication
{
public int Id { get; set; }
public int? UserId { get; set; }
public int CategoryId { get; set; }
public string Type { get; set; }
public string Title { ... | 30.483871 | 54 | 0.589418 |
080082c9bcc8d4a1901525b89b7ba8dd6fbd6bbe | 698 | cs | C# | BackEnd/KFC.SIT.DataAccessLayer/Models/Messenger/FriendRelationship.cs | KevinError/MAP | d5aa2f4e17353280c8795ca9f559e772b7516edc | [
"MIT"
] | null | null | null | BackEnd/KFC.SIT.DataAccessLayer/Models/Messenger/FriendRelationship.cs | KevinError/MAP | d5aa2f4e17353280c8795ca9f559e772b7516edc | [
"MIT"
] | null | null | null | BackEnd/KFC.SIT.DataAccessLayer/Models/Messenger/FriendRelationship.cs | KevinError/MAP | d5aa2f4e17353280c8795ca9f559e772b7516edc | [
"MIT"
] | null | null | null | using DataAccessLayer.Repository;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataAccessLayer.Models.Messenger
{
public class FriendRel... | 23.266667 | 60 | 0.680516 |
e11f5eb44e096776971c87893a744a7acffb1ffb | 412 | cs | C# | src/Sharper.StockImages/Exceptions/NoValidServiceException.cs | profcinders/Sharper-Stock-Images | f703a4af9fbbc55c4da6abac19eb6acdf5d5c675 | [
"MIT"
] | null | null | null | src/Sharper.StockImages/Exceptions/NoValidServiceException.cs | profcinders/Sharper-Stock-Images | f703a4af9fbbc55c4da6abac19eb6acdf5d5c675 | [
"MIT"
] | null | null | null | src/Sharper.StockImages/Exceptions/NoValidServiceException.cs | profcinders/Sharper-Stock-Images | f703a4af9fbbc55c4da6abac19eb6acdf5d5c675 | [
"MIT"
] | null | null | null | using System;
namespace Sharper.StockImages.Exceptions
{
public class NoValidServiceException : Exception
{
public NoValidServiceException()
{
}
public NoValidServiceException(string message) : base(message)
{
}
public NoValidServiceException(string me... | 21.684211 | 112 | 0.63835 |
a9285ede1403b2e09ff1d225392571d31e317aa8 | 255 | cs | C# | Assets/Scripts/Runtime/LevelEditor/LevelCellGridMB.cs | bitten-sweet-studio/ggj2022 | a7b7f8fb1da5ca052f9861335199ec03d34d56c8 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Runtime/LevelEditor/LevelCellGridMB.cs | bitten-sweet-studio/ggj2022 | a7b7f8fb1da5ca052f9861335199ec03d34d56c8 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Runtime/LevelEditor/LevelCellGridMB.cs | bitten-sweet-studio/ggj2022 | a7b7f8fb1da5ca052f9861335199ec03d34d56c8 | [
"Apache-2.0"
] | null | null | null | namespace niscolas.UnityUtils.Tools
{
public class LevelCellGridMB : GridMB<LevelCell>
{
protected override LevelCell CreateCell(int x, int y, Grid<LevelCell> grid)
{
return new LevelCell(x, y, grid);
}
}
} | 25.5 | 83 | 0.619608 |
d741c19a3c45dbe360b451324959eed85df9879c | 796 | cs | C# | Web/FitForLife.Web.ViewModels/Trainers/TrainerInputModel.cs | ChrisAtanasov056/FitForLife | e5883577d5fc3b71812c809f7aff8bc52eab9dc9 | [
"MIT"
] | null | null | null | Web/FitForLife.Web.ViewModels/Trainers/TrainerInputModel.cs | ChrisAtanasov056/FitForLife | e5883577d5fc3b71812c809f7aff8bc52eab9dc9 | [
"MIT"
] | null | null | null | Web/FitForLife.Web.ViewModels/Trainers/TrainerInputModel.cs | ChrisAtanasov056/FitForLife | e5883577d5fc3b71812c809f7aff8bc52eab9dc9 | [
"MIT"
] | null | null | null | using System.ComponentModel.DataAnnotations;
namespace FitForLife.Web.ViewModels.Trainers
{
public class TrainerInputModel
{
[Required]
[MinLength(3)]
[MaxLength(40)]
public string FirstName { get; set; }
[Required]
[MinLength(3)]
[MaxLength(40)]
... | 20.410256 | 53 | 0.55402 |
08b87f50c6c314277313e47c09a8bda744f93504 | 217 | cs | C# | src/FixedTextSerializer/Serialization/FixedTextAttribute.cs | nogic1008/FixedTextSerializer | d1e66dc19aed08bd5684c9818fa78fe992cacf43 | [
"MIT"
] | null | null | null | src/FixedTextSerializer/Serialization/FixedTextAttribute.cs | nogic1008/FixedTextSerializer | d1e66dc19aed08bd5684c9818fa78fe992cacf43 | [
"MIT"
] | 11 | 2021-01-27T00:09:59.000Z | 2021-11-28T23:07:19.000Z | src/FixedTextSerializer/Serialization/FixedTextAttribute.cs | nogic1008/FixedTextSerializer | d1e66dc19aed08bd5684c9818fa78fe992cacf43 | [
"MIT"
] | null | null | null | using System;
namespace FixedTextSerializer.Serialization
{
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class FixedTextAttribute : Attribute
{
}
}
| 21.7 | 86 | 0.751152 |
08fa5e412d95ca57a41ee59c9e25298591d1d9fb | 2,798 | cs | C# | test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ScrollableBaseOutOfBoundSample.cs | hjhun/TizenFX | 5531901c28f4b3551f6a9178cbe9b45aa5b5de42 | [
"Apache-2.0",
"MIT"
] | null | null | null | test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ScrollableBaseOutOfBoundSample.cs | hjhun/TizenFX | 5531901c28f4b3551f6a9178cbe9b45aa5b5de42 | [
"Apache-2.0",
"MIT"
] | 1 | 2020-10-07T13:19:13.000Z | 2020-10-08T12:51:32.000Z | test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ScrollableBaseOutOfBoundSample.cs | hjhun/TizenFX | 5531901c28f4b3551f6a9178cbe9b45aa5b5de42 | [
"Apache-2.0",
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using Tizen.NUI.BaseComponents;
namespace Tizen.NUI.Samples
{
public class ScrollableBaseOutOfBoundSample : IExample
{
private View root;
private Components.ScrollableBase mScrollableBase = null;
private TextLabel[] ite... | 29.452632 | 94 | 0.460329 |
b15bb7a471ad6df18b14671650ee155ef026df6e | 200 | cs | C# | 2. solutions/resource-finder/source/Services/RF.ContractDeployment.App.Domain/Responses/ContractDeploymentResponse.cs | Bhaskers-Blu-Org2/app-innovation-team | 6bd932a063c41ca0eff335a8c9bac7dd7e28be0d | [
"CC-BY-4.0",
"MIT"
] | 28 | 2019-05-14T16:31:46.000Z | 2021-12-11T16:26:02.000Z | 2. solutions/resource-finder/source/Services/RF.ContractDeployment.App.Domain/Responses/ContractDeploymentResponse.cs | Microsoft/app-innovation-team | 6bd932a063c41ca0eff335a8c9bac7dd7e28be0d | [
"CC-BY-4.0",
"MIT"
] | 1 | 2019-06-05T15:28:13.000Z | 2019-06-05T15:28:13.000Z | 2. solutions/resource-finder/source/Services/RF.ContractDeployment.App.Domain/Responses/ContractDeploymentResponse.cs | microsoft/app-innovation-team | 6bd932a063c41ca0eff335a8c9bac7dd7e28be0d | [
"CC-BY-4.0",
"MIT"
] | 11 | 2019-06-10T06:52:33.000Z | 2021-01-29T15:55:14.000Z | namespace RF.ContractDeployment.App.Domain.Responses
{
public class ContractDeploymentResponse
{
public bool IsSucceded { get; set; }
public int ResultId { get; set; }
}
} | 25 | 53 | 0.665 |
b1826cc59bdffe4f928f967671478cf82a178edf | 2,266 | cs | C# | UltimaOnline.Data/Engines/Factions/Gumps/VoteGump.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline.Data/Engines/Factions/Gumps/VoteGump.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline.Data/Engines/Factions/Gumps/VoteGump.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | using System;
using UltimaOnline;
using UltimaOnline.Gumps;
using UltimaOnline.Mobiles;
using UltimaOnline.Network;
namespace UltimaOnline.Factions
{
public class VoteGump : FactionGump
{
private PlayerMobile m_From;
private Election m_Election;
public override void OnResp... | 33.323529 | 118 | 0.529568 |
957e92c70eeaaeb7feb4979328bb9270337ad5c5 | 185 | cs | C# | DotNetHelpersAndAdditions/SystemHelpers/DataHelpers/DbDisposeType.cs | Cophla/DotNetHelpersAndAdditions | f5b47563678d4085eb652c2c8ef495fc1fd2adb1 | [
"Apache-2.0"
] | null | null | null | DotNetHelpersAndAdditions/SystemHelpers/DataHelpers/DbDisposeType.cs | Cophla/DotNetHelpersAndAdditions | f5b47563678d4085eb652c2c8ef495fc1fd2adb1 | [
"Apache-2.0"
] | null | null | null | DotNetHelpersAndAdditions/SystemHelpers/DataHelpers/DbDisposeType.cs | Cophla/DotNetHelpersAndAdditions | f5b47563678d4085eb652c2c8ef495fc1fd2adb1 | [
"Apache-2.0"
] | null | null | null | namespace DotNetHelpersAndAdditions.SystemHelpers.DataHelpers
{
public enum DbDisposeType
{
Nothing = 1,
TransactionDispose = 2,
FullDispose = 3
}
} | 20.555556 | 62 | 0.648649 |
d9d9079c0169d529d02e630090a75430066981d3 | 425 | cs | C# | JwtTokenService/ECDsaHelper/ECDsaKeySize.cs | DannyBoyNg/JwtTokenService | beaee05bf16536d6d85706754223991a5940d471 | [
"MIT"
] | 3 | 2021-07-08T06:06:55.000Z | 2022-01-14T16:02:09.000Z | JwtTokenService/ECDsaHelper/ECDsaKeySize.cs | DannyBoyNg/JwtTokenService | beaee05bf16536d6d85706754223991a5940d471 | [
"MIT"
] | null | null | null | JwtTokenService/ECDsaHelper/ECDsaKeySize.cs | DannyBoyNg/JwtTokenService | beaee05bf16536d6d85706754223991a5940d471 | [
"MIT"
] | 1 | 2021-07-08T06:07:07.000Z | 2021-07-08T06:07:07.000Z | namespace Ng.Services
{
/// <summary>
/// Supported ECDsaCurve options
/// </summary>
public enum ECDsaCurve
{
/// <summary>
/// The P256 Elliptic Curve
/// </summary>
P256,
/// <summary>
/// The P384 Elliptic Curve
/// </summary>
P384... | 19.318182 | 36 | 0.454118 |
c97f8ff9ba9b186c613afe38d8603da6a52520f5 | 5,803 | cs | C# | OOPExamPrep/PawInc/Core/Engin.cs | MustafaAmish/OOP-Basic | 977be71772f572b0a7cceffbcd698457598f5ff1 | [
"MIT"
] | null | null | null | OOPExamPrep/PawInc/Core/Engin.cs | MustafaAmish/OOP-Basic | 977be71772f572b0a7cceffbcd698457598f5ff1 | [
"MIT"
] | null | null | null | OOPExamPrep/PawInc/Core/Engin.cs | MustafaAmish/OOP-Basic | 977be71772f572b0a7cceffbcd698457598f5ff1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public static class Engin
{
public static void Start()
{
var adoptet=new List<string>();
var adoptetCentres=new List<AdoptionCenter>();
var clinned=new List<string>();
... | 39.209459 | 117 | 0.478718 |
e48031c058cc8f1f85778edc034657345013f3d4 | 2,427 | cs | C# | HorariosTecnicosV4/HorariosTecnicosV4/Repositorios/RTrabajador.cs | Cactus-ar/C-Sharp-Bundle | 8d3a8f339165638bb53e8da5979b9a1e9b3ffd7e | [
"MIT"
] | null | null | null | HorariosTecnicosV4/HorariosTecnicosV4/Repositorios/RTrabajador.cs | Cactus-ar/C-Sharp-Bundle | 8d3a8f339165638bb53e8da5979b9a1e9b3ffd7e | [
"MIT"
] | null | null | null | HorariosTecnicosV4/HorariosTecnicosV4/Repositorios/RTrabajador.cs | Cactus-ar/C-Sharp-Bundle | 8d3a8f339165638bb53e8da5979b9a1e9b3ffd7e | [
"MIT"
] | null | null | null | using HorariosTecnicosV4.Contextos;
using HorariosTecnicosV4.Entidades;
using HorariosTecnicosV4.Servicios;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace HorariosTecnicosV4.Repositorios
{
public class RTrabajador : ITrabajador
{
private rea... | 31.934211 | 108 | 0.637824 |
f446587435051979a2ae2ab1164ea49d0d74d6ac | 905 | cs | C# | TerraLauncher/Sounds.cs | trigger-death/TerraLauncher | 51f2661981a3d7f1b5dd28b1395657e0ba09150f | [
"MIT"
] | 1 | 2020-06-01T20:39:14.000Z | 2020-06-01T20:39:14.000Z | TerraLauncher/Sounds.cs | trigger-death/TerraLauncher | 51f2661981a3d7f1b5dd28b1395657e0ba09150f | [
"MIT"
] | null | null | null | TerraLauncher/Sounds.cs | trigger-death/TerraLauncher | 51f2661981a3d7f1b5dd28b1395657e0ba09150f | [
"MIT"
] | 1 | 2020-08-25T19:15:11.000Z | 2020-08-25T19:15:11.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Media;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
using TerraLauncher.Properties;
namespace TerraLauncher {
public static class Sounds {
public static readonly string TempPath = Path.... | 22.625 | 118 | 0.723757 |
f44efe7b0d1c32da76bb7e34822f11122ad31450 | 6,850 | cs | C# | Source/Application.cs | skyiah/skychain | 4b1d0df8874b121600c5580fe3c5ea26787970b1 | [
"Apache-2.0"
] | null | null | null | Source/Application.cs | skyiah/skychain | 4b1d0df8874b121600c5580fe3c5ea26787970b1 | [
"Apache-2.0"
] | 2 | 2021-06-04T08:42:50.000Z | 2021-06-04T08:48:13.000Z | Source/Application.cs | skyiah/skychain | 4b1d0df8874b121600c5580fe3c5ea26787970b1 | [
"Apache-2.0"
] | null | null | null | using System;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal;
using Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;
using Microsoft.Extensions.Logging;
u... | 28.423237 | 182 | 0.492701 |
6e938b263fa9fd23ee1af5da070fb1e0696b1639 | 3,220 | cs | C# | XFInAppBilling.Tests/XFInAppBilling.Tests/MainPage.xaml.cs | PiTi2k5/XFInAppBilling | 4cac782b03b19ccad10d02af21bd48c31eb6f316 | [
"MIT"
] | 12 | 2020-05-10T20:24:32.000Z | 2021-06-07T17:37:28.000Z | XFInAppBilling.Tests/XFInAppBilling.Tests/MainPage.xaml.cs | PiTi2k5/XFInAppBilling | 4cac782b03b19ccad10d02af21bd48c31eb6f316 | [
"MIT"
] | 15 | 2020-02-02T17:48:58.000Z | 2022-02-22T18:07:39.000Z | XFInAppBilling.Tests/XFInAppBilling.Tests/MainPage.xaml.cs | PiTi2k5/XFInAppBilling | 4cac782b03b19ccad10d02af21bd48c31eb6f316 | [
"MIT"
] | 5 | 2020-05-03T16:23:12.000Z | 2021-09-22T09:56:09.000Z | using Plugin.XFInAppBilling;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace XFInAppBilling.Tests
{
// Learn more about making custom code visible in the Xamarin.Forms previewer
... | 25.967742 | 108 | 0.484161 |
7cc93898ffc8dce6d185480d74165ba484fe7966 | 1,165 | cs | C# | src/Application/Categories/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs | hnicolus/CodeClinicPortal | 4fe64c100f7c3e9ac4be4b296f17760555eb9452 | [
"Xnet",
"X11"
] | 4 | 2020-11-20T06:36:04.000Z | 2021-02-22T13:22:51.000Z | src/Application/Categories/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs | hnicolus/Code-Clinic-Portal | 4fe64c100f7c3e9ac4be4b296f17760555eb9452 | [
"Xnet",
"X11"
] | 6 | 2020-11-14T00:10:52.000Z | 2020-11-17T01:27:42.000Z | src/Application/Categories/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs | hnicolus/CodeClinic | 4fe64c100f7c3e9ac4be4b296f17760555eb9452 | [
"Xnet",
"X11"
] | null | null | null | using CodeClinic.Application.Common.Exceptions;
using CodeClinic.Application.Common.Interfaces;
using CodeClinic.Domain.Entities;
using MediatR;
using System.Threading;
using System.Threading.Tasks;
namespace CodeClinic.Application.Categories.Commands.UpdateCategory
{
public partial class UpdateCategoryCommandHan... | 32.361111 | 106 | 0.703004 |
10e1439b8d12697177044ea51699d4905e910a34 | 985 | cs | C# | Solution/Maps.Data/IDbWriter.cs | cmberryau/maps | 470ddc077b0aed71d83466320d1ab0a5dd235e38 | [
"MIT"
] | 1 | 2021-08-19T07:16:22.000Z | 2021-08-19T07:16:22.000Z | Solution/Maps.Data/IDbWriter.cs | cmberryau/maps | 470ddc077b0aed71d83466320d1ab0a5dd235e38 | [
"MIT"
] | null | null | null | Solution/Maps.Data/IDbWriter.cs | cmberryau/maps | 470ddc077b0aed71d83466320d1ab0a5dd235e38 | [
"MIT"
] | 1 | 2021-08-19T07:16:24.000Z | 2021-08-19T07:16:24.000Z | using System;
using System.Collections.Generic;
namespace Maps.Data
{
/// <summary>
/// Interface for db writers
/// </summary>
/// <typeparam name="TKey">The default key type</typeparam>
/// <typeparam name="TValue">The value type</typeparam>
public interface IDbWriter<TKey, TValue> : IDisposa... | 30.78125 | 66 | 0.57665 |
6be4ab7c1457319e16fd58b14bb28bf50d794c6b | 511 | cs | C# | Grpc/Tables/TPermissionRole.cs | maxgsamson/OpenCodeDev.EntityFramework.Permissions | 7dee46af5a8ad6205b62bad341758ed5a2850e92 | [
"MIT"
] | null | null | null | Grpc/Tables/TPermissionRole.cs | maxgsamson/OpenCodeDev.EntityFramework.Permissions | 7dee46af5a8ad6205b62bad341758ed5a2850e92 | [
"MIT"
] | null | null | null | Grpc/Tables/TPermissionRole.cs | maxgsamson/OpenCodeDev.EntityFramework.Permissions | 7dee46af5a8ad6205b62bad341758ed5a2850e92 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Threading.Tasks;
namespace OpenCodeDev.EntityFramework.Permissions.Grpc.Tables
{
public class TPermissionRole
... | 23.227273 | 70 | 0.714286 |
dc7e3badabee01a2a572a8a2375e5979039111fe | 369 | cshtml | C# | Disunity.Store/Pages/Mods/_ModDependencyListPartial.cshtml | disunity-hq/disunity | eb542c7873ab77b379969bf9dddc61f9ba2c27a1 | [
"MIT"
] | 17 | 2019-08-14T00:25:16.000Z | 2020-11-28T09:12:38.000Z | Disunity.Store/Pages/Mods/_ModDependencyListPartial.cshtml | disunity-hq/disunity | eb542c7873ab77b379969bf9dddc61f9ba2c27a1 | [
"MIT"
] | 26 | 2019-08-10T23:10:55.000Z | 2022-02-26T16:26:34.000Z | Disunity.Store/Pages/Mods/_ModDependencyListPartial.cshtml | disunity-hq/disunity | eb542c7873ab77b379969bf9dddc61f9ba2c27a1 | [
"MIT"
] | 7 | 2019-08-19T01:15:01.000Z | 2021-11-13T11:16:54.000Z | @using Disunity.Store.Util
@model IEnumerable<Disunity.Store.Entities.Mod>
@if (Model == null || !Model.Any()) {
return;
}
<ul>
@foreach (var mod in Model) {
var routeParams = Helpers.RouteParamsFromMod(mod);
<li>
<a asp-page="/Mods/Details" asp-all-route-data="@routeParams">@mod... | 21.705882 | 101 | 0.604336 |
613e84b441e7bef053b5996a6da347ca78d4d5ac | 2,709 | cs | C# | Movement Components/Movement 3D/ApplyMovement3D.cs | Koopa1018/CURGLAFF-BasePackages | 6b5c2a4c36658b8670f93d3581b9c0873bb7d1ed | [
"BSL-1.0"
] | null | null | null | Movement Components/Movement 3D/ApplyMovement3D.cs | Koopa1018/CURGLAFF-BasePackages | 6b5c2a4c36658b8670f93d3581b9c0873bb7d1ed | [
"BSL-1.0"
] | null | null | null | Movement Components/Movement 3D/ApplyMovement3D.cs | Koopa1018/CURGLAFF-BasePackages | 6b5c2a4c36658b8670f93d3581b9c0873bb7d1ed | [
"BSL-1.0"
] | null | null | null | using UnityEngine;
using Unity.Mathematics;
using Clouds.Collision3D;
namespace Clouds.Movement3D {
[DefaultExecutionOrder(20)]
[AddComponentMenu("Movement/3D/Apply 3D Movement")]
public class ApplyMovement3D : MonoBehaviour {
[SerializeField] Transform myTransform;
[SerializeField] Velocity3D veloci... | 33.444444 | 121 | 0.72536 |
9e55b5dfc1fe91afa975c11e3c245c2cc28f7e09 | 2,808 | cs | C# | SettingHelper/Login.cs | Yuvv/MSSQLSync | b3db6da476737d6dbc8f1811c07c8b4c088bf534 | [
"MIT"
] | 1 | 2017-11-26T13:04:58.000Z | 2017-11-26T13:04:58.000Z | SettingHelper/Login.cs | Yuvv/MSSQLSync | b3db6da476737d6dbc8f1811c07c8b4c088bf534 | [
"MIT"
] | null | null | null | SettingHelper/Login.cs | Yuvv/MSSQLSync | b3db6da476737d6dbc8f1811c07c8b4c088bf534 | [
"MIT"
] | null | null | null | using System;
using System.Data;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace SettingHelper {
public partial class Login: Form {
public Login() {
InitializeComponent();
}
private void buttonLogin_Click(object sender, EventArgs e) {
SettingHelper parentForm ... | 39 | 100 | 0.650285 |
9f482a150fd1735bfd983b4672d2aaa1bf7a11bb | 2,238 | cs | C# | src/Orc.Search/Extensions/StringExtensions.cs | WildGums/Orc.Search | 767489e7a720ea331e8dfe55622b3ca390d97607 | [
"MIT"
] | 14 | 2015-05-28T05:43:30.000Z | 2022-03-02T21:58:15.000Z | src/Orc.Search/Extensions/StringExtensions.cs | WildGums/Orc.Search | 767489e7a720ea331e8dfe55622b3ca390d97607 | [
"MIT"
] | 226 | 2016-03-04T15:51:58.000Z | 2021-11-16T14:11:20.000Z | src/Orc.Search/Extensions/StringExtensions.cs | WildGums/Orc.Search | 767489e7a720ea331e8dfe55622b3ca390d97607 | [
"MIT"
] | 7 | 2015-04-22T08:29:43.000Z | 2022-03-02T21:58:18.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="StringExtensions.cs" company="WildGums">
// Copyright (c) 2008 - 2015 WildGums. All rights reserved.
// </copyright>
// ---------------------------------------------------------... | 26.642857 | 120 | 0.398123 |
f91a4ca5d55da20736b8fb9c241ebe6a571543f3 | 3,191 | cs | C# | source/Entities/LavenderBooster.cs | catapillie/VortexHelper | 99e9985c5f59fb6907af255fe22dcce510b93c87 | [
"MIT"
] | null | null | null | source/Entities/LavenderBooster.cs | catapillie/VortexHelper | 99e9985c5f59fb6907af255fe22dcce510b93c87 | [
"MIT"
] | 19 | 2021-06-09T21:39:31.000Z | 2021-07-17T12:28:22.000Z | source/Entities/LavenderBooster.cs | catapillie/VortexHelper | 99e9985c5f59fb6907af255fe22dcce510b93c87 | [
"MIT"
] | 1 | 2021-06-11T00:21:53.000Z | 2021-06-11T00:21:53.000Z | using Celeste.Mod.Entities;
using Celeste.Mod.VortexHelper.Misc;
using Celeste.Mod.VortexHelper.Misc.Extensions;
using Microsoft.Xna.Framework;
using Monocle;
using MonoMod.Utils;
using System;
namespace Celeste.Mod.VortexHelper.Entities {
[CustomEntity("VortexHelper/LavenderBooster")]
[TrackedAs(typeof(Boost... | 42.546667 | 128 | 0.627076 |
50fccf09b699a424369e74099efd2ef0e5b3155e | 4,178 | cs | C# | sdk/dotnet/GetVlans.cs | pulumi/pulumi-linode | dcdc078ddcad836dddf6f31879f0f0488bec33b4 | [
"ECL-2.0",
"Apache-2.0"
] | 18 | 2019-05-02T21:14:37.000Z | 2021-12-19T18:37:40.000Z | sdk/dotnet/GetVlans.cs | pulumi/pulumi-linode | dcdc078ddcad836dddf6f31879f0f0488bec33b4 | [
"ECL-2.0",
"Apache-2.0"
] | 79 | 2019-05-01T17:52:03.000Z | 2022-03-31T15:31:56.000Z | sdk/dotnet/GetVlans.cs | pulumi/pulumi-linode | dcdc078ddcad836dddf6f31879f0f0488bec33b4 | [
"ECL-2.0",
"Apache-2.0"
] | 6 | 2019-05-02T00:37:23.000Z | 2021-05-04T11:10:40.000Z | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... | 32.640625 | 155 | 0.460268 |
6c70022a7e0fcf963a24f5702fb2c95d9ee91444 | 971 | cs | C# | LudumDare43_2D/Assets/Script/Behavior/PlayerMove.cs | Panzershrekk/Ludum_dare_43 | cfab51ef80cac902bd8621e6a647ad030cca3709 | [
"MIT"
] | null | null | null | LudumDare43_2D/Assets/Script/Behavior/PlayerMove.cs | Panzershrekk/Ludum_dare_43 | cfab51ef80cac902bd8621e6a647ad030cca3709 | [
"MIT"
] | null | null | null | LudumDare43_2D/Assets/Script/Behavior/PlayerMove.cs | Panzershrekk/Ludum_dare_43 | cfab51ef80cac902bd8621e6a647ad030cca3709 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerMove : MonoBehaviour
{
private float speed;
private Rigidbody2D rb2d;
private int health;
void Start()
{
speed = GetComponent<PlayerBehavior>().stats.moveSpeed;
health = GetComponent... | 26.243243 | 81 | 0.631308 |
eb26a3976c8c89e5cfb06d07d811823d14384fcf | 691 | cs | C# | db-feeder/Data/ChangelistFile.cs | grae22/ForceFeed | 9ce7060d5e58d87bcdc16c3cef55b2c6e556d541 | [
"MIT"
] | null | null | null | db-feeder/Data/ChangelistFile.cs | grae22/ForceFeed | 9ce7060d5e58d87bcdc16c3cef55b2c6e556d541 | [
"MIT"
] | null | null | null | db-feeder/Data/ChangelistFile.cs | grae22/ForceFeed | 9ce7060d5e58d87bcdc16c3cef55b2c6e556d541 | [
"MIT"
] | null | null | null | namespace ForceFeed.DbFeeder.Data
{
public class ChangelistFile
{
//-------------------------------------------------------------------------
public string Filename { get; set; } = "";
public int AdditionsCount { get; set; } = 0;
public int DeletionsCount { get; set; } = 0;
public int ChangesC... | 26.576923 | 79 | 0.392185 |
016c8947f9eecb1b2db9d1c66b15dd9fc3bf560e | 1,419 | cs | C# | 4. Dashboard/Workflow.Dashboard.Interface/Presentation/FindersDto/EmployeeMembershipDto.cs | kamilRepo/Workflow-App-Based-On-DDD | 42dd8a507795af794c9e752416931fb30347f2e0 | [
"MIT"
] | null | null | null | 4. Dashboard/Workflow.Dashboard.Interface/Presentation/FindersDto/EmployeeMembershipDto.cs | kamilRepo/Workflow-App-Based-On-DDD | 42dd8a507795af794c9e752416931fb30347f2e0 | [
"MIT"
] | null | null | null | 4. Dashboard/Workflow.Dashboard.Interface/Presentation/FindersDto/EmployeeMembershipDto.cs | kamilRepo/Workflow-App-Based-On-DDD | 42dd8a507795af794c9e752416931fb30347f2e0 | [
"MIT"
] | null | null | null | using Workflow.Base.Interface.Application.BaseDto;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Workflow.Dashboard.Interface.Presentation.Dto
{
public class EmployeeMembershipDto : ApplicationActionResult
{
public int Id ... | 30.191489 | 118 | 0.667371 |
282417c4488a49c1e07777835e267bf2f33cec95 | 674 | cs | C# | StarryEyes/Models/Requests/GivingTrophyRequest.cs | ktoku89/StarryEyes | 2ab80f61508cee9898d449d2aa374623c3f234fe | [
"MIT"
] | null | null | null | StarryEyes/Models/Requests/GivingTrophyRequest.cs | ktoku89/StarryEyes | 2ab80f61508cee9898d449d2aa374623c3f234fe | [
"MIT"
] | null | null | null | StarryEyes/Models/Requests/GivingTrophyRequest.cs | ktoku89/StarryEyes | 2ab80f61508cee9898d449d2aa374623c3f234fe | [
"MIT"
] | 1 | 2019-06-04T16:37:40.000Z | 2019-06-04T16:37:40.000Z | using System.Threading.Tasks;
using StarryEyes.Anomaly.TwitterApi.DataModels;
using StarryEyes.Models.Accounting;
namespace StarryEyes.Models.Requests
{
public sealed class GivingTrophyRequest : RequestBase<bool>
{
private readonly long _id;
public GivingTrophyRequest(TwitterStatus status)
... | 22.466667 | 69 | 0.62908 |
9a5dadc76083b036f200e34855998a02bd841439 | 1,520 | cs | C# | Assets/Scripts/InteractionManager.cs | cmkuo12/MoveToCode | a3f8f4e54b09fa7df978b6120c1f3102e53d0f7c | [
"MIT"
] | 1 | 2021-11-30T06:05:40.000Z | 2021-11-30T06:05:40.000Z | Assets/Scripts/InteractionManager.cs | cmkuo12/MoveToCode | a3f8f4e54b09fa7df978b6120c1f3102e53d0f7c | [
"MIT"
] | 61 | 2020-07-01T22:39:27.000Z | 2022-02-08T17:34:52.000Z | Assets/Scripts/InteractionManager.cs | cmkuo12/MoveToCode | a3f8f4e54b09fa7df978b6120c1f3102e53d0f7c | [
"MIT"
] | 1 | 2020-07-01T20:56:03.000Z | 2020-07-01T20:56:03.000Z | using System.Collections;
using UnityEngine;
namespace MoveToCode {
public class InteractionManager : Singleton<InteractionManager> {
public float fullInteractionTimeMinutes, warmUpTimeMinutes;
public float startKC = 1f;
public float numIntervals = 10;
float reallyHighKC = 700f;
... | 33.043478 | 104 | 0.577632 |
b019d2dcc1ed73d9ae3cf3486b73a2250d09b4c7 | 2,685 | cs | C# | src/InfiniSwiss.nRoute/Services/MapServiceAttribute.cs | InfiniSwiss/InfiniSwiss.nRoute | c40e7070ebbbbcdbb3cdf6d4abef8bd4b0dc0cd6 | [
"MIT"
] | 1 | 2020-12-02T08:28:02.000Z | 2020-12-02T08:28:02.000Z | src/InfiniSwiss.nRoute/Services/MapServiceAttribute.cs | InfiniSwiss/InfiniSwiss.nRoute | c40e7070ebbbbcdbb3cdf6d4abef8bd4b0dc0cd6 | [
"MIT"
] | null | null | null | src/InfiniSwiss.nRoute/Services/MapServiceAttribute.cs | InfiniSwiss/InfiniSwiss.nRoute | c40e7070ebbbbcdbb3cdf6d4abef8bd4b0dc0cd6 | [
"MIT"
] | null | null | null | using nRoute.Components.Composition;
using nRoute.Internal;
using System;
namespace nRoute.Services
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class MapServiceAttribute
: MapResourceBaseAttribute
{
private const string SERVICE_MUSTBE_OFTYPE ... | 29.833333 | 112 | 0.639106 |
7c0a0338b3bc3ede5862c461d9c37b840569f803 | 1,573 | cs | C# | src/BlazorMobile.Build.ElectronNET/Cli/Commands/SyncMissingBlazorMobileAssemblies.cs | ScriptBox99/BlazorMobile | 79e1cd95e38a61db45c8f83a1bd1989c16844219 | [
"MIT"
] | 429 | 2019-03-17T15:41:09.000Z | 2022-01-31T17:05:12.000Z | src/BlazorMobile.Build.ElectronNET/Cli/Commands/SyncMissingBlazorMobileAssemblies.cs | ScriptBox99/BlazorMobile | 79e1cd95e38a61db45c8f83a1bd1989c16844219 | [
"MIT"
] | 156 | 2019-03-15T12:00:50.000Z | 2021-12-17T10:10:31.000Z | src/BlazorMobile.Build.ElectronNET/Cli/Commands/SyncMissingBlazorMobileAssemblies.cs | Daddoon/Blazor.Mobile | 79e1cd95e38a61db45c8f83a1bd1989c16844219 | [
"MIT"
] | 54 | 2019-05-29T01:53:07.000Z | 2021-06-04T16:36:24.000Z | using BlazorMobile.Build.ElectronNET.Core;
using Microsoft.Extensions.CommandLineUtils;
using System;
namespace BlazorMobile.Build.ElectronNET.Commands
{
internal class SyncMissingBlazorMobileAssemblies
{
public static void Command(CommandLineApplication command)
{
var binDir = comm... | 34.195652 | 151 | 0.541004 |
04ef69401748c607e0ca515e1519dd2987576878 | 586 | cs | C# | Oppozootion Unity/Assets/Scripts/Canvas Managers/FinalCanvas.cs | Doggitoz/Rename | 0a93e12681366c30b88fdc48dafd2745971a5026 | [
"MIT"
] | null | null | null | Oppozootion Unity/Assets/Scripts/Canvas Managers/FinalCanvas.cs | Doggitoz/Rename | 0a93e12681366c30b88fdc48dafd2745971a5026 | [
"MIT"
] | null | null | null | Oppozootion Unity/Assets/Scripts/Canvas Managers/FinalCanvas.cs | Doggitoz/Rename | 0a93e12681366c30b88fdc48dafd2745971a5026 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class FinalCanvas : MonoBehaviour
{
GameManager gm = GameManager.GM;
public Text finalResults;
public void Awake()
{
gm = GameManager.GM;
}
public void ReturnToMenu()
{
... | 17.757576 | 73 | 0.633106 |
a5ecc3eb22a7715415bb29a94916ed1089f63a35 | 4,830 | cs | C# | WebServer/Subeler.cs | mfatihsaglam/iRestaurant | 722137debc3a6cb91e2a96c52521af12329acf97 | [
"MIT"
] | null | null | null | WebServer/Subeler.cs | mfatihsaglam/iRestaurant | 722137debc3a6cb91e2a96c52521af12329acf97 | [
"MIT"
] | null | null | null | WebServer/Subeler.cs | mfatihsaglam/iRestaurant | 722137debc3a6cb91e2a96c52521af12329acf97 | [
"MIT"
] | null | null | null |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated... | 32.857143 | 124 | 0.710145 |
3f56948c1d162c27e71812d79507f9e9b2cd92d8 | 2,120 | cs | C# | src/BlazorWasmCookieConfiguration/CookieConfigurationProvider.cs | ermontgo/BlazorWasmCookieConfiguration | a1bdc58bde8dcf491bf95d26f9526b26b2b9675a | [
"MIT"
] | null | null | null | src/BlazorWasmCookieConfiguration/CookieConfigurationProvider.cs | ermontgo/BlazorWasmCookieConfiguration | a1bdc58bde8dcf491bf95d26f9526b26b2b9675a | [
"MIT"
] | null | null | null | src/BlazorWasmCookieConfiguration/CookieConfigurationProvider.cs | ermontgo/BlazorWasmCookieConfiguration | a1bdc58bde8dcf491bf95d26f9526b26b2b9675a | [
"MIT"
] | null | null | null | using Microsoft.Extensions.Configuration;
using Microsoft.JSInterop;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Text;
namespace BlazorWasmCookieConfiguration
{
public class CookieConfigurationProvider : ConfigurationProvider
{
private readonly string cooki... | 32.615385 | 123 | 0.531604 |
8610a75ba4cb30f14da17eb321196b0687bf7314 | 1,760 | cs | C# | src/EuCars.Shared/Advertisement.cs | Valentinles/European-Cars | acbfba37d3d47fc5a8a63f4138b5b93ba67960f2 | [
"MIT"
] | null | null | null | src/EuCars.Shared/Advertisement.cs | Valentinles/European-Cars | acbfba37d3d47fc5a8a63f4138b5b93ba67960f2 | [
"MIT"
] | null | null | null | src/EuCars.Shared/Advertisement.cs | Valentinles/European-Cars | acbfba37d3d47fc5a8a63f4138b5b93ba67960f2 | [
"MIT"
] | null | null | null | using EuCars.Shared.Enums;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
namespace EuCars.Shared
{
public class Advertisement
{
public int Id { get; set; }
[Required]
public Brand Brand { get; set; }
[Required]... | 23.783784 | 72 | 0.565909 |
836890fcceb23d7f1ffa283d2a0c001dcc9b9fe5 | 1,308 | cs | C# | src/Web/Masa.Auth.Web.Admin.Rcl/Pages/Component/SearchTextField.cs | masastack/MASA.Auth | 57a04f5010fd67dc6f2b84c977f94f411e56d145 | [
"Apache-2.0"
] | 4 | 2022-03-15T05:33:42.000Z | 2022-03-30T01:02:41.000Z | src/Web/Masa.Auth.Web.Admin.Rcl/Pages/Component/SearchTextField.cs | masastack/MASA.Auth | 57a04f5010fd67dc6f2b84c977f94f411e56d145 | [
"Apache-2.0"
] | 1 | 2022-03-31T11:27:51.000Z | 2022-03-31T11:27:51.000Z | src/Web/Masa.Auth.Web.Admin.Rcl/Pages/Component/SearchTextField.cs | masastack/MASA.Auth | 57a04f5010fd67dc6f2b84c977f94f411e56d145 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) MASA Stack All rights reserved.
// Licensed under the Apache License. See LICENSE.txt in the project root for license information.
namespace Masa.Auth.Web.Admin.Rcl.Pages.Component;
public class SearchTextField : MTextField<string>
{
[Inject]
public I18n? I18n { get; set; }
public overr... | 31.902439 | 107 | 0.614679 |
ef09e4deb963c3bcedbb2b5b2bd360f20c538b64 | 8,029 | cs | C# | src/PSRule.Rules.Azure/Configuration/ResourceGroupOption.cs | Gordonby/PSRule.Rules.Azure | f9edc6747368d1c747462a3594a644bbe40c5788 | [
"MIT"
] | 5 | 2019-09-04T06:02:30.000Z | 2020-09-24T10:28:11.000Z | src/PSRule.Rules.Azure/Configuration/ResourceGroupOption.cs | Gordonby/PSRule.Rules.Azure | f9edc6747368d1c747462a3594a644bbe40c5788 | [
"MIT"
] | 219 | 2019-05-07T13:00:43.000Z | 2022-03-31T16:13:54.000Z | src/PSRule.Rules.Azure/Configuration/ResourceGroupOption.cs | Gordonby/PSRule.Rules.Azure | f9edc6747368d1c747462a3594a644bbe40c5788 | [
"MIT"
] | 2 | 2019-11-11T03:24:30.000Z | 2019-12-14T09:40:04.000Z | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Collections;
using System.ComponentModel;
using YamlDotNet.Serialization;
namespace PSRule.Rules.Azure.Configuration
{
public sealed class ResourceGroupOption
{
private const string DEFAULT_SUBSCRIPTIONID = "fffff... | 32.506073 | 126 | 0.56682 |
ef1f6f1c7fb39690df8e302f2643bc57fb3de1ef | 296 | cs | C# | src/DigitalFish.StaticSiteGenerator.DataAccess/Repositories/Interfaces/ILayoutRepository.cs | DigitalFishNL/StaticSiteGenerator | 004f146b3858ec6e15526a2a6f256ce354995cef | [
"MIT"
] | null | null | null | src/DigitalFish.StaticSiteGenerator.DataAccess/Repositories/Interfaces/ILayoutRepository.cs | DigitalFishNL/StaticSiteGenerator | 004f146b3858ec6e15526a2a6f256ce354995cef | [
"MIT"
] | 1 | 2022-03-07T22:57:53.000Z | 2022-03-07T22:57:53.000Z | src/DigitalFish.StaticSiteGenerator.DataAccess/Repositories/Interfaces/ILayoutRepository.cs | DigitalFishNL/StaticSiteGenerator | 004f146b3858ec6e15526a2a6f256ce354995cef | [
"MIT"
] | null | null | null | using DigitalFish.StaticSiteGenerator.DataAccess.Models;
using System.Collections.Generic;
namespace DigitalFish.StaticSiteGenerator.DataAccess.Repositories.Interfaces
{
public interface ILayoutRepository
{
IEnumerable<string> List();
Layout Read(string path);
}
}
| 22.769231 | 76 | 0.756757 |
56446e316ce90fc4e53d40b78cf65ca45fe2ab19 | 2,503 | cs | C# | test/SlowTests/Tests/Linq/OrderBy.cs | ryanheath/ravendb | f32ee65b73912aa1532929164d004e027d266270 | [
"Linux-OpenIB"
] | 1 | 2017-03-02T13:05:14.000Z | 2017-03-02T13:05:14.000Z | test/SlowTests/Tests/Linq/OrderBy.cs | ryanheath/ravendb | f32ee65b73912aa1532929164d004e027d266270 | [
"Linux-OpenIB"
] | 1 | 2019-03-12T12:10:52.000Z | 2019-03-12T12:10:52.000Z | test/SlowTests/Tests/Linq/OrderBy.cs | aviv86/ravendb | 3ee33d576fecd2c47dc7a9f5b671a46731fed659 | [
"Linux-OpenIB"
] | null | null | null | using System.Linq;
using System.Threading.Tasks;
using FastTests;
using Xunit;
namespace SlowTests.Tests.Linq
{
public class OrderBy : RavenTestBase
{
private class Section
{
public string Id { get; set; }
public int Position { get; set; }
public... | 30.901235 | 66 | 0.405513 |
173c895c12d750f3169fa1d4f97cf75d39811627 | 291 | cs | C# | Runtime/ITriggerEventsProvider.cs | batonPiotr/handcrafted-games-common | fb38d0cb37641c6b79a1dbbef62eb4810867f2bd | [
"MIT"
] | null | null | null | Runtime/ITriggerEventsProvider.cs | batonPiotr/handcrafted-games-common | fb38d0cb37641c6b79a1dbbef62eb4810867f2bd | [
"MIT"
] | null | null | null | Runtime/ITriggerEventsProvider.cs | batonPiotr/handcrafted-games-common | fb38d0cb37641c6b79a1dbbef62eb4810867f2bd | [
"MIT"
] | null | null | null | namespace HandcraftedGames.Common
{
using UnityEngine;
public interface ITriggerEventsProvider
{
event System.Action<Collider> OnTriggerEnterEvent;
event System.Action<Collider> OnTriggerStayEvent;
event System.Action<Collider> OnTriggerExitEvent;
}
} | 29.1 | 58 | 0.735395 |
70eaf2fd4c117702c4cba654f4613c9cb6c3611e | 693 | cs | C# | CSharp/leetcodesln/RemoveDuplicatesFromSortedArray.cs | user3301/TrialOfTheGrasses | 992247c63f45dd5888fe2a807011519e07434a0c | [
"MIT"
] | 3 | 2020-02-05T22:50:09.000Z | 2021-05-09T11:49:01.000Z | CSharp/leetcodesln/RemoveDuplicatesFromSortedArray.cs | matwming/TrialOfTheGrasses | 47b1cece0e4843b2e20c9b064fdf6ab26c6de6a7 | [
"MIT"
] | 11 | 2019-10-07T10:30:42.000Z | 2021-02-22T11:58:09.000Z | CSharp/leetcodesln/RemoveDuplicatesFromSortedArray.cs | matwming/TrialOfTheGrasses | 47b1cece0e4843b2e20c9b064fdf6ab26c6de6a7 | [
"MIT"
] | 2 | 2020-02-05T22:49:48.000Z | 2021-04-28T01:22:26.000Z | namespace leetcodesln
{
public class RemoveDuplicatesFromSortedArray
{
public int RemoveDuplicates(int[] nums)
{
if(nums.Length <= 1) return nums.Length == 1? 1: 0;
var currentPtr = 1;
var sortedPtr = 0;
while(currentPtr < nums.Length)
... | 25.666667 | 63 | 0.409812 |
2f39d7a0f7c82af41bf81bfbed1f67b9df486e71 | 152 | cs | C# | src/Contracts/ApiService.Contracts/UserApi/FeedbackRequested.cs | konvovden/masstransit-demo | 9de89218265f5cce0053fd7c704c9dade8f70045 | [
"MIT"
] | null | null | null | src/Contracts/ApiService.Contracts/UserApi/FeedbackRequested.cs | konvovden/masstransit-demo | 9de89218265f5cce0053fd7c704c9dade8f70045 | [
"MIT"
] | null | null | null | src/Contracts/ApiService.Contracts/UserApi/FeedbackRequested.cs | konvovden/masstransit-demo | 9de89218265f5cce0053fd7c704c9dade8f70045 | [
"MIT"
] | 1 | 2021-12-21T17:04:58.000Z | 2021-12-21T17:04:58.000Z | using System;
namespace ApiService.Contracts.UserApi
{
public interface FeedbackRequested
{
public Guid OrderId { get; set; }
}
}
| 15.2 | 41 | 0.664474 |
5bf1d16a5b64afa90b57cb2083f419014727c6ce | 990 | cs | C# | ExamPrep-18-March-2018/DungeonsAndCodeWizards/Models/Bags/Bag.cs | SonicTheCat/CSharp-OOP-Basics | 38f66dcbf9adf9c8b25fc5a5fdb15a76b4dded0e | [
"MIT"
] | 3 | 2018-10-20T08:18:14.000Z | 2018-11-26T11:37:14.000Z | ExamPrep-18-March-2018/DungeonsAndCodeWizards/Models/Bags/Bag.cs | SonicTheCat/CSharp-OOP-Basics | 38f66dcbf9adf9c8b25fc5a5fdb15a76b4dded0e | [
"MIT"
] | null | null | null | ExamPrep-18-March-2018/DungeonsAndCodeWizards/Models/Bags/Bag.cs | SonicTheCat/CSharp-OOP-Basics | 38f66dcbf9adf9c8b25fc5a5fdb15a76b4dded0e | [
"MIT"
] | 3 | 2021-04-07T13:47:33.000Z | 2021-07-02T06:26:16.000Z | using System;
using System.Collections.Generic;
using System.Linq;
public abstract class Bag
{
private IList<Item> listItems;
public Bag(int capacity)
{
Capacity = capacity;
listItems = new List<Item>();
}
public int Capacity { get; set; } = 100;
public double Load
{
... | 19.411765 | 81 | 0.589899 |
207eac668d2e1e767b5cb4b8bb93671330150fcf | 176 | cshtml | C# | containers/web/Views/Editor/Editor.cshtml | teamhitori/frakas-platform | c56c9b12d48598cf93ca0a98898bd44672dc551d | [
"Apache-2.0"
] | null | null | null | containers/web/Views/Editor/Editor.cshtml | teamhitori/frakas-platform | c56c9b12d48598cf93ca0a98898bd44672dc551d | [
"Apache-2.0"
] | null | null | null | containers/web/Views/Editor/Editor.cshtml | teamhitori/frakas-platform | c56c9b12d48598cf93ca0a98898bd44672dc551d | [
"Apache-2.0"
] | null | null | null | @{
ViewData["Title"] = "Editor Page";
}
<input type="hidden" id="config-publishedGameName" value="@(ViewBag.publishedGameName)" />
<editor-component></editor-component>
| 22 | 90 | 0.693182 |
9872f1d1cac31ed328bf6b3f66f387d2c10c56f5 | 313 | cs | C# | Zero3UndubProcess/Reporter/InfoReporter.cs | wagrenier/Zero3Undub | 99bc5a8273aabbae992e6e4015dcacc65f1bc39a | [
"MIT"
] | 1 | 2021-12-12T22:46:57.000Z | 2021-12-12T22:46:57.000Z | Zero3UndubProcess/Reporter/InfoReporter.cs | wagrenier/Zero3Undub | 99bc5a8273aabbae992e6e4015dcacc65f1bc39a | [
"MIT"
] | null | null | null | Zero3UndubProcess/Reporter/InfoReporter.cs | wagrenier/Zero3Undub | 99bc5a8273aabbae992e6e4015dcacc65f1bc39a | [
"MIT"
] | null | null | null | namespace Zero3UndubProcess.Reporter
{
public class InfoReporter
{
public int TotalFiles { get; set; }
public int FilesCompleted { get; set; }
public bool IsCompleted { get; set; }
public bool IsSuccess { get; set; }
public string ErrorMessage { get; set; }
}
} | 28.454545 | 48 | 0.616613 |
545528dbac491a893b943f0ce508fd0b4f490870 | 323 | cs | C# | KnowledgeInterchangeFormat/Expressions/Sentence.cs | otac0n/KnowledgeInterfaceFormat | 559f0c646868425923da912030d5108a42917f3d | [
"MIT"
] | 1 | 2020-12-17T03:04:36.000Z | 2020-12-17T03:04:36.000Z | KnowledgeInterchangeFormat/Expressions/Sentence.cs | otac0n/KnowledgeInterchangeFormat | 559f0c646868425923da912030d5108a42917f3d | [
"MIT"
] | null | null | null | KnowledgeInterchangeFormat/Expressions/Sentence.cs | otac0n/KnowledgeInterchangeFormat | 559f0c646868425923da912030d5108a42917f3d | [
"MIT"
] | null | null | null | // Copyright © John Gietzen. All Rights Reserved. This source is subject to the MIT license. Please see license.md for more information.
namespace KnowledgeInterchangeFormat.Expressions
{
/// <summary>
/// Expresses facts about the world.
/// </summary>
public abstract class Sentence : Form
{
}... | 26.916667 | 136 | 0.696594 |
54eb16bd15f4c01f897e20c732b01bf24781f97f | 429 | cs | C# | OOP/Exercises/03. Inheritance - Lab/05.StackOfStrings/StackOfStrings.cs | NeikoGrozev/CSharpAdvanced | 2bf8955765cbce46b746e4380c548f8a41479c10 | [
"MIT"
] | 1 | 2021-01-08T08:05:23.000Z | 2021-01-08T08:05:23.000Z | OOP/Exercises/03. Inheritance - Lab/05.StackOfStrings/StackOfStrings.cs | NeikoGrozev/CSharpAdvanced | 2bf8955765cbce46b746e4380c548f8a41479c10 | [
"MIT"
] | null | null | null | OOP/Exercises/03. Inheritance - Lab/05.StackOfStrings/StackOfStrings.cs | NeikoGrozev/CSharpAdvanced | 2bf8955765cbce46b746e4380c548f8a41479c10 | [
"MIT"
] | null | null | null | namespace CustomStack
{
using System.Collections.Generic;
public class StackOfStrings : Stack<string>
{
public bool IsEmpty()
{
return this.Count == 0;
}
public Stack<string> AddRange(List<string> collection)
{
foreach (var item in collecti... | 17.875 | 62 | 0.491841 |
88627966e360ee4f18f625d79151d0d60f2fcba8 | 12,628 | cs | C# | src/Infrastructure/ImageOCR/RivenCleaner.cs | davidneumann/WFChatParser | 97b92de0864a6071cad85a5a225b641feae63bd4 | [
"MIT"
] | 2 | 2019-04-20T01:57:30.000Z | 2020-07-07T20:59:43.000Z | src/Infrastructure/ImageOCR/RivenCleaner.cs | davidneumann/WFChatParser | 97b92de0864a6071cad85a5a225b641feae63bd4 | [
"MIT"
] | 1 | 2020-05-10T05:43:49.000Z | 2020-07-16T00:10:53.000Z | src/Infrastructure/ImageOCR/RivenCleaner.cs | davidneumann/WFChatParser | 97b92de0864a6071cad85a5a225b641feae63bd4 | [
"MIT"
] | 2 | 2019-03-20T20:08:52.000Z | 2019-04-05T05:43:53.000Z | using Application.Interfaces;
using Application.Utils;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.ColorSpaces.Conversion;
using SixLabors.ImageSharp.Formats.Png;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using System;
using System.Collections.Generic;
using System.Draw... | 42.375839 | 167 | 0.383592 |
2a5b119b9bbdf88022995ea366245c3e00fcb4ea | 205 | cs | C# | UniversalPackageExplorer.Setup/UI/ModePage.xaml.cs | Inedo/UniversalPackageExplorer | a1013a0cf9e82af89d5fca896d08c625486cca46 | [
"MIT"
] | 7 | 2018-06-19T19:15:35.000Z | 2021-08-29T14:09:10.000Z | UniversalPackageExplorer.Setup/UI/ModePage.xaml.cs | Inedo/UniversalPackageExplorer | a1013a0cf9e82af89d5fca896d08c625486cca46 | [
"MIT"
] | 9 | 2018-04-09T15:10:05.000Z | 2022-03-20T15:54:23.000Z | UniversalPackageExplorer.Setup/UI/ModePage.xaml.cs | Inedo/UniversalPackageExplorer | a1013a0cf9e82af89d5fca896d08c625486cca46 | [
"MIT"
] | 5 | 2018-07-27T18:38:23.000Z | 2019-07-08T12:05:45.000Z | using Inedo.Installer.UI;
namespace Inedo.UniversalPackageExplorer.Setup.UI
{
public partial class ModePage : InstallerPageBase
{
public ModePage() => this.InitializeComponent();
}
}
| 20.5 | 56 | 0.712195 |
1d67cebfb5bdf6002acbec5cac9a474298c95cfe | 1,465 | cs | C# | src/Stl.Fusion.Server/FusionWebSocketServerBuilder.cs | BlazorHub/Stl.Fusion | 75a815381c93ed7f8a010ecb7410576f86abd2c8 | [
"MIT"
] | null | null | null | src/Stl.Fusion.Server/FusionWebSocketServerBuilder.cs | BlazorHub/Stl.Fusion | 75a815381c93ed7f8a010ecb7410576f86abd2c8 | [
"MIT"
] | null | null | null | src/Stl.Fusion.Server/FusionWebSocketServerBuilder.cs | BlazorHub/Stl.Fusion | 75a815381c93ed7f8a010ecb7410576f86abd2c8 | [
"MIT"
] | null | null | null | using System;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Stl.Reflection;
using Stl.Serialization;
namespace Stl.Fusion.Server
{
public readonly struct FusionWebSocketServerBuilder
{
private class AddedTag { }
private static r... | 34.880952 | 78 | 0.619113 |
1d7f9ec8bb580122d95d640e30dcfff82eca4d2e | 314 | cs | C# | Confuser.Protections/TypeScrambler/Scrambler/Analyzers/MethodSpecAnalyzer.cs | PositiveTechnologies/ConfuserEx | 061a1e1484c23ad6eac4c91a8fe445934fb91cf5 | [
"MIT"
] | 2 | 2020-11-13T13:01:18.000Z | 2022-03-17T16:49:48.000Z | Confuser.Protections/TypeScrambler/Scrambler/Analyzers/MethodSpecAnalyzer.cs | PositiveTechnologies/ConfuserEx | 061a1e1484c23ad6eac4c91a8fe445934fb91cf5 | [
"MIT"
] | null | null | null | Confuser.Protections/TypeScrambler/Scrambler/Analyzers/MethodSpecAnalyzer.cs | PositiveTechnologies/ConfuserEx | 061a1e1484c23ad6eac4c91a8fe445934fb91cf5 | [
"MIT"
] | null | null | null | using dnlib.DotNet;
namespace Confuser.Protections.TypeScramble.Scrambler.Analyzers {
class MethodSpecAnalyzer : ContextAnalyzer<MethodSpec> {
public override void Process(ScannedMethod m, MethodSpec o) {
foreach (var t in o.GenericInstMethodSig.GenericArguments) {
m.RegisterGeneric(t);
}
}
}
}
| 26.166667 | 65 | 0.761146 |
1569a3cf3fb0e58c28b2362de83a0b41d90bd1df | 17,568 | cs | C# | Editor/SelectionGroupEditorWindow.GUI.cs | instance-id/com.unity.selection-groups | 836b59423fd3f5cacd352f23a0430b3ffbfc29e7 | [
"RSA-MD"
] | 43 | 2020-02-06T23:13:21.000Z | 2022-03-14T21:12:47.000Z | Editor/SelectionGroupEditorWindow.GUI.cs | instance-id/com.unity.selection-groups | 836b59423fd3f5cacd352f23a0430b3ffbfc29e7 | [
"RSA-MD"
] | 32 | 2021-03-09T14:23:05.000Z | 2022-02-18T14:44:55.000Z | Editor/SelectionGroupEditorWindow.GUI.cs | instance-id/com.unity.selection-groups | 836b59423fd3f5cacd352f23a0430b3ffbfc29e7 | [
"RSA-MD"
] | 7 | 2020-02-08T02:14:09.000Z | 2022-02-08T15:22:33.000Z | using System.Linq;
using System.Reflection;
using NUnit.Framework;
using Unity.SelectionGroups;
using Unity.SelectionGroups.Runtime;
using UnityEditor;
using UnityEngine;
using Object = UnityEngine.Object;
namespace Unity.SelectionGroupsEditor
{
internal partial class SelectionGroupEditorWindow : EditorWindo... | 38.025974 | 126 | 0.47837 |
c301e704e85f1c73df4323fb4388b412fd9895ef | 104 | cs | C# | AmpAuth/AmpAuth.Core/Classes/ConditionType.cs | devkyudin/amp-authorization | 3f6847993273e1cbbcb4b251e119156423567322 | [
"Apache-2.0"
] | null | null | null | AmpAuth/AmpAuth.Core/Classes/ConditionType.cs | devkyudin/amp-authorization | 3f6847993273e1cbbcb4b251e119156423567322 | [
"Apache-2.0"
] | null | null | null | AmpAuth/AmpAuth.Core/Classes/ConditionType.cs | devkyudin/amp-authorization | 3f6847993273e1cbbcb4b251e119156423567322 | [
"Apache-2.0"
] | null | null | null | namespace AmpAuth.Core
{
public class ConditionType
{
public ExpressionType Item { get; set; }
}
}
| 13 | 42 | 0.711538 |
66cfbcdca4db7651abf7f1eb45840ae37789b0af | 10,809 | cs | C# | SLang.NET.Test/TestCase.cs | ratijas/SLang.NET | dcf87b2b13de4b8d7fdcb1da8864249d0891138c | [
"MIT"
] | 1 | 2019-12-02T08:53:07.000Z | 2019-12-02T08:53:07.000Z | SLang.NET.Test/TestCase.cs | ratijas/SLang.NET | dcf87b2b13de4b8d7fdcb1da8864249d0891138c | [
"MIT"
] | null | null | null | SLang.NET.Test/TestCase.cs | ratijas/SLang.NET | dcf87b2b13de4b8d7fdcb1da8864249d0891138c | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using MoreLinq;
using Newtonsoft.Json;
using SLang.IR;
using SLang.IR.JSON;
using SLang.NET.Gen;
using FormatException = SLang.IR.JSON.FormatException;
using RunProcessAsTask;
namespace SLang.NET.Test
{
p... | 32.854103 | 125 | 0.468776 |
6623306aa4a701f336e9e9782117f1a4aa1e4d01 | 410 | cs | C# | SteamWebRequest/SteamApiClient/Responses/Dota/Match/MatchDetailsResponse.cs | Niklas-Seppala/steam-api-core | 35e80cf2ed5edb8ff637e8a1c8aa6ec2227034f1 | [
"MIT"
] | 1 | 2021-01-20T09:49:55.000Z | 2021-01-20T09:49:55.000Z | SteamWebRequest/SteamApiClient/Responses/Dota/Match/MatchDetailsResponse.cs | Niklas-Seppala/steam-api-core | 35e80cf2ed5edb8ff637e8a1c8aa6ec2227034f1 | [
"MIT"
] | null | null | null | SteamWebRequest/SteamApiClient/Responses/Dota/Match/MatchDetailsResponse.cs | Niklas-Seppala/steam-api-core | 35e80cf2ed5edb8ff637e8a1c8aa6ec2227034f1 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using System;
namespace SteamApi.Responses.Dota
{
/// <summary>
/// This is a JSON response container class that is never supposed
/// to see sunlight during its brief lifetime.
/// </summary>
[Serializable]
public sealed class MatchDetailsResponse : ApiResponse
{
... | 24.117647 | 70 | 0.660976 |
662fb45b8dd6c6b19e60e325e9608f9ec7c9294e | 1,031 | cshtml | C# | src/Sfa.Tl.ResultsAndCertification.Web/Views/TrainingProvider/SearchLearnerRecordNotAdded.cshtml | SkillsFundingAgency/tl-results-and-certification | dd7a31406a7cc0c7d1bf7a0136e649d9a559d45b | [
"MIT"
] | 1 | 2021-02-22T15:04:13.000Z | 2021-02-22T15:04:13.000Z | src/Sfa.Tl.ResultsAndCertification.Web/Views/TrainingProvider/SearchLearnerRecordNotAdded.cshtml | SkillsFundingAgency/tl-results-and-certification | dd7a31406a7cc0c7d1bf7a0136e649d9a559d45b | [
"MIT"
] | 6 | 2019-11-25T14:30:51.000Z | 2021-04-27T17:08:30.000Z | src/Sfa.Tl.ResultsAndCertification.Web/Views/TrainingProvider/SearchLearnerRecordNotAdded.cshtml | SkillsFundingAgency/tl-results-and-certification | dd7a31406a7cc0c7d1bf7a0136e649d9a559d45b | [
"MIT"
] | 1 | 2021-04-11T08:32:49.000Z | 2021-04-11T08:32:49.000Z | @model Sfa.Tl.ResultsAndCertification.Web.ViewModel.TrainingProvider.Manual.LearnerRecordNotAddedViewModel
@using Sfa.Tl.ResultsAndCertification.Web.Content.TrainingProvider
@{
ViewData["Title"] = SearchLearnerRecordNotAdded.Page_Title;
}
@section NavigationBar {
<vc:back-link model=Model.BackLink></vc:back-... | 41.24 | 219 | 0.72066 |
0594ed5b6d6d78abf1e6af7c90388ad7818b74ed | 175 | cs | C# | src/GradeBook/Statistics.cs | Sanusi1997/GradeBook | 356f943d4c08e20dff012da07b4864df22cf9475 | [
"MIT"
] | null | null | null | src/GradeBook/Statistics.cs | Sanusi1997/GradeBook | 356f943d4c08e20dff012da07b4864df22cf9475 | [
"MIT"
] | null | null | null | src/GradeBook/Statistics.cs | Sanusi1997/GradeBook | 356f943d4c08e20dff012da07b4864df22cf9475 | [
"MIT"
] | null | null | null | namespace GradeBook{
public class Statistics{
public double average;
public double low;
public double high;
public char Letter;
}
} | 14.583333 | 30 | 0.6 |
351bbdb8d37a3758902a6d37c1d53b795a43556c | 12,387 | cs | C# | source/MikhailKhalizev.Max/source/Program/Auto/z-100a-1460.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-100a-1460.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | null | null | null | source/MikhailKhalizev.Max/source/Program/Auto/z-100a-1460.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("0x100a_1460-e035da8a")]
public void Method_100a_1460()
{
ii(0x100a_1460, 5); push(0x34); ... | 79.403846 | 114 | 0.484379 |
5f40d47087a4b7a6d2a8adb81e9a6cc6ef721828 | 919 | cs | C# | PizzaBox.Client/Singletons/ToppingSingleton.cs | 210329-UTA-SH-UiPath/p0_jeffrey_breiner | 8359dcaf2613027660b05d3d273d8c493fd7e2f5 | [
"MIT"
] | null | null | null | PizzaBox.Client/Singletons/ToppingSingleton.cs | 210329-UTA-SH-UiPath/p0_jeffrey_breiner | 8359dcaf2613027660b05d3d273d8c493fd7e2f5 | [
"MIT"
] | null | null | null | PizzaBox.Client/Singletons/ToppingSingleton.cs | 210329-UTA-SH-UiPath/p0_jeffrey_breiner | 8359dcaf2613027660b05d3d273d8c493fd7e2f5 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using PizzaBox.Domain.Models.Components;
using PizzaBox.Domain.Models.Toppings;
namespace PizzaBox.Client.Singletons
{
/// <summary>
///
/// </summary>
public class ToppingSingleton
{
private static ToppingSingleton _instance;
public List<Topping> Toppings { get; s... | 18.755102 | 47 | 0.548422 |
7f9797eb57182c7ded58fac26f99acd439f2ccde | 6,889 | cs | C# | solutions/NMF/61850/LNNodes/LNGroupR/IRDIR.cs | georghinkel/ttc2017smartGrids | 2997f1c202f5af628e50f5645c900f4d35f44bb7 | [
"MIT"
] | 5 | 2017-04-25T13:06:44.000Z | 2021-03-24T02:58:50.000Z | solutions/NMF/61850/LNNodes/LNGroupR/IRDIR.cs | georghinkel/ttc2017smartGrids | 2997f1c202f5af628e50f5645c900f4d35f44bb7 | [
"MIT"
] | 7 | 2017-04-25T13:13:30.000Z | 2017-09-02T11:46:25.000Z | generator/61850/LNNodes/LNGroupR/IRDIR.cs | georghinkel/ttc2017smartGrids | 2997f1c202f5af628e50f5645c900f4d35f44bb7 | [
"MIT"
] | 3 | 2017-04-25T13:08:02.000Z | 2021-04-12T07:21:39.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generi... | 29.190678 | 96 | 0.551749 |
7fad938061efbfb81dec1a4f37437418b9571895 | 5,619 | cs | C# | Assets/MapBuilder/Scripts/TileMap/MapObjectLayerGenerator.cs | makerhanoi/via-simulation-jeep | bfa626f8de2d694ae816cbe0179a4fe05d78050f | [
"MIT"
] | 5 | 2021-03-14T03:26:50.000Z | 2021-11-24T07:09:58.000Z | Assets/MapBuilder/Scripts/TileMap/MapObjectLayerGenerator.cs | makerhanoi/via-simulation-jeep | bfa626f8de2d694ae816cbe0179a4fe05d78050f | [
"MIT"
] | null | null | null | Assets/MapBuilder/Scripts/TileMap/MapObjectLayerGenerator.cs | makerhanoi/via-simulation-jeep | bfa626f8de2d694ae816cbe0179a4fe05d78050f | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using static MapData;
public class MapObjectLayerGenerator : MonoBehaviour
{
[System.Serializable]
public class TrafficSignRes
{
public TrafficSignType signType;
public TrafficSignObject tr... | 31.567416 | 159 | 0.608293 |
cc250bc9f5360e723b2f92879433d5f4b05d3a5b | 2,250 | cs | C# | src/PDWScripter/GlobalFilterSettings.cs | jackwagons/DWScripter | 8afac84b0cd8bebd1630d62e3018c9c2e33b575c | [
"MIT"
] | 9 | 2018-01-03T16:50:19.000Z | 2019-04-17T13:53:33.000Z | src/PDWScripter/GlobalFilterSettings.cs | jackwagons/DWScripter | 8afac84b0cd8bebd1630d62e3018c9c2e33b575c | [
"MIT"
] | 4 | 2018-04-13T13:17:20.000Z | 2019-05-05T15:56:57.000Z | src/PDWScripter/GlobalFilterSettings.cs | jackwagons/DWScripter | 8afac84b0cd8bebd1630d62e3018c9c2e33b575c | [
"MIT"
] | 8 | 2019-06-13T07:27:39.000Z | 2021-12-03T22:46:23.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Newtonsoft.Json;
namespace DWScripter
{
public class GlobalFilterSettings
... | 31.25 | 169 | 0.644444 |
5e5fbf4cbe2726827b7064d6c29565e893a2c42d | 4,863 | cs | C# | GoogleCloudExtension/GoogleCloudExtension.GcsUtils/GcsDataSourceExtensions.cs | iantalarico/google-cloud-visualstudio | 985dc93d17c6e388de9ab70d009b260ab7b2c83d | [
"Apache-2.0"
] | null | null | null | GoogleCloudExtension/GoogleCloudExtension.GcsUtils/GcsDataSourceExtensions.cs | iantalarico/google-cloud-visualstudio | 985dc93d17c6e388de9ab70d009b260ab7b2c83d | [
"Apache-2.0"
] | null | null | null | GoogleCloudExtension/GoogleCloudExtension.GcsUtils/GcsDataSourceExtensions.cs | iantalarico/google-cloud-visualstudio | 985dc93d17c6e388de9ab70d009b260ab7b2c83d | [
"Apache-2.0"
] | null | null | null | // Copyright 2017 Google 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 required by applicabl... | 41.211864 | 108 | 0.618754 |
52e56be48621b8f7abd78d349947a6f22dfcf78b | 37,476 | cs | C# | Assets/AI4Enemies/Scripts/AIController.cs | aytona/VirtualRealityFPS | 631c78277ccd020f06e79bad1d3454f80edc96ec | [
"MIT"
] | null | null | null | Assets/AI4Enemies/Scripts/AIController.cs | aytona/VirtualRealityFPS | 631c78277ccd020f06e79bad1d3454f80edc96ec | [
"MIT"
] | null | null | null | Assets/AI4Enemies/Scripts/AIController.cs | aytona/VirtualRealityFPS | 631c78277ccd020f06e79bad1d3454f80edc96ec | [
"MIT"
] | 1 | 2018-08-25T22:15:04.000Z | 2018-08-25T22:15:04.000Z | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class AIController : MonoBehaviour
{
public Transform target;
public float targetPointHeight = 1.0f;
public Transform spawnPoint;
public GameObject projectile;
private Transform myTargetPoint;
private Transfo... | 34.796657 | 153 | 0.530393 |
a26c14848d199bc0ceb1f524968b0b7d663fd3ac | 5,361 | cs | C# | Naos.AWS.S3/.recipes/Naos.Cryptography.Hashing/HashGenerator.cs | NaosFramework/Naos.AWS | 6456ff94c8678fb4eb6d0a70bf690b236f1d224c | [
"MIT"
] | 3 | 2021-02-02T02:19:52.000Z | 2021-09-23T19:37:12.000Z | Naos.Recipes.Cryptography.Hashing/.recipes/Naos.Cryptography.Hashing/HashGenerator.cs | NaosProject/Naos.Recipes | 74e4a0c7747b69b3e66c6413c66dd85e0fc63a35 | [
"MIT"
] | null | null | null | Naos.Recipes.Cryptography.Hashing/.recipes/Naos.Cryptography.Hashing/HashGenerator.cs | NaosProject/Naos.Recipes | 74e4a0c7747b69b3e66c6413c66dd85e0fc63a35 | [
"MIT"
] | null | null | null | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="HashGenerator.cs" company="Naos">
// Copyright (c) Naos 2017. All Rights Reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Will be overwritten with... | 42.888 | 136 | 0.595411 |
a29667e77684e8e098a78b9d94fe531e72aef407 | 1,046 | cs | C# | Cactus.Model/Store/StoreInfo.cs | MyFarmland/Cactus | f85df02f801b0d1b3aed3ac95dc36bba326c557f | [
"MIT"
] | 12 | 2016-12-04T06:56:59.000Z | 2021-09-06T07:41:58.000Z | Cactus.Model/Store/StoreInfo.cs | MyFarmland/Cactus | f85df02f801b0d1b3aed3ac95dc36bba326c557f | [
"MIT"
] | null | null | null | Cactus.Model/Store/StoreInfo.cs | MyFarmland/Cactus | f85df02f801b0d1b3aed3ac95dc36bba326c557f | [
"MIT"
] | 8 | 2017-03-08T01:50:21.000Z | 2019-12-06T08:39:38.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cactus.Model.Store
{
/// <summary>
/// 商店信息
/// </summary>
public class StoreInfo
{
/// <summary>
/// 商店ID
/// </summary>
p... | 23.772727 | 49 | 0.456979 |
d9e797f6244a11b3c834707f0b563f7de56f0042 | 398 | cs | C# | src/Our.Umbraco.GMaps.Core/Extensions/HtmlExtensions.cs | NikRimington/Our.Umbraco.GMaps | caf2d42b8dc8a268a1badc637a9235d7a4f11d04 | [
"MIT"
] | null | null | null | src/Our.Umbraco.GMaps.Core/Extensions/HtmlExtensions.cs | NikRimington/Our.Umbraco.GMaps | caf2d42b8dc8a268a1badc637a9235d7a4f11d04 | [
"MIT"
] | null | null | null | src/Our.Umbraco.GMaps.Core/Extensions/HtmlExtensions.cs | NikRimington/Our.Umbraco.GMaps | caf2d42b8dc8a268a1badc637a9235d7a4f11d04 | [
"MIT"
] | null | null | null | using System.Web;
using System.Web.Mvc;
using System.Web.Mvc.Html;
namespace Our.Umbraco.GMaps.Extensions
{
public static class HtmlExtensions
{
public static HtmlString RenderMapScripts(this HtmlHelper helper, Our.Umbraco.GMaps.Models.GmapsModel model)
{
return helper.Partial("~/V... | 26.533333 | 116 | 0.701005 |
3d810a680793785cbaba1927bb6bbf2a9e0b3da6 | 142,456 | cs | C# | ExchangeMAPI/Source/MS-OXCTABL/TestSuite/S02_RowRops_ParseQueryRowsAfterSetColumnsFailed_TestSuite.cs | v-yahan/Interop-TestSuites | 343f13f3c26110250a7d2b8d38539cb81e7988d0 | [
"MIT"
] | 29 | 2016-09-07T19:06:02.000Z | 2022-01-12T02:24:29.000Z | ExchangeMAPI/Source/MS-OXCTABL/TestSuite/S02_RowRops_ParseQueryRowsAfterSetColumnsFailed_TestSuite.cs | v-yahan/Interop-TestSuites | 343f13f3c26110250a7d2b8d38539cb81e7988d0 | [
"MIT"
] | 26 | 2016-11-11T04:47:31.000Z | 2022-03-11T09:43:25.000Z | ExchangeMAPI/Source/MS-OXCTABL/TestSuite/S02_RowRops_ParseQueryRowsAfterSetColumnsFailed_TestSuite.cs | v-yahan/Interop-TestSuites | 343f13f3c26110250a7d2b8d38539cb81e7988d0 | [
"MIT"
] | 38 | 2015-12-09T01:35:50.000Z | 2022-03-25T09:45:25.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18449
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated... | 116.101059 | 4,049 | 0.7325 |
8b34a1a6bfe62eb772ba528f2b5912a130a5701a | 751 | cshtml | C# | AdressList/AdressList/Views/Home/Update.cshtml | miko96/example | 1f28d45b5292df45461fabaeb60a1c836b95fd64 | [
"MIT"
] | null | null | null | AdressList/AdressList/Views/Home/Update.cshtml | miko96/example | 1f28d45b5292df45461fabaeb60a1c836b95fd64 | [
"MIT"
] | null | null | null | AdressList/AdressList/Views/Home/Update.cshtml | miko96/example | 1f28d45b5292df45461fabaeb60a1c836b95fd64 | [
"MIT"
] | null | null | null | @using AdressList.Models
@model AdressNote
@{
ViewBag.Title = "Update Note";
}
<div id="update" class="section panel panel-primary">
<div class="panel-heading">
Update
</div>
<div class="panel-body">
@using (Html.BeginForm())
{
<div class="form-group">
... | 30.04 | 85 | 0.496671 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.