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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ba129b730d2b7c168c75eb5d209d659cb93e594a | 8,724 | cs | C# | StreamUtilities/AllocatedMemoryStream.cs | WildGoat07/StreamUtilities | 249279e71296c9832f1351b4161592b3f1d232d6 | [
"MIT"
] | null | null | null | StreamUtilities/AllocatedMemoryStream.cs | WildGoat07/StreamUtilities | 249279e71296c9832f1351b4161592b3f1d232d6 | [
"MIT"
] | null | null | null | StreamUtilities/AllocatedMemoryStream.cs | WildGoat07/StreamUtilities | 249279e71296c9832f1351b4161592b3f1d232d6 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StreamUtilities
{
/// <summary>
/// Memory stream that handle Memory<byte>.
/// </summary>
public class AllocatedMemoryStream : Stream
{
#reg... | 37.930435 | 116 | 0.571756 |
e1be0fd494a4d1eea550c8b231ad13678944a8a5 | 1,412 | cs | C# | src/vcs-lib/VersionControl/Operations/IMergable.cs | vbliznikov/colabedit | bd75bd905086c66bdf1fe14c73f8867166932336 | [
"MIT"
] | 1 | 2017-06-18T11:38:55.000Z | 2017-06-18T11:38:55.000Z | src/vcs-lib/VersionControl/Operations/IMergable.cs | vbliznikov/colabedit | bd75bd905086c66bdf1fe14c73f8867166932336 | [
"MIT"
] | 5 | 2017-07-16T13:14:02.000Z | 2017-07-16T13:27:25.000Z | src/vcs-lib/VersionControl/Operations/IMergable.cs | vbliznikov/colabedit | bd75bd905086c66bdf1fe14c73f8867166932336 | [
"MIT"
] | null | null | null | using System;
namespace CollabEdit.VersionControl.Operations
{
/// <summary>
/// Inreface for objects which may suppport simple merge operation
/// </summary>
public interface IMergable<T>
{
/// <summary>
/// Merge state of ther objects with its own state
/// </summary>
... | 33.619048 | 144 | 0.65864 |
b8bb9d33c516bc90b303777540bd65d5381215ec | 769 | cs | C# | SocketBase/RequestHandler.cs | ramazanulucay/supersocket | 14f0d465fb82220ea0a4fd3e87c532b89dd0832e | [
"Apache-2.0"
] | 6 | 2018-12-05T05:33:08.000Z | 2019-10-09T13:12:15.000Z | SocketBase/RequestHandler.cs | ramazanulucay/supersocket | 14f0d465fb82220ea0a4fd3e87c532b89dd0832e | [
"Apache-2.0"
] | null | null | null | SocketBase/RequestHandler.cs | ramazanulucay/supersocket | 14f0d465fb82220ea0a4fd3e87c532b89dd0832e | [
"Apache-2.0"
] | 2 | 2018-12-05T05:33:10.000Z | 2019-12-09T13:36:19.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SuperSocket.ProtoBase;
using SuperSocket.SocketBase.Protocol;
namespace SuperSocket.SocketBase
{
/// <summary>
/// Request handler
/// </summary>
/// <typeparam name="TAppSession">The type of the app session.</... | 36.619048 | 113 | 0.725618 |
a93e485f8c5a1058cb4b487c4b3fe31c3fc404bc | 9,225 | cs | C# | src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs | ffMathy/roslyn | d66c12164c0da3841f86b165872ea1b55942c575 | [
"MIT"
] | 17,923 | 2015-01-14T23:40:37.000Z | 2022-03-31T18:10:52.000Z | src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs | ffMathy/roslyn | d66c12164c0da3841f86b165872ea1b55942c575 | [
"MIT"
] | 48,991 | 2015-01-15T00:29:35.000Z | 2022-03-31T23:48:56.000Z | src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs | ffMathy/roslyn | d66c12164c0da3841f86b165872ea1b55942c575 | [
"MIT"
] | 5,209 | 2015-01-14T23:40:24.000Z | 2022-03-30T20:15:03.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.
#nullable disable
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.Evaluati... | 40.818584 | 169 | 0.572249 |
a94bc6ad3ec66ca1295d50cc6a58951377ca8fa1 | 945 | cs | C# | Source/DocxToPdf/Models/Footers/Builders/FooterFactory.cs | proxoft/DocxToPdf | e7e734d322ba353fa614bf8abf418d4d0e7a07c7 | [
"MIT"
] | null | null | null | Source/DocxToPdf/Models/Footers/Builders/FooterFactory.cs | proxoft/DocxToPdf | e7e734d322ba353fa614bf8abf418d4d0e7a07c7 | [
"MIT"
] | null | null | null | Source/DocxToPdf/Models/Footers/Builders/FooterFactory.cs | proxoft/DocxToPdf | e7e734d322ba353fa614bf8abf418d4d0e7a07c7 | [
"MIT"
] | null | null | null | using Proxoft.DocxToPdf.Core;
using Proxoft.DocxToPdf.Models.Common;
using Proxoft.DocxToPdf.Models.Styles;
using Word = DocumentFormat.OpenXml.Wordprocessing;
namespace Proxoft.DocxToPdf.Models.Footers.Builders
{
internal static class FooterFactory
{
public static FooterBase CreateInheritedFooter(Pag... | 30.483871 | 112 | 0.659259 |
08967d1ab1b344df00e8bcb0a442ae3b9563667a | 2,295 | cs | C# | csharp/classic_puzzles_medium/ShadowsOfTheKnight_Episode1.cs | jasondown/codingame | 5e7ba9e16d59d6ada39a8065459c9d243ea7f816 | [
"Unlicense"
] | 2 | 2019-01-01T18:42:17.000Z | 2019-01-10T07:32:16.000Z | csharp/classic_puzzles_medium/ShadowsOfTheKnight_Episode1.cs | jasondown/codingame | 5e7ba9e16d59d6ada39a8065459c9d243ea7f816 | [
"Unlicense"
] | null | null | null | csharp/classic_puzzles_medium/ShadowsOfTheKnight_Episode1.cs | jasondown/codingame | 5e7ba9e16d59d6ada39a8065459c9d243ea7f816 | [
"Unlicense"
] | 1 | 2022-03-22T21:54:12.000Z | 2022-03-22T21:54:12.000Z | using System;
class Player
{
static void Main()
{
var inputs = Console.ReadLine().Split(' ');
int width = int.Parse(inputs[0]);
int height = int.Parse(inputs[1]);
// Max turns
var ignored = int.Parse(Console.ReadLine());
inputs = Console.ReadLine().Split(' ');
... | 20.491071 | 55 | 0.425272 |
6a9ec6c6bb1acf2cd9a29527551dd2e792848724 | 19,934 | cs | C# | Services/JudgeSystem.Services.Data/SubmissionService.cs | NaskoVasilev/JudgeSystem | c9aa9e2462ed80fa180756e3e3fe578b4bbd739e | [
"MIT"
] | 37 | 2019-10-08T11:51:09.000Z | 2022-02-22T18:57:26.000Z | Services/JudgeSystem.Services.Data/SubmissionService.cs | NaskoVasilev/JudgeSystem | c9aa9e2462ed80fa180756e3e3fe578b4bbd739e | [
"MIT"
] | 10 | 2019-10-12T23:11:04.000Z | 2021-11-20T19:05:33.000Z | Services/JudgeSystem.Services.Data/SubmissionService.cs | NaskoVasilev/JudgeSystem | c9aa9e2462ed80fa180756e3e3fe578b4bbd739e | [
"MIT"
] | 4 | 2020-05-26T08:46:02.000Z | 2022-03-03T20:41:13.000Z | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using JudgeSystem.Common;
using JudgeSystem.Common.Exceptions;
using JudgeSystem.Compilers;
using JudgeSystem.Data.Common.Repositories;
using JudgeSystem.Dat... | 43.429194 | 167 | 0.619595 |
7785fa4ad7ac96558e53bac04d2bf81974f11319 | 358 | cs | C# | Vue.Net.WebComponents/IVueComponentWithNamedSlots.cs | wpatter6/vue-dotnet-wc | 1ef3c07df212aff1ddd60a883b6aab8a06997bd9 | [
"MIT"
] | 12 | 2019-05-14T17:06:50.000Z | 2021-09-26T17:02:35.000Z | Vue.Net.WebComponents/IVueComponentWithNamedSlots.cs | wpatter6/vue-dotnet-wc | 1ef3c07df212aff1ddd60a883b6aab8a06997bd9 | [
"MIT"
] | 7 | 2021-03-09T03:33:31.000Z | 2022-02-26T10:44:05.000Z | Vue.Net.WebComponents/IVueComponentWithNamedSlots.cs | wpatter6/vue-dotnet-wc | 1ef3c07df212aff1ddd60a883b6aab8a06997bd9 | [
"MIT"
] | 2 | 2019-11-05T17:00:07.000Z | 2022-02-23T07:21:30.000Z | using System.Collections.Generic;
namespace Vue.Net.WebComponents
{
public interface IVueComponentWithNamedSlots
{
/// <summary>
/// A dictionary of names and content html strings to be rendered inside the Vue component instance as named slots.
/// </summary>
IDictionary<string... | 27.538462 | 123 | 0.673184 |
a03d4b2ca3ea0d32003b2c38dddd3e5269a5d834 | 3,810 | cs | C# | EfsTools/Utils/PathUtils.cs | JohnBel/EfsTools | 0feb9176647b1889134e9639ad57b6f4f26801e4 | [
"MIT"
] | 39 | 2018-07-13T12:17:26.000Z | 2022-03-11T07:14:44.000Z | EfsTools/Utils/PathUtils.cs | JohnBel/EfsTools | 0feb9176647b1889134e9639ad57b6f4f26801e4 | [
"MIT"
] | 7 | 2018-10-22T21:53:47.000Z | 2021-11-30T05:06:15.000Z | EfsTools/Utils/PathUtils.cs | JohnBel/EfsTools | 0feb9176647b1889134e9639ad57b6f4f26801e4 | [
"MIT"
] | 26 | 2019-05-04T06:50:26.000Z | 2022-03-15T23:27:38.000Z | using System;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using EfsTools.Qualcomm.QcdmCommands.Responses.Efs;
namespace EfsTools.Utils
{
internal static class PathUtils
{
private static readonly Regex PhoneFileNameParser = new Regex(... | 33.421053 | 113 | 0.517848 |
da820d659c56306f74bb437b80b8279891cca69d | 3,948 | cs | C# | src/ProtoSocket/Upgraders/SslUpgrader.cs | alandoherty/protosocket-net | f56df4559e2623b4993a30194a1de540e0858cd1 | [
"MIT"
] | 8 | 2018-12-07T21:39:49.000Z | 2022-03-19T15:44:40.000Z | src/ProtoSocket/Upgraders/SslUpgrader.cs | alandoherty/protosocket-net | f56df4559e2623b4993a30194a1de540e0858cd1 | [
"MIT"
] | 1 | 2019-10-21T20:39:26.000Z | 2019-10-21T21:45:03.000Z | src/ProtoSocket/Upgraders/SslUpgrader.cs | alandoherty/protosocket-net | f56df4559e2623b4993a30194a1de540e0858cd1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
namespace ProtoSocket.Upgraders
{
/// <summary>
/// Provides an upgrader to up... | 35.567568 | 165 | 0.60613 |
c48564f7aeda0d1735818fa5deda895cbb4857b4 | 631 | cs | C# | ServerlessBenchmark/ServerlessPlatformControllers/CloudPlatformResponse.cs | Azure/azure-functions-performance-test | 9b280c04b7c57a2e066786d0bfd16a49547a63c9 | [
"MIT"
] | 14 | 2016-12-06T06:09:25.000Z | 2020-06-01T13:18:04.000Z | ServerlessBenchmark/ServerlessPlatformControllers/CloudPlatformResponse.cs | Azure/azure-functions-performance-test | 9b280c04b7c57a2e066786d0bfd16a49547a63c9 | [
"MIT"
] | 39 | 2016-07-15T07:12:55.000Z | 2016-11-21T20:07:26.000Z | ServerlessBenchmark/ServerlessPlatformControllers/CloudPlatformResponse.cs | Azure/azure-functions-performance-test | 9b280c04b7c57a2e066786d0bfd16a49547a63c9 | [
"MIT"
] | 9 | 2016-09-21T20:48:07.000Z | 2021-01-12T09:23:34.000Z | using System;
using System.Collections.Generic;
namespace ServerlessBenchmark.ServerlessPlatformControllers
{
public class CloudPlatformResponse
{
public int ResponseId { get; set; }
public System.Net.HttpStatusCode HttpStatusCode { get; set; }
public DateTime TimeStamp { get; set; }
... | 28.681818 | 73 | 0.651347 |
c4c6363ed86e2540b3f2cfb9e62dd649631224af | 603 | cs | C# | TypingRealm.Authentication.ConsoleClient/TokenProviders/LocalProfileTokenProvider.cs | ewancoder/typingrealm | 32b868013d0643251fce213b84921433ec043616 | [
"MIT"
] | 1 | 2021-12-20T14:03:33.000Z | 2021-12-20T14:03:33.000Z | TypingRealm.Authentication.ConsoleClient/TokenProviders/LocalProfileTokenProvider.cs | ewancoder/typingrealm | 32b868013d0643251fce213b84921433ec043616 | [
"MIT"
] | 5 | 2021-11-30T18:25:19.000Z | 2021-11-30T18:26:08.000Z | TypingRealm.Authentication.ConsoleClient/TokenProviders/LocalProfileTokenProvider.cs | ewancoder/typingrealm | 32b868013d0643251fce213b84921433ec043616 | [
"MIT"
] | 1 | 2021-04-02T18:43:15.000Z | 2021-04-02T18:43:15.000Z | using System.Threading;
using System.Threading.Tasks;
using TypingRealm.Messaging.Client;
namespace TypingRealm.Authentication.ConsoleClient.TokenProviders
{
public sealed class LocalProfileTokenProvider : IProfileTokenProvider
{
private readonly string _profile;
public LocalProfileTokenProvi... | 27.409091 | 99 | 0.71476 |
f24468cbd0197049976b5c25910850c9bec86576 | 7,473 | cs | C# | AlgorytmyDoTTP/AlgorytmyDoTTP/Struktura/Algorytmy/Ewolucyjny/Rekombinacja/RekombinacjaTSP.cs | lqasz/ttp | e55762e4b57b1edbaa6e6feea1d344eec7c73a2b | [
"MIT"
] | 2 | 2019-05-09T12:22:52.000Z | 2019-05-09T12:22:55.000Z | AlgorytmyDoTTP/AlgorytmyDoTTP/Struktura/Algorytmy/Ewolucyjny/Rekombinacja/RekombinacjaTSP.cs | lqasz/BiPA | e55762e4b57b1edbaa6e6feea1d344eec7c73a2b | [
"MIT"
] | null | null | null | AlgorytmyDoTTP/AlgorytmyDoTTP/Struktura/Algorytmy/Ewolucyjny/Rekombinacja/RekombinacjaTSP.cs | lqasz/BiPA | e55762e4b57b1edbaa6e6feea1d344eec7c73a2b | [
"MIT"
] | null | null | null | using BiPA.Struktura.Algorytmy.Abstrakcyjny;
using BiPA.Struktura.Algorytmy.Abstrakcyjny.Osobnik;
using System;
using System.Linq;
namespace BiPA.Struktura.Algorytmy.Ewolucyjny.Rekombinacja
{
/// <summary>
/// Klasa konkretna odpowiedzialna za wymianę materiału genetycznego pomiędzy osobnikami - rozwiązaniami... | 35.585714 | 150 | 0.46474 |
72d503b70259f3a86d35c88631b61cc4ce5706ba | 189 | cs | C# | SlackAPI/WebSocketMessages/ChannelArchive.cs | TJYSunset/SlackAPI | d992c47a8a5266dd6f709fa1f6f63f8bccffb6d3 | [
"MIT"
] | 441 | 2015-01-15T17:41:16.000Z | 2022-03-23T19:45:35.000Z | SlackAPI/WebSocketMessages/ChannelArchive.cs | omidnasri/SlackAPI | f4ef777a2b04bb29c644ada9470cf384aea09374 | [
"MIT"
] | 221 | 2015-03-16T22:19:06.000Z | 2022-02-21T13:54:48.000Z | SlackAPI/WebSocketMessages/ChannelArchive.cs | omidnasri/SlackAPI | f4ef777a2b04bb29c644ada9470cf384aea09374 | [
"MIT"
] | 293 | 2015-02-03T08:48:51.000Z | 2022-02-21T13:27:49.000Z | namespace SlackAPI.WebSocketMessages
{
[SlackSocketRouting("channel_archive")]
public class ChannelArchive
{
public string channel;
public string user;
}
}
| 18.9 | 43 | 0.671958 |
d655ce94ad007f4cf8b1bb2b6799d1a4bd4f4f8f | 394 | cs | C# | common/HR.TA.CommonLibrary/HR.TA.Talent/TalentEntitties/Optionset/JobOfferTemplatePackageStatus.cs | microsoft/msrecruit-scheduling-engine | 72336f36cb3c0f68b978794a7127cd3e990b7b15 | [
"MIT"
] | 8 | 2021-05-11T14:43:29.000Z | 2022-01-14T07:36:41.000Z | common/HR.TA.CommonLibrary/HR.TA.Talent/TalentEntitties/Optionset/JobOfferTemplatePackageStatus.cs | QPC-database/msrecruit-scheduling-engine | 72336f36cb3c0f68b978794a7127cd3e990b7b15 | [
"MIT"
] | 2 | 2021-06-14T08:08:08.000Z | 2021-07-05T11:24:07.000Z | common/HR.TA.CommonLibrary/HR.TA.Talent/TalentEntitties/Optionset/JobOfferTemplatePackageStatus.cs | QPC-database/msrecruit-scheduling-engine | 72336f36cb3c0f68b978794a7127cd3e990b7b15 | [
"MIT"
] | 3 | 2021-06-14T08:00:26.000Z | 2021-11-10T11:42:15.000Z | //-----------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//------------------------------------------------------------------------
namespace HR.TA.Common.Provisioning.Entities.XrmEntities.Optionset
{
public enum JobOfferTem... | 30.307692 | 74 | 0.431472 |
d6fbf6d9a7abbfb539a70149ad91720c2399409a | 325 | cs | C# | TankLib/STU/Types/STU_039463EB.cs | Mike111177/OWLib | 5d308d1232f9781ad8b0028998c2f5d9c9f52e1d | [
"MIT"
] | 1 | 2019-05-09T03:16:11.000Z | 2019-05-09T03:16:11.000Z | TankLib/STU/Types/STU_039463EB.cs | ipud2/OWLib | e8b03657a7f90e402e114b4d3084727a3347ee42 | [
"MIT"
] | null | null | null | TankLib/STU/Types/STU_039463EB.cs | ipud2/OWLib | e8b03657a7f90e402e114b4d3084727a3347ee42 | [
"MIT"
] | null | null | null | // Instance generated by TankLibHelper.InstanceBuilder
using TankLib.STU.Types.Enums;
// ReSharper disable All
namespace TankLib.STU.Types {
[STUAttribute(0x039463EB)]
public class STU_039463EB : STU_A2B9762B {
[STUFieldAttribute(0x9352A840, "m_direction")]
public Enum_62C9DE61 m_direction;
... | 27.083333 | 54 | 0.738462 |
6e26421c01026fa1859aa1fa58f9409d1706b96e | 1,972 | cs | C# | code/src/UI/Views/NewProject/MainView.xaml.cs | contentcollectivemarketing/WindowsTemplateStudio | 7f3442db208b171b1b3c6cabecaf457620d3b332 | [
"MIT"
] | 1 | 2020-01-26T16:50:19.000Z | 2020-01-26T16:50:19.000Z | code/src/UI/Views/NewProject/MainView.xaml.cs | contentcollectivemarketing/WindowsTemplateStudio | 7f3442db208b171b1b3c6cabecaf457620d3b332 | [
"MIT"
] | null | null | null | code/src/UI/Views/NewProject/MainView.xaml.cs | contentcollectivemarketing/WindowsTemplateStudio | 7f3442db208b171b1b3c6cabecaf457620d3b332 | [
"MIT"
] | 1 | 2017-12-08T19:34:44.000Z | 2017-12-08T19:34:44.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.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using Microsoft.Templates.UI.Cont... | 29.432836 | 102 | 0.598884 |
7944758f4935f3f0ac64bcf1efd8587f86dd5165 | 1,540 | cs | C# | src/IntegrationTestsShared/TestEntities/ParentEntity.cs | Buthrakaur/coreddd | f1669d2c90b0a6849b5e15be4e2001584c6af56d | [
"MIT"
] | 87 | 2018-11-29T23:17:47.000Z | 2022-03-18T12:20:11.000Z | src/IntegrationTestsShared/TestEntities/ParentEntity.cs | Buthrakaur/coreddd | f1669d2c90b0a6849b5e15be4e2001584c6af56d | [
"MIT"
] | 21 | 2019-03-08T09:06:43.000Z | 2022-03-21T07:07:55.000Z | src/IntegrationTestsShared/TestEntities/ParentEntity.cs | Buthrakaur/coreddd | f1669d2c90b0a6849b5e15be4e2001584c6af56d | [
"MIT"
] | 8 | 2018-09-12T17:14:35.000Z | 2021-08-31T01:52:03.000Z | using System.Collections.Generic;
using CoreDdd.Domain;
namespace IntegrationTestsShared.TestEntities
{
public class ParentEntity : Entity, IAggregateRoot
{
private readonly ICollection<ChildEntityReferencingParentEntity> _childrenReferencingParent = new HashSet<ChildEntityReferencingParentEntity>();
... | 38.5 | 161 | 0.75974 |
10c7e0da2dca3ce833908203acbd69a681641344 | 233 | cs | C# | Model/Privileges/Application/RenameEntityPrivilege.cs | ForkGG/ForkCommon | c3600abfd044acb1897c96b843f8f6cb343a2b2f | [
"MIT"
] | 1 | 2021-12-30T19:20:29.000Z | 2021-12-30T19:20:29.000Z | Model/Privileges/Application/RenameEntityPrivilege.cs | ForkGG/ForkCommon | c3600abfd044acb1897c96b843f8f6cb343a2b2f | [
"MIT"
] | null | null | null | Model/Privileges/Application/RenameEntityPrivilege.cs | ForkGG/ForkCommon | c3600abfd044acb1897c96b843f8f6cb343a2b2f | [
"MIT"
] | 1 | 2022-01-19T02:05:08.000Z | 2022-01-19T02:05:08.000Z | namespace ForkCommon.Model.Privileges.Application;
public class RenameEntityPrivilege : IApplicationPrivilege
{
public string Name => "RenameEntity";
public string TranslationPath => "privileges.application.renameEntity";
} | 33.285714 | 75 | 0.798283 |
6bc4a54f10dbf01dd19361e5263e377b5b248d3d | 3,501 | cs | C# | Gagharv/IOUtility/TCP.cs | CrazyHein/Weltuna | eb8123c73338a15641db5641d19cd7fa49fde9a3 | [
"MIT"
] | 1 | 2021-05-21T01:48:28.000Z | 2021-05-21T01:48:28.000Z | Gagharv/IOUtility/TCP.cs | CrazyHein/Weltuna | eb8123c73338a15641db5641d19cd7fa49fde9a3 | [
"MIT"
] | null | null | null | Gagharv/IOUtility/TCP.cs | CrazyHein/Weltuna | eb8123c73338a15641db5641d19cd7fa49fde9a3 | [
"MIT"
] | 3 | 2021-09-09T14:23:17.000Z | 2022-02-18T00:18:10.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace AMEC.PCSoftware.CommunicationProtocol.CrazyHein.SLMP.IOUtility
{
public class TCP : SocketInterface
{
private bool disposedValue;
... | 27.785714 | 107 | 0.488146 |
0d1224aabae7092bb83132675626a5ae22ec1a72 | 2,660 | cs | C# | Core/Registry/UnixUriSchemeCreator.cs | HeroesReplay/net-discord-rpc | d1fccc4e87a949276c173f172737a16c6e33fd25 | [
"MIT"
] | 1 | 2022-03-14T06:26:20.000Z | 2022-03-14T06:26:20.000Z | Core/Registry/UnixUriSchemeCreator.cs | HeroesReplay/net-discord-rpc | d1fccc4e87a949276c173f172737a16c6e33fd25 | [
"MIT"
] | null | null | null | Core/Registry/UnixUriSchemeCreator.cs | HeroesReplay/net-discord-rpc | d1fccc4e87a949276c173f172737a16c6e33fd25 | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.IO;
using NetDiscordRpc.Core.Logger;
namespace NetDiscordRpc.Core.Registry
{
internal class UnixUriSchemeCreator : IUriSchemeCreator
{
private IConsoleLogger logger;
public UnixUriSchemeCreator(IConsoleLogger logger)
{
th... | 35 | 180 | 0.559023 |
6e08b7d1cd0f530b1873d6c7eb0f74803b51f930 | 243 | cs | C# | HydrantFlowTestApp/HydrantFlowTest/Enums.cs | cbasford/HydrantFlowTest | fa0c863b7d3a10ee7754f7f00f06434d91f322a7 | [
"MIT"
] | 4 | 2022-01-06T14:00:32.000Z | 2022-01-22T02:23:56.000Z | HydrantFlowTestApp/HydrantFlowTest/Enums.cs | cbasford/HydrantFlowTest | fa0c863b7d3a10ee7754f7f00f06434d91f322a7 | [
"MIT"
] | 3 | 2022-01-19T13:59:09.000Z | 2022-01-24T01:33:43.000Z | HydrantFlowTestApp/HydrantFlowTest/Enums.cs | cbasford/HydrantFlowTest | fa0c863b7d3a10ee7754f7f00f06434d91f322a7 | [
"MIT"
] | 2 | 2022-01-20T19:26:54.000Z | 2022-01-22T02:20:57.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FlowTestLibrary
{
public enum DatabaseType
{
Production,
Development,
Home
}
}
| 15.1875 | 33 | 0.683128 |
73608d2244dd0ec381bd5e771aa6a341deb7d94d | 168 | cshtml | C# | TagebuchSharp/TagebuchSharp/Pages/_ViewImports.cshtml | IxelBox/TagebuchSharp | 3b0af80bdadfee3b0a1ff96ba58de20b41986c3b | [
"MIT"
] | null | null | null | TagebuchSharp/TagebuchSharp/Pages/_ViewImports.cshtml | IxelBox/TagebuchSharp | 3b0af80bdadfee3b0a1ff96ba58de20b41986c3b | [
"MIT"
] | null | null | null | TagebuchSharp/TagebuchSharp/Pages/_ViewImports.cshtml | IxelBox/TagebuchSharp | 3b0af80bdadfee3b0a1ff96ba58de20b41986c3b | [
"MIT"
] | null | null | null | @using Microsoft.AspNetCore.Identity
@using TagebuchSharp
@using TagebuchSharp.Data
@namespace TagebuchSharp.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 28 | 52 | 0.85119 |
6c91f2f3da057645a08989a5768c0872fc3008d9 | 8,515 | cs | C# | NTF/Provider/NonQuery.cs | doutzen56/NTF | c06a0ff671683d78599b73288117fa7fa0b7b955 | [
"Apache-2.0"
] | 4 | 2017-06-10T15:39:30.000Z | 2021-05-08T15:03:37.000Z | NTF/Provider/NonQuery.cs | doutzen56/NTF | c06a0ff671683d78599b73288117fa7fa0b7b955 | [
"Apache-2.0"
] | null | null | null | NTF/Provider/NonQuery.cs | doutzen56/NTF | c06a0ff671683d78599b73288117fa7fa0b7b955 | [
"Apache-2.0"
] | 1 | 2017-11-29T07:14:40.000Z | 2017-11-29T07:14:40.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace NTF.Provider
{
/// <summary>
/// 非查询操作(增,删,改)
/// </summary>
public interface INonQuery : IQueryable
{
}
/// <summary>
/// 非查询操... | 43.891753 | 245 | 0.578391 |
9f35fabae89f332338b115c90c8b6d968608b60c | 4,874 | cs | C# | src/MinConsole/Program.cs | OpenGreatDream/Console | 205a6802c6d12d322fa66c91fa7baa3e38e8d6c1 | [
"MIT"
] | 5 | 2021-04-11T17:32:45.000Z | 2021-09-16T18:27:58.000Z | src/MinConsole/Program.cs | OpenGreatDream/MinConsole | 4adc9e5574c77985488d22528ee318a1f62649b0 | [
"MIT"
] | 4 | 2021-05-01T10:22:14.000Z | 2021-05-05T11:20:34.000Z | src/MinConsole/Program.cs | OpenGreatDream/Console | 205a6802c6d12d322fa66c91fa7baa3e38e8d6c1 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using ConsoleColor = MinConsole.MinConsoleNativeStructs.ConsoleColor;
using ConsoleKeyInfo = MinConsole.MinConsoleNativeStructs.ConsoleKeyInfo;
using static MinConsole.MinConsoleNativeFuncs;
using static MinConsole.MinConsol... | 35.318841 | 130 | 0.574272 |
e56f5c5c6e740e05e9603c541bbe60b0ec84a09a | 571 | cs | C# | Domain.MasterData/Validations/VendorContactValidator.cs | jsucupira/tennis-store-inventory | 0cb3be3eb522ed3552151de47846aa95e77e12e7 | [
"MIT"
] | null | null | null | Domain.MasterData/Validations/VendorContactValidator.cs | jsucupira/tennis-store-inventory | 0cb3be3eb522ed3552151de47846aa95e77e12e7 | [
"MIT"
] | 4 | 2015-12-05T03:28:01.000Z | 2015-12-05T03:29:36.000Z | Domain.MasterData/Validations/VendorContactValidator.cs | jsucupira/tennis-store-inventory | 0cb3be3eb522ed3552151de47846aa95e77e12e7 | [
"MIT"
] | null | null | null | using System.Diagnostics.CodeAnalysis;
using Core.Common.Validations;
using Domain.MasterData.VendorAggregate;
using FluentValidation;
namespace Domain.MasterData.Validations
{
[ExcludeFromCodeCoverage]
public class VendorContactValidator : AbstractValidator<VendorContact>
{
public VendorContactVal... | 30.052632 | 74 | 0.663748 |
a6c3cdc659cb2efa499607b7e77ee73d99b2068c | 2,602 | cs | C# | src/NReco.Recommender/taste/similarity/IUserSimilarity.cs | nreco/recommender | 56c43cd99f395d60bd3422948e5be6b44bd78777 | [
"Apache-2.0"
] | 35 | 2015-11-03T11:00:48.000Z | 2022-01-29T15:41:39.000Z | src/NReco.Recommender/taste/similarity/IUserSimilarity.cs | andy840119/recommender | 56c43cd99f395d60bd3422948e5be6b44bd78777 | [
"Apache-2.0"
] | 3 | 2017-02-21T09:09:39.000Z | 2017-05-26T16:30:06.000Z | src/NReco.Recommender/taste/similarity/IUserSimilarity.cs | andy840119/recommender | 56c43cd99f395d60bd3422948e5be6b44bd78777 | [
"Apache-2.0"
] | 7 | 2016-12-05T09:21:15.000Z | 2018-11-08T08:46:16.000Z | /*
* Copyright 2013-2015 Vitalii Fedorchenko (nrecosite.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License version 3
* as published by the Free Software Foundation
* You can be released from the requirements of the licen... | 40.65625 | 110 | 0.736741 |
50b398568058785c7c548524ce42a4fedd492e08 | 526 | cs | C# | source/Nevermore/Mapping/PropertyHandlerDecorator.cs | matkoch/Nevermore | cab9c71fa6426bf4efa806f30b23c8e87eaf158e | [
"Apache-2.0"
] | 115 | 2017-01-09T06:33:08.000Z | 2022-03-29T20:22:48.000Z | source/Nevermore/Mapping/PropertyHandlerDecorator.cs | matkoch/Nevermore | cab9c71fa6426bf4efa806f30b23c8e87eaf158e | [
"Apache-2.0"
] | 88 | 2016-12-21T03:09:52.000Z | 2022-03-13T10:15:39.000Z | source/Nevermore/Mapping/PropertyHandlerDecorator.cs | matkoch/Nevermore | cab9c71fa6426bf4efa806f30b23c8e87eaf158e | [
"Apache-2.0"
] | 11 | 2017-04-24T23:42:39.000Z | 2021-12-15T00:19:58.000Z | namespace Nevermore.Mapping
{
public abstract class PropertyHandlerDecorator : IPropertyHandler
{
readonly IPropertyHandler original;
protected PropertyHandlerDecorator(IPropertyHandler original)
{
this.original = original;
}
public virtual object Read(objec... | 23.909091 | 69 | 0.610266 |
dd0b3754ee73f23cc5bbaecc01ae4ac268c5ceaa | 455 | cs | C# | SDK/Unity/Tectrid/SDK/Scripts/Core/Primitives/Sphere.cs | ErwanLeGoffic/Tectrid | 81eb17410339c683905c0f7f16dc4f1dd6b6ddeb | [
"MIT"
] | 2 | 2019-12-14T02:06:52.000Z | 2022-01-12T19:25:03.000Z | SDK/Unity/Tectrid/SDK/Scripts/Core/Primitives/Sphere.cs | ErwanLeGoffic/Tectrid | 81eb17410339c683905c0f7f16dc4f1dd6b6ddeb | [
"MIT"
] | 1 | 2020-02-08T07:34:49.000Z | 2020-02-08T07:34:49.000Z | SDK/Unity/Tectrid/SDK/Scripts/Core/Primitives/Sphere.cs | ErwanLeGoffic/Tectrid | 81eb17410339c683905c0f7f16dc4f1dd6b6ddeb | [
"MIT"
] | 1 | 2019-01-27T22:32:49.000Z | 2019-01-27T22:32:49.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
namespace Tectrid.Primitives
{
[Serializable]
public class Sphere : Primitive
{
float _radius = 10;
public Sphere(float radius)
{
_radius = radius <= 0 ? 1 : radius... | 18.2 | 51 | 0.593407 |
fd1bf9b7252f5be262068d57e74d9d54c5efbe3f | 1,064 | cs | C# | Assets/Scripts/GameElement/Sight.cs | JohnDoeTheFan/LastOriginOnyx | ca85664660cd10a8085433b36492a7a0dcb160a8 | [
"BSD-3-Clause"
] | 2 | 2021-08-16T05:08:34.000Z | 2021-11-25T08:51:28.000Z | Assets/Scripts/GameElement/Sight.cs | JohnDoeTheFan/LastOriginOnyx | ca85664660cd10a8085433b36492a7a0dcb160a8 | [
"BSD-3-Clause"
] | null | null | null | Assets/Scripts/GameElement/Sight.cs | JohnDoeTheFan/LastOriginOnyx | ca85664660cd10a8085433b36492a7a0dcb160a8 | [
"BSD-3-Clause"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Onyx.GameElement
{
public class Sight : MonoBehaviour
{
public interface ISubscriber
{
void OnEnter(GameObject enteringObject);
void OnExit(GameObject exitingObject);
}
... | 29.555556 | 116 | 0.651316 |
f5d32b8a32abdea532b1af5936d7f91e2f82a38f | 9,694 | cs | C# | code/Luval.Automator.Core/Element.cs | marinoscar/luval-automator | 1461b74d46e3a76ab4b95ce3c21a0f29cca32655 | [
"MIT"
] | null | null | null | code/Luval.Automator.Core/Element.cs | marinoscar/luval-automator | 1461b74d46e3a76ab4b95ce3c21a0f29cca32655 | [
"MIT"
] | null | null | null | code/Luval.Automator.Core/Element.cs | marinoscar/luval-automator | 1461b74d46e3a76ab4b95ce3c21a0f29cca32655 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Text;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Automation;
using System.Windows.Forms;
using System.Xml.Linq;
using System.Xml.XPath;
namespace Luval.Autom... | 37.719844 | 170 | 0.543326 |
bf4ad97a2225ff7e4187eb93385e4097372dd0f8 | 9,172 | cs | C# | Core/ServerTests.cs | ninjapretzel/ExServer | 131408375c05680df8faae8a7c0460e10c63fbe4 | [
"MIT"
] | null | null | null | Core/ServerTests.cs | ninjapretzel/ExServer | 131408375c05680df8faae8a7c0460e10c63fbe4 | [
"MIT"
] | null | null | null | Core/ServerTests.cs | ninjapretzel/ExServer | 131408375c05680df8faae8a7c0460e10c63fbe4 | [
"MIT"
] | null | null | null |
#if UNITY_2017 || UNITY_2018 || UNITY_2019 || UNITY_2020
#define UNITY
using UnityEngine;
#else
// For whatever reason, unity doesn't like mongodb, so we have to only include it server-side.
#if !UNITY
using BakaDB;
using Ex;
using Ex.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using Sy... | 35.688716 | 150 | 0.70072 |
5dea92a3c62f5d420c649c54f32f19db7d5adfb0 | 1,718 | cs | C# | OpenAPI.CodeGenerator/Commands/ListLanguages/ListLanguagesCommand.cs | martinsmith1968/OpenAPI.CodeGenerator | b6fff86bdb57d84e076e65adbbb6b6b33debdf2d | [
"MIT"
] | null | null | null | OpenAPI.CodeGenerator/Commands/ListLanguages/ListLanguagesCommand.cs | martinsmith1968/OpenAPI.CodeGenerator | b6fff86bdb57d84e076e65adbbb6b6b33debdf2d | [
"MIT"
] | null | null | null | OpenAPI.CodeGenerator/Commands/ListLanguages/ListLanguagesCommand.cs | martinsmith1968/OpenAPI.CodeGenerator | b6fff86bdb57d84e076e65adbbb6b6b33debdf2d | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using Ookii.CommandLine;
using OpenAPI.CodeGenerator.Common.Commands;
using OpenAPI.CodeGenerator.Common.Interfaces;
using OpenAPI.CodeGenerator.Common.Types;
using OpenAPI.CodeGenerator.Extensions;
using OpenAPI.CodeGenerator.Interfaces;
namespace OpenAPI.CodeGenerator.Commands.ListL... | 31.236364 | 109 | 0.661234 |
5dfe1e07ae4b860c980b9b7614e6931fbd4ac5ac | 888 | cs | C# | TestWebAppTest/PagesTest.cs | FlorianGrimm/TestOrleans | 29c3b02f785bc0c2206fa4bb206bce273c59c6f2 | [
"MIT"
] | null | null | null | TestWebAppTest/PagesTest.cs | FlorianGrimm/TestOrleans | 29c3b02f785bc0c2206fa4bb206bce273c59c6f2 | [
"MIT"
] | null | null | null | TestWebAppTest/PagesTest.cs | FlorianGrimm/TestOrleans | 29c3b02f785bc0c2206fa4bb206bce273c59c6f2 | [
"MIT"
] | null | null | null |
namespace TestWebAppTest;
public class PagesTest
: IClassFixture<TestWebApplicationFactory> {
private readonly TestWebApplicationFactory _WebApplicationFactory;
public PagesTest(TestWebApplicationFactory factory) {
this._WebApplicationFactory = factory;
}
[Theory]
[InlineData("/")]
... | 31.714286 | 99 | 0.682432 |
b905625febed9718e53181b1af7aa64906ac6b04 | 3,541 | cs | C# | DependencyInjection/CompositionRoot/Extensions/RegistrationExtensions.cs | warning-explosive/Core | edfe4cf61d31f9cca73031cb586219190690688f | [
"MIT"
] | 3 | 2021-03-14T23:28:16.000Z | 2022-03-01T17:15:43.000Z | DependencyInjection/CompositionRoot/Extensions/RegistrationExtensions.cs | warning-explosive/Core | edfe4cf61d31f9cca73031cb586219190690688f | [
"MIT"
] | 173 | 2019-04-08T21:05:15.000Z | 2022-03-26T14:48:11.000Z | DependencyInjection/CompositionRoot/Extensions/RegistrationExtensions.cs | warning-explosive/Core | edfe4cf61d31f9cca73031cb586219190690688f | [
"MIT"
] | null | null | null | namespace SpaceEngineers.Core.CompositionRoot.Extensions
{
using System;
using System.Collections.Generic;
using System.Linq;
using Api.Abstractions.Container;
using Api.Abstractions.Registration;
using Basics;
internal static class RegistrationExtensions
{
internal static void ... | 44.2625 | 170 | 0.625247 |
b0776efb89468eb36ebf763c850a8355f3628ac4 | 4,737 | cs | C# | src/Platform.VirtualFileSystem/Providers/AbstractNodeContent.cs | platformdotnet/Platform.VirtualFileSystem | 493b35047515bd39bf610443ebb9bd80302ea610 | [
"BSD-3-Clause"
] | 136 | 2015-01-11T16:28:38.000Z | 2022-03-12T15:07:13.000Z | src/Platform.VirtualFileSystem/Providers/AbstractNodeContent.cs | devcode1981/Platform.VirtualFileSystem | 27123afa657728d8225c5050d9edf3291902300e | [
"BSD-3-Clause"
] | 19 | 2015-06-06T18:52:27.000Z | 2019-07-25T18:20:26.000Z | src/Platform.VirtualFileSystem/Providers/AbstractNodeContent.cs | devcode1981/Platform.VirtualFileSystem | 27123afa657728d8225c5050d9edf3291902300e | [
"BSD-3-Clause"
] | 32 | 2015-01-11T17:18:50.000Z | 2021-09-12T09:04:14.000Z | using System;
using System.IO;
using System.Text;
namespace Platform.VirtualFileSystem.Providers
{
/// <summary>
/// This class provides a skeletal implementation of the <c>INodeContent</c>interface to minimize the effort
/// required to implement the interface.
/// <seealso cref="INodeContent"/>
/// <... | 25.605405 | 111 | 0.71311 |
a5440017457c52358723f555b763ac8198cdd37e | 1,678 | cs | C# | NodeMarkup/Utilities/ObjectsMap.cs | DeznekCZ/NodeMarkup | c61c6c1677d02fb77b4f20bd1a7672cddf3cac77 | [
"MIT"
] | 38 | 2020-07-08T16:26:44.000Z | 2022-02-25T21:16:21.000Z | NodeMarkup/Utilities/ObjectsMap.cs | DeznekCZ/NodeMarkup | c61c6c1677d02fb77b4f20bd1a7672cddf3cac77 | [
"MIT"
] | 80 | 2020-07-09T09:42:54.000Z | 2022-03-30T09:16:48.000Z | NodeMarkup/Utilities/ObjectsMap.cs | DeznekCZ/NodeMarkup | c61c6c1677d02fb77b4f20bd1a7672cddf3cac77 | [
"MIT"
] | 18 | 2020-07-11T14:40:18.000Z | 2022-03-17T04:59:38.000Z | using ModsCommon.Utilities;
using NodeMarkup.Manager;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace NodeMarkup.Utilities
{
public class ObjectsMap : NetObjectsMap<ObjectId>
{
public bool IsMirror { get; }
public ObjectsMap(bool isMirror... | 33.56 | 157 | 0.587604 |
a5f028e9a8aedee7e222fec8b2cc4d05be9f9a82 | 536 | cs | C# | WurstModReloaded/src/Constants.cs | WurstModders/WurstMod-Reloaded | d1585bc85400fa54b7ac1ed8f14d9cd43b4efaf7 | [
"MIT"
] | 6 | 2021-01-13T16:19:03.000Z | 2021-04-05T17:13:09.000Z | WurstModReloaded/src/Constants.cs | WurstModders/WurstMod-Reloaded | d1585bc85400fa54b7ac1ed8f14d9cd43b4efaf7 | [
"MIT"
] | null | null | null | WurstModReloaded/src/Constants.cs | WurstModders/WurstMod-Reloaded | d1585bc85400fa54b7ac1ed8f14d9cd43b4efaf7 | [
"MIT"
] | null | null | null | using Steamworks;
namespace WurstModReloaded
{
internal static class Constants
{
static Constants()
{
// If the steam api is not initialized, initialize it.
SteamAPI.Init();
// Get the current build ID from steam
BuildId = SteamApps.... | 24.363636 | 66 | 0.567164 |
864b62a178a3161b48e763be30a4d13f94a7189d | 787 | cs | C# | Api/Api/Models/LandMark.cs | UsamaTahir1/LandMarks | bba5fc574673b728234c149e2b310d33683d8b2a | [
"MIT"
] | null | null | null | Api/Api/Models/LandMark.cs | UsamaTahir1/LandMarks | bba5fc574673b728234c149e2b310d33683d8b2a | [
"MIT"
] | null | null | null | Api/Api/Models/LandMark.cs | UsamaTahir1/LandMarks | bba5fc574673b728234c149e2b310d33683d8b2a | [
"MIT"
] | null | null | null | using Api.Entities;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Api.Models
{
public class LandMark
{
[Key]
public int Id { get; set; }
public DateTime CreationDate { get; set; }
... | 26.233333 | 58 | 0.602287 |
867b0a3f3a2ac669b83c6d972d69ffe8652e258b | 1,111 | cs | C# | samples/JustScheduler.SampleWeb/DataSource/SystemMessageSource.cs | buraktamturk/JustScheduler | 825ec0709093c422b9845d03eeaba3756b6dacc8 | [
"MIT"
] | 8 | 2019-10-12T17:45:58.000Z | 2020-12-18T18:08:14.000Z | samples/JustScheduler.SampleWeb/DataSource/SystemMessageSource.cs | buraktamturk/JustScheduler | 825ec0709093c422b9845d03eeaba3756b6dacc8 | [
"MIT"
] | null | null | null | samples/JustScheduler.SampleWeb/DataSource/SystemMessageSource.cs | buraktamturk/JustScheduler | 825ec0709093c422b9845d03eeaba3756b6dacc8 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using JustScheduler.SampleWeb.Models;
using Microsoft.Extensions.Logging;
namespace JustScheduler.SampleWeb.DataSource {
public class SystemMessageSource : IDataSource<Message> {
p... | 34.71875 | 114 | 0.625563 |
4644543454515489c77b319e6f85307123309e22 | 1,888 | cs | C# | src/Stump.DofusProtocol/Messages/Custom/ClearIdentificationMessage.cs | Daymortel/Stump | 52ef6d4d565467f117fbd92b2827041d97044180 | [
"Apache-2.0"
] | 2 | 2021-11-03T04:33:50.000Z | 2022-01-01T00:08:37.000Z | src/Stump.DofusProtocol/Messages/Custom/ClearIdentificationMessage.cs | Daymortel/Stump | 52ef6d4d565467f117fbd92b2827041d97044180 | [
"Apache-2.0"
] | 1 | 2021-09-11T21:18:14.000Z | 2021-09-11T21:18:14.000Z | src/Stump.DofusProtocol/Messages/Custom/ClearIdentificationMessage.cs | Daymortel/Stump | 52ef6d4d565467f117fbd92b2827041d97044180 | [
"Apache-2.0"
] | 2 | 2021-09-11T08:42:53.000Z | 2021-12-23T00:30:48.000Z | using Stump.Core.IO;
namespace Stump.DofusProtocol.Messages.Custom
{
public class ClearIdentificationMessage : Message
{
public const uint Id = 888;
public override uint MessageId
{
get { return Id; }
}
public bool autoconnect;
public string lang;
... | 29.968254 | 158 | 0.576801 |
f9d304e03af61d177b82def72d1ac966494342c7 | 787 | cs | C# | w3resource-basicAlgorithm/ex047/ex047/Program.cs | henriquebenjamim/exercisingCsharp | f0606200d326dfd64d5ae0d8aa0ac1c4991637ee | [
"MIT"
] | null | null | null | w3resource-basicAlgorithm/ex047/ex047/Program.cs | henriquebenjamim/exercisingCsharp | f0606200d326dfd64d5ae0d8aa0ac1c4991637ee | [
"MIT"
] | null | null | null | w3resource-basicAlgorithm/ex047/ex047/Program.cs | henriquebenjamim/exercisingCsharp | f0606200d326dfd64d5ae0d8aa0ac1c4991637ee | [
"MIT"
] | null | null | null | using System;
namespace ex047
{
internal class Program
{
static void Main(string[] args)
{
//47.Write a C# Sharp program to check if it is possible to add two integers to get the third integer from three given integers. Go to the editor
//Sample Input:
//1,... | 25.387097 | 157 | 0.475222 |
20810d1320cd6aa3ffe9466c366fbe751c541ccd | 9,503 | cs | C# | Samples/BaXter Usage Samples/UnitTest1.cs | Wacom-Developer/sdk-for-documents-win | 6435306967451c7f6245178ac41dc80c4d5553e5 | [
"MIT"
] | 2 | 2020-07-04T07:42:11.000Z | 2021-02-13T13:51:10.000Z | Samples/BaXter Usage Samples/UnitTest1.cs | Wacom-Developer/sdk-for-documents-win | 6435306967451c7f6245178ac41dc80c4d5553e5 | [
"MIT"
] | null | null | null | Samples/BaXter Usage Samples/UnitTest1.cs | Wacom-Developer/sdk-for-documents-win | 6435306967451c7f6245178ac41dc80c4d5553e5 | [
"MIT"
] | 1 | 2021-11-18T19:55:54.000Z | 2021-11-18T19:55:54.000Z | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BaXter;
using System.IO;
using System.Collections.Generic;
namespace BaXter_Usage_Samples
{
[TestClass]
public class BaXterSamples
{
static readonly string eval_license = "Please visit https://developer.wacom.com/developer-das... | 43.792627 | 176 | 0.557192 |
22c5ec2e5b986c991cc1987498f85e0e76d923e9 | 9,374 | cs | C# | src/DeepCopy/Internal/ArrayCloner.cs | lumiria/DeepCopy.Expression | 082514e4298481acfbce03dd6465243e2983d2c4 | [
"MIT"
] | 3 | 2020-03-26T23:32:50.000Z | 2021-09-16T06:57:16.000Z | src/DeepCopy/Internal/ArrayCloner.cs | lumiria/DeepCopy.Expression | 082514e4298481acfbce03dd6465243e2983d2c4 | [
"MIT"
] | null | null | null | src/DeepCopy/Internal/ArrayCloner.cs | lumiria/DeepCopy.Expression | 082514e4298481acfbce03dd6465243e2983d2c4 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using DeepCopy.Internal.Utilities;
namespace DeepCopy.Internal
{
internal sealed class ArrayCloner
{
public static ArrayCloner Instance { get; } =
new ArrayCloner();
public Expression Build(
... | 34.718519 | 117 | 0.501173 |
99431f278b79465df6a9314a2b11818ec4673f39 | 841 | cs | C# | connect-sdk-dotnet/Domain/Mandates/Definitions/MandateMerchantAction.cs | skolbin-ssi/connect-sdk-dotnet | d081b50f44473943f6bcd0b397b576130bd322ec | [
"MIT"
] | 29 | 2016-09-21T09:14:55.000Z | 2022-01-18T18:08:06.000Z | connect-sdk-dotnet/Domain/Mandates/Definitions/MandateMerchantAction.cs | skolbin-ssi/connect-sdk-dotnet | d081b50f44473943f6bcd0b397b576130bd322ec | [
"MIT"
] | 10 | 2017-01-17T10:59:55.000Z | 2022-01-06T15:59:34.000Z | connect-sdk-dotnet/Domain/Mandates/Definitions/MandateMerchantAction.cs | skolbin-ssi/connect-sdk-dotnet | d081b50f44473943f6bcd0b397b576130bd322ec | [
"MIT"
] | 18 | 2017-03-10T08:06:10.000Z | 2021-06-23T11:17:08.000Z | /*
* This class was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
*/
namespace Ingenico.Connect.Sdk.Domain.Mandates.Definitions
{
public class MandateMerchantAction
{
/// <summary>
/// Action merchants needs to take in the online man... | 35.041667 | 140 | 0.627824 |
71038e87da26e37752395e51980fd4fe0c59e4f6 | 3,190 | cs | C# | src/15 Hosting/Signals.Core.Web/Http/SessionProvider.cs | acid996/Signals | 38823d6addf5dd8c1dcbcc85d0c379fdf692561d | [
"MIT"
] | null | null | null | src/15 Hosting/Signals.Core.Web/Http/SessionProvider.cs | acid996/Signals | 38823d6addf5dd8c1dcbcc85d0c379fdf692561d | [
"MIT"
] | null | null | null | src/15 Hosting/Signals.Core.Web/Http/SessionProvider.cs | acid996/Signals | 38823d6addf5dd8c1dcbcc85d0c379fdf692561d | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Http;
using Newtonsoft.Json;
using Signals.Core.Common.Instance;
using Signals.Core.Common.Serialization;
using Signals.Core.Processing.Input.Http;
namespace Signals.Core.Web.Http
{
/// <summary>
/// Wrapper around real session
/// </summary>
public class SessionProvider : I... | 27.264957 | 84 | 0.518182 |
a8e39bf96c3399048fd461fecd2b72a8d0fe7e3d | 1,766 | cs | C# | NpvCalculator.Api/Startup.cs | raqipinili/NpvCalculator | 360271121908feffbc6cd5c5128fb91f3ffbced1 | [
"MIT"
] | null | null | null | NpvCalculator.Api/Startup.cs | raqipinili/NpvCalculator | 360271121908feffbc6cd5c5128fb91f3ffbced1 | [
"MIT"
] | null | null | null | NpvCalculator.Api/Startup.cs | raqipinili/NpvCalculator | 360271121908feffbc6cd5c5128fb91f3ffbced1 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using NpvCalculator.Api.Configuration.Startup;
using Security.Core.Helpers;
namespace NpvCalculator.Api
{
public class Startup
{
public Star... | 33.320755 | 143 | 0.637033 |
d14461e71a5b53b41b91c0541621599f315d03a1 | 2,338 | cs | C# | FFTrainer/MonsterWindow.xaml.cs | takhlaq/FFTrainer | 7f481e3352a97599230ea368c83129143b4bce48 | [
"MIT"
] | null | null | null | FFTrainer/MonsterWindow.xaml.cs | takhlaq/FFTrainer | 7f481e3352a97599230ea368c83129143b4bce48 | [
"MIT"
] | null | null | null | FFTrainer/MonsterWindow.xaml.cs | takhlaq/FFTrainer | 7f481e3352a97599230ea368c83129143b4bce48 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | 28.512195 | 104 | 0.521814 |
c033fed9b10195280f852c7337f97f263cc6c94b | 94 | cs | C# | Dutch's File/c-lang/hello.cs | LOCCouncil/Tests | c2a07ad4f1b0cfd88a9a7f34816e810aa76aab8a | [
"Unlicense"
] | null | null | null | Dutch's File/c-lang/hello.cs | LOCCouncil/Tests | c2a07ad4f1b0cfd88a9a7f34816e810aa76aab8a | [
"Unlicense"
] | null | null | null | Dutch's File/c-lang/hello.cs | LOCCouncil/Tests | c2a07ad4f1b0cfd88a9a7f34816e810aa76aab8a | [
"Unlicense"
] | null | null | null | Console.WriteLine('Hellur');
string myName = 'Dutch van der Linde';
Console.WriteLine(myName); | 31.333333 | 38 | 0.765957 |
c0572638edf929f4263fba4b2f3e2e02f1519e69 | 781 | cshtml | C# | Views/ForumAdmin/ForumItem.cshtml | jon123/NGM.Forum | 9160e109090fa1d274018c1e27926d9f63289391 | [
"BSD-3-Clause"
] | 1 | 2015-09-23T07:28:10.000Z | 2015-09-23T07:28:10.000Z | Views/ForumAdmin/ForumItem.cshtml | jon123/NGM.Forum | 9160e109090fa1d274018c1e27926d9f63289391 | [
"BSD-3-Clause"
] | 1 | 2015-06-16T23:36:52.000Z | 2015-06-16T23:36:52.000Z | Views/ForumAdmin/ForumItem.cshtml | jon123/NGM.Forum | 9160e109090fa1d274018c1e27926d9f63289391 | [
"BSD-3-Clause"
] | null | null | null | @using NGM.Forum.Extensions;
@using Orchard.Core.Contents.ViewModels;
@using Orchard.Utility.Extensions;
@{
Html.AddTitleParts(T("Manage Forum").ToString()); //TODO: this title is not showing.. hacked it manually below
var forumPart = (NGM.Forum.Models.ForumPart)Model.ForumPart;
var categoryTitl... | 41.105263 | 121 | 0.708067 |
246979bc0177b1118748a7b416c91b9c83f7d25d | 403 | cs | C# | MailgunSharp/Messages/IFileAttachment.cs | adramalech/mailgun_csharp | fe710da1350a457d629ad654d3acb46e9b067284 | [
"MIT"
] | null | null | null | MailgunSharp/Messages/IFileAttachment.cs | adramalech/mailgun_csharp | fe710da1350a457d629ad654d3acb46e9b067284 | [
"MIT"
] | null | null | null | MailgunSharp/Messages/IFileAttachment.cs | adramalech/mailgun_csharp | fe710da1350a457d629ad654d3acb46e9b067284 | [
"MIT"
] | null | null | null | namespace MailgunSharp.Messages
{
public interface IFileAttachment
{
/// <summary>
/// The name of the file to be attached to a message.
/// </summary>
/// <value>string</value>
string FileName { get; }
/// <summary>
/// The contents of a file represented as a byte array.
... | 22.388889 | 60 | 0.555831 |
1d1a4e171c774a1126b8724a88e928c288e16e6d | 1,839 | cs | C# | src/Kos/Data/Room.cs | ctu-fee-group/KosApi | cba8bdc393f95a0eae27a09f395549e49c530703 | [
"MIT"
] | null | null | null | src/Kos/Data/Room.cs | ctu-fee-group/KosApi | cba8bdc393f95a0eae27a09f395549e49c530703 | [
"MIT"
] | 1 | 2021-08-18T21:26:31.000Z | 2021-08-18T21:26:31.000Z | src/Kos/Data/Room.cs | ctu-fee-group/KosApi | cba8bdc393f95a0eae27a09f395549e49c530703 | [
"MIT"
] | null | null | null | //
// Room.cs
//
// Copyright (c) Christofel authors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Linq;
using System.Xml.Serialization;
namespace Kos.Data
{
/// <summary>
/// Repres... | 32.839286 | 106 | 0.57205 |
604da2ce990a262f822cba895d00c30212714b34 | 751 | cs | C# | Builder/Logic.Service/Interfaces/IDtoRepository.cs | stichting-cito/QuestifyBuilder | 714a11bd3c9b68448e544e6919a467ec704ee8be | [
"MS-PL"
] | 3 | 2019-01-03T10:00:58.000Z | 2019-02-13T14:13:02.000Z | Builder/Logic.Service/Interfaces/IDtoRepository.cs | ST-Cito/QuestifyBuilder | 714a11bd3c9b68448e544e6919a467ec704ee8be | [
"MS-PL"
] | 1 | 2021-09-15T12:54:16.000Z | 2021-09-15T12:54:16.000Z | Builder/Logic.Service/Interfaces/IDtoRepository.cs | ST-Cito/QuestifyBuilder | 714a11bd3c9b68448e544e6919a467ec704ee8be | [
"MS-PL"
] | null | null | null | using System.Collections.Generic;
using System.ServiceModel;
namespace Questify.Builder.Logic.Service.Interfaces
{
[ServiceContract]
public interface IDtoRepository<TEntity, in TKey> where TEntity : class
{
[OperationContract]
TEntity Get(TKey id);
[OperationContract]
IEnum... | 25.896552 | 75 | 0.6751 |
86c8a0bf3fd59fa4d2a18291552362c939fa644e | 155 | cs | C# | csharp/KataTrainReservation/KataTrainReservation/ITrainSeats.cs | AE2s/KataTrainReservation | b818b4f05812e2c2a5fbf6609282e7ceadb33007 | [
"MIT"
] | null | null | null | csharp/KataTrainReservation/KataTrainReservation/ITrainSeats.cs | AE2s/KataTrainReservation | b818b4f05812e2c2a5fbf6609282e7ceadb33007 | [
"MIT"
] | null | null | null | csharp/KataTrainReservation/KataTrainReservation/ITrainSeats.cs | AE2s/KataTrainReservation | b818b4f05812e2c2a5fbf6609282e7ceadb33007 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace KataTrainReservation
{
public interface ITrainSeats
{
List<Train> GetSeatsByTrain();
}
}
| 15.5 | 38 | 0.696774 |
1d8e670af063d6ef6fe60d3d002d8ee34b546c17 | 3,295 | cs | C# | unity-projects/exp-launcher/Assets/Scripts/Exp/Content/VisualScripting/Connectors/DelayConnector.cs | FlorianLance/exvr | 4d210780737479e9576c90e9c80391c958787f44 | [
"MIT"
] | null | null | null | unity-projects/exp-launcher/Assets/Scripts/Exp/Content/VisualScripting/Connectors/DelayConnector.cs | FlorianLance/exvr | 4d210780737479e9576c90e9c80391c958787f44 | [
"MIT"
] | null | null | null | unity-projects/exp-launcher/Assets/Scripts/Exp/Content/VisualScripting/Connectors/DelayConnector.cs | FlorianLance/exvr | 4d210780737479e9576c90e9c80391c958787f44 | [
"MIT"
] | null | null | null |
/***********************************************************************************
** exvr-exp **
** MIT License **
** Copyright (c) [2018] [Florian Lance][EPFL-LNCO] ... | 41.708861 | 91 | 0.484977 |
1256d1aa4c378c738f7a4bb824f9310d5af79129 | 1,127 | cs | C# | Workshops/JokesApp/src/Tests/FunApp.Services.DataServices.Tests/JokeServiceTests.cs | pirocorp/ASP.NET-Core | 0da15fd28cad559a5f200dc8b0dcbdcfefa9db4b | [
"MIT"
] | null | null | null | Workshops/JokesApp/src/Tests/FunApp.Services.DataServices.Tests/JokeServiceTests.cs | pirocorp/ASP.NET-Core | 0da15fd28cad559a5f200dc8b0dcbdcfefa9db4b | [
"MIT"
] | null | null | null | Workshops/JokesApp/src/Tests/FunApp.Services.DataServices.Tests/JokeServiceTests.cs | pirocorp/ASP.NET-Core | 0da15fd28cad559a5f200dc8b0dcbdcfefa9db4b | [
"MIT"
] | null | null | null | namespace FunApp.Services.DataServices.Tests
{
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JokesApp.Data;
using JokesApp.Data.Models;
using JokesApp.Services.DataServices;
using Microsoft.EntityFrameworkCore;
using Xunit;
public class JokeSer... | 28.897436 | 77 | 0.591837 |
79d32d0fea5a6926164d9c1e2c8a2a70ff7d5d7b | 5,791 | cs | C# | ark-net/Service/PeerService.cs | kristjank/ark-net | 2b8c7d681320eeef6069e6cea7279c092707b58c | [
"MIT"
] | 9 | 2017-04-25T07:45:05.000Z | 2018-01-27T02:31:25.000Z | ark-net/Service/PeerService.cs | kristjank/ark-net | 2b8c7d681320eeef6069e6cea7279c092707b58c | [
"MIT"
] | 43 | 2017-08-08T12:06:30.000Z | 2018-05-10T08:38:48.000Z | ark-net/Service/PeerService.cs | kristjank/ark-net | 2b8c7d681320eeef6069e6cea7279c092707b58c | [
"MIT"
] | 12 | 2017-05-09T08:26:30.000Z | 2018-04-29T14:49:35.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="PeerService.cs" company="Ark">
// MIT License
// //
// // Copyright (c) 2017 Kristjan Košič
// //
// // Permission is hereby granted, free of charge, to any pers... | 35.968944 | 196 | 0.528233 |
038b4075f8fc93f291c373fc3778cf53d21cfa64 | 318 | cs | C# | mcs/errors/cs0111-3.cs | lefb766/mono | 4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c | [
"Apache-2.0"
] | 469 | 2019-01-23T12:21:59.000Z | 2022-03-10T15:50:42.000Z | mcs/errors/cs0111-3.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | mcs/errors/cs0111-3.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 36 | 2019-01-23T22:17:09.000Z | 2022-01-20T15:41:34.000Z | // CS0111: A member `Class.op_Implicit(byte)' is already defined. Rename this member or use different parameter types
// Line: 9
public class Class {
static public implicit operator Class(byte value) {
return new Class();
}
public static void op_Implicit (byte value) {}
}
| 28.909091 | 117 | 0.647799 |
03e867fa23413db8e8ac4ed9dc3b7c2513d9f49c | 944 | cs | C# | Samples/WPG.CustomTypeEditors/LocalResources.cs | ingen084/WPG | 2220d5f875e5f40747c8f04145d1dae9dccac71c | [
"Apache-2.0"
] | 42 | 2018-09-30T09:50:52.000Z | 2022-03-13T06:25:05.000Z | Samples/WPG.CustomTypeEditors/LocalResources.cs | tainicom/WPF-PropertyGrid-Control | f487ec16ab1d7fa41c4612f709bc2935e7a4c52e | [
"Apache-2.0"
] | 3 | 2015-05-05T20:18:06.000Z | 2018-03-06T07:45:16.000Z | Samples/WPG.CustomTypeEditors/LocalResources.cs | DenysVuika/WPG | d99409ef377f6bd08309c84ea50980ebd182c618 | [
"Apache-2.0"
] | 21 | 2018-10-31T05:09:12.000Z | 2021-08-05T02:12:44.000Z | using System;
using System.Windows;
namespace Sample4.CustomTypeEditors
{
public static class LocalResources
{
private static readonly Type _ThisType = typeof(LocalResources);
private static readonly ComponentResourceKey _FileBrowserEditorKey = new ComponentResourceKey(_ThisType, "FileBrowserEditorTemplat... | 32.551724 | 138 | 0.777542 |
5281342d9840d3bfc8a0533bfdadbf84e7b543ca | 3,225 | cs | C# | RRQMSocket.FileTransfer/Common/RRQMStream.cs | RRQM/RRQMSocket.FileTransfer | b3c8c0c72eda3192c3454140d74f20cefb5ab0dc | [
"Apache-2.0"
] | 1 | 2021-12-27T02:13:48.000Z | 2021-12-27T02:13:48.000Z | RRQMSocket.FileTransfer/Common/RRQMStream.cs | RRQM/RRQMSocket.FileTransfer | b3c8c0c72eda3192c3454140d74f20cefb5ab0dc | [
"Apache-2.0"
] | null | null | null | RRQMSocket.FileTransfer/Common/RRQMStream.cs | RRQM/RRQMSocket.FileTransfer | b3c8c0c72eda3192c3454140d74f20cefb5ab0dc | [
"Apache-2.0"
] | null | null | null | //------------------------------------------------------------------------------
// 此代码版权(除特别声明或在RRQMCore.XREF命名空间的代码)归作者本人若汝棋茗所有
// 源代码使用协议遵循本仓库的开源协议及附加协议,若本仓库没有设置,则按MIT开源协议授权
// CSDN博客:https://blog.csdn.net/qq_40374647
// 哔哩哔哩视频:https://space.bilibili.com/94253567
// Gitee源代码仓库:https://gitee.com/RRQM_Home
// Gi... | 28.539823 | 127 | 0.47907 |
52cf7ca5ea20d00f0704c9a20aaa4dea0097998f | 238 | cs | C# | src/BinaryFormatter/Serialization/TypeHandler.cs | xfrogcn/Xfrogcn.BinaryFormatter | 2f0977be57c8df9d2043c24fe046ea95db94a0cd | [
"MIT"
] | 13 | 2021-01-10T16:08:45.000Z | 2021-12-22T05:44:32.000Z | src/BinaryFormatter/Serialization/TypeHandler.cs | xfrogcn/Xfrogcn.BinaryFormatter | 2f0977be57c8df9d2043c24fe046ea95db94a0cd | [
"MIT"
] | 1 | 2021-12-21T12:22:32.000Z | 2021-12-24T02:41:51.000Z | src/BinaryFormatter/Serialization/TypeHandler.cs | xfrogcn/Xfrogcn.BinaryFormatter | 2f0977be57c8df9d2043c24fe046ea95db94a0cd | [
"MIT"
] | 3 | 2021-06-15T05:31:33.000Z | 2022-01-09T09:40:16.000Z | namespace Xfrogcn.BinaryFormatter
{
public abstract class TypeHandler
{
public static TypeResolver DefaultTypeResolver { get; } = new DefaultTypeResolver();
public abstract TypeResolver CreateResolver();
}
}
| 23.8 | 92 | 0.710084 |
a28f040b700015f9ff6176c844338e7bfda32d8f | 2,019 | cs | C# | src/Handbook/CastingMoldRecipeInfo.cs | Xytabich/Glassmaking | 1ab726e0e13ab9a4c0ac9a5af4eee8daf97571d3 | [
"Apache-2.0"
] | 1 | 2022-03-21T14:13:18.000Z | 2022-03-21T14:13:18.000Z | src/Handbook/CastingMoldRecipeInfo.cs | Xytabich/Glassmaking | 1ab726e0e13ab9a4c0ac9a5af4eee8daf97571d3 | [
"Apache-2.0"
] | null | null | null | src/Handbook/CastingMoldRecipeInfo.cs | Xytabich/Glassmaking | 1ab726e0e13ab9a4c0ac9a5af4eee8daf97571d3 | [
"Apache-2.0"
] | null | null | null | using GlassMaking.Blocks;
using GlassMaking.Common;
using System;
using System.Collections.Generic;
using Vintagestory.API.Client;
using Vintagestory.API.Common;
using Vintagestory.API.Config;
using Vintagestory.GameContent;
namespace GlassMaking.Handbook
{
public class CastingMoldRecipeInfo : IDisposable
{
publi... | 37.388889 | 211 | 0.742447 |
0ca9af53c88271c76776da2e06cce3f3333b4503 | 2,801 | cs | C# | BarCode Reader SDK/C#/Inspect Decoded Barcodes/Program.cs | atkins126/ByteScout-SDK-SourceCode | cc4bc9e779ad95f85be0a8630c17878006059684 | [
"Apache-2.0"
] | 24 | 2017-01-13T13:43:21.000Z | 2021-12-23T07:57:19.000Z | BarCode Reader SDK/C#/Inspect Decoded Barcodes/Program.cs | atkins126/ByteScout-SDK-SourceCode | cc4bc9e779ad95f85be0a8630c17878006059684 | [
"Apache-2.0"
] | 1 | 2017-03-29T08:22:18.000Z | 2017-05-13T12:27:02.000Z | BarCode Reader SDK/C#/Inspect Decoded Barcodes/Program.cs | atkins126/ByteScout-SDK-SourceCode | cc4bc9e779ad95f85be0a8630c17878006059684 | [
"Apache-2.0"
] | 35 | 2016-08-03T19:15:44.000Z | 2022-03-27T16:38:58.000Z | //*******************************************************************************************//
// //
// Download Free Evaluation Version From: https://bytescout.com/download/web-installer //
// ... | 38.902778 | 113 | 0.42342 |
3da69e914457c539bf83d621d648c75680fbabce | 2,473 | cs | C# | AlipaySDKNet/Domain/AlipayOpenAppAppcontentPoiSyncModel.cs | alipay/alipay-sdk-net | 5213242e99da6c18cf27799d3e43ac3aa3bef9c3 | [
"Apache-2.0"
] | 117 | 2020-01-09T06:06:46.000Z | 2022-03-31T12:54:34.000Z | AlipaySDKNet/Domain/AlipayOpenAppAppcontentPoiSyncModel.cs | alipay/alipay-sdk-net | 5213242e99da6c18cf27799d3e43ac3aa3bef9c3 | [
"Apache-2.0"
] | 19 | 2019-12-26T15:24:05.000Z | 2021-08-08T08:54:33.000Z | AlipaySDKNet/Domain/AlipayOpenAppAppcontentPoiSyncModel.cs | alipay/alipay-sdk-net | 5213242e99da6c18cf27799d3e43ac3aa3bef9c3 | [
"Apache-2.0"
] | 50 | 2019-12-26T15:21:32.000Z | 2022-03-31T12:54:36.000Z | using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
/// <summary>
/// AlipayOpenAppAppcontentPoiSyncModel Data Structure.
/// </summary>
[Serializable]
public class AlipayOpenAppAppcontentPoiSyncModel : AopObject
{
/// <... | 26.308511 | 93 | 0.490497 |
4133f8b98e84e189092c1e726e86dfbeba622b84 | 2,464 | cs | C# | App/MicrosoftHouse/MicrosoftHouse.iOS/Services/iOSPlatformProvider.cs | Menne/Microsoft-House | ef69adee541f968aaf95f851f5716dc6ffab892a | [
"MIT"
] | null | null | null | App/MicrosoftHouse/MicrosoftHouse.iOS/Services/iOSPlatformProvider.cs | Menne/Microsoft-House | ef69adee541f968aaf95f851f5716dc6ffab892a | [
"MIT"
] | null | null | null | App/MicrosoftHouse/MicrosoftHouse.iOS/Services/iOSPlatformProvider.cs | Menne/Microsoft-House | ef69adee541f968aaf95f851f5716dc6ffab892a | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Foundation;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
using Microsoft.WindowsAzure.MobileServices;
using MicrosoftHouse.iOS;
using Newtonsoft.Json.Linq;
using UIKit;
using Xamarin.Auth;
[assembly: Xamarin.Forms.Depend... | 28.321839 | 105 | 0.582386 |
41515687f55f5e766c9fa8ca2baaaed2e1271b18 | 590 | cs | C# | src/BGB.InternetBanking.Repositories/UserRepository.cs | nelson1987/InternetBankingTeste | cf637a8ece52d214e0082bd3e0131537749cba8d | [
"Unlicense"
] | null | null | null | src/BGB.InternetBanking.Repositories/UserRepository.cs | nelson1987/InternetBankingTeste | cf637a8ece52d214e0082bd3e0131537749cba8d | [
"Unlicense"
] | null | null | null | src/BGB.InternetBanking.Repositories/UserRepository.cs | nelson1987/InternetBankingTeste | cf637a8ece52d214e0082bd3e0131537749cba8d | [
"Unlicense"
] | null | null | null | using System.Collections.Generic;
using BGB.Core.Repository;
using BGB.InternetBanking.Models;
using BGB.InternetBanking.Repositories.Interfaces;
namespace BGB.InternetBanking.Repositories
{
public class UserRepository : Repository<User>, IUserRepository
{
public IEnumerable<User> GetByAccount(int acc... | 34.705882 | 91 | 0.662712 |
fc2c621992fbcf2e80db2ac3c9bfffe6f6f0bd5a | 1,540 | cs | C# | src/ReactiveUI/Bindings/Command/RelayCommand.cs | ushenkodmitry/ReactiveUI | 9d8f13479fc0eb460e0c4e9d48a4978a2d5686b4 | [
"MIT"
] | 1 | 2020-10-29T16:26:25.000Z | 2020-10-29T16:26:25.000Z | src/ReactiveUI/Bindings/Command/RelayCommand.cs | ushenkodmitry/ReactiveUI | 9d8f13479fc0eb460e0c4e9d48a4978a2d5686b4 | [
"MIT"
] | null | null | null | src/ReactiveUI/Bindings/Command/RelayCommand.cs | ushenkodmitry/ReactiveUI | 9d8f13479fc0eb460e0c4e9d48a4978a2d5686b4 | [
"MIT"
] | null | null | null | // Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved.
// 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 full license information.
using System;
using System.Lin... | 29.615385 | 98 | 0.631169 |
fcbc32ae3643158ef43cd5ae90a142a2fc3e61c6 | 26,620 | cs | C# | Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/DataGridComboBoxColumn.cs | mdebiec/WindowsCommunityToolkit | d6965274aec4c102639da6b1b5f4af85fad68aa1 | [
"MIT"
] | null | null | null | Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/DataGridComboBoxColumn.cs | mdebiec/WindowsCommunityToolkit | d6965274aec4c102639da6b1b5f4af85fad68aa1 | [
"MIT"
] | null | null | null | Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/DataGridComboBoxColumn.cs | mdebiec/WindowsCommunityToolkit | d6965274aec4c102639da6b1b5f4af85fad68aa1 | [
"MIT"
] | null | null | null | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Collections.Specialized;
using System.ComponentModel;
using Sy... | 38.468208 | 230 | 0.56127 |
d2db0bec09f015b7549e29c8958bc58df7b23026 | 526 | cs | C# | ThreeRingsSharp/XansData/IO/GLTF/JSON/GLTFMesh.cs | aytimothy/ThreeRingsSharp | e2eccaa509cd38134c62ad67600df68a69d30d63 | [
"MIT"
] | null | null | null | ThreeRingsSharp/XansData/IO/GLTF/JSON/GLTFMesh.cs | aytimothy/ThreeRingsSharp | e2eccaa509cd38134c62ad67600df68a69d30d63 | [
"MIT"
] | null | null | null | ThreeRingsSharp/XansData/IO/GLTF/JSON/GLTFMesh.cs | aytimothy/ThreeRingsSharp | e2eccaa509cd38134c62ad67600df68a69d30d63 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using System.Collections.Generic;
namespace ThreeRingsSharp.XansData.IO.GLTF.JSON {
/// <summary>
/// Represents raw mesh data, which stores triangles, normals, uvs, and indices, alongside other mesh-related data.
/// </summary>
public class GLTFMesh : GLTFObject {
[JsonProper... | 29.222222 | 117 | 0.701521 |
ac645d1460a8f40ee8312bdd3281597e928dc63a | 1,317 | cs | C# | src/GameEstate/Algorithms/MurmurHash2.cs | bclnet/GameEstate | b5acbdaf40b8301a2348a417700cf0fc4470bbd6 | [
"MIT"
] | null | null | null | src/GameEstate/Algorithms/MurmurHash2.cs | bclnet/GameEstate | b5acbdaf40b8301a2348a417700cf0fc4470bbd6 | [
"MIT"
] | null | null | null | src/GameEstate/Algorithms/MurmurHash2.cs | bclnet/GameEstate | b5acbdaf40b8301a2348a417700cf0fc4470bbd6 | [
"MIT"
] | null | null | null | using System.Text;
namespace GameEstate.Algorithms
{
public static class MurmurHash2
{
const uint M = 0x5bd1e995;
const int R = 24;
public static uint Hash(string data, uint seed) => Hash(Encoding.ASCII.GetBytes(data), seed);
public static uint Hash(byte[] data, uint ... | 33.769231 | 143 | 0.442673 |
acb0c7cccf9d3a076bee0315c07f45508f8e4616 | 5,891 | cs | C# | src/Windows/Windows.Shared/ComponentModel/SortPropertyComparerT.cs | pashcovich/More | 48279eced72caa5590072213aba365e59f29535e | [
"MIT"
] | null | null | null | src/Windows/Windows.Shared/ComponentModel/SortPropertyComparerT.cs | pashcovich/More | 48279eced72caa5590072213aba365e59f29535e | [
"MIT"
] | null | null | null | src/Windows/Windows.Shared/ComponentModel/SortPropertyComparerT.cs | pashcovich/More | 48279eced72caa5590072213aba365e59f29535e | [
"MIT"
] | null | null | null | namespace System.ComponentModel
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
/// <summary>
/// Represents a s... | 39.273333 | 160 | 0.572399 |
1f8c7682e8492f7ac91128c8cc25eca01e5d175d | 685 | cs | C# | src/mygeneration/Zeus/ErrorHandling/ZeusCompilerException.cs | cafesua/mygeneration | 7228d34264e6d425605e5dec7aa38095e5ca25b7 | [
"BSD-3-Clause"
] | 6 | 2018-10-11T14:37:07.000Z | 2021-11-12T00:50:58.000Z | src/mygeneration/Zeus/ErrorHandling/ZeusCompilerException.cs | cjwang/mygeneration | 7228d34264e6d425605e5dec7aa38095e5ca25b7 | [
"BSD-3-Clause"
] | 1 | 2020-11-27T21:40:53.000Z | 2020-11-27T21:40:53.000Z | src/mygeneration/Zeus/ErrorHandling/ZeusCompilerException.cs | cjwang/mygeneration | 7228d34264e6d425605e5dec7aa38095e5ca25b7 | [
"BSD-3-Clause"
] | 6 | 2018-06-22T09:05:49.000Z | 2022-03-06T16:27:34.000Z | using System;
using System.CodeDom;
using System.CodeDom.Compiler;
namespace Zeus.ErrorHandling
{
/// <summary>
/// Summary description for ZeusCompilerException.
/// </summary>
public class ZeusCompilerException : ZeusException
{
protected CompilerErrorCollection _errors;
private bool _isTemplateScript = tru... | 16.309524 | 94 | 0.69781 |
f0489a0f3c720b30dcd188372b55014fd77e250e | 1,977 | cs | C# | src/Qwack.Transport/TransportObjects/MarketData/VolSurfaces/TO_RiskyFlySurface.cs | cetusfinance/qwack | 4ccae6bac959386897489192e30f23d2b4f0ffe2 | [
"MIT"
] | 20 | 2016-11-01T23:11:38.000Z | 2020-08-11T17:30:27.000Z | src/Qwack.Transport/TransportObjects/MarketData/VolSurfaces/TO_RiskyFlySurface.cs | cetusfinance/qwack | 4ccae6bac959386897489192e30f23d2b4f0ffe2 | [
"MIT"
] | 57 | 2016-11-10T01:06:28.000Z | 2020-02-05T14:43:48.000Z | src/Qwack.Transport/TransportObjects/MarketData/VolSurfaces/TO_RiskyFlySurface.cs | cetusfinance/qwack | 4ccae6bac959386897489192e30f23d2b4f0ffe2 | [
"MIT"
] | 13 | 2016-11-01T21:39:29.000Z | 2021-08-14T15:47:46.000Z | using System;
using System.Collections.Generic;
using System.Text;
using ProtoBuf;
using Qwack.Transport.BasicTypes;
namespace Qwack.Transport.TransportObjects.MarketData.VolSurfaces
{
[ProtoContract]
public class TO_RiskyFlySurface
{
[ProtoMember(1)]
public DateTime OriginDate { get; set; ... | 33.508475 | 70 | 0.605463 |
f0710fa6248906337c3bb14c62c52228f5e1ea3a | 1,342 | cs | C# | Topics/09. Graph-Algorithms/demos/Dictionary/DictionaryGraph.cs | Alex-Tsvetanov/Data-Structures-and-Algorithms | 082f4805413a131ee63faca090afef00dea584a4 | [
"MIT"
] | 10 | 2015-10-30T20:22:19.000Z | 2019-03-28T22:37:30.000Z | Topics/09. Graph-Algorithms/demos/Dictionary/DictionaryGraph.cs | Alex-Tsvetanov/Data-Structures-and-Algorithms | 082f4805413a131ee63faca090afef00dea584a4 | [
"MIT"
] | 6 | 2020-09-04T15:10:57.000Z | 2022-03-02T04:33:37.000Z | Topics/09. Graph-Algorithms/demos/Dictionary/DictionaryGraph.cs | Alex-Tsvetanov/Data-Structures-and-Algorithms | 082f4805413a131ee63faca090afef00dea584a4 | [
"MIT"
] | 12 | 2015-04-17T20:04:09.000Z | 2021-07-03T15:24:24.000Z | namespace Dictionary
{
using System;
using System.Collections.Generic;
public class DictionaryGraph
{
public static void Main()
{
var graph = new Dictionary<string, List<string>>();
string line = Console.ReadLine();
while (line != string.Empty)
... | 24.4 | 63 | 0.398659 |
ada8eab69ba20e4fa094782b061b4e13e4d39943 | 48,056 | cs | C# | RX_Explorer/View/TabViewContainer.xaml.cs | the-best-cool/RX-Explorer | 85e92349bfd19556d9cc701413f7a53a72c529b4 | [
"Apache-2.0"
] | null | null | null | RX_Explorer/View/TabViewContainer.xaml.cs | the-best-cool/RX-Explorer | 85e92349bfd19556d9cc701413f7a53a72c529b4 | [
"Apache-2.0"
] | null | null | null | RX_Explorer/View/TabViewContainer.xaml.cs | the-best-cool/RX-Explorer | 85e92349bfd19556d9cc701413f7a53a72c529b4 | [
"Apache-2.0"
] | null | null | null | using HtmlAgilityPack;
using Microsoft.UI.Xaml.Controls;
using RX_Explorer.Class;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Windows.ApplicationModel;
using Windows.ApplicationModel.DataTransfer;
usi... | 45.986603 | 309 | 0.49769 |
adb876a9763028720364b14e9098207762573d9c | 6,530 | cs | C# | src/Commands/Utilities/VersionChecker.cs | outorted/powershell | d706cd08abc5b5253dd3d00fc1acddcb5b39a88b | [
"MIT"
] | 1 | 2021-12-21T22:16:15.000Z | 2021-12-21T22:16:15.000Z | src/Commands/Utilities/VersionChecker.cs | outorted/powershell | d706cd08abc5b5253dd3d00fc1acddcb5b39a88b | [
"MIT"
] | null | null | null | src/Commands/Utilities/VersionChecker.cs | outorted/powershell | d706cd08abc5b5253dd3d00fc1acddcb5b39a88b | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.Management.Automation;
using System.Net.Http;
using System.Reflection;
namespace PnP.PowerShell.Commands.Utilities
{
public static class VersionChecker
{
private static readonly Uri NightlyVersionCheckUrl = new Uri("https://raw.githubusercontent.com... | 46.642857 | 415 | 0.52634 |
ade59ee180d0a68b97bdce1823ea0ac3330ed16c | 288 | cs | C# | src/NuGetGallery.Services/Models/LuceneIndexLocation.cs | augustoproiete-forks/NuGet--NuGetGallery | f248171208356b66499810ddd502276784157422 | [
"Apache-2.0"
] | 1,022 | 2015-01-08T13:54:07.000Z | 2022-03-26T01:37:07.000Z | src/NuGetGallery.Services/Models/LuceneIndexLocation.cs | augustoproiete-forks/NuGet--NuGetGallery | f248171208356b66499810ddd502276784157422 | [
"Apache-2.0"
] | 5,617 | 2015-01-08T08:11:13.000Z | 2022-03-30T22:33:52.000Z | src/NuGetGallery.Services/Models/LuceneIndexLocation.cs | augustoproiete-forks/NuGet--NuGetGallery | f248171208356b66499810ddd502276784157422 | [
"Apache-2.0"
] | 614 | 2015-01-05T09:55:15.000Z | 2022-03-18T13:11:39.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace NuGetGallery.Configuration
{
public enum LuceneIndexLocation
{
AppData,
Temp
}
}
| 24 | 111 | 0.701389 |
87cc92fadc1dda544a02bd820cf4ab7a62485f13 | 3,523 | cs | C# | geometry3Sharp/math/Interval1i.cs | gregmeess/geometry3Sharp | b229f72706bb00c06f40c0aba14f42fe1bb11777 | [
"BSL-1.0"
] | 1,269 | 2016-11-15T08:16:46.000Z | 2022-03-28T21:55:06.000Z | geometry3Sharp/math/Interval1i.cs | gregmeess/geometry3Sharp | b229f72706bb00c06f40c0aba14f42fe1bb11777 | [
"BSL-1.0"
] | 163 | 2017-06-16T14:46:15.000Z | 2022-03-22T11:30:16.000Z | geometry3Sharp/math/Interval1i.cs | gregmeess/geometry3Sharp | b229f72706bb00c06f40c0aba14f42fe1bb11777 | [
"BSL-1.0"
] | 289 | 2017-01-27T10:36:33.000Z | 2022-03-26T03:51:53.000Z | using System;
using System.Collections;
using System.Collections.Generic;
namespace g3
{
// Interval [a,b] over Integers
// Note that Interval1i has an enumerator, so you can directly
// enumerate over the range of values (inclusive!!)
//
// TODO: should check that a <= b !!
public struct Interval... | 25.715328 | 103 | 0.53023 |
5b6cff4e105faec1202450c8f9b3165803b12336 | 289 | cs | C# | demo/Model/ImageHashSimilarityCalculator.cs | jaden-young/ImageHash | 715fa9864c50213d905ca18c2e17091051fd9a1c | [
"MIT"
] | 90 | 2018-05-07T23:06:26.000Z | 2022-03-26T17:13:34.000Z | demo/Model/ImageHashSimilarityCalculator.cs | jaden-young/ImageHash | 715fa9864c50213d905ca18c2e17091051fd9a1c | [
"MIT"
] | 46 | 2017-11-19T21:09:36.000Z | 2022-02-21T14:03:32.000Z | demo/Model/ImageHashSimilarityCalculator.cs | jaden-young/ImageHash | 715fa9864c50213d905ca18c2e17091051fd9a1c | [
"MIT"
] | 15 | 2019-10-08T15:24:24.000Z | 2022-03-17T19:06:34.000Z | namespace Demo.Model
{
public class ImageHashSimilarityCalculator : IImageHashSimilarityCalculator
{
public double Calculate(ulong imageHash1, ulong imageHash2)
{
return CoenM.ImageHash.CompareHash.Similarity(imageHash1, imageHash2);
}
}
}
| 26.272727 | 82 | 0.692042 |
5b8a259f79ca4228894c4da87d0a0ef3e84d4860 | 1,971 | cs | C# | sharedcmd/Runners/RunOptions.cs | simpleZed/sharedcmd | a8e251a01ef0f1427a712b709c074e624bca1a06 | [
"CC0-1.0"
] | null | null | null | sharedcmd/Runners/RunOptions.cs | simpleZed/sharedcmd | a8e251a01ef0f1427a712b709c074e624bca1a06 | [
"CC0-1.0"
] | null | null | null | sharedcmd/Runners/RunOptions.cs | simpleZed/sharedcmd | a8e251a01ef0f1427a712b709c074e624bca1a06 | [
"CC0-1.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using sharedcmd.Commands;
namespace sharedcmd.Runners
{
/// <summary>
/// Options to use when processing a command.
/// </summary>
public class RunOptions : IRunOptions, IEquatable<RunOptions?>
{
public... | 29.41791 | 78 | 0.592085 |
8e8ef457868d52a95743332ad98d72b679b7f939 | 305 | cs | C# | src/Atelie.DomainModel/Operacoes/Producao/AlocacaoDeMaterial.cs | mardsystems/atelie | 74e6eb8d08d1f1fcb4e9c186ad3a5d294eaeb0a2 | [
"MIT"
] | null | null | null | src/Atelie.DomainModel/Operacoes/Producao/AlocacaoDeMaterial.cs | mardsystems/atelie | 74e6eb8d08d1f1fcb4e9c186ad3a5d294eaeb0a2 | [
"MIT"
] | null | null | null | src/Atelie.DomainModel/Operacoes/Producao/AlocacaoDeMaterial.cs | mardsystems/atelie | 74e6eb8d08d1f1fcb4e9c186ad3a5d294eaeb0a2 | [
"MIT"
] | null | null | null | using Atelie.Cadastro.Materiais;
namespace Atelie.Operacoes.Producao
{
public class AlocacaoDeMaterial
{
public virtual Material Material { get; internal set; }
public double Quantidade { get; internal set; }
public decimal ValorDeEstoque { get; internal set; }
}
} | 23.461538 | 63 | 0.685246 |
96cb8b47f524087fa45ed9a0ff5b7ea35508989c | 7,285 | cs | C# | UnityProject/Assets/Dependencies/JEngine/Editor/JEngineTools/EditorUpdates/Clean.cs | dingxing123/JEngine | 819b3fc8d33e30ef9f61f3eea1111ac27bf0b40b | [
"MIT"
] | 1,257 | 2020-07-14T01:20:38.000Z | 2022-03-29T07:00:28.000Z | UnityProject/Assets/Dependencies/JEngine/Editor/JEngineTools/EditorUpdates/Clean.cs | a1475775412/JEngine | 819b3fc8d33e30ef9f61f3eea1111ac27bf0b40b | [
"MIT"
] | 136 | 2020-11-05T09:26:32.000Z | 2022-03-29T05:26:29.000Z | UnityProject/Assets/Dependencies/JEngine/Editor/JEngineTools/EditorUpdates/Clean.cs | a1475775412/JEngine | 819b3fc8d33e30ef9f61f3eea1111ac27bf0b40b | [
"MIT"
] | 251 | 2020-07-14T02:13:36.000Z | 2022-03-31T09:26:02.000Z | //
// Clean.cs
//
// Author:
// JasonXuDeveloper(傑) <jasonxudeveloper@gmail.com>
//
// Copyright (c) 2020 JEngine
//
// 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 restricti... | 41.628571 | 143 | 0.453123 |
e701a5f4a989bc89ff656df93ce247f471a1076c | 35,735 | cs | C# | ProtocolTestManager/Kernel/StringResource.Designer.cs | skywing918/WindowsProtocolTestSuites | 98407cc7ecc56e379dea7ebca5e2ad03f1a6fc7a | [
"MIT"
] | 332 | 2019-05-14T09:46:46.000Z | 2022-03-23T19:45:34.000Z | ProtocolTestManager/Kernel/StringResource.Designer.cs | xwyangjshb/WindowsProtocolTestSuites | 03b3906b9745be72b1852f7ec6ac28ca838029b6 | [
"MIT"
] | 107 | 2015-11-27T05:44:26.000Z | 2019-02-28T08:37:53.000Z | ProtocolTestManager/Kernel/StringResource.Designer.cs | xwyangjshb/WindowsProtocolTestSuites | 03b3906b9745be72b1852f7ec6ac28ca838029b6 | [
"MIT"
] | 106 | 2019-05-15T02:05:55.000Z | 2022-03-25T00:52:11.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 46.590613 | 259 | 0.61679 |
f1c268140ddca05997df0b1b4fb26ea0760e221d | 823 | cs | C# | src/Tests/Issues/Issue2156.cs | SimonCropp/Argonautica | d1ae7b68b308bfa230e0565dcd79428846469bf0 | [
"MIT"
] | 3 | 2022-02-18T02:08:10.000Z | 2022-03-06T23:14:39.000Z | src/Tests/Issues/Issue2156.cs | SimonCropp/Argonautica | d1ae7b68b308bfa230e0565dcd79428846469bf0 | [
"MIT"
] | 1 | 2022-03-16T23:29:09.000Z | 2022-03-16T23:29:09.000Z | src/Tests/Issues/Issue2156.cs | SimonCropp/Argon | 2a020e157aaf1b07d404623ab5ca2833bb8a5fd2 | [
"MIT"
] | null | null | null | // Copyright (c) 2007 James Newton-King. All rights reserved.
// Use of this source code is governed by The MIT License,
// as found in the license.md file.
public class Issue2156
{
[Fact]
public void Test()
{
var json = @"
{
""root"": {
""a"": {
... | 27.433333 | 94 | 0.420413 |
641837d171018c352ec67eb603697ed1149ed54c | 1,018 | cs | C# | Opserver/Controllers/AdminController.cs | OwenYo/Opserver | c6743dc2431e5c24d4a2f4e03d899c8aec59d244 | [
"MIT"
] | 4 | 2016-11-01T05:12:47.000Z | 2021-04-13T17:21:03.000Z | Opserver/Controllers/AdminController.cs | OwenYo/Opserver | c6743dc2431e5c24d4a2f4e03d899c8aec59d244 | [
"MIT"
] | null | null | null | Opserver/Controllers/AdminController.cs | OwenYo/Opserver | c6743dc2431e5c24d4a2f4e03d899c8aec59d244 | [
"MIT"
] | 1 | 2019-03-11T06:33:02.000Z | 2019-03-11T06:33:02.000Z | using System.Web.Mvc;
using StackExchange.Exceptional;
using StackExchange.Opserver.Helpers;
using StackExchange.Opserver.Models;
namespace StackExchange.Opserver.Controllers
{
[OnlyAllow(Roles.GlobalAdmin)]
public class AdminController : StatusController
{
[Route("admin/purge-security-cache")]
... | 30.848485 | 114 | 0.637525 |
64216b08dac0fcb34980f7db7fc547f1cfed03a3 | 744 | cs | C# | backend/src/Squidex.Domain.Apps.Entities.MongoDb/FullText/MongoTextIndexEntityText.cs | jenshelderweirdt/squidex | cc33deb8333bcd68c0ce37eeb76a4335a00a4c8b | [
"MIT"
] | null | null | null | backend/src/Squidex.Domain.Apps.Entities.MongoDb/FullText/MongoTextIndexEntityText.cs | jenshelderweirdt/squidex | cc33deb8333bcd68c0ce37eeb76a4335a00a4c8b | [
"MIT"
] | null | null | null | backend/src/Squidex.Domain.Apps.Entities.MongoDb/FullText/MongoTextIndexEntityText.cs | jenshelderweirdt/squidex | cc33deb8333bcd68c0ce37eeb76a4335a00a4c8b | [
"MIT"
] | null | null | null | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | 32.347826 | 78 | 0.455645 |
646aa2b58f98315384ab136fbf1e82e9dd920704 | 2,778 | cs | C# | src/Redwood.Framework/Controls/RadioButton.cs | exyi/redwood | 69277df9ca2743e48bfb503a712c5fe94273556c | [
"Apache-2.0"
] | 4 | 2017-08-03T18:33:37.000Z | 2017-08-09T12:50:53.000Z | src/Redwood.Framework/Controls/RadioButton.cs | exyi/redwood | 69277df9ca2743e48bfb503a712c5fe94273556c | [
"Apache-2.0"
] | 24 | 2017-08-03T18:39:47.000Z | 2017-08-09T12:52:33.000Z | src/Redwood.Framework/Controls/RadioButton.cs | exyi/redwood | 69277df9ca2743e48bfb503a712c5fe94273556c | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Redwood.Framework.Binding;
namespace Redwood.Framework.Controls
{
/// <summary>
/// Renders a HTML radio button.
/// </summary>
public class RadioButton : CheckableControlBase
{
/// <summary>
... | 37.04 | 188 | 0.573434 |
41fc2793f77b7697b0662a313a7e24ea8400e75d | 4,702 | cs | C# | src/DotNet/Chloe.Application/Implements/System/UserAppService.cs | xman086/Ace | 355174f0394d011592777dfa51a8428df92cf0c8 | [
"Apache-2.0"
] | null | null | null | src/DotNet/Chloe.Application/Implements/System/UserAppService.cs | xman086/Ace | 355174f0394d011592777dfa51a8428df92cf0c8 | [
"Apache-2.0"
] | null | null | null | src/DotNet/Chloe.Application/Implements/System/UserAppService.cs | xman086/Ace | 355174f0394d011592777dfa51a8428df92cf0c8 | [
"Apache-2.0"
] | 1 | 2019-04-09T01:11:55.000Z | 2019-04-09T01:11:55.000Z | using Ace;
using Ace.Exceptions;
using Ace.IdStrategy;
using Ace.Security;
using Chloe.Application.Common;
using Chloe.Application.Interfaces;
using Chloe.Application.Interfaces.System;
using Chloe.Application.Models.User;
using Chloe.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using S... | 37.31746 | 172 | 0.599532 |
a7b066ee4dbc3eff85f2f0efa711073e74fd1144 | 169 | cs | C# | FeedbackPage.Api/Models/GenericResponse.cs | aruss314/FeedbackPage.Api | b212446136f0e116e083c9e73c6d5d2eff0f26d7 | [
"Apache-2.0"
] | 1 | 2021-07-21T22:53:12.000Z | 2021-07-21T22:53:12.000Z | FeedbackPage.Api/Models/GenericResponse.cs | aruss314/FeedbackPage.Api | b212446136f0e116e083c9e73c6d5d2eff0f26d7 | [
"Apache-2.0"
] | null | null | null | FeedbackPage.Api/Models/GenericResponse.cs | aruss314/FeedbackPage.Api | b212446136f0e116e083c9e73c6d5d2eff0f26d7 | [
"Apache-2.0"
] | null | null | null | namespace FeedbackPage.Api.Models
{
public class GenericResponse
{
public bool Success { get; set; }
public string Errors { get; set; }
}
}
| 18.777778 | 42 | 0.609467 |
7eaa9603ab85eecd0f9d865e9063b16becb5215f | 779 | cs | C# | Code Lab 1 Homework/Assets/Scripts/JSON stuff/Saver.cs | Mostopha/mmh576_CodeLab1_WK10HW | b62104a8996cdd84d0b8b35b8b550f79041e468d | [
"Unlicense"
] | null | null | null | Code Lab 1 Homework/Assets/Scripts/JSON stuff/Saver.cs | Mostopha/mmh576_CodeLab1_WK10HW | b62104a8996cdd84d0b8b35b8b550f79041e468d | [
"Unlicense"
] | null | null | null | Code Lab 1 Homework/Assets/Scripts/JSON stuff/Saver.cs | Mostopha/mmh576_CodeLab1_WK10HW | b62104a8996cdd84d0b8b35b8b550f79041e468d | [
"Unlicense"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Saver : MonoBehaviour {
// Use this for initialization
void Start () {
GameObject[] asteroids = GameObject.FindGameObjectsWithTag("Asteroid");
AsteriodData[] ad2 = new AsteriodData[asteroids.Length];
... | 22.257143 | 73 | 0.612323 |
7d5f867b31011339ff306365ca16e06ead1c1fc9 | 827 | cs | C# | LD42/Assets/_Scripts/Weapons/RocketBullet.cs | Caedo/LD42 | 3ba4df36ef15c17f5de6d91e10e8249772c9ce82 | [
"MIT"
] | null | null | null | LD42/Assets/_Scripts/Weapons/RocketBullet.cs | Caedo/LD42 | 3ba4df36ef15c17f5de6d91e10e8249772c9ce82 | [
"MIT"
] | null | null | null | LD42/Assets/_Scripts/Weapons/RocketBullet.cs | Caedo/LD42 | 3ba4df36ef15c17f5de6d91e10e8249772c9ce82 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization.Formatters;
using UnityEngine;
public class RocketBullet : Bullet
{
private float m_ExplosionRadius;
public override void Initialize(WeaponStats stats)
{
base.Initialize(stats);
m_ExplosionRadi... | 24.323529 | 106 | 0.633615 |
65ae171ed3a12c353935191d7415fec39737bec7 | 3,906 | cs | C# | Crud/Site/Pages/Detalhes.aspx.designer.cs | golfliguio/CrudBootstrap | 05073e64f766d92edac9465d2ac8061701a4e1b0 | [
"MIT"
] | null | null | null | Crud/Site/Pages/Detalhes.aspx.designer.cs | golfliguio/CrudBootstrap | 05073e64f766d92edac9465d2ac8061701a4e1b0 | [
"MIT"
] | null | null | null | Crud/Site/Pages/Detalhes.aspx.designer.cs | golfliguio/CrudBootstrap | 05073e64f766d92edac9465d2ac8061701a4e1b0 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <gerado automaticamente>
// Este código foi gerado por uma ferramenta.
//
// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se
// o código for recriado
// </gerado automaticamente>
//------... | 36.166667 | 107 | 0.573477 |
5a49e0f4de14a2d8008a38068ef380880ddc6ff0 | 449 | cs | C# | Raindrops.UI.WebView/Miniblink/PInvoke/Handle/mbJsValue.cs | TKKChina/Raindrops.UI.WebView | 0dc25f3ef9bb37b1b105b2e313dea27dfb0dc7be | [
"Apache-2.0"
] | 31 | 2021-03-21T05:21:44.000Z | 2022-03-09T08:01:32.000Z | Raindrops.UI.WebView/Miniblink/PInvoke/Handle/mbJsValue.cs | TKKChina/Raindrops.UI.WebView | 0dc25f3ef9bb37b1b105b2e313dea27dfb0dc7be | [
"Apache-2.0"
] | 1 | 2022-02-28T14:34:15.000Z | 2022-03-23T04:37:33.000Z | Raindrops.UI.WebView/Miniblink/PInvoke/Handle/mbJsValue.cs | TKKChina/Raindrops.UI.WebView | 0dc25f3ef9bb37b1b105b2e313dea27dfb0dc7be | [
"Apache-2.0"
] | 5 | 2021-05-21T09:49:53.000Z | 2022-03-30T07:53:26.000Z | using System;
namespace Raindrops.UI.WebView.Miniblink.PInvoke.Handle
{
public struct mbJsValue : IEquatable<mbJsValue>
{
long _handle;
public bool Equals(mbJsValue other)
=> other._handle == _handle;
public static implicit operator mbJsValue(long ptr)
=> new mb... | 28.0625 | 61 | 0.632517 |
5a88ba542570ff7b703796fd44127e2e3457a149 | 6,655 | cs | C# | Model/LolClubsPublicPlayerClubMembership.cs | wildbook/LeagueClientApi | 9cb80ee6815d214e08d5491cb8cb6757f2c48a6a | [
"MIT"
] | 1 | 2019-12-08T23:03:32.000Z | 2019-12-08T23:03:32.000Z | Model/LolClubsPublicPlayerClubMembership.cs | wildbook/LeagueClientApi | 9cb80ee6815d214e08d5491cb8cb6757f2c48a6a | [
"MIT"
] | null | null | null | Model/LolClubsPublicPlayerClubMembership.cs | wildbook/LeagueClientApi | 9cb80ee6815d214e08d5491cb8cb6757f2c48a6a | [
"MIT"
] | 2 | 2019-12-11T10:42:52.000Z | 2021-02-21T10:29:06.000Z | /*
* LeagueClient
*
* 7.23.209.3517
*
* OpenAPI spec version: 1.0.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using System.ComponentMo... | 38.69186 | 341 | 0.584072 |
2b5c8df443dafa1c0133d6e755f1dd5a19349763 | 1,441 | cs | C# | src/GameServer/RemoteView/Guild/ShowGuildMasterDialogPlugIn.cs | psydox/OpenMU | daf68fd423e7c363c26d23612be9f12773e865c5 | [
"MIT"
] | 351 | 2017-11-23T06:41:06.000Z | 2022-03-24T14:36:48.000Z | src/GameServer/RemoteView/Guild/ShowGuildMasterDialogPlugIn.cs | alexfructo/OpenMU | de682b9fff120c0186968371a47219186bb717e7 | [
"MIT"
] | 178 | 2017-11-25T06:15:27.000Z | 2022-02-07T20:02:50.000Z | src/GameServer/RemoteView/Guild/ShowGuildMasterDialogPlugIn.cs | alexfructo/OpenMU | de682b9fff120c0186968371a47219186bb717e7 | [
"MIT"
] | 213 | 2017-11-23T06:52:48.000Z | 2022-03-17T06:49:40.000Z | // <copyright file="ShowGuildMasterDialogPlugIn.cs" company="MUnique">
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
// </copyright>
namespace MUnique.OpenMU.GameServer.RemoteView.Guild
{
using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLog... | 43.666667 | 187 | 0.714781 |
917d45c589ad915c868ac5bbfd0569b3843f5b4c | 6,282 | cs | C# | BencodeNET/Parsing/BObjectParserList.cs | djon2003/BencodeNET | e49f6068e2cfc1291a10a0464d45ab9de355e339 | [
"Unlicense"
] | 1 | 2021-01-22T10:37:47.000Z | 2021-01-22T10:37:47.000Z | BencodeNET/Parsing/BObjectParserList.cs | djon2003/BencodeNET | e49f6068e2cfc1291a10a0464d45ab9de355e339 | [
"Unlicense"
] | null | null | null | BencodeNET/Parsing/BObjectParserList.cs | djon2003/BencodeNET | e49f6068e2cfc1291a10a0464d45ab9de355e339 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using BencodeNET.Objects;
namespace BencodeNET.Parsing
{
/// <summary>
/// A special collection for <see cref="IBObjectParser"/> that has some extra methods
/// for efficiently adding and accessing parsers by the ... | 37.616766 | 131 | 0.575294 |
3cf9b36676a90a1625dbb308cce0ffa5a39128bb | 495 | cshtml | C# | KiipPazardzhik/KiipPazardzhik/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml | indieza/Kiip-Pazardzhik | 3340470522c4153b8a0288d0226caaa79948c123 | [
"MIT"
] | null | null | null | KiipPazardzhik/KiipPazardzhik/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml | indieza/Kiip-Pazardzhik | 3340470522c4153b8a0288d0226caaa79948c123 | [
"MIT"
] | null | null | null | KiipPazardzhik/KiipPazardzhik/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml | indieza/Kiip-Pazardzhik | 3340470522c4153b8a0288d0226caaa79948c123 | [
"MIT"
] | null | null | null | @page
@model DownloadPersonalDataModel
@{
ViewData["Title"] = "Download Your Data";
ViewData["ActivePage"] = ManageNavPages.PersonalData;
}
<h4>@ViewData["Title"]</h4>
@section Scripts {
<partial name="_ValidationScriptsPartial" />
<script>
$(document).ready(function () {
document... | 27.5 | 88 | 0.638384 |
cb440857c72f615aef088e0cf675e2e57d96d575 | 4,003 | cs | C# | mcs/class/System.Data.Linq/src/DbLinq/Vendor/IVendor.cs | antiufo/mono | 8103e2fb7b24a015f7148e1f068616741d86eb47 | [
"Apache-2.0"
] | null | null | null | mcs/class/System.Data.Linq/src/DbLinq/Vendor/IVendor.cs | antiufo/mono | 8103e2fb7b24a015f7148e1f068616741d86eb47 | [
"Apache-2.0"
] | null | null | null | mcs/class/System.Data.Linq/src/DbLinq/Vendor/IVendor.cs | antiufo/mono | 8103e2fb7b24a015f7148e1f068616741d86eb47 | [
"Apache-2.0"
] | null | null | null | #region MIT license
//
// MIT license
//
// Copyright (c) 2007-2008 Jiri Moudry, Pascal Craponne
//
// 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, includin... | 37.411215 | 115 | 0.638021 |
cbcd73c60f99eac7b6463c69739e11d7152b6c38 | 1,786 | cs | C# | src/JavaScriptEngineSwitcher.ChakraCore.Ext/AssemblyResolver.cs | redzumi/ZeroReact.NET | a9dae47888870a3754f92dd401c05def41c597c7 | [
"MIT"
] | null | null | null | src/JavaScriptEngineSwitcher.ChakraCore.Ext/AssemblyResolver.cs | redzumi/ZeroReact.NET | a9dae47888870a3754f92dd401c05def41c597c7 | [
"MIT"
] | null | null | null | src/JavaScriptEngineSwitcher.ChakraCore.Ext/AssemblyResolver.cs | redzumi/ZeroReact.NET | a9dae47888870a3754f92dd401c05def41c597c7 | [
"MIT"
] | null | null | null | #if !NETSTANDARD
using System;
using System.IO;
using System.Runtime.InteropServices;
#if NET40
using JavaScriptEngineSwitcher.Core.Polyfills.System.Runtime.InteropServices;
#endif
using JavaScriptEngineSwitcher.Core.Utilities;
using JavaScriptEngineSwitcher.ChakraCore.Constants;
using JavaScriptEngineSwitcher.Chakr... | 26.656716 | 97 | 0.7514 |
31a4574beb392dd272b3e33e0c7998a607c4b5f5 | 39,263 | cs | C# | ezDMS/Controllers/DistController.cs | Seonghyun-Kim/ezDMS | 747a30deb6e5d335f00341de83b5bf7fe4c9cac9 | [
"MIT"
] | null | null | null | ezDMS/Controllers/DistController.cs | Seonghyun-Kim/ezDMS | 747a30deb6e5d335f00341de83b5bf7fe4c9cac9 | [
"MIT"
] | null | null | null | ezDMS/Controllers/DistController.cs | Seonghyun-Kim/ezDMS | 747a30deb6e5d335f00341de83b5bf7fe4c9cac9 | [
"MIT"
] | null | null | null | using IBatisNet.DataMapper;
using SmartDSP.Class;
using SmartDSP.Filter;
using SmartDSP.Models.Auth;
using SmartDSP.Models.Common;
using SmartDSP.Models.Dist;
using SmartDSP.Models.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Mvc;
usi... | 40.898958 | 236 | 0.53814 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.